/***********Common Css***********/
body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: rgba(49, 49, 49, 0.7);
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-weight: 400;
    background-color: #FAFAFA;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

a {
    color: rgba(49, 49, 49, 0.7);
    text-decoration: none;
}

.container {
    max-width: 1280px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    box-sizing: border-box;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.justify-between {
    justify-content: space-between;
}

.form-control {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 38px;
    width: 100%;
    height: 40px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
    color: #878787;
}

.form-control:focus-visible {
    outline: 1px solid rgba(0, 0, 0, 0.5);
}

.block {
    display: block;
}

img {
    width: 100%;
    display: block;
}

figure {
    margin: 0%;
}

.light-mode-button {
    background: 0;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    height: 44px;
    width: 80px;
    position: relative;
}

.light-mode-button:focus {
    outline: none;
    /* Not ideal for accessibility */
}

.light-mode-button span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    height: 44px;
    width: 80px;
    border-radius: 40px;
    background-color: #ECECEC;
    transition: 0.3s;
}

.light-mode-button span:nth-child(2) {
    position: absolute;
    top: 4px;
    left: 41px;
    width: 36px;
    height: 36px;
    background: #F49300 url(../../images/template268/sun-icn.svg) no-repeat center;
    border-radius: 50%;
    transition: 0.3s;
    
}
.relative{ position: relative;}
.w-25{ width: 25%;}
.w-75{ width: 75%;}

/***********Header Css***********/
header {
    background-color: #fff;
    padding: 26px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

header .logo-light {
    -webkit-filter: invert(0) !important;
    -moz-filter: invert(0) !important;
    -ms-filter: invert(0) !important;
    -o-filter: invert(0) !important;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

header {
    padding: 10px 0;
}

.header-search-form {
    position: relative;
    margin-left: 32px;
}

.brand-search {
    align-items: center;
}

.header-search-form .search-btn {
    position: absolute;
    left: 0;
    top: -4px;
    z-index: 9;
}

.header-search-form .form-control {
    padding-left: 48px;
}

.search-btn {
    background-color: transparent;
    padding: 11px;
    width: 48px;
    height: 48px;
    text-align: center;
    border: none;
    border-radius: 48px;
    cursor: pointer;
}

.menu-bx ul {
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.menu-bx ul li {
    margin-left: 24px;
}


/***********Result Css***********/
.top-search-sec {
    padding: 32px 0; margin-top: 40px;
}
.bx-link{    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; z-index: 1;}

.search-bx {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    height: 100%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.search-bx .search-img-bx {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.search-bx img {
    border-radius: 8px 8px 0 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.search-bx:hover img {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.search-bx figcaption {
    padding: 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    color: rgba(7, 7, 7, 0.9);
}

.top-search-sec .col-4 {
    margin-bottom: 30px;
}


.search-bx-ne {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    height: 100%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.search-bx-ne .search-img-bx {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.search-bx-ne img {
    border-radius: 8px 8px 0 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.search-bx-ne figcaption {
    padding: 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    color: rgba(7, 7, 7, 0.9);
}

/***********Mobile Menu***********/
#menuToggle {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.Menu-separator{
    border-top: 1px solid rgba(135, 139, 138, 0.2);
    margin: 15px 0 0;
}

#menuToggle a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgba(49, 49, 49, 0.7);
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */

    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
    display: block;
    width: 33px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;

    background: #D9D9D9;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #D9D9D9;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(-2px, 2px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
    position: absolute;
    width: 150px;
    right: -7px;
      top: -5000px;
    padding: 0;
    background: #FAFAFA;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    border-radius: 4px; border: 1px solid rgba(135, 139, 138, 0.2);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; z-index: 9;
}

#menu li {
    padding: 10px;
    margin: 0;
    font-size: 14px;
    color: rgba(49, 49, 49, 0.7);
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked~ul {
    top: 33px;
}
#menu h6 {
    padding: 15px 15px 10px;
    font-size: 18px;
    margin: 0;
    color: rgba(0, 0, 0, 0.6);
}

/***********V2 Index(With Left Menu)***********/
.left-nav{
    background: #F4F4F4;
    border-radius: 8px; margin-right: 30px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    height: -webkit-calc(100vh - 164px);
    height: -moz-calc(100vh - 164px);
    height: calc(100vh - 164px);
}
.left-nav ul li{ margin: 0 !important;} 
.left-nav ul li a{ 
    padding: 15px 20px;
    display: block;
    color: #000000;
}
.left-nav ul li:hover a{ background-color: #EDEDED;}  
.left-nav ul li.active a{
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    background-color: #EDEDED; 
    border-left: 3px solid #BB86FC;
    color: #000000;
    border-color: #000000;
}
.top-search-w-left-menu .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
} 

/***********V3 Index(Background Gradient)***********/
.bg-gradient{
    background:url(../../images/template268/bg-img-v3.jpg) no-repeat center fixed;
    background-size: cover;
}
.bg-gradient .top-search-sec{ padding-top: 0; margin-top: 74px;}
.bg-gradient header{ 
    background:url(../../images/template268/bg-img-v3.jpg) no-repeat center fixed;
    background-size: cover;  
    border: none;
}
.bg-gradient .search-bx{ border-radius: 0; background: transparent;
border: 6px solid #FFFFFF; box-sizing: border-box;
}
.bg-gradient .search-bx .search-img-bx{ border-radius: 0;}
.bg-gradient .search-bx img{ border-radius: 0;}
.bg-gradient .row{ margin: 0 -7.5px;}
.bg-gradient .col-4{ padding: 0 7.5px; margin-bottom: 15px;}
.bg-gradient .search-bx figcaption {
    padding: 10px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    min-height: 50px; position: absolute; left: 0; bottom: 0; z-index: 1;
}
.bg-gradient .search-bx .bx-link{
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.52%, rgba(0, 0, 0, 0.59) 100%); */
    background: #ffffff;
}
.bg-gradient a {
    color: rgba(242, 242, 242, 0.7);
}
.bg-gradient .related_search_topics {
    color: rgba(242, 242, 242, 1);
}

/* Search Item Height */
.search-item {
    min-height: 300px;
}

@media (max-width: 999.98px) {
    .search-item {
        min-height: 250px;
    }
}

@media (max-width: 320px) {
    .search-item {
        min-height: 160px;
    }
}

.related_search_topics {
    padding: 0 16px;
    margin: 0 auto;
    font-size: 16px;
    text-align: right !important;
    padding-right: 5px !important;
    padding-bottom: 4px;
    color: #575757;
}

.related_search_topics_left_panel {
    padding: 10px 0px 0px 20px;
    font-size: 16px;
    color: #575757;
    text-align: left !important;
    padding-bottom: 4px;
}

.search-wrapper {
    max-width: 1110px;
    margin: 0px auto;
    padding: 0px;
    position: relative;
}

@media (max-width: 1198.98px) {
    .search-wrapper {
        max-width: 900px;
    }
}

@media (max-width: 990.98px) {
    .search-wrapper {
        max-width: 690px;
    }
}

.search-wrapper .input-search {
    height: 40px
}

@media (max-width: 767.98px) {
    .search-wrapper {
        max-width: 480px;
    }
}

.search-wrapper .input-search {
    width: calc(100% - 30px);
    height: 45px;
    background-color: #fff;
    border: none;
    outline: 0;
    padding: 10px 20px 10px 20px;
    color: #575b67;
    font-size: 16px
}

.search-wrapper .input-search.placeholder {
    color: #575b67;
    font-size: 16px
}

.search-wrapper .input-search:-moz-placeholder, .search-wrapper .input-search::-moz-placeholder {
    color: #575b67;
    font-size:16px
}

.search-wrapper .input-search:-ms-input-placeholder {
    color: #575b67;
    font-size:16px
}

.search-wrapper .input-search::-webkit-input-placeholder {
    color: #575b67;
    font-size:16px
}

.search-wrapper .btn-submit {
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
    padding: 10px;
    background: 0 0;
    outline: 0;
    border: none;
}

