@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,800&display=swap');

body{
    font-family: 'Poppins' !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* navbar css */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

.navbar{
    background: #00539CFF;
    letter-spacing: 1px;    
}
/*
.dropdown {
    position:static !important;
    
}
.dropdown-menu {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    margin-top: auto !important;
    width: 100% !important;
}
.dropdown-menu.arrow-top {
    margin-top: 40px;
  }
  /* .dropdown {padding-bottom:15px;padding-top: 0px;} */


/*
  .dropdown-menu.arrow-top:after {
    content: " ";
    position: absolute;
    right: 370px;
    top: -15px;
    border-top: none;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid white;
  }


*/

/* introduction part css*/
.introduction{
    height: 90vh;
    position: relative;
    background-color: #00539CFF;
    margin-top: 4.4rem;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Poppins';
}
.introduction img{
    margin-top: 20%;
}
.introduction h3{
    margin-top: 6%;
}
.introduction button:focus{
    box-shadow: none;
    outline: none;
    
}

/* wave under the introduction part*/
.custom-shape-divider-bottom-1607104534 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    
}

.custom-shape-divider-bottom-1607104534 svg {
    position: relative;
    display: block;
    width: calc(206% + 1.3px);
    height: 115px;
    
}

.custom-shape-divider-bottom-1607104534 .shape-fill {
    fill: cornflowerblue;
    
}
@media (max-width:576px){
  
    .introduction img{
        height: 150px;
        width: 100%;
        margin-top: 0px;
   
    }
    .introduction h3{
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .introduction button{
        margin-top: 0.5rem;
        margin-left: 2rem;
    }
    .custom-shape-divider-bottom-1607104534 svg {
        position: relative;
        display: block;
        width: calc(206% + 1.3px);
        height: 70px;
    }
   
}
@media(min-width:577px)and (max-width:768px){
    .introduction img{
        height: 180px;
        width: 100%;
        margin-top: 0px;   
    }
    .introduction h3{
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .introduction button{
        margin-top: 0.5rem;
        margin-left: 2rem;
    }
    .custom-shape-divider-bottom-1607104534 svg {
        position: relative;
        display: block;
        width: calc(206% + 1.3px);
        height: 85px;
    }
}





/* services css */
/* .services{
    background: cornflowerblue;
}
.services h3{
    font-weight: 600;
}
.services .card-footer{
    background: white;
}
.services button{
    border: 2px solid #b58ecc;
    color: #b58ecc;
}
.services button:focus{
    box-shadow: none !important;
    outline: none !important;
}
.services button:hover{
    background: #b58ecc;
    color: white;
    transition: .4s ease-out;
}

@media (max-width:576px){
    .card-deck{
        margin-left: 2rem;
        margin-right: 2rem;        
    }
} */
.services{
    font-family: 'Poppins';
    background: cornflowerblue;
    padding-top: 2rem;
    padding-bottom: 5rem;
    position: relative;
}
.services .right-part a{
    text-decoration: none;
}
.services .left-part p{
    line-height: 1.6;
    font-size: 17px;
}
.services .left-part button{
    border-radius: 20px;
    background: whitesmoke;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    height: 40px;
    width: 140px;
}
.services .left-part button:hover{
    border: 2px solid darkorange;
    transition: 0.1s ease;
    color: darkorange;
}
.services .right-part h6{
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    color: black;
}

.services .right-part .card{
    border-radius: 10px;
}
.services .right-part .card:hover{
    background-color: #f8f9d2;
    background-image: linear-gradient(315deg, #f8f9d2 0%, #e8dbfc 90%);
    transition: .4s ease-in-out;
}
.services .right-part .card img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:576px){
    .services{
        padding-top: 2rem;
    }
    .services .left-part{
        margin-top: 0rem;
    }
}
@media (min-width:577px) and (max-width:768px){
    .services{
        padding-top: 2rem;
    }
    .services .left-part{
        margin-top: 0rem;
    }
}








/*part3 css */

.part3{
    position: relative;
    background-color: #00539CFF;
    padding-top: 6rem;
}
.counters{
    background-color: #00539CFF;
      
}
.counters h1{
    font-weight: 600;    
}
.counters .heading{
    color: #BDD4E7;
}
.counters p,.number{
    color: #BDD4E7;
}
.counters .row{
    border-bottom: 1px solid #BDD4E7 ;
}
.counters .fa-check-circle{
    color: #80FF72;
}
.counters .fa-users{
    color: #EC9F05;
}
.counters .fa-coffee{
    color: #D387AB;
}

@media (max-width : 576px){
    .counters .row{
        border-bottom: none;
    }   
}



/* svg under part3 */
.custom-shape-divider-top-1607093358 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1607093358 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 59px;
}

.custom-shape-divider-top-1607093358 .shape-fill {
    fill: cornflowerblue;
}





/* send message home page */
.homeSendMsg{
    position: relative;
    padding-top: 5rem;
    padding-bottom: 12rem;
    background: cornflowerblue;
}
.homeSendMsg .container{
    background: whitesmoke;   
}
.homeSendMsg h1{
    font-weight: 600;
}
.homeSendMsg .form-group textarea{
    resize: none;
}
.mail-icon{
    height: 100px;
    width: 100px;    
    border-radius: 50%;
    background: white;
    
}
.mail-icon .fa-envelope{
    justify-content: center;
    display: flex;
    font-size: 3rem;
    color: teal;
    padding-top: 1.5rem;
}
/* .homeSendMsg .form-control:focus{
    color: teal;
} */
.homeSendMsg .btn{
    border: 2px solid teal;
    color: teal;
}
.homeSendMsg .btn:hover{
    background: teal;
    color: white;
    transition: .4s ease-out;
}
.homeSendMsg .btn:focus{
    box-shadow: none !important;
    outline: none !important;
}
.homeSendMsg input::placeholder{
    color: teal;
}
.homeSendMsg textarea::placeholder{
    color: teal;
}




/*svg css*/
.custom-shape-divider-top-1608117550 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1608117550 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 70px;
}

.custom-shape-divider-top-1608117550 .shape-fill {
    fill: #00539CFF;
}

/* media query for homeSendMsg */

@media(max-height:576px){
    .homeSendMsg .container{
       width: 80% !important;
    }
    .homeSendMsg .container h1{
        font-size: 2rem;
    }
}

/* svg above footer waves */
.custom-shape-divider-bottom-1611918283 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1611918283 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 79px;
}

.custom-shape-divider-bottom-1611918283 .shape-fill {
    fill:  #00539CFF;
}
/* END */




/* footer css*/ 
.footer{
    padding-top: 3rem;
    background: #00539CFF;
    position: relative;
    color: white;
    
}

.footer img{
    height: 100px;
    width: 200px;
}
.footer a{
    text-decoration: none;
    color: white;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px;
}
.footer h5{
    letter-spacing: 1px;
    font-size:20px;
}
.footer p{
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px;
}
.footer #socialmedia-icons i{
    background-color:  white;		
	width: 30px;
	height: 30px;
	border-radius: 5px;
	text-align: center;
	line-height: 30px;	
	vertical-align: middle;	
    font-size: 18px ; 
    
}
.footer .fa-linkedin-in{
    color: #0e76a8;
}
.footer .fa-facebook-f{
    color: #4267B2;
}
.footer .fa-twitter{
    color: #1DA1F2;
}
.footer .fa-instagram{
    color: #833AB4;
    
}

.footer #payment-icons i{
    font-size: 40px;
}
.footer .copyright{
    background: #062957;
}
.footer img{
    height: 50px;
    width: 50px;
    margin: 0;
    padding: 0;
}




/* aboutus css */
.aboutus{
    margin-top: 4.4rem;
    background:  cornflowerblue;
    font-family: 'Poppins';
    border-bottom-right-radius: 350px;
    border-top-left-radius: 350px;
}

.aboutus h3{
    letter-spacing: 5px;
}
.aboutus h2{
    letter-spacing: 2px;
}
.aboutus .right-part h3{
    letter-spacing: 1px;
}
.aboutus .company-title{
    font-weight: 600;
}
.aboutus p{
    line-height: 1.7;
}
/* End */



/* why us section css code */
.whyus{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #5de6de;
    background-image: linear-gradient(315deg, #5de6de 0%, #b58ecc 74%);
    border-bottom-right-radius: 350px;
    border-top-left-radius: 350px;
}
.whyus h3{
    letter-spacing: 5px;
}
.whyus h2{
    letter-spacing: 2px;
}
.whyus .card h4{
    letter-spacing: 0;
}
.whyus .card:hover{
    margin-top: -8px;
    box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.2);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  background: lightskyblue;
  transition: 0.3s ease;
}
.whyus .card:hover i{
    color: yellow;
}

.whyus .card .fa-lightbulb{
    color: yellowgreen;
}
.whyus .card .fa-heart{
    color: red;
}
.whyus .card .fa-laugh-beam{
    color: lightskyblue;
}


/* End */


/* Mission class Section */
.Mission{
    padding-top: 4rem;
    padding-bottom: 4rem;  
    background-color: #5de6de;
    background-image: linear-gradient(315deg, #5de6de 0%, #b58ecc 74%);
    border-bottom-right-radius: 350px;
    border-top-left-radius: 350px;
}
.Mission h1{
    font-weight: 600;
    letter-spacing: 1px;
}
.Mission h2{
    font-weight: 600;
    letter-spacing: 1px;
}
.Mission p{
    line-height: 1.8;
    font-size: 16px;
    color: black;
}
/* END */

/* Mission class Section */
.Vision{
    padding-top: 4rem;
    padding-bottom: 4rem; 
    background-color: cornflowerblue; 
    border-bottom-right-radius: 350px;
    border-top-left-radius: 350px;
}
.Vision h1{
    font-weight: 600;
    letter-spacing: 1px;
}
.Vision h2{
    font-weight: 600;
    letter-spacing: 1px;
}
.Vision p{
    line-height: 1.8;
    font-size: 16px;
    color: black;
}
/* END */






/* gallery page css code */

.gallery{
    background: whitesmoke url('../images/svg/vertical-lines.svg') left no-repeat;
    background-attachment: fixed;
    position: relative;
    padding-bottom: 7rem;
    padding-top: 4rem;
}
.gallery h6{
    letter-spacing: 2px;
    font-weight: 600;
    color: #26ccca;
    font-size: 15px;
}
.gallery-title
{
    font-size: 36px;    
    text-align: center;
    font-weight: 600;
}
/* .gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
} */

.gallery .item i{
    color: white;
    font-size: 36px;
  }
  .gallery i{
    color: rgb(70, 70, 70);
    font-size: 38px;
  }
  .gallery .row img{
      height: 380px;
      width: 100%;
  }



.gallery-intro {
    margin-top: 4.4rem;
    background: url(https://images.pexels.com/photos/830891/pexels-photo-830891.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Poppins';

    color: white;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    position: relative;
    overflow-x: hidden;
}


.gallery-intro h1{
    z-index: 1;    
    font-family: 'Poppins';
}
.gallery-intro p{
   font-size: 1rem;
   z-index: 1;
   position: absolute;
   
}
.gallery-intro .g-data{
    z-index: 1;
    text-align: center;
    position: absolute;
    top: 40%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.Gcolor-overlay{
    width: 100%;
    height: 100%;
    background: black;
    opacity: .7;
    position: absolute;
}
.gallery-intro i{
    font-size: 12px;
    vertical-align: text-top;
}
.gallery-intro p{
    letter-spacing: 1px;
    font-size: 17px;
}
@media(min-width : 280px)and (max-width:360px){
    .gallery-intro .g-data{
        z-index: 1;
        text-align: center;
        position: absolute;
        top: 27%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media(min-width : 361px)and (max-width:768px){
    .gallery-intro .g-data{
        z-index: 1;
        text-align: center;
        position: absolute;
        top: 30%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media(min-width : 768px)and (max-width:992px){
    .gallery-intro .g-data{
        z-index: 1;
        text-align: center;
        position: absolute;
        top: 35%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}





/* svg used in gallery page for curves in gallery intro class */
.custom-shape-divider-bottom-1617219753 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1617219753 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 150px;
}

.custom-shape-divider-bottom-1617219753 .shape-fill {
    fill: cornflowerblue;
}
/* Gallery End */






/* Services Page css code */
.service-sec1{
    margin-top: 4.4rem;
    overflow-x: hidden;
    background: cornflowerblue;
}

.service-sec1 h1{
    font-size: 50px;
    font-weight: 600;
}
.service-sec1 h6{
    letter-spacing: 1px;
    font-weight: 600;
}
.service-sec1 #para-1{
    line-height: 2;
    font-size: 18px;
}

.service-sec1 .card img{
    height: 90px;
    width: 90px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.service-sec1 .card p{
    line-height: 1.7;
    font-size: 15px;
    color: #666666;
}
.service-sec1 .card a{
    text-decoration: none;
}
.service-sec1 .card .card-footer{
    position: relative;
}
.service-sec1 button{
    position: absolute;    
    margin-top: -5px;
    background-color: #9eabe4;
    color: white;

    /* to display button in center */
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    
    border-radius: 20px;    
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    height: 40px;
    width: 140px;
}

@media (max-width:576px){
    .service-sec1 h1{
        font-size: 40px;
        text-align: center;
    }
    .service-sec1 #para-1{
        text-align: center;
    }
    .service-sec1 .card{
        max-width: 100%;
    }
}
@media  (min-width:577px) and (max-width:768px) {
    .service-sec1 .card{
        max-width: 100%;
    }
}
/* END */




/* css code for class service-sec2 */
.service-sec2{
    position: relative;
    padding-top: 10rem;
    padding-bottom: 8rem;
    background: #d7e1ec;
}
.service-sec2 .main-content{
    
    width: 100%;
    background: #734ae8;
}
.service-sec2 .main-content h2{
    font-weight: 600;
    color: white;
}
.service-sec2 .box p{
    /* padding-left: 1rem;
    padding-right: 1rem; */
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}
.service-sec2 .box{
    height: 100px;
    width: 100%;
    background: white;
    border-radius: 8px;
}
.service-sec2 #outer-para{
    color: white;
    font-size: 12px;
    letter-spacing: 1px;
}


/* svg css needed to create wave */
.custom-shape-divider-top-1617912976 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1617912976 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 130px;
}

.custom-shape-divider-top-1617912976 .shape-fill {
    fill: cornflowerblue;
}

/* END */









/* (common for all pages) this code is for diamond underline under headings */


.line {
  position: relative;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.line:before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  background-color: rgb(26, 73, 224);
  position: relative;
  transform: rotate(45deg) translateX(-50%);
  left: 50%;
  top: 10px;
}
.line:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  max-width: 780px;
  height: 2px;
  background: linear-gradient(to right, black 0%, black 45%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 55%, black 55%, black 100%);
}

@media(max-width:992px){
    .line:before {
        display: block;
        content: '';
        width: 12px;
        height: 12px;
        background-color: rgb(26, 73, 224);
        position: relative;
        transform: rotate(45deg) translateX(-65%);
        left: 50%;
        top: 12px;
        
      }
    .line:after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 67%;
        max-width: 780px;
        height: 2px;
        background: linear-gradient(to right, black 0%, black 45%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 55%, black 55%, black 100%);
      }
}
/* END of diamong underline code */