:root {
    --custom-color: #4472c7;
    --color: #4472c7;
    --bg-light: #b3c6e7;
    --hover: #ec2a9d;
}

/* #2fb36f */

/* #37b67545 */

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);
}

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-right: 10px;
    border-radius: 5px;
}

.navbar a.nav-link:hover {
    background: var(--color);
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
}

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

li.nav-item.make a {
    background: var(--color);
    border-radius: 5px;
    color: #fff;
    text-transform: capitalize;
}

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

.serdp ul.dropdown-menu {
    overflow-y: scroll;
    height: 450px;
}

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

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

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

.time p {
    margin: 0;
    color: white;
    font-weight: 600;
}

footer .time p {
    color: var(--color) !important;
    font-weight: 700;
}

header a.navbar-brand img {
    width: 80px;
}

.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;
}

/* banner slide css start */


.slick-slide {
    outline: none !important;
}

.slick-slider {
    user-select: text;
}

/*==============================================================
	CTA style start
==============================================================*/
/* .cta-btn{} */
.cta-btn .cta-link {
    position: relative;
    display: inline-block;
    background: var(--custom-color);
    color: #fff;
    font-size: 15px;
    min-width: 220px;
    text-align: center;
    letter-spacing: 0.050em;
    ;
    line-height: 18px;
    font-weight: 400;
    padding: 15px 30px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Fugaz One', cursive;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cta-btn .cta-link.cta-block {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.cta-btn .cta-link i {
    margin-right: 5px;
}

.cta-btn .cta-link:hover {
    background: var(--hover);
    color: #d2d6ef;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 33, 71, .4);
    -moz-box-shadow: 0px 5px 20px rgba(0, 33, 71, .4);
    box-shadow: 0px 5px 20px rgba(0, 33, 71, .4);
}

/*==============================================================
	CTA style end
==============================================================*/
/*==============================================================
	banner Style start
==============================================================*/
.banner-wrap {
    height: auto;
    position: relative;
    overflow: hidden;
}

.shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.shape svg {
    width: 100%;
}

.banner-slider {
    height: 100%;
}

.banner-slider>.banner-slide {
    display: none;
}

.banner-slider>.banner-slide:first-child {
    display: block;
}

.slick-initialized .banner-slide {
    position: relative;
    height: 550px;
    padding-bottom: 100px;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center;
}

.banner-slider .slick-arrow {
    position: absolute;
    right: 25px;
    bottom: 50px;
    font-size: 0;
    background: #ffffff;
    border: 0;
    width: 50px;
    height: 50px;
    z-index: 12;
    cursor: pointer;
    border-radius: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}

.banner-slider .slick-arrow:before {
    font-family: "boxicons";
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    color: rgba(0, 33, 71, 1);
}

.banner-slider .slick-arrow.slick-prev {
    right: 95px;
}

.banner-slider .slick-arrow.slick-prev:before {
    content: "\ea9b";
}

.banner-slider .slick-arrow.slick-next {
    right: 25px;
}

.banner-slider .slick-arrow.slick-next:before {
    content: "\eb1c";
}

.hero-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.banner-wrap .container {
    position: relative;
    z-index: 12;
}

.hero-overlay {
    background: #081c2d9c;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
}

.hero-content {
    color: #ffffff;
}

.hero-content p {
    font-size: 20px;
    line-height: 32px;
    max-width: 600px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.010em;
}

.blog-detail-banner .hero-content {
    max-width: 900px;
}

.blog-detail-banner .hero-content h1 {
    font-size: 53px;
}

.hero-content h3 {
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 12px;
    margin-left: 6px;
}

.hero-content h1 {
    font-size: 63px;
    line-height: 1.333;
    margin-bottom: 18px;
    color: #e6e8f6;
    font-weight: 400;
    max-width: 760px;
    font-family: 'Fugaz One', cursive;
}

.hero-content .cta-btn {
    padding-top: 30px;
}

.hero-content .cta-btn .cta-link.cta-outline-white:hover {
    background: #ffffff;
    color: rgba(0, 33, 71, 1);
}

/*==============================================================
	banner Style end
==============================================================*/

/* banner slide css start */

.abtvt {
    /* background: linear-gradient(0deg, #12742ead, transparent); */
    background-color: var(--bg-light);
    padding: 40px 0 80px;
}

.abtvt .abtimg img {
    max-height: 450px;
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.abtvt .abtimg img:hover {
    transform: scale(0.9);
    min-height: 100%;
}

.rdbtn {
    background-color: var(--color) !important;
    color: #fff;
}

.rdbtn:hover {
    background: var(--custom-color) !important;
    color: #fff;
}

/* .sevsec .card:hover {
    transform: translateY(10px);
    transition: all 0.5s;
} */

.sevsec .card {
    transition: all 0.5s;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.card img {
    height: 300px;
    object-fit: cover;
}

.galimg {
    overflow: hidden;
    border: 1px solid var(--color);
}

.galimg img {
    width: 100%;
    transition: all 0.5s;
}

.galimg img:hover {
    transform: scale(1.2);
    transition: all 0.5s;
}

.textmon {
    /* background-color: var(--bg-light); */
    padding: 50px 0;
    background: rgba(9, 9, 9, 0.9) url(../images/banner/background.jpg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fa-star:before {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
}

section.map {
    padding: 80px 0;
    background: #ededed;
}

.map .cntfrm label {
    /* font-size: 20px;
    font-weight: 600;
    color: #fff; */
    padding-bottom: 8px;
}

.btn {
    border: none;
    /* display: block; */
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    background-color: var(--custom-color);
    padding: 10px 30px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);
}

.btn span {
    position: relative;
    z-index: 1;
    color: #fff;
}

.btn:hover span {
    color: #000;
}

.btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 490%;
    width: 140%;
    background: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.btn:hover:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.tmon-img img {
    width: 70px !important;
    border-radius: 50%;
    margin: auto;
}

.textmon .item {
    /* width: 50%; */
    margin: auto;
    /* background: var(--bg-light); */
    background-color: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
}

.galimg img {
    min-height: 350px;
    max-height: 350px;
    object-fit: cover;
}

.social-icon i {
    font-size: 22px;
    padding: 10px;
    background: var(--custom-color);
    color: #fff;
    border-radius: 50%;
}

.social-icon i:hover {
    background: #fff;
    color: var(--custom-color);
}

footer {
    padding: 80px 0 50px;
    background-color: var(--bg-light);
}

footer .logo img {
    width: 130px;
}

footer .useful-link a {
    color: var(--color);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.5s;
    display: inline-block;
    padding: 5px 0 0;
}

footer h4 {
    color: var(--color);
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 20px;
}

footer .useful-link a:hover {
    color: #fff;
    padding-left: 15px;
    transition: all 0.5s;
}

i.far.fa-angle-double-right {
    color: #fff !important;
    padding-right: 10px;
}

.address .list-unstyled a {
    color: var(--color);
    text-decoration: none;
    padding: 5px 0;
    display: flex;
    font-weight: 600;
    align-items: center;
}

.address .list-unstyled p {
    margin: 0;
}

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

/* sticky social icon css start */

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

.social {
    list-style: none;
}

.social li {
    padding: 10px 10px;
    font-size: 25px;
    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;
}

.twitter {
    background-color: #1EA1F2;
}

.insta {
    background-color: #DC4F42;
}

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

.vim {
    background-color: #59BFBE;
}


/* sticky social icon css end */

.sltfl {
    padding: 100px 0 50px;
}

.abtcnt h3 {
    color: var(--color) !important;
}

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

.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: var(--color);
}

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

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


/* responsive css */

@media (max-width: 1199px) {
    .slick-initialized .banner-slide {
        height: 400px;
    }

    .logo .navbar-brand p {
        font-size: 16px !important;
    }

    .navbar a.nav-link {
        margin-right: 0;
    }

    .addrs span.jhg {
        word-wrap: break-word;
    }
}

@media (max-width:991px) {
    .navbar-toggler .fa-bars:before {
        font-family: 'Font Awesome 5 Pro';
        font-style: normal;
        color: #fff;
    }

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

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

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

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

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

    div#hedmenu {
        position: absolute;
        top: 43px;
        background: var(--custom-color);
        width: 320px;
        padding: 15px;
        border-radius: 5px;
        max-height: 400px;
        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: block;
        padding: 7px 15px;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .abtvt .row {
        overflow: hidden;
        align-items: self-start !important;
    }

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

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

    .abtimg {
        padding-bottom: 20px;
    }

    .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;
    }

    .sticky-social {
        display: none;
    }

    .sltfl {
        padding: 50px 0 0;
    }

    .addrs {
        margin-bottom: 50px;
        height: 190px;
    }

    .abtvt {
        padding: 40px 0 40px;
    }

    .slick-initialized .banner-slide {
        height: 300px;
    }

    footer .col-md-4 {
        width: 50%;
    }

    .galimg img {
        min-height: 250px;
        max-height: 250px;
        object-fit: cover;
    }

    section.badcrm {
        padding: 50px 0;
    }

    .tithd p {
        font-size: 25px;
    }
}

@media (max-width:767px) {
    .top-header {
        text-align: center;
    }

    .top-header .col-md-4.text-end,
    .top-header .col-md-6.text-end {
        text-align: center !important;
    }

    header a.navbar-brand img {
        width: 60px;
    }

    .logo .navbar-brand p {
        font-size: 12px !important;
    }

    .logo .navbar-brand p span {
        font-size: 24px;
    }

    .slick-list {
        height: 160px !important;
    }

    .slick-initialized .banner-slide {
        height: 160px;
    }

    .banner-slider .slick-arrow {
        bottom: 10px;
    }

    .abtvt .abtimg img {
        max-height: 300px;
    }

    footer .col-md-4 {
        padding: 20px 13px;
        width: 100%;
    }

    .serimg {
        padding-bottom: 20px;
    }

    .addrs {
        height: 160px;
    }
    .pgohom img {
        height: 250px !important;
    }
}

.sevsec .card-body {
    opacity: 0;
    position: absolute;
    background: #ffffffba;
    height: 100%;
    width: 100%;
    transition: 0.8s;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 250px;
}

.sevsec .card:hover .card-body {
    transition: 0.8s;
    opacity: 1;
    visibility: visible;
    top: 0px;
}

.sevsec .card h5.bottom-0 {
    background: #ffffffbe;
    width: 100%;
    text-align: left !important;
    padding: 10px;
    margin: 0;
    opacity: 1;
    left: 0;
    transition: 0.5s;
}

.sevsec .card:hover h5.bottom-0 {
    opacity: 0;
    transition: 0.5s;
    left: 150px;
}


/* counter css start  */

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

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

#counter .item {
    background: #fff;
    width: 300px;
    padding: 35px 40px;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
}

#counter .item .count {
    color: var(--hover);
    margin-bottom: 5px;
    font-size: 40px;
}

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

#counter i {
    font-size: 30px;
    background: var(--color);
    color: #fff;
    padding: 13px 15px;
    border-radius: 50%;
    margin-bottom: 15px;
}


/* counter css end */


.pgohom img {
    height: 150px;
    width: 100%;
    margin-bottom: 15px;
}

button.carousel-control-prev, button.carousel-control-next {
    height: 50px;
    margin: auto;
    background: var(--color);
    width: 50px;
}
.ttt {
    background-color: #4472c7;
    color: white;
}