@import url(/skin/css/bootstrap.css);
@import url(/skin/css/swiper.css);
@import url(/skin/css/box.css);
@import url(/skin/css/fonts.css);
@import url(/skin/css/owl.carousel.css);
@import url(/skin/css/owl.theme.default.css);
@import url(/skin/css/cookieconsent.css);
@import url(/skin/css/animate.css);
@import url(/skin/css/animation.css);
@import url(/skin/css/select.css);
@import url(//at.alicdn.com/t/c/font_4962950_28hjik8xxfw.css);
/* ============================================================== 
     # Reset Browsers
=================================================================== */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: "Public Sans";
    src: url("/skin/fonts/PublicSans-SemiBold.otf");
    font-family: "Exo";
    src: url("/skin/fonts/Exo-Bold.otf");
    font-style: normal;
    font-weight: normal;
    font-family: "icon";
    src: url("/skin/fonts/fontawesome-webfont.ttf");
}
:root {
    --maroof-gray: #52515e;
    --maroof-gray-rgb: 82, 81, 94;
    --maroof-white: #fff;
    --maroof-white-rgb: 255, 255, 255;
    --maroof-base: #abd6ff;
    --maroof-base-rgb: 230, 58, 39;
    --maroof-black: #141422;
    --maroof-black-rgb: 20, 20, 34;
    --maroof-primary: #abd6ff;
    --maroof-primary-rgb: 255, 244, 243;
    --maroof-bdr-color: #cdcdcd;
    --maroof-bdr-color-rgb: 205, 205, 205;
    --title-color: #1a1a1a;
    --bg-color: #fbfbfb;
}
body {
    width: 100%;
    height: 100%;
}
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}
html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
.wrapper {
    height: 100%;
}
img {
    border: none;
    outline: none;
    max-width: 100%;
    -webkit-user-drag: none;
}
label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}
a {
    outline: none;
    text-decoration: none;
    transition: all 0.4s linear;
}
a img {
    border: none;
}
a:active {
    outline: none;
    text-decoration: none;
    opacity: 1;
}
a:hover {
    outline: none;
    text-decoration: none;
    opacity: 1;
}
button {
    outline: medium none;
}
iframe {
    border: none;
}
hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eeeeee;
}
pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}
input {
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
input:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
textarea:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
select:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
ul {
    list-style-type: none;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
b {
    font-weight: 900;
}
strong {
    font-weight: 900;
}
.z-index {
    z-index: 999999;
}
body {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    overflow-x: hidden;
    background-color: #fff;
    color: #787878;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #484848;
    font-weight: 700;
    line-height: 1.2;
    font-family: var(--billdins-font-two);
    letter-spacing: 0;
    margin: 0;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 27px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 14px;
}
.content p {
    margin: 0;
}
.content img {
    border-radius: 4px;
}
a,
.btn,
button {
    outline: medium none;
    text-decoration: none;
}
p {
    color: #787878;
    margin: 0;
    text-transform: none;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
}
img {
    max-width: 100%;
}
.clamp_one {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: initial;
}
.clamp_two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: initial;
}
.clamp_three {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    white-space: initial;
}
.text_center {
    text-align: center;
}
.margin_zero {
    margin-bottom: 0;
}
.color_fff {
    color: #fff;
}
.section-title {
    position: relative;
    display: block;
    margin-bottom: 58px;
    margin-top: -3px;
}
.section-title__tagline-box {
    position: relative;
    display: inline-block;
}
.section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #50a1fd;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: 1px solid var(--maroof-bdr-color);
    padding: 8px 20px 6px;
    border-radius: 14px;
}
.section-title__title {
    color: var(--maroof-black);
    font-size: 38px;
    line-height: 57px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 14px 0 0;
    letter-spacing: -1.2px;
}
.section-title__title span {
    color: #50a1fd;
}
.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    appearance: none;
    outline: none !important;
    font-weight: 500;
    font-size: 16px;
    color: var(--maroof-black);
    letter-spacing: 0.32px;
    background-color: transparent;
    border: 1px solid var(--maroof-bdr-color);
    padding: 5px 5px 5px;
    padding-left: 20px;
    border-radius: 30px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    text-transform: capitalize;
    gap: 10px;
    z-index: 1;
}
.thm-btn span {
    font-size: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: var(--maroof-base);
    border-radius: 50%;
    color: var(--maroof-white);
    transition: all 500ms ease;
}
.thm-btn span:hover {
    background-color: var(--maroof-white);
    color: var(--maroof-base);
}
.thm-btn:hover {
    color: var(--maroof-white);
}
.thm-btn::after {
    background: var(--maroof-black);
    top: 50%;
    left: 50%;
    content: "";
    width: 100%;
    height: 0;
    z-index: -1;
    position: absolute;
    transition: all 0.6s ease;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.thm-btn:hover::after {
    height: 380%;
}
.thm-btn-two {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-weight: 500;
    font-size: 16px;
    color: var(--maroof-black);
    letter-spacing: 0.32px;
    background-color: var(--maroof-base);
    padding: 15px 30px 15px;
    border-radius: 30px;
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    text-transform: capitalize;
    gap: 10px;
    z-index: 1;
}
.thm-btn-two span {
    color: var(--maroof-base);
    font-size: 20px;
}
.thm-btn-two::after {
    background: var(--maroof-black);
    top: 50%;
    left: 50%;
    content: "";
    width: 100%;
    height: 0;
    z-index: -1;
    position: absolute;
    transition: all 0.6s ease;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
}
.thm-btn-two:hover::after {
    height: 380%;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}
.main-header-two {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    transition: all 500ms ease;
    z-index: 999;
}
.main-menu-two__top {
    position: relative;
    display: block;
    background-color: var(--maroof-black);
}
.main-menu-two__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px 0;
}
.main-menu-two__contact-list {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu-two__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu-two__contact-list li + li {
    margin-left: 30px;
}
.main-menu-two__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu-two__contact-list li .icon i {
    font-size: 16px;
    color: var(--maroof-base);
}
.main-menu-two__contact-list li .text {
    margin-left: 10px;
}
.main-menu-two__contact-list li .text p {
    font-size: 18px;
    color: rgba(var(--maroof-white-rgb), 0.9);
}
.main-menu-two__contact-list li .text p a {
    color: rgba(var(--maroof-white-rgb), 0.9);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu-two__top-right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.main-menu {
    position: relative;
    display: block;
    z-index: 1;
}
.main-menu-two__wrapper {
    position: relative;
    display: block;
    background-color: #fff;
    z-index: 1;
}
.main-menu-two__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
}
.main-menu-two__left {
    position: relative;
    display: block;
}
.main-menu-two__logo {
    position: relative;
    display: block;
    z-index: 1;
}
.main-menu-two__logo:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10000000px;
    bottom: 0;
    right: 100%;
    background-color: var(--maroof-base);
    z-index: -1;
}
.main-menu-two__logo a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--maroof-base);
    padding: 15px 80px;
    padding-left: 0;
    clip-path: polygon(0 0, 100% 0, 77% 100%, 0% 100%);
}
.main-menu-two__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 80px;
}
.main-menu-two__main-menu-box {
    position: relative;
    display: block;
}
.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none;
}
.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
    padding-top: 13px;
    padding-bottom: 13px;
    position: relative;
}
.main-menu-two .main-menu__list > li,
.stricky-header.main-menu-two .main-menu__list > li {
    padding-top: 30px;
    padding-bottom: 30px;
}
.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
    font-size: 18px;
    display: flex;
    align-items: center;
    color: var(--maroof-white);
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    padding: 2px 20px;
    border-radius: 17px;
    transition: all 500ms ease;
    z-index: 1;
    line-height: 30px;
}
.main-menu-two .main-menu__list > li > a,
.stricky-header.main-menu-two .main-menu__list > li > a {
    color: var(--maroof-black);
    padding: 0;
    border-radius: 0;
}
.main-menu-two .main-menu__list > li.current > a,
.main-menu-two .main-menu__list > li:hover > a,
.stricky-header.main-menu-two .main-menu__list > li.current > a,
.stricky-header.main-menu-two .main-menu__list > li:hover > a {
    color: #50a1fd;
}
.main-menu-two .main-menu__list > li.dropdown > a {
    padding-right: 15px;
}
.main-menu .main-menu__list > li > a::before,
.stricky-header .main-menu__list > li > a::before {
    content: "";
    border-radius: 17px;
    background-color: #50a1fd;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: -1;
}
.main-menu-two .main-menu__list > li > a::before,
.stricky-header.main-menu-two .main-menu__list > li > a::before {
    content: "";
    height: 2px;
    border-radius: 0;
    top: inherit;
    bottom: 4px;
}
.main-menu-two .main-menu__list > li + li,
.stricky-header.main-menu-two .main-menu__list > li + li {
    margin-left: 25px;
}
.main-menu-two .main-menu__list > li.current > a::before,
.main-menu-two .main-menu__list > li:hover > a::before,
.stricky-header.main-menu-two .main-menu__list > li.current > a::before,
.stricky-header.main-menu-two .main-menu__list > li:hover > a::before {
    transform: scale(1, 1);
    transform-origin: right center;
}
.main-menu-two .main-menu__list > li.dropdown > a:after {
    position: absolute;
    top: 52%;
    right: 0;
    font-family: "icon" !important;
    content: "\f107";
    font-size: 14px;
    color: var(--maroof-black);
    transform: translateY(-50%);
    font-weight: 700;
    transition: all 500ms ease;
    z-index: 1;
}
.main-menu-two .main-menu__list > li.current > a::after,
.main-menu-two .main-menu__list > li:hover > a::after,
.stricky-header.main-menu-two .main-menu__list > li.current > a::after,
.stricky-header.main-menu-two .main-menu__list > li:hover > a::after {
    color: var(--maroof-base);
}
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 280px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list > li:hover > ul,
.main-menu .main-menu__list > li > ul > li:hover > ul,
.stricky-header .main-menu__list > li:hover > ul,
.stricky-header .main-menu__list > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(var(--maroof-black-rgb), 0.1);
}
.main-menu .main-menu__list > li > ul > li + li,
.main-menu .main-menu__list > li > ul > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li > ul > li + li {
    border-top: 0;
    margin-top: 0;
}
.main-menu .main-menu__list > li > ul > li > a,
.main-menu .main-menu__list > li > ul > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > ul > li > a {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: var(--maroof-black);
    font-weight: 500;
    display: flex;
    padding: 10px 20px 10px;
    transition: 500ms;
}
.main-menu-two__search-btn-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 15px 0;
}
.main-menu-two__btn {
    color: var(--maroof-white) !important;
}
.main-menu-two__btn span {
    color: var(--maroof-white) !important;
}

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    transform: translateY(-120%);
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
}
.stricky-header.stricky-fixed {
    transform: translateY(0);
    visibility: visible;
}

@media (min-width: 1200px) {
    .main-menu .main-menu__list,
    .main-menu .main-menu__list > li > ul,
    .main-menu .main-menu__list > li > ul > li > ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list > li > ul,
    .stricky-header .main-menu__list > li > ul > li > ul {
        display: flex;
    }
}

.banner-one {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--maroof-black);
    padding: 55px 0 43px;
    z-index: 1;
}
.banner-one__shape-1 {
    background: url(/skin/img/banner-one-shape.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 62.8%;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.5;
    z-index: -1;
}
.banner-one__shape-2 {
    position: absolute;
    top: 0;
    right: -30px;
    opacity: 0.1;
    z-index: -1;
}
.banner-one__left {
    position: relative;
    display: block;
    margin-top: 55px;
    margin-right: 30px;
}
.banner-one__title-box {
    position: relative;
    display: block;
    margin-bottom: 21px;
}
.banner-one__sub-title {
    font-size: 12px;
    font-weight: 500;
    color: var(--maroof-base);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 12px;
    margin-bottom: 15px;
}
.banner-one__title {
    font-size: 50px;
    color: var(--maroof-white);
    font-weight: 900;
    line-height: 65px;
    text-transform: capitalize;
}
.banner-one__title .color-text {
    color: var(--maroof-base);
}
.banner-one__title .normal-text {
    font-weight: 300;
}
.banner-one__text {
    color: var(--maroof-white);
    margin-bottom: 31px;
}
.banner-one__points {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.banner-one__points li {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding: 0 15px;
}
.banner-one__text {
    color: var(--maroof-white);
    margin-bottom: 31px;
}
.banner-one__single {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #20202d;
    border: 1px solid #52515e;
    border-radius: 20px;
    padding: 24px 20px 28px;
}
.banner-one__icon {
    position: relative;
    display: flex;
    align-items: center;
}
.banner-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: var(--maroof-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}
.banner-one__single:hover .banner-one__icon span {
    transform: scale(0.9);
}
.banner-one__content {
    position: relative;
    display: block;
    margin-left: 20px;
}
.banner-one__content h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 13px;
}
.banner-one__content h5 a {
    color: var(--maroof-white);
}
.banner-one__content h5 a:hover {
    color: var(--maroof-base);
}
.banner-one__content p {
    font-size: 12px;
    color: var(--maroof-white);
    line-height: 16px;
    font-weight: 400;
}
.banner-one__right {
    position: relative;
    display: block;
}
.banner-one__img-list {
    position: relative;
    display: flex;
    align-items: center;
}
.banner-one__img-list li {
    position: relative;
    display: block;
    margin-bottom: 12px;
}
.banner-one__img-list li + li {
    margin-left: -77px;
}
.banner-one__img-list-single {
    position: relative;
    display: block;
}
.banner-one__img {
    position: relative;
    display: block;
    width: 353.95px;
    height: 306.51px;
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: 1;
}
.banner-one__img img {
    width: 100%;
}
.banner-one__img.mt-12 {
    margin-top: 12px;
}
.banner-one__img-shape-1 {
    background: url(/skin/img/banner_bg.png);
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scaleX(0.7) rotateX(20deg);
    transition: all 0.4s linear;
    opacity: 0;
    z-index: 1;
}
.banner-one__img:hover .banner-one__img-shape-1 {
    transform: scaleX(1) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.service-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}
.service-two__left {
    position: relative;
    display: block;
}
.service-two__left .section-title {
    margin-bottom: 15px;
}
.service-two__view-all {
    position: relative;
    display: inline-block;
    margin-top: 22px;
}
.service-two__view-all a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.32px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--maroof-black);
}
.service-two__view-all a span {
    font-size: 12px;
    color: var(--maroof-base);
}
.service-two__single {
    position: relative;
    display: block;
    border: 1px solid var(--maroof-bdr-color);
    border-radius: 20px;
    padding: 39px 30px 40px;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
    min-height: 270px;
}
.service-two__single:hover {
    border: 1px solid transparent;
}
.service-two__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}
.service-two__single:hover::before {
    transform: scaleX(1) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}
.service-two__icon-and-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 22px;
}
.service-two__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #d5eaff;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
    min-width: 80px;
}
.service-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 46px;
    color: #50a1fd;
    transition: all 500ms ease;
}
.service-two__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    text-transform: capitalize;
}
.service-two__title a {
    color: var(--maroof-black);
}
.service-two__single-text {
    margin-top: 21px;
    font-size: 16px;
}
.service-two__read-more {
    position: relative;
    display: inline-block;
}
.service-two__read-more a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    color: var(--maroof-black);
}
.service-two__read-more a span {
    font-size: 12px;
    color: var(--maroof-base);
}

.about-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}
.about-two__left {
    position: relative;
    display: block;
    margin-left: 50px;
    margin-right: 30px;
}
.about-two__img-box {
    position: relative;
    display: block;
}
.about-two__img {
    position: relative;
    display: block;
}
.about-two__img::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 10px;
    right: 30px;
    bottom: -30px;
    border: 5px solid var(--maroof-base);
    border-radius: 20px;
    animation: topBottom 3s ease-in-out infinite;
}
.about-two__img img {
    width: 100%;
    border-radius: 20px;
}
.about-two__shape-1 {
    position: absolute;
    left: -22px;
    bottom: -22px;
    animation: leftRight 4s ease-in-out infinite;
}
.about-two__shape-1 img {
    width: auto;
}
.about-two__count span {
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    color: var(--maroof-black);
}
.about-two__count-box {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    max-width: 290px;
    width: 100%;
    padding: 20px 20px 20px;
}
.about-two__count-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #d5eaff;
    border-radius: 50%;
}
.about-two__count-icon span {
    position: relative;
    display: inline-block;
    font-size: 48px;
    color: #50a1fd;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}
.about-two__count-inner {
    position: relative;
    display: block;
}
.about-two__count {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.about-two__right {
    position: relative;
    display: block;
    margin-top: 73px;
}
.about-two__right .section-title {
    margin-bottom: 20px;
}
.about-two__btn-box {
    position: relative;
    display: block;
}
.about-two__btn span {
    color: var(--maroof-white) !important;
}
.about-one__btn-box span {
    font-size: 28px;
}
.about-one__points-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 30px 0;
}
.about-one__points {
    position: relative;
    display: block;
}
.about-one__points li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}
.about-one__points li .icon {
    position: relative;
    display: inline-block;
}
.about-one__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--maroof-base);
}

.blog-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}
.recent-post-thumb-wrap .thumb {
    overflow: hidden;
}
.news .home-one-blog-item{
    margin-bottom: 20px;
}
.home-one-blog-item .thumb {
    overflow: hidden;
    position: relative;
}
.home-one-blog-item .thumb .date {
    display: inline-block;
    color: var(--maroof-black);
    font-size: 24px;
    text-align: center;
    position: absolute;
    padding: 0;
    font-weight: 900;
    right: auto;
    bottom: 0;
    overflow: hidden;
    margin: 0;
    border: none;
    background: #abd6ff;
    left: 0 !important;
    border-top-right-radius: 4px;
}
.home-one-blog-item .thumb .date strong {
    padding: 5px;
    display: block;
    line-height: 1;
    font-weight: 700;
    font-size: 42px;
}
.home-one-blog-item .thumb .date span {
    display: block;
    font-size: 13px;
    background: #50a1fd;
    color: var(--maroof-white);
    min-width: 70px;
    font-weight: 500;
    padding: 5px 10px;
}
.thumb a {
    overflow: hidden;
}
.thumb img {
    transition: transform 0.3s ease-in-out;
    transform: scale(1);
}
.recent-post-thumb-wrap .thumb img {
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.home-one-blog-item .thumb img {
    transition: all 0.4s ease-in-out;
    transform: scale(1);
}
.author-deatils {
    padding: 20px 30px;
    background: var(--bg-color);
}
.home-one-blog-item .author-deatils {
    padding: 20px 30px;
}
.home-one-blog-item .author-deatils h5 {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--maroof-bdr-color);
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}
.author-deatils h5 a {
    transition: all 0.4s ease-in-out;
    color: var(--title-color);
    font-size: 22px;
}
.author-deatils h5 a:hover {
    color: #50a1fd;
}
.home-one-blog-item .author-deatils h5::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background: var(--maroof-base);
    transition: all 0.4s ease-in-out;
}
.home-one-blog-item .author-deatils p {
    margin-bottom: 15px;
}
.blog-post-area .post-content-wrap .about-btn .button-two,
.home-one-blog-item .about-btn .button-two {
    padding: 10px 10px 10px 20px;
}
.button-two {
    padding: 10px 10px 10px 30px;
    background: var(--maroof-white);
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    color: var(--title-color);
    font-family: "Plus Jakarta Sans", sans-serif;
    border: 1px solid #f0ebea;
    transition: all 0.4s;
    outline: 0;
    text-transform: uppercase;
    padding-right: 10px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.home-one-blog-item .author-deatils .about-btn .button-two i,
.blog-post-area-section .recent-post-wrap .about-btn .button-two i {
    width: 25px;
    height: 25px;
}
.button-two::before {
    position: absolute;
    content: "";
    z-index: -1;
    background: #50a1fd;
    width: 100%;
    height: 100%;
    top: 0;
    right: 100%;
    transition: all 0.4s ease-in-out;
    color: var(--maroof-white);
}
.button-two:hover::before {
    right: 0;
}
.button-two i {
    background: #50a1fd;
    color: var(--maroof-white);
    margin-left: 17px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    transition: all 0.4s ease-in-out;
}
.button-two:hover i {
    background: var(--maroof-white);
    color: #50a1fd;
}
.button-two:hover {
    color: var(--maroof-white);
}
.about-btn {
    display: flex;
}

.faq-one {
    position: relative;
    display: block;
    padding: 120px 0;
}
.faq-one__left {
    position: relative;
    display: block;
    margin-right: 30px;
}
.faq-one__left .section-title {
    margin-bottom: 40px;
}
.faq-one__left .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.faq-one__left .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 19px 9px 19px;
    padding-left: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    border: 1px solid var(--maroof-bdr-color);
    border-radius: 31px;
}
.faq-one__left .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: var(--maroof-black);
    position: relative;
    transition: all 500ms ease;
}
.faq-one__left .faq-one-accrodion .accrodion-title h4 a {
    color: var(--maroof-black);
}
.faq-one__left .faq-one-accrodion .accrodion-title h4 a:hover {
    color: #50a1fd;
}
.faq-one__left .faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--maroof-black);
}
.faq-one__left .faq-one-accrodion .accrodion + .accrodion {
    margin-top: 20px;
}
.faq-one__left .faq-one-accrodion .accrodion-title h4::before {
    content: "\f178";
    font-family: "icon" !important;
    font-weight: 700;
    font-size: 16px;
    color: var(--maroof-black);
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    width: 50px;
    height: 50px;
    background-color: var(--maroof-primary);
}
.faq-one__left .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f175";
    color: var(--maroof-white);
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--maroof-base);
}
.faq-one__left .faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
}
.faq-one__left .faq-one-accrodion .accrodion-content p {
    margin: 0;
}
.faq-one__right {
    position: relative;
    display: block;
    margin-top: 19px;
}
.faq-one__img-1 {
    position: relative;
    display: block;
    margin-right: 13px;
}
.faq-one__img-1 img {
    width: 100%;
    border-radius: 20px;
}
.faq-one__img-2 {
    position: relative;
    display: block;
    margin-left: -13px;
}
.faq-one__img-2 img {
    width: 100%;
    border-radius: 20px;
}
.faq-one__count-box {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--maroof-base);
    border-radius: 20px;
    padding: 38px 60px 38px;
    margin-left: 49px;
    margin-right: -91px;
    margin-top: 26px;
    z-index: 2;
}
.faq-one__icon {
    position: relative;
    display: inline-block;
}
.faq-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: var(--maroof-white);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
    line-height: 1;
}
.faq-one__count-box:hover .faq-one__icon span {
    transform: scale(0.9);
}
.faq-one__count-inner {
    position: relative;
    display: block;
    margin-left: 30px;
}
.faq-one__count {
    position: relative;
    display: flex;
    align-items: center;
}
.faq-one__count h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1.2px;
    color: var(--maroof-white);
}
.faq-one__count span {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1.2px;
    color: var(--maroof-white);
}
.faq-one__count-box p {
    font-weight: 700;
    color: var(--maroof-white);
    margin-top: 2px;
    font-size: 16px;
}

.faq-page {
    position: relative;
    display: block;
    padding: 120px 0 100px;
}
.faq-page .faq-one__left {
    margin-right: 0;
    margin-bottom: 20px;
}

.sliding-text-one {
    position: relative;
    display: block;
    padding: 25px 0 25px;
    background-color: var(--maroof-base);
    z-index: 1;
    overflow: hidden;
}
.sliding-text-one__wrap {
    position: relative;
    display: block;
}
.sliding-text__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    width: fit-content;
}
.sliding-text__list li {
    display: block;
    float: left;
    margin-right: 35px;
}
.sliding-text__title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 45px;
    color: var(--maroof-white);
    letter-spacing: -1.48px;
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sliding-text__title-bdr {
    color: transparent;
    -webkit-text-stroke: 1px var(--maroof-white);
}
.sliding-text__title img {
    width: auto;
    max-width: 50px;
}
.sliding-text__list li .sliding-text__title:hover {
    color: transparent;
}
.sliding-text__title:before {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    color: var(--maroof-black);
    white-space: nowrap;
    content: attr(data-hover);
    transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}
.sliding-text__list li:hover .sliding-text__title:before {
    width: 100%;
    color: var(--maroof-black);
}

.site-footer__middle .footer-widget__column.full {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.site-footer__middle .footer-widget__column.full .swiper_foot {
    flex: 1 1 auto;
    margin: 0;
    min-height: 150px;
}
.site-footer {
    position: relative;
    display: block;
    background-color: var(--maroof-black);
    overflow: hidden;
    z-index: 1;
}
.site-footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.02;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    animation: topBottom 3s ease-in-out infinite;
    z-index: -1;
}
.site-footer__top {
    position: relative;
    display: block;
    border-bottom: 1px solid #20202d;
    padding: 63px 0 55px;
}
.site-footer__top-inner {
    position: relative;
    display: block;
}
.site-footer__top-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: var(--maroof-white);
    font-weight: 900;
    text-transform: capitalize;
    line-height: 80px;
}
.site-footer__top-content:hover {
    color: var(--maroof-white);
}
.site-footer__top-content span {
    font-weight: 200;
    margin-left: 20px;
}
.site-footer__top-arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    background-color: #20202d;
    border-radius: 50%;
    margin-left: 65px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.site-footer__top-arrow:hover {
    background-color: var(--maroof-base);
}
.site-footer__top-arrow img {
    width: auto;
}
.site-footer__middle {
    position: relative;
    display: block;
    padding: 80px 0 78px;
}
.site-footer__middle-inner {
    position: relative;
    display: block;
}
.footer-widget__about {
    position: relative;
    display: block;
}
.footer-widget__logo {
    position: relative;
    display: block;
}
.footer-widget__about-text {
    color: rgba(var(--maroof-white-rgb), 0.9);
    margin-top: 30px;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    white-space: initial;
}
.form-group{
    height: 100%;
    display: flex;
    align-items: center;
}
.form-group .justify-content-left{
    display: flex;
    justify-content: left;
}
.form-group label{
    margin-bottom: 0;
}
.footer-widget__social {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-widget__social a {
    position: relative;
    font-size: 20px;
    color: var(--maroof-white);
}
.footer-widget__social a:hover {
    color: var(--maroof-base);
}
.footer-widget__title-box {
    position: relative;
    display: block;
    margin-bottom: 36px;
    margin-top: 8px;
}
.footer-widget__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    color: var(--maroof-white);
}
.footer-widget__services {
    position: relative;
    display: block;
    margin-left: 35px;
    margin-right: -11px;
}
.footer-widget__services-list {
    position: relative;
    display: block;
}
.footer-widget__services-list li {
    position: relative;
    display: block;
}
.footer-widget__services-list li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    color: rgba(var(--maroof-white-rgb), 0.9);
}
.footer-widget__services-list li .a_tag{
    display: -webkit-box !important;
}
.footer-widget__services-list li a > span {
    font-size: 16px;
    color: var(--maroof-base);
}
.footer-widget__services-list li a:hover {
    color: var(--maroof-base);
}
.footer-widget__contact {
    position: relative;
    display: block;
    margin-left: 69px;
}
.footer-widget__contact-inner {
    position: relative;
    display: block;
}
.footer-widget__contact-list {
    position: relative;
    display: block;
}
.footer-widget__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.footer-widget__contact-list li + li {
    margin-top: 15px;
}
.footer-widget__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 40px;
    width: 40px;
    border: 2px solid rgba(var(--maroof-bdr-color-rgb), 0.1);
    border-radius: 50%;
}
.footer-widget__contact-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: var(--maroof-white);
}
.footer-widget__contact-list li .text {
    position: relative;
    display: block;
    max-width: 80%;
}
.footer-widget__contact-list li .text p {
    color: rgba(var(--maroof-white-rgb), 0.9);
}
.footer-widget__contact-list li .text p a {
    color: rgba(var(--maroof-white-rgb), 0.9);
}
.footer-widget__contact-list li .text p a:hover {
    color: rgba(var(--maroof-base-rgb), 1);
}
.footer-widget__newsletter {
    position: relative;
    display: block;
}
.footer-widget__newsletter .footer-widget__title-box {
    margin-bottom: 41px;
}
.footer-widget__newsletter-text {
    color: rgba(var(--maroof-white-rgb), 0.9);
}
.footer-widget__newsletter-form {
    position: relative;
    display: block;
    margin-top: 30px;
}
.footer-widget__newsletter-form-input-box {
    position: relative;
    display: block;
}
.footer-widget__newsletter-form-input-box input[type="email"] {
    font-size: 16px;
    height: 60px;
    width: 100%;
    background-color: transparent;
    outline: 0;
    color: var(--maroof-white);
    font-weight: 300;
    border: 2px solid rgba(var(--maroof-white-rgb), 0.1);
    border-radius: 30px;
    padding-right: 65px;
    padding-left: 20px;
}
.footer-widget__newsletter-btn {
    position: absolute;
    top: 50%;
    right: 8px;
    border: 0;
    width: 46px;
    height: 46px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--maroof-white);
    background-color: var(--maroof-base);
    border-radius: 50%;
    transform: translateY(-50%);
}
.footer-widget__newsletter-btn:hover {
    color: var(--maroof-base);
    background-color: var(--maroof-white);
}
.site-footer__bottom {
    position: relative;
    display: block;
}
.site-footer__bottom-inner {
    position: relative;
    display: flex;
    padding: 29px 0 29px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 2px solid #20202d;
}
.site-footer__bottom-text {
    color: rgba(var(--maroof-white-rgb), 0.9);
}
.site-footer__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
}
.site-footer__bottom-menu li {
    position: relative;
    display: block;
}
.site-footer__bottom-menu li + li {
    margin-left: 30px;
}
.site-footer__bottom-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    color: rgba(var(--maroof-white-rgb), 0.9);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.site-footer__bottom-menu li a:hover {
    color: var(--maroof-base);
}
.contact-one {
    position: relative;
    display: block;
}
.contact-one__wrap {
    position: relative;
    display: block;
    background: linear-gradient(148.24deg, #abd6ff -2.01%, rgb(80 161 253) 80.45%);
    border-radius: 50px;
    max-width: 1760px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
}
.contact-one__left {
    position: relative;
    display: block;
    margin-top: 110px;
    z-index: 1;
}
.contact-one__left .section-title__tagline {
    color: var(--maroof-white);
}
.contact-one__left .section-title {
    margin-bottom: 38px;
}

.contact-one__left .section-title__title {
    color: var(--maroof-white);
}
.contact-one__form {
    position: relative;
    display: block;
    background-color: rgba(var(--maroof-white-rgb), 0.1);
    border-radius: 20px;
    padding: 40px 40px 40px;
    margin: 30px 0;
}
.contact-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.contact-one__input-box input::placeholder,
.contact-one__input-box textarea::placeholder {
    color: #fff;
}
.contact-one__input-box input[type="text"],
.contact-one__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    background-color: rgba(var(--maroof-black-rgb), 0.33);
    border: 2px solid rgba(var(--maroof-white-rgb), 0.2);
    padding-left: 20px;
    padding-right: 20px;
    outline: 0;
    font-size: 16px;
    font-weight: 300;
    color: var(--maroof-white);
    display: block;
    border-radius: 30px;
}

.contact-one__input-box .select-box {
    width: 100%;
}
.contact-one__btn:hover {
    color: #fff;
}
.contact-one__input-box .nice-select {
    height: 60px;
    width: 100%;
    background-color: rgba(var(--maroof-black-rgb), 0.33);
    border: 2px solid rgba(var(--maroof-white-rgb), 0.2);
    padding-left: 20px;
    padding-right: 20px;
    outline: 0;
    font-size: 16px;
    color: var(--maroof-white);
    display: block;
    font-weight: 300;
    border-radius: 30px;
    line-height: 60px;
    float: none;
}
.contact-one__input-box .nice-select:after {
    position: absolute;
    top: 21px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--maroof-white);
    border-right: 2px solid var(--maroof-white);
    margin-top: 0;
    z-index: 10;
}
.contact-one__input-box .nice-select .option {
    color: var(--maroof-black);
}
.contact-one__input-box textarea {
    position: relative;
    height: 130px;
    width: 100%;
    background-color: rgba(var(--maroof-black-rgb), 0.33);
    border: 2px solid rgba(var(--maroof-white-rgb), 0.2);
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    outline: 0;
    font-size: 16px;
    color: var(--maroof-white);
    display: block;
    font-weight: 300;
    border-radius: 30px;
    margin-bottom: 0;
    max-height: 130px;
}
.contact-one__input-box.text-message-box {
    height: 130px;
    margin-bottom: 30px;
}
.contact-one__btn-box {
    position: relative;
    display: block;
}
.contact-one__btn {
    border: none !important;
    background-color: var(--maroof-white) !important;
}
.contact-one__right {
    position: relative;
    display: block;
    margin-left: 50px;
    margin-right: -47px;
}
.contact-one__img {
    position: relative;
    display: block;
    z-index: 1;
}
.contact-one__img img {
    width: 100%;
}
.contact-one__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.1;
    z-index: -1;
}
.contact-one__shape-1 img {
    width: auto;
}
.contact-one__shape-2 {
    position: absolute;
    bottom: 70px;
    left: 13px;
    z-index: -1;
}
.contact-one__shape-2 img {
    width: auto;
}
.contact-one__shape-3 {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.2;
    z-index: -1;
}
.contact-one__shape-3 img {
    width: auto;
}
.contact-one__shape-4 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.contact-one__shape-4 img {
    width: auto;
}
.contact-page {
    position: relative;
    display: block;
    z-index: 2;
    margin-top: -280px;
}
.contact-page .form-group input{
        background-color: #d5eaff;
}
.details .form-group input{
    height: 35px !important;
}
.contact-page__inner {
    position: relative;
    display: block;
    padding: 54px 60px 60px;
    background: #fff;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
    border-radius: 40px;
    text-align: center;
}
.contact-page__sub-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1.5px;
    color: #50a1fd;
    text-transform: uppercase;
}
.contact-page__title {
    color: var(--maroof-black);
    font-size: 40px;
    line-height: 57px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -1.2px;
    margin-top: 7px;
    margin-bottom: 30px;
}
.contact-page__form {
    position: relative;
    display: block;
}
.contact-page__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.contact-page__input-box input[type="text"],
.contact-page__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--maroof-bdr-color);
    padding-left: 30px;
    padding-right: 30px;
    outline: 0;
    font-size: 16px;
    font-weight: 300;
    color: var(--maroof-gray);
    display: block;
    border-radius: 30px;
}
.contact-page__input-box .select-box {
    width: 100%;
}
.contact-page__input-box .nice-select {
    height: 60px;
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--maroof-bdr-color);
    padding-left: 30px;
    padding-right: 30px;
    outline: 0;
    font-size: 16px;
    color: var(--maroof-gray);
    display: block;
    font-weight: 300;
    border-radius: 30px;
    line-height: 60px;
    float: none;
}
.contact-page__input-box .nice-select:after {
    position: absolute;
    top: 21px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--maroof-gray);
    border-right: 2px solid var(--maroof-gray);
    margin-top: 0;
    z-index: 10;
}
.contact-page__input-box .nice-select .option {
    color: var(--maroof-white);
}
.contact-page__input-box .nice-select .list {
    background-color: var(--maroof-black);
}
.contact-page__input-box .nice-select .option:hover,
.contact-page__input-box .nice-select .option.focus,
.contact-page__input-box .nice-select .option.selected.focus {
    color: var(--maroof-white);
}
.contact-page__input-box textarea {
    position: relative;
    height: 130px;
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--maroof-bdr-color);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    outline: 0;
    font-size: 16px;
    color: var(--maroof-gray);
    display: block;
    font-weight: 300;
    border-radius: 30px;
    margin-bottom: 0;
}
.contact-page__input-box.text-message-box {
    height: 130px;
    margin-bottom: 30px;
}
.contact-page__btn-box {
    position: relative;
    display: block;
}
.contact-page__btn {
    border: none !important;
    color: var(--maroof-white) !important;
}
.contact-page__btn span {
    color: var(--maroof-white) !important;
}
.contact-page__contact-list {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}
.contact-page__contact-list-single {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid var(--maroof-bdr-color);
    border-radius: 20px;
    padding: 17px 40px 19px;
    margin-bottom: 30px;
    min-height: 133px;
}
.contact-page__contact-list-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background-color: #d5eaff;
    border-radius: 50%;
}
.contact-page__contact-list-icon span {
    position: relative;
    display: inline-block;
    font-size: 23px;
    color: #50a1fd;
}
.contact-page__contact-list-content {
    position: relative;
    display: block;
    max-width: 70%;
}
.contact-page__contact-list-content h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 6px;
}
.contact-page__contact-list-content p {
    color: var(--maroof-gray);
}
.contact-page__contact-list-content p a {
    color: var(--maroof-gray);
}
.contact-page__contact-list-content p a:hover {
    color: var(--maroof-base);
}
.counter-two {
    position: relative;
    display: block;
}
.counter-two__wrap {
    position: relative;
    display: block;
    max-width: 1760px;
    width: 100%;
    background-color: #cce6ff;
    border-radius: 50px;
    padding: 120px 0 120px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
}
.counter-two__bg-shape {
    background: url(/skin/img/counter.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.project-two__carousel {
    position: relative;
    display: block;
}
.project-two__single {
    position: relative;
    display: block;
}
.blog-page .project-two__single {
    margin-bottom: 20px;
}
.project-two__img {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}
.project-two__img::after {
    background: hsla(0, 0%, 100%, 0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}
.project-two__single:hover .project-two__img::after {
    height: 100%;
    opacity: 0;
    transition: all 0.6s linear;
}
.project-two__content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background-position: center bottom;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 2;
}
.project-two__single:hover .project-two__content {
    transform: scaleY(1);
}
.project-two__sub-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    color: var(--maroof-white);
    background-color: var(--maroof-base);
    padding: 11px 30px 11px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.project-two__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    padding: 13px 30px;
    background-color: var(--maroof-white);
    border-radius: 20px;
    transition: all 0.4s ease;
}
.project-two__title a {
    border-top-left-radius: 0;
    color: var(--maroof-black);
    position: relative;
}
.project-two__title:hover {
    background-color: #50a1fd;
}
.project-two__title a:hover {
    color: #fff;
}
.project-two__img img {
    width: 100%;
    border-radius: 20px;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}
.project-two__single:hover .project-two__img img {
    transform: scale(1.05) rotate(0deg);
}
.project-two__carousel.owl-carousel .owl-dots {
    position: relative;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    width: 100%;
    border-radius: 5px;
    height: 10px;
    background-color: var(--maroof-primary);
    margin: 80px auto 0 !important;
    z-index: 2;
}
.project-two__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 100px;
    border-radius: 5px;
    background-color: transparent;
    margin: 0;
    padding: 0 !important;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.project-two__carousel.owl-carousel .owl-dot.active {
    background-color: #50a1fd;
    opacity: 1;
}
.project-two__carousel.owl-carousel .owl-dot:focus {
    outline: 0;
}
.project-two__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.page-header {
    position: relative;
    display: block;
    padding: 200px 0;
    background-color: var(--maroof-black);
    overflow: hidden;
    z-index: 1;
}
.page-header__bg {
    background: url(/skin/img/banner_bg.jpg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    z-index: -1;
}
.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
}
.page-header__inner h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    color: var(--maroof-white);
    text-transform: capitalize;
    margin-bottom: 8px;
}
.thm-breadcrumb__box {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.thm-breadcrumb {
    position: relative;
    display: inline-block;
}
.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: var(--maroof-white);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.thm-breadcrumb li + li {
    margin-left: 10px;
}
.thm-breadcrumb li span {
    position: relative;
    font-size: 18px;
    font-weight: 600;
}
.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    color: var(--maroof-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.thm-breadcrumb li:hover a {
    color: var(--maroof-base);
}
.contact_bg {
    position: relative;
    display: block;
    padding: 230px 0;
    background: #f9fafb;
    z-index: 1;
}
.contact_bg .img {
    background: url(/skin/img/contact_bg.png);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -2;
}

.blog-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.about_bg {
    background: #ffffff75;
}

.product_box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 20px;
}
.product_box .product_icon {
    overflow: hidden;
    max-height: 300px;
}
.product_box img {
    width: 100%;
    object-fit: cover;
    object-fit: cover;
    object-position: center;
    display: block;
}
.product_box .product-contet {
    display: flex;
    align-items: center;
    background: var(--maroof-black);
    padding: 15px 0;
}
.product_box .product-contet .product-title h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    padding: 0 26px;
    margin: 0;
}
.product_box .product-contet .product-title h3 a {
    transition: all 0.4s;
    color: var(--maroof-white);
    font-size: 15px;
}
.service-overly-card {
    color: var(--maroof-white);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    content: "";
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    padding: 40px 30px;
    background: #50a1fd;
    align-items: end;
}
.product_box .service-overly-card .service-overly-svg {
    padding: 0;
}
.product_box .service-overly-card h1 {
    font-size: 72px;
    margin-bottom: 10px;
    color: var(--maroof-white);
}
.product{
    counter-reset: count;
    margin-bottom: 50px;
    padding: 30px 25px;
    background-color: #abd6ff8a;
    border-radius: 8px;
}
.product .product_box{
    margin-bottom: 0;
}
.products .product_box{
    margin-bottom: 25px;
}
.product .section-title{
    margin-bottom: 0;
}
.product .section-title h2{
    margin-bottom: 18px;
} 
.product .section-title p{
    line-height: 2;
    margin-bottom: 10px;
}
.product_box .service-overly-card h3 {
    margin-right: 0;
    margin-bottom: 20px;
    transition: all 0.4s;
    line-height: 30px;
    color: var(--maroof-white);
    font-size: 18px;
    min-height: 60px;
}
.product_box .service-overly-card h1:before{
    counter-increment: count;
    content: "0"counter(count);
}
.about-btn {
    display: flex;
}
.button-two::before {
    background: var(--maroof-black);
}
.service-overly-card .about-btn .button-two i,
.home-three-post-btn .about-btn .button-two i {
    width: 25px;
    height: 25px;
    margin-left: 11px;
}
.product_box:hover .service-overly-card {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.about_page .about-two__text {
    margin-bottom: 15px;
    text-indent: 2em;
}
.about_page .about-two__right {
    margin-top: 0;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 35px;
}
.pagination li {
    width: 40px;
    height: 40px;
    margin: 0 8px;
    border-radius: 50%;
}
.pagination li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f1;
    color: #50a1fd;
    border-radius: 50%;
    font-weight: bold;
    border: 1px solid #fff;
}
.pagination li a.active {
    background-color: #50a1fd;
    border: 1px solid #fff;
    color: #fff;
}
.pagination li.active {
    background-color: #50a1fd;
    border: 1px solid #fff;
    color: #fff;
}
.pagination li a:hover {
    background-color: #50a1fd;
    color: #fff;
}
.next {
    display: block;
}
.next p {
    line-height: 25px;
    margin-bottom: 0;
}
.next p a {
    color: #787878;
}
.next p a:hover {
    color: #50a1fd;
}

.main-header-one__top-right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.main-header__language-switcher {
    position: relative;
    display: flex;
    align-items: center;
}
.main-header__language-switcher .icon {
    position: relative;
    display: block;
    margin-right: 10px;
}
.main-header__language-switcher .icon span {
    position: relative;
    display: inline-block;
    color: var(--maroof-black);
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    top: 1px;
}
.main-header__language-switcher .language-switcher {
    position: relative;
    display: block;
}
.main-header__language-switcher .language-switcher form {
    position: relative;
    display: block;
    width: 65px;
}
.main-header__language-switcher .language-switcher form .select-box {
    position: relative;
    display: block;
}
.main-header__language-switcher .nice-select .current{
    font-weight: bold;
    color: var(--maroof-white);
}
.foot_phone{
    display: none;
}

.blog-page .products_cover{
    background-color: #daedff;
    border-radius: 8px;
    border: 2px solid #fff;
    padding: 35px 50px;
    margin-bottom: 50px;
}

.details .right {
    position: relative;
    display: block;
    padding: 46px 30px 30px;
    color: #000;
    background-color: #d4eaff;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 20px;
}
.details .two,
.details .three {
    margin-top: 30px;
}
.details .title {
    margin: 0 0 0 20px;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}
.details .right li {
    display: flex;
    align-items: center;
    padding: 16px 20px 17px;
    transition: all ease 500ms;
    border-radius: 8px;
}
.details .right_img {
    margin-right: 20px;
    flex: 100px 0 0;
    border-radius: 6px;
    overflow: hidden;
}
.details .right_content a {
    color: #0e2207;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    transition: all ease 300ms;
}
.details span {
    font-size: 13px;
    font-weight: 500;
    color: #757873 !important;
    font-weight: 600;
}
.details span i {
    font-size: 14px;
    padding-right: 5px;
    color: #0d6efd;
}
.details .right li:hover {
    background-color: #fff;
}
.details .right_content a:hover {
    color: #0d6efd;
}
.details .left {
    padding: 46px 30px 30px;
    background-color: #d4eaff;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}
.details .left h3 {
    font-size: 23px;
    margin-bottom: 20px;
    text-align: center;
}
.details .left span {
    display: block;
    margin-bottom: 10px;
    color: #0e2207 !important;
    text-align: center;
}
.details .left span a{
    margin-right: 10px;
}
.details input {
    height: 50px !important;
}
.details .swiper-button-next,
.details .swiper-button-prev {
    display: none;
}
.details .swiper {
    width: 100%;
    height: 100%;
}
.details .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.details .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
}
.details .mySwiper2 .swiper-slide img {
    display: block;
    width: 50%;
    height: auto;
    object-fit: cover;
}
.details .swiper {
    width: 100%;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
}
.details .swiper-slide {
    background-size: cover;
    background-position: center;
}
.details .mySwiper2 {
    overflow: hidden;
    height: 80%;
    width: 100%;
}
.details .mySwiper {
    margin-top: 20px;
}

.next {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 45px;
}
.next p {
    line-height: 25px;
    margin-bottom: 0;
}
.next p a {
    color: #787878;
}
.next p a:hover {
    color: #141422;
}
.details .contact-page__input-box{
    margin-bottom: 15px;
}
.details form{
    margin: 0 20px;
}
.contact-page__btn span {
    color: var(--maroof-white) !important;
}
.details .form-group{
    height: auto;
    margin: 10px 0 20px;
}

.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(-100%);
    transform-origin: left center;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}
.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    cursor: pointer;
}
.mobile-nav__content {
    width: 300px;
    background-color: var(--maroof-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--maroof-white);
    cursor: pointer;
}
.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: flex;
}
.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-family: var(--maroof-font);
    font-weight: 500;
    height: 46px;
    align-items: center;
    transition: 500ms;
}
.mobile-nav__content .main-menu__list > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
    width: 30px;
    height: 30px;
    background-color: var(--maroof-base);
    border: 0;
    outline: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    padding: 0;
}
.mobile-nav__content .main-menu__list > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__content .main-menu__list > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--maroof-base);
}
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
    display: none !important;
}
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 0.5em;
}
.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--maroof-base);
}
.main-menu-two__contact-list li .text p{
    font-size: 14px;
}
.main-menu-two__top-inner{
    padding: 5px 0;
}
.mobile-nav__wrapper{
    display: block;
}

.index_con{
    border-radius: 8px !important;
}
.index_contact{
    background-color: #fff;
}
.index_con_btn{
    height: 38px;
}
.form-control{
    border: none;
}
.form-control:focus{
    outline: none;
    border: none;
    box-shadow: none;
}

@media (max-width: 1400px){
    .main-menu-two .main-menu__list > li + li, .stricky-header.main-menu-two .main-menu__list > li + li {
        margin-left: 10px;
    }
}
@media (min-width: 1200px){
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}

@media (max-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        position: relative;
        display: inline-block;
        font-size: 20px;
        color: var(--maroof-base);
        cursor: pointer;
        -webkit-transition: 500ms;
        transition: 500ms;
    }
    .main-header-two {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    .page-header{
        padding: 100px 0;
        margin-top: 125px;
    }
    .about_page .about-two__right{
        margin-top: 75px;
    }
    .footer-widget__contact{
        margin-left: 35px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .product .section-title p{
        font-size: 12px;
    }
  }

@media only screen and (max-width: 992px) {
    .index_box .contact-one__btn-box{
        margin-top: 20px;
    }
    .index_box .home-one-blog-item{
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .main-header-two {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    .banner-one{
        margin-top: 125px;
    }
    .index_box{
        overflow: hidden;
    }
    .mobile-nav__toggler{
        display: block;
    }
    .service-two__title {
        font-size: 20px;
    }
    .banner-one__left {
        margin-top: 0;
        margin-right: 0;
    }
    .banner-one__title {
        font-size: 27px;
        line-height: 35px;
    }
    .banner-one__points li {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .banner-one__points li + li {
        margin-top: 30px;
    }
    .banner-one__right {
        margin-top: 60px;
    }
    .banner-one__img-list {
        flex-direction: column;
    }
    .banner-one__img-list li + li {
        display: none;
    }
    .service-two__left {
        margin-bottom: 39px;
    }
    .service-two {
        padding: 70px 0 50px;
    }
    .about-two {
        padding: 70px 0;
    }
    .about-two__shape-1 {
        display: none;
    }
    .about-two__img::before {
        content: none;
    }
    .about-two__left {
        margin: 0;
    }
    .section-title__title {
        font-size: 27px;
        line-height: 40px;
    }
    .about-one__points-box {
        display: block;
    }
    .about-one__points li {
        margin-bottom: 5px;
    }
    .project-two__carousel.owl-carousel .owl-dots {
        margin: 30px auto 0 !important;
    }
    .counter-two__wrap {
        padding: 70px 0;
    }
    .project-two__content {
        transform: scale(1);
    }
    .faq-one {
        padding: 70px 0;
    }
    .faq-one__left {
        margin-right: 0;
    }
    .faq-one__left .faq-one-accrodion .accrodion-title h4 {
        max-width: 85%;
    }
    .faq-one__left .faq-one-accrodion .accrodion-title h4::before {
        right: -45px;
    }
    .faq-one__count-box {
        margin-left: 0;
        margin-right: 0;
    }
    .faq-one__img-2 {
        display: none;
    }
    .faq-one__img-1 {
        margin-right: 0;
    }
    .contact-one__right {
        margin: 0;
    }
    .contact-one__shape-1 {
        opacity: 0;
    }
    .contact-one__form {
        padding: 40px 20px;
    }
    .contact-one__left {
        margin-top: 80px;
    }
    .contact-one__wrap {
        background: linear-gradient(148.24deg, #5db0ff -2.01%, rgb(2 69 145) 80.45%);
    }
    .foot_phone {
        display: block;
        height: 50px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    }
    .foot_phone a {
        display: block;
        text-align: center;
        background: linear-gradient(to right top, #20202d, #20202d);
        font-size: 25px;
        font-weight: bold;
        overflow: hidden;
        color: #fff;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        height: 50px;
        z-index: 99;
        line-height: 50px;
    }
    .news-section{
        padding: 120px 0 30px !important;
    }
    .foot_phone a div {
        animation-name: footer_phone;
        animation-duration: 3s;
        animation-delay: 4s;
        animation-iteration-count: infinite;
        color: #fff;
        height: 100%;
        font-size: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .foot_phone a span {
        display: inline-block;
        animation: footer_phone 1.8s ease-in-out infinite;
        animation-delay: calc(0.1s * var(--i));
    }
    .site-footer{
        display: none;
    }
    .page-header__inner h2{
        font-size: 20px;
        line-height: 30px;
    }
    .blog-page{
        padding: 70px 0 50px;
    }
    .contact_bg{
        padding: 180px 0;
    }
    .contact-page__inner{
        padding: 40px 30px;
    }
    .contact-page__contact-list{
        padding: 50px 0;
    }
    .nice-select.wide .list{
        left: -15px !important;
        padding: 15px 0;
    }
    .product_box .product_icon{
        max-height: 230px;
    }
    .main-menu-two__contact-list li + li {
        display: none;
    }
    .home-one-blog-item{
        margin-bottom: 20px;
    }
    .blog-one{
        padding: 50px 0;
    }
    .product{
        margin-left: 12px;
        margin-right: 12px;
        padding: 25px 15px;
    }
    .product:last-child{
        margin-bottom: 0;
    }
    .blog-page .products_cover{
        padding: 25px;
    }
    .products .product{
        margin: 0;
    }
    .thm-breadcrumb li{
        font-size: 15px;
    }
    .contact-page__title{
        font-size: 32px;
        line-height: 50px;
    }
    .contact-page .form-group{
        margin-bottom: 30px;
        height: auto;
    }
}
