/***
Theme Name:Oneiro Builder theme
Theme URI:https://Wordpress.org
Author: ZEESHAN
Author URI: https://Wordpress.org
Description: Custom theme
Version: 1.0
Text Domain: BUilder_Blank_Theme
**/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/*-------THEME-Container tempeorary css-------------------------------------------------------------------*/
.container {
    padding: 0 15px !important;
}

/*-------THEME-Container----------*/
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

/*-------THEME-BASICS----------*/

.row {
    margin-right: 0;
    margin-left: 0;
}

/*--------------------------------------All font Sizes-------------------------------------*/

/*--------------------------------------All font Families-------------------------------------*/
@font-face {
    font-family: 'Adobe Garamon';
    src: url('fonts/grampod.woff') format('woff');
}

.font-Montserrat {
    font-family: 'Montserrat', sans-serif !important;
}

.font-Oswald {
    font-family: 'Oswald', sans-serif;
}

.font-Adobe-Garamon {
    font-family: 'Adobe Garamon', sans-serif !important;
}

/*--------------------------------------All font weights-------------------------------------*/
.font-medium {
    font-weight: 500;
}

.font-Sbold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-Ebold {
    font-weight: 800;
}

.font-Blk-bold {
    font-weight: 900;
}

.line-height0 {
    line-height: 0;
}

/*--------------------------------------All Colors-------------------------------------*/

/*-----------------Font Colours-----------------*/
.font-theme-dark {
    color: #000000;
}

/*-----------------Background Colours-----------------*/
.theme-black-bg {
    background-color: #fff;
}

/*--------------------------------------All THEME-Buttons and bars contents-------------------------------------*/
.theme-blue-button {
    padding: 25px 2px;
    background-color: #799DCF;
    color: #fff;
    border-radius: 33px;
    font-size: 16px;
    width: auto;
    cursor: pointer;
    display: block;
    line-height: 0;
    font-family: 'Quicksand', sans-serif;
    border: 1px solid #fff;
    transition-duration: 700ms;
}

.cursor-pointer {
    cursor: pointer;
}

.hr-div {
    max-width: 233px;
    padding-top: 1px;
}

.star-ratiings .checked {
    color: #fff;
}

.top-social .button-apply {
    padding: 10px 26px;
    border: 2px solid #fff;
    width: 100%;
    max-width: 178px;
    border-radius: 10px;
    transform: scale(0.9);
    transition-duration: 600ms;
}

/*--------------------------------------Theme Resetting -------------------------------------*/
body .container {
    padding: 0;
}

.alignself {
    align-self: center;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.m-0 {
    margin: 0;
}

.item:focus, .item:hover {
    outline: none !important;
}

ul#menu {
    display: none;
}

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

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #3f4551;
    border-radius: 10px;
}

a, a:hover {
    text-decoration: none !important;
}

p {
    margin-top: 0;
    margin-bottom: .9rem;
}

img {
    height: auto;
    max-width: 100%
}

a:focus, input:focus, button:focus, select:focus, textarea:focus {
    outline: 0 !important
}

input[type="checkbox"], input[type="radio"] {
    width: auto !Important
}

.searchform {
    position: relative
}

.searchform input {
    border-radius: 30px;
    border: 1px solid #ccc;
    padding: 14px 20px;
    width: 100%;
}

.searchform button {
    border: 0px;
    background-color: transparent;
    font-size: 24px;
    position: absolute;
    top: 5px;
    right: 10px;
}

.not-found {
    margin: 100px 0;
}

.not-found p {
    margin-bottom: 30px;
}

.nav-bar {
    float: right;
    width: auto;
}

.main-navigation {
    clear: both;
    position: relative;
}

ul.nav-menu, div.nav-menu > ul {
    margin: 0;
    padding: 0;
}

.nav-menu li {
    display: inline-block;
    margin: 0px 51px 0 0;
    position: relative;
}

.nav-menu li a {
    color: #000000;
    display: block;
    line-height: 1;
    padding: 44px 0 44px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
}

.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
    background-color: transparent;
    color: #2F91B3;
}

.nav-menu .sub-menu, .nav-menu .children {
    background-color: #e35a28;
    border: 0px;
    border-top: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

ul.sub-menu li {
    margin: 0px
}

ul.sub-menu li a {
    color: #ffffff ;
    padding: 15px;
    text-align: left;
}

ul.sub-menu li a:hover {
    background: #000;
}

.nav-menu .sub-menu ul, .nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}

ul.nav-menu ul a, .nav-menu ul ul a {
    color: #ffffff;
    margin: 0;
    width: 200px;
}

ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus {
    background-color: #db572f;
}

ul.nav-menu li:hover > ul, .nav-menu ul li:hover > ul, ul.nav-menu .focus > ul, .nav-menu .focus > ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
}

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #2F91B3;
}

.closebtn, .openmenu, .menuToggle, .mobilesubmenu {
    display: none;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*--------------------------------------Slick Slider CSS contents-------------------------------------*/

/*--------------------------------------Slick slider end contents-------------------------------------*/
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}

.sub-pagenation-div li {
    display: inline-block;
    border-radius: 4px;
    width: auto;
}

.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}

.sub-pagenation-div li.current a, .sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}

.cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.ui-datepicker table {
    width: 100%;
}

.ui-datepicker-header {
    background: url('../img/dark_leather.png') repeat 0 0 #000;
    color: #e0e0e0;
    font-weight: bold;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
    box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
    text-shadow: 1px -1px 0px #000;
    filter: dropshadow(color=#000, offx=1, offy=-1);
    line-height: 30px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #111;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-prev, .ui-datepicker-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-image: url('images/arrow.png');
    background-repeat: no-repeat;
    line-height: 600%;
    overflow: hidden;
}

.ui-datepicker-prev {
    float: left;
    background-position: center -30px;
}

.ui-datepicker-next {
    float: right;
    background-position: center 0px;
}

.ui-datepicker thead {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
    background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
    border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
    text-transform: uppercase;
    font-size: 6pt;
    padding: 5px 0;
    color: #666666;
    text-align: center;
    text-shadow: 1px 0px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
    padding: 0;
    background-color: #ffffff;
    border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
    border-right: 0px;
}

.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
    border-bottom: 0px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    text-shadow: 1px 1px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: linear-gradient(top, #ededed 0%, #dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
    box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}

.ui-datepicker-calendar .ui-state-hover {
    background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
    background: #6eafbf;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    color: #e0e0e0;
    text-shadow: 0px 1px 0px #4d7a85;
    filter: dropshadow(color=#4d7a85, offx=0, offy=1);
    border: 1px solid #55838f;
    position: relative;
    margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4;
    color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
    width: 29px;
    margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
    width: 29px;
    margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0;
}

.container::after, .blogdetail::after, .fw-container::after, .entry-content::after {
    content: '';
    clear: both;
    display: block;
}

.blogdetail {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

/*--------------------------------------All Hoover Animations contents-------------------------------------*/


/*--------------------------------------All KeyFrames and static  Animations contents-------------------------------------*/

/*--------------------------------------Section header and one top -------------------------------------*/


/*--------------------------------------EXpert-slider -------------------------------------*/


/*--------------------------------------Contact Form7  css -------------------------------------*/

/*--------------------------------------Footer Section -------------------------------------*/


/*--------------------------------------Media Quries Section -------------------------------------*/

/*--------------------------------------Menu Responsive Quries Section -------------------------------------*/
@media ( max-width: 1920px ) {
    #menuToggle {
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 25%;
        left: 0;
        -webkit-user-select: none;
        user-select: none;
        z-index: 9999999;
        transform: translateY(-50%);
        height: 35px;
        cursor: pointer;
        transition-duration: 1500ms !important;
    }

    #menuToggle.open {
        top: 25%;
        transition-duration: 1500ms !important;
    }

    #menuToggle.open span {
        background-color: transparent;
    }

    #menuToggle.open .font-Oswald {
        color: transparent !important;
    }

    #menuToggle.open::after {
        content: 'X Close';
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        position: absolute;
    }

    #menuToggle input {
        width: 32px !important;
        height: 31px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        top: 0px;
    }

    #menuToggle span {
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 9px;
        position: relative;
        background: #fff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 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%;
    }

    #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #ffffff;
    }

    #menuToggle input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }

    ul.nav-menu li ul.sub-menu, ul.nav-menu li:hover ul.sub-menu {
        display: none !IMportant
    }

    ul.nav-menu li.open ul.sub-menu, ul.nav-menu li.open:hover ul.sub-menu {
        display: block !important
    }

    ul.sub-menu.open-submenu {
        display: block !Important;
        background-color: rgba(72, 72, 72, 0.85) !Important;
        top: 0 !Important
    }

    .mobilesubmenu.open {
        background-color: rgba(72, 72, 72, 0.85) !Important;
    }

ul.sub-menu {
	position: relative !Important;
	width: 100% !important;
	top: 0px !important;
	left: 0px !important;
	margin-left: 10px !important;
	margin-top: 0 !important;
	min-width: unset !important;
	max-width: 1000px;
}

    .site-logo {
        float: left;
    }

    .mobilesubmenu i {
        position: relative;
        top: 13px;
        right: 18px;
    }

    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        top: 0;
        border-bottom: 1px solid #717171;
        overflow: hidden;
        float: left;
    }

    .mobilesubmenu {
        display: block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #ffffff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 36px;
        height: 46px;
    }

    .nav-menu .sub-menu, .nav-menu .children {
        width: 100%;
    }

    ul.sub-menu li {
        display: block;
    }

    ul.sub-menu, .open-submenu {
        transition: all 1s;
    }

    .openmenu {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        color: #333333;
        float: right;
    }

    .nav-bar.open {
        left: 0;
    }

    .nav-menu li a {
        color: #ffffff;
        float: left;
        font-weight: normal;
        font-size: 16px;
        padding: 15px 0;
    }

    ul.sub-menu li:last-child {
        border: 0 !Important;
    }

    ul.sub-menu li a {
        color: #ffffff !Important;
        font-weight: 600;
    }

    ul.sub-menu li {
        margin: 0
    }

    ul.sub-menu li:last-child a {
        text-align: left;
        color: #ffffff !Important;
        padding: 15px;
    }

    .nav-menu li:last-child {
        border: 0px !Important;
    }

    .nav-menu li:last-child a, .nav-menu .sub-menu, .nav-menu .children {
        left: 0;
        width: 100% !important;
    }

    .nav-bar {
        background-color: #050606FA;
        height: 100%;
        position: fixed;
        top: 0;
        left: -100%;
        padding: 15px;
        padding-top: 60px;
        transition: all 0.3s;
        width: 25%;
        text-align: left;
        z-index: 999;
    }

    .closebtn {
        display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
        color: #ffffff;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .font-size-60 {
        font-size: 37px;
    }
}

/*--------------------------------------Menu Responsive Quries Section -------------------------------------*/
@media ( max-width: 1895px ) {

}

@media (max-width: 1600px) {
}

@media (max-width: 1536px) {
}

@media (max-width: 1440px) {
}

@media ( max-width: 1366px ) {

}

@media (max-width: 1308px) {

}

@media (max-width: 1280px) {


}

@media (max-width: 1199px) {
}

@media (max-width: 1112px) {
}

@media ( max-width: 1100px ) {
    .font-size-33 {
        font-size: 28px;
    }
}

@media (max-width: 1024px) {
}

@media ( max-width: 992px ) {
    .font-size-70 {
        font-size: 44px;
    }

    .font-size-60 {
        font-size: 50px;
    }

    .font-size-28 {
        font-size: 18px;
    }

    .font-size-33 {
        font-size: 24px;
    }

    .font-size-34 {
        font-size: 27px;
    }

    .font-size-30 {
        font-size: 20px;
    }
}

@media ( max-width: 980px ) {

}

@media ( max-width: 767px ) {
    .font-size-70 {
        font-size: 43px;
    }

    .font-size-60 {
        font-size: 42px;
    }

    .font-size-34 {
        font-size: 23px;
    }

    .font-size-24 {
        font-size: 20px;
    }


}

@media ( max-width: 667px ) {
    .font-size-33 {
        font-size: 20px;
    }

    .font-size-18 {
        font-size: 15px;
    }

    .font-size-70 {
        font-size: 45px;
    }

    .font-size-60 {
        font-size: 40px;
    }

    .font-size-20 {
        font-size: 15px;
    }

    .font-size-24 {
        font-size: 18px;
    }

    .nav-bar {
        width: 80%;
    }
    .loop-item-wrapper-grid {
        max-width: 31% !important;
    }

}

@media (max-width: 576px) {
    .font-size-70 {
        font-size: 33px;
    }
    .font-size-60 {
        font-size: 30px;
    }

    .font-size-34 {
        font-size: 20px;
    }

    .font-size-24 {
        font-size: 17px;
    }
}

@media (max-width: 479px) {

}

@media (max-width: 420px) {
    .font-size-70 {
        font-size: 30px;
    }

    .font-size-60 {
        font-size: 24px;
    }

    .font-size-20 {
        font-size: 13px;
    }

    .font-size-16 {
        font-size: 12px;
    }
}

@media (max-width: 350px) {
}


.see-all-button.active .elementor-align-icon-right {
	transform: rotate(180deg);
}
.view-more-toggle-button.active .elementor-align-icon-right {
	transform: rotate(180deg);
}
