@charset "utf-8";
/* CSS Document */

/* @font-face{ font-family:"Dutch801"; src:url("../fonts/Dutch801.ttf"); } */
/*===== Pre CSS =====*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    font-family: 'Viga', sans-serif;
    background: #fff;
}

p, a, span, table, th, tr, td, h1, h2, h3, h4, h5, h6, img, ul, ol, li {
    margin: 0;
    padding: 0;
    font-family: 'Viga', sans-serif;
}

/*===== Go To Top Section =====*/
#back-top {
    display: block;
    position: fixed;
    bottom: 15px;
    right: 14px;
    text-align: center;
    z-index: 99999;
}

#back-top a {
    display: block;
    text-decoration: none;
}

#back-top a .fa {
    width: 40px;
    height: 40px;
    padding-top: 10px;
    font-size: 18px;
    border-radius: 5px;
    opacity: 1;
    color: #fff;
    background: #000;
    border: #fff solid 1px;
    transition: all linear 0.3s;
}

#back-top a .fa:hover {
    background: #fff;
    color: #000;
    border-color: #000;
    transform: scale(1.05, 1.05);
}

/*===== Mobile Menu =====*/
.mobile_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 9;
}

.menu_icon_box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    display: block;
    width: 100%;
    background: #000;
    height: 57px;
    border-bottom: #fff solid 1px;
}

.tab_button {
    float: left;
}

.tab_button a {
    display: inline-block;
    padding: 7px 10px;
    margin-top: 14px;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    border: #fff solid 1px;
    border-radius: 5px;
    box-sizing: border-box;
    text-decoration: none;
}

.tab_button a:hover {
    background: #747474;
    border: #747474 solid 1px;
}

.tab_button1 {
    margin-left: 15px;
    margin-right: 5px;
}

.menu_icon {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    padding: 1px 5px;
    background: transparent;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 999;
}

.menu_icon span {
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    margin: 5px 0;
    border-radius: 5px;
    transition: all linear 0.3s;
}

.menu_icon.active {
    color: #fff;
    padding: 8px 3px 0;
}

.menu_icon.active span {
    position: absolute;
    width: 85%;
}

.menu_icon.active span:nth-child(1) {
    transform: rotate(45deg);
}

.menu_icon.active span:nth-child(3) {
    transform: rotate(-45deg);
}

.menu_icon.active span:nth-child(2) {
    display: none;
}

.mobile_slideLogo {
    display: block;
    text-align: center;
}

.mobile_slideLogo img {
    display: inline-block;
    float: none;
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    width: inherit;
    height: auto;
}

.sidebar {
    padding: 65px 15px;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 99999;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    background: #000;
    text-align: center;
    box-sizing: border-box;
    z-index: 999999;
    transition: all linear 0.3s;
}

.sidebar.active {
    left: 0;
}

.sidebar ul li {
    list-style: none;
}

.sidebar ul li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    border: #747474 solid 1px;
    text-align: left;
    color: #fff;
    margin-bottom: 1px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
}

.sidebar ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 12px 0;
    height: 100%;
    width: 0%;
    background: #747474;
    transition: all linear 0.3s;
}

.sidebar ul li a:hover::before {
    width: 100%;
}

.sidebar ul li.active {
    background: #747474;
    border-radius: 5px;
}

/*-- Modern Social Media Icon Display --*/
.social_media_block {
    display: none;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999;
}

.share_icon .fa-solid {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: #fff solid 1px;
    background: #000;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 14px 0 0 0;
    transition: all linear 0.3s;
}

.share_icon .fa-solid:hover {
    transform: rotate(360deg);
    color: #fff;
    background: #002665;
    border-color: #0603B9;
}

.social_icon {
    position: relative;
    overflow-y: hidden;
    border-bottom-left-radius: 52px;
    border-bottom-right-radius: 52px;
    transition: all linear 0.3s;
}

.social_icon.active {
    padding-top: 52px;
}

.social_icon ul {
    position: relative;
    display: block;
    text-align: center;
    transform: translateY(100%);
    transition: all linear 0.3s;
}

.social_icon.active ul {
    transform: translateY(-52px);
}

.social_icon ul li {
    list-style: none;
}

.social_icon ul li .fa-brands {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: #0e59a9;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 13px 0px 0 0;
    transition: all linear 0.3s;
}

.social_icon ul li .fa-brands:hover {
    transform: rotate(360deg);
}

.social_icon ul li:nth-child(1) .fa-brands {
    background: #3d5a96;
    color: #fff;
}

.social_icon ul li:nth-child(2) .fa-brands {
    background: #2aa3ef;
    color: #fff;
}

.social_icon ul li:nth-child(3) .fa-brands {
    background-image: linear-gradient(#8221b3, #c22268, #db8a40);
    color: #fff;
}

/* Wrapper */
.wrapper {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.transition {
    transition: all linear 0.3s;
}

/*===== Header Section =====*/
.header-top-area{ padding: 10px 50px; background: #002665; border-radius: 0 0 50px 50px; }
.header-top-area ul{ text-align: right; }
.header-top-area ul li{ display: inline-block; }
.header-top-area ul li:first-child{ float: left; font-size: 16px; color: #fff; font-family: 'Righteous',sans-serif; }
.header-top-area ul li a{ text-decoration: none; color: #fff; }
.header-top-area ul li a i{ display: flex; justify-content: center; align-items: center; color: #fff; font-size: 18px; }
.header-top-area ul li:nth-child(2) a i{}
.header-top-area ul li:nth-child(3) a i{}

.header-middle-area{ padding: 0 0 15px 0; }
.header-info ul{ text-align: right; margin-top: 20px; }
.header-info ul li{ position: relative; padding-left: 50px; display: inline-block; text-align: left; color: #000; font-family: 'Righteous',sans-serif; font-size: 17px; }
.header-info ul li:first-child{ margin-right: 50px; }
.header-info ul li span{ display: block; color: #0603B9; }
.header-info ul li::before{ content: ''; position: absolute; top: 0; left: 0; width: 50px; height: 100%; color: #000; font-family: 'fontawesome'; font-size: 24px; font-weight: 400; display: flex; justify-content: center; align-items: center; }
.header-info ul li:first-child::before{ content: '\f095'; }
.header-info ul li:last-child::before{ content: '\f0e0'; }

.header-bottom-area,#mega-menu-wrap-header-menu #mega-menu-header-menu{
    background: #BA0A29;
}

.header-bottom-area .navbar{
    padding: 0;
    margin: 0;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item {
    position: relative;
    display: inline-block;
    list-style: none;
    float: none;
    margin: 0;
    padding: 8px 50px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    position: relative;
    display: inline-block;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Righteous', sans-serif;
    font-weight: 400;
    border-bottom: 1px solid transparent;
    transition: all linear 0.3s;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:last-child{
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #fff;
    border-bottom: 1px solid #fff;
    background: transparent;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover{
    background: transparent;
    border-bottom: 1px solid #0603B9;
}

/* Dropdown Menu */
.navbar .navbar-nav>li .serv_dropdown_menu {
    display: none;
    position: absolute;
    z-index: 999999;
    border-top: transparent solid 27px;
    background: transparent;
    top: 40px;
    margin-left: 0;
    width: 270px;
    overflow-x: hidden;
    transition: all linear 0.3s;
}

.navbar .navbar-nav>li .serv_dropdown_menu li {
    display: block;
    width: 100%;
    list-style: none;
    text-align: left;
    margin: 0;
}

.navbar .navbar-nav>li .serv_dropdown_menu li a {
    display: block;
    padding: 10px 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    background: #002665;
    color: #fff;
    border-top: rgba(255, 255, 255, 0.2) solid 1px;
    border-radius: 0;
    transition: all linear 0.3s;
}

.navbar .navbar-nav>li .serv_dropdown_menu li a:hover {
    padding-left: 20px;
    color: #fff;
    background: #000;
}

.navbar .navbar-nav>li .serv_dropdown_menu li a .fa {
    float: none;
    margin-right: 5px;
    font-size: 14px;
}

.header-middle-area .logo {
    width: 150px;
}

.header-middle-area img.custom-logo {
    height: 100%;
    width: 100%;
}

/* My Own Custom Dropdown Animation */
.navbar .navbar-nav>li:hover .serv_dropdown_menu {
    display: block;
    animation: slide-up .5s ease-out;
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(15%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*===== Common Section =====*/
.section-title {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    z-index: 1;
}

.section-title h5 {
    position: relative;
    color: #0603B9;
    font-size: 20px;
    font-family: 'Righteous', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-title h4 {
    position: relative;
    color: #000;
    font-size: 18px;
    font-family: 'Righteous', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-title h3 {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Righteous', sans-serif;
    text-transform: capitalize;
}

.section-title h2 {
    position: relative;
    color: #000;
    font-size: 40px;
    font-weight: 400;
    font-family: 'Righteous', sans-serif;
    text-transform: capitalize;
    display: inline-block;
}

.section-title h2 span{
    color: #0603B9;
    font-size: 40px;
    font-family: 'Righteous', sans-serif;
    font-weight: 400;
}

.section-title p {
    color: #000;
    font-size: 17px;
    line-height: 35px;
    font-family: 'Righteous', sans-serif;
    font-weight: 400;
}

.more a {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 40px 13px;
    background: #BA0A29;
    color: #fff;
    font-size: 17px;
    font-family: 'Righteous',sans-serif;
    border: 1px solid #fff;
    filter: drop-shadow(0px 8px 24px rgba(6, 185, 255, 0.25));
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 50px;
    transition: all linear 0.3s;
}

.more a:hover {
    transform: translateY(-5px);
    border-color: #fff;
    background: #fff;
    color: #0603B9;
    transition: all linear 0.3s;
}


/*===== Banner Section =====*/
.banner{ position: relative; }
.banner .item img{ width: 100%; height: 900px; object-fit:cover; object-position:top;}
.banner .item{position:relative;}
.banner .item::after{content: ""; height: 100%; width: 100%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%); position: absolute; top: 0; left: 0;}
.banner-content{ position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%); overflow: hidden; z-index: 1;}
.banner-content-box a{ display: inline-block; padding: 15px 30px 12px; background: #002665; color: #fff; border-radius: 50px; text-decoration: none; font-size: 18px; text-transform: capitalize; font-family: 'Righteous',sans-serif; transition: all linear 0.3s; }
.banner-content-box a:hover{ transform: translateY(-5px); background: #fff; color: #000; box-shadow: 0 5px 15px -10px #000; }
.banner-right-content{ display: flex; justify-content: flex-end; }
.banner-right-content ul{ display: flex; flex-wrap: wrap; width: 330px; }
.banner-right-content ul li{ display: inline-block; width: 49%; list-style: none; text-align: center; }
.banner-right-content .list-item{ margin: 15px auto; width: 130px; height: 130px; border-radius: 5px; background: #fff; display: flex; justify-content: center; align-items: center; flex-direction: column; transition: all linear 0.3s; }
.banner-right-content .list-item img{ width: initial; }
.banner-right-content .list-item span{ display: block; font-size: 20px; font-family: 'Righteous',sans-serif; color: #000; margin-top: 10px; }
.banner-right-content .list-item:hover{ transform: translateY(-5px); box-shadow: 0 5px 15px -10px #000; }
.banner-content-box .section-title{text-align: left;}
.banner-content-box .section-title h4,
.banner-content-box .section-title h2,
.banner-content-box .section-title p{color: #fff;}
.banner-content-box .section-title h2{font-size: 60px; text-transform: inherit;}
.banner-content-box .section-title p{font-size: 20px; margin: 20px 0;}

/*===== Welcome Section =====*/
.welcome {
    position: relative;
    padding: 80px 0;
    background: url('../imgs/welcome-bg.png')no-repeat center center;
    background-size: cover;
}

.welcome .section-title{
    text-align: left;
}

.welcome .section-title h5{
    font-size: 24px;
    font-family: 'Righteous',sans-serif;
    color: #BA0A29;
    text-transform: uppercase;
}

.welcome .section-title h3{
    font-size: 60px;
    font-family: 'Righteous',sans-serif;
    color: #000;
    text-transform: inherit;
    margin-bottom: 20px;
}

.welcome .section-title h3 span{
    color: #0603B9;
}

.welcome-thumbnail{
    position: relative;
    padding-left: 40px;
    padding-top: 50px;
    z-index: 1;
}

.welcome-thumbnail img{
    position: relative;
    width: 100%;
    border-radius: 7px;
    z-index: 1;
}

.sba{position:absolute;left:0; bottom:0; transform:translateY(50%);z-index:2;}

/*===== Services Section =====*/
.services{position: relative;padding: 80px 0 230px;background: #BA0A29;z-index: 1;}
.services::before{ content: ''; position: absolute; bottom: 0; right: 0; width: 100%; height: 200px; background: #fff; clip-path: polygon(0 0, 0% 100%, 100% 100%); z-index: 2; }
.services::after{ content: url('./../imgs/service-after-image.png'); position: absolute; bottom: 0; left: 300px; width: 100%; height: 260px; z-index: 3; }
.services .section-title{ margin: 0 auto 50px; width: 80%; text-align: center; }
.services .section-title h4{color: #fff;margin-bottom: 15px;}
.services .section-title h2,
.services .section-title h2 span{ color: #fff; font-weight: 400; }
.services .section-title p { color: #fff; margin-bottom: 0; font-size: 18px; line-height: 36px; }
.services .section-content{ margin: 0 -15px; width: calc(100% + 30px); }
.services .item{ padding: 15px; }
.services-item{padding: 15px;background: #fff;border-radius: 5px;}
.services-thumbnail{ position: relative; overflow: hidden; }
.services-thumbnail img{ width: 100% !important; height: auto; }
.services-content{ position: relative; padding: 50px 0 15px; text-align: center; }
.services-icon{ position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); width: 75px; height: 75px; border-radius: 50%; background: #002665; border: 7px solid rgba(255,255,255,.6); display: flex; justify-content: center; align-items: center; }
.services-content h4{ color: #000; font-family: var(--primary-font-viga); font-size: 20px; margin-bottom: 10px;  }
.services-content a{ color: #0603B9;   font-size: 16px; text-transform: uppercase; text-decoration: none; }
.services-content a:hover{ color: #FFC300; }
.services-item:hover{ transform: translateY(-5px); box-shadow: 0 5px 15px -10px #000 }
.services .more{text-align: center;}

/*===== Process Section =====*/
.process{ padding-top: 80px; background: #fff; }
.process .section-title{ margin: 0 auto 50px; text-align: center; }
.process .section-title h4{ color: #0603B9; margin-bottom: 15px; }
.process .section-title h2,
.process .section-title h2 span{ color: #000; font-weight: 400; }
.process .section-title p { color: #000; margin-bottom: 0; font-size: 18px; line-height: 36px; }
.process-content-list{ display: flex; justify-content: space-between; text-align: center; }
.process-content-item{ position: relative; width: 33%; list-style: none; padding: 0 50px; z-index: 1; }
.process-content-item:nth-child(1)::before{ content: url('../images/process-arrow-icon.png'); position: absolute; top: 50px; left: 100%; width: 180px; height: 25px; transform: translateX(-50%); }
.process-content-item:nth-child(2)::before{ content: url('../images/process-arrow-icon.png'); position: absolute; top: 50px; left: 100%; width: 180px; height: 25px; transform: translateX(-50%); }
.process-icon{ position: relative; display: flex; justify-content: center; align-items: center; margin: 0 auto; width: 150px; height: 150px; background: #fff; box-shadow: 0px 5px 15px rgba(149, 157, 165, 0.3); border-radius: 10px; }
.process-icon span{ position: absolute; top: -15px; right: -15px; background: #002665; width: 30px; height: 30px; border-radius: 50%; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 14px; font-weight: 600; }
.process-content-item h4{ color: #000; font-size: 20px; text-transform: capitalize; font-weight: 500; font-family: var(--primary-font-roboto); margin: 30px 0 15px; }
.process-content-item p{ color: #000; font-size: 16px; line-height: 30px; font-weight: 400; font-family: var(--primary-font-roboto); }
.process .more{ text-align: center; }

/*===== Features Section =====*/
.features{ padding-top: 100px; background: url('./../imgs/feature-bg.png') no-repeat top center; background-size: cover; }
.features .section-title{ padding: 80px 0; margin: 0; text-align: left; width: 100%; }
.features .section-title h4{ color: #fff; margin-bottom: 15px; }
.features .section-title h2,
.features .section-title h2 span{font-size: 48px; color: #fff; font-weight: 400; }
.features .section-title h2 span{display: block;}
.features .section-title p { color: #fff; margin-bottom: 0; font-size: 20px; line-height: 36px; font-weight: 300; }
.features-thumbnail{ padding-right: 50px; transform: translateY(110px); }
.features-thumbnail img{ width: 100%; height: auto; }

/*Why Choose Us Section*/
.why-choose-us{
    padding: 70px 0;
    position: relative;
    background: url('../imgs/why-choose-us-bg.jpg')no-repeat center center;
    background-size: cover;
}

.why-choose-us .section-title h2::before,
.why-choose-us .section-title h2::after{
    filter: brightness(1)invert(1);
}

.why-choose-us .col-md-10 .row{
    align-items: center;
}

.why-choose-us .choose-item {
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 234px;
    height: 234px;
    margin: 0 auto;
    margin-bottom: 10px;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.5);
    border-radius: 50%;
    padding: 40px 40px 35px;
    text-align: left;
    transition: all linear 0.3s;
}

.why-choose-us .choose-item::before{
    content: '';
    position: absolute;
    left: -2%;
    top: -2%;
    width: 105%;
    height: 105%;
    border-radius: 50%;
    border: #000 dashed 1px;
}

.why-choose-us .choose-item-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94px;
    height: 94px;
    background: linear-gradient(180deg, #D10000 0%, #000000 100%);
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 1;
    transition: all linear 0.3s;
}

.why-choose-us .choose-item-icon span {
    color: #fff;
    font-size: 48px;
    font-family: 'Viga',sans-serif;
    font-weight: 400;
    text-align: center;
}

.choose-content{
    text-align: center;
}

.choose-content h4{
    font-size: 22px;
    font-family: 'Viga',sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 30px;
}

.choose-block p{
    font-size: 16px;
    font-family: 'Viga',sans-serif;
    font-weight: 400;
    color: #333;
    line-height: 32px;
}


/*===== Testimonials Section =====*/
.testimonials{ padding: 80px 0; background: #fff; }
.testimonials .section-title{ margin: 0; text-align: left; width: 100%; }
.testimonials .section-title h2{ margin-bottom: 30px;}
.testimonials-content{ position: relative; padding: 50px; width: 80%; background: #F9F9F9; box-shadow: 0px 8px 24px rgba(8, 8, 8, 0.2); border-radius: 10px; }
.testimonials-content::before{ content: url('../imgs/testimonial-right.png'); position: absolute; bottom: 0; right: 0; width: 400px; height: 230px; transform: translate(50%, 50%); }
.testimonials-content p{ color: #000; margin-bottom: 15px; font-size: 18px; line-height: 36px; font-weight: 300; font-family: var(--primary-font-roboto); }
.testimonials-content h4{ color: #000; margin-bottom: 5px; font-size: 24px; line-height: 36px; font-weight: 500; font-family: var(--primary-font-roboto); }
.testimonials-content .rating-star .fa{ color: #FFC300; }
.testimonials .more{margin-top: 30px;}

/*===== Rquest a Quote Sections =====*/
.get-a-quote{ padding: 80px 0; background: url('./../imgs/free-estimate-bg.jpg') no-repeat fixed center center; background-size: cover; z-index: 1; }
.get-a-quote .section-title{ padding-top: 60px; margin: 0; text-align: left; width: 100%; }
.get-a-quote .section-title h4{ color: #fff; margin-bottom: 15px; }
.get-a-quote .section-title h2,
.get-a-quote .section-title h2 span{ color: #fff; font-weight: 400; }
.get-a-quote .section-title p { color: #fff; margin: 20px 0; font-size: 18px; line-height: 36px; font-weight: 300; }
.get-a-quote .section-link{ text-align: left; }
.get-a-quote .section-link a{ padding: 12px 40px 9px; font-size: 18px; background: transparent; color: #fff; border: 1px solid #fff; }
.get-a-quote .section-link a:hover{ background: #002665; }
.get-a-quote-content{ position: relative; padding: 50px; margin: 0 auto; background: #fff; border-left: 5px solid #0603B9; box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2); z-index: 5; }
.get-a-quote-content ul li{ list-style: none; padding-left: 5px; padding-right: 5px; }
.get-a-quote-form-control,
textarea.get-a-quote-form-control{ height: 40px; padding: 15px; border-radius: 0; border: none; border-radius: 5px; border: 1px solid #7E7E7E; color: #000; background: transparent; margin-bottom: 15px; }
textarea.get-a-quote-form-control{ height: 100px; }
.get-a-quote-form-control::placeholder{ color: #000; }
.btn-get-a-quote-form-control{ display: block; padding: 12px 15px 9px; width: 100%; background: #002665; color: #fff; font-size: 16px; border-radius: 5px; text-transform: uppercase; border: none; }
.btn-get-a-quote-form-control:hover{ background: #000; color: #fff; }

/*===== Footer Section =====*/
.footer{position: relative;padding: 50px 0;background: #BA0A29;}
.footer .footer-contact ul li{margin-left: 20px;}
.footer .footer-contact ul li::marker{color: #fff;}
.footer .footer-contact ul li p{font-family: 'Righteous',sans-serif; font-style: normal; font-weight: 400; font-size: 18px; line-height: 40px; color: #FFF;}
.footer h2{font-family: 'Righteous',sans-serif; font-weight: 400; font-size: 30px; line-height: 25px; color: #FFF; margin-bottom: 20px;}
.footer .footer-about p{ font-family: 'Righteous',sans-serif; font-style: normal; font-weight: 400; font-size: 18px; line-height: 30px; color: #fff; margin-bottom: 15px;}
.footer h3{font-family: 'Righteous',sans-serif; font-weight: 400; font-size: 30px; color: #FFF; text-align: left; position: relative; z-index: 1; margin-bottom: 10px; line-height: 25px;}
.footer .footer-hours ul li{list-style-type: none; font-family: 'Viga',sans-serif; font-style: normal; font-weight: 400; font-size: 17px; line-height: 40px; color: #FFFFFF;}
.footer .footer-hours ul li i{font-style: normal; color:#FF0100;}

/*===== Footer Section =====*/
.copyright {
    padding: 10px 0;
    background: #0C0C0C;
    border-top: #fff solid 1px;
}

.copyright p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-family: 'Righteous', sans-serif;
    font-weight: 400;
}

.copyright p a {
    color: #0603B9;
    font-size: 18px;
    font-family: 'Righteous', sans-serif;
    font-weight: 400;
    text-decoration: none;
}

/*===== Slider Plugins =====*/
#banner-slider .owl-buttons {
    display: none;
}

#banner-slider .owl-dots {
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%, 0);
    z-index: 9;
}

#banner-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: none;
    opacity: 1;
}

#banner-slider .owl-dots .active span {
    background: #002665;
}

#services-slider .owl-dots {
    display: none;
}

#services-slider .owl-nav {
    display: block;
}

#services-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -75px;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    text-align: center;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 40px;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    transition: all linear 0.3s;
}

#services-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -75px;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    text-align: center;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 40px;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    transition: all linear 0.3s;
}

#services-slider .owl-nav .owl-prev:hover,
#services-slider .owl-nav .owl-next:hover {
    background: transparent;
    color: #A65A00;
}

#testimonials-slider .owl-dots {
    display: none;
}

#testimonials-slider .owl-nav {
    display: block;
}

#testimonials-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -75px;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    text-align: center;
    width: 50px;
    height: 50px;
    border: none;
    background: #fff;
    color: #000;
    font-size: 40px;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    transition: all linear 0.3s;
}

#testimonials-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -75px;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    text-align: center;
    width: 50px;
    height: 50px;
    border: none;
    background: #fff;
    color: #000;
    font-size: 40px;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    transition: all linear 0.3s;
}

#testimonials-slider .owl-nav .owl-prev:hover,
#testimonials-slider .owl-nav .owl-next:hover {
    background: #002665;
    color: #fff;
}

#testimonials-slider .owl-nav .owl-prev span {
    margin-right: 5px;
    margin-bottom: 5px;
}

#testimonials-slider .owl-nav .owl-next span {
    margin-left: 5px;
    margin-bottom: 5px;
}

/*-- OWL-CAROUSEL CONFIGS --*/
#services-slider .owl-item img,
#testimonials-slider .owl-item img {
    width: initial;
}

/*===== Pages Breadcrumb =====*/
.content-banner {
    padding: 30px 0;
    background: #151515;
}

.breadcrumb {
    padding: 10px 15px;
    margin: 0;
    margin-bottom: 0;
    color: #151515;
    background: #fff;
    border-radius: 0;
    font-family: 'Viga', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}

.breadcrumb a {
    color: #0603B9;
    text-decoration: none;
}

.breadcrumb .fa {
    display: inline-block;
    margin: 0 10px;
    font-size: 11px;
    font-weight: 700;
    margin-top: 4px;
}

/*===== Content Pages =====*/
.content {
    width: 100%;
    padding: 50px 0;
    background: #eee;
}

.content-block {
    padding: 20px;
    background: #fff;
}

.sectiontitleunderline {
    display: block;
    width: 80px;
    height: 2px;
    margin: 0 0 30px;
    background: #333;
}

.content h2 {
    text-transform: uppercase;
    font-size: 24px;
    color: #000;
    font-weight: 900;
    font-family: 'Viga', sans-serif;
    margin-bottom: 10px;
}

.content h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    font-family: 'Viga', sans-serif;
    margin-bottom: 10px;
}

.content h4 {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    font-family: 'Viga', sans-serif;
    margin-bottom: 10px;
}

.content p {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Viga', sans-serif;
    color: #666;
    margin-bottom: 15px;
}

.content ol,
.content ul {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.content li {
    margin-left: 18px;
    line-height: 30px;
    font-size: 16px;
    font-family: 'Viga', sans-serif;
    color: #666;
}

/*===== 404 || Page Not Found =====*/
.content-banner .page-not-found-title {
    color: #fff;
}

.page_not_found {
    display: block;
    text-align: center;
    padding: 50px;
}

.page_not_found h2 {
    font-size: 120px;
    color: #34495e;
}

.page_not_found p {
    font-size: 18px;
    color: #34495e;
    text-align: center;
}

.page_not_found a {
    display: inline-block;
    padding: 10px 25px;
    background: #c0392b;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}

.page_not_found a:hover {
    background: #e74c3c;
}

/*===== Latest Testimonials and Form Page =====*/
.content .reviewsblock {
    padding: 15px 0;
    background: #000;
    width: 100%;
    text-align: center;
}

.content .reviewsblock h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.reviewsform {
    padding: 15px;
    background: #eee;
    min-height: 150px;
    width: 100%;
}

.reviewsformstyle {
    height: 44px;
    border-radius: 0;
    border: #666 solid 1px;
    color: #666;
    margin-bottom: 15px;
}

.reviewsform input::placeholder {
    color: #666;
}

.reviewsform textarea::placeholder {
    color: #666;
}

.btn-reviewsformstyle {
    display: block;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    background: #000;
    border: none;
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 0;
    transition: all linear 0.3s;
}

.btn-reviewsformstyle:hover {
    background: #2ecc71;
}

/* Bootstrap(v5.2.3) Accordion */
.testimonials-page {
    display: block;
    margin-top: 15px;
}

.testimonials-page .accordion-button:focus,
.testimonials-page .accordion-button:active,
.testimonials-page .accordion-button {
    padding-bottom: 13px;
    background: #000;
    color: #fff;
    box-shadow: none;
}

.testimonials-page .accordion-button.collapsed {
    background: #fff;
    color: #000;
}

.testimonials-page .accordion-button:not(.collapsed)::after {
    content: '\f107';
    font-family: 'fontawesome';
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    background-image: initial;
}

.testimonials-page .accordion-button.collapsed::after {
    content: '\f107';
    font-family: 'fontawesome';
    color: #000;
    text-decoration: none;
    background-image: initial;
}

.testimonials-page .panel-group .panel{ border-radius: 0; border: none; }
.testimonials-page .panel-heading{ padding: 0; border: none; }
.testimonials-page .panel-title{ padding: 0; border: none; }
.testimonials-page .panel-title a{ position: relative; display: block; padding: 15px 50px 15px 15px; margin-bottom: 0; background: #000; text-decoration: none; text-transform: uppercase; font-size: 16px; color: #fff; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.testimonials-page .panel-title a:hover{ background: #000; color: #fff; }
.testimonials-page .panel-title .collapsed{ background: #fff; color: #000; position: relative; }
.testimonials-page .panel-title .collapsed::before{ content: ""; position: absolute; top: 50%; right: 0; width: 25px; font-family: 'fontawesome'; text-align: center; font-size: 20px; transform: translate(-50%,-50%); z-index: 999; }
.testimonials-page .panel-title a::before{ content: ""; position: absolute; top: 50%; right: 0; width: 25px; font-family: 'fontawesome'; text-align: center; font-size: 20px; transform: translate(-50%,-50%); }
.testimonials-page .panel-body{ box-sizing: border-box; -webkit-box-shadow: 0 0 15px -5px #666; -moz-box-shadow: 0 0 15px -5px #666; -o-box-shadow: 0 0 15px -5px #666; box-shadow: 0 0 15px -5px #666; }
.testimonials-page .panel-body p{ color: #000; font-size: 16px; line-height: 30px; }
.testimonials-page h4{ margin-bottom: 0; margin: 0; }
.testimonials-page .panel-body{ border: #eee solid 1px; border-top: none; }
.testimonials-page .panel-body p{ margin-bottom: 0; }


/*===== Contact Form Section =====*/
.formstyle{ padding-left: 65px; height: 50px; border-color: #666; border-radius: 0; }
.btn-formstyle{ width: 150px; color: #fff; background-color: #000; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.btn-formstyle:hover{ background: #2ecc71; }
.contact-page .googlemap{ height: 400px; overflow: hidden; border: #eee solid 1px; }
.form-horizontal .form-group{ margin-right: 0; margin-left: 0; }
.content .form-horizontal .form-group input::placeholder{ color: #666; }
.content .form-horizontal .form-group textarea::placeholder{ color: #666; }
.form_section .fa{ position: absolute; top: 30px; z-index: 999; height: 50px; width: 50px; background: #666; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.form_section .sms{ height: calc(100% - 30px); }

/*===== Free Estimate Form Page =====*/
.free-estimate-form .freeblock{ padding: 15px 20px; background: #666; color: #fff; text-transform: uppercase; }
.freeestimatestyle{ padding-left: 65px; height: 50px; border-radius: 0; border: #666 solid 1px; }
.btn-freeestimatestyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #27ae60; border: none; padding: 10px 16px; margin-top: 15px; font-size: 18px; border-radius: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-freeestimatestyle:hover{ background: #2ecc71; }
.free-estimate-form .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; }
.free-estimate-form i{ position: absolute; top: 45px; z-index: 9; height: 50px; width: 50px; background: #666; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.free-estimate-form .sms{ height: calc(100% - 46px); }

.wpcf7-not-valid-tip{ padding: 5px; background: #dc3232; color: #fff; }
.wpcf7 form.sent .wpcf7-response-output{ background: #46b450; color: #fff; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{ background: #ffb900; }


/*===== Latest Contact Form =====*/
.contact-form-section .form-group {
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-bottom: 30px;
}

.contact-form-section .form-group .fa {
    position: absolute;
    top: 0;
    z-index: 999;
    height: 100%;
    width: 50px;
    background: #666;
    text-align: center;
    padding-top: 15px;
    color: #fff;
    font-size: 18px;
}

.contact-form-section .form-group .sms {
    height: 100%;
}

.contact-form-section .contact-form-control {
    padding-left: 65px;
    height: 50px;
    border-color: #666;
    border-radius: 0;
}

.contact-form-section .contact-form-control::placeholder {
    color: #666;
}

.contact-form-section textarea.contact-form-control {
    height: 200px;
}

.contact-form-section .btn-contact-form-control {
    width: 150px;
    color: #fff;
    background-color: #000;
    border: none;
    border-radius: 0;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    transition: all linear 0.3s;
}

.contact-form-section .btn-contact-form-control:hover {
    background: #2ecc71;
}

.contact-page-location-map .googlemap {
    height: 400px;
    overflow: hidden;
    border: #eee solid 1px;
}

.header-bottom-page{transform: none;}

/*===== Latest Free Estimate Form =====*/
.free-estimate-form .form-title {
    padding: 10px 15px;
    background: #666;
    color: #fff;
}

.free-estimate-form .form-group {
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-bottom: 30px;
}

.free-estimate-form .form-group .fa {
    position: absolute;
    top: 60px;
    z-index: 999;
    height: 50px;
    width: 50px;
    background: #666;
    text-align: center;
    padding-top: 15px;
    color: #fff;
    font-size: 18px;
}

.free-estimate-form .form-group .sms {
    height: 50px;
}

.free-estimate-form .free-estimate-form-control {
    padding-left: 65px;
    height: 50px;
    border-color: #666;
    border-radius: 0;
}

.free-estimate-form .free-estimate-form-control::placeholder {
    color: #666;
}

.free-estimate-form textarea.free-estimate-form-control {
    height: 200px;
}

.free-estimate-form .btn-free-estimate-form-control {
    width: 150px;
    color: #fff;
    background-color: #000;
    border: none;
    border-radius: 0;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    transition: all linear 0.3s;
}

.free-estimate-form .btn-free-estimate-form-control:hover {
    background: #2ecc71;
}

/*===== Insurance Claim Page =====*/
.insurance-claim-assistance {
    padding: 50px;
}

/* Insurance Claim Form */
.insurance-claim-form .insurance-claim-form-control {
    height: 50px;
    border-color: #666;
    border-radius: 50px;
    margin-bottom: 15px;
    padding-left: 30px;
}

.insurance-claim-form .insurance-claim-form-control::placeholder {
    color: #666;
}

.insurance-claim-form textarea.insurance-claim-form-control {
    height: 200px;
    border-radius: 30px;
    padding-top: 15px;
}

.insurance-claim-form .btn-insurance-claim-form-control {
    width: 150px;
    color: #fff;
    background-color: #000;
    border: none;
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 18px;
    line-height: 1.3333333;
    transition: all linear 0.3s;
}

.insurance-claim-form .btn-insurance-claim-form-control:hover {
    background: #2ecc71;
}

/* Insurance Claim Content */
.insurance-claim-form h4 {
    color: #000;
    font-size: 20px;
}

.insurance-claim-form span {
    display: block;
    margin-bottom: 10px;
    color: #E56221;
    font-size: 16px;
}

.insurance-claim-form p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
}

.insurance-claim-content {
    padding-left: 50px;
}

.insurance-claim-content h3 {
    color: #000;
    font-size: 50px;
}

.insurance-claim-content h3 span {
    display: block;
}

.insurance-claim-content h3 span:first-child {
    color: #E56221;
    margin-bottom: 15px;
}

.insurance-claim-content p {
    color: #E56221;
    font-size: 16px;
    line-height: 36px;
}

.insurance-claim-content ul li {
    color: #000;
    font-size: 16px;
    line-height: 36px;
}

/*===== Free Roof Inspections Page =====*/
.free-roof-inspections-content {
    background: #000;
    border-top: #333 solid 1px;
    border-bottom: #333 solid 1px;
}

.free-roof-inspections-content h2 {
    color: #fff;
    font-size: 42px;
    border-bottom: #E56221 solid 1px;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 50px;
}

.free-roof-inspections-form-control {
    padding-left: 15px;
    height: 50px;
    border-color: #666;
    border-radius: 0;
    margin-bottom: 30px;
}

.free-roof-inspections-form .free-roof-inspections-form-control::placeholder {
    color: #666;
}

.free-roof-inspections-form textarea.free-roof-inspections-form-control {
    padding-left: 15px;
    padding-top: 15px;
    height: 200px;
}

.free-roof-inspections-form .btn-free-roof-inspections-form-control {
    display: inline-block;
    color: #fff;
    background: #E56221;
    border: none;
    border-radius: 0;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 18px;
    transition: all linear 0.3s;
}

.free-roof-inspections-form .btn-free-roof-inspections-form-control:hover {
    background: #2ecc71;
}


/*========== Responsive ==========*/
@media (max-width: 992px) {

    .header-middle .logo img {
        width: 100%;
        height: auto;
    }

    .header-middle ul {
        margin-top: 15px;
        flex-direction: column;
    }

    .header-middle ul li{
        width: 100%;
    }

    .header-middle ul li:last-child a {
        margin-left: 15px;
    }

    .header-bottom .container {
        width: 100%;
    }

    .navbar .navbar-nav>li {
        margin: 0;
    }

    .navbar .navbar-nav>li>a {
        margin: 20px 10px;
        font-size: 16px;
    }

    .banner-content-box h4 {
        font-size: 24px;
    }

    .banner-content-box h2 {
        font-size: 36px;
    }

    .welcome-thumbnail {
        display: block;
    }

    .services {
        padding: 50px 0;
    }

    .values ul li .vaues-content {
        margin-bottom: 30px;
    }

    .why-choose-us {
        padding: 80px 0 1px;
    }

    .why-choose-us-item-content {
        padding: 30px 0;
    }

    .home-free-estimate-form {
        margin-left: 0;
    }

    .home-free-estimate .section-title {
        padding-top: 40px;
        margin-bottom: 30px;
    }

    .testimonials-content {
        padding: 0 50px;
    }

    .footer-about {
        padding-right: 0;
    }

    #testimonials-slider .owl-nav .owl-prev {
        left: -15px;
    }

    #testimonials-slider .owl-nav .owl-next {
        right: -15px;
    }
}

/* Meduim Device */
@media (max-width: 769px) {

    .header-middle ul li a,
    .header-middle ul li:last-child a {
        padding: 10px 25px;
        font-size: 16px;
    }

    .logo{
        text-align: center;
        margin:0 auto;
    }

    .logo img{
        width: inherit;
    }

    .icon-top,#mega-menu-wrap-header-menu .mega-menu-toggle{
        display: none;
    }

    .header-bottom .container {
        max-width: 100%;
    }

    .navbar .navbar-nav>li>a {
        margin: 15px 10px;
        font-size: 14px;
    }

    .banner-content-box h4 {
        font-size: 18px;
    }

    .banner-content-box h2 {
        font-size: 19px;
        margin: 0;
        line-height: 26px;
    }

    .banner-content-box a {
        padding: 13px 30px 10px;
        font-size: 16px;
    }

    .welcome-thumbnail img{
        width: 100%;
    }

    .welcome-thumbnail::after {
        width: 100%;
    }

    .welcome-content h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .welcome-content h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .section-title h2{
        font-size: 30px;
    }

    .welcome-content p {
        line-height: 30px;
    }

    .bbb-logo{
        flex-direction: column-reverse;
    }

    .bbb-logo p{
        margin-left: 0;
        margin-bottom: 20px;
    }

    .services{
        padding: 50px 0;
    }

    .services .section-title p {
        width: 100%;
    }

    .how-we-work{
        padding: 50px 0 0;
    }

    .choose-thumbnail{
        position: relative;
        left: 0;
        top: 0;
    }

    .choose-thumbnail img{
        width: 100%;
    }

    .choose-block .section-title,
    .choose-block ul{
        margin-left: 0;
    }

    .why-choose-us .section-title h2,
    .why-choose-us .section-title h2 span{
        font-size: 24px;
    }
    .why-choose-us .section-title h2 span{
        display: block;
    }

    .choose-block::before{
        display: none;
    }
    .choose-block::after{
        display: none;
    }

    .choose-block ul li{
        font-size: 16px;
        margin-right: 10px;
    }

    .choose-block ul li span{
        display: inline-block;
    }

    .testimonials{
        padding: 50px 0 0;
    }

    .testimonials-content{
        padding: 0;
        margin: 0;
    }

    .testimonials-content p{
        font-size: 16px;
        padding: 50px 0 0;
        margin: 0 60px;
    }

    .quote{
        top: 4%;
        left: 4%;
    }

    .testimonials{
        padding: 50px 0;
    }

    .testimonials .more{
        margin-top: 0;
    }

    .testimonials .more a{
        margin: 6px 0;
        padding: 10px 30px;
        font-size: 15px;
    }

    .testimonials-content::before{
        border-radius: 0 160px 0 0;
    }

    .home-free-estimate .section-title{
        padding-top: 0;
    }

    .home-free-estimate-form{
        padding: 40px 50px;
    }

    .home-free-estimate-form ul li:last-child{
        margin-top: 0;
    }

    .footer .footer-about p{
        text-align: left;
    }

    .footer h3{
        font-size: 20px;
    }

}

@media (max-width: 767px) {

    .icon-top{
        display: none;
    }

    .logo img{
        width: 100%;
    }


    /*===== Go To Top =====*/
    #back-top {
        right: 15px;
        bottom: 25px;
    }

    #back-top a {
        width: 40px;
        height: 40px;
    }

    #back-top a .fa {
        font-size: 16px;
        margin-top: 10px;
    }

    /*=====Social Media =====*/
    .share_icon .fa {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .social_icon ul li .fa {
        width: 43px;
        height: 43px;
        font-size: 18px;
    }

    .social_icon.active ul li:nth-child(1) .fa {
        bottom: 188px;
    }

    .social_icon.active ul li:nth-child(2) .fa {
        bottom: 145px;
    }

    .social_icon.active ul li:nth-child(3) .fa {
        bottom: 102px;
    }

    .social_icon.active ul li:nth-child(4) .fa {
        bottom: 59px;
    }

    /*===== Enable Header Menu Default in Small Device =====*/
    .mobile_menu {
        display: block;
        width: 0;
    }
    #mega-menu-header-menu{background:transparent !important; display:block !important;}
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item{padding:10px 20px;display:block !important;}
    
    .mobile_menu.active {
        width: 100%;
    }

    .mobile_slideLogo img{
        background: transparent;
        width: 100%;
    }

    /*========== Body Section ===============*/
    .header {
        padding: 57px 0 5px;
    }
    .header-top-area{text-align: center; }
    .header-top-area ul{ text-align: center; }
    .header-top-area ul li:first-child{ float: none; font-size: 14px; margin-right: 10px; }
    .header-top-area ul li:nth-child(3) a .fa{ margin-left: 0; font-size: 18px; }
    .header-top-area ul li:nth-child(2) a .fa{ font-size: 15px; width: 17px; height: 17px; position: relative; top: 2px; }
    .header-middle-area ul{ margin-bottom: 5px; text-align: left; }
    .header-middle-area ul li{ font-size: 16px; color: #141414; }
    .header-nav{display: none;}

    .banner-content{ position: relative; top: inherit; left: inherit; transform: translateY(0); background: var(--primary-color-grey); padding: 50px 0; }
    .banner .item img {height:auto;}
    .welcome-content h4 img,
    .section-title h4 img{ display: none; }
    .banner-content .section-title h4{ color: #0603B9; }
    .banner-content .section-title h2{ color: #141414; font-size: 24px; }
    .banner-content .section-title p{ color: #141414; }
    .banner-right-content{ margin-top: 0; justify-content: center;}
    .banner-right-content ul{ justify-content: center; }
    .banner-right-content .list-item{ width: 130px; height: 130px; margin: 5px auto; box-shadow: 0px 8px 24px rgb(149 157 165 / 20%); }

    .section-title{ margin-bottom: 30px; width: 100%; }
    .section-title h2{ font-size: 30px; }
    .section-title h2 span{ font-size: 30px; }
    .more a{margin: 15px 0;}
    
    .welcome{ padding: 0 0 120px; }
    .welcome .section-title h5{font-size: 18px;}
    .welcome .section-title h3{font-size: 30px;}
    .section-title p{font-size: 16px;}
    .welcome-thumbnail{padding-left: 0; padding-top: 0;}
    
    .services{ padding: 50px 0; padding-bottom: 250px; }
    .services::after{width: 90%; left: 0;}
    .services .section-title{ margin-bottom: 30px; }
    .services .section-title p{ font-size: 16px; line-height: 30px; }
    .services-content h4{ font-size: 18px; }
    .services-thumbnail img{width: 100% !important; height: auto;}

    .features-thumbnail{padding-right: 0;}
    .features .section-title h2, .features .section-title h2 span{font-size: 30px;}

    .process{ padding-bottom: 50px; }
    .process-content-list{ flex-direction: column; }
    .process-content-list li{ width: 100%; padding: 0; }
    .process-content-list li:nth-child(2){ margin: 50px 0; }
    .process-content-item:nth-child(1)::before,
    .process-content-item:nth-child(2)::before{ display: none; }
    .process-icon{ width: 130px; height: 130px; }

    .features{ padding: 50px 0; background: #002665; }
    .features-thumbnail{ transform: translateY(0); margin-bottom: 30px; }
    .features .section-title{ padding: 0; }
    .features .section-title p{ font-size: 16px; line-height: 30px; }

    .testimonials{ padding: 50px 0; }
    .testimonials .section-title{ margin-bottom: 15px; }
    .testimonials .section-title h4{ margin-bottom: 10px; }
    .testimonials-content{ padding: 30px; width: 100%; }
    .testimonials-content::before{ display: none; }
    .testimonials-content p{ font-size: 16px; line-height: 30px; padding: 20px 0; margin: 0; margin-bottom: 5px; }
    .testimonials-content h4{ font-size: 18px; margin-bottom: 5px; }

    .get-a-quote{ padding: 50px 0; }
    .get-a-quote .section-title{ padding-top: 0; }
    .get-a-quote .section-title p{ font-size: 16px; line-height: 30px; }
    .get-a-quote .section-link{ margin-top: 15px; margin-bottom: 30px; }
    .get-a-quote .section-link a{ padding: 10px 30px 6px; font-size: 16px; }
    .get-a-quote-content{ padding: 30px;}

    .footer{ padding: 50px 0 30px; }
    .footer-content h2,
    .footer-content h4{ font-size: 24px; margin-bottom: 10px; }
    .footer-content h4{ margin-top: 30px; }
    .footer .footer-about p,.footer .footer-contact ul li p{font-size: 16px;}

    .copyright{ padding: 15px 0; margin-top: 0; }
    .copyright{ padding: 0 30px; }
    .copyright p{ font-size: 16px; }
    .copyright p a{ font-size: 16px; }



    #testimonials-slider .owl-nav .owl-prev,#testimonials-slider .owl-nav .owl-next{display: none;}

    /*===== ALL Slider Section =====*/
    #banner-slider .owl-pagination {
        top: 80%;
    }

    /*===== Pages Section =====*/
    .content-banner {
        padding: 20px 0;
    }

    .content h2 {
        font-size: 20px;
    }

    .sectiontitleunderline {
        margin: 0 0 15px;
    }

    .breadcrumb .fa {
        margin: 5px;
    }

    .content p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }

}