/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - Scrollbar
    - General
    - Loader
    - Navbar
    - Side Menu
    - Services-Section
    - Learn-More-Section
    - Counter-Section
    - Team-Section
    - Portfolio-Section
    - Quote-Section
    - Pricing-Section
    - Blog-Section
    - Contact-Section
    - Footer
   */

/* ===================================
     Google font
====================================== */

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

/* ===================================
    Scrollbar
====================================== */

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background: #18191d;
}

::-webkit-scrollbar-track {
    width: 12px;
    background: transparent;
}


/* ===================================
    General
====================================== */

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

h2 {
    font-size: 44px;
    color: #11696F;
    font-weight: 600;
    text-align: center;
}

:lang(ar) * {
    font-family: 'Noto Kufi Arabic', sans-serif !important;
    line-height: 1.6;
    letter-spacing: 0 !important;
}

p {
    font-size: 18px;
    color: #11696F;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: orange;
    text-decoration: none;
}

.btn {
    z-index: 2;
    font-size: 17px;
    letter-spacing: .5px;
    border-radius: 0;
    font-weight: 500;
    overflow: hidden;
    position: sticky;
    line-height: inherit;
    display: inline-block;
    border: 2px solid transparent;
    text-transform: capitalize;
    -webkit-appearance: initial;
    transition: all .5s ease !important;
}

.btn.button {
    font-size: 14px !important;
    padding: 9px 34px !important;
    line-height: 1.8em !important;
    margin-top: 15px !important;
}

.btn.btn-rounded {
    border-radius: 50px;
}

.btn.btn-white {
    background: transparent;
    border-color: #18191d;
    color: #18191d;
}

.btn.btn-light-blue {
    color: #032a58;
    background: transparent;
    border-color: #032a58;
}

.btn.trans-btn {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

/*Button Hover bg*/
.btn.btn-hvr-blue:hover,
.btn.btn-hvr-blue:focus {
    color: #fff;
    border-color: #032a58;
    background: transparent !important;
}

.btn.btn-hvr-white:hover,
.btn.btn-hvr-white:focus {
    color: #18191d;
    border-color: #fff;
    background: transparent !important;
}

.btn.btn-hvr-light-blue:hover,
.btn.btn-hvr-light-blue:focus {
    color: #fff;
    border-color: #032a58;
    background: transparent !important;
}

.btn.btn-hvr-blue .btn-hvr-blue {
    background: #18191d;
    border-color: #18191d;
}

.btn.btn-hvr-white .btn-hvr-white {
    background: #fff;
    border-color: #fff;
}

.btn.btn-hvr-light-blue .btn-hvr-light-blue {
    background: #f0593a;
    border-color: #f0593a;
}

.btn.btn-hvr-white .btn-hvr-effect {
    background: #fff;
    border-color: #fff;
}

.btn.btn-hvr-light-blue .btn-hvr-effect {
    background: #f0593a;
    border-color: #f0593a;
}

.btn-hvr-setting {
    z-index: -1;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.btn-hvr-setting-inner {
    position: relative;
    display: block;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0
}

.btn-hvr-effect {
    position: absolute;
    top: -5px;
    width: 25%;
    height: 100%;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s !important;
    background: #f0593a;
    border-color: #f0593a;
}

.btn-hvr-effect:nth-child(1) {
    right: 0;
    transition-delay: 0s !important;
}

.btn-hvr-effect:nth-child(2) {
    right: 30%;
    transition-delay: 0.08s !important;
}

.btn-hvr-effect:nth-child(3) {
    right: 60%;
    transition-delay: 0.16s !important;
}

.btn-hvr-effect:nth-child(4) {
    right: 90%;
    transition-delay: 0.24s !important;
}

.btn-hvr-setting:hover .btn-hvr-effect,
.btn:hover .btn-hvr-effect,
.btn:active .btn-hvr-effect,
.btn:focus .btn-hvr-effect {
    transform: translateZ(0) scale(1.7) !important;
}


/*Slider overly*/
.bg-white {
    background-color: #fff;
}

.bg-overlay {
    position: relative;
}

.bg-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust opacity here */
}

/* opacity */
.opacity-1 {
    opacity: 0;
}

.opacity-2 {
    opacity: 0;
}

/* ===================================
    Loader
====================================== */

@keyframes ldio-8v0e2g029us-o {
    0% {
        opacity: 1;
        transform: translate(0, 0)
    }

    49.99% {
        opacity: 1;
        transform: translate(-60px, 0)
    }

    50% {
        opacity: 0;
        transform: translate(-60px, 0)
    }

    100% {
        opacity: 0;
        transform: translate(0, 0)
    }
}

@keyframes ldio-8v0e2g029us {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(-60px, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

.pre-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 999999;
    background: #fff;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40%;
    right: 45%;
    margin-top: -13px;
    margin-right: -13px;
    border-radius: 60px;
    animation: loader 1.3s linear infinite;
}

.loader div {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 70px;
    right: 40px;
}

.loader div:nth-child(1) {
    background: #11696F;
    animation: ldio-8v0e2g029us 1.4492753623188404s linear infinite;
    animation-delay: -0.7246376811594202s;
}

.loader div:nth-child(2) {
    background: #f0593a;
    animation: ldio-8v0e2g029us 1.4492753623188404s linear infinite;
    animation-delay: 0s;
}

.loader div:nth-child(3) {
    background: #2e0901;
    animation: ldio-8v0e2g029us-o 1.4492753623188404s linear infinite;
    animation-delay: -0.7246376811594202s;
}

.loader div {
    box-sizing: content-box;
}




.side-menu {
    inset-inline-start: 0;
    inset-inline-end: 0;
    width: 80%;
    height: 100%;
    z-index: 9999;
    background: #ffffff;
    transform: translate3d(100%, 0, 0);
    transition: transform .5s ease;
    position: fixed;
    overflow: hidden;
}

/* ===================================
    Navbar
====================================== */

.navbar {
    padding-bottom: 0;
    margin-bottom: 0;
    z-index: 111;
    background-color: white !important;
    display: flex;
    /* Add this line */
    justify-content: flex-start;
    /* Add this line */
    align-items: center;
    /* You can adjust this according to your design */
}

.navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    transform: scaleX(-1);
    direction: ltr;
}

.navbar-brand img {
    width: 65%;
}

.nav-link {
    padding: 24px 16px;
    display: block;
}

.navbar .nav-item a {
    text-decoration: none;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: white;
    background-color: #F0593A;
    border-radius: 10px;
    border-bottom: solid 3px #11696F;
    transform: scaleX(-1);

}

.navbar-light .navbar-nav .active>.nav-link:hover {
    color: #F0593A;
    background-color: white;
    transform: scaleX(-1);

}

.navbar-light .navbar-nav .nav-item {
    font-size: 14px;
    color: #F0593A;

}

.navbar-light .navbar-nav .nav-link {
    color: #11696F;
    margin-left: 25px;
    transition: .8s ease;
    border-bottom: solid 3px transparent;
    transform: scaleX(-1);

}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #F0593A;
    border-bottom: solid 3px #F0593A;
    transition: .8s ease;
    transform: scaleX(-1);

}

.navbar .social-icons ul {
    margin-bottom: 0;
}

.navbar .social-icons li {
    display: inline-block;
}

.navbar .social-icons ul li a:hover {
    background-color: #fff;
    transition: .8s ease;
}

.navbar .social-icons ul li a {
    border-radius: 50%;
    color: #11696F;
    height: 40px;
    line-height: 42px;
    width: 40px;
    border: 1px solid transparent;
    display: block;
    overflow: hidden;
    text-align: center;
}

@media(max-width:767px) {
    .side-nav .navbar-nav .nav-item {
        margin: 7px 0 !important;
    }



    .side-menu .inner-wrapper,
    .side-menu .inner-wrapper {
        height: unset !important;
    }
}

.whitebox .widget p {
    text-align: justify;
}

.social-icons .facebook-hovr:hover {
    color: #4267B2;
}

.social-icons .twitter-hovr:hover {
    color: #2daae1;
}

.social-icons .instagram-hovr:hover {
    color: #C32AA3;
}



/* ===================================
    Side Menu
====================================== */

.side-menu .inner-wrapper {
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: flex;
    align-items: center;
    text-align: right;
    flex-wrap: wrap;
}

.side-menu-footer p {
    text-align: center;

}

.text-left {
    text-align: right;
}

/* ===================================
    Services-Section
====================================== */

.services-section {
    padding: 120px 0;
    background-color: #f6f6f6;
}

.services-section .flip-boxes {
    margin-top: 65px;
}

.flip-box {
    background-color: transparent;
    width: 350px;
    height: 270px;
    border-radius: 20px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box .flip-box-front {
    background-color: #fff;
    border-radius: 20px;
}

.flip-box .blue-box .flip-box-back {
    background-color: #F0593A;
    transform: rotateX(180deg);
}

.flip-box:hover .flip-box-inner {
    transform: rotateX(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    backface-visibility: hidden;
}

.flip-box-back {
    background-color: #032a58;
    transform: rotateX(180deg);
}

.flip-box .flip-box-back i {
    color: #fff;
}

.flip-box i {
    color: #18191d;
    padding-top: 50px;
    font-size: 40px;
    text-align: center;
}

.flip-box p {
    color: #18191d;
    font-size: 14px;
    font-weight: 300;
    padding-right: 10px;
    padding-left: 10px;
}

.flip-box h5 {
    font-size: 24px;
    font-weight: 500;
    color: #18191d;
    margin-top: 20px;
    text-align: center;
}

.flip-box .flip-box-back h5 {
    color: #fff;
}

.flip-box .blue-box .flip-box-back h5 {
    color: #fff;
}

.flip-box .blue-box h5 {
    color: #032a58;
}

.flip-box .flip-box-back p {
    color: #fff;
}

.flip-box .blue-box .flip-box-front p {
    color: #032a58;
}

.flip-box .blue-box .flip-box-front i {
    color: #032a58;
}

/* ===================================
    Learn-More-Section
====================================== */

.learn-more-section {
    position: relative;
    padding: 120px 0;
    background-size: cover;
}

.learn-more-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust opacity here (0.5 means 50% opacity) */
    z-index: 0;
    /* Ensure this pseudo-element is behind the content */
}

.learn-more-section .text-area {
    text-align: center;
}

.learn-more-section p,
.learn-more-section h2 {
    color: #fff;
    /* Set text color after applying the filter */
    position: relative;
    /* Ensure z-index works */
    z-index: 1;
    /* Ensure content is above the background pseudo-element */
}


/* ===================================
    Counter-Section
====================================== */

.counter-section {
    padding: 120px 0;
    background-color: #fff;
}

.counter-section p {
    margin-bottom: 70px;
}

.counter-section .media i {
    color: #18191d;
    font-size: 40px;
}

.counter-section .media .media-body {
    padding-right: 20px;
}

.counter-section .media .media-body span {
    font-size: 38px;
    color: #032a58;
}

.counter-section .media .media-body p {
    color: #333333;
    font-size: 16px;
    padding-top: 10px;
    text-align: right;
}

/* ===================================
    Team-Section
====================================== */

.team-section {
    padding: 120px 0;
    background-color: #f6f6f6;
}

.team-section .item {
    margin-top: 50px;
    cursor: pointer;
}

.team-section .team-detail {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    top: -52px;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.team-section .item .team-detail {
    transition: .6s ease;
}

.team-section .item:hover .team-detail {
    background: #032a58;
    transition: .6s ease;
}

.team-section .item:hover .team-detail h5 {
    color: #fff;
}

.team-section .item:hover .team-detail p {
    color: #fff;
}

.team-section .team-detail h5 {
    color: #032a58;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.team-section .team-detail p {
    color: #18191d;
    font-size: 16px;
}

.owl-carousel button.owl-dot {
    opacity: 0.7;
    color: red;
    width: 10px;
    margin-right: 20px;
    height: 12px;
    border-radius: 50%;
    margin-top: 50px;
    background: #18191d;
    border: none;
    font: inherit;
}

.team-section .owl-carousel button.owl-dot.active {
    opacity: 1;
    width: 38px;
    height: 12px;
    border-radius: 50px;
    background-color: #032a58;
    transition: .8s ease;
}

.team-section button:focus {
    outline: 1px solid transparent;
}

.owl-carousel button.owl-dot {
    color: transparent;
    transition: .8s ease;
}

/* ===================================
    Story-Section
====================================== */

.story-section {
    padding: 120px 0;
    background-size: cover;
    position: relative;
}

.story-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust opacity here (0.5 means 50% opacity) */
    z-index: 0;
    /* Ensure this pseudo-element is behind the content */
}

.story-section .text-area {
    text-align: center;
    position: relative;
    /* Ensure z-index works */
    z-index: 1;
    /* Ensure content is above the background pseudo-element */
}

.story-section p,
.story-section h2,
.story-section i {
    color: #fff;
    /* Set text and icon color after applying the filter */
}

.story-section p {
    margin-bottom: 30px;
}

.story-section h2 {
    margin-bottom: 50px;
}

.story-section i {
    padding-left: 10px;
    transform: scaleX(-1);
    /* Flip the icon horizontally */

}

.story-section .trans-btn:hover i {
    color: #18191d;
}


/* ===================================
    Cube-Portfolio-Section
====================================== */

.cubeportfolio {
    padding: 120px 0;
    background-color: #fff;
}

.cubeportfolio .cbp-l-filters-buttonCenter .cbp-filter-item {
    border: none;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    display: inline-block;
    background: transparent;
    font-family: 'Open Sans', sans-serif;
    transition: all .2s ease-in-out;
}

.cubeportfolio .cbp-l-filters-buttonCenter {
    margin-bottom: 0;
    margin-top: 50px;
}

.cubeportfolio .cbp-l-filters-buttonCenter .cbp-filter-item:hover {
    color: #032a58;
}

.cubeportfolio .cbp-l-filters-buttonCenter .cbp-filter-item-active.cbp-filter-item {
    color: #032a58;
}

.cubeportfolio .cbp-l-caption-body .title {
    color: #fff;
    font-size: 20px;
}

.cubeportfolio .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    background: #032a58;
}

.cubeportfolio .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap:hover {
    background-color: #032a58;
    opacity: 0.8;
}

.cbp-item:hover .cbp-caption-defaultWrap {
    transform: scale(1.25);
    transition: 0.6s ease-in-out;
}

.cbp-l-caption-body .cbp-l-caption-title {
    font-size: 20px;
}

.cbp-l-caption-body .cbp-l-caption-desc {
    color: #ffff;
    font-size: 12px;
}

.cubeportfolio .plus {
    margin: 0 auto;
    height: 70px;
    width: 70px;
    margin-bottom: 16px;
    display: block;
    position: relative;
    overflow: hidden;
}

.cubeportfolio .plus::before {
    width: 2px;
    right: 50%;
    top: 5px;
    bottom: 5px;
    margin-right: -1px;
}

.cubeportfolio .plus::after {
    height: 2px;
    top: 50%;
    right: 5px;
    left: 5px;
    margin-top: -1px;
}

.cubeportfolio .plus::before,
.plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}

.cubeportfolio .cube-button {
    text-align: center;
    margin-top: 50px;
}

/* ===================================
    Quote-Section
====================================== */

.quote-section {
    padding: 120px 0;
    background-size: cover;
    background-image: url('../../frontend/img/quote.jpg');
}

.quote-section .left-quote {
    margin-bottom: 25px;
    margin-right: 120px;
    font-size: 20px;
}

.quote-section h3 {
    font-size: 38.1px;
    color: #18191d;
    text-align: center;
}

.quote-section .right-quote {
    font-size: 20px;
    margin-top: 25px;
    margin-left: 120px;
    text-align: left;
}

/* ===================================
    Pricing-Section
====================================== */

.pricing-section {
    padding: 120px 0;
    background-color: #fff;
}

.pricing-section .pricing-plans {
    margin-top: 90px;
}

.single-price {
    padding-bottom: 30px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.single-price.active {
    padding-bottom: 50px;
    background-color: #fff;
    transform: translateY(-20px);
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
}

.center.price-tag {
    color: #fff;
}

.price-tag h3 {
    color: #18191d;
    font-size: 36px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.price-tag span {
    font-size: 30px;
}

.active .price-tag h4 {
    color: #032a58;
}

.price-tag p {
    color: #18191d;
    font-size: 14px;
}

.active .price-tag p {
    color: #032a58;
    font-size: 14px;
}

.price-tag h4 {
    font-size: 18px;
    padding: 30px;
    color: #fff;
    background-color: #18191d;
}

.active .price-tag h4 {
    font-size: 18px;
    padding: 50px;
    color: #fff;
    background-color: #032a58;
}

.price-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.price-item ul li {
    font-size: 15px;
    padding: 7px 0;
    margin: 5px 0;
    color: #4f4f4f;
}

.single-price a {
    margin-top: 15px;
}

/* ===================================
    Blog-Section
====================================== */

.blog-section {
    /* padding: 120px 0; */
    background-color: #f6f6f6;
}

.blog-section .left-text {
    margin-bottom: 40px;
}

.blog-section img {
    display: flex;
    justify-content: center;
    width: 80%;
    margin-right: 107px;
}

.blog-section h2 {
    text-align: right;
    margin-bottom: 30px;
}

.blog-section p {
    font-size: 14px;
    text-align: justify;
    padding: 15px;
}

.blog-section .button {
    margin-top: 30px;
    margin-right: 20px;

}

.blog-section .right-text {
    margin-top: 40px;
}

.right-text h2 {
    margin-top: 50px;
    text-align: left;
}

.blog-section .right-text img {
    margin-right: 0;
}

.right-text p {
    text-align: left;
}

.blog-section .right-text .button {
    float: left;
}

/* ===================================
    Contact-Section
====================================== */

.contact-section {
    padding: 120px 0;
    background-color: #fff;
}

.contact-section h2 {
    margin-bottom: 25px;
    text-align: right;
}

.contact-section .contact-form {
    margin-left: 40px;
}

.form-control:focus {
    border-color: #ced4da;
    box-shadow: 0 0 0 0.0rem transparent;
}

.contact-section .button {
    margin-right: 15px;
    margin-top: 15px;
    padding-right: 53px !important;
    padding-left: 53px !important;
}

.contact-section label {
    margin-bottom: 20px;
}

.contact-section p {
    font-size: 14px;
    margin-top: 30px;
    text-align: justify;
}

.contact-section .media {
    margin-top: 30px;
}

.contact-section .media i {
    font-size: 25px;
    color: #333333;
}

.contact-section .media-body {
    margin-right: 20px;
}

.contact-section .media-body h5 {
    font-size: 14px;
    font-weight: 700;
    color: #032a58;
    margin-bottom: 10px;
}

.contact-section .media-body p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    margin-top: 0;
    margin-bottom: 0;
}



/* ===================================
    Media Queries
====================================== */

@media (max-width: 1200px) {

    /*Loader*/
    .loader {
        top: 40%;
        right: 40%;
    }

    [dir="ltr"].sidemenu_btn {
        right: 0;
    }

    /*Navbar*/
    .sidemenu_btn {
        margin-left: 9px;
        left: 20px;
    }

    .navbar-light .navbar-nav .nav-item {
        font-size: 15px;
    }

    /*Side Menu*/
    .side-menu {
        width: 45%;
    }

    .side-menu-footer p {
        font-size: 18px;
        text-align: center;

    }

    /*Services-Section*/
    .flip-box {
        width: 100%;
    }

    /*Quote Section*/
    .quote-section .left-quote {
        margin-right: 50px;
    }

    .quote-section .right-quote {
        margin-left: 50px;
    }
}

@media (max-width: 991px) {

    /*General*/
    h2 {
        font-size: 40px;
    }

    p {
        font-size: 16px;
    }

    [dir="ltr"].sidemenu_btn {
        right: 0;
    }

    /*Loader*/
    .loader {
        top: 40%;
        right: 40%;
    }


    .whitebox .widget p {
        text-align: justify;
    }

    .blog-section .right-text img {
        margin-inline-start: 45px;
    }

    /*Navbar*/
    .navbar .social-icons ul li {
        display: none;
    }

    .navbar-light .navbar-nav .nav-item {
        font-size: 13px;
    }


    /*Side Menu*/
    .side-menu {
        width: 50%;
    }

    /*Services Section*/
    .services-section .flip-boxes {
        margin-top: 20px;
    }

    /*Services Section*/
    .flip-box {
        width: 100%;
    }

    /*Counter Section*/
    .counter-section {
        text-align: center;
    }

    .counter-section .media {
        display: block;
    }

    .counter-section .media i {
        margin-bottom: 20px;
    }

    .counter-section .media .media-body {
        padding-right: 0;
    }

    .counter-section .media .media-body p {
        text-align: center;
    }

    /*Quote section*/
    .quote-section h3 {
        font-size: 29px;
    }

    .quote-section .left-quote {
        margin-right: 18px;
    }

    .quote-section .right-quote {
        margin-left: 28px;
    }

    /*Pricing Section*/
    .price-tag h3 {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .single-price {
        margin-bottom: 40px;
    }

    .single-price.active {
        transform: translateY(0px);
    }

    /*Blog Section*/

    .blog-section img {
        width: 100%;
        margin-right: 0;
    }

    .blog-section .right-text .button {
        float: none;
    }

    .blog-section h2 {
        text-align: center;
    }

    .blog-section p {
        font-size: 15px;
        text-align: justify;
    }

    .right-text h2 {
        margin-top: 0;
        text-align: center;
    }

    .right-text p {
        text-align: center;
    }

    /*Contact Section*/
    .contact-section .contact-form {
        margin-left: 0;
    }
}

@media (max-width: 767px) {

    /*General*/
    p {
        font-size: 15px;
    }

    h2 {
        font-size: 35px;
    }

    .navbar-expand-md .navbar-collapse {
        display: none !important;
    }

    .wow {
        visibility: visible !important;
        animation: none !important;
    }

    [dir="ltr"].sidemenu_btn {
        right: 0;
    }

    /*Loader*/
    .loader {
        top: 40%;
        right: 30%;
    }

    .blog-section .right-text img {
        margin-right: unset;
    }

    /*Navbar*/
    .navbar {
        padding-bottom: 8px;
    }

    /*Side Menu*/
    .side-menu {
        width: 80%;
    }

    .sidemenu_btn {
        visibility: visible !important;
    }

    .side-menu-footer p {
        font-size: 16px;
        text-align: center;

    }

    .contact-sec .contact-detail .location-details ul li i {
        font-size: 20px;
        margin-right: 5px;
        color: #535353;
        position: absolute;
        right: 0;
    }

    /*Services Section*/
    .services-section .flip-boxes {
        margin-top: 20px;
    }

    /* Learn-more-section*/
    .learn-more-section p {
        font-size: 17px;
    }

    /*Quote Section*/
    .quote-section h3 {
        font-size: 20px;
    }

    /*Counter Section*/
    .counter-section .media .media-body p {
        text-align: center;
    }
}

@media (max-width: 575px) {

    /*General*/
    h2 {
        font-size: 33px;
    }

    .opacity-2 {
        opacity: .7;
    }

    /*Loader*/
    .loader {
        top: 35%;
        right: 25%;
    }

    /*Side Menu*/
    .side-menu-footer p {
        font-size: 14px;
        text-align: center;

    }

    /*Quote Section*/
    .quote-section h3 {
        font-size: 27px;
    }

    .quote-section .right-quote {
        margin-top: 6px;
    }

    .blog-section .right-text img {
        margin-inline-start: 45px;
    }
}

@media (max-width: 400px) {

    /*General*/
    h2 {
        font-size: 30px;
    }

    p {
        font-size: 14px;
    }

    /*Side Menu*/
    .side-menu-footer p {
        font-size: 12px;
        text-align: center;
    }

    .blog-section .right-text img {
        margin-inline-start: 45px;
    }

}
