@font-face {
    font-family: 'myriad_problack';
    src: url('../fonts/myriad_pro_black-webfont.woff2') format('woff2'),
        url('../fonts/myriad_pro_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'myriad_probold';
    src: url('../fonts/myriad_pro_bold-webfont.woff2') format('woff2'),
        url('../fonts/myriad_pro_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'myriad_prolight';
    src: url('../fonts/myriad_pro_light-webfont.woff2') format('woff2'),
        url('../fonts/myriad_pro_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html #wpadminbar {
    display: none !important;
}

@font-face {
    font-family: 'myriad_proregular';
    src: url('../fonts/myriad_pro_regular-webfont.woff2') format('woff2'),
        url('../fonts/myriad_pro_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: font-family: "Jost", sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    font-family: "Jost", sans-serif;
}

html {
    overflow-x: hidden;
}

span {
    font-family: "Jost", sans-serif;
}

p {
    font-family: "Jost", sans-serif;
    margin-bottom: 10px;
    font-size: 15px;
}

select {
    font-family: 'FontAwesome', "Open Sans";
}

img,
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

/* -----------------------------------


/* UTILITIES */
/*=============================
  01. Variable CSS
===============================*/
:root {
    --tg-body-font-family: "Jost", sans-serif;
    --tg-heading-font-family: 'Jost', sans-serif;
    --tg-primary-color: #791f1f;
    --tg-secondary-color: #131944;
    --tg-body-font-color: #61657E;
    --tg-heading-font-color: #1C1C1C;
    --tg-paragraph-color: #61657E;
    --tg-menu-color: #0C1239;
    --tg-body-font-size: 16px;
    --tg-body-font-weight: 400;
    --tg-heading-font-weight: 700;
    --tg-body-line-height: 1.62;
    --tg-heading-line-height: 1.2;
    --tg-blue: #161C49;
    --tg-blue-two: #0F1437;
    --tg-blue-three: #0A0E21;
    --tg-border-color: #D8DEFC;
    --tg-input-border-color: #CFCFCF;
    --tg-indigo: #6610f2;
    --tg-purple: #6f42c1;
    --tg-pink: #d63384;
    --tg-red: #dc3545;
    --tg-orange: #fd7e14;
    --tg-seashell: #FFF3ED;
    --tg-unbleached-silk: #FFDAC9;
    --tg-yellow: #ffc107;
    --tg-green: #198754;
    --tg-teal: #20c997;
    --tg-cyan: #0dcaf0;
    --tg-white: #ffffff;
    --tg-gray: #F4F6FF;
    --tg-gray-two: #EDF0FF;
    --tg-gray-three: #B8B8B8;
    --facebook: #3b5998;
    --twitter: #00acee;
    --linkedin: #1976d2;
    --pinterest: #3b5998;
    --youtube: #c4302b;
    --skype: #00aff0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--tg-heading-font-color);
    margin-top: 0px;
    margin-bottom: .7rem;
    font-style: normal;
    line-height: var(--tg-heading-line-height);
    font-weight: var(--tg-heading-font-weight);
    text-transform: inherit;
    font-family: "Jost", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

.list-wrap {
    margin: 0px;
    padding: 0px;
}

.list-wrap li {
    list-style: none
}

p {
    font-size: var(--tg-body-font-size);
    font-weight: var(--tg-body-font-weight);
    line-height: var(--tg-body-line-height);
    color: var(--tg-paragraph-color);
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid var(--tg-primary-color);
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: var(--tg-body-font-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

*::-moz-selection {
    background: var(--tg-primary-color);
    color: var(--tg-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--tg-primary-color);
    color: var(--tg-white);
    text-shadow: none;
}

::selection {
    background: var(--tg-primary-color);
    color: var(--tg-white);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--tg-body-font-color);
    font-size: var(--tg-body-font-size);
    opacity: 1;
}

*::placeholder {
    color: var(--tg-body-font-color);
    font-size: var(--tg-body-font-size);
    opacity: 1;
}

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

/* COMPONENTS */
.button {
    font-size: 13px;
    display: inline-block;
    font-weight: 600;
    padding: 12px 25px;
    border: 1px solid rgb(239, 239, 239);
    background-color: rgb(239, 239, 239);
    border-radius: 5px;
}

.button:focus {
    outline: none;
}

.button:hover {
    text-decoration: none;
}

.get-quote {
    background-color: #791f1f;
    border-color: #791f1f;
    color: #fff;
    border-radius: 50px;
    padding: 15px 35px;
    box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 15px;
}

.get-quote:hover {
    background-color: transparent;
    color: #fff;
}

.button-white-outline {
    background-color: transparent;
    color: #fff;
}

.button-white-outline:hover {
    background-color: #fff;
    border-color: #fff;
    color: var(--primaryClr);
}

.button-green {
    background-color: var(--greenClr);
    border-color: var(--greenClr);
    color: #fff;
}

.button-green:hover {
    background-color: transparent;
    border-color: var(--greenClr);
    color: var(--greenClr);
}

.section-header {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 25px;
}

/* END COMPONENTS */

/* LAYOUT */
.main {
    max-width: 1920px;
    margin: 0 auto;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1296px;
    }
}

/* END LAYOUT */

.top_head {
    background: #fff;
    background: #02002c;
}

.top_info_area a {
    color: #c7d6e3;
    font-weight: 400;
    margin: auto 60px auto 0;
    font-size: 14px;
}

.top_info_area {
    height: 60px;
    display: flex;
    width: 100%;
}

.top_info_right a {
    color: #fff;
    font-weight: 500;
    margin: auto 0 auto 20px;
    font-size: 20px;
}

.top_info_right {
    text-align: right;
    height: 60px;
    display: flex;
    width: 100%;
    justify-content: end;
}


.logo {
    width: 150px;
    height: auto;
    float: left;
}

.head_nav {
    padding: 0;
    background: #fff;
}

.head_nav nav {
    padding: 5px 0;
}

.head_nav .navbar-brand {
    padding: 0;
}

.head_nav .navbar-brand img {
    transition: ease-in-out 0.3s;
}

.head_nav ul {
    margin: 0 15px 0 auto;
}

.head_nav ul li a {
    color: #000;
    font-size: 16px;
    line-height: 54px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
}

.head_nav ul li a:hover,
.head_nav ul li a.active,
.head_nav ul li a:focus {
    color: #791f1f;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #791f1f;
    color: #fff !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 12px;
    font-family: 'Poppins', sans-serif;
}

.sticky_menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.sticky_menu .navbar-brand img {
    width: 100px;
}

.head_nav .dropdown .dropdown-item {
    line-height: 30px;
}

header {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 8px 0px;
    float: left;
    position: fixed;
    top: 0px;
    z-index: 100;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 5px;
    margin-left: 5px;
}

.cont_area {
    display: flex;
    cursor: pointer;
}

/*a.cont_area {color: #fff !important ;height: 50px;font-size: 16px;font-weight: 600;background-color: #791f1f;
  border-radius:40px;margin:auto;text-align: center;line-height: 50px;text-decoration: none;padding: 0 27px;
  transition: all 0.5s;border: none ;z-index: 1; overflow: hidden;}*/

/*a::before .cont_area {content: "";height: 300px;width: 300px;background: #111;border-radius: 50%;position: absolute;top: 50%;left: 50%;transform: translateY(-50%) translateX(-50%) scale(0);transition: .5s cubic-bezier(.25,.46,.45,.94);z-index: -1;}
a:hover::before .cont_area {transform: translateY(-50%) translateX(-50%) scale(1);}*/

a.cont_area {
    padding: 0 25px;
    transition: all 0.5s;
    border-radius: 5px;
    float: left;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    background: #791f1f;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-left: 20px;
}

a.cont_area::before {
    content: "";
    height: 300px;
    width: 300px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: .5s cubic-bezier(.25, .46, .45, .94);
    z-index: -1;
}

a.cont_area:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
    color: #fff
}





.banner-deskstop {
    width: 100%;
    height: auto;
    margin-top: 80px;
    float: left;
}

/* Slider
/*-----------------------------------------------------------------------------------*/
.slider_container {
    width: 100%;
    height: 570px;
    margin: auto;
    position: relative;
    clear: both;
    overflow: hidden;
    background: url(../images/shadow_top.png) no-repeat top center;
    padding: 0px 0 0 0;
}

.flex-caption {
    position: absolute;
    left: 0;
    top: 95px;
    right: 0;
}

.caption_title_line {
    width: 100%;
    height: auto;
    padding: 5px 10% 10px 10%;
    margin: 0px auto;
}

.flex-caption h2 {
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    color: #fff;
    margin-bottom: 15px;
}

.flex-caption p {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    padding: 0px;
    margin: 0px;
    color: #fff;
    margin-bottom: 15px;
}

.flex-caption>a.btn-default {
    background: #ff8270;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 12px 28px;
    border: 2px solid #ffa396 !important;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.flex-caption>a.btn-primary {
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 12px 28px;
    border: 2px solid #ff8270 !important;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #ff8270;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.flex-container a:active,
.flexslider a:active {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*ul.flex-direction-nav {
    display: none;
}*/
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    width: 100%;
    height: 570px;
    margin: 0;
    padding: 0 0 0px 0;
    background: url(images/shadow_bottom.png) no-repeat center bottom;
}

.flexslider .slides>li {
    display: none;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides>li:first-child {
    display: block;
}

.flexslider {
    position: relative;
    zoom: 1;
}

.flexslider .slides {
    zoom: 1;
    height: 570px
}

.flexslider .slides>li {
    position: relative;
    padding-bottom: 0px;
}

.flex-container {
    zoom: 1;
    position: relative;
}

/* Direction Nav */
.flex-direction-nav li a {
    width: 52px;
    height: 52px;
    margin: 0;
    display: block;
    position: absolute;
    right: 11px;
    cursor:
        pointer;
    text-indent: -9999px;
}

.flex-direction-nav li a.next {
    background: url(../images/next1.png) no-repeat center;
    top: 39%;
    right: 8%;
    z-index: 99;
    filter: brightness(10);
}

.flex-direction-nav li a.prev {
    background: url(../images/prev1.png) no-repeat center;
    top: 39%;
    left: 5%;
    z-index: 99;
    filter: brightness(10);
}

.flex-direction-nav li a.next:hover {
    background: url(../images/next1.png) no-repeat center;
}

.flex-direction-nav li a.prev:hover {
    background: url(../images/prev1.png) no-repeat center;
}

.flex-direction-nav li a.disabled {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: default;
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    display: block;
}

.flex-control-nav li {
    margin: 0 0 0 5px;
    display: inline-block;
    zoom: 1;
}

.flex-control-nav li:first-child {
    margin: 0;
}

.flex-control-nav li a {
    width: 35px;
    height: 10px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    background: #ddd;
}

.flex-control-nav li a:hover {
    background-position: 0 -13px;
}

.flex-control-nav li a.active {
    background-position: 0 -26px;
    cursor: default;
    background: #791f1f
}



.contact-y {
    background-color: #791f1f;
    border-color: #791f1f;
    color: #fff;
    border-radius: 5px;
    padding: 15px 35px;
    float: left;
    margin-top: 35px;
    box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 15px;
    position: relative;
    overflow: hidden;
}

.contact-y::before {
    content: "";
    height: 300px;
    width: 300px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: .5s cubic-bezier(.25, .46, .45, .94);
    z-index: -1;
}

.contact-y:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
    color: #fff
}

.contact-y:hover {
    color: #fff;
}

.clients-picture-9 {
    border-radius: 9px;
}


/*=============================
  11. Services
===============================*/
.services-area {
    width: 100%;
    float: left;
    background: var(--tg-gray);
    padding: 70px 0 90px;
}

.services-item {
    padding: 50px 45px 50px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
    height: 286px;
    object-fit: cover;
}

.services-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*   background: #cf33384f; */
    border-radius: 5px;
    z-index: -1;
    transition: .3s linear;
}

.services-item:hover::before {
    opacity: 0;
}

.services-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: -1;
    background: linear-gradient(100.16deg, #791f1f 1.96%, rgba(216, 5, 43, 0) 198.08%);
    opacity: 0;
    transition: .3s linear;
}

.services-item:hover::after {
    opacity: 0.85;
}

.services-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #791f1f;
    color: #FFF;
    font-size: 40px;
    border-radius: 50px;
    box-shadow: 0px 0px 30px rgb(35 60 168 / 70%);
    margin-bottom: 55px;
}

.services-content .title a {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 0;
    color: #fff;
}

.services-content .number {
    margin-bottom: 0;
    position: absolute;
    right: 8px;
    top: 10px;
    background: linear-gradient(180deg, #fefefea8 0%, rgb(247 228 228 / 89%) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 400;
    font-size: 100px;
    line-height: .8;
}

.services-overlay-content .title a {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
    color: #fff;
}

.services-overlay-content .title a:hover {
    color: var(--tg-white);
}

.services-overlay-content p {
    margin-bottom: 20px;
    color: #fff;
}

.services-overlay-content .read-more {
    font-weight: 400;
    font-size: 18px;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-white);
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 0 12px;
}

.services-overlay-content .read-more::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: var(--tg-heading-font-color);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    z-index: -1;
    transition: .3s linear;
}

.services-overlay-content .read-more:hover::before {
    width: 100%;
}

.services-overlay-content .read-more i {
    margin-left: 5px;
}

.services-overlay-content {
    display: none;
}

/* services-two */
.services-item-two {
    background: var(--tg-white);
    padding: 24px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.services-thumb-two {
    border-radius: 4px;
    overflow: hidden;
}

.services-thumb-two img {
    width: 100%;
    transition: .3s linear;
    transform: scale(1);
}

.services-item-two:hover .services-thumb-two img {
    transform: scale(1.1);
}

.services-content-two {
    display: flex;
    align-items: flex-start;
    padding: 24px 0 0 24px;
}

.services-content-two .icon {
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-right: 25px;
    background: var(--tg-primary-color);
    border-radius: 4px;
    color: var(--tg-white);
    font-size: 40px;
    transform: translateY(-64px);
    z-index: 1;
}

.services-content-two .icon img {
    width: 40px;
}

.services-content-two .content .title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 12px;
}

.services-content-two .content p {
    margin-bottom: 0;
}

/* services-three */
.services-area-three {
    position: relative;
    padding: 115px 0 120px;
}

.services-area-three .services-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
}

.services-area-three .services-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 18, 57, 0.92);
}

.services-nav-wrap .nav-tabs {
    border-bottom: none;
    justify-content: center;
    gap: 20px;
}

.services-nav-wrap .nav-tabs .nav-link {
    margin-bottom: 0;
    background: var(--tg-white);
    border: none;
    padding: 20px 42px;
    font-weight: 500;
    font-size: 20px;
    font-family: var(--tg-body-font-family);
    color: var(--tg-heading-font-color);
    box-shadow: 0px 4px 46px rgba(0, 0, 0, 0.14);
    border-radius: 4px;
    line-height: 1;
    z-index: 1;
    position: relative;
}

.services-nav-wrap .nav-tabs .nav-link.active {
    color: var(--tg-white);
    background: var(--tg-primary-color);
}

.services-item-three {
    background: var(--tg-white);
    border-radius: 8px;
    padding: 66px 38px 50px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: -30px;
}

.services-content-three {
    width: 56%;
    flex: 0 0 auto;
}

.services-thumb-three {
    width: 44%;
    flex: 0 0 auto;
    padding-left: 46px;
}

.services-thumb-three img {
    border-radius: 10px;
}

.services-content-three p {
    margin-bottom: 30px;
}

.services-list .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px;
    gap: 15px 0;
    margin-bottom: 50px;
}

.services-list .list-wrap li {
    width: 50%;
    padding: 0 10px;
    font-weight: 500;
    font-size: 16px;
    color: var(--tg-heading-font-color);
    font-family: var(--tg-heading-font-family);
    display: flex;
    align-items: center;
}

.services-list .list-wrap li i {
    font-size: 25px;
    color: var(--tg-primary-color);
    margin-right: 20px;
}

/* inner-services */
.inner-services-area .services-item {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
}

/* services-details */
.services-details-wrap {
    margin-right: 38px;
}

.services-details-thumb {
    margin-bottom: 55px;
}

.services-details-thumb img {
    border-radius: 10px;
}

.services-details-content>.title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 22px;
}

.services-details-content p {
    margin-bottom: 0;
}

.services-process-wrap {
    margin-top: 40px;
    margin-bottom: 45px;
}

.services-process-img {
    position: relative;
    padding-bottom: 85px;
}

.services-process-img img {
    border-radius: 10px;
}

.services-process-img img:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 0;
}

.services-process-content {
    margin-left: 40px;
}

.services-process-content>.title {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
}

.services-process-content .list-wrap li {
    margin-bottom: 20px;
}

.services-process-content .list-wrap li:last-child {
    margin-bottom: 0;
}

.services-process-item {
    display: flex;
    align-items: flex-start;
    background: var(--tg-gray);
    border-radius: 10px;
    padding: 20px;
}

.services-process-item .icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--tg-white);
    font-size: 25px;
    flex: 0 0 auto;
    margin-right: 20px;
}

.services-process-item .content .title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 12px;
}

.services-process-item .content p {
    margin-bottom: 0;
}

.services-details-content .title-two {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
}

.service-benefits-wrap {
    margin-top: 35px;
}

.benefits-content .title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 15px;
}

.benefits-content p {
    margin-bottom: 20px;
}

.benefits-content .list-wrap li {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: var(--tg-heading-font-color);
    font-family: var(--tg-heading-font-family);
    margin-bottom: 10px;
}

.benefits-content .list-wrap li:last-child {
    margin-bottom: 0;
}

.benefits-content .list-wrap li i {
    font-size: 24px;
    color: var(--tg-primary-color);
    margin-right: 15px;
}

.service-benefits-wrap .benefits-img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.service-benefits-wrap .benefits-img img {
    border-radius: 10px;
}

.services-widget {
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 35px 40px 40px;
    background: var(--tg-white);
    margin-bottom: 50px;
}

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

.our-services-list .list-wrap li {
    margin-bottom: 20px;
}

.our-services-list .list-wrap li:last-child {
    margin-bottom: 0;
}

.our-services-list .list-wrap li a {
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-weight: 500;
    font-size: 20px;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-font-color);
    background: var(--tg-gray);
    padding: 14px 30px;
    justify-content: space-between;
}

.our-services-list .list-wrap li a:hover {
    color: var(--tg-white);
    background: var(--tg-primary-color);
}

.services-widget.widget-bg {
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.services-widget.widget-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    z-index: -1;
}

.services-widget.widget-bg .widget-title {
    color: var(--tg-white);
}

.sidebar-form .form-grp {
    margin-bottom: 20px;
}

.sidebar-form .form-grp textarea,
.sidebar-form .form-grp input {
    width: 100%;
    border: none;
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: var(--tg-heading-font-color);
    background: #F4F4F4;
    border-radius: 5px;
    padding: 15px 25px;
    height: 56px;
}

.sidebar-form .form-grp input::placeholder,
.sidebar-form .form-grp textarea::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #9A9A9A;
}

.sidebar-form .form-grp textarea {
    min-height: 175px;
    max-height: 175px;
}

.services-widget .download-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}

.services-widget .download-wrap a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    border-radius: 5px;
    padding: 25px 35px 20px;
}

.services-widget .download-wrap a i {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-white);
    color: var(--tg-primary-color);
    border-radius: 50%;
    font-size: 25px;
    margin-bottom: 15px;
}

.sub-title {
    color: #791f1f;
    font-size: 25px;
    margin-bottom: 10px;
    display: inherit;
}


.clients-section {
    width: 100%;
    height: auto;
    float: left;
    padding: 70px 0px;
}

.happy-ss {
    width: 100%;
    height: auto;
    float: left;
    padding-left: 50px;
}

.happy-ss .sub-title-twp {
    color: #791f1f;
    font-size: 20px;
    margin-bottom: 8px;
    width: 100%;
    float: left;
}

.happy-ss .title-two {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 40px;
}

.happy-ss ul {
    display: block;
    margin-top: 40px;
}

.happy-ss ul li {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    font-weight: 700;
    position: relative;
    padding-left: 26px;
}

.happy-ss ul li:before {
    content: "\f058";
    color: #791f1f;
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    position: absolute;
    left: 0;
}

.happy-ss ul li span {
    color: #791f1f;
    font-weight: 600
}

.happy-ss p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    color: #505050
}

.gt-buttam-cence {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 45px;
}


.gt-buttam-cence a.knt-buttan {
    padding: 13px 45px;
    transition: all 0.5s;
    border-radius: 5px;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    background: #791f1f;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.gt-buttam-cence a.knt-buttan::before {
    content: "";
    height: 300px;
    width: 300px;
    background: #111;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: .5s cubic-bezier(.25, .46, .45, .94);
    z-index: -1;
}

.gt-buttam-cence a.knt-buttan:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
    color: #fff
}



/* Slide 10 */
/*.gt-buttam-cence a.knt-buttan.btn-slide-10{
background: #791f1f;
box-shadow: inset 0 0 200px 0 #791f1f;
}
.gt-buttam-cence a.knt-buttan.btn-slide-10:hover{
box-shadow: inset 0 0 200px 0 #000; background: #000;
}*/









/*.gt-buttam-cence a.knt-buttan-two{padding: 13px 45px; border-radius: 50px; float: left; text-align: center; color: #fff; 
  font-size: 16px; text-transform: uppercase; font-weight: 700;transition: ease-out 0.5s;margin-left:20px; background: #000}*/


.gt-buttam-cence a.knt-buttan-two {
    padding: 13px 45px;
    transition: all 0.5s;
    border-radius: 5px;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    background: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-left: 20px;
}

.gt-buttam-cence a.knt-buttan-two::before {
    content: "";
    height: 300px;
    width: 300px;
    background: #791f1f;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: .5s cubic-bezier(.25, .46, .45, .94);
    z-index: -1;
}

.gt-buttam-cence a.knt-buttan-two:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
    color: #fff
}

/* Slide 10 */
/*.gt-buttam-cence a.knt-buttan-two.btn-slide-11{
background: #000;
box-shadow: inset 0 0 200px 0 #000;
}
.gt-buttam-cence a.knt-buttan-two.btn-slide-11:hover{
box-shadow: inset 0 0 200px 0 #791f1f; background: #791f1f;
}
*/



.why-choose-section {
    width: 100%;
    height: auto;
    float: left;
    padding: 70px 0px;
    background: #f4f6ff
}

.reputed-st {
    width: 100%;
    height: auto;
    float: left;
}

.reputed-st ul {
    display: block;
}

.reputed-st ul li {
    margin-bottom: 47px;
    display: flex;
    margin-top: 45px;
}

.reputed-st ul li h2 {
    color: #791f1f;
    font-weight: 600;
    font-size: 28px;
}

.reputed-st ul li p {
    color: #505050;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}

.reputed-st ul li span.icon-pp {
    width: 146px;
    height: 60px;
    float: left;
    border-radius: 50%;
    background: #414141;
    padding: 17px 17px;
    margin-right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-pp img {
    filter: grayscale(1);
}

.perfect-curcale {
    width: 410px;
    height: 410px;
    border: 9px solid #791f1f;
    overflow: hidden;
    float: left;
    border-radius: 50%;
}

.perfect-curcale img {
    width: 100%;
    height: auto;
}




.counter-box {
    display: block;
    padding: 40px 20px 37px;
    text-align: center;
    position: relative;
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #791f1f;
    font-size: 28px;
    font-weight: 600
}

.counter {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    color: #791f1f;
    line-height: 28px
}

.counter:before {
    content: "+";
    position: absolute;
    right: -25px;
}

.gallery_area .btn_area {
    margin-top: 20px;
    text-align: center;
}

.gallery_area .btn_area a {
    color: #fff;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    background-color: #791f1f;
    border-radius: 5px;
    margin: auto;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    padding: 0 45px;
    transition: all 0.5s;
    border: none;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.gallery_area .btn_area a::before {
    content: "";
    height: 300px;
    width: 300px;
    background: #111;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: .5s cubic-bezier(.25, .46, .45, .94);
    z-index: -1;
}

.gallery_area .btn_area a:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.gallery_area .btn_area {
    margin-top: 20px;
    text-align: center;
}



.counter-icon-box {
    width: auto;
    height: auto;
    margin: 0px auto 25px;
    display: table;
}

.counter-icon-box img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(5506%) hue-rotate(267deg) brightness(89%) contrast(92%);
}



.caunter-section {
    width: 100%;
    height: auto;
    float: left;
}


.process-section {
    width: 100%;
    height: auto;
    padding: 40px 0px;
    float: left;
    background: #791f1f;
    text-align: center;
}

.process-section .sub-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    display: inherit;
}

.process-section h2.title {
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
    display: inherit;
}


.process-st {
    width: 100%;
    height: auto;
    padding: 10px 50px 10px 50px;
    float: left;
}

.process-st span {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50px;
    margin: 0px auto 15px;
    display: table;
}

.process-st span.ct-icon i {
    color: #fff;
    font-size: 30px;
    display: table-cell;
    vertical-align: middle;
    color: #791f1f
}

.process-st h2 {
    font-size: 28px;
    color: #fff;
    line-height: 40px;
    font-weight: 600;
}

.process-st p {
    font-size: 16px;
    color: #fff
}

.map-section {
    width: 100%;
    height: auto;
    float: left;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    width: 80%;
    margin-left: 3px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;

}

.card {
    margin-left: 10px;
    margin-right: 10px;
}

.form-group {
    margin-bottom: 1rem;
}

.d-md-block-two {
    text-align: center;
    display: block !important;
}

.btn-primary {
    padding: 5px 35px;
    border-radius: 5px;
    font-size: 18px;
    background: #791f1f;
    border: 0px;
    color: #fff
}

.btn-primary:hover {
    background: #171717;
}

.card-body-two {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 107px;
}

.con-title {
    width: 100%;
    height: auto;
    font-size: 28px;
    margin-bottom: 30px;
    color: #791f1f
}

.card-body-two .form-control {
    border: 1px solid #929292;
    padding: 8px;
}

.contact-page .card-body-two {
    padding-top: 10px;
}

.gallery_area {
    padding: 70px 0;
    width: 100%;
    float: left;
    background: url('../images/gallery-pic.png');
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.gallery_area .head {
    text-align: center;
}

.gallery_area .head_bar {
    margin: 5px auto 0;
}

.lightimg_box {
    margin: 15px 0;
    position: relative;
}

.lightimg_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.lightimg_box a {
    position: relative;
    display: block;
    overflow: hidden;
    height: 300px;
    border-radius: 6px;
}

.lightimg_box a .overlay {
    background: url(https://alliedroofingandconstruction.com/wp-content/uploads/2025/10/gallery_zoom-1.png) no-repeat center rgb(35 35 35 / 70%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.lightimg_box a:hover .overlay {
    display: block;
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.lightimg_box a:hover img {
    transform: scale(1.15);
}

.gallery_area .btn_area {
    margin-top: 20px;
    text-align: center;
}




.footer_area {
    background: #151515;
}

.foot_logo_area {
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 20px 15px;
    width: 100%;
    text-align: center;
}

.foot_logo_area img {
    width: 130px;
}

.foot_info {
    width: 100%;
    background: #791f1f;
    border-radius: 0 0 10px 10px;
    padding: 25px 0;
    display: flex;
    margin: auto 0;
    height: 100%;
}

.foot_info p {
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    padding: 0 15px;
    width: 33.3333%;
    margin: 0;
    display: flex;
    margin: auto 0;
}

.foot_info p a span {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.foot_info p a {
    margin: 0;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
}

.foot_info p i {
    color: #1d2150;
    font-size: 16px;
    margin-right: 10px;
    float: left;
    background: #dedee7;
    border-radius: 100%;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    max-width: 40px;
}

.foot_menu_area {
    padding: 40px 0;
}

.footer_area h3 {
    font-weight: bold;
    font-size: 22px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #fff;
}

.footer_area h3:after {
    content: "";
    width: 80px;
    height: 3px;
    background: #791f1f;
    position: absolute;
    left: 0;
    bottom: 0;
}

.foot_left p {
    line-height: 28px;
    color: #d2d2d2;
    text-align: justify;
    margin: 0;
}

.foot_menu ul li {
    list-style: none;
    margin: 5px 0;
    position: relative;
    padding-left: 25px;
}

.foot_menu ul li a {
    color: #d2d2d2;
    transition: all 0.3s;
}

.foot_menu ul li a:hover {
    color: #f9ddc8;
}

.foot_menu ul li:before {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #f9ddc8;
}

.foot_menu_pad {
    padding-left: 30px;
}

.foot_address p {
    color: #d2d2d2;
    display: flex;
}

.foot_address p i {
    max-width: 35px;
    margin-top: 3px;
    width: 100%;
    color: #791f1f;
}

.foot_address p span {
    display: block;
}

.foot_address p span a {
    color: #d2d2d2;
    text-decoration: none;
}

.foot_news p {
    line-height: 28px;
    color: #d2d2d2;
    text-align: justify;
    margin: 0;
}

.foot_news form input {
    height: 48px;
    background: #3c3c3c;
    color: #d2d2d2;
    border: none;
    border-radius: 10px;
    margin-top: 15px;
}

.foot_news form input::placeholder {
    color: #d2d2d2;
}

.news_button {
    background: #791f1f;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    width: 140px;
    text-align: center;
    border: none;
    margin-top: 15px;
}

.news_button:before,
.news_button:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.news_button:before {
    left: 0;
    border-radius: 0 20px 20px 0;
}

.news_button:after {
    right: 0;
    border-radius: 20px 0 0 20px;
}

.news_button:hover {
    color: #fff !important;
}

.news_button:hover:before,
.news_button:hover:after {
    width: 51%;
    border-radius: 0;
    background: #c5950a;
}

.copy_area {
    background: #3c3c3c;
    padding: 30px 0;
}

.copy_area p {
    margin: 0;
    color: #fff;
}

.copy_right {
    text-align: right;
}





.review_box .checked {
    color: #ffbf00;
}

.review_box {
    padding: 15px;
    background: #f1f1f1;
    width: 70%;
    margin: 0 auto 30px;
}

.single_service .btn-primary {
    display: inline-block;
    width: auto;
    height: auto;
}

.review_btn {
    text-align: right;
    width: 72%;
    margin: 0 auto 20px;
}

.reviewtop_sec {
    width: 70%;
    margin: 0 auto 30px;
}

.reviewtop_sec h4 {
    font-size: 14px;
}

.reviewtop_sec .checked {
    color: #d59f06;
    font-size: 24px;
}

.filter-bar button.active,
.filter-bar button:hover {
    cursor: pointer;
    background: #f5f5f5;
    border: 1px solid #a5a5a5;
}

.active .checked {
    font-size: 14px;
}

.reviewtop_sec h3 {
    color: #ff1717;
    margin: 20px 0 30px;
    font-size: 24px;
}

.single_service {
    padding: 60px 0;
    display: inline-block;
    width: 100%;
}

.abt_area {
    padding: 60px 0;
    display: inline-block;
    width: 100%;
}

.glsr-summary-percentages {
    display: none;
}

.glsr-review-author {
    display: none !important;
}

.inner_banner_caption {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    width: 100%;
    padding: 0 10px;
}

.inner_banner {
    position: relative;
    z-index: 1;
    margin-top: 0px;
}

.inner_banner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.inner_banner:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.inner_banner h1 {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    color: #fff;
}

.single_service img {
    float: right;
    width: 40%;
    height: auto;
    margin: 0 0 20px 20px;
}

.single_service p {
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    line-height: 28px;
    margin: 20px 0;
    color: #505050;
}

.single_service p a {
    color: #008cdb;
    font-weight: bold;
}

.single_service ul li {
    list-style: none;
    color: #505050;
    margin: 5px 0;
    font-weight: 400;
    padding-left: 20px;
    position: relative;
}

.single_service ul li:before {
    content: "\f058";
    color: #791f1f;
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    position: absolute;
    left: 0;
}

.serv_page_img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    margin: 10px 0;
}

.abt_areasec {
    padding: 60px 0;
}

.abt_areasec .head {
    text-align: left;
    text-transform: capitalize;
    font-size: 27px;
}


.book_area {
    padding: 70px 0;
}

.book_left {
    width: 100%;
}

.book_left .head_img:after {
    width: 245px;
}

.book_left .head_area span:after {
    width: 145px;
}

.book_left p {
    font-size: 18px;
    color: #505050;
    line-height: 26px;
    text-align: justify;
    margin: 0px 0;
}

.book_left form .form-control {
    width: 100%;
    height: 46px;
    border: 1px solid #b5b5b5;
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 18px;
    color: #505050;
}

.book_left form textarea.form-control {
    width: 100%;
    height: 95px;
    border: 1px solid #b5b5b5;
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 18px;
    color: #505050;
}

.book_right {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.book_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    transform: scale(1.2);
    position: relative;
    left: 0;
}

.book_right:hover img {
    left: 50px;
}

.form_box {
    padding: 0;

}

.home_map {
    background: #791f1f;
    padding: 20px 10px;
}

.home_map ul {
    font-size: 14px;
    color: #fff;
    padding: 0;
}

.home_map ul li {
    padding: 0 0 10px;
    display: inline-block;
    width: 100%;
}

.home_map ul li i {
    vertical-align: middle;
    margin: 6px 0px 0px 0;
    float: left;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border: 1px solid #fff;
    padding: 10px 10px;
    border-radius: 50%;
    text-align: center;
}

.home_map ul li span {
    float: left;
    width: 84%;
    padding: 0 10px;
    vertical-align: middle;
}

.home_map ul li span h4 {
    margin: 0 0 5px;
    font-size: 17px;
    color: #fff;
}

.home_map ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

.services-box img {
    float: none;
    width: 100%;
    height: auto;

}


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

    .flexslider .slides>li {
        width: 100%;
        height: 100%
    }

    .flexslider {
        height: 600px;
    }

    .flexslider .slides {
        height: 600px;
    }

    .slider_container {
        height: auto;
    }

    .contact-y {
        padding: 14px 40px;
        font-size: 24px;
        margin-top: 20px;
    }

    .flex-caption h2 {
        font-size: 60px;
    }

    .flex-caption {
        top: 124px;
    }

    .flex-caption p {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 5px;
    }

    .flexslider .slides img {
        width: 100%;
        height: 100%;
    }



}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .reputed-st ul li span.icon-pp {
        width: 108px !important;
        height: 70px !important;
        float: left;
        border-radius: 50%;
        background: #414141;
        padding: 17px 17px;
        margin-right: 25px;
        overflow: hidden !important;
    }
    .contact-page .card-body-two{
        padding-top: 50px;
    }

    .card-body-two {
        margin-top: 0;
        padding-top: 10px;
        margin-bottom: 50px;
    }
   


    .head_nav .navbar-toggler {
        top: 20px !important;
    }
}






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

    .head_nav .navbar-brand img {
        width: 90px;
    }

    .head_nav .navbar-toggler:focus {
        box-shadow: none;
    }

    .head_nav .navbar-toggler span {
        display: block;
        background: #791f1f;
        height: 5px;
        margin: 3px 0;
        border-radius: 20px;
        width: 30px;
    }

    .head_nav .navbar-toggler {
        position: absolute;
        right: 0;
        top: 7px;
    }

    .head_nav .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 0;
    }

    .head_nav ul li a {
        line-height: 10px;
        font-size: 14px;
    }

    .head_nav ul li a {
        line-height: 50px;
        font-size: 16px;

    }

    .head_nav .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 5px;
    }

    .flexslider .slides>li {
        width: 100%;
        height: 100%
    }

    .flexslider {
        height: 300px;
    }

    .flexslider .slides {
        height: 300px;
    }

    .slider_container {
        height: auto;
    }

    .contact-y {
        padding: 7px 21px;
        font-size: 18px;
        margin-top: 20px;
    }

    .flex-caption h2 {
        font-size: 30px;
    }

    .flex-caption {
        top: 45px;
    }

    .flex-caption p {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .flexslider .slides img {
        width: 100%;
        height: 100%;
    }

    .reputed-st ul li span.icon-pp {
        width: 108px
    }


    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 8px;
        font-family: 'Poppins', sans-serif;
    }

    .reputed-st ul li span.icon-pp {
        width: 107px;
        height: 49px;
        padding: 13px
    }

    .perfect-curcale {
        width: 100%;
        height: auto;
    }

    .happy-ss {
        padding-left: 0px;
    }


    .counter-box {
        padding: 40px 8px 37px
    }

    .counter-box p {
        font-size: 15px;
    }

    .counter {
        font-size: 25px
    }

    .counter-icon-box img {
        width: 60%
    }

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

    .process-st h2 {
        font-size: 19px;
    }

    .process-st p {
        font-size: 14px;
        line-height: 20px;
    }

    .foot_info p {
        display: inline-block;
    }

    .foot_info p a span {
        word-wrap: break-word;
    }

    .footer_area h3 {
        font-size: 15px;
    }

    .head_nav ul {
        margin-right: 30px;
    }

}



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

    .head_nav .navbar-brand img {
        width: 90px;
    }

    .head_nav .navbar-toggler:focus {
        box-shadow: none;
    }

    .head_nav .navbar-toggler span {
        display: block;
        background: #0e40af;
        height: 5px;
        margin: 3px 0;
        border-radius: 20px;
        width: 30px;
    }

    .head_nav .navbar-toggler {
        position: absolute;
        right: 0;
        top: 10px;
    }

    .head_nav .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 0;
    }

    .head_nav ul li a {
        line-height: 10px;
        font-size: 14px;
    }

    .head_nav ul li a {
        line-height: 10px;
        font-size: 16px;

    }

    .head_nav .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 8px;
    }

    .flexslider .slides>li {
        width: 100%;
        height: 100%
    }

    .flexslider {
        height: 300px;
    }

    .flexslider .slides {
        height: 300px;
    }

    .slider_container {
        height: auto;
    }

    .contact-y {
        padding: 7px 21px;
        font-size: 18px;
        margin-top: 20px;
    }

    .flex-caption h2 {
        font-size: 30px;
    }

    .flex-caption {
        top: 45px;
    }

    .flex-caption p {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .flexslider .slides img {
        width: 100%;
        height: 100%;
    }

    .reputed-st ul li span.icon-pp {
        width: 108px
    }


    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 8px;
        font-family: 'Poppins', sans-serif;
    }

    .counter-box {
        padding: 40px 8px 37px
    }

    .counter-box p {
        font-size: 16px;
    }

    .counter {
        font-size: 25px
    }

    .counter-icon-box img {
        width: 60%
    }



}










@media only screen and (max-width: 980px) {
    .head_nav .navbar-brand img {
        width: 140px;
    }

    .head_nav .navbar-toggler {
        top: 38px !important;
    }

    .sticky_menu .navbar-toggler {
        top: 13px !important;
    }

    a.cont_area {
        margin-left: 0;
    }

    .sticky_menu .navbar-brand img {
        width: 80px !important;
    }

    .head_nav .navbar-toggler:focus {
        box-shadow: none;
    }

    .head_nav .navbar-toggler span {
        display: block;
        background: #791f1f;
        height: 5px;
        margin: 3px 0;
        border-radius: 20px;
        width: 30px;
    }

    .head_nav .navbar-toggler {
        position: relative;
        right: 0;
        top: 0px;
    }

    .head_nav .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 0;
    }

    .head_nav ul li a {
        line-height: 10px;
        font-size: 14px;
    }

    .head_nav ul li a {
        line-height: 10px;
        font-size: 16px;
        margin-bottom: 10px;
        border-bottom: 1px dashed #ccc;
    }

    a.cont_area {
        position: absolute;
        right: 0;
        top: 15px;
        line-height: 25px;
        font-size: 13px;
        height: auto;
        padding: 10px 25px;
    }

    .caption_title_line {
        /* padding: 5px 14% 10px 14%; */
        text-align: center;
    }

    .flexslider .slides>li {
        width: 100%;
        height: 100%
    }

    .flexslider {
        height: 300px;
    }

    .flexslider .slides {
        height: 300px;
    }

    .slider_container {
        height: auto;
    }

    .contact-y {
        padding: 7px 21px;
        font-size: 18px;
        margin-top: 20px;
    }

    .flex-caption h2 {
        font-size: 30px;
    }

    .flex-caption {
        top: 63px;
    }

    .flex-caption p {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .flexslider .slides img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .clients-picture-9 {
        width: 100%;
        height: auto;
        float: left;
        border-radius: 9px;
        overflow: hidden;
    }

    .clients-picture-9 img {
        width: 100%
    }

    .happy-ss {
        padding-left: 0px;
        margin-top: 30px;
    }

    .perfect-curcale {
        margin: 0px auto;
        float: none;
    }

    .counter-box {
        padding: 40px 8px 37px
    }

    .counter-box p {
        font-size: 14px;
    }

    .counter {
        font-size: 25px
    }

    .counter-icon-box img {
        width: 60%
    }

    .services-area {
        padding: 50px 0 90px;
    }

    .services-area span.sub-title {
        font-size: 18px;
    }

    .services-area h2.title {
        font-size: 25px;
    }

    .services-content .title a {
        font-size: 24px;
    }

    .services-icon {
        width: 70px;
        height: 70px;
    }

    .services-icon img {
        width: 55%;
    }

    .why-choose-section {
        padding: 50px 0px;
    }

    .why-choose-section span.sub-title {
        font-size: 18px;
    }

    .why-choose-section h2.title {
        font-size: 25px;
    }







    .footer_area h3 {
        margin: 15px 0;
    }

    .foot_menu_pad {
        padding: 0;
    }

    .foot_info p {
        display: inline-block;
    }

    .foot_info p a span {
        word-wrap: break-word;
        font-size: 12px;
        line-height: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .head_nav .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-collapse{
        padding-bottom: 20px;
    }

    .head_nav .navbar-toggler span {
        display: block;
        background: #0e40af;
        height: 5px;
        margin: 3px 0;
        border-radius: 20px;
        width: 30px;
    }

    .head_nav .navbar-toggler {
        position: absolute;
        right: 0;
        top: -60px;
    }

    .menu_area {
        position: absolute;
        right: 0;
        top: 78px;
        width: 100%;
        z-index: 100;
    }

    .menu_area .navbar-expand-lg .navbar-nav .nav-link {
        padding: 8px 0px;
    }

    .head_nav .navbar-toggler {
        position: relative;
        right: 0;
        top: 0px;
    }

    .head_nav .navbar-toggler span {
        display: block;
        background: #103fb0;
        height: 5px;
        margin: 3px 0;
        border-radius: 20px;
        width: 30px;
    }

    .head_nav .navbar-toggler span {
        display: block;
        background: #103fb0;
        height: 5px;
        margin: 3px 0;
        border-radius: 20px;
        width: 30px;
    }

    .head_nav .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 0;
    }

    .reputed-st ul li span.icon-pp {
        width: 80px;
        height: 80px;
    }

    .flex-direction-nav li a.prev {
        background-size: 25px;
        width: 20px;
        height: 20px;
        left: 5px;
        top: 100%;
    }

    .flex-direction-nav li a.next {
        background-size: 25px;
        width: 20px;
        height: 20px;
        right: 5px;
        top: 100%;
    }

    .services-item {
        padding: 30px 20px 30px;
    }

    .gt-buttam-cence {
        margin-top: 20px;
    }

    a.cont_area {
        position: absolute;
        right: 25%;
        top: 15px;
        line-height: 25px;
        font-size: 13px;
        height: auto;
        padding: 10px 25px;
    }

    .head_nav ul li a {
        line-height: 10px;
        font-size: 16px;
        margin-bottom: 10px;
        border-bottom: 1px dashed #ccc;
    }

    .slider_container {
        height: 200px
    }

    .flexslider {
        height: 200px;
    }

    .flexslider .slides {
        height: 200px;
    }

    .contact-y {
        padding: 7px 21px;
        font-size: 11px;
        margin-top: 16px;
    }

    .flex-caption h2 {
        font-size: 17px;
    }

    .flex-caption {
        top: 30px;
    }

    .flex-caption p {
        font-size: 11px;
        line-height: 14px;
        margin-bottom: 5px;
    }



    .services-area {
        padding: 50px 0 90px;
    }

    .services-area span.sub-title {
        font-size: 18px;
    }

    .services-area h2.title {
        font-size: 25px;
    }

    .services-content .title a {
        font-size: 20px;
    }

    .services-icon {
        width: 70px;
        height: 70px;
    }

    .services-icon img {
        width: 55%
    }



    .happy-ss {
        padding-left: 0px;
        margin-top: 35px;
    }

    .happy-ss .title-two {
        margin-bottom: 9px;
        font-size: 21px;
        line-height: 25px;
    }

    .happy-ss .sub-title-twp {
        font-size: 18px;
    }

    .gt-buttam-cence a.knt-buttan {
        padding: 12px 26px;
        font-size: 12px;
    }

    .gt-buttam-cence a.knt-buttan-two {
        padding: 12px 21px;
        font-size: 11px;
    }




    .why-choose-section {
        padding: 50px 0px;
    }

    .why-choose-section span.sub-title {
        font-size: 18px;
    }

    .why-choose-section h2.title {
        font-size: 25px;
    }

    .reputed-st ul li span.icon-pp {
        width: 133px;
        height: 80px;
    }

    .reputed-st ul li h2 {
        font-size: 23px;
    }

    .reputed-st ul li p {
        font-size: 15px;
        line-height: 23px;
    }

    .perfect-curcale {
        width: 100%;
        height: auto;
    }




    .gallery_area {
        padding: 50px 0px;
    }

    .gallery_area span.sub-title {
        font-size: 18px;
    }

    .gallery_area h2.title {
        font-size: 25px;
    }

    .lightimg_box a {
        height: 100px;
    }

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




    .card-body-two {
        margin-top: 26px !important;
        background: rgba(255, 255, 255, 0.8);
        ;
        padding-top: 0px;
    }

    .foot_info {
        border-radius: 10px;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .foot_info p {
        width: 100%;
        margin: 5px 0;
    }

    .footer_area h3 {
        margin: 15px 0;
        font-size: 16px;
    }

    .foot_menu_pad {
        padding: 0;
    }

    .foot_left p {
        font-size: 14px;
        line-height: 22px;
    }

    .foot_menu ul li,
    .foot_address p {
        font-size: 14px;
        line-height: 22px;
    }

    .banner-deskstop {
        margin-top: 50px;
    }

    .inner_banner h1 {
        font-size: 20px;
    }

    .inner_page img,
    .single_service img {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }

    .inner_banner img {
        height: 200px;
    }

    .single_service p,
    .single_service ul li {
        font-size: 14px;
        line-height: 24px;
    }

    .serv_page_img img {
        height: 160px;
    }

    .reputed-st ul li {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}









@media only screen and (max-width: 480px) {
    .head_nav .navbar-toggler:focus {
        box-shadow: none;
    }

    .head_nav .navbar-toggler span {
        display: block;
        background: #0e40af;
        height: 5px;
        margin: 3px 0;
        border-radius: 20px;
        width: 30px;
    }

    .head_nav .navbar-toggler {
        position: absolute;
        right: 0;
        top: -60px;
    }

    .menu_area {
        position: absolute;
        right: 0;
        top: 78px;
        width: 100%;
        z-index: 100;
    }

    .menu_area .navbar-expand-lg .navbar-nav .nav-link {
        padding: 8px 0px;
    }

    .head_nav .navbar-toggler {
        position: absolute;
        right: 0;
        top: 10px;
    }

    .head_nav .navbar-toggler span {
        display: block;
        background: #033458;
        height: 5px;
        margin: 3px 0;
        border-radius: 20px;
        width: 30px;
    }

    .head_nav .navbar-toggler span {
        display: block;
        background: #791f1f;
        height: 5px;
        margin: 3px 0;
        border-radius: 20px;
        width: 30px;
    }

    .head_nav .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 0;
    }



    a.cont_area {
        position: absolute;
        right: 0;
        top: 15px;
        line-height: 25px;
        font-size: 13px;
        height: auto;
        padding: 10px 25px;
    }

    .head_nav ul li a {
        line-height: 14px;
        font-size: 16px;
        margin-bottom: 10px;
        border-bottom: 1px dashed #ccc;
        padding: 18px 25px;
    }

    .slider_container {
        height: 600px;
        overflow: hidden;
    }

    .flexslider {
        height: 300px;
    }

    .flexslider .slides {
        height: 80vh;
    }

    .contact-y {
        padding: 12px 21px;
        font-size: 11px;
        margin-top: 16px;
        float: none;
        display: inline-block;
    }

    .flex-caption h2 {
        font-size: 32px;
    }

    .flex-caption {
        top: 31%;
    }

    .flex-caption p {
        font-size: 11px;
        line-height: 14px;
        margin-bottom: 5px;
    }

    .services-area {
        padding: 50px 0 90px;
    }

    .services-area span.sub-title {
        font-size: 18px;
    }

    .services-area h2.title {
        font-size: 25px;
    }

    .services-content .title a {
        font-size: 24px;
    }

    .services-icon {
        width: 70px;
        height: 70px;
    }

    .services-icon img {
        width: 55%
    }

    .happy-ss {
        padding-left: 0px;
        margin-top: 35px;
    }

    .happy-ss .title-two {
        margin-bottom: 9px;
        font-size: 21px;
        line-height: 25px;
    }

    .happy-ss .sub-title-twp {
        font-size: 18px;
    }

    .gt-buttam-cence a.knt-buttan {
        padding: 12px 26px;
        font-size: 12px;
    }

    .gt-buttam-cence a.knt-buttan-two {
        padding: 12px 21px;
        font-size: 11px;
    }

    .why-choose-section {
        padding: 50px 0px;
    }

    .why-choose-section span.sub-title {
        font-size: 18px;
    }

    .why-choose-section h2.title {
        font-size: 25px;
    }

    .reputed-st ul li span.icon-pp {
        width: 133px;
        height: 50px;
    }

    .reputed-st ul li h2 {
        font-size: 23px;
    }

    .reputed-st ul li p {
        font-size: 15px;
        line-height: 23px;
    }

    .perfect-curcale {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .gallery_area {
        padding: 50px 0px;
    }

    .gallery_area span.sub-title {
        font-size: 18px;
    }

    .gallery_area h2.title {
        font-size: 25px;
    }

    .lightimg_box {
        margin: 0 0 15px;
    }

    .lightimg_box a {
        height: 120px;
    }

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

    .card-body-two {
        margin-top: -126px;
        background: rgba(255, 255, 255, 0.8);
        ;
        padding-top: 0px;
        margin-bottom: 30px;
    }

    .foot_info {
        border-radius: 10px;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .foot_info p {
        width: 100%;
        margin: 5px 0;
    }

    .footer_area h3 {
        margin: 15px 0;
        font-size: 16px;
    }

    .foot_menu_pad {
        padding: 0;
    }

    .foot_left p {
        font-size: 14px;
        line-height: 22px;
    }

    .foot_menu ul li,
    .foot_address p {
        font-size: 14px;
        line-height: 22px;
    }



}

#contact-form .mt-2 {
    margin: 0 !important;
    padding: 0 !important;
}

.call_float {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 9999;
}

.call_float a i {
    width: 50px;
    height: 50px;
    background: #fcb900;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    transition: 0.5s;
}
.flex-control-nav{
    bottom: -60%;
}