@font-face {
    font-family: 'Glegoo-Bold';
    src: url(../fonts/Glegoo-Bold.ttf);
}
@font-face {
    font-family: 'Roboto-Light';
    src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url(../fonts/Roboto-Regular.ttf);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
title{
   text-transform: capitalize; 
}
html {
  scroll-behavior: smooth;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img{
	max-width: 100%;
}
a{
    text-decoration: none !important;
}
p{
   font-size: 17px;
   line-height: 27px;
    font-family: 'Roboto-Regular';
}

header{
    position:absolute;
    left:0;
    right: 0;
    top:0;
    z-index: 1;
}
.banner{
    z-index: 9;
    background-image: url(../img/banner.jpg);
    background-size: cover !important;
    background-position: center;
    position: relative;
    background-repeat: no-repeat !important;
    overflow: hidden;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .banner:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 30%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(6,27,65,0)),to(rgba(0,0,0,.60)));
    background: -webkit-linear-gradient(top,rgba(6,27,65,0) 0%,rgba(0,0,0,.60) 100%);
    background: -o-linear-gradient(top,rgba(6,27,65,0) 0%,rgba(0,0,0,.60) 100%);
    background: linear-gradient(to bottom,rgba(6,27,65,0) 0%,rgba(0,0,0,.60) 100%);
}*/

.af-nav{
    margin-top: 35px;
    position: relative;
}
.af-nav li{
    padding:5px 15px;
}
.af-nav li a{
    font-size: 19px;
    color: #fff;
    font-weight: 500;
     font-family: 'Roboto-Regular';
    letter-spacing: 2px;
}


.banner-content{
    text-align: center;
    position: relative;
    margin-top: 75px;
}
.banner-content h1{
  font-weight: 700;
  font-size: 60px;
  line-height: 75px;
  color: #fff;
  text-shadow: 2px 2px #000;
   font-family: 'Glegoo-Bold';
   margin:25px 0;
}
.banner-content p{
  color: #cacfd5;
    font-size: 15px;
    max-width: 500px;
    line-height: 25px;
    padding:5px 0 25px 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 2px;

}
.banner-content a{
    border:1px solid #fff;
        color: #fff;
    font-size: 15px;
    padding: 7px 10px 7px 25px;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    max-width: 175px;
     font-family: 'Roboto-Regular';
  font-weight: 300;
  letter-spacing: 2px;
}
.banner-content a i{
    padding-left: 25px;
    color: #fff;
    font-size: 15px;
    transition: all 0.5s ease;
}
.banner-content a:hover i{
    padding-left:35px;
}
.about-home{
    padding: 100px 0;
}
.about-home p{
   font-size: 23px;
   line-height: 32px;
   max-width: 1000px;
   margin: auto;
   text-align: center;
}
.about-page p{
    text-align: center;
    line-height: 31px;
    margin-bottom: 7px;
}
.key-features{
    padding: 100px 0;
    background: #fafafa;
    position: relative;
    overflow: hidden;
}

.key-features h2{
    font-size: 50px;
    line-height: 60px;
    font-family: 'Glegoo-Bold';
    text-align: center;
}

.features .list {
    background: rgb(230 255 234 / 10%);
    display: block;
    font-size: 22px;
    min-height: 250px;
    color: #333;
    width: 97%;
    position: relative;
    border: 1px solid #ccc;
     box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 25px 0;
    line-height: 22px;
    position: relative;
    margin: 5px;
    border-top-left-radius: 150px;
    border-top-right-radius:150px;
}
.features .list:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 12px;
    margin: auto;
    width: 90%;
    height: 250px;
    content: "";
    border-radius: 16px;
    background: url(../img/mid_bg.png) repeat-x center top;
}
.features .list .ic-block {
    width: 100px;
    height: 100px;
    margin: auto;
    background: #ffac38;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.features .list .block {
    position: relative;
    text-align: center;
}
.features .list h3 {
    font-size: 19px;
    padding: 25px 0 15px 0;
    font-family: 'Roboto-Regular';
    color: #000;
}
.features .list img{
    max-width: 75px;
    margin: auto;
    margin-top: 25px;
}
.key-features p{
    font-size: 21px;
    padding:15px 0 50px 0;
    text-align: center;
}
.problem{
    padding: 100px 0;
}
.got{
    background: #2c0e33;
    padding: 50px;
}
.got .heading{
    font-size: 60px;
    color: #fff;
    font-family: 'Roboto-Light';
    position: relative;
}
.got .heading:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 25px;
    height: 7px;
    width: 240px;
    background: #afefba;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.got a{
    display: block;
    background: #fff;
    color: #333;
    text-align: center;
    padding: 15px 75px;
    font-size: 19px;
    border: 0;
    font-family: 'Roboto-Regular';
}
.got img{
    width: 100%;
    max-width: 200px;
    margin-right: 50px;
}

.testimonial{
    background: rgb(44 14 51 / 5%);
    padding: 100px 0;
}
.testimonial h2 {
    font-size: 50px;
    line-height: 60px;
    font-family: 'Glegoo-Bold';
    text-align: center;
}
.testimonial h3{
    font-size: 21px;
    text-align: center;
    padding-top: 15px;
    font-family: 'Roboto-Regular';
}

.testimonials .item .box {
  padding:30px;
  background-color:#fff;
  position:relative;
  border-top-left-radius:200px;
  border-top-right-radius:200px;
  min-height: 250px;
}

.testimonials .item .box:after {
  content:'';
  position:absolute;
  left:30px;
  bottom:-24px;
  width:0;
  height:0;
  border:15px solid transparent;
  border-width:12px 15px;
  border-top-color:#fff;
}
.testimonials .item .box:before{
    content:'';
  position:absolute;
  left:50%;
  transform: translateX(-50%);
  top:30px;
  background-image: url(../img/communication.png);
  background-size: contain;
  width: 50px;
  height: 50px;
  opacity: .25;
}

.testimonials .item .author {
  margin-top:28px;
  padding-left:25px;
}

.testimonials .item .name {
  font-weight:bold;
  margin-bottom:2px;
  color:inherit;
  font-family: 'Roboto-Regular';
}

.testimonials .item .title {
  font-size:13px;
  color:#9da9ae;
  font-family: 'Roboto-Regular';
}

.testimonials .item .description {
  font-size:16px;
  line-height: 27px;
  margin-bottom:0;
  font-family: 'Roboto-Regular';
  padding-top: 75px;
  text-align: center;
}

.testimonials .item img {
  float:left;
  margin-right:12px;
  margin-top:-5px;
}
.rounded-circle{
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
}
.testimonials .author{
    text-align: left;
}


 #clients {
     padding: 75px 0;
     background: #f4f4f4;
}
 #clients .clients-wrap {
     border-top: 1px solid #d6eaff;
     border-left: 1px solid #d6eaff;
     margin-bottom: 30px;
}
 #clients .client-logo {
     padding: 64px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     border-right: 1px solid #d6eaff;
     border-bottom: 1px solid #d6eaff;
     overflow: hidden;
     background: #fff;
     height: 160px;
}
 #clients .client-logo:hover img {
     -webkit-transform: scale(1.2);
     transform: scale(1.2);
}
 #clients img {
     transition: all 0.4s ease-in-out;
}




#clients h2 {
    font-size: 50px;
    line-height: 60px;
    font-family: 'Glegoo-Bold';
    text-align: center;
}
#clients p{
    font-size: 21px;
    text-align: center;
    padding-top: 15px;
    font-family: 'Roboto-Regular';
}
.clients-sec{
    max-width: 900px;
    margin: auto;
}


.home-contact .form-group {
    margin: 15px;
}

.home-contact input {
    height: 60px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 15px;
    font-family: 'Roboto-Regular';
    font-size: 19px;
    color: #999;
}

.home-contact textarea {
    height: 100px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 15px;
     font-family: 'Roboto-Regular';
    font-size: 19px;
    color: #999;
}



.arch-btn{
    display: block;
    background: #afefba;
    color: #333;
    text-align: center;
    padding: 15px 75px;
    font-size: 19px;
    border: 0;
    font-family: 'Roboto-Regular';
    margin: auto;
}
.contact-img{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-image: url(../img/contact.png);
    height: 100%;
}
.home-contact form{
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
}
.home-contact h2 {
    font-size: 50px;
    line-height: 60px;
    font-family: 'Glegoo-Bold';
    text-align: center;
    padding-top: 100px;
}
.get-in {
    background: #2c0e33;
    padding: 50px;
}
.get-in .heading {
    font-size: 60px;
    color: #fff;
    font-family: 'Roboto-Light';
    position: relative;
}
.get-in .heading:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 5px;
    height: 7px;
    width: 200px;
    background: #afefba;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.info-img.one img{
    width: 70px;
    margin-right: 15px;
}
.info-img.two img{
    width: 35px;
    margin-right: 15px;
}
.get-in a{
    font-size: 19px;
     font-family: 'Roboto-Light';
     color: #f2f2f2;
}
.get-in-touch{
    margin: 75px 0 25px 0;
}
.f-logo img{
    max-width:125px;
}
.copyright{
    font-family: 'Roboto-Regular';
    font-size: 17px;
}
.f-social li a{
 font-size: 17px;
 color: #222;
 font-family: 'Roboto-Regular';
}
.f-social li{
    padding-right: 25px;
}

.call-buton .cc-calto-action-ripple, .multi-action .cc-calto-action-ripple {
    z-index: 9;
    background: #25D366;
    width:35px;
    height:35px;
    padding:2px;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none; }
  
  @-webkit-keyframes cc-calto-action-ripple {
    0% {
      -webkit-box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 0 rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2);
      box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 0 rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2); }
    100% {
      -webkit-box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
      box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
  
  @keyframes cc-calto-action-ripple {
    0% {
      -webkit-box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 0 rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2);
      box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 0 rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2); }
    100% {
      -webkit-box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
      box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
.call-buton  img{
    max-width:25px;
    margin: auto;
}
   
  
   .home-services{
    padding: 100px 0;
}
   .home-services h2 {
    font-size: 50px;
    line-height: 50px;
    font-family: 'Glegoo-Bold';
    text-align: center;
    color: #333;
    margin-bottom: 25px;
}
.home-services .img-holder{
     background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 210px;
}
.home-services .content{
    background: #fbfbfb;
    padding: 30px;
    min-height: 230px;
}
.home-services .content h3{
  font-size: 23px;
  line-height: 29px;
    padding-bottom: 15px;
      font-family: 'Glegoo-Bold';
      color: #222;
}
.home-services .list{
    margin: 25px;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
    display: block;
}
.home-services .content span{
    font-size: 12px;
    color: #52b663;
}

.home-services .content p{
    color: #333;
}
.contact-bck {
    background-size: cover !important;
    background-position: left !important;
    background-repeat: no-repeat !important;
    background: url(../img/contact-bck.png);
    position: relative;
    padding: 100px 0 100px 0;
}

 .contact-bck  h3{
    font-size: 27px;
    color: #495a68;
    font-family: 'Glegoo-Bold';
    position: relative;
    text-align: center;
    margin-top: 15px;
   }
   .contact-bck p{
    font-size: 15px;
    line-height: 25px;
    color: #000;
    text-align: center;
    padding:15px 0;
   }
   .contact-bck img{
    max-width: 60px;
   }
   .contact-bck .info{
    border-right: 1px dashed #ccc;
    padding: 25px;
   }
   .border-none{
    border: 0 !important;
   }
   .contact-bck .icon{
    background: #f7f7f7;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    position: relative;
    overflow: hidden;
   }


     .contact-bck  .icon:before{
    position: absolute;
    bottom: -13px;
    left: -7px;
    content: "";
       width: 0;
      height: 0;
      border-bottom: 20px solid #f5dbac;
      border-left: 20px solid transparent;
       animation: MoveUpDown54 2s linear infinite;
}
@keyframes MoveUpDown54 {
  0%, 100% {
    bottom: -7px;
  }
  50% {
    bottom: -13px;
  }
}
  .contact-bck  .icon:after{
    position: absolute;
    top: -10px;
    right: -10px;
    content: "";
       width: 0;
      height: 0;
      border-top: 20px solid #e0e2e4;
      border-right: 20px solid transparent;
    animation: MoveUp12 2s linear infinite;
}
@keyframes MoveUp12 {
  0%, 100% {
    top: -10px;
  }
  50% {
    top: -5px;
  }
  100%{
    top:-10px;
  }
}

.contact-bck .call-us{
    margin:25px auto;
    max-width: 200px;

}
.contact-bck .call-us a, .contact-bck .info a{
    color: #333;
    font-size: 19px;
    font-family: 'Glegoo-Bold';
    margin-bottom:5px;
    display: block;
}

.inner-banner{
    height: auto !important;
}

.inner-banner .banner-content{
    margin-top: 105px;
}
.inner-banner .banner-content .logo img{
    max-width: 200px;
}
.inner-banner .banner-content h1{
    margin-bottom: 50px;
}
.contact-detail{
    overflow: hidden;
}
.contact-sec{
    padding: 100px 0;
    position: relative;
}
.contact-sec:before{
    content: "";
    position: absolute;
    left:-50%;
    width:67%;
    background: #f1f1f1;
    top: 0;
    bottom: 0;
}
.contact-sec:after{
    content: "";
    position: absolute;
    right:-50%;
    width:100%;
    background: #f1f1f1;
    top: 0;
    bottom: 0;
}
.contact-detail h3{
    font-family: 'Roboto-Regular';
    font-size: 21px;
    margin-bottom: 15px;
}
.contact-detail .block{
    border: 1px solid #e9eaf6;
    padding: 25px 20px 25px 36px;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    -webkit-transition: all 240ms linear 0ms;
    -khtml-transition: all 240ms linear 0ms;
    -moz-transition: all 240ms linear 0ms;
    -ms-transition: all 240ms linear 0ms;
    -o-transition: all 240ms linear 0ms;
    transition: all 240ms linear 0ms;
    background-color: #fff;
    max-width: 400px;
    margin-bottom: 15px;
}
.contact-detail .block .icon{
    background: #2c0e33;
    padding: 15px;
    width: 75px;
    height: 60px;
}
.contact-detail .block a{
    font-size: 19px;
    font-family: 'Roboto-Regular';
    color: #555;
}
.contact-detail h2{
    font-size: 40px;
    line-height: 50px;
    font-family: 'Roboto-Regular';
    margin-bottom: 50px;
    position: relative;
}

.contact-detail .form-control{
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #2c0e33;
    margin-bottom: 35px;
    background: transparent;
    font-family: 'Roboto-Regular';
    font-size: 17px;
}
.contact-detail .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2c0e33;
}
.contact-detail .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #2c0e33;
}
.contact-detail form{
    position: relative;
    z-index: 9;
}
.about-page{
    padding: 100px 0;
}
.team{
    margin-bottom: 50px;
    z-index: 9;
    background-image: url(../img/team.jpg);
    background-size: cover !important;
    background-position: center;
    position: relative;
    background-repeat: no-repeat !important;
    overflow: hidden;
}
.team h2{
    font-size: 50px;
    line-height: 60px;
    font-family: 'Glegoo-Bold';
    text-align: center;
    margin-bottom: 50px;
    padding-top: 50px;
}
.team .image{
    background-size: cover !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    height:250px;
}
.team h3{
        font-size: 27px;
    font-family: 'Glegoo-Bold';
}
.team h4{
    font-size: 21px;
    padding-bottom:15px;
    font-family: 'Roboto-Regular';
}
.team-sec{
    margin-bottom: 60px;
}
.services{
    padding: 100px 0 50px 0;
}

.service-image{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 400px;
    position: relative;
    border-radius: 25px;
}
.service-content{
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-content h2{
    font-size: 27px;
    line-height: 30px;
    font-family: 'Glegoo-Bold';
    text-align: left;
    margin-bottom: 15px;
}


.service-sec{
    margin-bottom: 100px;
}
.t-right h2,.t-right p{
    text-align: right !important;
}
.services h3{
    font-size: 23px;
    line-height: 32px;
    max-width: 1000px;
    margin:0 auto 100px auto;
    text-align: center;
    font-family: 'Roboto-Regular';
}
.client-page{
    padding: 100px 0;
}
.client-list .client-logo{
    margin: 15px;
    border: 0 !important;
}
.client-list .list-block {
    overflow: hidden;
    display: block;
    transition: all 0.5s ease;
    border-radius: 25px;
    overflow: hidden;
    margin: 15px;
}
.client-list .list {
    background-size:125% !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    min-height: 300px;
    border: 1px solid #fff;
    transition: all 1.5s ease;
    position: relative;
     border-radius: 25px;
}
.client-list .list-block .list:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 30%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(6,27,65,0)),to(rgba(44,14,51, .60)));
    background: -webkit-linear-gradient(top,rgba(6,27,65,0) 0%,rgba(44,14,51, .60) 100%);
    background: -o-linear-gradient(top,rgba(6,27,65,0) 0%,rgba(44,14,51, .60) 100%);
    background: linear-gradient(to bottom,rgba(6,27,65,0) 0%,rgba(44,14,51, .60) 100%);
    z-index: 2;
}

.client-list .list .content {
    display: flex;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 35px;
    align-items: flex-end;
    z-index: 99;
    font-size: 21px;
    color: #fff;
    font-family: 'Roboto-Regular';
}
.projects{
    padding: 100px 0;
}
.projects .list{
    margin: 25px;
}

.projects .list .image{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height:350px;
    border-radius: 25px;
}
.projects .content{
    padding: 35px;
}
.projects .content h3{
    font-size: 27px;
    line-height: 30px;
    font-family: 'Glegoo-Bold';
    margin-bottom: 10px;
}
.vision{
    padding:0 0 100px 0;
}
.vision .list {
    background: rgb(230 255 234 / 10%);
    display: block;
    font-size: 22px;
    min-height: 480px;
    color: #333;
    position: relative;
    border: 1px solid #ccc;
     box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 25px 0;
    line-height: 22px;
    position: relative;
    margin:15px;
    border-top-left-radius: 50%;
    border-top-right-radius:50%;
}
.vision .list:before {
    position: absolute;
    left: 0;
    right: 0;
    top:17px;
    bottom: 0;
    margin: auto;
    width: 90%;
    min-height: 300px;
    content: "";
    border-top-left-radius: 50%;
    border-top-right-radius:50%;
    background: url(../img/mid_bg.png);
      background-size: cover !important;
    background-position: center !important;

}
.vision .list img {
    max-width: 75px;
    margin: auto;
    margin-top: 25px;
}
.vision .list h3 {
    font-size: 27px;
    padding: 25px 0;
    font-family: 'Glegoo-Bold';
    color: #000;
}
.vision .list p{
    padding:0 35px 10px 35px;
}
.logo img{
    max-width: 250px;
    border-radius: 2px;
}

.hamburger-menu{
    position: fixed;
    top: 35px;
    width: 35px;
    height: 35px;
    right: 35px;
    z-index: 9999;
    display: none;
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #38adbc;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
  top: 3px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
  top: 13px;
}

.hamburger-menu span:nth-child(4) {
  top: 25px;
}

.hamburger-menu.open span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
  transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
  }
  .craft{
    font-size: 17px;
    line-height: 27px;
    font-family: 'Roboto-Regular';
    color: #444;
  }
  .craft a{
    color: #555;
  }
  .ndis{
    padding-bottom: 100px;
    background: linear-gradient(to top, rgb(211 206 206 / 35%) 0, rgba(0, 0, 0, .0) 100%);
    position: relative;
  }
  .ndis:after{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/ndis-bg.png);
    background-size: cover !important;
    background-position: center !important;
    opacity: .15;
  }
  .ndis h2{
    font-size: 50px;
    line-height: 60px;
    font-family: 'Glegoo-Bold';
    color: #333;
    margin-bottom: 25px;
  }
  

.ndis a{
    display: block;
    background: #afefba;
    color: #333;
    text-align: center;
    padding: 15px 25px;
    font-size: 19px;
    border: 0;
    font-family: 'Roboto-Regular';
    max-width: 300px;
    margin: auto;
}
.ndis-content{
    padding: 75px 0;
    text-align: center;
}

 .ndis-content h2{
    font-size: 35px;
    line-height: 40px;
    font-family: 'Glegoo-Bold';
    color: #333;
    margin-bottom: 25px;
  }
  .ndis-content h3{
    font-size: 21px;
    line-height: 30px;
    font-family: 'Glegoo-Bold';
    color: #333;
    padding-bottom: 15px;
  }
   .ndis-content h4{
    font-size: 30px;
    line-height: 35px;
    font-family: 'Glegoo-Bold';
    color: #333;
    padding: 25px 0;
  }
 
 .ndis-sec{
    position: relative;
    z-index: 1;
 }



 .ndis-value-sec .block .content {
    background: -webkit-linear-gradient(to top, rgba(211, 206, 206, 0.17) 0%, rgba(0, 0, 0, 0) 100%) !important;
    background: linear-gradient(to top, rgba(211, 206, 206, 0.17) 0%, rgba(0, 0, 0, 0) 100%) !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    min-height: 350px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: center;
    margin: 15px;
}
 .ndis-value-sec .block img{
    max-width: 100px;
    margin: auto;
 }
 .top-ndis{
    margin-top: 35px;
    margin-left: 25px;
 }
.top-ndis img{
  max-width: 150px;
}