/* Google fonts used in this project 
    1) font-family: 'Roboto', sans-serif;
    2) font-family: 'Open Sans', sans-serif;
    3) font-family: 'Poppins', sans-serif;


*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* Start globle css */

body {
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    font-weight: normal;
    color: #333;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

.pt-60 {
    padding-top: 60px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-0 {
    padding-bottom: 0px;
}

.plr-0 {
    padding-left: 0px;
    padding-right: 0px;
}


/*-------------------------------- padding end ----*/

.mt-60 {
    margin-top: 60px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-0 {
    margin-top: 0px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}


/* End of margin */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 15px;
}

.list1 li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.list1 li::before {
    position: absolute;
    content: "\f00c";
    left: 0px;
    top: 0px;
    font-family: 'FontAwesome';
    color: #eb8f2c;
    font-weight: 600;
}

.order-list li:before {}

.text-upper {
    text-transform: uppercase;
}

.btn1 {
    display: inline-block;
    padding: 10px 40px;
    background: #eb8f2c;
    color: #fff;
    outline: 0;
    border: 0;
    border-radius: 28px;
}

.btn1:hover {
    background: #363635;
}

.gray-bg {
    background: #f1fbff;
}


/* End of globle css */


/* page banner  */

.pagebanner {
    position: relative;
    min-height: 200px;
    background: gray;
}

.pagebanner::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 7%);
}

.pagetitle {
    position: absolute;
    top: 50%;
    left: 10%;
    content: "";
    transform: translateY(-50%);
    color: #eb8f2c;
    text-transform: uppercase;
}

.pagetitle h2 {
    margin-bottom: 0;
}


/* start top header section  */

.top-header {
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #eb8f2c;
}

.top-header p {
    margin-bottom: 0px;
    padding: 10px 0;
    font-size: 16px;
    color: #fff
}

.top-header .t-info {}

.top-header .t-info li {
    display: inline-block;
    padding: 3px 0;
    margin-left: 20px;
}

.top-header .t-info li i {
    color: #ffffff;
    font-size: 14px;
    padding-right: 10px;
}

.top-header .t-info li a {
    color: #fff;
    font-size: 14px;
}

.top-header .t-info li a:hover {
    color: #cde1fd
}

.f_social li {
    display: inline-block;
    margin-right: 2px;
    text-align: center;
}

.f_social li a {
    color: #ffffff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 70px;
    border: 1px solid #ffffff;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    display: inline-block;
}

.f_social li a:hover {
    background: #cde1fd;
    color: #0c487c;
}

.logo {
    margin-top: 10px;
    display: inline-block;
}


/* End of top header section  */


/* FEATURED SERVICES */

.featured-services {
    width: 100%;
    float: left;
}

.featured-services .left-side {
    width: 100%;
    float: left;
}

.featured-services .left-side .section-title {
    margin-top: 60px;
}

.featured-services .left-side p {
    width: 100%;
    float: left;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 24px;
}

.featured-services .left-side ul {
    width: 100%;
    float: left;
}

.featured-services .left-side ul li {
    width: 100%;
    float: left;
    margin: 3px 0;
}

.featured-services .left-side ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    float: left;
    margin-right: 10px;
    margin-top: 8px;
    border-radius: 50%;
    background: #eb8f2c;
}

.featured-services .right-side {
    width: 100%;
    float: left;
    margin-top: -60px;
    z-index: 16;
    position: relative;
}

.featured-services .right-side .service-box {
    width: 31.5%;
    float: left;
    text-align: center;
}

.featured-services .right-side .service-box.spacing {
    margin: 0 2.75%;
}

.featured-services .right-side .service-box figure {
    width: 100%;
    float: left;
    background: #eb8f2c;
    padding-top: 40px;
}

.featured-services .right-side .service-box figure figcaption {
    width: 100%;
    float: left;
    margin: 40px 0;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.featured-services .right-side .service-box .desc {
    width: 100%;
    float: left;
    background: #333333;
    padding: 20px 10px;
    font-size: 14px;
    color: #fff;
}


/* Start welcome text section  */

.welcome-text {
    background: #eb8f2c;
    padding: 80px 0 145px;
}

.welcome-text .title-box,
.welcome-text .text-box {
    display: table-cell;
    vertical-align: middle;
}

.welcome-text .title-box {
    padding-right: 40px;
    border-right: 4px solid #486d08;
    width: 30%;
}

.welcome-text .title-box h3 {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    line-height: 33px;
    text-transform: uppercase;
}

.welcome-text .text-box {
    padding-left: 46px;
}

.welcome-text .text-box p {
    margin: 0;
    color: #ffffff;
    font-style: italic;
    font-size: 16px;
}


/* End welcome text section  */


/* Start owl slider arrow styling  */

.sliderwrapper {
    position: relative;
}

.sliderwrapper .owl-nav {
    position: absolute;
    top: 43%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sliderwrapper .owl-nav button.owl-prev,
.sliderwrapper .owl-nav button.owl-next {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    font-size: 52px;
    background: #eb8f2c;
    color: #fff;
    line-height: 0;
    outline: 0;
    width: 40px;
    height: 40px;
    font-size: 38px;
}

.sliderwrapper .owl-nav button.owl-prev {
    left: -60px;
    position: absolute;
}

.sliderwrapper .owl-nav button.owl-next {
    right: -60px;
    position: absolute;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #6685a3;
}

.owl-carousel button.owl-dot {
    margin-top: 20px;
}

.sliderwrapper .owl-theme .owl-dots .owl-dot.active span {
    background: #eb8f2c;
}

.sliderwrapper .owl-theme .owl-dots .owl-dot {
    outline: 0;
}


/* End of owl slider arrow styling  */


/* Srtart Home services section  */

.Home_services {
    margin-top: -145px;
}

.hservices {
    background: #f2f2f2;
    margin-bottom: 30px;
    transition: all .5s;
}

.hs_info {
    padding: 20px 8px;
    /* min-height: 256px; */
    position: relative;
    text-align: center;
}

.hs_info h4 {
    text-transform: uppercase;
    font-size: 15px;
    color: #272727;
    margin: 0;
}

.hs_info p {
    color: #222;
    font-size: 14px;
}

.hs_info small {
    position: absolute;
    bottom: 20px;
}

.hservices a {
    transition: all .5s;
    display: block;
}

.hservices a:hover {
    box-shadow: 0 0 15px 10px #ccc;
}

.hservices:hover {
    transform: translateY(-10px);
}


/* End of Home services section  */


/* Start we offers  services  */

.weofferbox {
    display: flex;
    margin-bottom: 32px;
    align-items: center;
    background: #fff;
    padding: 25px 15px;
    border-radius: 7px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
}

.weofferbox img {
    width: 45px;
}

.weofferbox .offericon {
    margin-right: 10px;
}

.offerinfo h4 {
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 0;
}

.weofferbox {
    /* padding: 10px; */
}

.weofferbox:hover {}


/* End of we offers  services  */


/* Start input fiels  */


/* Start Contact Form section */

.details-icons {
    display: table-cell;
    vertical-align: top;
}

.details-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    font-size: 15px;
}

.details-info h5 {
    margin: 0;
}

.details-box li {
    margin-bottom: 50px;
    border-bottom: 1px solid #f4eeee;
}

.details-box li:last-child {
    margin-bottom: 0px;
    border: 0;
}

.details-icons span {
    color: #eb8f2c;
    font-size: 25px;
    border: 1px solid #eb8f2c;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
}

.details-info h5 {
    font-weight: bold;
    margin-bottom: 5px;
}

.details-info a {
    color: #444;
}

.details-info a:hover {
    color: #eb8f2c;
}

form .text-box,
form .select-opt,
form .text-area {
    width: 100%;
    height: 45px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    outline: 0px;
    border: 0px;
    cursor: text
}

.text-area {
    height: 120px !important;
}

ul.details-box {
    /* box-shadow: 0px 0px 6px 3px #f4f3f3; */
    border-radius: 8px;
}


/* End of Contact Form section */


/* End of input fiels  */


/* quote section  */

.quote-form {
    /* background: url(../img/form-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center; */
}


/* End of quote section  */


/* Start cta section */

.icon-box {
    display: table-cell;
    vertical-align: top;
}

.info-box {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding-left: 9px;
}

.call-to5 {
    background: #eb8f2c;
    color: #fff;
}

.call-to5 .info-box {
    padding-left: 20px;
}

.call-to5 .icon-box i {
    font-size: 20px;
    color: #ffffff;
}

.call-to5 h1 {
    margin: 0;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}

.call-to5 h2 {
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

.call-to5 h4 {
    margin-top: 5px;
    color: #fff;
}

.call-to5 h4 a {
    color: #ffffff;
    font-size: 12px;
}


/* End of cta section */


/* Footer Area css
============================================================================================ */

.footer_area {
    background: #0f0f0f url(../img/footer-bg.png);
    padding-top: 30px;
    background-size: contain;
}

.footer_area h2 {
    color: #fff;
}

.footer_widget {
    padding-bottom: 50px;
}

.f_widget {}

.f_widget .link_widget {}

.f_widget.padd-l-60 {
    padding-left: 60px;
}

.f_title {
    padding-bottom: 25px;
}

.f_title h3 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    /*opacity: .6;*/
    letter-spacing: .32px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 18px;
}

.f_title h3:before {
    content: "";
    width: 40px;
    height: 2px;
    background: #eb8f2c;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.about_widget img {
    max-width: 100%;
}

.about_widget p {
    font-size: 16px;
    line-height: 24px;
    color: #c5c5c5;
    letter-spacing: .48px;
    padding: 25px 0px 15px 0px;
}

.about_widget .f_r_link {
    font-size: 15px;
    color: #eb8f2c;
}

.about_widget .f_r_link:hover {
    text-decoration: underline;
}

.link_widget ul li {
    margin-bottom: 5px;
}

.link_widget ul li a {
    font-size: 13px;
    color: #c5c5c5;
    letter-spacing: .32px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.link_widget ul li:last-child {
    margin-bottom: 0px;
}

.link_widget ul li:hover a {
    color: #eb8f2c;
}

.contact_widget .contact_inner .media {
    margin-top: 15px;
}

.contact_widget .contact_inner .media:first-child {
    margin-top: 0px;
}

.contact_widget .contact_inner .media .media-left {
    padding-right: 20px;
}

.contact_widget .contact_inner .media .media-left i {
    font-size: 22px;
    color: #eb8f2c;
}

.contact_widget .contact_inner .media .media-body h4 {
    font-size: 16px;
    font-weight: bold;
    color: #757575;
    text-transform: uppercase;
    letter-spacing: .32px;
}

.contact_widget .contact_inner .media .media-body p {
    font-size: 13px;
    color: #c5c5c5;
    letter-spacing: .32px;
    line-height: 24px;
}

.contact_widget .contact_inner .media .media-body a {
    font-size: 13px;
    color: #c5c5c5;
    letter-spacing: .32px;
    line-height: 24px;
}

.contact_widget .contact_inner .media:nth-child(2) .media-body a {
    color: #c5c5c5;
    font-size: 13px;
    /*font-weight: bold;*/
}

.footer_copyright .footer_copyright_inner {
    overflow: hidden;
    clear: both;
    /*background: #212025;*/
    border-top: 1px solid #4a4a4a;
}

.footer_copyright .footer_copyright_inner .pull-left {
    padding-left: 30px;
}

.footer_copyright .footer_copyright_inner .pull-left p {
    font-size: 16px;
    color: #c5c5c5;
    letter-spacing: .32px;
    line-height: 70px;
}

.footer_copyright .footer_copyright_inner .pull-right {
    padding-right: 30px;
}

.footer_copyright .footer_copyright_inner .pull-right h4 {
    font-size: 16px;
    color: #c5c5c5;
    letter-spacing: .32px;
    line-height: 70px;
    font-weight: normal;
}

.footer_copyright .footer_copyright_inner .pull-right h4 a {
    font-size: 16px;
    color: #c5c5c5;
    letter-spacing: .32px;
    font-weight: normal;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.footer_copyright .footer_copyright_inner .pull-right h4:hover a {
    color: #eb8f2c;
}

.copy-right {
    color: #fff;
    padding: 20px 0;
    font-size: 12px;
}

.copy-right a {
    color: #fff;
}

.copy-right a:hover {
    color: #eb8f2c;
}

.map iframe {
    margin-bottom: -5px;
}


/* End Footer Area css--*/


/* start about us section  */

.vis-mis-box {
    text-align: center;
    background: #f1f1f1;
    padding: 60px 20px;
}

.vis-mis-box h3 {
    font-weight: bold;
}

.vismis-img img {
    width: 100%;
    height: 344px;
    object-fit: cover;
}

.vis-mis-box img {
    margin-bottom: 30px;
}


/* End of about us section  */

.about-content h4 {
    line-height: 38px;
    text-transform: capitalize;
    font-size: 30px;
    position: relative;
    padding-bottom: 20px;
}

.about-content h4 ::after {
    border: 1px solid #eb8f2c;
    bottom: 3px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 12%;
}

.about-content p {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.about-details {
    overflow: hidden;
    display: block;
    padding-top: 10px;
}

.about-details .info-box h5 {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}


/* Start why choose section  */

.whychoosec {
    background: #f1fbff;
}

.whyinfo {
    padding-left: 8%;
}

.whyinfo h4 {
    margin-bottom: 0px;
}

.whyinfo h1 {
    color: #eb8f2c;
}


/* End of why choose section  */


/* Start services form section  */

.services-form {
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.43);
    background: url(../img/map.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
}

.services-form::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background: #0000009e;
    width: 100%;
    height: 100%;
}

.servicesform {
    position: relative;
}

.servicesform .nav-tabs .nav-link {
    color: #fff;
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background: linear-gradient(to right, #f48502 0%, #ffcc5f 100%);
}

.tab-content>.tab-pane {
    border: 1px solid #f48604;
    border-top: 0;
    padding-bottom: 50px;
    padding-top: 30px;
}

.nav-tabs {
    border-bottom: 1px solid #f48604;
}

.servicesform .nav-tabs .nav-link {
    border-color: #f48604;
}

label.col-form-label {
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000;
}


/*end of  services form section  */


/* start accordion  */

#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
}

#accordion .panel-heading:before,
#accordion .panel-heading:after {
    content: "";
    width: 50%;
    height: 20%;
    box-shadow: 0 15px 5px rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 15px;
    left: 10px;
    transform: rotate(-3deg);
    z-index: -1;
}

#accordion .panel-heading:after {
    left: auto;
    right: 10px;
    transform: rotate(3deg);
}

#accordion .panel-title a {
    display: block;
    padding: 15px 70px 15px 70px;
    margin: 0;
    background: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    color: #4a4a4a;
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    /* box-shadow: 0 1px 4px rgb(119 162 46), 0 0 40px rgb(119 162 46) inset; */
    position: relative;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
    content: "\f106";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 55px;
    height: 100%;
    text-align: center;
    line-height: 50px;
    border-left: 2px solid #eb8f2c;
    position: absolute;
    top: 0;
    right: 0;
}

#accordion .panel-title a.collapsed:before {
    content: "\f107";
}

#accordion .panel-title a .icon {
    display: inline-block;
    width: 55px;
    height: 100%;
    border-right: 2px solid #eb8f2c;
    font-size: 20px;
    color: #eb8f2c;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

#accordion .panel-title a .icon img {
    width: 20px;
    height: auto;
}

#accordion .panel-body {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-bottom: 3px solid #eb8f2c;
    border-top: none;
    background: #fff;
    font-size: 15px;
    color: #333;
    line-height: 27px;
}


/* End of accordion  */