@font-face {
    font-family: 'open_sansregular';
    src: url('../font/OpenSans-Regular-webfont.eot');
    src: url('../font/OpenSans-Regular-webfont.eot');
    src: url('../font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/OpenSans-Regular-webfontt.woff2') format('woff2'), url('../font/OpenSans-Regular-webfont.woff') format('woff'), url('../font/OpenSans-Regular-webfont.ttf') format('truetype'), url('../font/OpenSans-Regular-webfont.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('font/opensans/OpenSans-Light.eot');
    src: url('font/opensans/OpenSans-Light.eot');
    src: url('font/opensans/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('font/opensans/OpenSans-Light.woff2') format('woff2'), url('font/opensans/OpenSans-Light.woff') format('woff'), url('font/opensans/OpenSans-Light.ttf') format('truetype'), url('font/opensans/OpenSans-Light.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'radikalmedium';
    src: url('../font/radikal_medium.woff2') format('woff2'), url('../font/radikal_medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'radikalblack';
    src: url('../font/radikal_black-webfont.woff2') format('woff2'), url('../font/radikal_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avianbold';
    src: url('../font/avian_bold.woff2') format('woff2'), url('../font/avian_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avianbold';
    src: url('../font/avian_bold.woff2') format('woff2'), url('../font/avian_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'radikalbold';
    src: url('../font/radikal_bold.woff2') format('woff2'), url('../font/radikal_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body,
html {
    width: 100 %;
    height: 100 %
}

body {
    font-family: 'open_sansregular';
}

hr {
    max - width: 50 px;
    border - width: 3 px;
    border - color: #f05f40
}

hr.light {
    border - color: #fff
}

a {
    color: darkcyan;
    - webkit - transition: all .2 s;
    - moz - transition: all .2 s;
    transition: all .2 s
}

a: hover {
    color: #f05f40
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font - family: 'Open Sans', 'Helvetica Neue', Arial, sans - serif
}

.bg - primary {
    background - color: #f05f40 !important
}

.bg - dark {
    background - color: #212529 !important
}

.text-faded {
    color: rgba(255, 255, 255, .7)
}

section {
    padding: 0 0
}

.section-heading {
    margin-top: 0
}

::-moz-selection {
    color: # fff;
    background: #e90053;
    text-shadow: none
}

::selection {
    color: # fff;
    background: #e90053;
    text-shadow: none
}

img::selection {
    color: # fff;
    background: 0 0
}

img::-moz - selection {
    color: #fff;
    background: 0 0
}

body {
    -webkit - tap - highlight - color: #212529
}

# mainNav {
    border - bottom: 1 px solid rgba(33, 37, 41, .1);
    background - color: #fff;
    font - family: 'Open Sans', 'Helvetica Neue', Arial, sans - serif;
    - webkit - transition: all .2 s;
    - moz - transition: all .2 s;
    transition: all .2 s
}

# mainNav.navbar - brand {
    font - weight: 700;
    text - transform: uppercase;
    color: #f05f40;
    font - family: 'Open Sans', 'Helvetica Neue', Arial, sans - serif
}

# mainNav.navbar - brand: focus,
#mainNav.navbar - brand: hover {
    color: #f05f40
}

# mainNav.navbar - nav>li.nav - item>a.nav - link,
#mainNav.navbar - nav>li.nav - item>a.nav - link: focus {
    font - size: .9 rem;
    font - weight: 700;
    text - transform: uppercase;
    color: #212529
}

# mainNav.navbar - nav>li.nav - item>a.nav - link: focus: hover,
#mainNav.navbar - nav>li.nav - item>a.nav - link: hover {
    color: #f05f40
}

# mainNav.navbar - nav>li.nav - item>a.nav - link.active,
#mainNav.navbar - nav>li.nav - item>a.nav - link: focus.active {
    color: #f05f40 !important;
    background - color: transparent
}

# mainNav.navbar - nav>li.nav - item>a.nav - link.active: hover,
#mainNav.navbar - nav>li.nav - item>a.nav - link: focus.active: hover {
    background - color: transparent
}

@media (min-width:992px) {
    #mainNav {
        border-color: transparent;
        background-color: #fdfdfd;
    }
    #mainNav .navbar-brand {
        color: #fff;
        width: 16%;
    }
    #mainNav .navbar-brand:focus,
    #mainNav .navbar-brand:hover {
        color: #fff
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link {
        padding: .5rem 1rem
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link,
    #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
        color: rgba(255, 255, 255, .7)
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover,
    #mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
        color: #000
    }
    #mainNav.navbar-shrink {
        border-bottom: 1px solid rgba(33, 37, 41, .1);
        background-color: #fff;
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: darkcyan
    }
    #mainNav.navbar-shrink .navbar-brand:focus,
    #mainNav.navbar-shrink .navbar-brand:hover {
        color: darkcyan
    }
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link,
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus {
        color: darkcyan
    }
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover,
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover {
        color: darkcyan
    }
}

header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url(../img/header.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px
}

header.masthead h1 {
    font-size: 2rem
}

header.masthead p {
    font-weight: 300
}

@media (min-width:768px) {
    header.masthead p {
        font-size: 1.15rem
    }
}

@media (min-width:992px) {
    header.masthead {
        height: 100vh;
        min-height: 650px;
        padding-top: 0;
        padding-bottom: 0
    }
    header.masthead h1 {
        font-size: 3rem
    }
}

@media (min-width:1200px) {
    header.masthead h1 {
        font-size: 4rem
    }
}

.service-box {
    max-width: 400px
}

.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto
}

.portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: darkcyan;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1
}

.portfolio-box:focus {
    outline: 0
}

@media (min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px
    }
}

.text-primary {
    color: darkcyan !important
}

.btn {
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 300px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

.btn-xl {
    padding: 1rem 2rem
}

.btn-primary {
    background-color: darkcyan;
    border-color: darkcyan
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: darkcyan !important
}

.btn-primary:active,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(240, 95, 64, .5) !important
}

@media (max-width:786px) {
    .stories_box h2 {
        font-size: 24px !important;
        padding: 13px 0 13px !important;
    }
    .icon_box li {
        width: 48% !important;
    }
    .icon_box li p {
        font-size: 12px !important;
        color: #fff;
        margin-top: 1px !important;
    }
    .navbar-light .navbar-brand {
        width: 55%;
    }
    .fixed-top {
        background: #fff;
    }
    #marg .owl-nav {
        display: none;
    }
    #marg .owl-dots {
        float: left;
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 29px;
    }
    .inbtn1 {
        font-size: 12px !important;
        background: #00b89c;
        border-radius: 15px !important;
        padding: 15px 13px !important;
    }
}

#demos {
    width: 100%;
    margin: 0 auto;
}

.wedo {
    width: 95%;
    margin: 0 auto;
}

.inbtn1 {
    font-size: 20px;
    background: #00b89c;
    border-radius: 15px;
    padding: 15px 42px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.inbtn1:hover {
    background:darkcyan;
    color: #fff;
    text-decoration: none;
}

.inbtn3 {
    font-size: 15px;
    background: darkcyan;
    border-radius: 15px;
    cursor: pointer;
    padding: 8px 25px;
    color: #fff;
    text-transform: uppercase;
}

.inbtn3:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.inbtn2 {
    font-size: 13px;
    background: #000;
    border-radius: 15px;
    padding: 9px 29px;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    top: 10px;
}

.inbtn2:hover {
    background: darkcyan;
    color: #fff;
    text-decoration: none;
}

.image {
    width: 100%;
}

.column,
.columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 100%;
    float: left
}

.column+.column:last-child,
.columns+.column:last-child,
.column+.columns:last-child,
.columns+.columns:last-child {
    float: right
}

.column+.column.end,
.columns+.column.end,
.column+.columns.end,
.columns+.columns.end {
    float: left
}

.home_bg2 {
    background: url(../img/vedio1.jpg);
    background-position: 0% 0%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-right: 5px;
}

.home_bg2 p {
    text-align: center;
    padding: 178px 0;
}

.nopad {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.vedio_icon {
    margin-top: 110px !important;
}

.clearfix {
    clear: both;
}

#services {
    padding: 100px 0 0 0;
}

#work_home {
    background: #ffb540;
    padding: 60px 0 0 0;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    padding: 10px 11px;
    font-family: 'open_sansregular';
    letter-spacing: 1px;
}

li.nav-item.active a {
    background: darkcyan;
    color: #fff !important;
    border-radius: 4px;
}

#marg .owl-theme .owl-nav .owl-prev {
    color: #d6d6d6 !important;
    font-size: 21px;
    margin: 5px;
    padding: 4px 7px;
    background: rgba(214, 214, 214, 0) !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

#marg .owl-theme .owl-nav [class*=owl-]:hover {
    background: rgba(214, 214, 214, 0) !important;
    color: #d6d6d6 !important;
    text-decoration: none;
}

.owl-nav {
    float: right;
}

    {
    right: 114px;
    position: absolute;
}

.owl-dots {
    float: right;
    margin-top: 29px;
}

.owl-theme .owl-nav .owl-prev {
    opacity: 1;
    cursor: default;
    right: 108px;
    position: absolute;
}

.owl-theme .owl-nav [class*=owl-] {
    font-size: 30px !important;
}

.modal-title {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 1px;
    color: #000;
}

.modal-header .close {
    padding: 15px;
    margin: -15px -15px -15px auto;
    position: absolute;
    right: 20px;
}

#deej .owl-theme .owl-nav [class*=owl-] {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0) !important;
}

#single_hotel .owl-theme .owl-nav [class*=owl-] {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0) !important;
}

#contactForm .col-md-6 {
    float: left;
}

#contactForm input,
textarea {
    text-transform: inherit;
    font-size: 12px;
    display: block;
    width: 100%;
    padding: 7px 10px;
    margin: 0 0 10px 0;
}

#contactForm textarea {
    height: 80px;
    resize: none;
}

#contactForm .formBtn {
    /* width: 30%; */
    display: inline-block;
    background: darkcyan;
    color: #fff;
    font-weight: 100;
    font-size: 16px;
    border: none;
    float: right;
    letter-spacing: 7px;
    text-transform: uppercase;
}

#contactForm .formBtn:hover {
    background: #000;
}

.book_wrap {
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid #fff;
    width: 75%;
    margin: 0 auto;
}

.book_wrap .formBtn1 {
    display: inline-block;
    background: url(../img/book_eg.jpg) no-repeat right;
    color: #fff;
    font-weight: 100;
    font-size: 16px;
    border: none;
    float: right;
    letter-spacing: 1px;
    text-transform: uppercase;
    height: 71px;
    margin: 0;
    cursor: pointer;
    background-size: cover;
}

.book_wrap .formBtn1:hover {
    background: #000;
}

.book_wrap .bg_box {
    float: left;
    width: 16%;
}

.book_wrap .bg_box1 {
    float: left;
    width: 20%;
}

.book_wrap input {
    background: transparent;
    color: #000;
    padding: 0 10px;
    border: none;
    border-right: 1px solid #fff;
    height: 50px;
    width: 100%;
    outline: none;
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
}

.nopad {
    padding-right: 0 !mportant;
    padding-left: 0 !mportant;
}

.book_wrap input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.book_wrap input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.book_wrap input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.book_wrap input:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.nav-tabs {
    border-bottom: 1px solid #fff;
    margin: 2px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-width: 0;
}

.nav-tabs>li>a {
    border: none;
    color: #000;
    text-transform: uppercase;
    padding: 10px 50px 10px 10px;
    font-size: 20px;
    font-family: 'open_sansregular';
    letter-spacing: 1px;
    margin: 0 0 3px 0;
    float: left;
}

.nav-tabs>li.active>a,
.nav-tabs>li>a:hover {
    border: none;
    color: #000 !important;
    background: transparent;
    text-decoration: none;
}

#work_home .nav-tabs li a {
    position: relative;
}

#work_home .nav-tabs li .active::after {
    content: "";
    background: #000000;
    height: 7px;
    position: absolute;
    width: 40%;
    left: 20px;
    top: 49px;
    transition: all 250ms ease 0s;
    transform: scale(1);
}

.nav-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
    transform: scale(1);
}

.tab-nav>li>a::after {
    background: #000 none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 20px
}

.card {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

.hoteliers .box2 p {
    text-align: left;
    font-size: 34px;
    color: #fff;
    padding: 15px 62px;
}

.hoteliers .inbtn5 {
    font-size: 23px;
    background: #ffffff;
    margin: 0 60px;
    border-radius: 15px;
    cursor: pointer;
    padding: 8px 36px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 4px;
    float: left;
}

.hoteliers .inbtn5:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.inbtn6 {
    font-size: 25px;
    background: #ffffff;
    margin: 0 14px;
    border-radius: 38px;
    cursor: pointer;
    padding: 10px 36px;
    color: #000;
    text-transform: uppercase;
    border: 2px solid #d1d1d1;
    letter-spacing: 1px;
}

.inbtn6:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.modal-content {
    border: 4px solid rgba(0, 0, 0, .2);
    border-radius: 0;
}

.homedetail {
    width: 100%;
    margin: 70px auto;
    text-align: center;
}

.homedetail h1 {
    font-family: 'OpenSans-Light';
    font-size: 36px;
    color: darkcyan;
    letter-spacing: 8px;
}

.homedetail p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 14px;
    color: #000;
}

.marg_auto {
    margin: 0 auto;
}

.inbtn4 {
    font-size: 14px;
    background: darkcyan;
    border-radius: 20px;
    cursor: pointer;
    padding: 10px 25px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}

.inbtn4:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

#demos h1 {
    width: 100%;
    text-align: left;
    font-family: 'OpenSans-Light';
    border-bottom: 1px solid #00b89c;
    line-height: 0.1em;
    margin: 10px 0 50px 0;
    text-transform: uppercase;
    color: #00b89c;
    letter-spacing: 6px;
    font-size: 39px;
}

#demos h1 span {
    background: #fff;
    padding: 0 10px 0 0;
}

.hoverwrap1 {
    position: relative;
    width: 100%;
}

.image1 {
    display: block;
    width: 100%;
    height: auto;
}

.overlay1 {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 184, 156, 0.78);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.hoverwrap1:hover .overlay1 {
    bottom: 0;
    height: 100%;
}

.text1 {
    white-space: nowrap;
    color: white;
    font-size: 14px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-transform: uppercase;
    letter-spacing: 1px;
}

#work_home h3 {
    font-family: 'open_sansregular';
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    padding: 16px 0;
    font-weight: bold;
}

#clients .wrpbox {
    width: 138px;
    float: left;
    margin-bottom: 30px;
}

#clients h1 {
    font-family: 'open_sansregular';
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
    /* float: left; */
    /* width: 100%; */
    text-align: left;
    font-weight: bold;
    letter-spacing: 4px;
    padding: 40px 0;
}

.hoteliers h1 {
    text-transform: uppercase;
    letter-spacing: 7px;
    font-weight: bolder;
    color: #fff;
    font-size: 36px;
    padding: 10px 0 38px 0;
}

.digital h1 {
    font-family: 'OpenSans-Light';
    font-size: 56px;
    color: #000;
}

.digital p {
    font-family: 'OpenSans-Light';
    font-size: 29px;
    padding: 12px 0;
    color: #000;
}

.digital h3 {
    font-size: 21px;
    padding: 0 0 20px 0;
    color: #000;
}

.digital h3 span {
    color: darkcyan;
    font-size: 32px;
    letter-spacing: 1px;
}

.footer_home {
    padding: 60px 0 0 0;
}

.foot_wrap {
    width: 20%;
    float: left;
}

.foot_wrap ul {
    margin: 0;
    padding: 0;
}

.foot_wrap ul li {
    display: block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    list-style: none;
    padding: 7px 10px;
}

.foot_wrap p {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
}

.foot_wrap p a {
    float: left;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: 11px 0;
    letter-spacing: 2px;
}

.social li {
    font-size: 21px !important;
    padding: 38px 8px !important;
    float: left;
}

.social li a {
    color: #fff;
}

.goo_certificate p {
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    border-top: 1px solid #fff;
    width: 65%;
    margin: 32px auto;
    padding: 30px 0 10px 0;
}

.bookingengine {
    position: absolute;
    bottom: 140px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

#work_home h1 {
    text-transform: uppercase;
    padding-bottom: 15px;
    color: #000;
}

.vedio {
    width: 100%;
    height: 500px;
}

/* 11-10-2017 css start here */

.challenge_sec {
    background: darkcyan !important;
    padding: 50px 0 25px !important;
}

.amazing_hotel_box h1 {
    font-size: 18px;
    margin-bottom: 15px;
    font-family: 'radikalmedium';
    color: #000000;
    letter-spacing: 0;
    text-transform: uppercase;
}

.amazing_hotel_box h2 {
    font-size: 36px;
    color: #000000;
    font-family: 'radikalmedium';
    margin: 0 0 17px;
    text-transform: uppercase;
}

.amazing_hotel_box h2 span {
    color: darkcyan;
    font-family: 'radikalblack';
}

.amazing_hotel_box p {
    font-size: 18px;
    color: #000000;
    font-family: 'radikalmedium';
    padding: 0 20px;
}

.challenge_sec h1 {
    font-family: 'avianbold';
    padding-bottom: 20px;
    font-size: 34px;
    letter-spacing: 5px;
    padding-left: 15px;
}

#work_home .img_box1 h3 {
    font-family: 'avianbold';
    font-size: 21px;
    text-transform: inherit;
    color: #000;
}

.client_box h3 {
    font-family: 'radikalbold';
    margin-bottom: 35px;
    text-align: center;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 31px;
    letter-spacing: 4px;
}

.our-client-section {
    padding: 40px 0 70px;
}

.stories_banner_sec {
    height: 575px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

.stories_box h2 {
    font-family: 'radikalbold';
    text-transform: uppercase;
    font-size: 42px;
    padding: 60px 0 35px;
    color: #ecca2b;
    text-align: center;
    letter-spacing: 2px;
}

.icon_box {
    padding: 0;
    text-align: center;
    margin: 0;
    list-style: none;
}

.icon_box li {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 24.3%;
}

.icon_box li img {
    mix-blend-mode: screen;
}

.icon_box li p {
    font-size: 16px;
    color: #fff;
    margin-top: 22px;
    text-transform: uppercase;
}

.read_btn {
    background: #ecca2b;
    color: #000;
    font-family: 'radikalbold';
    text-transform: uppercase;
    display: table;
    margin: 115px auto 0;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 15px 35px;
    border-radius: 50px;
}

.read_btn:hover {
    color: #000;
    text-decoration: none;
}

.our-client-section .owl-carousel .owl-item img {
    width: inherit;
    margin: 0 auto;
}

.crowsel_box {
    background: #fff;
    box-shadow: 0px 1px 5px 3px #eaeaea;
    height: 250px;
    margin: 25px 10px;
    padding: 46px 0;
}

.overlay2 {
    background: rgba(0, 0, 0, 0.4);
}

.logo_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.item_box:hover .item-overlay.top {
    top: 294px;
}

.item-overlay {
    position: absolute;
    top: -30px;
    overflow: hidden;
    background: darkcyan;
    width: 100%;
    display: block;
    padding: 8px 0 9px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.item-overlay.top {
    top: 352px;
}

.light_box li {
    overflow: hidden;
}

.example-image {
    top: 0;
    background: #000;
    position: relative;
    transition: all 0.3s;
}

.example-image:hover {
    top: -5px;
}

.light_box li img {
    width: inherit !important;
}

.light_box li:hover .overlay_text {
    display: block;
}

.light_box {
    padding: 0;
    list-style: none;
    margin: 0;
}

.light_box li {
    float: left;
}

.light_box li {
    float: left;
    width: 25%;
    position: relative;
}

.light_box li img {
    width: 100% !important;
}

.our-client-section .owl-prev {
    width: 1% !important;
    left: -46px;
    position: absolute;
    top: 50%;
    width: inherit;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    color: #000 !important;
    opacity: 1 !important;
}

.our-client-section .owl-next {
    right: -46px;
    position: absolute;
    top: 50%;
    width: inherit;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    color: #000 !important;
    opacity: 1 !important;
}

.our-client-section .owl-dots {
    display: none;
}

.heading_box h1 {
    font-size: 28px;
    color: #fff;
    font-family: 'radikalmedium';
}

.heading_box h3 {
    font-size: 28px;
    color: #fff;
    font-family: 'radikalmedium';
}

.home-page .banner-container .carousel-content .carousel-caption .heading_box .highlight_text {
    font-size: 52px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline;
    color: #ecca2b;
    font-family: 'radikalblack';
}

.enquirenow_btn {
    background: darkcyan;
    color: #fff;
    z-index: 9999;
    font-family: 'radikalbold';
    letter-spacing: 3px;
    font-size: 18px;
    padding: 8px 14px;
    position: fixed;
    right: -74px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.enquirenow_btn:hover {
    color: #fff;
    text-decoration: none;
}

/* 11-10-2017 css end here */

#deej .owl-nav {
    position: absolute;
    top: 29%;
    right: 0;
    color: #fff !important;
    left: 0;
    width: 100%;
}

#deej .owl-prev {
    position: absolute;
    left: -60px;
    width: 40px;
}

#deej .owl-next {
    color: #fff !important;
    position: absolute;
    width: 20px;
    right: -40px;
}

#deej .owl-nav {
    top: 30% !important;
}