*,
* button:focus {
    outline: 0
}

body {
    font-family: 'Roboto', sans-serif;
    direction: ltr;
    text-decoration: none;
    font-size: .9em;
    overflow-x: hidden;
    position: relative;
}

body p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin: 0;
}

body a:hover {
    text-decoration: none
}

body a:focus {
    outline: 0
}

body ul {
    list-style-type: none
}

.no-mar {
    margin: 0 !important;
}

.no-pad {
    padding: 0 !important;
}

.bg-gray {
    background-color: #f9f9f9;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    -webkit-appearance: none
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    outline: 0
}

.to-top {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: linear-gradient(-135deg, #183f78, #0073b6);
    color: #fff;
    text-align: center;
    line-height: 50px;
    position: fixed;
    bottom: 30px;
    right: -50px;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    transition: all 0.1s ease-in-out;
}

.to-top:hover {
    background-color: #000;
    transform: rotate(45deg);
    color: #fff;
}

.to-top i {
    transition: all 0.3s ease;
}

.to-top:hover i {
    transform: rotate(-45deg);
}

.container {
    position: relative;
    z-index: 20;
}

.container-fluid {
    padding: 0 4vw;
}


/* ==================== global style ============================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

a,
span,
img {
    display: inline-block;
    transition: all 0.3s ease;
    color: inherit;
}

a:hover {
    color: #000;
}

ul {
    padding: 0;
}

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

p {
    font-size: 14px;
    color: #252525;
    line-height: 1.733;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    padding: 7px;
}

.bootstrap-select .dropdown-menu li a {
    padding: 15px;
    border-bottom: 1px solid #9992;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: 35%;
}

.dropdown-menu {
    padding: 0;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-padding {
    padding: 100px 0;
}

.light {
    color: #fff;
}

.block {
    display: block;
    padding: 10px !important;
    text-align: center;
    margin-top: 15px;
}

.butn {
    padding: 15px 20px;
    text-align: center;
    color: #fff;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: #caae58;
    font-size: 15px;
    letter-spacing: 1px;
    border: solid 1px #caae58;
    font-family: 'Roboto', sans-serif;
    width: 200px;
    font-weight: 600;
}

.butn span {
    color: #fff;
    position: relative;
    z-index: 5;
}

.butn:hover {
    background-color: #fff;
}

.butn:hover span {
    color: #caae58;
}


/* ------------- */

.butn.light {
    border: 1px solid #d2d2d2;
    background: #fff;
}

.butn.light:hover {
    background-color: #caae58;
}

.butn.light:after {
    background-color: #d2d2d2;
}

.butn.light span {
    color: #333;
}

.butn.light:hover span {
    color: #fff;
}

.owl-theme {
    position: relative;
    z-index: 10;
}


/* .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    width: 100%;
} */

.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background: #d5d5d56b;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    position: relative;
    background-color: #fff;
}

.owl-theme .owl-dots .owl-dot.active span:after,
.owl-theme .owl-dots .owl-dot:hover span:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 3px solid #caae58;
    left: 3px;
    top: 3px;
}


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

.slider {
    background-color: #caae58;
    padding: 80px 0 35px 110px;
    text-align: right;
    position: relative;
    overflow: hidden;
}

.slider .item {
    position: relative;
    z-index: 10;
    width: 100%;
}

.slider:after {
    position: absolute;
    content: "";
    left: 80px;
    bottom: 50px;
    width: 150px;
    height: 200px;
    background-image: url(../images/dots.png);
    opacity: 0.2;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.slider::before {
    position: absolute;
    content: "";
    left: -100px;
    top: -200px;
    width: 500px;
    height: 500px;
    border-radius: 100%;
    background-color: #fff;
    opacity: 0.25;
}

.slider img {
    height: calc(100vh - 160px);
    width: 100%;
}

.logo-side {
    padding: 80px 6vw 80px 50px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.logo-side:after {
    position: absolute;
    content: "";
    right: 15px;
    top: 0;
    width: 150px;
    height: 200px;
    background-image: url(../images/dots.png);
    opacity: 0.05;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.logo-side::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background-image: url(../images/logoside.png);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    height: 120%;
    width: 100%;
    pointer-events: none;
    opacity: 0.25;
    z-index: -1;
}

.logo-side .brand {
    margin-bottom: 150px;
}

.logo-side .butn {
    margin: 10px 5px;
}

@media (max-width:767px) {
    .logo-side {
        text-align: center !important;
    }
    .logo-side .brand {
        margin-bottom: 50px;
        text-align: center !important;
    }
    .slider {
        padding: 100px 30px;
    }
}