/* Base */
*{
  margin: 0;
  padding: 0;
  
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.blue{
    background: #0181f5;
    background: -moz-linear-gradient(top, #0181f5 0%, #5db2ff 100%);
    background: -webkit-linear-gradient(top, #0181f5 0%, #5db2ff 100%);
    background: linear-gradient(to bottom, #0181f5 0%, #5db2ff 100%);
  color: #ffffff;
}

.green{
    background: #00d363;
    background: -moz-linear-gradient(top, #00d363 0%, #37ef8d 100%);
    background: -webkit-linear-gradient(top, #00d363 0%, #37ef8d 100%);
    background: linear-gradient(to bottom, #00d363 0%, #37ef8d 100%);
   color: #ffffff;
}

.orange{
    background: #fd8e5e;
    background: -moz-linear-gradient(top, #fd8e5e 0%, #fd8e5e 100%);
    background: -webkit-linear-gradient(top, #fd8e5e 0%, #fd8e5e 100%);
    background: linear-gradient(to bottom, #fd8e5e 0%, #fd8e5e 100%);
    color: #ffffff;
}

.purple{
    background: #615cfd;
    background: -moz-linear-gradient(top, #615cfd 0%, #d465ef 100%);
    background: -webkit-linear-gradient(top, #615cfd 0%, #d465ef 100%);
    background: linear-gradient(to bottom, #615cfd 0%, #d465ef 100%);
    color: #ffffff;
}

.light_blue{
    background: #0181f5;
    background: -moz-linear-gradient(top, #0181f5 0%, #5db2ff 100%);
    background: -webkit-linear-gradient(top, #0181f5 0%, #5db2ff 100%);
    background: linear-gradient(to bottom, #0181f5 0%, #5db2ff 100%);
    color: #ffffff;
}

.light_purple{
    background: #a64eee;
    background: -moz-linear-gradient(top, #a64eee 0%, #3c35ce 100%);
    background: -webkit-linear-gradient(top, #a64eee 0%, #3c35ce 100%);
    background: linear-gradient(to bottom, #a64eee 0%, #3c35ce 100%);
    color: #ffffff;

}


/*--------------------------NAVBAR-------------------------------*/
nav{
  z-index: 1;
}

.navbar-toggler-icon {
    position: relative;
    color: #fff;
    outline: none;
  }

  @media(max-width: 767px){
    .navbar-toggler-icon > i{
      font-size: 17px !important;
      margin-left:-50px !important;
     
    }
  
  }


  .menu{
    border:1px solid #fff;
    width:20%;
    min-height: 672px;
    background:#fff;
    position:absolute;
    z-index: 1;
    margin-top: -60px;
   display: none;
  }
  @media(max-width: 767px){
    .menu{
      width:60% !important;
      min-height: 370px;
    }
    .menu-content > ul > i > li {
      list-style-type: none;
      margin-bottom: 10px;
    }
  }
  .display{
   display: block;
  }
  .hide{
    display: none;
  }

  .menu > .close > button > i{
    font-size: 20px;
    width:30px;
    height: 25px;
    color: #fff;
  }
  .menu > .close > button{
    margin-right: 15px;
    margin-top: 30px;
    border:none;
    outline: none;
    background-color:#007bff;
  }

 .menu-content > ul{
   margin-top: 70px;
   margin-left: 40px;
 }
 .menu-content > ul  > li {
  list-style-type: none;
  margin-bottom: 30px;
}

.menu-content > ul  > li > a{
  text-decoration: none;
  font-family:'Courier New', Courier, monospace;
  font-size: 17px;
  color: grey;
  text-transform: uppercase;
}
.menu-content > ul  > li > a > i{
  padding-right: 3%;
}
.menu-content > ul > button{
  margin-top: 20px;
}
.menu-content > ul  > li > a:hover{
  color: #17a2b8;
  transition: .5s ease all;
}
 .active{
  color: #007bff !important;
}






/*<!--===================Body wrapper Section=========================-->*/
.banner{
  width: 100%;
  position: relative;
  margin-top: -100px;
}
.bg{
  padding: 0;
  z-index: 1;
  width: 100%;
  min-height:600px;

}
@media(max-width: 767px){
  .bg{
    min-height: 500px !important;
  }
  .gallery-btn{
    font-weight: bolder;
    font-size: 13px !important;
    text-transform: uppercase;
  }
  .contact_form_quote{
    display: none;
  }
}
@media(max-width: 767px){
  .bg-content > h2{
 font-size: 40px !important;
 font-weight: bold;

}
.bg-content{
 color: #fff;
 text-align: center;
 transform: translateY(215px) !important;
 width: 100%;
}

.bg-content > p{
 font-size: 15px;
 width:90%;
 margin:5% 5%;
}
}





.bg2{
  background-image: url('../images/gallery/prop7.jpg');
  background-blend-mode: overlay;
  background-color: rgba(10,10,20,.5);
  background-size: cover;
  background-position: 0px 0px;
  opacity: .9;
  z-index: -1;
  background-attachment: fixed;

}
.bg-content{
  color: #fff;
  text-align: center;
  transform: translateY(240px);
}

.bg-content > h2{
  font-size: 37px;
  font-weight: bold;

}


#active{
  color:#6cadb7;
}






/*end */



/* start of galler-body--> */
.about_one{
  width: 100%;
  min-height: 300px;
  border:1px solid #fff;
  margin-top: 50px;
}

.about_one > .container > .row{
  margin-top: -100px;
}

.about_one-head{
  margin-top: 150px;
}



.custom-cont{
  width:65%;
  margin: 0% 17.5%;
}

@media(max-width:767px){
  .custom-cont{
  width:90%;
  margin: -23% 5%;
}

 .about_one-head >.custom-cont > p{
  margin-top: -10px;

 }

}


 .about_one-head >.custom-cont > p{
    line-height: 1.7;
    color: gray;
    font-weight: 300;
    font-size: 15px !important;
    opacity: .8;

 }

 .about_one-head > .custom-cont > h3{
  font-size: 30px !important;
 line-height: 30px !important;
}

.about_one-head > .custom-cont > h3{
  font-size: 40px;
 line-height: 45px;
  font-weight: 900;
  color: #000;
 font-family: segoe ui;
 margin-bottom: 20px;
 }

 .about_one-head >.custom-cont > p{
    line-height: 1.7;
    color: gray;
    font-weight: 300;
    font-size: 1.15rem;
    opacity: .8;

 }

 .about_one-text > h3{
  text-transform: capitalize;
  color: #17a2b8;
  font-family: arial;
  font-weight: 600;
 }

 .about_one-text > p{
   line-height: 1.7;
    color: gray;
    font-weight: 300;
    font-size: 1rem;
    opacity: .8;
 }

 @media(max-width:767px){
  .about_one-text > h3{
   font-size: 22px !important;
 }

 .about_one-text > p{
   font-size: 16px !important;
 }

 .about_one-text{
  margin-top: 130px !important;
  position: relative;
 }

 .about_one-img{
  display: none;
 }


}



/*End*/



/*<!--===================About Section=========================-->*/
.about{
  width:100%;
  min-height: 400px;
  margin-top: 150px;
}
.about-img{
  width: 99%;
  min-height: 450px;
  background-size: contain;
  background-image: url(../images/about2.png);
}

.about-content > h3{
  font-size: 36px;
 line-height: 45px;
  font-weight: 900;
  color:#000;
 font-family: segoe ui;
  }

  .about-content > p{
    color: #777777;
    padding: 18px 0px 30px;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  @media(max-width: 767px){
    .about-content > h3{
   font-size: 26px;
   line-height: 29px;
  font-weight: 700;
  color:#000;
  margin-top: -120px !important;
 font-family: segoe ui;
  }

  .about-content > p{
    color: #777777;
    padding: 18px 0px 30px;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 15px;
  }

  .about-content > a >  button{
    margin-top: -35px !important;
    margin-bottom: 15px;
  }
  }


/*<!--===================End About Section=========================-->*/

/*<!--===================Countdown/subscribe Section=========================-->*/
.counter_section{
  border:1px solid rgba(0,0,0,.7);
  min-height: 420px;
  margin-top: 105px;
  background-image: url(../images/background/bg1.jpg);
  background-blend-mode: overlay;
  background-attachment: fixed;
  background-color: rgba(0,0,0,.8);
  background-size: cover;
  display: none;
  color: #ffffff;
}

.counter_content > i{
  font-size: 30px;
  color: #17a2b8;
}

.move {
  margin-top: 160px;
}

.counter{
  font-size: 42px;
  padding: 10px 0px;
}






/*============================Start Service section ======================================*/
 .service_section{
     width: 100%;
     min-height: 600px;
     margin-top: 70px;
 }

 .service_head > h3{
  font-size: 36px;
    font-weight: 600;
    line-height: 76px;
    color: #001D38;
    position: relative;
    z-index: 0;
    padding-bottom: 15px;
 }

 .service_content{
  border:1px solid  #E8E8E8;
  min-height: 350px;
  margin-bottom: 40px;

 }
 .service_content:hover{
     top: -10px;
    transition: .5s ease all;
    -webkit-box-shadow: 0 2px 22px -1px rgba(0, 0, 100, 0.3);
    box-shadow: 0 2px 22px -1px rgba(0, 0, 100, 0.3); 
 }

 .service_content > h3{
  font-size: 22px;
    color: #001D38;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 12px;
 }

 .service_content > p{
  font-size: 15px;
    font-weight: 400;
    color: #727272;
    line-height: 28px;
    margin-bottom: 6px;
    width: 90%;
    margin: 5% 5%;
 }

 .service_img > img{
  width: 60px;
  height: 60px;
  margin-top: 12px;
 }

 .service_img{
  text-align: center;
  width: 26%;
  margin:3% 37%;
  border-radius: 100%;
  min-height: 85px;
 }

/*============================End Service section ======================================*/


/*============================start experience Service section ======================================*/
.contact_form_quote {
  padding-top: 0px;
  padding-bottom: 100px;
  margin-top: 50px;
  border:1px solid rgba(0,0,0,.8);
  background-image: url(../images/background/bg1.jpg);
  background-blend-mode: overlay;
  background-attachment: fixed;
  background-color: rgba(0,0,0,.8);
  background-size: cover;
  color: #ffffff;
}

.form_wrap{
  margin-top: 85px;
  border:1px solid #ffffff;
  padding: 30px;
  background: #ffffff;
}

.contact_thumb{
  margin-top: 30px;
}
.service-experience{
  margin-top: 194px;
}

.service-experience > h3{
 text-transform: capitalize;
  color:  #17a2b8;
  font-family: arial;
  margin-top: 25px;
  font-weight: 600;
 }

 .service-experience > p{
   line-height: 1.7;
    color: #ffffff;
    font-weight: 300;
    font-size: 1rem;
    opacity: .8;
    margin: 30px 0px 10px 0px;
    width: 100%;

 }

.contact_thumb > img{
  margin: 0px 0px;
}


.contact_form_quote .form_wrap {
  margin-bottom: 30px;
}

.contact_form_quote .form_wrap h3 {
  font-size: 37px;
  font-weight: 500;
  color: #001D38;
  margin-bottom: 51px;
}

@media(max-width: 767px) {
 
  .contact_form_quote .form_wrap h3 {
    font-size: 38px;
  }
  
}


.contact_form_quote .form_wrap form input, .contact_form_quote .form_wrap form textarea {
  height: 36px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #E8E8E8;
  font-size: 15px;
  margin-bottom: 30px;
  padding-bottom: 15px;
}


.contact_form_quote .form_wrap form input::placeholder, .contact_form_quote .form_wrap form textarea::placeholder {
  color: #727272;
  font-weight: 300;
  font-size: 15px;
}


.contact_form_quote .form_wrap form textarea {
  height: 40px !important;
  resize: none;
  margin-top: 70px;
}


.contact_form_quote .form_wrap form button {
  width: 100%;
  text-align: center;
  padding: 13px;
}


.contact_form_quote .contact_thumb {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}


.contact_form_quote .contact_thumb img {
  width: 100%;
}




.boxed-btn3 {
  background: -moz-linear-gradient(top, #0181f5 0%, rgba(93, 178, 255, 0.99) 100%);
  background: -webkit-linear-gradient(top, #0181f5 0%, rgba(93, 178, 255, 0.99) 100%);
  background: linear-gradient(to bottom, #0181f5 0%, rgba(93, 178, 255, 0.99) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0181f5', endColorstr='#fc5db2ff',GradientType=0 );
  color: #fff;
  display: inline-block;
  padding: 19px 41px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.boxed-btn3:hover {
  background: -moz-linear-gradient(right, rgba(1, 129, 245, 0.96) 0%, rgba(93, 178, 255, 0.96) 100%);
  background: -webkit-linear-gradient(right, rgba(1, 129, 245, 0.96) 0%, rgba(93, 178, 255, 0.96) 100%);
  background: linear-gradient(to left, rgba(1, 129, 245, 0.96) 0%, rgba(93, 178, 255, 0.96) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f50181f5', endColorstr='#f55db2ff',GradientType=0 );
  color: #fff !important;
}

.boxed-btn3:focus {
  outline: none;
}

.boxed-btn3.large-width {
  width: 220px;
}

.shift{
  margin: 0px 35px !important;
}










 /* <!--===================conatct Section=========================-->*/

/*patnership*/

.patnership{
  background:rgb(26, 25, 25);
}

.patner_logo{
  padding: 15% 0%;
  width: 200px;
}
@media (max-width: 767px) {
  
  .patnership{
    background:rgb(26, 25, 25);
    display: none;
  }
  }
/* <!--===================Footer Section=========================-->*/
.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer .footer_top {
  padding-top: 145px;
  padding-bottom: 129px;
  background: #fff;
}

@media (max-width: 767px) {
  .footer .footer_top {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

.footer .footer_top .footer_widget .footer_title {
  font-size: 22px;
  font-weight: 600;
  color: #001D38;
  text-transform: capitalize;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .footer .footer_top .footer_widget .footer_title {
    margin-bottom: 20px;
  }
}

.footer .footer_top .footer_widget .footer_logo {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .footer .footer_top .footer_widget .footer_logo {
    margin-bottom: 20px;
  }
}
.footer .footer_top .footer_widget p {
  color: #919191;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
}

.footer .footer_top .footer_widget p a {
  color: #919191;
}

.footer .footer_top .footer_widget p a:hover {
  color: #5DB2FF;
}

.footer .footer_top .footer_widget p.footer_text {
  font-size: 16px;
  color: #B2B2B2;
  margin-bottom: 23px;
  font-weight: 400;
  line-height: 28px;
}

.footer .footer_top .footer_widget p.footer_text a.domain {
  color: #B2B2B2;
  font-weight: 400;
}

.footer .footer_top .footer_widget p.footer_text a.domain:hover {
  color: #5DB2FF;
  border-bottom: 1px solid #5DB2FF;
}

.footer .footer_top .footer_widget p.footer_text.doanar a {
  font-weight: 500;
  color: #B2B2B2;
}

.footer .footer_top .footer_widget p.footer_text.doanar a:hover {
  color: #5DB2FF;
  border-bottom: 1px solid #5DB2FF;
}

.footer .footer_top .footer_widget p.footer_text.doanar a.first {
  margin-bottom: 10px;
}

.footer .footer_top .footer_widget ul li {
  color: #919191;
  font-size: 13px;
  line-height: 32px;
  list-style-type: none;
}

.footer .footer_top .footer_widget ul li a {
  color: #919191;
  text-decoration: none;
  font-weight: 400;
}

.footer .footer_top .footer_widget ul li a:hover {
  color: #5DB2FF;
}

.footer .footer_top .footer_widget .newsletter_form {
  position: relative;
  margin-bottom: 20px;
}

.footer .footer_top .footer_widget .newsletter_form input {
  width: 100%;
  height: 50px;
  background: #fff;
  padding-left: 20px;
  font-size: 15px;
  color: #000;
  border: none;
  border: 1px solid #E8E8E8;
  border-radius: 30px;
}

.footer .footer_top .footer_widget .newsletter_form input::placeholder {
  font-size: 15px;
  color: #919191;
}

.footer .footer_top .footer_widget .newsletter_form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  border: none;
  font-size: 14px;
  color: #fff;
  background: #5DB2FF;
  padding: 10px;
  padding: 0 22px;
  cursor: pointer;
  border-radius: 30px;
  top: 5px;
  right: 5px;
  font-size: 13px;
  font-weight: 500;
}

.footer .footer_top .footer_widget .newsletter_text {
  font-size: 13px;
  color: #919191;
  line-height: 26px;
}

.footer .copy-right_text {
  padding-bottom: 30px;
  background: #fff;
  margin-top: -80px;
}

.footer .copy-right_text .footer_border {
  border-top: 1px solid #E8E8E8;
  padding-bottom: 30px;
}

.footer .copy-right_text .copy_right {
  font-size: 15px;
  color: #919191;
  margin-bottom: 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  .footer .copy-right_text .copy_right {
    font-size: 13px;
  }
}

.footer .copy-right_text .copy_right a {
  color: #5DB2FF;
}

.footer .socail_links {
  margin-top: 22px;
}

@media (max-width: 767px) {
  .footer .socail_links {
    margin-top: 30px;
  }
}

.footer .socail_links ul li {
  display: inline-block;
  list-style-type: none;
}

.footer .socail_links ul li a {
  text-decoration: none;
  font-size: 15px;
  color: #C3B2F0;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px !important;
  margin-right: 7px;
  color: #FFFFFF;
  line-height: 40px !important;
  border: 1px solid #E8E8E8;
  color: #E8E8E8;
}


.footer .socail_links ul li a:hover {
  color: #fff !important;
  background: #5DB2FF;
  border-color: transparent;
}

/*<!--===================End Footer Section=========================-->*/



















/*validate*/
