/* navbar*/
@font-face {
  font-family: lato;
  src: url(font/lato.ttf);
}

/* sub menu*/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
/**/
.navbar-custom{
    background: white;
}

.navbar a{
  color:black;
}

.navbar a:hover{
  background-color: #2b536b;
  color: #fff;
}


.navbar a:hover img{
  background-color: #fff;
  color: #fff;
}

.navbar-brand{
    padding: 0px;
 }

 body {
  font-family: lato;
 }

 #main-nav{
  padding:0rem;

 }

p{
  text-align: justify;
}

div.appr{
  text-align: justify;
}

.fa-check{
  font-size: 25px;
}

.p-4{
  padding: 1rem!important;
}
.p-5{
  padding: 3rem!important;
  background-color: #9a9a9a!important;
}

h1{
  text-align: center;
}

.display-4{
  font-size: 2rem;
}

.mt-0{
  font-weight: bold;
}

.team3 .img-fluid{
  height: 230px;
  width: auto;
  margin: auto;
  display: block;
  border-radius: 50%;
}

q{
  font-style: italic;
  font-weight: bold;
}
#page-contact h1{
  color: #fff;
}

.bg1{
  background: url('../img/background/bg1.jpeg');
  height: 180px;
  display: inline-block;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 75px;
}

.bg2{
  background: url('../img/background/bg2.jpeg');
  height: 180px;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 75px;
}

.bg3{
  background: url('../img/background/bg3.png');
  height: 180px;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 75px;
}

.bg4{
  background: url('../img/background/t20.png');
  height: 180px;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 75px;
}

.blockquote p{
  font-weight: bold;
}

/* Header */
.masthead {
  height: 100vh;
  min-height: 600px;
  background-image: url('../img/slider-new-8.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.down{
  top: 140px;
}

.card-header{
  text-align: center;
}

.know-more{
  position: absolute;
  bottom: 10px;  
  right: 35%;
  background-color: #2b536b; 
  border: none;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
  /* margin: 4px 111px; */
  cursor: pointer;
  color: white;
}

.know-more1{
  background-color: #2b536b; 
  border: none;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
  /* margin: 4px 111px; */
  cursor: pointer;
  color: white;
}

.know-more1:hover{
  background-color: #1c3e53;
  color: white;
}
.know-more1 a{
  text-decoration: none;
  color: white;
}


.know-more:hover{
  background-color: #1c3e53;
  color: white;
}
.know-more a{
  text-decoration: none;
  color: white;
}

.card-body{
  padding: 10px;
}

.card-title{
  margin-bottom: 0px;
}

footer .text-white{
  color: #D1D1D1;
}

footer a{
  text-decoration: none;
  color: white;
}

footer a:hover{
  color: wheat;
}

footer ul{
  margin-bottom: 0em;
}

.page-footer.pt-4{
  padding-top: 5px!important;
  width: 100%;
}

footer hr{
  margin-top: 0px;
  margin-bottom: 5px;
}

@media screen and (min-width:100px){
  p.heading{
    font-size: 30px;
  }
  .down{
    margin-top: 2rem;
  }
  .masthead h3{
    font-size: 20px;
  }

  .alfahead h3{
    font-size: 20px;
  }

  p.mobilebr{
    display: inline;
  }

}
@media screen and (min-width: 993px) {


  p.heading{
    padding-top: 4.25rem;
    font-size: 35px;
  }
  .masthead h3{
    font-size: 22px;
  }
  .alfahead h3{
    font-size: 22px;
  }


  .tabsarea{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: rgb(247, 245, 245);
    background-color: rgb(6, 26, 68);
    padding: 50px;
  }

  #subheading2{
    display: none;
  }

  p.mobilebr{
    display: none;
  }

  .card-columns{
    column-count: auto;
  }
}
@media screen and (max-width: 992px) {

  p.heading{
    padding-top: 4.25rem;
    font-size: 45px;
    font-weight: 600;
  }


  .tabsarea{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    color: rgb(247, 245, 245);
    background-color: rgb(6, 26, 68);
    padding: 50px;
  }

  #subheading1{
    display: none;
  }

  p.mobilebr{
    display: none;
  }


  .card-columns{
    column-count: 2;
  }
}

@media screen and (max-width:770px){
  p.heading{
    padding-top: 3.25rem;
    font-size: 40px;
    text-align: center;
  }

  .masthead h3{
    font-size: 25px;
    text-align: center;
  }
  .alfahead h3{
    font-size: 25px;
    text-align: center;
  }


  p.mobilebr{
    display: none;
  }


  .card-columns{
    column-count: 1;
  }

  
  .masthead {
    background-position: left;
  }
  .butns a{
    margin: 0 auto;
  }
  
  .bg1{
    background-size: auto;
  }
  .bg2{
    background-size: auto;
  }

  .bg3{
    background-size: auto;
  }
  
  .bg4{
    background-size: auto;
  }
}

@media screen and (max-width: 600px) {

  p.heading{
    
    padding-top: 3.0rem;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
  }
  h3.carousal-inner-text{
    font-size: 22px;
    text-align: justify;
    margin-right: 10px;
  }

  img.d-block{
    background-size: contain;
  }

  div.container.tabsarea{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: rgb(247, 245, 245);
    background-color: rgb(6, 26, 68);
    padding: 20px;
  }

  #subheading1{
    display: none;
  }

  p.mobilebr{
    display: none;
  }

  .card-columns{
    column-count: 1;
  }

  .bg1{
    background-size: auto;
  }
  .bg2{
    
    background-size: auto;
  }

  .bg3{
    background-size: auto;
  }
  
  .bg4{
    background-size: auto;
  }

  .masthead {
    background-position: left;
  }
  .masthead a{
    margin: 0 auto;
  }
  
  .alfahead a{
    margin: 0 auto;
  }
}

@media screen and (max-width:443px){
  p.heading{
    padding-top: 3.0rem;
    font-size: 35px;
  }
  .masthead h3{
    font-size: 25px;
  }
  
  .alfahead h3{
    font-size: 25px;
  }

  p.mobilebr{
    display: inline;
  }

}







.carousal-inner-text{
  color: #d23539
  }

.carousel-caption{
  z-index:0;
  left:3%;
  bottom:80px;
  color:#2b536b;
}

/* div.slideleft {
    width:100%;
    overflow:hidden;
  }
  div.slideleft p {
    animation: slideleft 2s;
  }

  @keyframes slideleft {
    from {
      margin-left: 100%;
      width: 300%;
    }

    to {
      margin-left: 0%;
      width: 100%;
    }
  }



  .carousel-image-1 {
    background: url('../img/slider1.jpeg');
    background-size: cover;
  }

  .carousel-image-2 {
    background: url('../img/slider2.jpeg');
    background-size: cover;
  }

  .carousel-image-3 {
    background: url('../img/slider3.jpeg');
    background-size: cover;

  }

  .cap2{
    padding-bottom: 190px;
} */


/* SERVICE */
#ser{
  /* background-image: url(../img/ser.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 600px; */
  background-color: #2b536b;
}

.sertext{
    text-align: justify;
    padding-top: 1rem;
    max-height: 10px;
}

.card-custom{
    min-height: 550px;
}

.card-custom2{
  min-height: 550;
}

.headsize{
    min-height: 50px;
}

@media (min-width: 34em) {
  .cardres {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
  }
}

@media (min-width: 48em) {
  .cardres {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
  }
}

@media (min-width: 62em) {
  .cardres {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
  }
}

@media (min-width: 75em) {
  .cardres {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
  }
}



/* OUR APPROACH  */
.read{
    position: relative;
}

#cd .card{
  width: auto;
}
/*
#cd .childr{
  width: 300px;
  margin-left:20px ;
}
*/

#explore-section .fas{
  /* background-color: rgb(129, 61, 61);
   color: white; */
   padding:5px ;
   border-radius: 5px;

}

.im{
  height: 100%;
}




/* card cols  */
.card-img{
    height: 300px;
    width: auto;
}


.cb{
    position: absolute;
    bottom: 0px;
    text-align: justify;

}

/*Banner Pop up*/


/* video play */

.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);

  }

  .black_overlay {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}



  #video-play {
    position: relative;
    min-height: 200px;
    /* max-width: 1334px;  */
    background: url('../img/background/bg3.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
  }

  #video-play a {
    color: #fff;
  }


/* partner */
 .pimg{
    width: 170px;
    height: 150px;
}




/* .pad5{
  padding:5px;
} */

/* PAGE HEADER */

#page-header {
  height: 200px;
  background-repeat: no-repeat;
  /* background-position: 0 -360px; */
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 75px;
}

#page-contact{
  height: 200px;
  background:url("../img/background/contact-bg.png");
  background-repeat: no-repeat;
  /*background-position:0 -250px;
  background-size: cover;*/
  background-attachment: fixed;
  color:#000000;
  border-bottom: 1px #eee solid;
  padding-top: 75px;
}

#page-t20{
  height: 200px;
  background:url("../img/background/t20.png");
  background-repeat: no-repeat;
  /*background-position:0 -250px;
  background-size: cover;*/
  background-attachment: fixed;
  color:#000000;
  border-bottom: 1px #eee solid;
  padding-top: 75px;
}
/* FREQUENTY ASKED QUEST */
/* #faq .card {
    border: #444;
  }

  #faq a {
    color: #fff;
    text-decoration: none;
  }

  #faq .card-body,
  #faq .card-header {
    background: rgb(99, 91, 91);
  } */

/* contact */

  #contact{
    background-color:#f5f5f5;
}




/* FOOTER */
.page-footer{
    background-color: #2b536b;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;

}

.fsize{
  font-size: 15px;
}

.fhsize{
  font-size: 18px;
  font-weight: 700;

}

.heading{
    font-size: 55px;
    font-weight: 600;
}


.carouselExampleIndicators{

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 680px;


}

/* TABS */



#tabs{
  /* background-image: url('../img/ser.jpeg');
  background-repeat: no-repeat;
  background-size: cover; */
  min-height: 300px;

}

/* logo center */
/* .midlogo{
  height: 50px;;
}
 */

/* left right */

.how-section1{
  margin-top:-15%;
  padding: 10%;
  position: relative;
}
.how-section1 h4{
  color: #ffa500;
  font-weight: bold;
  font-size: 30px;
}
.how-section1 .subheading{
  color: #3931af;
  font-size: 20px;
}
.how-section1 .row
{
  margin-top: 10%;
}
.how-img
{
  text-align: center;
}
.how-img img{
  height: 250px;
  width: 80%;
}


/* team */

.team3 {
  color: #000;
  font-weight: 300;
}

.team3 h1,
.team3 h2,
.team3 h3,
.team3 h4,
.team3 h5,
.team3 h6 {
  color: #000;
}

.team3 .font-weight-medium {
  font-weight: 500;
}

.team3 .bg-light {
  background-color: #f4f8fa !important;
}

.team3 .subtitle {
  color: #4f5050;
  line-height: 24px;
  font-size: 13px;
}


.team3 h5 {
  line-height: 22px;
  font-size: 18px;
}

.team3 ul li a {
  color: #2b536b;
  padding-right: 15px;
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.team3 ul li a:hover {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
	color: #316ce8;
}

.team3 .title {
  margin: 30px 0 0 0;
}

.team3 .subtitle {
  margin: 0 0 20px 0;
  font-size: 13px;
}

/* jumbotron */

.btnjumb{
  background-color: #2b536b; 
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
  /* margin: 4px 111px; */
  cursor: pointer;
  color: white;
}


.btnjumb:hover{
  background-color: #1c3e53;
  color: white;
}

.btnjumb a{
  text-decoration: none;
  color: white;
}

/* know more contact*/
 /*.jumbotron
{   
    padding-top: 25px;
    padding-bottom:25px; 
    background-image:url('../img/we-do.png');
    background-size: cover;
    background: contain; 
    width: 100%; 
    height: 200px;
    max-height: 200px; 
     max-width:400px;   
 } */

 .card-img-top{
   height: auto;
   width: 100%;
   display: block;
   margin-left: auto;
   margin-right: auto;
 }

 /* mile2 section */
 .mile2logo{
   height: 300px;
   max-height: 300px;
   width: 300px;
   max-width: 300px;
 }

 /* .cfooter{
  height: 40px;
  max-height: 60px;
 } */
 

 .cheight{
  height: auto;
  min-height: 650px;
 } 