/*
Theme Name: Seosight child Theme
Theme URI: http://theme.crumina.net/seosight/
Author: Crumina Team
Author URI: http://crumina.net/
Description: Unique portfolio & agency Wordpress theme
Version: 1
Template:seosight
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seosight
*/

/* Menu setup start */
@media(min-width:991px){
.header .header-content-wrapper .mobile-number {
    width: auto;
    height: auto;
    line-height: normal;
    padding: 0;
    margin-left: auto;
    display: flex;
}
.primary-menu-menu,
.header .header-content-wrapper{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.headroom--unpinned .primary-menu {
    padding: 0;
}
.primary-menu-menu > li {
    padding: 0 12px !important;
    line-height: normal !important;
}
.header.header-sticky-desktop {
    padding: 20px 0 10px !important;
}
.header .header-content-wrapper .logo {
    margin-top: 0;
}
.header .logo img {
    width: auto;
    max-width: 260px;
    margin: 0;
}
.header .header-number {
    margin: 0;
    position: relative;
    display: inline-block;
    top: unset;
    right: unset;
    white-space: nowrap;
    padding: 10px 0;
}
}
/* Menu setup end*/


body{
	overflow-x: hidden;
}
/* html {
  scroll-behavior: smooth;
} */
a:hover{
	text-decoration:none; 
}
.col-custom-margin{
	margin-left:12%;
}
#seosight_menus-3{
	padding-left:5%;
}
.no-cv-padding{
	padding:0px;
}
.cv-text-area {
    margin-top: -18px;
}
 .cv-mar-left {
    margin-left: -10px;
}
.header.header-sticky-desktop{
	top:0px;
}
.other-page-top-margin {
   min-height:86px;
}
/* html {
  scroll-behavior: smooth;
}  */
.logo img {
    width: 260px;
    height: auto;
}
.header .logo{
	margin-top: 23px;
	
}
.bog-title-padding {
    margin-top: 0px;
}
.header nav {
    float: left;
/*     margin-left: 15px; */
}
.my-header {
/*     margin-top: 170px; */
}
.no-margin-top{
	margin-top:0px!important;
}
.bottom-border> ul {
    width: 25%;
}
.page-section {
    margin-top: -1px;
}
 .widget {
    margin-bottom: 10px;
}
.mobile-number {
    width: 114px;
    padding: 14px 0;
    float: left;
    height: 60px;
    line-height: 46px;
    margin-left: 1px;
}
.header-number {
    top: 4px;
	margin-top: 12px; 
    color: #fff;
    position: absolute;
    font-size: 14px;
    padding: 0;
}
.header-number:hover { 
    color: #fff; 
}

.header-number::after{
	    content: ""; 
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #F25B26;
    -webkit-animation: widthroll 2s ease;
    -webkit-animation: widthroll 1.8s ease-in-out infinite;
    animation: widthroll 2s ease;
    animation: widthroll 1.8s ease-in-out infinite;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
@-webkit-keyframes widthroll {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        left: 100%;
    }

    51% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        left: 0;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        left: 0;
    }
}

@keyframes widthroll {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        left: 100%;
    }

    51% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        left: 0;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        left: 0;
    }
}

.bottom-border{
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.widget {
    margin-bottom: 0px!;
}
.footer .info{
	border-bottom:unset!important;
}
.compnay-info {
	padding: 20px 10px;
    background-color: white!important;
    width: 100%;
}
li#custom_html-30 {
    margin-bottom: 0px!important;
}
li#custom_html-29 {
    margin-bottom: 0px!important;
}
li#custom_html-31 {
    margin-bottom: 0px!important;
}
li#custom_html-32 {
    margin-bottom: 0px!important;
}
.hmd-social-icons i:before {
    font-size: 28px;
}
.top-bar.top-bar-dark {
    display: none;
}
.header-home-css{
	background-color:#00000000!important;
}
.no-margin-left{
	margin-left:0px!important;
}
#newsletters-1-form .btn-primary {
    margin-left: 12px;
}
#custom_html-7 { 
    margin-left: 20px;
}
.my-header {
    padding-top: 0px!important;
}
.header-spacer{
	display:none;
}
.crumina-info-box.info-box--standard-bg .info-box-content {
    overflow: visible;
    background-color: #fff;
    padding: 80px 0px 40px;
}
/* Footer Row Widget  */
form#newsletters-1-form {
    padding-right: 13px;
}
.wrap-forms > .row{
	padding:0 13px;
}
.form-control {
    color: #495057;
}
form.fw_form_fw_form {
    padding-top: 8px;
}
.wrap-forms>.row .form-builder-item {
    padding: 5px;
}
span.hmd-social-icons i:hover {
    color: #289a67!important;
}
.font-color-custom {
    color: #495057;
}
.hmd-social-icons a:hover {
    text-decoration:none;
		color:#289a67!important;
}
.goodfirm-widget {
  background-color: #fff;
    width: 650px!important;
    border-radius: 10px;
    border: 1px solid grey;
    margin-bottom: 15px;
    padding: 10px 5px;
}
li#custom_html-32 {
    margin-left: 45px;
}
#custom_html-32 img {
    width: 268px;
/*     margin-top: -9px; */
    height: auto;
}
.clutch-margin{
	margin-left:32px;
}
.form-row .col11 span.your-message textarea{
	height: 150px;
}
.contacts-item .content {
	width:302px;
}
 
section#who-we .kc-row-container .kc-wrap-columns {    display: flex;
    align-items: center;
	margin-left:20px;
}
	.content-wrapper.my-header {
/*   margin-top: -60px!important; */
}
.form-parent {
    width: 350px!important;
    right: -350px!important;
		left: unset!important;
}
.watch_video_set{
	padding:0!important;
}

a.slide_contact {
   
/*     border-radius: 0px 0px 5px 5px!important; */
/* 		left: -88px!important;
    right: unset!important;
    border-radius: 70px;
    background-color: #F25B26;
    font-family: Varela Round;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 17px;
		padding: 8px 22px; */
 		left: -92px!important;
    right: unset!important;
    background-color: #F25B26;
    font-family: Varela Round;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    width: 142px;
    height: 34px;
    transform: matrix(0, 1, -1, 0, 0, 0);
}
.form-parent-hover{
	   left: unset!important;
		right: 0px!important;
}
/* .form-parent:hover {
    left: unset!important;
		right: 0px!important;
} */
.slides-item {
    padding: 13px 13px;
}
h2.content-new-heading {
    font-size: 48px;
}
.product-description-ver2-content .heading h1 {
    float: left;
    margin: 3px 0 5px 0;
    padding: 0;
    width: 100%;
    font-size: 30px;
    color: #000;
}
.header.header-top-bar .top-bar {

    margin-bottom: 10px; 
}

.header .primary-menu ul li a{
	color:white;
	text-decoration:none;
}
.header.headroom--not-top{
background-color:black!important;	
}
.header{
	background-color:#000;
}
.primary-menu-menu > li {

    padding: 12px 11px 18px;

}
.nav-add {

    padding: 11px 0 0 20px;

}
html[lang="ar"] h2, html[lang="ar"] p {
    text-align: right;
}
.home-para {
    height: 200px;
    overflow: hidden;
}
.show-content p {
    background: #000;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
}
.swiper-pagination.ua-pagination.swiper-pagination-bullets {
	  	bottom: 70px!important;
	  	width: 46.5%!important;
	  	right: 0px;
	  	left: unset!important;
	  	text-align: left;
		  transform: translate(0px)!important;
	  }
	  .swiper-pagination.ua-pagination.swiper-pagination-bullets.left{
	  	right: unset!important;
	  	left: 0px!important;
	  	padding: 0px 45px;
	  }
.swiper-pagination.ua-pagination   .swiper-pagination-bullet {
	  	width: 10px!important;
	  	height: 10px!important;
	  	display: inline-block!important;
	  	border-radius: 50%!important;
	  	background: #219653!important;
	  	opacity: 1;
	  }
	  .swiper-pagination.ua-pagination .swiper-pagination-bullet-active{
			border: unset;
	  	background-color: #fff3!important;
	  }
.ua-text-heading {
    text-align: center;
}
.text-white{
	color: #fff!important;
}
img.quote {
    margin-bottom: 20px;
}
.hackathon {
    margin-top: 78px;
    margin-bottom: 78px;
}
.overlay-slider-container {
    margin-top: 54px;
}

/* New Home Page */
.approch-list-marker ::marker {
    color: #F75813;
}
 
 
 
.qhick_contact {
	display:none !important;
}

.owl-carousel .owl-wrapper-outer{ height: 315px !important; }

.page-template-cipher-projects .content-wrapper div.lazy, .home-featured-projects div.lazy{
background: url(https://gccmarketing.gcc-demo.com/wp-content/uploads/2020/08/bg-scaled.jpg);
}
 
.test{ display: none; }
h3.para-heading-new {
    font-size: 48px;
}

h1.main-heading-new {
    font-size: 36px;
}
.slidernone{
	display:none !important;
}

.elementor-message.elementor-message-success {
    color: #437B4C;
    margin-top: 50px;
    font-size: 25px;
}
.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    margin-right: 5px;
    font-size: 20px;
}
.fa-times-circle:before {
    color: black;
}

.stack-tab .kc_wrapper > .kc_tabs_nav.ui-tabs-nav {
	
	float: none;
    display: inline-block;
	
}
.model-app:hover{
box-shadow: 1px 0px 34px 1px rgb(0 0 0 / 13%), 0px 15px 34px 1px rgb(0 0 0 / 13%);
}

.model-main{
	margin-bottom:35px;
}

.mobile-app body, p {
    color: #000000;
}
/* 
.mobile-app ul li::before {
  content: "\2022";  
	color: #289a67;}
 */
/* Testmonail page- */

.testimonail-slider-opcity .swiper-slide-prev,.testimonail-slider-opcity .swiper-slide {
    opacity: 0!important;
}
.testimonail-slider-opcity .swiper-slide-active {
    opacity: 1!important;
}
/* Testmonail End */
.process-image{
	margin-bottom: 0px;
}

.mobile-app .slider-slides{
	display: none;
}

.mobile-app .main-slider .swiper-slide {
    max-height: 589px !important;
    min-height: 390px !important;
}

.mobile-app .btn-prev {
   display: none;
}
.mobile-app .main-slider .slider-content-half-width img {
    width: 56%;
}

.mobile-app .ui-tabs .kc_tabs_nav ~ .kc_tab .kc_tab_content {
    overflow: hidden;
    padding: 40px 20px;
	background-color: #ffffff;}

.wpcf7-form-control.wpcf7-submit{
	    background-color: #289a67;
    color: #fff;
}

.cipher_awards.hmd-awards {
    display: none;
}

#wpcf7-f11431-p489-o2 form  .form_render{
	   display: flex;
    flex-wrap: wrap;
}

#wpcf7-f11431-p489-o2 form  .form_render span{
	  width: 100%;
    max-width: 50%;
    padding: 15px;
    margin-bottom: 0px;
}
#wpcf7-f11431-p489-o2 form  .form_render span.wpcf7-form-control-wrap.your-detials{
	  width: 100%;
    max-width: 100%;
    padding: 15px;
    margin-bottom: 0px;
}

#wpcf7-f11431-p489-o2 form  .form_render .your-recaptcha{
	  width: 100%;
    max-width: 100%;
    padding: 15px;
    margin-bottom: 10px;
}

.description_control_new{
	margin-bottom: 10px!important;
}



@media (max-width: 1024px){

.logo img {
    width: 105px;
    height: auto;
	margin-top:8px;
}	
.header-number {
    top: 4px;
    margin-top: 38px; 
		right:2px;
}	
.header nav {
    float: right;
    margin-left: 0px;
}	
.mobile-app .main-slider .slider-content-half-width img {
    /* max-height: 570px; */
    width: 40% !important;
	max-height: auto !important;
}

.mobile-app .main-slider .slider-thumb-img img {
    max-height: 320px;
}
.ma-li-sub-menu {
    padding: 0;
    margin-top: 130px;
}
.ma-li-sub-menu li { 
    margin: 32px 0px;
}
}
@media screen and (max-width: 820px){
	.header-number {
    top: 4px;
    margin-top: 0px; 
}
.header .primary-menu ul li a {
    color: #0d0d0d;
}
.header nav {
    float: right;
    margin-right: 70px;
}


}
@media screen and (max-width: 768px){
	
	body .row {
    margin: 0;
}
.header.header-sticky-desktop {
  position: fixed;
  top: 0px!important;
}
 
	.side-sitcky-menu{
		display:none!important;
	}	
	.footer .custom-html-widget img {
    max-width: 100%;
    width: 178px !important;
    display: block;
    margin: 0 auto;
    margin-top: 19px;
}
	.clutch-widget {
    margin: 0 auto;
}	
.header .primary-menu ul li a {
  color: #383838; 
}
.swiper-pagination.ua-pagination.swiper-pagination-bullets {
    width: 100%!important;
    padding: 0px 50px;
}
.header nav {
  float: right; 
  margin-right: 120px;
}
.header-number {
  top: 2px; 
	margin-top:0px;
}	
	
.testimonialsHome .owl-buttons { 
  margin: -345px 0 0 0px;
 
}	
	.service-wraper::before{
	-webkit-clip-path: polygon(85% 0,100% 5%,100% 100%,0 100%,0% 50%,0 0);	
	}
	.service-no-padding{
		padding:0px;
	}
section#who-we .kc-row-container .kc-wrap-columns {
    margin-left: 0px;
}	
.right-image-one { 
    margin-left: 0px;
} 

.footer .custom-html-widget img {
    margin: 0!important; 
}
.clutch-margin {
    margin-left: 0px;
}	
	
}

@media( max-width: 600px){
	#seosight_menus-3 {
    padding-left: 0%;
}
.col-custom-margin {
    margin-left: 0%;
}
	.bog-title-padding {
    margin-top: 40px;
}
 .cv-mar-left {
    margin-left: 0px;
}
.crumina-info-box.info-box--standard-bg .info-box-content {
    padding: 80px 0px 0px;
}	
.cv-text-area {
    margin-top: -16px;
}
 
	.other-page-top-margin {
    min-height: 266px;
		margin-top:0px;
}
	header#site-header{
		margin-top:0px;
	}
	.header nav {
  float: right;
  margin-left: auto;
}
	.header .primary-menu ul li a {
    color: black;
}
.bottom-border> ul {
    width: 100%;
}	
.compnay-info {
    padding: 10px 18px!important;
}	
 li#custom_html-31 {
    /* margin-left: -5px; */
    padding-top: 22px;
    padding-bottom: 10px;
}	
	section#home {
    margin-top: 62px;
}
	.header{
		background-color:#000;
	} 

#home-slider-column {
    padding: 0;
}
		.content-wrapper.my-header {
  margin-top: -62px;
}
	a.slide_contact { 
/* 		left: -105px!important; */
 
}
	#ytv-id {
  width: 100%;
  margin-top: -25px;
  z-index: 1;
  padding: 0;
}
	#who-we .kc-row-container .kc-wrap-columns {
  display: block!important;
}
section#-who-we .kc-row-container .kc-wrap-columns {   
	margin-left:0px;
	display: flex!important;
  flex-direction: column-reverse!important;
}
.header-number {
    top: -14px; 
    right: 0; 
}
.mobile-number { 
  margin-bottom: -115px;
}	
header#site-header { 
  margin-top: 0px;
}	
	.header-home-css{
		background-color:#000!important;
	}	
	.footer .custom-html-widget img{
		margin-left:0px;
	}
	li#custom_html-32 {
    margin-left: -5px;
		padding-top: 10px;
    padding-bottom: 10px;
}
#custom_html-7 {
    margin-left:0px;
}
	.header .logo {
    margin: 0px!important;
}
.logo img {
  width: 180px;
  height: auto;
	padding-top: 10px;
}
.clutch-margin{
	margin-left:0px;
}
#newsletters-1-form .btn-primary {
    margin-left: 0px;
}	
 
.goodfirm-widget { 
    width: 100%!important;  
    margin-bottom: 15px;
    padding: 5px 2px;
	margin-top:5px;
}
	
.footer-ul > ul {
    width: 100%;
}	
.header nav {
    float: right;
    margin-right: 0px;
}	
.footer .info {
    padding-bottom: 0px;
}	
}

@media( max-width: 400px){
/* 	Nav CSS */
 
 
	span.mob-menu--title {
    color: white;
}
 
/* 	Nav css */

	a.slide_contact { 
		left: -104px!important; 
}
	.main-slider {
			position: relative;
			cursor: pointer;
			padding-bottom: 56px;
	}
	.main-slider-btn-wrap{
		margin-top: 30px!important;
	}
	.form-parent {
			right: -363px!important;
	}
	.form-parent-hover{
		right:-5px!important;
	}
/* 	.form-parent:hover {
			right: -5px!important;
	} */
}

.content{
	display:inline-block!important;
	color:#fff;
}
.myfootersubtitle{
	color:#757575;
	font-size: 16px;
	font-weight:600;
}



#wpcf7-f14471-p13255-o2 form .form_render {
    display: flex;
    flex-wrap: wrap;
}

#wpcf7-f14471-p13255-o2 form .form_render span {
    width: 100%;
    max-width: 50%;
    padding: 15px;
    margin-bottom: 0px;
}

#wpcf7-f14471-p13255-o2 form .form_render span.your-detials {
    width: 100%;
    max-width: 100%;
}

#wpcf7-f14471-p13255-o2 form .form_render .your-recaptcha {
    width: 100%;
    max-width: 100%;
	margin-bottom: 20px;
	margin-left: 15px
}

.crumina-counter-item .counter-numbers{
	font-size: 78px;
}

.custom-html-widget span.hmd-social-icons a img{
	width: 22px!important;
	margin-bottom: 8px!important;
	display: inline;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
	header#site-header .menu-item-has-children > .megamenu:before {
    content: '';
    width: 100%;
    height: 30px;
    position: absolute;
    top: -19px;
 }
}




.chaty-widget.left-position .chaty-i-trigger .chaty-channel {
    left: 130px;
    right: auto;
}
.chaty-channel span.chaty-icon, span.chaty-icon.channel-icon-Whatsapp span.chaty-svg{
	 background-color: unset !important;
	box-shadow: unset;
}

#Whatsapp-0-channel span.on-hover-text {
    background-color: #fff !important;
	opacity:1 !important;
}



@media only screen and (min-width: 1080px) {
	.banner_text_overlap p{
	width:980px !important;
}
}

 @media only screen and (max-width: 767px) {
  /* Styles for mobile */
  .slider-number span.divider-number {
 margin: 0px 0px;
}
	 .chaty-widget.left-position .chaty-i-trigger .chaty-channel {
    left: -45px;
    right: auto;
}
} 
@media only screen and (max-width: 400px) {
    .banner-slider-button .swiper-button-next, .banner-slider-button .swiper-button-prev {
        position: absolute;
        top: 62% !important;
        cursor: pointer;
        z-index: 10;
    }
	.slider-number span.divider-number {
    margin: 0px 0px;
}
}
@media (min-width: 401px) and (max-width: 767px) {
    .banner-slider-button .swiper-button-next, .banner-slider-button .swiper-button-prev {
        position: absolute;
        top: 78% !important;
        cursor: pointer;
        z-index: 10;
    }
	.slider-number span.divider-number {
    margin: 0px 0px;
}
}

#myModal .modal-dialog{
	top: 90px;
}

#site-footer{
	    z-index: 999999;
    position: relative;
}
.chaty-tooltip .on-hover-text, .chaty-tooltip:after{
	    min-width: 7em;
}
.hmd-social-icons i{
	color: #fff;
}
li#custom_html-7{
	list-style: none;
}
@media screen and (min-width: 700px) {
.book-an-online-metting {
    right: -88px!important;
    top: 420px!important;
}
}
@media screen and (max-width: 500px) {
	right: -80px!important;
}

body[data-aos-duration="900"] [data-aos] {
    transition-duration: 2.5s;
}

footer#site-footer div#custom_html-36 img {
    animation-name: bounce;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

footer#site-footer div#custom_html-35 .textwidget img {
    animation-name: tada;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

footer#site-footer div#custom_html-37 img {
    animation-name: rotateIn;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

nav.primary-menu a.menu-icon-trigger{
touch-action: manipulation;
}
form.wpcf7-form span.ajax-loader {
    position: absolute;
    max-width: 20px !important;
}
/*Header CSS 09-02-26*/
header#site-header li.menu-item-has-mega-menu .megamenu {
    padding: 30px 30px !important;
}
header#site-header li.menu-item-has-mega-menu .megamenu ul.mega-menu-row {
    display: flex !important;
    position: relative !important;
    justify-content: space-between;
	gap: 15px;
}
header#site-header li.menu-item-has-mega-menu#menu-item-254 .megamenu ul.mega-menu-row:nth-of-type(1) {
    margin-bottom: 20px !important;
}
header#site-header li.menu-item-has-mega-menu .megamenu ul.mega-menu-row > li > a > b {
    color: #262525;
}
header#site-header li.menu-item-has-mega-menu .megamenu ul.mega-menu-row > li {
    width: 100%;
}
@media(max-width:767px){
    header#site-header li.menu-item-has-mega-menu .megamenu {
        padding: 30px 30px 105px !important;
    }
    header#site-header li.menu-item-has-mega-menu .megamenu ul.mega-menu-row {
        flex-wrap: wrap;
    }
}
header#site-header {
        z-index: 999;
    }
@media(min-width:601px) and (max-width:1023px){
    header#site-header {
        overflow: visible;
    }
    header#site-header .header-content-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 999;
    }
    header#site-header .header-content-wrapper .logo {
        order: 1;
        margin-top: 0 !important;
    }
    header#site-header .header-content-wrapper nav.primary-menu {
        order: 3;
        margin-right: 0;
        padding: 0;
    }
    header#site-header .header-content-wrapper .mobile-number {
        order: 2;
        width: 154px;
        padding: 0;
    }
    header#site-header .header-content-wrapper .logo img {
        width: 160px;
    }
    header#site-header .header-content-wrapper nav.primary-menu a#menu-icon-trigger {
        margin-top: 0;
        color: #cfcfcf;
    }
    header#site-header .header-content-wrapper nav.primary-menu a#menu-icon-trigger:hover{
        color: #4cc2c0;
    }
    header#site-header .header-content-wrapper nav.primary-menu a#menu-icon-trigger span svg path{
        stroke: #cfcfcf;
    }
    header#site-header .header-content-wrapper nav.primary-menu ul#primary-menu {
        position: absolute;
        right: 0;
        margin-top: 40px;
    }
    header#site-header .header-content-wrapper nav.primary-menu a#menu-icon-trigger:hover span svg path{
        stroke: #46b2b0;
    }
    header#site-header .header-content-wrapper nav.primary-menu ul#primary-menu li a {
        color: #383838;
    }
    header#site-header .header-content-wrapper .mobile-number a.header-number {
        position: relative;
    }
    header#site-header .header-content-wrapper .mobile-number a.header-number:after {
        width: 100%;
    }
}
header#site-header li.menu-item-has-mega-menu .megamenu:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(https://gccmarketing.gcc-demo.com/wp-content/uploads/2016/11/menu-bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.3;
}
header#site-header li.menu-item-has-mega-menu .megamenu ul.mega-menu-row > li ul li:hover {
    transform: scale(1.02);
    background: #f3f3f3;
    border-radius: 2px;
}
header#site-header li.menu-item-has-mega-menu .megamenu ul.mega-menu-row > li ul li {
    position: relative;
    padding-left: 30px !important;
}
/*header#site-header li.menu-item-has-mega-menu .megamenu ul.mega-menu-row > li ul li:before {
    content: '\e936';
    position: absolute;
    font-family: 'seosight';
    top: 8px;
    left: 7px;
    color: #757575;
    font-size: 12px;
}*/
header#site-header li.menu-item-has-mega-menu .megamenu ul.mega-menu-row > li ul li:before {
    content: '\e936';
    position: absolute;
    font-family: 'seosight';
    top: 8px;
    left: 7px;
    color: #757575;
    font-size: 12px;
}
header#site-header li.menu-item-has-mega-menu .megamenu ul.mega-menu-row > li ul li:before {
    position: absolute;
    top: 8px;
    left: 7px;
    font-size: 10px;
    content: '';
    background-image: url(/wp-content/uploads/2026/02/dot-btn.png);
    background-position: center;
    width: 12px;
    height: 12px;
    background-size: contain;
    opacity: 0.5;
}
header#site-header li.menu-item-has-mega-menu .megamenu ul.mega-menu-row > li ul i.seoicon-right-arrow {
    display: none;
}
header#site-header li.menu-item-has-mega-menu .megamenu ul.mega-menu-row > li ul li:hover:before {
    color: #4cc2c0;
}
/*Header CSS 09-02-26 end*/
/*Contact US CSS*/
.container.map-banner > .row {
    margin: 0;
    gap: 24px;
}
.container.map-banner > .row:before,
.container.map-banner > .row:after{
    display: none;
}
.container.map-banner > .row .col-lg-3 {
    width: 32%;
    flex: 0 0 32%;
    max-width: 32%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    box-shadow: 2px 2px 10px #f8743b4d;
    transition: .2s ease-in-out;
    background: #fff;
}
.container.map-banner > .row .col-lg-3 .row {
    margin-top: 0;
    align-items: center;
    margin: 0;
    gap: 20px;
}
.container.map-banner .row .col-lg-3 .row .col-2 {
    padding: 0;
    text-align: center;
    flex: unset;
    max-width: unset;
    width: 10%;
}
.container.map-banner .row .col-lg-3 .row .col-2 .country-name img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}
.container.map-banner > .row .col-lg-3 .row .col-2 i {
    font-size: 20px;
    background: linear-gradient(45deg, #f75813, #f758139e);
    padding: 3px 6px;
    border-radius: 50%;
}
.container.map-banner > .row .col-lg-3 .row.email-address {
    display: flex;
    align-items: center;
}
.container.map-banner > .row .col-lg-3 .row .col-2 i:before {
    color: #fff;
}
.container.map-banner > .row .col-lg-3 .row .col-10 {
    flex: unset;
    max-width: unset;
    padding: 0;
    width: 84%;
}
.container.map-banner > .row .col-lg-3 .row .col-10 p {
    margin-bottom: 0;
}
.container.map-banner > .row .col-lg-3 .row.address p {
    font-size: 14px;
    color: #444444;
}
.container.map-banner > .row .col-lg-3 .row .col-10 span {
    color: #404040;
    font-weight: 600;
    font-size: 18px;
}
.container.map-banner > .row .col-lg-3 .row .col-2 i.fal.fa-phone {
    padding: 4px 6px;
}
.container.map-banner > .row .col-lg-3 .row:before, .container.map-banner > .row .col-lg-3 .row:after {
    display: none;
}
.container.map-banner > .row .col-lg-3:hover {
    transform: scale(1.05);
}
@media(max-width:767px){
    .container.map-banner > .row {
        flex-wrap: wrap;
    }
    .container.map-banner > .row .col-lg-3 {
        max-width: unset;
        width: 100%;
        flex: unset;
    }
}
@media(min-width:768px) and (max-width:1199px){
    .container.map-banner > .row .col-lg-3 {
        width: 48%;
        flex: 0 0 48.3%;
        max-width: unset;
    }
    .container.map-banner > .row {
        justify-content: center;
    }
}
/*Contact US CSS END*/
section#technologies {
    padding: 100px 0px 10px;
    margin: 0;
}
section#technologies .kc-row-container {
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
}
section#technologies .kc-row-container .crumina-heading .heading-text {
    font-size: 18px;
}
section#technologies .kc-row-container .kc-elm .row {
    margin: 0;
}
section#technologies .kc-row-container .kc-elm .row .logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    margin: 24px 0 20px;
    padding: 0 12px;
}
section#technologies .kc-row-container .kc-elm .row .logo-item img {
    filter: grayscale(100%);
    opacity: 0.9;
    transition: 0.4s all;
}
section#technologies .kc-row-container .kc-elm .row .logo-item img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}
section#faq-section {
    margin: 0;
    padding: 100px 0;
    background: url(https://gccmarketing.gcc-demo.com/wp-content/uploads/2026/02/Frame-20139.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    position: relative;
}
section#faq-section:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url(https://gccmarketing.gcc-demo.com/wp-content/uploads/2026/02/Rectangle-59.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section#faq-section .kc-row-container {
    max-width: 1440px;
    margin: auto;
    padding: 0 15px;
}
section#faq-section .kc-row-container header.kc-elm .title-text-wrap {
    margin-top: 0;
}
section#faq-section .kc-row-container header.kc-elm .title-text-wrap h2.para-heading-new {
    font-size: 42px;
    font-weight: 500;
}
section#faq-section .kc-row-container header.kc-elm .h5.heading-text {
    font-size: 18px;
}
section#faq-section .kc-row-container .kc-col-container {
    width: 70%;
}
section#faq-section .kc-row-container .kc-col-container ul.accordion-group li.kc-elm {
    border-radius: 4px;
}
section#faq-section .kc-row-container .kc-col-container ul.accordion-group li.kc-elm .panel-heading {
    margin-bottom: 0;
}
section#faq-section .kc-row-container .kc-col-container ul.accordion-group li.kc-elm .panel-heading a.accordion-heading {
    padding: 15px 20px;
    display: flex;
    flex-direction: row-reverse;
}
section#faq-section .kc-row-container .kc-col-container ul.accordion-group li.kc-elm .panel-heading a.accordion-heading span.icon {
    padding: 0;
}
section#faq-section .kc-row-container .kc-col-container ul.accordion-group li.kc-elm .panel-heading a.accordion-heading span.icon i.fa-angle-right {
    transform: rotate(270deg);
    top: 0px;
    right: 10px;
}
section#faq-section .kc-row-container .kc-col-container ul.accordion-group li.kc-elm .panel-heading a.accordion-heading span.ovh {
    padding: 0;
    width: 100% !important;
    margin: 0 !important;
}
section#faq-section .kc-row-container .kc-col-container ul.accordion-group li.kc-elm:after {
    display: none;
}
section#faq-section .kc-row-container .kc-col-container ul.accordion-group li.kc-elm .panel-heading a.accordion-heading span.icon i.fa.fa-angle-down.active {
    right: 30px;
    left: unset;
    top: 20px;
}
section#faq-section .kc-row-container .kc-col-container ul.accordion-group li.kc-elm .panel-heading.active a.accordion-heading  span.icon {
    background: transparent !important;
}
section#faq-section .kc-row-container .kc-col-container ul.accordion-group li.kc-elm .panel-heading.active a.accordion-heading span.ovh {
    background: transparent !important;
}
section#faq-section .kc-row-container .kc-col-container ul.accordion-group li.kc-elm .panel-heading.active a.accordion-heading span.icon i.fa-angle-right {
    display: none;
}
section#faq-section .kc-row-container .kc-col-container ul.accordion-group li.kc-elm div.panel-collapse .panel-info {
    margin: 0;
    padding: 15px 20px;
}