@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@font-face {
    font-family: 'HelveticaBold';
    font-weight: normal;
    src: url('../fonts/HelveticaBold.eot');
    src: url('../fonts/HelveticaBold.eot') format('embedded-opentype'),
         url('../fonts/HelveticaBold.woff2') format('woff2'),
         url('../fonts/HelveticaBold.woff') format('woff'),
         url('../fonts/HelveticaBold.ttf') format('truetype'),
         url('../fonts/HelveticaBold.svg#HelveticaBold') format('svg');
}
@font-face {
    font-family: 'Helvetica';
    font-weight: normal;
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.eot') format('embedded-opentype'),
         url('../fonts/Helvetica.woff2') format('woff2'),
         url('../fonts/Helvetica.woff') format('woff'),
         url('../fonts/Helvetica.ttf') format('truetype'),
         url('../fonts/Helvetica.svg#Helvetica') format('svg');
}
html {scroll-behavior: smooth;}
*{padding: 0;margin: 0;list-style-type: none;text-decoration: none;outline: none;box-sizing: border-box;}
body {margin: 0;padding: 0;font-family: "DM Sans", sans-serif;}
h1, h2, h3, h4, h5, h6{font-family: 'HelveticaBold';margin: 0;padding: 0;}
p{font-family: "DM Sans", sans-serif;font-size: 16px;padding: 0;margin: 0;font-weight: 400;line-height: 24px;}
img{max-width: 100%;border: none;}
figure{margin: 0;padding: 0;}
a{text-decoration: none;outline: none !important; color: #000;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;-ms-transition: all 0.5s ease;transition: all 0.5s ease;}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;-moz-appearance: none;appearance: none;margin: 0;}
ul, li{padding: 0;margin: 0;list-style-type: none;}
.p-80{padding: 60px 0;}
.card, .card-header, .card-body, .card-footer{border: none;background-color: transparent;border-radius: 0;padding: 0;}
.btn {
    border-radius: 5px;
    border: none;
    overflow: hidden;
    padding: 12px 24px;
    position: relative;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
}
.btn-primary{
    background: rgb(7,168,162);
    background: -moz-linear-gradient(45deg, rgb(200, 143, 49) 0%, rgb(15, 89, 133) 100%);
    background: -webkit-linear-gradient(45deg, rgb(200, 143, 49) 0%, rgb(15, 89, 133) 100%);
    background: linear-gradient(45deg, rgb(200, 143, 49) 0%, rgb(15, 89, 133) 100%);
    color: #ffffff;
}
.btn-primary:hover{
    background: rgb(54,108,197);
    background: -moz-linear-gradient(45deg, rgba(54,108,197,1) 0%, rgba(7,168,162,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(54,108,197,1) 0%, rgba(7,168,162,1) 100%);
    background: linear-gradient(45deg, rgba(54,108,197,1) 0%, rgba(7,168,162,1) 100%);
}
.btn-outline-white{
    border-color: #ffffff;
    color: #ffffff;
}
.btn-outline-white:hover{
    background: rgb(0,113,220);
	background: -moz-linear-gradient(90deg, rgb(48, 170, 225) 0%, rgb(115, 142, 61) 100%);
	background: -webkit-linear-gradient(90deg, rgb(48, 170, 225) 0%, rgb(115, 142, 61) 100%);
	background: linear-gradient(90deg, rgb(48, 170, 225) 0%, rgb(115, 142, 61) 100%);
	color: #fff !important;
  border: 1px solid #fff;
}
.btn-gradient1 {
    margin: 0;
    border: 1px solid #2b6178;
    border-image-slice: 1;
   
    margin-right: 8px;
    color: #3E666E !important;
    border-radius: 50px;
    font-size: 16px;
    padding: 10px 30px;
}
.btn-gradient1:hover{
   background: rgb(0,113,220);
	background: -moz-linear-gradient(90deg, rgb(48, 170, 225) 0%, rgb(115, 142, 61) 100%);
	background: -webkit-linear-gradient(90deg, rgb(48, 170, 225) 0%, rgb(115, 142, 61) 100%);
	background: linear-gradient(90deg, rgb(48, 170, 225) 0%, rgb(115, 142, 61) 100%);
	color: #fff !important;
  border: 1px solid #fff;
}
.btn-gradient2 {
	border: 0;
	border-image-slice: 1;
	background: rgb(7,168,162);
	background: -moz-linear-gradient(35deg, rgb(247, 156, 28) 0%, rgb(15, 89, 133) 100%);
	background: -webkit-linear-gradient(35deg, rgb(247, 156, 28) 0%, rgb(15, 89, 133) 100%);
	background: linear-gradient(35deg, rgb(247, 156, 28) 0%, rgb(15, 89, 133) 100%);
	color: #ffffff;
	border-radius: 30px;
	font-size: 16px;
	padding: 10px 25px;
}
.btn-gradient2:hover {
	background: rgb(0,113,220);
	background: -moz-linear-gradient(90deg, rgb(48, 170, 225) 0%, rgb(115, 142, 61) 100%);
	background: -webkit-linear-gradient(90deg, rgb(48, 170, 225) 0%, rgb(115, 142, 61) 100%);
	background: linear-gradient(90deg, rgb(48, 170, 225) 0%, rgb(115, 142, 61) 100%);
}
/*headarea CSS
--------------------------------------------------------------------------------------------------*/
.headarea {
    width: 100%;
    position: relative;
    z-index: 91;
}
.headarea .logo {
	max-width: 290px;
	width: 100%;
}
.headarea .logo img {
    width: 100%;
    object-fit: cover;
}
.headarea .btn-search {min-width: 30px;max-width: 30px;margin-right: 50px;}
.headarea .btn-search img{ width: 100%; }
.headarea.innerheader {position: relative;padding: 24px 0;}
.headarea.innerheader .btn-search img {filter: brightness(0) invert(0);}
.logo_black{ display: none; }
.headarea.innerheader .logo_black{ display: block; }
.headarea.innerheader .logo_white{ display: none; }

@media screen and (min-width:320px){
    .headarea.fix {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 991;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        box-shadow: 0px 2px 6px rgb(30 75 104 / 8%);
        background-color: #ffffff;
        
    }
    .headarea.fix .menu ul li ul li a {
        padding: 15px 20px;
    }
.headarea.fix .logo {
    max-width: 220px;
}
.headarea.fix .menu {
    margin-right: 20px;
}
/*.headarea.fix .menu ul li a{ color: #000; }
.headarea.fix .menu ul li a:after{ background: #000;}
.headarea.fix .btn-search img {
    filter: brightness(0) invert(0);
}*/


@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
100%{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
100%{opacity:1;-webkit-transform:none;transform:none}
}
}
.headarea .menu ul li ul li{
    border-bottom: 1px solid #f3f3f3;
}
.headarea .menu ul li ul li:last-child{
    border-bottom: none;
}
.headarea .menu ul li ul li a{
    padding: 15px 20px;
}
/*menu CSS
--------------------------------------------------------------------------------------------------*/
.menu {
    margin-right: 60px;
}
.menu ul{margin:0;padding:0;font-size:0;}
.menu ul li{display:inline-block;padding:0;list-style-type:none;position:relative;vertical-align:middle;}
.menu ul li span {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.menu ul li span::after {
	content: '\f107';
	color: #000000;
	font-family: FontAwesome;
	font-size: 11px;
	margin-top: 4px;
}
.menu ul li:hover span::after{
    color: #05b3cc;
}
.headarea.innerheader .menu ul li a{ color: #000; }
.menu ul li {
	margin-right: 24px;
	padding-right: 11px;
}
.menu ul li a {
    color: #272727;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    display: block;
    padding: 30px 0px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu ul li a:hover, .menu ul li.active a {
    color:#0f5985;
}
.menu ul li a span {
    display: inline-block;
    vertical-align: 0px;
    margin-left: 6px;
    font-size: 10px;
}
.menu ul li:hover ul li a:hover {
    background: rgb(7,168,162);
    background: -moz-linear-gradient(35deg, rgba(7,168,162,1) 0%, rgba(54,108,197,1) 100%);
    background: -webkit-linear-gradient(35deg, rgba(7,168,162,1) 0%, rgba(54,108,197,1) 100%);
    background: linear-gradient(35deg, rgba(7,168,162,1) 0%, rgba(54,108,197,1) 100%);
    color: #ffffff;
}
.menu ul li ul {
    width: 240px;
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    z-index: 2;
    background-color: #ffffff;
    text-align: left;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 4px 15px rgb(0 0 0 / 3%);
}
.menu ul ul li:first-child:before{display:none;}
.menu ul ul li:after{display:none;}
.menu ul li:last-child ul{width:220px;position:absolute;top:100%;left:auto;right:0;z-index:2;background-color:#ffffff;box-shadow:0px 5px 14px rgb(0 0 0 / 2%);text-align:left;}
.menu ul li ul li a {
    font-size: 14px;
    text-transform: none;
    padding: 12px 15px;
    color: #000;
    line-height: 20px;
    font-weight: 500;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
    display: block;
    margin: 0;
}
.menu ul li ul li ul{top:10px;left:149px;}
.menu ul li ul li span{right:7px;top:12px;}
.menu ul li a:hover.menu ul li ul{display:block;}
.menu ul li ul li{display:block;padding:0;border-bottom:solid 1px rgb(255 255 255 / 7%);border-right:none;margin: 0;}
.menu ul li ul li:last-child{border:none;}
.menuButton{width:40px;height:35px;padding:5px;float:right;display:none;}
.menuButton span{width:100%;height:3px;background:#3db0f0;margin-bottom:6px;float:left;transition:all 0.3s ease-in-out 0s;}
.menuButton span:last-child{margin-bottom:0;}
@media (min-width:991.98px){.menu ul{display:block!important;}
 .menu ul li:hover > ul{opacity:1;top:100%;visibility:visible;}
}
@media (max-width:991.98px){.menuButton{display:block;margin-left:15px;cursor:pointer;}
 .menu ul li span{background:url(../images/menu_arrow.png) center center no-repeat;cursor:pointer;width:15px;height:15px;position:absolute;right:15px;top:20px;z-index:99;}
 .menu ul li:hover span{background:url(../images/menu_arrow_hover.png) center center no-repeat;}
 .arrow_change span:nth-child(2){display:none;}
 .arrow_change span:first-child{position:relative;top:9px;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
 .arrow_change span:last-child{position:relative;top:1px;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
 .menuBar{padding:15px 0;}
 .menu{padding:5px 0;}
 .menu ul{display:none;background-color:#fff;position:absolute;top:100%;left:0;width:100%;z-index:99;}
 .menu ul li a{color:#071731;display:block;width:100%;font-size:14px;}
 .menu ul li ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;padding:0;visibility: initial;opacity: 1;}
 .menu ul li:last-child ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;}
 .menu ul li{display:block;padding:10px 15px 10px 15px;border-top:1px solid #cccccc54;text-align:left;position:relative;}
 .menu ul li span{position:absolute;right:30px;z-index:99;cursor:pointer;top:12px;text-align:center;}
 .menu ul li ul li ul{top:0;left:0;}
 .menu ul li ul li a{font-size: 12px;text-transform: none; background-color: #e1e1e1; padding: 8px 12px;color: #000;}
}
/*-- footer area start --*/
.footer-area{
    background-color: #020013;
}
.copyright-body{
    padding: 20px 0;
    border-top: 1px solid #322007;
}
.copyright-body h6{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "DM Sans", sans-serif;
    margin: 0;
    color: #CFCFCF;
}

.footer-address .address-icon i{ color:#fff;}

.copyright-body h6 a{
    color: #CFCFCF;
    font-weight: 400; 
}
.copyright-body h6 a:hover{
    text-decoration: underline;
}
.copyright-body .privacypolicy-link ul li{
    display: inline-block;
    position: relative;
    padding-right: 12px;
    margin-right: 12px;
}
.copyright-body .privacypolicy-link ul li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.copyright-body .privacypolicy-link ul li::after{
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 65%;
    background-color: #cfcfcf;
}
.copyright-body .privacypolicy-link ul li:last-child::after{
    display: none;
}
.copyright-body .privacypolicy-link ul li a{
    font-size: 16px;
    font-weight: 400;
    color: #CFCFCF;
}
.copyright-body .privacypolicy-link ul li a:hover{
    text-decoration: underline;
}
.footer-left {
  padding: 50px 35px 30px 0;
  border-right: 1px solid #482E03B2;
}
.footer-logo {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 20px;
	background: #fff;
  padding: 10px;
}
.footer-logo img{
    width: 100%;
    object-fit: cover;
}
.footer-left p {
    color: #BFBFBF;
    text-align: center;
    margin-bottom: 35px;
}
.footer-social-link ul{
    text-align: center;
}
.footer-social-link ul li {
    display: inline-block;
    margin-right: 2px;
}
.footer-social-link ul li:last-child {
    margin-right: 0;
}
.footer-social-link ul li a{
    min-width: 55px;
    max-width: 55px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: rgb(9,199,124);
    background: -moz-linear-gradient(45deg, rgb(246, 155, 28) 0%, rgb(49, 99, 118) 100%);
    background: -webkit-linear-gradient(45deg, rgb(246, 155, 28) 0%, rgb(49, 99, 118) 100%);
    background: linear-gradient(45deg, rgb(246, 155, 28) 0%, rgb(49, 99, 118) 100%);
    color: #fff;
    font-size: 22px;
    -webkit-transition: all 0.5s ease;                  
    -moz-transition: all 0.5s ease;                 
    -o-transition: all 0.5s ease;   
    -ms-transition: all 0.5s ease;          
    transition: all 0.5s ease;
}
.footer-social-link ul li a:hover{
    background: rgb(143,0,255);
    background: -moz-linear-gradient(45deg, rgb(87, 110, 101) 0%, rgb(205, 143, 47) 100%);
    background: -webkit-linear-gradient(45deg, rgb(87, 110, 101) 0%, rgb(205, 143, 47) 100%);
   background: linear-gradient(45deg, rgb(87, 110, 101) 0%, rgb(205, 143, 47) 100%);
}
.footerreviewimgbox ul li{
    display: inline-block;
    margin-right: 10px;
	width: 65px;
}
.footerreviewimgbox ul li:last-child{
    margin-right: 0;
}
.footerreviewimgbox{
    text-align: center;
}
.footer-left .footer-social-link {
  margin-bottom: 20px;
}
.footer-body-area .footer-right {
    padding-top: 50px;
  padding-left: 35px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px solid #482E03B2;
}
.footer h4 {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}
.footer h4::after{
    content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 26px;
  height: 2px;
  border-radius: 30px;
  background-color: #F79C1D;
}
.footer-address .address-contain{
    padding-left: 10px;
}
.footer-address .address-contain h5 {
    text-transform: uppercase;
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    color: #ffffff;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 5px;
}
.footer-address .address-contain ul{
    padding-left: 0;
}
.footer-address .address-contain ul li{
    margin: 0 0 2px;
    list-style-type: none;
}
.footer-address .address-contain ul li:last-child{
    margin: 0;
}
.footer-address .address-contain ul li a{
    font-size: 15px;
    font-weight: 300;
    color: #CFCFCF;
}
.footer-address {
    margin-bottom: 20px;
}
.footer-address:last-child {
    margin-bottom: 0;
}
.footer ul {
    padding-left: 15px;
}
.footer ul li {
    margin: 0 0 5px;
    list-style: disc;
    color: #CFCFCF;
}
.footer ul li:last-child{
    margin: 0;
}
.footer ul li a {
    color: #CFCFCF;
    font-size: 14px;
    font-weight: 400;
}
.footer ul li a:hover{
    color: #1D8FFB;
}
.footer-office-address-area {
    padding-left: 35px;
}
.footer-office-address-box .icon{
    width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
}
.footer-office-address-box .icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-office-address-box .contain{
    padding-left: 15px;
}
.footer-office-address-box .contain h4 {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 5px;
}
.footer-office-address-box .contain address {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 22px;
    margin: 0;
}
/*-- footer area stop --*/
/*-- heading start --*/
.heading .tagline {
    font-size: 16px;
    font-family: 'Helvetica';
    color: #000000;
    margin: 0 0 5px;
}
.heading h1, .heading h2, .heading h3 {
    color: #011E20;
    font-size: 37px;
    line-height: 47px;
    margin: 0 0 15px;
}
.heading p {
    color: #303030;
    margin-bottom: 15px;
}
.heading ul li {
    font-size: 16px;
    color: #303030;
    line-height: 26px;
    margin: 0 0 5px;
    position: relative;
    padding-left: 25px;
}
.heading ul li::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    max-width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/circle-right-icon.svg);
}
/*-- heading stop --*/
/*-- joinourteam area start --*/
.joinourteam-img img{
    width: 100%;
    object-fit: cover;
}
.joinourteam-area .heading .btn{
    margin-top: 15px;
}
.joinourteam-body-area{
    flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    position: relative;
    z-index: 1;
}
.joinourteam-area .heading .tagline{
    background: rgb(8,183,202);
    background: -moz-linear-gradient(45deg, rgba(8,183,202,0.82) 0%, rgba(20,174,107,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(8,183,202,0.82) 0%, rgba(20,174,107,1) 100%);
    background: linear-gradient(45deg, rgba(8,183,202,0.82) 0%, rgba(20,174,107,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.joinourteam-area .heading h3 strong{
    background: rgb(79,60,228);
    background: -moz-linear-gradient(45deg, rgb(206, 144, 46) 0%, rgb(15, 89, 133) 100%);
    background: -webkit-linear-gradient(45deg, rgb(206, 144, 46) 0%, rgb(15, 89, 133) 100%);
    background: linear-gradient(45deg, rgb(206, 144, 46) 0%, rgb(15, 89, 133) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.joinourteam-area{
    position: relative;
}
/*.joinourteam-area::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 340px;
    background: rgb(87,88,255);
    background: -moz-linear-gradient(0deg, rgb(16, 90, 134) 0%, rgba(9,197,126,0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(16, 90, 134) 0%, rgba(9,197,126,0) 100%);
    background: linear-gradient(0deg, rgb(16, 90, 134) 0%, rgba(9,197,126,0) 100%);
}
.joinourteam-area::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(../images/joinourteam-shape-bg.png);
    opacity: 0.08;
}*/
.joinourteam-area .round-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 150px;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/circle-round.svg);
}
.joinourteam-area .heading{
    position: relative;
}
.joinourteam-area .heading::before {
    content: "";
    position: absolute;
    top: -115px;
    left: -130px;
    min-width: 450px;
    max-width: 450px;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url("../images/circle-round2.svg");
    z-index: -1;
}
/*-- joinourteam area stop --*/
/*-- agency area start --*/
.agency-area {
    background: rgb(26,157,191);
    background: -moz-linear-gradient(35deg, rgba(26,157,191,1) 0%, rgba(0,71,144,1) 100%);
    background: -webkit-linear-gradient(35deg, rgba(26,157,191,1) 0%, rgba(0,71,144,1) 100%);
    background: linear-gradient(35deg, rgba(26,157,191,1) 0%, rgba(0,71,144,1) 100%);
    position: relative;
    overflow: hidden;
}
.agency-area::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/agency-shape-bg.svg);
}
.agency-area .shape1 {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 120px;
    height: 120px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/circle-round3.svg);
    filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(9%) hue-rotate(315deg) brightness(102%) contrast(104%);
    opacity: 0.4;
    text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
.agency-area .shape2 {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 120px;
    height: 120px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/circle-round.svg);
    filter: brightness(0) saturate(100%) invert(27%) sepia(42%) saturate(2268%) hue-rotate(183deg) brightness(89%) contrast(102%);
}
.agency-area .agency-body-area{
    position: relative;
    z-index: 1;
}
.agency-area .agency-body-area .heading h3, .agency-area .agency-body-area .heading p{
    color: #ffffff;
}
.agency-area .agency-body-area .heading .tagline {
    color: #00FF90;
    background: no-repeat;
    -webkit-text-fill-color: #fff;
}
.card.agency-card{
    padding: 12px;
    border-radius: 8px;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s ease;                  
    -moz-transition: all 0.5s ease;                 
    -o-transition: all 0.5s ease;   
    -ms-transition: all 0.5s ease;          
    transition: all 0.5s ease;
    margin-bottom: 24px;
}
.card.agency-card:hover, .card.agency-card.active{
    border-color: #ffffff;
}
.card.agency-card.digitalservicebox{
    border: none;
}
.card.agency-card.digitalservicebox:hover, .card.agency-card.digitalservicebox.active{
    background: rgb(9,199,124);
    background: -moz-linear-gradient(35deg, rgb(247, 156, 28) 0%, rgb(15, 89, 133) 100%);
    background: -webkit-linear-gradient(35deg, rgb(247, 156, 28) 0%, rgb(15, 89, 133) 100%);
    background: linear-gradient(35deg, rgb(247, 156, 28) 0%, rgb(15, 89, 133) 100%);
}
.card.agency-card .card-icon{
    width: 100%;
    max-width: 64px;
    height: 64px;
    border-radius: 100%;
    background: rgb(0,113,220);
    background: -moz-linear-gradient(35deg, rgb(247, 156, 28) 0%, rgb(15, 89, 133) 100%);
    background: -webkit-linear-gradient(35deg, rgb(247, 156, 28) 0%, rgb(15, 89, 133) 100%);
    background: linear-gradient(35deg, rgb(247, 156, 28) 0%, rgb(15, 89, 133) 100%);
    -webkit-transition: all 0.5s ease;                  
    -moz-transition: all 0.5s ease;                 
    -o-transition: all 0.5s ease;   
    -ms-transition: all 0.5s ease;          
    transition: all 0.5s ease;
    margin-bottom: 20px;
    padding: 16px;
}
.card.agency-card:hover .card-icon, .card.agency-card.active .card-icon{
    background: #ffffff;
    box-shadow: 0 4px 11.4px rgb(0 0 0 / 10%);
}
.card.agency-card .card-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.card.agency-card:hover .card-icon img, .card.agency-card.active .card-icon img{
   filter: brightness(0) saturate(100%) invert(41%) sepia(39%) saturate(905%) hue-rotate(156deg) brightness(91%) contrast(96%);
}
.card.agency-card .card-body h4 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px;
}
.card.agency-card .card-body p {
    color: #ffffff;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
}
.card.agency-card .card-body a{
    color: #ffffff;
    margin-top: 10px;
    display: inline-block;
}
/*-- agency area stop --*/
/*-- client area start --*/
.heading .tagline{
    background: rgb(8,183,202);
    background: -moz-linear-gradient(45deg, rgb(200, 117, 0) 0%, rgb(21, 119, 166) 100%);
    background: -webkit-linear-gradient(45deg, rgb(200, 117, 0) 0%, rgb(21, 119, 166) 100%);
    background: linear-gradient(45deg, rgb(200, 117, 0) 0%, rgb(21, 119, 166) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.heading h3 strong{
    background: rgb(79,60,228);
    background: -moz-linear-gradient(45deg, rgb(200, 143, 49) 0%, rgb(15, 89, 133) 100%);
    background: -webkit-linear-gradient(45deg, rgb(200, 143, 49) 0%, rgb(15, 89, 133) 100%);
    background: linear-gradient(45deg, rgb(200, 143, 49) 0%, rgb(15, 89, 133) 100%);
    -webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
.client-heading{
    margin-bottom: 15px;
}
.clientbox {
    background-color: #FFFFFF;
    padding: 25px;
    border-radius: 8px;
    border-bottom: 2px solid transparent;
    box-shadow: 0 0 19.3px rgb(0 0 0 / 12%);
    -webkit-transition: all 0.5s ease;                  
    -moz-transition: all 0.5s ease;                 
    -o-transition: all 0.5s ease;   
    -ms-transition: all 0.5s ease;          
    transition: all 0.5s ease;
    position: relative;
    z-index: 99;
}
.clientbox:hover{
    border-bottom-color: #00E6FF;
}
.clientbox p{
    color: #6F6F6F;
}
.clientbox .clientbox-media{
    margin: 0 0 15px;
}
.clientbox .clientbox-media .media-img{
    width: 100%;
    max-width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 100%;
}
.clientbox .clientbox-media .media-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.clientbox .clientbox-media  .media-body{
    padding-left: 10px;
}
.clientbox .clientbox-media  .media-body .admin h5{
    font-size: 16px;
    color: #011E20;
    font-family: 'Helvetica';
}
.clientbox .clientbox-media  .media-body .admin .star h6 {
    color: #272727;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
}
.clientbox .clientbox-media  .media-body .admin .star ul {
    margin-left: 2px;
    display: inline-block;
}
.clientbox .clientbox-media  .media-body .admin .star ul li {
    color: #FFC107;
    font-size: 15px;
    display: inline-block;
}
.clientbox .clientbox-media .media-body .admin .star{
    padding-left: 10px;
}
.clientbox .clientbox-media .media-body h4{
    font-size: 14px;
    font-family: 'Helvetica';
    font-weight: normal;
}
.clientbox .clientbox-media .media-body .admin{
    margin-bottom: 5px;
}
.nav-tabs .nav-link {
    margin: 0;
    border: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #366CC5, #0BA3A5);
    margin-right: 8px;
    color: #366CC5 !important;
    border-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active{
    background: rgb(7,168,162);
    background: -moz-linear-gradient(35deg, rgba(7,168,162,1) 0%, rgba(54,108,197,1) 100%);
    background: -webkit-linear-gradient(35deg, rgba(7,168,162,1) 0%, rgba(54,108,197,1) 100%);
    background: linear-gradient(35deg, rgba(7,168,162,1) 0%, rgba(54,108,197,1) 100%);
    color: #ffffff !important;
    border-image-slice: 0;
}
.client-area .tab-content{
    position: relative;
}
.client-area .tab-content::after{
    content: '';
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 100%;
    max-width: 170px;
    height: 92px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/shape1.svg);
}
.contactourteam-media{
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 35px rgb(0 0 0 / 10%);
    height: 500px;
}
.contactourteam-media .media-address{
    width: 100%;
    max-width: 532px;
    height: 100%;
    padding: 50px;
    background: rgb(143,0,255);
    background: -moz-linear-gradient(45deg, rgb(200, 143, 49) 0%, rgb(15, 89, 133) 100%);
    background: -webkit-linear-gradient(45deg, rgb(200, 143, 49) 0%, rgb(15, 89, 133) 100%);
   background: linear-gradient(45deg, rgb(200, 143, 49) 0%, rgb(15, 89, 133) 100%);
}
.contactourteam-media .media-address .heading h3 {
    margin: 0 0 20px;
    color: #ffffff;
}
.contactourteam-media .media-address .heading p, .contactourteam-media .media-address .heading .tagline {
    color: #ffffff;
    background: none;
    -webkit-text-fill-color: white;
}
.contactourteam-media .media-address .contact {
    margin-bottom: 45px;
}
.contactourteam-media .media-address .contact:last-child{
    margin-bottom: 0;
}
.contactourteam-media .media-address .heading {
    margin-bottom: 40px;
}
.contactourteam-media .media-address .contact h4 {
    color: #FFFFFF;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.contactourteam-media .media-address .contact .contactMedia .media-icon {
    width: 100%;
    max-width: 34px;
    height: 34px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    color: #ffffff;
}
.contactourteam-media .media-address .contact .contactMedia .media-body{
    padding-left: 10px;
}
.contactourteam-media .media-address .contact .contactMedia .media-body h4 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    margin: 0;
    text-transform: lowercase;
}
.contactourteam-media .media-form{
    padding: 50px 40px;
}
.contactourteam-media .media-form .form-group label {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.contactourteam-media .media-form .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #BFBFBF;
    font-family: 'Helvetica';
    padding: 0;
    height: 45px;
    color: #000000;
}
.contactourteam-media .media-form .form-control::placeholder{
    color:#B0B0B0;
}
.contactourteam-media .media-form .form-control:focus{
    box-shadow: none;
}
.contactourteam-media .media-form .form-group {
    margin: 0 0 35px;
}
.recentclient-media{
    box-shadow: 0 13px 38.5px rgb(0 0 0 / 30%);
    padding: 25px;
    border-radius: 8px;
    background: rgb(9,199,124);
    background: -moz-linear-gradient(35deg, rgba(9,199,124,1) 0%, rgba(0,110,223,1) 100%);
    background: -webkit-linear-gradient(45deg, rgb(200, 143, 49) 0%, rgb(15, 89, 133) 100%);
    background: linear-gradient(45deg, rgb(200, 143, 49) 0%, rgb(15, 89, 133) 100%);
}
.recentclient-media .media-img {
    width: 100%;
    max-width: 231px;
    height: 225px;
    overflow: hidden;
    border-radius: 8px;
}
.recentclient-media .media-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recentclient-media .media-body{
    padding-left: 20px;
}
.recentclient-media .media-body h3 {
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
}
.recentclient-media .media-body h4 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 12px;
}
.recentclient-media .media-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 20px;
}
.recentclient-media .media-body .btn{
    border: 1px solid;
}
.recentclient-area .heading{
    margin-bottom: 40px;
    position: relative;
}
.recentclient-area .heading::before{
    content: "";
    position: absolute;
    top: -115px;
    left: -130px;
    min-width: 450px;
    max-width: 450px;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url("../images/circle-round2.svg");
    z-index: -1;
    text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
.recentclient-carousel .owl-stage-outer {
    width: 140%;
}
.recentclient-area {
    overflow: hidden;
    position: relative;
}
.recentclient-area::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 832px;
    height: 598px;
    background-image: url(../images/recent-client-shape1.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.recentclient-carousel{
    position: relative;
}
.recentclient-carousel .owl-nav{
    margin: 0;
    position: absolute;
    top: -108px;
    right: 0;
}
.recentclient-carousel .owl-nav .owl-prev, .recentclient-carousel .owl-nav .owl-next{
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: rgb(9,199,124) !important;
    background: -moz-linear-gradient(35deg, rgba(9,199,124,0.5) 0%, rgba(0,110,223,0.5) 100%) !important;
    background: -webkit-linear-gradient(35deg, rgba(9,199,124,0.5) 0%, rgba(0,110,223,0.5) 100%) !important;
    background: linear-gradient(35deg, rgba(9,199,124,0.5) 0%, rgba(0,110,223,0.5) 100%) !important;
}
.recentclient-carousel .owl-nav .owl-prev:hover, .recentclient-carousel .owl-nav .owl-next:hover{
    background: rgb(0,110,223) !important;
    background: -moz-linear-gradient(145deg, rgba(0,110,223,1) 0%, rgba(9,199,124,1) 100%) !important;
    background: -webkit-linear-gradient(145deg, rgba(0,110,223,1) 0%, rgba(9,199,124,1) 100%) !important;
    background: linear-gradient(145deg, rgba(0,110,223,1) 0%, rgba(9,199,124,1) 100%) !important;
}
.recentclient-carousel .owl-nav .owl-prev span, .recentclient-carousel .owl-nav .owl-next span{
    display: none;
}
.recentclient-carousel .owl-nav .owl-prev::after, .recentclient-carousel .owl-nav .owl-next::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    font-family: FontAwesome;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.recentclient-carousel .owl-nav .owl-prev::after{
    content: '\f060';
}
.recentclient-carousel .owl-nav .owl-next::after{
    content: '\f061';
}
.recentclient-area .recentclient-explore-more{
    position: relative;
    z-index: 1;
    padding-top: 45px;
}
/*-- client area stop --*/
/*-- stand area start --*/
.stand-area{
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.stand-area .heading{
    margin-bottom: 40px;
}
.stand-area .heading .tagline, .stand-area .heading h3{
    color: #ffffff;
}
.stand-box {
    background-color: #143B64;
    padding: 30px 20px 20px;
    border-radius: 8px;
    position: relative;
}
.stand-box .imgshapebox {
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 100%;
    max-width: 318px;
    height: 175px;
    transition: 0.5s;
    opacity: 0;
}
.stand-box:hover .imgshapebox{
    opacity: 0.2;
}
.stand-box .imgshapebox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.stand-box h3{
    color: #ffffff;
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 15px;
}
.stand-box .stand-media{
    margin-bottom: 15px;
}
.stand-box .stand-media:last-child {
    margin-bottom: 0;
}
.stand-box .stand-media .media-icon{
    width: 22px;
    height: 22px;
    border-radius: 100%;
}
.stand-box .stand-media .media-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.stand-box .stand-media .media-body{
    padding-left: 15px;
}
.stand-box .stand-media .media-body address{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #ffffff;
    margin: 0;
}
.stand-box .stand-media .media-body a{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #ffffff;
}
.stand-box .stand-media .media-body a:hover{
    text-decoration: underline;
}
.stand-box .stand-text{
    position: relative;
    z-index: 1;
}
/*-- stand area stop --*/
/*-- agency values area start --*/
.agency-box {
    width: 100%;
    box-shadow: 0 0 19.3px rgb(0 0 0 / 13%);
    background-color: #ffffff;
    border-radius: 8px;
    padding: 35px 25px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.agency-box h4 {
    font-size: 18px;
    line-height: 28px;
    color: #011E20;
    margin: 0 0 10px;
    transition: 0.5s;
}
.agency-box p{
    color: #303030;
    transition: 0.5s;
}
.agency-box:hover{
    background: rgb(9,199,124);
    background: -moz-linear-gradient(35deg, rgb(247, 156, 28) 0%, rgb(15, 89, 133) 100%);
    background: -webkit-linear-gradient(35deg, rgb(247, 156, 28) 0%, rgb(15, 89, 133) 100%);
    background: linear-gradient(35deg, rgb(247, 156, 28) 0%, rgb(15, 89, 133) 100%);
}
.agency-box:hover h4, .agency-box:hover p{
    color: #ffffff;
}
.recentclient-area.agencyvalues-area::before {
    left: auto;
    right: 0;
    background-image: url(../images/recent-client-shape2.svg);
}
.agencyvaluesbody-area{
    position: relative;
}
.agencyvaluesbody-area::after{
    content: '';
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 100%;
    max-width: 170px;
    height: 92px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/shape1.svg);
    text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.9s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
.agency-box .icon {
    width: 100%;
    max-width: 64px;
    height: 64px;
    border-radius: 100%;
    margin-bottom: 15px;
    background: rgb(0,110,223);
    background: -moz-linear-gradient(35deg, rgb(247, 156, 28) 0%, rgb(15, 89, 133) 100%);
    background: -webkit-linear-gradient(35deg, rgb(247, 156, 28) 0%, rgb(15, 89, 133) 100%);
    background: linear-gradient(35deg, rgb(247, 156, 28) 0%, rgb(15, 89, 133) 100%);
    padding: 10px;
}
.agency-box .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.agency-box:hover .icon img{
   filter: brightness(0) saturate(100%) invert(41%) sepia(39%) saturate(905%) hue-rotate(156deg) brightness(91%) contrast(96%);
}
.agency-box:hover .icon{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
}
/*-- agency values area stop --*/
/*-- brand area start --*/
.brand-area h3 {
    position: relative;
    font-size: 25px;
    font-family: 'Helvetica';
    font-weight: normal;
    text-align: center;
    margin: 0 0 30px;
}
.brand-area h3 strong {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 0 20px;
}
.brand-area h3::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #08B7CA;
}
.brand-img {
    box-shadow: 0 0 31.9px rgb(0 0 0 / 7%);
    height: 113px;
    position: relative;
    padding: 32px;
    border-radius: 8px;
}
.brand-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*-- brand area stop --*/
/*-- digitalservice area start --*/
.agency-area.digitalservice-area::before {
    background-image: url(../images/servicebgshape.svg);
}
/*-- digitalservice area stop --*/
/*-- brandingagency area start --*/
.brandingagency-area .heading h3 strong{
    display: block;
}
.brandingagency-area .heading .heading-text{
    width: 100%;
    max-width: 600px;
}
.brandingagencybodyarea {
    position: relative;
    margin-bottom: 30px;
}
.brandingagency-area .heading {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.brandingagency-area .heading::after{
    content: "";
    position: absolute;
    top: -115px;
    right: -130px;
    min-width: 450px;
    max-width: 450px;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/circle-round2.svg);
    z-index: -1;
    text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
.brandingagencybodyarea::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 100%;
    max-width: 170px;
    height: 92px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/shape1.svg);
    text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
.brandingagency-heading h4{
    color: #011E20;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    margin: 0;
    width: 100%;
    max-width: 672px;
}
.brandingagency-area{
    position: relative;
    overflow: hidden;
}
.brandingagency-area::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 944px;
    height: 555px;
    background-image: url(../images/brandingagencyshape1.svg);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}
.bannerbodyarea {
    padding: 30px 50px 0 20px;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}
.bannerbodyarea::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EAFCFD;
    border-radius: 50px;
}
.bannerbodyarea::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 195px;
    height: 142px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/banner-dote-shape2.svg);
    text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.9s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
.bannerimg {
    position: relative;
    padding-right: 30px;
    height: auto;
}
.bannerimg img {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*.bannerimg::after {
	content: '';
	width: 100%;
	max-width: 510px;
	height: 90%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgb(9,199,124);
	background: -moz-linear-gradient(45deg, rgb(48, 170, 225) 0%, rgb(15, 89, 133) 100%);
	background: -webkit-linear-gradient(45deg, rgb(48, 170, 225) 0%, rgb(15, 89, 133) 100%);
	background: linear-gradient(45deg, rgb(48, 170, 225) 0%, rgb(15, 89, 133) 100%);
	transform: skewX(-2deg);
	border-radius: 8px;
}*/
.bannerimg .icon {
    width: 100%;
    max-width: 85px;
    height: 85px;
    border-radius: 100%;
    background: rgb(143,0,255);
    background: -moz-linear-gradient(45deg, rgb(48, 170, 225) 0%, rgb(115, 142, 61) 100%);
    background: -webkit-linear-gradient(45deg, rgb(48, 170, 225) 0%, rgb(115, 142, 61) 100%);
    background: linear-gradient(45deg, rgb(48, 170, 225) 0%, rgb(115, 142, 61) 100%);
    padding: 18px;
    position: absolute;
}
.bannerimg .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.bannerimg .icon.icon1{
    top: 5%;
    left: 15%;
    z-index: 1;
}
.bannerimg .icon.icon2 {
    top: 47%;
    right: -5%;
    z-index: 91;
}
.bannerimg .circle {
    width: 100%;
    max-width: 85px;
    height: 85px;
    position: absolute;
    top: 32%;
    right: 8%;
    z-index: 1;
    text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
.bannerimg::before {
    content: '';
    position: absolute;
    top: 22%;
    left: 30%;
    width: 100%;
    max-width: 99px;
    height: 106px;
    background-image: url(../images/bannerdottedshape.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
    text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
.bannermain{
    flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
}
.banner-contain {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 580px;
    padding-top: 100px;
   padding-bottom: 35px;
}
.banner-contain h1 {
    color: #011E20;
    font-size: 55px;
    line-height: 62px;
    margin-bottom: 25px;
}
.banner-contain h1 strong {
	/* background: rgb(79,60,228); */
	/* background: -moz-linear-gradient(45deg, rgba(79,60,228,1) 0%, rgba(0,178,155,1) 100%); */
	/* background: -webkit-linear-gradient(45deg, rgba(79,60,228,1) 0%, rgba(0,178,155,1) 100%); */
	background: linear-gradient(45deg, rgb(247, 156, 29) 0%, rgb(15, 89, 133) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.banner-contain p{
    font-size: 16px;
    font-weight: 400;
    color: #303030;
    line-height: 26px;
}
.banner-contain .btnbox{
    padding-top: 30px;
}
.btn-banner {
    border: 1px solid #CFF2F4;
  background-color: #CFF2F4;
  font-size: 15px;
  line-height: 26px;
  color: #000000;
  border-radius: 30px;
  padding: 7px 20px 7px 45px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.btn-banner:last-child {
    margin-right: 0;
}
.btn-banner:hover{
    background: rgb(9,199,124);
    background: -moz-linear-gradient(90deg, rgb(247, 156, 28) 0%, rgb(15, 89, 133) 100%);
    background: -webkit-linear-gradient(90deg, rgb(247, 156, 28) 0%, rgb(15, 89, 133) 100%);
    background: linear-gradient(90deg, rgb(247, 156, 28) 0%, rgb(15, 89, 133) 100%);
    color: #ffffff;
}
.btn-banner .icon {
    width: 100%;
    max-width: 35px;
    height: 35px;
    border-radius: 100%;
    background: rgb(16,172,189);
    background: -moz-linear-gradient(45deg, rgba(16,172,189,1) 0%, rgba(9,199,124,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(16,172,189,1) 0%, rgba(9,199,124,1) 100%);
    background: linear-gradient(45deg, rgba(16,172,189,1) 0%, rgba(9,199,124,1) 100%);
    position: absolute;
    top: 2px;
    left: 0;
    color: #ffffff;
    box-shadow: 5px 0 0 rgb(255 255 255);
}
@-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
}
.bannerimg .icon.icon1 img{
    text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
.bannerimg .icon.icon2 img{
    text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
/*-- brandingagency area stop --*/
/*-- inner banner area start --*/
.innerbanner {
    min-height: 350px;
    border-radius: 0px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px 50px;
}
.innerbanner .innerbannerimg {
    width: 100%;
    max-width: 425px;
    position: relative;
}
.innerbanner .innerbannerimg img{
    width: 100%;
    object-fit: cover;
}
.innerbanner .innerbannercontain{
    width: 100%;
    max-width: 800px;
}
.innerbanner .innerbannercontain h1 {
    color: #fff;
    font-size: 50px;
    font-family: 'HelveticaBold';
    line-height: 57px;
    margin: 0 0 20px;
}
.innerbanner .innerbannercontain h1 strong{
    background: rgb(79,60,228);
    background: -moz-linear-gradient(45deg, rgb(182, 186, 38) 0%, rgb(39, 178, 190) 100%);
    background: -webkit-linear-gradient(45deg, rgb(182, 186, 38) 0%, rgb(39, 178, 190) 100%);
    background: linear-gradient(45deg, rgb(182, 186, 38) 0%, rgb(39, 178, 190) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.innerbanner .innerbannercontain p {
    color: #fff;
    line-height: 26px;
}
/*-- inner banner area stop --*/
/*-- sustainability area start --*/
.sustainabilityarea .sustainabilityimg img{
    width: 100%;
    object-fit: cover;
}
.sustainabilitybodyarea{
    flex-direction: row-reverse;
}
.client-area.aboutclientarea .heading .tagline {
    color: #ffffff;
    -webkit-text-fill-color: #fff;
}
.client-area.aboutclientarea .heading h3{
    color: #ffffff;
}
.client-area.aboutclientarea .heading h3 strong{
    color: #FFC107;
    -webkit-text-fill-color: #ffc107;
}
.client-area.aboutclientarea .btn-box .btn-gradient1{
    background: transparent;
    border: 1px solid #FFFFFF;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}
.client-area.aboutclientarea .btn-box .btn-gradient1:hover{
    background-color: #00FF9A;
    border-color: #00FF9A;
    color: #000000;
    -webkit-text-fill-color: #000000;
}
.innerbannercontain.serviceinnerbannercontain {
    max-width: 630px;
    position: relative;
  z-index: 9;
}
.innerbannercontain.serviceinnerbannercontain .btn-banner{
    margin-top: 30px;
}
/*-- sustainability area stop --*/
/*-- innerservicearea start --*/
.heading.innerserviceheading {
    width: 100%;
    max-width: 721px;
    margin: 0 auto 60px;
    text-align: center;
}
.heading.innerservicecontain p{
    margin-bottom: 25px;
}
.heading.innerservicecontain .btn-gradient2{
    display: inline-block;
}
.heading.innerservicecontain {
    position: relative;
}
.heading.innerservicecontain::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    min-width: 450px;
    max-width: 450px;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/circle-round2.svg);
    z-index: -1;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}
.innerservice{
    margin-bottom: 40px;
}
.innerservice:last-child{
    margin-bottom: 0;
}
.innerservice:nth-of-type(2n){
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
}
.innerservice:nth-of-type(2n) .heading.innerservicecontain::after{
    right: 0;
    left: -115px;
}
/*-- innerservicearea stop --*/
/*-- blog inner page start --*/
.innerbanner .innerbannercontain.bloginnerpagebanner{
    max-width: 100%;
    position: relative;
}
.innerbanner .innerbannercontain.bloginnerpagebanner::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 788px;
    height: 164px;
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/blog-inner-banner-shape.svg);
}
.card.blogbig{
    width: 100%;
    max-width: 1127px;
    margin: 0 auto 65px;
}
.card.blogbig .card-image{
    width: 100%;
    height: 660px;
    overflow: hidden;
    border-radius: 30px;
}
.card.blogbig .card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card.blogbig .card-body{
    text-align: center;
    padding-top: 25px;
}
.card.blogsmall .card-image {
    height: 307px;
    border-radius: 15px;
    overflow: hidden;
}
.card.blogsmall .card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s ease;                  
    -moz-transition: all 0.5s ease;                 
    -o-transition: all 0.5s ease;   
    -ms-transition: all 0.5s ease;          
    transition: all 0.5s ease;
}
.card.blogsmall:hover .card-image img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.card.blogsmall .card-body{
    padding-top: 20px;
}
.card.blogsmall .card-body h4{
    color: #011E20;
    font-size: 22px;
    line-height: 33px;
    margin: 0 0 0;
}
.card.blogsmall .card-body .date{
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 5px;
}
.card.blogsmall .card-body p {
    color: #5F5F5F;
    margin-bottom: 15px;
}
.card.blogsmall .card-body a{
    display: inline-block;
}
.innerblogbody {
    margin-bottom: 70px;
}
.blogmedia .media-img{
    width: 100%;
    max-width: 510px;
    height: 331px;
    border-radius: 15px;
    overflow: hidden;
}
.blogmedia .media-img img{
    width: 100%;
    height: 100%; 
    object-fit: cover;
}
.blogmedia .media-body{
    padding-left: 30px;
}
.blogmedia .media-body h5{
    color: #011E20;
    font-size: 22px;
    line-height: 33px;
    margin: 0 0 12px;
}
.blogmedia .media-body .date{
    color: #ADADAD;
    font-size: 16px;
    line-height: 28px;
}
.innerbanner.innerbannerblogarea{
    min-height: 400px;
}
.innerblogarea {
    position: relative;
    margin-top: -105px;
    z-index: 1;
}
/*-- blog inner page stop --*/





.contactform{ height: auto; padding: 50px 0px;}
.media-form{padding: 40px;width: 100%;max-width: 850px;margin: 0 auto;}
.contactourteam .media-form .form-group label {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.contactourteam .media-form .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #BFBFBF;
    font-family: 'Helvetica';
    padding: 0;
    height: 45px;
    color: #000000;
}
.contactourteam .media-form .form-control::placeholder{
    color:#B0B0B0;
}
.contactourteam .media-form .form-control:focus{
    box-shadow: none;
}
.contactourteam .media-form .form-group {
    margin: 0 0 35px;
}
.contactourteam .media-form .btn{padding: 13px 50px;}
.webareabanner{max-width: 400px !important;}
.workareain .recentclient-carousel .owl-stage-outer {width: 100%;}
.workareain .recentclient-media .media-body {padding-left: 0px;}
.workareain .recentclient-media .media-body h4{font-size: 20px;font-weight: 500;}
.workareain .recentclient-media .media-body h6{font-size: 50px;text-fill-color: transparent;
text-stroke: 2px black;-webkit-text-fill-color: transparent;-webkit-text-stroke: 2px #fff;-moz-text-fill-color: transparent;}
.works-carousel .owl-nav{margin: 0;position: absolute;top: -108px;right: 0;}
.works-carousel .owl-nav .owl-prev, .works-carousel .owl-nav .owl-next{position: relative;width: 60px;height: 60px;
border-radius: 100%;background: rgb(9,199,124) !important;background: -moz-linear-gradient(35deg, rgba(9,199,124,0.5) 0%, rgba(0,110,223,0.5) 100%) !important;background: -webkit-linear-gradient(35deg, rgba(9,199,124,0.5) 0%, rgba(0,110,223,0.5) 100%) !important;background: linear-gradient(35deg, rgba(9,199,124,0.5) 0%, rgba(0,110,223,0.5) 100%) !important;}
.works-carousel .owl-nav .owl-prev:hover, .works-carousel .owl-nav .owl-next:hover{background: rgb(0,110,223) !important;background: -moz-linear-gradient(145deg, rgba(0,110,223,1) 0%, rgba(9,199,124,1) 100%) !important;
background: -webkit-linear-gradient(145deg, rgba(0,110,223,1) 0%, rgba(9,199,124,1) 100%) !important;
background: linear-gradient(145deg, rgba(0,110,223,1) 0%, rgba(9,199,124,1) 100%) !important;}
.works-carousel .owl-nav .owl-prev span, .works-carousel .owl-nav .owl-next span{display: none;}
.works-carousel .owl-nav .owl-prev::after, .works-carousel .owl-nav .owl-next::after {position: absolute;top: 0;left: 0;
right: 0;margin: 0 auto;color: #ffffff;font-family: FontAwesome;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;font-size: 24px;}
.works-carousel .owl-nav .owl-prev::after{content: '\f060';}
.works-carousel .owl-nav .owl-next::after{content: '\f061';}

/*-- brandingfaq area start --*/
.brandingfaqarea .brandingheading {
    text-align: center;
    margin-bottom: 40px;
}
.brandingfaqarea .brandingheading h3{
    color: #011E20;
    font-size: 37px;
    line-height: 47px;
    margin: 0 0 0;
}
.brandingfaqarea .brandingheading h5 {
    background: rgb(8,183,202);
    background: -moz-linear-gradient(45deg, rgba(8,183,202,0.82) 0%, rgba(20,174,107,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(8,183,202,0.82) 0%, rgba(20,174,107,1) 100%);
    background: linear-gradient(45deg, rgba(8,183,202,0.82) 0%, rgba(20,174,107,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Helvetica';
    font-size: 18px;
    margin-bottom: 12px;
}
.brandingfaqarea {
    background-color: #f7f5fa;
}
.brandingfaqarea .accordion {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.brandingfaqarea .accordion .accordion-button {
    border-radius: 0 !important;
    background-color: transparent;
    color: #011E20;
    font-size: 20px;
    padding: 25px;
    box-shadow: none;
}
.brandingfaqarea .accordion .accordion-item {
    border-radius: 0;
    border: none;
    margin: 0 0 18px;
}
.brandingfaqarea .accordion .accordion-body{
    padding: 0 25px 25px;
}
/*-- brandingfaq area stop --*/


.sub-menu-toggle{ display:none;}
.dropdown-toggle::after{display:none;}

.singlepostarea h3, .singlepostarea h4{font-size: 25px;
  margin: 10px 0px;
  font-weight: 400;}
.singlepostarea h2{font-size: 27px; margin: 10px 0px; }
.singlepostarea ul{ padding-left:20px}
.singlepostarea li{ margin-bottom:6px; list-style:disc;}



/* ======================================================================= */
    /* filter_gallery start */
/* ======================================================================= */

.filter_gallery {
    width: 100%;
}

.gallery {
    width: 100%;
    display: block;
}

.gallery .gallery-filter {
    padding: 0 15px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.gallery .gallery-filter .filter-item {
    color: #000;
    font-size: 16px;
    display: inline-block;
    margin: 0 2px;
    padding: 8px 10px;
    background-color: #FFCB05;
    border-radius: 6px;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #FFCB05;
    line-height: 1.2;
    transition: all 0.3s ease;
}

.gallery .gallery-filter .filter-item:hover {
    background-color: #fff;
}

.gallery .gallery-filter .filter-item.active {
    color: #000;
    border-color: #ff9800;
    background-color: #fff;
}

.gallery-item-inner {
    height: 550px;
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 6px 6px 0 0;
    border: 1px solid #d7d7d7;
    transition: 0.6s;
}

.gallery .gallery-item-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

/*.gallery-item-inner:hover img {
    transform: scale(1.1);
}*/

.gallery .gallery-item {
    width: calc(100% / 3);
    padding: 8px;
    /*height: 550px;
    position: relative;
    overflow: hidden;*/;
}

.gallery .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
 /* ensures the image starts from the top */
    display: block;
}

.gallery .gallery-item.show {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.gallery .gallery-item.hide {
    display: none;
}

.gallery-itemtext {
    width: 100%;
    background-color: #efefef;
    padding: 15px;
    text-align: center;
    border-radius: 0 0 6px 6px;
}

.gallery-itemtext h5 {
    font-size: 26px;
    color: #000;
    font-weight: 500;
}

.gallery .gallery-item a {
    color: #000;
}

.overlay-text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    display: block !important;
    background: rgb(0 0 0 / 35%);
    transition: 0.6s;
    opacity: 0;
}

.overlay-text .fa-plus {
    color: #fff;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 1;
    width: 75px;
    height: 75px;
    background-color: #f79c1b;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery-item-inner:hover .overlay-text {
    display: block;
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

/*responsive*/
@media(max-width: 991px) {
    .gallery .gallery-item {
        width: 50%;
    }
}

@media(max-width: 767px) {
    .gallery .gallery-item {
        width: 100%;
    }

    .gallery .gallery-filter .filter-item {
        margin-bottom: 10px;
    }

    .gallery .gallery-item {
        width: calc(100% / 3);
        padding: 5px;
    }
}


