/*
    Name        : Roofels - Roofing & Construction HTML5 Template
    Author      : HastagThemes
    Description : Roofing & Construction HTML5 Template.
    Version     : 1.0.1

    Create Date : 02-07-2023
    */


/**** CSS Index
    -----------------------------------
    01. Default Style
    02. Scroll To Top style
    03. Section Title
    04. Owl style
    05. Background style
    06. Main Header style
    07. Search Popup Style
    08. Main Slider Section
    09. Banner Section
    10. Services Section
    11. About Section
    12. Video Holder
    13. Portfolio Section
    14. Testimonial section
    15. Team Section
    16. Counter Section
    17. Pricing Section
    18. Contact Section
    19. Blog Section
    20. Get A Quote Section
    21. Sidebar Section
    22. Comment Section
    23. Pagination Section
    24. Map Section
    25. 404 Error Section
    26. Main Footer
    27. Newsletter Widget
    28. Roofels Rexponsive
    ----------------------------------
    ****/

@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Ubuntu:300,300i,400,400i,500,500i,700,700i');
@import url('margin-padding.css');
@import url('all.css');
@import url('aos.css');
@import url('roofels.css');
@import url('animate.css');
@import url('owl.css');
@import url('backToTop.css');
@import url('jquery.fancybox.min.css');

/**** Default Style ****/

:root {
    --thm-font: 'Poppins', sans-serif;
    --thm-font-2: 'Ubuntu', sans-serif;
    --thm-base: #228B22;
    --thm-base-rgba: rgba(34, 139, 34, 1);
    --thm-gray: #6e6e6e;
    --thm-gray-rgba: rgba(110, 110, 110, 0.603);
    --thm-deep-ash: #222222;
    --thm-deep-ash-rgba: rgba(34, 34, 34, 0.336);
    --thm-light-ash: #ececec;
    --thm-light-ash-rgba: rgba(237, 237, 237, 0.493);
    --thm-white: #ffffff;
    --thm-white-rgba: rgba(255, 255, 255, 0.239);
    --thm-light-white: #f8f8f8;
    --thm-light-white-rgba: rgba(248, 248, 248, 0.527);
    --thm-black: #1a1a1a;
    --thm-black-rgba: rgba(26, 26, 26, 0.473);
    --thm-primary: #f6c61d;
    --thm-primary-rgba: rgba(246, 199, 29, 0.239);
  }

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

body {
    font-family: var(--thm-font);
    font-size: 14px;
    color: var(--thm-gray);
    line-height: 1.7em;
    font-weight: 400;
    background: var(--thm-white);
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: var(--thm-black);
    transition: linear all 300ms;
    -webkit-transition: linear all 300ms;
    -moz-transition: linear all 300ms;
    -ms-transition: linear all 300ms;
    -o-transition: linear all 300ms;
}

a:hover {
    color: var(--thm-gray);
}

button,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: var(--thm-font-2);
}

textarea {
    overflow: hidden;
}

p {
    position: relative;
    line-height: 1.8em;
    margin-bottom: 0.6em;
}

.default-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.medium-container {
    max-width: 850px;
}

.internal-container {
    padding: 0px 15px;
    margin: 0 auto;
}

.external-container {
    padding: 0px 15px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

.alin-center-v{
    display: flex;
    align-items: center;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
}

.img-fluid{
    width: 100%;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.img_blog:hover .img-fluid{
    filter: grayscale(100%);
}

.roofels-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    color: var(--thm-light-ash);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.list-style-one li:last-child {
    margin-bottom: 0px;
}

.list-style-one li span {
    position: relative;
    color: var(--thm-light-ash);
}

.list-style-two {
    position: relative;
}

.list-style-two li {
    position: relative;
    color: var(--thm-gray);
    font-size: 16px;
    padding-left: 30px;
    font-weight: 400;
    margin-bottom: 8px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.list-style-two li:last-child {
    margin-bottom: 0px;
}

.list-style-two li:before {
    position: absolute;
    content: "\f1b3";
    left: 0px;
    top: 0px;
    font-weight: 700;
    font-size: 14px;
    color: var(--thm-gray);
    font-family: "Flaticon";
}

.list-style-three {
    position: relative;
}

.list-style-three li {
    position: relative;
    font-size: 16px;
    color: var(--thm-white);
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 30px;
    line-height: 1.7em;
}

.list-style-three li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: var(--thm-white);
    font-size: 16px;
}

.btn-style-one {
    position: relative;
    padding: 11px 25px 11px;
    line-height: 24px;
    background: var(--thm-base);
    color: var(--thm-white);
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    border: 2px solid var(--thm-base);
    text-transform: capitalize;
    font-family: var(--thm-font);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.btn-style-one:hover {
    background: var(--thm-base);
    color:#fff;
    border-color: var(--thm-base);
}

.btn-style-two {
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 22px;
    padding: 6px 15px;
    border-radius: 30px;
    /*position: relative;*/
    /*padding: 15px 32px 15px;*/
    /*line-height: 24px;*/
    /*background: var(--thm-base);*/
    /*color: var(--thm-white);*/
    /*font-size: 16px;*/
    /*font-weight: 600;*/
    /*border-radius: 30px;*/
    /*letter-spacing: 1px;*/
    /*border: 2px solid var(--thm-base);*/
    /*text-transform: uppercase;*/
    /*font-family: var(--thm-font);*/
    /*-webkit-border-radius: 30px;*/
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.btn-style-two:hover {
   background: var(--thm-base);
   color:#fff;
   border-color: var(--thm-base);
}

.btn-style-three {
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 27px;
    padding: 6px 15px;
    /*position: relative;*/
    /*padding: 15px 32px 15px;*/
    /*line-height: 24px;*/
    /*background: none;*/
    /*color: var(--thm-white);*/
    /*font-size: 16px;*/
    /*font-weight: 600;*/
    /*border-radius: 30px;*/
    /*letter-spacing: 1px;*/
    /*border: 2px solid var(--thm-white);*/
    /*text-transform: uppercase;*/
    /*font-family: var(--thm-font);*/
    /*-webkit-border-radius: 30px;*/
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.btn-style-three:hover {
   background: var(--thm-base);
    color:#fff;
   border-color: var(--thm-base);
}

.btn-style-four {
    position: relative;
    padding: 15px 32px 15px;
    line-height: 24px;
    background: none;
    color: var(--thm-white);
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    letter-spacing: 1px;
    border: 2px solid var(--thm-white);
    text-transform: uppercase;
    font-family: var(--thm-font);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.btn-style-four:hover {
    background-color: var(--thm-white);
    border-color: var(--thm-base);
    color: var(--thm-base);
}

.btn-style-five {
    position: relative;
    padding: 13px 32px 13px;
    line-height: 24px;
    background: var(--thm-base);
    color: var(--thm-white);
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    letter-spacing: 1px;
    border: 2px solid var(--thm-base);
    text-transform: capitalize;
    font-family: var(--thm-font);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.btn-style-five:hover {
    background: none;
    color: var(--thm-base);
}

.btn-style-six {
    position: relative;
    padding: 13px 32px 13px;
    line-height: 24px;
    background: var(--thm-base);
    color: var(--thm-white);
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    letter-spacing: 1px;
    border: 2px solid var(--thm-base);
    text-transform: capitalize;
    font-family: var(--thm-font);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.btn-style-six:hover {
    background: none;
    color: var(--thm-base);
}

.social-icon {
    position: relative;
}

.team_social {
    position: absolute;
    width: 100%;
    visibility: hidden;
    top: -100px;
    right: 0;
    left: 0;
    transition: all 900ms ease;
}

.team-box-all:hover .team_social {
    top: 20px;
    visibility: visible;
}

.social-icon li,
.team_social li {
    position: relative;
    display: inline-block;
    line-height: 20px;
    text-align: center;
}

.social-icon li a,
.team_social li a {
    position: relative;
    font-size: 14px;
    color: var(--thm-base);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 36px;
    height: 36px;
    line-height: 28px;
    display: block;
    padding: 3px;
    border: 1px solid var(--thm-base-rgba);
    border-radius: 10px 0;
}

.social-icon li a:hover,
.team_social li a:hover {
    background: var(--thm-base);
    color: var(--thm-white);
    border: 1px solid var(--thm-base);
}

.theme_color {
    color: var(--thm-base);
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: var(--thm-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.float-start img,
.preloader img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  width: 230px !important;
}

.block-shadow {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 38px -5px rgba(50, 50, 50, .08);
    box-shadow: 0 0 20px 0 rgba(50, 50, 50, .16);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.field-overlay-inner {
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.field-position-m {
    z-index: -1;
}

.field-position-p {
    font-weight: 700;
    z-index: 1;
}

.field-position-d{
    font-weight: 500;
    color: var(--thm-light-white);
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.shape-one{
    position: absolute;
    width: 487px;
    height: 639px;
    left: 0;
    top: 0;
    opacity: 0.3;
}

.shape-two{
    position: absolute;
    width: 246px;
    height: 264px;
    right: 108px;
    bottom: 45px;
    opacity: 0.1;
}

.shape-three{
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    opacity: 0.03;
}

.shape-four{
    position: absolute;
    left: 0;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover !important;
    filter: grayscale(100%);
    background-attachment: fixed !important;
    opacity: 0.3;
}

.shape-five{
    position: absolute;
    width: 364px;
    height: 418px;
    left: 108px;
    top: 45px;
    opacity: 0.1;
}

.footer-bg{
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    opacity: 0.8;
}


.controller {
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    min-width: 100px;
    padding: 10px 15px 8px 15px;
    position: absolute;
    font-size: 22px;
    border: solid 3px rgba(0, 0, 0, 0.9);
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -68px;
    cursor: pointer;
    transition: .25s ease-in-out;
    z-index:500;
}
  
/*Ripple*/
.ripple {
    width: 10px;
    height: 10px;
    opacity: 0;
    transform: scale(0);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    position: fixed;
    z-index: 999;
}

/*Animate Function*/
.animate {
    animation: ripple-mo 1s cubic-bezier(0, 0, 0.2, 1);
}
@keyframes ripple-mo {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(10);
        opacity: 0;
    }
}

/**** Scroll To Top style ****/

.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    color: var(--thm-white);
    font-size: 28px;
    text-transform: uppercase;
    line-height: 45px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: var(--thm-base);
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.scroll-top:hover {
    color: var(--thm-white);
    background: var(--thm-base);
}


/**** Section Title ****/

.sec-title {
    position: relative;
}

.sec-title h2 {
    position: relative;
    color: var(--thm-gray);
    font-size: 48px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.sec-con-title .con-title-border-l:before {
    position: absolute;
    content: '';
    left: 10px;
    top: -30px;
    width: 20px;
    height: 20px;
    display: block;
    background-color: var(--thm-primary);
    border-radius: 25px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.sec-con-title:hover .con-title-border-l:before {
    left: 20px;
    width: 30px;
}

.sec-con-title .con-title-border-l:after {
    position: absolute;
    content: '';
    left: 0;
    top: -30px;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 25px;
    background-color: var(--thm-base);
}

.sec-con-title.centered .con-title-border-l:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -30px;
    width: 40px;
    height: 20px;
    display: block;
    background-color: var(--thm-primary);
    border-radius: 25px;
}

.sec-con-title.centered:hover .con-title-border-l:before {
    width: 50px;
}

.sec-con-title.centered .con-title-border-l:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -30px;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 25px;
    background-color: var(--thm-base);
}

.sec-con-title.left .con-title-border-l:after {
    position: absolute;
    content: '';
    left: 0;
    top: -20px;
    width: 30px;
    height: 8px;
    display: block;
    background-color: var(--thm-base);
    border-radius: 10px;
}

.sec-con-title.right .con-title-border-l:after {
    position: absolute;
    content: '';
    left: 0;
    top: -20px;
    width: 30px;
    height: 8px;
    display: block;
    background-color: var(--thm-base);
    border-radius: 10px;
}

.sec-title-two h2:before {
    position: absolute;
    content: '';
    bottom: -10px;
    width: 90px;
    height: 7px;
    display: block;
    background-color: var(--thm-base);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.sec-title-two h2:after {
    position: absolute;
    content: '';
    bottom: -10px;
    width: 7px;
    height: 7px;
    display: block;
    background-color: var(--thm-gray);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.sec-title-two.centered h2:before {
    position: absolute;
    content: '';
    bottom: -10px;
    width: 90px;
    height: 7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    background-color: var(--thm-base);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.sec-title-two.centered h2:after {
    position: absolute;
    content: '';
    bottom: -10px;
    width: 7px;
    height: 7px;
    left: 0;
    right: 0;
    margin: 0 46%;
    display: block;
    background-color: var(--thm-gray);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.sec-title p {
    margin-top: 30px;
}

.sec-title .title-text {
    position: relative;
    color: var(--thm-gray);
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 500;
    margin-top: 0px;
}

.sec-title.light h2,
.sec-title.light .title-text {
    color: var(--thm-white);
}

.sec-title.centered {
    text-align: center;
}

.sec-con-title .con-title-text {
    position: relative;
    color: var(--thm-gray);
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 500;
    margin-top: 0px;
}

.sec-con-title h2 {
    position: relative;
    color: var(--thm-black);
    font-size: 57px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.con-title-column .text {
    position: relative;
    color: var(--thm-gray);
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 20px;
}

.section-padding-all {
    position: relative;
    padding: 100px 0 85px;
}

.section-padding-one {
    padding: 82px 0 75px !important;
}

.section-padding-two {
    position: relative;
    padding: 80px 0 60px;
}

.section-padding-three {
    padding-top: 100px !important;
}

.section-padding-four {
    padding-top: 84px !important;
}

.section-padding-five {
    padding: 100px 0 !important;
}

.section-padding-quick{
    padding: 100px 0 0;
}


/**** Owl style ***/

.owl-carousel.owl-loaded {
    margin: 0 auto;
    position: relative;
}


/**** Background style ***/

.bg-style-one:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: var(--thm-light-white);
}


/**** Main Header style ****/

.roofels-header {
    position: relative;
    z-index: 999;
    width: 100%;
}

.header-top {
    position: relative;
    padding: 5px 0px;
    background-color: var(--thm-light-white);
}

.header-top .top-left {
    position: relative;
    float: left;
    margin-top: 8px;
}

.header-top .top-left .header-info-list {
    position: relative;
}

.header-top .top-left .header-info-list li {
    position: relative;
    color: var(--thm-black);
    font-size: 16px;
    margin-right: 24px;
    display: inline-block;
}

.header-top .top-left .header-info-list li strong {
    position: relative;
    color: var(--thm-deep-ash);
    font-weight: 500;
    font-size: 16px;
    margin-right: 6px;
    display: inline-block;
}

.header-top .top-left .header-info-list li .fa {
    position: relative;
    color: var(--thm-base);
    font-size: 18px;
    margin-right: 8px;
    display: inline-block;
}

.header-top .top-right {
    position: relative;
    float: right;
}

.header-top .top-right .social-box {
    position: relative;
    float: left;
}

.header-top .top-right .social-box li {
    position: relative;
    display: inline-block;
    line-height: 20px;
    text-align: center;
}

.header-top .top-right .social-box li.share {
    position: relative;
    color: var(--thm-deep-ash);
    font-size: 16px;
    font-weight: 500;
    margin-left: 0px;
}

.header-top .top-right .social-box li a {
    position: relative;
    color: var(--thm-gray);
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 36px;
    height: 36px;
    line-height: 28px;
    display: block;
    padding: 3px;
    border: 1px solid var(--thm-gray-rgba);
    border-radius: 10px 0;
}

.header-top .top-right .social-box li a:hover {
    background: var(--thm-base);
    color: var(--thm-white);
    border: 1px solid var(--thm-base);
}

.roofels-header .main-box {
    position: relative;
    padding: 0px 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    background: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.roofels-header .main-box .external-container {
    position: relative;
    padding: 0px 40px;
}

.roofels-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0px;
    z-index: 10;
    padding: 30px 0px;
}

.roofels-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.roofels-header .nav-toggler {
    position: absolute;
    top: 50%;
    margin-top: 0px;
    display: block;
}

.roofels-header .nav-toggler button {
    position: relative;
    display: block;
    color: var(--thm-gray);
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
    background: none;
}

.roofels-header .header-upper {
    position: relative;
}

#gallery-project-blogs .gallery-block-two .image-box img
{   
    /*height: 228px;*/
    /*width: 100%;*/
    object-fit: cover;
}

.roofels-header .header-upper .contact-number {
    position: relative;
    float: left;
    color: var(--thm-deep-ash);
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
    padding: 12px 0px 12px 32px;
    border-left: 1px solid var(--thm-light-ash);
}

.roofels-header .header-upper .contact-number .number-inner {
    position: relative;
    padding-left: 35px;
    line-height: 30px;
}

.roofels-header .header-upper .contact-number .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: var(--thm-base);
    font-size: 28px;
    line-height: 1em;
}

.roofels-header .nav-outer {
    position: relative;
    float: right;
    display: flex;
    align-items: center;
}

.roofels-header .header-upper .logo-box {
    position: relative;
    padding: 14px 0px;
}

.roofels-header .header-upper .logo-box .logo {
    position: relative;
}

.roofels-header .header-upper .menu-sb-btn {
    position: relative;
    top: 0px;
    display: block;
    width: 100%;
    font-size: 16px;
    color: var(--thm-gray);
    line-height: 20px !important;
    cursor: pointer;
    background: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.roofels-header .header-upper .menu-sb-btn:after {
    display: none;
}

.roofels-header .header-upper .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.roofels-header .header-upper .search-panel input[type="text"],
.roofels-header .header-upper .search-panel input[type="search"],
.roofels-header .header-upper .search-panel input[type="password"],
.roofels-header .header-upper .search-panel select {
    display: block;
    width: 100%;
    height: 50px;
    color: var(--thm-black);
    line-height: 24px;
    background: var(--thm-white);
    border: 1px solid var(--thm-light-ash);
    padding: 10px 40px 10px 15px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.roofels-header .header-upper .search-panel input:focus,
.roofels-header .header-upper .search-panel select:focus {
    border-color: var(--thm-base);
}

.roofels-header .header-upper .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 50px;
    text-align: center;
    color: var(--thm-gray);
    font-size: 14px;
    background: none;
    cursor: pointer;
}

.box-search-style1 {
    position: relative;
    display: inline-block;
    margin-left: 0;
    margin-right: 35px;
    line-height: 0;
}

.box-search-style1 a {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 20px;
    line-height: 20px;
    opacity: 0.70;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.box-search-style1 a:hover {
    opacity: 1.0;
}

.roofels-header .header-upper .button-box {
    position: relative;
    float: right;
    padding: 35px 0px;
}

.roofels-header .header-upper .support-box .support .icon {
    position: relative;
    color: var(--thm-base);
    font-size: 22px;
    top: 3px;
    margin-left: 4px;
}

.roofels-header .header-upper .support-box .support-number {
    position: relative;
    color: var(--thm-gray);
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    font-family: var(--thm-font);
}

.roofels-header.style-two {
    position: absolute;
    background: var(--thm-white-rgba)
}

.main-menu {
    position: relative;
    float: left;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navbar-collapse {
    padding: 0px;
    float: left;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    margin-right: 40px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header .main-menu .navigation>li>a {
    color: var(--thm-gray) !important;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a {
    color: var(--thm-base) !important;
    background-color: inherit !important;
}

.sticky-header .nav-outer .options-box {
    margin-top: 26px;
}

.roofels-header .header-upper .upper-right {
    padding-top: 32px;
}

.roofels-header .info-box {
    position: relative;
    float: left;
    margin-left: 35px;
    font-size: 14px;
    color: var(--thm-gray);
    text-align: left;
    text-transform: uppercase;
    padding: 0px 0px 0px 50px;
}

.roofels-header .info-box .icon-box {
    position: absolute;
    left: 0px;
    top: 5px;
    color: var(--thm-base);
    font-size: 36px;
    line-height: 1em;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.roofels-header .info-box li {
    position: relative;
    color: #7c7b7b;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: capitalize;
}

.roofels-header .info-box li strong {
    color: #262626;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.header-style-two {
    background-color: var(--thm-gray);
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: var(--thm-white);
    z-index: 0;
    border-bottom: 1px solid var(--thm-light-ash);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header .logo {
    padding: 15px 0px;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    display: block;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    color: var(--thm-deep-ash);
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 600;
    padding: 45px 0px;
    font-size: 16px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: var(--thm-font);
}

.header-style-two .main-menu .navigation>li>a,
.roofels-header.header-style-two .header-upper .menu-sb-btn {
    color: var(--thm-white);
}

.sticky-header .main-menu .navigation>li {
    position: relative;
    margin-right: 35px;
}

.sticky-header .main-menu .navigation>li:before,
.sticky-header .main-menu .navigation>li:after {
    display: none;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.roofels-header.light-version .main-menu .navigation>li:hover>a,
.roofels-header.light-version .main-menu .navigation>li.current>a {
    opacity: 1;
    color: var(--thm-base);
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 30px;
    top: 100%;
    margin-top: 15px;
    width: 230px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    padding: 0px 0px;
    background-color: var(--thm-white);
    border-top: 3px solid var(--thm-base);
    box-shadow: 0px 0px 10px var(--thm-black-rgba);
    border-radius: 10px;
    overflow: hidden;
}
.main-menu .navigation>li:hover>ul{
    left: 0;
}

.main-menu .navigation>li>ul:before {
    position: absolute;
    content: '';
    left: 0px;
    top: -30px;
    width: 100%;
    height: 30px;
    display: block;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    margin: 0px;
    border-bottom: 1px solid #e5e5e5;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 18px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--thm-gray);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 50px 0px;
}

.sticky-header .main-menu .navigation>li>a:before {
    display: none;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: var(--thm-white);
    background: var(--thm-base);
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 12px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
    color: var(--thm-black);
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
    color: var(--thm-white);
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0%;
    margin-top: 15px;
    width: 230px;
    z-index: 100;
    display: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    padding: 0px 0px;
    background-color: var(--thm-white);
    border-top: 3px solid var(--thm-base);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    margin: 0px;
    border-bottom: 1px solid #e5e5e5;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 18px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--thm-gray);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: var(--thm-white);
    background: var(--thm-base);
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 11px;
    width: 10px;
    height: 20px;
    display: block;
    color: var(--thm-base);
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
    color: var(--thm-white);
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    margin: 0px;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    margin: 0px;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: var(--thm-white);
    line-height: 28px;
    border: 1px solid var(--thm-white);
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

/**** Search Popup Style ****/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.search-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-black);
    opacity: 0.75;
    cursor: pointer;
}

.search-popup-content {
    width: 100%;
    max-width: 560px;
}

.search-popup-content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: var(--thm-white);
    border-radius: 40px;
    overflow: hidden;
}

.search-popup-content form input[type="search"],
.search-popup-content form input[type="text"] {
    width: 100%;
    background-color: var(--thm-white);
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
}

.search-popup-content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: var(--thm-base);
    border: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: var(--thm-white);
    font-size: 25px;
}

.search-popup-content .thm-btn i {
    background-color: transparent;
    margin-left: 0;
}

.search-popup-content .thm-btn:hover {
    background-color: var(--thm-base);
}

/**** Main Slider Section ****/

.slider {
    position: relative;
}

.slider .content.alternate {
    max-width: 610px;
    width: 100%;
    float: right;
    display: block;
}

.slider .slide {
    position: relative;
    padding: 150px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slider .span-color-size {
    font-weight: 700;
    color: var(--thm-base);
}

.slider h6 {
    position: relative;
    color: var(--thm-white);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1em;
    margin-bottom: 25px;
    padding-left: 0;
    text-transform: uppercase;
    opacity: 0;
    display: inline-flex;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    font-family: var(--thm-font);
}

.slider .active h6 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1000ms;
}

.slider h6:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    right: -35px;
    top: -2px;
    display: block;
    background-color: var(--thm-primary);
    border-radius: 25px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.slider:hover h6:before {
    right: -50px;
    width: 30px;
}

.slider h6::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    right: -24px;
    top: -2px;
    display: block;
    background-color: var(--thm-base);
    border-radius: 25px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
  }

.slider h2 {
    /*position: relative;*/
    /*color: var(--thm-white);*/
    /*font-size: 74px;*/
    /*font-weight: 600;*/
    /*line-height: 1.2em;*/
    /*margin-bottom: 25px;*/
    /*opacity: 0;*/
    font-family: "Open Sans Semibold";
    text-transform: uppercase;
    color: #fff;
    text-align:center;
    letter-spacing: .075em;
    font-size: 37px;
    line-height: 58px;
    width: 814px;
    margin: 0 auto 60px;
    /*-webkit-transition: all 1000ms ease;*/
    /*-moz-transition: all 1000ms ease;*/
    /*-ms-transition: all 1000ms ease;*/
    /*-o-transition: all 1000ms ease;*/
    /*transition: all 1000ms ease;*/
    /*-webkit-transform: translateY(50px);*/
    /*-moz-transform: translateY(50px);*/
    /*-ms-transform: translateY(50px);*/
    /*-o-transform: translateY(50px);*/
    /*transform: translateY(50px);*/
    font-family: var(--thm-font);
}

.slider .active h2 {
    opacity: 1;
    /*-webkit-transform: translateY(0);*/
    /*-moz-transform: translateY(0);*/
    /*-ms-transform: translateY(0);*/
    /*-o-transform: translateY(0);*/
    /*transform: translateY(0);*/
    /*transition-delay: 1500ms;*/
}

.slider .link-holder{
    text-align: center;
    /*opacity: 0;*/
    /*-webkit-transition: all 1000ms ease;*/
    /*-moz-transition: all 1000ms ease;*/
    /*-ms-transition: all 1000ms ease;*/
    /*-o-transition: all 1000ms ease;*/
    /*transition: all 1000ms ease;*/
    /*-webkit-transform: translateY(50px);*/
    /*-moz-transform: translateY(50px);*/
    /*-ms-transform: translateY(50px);*/
    /*-o-transform: translateY(50px);*/
    /*transform: translateY(50px);*/
}

.slider .active .link-holder{
    text-align: center;
    /*opacity: 1;*/
    /*-webkit-transform: translateY(0);*/
    /*-moz-transform: translateY(0);*/
    /*-ms-transform: translateY(0);*/
    /*-o-transform: translateY(0);*/
    /*transform: translateY(0);*/
    /*transition-delay: 2500ms;*/
}

.slider h2.style-two {
    font-weight: 500;
    margin-bottom: 40px;
}

.slider h2.style-three {
    font-weight: 500;
    margin-bottom: 20px;
}

.slider h2.alternate {
    margin-bottom: 35px;
}

.slider h3 {
    position: relative;
    color: var(--thm-white);
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
    /*opacity: 0;*/
    /*-webkit-transition: all 1000ms ease;*/
    /*-moz-transition: all 1000ms ease;*/
    /*-ms-transition: all 1000ms ease;*/
    /*-o-transition: all 1000ms ease;*/
    /*transition: all 1000ms ease;*/
    /*-webkit-transform: translateY(50px);*/
    /*-moz-transform: translateY(50px);*/
    /*-ms-transform: translateY(50px);*/
    /*-o-transform: translateY(50px);*/
    /*transform: translateY(50px);*/
    font-family: var(--thm-font);
}

.slider .active h3 {
    opacity: 1;
    /*-webkit-transform: translateY(0);*/
    /*-moz-transform: translateY(0);*/
    /*-ms-transform: translateY(0);*/
    /*-o-transform: translateY(0);*/
    /*transform: translateY(0);*/
    /*transition-delay: 1000ms;*/
}

.slider .text {
    position: relative;
    color: var(--thm-white);
    font-size: 20px;
    opacity: 0;
    line-height: 1.7em;
    font-weight: 500;
    margin-bottom: 40px;
    /*-webkit-transition: all 1000ms ease;*/
    /*-moz-transition: all 1000ms ease;*/
    /*-ms-transition: all 1000ms ease;*/
    /*-o-transition: all 1000ms ease;*/
    /*transition: all 1000ms ease;*/
    /*-webkit-transform: translateY(50px);*/
    /*-moz-transform: translateY(50px);*/
    /*-ms-transform: translateY(50px);*/
    /*-o-transform: translateY(50px);*/
    /*transform: translateY(50px);*/
    font-family: var(--thm-font);
}

.slider .active .text {
    /*opacity: 1;*/
    /*-webkit-transform: translateY(0);*/
    /*-moz-transform: translateY(0);*/
    /*-ms-transform: translateY(0);*/
    /*-o-transform: translateY(0);*/
    /*transform: translateY(0);*/
    /*transition-delay: 2000ms;*/
}

.slider .link-box {
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.slider .link-box .roofels-btn {
    margin-right: 10px;
}

.slider .active .link-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 2500ms;
}

.slider .content{
    width: 100%;
}

.slider .content .title {
    position: relative;
    color: var(--thm-white);
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 25px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.slider .content .title:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 70px;
    height: 1px;
    margin-left: -35px;
    background-color: var(--thm-white);
}

.slider .active .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 600ms;
}

.slider .owl-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
    margin-left: -50px;
    text-align: center;
    right: 0;
}

.slider .owl-dots .owl-dot {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 5px 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--thm-light-ash);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.slider .owl-dots .owl-dot:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.slider .owl-dots .owl-dot.active::before,
.slider .owl-dots .owl-dot:hover::before {
    background-color: var(--thm-base);
    border-radius: 10px;
}

.slider .owl-dots .owl-dot:hover,
.slider .owl-dots .owl-dot.active {
    position: relative;
    width: 40px;
    height: 20px;
    border-radius: 10px;
    background-color: var(--thm-base);
}

.slider .owl-nav {
    position: absolute;
    right: 40px;
    bottom: 150px;
    z-index: 1;
    width: 100px;
    margin-top: -20px;
    display: none;
}

.slider .owl-nav .owl-prev {
    position: absolute;
    padding: 20px 30px;
    border: 1px solid var(--thm-white);
    border-radius: 10px 0;
    color: var(--thm-white);
    top: -100px;
    font-size: 38px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.slider .owl-nav .owl-next {
    position: absolute;
    padding: 10px 20px;
    border: 1px solid var(--thm-white);
    border-radius: 10px 0;
    color: var(--thm-white);
    font-size: 38px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.slider .owl-nav .owl-prev:hover,
.slider .owl-nav .owl-next:hover {
    color: var(--thm-base);
}

.slider-two .owl-dots {
    display: none;
}

/**** Banner Section ****/

.banner-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 0;
}

.banner-section:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--thm-black-rgba);
    z-index: -1;
}

.banner-heading {
    padding: 115px 0 115px;
    text-align: left;
}

.banner-heading h2 {
    color: white;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
}

.banner-heading-two {
    padding: 200px 0 70px;
}

.banner-heading-two h2 {
    color: var(--thm-base);
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
}

.banner-link {
    padding: 0;
}

.banner-link li {
    display: inline-block;
    color: var(--thm-white);
    font-size: 14px;
    text-transform: uppercase;
}

.banner-link li:nth-child(2), .banner-link li:nth-child(3){
    padding-left: 15px;
}

.banner-section li a,
.banner-link li span {
    color: var(--thm-white);
    padding: 0 15px 0 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner-section li a:hover{
    color: var(--thm-base);
}

.banner-link li i {
    font-weight: 300;
    font-size: 12px;
    vertical-align: middle;
    margin-top: 0;
    color: var(--thm-white);
}

.banner-link li .active {
    color: var(--thm-gray);
}

/**** Quick Contact Section ****/

.quick-items-style {
    display: flex;
    align-items: center;
    background: var(--thm-white);
    box-shadow: 0 0 10px 0 var(--thm-gray-rgba);
    margin-top: -200px;
    z-index: 1;
    position: relative;
    border-radius: 10px;
    padding: 35px;
    overflow: hidden;
}

.quick-items-style img{
    position: absolute;
    left: -20px;
    top: 0;
}

.quick-items-style h4{
    color: var(--thm-base);
    font-size: 18px;
}

.quick-items-style h1{
    color: var(--thm-black);
    font-size: 30px;
    font-weight: 600;
}

.quick-items-style h2{
    color: var(--thm-black);
    font-size: 28px;
    font-weight: 600;
}

.quick-items-style ul{
    display: inline-flex;
    align-items: center;
}

.quick-items-style .quick-phone li{
    display: block;
}

.quick-items-style .quick-phone li i{
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    line-height: 47px;
    font-size: 22px;
    margin-right: 10px;
    color: var(--thm-base);
    background: var(--thm-light-white);
}

.quick-items-style .quick-phone li small {
    font-weight: 600;
    color: var(--thm-black);
}

.quick-items-style .quick-phone li h3 {
    font-weight: 600;
    color: var(--thm-base);
}

/**** Services Section ****/

.services-section {
    position: relative;
    padding: 100px 0 70px;
}

.services-section .internal-container {
    position: relative;
    z-index: 10;
}

.services-block {
    position: relative;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    text-align: center;
}

.services-block .inner-holder {
    position: relative;
    display: block;
    padding: 50px 45px 35px;
    border: 1px solid var(--thm-gray-rgba);
    border-radius: 10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: var(--thm-white);
    overflow: hidden;
}

.services-block:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.services-block .inner-holder h3 {
    position: relative;
    color: var(--thm-deep-ash);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 10px;
    margin-top: 20px;
}

.services-block .inner-holder h3 a {
    position: relative;
    color: var(--thm-deep-ash);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block .inner-holder:hover .icon-holder {
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.services-block .inner-holder .icon-holder .roofels-icon:before {
    position: relative;
    font-size: 75px;
    line-height: 1em;
    color: var(--thm-base);
    margin-left: 0;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block:hover .inner-holder .read-more,
.services-block:hover .inner-holder .icon-holder [class^="flaticon-"]:before {
    color: var(--thm-white);
}

.services-block .inner-holder .text {
    position: relative;
    color: var(--thm-gray);
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block .inner-holder .more-link {
    position: relative;
    display: block;
    overflow: hidden;
}

.services-block .inner-holder .read-more {
    position: relative;
    color: var(--thm-white);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
    background: var(--thm-base);
    display: inline-block;
    transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    margin-bottom: 40px;
}

.services-block .inner-holder .read-more .fa {
    padding-right: 5px;
}

.services-block .inner-holder:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 10px;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(6,59,139,1) 100%);
    opacity: 0;
    left: 0;
    top: -100%;
    transition: all 0.5s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.services-block:hover .inner-holder:before {
    top: 0;
    opacity: 1;
}

.services-block:hover .inner-holder .text,
.services-block:hover .inner-holder h3 a,
.services-block:hover .inner-holder .icon-holder {
    color: var(--thm-white);
}

.services-block.style-two {
    margin-top: -150px;
}

.services-block-two {
    position: relative;
}

.services-style-two {
    position: relative;
    padding: 69px 45px;
    background: var(--thm-deep-ash);
}

.services-style-two:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    border: 10px solid var(--thm-gray);
    left: 20px;
    top: -20px;
}

.services-style-two .services-details-two h3 a,
.services-style-two .services-details-two .text {
    color: var(--thm-white);
    font-weight: 700;
}

.services-style-two:hover .services-details-two h3 a {
    color: var(--thm-base);
}

.services-style-two .owl-dots {
    position: relative;
    left: -6px;
    bottom: -25px;
    display: none;
}

.services-style-two .owl-nav {
    display: none;
}

.services-style-two .owl-dots .owl-dot {
    position: relative;
    width: 8px;
    height: 8px;
    margin: 5px 5px;
    display: block;
    border-radius: 50%;
    background-color: var(--thm-light-ash);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-style-two .owl-dots .owl-dot:hover,
.services-style-two .owl-dots .owl-dot.active {
    position: relative;
    width: 22px;
    height: 8px;
    border-radius: 10px;
    background-color: var(--thm-gray);
}

.image-effect-one {
    position: relative;
    overflow: hidden;
    background-color: var(--thm-black);
}

.image-effect-one *,
.image-effect-one *:before,
.image-effect-one *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.image-effect-one img {
    max-width: 100%;
    width: 100%;
    vertical-align: top;
}

.image-effect-one .figcaption {
    position: absolute;
    bottom: 0%;
    width: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    padding: 10px 70px 10px 20px;
    background-color: var(--thm-white);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.image-effect-one h4 {
    font-weight: 600;
    color: var(--thm-base);
}

.image-effect-one p {
    font-size: 12px;
}

.image-effect-one .link-plus {
    background-color: var(--thm-base) !important;
}

.image-effect-one h4,
.image-effect-one p {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0;
    margin: 0;
    padding: 0;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.image-effect-one i.link-plus {
    position: absolute;
    color: var(--thm-white);
    font-size: 18px;
    line-height: 70px;
    width: 58px;
    height: 100%;
    bottom: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateX(58px);
    transform: translateX(58px);
}

.image-effect-one i.link-plus:after,
.image-effect-one i.link-plus:before {
    content: "";
    position: absolute;
    background-color: var(--thm-white);
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

.image-effect-one i.link-plus:after {
    left: 50%;
    top: 50%;
    width: 2px;
    height: 0%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.image-effect-one i.link-plus:before {
    left: 50%;
    top: 50%;
    width: 0%;
    height: 2px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.image-effect-one:hover i.link-plus:before {
    width: 30px;
}

.image-effect-one:hover i.link-plus:after {
    height: 30px;
}

.image-effect-one .mfp-link {
    position: absolute;
    background-color: var(--thm-white);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    top: 0px;
    right: 0px;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.image-effect-one:hover .mfp-link {
    right: 20px;
    top: 20px;
    opacity: 1;
}

.image-effect-one:hover img {
    zoom: 1;
    filter: alpha(opacity=30);
    -webkit-opacity: 0.3;
    opacity: 0.3;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}

.image-effect-one:hover .figcaption,
.image-effect-one:hover h4,
.image-effect-one.hover p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.image-effect-one:hover .figcaption {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.image-effect-one:hover h4 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.image-effect-one:hover p {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
    opacity: 1;
}

.image-effect-one:hover i {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.hover-shadow {
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0px 0px 0 rgba(50, 50, 50, .16);
    box-shadow: 0 0px 0px 0 rgba(50, 50, 50, .16);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.hover-shadow:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
    position: relative;
    z-index: 10;
}

.our-speciallization-content {
    border-radius: 10px;
    height: 100%;
    padding: 20px;
    border: 20px solid #f1f1f1;
}

.our-speciallization-content h3 {
    font-weight: 700;
    line-height: 40px;
}

.our-speciallization-content h3 span {
    font-weight: 100;
}


/**** About Section ****/

.about-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: var(--thm-light-white)
}

.about-section .con-title-column {
    position: relative;
    margin-top: 30px;
}

.about-section .con-title-column .sec-con-title {
    margin-bottom: 0;
}

.about-section .con-title-column .inner-column {
    position: relative;
    padding-top: 30px;
    margin-bottom: 45px;
}

.about-section-two:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--thm-light-white)
}

.about-section-two .con-title-column {
    position: relative;
    margin-top: 25px;
}

.about-section-two .con-title-column .sec-con-title {
    margin-bottom: 20px;
}

.about-section-two .con-title-column .inner-column {
    position: relative;
    padding-top: 30px;
    margin-bottom: 45px;
}

.about-section-three .con-title-column {
    position: relative;
    margin-top: 25px;
}

.about-section-three .con-title-column .sec-con-title {
    margin-bottom: 20px;
}

.about-section-three .con-title-column .inner-column {
    position: relative;
    padding-top: 30px;
    margin-bottom: 45px;
}

.author-box .signature{
    margin-bottom: 15px;
}

.about-one-bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-one-call-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 386px;
    width: 100%;
    border-radius: 7px;
    padding: 10px 30px 15px 0;
}

.about-one-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #242424;
}

.about-one-number {
    font-size: 30px;
    font-weight: 700;
    line-height: 0;
    margin: 20px 0 15px;}

.about-icon{
    font-size: 30px;
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-right: 15px;
    border:1px solid var(--thm-base);
    border-radius: 50px;
}

.about-one-number a {
    color: var(--thm-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
  
.about-one-number a:hover {
    color: var(--thm-base)
}

.about-one-years-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 290px;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(6,59,139,1) 100%);
    padding: 0 30px;
    border-radius: 7px;
}

.about-one-years{
    font-size: 68px;
    font-weight: 900;
    color: var(--thm-base);
    margin-right: 15px;
}

.about-one-years-experience{
    font-size: 22px;
    font-weight: 700;
    color: var(--thm-white);
    line-height: 26px;
    margin-top: 10px;
}

.about-inner-column{
    padding-left: 55px;
}

.author-box .box-inner h3{
    color: var(--thm-deep-ash);
}

.about-items-one{
    position: relative;
    padding-left: 25px;
}

.about-items-one h3{
    font-weight: 500;
    color: var(--thm-deep-ash);
}

.about-items-one h3 i{
    position: absolute;
    left: -40px;
    top: 10px;
    color: var(--thm-base);
    font-size: 27px;
}

/* Video Holder */

.video-holder {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.video-holder figure{
    margin: 0;
}

.video-holder .image {
    position: relative;
    overflow: hidden;
}

.video-holder .image img {
    position: relative;
    width: 100%;
}

.video-holder .overlay-holder {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 36%;
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 0 auto;
    line-height: 80px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.video-holder .overlay-holder span {
    position: relative;
    z-index: 99;
    color: var(--thm-base-rgba);
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    padding-left: 0;
    display: inline-block;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.video-holder .overlay-holder span:before {
    font-size: 80px;
    margin-left: 0;
    color: var(--thm-base);
    font-weight: 100;
    background: var(--thm-white);
    border-radius: 50%;
}

.circles {
    height: 200px;
    position: absolute;
    width: 200px;
    top: -60px;
    left: -60px;
}

.circles .circle1 {
    animation-delay: 1s;
}

.circles .circle2 {
    animation-delay: 2s;
}

.circles .circle3 {
    animation-delay: 3s;
}

.circles > div {
    animation: growAndFade 3s infinite ease-out;
    background-color: var(--thm-primary-rgba);
    border-radius: 50%;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
}

@keyframes growAndFade {
    0% {
      opacity: 0.25;
      transform: scale(0);
    }
    100% {
      opacity: 0;
      transform: scale(1);
    }
  }

.about-big-text {
    position: absolute;
    top: 315px;
    right: 40px;
    text-align: center;
}

.about-big-text h3 {
    font-size: 250px;
    font-weight: 900;
    color: var(--thm-primary);
    line-height: 200px;
}

.about-big-text p {
    font-size: 22px;
    color: var(--thm-base);
  }

.about-style1-area {
    position: relative;
    display: block;
    background: var(--thm-white);
    padding: 130px 0 100px;
    z-index: 10;
}

.about-style1-img-box {
    position: relative;
    display: block;
    margin-right: 10px;
}

.about-style1-img-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 70px;
    margin-left: -10px;
    margin-right: -10px;
}

.about-style1-img-box ul li {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding: 0 10px 20px;
}

.about-style1-img-box ul li:first-child {
    width: 55.09%;
}

.about-style1-img-box ul li:last-child {
    width: 44.91%;
    margin-top: -70px;
}

.about-style1-img-box__single {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-style1-img-box__single img {
    width: 100%;
    transition: all 500ms ease;
}

.about-style1-img-box__single:hover img {
    transform: scale(1.02) rotate(0deg);
}

.certified-box-style1 {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: flex;
    align-items: center;
    background-color: var(--thm-base);
    width: 340px;
    padding: 43px 30px 43px;
    z-index: 5;
}

.certified-box-style1 .icon {
    width: 90px;
}

.certified-box-style1 .icon i {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.certified-box-style1 .icon i::before{
    font-size: 60px;
    line-height: 60px;
}

.certified-box-style1:hover .icon i {
    color: var(--thm-black);
    transform: scale(1.05) rotate(1deg);
}

.certified-box-style1 .title {
    position: relative;
    flex: 1;
}

.certified-box-style1 .title h6 {
    color: var(--thm-white-rgba);
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.certified-box-style1 .title h2 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.about-style1-content-box {
    position: relative;
    display: block;
    margin-left: 30px;
}

.about-style1-content-box-inner {
    position: relative;
    display: block;
}

.solution-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.solution-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}

.solution-box ul li {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding: 0 15px 20px;
}

.single-solution-box {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid var(--thm-light-ash);
    border-radius: 8px;
    padding: 25px 24px 25px;
    transition: all 1000ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.single-solution-box:hover {
    transform: translateX(5px);
}

.solution-box ul li:last-child .single-solution-box:hover {
    transform: translateX(-5px);
}

.single-solution-box:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border-radius: 8px;
    background-color: var(--thm-base);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: left right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
}

.solution-box ul li:hover .single-solution-box:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: bottom center;
}

.single-solution-box .icon {
    position: relative;
    width: 60px;
}

.single-solution-box .icon ins {
    position: relative;
    display: block;
    line-height: 0;
}

.single-solution-box .icon i:before {
    color: var(--thm-base);
    font-size: 35px;
    line-height: 35px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    margin-left: 5px;
}

.single-solution-box:hover .icon i:before {
    color: var(--thm-white);
    
}

.single-solution-box .inner-title {
    position: relative;
    display: block;
}

.single-solution-box .inner-title h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-solution-box:hover .inner-title h3 {
    color: var(--thm-white);
}


.about-style1-content-box-inner .inner-text {
    position: relative;
    display: block;
    padding-top: 12px;
    padding-bottom: 45px;
}

.about-style1-content-box-inner .inner-text h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 25px;
}

.about-style2-manager-box {
    position: relative;
    display: flex;
    align-items: center;
}

.about-style2-manager-box .left {
    position: relative;
    display: flex;
    align-items: center;
    width: 280px;
}

.about-style2-manager-box .img-box {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.about-style2-manager-box .img-box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    height: 100%;
    background-color: var(--thm-black);
    opacity: 0.7;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: top center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    z-index: 1;
}

.about-style2-manager-box:hover .img-box:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: bottom center;
}

.about-style1-content-box-inner .inner-text p{
    font-size: 16px;
}

.about-style2-manager-box .img-box img {
    width: 100%;
}

.about-style2-manager-box .title-box {
    position: relative;
    flex: 1;
    margin-left: 25px;
}

.about-style2-manager-box .title-box h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 7px;
}

.about-style2-manager-box .title-box span {
    position: relative;
    display: block;
    color: var(--thm-base);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-family: var(--thm-font-2);
}

.about-style2-manager-box .right {
    position: relative;
    flex: 1;
    padding-left: 30px;
    border-left: 1px solid var(--thm-gray-rgba);
}

.about-style2-manager-box .manager-signature-1 {
    position: relative;
    display: block;
}

/** Form **/
.form-control select{
    border: 0;
    border-radius: 10px;
}

.estimate-form {
    padding: 30px 50px 50px;
    background: var(--thm-white);
    border-radius: 10px;
    box-shadow: 0 0 10px 0 var(--thm-gray-rgba);
}

.estimate-form h1{
    font-size: 34px;
    font-weight: 600;
    color: var(--thm-base);
    text-align: center;
}

/**** Portfolio Section ****/

.portfolio-section {
    padding: 130px 0 100px;
}

.portfolio-section .filters .more-projects {
    position: relative;
    color: var(--thm-deep-ash);
    font-size: 20px;
    font-weight: 600;
}

.portfolio-section .filters .filter-tabs {
    position: relative;
    display: inline-flex;
    margin-bottom: 20px;
    margin-top: 10px
}

.portfolio-section .filters .filter-tabs .filter {
    position: relative;
    color: var(--thm-black);
    background: var(--thm-light-ash);
    font-size: 14px;
    margin-left: 10px;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 10px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.portfolio-section .filters .filter-tabs .filter.active,
.portfolio-section .filters .filter-tabs .filter:hover {
    color: var(--thm-base);
}

.portfolio-section .filters .filter-tabs .filter:before {
    position: absolute;
    content: '';
    left: 50%;
    margin-top: -40px;
    width: 7px;
    height: 7px;
    opacity: 0;
    visibility: hidden;
    margin-left: -3px;
    border-radius: 50px;
    background-color: var(--thm-gray);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.gallery-block.mix,
.gallery-block-two.mix {
    display: none;
}

.gallery-block {
    position: relative;
    margin-bottom: 50px;
}

.gallery-block .inner-box {
    position: relative;
}

.gallery-block .inner-box .image {
    position: relative;
}

.gallery-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: var(--thm-white);
    text-align: center;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.gallery-block .inner-box .image .overlay-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: var(--thm-base-rgba);
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.gallery-block .inner-box:hover .overlay-box:before {
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
    visibility: visible;
}

.gallery-block .inner-box:hover .overlay-box {
    opacity: 1;
}

.gallery-block .inner-box .image .overlay-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.gallery-block .inner-box .image .overlay-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.gallery-block .inner-box .image .overlay-box .overlay-inner .link {
    position: relative;
    font-size: 20px;
    color: var(--thm-gray);
    width: 50px;
    height: 50px;
    line-height: 52px;
    margin: 0px 5px;
    display: inline-block;
    background-color: var(--thm-white);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-block .inner-box .image .overlay-box .overlay-inner .link .icon {
    position: relative;
}

.gallery-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.gallery-block .inner-box .lower-content {
    position: relative;
    padding-top: 35px;
    text-align: center;
}

.gallery-block .inner-box .lower-content h3 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 4px;
}

.gallery-block .inner-box .lower-content h3 a {
    position: relative;
    color: var(--thm-deep-ash);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.gallery-block .inner-box .lower-content h3 a:hover {
    color: var(--thm-gray);
}

.gallery-block .inner-box .lower-content .designation {
    position: relative;
    color: var(--thm-gray);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.gallery-block-two {
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.gallery-block-two .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden;
}

.gallery-block-two .image-box {
    position: relative;
    display: block;
    margin-bottom: 0px;
}

.gallery-block-two .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.gallery-block-two .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: var(--thm-white);
    text-align: center;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.gallery-block-two .overlay-box:before {
    position: absolute;
    left: 400px;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0;
    background-color: var(--thm-deep-ash-rgba);
    transition: all 500ms linear;
}

.gallery-block-two .inner-box:hover .overlay-box:before {
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
    left: 0;
}

.gallery-block-two .inner-box:hover .overlay-box {
    opacity: 1;
}

.gallery-block-two .inner-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 0;
}

.gallery-block-two .inner-box:hover .overlay-inner:before {
    width: 40px;
}

.gallery-block-two .inner-box:hover .overlay-inner:after {
    height: 40px;
}

.gallery-block-two .inner-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    width: 100%;
}

.gallery-block-two .inner-box .overlay-inner .nc-links{
    position: absolute;
    left: 50px;
    bottom: 50px;
}

.gallery-block-two .inner-box .overlay-inner .nc-links li{
    display: block;
    margin-top: 10px;
}

.gallery-block-two .inner-box .overlay-inner .link {
    position: relative;
    font-size: 20px;
    color: var(--thm-white);
    width: 50px;
    height: 50px;
    line-height: 52px;
    margin: 0px 5px;
    display: inline-block;
    background-color: var(--thm-base);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-radius: 10px;
}

.gallery-block-two .inner-box .overlay-inner .link .icon {
    position: relative;
}

.fancybox-image, 
.fancybox-spaceball{
    border-radius: 10px;
}

.portfolio-section .button-box {
    margin-top: 50px;
}

.portfolio-masonry-section {
    position: relative;
    padding: 120px 0px 75px;
}

.single-portfolio-section .det-content h3 {
    font-size: 24px;
    margin: 30px 0 16px;
    color: var(--thm-black);
    font-weight: 900;
}

.single-portfolio-section .det-content p {
    margin-bottom: 25px;
}

.single-portfolio-section .portfolio-tags {
    padding: 18px 0;
    border-bottom: 1px solid var(--thm-light-ash);
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-portfolio-section .portfolio-tags .title {
    text-transform: capitalize;
    color: var(--thm-black);
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
}

.single-portfolio-section .portfolio-det-social {
    margin: 4px 4px 4px 0;
    display: inline-block;
    padding: 10px 8px;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.single-portfolio-section .info span {
    display: block;
    margin-bottom: 20px;
}

.single-portfolio-section .info span i {
    color: var(--thm-base);
    margin-right: 7px;
}

.single-portfolio-section .col-md-4 .info li {
    border-bottom: 1px solid var(--thm-light-ash);
    display: block;
    font-family: var(--thm-font);
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.portfolio-area.related-projects .pf-item .info {
    background: var(--thm-white) none repeat scroll 0 0;
    border: 1px solid var(--thm-light-ash);
    box-shadow: inherit;
    display: inline-block;
    padding: 30px;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0;
}

.single-portfolio-section .info li span {
    font-weight: normal;
    margin: 0;
    text-transform: capitalize;
}

.single-portfolio-section .info li:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}

.single-portfolio-section .info {
    box-shadow: 0 0 10px var(--thm-light-ash);
    padding: 30px;
    margin-top: 10px;
}

.single-portfolio-section .conetnt {
    padding-right: 50px;
}

.single-portfolio-section .info li a {
    color: var(--thm-base);
}

.project-thumb, .info{
    border-radius: 10px;
    overflow: hidden;
}


.more-portfolio-section .sec-title h3 {
    position: relative;
    font-size: 18px;
    padding-left: 0;
    padding-right: 16px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
}

.more-portfolio-section .sec-title h3:before {
    position: absolute;
    content: '';
    right: -30px;
    top: 5px;
    width: 20px;
    height: 20px;
    display: block;
    background-color: var(--thm-primary);
    border-radius: 25px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.more-portfolio-section .sec-title:hover h3:before {
    right: -50px;
    width: 30px;
}

.more-portfolio-section .sec-title h3:after {
    position: absolute;
    content: '';
    right: -20px;
    top: 5px;
    width: 20px;
    height: 20px;
    display: block;
    background-color: var(--thm-base);
    border-radius: 25px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.portfolio-section .owl-nav{
    display: none;
}


/**** Testimonial section ****/

.testimonial-section {
    padding: 130px 0 100px;
}

.testimonial-section:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--thm-light-white);
}

.testimonial-section .client-box-img {
    width: 80px;
    border: 5px solid var(--thm-light-white);
    border-radius: 50%;
}

.testimonial-section .clients-name {
    font-weight: 600;
    color: var(--thm-gray);
}

.testimonial-section .owl-nav {
    display: none;
}

.testimonial-section .owl-dots {
    position: relative;
    margin-top: -30px;
}

.testimonial-section .owl-dots .owl-dot {
    position: relative;
    width: 8px;
    height: 8px;
    margin: 5px 5px;
    display: block;
    border-radius: 50%;
    background-color: var(--thm-light-ash);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.testimonial-section .owl-dots .owl-dot:hover,
.testimonial-section .owl-dots .owl-dot.active {
    position: relative;
    width: 22px;
    height: 8px;
    border-radius: 10px;
    background-color: var(--thm-gray);
}

.testimonial-section .business-client-box .fa-quote-right {
    position: absolute;
    right: 15px;
    top: -90px;
    font-size: 70px;
    color: var(--thm-primary-rgba);
}

.testimonial-section .business-client-box .clients-name h5{
    font-weight: 600;
    color: var(--thm-deep-ash);
}

.testimonial-section .business-client-box .client-position {
    font-size: 14px;
    font-weight: 500;
}

.testimonial-section .business-client-box:hover .client-box-img {
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.testimonial-section .testi-notes {
    position: relative;
    display: block;
    margin-left: -54px;
    margin-right: 22px;
}

.testimonial-section .testi-notes-year-box {
    position: relative;
    display: block;
    border: 5px solid var(--thm-deep-ash);
    padding: 11px 41px 31px;
    border-right: none;
}

.testimonial-section .testi-notes-year-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 63px;
    width: 5px;
    background-color: var(--thm-deep-ash);
}

.testimonial-section .testi-notes-year {
    font-size: 26px;
    font-weight: 900;
    line-height: 36px;
    text-transform: uppercase;
    padding-left: 8px;
    color: var(--thm-black);
}

.testimonial-section .testi-notes-year span {
    font-size: 150px;
    line-height: 160px;
    color: var(--thm-primary);
    position: relative;
}

.testimonial-section .testi-notes-year-title {
    font-size: 31px;
    line-height: 43px;
    font-weight: 300;
    margin-top: 3px;
}

.testimonial-section .testi-notes-year-title span {
    font-size: 34px;
    font-weight: 700;
    line-height: 45px;
    color: var(--thm-black);
}

.testimonial-section .testi-notes-year-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 63px;
    width: 5px;
    background-color: var(--thm-deep-ash);
}


/**** Team Section ****/

.teams-section {
    position: relative;
    padding: 130px 0 90px;
}

.teams-section-two{
    position: relative;
    padding: 130px 0 90px;
}

.teams-section-two::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: var(--thm-light-white);
    top: 0;
    left: 0;
}

.teams-section .owl-nav {
    display: none;
}

.team-box-all {
    background: #333333;
    padding-bottom: 6px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.team-box-all .team-img:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0;
    z-index: 1;
    background-color: #33333385;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 400ms linear;
}

.team-box-all:hover .team-img:before {
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}

.team-box-all .team-box-title{
    position: relative;
    z-index: 999;
}


/**** Counter Section ****/

.counter-section {
    padding: 130px 0 100px;
}

.counter-section .inner-section {
    position: relative;
}

.counter-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: var(--thm-light-white);
    top: 0;
    left: 0;
}

.counter-section .count-title h2 {
    color: var(--thm-gray);
}

.counter-section .count-title h2 strong {
    position: relative;
    color: var(--thm-gray);
    font-size: 48px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.counter-section-two {
    background: url(../images/background/1.jpg) no-repeat right;
    z-index: -1;
}

.counter-section-two .inner-section {
    position: relative;
}

.counter-section-two:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: var(--thm-light-white);
    top: 0;
    left: 0;
}

.counter-section-two:after {
    position: absolute;
    content: '';
    width: 60%;
    height: 80%;
    background: var(--thm-white)99;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.counter-section-two .count-title h2 {
    color: var(--thm-gray);
    position: absolute;
    transform: rotate(90deg);
    margin-top: 110px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.counter-section-two .count-title h2 strong {
    position: relative;
    color: var(--thm-gray);
    font-size: 48px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 8px;
    text-transform: capitalize;
}


/* Counter */

.com-counter {
    position: relative;
}

.com-counter .column {
    position: relative;
}

.com-counter .column .inner {
    position: relative;
    padding-right: 30px;
}

.com-counter .column .inner .content {
    position: relative;
    margin-top: 33px;
    padding: 20px;
    background: var(--thm-white);
    overflow: hidden;
    border-radius: 10px;
}

.com-counter .column .inner .content .icon-box{
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 20px;
    padding: 20px 20px 10px 10px;
    background: var(--thm-base);
    color: var(--thm-white);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    text-align: center;
}

.com-counter .count-outer .percentage {
    display: inline-block;
    font-weight: 600;
    color: #020e28;
    font-size: 48px;
    line-height: 1em;
    font-family: var(--thm-font);
}

.com-counter .column .inner .count-outer {
    position: relative;
    font-weight: 700;
    color: var(--thm-gray);
    font-size: 42px;
    line-height: 1em;
    display: inline-block;
    font-family: var(--thm-font);
}

.com-counter .column .inner .count-outer.alternate,
.com-counter .column .inner .count-outer.alternate .count-text {
    color: var(--thm-base);
}

.com-counter .count-outer .count-text {
    position: relative;
    font-weight: 700;
    color: var(--thm-gray);
    font-size: 42px;
    line-height: 1em;
    font-family: var(--thm-font-2);
}

.com-counter .column .counter-title {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: var(--thm-gray);
    margin-top: 8px;
    text-transform: uppercase;
}

.com-counter .column:hover .icon-box {
    border-color: var(--thm-base);
}

.coun-skillbar {
    position: relative;
    display: block;
    margin-top: 45px;
    width: 100%;
    height: 3px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
}

.coun-skillbar {
    background: #eeeeee;
}

.coun-skillbar-title {
    position: absolute;
    top: -25px;
    left: 0;
    font-weight: bold;
    font-size: 14px;
    z-index: 1;
}

.coun-skillbar-bar {
    background: var(--thm-base);
    height: 3px;
    width: 0px;
    float: left;
    position: relative;
}

.coun-skill-bar-percent {
    color: #1a1a1a;
    z-index: 1;
    float: left;
    margin-top: -25px;
}


/**** Pricing Section ****/

.pricing-section {
    background: var(--thm-light-white);
}

.business-price-box {
    padding: 40px 25px;
    border-radius: 10px;
    transition: linear all 600ms;
    -webkit-transition: linear all 600ms;
    -moz-transition: linear all 600ms;
    -ms-transition: linear all 600ms;
    -o-transition: linear all 600ms;
}

.business-price-box:hover {
    box-shadow: 0 0 38px -5px var(--thm-black-rgba);
}

.business-price-box:hover .font-weight-bold {
    color: var(--thm-deep-ash);
}

.business-price-features p {
    font-size: 16px;
    color: var(--thm-black);
}

.business-plan-price h6 {
    font-size: 14px;
}

.price-active {
    box-shadow: 0 0 38px -5px var(--thm-black-rgba);
}

.price-active .font-weight-bold,
.plan-price,
.price-active .business-plan-price .text_custom {
    color: var(--thm-black);
    font-weight: 600;
}

.price-active .btn-style-two {
    background: none;
    color: var(--thm-base);
}

.plan-price-tag li {
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 700;
}

.plan-price-tag .list-inline-item{
    margin-right: 0;
}

.plan-price-tag li::after {
    content: "-";
    margin: 0 8px;
}

.plan-price-tag li:last-child:after {
    content: "";
    margin: 0px;
}

.font-weight-bold {
    font-weight: 600;
    color: var(--thm-base);
    transition: linear all 900ms;
    -webkit-transition: linear all 900ms;
    -moz-transition: linear all 900ms;
    -ms-transition: linear all 900ms;
    -o-transition: linear all 900ms;
}

.pricing-section-two{
    background: var(--thm-white);
}

.single-price-box{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 51px 40px 60px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    transform: translate3d(0px, 0px, 0px);
    transition: all 500ms ease;
    transition-delay: 0.5s;
    margin-top: 20px;
    z-index: 2;
}

.single-price-box::before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(6,59,139,1) 100%);
    border-radius: 10px;
    transform: perspective(400px) scaleX(0);
    transform-origin: center;
    transition: all 500ms ease 1200ms;
    z-index: -1;
}

.single-price-box:hover:before{
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
    transition: all 500ms ease 100ms;
}

.single-price-box .table-header {
    position: relative;
    display: block;
    margin-bottom: 14px;
}

.single-price-box .top {
    position: relative;
    display: block;
}

.single-price-box .top h4{
    color: var(--thm-base);
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    transition: all 400ms linear;
    transition-delay: 1.3s;
}

.single-price-box:hover .top h4{
    color: #ffffff;
    transition-delay: 0.1s;
}

.single-price-box .package {
    position: relative;
    display: block;
    padding-bottom: 12px;
}

.single-price-box .package h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: var(--thm-deep-ash);
    transition: all 400ms linear;
    transition-delay: 1.3s;
}

.single-price-box:hover .package h2{
    color: #ffffff;
    transition-delay: 0.1s;
}

.single-price-box .package h2 span {
    position: relative;
    font-size: 17px;
    font-weight: 500;
}

.single-price-box .price-list{
    position: relative;
    display: block;
    padding: 0 30px 0px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease 100ms;
    z-index: 1;
}

.single-price-box:hover .price-list{
    border-color: rgba(255, 255, 255, 0.05);
}

.single-price-box .price-list .shape{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background: #ffffff;
    opacity: 0.12;
    border-radius: 10px;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    transition: all 500ms ease 500ms;
    z-index: -1;
}

.single-price-box:hover .price-list .shape{
    transform: scaleY(1.0); 
    transition: all 500ms ease 600ms;  
}

.single-price-box .price-list ul {
    display: block;
    padding: 34px 0 36px;
}

.single-price-box .price-list ul li {
    color: var(--thm-black);
    font-size: 15px;
    line-height: 39px;
    font-weight: 400;
    transition: all 400ms linear;
    transition-delay: 1.3s;
}

.single-price-box:hover .price-list ul li{
    color: #ffffff;
    transition: all 400ms linear;
    transition-delay: 0.1s;
}

.single-price-box .price-list ul li i::before{
    position: relative;
    display: inline-block;
    top: 2px;
    color: var(--thm-base);
    font-size: 15px;
    font-weight: 700;
    padding-right: 10px;
    transition: all 400ms linear;
    transition-delay: 1.3s;
}

.single-price-box:hover .price-list ul li i::before{
    color: #ffffff;
    transition-delay: 0.1s;
}

.single-price-box .table-footer {
    position: relative;
    display: block;
    line-height: 0;
    margin-top: 60px;
}

.price-table {
    text-align: center;
}

.price-table .price-content {
    border: 1px solid var(--thm-light-ash);
    padding-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--thm-white);
}

.price-table .price-table-top h3 {
    color: var(--thm-white);
    font-size: 16px;
    line-height: 50px;
    background: var(--thm-black);
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.price-table .price-box {
    color: var(--thm-white);
    font-size: 20px;
    line-height: 69px;
    background: var(--thm-gray);
    font-family: 'Open sans', sans-serif;
    text-transform: uppercase;
}

.price-table .price-box span {
    font-weight: bold;
    font-size: 45px;
}

.price-table.bronze .price-table-top h3, 
.price-table.silver .price-table-top h3, 
.price-table.gold .price-table-top h3, 
.price-table.platinum .price-table-top h3 {
    background: var(--thm-base);
}

.price-table.bronze .price-box, 
.price-table.silver .price-box, 
.price-table.gold .price-box, 
.price-table.platinum .price-box {
    background: var(--thm-primary);
}

.price-table .price-info li {
    font-size: 14px;
    line-height: 50px;
    color: var(--thm-gray);
    border-bottom: 1px solid var(--thm-light-ash);
    font-weight: 600;
}

.price-table button {
    outline: none;
    margin-top: 30px;
} 


/**** Contact Section ****/

.map-section iframe {
    position: relative;
    width: 100%;
    height: 670px;
}

.contact-section .form-control {
    padding: 1rem 1.5rem;
    border-radius: 30px;
}

.alert {
    border-radius: 50px;
}

.form-box {
    margin-top: -0.26em;
    margin-bottom: 26px;
}

.form-box h3,
.address-contact .border-title {
    margin-bottom: 15px;
    position: relative;
    font-weight: 600;
    display: inline-flex;
}

.form-box h3::before, 
.address-contact .border-title::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    right: -40px;
    top: 12px;
    display: block;
    background-color: var(--thm-primary);
    border-radius: 25px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.form-box:hover h3::before, 
.address-contact:hover .border-title::before {
    right: -60px;
    width: 30px;
}

.form-box h3::after,
.address-contact .border-title::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    right: -30px;
    top: 12px;
    display: block;
    background-color: var(--thm-base);
    border-radius: 25px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.contact-info_title {
    font-size: 20px;
    margin-top: -0.25em;
    margin-bottom: 6px;
    min-width: 100%;
}

.contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.contact-info_icon {
    display: inline-block;
    width: 50px;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--thm-base);
    color: var(--thm-white);
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    margin-right: 15px;
}

.contact-info_text span, .contact-info_text a {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

/**** Blog Section ****/

.blog-section, 
.blog-section-two {
    position: relative;
    padding: 130px 0 90px;
}

.blog-section-two:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: var(--thm-light-white);
    top: 0;
    left: 0;
}

.blog-box-detail {
    background: var(--thm-light-white);
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 0 0 10px 10px;
}

.blog-section .owl-nav {
    display: none;
}

.blog-section .space-date {
    color: var(--thm-black) !important;
    font-weight: 700;
}

.single-blog-section {
    position: relative;
}

.single-blog-section .det-content p {
    margin-bottom: 25px;
}

.single-blog-section .det-content h3 {
    font-size: 24px;
    margin: 30px 0 16px;
    color: var(--thm-black);
    font-weight: 900;
}

.single-blog-section .det-meta {
    padding: 10px 0 13px;
    border-bottom: 1px solid var(--thm-gray);
    margin-bottom: 25px;
    position: relative;
}

.single-blog-section .det-meta a {
    color: #858585;
    font-size: 12px;
    padding-right: 20px;
    margin-right: 15px;
    text-transform: capitalize;
    border-right: 1px solid var(--thm-gray);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
}

.single-blog-section .det-meta a:last-child {
    border-right: 0;
}

.single-blog-section .blog-detail blockquote {
    padding: 30px;
    -webkit-box-shadow: 0 0 51px 0 var();
    box-shadow: 0 0 10px 0 var(--thm-deep-ash-rgba);
    border-left: 4px solid var(--thm-base);
    margin-bottom: 30px;
    border-radius: 10px;
}

.single-blog-section .blog-detail blockquote p {
    font-size: 18px;
    position: relative;
    color: var(--thm-black);
    line-height: 30px;
    font-weight: 600;
}

.single-blog-section .det-list li {
    position: relative;
    margin-bottom: 18px;
    padding-left: 15px;
}

.single-blog-section .det-list li::before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f00c";
    width: 7px;
    height: 7px;
    left: 0;
    font-size: 17px;
    color: var(--thm-base);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.single-blog-section .det-list li p{
    margin-left: 15px;
}

.single-blog-section .blog-meta-img img{
    border-radius: 10px;
}

.single-blog-section .blog-tags {
    padding: 18px 0;
    border-bottom: 1px solid var(--thm-light-ash);
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-blog-section .blog-det-social {
    margin: 4px 4px 4px 0;
    display: inline-block;
    padding: 10px 8px;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.single-blog-section .blog-tags .title {
    text-transform: capitalize;
    color: var(--thm-black);
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
}

.single-blog-section .author-section {
    margin: 60px 0;
}

.single-blog-section .blog-detail .sec-title {
    position: relative;
    font-size: 18px;
    padding-left: 0;
    padding-right: 16px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
}

.single-blog-section .blog-detail .sec-title::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    right: -20px;
    top: 3px;
    display: block;
    background-color: var(--thm-primary);
    border-radius: 25px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.single-blog-section .all-title:hover .sec-title::before {
    right: -40px;
    width: 30px;
}

.single-blog-section .blog-detail .sec-title::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    right: -10px;
    top: 3px;
    display: block;
    background-color: var(--thm-base);
    border-radius: 25px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.single-blog-section .author-post {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 10px;
    background-color: var(--thm-white);
    box-shadow: 0 0 15px 0 var(--thm-deep-ash-rgba);
    -webkit-box-shadow: 0 0 15px 0 var(--thm-deep-ash-rgba);
}

.single-blog-section .blog-detail .b-det-img{
    border-radius: 10px;
    overflow: hidden;
}

.single-blog-section .aut-img {
    display: table-cell;
    vertical-align: top;
    width: 96px;
}

.single-blog-section .aut-img img {
    border-radius: 200px;
    border: 3px solid #d7d7d7;
}

.single-blog-section .aut-content {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}

.single-blog-section .aut-content p {
    margin-top: 15px;
}

.single-blog-section .aut-social {
    position: absolute;
    right: 30px;
    top: 30px;
}

.single-blog-section .aut-social a {
    font-size: 16px;
    padding: 0 5px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.blog-nav .blog-prev,
.blog-nav .blog-next {
    padding: 10px 11px 6px;
    margin-left: 5px;
    background: var(--thm-base);
    border: 1px solid var(--thm-base);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: ease all 300ms;
    -webkit-transition: ease all 300ms;
    -moz-transition: ease all 300ms;
    -ms-transition: ease all 300ms;
    -o-transition: ease all 300ms;
}

.blog-nav .blog-prev:hover,
.blog-nav .blog-next:hover {
    background: none;
}

.blog-nav .blog-prev i:before,
.blog-nav .blog-next i:before {
    font-size: 22px;
    color: var(--thm-white);
    transition: ease all 300ms;
    -webkit-transition: ease all 300ms;
    -moz-transition: ease all 300ms;
    -ms-transition: ease all 300ms;
    -o-transition: ease all 300ms;
}

.blog-nav .blog-prev:hover i:before,
.blog-nav .blog-next:hover i:before {
    color: var(--thm-base);
}

.date-author{
    position: relative;
    display: flex;
    align-items: center;
}

.date-author span{
    border-radius: 50px;
    overflow: hidden;
}

.date-author p{
    margin-left: 5px;
    margin-bottom: 0;
    background: #c5c5c5;
    padding: 15px 30px;
    line-height: 1.4em;
    font-weight: 500 !important;
    border-radius: 55px;
}

.blog-box-detail .read-more i{
    background: var(--thm-base);
    color: var(--thm-white);
    font-size: 10px;
    padding: 3px 4px;
    border-radius: 25px;
}


/**** Get A Quote Section ****/

.get-quote-section {
    background: var(--thm-black);
    background-repeat: no-repeat;
    background-size: cover;
}

.get-quote-section .site-button {
    padding: 1.1rem 1.6rem 1.1rem 1rem;
    border-radius: 0 50% 50% 0;
    font-size: 20px;
    color: var(--thm-white);
    background: var(--thm-base);
}

.get-quote-section h4 {
    font-size: 34px;
    font-weight: 800;
    color: var(--thm-base);
    line-height: 1em;
    margin-bottom: 10px;
}


/**** Sidebar Section ****/

.widget {
    margin-bottom: 40px;
    font-size: 15px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget h3 {
    line-height: 0.8;
    margin-bottom: 1.5em;
    position: relative;
    font-weight: 900;
    font-size: 26px;
    color: var(--thm-gray);
}

.widget h3:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 30px;
    width: 20px;
    height: 20px;
    display: block;
    background-color: var(--thm-primary);
    border-radius: 25px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.widget:hover h3:before {
    right: -50px;
    width: 30px;
}

.widget h3:after {
    position: absolute;
    content: '';
    left: 0;
    top: 30px;
    width: 20px;
    height: 20px;
    display: block;
    background-color: var(--thm-base);
    border-radius: 25px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.widget ul li,
.widget-categories ul li,
.widget-meta a,
.widget-recent-post ul li {
    position: relative;
    padding: 15px 0;
    border-bottom: #ededed 1px solid;
}

.widget-meta a {
    display: block;
}

.widget ul li::before {
    content: "\f101";
    display: block;
    position: absolute;
    bottom: 20px;
    color: var(--thm-base);
    font: normal normal normal 14px/1 FontAwesome;
}

.widget ul li a,
.widget_categories ul li a {
    margin-left: 20px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.widget ul li a:hover,
.widget_categories ul li a:hover {
    padding-left: 15px;
}

.widget #wp-calendar {
    width: 100%;
}

.widget #wp-calendar a {
    font-weight: 600;
}

.widget-recent-post ul li {
    display: inline-block;
    width: 100%;
}

.widget-recent-post ul li::before {
    content: none;
}

.widget-recent-post ul li a {
    margin-left: 0;
}

.widget-recent-post .blog-rp-image {
    float: left;
    margin-right: 12px;
    border-radius: 10px;
    overflow: hidden;
}

.widget-recent-post .blog-rp-image img {
    height: 80px;
}

.widget-recent-post .blog-rp-info p {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 18px;
}

.widget-recent-post .blog-rp-info p a {
    font-size: 13px;
    font-weight: 600;
}

.side-form {
    position: relative;
}

.side-form input[type="text"] {
    border-radius: 0;
    height: 55px;
    margin-bottom: 0;
    padding-left: 20px;
    width: 100%;
    background: var(--thm-black);
    border-radius: 10px;
}

.side-form button {
    position: absolute;
    bottom: 15px;
    right: 20px;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: var(--thm-base);
}

.tag {
    background-color: #f9f9f9;
    color: var(--thm-black);
    margin: 4px 4px 4px 0;
    display: inline-block;
    padding: 10px 18px;
    border-radius: 10px;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.tag:hover {
    background-color: var(--thm-gray);
    color: var(--thm-base);
}


/**** Comment Section ****/

.comment-inner {
    padding: 30px;
    position: relative;
    margin: 30px 0;
    border-radius: 10px;
    background-color: var(--thm-white);
    box-shadow: 0 0 5px 0 var(--thm-deep-ash-rgba);
    -webkit-box-shadow: 0 0 5px 0 var(--thm-deep-ash-rgba);
}

.reply {
    position: absolute;
    top: 30px;
    right: 30px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 12px;
    color: var(--thm-black);
    z-index: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.reply i {
    margin-right: 5px;
}

.com-img {
    width: 80px;
    height: 80px;
    display: table-cell;
    vertical-align: top;
}

.com-img img {
    border-radius: 200px;
}

.comm-content {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}

.comm-content p {
    margin-top: 15px;
}

.comm-content span {
    color: var(--thm-base);
    font-size: 13px;
    display: inline-block;
    margin-left: 20px;
    font-weight: 600;
}

.sub-comm {
    margin-left: 80px;
}

.form-control {
    padding: 1rem 1.5rem;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}


/**** Pagination Section ****/

.cr-pagination-right,
.cr-pagination-center,
.cr-pagination-left {
    margin-top: 60px;
}

.cr-pagination-right {
    text-align: right;
}

.cr-pagination-center {
    text-align: center;
}

.cr-pagination-left {
    text-align: left;
}

.cr-pagination-center li,
.cr-pagination-left li,
.cr-pagination-right li {
    display: inline-block;
    margin-right: 5px;
    transition: ease all 300ms;
    -webkit-transition: ease all 300ms;
    -moz-transition: ease all 300ms;
    -ms-transition: ease all 300ms;
    -o-transition: ease all 300ms;
}

.cr-pagination-center li a,
.cr-pagination-left li a,
.cr-pagination-right li a {
    width: 42px;
    font-size: 16px;
    height: 42px;
    background: 0 0;
    display: block;
    line-height: 40px;
    text-align: center;
    border: 1px solid var(--thm-light-white);
    border-radius: 10px;
    box-shadow: 0 0 3px var(--thm-gray);
    transition: ease all 300ms;
    -webkit-transition: ease all 300ms;
    -moz-transition: ease all 300ms;
    -ms-transition: ease all 300ms;
    -o-transition: ease all 300ms;
}

.cr-pagination-center li:hover a,
.cr-pagination-left li:hover a,
.cr-pagination-right li:hover a {
    border: 1px solid var(--thm-base);
    color: var(--thm-base);
}

.cr-pagination-center .active a,
.cr-pagination-left .active a,
.cr-pagination-right .active a {
    border: 1px solid var(--thm-base);
    color: var(--thm-base);
}


/**** Map Section ****/

.map-section {
    position: relative;
    padding: 0;
    margin: 0;
}

.google-maps iframe {
    display: block;
    height: 100%;
    min-height: 450px;
    position: relative;
    width: 100%;
    z-index: 1;
}

/**** Login / Registration  Section ****/

.login-wrapper{
    padding: 45px;
    border: 1px solid var(--thm-deep-ash-rgba);
    border-radius: 5px;
    width: 500px;
    position: relative;
}

.login-wrapper h1{
    font-weight: 600;
    color: var(--thm-base);
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.2em;
}

.login-wrapper .form-group{
    font-size: 16px;
    margin-bottom: 15px;
}

.login-wrapper .form-group input[type=checkbox]{
    margin-left: 5px;
}

.login-wrapper .form-group label{
    margin-bottom: 0;
}

/**** 404 Error Section ****/

.error-404 {
    text-align: center;
}

.error-404 h1 {
    font-size: 204px;
    line-height: 0.9em;
    color: var(--thm-base);
    font-weight: 900;
}


/**** Main Footer ****/

.footer {
    position: relative;
    padding: 90px 0px 0px;
    background-color: var(--thm-black);
}

.footer .footer-widget {
    position: relative;
    margin-bottom: 40px;
}

.footer .widgets-section {
    position: relative;
    padding-bottom: 40px;
}

.footer .footer-widget h2 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: var(--thm-white);
    line-height: 1.2em;
    margin-bottom: 35px;
    margin-top: 15px;
    padding-bottom: 18px;
    text-transform: capitalize;
}

.footer .footer-widget h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 50px;
    background-color: var(--thm-base);
}

.footer .logo-widget {
    position: relative;
}

.footer .logo-widget .social-icon {
    margin-top: 20px;
}

.footer .logo-widget .logo {
    position: relative;
    margin-bottom: 25px;
}

.footer .logo-widget .text {
    position: relative;
    color: var(--thm-light-ash);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    margin-bottom: 14px;
}

.footer-link {
    position: relative;
}

.footer-link li {
    position: relative;
    border-bottom: 1px dashed var(--thm-gray-rgba);
    position: relative;
    padding: 11px 10px 11px 0px;
    margin-bottom: 0;
    line-height: 20px;
}

.footer-link li:last-child {
    border-bottom: none;
}

.footer-link li a {
    position: relative;
    color: var(--thm-light-ash);
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-link li a:before {
    position: absolute;
    content: "\f101";
    left: 0px;
    top: 2px;
    opacity: 0;
    font-size: 14px;
    color: var(--thm-base);
    font-family: 'FontAwesome';
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-link li a:hover::before {
    opacity: 1;
}

.footer-link li a:hover {
    color: var(--thm-light-ash);
    padding-left: 18px;
}

.posts-widget .post {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 18px;
    border-bottom: 1px solid var(--thm-white-rgba);
}

.posts-widget .post:last-child {
    border: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.posts-widget .post .text {
    position: relative;
    color: var(--thm-light-ash);
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 5px;
}

.posts-widget .post .text a {
    position: relative;
    color: var(--thm-light-ash);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: var(--thm-font);
}

.posts-widget .post .text a:hover {
    color: var(--thm-base);
}

.posts-widget .post .post-date {
    position: relative;
}

.posts-widget .post .post-date li {
    position: relative;
    color: var(--thm-white);
    font-size: 12px;
    padding-right: 10px;
    margin-right: 10px;
    font-weight: 400;
    line-height: 1.2em;
    display: inline-block;
    border-right: 1px solid var(--thm-gray);
    font-family: var(--thm-font);
}

.posts-widget .post .post-date li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border: none;
}

.posts-widget .post .post-date li i {
    font-size: 10px;
    margin-right: 5px;
}

.footer .newsletter-widget .form-group {
    position: relative;
    display: block;
    margin-bottom: 16px;
}

.footer .newsletter-widget .form-group input[type="text"],
.footer .newsletter-widget .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 20px;
    height: 48px;
    font-size: 16px;
    color: var(--thm-white);
    border-radius: 30px;
    border: 1px solid var(--thm-white-rgba);
    background-color: var(--thm-white-rgba);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.footer .newsletter-widget .form-group button {
    width: 100%;
    cursor: pointer;
    border-color: var(--thm-gray);
    background-color: var(--thm-gray);
    text-transform: uppercase;
}

.footer .footer-bottom {
    position: relative;
    padding: 35px 0px;
    border-top: 1px solid var(--thm-white-rgba);
}

.footer .footer-bottom .copyright {
    position: relative;
    color: var(--thm-gray);
    font-size: 16px;
}

.footer .footer-bottom .footer-nav {
    position: relative;
    text-align: right;
}

.footer .footer-bottom .footer-nav li {
    position: relative;
    padding-right: 12px;
    margin-right: 10px;
    line-height: 1.1em;
    display: inline-block;
    border-right: 2px solid var(--thm-gray);
}

.footer .footer-bottom .footer-nav li:last-child {
    border-right: none;
    margin-right: 0px;
    padding-right: 0px;
}

.footer .footer-bottom .footer-nav li a {
    position: relative;
    color: var(--thm-gray);
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer .footer-bottom .footer-nav li a:hover {
    color: var(--thm-white);
}


/* Newsletter Widget */

.newsletter-widget {
    position: relative;
}

.newsletter-widget .text {
    position: relative;
    color: var(--thm-light-ash);
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 20px;
}

/* Roofels Rexponsive */

@media only screen and (max-width: 5000px) {
    .page-wrapper {
        overflow: hidden;
    }
    .default-container{
        max-width: 1440px;
    }
    .internal-container{
        max-width: 1440px;
    }
    .external-container{
        max-width: 1440px;
    }
    .menu-container{
        max-width: 100%;
        padding: 0 100px;
    }
}

@media only screen and (max-width: 1600px) {
    .default-container{
        max-width: 1320px;
    }
    .internal-container{
        max-width: 1320px;
    }
    .external-container{
        max-width: 1320px;
    }
}

@media only screen and (max-width: 1366px) {
    .page-wrapper {
        overflow: hidden;
    }
    .menu-container{
        padding: 0 30px;
    }
    .default-container, 
    .internal-container, 
    .external-container {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1140px) {
    .roofels-header {
        margin: 0px !important;
    }
    .page-wrapper {
        overflow: hidden;
    }
    .slider h3:before,
    .slider h3:after,
    .roofels-header .header-upper .button-box {
        display: none;
    }
    .roofels-header.header-style-three .header-upper .button-box {
        display: block;
    }
    .roofels-header .outer-box .buttons-box .roofels-btn {
        font-size: 16px;
    }
    .roofels-header .outer-box .option-box>li {
        margin-left: 15px;
    }
    .roofels-header .nav-outer {
        float: right;
    }
    .sec-title h2 {
        font-size: 40px;
    }
    .testimonial-section .testi-notes{
        margin: 0;
    }
    .testimonial-section .testi-notes-year span{
        font-size: 95px;
    }
}

@media only screen and (max-width: 1020px) {
    .roofels-header .main-box .logo-box {
        position: relative;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        margin: 0px;
        text-align: left;
    }
    .roofels-header .nav-outer {
        float: left;
        width: 100%;
    }
    .strategy-block .inner-box {
        padding-left: 0px;
        padding-right: 0px;
    }
    .strategy-block .inner-box .icon-box {
        position: relative;
    }
    .services-section .inner-container {
        margin-top: 100px;
    }
    .roofels-header .header-upper .menu-search-box .dropdown-menu {
        top: 43px !important;
    }
    .roofels-header .nav-toggler {
        display: block;
    }
    .slider .tparrows,
    .header-top-two .top-left,
    .fixed-header .sticky-header,
    .roofels-header .header-top .top-right::before,
    .roofels-header .header-top .top-right:after,
    .roofels-header .header-top .top-right .list,
    .roofels-header .header-upper .contact-number,
    .roofels-header.header-style-three .header-upper .button-box {
        display: none;
    }
    .roofels-header .header-top .top-right .social-nav {
        margin-left: 0px;
        width: 100%;
    }
    .main-menu .navigation>li>a {
        font-size: 14px;
    }
    .roofels-header .options-box {
        margin-top: 0px;
        position: absolute;
        left: 0px;
        top: 25px;
        z-index: 12;
        display: none;
        right: auto;
    }
    .roofels-header .header-upper .upper-right {
        padding-top: 0px;
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }
    .main-menu .navigation>li {
        margin-right: 25px;
    }
    .roofels-header .header-upper .logo-box {
        margin-right: 0px;
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
    }
    .roofels-header .header-upper .outer-container {
        padding: 0px 15px;
    }
    .slider h2 {
        font-size: 80px;
        padding-left: 0px;
    }
    .slider h3 span {
        font-size: 50px;
    }
    .slider h2:before {
        display: none;
    }
    .slider h3.alternate span {
        font-size: 35px;
    }
    .header-top .top-left {
        display: none;
    }
    .header-top .top-right {
        width: 100%;
        text-align: center;
    }
    .header-top .top-right .social-box {
        width: 100%;
        text-align: center;
    }
    .main-menu .navigation>li>a {
        padding: 25px 0px;
    }
    .roofels-header .header-upper .support-box {
        margin-top: 10px;
    }
    .roofels-header .header-upper .menu-search-box {
        margin-top: 30px;
    }
    .slider h2 {
        font-size: 60px;
    }
    .slider .text {
        font-size: 16px;
    }
    .get-quote-section form{
        margin-top: 10px;
    }
    .about-inner-column{
        padding-left: 0;
    }
    .testimonial-section .testi-notes{
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .video-holder {
        margin-top: 60px;
    }
}

@media only screen and (min-width: 768px) {
    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}

@media only screen and (max-width: 767px) {
    .menu-container{
        width: 100%;
        padding: 0;
    }
    .header-upper .logo-outer {
        position: relative;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        margin: 0px;
    }
    .roofels-header .header-top .top-right,
    .roofels-header .header-top .top-left {
        width: 100%;
    }
    .sec-title h2 {
        font-size: 32px;
    }
    .main-menu {
        width: 100%;
        display: block;
    }
    .main-menu .navbar-collapse {
        max-width: none;
        overflow: auto;
        width: 100% !important;
        padding: 0px 0px 0px;
        border: none;
        margin: 0;
        -ms-border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        box-shadow: none;
    }
    .main-menu .navbar-collapse.in,
    .main-menu .collapsing {
        padding: 0px 0px 0px;
        border: none;
        margin: 0px 0px 15px;
        -ms-border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        box-shadow: none;
    }
    .main-menu .navbar-header {
        position: relative;
        float: none;
        display: block;
        text-align: right;
        width: 100%;
        padding: 15px 0px;
        right: 0px;
        z-index: 12;
    }
    .main-menu .navbar-header .navbar-toggle {
        display: inline-block;
        z-index: 12;
        border: 1px solid var(--thm-base);
        float: none;
        margin: 0px 0px 0px 0px;
        border-radius: 0px;
        background: var(--thm-base);
    }
    .box-search-style1{
        display: none;
    }
    .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: var(--thm-white);
    }
    .main-menu .navbar-collapse>.navigation {
        float: none !important;
        margin: 0px !important;
        width: 100% !important;
        background: var(--thm-deep-ash);
        border: 1px solid var(--thm-white);
        border-top: none;
    }
    .main-menu .navbar-collapse>.navigation>li {
        margin: 0px !important;
        float: none !important;
        padding: 0px !important;
        width: 100%;
    }
    .main-menu .navigation>li>a,
    .main-menu .navigation>li>ul:before {
        border: none;
    }
    .main-menu .navbar-collapse>.navigation>li>a {
        padding: 10px 10px !important;
        border: none !important;
    }
    .main-menu .navigation li.dropdown>a:after,
    .main-menu .navigation>li.dropdown>a:before,
    .main-menu .navigation>li>ul>li>a::before,
    .main-menu .navigation>li>ul>li>ul>li>a::before {
        color: var(--thm-white) !important;
        right: 15px;
        font-size: 16px;
        display: none !important;
    }
    .main-menu .navbar-collapse>.navigation>li>ul,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
        position: relative;
        border: none;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0px;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        padding: 0px;
        outline: none;
        width: 100%;
        background: var(--thm-deep-ash);
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important;
    }
    .main-menu .navbar-collapse>.navigation>li>ul,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
        border-top: 1px solid var(--thm-white) !important;
    }
    .main-menu .navbar-collapse>.navigation>li,
    .main-menu .navbar-collapse>.navigation>li>ul>li,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li {
        border-top: 1px solid var(--thm-white) !important;
        border-bottom: none;
        opacity: 1 !important;
        top: 0px !important;
        left: 0px !important;
        visibility: visible !important;
    }
    .main-menu .navbar-collapse>.navigation>li:first-child {
        border: none;
    }
    .main-menu .navbar-collapse>.navigation>li>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a {
        padding: 10px 10px !important;
        line-height: 22px;
        color: var(--thm-white);
        background: var(--thm-deep-ash);
        text-align: left;
    }
    .main-menu .navbar-collapse>.navigation>li>a:hover,
    .main-menu .navbar-collapse>.navigation>li>a:active,
    .main-menu .navbar-collapse>.navigation>li>a:focus {
        background: var(--thm-base);
    }
    .main-menu .navbar-collapse>.navigation>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li.current>a,
    .main-menu .navbar-collapse>.navigation>li.current-menu-item>a {
        background: var(--thm-deep-ash);
        color: var(--thm-white) !important;
    }
    .main-menu .navbar-collapse>.navigation li.dropdown .dropdown-btn {
        display: block;
    }
    .slider .owl-nav,
    .slider .schedule-box,
    .main-menu .navbar-collapse>.navigation li.dropdown:after,
    .main-menu .navigation>li>ul:before {
        display: none !important;
    }
    .roofels-header .btn-outer {
        left: 0px;
        top: 0px;
        right: auto;
        margin-top: 15px;
        text-align: left;
        z-index: 12;
    }
    .roofels-header .main-box .logo-box {
        float: none;
        text-align: center;
        padding-bottom: 10px;
    }
    .roofels-header .menu-search-box .dropdown-menu {
        left: 0px;
        top: 47px;
    }
    .roofels-header .header-top {
        padding: 10px 0px;
    }
    .roofels-header .info-box {
        padding-left: 0px;
        text-align: center;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .roofels-header .info-box:last-child {
        margin-bottom: 0px;
    }
    .roofels-header .info-box .icon-box {
        position: relative;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .roofels-header .main-box .outer-container {
        padding: 0px;
    }
    .roofels-header .header-lower .outer-box {
        position: absolute;
        z-index: 12;
        display: block;
    }
    .main-menu .navbar-header .navbar-toggler {
        display: block;
        z-index: 12;
        width: 50px;
        height: 40px;
        padding: 6px 0 0 1px;
        margin: 0 auto;
        text-align: center;
        border-radius: 5px;
        background: var(--thm-base);
        border: 1px solid var(--thm-base);
        border: none;
        outline: none;
    }
    .main-menu .navbar-header .navbar-toggler .icon-bar {
        position: relative;
        background: var(--thm-white);
        height: 2px;
        width: 20px;
        display: block;
        margin: 5px 11px;
    }
    .main-menu .navbar-header .navbar-toggler .icon-bar:nth-child(2) {
        width: 26px;
    }
    .main-menu .navbar-header .navbar-toggler .icon-bar:nth-child(3) {
        width: 18px;
    }
    .roofels-header .nav-outer {
        width: 100%;
    }
    .slider h2 {
        font-size: 60px;
        padding-left: 0px;
    }
    .slider h3 {
        font-size: 20px;
    }
    .slider .text {
        font-size: 16px;
    }
    .slider .slide {
        padding: 120px 0px;
    }
    .roofels-header .outer-box .option-box>li {
        margin-left: 0px;
        margin-right: 20px;
    }
    .header-top .top-left .text {
        text-align: center;
        padding: 10px 0px;
    }
    .roofels-header .header-lower .menu-search-box .dropdown-menu {
        left: 0px !important;
    }
    .roofels-header .header-upper .menu-search-box {
        position: absolute;
        top: 0px;
        z-index: 12;
        margin-top: 25px;
    }
    .roofels-header .header-upper .menu-search-box .dropdown-menu {
        top: 48px !important;
        left: 0px;
        right: auto;
    }
    .roofels-header .header-upper .logo-box {
        padding-bottom: 20px;
    }
    .slider h2 {
        font-size: 45px;
    }
    .main-footer .footer-bottom {
        text-align: center;
    }
    .main-footer .footer-bottom .footer-nav {
        text-align: center;
        margin-top: 6px;
    }
    .page-title h1 {
        font-size: 44px;
    }
    .services-block.style-two {
        margin-top: 50px;
    }
    .services-style-two:before {
        left: 12px;
        top: -12px;
    }
    .about-one-bottom{
        display: block;
    }
    .about-one-years-box{
        margin-top: 20px;
    }
    .about-inner-column{
        padding-left: 0;
    }
    .widget:first-child {
        margin-top: 80px;
    }
    .testimonial-section .testi-notes{
        margin: 0;
    }
}

@media only screen and (max-width: 599px) {
    .slider .price,
    .slider h3.light {
        font-size: 26px;
    }
    .header-top .top-right .social-box li.share {
        font-size: 15px;
    }
    .slider h2 {
        font-size: 34px;
    }
    .slider .roofels-btn {
        margin-right: 10px;
    }
    .page-title h1 {
        font-size: 30px;
    }
    .beyong-section .beyong-tabs .tabs-content {
        padding: 15px 15px;
    }
    .slider .roofels-btn {
        padding: 8px 16px;
        font-size: 12px;
    }
    .counter-section:before {
        width: 100%;
    }
    .counter-section .count-title h2,
    .counter-section-two .count-title h2 {
        position: relative;
        margin-top: 0;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    .error-404 h1 {
        font-size: 135px;
    }
}

@media only screen and (max-width: 479px) {
    .roofels-header .menu-search-box .dropdown-menu {
        top: 44px;
    }
    .roofels-header .nav-toggler {
        top: 0px;
    }
    .blog-single .post-share-options .info-links {
        width: 100%;
    }
    .roofels-header .header-upper .menu-search-box {
        display: none;
    }
}

div#navbarSupportedContent1 {
    padding-top: 20px;
}
.nav-outer.float-end.clearfix {
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
.default-container  h2 {
    width: auto;
    font-size: 27px;
    line-height: 1.2em;
  }
  
.slider .owl-dots {
    margin-left: 0px;
}
}

