@import "custom.css";

/*HEADER TOP*/
.header-top {

    background: var(--sc);
    color: var(--wc);
}

.header-top-content > div {
    padding: 0 15px;
    border-left: 1px solid var(--wc);
    font-weight: 600;
}

.header-top-content > div:last-child {
    padding-right: 0;
}

.header-top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-top-content > div:first-child {
    border-left: none;
}

.header-top-content a {
    color: var(--wc);
    text-transform: capitalize;
}

.ht-social-icons a i {
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid var(--wc);
    border-radius: 50%;
    font-size: 12px;
    margin-left: 5px;
}

.ht-social-icons a i:hover {
    color: var(--sc);
    border: 1px solid var(--wc);
    background: var(--wc);
}

.ht-social-icons span {
    margin-right: 5px;
}

/*HEADER TOP END*/

/*HEADER*/
header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: var(--wc);
}

.active {
    color: var(--sc);
}

.logo a img {
    width: 120px;
}

.logo.menubar-mobile {
    cursor: pointer;
    padding: 8px 0;
}

.menubar {
    text-align: right;
}

.menubar > ul > li {
    display: inline-block;
}

.menubar > ul > li > a {
    text-transform: capitalize;
    font-weight: 400;
    padding: 14px;
    -webkit-transition: .3s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    font-size: 14px;
    color: var(--pc);
}

.menubar > ul > li > a:hover {
    color: var(--sc);
}

.menubar ul li a img {
    width: 16px;
    margin-right: 2px;
}

.menubar ul li a.login {
    border: 1px solid var(--pc);
}

.menubar ul li a.login:hover {
    background: var(--sc);
    color: var(--wc);
    border: 1px solid var(--sc);
}

.sub-btn {
    position: relative;
}

.sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: var(--wc);
    width: 150px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 2px;
    z-index: 2;
}

.sub-btn:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    transform: scaleY(100%);
}

.sub-menu > a {
    display: block;
    width: 100%;
    padding: 5px;
    text-transform: capitalize;

    font-weight: 500;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: var(--sc);
    font-size: 15px;
    text-transform: capitalize;
}

.sub-menu > a:hover {
    background: var(--sc);
    color: var(--wc) !important;
}

.menubar .active {
    background: var(--sc);
}

.sub-btn a span {
    padding: 0 10px;
}

.find-broker-btn {
    background: #E65100;
    color: var(--wc) !important;
    border-radius: 35px;
    padding: 14px 25px !important;
}

header .fa-bars {
    font-size: 18px;
}

/*HEADER END*/

/*MOBILE MENU*/

/*ACCORDION CUSTOM*/
.mobile-logo img {
    width: 110px;
    padding: 10px 0;
    margin-left: 10px;
}

.mobile-logo i {
    font-size: 20px;
    float: right;
    margin: 5px 20px;
    color: var(--pc);
    cursor: pointer;
    padding: 5px;
}

.mobile-logo i:hover {
    color: var(--sc);
}

.custom.accordion-button {
    text-transform: capitalize;
    font-size: 15px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: var(--pc);
    font-weight: 400;
}

.custom.accordion-button:hover {
    color: var(--sc);
}

.custom.accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-top: 1px solid #ccc;

}

.custom.accordion-button:not(.collapsed) {
    color: var(--sc);
    background: var(--rc);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-weight: 400;
}

.none.accordion-button:not(.collapsed)::after {
    content: none;
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}


.none.accordion-button::after {
    content: none;
}

.custom.accordion-body {
    padding: 0 0px;
}

.custom.accordion-body ul {
    padding: 0;
    margin: 0;
}

.custom.accordion-body ul li {
    list-style: none;
    padding: 8px 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.custom.accordion-body ul li a {
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--pc);
    font-weight: 400;
    display: inline-block;
    margin-left: 40px;
}

.custom.accordion-body ul li a i {
    font-size: 10px;
    margin-right: 10px;
}

.custom.accordion-body ul li:hover {
    color: var(--wc);
    background: var(--rc);
}

.custom.accordion-body ul li:hover a {
    color: var(--sc);
}

.custom.accordion-item a {
    text-decoration: none;
    display: block;
    width: 100%;
}

.custom.accordion-item .accordion-button {
    display: block;
    width: 100%;
}

.accordion-button.custom i {
    padding: 0 10px;
}

.custom.accordion-button:focus {
    border: none;
}

/*ACCORDION CUSTOM END*/


.mobile-menu {
    width: 300px;
    position: fixed;
    left: -380px;
    top: 0;
    z-index: 3;
    background: var(--wc);
    height: 100%;
    overflow: auto;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    padding: 10px 0;
}

#mobileOverlay {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(41, 0, 91, 0.59);
    z-index: 1;
    cursor: pointer;
}

.mobileAdd {
    left: 0 !important;
    width: 300px;
}

.mobile-overlay {
    position: inherit !important;
}

/*MOBILE MENU END*/

/*HOEM SECTION*/
.home-section {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    color: var(--wc);
}

.home-section h6 {
    font-size: 24px;
}

.home-section h1 {
    font-size: 40px;
    line-height: 46px;
}

.home-section p {
    font-weight: 600;
    max-width: 400px;
    font-size: 20px;
    line-height: 30px;
}

/*HOEM SECTION END*/


/*HOME SEARCH*/
.home-search-box {
    max-width: 775px;
    margin: 0 auto;
}

.search-content label {
    display: block;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 5px;
}

.search-content > div {
    width: 33.33%;
    padding: 5px;
}

.search-content {
    background: var(--sc);
    padding: 40px;
    border-radius: 5px;
}

.search-content label {
    color: var(--wc);
}

.search-content input {
    display: block;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    outline: none;
    border: none;
}

.search-content input::placeholder {
    color: #616161;
    font-size: 14px;
}

.search-content select {
    display: block;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    outline: none;
    border: none;
}

.search-content button {
    font-weight: 600;
    font-size: 14px;
    padding: 8px 15px;
    width: 100%;
    background: var(--tc);
    color: var(--wc);
    border-radius: 5px;
}

.home-search-box .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: var(--sc);

}

.home-search-box .nav-pills .nav-link {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: var(--tc);
    color: var(--wc);
}

.line-icons img {
    height: 16px;
    margin-right: 10px;
}

/*HOME SEARCH END*/

/* PRPDUCT SECTION*/
.product-section > .container {
    border-top: 1px solid var(--gc);
}

.product-box {
    background: var(--wc);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.product-box .product-image img {
    width: 40%;
    margin-bottom: 20px;
}

.line-icons.name h6 {
    color: var(--tc);
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
}

.line-icons.address h6 {
    color: #1E88E5;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #4A148C;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: .4s;
}

.product-box:hover .product-overlay {
    opacity: 1;
}

.product-overlay .broker-request {
    font-weight: 500;
    font-size: 14px;
    display: block;
    color: var(--wc);
    background: var(--tc);
    padding: 8px 15px;
    margin-bottom: 10px;
    border-radius: 3px;
}

.product-overlay .get-qoute {
    font-weight: 500;
    font-size: 14px;
    display: block;
    color: var(--wc);
    background: #7135BA;
    padding: 8px 15px;
    border-radius: 3px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
}

/* PRPDUCT SECTION END*/

/*SERVICE SECTION*/
.service-section.dark-service .service-title h4 {
    color: var(--wc);
}

.service-title h4 {
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    max-width: 785px;
    margin: 0 auto;
    text-align: center;
}

.service-box {
    background: #EEEEEE;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 20px;
}

.service-section.dark-service .service-box {
    background: #29005B;
}

.service-box a {
    display: block;
    width: 100%
}

.service-box a img {
    width: 100%;
    margin-bottom: 15px;
}

.service-box p {
    font-weight: 600;
    font-size: 22px;
    line-height: 42px;
    margin: 0;
}

.service-section.dark-service .service-box p {
    color: var(--wc);
}

.service-section.dark-service {
    background: #29005B;
}

/*SERVICE SECTION END*/

/*BRAND SECTION*/
.brand-box a {
    width: 100%;
    display: block;
}

.brand-box a img {
    height:
}

.brand-section h6 {
    font-weight: 600;
    font-size: 35px;
    text-align: center;
}

/*BRAND SECTION END*/


/*NOTIFICATION SECTION*/

.notification-section > .container {
    background: #F5F5F5;
    padding: 10px;
}

.notification-section h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}

.notification-section p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #555555;
}

.notification-section input {
    width: 100%;
    border-radius: 7px;
    outline: none;
    border: none;
    padding: 12px;
    font-weight: 600;
    font-size: 18px;
    color: var(--pc);
    background: var(--sc2);
    border-radius: 5px;
    color: var(--wc);
}

.notification-section input::placeholder {
    font-weight: 600;
    font-size: 24px;
    color: var(--wc);
}



.notification-section button {
    background: var(--sc2);
    color: var(--wc);
    display: inline-block;
    padding: 9px 18px;
    border-radius: 7px;
    font-size: 22px;
    font-weight: 600;
}

/*NOTIFICATION SECTION END*/

/*FOOTER*/
footer {
    background: #362555;
}

.connect-with {
    border-bottom: 1px solid #707070;
}

.footer-head {
    color: var(--pc);
}

.footer-head h6 {
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    padding-bottom: 15px;
    color: var(--wc);
    margin-bottom: 15px;
}



.footer-head ul li a {
    color: var(--wc);
    padding: 4px 0;
    text-transform: capitalize;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 16px;
}

.footer-head ul li i {
    color: var(--wc);
}

.footer-head ul li {
    transition: .3s;
    position: relative;
    padding-left: 25px;
}

.footer-head ul li:hover {
    margin-left: 2px;
}



.footer-head ul li i {
    color: var(--wc);
    margin-right: 10px;
    position: absolute;
    left: 10px;
    top: 8px;
}

.footer-head b {
    display: block;
    color: var(--pc2);
    padding: 5px 0;
}

.footer-head p {
    color: var(--wc);
}

.footer-message textarea {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    height: 70px;
    border: none;
    outline: none;
    padding: 5px;
    margin: 10px 0;
    width: 100%;
}

.footer-message button {
    font-weight: 700;
    font-size: 16px;
    color: var(--wc);
    background: var(--sc);
    padding: 8px 15px;
    border-radius: 5px;
}

.ht-social-icons.footer-social span {
    color: var(--wc);
}

.ht-social-icons.footer-social a i {
    color: var(--wc);
    border: 1px solid var(--wc);
}

/*FOOTER END*/

/*COPYRIGHT*/
.copyright-section {
    background: #F1F8FB;
    color: var(--pc);
    font-weight: 700;
    font-size: 16px;
}

.copyright-content {
    border-top: 1px solid var(--gc);
}

.copyright-section p {
    margin: 0;

}

.logo i {
    font-size: 18px;
    padding: 5px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: var(--pc);
}

.logo span {
    color: var(--wc);
    font-weight: 700;
}

.logo i:hover {
    color: var(--sc);
}

.payment-card {
    text-align: right;
}

.payment-card i {
    font-size: 30px;
}

.payment-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.payment-card span {
    margin-right: 10px;
}

.payment-card a {
    margin-left: 8px;
}

/*COPYRIGHT END*/


/*ABOUT PAGE*/
.about-head h6 {
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    max-width: :;
    00px;
    margin: 0 auto;
    text-align: center;
}

.about-image img {
    width: 100%;
}

.about-section h5 {
    font-weight: 600;
    font-size: 35px;
    line-height: 56px;
}

.about-section ul li {
    position: relative;
    padding: 10px;
    background: #EEEEEE;
    padding-left: 45px;
    margin: 10px 0;
    border-radius: 5px;
}

.about-section ul li i {
    position: absolute;
    left: 10px;
    top: 12px;
    height: 11p;
    font-size: 18px;

}

.about-section ul li:hover {
    background: var(--tc);
    color: var(--wc);
}

.temporal-box {
    background: var(--sc);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.temporal-box p {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    margin: 0;
    color: var(--wc);
}

/*ABOUT PAGE END*/

/*WHY MOKHLS PAGE*/
.why-mokhls-section.dark {
    background: var(--sc2);
}

.why-mokhls-box {
    text-align: center;
    background: var(--sc);
    padding: 25px;
    color: var(--wc);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
    height: 100%;
    border-radius: 10px;
}

.why-mokhls-box img {
    padding-bottom: 25px;
}

.why-mokhls-box h6 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}

.why-mokhls-box p {
    color: #BDBDBD;
}

/*enables mokhls*/
.enables-mokhls-box {
    background: var(--sc2);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.enables-mokhls-box img {
    width: 100%;
    padding-bottom: 20px;
}

.enables-mokhls-box h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: var(--wc);
    margin: 0;
}

/*WHY MOKHLS PAGE END*/


/*CONTACT PAGE*/
.contact-form h6{
    font-weight: 600;
    font-size: 35px;
    line-height: 41px;
}
.contact-form label{
    font-weight: 500;
    font-size: 18px;
}
.contact-form input{
    display: block;
    width: 100%;
    border: 1px solid var(--gc);
    background: #F1FFFE;
     border-radius: 10px;
    padding: 8px;
    outline: none;
    margin-top: 5px;
}
.contact-form input::placeholder{
    font-weight: 300px;
    font-size: 18px;
    color: #BDBDBD;
}
.contact-form textarea{
    display: block;
    width: 100%;
    border: 1px solid var(--gc);
    background: #F1FFFE;
     border-radius: 10px;
    padding: 8px;
    outline: none;
    margin-top: 5px;
    height: 120px;
}
.contact-form textarea::placeholder{
    font-weight: 300px;
    font-size: 18px;
    color: #BDBDBD;
}
.contact-form button{
    font-weight: 600;
    font-size: 18px;
    color: var(--wc);
    background: #E65100;
    padding: 8px 30px;
    border-radius: 5px;
}
.contact-right h6{
    font-weight: 600;
    font-size: 35px;
    line-height: 41px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--gc);
    padding-bottom: 10px;    
}
.contact-right ul li{
    line-height: 26px;
    position: relative;
    padding: 10px 0;
    min-height: 70px;
    padding-left: 70px;
}
.contact-right ul li span{
    position: absolute;
    left: 0;
    top: 0;
    background: red;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}
.contact-right ul li span img{ 
    width: 50%;
}
.contact-main{
    background: #F1FFFE;
}
.contact-right{
    padding-left: 60px;
}

/*CONTACT PAGE END*/
