/* base rules */
*{
    margin: 0;
    padding: 0;
}

body{
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Fira Sans', sans-serif;
}

p{
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #3f4142;
}


/* Navigation */

nav.dp-nav{
    background: white;
    padding: 0px 0;
    transition: .5s all;
}

nav .navbar-brand{
    font-size: 30px;
    color: #fff;
}

nav .navbar-nav li a{
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-family: 'Fira Sans', sans-serif;
}

nav .navbar-nav li a:hover{
    color: #00afef !important;
}

nav .navbar-nav li a.active{
    color: #00afef !important;
}

nav .navbar-nav li{
    margin-left: 15px;
}


nav.dp-nav.stickyadd{
    background: #fff !important;
    padding: 15px 0;
    box-shadow: 0 1px 8px 3px rgba(0,0,0,0.05);
    transition: .5s all ease-in-out;
}


nav.stickyadd .navbar-brand{
    color: #000;
    font-size: 40px;
    transition: .5s all;
}

nav.stickyadd .navbar-nav .nav-link{
    color: #000 !important;
}


.navbar .hamburger{
    color: #000;
}

nav.stickyadd .hamburger{
    color: #000;
}




/* New Styling */
.carousel-item{
    height: 100vh;
}

.carousel-caption {
    position: absolute;
    top: 38%;
}

.carousel-caption h1{
    font-size: 3.8rem;
    font-weight: 700;
    letter-spacing: .1rem;
    text-shadow: .1rem .1rem .8rem #0000006c;
    padding-bottom: 1rem;
}

.carousel-caption h3{
    font-weight: 300;
    font-size: 2rem;
    text-shadow: .1rem .1rem .5rem #0000006c;
    padding-bottom: 1.6rem;
}

.btn-lg{
    border-width: medium;
    border-radius: 0;
    font-size: 1.1rem;
}

/* Brief section */
.brief h2{
    font-weight: 900;
}

.brief p{
    text-align: justify;
}

/*End of Brief section */


/* Sub-services section */
.sub-services {
    background-color: #6231931e;
}

.sub-services .card{
    border-radius: 0;
    border: 0;
}

.sub-services .card-title{
    font-weight: 900;
}

.sub-services h2{
    font-weight: 900;
}

.test {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
}

.sub-services .btn{
    border-radius: 0;
    background-color: #007daa;
    border-color: #007daa;
}

.sub-services .card::before, .sub-services .card::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform .3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    content: '';
    pointer-events: none;
  }
  .sub-services .card::before {
    transform-origin: left top;
  }
  .sub-services .card::after {
    transform-origin: right bottom;
  }
  .sub-services .card:hover::before, .sub-services .card:hover::after, .sub-services .card:focus::before, .card:focus::after {
    transform: scale3d(1, 1, 1);
  }



/*End of Sub-services section */

/* Choose Us section */
.choose-us h2{
    font-weight: 900;
}

.choose-us .fa-check-double{
    color: #007daa;
}

.choose-us p{
    text-align: justify;
}

.choose-us .fcc-btn {
    background-color: #199319;
    color: white;
    padding: 25px 25px;
    border-radius: 50px 20px;
  }


.choose-us .fcc-btn:hover{
    background-color: #ffffff;
    color: #199345;
    padding: 25px 25px;
    text-decoration: none;
  }


  .pick-us .fcc-btn {
    background-color: #199345;
    color: white;
    padding: 25px 25px;
    border-radius: 50px 20px;
  }


.pick-us .fcc-btn:hover{
    background-color: #9ef1bc;
    color: #0a5a27;
    padding: 25px 25px;
    text-decoration: none;
  }


  .pick-us h2{
    font-size: 45px;
    color: #199345;
    font-weight: 900;
  }



/*End of Choose Us section */

/* Testimonials section */
.review .stars{
    color: #00afef;
}

.testimonials {
    background-color: #6231931e;
}

.testimonials h2{
    font-weight: 900;
}

.review p{
    max-width: 750px;
    margin: 24px auto;
    font-style: italic;
}

.testimonials img{
    width: 10px;
    height: 10px;
    border-radius: 100%;
    transition: all 1s ease;
}

.testimonials .nav-pills .nav-link.active{
    background: transparent;
    /* border-radius: 70%; */
}

.testimonials .nav-pills .nav-link.active img{
    transform: scale(1.3);
}
/*End of Testimonials section */


/* Staff saying styling */
.counter{
    background-image: linear-gradient(rgba(19, 141, 15, 0.877),rgba(3, 3, 3, 0.849)),url('../img/img-12.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.testimonials-section {
    background: transparent;
    height: 450px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slider__nav {
    width: 12px;
    height: 12px;
    margin: 80px 12px;
    border-radius: 0%;
    z-index: 10;
    outline: 6px solid #ccc;
    outline-offset: -6px;
    box-shadow: 0 0 0 0 #091458, 0 0 0 0 rgba(21, 51, 184, 0.432);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .slider__nav:checked {
    -webkit-animation: check 0.4s linear forwards;
    animation: check 0.4s linear forwards;
  }
  .slider__nav:checked:nth-of-type(1) ~ .slider__inner {
    left: 0%;
  }
  .slider__nav:checked:nth-of-type(2) ~ .slider__inner {
    left: -100%;
  }
  .slider__nav:checked:nth-of-type(3) ~ .slider__inner {
    left: -200%;
  }
  .slider__nav:checked:nth-of-type(4) ~ .slider__inner {
    left: -300%;
  }
  .slider__nav:checked:nth-of-type(5) ~ .slider__inner {
    left: -400%;
  }
  .slider__inner {
    position: absolute;
    top: 15px;
    left: 0;
    width: 500%;
    height: auto;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .slider__contents {
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slider__caption {
    font-size: 14px;
    color: #fff;
    opacity: .5;
    font-family: 'Roboto';
    font-weight: bold;
  }
  .slider__txt {
    font-size: 22px;
    font-weight: 200;
    font-style: italic;
    font-family: 'Roboto';
    line-height: 1.7;
    color: #fff;
    margin-top: -20px;
    margin-bottom: 20px;
    max-width: 750px;
  }
  quote {
    font-family: 'Arial';
    font-weight: bold;
    font-size: 100px;
    color: #fff;
    margin-bottom: 0;
  }
  
  @-webkit-keyframes check {
    50% {
      outline-color: #333;
      box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
      outline-color: #333;
      box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
  }
  
  @keyframes check {
    50% {
      outline-color: #333;
      box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
      outline-color: #333;
      box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
  }
  




/* Staff saying styling ends */



/* New Services Styling */
.our-goal .card{
    border: none !important;
    border-radius: 0;
}

.our-goal .card-title{
    font-weight: 900;
}

.our-goal p{
    text-align: justify;
}

/* For navbar dropdown */
.navbar .dropdown-menu{
    border: none;
    border-radius: 0;
}

.dropdown:hover>.dropdown-menu{
    display: block;
}

/* End For navbar dropdown */




/*End of New Services Styling */


/* Footer */

.footer h5{
    font-weight: 700;
    color: #fff;
}

.footer-2{
    background-color: #01384d;
    color: white;
}

.vvv{
    border-top-style: solid;
    border-width: 5px;
    border-color: #31b548;
}

.footer-2 .fa a{
    color: #ffffff !important;
    font-weight: normal !important;
}

.footer-2 .fa a:hover{
    color: #ffffff !important;
}

.footer .height{
    line-height: 2rem;
    font-family: 'Fira Sans', sans-serif;
}

.footer .height-1{
    line-height: 2.5rem;
    font-family: 'Fira Sans', sans-serif;
}

.footer .contact{
    color: #65dd57;
}

.ftrlnk{
    color: #fff;
}

.ftrlnk:hover{
    color: #65dd57;
    text-decoration: none;
}


/* Footer ends */

/* End of New Styling */










































/* Header Section */
header{
    height: 90vh;
    width: 100%;
    /* background-image: linear-gradient(rgba(167, 4, 4, 0.749),rgba(230, 9, 9, 0.75)),url('../img/img-1.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header-content{
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content-box{
    max-width: 700px;
    color: #fff;
}

.content-box h4{
    font-size: 30px;
}

.content-box h1{
    font-size: 52px;
}

.content-box a{
    color: #fff;
    background-color: #000;
    text-decoration: none;
    border: 2px solid #000;
    border-radius: 20px;
    padding: 5px 25px;
}

.ln{
    width: 70px;
    height: 2px;
    background: #000000;
    border: 1px solid transparent !important;
}

.content-box p{
    color: #fff;
}



/* About us section */
.about-us p{
    text-align: justify;
}

/* Serv section */
.serv{
    background-color: #ecedee62;
}

.serv h5{
    font-weight: 900;
}

.serv .card p{
    text-align: justify;
}



.serv .card{
    border-radius: 0% !important;
    border: none !important;
}

.serv .card-title{
    color: #e50001;
}

/* Reason */
.reason .btn-cst{
    padding: 1rem !important;
    font-weight: 600;
    border-radius: 0%;
    color: #1c1e72 !important;
    border-color: #1c1e72 !important;
}

.reason .btn-cst:hover{
    color: #fff !important;
    background-color: #1c1e72;
}

/* .reason .rclr{
    color: #129201;
} */

.reason .icn{
    font-size: 2rem;
    color: #1c1e72;
}





/* ------------------- */
/* About Us page Styling */
#abt{
    height: 30vh;
    width: 100%;
    background-image: linear-gradient(#00afef48,#00afef79),url('../img/img-20.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.jjj{
    background-color: rgba(180, 178, 175, 0.342);
}

.serv p{
    text-align: justify;
}



/* About Us page Styling */


/* Services page styling */


.align-p{
    text-align: justify;
}





/*End of Services page styling */

.btn-cst{
    color: #fff !important;
    background-color: #007fab !important;
    border-color: #007fab !important;
}

.btn-cst:hover{
    color: #fff !important;
    background-color: #65dd57 !important;
    border-color: #65dd57 !important;
}


#cnthdr{
    height: 30vh;
    width: 100%;
    background-image: linear-gradient(#00afef48,#00afef79),url('../img/img-10.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}





























/* ---Media Queries--- */
@media (max-width: 2560px) {
    
}
@media (max-width: 1440px) {
    
}
@media (max-width: 1024px) {
    
}
@media (min-width: 1024px) {
    .navbar .dropdown-menu{
        box-shadow: 5px 5px 15px #c4c4c4;
    }
}
@media (max-width: 768px) {
    .carousel-caption h1{
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: .1rem;
        padding-bottom: .5rem;
    }
    
    .carousel-caption h3{
        font-size: 1.5rem;
        text-shadow: .1rem .1rem .5rem #0000006c;
        padding-bottom: 1.6rem;
    }
    
    .btn-lg{
        border-radius: 0;
        font-size: 1.1rem;
    }

    .pld{
        margin-left: 20px !important;
        margin-right: 20px !important;
        text-align: justify;
    }
}
@media (max-width: 425px) {
    
}
@media (max-width: 375px) {
    
}