body{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    background-color: #fff;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

p {
    padding: 0;
    margin: 0;
   font-family: 'Poppins', sans-serif;
}
a{
    text-decoration: none;
}
ul, ol, figcaption, figure, p{
    margin: 0;
    padding: 0;
}
ul li, ol li{
    list-style: none;
}
::selection {
    background: #000;
    color: #fff;
}
 header , .about , .services , footer , .service , .contact {
    overflow: hidden;
   }

/* ************Header*********** */

header .header-top{
    background-color: #000;
}
header .header-top .wrap .info a{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
header .header-top .wrap .info a i{
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}
header .social-icon a i{
    color: #fff;
    font-size: 15px;
    margin: 0 10px;
}





.navbar {
    background-color: #fff;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 3;
}
.navbar .navbar-brand img{
    width: 250px;
}
.navbar .navbar-nav .nav-item .nav-link {
    color: #000;
    font-weight: 800;
    font-size: 16px;
    margin: 0 10px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}
.navbar .navbar-nav .nav-item .nav-link.active {
    color: #95af07;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #95af07;
}
.navbar .navbar-toggler-icon{
    color: #95af07;
}
.navbar-toggler:focus {
    text-decoration: none;
    box-shadow: 0 0 0 0.25rem #fff;
}
.dropdown-menu[data-bs-popper] {
    top: 140%;
    left: 0;
    margin-top: 0.125rem;
}
.dropdown-menu {
    box-shadow: 1px 2px 15px rgb(0 0 0 / 55%);
}
.dropdown-item {
    margin: 2px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}
.dropdown-item:hover {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 2px 0;
    background-color: #000;
    color: #fff;
}
.dropdown-item.active {
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}



/* ************Banner************ */


.carousel .carousel-inner{
   height: 600px;
   display: flex;
   align-items: center;
}
.carousel .carousel-inner .carousel-item .carousel-caption {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: left;
}
.carousel .carousel-inner .carousel-item .carousel-caption h5 {
    color: #fff;
    text-shadow: 3px 5px 4px #0000009d;
    font-size: 60px;
    line-height: 80px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.carousel .carousel-inner .carousel-item .carousel-caption p {
    color: #fff;
    text-shadow: 3px 5px 4px #0000009d;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.carousel .carousel-inner .carousel-item .carousel-caption a.btn{
    color: #0396d3;
    background: transparent;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    border: 2px solid #0396d3;
    padding: 15px 25px;
    border-radius: 0;
    display: inline-block;
    width: fit-content;
    margin: 0;
    transition: all 0.5s ease;
}
.carousel .carousel-inner .carousel-item .carousel-caption a.btn:hover{
    color: #fff;
    background-color: #0396d3;
}



/* ************About********** */

.about .wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.about .wrap img{
    width: 300px;
    height: 300px;
    display: inline-block;
    border-radius: 5px;
}
.about .wrap h1{
    color: #006f0b;
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 25px;
}
.about .wrap h2{
    color: #000;
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.about .wrap p{
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 7px;
}
.about-sera {
    padding: 20px;
}

.about-sera h5{
    color: #000;
    }

.about-sera h4{
color: #000;
}
.about-sera p{
    color: #000;
    }




.why{
    background-image: url(../images/about/why-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.why .why-head{
    text-align: center;
    margin-bottom: 50px;
}
.why .why-head h4{
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.why .why-head p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
}
.why .wrap{
    margin: 20px 0;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    border-radius: 15px;
    padding: 25px;
}
.why .box h6{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}
.why .box p{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}
.why .box figure img{
    width: 50px;
    margin-bottom: 20px;
}

.about figure img{
    border-radius: 15px;
}

/* *************lets************* */


.call-sera{
    background-image: url(../images/service/call-pest-control-treatment.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
    padding: 80px 0;
    position: relative;
}
.call-sera h6{
    font-size: 42px;
    line-height: 48px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin: 0 0 30px 0;
}
.call-sera a.btn{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 15px;
    display: block;
    width: fit-content;
    margin: 10px auto;
    transition: all 0.3s ease;
}
.call-sera a.btn:hover{
    color: #fff;
    background: #ff8100;
    border: 2px solid #ff8100;
}

/* ***************services************** */

.services{
    overflow: hidden;
}
.services .head h6{
    font-size: 30px;
    line-height: 56px;
    font-weight: 800;
    color: #006f0b;
    margin-bottom: 4px;
    text-align: center;
}
.services .head p{
    font-size: 18px;
    font-weight: 800;
    color: #000;
    text-align: justify;
}
.services .wrap{
    border: 1px solid #f1f1f1;
    margin: 20px 0;
}
.services .wrap .media-box .content{
    padding: 25px 15px;
}
.services .wrap .media-box .content h4{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}
.services .wrap .media-box .content .rating{
    margin-top: 5px;
}
.services .wrap .media-box .content .rating a i{
    color: #fbb039;
    margin-right: 2px;
}
.services .wrap .media-box .content .rating b{
    margin-left: 20px;
    color: #000;
}
.services .wrap .media-box .content p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin: 15px 0;
}
.services .wrap .media-box .content a.btn {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    background: #157f02;
    border: 2px solid #157f02;
    display: inline-block;
    transition: all 0.5s ease;
    padding: 10px 20px;
    letter-spacing: 2px;
    width: fit-content;
    text-transform: uppercase;
    border-radius: 0;
}
.services .wrap .media-box .content a.btn:hover {
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
}

/* ***************Service**************** */

.service{
    background-image: url(../images/service/service-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 20px 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.service .head{
    margin-bottom: 50px;
}
.service .head h5{
    font-size: 50px;
    line-height: 56px;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}
.service .head p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}
.service .wrap{
    position: relative;
    padding: 50px 30px;
    margin-left: 10px;
    margin-bottom: 50px;
}
.service .wrap::before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #ffffff;
    -ms-transform: skewY(2deg);
    transform: skewY(2deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    z-index: -1;
    border-radius: 10px;
}
.service .wrap .border-side{
    position: absolute;
    left: -12px;
    top: 0px;
    z-index: -2;
    width: 32px;
    bottom: 30px;
    border: 4px solid #000;
    -ms-transform: skewY(20deg);
    transform: skewY(20deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.service .wrap:hover .border-side{
    border-color: #ff1414;
    -ms-transform: skewY(-20deg);
    transform: skewY(-20deg);
}
.service .wrap img{
    width: 40px;
    margin-bottom: 15px;
}
.service .wrap h6{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.service .wrap p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
}
.trusted{
    background-color: #ebfffd;
    padding: 31px;
}

.trusted h4{
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 25px;
}

.trusted h5{
   margin-top: 20px;
    color: #000;
    font-weight: bold;
    font-size: 21px;
    display: block;
    margin-bottom: 5px;
}
.trusted p{
    text-align: justify;
    color: #000;
    font-size: 16px;
}
.trusted img{
    width: 100%;
    height: 200px;
    text-align: center;
    border-radius: 50%;
}
/* *********************Testimonial**************** */

.testimonial{
    position: relative;
    overflow: hidden;
    padding: 110px 0px 100px;
}

.testimonial .item{
    padding: 30px 0;
    margin: 0 10px;
}
.testimonial h4{
    color: #000;
    font-size: 40px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
}
.testimonial .wrap{
    position: relative;
    padding: 50px 40px;
}
.testimonial .wrap::before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 8px;
    background-color: #ffffff;

    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    z-index: -1;
}
.testimonial .item figure img{
    width: 50px;
    display: inline-block;
    margin-right: 100px;
}
.testimonial .box {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: center;
}
.testimonial .box figure{
    display: inline-block;
}
.testimonial .box figure h6{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    display: inline-block;
}
.testimonial .box figure h6 span{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #f90d0d;
    margin-right: 15px;
}
.testimonial .box figure .rating{
    margin-top: 5px;
}
.testimonial .box figure .rating a i{
    color: #fbb039;
    margin-right: 2px;
}
.testimonial .box figure .rating b{
    margin-left: 20px;
    color: #000;
}
.testimonial .box p{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
}



/* *****************Footer*************** */

footer{
    background-color: #cdffe4;
    overflow: hidden;
    position: relative;
}
footer .footer-circle{
    position: absolute;
    right: -400px;
    bottom: -400px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background-color: #ff1414;
}
footer .footer-wrap{
    margin: 25px 0 40px;
}
footer .footer-wrap img{
    width: 148px;
    margin: 30px 0 20px;
}
footer .footer-wrap p{
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
footer .footer-wrap .social-icon a i{
    color: #fff;
    font-size: 15px;
    background-color: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin: 0 10px;
    transition: all 0.5s ease;
}

footer .footer-wrap h4{
    color: #000;
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    margin: 55px 0 20px 0;
}
footer .footer-wrap ul li a{
    color: #000;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    padding: 8px 0;
    transition: all 0.5s ease;
}
footer .footer-wrap .tags li a i{
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-right: 5px;
    transition: all 0.5s ease;
}

footer .footer-wrap ul li a i{
    color: #000;
    margin-right: 10px;
    transition: all 0.5s ease;
}
footer .footer-bottom{
    background-color: #82f69e;
    border-top: 1px solid #000;
}
footer .copy-right{
    margin: 30px 0 20px;
    color: #232b7b;
}
footer .copy-right span{
   color: #000;
   font-weight: 800;
   text-transform: uppercase;
}
footer .copy-right a{
   color: #000;
   font-weight: 800;
}
footer .footer-bottom p{
    font-size: 16px;
    font-family: 'Times New Roman', Times, serif;
}




/* *************Breadcum*************** */

.breadcum{
    background-image: url(../images/breadcum/breadcum.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
    padding: 50px 0;
    position: relative;
}
.breadcum::after{
    background: rgb(9 12 0 / 70%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.breadcum .wrap{
    position: relative;
    z-index: 2;
}
.breadcum .wrap h5{
    font-size: 36px;
    line-height: 40px;
    font-weight: 800;
    color: #fff;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.breadcum .wrap h6{
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 25px;
}
.breadcum .wrap p{
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
}
.breadcum .wrap p a{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 10px;
}
.breadcum .wrap p a:hover{
    color: #fbb039;
}


/* --------our-service------

.our-service{
    background-color: #f3f3f3;
}
.our-service .wrap{
    background-color: #fff;
    padding: 15px;
    margin: 15px 0;
    border-radius: 15px;
}
.our-service .wrap figure img{
    border-radius: 15px;
}
.our-service .wrap figcaption{
    padding: 20px 10px;
}
.our-service .wrap h6{
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}
.our-service .wrap p{
    font-size: 15px;
    line-height: 31px;
    font-weight: 400;
    color: #000;
}





/* ---------------contact------------- */

.contact{
    overflow: hidden;
}
.contact .wrap h6 {
    font-size: 24px;
    font-weight: 700;
    color: #072d5a;
    margin-bottom: 15px;
}
.contact .wrap a {
    color: #000;
    font-weight: 600;
    transition: 0.5s all ease;
    margin: 10px 5px;
    display: block;
    transition: 0.5s all ease;
}
.contact .wrap i{
    color: #0396d3;
    font-size: 20px;
    margin: 0 auto;
    display: block;
}
.contact .wrap a:hover{
    color: #0396d3;
    transform: scale(1.05);
}
.contact .contact-border{
    border-right: 2px solid #000;
    height: 100%;
}


/* -----------career---------- */

.about-career{
    margin:30px 0;
}
.about-career h6{
    font-size: 30px;
    font-weight: 700;
    color: #072d5a;
    margin-bottom: 20px;
}
.about-career .form-group {
    margin-bottom: 25px;
}
.about-career #contact-form .form-group label {
    color: #072d5a;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.about-career #contact-form .form-group .form-control{
    color: #000;
    font-size: 16px;
    background-color: #f6f6f6;
}
.about-career #contact-form .form-group .form-control:focus {
    color: #003936;
    background-color: #f6f6f6;
    outline: 0;
    box-shadow: none;
}
.about-career #contact-form label {
    color: #003936;
    font-size: 14px;
    margin-bottom: 15px;
}
.about-career #contact-form button.btn {
    color: #0396d3;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background: transparent;
    border: 2px solid #0396d3;
    border-radius: 15px;
    display: inline-block;
    width: fit-content;
    margin: 10px 0;
}
.about-career #contact-form button.btn:hover{
    color: #fff;
   background-color: #0396d3;
}


/* ***************Sub-page**************** */



.sub-page{
    padding: 20px 0;
    overflow: hidden;
}
.sub-page .head{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.sub-page .head h1{
    font-size: 35px;
    line-height: 44px;
    font-weight: 800;
    color: #006f0b;
    margin-bottom: 20px;
    text-align: center;
}
.sub-page .head h2{
    font-size: 30px;
    line-height: 56px;
    font-weight: 800;
    color: #006f0b;
    margin-bottom: 5px;
   
}
.sub-page .head h3{
    font-size: 28px;
    line-height: 56px;
    font-weight: 800;
    color: #006f0b;
    margin-bottom: 5px;
   
}
.sub-page .head p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
}
.sub-page .sub-head{
    margin-bottom: 50px;
}

.sub-page .head ul li{
    color: #000;
    list-style-type: circle;
}




.sub-page .sub-head h5{
    font-size: 40px;
    line-height: 46px;
    font-weight: 800;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}
.sub-page .sub-head h6{
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
    color: #000;
    margin-bottom: 0px;
    text-align: center;
}
.sub-page .sub-head p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
    text-align: left;
}
.sub-page .wrap{
    position: relative;
    padding: 50px 30px;
    margin-left: 10px;
    margin-bottom: 50px;
}
.sub-page .wrap::before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #ffffff;
    -ms-transform: skewY(2deg);
    transform: skewY(2deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    z-index: -1;
    border-radius: 10px;
}
.sub-page .wrap .border-side{
    position: absolute;
    left: -12px;
    top: 0px;
    z-index: -2;
    width: 32px;
    bottom: 30px;
    border: 4px solid #000;
    -ms-transform: skewY(20deg);
    transform: skewY(20deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.sub-page .wrap:hover .border-side{
    border-color: #ff1414;
    -ms-transform: skewY(-20deg);
    transform: skewY(-20deg);
}
.sub-page .wrap h6{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.sub-page .wrap p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
}
.sub-page .wrap .why-section h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #29539b;
    margin: 0 0 20px 0;
}
.sub-page .wrap .why-section p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}
.sub-page .wrap .why-section ul li{
    list-style-type: disc;
    color: #29539b;
    margin: 5px 0;
}
.sub-page .wrap .why-section ul li p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #4c4c4c;
}

.sub-page figure img{
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}


/*client list */




.table-list .table thead tr th{
    font-size: 35px;
    line-height: 40px;
    font-weight: 900;
    color: #179757;
    text-align: center;
}
.table-list .table tbody tr .bgtd{
    background-color: #002c42;
}
.table-list .table tbody tr td h6{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    background-color: #002c42;
    text-align: center;
}
.table-list .table tbody tr td p{
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #179757;
    text-align: center;
}
.table-list .table tbody tr td span{
    font-weight: 600;
    color: #ff000a;
}














/* Back to top button */

#button {
    display: inline-block;
    background-color: #8fb5e3;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/up-arrow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin: 10px;
  }
  #button:hover {
    cursor: pointer;
    background-color: #8fb5e3;
  }
  #button:active {
    background-color: #8fb5e3;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }


/* ************floating-icon************* */

.floating-icon{
    position: fixed;
    bottom: 10%;
    left: 30px;
    display: flex;
    flex-direction: column;
    z-index: 4;
}
.floating-icon .wp{
    display: inline-block;
    margin: 15px;
    width: 150px;
    height: 45px;
    background-color: #0fc33b;
    border: 2px solid #0fc33b;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
}
.floating-icon .call{
    display: inline-block;
    margin: 15px;
    width: 150px;
    height: 40px;
    background-color: #009688;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
}
.floating-icon a .fa-whatsapp{
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}
.floating-icon a .fa-phone{
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}


/* **************************floating-icon-bottom************************** */

.floating-icon-bottom{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
    
}
.floating-icon-bottom .whatsapp{
    background-color: #fff;
    color: #0396d3;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 15px 0 0 0;
    border: 2px solid #0396d3;
}
.floating-icon-bottom .call{
    background-color: #fff;
    color: #0396d3;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 10px;
    text-align: center;
    border: 2px solid #0396d3;
}
.floating-icon-bottom .mail{
    background-color: #fff;
    color: #0396d3;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 0 15px 0 0;
    border: 2px solid #0396d3;
}
.floating-icon-bottom i{
    color: #0396d3;
    display: block;
    font-size: 20px;
}



#preloader{
    background: #fff url(../images/preloader/loader.gif);
    background-size: 20%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100;
}

/* ************Why Choose*********** */
.why-sera {
    background-color: #f3f3f3;
}

.why-sera .wrap h6{
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    color: #252525;
    margin: 0 0 30px 0;
    text-align: center;
   
}
.why-sera .wrap p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #252525;
    margin: 0 0 15px 0;
}
.choose .wrap p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #252525;
    margin: 0 0 15px 0;
    text-align: center;
}
.why-sera .box figure{
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cfcfcf;
    border-radius: 38%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.why-sera .box figure .h-1{
    width: 110px;
    display: block;
  transition: all .3s ease-in-out;
}


.why-sera .box figcaption h5{
    font-size: 21px;
    line-height: 31px;
    font-weight: 800;
    color: #252525;
    margin: 0 0 15px 0;
    text-align: center;
    font-family: Poppins, sans-serif !important;
}
.why-sera .box figcaption p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #252525;
    text-align: center;
}


/* *************lets************* */

.lets{
    background-image: url(../images/about/about-contact-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
    padding: 80px 0;
    position: relative;
}
.lets h6{
    font-size: 42px;
    line-height: 48px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin: 0 0 30px 0;
}
.lets a.btn{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 15px;
    display: block;
    width: fit-content;
    margin: 10px auto;
    transition: all 0.3s ease;
}
.lets a.btn:hover{
    color: #fff;
    background: #ff8100;
    border: 2px solid #ff8100;
}

/* *************service************ */

/* ------Gallery----- */

.gallery h6{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #ff8100;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}
.portfolio-item .item img{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
    border: 2px solid #fff;
}





/* ******************RESPONSIVE******************* */


/* 
mw-1399-----------c-1200
mw-1199-----------c-992
mw-991------------c-768
mw-767------------c-576
mw-575------------c-480
mw-479------------c-375
 */


 /* 
 xl-1399 to 1200
 lg-1199 to 992
 md-991 to 768
 lg-767 to 576 
 */



/* ******1399px****** */                 

@media only screen and (max-width: 1399px) {

   header , .about , .services , footer , .service , .contact {
    overflow: hidden;
   }
}
/* ******1199px****** */                 

@media only screen and (max-width: 1199px) {

    .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 45px;
        line-height: 55px;
    }
    .about .wrap h1 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    .about .wrap p {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 15px;
    }
    .testimonial .box p {
        font-size: 15px;
        line-height: 20px;
    }
    .testimonial .item figure img {
        margin-right: 50px;
    }
    .sub-page .head h1 {
        font-size: 40px;
        line-height: 46px;
    }
    .sub-page .head p {
        font-size: 16px;
        line-height: 24px;
    }
    .sub-page .wrap .why-section h4 {
        font-size: 25px;
        line-height: 31px;
        margin: 0 0 15px 0;
    }
    .sub-page .wrap .why-section p {
        font-size: 16px;
        line-height: 22px;
    }
    .sub-page .wrap .why-section ul li p {
        font-size: 15px;
        line-height: 24px;
    }

}
/* ******991px****** */                 

@media only screen and (max-width: 991px) {

    .navbar-toggler-icon {
        display: inline-block;
        width: auto;
        height: auto;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .navbar .navbar-nav {
        align-items: center;
    }
    .carousel .carousel-inner {
        height: 435px;
    }
    .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 40px;
        line-height: 50px;
    }
    .about .wrap h1 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px;
    }
  .head p{
    color: #000;
    font-size: 16px;
   }

    .services .wrap .media-box {
        display: block !important;
        text-align: center;
    }
    .testimonial .item figure img {
        display: block;
        margin: 0 auto 10px;
    }
    .testimonial .box figure h6 {
        margin-bottom: 5px;
    }
    .testimonial .box figure .rating {
        margin-top: 0px;
    }
    footer .footer-wrap h4 {
        font-size: 22px;
        line-height: 26px;
    }
    footer .footer-wrap p {
        font-size: 12px;
        line-height: 18px;
    }
    footer .footer-wrap ul li a {
        font-size: 13px;
        line-height: 19px;
    }
    .footer-bottom{
        padding-bottom: 100px;
    }
    .contact .wrap a {
        font-size: 12px;
    }

    .sub-page .head h1 {
        font-size: 34px;
        line-height: 40px;
    }
    .sub-page .head p {
        font-size: 15px;
        line-height: 21px;
    }
    .sub-page .wrap .why-section p {
        font-size: 14px;
        line-height: 20px;
    }
    .sub-page .wrap .why-section ul li p {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 8px;
    }

}
/* ******767px****** */                 

@media only screen and (max-width: 767px) {

    header {
        display: none;
    }
    .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 15px;
    }
    .carousel .carousel-inner {
        height: 325px;
    }
    .about figure img {
        display: none;
    }
    .services .wrap .media-box {
        display: flex !important;
        text-align: left;
    }

    footer .footer-wrap h4 {
        margin: 0px 0 20px 0;
    }
    .footer-bottom .copy-right p{
        font-size: 14px;
    }

    .sub-page figure img {
        display: none;
    }

    .contact .contact-border {
        border: none;
        height: 0%;
    }

}
/* ******575px****** */                 

@media only screen and (max-width: 575px) {

    .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 23px;
        line-height: 30px;
    }
    .carousel .carousel-inner .carousel-item .carousel-caption p {
        font-size: 16px;
        line-height: 20px;
    }

}
/* ******479px****** */                 

@media only screen and (max-width: 479px) {

    .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .services .wrap .media-box {
        display: block !important;
        text-align: center;
    }


    .floating-icon-bottom .whatsapp , .floating-icon-bottom .call , .floating-icon-bottom .mail {
        font-size: 14px;
    }
    
}



