﻿body {
    font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif sans-serif;
    font-size: 14px;
    line-height: 1.9em;
    font-style: normal;
    font-weight: normal;
    letter-spacing: .6px;
    color: #4e4e4e;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

.container {
    max-width: 1920px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.auto-container {
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 1200px) {
    .auto-container {
        max-width: 1140px;
    }
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

/*wrapper*/
.content-wrapper {
    overflow-x: hidden;
}

.v-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.no-gutter {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.no-gutter [class*='col-']:not(:first-child),
.no-gutter [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.row.equal {
    display: flex;
    flex-wrap: wrap;
}

header.show {
    position: fixed;
    height: 80px;
    background: rgba(28, 28, 28, .9) !important;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

header.init {
    width: 100%;
    height: 140px;
    /*background: #fff !important;*/
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.show {
    display: block !important;
}

header {
    position: fixed;
    z-index: 9999;
}

.m-5-hor {
    margin-left: 2%;
    margin-right: 2%;
}

.subnav {
    display: block;
    width: 100%;
    margin: 0 auto;
    z-index: 999;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: .3px;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    padding: 10px 0 25px 0;
    border-bottom: 1px solid #EB1C24;
    background-color: #EB1C24;
}

.left {
    text-align: left;
    float: left;
    line-height: inherit;
}

a {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: inherit;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    border-color: none;
}

a:hover {
    text-decoration: none;
    border-color: none;
}

.social-icons-subnav span,
.social-icons-subnav i {
    text-shadow: none;
    /*padding: 8px;*/
    width: 28px;
    height: 28px;
    text-align: center;
    color: #fff;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /*font-weight: bold;*/
    font-size: 20px;
}

.social-icons-subnav a {
    cursor: pointer;
    font-size: 17px;
}

.right .social-icons-subnav {
    margin-right: 10px;
}

.social-icons-subnav,
.social-icons-subnav div {
    display: inline-block;
}

/*.right .social-icons-subnav:last-child {
    margin-right: 0px;
}*/

.social-icons-subnav,
.social-icons-subnav div {
    display: inline-block;
}

.navbar-default-white {
    position: fixed;
    margin: 38px auto;
    top: 0px;
    background: #fff !important;
    border-bottom: 1px groove rgba(255, 255, 255, 0);
    box-shadow: 5px 5px 2px rgb(23 36 52 / 0%);
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    z-index: 9999;
}

.navbar-default-white {
    transform: translateZ(0);
    width: 100%;
    height: 80px;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.navbar-default-white.sticky {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: inherit;
    box-sizing: border-box;
    -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .3s cubic-bezier(.165, .84, .44, 1);
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-brand.white {
    position: relative;
    top: -18px;
    left: 0px;
    z-index: 2;
}

.carousel-inner {
    max-height: 500px;
}


.img-fluid-header {
    height: 100%;
    width: 100%;
}

.navbar-brand.white img.black {
    display: none;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 7px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ba4c73;
}

#scrollUp {
    background: #8e0000 none repeat scroll 0 0;
    bottom: 90px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 45px;
    line-height: 39px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 45px;
    z-index: 9999;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

/*footer 2*/
.site-footer {
    background-color: #000;
    /*padding-top: 40px;*/
}

.footer-primary .widget {
    font-family: 'Playfair Display', serif;
    color: #e0e0e0;
}

.widget {
    margin-bottom: 30px;
}

.footer-primary .widget .widget-title {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 18px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}


.footer-primary .widget .widget-title:before {
    background-color: #8e0000;
    content: "";
    height: 20px;
    width: 5px;
    margin-right: 10px;
}

.footer-primary .widget .widget-title::after {
    background-color: #8e0000;
    content: "";
    height: 20px;
    width: 5px;
    margin-left: 10px;
}

.footer-primary .widget ul {
    list-style: none;
    padding-left: 0px;
    line-height: 25px;
}

.site-footer .buttom-footer {
    background-color: #8e0000;
    padding: 5px 0;
}

.site-footer .footer-menu ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.site-footer .footer-menu ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

.site-footer .footer-menu ul li:before {
    content: "|";
    position: absolute;
    top: 0;
    right: -2px;
    font-size: 14px;
    color: #B6B6B6;
}

.site-footer .footer-menu ul li a {
    color: #ffffff;
    font-size: 15px;
}

.site-footer .copy-right {
    color: #ffffff;
}

.site-footer .copy-right a:hover {
    color: #0073b2;
}

.footercontent a i {
    text-align: center;
    color: #fff;
    /* border: 1px solid #fff; */
    height: 30px;
    width: 30px;
    margin: auto;
    line-height: 20px;
    font-size: 16px;
}

.facebook-icon {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #3b5a9a !important;
    color: #fff;
}

.insta-icon {
    margin-right: 0px;
    /*padding: 5px;*/
    border-radius: 50%;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    color: #fff;
}

.linkedin-icon {
    margin-right: 0px;
    /*padding: 5px;*/
    border-radius: 50%;
    background-color: #0073b2 !important;
    color: #fff;
}

.facebook-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #3b5a9a !important;
    color: #fff;
}

.insta-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    color: #fff;
}

.linkedin-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #0073b2 !important;
    color: #fff;
}

.footercontainer {
    max-width: 1920px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

/*header*/

.top-container {
    background-color: #8e0000;
    padding: 10px 10px 20px 10px;
    text-align: left;
    color: #fff;
    height: 43px;
}

.top-container .rightcontent {
    float: right;
}

.top-container .fa {
    font-size: 15px;
    color: #fff;
    /*padding: 5px 10px 0px 10px;*/
}

.top-container .fab {
    font-size: 25px;
    color: #fff;
    padding: 5px 10px 0px 10px;
}

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky-opacity {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky-opacity #navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    color: #000;
    transition: background 1s linear;
    box-shadow: 0px 0px 8px #c1c1c1;
}

.sticky-opacity .navbar-nav>li>a {
    text-align: center;
    padding: 12px 12px 15px 12px;
    text-decoration: none;
    font-size: 17px;
    line-height: 25px;
    border-radius: 4px;
    /*color: #000;*/
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    /*font-weight: bold;*/
}

.sticky-opacity .navbar-nav>li>a:hover {
    color: #8e0000;
}


.sticky+.content {
    padding-top: 102px;
}

#navbar {
    /*overflow: hidden;*/
    background: #fff;
    /*padding: 90px 10px;*/
    transition: 0.4s;
    position: fixed;
    width: 100%;
    /*top: 53px;*/
    /*z-index: 1;*/
    height: 90px;
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
}

.header-logo {
    padding: 4px 10px;
    font-size: 18px;
}

.header-logo img {
    max-width: 200px;
    transition: 0.4s;
    margin-bottom: 0px;
}

.navbar-nav>li>a {
    text-align: center;
    padding: 12px 12px 15px 12px;
    text-decoration: none;
    font-size: 17px;
    line-height: 25px;
    border-radius: 4px;
    color: #000;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
}

.navbar-nav>li>a:hover {
    color: #8e0000;
    background-color: transparent;
}

.navbar-nav>li>a:active {
    color: #000;
    background-color: transparent;
}

.dropdown-menu {
    background-color: #00000078;
    color: #fff;
}

.dropdown-menu>li>a {
    color: #fff;
}

/*#navbar a:hover {
            background-color: #fff;
            color: #5E3030;
        }

        #navbar a.active {
            background-color: #fff;
            color: #5E3030;
        }*/

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand img {
    /* width: 100%; */
    height: 84px;
    /* max-height: 44px !important; */
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    padding: inherit;
    margin-top: -13px;
}



/*.sticky-opacity .navbar-brand img {
    width: 100%;
    height: 100px;
}*/

#navbar-right {
    float: right;
}

#myHeader {
    /*overflow:hidden;*/
    height: 90px;
    /*position: absolute;*/
    z-index: 10000;
    /*margin-bottom: 10px;
    border-bottom: 1px solid #000;*/
}

.logo-text {
    font-weight: bold;
    font-size: 25px;
    color: #8e0000;
    font-family: sans-serif;
    margin-left: -2px;
}


/*.navbar-header a:hover {
    border: 1px solid #f00;
}*/

@media screen and (max-width: 580px) {
    #navbar {
        padding: 10px 0px !important;
        margin-bottom: 10px;
    }

    #navbar a {
        float: none;
        display: block;
        text-align: left;
    }

    #navbar-right {
        float: none;
    }

    .sticky-opacity .navbar-toggle {
        border: 1px solid #5c4f3b;
    }

    .sticky-opacity .navbar-toggle .fa {
        color: #5c4f3b;
    }

    .navbar-toggle {
        /*background-color: #fff;*/
        border: 1px solid #5c4f3b;
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 25px;
        top: 2px;
        padding: 9px 10px;
        position: relative;
        filter: alpha(opacity=0);
        -webkit-transition: 200ms ease;
        -moz-transition: 200ms ease;
        -o-transition: 200ms ease;
        transition: 200ms ease;
    }

    .navbar-toggle .fa {
        color: #5c4f3b;
        transform: rotate(360deg);
        transition: transform 0.5s ease 0s;
        transform-style: preserve-3d;
    }

    .top-container {
        background-color: #8e0000;
        padding: 10px 10px 10px 10px;
        text-align: center;
    }

    .top-container .rightcontent {
        text-align: center;
        float: none;
    }

    .navbar-collapse ul {
        background-color: #8e0000;
        color: #fff;
        margin-right: 0px;
        margin-top: 1px;
        text-align: center;
        width: 80%;
    }

    .navbar-nav>li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav>li {
        display: block;
        position: relative;
    }

    .navbar-collapse.in {
        overflow-y: visible;
        /*height: 100%;*/
        position: relative;
        /*width: 100%;*/
        margin-right: 0px;
    }

    .dropdown-menu>li>a {
        color: #fff;
    }

    .navbar-nav>li>a {
        padding: 15px 12px 15px 12px;
        line-height: 20px;
        margin-top: 0px;
    }
}

@media(max-width:767px) {

    .top-container {
        display: inline-table;
        display: none;
    }

    #myHeader {
        /*overflow:hidden;*/
        z-index: 999;
    }

    .navbar-nav>li>a {
        color: #fff;
    }

    .navbar-nav>li>a:hover {
        color: #000;
        background-color: transparent;
    }

    /*.navbar-nav > li > a {
        color: #fff;
    }*/
    .navbar-collapse {
        padding-right: 0px;
    }

    .sticky-opacity .navbar-brand img,
    .navbar-brand img {
        width: 75px;
        height: auto;
        /*margin-top: -25px;*/
    }
}


.navbar-nav {
    margin: 21.5px 15px;
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand {
        margin-left: 0px;
    }
}

/***********************************New Header start****************************/
/*#header {
    -moz-user-select: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    left: 0;
    min-height: 70px;
    padding: 0 11px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 11;
}

.logo-img-responsive {
    display: inline-block;
    max-width: 320px;
    padding: 0px;
    height: 77px;
}

.softtitle:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo a {
    padding: 7px 15px;
    margin-top: -7px;
}

.logo a {
    color: #fff;
    display: inline-block;
    font-size: 25px;
    font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif sans-serif;
}

.header-inner {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 17px 0;
    position: relative;
}

    .header-inner > li:not(.pull-right) {
        float: left;
 
    }

.header-inner-visitor {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 17px 0;
    position: relative;
}

    .header-inner-visitor > li:not(.pull-right) {
        float: left;
        margin-left: -30px;
    }


#menu-trigger {
    cursor: pointer;
    height: 37px;
    width: 43px;
    border-radius: 5px;
    margin-top: 3px;
}

.menu-trigger {
    margin-right: -170px;
}

.menu-trigger-visitor {
    margin-right: -285px;
}

.lblusername {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    margin-right: 10px;
    margin-top: 10px;
}

.line-wrap {
    height: 12px;
    margin: 12px 11px;
    transition: all 300ms ease 0s;
    width: 26px;
}

#menu-trigger .line-wrap .line {
    background-color: #89692E;
}

.line-wrap .line {
    height: 5px;
    transition: all 300ms ease 0s;
    width: 25px;
}

.open .line-wrap .line.top {
    width: 12px;
}

.line-wrap .line.center {
    margin: 3px 0;
}

.open .line-wrap .line.bottom {
    width: 12px;
}

#sidebar-wrapper {
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 54px;
}

.main-menu {
    list-style: outside none none;
    margin: 2px 0 0;
    padding-left: 0;
}

    .main-menu > li > a > i {
        font-size: 19px;
        left: 225px;
        padding: 18px 0;
        position: absolute;
        text-align: center;
        top: 0;
        width: 25px;
        color: #fff;
    }

    .main-menu > li > a {
        display: block;
        font-weight: bold;
        font-size: 17px;
        font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif sans-serif;
        padding: 15px 20px 14px 20px;
        position: relative;
        text-decoration: none;
        border-bottom: 1px solid gray;
        margin-bottom: 2px;
        background: black;
    }

        .main-menu > li > a:hover {
            background-color: #265397;
            color: #fff;
        }

        .main-menu > li > a:focus {
            background-color: #265397;
            color: #fff;
        }

body:not(.sw-toggled) #sidebar {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
}

.sidebar.toggled {
    opacity: 0.8;
    display: block;
}

.sidebar {
    background: #000;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
    height: 100%;
    display: none;
    overflow-y: auto;
    position: fixed;
    top: 0px;
    transition: all 300ms ease 0s;
    z-index: 10;
    right: 0px;
    width: 25%;
}

.pull-right span {
    font-size: 30px;
    cursor: pointer;
    color: #ba4c73;
    max-width: 24px;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-size: 35px;
    line-height: 2;
}

.sidenav {
    height: 100%;
    width: 0;
    
    z-index: 99 !important;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}*/
/***********************************New Header end****************************/

/****************************************Slider Start*****************************************/
#myCarousel {
    border: none;
}

.owl-carousel1 .owl-stage-outer {
    /*height: 500px;*/
    overflow: visible;
}

.owl-carousel1 .owl-nav {
    display: none;
}

.owl-carousel1 .owl-dots {
    position: absolute;
    /*bottom: 25px;*/
    bottom: 0px;
    left: 50%;
    transform: translatex(-50%);
}

.owl-carousel1 .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border: 2px solid #f1c75f;
    border-radius: 50px;
    display: inline-block;
    margin: 0 3px;
    transition: .3s;
}

.owl-carousel1 .owl-dots .owl-dot.active {
    background: #fff;
    border-color: #90682d;
}


@media (min-width: 992px) {
    .navbar {
        margin-bottom: 0px;
    }
}

@media(max-width:787px) {

    /*.carousel-inner {
        height: 250px;
    }*/
    .owl-carousel1 .owl-stage-outer {
        height: 200px;
    }

    .owl-carousel1 .owl-stage-outer .owl-item img {
        /* height: 250px; */
         height: 199px;
    }

    .owl-carousel1 .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
    }
}



.bgwhite {
    background-color: #fff;
}

.single_slider {
    background-size: cover;
}

/**new slider***/
.fade-carousel {
    position: relative;
    min-height: 600px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d1573;
    opacity: 1;
}

.carousel-indicators>li {
    background: #fff;
    border-color: #fff;
    width: 20px;
    height: 20px;
}

.carousel-indicators>li.active {
    width: 20px;
    height: 20px;
    background: #dfb858;
    border-color: #dfb858;
}

.carousel-indicators>li {
    margin: 0 4px;
    opacity: .8;
}

/*.fade-carousel .carousel-inner .item {
    min-height: 600px;
}*/
.slides .slide-1 {
    background-image: url('../images/KDS_9098.JPG');
    background-position: center;
}

.slides .slide-2 {
    background-image: url('../images/KDS_8779.JPG');
    background-position: center;
}

.slides .slide-3 {
    background-image: url('../images/KDS_8784.JPG');
    background-position: center;
}

.slides .slide-1 {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-2 {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-3 {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a8;
    opacity: 0.8;
    z-index: 0;
}

.slides .slide-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a8;
    opacity: 0.8;
    z-index: 0;
}

.slides .slide-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a8;
    opacity: 0.8;
    z-index: 0;
}


.mgt {
    margin-top: 0 !important;
}

.fade-carousel .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.fade-carousel .carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.fade-carousel .slides .slide-1 {
    background-position: center;
}

.fade-carousel .slides .slide-2 {
    background-position: center;
}

.fade-carousel .slides .slide-3 {
    background-position: center;
}

.carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.hero {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 30%;
    padding: 20px 15px;
    z-index: 2;
    color: #fff;
    text-transform: capitalize;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 75%);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.hero h1 {
    /* text-transform: uppercase;
    background: linear-gradient(90deg, var(--website-color2), var(--website-color1), var(--website-color2));
    background-repeat: no-repeat;
    background-size: 90%;
    -webkit-animation: shine 3s linear infinite;
    animation: shine 8s linear infinite;
    -webkit-background-clip: text;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -0.02em;
    margin-bottom: 13px;
    text-transform: uppercase;
    display: inline-flex;
    position: relative; */
    text-transform: uppercase;
    background: linear-gradient(90deg, var(--website-color2), var(--website-color1), var(--website-color2));
    background-repeat: no-repeat;
    background-size: 90%;
    -webkit-animation: shine 3s linear infinite;
    animation: shine 8s linear infinite;
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: rgb(255 255 255 / 0%); */
    /* -webkit-text-fill-color: rgb(255 255 255 / 42%); */
    font-weight: 700;
    font-size: 35px;
    letter-spacing: -0.02em;
    margin-bottom: 13px;
    text-transform: uppercase;
    display: inline-flex;
    position: relative;
    letter-spacing: 1px;
    line-height: 150% !important;
}

/*.hero_1 {
    left: 88% !important;
}*/

.hero hr {
    width: 10%;
    border-color: #fff;
    border-color: #90682d;
    margin-left: 0;
}

.hero p {
    color: #fff;
    text-align: justify;
}

.hero h4 {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    font-weight: normal;
}

.button0 {
    background: #ffffff;
    display: inline-block;
    padding: 15px 30px 17px 30px;
    margin-top: 10px;
    font-weight: bold;
    border: solid 2px #ffffff;
    color: #8e0000;
}

.button0:hover {
    background: #8e0000;
    color: #fff;
}

.button1 {
    background: #333;
    display: inline-block;
    color: #310303;
    padding: 2px;
    margin-top: 0px;
    border: solid 2px;
}

.button1:hover {
    background: #fff;
    color: #333;
    border: solid 2px #333;
}

.button_1 {
    background: #333;
    display: inline-block;
    color: #f1c75f;
    font-weight: bold;
    padding: 15px 30px 17px 30px;
    margin-top: 10px;
    border: solid 2px;
    /*font-weight: normal;*/
}

.button_1:hover {
    background: #dfb858;
    color: #fff;
}

.button2 {
    background: #ffffff;
    display: inline-block;
    padding: 15px 30px 17px 30px;
    margin-top: 10px;
    font-weight: bold;
    border: solid 2px #8e0000;
    color: #8e0000;
}

.button2:hover {
    background: #8e0000;
    color: #fff;
}

.Achievement .btn-wrapper {
    text-align: left;
}

@media(max-width:767px) {
    .slides .slide-1 {
        min-height: 200px;
    }

    .slides .slide-2 {
        min-height: 200px;
    }

    .slides .slide-3 {
        min-height: 200px;
    }

    .hero p {
        font-size: 7px;
        line-height: 15px;
    }

    .hero h1 {
        font-size: 14px;
    }

    .hero {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        padding: 10px 7px;
    }

    .hero h4 {
        font-size: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }

    /*.hero_1 {
        left: 74% !important;
    }*/

    .button0 {
        padding: 5PX;
        margin-top: 0px;
    }

    .button_1 {
        padding: 5px;
        margin-top: 0px;
    }

    .hero hr {
        margin-bottom: 5px;
        margin-top: -5px;
    }
}


/****************************************Slider End*****************************************/

/****************************************AboutMe Start*****************************************/
.about-section {
    border-bottom: 1px solid #dee2e6;
}

.about-section .about-card {
    /*padding: 60px;*/
    border-right: 1px solid #dee2e6;
}

.about-card-margin {
    margin-top: 15%;
}

.title-font-weight-light {
    font-weight: bold !important;
    font-size: 40px;
}

.line {
    display: block;
    width: 25px;
    height: 1.5px;
    background-color: #8e0000;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.btn-outline-danger {
    color: #f85c70;
    border-color: #f85c70;
}

.info {
    color: #6c757d;
    font-size: 14px;
}

.info li {
    padding-bottom: 8px;
}

.info span {
    font-weight: 600;
    font-size: 14px;
    color: #343a40;
}


.SectionPadingtb {
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-card p {
    margin: 0 0 10px;
    text-align: justify;
}

.social-item i {
    color: #f85c70;
    font-size: 20px;
}

.about-card h5 {
    font-weight: bold;
    font-size: 15px;
}

.about-card h6 {
    font-weight: bold;
    font-size: 15px;
}

.about-card img {
    width: 100%;
}

.about-card .about-card {
    position: relative;
    z-index: 0;
}

.about-card .animated-img {
    position: absolute;
    z-index: -1;
    top: -20px;
    -webkit-animation: animatedBackground 1s linear infinite alternate;
    animation: animatedBackground 1s linear infinite alternate;
}


.ftco-about .my-interest {
    margin-top: 30px;
}

.interest-wrap {
    width: 36%;
    border-left: 2px solid #b1b493;
    padding-left: 10px;
}

.interest-wrap .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #b1b493;
}

.interest-wrap .icon:hover {
    background: #8e0000;
}

.interest-wrap .icon i {
    font-size: 24px;
    margin-left: 9px;
    margin-top: 10px;
    color: #fff;
}

/* .interest-wrap .icon i {
            font-size: 18px;
            margin-left: 5px;
            margin-top: 5px;
            color: #fff;
        } */

.about-info {
    margin-left: -25px;
}

ul.about-info li span:first-child {
    font-weight: 600;
    color: #000000;
    width: 130px;
}

.interest-wrap .icon span {
    color: #000000;
    font-size: 18px;
}

.interest-wrap .text {
    font-weight: 600;
    color: #3b3b3b;
    padding-left: 5px;
    margin-top: 8px;
    font-size: 16px;
}

.sectitle {
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0px;
    border-left: 2px solid #b1b493;
}

.sectitle span {
    color: #8e0000 !important;
    margin-left: 10px;
}

@media(max-width:767px) {

    .SectionPadingtb {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (max-width: 1199.98px) {
    .my-interest .interest-wrap {
        width: 50%;
        float: left;
        margin-bottom: 10px;
        font-size: 7px;
    }
}

/****************************************AboutMe End *****************************************/
.img-fluid {
    width: 100%;
}

.ftco-hireme {
    background: #8e0000;
    padding: 0px 0px 40px 0px;
    color: rgba(255, 255, 255, 0.9);
}

.ftco-hireme h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.centertextlrtb {
    margin-top: 50px;
}

@media(max-width:767px) {
    .centertextlrtb {
        margin-top: 0px;
    }
}

@media (min-width: 992px) {
    .ftco-hireme img {
        margin-top: -90px;
    }
}

/****************************************Vision Mission Start *****************************************/

.bg-gray {
    background-color: #f3f7fd;
}

.site-heading h5 {
    color: #bf3654;
}

.site-heading h5 {
    text-transform: uppercase;
    /*font-weight: 800;*/
    color: #919b97;
    font-size: 18px;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 20px 0px 0px 0px;
}

.site-heading h2 {
    display: block;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    line-height: 1.2;
    padding-bottom: 10px;
    font-size: 40px;
    margin-top: 10px;
}

.testimonials-area .item .info {
    padding: 50px;
    background: #ffffff;
    box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 6%);
    position: relative;
    padding-top: 0;
    padding-bottom: 40px;
    height: 320px;
    border-top: solid 2px #8e0000;
}

.testimonials-area .item .info:hover {
    background: #8e0000;
}


.hibiscus .testimonials-area .item .info i {
    background: #bf3654;
}

.testimonials-area .item .info i {
    left: 50px;
    top: 0;
    height: 60px;
    background: #8e0000;
    width: 50px;
    border-radius: 0 0 30px 30px;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    display: inline-block;
    font-size: 25px;
}

.testimonials-area .item .provider {
    align-items: center;
    margin-bottom: 15px;
    margin-top: 25px;
}

.testimonials-area .item .provider h4 {
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: 800;
}

.hibiscus .testimonials-area .item .provider span {
    color: #bf3654;
}

.testimonials-area .item .provider span {
    color: #919b97;
    font-weight: 600;
}

.testimonials-area .item .info p {
    margin-bottom: 0;
    text-align: justify;
}

.vmbottom {
    margin: 30px 0px;
}

.testimonials-area .item .info:hover .provider h4 {
    color: #fff;
}

.testimonials-area .item .info:hover .provider span {
    color: #fff;
}

.testimonials-area .item .info:hover p {
    color: #fff;
}

.testimonials-area .item .info:hover i {
    background: #fff;
    color: #8e0000;
}

.offset-lg-2 {
    margin-left: 16.666667%;
}

@media(max-width:767px) {
    .offset-lg-2 {
        margin-left: 0%;
    }

    .testimonials-area .item .info {
        padding: 10px;
        height: auto;
    }

    .site-heading h2 {
        font-size: 20px;
    }
}

.heading-divider {
    display: inline-block;
    position: relative;
    height: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #8e0000;
    width: 90px;
    overflow: hidden;
}

.hibiscus .heading-divider {
    background-color: #bf3654;
}

.heading-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1.1px;
    height: 7px;
    width: 8px;
    background-color: #ffffff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: infinite-move;
    animation-name: infinite-move;
}

.bg-gray .heading-divider:after {
    background-color: #f3f7fd;
}

@-webkit-keyframes infinite-move {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

@-webkit-keyframes infinite-move {
    from {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -ms-transform: translateX(88px);
        transform: translateX(88px);
    }
}

@keyframes infinite-move {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

/****************************************Vision Mission ENd*****************************************/
/****************************************Business List Start*****************************************/
.bggray {
    background-color: #8e0000;
}

.square-holder {
    padding: 40px;
    border: 1px solid #cecece;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background-color: #f1f1f1;
    min-height: 200px;
    height: 200px;
    border-radius: 0px 0px 50% 50%;
}

.square-holder img {
    max-width: 100%;
    filter: grayscale(100%);
    transition: all 0.3s;
}

.square-holder:hover img {
    filter: none;
}

.MyBusiness h2 {
    color: #fff;
}

.handlingbusiness {
    width: 19.666667%;
}

.row .col.s4 {
    width: 20%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px;
}

@media(max-width:767px) {
    .row .col.s4 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .square-holder {
        height: 120px;
        min-height: 0px;
    }

    .handlingbusiness {
        width: 50.666667%;
    }
}

/****************************************Business List ENd*****************************************/
/****************************************Social Media Section start*****************************************/
.footer_text .social_share {
    width: 100%;
    padding: 0px 0px;
    text-align: center;
    left: 0px;
}

.footer_text .social_share li {
    margin-right: 8px;
}

.footer_text .social_share li,
.widget_link ul li {
    display: inline-block;
    float: none;
    margin-right: 5px;
}

.social_share li {
    float: left;
    width: auto;
    margin-right: 8px;
}

li {
    list-style: none;
    text-decoration: none;
}

.social_share li a {
    display: inline-block;
    position: relative;
}

.dl-menuwrapper li a,
.login_search button,
.donate_btn,
.plus_btn_icon,
.theam_btn,
.theam_btn.btn2,
.city_event_meta_list li a,
.city_wideget_links li a,
.community_column span,
.contact_socail_text h5 a,
.contact_form_socail li span,
.team_fig figure:before,
.team_fig .social_share,
.donate_list li a,
.contact_link,
.navigation li ul li a,
.navigation li>ul,
.header02 .navigation li a,
.top_info_caption a,
.top_email_field a,
.social li a,
.menu_btn,
.drop_list .list li,
.event_tabs_link li a:before,
.event_tabs_list li a,
.event_speaker_fig .social_share,
.event_speaker_fig .overlay:before,
.event_speaker .slick-dots li.slick-active button,
.event_location_list,
.event_share .btn2,
.event_list,
.event_colume,
.event_list,
.event_find_more,
.event_list li a,
.event_text .btn2,
.post_area textarea:focus,
.post_field input:focus,
.comment_text a,
.post_submit button,
.post_submit button:before,
.blog_post_text a,
.blog_post_prev>a,
.tags_list span a,
.process_link li a,
.video_btn2,
.categories_list ul li a,
.post_btn li.active a,
.widget_field input:focus,
.pagination li a::before,
.blog_fig,
.blog_social_meta li a,
.blog_meta>a,
.right_content .Login_list li a,
.top_content,
.play_btn02,
.widget_link ul li a,
.info_text a,
.alert_btn,
.meta_list li a,
.social_list li a,
.gallery_text,
.nation_service_fig:before,
.nation_service_text h5,
.nation_service_text span,
.nation_service_fig .overlay:before,
.service_text h4,
.service_text span,
.donate_service_text,
.Login_list li a,
.navigation li a,
.more_btn,
.play_btn,
.play_btn:before,
.social_share li a:before,
.top_email_field input:focus,
.top_info_text a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* .social_share li a:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url('../images/shape-icon2.png');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
} */

.social_share li a span {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin: -12px auto;
}

.social_share li a:hover:before {
    opacity: 1;
}

/****************************************Social Media Section ENd*****************************************/
/****************************************Achievement Section  Start *****************************************/
.Achievement {
    background: #fff;
    box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 6%);
}

.Achievement .text-wrapper {
    text-align: justify;
}

.animated-img-box p {
    padding-top: 30px;
}

.animated-img-box .img-wrap {
    display: inline-block;
    position: relative;
}

.animated-img-box .img-wrap img {
    border-radius: 50%;
}

.Technologies-area .animated-image-area .animated-img-box {
    position: absolute;
    left: 5%;
    top: 35%;
    z-index: 1;
}

.Technologies-area .animated-image-area .animated-img-box.item-2 {
    left: 45%;
    top: 7%;
}

.Technologies-area .animated-image-area .animated-img-box.item-3 {
    left: 38%;
    top: 52%;
}

.animated-img-box .img-wrap::before {
    display: block;
    content: "";
    height: 105%;
    width: 110%;
    background: #5ED4F0;
    position: absolute;
    z-index: -1;
    border-radius: 40%;
    left: -5%;
    top: -5%;
    -webkit-animation: animatebg 7s linear infinite;
    animation: animatebg 7s linear infinite;
}

.animated-img-box .img-wrap::after {
    display: block;
    content: "";
    height: 120%;
    width: 110%;
    background: rgba(94, 211, 240, 0.527);
    position: absolute;
    z-index: -1;
    border-radius: 45%;
    left: -5%;
    top: -10%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: animatebg 10s linear infinite;
    animation: animatebg 10s linear infinite;
}

.align-items-center- {
    text-align: center;
}

@media only screen and (max-width: 1366px) {
    .animated-img-box .img-wrap img {
        max-width: 150px;
    }
}

b,
strong {
    color: #d1c3c3;
    font-weight: bold;
}

@media only screen and (max-width: 575px) {
    .Technologies-area .animated-image-area {
        padding: 35px 15px 40px;
        display: flex;
        flex-direction: column;
    }

    /* .Technologies-area .animated-image-area .main-img {
        display: none;
        
    } */

    .Technologies-area .animated-image-area .main-img {
        /* display: none; */
        margin-top: -20%;
        margin-left: -1%;
    }

    .Technologies-area .animated-image-area .animated-img-box {
        position: relative;
        left: initial !important;
        top: initial !important;
        padding: 20px 0;
    }
}

@media only screen and (max-width: 991px) {
    .Technologies-area .animated-image-area .animated-img-box {
        left: 10%;
        top: 40%;
    }

    .animated-img-box .img-wrap::before {
        animation: none;
    }

    .animated-img-box .img-wrap::after {
        animation: none;
    }
}

/****************************************Achievement Section End *****************************************/
.footer_widget {
    border-bottom: solid 2px #8e0000;
}


/* ----------- ABOUT ME ---------- */
.about-me {
    padding: 0px 80px 60px 60px;
}

.about-me-tabs {
    gap: 12px;
    margin-bottom: 25px;
    margin-top: 5%;
}

.about-me-tab-item {
    flex: 1;
    text-align: center;
    background: rgb(233 230 230);
    padding: 14px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.3s;
}

.about-me-tab-item:hover {
    background: rgba(255, 255, 255, 0.12);
}

.about-me-tab-item.active {
    background: #8e0000;
    color: #fff;
    border-color: #8e0000;
}

.about-me-content {
    background: rgba(255, 255, 255, 0.03);
    padding: 25px 30px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
}

.about-title {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 8px;
}

.about-line {
    width: 60px;
    height: 3px;
    background: #8e0000;
    display: block;
    margin-bottom: 20px;
    border-radius: 5px;
}

.about-me-tab-content {
    display: none;
    animation: fadeIn 0.4s ease;
}

.about-me-tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.my-interest .interest-wrap {
    margin-right: 25px;
    margin-top: 15px;
}

.my-interest .icon {
    width: 45px;
    height: 45px;
    background: #b1b493;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 28px;

}

.about-me-img-box {
    position: relative;
    width: 100%;
    max-width: 430px;
    margin: auto;
}

.about-me-img-bg {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    width: 100%;
    height: 100%;
    padding: 25px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.about-me-img {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 400px;
    border: 2px solid #000;
    background: #00000000;
    padding: 20px 20px 0px 20px;
    border-radius: 10px;
}

.about-me-img-box {
    position: relative;
    width: 100%;
    max-width: 430px;
    margin: auto;
    margin-top: 0%;
}

.about-me-img-bg {
    position: absolute;
    top: 145px;
    left: 14px;
    width: 97%;
    height: 74%;
    background-image: url(assets/images/bg-red.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f3f3f3;
    border-radius: 30px;
    z-index: 1;
}

.about-me-img {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 400px;
    border: 2px solid #00000000;
    background: #00000000;
    padding: 20px 20px 0px 20px;
    border-radius: 10px;
    transform: translate(0, 20px);
}


@media (max-width: 768px) {

    .about-me {
        padding: 30px 0;
    }

    .about-title {
        font-size: 22px;
        text-align: center;
    }

    .about-me-tabs {
        flex-wrap: wrap;
        gap: 10px;
    }

    .about-me-tab-item {
        flex: 1 1 45%;
        font-size: 14px;
        padding: 10px;
    }

    .about-me-content {
        padding: 18px 18px;
    }

    .about-me-img-box {
        max-width: 300px;
        margin-top: -2%;
    }

    .about-me-img-bg {
        top: 110px;
        left: 10px;
        width: 95%;
        height: 70%;
    }

    .about-me-img {
        max-width: 280px;
        padding: 18px 18px 0 18px;
    }
}

@media (max-width: 576px) {

    .about-me {
        padding: 25px 0;
    }

    .about-title {
        font-size: 20px;
    }

    .about-line {
        margin: 0 auto 15px;
    }

    .about-me-tabs {
        gap: 8px;
    }

    .about-me-tab-item {
        flex: 1 1 0%;
        font-size: 11px;
        padding: 10px;
    }

    .about-me-content {
        padding: 16px 16px;
    }

    .my-interest .interest-wrap {
        margin-right: 0;
        width: 100%;
    }

    .about-me-img-box {
        max-width: 260px;
        margin-top: -8%;
        margin-bottom: 10%;
    }

    .about-me-img-bg {
        top: 100px;
        left: 8px;
        width: 94%;
        height: 68%;
    }

    .about-me-img {
        max-width: 240px;
        padding: 16px 16px 0 16px;
        transform: translate(0, 10px);
    }
}

@media(max-width:767px) {
    .fade-carousel {
        position: relative;
        min-height: 0px;
    }
}

.about-me-tab-content p {
    text-align: justify;
}




/* ----- SLIDER TRIAL ------- */

.slider-trial {
    max-width: 2000px;
    background: #000000;
    height: 550px;
}

.slider-trial .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 750px;
    position: relative;
    z-index: 0;
}

.slider-trial .slider-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.slider-trial .slider-item .slider-text .one-third {
    width: 70%;
    position: relative;
    height: 630px;
    left: 32%;
    z-index: -1;
    box-shadow: 20px -20px 69px -27px rgba(0, 0, 0, 0.16);
}

.slider-trial .slider-item .slider-text .one-third .overlay,
.slider-trial .slider-item .slider-text .one-third .overlay-1 {
    position: absolute;
    background: linear-gradient(90deg, #000000 0%, rgba(10, 22, 94, 0) 90%);
    height: 100%;
    opacity: 1;
}

.slider-image {
    width: 100% !important;
    height: 550px;
    float: right;
}

.slide-3-img {
    width: 100% !important;
    /* background: linear-gradient(90deg, #000000 50%, rgba(10, 22, 94, 0) 100%); */
}

@media (min-width: 992px) {
    .slider-trial .slider-item .slider-text .one-forth .text {
        position: absolute;
        top: 35%;
        left: 0;
        transform: translateY(-50%);
        right: 0;
        max-width: 95%;
        padding-left: 45px;
        padding-right: 3em;
    }
}

@media(max-width:767px) {
    .slider-trial .slider-item .slider-text .one-third {
        position: relative;
        height: 630px;
        left: 34%;
        z-index: -1;
        box-shadow: 20px -20px 69px -27px rgba(0, 0, 0, 0.16);
    }
}

@media (max-width: 767px) {
    .hero {
        /*top: 16%;*/
        position: absolute;
        width: 50%;
        top: 13%;
        left: 30%;
        padding: 10px 7px;
    }

    .slider-trial {
        /*height: 250px; */
        max-width: 2000px;
        background: #000000;
        height: 200px;
    }

}

.smis {
    height: 30px;
}

.smis-insta {
    height: 40px;
}


.main-img {
    margin-top: 20%;
    margin-left: 10%;
}

.achi-img {
    background: #f1f1f1;
    border: 2px solid #bdbdbd;
    border-radius: 1%;
    width: 500px;
    box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 6%);
}


@media(max-width:767px) {
    .achi-img {
        background: #f1f1f1;
        border: 2px solid #bdbdbd;
        border-radius: 1%;
        width: 300px;
    }
}

@media(max-width:767px) {
    .title-font-weight-light {
        font-weight: bold !important;
        font-size: 20px;
        text-align: center;
    }

    .about-me-tab-item {
        flex: 1 1 0%;
        font-size: 11px;
        padding: 7px;
    }

    .logo-text {
        font-weight: bold;
        font-size: 18px;
        color: #8e0000;
        font-family: sans-serif;
        margin-left: -2px;
    }

    .line {
        display: block;
        width: 44px;
        height: 1.5px;
        background-color: #8e0000;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin: 0px auto;
    }

    .heading-divider {
        display: block;
        position: relative;
        height: 2px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-color: #8e0000;
        width: 66px;
        margin: 0px auto;
        overflow: hidden;
    }

    .interest-wrap .text {
        font-weight: 600;
        color: #3b3b3b;
        padding-left: 0px;
        margin-top: 8px;
        font-size: 14px;
    }

}
