@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
body{font-family: 'Poppins', sans-serif; color: #1b1b1b; font-size: 15px; font-weight: 500;}
a {text-decoration: none; color: #1b1b1b;}
a:hover{transition: 0.1s all}
.logo{width: 135px;transition: 0.5s all}
.logo-small{width: 150px;}

section{padding: 60px 0 50px; position: relative;}
section.light{background: #f5f5f5; position: relative;}
section.blue{background: #273c89; position: relative;}
section.lgreen{background: #fff; position: relative;}
section.beige{background: #fae7a9; position: relative;}
.overflow{overflow: hidden;}
p{line-height: 1.6;}
p span{color: #00d7ef;}
ol, ul {padding-left: 18px;}
h1, h2, h3, h4, h5, h6{font-family: 'Poppins', sans-serif; line-height: 1.2; font-weight: 600;}
h4 span{color: #fe9800;}
.l-height1{line-height: 1.2;}
.bg-dark2{background-color: #000000!important;}
.bg-light{background-color: #fff!important;}
hr{background-color: #a1a1a1;}
.font-light{font-weight: 400;}
.bg1{background-color: #f1f2f2;}
.bg1 img{max-width: 240px;}
.bg-0{background: transparent;}

.big{font-size: 140%;}
.pl-100{padding-left: 100px !important;}
.pr-100{padding-right: 100px !important;}
.pt-100{padding-top: 100px !important;}
.ml-100{margin-left: 100px !important;}
.mr-100{margin-right: 100px !important;}
.mt-100{margin-top: 100px !important;}
.mt-minus-2{margin-top: -20px;}
.mt-minus-100{margin-top: -100px !important;}
.bor-right{border-right: solid 1px #ddd;}
.w-30{width: 33.33%;}
.font-400{font-weight: 400;}
.font-500{font-weight: 500;}
.font-600{font-weight: 600;}

figcaption { font-size: 15px; }
.shadow{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important; border: none;}
.p-right{padding-right: 50px;}
.quote{position: relative; font-size: 16px; font-style: italic; padding: 0 20px;}
.quote::before {content: ""; background: url(../images/quote-before.png)no-repeat 0 0; background-size:2em; position: absolute; top: -6px; left: -20px; z-index: 1; width:2em; height:2em;} 
.quote::after { content: ""; background: url(../images/quote-after.png)no-repeat 0 0; background-size:2em; position: absolute; bottom: -6px; z-index: 1; width:2em; height:2em;} 

.toggle-wrap {padding: 10px; position: relative; cursor: pointer; float: left; /*disable selection*/ user-select: none; top: 20px;}
.toggle-bar, .toggle-bar::before, .toggle-bar::after, .toggle-wrap.active .toggle-bar, .toggle-wrap.active .toggle-bar::before, .toggle-wrap.active .toggle-bar::after {transition: all .2s ease-in-out; }
.toggle-bar {width: 22px; margin: 10px 0; position: relative; border-top: 2px solid #000; display: block; z-index: 10; }
.toggle-bar::before, .toggle-bar::after {content: ""; display: block; background: #000; height: 2px; width: 22px; position: absolute; top: -8px; transform: rotate(0deg); transform-origin: 13%; }
.toggle-bar::after {top: 4px; }
.toggle-wrap.active .toggle-bar {border-top: 6px solid transparent; }
.toggle-wrap.active .toggle-bar::before {transform: rotate(45deg); }
.toggle-wrap.active .toggle-bar::after {transform: rotate(-45deg); }

.btn-gradient {color: #fff; background: rgb(24,223,245);
background: -moz-linear-gradient(-45deg,  rgba(24,223,245,1) 0%, rgba(238,157,17,1) 82%, rgba(254,152,0,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(24,223,245,1) 0%,rgba(238,157,17,1) 82%,rgba(254,152,0,1) 100%);
background: linear-gradient(135deg,  rgba(24,223,245,1) 0%,rgba(238,157,17,1) 82%,rgba(254,152,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18dff5', endColorstr='#fe9800',GradientType=1 );
 border-color: transparent; padding: .8rem 3rem; font-size: 16px; font-weight: 500; border-radius: 50px;}
.btn-gradient:hover {color: #fff; background: #f58a33; background: -moz-linear-gradient(left,  #f58a33 0%, #fe9800 76%, #fe9800 100%); background: -webkit-linear-gradient(left,  #f58a33 0%,#fe9800 76%,#fe9800 100%); background: linear-gradient(to right,  #f58a33 0%,#fe9800 76%,#fe9800 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58a33', endColorstr='#fe9800',GradientType=1 ); border-color: #fe9800;}
.btn-primary {color: #fff; background-color: #fe9800; border-color: #fe9800; padding: .6rem 2rem; font-size: 13px; font-weight: 500;}
.btn-primary:hover {color: #fe9800; background-color: #fff; border-color: #fe9800;}
.btn-outline-primary {color: #000000; background-color: #fff; border-color: #000000; padding: .6rem 2rem; font-size: 13px; font-weight: 500;}
.btn-outline-primary:hover {color: #fff; background-color: #000; border-color: #fff;}
.btn-secondary {color: #fff; background-color: #7e4396; border-color: #7e4396; padding: .6rem 2rem; font-size: 13px; font-weight: 500;}
.btn-secondary:hover {color: #7e4396; background-color: #fff; border-color: #fff;}

.btn-white {color: #fe9800; background-color: #fff; border-color: #fff; padding: .8rem 3rem; font-size: 16px; font-weight: 500; border-radius: 50px;}
.btn-white:hover {color: #000000; background-color: #fff; border-color: #000;}
.rounded-4{border-radius: 0.8rem!important;}
.rounded-top-4 {
    border-top-left-radius: 0.8rem!important;
    border-top-right-radius: 0.8rem!important;
}
.gradient{background: #18dff5; background: -moz-linear-gradient(-45deg,  #18dff5 0%, #ee9d11 69%, #fe9800 100%); background: -webkit-linear-gradient(-45deg,  #18dff5 0%,#ee9d11 69%,#fe9800 100%); background: linear-gradient(135deg,  #18dff5 0%,#ee9d11 69%,#fe9800 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18dff5', endColorstr='#fe9800',GradientType=1 ); color: #fff;}
.input-group-text{background: transparent;border-right: #fff; padding: 1rem 0.75rem;}
.btn-arrow{width: 30px; height: 15px; padding-left: 5px;}

.heading1{font-family: 'Poppins', sans-serif;font-size: calc(1.8rem + ((1.2vw - 0.80rem) * 1.3889)); line-height: 1.2; margin-bottom: 15px; font-weight: 700;}
.heading1 span{color:#fe9800;}
.heading2{font-family: 'Poppins', sans-serif;position: relative;display: inline-block; font-size: calc(1.8rem + ((1.2vw - 0.48rem) * 1.3889)); line-height: 1.2; margin-bottom: 15px; font-weight: 700;}
.heading2:before{content: "";position: absolute;left: 0;top: -40px; height: 5px;width: 80px; border-radius:10px; background: #fe9800;right: 0;margin: 0 auto;}
.heading2 span{color:#fe9800;}
.heading3{font-family: 'Poppins', sans-serif;font-size: calc(1.5rem + ((0.5vw - 0.48rem) * 1.3889)); line-height: 1.3; margin-bottom: 15px; font-weight: 700;}
.sub-heading{font-family: 'Poppins', sans-serif;position: relative;display: inline-block; padding-left: 16px; color: #666666; font-size: 16px;}
.sub-heading:before{content: "";position: absolute;left: -40px;top: 48%;height: 3px;width: 40px;background: #fe9800;}

.color1{color: #000;}
.color2{color: #fff;}

ul.tick{list-style: none;}
ul.tick li{margin-bottom: 15px;}
ul.tick li::before {content: "";background-image: url(../images/circle-orange.svg);background-size: contain;display: inline-block; width: 16px; height: 16px;position: relative;top: 3px;margin-right: 10px;margin-left: -28px;}

.dropdown-menu {min-width: 220px;}
.dropdown:hover>.dropdown-menu {display: block;}
.dropdown-item{font-size: 13px; font-weight: 500; line-height: 30px;}
.dropdown-item span{float: right;}
.dropdown-item:hover{ font-weight: bold; background: transparent; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: transparent;}
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}
/* ============ small devices .end// ============ */
.navbar.fixed-header {position: fixed; top: 0; left: 0; width: 100%; z-index:1001;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;transition:0.5s all;}
.navbar-light .navbar-nav .nav-link {font-weight: 500; color: #666666; position: relative;font-size: 14px;margin: 0 10px;}
.navbar-light .navbar-nav .nav-link:hover::before, .navbar-light .navbar-nav .nav-link.active::before{content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 40px; background: #fe9800; right: 0; margin: auto;}
.navbar-light .navbar-nav .nav-link.contact:hover::before, .navbar-light .navbar-nav .nav-link.contact.active::before{background: transparent}
.navbar-light .navbar-nav .nav-link.contact{background: transparent; padding-left: 15px; padding-right: 15px; border-radius: 6px;}
.navbar-light .navbar-nav .nav-link.contact:hover, .navbar-light .navbar-nav .nav-link.contact.active{background: #fe9800; color: #fff;}

.mobile-nav{display: none;}
#top-nav { display: block; width: 40px; height: 32px; position: absolute; top: 0px; left: 0px; cursor: pointer; opacity: 0; z-index: 2; }
.hamburgerspan { cursor: pointer; display: block; width: 33px; height: 4px; margin-bottom: 5px; position: relative; background: #222; border-radius: 3px; z-index: 1; transform-origin: 4px 0px; transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
.hamburgerspan:first-child { transform-origin: 0% 0%; }
.hamburgerspan:nth-last-child(2) { transform-origin: 0% 100%; }
#top-nav:checked ~ .hamburgerspan { opacity: 1; transform: rotate(45deg) translate(-2px, -1px); background: #232323; }
#top-nav:checked ~ .hamburgerspan:nth-last-child(3) { opacity: 0; transform: rotate(0deg) scale(0.2, 0.2); }
#top-nav:checked ~ .hamburgerspan:nth-last-child(2) { opacity: 1; transform: rotate(-45deg) translate(0, -1px); }
input[id^="menu-"] { position: absolute; left: 0; top: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; opacity:0; }
div[id^="menu-cont-"] { width: 100%; max-width: 440px; background-color: #fff; box-sizing: border-box; margin: 0; height: 100%; position: fixed; margin: 0; overflow: hidden; top: 0; left: 0; transform: translate3d(-100%, 0, 0); transition: transform 0.35s; padding-right:0; }
#top-nav:checked ~ div[id^="menu-cont-"], input[id^="menu-"]:checked ~ div[id^="menu-cont-"] { transform: translate3d(0, 0, 0); }
.mmenu li.nav-item { width: 100%; font-size: 16px; list-style: none; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; padding: 15px 10px 15px 20px; border-bottom: 1px solid #ccc; box-sizing: border-box; position:relative; }
/*.mmenu li.nav-item a{display: block;}*/
div[id^="menu-cont-"] li.nav-item:last-child { /*border: 0;*/ }
.menu-ul { padding: 0; margin: 0; }
.nav-item.sub-menu:after, label.menu-label:before { content: ""; border: 2px solid transparent; border-top-color: transparent; border-top-style: solid; border-top-width: 2px; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent; border-left-style: solid; border-left-width: 2px; display: block; width: 10px; height: 10px; margin-bottom: -5px; float: right; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); border-color: rgba(0, 0, 0, 1); border-top: none; border-top-color: currentcolor; border-left: none; border-left-color: currentcolor; margin-top: 10px; }
label.menu-label { width: 100%; display: block; padding: 15px 10px 15px 20px; border-bottom: 1px solid #ccc; color: #222; font-weight: bold; box-sizing: border-box; background-color:#dedede; cursor: pointer; }
label.menu-label:before { float:left; margin:5px; margin-left:0px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
#menu-cont-1{z-index:1001;margin-top: 75px;border-bottom: solid 2px #ccc;}
#menu-cont-2{z-index:1002;}
#menu-cont-3{z-index:1003;}
#menu-cont-4{z-index:1004;}
#menu-cont-5{z-index:1005;}
#menu-cont-6{z-index:1006;}
#menu-cont-7{z-index:1007;}
#menu-cont-8{z-index:1008;}
#menu-cont-9{z-index:1009;}
#menu-cont-10{z-index:1010;}
.hamburgerspan{z-index:9998;}
#top-nav{z-index:9999;}

.z-index1{z-index: 1 !important;}
.z-index2{z-index: 2 !important;}
/*sec1-bg*/
.slide-bg{background-size: cover; height: 80vh; position: relative;}
.line-box{background: #fe9800; background: -moz-linear-gradient(top,  #fe9800 0%, #fe9800 37%, #f58a33 96%); background: -webkit-linear-gradient(top,  #fe9800 0%,#fe9800 37%,#f58a33 96%); background: linear-gradient(to bottom,  #fe9800 0%,#fe9800 37%,#f58a33 96%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9800', endColorstr='#f58a33',GradientType=0 ); width:25px; height: 150px; position: absolute; left: 0; top: 0;}
.element1{position: absolute; top: 20%; width: 2%; z-index: 1;animation: beat 2s infinite alternate;}
.element2{position: absolute; right: 2%; top: 28%; width: 8%; z-index: 1;animation: spin 5s infinite alternate;}
.element3{position: absolute; right: -5%; top: 60%; width: 10%; z-index: 1;animation: beat 2s infinite alternate;}
.element4{position: absolute; right: 7%; top: 70%; width: 1.5%; z-index: 1;animation: beat 2s infinite alternate;}
.element5{position: absolute; left: -7%;top: -20%;width: 20%; z-index: -1;animation: mymove 3s infinite alternate;}
.element6{position: absolute; right: 2%;top: -10%;width: 15%; z-index: -1;animation: swing 3s infinite alternate;}
.element7{position: absolute; left: 1%;top: 5%;width: 6%; z-index: 1;animation: swing 3s infinite alternate;}
.element8{position: absolute; left: 1%; width: 7%; z-index: 1;animation: spin 3s infinite alternate;}
.element9{position: absolute; right: 3%; top: 5%; width: 2%; z-index: 1;animation: beat 2s infinite alternate;}
.element10{position: absolute; right: 3%; top: 2%; width: 8%; z-index: 1;animation: beat 2s infinite alternate;}
.element11{position: absolute; left: -3%;top: 10%;width: 12%;z-index: 1;animation: beat 2s infinite alternate;}
.element12{position: absolute; right: 3%;bottom: 10%;width: 6%;z-index: 1;animation: swing 2s infinite alternate;}
.element13{position: absolute; left: 3%; top: 4%; width: 2%; z-index: 1;animation: beat 2s infinite alternate;}
.element14{position: absolute; right: 3%; top: 0%; width: 13%; z-index: 1;animation: spin 8s infinite alternate;}
.element15{position: absolute; right: 0;top: 30%;width: 15%; z-index:1;}
.element16{position: absolute; bottom: 0; width: 12%; z-index:-1;animation: beat 2s infinite alternate;}
.element17{position: absolute; top: 2%; right:1%; width: 12%; z-index:-1;}

.carousel-indicators [data-bs-target] {background-color: #fff !important; opacity: 1; width: 20px; height: 2px;}
.carousel-indicators .active{background-color: #B01116 !important; width: 30px;}
.carousel-control-next, .carousel-control-prev{width: 25px; top: auto; bottom: 0px; z-index: 100;}
.carousel-control-prev{left: auto; right: 80px;}
.carousel-control-next{left: auto; right: 30px;}
.carousel-indicators{display: none;}
/*.carousel-inner{background: url(../images/banner-top.svg) no-repeat right top; background-size: 30%;}*/
.down-arrow {position: relative;}
.down-arrow .down-cont{position: absolute;width: 100%;z-index: 10;left: 0;right: 0; bottom: 0;}
.btn-down-pulse {transition: 0.5s all; background: #fe9800;color: white; font-size: 40px;display: flex;justify-content: center;align-items: center;width: 0;height: 0;padding: 26px;text-decoration: none;border-radius: 50%;animation-name: pulse;animation-duration: 2s;animation-timing-function: ease-out;animation-iteration-count: infinite;margin: auto;}
.btn-down-pulse:hover{background: #f58a33;color: #fff;}
.line-start, .line-start2, .line-start3, .line-start4, .line-start5, .line-start6{position: relative; padding-left: 20px;}
.line-start:before, .line-start2:before, .line-start3:before, .line-start4:before, .line-start5:before, .line-start6:before{content: ""; position: absolute; left: 0px; padding: 2px; top: 0; height: 100%; }
.line-start:before{background: #fe9800;}
.line-start2:before{background: #00d7ef;}
.line-start3:before{background: #2d56fe;}
.line-start4:before{background: #3adf93;}
.line-start5:before{background: #fe9800;}
.line-start6:before{background: #fff;}
.card.hover{transition: transform .5s;}
.card.hover:hover{transform: scale(1.05);}
.card-icon img{width: 85px; padding: 15px 10px;}

.img-card {overflow: hidden;}
.our-team .card.hover{transition: 0.5s all}
.our-team .card.hover h4{color:#000;}
.our-team .card.hover .img-card img{ transition: 1s;}
.our-team .card.hover:hover .img-card img {transform: scale(1.15);}
.img-card .overlay{position: relative; overflow: hidden; margin: 0;}
.img-card .overlay:before{position: absolute; top: 50%; left: 50%; margin-top: -13px; margin-left: -13px; opacity: 0; color: #fff; font-size: 26px; font-family: 'FontAwesome'; content: "\f002"; pointer-events: none; z-index: 9000; transition: 0.4s;}
.img-card .overlay:after {position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; background-color: rgba(0, 0, 0, 0.6); content: ''; transition: 0.4s; }
.img-card .overlay:hover:after, .img-card .overlay:hover:before { opacity: 1; } 

.arrow {color: #333333; background-color: #fff; margin: 0 15px 1em; } 
.arrow::after {display: inline-block;color: #fe9800; width: 40px; height: 14px; content: ""; background: url("../images/arrow-blue.svg") no-repeat center; -webkit-transition: transform 0.3s ease-out; -moz-transition: transform 0.3s ease-out; -ms-transition: transform 0.3s ease-out; -o-transition: transform 0.3s ease-out; transition: transform 0.3s ease-out; } 
.arrow:hover { background-color: #fff; } 
.arrow:hover::after {-webkit-transform: translateX(8px); -moz-transform: translateX(8px); -ms-transform: translateX(8px); -o-transform: translateX(8px); transform: translateX(8px); }
.arrow.color1::after{content: ""; background: url("../images/arrow-color1.svg") no-repeat center;}
.arrow.color2::after{content: ""; background: url("../images/arrow-color2.svg") no-repeat center;}
.arrow.color3::after{content: ""; background: url("../images/arrow-color3.svg") no-repeat center;}
.arrow.color4::after{content: ""; background: url("../images/arrow-color4.svg") no-repeat center;}

.bx-shadow{box-shadow: rgb(0 0 0 / 10%) -6px 8px 2.6px;}
.counter .container{border-radius: 30px; padding:30px 15px; background: url("../images/counter-bg.jpg") no-repeat 0 0; background-size: cover;}
.counter-count {position: relative; display: inline-block;}
.count-up{padding-left:10%; text-align:center;}
.count-up h1{ text-shadow: 2px 2px rgba(72, 81, 98, 0.5); font-family: 'Poppins', sans-serif; font-weight: 700; line-height: 1;}
.count-up i{font-size: 10px; line-height: 1.8;}

.partner img {transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; } 
/*.partner img {float: left; filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); opacity: 0.5; }  */
.partner img {float: left; opacity: 0.7; } 
.partner img:hover { opacity: 1; filter: grayscale(0%); -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); }

.blog-btn{margin-top: -20px; text-align: center;}

.contact-form form {color: #888888; text-align: left;} 
.contact-form input, .contact-form textarea { border-radius: 10px; border-color: #ccc; padding-left: 46px; background-color: #fff; line-height: 50px;box-shadow: rgb(0 0 0 / 10%) -6px 8px 2.6px;}
.contact-form .drop-select{ border-radius: 10px; border-color: #ccc; background-color: #fff; line-height: 50px;box-shadow: rgb(0 0 0 / 10%) -6px 8px 2.6px;}
.contact-form .icon {position: relative; float: left; margin-left: 18px; margin-top: -40px; z-index: 2; color: #ccc; } 
.contact-form .icon-textarea {float: left; margin-left: 18px; margin-top: -92px; position: relative; z-index: 2; color: #ccc; }
.contact-form .form-select{border-left: transparent;}

.banner-text{position:absolute; z-index: 10; top: 30%;}
/*.spinner-box { width: 100%; height: 100%; margin-left:-50%; background-color: transparent; }*/
/* SOLAR SYSTEM */
.solar-system { width: 960px; height: 960px; margin-left:-50%;margin-top: -20%;}
.orbit { position: relative; display: flex; justify-content: center; align-items: center; border: 1px dashed #a5a5a5; border-radius: 50%; } 
.earth-orbit { width: 960px; height: 960px; -webkit-animation: spin 12s linear 0s infinite; }
.venus-orbit { width: 960px; height: 960px; -webkit-animation: spin 60s linear 0s infinite; }
.mercury-orbit { width: 450px; height: 450px; -webkit-animation: spin 12s linear 0s infinite; }
.planet { position: absolute; top: -40; width: 80px; height: 80px; border-radius: 50%; background-color: #3ff9dc; }
.planet2 { position: absolute; top: -35px; width: 70px; height: 70px; border-radius: 50%; background-color: #fcebd1; }
.planet2 img{animation: round 10s linear infinite; padding: 20px; color: #fe9800; }
.planet3 { position: absolute; top: -25px; width: 50px; height: 50px; border-radius: 50%; background: #00d7ef; z-index: 1;}
.planet3 i{animation: round 12s linear infinite; padding: 15px; color: #fff; font-size: 20px;}
.planet4 { position: absolute; top: -15px; width: 30px; height: 30px; border-radius: 50%; background-color: #ffb985; display: none;}
.sun { width: 450px; height: 450px; border-radius: 50%; background-color: #fff5e5; }

.tower img{width: 20%; position: absolute; right: 0;}
.affiliates{background: url("../images/counter-bg.jpg") no-repeat 0 0; background-size: cover;}
.affiliates-txt{ width: 40%;text-align: right; margin: 0 0 61px auto;}
.partnership-txt{content:""; background: url(../images/partnership.svg) no-repeat right 10px; background-size: 50%; padding: 60px 0 60px;}
.affiliate { margin-top: -80px; }


@keyframes round { from { transform: rotate(359deg); } to{ transform: rotate(0); } }
@keyframes spin { from { transform: rotate(0); } to{ transform: rotate(359deg); } }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgb(254, 152, 0, 0.5); } 80% { box-shadow: 0 0 0 30px rgba(37, 211, 102, 0); } }
@keyframes mymove{0%{top:-40%}50%{top:-30%}100%{top:-40%}}
@keyframes swing{0%{transform:rotate(-5deg)}50%{transform:rotate(10deg)}100%{transform:rotate(-5deg)}}
@keyframes text-pop-up-top{0%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;text-shadow:none}to{-webkit-transform:translateY(-50px);transform:translateY(-50px);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;text-shadow:0 1px 0 #ccc,0 2px 0 #ccc,0 3px 0 #ccc,0 4px 0 #ccc,0 5px 0 #ccc,0 6px 0 #ccc,0 7px 0 #ccc,0 8px 0 #ccc,0 9px 0 #ccc,0 50px 30px rgba(0,0,0,0.3)}}
@-webkit-keyframes heartbeat{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(0.91);transform:scale(0.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(0.98);transform:scale(0.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(0.87);transform:scale(0.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}
@keyframes beat{ to { transform: scale(1.4); } }

.benefits{max-width:50%; background: #fe9800; color: #fff; padding: 30px 10% 15px 5%; border-top-right-radius: 50px; text-align: center;} 

.resellers{position: relative; margin-bottom: 300px;}
.resellers .card1{width: 26%; position: absolute; left: 5%; top: 84%;}
.resellers .card2{width: 26%; position: absolute; left: 40%; top: 55%;}
.resellers .card3{width: 26%; position: absolute; left: 70%; top: 4%;}
.resellers .card1 .icon{background: url(../images/no1.svg) no-repeat right 30%; background-size: 40%;}
.resellers .card2 .icon{background: url(../images/no2.svg) no-repeat right 30%; background-size: 40%;}
.resellers .card3 .icon{background: url(../images/no3.svg) no-repeat right 30%; background-size: 40%;}
.resellers .icon img{width: 70px;}

.ai-fraud-bg{ padding:60px 0 50px; background: url(../images/ai-fraud-bg.jpg) no-repeat 0 0; background-size: cover; color: #fff;}
.compliance-bg{ padding:60px 15%; background: url(../images/compliance-bg.jpg) no-repeat 0 0; background-size: cover; color: #fff; border-top-left-radius: 150px; border-bottom-left-radius: 150px;}
.join-us{ background: url(../images/compliance-bg.jpg) no-repeat 0 0; background-size: cover; color: #fff;}
.firewall{margin-bottom: -60px; width: 60%; float: right;}

/*Parallax*/
.image-parallax {position: relative; background-size: cover; background-position: 50%; min-height: 430px; width: 100%; margin: 0 0 1.5em; display: flex; justify-content: center; align-items: center; } 
.image-parallax .image-parallax-text, .image-parallax h2 {color: #fff;z-index: 1;text-align: center;}  
.image-parallax.overlay:before {content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-color: rgba(0, 0, 0, 0.7); } 
.image-parallax {background-attachment: fixed; background-position: 50% 0; }

.our-team{position: relative;}
.main-tabs .nav-pills .nav-link.mt{border-radius: 0; padding-bottom: 15px; color: #000; font-weight: bold; margin-right: 10px;}
.main-tabs .nav-pills .nav-link.mt:hover, .main-tabs .nav-pills .nav-link.mt.active { color: #fe9800; background-color: transparent; font-weight: bold; border-bottom: solid 4px; margin-bottom: -4px;}
.main-tabs .nav-pills.mt{border-bottom: solid 4px #eee;}

.sub-tabs .nav-pills .nav-link.ms{color: #000; font-weight: bold; text-align: left; padding: 15px 15px; margin-bottom: 5px;}
.sub-tabs .nav-pills .nav-link.ms:hover, .sub-tabs .nav-pills .nav-link.ms.active { color: #fff; background-color: #fe9800; font-weight: bold;}
.sub-tabs .nav-pills .nav-link.ms{position: relative;}
.sub-tabs .nav-pills .nav-link.ms:hover::before, .sub-tabs .nav-pills .nav-link.ms.active::before {content: '⟶'; position: absolute; top: 2px; right: 20px; transition: 0.5s; font-size: 30px;}

.margin-top{margin-top: -100px;z-index: 1;}
footer{padding-top: 60px; position: relative;}
.footer{background: #f5f5f5;}
.footer .bor-top{border-top: solid 20px #d82430;}
.footer-logo{margin-top: 50px; width: 200px;}
.footer li a{display: block; color: #333; font-weight: 500;}
.footer p, .footer a{color: #333;}
.footer-top img{width: 100% !important;}

.footer a:hover{color: #004c8c; }
.footer h5{margin-top: 30px; padding-bottom: 5px; color: #333; font-weight: 600; font-size:18px;}
.footer .sub-heading{font-size: 16px;}
.footer .f-logo{max-width: 300px;}
.footer .copy{background: #f5f5f5 url(../images/globeteleservices.svg) no-repeat right center; background-size:60%; color:#333;padding: 25px; position: relative;}
.rounded-social-buttons .social-button { display: inline-block; position: relative; cursor: pointer; width: 2.5rem; height: 2.5rem; border: 0.125rem solid transparent; padding: 0; text-decoration: none; text-align: center; color: #333; font-size: 1rem; font-weight: normal; line-height: 2.5em; border-radius: 1.6875rem; transition: all 0.5s ease; margin-left: 0.25rem; margin-right: 0.25rem; margin-bottom: 0.25rem; }
.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-youtube, .fa-instagram { font-size: 20px;}
.rounded-social-buttons .social-button.facebook {border: solid 1px #333; }
.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus { color: #3b5998; background: #fefefe; border-color: #3b5998; }
.rounded-social-buttons .social-button.twitter {border: solid 1px #333; }
.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus { color: #55acee; background: #fefefe; border-color: #55acee; }
.rounded-social-buttons .social-button.linkedin {border: solid 1px #333; }
.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus { color: #007bb5; background: #fefefe; border-color: #007bb5; }
.rounded-social-buttons .social-button.youtube {border: solid 1px #333; }
.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus { color: #bb0000; background: #fefefe; border-color: #bb0000; }

.rounded-social-buttons .social-button.google {border: solid 1px #333; }
.rounded-social-buttons .social-button.google:hover, .rounded-social-buttons .social-button.google:focus { color: #bb0000; background: #fefefe; border-color: #bb0000; }

.rounded-social-buttons .social-button.instagram {border: solid 1px #333; }
.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus { color: #125688; background: #fefefe; border-color: #125688; }
.copyright{font-size: 12px;}

#scrollBtn {display: none; position: fixed; bottom: 5px; right: 25px; z-index: 99; font-size: 14px; border: none; outline: none; background-color: #ffa41b; color: white; cursor: pointer; padding: 10px; border-radius: 4px; }
.scrollBtn {display:inline-block; width: 80px; height: 80px; text-align: center; border-radius: 50px; font-size: 40px; line-height: 60px; border: none; outline: none; background-color: #faa82d; color: white; cursor: pointer; padding: 10px; position: absolute; top: 25%; left: 0;right: 0;margin: 0 auto;}
.scrollBtn:hover, .scrollBtn:hover i {background-color: #ffa41b; color: #fff;}
.scrollBtn a{color: #fff;}
#callexpert {position: fixed; bottom: 40px; right: 0; z-index: 99; font-size: 14px; border: none; outline: none; color: white; cursor: pointer; padding: 10px; border-radius: 4px; }
.callicon{background: #6fbd44;display: inline-block; border-radius: 50px; padding: 8px;}
.callicon img{width: 30px;}
.calltext{font-size: 12px; font-weight: 600;}

.accordion-button:not(.collapsed) { color: #000; font-weight: 500; background-color: transparent; box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%); }

.nav-wrapper {display: none;}

.close { position: absolute; top: 20px; right: 30px; transition: all 200ms; font-size: 30px; font-weight: bold; text-decoration: none; color: #333; border: solid 1px #ccc; outline: none; z-index: 1; background: #fff; line-height: 1; border-radius: 5px; } 
.close:hover { background: #fe9800; color: #fff; } button.left { position: absolute; z-index: 1; top: 45%; left: 15px; } 

.diversity .owl-nav { position: absolute; top: 48%; width: 100%;}
.diversity .owl-nav .owl-next, .diversity .owl-nav .owl-prev { border: solid 1px #000; text-decoration: none; background: transparent; color: #000; padding: 5px 8px; font-size: 14px; border-radius: 0; width: auto; height: auto; }
.diversity .owl-nav .owl-next:hover, .diversity .owl-nav .owl-prev:hover{ background: #000; color: #fff; }
.diversity .owl-nav .owl-next {float: right;}

.img-gallery{position: relative;}
.img-gallery .container > div {display: flex; justify-content: center; align-items: center; font-size: 2em; color: #ffeead; } 
.img-gallery .container > div > img {width: 100%; height: 100%; object-fit: cover; } 
/* Grid */ 
.img-gallery .container {display: grid; grid-gap: 5px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); grid-auto-rows: 300px; grid-auto-flow: dense; /* Fill all spaces with fitted images */ } 
.img-gallery .horizontal {grid-column: span 2; } 
.img-gallery .vertical {grid-row: span 2; } 
.img-gallery .big {grid-column: span 2; grid-row: span 2; } 

/* Map Pointers */
.map-locations{position: relative;}
.map-pointers .pointer1{position: absolute;top: 37%;left: 19%;transform: translate(-50%, -50%);margin: 0 auto;text-align: center;width: 2%;}
.map-pointers .pointer2{position: absolute;top: 25%;left: 47.3%;transform: translate(-50%, -50%);margin: 0 auto;text-align: center;width: 2%;}
.map-pointers .pointer3{position: absolute;top: 37.5%;left: 45.4%;transform: translate(-50%, -50%);margin: 0 auto;text-align: center;width: 2%;}
.map-pointers .pointer4{position: absolute;top: 33.2%;left: 53.6%;transform: translate(-50%, -50%);margin: 0 auto;text-align: center;width: 2%;}
.map-pointers .pointer5{position: absolute;top: 37.6%;left: 54.2%;transform: translate(-50%, -50%);margin: 0 auto;text-align: center;width: 2%;}
.map-pointers .pointer6{position: absolute;top: 41.4%;left: 58%;transform: translate(-50%, -50%);margin: 0 auto;text-align: center;width: 2%;}
.map-pointers .pointer7{position: absolute;top: 48.8%;left: 63.8%;transform: translate(-50%, -50%);margin: 0 auto;text-align: center;width: 2%;}
.map-pointers .pointer8{position: absolute;top: 51.2%;left: 70.9%;transform: translate(-50%, -50%);margin: 0 auto;text-align: center;width: 2%;}
.map-pointers .pointer9{position: absolute;top: 48.7%;right: 16.4%;transform: translate(-50%, -50%);margin: 0 auto;text-align: center;width: 2%;}
.map-pointers .pointer10{position: absolute;top: 55.6%;right: 17.7%;transform: translate(-50%, -50%);margin: 0 auto;text-align: center;width: 2%;}
.map-pointers .pointer11{position: absolute;top: 57.9%;right: 13%;transform: translate(-50%, -50%);margin: 0 auto;text-align: center;width: 2%;}
.map-pointers .pointer12{position: absolute;top: 61.8%;right: 19.6%;transform: translate(-50%, -50%);margin: 0 auto;text-align: center;width: 2%;}
.map-pointers .pointer13{position: absolute;top: 64.4%;right: 18.8%;transform: translate(-50%, -50%);margin: 0 auto;text-align: center;width: 2%;}
.map-pointers .pointer14{position: absolute;top: 67.4%;right: 13.8%;transform: translate(-50%, -50%);margin: 0 auto;text-align: center;width: 2%;}

.map-pointers .pointer15{position: absolute;top: 59%;right: 47.6%;transform: translate(-50%, -50%);margin: 0 auto;text-align: center;width: 2%;}
.map-pointers .pointer16{position: absolute;top: 60%;left: 47.6%;transform: translate(-50%, -50%);margin: 0 auto;text-align: center;width: 2%;}
.map-pointers .pointer17{position: absolute;top: 63.6%;right: 40.2%;transform: translate(-50%, -50%);margin: 0 auto;text-align: center;width: 2%;}
.map-pointers .pointer18{position: absolute;top: 65.2%;right: 38.7%;transform: translate(-50%, -50%);margin: 0 auto;text-align: center;width: 2%;}
.map-pointers .pointer19{position: absolute;top: 66.8%;left: 56.4%;transform: translate(-50%, -50%);margin: 0 auto;text-align: center;width: 2%;}
.map-pointers .pointer20{position: absolute;top: 70%;left: 58.2%;transform: translate(-50%, -50%);margin: 0 auto;text-align: center;width: 2%;}



/*.mapover {cursor: pointer;text-align: center;}
.mapover .tooltip {background: #fe9800;bottom: 100%; font-size:18px; font-weight: bold; text-align: center;color: #000; display: none;left: -67px;margin-bottom: 10px;opacity: 0;padding: 5px 15px;position: absolute;-webkit-transform: translateY(10px);-moz-transform: translateY(0px);-ms-transform: translateY(0px);-o-transform: translateY(0px);transform: translateY(0px);-webkit-transition: all .25s ease-out;-moz-transition: all .25s ease-out;-ms-transition: all .25s ease-out;-o-transition: all .25s ease-out;transition: all .25s ease-out;-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);width: 160px;}
.mapover .tooltip:before { bottom: -20px; content: " "; display: block; height: 20px; left: 0; position: absolute; width: 100%; } 
.mapover .tooltip:after { border-left: solid transparent 10px; border-right: solid transparent 10px; border-top: solid #fe9800 10px; bottom: -10px; content: " "; height: 0; left: 50%; margin-left: -13px; position: absolute; width: 0; } 
.mapover:hover .tooltip {display: block; opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); }*/

/*== start of code for tooltips ==*/
.tool {cursor: pointer;position: relative;margin: 0 auto;text-align: center;}
/*== common styles for both parts of tool tip ==*/
.tool::before, .tool::after { left: 50%; opacity: 0; position: absolute; z-index: -100; } 
.tool:hover::before, .tool:focus::before, .tool:hover::after, .tool:focus::after { opacity: 1; transform: scale(1) translateY(0); z-index: 100; }
/*== pointer tip ==*/
.tool::before { border-style: solid; border-width: 1em 0.75em 0 0.75em; border-color: #004c8c transparent transparent transparent; bottom: 100%; content: ""; margin-left: -0.7em; transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s; transform:  scale(.6) translateY(-90%); } 
.tool:hover::before, .tool:focus::before { transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s; }
/*== speech bubble ==*/
.tool::after {background: #004c8c;border-radius: .25em;bottom: 115%;color: #fff;font-size: 12px; font-weight: bold; content: attr(data-tip);margin-left: -50px;padding: 5px 10px;transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;transform:  scale(.6) translateY(50%);min-width: 100px;text-align: center;} 
.tool:hover::after, .tool:focus::after  { transition: all .65s cubic-bezier(.84,-0.18,.31,1.26); }

@media (max-width:991.98px){
	.tool::after{bottom: 70%;}
	.tool::before {border-width: 0.5em 0.5em 0 0.5em; bottom: 56%; margin-left: -0.5em; }
	.tool:hover::after, .tool:focus::after{font-size: 6px; padding: 2px 5px; min-width: 56px;margin-left: -30px; }
	.map-pointers .pointer1, .map-pointers .pointer2, .map-pointers .pointer3, .map-pointers .pointer4, .map-pointers .pointer5, .map-pointers .pointer6, .map-pointers .pointer7, .map-pointers .pointer8, .map-pointers .pointer9, .map-pointers .pointer10, .map-pointers .pointer11, .map-pointers .pointer12, .map-pointers .pointer13, .map-pointers .pointer14, .map-pointers .pointer15, .map-pointers .pointer16, .map-pointers .pointer17, .map-pointers .pointer18, .map-pointers .pointer19, .map-pointers .pointer20{width:3%;}
}

@media (min-width: 992px) {
.col-md-1-5 { width: 20%; }
.col-md-2-5 { width: 40%; }
.col-md-3-5 { width: 60%; }
.col-md-4-5 { width: 80%; }
.col-md-5-5 { width: 100%; }
}

@media (min-width: 1200px) {
.col-lg-1-5 { width: 20%; }
.col-lg-2-5 { width: 40%; }
.col-lg-3-5 { width: 60%; }
.col-lg-4-5 { width: 80%; }
.col-lg-5-5 { width: 100%; }
}
@media (max-width:1799.98px){
	.solar-system { width: 750px; height: 750px;}
	.earth-orbit { width: 750px; height: 750px;}
	.venus-orbit { width: 750px; height: 750px; }
	.mercury-orbit { width: 380px; height: 380px; }
	.sun { width: 380px; height: 380px;}
}
@media (max-width:1540.98px){
	.solar-system { width: 700px; height: 700px;}
	.earth-orbit { width: 700px; height: 700px;}
	.venus-orbit { width: 700px; height: 700px; }
	.mercury-orbit { width: 320px; height: 320px; }
	.sun { width: 320px; height: 320px;}
}
@media (max-width:1399.98px){
	.solar-system { width: 650px; height: 650px;}
	.earth-orbit { width: 650px; height: 650px;}
	.venus-orbit { width: 650px; height: 650px; }
	.mercury-orbit { width: 280px; height: 280px; }
	.sun { width: 280px; height: 280px;}
	.firewall{margin-bottom: -40px;}
    
}
@media (max-width:1199.98px){
	/*.navbar{display: none;}*/
	.navbar-light .navbar-brand{margin: 0 auto;}
	.affiliate { margin-top: -40px; }
	.affiliates-txt { width: 90%; }
.desktop-nav{display: none;}
.mobile-nav{display: block;}
.navbar-nav {margin-top: 0;}
nav li.nav-dropdown-open ul {display: block;}
.popular-service .owl-nav .owl-prev { left: -5px;}
.popular-service .owl-nav .owl-next { right: -5px;}
.business-brands .owl-nav .owl-prev { left: -5px;}
.business-brands .owl-nav .owl-next { right: -5px;}
.service-brands .owl-nav .owl-next { right: -15px;}
.service-brands .owl-nav .owl-prev { left: -15px;}
.logo-slider .owl-nav .owl-next {right: -10px; }
.logo-slider .owl-nav .owl-prev {left: -10px;}

.service-brands .owl-nav{top: 25%;}
.pricing .plan{width: 100%;height: auto !important;}
.search-box {display:block; position: absolute; top : 0; right:0; display: flex; transform: translate(0, 50%); background: #2f3640; height: 30px; border-radius: 30px; }
.search-box:hover > .search-text{width: 200px; padding: 0 15px; font-size: 12px;}
.search-box:hover > .search-btn{background: white; color: black; }
.search-btn {color: #fff; float: left; width: 30px; height: 30px; border-radius: 50%; background: #2f3640; display: flex; justify-content: center; align-items: center; transition: 0.4s; cursor: pointer; text-decoration: none; }
.search-btn > i {font-size: 12px; }
.search-text {border: none; background: none; outline: none; float: left; padding: 0; color: white; font-size: 16px; font-weight: normal; transition: 0.4s; line-height: 30px; width: 0px; /*   width: 250px; */ }

.solar-system { width: 500px; height: 500px;}
.earth-orbit { width: 500px; height: 500px;}
.venus-orbit { width: 500px; height: 500px; }
.mercury-orbit { width: 200px; height: 200px; }
.sun { width: 200px; height: 200px;}
}
@media (max-width:991.98px){
	.pt-5 { padding-top: 1.5rem!important; }
	.mt-100{margin-top: 10px !important;}
	.pt-100{margin-top: 10px !important;}
	.pr-100{padding-right: 0 !important;}
	section{padding: 40px 0 30px; position: relative;}
	.book-service{margin-bottom:30px}
	.quote {font-size:12px; padding: 0 30px;}
	.quote::before{left: -10px;}
	.mt-minus-100{margin-top: 0px !important;}
	.helpus {padding: 15px; }
	.helpus-image { margin-bottom: -50px; }
	.consultation{padding: 15px 15px 0;}
	.heading3{margin-bottom: 0;}
	.p-right{padding-right: 0;}
	.table-responsive{overflow-x: scroll;}
	#scroller::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5; } 
	#scroller::-webkit-scrollbar {height: 6px; background-color: #F5F5F5; } 
	#scroller::-webkit-scrollbar-thumb {background-color: #000000; }
	.t-left{width:100%;}.t-left td{height: 80px;}
	.t-right td{height: 80px;}
	.margin-top{margin-top: 0;}
	.margin-sm{margin-top: 60px;}
	.scrollBtn{top: -25%;}
	.scrollBtn{width: 60px;height: 60px;font-size: 34px;line-height: 30px;}
	.footer h5{margin-top: 10px; padding-bottom: 0;}
	.footer .copy{background-size:90%;}
	.affiliates-txt{background-size:90%;}

	.circle-anim { margin-left: -10%; }
	.solar-system { width: 500px; height: 500px;}
	.earth-orbit { width: 500px; height: 500px;}
	.venus-orbit { width: 500px; height: 500px; }
	.mercury-orbit { width: 200px; height: 200px; }
	.sun { width: 200px; height: 200px;}
	.planet2{width: 38px; height: 38px;top: -18px;}
	.planet3{width: 38px; height: 38px;top: -18px;}
	.planet3 i{padding: 9px;font-size: 18px;}
	
	.card-icon img{width: 80px;}
	.resellers{margin-bottom: 20px;}
	.resellers .card1{width: 100%; left: 0; position: relative;}
	.resellers .card2{width: 100%; left: 0; position: relative;}
	.resellers .card3{width: 100%; left: 0; position: relative;}
	.resellers .line{display: none;}
	.roles .d-flex{display: inline !important;}
	.roles .d-flex .ps-3{padding-left:0 !important;}
	.img-small{width: 80px;}
	.firewall{margin-bottom: -28px;}
}
@media (max-width:767.98px){
	.heading1{font-size: 16px;}
	.sub-heading{font-size: 12px;}
	.btn-gradient{padding: 0.4rem 1.5rem; font-size: 12px;}
	.btn-arrow{width: 20px; height: 16px;}
	.logo{width: 130px;margin-left: -40px;}
	.logo-small{width: 100px;}
	
    .nav-top .d-flex{display: inline !important;}
    .nav-top { position: relative; right: 0; top: 0; width: 100%; text-align: center;}
    .nav-top .btn { padding: 2px 6px; font-size: 10px; }
    .toggle-wrap{top: 0;}
	.service-boxes .item .txt{font-size: 12px; line-height: 1.4;}
	.filter-service .products{display: grid;}
	.filter-service .items .image{width: 100%;}
	.w-30{width: 100%;}
	.about-tabs .tab-sec{width: 50%;text-align: center;}
	.about-tabs .tab-sec a{padding: 8px 15px 4px; font-size: 14px; margin-top: 15px;}
	.btn-transparent{padding: 5px 3px;}
	.enquiry{margin-top: -60px;}
	.enquiry .enqiry-bg{padding-top: 0;}
    .timeline .timeline-continue::after {left: 40px; } .timeline .timeline-end, .timeline .timeline-start, .timeline .timeline-year, .timeline .row.timeline-left, .timeline .row.timeline-right .timeline-date, .timeline .row.timeline-right, .timeline .row.timeline-left .timeline-date, .timeline .timeline-launch {text-align: left; } .timeline .row.timeline-left .timeline-date::after, .timeline .row.timeline-right .timeline-date::after {left: -23px; } .timeline .timeline-box, .timeline .row.timeline-right .timeline-date, .timeline .row.timeline-left .timeline-date {margin-left: 55px; } .timeline .timeline-launch .timeline-box {margin-left: 0; } .timeline .row.timeline-left .timeline-box::after {left: -20px; border-color: transparent #ffffff transparent transparent; } .timeline .row.timeline-left .timeline-box::before {left: -22px; border-color: transparent #dddddd transparent transparent; } .timeline .timeline-launch .timeline-box::after, .timeline .timeline-launch .timeline-box::before {left: 30px; margin-left: 0; }
	.border-start{border: 1px solid #fff!important;}
	
	.circle-anim { margin-left: -40%; }
	.firewall{margin-bottom: -28px;}
	.img-gallery .container {grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); grid-auto-rows: 200px;} 
	.img-gallery .horizontal {grid-column: span 1; } 
	.img-gallery .vertical {grid-row: span 1; } 
	.img-gallery .big {grid-column: span 1; grid-row: span 1; } 
	.contact-form .pe-5 { padding-right: 15px!important; }

}
@media (max-width:575.98px){
	
	.circle-anim { margin-left: -15%; margin-top: -30%;}
	.solar-system{ margin-top: -50%;}

    .inner-banner {background: #275CC2;padding: 15px;height: 130px;margin-bottom: 40px;}
	.branding-page .include { display: inline!important;}
}

/* custom css- 22-5-23 - savita from emerge */

.pl-60{padding-left: 60px !important;}

span.litho-primary-title 
{
	font-size: 1.5rem;
}
.slide-small-bg {
height: 50vh;
}

ul#industry-logo img {
    height: 50px;
    margin-right: 1rem;
}

#policies li{ font-size: 13px;float: left;}

footer ul#policies li a:after {
    content: "|";
    margin: 0 10px;
}
footer ul#policies li:last-child a:after {
    content: '';
    margin: 0 10px;
}
nav ul .dropdown-item:active {
    color: #000;}

footer .rounded-social-buttons .social-button:hover, footer .rounded-social-buttons .social-button:focus{   
	-webkit-transform: scale(0.8);
    -ms-transform: scale(0.8) !important;
    transform: scale(0.8) !important;
}


/* mobile screen */
@media (max-width:767px){
.sm-p-0{padding:0}

footer ul#policies, ul#industry-logo
{
	justify-content: center;
}
.copy{text-align: center;}

.press-article1 .slide-bg {
      height: 55vh;}
	
.badge-img  .pt-100 {
    padding-top: 40px !important;
}	
	.slide-bg .w-75 {
    width: 85%!important;
  }
	
footer .footer ul#policies{    display: block !important;}
	
footer .footer #policies li {   float: none;}	
	
footer ul#policies li a:after {   display: none !important;}
	
	.sm-w-100{width:100% !important}
	.join-us{margin-bottom:2rem}
}
@media (min-width:765px) and (max-width:992px){

.slide-bg {
    height: 70vh;
}
footer .col-md-4.margin-top{
    width: 100%;
}
footer .col-md-3.margin-top, footer .col-md-1-5.margin-top {
    width: 33.33%;
}
footer .scrollBtn {
    top: 25%;
}
	.p-rocco .w-75{padding-top:4rem}
	
		 /* Responsive container */
 .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 * 100) */
    height: 0;
    overflow: hidden;
  }

  /* Video iframe */
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }  
	
}

@media (min-width:993px) and (max-width:1030px){

	.slide-bg {
		height: 60vh;
	}
	.footer { 
		padding-top: 5rem;
	}
.p-rocco .w-75 {
    padding-top: 4rem;
}
	}


	@media (min-width: 576px){

	#careerModal .modal-dialog {
						max-width: 750px !important;
						margin: 1.75rem auto;
		}


	}

.our-team .card .p-4.text-center{
    text-align: justify !important;
}

@media (max-width: 767px){
	
	.sm-none{display:none !important}
	
		.slide-bg {height: 90vh;}
	
		div.straits-img img,.carousel .carousel-item .slide-bg .col-lg-7.straits-img img{
			width:70% !important;    
			margin-top: 0rem !important;}
	
		div.straits-img img{width:80% !important}
		
		div.carousel .carousel-item .pr-bg img.w-75 {
			width: 75%!important;
		}
	
	.carousel .carousel-item .slide-bg .col-lg-7 img {
		width: 100% !important;}
	
	 /* Responsive container */
 .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 * 100) */
    height: 0;
    overflow: hidden;
  }

  /* Video iframe */
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }  


	
	
}

@media (max-width: 1799.98px){
.carousel .carousel-item .slide-bg .col-lg-7 img{width:80%}
}

	@media (min-width:768px) and (max-width:1030px){
		div.straits-img img{  width: 75% !important;
    margin-top: 5rem !important;}

}

/* custom css- 22-5-23 - savita from emerge */

.captcha {
	position:relative;
	float:right;
	top:-53px;
	right:10px;
	color: #fff; background: rgb(24,223,245);
background: -moz-linear-gradient(-45deg,  rgba(24,223,245,1) 0%, rgba(238,157,17,1) 82%, rgba(254,152,0,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(24,223,245,1) 0%,rgba(238,157,17,1) 82%,rgba(254,152,0,1) 100%);
background: linear-gradient(135deg,  rgba(24,223,245,1) 0%,rgba(238,157,17,1) 82%,rgba(254,152,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18dff5', endColorstr='#fe9800',GradientType=1 );
 border-color: transparent; padding: .3rem 1.5rem; font-size: 22px; font-weight: 500; border-radius: 50px;
user-select: none; 
}

/* Mobile input css 06/12 */
.iti{
  width: 100% !important;
  z-index: 10 !important;
}
.contact-form .element12 {
    display: none !important;
}
.check-label label#acceptance-error{
    position: absolute;
    bottom: -1rem;
    font-size: 12px;
}
.check-label{
    position: relative;
    font-size: 13px;
}

/*Start 2026-02-04 @Aman*/


    .country_select {
        padding: 18px;
        width: 30rem;
        height: auto;
        border: 1px solid #DDDDDD;
        border-radius: 9px;

    }


    .arrow {
        display: none;
    }



    #result th, #result td {
        padding: 18px !important;
    }

    @media (max-width: 480px) {
        .country_select {
            width: 100%;
            padding: 14px;
            font-size: 14px;
            border-radius: 7px;
        }

        .sms-heading {
            font-size: 1.8rem;
            line-height: 1.3;
            text-align: center;
        }
    }

    @media (max-width: 768px) {
        .country_select {
            width: 100%;
            padding: 16px;
        }

        .sms-heading {
            font-size: 2.5rem;
            text-align: center;
        }
    }


    @media (max-width: 360px) {
        .sms-heading {
            font-size: 1.5rem;
        }
    }



    .custom-striped>tbody>tr:nth-of-type(even) {
        --bs-table-accent-bg: #e8efff;
        background-color: rgba(7, 78, 139, 0.04);
    }

    .country-select.inside .flag-dropdown {
        right: unset ;
        left: 0;
        width: 100% !important;
    }

    .country-select.inside .selected-flag {
        width: 100% !important;
    }
	.country-select .selected-flag {
      padding-left: 20px !important;
    }

  .selected-flag:after {
      content: "";
      position: absolute;
      display: block;
      right: 5%;
      width: 10px;
      height: auto;
      top: 50%;
      transform: translateY(-50%);
      border-top: .6em solid;
      border-right: .6em solid transparent;
      border-bottom: 0;
      border-left: .6em solid transparent;
  }

/*End 2026-02-04 @Aman */

.our-team p {
  font-size:13px !important;
}


/* readmore */
.description span:not(.read-more) {
    color: #212529 !important;
}

.description {
    display: -webkit-box;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}

.description.expanded {
    -webkit-line-clamp: unset;
}

.read-more {
    color: #074e8b !important;
    cursor: pointer;
    display: inline;
    font-size:13px !important;
    font-weight: normal;
    line-height: inherit;
}

.read-more:hover {
    opacity: 0.7;
    text-decoration: underline;
}
.regional-branches{
    display: none;
}
/*  COMMON 4 COLUMN GRID*/
.our-team .row.pt-4.g-4{
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start;
}

.our-team .col-md-4{
    width: 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
}

/*  BOARD MEMBERS (2 CARDS CENTER)*/
#board-id .row.pt-4.g-4{
    justify-content: center !important;
}

#board-id .col-md-2{
    display: none !important;
}

/*LEADERSHIP TEAM (7 CARDS) 4 in first row, 3 centered next row*/
#lead-id .row.pt-4.g-4{
    justify-content: center !important;
}

/* TABLET = 3 PER ROW */
@media (max-width: 991px){
    .our-team .col-md-4{
        width: 33.33% !important;
        flex: 0 0 33.33% !important;
        max-width: 33.33% !important;
    }
}

/*MOBILE = 1 PER ROW */
@media (max-width: 767px){
    .our-team .col-md-4{
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
.affiliate-static {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
}

.affiliate-static .item {
    text-align: center;
}

.banner-description {
    font-size: 15px;
    line-height: 1.6;
}
.affiliates-left{
    width: 40%!important;
    text-align: left!important;
    margin: 0 10% 2% 07.2% !important;
}
.enterprise-section{
    padding:60px 0;
    /* background-color:#f5f5f5; */
        background-color:#ffffff;
}

.enterprise-title{
    text-align:center;
    font-size:52px;
    font-weight:700;
    margin-bottom:40px;
}


.top-tabs{
    display:flex;
    border-radius:18px 18px 0 0;
    overflow:hidden;
}

.top-tab{
    flex:1;
    border:none;
    background:#dcdcdc;
    padding: 20px;
    font-size: 24px;
    font-weight:600;
    cursor:pointer;
}

.top-tab.active{
    background:#f5f5f5;
}

.enterprise-wrapper{
    display:flex;
    background:#f5f5f5;
    border-radius:0 0 18px 18px;
    overflow:visible;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.left-menu{
    width:300px;
    border-right:1px solid #e7e7e7;
    padding:30px;
}

.menu-group{
    display:none;
}

.menu-group.active{
    display:block;
}

.menu-item{
    padding:22px 0;
    border-bottom:1px solid #ececec;
    font-size:22px;
    font-weight:500;
    cursor:pointer;
}

.menu-item.active{
    color:#ff9800;
}

.right-content{
    flex:1;
    padding:40px;
    overflow:hidden;
}

.content-box{
    display:none;
}

.content-box.active{
    display:block;
}

.right-content h3{
    font-size:calc(1.8rem + ((1.2vw - 0.80rem) * 1.2));
    color:#ff9800;
    margin-bottom:15px;
}

.right-content p{
    font-size:15px;
    line-height:1.7;
    color:#555;
    margin-bottom:35px;
}

.owl-carousel{
    position:relative;
}
/* 
.owl-stage{
    display:flex;
}

.owl-item{
    display:flex;
    height:auto;
} */


.icon-card{
    width:80%;
    min-height:160px;
    background:#FFF;
    border-radius:16px;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-align:center;
    padding:25px;

    transition:0.3s;
}

.icon-card:hover{
    transform:translateY(-5px);
}

.icon-card img{
    width:auto;
    height:50px;
    object-fit:contain;
    margin-bottom:18px;
}
.icon-card span{
    font-size: clamp(15px, 2vw, 16px);
    font-weight:500;
    line-height:1.4;
 display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;

    text-align:center;
}
/* Same size for all icons/images */

.enterprise-section .owl-nav{
    display:block !important;
}


.enterprise-section .owl-prev{
    left:-20px;
}

.enterprise-section .owl-next{
    right:-20px;
}

.enterprise-section .owl-prev span,
.enterprise-section .owl-next span{
    font-size:28px !important;
    color:#fff !important;
    line-height:1;
}

.enterprise-section .owl-dots{
    text-align:center;
    margin-top:22px;
}

.enterprise-section .owl-dot span{
    width:18px !important;
    height:5px !important;
    background:#c5c5c5 !important;
    border-radius:10px;
    display:block;
}

.enterprise-section .owl-dot.active span{
    background:#ff9800 !important;
}

/* =========================
   MOBILE
========================= */
@media(max-width:991px){

    .enterprise-wrapper{
        flex-direction:column;
    }

    .left-menu{
        width:100%;
        border-right:none;
        border-bottom:1px solid #ececec;
    }
.icon-card {
        min-height: 150px!important;
  		width:100% !important;
}
    .enterprise-title{
        font-size:25px;
    }

    .top-tab{
           font-size: 16px;
        padding: 15px;
    }

    .menu-item{
        font-size:18px;
    }

    .right-content h3{
        font-size:20px;
    }

    .right-content p{
        font-size:14px;
        line-height: 1.4;
        margin-bottom: 10px!important;
    }
.icon-card img{
    height: 58px;
}
    .enterprise-section .owl-prev{
        left:-10px;
    }

    .enterprise-section.owl-next{
        right:-10px;
    }

}
/*  
/* =========================
   MENU RIGHT ICON
========================= */

.enterprise-section .menu-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

/* DEFAULT ARROW */
/* MENU ALIGN */
.enterprise-section .menu-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

/* HTML ARROW */
.enterprise-section .menu-arrow{
    font-size:20px;
    color:#bdbdbd;
    transition:0.3s;
}

/* ACTIVE */
.enterprise-section .menu-item.active .menu-arrow{
    color:#ff9800;
    font-weight:800;
    font-size: 20px;
}


/* TEXT ACTIVE */
.enterprise-section .menu-item.active{
    color:#ff9800;
    font-weight: 700;
}
/* HIDE ALL ARROWS */
.enterprise-section .normal-owl .owl-nav{
    display:none !important;
}

/* SHOW ONLY ENGAGE ARROWS */
.enterprise-section .engage-owl .owl-nav{
    display:block !important;
}

/* =========================
   ENGAGE NAV STYLE
========================= */

.enterprise-section .engage-owl .owl-prev,
.enterprise-section .engage-owl .owl-next{
    width:38px !important;
    height:38px !important;

    background:#ff9800 !important;
    border-radius:50% !important;

    position:absolute;
    top:38%;
   border: transparent;
    display:flex !important;
    align-items:center;
    justify-content:center;

    z-index:99;
}

.enterprise-section .engage-owl .owl-prev{
    left:-20px;
}

.enterprise-section .engage-owl .owl-next{
    right:-20px;
}

.enterprise-section .engage-owl .owl-prev span,
.enterprise-section .engage-owl .owl-next span{
    color:#fff !important;
    font-size:28px !important;
    line-height:1;
}

.enterprise-section .icon-card{
    transition:0.35s ease;
}

/* HOVER */
.enterprise-section .icon-card:hover{
    background:#dcdcdc;
    transform:translateY(-6px);

    box-shadow:
    0 10px 25px rgba(0,0,0,0.12),
    0 4px 10px rgba(0,0,0,0.08);
}
/* TOP SPACE ABOVE BOXES */
.enterprise-section .engage-owl,
.enterprise-section .normal-owl{
    padding-left:25px;
}

/* REMOVE BLACK DOT BORDER/BG */
.enterprise-section .owl-dot{
    outline:none !important;
    box-shadow:none !important;
    border:none !important;
    background:transparent !important;
}

.enterprise-section .owl-dot:focus{
    outline:none !important;
    box-shadow:none !important;
}

/* DOT STYLE */
.enterprise-section .owl-dot span{
    background:#cfcfcf !important;
    border:none !important;
}

.enterprise-section .owl-dot.active span{
    background:#ff9800 !important;
}
.enterprise-section .owl-stage-outer{
    padding-top: 10px;
    padding-bottom:10px;
     overflow: hidden !important;
}
@media(max-width:991px){

    .enterprise-section .owl-nav{
        display:none !important;
    }

    .enterprise-section .engage-owl .owl-prev,
    .enterprise-section .engage-owl .owl-next{
        display:none !important;
    }
    .right-content{
            padding: 30px!important;
    }


}




.hero-section {
    position: relative;
        padding-top: 25px!important;
    padding-bottom: 0!important;
}

/* ----------------------------
   FLEX CONTAINER (was: banner-wrapper)
---------------------------- */
.hero-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

/* ----------------------------
   LEFT COLUMN (was: banner-left)
---------------------------- */
.hero-left-col {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    min-height: 500px;
}

/* ----------------------------
   TEXT WRAPPER (was: banner-text)
---------------------------- */
.hero-text-wrap {
    max-width: 550px;

}

/* ----------------------------
   INNER TEXT (was: banner-text1)
---------------------------- */
.hero-text-inner {
    position: relative;
    text-align: left;
}

/* ----------------------------
   MAIN HEADING (was: banner-heading / heading1)
---------------------------- */
.hero-main-heading {
    font-family: 'Poppins', sans-serif;
    font-size: calc(1.8rem + ((1.2vw - 0.80rem) * 1.3889));
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

/* Orange dash before heading */
.hero-main-heading::before {
    content: "";
    position: absolute;
    left: -60px;
    top: 15%;
    height: 3px;
    width: 50px;
    background: #fe9800;
}

/* ----------------------------
   SUBTITLE PARAGRAPH (was: banner-description)
---------------------------- */
.hero-subtitle {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: 500;
}

/* ----------------------------
   CTA BUTTON (was: btn-gradient)
---------------------------- */
.hero-cta-btn {
    color: #fff;
    background: rgb(24, 223, 245);
    background: -moz-linear-gradient(-45deg, rgba(24,223,245,1) 0%, rgba(238,157,17,1) 82%, rgba(254,152,0,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(24,223,245,1) 0%, rgba(238,157,17,1) 82%, rgba(254,152,0,1) 100%);
    background: linear-gradient(135deg, rgba(24,223,245,1) 0%, rgba(238,157,17,1) 82%, rgba(254,152,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18dff5', endColorstr='#fe9800', GradientType=1);
    border-color: transparent;
    padding: .8rem 3rem;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
}

.hero-cta-btn:hover {
    color: #fff;
    background: #f58a33;
    background: linear-gradient(to right, #f58a33 0%, #fe9800 76%, #fe9800 100%);
    border-color: #fe9800;
}


.hero-btn-arrow {
    width: 30px;
    height: 15px;
    padding-left: 5px;
}


.hero-right-col {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    
}

/* ----------------------------
   MAIN BANNER IMAGE (was: banner-img)
---------------------------- */
.hero-main-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    transform-origin: center;
    padding-right: 2%;
}

/* ----------------------------
   DECORATIVE ELEMENTS (was: element1, element2, element3)
---------------------------- */
.hero-deco-one {
    position: absolute;
    top: 20%;
    width: 2%;
    z-index: 1;
    animation: heroBeat 2s infinite alternate;
}

.hero-deco-two {
    position: absolute;
    right: 2%;
    top: 28%;
    width: 8%;
    z-index: 1;
    animation: heroSpin 5s infinite alternate;
}

.hero-deco-three {
    position: absolute;
    right: -5%;
    top: 60%;
    width: 10%;
    z-index: 1;
    animation: heroBeat 2s infinite alternate;
}

/* ----------------------------
   ANIMATIONS
---------------------------- */
@keyframes heroBeat {
    to { transform: scale(1.4); }
}

@keyframes heroSpin {
    from { transform: rotate(0); }
    to   { transform: rotate(359deg); }
}

/* ============================================
   RESPONSIVE
   ============================================ */

/* TABLET (max 991px) */
@media (max-width: 991px) {

    .hero-container {
        flex-direction: column;
    }

    .hero-left-col {
        min-height: auto;
    }

    .hero-main-heading {
        font-size: 20px;
    }

    .hero-main-heading::before {
        left: -55px;
        top: 10%;
        position: absolute;
        transform: translateY(-50%);
    }

    .hero-right-col {
        margin-top: 20px;
    }

    .hero-main-img {
        max-width: 100%;
    }
}

/* MOBILE (max 767px) */
@media (max-width: 767px) {
.hero-section {
    padding-top: 40px !important;
  }
    .hero-text-inner {
             text-align: left ! important;
        padding-left: 10%;
        padding-top: 15%;
    }

    .hero-subtitle {
        font-size: 13px;
        line-height: 1.2;
        padding-top: 10px;
    }

    .hero-cta-btn {
        padding: 0.4rem 1.5rem;
        font-size: 12px;
    }

    .hero-btn-arrow {
        width: 20px;
        height: 16px;
    }

    .hero-main-heading {
        font-size: 20px;
    }
}

/* SMALL MOBILE (max 575px) */
@media (max-width: 575px) {

    .hero-container {
        min-height: auto;
    }

    .hero-deco-one,
    .hero-deco-two,
    .hero-deco-three {
        display: none;
    }
}

.affiliate1{
    margin-top:0!important;
}

@media (min-width: 769px) and (max-width: 992px){
.hero-mobile-stack{
  padding-top: 90px;
}
}

/* 26/05/26 */

.customer-partner-wrap{
    display:flex;
    align-items:center;
    gap:40px;
    overflow: hidden;
}

.customer-heading{
    flex:0 0 30%;
    max-width:30%;
}
/* 
.customer-slider{
    flex:0 0 70%;
    max-width:70%;
    overflow:hidden;
} */
.customer-heading .heading2{
    font-size:25px;
    line-height:1.05;
    font-weight:600;
    margin:0;
}

/* Customers & Partners */
.customer-heading .heading2 span{
    color:#f7931e;
    font-size:34px;
    display:block;
    margin-bottom:2px;
}

/* Remove divider */
.customer-partner-sec .heading2::before{
    display:none !important;
    content:none !important;
}


/* Slider Images */
.partner .item img{
    max-width:180px;
    max-height:80px;
    width:auto !important;
    height:auto;
    object-fit:contain;
}

.partner-slider{
    width: 70%;
    flex: 0 0 70%;
    min-width: 0;
    overflow: hidden;
    max-width: 70%;
}
.custom-counter .container{
    background-image: none !important;
    background: transparent !important;
}

.custom-counter h1,
.custom-counter h6{
    color: #000 !important;
}

.custom-counter .border-end{
    border-right: transparent!important;
}
.custom-counter .count-up h1{
    text-shadow: none !important;
}
/* Mobile */
@media(max-width:991px){

    .customer-partner-wrap{
        flex-direction:column;
        gap:30px;
    }

    .customer-heading,
    .customer-slider{
        flex:1 1 100%;
        max-width:100%;
        text-align:center;
    }
 .customer-heading .heading2{
    font-size: 20px;
 }
   .customer-heading .heading2 span{
        font-size:25px;
    }

    .partner .item img {
        max-width: 120px !important;
        max-height: 60px !important;
    }

    .customer-partner-sec {
        padding: 50px 0;
        overflow: hidden !important; 
    }

    .customer-slider {
        overflow: hidden !important; 
        width: 100% !important; 
    }
}
/* affiliates section */


.affiliates-sec {
    position: relative;
    padding: 50px 0;
    background: #f5f5f5;
    overflow: hidden;
    width: 100%;
}

.affiliates-sec .container {
    overflow: hidden;

}

.affiliates-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
}

/* ===== LEFT TITLE — 20% ===== */
.affiliates-title {
    width: 20%;
    flex: 0 0 20%;
    position: relative;
    padding-right: 40px;
}

.affiliates-title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70px;
    background: #d8d8d8;
}

.affiliates-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #f59b1a;
    margin: 0;
    line-height: 1.2;
}

/* ===== RIGHT SLIDER — 80% ===== */
.affiliates-slider {
    width: 80%;
    flex: 0 0 80%;
    min-width: 0;
    overflow: hidden;
    max-width: 80%;
}

.affiliates-slider .owl-carousel {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.affiliates-slider .owl-stage-outer {
    overflow: hidden !important;
}

.affiliates-slider .owl-stage {
    display: flex;
    align-items: center;
}

/* ===== AFFILIATE CARD ===== */
.affiliate-card {
    background: #fff;
    border-radius: 18px;
    padding: 10px 10px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.affiliate-card img {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
    display: block;
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {

    .affiliates-sec {
        overflow: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
    }

    .affiliates-sec .container {
        overflow: hidden !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        max-width: 100% !important;
    }

    .affiliates-wrapper {
        flex-direction: column;
        gap: 20px;
        width: 100%;
        overflow: hidden;
    }

    .affiliates-title {
        width: 100% !important;
        flex: 0 0 100% !important;
        padding-right: 0 !important;
        text-align: center;
    }

    .affiliates-title::after {
        display: none;
    }

    .affiliates-title h2 {
        font-size: 25px;
    }

    .affiliates-slider {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }

    .affiliates-slider .owl-carousel {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        overflow: hidden !important;
    }

    .affiliates-slider .owl-stage-outer {
        overflow: hidden !important;
        width: 100% !important;
    }

    .affiliate1 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .affiliate-card {
        padding: 15px !important;
        margin: 5px !important;
    }

   
}
/* world -map */

/* GLOBAL PRESENCE SECTION*/

.global-presence-section {
    background: #fff!important;
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
}

/* HEADING */
.global-presence-section .heading2 {
    font-size: 52px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.global-presence-section .presence-highlight {
    color: #ff9800;
}

/* SVG BELOW HEADING */
.global-presence-section .presence-divider {
    margin: 12px 0 35px;
}

.global-presence-section .presence-divider img {
    width: 75px;
}

/* LEGEND */
.global-presence-section .presence-legend {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    flex-wrap: wrap;
    margin-top:10px;
    margin-bottom: 10px;
}

.global-presence-section .legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.global-presence-section .legend-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

/* DOT COLORS */
.global-presence-section .legend-dot.headquarter {
    background: #6fd3d2;
}

.global-presence-section .legend-dot.branches {
    background: #ff9800;
}

.global-presence-section .legend-dot.partners {
    background: #0057a3;
}

/* MAP WRAPPER */
.global-presence-section .presence-map-wrapper {
    position: relative;
    border-radius: 20px;
    padding: 20px;
    padding-bottom:0!important;
}

/* TOOL */
.global-presence-section .presence-tool {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}
/* HOVER EFFECT */
.global-presence-section .presence-tool:hover {
    transform: scale(1.08);
}


.global-presence-section .presence-tool.orange:hover {
    box-shadow:
        0 0 0 6px rgba(255, 152, 0, 0.40)
        /* 0 0 0 12px rgba(255, 152, 0, 0.18) */
}

.global-presence-section .presence-tool.blue:hover {
    box-shadow:
        0 0 0 6px rgba(0, 87, 163, 0.40)
        /* 0 0 0 12px rgba(0, 87, 163, 0.18) */
     
}

.global-presence-section .presence-tool.cyan:hover {
    box-shadow:
        0 0 0 6px rgba(111, 211, 210, 0.45)
        /* 0 0 0 12px rgba(111, 211, 210, 0.20), */

}

/* TOOLTIP BOX */
.global-presence-section .presence-tool::after {

    content: attr(data-tip);

    position: absolute;
    bottom: 145%;
    left: 50%;
    transform: translateX(0%);

    background: #fff;
    color: #000;

    padding: 10px 16px;

    border-radius: 4px;

    font-size: 13px;
    font-weight: 700;

    white-space: nowrap;

    opacity: 0;
    visibility: hidden;

    transition: all 0.3s ease;

    box-shadow: 0 8px 22px rgba(0,0,0,0.12);
     border: 1px solid rgb(199, 194, 194); 
    z-index: 99;
}

/* TOOLTIP ARROW */
.global-presence-section .presence-tool::before {

    content: "";

    position: absolute;

    bottom: 128%;
    left: 70%;
    transform: translateX(00%) rotate(45deg);
    width: 14px;
    height: 14px;
    background: #fff;
   border: 1px solid rgb(199, 194, 194); 
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 98;
}

/* SHOW TOOLTIP */
.global-presence-section .presence-tool:hover::after,
.global-presence-section .presence-tool:hover::before {

    opacity: 1;
    visibility: visible;
}

.presence-map-wrapper {
    position: relative;
}

/* MAP IMAGE (LOWEST LAYER) */
.world-map-grey {
    position: relative;
    z-index: 1;
    filter: grayscale(100%);
    opacity: 0.35;
}

/* MARKERS ABOVE MAP */

.presence-map-wrapper {
    position: relative;
}

/* MAP IMAGE (LOWEST LAYER) */
.world-map-grey {
    position: relative;
    z-index: 1;
    filter: grayscale(100%);
    opacity: 0.25;
}

/* MARKERS ABOVE MAP */
.global-presence-section .mapover {
    position: absolute;
    inset: 0;
    z-index: 5;
}
.world-map-grey {
    pointer-events: none;
}

/* MOBILE */
@media (max-width: 767px) {

    .global-presence-section {
        padding: 60px 0;
        padding-bottom: 0!important;
    }

    .global-presence-section .heading2 {
        font-size: 25px;
    }
.global-presence-section .presence-tool::after{
        padding: 8px!important;
            font-size: 10px!important;
}
    .global-presence-section .presence-legend {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 12px 10px !important;
        padding-left: 0 !important;
        margin-bottom: 20px !important;
    }

    .global-presence-section .legend-item {
        justify-content: center !important;
        width: auto !important;
    }

    .global-presence-section .presence-divider img {
        width: 55px;
    }

    .global-presence-section .presence-map-wrapper {
        padding: 10px;
    }

    .global-presence-section .legend-item {
        font-size: 12px !important;
    }
     .global-presence-section .presence-map-wrapper {
        overflow: hidden !important;
    }
   /* .global-presence-section .presence-tool::after {
        left: 50%;
        right: auto;
        transform: translateX(4%);
        bottom: 145%;
        max-width: 110px;
        white-space: normal;
        text-align: center;
        word-break: break-word;
    }

    .global-presence-section .presence-tool::before {
        left: 50%;
        right: auto;
        bottom: 128%;
        transform: translateX(4%) rotate(45deg);
    } */

    /* IMPORTANT - parent must be relative */
    .global-presence-section .presence-tool {
        position: relative !important;
    }

}


.global-presence-section .presence-map-wrapper {
    position: relative !important;
}
/* WORLD MAP POINTS */
.mapover .world-map-point1  { position: absolute !important; top: 37% !important;       left: 22% !important;    transform: translate(-50%, -50%) !important; text-align: center !important; width: 2% !important; }
.mapover .world-map-point2  { position: absolute !important;     top: 37% !important;  left: 47.3% !important;  transform: translate(-50%, -50%) !important; text-align: center !important; width: 2% !important; }
.mapover .world-map-point3  { position: absolute !important;     top: 44.5% !important; left: 45.5% !important;   transform: translate(-50%, -50%) !important; text-align: center !important; width: 2% !important; }
.mapover .world-map-point4  { position: absolute !important; top: 42.2% !important; left: 53.6% !important;   transform: translate(-50%, -50%) !important; text-align: center !important; width: 2% !important; }
.mapover .world-map-point5  { position: absolute !important; top: 43.6% !important;   left: 54.8% !important;  transform: translate(-50%, -50%) !important; text-align: center !important; width: 2% !important; }
.mapover .world-map-point6  { position: absolute !important; top: 45.4% !important; left: 56% !important;    transform: translate(-50%, -50%) !important; text-align: center !important; width: 2% !important; }
.mapover .world-map-point7  { position: absolute !important; top: 53.8% !important;  left: 60.8% !important; transform: translate(-50%, -50%) !important; text-align: center !important; width: 2% !important; }
.mapover .world-map-point8  { position: absolute !important; top: 56.2% !important; left: 65.9% !important;   transform: translate(-50%, -50%) !important; text-align: center !important; width: 2% !important; }
.mapover .world-map-point9  { position: absolute !important;         top: 50.7% !important;  right: 23.4% !important;transform: translate(-50%, -50%) !important; text-align: center ! important; width: 2% ! important; }
.mapover .world-map-point10 { position: absolute ! important; top: 55.6% ! important; right: 25.7% ! important;  transform: translate(-50%, -50%) ! important; text-align: center ! important; width: 2% ! important; }
.mapover .world-map-point11 { position: absolute ! important;         top: 59.9% ! important; right: 21% ! important;    transform: translate(-50%, -50%) ! important; text-align: center ! important; width: 2% ! important; }
.mapover .world-map-point12 { position: absolute !important;     top: 59.8% !important;     right: 27.6% !important;  transform: translate(-50%, -50%) !important; text-align: center !important; width: 2% !important; }
.mapover .world-map-point13 { position: absolute !important;     top: 61.4% !important;     right: 26.8% !important; transform: translate(-50%, -50%) !important; text-align: center !important; width: 2% !important; }
.mapover .world-map-point14 { position: absolute !important;     top: 65.4% !important;    right: 22.8% !important;  transform: translate(-50%, -50%) !important; text-align: center !important; width: 2% !important; }
.mapover .world-map-point15 { position: absolute !important; top: 59% !important;   right: 47.6% !important;  transform: translate(-50%, -50%) !important; text-align: center !important; width: 2% !important; }
.mapover .world-map-point16 { position: absolute !important; top: 60% !important;   left: 47.6% !important;   transform: translate(-50%, -50%) !important; text-align: center !important; width: 2% !important; }
.mapover .world-map-point17 { position: absolute !important; top: 62.6% !important;    right: 42.2% !important; transform: translate(-50%, -50%) !important; text-align: center !important; width: 2% !important; }
.mapover .world-map-point18 { position: absolute !important;     top: 64.2% !important;     right: 40.7% !important;  transform: translate(-50%, -50%) !important; text-align: center !important; width: 2% !important; }
.mapover .world-map-point19 { position: absolute !important;     top: 64.8% !important; left: 54.4% !important;  transform: translate(-50%, -50%) !important; text-align: center !important; width: 2% !important; }
.mapover .world-map-point20 { position: absolute !important; top: 67% !important;      left: 56.2% !important;  transform: translate(-50%, -50%) !important; text-align: center !important; width: 2% !important; }

.numbers-section, .numbers-section .container{
    padding-top: 0;
}

.numbers-section .mt-4{
    margin-top: 0!important;
}

 .customer-partner-sec{
    padding: 80px 0;
 }

@media (max-width: 767px) {
    .numbers-section .count-up {
        padding-left: 0 !important;
        text-align: center;
    }

    .numbers-section .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .numbers-section .col-md-3 {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .numbers-section .border-box {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .numbers-section .d-flex {
        justify-content: center;
    }

    .numbers-section .col-md-3:nth-child(3),
    .numbers-section .col-md-3:nth-child(4) {
        border-bottom: none;
    }

    .numbers-section .counter-count {
        font-size: 1.8rem;
    }

    .numbers-section .count-up h1 {
        font-size: 1.8rem;
    }

    .numbers-section h6 {
        font-size: 0.75rem;
    }

    .counter .container {
        padding: 30px 16px !important;
    }
}
