
figcaption {
    font-family: "Playfair Display", Georgia, serif !important;
    font-style: normal !important;
  
}
.large-title span , .ml6 span {
        font-family: "Poppins", Arial, sans-serif !important
}

p , span , a{
font-family: 'Montserrat', sans-serif; !important;
}
a.btn6 {
    font-family: "Quicksand", Arial, sans-serif !important;
}

body{
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}
.sli.second-slide:hover, .sli.third-slide:hover {
    background-color: #2dbda4 !important;
}
 ul.slick-dots button#slick-slide-control00 {
    display: none;
}

section.mapform {
    display: none;
}

div.guru {
    color: #006600;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    font-size: 30px;
}
	div.guru:first-of-type{
		animation: appear 6s infinite;
	}
	div.guru:last-of-type{
		animation: reveal 6s infinite;
	}
	div.guru:last-of-type span{
		font-size: 33px;
		color: #808000;
		animation: slide 6s infinite;
	}
	@keyframes appear{
		0%{opacity: 0;}
		20%{opacity: 1;}
		80%{opacity: 1;}
		100%{opacity: 0;}
	}
	@keyframes slide{
		0%{margin-left:-800px;}
		20%{margin-left:-800px;}
		35%{margin-left:0px;}
	100%{margin-left:0px;}
	}
	@keyframes reveal{
		0%{opacity: 0; width: 0px;}
		20%{opacity: 1; width: 0px;}
		30%{width: 240px;}
		80%{opacity: 1;}
		100%{opacity: 0; width: 240px;}
	}



ul li{
  list-style: none;
}
ul{
  padding:0px;
}

 
section#up {
  margin-top: -30px;
}
.main-banner {
  display: flex;
  justify-content: center;
  align-items: center ;
  height: 100vh;
}
.value-content{
  display: flex;
  align-items: center ;
}
.h2-we-area {
  margin-top: 30px;

}
.h2-we-content .list {
  list-style: outside none none;
  padding: 0;
}
.h2-we-banner {
  height: 100%;
  position: relative;
  width: 100%;
}
.h2-we-banner img {
  width: 80%;
}
.h2-we-content .list li {
  color: #393939;
  display: block;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 25px;
  margin: 0 0 15px;
  padding: 0 0 0 30px;
  position: relative;
}

.h2-we-content h2 {
  padding: 0 0 0 30px;
  color: #2d77fc;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px;
}
.h2-we-content h2:before {
  position: absolute;
  content: '';
  background: url(../images/line.png);
  background-repeat: repeat !important;
  width: 153px;
  height: 3px;
  left: 34px;
  right: 0;
  top: 45px;
  bottom: 0;
  background-repeat: no-repeat;
}

.list span {
  background: #2dbda4;
  padding: 1px 6px;
  border-radius: 28px;
  font-weight: 700;
  color: #fff;
  margin-right: 10px;
}
.founders{
  background: url(../images/shape-founder.png);
  background-repeat: no-repeat;
  min-height: 700px;
  background-size: cover;
  padding-top: 40px;
}
section.colorlib-skills {
  padding-top: 40px;
  background: #fff;
}
.dark-bg-1 {
  background: #00070f;
}
.h2-we-content.found h2:before {
  width: 298px;
  position: absolute;
  top: 45px;
  left: 51%;
  transform: translate(-50%, -50%);
}
h2.title.meet {
  padding-left: 38px;
  position: relative;
}
section.h2-we-area {
  background: #ffff;
  margin: 0;
  padding-top: 35px;
}
.main-banner img {
  width: 150px;
}
.inner-box {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 5px;
  text-align: center;
}
.inner-box .image-box {
  position: relative;
  display: block;
  background: #f0f4f9;
  padding: 40px 0px;
  border-radius: 5px 5px 0px 0px;
}
.inner-box .image-box img{
  border: 2px solid #2d77fc;
  border-radius: 50%;
  padding: 5px;
}
ul.social-links img {
  width: 25px;
}

.slider .animate-box h4 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
}
.slider .animate-box p {
  color: #fff;
  width: 50%;
  font-size: 17px;
}
section .slider-in {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: red;
  background: #fff;
  width: 40px;
  height: 10px;
}

section.slide, section.about  {
  height: 100vh;
}
.large-title {
  text-transform: uppercase;
  font-size: 65px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -2px;
  font-family: 'Oswald', sans-serif;
  color:#2d77fc !important;
}
section.about p {

}

section.about {
background-color: #1b2a2f;
display: flex;
justify-content: center;
align-items: center;
}
.modal-header {
  border-bottom: none;
  
}

.slick-dots li button {
   
  width: 40px;
  height: 10px;
  border-radius: 10px;
  padding: 5px;
  color: #fff;
  background: #fff;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
section .slider  ul.slick-dots li {
  margin: 0 15px;
}
.slider .animate-box a {
  background: transparent;
  padding: 10px 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.inner-box .lower-content {
  position: relative;
  display: block;
  border-radius: 0px 0px 5px 5px;
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 06%);
  padding: 25px 20px 30px 20px;
}
.inner-box .lower-content h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 1px;
}
.inner-box .lower-content .designation {
  color: #2d77fc;
}
.inner-box .lower-content .social-links {
  position: relative;
  display: block;
  width: 100%;
  background: #f0f4f9;
  border-radius: 5px;
  padding: 7.5px 10px;
}
.inner-box .lower-content .social-links li {
  position: relative;
  display: inline-block;
  float: left;
  width: 25%;
  text-align: center;
}
.inner-box .lower-content .designation {
  position: relative;
  display: block;
  font-size: 18px;
  margin-bottom: 12px;
}
.inner-box .lower-content .social-links li:before {
  position: absolute;
  content: '';
  background: #d7dce2;
  width: 1px;
  height: 24px;
  top: 2px;
  right: 0px;
}
.aboutus .images-column {
  position: relative;
  margin-bottom: 40px;
}
.aboutus .images-column .inner-column {
  position: relative;
  padding: 50px 0px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
}
.aboutus .images-column .pattern-layer {
  position: absolute;
  left: -70px;
  top: -150px;
  width: 745px;
  height: 732px;
  background-repeat: no-repeat;
}
.aboutus .images-column .images-outer {
  position: relative;
}
.aboutus .images-column .image {
  position: relative;
  display: inline-block !important;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}
.aboutus .images-column .image-three {
  position: absolute;
  left: auto !important;
  top: auto !important;
  right: 0px !important;
  bottom: -60px !important;
  display: inline-block !important;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}

.aboutus .images-column .image-two {
  position: absolute;
  left: 0px !important;
  top: auto !important;
  bottom: 60px !important;
  display: inline-block !important;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}
.aboutus .images-column .image-four {
  position: absolute;
  right: 10px !important;
  left: auto !important;
  top: 0px !important;
  bottom: auto !important;
  display: inline-block !important;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}
.aboutus .content h3{
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
}
.aboutus .content {
  position: relative;
  color: #555555;
  font-size: 15px;
  line-height: 1.8em;
  margin-bottom: 40px;
}

.aboutus .content a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  padding: 11px 40px;
  font-weight: 500;
  overflow: hidden;
  border-radius: 3px;
  overflow: hidden;
  text-transform: capitalize;
  background-color: #0060ff;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
}
.aboutus .content a:before {
  position: absolute;
  content: 'Learn More';
  left: 92%;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 11px 40px;
  z-index: 1;
  opacity: 1;
  background-color: #132144;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transform: skewX(-25deg);
}

.aboutus .content a:hover::before {
  left: 0%;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  color: #fff;
}

.contact_main {
  background: url("../images/contact-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  background-attachment: fixed !important;
  padding-top: 50px;
  padding-bottom: 50px;
}

.map_iframe label{
  color: #fff;   
}
.map_iframe input ,.map_iframe select,.map_iframe textarea {
  margin-bottom: 20px;
  padding: 9px;
  border: 2px solid #fff;
  padding-left: 24px;
  color: #fff;
  background-color: transparent;
  height: 50px;
  width: 100% !important;
  position: relative;
}
.checkboxdata{
  color: #fff;
}
input#checkbox {
  width: auto !important;
  margin: 0px !important;
  padding: 0 !important;
  height: 15px;
}
.map_iframe input.hs-button.primary {
  width: 50% !important;
  text-align: center;
  padding: 0;
  margin: auto;
}
.text-light {
  color: #fff;
}
.video-content-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.video-play-button {
    display:none;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video-play-button span {
    
  display: none !important;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #1b2a2f;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #2dbda4;
  border-radius: 50%;
  -webkit-animation: pulse-border 1.5s cubic-bezier(.767, .01, .18, 1.01) infinite;
  animation: pulse-border 1.5s cubic-bezier(.767, .01, .18, 1.01) infinite;
}
img.mainlogo {
    width: 18%;
    position: fixed !important;
    top: 3% !important;
    left: 20px;
    z-index: 99999;
}

.pattern-layer{
animation: mymove 20s infinite;
}
header.headroom--not-top {
  background: #0000004d;
  height: 92px !important;
}
.animsition-overlay {
  opacity: 1;
  z-index: 2;
  margin-bottom:362px;
}
footer.footer.dark-bg-1 {
  position: fixed;
  bottom: 0;
  width:100%;
  padding: 68px 0 0px 0;
  z-index: 1;
  color:#fff;
}
footer.footer h3 {
  font-size: 20px;
  color: #fff;
  font-family: 'Oswald';
  letter-spacing: 1px;
  padding-bottom: 15px;
  border-bottom: 1px solid #3d3d3d;
  margin: 0;
  position: relative;
}

footer.footer h3:before {
  content: '';
  width: 30px;
  height: 4px;
  background:linear-gradient(45deg,  #00eafe, #004cfe) ;
  position: absolute;
  bottom: 0;
}
.footersec a, .footersec {
    position:relative;
}
.footlinks li {
  padding: 10px 0;
  margin-left: 10px;
}
.svgdiv img {
  margin: 25px 0;
  width: 100%;
}
.svgdiv li, .svgdiv a {
  padding: 5px 0;
  color: #fff;
}
.svgdiv a {
  margin-left: 30px; position: relative;
}
li.call:before {
  content: '';
  background: url('../images/call.png');
  margin-top: 5px;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: cover;
}
li.office:before {
  content: '';
  background: url('../images/pin.png');
  margin-top: 5px;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: cover;
}
li.mail:before {
  content: '';
  background: url('../images/envelope.png');
  margin-top: 5px;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: cover;
}
li.address:before {
  content: '';
  background: url('../images/pin.png');
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: cover;
left: 15px;
}
.footersec a:before {
  content: '';
  background: url('../images/right-arrow.png');
  width: 10px;
  height: 10px;
  position: absolute;
  left: -15px;
  top: 7px;
  background-size: cover;
}
.follow ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footersec a:hover {
  color: #b47a17;
  text-decoration: none;
}
.footer {
  font-family: 'Montserrat'sans-serif !important; 
  letter-spacing: 1px;
}
.follow ul img {
  margin: 20px 10px;
  width: 35px;
}
li.address {
  padding-left: 30px;
}
img.footer_logo {
  width: 65%;
  margin-bottom: 20px;
}
.formsub:hover{
  background: #2dbda4 !important;
  border: 1px solid #000;
  color: #000;
}

.coyright a, .text-left p {
  color: #fff ;
  font-size: 8px;
  text-decoration: none;
  margin: 0;
  padding: 10px 0;
}

.coyright {
  display: flex;
  height: 50px;
  width: 100%;
  align-items: center;
}
@keyframes mymove {

0% {
  transform: rotate(
0deg);
  opacity: 1;
}

50% {
  transform: rotate(
180deg);
}
100% {
  transform: rotate(
360deg);
  opacity: 1;
}}







/*
 * Made by Erik Terwan
 * 24th of November 2015
 * MIT License
 *
 *
 * If you are thinking of using this in
 * production code, beware of the browser
 * prefixes.
 */
 
 #menuToggle
 {
   display: block;
   position: relative;
   top: 50px;
   left: 50px;
   
   z-index: 1;
   
   -webkit-user-select: none;
   user-select: none;
 }
 
 #menuToggle a
 {
   text-decoration: none;
   color: #232323;
   
   transition: color 0.3s ease;
 }
 
 #menuToggle a:hover
 {
   color: tomato;
 }
 
 
 #menuToggle input
 {
   display: block;
   width: 40px;
   height: 32px;
   position: absolute;
   top: -7px;
   left: -5px;
   
   cursor: pointer;
   
   opacity: 0; /* hide this */
   z-index: 2; /* and place it over the hamburger */
   
   -webkit-touch-callout: none;
 }
 
 /*
  * Just a quick hamburger
  */
 #menuToggle span
 {
   display: block;
   width: 33px;
   height: 4px;
   margin-bottom: 5px;
   position: relative;
   
   background: #cdcdcd;
   border-radius: 3px;
   
   z-index: 1;
   
   transform-origin: 4px 0px;
   
   transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
               background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
               opacity 0.55s ease;
 }
 
 #menuToggle span:first-child
 {
   transform-origin: 0% 0%;
 }
 
 #menuToggle span:nth-last-child(2)
 {
   transform-origin: 0% 100%;
 }
 
 /* 
  * Transform all the slices of hamburger
  * into a crossmark.
  */
 #menuToggle input:checked ~ span
 {
   opacity: 1;
   transform: rotate(45deg) translate(-2px, -1px);
   background: #232323;
 }
 
 /*
  * But let's hide the middle one.
  */
 #menuToggle input:checked ~ span:nth-last-child(3)
 {
   opacity: 0;
   transform: rotate(0deg) scale(0.2, 0.2);
 }
 
 /*
  * Ohyeah and the last one should go the other direction
  */
 #menuToggle input:checked ~ span:nth-last-child(2)
 {
   transform: rotate(-45deg) translate(0, -1px);
 }
 
 /*
  * Make this absolute positioned
  * at the top left of the screen
  */
  nav img.headlogo {
    position: absolute;
    z-index: 9;
    right: 40px;
}

nav.navheader.darkHeader {
  position: fixed;
  background: #00000075;
  height: 100px;
  width: 100%;
  z-index: 9999;
  transition: 2s ease;
}

  .headlogo{
   
    height: 70px;
  }
 #menu
 {
   position: absolute;
   width: 300px;
   height: 100vh;
   margin: -80px 0 0 -50px;
   padding: 50px;
   padding-top: 125px;
   
   background: #ededed;
   list-style-type: none;
   -webkit-font-smoothing: antialiased;
   /* to stop flickering of text in safari */
   
   transform-origin: 0% 0%;
   transform: translate(-100%, 0);
   
   transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
 }

 
 
 #menu li
 {
   padding: 10px 0;
   font-size: 22px;
 }
 
 /*
  * And let's slide it in from the left
  */
 #menuToggle input:checked ~ ul
 {
   transform: none;
 }
 
 
