@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Poppins:300,400,800&display=swap');

body{
    font-family: 'Poppins' !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	background-color: #ffffff;

}

/* navbar css */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{ color: #000;  }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

.navbar{
    /*background: #00539CFF;*/
/* background-image: linear-gradient(to right, #2165bb, #5882c6, #839fd0, #acbdd9, #d7dbe1);
*/
 background-image: linear-gradient(to right, #062957, #40557c, #7386a2, #acb9c8, #eaedf0);

	color:#000;
    letter-spacing: 1px;    
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #000;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000;
}
/* introduction part css*/
.introduction{
    
    position: relative;
    background-color: #fff;
	
	/*background-image: linear-gradient(to left bottom, #f7f7f8, #f7f7f8, #f8f7f8, #f8f8f8, #f8f8f8);
    */margin-top: 4.4rem;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Poppins';
}
.introduction img{
    
}
.introduction h3{
    
}
.introduction button:focus{
    box-shadow: none;
    outline: none;
    
}

/* wave under the introduction part*/
.custom-shape-divider-bottom-1607104534 {
    position:relative;
    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;
    }
}


@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);
body {
  font-family: Open Sans, "Helvetica Neue", "Helvetica", Helvetica, Arial,   sans-serif;
  position: relative;
  -webkit-font-smoothing: antialiased;
 }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
}

.sectionClass {
  padding: 0px 0px 50px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 0px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: 0px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){

}

.projectFactsWrap .item:nth-child(2){

}

.projectFactsWrap .item:nth-child(3){

}

.projectFactsWrap .item:nth-child(4){

}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: blue;
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: blue;
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: black;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}


.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.testimonial{
    text-align: center;
    padding: 85px 50px 45px 70px;
    margin: 70px 15px 35px;
    background: #f9f9f9;
    box-shadow: 8px 4px 0 0 #77a9dd;
    position: relative;
}
.testimonial .pic{
    width: 120px;
    height: 120px;
    border: 5px solid #77a9dd;
    margin: 0 auto;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 15px;
    color: #757575;
    line-height: 27px;
    margin-bottom: 20px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 32px;
    color: #77a9dd;
    position: absolute;
    top: -15px;
    left: -35px;
}
.testimonial .testimonial-profile{
    position: relative;
    margin: 20px 0 10px 0;
}
.testimonial .testimonial-profile:after{
    content: "";
    width: 50px;
    height: 2px;
    background: #77a9dd;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}
.testimonial .title{
    display: inline-block;
    font-size: 18px;
    color: #4a5184;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 15px;
    color: #757575;
    text-transform: capitalize;
}
.owl-theme .owl-controls{
    margin-top: 10px;
}
.owl-theme .owl-controls .owl-page span{
    background: #5e5f5f;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #77a9dd;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 22px;
    height: 12px;
}


/* 
.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 .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;
}

.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;
}
/* .part3 .one{
    margin-top: 8rem;
} */

.part3 .col-text {
    height:20em;
  }
  .part3 .grid-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-direction: row; 
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-around;
  }
  .part3 .col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .part3 .col-left {
    -webkit-box-ordinal-group:-1;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .part3 .col-text{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .part3 .col-image {
    background-size: cover;
    background-position:center center;
  }
  
  @media (max-width: 640px) {
    .part3 .grid-flex {
      height: 40em;
      display: -webkit-flex;
      -webkit-flex-direction: column;
      flex-direction: column; 
     }
     .part3 .col {
      order:vertical;
    }
    .part3 .col-left {
      -webkit-box-ordinal-group:0;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
    }
    .part3 .col-text div p {
      padding: 1em;
    }
  
    .part3 .col-image {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
  }




/* 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;
}









/* footer css*/ 
.footer{
    padding-top: 3rem;
    background: #00539CFF;
    position: relative;
    color: white;
}

.footer img{
    height: 100px;
    width: 200px;
}
.footer .addLinks p{
    font-size: 2rem;
}
.footer .location .loc{
    font-size: 2rem;
}
.footer .addLinks a{
    text-decoration: none;
    color: white;
}
.footer .addLinks a:hover{
    color: #5cb85c;
}
.footer .copyright{
    border-top: 1px solid white;
    opacity: 0.7;
}


@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");


.anifooter{
  width:100%;
  position:relative;
  bottom:0px
}
.anifooter div {
  background-color: var(--col-deepblue);
  margin: -5px 0px 0px 0px;
  padding:0px;
  color: #fff;
  text-align:center;
}
svg {
  width:100%;
  overflow:visible;
}

.wave {
  animation: wave 3s linear;
  animation-iteration-count:infinite;
  fill: #4478e3;
}
.drop {
  fill: var(--col-deepblue);
  xfill: #99000055;
  animation: drop 3.2s linear infinite normal;
  stroke: var(--col-deepblue);
  stroke-width:0.5;
  transform: translateY(25px) ;
  transform-box: fill-box;
  transform-origin: 50% 100%;
}
.drop1 {
  
}
.drop2 {
  animation-delay: 3s;
  animation-duration:3s;
}
.drop3 {
  animation-delay: -2s;
  animation-duration:3.4s;
}
.drop4 {
  animation-delay: 1.7s;
}
.drop5 {
  animation-delay: 2.7s;
  animation-duration:3.1s;
}
.drop6 {
  animation-delay: -2.1s;
  animation-duration:3.2s;
}
.gooeff {
    filter: url(#goo);
}
#wave2 {
  animation-duration:5s;
  animation-direction: reverse;
  opacity: .6
}
#wave3 {
  animation-duration: 7s;
  opacity:.3;
}
@keyframes drop {
  0% {
    transform: translateY(25px); 
  }
  30% {
    transform: translateY(-10px) scale(.1);
  }
  30.001% {
    transform: translateY(25px) scale(1); 
  }
  70% {
    transform: translateY(25px); 
  }
  100% { 
    transform: translateY(-10px) scale(.1);  
  }
}
@keyframes wave {
  to {transform: translateX(-100%);}
}




/* aboutus css */
.aboutus{
    margin-top: 4.4rem;
    background:  cornflowerblue;
    font-family: 'Poppins';
}
.aboutus h4{
    letter-spacing: 2px;
    font-weight: 200;
}
.aboutus h3{
    letter-spacing: 2px;
}
.aboutus h3 strong{
    font-weight: 600;
}
.aboutus .company-title{
    font-weight: 600;
}
.aboutus p{
    line-height: 1.7;
}


.whyus{
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #5de6de;
    background-image: linear-gradient(315deg, #5de6de 0%, #b58ecc 74%);
}
.whyus h4,h3{
    letter-spacing: 2px;
    
}

.whyus h5{
    font-weight: 600;
}
.whyus p{
    line-height: 1.8;
}
.whyus #firstBlock,#secondBlock{
    border-right: 2px solid #b58ecc;
}
.whyus .row{
    background: #BDD4E7;
}
.whyus .row h5{
    color: #b58ecc;
}
.whyus .row p{
    color: black;
}

@media (max-width:768px){
    .whyus #firstBlock,#secondBlock{
        border-right: none;
    }  
}



.counters{
    background-color: #7f5a83;
    background-image: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);    
}
.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;
    }   
}


/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #7335b7;
  border-radius: 0 0 350px 0;
}

.sub_page .hero_area {
  min-height: auto;
  border-radius: 0 0 45px 0;
}

.header_section {
  padding: 0px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}


/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  text-align: center;
  color: #ffffff;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  margin-bottom: 20px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -5px;
  margin-top: 45px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 185px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 12px 15px;
  background-color: #5a2a8f;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #5a2a8f;
}

.slider_section .detail-box .btn-box .btn1:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 23px;
  height: 23px;
  background-color: #f8842b;
}
