/*
Theme Name:    Telgec
Theme URI:     https://www.itsonmedia.com/
Author:         IOM
Author URI:    https://www.itsonmedia.com/
Description:   WooCommerce Theme
Version:       1.0.0
*/
/*@import url("../fonts/fonts.css");*/

@font-face {
  font-family: gothicfont;
  src: url(../../../wp-content/themes/telgec/fonts/copperplate-gothic.ttf);
}


@font-face {
  font-family:Copperplate;
  src: url(../../../wp-content/themes/telgec/fonts/Copperplate-Cd-Medium.ttf);
}

body{overflow-x:hidden;}
*{ margin: 0; padding: 0; }
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{ margin: 0; padding: 0; }
table{ border-collapse: collapse; border-spacing: 0; }
fieldset, img{ border: 0; }
address, caption, cite, code, dfn, em, strong, th, var{ font-style: normal; font-weight: normal; }
ol, ul, li{ list-style: none; display:inline; }
caption, th{ text-align: left; }
q:before, q:after{ content: ""; }
abbr, acronym{ border: 0; }
article, aside, figure, footer, header, nav, section{ display:block; }
a:hover, a:active, a:focus{ color:#aeaeae; text-decoration:none; }
img, a{ margin:0; padding:0; outline:none !important; max-width: 100%; height: auto; }
img:hover{ /*opacity: 0.7;*/ }
.img_holder{ height:auto; width:100%; border-radius: 0; overflow: hidden; }
.no_pad{ padding-left: 0; padding-right: 0; }
*:focus{ outline: none; }
.page_wrap{	width:90%; margin:0 auto; }
.sec{ width:100%; padding:70px 0; }
.owl-carousel{ direction: ltr; }
li:last-child{margin-bottom: 0;}
::-webkit-input-placeholder{ /* Chrome/Opera/Safari */ color: #767676; }
::-moz-placeholder{ /* Firefox 19+ */ color: #767676; opacity: 1; }
:-moz-placeholder{ /* Firefox 18- */ color: #767676; opacity: 1; }
:-ms-input-placeholder{ /* IE 10+ */ color: #767676; }
/* For Bootstrap */
.nav>li>a:focus, .nav>li>a:hover{background-color:transparent;}
.navbar{border-radius:0; margin:0; border:0; background-color: transparent; z-index: 3;}
.navbar .navbar-nav ul.dropdown-menu li a{color: #fff; padding: 5px 20px; background-color: #333;}
.navbar-nav>li>.dropdown-menu{background-color: #333;}
.navbar-toggle{background-color: #ccc;}
.navbar .navbar-nav li.active a{color: #7aac3d; background-color: transparent;}
.navbar .navbar-header .icon-bar{background-color: #fff;}
.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{color: #7aac3d; background-color: transparent;}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a span{color: #fff;}
/* END - For Bootstrap */
body{ font-style:normal; font-variant:normal; font-weight:normal; font-size:14px; line-height:normal; font-family: 'Montserrat', sans-serif; color: #333;
background-color: #FFF; /* background: #FFF url("../images/bg.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	background-size: cover;*/}
h1{	font-size:32px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	font-family:Copperplate; color: #333; }
h2{	font-size:30px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	font-family:Copperplate; color: #333; }
h3{	font-size:24px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	font-family:Copperplate; color: #333; }
h4{	font-size:18px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	font-family: "DM Sans", sans-serif; color: #333; }
h5{	font-size:16px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	font-family: "DM Sans", sans-serif; color: #333; }
h6{	font-size:14px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	font-family: "DM Sans", sans-serif; color: #333; }
p{ font-size:14px; font-weight:normal; line-height:normal; font-style:normal; font-variant:normal; font-family: "DM Sans", sans-serif; color: #333; }
span{ font-size:14px; font-weight:normal; line-height:normal; font-style:normal; font-variant:normal; font-family: "DM Sans", sans-serif; color: #333; }
li{	font-size:14px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	font-family: "DM Sans", sans-serif; color: #333; }
a{ font-size:14px; font-weight:normal; line-height:normal; font-style:normal; font-variant:normal; font-family: "DM Sans", sans-serif; color: #333; text-decoration:none; transition:all 1s ease 0s; cursor: pointer; }
.btn1{border: none; background: none; background-image: none; text-align: center; border-radius: 5px; padding: 10px 30px; color: #fff; background-color: #13171f; transition: all 1s ease 0s; display: inline-block;}
.btn1:hover{color: #fff; background-color: #00c3d0;}
div.center{text-align: center;}
/*Goto TOP*/
.go_to_top{position:fixed; opacity:0; visibility:hidden; overflow:hidden; text-align:center; z-index:9; background-color:#837e7e; color:#FFF; width:50px; line-height:50px; right:30px; bottom:30px; border-radius:7px; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; cursor:pointer;}
.go_to_top.show{visibility:visible; opacity:0.5;}
.go_to_top:hover{opacity:1; color:#FFF;}
.go_to_top i.fa{line-height:inherit;}
/*contact form css*/
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{margin-bottom: 0px !important;}
.wpb_gmaps_widget .wpb_wrapper{padding:0 !important;}
.contact-from .wpcf7-form span{margin-bottom: 0px !important;}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors, span.wpcf7-not-valid-tip{display:none !important;}
.wpcf7-not-valid{border-color:red !important;}
div.wpcf7-validation-errors{border:0 !important;}
div.wpcf7-mail-sent-ok{border:0 !important;}
/*Search Overlay Css*/
.mk-search-trigger { display: inline-table; font-size: 24px; color: #e1e1e1; }
.mk-search-trigger:hover{background: #111;border-color:#111;color:#fff;}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #searchform input[type=submit] { position: absolute; width: 100px; height: 100%; background-color: #ce000c; border: 0; right: 0; top: 0; color: #fff; }
#searchform { position: relative; verticle-align: middle; }
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #searchform input[type="text"] { width: 800px; background-color: transparent; -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, 1); -moz-box-shadow: 0 3px 0 0 rgba(255, 255, 255, 1); box-shadow: 0 3px 0 0 rgba(255, 255, 255, 1); border: 0; text-align: center; font-size: 35px; color: #fff; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; }
.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show { visibility: visible; opacity: 1; }
.mk-fullscreen-search-overlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; opacity: 0; visibility: hidden; background-color: rgba(0, 0, 0, .94); text-align: center; -webkit-transition: all ease-in-out .25s; -moz-transition: all ease-in-out .25s; -ms-transition: all ease-in-out .25s; -o-transition: all ease-in-out .25s; transition: all ease-in-out .25s; }
.mk-animate-element, .mk-effect-bg-layer, .mk-fullscreen-search-overlay { -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); }
.mk-fullscreen-search-overlay { z-index: 999999;}
.mk-fullscreen-search-overlay .mk-fullscreen-close:link, .mk-fullscreen-search-overlay .mk-fullscreen-close:visited { color: #fff; }
.mk-fullscreen-search-overlay .mk-fullscreen-close { position: absolute; right: 50px; top: 70px; font-size: 26px; -webkit-transition: transform ease-out .2s; -moz-transition: transform ease-out .2s; -ms-transition: transform ease-out .2s; -o-transition: transform ease-out .2s; transition: transform ease-out .2s; transform: rotate(0deg); }
.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper { opacity: 1; visibility: visible; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); ms-transform: scale(1); }
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper { display: inline-block; max-width: 1000px; vertical-align: middle; text-align: center; font-size: 18px; -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); ms-transform: scale(0.9); opacity: 0; width: 100%; visibility: hidden; -webkit-transition: all ease-in-out .3s; -moz-transition: all ease-in-out .3s; -ms-transition: all ease-in-out .3s; -o-transition: all ease-in-out .3s; transition: all ease-in-out .3s; }
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper form label{display:none;}
.mk-search-trigger { -webkit-transition: color .2s ease-in-out; -moz-transition: color .2s ease-in-out; -ms-transition: color .2s ease-in-out; -o-transition: color .2s ease-in-out; transition: color .2s ease-in-out }
#mk-search-overlay .searchform { left: 0; position: absolute; right: 0; top: 120px; }
#mk-search-overlay input[type="text"] { background: transparent none repeat scroll 0 0; border-color: grey; border-width: 0 0 1px; color: #fff; min-height: 60px; width: 70%; border-bottom: 1px solid; }
#searchform > input[type="submit"] { background: #838383 none repeat scroll 0 0; border: medium none; border-radius: 3px; color: #fff; font-size: 14px; padding: 10px 20px; vertical-align: bottom; transition: 0.35s; }
#mk-search-overlay #searchform input[type="text"] { bottom: 0; clip: auto; left: auto; top: auto; }
#mk-search-overlay .searchform::before { display: none; }
/*Search overlay End*/
div.wpcf7-mail-sent-ng, div.wpcf7-aborted{border: 2px solid transparent !important; color:#fff;}
/*Dropdown Css*/
/*.dropdown:hover > .dropdown-menu { display: block;}
.dropdown-submenu { position: relative;}
.dropdown-submenu>.dropdown-menu {top: 0; left: 100%; margin-top: -6px; margin-left: -1px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px; border-radius: 0 6px 6px 6px; }
.dropdown-submenu:hover > .dropdown-menu {display: block;}
.dropdown-submenu>a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #ccc; margin-top: 5px; margin-right: -10px; }
.dropdown-submenu:hover>a:after { border-left-color: #fff;}
.dropdown-submenu.pull-left {float: none;}
.dropdown-submenu.pull-left>.dropdown-menu { left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; }*/
/*./Dropdown Css*/
.sticky{z-index: 1000; position: fixed; top: 0; background: #fff; border-bottom: 1px solid #efefef; width: 100% !important;}
/*Woo-commerece Pages Setting css start*/
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.u-columns{/*padding:70px 0px;*/}
.woocommerce form .form-row label{color:#000; text-transform: capitalize;}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{padding: 10px; border: 1px solid #cb9e44;}
.login input{padding: 5px;  border: 1px solid #ccc;}
.login .button{background-color: #f05d6c !important; color: #fff !important; font-weight: normal !important; text-transform: uppercase; border-radius: 0 !important; padding: 10px 30px !important;}
.login .button:hover{background-color: #000 !important; color: #fff !important; }
.woocommerce form .form-row label.inline{display: block; padding: 10px 0px;}
.woocommerce form .form-row label.inline span{font-size: 14px; font-weight: bold;}
.register label{ }
.register input{padding: 5px;  border: 1px solid #ccc;}
.register .button{background-color: #f05d6c !important; color: #fff !important; font-weight: normal !important; text-transform: uppercase; border-radius: 0 !important; padding: 10px 30px !important;}
.register .button:hover{background-color: #000 !important; color: #fff !important; }
#yith-wcwl-form{padding:70px 0px;}
.checkout{/*padding-top: 70px;*/}
.woocommerce-MyAccount-navigation{/*padding:70px 0px;*/}
.woocommerce-MyAccount-content{/*padding:70px 0px;*/}
.woocommerce-cart-form{/*padding-top:70px;*/}
.cart-collaterals{/*padding-bottom:50px;*/}
.wsmsb_title{color:#000; padding-bottom: 30px;}
.woocommerce div.product .woocommerce-product-rating{margin-bottom: 0; width: 70%; float: right; margin: 12px 0px;}
.product-page .star-rating{display:none !important;}
.checkout_coupon .button{background-color: #cb9e44 !important; color: #fff !important;}
.woocommerce-error{display:none;}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{padding:0px 15px;}
/*.select2-results{overflow-y: scroll;}
.select2-results__option[aria-selected], .select2-results__option[data-selected]{display:block;}*/
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{/*height:320px;*/}
.woocommerce form.register .woocommerce-privacy-policy-text p{padding: 30px 0px;}
#customer_login{}
#customer_login h2{text-transform: uppercase; font-weight: bold;}
.yith-wcwl-add-to-wishlist .show a{font-weight: bold; color: #cb9e44;}
.related{float: left; padding: 30px 0px; text-align: center;}
.related h2{text-transform: uppercase; border-top: 1px solid #000; border-bottom: 1px solid #000; width: 39%; margin: 50px auto;}
.related h2 span{font-size:28px; }
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{border: 0; width: 100%; font-weight:bold;}
.related .add_to_cart_button{background: transparent !important; text-decoration: underline !important; text-transform: capitalize;}
.cart-empty{/*padding: 70px 0px 0px 0px;*/ text-align: center; font-size: 16px; text-transform: capitalize; font-weight: bold;}
.return-to-shop{padding: 30px 0px 0px 0px; text-align: center;}
.return-to-shop a{background-color: #cb9e44 !important; color: #fff !important;    border-radius: 0 !important;}
.woocommerce .cart .button, .woocommerce .cart input.button{background-color: #cb9e44 !important; color: #000 !important;  }
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{background-color: #cb9e44 !important; color:#000 !important;}
.woocommerce .quantity, .woocommerce-page .quantity{width: 100%;}
.product-detail{padding: 70px 0px;}
.woocommerce .woocommerce-breadcrumb{display:none;}
.product-detail .product_title{    text-transform: uppercase;}
.product-detail .price{padding:10px 0px;}
.product-detail .price .amount{font-weight: bold; color: #cb9e44; font-size: 24px;}
.product-detail .price .woocommerce-Price-currencySymbol{font-weight: bold; color: #cb9e44; font-size: 24px; }
.product-detail  .posted_in{display:none;}
.woocommerce div.product form.cart div.quantity{width: 100%;}
.entry-summary .cart{}
.entry-summary .cart h2{font-size: 18px; font-weight: bold; color: #252525; text-transform: uppercase; padding-bottom: 20px;}
.entry-summary .cart .quantity{float:none !important; margin-bottom: 30px !important;}
.entry-summary .cart .quantity input{border: 1px solid #cb9e44; color: #000; height: 30px;}
.woocommerce .quantity .plus:hover, .woocommerce .quantity .minus:hover, .woocommerce-page .quantity .plus:hover, .woocommerce-page .quantity .minus:hover{background-color: #cb9e44; color: #fff;}
.entry-summary .cart button{background-color: #cb9e44 !important; text-transform: uppercase; border-radius: 0; padding: 15px;}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty{width: 4.1em !important; left: 30px; position: relative; background-color: #cb9e44;}
.woocommerce .quantity .minus, .woocommerce-page .quantity .minus{position: absolute; left: 0px; top: 0px; height: 29px; background: transparent; width: 31px;}
.woocommerce .quantity .plus, .woocommerce-page .quantity .plus{position: absolute; width: 31px; height: 29px; background: transparent; left: 87px !important; border-bottom: 1px solid #e1e1e1;}
.entry-summary .yith-wcwl-add-to-wishlist{margin-top: 10px; float: left; top: -163px; position: relative; left: 148px;}
.entry-summary .yith-wcwl-add-button a:before{content: "\f08a"; font-family: fontawesome; padding-right: 10px;}
.entry-summary .yith-wcwl-add-button a{border: 1px solid #000; border-radius: 0; padding: 11px; font-weight: bold; text-transform:uppercase;}
.entry-summary .yith-wcwl-add-button a:hover{background-color: #cb9e44; color: #fff; border: 1px solid #cb9e44;}
.woocommerce-product-details__short-description{padding:30px 0px;}
.woocommerce-product-details__short-description p{line-height:25px; font-size: 16px; padding: 0;}
.woocommerce div.product .woocommerce-tabs ul.tabs{display: block; float: left; width: 20%; vertical-align: middle; margin:0;}
.woocommerce div.product .woocommerce-tabs .panel{margin: 0 0 2em; width: 78%; float: right; border: 1px solid #cb9e44; border-radius: 0; padding: 10px 30px;}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:block !important; border: 0; border-bottom: 1px solid #e1e1e1; border-radius: 0; background-color: transparent;}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding: 0;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{display: block; font-weight: 600; text-decoration: none; color: #000 !important; padding: 10px 30px; text-align: left; font-size: 16px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#fff !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{display:none; left: -6px; border-bottom-right-radius: 0 !important; border-width: 0 !important; -webkit-box-shadow: none; box-shadow: none;}
.woocommerce-Tabs-panel .yikes-custom-woo-tab-title{display:none; font-size:18px; color:#cb9e44; padding-bottom: 20px;}
.woocommerce-Tabs-panel p{font-size: 15px; line-height: 20px; padding-bottom: 20px;}
.woocommerce-Reviews .comments{}
.woocommerce #reviews #comments h2{font-size:18px !important; color:#7aac3d !important; padding-bottom: 20px;}
.woocommerce #review_form #respond .form-submit input{left: auto; background-color: #7aac3d; color: #fff; text-transform: uppercase;}
.select2-container--default .select2-results>.select2-results__options{display:grid !important;}
/*Dropdown Css*/
.dropdown:hover > .dropdown-menu { display: block;}
.dropdown-submenu { position: relative;}
.dropdown-submenu>.dropdown-menu {top: 0; left: 100%; margin-top: -6px; margin-left: -1px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px; border-radius: 0 6px 6px 6px; }
.dropdown-submenu:hover > .dropdown-menu {display: block;}
.dropdown-submenu>a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #ccc; margin-top: 5px; margin-right: -10px; }
.dropdown-submenu:hover>a:after { border-left-color: #fff;}
.dropdown-submenu.pull-left {float: none;}
.dropdown-submenu.pull-left>.dropdown-menu { left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; }
/*./Dropdown Css*/
/*Wocommerece Admin bar Start*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{background-color: #cb9e44 !important; color: #000 !important; text-transform: uppercase; border-radius: 0 !important; padding: 15px 30px !important; font-weight: 600 !important;}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{background-color: #000 !important; color: #fff !important;}
.woocommerce .myAccountHeading{padding: 30px 0px; margin: 0; text-transform: uppercase; text-align: center; font-weight: 500; color: #cb9e44;}
.woocommerce-MyAccount-content{padding-bottom:15px;}
.woocommerce-MyAccount-content strong{color: #cb9e44; text-transform: capitalize;}
.woocommerce-MyAccount-content p a{color: #cb9e44; text-transform: capitalize;}
.woocommerce-MyAccount-content .woocommerce-Input{padding: 5px;}
.woocommerce-MyAccount-content .button{background-color: #e54408; padding: 10px; text-transform: uppercase;}
.woocommerce-MyAccount-content .button:hover{background-color: #14106e;}
.woocommerce-MyAccount-content fieldset{padding: 0; background: transparent;}
.woocommerce-MyAccount-content fieldset legend{background: transparent; color: #cb9e44;}
.woocommerce-MyAccount-content .woocommerce-info{background-color: #ddd; color: #000;}
.woocommerce-MyAccount-content .sliced-client-snapshot{text-align:right;}
.woocommerce-MyAccount-content .sliced-address{background-color: #ddd; padding: 7px !important;}
.woocommerce-MyAccount-content .woocommerce-address-fields input{padding:5px;}
.woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection{border: 0; background-color: #f2f2f2; border-radius: 0;}
.woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection .select2-selection__rendered{color:#000;}
.woocommerce-MyAccount-content .acc-quote{padding: 50px 30px; background-color: #eeecec; margin: 30px 0px; text-align:center;}
.woocommerce-MyAccount-content .acc-quote p{background-color: transparent; border: 0; color: #e34308; font-weight: 500; font-weight: bold;}
.woocommerce-MyAccount-content .acc-quote span{background-color: transparent; border: 0; color: #e34308; font-weight: 500; font-weight: bold; font-size: 13px;}
.woocommerce-MyAccount-content .acc-quote:hover{background-color:#e34308;-webkit-transition: background-color 1s ease-out; -moz-transition: background-color 1s ease-out; -o-transition: background-color 1s ease-out; transition: background-color 1s ease-out;}
.woocommerce-MyAccount-content .acc-quote:hover p{color:#fff;}
.woocommerce-MyAccount-content .acc-quote:hover span{color:#fff;}
.woocommerce-MyAccount-navigation{/*margin-bottom: 90px !important;*/ text-align: left; border: 1px solid #ddd; /*margin-top: 70px;*/}
.woocommerce-MyAccount-navigation ul li{display:block;}
.woocommerce-MyAccount-navigation ul li a{padding: 20px 15px !important;}
.woocommerce-MyAccount-navigation ul li a, .lost_password a{padding: 15px 10px; color: #000; display:block; font-size: 16px;}
.woocommerce-MyAccount-navigation ul li a:hover{background:#cb9e44;color:#fff; -webkit-transition: background-color 1s ease-out; -moz-transition: background-color 1s ease-out; -o-transition: background-color 1s ease-out; transition: background-color 1s ease-out;}
.woocommerce-MyAccount-navigation ul li.is-active a{background:#cb9e44;color:#fff;}
.woocomerce-form.woocommerce-form-login.login, .register{border: 1px solid #ececec;padding: 20px;min-height: 360px;}
.woocommerce-MyAccount-navigation ul li a:before{display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; content: "\f0f6"; line-height: 1.618; margin-left: 0.5407911001em; width: 1.41575em; text-align: right; float: right; opacity: .25;}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before{content: "\f0e4";}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before{content: "\f291";}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before{content: "\f019";}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before{content: "\f015";}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before{content: "\f007";}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before{content: "\f08b";}
/*Wocommerece Admin bar End*/

.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering{padding-bottom:20px;}
.woocommerce .woocommerce-result-count{font-size: 16px; text-transform: capitalize; width: 100%; background-color: #000; padding: 20px; color: #fff; margin-bottom: 50px;}
.woocommerce .woocommerce-ordering{position: absolute; right: 22px; padding: 0; margin: 0; top: 79px;}
.container .woocommerce {padding:70px 0px; position: relative; display: inline-block;}
.woocommerce .woocommerce-ordering select{padding: 10px 15px; border: 1px solid #cb9e44;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{text-align:center;}
.woocommerce div.product div.summary{/*top: 120px; position: relative;*/}
.woocommerce div.product div.summary .single-pro-title{}
.woocommerce div.product div.summary .single-pro-title h3{}
.woocommerce div.product div.summary .single-pro-title h3 a{font-size: 25px; color: #000;}
.woocommerce div.product div.summary .single-pro-title h3 a:hover{color: #7cfc00;}
.woocommerce-checkout #payment ul.payment_methods li{display: block;}
.woocommerce-MyAccount-navigation-link--downloads{display: none !important;}
.woocommerce-page div.product .woocommerce-tabs .woocommerce-Tabs-panel h2{font-size: 18px; font-weight: bold; padding-bottom: 20px;}
/*Woo-commerece Pages Setting css End*/

/*Single Product Page Start*/
.woocommerce-page .single-title{position:relative; padding: 0;}
.woocommerce-page .single-title h3{position: absolute; left: 585px; top: 0;}
.woocommerce-page .single-title h3 a{font-size: 32px;}
.woocommerce-page .product{}
.woocommerce-page .product .price{margin: 20px 0px;}
.woocommerce-page .product .price span{font-size: 30px; color: #cb9e44; font-weight: 600;}

.woocommerce button.button.alt{padding: 16px 26px !important; background-color: #cb9e44 !important; color: #000 !important; font-weight: 500 !important;}
.woocommerce button.button.alt:hover{background-color:#000 !important; color: #fff !important;}
.entry-summary .yith-wcwl-add-button a{border: 1px solid #2d2e2e; border-radius: 0; font-weight: bold; text-transform: uppercase; padding: 12px 27px !important; color: #2d2e2e !important;}
.entry-summary .yith-wcwl-add-button a:hover{border: 1px solid #cd2027; color: #fff !important; background-color: #cd2027 !important;}
.woocommerce .posted_in{display:none;}
.woocommerce-tabs{}
.woocommerce div.product .woocommerce-tabs ul.tabs{width: 100%; margin-top: 50px;}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{border:0;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow: none;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{display: inline-block !important; border: 0; width: auto; border: 1px solid #cb9e44; margin: 0;}
.woocommerce div.product .woocommerce-tabs .panel{width: 100%; padding: 50px 30px;}
.woocommerce div.product .woocommerce-tabs .panel ul{}
.woocommerce div.product .woocommerce-tabs .panel ul li{display: block; padding: 5px 0px;}
.woocommerce div.product .woocommerce-tabs .panel ul li:before{content: "\f105"; font-family: "fontawesome"; padding-right: 10px; color: #cd2027;}
.woocommerce-cart table.cart td.actions .coupon .input-text{width:50%; margin: 0;}
.related{float: left; padding: 0; text-align: center; width: 100%;}
.related h2{text-transform: uppercase; border-top: 1px solid #000; border-bottom: 1px solid #000; width: 39%; margin: 50px auto;}
.related h2 span{font-size:28px; }
.woocommerce div.product p.price{margin: 0; padding: 0;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background: #cb9e44; z-index: 2; border-bottom-color: #cb9e44;}
.woocommerce ul.products li.product:before{content:"";}
.woocommerce div.product div.images img{border: 1px solid #cb9e44;}
.post-details .single-content .woocommerce{padding:0;}
.post-details .single-content .woocommerce .products li{margin-bottom: 0;}


/*Single Product Page End*/

/*Cart Page Start*/
.woocommerce table.cart td.actions .coupon .button{padding: 10px 30px !important;}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{}
.woocommerce-page .cart-collaterals .cart_totals{margin-top: 15px;}
.woocommerce-page .cart-collaterals .cart_totals h2{font-size: 32px; text-transform: capitalize; font-weight: 500; padding-bottom: 20px;}

/*Cart Page End*/

/*Check out Page Start*/
.checkout{}
.checkout .woocommerce-billing-fields{padding-bottom: 40px;}
.checkout .woocommerce-billing-fields h3 ,.woocommerce-additional-fields h3{padding-bottom: 30px; text-transform: capitalize; color: #000;}
.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper{}
.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper label{}
.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input{border: 1px solid #cb9e44 !important; padding: 10px !important;}
.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .select2-selection{border-radius: 0; border: 1px solid #cb9e44;}
.woocommerce-additional-fields textarea{border: 1px solid #cb9e44 !important; padding: 10px !important;}
#order_review_heading{padding-bottom: 30px; text-transform: capitalize; color: #000;}

/*Check out Page End*/
/*Lost Password Start*/
.lost_reset_password{}
.lost_reset_password p{font-size: 16px; font-weight: 500; padding-bottom: 30px;}
.lost_reset_password .woocommerce-form-row{}
.lost_reset_password .woocommerce-form-row label{text-transform: capitalize;}
.woocommerce-info, .woocommerce-message{border-top-color: #cb9e44 !important;}
.woocommerce-info::before, .woocommerce-message::before{color: #cb9e44 !important;}
.woocommerce-info a{color: #cb9e44 !important;}
.lost_password a{color: #cb9e44; text-decoration: underline; text-transform: capitalize;}
.lost_password a:hover{color:#000;}
.post-details{padding: 80px 0px;}
.woocommerce .post-details .single-title{display:none;}
.fa-twitter:before{content: "\e61b";}
/*Lost Password End*/

header .htop {background-color: #FE5904; padding: 10px 0px;}
header .htop a{color: #fff; display: flex; align-items: center; gap: 10px;}
header .htop .hsocial ul{display: flex; gap: 20px; justify-content: end;}
header .htop .hsocial img{height: 30px; width: 30px;}
header .htop .row{display: flex; align-items: center;}
header .navigation .navbar{display: flex;align-items: center;justify-content: start;}
header .navigation #mega-menu-wrap-primary{background-color:transparent !important;}
header .navigation #mega-menu-wrap-primary #mega-menu-primary{background-color:transparent !important;text-align:right;}
header .navigation #mega-menu-wrap-primary #mega-menu-primary li{background-color:transparent !important;padding:0px 11px;}
header .navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {font-size: 15px; color: #000; padding: 0 !important; line-height: 24px !important; height: 30px !important; font-weight: 500; text-transform: capitalize; font-family: "DM Sans", sans-serif; font-weight: bold;}
header .navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus{background-color:transparent !important; color: #F36526 !important; transition:.5s;}
header .navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{background-color:transparent !important;color: #F36526 !important;}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{background:transparent !important;} 
header .navigation .container-fluid{width: 100% !important; margin: 0 !important;}
header .hbutton a { background-color: #fe5904; color: #fff; padding: 15px 30px; border-radius: 30px; display: block; width: fit-content; margin-left: auto; }
header .hbottom .row{padding: 15px 0px;} 
header .navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus{background-color:transparent !important; color: #F36526 !important; transition:.5s;}
header .navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{background-color:transparent !important;color: #FF4438 !important;}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{background:transparent !important;} 
body .mega-sub-menu li:hover{background-color:#DA662A !important;  }
.mega-sub-menu li:hover a{  color:#000 !important;}
.mega-sub-menu li{background:#fff0 !important; }
.mega-sub-menu li a{background:#fff0 !important; color:#000 !important; font-weight:500 !important;}
.mega-sub-menu{background: #fff !important; border: 2px solid #DA662A !important; border-radius: 10px !important; overflow: hidden !important;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{background:#fff0 !important; background-color:#fff0 !important; color:#000 !important;}


footer { background-color: #FE5904; padding: 100px 0px 20px 0px; position:relative;}
footer::after {  content: url('../../../wp-content/uploads/2026/03/Group-19.png');  position: absolute;  right: 0;  bottom: 0;   }
footer .topwrow { display: flex; align-items: center; padding-bottom: 40px; border-bottom: 1px solid #22314094; margin-bottom: 40px; }
footer .topwrow a { color: #fff; font-size: 18px; transition:0.3s}
footer .topwrow a:hover { color: #000;}
footer ul.cnss-social-icon li.cn-fa-icon a.cnss-facebook { background-color: #223140 !important; border-radius: 50% !important; }
footer ul.cnss-social-icon li.cn-fa-icon a.cnss-linkedin{ background-color: #223140 !important; border-radius: 50% !important; }
footer ul.cnss-social-icon li.cn-fa-icon a i { font-size: 25px; color: #B1B9C1; }
footer ul.cnss-social-icon li.cn-fa-icon a { width: 47px !important; height: 47px !important; padding: 6px 0; margin: 2px; color: #ffffff; border-radius: 0%; display: flex !important; justify-content: center; align-items: center; }
footer   h3 { color: #fff; font-size: 24px; margin-bottom: 15px;     font-weight: 500;}
footer .mainrow a { color: #fff; font-size: 16px; transition:0.3s}
footer .mainrow a:hover { color: #000;}
footer .mainrow li { display: block; margin-bottom: 15px; }
footer .bottomrow { margin-top: 80px; }
footer .bottomrow a { color: #fff; font-size: 18px; transition:0.3s}
footer .bottomrow a:hover { color: #000;}
footer .bottomrow li.last { border-left: 1px solid #fff; margin-left: 10px; padding-left: 10px; }
footer .bottomrow p { color: #fff; font-size: 18px; transition:0.3s}
footer .workwithtelgec{}
footer .workwithtelgec h3 a{ color: #fff; background: #223140; transition: 0.5s; font-family: 'gothicfont'; width: fit-content; padding: 16px 20px; font-size: 18px; border-radius: 30px; margin-bottom: 20px; }
footer .workwithtelgec h3 a:hover{color: #fff !important; background-color: #000;}
footer .workwithtelgec p{color: #fff; line-height: 26px;}
footer .workwithtelgec h3{margin-bottom: 30px !important;}
footer .quicklinksfooter{padding-left: 30px !important;}
footer .emailfooter::before{content: '\f003'; font-family: fontawesome; position: relative; top: 2px; margin-right: 10px;}
footer .phonefooter::before{content: '\f095'; font-family: fontawesome; position: relative; top: 2px; margin-right: 10px;}
footer .emailfooter{margin-left: 33px !important;}
footer .phonefooter{margin-left: 33px !important;}

.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); backdrop-filter: blur(5px); display: flex; justify-content: center; align-items: center; visibility: hidden; opacity: 0; transition: all 0.3s ease; z-index: 1000; }
.modal-overlay.show { visibility: visible; opacity: 1; }
.modal { width: 100%; max-width: 770px; border-radius: 20px; transform: scale(0.8); transition: transform 0.3s ease; margin: auto; }
.modal-overlay.show .modal { transform: scale(1); display: block; }
.modal-header { display: flex; justify-content: end; align-items: center; border-bottom: 0px !important;}
.modal-header h2 { color: #764ba2; font-size: 24px; }
.close-btn { background: #fe590499; color: white; border: none; width: 35px; height: 35px; border-radius: 50%; font-size: 20px; cursor: pointer; transition: background 0.2s; position: relative; top: 77px; z-index: 9; right: 14px; opacity: 0.8; }
.close-btn:hover { background: #e84118; }
.modal-body { margin-bottom: 20px; }
.modal-body p { font-size: 18px; line-height: 1.6; color: #333; margin-bottom: 15px; }
.modal-footer { display: flex; justify-content: flex-end; gap: 12px; border-top: 1px solid #f0f0f0; padding-top: 20px; }
.modal-footer button { padding: 8px 20px; border: none; border-radius: 8px; font-size: 16px; cursor: pointer; transition: all 0.2s; }
.cancel-btn { background: #e0e0e0; color: #333; }
.cancel-btn:hover { background: #c0c0c0; }
.ok-btn { background: #764ba2; color: white; }
.ok-btn:hover { background: #5a3780; }


.modal .contact-col { background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-radius: 20px; padding: 40px; }
.modal .contact-col  h2{ font-family: 'DM Sans'; font-size: 26px; font-weight: 500; margin-bottom: 20px; }
.modal .contact-col input { font-family: "DM Sans", sans-serif; border: none; background-color: transparent; border-bottom: 1px solid #9e9e9e; color: #fff; padding: 15px 2px 15px 0px !important; }
.modal .contact-col select { font-family: "DM Sans", sans-serif; border: none; background-color: transparent; border-bottom: 1px solid #9e9e9e; color: #fff; padding: 15px 2px 15px 0px !important; }
.modal .contact-col select option{background-color: rgba(0, 0, 0, 0.5);}
.modal .contact-col input::placeholder{color: #fff;}
.modal .contact-col textarea { font-family: "DM Sans", sans-serif; border: none; background-color: transparent; border-bottom: 1px solid #9e9e9e; color: #fff; padding: 15px 2px 15px 0px !important; max-height: 200px !important; max-width: 100%; min-width: 100%; min-height: 200px !important; }
.modal .contact-col textarea::placeholder{color: #fff;}
.modal .contact-col .gform_wrapper.gravity-theme .gform_fields { width: 100%; display: -ms-grid; display: grid; -ms-grid-columns: (1fr 2%)[12]; grid-template-columns: repeat(12, 1fr); grid-template-rows: repeat(auto-fill,auto); grid-column-gap: 5%; grid-row-gap: 50px; }
.modal .contact-col input[type=submit] { background-color: #fff; color: #000; font-weight: 600; padding: 18px 50px !important; border-radius: 30px; transition:0.3s;}
.modal .contact-col input[type=submit]:hover { padding: 18px 40px !important; border-radius: 30px;}
.modal  h2.gform_submission_error.hide_summary { font-size: 14px; }



.homeForm { margin-bottom: 80px; background-position: center; background-repeat: no-repeat; background-size: 100% 100%; }
.homeForm h2 { color: #fff; line-height: 50px; font-size: 40px; margin-bottom: 20px; }
.homeForm  p{ color: #B1B9C1; font-size: 18px;    letter-spacing: 1px;}
.homeForm .contact-col { background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-radius: 20px; padding: 40px; }
.homeForm .contact-col  h2{ font-family: 'DM Sans'; font-size: 26px; font-weight: 500; margin-bottom: 20px; }
.homeForm .contact-col input { border: none; background-color: transparent; border-bottom: 1px solid #9e9e9e; color: #fff; padding: 15px 2px 15px 0px !important; }
.homeForm .contact-col input::placeholder{color: #fff;}
.homeForm .contact-col textarea { border: none; background-color: transparent; border-bottom: 1px solid #9e9e9e; color: #fff; padding: 15px 2px 15px 0px !important; max-height: 200px !important; max-width: 100%; min-width: 100%; min-height: 200px !important; }
.homeForm .contact-col textarea::placeholder{color: #fff;}
.homeForm .contact-col .gform_wrapper.gravity-theme .gform_fields { width: 100%; display: -ms-grid; display: grid; -ms-grid-columns: (1fr 2%)[12]; grid-template-columns: repeat(12, 1fr); grid-template-rows: repeat(auto-fill,auto); grid-column-gap: 5%; grid-row-gap: 50px; }
.homeForm .contact-col input[type=submit] { background-color: #fff; color: #000; font-weight: 600; padding: 18px 50px !important; border-radius: 30px; transition:0.3s;}
.homeForm .contact-col input[type=submit]:hover { padding: 18px 40px !important; border-radius: 30px;}
.homeForm  h2.gform_submission_error.hide_summary { font-size: 14px; }
.Market p{ color: #42484E; font-size: 15px; margin-bottom: 15px;    margin-bottom: 15px !important; }
.Market h2 { color: #000; font-size: 40px;    margin-bottom: 30px !important; }
.Market .innerslock .vc_col-sm-8 { padding-left: 40px; padding-top: 0px;position:relative; }
.Market .innerslock .vc_col-sm-8 h3 { color: #091019; font-size: 22px; margin-bottom: 10px;margin-top:20px; font-family: 'gothicfont';}
.Market .innerslock .vc_col-sm-8 p{ color: #42484E; font-size: 14px;     margin-bottom: 13px !important; }
.Market .innerslock .vc_col-sm-8 .vc_column-inner { border-left: 1px solid #000; }
.Market .innerslock .vc_col-sm-8 strong { position: absolute; left: 14px; }
.Market .innerslock img { filter: brightness(0); }
.Market .innerslock:hover .vc_col-sm-8 .vc_column-inner { border-left: 1px solid #FE5904; }
/* .Market .innerslock:hover .vc_col-sm-8 strong { position: absolute; left: 0px;color:#FE5904; } */
/* .Market .innerslock:hover img { filter: brightness(1); } */
/* .Market .innerslock:hover .vc_col-sm-8 h3 {  font-weight: 600; } */
/* .Market .innerslock:hover h3 {color: #FE5904;}
.Market .innerslock:hover p {color: #FE5904;} */

.Market .innerslock.active .vc_col-sm-8 .vc_column-inner { border-left: 1px solid #FE5904; }
.Market .innerslock.active .vc_col-sm-8 strong { position: absolute; left: 14px;color:#FE5904; }
.Market .innerslock.active img { filter: brightness(1); }
.Market .innerslock.active .vc_col-sm-8 h3 {  font-weight: 600; }
.Market .innerslock.active h3 {color: #FE5904;}
.Market .innerslock.active p {color: #FE5904;}

.homebanner{height: 80vh; display: flex; align-items: center; background-attachment: fixed;}
.homebanner h1{color: #fff; font-size: 60px;}
 .homebanner p { color: #fff; font-weight: 500; margin-bottom: 20px; margin-top: 26px; line-height: 26px; font-size: 17px; }
.homebanner ul{display: flex; gap: 15px;}
.homebanner ul a { color: #fff; border: 1px solid #fff; padding: 15px 30px; border-radius: 30px; display: block;	}


.counter-section{padding-top: 20px !important; padding-bottom: 40px;}
.counter-section h2{font-size: 50px; color: #223140; padding-bottom: 4px;}
.counter-section .counter-box .vc_column-inner { display: flex; align-items: center; gap: 40px; border: 1px solid #E4E9F1; padding-left: 0px !important; padding-top: 30px; padding-bottom: 30px; }
.counter-section .counter-box .vc_column-inner::before{content: url(../../../wp-content/uploads/2026/03/Frame-20.png);}
/* .counter-section .borderleft {border-left: 1px solid #000; padding: 15px;}
.counter-section .borderright{border-right: 1px solid #000; padding: 15px;} */
.counter-section .underbanner .vc_column-inner{justify-content: center; padding: 20px; transition: 0.5s; border-top: 2px solid #000; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; height: 130px; }
.counter-section .underbanner .vc_column-inner:hover{border-color: #fe5d09;}
.counter-section .underbanner .vc_column-inner:hover h3{color: #fe5d09;}
.counter-section .underbanner {padding:20px 10px;}
.counter-section h3{font-size: 18px;  transition: 0.5s; padding: 0px 8px;    font-family: 'gothicfont';}

.homemarkedassaved{}
.homemarkedassaved h2{font-size: 40px; color: #223140; margin-bottom: 40px !important; margin-top: 10px;}
.homemarkedassaved p { color: #000; line-height: 25px; display: flex; flex-direction: column;font-size: 17px; }
.homemarkedassaved p strong{color: #000; font-weight: 600; padding-bottom: 10px;font-size: 17px;}
.homemarkedassaved a{color: #fff; background-color: #FE5904; padding: 15px 20px; transition: 0.5s; border-radius: 30px; display: block; width: fit-content;    display: none;}
.homemarkedassaved a::after{content: url(../../../wp-content/uploads/2026/03/Icon.png); margin-left: 10px; position: relative; top: 1px;}
.homemarkedassaved a:hover{color: #fff; background-color:#223140;}
.homemarkedassaved .servedboxes {   padding-left: 10px;}
.homemarkedassaved .servedboxes .vc_col-sm-6{padding: 10px;}
.homemarkedassaved .servedboxes .vc_col-sm-6 .vc_column-inner{ box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important; background: #fff; transition: 0.5s;    height: 250px; padding: 20px 40px; display: flex; align-items: center;}
.homemarkedassaved .servedboxes .vc_col-sm-6 .vc_column-inner:hover .orangeicon{display: block !important;}
.homemarkedassaved .servedboxes .vc_col-sm-6 .vc_column-inner:hover .blackimg{display: none;}
.homemarkedassaved .servedboxes .vc_col-sm-6 .vc_column-inner .orangeicon{display: none;}
.homemarkedassaved .servedboxes .vc_col-sm-6 .vc_column-inner:hover img{transition: 0.5s;}  
/* .homemarkedassaved .servedboxes .vc_col-sm-6 .vc_column-inner:hover img{filter: brightness(0) invert(1);} */
.homemarkedassaved .servedboxes .vc_col-sm-6 .vc_column-inner h4 { color: #223140; font-size: 22px; font-family: gothicfont; border-top: 3px solid #000; margin-top: 30px; padding-top: 20px; }
.homemarkedassaved .servedboxes .vc_col-sm-6 .vc_column-inner:hover h4{color: #FE5904; transition: 0.5s; border-top-color: #FE5904;}
.homemarkedassaved .rightboxserved .vc_column-inner{height: 100%;}
.homemarkedassaved .rightboxserved .vc_column-inner .wpb_wrapper { height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding: 6px 0px;}
.homemarkedassaved .rightboxserved .vc_column-inner .wpb_wrapper .wpb_text_column{height: 100%;}
.homemarkedassaved { position: relative; display: inline-block; }
.homemarkedassaved::after { content: url(../../../wp-content/uploads/2026/03/BG-1.png); position: absolute; top: 10%; z-index: -1; right: 5%; animation: slowRotate 20s linear infinite; }

@keyframes slowRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.homesolutions {}
.homesolutions h2{font-size: 40px; color: #223140; margin-top: 10px;}
.homesolutions p { color: #000; line-height: 25px; display: flex; flex-direction: column; }
.homesolutions p strong{color: #000; font-weight: 600; padding-bottom: 10px;}
.homesolutions .exploresolutions a { color: #fff; background-color: #FE5904; padding: 15px 20px; transition: 0.5s; border-radius: 30px; display: flex; width: max-content; margin-left: auto; margin-right: 20px;}
.homesolutions .exploresolutions a::after{content: url(../../../wp-content/uploads/2026/03/Icon.png); margin-left: 10px; position: relative; top: 1px;}
.homesolutions .exploresolutions a:hover{color: #fff; background-color:#223140;}
.homesolutions .swiper { width: 100%; padding-bottom: 70px; overflow: hidden; }
.homesolutions .swiper-wrapper { display: flex; }
.homesolutions .swiper-slide { width: 350px; flex-shrink: 0; height: auto; }
.homesolutions .card { background: #fff; padding: 30px 25px; border: 0px solid #eee; height: 100%; display: flex; flex-direction: column; justify-content: space-between; transition: 0.2s; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; margin: 24px 20px 30px 5px; }
.homesolutions .card .icon { font-size: 36px; margin-bottom: 20px; line-height: 1; }
.homesolutions .card h3 { font-size: 18px; margin-bottom: 15px; color: #223140; font-weight: 600; line-height: 1.4; border-top: 1px solid #E4E9F1; padding-top: 20px; margin-top: 10px;font-family: 'gothicfont'; }
.homesolutions .card p { font-size: 14px; color: #42484E; line-height: 1.6; margin-bottom: 10px; }
.homesolutions .card ul{}
.homesolutions .card ul li{display: flex; padding: 3px 0px; align-items: anchor-center;}
.homesolutions .card ul li:before{content: "\f111"; font-family: fontawesome; font-size: 4px; padding-right: 10px;}
.homesolutions .explore { display: inline-flex; align-items: center; gap: 12px; margin-top: 20px; text-decoration: none; color: #000; font-size: 14px; font-weight: 500; transition: gap 0.2s; }
.homesolutions .explore span { background: #ff5a1f; color: #fff; border-radius: 50%; width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; font-size: 18px; transition: 0.2s; }
.homesolutions .explore:hover span { background: #e0440c; transform: translateX(4px); }
.homesolutions .nav-buttons .navigationbutton{display: flex; gap: 20px;	}
.homesolutions .nav-buttons { position: absolute; bottom: -60px; left: 0; display: flex; gap: 12px; z-index: 10; width: -webkit-fill-available; align-items: center; justify-content: space-between; padding: 20px; }
.homesolutions .nav-buttons .navigationbutton div { width: 50px; height: 50px; border-radius: 50%; background: #eee; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 22px; user-select: none; transition: all 0.2s; box-shadow: 0 4px 8px rgba(0,0,0,0.05); }
.homesolutions .nav-buttons .navigationbutton .next { background: #ff5a1f !important; color: #fff; }
.homesolutions .nav-buttons .prev:hover, .nav-buttons .next:hover { opacity: 0.85; }
.homesolutions .services-section{margin-top: 30px;}


.aboutus {}
.aboutus h2{color: #000; font-size: 50px; padding-bottom: 30px;}
.aboutus p{color: #000; font-size: 17px; line-height: 26px; padding: 10px 0px;}


.ourleadership{}
.ourleadership h2{color: #000; font-size: 50px; margin-bottom: 20px !important;}

.abouthoverbox{}
.abouthoverbox img{ height: 420px;}
.abouthoverbox .social-bar { display: flex; align-items: center; gap: 8px; background: linear-gradient(177deg,rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 75%); border-radius: 50px; padding: 10px 16px; width: fit-content; margin: 20px auto; }
.abouthoverbox .social-btn { width: 44px; height: 44px; border-radius: 50%; background: #ffffff; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: transform 0.2s ease, background 0.2s ease; text-decoration: none; }
.abouthoverbox .social-btn:hover { transform: scale(1.1); background: #e8e8e8; }
.abouthoverbox .social-btn svg { width: 20px; height: 20px; fill: #1a1a1a; }
.abouthoverbox .social-btn {}
.abouthoverbox .hover-content p{color: #fff; font-size: 16px; line-height: 26px;}
.abouthoverbox .hover-content{position: absolute; top: 0; transition: 0.5s; opacity: 0; height: 420px; width: 92%; display: flex; align-items: end; padding: 20px; padding-bottom: 0px; background: linear-gradient(177deg, rgb(255 255 255 / 0%) 0%, rgba(0, 0, 0, 1) 100%);}
.abouthoverbox .vc_col-sm-4 .vc_column-inner{transition: 0.5s;}
.abouthoverbox .vc_col-sm-4 .vc_column-inner:hover .hover-content{opacity: 1 !important;}
.abouthoverbox h3{margin-top: 15px !important; color: #000; font-weight: 600; margin-bottom: 5px;}





.missionvission{}
.missionvission .vc_col-sm-6{padding: 15px 15px;}
.missionvission .vc_col-sm-6 .vc_column-inner{padding: 55px 20px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.missionvission h2{color: #000; border-bottom: 2px solid #000; padding-bottom: 10px; margin-bottom: 10px;}
.missionvission p{line-height: 26px; padding-top: 10px; padding-bottom: 20px;    font-size: 15px;}
.missionvission a{color: #fff; background: #fe5904; transition: 0.5s; font-family: 'gothicfont'; width: fit-content; padding: 16px 20px; font-size: 18px; border-radius: 30px; margin-bottom: 20px;    display: none;}




.diliveryphilosiphy{}
.diliveryphilosiphy h2{color: #000; font-size: 50px; margin-bottom: 20px !important;}
.diliveryphilosiphy .vc_col-sm-4 .vc_column-inner{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; padding: 30px !important;}
.diliveryphilosiphy .vc_col-sm-4 img{border-bottom: 2px solid #000; padding-bottom: 20px !important; margin-bottom: 20px;} 




/* contact us page */
.ContactUs h3{ font-family: 'DM Sans'; color: #091019; font-weight: 600; margin: 30px 0px; }
.ContactUs a { color: #223140 !important; font-size: 18px; display: block; }
.ContactUs ul.social-icons { display: flex; gap: 20px; }
.ContactUs ul.social-icons li a { background-color: #EEF1F3; height: 47px; width: 47px; display: flex; justify-content: center; align-items: center; border-radius: 50%; }
.ContactUs ul.social-icons li a i { background-color: #FE5904; display: flex; justify-content: center; align-items: center; border-radius: 50%; height: 25px; width: 25px;    color: #fff; }
.ContactUs h2{ color: #091019; font-size: 26px; font-weight: 500; margin-bottom: 20px !important;}
.ContactUs input{  font-family: "DM Sans", sans-serif; background-color: #f7F8FB; border: none; padding: 15px !important; border-radius: 30px; color:#000;}
.ContactUs input::placeholder{color:#091019;}
.ContactUs textarea{ font-family: "DM Sans", sans-serif; background-color: #f7F8FB; border: none; padding: 15px !important; border-radius: 15px; color:#000; max-width: 100%; min-width: 100%; max-height: 250px; min-height: 250px;}
.ContactUs textarea::placeholder{color:#091019;}
.ContactUs input[type=submit] { background-color: #FE5904; padding: 20px 40px !important; color: #fff; font-size: 14px; font-weight: 600; }
.ContactUs .workwithtelgec h3 a{ color: #fff !important; background: #223140; transition: 0.5s; font-family: 'gothicfont'; width: fit-content; padding: 16px 20px; font-size: 18px; border-radius: 30px; margin-bottom: 20px; }
.ContactUs .workwithtelgec h3 a:hover{color: #fff !important; background-color: #000;}
.ContactUs .workwithtelgec p{color: #000; line-height: 26px;}
.ContactUs .workwithtelgec p a{font-size: 14px; margin-top: 20px;}
.ContactUs  .workwithtelgec h3{margin-bottom: 30px !important;}





/* Solutions Page */
.page-id-170 .homebanner p { margin-top: 15px;}
.SolutionsSection::after { content: url(../../../wp-content/uploads/2026/03/BG-1.png); position: absolute; top: 10%; z-index: -1; right: 5%; animation: slowRotate 20s linear infinite; }
.SolutionsSection  h2 { font-size: 40px; color: #223140; margin-bottom: 40px !important;}
.SolutionsSection .top p{ color: #000; line-height: 25px; margin-bottom:10px;    padding-left: 10px;}
.SolutionsSection .explore {text-align:end;}
.SolutionsSection .explore  a { color: #fff; background-color: #FE5904; padding: 15px 20px; transition: 0.5s; border-radius: 30px;  }
.SolutionsSection .explore  a::after { content: url(../../../wp-content/uploads/2026/03/Icon.png); margin-left: 10px; position: relative; top: 1px; }




/* partner with us */
.Affiliation-sec h2{font-weight:500;padding-left:15px;}
.Affiliation-sec .centreblock{ border-left: 2px solid #fe5904; border-right: 2px solid #fe5904; }






.image-container { width: 100%; background: #f1f5f9; display: flex; align-items: center; justify-content: center; min-height: 380px; position: relative; }
.right-image { width: 100%; height: 700px; display: none; object-fit: cover; max-height: 700px; transition: opacity 0.25s ease-in-out; }
.right-image.active-image { display: block; }
.padtop{padding-top: 80px !important;}
.padbot{padding-bottom: 80px !important;}


/* capabilites */
.capable h2 { color: #000; font-size: 40px; margin-bottom: 30px !important;}
.capable  .middleRow{overflow:hidden;padding:0px 0px 80px 0px;}
.capable p {  color: #000;   line-height: 25px;font-size:16px;}
.capable  .swiper-button-prev::after { content: url(../../../wp-content/uploads/2026/04/Left-Arrow.png) !important; }
.capable  .swiper-button-next::after { content: url(../../../wp-content/uploads/2026/04/Right-Arrow.png) !important; }
.capable  .swiper-button-next { transform: scale(0.8);  }
.capable .swiper-button-prev { left: 53% !important; transform: scale(0.8); }








.ourdeliverypjilosophy {}
.ourdeliverypjilosophy .vc_col-sm-4 {padding: 20px;}
.ourdeliverypjilosophy .vc_col-sm-4 .vc_column-inner{box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; height: 300px; display: flex; justify-content: center; padding: 30px; flex-direction: column; transition: 0.5s;}
.ourdeliverypjilosophy .vc_col-sm-4 .vc_column-inner:hover{transform: scale(1.07);}
.ourdeliverypjilosophy h2{color: #000; font-size: 50px; margin-bottom: 20px !important;}
/* .ourdeliverypjilosophy img{border-bottom: 3px solid #000; padding-bottom: 20px ; margin-bottom: 20px;} */
.ourdeliverypjilosophy figure.vc_figure{width: 100%; max-width: 100%; border-bottom: 2px solid #000; padding-bottom: 30px; margin-bottom: 30px;}
.ourdeliverypjilosophy .vc_single_image-wrapper{width: 100%; max-width: 100%;}
.ourdeliverypjilosophy h3{color: #000; font-size: 24px;font-family: 'gothicfont';} 

.safetycompliences{}
.safetycompliences h2{color: #000; font-size: 50px; margin-bottom: 20px !important;}
.safetycompliences p{color: #000; font-size: 16px; line-height: 26px;}

.ourexpertise{}
.ourexpertise h2{color: #000; font-size: 50px; margin-bottom: 20px !important;}
.ourexpertise h4{font-size: 20px; padding-top: 14px; font-weight: 500;}

.marketserved {}
.marketserved h2{color: #000; font-size: 50px; margin-bottom: 20px !important;}
.marketserved .marketbox{margin-bottom: 30px !important;}
.marketserved .markettimebox{height: 190px; display: flex; flex-direction: column; justify-content: center; padding: 30px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.marketserved .markettimebox h4{color: #FE5904; font-size: 20px; padding-bottom: 15px;}
.marketserved .markettimebox p{color: #000; font-weight: 500; line-height: 25px;}
.marketserved .marketbox:hover{transform: scale(1.04);}

.programheilights{}
.programheilights h2{color: #000; font-size: 50px; margin-bottom: 20px !important;}

.marketspage{}
.marketspage .vc_col-sm-4 {padding: 15px;}
.marketspage .vc_col-sm-4 .vc_column-inner{box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; height: 300px; display: flex; justify-content: center; padding: 30px; flex-direction: column; transition: 0.5s;}
.marketspage .vc_col-sm-4 .vc_column-inner:hover{transform: scale(1.07);}
.marketspage .vc_col-sm-4 .vc_column-inner h4{font-family: gothicfont; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 3px solid #000; color: #000; font-size: 20px; margin-top: 20px;}
.marketspage ul{}
.marketspage li { display: flex; color: #000; font-size: 16px; padding-bottom: 10px; align-items: center; gap: 9px; }
.marketspage li::before{content: ''; background-color: #000; height: 4px; width: 4px; border-radius: 50%; display: block;}
.marketspage .vc_col-sm-4 .vc_column-inner:hover h4{border-bottom: 3px solid #FE5904;}
.marketspage p{line-height: 25px;}

 .SolutionsSection .card { background: #fff; padding: 30px 25px; border: 0px solid #eee; height: 450px; display: flex; flex-direction: column; justify-content: space-between; transition: 0.2s; margin: 24px 5px 30px 5px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
.SolutionsSection .card .icon { font-size: 36px; margin-bottom: 20px; line-height: 1; }
.SolutionsSection .card h3 { font-size: 18px; margin-bottom: 15px; color: #223140; font-weight: 600; line-height: 1.4; border-top: 1px solid #E4E9F1; padding-top: 20px; margin-top: 10px;font-family: 'gothicfont'; }
.SolutionsSection p { font-size: 14px; color: #42484E; line-height: 1.6; margin-top: 40px; width: 50%;}
.SolutionsSection li { display: flex; color: #000; font-size: 16px; padding-bottom: 10px; align-items: center; gap: 9px; }
.SolutionsSection li::before{content: ''; background-color: #000; height: 4px; width: 4px; border-radius: 50%; display: block;}
.SolutionsSection a.viewservice {color: #fff; background-color: #FE5904; padding: 15px 20px; transition: 0.5s; border-radius: 30px; display: flex; width: max-content; margin-top: 20px;}
.SolutionsSection a.viewservice::after{content: url(../../../wp-content/uploads/2026/03/Icon.png); margin-left: 10px; position: relative; top: 1px;}
.SolutionsSection a.viewservice:hover{color: #fff; background-color:#223140;}

.chooseUs{}
.chooseUs .top{margin-bottom:40px !important;}
.chooseUs .top h2{ color: #000; font-size: 50px;margin-bottom:20px;}
.chooseUs  p{ color: #000; font-size: 17px; line-height: 26px;}
.chooseUs .middle,.bottom { display: flex; gap: 10px; }
.chooseUs .bottom{margin:10px 0px !important;}
 .chooseUs .vc_col-sm-4 .vc_column-inner { border: 1px solid #DADADA; height: 200px; display: flex; align-items: center;}
.chooseUs .emty .vc_column-inner {border:none; }
.chooseUs h3{ color: #091019; margin: 15px 0px;}
.chooseUs .emty:hover .vc_column-inner {border:none;}
.chooseUs .full {box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; }
.aboutmarket  h2{ color: #000; font-size: 50px;margin-bottom:20px;}
.aboutmarket p{ color: #000; font-size: 17px; line-height: 26px;}
.aboutmarket .top{margin-bottom:40px !important;}
.aboutmarket .vc_col-sm-4 .vc_column-inner h4 {    font-family: 'Copperplate'; padding-bottom: 20px; margin-bottom: 0px !important; border-top: 3px solid #000; color: #000; font-size: 20px; margin-top: 20px; padding-top: 20px; border-bottom:none !important}
.aboutmarket .vc_col-sm-4:hover .vc_column-inner h4 { border-top: 3px solid #FE5904;}
.aboutmarket  .vc_col-sm-4 .vc_column-inner { box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; height: 240px;}



 .privacy_content strong { font-weight: 500; }
 .privacy_content a { color: #fe5904; font-size: 17px; }
.privacy_content   a:hover {        text-decoration: underline;        }
 .privacy_content h2 { color: #fe5904; font-size: 35px; padding-bottom: 0px; font-family: 'DM Sans'; }
.privacy_content li{display:block; color: #000; font-size: 15px; line-height: 26px;padding-left:15px;position:relative;}
 .privacy_content li:before { content: ''; position: absolute; height: 4px; width: 4px; background-color: #fe5904; border-radius: 50%; left: 0px; top: 9px; }
.privacy_content .contact-box li{padding-left:0px ;}
.privacy_content .contact-box  li:before {display:none;}



.leftText.backimg::after { content: url(../../../wp-content/uploads/2026/03/BG-1.png); position: absolute; top: 10%; z-index: -1; right: 5%; animation: slowRotate 20s linear infinite;}
.leftText h2{ color: #091019; font-size: 40px; margin-bottom: 20px;}
.leftText p { font-size: 17px; color: #42484E;  margin-bottom: 20px;}
 .leftText li { font-size: 17px; color: #42484E; align-items: center; display: block; margin-bottom: 10px; padding-left: 20px; position:relative;}
.leftText li strong{ font-size: 17px; color: #000; font-weight:500;}
 .leftText li::before { content: url(../../../wp-content/uploads/2026/05/Group-93.svg); position: absolute; left: -2px; }

.rightText h2{ color: #091019; font-size: 40px; margin-bottom: 20px;}
.rightText p { font-size: 17px; color: #42484E;  margin-bottom: 20px;}
.rightText li { font-size: 17px; color: #42484E; align-items: center; display: block; margin-bottom: 10px; padding-left: 20px; position:relative;}
.rightText li strong{ font-size: 17px; color: #000; font-weight:500;}
.rightText li::before { content: url(../../../wp-content/uploads/2026/05/Group-93.svg); position: absolute; left: -2px; }

.solution_steps   h2{ color: #091019; font-size: 40px; }
.solution_steps  .headers{margin-bottom: 40px !important;}

 strong.special { margin: 20px 0px; display: block; color: #000; font-weight: 500; }




/* Responsive */

@media (min-width: 1200px) {
    .container {
        width: 1300px !important;
    }
}

@media (max-width: 1280px) and (min-width: 992px){
 .counter-section .underbanner { padding: 20px 10px; width: 100%; }
	.counter-section .vc_row.wpb_row.vc_row-fluid.vc_row-no-padding.vc_row-o-content-middle.vc_row-flex { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 1fr); grid-column-gap: 0px; grid-row-gap: 0px; }
	
.capable .swiper-button-prev { left: 35% !important; transform: scale(0.8); }
}
 
@media (max-width: 991px){
	h1{font-size:24px;}
	h2{font-size:19px;}
	h3{font-size:16px;}
	h4{font-size:14px;}
	
footer .quicklinksfooter { padding-left: 0px !important;        padding-bottom: 20px; }	
footer 	.row.mainrow { text-align: center;}
footer .bottomrow { margin-top: 20px; display: flex; justify-content: center; }
footer { background-color: #FE5904; padding: 50px 0px 20px 0px; position: relative; }
	.counter-section .vc_row.wpb_row.vc_row-fluid.vc_row-no-padding.vc_row-o-content-middle.vc_row-flex { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 1fr); grid-column-gap: 0px; grid-row-gap: 0px; }	
	 .counter-section .underbanner { padding: 20px 10px; width: 100%; }
	 .capable .swiper-button-prev { left: 16% !important; transform: scale(0.8); }
	
	 .chooseUs .middle, .bottom { display: block !important; }
	 .chooseUs .full { box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; width: 100%;        margin: 10px;}
	
	 .ourexpertise .row {display:flex }
	 .ourexpertise h4 { font-size: 14px; padding-top: 10px; font-weight: 500; text-align: center; }
}
@media (max-width: 767px){
	.dropdown:hover > .dropdown-menu{width: 100%; text-align: center;}
	.head-menu .main-nav .navbar .navbar-nav li .dropdown-menu li a:hover{color: #fff;}
	
	h1{font-size:35px !important; line-height:40px !important; }
	h2{font-size:26px !important; line-height:32px !important; }
	h2 strong{font-size:26px !important; line-height:32px !important; }
	h3{font-size:18px !important; line-height:28px !important; }
	h4{font-size:16px !important; line-height:26px !important; }
	h5{font-size:14px !important; line-height:24px !important; }
	h6{font-size:14px !important; line-height:24px !important; }
	p{font-size:14px !important; line-height:24px !important; }
	a{font-size:14px !important; line-height:24px !important; }
	span{font-size:14px !important; line-height:24px !important; }
	li{font-size:14px !important; line-height:24px !important; }	
	
	
	header .mainrow{display: block !important;}
	header .navbar-header{display: none;}
	header .hmenu .navbar .container-fluid{margin-left: auto !important; margin-right: 0 !important;}
	header .col-md-2 .hlogo{position: absolute; z-index:4;}
	
	header .col-md-10 .hmenu{padding-top: 40px !important;}	
	 .mega-toggle-blocks-right { background: transparent; border-radius: 11px; }
	.mega-menu.max-mega-menu{width: 100% !important; justify-content: center !important; align-items: center !important;}
	header .hmenu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{font-size: 20px !important;}
	header .hmenu #mega-menu-wrap-primary #mega-menu-primary { background-color: #000000b8 !important;}
	#mega-menu-wrap-primary .mega-menu-toggle ~ button.mega-close{ left: 90% !important; top: 9% !important;}
	header .hmenu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{ color: #FF4438 !important; font-size: 22px !important; font-weight: bold;}
	header .hmenu #mega-menu-wrap-primary .mega-menu-toggle { z-index: 1; cursor: pointer; background-color: transparent;}
	header .hmenu  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after { width: 40px; height: 4px; background-color: #fe5904 !important;}
 header .navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link { font-size: 15px; color: #fff;}
 #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary { display: flex; visibility: visible; gap: 25px; }
	 footer .topwrow { display: grid; align-items: center; padding-bottom: 0px; border-bottom: 1px solid #22314094; margin-bottom: 40px; gap: 20px; justify-content: center; text-align: center; }
	footer { background-color: #FE5904; padding: 20px 0px 20px 0px;}
	
 .padbot { padding-bottom: 40px !important; }
 .padtop { padding-top: 40px !important; }

.homebanner { height: 50vh;    background-attachment: scroll;}	
 .homesolutions h2 { font-size: 40px; color: #223140; margin-top: 10px; margin-bottom: 20px !important; }
.homesolutions .exploresolutions a { color: #fff; background-color: #FE5904; padding: 10px 10px;}
.homesolutions .card { margin: 2px 15px 20px 5px; }
	
	
	 .innerslock{ box-sizing: border-box; display: flex; flex-wrap: nowrap !important; }
	 .Market .image-container { margin-top: 40px; }
	 .capable .middleRow { overflow: hidden; padding: 0px 0px 40px 0px; }
	 .capable .swiper-button-prev { left: 75% !important; transform: scale(0.8); }
	.capable .swiper-button-next { transform: scale(0.8); right: 8%;}
	/* 	solution page */
	 .SolutionsSection h2 { font-size: 40px; color: #223140; margin-bottom: 0px !important; }
	 .SolutionsSection a.viewservice {  padding: 10px 15px !important; }
	 .ourexpertise .row {display:flex }
	 .chooseUs .top { margin-bottom: 10px !important; }
/* 	 about us */
	 .aboutus h2 {  padding-bottom: 0px; padding-top: 20px; }
	.aboutus {padding-bottom:0px !important;}
	
	.abouthoverbox .wpb_single_image.wpb_content_element img { width: 100%; }
	 .abouthoverbox .hover-content { position: absolute; top: 0; transition: 0.5s; opacity: 0; height: 91%; width: 95%; display: flex; align-items: end; padding: 20px; padding-bottom: 0px; background: linear-gradient(177deg, rgb(255 255 255 / 0%) 0%, rgba(0, 0, 0, 1) 100%); }
	.abouthoverbox .vc_col-sm-4 .vc_column-inner { transition: 0.5s; margin-bottom: 20px; }
	
}
@media (max-width: 577px){
	
	 footer .bottomrow { margin-top: 20px; display: block; text-align: center; }
	
 .counter-section .vc_row.wpb_row.vc_row-fluid.vc_row-no-padding.vc_row-o-content-middle.vc_row-flex { display: grid; grid-template-columns: repeat(1, 1fr); grid-template-rows: repeat(5, 1fr); grid-column-gap: 0px; grid-row-gap: 0px; }
	 .capable .swiper-button-prev { left: 70% !important; transform: scale(0.8); }
	
	 .homemarkedassaved { padding-bottom: 0px !important; }
	
.capable	 { padding-bottom: 60px !important; }
.capable h2 { color: #000; font-size: 40px; margin-bottom: 10px !important; }
/* 	solution page */
	 .SolutionsSection .card { height: auto !important; }
	
	 .aboutmarket .top { margin-bottom: 10px !important; }
	
	 .ourexpertise .row { display: block; }
	.ourexpertise .row img{width:100%;}
	 .ourexpertise h4 { padding-top: 10px; text-align: center; margin-bottom: 10px !important; }
	
	 .ourdeliverypjilosophy h2 { color: #000; font-size: 50px; margin-bottom: 0px !important; }
	
   
	 .abouthoverbox .hover-content { height: 81%; width: 95%}
	  .abouthoverbox .vc_col-sm-4:nth-child(1) .hover-content {    height: 87%;    width: 93%;}
	 .abouthoverbox .vc_col-sm-4:nth-child(3) .hover-content { height: 87%; width: 93%; }
	 .abouthoverbox .vc_col-sm-4:nth-child(3) .hover-content { height: 77%; width: 93%; }
	 .missionvission .vc_col-sm-6 .vc_column-inner { padding: 25px 20px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }
	
	
/* 	contact us */
	  .ContactUs h3 { font-family: 'DM Sans'; color: #091019; font-weight: 600; margin: 0px 0px 10px 0px; }
	 .ContactUs ul.social-icons { display: flex; gap: 20px; margin-bottom: 20px; }
	 .ContactUs .workwithtelgec p { color: #000; line-height: 26px; margin-bottom: 30px; }
	 .ContactUs input[type=submit] { background-color: #FE5904; padding: 13px 20px !important; color: #fff; font-size: 14px; font-weight: 600; }
	 	 .ContactUs .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer { margin: 0px 0 0; padding: 20px 0px 0px 0px; }
	
	 .homeForm .contact-col {  border-radius: 20px; padding: 40px 0px; }
	 .homeForm .contact-col .gform_wrapper.gravity-theme .gform_fields { grid-row-gap: 20px; }
	 .homeForm .contact-col input { border: none; background-color: transparent; border-bottom: 1px solid #9e9e9e; color: #fff; padding: 10px 2px 10px 0px !important; }
	 .homeForm .contact-col textarea { border: none; background-color: transparent; border-bottom: 1px solid #9e9e9e; color: #fff; padding: 15px 2px 15px 0px !important; max-height: 150px !important; max-width: 100%; min-width: 100%; min-height: 150px !important; }
	 .homeForm .contact-col input[type=submit] { background-color: #fff; color: #000; font-weight: 600; padding: 10px 20px !important; border-radius: 30px; transition: 0.3s; font-size: 13px !important; }
}

@media (max-width: 450px){
 .homesolutions .nav-buttons { position: absolute; bottom: -60px; left: 0; display: flex; gap: 12px; z-index: 10; width: -webkit-fill-available; align-items: center; justify-content: space-between; padding: 0px 15px; margin-bottom: 15px !important; }
	
	
	 .chooseUs .top { margin-bottom: 10px !important; }	
	 .chooseUs .top h2 { color: #000; font-size: 50px; margin-bottom: 10px; }
	 .aboutmarket h2 { color: #000; font-size: 50px; margin-bottom: 10px; }
	 .chooseUs .bottom { margin: 0px 0px !important; }
	
	 .marketserved .markettimebox { height: 150px; padding: 20px;  }
	
	 .homemarkedassaved h2 { margin-bottom: 10px !important; }
}
@media (max-width:375px)
{

}
@media (max-width:320px){

}