@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Wix+Madefor+Display:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Wix+Madefor+Display:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Wix+Madefor+Display:wght@400..800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Figtree", serif;
}
body{
    line-height: 1.5;
	transition : all .3s linear;
}
/* .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1270px;
} */
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1200px;
} 
a{
  text-decoration: none;
}
ul, li , ol{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
 img{
    width: 100%;
    display: block;
}
.header-section {
  padding-top:8px;
  padding-bottom: 9px;
	position: absolute;
  z-index: 1;
	width: 100%;
  border-bottom: 1px solid rgba(10, 10, 10, 0.10);
}
.header-section .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  width: 100%;
  justify-content: end;
  align-items: center;
}
.header-section .navbar-expand-lg {
  position: relative;
}
.navbar-brand{
	padding-top:0;
  padding-bottom:0;
  margin-right:0;
}
.header-section .menu-item a {
  color: #28241F;
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 642.857% */
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding-right: 10px;
    padding-left: 10px;
}
  .header-section .yellow-btn {
  padding-left: 44px;
}
.yellow-btn a{
  text-transform: uppercase;
padding: 16px 22px;
background: #EEAE18;
color: #FFF !important;
text-align: center;
font-family: Figtree;
font-size: 14px;
font-weight: 300;
line-height: 14px;
letter-spacing: 0.7px;
border-radius: 0px;
border: 1px solid #EEAE18;
transition: all .3s linear;
}
.header-section .yellow-btn a{
padding: 16px 22px !important;
}
.yellow-btn a:hover, .yellow-btn a:focus,.yellow-btn a:active{
  background-color: #ffffff;
  color: #EEAE18 !important;
  border: 1px solid #EEAE18;
  }
.social-media img{
  width: 13px;
	height: 13px;
  max-width: 13px;
  filter: brightness(0) saturate(100%) invert(32%) sepia(6%) saturate(328%) hue-rotate(169deg) brightness(94%) contrast(84%);
}
.custom-logo-link img {
  width: 100% !important;
  height: auto !important;
}
.social-media a{
padding: 13px;
border: 1px solid #54575A;
}
.header-section .social-media{
	 padding-right: 30px;
	position: absolute;
  right: 0;
}

 .social-media {
  display: flex;
  align-items: center;
  column-gap: 10px;
 
}
.menu-item a:hover{
	color: #EEAE18;
}
.social-media a:hover {
  background-color: #121C27;
}
.social-media a:hover img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7489%) hue-rotate(146deg) brightness(116%) contrast(86%);
}

.main-header {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: right;
	column-gap: 40px;
}
.feature-service-inner .row{
  row-gap: 16px;
}
.service-top img {
  width: 100%;
  max-width: 75px;
}
.service-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 19px;
}

.btn-close {
  position: absolute;
  right: 0;
  padding: 20px;
}
.btn-close:focus{
	box-shadow:none;
}
.service-content h3{
  color: #121C27;
font-family: Figtree;
font-size: 28px;
font-style: normal;
font-weight: 300;
line-height: 38px; /* 126.667% */
letter-spacing: -1px;
text-transform: capitalize;
}
.service-top span{
  color: #121C27;
font-family: "DM Sans";
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 15px; /* 100% */
letter-spacing: 3px;
text-transform: uppercase;
}

.home-section{
  background-image: url('../images/Background.jpg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow-x:hidden;
  padding-top: 98px;
}
.header-left {
  display: flex;
  align-items: center;
  width:100%;
    margin-left: 0%;
}



  .main-heading-inner {
    display: block;
    color: #121C27;
font-family: "Wix Madefor Display";
font-size: 156px;
font-style: normal;
font-weight: 700;
line-height: 141px; /* 114.103% */
text-transform: uppercase;
	  margin-left: -9px;
  }
.home-section .row{
align-items:end;
}
  .home-left{
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .home-left h1{
    color: #EEAE18;
font-family: "Wix Madefor Display";
font-size: 49px;
font-style: normal;
font-weight: 700;
line-height: 78px; 
letter-spacing: -1px;
  }
.services:hover {
  background-color: #f0e6d6;
}
.servic-btn:hover{
	color: #EEAE18;
}
.servic-btn:hover img{
	filter: brightness(0) saturate(100%) invert(71%) sepia(65%) saturate(618%) hue-rotate(349deg) brightness(96%) contrast(95%);
}
  .home-left p{
    color: #5A5A5A;
font-family: "DM Sans";
font-size: 16px;
font-style: italic;
font-weight: 300;
line-height: 27px;
  }
  .dark-btn a{
    text-transform: uppercase;
    padding: 19px 48px;
    color: #FFF;
    text-align: center;
    font-family: Figtree;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.7px;
    border-radius: 0px;
    transition: all .3s linear;
  background-color: #121C27;
  border: 1px solid #121C27;
  }
  
  .home-section .dark-btn {
  margin-top: 25px;
}
  
  .dark-btn a:hover, .dark-btn a:focus, .dark-btn a:active{
    background-color: #ffffff;
    color: #121C27;
    border: 1px solid #121C27;
    }

    .cmn-heading span{
      color: #EEAE18;
text-align: center;
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 214.286% */
letter-spacing: 2px;
text-transform: uppercase;
    }
    .cmn-heading h2{
      font-weight: bold;
      text-transform: capitalize;
      color: #111;
font-family: Figtree;
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: 58px; /* 116% */
letter-spacing: -1px;
		margin-top:10px;
    }
    .feature-section{
      margin-top: 60px;
      margin-bottom:60px;
    }
    .feature-section .container{
      max-width: 1200px;
    }

.service-content {
	align-self: flex-start;
	height: 274px;
}

     .services{
      padding:38px 17px 40px 35px ;
      border: 1px solid #CCCCCC;
      height: 100%;
      display: grid;
     }
     .servic-btn {
      align-self: flex-end;
      display: flex;
      align-items: center;
      column-gap: 5px;
      color: #797979;
      text-align: center;
      font-family: "DM Sans";
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 16px;
      letter-spacing: 1px;
      text-transform: uppercase;
		 	margin-top: 33px;
    }

    .servic-btn img {
      max-width: 17px;
    }
     .services p{
      position: relative;
		 color: #797979;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
     }
     .service-para {
      position: relative;
     }
     .service-para::before {
      content: "";
      top: 10px;
      left: -15px;
      width: 1px;
		 min-width: 1.5px;
      height: calc(100% - 19px);
      background-color: #EEAE18;
      position: absolute;
    }
    .service-para::after {
      content: "";
      top: 10px;
      left: -18px;
      width: 6px;
      height: 6px;
      background-color: #EEAE18;
      position: absolute;
    }
    .service-para p::before {
      content: "";
      top: 50%;
      left: -18px;
      width: 6px;
      height: 6px;
      background-color: #EEAE18;
      position: absolute;
    }
    .service-para p::after {
      content: "";
      bottom:7px;
      left: -18px;
      width: 6px;
      height: 6px;
      background-color: #EEAE18;
      position: absolute;
    }
.btn-check:focus + .btn, .btn:focus{
	box-shadow:none;
}
.feature-section .dark-btn a {
  padding: 19px 48px;
}
   .feature-section .dark-btn{
      text-align: center; 
      margin-top: 105px;
    }
    .feature-service-inner{
      margin-top: 62px;
    }
    .hero-right img {
      width: auto;
      display: block;
    }
    .client-review-section .slick-initialized .slick-slide {
      display: flex !important;
    }
.client-review-section .slick-dots li button::before {
	font-size: 67px !important;
	content: '-' !important;
  color: #AF997A !important;
  opacity: .60 !important;
}
.client-review-section .slick-dots li.slick-active button::before {
      opacity: 1 !important;
      color: #AF997A;
    }
.client-review-section .slick-dots {
	display: flex;
	align-items: center;
	column-gap: 10px;
	justify-content: center;
	height: fit-content;
	position: absolute;
	bottom: -34px;
	left: 42%;
}
    .client-review-section .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 20px;
      height: 10px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: 0;
      background-color: transparent;
    }
    
.portfolio-data h3:hover{
	 color:#EEAE18;
}
    
    .review-left h2{
    font-size: 44px;
    }
    .process-top span{
      color: #EEAE18;
      position: relative;
      padding-left:10px;
      font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
    }
    .process-top span::before{
      content: "";
      top: 0px;
      left: 0px;
      width: 1px;
      height:60px;
      background-color: #EEAE18;
      position: absolute;
		min-width: 1.5px;
    }
    .process-content{
      margin-top: 60px;
    }
    .process-section {
      margin-top: 60px;
    }
    .process-inner{
      position: relative;
		height:100%;
    }
.process-inner-main{
  margin-top: 46px;
}
    .process-inner::before{
      content: "01";
      bottom: -168px;
      left: 11%;
      color: #E9E7E2;
      position: absolute;
      z-index: -1;
      color: rgba(75, 58, 16, 0.12);
      text-align: center;
      font-family: "DM Sans";
      font-size: 200px;
      font-style: normal;
      font-weight: 600;
		counter-increment: section;
  content: "0" counter(section) ;
    }
.process-inner-main .row {
  counter-reset: section;
}
.process-inner-main .col-md-4:nth-child(2n) .process-inner::before {
  bottom: 126px;
}

    .process-inner.two::before{
      content: "02";
      top: -144px;
      bottom: auto;
      left: 11%;
      font-size: 170px;
      font-weight: 500;
      height: 60px;
      color: #E9E7E2;
      position: absolute;
      z-index: -1;
      color: rgba(75, 58, 16, 0.12);
      text-align: center;
      font-family: "DM Sans";
      font-size: 200px;
      font-style: normal;
      font-weight: 600;
    }
    .process-inner.three::before{
      content: "03";
    }
.footer-inner .subscribe-btn input::placeholder {
    color: #fff; /* Change the placeholder color to your desired color */
}
.newsletter-section .newsletter-input.subscribe-btn input::placeholder {
    color: #111; /* Change the placeholder color to your desired color */
}
.newsletter-section .newsletter-input.subscribe-btn input {
    color: #111 !important; /* Change the placeholder color to your desired color */
}
.footer-inner .subscribe-btn .form-control:focus {
  border-color: #545C63;
}
    .process-content h3 {
      color: #111;
      font-family: Figtree;
      font-size: 22px;
      font-style: normal;
      font-weight: 300;
      line-height: 38px;
      letter-spacing: -1px;
      display: flex;
      align-items: center;
      column-gap: 6px;
    }
    .process-content p{
      color: #797979;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 187.5% */
padding-right: 37px;
    }
    .process-content h3 img {
      max-width: 21px;
    }
    .newsletter-section {
      margin-top: 182px;
      padding: 40px 0px;
      background-image: url('../images/newsletter-background.jpg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
    }
    .newsletter-section .form-control{
      width: 321px;
      background-color: transparent;
      border-color:#121C27 ;
      border-radius: 0px;
      font-size: 13px;
      padding: 11px 13px;
    }
    .newsletter-section .form-control:focus{
      box-shadow: none;
    }

    .newsletter-section .cmn-heading h2{
      margin-top: 10px;
      margin-bottom: 20px;
    }

    .review-main-data {
      margin-left: 17%;
    }

    .client-review-section{
     padding-top: 137px;
  padding-bottom: 100px;
      background-image: url('../images/slider-background.jpg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow-x: hidden;
    }
    .review-left {
      width:60%;
    }


   .review-main-data .col-12 {
      padding: 0;
    }

  .review-center {
    align-self: self-end;
    margin-left: 15px;
  }
  .review-left .cmn-heading h2 {
    margin-top: 32px;
  }

  .name-details h3{
    color: #121C27;
font-family: "DM Sans";
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 160.714% */
letter-spacing: -0.8px;
   }
   .review-left p{
  color: rgba(18, 28, 39, 0.72);
font-family: "DM Sans";
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: 37.4px; 
}
   .name-details span{
    color: #121C27;
font-family: "DM Sans";
font-size: 20px;
font-style: italic;
font-weight: 400;
line-height: 20px; /* 225% */
letter-spacing: -0.8px;
   }

  .name-details {
    margin-top: 28px;
    margin-bottom: 24px;
  }

    .review{
      display: flex;
      
    }
    .review-center-top {
      display: flex;
      border-bottom: 1px solid #BBB5A9;
      align-items: center;
      column-gap: 10px;
		padding-bottom: 20px;
    }
    .review-center-top span {
      color: #121C27;
      font-family: "DM Sans";
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
    }
    .review-center-bottom {
      margin-top: 25px;
		margin-bottom: 3px;
    }

   .review-center-bottom li {
	padding: 11px 15px;
	border: 1px solid #B8B3A6;
	border-radius: 50px;
	color: #121C27;
	text-align: center;
	font-family: "DM Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
	text-transform: capitalize;
}
    .review-main-data .slick-initialized .slick-slide {
      display: flex !important;
      overflow: hidden;
    }

    .review-center-top ul {
      display: flex;
      align-items: center;
      column-gap: 5px;
      background-color: #DFD6CA;
      border-radius: 10px;
      padding: 10px;
      width: fit-content;
    }
    .review-center-top li img{
     width: 100%;
     max-width: 16px;
     
    }
    .review-center {
      width: 38%;
		height: 100%;
    }
    .review-center-bottom ul {
      display: flex;
      align-items: center;
      column-gap: 10px;
      justify-content: space-between;
    }
   
    .review-right img{
      border-radius: 50%;
	  width: 418px;
    }


    .partner-main-img {
      width: 32%;
    }
    .partner-right-data {
      width: 68%;
      margin-top: 60px;
    }
    .partner-main{
      display: flex;
    }
    .award-data img {
      max-width: 128px;
    }
   .partner-right-data .cmn-heading, .award-data{
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    }
.award-data{
  margin-top: 20px;
}

.partner-right-data .cmn-heading p{
  color: #797979;
text-align: center;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 187.5% */
}

.award-data p{
  color: #505050 !important;
text-align: center;
font-family: "DM Sans";
font-size: 20px !important;
font-style: normal;
font-weight: 500 !important; 
line-height: 32px !important; /* 160% */
letter-spacing: -0.4px;
width: 62%;
}


    .partner-images {
      display: flex;
      column-gap: 66px;
      align-items: center;
      background: #E2E2E2;
      padding: 10px 50px;
      margin-top: 64px;
    }
    .partner-images img{
      max-width: 117px;
    }
    .partner-main-img img{
      width: auto;
      margin-top: -40px;
    }
    .partner-main .cmn-heading {
      width: 57%;
    }

    .blog-main-page .container{
      max-width: 1000px;
    }
    .blog-main-page .cmn-heading{
      text-align: center;
    }

    .blog-main-page{
      background-image: url('../images/home-blog-section.jpg');
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      padding: 145px 0px 50px 0px;
    }
.overlay {
 width: 100%;
  padding: 20px;
}
 .overlay h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
    .blog-inner{
      position: relative;
		display: flex;
  align-items: center;
  justify-content: center;
    }
    .blog-inner::before{
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background: rgb(255,229,168);
      background: linear-gradient(180deg, rgba(255,229,168,0.8981793400954132) 15%, rgba(0,0,0,0) 100%);
    }

    .overlay {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: absolute;
      bottom: 16px;
      text-align: center;
    }
    .overlay h3 {
      color: #fff;
      font-size: 29px;
      font-weight: bold;
    }
    .overlay img{
      max-width: 250px;
	 width: 250px;
    }

    .right-blog{
      display: flex;
      align-items: center;
      flex-direction: column;
      row-gap: 20px;
    }
    .right-blog .overlay h3 {
      color: #fff;
      font-size: 18px;
      font-weight: bold;
    }
    .blog-main-inner{
      margin-top: 30px;
    }
    .blog-main-inner .yellow-btn{
    margin-top: 40px;
    text-align: center;
    }
.blog-main-page .yellow-btn a {
  padding: 16px 40px;
}
    .footer-section{
     padding-top: 114px;

      background-color:#121C27;
    }
.call-detail {
  margin-top: 21px;
  border-bottom: 1px solid #333C45;
  padding-bottom: 20px;
}
.call-detail.location {
  padding: 0px;
  border: none;
}
    .footer-left img{
     max-width: 246px;
    }
    .footer-left p{
      margin-top: 22px;
      color: #CDCDCD;
font-family: "DM Sans";
font-size: 16px;
width: 287px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 187.5% */
    }

    .call-detail span{
      color:  #EEAE18;
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 171.429% */
letter-spacing: 0.5px;
text-transform: uppercase;
    }

    .call-detail p{
      color: #FFF;
font-family: "DM Sans";
font-size: 22px;
font-style: normal;
font-weight: 500;
margin-top: 0px;
line-height: 30px; /* 136.364% */
    }
.footer-second li a:hover{
	 color:#EEAE18;
}

    .location p{
      color: #CDCDCD;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
margin-top: 0px;
font-weight: 500;
line-height: 29px; /* 181.25% */
    }
.footer-second .menu-item{
	position:relative;
	padding-left: 22px;
}



.footer-second .menu-item::before {
content: "\f054";
  position: absolute;
  top: 3px;
  left: 0px;
  width: 12px;
  height: 12px;
  font-family: "Font Awesome 6 Free";
  color: #EEAE18;
  font-weight: 600;
  font-size: 12px;
}



.footer-second span img{
  max-width: 21px;
	width: 21px;
} 
.footer-second span{
  color: #FFF;
  font-family: Figtree;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 133.333% */
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.footer-second li a img{
  max-width: 13px;
}
.footer-second li a{
  color: #CDCDCD;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
display: flex;
align-items: center;
column-gap:5px;
font-weight: 400;
line-height: 23px; /* 143.75% */
}
.footer-second ul{
  margin-top: 20px;
}
.footer-second li{
  margin-bottom: 20px;
}
.footer-left {
  max-width: 284px;
}
.footer-bottom .social-media a {
  padding: 13px;
  border:1px solid #95B0CD;
}
.footer-bottom .social-media a img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7473%) hue-rotate(69deg) brightness(108%) contrast(107%);
}
.footer-second p{
  color: #CDCDCD;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
margin-top: 20px;
line-height: 20px; /* 125% */
}
.subscribe-btn {
  position: relative;
  margin-top: 28px;
	width: fit-content;
}
.newsletter-section .newsletterbtn {
  background-color: #121C27;
  border: 1px solid #121C27;
  padding: 12px 17px 12px 17px;
  border-radius: 0px;
  position: absolute;
  top: 1px;
  right: 1px;
}

.newsletterbtn{
  background-color: #EEAE18;
  border: 1px solid #EEAE18;
  padding:13px 17px 13px 17px;
  border-radius: 0px;
  position: absolute;
  top: 0;
  right: 0;
}
.newsletterbtn i{
	color:#fff;
}
.subscribe-btn input {
    height: 52px;
    border-radius: 0px;
    border: 1px solid #545C63;
    color: #B9BBC7 !important;
    background: transparent !important;
}

 .newsletter-section .newsletterbtn:hover, .newsletter-section .newsletterbtn:active, .newsletter-section .newsletterbtn:focus {
  background-color: #EEAE18;
	 border-color:#EEAE18;
} 
 .footer-second .newsletterbtn:hover, .footer-second .newsletterbtn:active, .footer-second .newsletterbtn:focus {
  background-color: #fff;
	  border-color:#fff;
}
.footer-second .newsletterbtn:hover i, .footer-second .newsletterbtn:active i, .footer-second .newsletterbtn:focus i{
	 color:#EEAE18;
}
.subscribe-btn input:focus{
box-shadow: none;
}

.footer-bottom{
 
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
}
.client-review-section .row{
	margin-left:0px;
}
.footer-bottom-main{
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}
.footer-inner{
  padding-bottom: 120px;
}
.footer-bottom p{
  color: #CDCDCD;
text-align: center;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 187.5% */
}
.page-head-img::before {
  content: "";
  width: 157px;
  height: 157px;
  background: linear-gradient(0deg, rgba(195, 131, 20, 0.40) 0%, rgba(195, 131, 20, 0.40) 100%);
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
}

/*-------------------------------service-head------------------------*/


.page-head-left{
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.page-head-left img{
  height: 157px;
  width: 157px;
	object-fit: cover;
  border-radius: 50%;
}

.page-head-left .page-head-heading span{
  color:  #EEAE18;
  font-family: "Wix Madefor Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 325% */
  letter-spacing: -1px;
}

.page-head-left .page-head-heading h2{
  color: #121C27;
font-family: "Wix Madefor Display";
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 44px; 
text-transform: uppercase;
	overflow-wrap: anywhere;
}
p{
  padding: 0px;
  margin: 0px;
}
.page-head-section {
  padding: 134px 0px 60px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-us .dark-btn {
  text-align: end;
}
.service-head-right{
  padding: 21px;
  border-radius: 10px;
	min-height: 161px;
  display: flex;
  align-items: center;
background: rgba(255, 255, 255, 0.10);
}
.service-main .dark-btn a {
  padding:19px 48px;
}
.service-head-right p{
  color: #5A5A5A;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 22px;
}

.services-section{
  margin-top: 56px;
  margin-bottom: 50px;
}

.service-image img{
  max-height: 296px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.contact-us .dark-btn p{
	display: flex;
  flex-direction: row-reverse;
}
.service-data h3{
  color: #151515;
font-family: Figtree;
font-size: 26px;
font-style: normal;
font-weight: 300;
line-height: 32.5px; /* 125% */
letter-spacing: -1px;
}
.service-data p{
  margin-top: 19px;
  margin-bottom: 34px;
  color: #797979;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 187.5% */
	height:90px;
}
.accodian-img-1 , .accodian-img-2{
	width: 19px;
  height: 19px;
}

.faq-right-main .accordion-button:not(.collapsed) .accodian-img-1 {display:none;}
.faq-right-main .accordion-button:not(.collapsed) .accodian-img-2 {display:block;}
.faq-right-main .accordion-flush .accordion-item .accordion-button.collapsed .accodian-img-1 {display:block;}
.faq-right-main .accordion-flush .accordion-item .accordion-button.collapsed .accodian-img-2 {display:none;}


.service-data {
    border-radius: 10px;
    border: 1px solid #DBE5E2;
    background: #FFF;
    padding: 21px 39px 20px 21px;
    margin-top: -24px !important;
    margin: 0 14px;
    height: 100% !important;
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.service-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.service-main .dark-btn {
  text-align: center;
}

.contact-us .social-media {
	margin-top: -45px;
}

.services-section .row {
  gap: 30px 0;
}
.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dark-btn input{
  text-transform: uppercase;
  padding: 16px 22px;
  color: #FFF;
  text-align: center;
  font-family: Figtree;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0.7px;
  border-radius: 0px;
  transition: all .3s linear;
background-color: #121C27;
border: 1px solid #121C27;
}
.dark-btn input:hover, .dark-btn input:focus, .dark-btn input:active{
  background-color: #ffffff !important;
  color: #121C27;
  border: 1px solid #121C27;
  }
  .contact-us{
    border-radius: 10px;
border: 1px solid #DBE5E2;
background: #FFF;
padding: 54px 33px;
  }
  .contact-us h3{
    color: #111;
    margin-bottom: 27px;
font-family: Montserrat;
font-size: 34px;
font-style: normal;
font-weight: 600;
line-height: 46px; /* 135.294% */
letter-spacing: -1px;
  }
  .contact-us .form-control {
    height: 52px;
    border-radius: 0px;
    border: 1px solid #EAEAEA;
  }
  .contact-us .form-control:focus{
    box-shadow: none;
    border-color: #EAEAEA;
  }
  .contact-us textarea{
     height: 78px !important;
  }
  .form-footer .dark-btn button{
    font-weight: 600;
  }
.contact-us .btn{
	font-weight:600;
}

  /*-------------our-work----------------*/

.portfolio-section{
   margin-top: 88px;
   margin-bottom: 54px;
}
.portfolio-inner{
  margin-top:54px;
}
  .our-work .service-head-right {
      padding: 54px 21px;
  }

  .our-work .service-head-right p{
    font-style: italic;
}
.portfolio-main {
    border: 1px solid #00000040!important;
  position: relative;
  padding:20px;
  height: 380px;
}
.portfolio-main .portyfolio-image{
  width: 100%;

}

.portfolio-data {
  display: flex;
  flex-direction: column;
}
.portyfolio-image img {
    height: 300px;
    width: 300px;
    object-fit: contain;
        margin: auto;
}
.portfolio-data h3{
  color: #121C27;
  font-family: Figtree;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px; /* 100% */
  letter-spacing: -0.3px;
  text-align:center;
}
.cate-data {
	display: flex;
	align-items: center;
	column-gap: 3px;
	color: #fff;
}
.portfolio-data a{
  color: #FFF;
font-family: "DM Sans";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 200% */
letter-spacing: 0.5px;
}
.portfolio-inner .row{
  row-gap: 31px;
}

.contactus-section .contact-form .row{
   row-gap: 30px;
}
.contactus-section {
  margin-top: 200px;
  margin-bottom: 90px;
}

.contactus-right-image img {
  width: 100%;
  max-height: 500px;
  height: 100%;
  object-fit: cover;
}

.contactus-section .contact-us{
  border-radius: 0px;
}
.page-template-ourwork .contact-us .dark-btn p {
  display: flex;
  flex-direction: row;
}
.page-template-ourwork .contact-us .social-media {
  margin-top: -42px;
  justify-content: end;
  padding-right: 0px;
}

/*-----------------------resources--------------------*/

.resources .service-head-right{
  padding: 40px 21px;
}
.resources p{
  font-style: italic;
}

.blog-page-main-section.blog-main-page {
  padding: 60px 0px 50px 0px;
}
.page-template-resources .service-head-right p{
	font-style: italic;
}

.blog-page-main-section .row{
  row-gap: 30px;
}

.blog-page-main-section .contact-us textarea {
  height: 128px !important;
}


/*------------------------contactus-page-section--------------------*/

.contactus-page-section.contactus-section{
  margin: 40px 0px;
}
.contact-us .row {
  row-gap: 30px;
}
.page-template-contact .newsletter-section{
	margin-top:0px;
}
.page-template-contact .service-head-right p{
	font-style: italic;
}
.contact-details-top img{
 width: 70px;
 height: 70px;
}
.contact-details-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.contact-details-top span{
  color: #121C27;
font-family: "DM Sans";
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 15px; /* 100% */
letter-spacing: 3px;
text-transform: uppercase;
}
.contact-details-bottom h3{
  color: #111;
font-family: Figtree;
font-size: 30px;
font-style: normal;
font-weight: 300;
line-height: 38px; /* 126.667% */
letter-spacing: -1px;
}
.contact-details-bottom span {
  color: #797979;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 16px;
}
.faq-right-main .accordion-body a{
	color:rgb(238, 174, 24);
}
.contact-details-bottom a{
  color: #FFB90B;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 100% */
letter-spacing: 1px;
text-transform: uppercase;
	display: flex;
  align-items: center;
  column-gap: 15px;
}
.contact-details-section{
  margin-bottom: 40px;
}

.contact-details-bottom {
  display: flex;
  flex-direction: column;
}
.contact-details-data{
  border: 1px solid #EAEAEA;
  padding: 37px 17px 40px 46px;
}
.newsletter-section.contact-page-newsletter{
  margin-top: 0px;
  margin-bottom: 0px;
}

/*-------------work details--------------*/
.work-page-inner-section{
  margin: 54px 0px;
}
.work-page-head-data h2{
  color: #111;
font-family: Figtree;
font-size: 38px;
font-style: normal;
font-weight: 300;
line-height: 48px; /* 126.316% */
letter-spacing: -1px;
}
.work-page-head-data{
  margin-bottom: 48px;
}

.work-page-head-data p{
  color: #797979;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 187.5% */
}


.work-page-inner-left{
border: 1px solid #D1D1D1;
  width: 100%;
    height: 100%;
    padding: 20px;
  
}
.work-page-inner-left img {
height: 304px; width: 293px; object-fit: contain; margin: auto; }

.work-page-inner-right h2{
  color: #111;
font-family: Figtree;
font-size: 38px;
font-style: normal;
font-weight: 300;
line-height: 48px; /* 126.316% */
letter-spacing: -1px;
} 
.work-page-inner-right li{
  color: #464646;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 187.5% */
  text-transform: capitalize;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 9px;
}
.work-page-inner-right li i{
  color: #EEAE18;
}
.work-page-head-data.work-page-head-second{
  margin-bottom: 0px;
  margin-top: 40px;

}




/*-----------------------------------speaking-engagements-data------------------*/
.faq-main-section{
  margin-top: 30px;
  margin-bottom: 30px;
}
.speaking-engagements-section{
  margin-top: 72px;
  margin-bottom: 110px;
}
.speaking-engagements-data p{
  color: #797979;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-left: 23px;
  line-height: 30px; /* 187.5% */
}
.speaking-engagements-data{
  position: relative;
}
.speaking-engagements-data span{
  color: #EEAE18;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 100% */
padding-left: 12px;
}
.speaking-engagements-data span::before{
  content: "";
  top: 0px;
  left: 0px;
  width: 1px;
  height:60px;
  background-color: #EEAE18;
  position: absolute;
	min-width:1.5px;
}
.speaking-engagements-data-main{
  margin-top: 48px;
}
.speaking-engagements-data-main .row{
  row-gap: 50px;
}

.speaking-engagements-include-data img {
  width: 16px;
}
.speaking-engagements-include-data li{
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #212121;
font-family: Figtree;
font-size: 19px;
font-style: normal;
font-weight: 300;
padding-top: 23px;
padding-bottom: 29px;
border-bottom: 1px solid #DBDBDB;
line-height: 30px; /* 157.895% */
}
.speaking-engagements-include-data ul{
  margin-top: 50px;
}
.speaking-engagements-include-section .contact-us {
  margin-top: -56px;
}
.speaking-engagements-include-section{
  background: rgba(231, 231, 208, 0.30);
	padding-bottom: 32px;
}
.faq-left-data{
  padding: 45px 43px 58px 44px;
  background-size: cover;
  background-repeat: no-repeat;
}
.faq-left-top {
  justify-content: space-between;
}
.rating-data{
  border-radius: 30px;
  padding: 10px 30px;
background: var(--Main-Gold, #EEAE18);
}
.rating-data ul, .rating-data, .faq-left-top{
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.rating-data ul li img{
   width: 15px;
   filter: brightness(0) saturate(100%) invert(100%) sepia(73%) saturate(1%) hue-rotate(62deg) brightness(107%) contrast(101%);
} 
.rating-data{
  justify-content: center;
  margin-bottom: 15px;
}
.faq-left-top{
  padding-bottom: 29px;
  align-items: start;
  border-bottom: 1px solid rgba(149, 176, 205, 0.36);
}
.rating-main span{
  color: #121C27;
font-family: "DM Sans";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 200% */
}
.rating-data span{
  color: #FFF;
font-family: Figtree;
font-size: 22px;
font-style: normal;
font-weight: 300;
line-height: 22px; /* 100% */
letter-spacing: -1px;
margin-left: 8px;

}
.faq-main-section .accordion-button span {
  padding-left: 10px;
}
.group-main-img img {
  max-width: 166px;
  width: 100%;
}
.faq-left-bottom{
  margin-top: 37px;
  padding: 0px 66px;
}
.faq-left-bottom h3{
  color: #212121;
text-align: center;
font-family: Figtree;
font-size: 30px;
font-style: normal;
font-weight: 300;
line-height: 36px; /* 120% */
letter-spacing: -1px;
}
.faq-review img{
  width: 70px;
  border-radius: 50%;
height: 70px;
}
.faq-review {
  text-align: center;
  display: flex;
  margin-top: 40px;
  align-items: center;
  flex-direction: column;
}
.faq-review-inner-data h4{
  color: #212121;
text-align: center;
font-family: Figtree;
font-size: 19px;
margin: 23px 0px;
font-style: normal;
font-weight: 300;
line-height: 30px; /* 157.895% */
}
.faq-review-inner-data p{
  color: #797979;
font-family: "DM Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
text-align: left;
line-height: 30px; /* 166.667% */
}
.faq-left-bottom .slick-initialized .slick-slide{
  display: flex !important;
}

.faq-main-section .slick-dots li button::before {
	font-size: 67px !important;
	content: '-' !important;
	color: #AF997A !important;
	opacity: .60 !important;
}
.faq-main-section .slick-dots li.slick-active button::before {
  opacity: 1 !important;
  color: #AF997A;
}
.speaking-engagements-include-data {
  padding-top: 53px;
}

.faq-right-main h3{
  color: #212121;
font-family: Figtree;
font-size: 30px;
font-style: normal;
font-weight: 300;
line-height: 36px; /* 120% */
letter-spacing: -1px;
margin-bottom: 30px;
}
.faq-right-main .accordion-button:focus{
  box-shadow: none;
  border-color:none;
}
.faq-right-main .accordion-flush .accordion-item .accordion-button.collapsed{
  color: #212121;
font-family: Figtree;
font-size: 19px;
font-style: normal;
font-weight: 300;
padding-left: 0px;
line-height: 30px; /* 157.895% */
border-bottom: 1px solid #DBDBDB;
}
.faq-right-main .accordion-item{
 border: none;
}
.faq-right-main .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #EEAE18;
  font-family: Figtree;
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
	padding-left: 0px;
  line-height: 30px;
  border-bottom: 1px solid #DBDBDB;
}

.faq-right-main .accordion-button{
  position: relative;
}
.faq-right-main .accordion-button::after {
display:none;
}

.faq-right-main .accordion-body {
  color: #797979;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-left: 0px;
}
.get-started-section{
  padding: 37px 0px 46px 0px;
  background-size: auto;
}
.get-started-data{
  text-align: center;

}
.get-started-data .cmn-heading h2{
  color: #fff;
}

.get-started-data p{
  border-radius: 10px;
background: rgba(0, 0, 0, 0.20);
padding: 21px 22px;
color: #fff;
margin-top: 22px;
margin-bottom: 45px;
}

.faq-left-data .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-left-data .slick-dots button {
	background-color: transparent;
	border: none;
	color: transparent;
}
.page-template-servicesdetail .process-section {
  margin-bottom: 143px;
}

/*------------------web design-------------------*/
.page-template-webdesign  .process-section {
  margin-bottom: 143px;
}
.webdesign-portfolio .dark-btn a{
  margin-top: 31px;
  padding:16px 55px ;
}
.page-template-contact .contactus-section .social-media {
  justify-content: end;
}
.webdesign-portfolio .dark-btn {
  margin-top: 31px;
}
.portfolio-section.webdesign-portfolio {
  margin-top: 88px;
  margin-bottom: 100px;
}

.page-template-webdesign .speaking-engagements-include-data ul {
  margin-top: 10px;
}
.speaking-engagements-include-section .contact-us textarea {
  height: 130px !important;
}
/*-------------------------blog inner-----------------------*/

.writerinfo{
	margin-top:10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.writerinfo span img{
  width: 14px;
}
.writerinfo span{
  display: flex;
  align-items: center;
  column-gap: 7px;
}
.writerinfo span{
  color: #7C7C7C;
font-family: "DM Sans";
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 200% */
text-transform: uppercase;
}
.writerinfo span a{
  color: #7C7C7C;
font-family: "DM Sans";
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 200% */
text-transform: uppercase;
}

.blog-data-inner p , .blog-data-inner li{
  color: #797979;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px;
}
.blog-data-inner h2{
  color: #262626;
  margin-top: 15px;
font-family: "DM Sans";
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 36px; /* 150% */
letter-spacing: -0.5px;
}
.single-blog .blog-right-scroll-data .col-md-6{
	width:100%
}
.single-blog .blog-right-scroll-data .form-control {
	height: 52px;
	border-radius: 0px;
	background-color:transparent;
	border:1px solid #C8C5C5;
}
.single-blog .blog-right-scroll-data .form-control:focus {
	box-shadow:none;
}
.single-blog .blog-right-scroll-data textarea {
	height:130px !important;
}
.single-blog .blog-right-scroll-data .row{
	row-gap:18px;
}
.speaking-engagements-include-data h3{
	color: #111;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: -1px;
}
.single-blog .service-head-right h2 {
  color: #121C27;
  font-family: "Wix Madefor Display";
  font-size: 39px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}
.writerinfo span:nth-child(1) {
  padding-left: 25px;
}
.single-blog .blog-right-scroll-data .wpcf7-spinner {
	margin: 0px -5px;
}
.blog-data-inner img{
  width: 398px;
  height: 100%;
}
.blog-right-scroll-data .dark-btn {
  text-align: center;
}
.blog-data-inner p{
  margin-top: 19px;
}
.blog-data-inner ul, .blog-data-inner ul li{
  list-style-type: disc;
}
.blog-right-scroll-data {
  position: sticky;
  top: 12px;
  height:100%;
  overflow-y: auto;
  scrollbar-width: none;
}
.blog-data-inner li{
  margin-left: 15px;
}
.blog-data-inner ol, .blog-data-inner ol li{
  list-style-type: decimal;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-details-section{
  margin-bottom: 120px;
  margin-top: 42px;
}
.blog-right-form{
  background-size: cover;
  padding: 39px 35px 19px 35px;
}
.blog-right-form h3{
  color: #111;
  margin-bottom: 27px;
font-family: Montserrat;
font-size: 34px;
font-style: normal;
font-weight: 600;
line-height: 46px; /* 135.294% */
letter-spacing: -1px;
display: flex;
align-items: center;
column-gap: 15px;
}
.blog-right-form h3 img{
  width: 25px;
}
.current-menu-item a{
	color:#FFB90B !important;
	font-weight:500 !important;
}
.blog-right-form .form-data .form-control {
  height: 52px;
  margin-bottom: 18px;
  border-radius: 0px;
  border: 1px solid #EAEAEA;
  background-color: transparent;
  border: 1px solid #EAEAEA;
}
.blog-right-form .form-data .form-control:focus{
  box-shadow: none;
  border-color: #EAEAEA;
}
.blog-right-form .form-data textarea{
   height: 130px !important;
}
.blog-right-form .social-media{
  margin-top: 32px;
  justify-content: center;
}
.blog-right-form .dark-btn .btn{
  padding: 16px 60px;
}
.page-template-contact .contact-us .dark-btn p , .single-portfolio .contact-us .dark-btn p , .single-blog .contact-us .dark-btn p{
  display: flex;
  flex-direction: row;
  justify-content: start;
}


.page-template-contact .social-media, .single-portfolio .social-media {
  justify-content: end;
}
.single-blog  .contactus-page-section .social-media{
	justify-content: end;
}
.blog-data-inner a {
  color: #858585;
  text-decoration: underline;
}
.single-portfolio .social-media {
	justify-content: end;
}

.privacy-policy .privacy-policy-data{
	margin:50px 0px;
}

.privacy-policy .privacy-policy-data h2{
	color: #262626;
font-family: "DM Sans";
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 36px; /* 150% */
letter-spacing: -0.5px;
	margin-top: 10px;
}
.privacy-policy .privacy-policy-data p{
	color: #797979;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px;
}
 .category-pg-blog .cate-pg-content-sec{
	margin:50px 0px;
}
 .category-pg-blog .cate-pg-content-sec .row{
	row-gap:30px;
}
 .contactus-section-blog-cate{
	margin-bottom:50px;
}
.contactus-right-image {
  height: 100%;
}

.partner-section{
	width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-services .contact-us {
  padding: 59px 33px;
	height:100%;
}
.footer-section .container{
	max-width: 1290px;
}
.footer-second .subscribe-btn {
  width: 100%;
}
.page-template-resources .contact-us {
  padding: 57px 33px;
	height:100%;
}

.newsletter-section .newsletterbtn:hover i{
	color:#fff;
}

  .contact-details-section .col-md-4 {

	padding: 8px;
} 
.faq-right-main .accordion-button {
	align-items: baseline;
}
.call-detail a{
	color:#fff;
}
.page-head-img {
	position: relative;
}






.review {
  width: 77%;
}
.newsletter-section .cmn-heading span {
	font-weight: 700;
}
.blog-main-page .cmn-heading h2 {

	width: 63%;
	margin: auto;
}

.review-inner {
	position: relative;
}

.right-blog > a .blog-inner{
	margin-bottom:3px;
}

.review-inner .cmn-heading h2 {
	margin-top: 36px;
}

.review-right {
	position: absolute;
	top: -29.6px;
	right: -93.3px;
}

.contact-us {
    position: relative;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    position: absolute;
    bottom: 10px;
    margin: 0;
    font-size: 13px;
    padding: 2px 6px;
	background-color: #fff;
}
.partner-images img:nth-child(5){
	max-width: 102px;
}