/* CUSTOM CSS FOR KStudio */
/* DEVELOPED BY KSFOONG */
/* ALL RIGHTS RESERVED */

* {
    font-family: 'Montserrat', sans-serif;
}

::selection {
    color: white;
    background-color: #000;
}

::-moz-selection {
    /* Code for Firefox */
    color: red;
    background: yellow;
}

/* 1. HEADER */
header {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 130px;
    width: 100%;
    text-align: center;
    z-index: 5060;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

header.fix {
    background: #fff;
    height: 100px;
}

.fix>.container>.logo img {
    max-width: 150px;
}

.fix>.container>.logo {
    margin-top: 10px;
}

nav {
    position: absolute;
    right: 50%;
    top: 0px;
    padding-top: 150px;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

nav>ul {
    list-style-type: none;
}

nav>ul>li {
    position: relative;
    float: left;
    margin: 0px 21px;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
}

nav ul li a {
    color: #1a1a1a;
    letter-spacing: 3px;
    font-weight: 700;
}

nav ul li a:hover {
    color: #999 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

nav>ul>li.active>a {
    color: #000;
    font-weight: 500;
}

nav>ul>li.active>i {
    color: #000;
    transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
}

nav>ul>li>a>i {
    padding-left: 10px;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

nav ul>li ul {
    opacity: 0;
    position: absolute;
    top: 27px;
    background: #fff;
    visibility: hidden;
    left: 0;
    display: block;
    min-width: 230px;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    border: 1px solid #f5f5f5;
    list-style-type: none;
    padding-left: 0px;
}

.menu ul>li>ul>li i {
    position: absolute;
    right: 12px;
    top: 7px;
    line-height: 15px;
    color: #1f1f1f;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

.dropmenu:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-bottom: 0;
    border-right: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    left: 10px;
    top: -5px;
}

.menu ul>li:hover .dropmenu {
    z-index: 5;
    opacity: 1;
    visibility: visible;
}

.menu ul>li>ul>li>ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 100%;
    max-width: 150px;
    background: #fff;
    top: 0px;
}

.menu ul>li>ul>li {
    position: relative;
}

.menu ul>li>ul>li:last-child {
    border-bottom: 0px none;
}

.menu ul>li>ul>li:hover ul {
    opacity: 1;
    visibility: visible;
}

.menu ul li>ul li a {
    font-family: 'Open Sans', sans-serif;
    display: block;
    clear: both;
    padding: 8px 7px;
    position: relative;
    font-size: 13px;
    line-height: 14px;
    text-align: left;
    font-weight: 500;
    color: #1f1f1f;
    letter-spacing: 3px;
}

.menu ul>li>ul>li>a:hover {
    background: #f5f5f5;
    color: #000;
}

.logo {
    position: absolute;
    display: block;
    z-index: 5;
    margin-top: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

.logo a {
    color: #000;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.logo img {
    max-width: 200px;
}

.animsition-overlay-slide {
    background: #fff;
    z-index: 6000;
}

header.fix .logo {
    float: left;
    position: relative;
    left: 0px;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
}

header.fix nav {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    right: 0px;
    position: relative;
    float: right;
    padding-top: 45px;
}

.mobile-nav {
    width: 100%;
    right: 45%;
}

header.fix .mobile-menu-nav {
    display: inline;
    line-height: 100px;
    font-size: 30px;
    margin-left: 35%;
}

header.fix .mobile-menu-nav :hover {
    cursor: pointer;
}

.mobile-nav-links {
    height: 100%;
    width: 100%;
    position: absolute;
    display: none;
    background-color: #ebebeb;
    overflow: hidden;
    z-index: 9999;
}

.mobile-nav-links>.mobile-nav {
    right: 50%;
}

.mobile-nav-links>nav>ul>li {
    position: relative;
    float: none;
    margin: 0px 21px;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
}

.mobile-nav-links>nav>ul {
    padding: 0px;
    text-align: center;
}

.mobile-nav-links-close {
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin-top: 50px;
    padding: 15px;
}

header.fix .mobile-nav,
.mobile-menu-nav,
.mobile-menu {
    display: none;
}

.second-heading {
    position: relative;
    width: 100%;
    padding: 0px 0px 40px;
    text-align: center;
    height: 200px;
}

.second-heading-txt {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}

.second-heading-txt h2 {
    color: #fff;
    padding-bottom: 15px;
    font-weight: 700;
}

.second-heading-txt .separ {
    position: relative;
    float: none;
    display: inline-block;
    width: 60px;
    height: 3px;
    background: #fff;
}

/* 2.0 BODY */

section>.body {
    padding-top: 250px;
}

/* 4.0 FOOTER */

footer {
    position: relative;
    text-align: center;
    float: left;
    width: 100%;
}

.copyright {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 50px;
}

/* 3.0 Landing Page */

.index-desc {
    font-family: 'Montserrat', sans-serif;
}

.main-wrapp {
    position: relative;
    width: 100%;
    padding: 180px 0px 40px;
    overflow: hidden;
}

.padd-80 {
    padding-bottom: 80px;
    position: relative;
    width: 100%;
}

.padd-120 {
    padding-bottom: 120px;
}

.padd-80:last-child {
    padding-bottom: 0px;
}

.filter-wrap {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0px 0px 40px;
}


.filter-wrap>button,
.filter-wrap>button:focus {
    border: none;
    outline: none;
}

.filter-wrap .filter {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 300;
    margin: 0px 20px;
    background: none;
    letter-spacing: 3px;
}

.filter-wrap .filter span {
    margin-top: -5px;
    font-size: 12px;
    color: #1a1a1a;
    position: relative;
    float: right;
    padding-left: 5px;
}

.filter-wrap .filter.activefilter {
    font-weight: 700;
}

.filter-wrap .filter.activefilter span {
    text-decoration: line-through;
}

.izotope-container {
    position: relative;
    width: 100%;
}

.home-izotope .grid-sizer {
    width: 25%;
}

.item a:active {
    color: #000;
}

.item a:focus {
    color: #000;
}

.det-img img {
    width: 100%;
    height: auto;
}

.grid-sizer {
    width: 0;
}

.home-izotope .item {
    position: relative;
    float: left;
    width: 25%;
    padding: 0px 15px;
    margin-bottom: 30px;
}

.land-img{
    height: 171px;
}

.item img {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: block;
}

.home-izotope .item.w-50 {
    width: 50%;
}

.gutt-col3 .item {
    width: 31%;
    margin: 1%;
}

.mobileItem {
    width: 98% !important;
}

.izotope-container .land-img {
    margin-bottom: 0px;
    padding-bottom: 0px;
    z-index: 500;
    background: rgb(108, 117, 125, 0.5) !important;
    padding: 50px;
    border-radius: 10px;
}

/* CONTACT FORM */

.contact-form {
    margin-top: 50px;
    font-family: 'Montserrat', sans-serif;
}

.m-top-30 {
    margin-top: 30px !important;
}

.m-top-50 {
    margin-top: 50px !important;
}

.social-icon {
    font-size: 1.25rem;
}

.social-icon:hover {
    cursor: pointer;
}

.fa-facebook.social-icon:hover {
    color: #3b5998;
}

.fa-facebook-messenger.social-icon:hover {
    color: #00C6FF;
}

.fa-twitter.social-icon:hover {
    color: #00acee;
}

.fa-whatsapp.social-icon:hover {
    color: #075E54;
}

.form-control:focus {
    border-color: #000000;
    box-shadow: 0 0 0 0.5px #000000;
}

.feature-icon {
    color: rgb(108, 117, 125, 0.5) !important;
    font-size: 50px;
}

.web-feature {
    padding: 30px;
}

.typed-cursor {
    font-size: 35px;
    line-height: 200px;
}

.about-img {
    width: 350px;
}

.about-img-mobile {
    margin-left: -30px !important;
    width: 250px !important;
    margin-top: 30px !important;
}

.typed-cursor-mobile {
    line-height: 50px !important;
}

.about-typing-text-mobile {
    line-height: initial !important;
    margin-left: -30px !important;
    text-align: center;
    width: 100%;
}

.about-typing-text {
    line-height: 175px;
}

/* Slider */
.slider {
    margin: 0 auto;
    max-width: 940px;
}

.slide_viewer {
    height: 340px;
    overflow: hidden;
    position: relative;
}

.slide_group {
    height: 100%;
    position: relative;
    width: 100%;
}

.slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
}

.slide:first-child {
    display: block;
}

.slide:nth-of-type(1) {
    background: #D7A151;
}

.slide:nth-of-type(2) {
    background: #F4E4CD;
}

.slide:nth-of-type(3) {
    background: #C75534;
}

.slide:nth-of-type(4) {
    background: #D1D1D4;
}

.slide_buttons {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

a.slide_btn {
    color: #474544;
    font-size: 42px;
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slide_btn.active,
.slide_btn:hover {
    color: #428CC6;
    cursor: pointer;
}

.directional_nav {
    height: 340px;
    margin: 0 auto;
    max-width: 940px;
    position: relative;
    top: -340px;
}

.previous_btn {
    bottom: 0;
    left: 100px;
    margin: auto;
    position: absolute;
    top: 0;
}

.next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 100px;
    top: 0;
}

.previous_btn,
.next_btn {
    cursor: pointer;
    height: 65px;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 65px;
}

.previous_btn:hover,
.next_btn:hover {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .previous_btn {
        left: 50px;
    }

    .next_btn {
        right: 50px;
    }
}

.captcha-img:hover {
    cursor: pointer;
}

.show {
    display: initial !important;
}

.modal-body {
    padding: 0 !important;
}

a.nostyle{
    color:inherit;
}