﻿
@import url('page-css/navbar.css');
@import url('page-css/slider.css');
@import url('page-css/owl-common.css');
@import url('page-css/service-page.css');
@import url('page-css/team.css');
@import url('page-css/blog-page.css');
@import url('page-css/gallery.css');
@import url('page-css/faq.css');
@import url('page-css/contact.css');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

:root {
    --theme-base-color: #007fd2;
    /*  --theme-text-color-first: #1b8fe6;
  --color-secondary: #f4f5f6;
  --color-tertiary: #0d1013;
  --color-gray: #f6f6f6;
  --color-subtitle: #f9004d;
  --bg-color-primary: #0582c5;
  --background-color-white: #63b336;
  --color-dark: #4a4a4a;
  --color-text:#4a4a4a;
  --color-black:#000000;
  --color-white:#FFF;
  --theme-color-first: #1b8fe6;*/
}

/* ======= Typography style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

body {
    /* font-family: 'Oswald', sans-serif;*/
    font-family: DM Sans, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #707070;
    overflow-x: hidden !important;
    letter-spacing: 0.03px;
}

p {
    font-family: DM Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    /*color: #707070;*/
    color: #2c2b2b;
    margin-bottom: 15px;
}

    p b {
        color: #141414;
        font-weight: 400;
    }

h1 {
    font-size: 45px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 23px;
}

h4 {
    font-size: 27px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   /* font-family: 'Oswald', sans-serif;*/
    font-family: DM Sans, sans-serif;
    font-weight: 500;
    line-height: 1.25em;
    margin: 0 0 15px 0;
    color: #141414;
    text-transform: capitalize;
}

img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

b {
    font-weight: 600;
}

.text-dark {
    color: #141414;
}

.colr-white {
    color: #FFF !important;
}

.small,
small {
    font-size: 17px;
}
/* text field */
button,
input,
optgroup,
select,
textarea {
    font-family: DM Sans, sans-serif;
}

    input[type="password"]:focus,
    input[type="email"]:focus,
    input[type="number"]:focus,
    input[type="text"]:focus,
    input[type="file"]:focus,
    input[type="radio"]:focus,
    input[type="checkbox"]:focus,
    textarea:focus {
        outline: none;
    }

    input[type="password"],
    input[type="email"],
    input[type="number"],
    input[type="text"],
    input[type="file"],
    textarea {
        max-width: 100%;
        margin-bottom: 15px;
        padding: 6px 20px 10px;
        height: auto;
        background-color: rgba(244, 244, 244, 0.52);
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
        width: 100%;
        line-height: 1.5em;
        font-family: DM Sans, sans-serif;
        font-size: 17px;
        font-weight: 400;
        color: #707070;
        background-image: none;
        border: none;
        border-radius: 4px;
        border: 1px solid #e2e0e0;
    }
label {
    display: inline-block;
    padding-bottom: 4px;
    font-size: 15px;
    color: #000000c9;
    text-align: justify;
}
.form-control {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 6px 20px 10px;
    font-size: 17px !important;
    font-family: DM Sans, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    color: #70707087;
    background-color: rgba(244, 244, 244, 0.52);
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
    border: 1px solid #e2e0e0
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 30px;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: #fff;
    border: none;
}

    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover,
    button:hover {
        color: #707070;
        border: none;
    }

select {
    padding: 10px;
    border-radius: 5px;
}

textarea:focus,
textarea:active,
textarea::placeholder {
    color: #707070;
}

table,
th,
tr,
td {
    border: 0px solid #707070;
}

th,
tr,
td {
    padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
}

button[type="submit"],
input[type="submit"] {
    display: inline-block;
    height: auto;
    padding: 16px 27px;
    border: none;
    border-radius: 4px;
    /* color: #fff;*/
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    font-size: 17px;
}

    button[type="submit"] i,
    input[type="submit"] i {
        color: #fff;
    }

    button[type="submit"]:hover i,
    input[type="submit"]:hover i {
        color: #fff;
    }

    button[type="submit"]:hover,
    input[type="submit"]:hover {
        border: none;
    }

select {
    max-width: 100%;
}

.form-select {
    display: block;
    width: 100%;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23887bb6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    color: #707070;
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
    background-size: 11px 20px;
    border: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 30px;
    padding-left: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 15px;
    border: 1px solid rgba(203, 157, 85, 0.3);
    outline: none;
}

    .form-control:focus,
    .form-select:focus,
    select:focus {
        outline: none;
        outline-width: 0 !important;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        border: 1px solid rgba(203, 157, 85, 0.3);
    }

input[type=checkbox] {
    position: relative;
    cursor: pointer;
    margin: 5px 30px 15px 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 12px;
}

    input[type=checkbox]:before {
        content: '';
        width: 15px;
        height: 15px;
        border: 1px solid rgb(189 189 189);
        background-color: rgb(203 157 85 / 0%);
        position: absolute;
        top: 4px;
        margin-left: 3px;
        border-radius: 3px;
    }

    input[type=checkbox]:after {
        font-family: "Font Awesome 6 Brands";
        content: '\f00c';
        font-weight: normal;
        color: #000;
        background: transparent;
        position: absolute;
        top: 1px;
        margin-left: -1px;
        left: 0;
        width: 22px;
        height: 22px;
        border: none;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 0;
        transition: opacity .3s cubic-bezier(.64, .09, .08, 1);
        will-change: opacity;
        font-size: 12px;
    }

    input[type=checkbox]:checked:after {
        opacity: 1
    }
/* placeholder */
::-webkit-input-placeholder {
    color: #707070;
    font-family: "Urbanist", sans-serif;
    font-size: 17px;
    font-weight: 400;
}

:-moz-placeholder {
    color: #707070;
}

::-moz-placeholder {
    color: #707070;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #707070;
}
/* important */
.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.full-width {
    width: 100%;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-lightgray {
    background-color: #f2f2f2;
}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #000;
}

.pattern {
    background-repeat: repeat;
    background-size: auto;
}

.bold {
    font-weight: 400;
}

.count {
    font-family: "Manrope", sans-serif;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    /*    left: 0;*/
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 9;
}

.v-middle2 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 12%;
    left: 0;
    -webkit-transform: translate(0%, -12%);
    transform: translate(0%, -12%);
    z-index: 9;
}

.rest {
    padding: 0 !important;
    margin: 0 !important;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.js .animate-box {
    opacity: 0;
}

:root {
    scroll-behavior: auto;
}

.position-relative {
    position: relative !important;
}

.icon-bg {
    background: #fff !important;
}

hr {
    margin-top: 5px;
    margin-bottom: 15px;
  /*  border: 0;*/
}

.br-5005 {
    border-radius: 5px 0 0 5px;
}

.br-0550 {
    border-radius: 0 5px 5px 0;
}

.br-5 {
    border-radius: 5px;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.mt--120 {
    margin-top: -120px !important;
}

.mt--180 {
    margin-top: -180px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 15px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.plr-0 {
    padding-left: 0;
    padding-right: 0;
}

.pl-30 {
    padding-left: 30px;
}

.pl-50 {
    padding-left: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-60 {
    padding-top: 60px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.no-padding {
    padding: 0 !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.br-20 {
    border-radius: 20px;
}

.br-15 {
    border-radius: 15px;
}
/* list style */
.list {
    position: relative;
    display: block;
}

    .list li {
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

        .list li + li {
            margin-top: 10px;
        }

.list-icon {
}

    .list-icon i {
        font-size: 17px;
        color: var(--theme-text-color-first);
    }

.list-text {
    margin-left: 15px;
}

    .list-text p {
        font-size: 17px;
        margin: 0;
        color: #141414;
    }


/* ======= Preloader style ======= */
.preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    overflow: hidden;
}

    .preloader * {
        transition: all 0.3s;
    }

    .preloader .centered {
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
    }

        .preloader .centered:after {
            content: "";
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -0.25em;
        }

        .preloader .centered .cont {
            box-sizing: border-box;
            display: inline-block;
            vertical-align: middle;
            text-align: left;
            font-size: 0;
        }

            .preloader .centered .cont .loader-circle {
                position: absolute;
                left: 50%;
                top: 50%;
                width: 90px;
                height: 90px;
                border-radius: 50%;
                box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
                margin-left: -45px;
                margin-top: -45px;
            }

            .preloader .centered .cont .loader-line-mask {
                position: absolute;
                left: 50%;
                top: 50%;
                width: 45px;
                height: 90px;
                margin-left: -45px;
                margin-top: -45px;
                overflow: hidden;
                transform-origin: 45px 45px;
                -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(215, 17, 14, 0.5));
                animation: rotate 1.2s infinite linear;
            }

                .preloader .centered .cont .loader-line-mask .loader-line {
                    width: 90px;
                    height: 90px;
                    border-radius: 50%;
                    box-shadow: inset 0 0 0 1px rgba(215, 17, 14, 0.5);
                }

            .preloader .centered .cont img {
                width: 38px;
                max-width: 38px;
            }

    .preloader lesshat-selector {
        -lh-property: 0;
    }

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.preloader [not-existing] {
    zoom: 1;
}

.preloader lesshat-selector {
    -lh-property: 0;
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }
}

.preloader [not-existing] {
    zoom: 1;
}

.preloader lesshat-selector {
    -lh-property: 0;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.preloader [not-existing] {
    zoom: 1;
}

/* ======= Section style ======= */
.section-padding {
    padding: 90px 0;
}

.section-title {
    position: relative;
    padding-bottom: 15px;
}

    .section-title h1 {
        font-family: DM Sans, sans-serif;
        font-weight: 600;
        font-size: 26px;
        line-height: 50px;
        /*color: #000;*/
        position: relative;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .section-title h3 {
        font-family: DM Sans, sans-serif;
        font-weight: 400;
        margin-bottom: 5px;
        color: #007fd2;
        font-size: 15px;
        align-items: center;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

.white-color {
    color: #fff;
}

/* ======= About style ======= */

.about .img-box {
}

.about {
    position: relative;
    overflow: hidden;
}

    .about .container {
    }

    .about .left-img {
        height:100%;
    }

    .about .cont {
        /*padding-right: 25%;*/
        padding: 0px 0 0px 50px;
    }

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

    .about .cont {
        padding: 20px 0 0 0;
    }
}



/* ======= Start Plumber Service style ======= */

.service-area-bg {
    height: 1137px;
}

.service-area-bg-img {
    background: url(../img/resource/bg-service.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.service-area {
    position: relative;
}

    .service-area:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 90%;
        width: 100%;
        background: #f2f2f2;
        z-index: -1;
    }

.services {
}

    .services .item {
        position: relative;
        display: block;
        margin-bottom: 20px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .services .item .img {
            position: relative;
            box-shadow: 4px 4px 20px 0 rgb(1 1 1 / 29%);
        }

            .services .item .img:before {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0 0 0 / 90%)), to(#00000021));
                /* background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 0, transparent 100%); */
            }

            .services .item .img img {
                width: 100%;
            }

        .services .item .con {
            position: absolute;
            bottom: 44px;
            left: 30px;
            right: 30px;
            /*display: flex;*/
            align-items: center;
            justify-content: space-between;
            z-index: 2;
        }

            .services .item .con h2 {
                font-family: "Oswald", serif;
                font-size: 16px;
                font-weight: 400;
                color: #fff;
                text-transform: uppercase;
                display: inline;
                padding: 3px 10px;
                border-radius: 5px;
                background-color: #000;
            }

            .services .item .con h3 {
                font-size: 35px;
                color: #fff;
            }

            .services .item .con p {
                color: #dfdede;
                opacity: 2;
            }

            .services .item .con a {
                color: #fff;
                font-size: 17px;
            }

                .services .item .con a.text-decoration-line-bottom {
                    border-bottom: 3px solid #fff;
                    transition: all 0.5s ease;
                }

                .services .item .con a:hover.text-decoration-line-bottom {
                    border-bottom: 3px solid #007fd2;
                    transition: all 0.5s ease;
                    color: #007fd2;
                }

    .services .owl-theme .owl-nav [class*=owl-]:hover {
        background: #007fd2;
        border: 1px solid #007fd2;
        color: #fff;
    }

.service-area .service-area-cont {
}

    .service-area .service-area-cont p {
        color: #dfdede;
        padding-right: 50px;
    }

.service-area .request-quote-form {
    width: 100%;
    float: left;
    padding: 30px 30px !important;
    /* background-color: #000; */
    margin-top: 0px;
    border-radius: 15px;
    box-shadow: 0 0 8px #00000014;
    border: 1px solid #8080804a;
    background: #fff;
    height:500px!important;
}

    .service-area .request-quote-form input[type="text"] {
        width: 100%;
        border: 1px solid #e5e5e5;
        padding: 12px 20px;
        font-size: 15px;
        border-radius: 5px;
        font-family: "Oswald", sans-serif;
        background-color: #f4f4f4;
    }

    .service-area .request-quote-form textarea {
        border: 1px solid #e5e5e5;
        box-shadow: none;
        padding: 14px 20px;
        border-radius: 5px;
        background-color: #f4f4f4;
    }

        .service-area .request-quote-form textarea:focus {
            border: 1px solid #e5e5e5;
            box-shadow: none;
        }

    .service-area .request-quote-form input:focus {
        border: 1px solid #e5e5e5;
        box-shadow: none;
        background-color: #FFF;
    }

.service-area .phone {
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 15px;
}

    .service-area .phone i {
        height: 55px;
        width: 55px;
        line-height: 55px;
        background: #007fd2;
        font-size: 20px;
        font-weight: 300;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        margin-right: 10px;
    }
/*.service-area .item .con a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 11%;
    height: 3px;
    background: #b4b4b4;
    transition: all 0.5s ease;
}*/


/*-------------- Services 2 ------------------*/

.services2 {
}

    .services2 .item {
        position: relative;
        display: block;
        margin-bottom: 20px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .services2 .item .img {
            position: relative;
        }

            .services2 .item .img:before {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(transparent));
                /* background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 0, transparent 100%); */
            }

            .services2 .item .img img {
                width: 100%;
            }

        .services2 .item .con {
            position: absolute;
            top: 90px;
            left: 30px;
            right: 30px;
            /*display: flex;*/
            align-items: center;
            justify-content: space-between;
            z-index: 2;
        }

            .services2 .item .con h2 {
                font-family: "Oswald", serif;
                font-size: 16px;
                font-weight: 400;
                color: #fff;
                text-transform: uppercase;
                display: inline;
                padding: 3px 10px;
                border-radius: 5px;
                background-color: #000;
            }

            .services2 .item .con h3 {
                font-size: 35px;
                color: #fff;
            }

            .services2 .item .con p {
                color: #dfdede;
                opacity: 2;
            }

            .services2 .item .con a {
                color: #fff;
                font-size: 17px;
            }

                .services2 .item .con a.text-decoration-line-bottom {
                    border-bottom: 3px solid #fff;
                    transition: all 0.5s ease;
                }

                .services2 .item .con a:hover.text-decoration-line-bottom {
                    border-bottom: 3px solid #007fd2;
                    transition: all 0.5s ease;
                    color: #007fd2;
                }


/*-------------- Service 2 End- --------------*/

.black-bx {
    background-color: #000;
    padding: 60px 100px;
    width: 100%;
}

    .black-bx h2 {
        color: #fff;
        font-size: 32px;
        font-weight: 200;
        display: inline-block;
    }

.why-choose {
    background-color: #e4e4df;
}

    .why-choose .img-block {
        margin-left: 50px;
    }

        .why-choose .img-block img {
        }

    .why-choose .why-bx {
        background-color: #fff;
        padding: 20px;
        border-radius: 5px;
        margin-bottom: 20px;
        box-shadow: 0 0 9px #00000026;
    }

        .why-choose .why-bx .icon {
            margin-bottom: 10px;
        }

            .why-choose .why-bx .icon img {
                width: auto;
            }

        .why-choose .why-bx h3 {
            font-size: 17px;
            padding-bottom: 5px;
        }

        .why-choose .why-bx p {
            font-size: 15px;
            margin: 0;
        }

/* ======= Rotatext style ======= */
.rotatex {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    top: -252px;
}

    .rotatex .rotate-box {
        position: absolute;
        width: 220px;
        height: 220px;
        -webkit-margin-start: auto;
        margin-inline-start: auto;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        right: 53%;
    }

        .rotatex .rotate-box .icon {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            height: 120px;
            width: 120px;
            border-radius: 50%;
            background-color: #fff;
            font-size: 54px;
            font-weight: 500;
            color: #007fd2;
            border: 6px solid #000;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .rotatex .rotate-box .rotate-text {
            -webkit-animation: rotateText 20s linear infinite;
            animation: rotateText 20s linear infinite;
            font-weight: 400;
            text-transform: uppercase;
            position: absolute;
            left: 0;
            border-radius: 50%;
            color: #000;
            font-size: 45px;
        }

        .rotatex .rotate-box .rotate-circle svg {
            width: 220px;
            height: 220px;
            fill: #000;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

@-webkit-keyframes rotateText {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes rotateText {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

}

@media screen and (max-width: 991px) {
    .rotatex {
    }

        .rotatex .rotate-box {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
}

/* =========== Start Testimonials Section =====*/


/*.testimonial-area{
  background-color: #1b1d1e;


}*/
.testimonial-area .testimonial-inner {
    width: 100%;
    height: 100%;
    padding: 0px 0 0px;
}

.testimonial-area .quoteshape {
    position: relative;
    text-align: center;
}

.testimonial-area .section-head {
    margin-bottom: 50px;
    border-top: 1px solid #f2f2f2;
    padding-top: 41px;
}

.testimonial-block-outer {
    padding: 15px;
    border-radius: 0px;
    background-color: transparent;
    /*border-radius: 50px;*/
    border-radius: 12px;
    margin-bottom: 20px;
}

    .testimonial-block-outer .border-box {
        width: 346px;
        border-radius: 52px;
        background-color: transparent;
        /* border: 1px dashed #1b8fe6;*/
        padding: 8px;
        float: left;
    }

    .testimonial-block-outer .client-img {
        border-radius: 15px;
        margin: auto;
        background-color: transparent;
        overflow: hidden;
        padding: 0px;
    }

        .testimonial-block-outer .client-img img {
            border-radius: 15px;
        }

    .testimonial-block-outer .text-box {
        margin: auto;
        padding: 0px 30px 0px;
        color: #FFF;
        text-align: center;
        max-width: fit-content;
    }

        .testimonial-block-outer .text-box p {
            font-weight: 400;
            font-size: 17px;
            color: #FFF;
            font-style: italic;
        }

    .testimonial-block-outer .quote-icon {
        margin: 0 auto 30px auto;
        background: url(../img/resource/quote-icon.png) no-repeat center;
        width: 76px;
        height: 76px;
        border-radius: 50%;
        background-color: var(--theme-base-color);
    }

        .testimonial-block-outer .quote-icon img {
            width: auto;
        }

    .testimonial-block-outer .name {
        font-size: 20px;
        line-height: 30px;
        padding-top: 0px;
        color: var(--color-primary);
        margin-top: 30px;
    }

        .testimonial-block-outer .name span {
            font-size: 16px;
            font-weight: 300;
        }

    .testimonial-block-outer .rating {
        margin: 20px auto 0 auto;
        text-align: center;
        display: table;
    }

        .testimonial-block-outer .rating img {
            width: auto !important;
        }

.testimonial-area .owl-theme .owl-dots .owl-dot span {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
}

.testimonial-area .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    border: 1px solid #fff;
}

/* ======= Gallery Scroll style ======= */
.galleryscroll {
    position: relative;
}

    .galleryscroll .item {
        overflow: hidden;
        position: relative;
        display: flex;
        flex-direction: column;
        cursor: pointer;
        border-radius: 0px;
        isolation: isolate;
    }

        .galleryscroll .item .img {
            position: relative;
            overflow: hidden;
            transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
            isolation: isolate;
        }

            .galleryscroll .item .img:after {
                content: " ";
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
                overflow: hidden;
                -webkit-transition: all .5s;
                transition: all .5s;
            }

            .galleryscroll .item .img > img {
                transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
                border-radius: 0;
                -webkit-transition: all .5s;
                transition: all .5s;
            }

        .galleryscroll .item:hover .img > img {
            -webkit-filter: none;
            filter: none;
            -webkit-transform: scale(1.03, 1.03);
            transform: scale(1.03, 1.03);
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }
/* magnific popup custom */
.mfp-counter {
    display: none;
}

.mfp-figure button {
    border: 0px solid transparent;
}

button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}

.mfp-bg,
body.mfp-zoom-out-cur {
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
}

/*=========== Start Video Section =============*/
.video-wrapper {
}

    .video-wrapper .rotatex {
        position: relative;
        background-attachment: fixed;
        background-position: center;
    }

    .video-wrapper .video-box {
        position: relative;
        width: 220px;
        height: 220px;
        -webkit-margin-start: auto;
        margin-inline-start: auto;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
    }

        .video-wrapper .video-box .icon {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            height: 90px;
            width: 90px;
            border-radius: 50%;
            background-color: transparent;
            font-size: 17px;
            border: 1px solid rgba(255, 255, 255, 0.5);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
/* =========== Start Blog  Style Sheet =====*/

.blog-area {
}

    .blog-area .item:hover {
        /*transform: translateY(-10px);*/
    }

    .blog-area .item {
        position: relative;
        border-radius: 5px;
        transition: all 0.4s ease;
        -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
        transition: all 350ms cubic-bezier(.37,0,.63,1);
    }

        .blog-area .item .img {
            overflow: hidden;
            border-radius: 5px 5px 0 0;
        }

            .blog-area .item .img .cate {
                position: absolute;
                top: 20px;
                left: 20px;
                padding: 4px 20px;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                margin-left: 5px;
                display: inline-block;
                font-size: 15px;
                background: rgba(255,255,255,0.8);
                color: #141414;
                font-weight: 400;
            }

        .blog-area .item:hover .img .cate {
            background: #fff;
        }

        .blog-area .item .img .cate {
            background: #fff;
        }

        .blog-area .item .content {
            padding: 40px 20px;
            position: relative;
            z-index: 2;
            border-radius: 0 0 5px 5px;
            box-shadow: 0 0 9px #00000026;
            background: #fff;
        }

            .blog-area .item .content h4 {
                font-size: 21px;
                margin-bottom: 15px;
                color: #141414;
            }

                .blog-area .item .content h4 a:hover {
                }

            .blog-area .item .content h5 {
                font-size: 17px;
                font-weight: 400;
            }

                .blog-area .item .content h5 a.text-decoration-line-bottom {
                    border-bottom: 1px solid #007fd2;
                }

            .blog-area .item .content h4 a {
                text-decoration: none;
                color: #141414;
            }

            .blog-area .item .content p {
                color: #707070;
                font-weight: 400;
                font-size: 17px;
                margin-bottom: 15px;
            }

/* ======= Team style ======= */
.team {
    position: relative;
}

    .team .item {
        position: relative;
        text-align: center;
        margin-bottom: 30px;
    }

        .team .item:hover .img::after {
            opacity: 1;
        }

        .team .item:hover .img .social-icons {
            opacity: 1;
            bottom: 15px;
        }

        .team .item .img {
            position: relative;
            overflow: hidden;
            transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
            border-radius: 5px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

            .team .item .img img {
                width: 100%;
                margin: 0;
                transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
                background-size: cover;
                border-radius: 5px;
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0;
            }

        .team .item:hover .img {
            /*transform: scale(0.98);*/
        }

        .team .item .img::after {
            position: absolute;
            content: "";
            left: 0;
            bottom: -1px;
            width: 100%;
            height: 50%;
            opacity: 0;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        .team .item .img .social-icons {
            position: absolute;
            bottom: -50px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            padding: 0 20px;
            border-radius: 5px;
            white-space: nowrap;
            opacity: 0;
            z-index: 20;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

            .team .item .img .social-icons a {
                font-size: 17px;
                margin: 15px 1px;
                line-height: 1;
                color: #000;
                padding: 12px 15px;
                background-color: #FFF;
                border-radius: 4px;
            }

                .team .item .img .social-icons a:hover {
                    color: #000;
                    opacity: 1;
                }

        .team .item .info {
            padding: 30px 15px;
        }

            .team .item .info h5 {
                font-size: 26px;
                color: var(--theme-base-color);
                margin-bottom: 5px;
            }

            .team .item .info p {
                font-size: 17px;
                font-weight: 400;
                line-height: 30px;
                color: #fff;
                margin-bottom: 0px;
            }

/* ======= Video Gallery ======= */
.video-gallery {
    position: relative;
}

    .video-gallery .video-gallery-carousel {
        position: relative;
        display: block;
        max-width: 80%;
        margin: 0 auto;
    }

        .video-gallery .video-gallery-carousel.owl-carousel .owl-stage-outer {
            overflow: visible;
            padding: 0px 0px 0px;
        }

    .video-gallery .item {
        position: relative;
        display: block;
        margin-bottom: 15px;
    }

        .video-gallery .item .img {
            position: relative;
            display: block;
            overflow: hidden;
            z-index: 1;
            border-radius: 3px;
        }

            .video-gallery .item .img img {
                width: 100%;
                transform: scale(1);
                transition: transform 500ms ease;
            }

    .video-gallery .video-box {
        position: relative;
        width: 220px;
        height: 220px;
        -webkit-margin-start: auto;
        margin-inline-start: auto;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        top: 30%;
        position: absolute;
        left: 36%;
        z-index: +1;
    }

        .video-gallery .video-box .icon {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            height: 90px;
            width: 90px;
            border-radius: 50%;
            color: #fff;
            background-color: rgba(0,0,0,0.5);
            font-size: 17px;
            border: 1px solid rgba(255, 255, 255, 0.9);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    /* owl nav */
    .video-gallery .owl-theme .owl-nav {
        position: absolute !important;
        top: 45% !important;
        bottom: auto !important;
        width: 100%
    }

    .video-gallery .owl-theme .owl-nav {
        position: relative;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .video-gallery .owl-theme .owl-prev,
    .video-gallery .owl-theme .owl-prev {
        left: 10px !important
    }

    .video-gallery .owl-theme .owl-next {
        right: 10px !important
    }

    .video-gallery .owl-theme .owl-prev,
    .video-gallery .owl-theme .owl-next {
        color: #fff;
        position: absolute !important;
        top: 50%;
        padding: 0;
        height: 50px;
        width: 50px;
        border-radius: 0%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        line-height: 0;
        text-align: center;
        font-size: 15px
    }

        .video-gallery .owl-theme .owl-prev > span,
        .video-gallery .owl-theme .owl-next > span {
            position: absolute;
            line-height: 0;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }

    .video-gallery .owl-carousel .owl-nav button.owl-next,
    .video-gallery .owl-carousel .owl-nav button.owl-prev {
        outline: none;
    }

    .video-gallery .owl-theme .owl-nav [class*=owl-] {
        width: 45px;
        height: 45px;
        line-height: 44px;
        background: #fff;
        border-radius: 0;
        color: #1b1d1e;
        font-size: 12px;
        margin-right: 15px;
        margin-left: 15px;
        cursor: pointer;
        border: none;
        transition: all 0.2s ease-in-out;
        transform: scale(1.0);
        border-radius: 100%;
        border: 2px solid #fff;
    }

        .video-gallery .owl-theme .owl-nav [class*=owl-]:hover {
            background: var(--theme-base-color);
            border: 2px solid var(--theme-base-color);
            color: #fff;
        }

    .video-gallery .owl-theme .owl-nav {
        top: 40% !important;
    }

        .video-gallery .owl-theme .owl-nav [class*=owl-] {
            opacity: 0;
        }

    .video-gallery .owl-theme:hover .owl-nav [class*=owl-] {
        opacity: 1;
    }

@media screen and (max-width: 991px) {
    .video-gallery .video-gallery-carousel {
        overflow: hidden;
    }
}

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

    .video-gallery .video-box {
        top: 20%;
        left: 30%;
    }

    .video-gallery .owl-theme .owl-nav {
        display: none;
    }

    .video-gallery .item .wrapper {
        margin-left: 15px;
        margin-right: 15px;
    }
}
/*======== Video-Gallery ==============*/

.events {
    background-color: #121214;
}

    .events .ev-wrap {
        background-color: #fff;
        width: 100%;
        float: left;
    }

    .events .img-bx {
        display: inline-block;
        float: left;
        width: 33%;
        height: 263px;
        overflow: hidden;
    }

    .events .ev-wrap .content {
        padding: 20px 20px 20px 40px;
        position: relative;
        z-index: 2;
        border-radius: 0 0 5px 5px;
        width: 63%;
        display: inline-block;
        float: left;
    }

        .events .ev-wrap .content h5 {
            font-size: 17px;
            font-weight: 400;
            color: #707070;
        }

        .events .ev-wrap .content h3 {
            font-size: 30px;
            font-weight: 400;
            color: #141414;
            text-transform: uppercase;
        }

        .events .ev-wrap .content p {
            margin: 0;
        }

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

    .events .img-bx {
        margin: 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 735px) {


    .events .img-bx {
        width: auto;
    }

    .events .ev-wrap .content {
        width: auto;
        padding: 20px 20px 20px 20px;
    }
}
/*======== End Events ==============*/


/* ======= Footer style ======= */
.footer {
    position: relative;
    background: url(../img/footer-back.png) no-repeat;
    background-size: cover;
    background-position: center;
}

    .footer:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #000000db;
    }
    /* footer top */
    .footer .top {
        padding: 50px 0 0px 0;
        border: none;
        border-bottom: 1px solid rgba(255,255,255, 0.1);
    }

        .footer .top .item .logo {
            width: 130px;
            margin-bottom: 15px;
            position: relative;
        }

        .footer .top .item h2 {
            color: #fff;
            font-size: 30px;
            margin-bottom: 20px;
        }

        .footer .top .item h3 {
            color: #fff;
            font-size: 24px;
            text-transform: capitalize;
            position: relative;
        }

        .footer .top .item .addres {
            font-size: 17px;
            color: rgba(255, 255, 255, 0.6);
            position: relative;
            font-weight: 400;
        }

        .footer .top .item p,
        .footer .top .item p a {
            color: #fff !important;
            position: relative;
        }

        .footer .top .item .icon {
            margin-right: 10px;
            color: #FFF;
            float: left;
            position: relative;
        }

        .footer .top .item .phone {
            font-size: 16px;
            color: rgba(206, 224, 243, 0.6);
            position: relative;
            font-weight: 400;
        }

            .footer .top .item .phone a {
                color: #fff;
            }

        .footer .top .item .mail {
            font-size: 16px;
            font-weight: 400;
            line-height: 3em;
            color: #fff;
            position: relative;
            display: inline-block;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .footer .top .item .mail a {
                color: #fff;
            }
        /*.footer .top .item .mail:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255,255,255, 0.1);
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}*/
        /* newsletter */
        .footer .top .item .newsletter {
            position: relative;
            margin-top: 30px;
        }

            .footer .top .item .newsletter input {
                height: 60px;
                width: 100%;
                border: none;
                background: transparent;
                font-size: 17px;
                font-weight: 400;
                color: rgba(206, 224, 243, 0.6);
                outline: none;
                padding: 0 90px 0 20px;
                border: 1px solid rgba(255,255,255, 0.1);
                border-radius: 5px;
            }

            .footer .top .item .newsletter button {
                height: 50px;
                width: 50px;
                border: none;
                background: #007fd2;
                font-size: 15px;
                font-weight: 400;
                color: #fff;
                outline: none;
                padding: 0px 16px;
                cursor: pointer;
                display: inline-block;
                position: absolute;
                top: 5px;
                right: 5px;
                border-radius: 1px;
                line-height: 50px;
                outline: none;
                transform: rotate(0);
                -webkit-transition: all 0.7s linear;
                -o-transition: all 0.7s linear;
                transition: all 0.7s linear;
            }

            .footer .top .item .newsletter input::placeholder {
                color: rgba(206, 224, 243, 0.6);
            }

            .footer .top .item .newsletter:hover button {
                background: #007fd2;
                outline: none;
                /*    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);*/
                -webkit-transition: all 0.7s linear;
                -o-transition: all 0.7s linear;
                transition: all 0.7s linear;
                color: #FFF;
            }

            .footer .top .item .newsletter button[type="submit"] i {
                color: #fff;
            }

            .footer .top .item .newsletter:hover button[type="submit"] i {
                color: #FFF;
            }
        /* social icons */
        .footer .top .social-icons {
            margin-top: 20px;
        }

            .footer .top .social-icons li {
                display: inline-block;
                border: none;
                z-index: 1;
                position: relative;
                width: 40px;
                height: 40px;
                line-height: 36px;
                text-align: center;
                margin-right: 5px;
                -webkit-transition: all .4s;
                -o-transition: all .4s;
                transition: all .4s;
                border-radius: 100%;
                font-size: 15px;
                color: #fff;
                border: 1px solid rgba(255, 255, 255, 0.1);
                background: #007fd2;
            }

                .footer .top .social-icons li a {
                    color: #fff;
                }

            .footer .top .social-icons .list-inline {
                margin: 0;
            }

            .footer .top .social-icons li:hover {
                background: #007fd2;
                color: #fff;
                -webkit-transition: all .7s;
                -o-transition: all .7s;
                transition: all .7s;
            }
        /* links */
        .footer .top .links {
        }

            .footer .top .links ul {
                margin: 0;
                padding: 0;
            }

                .footer .top .links ul li {
                    margin-bottom: 10px;
                    font-size: 16px;
                    color: rgba(206, 224, 243, 0.6);
                    line-height: 24px;
                    display: table;
                }

                    .footer .top .links ul li a {
                        color: #fff;
                        position: relative;
                    }

                    .footer .top .links ul li:hover,
                    .footer .top .links ul li:hover a {
                        color: var(--theme-base-color);
                    }
    /* footer bottom */
    .footer .bottom {
        position: relative;
        display: block;
        padding: 5px 0;
        background: black;
    }

        .footer .bottom p {
            color: rgba(206, 224, 243, 0.6);
            font-size: 15px;
            margin: 10px;
        }

            .footer .bottom p a {
                background: linear-gradient(to bottom, rgba(255,255,255, 0.1) 0%, rgba(255,255,255, 0.1) 100%);
                background-position: 0 100%;
                background-repeat: repeat-x;
                background-size: 1px 1px;
                color: #fff;
                text-decoration: none;
                transition: background-size .2s;
                line-height: 1.75em;
            }

                .footer .bottom p a:hover {
                    color: #b98e44;
                }

/* ======= Button style ======= */
/* button 1 */
.button-1 {
    display: inline-block;
    height: auto;
    padding: 10px 10px;
    border: 1px solid #007fd2;
    border-radius: 1px;
    background-color: #007fd2;
    color: #ffffff;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    letter-spacing: 0.5px;
}

    .button-1:hover {
        border: 1px solid var(--theme-base-color);
        background-color: var(--theme-base-color);
        color: #fff;
        /*transform: translate3d(0px, -6px, 0.01px);*/
    }
/* button 2 */
.button-2 {
    display: inline-block;
    height: auto;
    padding: 12px 27px;
    border: 1px solid var(--theme-base-color);
    border-radius: 1px;
    background-color: var(--theme-base-color);
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

    .button-2:hover {
        border: 1px solid #fff;
        background-color: #fff;
        color: #141414;
    }
/* button 3 */
.button-3 {
    display: inline-block;
    height: auto;
    padding: 6px 27px;
    border: 1px solid #0b588a;
    border-radius: 4px;
    background-color: #007fd2;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

    .button-3 i {
        margin-right: 5px;
    }

    .button-3:hover {
        border: 1px solid #141414;
        background-color: #141414;
        color: #fff;
        /*transform: translate3d(0px, -6px, 0.01px);*/
    }

/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    /*  opacity: 0;
    visibility: hidden;*/
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background-color: var(--theme-base-color);
}

    .progress-wrap.active-progress {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    /*.progress-wrap::after {
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    content: '\f062';
    font-weight: 400;
    text-align: center;
    line-height: 55px;
    font-size: 17px;
    left: 0;
    top: 0;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}*/
    .progress-wrap svg path {
        fill: none;
    }

    .progress-wrap svg.progress-circle path {
        stroke: var(--theme-base-color);
        stroke-width: 2;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        transition: all 400ms linear;
    }

    .progress-wrap::after {
        color: #fff;
    }

    .progress-wrap svg.progress-circle path {
        stroke: var(--theme-base-color);
    }


/* ======= Overlay Effect Bg Image style ======= */
[data-overlay-dark] {
    position: relative;
}

    [data-overlay-dark] .container {
        position: relative;
        z-index: 2;
    }

    [data-overlay-dark]:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background: #000000c7;
    }

    /* [data-overlay-dark]:before {
        background: #000000c2;
    }*/

    [data-overlay-dark] h1,
    [data-overlay-dark] h2,
    [data-overlay-dark] h3,
    [data-overlay-dark] h4,
    [data-overlay-dark] h5,
    [data-overlay-dark] h6,
    [data-overlay-dark] span {
        color: #fff;
    }

    [data-overlay-dark] p {
        color: #707070;
    }

[data-overlay-dark="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before {
    opacity: 0.1;
}

[data-overlay-dark="2"]:before {
    opacity: 0.2;
}

[data-overlay-dark="3"]:before {
    opacity: 0.3;
}

[data-overlay-dark="4"]:before {
    opacity: 0.4;
}
/*[data-overlay-dark="5"]:before {
    opacity: 0.5;
}*/
[data-overlay-dark="6"]:before {
    opacity: 0.6;
}

[data-overlay-dark="7"]:before {
    opacity: 0.7;
}

[data-overlay-dark="8"]:before {
    opacity: 0.8;
}

[data-overlay-dark="9"]:before {
    opacity: 0.9;
}

[data-overlay-dark="10"]:before {
    opacity: 1;
}


/* ======= Responsive style ======= */
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1220px;
    }
}

@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }

    .contact .item {
        margin-bottom: 30px;
    }

        .contact .item .contents .title {
            font-size: 21px;
        }
}

.copy_xt p {
    text-align: end;
}

.copyright_txt {
    color: #fff !important;
}

.footer .links li i {
    margin-right: 5px;
    color: #007fd2;
}

.inner_bg {
    padding: 70px 0;
    background: #f2f2f2;
}

.summer a {
    font-size: 22px !important;
    filter: drop-shadow(2px 4px 6px black);
    text-transform: uppercase;
}

.summer {
    margin: 0 5px 15px !important;
}

.inner_bg .why-bx {
    text-align: center;
    margin-bottom: 0;
    box-shadow: 0 0 8px #00000014;
    margin-bottom: 15px;
}

 /*   .inner_bg .why-bx img {
        width: 60px !important;
        margin-bottom: 15px;
    }*/

    .inner_bg .why-bx a {
        color: #007fd2;
        padding: 4px;
      /*  width: 70%;*/
        font-weight: 500;
        display: flex;
        align-items: center;
        border: 1px solid #344a8a;
        margin: auto;
        text-align: center;
        justify-content: center;
    }

.gallery_pg .item {
    background: white;
    padding: 8px;
   /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #8080805c;
}

.gallery_pg p {
    text-align: center;
    padding-top: 10px;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
}

.date_div {
    text-align: center;
    font-size: 15px;
    padding: 10px 0 0;
   /* font-family: sans-serif;*/
    color: #000407c4;
}

.photo_gallery {
    text-align: center;
}

.video_div {
    margin-bottom: 5px;
    height: 210px;
}

    .video_div iframe {
        width: 100%;
        height: 100%;
    }

.country-details {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: rgba(17, 121, 239, 0.15) 0px 2px 5px 0px;
}

.content h3 {
    color: #000000;
    font-size: 20px;
}

ul.university_logo {
    display: flex;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
}

li.university_img {
    margin: 0 10px 15px;
    text-align: center;
    width: 12%;
}

.aicte {
    height: 140px;
    border-radius: 10px;
    box-shadow: 0 0 9px #00000026;
    padding: 6px;
    background: #fff;
    width: 140px;
    border: 2px dashed #007fd2;
}

.rti .why-bx {
    background: #fff;
    padding:8px 8px;
    /*border-left: 4px solid #007fd2;
    text-align: left;*/
}

    .rti .why-bx h5 {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .rti .why-bx p {
        font-size: 15px;
        color: #007fd2;
        font-weight: 500;
    }

.rti {
    padding-top: 30px;
}

.contact_icon {
    color: #fff;
    font-size: 19px;
}

.testimonial-area {
    position: relative;
    background-image: url('../img/testi-bg.png');
    background-position: center;
    background-size: cover;
}

    .testimonial-area:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #000000db;
    }

.blog-area {
    background: #e4e4e499;
}

.progress-wrap i {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding-top: 18px;
}

.enrollment_form {
    display: flex;
    justify-content: center;
    margin: auto;
}

@media(max-width:991px) {
    .service-area .service-area-cont p {
        text-align: justify;
    }

    .service-area .service-area-cont {
        margin-bottom: 32px;
    }

    .copy_xt p, .copyright_txt {
        text-align: center;
    }

    .banner-header .title {
        font-size: 35px;
    }

  

    ul.university_logo {
        padding-left: 0;
    }

    li.university_img {
        width: 42%;
    }

    .blog-page .item .content {
        padding: 25px;
    }
    .home_gallery{
        width:100%!important;
        height:100%!important;
    }
    .history_origin{
        padding-right:0!important;
    }
}


.form-group .blog-sidebar .widget {
    background: none;
    padding: 0px;
    box-shadow: none;
    margin-bottom: 0px;
}

.date-box {
    font-size: 13px;
    color: #ffffff;
    background-color: #007fd2;
    width: auto;
    text-align: center;
    font-weight: 600;
    padding: 10px 4px;
    border: 1px solid #e0e0e0;
}

.form-group .blog-sidebar .widget-title h6 {
    color: #141414;
    border-bottom: solid 1px #141414
}

.form-group .blog-sidebar .widget ul li a {
    color: #141414;
    /*font-family: 'Manrope', sans-serif;
    'Manrope', font-family: sans-serif;*/
    font-family: DM Sans, sans-serif;
    font-size: 15px;
    line-height: 24px;
}

span.txt-1 {
    font-size: 28px;
    line-height: 25px;
    padding: 0;
    font-weight: 700;
    border-bottom: none;
    color: #ffffff;
    margin-right: 5px;
}

span.year {
    font-size: 20px;
}

.form-group .blog-sidebar .widget .recent .thum {
    width: 80px;
}

.form-group .blog-sidebar .widget .recent a {
    margin-left: 100px;
}

li.tweet-item {
    margin-bottom: 10px;
    /* border-bottom: 1px dashed #287a2c; */
    float: left;
    width: 98%;
    padding: 10px 10px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}


.overflow {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 275px;
    margin-bottom: 10px;
}

.overflowlink {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 105px;
}

.style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 4px;
    background-color: #fefefe;
    cursor: pointer;
}

.style-2::-webkit-scrollbar {
    width: 6px;
    background-color: #fefefe;
    cursor: pointer;
}

.style-2::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #007fd2;
    cursor: pointer;
}

.nav-tabs {
    display: flex;
    justify-content: center;
    margin-left: 0;
    border-bottom: 0px;
}


.history_txt p{
    text-align:justify;
}
.vision_div{
    padding-top:30px;
    padding-bottom:30px;
}
.home_gallery {
    width: 100%;
    height: 250px;
    object-fit: cover;
}


/*.gallery-masonry-item-img-link,
.gallery-masonry-item-img-link img {
    width: 100% !important;
    display: block;
}
*/
.map {
    background: white;
    padding: 9px;
    box-shadow: rgba(17, 121, 239, 0.15) 0px 2px 5px 0px;
}
.international_img img {
    width: 100%;
    box-shadow: 0 0 24px 0 rgb(26 47 106 / 37%);
    border-radius: 17px;
}


.member_heading h3{
    text-align:center;
    padding-bottom:25px;
    text-transform:uppercase;
}
.row.member_heading {
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
}
.member_row .why-bx {
    padding: 15px 15px 15px!important;
}
.col-md-12.row.history_txtt {
    padding: 27px 10px 0;
    background: #ffffff;
    border-radius: 2px;
    box-shadow: rgba(99, 99, 99, 0.2) 1px 9px 13px 1px;
    
}
.hfvgf_tri {
    padding: 0 5px;
}

.product_img {
    width: 100%;
    height: 400px;
}
    .product_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 2px;
        box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
        margin: 0px;
    }
.history_scetion {
    padding: 90px 0;
    background: linear-gradient(45deg, #07070705, #526bff40);
}
.olympic_association {
    padding: 60px 0;
    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/diamond-eyes.png");
}
.history_origin{
    padding-right:50px;
}

.contact-section.home {
    padding: var(--space-0);
    background-image: url('../img/national_img.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
    .contact-section.home .contact-form {
        background: none;
        box-shadow: none;
        padding: var(--space-0);
    }
.national_div {
    padding: 50px 0px 50px 40px;
   /* text-align: justify;*/
}
@media only screen and (max-width: 991px) {
    .contact-section.home {
        background-image: none !important;
    }
    .national_div {
        padding: 50px 0px 50px 0px;
    }
    .col-md-12.row.history_txtt {
        display: flex;
        justify-content: center;
        margin: auto;
        padding: 27px 10px 20px;
    }
    .product_img img{
        margin-top:20px;
    }
}
@media(max-width:1400px){
    .navbar .navbar-nav .nav-link{
        font-size:15px;
        white-space:nowrap;
    }
}
@media (min-width: 991px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }
    .service-area .request-quote-form {
        margin-bottom: 20px;
    }
}
@media (max-width: 1450px) {
    .contact_btn {
        padding: 6px 12px !important; 
        font-size: 14px !important;
        white-space: nowrap !important;
        min-width: fit-content;
    }
    
    .navbar-right a {
        display: inline-block !important;
        width: auto !important;
    }
}
.players_form h5 {
    font-size: 21px;
    padding: 10px 0px 0px;
    margin-bottom: 20px;
}
.l1 {
    color: #000000;
    font-weight: 500;
}
.l1 span{
    color:red;
    display:none;
}




.schedule-grid {
    margin-bottom: 31px;
}

    .schedule-grid .inner-box {
        position: relative;
    }

    .schedule-grid .overlay-box .bg-box {
        width: 100%;
        padding: 0px;
        border-radius: 0px;
        transition: all 500ms ease;
        border: solid 1px #ccc;
        background: #fff;
    }

.image-box-inner {
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 5px;
}

    .image-box-inner img {
        height: 250px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        margin: auto;
    }

.schedule-grid .overlay-box .content-box {
    background: #fff;
    padding: 15px;
    height: 72px;
}

.schedule-grid .overlay-box h2 {
    font-size: 17px;
    color: #000;
    text-transform: capitalize;
    margin-top: 0px;
    padding-left: 0px;
    text-align: center;
    font-weight: 400;
}
.gallery_btn {
    display: inline-block;
    height: auto;
    padding: 5px 27px;
    border: 1px solid #0e659d;
    border-radius: 4px;
    background-color: #007fd2;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    width: 93%;
    margin-bottom: 5px;
}
.gallery_btn:hover{
    color:#fff;
}
p.contact_txtt {
    line-height: 22px;
}
.contact_formm {
    box-shadow: rgba(17, 121, 239, 0.15) 0px 2px 5px 0px;
}
    .contact_formm .cont {
        padding: 30px;
        background: #fff;
        border-radius: 0 0 5px 5px;
    }
@media screen and (max-width: 767px) {
    

    .bg-img {
       /* background-position: center center !important;*/
        background-size: 100% 100% !important;
    }
}
.contact_btn{
    margin-left:10px;
}
@media(max-width:991px){
    .contact_btn {
        margin: 0 25px 20px;
    }
    .news_row{
        display:flex;
        justify-content:center;
        margin:auto;
    }
}
.news_detail_pg {
    padding: 20px 0 40px;
    background: #f2f2f2;
}
/* Sabhi screen sizes ke liye ek hi font size */
.navbar .navbar-nav .nav-link {
    font-size: 17px !important; /* Jo size aapko 90% par pasand hai wahi rakhein */
    white-space: nowrap;
}

/* Is media query block ko ya toh hata dein ya isme se font-size delete kar dein */
@media (max-width: 1400px) {
    .navbar .navbar-nav .nav-link {
        /* font-size: 15px;  <-- Is line ko hata dein ya comment kar dein */
        white-space: nowrap;
    }
}

@media(max-width:991px){
    .article_div{
        margin-bottom:20px;
    }
    .service-area .request-quote-form {
        margin-bottom: 20px;
    }
    .national_woman_games{
        padding-top:0!important;
    }
    p.international_div{
        padding-bottom:10px;
    }
    .sports_img_div{
        margin-bottom:15px;
    }
}
.contact_img {
    padding-bottom:15px;
}
img.br-5.sports_heros_img {
    border: 1px solid #8080803d;
    box-shadow: rgba(17, 121, 239, 0.15) 0px 2px 5px 0px;
    border-radius: 10px;
}
.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)!important;
}
.facebook {
    background: #3b5998!important;
}
.youtube{
    background:red!important;
}