@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,700i,800);
@import url(https://fonts.googleapis.com/css?family=Varela+Round);
@import url(http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
.search2,
ol,
p,
ul {
    margin: 0
}

i.phone,
i.roc {
    vertical-align: middle
}

.case h3 {
    margin: 0 !important
}

.case h3 span {
    display: block
}

.made {
    padding-top: 10px !important
}

.head-btn2 {
    display: none
}

.success-bottom-left p {
    text-align: center
}

.bg-red {
    background: red;
    margin: 20px auto
}

.case p,
.made p {
    line-height: 1.8em
}

.check ul li a,
.lates p,
.made h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: italic
}

.mtb {
    margin: 20px auto
}

.m-top {
    margin-top: 20px
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.modal-header {
    padding: 2px 16px;
    color: #000;
    padding-bottom: 40px
}

.modal-body {
    padding: 2px 16px
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: #fff
}

.home-model-bg {
    background: #298ad7;
    color: #000
}

.closemodal {
    color: #000
}

.banner2 {
    margin: 20px auto
}

.clear,
.clearfix:after,
.row:after {
    clear: both
}

#filters li span,
.b-animate button,
.b-animate span,
.head-nav ul li,
.head-nav ul li a,
.made.project-section-head h3 {
    text-transform: uppercase
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff
}

p {
    text-align: justify
}

body {
    background: linear-gradient(183deg, black, #630202);
    width: 100%
}

.container {
    max-width: 100%
}

span.custom_mum {
    font-size: 35px;
    color: #fff;
    font-style: italic;
    font-weight: 400;
    clear: left
}

input[type=file] {
    color: #fff;
    font-weight: 700
}

.top-banner {
    margin-top: 50px
}

.banner-area img {
    width: 100%;
    max-width: 100%;
    display: block;
    object-fit: cover
}

.banner-area {
    position: relative
}

.banner-content {
    position: absolute;
    right: 30%;
    top: 5%;
    width: auto
}

.custom_book img {
    max-width: 200px;
    margin: 0 auto
}

.custom_book,
.custom_satis {
    display: inline-block
}

.custom_satis img {
    max-width: 200px;
    margin: 0 auto
}

.banner_inner_wrap {
    max-height: 120vh;
    overflow: hidden;
    position: relative
}

.banner_img {
    float: right
}

.banner-area {
    background-image: url(../images/below-banner.jpg);
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10000;
    height: 100vh
}

.m-20 {
    margin-bottom: 20px
}

.no-bg {
    background: 0 0 !important;
    border: none !important
}

.banner_right {
    width: 20%;
    z-index: 10000;
    right: 30px;
    top: 20px
}

ul.number1 li a,
ul.number1 li span {
    color: #fff !important
}

.on-img {
    max-height: 300px;
    width: 200px;
    object-fit: contain
}

.up-img {
    position: relative;
    text-align: center
}

span.call-img {
    position: absolute;
    top: 61%;
    left: -5%;
    color: #000;
    transform: translate(-50%, -50%);
    transform: rotate(-90deg);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px
}

.marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    color: #fff;
    font-weight: 700;
    font-size: 24px
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    text-indent: 0;
    animation: marquee 30s linear infinite
}

.marquee span:hover {
    animation-play-state: paused
}

@keyframes marquee {
    0% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(-100%, 0)
    }
}

#wh-widget-send-button.wh-widget-right {
    bottom: 70px !important
}

.check h3,
.recent h3,
.top-slide h1,
.top-slide h2 {
    font-family: 'Varela Round', sans-serif
}

body a {
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}

.header {
    background: 0 0;
    padding: 0
}

.head-left {
    float: left
}

.head-nav {
    text-align: center;
    background: #7d131b;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999
}

.search2 {
    float: right
}

.search2 {
    position: relative;
    padding: 4px;
    width: 21%;
    border: 1px solid #758594;
    border-radius: 50px;
    background: #000
}

.search2 input[type=text] {
    outline: 0;
    color: #758594;
    background: 0 0;
    font-size: 1em;
    border: none;
    font-weight: 400;
    font-style: italic;
    width: 92.33%;
    text-align: left;
    padding: 0 1.5em
}

.search2 input[type=submit] {
    background: url(../images/sear.png) 2px 6px no-repeat;
    padding: 2px 8px;
    border: none;
    cursor: pointer;
    position: absolute;
    outline: 0;
    top: 1px;
    right: 13px
}

ul.number {
    padding: 0
}

ul.number li {
    list-style: none;
    display: inline-block;
    margin: 0 1em
}

i.mail,
i.phone,
i.roc {
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: .5em
}

i.roc {
    background: url(../images/img-sprite.png) -446px -227px no-repeat
}

i.phone {
    background: url(../images/img-sprite.png) -446px -199px no-repeat
}

i.mail {
    background: url(../images/img-sprite.png) -446px -172px no-repeat
}

ul.number li a,
ul.number li span {
    color: #758594;
    padding: .4em 0;
    display: block;
    font-size: 1em
}

ul.number li a:hover {
    color: #85d6de
}

.header-bottom {
    padding: 1em 0
}

.lates p {
    color: #fff !important
}

.flex-control-paging li a.flex-active {
    background: #000 !important
}

.top_model_wrap:after {
    content: '';
    display: block;
    clear: both;
    float: none
}

#home_port span {
    font-size: 15px;
    font-weight: 400
}

.chosen-container {
    width: 95% !important
}

.chosen-container-multi .chosen-choices {
    padding: 5px 5px !important;
    border: none !important
}

.logo {
    float: left
}

.logo a {
    display: block
}

.head-nav ul li,
.head-nav ul li a,
a.more {
    display: inline-block;
    text-decoration: none
}

.head-nav ul li a {
    position: relative;
    outline: 0;
    color: #fff;
    letter-spacing: .2px;
    font-weight: 500;
    text-shadow: 0 0 1px rgba(255, 255, 255, .3);
    font-size: 1em;
    margin: .8em 1.3em
}

.head-nav a:focus,
.head-nav a:hover {
    outline: 0
}

.head-nav ul {
    padding: 0;
    margin: 0
}

*,
::before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.head-nav ul li {
    outline: 0;
    letter-spacing: 1px;
    font-weight: 400
}

.head-nav ul li a:hover,
.head-nav ul li.active a {
    color: #ffe628
}

ul a:focus,
ul a:hover {
    outline: 0;
    color: #b2100d;
    text-decoration: none
}

.cl-effect-15 a::before {
    color: #fff;
    content: attr(data-hover);
    position: absolute;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -moz-transition: -moz-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s
}

.cl-effect-15 a:focus::before,
.cl-effect-15 a:hover::before {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    transform: scale(.9);
    opacity: 0
}

.top-slide h2 {
    color: red;
    font-size: 2.5em;
    font-weight: 400
}

.top-slide h1,
a.more {
    color: #fff;
    font-weight: 400
}

.top-slide h1 {
    font-size: 4.2em
}

.twitter-icon {
    margin: 50px auto
}

.mar-top {
    margin-top: 50px
}

.twitt-width {
    width: 100% !important
}

.btn-bg1 {
    background: #c822c8
}

.btn-bg2 {
    background: #ff1493
}

.btn-bg3 {
    background: #ff2c14
}

.btn-bg4 {
    background: #44b9c8
}

.btn-bg5 {
    background: #048a7e
}

.btn-bg6 {
    background: #be0845
}

.btn-bg7 {
    background: #beaf2b
}

a.more {
    border-radius: 4px;
    padding: 4px 16px;
    font-size: 14px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    margin-left: 5px;
    margin-top: 7px
}

.slide-info {
    padding: 10em 0 0
}

.wmuSlider {
    position: relative;
    overflow: hidden
}

.wmuSlider .wmuSliderWrapper article img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block
}

.wmuSliderPagination {
    z-index: 2;
    position: absolute;
    right: 40%;
    bottom: 35px
}

ul.wmuSliderPagination {
    padding: 0
}

.bottom-slide,
.bottom-slide-1,
.bottom-slide-2 {
    padding: 1.5em 0;
    font-size: 1.5em;
    font-weight: 400;
    color: #fff;
    text-align: center
}

.wmuSliderPagination li {
    float: left;
    margin: 0 8px 0 0;
    list-style-type: none
}

.wmuSliderPagination a {
    display: block;
    text-indent: -9999px;
    width: 0;
    height: 0;
    background: #fff51f
}

.wmuSliderNext,
.wmuSliderPrev {
    position: absolute;
    width: 206px;
    height: 93px;
    text-indent: -9999px;
    top: 0;
    z-index: 2;
    cursor: pointer
}

.wmuSliderPagination a.wmuActive {
    background: #fb4d01
}

.wmuGallery .wmuGalleryImage {
    margin-bottom: 10px
}

.wmuSliderPrev {
    background: url(../images/left.png) 160px 35px no-repeat rgba(0, 0, 0);
    left: 0
}

.wmuSliderNext {
    background: url(../images/right.png) 20px 35px no-repeat rgba(0, 0, 0);
    right: 0
}

i.ate,
i.comp,
i.qui {
    width: 126px;
    height: 126px;
    display: inline-block;
    vertical-align: middle
}

.cae-top {
    padding: 3em 0
}

i.ate {
    background: url(../images/img-sprite.png) -146px -165px no-repeat
}

i.comp {
    background: url(../images/img-sprite.png) -8px -165px no-repeat
}

i.qui {
    background: url(../images/img-sprite.png) -304px -165px no-repeat
}

.case h4 {
    color: #fff;
    font-size: 1.4em;
    margin: 0;
    padding: 1em 0 .6em;
    font-weight: 700
}

.case p {
    font-size: 1.1em;
    color: #758594;
    font-weight: 400
}

.made h1 {
    font-size: 2.5em;
    color: #fff;
    font-weight: 800
}

.made h2 {
    margin-top: 10px;
    font-size: 2.3em;
    color: #fff;
    font-weight: 700
}

.made h3 {
    font-size: 2.1em;
    color: #fff;
    font-weight: 600
}

.made h4,
.made p {
    font-weight: 700;
    color: #f9f9f9
}

.made h4 {
    font-size: 1.6em;
    color: #fff
}

. made p {
    color: #758594;
    font-size: 1.1em
}

.made {
    padding: 2em 0 0;
    margin-top: 20px
}

.made-left {
    padding: 0
}

.recent h3 {
    font-size: 2.5em;
    color: #fff;
    font-weight: 400;
    margin-bottom: 1em
}

.recent {
    background: 0 0;
    padding: 2em 0
}

.recent h2 {
    text-align: center
}

#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
    display: none
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0 auto
}

.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    line-height: 1
}

.nbs-flexisel-item>img {
    cursor: pointer;
    positon: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 250px;
    max-height: 250px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px
}

.chek-top,
.pla {
    border: 1px solid #758594
}

.nbs-flexisel-item p {
    padding: 10px
}

.nbs-flexisel-item p a {
    color: #000;
    font-size: 1.2em
}

.nbs-flexisel-item p a:hover {
    color: #6cc372
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 16px;
    height: 28px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    display: none
}

.team1 {
    margin: 0 .5em;
    position: relative
}

.team1 p {
    color: #34495e;
    font-size: 2em;
    font-weight: 300;
    margin: 0;
    position: absolute;
    top: 4em;
    left: 1.5em
}

.check {
    padding-top: 3em
}

.check ul {
    margin: 0;
    padding: 0
}

.check ul li {
    display: block
}

.check ul li a {
    color: #fff;
    padding: .5em 0;
    text-decoration: none;
    font-size: 1.1em;
    line-height: 3em
}

.check ul li a:hover {
    color: #85d6de
}

.check ul li a span {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../images/circle.png) no-repeat;
    margin-right: .4em
}

.check h3 {
    font-size: 2.5em;
    color: #fff;
    font-weight: 400;
    margin-bottom: 1em;
    text-align: center
}

.pla {
    margin: 0 3.39em;
    padding: 1.65em
}

.chek-top {
    padding: 1em
}

.video-grid {
    margin-bottom: 30px
}

.footer h4 {
    color: #fff;
    font-size: 1.4em;
    font-weight: 700;
    margin: 0 0 1em
}

.foot p,
.lates h6,
.vivamus a,
.vivamus h5,
.vivamus p {
    font-weight: 400
}

.latest-top {
    margin: 1.5em 0
}

.lates p {
    color: #758594;
    font-size: 1em;
    line-height: 1.8em;
    margin-bottom: 1em
}

.lates h6 {
    color: #fff;
    font-size: 1em;
    margin: 0
}

.foot p,
.vivamus a,
.vivamus h5,
.vivamus p {
    font-size: 1.1em
}

.latest-left {
    float: left;
    width: 23%;
    margin-right: 4%
}

.latest-right {
    float: left;
    width: 73%;
    margin-bottom: 50px
}

ul.number1 {
    padding: 0
}

ul.number1 li {
    list-style: none;
    display: block
}

i.mail1,
i.phone1,
i.roc1,
i.sky {
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: .5em
}

i.roc1 {
    background: url(../images/img-sprite.png) -468px -227px no-repeat;
    vertical-align: middle
}

i.phone1 {
    background: url(../images/img-sprite.png) -468px -199px no-repeat;
    vertical-align: middle
}

i.mail1 {
    background: url(../images/img-sprite.png) -468px -172px no-repeat
}

i.sky {
    background: url(../images/img-sprite.png) -468px -247px no-repeat
}

i.ball,
i.beha,
i.cam,
i.clim,
i.facebk,
i.googpl,
i.linkd,
i.ol,
i.pp,
i.rou,
i.ttt,
i.twiter,
i.vad,
i.ven,
i.youtube {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    float: left
}

ul.number1 li a,
ul.number1 li span {
    color: #758594;
    padding: .4em 0;
    display: block;
    font-size: 1.1em
}

ul.number1 li a:hover {
    color: #85d6de
}

.social ul {
    padding: 0;
    margin: 0
}

.social ul li {
    display: inline-block;
    padding: 0
}

i.twiter {
    background: url(../images/img-sprite.png) -360px -7px no-repeat
}

i.twiter:hover {
    background: url(../images/img-sprite.png) -360px -7px no-repeat
}

i.facebk {
    background: url(../images/img-sprite.png) -410px -7px no-repeat
}

i.facebk:hover {
    background: url(../images/img-sprite.png) -409px -7px no-repeat
}

i.googpl {
    background: url(../images/img-sprite.png) -460px -7px no-repeat
}

i.googpl:hover {
    background: url(../images/img-sprite.png) -459px -7px no-repeat
}

i.pp {
    background: url(../images/img-sprite.png) -510px -7px no-repeat
}

i.pp:hover {
    background: url(../images/img-sprite.png) -509px -7px no-repeat
}

i.ttt {
    background: url(../images/img-sprite.png) -560px -7px no-repeat
}

i.ttt:hover {
    background: url(../images/img-sprite.png) -559px -7px no-repeat
}

i.linkd {
    background: url(../images/img-sprite.png) -610px -7px no-repeat
}

i.linkd:hover {
    background: url(../images/img-sprite.png) -609px -7px no-repeat
}

i.youtube {
    background: url(../images/img-sprite.png) -309px -7px no-repeat
}

i.youtube:hover {
    background: url(../images/img-sprite.png) -659px -7px no-repeat
}

i.cat {
    width: 40px;
    height: 40px;
    background: url(../images/img-sprite.png) -460px -57px no-repeat;
    float: left;
    vertical-align: middle
}

i.cat:hover {
    background: url(../images/img-sprite.png) -360px -57px no-repeat
}

i.ol {
    background: url(../images/img-sprite.png) -59px -57px no-repeat
}

i.ol:hover {
    background: url(../images/img-sprite.png) -409px -57px no-repeat
}

i.ven {
    background: url(../images/img-sprite.png) -460px -57px no-repeat
}

i.ven:hover {
    background: url(../images/img-sprite.png) -459px -57px no-repeat
}

i.ball {
    background: url(../images/img-sprite.png) -159px -57px no-repeat
}

i.ball:hover {
    background: url(../images/img-sprite.png) -509px -57px no-repeat
}

i.rou {
    background: url(../images/img-sprite.png) -209px -57px no-repeat
}

i.rou:hover {
    background: url(../images/img-sprite.png) -559px -57px no-repeat
}

i.cam {
    background: url(../images/img-sprite.png) -259px -57px no-repeat
}

i.cam:hover {
    background: url(../images/img-sprite.png) -609px -57px no-repeat
}

i.clim {
    background: url(../images/img-sprite.png) -309px -57px no-repeat
}

i.clim:hover {
    background: url(../images/img-sprite.png) -659px -57px no-repeat
}

i.beha {
    background: url(../images/img-sprite.png) -10px -107px no-repeat
}

i.beha:hover {
    background: url(../images/img-sprite.png) -360px -107px no-repeat
}

i.vad {
    background: url(../images/img-sprite.png) -59px -107px no-repeat
}

i.vad:hover {
    background: url(../images/img-sprite.png) -409px -107px no-repeat
}

.foot p {
    color: #fff;
    text-align: center;
    margin: 1.5em 0 0
}

.foot a {
    color: #fff
}

.foot a:hover {
    color: #000
}

i.line {
    width: 100%;
    height: 3px;
    background: url(../images/line.png);
    display: block
}

.vivamus-left {
    float: left;
    width: 5%;
    text-align: center;
    margin-right: 1%
}

.vivamus-right {
    float: right;
    width: 94%
}

.righ-left {
    float: left
}

.righ-right {
    float: right
}

.righ-right li {
    display: inline-block;
    margin-right: 1em
}

i.fav,
i.rep,
i.ret {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: .5em;
    display: inline-block
}

.vivamus a {
    color: #85d6de;
    cursor: pointer;
    text-decoration: none
}

.vivamus a:hover {
    color: #fff
}

i.rep {
    background: url(../images/img-sprite.png) -495px -177px no-repeat
}

i.ret {
    background: url(../images/img-sprite.png) -497px -198px no-repeat
}

i.fav {
    background: url(../images/img-sprite.png) -498px -218px no-repeat
}

.vivamus h5 {
    color: #85d6de;
    margin: 0 0 0 4.1em
}

.vivamus p {
    color: #fff;
    line-height: 1.8em;
    margin: 1em 0
}

.vivamus h6 {
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    margin: 0
}

.vivamus-1 {
    padding: 5em 0
}

.footer-top {
    padding: 3em 0
}

.footer {
    padding: 0 0 3em
}

.b-link-stripe {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-weight: 300;
    overflow: hidden;
    width: 100%
}

.b-link-stripe .b-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    overflow: hidden
}

.b-animate-go {
    text-decoration: none
}

.b-animate {
    transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    visibility: hidden;
    font-size: 1.1em;
    font-weight: 700
}

.b-animate img {
    margin-top: 4%;
    display: -webkit-inline-box
}

.b-animate span {
    font-size: 2em;
    padding-top: 2.8em;
    display: block;
    font-weight: 500
}

.b-animate button {
    background: #000;
    padding: .9em 1.8em;
    color: #fff;
    font-size: .875em;
    border: none;
    border-radius: .3em;
    margin: .8em auto;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    outline: 0
}

.b-animate-go:hover .b-animate {
    visibility: visible
}

.b-from-left {
    position: relative;
    left: -100%;
    background: rgba(249, 249, 249, .26);
    background-size: 100% 100%;
    top: 0;
    margin: 0;
    min-height: 241px
}

.b-animate-go:hover .b-from-left {
    left: 0
}

.about {
    padding: 4.2em 0 8em
}

.about-main h3 {
    font-size: 2em;
    color: #85d6de;
    font-weight: 600;
    margin: 0;
    text-align: center
}

.about-main h5 {
    font-size: 1.3em;
    line-height: 1.5em;
    margin: 1em 0 0;
    color: #fff
}

.about-main p {
    font-size: 1.1em;
    line-height: 1.8em;
    color: #758594;
    margin-top: .8em
}

.about-text {
    margin-top: 2.5em
}

.about-text-left h5 {
    font-size: 1.5em
}

.success-left h3,
.success-right h3 {
    font-size: 1.5em;
    color: #85d6de;
    font-weight: 600
}

.success-bottom-left {
    width: 9.5%;
    float: left;
    color: #fff;
    background: #758594;
    text-align: center;
    padding: 1.5em 0
}

.success-bottom-right {
    width: 85%;
    float: right
}

.success-bottom-right h5 {
    font-size: 1.3em;
    margin: 0;
    color: #fff;
    font-weight: 600
}

.success-bottom-left h6 {
    font-size: 18px;
    margin: 0;
    color: #fff
}

.success-bottom-right p {
    font-size: 1.1em;
    line-height: 1.8em;
    color: #758594;
    margin-top: 1em
}

.success-bottom {
    margin: 20px 0
}

.success-right h4 {
    font-size: 1.3em;
    margin: 0;
    color: #fff;
    font-weight: 600
}

.success-right p {
    font-size: 1.1em;
    line-height: 1.8em;
    color: #758594;
    margin: 1em 0
}

.success-right h6 {
    font-size: 1.3em;
    margin: 0;
    color: #fff
}

.success-right ul {
    padding: 0;
    margin-top: 1.5em
}

.success-right ul li {
    margin: 0 0 12px;
    display: block
}

.success-right ul li a {
    font-size: 1.1em;
    color: #85d6de
}

.success-right ul li a:hover {
    text-decoration: none;
    color: #1793d1;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}

.success-main {
    padding: 1em 0 4em
}

.portfolio {
    padding: 2em 0
}

.project-section-head h3 {
    color: #fff;
    font-weight: 500;
    font-size: 3.2em
}

.project-section-head p {
    color: #fff;
    font-weight: 400;
    font-size: 1.3em
}

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 22%;
    display: none;
    float: left;
    overflow: hidden;
    margin: 1em
}

div#portfoliolist {
    padding: 0
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    cursor: pointer
}

.portfolio img {
    width: 100%;
    transition: all .3s !important;
    -webkit-transition: all .3s !important;
    -moz-transition: all .3s !important
}

.header_phone_wrap img {
    max-width: 100%;
    width: 128px
}

.portfolio .label {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: -40px
}

.portfolio .label-bg {
    background: #22b4b8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.clear,
.container:after {
    visibility: hidden;
    height: 0;
    display: block
}

.portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 5px 8px
}

.portfolio .text-category {
    display: block;
    font-size: 9px;
    font-size: 12px;
    text-transform: uppercase
}

.container:after {
    content: "020";
    clear: both
}

.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
    content: '020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.clear {
    overflow: hidden;
    width: 0
}

#filters {
    margin: 1em 0;
    padding: 0;
    list-style: none;
    text-align: center
}

#filters li span {
    display: block;
    padding: .2em 1.2em;
    text-decoration: none;
    color: #85d6de;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 400;
    margin: 0 .5em
}

#filters li span.active {
    background: #758594;
    color: #f3f3f3;
    font-weight: 600;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px
}

#filters li span.filter:hover {
    background: #758594;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px
}

#filters li span.active:hover {
    background: #758594;
    color: #f3f3f3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px
}

#filters li {
    display: -webkit-inline-box
}

.zoom-icon {
    position: absolute;
    opacity: 0;
    display: block;
    left: 0;
    top: -152px;
    width: 290px;
    height: 219px;
    background: url(../images/zoom.png) center center no-repeat rgba(240, 108, 100, .48);
    cursor: pointer;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.grid_box .zoom-icon {
    top: -50px;
    width: 100%;
    height: 252px
}

.grid_box a:hover .zoom-icon {
    top: 0;
    opacity: 1
}

.entertain_box {
    margin-bottom: 3em
}

.services-top-grids span {
    color: #ffa200
}

.services-top-grids {
    padding: 2em 0 3em
}

.services-wel {
    border-bottom: 1px solid #eee;
    padding: 0 0 1em
}

.service-grid h3,
.services-wel h3 {
    padding: .8em 0 .3em;
    font-weight: 600
}

.services-wel h3 {
    margin: 0;
    color: #85d6de;
    font-size: 2em
}

.services-wel p {
    width: 100%;
    margin-top: .5em;
    font-size: 1.2em;
    color: #758594
}

.service-grid h3 {
    margin: 0;
    color: #fff;
    font-size: 1.3em
}

.service-grid:nth-child(3),
.service-grid:nth-child(6) {
    margin-right: 0
}

.service-grid p {
    font-size: 1.1em;
    line-height: 1.8em;
    font-weight: 400;
    color: #758594;
    margin: 1em 0
}

.error-404 h1,
.error-404 p {
    margin: 0;
    text-transform: uppercase
}

.service-grids {
    padding: .5em 0
}

.main {
    padding: 14em 0
}

.error-404 h1 {
    font-size: 12em;
    font-weight: 700;
    color: #85d6de;
    padding: 0
}

.error-404 p {
    color: #868f98;
    font-size: 1.2em
}

a.b-home {
    background: #85d6de;
    padding: .8em 3em;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    margin-top: 1em
}

a.b-home:hover {
    background: #b2100d
}

.contact-page {
    padding: 3em 0
}

h3.c-head {
    color: #85d6de;
    font-size: 2em;
    margin-bottom: 1em;
    font-weight: 600
}

.singel_right {
    margin-top: 0
}

.span_1_of_contact {
    width: 60.1%;
    float: left;
    margin-right: 2%
}

p.comment-form-author {
    margin-bottom: 2em
}

.contact-form label {
    display: block;
    font-size: 1em;
    color: #fff
}

.contact-form input[type=text],
.contact-form select,
.contact-form textarea {
    padding: 10px;
    display: block;
    width: 95%;
    background: #fff;
    border: 1px solid #eee;
    color: #9198a3;
    font-size: .9em;
    outline: 0
}

.contact-form textarea {
    -webkit-appearance: none;
    resize: none;
    height: 170px
}

.contact-form input[type=submit] {
    display: inline-block;
    padding: 13px 25px;
    background: #85d6de;
    color: #fff;
    font-size: 1em;
    line-height: 18px;
    text-transform: uppercase;
    border: none;
    outline: 0;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s
}

.contact-form input[type=submit]:hover {
    background: #b2100d
}

.contact_grid {
    display: block;
    float: left;
    width: 37%
}

.span_2_of_contact_right h3 {
    font-size: 1.3em;
    font-weight: 600;
    color: #fff;
    margin-bottom: .5em
}

.address {
    margin-bottom: 1em
}

.contact_address,
.contact_email {
    overflow: hidden;
    font-size: 1.1em;
    color: #758594;
    line-height: 1.8em
}

.contact_email a {
    color: #999;
    text-decoration: none
}

.contact_email a:hover {
    color: #85d6de;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s
}

.map {
    margin-top: 3em
}

.map iframe {
    width: 100%;
    min-height: 350px
}

.top-slide .made h1 {
    color: #fff
}

.video-grid iframe {
    width: 100% !important;
    margin: 0 auto;
    display: inherit
}

.top-slide .made p {
    color: #fff
}

.home_port_wrap:after {
    content: '';
    display: block;
    clear: both;
    float: none
}

.home_port_wrap span {
    font-size: 15px
}

#home_port {
    width: 22%;
    margin: 10px;
    float: left
}

.rating-star {
    margin-top: 10px;
    margin-bottom: 10px
}

.rating-star ul {
    text-align: center;
    padding: 0
}

.rating-star ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px
}

.rating-star ul li i {
    color: #b5b54d
}

.book-now {
    padding-top: 12px;
    padding-bottom: 12px;
    background: #dcdc39;
    text-align: center
}

.book-now a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase
}

.call-now {
    padding-top: 12px;
    padding-bottom: 12px;
    background: #00bfff;
    text-align: center
}

.call-now p {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase
}

.girl-stats {
    margin-top: 20px
}

.stats-head {
    padding-top: 12px;
    padding-bottom: 12px;
    background: #00bfff
}

.stats-head p {
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-weight: 400
}

.stats-bio {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #184250
}

.stats-bio-left p {
    text-transform: uppercase;
    color: #ff0;
    font-size: 16px
}

.stats-bio-right p {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px
}

.padd-bottom {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.info-p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 400
}

.model-img {
    padding: 20px;
    margin-bottom: 30px
}

.model-img ul {
    padding: 0
}

.model-img ul li {
    list-style-type: none;
    display: inline-block;
    margin: 8px
}

.model-img ul li img {
    height: 220px;
    width: 138px
}

.model-margin {
    margin-bottom: 0 !important
}

.model-sec img {
    width: 100%;
    height: 275px
}

.padd-top {
    padding-top: 20px
}

.banner_inner_wrap img {
    height: 500px
}

.footer-icon {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

.footer-icon i {
    color: #fff;
    margin-right: 10px;
    font-weight: 700
}

.icon-center {
    text-align: center;
    display: inline-block
}

.footer-top {
    padding-bottom: 0
}

.td1 {
    background: red
}

.td2 {
    background: #49318f
}

.td3 {
    background: green
}

.rate-img {
    width: 30%
}

.confo {
    text-align: center
}

.lates img {
    width: 25%
}

.banner1 {
    margin: 30px auto
}

.banner1-sec {
    position: relative
}

.top4-p {
    color: #1cc0d0;
    margin-bottom: 10px
}

.banner1-sec img {
    height: 500px;
    width: 70%;
    padding-left: 30%;
    margin-left: 30%
}

.banner1-top {
    position: absolute;
    bottom: 0;
    width: 100%
}

.top1-p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 44px;
    font-weight: 700;
    font-family: cursive
}

.top2-p {
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.top3-p {
    color: #ff0;
    font-size: 16px;
    font-weight: 700
}

.top5-p {
    color: #fff;
    margin-bottom: 10px
}

.top6-p {
    color: #fff;
    padding-left: 21%
}

.bg2 {
    background: #4ea4bb;
    width: 220px;
    padding: 10px 0 10px 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.bg2 a {
    text-decoration: none
}

.loc-btn {
    margin-top: 50px
}

.esc-loc {
    margin-top: 50px
}

.esc-loc-sec ul {
    padding: 0
}

.esc-loc-sec ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 8px 20px 8px;
    width: 31%
}

.esc-loc-img {
    position: relative
}

.esc-loc-img img {
    width: 100%;
    height: 250px
}

.esc-loc-txt {
    background: #464646;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 15px;
    padding-top: 6px;
    padding-bottom: 6px
}

.esc-loc-txt p {
    color: red;
    font-weight: 700;
    text-align: center !important
}

.bann-cgm {
    margin: 20px 0 50px 0
}

.bann-cgm img {
    width: 100%
}

.bann-hpsm img {
    width: 100%;
    height: 400px
}

.img-num {
    position: relative;
    margin-bottom: 10px
}

.img-text {
    bottom: 60px;
    margin-top: 10px;
    width: 100%
}

.img-text p {
    margin: 0;
    text-align: center !important
}

.img-text2 {
    color: #fff;
    font-weight: 700
}

.p2 {
    color: #fff !important;
    font-weight: 700
}

.img-bott {
    bottom: 50px !important
}

.img-bott2 {
    bottom: 75px !important
}

.beauty-img {
    position: relative
}

.mumbai-beauty {
    bottom: 0;
    width: 100%;
    text-align: center
}

.beauty-p {
    background: #03a9f4;
    color: #fff;
    text-align: center !important;
    margin-bottom: 1em;
    padding: 5px
}

.beauty-sec {
    background: #000;
    color: #fff;
    box-shadow: 0 0 6px 0;
    margin-top: 8px;
    padding: 8px 0 8px 0
}

.beauty-sec h4 {
    text-align: center;
    margin: 0;
    font-weight: 700
}

.beauty-sec p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0
}

.beauty-sec h3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 24px
}

.img-height {
    height: 300px !important
}

.ect-info {
    color: #fff;
    margin-bottom: 10px
}

.wifes-content p {
    color: #fff
}

.model-sec {
    margin-bottom: 20px
}

.banner2 img {
    width: 100%;
    height: 300px
}

.head-btn {
    margin-bottom: 20px
}

.head-btn p {
    text-align: center;
    background: #7d131b;
    width: 50%;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase
}

.text-p1 {
    font-size: 32px;
    color: #fff;
    font-weight: 700
}

.text-p1 {
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    font-family: sans-serif;
    margin-bottom: 10px
}

.text-p2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    font-family: cursive
}

.text-p3 {
    font-size: 16px !important;
    padding-left: 22%
}

.header-icon {
    color: #fff;
    font-size: 26px;
    display: none
}

.icon-menu a i {
    display: none
}

.head-nav ul li i {
    color: #ffe628;
    display: none
}

.head-nav ul li a:hover {
    color: #ffe628
}

.header-sub-icon {
    display: none
}

.video-banner {
    position: relative;
    text-align: center
}

.video-banner iframe {
    border: 5px solid red;
    width: 60%;
    height: 370px
}

.video-banner2 {
    position: absolute;
    width: 100%;
    bottom: -45px
}

.vid-bann1 {
    border: 10px solid red;
    width: 110px;
    margin: 0 auto
}

.vid-bann2 {
    border: 5px solid red;
    width: 200px;
    margin: 13px auto
}

.vid-bottom {
    margin-bottom: 50px
}

.vid-boder {
    border: 5px solid red;
    margin-top: 10px;
    width: 200px;
    margin: 11px auto
}

.vid-boder2 {
    border: 5px solid red;
    margin-top: 10px;
    width: 200px;
    margin: 13px auto
}

.live-vid-margin {
    margin-bottom: 50px
}

.live-vid-margin iframe {
    width: 100% !important
}

.info-escort {
    margin: 50px auto
}

.made-list li {
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.mar-bottom {
    margin-bottom: 20px
}

.check {
    margin-bottom: 30px
}

.twit-width {
    width: 100% !important
}

.pro-height {
    height: 420px;
    width: 100%
}

.port-margin {
    margin-top: 30px
}

.you-video {
    text-align: center;
    margin-top: 20px
}

.you-video iframe {
    width: 50%;
    height: 300px
}

.slider-img {
    height: 330px;
    border: 10px solid #7d131b;
    border-radius: 30px
}

#myBtn,
.back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    cursor: pointer
}

.back-to-top {
    right: 20px
}

figcaption {
    font-size: 20px;
    border: 1px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
    box-shadow: 0 0 6px 0;
    background-color: #000
}

.scort h4 {
    font-size: 18px
}

.scort {
    border: 2px solid red
}

.sect {
    font-size: 16px;
    padding: 5px
}

.sect2 {
    margin: 1em 0;
    font-weight: 700;
    width: 100%;
    background: #000;
    box-shadow: 0 0 6px 0
}

.success-left {
    display: grid
}

#myBtn {
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: 0;
    background-color: #7d131b;
    color: #fff;
    padding: 15px;
    border-radius: 4px
}

#myBtn:hover {
    background-color: black;
    Text-decoration: none
}

@media(max-width:1440px) {
    .team1 p {
        left: 1em;
        top: 3.8em
    }
}

@media(max-width:1366px) {
    .team1 p {
        left: .8em;
        top: 3.5em
    }
}

@media(max-width:1280px) {
    .bottom-slide,
    .bottom-slide-1,
    .bottom-slide-2 {
        padding: 1.3em 0;
        font-size: 1.3em
    }
    .wmuSliderNext {
        width: 206px;
        height: 72px;
        background: url(../images/right.png) 20px 21px no-repeat rgba(0, 0, 0, .22)
    }
    .wmuSliderPrev {
        width: 206px;
        height: 72px;
        background: url(../images/left.png) 160px 21px no-repeat rgba(0, 0, 0, .22)
    }
    .team1 p {
        left: .3em;
        top: 3.5em
    }
}

@media(max-width:1024px) {
    .slide-info {
        padding: 9em 0 0
    }
    .top-slide h2 {
        font-size: 2em
    }
    .top-slide h1 {
        font-size: 3em
    }
    .top-slide {
        min-height: 370px
    }
    .wmuSliderNext {
        width: 72px;
        height: 72px;
        background: url(../images/right.png) 20px 21px no-repeat rgba(253, 253, 253, .22)
    }
    .wmuSliderPrev {
        width: 72px;
        height: 72px;
        background: url(../images/left.png) 20px 21px no-repeat rgba(253, 253, 253, .22)
    }
    .cae-top {
        padding: 4em 0
    }
    .check,
    .made,
    .recent {
        padding: 2em 0
    }
    .case h4 {
        font-size: 1.2em
    }
    .case p {
        font-size: .875em
    }
    .made h2 {
        font-size: 1.7em
    }
    .made h4 {
        font-size: 1.3em
    }
    .made p {
        font-size: .875em;
        text-align: justify
    }
    .recent h3 {
        font-size: 1.7em
    }
    .team1 p {
        font-size: 1.5em;
        left: .5em
    }
    .check h3 {
        font-size: 1.7em
    }
    .check ul li a {
        font-size: .875em
    }
    .pla {
        margin: 0 2.7em;
        padding: 1.65em
    }
    .pla iframe {
        height: 229px
    }
    .vivamus-1 {
        padding: 2em 0 4em
    }
    .vivamus h6 {
        font-size: 1em
    }
    .vivamus a,
    .vivamus h5,
    .vivamus p {
        font-size: .875em
    }
    .vivamus p {
        margin: .5em 0
    }
    .vivamus h5 {
        margin: 0 0 0 4.2em
    }
    .footer h4 {
        font-size: 1.2em
    }
    .foot p,
    .lates h6,
    .lates p,
    ul.number1 li a,
    ul.number1 li span {
        font-size: .875em
    }
    .social ul li {
        padding: 5px;
        margin-left: 10px
    }
    .footer-top {
        padding: 2em 0 1em
    }
    .foot p {
        margin: 1em 0 0
    }
    .footer {
        padding: 0 0 1em
    }
    .about-main h3 {
        font-size: 1.7em
    }
    .about-main h5 {
        font-size: 1.2em
    }
    .about-main p {
        font-size: .875em
    }
    .about-text-left h5,
    .success-left h3,
    .success-right h3 {
        font-size: 1.3em
    }
    .about {
        padding: 2em 0
    }
    .services-top-grids,
    .success-main {
        padding: 1em 0
    }
    .success-bottom-right h5 {
        font-size: 1.1em
    }
    .success-bottom-left {
        padding: 1em 0
    }
    .success-bottom-left h6 {
        font-size: 12px
    }
    .success-bottom-right {
        width: 88%
    }
    .success-bottom-right p {
        font-size: .875em
    }
    .success-right h4 {
        font-size: 1.1em
    }
    .success-right p {
        font-size: .875em
    }
    .success-right h6 {
        font-size: 1.1em
    }
    .success-right ul li a {
        font-size: 1em
    }
    .services-wel h3 {
        font-size: 1.7em
    }
    .services-wel p {
        font-size: .875em
    }
    .service-grid h3 {
        font-size: 1.1em
    }
    .service-grid p {
        font-size: .875em;
        margin: .5em 0 1.5em
    }
    h3.c-head {
        font-size: 1.7em
    }
    .span_2_of_contact_right h3 {
        font-size: 1.2em
    }
    .contact-form input[type=text],
    .contact-form label,
    .contact_address,
    .contact_email {
        font-size: .875em
    }
    .error-404 h1 {
        font-size: 9em
    }
    .main {
        padding: 12em 0
    }
    #portfoliolist .portfolio {
        width: 28%
    }
    .foot p {
        text-align: center !important
    }
    .footer-icon {
        text-align: center !important
    }
    .banner1-top {
        width: 75%
    }
    .top6-p {
        padding-left: 25%
    }
    .img-text {
        bottom: 60px
    }
    .img-text2 {
        font-size: 16px !important;
        text-align: center !important
    }
    .p2 {
        font-size: 16px !important;
        text-align: center !important
    }
    .head-btn p {
        text-align: center
    }
    .text-p3 {
        padding-left: 28%
    }
    .port-margin {
        margin: 0
    }
    .sect2 {
        text-align: center !important
    }
    .beauty-sec p {
        text-align: center !important
    }
    .success-bottom-left p {
        text-align: center
    }
}

@media (max-width:992px) {
    .latest-right {
        float: none;
        width: 100%
    }
    .jobs .made-right {
        width: 100%
    }
    .contact_grid {
        display: block;
        float: none;
        width: 50%;
        margin: 0 auto
    }
    .span_1_of_contact {
        width: 100%;
        float: none;
        margin-right: 2%
    }
    .jobs .made-right img {
        width: 50%
    }
    #home_port {
        width: 45%;
        margin: 1em;
        float: left
    }
    .latest-left {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
        text-align: center
    }
    .latest-left img {
        width: auto;
        max-width: 100%
    }
    .footer-top {
        text-align: center
    }
    .confo i {
        margin-bottom: 20px
    }
    .foot p span {
        display: block
    }
    .made-right {
        width: 50%;
        margin: 1em auto 0
    }
}

@media(max-width:768px) {
    span.call-img {
        position: static;
        display: block;
        color: #fff;
        transform: rotate(0)
    }
    .banner1-top {
        position: relative;
        bottom: 0;
        width: 60%
    }
    .custom_book img,
    .custom_satis img {
        max-width: 100px
    }
    .wmuSlider h5 {
        font-size: 13px;
        padding: 5px 20px 5px
    }
    .head-nav ul li {
        float: none
    }
    .head-nav ul li a {
        border-right: none;
        color: #000
    }
    .head-nav ul {
        position: absolute;
        margin: 0;
        padding: 2% 0;
        z-index: 999;
        width: 100%;
        display: none;
        text-align: center;
        background: #7d131b;
        left: 0;
        top: 9em
    }
    .head-nav span.menu {
        display: block;
        background: 0 0;
        position: absolute;
        top: 15px;
        left: 12px;
        padding-left: 13px;
        z-index: 10000
    }
    .head-nav span.menu:before {
        content: url(../images/menu.png);
        color: #fff;
        text-transform: uppercase;
        text-align: right;
        cursor: pointer
    }
    .head-nav ul li a {
        font-size: .875em;
        margin: .8em 1.3em;
        display: block;
        color: #ffff
    }
    ul.number li {
        list-style: none;
        display: inline-block;
        margin: 0 .2em
    }
    .search2 input[type=text],
    ul.number li a,
    ul.number li span {
        font-size: .8125em
    }
    .top-slide h1 {
        font-size: 2em
    }
    .top-slide h2 {
        font-size: 1.7em
    }
    a.more {
        font-size: 1.2em;
        padding: .5em 2em
    }
    .slide-info {
        padding: 6em 0 0;
        text-align: center
    }
    .top-slide {
        min-height: 280px
    }
    .bottom-slide,
    .bottom-slide-1,
    .bottom-slide-2 {
        padding: 1.3em 0;
        font-size: 1.1em
    }
    .wmuSliderPrev {
        width: 54px;
        height: 61px;
        background: url(../images/left.png) 9px 15px no-repeat rgba(253, 253, 253, .22)
    }
    .wmuSliderNext {
        width: 54px;
        height: 61px;
        background: url(../images/right.png) 16px 15px no-repeat rgba(253, 253, 253, .22)
    }
    .header-bottom {
        padding: 1em 0
    }
    .case {
        width: 33.333%;
        float: left;
        text-align: center
    }
    .righ-left,
    .vivamus-left,
    .vivamus-right {
        float: none;
        text-align: center
    }
    .case h4 {
        font-size: 1.1em;
        overflow: hidden;
        height: 32px
    }
    .case p {
        line-height: 1.5em;
        font-size: .875em
    }
    .made h1 {
        font-size: 1.6em;
        text-align: center
    }
    .made h2 {
        font-size: 1.4em;
        text-align: center
    }
    .made h3 {
        font-size: 18px;
        text-align: center
    }
    .made h4 {
        font-size: 1.1em
    }
    .made-right {
        text-align: center;
        margin-top: 1em
    }
    .recent h3 {
        font-size: 1.5em
    }
    .team1 p {
        font-size: 1.4em;
        left: 2.5em;
        top: 5.8em
    }
    .check h3 {
        font-size: 1.5em
    }
    .about-main h5,
    .footer h4 {
        font-size: 1.1em
    }
    .pla {
        margin: 1em 0;
        padding: 1em
    }
    .vivamus-left {
        width: 100%;
        margin-right: 0
    }
    .vivamus-right {
        width: 100%
    }
    .righ-right {
        float: right;
        text-align: center;
        width: 100%
    }
    .vivamus h5 {
        margin: 0
    }
    .about-text,
    .social {
        margin-top: 1.5em
    }
    .latest-left {
        float: left;
        width: 12%;
        margin-right: 2%
    }
    .about-text-left,
    .service-grid {
        width: 33.333%;
        float: left
    }
    .about-text-left h5 {
        font-size: 1.2em
    }
    .success-left h3,
    .success-right h3 {
        font-size: 1.2em;
        text-align: center
    }
    .success-bottom-right h5,
    .success-right h4,
    .success-right h6 {
        font-size: 1em
    }
    .success-right ul li a {
        font-size: .875em
    }
    .service-grid {
        text-align: center
    }
    .service-grid h3 {
        font-size: 1em
    }
    h3.c-head {
        font-size: 1.5em
    }
    .contact-form input[type=submit] {
        padding: 8px 18px;
        font-size: .9em
    }
    .about-main h3,
    .services-wel h3 {
        font-size: 1.5em
    }
    #portfoliolist .portfolio {
        width: 29%
    }
    #filters li span {
        font-size: 1em
    }
    .portfolio {
        padding: 0
    }
    .grid_box .zoom-icon {
        top: -50px;
        width: 100%;
        height: 202px
    }
    .main {
        padding: 10em 0
    }
    .error-404 h1 {
        font-size: 7em
    }
    .error-404 p {
        font-size: 1.1em
    }
    .rate-img {
        margin: 0 auto;
        display: block
    }
    .footer-icon {
        text-align: center !important
    }
    .foot p {
        text-align: center !important
    }
    .banner1-top {
        width: 100%
    }
    .banner1-sec img {
        width: 100%
    }
    .top6-p {
        padding-left: 36%
    }
    .top5-p {
        margin-bottom: 25px
    }
    .banner1-top h1 {
        font-size: 30px
    }
    .banner1-top h2 {
        font-size: 46px
    }
    .top1-p {
        font-size: 38px
    }
    .esc-loc-img img {
        height: 200px
    }
    .esc-loc-sec ul li {
        width: 17%
    }
    .img-text {
        bottom: 60px
    }
    .img-text2 {
        font-size: 16px !important;
        text-align: center !important
    }
    .p2 {
        font-size: 16px !important;
        text-align: center !important
    }
    .img-bott {
        bottom: 50px !important
    }
    .beauty-sec p {
        font-size: 14px;
        font-weight: 400;
        text-align: center
    }
    .nbs-flexisel-inner {
        height: auto
    }
    .text-p3 {
        padding-left: 35%
    }
    .head-nav ul li a i {
        display: none
    }
    .head-nav ul li a:hover,
    .head-nav ul li.active a i {
        color: #ffe628
    }
    .menu-bg {
        position: absolute;
        top: 0;
        background: #000;
        height: 70px;
        padding-top: 10px;
        border-bottom: 4px solid #fff;
        width: 100%
    }
    .you-video iframe {
        width: 100%
    }
    .sect2 {
        text-align: center !important
    }
    .slider-img {
        height: 445px
    }
    .icon-menu a i {
        font-size: 50px;
        color: #fff;
        display: inline-block;
        margin-right: 90px
    }
    .icon-menu {
        text-align: left
    }
    .icon-menu a:nth-child(1) {
        border-left: 4px solid #fff;
        padding: 38px 0 14px 25px
    }
    .banner_inner_wrap {}
    .marquee {
        margin-top: 50px
    }
    .banner1-sec img {
        margin-left: 0
    }
    .image-center {
        margin: 0 auto;
        display: block
    }
}

.scort h4,
.sect,
figcaption {
    text-align: center;
    color: #fff
}

@media(max-width:640px) {
    #portfoliolist .portfolio {
        width: 45%;
        margin: 14px auto 14px 2%;
        float: none
    }
    #home_port {
        width: 43%
    }
    .head-nav {
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 50px
    }
    .head-left,
    .search2 {
        display: none
    }
    .head-left {
        float: left
    }
    .header {
        padding: 0
    }
    .head-nav span.menu {
        height: 40px;
        width: 100%;
        text-align: left;
        padding-top: 5px;
        top: 0
    }
    .top-slide h2 {
        font-size: 1.5em
    }
    .top-slide h1 {
        font-size: 1.7em
    }
    .slide-info {
        padding: 4em 0 0;
        text-align: center
    }
    .top-slide {
        min-height: 230px
    }
    .bottom-slide,
    .bottom-slide-1,
    .bottom-slide-2 {
        padding: 1.3em 0;
        font-size: 1em;
        overflow: hidden;
        height: 55px
    }
    .wmuSliderPrev {
        width: 30px;
        height: 55px;
        background: url(../images/left.png) 0 13px no-repeat rgba(253, 253, 253, .22)
    }
    .wmuSliderNext {
        width: 30px;
        height: 55px;
        background: url(../images/right.png) 0 13px no-repeat rgba(253, 253, 253, .22)
    }
    .case h4 {
        font-size: 1em;
        overflow: hidden;
        height: 31px
    }
    .cae-top {
        padding: 2em 0
    }
    .made h4 {
        font-size: 18px
    }
    .recent h3 {
        font-size: 1.4em
    }
    .recent {
        padding: 1em 0
    }
    .team1 p {
        font-size: 1.3em;
        left: 5em;
        top: 6.8em
    }
    .check h3 {
        font-size: 1.4em
    }
    .head-nav ul {
        top: 5em
    }
    .about-main h5 {
        font-size: 1em
    }
    .about-text-left h5 {
        font-size: 1.1em
    }
    .about-main p {
        font-size: 16px;
        overflow: hidden
    }
    .services-wel h3 {
        font-size: 1.4em
    }
    .service-grid h3 {
        font-size: 1em;
        overflow: hidden;
        height: 26px
    }
    .service-grid p {
        font-size: .875em;
        margin: .5em 0 1.5em;
        overflow: hidden
    }
    .service-grids {
        padding: .5em 0;
        display: flex;
        flex-wrap: wrap
    }
    .about-main h3,
    h3.c-head {
        font-size: 1.4em
    }
    #portfoliolist .portfolio {
        width: 45%
    }
    .grid_box .zoom-icon {
        top: -50px;
        width: 100%;
        height: 317px
    }
    #filters li span {
        font-size: .9em
    }
    .error-404 h1 {
        font-size: 6em
    }
    .main {
        padding: 8em 0
    }
    .head-nav ul {
        top: 3em;
        position: fixed
    }
    .banner1-top h1 {
        font-size: 20px
    }
    .banner1-top h2 {
        font-size: 26px
    }
    .top1-p {
        font-size: 20px
    }
    .banner1 {
        margin-top: 0;
        margin-bottom: 65px !important
    }
    .banner1-sec img {
        height: auto
    }
    .top2-p {
        font-size: 12px
    }
    .top3-p {
        font-size: 12px
    }
    .bg2 {
        width: 155px;
        padding: 2px 0 2px 2px;
        margin-bottom: 32px
    }
    .top6-p {
        padding-left: 50%
    }
    .banner1-top h1 {
        margin-bottom: 10px
    }
    .banner1-top h2 {
        margin-bottom: 5px
    }
    .made p {
        font-size: 14px
    }
    .made h2 {
        font-size: 18px
    }
    .img-text {
        bottom: 60px;
        width: 100%
    }
    .img-text2 {
        font-size: 10px !important;
        text-align: center !important
    }
    .p2 {
        font-size: 12px !important;
        text-align: center !important
    }
    .img-bott {
        bottom: 45px !important
    }
    .beauty-sec p {
        font-size: 14px;
        font-weight: 400
    }
    .banner2 img {
        height: auto
    }
    .text-p3 {
        padding-left: 47%
    }
    .header-sub-icon {
        color: #fff;
        font-size: 26px;
        margin: 0 35px 0 10px
    }
    .icon-menu a:nth-child(1) {
        border-left: 2px solid #fff;
        padding: 17px 0 15px 25px
    }
    .menu-bg {
        background: #7d131b;
        height: 50px;
        padding-top: 10px;
        border-bottom: 2px solid #fff;
        width: 100%;
        position: fixed;
        z-index: 999
    }
    .icon-menu {
        text-align: left
    }
    .video-banner iframe {
        width: 100%;
        height: 300px
    }
    .head-nav ul li:hover i {
        display: block
    }
    .head-nav ul li a:hover,
    .head-nav ul li.active a {
        display: block
    }
    .icon-menu a i {
        display: inline-block
    }
    .vid-boder2 {
        margin: 12px auto
    }
    .vid-bann2 {
        margin: 13px auto
    }
    .icon-menu a i {
        font-size: 24px;
        margin-right: 40px
    }
    .banner_inner_wrap img {
        height: 200px
    }
    .banner_inner_wrap {}
    .marquee {
        margin: 50px auto 9px;
        font-size: 14px
    }
    .video-banner2 {
        bottom: -48px
    }
    .banner1-top {
        bottom: 0
    }
    i.line-margin {
        margin-top: 0px !important
    }
    .pro-height {
        height: 420px;
        width: 100%
    }
    .sect2 {
        width: 100%
    }
    .you-video {
        margin-top: 0
    }
    .you-video iframe {
        width: 100%;
        height: auto
    }
    .loc-btn {
        margin-top: 0
    }
    .check,
    .made,
    .recent {
        padding: 0
    }
    .bann-cgm {
        margin: 10px 0 30px 0
    }
    .head-btn2 {
        display: block;
        margin-top: 20px
    }
    .head-btn3 {
        display: none
    }
}

@media(max-width:480px) {
    ol.flex-control-nav.flex-control-paging {
        bottom: -80px
    }
    .vivamus-1 {
        padding: 2em 0 5em
    }
    #myBtn {
        font-size: 12px !important;
        padding: 10px !important
    }
    .top-slide h2 {
        font-size: 1.4em
    }
    .top-slide h1 {
        font-size: 1.5em
    }
    .slide-info {
        padding: 3em 0 0;
        text-align: center
    }
    .top-slide {
        min-height: 190px
    }
    .bottom-slide,
    .bottom-slide-1,
    .bottom-slide-2 {
        padding: .8em 0;
        font-size: 1em;
        overflow: hidden;
        height: 56px
    }
    .case {
        width: 100%;
        float: none;
        margin-top: 1em
    }
    .about-text-left,
    .service-grid {
        width: 100%;
        float: left;
        text-align: center
    }
    .case h4 {
        font-size: 1em;
        overflow: hidden;
        height: 28px;
        margin: .5em 0
    }
    .made h2 {
        font-size: 1.1em
    }
    .made h4 {
        font-size: 18px
    }
    .recent h3 {
        font-size: 1.3em
    }
    .team1 p {
        font-size: 1.2em;
        left: 10em;
        top: 7.5em
    }
    .check h3 {
        font-size: 1.3em
    }
    .about-text-left {
        margin-bottom: 1em
    }
    .success-left h3,
    .success-right h3 {
        font-size: 1.1em;
        text-align: center
    }
    .success-bottom-right h5,
    .success-right h4,
    .success-right h6 {
        font-size: .9em
    }
    .about-main h3,
    .services-wel h3,
    h3.c-head {
        font-size: 1.3em
    }
    .span_1_of_contact {
        width: 100%;
        float: none;
        margin-right: 0
    }
    .contact_grid {
        display: block;
        float: none;
        width: 100%;
        margin-top: 1.5em
    }
    #portfoliolist .portfolio {
        width: 40%
    }
    .grid_box .zoom-icon {
        top: -50px;
        width: 100%;
        height: 187px
    }
    .main {
        padding: 6em 0
    }
    .error-404 h1 {
        font-size: 5em
    }
    .error-404 p {
        font-size: 1em
    }
    a.b-home {
        padding: .6em 2em;
        font-size: .875em
    }
    .figcaption {
        font-size: 14px
    }
    .sect {
        font-size: 13px;
        text-align: center
    }
    #home_port {
        width: 40%
    }
    #portfoliolist .portfolio {
        width: 47%
    }
    .model-sec {
        margin-bottom: 20px
    }
    .model-sec img {
        height: 330px
    }
    .rate-img {
        margin: 0 auto;
        display: block
    }
    a.more {
        font-size: 12px;
        padding: 4px 8px 4px 8px
    }
    .esc-loc-sec ul li {
        width: 44%
    }
    .esc-loc-img img {
        height: 200px
    }
    .made p {
        font-size: 16px;
        margin-bottom: 5%
    }
    .made h2 {
        font-size: 18px
    }
    .img-text {
        bottom: 75px
    }
    .img-text2 {
        font-size: 14px !important;
        text-align: center !important
    }
    .p2 {
        font-size: 16px !important;
        text-align: center !important
    }
    .img-bott {
        bottom: 45px !important
    }
    .beauty-sec p {
        font-size: 14px !important;
        font-weight: 400 !important;
        text-align: center
    }
    .img-height {
        height: auto !important
    }
    .esc-loc {
        margin-top: 30px
    }
    .banner2 img {
        height: auto
    }
    .head-btn p {
        width: 100%;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        padding: 5px 0 5px 0
    }
    .text-p3 {
        padding-left: 50%
    }
    .text-p3 {
        font-size: 14px !important
    }
    .text-p1 {
        font-size: 20px
    }
    .text-p2 {
        font-size: 22px
    }
    .icon-menu a i {
        margin-right: 32px
    }
}

@media(max-width:400px) {
    .banner1-top h1 {
        font-size: 16px
    }
    .banner1-top h2 {
        font-size: 16px
    }
    .top1-p {
        font-size: 18px
    }
    .top2-p {
        font-size: 10px;
        margin-bottom: 0
    }
    .top3-p {
        font-size: 10px
    }
    .bg2 {
        width: 135px;
        margin-bottom: 32px
    }
    .top5-p {
        font-size: 12px;
        line-height: 1.7
    }
    .top6-p {
        font-size: 12px;
        line-height: 1.7
    }
    .text-p1 {
        font-size: 18px
    }
    .text-p2 {
        font-size: 18px
    }
}

@media(max-width:360px) {
    .banner1-top h1 {
        font-size: 16px
    }
    .banner1-top h2 {
        font-size: 16px
    }
    .top1-p {
        font-size: 16px
    }
    .top2-p {
        font-size: 10px;
        margin-bottom: 0
    }
    .top3-p {
        font-size: 10px
    }
    .bg2 {
        width: 135px;
        margin-bottom: 35px
    }
    .top5-p {
        font-size: 12px;
        line-height: 1.7
    }
    .top6-p {
        font-size: 12px;
        line-height: 1.7
    }
    .esc-loc-sec ul li {
        width: 44%
    }
    .esc-loc-img img {
        height: 160px
    }
    .icon-menu a i {
        margin-right: 30px
    }
    .banner1 {
        margin-top: 0
    }
}

@media(max-width:320px) {
    .case h4,
    .vivamus p {
        margin: .5em 0
    }
    .top-slide h1 {
        font-size: 1.4em
    }
    .top-slide h2 {
        font-size: 1.3em
    }
    .slide-info {
        padding: 2em 0 0;
        text-align: center
    }
    a.more {
        font-size: 1em;
        padding: .3em 1.5em
    }
    .bottom-slide,
    .bottom-slide-1,
    .bottom-slide-2,
    .case h4 {
        font-size: .9em
    }
    .top-slide {
        min-height: 145px
    }
    .wmuSliderNext {
        width: 17px;
        height: 56px;
        background: url(../images/right.png) -4px 13px no-repeat #005d80
    }
    .wmuSliderPrev {
        width: 17px;
        height: 56px;
        background: url(../images/left.png) -8px 13px no-repeat #005d80
    }
    .cae-top {
        padding: 1em 0
    }
    .case h4 {
        overflow: hidden;
        height: 15px;
        padding: 0
    }
    .case p {
        font-size: .85em
    }
    .made h2 {
        font-size: 18px;
        overflow: hidden
    }
    .made h4 {
        font-size: 18px
    }
    .check h3,
    .recent h3,
    .team1 p {
        font-size: 1.2em
    }
    .team1 p {
        left: 5.2em;
        top: 7.5em
    }
    .check ul li a,
    .vivamus h5,
    .vivamus p {
        font-size: .85em
    }
    .latest-left {
        float: left;
        width: 25%;
        margin-right: 4%
    }
    .footer h4 {
        font-size: 1em;
        text-align: center
    }
    .foot p,
    .lates h6,
    ul.number1 li a,
    ul.number1 li span {
        font-size: .85em
    }
    .social {
        margin-top: 1em
    }
    .about-main h3 {
        font-size: 1.2em
    }
    .about-main h5 {
        font-size: .9em
    }
    .about-main p {
        font-size: 16px;
        overflow: hidden
    }
    .about-text-left h5 {
        font-size: 1em
    }
    .success-bottom-left {
        padding: .5em 0;
        width: 10.5%
    }
    .success-left h3,
    .success-right h3 {
        font-size: 1em;
        text-align: center;
        margin-bottom: .5em
    }
    .success-bottom-right h5 {
        font-size: .875em;
        overflow: hidden;
        height: 14px
    }
    .success-bottom-right p {
        font-size: .85em;
        overflow: hidden;
        height: 64px;
        margin-top: .5em
    }
    .success-right h4 {
        font-size: .875em;
        overflow: hidden;
        height: 14px
    }
    .success-right p {
        font-size: .85em;
        overflow: hidden;
        height: 64px
    }
    .success-right h6 {
        font-size: .875em
    }
    .success-right ul li a {
        font-size: .85em
    }
    .services-wel h3 {
        font-size: 1.2em
    }
    .services-wel p {
        font-size: .85em
    }
    .service-grid h3 {
        font-size: .9em;
        overflow: hidden;
        height: 25px
    }
    .service-grid p {
        font-size: .85em;
        height: 64px
    }
    h3.c-head {
        font-size: 1.2em
    }
    .contact-form input[type=text] {
        font-size: .85em;
        padding: 7px
    }
    .contact-form textarea {
        height: 110px;
        padding: 7px
    }
    .contact-form input[type=submit] {
        padding: 6px 16px;
        font-size: .85em
    }
    .span_2_of_contact_right h3 {
        font-size: 1.1em
    }
    .map {
        margin-top: 1em
    }
    .map iframe {
        width: 100%;
        min-height: 151px
    }
    #portfoliolist .portfolio {
        width: 47%;
        margin: .2em
    }
    #filters li span {
        padding: .2em .6em;
        font-size: .85em;
        margin: 0 .2em
    }
    .grid_box .zoom-icon {
        top: -50px;
        width: 100%;
        height: 178px
    }
    .main {
        padding: 4em 0
    }
    .error-404 h1 {
        font-size: 4em
    }
    a.b-home {
        font-size: .8125em
    }
    .banner1-top h1 {
        font-size: 16px
    }
    .banner1-top h2 {
        font-size: 16px
    }
    .top1-p {
        font-size: 14px
    }
    .banner1 {
        margin-top: 0;
        padding-top: 70px
    }
    .top2-p {
        font-size: 10px;
        margin-bottom: 0
    }
    .top3-p {
        font-size: 10px
    }
    .bg2 {
        width: 135px;
        margin-bottom: 60px
    }
    .top5-p {
        font-size: 12px;
        line-height: 1.7
    }
    .top6-p {
        font-size: 12px;
        line-height: 1.7;
        padding-left: 55%
    }
    .figcaption {
        font-size: 14px
    }
    .sect {
        font-size: 12px;
        text-align: center
    }
    .vivamus-1 {
        padding: 2em 0 5em
    }
    #home_port {
        width: 90% !important
    }
    .esc-loc-sec ul li {
        width: 43%
    }
    .esc-loc-img img {
        height: 150px
    }
    .img-text {
        bottom: 60px
    }
    .img-text2 {
        font-size: 10px !important;
        text-align: center !important
    }
    .p2 {
        font-size: 12px !important;
        text-align: center !important
    }
    .img-bott {
        bottom: 45px !important
    }
    .beauty-sec p {
        font-size: 14px;
        font-weight: 400
    }
    .esc-loc {
        margin: 0
    }
    .banner2 img {
        height: auto
    }
    .text-p3 {
        padding-left: 55%;
        font-size: 14px !important
    }
    .text-p1 {
        font-size: 16px
    }
    .banner1 {
        margin: 0
    }
    .banner1-top {
        bottom: -95px
    }
    .icon-menu a i {
        margin-right: 20px
    }
    .beauty-sec h4 {
        font-size: 14px
    }
}

nav {
    width: 99%;
    margin: 2px auto;
    overflow: hidden
}

nav ul {
    list-style: none;
    overflow: hidden;
    padding-left: 0px !important
}

nav li a {
    background-color: #000;
    border-right: 1px solid #fff;
    color: #fff;
    display: block;
    float: left;
    font: 400 14px/1.4 "Oleo Script", cursive;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    width: 10%;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    transition: background 0.5s ease
}

nav li a:hover {
    background: #222
}

@media only screen and (max-width: 1220px),
only screen and (max-device-width: 1220px) {
    nav li a {
        font: 400 14px/1.4 "Oleo Script", cursive
    }
}

@media only screen and (max-width: 930px),
only screen and (max-device-width: 930px) {
    nav li a {
        width: 25%;
        border-bottom: 1px solid #fff;
        font: 400 16px/1.4 "Oleo Script", cursive
    }
    nav li:last-child a,
    nav li:nth-child(4) a {
        border-right: none
    }
}

@media only screen and (max-width: 580px),
only screen and (max-device-width: 580px) {
    nav li a {
        width: 50%;
        font: 400 14px/1.4 "Oleo Script", cursive;
        padding-top: 12px;
        padding-bottom: 12px
    }
    nav li:nth-child(even) a {
        border-right: none
    }
    nav li:nth-child(5) a,
    nav li:nth-child(6) a nav li:nth-child(7) a nav li:nth-child(8) a {
        border-bottom: 1px solid #fff
    }
}

@media only screen and (max-width: 320px),
only screen and (max-device-width: 320px) {
    nav li a {
        font: 400 14px/1.4 "Oleo Script", cursive
    }
}

.click-nav {
    margin-top: 15px
}

.click-nav ul {
    position: relative;
    padding: 0;
    margin-bottom: 0
}

.click-nav ul li {
    position: relative;
    list-style: none;
    cursor: pointer
}

.click-nav ul li ul {
    position: absolute;
    left: 35px;
    right: 35px;
    z-index: 999;
    display: none
}

.click-nav ul .clicker {
    margin-bottom: 0;
    position: relative;
    padding: 10px 0;
    text-align: center;
    background-color: red;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 4px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .75);
    transition: background-color .25s;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    -ms-transition: background-color .25s;
    -o-transition: background-color .25s
}

.click-nav ul .clicker:hover {
    background-color: #ff1924
}

.click-nav ul li a {
    display: block;
    background-color: #000;
    border: 1px solid #333;
    margin-bottom: -1px;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
    transition: background-color .25s;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    -ms-transition: background-color .25s;
    -o-transition: background-color .25s;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px
}

.click-nav ul li a:hover {
    background-color: #ff1924
}

.click-nav span {
    padding: 0
}

@media(min-width:768px) {
    .main-content .phone-number {
        margin-bottom: 50px
    }
}

@media(max-width:989px) {
    .click-nav .text-black {
        display: block
    }
}

@media(max-width:767px) {
    .phone-number {
        padding: 10px 0;
        font-size: 14px
    }
    .click-nav .text-black {
        display: inline
    }
}

.footer {
    background-color: #000 !important;
    background-image: url("../images/foot.jpg"), linear-gradient(#000000, #000000)
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out
}

.accordion:after {
    content: '2795';
    font-size: 13px;
    color: #fff !important;
    float: right;
    margin-left: 5px
}

.panel-text {
    color: #000 !important
}

.accordion {
    background-color: #ff0000d1;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s
}

.footer-widget {
    margin-bottom: 30px
}

.footer-widget h4.widget-title {
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 30px;
    margin: 30px 0px 50px;
    font-weight: 600;
    position: relative;
    color: #fff
}

.footer-widget h4.widget-title:before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: 12px;
    background: #6569b011;
    content: ""
}

.footer-menu a {
    color: #fff;
    font-size: 13px;
    line-height: 25px
}

.footer-menu ul li {
    color: #fff;
    line-height: 37px;
    padding-left: 30px;
    position: relative
}

.footer-menu ul {
    list-style: none !important
}

.footer-menu ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f101";
    font-family: fontawesome
}

.footer-menu ul li:hover:before {
    left: 5px;
    color: #6569b0
}

.footer-contact ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
    line-height: 25px;
    font-size: 13px;
    color: #e0dede
}

.footer-contact ul li i {
    height: 30px;
    width: 30px;
    font-size: 15px;
    border: 1px solid #6569b0;
    text-align: center;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.footer-contact ul li:last-child {
    margin-bottom: 0px
}

.testim {
    width: 100%;
    margin-top: 200px;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%)
}

.testim .wrap {
    position: relative;
    width: 100%;
    padding: 40px 20px;
    margin: auto
}

.testim .arrow {
    display: block;
    position: absolute;
    cursor: pointer;
    font-size: 2em;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222
}

.testim .arrow:before {
    cursor: pointer
}

.testim .arrow:hover {
    color: white
}

.testim .arrow.left {
    left: 0px
}

.testim .arrow.right {
    right: 0px
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid white;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: white;
    border-color: white
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards
}

.testim .cont {
    position: relative;
    overflow: hidden
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0
}

.testim .cont>div.inactive {
    opacity: 1
}

.testim .cont>div.active {
    position: relative;
    opacity: 1
}

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%
}

.testim .cont div h2 {
    color: white;
    font-size: 1em;
    margin: 15px 0
}

.testim .cont div p {
    font-size: 1.15em;
    color: #fff;
    text-align: center;
    width: 70%;
    margin: auto
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee
    }
    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee
    }
    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee
    }
    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee
    }
    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e
    }
    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee
    }
    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee
    }
    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e
    }
    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee
    }
    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee
    }
    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e
    }
    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee
    }
    35% {
        box-shadow: 0px 0px 10px 5px #eee
    }
    70% {
        box-shadow: 0px 0px 10px 5px #ea830e
    }
    100% {
        box-shadow: 0px 0px 0px 0px #ea830e
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%)
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }
    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(-100%)
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0)
    }
    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0)
    }
    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0)
    }
    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0)
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0)
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1)
    }
    to {
        opacity: 0;
        transform: scale(0)
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em
    }
    .testim .cont div p {
        line-height: 25px
    }
}

.modal-adult {
    position: fixed;
    background-color: #000000d9;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.modal-inner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center
}

.legal_age {
    text-align: center;
    color: #f22;
    font-size: 40px;
    font-weight: 900;
    position: relative
}

.legal_age span {
    font-size: 70px;
    line-height: 60px;
    display: block
}

.legal_age:after {
    content: "";
    text-align: center;
    height: 2px;
    background: #fdc689;
    width: 50%;
    margin: auto;
    margin-bottom: 25px;
    position: absolute;
    bottom: -18%;
    left: 26%
}

@media (max-width: 1100px) {
    .dk {
        height: 150px !important
    }
}