@font-face {
    font-family: 'avenir_lt_45_bookregular';
    src: url('../fonts/avenir_lt_45_book-webfont.woff2') format('woff2'),
         url('../fonts/avenir_lt_45_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'avenir_lt_65_mediumregular';
    src: url('../fonts/avenir_lt_65_medium-webfont.woff2') format('woff2'),
         url('../fonts/avenir_lt_65_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
/* .container {
    max-width: 1366px;
} */
a{
    text-decoration: none;
    color: #000000;
}
a:hover {
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'avenir_lt_65_mediumregular';
}
body{
    font-family: 'avenir_lt_45_bookregular';
}
ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ourStory-container {max-width:1150px;margin: 0 auto;}


.heading{
    color: #000;
    font-family: 'avenir_lt_65_mediumregular';
    font-size: 43px;
    font-style: normal;
    font-weight: 600;
    line-height: 53px;
}
.sub-heading{
    color: #000;
    font-family: 'avenir_lt_45_bookregular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 200% */
    text-transform: inherit;
    text-align: center;
}
.btn a{
    color: #000;
    font-family: 'avenir_lt_45_bookregular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 10px 30px;
    transition: all 0.6s ease-in-out;
    border-radius: 22px;
    border: 1px solid #000;
}
.btn a:hover{
    background: #000;
    color: #fff;
}
.swiper-button-prev{
    display: none;
}
.swiper-button-next{
    display: none;
}
.swiper-scrollbar{
    display: none;
}
.swiper-pagination-bullet{
    display: none;
}
/*-------------------------- # Scroll top button ---------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #000000;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
}
.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}
.scroll-top:hover {
    background: #000000;
    color: #fff;
}
.scroll-top.active {
    visibility: visible;
    opacity: 1;
}
/*------------------------# Sections & Section Header -------------------*/
section {
    overflow: hidden;
    padding: 50px 0;
}
.section-bg {
    background-color: #ffffff;
}
/* header section */
.header .container {max-width:1320px;}
.header {
    padding: 10px 0;
    position: relative;
    z-index: 300;
    z-index: 300;
    color: #3d3d3d;
	transition: all 0.6s  ease-in-out;
     /*border-bottom: 1px solid ;
    border-color: #ffffff;
    border-bottom: 1px solid #dddd;
   background: #FFF;*/
    min-height: 80px;
}
.header .logo a img{
    width: 100%;
    max-width: 100px;
}
.fixed-top{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
#header.sticked{
    background: #fff;
    box-shadow: 0 -6px 10px 5px rgba(0,0,0,0.5);
    position: sticky;
    z-index: 999;
    min-height: 80px;
}
.navbar {
    padding: 0;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: right;
    overflow: hidden;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
    position: relative;
}
.navbar a, .navbar a:focus{
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-left: 5px;
    color: #3D3D3D;
    font-family: 'avenir_lt_45_bookregular';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    transition: 0.3s;
}
.navbar a.active{
    font-weight: 800;
}
.navbar>ul>li{
    padding: 5px 15px 7px 15px;
    white-space: nowrap;
}
.navbar>ul>li>a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #fa481a;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    width: 0%;
}
.navbar a:hover:before, .navbar li:hover>a:before, .navbar .active:before {
    visibility: visible;
    width: 100%;
}
.hamburger {
    width: 30px;
    height: 30px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    display: none;
}
.hamburger div {
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #000;
    transition: all 0.5s;
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #000000;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
@media (max-width: 991px) {
.mobile-nav-toggle {
      display: block;
}
.navbar ul {
      display: none;
}
.navbar{
    flex: none;
}
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(20, 21, 28, 0.9);
    transition: 0.3s;
    z-index: 999;
} 
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}
  
.navbar-mobile a,.navbar-mobile a:focus {
    padding: 10px 20px;
    margin: 5px;
    font-size: 15px;
    color: #2a2c39;
} 
.navbar-mobile a:hover,.navbar-mobile .active,.navbar-mobile li:hover>a {
    color: #fff;
}
.navbar-mobile .getstarted,.navbar-mobile .getstarted:focus {
    margin: 15px;
}
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
    min-width: 200px;
}
.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,.navbar-mobile .dropdown ul .active:hover,.navbar-mobile .dropdown ul li:hover>a {
    color: #fff;
}
.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}
.navbar > ul > li.getInTouchBtn {padding-right: 0;}
.navbar > ul > li.getInTouchBtn a {padding: 8px 20px 6px;
  border: 1px solid #000;
  border-radius: 60px;
  line-height: 20px;}

.navbar > ul > li.getInTouchBtn a:hover {background:#fa481a; color:#fff; border-color:#fa481a}
.navbar > ul > li.getInTouchBtn a:hover::before {background:none;width:0;}
.navbar > ul > li.getInTouchBtn a::before {background:none;width:0;}





/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero{
    padding: 0;
}
.hero .hero-swiper .card{
    border: none;
    display: contents;
}
.hero .swiper-container {
    height: 100%;
  }
  .hero .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: end;
    font-weight: bold;
    font-size: 5vw;
    height: auto;
}
.hero .swiper-slide img{
    width: 100%;
}
.hero .swiper-controls{
    display: none;
}
.hero .swiper-pagination{
    display: none;
}
/* Responsive css */

.hero .swiper-scrollbar{
    display: none;
}
/*--------------------------------------------------------------
# WE ARE ENTREPRENEURS
--------------------------------------------------------------*/
.we-entrepreneurs{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding:0 0 60px 0;
    margin-top: 0px;
}
.we-entrepreneurs .banner-heading {
    width: 100%;
    position: relative;
    height: 100%;
    margin-bottom: 0;
    text-align: center;
  }
  
  @keyframes mainBlock {
    0% {
      width: 0%;
      left: 0;
  
    }
    50% {
      width: 100%;
      left: 0;
  
    }
    100% {
      width: 0;
      left: 100%;
    }
}
  .we-entrepreneurs #typed,
  .we-entrepreneurs .banner-heading h1 {
    color: #000000;
    text-align: center;
    font-size: 43px;
    font-weight: 500;
    line-height: 70px; 
    text-transform: uppercase;
    margin: 0;
	font-family:'avenir_lt_45_bookregular';
}
  .we-entrepreneurs #typed {font-weight:500;font-family: 'avenir_lt_45_bookregular';}
  .we-entrepreneurs .special-text{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: inherit;
}
.we-entrepreneurs .we-entrepreneurs .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.we-entrepreneurs .sub-heading{
    margin-bottom: 0;
    text-transform: inherit;
}
/*--------------------------------------------------------------
# Client Slider
--------------------------------------------------------------*/
.client-slider{
    border-top: 1px solid rgba(202, 202, 202, 0.40);
    border-bottom: 1px solid rgba(202, 202, 202, 0.40);
}
.client-slider .slide-item figure {
    border-radius: 5px;
    background: #fff;
    max-width: 181px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.client-slider .slide-item img:hover {
    filter: none;
  }
.client-slider .swiper {
    width: 100%;
    padding: 10px 0;
}
.client-slider .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: auto;
    align-items: center;
    display: flex;
}
.client-slider .swiper-wrapper,.client-slider .swiper-wrapper {
    transition-timing-function: linear !important;
}
.client-slider .swiper-slide img {
    display: block;
    width: 100%;
    max-width: 140px;
}
.client-slider .swiper-button-next,.client-slider .swiper-button-prev {
    visibility: hidden;
  }
.client-slider .swiper{
    padding: 0;
}
/*--------------------------------------------------------------
# Capabilities Section
--------------------------------------------------------------*/
.capability{
    padding: 70px 0 20px;
}
.capability .card{
    border: none;
}
.capability .capability-content{
    position: relative;
    width: 70%;
    margin: 0 auto;
    padding: 150px 0;
}
.capability .capability-content .accordion{
    width: 70%;
    margin: 0 auto;
}
.capability .capability-content::before{
    content: '';
    background-image: url(../img/capability-bg-1.png);
    position: absolute;
    width: 100%;
    height: 62px;
    left: 80px;
    background-repeat: no-repeat;
    top: 0;
	background-size: 200px;
}
.capability .capability-content::after{
    content: '';
    background-image: url(../img/capability-bg-2.png);
    position: absolute;
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    bottom: 0;
    right: 80px;
    background-size: 200px;
    background-position: right;
}
/* .capability .capability-content::before{
    content: '';
    background-image: url(../img/capability-bg-1.png);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 80px;
    background-repeat: no-repeat;
    bottom: 108%;
	background-size: 200px;
}
.capability .capability-content::after{
    content: '';
    background-image: url(../img/capability-bg-2.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 134%;
    right: 80px;
  background-size: 200px;
  background-position: right;
} */
.capability .capability-image img{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
}
.capability .capability-content .accordion-button img{
    max-width: 35px;
    margin-right: 20px;
}
.capability .capability-content .accordion-button{
    font-size: 18px;
    font-weight: 600;
    font-family: "avenir_lt_65_mediumregular";
}
.capability .accordion-item{

    border-radius: 0!important;
	border: 0;
}
.capability .heading{
    color: #000000;
    font-family: "avenir_lt_65_mediumregular";
    font-size: 43px;
    font-style: normal;
    font-weight: 600;
    line-height: 53px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.capability .capability-content .accordion-body{
    color: #000000;
  font-family: "avenir_lt_45_bookregular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.capability .capability-content .accordian-img img{
display: none;
}
.capability .accordion-button:not(.collapsed){
    background-color: #ebebeb;
    color: #000;
    border-radius: 0;
}
.capability .accordion-button:focus{
    box-shadow:0 0 0 0.25rem rgba(232, 232, 232, 0.25);
}
.accordion-button::after{
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    content: "\f4fe";
    background-image: none;
    font-size: 28px;
    display: flex;
    align-items: center;
    height: auto;
    width: auto;
}
.accordion-button:not(.collapsed)::after{
    background-image: none;
    font-size: 28px;
    content: "\f2ea";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    display: flex;
    align-items: center;
}
/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/

.services .service-card {
   /* border: 1px solid #B9B9B9;*/
    background: #FFF;
    margin-bottom: 40px;
    min-height: 230px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	height: 93%;
	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.services .service-card hr {width: 100%;display:none;}
.services .service-card-spcl{
    padding: 20px;
    background: rgb(204,164,103);
background: linear-gradient(90deg, rgba(204,164,103,1) 0%, rgba(247,235,173,1) 52%, rgba(209,173,111,1) 100%);
    border: none;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content: center;
} 
.services .service-card-spcl .heading{
    color: #000;
    font-size: 18px;
    /*text-transform: uppercase;*/
    text-align: center;
    line-height: 30px;
}
.services .service-card-spcl .sub-heading{
    color: #000;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    text-transform: inherit;
	margin: 0;
}
.services .service-card .service-image img{
    width: 100%;
    max-width: 57px;
}
.services .service-card .service-image{
    display: flex;
    justify-content: center;
    padding: 20px;
	margin-bottom: 40px;
}
.services .service-card .service-content{
    position: relative;
    /* padding: 20px 0; */
    padding: 20px 10px;
}
.services .service-card .service-content .process-item-number {
    background: rgb(204,164,103);
background: linear-gradient(90deg, rgba(204,164,103,1) 0%, rgba(247,235,173,1) 52%, rgba(209,173,111,1) 100%);
    border: 5px solid #fff;
    border-radius: 40px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    height: 50px;
    left: 50%;
    line-height: 45px;
    position: absolute;
    text-align: center;
    top: -47px;
    transform: translateX(-50%);
    width: 50px;
}
.services .service-card .service-content h3{
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: math-auto;
    text-align: center;
    margin: 0;
}
.service-card:hover{
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
/*--------------------------------------------------------------
# Footer Section
--------------------------------------------------------------*/
.footer{
    /* background: #eee; */
    background: #d5d5d5;
    color: #fff;
    padding: 40px;
    /* border-top: 4px solid #e5c968;*/
		border-image: linear-gradient(45deg, #f7ebad, #cca467, #f7ebad, #cca467, #f7ebad, #cca467) 1;
border-width: 4px 0 0 0;
border-style: solid;
}
.footer .footer-info img{
    width: 100%;
   max-width: 158px;
}
.footer .footer-info .sub-heading{
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 164.286% */
    text-transform: math-auto;
    text-align: justify;
    margin-top: 25px;
    padding-right: 10%;
}
.footer .footer-info{
    margin-bottom: 20px;
}
.footer .footer-links{padding-left: 0;}
.footer .footer-links ul li{
    padding-bottom: 12px;
}
.footer .footer-links ul li a{
    color: #000000;
    font-family: 'avenir_lt_45_bookregular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.footer .footer-bottom .copyright{
    color: #000000;
    font-family: 'avenir_lt_45_bookregular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .footer-bottom .copyright img{
    width: 100%;
    max-width: 38px;
    margin-left: 5px;
    margin-right: 0;
    margin-top: -3px;
}
.footer .footer-bottom .social-links a{
    margin-right: 0;
    background: #007bb5;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 22px;
}
.footer .footer-bottom .copyright-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 27px;
}
.footer .footer-links ul{
    margin-top: 32px;
}
.footer .footer-links .contact-info{
    margin-top: 79px;
}
.footer .footer-links .contact-info h6{
    color: #000000;
    font-family: 'avenir_lt_45_bookregular';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.footer .footer-links .contact-info p{
    color: #000000;
    font-family: 'avenir_lt_45_bookregular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
}
.footer .footer-links .contact-info p .info-us{
    text-transform: lowercase;
}
.footer .footer-links .contact-info a{
    color: #000000;
    font-size: 14px;
}
.footer .footer-links .contact-info p .bold-info{
font-weight: 600;
}
/*------------------------# Our Story Page -------------------*/

/* our story section  */
.our-story .heading{
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
	display: inline-block;
}
.our-story .heading::before{
    position: absolute;
    background-image: url(../img/what-we-do-underline.png);
    content: '';
    background-size: contain;
    border: 0;
   height: 1rem;
  width: 70%;
  background-repeat: no-repeat;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
	
}
.our-story{
    padding-top: 120px;
}
.our-story .sub-heading{
    font-size: 16px;
    text-align: justify;
    margin-top: 33px;
}
.our-story img{
    width: 100%;
    max-width: 250px;
}
.our-story .our-story-image{
    display: flex;
    justify-content: left;
}
.our-story-border img{
    width: 100%;
    max-width:70%;
}
.our-story-border{
    display: flex;
    justify-content: center;
    margin-top: 82px;
}
/* The lady at the top section  */
.m-content .lady-at-thr-top-image img{
    width: 100%;
    max-width: 250px;
}
.m-content .sub-heading{
    font-size: 16px;
    text-align: justify;
    margin-top: 33px;
}
.m-content .heading{
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
	display: inline-block;
}
.m-content .heading::before{
    position: absolute;
    background-image: url(../img/what-we-do-underline.png);
    content: '';
    background-size: contain;
    border: 0;
    height: 1rem;
    width: 200px;
    background-repeat: no-repeat;
    bottom: -20px;
    left: 0;
   right: 0;
   margin:0 auto;
}
.m-content .heading-1::before{
    position: absolute;
    background-image: url(../img/lady-at-the-top-underline.png);
    content: '';
    background-size: contain;
    border: 0;
    height: 1rem;
    width: 330px;
    background-repeat: no-repeat;
    bottom: -20px;
    left: 0;
   right: 0;
   margin:0 auto;
}
.m-content .lady-at-thr-top-image{
    display: flex;
    justify-content: center;
}
/* What we do section  */
.what-we .heading{
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
	display:inline-block;
}
.what-we .heading::before{
position: absolute;
background-image: url(../img/what-we-do-underline.png);
content: '';
background-size: contain;
border: 0;
height: 1rem;
width: 200px;
background-repeat: no-repeat;
bottom: -20px;
left:0;
right:0;
margin:0 auto;

}
.what-we .sub-heading{
    font-size: 16px;
    text-align: justify;
    margin-top: 33px;
}
.what-we .what-we-img{
    display: flex;
    justify-content: center;
}
.what-we .what-we-img img{
    width: 100%;
    max-width: 250px;
}
/*--------------------------------------------------------------
# Contact Us Section
--------------------------------------------------------------*/

/* ContactUs place */
.contact-place .place{
    padding: 20px;
    transition: all 0.6s ease-in-out;
}
.contact-place{
    padding-top: 0;
}
.contact-place .place img{
    width: 100%;
    max-width: 120px;
}
.contact-place .place .heading{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.contact-place .place .sub-heading{
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-width: 209px;
    margin: 0 auto;
    min-height: 40px;
    text-transform: math-auto;
}
.contact-place .place .place-image{
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}
.contact-place .place:hover{
	transform: scale(1.2);
}
.contact-place .place:hover .place-content .heading{
    color: #000000;
}
.contact-place .place:hover .place-content .sub-heading{
    color: #010000;
}
/* Form Section */
.contact-form{
    padding-top: 120px;
}
.contact-form .btn{
    display: flex;
}
.contact-form .form-image img{
width: 100%;
}
.contact-form .form-image{
    position: relative;
}
.contact-form .form-image::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
}
.contact-form ul li .heading{
    color: #000000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 13px;
}
.contact-form ul li{
    margin-bottom: 26px;
}
.contact-form ul li a{
    color: #666;
    font-family: 'avenir_lt_45_bookregular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 13px;
}
.contact-form ul li a i{
    font-size: 14px;
    margin-right: 10px;
}
.contact-form .heading{
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #000000;
    font-size: 40px;
}
.contact-form .form-image img{
    width: 100%;
    min-height: 429px;
    object-fit: cover;
}
.contact-form .contact-form-sec{
    filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.13));
    background: #FFF;
}
.contact-form .contact-cont{
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
}
.contact-form .form-control{
    /*border-bottom: 1px solid #B3B3B3;*/
    border-radius: 0;
    padding-left: 15px;
    margin-bottom: 15px;
	background:#fafafa;
}
.contact-form .form-control::placeholder{
    color: #A1A1A1;
    font-family: 'avenir_lt_45_bookregular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contact-form .form-control:focus{
    box-shadow: none;
    border-color: #B3B3B3;
}
.contact-form .form-control-1{
    padding: 13px 18px;
    font-weight: 400;
    margin-bottom: 20px;
	background: #fafafa;
}
.contact-form .btn a{
    font-size: 16px;
	background:#fa481a;
color:#fff;
border:0;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    border: none;
}
.contact-form .form-control-1::placeholder {
color: #A1A1A1;
}
.contact-form .centered {
    float: none;
    margin: 100px auto;
}
.contact-form .form-group {
    position: relative;
}
.contact-form  .form-group .palceholder {
   /* position: absolute;
    top: 6px;
    left: 15px;*/
    color: #b1b1b1;
    transition: all 0.6s ease-in-out;
}
.contact-form .form-group label {
    color: #000;
	font-weight:600;
    font-size: 14px;
	display: block;
  margin-bottom: 5px;
}
.contact-form .form-group .star {
    /*color: red;*/
	margin-left:5px;
	color: red;
	font-weight: normal;
  font-size: 12px;
}
.contact-form .spcl-contact{
    /*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
    padding-top: 40px;
    padding-bottom: 40px;
}
.contact-form .new-form {
    padding: 30px;
}
.contact-form .form-section{
    position: relative;
    z-index: 1;
}
.contact-form .contact-form-content{
    padding: 40px 40px 40px 0;
    /* border-right: 1px solid #ddd;*/
}
/* responsive css */

@media (min-width:1920px){
.header .container, .container {
  max-width: 90%;
}
#header.sticked {min-height: 140px;}
.navbar a, .navbar a:focus {font-size:18px;}
.we-entrepreneurs #typed, .we-entrepreneurs .banner-heading h1 {
  font-size: 56px;
}
.client-slider .slide-item figure, .client-slider .swiper-slide img {max-width: 180px;}

.services .service-card {min-height: 400px;}

.services .service-card-spcl .heading {
  font-size: 24px;
}
.services .service-card .service-content h3 {font-size: 20px;}
.services .service-card .service-image img {
  max-width: 87px;
}
.services .service-card-spcl .sub-heading {
  font-size: 18px;
}
.we-entrepreneurs .special-text {
  font-size: 22px;
}
.contact-form ul li .heading {
  font-size: 18px;
}
.contact-form ul li a {
  font-size: 20px;
}
.contact-form .form-group label {
  font-size: 18px;
}
.contact-form .btn a {
  font-size: 20px;
}





}

@media screen and (max-width: 991px) {
.header .btn{
    display: none;
}
.we-entrepreneurs{
    padding: 60px;
}
.capability .capability-content .heading {
    font-size: 30px;
}
.capability .capability-content .cabability-list li .cabability-list-img img {
    max-width: 44px;
}
.capability .capability-content .heading::before{
    bottom: -10px;
}
.capability .capability-content .cabability-list{
    margin-top: 30px;
}
.capability .capability-content .cabability-list li{
    font-size: 14px;
}
.capability .capability-content .cabability-list li span{
    font-size: 16px;
}
.capability .capability-content .cabability-list li::before{
    font-size: 14px;
}
.services .heading{
    font-size: 35px;
}
.footer .footer-info img {
    max-width: 100px;
}
.footer {
    padding: 37px;
}
.footer .footer-links ul li {
    padding-bottom: 20px;
}
.footer .footer-links {
    margin-bottom: 0;
    padding-left: 0;
}
.capability .caption{
    margin: 312px 0 -80px -15%;
}
.capability .capability-content .accordion-body{
    font-size: 26px;
}
.capability .capability-content .accordion-button{
    font-size: 30px;
}
.we-entrepreneurs #typed, .we-entrepreneurs .banner-heading h1{
    font-weight: 800;
}
.we-entrepreneurs .special-text{
    font-size: 22px;
}
.footer .footer-links ul {
    margin-top: 63px;
}
.footer .footer-bottom .copyright-footer {
    margin-top: 20px;
    display: flex;
    align-items: baseline;
}
.services .service-1 .service-cont h2 {
    margin-bottom: 0;
}
.services .service-1 .service-cont {
    padding-bottom: 20px;
    padding-left: 20px;
}
.services .service-1 .service-cont h2 {
    font-size: 14px;
}
.services .heading {
    margin-bottom: 16px;
}
.services .service-card-spcl .heading {
    font-size: 20px;
    margin-bottom: 0;
}
.services .service-card-spcl .sub-heading{
    margin-bottom: 0;
}
.capability .capability-content .cabability-list li .cabability-list-img .cabability-list-cont p{
    font-size: 16px;
}
.header .hamburger {
    display: flex;
}
.header .navbar {
    position: fixed;
    width: 100%;
    height: auto;
    right: -100%;
    top: 76px;
    background: #000000;
    padding: 15px 0;
    transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header .navbar a{
    justify-content: center;
}
.open .line1 {
    transform: rotateZ(-45deg) translate(-5px, 6px);
}
.open div.line2{
    display: none;
}
.open .line3 {
    transform: rotateZ(45deg) translate(-5px, -6px);
}
.header .open-nav {
    right: 0;
}
.header .navbar ul {
    display: block;
    margin: 0 auto;
}
.header .navbar ul > li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #fff;
}
.header .navbar ul > li + li {
    margin-left: 0;
    margin-top: 10px;
    border-bottom: 1px solid #fff;
}
.header .navbar ul > li > a {
    font-size: 15px;
    color: #fff;
}
.header{
    min-height: 70px;
}
.contact-form{
    padding: 20px 0;
}
.navbar>ul>li>a:before{
    display: none;
}
.contact-place .place{
    padding: 10px;
}
}

@media screen and (max-width:767px) {
.we-entrepreneurs .swiper-slide h3{
font-size: 38px;
}
.we-entrepreneurs .sub-heading{
    font-size: 15px;
}
.services .service-card-spcl .sub-heading{
    line-height: 23px;
}
.services .service-card-spcl{
    padding: 15px;
}
.services .service-card-spcl .heading{
    line-height: 46px;
}
.contact-form ul li .heading{
    font-size: 16px;
}
.contact-form .heading {
    margin-bottom: 6px;
    font-size: 30px;
}
.contact-form ul li {
    margin-bottom: 20px;
}
.contact-form .form-image{
    min-height: 477px;
}
.capability .capability-content{
    padding-left: 0;
}
.container {
    max-width: 1366px;
}
}

@media screen and (max-width:575px) {
.hero{
    padding: 0;
    margin-top: 76px;
}
.we-entrepreneurs .swiper-slide h3{
    font-size: 28px;
}
.section-1 .col-lg-6:last-child{
order: -1;
}
.footer .footer-links ul {
    margin-top: 0;
}
.footer .footer-links .contact-info {
    margin-top: 14px;
}
.contact-form ul li .heading {
    font-size: 16px;
}
.contact-form ul li a {
    font-size: 18px;
}
.we-entrepreneurs {
    padding: 32px 0 0;
}
.we-entrepreneurs #typed, .we-entrepreneurs .banner-heading h1 {
    font-size: 37px;
}
.capability .caption {
    margin: 122px 0 -80px -15%;
}
.capability .caption:nth-of-type(odd) {
    margin: auto -20% -110px 0;
}
.services .service-card {
    min-height: 0;
}
.services .service-card-spcl {
    padding: 40px;
}
.capability .capability-content .accordion-button {
    font-size: 26px;
}
.capability .capability-content .accordion-body {
    font-size: 20px;
}
.services{
    padding: 20px 0;
}
}
@media screen and (max-width:480px) {
.we-entrepreneurs{
    margin-bottom: 30px;
}
.capability .heading{
    font-size: 30px;
}
.capability .accordion-button:not(.collapsed){background-color: #fff;}
.accordion-button:not(.collapsed)::after{
    margin-left: 10px;
    display: flex;
    align-items: center;
}
.capability .capability-content .accordion-body{
    padding-right: 0;
}
.accordion-button::after{
    margin-left: 10px;
    display: flex;
    align-items: center;
}
.capability .capability-content .accordion-button{
    font-size: 23px;
}
.capability{
    padding: 100px 0;
}
.capability .capability-content::before {
    left: -73px;
    bottom: 28%;
}
.capability .capability-content::after {
    top: 94%;
    left: 26%;
}
.our-story img{
    margin: 0 auto;
    max-width: 200px;
}
.m-content .heading-1::before{
    width: 180px;
    bottom: -10px;
}
.our-story .heading::before{
    bottom: -10px;
}
.what-we .heading::before{
    width: 130px;
    bottom: -10px;
}
.m-content .lady-at-thr-top-image img{
    max-width: 200px;
}
.what-we .what-we-img img{max-width: 200px;}
.our-story{
    padding-bottom: 0;
}
.we-entrepreneurs .swiper-slide h3 {
    font-size: 25px;
}
.we-entrepreneurs .sub-heading{
    font-size: 14px;
    line-height: 15px;
    margin-top: 6px;
}
.we-entrepreneurs .swiper-slide h3{
    line-height: 26px;
}
.heading{
    font-size: 30px;
}
.footer .footer-info .sub-heading{
    font-size: 13px;
}
.footer .footer-links ul li{
padding-bottom: 10px;
}
.footer .footer-links ul li a{
    font-size: 11px;
}
.footer .footer-bottom .social-links a {
    margin-right: 14px;
    font-size: 11px;
}
.footer .footer-bottom .copyright {
    font-size: 12px;
}
.contact-place .place .sub-heading {
    font-size: 14px;
}
.contact-form ul li a {
    font-size: 12px;
}
.contact-form ul li {
    margin-bottom: 10px;
}
.we-entrepreneurs .swiper-slide h3 {
    font-size: 22px;
}
.services{
    padding-top: 0;
}
.services .service-card {
    min-height: 180px;
}
.services .service-card-spcl {
    min-height: auto;
    padding: 30px;
}
.services .service-card .service-content h3{
    font-size: 17px;
}
.footer .footer-info .sub-heading {
    font-size: 14px;
    text-align: left;
}
.footer .footer-links {
    padding-left: 36px;
}
.footer .footer-links ul li a {
    font-size: 14px;
}
.footer .footer-links ul li {
    padding-bottom: 6px;
}
.footer .footer-bottom .social-links a {
    margin-right: 9px;
    font-size: 17px;
}
.social-links{
    display: flex;
}
.footer .footer-bottom .copyright {
    font-size: 12px;
}
.capability .capability-content .heading {
    font-size: 20px;
    margin-bottom: 3px;
}
.capability .capability-content .cabability-list {
    margin-top: 11px;
}
.capability .capability-content .cabability-list li .cabability-list-img img {
    max-width: 33px;
}
.capability .capability-content .cabability-list li .cabability-list-img .cabability-list-cont p {
    font-size: 14px;
}
.heading {
    font-size: 22px;
}
.contact-place .place .heading {
    font-size: 14px;
    margin-bottom: 7px;
}
.contact-place .place {
    min-height: 186px;
}
.contact-place{
    padding-bottom: 0;
}
.contact-form .form-group label {
    font-size: 14px;
}
.contact-form .heading {
    font-size: 15px;
}
.contact-form ul li .heading {
    font-size: 14px;
}
.contact-form ul li a {
    margin-top: 0;
}
.contact-form ul li a {
    font-size: 14px;
}
.contact-form ul li{
    margin-bottom: 10px;
}
.contact-form .form-control-1 {
    font-size: 14px;
}
.contact-form .form-control {
    margin-bottom: 23px;
    font-size: 16px;
}
.btn a {
    font-size: 14px;
    padding: 10px 32px;
}
.contact-form .new-form {
    padding: 30px;
}
.footer .footer-links ul {
    margin-top: 0;
}
.footer .footer-info {
    margin-bottom: 20px;
}
.footer .footer-links {
    padding-left: 10px;
}
.header .navbar {
    height: auto;
    padding: 50px 0;
}
.client-slider {
    padding-top: 20px;
    padding-bottom: 20px;
}
.client-slider .swiper-slide img {
    max-width: 110px;
}
.capability .capability-content .cabability-list li .cabability-list-img .cabability-list-cont h4 {
    font-size: 22px;
}
.capability .capability-content .cabability-list li .cabability-list-img .cabability-list-cont p {
    font-size: 17px;
    text-align: left;
}
.services .service-card-spcl .sub-heading {
    font-size: 14px;
    margin-top: 10px;
}
.contact-form .form-image {
    min-height: 0;
}
.contact-form .form-image img {
    min-height: 100%;
}
.we-entrepreneurs #typed, .we-entrepreneurs .banner-heading h1{
    font-size: 23px;
    line-height: 37px;
    font-weight: 800;
}
.we-entrepreneurs {
    padding: 20px 0 0;
}
.we-entrepreneurs .special-text{
    font-size: 15px;
    line-height: 20px;
}
.hero {
    margin-top: 30px;
}
.footer .footer-links .contact-info {
    margin-top: 20px;
}
.navbar>ul>li>a:before{
    display: none;
}
.our-story .heading{
    margin-bottom: 0;
}
.contact-place{
    padding-top: 5px;
}
.contact-place .place img{
    max-width: 44px;
}
.footer .footer-info .sub-heading{
    padding: 0;
}
.capability .grid{
    display: none;
}
.capability .capability-content .accordian-img img{
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}
.footer{
    padding: 0;
    padding-top: 30px;
}
.contact-form .contact-form-content{
    left: 6%;
}
.ourStory-container {padding:0 15px;}
}
@media screen and (max-width:390px) {
.capability .capability-content .accordion-button {
    font-size: 23px;
}
.capability .capability-content .accordion-body {
    font-size: 19px;
}
}


#wpcf7-f88-p17-o1 .btn input[type="submit"] {font-size: 16px;
  background: #fa481a;
  color: #fff;
  border: 0;
  padding: 10px 30px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 22px;

}














