﻿body {margin:0px; padding:0px;background:#fff;font-size:14px;color:#000;font-family: 'Maax';}
.content{width:100%;display:block;margin:0px; padding:0px; float:left;}
.offerDiv{width:100%;height:40px;margin:0px;background:#000;padding:8px 0 10px; color:#fff; text-align:center;display:none;}
.offerDiv .innerdiv {width: 334px;display: flex;align-items: center;gap: 16px;font-family: 'Maax', sans-serif;font-weight: 500;font-size: 14px;margin: 0 auto;}
.mainContainer{width:100%; margin:0 0%;display:block;padding:0px;background:#fdfdfd; min-height:20px;}
.header{background:#fff;position:sticky;width:100%;height:50px;box-shadow:0 0 1px #808080; top:0px;z-index:5;}
.sticky {position: fixed;top: 0;width: 100%;left:0;z-index:99;}
.sticky + .content {padding-top: 102px;}
.head-left{float:left}
.logo-container{width:120px;float:left;margin:0 20px;}
.logo-container img{width:80px;}
.nav-container{float:left;width:auto;display:inline-block;padding:15px;}
.nav-container ul{margin:0px;padding:0px;float:left;list-style:none;}
.nav-container ul li{display:inline-block; margin:0 15px; padding:0px;}
.nav-container ul li a {float: left;color: #333;font-size: 15px;font-family: 'Maax';text-decoration: none;margin-right: 10px;}
.head-right{float:right; margin:0px; padding:0px;}
.rightnav{float:right; padding:0px;}
.rightnav ul{margin:0px;padding:0px;float:left;list-style:none;}
.rightnav ul li{display:inline-block; margin:15px 15px 0; padding:0px;float:left;}
.rightnav ul li a{float:left;color:#333;font-size: 15px;font-family: 'Maax';text-decoration: none;margin-right: 10px;}
.rightnav ul li a.signup{background:#299628;padding:8px 20px;border-radius:25px;font-size:16px;color:#fff;}
.banner-Container{width:95%;padding:0px; margin:60px auto;min-height:480px;display:table;}
.banner-left {width: 460px;min-height: 150px;position:relative; top:0px; left: 40px;}
.banner-left .automaticContainer {font-size: 85px;font-weight: 700;line-height: 110px;letter-spacing:0em;text-align: left; position:relative; text-transform:capitalize;margin:30px 0;}
/*.banner-left .automaticContainer::after {content: '';background: url(../images/heading-bottom-line.png);position: absolute;left: 0px;top: 0px;
width: 460px;height: 140px;background-position: bottom;background-repeat: no-repeat;}*/
.banner-left .automaticContainer::before {content: '';background: url(../images/heading-bottom-line.jpg);position: absolute;left: 0px;top: 0px;
width: 460px;height: 140px;background-position: bottom;background-repeat: no-repeat;}
.banner-left .automaticContainer .lineDiv{height: 80px;top: 20px;left: 0px;border: 2px;position: relative;background: #000;width: 2px;float: right;}
.bannerText {font-size: 24px;font-weight: 400;line-height: 43px;letter-spacing: -0.01em;text-align: left;margin:30px 10px;}
.bannerActionDiv{width:100%;padding:0px; margin:0px;}
.greenBtn {background: #299628;border-radius:45px; padding:10px 24px 10px;color:#fff;font-size: 14px;font-weight: 700;line-height: 18px;letter-spacing: 0em;text-align: center; display:inline-block;text-decoration:none;border:2px solid #299628;}
.greenBtn:hover{background:#0f7a0e;color:#fff;}
.whiteBtn{background: #fff;border-radius:45px; padding:10px 15px;color:#333;font-size:14px;font-weight: 700;line-height: 18px;letter-spacing: 0em;text-align: center; border:2px solid #a9a8a8; display:inline-block;text-decoration:none;}
.whiteBtn img{width:18px;height:18px; float:left;margin-right:5px;}
.whiteBtn:hover{background:#d7d7d7;color:#323232;}
.typewriter {width: 8ch;white-space: nowrap;overflow: hidden;border-right: 2px solid #212121;animation: cursor 1s step-start infinite, 
text 5s steps(18) alternate infinite;}
@keyframes cursor {0%, 100% { border-color: #212121; }}
@keyframes text {0% { width: 0; }100% { width: 8ch; }}
.span {
	border-right: .05em solid;
	animation: caret 1s steps(1) infinite;
}

@keyframes caret {
	50% {
		border-color: transparent;
	}
}
.banner-right {float:right;width:650px;height:380px;overflow:hidden;}

.clearfix{clear:both;min-height:1px;width:100%;}
section.helpbox {display: block;margin: 80px 0;float: left;position: relative;width: 100%;}
section.helpbox h3 {font-size: 46px;font-weight: 700;line-height: 80px;letter-spacing: 0em;text-align: center; margin:0 0 30px;}  
#boxHere{transition:height 2s ease-in-out 2s;}
#boxThis{transition:height 2s ease-in-out 2s;}
/*menu CSS Start Here*/
header{position: sticky;z-index: 99;width: 100%;background: #fff; border-bottom:1px solid #dcdcdc;} 
header .wrapper{position: relative;max-width: 95%;padding: 0px 20px;height: 50px;line-height: 40px;margin: auto;display: flex;align-items: center;
justify-content: space-between;}
.wrapper .logo a{color: #f2f2f2;font-size: 30px;font-weight: 600;text-decoration: none;}
.wrapper .nav-links{display: inline-block;width: 90%;padding: 0;margin: 0;}
header input {display: none;}
.nav-links li{list-style: none;margin:0 6px;float:left;}
.nav-links li.m330{margin-left:20%;width:18px;height:18px;}
.nav-links li a{color: #1D1F20;text-decoration: none;font-size: 13px;font-weight: 500;padding: 9px 15px;border-radius:25px;transition: all 0.3s ease;}
.nav-links li a.signup{background:#299628;padding:8px 20px;border-radius:25px;font-size:13px;color:#fff;}
.nav-links li a:hover{background: #299628; color:#fff;}
.nav-links li a .greenicon{display:inline-block;}
.nav-links li a .whiteicon{display:none;}

.nav-links li a:hover .greenicon{display:none;}
.nav-links li a:hover .whiteicon{display:inline-block;}

.nav-links .mobile-item{display: none;}
.nav-links .drop-menu{position: absolute;background: #3f8342;width: 180px;line-height: 45px;top: 85px;opacity: 0;visibility: hidden;box-shadow: 0 6px 10px rgba(0,0,0,0.15);padding:0px;margin:0px;}
.nav-links li:hover .drop-menu,.nav-links li:hover .mega-box{transition: all 0.3s ease;top: 46px;opacity: 1;visibility: visible;}
.drop-menu li a{width:auto;display: block;padding: 0 15px 0 15px;font-weight: 400;border-radius: 0px;}
.drop-menu li a.bigfont{font-size:20px; padding:0 10px; color:#ffffff;}
.mega-box{position: absolute;left: 0;width: 100%;padding: 0 30px;top: 85px;opacity: 0;visibility: hidden;}
.mega-box .content{background: #3f8342;padding: 25px 20px;display: flex;width: 100%;justify-content: space-between;box-shadow: 0 6px 10px rgba(0,0,0,0.15);}
.mega-box .content .row{width: calc(25% - 30px);line-height: 45px;}
/*.content .row img{width: 100%;height: 100%;object-fit: cover;}*/
.content .row header{color: #f2f2f2;font-size: 20px;font-weight: 500;}
.content .row .mega-links{margin-left: -40px;border-left: 1px solid rgba(255,255,255,0.09);}
.row .mega-links li{padding: 0 20px;}
.row .mega-links li a{padding: 0px;padding: 0 20px;color: #d9d9d9;font-size: 17px;display: block;}
.row .mega-links li a:hover{color: #f2f2f2;}

.wrapper .btn{color: #fff;font-size: 20px;cursor: pointer;display: none;}
.wrapper .btn.close-btn{  position: absolute;  right: 30px;  top: 10px;background:#dcdcdc;}
@media screen and (max-width: 970px) {
.wrapper .btn{display: block; background:#299628; width:40px;height:40px; border-radius:80px;line-height:30px;text-align:center;padding:6px;}
.menu-btn img{width:24px; height:24px;}
.wrapper .nav-links{position: fixed;height: 100vh;width: 100%;max-width: 350px;top: 0;left: -110%;background: #fff;display: block;padding: 50px 10px;line-height: 50px;overflow-y: auto;box-shadow: 0px 15px 15px rgba(0,0,0,0.18);transition: all 0.3s ease;}
/* custom scroll bar */
::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {background: #242526;}
::-webkit-scrollbar-thumb {background: #3A3B3C;}
#menu-btn:checked ~ .nav-links{left: 0%;}
#menu-btn:checked ~ .btn.menu-btn{display: none;}
#close-btn:checked ~ .btn.menu-btn{display: block;}
.nav-links li{margin: 4px 15px; width:90%;display:block;}
.nav-links li a{padding: 0 20px;display: block;font-size: 20px;}
.nav-links li a.signup {background: #299628;padding: 8px 30px;border-radius: 60px;font-size: 18px;color: #fff;}
.nav-links .drop-menu{position: static;opacity: 1;top: 65px;visibility: visible;padding-left: 20px;width: 100%;max-height: 0px;overflow: hidden;
box-shadow: none;transition: all 0.3s ease;}
#showDrop:checked ~ .drop-menu,#showMega:checked ~ .mega-box{max-height: 100%;}
#showDrop1:checked ~ .drop-menu,#showMega:checked ~ .mega-box{max-height: 100%;}
.nav-links .desktop-item{display: none;}
.nav-links .mobile-item{display: block;color: #1D1F20;font-size: 20px;font-weight: 500;padding-left: 20px;cursor: pointer;border-radius: 5px;transition: all 0.3s ease;}
.nav-links .mobile-item:hover{background: #4eb64d;}

.nav-links .mobile-item .greenicon{display:inline-block;}
.nav-links .mobile-item .whiteicon{display:none;}

.nav-links .mobile-item:hover .greenicon{display:none;}
.nav-links .mobile-item:hover .whiteicon{display:inline-block;}

.drop-menu li{margin: 0;}
.drop-menu li a{border-radius: 5px;font-size: 18px;}
.mega-box{position: static;top: 65px;opacity: 1;visibility: visible;padding: 0 20px;max-height: 0px;overflow: hidden;transition: all 0.3s ease;}
.mega-box .content{box-shadow: none;flex-direction: column;padding: 20px 20px 0 20px;}
.mega-box .content .row{width: 100%;margin-bottom: 15px;border-top: 1px solid rgba(255,255,255,0.08);}
.mega-box .content .row:nth-child(1),.mega-box .content .row:nth-child(2){border-top: 0px;}
.content .row .mega-links{border-left: 0px;padding-left: 15px;}
.row .mega-links li{margin: 0;}
.content .row header{font-size: 19px;}
}
/*menu CSS End Here*/
.downloadbtn {background: #004053;color: #fff;padding: 15px 30px;margin: 15% 0%;text-align: center;min-width: 260px;display: inline-block;
border-radius: 6px;font-size: 16px;}
.downloadbtn:focus,.downloadbtn:hover,.downloadbtn:visited {color: #ffd300;text-decoration: none;} 
.trusted-section{display: block;margin: 50px 0 100px;float: left;position: relative;width: 100%;min-height:400px;}
.trusted-section h3 {font-size: 36px;font-weight: 600;line-height: 36px;text-align: center;margin:0px 0 20px;padding:0 0 0px;}
.trusted-section h4 {font-size: 24px;font-weight: 400;line-height: 20px;text-align: center;margin:0 0 40px;}

.helpbox-inner{width:100%;display:flex;float:left; margin-bottom:80px;}
.featureImg{display:inline-flex; width:40%;float:left;vertical-align: middle;align-items: center;flex-direction:column;}
.featureImg img{width:100%;}
.featureImg img.appimage{width:30%;}
.featureCont{display:inline-block; width:55%;float:left;margin:0 28px; padding:0px;}
.featureCont h4{font-size:34px;font-weight: 600;line-height: 50px;letter-spacing: 0em;display:block;width:100%;margin:10px 0 30px;text-align:left; padding:0px;}
.featureCont p{font-size:18px;font-weight: 400;line-height: 26px;letter-spacing: 0em;display:block;width:100%;margin:10px 0 10px;text-align:left; padding:0px;}
.featureCont ul.ul{list-style:none; margin:0px;padding:0px;width:100%;}
.featureCont ul.ul li{list-style:none; display:inline-flex !important;align-items:center;font-size:16px; font-weight:400;
/*margin:0 -1px -1px 0;padding:15px 20px 15px;border:1px solid #999; line-height:20px;width:42%;min-height:40px;float:left;*/
align-items: center;font-size: 16px;font-weight: 400;margin: 0px 10px 5px 0;padding: 10px 20px 10px;border: 0px solid #e1e1e1;width: 100%;
min-height: 50px;float: left;/*box-shadow: 1px 1px 10px -2px #e5e5e5;border-radius: 100px;*/}
.featureCont ul.ul li .checkimg{width:20px;height:20px; margin-right:15px;}
.featureCont ul.ul li .checkimg img{width:20px;}

.featureCont ul.ul li.width100{width:100%; align-items:baseline;}
.featureCont ul.ul li.border-radius10{border-radius:10px;}
.featureCont ul.ul li.border0{border:0px;}
/*.featureCont ul.ul li.lineHeight16{line-height:22px; min-height:90px;}*/
.featureCont ul.ul li.width100 .checkimg{width:20px;height:20px; margin-right:15px;}
.featureCont ul.ul li.width100 .checkimg img{width:20px;}

/*.featureCont ul.ul li:nth-of-type(n+2){margin:0 5px 5px 0; width:50%;}*/
/*.featureCont ul.ul li:nth-of-type(2n+2) {margin: 0 0px 8px 10px;width: 48%;}*/

.whoweare{display: block;margin: 30px 0;float: left;position: relative;width: 100%;}
.whoweare h3{font-size: 36px;font-weight: 700;line-height:50px;letter-spacing: 0em;text-align: center; margin:0 0 10px;}
.whoweare p{font-size:24px; font-weight:400; line-height:36px;letter-spacing: 0em;text-align: center; margin:0 0 30px;}
.whoweare .whoweare-inner{width:95%; display:table; margin:0 auto 40px;padding:0 20px;}
.whoweare .leftcont{display:inline-block; width:60%;float:left;margin:0 28px; padding:0px;}
.whoweare .rightcont{display:inline-flex; width:35%;float:left;vertical-align: middle;align-items: center;margin-top:-60px; } 
.whoweare .rightcont img{width:100%;}
.whoweare .leftcont h4{font-size:32px;color:#1D1F20; font-weight:500;margin:0 0 30px;}
.whoweare .leftcont p {font-size: 18px;font-weight: 400;line-height: 30px;letter-spacing: 0em;text-align: left;margin: 0 0 30px;}

.whoweare .numberbox{width:100%; min-height:95px; border:1px solid #C6CFC4; box-shadow:0 5px 5px #C6CFC4;margin-bottom:20px;float:left;display:flex;}
.whoweare .numberbox .numberbox-inner {display: inline-flex;border-right: 1px solid #999;padding: 12px 20px;width: 19.5%;flex-direction: column;min-height:115px;}
.whoweare .numberbox .numberbox-inner:last-child{border-right:none;}
.whoweare .numberbox .numberbox-inner h3 {font-size: 28px;color: #1D1F20;font-weight: 500;margin:0px 0 10px;line-height:40px;}
.whoweare .numberbox .numberbox-inner p{font-size:16px;color:#1D1F20; font-weight:400;margin:0 0px;text-align: center;line-height: 16px;}

.benifitBox{display: block;margin: 30px 0;float: left;position: relative;width: 100%;}
.benifitBox h3{font-size: 46px;font-weight: 700;line-height: 80px;letter-spacing: 0em;text-align: center; margin:0 0 20px;}
.benifitBox p{font-size:24px; font-weight:400; line-height:36px;letter-spacing: 0em;text-align: center; margin:0 0 30px;}
.benifitBox .benifit-inner{width:100%; display:block; margin-bottom:40px;padding:0 20px; float:left;}
.benifitBox .leftcont{display:inline-block; width:55%;float:left;margin:0 28px; padding:0px;}
.benifitBox .leftcont p {font-size: 18px;font-weight: 400;line-height: 30px;letter-spacing: 0em;text-align: left;margin: 0 0 30px;}
.benifitBox .rightcont{display:inline-flex; width:40%;float:left;vertical-align: middle;align-items: center;position:relative;}
.benifitBox .rightcont img {width: 100%;position: relative;left: 40px;top: -60px;}
.benifitBox .benifit-inner .benifitCont {box-shadow: 0px 2px 14px -5px #a9a9a9;padding: 15px;margin: 0px 20px 40px 0;width: 31.5%;display:inline-flex;min-height: 250px;flex-direction: column;border-radius:15px;}
.benifitBox .benifit-inner .benifitCont h5 {font-size: 18px;margin: 0 0 20px;}
.benifitBox .benifit-inner .benifitCont p {font-size: 16px;line-height: 22px;margin: 0px;text-align:justify;}
.videoCont {width: 100%;display: block;margin: 0 0 40px;padding: 0;position:relative;float:left;}
.vCont-inner {width:70%;margin: 0px auto;border: 3px solid #323232;display:block;overflow: hidden;border-radius: 45px;position: relative;padding: 10px;z-index:9}
.v-imgCont {position: relative;width: 100%;display: block;float: left;}
.v-imgCont img{width:100%;border-radius:40px 40px 0 0;}
.play-icon-cont {position: absolute;z-index: 999;left:46%;top: 38%;background: #ff6f6f;width:40px;height:40px;border-radius: 100px;display:inline-block; padding: 4px;}
.play-icon-cont img{width:100%;}
.signupBox{background:#299628;width:100%;position:absolute;left:0;bottom:1px; min-height:100px;text-align:center;padding:15px 30px;}
.boost-title{display:inline-block;margin:0 20px;font-size:36px;font-weight:500;color:#fff;}
.btnCont{display:inline-block;margin:10px 20px;}
 
.signupbtn{background:transparent;border-radius:45px; padding:10px 15px;color:#fff;font-size:14px;font-weight: 700;line-height: 18px;letter-spacing: 0em;text-align: center; border:2px solid #fff; display:inline-block;text-decoration:none;} 
.signupbtn:hover{background:#238b68;color:#fff;}
.videoCont:before{content:'';position:absolute;left:0px;background:#299628;width:20%;min-height:100px;bottom:4px;}
.videoCont:after{content:'';position:absolute;right:0px;background:#299628;width:20%;min-height:100px;bottom:4px;}

.clientsaysBox{display: block;margin: 80px 0;float: left;position: relative;width: 100%; border-bottom:1px solid #dcdcdc;}
.clientsaysBox h3{font-size: 46px;font-weight: 700;line-height:60px;letter-spacing: 0em;text-align: center; margin:0 0 20px;}
.clientsaysBox p{font-size:20px; font-weight:400; line-height:26px;letter-spacing: 0em;text-align: center; margin:0 0 20px;}
.clientsaysBox .clientsays-inner{width:100%; display:block; margin-bottom:80px;padding:0 20px; float:left;}
.clientsaysBox .clientsays-inner .testi-section {width: 100%;padding: 10px 0 0;margin: 0% 0 0;background: #fff;/*overflow-x: hidden;*/}
.clientsaysBox .clientsays-inner .testi-section .owlbox{width:100%;padding:0 30px;}

.clientsaysBox .clientsays-inner .testi_cont{box-shadow:0 0 0px rgb(0 0 0 / 20%); width:100%; padding:10px; margin:0 0 60px;min-height:60px; border-radius:10px;}
.clientsaysBox .clientsays-inner .testi_inner{border:0px solid #2c7e93; width:100%; padding:10px;min-height:100px;border-radius:10px;}
.clientsaysBox .clientsays-inner .tesi_text{position:relative;padding:10px 10px 10px 120px; margin:0px; text-align:left; color:#1D1F20; font-size:16px;}
.clientsaysBox .clientsays-inner .left-comma{position:relative;left:-20px; top:-5px;background: #299628;width: 40px;height: 40px;float: left;border-radius: 100px;padding: 5px 5px;line-height: 18px;border:5px solid #fff;}
.clientsaysBox .clientsays-inner .right-comma{position:absolute;right:0%; top:40px;width:30px;height:30px;border:1px solid #299628;padding:5px; line-height:18px;border-radius:100px;display:inline-block;float: right;}
.owl-carousel .owl-item img {display: block;width: 90%;}
.clientsaysBox .clientsays-inner .testi_inner .testi-img{width:80px;height:80px;border:1px solid #999;border-radius:100px;float:left;}
.clientsaysBox .clientsays-inner .testi_inner .testi-img img{width:100%;height:100%;border-radius:100px;}
.readmore {width: 20px;height: 20px;display: inline-block;margin-top: 0px;position: relative;top: 10px;}
.readmore img{width:100%;}
.title-cont{position: relative;left:30px;width: 450px;text-align:left;top:0px;float: left;}
.title-text{float:left;position: relative;left:25px;width: 80%;border-left: 1px solid #999;padding: 0px 15px;}
.title-text h4{font-size: 14px;margin: 0 0 5px; font-weight:600; color:#1D1F20;}
.title-text p{font-size: 12px;margin: 0; font-weight:400; color:#1D1F20;text-align:left;line-height:normal;}
.title-img{width: 30px;height: 30px;border: 1px solid #333;left: 0;position: absolute;border-radius: 100px;}
.title-img img{width:100%; border-radius:100px;} 
.title-cont .reviewBox{width: 90px;float: left;min-height: 40px;}
.title-cont .reviewBox img.reviewimg{width: 20px;display:inline-block;}
.title-cont .reviewBox img.newtabimg{width: 25px;display:inline-block; margin:-6px 0px 0 10px; float:left;} 
.left-comma img, .right-comma img {max-width:20px;display:inline-block !important;}
 /*.owl-carousel.owl-drag .owl-item{width:160px !important}*/
/*.clientsaysBox .clientsays-inner .testi-section .owlbox .owl-carousel.owl-drag .owl-item {width: 80% !important;}*/
/*.clientsaysBox .clientsays-inner #owlTwo.owl-drag .owl-item{width:550px !important; border-left:0px solid #999}*/
.clientsaysBox .clientsays-inner .testi-section .owlbox .item {width:100%;float: left;border: 1px solid #fcfcfc;padding: 80px 50px 30px; background:#867d7d;min-height:450px; border-radius:10px;}
.clientsaysBox .clientsays-inner .testi-section .owlbox .item.child2 {background:#FAEDCB;}
.clientsaysBox .clientsays-inner .testi-section .owlbox .item.child3 {background:#c9d4de;}
.clientsaysBox .clientsays-inner .testi-section .owlbox .item.child4 {background:#c6def1;}
.clientsaysBox .clientsays-inner .testi-section .owlbox .item.child5 {background:#999;}
.clientsaysBox .clientsays-inner .testi-section .owlbox .item.child6 {background:#F2C6DE;}
.clientsaysBox .clientsays-inner .testi-section .owlbox .item.child7 {background:#f7d9c4;}
.clientsaysBox .clientsays-inner .testi-section .owlbox .item.child8 {background:#eecd72;}
.clientsaysBox .clientsays-inner .testi-section .owlbox .item.child9 {background:#F8F3E8;}
.clientsaysBox .clientsays-inner .testi-section .owlbox .item.child10 {background:#E6F8F6;}
.clientsaysBox .clientsays-inner .testi-section .owlbox .item.child11 {background:#F8DBB8;}
.clientsaysBox .clientsays-inner .testi-section .owlbox .item.child12 {background:#EADBDD;}
.clientsaysBox .clientsays-inner .testi-section .owlbox .item.child13 {background:#FCD5CE;}
.clientsaysBox .clientsays-inner .testi-section .owlbox .item.child14 {background:#FADDE1;}
.clientsaysBox .clientsays-inner .testi-section .owlbox .item.child15 {background:#FFCAE9;}
.clientsaysBox .clientsays-inner .testi-section .owlbox .item.child16 {background:#D5E3E8;}
.clientsaysBox .clientsays-inner .testi-section .owlbox .item.child17 {background:#a93636;}
.clientsaysBox .clientsays-inner .testi-section .owlbox .item.child18 {background:#d469d5;}
.clientsaysBox .clientsays-inner .testi-section .owlbox .item.child19 {background:#AOC3D2;}
 
.clientsaysBox .clientsays-inner .testi-section .owlbox .item.child1 .title-text h4{color:#FFF;}
 .clientsaysBox .clientsays-inner .testi-section .owlbox .item.child1 .title-text p{color:#FFF;}
 .clientsaysBox .clientsays-inner .testi-section .owlbox .item.child1 .textcont{color:#FFF;}
 .clientsaysBox .clientsays-inner .testi-section .owlbox .item.child5 .title-text h4{color:#FFF;}
 .clientsaysBox .clientsays-inner .testi-section .owlbox .item.child5 .title-text p{color:#FFF;}
 .clientsaysBox .clientsays-inner .testi-section .owlbox .item.child5 .textcont{color:#FFF;}
  .clientsaysBox .clientsays-inner .testi-section .owlbox .item.child17 .title-text h4{color:#FFF;}
 .clientsaysBox .clientsays-inner .testi-section .owlbox .item.child17 .title-text p{color:#FFF;}
 .clientsaysBox .clientsays-inner .testi-section .owlbox .item.child17 .textcont{color:#FFF;}
  .clientsaysBox .clientsays-inner .testi-section .owlbox .item.child19 .title-text h4{color:#FFF;}
 .clientsaysBox .clientsays-inner .testi-section .owlbox .item.child19 .title-text p{color:#FFF;}
 .clientsaysBox .clientsays-inner .testi-section .owlbox .item.child19 .textcont{color:#FFF;}

.clientsaysBox .clientsays-inner .testi-section .owlbox .item.child9 .title-text h4{color:#1D1F20;}
 .clientsaysBox .clientsays-inner .testi-section .owlbox .item.child9 .title-text p{color:#1D1F20;}
 .clientsaysBox .clientsays-inner .testi-section .owlbox .item.child9 .textcont{color:#1D1F20;}

 .clientsaysBox .clientsays-inner .testi-section .owlbox .item.child10 .title-text h4{color:#1D1F20;}
 .clientsaysBox .clientsays-inner .testi-section .owlbox .item.child10 .title-text p{color:#1D1F20;}
 .clientsaysBox .clientsays-inner .testi-section .owlbox .item.child10 .textcont{color:#1D1F20;}
 .clientsaysBox .clientsays-inner .testi-section .owlbox .item.child2 .title-text h4{color:#1D1F20;}
 .clientsaysBox .clientsays-inner .testi-section .owlbox .item.child2 .title-text p{color:#1D1F20;}
 .clientsaysBox .clientsays-inner .testi-section .owlbox .item.child2 .textcont{color:#1D1F20;}
 
 .clientsaysBox .clientsays-inner .testi-section .owlbox .item.child14 .title-text h4{color:#1D1F20;}
 .clientsaysBox .clientsays-inner .testi-section .owlbox .item.child14 .title-text p{color:#1D1F20;}
 .clientsaysBox .clientsays-inner .testi-section .owlbox .item.child14 .textcont{color:#1D1F20;}


.clientsaysBox .clientsays-inner .testi-section .owlbox #owlTwo .owl-stage { /*width: 17200px !important;*/
	min-height: 250px;
	max-height: 450px;
	overflow: hidden;
}
.clientsaysBox .clientsays-inner .testi-section .owlbox #owlTwo .owl-nav.disabled{display:block !important;}
.clientsaysBox .clientsays-inner .testi-section .owlbox #owlTwo.owl-theme .owl-nav.disabled+.owl-dots{display:none!important;}
#owlTwo .owl-nav button.owl-next, #owlTwo .owl-nav button.owl-prev{background:#9e9e9e;color:#fff;width:36px;height:36px; border-radius:100px;margin:20px 5px; font-size:26px;line-height:18px;}
.textcont{width:100%;display:inline-block;min-height:100px;font-size: 18px;font-weight: 400;color:#1D1F20;}
 .footer_top {padding: 25px 20px 40px;width: 1180px;margin: 0 auto 60px;display:table;}
.ml-2{margin-left:20px;}
.ml-1{margin-left:10px;}
.float-left{float:left}
.float-right{float:right}
.formBox{display: block;margin: 60px 0;float: left;position: relative;width: 100%; border-bottom:1px solid #dcdcdc;}
.formBox-inner{width:90%;display:table;padding:0 20px;  margin:0 auto 40px;}
.formBox-left {width:60%; float:left;}
.formBox-left h3{font-size: 56px;font-weight: 500;line-height:60px;letter-spacing: 0em;text-align:left; margin:0 0 20px;}
.formBox-right {width:40%; float:left; border:1px solid #dcdcdc;padding:20px; min-height:200px;border-radius:25px;}
.form-container {width: 100%;float: left;margin-bottom: 10px;display: block;}
.form-container-half {width: 46%;float: left;margin-bottom: 0px;display: inline-block;margin-right: 16px;padding: 0 6px 0 6px;}
.form-container-half:nth-child(n+2) {margin-right: 0px;margin-left: 0px;}
.formBox-right textarea{width:90%;height:100px; padding:10px 16px;margin-bottom:10px;border:1px solid #dcdcdc; background:#fcfcfc;}
.formBox-right .input{width:100%;padding:10px 16px;margin-bottom:10px;margin-right:5px; border:1px solid #dcdcdc; background:#fcfcfc;}
.formBox-right .input:focus{outline:none;box-shadow:0 0 10px #2c7e93;}
.formBox-right .input.mobile{padding-left:50px;}
.formBox-left h4{font-size: 24px;font-weight: 500;line-height:30px;letter-spacing: 0em;text-align:left; margin:0 0 20px;color: #1D1F20;}
.formBox-left p{font-size: 18px;font-weight: 400;line-height:30px;letter-spacing: 0em;text-align:left; margin:0 0 20px;}
.contactBox{width:100%; padding:10px;float:left;}
.contactBox .contactBox-inner {float: left;min-width:340px;padding: 0 0px 0 40px; margin-bottom:40px;}
.contactBox .contactBox-inner:nth-child(2n+1){border-right: 1px solid #999;padding:0px;}
.contactBox .contactBox-inner h6{color:#989b98;font-size:14px; font-weight:400;margin:0 0 10px;padding:0px;}
.contactBox .contactBox-inner h5{color:#1D1F20;font-size:16px; font-weight:600;margin:0 0 10px;padding:0px;}
.contactBox .connectBtn{background:#fff;border:1px solid #299628;background: #fff;border-radius:45px; padding:10px 15px;color:#333;font-size:14px;font-weight: 700;line-height: 18px;letter-spacing: 0em;text-align: center; border:2px solid #a9a8a8; display:inline-block;text-decoration:none;}
.intl-tel-input .flag-dropdown .country-list{width:280px;}
.contactBox .connectBtn:hover{background: #dbffdc;border-color:#299628; }
.contactBox .connectBtn .imgcont{float:left;margin:0px; padding:0px;}
.contactBox .connectBtn .imgcont img{width:18px;margin:0 5px 0 0px; padding:0px;}
.contactBox .connectBtn .textbox{float:left;margin:0px; padding:0px;font-size:18px; font-weight:400;}
.mb-2{margin-bottom:20px;}
.footerlink {text-align: right;width: 100%;margin: 4px 0;float: left;}
.footer_top a{color:#1D1F20;text-decoration:none;}
.footer-logo{float:left;width:75%;margin:0px 0 0;padding:0 10px;}
.footer-logo img{width:70px;}
.footer-logo small{width:100%; float:left; font-size:13px; margin-left:5px;margin-top:0px;}
.row {margin-right: -15px;margin-left: -15px;}
.row:before,.row:after {display: table;content: " ";}.row:after {clear: both;}.col-sm-5ths { width: 20%;	float: left;	position: relative;	min-height: 1px;	padding-right: 15px; padding-left: 15px;}
.footer-right{width:38%; float:right;}
.footer-right img{width:100px;}
.footer-right .footerlink {text-align: center;width: 66%;margin:4px 0; float:left;}
.col-md-5ths {width: 20%;float: left;position: relative;min-height: 1px;padding-right: 15px;padding-left: 15px;}
.footerSocial{margin:10px 36% 10px 10px; width:120px;float:right;}
.footerSocial img{width:24px;}
.ml25{margin-left:25%;}
.footer_top h5 {margin-bottom: 5px;font-weight: 600;font-size: 16px;padding-bottom: 10px;color: #1D1F20;}
.divider {border-bottom: 1px solid #dcdcdc;margin: 10px 0;width: 100%;height: 1px;display: block;}
.bottom-10 {margin-bottom: 10px !important;}
#boxThis {	padding: 0px;	background: #fff;width:90%;margin:0 auto;}
#boxThis.box {margin-top: 0;position: fixed;top: 85px;z-index: 9999;width:1070px;border:none;background:transparent;}
body div {  box-sizing: border-box;} 
.tabbed-content {background: #fff; max-width:1080px;padding: 0em;margin: 0em auto;}
/*.tabs{position:sticky;top:8%; width:100%;display:flex;}*/
.tabs ul {list-style-type: none;padding: 6px;text-align: center;background: #fff;border: 1px solid #999;display: flex;border-radius: 40px;
max-width: 100%;margin: 0 auto 20px;gap: 10px;}
.tabs ul li {display: inline-flex;background-color: #fff;padding: 2px 2px;margin-bottom: 0px;color: #1D1F20;cursor: pointer;border-radius:100px; font-size:16px; font-weight:400;}
.tabs ul li a {display: inline-flex;background-color: #fff;padding: 10px 24px;margin-bottom: 0px;color: #1D1F20;cursor: pointer;border-radius: 100px;font-size: 16px;font-weight: 400;text-decoration:none;}
.tabs ul li a:hover, .tabs ul li a.active {background: #299628;color: #fff;}
.itemF {margin-bottom: 2px;}
.itemF::before {cursor: pointer;font-weight: bold;background: #fff;padding: 1em;display: block;border:1px solid #999;}
.itemF.active{display:block;}
.itemF.active::before {background: #299628;color: #eee;}
.itemF.active .item-content h3{font-size: 38px;font-weight: 600;line-height:80px;letter-spacing: 0em;text-align:center; margin:30px auto 40px;  position: absolute; top: -50px; left: auto;width:80%}
/*.itemF.active .item-content h3::after {border-bottom: 4px double #c3c3c3;content: '';position: absolute;top: 100%;width: 50%;left: 25%;}*/

.itemF.active .item-content {padding: 1em;-webkit-transition: opacity 0.3s ease-in-out;-moz-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;-ms-transition: opacity 0.3s ease-in-out;transition: opacity 0.3s ease-in-out;}

.benifit-left{width:300px;float:left;min-height:300px;padding-left:15px;margin-bottom:60px}
.benifit-left h3{font-size: 38px;font-weight: 600;line-height:80px;letter-spacing: 0em;text-align:left; margin:0 0 10px;}
.benifit-left p{font-size: 22px;font-weight: 300;line-height:40px;letter-spacing: 0em;text-align:left; margin:0 0 10px;}

.benifit-right{width:980px;float:left;margin-left:10px;padding-left:10px;}
.featureBox{width:300px; border-radius:20px; box-shadow:0  0 10px #9c9c9c; min-height:260px;margin:0 10px 30px;flex-direction: column;
border-radius: 24px;box-shadow: rgba(37, 49, 56, 0.08) 0px 12px 16px -4px, rgba(37, 49, 56, 0.03) 0px 4px 6px -2px;overflow-y: hidden;
position: relative;transition: box-shadow 0.2s ease 0s;display:inline-flex}
.featrueimg{width:300px; height:260px; background: #ffffce; border-radius:12px 12px 0 0;padding:0px;position: relative;object-fit: fill;}
.featrueimg img{width:100%; height:100%;border-radius:12px 12px 0 0;}
.featuredetail{width:100%;display: flex;flex: 1 1 0%;gap: 16px;flex-direction: column;padding: 2rem 1.5rem;z-index: 1;}
.featuredetail h2{font-size: 22px;font-weight: 500;line-height:30px;letter-spacing: 0em;text-align:left; margin:0 0 20px;}
.featuredetail p{font-size: 20px;line-height:24px;font-weight: 400;text-align:left; margin:0 0 20px;transition: all 0.6s ease 0s;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;}
.featureBox:nth-last-child(-n+1){margin-right:0px;}
.modal-title{font-size:20px; font-weight:600;color:#299628;display:inline-block;}
.modal-header .close{display:inline-block;}
.left-section{width:50%;display:inline-block; margin:0 0 0 20px;float:left;height:400px;}
.left-section img{width:100%; height:100%;}
.right-section{width:48%;display:inline-block; margin:0 0px; float:left;background: #2ddba1;padding: 5%;min-height: 400px;}
.right-section h4 {font-size: 48px;font-weight: 700;text-align: center;margin: 0 0 0px;padding: 50px 20px 50px;color: #0d1521;line-height:normal;}
.right-section .owl-carousel.owl-drag .owl-item {width: 120px !important; height:60px;}
.right-section .owl-carousel .owl-stage{margin:40px 0 20px;}
.mt30{margin-top:30px;}




/*gallery*/
.gallery-wrapper {
  position: relative;
  z-index: 1;
  height:520px;
}
.gallery-wrapper .content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2vh 0;
  background: #fcfcfc;
  /*background: linear-gradient(to left, #19191f, #101014);*/
}
.gallery-wrapper .content .gallery.full {
  position: relative;
  display: flex;
  align-items: center;
}
.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper {
  display: flex;
  height: 63vh;
  align-items: center;
}
.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  height: 20vh;
  transition: all 0.4s ease-out;
  box-sizing: border-box;
  width: auto;
  opacity: 0.25;
  opacity: 0;
}
.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev, .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next {
  width: 10% !important;
}
.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  height: 60vh;
  width: 80% !important;
  opacity: 1;
  background:#fff;
  border-radius: 20px 20px;
  box-shadow:0 0 4px #999;
}
.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active:hover .zoom {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .image {
  width: 50%;
  height: 100%;
  float:right;
  border-radius:0 20px 20px 0 ;
}
.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius:0 20px 20px 0;
}
.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .image .client-logo{width:180px; height:100px;float:right;position:absolute;right:20px; bottom:20px;background:rgba(255,255,255,.6);border-radius:8px;}
.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .image .client-logo img{width:180px;height:100px;object-fit:none;border-radius:0;}
.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 50%;
  height: 100%;
  padding: 50px 30px 30px 30px;
  background: #fff;
  border-radius:20px 0 0 20px;
  /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);*/
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay.show {
  opacity: 1;
  visibility: visible;
}
.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay.show .text-wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay .text-wrap {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 0.4s linear;
}
.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay .text-wrap .name span {
  font-size: 2.2em;
  font-weight: 700;
  color:#1D1F20;
}
.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay .text-wrap .caption p {
  font-size: 1.16em;
  color:#1D1F20;
  line-height: 1.7;
}
.gallery-wrapper .content .gallery.full .swiper-next-button,
.gallery-wrapper .content .gallery.full .swiper-prev-button {
  position: absolute;
  z-index: 99;
  outline: none;
  transition: all 0.2s linear;
  width: 10%;
  height: 50vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.gallery-wrapper .content .gallery.full .swiper-next-button.swiper-button-disabled,
.gallery-wrapper .content .gallery.full .swiper-prev-button.swiper-button-disabled {
  opacity: 0.2;
}
.gallery-wrapper .content .gallery.full .swiper-next-button em,
.gallery-wrapper .content .gallery.full .swiper-prev-button em {
  font-size: 68px;
}
.gallery-wrapper .content .gallery.full .swiper-next-button {
  right: 0;
  padding-left: 2vw;
  justify-content: flex-start;
}
.gallery-wrapper .content .gallery.full .swiper-prev-button {
  left: 0;
  padding-right: 2vw;
}
.gallery-wrapper .content .gallery.thumb {
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin: 15px auto;
  display: flex;
  align-items: center;
  padding-left: 12px;
}
.gallery-wrapper .content .gallery.thumb .swiper-container {
  width: 100%;
}
.gallery-wrapper .content .gallery.thumb .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  height: 10vh;
  box-sizing: border-box;
  cursor: pointer;
}
.gallery-wrapper .content .gallery.thumb .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .image {
  /*box-shadow: inset 0px 0px 0px 2px #607d8b;*/
  padding: 2px;
  background:#fbfbfb;
}
.gallery-wrapper .content .gallery.thumb .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .image .overlay {
  opacity: 1;
}
.gallery-wrapper .content .gallery.thumb .swiper-container .swiper-wrapper .swiper-slide .image {
  width: 100%;
  height: 100%;
  position: relative;
}
.gallery-wrapper .content .gallery.thumb .swiper-container .swiper-wrapper .swiper-slide .image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.gallery-wrapper .content .gallery.thumb .swiper-container .swiper-wrapper .swiper-slide .image .overlay {
  position: absolute;
  left: 2px;
  top: 2px;
  /*background-color: rgba(43, 44, 54, 0.6);*/
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  opacity: 0;
  transition: all 0.2s linear;
}
.gallery-wrapper .content .gallery.thumb .swiper-next-button {
  right: -15px;
}
.gallery-wrapper .content .gallery.thumb .swiper-prev-button {
  left: -5px;
}
.gallery-wrapper .content .gallery.thumb .swiper-prev-button em {
  transform: rotate(180deg);
}
.gallery-wrapper .content .gallery.thumb .swiper-next-button,
.gallery-wrapper .content .gallery.thumb .swiper-prev-button {
position: absolute;
z-index: 99;
outline: none;
transition: all 0.2s linear;
width: 32px;
height: 20px;
display: flex;
justify-content: center;
align-items: center;
background-color: #607d8b;
cursor: pointer;
}
.gallery-wrapper .content .gallery.thumb .swiper-next-button:hover,
.gallery-wrapper .content .gallery.thumb .swiper-prev-button:hover {
  background-color: #607d8b;
}
.gallery-wrapper .content .gallery.thumb .swiper-next-button.swiper-button-disabled,
.gallery-wrapper .content .gallery.thumb .swiper-prev-button.swiper-button-disabled {
  opacity: 0.2;
}

/*signature*/
.signature {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  padding: 20px;
}
.signature h3 {
  font-weight: 600;
  font-size: 0.926em;
  color: #ed1b28;
  display: flex;
  margin-bottom: 5px;
}
.signature a,
.signature em {
  text-decoration: none;
  color: #777;
  margin-right: 5px;
  font-size: 0.88em;
  transition: all 0.2s linear;
}
.signature a:hover,
.signature em:hover {
  color: #aaa;
}

/*Mobile*/
@media only screen and (max-width: 1024px) {
  .gallery-wrapper .content {
    padding: 5vh 0;
  }
  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper {
    height: 80vh;
  }
  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide {
    height: 50vh;
  }
  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev, .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next {
    width: 10% !important;
  }
  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    height: 80vh;
    width: 80% !important;
  }
  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay {
    padding: 20px;
  }
  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay .text-wrap {
    transform: translateY(0);
  }
  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay .text-wrap .name span {
    font-size: 1.6em;
  }
  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay .text-wrap .caption p {
    font-size: 1.06em;
  }
  .gallery-wrapper .content .gallery.full .swiper-next-button,
.gallery-wrapper .content .gallery.full .swiper-prev-button {
    width: 10%;
    height: 50vh;
    align-items: center;
    justify-content: center;
  }
  .gallery-wrapper .content .gallery.full .swiper-next-button em,
.gallery-wrapper .content .gallery.full .swiper-prev-button em {
    font-size: 45px;
  }
  .gallery-wrapper .content .gallery.full .swiper-next-button {
    padding-left: 0;
  }
  .gallery-wrapper .content .gallery.full .swiper-prev-button {
    padding-right: 0;
  }
  .gallery-wrapper .content .gallery.thumb {
    padding: 0 30px;
    max-width: 100%;
  }
  .gallery-wrapper .content .gallery.thumb .swiper-container .swiper-wrapper .swiper-slide {
    height: 80px;
  }
  .gallery-wrapper .content .gallery.thumb .swiper-next-button {
    right: 10px;
  }
  .gallery-wrapper .content .gallery.thumb .swiper-prev-button {
    left: 10px;
  }

  .signature {
    display: none;
  }
}





@media all and (min-width: 800px) {
	.item.active .item-content {padding-top: 0;}
.tabs-side .tabs li {margin-bottom: 2px;}

}
/* 
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/
.tabbed-content .tabs {display: none;}
.tabbed-content .itemF {min-height: 2em;float: left; width: 100%;}
.tabbed-content .itemF::before {content: attr(data-title);}
.tabbed-content .itemF .item-content {opacity: 0;visibility: hidden;height: 0;display:none;}
.tabbed-content .itemF.active .item-content {opacity: 1;visibility: visible;height: auto;display:table;width:95%;margin:0 auto;}

.flex-container {position: relative;height: 350px;width: 100%;display: -webkit-flex;/* Safari */display: flex;overflow: hidden;margin-bottom:20px;}
@media screen and (max-width: 768px) {.flex-container {flex-direction: column;}}
.flex-title {color: #f1f1f1;position: relative;font-size: 32px; line-height:35px; margin: auto;font-weight:500;text-align: center;transform: rotate(90deg);top: 45%;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;
transition: all 500ms ease;}
@media screen and (max-width: 768px) {.flex-title {transform: rotate(0deg) !important;top:25%;}}
.flex-about {opacity: 0;color: #f1f1f1;position: relative;width: 86%;font-size: 2vw;padding: 5% 3% 0;top: 20%;border: 2px solid #f1f1f1;
border-radius: 10px;line-height: 1.3;margin: auto;text-align: left;transform: rotate(0deg);-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
@media screen and (max-width: 768px) {
.flex-about {padding: 0%;border: 0px solid #f1f1f1;}}
.flex-slide {-webkit-flex: 1;/* Safari 6.1+ */-ms-flex: 1;/* IE 10 */flex: 1;cursor: pointer;-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
@media screen and (max-width: 768px) {.flex-slide {overflow: auto;overflow-x: hidden;}}
@media screen and (max-width: 768px) {.flex-slide p {font-size: 2em;}}
@media screen and (max-width: 768px) {.flex-slide ul li {font-size: 2em;}}
.flex-slide:hover {
	-webkit-flex-grow: 3;
	flex-grow: 3;
	background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/StreamlinedOperations.jpg);
}
.home {height: 350px;background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/StreamlinedOperations.jpg);	background-size: cover;	background-position: center center;	background-attachment: local;}
@media screen and (min-width: 768px) {.home {animation: aboutFlexSlide 3s 1;animation-delay: 0s;}}
@keyframes aboutFlexSlide {0% {-webkit-flex-grow: 1;flex-grow: 1;}
50% {-webkit-flex-grow: 3;flex-grow: 3;}100% {-webkit-flex-grow: 1;flex-grow: 1;}}
@media screen and (min-width: 768px) {
.flex-title-home {transform: rotate(90deg);top: 45%;animation: aboutFlexSlide 3s 1;animation-delay: 0s;}}
@keyframes homeFlextitle {0% {transform: rotate(90deg);top: 45%;}50% {transform: rotate(0deg);top: 45%;}100% {transform: rotate(90deg);top: 15%;}}
.flex-about-home {opacity: 0;}
@media screen and (min-width: 768px) {
.flex-about-home {animation: aboutFlexSlide 3s 1;animation-delay: 0s;}}
@keyframes flexAboutHome {0% {opacity: 0;}50% {opacity: 1;}100% {opacity: 0;}}
.about {background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../images/Customer-Engagement.jpg);
	background-size: cover;	background-position: center center;	background-attachment: local;}
.contact-form {width: 100%;}
input {width: 100%;}textarea {width: 100%;}
.contact {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/compititive.jpeg);
	background-size: cover;background-position: center center;background-attachment: local;}
.work {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/scallingBusiness.jpg);
	background-size: cover;	background-position: center center;	background-attachment: local;}
.work3 {background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/data-driven.jpg);
	background-size: cover;	background-position: center center;	background-attachment: local;}

.spinner {position: fixed;top: 0;left: 0;background: #222;height: 100%;width: 100%;z-index: 11;margin-top: 0;color: #fff;font-size: 1em;}
.cube1, .cube2 {background-color: #fff;width: 15px;height: 15px;position: absolute;top: 0;left: 0;-webkit-animation: sk-cubemove 1.8s infinite ease-in-out;animation: sk-cubemove 1.8s infinite ease-in-out;}
.cube2 {-webkit-animation-delay: -0.9s;animation-delay: -0.9s;}
@-webkit-keyframes sk-cubemove {25% {-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);}50% {-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);}75% {-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);}100% {-webkit-transform: rotate(-360deg);}}
@keyframes sk-cubemove {25% {transform: translateX(42px) rotate(-90deg) scale(0.5);-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);}
50% {transform: translateX(42px) translateY(42px) rotate(-179deg);-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);}
50.1% {transform: translateX(42px) translateY(42px) rotate(-180deg);-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);}
75% {transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);}
100% {transform: rotate(-360deg);-webkit-transform: rotate(-360deg);}}
@media all and (min-width: 800px) {
.tabbed-content .tabs {display: block;}
.tabbed-content .tabs li {display: inline-block;}
.tabbed-content .tabs li a {display: block;}
.tabbed-content .itemF {min-height: 0;}
.tabbed-content .itemF::before {display: none;}
.tabbed-content.tabs-side .tabs {width: 150px;float: left;}
.tabbed-content.tabs-side .tabs li {display: block;}
.tabbed-content.tabs-side .itemF {margin-left: 150px;}
}

@media (max-width:1024px) { /* big landscape tablets, laptops, and desktops */
.tabs ul {max-width: 100%;margin: 0 auto 20px;gap: 10px;}
.tabs ul li a{padding:10px 15px;}

}
@media (min-width:2046px) and (max-width:2560px) { /* big landscape tablets, laptops, and desktops */
header .wrapper {max-width: 95%;padding: 0px 20px;margin: auto;}
.nav-links li.m330 {margin-left: 46%;}
.banner-Container {width: 95%;padding: 0px;margin: 80px auto; }
.banner-left .automaticContainer {font-size: 10rem;line-height:150px; margin-bottom:110px;}
/*.banner-left .automaticContainer::after {content: '';left: 0px;top: 0px;width: 480px;height: 180px;background-position:left bottom;background-repeat: no-repeat;}*/
.banner-left .automaticContainer::before {content: '';width: 480px;height: 180px;background-position:left bottom;background-repeat: no-repeat;}
.banner-left {width: 45%;float: left;}
.bannerText {font-size: 3.4rem;line-height: 70px;margin: 60px 10px;}
.tabbed-content {max-width: 1440px;}
.tabs ul{gap:10px;padding:8px 4px;}
.tabs ul li a {padding: 10px 26px;font-size: 24px;}
#boxThis{width:100%;}
#boxThis.box{top:85px;width:1070px;}
/*.featureCont ul.ul li {font-size: 22px;padding: 20px 20px 20px;min-height: 60px;}*/
.whoweare .whoweare-inner {width: 80%;padding: 0 40px;}
.whoweare .leftcont p {font-size: 26px;line-height: 40px;}
.whoweare p {font-size: 32px;line-height: 56px;margin: 0 0 70px;}
.whoweare .leftcont h4 {font-size: 40px;}
.whoweare .leftcont .numberbox {width: 100%;min-height: 200px;}
.whoweare .leftcont .numberbox .numberbox-inner {padding: 20px 30px;width: 33%;min-height: 210px;}
.whoweare .leftcont .numberbox .numberbox-inner h3 {font-size: 44px;line-height: 60px;}
.whoweare .leftcont .numberbox .numberbox-inner p {font-size: 28px;line-height: 30px;}
.benifitBox .benifit-inner{width:90%;margin:0 10% 8%;}
.benifit-right {width: 80%;float: left;margin-left: 10px;padding-left: 10px;}
.featureBox{width:31%;}
.featrueimg{width:100%;height:300px;}
.footer_top{width:90%;}
.gallery-wrapper {position: relative;z-index: 1;height: 78vh;}
.gallery-wrapper .content{height:78vh;}
.banner-Container {margin: 80px auto;min-height: 600px;}
.clientsaysBox .clientsays-inner #owlTwo.owl-drag .owl-item{width:600px !important;}
.banner-right {float: right;width: 52%;height: 580px;overflow: hidden;}
.textcont{font-size:24px;}
}
@media (max-width:1920px) { /* big landscape tablets, laptops, and desktops */
header .wrapper {max-width: 95%;padding: 0px 20px;margin: auto;}
.nav-links li.m330 {margin-left: 45%;}
/*.banner-Container {width: 95%;padding: 0px;margin: 80px auto; }*/
.banner-left .automaticContainer {font-size: 10rem;line-height:150px; margin-bottom:110px;}
/*.banner-left .automaticContainer::after {content: '';left: 0px;top: 0px;width: 480px;height: 180px;background-position:left bottom;background-repeat: no-repeat;}*/
.banner-left .automaticContainer::before {content: '';left: 0px;top: 0px;width: 480px;height: 180px;background-position:left bottom;background-repeat: no-repeat;}
.banner-left {width: 45%;float: left;}
.banner-Container {margin: 100px auto;min-height: 600px;}
.bannerText {font-size: 3.4rem;line-height: 70px;margin: 60px 10px;}
.tabbed-content {max-width: 1510px;}
.tabs ul{gap:10px;padding:8px 4px;}
.tabs ul li a {padding: 10px 26px;font-size: 24px;}
#boxThis{width:90%;}
#boxThis.box{top:85px;width:1360px;}
/*.featureCont ul.ul li {font-size: 22px;padding: 20px 20px 20px;min-height: 60px;}*/
.whoweare .whoweare-inner {width: 80%;padding: 0 40px;}
.whoweare .leftcont p {font-size: 18px;line-height: 34px;}
.whoweare p {font-size: 32px;line-height: 56px;margin: 0 0 70px;}
.whoweare .leftcont h4 {font-size: 40px;}
.whoweare .leftcont .numberbox {width: 100%;min-height: 200px;}
.whoweare .leftcont .numberbox .numberbox-inner {padding: 20px 30px;width: 33%;min-height: 210px;}
.whoweare .leftcont .numberbox .numberbox-inner h3 {font-size: 44px;line-height: 60px;}
.whoweare .leftcont .numberbox .numberbox-inner p {font-size: 28px;line-height: 30px;}
.benifitBox .benifit-inner{width:90%;margin:0 5% 5%;}
.benifit-right {width: 75%;float: left;margin-left: 10px;padding-left: 10px;}
/*.featureBox{width:28%;}*/
/*.featrueimg{width:100%;height:300px;}*/
.footer_top{width:90%;}
.footer-logo{float:left;width:62%;margin:0px 0 0;}
.flex-about {width: 90%;font-size: 16px;padding: 2% 3% 0;top: 20%;}
.flex-about p{font-size: 20px;font-weight: 400;line-height: 30px;}
.flex-container {height: 350px;margin-bottom:20px;}
.home{height:350px;}
.gallery-wrapper {position: relative;z-index: 1;height: 78vh;}
.gallery-wrapper .content{height:83vh;}
.gallery-wrapper .content .gallery.thumb{max-width:80vw; margin:30px auto;}
/*.clientsaysBox .clientsays-inner #owlTwo.owl-drag .owl-item{width:690px !important;}*/
.banner-right {float: right;width: 52%;height: 480px;border: 0px solid #dcdcdc;overflow: hidden;}
.textcont{font-size:24px;}
.contactBox .contactBox-inner {float: left;min-width:400px;padding: 0 0px 0 40px; margin-bottom:40px;}
}

@media (min-width:1600px) and (max-width:1900px) { /* big landscape tablets, laptops, and desktops */
header .wrapper {max-width: 95%;padding: 0px 20px;margin: auto;}
.nav-links li.m330 {margin-left: 34%;}
.banner-Container {width: 95%;padding: 0px;margin: 30px auto; }
.banner-left .automaticContainer {font-size: 5.5rem;line-height:140px; margin-bottom:50px;}
/*.banner-left .automaticContainer::after {content: '';left: 0px;top: 0px;width: 480px;height: 150px;background-position:left bottom;background-repeat: no-repeat;}*/
.banner-left .automaticContainer::before {content: '';width: 480px;height: 150px;background-position:left bottom;background-repeat: no-repeat;}
.banner-left {width: 45%;float: left;}
.bannerText {font-size: 2.4rem;line-height: 70px;margin: 40px 10px;}
.tabbed-content {max-width: 1440px;}
.tabs ul{gap:10px;padding:8px 4px;}
#boxThis{width:1200px;}
.tabs ul li a {padding: 10px 26px;font-size: 20px;}
#boxThis.box{top:85px;width:1200px; margin:0 8%;}
/*.featureCont ul.ul li {font-size: 18px;padding: 20px 20px 20px;min-height: 60px;}*/
.whoweare .whoweare-inner {width: 80%;padding: 0 40px;}
.whoweare .leftcont p {font-size: 18px;line-height: 34px;}
.whoweare p {font-size: 32px;line-height: 56px;margin: 0 0 70px;}
.whoweare .leftcont h4 {font-size: 40px;}
.whoweare .leftcont .numberbox {width: 100%;min-height: 200px;}
.whoweare .leftcont .numberbox .numberbox-inner {padding: 20px 30px;width: 32%;min-height: 210px;}
.whoweare .leftcont .numberbox .numberbox-inner h3 {font-size: 36px;line-height: 60px;}
.whoweare .leftcont .numberbox .numberbox-inner p {font-size: 22px;line-height: 30px;}
.benifitBox .leftcont p {font-size: 26px;line-height: 46px;}
.benifitBox p{font-size:18px;line-height:22px;}
.footer_top {width: 1400px;}
.itemF.active .item-content h3{width: 74%;}
.gallery-wrapper {position: relative;z-index: 1;height: 78vh;}
.gallery-wrapper .content{height:78vh;}
.banner-right {float: right;width: 52%;height: 480px;overflow: hidden;}
.clientsaysBox .clientsays-inner .testi-section .owlbox #owlTwo .owl-stage{max-height:450px;}
.textcont{font-size:24px;}
.contactBox .contactBox-inner {float: left;min-width:380px;padding: 0 0px 0 40px; margin-bottom:40px;}
}
@media (min-width:1441px) and (max-width:1536px) { /* big landscape tablets, laptops, and desktops */
header .wrapper {max-width: 95%;padding: 0px 20px;margin: auto;}
.nav-links li.m330 {margin-left: 25%;}
.banner-Container {width: 95%;padding: 0px;margin: 30px auto;}
.banner-left .automaticContainer {font-size: 5.5rem;line-height:140px; margin-bottom:50px;}
/*.banner-left .automaticContainer::after {content: '';background: url(../images/heading-bottom-line.png);position: absolute;left: 0px;top: 0px;
width: 480px;height: 150px;background-position:left bottom;background-repeat: no-repeat;}*/
.banner-left .automaticContainer::before {content: '';width: 480px;height: 150px;background-position:left bottom;background-repeat: no-repeat;}
.banner-left {width: 45%;float: left;}
.bannerText {font-size: 2.2rem;line-height: 50px;margin: 40px 10px;}
.tabbed-content {max-width: 1260px;}
.tabs ul{gap:8px;padding:4px 4px;}
.tabs ul li a {padding: 10px 16px;font-size: 18px;}
#boxThis {padding: 0px;background: #fff;width: 84%;margin: 0 auto;}
#boxThis.box{top: 85px !important;width: 70%; margin: 0 6%;}
/*.featureCont ul.ul li {font-size: 18px;padding: 20px 20px 20px;min-height: 60px;}*/
.whoweare .whoweare-inner {width: 90%;padding: 0 20px;}
.whoweare .leftcont p {font-size: 20px;line-height: 30px;}
.whoweare p {font-size: 28px;line-height: 36px;margin: 0 0 50px;}
.whoweare .leftcont h4 {font-size: 40px;}
.whoweare .leftcont .numberbox {width: 100%;min-height: 200px;}
.whoweare .leftcont .numberbox .numberbox-inner {padding: 20px 30px;width: 32%;min-height: 210px;}
.whoweare .leftcont .numberbox .numberbox-inner h3 {font-size: 36px;line-height: 60px;}
.whoweare .leftcont .numberbox .numberbox-inner p {font-size: 22px;line-height: 30px;}
.benifitBox .leftcont p {font-size: 20px;line-height: 40px;}
.benifitBox p{font-size:18px;}
.footer_top {width: 1280px;}
.whoweare h3 {font-size: 48px;font-weight: 700;line-height: 50px;margin: 0 0 20px;}
.contactBox .contactBox-inner {min-width:340px;}
}
@media (min-width:1367px) and (max-width:1440px) { /* big landscape tablets, laptops, and desktops */
header .wrapper {max-width: 95%;padding: 0px 20px;margin: auto;}
.nav-links li.m330 {margin-left: 30%;}
.banner-Container {width: 95%;padding: 0px;margin: 80px auto;min-height:600px;}
.banner-left .automaticContainer {font-size: 5.5rem;line-height:140px; margin-bottom:50px;}
/*.banner-left .automaticContainer::after {content: '';background: url(../images/heading-bottom-line.png);position: absolute;left: 0px;top: 0px;
width: 480px;height: 150px;background-position:left bottom;background-repeat: no-repeat;}*/
.banner-left .automaticContainer::before {content: '';width: 480px;height: 150px;background-position:left bottom;background-repeat: no-repeat;}
.banner-left {width: 45%;float: left;}
.bannerText {font-size: 2.2rem;line-height: 50px;margin: 40px 10px;}
.tabbed-content {max-width: 1280px;}
.tabs ul{gap:8px;padding:4px 4px;}
.tabs ul li a {padding: 10px 16px;font-size: 22px;}
#boxThis.box{top:85px;width:81%;margin:0 5%;}
/*.featureCont ul.ul li {font-size: 18px;padding: 20px 20px 20px;min-height: 60px;}*/
.whoweare .whoweare-inner {width: 90%;padding: 0 20px;}
.whoweare .leftcont p {font-size: 24px;line-height: 34px;}
.whoweare p {font-size: 28px;line-height: 36px;margin: 0 0 50px;}
.whoweare .leftcont h4 {font-size: 40px;}
.whoweare .leftcont .numberbox {width: 100%;min-height: 200px;}
.whoweare .leftcont .numberbox .numberbox-inner {padding: 20px 30px;width: 32%;min-height: 210px;}
.whoweare .leftcont .numberbox .numberbox-inner h3 {font-size: 36px;line-height: 60px;}
.whoweare .leftcont .numberbox .numberbox-inner p {font-size: 22px;line-height: 30px;}
.benifitBox .leftcont p {font-size: 24px;line-height: 40px;}
.benifitBox p{font-size:22px; line-height:30px;}
.footer_top {width: 1280px;}
.featureBox{width:290px;}
.whoweare h3 {font-size: 48px;font-weight: 700;line-height: 50px;margin: 0 0 20px;}
.contactBox .contactBox-inner {min-width:340px;}
}

@media (min-width:1281px) and (max-width:1366px) { /* big landscape tablets, laptops, and desktops */
header .wrapper {max-width: 95%;padding: 0px 20px;margin: auto;}
.nav-links li.m330 {margin-left: 14%;}
/*.banner-Container {width: 95%;padding: 0px;margin: 30px auto;}*/
.banner-Container { margin: 60px auto;min-height: 600px;}
.banner-left .automaticContainer {font-size: 85px;line-height:80px; margin-bottom:40px;}
/*.banner-left .automaticContainer::after {content: '';background: url(../images/heading-bottom-line.png);position: absolute;left: 0px;top: 0px;
width: 480px;height: 120px;background-position:left bottom;background-repeat: no-repeat;}*/
.banner-left .automaticContainer::before {content: '';width: 480px;height: 120px;background-position:left bottom;background-repeat: no-repeat;}
.banner-left {width: 45%;float: left;}
.bannerText {font-size:24px;line-height: 50px;margin: 40px 10px;}
.banner-right {width: 50%;height: 440px;}
.tabbed-content {max-width: 1180px;}
.tabs ul{gap:6px;padding:2px 2px;}
#boxThis {padding: 0px;background: #fff;width: 920px;margin: 0 auto;}
.tabs ul li a {padding: 10px 18px;font-size: 16px;}
#boxThis.box{top: 85px;width:920px; margin:0 10%;}
/*.featureCont ul.ul li {font-size: 16px;padding: 15px 20px 15px;min-height: 50px;}*/
.whoweare .whoweare-inner {width: 90%;padding: 0 20px;}
.whoweare .leftcont p {font-size: 16px;line-height: 24px;}
.whoweare p {font-size: 22px;line-height: 36px;margin: 0 0 30px;}
.whoweare p.notesbox {font-size: 16px;line-height: 16px;margin: 0 0 20px; color:#838485;text-align:left;}
.whoweare .leftcont h4 {font-size: 24px;}
.whoweare .leftcont .numberbox {width: 100%;min-height: 150px;}
.whoweare .leftcont .numberbox .numberbox-inner {padding: 10px 15px;width: 32%;min-height: 150px;}
.whoweare .leftcont .numberbox .numberbox-inner h3 {font-size: 32px;line-height: 40px;}
.whoweare .leftcont .numberbox .numberbox-inner p {font-size: 18px;line-height: 26px;}
.benifitBox .leftcont p {font-size: 18px;line-height: 36px;}
.benifitBox p{font-size:16px; line-height:22px; margin:0 0 20px;}
.footer_top {width: 1280px;}
.whoweare h3 {font-size: 48px;font-weight: 700;line-height: 50px;margin: 0 0 20px;}
.benifit-left p{font-size: 18px;line-height:36px;margin: 0px;font-weight: 400;}
.benifitBox .benifit-inner {width: 96%;margin: 0 2% 8%;padding: 0;}
.contactBox .contactBox-inner {min-width:340px;}
}
@media (max-width:1280px){ /* big landscape tablets, laptops, and desktops */
header .wrapper {max-width: 95%;padding: 0px 20px;margin: auto;}
.nav-links li.m330 {margin-left: 10%;}
.banner-Container {width: 95%;padding: 0px;margin: 30px auto;}
.banner-left .automaticContainer {font-size: 85px;line-height:100px; margin:15px 0 40px;}
/*.banner-left .automaticContainer::after {content: '';background: url(../images/heading-bottom-line.png);position: absolute;left: 0px;top: 0px;
width: 480px;height: 120px;background-position:left bottom;background-repeat: no-repeat;}*/
.banner-left .automaticContainer::before {content: '';width: 480px;height: 120px;background-position:left bottom;background-repeat: no-repeat;}
.banner-left {width: 45%;float: left;}
.bannerText {font-size:20px;line-height: 35px;margin: 40px 10px;}
.tabbed-content {max-width: 1180px;}
.tabs ul{gap:8px;padding:2px 2px; width:100%;}
.tabs ul li a {padding: 10px 14px;font-size: 16px;}
#boxThis{width:940px;}
#boxThis.box{top:85px;width:75%;margin:0 10%;}
/*.featureCont ul.ul li {font-size: 16px;padding: 15px 20px 15px;min-height: 50px;}*/
.whoweare .whoweare-inner {width: 90%;padding: 0 5px;}
.whoweare .leftcont p {font-size: 18px;line-height: 30px;}
.whoweare p {font-size: 22px;line-height: 36px;margin: 0 0 30px;}
.whoweare .leftcont h4 {font-size: 32px;}
.whoweare .leftcont .numberbox {width: 100%;min-height: 150px;}
.whoweare .leftcont .numberbox .numberbox-inner {padding: 10px 15px;width: 32%;min-height: 150px;}
.whoweare .leftcont .numberbox .numberbox-inner h3 {font-size: 32px;line-height: 40px;}
.whoweare .leftcont .numberbox .numberbox-inner p {font-size: 18px;line-height: 26px;}
.benifitBox .leftcont p {font-size: 18px;line-height: 36px;}
.benifitBox p{font-size:22px;}
.footer_top {width: 1120px;}
.whoweare h3 {font-size: 48px;font-weight: 700;line-height: 50px;margin: 0 0 20px;}
.formBox-left h3{font-size:46px;}
.formBox{margin:60px 0 20px;}
.footer-right {width: 30%;float: right;}
.footer-logo {float: left;width: 70%;}
.benifitBox .benifit-inner {width: 100%;margin: 0 0%;padding: 0;}
.benifit-right {width: 960px;float: left;margin-left: 0px;padding-left: 10px;}
.featuredetail h2 {font-size: 22px;font-weight: 500;line-height: 30px;letter-spacing: 0em;text-align: left;margin: 0 0 20px;}
.contactBox .contactBox-inner {min-width:320px;}
}

@media (max-width:1024px) { /* big landscape tablets, laptops, and desktops */
header .wrapper {max-width: 95%;padding: 0px 20px;margin: auto;}
.nav-links li.m330 {margin-left: 0%;width:0;height:0px;}
.nav-links li a{padding:9px 20px;border-radius:70px;}
.banner-Container {width: 95%;padding: 0px;margin: 30px auto;min-height: 230px;display: table;}
.banner-left .automaticContainer {font-size: 85px;line-height:100px; margin:15px 0 40px;}
/*.banner-left .automaticContainer::after {content: '';background: url(../images/heading-bottom-line.png);position: absolute;left: 0px;top: 0px;
width: 480px;height: 120px;background-position:left bottom;background-repeat: no-repeat;}*/
.banner-left .automaticContainer::before {content: '';width: 480px;height: 120px;background-position:left bottom;background-repeat: no-repeat;}
.banner-left {width: 45%;float: left;}
.bannerText {font-size:20px;line-height: 35px;margin: 40px 10px;}
.tabbed-content {max-width: 980px;}
.tabs ul{gap:6px;padding:2px 2px; width:96%;}
.tabs ul li a {padding: 10px 14px;font-size: 16px;}
#boxThis.box{top:85px;width:94%;margin: auto;}
.featureImg {width: 36%;}
.featureCont {width: 60%;}
.featureCont h4 {font-size: 28px;line-height: 30px;margin: 10px 0 20px;}
/*.featureCont ul.ul li {font-size: 16px;padding: 10px 20px 10px;min-height:70px;line-height:22px;}*/
.whoweare .whoweare-inner {width: 96%;padding: 0 10px;}
.whoweare .leftcont{margin:0 22px}
.whoweare .leftcont p {font-size: 18px;line-height: 30px;}
.whoweare p {font-size: 22px;line-height: 36px;margin: 0 0 30px;}
.whoweare .leftcont h4 {font-size: 26px; margin:0 0 20px;}
.whoweare .leftcont .numberbox {width: 100%;min-height: 150px;}
.whoweare .leftcont .numberbox .numberbox-inner {padding: 10px 15px;width: 32%;min-height: 150px;}
.whoweare .leftcont .numberbox .numberbox-inner h3 {font-size: 26px;line-height: 40px;}
.whoweare .leftcont .numberbox .numberbox-inner p {font-size: 16px;line-height: 20px;}
.benifitBox .leftcont p {font-size: 18px;line-height: 30px;}
.benifitBox h3{font-size:40px; margin:0 0 20px; line-height:60px;}
.benifitBox p{font-size:22px;}
.benifitBox .leftcont{margin:0 20px;}
.footer_top {width: 930px;}
.whoweare h3 {font-size: 48px;font-weight: 700;line-height: 50px;margin: 0 0 20px;}
.formBox-left h3{font-size:36px; line-height:46px;}
.formBox{margin:60px 0 20px;}
.footer-right {width: 40%;float: right;}
.boost-title {font-size: 28px;}
.signupBox {min-height: 80px;padding: 10px;}
.videoCont:after,.videoCont:before{min-height:82px;}
.contactBox .contactBox-inner {min-width: 250px;}
.contactBox .greenBtn .textbox {padding: 8px 6px;font-size: 22px;}
.contactBox .greenBtn .imgcont {margin: 8px 0 0;}
.form-container-half {width: 44%;margin-right: 16px;padding: 0 6px 0 0px;}
.form-container-half:nth-child(n+2){margin-right:0px; margin-left:10px;}
.benifit-right {width: 980px;float: left;margin:30px 0 0 0px;padding-left: 0px;}
.benifit-left {width: 90%;float: left;min-height: 220px;padding-left: 15px;}
}

@media (max-width:768px) {
section.helpbox h3 {font-size: 36px;line-height: 60px;margin: 0 0 30px;}
.tabbed-content {max-width: 720px;}
.featureCont {width: 70%;margin-right: 0;}
.helpbox-inner {margin-bottom: 80px;flex-direction: column;}
.featureImg {width: 60%;margin: 60px auto;}
.featureCont {width: 100%;margin-right: 0;}
.featureCont ul.ul li {font-size: 15px;padding: 10px 10px 10px;min-height: 50px;line-height: 20px;width: 45%;}
.featureCont ul.ul li.lineHeight16 {line-height: 22px;min-height: 70px;}
.whoweare h3 {font-size: 40px;font-weight: 700;line-height: 40px;margin: 0 0 15px;}
.whoweare p {font-size: 18px;line-height: 36px;margin: 0 0 30px;}
.whoweare .whoweare-inner {width: 90%;padding: 0 10px;}
.whoweare .leftcont {margin: 0 22px;width: 94%;}
.whoweare .rightcont {width: 70%;margin: 0 15%;}
.benifitBox h3 {font-size: 36px;margin: 0 0 20px;line-height: normal;}
.benifitBox p {font-size: 16px;}
.benifitBox .benifit-inner {width: 90%;padding: 0 20px;margin: 0 5% 10%;}
.benifitBox .rightcont {width: 70%;margin: 0 10%;}
.benifitBox .rightcont img {left: 40px;top: 0px;}
.benifitBox .leftcont {margin: 0 20px;width: 96%;}
.vCont-inner {width: 80%;margin: 0px auto;border-radius: 25px;padding: 8px;height: 420px;}
.boost-title {font-size: 23px;}
.clientsaysBox .clientsays-inner #owlTwo.owl-drag .owl-item{width:460px !important;}
.textcont{width:60%;}
.formBox {margin: 60px 10% 20px;width: 80%;display: table;float: none;}
.formBox-inner {width: 100%;display: table;padding: 0 0px;margin: 0 auto 40px;}
.formBox-left{width:100%; margin-bottom:40px;}
.formBox-left h3{font-size:44px;line-height:52px; text-align:center;margin-bottom:50px;}
.formBox-right{width:100%;}
.form-container-half {width: 46%;margin-right: 16px;padding: 0 6px 0 0px;}
.form-container-half:nth-child(n+2) {margin-right: 0px;margin-left: 0px;}
.footer_top {width: 680px;}
.col-sm-5ths, .col-md-5ths{width:46%}
.footer-right {width: 55%;}
.benifit-right {width: 100%;margin-left:0px;padding-left: 0px;margin-bottom: 50px;}
.featureBox{width:94%; margin:0 10px 50px;}
.featrueimg {width: 100%;height: 280px;}
.featuredetail{width:100%;}
.featuredetail h2 {font-size: 24px;font-weight: 500;line-height: 36px;letter-spacing: 0em;text-align: left;margin: 0 0 20px;}
.featuredetail p{text-align:left;}
}


@media (max-width:767px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
.nav-container, .head-right {display: none;}
.banner-Container {width: 95%;padding: 0px;margin: 0px auto;min-height: 300px;display: block;margin-top:0px;}
.banner-left {width: 315px;min-height: 150px;position: relative;top: 0px;left: 20px;}
.banner-left .automaticContainer {font-size: 60px;font-weight: 700;line-height: 110px;letter-spacing: 0em;text-align: left;position: relative;}
/*.banner-left .automaticContainer::after {width: 320px;}*/
.banner-left .automaticContainer::before {width: 320px;}
.banner-right {float: right;width: 100%;height: 300px;overflow: hidden;}
.bannerText {font-size: 20px;font-weight: 400;line-height: 28px;letter-spacing: -0.01em;text-align: left;margin: 40px 10px;}
section.helpbox h3 {font-size: 34px;font-weight: 700;line-height: 36px;letter-spacing: 0em;text-align: center;margin: 0 0 40px;}
.owl-dots {width: 280px;margin: 0 auto;}.owl-theme .owl-nav {display: none;}
.tabbed-content {max-width: 90%;}
.tabbed-content .itemF.active .item-content {opacity: 1;visibility: visible;height: auto;display: table;width: 100%;margin: 0 0% 0 0%;padding: 0;}
.helpbox-inner {width: 100%;display: block;float: left;margin-bottom: 80px;}
.featureCont {display: block;width: 100%;float: left;margin: 0 0 40px;padding: 0px;}
.featureCont h4 {font-size: 24px;font-weight: 500;line-height: 40px;letter-spacing: 0em;display: block;width: 100%;margin: 0px 0 20px;text-align: left;padding: 0px;}
.featureCont ul.ul li {list-style: none;display: inline-flex !important;align-items: center;font-size: 16px;font-weight: 400;margin: 0 -1px -1px 0;padding: 15px 20px 15px;border: 0px solid #999;line-height: 20px;width: 96%;min-height: 25px;float: left;}
ul#tab {list-style-type: none;margin: 0px 2%;border: solid 0px #238b68;padding: 5px 5px;width: 94%;float: left;}
.featureImg {display: inline-flex;width: 90%;float: left;vertical-align: middle;align-items: center;margin-bottom: 30px;}
.whoweare {display: block;margin: 30px 0;float: left;position: relative;width: 90%;margin: 30px 5%;}
.whoweare h3 {font-size: 36px;font-weight: 700;line-height: 30px;letter-spacing: 0em;text-align: center;margin: 0 0 30px;}
.whoweare p {font-size: 20px;font-weight: 400;line-height: 28px;letter-spacing: 0em;text-align: center;margin: 0 0 30px;}
.whoweare .whoweare-inner {width: 100%;display: table;margin: 0 auto 40px;padding: 0 5px;}
.whoweare .leftcont {display: inline-block;width: 100%;float: left;margin: 0 0px;padding: 0px;}
.whoweare .leftcont h4 {font-size: 24px;color: #1D1F20;font-weight: 500;margin: 0 0 30px;}
.whoweare .leftcont .numberbox .numberbox-inner {display: inline-flex;border-right: 0px solid #999;padding: 12px 24px;width: 100%;
flex-direction: column;border-bottom: 1px solid #999;}
.whoweare .rightcont {width: 100%;margin:0px;}
.benifitBox {display: block;margin: 30px 5%;float: left;position: relative;width: 90%;}
.benifitBox h3 {font-size: 26px;font-weight: 700;line-height: 36px;letter-spacing: 0em;text-align: center;margin: 0 0 30px;}
.benifitBox p {font-size: 16px;font-weight: 400;line-height: 26px;letter-spacing: 0em;text-align: center;margin: 0 0 30px;}
.benifitBox .benifit-inner {width: 100%;display: block;margin-bottom: 40px;padding: 0 0px;float: left;margin:0px;}
.benifitBox .rightcont {display: inline-flex;width: 100%;float: left;vertical-align: middle;align-items: center;position: relative;margin:0px;}
.benifitBox .rightcont img {width: 100%;position: relative;left: 0px;top: -30px;}
.benifitBox .leftcont {display: inline-block;width: 100%;float: left;margin: 0 0px;padding: 0px;}
.videoCont {width: 100%;display: block;margin: 0 0 40px;padding: 0;position: relative;float: left;}
.vCont-inner {width: 100%;margin: 0px auto;border: 3px solid #323232;display: block;overflow: hidden;border-radius: 15px;position: relative;
padding: 6px;z-index: 9;height: 360px;}
.videoCont:before, .videoCont:after {display: none;}
.v-imgCont {position: relative;width: 100%;display: block;float: left;}
.play-icon-cont {position: absolute;z-index: 999;left: 40%;top: 20%;background: #000;width: 40px;height: 40px;border-radius: 100px;display: inline-block;padding: 8px;}
.signupBox {background: #299628;width: 100%;position: absolute;left: 0;bottom: 0px;min-height: 120px;text-align: center;padding: 20px 10px;}
.boost-title {display: inline-block;margin: 0 0px 15px;font-size: 26px;font-weight: 500;color: #fff;}
.clientsaysBox {display: block;margin: 30px 3%;float: left;position: relative;width: 94%;border-bottom: 1px solid #dcdcdc;}
.clientsaysBox h3 {font-size: 32px;font-weight: 700;line-height: 30px;letter-spacing: 0em;text-align: center;margin: 0 0 20px;}
.clientsaysBox p {font-size: 18px;font-weight: 400;line-height: 24px;letter-spacing: 0em;text-align: center;margin: 0 0 20px;}
.clientsaysBox .clientsays-inner {width: 100%;display: block;margin-bottom: 40px;padding: 0 5px;float: left;}
.clientsaysBox .clientsays-inner .owl-carousel.owl-drag .owl-item,
.clientsaysBox .clientsays-inner #owlTwo.owl-drag .owl-item{width: 94vw !important;margin:0 2.2em 0 0em !important}
.clientsaysBox .clientsays-inner .testi-section .owlbox .owl-carousel .owl-stage {height: 400px;}
.clientsaysBox .clientsays-inner .testi-section .owlbox {padding: 0px;}
.clientsaysBox .clientsays-inner .testi-section .owlbox .item {width: 100%;border-right: none;padding: 0px;}
.clientsaysBox .clientsays-inner .testi_cont {min-height: 260px;margin: 0 0 60px;width:100%;}
.clientsaysBox .clientsays-inner .testi-section .owlbox #owlTwo .owl-stage {/*width: 17200px !important;*/
	height: 450px;
	overflow: hidden;
}
.clientsaysBox .clientsays-inner .tesi_text{padding:10px;width:100%;}
.clientsaysBox .clientsays-inner .testi_inner .testi-img {width: 100px;height: 100px;margin: 0 24%; display:block;}
.textcont {width: 100%;min-height: 150px;font-size: 16px;display:block;overflow:auto;max-height:160px;}
.title-cont {left: 0px;width: 100%;top: 25px;float: left;display:block;}
.title-text {padding: 20px 0 0 2px;width: 100%;border-left:none;border-top:1px solid rgba(0, 0, 0, 0.8);left:0px;}
.title-cont .reviewBox{width:100%;text-align:center;}
.title-text h4 {font-size: 14px;margin: 0 0 5px;font-weight: 600;color: #30393c;}
.title-text p {font-size: 12px;margin: 0;font-weight: 400;color: #1D1F20;text-align: left;line-height: normal;}
.clientsaysBox .clientsays-inner .left-comma {left: 170px;top: -130px}
.clientsaysBox .clientsays-inner .right-comma {right: 45%;top: 85%}.formBox-left h3 {font-size: 24px;line-height: 36px;margin: 0 0 40px;}
.contactBox .contactBox-inner {padding: 0px;margin-bottom: 20px;}
.contactBox .contactBox-inner:nth-child(2n+1) {border-bottom: 1px solid #999;border-right: none;padding: 0 0 20px}
.formBox-inner {width: 94%;margin: 0 3% 40px;padding: 0px;}
.formBox-left {width: 100%;}.formBox-right {width: 100%;padding: 10px;border-radius: 10px;}
.form-container{padding:0 5px 0 5px}
.form-container-half {width: 100%;float: left;margin-bottom: 0px;display: inline-block;margin-right: 0px;padding: 0 0px 0 0px;}
.footer_top {width: 90%;}
.col-sm-5ths {width: 100%;float: left;position: relative;min-height: 1px;padding-right: 15px;padding-left: 15px;}
.col-md-5ths {width: 100%;}.footer-logo {float: left;width: 100%;padding: 0 20px;}.footer-right {width: 100%;float: right;margin: 10px 0;}
.footer_top p {margin-top: 8px;font-weight: 400;font-size: 16px;margin-bottom: 15px;color: #1D1F20;}
.contactBox .greenBtn .textbox {padding: 8px 6px;font-size: 14px;}
.formBox {margin: 60px 4% 20px;width: 92%;display: table;float: none;}
.benifit-right {width: 100%;margin-left:0px;padding-left: 0px;margin-bottom: 50px;}
.featureBox{width:94%; margin:0 10px 50px;}
.featrueimg {width: 100%;height: 280px;}
.featuredetail{width:100%;}
.featuredetail h2 {font-size: 24px;font-weight: 500;line-height: 36px;letter-spacing: 0em;text-align: left;margin: 0 0 20px;}
.featuredetail p{text-align:left;}
.left-section {width: 90%;margin: 0px 16px 20px 16px;}
.right-section{width:90%;}
.featureCont ul.ul li.width100 {width: 96%;align-items: baseline;border:none;}
.itemF.active .item-content h3 {font-size: 26px;line-height: 30px;margin: 20px 0px 40px;padding: 0px 0 10px;}
.benifitBox .benifit-inner .benifitCont {box-shadow: 0px 2px 14px -5px #a9a9a9;padding: 15px;margin: 0px 0px 40px 0;width: 98%;
flex-direction: column;}
.whoweare .numberbox {width: 100%;display: block;}
.whoweare .numberbox .numberbox-inner {border-bottom: 1px solid #999;padding: 12px 20px;border-right:none;display: block;width: 100%;}
.footerlink {text-align: center;width: 100%;margin: 4px 0;float: left;}
.footerlink>div{width:100%;}
.gallery-wrapper {position: relative;z-index: 1;height: 700px;}
.gallery-wrapper .content{height:700px;}
.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper {height: 90vh;}
.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {height: 80vh;width: 80% !important;}
.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .image {width: 100%;height: 100%;
border-radius: 20px 20px 20px 20px;}
.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay{width: 100%;height:50%;border-radius: 20px 20px 0px 0px;}
.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .image img{border-radius: 20px 20px 20px 20px;}
.trusted-section h3 {font-size: 24px;line-height: 30px;margin: 0px 0 20px;padding: 0 0 0px;}
/* .owl-carousel.owl-drag .owl-item {width: 320px !important;margin-right:30px !important;} */
.flex-container {height: 750px;margin-bottom:20px;}
.home{height:750px;}
.flex-slide:hover{flex-grow:15;}
}

 

/*video::-webkit-media-controls {
	display: none;
}*/
@media (max-width:540px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
	.clientsaysBox .clientsays-inner #owlTwo.owl-drag .owl-item {
		/* width: 490px !important; */
		/* margin: 0 40px 0 1px !important */
	}
}
@media (max-width:480px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
	.clientsaysBox .clientsays-inner #owlTwo.owl-drag .owl-item {
		/* width: 440px !important; */
		/* margin: 0 40px 0 1px !important */
	}
}

@media (max-width:430px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
	.clientsaysBox .clientsays-inner #owlTwo.owl-drag .owl-item {
		/* width: 393px !important; */
		/* margin: 0 40px 0 1px !important */
	}
}

@media (max-width:425px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
	.clientsaysBox .clientsays-inner #owlTwo.owl-drag .owl-item {
		/* width: 390px !important; */
		/* margin: 0 40px 0 1px !important */
	}
}


@media (max-width:414px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
	.clientsaysBox .clientsays-inner #owlTwo.owl-drag .owl-item {
		/* width: 378px !important; */
		/* margin: 0 40px 0 1px !important */
	}
}
@media (max-width:412px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
	.clientsaysBox .clientsays-inner #owlTwo.owl-drag .owl-item {
		/* width: 376px !important; */
		/* margin: 0 40px 0 1px !important */
	}
}

@media (max-width:393px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
	.clientsaysBox .clientsays-inner #owlTwo.owl-drag .owl-item {
		/* width: 358px !important; */
		/* margin: 0 40px 0 1px !important */
	}
}
@media (max-width:384px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
	.clientsaysBox .clientsays-inner #owlTwo.owl-drag .owl-item {
		/* width: 350px !important; */
		/* margin: 0 40px 0 1px !important */
	}
}
@media (max-width:375px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
	.clientsaysBox .clientsays-inner #owlTwo.owl-drag .owl-item {
		/* width: 342px !important; */
		/* margin: 0 40px 0 1px !important */
	}
}
@media (max-width:360px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
	.clientsaysBox .clientsays-inner #owlTwo.owl-drag .owl-item {
		/* width: 320px !important; */
		/* margin: 0 40px 0 0px !important */
	}
}
@media (max-width:353px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
	.clientsaysBox .clientsays-inner #owlTwo.owl-drag .owl-item {
		/* width: 322px !important; */
		/* margin: 0 40px 0 0px !important */
	}
}
@media (max-width:320px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
	.clientsaysBox .clientsays-inner #owlTwo.owl-drag .owl-item {
		/* width: 290px !important; */
		/* margin: 0 40px 0 1px !important */
	}
}


@media (min-width:480px) { /* smartphones, Android phones, landscape iPhone */
}

@media (min-width:600px) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
}

@media (min-width:801px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
}

@media (min-width:1281px) { /* hi-res laptops and desktops */
}


