@import url('https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poor+Story&display=swap');

:root {
    --custom-color: #0372c1;
    --color: #149252;
    --bg-light: #ebfff5;
    --hover: #164f9ccc;
}

body {
    margin: 0;
    padding: 0;
}

img,
iframe,
video {
    max-width: 100%;
    vertical-align: middle;
}

a {
    outline: none;
    text-decoration: none;
    color: #555;
}

h4 {
    font-weight: 700;
    color: var(--custom-color);
}

.heading-font {
    font-family: 'Karla', sans-serif;
    font-size: 35px;
    font-weight: 700;
}

p {
    font-family: 'Karla', sans-serif;
}

.green-color{
    color: var(--color);
}

.blue-color {
    color: var(--custom-color);
}

/* hadder css start  */

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    gap: 5px;
    list-style: none;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    margin-top: 13px;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

.top-header {
    background-color: var(--custom-color);
}

header.sticky-top {
    background: #ededed;
}

.navbar a.nav-link {
    color: var(--custom-color);
    font-size: 18px;
    font-weight: 600;
    margin: 10px;
    position: relative;
    padding: 0 !important;
}

header a.nav-link:before {
    content: '';
    position: absolute;
    background: var(--color);
    width: 0;
    height: 3px;
    transition: 0.5s all ease-in-out;
    right: 0;
    margin: 0 auto;
    bottom: -5px;
}

.navbar a.nav-link:hover:before {
    width: 100%;
    right: auto;
    left: 0;
}

header .logo span {
    font-size: 25px;
    font-weight: 700;
    color: var(--custom-color);
}

li.nav-item.dropdown:hover ul.dropdown-menu {
    display: block;
}

ul.dropdown-menu {
    padding: 0;
    margin-bottom: 15px;
    z-index: 999999999;
}

a.dropdown-item {
    border-bottom: 1px solid var(--color);
    padding: 7px 15px;
    background: var(--custom-color);
    color: #fff;
    font-weight: 700;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--color);
}


.logo .navbar-brand p {
    color: var(--color);
    line-height: 1.1;
}

header a.navbar-brand img {
    width: 100%;
}

.heading h2 {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color);
}

.heading h2:before {
    content: '';
    background: var(--custom-color);
    width: 100px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

/* .top-header {
    background-color: var(--custom-color);
}

header {
    position: relative;
    width: 100%;
}

.logo img {
    width: 70%;
}
.logo {
    float: left;
    width: 22%;
}

.logo a {
    color: var(--custom-color);
}

nav {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu {
    font-family: sans-serif;
 
    width: 100%;
    height: 46px;
    z-index: 99999;
}

#cssmenu>ul>li {
    float: left
}

#cssmenu>ul>li>a {
    padding: 17px;
    font-size: 14px;
    text-decoration: none;
    color: var(--custom-color);
    font-weight: 700;
}

#cssmenu>ul>li:hover>a,
#cssmenu ul li.active a {
    color: #fff
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    background: var(--custom-color) !important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 30px
}

#cssmenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background:  var(--custom-color);
    content: ''
}

#cssmenu>ul>li.has-sub>a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: var(--custom-color);
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: var(--custom-color);
    transition: all .25s ease
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover>ul {
    left: auto
}

#cssmenu li:hover>ul>li {
    height: 35px
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    border-bottom: 1px solid var(--custom-color);
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #ddd;
    font-weight: 400;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #fff
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: var(--custom-color);
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid var(--custom-color);
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid var(--custom-color);
}

@media screen and (max-width:1000px) {
    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        text-align: center;
        padding: 10px 0 0 0;
        float: none
    }

    .logo2 {
        display: none
    }

    nav {
        width: 100%;
    }

    #cssmenu {
        width: 100%
    }

    #cssmenu ul {
        width: 100%;
        display: none
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid var(--custom-color);
    }

    #cssmenu ul li:hover {
        background: var(--custom-color);
    }

    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }

    #cssmenu>ul>li {
        float: none
    }

    #cssmenu ul ul li a {
        padding-left: 25px
    }

    #cssmenu ul ul li {
        background: var(--custom-color) !important;
    }

    #cssmenu ul ul li:hover {
        background: var(--custom-color) !important;
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px
    }

    #cssmenu ul ul li a {
        color: #ddd;
        background: none
    }

    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #fff
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none
    }

    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }

    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;
    }

    .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: ''
    }

    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #ddd;
        content: ''
    }

    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .button.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid var(--custom-color);
        height: 46px;
        width: 46px;
        cursor: pointer
    }

    #cssmenu .submenu-button.submenu-opened {
        background: var(--custom-color);
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: white;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: var(--custom-color);
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu ul ul ul li.active a {
        border-left: none
    }

    #cssmenu>ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }
} */


/* hedder css end  */

/* banner css start */

.banner .item {
    height: 110vh;
    position: relative;
}

.banner .item img {
    width: 100%;
    height: 70%;
    object-fit: cover;
}

.banner .item .cover {
    padding: 0 0;
    position: absolute;
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 20%);
    display: flex;
    align-items: center;
}

.banner .item .cover .header-content {
    position: relative;
    padding: 25px 50px;
    overflow: hidden;
}

.banner .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.banner .item .cover .header-content h2 {
    font-weight: 400;
    font-size: 35px;
    color: #fff;
}

.banner .item .cover .header-content h1 {
    font-size: 38px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
}

.banner .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
}

.banner .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.banner .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.banner .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.banner .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.banner .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.banner .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

.banner .owl-nav .owl-prev:focus {
    outline: 0;
}

.banner .owl-nav .owl-prev:hover {
    background: #000 !important;
}

.banner .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.banner .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

.banner .owl-nav .owl-next:focus {
    outline: 0;
}

.banner .owl-nav .owl-next:hover {
    background: #000 !important;
}

.banner:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.banner:hover .owl-next {
    right: 0px;
    opacity: 1;
}



.col-md-6.justify-content-end.frq {
    position: absolute;
}

.col-md-6.justify-content-end.frq {
    position: relative;
    top: 70px;
    right: -119px;
    background: #cececed4;
    display: block;
}

/* banner css end  */


/* about us heding css :start */

.abouttt {
    position: relative;
    height: 140px;
}

.abouttt h2 {
    color: #fff;
    font-size: 7em;
    position: absolute;
    transform: translate(70%, -20%);
}

.abouttt .tt {
    color: #fff;
    font-size: 7em;
    position: absolute;
    transform: translate(55%, -20%);
}

.abouttt .ttt {
    color: #fff;
    font-size: 7em;
    position: absolute;
    transform: translate(53%, -20%);
}

.abouttt h2:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 2px var(--custom-color);
}


.abouttt h2:nth-child(2) {
    color: var(--custom-color);
    animation: animate 4s ease-in-out infinite;
}

@keyframes animate {

    0%,
    100% {
        clip-path: polygon(0% 45%,
                16% 44%,
                33% 50%,
                54% 60%,
                70% 61%,
                84% 59%,
                100% 52%,
                100% 100%,
                0% 100%);
    }

    50% {
        clip-path: polygon(0% 60%,
                15% 65%,
                34% 66%,
                51% 62%,
                67% 50%,
                84% 45%,
                100% 46%,
                100% 100%,
                0% 100%);
    }
}


/* 2 color css start  */

.phototext {
    position: relative;
    height: 170px;
}

.phototext h2 {
    color: #fff;
    font-size: 7em;
    position: absolute;
    transform: translate(70%, -20%);
}

.phototext .tt {
    color: #fff;
    font-size: 7em;
    position: absolute;
    transform: translate(12%, -20%);
}
.phototext h2:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 2px white;
}


.phototext h2:nth-child(2) {
    color: var(--custom-color);
    animation: animate 4s ease-in-out infinite;
}

@keyframes animate {

    0%,
    100% {
        clip-path: polygon(0% 45%,
                16% 44%,
                33% 50%,
                54% 60%,
                70% 61%,
                84% 59%,
                100% 52%,
                100% 100%,
                0% 100%);
    }

    50% {
        clip-path: polygon(0% 60%,
                15% 65%,
                34% 66%,
                51% 62%,
                67% 50%,
                84% 45%,
                100% 46%,
                100% 100%,
                0% 100%);
    }
}

/* 2 color css end  */

/* about us heding css :end */


/* about css slider css :start */

.con {
    font-size: 35px;
    font-weight: 700;
    color: var(--custom-color);
}

section.counter {
    margin-top: -145px;
}

/* about css slider css end  */

/* button css start  */

.btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    min-width: 150px;
}

.btn span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: 0.3s;
}


/*--- btn-3 ---*/
.btn-3 {
    padding: 5px;
}

.btn-3 span {
    color: rgb(255, 255, 255);
    background-color: var(--custom-color);
}

.btn-3::before,
.btn-3::after {
    background: transparent;
    z-index: 2;
}


/* 12. hover-border-2 */
.btn.hover-border-2::before,
.btn.hover-border-2::after {
    width: 10%;
    height: 25%;
    transition: 0.35s;
}

.btn.hover-border-2::before {
    bottom: 0;
    left: 0;
    border-left: 2px solid var(--color);
    border-bottom: 2px solid var(--color);
}

.btn.hover-border-2::after {
    top: 0;
    right: 0;
    border-right: 2px solid var(--color);
    border-top: 2px solid var(--color);
}

.btn.hover-border-2:hover::before,
.btn.hover-border-2:hover::after {
    width: 99%;
    height: 99%;
}

/* button css end  */

/* marq css start  */

.marq {
    padding: 150px 0;
    background: #404040d6 url(../images/banner/banner-4.jpg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.marquee {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;

    span {
        text-transform: uppercase;
        will-change: transform;
        transform: translateX(0);
        white-space: nowrap;
        animation: marquee 80s linear infinite;
        /* font-size: 150px; */
        font-family: "Bebas Neue", Sans-serif;
        font-size: 124px;
        font-weight: 400;
        font-family: 'Gravitas One', Helvetica, Arial, sans-serif;
        font-weight: 900;
        color: #98C9FF;
    }
}

.marquee span {

    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
    text-shadow: none;
    -webkit-text-stroke-color: #FAFFFFE8;
}

/* marq css end  */

.accordion-button::after {
    right: 30px;
}

.accordion-button:not(.collapsed) {
    background-color: #61d399;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

button.accordion-button.collapsed {
    color: var(--color);
    font-size: 18px;
    font-weight: 500;
}

.accordion-button:focus {
    z-index: 0;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.partnerimg {
    padding: 15px;
    box-shadow: 5px 5px 20px #d9d9d9;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: 0.5s;
}

.partnerimg:hover {
    transition: 0.5s;
    transform: translate(5px, 5px);
}

/* services css start  */

.gall img {
    width: 100%;
    height: 350px;
    border: 4px solid white;
    transition: .5s;
}

.gall img:hover {
    transform: translateY(-10px);
}

.archivement img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.ser .card img {
    width: 100%;
    height: 150px;
}

/* services css end  */

section.vi {
    position: relative;
}

.video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #01152282; */
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    top: 0;
    right: 0;
}

.relitev-text {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    right: 0;
    top: 20%;
    text-align: center;
    color: white;
}

.relitev-text.remed {
    position: absolute;
    width: 100%;
    height: auto;
    content: '';
    right: auto;
    top: auto;
    text-align: center;
    color: white;
    bottom: 0;
}

h3.potrl {
    font-size: 13px;
    font-weight: 600;
    color: #FFFF00;
}

.hybrid{
    font-size: 15px;
}
h6 .hybrid {
    font-size: 11px;
}

p.text-success.boldd {
    font-size: 20px;
    font-weight: 600;
}

/* photo css start  */

.photo1 {
    padding: 50px 0;
    background: #000000bd url(../images/banner/banner-5.jpg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gall img {
    width: 100% !important;
    height: 350px !important;
    object-fit: cover !important;
}

.fontt p {
    font-size: 27px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 0 20px #000;
}


/* photo css end  */


/* counter css strat */


.counter-sc {
    background-color: var(--bg-light);
    padding: 50px 0;
}

#counter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #aedcfe;
    /* padding: 70px 0px; */
    width: 100%;
    flex-wrap: wrap;
}

/* .servc #counter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    padding: 70px 0px;
    width: 100%;
    flex-wrap: wrap;
} */

#counter .item {
    padding: 20px 25px;
  
}

h3.topp i {
    position: absolute;
}

h3.topp i {
    position: relative;
    top: -50px;
    right: -16px;
    font-size: 24px;
    color: #149252;
    display: block;
}

#counter .item .count {
    color: #149252;
    margin-bottom: 5px;
    font-size: 50px;
    font-weight: 700;
}

#counter .item h3 {
    color: #4f4e28;
    text-transform: capitalize;
}

#counter .bg {
    font-size: 26px;
    background: var(--color);
    color: #fff;
    padding: 30px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


/* counter css end */




.serr {
    padding: 150px 0;
    background: url(../images/banner/banner-4.jpg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sebanner {
    padding: 150px 0;
    background: url(../images/banner/eraction-bannr.jpeg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sebanner-1 {
    padding: 150px 0;
    background: url(../images/banner/ground-baner.jpeg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sebanner-2 {
    padding: 150px 0;
    background: url(../images/banner/rooftp-bner.jpg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sebanner-3 {
    padding: 150px 0;
    background: url(../images/banner/carport.jpg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.opratbnr {
    padding: 150px 0;
    background: url(../images/banner/opertmntbnr.jpg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sebanner-4 {
    padding: 150px 0;
    background: url(../images/banner/civilbaner.jpeg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.windbne {
    padding: 150px 0;
    background: url(../images/banner/windbnr.jpg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.csr {
    padding: 150px 0;
    background: url(../images/banner/csr.jpg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.svg {
    padding: 150px 0;
    background: url(../images/banner/svg-banner.jpg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.pss {
    padding: 150px 0;
    background: url(../images/banner/pss-banner.jpg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cen {
    margin-top: 100px;
    margin-bottom: 100px;
}

/* footer css start  */

.foot {
    padding: 50px 0;
    background: #e2e2e2;
}

.diss-1 {
    display: flex;
    gap: 15px;
    align-items: center;
}

.faab {
    color: var(--color);
    transition: .5s;
}

.faab:hover {
    transform: translateY(-10px);
}

.foo h4 {
    background: white;
    padding: 5px 11px 9px 11px;
    display: inline-block;
    border-radius: 5px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-unstyled li a {
    text-decoration: none;
    color: black;
    transition: .5s;
}

.list-unstyled li a:hover {
    margin-left: 10px;
}

.dissss {
    display: flex;
    gap: 45px;
}

.dissss a {
    color: black;
    text-decoration: none;
}


/* footer css end  */

/* logoslaider css start  */

.wrapper {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.carouselll, .archigal .wrapper {
    width: 90%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
    /* border: 2px solid #fff; */
    background-color: #fff;
    padding: 10px;
}

.wrapper .slick-dots li button:before {
    font-size: 15px;
    color: black !important;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 23px;
    right: 0px;
    line-height: 1;
    opacity: .75;
    color: black !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-initialized .slick-slide {
    display: block;
    filter: drop-shadow(2px 4px 6px #d9d9d9);
}

h2.ourr {
    background: #0372c1;
    display: inline-block;
    padding: 5px 30px 5px 30px;
    color: white;
}

p.pera {
    font-size: 15px;
    margin-bottom: 30px;
}

/* logoslaider css end  */



.inputt {
    background: #dddddd;
    padding: 35px;
    box-shadow: 2px 5px 10px;
}





.sticky-social {
    position: fixed;
    top: 200px;
    left: -35px;
    padding: 0px;
    margin: 0px;
    z-index: 9999;
    transition: .5s;
}

.social {
    list-style: none;
}

.social li {
    padding: 4px 24px;
    font-size: 26px;
    transition: all 0.8s ease-in-out;
}

.social li i {
    padding: 10px 0px;
    font-size: 26px;
    position: relative;
    margin: 10px 0px;
    right: 10px;
    top: -10px;
    transition: all 0.8s ease-in-out;
}

.social li a {
    color: #fff;
}

.social li:hover {
    margin-right: -15px;
    box-shadow: 2px 5px 10px grey;
}

.social li:hover .fa {
    margin-left: 20px;
}


.fa {
    color: #fff;
    transition: all 0.8s ease-in-out;
}

.fb {
    background-color: #3C5A98;
}

.whats {
    background-color: #18e43a;
}

/* sticky social icon css end */

.sltfl {
    padding: 100px 0 50px;
}
.milestone li, ::marker {
    font-size: 20px;
}
.milestone li {
    padding-bottom: 5px;
}

ul.milestone {
    padding-top: 10px;
}

.addrs {
    background: var(--bg-light);
    padding: 30px;
    position: relative;
    text-align: center;
    height: 160px;
}

.milestone li span.text-dark.fs-6.text-decoration.pt-2 {
    font-size: 16px !important;
    font-weight: 500;
}
.addrs span.ico-box {
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    background: var(--color);
    width: 50px;
    margin: auto;
    border-radius: 50%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.addrs span.ico-box i {
    padding: 0;
    font-size: 25px;
    width: auto;
    color: #fff;
}

.addrs label {
    display: block;
    padding: 10px 0;
    margin: 0;
    font-size: 22px;
    color: var(--custom-color);
    text-transform: uppercase;
    font-weight: 700;
}

.addrs span.jhg {
    font-weight: 600;
    /* color: #fff; */
}

section.badcrm {
    background: var(--custom-color);
    padding: 80px 0;
}

.tithd p {
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.organogram-page .card-body {
    padding: 10px;
    background: var(--custom-color);
    color: #fff;
    text-align: center;
}

.organogram-page .card-body h4 {
    font-weight: 700;
    color: #fff;
}

.organogram-page .card-body .tog a {
    background-color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 600;
}

/* responsive css */


@media (max-width:1024px) {
    .abouttt h2 {
        font-size: 7em;
        transform: translate(50%, -20%);
    }

    .abouttt .tt {
        font-size: 7em;
        transform: translate(30%, -20%);
    }

    .phototext .tt {
        font-size: 7em;
        transform: translate(20%, -20%);
    }

    .abouttt .ttt {
        font-size: 7em;
        transform: translate(40%, -20%);
    }

    .navbar a.nav-link {
        color: var(--custom-color);
        font-size: 15px;
        font-weight: 600;
        margin: 8px;
        position: relative;
        padding: 0 !important;
    }


}


@media (max-width:991px) {
    .navbar-toggler .fa-bars:before {
        font-family: 'Font Awesome 5 Pro';
        font-style: normal;
        color: #fff;
        font-size: 30px;
        margin-left: -13px;
        /* margin-top: -13px; */
    }

    header .logo span {
        padding-left: 0px;
    }

    .navbar {
        justify-content: end;
        position: relative;
    }

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

    .navbar-toggler {
        background-color: var(--color) !important;
    }

    .navbar-toggler-icon {
        width: auto;
        height: auto;
    }

    div#hedmenu {
        position: absolute;
        z-index: 99;
        right: 0px;
        top: 64px;
        background: var(--custom-color);
        width: 320px;
        padding: 15px;
        border-radius: 5px;
        overflow: scroll;
    }

    .navbar a.nav-link:hover {
        color: #fff;
        background-color: var(--color);
    }

    .navbar a.nav-link {
        background: #fff;
        color: var(--custom-color);
        font-size: 18px;
        font-weight: 600;
        margin-right: 0;
        display: inline-block;
        padding: 6px 26px !important;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .abtvt .row {
        overflow: hidden;
    }

    .heading {
        padding-bottom: 1.5rem !important;
    }

    .py-5 {
        padding: 1.5rem 0 !important;
    }

    .sevsec,
    .map,
    footer {
        padding: 40px 0;
    }

    .sevsec .card {
        margin-bottom: 20px;
    }

    .textmon .item {
        width: 100%;
    }

    iframe {
        padding-top: 30px;
    }

    footer .col-md-3:not(:last-child) {
        padding-bottom: 20px;
    }

    .sltfl {
        padding: 50px 0 0;
    }

    .addrs {
        margin-bottom: 50px;
    }

}

@media (max-width: 768px) {

    .top-header {
        background-color: var(--custom-color);

    }

    .abouttt h2 {
        font-size: 5em;
        transform: translate(9%, 0%);
    }

    .abouttt .tt {
        font-size: 60px;
        transform: translate(8%, 0%);
    }

    .phototext .tt {
        font-size: 56px;
        transform: translate(7%, 0%);
    }

    .abouttt .ttt {
        font-size: 4em;
        transform: translate(13%, 0%);
    }

    .foot img {
        width: 60%;
    }

    h3.potrl {
        font-size: 24px;
        font-weight: 700;
        padding: 0;
        color: #FFFF00;
        margin: -24px;
    }

    .relitev-text h3 {
        font-size: 20px;
    }

    .relitev-text {
        top: 7%;
    }

    .relitev-text h6 {
        font-size: 11px;
        margin-top: 10px;
    }

    .slick-dots {
        position: absolute;
        bottom: -45px;
        display: none !important;
        width: 100%;
        padding: 0;
        list-style: none;
        text-align: center;
    }

}

@media (max-width: 425px) {
    .top-header {
        background-color: var(--custom-color);

    }

    .banner .item img {
        width: 100%;
        height: 90%;
        object-fit: cover;
    }

    .banner .item .cover {
        padding: 0px 0;
        width: 100%;
        height: 90%;
    }

    .banner .item .cover .header-content .line {
        width: 100%;
        height: 90%;
        left: 0;
        top: 30px;
        border: 5px solid #fff;

    }


    .banner .item .cover .header-content h2 {
        font-weight: 300;
        font-size: 20px;
    }

    .banner .item .cover .header-content h1 {
        font-size: 25px;
    }
    section.counter {
    margin-top: 0;
}

    .banner .item .cover .header-content h4 {
        font-size: 16px;
    }

    .marq {
        padding: 90px 0;
        background: #404040d6 url(../images/banner/banner-4.jpg);
        background-blend-mode: multiply;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .marquee span {
        font-size: 44px;
    }

    .logo img {
        width: 65% !important;
        margin-top: 10px;
    }

    .button {
        width: 56px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 10px;
        border-radius: 3px;
        background: #149252;
        cursor: pointer;
        z-index: 12399994;
    }

    ul.open {
        background: #e5e5e5;
        padding: 10px;
        top: 16px;
    }
}

.boxx {
    background-color: var(--custom-color);
    width: 100%;
    height: 190px;
    transition: .5s;
    cursor: pointer;
    padding: 0 10px;
}

.boxx:hover {
    transform: translateY(-10px);
}

.boxx a {
    text-align: center;
}

.boxx a {
    text-align: center;
}

/* faq css start */

.boxaccordion .wrapper {
    background-color: #0372c1c4;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
    position: relative;
    z-index: 999;
}

.boxaccordion .wrapper:nth-child(even) {
    background-color: #f9b862bf;
}

.boxaccordion .wrapper:nth-child(even)>.toggle,
.boxaccordion .wrapper:nth-child(even)>.content {
    color: #000 !important;
    font-weight: 700;
}

.boxaccordion .toggle {
    width: 100%;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 0;
}

.boxaccordion .content {
    position: relative;
    font-size: 14px;
    text-align: justify;
    line-height: 30px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    color: #fff;
}

.boxaccordion .toggle i {
    background: var(--color);
    padding: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* faq css end */

.worldmap {
    background: var(--hover) url(../images/banner/india.jpeg);
    padding: 50px 0 40px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.tog.more a.more {
    display: none !important;
}

.tog p {
    display: none;
}

.tog.more p {
    display: block !important;
}

span.grnclr {
    color: var(--color);
    font-weight: 700;
    font-size: 40px;
    text-shadow: -1px -1px 3px black;
}

.sebanner-1 h2 {
    text-shadow: 0 0 3px black;
}
span.bluclr {
    color: var(--custom-color);
    font-size: 40px;
    font-weight: 700;
}

.galtxt {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 90%;
    display: flex;
    text-transform: capitalize;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background: #0000007a;
    border: 2px solid var(--color);
    opacity: 0;
    transition: 1s;
}

.gront:hover .galtxt {
    opacity: 1;
    transition: 1s;
}

h3.topp.sec i {
    right: -40px;
    top: -60px;
}

h3.topp.sec3 i {
    right: -55px;
    top: -65px;
}

h3.topp.sec4 i {
    right: -55px;
    top: -70px;
}

.teamm {
    width: 200px;
    height: 200px;
    overflow: hidden;
    box-shadow: 3px 4px 10px #9e9e9e;
    border-radius: 50%;
}

section.counter.servc .item {
    width: 24%;
}

.bord {
    border: 2px solid green;
    padding: 0;
    height: 324px;
}

#chartdiv {
    width: 100%;
    height: 500px;
}

@media (max-width:991px) {
    section.counter.servc .item {
        width: auto;
    }
}

@media (max-width:767px) {
    section.counter.servc .item {
        width: 100%;
    }
}



a[title="Interactive JavaScript maps"] {
    display: none !important;
}

.main {
    .container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem;
        justify-content: center;
        align-items: center;
    }

    .card {
        background: #ffffff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
        color: #333333;
        border-radius: 2px;

        &-image {
            background: #ffffff;
            display: block;
            padding-top: 70%;
            position: relative;
            width: 100%;

            img {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
}

.archiv img {
    height: auto !important;
    width: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 600px) {
    .main {
        .container {
            display: grid;
            grid-template-columns: 1fr;
            grid-gap: 1rem;
        }
    }
    
    p.text-centers {
    font-size: 24px;
    text-align: center;
}
}

.videopay video {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.vi .relitev-text img {
    width: 50%;
}

.footer-bottom {
    background-color: var(--custom-color);
}

.ser .row a h5 {
    /* font-size: 17px; */
    color: var(--color);
    font-weight: 700;
}

.bordd .row {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    background: #fff;
    padding: 15px;
    border-radius: 8px;
}

.gront img {
    width: 100%;
    height: 250px;
    border: 1px solid var(--color);
    object-fit: cover;
}

.archigal {
    background-color: var(--bg-light);
}

.archigal .abouttt {
    position: relative;
    height: 60px;
}

.archigal .abouttt .tt {
    font-size: 3em;
    transform: translate(0%, 0%);
    left: 0;
    right: 0;
    text-align: center;
}

.our-work .card-image a p {
    position: absolute;
    background: var(--custom-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    bottom: 40px;
    right: 0;
}

.faqs {
    padding: 150px 0;
    background: url(../images/faq.jpg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bordd h4.heading-font {
    font-size: 30px;
}

.serr.contus {
    padding: 150px 0;
    background: url(../images/contaus-bg.jpg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.relitev-text h3.potrl {
    font-size: 50px;
    font-weight: 700;
    line-height: 2.5;
    color: var(--color);
}

.serr h2, .sebanner h2, .sebanner-1 h2, .sebanner-2 h2, .sebanner-3 h2, .sebanner-4 h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 3px black;
}
.relitev-text.remed .fknfk h3.potrl {
    position: absolute;
    bottom: 230px;
    left: 70px;
}

.relitev-text.remed .col-md-4.fknfk img {
    position: absolute;
    bottom: 150px;
    right: 73px;
}

.epcban {
    padding: 150px 0;
    background: url(../images/banner/epcbanner.jpg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.homvid h3.potrl {
    font-size: 13px;
    font-weight: 600;
    color: #FFFF00;
}

.homprj .carouselllnkk.slick-initialized.slick-slider {
    margin: 0;
}

.our-work .main .card-image a img {
    height: 200px;
    object-fit: cover;
    min-height: 200px;
    max-height: 200px;
}

.our-work .main .card {
    height: 270px;
    justify-content: space-evenly;
}

li.breadcrumb-item.active:before {
    position: relative;
}

.breadcrumb {
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
}

nav.badcrm {
    z-index: 99999999;
    position: relative;
}

ol.breadcrumb {
    /* background: transparent; */
    display: inline-flex;
}