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: #000650;
}
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: #000650;
    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: #f57d17;
}
.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;
}

.home-why .wrap ul li{
    list-style-type: none;
}
.home-why h2{
    color:#bd5700;
    font-size: 25px;
    margin-top: 25px;
    text-align: center;
}

/* ************process*********** */


.process .wrap h6{
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    color: #252525;
    margin: 0 0 30px 0;
    text-align: center;
}
.process .wrap p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #252525;
    margin: 0 0 15px 0;
}
.design .wrap p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #252525;
    margin: 0 0 15px 0;
    text-align: center;
}
.process .box figure{
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cfcfcf;
    border-radius: 100%;

    margin-left: auto;
    margin-right: auto;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}

.process .box figure .h-1{
    width: 95px;
    display: block;
    transition: all .3s ease-in-out;
}

.process .box figure .h-2{
    width: 70px;
    display: none;
    transition: all .3s ease-in-out;
}
.process .box:hover figure .h-2{
    display: block;
}
.process .box figure .number{
    position: absolute;
    top: -10px;
    right: -10px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #7c0606;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    background-color: #fff;
    transition: all .3s ease-in-out;
}

.process .box figcaption h5{
    font-size: 13px;
    line-height: 31px;
    font-weight: 800;
    color: #252525;
    margin: 6px 0 15px 0;
    text-align: center;
    line-height: 20px;
}
.process .box figcaption p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #252525;
    text-align: center;
}

/* ************Banner************ */

/* ************Banner************ */



.banner .carousel .carousel-inner .carousel-item .carousel-caption {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.banner .carousel .carousel-inner .carousel-item .carousel-caption h5 {
    color: #fff;
    text-shadow: 3px 5px 4px #0000009d;
    font-size: 80px;
    line-height: 100px;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.banner .carousel .carousel-inner .carousel-item .carousel-caption h5 span{
    color: #f9ff10;
    text-shadow: 3px 5px 4px #0000009d;
}
.banner .carousel .carousel-inner .carousel-item .carousel-caption a.btn {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    background: #dfb946;
    border: 2px solid #dfb946;
    display: inline-block;
    margin: 0 auto;
    transition: all 0.5s ease;
    padding: 20px 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 0;
}
.banner .carousel .carousel-inner .carousel-item .carousel-caption a.btn:hover {
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
}

/******************Why ************************/
.why h4 {
    font-size: 50px;
    line-height: 61px;
    font-weight: 800;
    color: #f6584d;
    margin-bottom: 10px;
    text-align: center;}





.why .wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.why .wrap img{

    display: inline-block;
    border-radius: 5px;
}
.why .wrap h1{
    color: #bd8f06;
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 25px;
}
.why .wrap h2{
    color: #bd8f06;
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.why .wrap p{
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 7px;
}



    .why ul li{
        color: #000;
        
        padding-left: 2px;
        font-size: 18px;
        list-style-type:disc;
       
    }

/* ************About********** */




.about h4 {
    font-size: 50px;
    line-height: 61px;
    font-weight: 800;
    color: #f6584d;
    margin-bottom: 10px;
    text-align: center;}





.about .wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.about .wrap img{

    display: inline-block;
    border-radius: 5px;
}
.about .wrap h1{
    color: #bd8f06;
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 25px;
}
.about .wrap h2{
    color: #bd8f06;
    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 ul li{
        color: #000;
        
        padding-left: 2px;
        font-size: 18px;
        list-style-type: disc;
   
       
    }
    .about ul li span{
        color: #bd5700;
        font-weight: bold;
   
        font-size: 21px;
    
       
    }
    .form-pest{
    max-width: 1200px;
    height: auto;
    background-color: #fff;
    border-left: solid #ffcc03 10px;

    box-shadow: 1px 6px 18px 1px rgb(135, 136, 136);
    padding: 40px;
    

}
.form-pest h1{
    color: #000;
    font-size: 38px;
    padding: 10px;
}
.form-pest h1 span{
    color: #ffcc03;
    font-size: 40px;
}
.form-pest p{
    color: #000;
    font-size: 20px;
}
.form-pest h2{
    
        border: #eca400 solid 2px;
        width: fit-content;
        padding: 13px;
}


#contact-form .form-group{
 margin-top: 20px;
}
#contact-form .form-group select{
    margin-top: 30px;
   }
   #contact-form .form-group ::placeholder{
    color:#dd7600;
   }  
   #contact-form .form-group select{
    color:#dd7600;
   }  


.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: #bd8f06;
    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: #bd8f06;
    border: 2px solid #874e04;
    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**************** */
/* *************our-service************** */


.other-services h4{
    font-size: 50px;
    line-height: 61px;
    font-weight: 800;
    color: #f6584d;
    margin-bottom: 50px;
    text-align: center;
}
.other-services .wrap{
    margin-bottom: 50px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 50%);


}
.other-services .wrap h5{
    font-size: 18px;
    line-height: 41px;
    font-weight: 600;
    color: rgb(245 130 31);
    margin-bottom: 1px;
    text-align: center;
}
.other-services .wrap figure{
    margin-bottom: 20px;
}
.other-services .wrap figure img{
    width: 100%;
    margin: 0 auto;
    display: block;

}
.other-services.wrap p{
    font-size: 17px;
    line-height: 21px;
    font-weight: 1400;
    color: #004f94;
    margin-bottom: 10px;
    text-align: center;
}
.other-services .wrap a.btn{
    color: #f5821f;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background: transparent;
    border: 2px solid #f5821f;;
    border-radius: 15px;
    display: block;
    width: fit-content;
    margin: 10px auto;
    transition: all 0.3s ease;
}
.other-services .wrap a.btn:hover{
    color: #fff;
    background: #1b0e02
}
/* Other Services *****/*


.our-service h4{
    font-size: 50px;
    line-height: 61px;
    font-weight: 800;
    color: #f6584d;
    margin-bottom: 50px;
    text-align: center;
}
.our-service .wrap{
    margin-bottom: 50px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 50%);
    padding: 20px 10px;

}
.our-service .wrap h5{
    font-size: 30px;
    line-height: 41px;
    font-weight: 600;
    color: rgb(245 130 31);
    margin-bottom: 15px;
    text-align: center;
}
.our-service .wrap figure{
    margin-bottom: 20px;
}
.our-service .wrap figure img{
    width: 100%;
    margin: 0 auto;
    display: block;

}
.our-service .wrap p{
    font-size: 17px;
    line-height: 21px;
    font-weight: 1400;
    color: #004f94;
    margin-bottom: 10px;
    text-align: center;
}
.our-service .wrap a.btn{
    color: #f5821f;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background: transparent;
    border: 2px solid #f5821f;;
    border-radius: 15px;
    display: block;
    width: fit-content;
    margin: 10px auto;
    transition: all 0.3s ease;
}
.our-service .wrap a.btn:hover{
    color: #fff;
    background: #1b0e02
}
.our-service p{
   color: black;"
}
/* Contact***/*
.contact ul{
    display: block;
    
     
}
.contact ul li{
   
    list-style-type: none;
    display: flex;
  
}

/* ***********partner********** */

.partner{
    background-color: #fff
}
.partner h6{
    color: rgb(245 130 31);
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}
.partner p{
    color: #000;
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}


/* ************why-choose*********** */
.why-choose{
    background-color: #eeefef;
}

.why-choose .wrap h6{
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    color: #bd8f06;
    margin: 0 0 30px 0;
    text-align: center;
}
.why-choose .wrap p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #252525;
    margin: 0 0 15px 0;
}
.design .wrap p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #252525;
    margin: 0 0 15px 0;
    text-align: center;
}
.why-choose .box figure{
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f5d753;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fffef9;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}


.why-choose .box figure .h-1{
    width: 86px;
    display: block;
    transition: all .3s ease-in-out;
}

.why-choose .box figure .h-2{
    width: 70px;
    display: none;
    transition: all .3s ease-in-out;
}

.why-choose .box figure .number{
    position: absolute;
    top: -10px;
    right: -10px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #7c0606;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    background-color: #fff;
    transition: all .3s ease-in-out;
}

.why-choose .box figcaption h5{
    font-size: 25px;
    line-height: 31px;
    font-weight: 800;
    color: #252525;
    margin: 0 0 15px 0;
    text-align: center;
}
.why-choose .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;
}


.our-service p{padding-bottom: 40px;
text-align: center;}

.about h1{text-align: center;}
.about p{text-align: center; margin-bottom: 20px;}




.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;
}
.home-inspection{
    background-color: #ebfffd;
    padding: 31px;
}

.home-inspection h4{
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 25px;
}
.home-inspection p{
    text-align: justify;
    color: #000;
    font-size: 16px;
}
.home-inspection img{
    width: 100%;
    height: 200px;
    text-align: center;
}
.best-interior{
    background-color: #544005;
}
.best-interior h2{
    font-size: 30px;
}
.best-interior p{
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
}

/* *****************Footer*************** */

footer{
    background-color: #FFD596;
    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: 250px;
    margin: 30px 0 20px;
}
footer .footer-wrap p{
    color: #000;
    font-size: 16px;
    line-height: 22px;

}
footer .footer-wrap .social-icon a i{
    color: #bd8f06;
    font-size: 15px;
    background-color: #ffff;
    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: #000000;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin: 55px 0 20px 0;
}
footer .footer-wrap ul li a{
    color: #000;
    font-size: 16px;
    line-height: 24px;
    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: #e5f0ff;
    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;
}





/* *************Breadcum*************** */

.breadcum{
    background-image: url(../images/breadcum/broadcum.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;
}




.hero

{width: 100%;
height: 50vh;
background:#f1f9ff;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}

.hero h1{ font-size: 40px sans-serif;
color: #bd8f06;
font-family: 'Poppins', sans-serif;
margin-bottom: 50px;}










/* --------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: 1px 5px;
    display: block;
    transition: 0.5s all ease;
}
.contact .wrap i{
    color: #be9108;
    font-size: 20px;
    margin: 0 auto;
    display: block;
}
.contact .wrap a:hover{
    color: #be9108;
    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;
}
.form-box #contact-form button.btn {
    color: #0396d3;
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    background: transparent;
    border: 2px solid #eca400;
    border-radius: 15px;
    display: inline-block;
    width: fit-content;
    margin: 36px -1px;

}
.form-box #contact-form button.btn:hover{
    color: #fff;
   background-color: #0396d3;
}

.form-box h2{
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    word-spacing: 4px;
    background-color: #000954;
}

/* ***************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: #bd8f06;
    margin-bottom: 20px;
    text-align: center;
}
.sub-page .head h2{
    font-size: 30px;
    line-height: 56px;
    font-weight: 800;
    color: #bd8f06;
    margin-bottom: 5px;
   
}
.sub-page .head h3{
    font-size: 28px;
    line-height: 56px;
    font-weight: 800;
    color: #bd8f06;
    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: #8f6d07;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 15px 0 0 0;
    border: 2px solid #8f6d07;
}
.floating-icon-bottom .call{
    background-color: #fff;
    color: #8f6d07;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 10px;
    text-align: center;
    border: 2px solid #8f6d07;
}
.floating-icon-bottom .mail{
    background-color: #fff;
    color: #8f6d07;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 0 15px 0 0;
    border: 2px solid #8f6d07;
}
.floating-icon-bottom i{
    color: #8f6d07;
    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;
}


/* ------Gallery----- */

.gallery h6{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #ff8100;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}
.gallery p
{
    color: #000;
    font-size: 20px;
    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****** */                 


/* ************Header*********** */

header .header-top{
    background-color: #773700;
}
header .header-top .wrap{
    padding: 15px 0;
}
header .header-top .wrap a{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin: 0 8px;
}
header .header-top .wrap a i{
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}


@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;
    }
    .process .box figure {
        height: 130px;
        width: 130px;
    }
    .process .box figure .h-1 {
        width: 60px;
    }
    .process .box figure .h-2 {
        width: 60px;
    }
    .process .box figure .number {
        height: 45px;
        width: 45px;
        font-size: 20px;
    }

}
/* ******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;
    }
    .banner .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;
    }
    .process .box figcaption h5 {
        font-size: 20px;
        line-height: 26px;
    }
    .process .box figcaption p {
        font-size: 14px;
        line-height: 20px;
    }

}
/* ******767px****** */                 

@media only screen and (max-width: 767px) {

    header {
        display: none;
    }
    .banner .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%;
    }
    .process figcaption{
        margin-bottom: 20px;
    }

}
/* ******575px****** */                 

@media only screen and (max-width: 575px) {

    .banner .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;
    }
    
}
#price p{
    line-height: 28px;
}


.abt p{
color: black; text-align: justify; margin-top: 25px;"
}