.container-fluid{
    /* padding-left: 50px !important;
    padding-right: 50px !important; */
}
/* @font-face {
  font-family: myFirstFont;
  src: url(sansation_light.woff);
} */
html{
  scroll-behavior: smooth;
 
}
*{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  
}
#myheader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /* background: #3e3e3e; */
    background: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.rect-bg{
   
        position: absolute;
        top: -362px;
        left: -5%;
        width: 40%;
    
}
.logo {
    text-align: left;
}
.logo img{
    width: 60%;
    margin-top: 6px;
    /*margin-left: 5px;*/
    margin-left: 36px;
}
nav{
    width: 100%;

}
h1 {
    margin: 0px !important;
}
nav .navbar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 0px !important;
    margin-top: 7px !important;
}


nav .navbar li{
    list-style: none;
    color: #FFF114;
    font-size: 16px;
    font-weight: 100;
  
   text-align: left;
   padding: 5px 20px ;
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

 
}
nav .navbar li:hover{
  color: white;
}
nav .navbar li:last-child{
    padding-right: 0px !important;
}
nav .navbar li a{

    /*color: #FFF114;*/
    color: #4ca20a;
    font-size: 16px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    /*font-weight: 100;*/
    font-weight: 600;
   
   text-decoration: none;
}
nav .navbar li a:hover{
   background-color: transparent !important;
    /*color: white;*/
   color: #3e3e3e;
}
.navbar{
 font-size: 20px;
}
.navbar li ul {
    position: absolute;
    left: 25%;
    top: 38px;
    text-align: left;
    padding-left: 0px;
    background: #3e3e3e !important;

}
.company-dropdown{
    position: absolute;
    left: 40% !important;
    top: 38px;

}
.navbar li ul li {
    display: none   ;
}
.navbar li:hover ul li {
    display: block;
    min-width: 160px;
    
    z-index: 1;
}
.pipe{
  padding:0px !important;
}
.vl {
  border-left: 1px solid #4ca20a;
  /*border-left: 1px solid #FFF114;*/
  height: 46px;
  /* position: absolute; */
  left: 50%;
  /*margin-left: -3px;*/
 
  /* top: 7px !important; */
  /* padding-bottom: 10px !important; */
}
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .arrow {
    border: solid #616161;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 5px;
    margin-bottom: 4px;
  }

  .fa-facebook {
    background: #4ca20a;
    /*background: #FFF114;*/
    /*color: #3e3e3e;*/
    color: #ffffff;
  }
  .fa-twitter {
    background: #4ca20a;
    /*background: #FFF114;
    color: #3e3e3e;*/
    color: #ffffff;
  }
  .fa-instagram {
    background: #4ca20a;
    /*background: #FFF114;
    color: #3e3e3e;*/
    color: #ffffff;
  }
  .fa-whatsapp {
    background: #4ca20a;
    /*background: #FFF114;
    color: #3e3e3e;*/
    color: #ffffff;
  }

  .fa-facebook:hover {
    background: #FFF114;
    /*background: white;*/
    color:#3e3e3e;
  }
  .fa-twitter:hover {
    background: #FFF114;
    /*background: white;*/
    color:#3e3e3e;
  }
  .fa-instagram:hover {
    background: #FFF114;
    /*background: white;*/
    color:#3e3e3e;
  }
  .fa-whatsapp:hover {
    background: #FFF114;
    /*background: white;*/
    color:#3e3e3e;
  }

 .icon a {
    
    font-size: 15px;
    
  }
  .fa{
    padding: 6px;
    width: 32px;
    /*padding: 4px;
    width: 27px;*/
    /*font-size: 20px !important;*/
    font-size: 19px !important;
    text-align: center;
    text-decoration: none;
    /*margin: 5px 2px;*/
    margin: 2px 2px;
    border-radius: 50%;
  }
  .icon{
      margin-top: 15px;
      padding-bottom: 11px;
  }
.header-bg{
    background: #ffffff;
    /*background: #3e3e3e;*/
    padding: 20px 0px;
    /*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/

}
.header-bg::before{
  content: '';
    position: absolute;
    left: -100%;
    top: 0px;
    /*background: #3e3e3e;*/
    background: #ffffff;
    height: 100%;
    width: 100%
}
/* .triangle-left {
	width: 0;
	height: 0;
    position: absolute;
    left: -92px;
    bottom: -8px;
	border-top: 0px solid transparent;
	border-right: 50px solid #3e3e3e;
	border-bottom: 64px solid transparent;
} */
.header-shadow {
    background: #ffffff;
    /*background-image: url('prop/Path2.png');
    background-size: 110%;
    background-position-y: 107px;
    background-position-x: -21px;
    padding-bottom: 12px;     active*/
   
}
.header-shadow{
  position: relative;
  z-index: 1;
  top: -4px;
}

.triangle-right {
	width: 0;
	height: 0;
	border-top: 34px solid transparent;
	border-left: 28px solid white;
	border-bottom: 1px solid transparent;
    position: absolute;
    left: 100%;
    top: 63px;
    
}
/* .rectangle {
    height: 64px;
    width: 35px;
    background-color: #3e3e3e;
    position: absolute;
    left: -4.1%;
    top: -8px;
  } */

#myheader .col-lg-2{
    padding-right: 0px !important;
    padding-left: 0px !important;
    
}
.navbar img{
  width: 20%;
}

.group2{
  width:15% !important;
}
.dot-bg {
  margin-top: 135px;
  margin-left: 15px;
  width: 10%;
}

.banner{
  /* border: 1px solid black; */
  margin-left: 78px;
  /* margin-right: 50px; */
  height: 70vh;
  
  margin-top: -88px;
  position: relative;
}
.banner h1{
  margin-top: 125px !important;
  margin-left: 20px !important;
}

.blue{
color: #3e3e3e;
font-size: 80px;
font-weight: 700;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;

}
.orange{
color: #87c139;
/*color: #FFF114;*/
font-size: 105px;
margin-top: 20px;
margin-bottom: 20px;
font-weight: 800;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.build{
  width: 100%;
  position: absolute;
    left: 0px;
    bottom: -550px;
}

.hr .row{
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: px;
}

.think{
  margin-left: 150px;
  margin-top: 100px;
  overflow-x: hidden;
}

.think p{
  font-size: 24px;
  color: #3e3e3e;
}
.blue2{
  color: #3e3e3e;
  font-size: 74px !important;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 40px !important;
  /* background: white; */
  /* z-index: 4; */
}
.orange2{
    color: #87c139;
  /*color: #FFF114;*/
font-size: 74px;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.think .col-lg-4 {
  padding-top: 60px;
  position: relative;
}
.think-dot{
  position: absolute;
  left: 56%;
  top: 16px;
}
.think button{
  color: #3e3e3e;
  background: #FFF114;
  border: none;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 18px 44px 18px 0px;
  margin-top: 75px !important;
  /* margin-left: 30px !important; */
  width: 100%;
}
.think .triangle-right {
  width: 0;
  height: 0;
  position: absolute;
  top: 98px;
  left: 72%;
  border-top: 7px solid transparent;
  border-left: 12px solid #3e3e3e;
  border-bottom: 7px solid transparent;
  transition: 500ms;
}
.think button:hover .triangle-right {
  left: 80%;
}
.think .col-lg-2{
  padding-right: 0px !important;
}
.think .row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.beni .row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.beni{
  margin-top: 100px;
  margin-left: 81px;
  overflow-x: hidden;
}
.box{
  box-shadow:0px 3px 6px #00000029;
  width: 18.5%;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 100px;
  float: left;
  border-bottom: #FFF114 8px solid;
  transition: 800ms;
}
.box img{
  width: 100px;
  margin-top: 50px;
  margin-bottom: 100px;
}
.box h1{
  font-size: 18px;
  color: #3e3e3e;
  font-weight: 700 !important;
  padding-bottom: 50px;
}
.box-mar{
  margin-top: 25px;
}
.box1 h1{
  padding-bottom: 30px;
}
.box:hover{
  background: #3e3e3e;
  transform: translateY(20px) !important;
}

.box:hover h1{
  color: #FFF114 !important;
}
.founder-home{
  overflow-x: hidden;
  padding-top: 100px;
}
.founder-home .row{
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 50px;
}

.founder-group{
  width: 12%;
  margin-left: 100px;
}
.founder-home h1{
  padding-left: 278px;
}
.founder-hcontent{
  padding-left: 150px !important;
  margin-top: 10px;
}

.founder-hcontent p{
  font-size: 24px;
  color: #3e3e3e;
}
.founder-hcontent button{
  /*color:#FFF114;
  background: #3e3e3e;
  border: none;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 20px 70px 20px 20px;
  margin-top: 63px !important;
  margin-bottom: 50px;
  margin-left: 480px;*/
  color: #3e3e3e;
background: #FFF114;
border: none;
/*font-size: 15px !important;*/
font-size: 18px !important;
font-weight: 700 !important;
/*padding: 20px 30px 20px 20px;*/
padding: 18px 42px 18px 0px;
/*margin-top: 39px !important;*/
margin-top: 40px !important;
margin-bottom: 50px;
margin-left: 350px;
width: 33%;
}

.founder-hcontent .triangle-right {
  width: 0;
  height: 0;
  position: absolute;
  /*top: 298px;
  left: 85%;*/
  top: 279px;
  left: 75%;
  border-top: 7px solid transparent;
  /*border-left: 12px solid #FFF114;*/
  border-left: 12px solid #3e3e3e;
  border-bottom: 7px solid transparent;
  transition: 500ms;
}
.founder-hcontent button:hover .triangle-right {
  
  left: 90%;
 
}
/* .box2{
  float: left;
  width: 20%;
} */
.box-found{
 overflow: hidden;
}
.box-found1{
  width: 50%;
  float: left;
  position: relative;
  
}
.box-found1 img{
  width: 96%;
  
}
.box-found2{
  width: 50%;
  float: left;
  position: relative;
  
}
.box-found2 img{
  width: 96%;
  
}
.color1{
  color: #3e3e3e;
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.color2{
   color: #FFF114;
   position: relative;
   z-index: 10;
   text-align: center;
   font-size: 24px;
   font-weight: 700;
}

.img-color1{
  height: 100%;
  width: 96%;
  background: #FFF114;
  opacity: 0.7;
  position: absolute;
  top: 0px;
  left: 0%;
  transition: 800ms;
}
.img-color2{
  height: 100%;
  width: 96%;
  /*background: #3e3e3e;*/
  background: #87c139;
  opacity: 0.7;
  position: absolute;
  top: 0px;
  left: 0%;
  transition: 800ms;
}
.box-found1:hover .img-color1{
  /* background: none; */
  height: 0;
  /* width: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%,-50%);
  transform: rotate(360deg); */
}
.box-found2:hover .img-color2{
  /* background: none; */
  height: 0;
  /* width: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%,-50%);
  transform: rotate(360deg); */
}



.f-white{
  color: white;
font-size: 42px !important;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 40px !important;
}
.f-orange{
  color: #87c139;
  /*color: #FFF114;*/
font-size: 42px;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
footer .row{
  /* margin-top: 50px; */
  margin-left: 0px !important;
  margin-right: 0px !important;
  /*background: #3e3e3e;*/
  background: #000000;
  padding-left: 75px;
  padding-top: 50px;
}
footer img{
  width: 50%;
  margin-top: -18px;
}

footer ul{
  list-style: none;
  padding-left: 0px;
}

footer ul li a{
  color: #87c139;  
  /*color: #FFF114;*/
  font-size: 16px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 1px;
}

footer ul li a:hover{
  color: white;
  text-decoration: none;
}
footer .address p{
  color: #87c139;
  /*color: #FFF114;*/
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 1px;
}
footer .email p{
  color: white;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 2;
}
.footer2{
  padding-bottom: 100px;
}
.copy-right
{
  background: #87c139;
  /*background: #FFF114;*/
  padding: 10px 0px;
}
.copy-right p{
  color: #000000;
  /*color: #3e3e3e;*/
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.copy-right p a{
  color: #ffffff!important;
}
.copy-right a{
  color: white;
}
.copy-right a:hover{
  color: white;
}

/* about us */
.banner1{
  /* border: 1px solid black; */
  margin-left: 78px;
  /* margin-right: 50px; */
  /* height: 70vh; */
 
  margin-top: -88px;
  position: relative;
  /* width: 100%; */
  overflow-x: hidden;
  
}
.banner1 .row{
  /* margin-top: 50px; */
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-top: 135px;
  /* padding-bottom: 120px; */
  padding-left: 50px;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
  transition: 1s;
}
.our-founders{
  overflow-x: hidden;
}
.our-advisors{
  overflow-x: hidden;
}

.cont-blue{
  color: #3e3e3e;
font-size: 105px !important;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 70px !important;
  /* background: white; */
  /* z-index: 4; */
  padding-top: 50px;
}
.cont-orange{
  color: #87c139;
  /*color: #FFF114;*/
font-size: 105px;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.content1 {
    font-size: 24px;
    color: #3e3e3e;
}
.content2{
  font-size: 24px;
  color: #3e3e3e;
  padding-bottom: 110px;
}
.SEBI{
  color: #87c139;
  /*color: #FFF114;*/
  font-weight: 600;
}
.content3{
  font-size: 20px;
  color: 18px;
  font-weight: 600;
  color: #87c139;
  /*color: #FFF114;*/
  text-align: center;
}
.hr img{
margin-top: -13px;
}
.ab-img1{
  text-align: right;
  padding-right: 40px;
}
.ab-img1 img{
  width: 7%;
}


.about .row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.about{
  /* margin-top: 100px; */
  margin-left: 81px;
  margin-right: 69px;
  overflow-x: hidden;
}
.ab-box{
  box-shadow:0px 3px 6px #00000029;
  width: 31.5%;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 100px;
  float: left;
  border-bottom: #FFF114 8px solid;
  transition: 800ms;
}
.ab-box img {
  width: 170px;
  margin-top: 100px;
  margin-bottom: 150px;
}
.ab-box h1{
  font-size: 28px;
  color: #3e3e3e;
  font-weight: 700 !important;
  padding-bottom: 50px;
  padding-left: 10px;
    padding-right: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.banner1-mt{
margin-top: 50px;
}
.ab-box-mar{
  margin-top: 25px;
}
.ab-box1 h1{
  padding-bottom: 20px;
}
.ab-box:hover{
  background: #3e3e3e;
  transform: translateY(25px) !important;
}

.ab-box:hover h1{
  color: #FFF114 !important;
}
.about p{
  font-size: 28px;
  text-align: center;
  color: #3e3e3e;
  font-weight: 500;
  padding-bottom: 70px;
}
.banner2-mt{
  margin-top: 15px;
}
.content4{
padding: 0px 0px 10px;
/*padding: 90px;*/
color: #4ca20a;
}
.found-cont1{
  padding-bottom: 50px;
}
.found-blue{
  font-size: 74px;
  color: #3e3e3e;
  font-weight: 700 !important;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  margin-left: 50px;

}
.found-orange{
  font-size: 74px;
  /*color: #FFF114;*/
  color: #87c139;
  font-weight: 700 !important;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.found-cont2{
  background: #87c139;
  /*background: #1B1E48;*/
  width: 80%;
  /*margin-bottom: 20px;*/
  margin-bottom: 40px;
}
.found-cont2 img{
  width: 100%;
  /* height: 35vh; */

}
.overflow{
  overflow-x: hidden;
}
.found1-img{
  margin-left: 50px;
  margin-bottom: 20px;
  transform: translateY(-20px);
  transition: 500ms;
}
.founder1:hover .found1-img{
  transform: translateY(-30px);
}
.founder1 .col-lg-9{
padding-left: 80px;
}
.found1-head{
font-size: 30px;
color: #FFF114;
padding-top: 20px;
padding-bottom: 10px;
font-weight: 600;
}
.found1-p {
  font-size: 24px;
  color: white;
  line-height: 40px;
}
.fd-img1{
  /* text-align: right; */
  padding-left: 50px;
}
.fd-img1 img{
  width: 7%;
}

.found-cont3 {
  background: #3e3e3e;
  /*background: #FFF114;*/
  width: 80%;
  margin-bottom: 20px;
  align-items: center;
  margin-right: 0px !important;
  margin: 0 auto;
  /*margin-bottom: 20px !important;*/
  margin-bottom: 40px !important;
}
.found-cont3 img{
  width: 100%;
  /* height: 35vh; */

}
.found-cont3 .row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.found2-img{
  margin-right: 0px;
  margin-bottom: 20px;
  transform: translateY(-20px);
  transition: 500ms;
}
.founder3:hover .found2-img{
  transform: translateY(-30px);
}
.founder3 .col-lg-9{
padding-left: 50px;
}
.found2-head{
font-size: 30px;
color: #FFF114;
/*color: #3e3e3e;*/
padding-top: 20px;
padding-bottom: 10px;
font-weight: 600;
}
.found2-p {
  font-size: 24px;
  color: white;
  line-height: 40px;
  
}
.advice-cont1{
  padding-bottom: 50px;
  text-align: right;
  margin-right: 30px;
  margin-top: 100px;
}


.found-cont4 {
  background: #1B1E48;
  width: 80%;
  margin-bottom: 20px;
  align-items: center;
  margin-right: 0px !important;
  margin: 0 auto;
  margin-bottom: 20px !important;
}
.found-cont4 img{
  width: 100%;
  /* height: 35vh; */

}
.found-cont4 .row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.found4-img{
  margin-right: 0px;
  margin-bottom: 20px;
  transform: translateY(-20px);
  transition: 500ms;
}
.founder4:hover .found4-img{
  transform: translateY(-30px);
}
.founder4 .col-lg-9{
padding-left: 50px;
}
.found4-head{
font-size: 30px;
color:#FFF114;
padding-top: 20px;
padding-bottom: 10px;
font-weight: 600;
}
.found4-p {
  font-size: 24px;
  color: white;
  line-height: 40px;
  margin-top: 24px;
  font-style: italic;
}


.found-cont5{
  background: #FFF114;
  width: 80%;
  margin-bottom: 20px;
}
.found-cont5 img{
  width: 100%;
  /* height: 35vh; */

}
.found5-img{
  margin-left: 50px;
  margin-bottom: 20px;
  transform: translateY(-20px);
  transition: 500ms;
}
.founder5:hover .found5-img{
  transform: translateY(-30px);
}
.founder5 .col-lg-9{
padding-left: 80px;
}
.found5-head{
font-size: 30px;
color: #3e3e3e;
padding-top: 20px;
padding-bottom: 10px;
font-weight: 600;
}
.found5-p {
  font-size: 24px;
  color: white;
  line-height: 40px;
  margin-top: 24px;
  font-style: italic;
}
.mb-4{
  margin-bottom: 50px !important;
}
.banner3-al{
  text-align: right;
  margin-right: 50px;
  margin-bottom: 50px;
}
.banner3{
  /* border: 1px solid black; */
  margin-left: 78px;
  /* margin-right: 50px; */
  /* height: 70vh; */
 
  margin-top: -88px;
  position: relative;
  /* width: 100%; */
  overflow-x:hidden ;
  
}
.banner3 .row{
  /* margin-top: 50px; */
  margin-left: 0px !important;
  margin-right: 0px !important;
  /*padding-top: 50px;*/
  /* padding-bottom: 120px; */
  padding-left: 50px;
}
.banner3-mt{
  margin-top: 50px;
  }
.al-centre{
  
  text-align: center;
}
/*.al-centre p{*/
/*  padding-bottom: 80px;*/
/*}*/
.work1 .row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.work1 h1{
  font-size: 28px;
    color: #3e3e3e;
    font-weight: 700 !important;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    padding-top: 50px;
    transition: 500ms;
}
.work1 h1:hover {
  transform: translateY(-10px);
}
.work2 .found-orange{
  padding-left: 50px;
}
.work2{
  overflow: hidden;
}






.work .row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.work{
   margin-top: 80px; 
   margin-bottom: 80px;
  /*margin-left: 125px;
  margin-right: 69px;*/
}
.wk-box {
  box-shadow: 0px 3px 6px #00000029;
  background: #3e3e3e;
  /*width: 45.5%;*/
  text-align: center;
  /*margin-right: 50px;*/
  margin-bottom: 50px;
  min-height: 316px;
  /*float: left;*/
  border-bottom: #FFF114 8px solid;
  transition: 800ms;
}
.wk-box img {
  width: 170px;
  margin-top: 80px;
  margin-bottom: 75px;
}
.wk-box h1{
  font-size: 22px;
  /*font-size: 30px;*/
  color:#FFF114;
  font-weight: 900 !important;
  /*padding-bottom: 50px;
  padding-left: 20px;
    padding-right: 20px;*/
  padding: 40px 0 30px 0;
}

.wk-box-mar{
  margin-top: 25px;
}

.wk-box:hover{
  background: #4ca20a;
  /*background: #3e3e3e;*/
  transform: translateY(-25px) !important;
}

.wk-box:hover h1{
  color: #FFF114 !important;
}
.work p{
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
  /*font-size: 28px;
  text-align: center;*/
  color: #FFF114;
  font-weight: 500;
  padding-bottom: 50px;
}
.wk-box1{
  padding-bottom: 52px;
}
.wk-box-img img{
width: 283px !important;
margin-bottom: 90px;
}
.banner3-al{
  text-align: right;
  margin-right: 50px;
  margin-bottom: 35px;
}
.banner4{
  /* border: 1px solid black; */
  margin-left: 78px;
  /* margin-right: 50px; */
  /* height: 70vh; */
  background: #f7932125;
  margin-top: -88px;
  position: relative;
  /* width: 100%; */
  overflow-x: hidden;
  
}
.banner4 .row{
  /* margin-top: 50px; */
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-top: 50px;
  /* padding-bottom: 120px; */
  padding-left: 50px;
}
.banner4-mt{
  margin-top: 150px;
  margin-bottom: 200px;
  }
.beni-head{
  margin-bottom: 50px;
  overflow: hidden;
}


.beni-cont1{
  background: #3e3e3e;
  /*background: #1B1E48;*/
  width: 80%;
  margin-bottom: 20px;
  overflow-x: hidden;
}
.beni-cont1 img{
  width: 70%;
  /* height: 35vh; */
  padding-top: 50px;
  padding-bottom: 50px;

}
.beni1-img{
  margin-left: 50px;
  margin-bottom: 20px;
  /* transform: translateY(-20px); */
  /* transition: 500ms; */
}
/* .beni1:hover .beni1-img{
  transform: translateY(-30px);
} */
.beni1 .col-lg-9{
padding-left: 80px;
}
.beni1-head{
font-size: 30px;
color: #FFF114;
/*padding-top: 80px;*/
padding-top: 60px;
padding-bottom: 10px;
font-weight: 600;
}
.beni1-p {
  /*font-size: 24px;
  line-height: 40px;
  padding-top: 40px;*/
  font-size: 22px;
  color: white;
  line-height: 30px;
  padding-top: 15px;
  padding-bottom: 30px;
}


.beni-cont2 {
  background: #7dc247;
  /*background: #FFF114;*/
  width: 80%;
  margin-bottom: 20px;
  align-items: center;
  margin-right: 0px !important;
  margin: 0 auto;
  margin-bottom: 20px !important;
  overflow-x: hidden;
}
.beni-cont2 img{
  width: 70%;
  /* height: 35vh; */

}
.beni-cont2 .row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.beni2-img{
  /* margin-left: 50px; */
  margin-bottom: 50px;
  margin-top: 50px;
  /* transform: translateY(-20px); */
  /* transition: 500ms; */
}
/* .beni2:hover .beni2-img{
  transform: translateY(-30px);
} */
.beni2 .col-lg-9{
padding-left: 50px;
}
.beni2-head{
font-size: 30px;
color: #3e3e3e;
padding-top: 80px;
padding-bottom: 10px;
font-weight: 600;
}
.beni2-p {
  font-size: 22px;
  color: white;
  line-height: 30px;
  padding-top: 15px;
  padding-bottom: 30px;
}
.beni-main{
  margin-bottom: 80px;
}
.faqs{
  margin-top: -70px;
  margin-bottom: 100px;
 
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link {
  width: 100%;
  text-align: left !important;
  background: #FFF114 !important;

}
.card{
  background:#4ca20a;  /*#518d00*/
  /*background:#1B1E48;*/
  margin-left: 75px;
  margin-right: 75px;
}
.btn-link {
  font-weight: 600 !important;
  color: #1B1E48 !important;
  font-size: 18px !important;
  border-radius: 0;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 
}
.card-body {
  font-size: 18px;
  color: white;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 20px;
  padding-bottom: 10px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.btn-link:focus, .btn-link:hover {
  text-decoration: none !important;
}
.faq-head {
  margin-left: 75px;
  /* transform: translateY(-115px) !important; */
  
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline:none !important;
  outline-offset: -2px;
}
iframe{
  width: 100%;
  height: 60%;
  /* position: absolute; */
  /* top: 650px; */
  /* z-index: 0; */
  margin-top: -50PX;

}
.founder-hcontent button a{
    color: #FFF114;
}
.work-h2 button a{
    color: #3e3e3e;
}
.think button a {
    color: #3e3e3e;
}
.contact p{
  color: #3e3e3e;
  font-size: 18px;
  padding-top: 10px;
}
.contact p span{
  font-weight: 600;
}
.contact h1{
  color: #3e3e3e;
  font-size: 24px;
  font-weight: 600;
}
.contact{
  background: #FFF114;
  width: 320px;
  height: 350px;
  padding-top: 50px;
  padding-left: 25px;
  transform: translate(850px,-400px);
  overflow-x: hidden;
}
.contact-form .row{
 margin-left: 0px !important;
 margin-right: 0px !important;
}
form input{
  width: 90%;
  font-size: 18px;
  height: 40px;
  color: #FFF114;
  background: #3e3e3e;
  border: #FFF114 2px solid;
  margin: 0px 0px;
}
form label{
  width: 100%;
  font-size: 23px;
  color: white;
  font-weight: 100 !important;
  margin: 10px 0px;

}
form textarea{
  width: 95%;
  font-size: 18px;
  color: #FFF114;
  background: #3e3e3e;
  border: #FFF114 2px solid;
  margin: 0px 0px;
  resize: vertical;
}
.contact-form{
  background: #3e3e3e;
  margin-top: -350px;
}
.contact-form h1{
  color: #FFF114;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
}
form .col-lg-6{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
form{
  margin-left: 75px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.contact-form button{
  color: #3e3e3e;
  background: #FFF114;
  border: none;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 18px 44px 18px 0px;
  margin-top: 165px !important;
  /* margin-left: 30px !important; */
  width: 30%;
}
.contact-form .triangle-right {
  width: 0;
  height: 0;
  position: absolute;
  top: 188px;
  left: 23%;
  border-top: 7px solid transparent;
  border-left: 12px solid #3e3e3e;
  border-bottom: 7px solid transparent;
  transition: 500ms;
}
.contact-form button:hover .triangle-right {
  left: 25%;
}
.faq [data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0) !important;
  transform: translateY(-115px) !important;
}
.work-h1{
  margin-left: 75px;
}
.work-cont1 p{
  font-size: 24px;
    color: #3e3e3e;
}
.work-cont1 i{
  margin-left: 50px;
  font-size: 31px !important;
}
.work-content{
  margin-top: 20px;
  position: relative;
 
}

.work-content img {
  /* float: right; */
  /* margin: 0 auto; */
  position: absolute;
  bottom: 11%;
  right: 12%;
  width: 7%;
}
.work-content2 .row{
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 50px;
}
.work-content2 h1{
  text-align: right;
 
  
}
.work-h2{
  margin-right: 20px;
  padding-bottom: 100px;
}
.work-content2 img{
  width: 12%;
  margin-left: 20px;
  margin-top: 40px;
}
.work-content2 p{
  font-size: 24px;
  color: #3e3e3e;
  text-align: left;
  PADDING-LEFT: 188px;
  margin-top: -34px;
}
.work-h2 button {
  color: #3e3e3e;
  background: #FFF114;
  border: none;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 18px 44px 18px 0px;
  margin-top: 75px !important;
  margin-left: 391px !important;
  width: 39%;
}
.work-h2 .triangle-right {
  width: 0;
  height: 0;
  position: absolute;
  top: 179px;
  left: 90%;
  border-top: 7px solid transparent;
  border-left: 12px solid #3e3e3e;
  border-bottom: 7px solid transparent;
  transition: 500ms;
}
.work-h2 button:hover .triangle-right {
  left: 93%;
}
.dk{
  display: none;
}
.desktop{
  display: none;
}
#img-animation{
  width: 8%;
  height: 8px;
  background-color:#FFF114 ;
  /* position: absolute;
  left: 0px; */
  overflow-x: hidden;
  transform: translateX(-50px);
  margin: 0;
  
}
#img-animation1{
  width: 10%;
  margin: 0;
  height: 8px;
  background-color:#3e3e3e ;
  /* position: absolute;
  bottom: -19px; */
  overflow-x: hidden;
  transform: translate(-100px, -36px) ;
}
#img-animation2{
  width: 2%;
  margin: 0;
  height: 8px;
  background-color:#fff ;
  /* position: absolute;
  bottom: -19px; */
  overflow-x: hidden;
  transform: translate(-10px, -9px) ;
}
#img-animation3{
  width: 10%;
  height: 8px;
  background-color:#FFF114 ;
  /* position: absolute;
  left: 0px; */
  overflow-x: hidden;
  transform: translate(-50px,-18px);
  margin: 0;
  
}
#img-animation4{
  width: 2%;
  margin: 0;
  height: 8px;
  background-color:#fff ;
  /* position: absolute;
  bottom: -19px; */
  overflow-x: hidden;
  transform: translate(-100px, -27px) ;
}
@media(min-width:1200px) and (max-width:1300px) {
  .logo img {
    /*width: 78%;*/
     width: 48%;
     margin-left: 32px;
  }
  .work-h2 button {
    margin-left: 331px !important;
}
  .header-shadow {
    background-image: url(prop/Path2.png);
    /*background-size: 110%;
    background-position-y: 82px;
    background-position-x: -21px;
    padding-bottom: 12px;*/
    background-size: 151%;
    background-position-y: 122px;
    background-position-x: -100px;
    padding-bottom: 12px;
}
.dot-bg {
  margin-top: 145px;
  /*margin-top: 106px;*/
  margin-left: 15px;
  width: 10%;
}
.banner1,.banner,.banner3,.banner4 {
  /* border: 1px solid black; */
  margin-left: 67px;
  /* margin-right: 50px; */
  /* height: 70vh; */
  
  margin-top: -71px;
  
}
.build {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -485px !important;
}
.think-dot {
  position: absolute;
  left: 73%;
  top: 16px;
}
.think .triangle-right {
  width: 0;
  height: 0;
  position: absolute;
  top: 98px;
  left: 79%;
}
.think p,.founder-hcontent p,.content1 , .about p ,.content2  {
  font-size: 21px;
  color: #3e3e3e;
}

.box1{
  width: 17%;
}
.box3 h1 {
  padding-bottom: 31px;
}
.founder-home .blue2 {
  font-size: 50px !important;
}
.founder-home .orange2 {
  font-size: 50px !important;
}
.founder-hcontent button {
  color: #FFF114;
  background: #3e3e3e;
  border: none;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 20px 30px 20px 20px;
  margin-top: 63px !important;
  margin-bottom: 50px;
  margin-left: 350px;
}
.founder-hcontent .triangle-right {

  top: 274px;
  left: 83%;
 
}
.founder-hcontent button:hover .triangle-right {
  left: 84%;
}
.ab-box {
width: 31%;
}
.ab-box h1 {
  font-size: 22px;
}
.ab-box1 h1 {
  padding-bottom: 3px;
}
.wk-box {
  box-shadow: 0px 3px 6px #00000029;
  /*width: 45%;*/
}
.wk-box1 {
  padding-bottom: 19px;
}
.contact-form button {
  width: 36%;
}
.contact-form .triangle-right {
  left: 29%;
}
.contact-form button:hover .triangle-right {
  left: 32%;
}
.contact {
  transform: translate(766px,-380px);
}

}
@media(min-width:1300px) and (max-width:1400px)
{
  .contact-form button {
    margin-top: 260px !important;
    /*margin-top: 167px !important;*/
    /* margin-left: 30px !important; */
    width: 33%;
  }
  .contact-form .triangle-right {
    
    top: 283px;
    /*top: 190px;*/
    left: 26%;
    
}
.work-h2 button {
      margin-left: 361px !important;
}
.contact-form button:hover .triangle-right {
  left: 29%;
}
.contact {
  
  transform: translate(850px,-379px);
  
}
.logo img {
  width: 44%;
  
  /*width: 78%;*/
}
.header-shadow {  
  background: #ffffff;
  /*background-image: url(prop/Path2.png); active*/
  /*background-size: 110%;
  background-position-y: 82px;
  background-position-x: -21px;
  padding-bottom: 12px;*/

  /*background-size: 138%;
  background-position-y: 120px;
  background-position-x: -80px; active*/

  /*padding-bottom: 40px;*/
  /*padding-bottom: 18px; active*/
}
.dot-bg {
margin-top: 150px;
/*margin-top: 106px;*/
margin-left: 15px;
width: 10%;
}
.banner1,.banner,.banner3,.banner4 {
/* border: 1px solid black; */
margin-left: 67px;
/* margin-right: 50px; */
/* height: 70vh; */

/*margin-top: -71px;*/
margin-top: -100px;

}
.build {
width: 100%;
position: absolute;
left: 0px;
bottom: -485px !important;
}
.think-dot {
position: absolute;
left: 73%;
top: 16px;
}
.think .triangle-right {
width: 0;
height: 0;
position: absolute;
top: 98px;
left: 79%;
}
.think p,.founder-hcontent p,.content1 , .about p ,.content2  {
font-size: 21px;
color: #3e3e3e;
}

.box1{
width: 17%;
}
.box3 h1 {
padding-bottom: 50px;
}
.founder-home .blue2 {
font-size: 50px !important;
}
.founder-home .orange2 {
font-size: 50px !important;
}
.founder-hcontent button {
color: #3e3e3e;
background: #FFF114;
border: none;
/*font-size: 15px !important;*/
font-size: 18px !important;
font-weight: 700 !important;
/*padding: 20px 30px 20px 20px;*/
padding: 18px 42px 18px 0px;
/*margin-top: 39px !important;*/
margin-top: 40px !important;
margin-bottom: 50px;
margin-left: 350px;
width: 33%;
}
.founder-hcontent .triangle-right {

/*top: 250px;
left: 79%;*/
top: 254px;
left: 82%;

}

.founder-hcontent button:hover .triangle-right {
left: 84%;
}
.ab-box {
width: 31%;
}
.ab-box h1 {
font-size: 22px;
}
.ab-box1 h1 {
padding-bottom: 24px;
}
.wk-box {
box-shadow: 0px 3px 6px #00000029;
/*width: 45%;*/
min-height: 316px;
}
.wk-box1 {
padding-bottom: 52px;
}

}

@media(min-width:1400px) and (max-width:1500px) {
    .logo img {
      width: 42%; 
      /*margin-top: 7px;
      margin-left: 40px;*/    
    }
    .header-shadow {
       background-image: url(prop/Path2.png);    
       background-size: 138%;
       background-position-y: 124px;
       background-position-x: -92px;     
       padding-bottom: 20px;
    }
    .dot-bg {
        margin-top: 160px;
    }
}

@media(min-width:1500px) and (max-width:1600px) {
    .logo img {
      width: 40%; 
      margin-top: 7px;
      margin-left: 40px;    
    }
    .header-shadow {
      background-image: url(prop/Path2.png);    
      background-size: 135%;
      background-position-y: 128px;
      background-position-x: -94px;     
      padding-bottom: 20px;
    }
    .dot-bg {
        margin-top: 160px;
    }
}

@media(max-width:1530px){
    .build {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: -610px !important;
}
}

@media(max-width:1366px){
    .build {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: -574px !important;
}
}
@media(max-width:1260px){
    .build {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: -572px !important;
}
}
/*@media(max-width:1250px){*/
    
/*}*/






@media(min-width:1400px) and (max-width:1500px) {
  .build {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: -590px !important;
}
.work-h2 .triangle-right {
    width: 0;
    height: 0;
    position: absolute;
    top: 179px;
    left: 93%;
    border-top: 7px solid transparent;
    border-left: 12px solid #3e3e3e;
    border-bottom: 7px solid transparent;
    transition: 500ms;
}
.work-h2 button:hover .triangle-right {
   left:94%;
}
.banner,.banner1,.banner3,.banner4  {
  /* border: 1px solid black; */
  margin-left: 78px;
  /* margin-right: 50px; */
  height: 70vh;
 
  margin-top: -77px;
  position: relative;
}
.think .triangle-right {
  width: 0;
  height: 0;
  position: absolute;
  top: 98px;
  left: 75%;
}
.box {
  box-shadow: 0px 3px 6px #00000029;
  width: 18%;
}
.founder-home .blue2 {
  font-size: 50px !important;
  }
  .founder-home .orange2 {
  font-size: 50px !important;
  }
  .founder-hcontent button {
    color: #FFF114;
    background: #3e3e3e;
    border: none;
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 20px 30px 20px 20px;
    margin-top: 13px !important;
    margin-bottom: 50px;
    margin-left: 480px;
}
.founder-hcontent .triangle-right {
  width: 0;
  height: 0;
  position: absolute;
  top: 248px;
  left: 90%;
  border-top: 7px solid transparent;
  border-left: 12px solid #FFF114;
  border-bottom: 7px solid transparent;
  transition: 500ms;
}
.founder-hcontent button:hover .triangle-right {
  left: 91%;
  }
  .ab-box2 h1 {
    
    margin-bottom: 0px !important;
}
.content4 {
  padding: 70px;
}
.contact-form button {
  margin-top: 167px !important;
  /* margin-left: 30px !important; */
  width: 33%;
}
.contact-form .triangle-right {
  
  top: 190px;
  left: 28%;
  
}
.contact-form button:hover .triangle-right {
left: 30%;
}
.contact {
transform: translate(850px,-379px);
}
}
@media(min-width: 1504px) and (max-width: 1535px){

.build {
    bottom: -522px;
}

}
@media only screen and (min-width: 1536px) and (max-width: 1536px) {

.build {
    bottom: -35.8vw;
    
}
}

@media only screen and (min-width: 1537px) and (max-width: 1537px) {

.build {
    bottom: -548px;
}
}




@media(min-width:1551px){
  .header-bg::before {
    content: '';
    position: absolute;
    left: -99%;
    top: 0px;
    background: #3e3e3e;
    height: 100%;
    width: 100%;
}


footer .row {
  margin-top: -1px !important;
}

.founder-hcontent button:hover .triangle-right {
  left: 86%;
}
.build{
    bottom:-522px;
}

.contact {
  background: #FFF114;
  width: 320px;
  height: 350px;
  padding-top: 50px;
  padding-left: 25px;
  transform: translate(850px,-381px);
  overflow-x: hidden;
}
.founder-hcontent button {
  color: #FFF114;
  background: #3e3e3e;
  border: none;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 20px 49px 20px 20px;
  margin-top: 13px !important;
  margin-bottom: 50px;
  margin-left: 480px;
}
.founder-hcontent .triangle-right {
  width: 0;
  height: 0;
  position: absolute;
  top: 248px;
  /*left: 86%;*/
}
.think-dot {
  position: absolute;
  left: 57%;
  top: 16px;
}
}


@media(min-width:1600px) {
    .content1 {
    font-size: 30px;
    color: #3e3e3e;
}
.content2 {
    font-size: 29px;
    color: #3e3e3e;
    padding-bottom: 110px;
}
.content3 {
    font-size: 27px;
}
.cont-blue {
    font-size: 120px !important;
}
.cont-orange {
    font-size: 120px !important;
}
.blue {
    font-size: 94px;
}
.orange {
    font-size: 120px;
}
  .header-bg::before {
    content: '';
    position: absolute;
    left: -98%;
    top: 0px;
    background: #3e3e3e;
    height: 100%;
    width: 100%;
}
footer .row {
  margin-top: -2px !important;
}
.build {
  width: 100%;
  position: absolute;
  /* left: 13px; */
  bottom: -72.1vh !important;

}
.founder-hcontent .triangle-right {
  width: 0;
  height: 0;
  position: absolute;
  top: 249px;
  left: 81%;
}
.founder-hcontent button:hover .triangle-right {
  left: 83%;
}
}
@media(min-width:1604px) and (max-width:1699px) {
.build {
  width: 100%;
  position: absolute;
  /* left: 13px; */
  bottom: -72vh !important;
}
}
@media(min-width:1700px) {
  .build {
    width: 100%;
    position: absolute;
    /* left: 13px; */
    bottom: -71.7vh !important;
}
.think-dot {
  position: absolute;
  left: 50%;
  top: 16px;
}
.founder-hcontent .triangle-right {
  width: 0;
  height: 0;
  position: absolute;
  top: 249px;
  left: 76%;
}
.founder-hcontent button:hover .triangle-right {
  left: 78%;
}
}
@media(min-width:1800px) {
  .banner,.banner1,.banner3,.banner4   {
    /* border: 1px solid black; */
    margin-left: 78px;
    /* margin-right: 50px; */
    height: 70vh;

    margin-top: -113px;
    position: relative;
}
.build {
  width: 100%;
  position: absolute;
  /* left: 13px; */
  bottom: -72vh !important;
}
.founder-hcontent .triangle-right {
  width: 0;
  height: 0;
  position: absolute;
  top: 249px;
  left: 72%;
}
.founder-hcontent button:hover .triangle-right {
  left: 74%;
}
}
@media(min-width:1900px) {
  .build {
    width: 95%;
    position: absolute;
    left: 38px;
    bottom: -72vh !important;
}
.think-dot {
  position: absolute;
  left: 45%;
  top: 16px;
}
.founder-hcontent .triangle-right {
  width: 0;
  height: 0;
  position: absolute;
  top: 249px;
  left: 68%;
}
.founder-hcontent button:hover .triangle-right {
  left: 70%;
}
.header-shadow {
  background-image: url(prop/Path2.png);
  background-size: 110%;
  background-position-y: 123px;
  background-position-x: -21px;
  padding-bottom: 12px;
}
.work-h2 button {
    margin-left: 493px !important;
    
}
}


@media (max-width: 766px){

  .company-dropdown {
    position: absolute;
    left: 0% !important;
    top: 0px !important;
}
.navbar li ul {
    position: relative;
    left: 0%;
    top: 0px;
    background: transparent !important;

}
nav .navbar li a {
    margin-right: 20px;
    font-size: 20px !important;
}

nav .navbar li{
    font-size: 20px !important;
}

#menu .line-menu{
  width: 30%;
  height: 4px;
  display: block;
  background-color: #3e3e3e;
  margin: 4px auto;
  transition: 500ms;
  
}
 .navbar{
 /* display:none !important;*/
} 
#menu {
  position: absolute;
  /*top: 30px;*/
  top: 75px;
  bottom: 75px;
  right:0%;
  width: 24%;
  z-index: 10;
}
nav .navbar {
  display: none;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: absolute !important;
  left: 0%;
  top: 0px;
  /* height: 40vh; */
  background:  #3e3e3e;
  
}
nav .navbar li {
  list-style: none;
  /* border-bottom: 1px solid; */
  text-align: left;
  /* border-top: 1px solid; */
  line-height: 30px;
}
.icon {
  display: none;
  /* margin-top: 292px;
  margin-left: 59px;
  padding-bottom: 11px; */
}
.logo img {
  width: 18%;
  /*width: 42%;*/
  margin-top:12px;
  margin-left:15px;
}
.header-shadow{
  background: none;
  top: 0px;
}
.pipe{
  display: none;
}
.navbar img {
  display: none;
}
nav .navbar li:hover {
  color: white;
}
nav .navbar li a:hover {
  /* background-color: transparent !important; */
  color: white;
  background: none;
}

.dot-bg {
display: none;
}
.banner {
  margin-top: -50px;
  margin-left: 10px;
  margin-right: 10px;
}
.header-bg {
  background: transparent;
  padding: 0px 0px;
}
.blue {
  color: #3e3e3e;
  font-size: 64px;
}
.orange{
  font-size: 64px;
}
.build{
  display: none;
}
.img-hr1{
  width: 64%;
}
.img-hr2{
  width: 12%;
}
.img-hr3{
  width: 6%;
}
.img-hr4{
  width: 3%;
}
.banner h1 {
  margin-top: 53px !important;
  padding-top: 135px;
  margin-left: 20px !important;
}
.think {
  margin-left: 0px;
  /*margin-top: 44px;*/
  margin-top: 150px;
}
.think p {
  font-size: 16px;
  margin-top: 24px;
}
div#order2   {order: 2;}
div#order3 {order: 3;}
div#order1  {order: 1;}
.orange2 {
  color: #FFF114;
  font-size: 64px !important;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.blue2 {
 
  font-size: 64px !important;
  
}
.think-dot {
  position: absolute;
  /*left: 54%;
  top: 27px;
  width: 22%;*/
  left: 30%;
  top: 25px;
  width: 11%;
}
.think button {
  color: #3e3e3e;
  background: #FFF114;
  border: none;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 18px 44px 18px 0px;
  margin-top: 40px !important;
  margin-left: 160px !important;
  width: 60%;
}
.think .triangle-right { 
  width: 0;
  height: 0;
  position: absolute;
  /*top: 65px;
  left: 82%;*/
  top: 64px;
  left: 60%;
  transition: 500ms;
}
.think button:hover .triangle-right {
  left: 85%;
}
.beni {
  margin-top: 100px;
  margin-left: 10px;
}
.beni .blue2 {
  font-size: 42px !important;
}
.beni .orange2 {
  font-size: 42px !important;
}
.box {
  box-shadow: 0px 3px 6px #00000029;
  width: 93%;
  text-align: center;
  margin-left: 10px;
  margin-bottom: 100px;
  float: left;
  border-bottom: #FFF114 8px solid;
  transition: 800ms;
}
.founder-group {
  display: none;
}
.founder-home h1 {
  padding-left: 0px;
}
.pay_details {
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-size: 31px;
    width: 100% !important;
}
.founder-hcontent {
  padding-left: 10px !important;
  margin-top: 10px;
}

.founder-hcontent p {
  font-size: 16px;
}
.founder-hcontent button{
  margin-left: -10px;
  margin-top: 15px !important;
    margin-bottom: 25px;
}
.founder-hcontent .triangle-right {
  
  top: 183px;
  left: 30%;
 
}
.founder-hcontent button:hover .triangle-right {
  left: 33%;
}
.color1 {
  font-size: 21px !important;
}
.color2 {
  font-size: 19px !important;
}
.work-h1 {
  margin-left: 10px;
}
.work-h1 .blue2 {
  font-size: 42px !important;
}
.work-h1 .orange2 {
  font-size: 42px !important;
}
.founder-home .row {
  margin-bottom: 23px;
}
.work-cont1 i {
  margin-left: -8px;
 
  font-size: 17px !important;


}
.work-cont1 p {
  font-size: 16px;
  color: #3e3e3e;
}
.work-cont1 {
  margin-left: 16px;
}
.work-content2 img{
  display: none;
}
.work-content2 p {
  font-size: 22px;
  text-align: left;
    margin-top: 19px;
    padding-left:0px;
}
.work-content2 h1{
  text-align: center;
  margin-top: 40px !important;
}
.work-h2 button {
  color: #3e3e3e;
  background: #FFF114;
  border: none;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 18px 69px 18px 26px;
  margin-top: 46px !important;
  margin-left: 188px !important;
  width: 58%;
}
.work-h2 .triangle-right {
  left: 86%;
  top: 69px;
}
footer img {
  display: none;
}
.mobile{
  display: none;
}
.dk{
  display: block;
}
.footer-section{
  width: 50%;
  float: left;
}
footer .row {
  /* margin-top: 50px; */
  margin-left: 0px !important;
  margin-right: 0px !important;
  background: #1B1E48;
  padding-left: 10px;
  padding-top: 50px;
}
footer ul li a {
  color: #FFF114;
  font-size: 13px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 1px;
}
.footer-section {
  width: 50%;
  float: left;
  margin-top: 30px;
  margin-right: 0px;
}
footer .address p {
  margin-top: 12px;
  text-align: center;
}
footer .email p {
  text-align: center;
}
.footer1 h1{
  text-align: center;
  margin-bottom: 20px !important;

}
.footer2 h1{
  text-align: center;
}
.copy-right p {
  color: #3e3e3e;
  font-size: 14px;
}
#myheader {
  position: relative;
}
footer ul {
  list-style: none;
  padding-left: 0px;
  text-align: center;
}
.carousel-control.left{
  background: none !important;
}
.carousel-control.right{
  background: none !important;
}
.carousel-control{
  color: #3e3e3e !important;
  opacity: 1 !important;
}
.carousel-control {
  position: absolute;
  top: -102px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 5% !important;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: -9% !important;
}
.beni h1 {
  margin-bottom: 43px !important;
}
.work-content img {
  display: none;
}
.banner1,.banner3,.banner4{
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
}
.cont-blue {
  font-size: 69px !important;
}
.cont-orange {
  font-size: 69px !important;
}
.banner1 .row {
  padding-top: 39px;
}
.banner1 .row {
  padding-left: 15px;
}
.content1 {
  font-size: 23px;
}
.content2 {
  font-size: 20px;
  padding-bottom: 60px;
}
.ab-img1 img{
  display: none;
}
.ab-box {
  box-shadow: 0px 3px 6px #00000029;
  width: 100%;
}
.ab-box img {
  width: 150px;
  margin-top: 0px;
  margin-bottom: 30px;
}
.ab-box h1 {
  font-size: 24px;
}
.ab-box1 h1 {
  padding-bottom: 23px;
}
.content4 {
  padding: 12px;
}
.found-blue {
  font-size: 64px;
  color: #3e3e3e;
  font-weight: 700 !important;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  margin-left: 10px;
}
.found-orange {
  font-size: 64px;
  margin-left: 10px;
}
.found-cont2 {
  background: #1B1E48;
  width: 82%;
}
.found1-head {
  font-size: 25px;
  color: #FFF114;
  padding-top: 0px;
  padding-bottom: 10px;
  font-weight: 600;
}
.found1-p {
  font-size: 16px;
  color: white;
  line-height: 40px;
}
.fd-img1 img {
  display: none;
}
.found2-img {
  margin-bottom: 0px;
  transform: translate(-40px,-25px);
 }
 .found-cont3 {
  margin-top: 60px !important;
 
}
.found2-head {
  font-size: 24px;
}
.founder3 .col-lg-9 {
  padding-left: 5px;
  padding-right: 30px;
}
.found2-p {
  font-size: 16px;
  color: white;
  line-height: 33px;
}
.advice-cont1 {
  text-align: center;
  margin-right: 0px;
  margin-top: 100px;
}
.found4-img {
  margin-right: 0px;
  margin-bottom: 20px;
  transform: translate(-40px,-20px);
  transition: 500ms;
}
.found4-head {
  font-size: 25px;
  color: #FFF114;
  padding-top: 0px !important;
}
.found4-p {
  font-size: 18px;
}
.founder4 .col-lg-9 {
  padding-left: 10px;
}
.found-cont5 {
  background: #FFF114;
  width: 82%;
  margin-bottom: 20px;
  margin-top: 65px !important;
}
.found5-head {
  font-size: 25px;
  color: #3e3e3e;
  padding-top: 0px;
  padding-bottom: 10px;
}
.found5-p {
  font-size: 18px;
}
.found-cont4 {
  margin-top: 49px !important;
 
}
.banner3-al {
  text-align: right;
  margin-right: 10px;
}
.banner3 .cont-orange {
  font-size: 40px !important;
}
.banner3 .cont-blue {
  font-size: 40px !important;
  line-height: 42px !important;
}
.banner3 .row {
  padding-left: 10px;
}
.work1 h1 {
  font-size: 25px;
 
  padding-bottom: 30px;
}
.work2 .found-orange {
  padding-left: 0px;
  font-size: 52px;
}
.work2 {
  text-align: center;
}
.work2 .found-blue {
  font-size: 52px;
}
.wk-box {
  width: 100%;
}
.work {
  margin-left: 20px;
  margin-right: 20px;
}
.wk-box img {
  width: 134px !important;
  margin-top: 70px;
  margin-bottom: 50px;
}
.wk-box h1 {
  font-size: 28px;
  padding-bottom: 37px;
}
.work p {
  font-size: 22px;
}
.wk-box1 {
  padding-bottom: 9px;
}
.banner4 .row {
  padding-left: 10px;
}
.beni-head .found-blue {
  font-size: 60px;
  
}
.beni-head .found-orange {
  font-size: 60px;
  
}
.beni-head{
  text-align: center;
}
.beni-cont1 img {
  width: 45%;
}
.beni1-img {
  margin-left: 86px;
}
.beni1-head {
  padding-top: 0px;
}
.beni1 .col-lg-9 {
  padding-left: 10px;
}
.beni1-p {
  padding-bottom: 30px;
  text-align: center;
  padding-left: 10px;
}
.beni2 .col-lg-9 {
  padding-left: 40px;
}
.beni2-img {
  margin-left: 84px;
  margin-bottom: -4px;
  margin-top: 50px;
}
.beni2-p {
  padding-bottom: 30px;
  text-align: center;
}
.beni2-head {
  text-align: center;
}
.beni-cont2 img {
  width: 56%;
}
.beni1-head {
  text-align: center;
}
.faq {
  margin-top: 122px;
}
.card button.btn.btn-link {
  white-space: unset;
}
.card {
  margin-left: 10px;
  margin-right: 10px;
}
.faq-head {
  margin-left: 10px;
}
.contact {
  transform: translate(0px,0px);
  width: 100%;
}
.contact-form {
  margin-top: 0px;
}
form {
  margin-left: 24px;
}
.contact-form button {
  width: 55%;
  margin-top: 87px !important;
}
.contact-form .triangle-right {
    left: 42%;
    top: 112px;
}
.contact-form button:hover .triangle-right {
  left: 93%;
}
/*.desktop{
   display: block;
}*/
}


@media (min-width: 324px) and (max-width: 350px){
.founder-hcontent .triangle-right {
    top: 209px !important;
    left: 37% !important;
}
}

@media(max-width: 308px){
 
  .cont-orange {
    font-size: 50px !important;
}
.cont-blue {
    font-size: 50px !important;
}
.content1 {
    font-size: 17px;
}

}
@media (max-width: 260px){
 
  .cont-orange {
    font-size: 40px !important;
}
.cont-blue {
    font-size: 40px !important;
}
.content1 {
    font-size: 17px;
}

}
/*@media (min-width: 361px) and  (max-width: 380px){*/
/*.color1 {*/
/*    font-size: 18px !important;*/
/*}*/
/*.color2 {*/
/*    font-size: 17px !important;*/
/*}*/
/*}*/

@media (min-width: 308px) and (max-width: 413px){
 
  .cont-orange {
    font-size: 62px !important;
}
.cont-blue {
    font-size: 62px !important;
}
.content1 {
    font-size: 17px;
}


 
 
  .blue {
    color: #3e3e3e;
    font-size: 55px;
}
.orange {
  font-size: 55px;
}
.think-dot {
  position: absolute;
  left: 52%;
}
.think p,.founder-hcontent p  {
  font-size: 14px;
}
.think .triangle-right {
  width: 0;
  height: 0;
  position: absolute;
  top: 64px;
  left: 89%;
}
.think button:hover .triangle-right{
  left: 91%;
}
.beni .blue2 {
  font-size: 37px !important;
}
.beni .orange2 {
  font-size: 37px !important;
}
.blue2 {
  font-size: 52px !important;
}
.orange2 {
  font-size: 52px !important;
}
.founder-hcontent .triangle-right {
  top: 168px;
  left: 35%;
}
.work-h1 .blue2 {
  font-size: 39px !important;
}
.work-h1 .orange2 {
  font-size: 39px !important;
}
.work-cont1 p {
  font-size: 14px;
  color: #3e3e3e;
}
.work-content2 p {
  font-size: 20px;
  padding-left:0px;
}
.work-h2 button {
  margin-left: 137px !important;
  width: 67%;
}
.content1 {
  font-size: 20px;
}
.cont-blue {
  line-height: 49px !important;
}
.found-orange {
  font-size: 54px !important;
  margin-left: 10px;
}
.found-blue {
  font-size: 54px !important;
  margin-left: 10px;
}
.found1-img {
  margin-left: 27px;
}
.founder1 .col-lg-9 {
  padding-left: 45px;
}

.found2-head {
  font-size: 22px;
}
.founder3 .col-lg-9 {
  padding-left: 5px;
  padding-right: 5px;
}
.found-cont3 img {
  width: 108%;
}
.found-cont4 img {
  width: 107%;
  /* height: 35vh; */
}
.found4-head {
  font-size: 24px;
}
.found5-img {
  margin-left: 30px;
}
.founder5 .col-lg-9 {
  padding-left: 47px;
}
.ab-box1 h1 {
  padding-bottom: 0px;
}
.work p {
  font-size: 18px;
}
.wk-box-img img {
  width: 200px !important;
}
.beni1-head {
  font-size: 25px;
}
.beni1-p {
  font-size: 21px;
}
.beni2-head {
  font-size: 25px;
}
.beni2-p {
  font-size: 21px;
}
.contact-form button {
  width: 58%;
  margin-top: 87px !important;
}
.contact-form .triangle-right {
  left: 46%;
  top: 112px;
}
.contact-form button:hover.triangle-right {
  left: 48%;
}
nav .navbar li a {
  margin-right: 20px;
  font-size: 17px !important;
}
nav .navbar li {
  font-size: 17px !important;
}
}
@media (min-width:767px) and (max-width: 980px){

  .company-dropdown {
    position: absolute;
    left: 0% !important;
    top: 0px !important;
}
.navbar li ul {
    position: relative;
    left: 0%;
    top: 0px;
    background: transparent !important;

}
nav .navbar li a {
    margin-right: 20px;
    font-size: 20px !important;
}

nav .navbar li{
    font-size: 20px !important;
}

#menu .line-menu {
    width: 19%;
    height: 6px;
    display: block;
    background-color: #3e3e3e;
    margin: 6px auto;
    transition: 500ms;
}
/* .navbar{
  display:none !important;
} */
#menu {
  position: absolute;
  /*top: 30px;*/
  top: 50px;
  bottom: 60px;
  right:0%;
  width: 24%;
  z-index: 10;
}
nav .navbar {
  display: none;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: absolute !important;
  left: 0%;
  top: 0px;
  /* height: 40vh; */
  background:#3e3e3e;
  
}
nav .navbar li {
  list-style: none;
  /* border-bottom: 1px solid; */
  text-align: left;
  /* border-top: 1px solid; */
  line-height: 30px;
}
.icon {
  display: none;
  /* margin-top: 292px;
  margin-left: 59px;
  padding-bottom: 11px; */
}
.logo img {
  width: 15%;  
  /*width: 24%;*/
  margin-top:16px;
  /*margin-left:10px;*/
}
.header-shadow{
  background: none;
  top: 0px;
}
.pipe{
  display: none;
}
.navbar img {
  display: none;
}
nav .navbar li:hover {
  color: white;
}
nav .navbar li a:hover {
  /* background-color: transparent !important; */
  color:white;
  background: none;
}

.dot-bg {
display: none;
}
.banner {
  margin-top: -50px;
  margin-left: 10px;
  margin-right: 10px;
}
.header-bg {
  background: transparent;
  padding: 0px;
}
.blue {
    color: #3e3e3e;
    font-size: 100px;
}
.orange{
  font-size: 100px;
}
.banner {
    height: 80vh;
}
.build{
  display: none;
}
.img-hr1{
  width: 64%;
}
.img-hr2{
  width: 12%;
}
.img-hr3{
  width: 6%;
}
.img-hr4{
  width: 3%;
}
.banner h1 {
  margin-top: 53px !important;
  padding-top: 135px;
  margin-left: 20px !important;
}
.think {
       margin-left: 90px;
    margin-top: 44px;
}
.think p {
    font-size: 28px;
    margin-top: 24px;
}
div#order2   {order: 2;}
div#order3 {order: 3;}
div#order1  {order: 1;}
.orange2 {
  color: #FFF114;
  font-size: 94px !important;
    line-height: 95px !important;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.blue2 {
    font-size: 94px !important;
    line-height: 95px !important;
}
.think-dot {
    position: absolute;
    left: 51%;
    top: 27px;
    width: 15%;
}
.think button {
    color: #3e3e3e;
    background: #FFF114;
    border: none;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 18px 44px 18px 0px;
    margin-top: 40px !important;
    margin-left: 330px !important;
    width: 60%;
}
.think .triangle-right {
    width: 0;
    height: 0;
    position: absolute;
    top: 65px;
    left: 87%;
}
.think button:hover .triangle-right {
  left: 89%;
}
.beni {
  margin-top: 100px;
  margin-left: 10px;
}
.beni .blue2 {
    font-size: 70px !important;
}
.box h1 {
    font-size: 32px;
}
.box img {
    width: 150px;
    margin-top: 50px;
    margin-bottom: 100px;
}
.beni .orange2 {
  font-size: 70px !important;
}
.box {
  box-shadow: 0px 3px 6px #00000029;
  width: 93%;
  text-align: center;
  margin-left: 10px;
  margin-bottom: 100px;
  float: left;
  border-bottom: #FFF114 8px solid;
  transition: 800ms;
}
.founder-group {
  display: none;
}
.founder-home h1 {
  padding-left: 0px;
}
.pay_details {
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-size: 31px;
    width: 100% !important;
}
.founder-hcontent {
    padding-left: 10px !important;
    margin-top: 36px;
}

.founder-hcontent p {
    font-size: 27px;
    margin-left: 77px;
}
.founder-hcontent button{
  margin-left: -10px;
  margin-top: 15px !important;
    margin-bottom: 25px;
}
.founder-hcontent .triangle-right {
    top: 277px;
    left: 16%;
}
.founder-hcontent button:hover .triangle-right {
    left: 17%;
}
.color1 {
    font-size: 32px !important;
}
.color2 {
  font-size: 32px !important;
}
.work-h1 {
  margin-left: 10px;
}
.work-h1 .blue2 {
  font-size: 70px !important;
}
.work-h1 .orange2 {
    font-size: 70px !important;
}
.founder-home .row {
  margin-bottom: 23px;
}
.work-cont1 i {
  margin-left: -8px;
 
  font-size: 17px !important;


}
.work-cont1 p {
    font-size: 18px;
    color: #3e3e3e;
}
.work-cont1 {
  margin-left: 16px;
}
.work-content2 img{
  display: none;
}
.work-content2 p {
  font-size: 22px;
  text-align: left;
    margin-top: 19px;
    PADDING-LEFT: 52px;
}
.work-content2 h1{
  text-align: center;
  margin-top: 40px !important;
}
.work-h2 button {
    color: #3e3e3e;
    background: #FFF114;
    border: none;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 18px 69px 18px 26px;
    margin-top: 46px !important;
    margin-left: 444px !important;
    width: 43%;
}
.work-h2 .triangle-right {
  left: 86%;
  top: 69px;
}
footer img {
  display: none;
}
.mobile{
  display: none;
}
.dk{
  display: block;
}
.footer-section{
  width: 50%;
  float: left;
}
footer .row {
  /* margin-top: 50px; */
  margin-left: 0px !important;
  margin-right: 0px !important;
  background: #1B1E48;
  padding-left: 10px;
  padding-top: 50px;
}
footer ul li a {
  color: #fff114;
  font-size: 13px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 1px;
}
.footer-section {
  width: 50%;
  float: left;
  margin-top: 30px;
  margin-right: 0px;
}
footer .address p {
  margin-top: 12px;
  text-align: center;
}
footer .email p {
  text-align: center;
}
.footer1 h1{
  text-align: center;
  margin-bottom: 20px !important;

}
.footer2 h1{
  text-align: center;
}
.copy-right p {
  color: #3e3e3e;
  /*color: #ffdc20;*/
  font-size: 14px;
}
#myheader {
  position: relative;
}
footer ul {
  list-style: none;
  padding-left: 0px;
  text-align: center;
}
.carousel-control.left{
  background: none !important;
}
.carousel-control.right{
  background: none !important;
}
.carousel-control{
  color: #3e3e3e !important;
  opacity: 1 !important;
}
.carousel-control {
  position: absolute;
  top: -102px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 5% !important;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: -9% !important;
}
.beni h1 {
  margin-bottom: 43px !important;
}
.work-content img {
  display: none;
}
.banner1,.banner3,.banner4{
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
}
.cont-blue {
    font-size: 100px !important;
    line-height: 95px !important;
}
.cont-orange {
  font-size: 100px !important;
  line-height: 95px !important;
}
.banner1-mt {
    margin-top: 50px;
    margin-left: 286px;
}
.banner1 .row {
  padding-top: 39px;
}
.banner1 .row {
  padding-left: 15px;
}
.content1 {
    font-size: 23px;
    margin-left: 58px;
    margin-top: 23px;
}
.content2 {
  font-size: 20px;
  padding-bottom: 60px;
  margin-left: 58px;
}
.ab-img1 img{
  display: none;
}
.banner2-mt {
    margin-top: 15px;
    margin-left: 261px;
}
.ab-box {
  box-shadow: 0px 3px 6px #00000029;
  width: 100%;
}
.ab-box img {
    margin-top: 83px;
  width: 150px;
  margin-bottom: 30px;
}
.ab-box h1 {
  font-size: 24px;
}
.ab-box1 h1 {
  padding-bottom: 23px;
}
.content4 {
  padding: 12px;
}
.found-blue {
  font-size: 85px;
  color: #3e3e3e;
  font-weight: 700 !important;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  margin-left: 10px;
}
.found-orange {
  font-size: 85px;
  margin-left: 10px;
}
.found-cont2 {
  background: #1B1E48;
  width: 82%;
}
.found1-head {
    font-size: 25px;
    color: #FFF114;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    padding-left: 35px;
}
.found1-p {
  font-size: 16px;
  color: white;
  line-height: 40px;
  padding-left: 35px;
}
.found-cont2 img {
    width: 30%;
    float: left;
}
.fd-img1 img {
  display: none;
}
.found2-img {
  margin-bottom: 0px;
  transform: translate(-40px,-25px);
 }
 .found-cont3 img {
    width: 30%;
    transform: translate(0px,-28px);
}
 .found-cont3 {
  margin-top: 60px !important;
 
}
.found-cont4 img {
    width: 30%;
    /* height: 35vh; */
}
.found2-head {
  font-size: 24px;
}
.founder3 .col-lg-9 {
  padding-left: 5px;
  padding-right: 30px;
}
.found2-p {
  font-size: 16px;
  color: white;
  line-height: 33px;
}
.advice-cont1 {
  text-align: center;
  margin-right: 0px;
  margin-top: 100px;
}
.found4-img {
    margin-right: 0px;
    margin-bottom: 20px;
    transform: translate(160px,-20px);
    transition: 500ms;
}
.founder4:hover .found4-img {
    transform: translate(38px,-30px);
}
.found4-head {
  font-size: 25px;
  color: #FFF114;
  padding-top: 0px !important;
}
.found4-p {
  font-size: 18px;
}
.founder4 .col-lg-9 {
    padding-left: 50px;
    float: left;
    margin-top: 15px;
}
.found-cont5 {
  background: #FFF114;
  width: 82%;
  margin-bottom: 20px;
  margin-top: 65px !important;
}
.found-cont5 img {
    width: 30%;
    float: left;
}
.found5-head {
    font-size: 25px;
    color: #3e3e3e;
    padding-top: 21px;
    padding-bottom: 10px;
}
img.found4-img.founder5 {
    /* margin-right: 49px !important; */
    transform: translate(3px, -30px) !important;
}
.founder3:hover .found2-img {
    transform: translate(0px,-30px);
}
.found5-p {
  font-size: 18px;
}
.found-cont4 {
  margin-top: 49px !important;
 
}
.founder3 .col-lg-9.overflow {
    float: left;
    padding-left: 10px;
}
.founder-dk{
    display:none;
}
.founder-mobile{
    display:block;
}
.banner3-al {
  text-align: right;
  margin-right: 10px;
}
.banner3 .cont-orange {
    font-size: 75px !important;
}
.banner3 .cont-blue {
  font-size: 75px !important;
  line-height: 90px !important;
}
.banner3 .content1 {
    font-size: 17px;
    margin-left: -5px;
    margin-top: 23px;
}
.banner3 .row {
  padding-left: 10px;
}
.work1 h1 {
  font-size: 25px;
 
  padding-bottom: 30px;
}
.work2 .found-orange {
    padding-left: 0px;
    font-size: 68px;
}
.work2 {
  text-align: center;
}
.work2 .found-blue {
  font-size: 68px;
}
.wk-box {
  width: 100%;
}
.work {
  margin-left: 20px;
  margin-right: 20px;
}
.wk-box img {
  width: 134px !important;
  margin-top: 70px;
  margin-bottom: 50px;
}
.wk-box h1 {
  font-size: 28px;
  padding-bottom: 37px;
}
.work p {
  font-size: 22px;
}
.wk-box1 {
  padding-bottom: 9px;
}
.banner4 .row {
  padding-left: 10px;
}
.beni-head .found-blue {
  font-size: 60px;
  
}
.beni-head .found-orange {
  font-size: 60px;
  
}
.beni-head{
  text-align: center;
}
.beni-cont1 img {
    width: 17%;
    float: left;
}
.beni1-img {
  margin-left: 86px;
}
.beni1-head {
  padding-top: 0px;
}
.beni1 .col-lg-9 {
  padding-left: 10px;
}
.beni1-p {
    padding-bottom: 30px;
    text-align: left;
    padding-left: 260px;
    padding-top: 0px;
    font-size: 18px;
}
.beni2 .col-lg-9 {
    padding-left: 40px;
    float: left;
}
.beni2-img {
    margin-left: 35px;
    margin-bottom: -4px;
    margin-top: 50px;
}
.beni2-head {
    font-size: 30px;
    color: #3e3e3e;
    padding-top: 28px;
    padding-bottom: 10px;
    font-weight: 600;
}

.beni2-p {
    padding-bottom: 30px;
    text-align: left;
    font-size: 18px;
    padding-top: 12px;
}
.beni2-head {
    text-align: left;
}
.beni-cont2 img {
    width: 17%;
}
.beni1-head {
    text-align: left;
    padding-top: 28px;
    padding-left: 259px;
}
.beni2-p {
    font-size: 18px;
    color: white;
    line-height: 40px;
    padding-top: 12px;
}
.faq {
  margin-top: 122px;
}
.card button.btn.btn-link {
  white-space: unset;
}
.card {
  margin-left: 10px;
  margin-right: 10px;
}
.faq-head {
  margin-left: 10px;
}
.contact {
    transform: translate(467px,-381px);
    width: 35%;
}
.contact-form {
    margin-top: -351px;
}
form {
  margin-left: 24px;
}
.contact-form button {
  width: 55%;
  margin-top: 87px !important;
}
.contact-form .triangle-right {
    left: 42%;
    top: 112px;
}
.contact-form button:hover .triangle-right {
    left: 52%;
}
.desktop{
  /* display: block; */
}
form textarea {
    width: 90%;
    font-size: 18px;
    color: #FFF114;
    background: #3e3e3e;
    border: #FFF114 2px solid;
    margin: 0px 0px;
    resize: vertical;
}
}


@media (min-width: 1026px) and (max-width: 1199px) {
    .logo img {
        width: 52%;
        margin-left: 18px;
    }
    .header-shadow {
        background-image: url(prop/Path2.png);
        background-size: 174%;
        background-position-y: 120px;
        background-position-x: -125px;        
        padding-bottom: 30px;
        /*background-repeat-x: no-repeat;*/
    }
}


/*@media(min-width:992px) and (max-width: 1025px) {
    #myheader {
       background-color: none;
    }
    .header-shadow {
       background-image: none;    
       position: relative;
    }
    .logo img {
      width: 42%;          
    }
}*/



@media (min-width:992px) and (max-width: 1025px){

  .company-dropdown {
    position: absolute;
    left: 0% !important;
    top: 0px !important;
}
.navbar li ul {
    position: relative;
    left: 0%;
    top: 0px;
    background: transparent !important;

}
nav .navbar li a {
    margin-right: 20px;
    font-size: 20px !important;
}

nav .navbar li{
    font-size: 20px !important;
}

#menu .line-menu {
    width: 19%;
    height: 6px;
    display: block;
    background-color: #3e3e3e;
    margin: 6px auto;
    transition: 500ms;
}
/* .navbar{
  display:none !important;
} */
#menu {
  position: absolute;
  /*top: 30px;*/
  top: 60px;
  right:0%;
  width: 24%;
  z-index: 10;
}
nav .navbar {
  display: none;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  /*width: 100%;*/
  width: 40%;
  position: absolute !important;
  /*left: 0%;*/
  right: -135px;
  top: 110px;
  /*top: 0px;*/
  /* height: 40vh; */
  background: #3e3e3e;
  
}
nav .navbar li {
  list-style: none;
  /* border-bottom: 1px solid; */
  text-align: left;
  /* border-top: 1px solid; */
  line-height: 30px;
}
.icon {
  display: none;
  /* margin-top: 292px;
  margin-left: 59px;
  padding-bottom: 11px; */
}
.logo img {
  width: 90%;
  /*width: 22%;*/
  margin-top:10px;
}
.header-shadow{
  background: none;
  top: 0px;
}
.pipe{
  display: none;
}
.navbar img {
  display: none;
}
nav .navbar li:hover {
  color: white;
}
nav .navbar li a:hover {
  /* background-color: transparent !important; */
  color: white;
  background: none;
}

.dot-bg {
display: none;
}
.banner {
  margin-top: -50px;
  margin-left: 10px;
  margin-right: 10px;
}
.header-bg {
  background: transparent;
  padding: 0px;
}
.header-bg::before {
    background: none;
}
.blue {
    color: #3e3e3e;
    font-size: 100px;
}
.orange{
  font-size: 100px;
}
.banner {
    height: 80vh;
}
.build{
  display: none;
}
.img-hr1{
  width: 64%;
}
.img-hr2{
  width: 12%;
}
.img-hr3{
  width: 6%;
}
.img-hr4{
  width: 3%;
}
.banner h1 {
  margin-top: 53px !important;
  padding-top: 135px;
  margin-left: 20px !important;
}
.think {
    margin-left: 183px;
    margin-top: 44px;
}
.think p {
    font-size: 28px;
    margin-top: 24px;
}
div#order2   {order: 2;}
div#order3 {order: 3;}
div#order1  {order: 1;}
.orange2 {
  color: #FFF114;
  font-size: 94px !important;
    line-height: 95px !important;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.blue2 {
    font-size: 94px !important;
    line-height: 95px !important;
}
.think-dot {
    position: absolute;
    left: 40%;
    top: 27px;
    width: 15%;
}
.think button {
    color: #3e3e3e;
    background: #FFF114;
    border: none;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 18px 44px 18px 0px;
    margin-top: 40px !important;
    margin-left: 330px !important;
    width: 60%;
}
.think .triangle-right { 
  width: 0;
  height: 0;
  position: absolute;
  top: 65px;
  left: 82%;
}
.think button:hover .triangle-right {
  left: 85%;
}
.beni {
  margin-top: 100px;
  margin-left: 10px;
}
.beni .blue2 {
    font-size: 70px !important;
}
.box h1 {
    font-size: 32px;
}
.box img {
    width: 150px;
    margin-top: 50px;
    margin-bottom: 100px;
}
.beni .orange2 {
  font-size: 70px !important;
}
.box {
  box-shadow: 0px 3px 6px #00000029;
  width: 93%;
  text-align: center;
  margin-left: 10px;
  margin-bottom: 100px;
  float: left;
  border-bottom: #FFF114 8px solid;
  transition: 800ms;
}
.founder-group {
  display: none;
}
.founder-home h1 {
  padding-left: 0px;
}
.pay_details {
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-size: 31px;
    width: 100% !important;
}
.founder-hcontent {
    padding-left: 10px !important;
    margin-top: 36px;
}

.founder-hcontent p {
    font-size: 27px;
    margin-left: 175px;
}
.founder-hcontent button{
  margin-left: -10px;
  margin-top: 15px !important;
    margin-bottom: 25px;
}
.founder-hcontent .triangle-right {
    top: 277px;
    left: 12%;
}
.founder-hcontent button:hover .triangle-right {
    left: 12%;
}
.color1 {
    font-size: 32px !important;
}
.color2 {
  font-size: 32px !important;
}
.work-h1 {
  margin-left: 10px;
}
.work-h1 .blue2 {
  font-size: 70px !important;
}
.work-h1 .orange2 {
    font-size: 70px !important;
}
.founder-home .row {
  margin-bottom: 23px;
}
.work-cont1 i {
  margin-left: -8px;
 
  font-size: 17px !important;


}
.work-cont1 p {
    font-size: 18px;
    color: #3e3e3e;
}
.work-cont1 {
  margin-left: 16px;
}
.work-content2 img{
  display: none;
}
.work-content2 p {
  font-size: 22px;
  text-align: left;
    margin-top: 19px;
}
.work-content2 h1{
  text-align: center;
  margin-top: 40px !important;
}
.work-h2 button {
    color: #3e3e3e;
    background: #FFF114;
    border: none;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 18px 69px 18px 26px;
    margin-top: 46px !important;
    margin-left: 590px !important;
    width: 43%;
}
.work-h2 .triangle-right {
  left: 86%;
  top: 69px;
}
footer img {
  display: none;
}
.mobile{
  display: none;
}
.dk{
  display: block;
}
.footer-section{
  width: 50%;
  float: left;
}
footer .row {
  /* margin-top: 50px; */
  margin-left: 0px !important;
  margin-right: 0px !important;
  background: #1B1E48;
  padding-left: 10px;
  padding-top: 50px;
}
footer ul li a {
  color: #fff114;
  font-size: 13px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 1px;
}
.footer-section {
  width: 50%;
  float: left;
  margin-top: 30px;
  margin-right: 0px;
}
footer .address p {
  margin-top: 12px;
  text-align: center;
}
footer .email p {
  text-align: center;
}
.footer1 h1{
  text-align: center;
  margin-bottom: 20px !important;

}
.footer2 h1{
  text-align: center;
}
.copy-right p {
  color: #3e3e3e;
  font-size: 14px;
}
#myheader {
  position: relative;
}
footer ul {
  list-style: none;
  padding-left: 0px;
  text-align: center;
}
.carousel-control.left{
  background: none !important;
}
.carousel-control.right{
  background: none !important;
}
.carousel-control{
  color: #3e3e3e !important;
  opacity: 1 !important;
}
.carousel-control {
  position: absolute;
  top: -102px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 5% !important;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: -9% !important;
}
.beni h1 {
  margin-bottom: 43px !important;
}
.work-content img {
  display: none;
}
.banner1,.banner3,.banner4{
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
}
.cont-blue {
    font-size: 100px !important;
    line-height: 95px !important;
}
.cont-orange {
  font-size: 100px !important;
  line-height: 95px !important;
}
.banner1-mt {
    margin-top: 50px;
    margin-left: 286px;
}
.banner1 .row {
  padding-top: 39px;
}
.banner1 .row {
  padding-left: 15px;
}
.content1 {
  font-size: 23px;
  margin-left: 184px;
    margin-top: 23px;
}
.content2 {
  font-size: 20px;
  padding-bottom: 60px;
  margin-left: 184px;
}
.ab-img1 img{
  display: none;
}
.banner2-mt {
    margin-top: 15px;
    margin-left: 365px;
}
.ab-box {
  box-shadow: 0px 3px 6px #00000029;
  width: 100%;
}
.ab-box img {
    margin-top: 83px;
  width: 150px;
  margin-bottom: 30px;
}
.ab-box h1 {
  font-size: 24px;
}
.ab-box1 h1 {
  padding-bottom: 23px;
}
.content4 {
  padding: 12px;
}
.found-blue {
  font-size: 85px;
  color: #3e3e3e;
  font-weight: 700 !important;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  margin-left: 10px;
}
.found-orange {
  font-size: 85px;
  margin-left: 10px;
}
.found-cont2 {
  background: #1B1E48;
  width: 82%;
}
.found1-head {
    font-size: 25px;
    color: #FFF114;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    padding-left: 35px;
}
.found1-p {
  font-size: 16px;
  color: white;
  line-height: 40px;
  padding-left: 35px;
}
.found-cont2 img {
    width: 30%;
    float: left;
}
.fd-img1 img {
  display: none;
}
.found2-img {
  margin-bottom: 0px;
  transform: translate(-40px,-25px);
 }
 .found-cont3 img {
    width: 30%;
    transform: translate(75px,-28px);
}
 .found-cont3 {
  margin-top: 60px !important;
 
}
.found-cont4 img {
    width: 30%;
    /* height: 35vh; */
}
.found2-head {
  font-size: 24px;
}
.founder3 .col-lg-9 {
  padding-left: 5px;
  padding-right: 30px;
}
.found2-p {
  font-size: 16px;
  color: white;
  line-height: 33px;
}
.advice-cont1 {
  text-align: center;
  margin-right: 0px;
  margin-top: 100px;
}
.found4-img {
    margin-right: 0px;
    margin-bottom: 20px;
    transform: translate(160px,-20px);
    transition: 500ms;
}
.founder4:hover .found4-img {
    transform: translate(160px,-30px);
}
.found4-head {
  font-size: 25px;
  color: #FFF114;
  padding-top: 0px !important;
}
.found4-p {
  font-size: 18px;
}
.founder4 .col-lg-9 {
    padding-left: 50px;
    float: left;
    margin-top: 15px;
}
.found-cont5 {
  background: #FFF114;
  width: 82%;
  margin-bottom: 20px;
  margin-top: 65px !important;
}
.found-cont5 img {
    width: 30%;
    float: left;
}
.found5-head {
    font-size: 25px;
    color: #3e3e3e;
    padding-top: 21px;
    padding-bottom: 10px;
}
img.found4-img.founder5 {
    /* margin-right: 49px !important; */
    transform: translate(113px, -30px) !important;
}
.founder3:hover .found2-img {
    transform: translate(75px,-30px);
}
.found5-p {
  font-size: 18px;
}
.found-cont4 {
  margin-top: 49px !important;
 
}
.founder3 .col-lg-9.overflow {
    float: left;
    padding-left:50px;
}
.founder-dk{
    display:none;
}
.founder-mobile{
    display:block;
}
.banner3-al {
  text-align: right;
  margin-right: 10px;
}
.banner3 .cont-orange {
    font-size: 75px !important;
}
.banner3 .cont-blue {
  font-size: 75px !important;
  line-height: 90px !important;
}
.banner3 .content1 {
    font-size: 23px;
    margin-left: -5px;
    margin-top: 23px;
}
.banner3 .row {
  padding-left: 10px;
}
.work1 h1 {
  font-size: 25px;
 
  padding-bottom: 30px;
}
.work2 .found-orange {
    padding-left: 0px;
    font-size: 68px;
}
.work2 {
  text-align: center;
}
.work2 .found-blue {
  font-size: 68px;
}
.wk-box {
  width: 100%;
}
.work {
  margin-left: 20px;
  margin-right: 20px;
}
.wk-box img {
  width: 134px !important;
  margin-top: 70px;
  margin-bottom: 50px;
}
.wk-box h1 {
  font-size: 28px;
  padding-bottom: 37px;
}
.work p {
  font-size: 22px;
}
.wk-box1 {
  padding-bottom: 9px;
}
.banner4 .row {
  padding-left: 10px;
}
.beni-head .found-blue {
  font-size: 60px;
  
}
.beni-head .found-orange {
  font-size: 60px;
  
}
.beni-head{
  text-align: center;
}
.beni-cont1 img {
    width: 17%;
    float: left;
}
.beni1-img {
  margin-left: 86px;
}
.beni1-head {
  padding-top: 0px;
}
.beni1 .col-lg-9 {
  padding-left: 10px;
}
.beni1-p {
    padding-bottom: 30px;
    text-align: left;
    padding-left: 260px;
    padding-top: 23px;
    font-size: 22px;
}
.beni2 .col-lg-9 {
    padding-left: 40px;
    float: left;
}
.beni2-img {
  margin-left: 84px;
  margin-bottom: -4px;
  margin-top: 50px;
}
.beni2-p {
    padding-bottom: 30px;
    text-align: left;
    font-size:22px;
}
.beni2-head {
    text-align: left;
}
.beni-cont2 img {
    width: 17%;
}
.beni1-head {
    text-align: left;
    padding-top: 65px;
    padding-left: 259px;
}
.faq {
  margin-top: 122px;
}
.card button.btn.btn-link {
  white-space: unset;
}
.card {
  margin-left: 10px;
  margin-right: 10px;
}
.faq-head {
  margin-left: 10px;
}
.contact {
    transform: translate(467px,-381px);
    width: 35%;
}
.contact-form {
    margin-top: -351px;
}
form {
  margin-left: 24px;
}
.contact-form button {
  width: 55%;
  margin-top: 87px !important;
}
.contact-form .triangle-right {
    left: 42%;
    top: 112px;
}
.contact-form button:hover .triangle-right {
    left: 52%;
}
.desktop{
  /* display: block; */
}
form textarea {
    width: 90%;
    font-size: 18px;
    color: #FFF114;
    background: #3e3e3e;
    border: #FFF114 2px solid;
    margin: 0px 0px;
    resize: vertical;
}
}



@media (min-width:980px) and (max-width: 991px){

  .company-dropdown {
    position: absolute;
    left: 0% !important;
    top: 0px !important;
}
.navbar li ul {
    position: relative;
    left: 0%;
    top: 0px;
    background: transparent !important;

}
nav .navbar li a {
    margin-right: 20px;
    font-size: 20px !important;
}

nav .navbar li{
    font-size: 20px !important;
}

#menu .line-menu {
    width: 19%;
    height: 6px;
    display: block;
    background-color: #3e3e3e;
    margin: 6px auto;
    transition: 500ms;
}
/* .navbar{
  display:none !important;
} */
#menu {
  position: absolute;
  /*top: 30px;*/
  top: 55px;
  right:0%;
  width: 24%;
  z-index: 10;
}
nav .navbar {
  display: none;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: absolute !important;
  left: 0%;
  top: 0px;
  /* height: 40vh; */
  background: #3e3e3e;
  
}
nav .navbar li {
  list-style: none;
  /* border-bottom: 1px solid; */
  text-align: left;
  /* border-top: 1px solid; */
  line-height: 30px;
}
.icon {
  display: none;
  /* margin-top: 292px;
  margin-left: 59px;
  padding-bottom: 11px; */
}
.logo img {
  width: 15%;
  /*width: 22%;*/
  margin-top:10px;
}
.header-shadow{
  background: none;
  top: 0px;
}
.pipe{
  display: none;
}
.navbar img {
  display: none;
}
nav .navbar li:hover {
  color: white;
}
nav .navbar li a:hover {
  /* background-color: transparent !important; */
  color: white;
  background: none;
}

.dot-bg {
display: none;
}
.banner {
  margin-top: -50px;
  margin-left: 10px;
  margin-right: 10px;
}
.header-bg {
  background: transparent;
  padding: 0px;
}
.blue {
    color: #3e3e3e;
    font-size: 100px;
}
.orange{
  font-size: 100px;
}
.banner {
    height: 80vh;
}
.build{
  display: none;
}
.img-hr1{
  width: 64%;
}
.img-hr2{
  width: 12%;
}
.img-hr3{
  width: 6%;
}
.img-hr4{
  width: 3%;
}
.banner h1 {
  margin-top: 53px !important;
  padding-top: 135px;
  margin-left: 20px !important;
}
.think {
    margin-left: 183px;
    margin-top: 44px;
}
.think p {
    font-size: 28px;
    margin-top: 24px;
}
div#order2   {order: 2;}
div#order3 {order: 3;}
div#order1  {order: 1;}
.orange2 {
  color: #FFF114;
  font-size: 94px !important;
    line-height: 95px !important;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.blue2 {
    font-size: 94px !important;
    line-height: 95px !important;
}
.think-dot {
    position: absolute;
    left: 40%;
    top: 27px;
    width: 15%;
}
.think button {
    color: #3e3e3e;
    background: #FFF114;
    border: none;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 18px 44px 18px 0px;
    margin-top: 40px !important;
    margin-left: 330px !important;
    width: 60%;
}
.think .triangle-right { 
  width: 0;
  height: 0;
  position: absolute;
  top: 65px;
  left: 82%;
}
.think button:hover .triangle-right {
  left: 85%;
}
.beni {
  margin-top: 100px;
  margin-left: 10px;
}
.beni .blue2 {
    font-size: 70px !important;
}
.box h1 {
    font-size: 32px;
}
.box img {
    width: 150px;
    margin-top: 50px;
    margin-bottom: 100px;
}
.beni .orange2 {
  font-size: 70px !important;
}
.box {
  box-shadow: 0px 3px 6px #00000029;
  width: 93%;
  text-align: center;
  margin-left: 10px;
  margin-bottom: 100px;
  float: left;
  border-bottom: #FFF114 8px solid;
  transition: 800ms;
}
.founder-group {
  display: none;
}
.founder-home h1 {
  padding-left: 0px;
}
.pay_details {
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-size: 31px;
    width: 100% !important;
}
.founder-hcontent {
    padding-left: 10px !important;
    margin-top: 36px;
}

.founder-hcontent p {
    font-size: 27px;
    margin-left: 175px;
}
.founder-hcontent button{
  margin-left: -10px;
  margin-top: 15px !important;
    margin-bottom: 25px;
}
.founder-hcontent .triangle-right {
    top: 277px;
    left: 12%;
}
.founder-hcontent button:hover .triangle-right {
    left: 12%;
}
.color1 {
    font-size: 32px !important;
}
.color2 {
  font-size: 32px !important;
}
.work-h1 {
  margin-left: 10px;
}
.work-h1 .blue2 {
  font-size: 70px !important;
}
.work-h1 .orange2 {
    font-size: 70px !important;
}
.founder-home .row {
  margin-bottom: 23px;
}
.work-cont1 i {
  margin-left: -8px;
 
  font-size: 17px !important;


}
.work-cont1 p {
    font-size: 18px;
    color: #3e3e3e;
}
.work-cont1 {
  margin-left: 16px;
}
.work-content2 img{
  display: none;
}
.work-content2 p {
  font-size: 22px;
  text-align: left;
    margin-top: 19px;
}
.work-content2 h1{
  text-align: center;
  margin-top: 40px !important;
}
.work-h2 button {
    color: #3e3e3e;
    background: #FFF114;
    border: none;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 18px 69px 18px 26px;
    margin-top: 46px !important;
    margin-left: 590px !important;
    width: 43%;
}
.work-h2 .triangle-right {
  left: 86%;
  top: 69px;
}
footer img {
  display: none;
}
.mobile{
  display: none;
}
.dk{
  display: block;
}
.footer-section{
  width: 50%;
  float: left;
}
footer .row {
  /* margin-top: 50px; */
  margin-left: 0px !important;
  margin-right: 0px !important;
  background: #1B1E48;
  padding-left: 10px;
  padding-top: 50px;
}
footer ul li a {
  color: #fff114;
  font-size: 13px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 1px;
}
.footer-section {
  width: 50%;
  float: left;
  margin-top: 30px;
  margin-right: 0px;
}
footer .address p {
  margin-top: 12px;
  text-align: center;
}
footer .email p {
  text-align: center;
}
.footer1 h1{
  text-align: center;
  margin-bottom: 20px !important;

}
.footer2 h1{
  text-align: center;
}
.copy-right p {
  color: #3e3e3e;
  font-size: 14px;
}
#myheader {
  position: relative;
}
footer ul {
  list-style: none;
  padding-left: 0px;
  text-align: center;
}
.carousel-control.left{
  background: none !important;
}
.carousel-control.right{
  background: none !important;
}
.carousel-control{
  color: #3e3e3e !important;
  opacity: 1 !important;
}
.carousel-control {
  position: absolute;
  top: -102px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 5% !important;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: -9% !important;
}
.beni h1 {
  margin-bottom: 43px !important;
}
.work-content img {
  display: none;
}
.banner1,.banner3,.banner4{
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
}
.cont-blue {
    font-size: 100px !important;
    line-height: 95px !important;
}
.cont-orange {
  font-size: 100px !important;
  line-height: 95px !important;
}
.banner1-mt {
    margin-top: 50px;
    margin-left: 286px;
}
.banner1 .row {
  padding-top: 39px;
}
.banner1 .row {
  padding-left: 15px;
}
.content1 {
  font-size: 23px;
  margin-left: 184px;
    margin-top: 23px;
}
.content2 {
  font-size: 20px;
  padding-bottom: 60px;
  margin-left: 184px;
}
.ab-img1 img{
  display: none;
}
.banner2-mt {
    margin-top: 15px;
    margin-left: 365px;
}
.ab-box {
  box-shadow: 0px 3px 6px #00000029;
  width: 100%;
}
.ab-box img {
    margin-top: 83px;
  width: 150px;
  margin-bottom: 30px;
}
.ab-box h1 {
  font-size: 24px;
}
.ab-box1 h1 {
  padding-bottom: 23px;
}
.content4 {
  padding: 12px;
}
.found-blue {
  font-size: 85px;
  color: #3e3e3e;
  font-weight: 700 !important;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  margin-left: 10px;
}
.found-orange {
  font-size: 85px;
  margin-left: 10px;
}
.found-cont2 {
  background: #1B1E48;
  width: 82%;
}
.found1-head {
    font-size: 25px;
    color: #FFF114;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    padding-left: 35px;
}
.found1-p {
  font-size: 16px;
  color: white;
  line-height: 40px;
  padding-left: 35px;
}
.found-cont2 img {
    width: 30%;
    float: left;
}
.fd-img1 img {
  display: none;
}
.found2-img {
  margin-bottom: 0px;
  transform: translate(-40px,-25px);
 }
 .found-cont3 img {
    width: 30%;
    transform: translate(75px,-28px);
}
 .found-cont3 {
  margin-top: 60px !important;
 
}
.found-cont4 img {
    width: 30%;
    /* height: 35vh; */
}
.found2-head {
  font-size: 24px;
}
.founder3 .col-lg-9 {
  padding-left: 5px;
  padding-right: 30px;
}
.found2-p {
  font-size: 16px;
  color: white;
  line-height: 33px;
}
.advice-cont1 {
  text-align: center;
  margin-right: 0px;
  margin-top: 100px;
}
.found4-img {
    margin-right: 0px;
    margin-bottom: 20px;
    transform: translate(160px,-20px);
    transition: 500ms;
}
.founder4:hover .found4-img {
    transform: translate(160px,-30px);
}
.found4-head {
  font-size: 25px;
  color: #FFF114;
  padding-top: 0px !important;
}
.found4-p {
  font-size: 18px;
}
.founder4 .col-lg-9 {
    padding-left: 50px;
    float: left;
    margin-top: 15px;
}
.found-cont5 {
  background: #FFF114;
  width: 82%;
  margin-bottom: 20px;
  margin-top: 65px !important;
}
.found-cont5 img {
    width: 30%;
    float: left;
}
.found5-head {
    font-size: 25px;
    color: #3e3e3e;
    padding-top: 21px;
    padding-bottom: 10px;
}
img.found4-img.founder5 {
    /* margin-right: 49px !important; */
    transform: translate(113px, -30px) !important;
}
.founder3:hover .found2-img {
    transform: translate(75px,-30px);
}
.found5-p {
  font-size: 18px;
}
.found-cont4 {
  margin-top: 49px !important;
 
}
.founder3 .col-lg-9.overflow {
    float: left;
    padding-left:50px;
}
.founder-dk{
    display:none;
}
.founder-mobile{
    display:block;
}
.banner3-al {
  text-align: right;
  margin-right: 10px;
}
.banner3 .cont-orange {
    font-size: 75px !important;
}
.banner3 .cont-blue {
  font-size: 75px !important;
  line-height: 90px !important;
}
.banner3 .content1 {
    font-size: 23px;
    margin-left: -5px;
    margin-top: 23px;
}
.banner3 .row {
  padding-left: 10px;
}
.work1 h1 {
  font-size: 25px;
 
  padding-bottom: 30px;
}
.work2 .found-orange {
    padding-left: 0px;
    font-size: 68px;
}
.work2 {
  text-align: center;
}
.work2 .found-blue {
  font-size: 68px;
}
.wk-box {
  width: 100%;
}
.work {
  margin-left: 20px;
  margin-right: 20px;
}
.wk-box img {
  width: 134px !important;
  margin-top: 70px;
  margin-bottom: 50px;
}
.wk-box h1 {
  font-size: 28px;
  padding-bottom: 37px;
}
.work p {
  font-size: 22px;
}
.wk-box1 {
  padding-bottom: 9px;
}
.banner4 .row {
  padding-left: 10px;
}
.beni-head .found-blue {
  font-size: 60px;
  
}
.beni-head .found-orange {
  font-size: 60px;
  
}
.beni-head{
  text-align: center;
}
.beni-cont1 img {
    width: 17%;
    float: left;
}
.beni1-img {
  margin-left: 86px;
}
.beni1-head {
  padding-top: 0px;
}
.beni1 .col-lg-9 {
  padding-left: 10px;
}
.beni1-p {
    padding-bottom: 30px;
    text-align: left;
    padding-left: 260px;
    padding-top: 23px;
    font-size: 22px;
}
.beni2 .col-lg-9 {
    padding-left: 40px;
    float: left;
}
.beni2-img {
  margin-left: 84px;
  margin-bottom: -4px;
  margin-top: 50px;
}
.beni2-p {
    padding-bottom: 30px;
    text-align: left;
    font-size:22px;
}
.beni2-head {
    text-align: left;
}
.beni-cont2 img {
    width: 17%;
}
.beni1-head {
    text-align: left;
    padding-top: 65px;
    padding-left: 259px;
}
.faq {
  margin-top: 122px;
}
.card button.btn.btn-link {
  white-space: unset;
}
.card {
  margin-left: 10px;
  margin-right: 10px;
}
.faq-head {
  margin-left: 10px;
}
.contact {
    transform: translate(467px,-381px);
    width: 35%;
}
.contact-form {
    margin-top: -351px;
}
form {
  margin-left: 24px;
}
.contact-form button {
  width: 55%;
  margin-top: 87px !important;
}
.contact-form .triangle-right {
    left: 42%;
    top: 112px;
}
.contact-form button:hover .triangle-right {
    left: 52%;
}
.desktop{
  /* display: block; */
}
form textarea {
    width: 90%;
    font-size: 18px;
    color: #FFF114;
    background: #3e3e3e;
    border: #FFF114 2px solid;
    margin: 0px 0px;
    resize: vertical;
}
}


@media (max-width: 325px){
.blue {
    color: #3e3e3e;
    font-size: 50px;
}
.banner h1 {
    margin-top: 53px !important;
    padding-top: 135px;
    margin-left: 5px !important;
}
.orange {
    font-size: 56px;
}
.blue2 {
    font-size: 56px !important;
}
.orange2 {
    font-size: 56px !important;
}
.think-dot {
    position: absolute;
    left: 63%;
    top: 27px;
    width: 22%;
}
.think p {
    font-size: 12px;
    margin-top: 24px;
}
.think .triangle-right {
    width: 0;
    height: 0;
    position: absolute;
    top: 64px;
    left: 95%;
}
.think button:hover .triangle-right{
    left:96%;
}
.think button {
    color: #3e3e3e;
    background: #FFF114;
    border: none;
    font-size: 16px !important;
    
}
.founder-hcontent p {
    font-size: 12px;
}
.founder-hcontent .triangle-right {
    top: 149px;
    left: 38%;
}
.founder-hcontent button:hover .triangle-right{
    left:39%;
}
.work-h2 button {
    color: #3e3e3e;
    background: #FFF114;
    border: none;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 18px 69px 18px 26px;
    margin-top: 46px !important;
    margin-left: 97px !important;
    width: 77%;
}
.work-content2 p {
    font-size: 18px;
    text-align: left;
    margin-top: 19px;
    padding-left: 0px;
}

}
/*@media (min-width:300px){*/
/*  .cont-orange {*/
/*    font-size: 62px !important;*/
/*}*/
/*.cont-blue {*/
/*    font-size: 62px !important;*/
/*}*/
/*.content1 {*/
/*    font-size: 17px;*/
/*}*/

/*}*/

/*@media screen and (max-width:1020px) {
  .logo img {
    width: 20%;
  }/*


