*{
    padding: 0;
    margin: 0;
}

/*header start*/

#header{
    width: 100%;
}
.header-top{
    width: 100%;
    background-color: #13BFB1;
    height: 40px;
}
.header-top-wrap{
    width: 93%;
    margin: auto;
    padding-top: 5px;
    display: grid;
    grid-template-columns: auto auto;
}
.header-contact-left{
    width: 63%;
    display: grid;
    grid-template-columns: auto auto auto;
}
.header-contact-left p{
    font-size: 15px;
}
.header-contact-left p i{
    color: #fff;
    padding-right: 5px;
    padding-left: 15px;
}
.header-socials-right p{
    float: right;
}
.header-socials-right p i{
    padding-left: 15px;
    color: #fff;
}
.header-socials-right p i:hover{
    color: #ccc;
}

.header-main{
    width: 100%;
}
.header-main-wrap{
    width: 93%;
    margin: auto;
}
.navbar-brand img{
    width: 120px;
    margin-top: -8px;
}
.navbar-nav a{
    color: #000 !important;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{  color: #000 !important; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
.navbar-nav .nav-item{
    padding-right: 30px;
    font-weight: 500;    
}
.navbar-nav .nav-item a{
    color: #0E8F85 !important;
}

/*header end*/


/*home page banner start*/

.home-page-banner{
    width: 100%;
    height: 120vh;
    background: url("{{asset('images/pexels-pixabay-248152.jpg')}}") no-repeat;
    background-position: center;
    background-size: cover;
}
.home-page-banner-overlay{
    width: 100%;
    height: 100%;
    /*background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0.3));*/
    padding-left: 120px;
}
.home-page-banner-overlay-content{    
    position: relative;
    top: 25%;
}
.home-page-banner-overlay-content h6{
    color: #13BFB1;
    letter-spacing: 1px;
}
.home-page-banner-overlay-content h1{
    font-weight: 700;
    font-size: 60px;
}
.home-page-banner-overlay-content p{
    padding-top: 8px;
    font-size: 18px;
    font-weight: 500;
}
.banner-button{
    margin-top: 35px;
}
.banner-button button{
    width: 200px;
    line-height: 55px;
    color: #fff;
    border: none;
    font-weight: 600;
}
.banner-button .banner-1st-button button{
    background-color: #13BFB1;    
}
.banner-button .banner-1st-button button:hover{
    background-color: #13998e;
    transition: ease-in-out 0.3s;
}

.banner-button .banner-2nd-button button{
    background: transparent !important;
    color: #0E8F85;
}
.banner-button .banner-2nd-button button:hover{
   font-size: 17px;
   transition: ease-in-out 0.2s;
}

/*home page banner end*/



/*home page middle start*/


.home-page-middle{
    width: 100%;
    padding-bottom: 10px;
}
.home-page-section-1{
    width: 93%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 70px;
    grid-row-gap: 205px;
    padding-top: 80px;    
}
.h-p-box-1{
    height: 500px;
    margin-top: -24%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.section-1-counter{
    padding: 20px 0;
    display: grid;
    grid-template-columns: auto auto auto;
    border-bottom: 5px solid #0E8F85;
    text-align: center;
}
/*.count{*/
/*  line-height: 100px;*/
/*  color: #000;*/
/*  margin-left:30px;*/
/*  font-size:25px;*/
/*}*/


.intro-text{
    /*text-align: center;*/
    font-size: 16px;
    width: 0ch;
    overflow: hidden;
    /*margin: 0 auto;*/
    white-space: nowrap;
    background-image: linear-gradient(155deg, #fb7419, #bc1429, #319197);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.intro-text.active{
    animation: typeIn 2s steps(45) forwards;
}

@keyframes typeIn {
    to { width: 45ch; }
}

.h-p-box-1 img{
    width: 100%;
}
.h-p-box2-list{
    padding-top: 20px;
}
.h-p-box-2 h6{
    color: #0E8F85;
    letter-spacing: 1px;
}
.h-p-box-2 h1{
    font-size: 46px;
    font-weight: 700;
}
.home-page-banner-overlay-content p{
    line-height: 32px;
}
.h-p-box2-list i{
    color: #0E8F85;
    padding-right: 8px;
}


.home-page-section-2{
    width: 100%;
    padding-top: 120px;
}
.home-page-section-2-wrap{
    width: 93%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.h-p-s2-box-1{
    width: 291px;
    height: 350px;
    margin: auto;
    padding: 34px 34px;
    border-bottom: 4px solid #0E8F85;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.h-p-s2-box-1:hover{    
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.h-p-s2-box-1 p{
    padding-top: 5px;
}



.home-page-section-3{
    width: 100%;
    padding-top: 120px;
    padding-bottom: 80px;
}
.home-page-section-3-wrap{
    width: 93%;
    margin: auto;
}
.home-page-section-3-wrap h6{
    color: #13BFB1;
    letter-spacing: 1px;
}
.ctgy-1{
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
    padding-top: 10px;
}
.ctgy1-left h1{
    font-size: 48px;
    font-weight: 700;
}
.home-page-section-3-boxes{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 10px;
    /*grid-row-gap: 30px;*/
    padding-top: 60px;
}


.h-p-s3-box-1 {
  position: relative;
  background: #000000;
  color: #ffffff;
  margin: 20px auto;
  /*text-align: center;*/
  width: 367px;
  height: 455px;
  overflow: hidden;
}

.h-p-s3-inner {
  display: flex;
    /*align-items: center;*/
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    background: #279189;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0 25px;
    opacity: 0;
    animation-name: fadeFromtop;
    -webkit-animation-name: fadeFromtop;
    animation-duration: 800ms;
    -webkit-animation-duration: 800ms;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.h-p-s3-inner a {
  color: #fff;
  text-decoration: none;
  position: relative;
  top: 32%;
  cursor: default;
}

.h-p-s3-inner a:hover {
  color: #fff;
}

.h-p-s3-inner p{
    font-size: 16px;
    padding-top: 10px;
}


.h-p-s3-box-1:hover .h-p-s3-inner {
  animation-name: fadeFromBottom;
  -webkit-animation-name: fadeFromBottom;
  animation-duration: 800ms;
  -webkit-animation-duration: 800ms;
  animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}



@keyframes fadeFromBottom  {
        0%{
            opacity:0;
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
            transform: translateY(100%);
        }
        100%{
            opacity: 1;
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
            -o-transform: translateY(0px);
            transform: translateY(0px);
            display: block;
        }
    }
@keyframes fadeFromtop  {
    0%{
        opacity:1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100%{
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(400%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.h-p-s3-box-1 img{
    width: 100%;
    height: 100%;
}


.home-page-section-4{
    width: 100%;
    background-color: #22262F;
    padding-top: 70px;
    padding-bottom: 70px;
}
.home-page-section-4-wrap{
    width: 93%;
    margin: auto;
}
.h-p-s4-left{
    padding-top: 75px;
}
.h-p-s4-left h6{
    color: #0E8F85;
    letter-spacing: 1px;
}
.h-p-s4-left h1{
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    padding-top: 5px;
}
.h-p-s4-left p{
    color: #fff;
    padding-top: 8px;
}
.h-p-s4-left button{
    width: 160px;
    height: 45px;
    background-color: #13BFB1; 
    border: none;
    color: #fff;
}

.h-p-s4-left button:hover{
    width: 160px;
    height: 45px;
    background-color: #13998e;
    transition: ease-in-out 0.2s;
}

.h-p-s4-right{
    background-color: #ECF7F6;
    padding: 45px 65px;
}
.h-p-s4-right-box-1{
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 15px;    
}
.h-p-s4-right-box-1 i{
    font-size: 30px;
    color: #0E8F85;
}
.h-p-s4-right-box-1 h5{
    color: #0E8F85;
}
.h-p-s4-right-box-1 p{
    padding-top: 12px;
}
.home-page-section-5{
    width: 100%;
    padding: 110px 0 160px 0;
}
.home-page-section-5-wrap{
    width: 88%;
    margin: auto;
}
.h-p-s5-left-wrap{
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 40px;
    grid-row-gap: 130px;
}
.h-p-s5-left-box-1{
    height: 345px;
}
.h-p-s5-left-box-1:hover{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.h-p-s5-left-box-1 img{
    width: 100%;
    height: 100%;
}
.h-p-s5-left-box-1-wrap{
    width: 83%;
    margin: auto;
    background-color: #fff;
    margin-top: -25px;
    position: relative;
    z-index: 99;
    text-align: center;
    padding: 15px 0 10px 0;
    border-bottom: 4px solid #0E8F85;
}
.h-p-s5-left-box-1:hover .h-p-s5-left-box-1-wrap{
    margin-top: -10px;
}
.h-p-s5-left-box-1-wrap h4{
    color: #13BFB1;
    font-size: 22px;
}
.h-p-s5-left-box-1-wrap p{
    color: #7F7F8F;
    font-weight: 700;
    font-size: 14px;
}
.h-p-s5-right h6{
    color: #13BFB1;
    letter-spacing: 1px;
    padding-top: 8px;
}
.h-p-s5-right h1{
    font-size: 48px;
    font-weight: 700;
}
.home-page-section-5-wrap .px-5{
    padding-left: 75px !important;
}
.h-p-s5-right p{
    padding-top: 10px;
}
.h-p-s5-right button{
    width: 140px;
    height: 42px;
    border: none;
    background-color: #13BFB1;
    color: #fff;
    font-weight: 600;
}
.h-p-s5-right button:hover{
    background-color: #13998e;
    transition: ease-in-out 0.2s;
}
.home-page-section-6-overlay{
    width: 47%;
    height: 50vh;
    position: relative;
    top: 42%;
    left: 49%;
    background-color: rgba(19, 191, 177, 0.6);
    padding: 35px 56px 10px 35px;
}
.home-page-section-6-overlay h1{
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}
.home-page-section-6-overlay p{
    color: #fff;
    font-weight: 500;
    padding-top: 14px;
}
.home-page-section-6-overlay button{
    width: 115px;
    height: 45px;
    margin-top: 20px;
    border: none;
    background-color: #13BFB1;
    color: #fff;
    font-weight: 500;
}

.home-page-section-6-overlay button:hover{
    background-color: #13998e;
    transition: ease-in-out 0.2s;
}


.home-page-section-7{
    width: 100%;
    padding-bottom: 120px;
}
.home-page-section-7-wrap{
    width: 93%;
    margin: auto;
    padding-top: 110px;
}
.home-page-section-7-top{
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
}
.h-p-s7-top-box-1 h1{
    font-size: 48px;
    float: left;
    font-weight: 700;
}
.h-p-s7-top-box-1 button{
    float: right;
    width: 140px;
    height: 42px;
    border: none;
    background-color: #13BFB1;
    color: #fff;
    font-weight: 500;
    margin-top: 70px;
}
.h-p-s7-top-box-1 button:hover{
    background-color: #13998e;
    transition: ease-in-out 0.2s;
}
.home-page-section-7-bottom{
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 30px;
}
.h-p-s7-b-box-1{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.h-p-s7-b-box-1:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.h-p-s7-b-box-2{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.h-p-s7-b-box-2:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.h-p-s7-b-box-3{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.h-p-s7-b-box-3:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.h-p-s7-b-box1-wrap{
    width: 83%;
    margin: auto;
    padding: 40px 0;
}
.h-p-s7-b-box1-wrap h5{
    padding-bottom: 15px;
    cursor: pointer;
}
.h-p-s7-b-box1-wrap h5:hover{
    color: #13BFB1;
}
.h-p-s7-b-box1-wrap p{
    padding-bottom: 10px;
}
.h-p-s7-b-box1-image{
    box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
}
.h-p-s7-b-box-1:hover .h-p-s7-b-box1-image{
    box-shadow: none;
}
.h-p-s7-b-box1-wrap h6{
    font-size: 14px;    
}
.h-p-s7-b-box1-wrap h6 a{
    text-decoration: none;
    color: #13BFB1 !important;
}
.h-p-s7-b-box1-wrap h6 a:hover{
    color: #22262F !important;
}


/*home page middle end*/




/*about us middle start*/


.about-us-banner-overlay{
    width: 100%;
    height: 55vh;
    background: rgba(19, 191, 177, 0.4);
}
.about-us-banner-overlay h1{
    text-align: center;
    position: relative;
    top: 33%;
    font-size: 48px;
    color: #fff;
}
.about-us-middle{
    width: 100%;
}
.about-us-section-1{
    width: 100%;
    margin: auto;
    padding-top: 95px;    
}
.about-us-section-1-wrap{
    width: 93%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    padding-bottom: 110px;
}

.a-u-s1-right-content{
    width: 48%;
    padding: 15px 15px;
    background-color: #ECF7F6;
    float: right;
    position: relative;
    top: 80%;
    right: 3%;
}
.a-u-s1-box-1 h6{
    color: #0E8F85;
    letter-spacing: 1px;
    padding-bottom: 10px;
}
.a-u-s1-box-1 h1{
    font-size: 48px;
    padding-bottom: 10px;
}
.a-u-s1-box-1 .a-u-s1-box1-left-list{
    padding-top: 15px;
}
.a-u-s1-box1-left-list p i{
    color: #0E8F85;
}


.about-us-section-2{
    width: 100%;  
    background-color: #F6F6F6;  
    padding-bottom: 100px;
}
.about-us-section-2 h1{
    padding-top: 60px;
    text-align: center;
    font-size: 48px;
}
.about-us-section-2-wrap{
    width: 93%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 40px;
    grid-row-gap: 140px;
    padding: 65px 0;
}
.a-u-s2-box-1{
    height: 325px;
}
.a-u-s2-box-1 img{
    width: 100%;
    height: 100%;
}
.a-u-s2-box1-wrap{
    width: 83%;
    margin: auto;
    background-color: #fff;
    margin-top: -25px;
    position: relative;
    z-index: 99;
    text-align: center;
    padding: 15px 0 10px 0;
    border-bottom: 4px solid #0E8F85;
}
.a-u-s2-box-2{
    height: 325px;
}
.a-u-s2-box-2 img{
    width: 100%;
    height: 100%;
}
.a-u-s2-box-3{
    height: 325px;
}
.a-u-s2-box-3 img{
    width: 100%;
    height: 100%;
}
.a-u-s2-box-4{
    height: 325px;
}
.a-u-s2-box-4 img{
    width: 100%;
    height: 100%;
}
.a-u-s2-box-5{
    height: 325px;
}
.a-u-s2-box-5 img{
    width: 100%;
    height: 100%;
}
.a-u-s2-box-6{
    height: 325px;
}
.a-u-s2-box-6 img{
    width: 100%;
    height: 100%;
}





/*about us middle end*/



/*blog page start*/


.blog-page-middle{
    width: 100%;
    padding-bottom: 40px;
}
.blog-page-middle-banner-overlay{
    width: 100%;
    height: 55vh;
    background: rgba(19, 191, 177, 0.6);
}
.blog-page-middle-banner-content{
    position: relative;
    text-align: center;
    top: 38%;
    color: #fff;
}
.blog-page-middle-banner-content h1{
    font-size: 62px;
}
.blog-page-section-1{
    width: 100%;
    padding-bottom: 50px;
}
.blog-page-section1-wrap{
    width: 93%;
    margin: auto;
    padding-top: 80px;
}
.blog-1{
    width: 100%;
    padding: 20px 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}
.blog-1 img{
    width: 100%;
}
.blog-1 h4{
    padding-top: 30px;
}
.blog-1 h6{
    font-weight: bold;
    color: #0E8F85;
}
.blog-1 p{
    color: #4b4b4d;
}
.category-1{
    width: 100%;
    padding-top: 12px;
}
.blog-right h6{
    color: #0E8F85;
    letter-spacing: 1px;
}
.ctgy1-a{
    width: 265px;
    font-size: 16px;
    color: rgb(99, 97, 97);
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 14px;
}
.ctgy1-a:last-child{
    border-bottom: none;
}
.category-1 .ctgy1-a a{ 
    text-decoration: none;
}

.latest-post h6{
    padding-top: 5px;
}
.latest-post-wrap{
    width: 100%;
    padding-top: 30px;
    display: grid;
    grid-template-columns: auto;
    grid-row-gap: 30px;
}
.l-p-box-1{
    padding: 10px 0 15px 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.l-p-box-1:hover{
    padding: 10px 0 15px 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.l-p-box-1-wrap{
    width: 95%;
    margin: auto;
}
.latest-post-wrap .l-p-box-1 img{
    width: 100%;
}
.latest-post-wrap .l-p-box-1 h5{
    padding-top: 15px;
}
/*.latest-post-wrap .l-p-box-1 p{*/
/*    padding-top: 5px;*/
/*}*/
.latest-post-wrap .l-p-box-1 button{
    width: 100px;
    border: none;
    background-color: #13BFB1;
    height: 35px;
    color: #fff;
    font-weight: 500;
}


/*blog page end*/



/*footer start*/

#footer{
    width: 100%;
}
.footer-top{
    width: 100%;
    background-color: #22262F;
    padding: 60px;
}
.footer-top-wrap{
    width: 93%;
    margin: auto;
}
.footer-box-1 h3{
    color: #0E8F85;
}
.footer-box-1 p{
    color: #fff;
}
.footer-socials{
    width: 62% !important;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto;
}
.footer-socials i{
    color: #fff;
}
.f-s-1{
    width: 30px;
    height: 30px;
    background-color: #13BFB1;
    text-align: center;
}
.f-s-1 i{
    padding-top: 8px;
}
.footer-box-2{
    padding-left: 57px !important;
}
.footer-box-2 h5{
    color: #0E8F85;
}
.footer-box-2 ul{
    padding-left: 0;
    padding-top: 5px;
}
.footer-box-2 ul li{
    padding-bottom: 8px;
}
.footer-box-2 ul li a{
    text-decoration: none;
    color: #fff;
}
.footer-box-2 ul li a:hover{
    color: #13BFB1;
}
.footer-box-2 ul li a i{
    color: #13BFB1;
    font-size: 6px;
    padding-right: 5px;
}
.footer-box-3 h5{
    color: #0E8F85;
}
.footer-box-3 ul{
    padding-left: 0;
    padding-top: 5px;
}
.footer-box-3 ul li{
    padding-bottom: 8px;
}
.footer-box-3 ul li a{
    text-decoration: none;
    color: #fff;
}
.footer-box-3 ul li a:hover{
    color: #13BFB1;
}
.footer-box-3 ul li a i{
    color: #13BFB1;
    font-size: 6px;
    padding-right: 5px;
}
.footer-box-4 h3{
    color: #0E8F85;
}
.footer-box-4 p{
    color: #fff;
}
.footer-box-4 .footer-form input{
    width: 100%;
    height: 40px;
}
.footer-box-4 .footer-form input[placeholder]{
    padding-left: 10px;
}
.footer-box-4 .footer-form button{
    width: 100%;
    height: 40px;
    margin-top: 5px;
    border: none;
    background-color: #13BFB1;
    color: #fff;
    font-weight: 600;
}
.footer-bottom{
    padding: 25px 0;
    background-color: #1C1F26;
}
.footer-bottom-wrap{
    width: 93%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
}
.footer-bottom img{
    width: 145px;
}
.footer-bottom-right p{
    float: right;
    color: #fff;
    padding-top: 20px;
    font-size: 14px;
}

/*footer end*/