@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    color: #0C0C0C;
    line-height: 22px;
    letter-spacing: 0.5px;
}

*,
ul,
ol {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style-type: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #7c7777;
    outline: none;
    text-decoration: none;
}

.footer-link a:hover,
.footer-link a:focus {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0091c7;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
}

h1,
.h1 {
    font-size: 30px;
    line-height: 40px;
}

.bg-color1 {
    background-color: #0091c7;
}

.bg-color2 {
    background-color: #292a60;
}

.text-color1 {
    color: #0091c7 !important;
}

.text-color2 {
    color: #d4af37 !important;
}

.txt-hover:hover,
.txt-hover:focus {
    color: #a9a9a9;
}

.width-30 {
    width: 30%;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-70 {
    width: 70%;
}

.width-60 {
    width: 60%;
}

.flexbox {
    display: -webkit-box;
    display: flex;
}

.flexbox .element {
    height: 100%;
}

.homepage .header {
    position: absolute;
    width: 100%;
    z-index: 9;
}

.header-bottom {
    background-color: #000;
    padding: 5px;
    position: relative;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.09019607843137255);
}

.logo {
    display: inline-block;
    margin: 5px auto;
}

.logo .img-fluid {
    max-width: 250px;
}

.mobile-menu {
    display: none;
}

.nav-wrapper {
    display: block;
    text-align: right;
}

.navigation>li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: -4px;
}

.navigation>li:last-child {
    margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu {
    opacity: 0;
    position: absolute;
    top: 130%;
    left: 0;
    width: 254px;
    z-index: 999;
    background-color: #ff8daa;
    visibility: hidden;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-bottom: 3px solid #9a9a9a;
    transition: all 500ms ease;
    display: block;
}

.navigation li.dropdown>.dropdown-menu li {
    border-bottom: 1px solid #e6e6e6;
    margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
    border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
    background-color: #ffffff;
    padding: 10px 15px;
    color: #000;
    border: 0;
}

.navigation li.dropdown:hover>.dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.navigation>li:first-child {
    display: none;
}

.navigation a {
    /*	text-transform: uppercase;*/
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
    display: block;
    font-weight: 600;
    color: #fff;
    border-bottom: 3px solid transparent;
    padding: 30px 20px;
    transition: all 500ms ease 0s;
}

.navigation li.dropdown>a {
    padding-right: 35px;
}

.navigation>li.dropdown>a:after {
    font-family: "bootstrap-icons";
    content: "\F282";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    /*    display: block;*/
    font-size: 14px;
    transition: all 500ms ease 0s;
}

.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {
    color: #008fc4;
    border-bottom: 3px solid #0091c7;
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
    color: #fff;
    background-color: #000;
}

.slider-wrapper {
    position: relative;
}

.slider-wrapper .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: auto;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.fs-70 {
    font-size: 70px;
}

.list1 li,
.list2 li,
.areas-list li {
    padding: 0px 0 15px 26px;
    position: relative;
}

.list1 li:before,
.list2 li:before,
.areas-list li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\F133';
    font-family: "bootstrap-icons";
    font-size: 18px;
    color: #0091c7;
}

.areas-list li:before {
    content: '\F3E7';
}

.list2 li:before {
    color: #fff;
}

.list3 {
    margin-left: 16px;
}

.list3 li {
    list-style-type: decimal;
    padding-bottom: 18px;
}

.custom-ol {
    padding-left: 15px;
    list-style-type: decimal;
}

.custom-ol li {
    padding: 0px 0 15px 5px;
}

.parallax {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto {
    position: relative;
    z-index: 1;
}

.overlap {
    position: relative;
}

.overlap:before,
.overlap1:before,
.overlap2:before {
    background-color: rgba(41, 42, 96, 0.85);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlap1:before {
    background-color: rgb(0 0 0 / 69%);
}

.overlap2:before {
    background-color: rgb(55 57 60 / 80%);
}

.slide-text h2 {
    font-size: 75px;
    text-transform: uppercase;
}

.widget-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #25aae1;
    position: relative;
}

.widget-title a:hover {
    color: #a9a9a9;
}

.footer-menu li a {
    position: relative;
    padding: 2px 0 2px 20px;
    display: inline-block;
    color: #fff;
}

.footer-menu li a:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '\F231';
    font-family: 'bootstrap-icons';
}

.footer-links {
    display: block;
    color: #fff;
}

.footer-menu li a:hover,
.footer-links a:hover {
    color: #a9a9a9;
}

.navigation li.dropdown>.dropdown-menu.child-dropdown {
    top: 0;
    left: 100%;
    padding: 15px;
}

.image-container {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.bg-image {
    width: 100%;
    object-fit: cover;
}

.image-container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.25) 0%,
            rgba(0, 0, 0, 0.5) 0%,
            rgb(0, 0, 0) 100%);
    transition: opacity 0.6s ease;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.image-container::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgb(0, 0, 0, 0.56) 0%, rgb(5 9 10 / 74%) 50%, rgba(4, 5, 6, 0.6) 100%);
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 1;
    pointer-events: none;
}

.image-container:hover::before {
    opacity: 0;
}

.image-container:hover::after {
    opacity: 1;
}

/* Optional: subtle zoom on the image itself */
.image-container img {
    transition: transform 0.6s ease;
}

.image-container:hover img {
    transform: scale(1.03);
}

.top-contact-link li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 15px;
    color: #ffffff;
}

.top-contact-link a {
    color: #fff;
    display: block;
}

.text-box {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 2;
    width: 100%;
    padding: 20px;
    min-height: 215px;
}

.address-box {
    margin-bottom: 15px;
}

a.btn.btn1:hover,
a.btn.btn1:focus {
    background: #0091c7;
    border: 2px solid #0091c7;
}

.address-box .address-icon-holder {
    float: left;
    /*font-size: 16px;*/
    margin-right: 10px;
    color: #0091c7;
    width: auto;
    height: 40px;
    line-height: 1.6;
    /* background-color: #075677; */
    border-radius: 100%;
    text-align: center;
    position: relative;
}

.address-box .address-icon-holder:before {
    position: absolute;
    bottom: -17px;
    content: "";
    left: 10px;
}

.address-box .address-content {
    position: relative;
    overflow: hidden;
}

.address-box .address-content strong {
    color: #ffffff;
}

.address-box .address-content {
    color: #ffffff;
}

.address-content p a:hover {
    color: #0091c7;
}

.footerlogo img {
    width: 250px;
}

.call-us-btn {
    left: auto;
    top: auto;
    bottom: 50%;
    right: 0;
    position: fixed;
    z-index: 9;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
    -moz-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    display: flex;
}

.call-us-btn a {
    color: #ffffff;
    /*background-color: #25aae1;*/
    /*font-size: 20px;*/
    display: block;
    padding: 12px 18px;
}

.stick-contact li {
    position: relative;
}

.stick-contact li .overlap-wrap {
    position: absolute;
    /*right: 45px;*/
    top: 0;
    white-space: nowrap;
    border-radius: 16px 0 0 16px;
    font-size: 16px !important;
    /*height: 100%;*/
    box-sizing: border-box;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform-origin: 100% 0 0;
    -moz-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
    left: auto;
    right: 99%;
}

.stick-contact li .overlap-wrap a {
    display: block;
    padding: 14px 23px 13px 23px;
    margin-right: 0;
}

.stick-contact li:hover .overlap-wrap {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.stick-contact li .hide-show-btn a {
    background-color: #000;
    border-radius: 16px 0 0 0;
}

.stick-contact li .hide-show-btn,
.stick-contact li .facebook-icon,
.stick-contact li .phone-icon,
.stick-contact li .envelope-icon {
    width: 30px;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
}

.stick-contact li .facebook-icon a,
.stick-contact li.facebook-icon-list .overlap-wrap {
    background-color: #38529a;
}

.stick-contact li .facebook-icon a {
    border-radius: 16px 0 0 0;
}

.stick-contact li:hover .facebook-icon a {
    border-radius: 0;
}

.stick-contact li .phone-icon a,
.stick-contact li.phone-icon-list .overlap-wrap {
    background-color: #25aae1;
}

.stick-contact li .envelope-icon a,
.stick-contact li.envelope-icon-list .overlap-wrap {
    background-color: #dc483c;
}

.stick-contact li .envelope-icon a {
    border-radius: 0 0 0 16px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.stick-contact li:hover .envelope-icon a {
    border-radius: 0;
}

.formwrap {
    background-color: #25aae1;
}

.btn1,
.btn2 {
    color: #ffffff;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    /* margin-left: 10px; */
    text-align: center;
    padding: 14px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #25aae1;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    border-radius: 0;
}

.btn2 {
    color: #ffffff;
    background: #000;
}

.submit-icon {
    display: none;
}

.submit-icon.rotating-show {
    display: inline-block;
    vertical-align: middle;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.innerbox {
    padding: 30px;
    background-color: #0090c6;
    width: 100%;
    color: #fff;
}

.area-box {
    width: 100%;
    border: 1px solid #0090c6;
    text-align: center;
    background-color: #0090c6;
    color: #fff;
    margin-bottom: 15px;
    padding: 20px 25px;
    outline: 2px solid #fff;
    outline-offset: -7px;
    display: inline-block;
}

.area-box:hover,
.area-box:focus {
    border: 1px solid #0090c6;
    background-color: #0090c6;
    color: #000;
    outline: 2px solid #fff;
    outline-offset: -7px;
}

.site-map-list li {
    border-left: 1px solid #dfdfdf;
    padding: 10px 0 10px 30px;
    position: relative;
}

.site-map-list li:before {
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #dfdfdf;
    content: '';
}

.site-map-list li>ul.child-menu {
    margin: 10px 0 10px 20px;
}

.contact-container {
    text-align: center;
}

.contact-icon {
    float: none;
    margin: auto;
    position: relative;
    z-index: 1;
    border: 5px solid #ffffff;
    background-color: #2656ab;
    box-sizing: border-box;
    color: #FFFFFF;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 1.6em;
}

.contact-detail {
    background-color: #eee;
    padding: 60px 20px 20px;
    margin-top: -40px;
    height: 180px;
}

.contact-wrap1 {
    text-align: center;
}

.contact-wrap1 .address-icon-holder1 {
    float: none;
    margin: auto;
    position: relative;
    z-index: 1;
    color: #fff;
    border: 5px solid #ffffff;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 25px;
    border-radius: 50%;
    background-color: #000;
}

.contact-wrap1 .address-icon-holder1:before {
    display: none;
}

.contact-wrap1 .address-content {
    background-color: #eee;
    padding: 60px 20px 20px;
    margin-top: -40px;
    height: 180px;
}

.contact-wrap1 .address-content strong {
    font-size: 18px;
}

.contact-wrap1 .address-content1 {
    background-color: #eee;
    padding: 60px 15px 20px;
    margin-top: -40px;
    /* height: 180px; */
}

.contact-container {
    text-align: center;
}

.contact-icon {
    float: none;
    margin: auto;
    position: relative;
    z-index: 1;
    border: 5px solid #ffffff;
    background-color: #008fc4;
    box-sizing: border-box;
    color: #FFFFFF;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 1.6em;
}

.contact-detail {
    background-color: #eee;
    padding: 60px 20px 20px;
    margin-top: -40px;
    height: 180px;
}

.contact-wrap1 {
    text-align: center;
}

.contact-wrap1 .address-icon-holder1 {
    float: none;
    margin: auto;
    position: relative;
    z-index: 1;
    color: #fff;
    border: 5px solid #ffffff;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 25px;
    border-radius: 50%;
    background-color: #000;
}

.contact-wrap1 .address-icon-holder1:before {
    display: none;
}

.contact-wrap1 .address-content {
    background-color: #eee;
    padding: 60px 20px 20px;
    margin-top: -40px;
    height: 180px;
}

.contact-wrap1 .address-content strong {
    font-size: 18px;
}

.contact-wrap1 .address-content1 {
    background-color: #eee;
    padding: 60px 15px 20px;
    margin-top: -40px;
    /* height: 180px; */
}

.single-service-item {
    margin: 20px 0;
}

.box-style1 {
    padding: 20px;
    background-color: #f8f8f8;
    min-height: 300px;
}

.single-service-item .img-holder {
    overflow: hidden;
    position: relative;
}

.single-service-item .img-holder .img-responsive {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.single-service-item:hover .img-holder .img-responsive {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
    background-color: rgba(0, 0, 0, .60);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
    background: #9a9a9a;
}

.single-service-item .text-holder h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 20px 0 6px;
    text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
    color: #fff;
}

.servies-box {
    position: relative;
    padding: 0;
}

.img-gallery-hidden {
    position: relative;
    overflow: hidden;
    padding: 0px;
}

.servies-box img {
    width: 100%;
    /* height: 430px; */
    /* object-fit: cover; */
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.servies-box:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.service-content {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(0, 0, 0, 40%) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
    transition: 0.6s;
}

.service-content .service-head {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 100%;
    width: 100%;
    transition: 0.6s;
    top: 0;
    left: 0;
}

.service-content .service-head h4 {
    margin-bottom: 0px;
    position: absolute;
    font-size: 25px;
    line-height: 1.4;
    text-transform: uppercase;
    bottom: 20px;
    width: 100%;
    color: #ffffff;
    transition: 0.5s;
    font-weight: bold;
    padding: 0 15px;
}

.servies-box:hover .service-content {
    background-color: #00000082;
}

.servies-box:hover .service-content .service-head h4 {
    top: 50%;
    transform: translateY(-10%);
}

/* col-xxl */
@media (min-width: 1400px) {
    .image-container .bg-image {
        width: 100%;
        height: 390px;
        object-fit: cover;
    }
}

/* col-xl */
@media (min-width: 1200px) and (max-width:1400px) {
    .bg-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slide-text h2 {
        font-size: 55px;
        text-transform: uppercase;
    }
}

/* col-lg */
@media (min-width: 992px) and (max-width:1200px) {
    .bg-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slide-text h2 {
        font-size: 35px;
        text-transform: uppercase;
    }
}

/*for mobile to small tab */
@media (min-width: 220px) and (max-width:991px) {
    .mobile-menu {
        display: table;
        font-size: 20px;
        background: #fff;
        padding: 8px 20px;
        color: #000;
        cursor: pointer;
        margin: 0 0 0 auto;
        text-align: left;
    }

    .mobile-menu i {
        float: right;
    }

    .nav-wrapper {
        position: fixed;
        top: 0;
        right: -300px;
        width: 270px;
        height: 100%;
        overflow-x: scroll;
        z-index: 999;
        border-radius: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        background-color: #221e1f;
        padding: 0;
    }

    .navigation {
        text-align: left;
    }

    .nav-wrapper.open {
        right: 0;
    }

    .navigation>li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #333;
    }

    .navigation>li:first-child {
        display: block;
    }

    .navigation>li:before {
        display: none;
    }

    .navigation li a {
        padding: 10px 20px;
        color: #fff;
        text-transform: none;
    }

    .navigation li:hover>a,
    .navigation li:focus>a,
    .navigation li.active>a {
        background-color: #008fc4;
        color: #ffffff;
    }

    .navigation>li.dropdown>a:after {
        right: 20px;
    }

    .navigation li.dropdown>.dropdown-menu,
    .navigation li.dropdown:hover>.dropdown-menu {
        position: static;
        top: 0;
        visibility: visible;
        opacity: 1;
        width: 100%;
        float: none;
    }

    .navigation li.dropdown>.dropdown-menu li a {
        padding: 10px 10px 10px 30px;
    }

    .fixed-top {
        position: static;
    }

    .flexbox {
        display: block;
    }

    .width-30,
    .width-40,
    .width-50,
    .width-60,
    .width-70 {
        width: 100%;
    }

    .text-box {
        position: static;
        color: #000;
        min-height: auto;
        background: #ddd;
    }

    .image-container::before {
        display: none;
    }

    .homepage .header {
        position: static;
        width: 100%;
        z-index: 9;
    }

    .image-container::after {
        display: none;
    }
}

/* col-md */
@media (min-width: 768px) and (max-width:991px) {
    .slide-text h2 {
        font-size: 55px;
    }
}

/* for all mobile */
@media (min-width: 220px) and (max-width:767px) {
    .footer-widget {
        margin-bottom: 20px;
    }

    .isStuck .logo .img-fluid {
        max-width: 220px;
    }

    .header-bottom.isStuck .logo,
    .header-bottom .logo {
        text-align: center;
        display: block;
    }

    .slide-text {
        top: 50% !important;
    }
}

/* col-sm  */
@media (min-width: 576px) and (max-width:767px) {

    .m-min-210 {
        min-height: 350px !important;
    }

    .slide-text h2 {
        font-size: 25px;
    }

    .logo .img-fluid {
        max-width: 80%;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .mobile-menu {
        display: block;
    }

    .top-contact-link li {
        margin-bottom: 10px;
    }

    .contact-detail {
        height: auto;
    }
}

/* col-xs */
@media (min-width: 220px) and (max-width:575px) {
    .m-min-210 {
        min-height: 210px !important;
    }

    .slide-text h2 {
        font-size: 15px;
        text-transform: uppercase;
    }

    .logo .img-fluid {
        max-width: 100%;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .mobile-menu {
        display: block;
    }

    .top-contact-link li {
        margin-bottom: 10px;
    }

    .address-box .address-icon-holder {
        display: none;
    }

    .contact-detail p a {
        display: block !important;
    }

    .d-sm {
        display: none;
    }

    .contact-detail {
        height: auto;
    }

    .d-mail {
        font-size: 12px;
    }
}