@import url('https://fonts.googleapis.com/css?family=Raleway:600,700');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Lexend+Deca:wght@500;600&display=swap');
/* @font-face{
  src:url(../fonts/AvenirNextLTPro-Bold.otf);
  font-weight: bold;
        font-style: normal;
        font-variant:normal;
  font-family: 'Lexend Deca', sans-serif;
}
@font-face{
  src:url(../fonts/AvenirNextLTPro-Regular.otf);
  
}
@font-face{
  src:url(../fonts/AvenirNextHeavy.ttf);
  
}
@font-face{
  src:url(../fonts/AvenirNextLTProHeavyItalic.ttf);
  
}
@font-face{
  src:url(../fonts/KievitOT-Regular.otf);
  
} */
body {
color: #9a9a9a;
font-family: 'DM Sans', sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 24px;
background:#fff;
overflow-x:hidden;
background-color:#f1f7fa ;
}
html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
	
  letter-spacing: 0px;
  margin-top: 0px; 
  color: #333;
  font-weight: 400;
}
h6{
  font-size: 15px;
  color: #656565;
  line-height: 18px;
  font-weight: 600;
}
a {

text-decoration: none;
transition: all 0.2s ease 0s;
}
a:hover {
    color: #31AF91  !important;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
a[href^="tel"]{
    color:#ffffff !important;
    text-decoration:none;
}
p{
  color: #000;
  line-height: 21px;
  
  margin:0;
}
.services-title hr{
  margin-top: 25px;
  margin-bottom: 32px;
}
.brand-content hr{
  margin-top: 20px;
  margin-bottom: 30px;
} 
hr{
  /*height: 0.25px;*/  width: 120px; border: 0.4px solid #31AF91;background: #31AF91;margin-top: 33px;margin-bottom: 25px;
}
.service-col a {
  
  word-spacing: 1px;
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  color: #2e2e2e;
}
ul,
li {
    margin: 0;
    padding: 0;
}
::-webkit-input-placeholder {
  font-weight: 300;
   }

:-moz-placeholder {
  font-weight: 300;
  }

::-moz-placeholder {
  font-weight: 300;
   }

:-ms-input-placeholder {
  font-weight: 300;
  }
  /*scroll bar css*/

/*::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-track {
    background: #2e2e2e; 
}
::-webkit-scrollbar-thumb {
    background: #31AF91;
    height: 60px;
}
::-webkit-scrollbar-thumb:hover {
  background: #31AF91;
}*/

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
/*START PRELOADER DESIGN*/
.preloader {
	background:#000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;	
}
.spinner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	z-index: 10000;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.no-padding { padding: 0 }
/*END PRELOADER DESIGN*/
.section-padding {padding: 40px 0;}
/*START SECTION TITLE DESIGN*/
.section-title{margin-bottom:40px;width: 100%;}
.section-title2{
  margin-bottom: 80px;
}
.section-title  h1 {
color: #333;
font-size: 34px;
font-weight: 700;
margin-bottom: 0;
letter-spacing: 1.5px;
margin-top: 0;
position: relative;
text-transform: capitalize;
}

@media only screen and (max-width:480px) { 
.section-title  h1  {font-size:24px;}
}
.icon_wrap {
display: inline-block;
padding: 10px 0;
position: relative;
margin-bottom: 10px;
}
.icon_wrap:before {
    position: absolute;
    content: '';
    background-color: #31AF91 ;
    height: 2px;
    left: -30px;
    width: 100%;
    top: 50%;
}
.icon_wrap:after {
    position: absolute;
    content: '';
    background-color: #31AF91 ;
    height: 2px;
    right: -30px;
    width: 100%;
    top: 50%;
}
.icon_wrap i {
    font-size: 22px;
    color: #31AF91 ;
}
.icon_wrap_white:before {
    position: absolute;
    content: '';
    background-color: #fff;
    height: 2px;
    left: -30px;
    width: 100%;
    top: 50%;
}
.icon_wrap_white:after {
    position: absolute;
    content: '';
    background-color: #fff;
    height: 2px;
    right: -30px;
    width: 100%;
    top: 50%;
}
.section-title-white-span{background: #fff !important;}
h1.section-title-white{
color: #fff;
font-size: 36px;
font-weight: 500;
margin-top: 0;
position: relative;
margin-top: 0;
text-transform: capitalize;
}
@media only screen and (max-width:480px) { 
h1.section-title-white {font-size:24px;}
}
p.section-title-white{color:#fff;}
.section-title  p{
    padding: 0 10px;
    width: 73%;
    font-size: 18px;
    line-height: 24px;
    margin: auto;
    color:#666666;
}
@media only screen and (max-width:768px) { 
.section-title  p{
width: 100%;
margin: auto;	
}
.market-row .col{
  margin-bottom: 30px;
}
}
/*END SECTION TITLE DESIGN*/
/*START SCROLL TO TOP*/
.topcontrol {
background: #fff none repeat scroll 0 0;
border-radius: 30px;
bottom: 5px;
box-shadow:0 0 10px rgba(0, 0, 0, 0.08);
color: #31AF91 ;
cursor: pointer;
font-size: 18px;
height: 50px;
line-height: 50px;
opacity: 1;
position: fixed;
right: 5px;
text-align: center;
transition: all 0.2s ease 0s;
width: 50px;
}
.topcontrol:hover {
    background: #222;
    color: #fff;
}
/*END SCROLL TO TOP*/
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.navbar {
  padding: 10px 0px; 
  z-index: 1;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}
.header{
  position: fixed;
  background-color: #f1f7fa;
  width: 100%;
  z-index: 999;
}
.bg-faded {
background-color: transparent;
transition: all 0.3s ease 0s;
}
.navbar-nav{
  background-color: transparent;
}
@media only screen and (max-width:768px) { 
.bg-faded {background:#333;}
}
.navbar-brand img {
  width: 115px;
}
.navbar-light .navbar-nav .nav-link {
color: #000;

font-size: 14px;
padding: 0 15px;
text-transform: capitalize;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #31AF91;
  cursor: pointer !important;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open > .nav-link {
  color: #31AF91   !important;
}
.navbar-light .navbar-toggler {
  border-color: #fff;
  border-radius: 0px;
}
.navbar-light .navbar-toggler {
  float: right;
  margin: 6px 0px;
  cursor: pointer;
    /*background-color: #31AF91 ;*/
    border: none;
  /*border-color: #31AF91 ;*/
  border-radius: 0;
}
.navbar-light .navbar-toggler:focus{
  outline:0 !important;
}
.navbar-toggler{
  padding: 5px 5px !important;
  background: #fff !important;
  border-radius: 20px !important;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 32 32\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(37, 182, 163, 1)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 8h24M4 16h24M4 24h24\'/%3E%3C/svg%3E");
}
.navbar-collapse.show .navbar-nav,.navbar-collapse.collapsing .navbar-nav{
  padding-top: 15px !important;
}

.navbar-light .navbar-toggler i {
  color: #666!important;
}
.site-navigation {
    border-radius: 0px;
}
.nav-item{
  line-height: 32px;
}
.btn-nav{
  padding: 7px 15px !important;
  border-radius: 8px;
  background-color: #000000;
  border-color: #000000;
  transition: .5s ease;
  font-weight: 600;
  color:#fff!important;
}
.btn-nav:hover,.btn-nav:focus{
  background-color:#000000;
  color: #ffffff !important;
  border-color:#000000;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,.7);
  transition: .5s ease;
}
@media only screen and (max-width:480px) { 
.collapse.show {
  display: block;
  padding: 0!important;
}
}
.navbar-fixed {
    z-index: 99999;
    position: fixed;
    width: 100%;
	  padding:10px 0;
    top: 0;
    -webkit-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden;
    border-radius: 0px;
    background:rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	 box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
   background-color: #f1f7fa;
}
.navbar-fixed .navbar{
  border-bottom:1px solid transparent;
}
@media only screen and (max-width:768px) { 
.navbar-fixed {background:rgba(255, 255, 255, 0.9) none repeat scroll 0 0;}
}
.navbar-fixed.navbar-light .navbar-nav .nav-link{color:#333;}

@media only screen and (max-width:768px) { 
.navbar-fixed.navbar-light .navbar-nav .nav-link{color:#333;}
}

/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.home_bg {
    position: relative;
    padding-top: 180px;
}
.img-row{
  gap: 24px;
  justify-content: center;
  margin-top: 10px;
}
.hero-imgs{
  max-width: 392px;
}
.hero-imgs:nth-child(2){
  margin-top: 90px;
}
.hero-imgs img{
  max-width: 100%;
}
/*.home_bg:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}*/

.hero-text h1{
  font-weight: 700;
  font-size: 92px;
  line-height: 120px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000;
  max-width: 900px;
  margin: 0px auto 14px;
}
.rewards-row{
  max-width: 750px;
  justify-content: space-between;
  margin: auto;
  text-align: center;
  padding: 116px 0 130px;
}
.rewards-row p strong{
  font-weight: 700;
  font-size: 43px;
  line-height: 50px;
  color: #000000;
}
.rewards-row p{
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #666666;
}
.hero-text p {
color: #000;
font-size: 21px;
font-weight: 400;
margin-bottom: 25px;
text-align: center;
}
.hero-text .btn-nav{
  width: 190px;
  margin: auto;
}
.home_btn a{
margin-bottom: 20px;
margin-right: 20px;
}
.upaplha-img{
  margin:40px 0px 20px;
}
.comingsoon{
    color: #ffffff;
    text-align: center;
    
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #ffffff;
    padding: 11px 32px;
    border-radius: 30px;
    line-height: 23px;
    transition: .2s all ease;
    display: inline-block;  
}
.comingsoon:hover{
  color: #fff!important;
    
}
.comingsoon:focus{
   color: #fff!important;
}

@media only screen and (max-width:360px) { 
.learn_btn,.comingsoon {padding: 10px 40px;}
}
.learn_btn:hover{
background:#0006;
color:#ffffff !important;
border: 2px solid #fff;
}

.get_btn {
background: #31AF91 ;
border: 2px solid #31AF91 ;
border-radius: 5000px;
color: #fff;
display: inline-block;
font-size: 16px;
font-weight: 600;
overflow: hidden;
padding:10px 45px;
text-transform: capitalize;
transition: all 0.3s ease 0s;
}
@media only screen and (max-width:360px) { 
.get_btn {padding: 10px 40px;}
}
.get_btn:hover{
background:#fff;
color:#333;
border: 2px solid #fff;
}

/*START OTHER HOME PAGE CSS*/
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.home_video{height: 750px;position:relative;}
.home_video:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  content: "";
  left: 0;
  top: 0;
}
.html-video {
    top: 0%;
    left: 0%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.slider-caption {
left: 0;
position: absolute;
text-align: center;
top: 38%;
transform: translate(0%, -50%);
width: 100%;
z-index: 15;
}
video { min-width: 100% }

/*START HOME SLIDER DESIGN*/
.flexslider .slides > li:first-child {
	display: block; 
}
.flexslider.loading .slides > li:first-child {
	opacity: 1 !important;
} 
.flexslider{
	position: relative;	
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
	border-radius: 0;
	overflow: hidden;
	background: none;
}
#home-slider .slides li{
	height: 700px;
	background-size: cover!important;
	 position: relative;
}
#home-slider .slides li:after {
    position: absolute;
    background:rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.flex-control-nav {
  width: 20px;
  bottom: auto;
  z-index: 20;
  top: 40%;
  right: 20px; 
 }

.flex-control-nav li {
  display: block;
  margin: 0 0 6px 0; 
 }

.flex-control-paging li a {
  background: transparent;
  border: 2px solid #FFF;
  border-radius: 100%;
  box-shadow: none; 
 }
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
  background: #FFF;
  border-color: #FFF; 
}
#home-slider.flexslider.loading {
  position: relative; 
}
#home-slider.flexslider.loading:after {
    content: ' ';
    position: absolute;
    width: 30px;
    height: 30px;
    right: 20px;
    top: 40%;
    margin: 0 0 0 -15px;
    border: 4px solid #3cd2ad;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -ms-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; 
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/*END HOME SLIDER DESIGN*/
/*END OTHER HOME PAGE CSS*/
/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 04.START ABOUT CONTENT DESIGN
* ----------------------------------------------------------------------------------------
*/
.about-top-section span{
  font-weight: 700;
font-size: 21px;
line-height: 32px;
color: #23B19E;
}
.about-top-section h2,.about-top-section {
  max-width: 100% !important;
}
.about-top-row{
  border-bottom: 1px solid #E0E0E0;
  align-items: center;
  padding-bottom: 60px;
}
.about-hero{
  padding-top: 200px;
}
#trust .bdr-blue {
  border-bottom:2px solid #23B19E;
}
#trust .section-title p{
  width: 100%;
  padding-left: 0;
}
.font-54{
  font-size: 54px !important;
  line-height: 70px !important;
}
.trust-content{
  max-width: 600px;
}
#trust .section-title{
  justify-content: space-between;
}
.trust-content p{
  margin-bottom: 20px;
}
#trust .img-sec{
  display: flex;
  align-items: center;
}
.testimonial.client-card h3{
  font-size: 21px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
.testimonial.client-card span{
  font-size: 16px;
line-height: 21px;
text-align: center;
}
.slide-images div{
  max-width: 473px;
}
.slide-images div img{
  width: 100%;
}
.client-sec{
  padding-bottom: 100px;
}
.client-sec .section-title{
  margin: auto;
  max-width: 680px !important;
  text-align: center;
}
.client-sec .section-title h2{
  max-width: 100%;
}
.client-sec .section-title h2:before,.client-sec .section-title h2:after{
  content: none;
}
.testimonial.client-card{
  height: 304px;
  padding: 40px 20px;
}
.testimonial.client-card {
  gap: 14px;
}
.boost-sec{
  background-color: #000000;
  padding: 120px 0;
}
.boost-sec .d-flex{
  justify-content: space-between;
}
.boost-sec h2{
  font-size: 43px;
  line-height: 50px;
  margin-bottom: 0;
}
.boost-sec .btn-nav{
  background-color: #23B19E;
  width: 202px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-sec .big-img{
  max-width: 600px;
}
.img-sec .big-img img{
  width: 100%;
}
@media only screen and (max-width:480px) { 
.about-content{padding-bottom:30px;}
}
.single-about-contact {
border-bottom: 1px double #eee;
border-radius: 3px;
border-top: 1px solid #eee;
margin-top: 50px;
padding: 60px 30px;
}
@media only screen and (max-width:480px) { 
.single-about-contact{margin-bottom:50px;}
}
.icon {
background: #31AF91  none repeat scroll 0 0;
border: 1px solid #31AF91 ;
border-radius: 100px;
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
color: #fff;
font-size: 30px;
height: 100px;
left: 0;
line-height: 100px;
margin: 0px auto auto;
position: absolute;
right: 0;
text-align: center;
top: 0;
transition: all 0.3s ease 0s;
width: 100px;
}
.single-about-contact:hover .icon{
background: #31AF91  none repeat scroll 0 0;
border: 1px solid #31AF91 ;	
color:#fff;
}
.single-about-contact h3 {
font-size: 20px;
margin:20px 0 15px;
text-transform: capitalize;
font-weight: 600;
}
.single-about-contact p {

}
.dropdown-menu{
    right: 16px !important;
    left: unset;
    width: 300px;
}
.dropdown:hover .dropdown-menu {
      display: block;
      transition: 1s all ease-out;
  }
.single_about_content_two{
background:#f8f8f8;
padding:120px 60px;
}
.single_about_content_two h4{
color: #31AF91 ;
font-size: 20px;
font-weight: 400;
margin-bottom: 10px;
text-transform: capitalize;
}
.single_about_content_two h1{
font-size: 36px;
font-weight: 600;
margin-bottom: 30px;
text-transform: capitalize;
}
.single_about_content_two p{
margin-bottom: 30px;	
}
.single_about_content_two a{
background: #31AF91  none repeat scroll 0 0;
color: #fff;
border-radius: 500px;
display: inline-block;
font-size: 12px;
font-weight: 600;
letter-spacing: 1px;
padding: 16px 40px;
text-transform: uppercase;
transition: all 0.2s ease 0s;	
}
.single_about_content_two a i{margin-left:8px;}
.single_about_content_two a:hover{
background:#282828;
color:#fff;	
}

.single_about_content_three{
background:#282828;
padding:120px 60px;
}
.press-r{
  height: 100%;
  padding:144px 95px 120px;
}
.single_about_content_three{}
.single_about_content_three h4{
color: #31AF91 ;
font-size: 20px;
font-weight: 400;
margin-bottom: 10px;
text-transform: capitalize;
}
.single_about_content_three h1{
color:#fff;	
font-size: 36px;
font-weight: 600;
margin-bottom: 30px;
text-transform: capitalize;
}
.single_about_content_three p{
margin-bottom: 30px;
color:#eee;	
}
.single_about_content_three a{
background: #31AF91  none repeat scroll 0 0;
color: #fff;
border-radius: 500px;
display: inline-block;
font-size: 12px;
font-weight: 600;
letter-spacing: 1px;
padding: 16px 40px;
text-transform: uppercase;
transition: all 0.2s ease 0s;	
}
.single_about_content_three a i{margin-left:8px;}
.single_about_content_three a:hover{
background:#fff;
color:#282828;	
}
/*
* ----------------------------------------------------------------------------------------
* 04.END ABOUT CONTENT DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
 * ----------------------------------------------------------------------------------------
 * 05.START PORTFOLIO DESIGN
 * ----------------------------------------------------------------------------------------
*/

.btn-visit,.btn-visit:focus,.btn-visit:hover{
    background-color: transparent;
    border-color: #25b6a3;
    color: #25b6a3;
    font-weight: bold;
    font-size: 17px;
    width: 155px;
    border-radius: 20px;
    margin-top: 20px;
}
.box .box-content{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 57px 0px;
}
.box .title{
color: #fff;
font-size: 20px;
font-weight: 700;
margin: 0 0 10px;
opacity: 0;
text-transform: uppercase;
transition: all 0.3s ease 0s;
}
#brands{
  padding: 106px 0 127px;
}
.brand-content{
  margin-bottom: 75px !important;
}
.brand-img{
  margin-bottom: 32px;
}
.box .title_des{
color: #fff;
margin: auto;
opacity: 0;
width: 80%;
margin-bottom:15px;
margin-top: 15px;
line-height: 18px;
}
.box:hover .title{
    opacity: 1;
}
.box-brand img{
  width: 89px;
}
.box-brand h4{
    margin-top: 15px;
    font-size: 20px;
    color: #7B7B7B;
    line-height: 27px;
    font-weight: 600;
}
.box:hover .title_des{opacity: 1;}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    transform: scaleX(0);
    transition: all 0.6s ease 0s;
}
.box:hover .icon{
    transform: scaleX(1);
}
.box .icon li{ display: inline-block; }
.box .icon li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 5px;
    transition: all 0.3s ease 0s;
}
.box .icon li a:hover{
    background: #fff;
    color: #444;
}
.box-content img{
  visibility: hidden;
  width: 89px;
  margin-top:0px; 
  transform: 1s;
}

.box-content:hover img{
  visibility: visible;
  transition: 1s;
}
.box-content a{
border-bottom: 1px solid #eee;
color: #fff;
font-size: 13px;
opacity:0;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
word-spacing: 2px;
}
.box-content:hover a{color:#fff !important;opacity:1;}
.box-content a:focus{color:#fff;}

.works_btn{padding-top: 60px;}
.works_btn a{}
.works_btn a i{margin-left:8px;}
.works_btn a{
background: #31AF91  none repeat scroll 0 0;
color: #fff;
border: 1px solid #31AF91 ;
border-radius: 500px;
display: inline-block;
font-size: 12px;
box-shadow:0px 5px 30px 0px rgba(0,0,0,0.2);
font-weight: 600;
letter-spacing: 1px;
padding: 16px 40px;
text-transform: uppercase;
transition: all 0.2s ease 0s;	
}
.works_btn a i{margin-left:8px;}
.works_btn a:hover{
background:#282828;
border: 1px solid #282828;
color:#fff;	
}
/*project modal*/
.modal-title {
color: #333;
margin: 0;
text-transform: uppercase;
font-size: 20px;
font-weight: 600;
}
.modal-content {
border-radius: 0;
margin-top: 100px;
padding: 10px 30px;
}
.modal-body { margin-bottom: 15px }
.modal-body p { margin: 15px 0 0 }
.project-list { margin-top: 30px }
.project-list label {
	color: #333;
	margin-bottom: 0;
	margin-right: 0;
	width: 120px;
}
.project-list li {
    padding: 7px 0;
    font-size: 14px;
}
.project-list li a {
    color: #333;
    margin-bottom: 0;
    margin-right: 7px;
    width: 125px;
}
.project-list li a:hover { color: #31AF91 ; }
/*End project modal*/
/*
 * ----------------------------------------------------------------------------------------
 * 05END PORTFOLIO DESIGN
 * ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 06.START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
.company-link{
  display: inline-block;
}
.our_service{
padding-top: 45px;
padding-bottom: 60px;
}
.market{
  background-color: #f1f7fa;
  padding-top: 40px;
  padding-bottom: 0px;
}
.section-title{
  display: flex;
  align-items: center;
  text-align: center;
}
.section-title h2{
  font-size: 43px;
  line-height: 49px;
  font-weight: 700;
  color: #000000;
  text-transform: inherit;
  margin-bottom: 10px;
  margin-top: 20px;
  max-width: 500px;
}
.single_service{
  text-align: left;
  background-color: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 32px;
  min-height: 332px;
  margin-top: 50px;
}
.single_service h6{
  font-size: 21px;
  line-height: 32px;
  color: #000;
  font-weight: 700;
}
.market-row .col-lg-4:nth-child(2) .single_service{
  margin-top: 100px;
}
.market-row .col-lg-4:nth-child(3) .single_service{
  margin-top: 150px;
}
.single_service h4 {
font-size: 18px;
font-weight: 600;
margin-bottom: 15px;
overflow: hidden;
padding-top: 15px;
text-transform: capitalize;
}
.single_service p {
  font-size: 18px;
  line-height: 32px;
  color: #666666;
}
.service_icon i img{
    position: relative;
    top: -3px;
}
.services-spon h3 img,.press-r h3{
  margin-right: 10px;
}
.services-img-title h4{
    font-size: 16px;
    line-height: 22px;
    color: #58595B;
    margin-top: 22px;
    margin-bottom: 15px;
}
.service-col p{
  text-align: center;
}
/*
* ----------------------------------------------------------------------------------------
* 06.END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
.border-e8{
    height: 1.2px;
    background-color: #E8E8E8;
    width: 97%;
    margin: 0 auto;
}
/*
* ----------------------------------------------------------------------------------------
* 6.1 Press Release
* ----------------------------------------------------------------------------------------
*/
.press-r h3{
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

/*
* ----------------------------------------------------------------------------------------
* 6.1 End Press Release
* ----------------------------------------------------------------------------------------
*/

/*
 * ----------------------------------------------------------------------------------------
 * 07.START VIDEO DESIGN
 * ----------------------------------------------------------------------------------------
*/
.view_our_video {
position: relative;
padding:100px 0;
}
.upalpha{
  padding:85px 0px;
}
.view_our_video:before {
    background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.our_video{}
.our_video h1{
color: #fff;
font-size: 36px;
line-height: 54px;
letter-spacing: 0px;
margin-bottom: 55px;
text-transform: capitalize;

text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.our_video p{
color: #eee;
font-size: 15px;
font-weight: 300;
letter-spacing: 1px;
margin: auto auto 40px;
width: 60%;
word-spacing: 2px;
}
.our_video h1 i{
    color: #31AF91;
    font-size: 7px;
    position: relative;
    left: 5px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  margin-top: 55px;
  max-width: 900px;
  width: 100%;
}
.our_video a  {
/*background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
border: 10px solid rgba(0, 0, 0, 0.05);
border-radius: 100px;
color: #31AF91 ;
display: block;
font-size: 24px;
height: 100px;
line-height: 90px;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
text-align: center;
width: 100px;*/
}
/*
 * ----------------------------------------------------------------------------------------
 * 07.END VIDEO DESIGN
 * ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 08.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
#team{
  padding-bottom: 45px !important;
}
#team-slider{
    border-bottom: 1px solid #DBDBDB;
  padding-bottom: 35px !important;
}
.our-team{
background: #f8f8f8  none repeat scroll 0 0;
border-radius: 3px;
overflow: hidden;
padding: 30px 0 40px;
position: relative;
margin: 0 15px;
text-align: center;
}
.our-team .pic{
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}
.our-team .pic:before{
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background: #31AF91 ;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.2;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}
.our-team:hover .pic:before{ height: 100%; }
.our-team .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #31AF91 ;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.our-team .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}
.our-team:hover .pic img{
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}
.our-team .team-content{ margin-bottom: 30px; }
.our-team .title{
font-size: 18px;
font-weight: 600;
margin-bottom: 5px;
text-transform: capitalize;
}
.our-team .post{
display: block;
font-size: 14px;
font-weight: 300;
text-transform: capitalize;
}
.our-team .social{
    width: 100%;
    padding: 0;
    margin: 0;
    background: #31AF91 ;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social{ bottom: 0; }
.our-team .social li{ display: inline-block; }
.our-team .social li a{
color: #fff;
display: block;
font-size: 17px;
padding: 10px;
transition: all 0.3s ease 0s;
width: 40px;
}
.our-team .social li a:hover{
    color: #31AF91 ;
    background: #f7f5ec;
}
/* media */

.media-content.section-title,.section-title.brand-content{
  max-width: 496px;
  margin-left: auto;
  flex-direction: column;
  text-align: left;
  align-items: baseline;
}
.section-title.brand-content{
  max-width: 700px;
  align-items: center;
  margin: auto;
}

.media-content.section-title p{
  margin: 24px 0 32px 0;
}
.media-content.section-title p,.section-title.brand-content p{
  width: 100%;
  padding: 0;
}
.img-sec .bottom-img{
  margin: 250px 0 0 25px;
}
#brands .img-sec .bottom-img{
  margin-top: 350px;
}
.media-row{
  align-items: center;
}
.get-in-touch{
  margin-left: 0;
  background-color: transparent;
  color:#000;
  border-bottom: 1px solid #000;
  padding:5px 0;
  font-size: 14px;
  font-weight: 700;
}
.get-in-touch.text-white{
  border-bottom: 1px solid #fff;
}
.media-sec{
  padding-bottom: 120px;
}
#brands{
  background-color: #000;
}
.testimonial{
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px;
  background-color: #fff;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  max-width: 368px;
  margin: 30px auto;
}
.testimonial h3{
  font-weight: 400;
  font-size: 21px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;

}
.testimonial span{
  font-size: 18px;
  line-height: 32px;
  color: #666666;
}
.reviews-sec .media-content.section-title{
  text-align: center;
  margin: auto;
}
.reviews-sec{
  padding-top: 140px;
}
.awesome-title{
  position: relative;
  margin-bottom: 90px !important;
}
.awesome-title h2:before{
  content: url(/assets/img/Highlight_05-1.svg);
  position: absolute;
  top: 0;
  left: -30px;
}
.awesome-title h2:after{
  content: url(/assets/img/Highlight_05-2.svg);
  position: absolute;
  top: 0;
  right: -30px;
}
.pad-200{
  padding: 200px 0;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
    .nav-pills .nav-item .nav-link.active{
    border-bottom: none !important;
    /*color: #31AF91;*/
  }
}
/*
* ----------------------------------------------------------------------------------------
* 08.END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 09.START PROMOTION DESIGN
* ----------------------------------------------------------------------------------------
*/
.promotional_offer {
position: relative;
}
.promotional_offer:before {
    background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.single_offer{
padding: 120px 50px;
}
.single_offer h4{
color: #fff;
font-size: 13px;
font-weight: 600;
letter-spacing: 3px;
margin-bottom: 16px;
text-transform: uppercase;
word-spacing: 2px;
}
.single_offer h1{
color: #fff;
font-weight: 700;
}
.single_offer p{
color: #eee;
font-size: 15px;
font-weight: 300;
letter-spacing: 1px;
margin-bottom: 35px;
margin-top: 20px;
word-spacing: 2px;	
}
.single_offer a{margin-right: 15px;}
/*
* ----------------------------------------------------------------------------------------
* 09.END PROMOTION DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
 * ----------------------------------------------------------------------------------------
 * 10.START TESTIMONIAL DESIGN
 * ----------------------------------------------------------------------------------------
*/

 * ----------------------------------------------------------------------------------------
 * 11.START PARTNER DESIGN
 * ----------------------------------------------------------------------------------------
*/
.single_logo {
  background: #f9f9f9 none repeat scroll 0 0;
  padding: 20px;
}
@media only screen and (max-width:768px){
.partner-logo {padding-bottom:60px;}
.service-col{
  margin-bottom: 50px;
}
}
@media only screen and (max-width:768px){
.single_logo {margin-bottom:20px;}
}
.single_logo a{}
.single_logo a img{
height: 60px;
width: 80px;	
}
/*
 * ----------------------------------------------------------------------------------------
 * 11.END PARTNER DESIGN
 * ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 12.START COUNT DOWN DESIGN
* ----------------------------------------------------------------------------------------
*/
.counter_feature {
position: relative;
}
.counter_feature:before {
    background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
@media only screen and (max-width:768px) { 
.counter {margin-bottom: 30px;}
}
.single_counter{
background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
border-radius: 500px;
display: inline-block;
height: 150px;
margin-bottom: 10px;
position: relative;
width: 150px;
}
.counter h2 {
background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
border-radius: 500px;
color: #fff;
font-size: 30px;
font-weight: 700;
height: 100px;
left: 50%;
line-height: 100px;
margin: auto;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
width: 100px;
}
.counter p {
color: #fff;
font-size: 18px;
margin-top: 10px;
text-transform: capitalize;
}
/*
* ----------------------------------------------------------------------------------------
* 12.END COUNT DOWN DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
 * ----------------------------------------------------------------------------------------
 * 13.START PRICING DESIGN
 * ----------------------------------------------------------------------------------------
 */
.our_pricing{
background:#f8f8f8 ;
}

.pricingTable{
background: #fff none repeat scroll 0 0;
color: #282828;
margin-top: 30px;
padding: 50px 15px;
perspective: 700px;
position: relative;
text-align: center;
transition: all 0.3s ease-in-out 0s;
z-index: 1;
}
@media only screen and (max-width:480px){
.pricingTable{ margin-bottom:60px; }
}
.pricingTable:hover{ color: #fff; }
.pricingTable:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #31AF91 ;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transform: rotateY(70deg);
    transition: all 0.3s ease-in-out 0s;
}
.pricingTable:hover:after{
    opacity: 1;
    transform: rotateY(0deg);
}
.pricingTable .icon{
    width: 69px;
    height: 69px;
    line-height: 69px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    font-size: 25px;
    color: #31AF91 ;
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
}
.pricingTable .pricingTable-header{
    margin-bottom: 30px;
}
.pricingTable .title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px 0;
	transition: all 0.3s ease-in-out 0s;
}
.pricingTable:hover .title{color:#fff;}
.pricingTable .price-value{
border-bottom: 5px solid #31AF91 ;
display: inline-block;
font-size: 30px;
font-weight: 700;
transition: all 0.3s ease-in-out 0s;
line-height: 32px;
}
.pricingTable:hover .price-value{
    border-bottom-color: #fff;
}
.pricingTable .pricing-content{
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.pricing-content-border{}
.pricing-content-border > li {
  border: 1px solid #eee;
  margin-bottom: 10px;
}
.pricingTable .pricing-content li{
    line-height: 40px;
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .pricingTable{ margin-bottom: 50px; }
}
.btn-price-bg {
background: #31AF91 ;
border: 2px solid #31AF91 ;
border-radius: 5000px;
color: #fff;
display: inline-block;
font-size: 16px;
font-weight: 600;
overflow: hidden;
padding:10px 45px;
text-transform: capitalize;
transition: all 0.3s ease 0s;
}
.pricingTable:hover .btn-price-bg{
background:#fff;
color:#333;
border: 2px solid #fff;
}


/*
 * ----------------------------------------------------------------------------------------
 * 13.END PRICING DESIGN
 * ----------------------------------------------------------------------------------------
 */

/*
* ----------------------------------------------------------------------------------------
*  14.START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
.our-blog {
 padding-bottom: 20px;
}
.single_home_blog {
  border: 1px solid #eee;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.03);
  margin-bottom:60px;
}

@media only screen and (max-width:480px) { 
    .single_home_blog{margin-bottom:40px; }
}
.post-slide .post-img{
height: 300px;
overflow: hidden;
}
@media only screen and (max-width:768px){
.post-slide .post-img{
height: 100%;
overflow: hidden;
}
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:all 0.3s ease-in-out 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.2,1.2);
    filter:none;
    opacity:1;
}
.post-slide .post-content{
background: #fff  none repeat scroll 0 0;
border-left: 1px solid #fff ;
border-right: 1px solid #fff ;
padding: 20px 20px;
position: relative;
}
.post-slide .post-date{
    min-width:28px;
    min-height:28px;
    line-height: 28px;
    text-align: center;
    background: #282828;
    position: absolute;
    top: -30px;
    left: 20px;
}
.post-slide .month{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
    background: #31AF91 ;
    text-transform: uppercase;
}
.post-slide .date{
    color: #fff;
    font-size: 14px;
}
.post-slide .post-title{
margin: 30px 0 10px;
}
.post-slide .post-title a{
color: #282828;
font-size: 18px;
text-transform: capitalize;
transition: all 0.5s ease 0s;
font-weight: 600;
}
.post-slide .post-title a:hover{
    color:#31AF91 ;
    text-decoration: none;
}
.post-slide .post-description{
	margin-bottom: 15px;
}
.post-slide .post-bar{
    padding: 15px 0;
    list-style: none;
    text-align: center;
    background: #4d61ff;
}
.post-slide .post-bar li{
    display: inline-block;
    margin-right: 5px;
}
.post-slide .post-bar li a{
    text-transform: capitalize;
    color: #fff;
    transition:0.2s ease;
}
.post-slide .post-bar li a:hover{
    text-decoration: none;
    color:#333;
}
.post-slide .post-bar li i{
    color:#fff;
    margin-right: 5px;
}
.bpmb{margin-bottom:60px;}
.post-description_mbtop{margin-top:30px;}
.post-content > a {
  border-bottom: 1px solid #eee;
  color: #282828;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.post-content > a:hover{color:#31AF91 ;}

/*START BLOG PAGES CSS*/
/*START PAGINATION*/
ul.blog_pagination li a {
border: 1px solid #eee;
border-radius: 0;
color: #282828;
display: block;
font-size: 18px;
font-weight: 500;
height: 45px;
line-height:42px;
margin: 5px;
text-align: center;
width: 45px;
}
ul.blog_pagination li a:hover {
    color: #fff;
    background: #31AF91 ;
    border: 1px solid #31AF91 ;
}
/*END PAGINATION*/
/*START BLOG SIDEBAR DESIGN*/
.contact_form_blog{padding-top:0px!important;}
.blog_sidebar_title {
/*border-bottom: 1px solid #eee;*/
color: #000;
font-size: 13px;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 15px;
margin-top: 0;
padding-bottom: 10px;
text-transform: uppercase;
}
.blog_search,
.latest_blog,
.video_post,
.categories { margin-bottom: 60px }
@media only screen and (max-width:768px) { 
    .blog_search { margin-top: 60px }
}
.blog_search input {
background: #f9f9f9 none repeat scroll 0 0;
border: 1px solid #eee;
border-radius: 0;
color: #282828;
transition: all 0.3s ease 0s;
height: 50px;
}
.blog_search input:focus{border: 1px solid #31AF91 ;}
.single_latest_blog { overflow: hidden }
.single_latest_blog h4 {
color: #777;
font-size: 15px;
font-weight: 400;
line-height: 28px;
margin: 10px 0 0;
transition: all 0.3s ease 0s;
}
.single_latest_blog:hover h4 { color: #31AF91  }
.single_latest_blog span { color: #161616 }
.categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.categories ul li { }
.categories ul li a {
color: #333;
display: block;
font-size: 14px;
font-weight: 400;
padding: 5px 0;
}
.categories ul li a:hover { color: #31AF91  }
.categories ul li a i { margin-right: 10px }
.video_post iframe {
    width: 100%;
    height: 100%;
    border: medium none;
}
.tag a {
border: 1px solid #eee;
border-radius: 30px;
color: #333;
display: block;
float: left;
font-size: 13px;
font-weight: 500;
margin: 4px;
padding: 8px 18px;
text-transform: capitalize;
transition: all 0.3s ease 0s;
}
.tag a:hover {
    background: #31AF91 ;
    color: #fff;
    border: 1px solid #31AF91 ;
}
/*END BLOG SIDEBAR DESIGN*/
/*START BLOG SINGLE PAGE DESIGN*/
.single_blog_post { margin-bottom: 60px }
.single_blog_post img {
    width: 750px;
    height: 455px;
}
.blog_post_text h4 { margin: 30px 0 }
.author_part {
    margin-bottom: 60px;
    overflow: hidden;
}
.single_author {
    background: #f8f8f8  none repeat scroll 0 0;
    padding: 20px;
}
.author_part img {
    border: 4px solid #31AF91 ;
    border-radius: 100px;
    float: left;
    height: 120px;
    margin-bottom: 25px;
    margin-right: 20px;
    width: 120px;
}
.author_part h4 {text-transform: uppercase;
font-size: 16px;
font-weight: 600;
letter-spacing: 1px; }
.author_part p { margin-bottom: 0 }
.blog_head_title {
border-bottom: 1px solid #eee;
margin: 0 0 30px;
padding-bottom: 10px;
font-weight: 500;
text-transform: uppercase;
font-size: 18px;
letter-spacing: 1px;
}
.comments_part {
    margin-bottom: 60px;
    overflow: hidden;
}
.single_comment {
    margin-bottom: 30px;
    background: #f8f8f8;
    padding: 20px;
}
.single_comment_mbnone { margin-bottom: 0px }
.single_comment img {
    border: 4px solid #31AF91 ;
    border-radius: 100px;
    float: left;
    height: 120px;
    margin-bottom: 25px;
    margin-right: 20px;
    width: 120px;
}
.single_comment h4 { font-size: 16px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;}
.single_comment p { margin-bottom: 0 }
textarea {
    resize: none !important;
}
.comment_form input, .comment_form textarea  {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border-color: currentcolor currentcolor #eee;
border-image: none;
border-radius: 0;
border-style: none none solid;
border-width: 0 0 1px;
box-shadow: none;
color: #282828;
font-size: 14px;
font-weight: 500;
padding: 15px 0;
}

.comment_form textarea {

}
@media only screen and (max-width:768px) {

    .comment_form textarea { width: 100% }
}
.comment_form input:hover,.comment_form input:focus {
	background:none;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
	color: #282828;
    outline: 0 none;
}
.comment_form textarea:hover,.comment_form textarea:focus {
	background:none;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
	color: #282828;
    outline: 0 none;
}
/*END BLOG SINGLE PAGE DESIGN*/
/*END BLOG PAGES CSS*/
/*
* ----------------------------------------------------------------------------------------
* 14.END HOME BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/ 


/*
* ----------------------------------------------------------------------------------------
* 15.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.contact_form {
padding: 120px 0px 80px;
}
.contact {
  background: #ffffff none repeat scroll 0 0;
  padding: 5px 40px 20px;
  border-radius: 3px;
    box-shadow: 0 2px 4px 0 #7D7D7D;
}
.text-area{
  height: 260px !important;
}
.placeholder-last{
  margin-bottom: 15px;
  display: inline-block;
  font-size: 18px;
  color: #666666;
}
.contact-form h3{
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}
.contact .form-control, .contact textarea  {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border-color: currentcolor currentcolor #d2d2d2;
/*border-image: none;*/
border-radius: 0;
border-style: none none solid;
border-width: 0 0 1px;
box-shadow: none;
color: #495057;
font-size: 16px;
font-weight: 500;
padding: 15px 0;
}
#submitButton{
    float:left;
    background: #000;
    border-color: #000;
    border-radius: 8px;
    font-size: 14px;
    border-radius: 8px;
    padding: 10px 18px
}
#submitButton:hover{
      box-shadow: 0 2px 6px 0 #7D7D7D;
      cursor: pointer;
}
#msgSubmit{
    margin-left: 6px;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.form-check{
  float: left;
}
input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:before {
  content: "\2714";
  border: 0.1em solid #d2d2d2;
  border-radius: 0.2em;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
}

input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: #31AF91;
  border-color: #31AF91;
  color: #fff;
}

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #31AF91;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #31AF91;
  border-color: #31AF91;
}
.contact textarea {

}
#accordion{
  display: flex;
  flex-wrap: wrap;
  gap: 0 25px;
}
#accordion .card{
  width: 48%;
  border: none;
  border-bottom: 1px solid #DBDBDB;
  background-color: transparent;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.btn-link{
  padding-left: 0;
  font-size: 26px;
  line-height: 32px;
  color: #000;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.card-body{
  font-size: 18px;
  line-height: 32px;
  color: #000;
  margin-top: 15px;
  font-weight: 400;
}
.faq-sec .section-title{
  margin-left: 0;
  margin-top: 80px;
  margin-bottom: 50px !important;
  padding-left: 0 !important;
}
.contact-top .section-title{
  margin-left: 0;
  max-width: 500px !important;
}
.contact-top {
  border-bottom: 0;
}
.faq-sec .section-title h2{
  max-width: 500px;
}
.faq-sec{
  padding-bottom: 100px;
}
iframe{
    height: 400px;
    filter: brightness( 70% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
    width: 100%;
    margin-top: 80px;
}

.card-header {
  padding: 0;
  margin-bottom: 0;
   background-color: transparent; 
   border-bottom: none;
   position: relative;
}
.btn-link:focus, .btn-link:hover{
  color: #000;
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.card-header:after{
  content: url(/assets/img/down-arrow.svg);
  position:absolute;
  right: 0;
  top: 17px;
}

@media only screen and (max-width:768px) { 
    .contact textarea { width: 100% }
    .contact-top{
      padding-bottom: 0 !important;
    }
    #contact-sec{
      padding-top: 0;
    }
    .img-fluid{
      margin-bottom: 40px;
    }
}
/*.contact input:hover,.contact input:focus {
	background:none;
    border-bottom: 1px solid #999;
    box-shadow: none;
	color: #fff;
    outline: 0 none;
}
.contact textarea:hover,.contact textarea:focus {
	background:none;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
	color: #fff;
    outline: 0 none;
}*/
.btn-contact-bg {
letter-spacing: 1px;
padding: 10px 40px!important;
text-transform: uppercase;
cursor: pointer;
transition: all 0.2s ease 0s;
}
/*.btn-contact-bg:hover,
.btn-contact-bg:focus {
    color: #333;
}*/
.address_bg{
/*background: #f8f8f8 none repeat scroll 0 0;*/
padding: 10px 0 60px 40px;
}
.single_address{
margin-bottom:30px;
padding: 0px 20px 60px;
}
.single_address i{
background: #31AF91  none repeat scroll 0 0;
border-radius: 500px;
box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
color: #fff;
float: left;
font-size: 22px;
height: 60px;
line-height: 60px;
margin-bottom: 30px;
margin-right: 20px;
text-align: center;
width: 60px;
}
.single_address h4{
font-size: 17px;
font-weight: 700;
text-transform: uppercase;
color: #ffffff;
}
#contact h2,#contact p{
  color: #ffffff !important;

}
.single_address p{font-size: 16px;line-height: 24px;color: #ffffff;}
#map{height:350px;}

.fa-map-marker-alt,.info .fa-phone{
  font-size: 2.25rem;
  color: #fff;
  text-shadow: 0 2px 4px #000000;
}
.description h4{
  color: #ffffff;
  font-size: 22px;
  text-shadow: 0 2px 4px #000000;
}
.description p,.getintouch p{
  font-size: 16px;
  line-height: 28px;
  text-shadow: 0 2px 4px #000000;
}
.getintouch{
  margin-bottom: 35px;
}
.getintouch h2{
      font-size: 36px;
    line-height: 46px;
    text-shadow: 0 2px 4px #000000;
}

.mt-30px{
  margin-top: 30px;
}
/*
* ----------------------------------------------------------------------------------------
* 15.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 16.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.footer {
background-color: #fff;
padding:60px 0 30px ;
}
.footer h3{
  font-weight: 600;
font-size: 36px;
line-height: 50px;
color: #000000;
}
.footer p,footer ul.d-flex a{
  font-size: 16px;
line-height: 21px;
color: #666666;
}
footer ul.d-flex{
  display: flex;
  gap: 15px;
  align-items: center;
  list-style: none;
  justify-content: end;
}
footer ul.d-flex a{
  color:#000
}
.bdr-row{
  padding-bottom: 80px;
  border-bottom: 1px solid #E0E0E0;
}
.social-icon{
  float: right;
  margin-right: 15px;
}
.social-icon i{
  color: #ffffff;
  margin:0px 6px; 
}
.social-icon i:hover{
  transform: rotate(360deg);
  transition: transform .3s ease-in-out;
  -webkit-transform: rotate(360deg);
  -webkit-transition: transform .3s ease-in-out;
  -moz-transform: rotate(360deg);
  -moz-transition: transform .3s ease-in-out;
}
.social_profile {
  margin: 30px 0;
}
.single_footer img{
width: 124px;
}
.single_footer ul{
list-style: outside none none;
margin: 0;
padding: 0;
text-align: center;
}
.single_footer ul li{
border-color: rgba(255, 255, 255, 0.21);
border-style: solid;
border-width: 1px;
display: inline-block;
}
@media only screen and (max-width:480px) { 
.single_footer ul li{margin:2px;}
}
.single_footer ul li a{
color: #fff;
float: left;
font-size: 12px;
font-weight: 700;
letter-spacing: 2px;
margin: 0;
padding: 10px 40px;
text-align: center;
text-transform: uppercase;
transition: all 0.3s ease 0s;
width: 100%;
}
.form-group{
  margin-bottom: 25px;
}

.pl-email{
  left: 105px;
}
.pl-com{
  left: 65px;
}
.pl-msg{
    left: 105px;
    top: 40px;
}
#contact-form .form-group input::placeholder , #contact-form .form-group textarea::placeholder{
  color: #58595B !important;
 
}
#contact-form .form-group input , #contact-form .form-group textarea{
  border-color: #d8d8d8 !important;
}
.form-group input::placeholder{
  color: red !important;
}
.contact-form{
  max-width: 496px;
  margin: auto;
}
.form-control{
  padding-bottom: 3px !important;
  height: 48px;
   color: #58595B !important;
   font-size: 14px !important;
}
.form-heading{
    position: relative;
    width: 100%;
    top: -40px;
    height: 60px;
    background: linear-gradient(90deg, #5FD8C4 0%, #31AF91 100%);
    background: -webkit-linear-gradient(280deg, #5FD8C4 0%, #31AF91 100%);
    z-index: 9;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.46);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.46);
    border-radius: 5px;
}
.form-heading h2{
  color: #fff;
  text-align: center;
    font-size: 18px;
  line-height: 61px;
}
@media only screen and (max-width:768px) { 
.single_footer ul li a{padding: 10px 25px;}
.contact{
  margin-top: 100px;
}
#accordion .card{
  width: 100%;
}
.btn-link{
  font-size: 16px;
}
/*.form-heading{
  width: 70%;
  top: 65px;
}*/
}
.single_footer ul li a:hover{background:#fff;color:#333;}
/*END FOOTER SOCIAL DESIGN*/
.copyright,.copyright a{
color: #ffffff;
text-transform:inherit;
}
.copyright a:hover{
  color: #31AF91 ;
}
/*
* ----------------------------------------------------------------------------------------
* 16.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
 * ----------------------------------------------------------------------------------------
 *  21.START SECTION TOP DESIGN
 * ----------------------------------------------------------------------------------------
 */
 
.section-top {
	background:#282828;
    padding-bottom: 100px;
    padding-top: 160px;
}
.section-top-title h1 {
color: #fff;
font-weight: 600;
}
/*
 * ----------------------------------------------------------------------------------------
 * 21.END SECTION TOP DESIGN
 * ----------------------------------------------------------------------------------------
*/
/*terms and conditions page css*/
/*.terms-content-main{
  margin-top: 109px;
}*/

.mt-90{
  margin-top: 74px;
}

.term-title h3{
  margin-top: 40px;
  font-size: 26px;
  color: #7A7A7A;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 36px;
  
}
.top71{
  top: -71px;
  transition: 1s;
}
.top130{
  top: -130px;
  transition: 1s;
}
.terms-aside-lists li{
  margin-bottom: 0px !important;
}
.terms-page-aside li a{
  font-size: 14px !important;
  line-height: 22px !important;
}
.terms-aside-lists li a{
  color: #4A4A4A;
  line-height: 26px;
  font-size: 16px;
  line-height: 26px;
  padding-left: 0px;
}

#privacyterms-btn{
  height: 35px;
    width: 35px;
    background: transparent;
    border: 1px solid #2F4559;
    float: right;
    position: relative;
    top: -42px;
}
#privacyterms-btn .button-line:first-child{
  margin-top: 0px !important;
}
.button-line{
  width: 100%;
  height: 2px;
  background: #2F4559;
  float: left;
    margin-top: 5px;
}
.tab-content.pill{
  margin-top: 50px;
}
.tab-content{
  padding-top: 100px;
}
.main-tabs li {
      display: inline-block;
    list-style: none;
    margin-right: 35px;
}
.main-tabs li a{
  background: transparent;
    color:#7A7A7A;
    font-size: 16px;
    line-height: 19px;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 7px 0px;
    text-align: left;
    border-radius: 0px;
    display: inline-block;
    border-bottom: 3px solid transparent;
    
}
.nav-pills .nav-item{
  padding: 0px 20px;
}
.nav-pills .nav-item:first-child{
  padding-left: 0px;
}
.terms-content{
  margin-bottom: 40px;
}
.terms-content h4{
  font-size: 16px;
  line-height: 26px;
  color: #333;
  
  font-weight: 600;
}
.terms-content p{
  color: #4A4A4A;
  margin-bottom: 10px;
}
.tabpane-title h3,.tabpane-title h4,.terms-content.tab-pane h3 ,.terms-content.tab-pane h4{
  color: #7A7A7A;
  font-size: 24px;
  line-height: 29px;
  
}
.tabpane-title p{
  margin-bottom: 20px;
}
.main-tabs li a.active2,.nav-pills .nav-item .nav-link.active {
    font-weight: bold;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 3px solid #31AF91;
    border-radius: 0px;
}
.main-tabs li a:hover{
  background: transparent;
  border-radius: 0px;
  border-bottom: 3px solid #31AF91 !important;
}
.clr-gr{
  color: #7B7B7B !important;
}
.term-nav{
  position: fixed;
  background-color: #ffffff;
}
.term-title
.terms-aside-lists li:hover:before{
  content: '';
  left: -15px;
    position: absolute;
    width: 7px;
    height: 20px;
    background: #31AF91;
    top: 4px;
}
.terms-aside-lists li a:hover{
    color:#31AF91 !important;
}
.terms-aside{
  padding-left: 0px;
}
.terms-aside ul{
  padding-left: 0px;
  padding-top: 30px;
}
.terms-aside ul li{
  list-style: none;
  margin-bottom: 6px;
  position: relative;
  width: 100%;
  display: block;
}
.terms-aside-lists .nav-item{
  padding: 0px !important;
}
.terms-aside ul li a{
  font-size: 14px;
  line-height: 21px;
  color: #4A4A4A !important;
  display: inline-block !important;
  border-bottom: none !important;
}
.terms-aside ul li:hover{
  border-bottom: none !important;
}
.terms-aside ul li a:hover,.terms-aside ul li a:focus,.terms-aside ul li a.active{
  border-bottom: none !important;
  font-weight: bold;
}
.terms-content a{
  color: #31AF91;
}
#contact-sec .section-title{
  justify-content: center;
}
@media(min-width: 2000px){
  .terms-aside-lists{
    width: 353px !important;
  }
}
@media(min-width: 992px){
  .service-col p{
    width: 313px;
    margin: 0 auto;
  }

  .getintouch p{
    width: 73%;
  }
  .btn-nav{
    margin-left: 15px;
  }
  .pos-fix{
    position: fixed;
    z-index: 9;
    overflow-x: hidden;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    padding-left: 135px;
    background: #fff;
  }
  .terms-aside-lists{
    position: fixed;
    height: 100%;
    /*overflow-y: scroll;*/
    width: 354px;
    height: 75vh;
  }
  .terms-aside.col-lg-4{
    border-right: 1px solid #d8d8d8;
        max-width: 355px;
    margin-right: 40px;
  }
 .terms-aside-lists::-webkit-scrollbar-thumb{
    background: #ccc !important;
    height: 2px !important;
    margin-top: 20px;
 }
 .terms-aside-lists::-webkit-scrollbar-track{
    background: transparent !important;
 }
  .height-38vh{
    height: 56vh !important;
  }
  .terms-pills{
    padding: 0px 15px;
    margin-top: 52px;
  }
}
@media(min-width: 768.1px){
  .dp-none-md{
    display: none;
  }
  .comingsoon:hover{
    background-color: rgba(0,0,0,0.25);
      box-shadow: 0 0 0 1px #ffffff;
    -webkit-box-shadow: 0 0 0 1px #ffffff;
  }
}
@media(min-width: 576px){
  .description{
  padding-left: 0px !important;
}
}
@media (min-width: 1200px){
.container {
    width: 1240px;
    max-width: 100%;
}
}
@media(max-width: 1200px){
  .terms-aside-lists{
    width: 354px;
  }
  .media-content.section-title, .section-title.brand-content{
    max-width: 760px;
  }
  .img-sec .bottom-img{
    margin: 0;
  }
  .img-sec{
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 40px;
  }
}
@media(max-width: 992px){
  .terms-aside-lists .nav-item{
    text-align: left;
  }
  .terms-content-main{
    padding-left: 0px;
    padding-right:0px;
  }
  .mt-90{
    margin-top: 81px;
  }
  .hero-imgs:nth-child(2) {
    margin-top: 0px;
}
.navbar{
  border: none;
}
.rewards-row{
  padding: 60px 0;
}
.hero-text .btn-nav {
  height: unset;
  line-height: unset;
  margin-bottom: 40px;
}
.img-sec{
  justify-content: left;
}
.pad-200{
  padding: 80px 0;
  text-align: center;
}
.footer{
  text-align: center;
}
footer ul.d-flex{
  justify-content: center;
}
footer .row:last-child{
  flex-direction: column-reverse;
}
}
@media(max-width: 767.9px){
  .hero-text h1,.hero-text h2 {
    font-size: 24px;
    line-height: 36px;
}
  .address_bg{
    padding-left: 0px;
  }
  #contact{
    overflow: hidden;
  }
  .nav-container{
    width: 100%;
  }
 
  /*.our_video h1 .fa-circle{
    display: none;
  }*/
  .our_video h1{
    font-size: 40px;
    line-height: 54px;
  }
  .nav-item{
    text-align: center;
  }
  .btn-nav{
        margin: 20px 0px 30px;
    width: 120px;
    display: inline-block;
  }
  .navbar-light .navbar-nav .nav-link {padding: 8px 0px;}
  .box:before, .box:after,.box-content{
    display: none;
  }
  .dp-none-sm{
    display: none;
  }
  .btn-visit, .btn-visit:focus, .btn-visit:hover{
    line-height: 28.2px;
    height: 39px;
  }
  #submitButton{
    height: 39px;
    line-height: 21px;
  }
  .btn-nav{
    height: 33px;
    line-height: 23px;
  }

  .form-heading h2{
    line-height: 65px;
  }
  .section-title{
    flex-direction: column;
  }
  .media-sec {
    padding-bottom: 42px;
}
#brands{
  padding: 60px 0;
}
.media-content.section-title, .section-title.brand-content{
  padding: 0 15px;
}
.img-sec{
  flex-direction: column;
}
.about-top-row{
  flex-direction: column-reverse;
}
.about-hero {
  padding-top: 102px;
}
.about-top-row img{
  width: 234px;
    margin: auto;
    margin-bottom: 40px;
}
}

/*@media for ripple effect*/


@media(max-width: 576px){
  .home_bg{
    padding-top: 124px;
  }
  .navbar-brand img{
    width: 90px;
  }
  .navbar{
    padding: 10px 25px;
  }
  .navbar-nav,.navbar-collapse{
    width: 100%;
  }
  .terms-content{
    margin-top: 40px;
  }
  .market-row .col-sm{
    margin-bottom: 40px;
  }
  .navbar-brand{
    margin-top: 5px;
  }
  .upalpha{
    background-position: 30% top !important;
  }
  .focus-btn:hover,.focus-btn:focus,.focus-btn:active{
    background-color: rgba(0,0,0,0.25) !important;
    box-shadow: 0 0 0 1px #ffffff;
  -webkit-box-shadow: 0 0 0 1px #ffffff;

  }
  .img-row{
    padding: 0 15px ;
  }
  .rewards-row p {
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
  }
  .rewards-row p strong {
    font-size: 22px;
    line-height: 29px;
  }
  .awesome-title h2:before{
    left: 12px;
  }
  .awesome-title h2:after{
    right: 12px;
  }
  .reviews-sec,.pad-200{
    padding-top: 60px;
  }
  .pad-200{
    padding-bottom: 70px;
    text-align: center;
  }
  .bdr-row{
    gap: 25px;
    justify-content: center;
    text-align: center;
  }
  .awesome-title{
    margin-bottom: 20px !important;
  }
  .boost-sec .d-flex{
    flex-direction: column;
  }
  .boost-sec{
    padding: 50px 0;
  }
  .font-54{
    font-size: 36px !important;
    line-height: 45px !important;
  }
}

.dp-block{
          display: block;
        }
        .dp-none{
          display: none;
        }

/*ads page css*/
.hero-text-ads{
      text-align: center;
}
.hero-text-ads h1{
    font-size: 36px;
    line-height: 49px;
    font-weight: 900;
    color: #58595B;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 20px;
    text-shadow: none;
}

.hero-text-ads h4{
    font-size: 16px;
    line-height: 22px;
    color: #58595B;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 15px;
}