#menu-domestic-trade.menu li.menu-item-has-children:after {
    content: ""!important
}

.mobile-menu-bttn2:after,.mobile-menu-bttn:after {
    content: ""!important
}

ul#menu-corporate-commercial.menu li#menu-item-76:after {
    content: ""!important
}

.menu li ul.sub-menu li.last-sub-menu ul.sub-menu,second-sub-menu ul.sub-menu {
    top: 235px
}

.cc_banner-wrapper {
    z-index: 9001;
    position: relative
}

.cc_container .cc_btn {
    cursor: pointer;
    text-align: center;
    font-size: .6em;
    transition: font-size 200ms;
    line-height: 1em
}

.cc_container .cc_message {
    font-size: .6em;
    transition: font-size 200ms;
    margin: 0;
    padding: 0;
    line-height: 1.5em
}

@media screen and (min-width: 500px) {
    .cc_container .cc_btn {
        font-size:.8em
    }

    .cc_container .cc_message {
        font-size: .8em
    }
}

@media screen and (min-width: 768px) {
    .cc_container .cc_btn {
        font-size:1em
    }

    .cc_container .cc_message {
        font-size: 1em;
        line-height: 1em
    }
}

@media screen and (min-width: 992px) {
    .cc_container .cc_message {
        font-size:1em
    }
}

@media print {
    .cc_banner-wrapper,.cc_container {
        display: none
    }
}

.cc_container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px
}

.cc_container .cc_btn {
    padding: 8px 10px;
    background-color: #f1d600;
    cursor: pointer;
    transition: font-size 200ms;
    text-align: center;
    font-size: .6em;
    display: block;
    width: 33%;
    margin-left: 10px;
    float: right;
    max-width: 120px
}

.cc_container .cc_message {
    transition: font-size 200ms;
    font-size: .6em;
    display: block
}

@media screen and (min-width: 500px) {
    .cc_container .cc_btn {
        font-size:.8em
    }

    .cc_container .cc_message {
        margin-top: .5em;
        font-size: .8em
    }
}

@media screen and (min-width: 768px) {
    .cc_container {
        padding:15px 30px 15px
    }

    .cc_container .cc_btn {
        font-size: 1em;
        padding: 8px 15px
    }

    .cc_container .cc_message {
        font-size: 1em
    }
}

@media screen and (min-width: 992px) {
    .cc_container .cc_message {
        font-size:1em
    }
}

.cc_container {
    background: #222;
    color: #fff;
    font-size: 17px;
    font-family: "Helvetica Neue Light","HelveticaNeue-Light","Helvetica Neue",Calibri,Helvetica,Arial;
    box-sizing: border-box
}

.cc_container ::-moz-selection {
    background: #ff5e99;
    color: #fff;
    text-shadow: none
}

.cc_container .cc_btn,.cc_container .cc_btn:visited {
    color: #000;
    background-color: #f1d600;
    transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px
}

.cc_container .cc_btn:hover,.cc_container .cc_btn:active {
    background-color: #fff;
    color: #000
}

.cc_container a,.cc_container a:visited {
    text-decoration: none;
    color: #31a8f0;
    transition: 200ms color
}

.cc_container a:hover,.cc_container a:active {
    color: #b2f7ff
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(66px);
        transform: translateY(66px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(66px);
        -ms-transform: translateY(66px);
        transform: translateY(66px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.cc_container,.cc_message,.cc_btn {
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    -webkit-animation-name: slideUp;
    animation-name: slideUp
}

div.wpcf7 {
    margin: 0;
    padding: 0
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

div.wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid red
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng,div.wpcf7-aborted {
    border: 2px solid red
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500
}

div.wpcf7-validation-errors,div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
    position: relative
}

span.wpcf7-not-valid-tip {
    color: red;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: .2em .8em
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

span.wpcf7-list-item-label::before,span.wpcf7-list-item-label::after {
    content: " "
}

.wpcf7-display-none {
    display: none
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../../../../../../../../../../../../../../../plugins/contact-form-7/images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible
}

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

div.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0
}

div.wpcf7 input[type="file"] {
    cursor: pointer
}

div.wpcf7 input[type="file"]:disabled {
    cursor: default
}

.blog-content .more-link,.blog-content .read-more {
    background-color: #237d92;
    font-size: 20px;
    color: #fff;
    display: block!important;
    font-weight: 100;
    vertical-align: top;
    margin-top: 20px;
    position: relative;
    width: 180px;
    text-align: center;
    padding: 11px;
    transition: 0.5s
}

.desktop-only {
    display: block
}

.mobile-only {
    display: none
}

@media and screen (max-width: 1142px;
) {
    .desktop-only {
        display: none
    }

    .mobile-only {
        display: block
    }
}

a.more-link:hover {
    transform: translateY(3px)
}

a.more-link:after {
    content: '';
    position: absolute;
    background: #1b5461;
    height: 3px;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: scaleY(1);
    transition: .3s ease;
    transform-origin: bottom
}

a.more-link:hover:after {
    transform: scaleY(0)
}

.blog main#main,.archive main#main {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between
}

.blog-content {
    padding: 0 20px 20px
}

.blog h2.entry-title {
    margin-bottom: 0;
    min-height: 59px
}

.blog h2.entry-title a,.archive h2.entry-title a {
    text-decoration: none;
    box-shadow: none
}

.blog-content .entry-content {
    margin-top: 0;
    padding-top: 0
}

.entry-meta a {
    box-shadow: none
}

.blog main#main article,.archive main#main article {
    width: 48%;
    background-color: #efefef;
    margin-bottom: 40px;
    padding-bottom: 0
}

ul#menu-main-1 li.menu-item-has-children::after {
    top: 1px;
    position: absolute;
    right: 0
}

ul#menu-main-1 li.menu-item-has-children ul.sub-menu {
    top: 22px
}

ul#menu-main-1 li.menu-item-has-children ul.sub-menu:before {
    border: 0
}

ul#menu-main-1 li.menu-item-has-children ul.sub-menu a {
    color: #fff
}

ul#menu-main-1 li.menu-item-has-children ul.sub-menu a:hover {
    color: #fcb801
}

.page-id-28 blockquote {
    padding: 30px 30px 60px 120px;
    border-bottom: 1px solid #bebebe;
    background-image: url(/wp-content/uploads/2017/02/quote-yellow.png);
    background-repeat: no-repeat;
    background-position: 1% 30%;
    font-style: normal
}

@media screen and (max-width: 600px) {
    .blog main#main article,.archive main#main article {
        width:100%
    }

    .page-id-28 blockquote {
        padding-left: 10px!important;
        background-image: none!important
    }
}

@font-face {
    font-family: Hind Vadodara;
    src: url(/wp-content/themes/searchquest/fonts/Hind_Vadodara/HindVadodara-Regular.ttf);
    font-display: swap
}

@font-face {
    font-family: Hind Vadodara-light;
    src: url(/wp-content/themes/searchquest/fonts/Hind_Vadodara/HindVadodara-Light.ttf);
    font-display: swap
}

@font-face {
    font-family: Hind Vadodara-Bold;
    src: url(/wp-content/themes/searchquest/fonts/Hind_Vadodara/HindVadodara-Bold.ttf);
    font-display: swap
}

@font-face {
    font-family: Hind Vadodara-medium;
    src: url(/wp-content/themes/searchquest/fonts/Hind_Vadodara/HindVadodara-Medium.ttf);
    font-display: swap
}

@font-face {
    font-family: Hind Vadodara-semi-bold;
    src: url(/wp-content/themes/searchquest/fonts/Hind_Vadodara/HindVadodara-SemiBold.ttf);
    font-display: swap
}

.career-form,.career-form.active {
    -webkit-transition: .5s;
    overflow: hidden
}

.site-info .sep,body #ajaxsearchlite1 .probox .proinput input.autocomplete {
    visibility: hidden
}

.menu a,.menu>li {
    list-style-type: none
}

.career-form-wrapper span.wpcf7-list-item {
    margin-left: 0;
    margin-top: 9px
}

.career-form {
    max-height: 0;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%
}

.apply-button button,.career-form-wrapper form input[type=submit] {
    background-color: #000;
    width: auto;
    margin-bottom: 30px;
    border: 0;
    float: none
}

.career-form-wrapper form input[type=submit] {
    margin-bottom: -10px
}

.apply-button button:hover {
    top: 0!important
}

.career-form form {
    padding: 20px 20px 0;
    border: 1px solid #c5c5c5;
    margin-bottom: 30px
}

.career-form.active {
    max-height: 900px;
    -webkit-transition: .5s;
    transition: .5s
}

.file-upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    margin-top: 20px;
    margin-bottom: 20px
}

.wpcf7 .consent .disclaimer {
    display: inline-block;
    margin: 1em 0;
    text-align: left;
    width: 100%
}

input[type=submit]:disabled {
    opacity: .5;
    cursor: not-allowed
}

.textwidget .google-cap {
    margin: 20px 0 0
}

.textwidget span.wpcf7-list-item {
    margin: 0
}

.checkbox-596 span.wpcf7-list-item {
    display: block
}

.consent .wpcf7-list-item {
    margin-left: 0
}

.consent p span {
    color: #505050!important
}

.googlething {
    width: auto!important
}

.firstsub {
    display: none
}

.firstsub.menu-active {
    display: block
}

.secondsub>.sub-menu {
    display: none;
    position: relative
}

.secondsub.menu-active>.sub-menu {
    display: block!important;
    position: relative;
    width: 100%!important;
    padding-top: 0!important;
    top: 0!important;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden
}

.thirdsub {
    display: none
}

.firstsub,.thirdsub {
    position: absolute;
    top: 84px;
    width: 311px;
    right: 29px
}

#header-wrapper.sticky .firstsub .menu,.sticky .thirdsub .menu {
    top: 44px!important
}

.firstsub li,.thirdsub li {
    width: 100%;
    color: #fff;
    background-color: #000
}

.menu-active:after {
    font-family: fontawesome;
    font-size: 16px;
    position: relative;
    right: 10px;
    top: 4px;
    pointer-events: none;
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
    -webkit-transition: .1s ease;
    transition: .1s ease;
    -webkit-transform-origin: 50% 53%;
    color: #fcb801
}

.fifthsub.menu-active2>.sub-menu,.fourthsub.menu-active>.sub-menu {
    position: relative;
    top: 0!important;
    width: 100%!important;
    padding-top: 0!important;
    overflow: hidden
}

.firstsub li a,.thirdsub li a {
    color: #fff;
    width: 100%!important
}

.thirdsub.menu-active {
    display: block
}

.fourthsub>.sub-menu {
    display: none
}

.fourthsub.menu-active>.sub-menu {
    display: block!important
}

.fifthsub>.sub-menu {
    display: none
}

.fifthsub.menu-active2>.sub-menu {
    display: block!important
}

button,hr,input {
    overflow: visible
}

.archive .page-header h1 {
    padding-bottom: 10px;
    height: 20px;
    color: #000;
    font-size: 42px;
    padding-top: 10px
}

.owl-nav.disabled {
    display: none!important
}

.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    display: block;
    background-color: #0f0f0f;
    color: #fff;
    width: 40px;
    line-height: 80px;
    height: auto;
    font-size: 30px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    text-align: center
}

.search-box,body #ajaxsearchlite1 .probox .proinput input[type=submit] {
    display: none
}

.owl-carousel .owl-nav .owl-next:hover,.owl-carousel .owl-nav .owl-prev:hover {
    background-color: rgba(15,15,15,.63)
}

.owl-carousel .owl-nav .owl-next i,.owl-carousel .owl-nav .owl-prev i {
    line-height: inherit
}

.owl-carousel .owl-nav .owl-prev {
    left: 0
}

.owl-carousel .owl-nav .owl-next {
    right: 0
}

.search-box {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    font-size: 30px;
    margin: 0!important;
    background-color: rgba(0,0,0,.69)
}

section#search-5 {
    z-index: 90
}

.search-box i.fa {
    color: #fff;
    z-index: 120;
    font-size: 50px!important;
    right: 70px;
    top: 30px!important;
    position: absolute!important
}

body #ajaxsearchlite1 .probox,div.asl_w .probox {
    font-size: 34px;
    height: auto;
    padding: 10px 0;
    color: #fff;
    background: 0 0
}

body #ajaxsearchlite1 .probox .proinput input,body div.asl_w .probox .proinput input {
    font-size: 34px;
    height: auto;
    padding: 1px 0!important;
    color: #fff!important
}

body div.asl_m .probox .promagnifier .innericon svg,body div.asl_m .probox .prosettings .innericon svg,div.asl_m .probox .proloading svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: #fff!important
}

body div.asl_m .probox .proclose .innericon,body div.asl_m .probox .promagnifier .innericon,body div.asl_m .probox .prosettings .innericon {
    overflow: visible;
    position: relative
}

body div.asl_w .probox .promagnifier {
    right: 5px;
    top: 3px;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none
}

#ajaxsearchlite1 {
    max-width: 60%;
    margin: 20vh auto 0;
    background: 0 0;
    border: 0 solid #bbb;
    color: #fff;
    border-bottom: 1px solid;
    border-radius: 0;
    font-size: 30px;
    padding: 0 20px
}

.border-left,.menu {
    border-left: 1px solid silver
}

#ajaxsearchlite1 ::-webkit-input-placeholder {
    color: #fff;
    font-size: 40px;
    font-family: 'Hind Vadodara',sans-serif
}

#ajaxsearchlite1 ::-moz-placeholder {
    color: #fff;
    font-size: 40px;
    font-family: 'Hind Vadodara',sans-serif
}

#ajaxsearchlite1 :-ms-input-placeholder {
    color: #fff;
    font-size: 40px
}

#ajaxsearchlite1 :-moz-placeholder {
    color: #fff;
    font-size: 40px;
    font-family: 'Hind Vadodara',sans-serif
}

#header-wrapper {
    position: fixed;
    -webkit-overflow-scrolling: auto;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    top: 0;
    z-index: 30;
    background-color: #fff;
    width: 100%;
    overflow: visible
}

#header-wrapper .widget,.menu {
    float: left;
    margin: 23px 0;
    -webkit-transition: .5s;
    transition: .5s
}

.menu,.sticky-menu #header-wrapper .widget {
    float: left;
    margin: 18px 0;
    -webkit-transition: .5s;
    transition: .5s
}

.sticky-menu .menu {
    margin: 16px 0
}

.sticky-menu ul#menu-main-1 {
    margin-top: 21px
}

#header-wrapper.sticky-menu .contact .widget {
    margin: 14px 0
}

.phone-header {
    font-size: 20px;
    -webkit-transition: .5s;
    transition: .5s;
    line-height: 30px
}

.page-id-36 span.wpcf7-list-item.first.last {
    width: 100%;
    padding-top: 30px;
    margin: 0
}

.phone-header i.fa {
    color: #fcb801;
    font-size: 25px;
    position: relative;
    top: 3px
}

.email-contact i.fa {
    color: #fcb801;
    font-size: 28px;
    position: relative;
    top: 1px;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-animation: pulse 3s infinite;
    animation: pulse 3s infinite
}

.email-contact i.fa:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .5s;
    transition: .5s
}

.email-contact i.fa:hover:after {
    display: block;
    -webkit-transition: .5s;
    transition: .5s
}

.email-contact i.fa:after {
    content: "\f0dd";
    color: #000;
    position: absolute;
    z-index: 99;
    bottom: -20px;
    left: 7px;
    display: none;
    -webkit-transition: .5s;
    transition: .5s
}

@-webkit-keyframes pulse {
    0%,100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

@keyframes pulse {
    0%,100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

.search-contact i.fa {
    font-size: 28px;
    position: relative;
    top: 1px;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s
}

.search-contact i.fa:hover {
    -webkit-transform: scale(1.5) rotate(30deg);
    transform: scale(1.5) rotate(30deg);
    -webkit-transition: .5s;
    transition: .5s
}

.social-contact a {
    text-decoration: none
}

#menu-sidebar-wrapper .social-wrapper {
    padding-right: 30px;
    margin-left: 20px;
    margin-top: -20px;
    position: relative;
    top: -20px
}

#menu-sidebar-wrapper .social-wrapper i.fa.fa-facebook-official,#menu-sidebar-wrapper .social-wrapper i.fa.fa-linkedin-square,.entry-content i.fa.fa-facebook-official,.entry-content i.fa.fa-linkedin-square {
    z-index: 100!important;
    display: inline-block;
    float: left
}

#menu-sidebar-wrapper .social-wrapper i.fa.fa-linkedin-square:after {
    content: "";
    position: absolute;
    width: 21px;
    height: 20px;
    left: 1px;
    top: 6px;
    z-index: -1;
    background-color: #fff
}

#menu-sidebar-wrapper .social-wrapper i.fa.fa-facebook-official:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 24px;
    z-index: -1;
    top: 3px;
    left: 2px;
    background-color: #fff
}

#menu-sidebar-wrapper .social-wrapper i.fa.fa-facebook-official,.entry-content i.fa.fa-facebook-official,.social-contact i.fa.fa-facebook-official {
    font-size: 30px;
    position: relative;
    color: #2f5499;
    margin-right: 10px;
    z-index: -10;
    -webkit-transition: .5s;
    transition: .5s
}

#menu-sidebar-wrapper .social-wrapper i.fa.fa-linkedin-square,.entry-content i.fa.fa-linkedin-square,.social-contact i.fa.fa-linkedin-square {
    font-size: 30px;
    position: relative;
    color: #3a71b5;
    z-index: -10
}

.menu li.menu-item-has-children:after,.menu ul.sub-menu li.menu-item-has-children:after {
    font-family: fontawesome;
    font-size: 16px;
    top: 4px;
    color: #fcb801;
    position: relative;
    pointer-events: none
}

#contact-wrapper,#menu-wrapper,.logo {
    display: inline-block
}

.logo a {
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    padding-top: 10px;
    padding-left: 10px;
    display: block;
    max-width: 200px
}

.logo {
    width: 15%;
    float: left
}

.logo img {
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%
}

#contact-wrapper {
    z-index: 100;
    float: right;
    padding-top: 10px
}

#header-block {
    width: 1378px;
    float: right
}

#menu-wrapper {
    -webkit-transition: .5s;
    transition: .5s;
    float: left;
    width: 923px
}

.menu li.menu-item-has-children:after {
    content: '\f053';
    right: 10px;
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
    -webkit-transition: .1s ease;
    transition: .1s ease;
    -webkit-transform-origin: 50% 53%;
    float: left
}

.menu li.menu-item-has-children:hover:after {
    -webkit-transform: translateZ(0) rotate(-90deg);
    transform: translateZ(0) rotate(-90deg)
}

.menu li.menu-item-has-children ul:after {
    content: ""
}

.menu ul.sub-menu li.menu-item-has-children:after {
    content: '\f078';
    right: 30px;
    display: block;
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
    -webkit-transition: .1s ease;
    transition: .1s ease;
    -webkit-transform-origin: 50% 53%;
    float: left;
    height: 40px
}

.menu ul.sub-menu li.menu-item-has-children ul:after,.menu-active:after,ul.sub-menu:before {
    content: ""
}

.menu ul.sub-menu li.menu-item-has-children:hover:after {
    -webkit-transform: translateZ(0) rotate(-90deg);
    transform: translateZ(0) rotate(-90deg)
}

.menu .top-menuitem {
    background-color: #000;
    margin-right: 7px!important
}

.menu li.top-menuitem a {
    color: #fff;
    float: left
}

.menu li.top-menuitem.current-menu-item a {
    font-weight: 500;
    color: #000
}

.menu li.top-menuitem.current-menu-item>ul.sub-menu:before {
    border-top: 10px solid #fcb801
}

.menu .top-menuitem.current-menu-item {
    background-color: #fcb801
}

.menu .top-menuitem.current-menu-item ul.sub-menu li a:hover {
    color: #fcb801
}

.menu .top-menuitem.current-menu-item ul li a {
    color: #fff
}

.menu li.top-menuitem.current-menu-item.menu-item-has-children:after {
    color: #000
}

ul.menu li.current-menu-item a {
    display: block;
    color: #fcb801;
    font-weight: 700;
    font-size: 15px;
    -webkit-transition: .5s;
    transition: .5s
}

.menu a,.sticky-menu {
    -webkit-transition: .5s
}

menu {
    text-align: center
}

menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.menu a {
    display: block;
    text-decoration: none;
    padding: 0 21px;
    position: relative;
    line-height: 46px;
    border-radius: 0;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Hind Vadodara',sans-serif;
    font-weight: 400;
    -webkit-transition: .5s;
    transition: .5s
}

.menu {
    vertical-align: top;
    display: inline-block;
    -webkit-box-shadow: 1px -1px -1px 1px #5d5d5d,-1px 1px -1px 1px #fff,0 0 6px 3px #fff;
    box-shadow: 1px -1px -1px 1px #5d5d5d,-1px 1px -1px 1px #fff,0 0 6px 3px #fff;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin: 26px 0
}

ul#menu-main-1 {
    margin-top: 31px;
    margin-left: 10px
}

.sticky-menu #menu-main.menu {
    margin: 23px 0 23px 20px
}

.menu li {
    position: relative
}

.menu>li {
    float: left;
    margin-right: 1px;
    line-height: 37px
}

.menu>li>a {
    margin-bottom: 1px;
    line-height: 47px
}

#menu-main-1.menu>li>a {
    line-height: 37px
}

#menu-main.menu>li>a {
    margin-bottom: 1px;
    line-height: 31px;
    padding: 0 17px
}

#menu-main.menu {
    margin: 32px 0 32px 20px
}

.menu>li:hover,.menu>li:hover>a {
    border-bottom-color: orange
}

.menu li:hover>a {
    color: orange
}

.menu>li:last-child {
    margin-right: 0
}

.menu li li a {
    display: block;
    width: 100%
}

.menu li a:first-child:nth-last-child(2):before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    top: 50%;
    right: 5px
}

.menu li ul.sub-menu {
    list-style: none;
    padding: 20px 0 0;
    top: 36px;
    margin: 0;
    position: absolute;
    z-index: 999;
    width: 200px;
    display: none
}

ul.sub-menu:hover ul.sub-menu:before {
    border: 0
}

ul.sub-menu:before {
    position: absolute;
    top: 10px;
    width: 0;
    left: -30px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000
}

.menu li ul.sub-menu li {
    width: 102%;
    display: -ms-inline-flexbox
}

.menu li ul.sub-menu li a {
    width: 90%;
    position: relative;
    background: #191919
}

.menu li.menu-item-has-children:hover>ul.sub-menu {
    display: block;
    width: 100%;
    width: 218px
}

.menu li ul.sub-menu li ul.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 999999999;
    display: none;
    top: 0;
    right: -206px;
    width: 228px!important
}

.menu li ul.sub-menu li.second-sub-menu ul.sub-menu,second-sub-menu ul.sub-menu {
    top: 50px
}

.menu li ul.sub-menu li {
    background: #191919;
    position: relative
}

.menu li ul.sub-menu li ul.sub-menu a {
    background-color: #000
}

.sticky-menu {
    -webkit-transition: .5s;
    transition: .5s
}

.sticky-menu ul.menu li.current-menu-item a {
    line-height: 47px;
    -webkit-transition: .5s;
    transition: .5s
}

.sticky-menu .logo a {
    -webkit-transition: .3s;
    transition: .3s;
    width: 159px
}

#header-wrapper .sticky-menu .phone-header {
    margin: 13px 0
}

.sticky-menu #header-wrapper .widget {
    margin: 21px 0 15px;
    -webkit-transition: .5s;
    transition: .5s
}

.sticky-menu #menu-wrapper {
    -webkit-transition: .5s;
    transition: .5s
}

.burger-menu {
    position: relative;
    width: 29px;
    height: 30px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto
}

.burger {
    position: absolute;
    background: #000;
    width: 100%;
    height: 5px;
    top: 50%;
    right: 0;
    margin-top: -1px;
    opacity: 1;
    border-radius: 19%
}

.burger::after,.burger::before {
    border-radius: 19%;
    background: #000;
    width: 29px;
    height: 5px;
    content: "";
    display: block;
    position: absolute
}

.burger::before {
    top: 11px;
    z-index: 200
}

.burger::after {
    bottom: 11px
}

.burger,.burger::after,.burger::before {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.burger-menu.menu-on .burger::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    bottom: 0;
    background: #fff
}

.burger-menu.menu-on .burger::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 0;
    background: #fff
}

.burger-menu.menu-on .burger {
    background: rgba(111,111,111,0)
}

.big {
    letter-spacing: 0;
    font-size: 51px;
    display: block;
    text-transform: uppercase
}

.close-me {
    width: 20px;
    height: 22px;
    background-color: #000;
    color: #fff;
    position: absolute;
    right: 0;
    cursor: pointer
}

.header-form {
    right: -630px;
    width: 450px;
    padding: 0 20px 20px;
    position: absolute;
    background-color: #fff;
    top: 80px;
    -webkit-transition: cubic-bezier(0,.62,.45,1.32) .5s;
    transition: cubic-bezier(0,.62,.45,1.32) .5s;
    height: 91vh
}

.header-form.slide-left {
    right: 0;
    -webkit-transition: cubic-bezier(0,.62,.45,1.32) .5s;
    transition: cubic-bezier(0,.62,.45,1.32) .5s
}

.get-touch h2 {
    margin: 0;
    padding: 12px 0 0;
    font-size: 34px!important
}

.get-touch p span {
    color: #860000
}

.get-touch .checkbox-596 span {
    color: #000;
    text-align: left
}

.checkbox-596 {
    display: none;
    padding-top: 20px
}

.get-touch p {
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    display: inline-block;
    width: 100%;
    text-align: left
}

.get-touch .signme {
    text-align: left;
    font-size: 16px
}

.get-touch .google-cap iframe {
    text-align: center;
    margin: 0 auto
}

.get-touch p.form-label {
    text-align: left;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    padding-top: 20px
}

.form-accord {
    border: 1px solid #a9a9a9;
    border-radius: 2px;
    padding: 10px 20px 10px 11px;
    color: #9a9a9a;
    text-align: left;
    cursor: pointer;
    position: relative
}

.form-accord:after {
    content: "\f067";
    font-family: fontawesome;
    color: #000;
    position: absolute;
    right: 10px;
    top: 32%
}

.form-accord label {
    float: left;
    text-align: left
}

.scroll-downs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #000;
    text-align: -webkit-center;
    padding-top: 17px;
    cursor: pointer
}

.scroll-downs a {
    display: block;
    height: 120%;
    margin-top: 0
}

.mousey {
    width: 27px;
    padding: 10px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: .75;
    margin: 0 auto
}

.mousey:after {
    content: "\f063";
    font-family: fontAwesome;
    position: absolute;
    color: #fff;
    font-size: 12px;
    bottom: 2px;
    left: 35px;
    -webkit-animation-name: arrowbounce;
    animation-name: arrowbounce;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.slider-item-image span,.test-owl:before,body,button,input,select,textarea {
    font-family: 'Hind Vadodara',sans-serif
}

.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    -webkit-animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes scroll {
    0% {
        opacity: 0
    }

    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0
    }
}

@keyframes scroll {
    0% {
        opacity: 0
    }

    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0
    }
}

@-webkit-keyframes arrowbounce {
    0% {
        opacity: 0
    }

    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: 1
    }
}

@keyframes arrowbounce {
    0% {
        opacity: 0
    }

    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: 1
    }
}

.owl-dots {
    height: 20px;
    width: 100%
}

#cta-wrapper .owl-dots {
    display: none!important
}

.owl-dot.active span {
    background-color: #000;
    border-radius: 50%;
    height: 10px
}

.owl-dot span {
    float: left;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    margin-right: 5px
}

img.express-logo {
    display: inline-block!important;
    vertical-align: text-bottom;
    height: 2em;
    width: auto!important
}

.slider-item-image span {
    font-size: 50px;
    text-transform: uppercase;
    color: #fff
}

.slider-item-image span p {
    margin: 0;
    padding-bottom: 50px
}

.slider-item {
    background-size: cover;
    text-align: center;
    height: 605px;
    padding: 100px 0 160px;
    background-position: center
}

.slider-item .content-slider {
    color: #fff;
    font-size: 22px;
    max-width: 1170px;
    padding: 40px 30px 11px;
    text-align: center!important;
    font-weight: 200;
    margin: 0 auto;
    background-color: rgba(0,0,0,.42)
}

.blue-bttn,.cta-item .blue-bttn {
    background-color: #237d92;
    font-size: 20px;
    border-bottom: 3px solid #1b5461;
    color: #fff
}

.content-slider p {
    text-align: center!important;
    font-family: 'Hind Vadodara-light',sans-serif
}

.slider-item-button {
    display: inline-block;
    margin-top: 20px
}

.blue-bttn {
    padding: 8px 27px 12px;
    margin: 0 10px;
    display: block;
    font-weight: 100
}

.header-caption a.blue-bttn {
    width: 220px!important;
    margin: 0 auto;
    bottom: 4px;
    position: absolute;
    left: 0;
    right: 0;
    top: inherit
}

.banner-button {
    height: 67px;
    overflow: auto;
    position: relative
}

.cta-item-image,.forty-full,.full-width,.header-banner,.menu-sidebar,.sixty-full {
    overflow: hidden;
}

.content-area .buttons-content a.blue-bttn {
    display: inline-block;
    padding: 8px 20px;
    margin-left: 0
}

.cta-item .blue-bttn {
    padding: 8px 27px 12px;
    margin: 20px 0 0;
    display: block
}

.blue-bttn:hover {
    border-bottom: 0;
    position: relative;
    top: 3px;
    color: #fff
}

.entry-content .buttons-content a.blue-bttn {
    display: inline-block;
    float: left;
    vertical-align: top;
    margin-top: 0;
    position: relative
}

.entry-content .buttons-content {
    width: 473px;
    margin: 0 auto;
    float: none;
    text-align: center
}

.cta-wrapper {
    width: 100%
}

.cta-item {
    vertical-align: top;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1
}

.header-caption,.header-caption:before {
    vertical-align: middle;
    display: inline-block
}

.cta-item h2 {
    font-size: 25px!important
}

.cta-item-image {
    max-height: 220px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%
}

.cta-item-image:hover:before {
    top: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.cta-item-image img {
    width: 110%;
    max-width: 110%!important
}

.cta-item-image img:before,.cta-item-image:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%
}

.cta-item-image:before {
    background-color: rgba(252,184,1,.4);
    z-index: 9;
    top: -310px;
    -webkit-transition: .5s;
    transition: .5s
}

.cta-item-image img:before {
    background-color: #000
}

.cta-item a.blue-bttn {
    width: 150px
}

.cta-item a.blue-bttn:hover {
    margin-top: 30px
}

.bttn-align-div {
    position: absolute;
    bottom: 43px
}

.cta-text-inner {
    padding: 40px 39px 60px;
    font-size: 18px;
    font-weight: 200;
    line-height: 24px;
    min-height: 379px;
    position: relative
}

.cta-text-inner.service-text-inner {
    padding-bottom: 70px
}

.full-width {
    width: 100%
}
.home .image-full {
    display: block;
    height: auto;
    min-height: auto;
    /* width: 100%; */
    float: unset;
    /* width: 100%; */
}

.home .full-width {
    display: flex;
}
.full-width.test-full {
    background-image: url(/wp-content/uploads/2017/01/testimonials.jpg)
}

.full-width-inner {
    padding: 40px 20px;
    max-width: 1150px;
    margin: 0 auto;
    text-align: justify
}

.test-owl {
    display: inline-block;
    width: 70%;
    padding-left: 130px;
    padding-right: 20px;
    margin-right: 50px
}

.test-owl:before {
    content: url(//morecambemetals.sqsite.co.uk/wp-content/uploads/2017/02/speech.png);
    font-size: 50px;
    left: 0;
    top: 70px;
    position: absolute
}

#menu-sidebar-wrapper.menu-active:before,.column-wrapper:after,.header-banner:before,blockquote:after,blockquote:before {
    content: ""
}

.test-text {
    font-size: 18px
}

.test-rotator {
    position: relative
}

.test-button {
    display: inline-block;
    width: 16%;
    height: 100%
}

.test-button a {
    position: absolute;
    top: 70px;
    margin-top: 0;
    padding: 12px 26px
}

.text-full {
    padding: 90px 90px 20px
}

.image-full {
    float: left;
    display: inline-block
}

.full-width1 .text-full {
    float: right;
    padding-right: 520px!important
}

.full-width1 .image-full {
    float: left
}

.metaslider .flexslider {
    margin: 0!important
}

.full-width2 .text-full {
    padding-left: 380px!important;
    float: left
}

.sixty-full {
    width: 55%
}

.forty-full {
    width: 45%;
}

.header-banner {
    position: relative;
    height: 314px
}

.blog .header-banner {
    height: 200px
}

.page-template-page-contact .header-banner {
    height: 390px;
    padding-top: 57px
}

.header-banner img {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4)
}

.header-banner:before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 130%;
    background-color: rgba(0,0,0,.32);
    top: -10px
}

.header-caption {
    z-index: 1;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-caption:before {
    height: 100%;
    width: 1%
}

.header-caption h1 {
    line-height: 1.4;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center!important
}

.blog .header-caption {
    top: 47%
}

.header-cap-text {
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: 200;
    line-height: 26px;
    font-family: 'Hind Vadodara-light',sans-serif
}

.column-wrapper {
    padding: 80px 0 50px;
    position: relative
}

.column-wrapper:last-child:after,.column-wrapper:nth-child(3):after {
    height: 0
}

.column-wrapper:after {
    background-color: #bcbcbc;
    width: 340%;
    bottom: 0;
    height: 1px;
    position: absolute;
    z-index: 1000;
    left: -370px
}

.column-wrapper:nth-child(3) :after:last-child {
    height: 0
}

.column-wrapper:nth-child(3) {
    border: 0
}

.column-wrapper:last-of-type {
    border-bottom: 0 solid #bcbcbc
}

.column-left,.column-right {
    display: inline-block;
    width: 46%;
    vertical-align: text-top;
    margin: 21px 0
}

progress,sub,sup {
    vertical-align: baseline
}

.column-left {
    margin-right: 80px
}

.column-left img,.column-right img {
    width: 100%
}

.column-wrapper:first-child .column-left {
    padding-top: 30px
}

.entry-content {
    padding-top: 40px
}

.request-form .blue-bttn {
    background-color: #237d92;
    color: #fff;
    padding: 12px 27px;
    font-size: 20px;
    margin: 20px 0 0;
    display: block;
    border-bottom: 3px solid #1b5461
}

.page-template-page-contact .contact-page {
    width: 30%;
    display: inline-block
}

.map-area {
    display: inline-block;
    width: 63%;
    float: right;
    padding-top: 50px
}

.burger-menu,.mobile-menu {
    display: none
}

#menu-sidebar-wrapper.burger-menu {
    display: none!important
}

.social-wrapper {
    display: block
}

.social-wrapper a:hover i.fa {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .5s;
    transition: .5s
}

#menu-sidebar-wrapper.menu-active {
    right: 0;
    -webkit-transition: .3s;
    transition: .3s;
    position: fixed;
    top: 0
}

.menu-close-me {
    position: absolute;
    color: #fff;
    left: -46px;
    top: 28px;
    font-size: 40px
}

#menu-sidebar-wrapper.menu-active:before {
    width: 420%;
    height: 360%;
    background-color: rgba(0,0,0,.66);
    z-index: -1;
    left: -1090px
}

.menu-sidebar {
    background-color: #000
}

#sidebar-wrapper {
    width: 100vw;
    background-color: rgba(0,0,0,.67);
    height: 100vh;
    overflow: auto;
    z-index: 900;
    position: absolute;
    right: -1200px
}

#menu-sidebar-wrapper .menu {
    border: 0
}

#menu-sidebar-wrapper .menu>li {
    width: 100%;
    padding: 10px 20px 10px 0
}

#menu-sidebar-wrapper .menu li a {
    color: #fff
}

#menu-sidebar-wrapper form {
    background-color: #fff;
    overflow: auto;
    float: left;
    width: 100%;
    padding: 20px
}

@media screen and (max-width: 1840px) {
    .text-full {
        padding:50px 50px 20px
    }

    .image-full {
        float: left;
        display: inline-block
    }

    .full-width1 .text-full {
        float: right;
        padding-right: 340px!important
    }

    .full-width1 .image-full {
        float: left
    }

    .metaslider .flexslider {
        margin: 0!important
    }

    .full-width2 .text-full {
        padding-left: 300px!important;
        float: left
    }

    .forty-full,.sixty-full {
        overflow: hidden
    }

    .sixty-full {
        width: 55%
    }

    .forty-full {
        width: 45%
    }
}

@media screen and (max-width: 1816px) {
    .logo {
        width:13%;
        float: left
    }
}

@media screen and (max-width: 1670px) {
    .cta-item h2 {
        font-size:22px!important
    }

    .cta-text-inner {
        min-height: 379px
    }
}

@media screen and (max-width: 1650px) {
    .text-full {
        padding:22px 22px 20px
    }

    .image-full {
        float: left;
        display: inline-block
    }

    .full-width1 .text-full {
        float: right;
        padding-right: 180px!important;
        padding-left: 40px
    }

    .full-width1 .image-full {
        float: left
    }

    .metaslider .flexslider {
        margin: 0!important
    }

    .full-width2 .text-full {
        padding-left: 80px!important;
        float: left
    }

    .forty-full,.sixty-full {
        overflow: hidden
    }

    .sixty-full {
        width: 55%
    }

    .forty-full {
        width: 45%;
        height: 100%
    }
}

@media screen and (max-width: 1600px) {
    .header-banner {
        position:relative;
        height: 314px;
        padding-top: 90px
    }

    .header-banner img {
        transform: scale(1.8);
        -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8)
    }

    .header-banner:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 160%;
        background-color: rgba(0,0,0,.17);
        margin-top: 0
    }
}

@media screen and (max-width: 1584px) {
    #header-block {
        width:1238px
    }

    #menu-main.menu>li>a {
        padding: 0 10px;
        font-size: 15px
    }

    #menu-wrapper {
        width: 783px
    }

    .menu a {
        padding: 0 11px
    }

    .sticky-menu #menu-main.menu {
        margin: 23px 0 23px 10px
    }

    #menu-main.menu {
        margin: 32px 0 32px 10px
    }
}

@media screen and (max-width: 1570px) {
    .cta-item h2 {
        font-size:22px!important
    }

    .cta-text-inner {
        min-height: 430px
    }
}

@media screen and (max-width: 1422px) {
    .social-header {
        display:none
    }

    #contact-wrapper {
        width: 361px!important
    }

    #header-block {
        width: 1144px
    }
}

@media screen and (max-width: 1370px) {
    .metaslider {
        -webkit-transform:scale(1.5);
        transform: scale(1.5);
        height: 360px!important;
        padding-top: 64px
    }

    .metaslider .slides img {
        height: auto
    }

    .cta-item h2 {
        font-size: 20px!important
    }

    .cta-text-inner {
        min-height: 430px;
        font-size: 16px;
        line-height: 20px
    }
}

@media screen and (max-width: 1314px) {
    .phone-header strong {
        display:none
    }

    #header-block {
        width: 1054px
    }

    #contact-wrapper {
        width: 271px!important
    }
}

@media screen and (max-width: 1225px) {
    .phone-header span {
        display:none
    }

    .logo {
        width: 17%
    }

    #contact-wrapper {
        width: 164px!important
    }

    #header-block {
        width: 947px
    }

    .slider-item-image span {
        font-size: 35px;
        line-height: 22px
    }

    .footer-company {
        padding-bottom: 30px
    }
}

@media screen and (max-width: 1180px) {
    .column-wrapper {
        padding:0 0 30px
    }

    .column-left,.column-right {
        width: 100%
    }
}

@media screen and (max-width: 1150px) {
    .metaslider {
        -webkit-transform:scale(1.8);
        transform: scale(1.8);
        height: 440px!important;
        padding-top: 90px
    }

    .metaslider .slides img {
        height: auto;
        width: 150%!important
    }

    .text-full {
        padding: 22px 22px 20px
    }

    .image-full {
        float: left;
        display: inline-block
    }

    .full-width1 .text-full {
        float: right;
        padding-right: 150px!important;
        padding-left: 40px
    }

    .full-width1 .image-full {
        float: left
    }

    .metaslider .flexslider {
        margin: 0!important
    }

    .full-width2 .text-full {
        padding-left: 80px!important;
        float: left
    }

    .forty-full,.sixty-full {
        overflow: hidden
    }

    .sixty-full {
        width: 65%
    }

    .forty-full {
        width: 35%;
        height: 100%
    }

    .test-owl {
        width: 100%;
        padding-left: 130px;
        padding-right: 20px;
        margin-right: 50px
    }

    .test-button .blue-bttn {
        position: relative!important;
        top: 10px!important;
        margin-top: 0;
        -webkit-transition: 0s;
        transition: 0s;
        padding: 12px 26px;
        width: 258px;
        left: 120px
    }
}

@media screen and (max-width: 1141px) {
    #menu-wrapper ul#menu-main-1 {
        display:none
    }

    #menu-sidebar-wrapper.show-sidebar,.social-header {
        display: block
    }

    li.secondsub a:after,li.secondsub.menu-active a:after {
        display: block!important;
        font-family: fontAwesome;
        position: absolute;
        top: 0;
        right: 10px
    }

    .menu-sidebar {
        background-color: #000;
        height: 768px;
        overflow: scroll
    }

    li.secondsub a:after {
        content: "\f067"
    }

    li.secondsub.menu-active a:after,li.secondsub.menu-active .sub-menu a:after {
        content: "\f068"
    }

    li.secondsub ul.sub-menu li a:after {
        content: "";
        display: none!important
    }

    li.fourthsub a:after,li.fourthsub.menu-active a:after {
        display: block!important;
        font-family: fontAwesome;
        position: absolute;
        top: 0;
        right: 10px
    }

    li.fourthsub a:after {
        content: "\f067"
    }

    li.fourthsub.menu-active a:after {
        content: "\f068"
    }

    li.fourthsub ul.sub-menu li a:after {
        content: "";
        display: none!important
    }

    li.fifthsub a:after,li.fifthsub.menu-active2 a:after {
        display: block!important;
        font-family: fontAwesome;
        position: absolute;
        top: 0;
        right: 10px
    }

    li.fifthsub a:after {
        content: "\f067"
    }

    li.fifthsub.menu-active2 a:after {
        content: "\f068"
    }

    li.fifthsub ul.sub-menu li a:after {
        content: "";
        display: none!important
    }

    .menu {
        margin: 0;
        border: 0
    }

    .menu li.menu-item-has-children:hover:after {
        display: none!important
    }

    .menu li.menu-item-has-children:after {
        position: absolute!important;
        right: 10px!important;
        display: none!important
    }

    .menu li.menu-item-has-children:hover>ul.sub-menu {
        display: none
    }

    ul.sub-menu.submenu-open1 {
        display: block!important
    }

    ul.sub-menu.submenu-open1 ul.sub-menu {
        display: none!important
    }

    .menu li.menu-item-has-children.menu-go-top>ul.sub-menu,.mobile-menu {
        display: block
    }

    .desktop-menu,.menu ul.sub-menu li.sub-sub.menu-item-has-children ul.sub-menu {
        display: none
    }

    #header-block {
        width: 550px
    }

    #contact-wrapper {
        width: 224px!important
    }

    ul.sub-menu:before {
        top: 8px;
        left: -70px
    }

    .menu li ul.sub-menu li a {
        line-height: 40px;
        width: 90%
    }

    .menu ul.sub-menu li.menu-item-has-children:after {
        top: 10%;
        content: "\f067"
    }

    .menu li ul.sub-menu li,.menu li ul.sub-menu li ul.sub-menu li {
        display: block
    }

    .desktop-only {
        display: none!important
    }

    .mobile-only {
        display: block!important
    }

    .menu li ul.sub-menu li.second-sub-menu ul.sub-menu {
        top: 0
    }

    .menu ul.sub-menu li.sub-sub.menu-item-has-children.menu-go ul.sub-menu {
        display: block;
        -webkit-transition: .5s;
        transition: .5s
    }

    .menu li ul.sub-menu li ul.sub-menu {
        position: relative;
        right: 0
    }

    .menu-sidebar .close-me {
        display: none
    }

    .burger-menu {
        display: block;
        color: #000;
        font-size: 30px;
        position: relative;
        z-index: 20
    }

    #menu-sidebar-wrapper .burger-menu.menu-on,.social-wrapper {
        display: none
    }

    #menu-sidebar-wrapper .social-wrapper {
        display: block
    }

    #menu-main .menu,#menu-main .menu-main-1 {
        display: none
    }

    #menu-wrapper {
        width: 326px;
        padding-top: 20px
    }
}

@media screen and (max-width: 1110px) {
    .banner-button {
        display:none
    }

    .logo {
        width: 24%
    }

    .desktop-form {
        display: block
    }
}

@media screen and (max-width: 1090px) {
    .file-upload {
        display:block;
        text-align: center;
        padding: 10px
    }

    .file-upload input.wpcf7-form-control.wpcf7-file {
        font-size: 13px
    }

    .header-cap-text {
        font-size: 18px;
        padding: 0 30px
    }

    .header-caption h1 {
        font-size: 40px!important
    }

    .header-banner {
        position: relative;
        height: 314px;
        padding-top: 100px
    }

    .page-template-page-contact .header-banner {
        height: 320px;
        padding-top: 0
    }

    .header-banner img {
        transform: scale(2);
        -webkit-transform: scale(2);
        -ms-transform: scale(2)
    }

    .page-template-page-contact .header-banner img {
        -webkit-transform: scale(3);
        padding-top: 30px
    }

    .header-banner:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.17)
    }
}

@media screen and (max-width: 1060px) {
    .sticky-menu .menu {
        margin-top:0
    }

    #header-block {
        width: 555px
    }

    .menu .top-menuitem {
        width: 140px
    }

    #menu-wrapper {
        width: 330px;
        position: relative
    }

    .menu .top-menuitem a {
        line-height: 22px;
        width: 80%;
        text-align: -webkit-center
    }

    .menu li.top-menuitem.current-menu-item a {
        line-height: 22px
    }
}

@media screen and (max-width: 960px) {
    .header-cap-text {
        font-size:18px;
        padding: 0 30px
    }

    .header-caption h1 {
        font-size: 40px!important
    }

    .header-banner {
        position: relative;
        height: 314px;
        padding-top: 100px
    }

    .header-banner img {
        transform: scale(2.7);
        -webkit-transform: scale(2.7);
        -ms-transform: scale(2.7)
    }

    .header-banner:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 290%;
        background-color: rgba(0,0,0,.17)
    }

    .metaslider {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        height: 520px!important;
        padding-top: 110px
    }

    .metaslider .slides img {
        height: auto;
        width: 150%!important
    }

    .text-full {
        padding: 22px 22px 20px
    }

    .image-full {
        float: left;
        display: inline-block
    }

    .full-width1 .text-full {
        float: right;
        padding-right: 20px!important;
        padding-left: 40px
    }

    .full-width1 .image-full {
        float: left
    }

    .metaslider .flexslider {
        margin: 0!important
    }

    .full-width2 .text-full {
        padding-left: 30px!important;
        float: left
    }

    .forty-full,.sixty-full {
        overflow: hidden
    }

    .sixty-full {
        width: 70%
    }

    .forty-full {
        width: 30%;
        height: 100%
    }

    .home .cta-item {
        display: inline-block!important;
        float: left;
        width: 49.7%!important;
        margin: 0
    }

    .map-area,.page-template-page-contact .contact-page {
        width: 100%
    }
}

@media screen and (max-width: 910px) {
    .logo {
        width:23%
    }

    .slider-item .content-slider {
        font-size: 17px
    }
}

@media screen and (max-width: 790px) {
    .archive .page-header h1 {
        font-size:29px
    }

    .header-cap-text {
        font-size: 18px;
        padding: 0 30px
    }

    .header-caption h1 {
        font-size: 40px!important
    }

    .header-banner {
        position: relative;
        height: 314px;
        padding-top: 100px
    }

    .header-banner img {
        transform: scale(3);
        -webkit-transform: scale(3);
        -ms-transform: scale(2)
    }

    .header-banner:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 210%;
        background-color: rgba(0,0,0,.17)
    }

    .cta-item h2 {
        font-size: 20px!important
    }

    .cta-text-inner {
        min-height: 350px;
        font-size: 16px;
        line-height: 20px
    }

    .menu-sidebar {
        background-color: #000;
        height: 1025px;
        overflow: scroll
    }
}

@media screen and (max-width: 767px) {
    #menu-wrapper,.site-footer .wrap {
        text-align:center
    }

    .cta-item-image:hover:before {
        display: none
    }

    .home .cta-item {
        display: inline-block!important;
        width: 100%!important;
        max-width: 100%!important
    }

    .sticky-menu .logo a {
        width: 90px;
        padding-top: 6px
    }

    .logo {
        width: 100px;
        padding-top: 19px
    }

    #menu-wrapper {
        position: absolute;
        bottom: 8px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        border-top: 1px solid #d2d2d2;
        padding-top: 10px
    }

    .menu-service.mobile-menu {
        width: 320px;
        margin: 0 auto
    }

    .menu li.menu-item-has-children:after {
        content: '\f053';
        font-family: fontawesome;
        font-size: 16px;
        position: relative;
        right: 0;
        top: 1px;
        pointer-events: none;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0);
        -webkit-transition: .1s ease;
        transition: .1s ease;
        -webkit-transform-origin: 50% 53%;
        color: #fcb801;
        float: left
    }

    #menu-corporate-commercial-mobile.menu,#menu-domestic-trade-mobile.menu {
        border: 0;
        margin-top: 10px;
        width: 100%
    }

    .menu .top-menuitem {
        width: 145px;
        line-height: 50px;
        margin-right: 7px!important;
        margin-left: 7px!important;
        border: 0
    }

    #header-wrapper {
        height: 150px
    }

    #contact-wrapper {
        float: right
    }

    .sticky-menu .menu {
        margin: 36px 0
    }

    .metaslider {
        -webkit-transform: scale(1);
        transform: scale(1);
        height: 100%!important;
        padding-top: 0
    }

    .metaslider .slides img {
        height: auto;
        width: 100%!important
    }

    .text-full {
        padding: 22px 22px 20px
    }

    .image-full {
        float: left;
        display: inline-block
    }
.home .image-full {
    display: block;
    height: auto;
    min-height: auto;
    /* width: 100%; */
    float: unset;
    /* width: 100%; */
}

.home .full-width {
    display: flex;flex-direction:column;
}

    .home .image-full {min-height: 300px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;}
    .full-width1 .text-full {
        float: right;
        padding-right: 20px!important;
        padding-left: 40px
    }

    .full-width1 .image-full {
        float: left
    }

    .metaslider .flexslider {
        margin: 0!important
    }

    .full-width2 .text-full {
        padding-left: 30px!important;
        float: left
    }

    .forty-full,.sixty-full {
        overflow: hidden
    }

    .sixty-full {
        width: 100%
    }

    .forty-full {
        width: 100%;
        height: 100%
    }

    .footer-widget-2 {
        text-align: center!important
    }

    span.footer-menu {
        width: 100%;
        display: block
    }

    .footer-row label span,span.removeme {
        display: none
    }

    .footer-row label {
        color: #fff!important;
        width: 100%;
        display: block;
        margin: 0 auto;
        float: left
    }

    .footer-row label strong {
        color: #fff
    }

    .footer-company {
        padding-top: 20px
    }
}

@media screen and (max-width: 760px) {
    .file-upload {
        display:block;
        text-align: center;
        padding: 10px
    }

    .file-upload input.wpcf7-form-control.wpcf7-file {
        font-size: 13px
    }

    .menu-sidebar {
        background-color: #000;
        height: 600px;
        overflow: scroll
    }

    #ajaxsearchlite1 {
        max-width: 80%;
        margin: 10vh auto 0
    }

    div[id*=ajaxsearchliteres].vertical {
        margin-left: 19px!important;
        width: 72%!important
    }

    .search-box i.fa {
        font-size: 30px!important;
        right: 20px;
        top: 20px!important
    }

    ul#menu-corporate-commercial-mobile ul.sub-menu,ul#menu-domestic-trade-mobile ul.sub-menu {
        width: 321px
    }

    ul#menu-domestic-trade-mobile ul.sub-menu:before {
        left: -170px
    }

    ul#menu-corporate-commercial-mobile ul.sub-menu:before {
        left: 130px
    }

    ul#menu-corporate-commercial-mobile ul.sub-menu ul.sub-menu,ul#menu-domestic-trade-mobile ul.sub-menu ul.sub-menu {
        left: 0
    }

    .slider-item-image span {
        font-size: 24px;
        line-height: 22px
    }

    .test-owl {
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 50px
    }

    .test-owl:before {
        content: " "
    }

    .test-button a {
        position: relative;
        top: 10px;
        margin-top: 0;
        -webkit-transition: 0s;
        transition: 0s;
        padding: 12px 26px;
        width: 258px;
        left: 10px!important
    }
}

@media screen and (max-width: 600px) {
    .slider-item-image span {
        font-size:28px;
        line-height: 28px
    }

    .slider-item-image span p {
        padding-bottom: 20px;
        font-size: 28px;
        text-align: center!important
    }

    .slider-item {
        height: 605px;
        padding: 100px 0
    }

    .slider-item .content-slider {
        font-size: 14px
    }

    .header-caption a.blue-bttn {
        width: 140px!important;
        margin: 2px auto;
        padding: 6px 8px;
        font-size: 14px
    }

    .blue-bttn {
        padding: 12px 8px;
        font-size: 18px;
        margin-bottom: 10px
    }

    .entry-content .buttons-content a.blue-bttn {
        margin-bottom: 20px
    }

    .test-button a {
        width: 235px
    }
}

@media screen and (max-width: 735px) {
    #header-block {
        width:201px
    }

    .header-cap-text {
        font-size: 16px;
        padding: 0 30px
    }

    .header-caption h1 {
        font-size: 30px!important
    }

    .header-banner {
        position: relative;
        height: 314px;
        padding-top: 9px
    }

    .header-banner img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        height: 100%;
        width: auto
    }

    .page-template-page-contact .header-banner img {
        -webkit-transform: scale(4);
        padding-top: 54px
    }

    .header-banner:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 150%;
        background-color: rgba(0,0,0,.32)
    }
}

@media screen and (max-width: 600px) {
    .desktop-form {
        width:100%;
        height: 90vh;
        -webkit-overflow-scrolling: touch
    }

    .home h1 {
        text-align: center!important
    }

    .firstsub,.thirdsub {
        position: absolute;
        top: 84px;
        width: 311px;
        right: auto;
        height: 472px;
        overflow: scroll
    }

    .test-page .test-text {
        padding-left: 10px!important;
        background-image: none!important
    }

    h2 {
        font-size: 28px!important;
        line-height: 29px!important
    }

    body p {
        font-size: 16px;
        line-height: 20px;
        text-align: left!important
    }

    .header-cap-text {
        font-size: 12px;
        padding: 0 30px;
        line-height: 18px
    }

    .header-caption h1 {
        font-size: 23px!important
    }

    .header-banner {
        position: relative;
        height: 224px;
        padding-top: 29px
    }

    .header-banner img {
        transform: scale(3);
        -webkit-transform: scale(3);
        -ms-transform: scale(3);
        height: auto;
        width: 100%;
        padding-top: 24px
    }

    .header-banner:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 150%;
        z-index: 1
    }
}

pre,textarea {
    overflow: auto
}

blockquote,svg:not(:root) {
    overflow: hidden
}

@media screen and (max-width: 490px) {
    .owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
        display:block;
        background-color: #0f0f0f;
        color: #fff;
        width: 30px;
        line-height: 60px;
        height: auto;
        font-size: 20px;
        position: absolute;
        top: 50%;
        margin-top: -25px;
        text-align: center
    }

    .test-full h2 {
        font-size: 21px!important
    }

    .test-text {
        font-size: 16px
    }

    #menu-sidebar-wrapper {
        width: 300px!important
    }

    #page.page-move {
        left: -300px!important
    }

    #contact-wrapper {
        width: 219px!important
    }

    span.wpcf7-list-item {
        width: 100%
    }

    .get-touch h2 {
        font-size: 23px!important
    }

    .get-touch p {
        font-size: 14px
    }

    ajaxsearchlite1 {
        max-width: 99%;
        margin: 20vh auto 10px
    }

    .cta-text-inner {
        min-height: 302px
    }

    .home .cta-item {
        display: table-cell;
        min-height: auto!important
    }

    .cta-item {
        display: inline-block
    }
}

@media screen and (max-width: 380px) {
    .bttn-align-div {
        position:absolute;
        bottom: 23px
    }
}

@media screen and (max-width: 365px) {
    .mobile-menu-bttn,.mobile-menu-bttn2 {
        width:154px!important
    }
}

@media screen and (max-width: 330px) {
    .bttn-align-div {
        position:absolute;
        bottom: 43px
    }

    #header-block {
        width: 178px
    }

    #header-wrapper .contact .widget {
        padding: 0 10px!important
    }

    .mobile-menu-bttn,.mobile-menu-bttn2 {
        width: 145px!important;
        padding: 7px 10px
    }

    #contact-wrapper {
        width: 189px!important
    }

    .mobile-menu-bttn {
        margin-left: 9px
    }

    div[id*=ajaxsearchliteres].vertical {
        width: 72%!important
    }
}

@media screen and (max-width: 370px) {
    .bttn-align-div {
        position:absolute;
        bottom: 19px
    }

    #menu-sidebar-wrapper {
        width: 260px!important
    }

    #page.page-move {
        left: -260px!important
    }
}

@media screen and (max-width: 490px) {
    .header-caption {
        position:absolute;
        z-index: 20;
        text-align: center;
        max-width: 1200px;
        margin: 0 auto;
        left: 0;
        right: 0
    }

    .header-cap-text {
        font-size: 12px;
        padding: 0 30px;
        line-height: 16px
    }

    .header-caption h1 {
        font-size: 16px!important
    }

    .blog .header-caption h1 {
        font-size: 26px!important;
        padding-top: 50px
    }

    .header-banner {
        position: relative;
        height: 196px;
        padding-top: 24px
    }

    .header-banner img {
        transform: scale(4);
        -webkit-transform: scale(4);
        -ms-transform: scale(4);
        height: auto;
        width: 100%;
        padding-top: 23px
    }

    .page-template-page-contact .header-banner {
        height: 237px
    }

    .page-template-page-contact .header-banner img {
        padding-top: 34px
    }

    .header-banner:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 150%;
        z-index: 1
    }
}

#menu-sidebar-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: -1px;
    position: fixed;
    right: -390px;
    z-index: 11;
    width: 390px;
    -webkit-transition: .3s;
    transition: .3s
}

#menu-sidebar-wrapper.menu-active:before {
    position: absolute
}

#page.page-move {
    left: -390px
}

#header-wrapper .contact .widget {
    padding: 0 14px
}

#contact-wrapper {
    width: 455px
}

.home .cta-item {
    display: table-cell;
    min-height: 690px;
    max-width: 481px
}

.cta-item,audio,canvas,progress,video {
    display: inline-block
}

legend,pre,select {
    max-width: 100%
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section {
    display: block
}

figure {
    margin: 1em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none
}

b,strong {
    font-weight: 700;
    color: #000
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #eee;
    color: #222
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    padding: 0;
    white-space: normal
}

.custom-logo-link,body:not(.title-tagline-hidden) .site-branding-text {
    vertical-align: middle;
    display: inline-block
}

textarea {
    height: 120px
}

[type=checkbox],[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

#page,.widget_text {
    word-wrap: break-word
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

ins,mark,pre {
    background: #eee
}

h2,h3 {
    color: #000
}

h4,h6,label {
    color: #333
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

address,ol,ul {
    margin: 0 0 1.5em
}

.clear:after,.clear:before,.comment-author:after,.comment-author:before,.comment-content:after,.comment-content:before,.comment-meta:after,.comment-meta:before,.entry-content:after,.entry-content:before,.entry-footer:after,.entry-footer:before,.nav-links:after,.nav-links:before,.pagination:after,.pagination:before,.site-content:after,.site-content:before,.site-footer:after,.site-footer:before,.site-header:after,.site-header:before,.widget-area:after,.widget-area:before,.widget:after,.widget:before {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,.comment-author:after,.comment-content:after,.comment-meta:after,.entry-content:after,.entry-footer:after,.nav-links:after,.pagination:after,.site-content:after,.site-footer:after,.site-header:after,.widget-area:after,.widget:after {
    clear: both
}

body,button,input,select,textarea {
    color: #505050;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px
}

h1,h2 {
    font-size: 28px;
    text-transform: uppercase
}

h1,h2,h3 {
    font-weight: 700
}

h1,h2,h3,h4,h5,h6 {
    clear: both;
    line-height: 1.4;
    margin: 0 0 .75em;
    padding: 1.5em 0 0;
    font-family: 'Hind Vadodara-bold',sans-serif
}

h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child {
    padding-top: 0
}

h1 {
    text-align: left!important
}

.home h1 {
    text-align: center!important
}

.test-full h2 {
    font-size: 32px
}

h3 {
    font-size: 16px!important;
    font-size: 1.125rem
}

h4,h5,h6 {
    font-weight: 800
}

h4 {
    font-size: 16px;
    font-size: 1rem
}

h5 {
    color: #767676;
    font-size: 13px;
    font-size: .8125rem;
    letter-spacing: .15em;
    text-transform: uppercase
}

h6,pre {
    font-size: 15px
}

h6 {
    font-size: .9375rem
}

p {
    margin: 0 0 1.1em;
    padding: 0
}

cite,dfn,em,i {
    font-style: italic
}

blockquote {
    color: #666;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.7;
    margin: 0;
    padding: 0
}

blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 600;
    margin-top: .5em
}

pre {
    font-family: "Courier 10 Pitch",Courier,monospace;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em
}

code,kbd,tt,var {
    font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
    font-size: 15px;
    font-size: .9375rem
}

abbr,acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

ins,mark {
    text-decoration: none
}

big {
    font-size: 125%
}

blockquote,q {
    quotes: """"
}

:focus {
    outline: 0
}

html[lang=ar] body,html[lang=ar] button,html[lang=ar] input,html[lang=ar] select,html[lang=ar] textarea,html[lang=ary] body,html[lang=ary] button,html[lang=ary] input,html[lang=ary] select,html[lang=ary] textarea,html[lang=azb] body,html[lang=azb] button,html[lang=azb] input,html[lang=azb] select,html[lang=azb] textarea,html[lang=fa-IR] body,html[lang=fa-IR] button,html[lang=fa-IR] input,html[lang=fa-IR] select,html[lang=fa-IR] textarea,html[lang=haz] body,html[lang=haz] button,html[lang=haz] input,html[lang=haz] select,html[lang=haz] textarea,html[lang=ps] body,html[lang=ps] button,html[lang=ps] input,html[lang=ps] select,html[lang=ps] textarea,html[lang=ur] body,html[lang=ur] button,html[lang=ur] input,html[lang=ur] select,html[lang=ur] textarea {
    font-family: Tahoma,Arial,sans-serif
}

html[lang=ar] h1,html[lang=ar] h2,html[lang=ar] h3,html[lang=ar] h4,html[lang=ar] h5,html[lang=ar] h6,html[lang=ary] h1,html[lang=ary] h2,html[lang=ary] h3,html[lang=ary] h4,html[lang=ary] h5,html[lang=ary] h6,html[lang=azb] h1,html[lang=azb] h2,html[lang=azb] h3,html[lang=azb] h4,html[lang=azb] h5,html[lang=azb] h6,html[lang=bn-BD] h1,html[lang=bn-BD] h2,html[lang=bn-BD] h3,html[lang=bn-BD] h4,html[lang=bn-BD] h5,html[lang=bn-BD] h6,html[lang=fa-IR] h1,html[lang=fa-IR] h2,html[lang=fa-IR] h3,html[lang=fa-IR] h4,html[lang=fa-IR] h5,html[lang=fa-IR] h6,html[lang=gu-IN] h1,html[lang=gu-IN] h2,html[lang=gu-IN] h3,html[lang=gu-IN] h4,html[lang=gu-IN] h5,html[lang=gu-IN] h6,html[lang=haz] h1,html[lang=haz] h2,html[lang=haz] h3,html[lang=haz] h4,html[lang=haz] h5,html[lang=haz] h6,html[lang=he-IL] h1,html[lang=he-IL] h2,html[lang=he-IL] h3,html[lang=he-IL] h4,html[lang=he-IL] h5,html[lang=he-IL] h6,html[lang=hi-IN] h1,html[lang=hi-IN] h2,html[lang=hi-IN] h3,html[lang=hi-IN] h4,html[lang=hi-IN] h5,html[lang=hi-IN] h6,html[lang=ja] h1,html[lang=ja] h2,html[lang=ja] h3,html[lang=ja] h4,html[lang=ja] h5,html[lang=ja] h6,html[lang=mr-IN] h1,html[lang=mr-IN] h2,html[lang=mr-IN] h3,html[lang=mr-IN] h4,html[lang=mr-IN] h5,html[lang=mr-IN] h6,html[lang=ps] h1,html[lang=ps] h2,html[lang=ps] h3,html[lang=ps] h4,html[lang=ps] h5,html[lang=ps] h6,html[lang=ur] h1,html[lang=ur] h2,html[lang=ur] h3,html[lang=ur] h4,html[lang=ur] h5,html[lang=ur] h6,html[lang^=zh-] h1,html[lang^=zh-] h2,html[lang^=zh-] h3,html[lang^=zh-] h4,html[lang^=zh-] h5,html[lang^=zh-] h6 {
    font-weight: 700
}

html[lang^=zh-] body,html[lang^=zh-] button,html[lang^=zh-] input,html[lang^=zh-] select,html[lang^=zh-] textarea {
    font-family: "PingFang TC","Helvetica Neue",Helvetica,STHeitiTC-Light,Arial,sans-serif
}

html[lang=bg-BG] body,html[lang=bg-BG] button,html[lang=bg-BG] input,html[lang=bg-BG] select,html[lang=bg-BG] textarea,html[lang=ru-RU] body,html[lang=ru-RU] button,html[lang=ru-RU] input,html[lang=ru-RU] select,html[lang=ru-RU] textarea,html[lang=uk] body,html[lang=uk] button,html[lang=uk] input,html[lang=uk] select,html[lang=uk] textarea {
    font-family: "Helvetica Neue",Helvetica,"Segoe UI",Arial,sans-serif
}

html[lang=bg-BG] h1,html[lang=bg-BG] h2,html[lang=bg-BG] h3,html[lang=bg-BG] h4,html[lang=bg-BG] h5,html[lang=bg-BG] h6,html[lang=ru-RU] h1,html[lang=ru-RU] h2,html[lang=ru-RU] h3,html[lang=ru-RU] h4,html[lang=ru-RU] h5,html[lang=ru-RU] h6,html[lang=uk] h1,html[lang=uk] h2,html[lang=uk] h3,html[lang=uk] h4,html[lang=uk] h5,html[lang=uk] h6 {
    font-weight: 700;
    line-height: 1.2
}

html[lang=bn-BD] body,html[lang=bn-BD] button,html[lang=bn-BD] input,html[lang=bn-BD] select,html[lang=bn-BD] textarea,html[lang=gu-IN] body,html[lang=gu-IN] button,html[lang=gu-IN] input,html[lang=gu-IN] select,html[lang=gu-IN] textarea,html[lang=hi-IN] body,html[lang=hi-IN] button,html[lang=hi-IN] input,html[lang=hi-IN] select,html[lang=hi-IN] textarea,html[lang=mr-IN] body,html[lang=mr-IN] button,html[lang=mr-IN] input,html[lang=mr-IN] select,html[lang=mr-IN] textarea {
    font-family: Arial,sans-serif
}

html[lang=el] body,html[lang=el] button,html[lang=el] input,html[lang=el] select,html[lang=el] textarea {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
}

html[lang=el] h1,html[lang=el] h2,html[lang=el] h3,html[lang=el] h4,html[lang=el] h5,html[lang=el] h6 {
    font-weight: 700;
    line-height: 1.3
}

html[lang=he-IL] body,html[lang=he-IL] button,html[lang=he-IL] input,html[lang=he-IL] select,html[lang=he-IL] textarea {
    font-family: "Arial Hebrew",Arial,sans-serif
}

html[lang=ja] body,html[lang=ja] button,html[lang=ja] input,html[lang=ja] select,html[lang=ja] textarea {
    font-family: "Hiragino Kaku Gothic Pro",Meiryo,sans-serif
}

html[lang=ko-KR] body,html[lang=ko-KR] button,html[lang=ko-KR] input,html[lang=ko-KR] select,html[lang=ko-KR] textarea {
    font-family: "Apple SD Gothic Neo","Malgun Gothic","Nanum Gothic",Dotum,sans-serif
}

html[lang=ko-KR] h1,html[lang=ko-KR] h2,html[lang=ko-KR] h3,html[lang=ko-KR] h4,html[lang=ko-KR] h5,html[lang=ko-KR] h6 {
    font-weight: 600
}

input[type=checkbox]+label,input[type=radio]+label,label {
    font-weight: 400
}

html[lang=th] h1,html[lang=th] h2,html[lang=th] h3,html[lang=th] h4,html[lang=th] h5,html[lang=th] h6 {
    line-height: 1.65;
    font-family: "Sukhumvit Set","Helvetica Neue",Helvetica,Arial,sans-serif
}

html[lang=th] body,html[lang=th] button,html[lang=th] input,html[lang=th] select,html[lang=th] textarea {
    line-height: 1.8;
    font-family: "Sukhumvit Set","Helvetica Neue",Helvetica,Arial,sans-serif
}

html[lang=ar] *,html[lang=ary] *,html[lang=azb] *,html[lang=bg-BG] *,html[lang=bn-BD] *,html[lang=el] *,html[lang=gu-IN] *,html[lang=haz] *,html[lang=he-IL] *,html[lang=hi-IN] *,html[lang=ja] *,html[lang=ko-KR] *,html[lang=mr-IN] *,html[lang=ps] *,html[lang=ru-RU] *,html[lang=th] *,html[lang=uk] *,html[lang^=zh-] * {
    letter-spacing: 0!important
}

.request-form {
    padding: 20px 40px;
    border: 1px solid #c9c9c9;
    border-radius: 1px;
    background-color: #f2f2f2
}

::-webkit-input-placeholder {
    color: #c9c9c9!important
}

:-moz-placeholder {
    color: #c9c9c9!important
}

::-moz-placeholder {
    color: #c9c9c9!important
}

:-ms-input-placeholder {
    color: #c9c9c9!important
}

label {
    display: block;
    margin-bottom: 0
}

.footer-row label {
    color: #fff;
    display: inline
}

.footer-row label strong {
    color: #fff
}

label p {
    margin: 0
}

label p span {
    color: red
}

input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea {
    color: #8e8e8e;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));
    border: 1px solid #bbb;
    border-radius: 3px;
    display: block;
    padding: .5em;
    width: 100%
}

input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=range]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus {
    color: #2f2f2f;
    border-color: #fcb801
}

select {
    border: 1px solid #bbb;
    border-radius: 3px;
    height: 3em
}

input[type=checkbox],input[type=radio] {
    cursor: pointer;
    position: relative;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#222),to(#45484d));
    background: linear-gradient(to bottom,#222 0,#45484d 100%);
    border-radius: 0
}

button,input[type=button],input[type=submit] {
    border: 0;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    font-weight: 800;
    line-height: 1;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
    background-color: #237d92;
    color: #fff;
    padding: 12px 27px;
    font-size: 20px;
    margin: 20px 0 0;
    display: block;
    border-bottom: 3px solid #1b5461;
    width: 100%;
    float: left
}

button#load-more {
    background-color: #000;
    border: 0;
    text-align: left;
    text-transform: uppercase;
    position: relative
}

button#load-more:after {
    content: '\f078';
    font-family: fontawesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 23%;
    pointer-events: none;
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
    -webkit-transition: .1s ease;
    transition: .1s ease;
    -webkit-transform-origin: 50% 53%;
    color: #fcb801
}

input+button,input+input[type=button],input+input[type=submit] {
    padding: .75em 2em
}

button.secondary,input[type=button].secondary,input[type=reset],input[type=reset].secondary,input[type=submit].secondary {
    background-color: #ddd;
    color: #222
}

button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=submit]:focus,input[type=submit]:hover {
    background: #237d92;
    border-bottom: 0;
    position: relative;
    top: 3px;
    color: #fff
}

button.secondary:focus,button.secondary:hover,input[type=button].secondary:focus,input[type=button].secondary:hover,input[type=reset].secondary:focus,input[type=reset].secondary:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit].secondary:focus,input[type=submit].secondary:hover {
    background: #bbb
}

::-webkit-input-placeholder {
    font-family: "Hind Vadodara","Helvetica Neue",helvetica,arial,sans-serif
}

:-moz-placeholder {
    font-family: "Hind Vadodara","Helvetica Neue",helvetica,arial,sans-serif
}

::-moz-placeholder {
    font-family: "Hind Vadodara","Helvetica Neue",helvetica,arial,sans-serif;
    opacity: 1
}

.post-thumbnail a:focus img,.post-thumbnail a:hover img,.site-branding a:focus,.site-branding a:hover {
    opacity: .7
}

:-ms-input-placeholder {
    font-family: "Hind Vadodara","Helvetica Neue",helvetica,arial,sans-serif
}

hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ol,ul {
    padding: 0
}

ul {
    list-style: disc
}

.content-area ul {
    margin-left: 25px;
    margin-bottom: -8px
}

.content-area ul li {
    padding-bottom: 20px
}

td,th {
    padding: .4em
}

ol {
    list-style: decimal
}

li>ol,li>ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%
}

thead th {
    border-bottom: 2px solid #bbb;
    padding-bottom: .5em
}

.main-navigation li,.navigation-top,tr {
    border-bottom: 1px solid #eee
}

th {
    text-align: left
}

td:first-child,th:first-child {
    padding-left: 0
}

td:last-child,th:last-child {
    padding-right: 0
}

a {
    color: #222;
    text-decoration: none
}

a:focus {
    outline: dotted thin
}

a:active,a:hover {
    color: #000;
    outline: 0
}

.comment-metadata a,.comment-metadata a.comment-edit-link,.comment-navigation a,.comment-reply-link,.comments-pagination a,.edit-link a,.entry-footer .cat-links a,.entry-footer .tags-links a,.entry-footer a,.entry-meta a,.entry-title a,.logged-in-as a,.page-links a,.page-links a .page-number,.pagination a,.post-navigation a,.site-footer .widget-area ul li a,.site-info a,.widget .widget-title a,.widget ul li a,a .nav-title {
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,1);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,1);
    text-decoration: none;
    -webkit-transition: color 80ms ease-in,-webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in,-webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in,box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in,box-shadow 130ms ease-in-out,-webkit-box-shadow 130ms ease-in-out
}

.entry-content a img,.widget a img {
    -webkit-box-shadow: 0 0 0 8px #fff;
    box-shadow: 0 0 0 8px #fff
}

.post-navigation a:focus .icon,.post-navigation a:hover .icon {
    color: #222
}

.post-thumbnail {
    margin-bottom: 1em;
    height: 280px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    background-size: cover;
    background-position: center
}

.post-thumbnail a {
    width: 100%;
    height: 100%;
    display: block
}

.single .post-thumbnail.default-img {
    display: none
}

.post-thumbnail img {
    border: 1px solid #dedede
}

.post-thumbnail a img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.navigation-top {
    background: #fff;
    border-top: 1px solid #eee;
    font-size: 16px;
    font-size: 1rem;
    position: relative
}

.navigation-top .wrap {
    max-width: 1000px;
    padding: 0
}

.navigation-top a {
    color: #222;
    font-weight: 600;
    -webkit-transition: color .2s;
    transition: color .2s
}

.main-navigation a:hover,.navigation-top .current-menu-item>a,.navigation-top .current_page_item>a {
    color: #767676
}

.main-navigation {
    clear: both;
    display: block
}

.main-navigation ul {
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0 1.5em;
    text-align: left
}

.js .main-navigation ul,.main-navigation .menu-item-has-children>a>.icon,.main-navigation .page_item_has_children>a>.icon,.main-navigation ul a>.icon {
    display: none
}

.js .main-navigation.toggled-on>div>ul,.main-navigation ul ul.toggled-on {
    display: block
}

.main-navigation>div>ul {
    border-top: 1px solid #eee;
    padding: .75em 1.695em
}

.main-navigation ul ul {
    padding: 0 0 0 1.5em
}

.main-navigation ul ul a {
    letter-spacing: 0;
    padding: .4em 0;
    position: relative;
    text-transform: none
}

.main-navigation li {
    position: relative
}

.main-navigation li li,.main-navigation li:last-child {
    border: 0
}

.main-navigation a {
    display: block;
    padding: .5em 0;
    text-decoration: none
}

.dropdown-toggle,.menu-toggle {
    background-color: transparent;
    border: 0;
    color: #222;
    line-height: 1.5;
    text-shadow: none
}

.menu-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 800;
    margin: 1px auto 2px;
    padding: 1em
}

.js .menu-toggle,.main-navigation.toggled-on ul.nav-menu {
    display: block
}

.menu-toggle:focus,.menu-toggle:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.menu-toggle:focus {
    outline: solid thin
}

.menu-toggle .icon {
    margin-right: .5em;
    top: -2px
}

.menu-toggle .icon-close,.toggled-on .menu-toggle .icon-bars {
    display: none
}

.toggled-on .menu-toggle .icon-close {
    display: inline-block
}

.dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    font-size: 16px;
    right: -.5em;
    margin: 0 auto;
    padding: .5em;
    position: absolute;
    top: 0
}

.mobile-menu-bttn,.mobile-menu-bttn.bttn-active,.mobile-menu-bttn2,.mobile-menu-bttn2.bttn-active {
    padding: 7px 20px;
    line-height: 20px;
    position: relative;
    text-align: center;
    float: left
}

.dropdown-toggle:focus,.dropdown-toggle:hover {
    background: 0 0
}

.dropdown-toggle:focus {
    outline: dotted thin
}

.dropdown-toggle.toggled-on .icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.site-header .menu-scroll-down {
    display: none
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,:after,:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.mobile-menu-bttn,.mobile-menu-bttn2 {
    background-color: #000;
    width: 145px;
    color: #fefefe
}

.mobile-menu-bttn.bttn-active:after,.mobile-menu-bttn2.bttn-active:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.mobile-menu-bttn2:after,.mobile-menu-bttn:after {
    content: '\f053';
    font-family: fontawesome;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 32%;
    pointer-events: none;
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
    -webkit-transition: .1s ease;
    transition: .1s ease;
    -webkit-transform-origin: 50% 53%;
    color: #fcb801;
    float: left
}

.custom-header-media:before,.entry-content .more-link:before,.panel-image:before,.wrap:after {
    content: ""
}

#page,#scroll-thing,body {
    position: relative
}

.mobile-menu-bttn {
    margin-right: 10px
}

#home-slider-wrapper .owl-dots {
    display: none!important
}

.padding-single {
    height: 40px
}

#scroll-thing {
    background-color: #000;
    z-index: 9
}

.test-page .test-text {
    padding: 50px 30px 40px 120px;
    border-bottom: 1px solid #bebebe;
    background-image: url(/wp-content/uploads/2017/02/quote-yellow.png);
    background-repeat: no-repeat;
    background-position: 1% 50%
}

.test-text h3 {
    padding-top: 0
}

body {
    background: #fff
}

#page {
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden
}

.googlething {
    margin: 0 auto
}

#page.page-move {
    position: fixed;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translate(1px,0);
    overflow: hidden;
    height: 100%;
    width: 100%
}

#masthead .wrap,.custom-header,.site-branding,.site-header {
    position: relative
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    padding-left: 2em;
    padding-right: 2em
}

.archive .wrap {
    padding-top: 60px
}

.page-id-30 .wrap {
    margin-top: 30px
}

.blog .wrap {
    padding-top: 60px
}

.wrap:after {
    clear: both;
    display: block
}

.site-header {
    background-color: #fafafa
}

.site-branding {
    padding: 1em 0;
    -webkit-transition: margin-bottom .2s;
    transition: margin-bottom .2s;
    z-index: 3
}

.site-branding a {
    text-decoration: none;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.site-title {
    clear: none;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: .08em;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

.site-title,.site-title a {
    color: #222;
    opacity: 1
}

body.has-header-image .site-title,body.has-header-image .site-title a,body.has-header-video .site-title,body.has-header-video .site-title a {
    color: #fff
}

.site-description {
    color: #666;
    font-size: 13px;
    font-size: .8125rem;
    margin-bottom: 0
}

body.has-header-image .site-description,body.has-header-video .site-description {
    color: #fff;
    opacity: .8
}

.custom-logo-link {
    padding-right: 1em;
    width: auto
}

.custom-logo-link img {
    display: inline-block;
    max-height: 80px;
    width: auto
}

body.home.title-tagline-hidden.has-header-image .custom-logo-link img,body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
    max-height: 200px;
    max-width: 100%
}

.custom-logo-link a:focus,.custom-logo-link a:hover {
    opacity: .9
}

.has-header-image.home.blog .custom-header,.has-header-image.twentyseventeen-front-page .custom-header,.has-header-video.home.blog .custom-header,.has-header-video.twentyseventeen-front-page .custom-header {
    display: table;
    height: 300px;
    height: 75vh;
    width: 100%
}

.custom-header-media {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.custom-header-media:before {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(75%,rgba(0,0,0,.3)),to(rgba(0,0,0,.3)));
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.3) 75%,rgba(0,0,0,.3) 100%);
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2
}

.has-header-image .custom-header-media img,.has-header-video .custom-header-media iframe,.has-header-video .custom-header-media video {
    position: fixed;
    height: auto;
    left: 50%;
    max-width: 1000%;
    min-height: 100%;
    min-width: 100%;
    min-width: 100vw;
    width: auto;
    top: 50%;
    padding-bottom: 1px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.wp-custom-header .wp-custom-header-video-button {
    background-color: rgba(34,34,34,.5);
    border: 1px solid rgba(255,255,255,.6);
    color: rgba(255,255,255,.6);
    height: 45px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 30px;
    top: 30px;
    -webkit-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .3s ease-in-out;
    transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .3s ease-in-out;
    width: 45px
}

.wp-custom-header .wp-custom-header-video-button:focus,.wp-custom-header .wp-custom-header-video-button:hover {
    border-color: rgba(255,255,255,.8);
    background-color: rgba(34,34,34,.8);
    color: #fff
}

.admin-bar .wp-custom-header-video-button {
    top: 62px
}

.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
    bottom: 0;
    position: absolute;
    top: auto;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
}

@supports ((-o-object-fit: cover) or (object-fit:cover)) {
    .has-header-image .custom-header-media img,.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img,.has-header-video .custom-header-media iframe,.has-header-video .custom-header-media video {
        height:100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        -webkit-transform: none;
        transform: none;
        width: 100%
    }
}

body:not(.has-header-image):not(.has-header-video) .custom-header-media {
    display: none
}

.has-header-image.home.blog .site-branding,.has-header-image.twentyseventeen-front-page .site-branding,.has-header-video.home.blog .site-branding,.has-header-video.twentyseventeen-front-page .site-branding {
    display: table-cell;
    height: 100%;
    vertical-align: bottom
}

.twentyseventeen-front-page .site-content {
    padding: 0
}

.twentyseventeen-panel {
    overflow: hidden;
    position: relative
}

.panel-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.panel-image:before {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),to(rgba(0,0,0,.3)));
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.3) 100%);
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    top: 100px
}

.panel-content,.sticky {
    position: relative
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
    border-top: 1px solid #ddd
}

.panel-content .wrap {
    padding-bottom: .5em;
    padding-top: 1.75em
}

.twentyseventeen-panel .edit-link {
    display: block;
    margin: .3em 0 0
}

.twentyseventeen-panel .entry-header .edit-link {
    font-size: 14px;
    font-size: .875rem
}

.twentyseventeen-front-page .panel-content .recent-posts article {
    border: 0;
    color: #333;
    margin-bottom: 3em
}

.recent-posts .entry-header {
    margin-bottom: 1.2em
}

.page .panel-content .recent-posts .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none
}

.twentyseventeen-panel .recent-posts .entry-header .edit-link {
    color: #222;
    display: inline-block;
    font-size: 11px;
    font-size: .6875rem;
    margin-left: 1em
}

.site-content-contain {
    background-color: #fff;
    position: relative;
    padding-top: 94px;
    overflow: hidden
}

.site-content {
    padding: 2.5em 0 0;
    overflow: hidden
}

.post:not(.sticky) .icon-thumb-tack {
    display: none
}

.sticky .icon-thumb-tack {
    display: block;
    height: 18px;
    left: -1.5em;
    position: absolute;
    top: 1.65em;
    width: 20px
}

.page .panel-content .entry-title,.page-title,body.page:not(.twentyseventeen-front-page) .entry-title {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: -1px;
    text-transform: uppercase;
    padding-bottom: 9px
}

.comment-metadata,.entry-meta,.nav-subtitle,h2.widget-title {
    letter-spacing: .1818em;
    text-transform: uppercase
}

.entry-header .entry-title {
    margin-bottom: .25em
}

.entry-title a {
    color: #333;
    text-decoration: none;
    margin-left: -2px
}

.entry-meta,.entry-meta a {
    color: #767676;
    box-shadow: none
}

.entry-title:not(:first-child) {
    padding-top: 0
}

.entry-meta {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 800;
    padding-bottom: .25em
}

.byline,.updated:not(.published) {
    display: none
}

.group-blog .byline,.single .byline {
    display: inline
}

.comments-pagination,.pagination {
    border-top: 1px solid #eee;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 800;
    padding: 2em 0 3em;
    text-align: center
}

.comments-pagination .icon,.pagination .icon {
    width: .666666666em;
    height: .666666666em
}

.comments-pagination {
    border: 0
}

.page-numbers {
    display: none;
    padding: .5em .75em
}

.page-numbers.current {
    color: #767676;
    display: inline-block
}

.page-numbers.current .screen-reader-text {
    clip: auto;
    height: auto;
    overflow: auto;
    position: relative!important;
    width: auto
}

.next.page-numbers,.prev.page-numbers {
    background-color: #ddd;
    border-radius: 2px;
    display: inline-block;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    padding: .25em .5em .4em;
    -webkit-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .3s ease-in-out;
    transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .3s ease-in-out
}

.next.page-numbers:focus,.next.page-numbers:hover,.prev.page-numbers:focus,.prev.page-numbers:hover {
    background-color: #767676;
    color: #fff
}

.prev.page-numbers {
    float: left
}

.next.page-numbers,.widget_rss .widget-title .rsswidget:first-child {
    float: right
}

.entry-content blockquote.alignleft,.entry-content blockquote.alignright {
    color: #666;
    font-size: 13px;
    font-size: .8125rem;
    width: 48%
}

.archive .site-main>article,.blog .site-main>article,.search .site-main>article {
    padding-bottom: 2em
}

body:not(.twentyseventeen-front-page) .entry-header {
    padding: 0 0 1em
}

body:not(.twentyseventeen-front-page) #comments,body:not(.twentyseventeen-front-page) .entry-content,body:not(.twentyseventeen-front-page) .entry-header {
    margin-left: auto;
    margin-right: auto
}

.archive .entry-meta a.post-edit-link,.blog .entry-meta a.post-edit-link,.search .entry-meta a.post-edit-link {
    color: #222;
    display: inline-block;
    margin-left: 1em;
    white-space: nowrap
}

.search .page .entry-meta a.post-edit-link {
    margin-left: 0;
    white-space: nowrap
}

.taxonomy-description {
    color: #666;
    font-size: 13px;
    font-size: .8125rem
}

.archive.page-one-column:not(.has-sidebar) #primary,.archive.page-one-column:not(.has-sidebar) .page-header,.page.page-one-column:not(.twentyseventeen-front-page) #primary,.single-post:not(.has-sidebar) #primary {
    margin-left: auto;
    margin-right: auto;
    max-width: 740px
}

.single-featured-image-header {
    background-color: #fafafa;
    border-bottom: 1px solid #eee
}

.single-featured-image-header img {
    display: block;
    margin: auto
}

.page-links {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 800;
    padding: 2em 0 3em
}

.page-links .page-number {
    color: #767676;
    display: inline-block;
    padding: .5em 1em
}

.page-links a {
    display: inline-block
}

.page-links a .page-number {
    color: #222
}

.entry-footer {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-top: 2em;
    padding: 2em 0
}

.entry-footer .cat-links,.entry-footer .tags-links {
    display: block;
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 800;
    letter-spacing: .1818em;
    padding-left: 2.5em;
    position: relative;
    text-transform: uppercase
}

.entry-footer .cat-links+.tags-links {
    margin-top: 1em
}

.entry-footer .cat-links a,.entry-footer .tags-links a {
    color: #333
}

.entry-footer .cat-links .icon,.entry-footer .tags-links .icon {
    color: #767676;
    left: 0;
    margin-right: .5em;
    position: absolute;
    top: 2px
}

.entry-footer .edit-link {
    display: inline-block
}

.entry-footer .edit-link a.post-edit-link {
    background-color: #222;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 800;
    margin-top: 2em;
    padding: .7em 2em;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    white-space: nowrap
}

.entry-footer .edit-link a.post-edit-link:focus,.entry-footer .edit-link a.post-edit-link:hover {
    background-color: #767676
}

.archive .format-aside .entry-title,.archive .format-status .entry-title,.blog .format-aside .entry-title,.blog .format-status .entry-title {
    display: none
}

.format-quote blockquote {
    color: #333;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    overflow: visible;
    position: relative
}

.format-quote blockquote .icon {
    display: block;
    height: 20px;
    left: -1.25em;
    position: absolute;
    top: .4em;
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1);
    width: 20px
}

.post-navigation {
    font-weight: 800;
    margin: 3em 0
}

.post-navigation .nav-links {
    padding: 1em 0
}

.nav-subtitle {
    background: 0 0;
    color: #767676;
    display: block;
    font-size: 11px;
    font-size: .6875rem;
    margin-bottom: 1em
}

.nav-title {
    color: #333;
    font-size: 15px;
    font-size: .9375rem
}

.post-navigation .nav-next {
    margin-top: 1.5em
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
    margin-right: .5em
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
    margin-left: .5em
}

.page-header {
    padding-bottom: 2em
}

.page .entry-header .edit-link {
    font-size: 14px;
    font-size: .875rem
}

.search .page .entry-header .edit-link {
    font-size: 11px;
    font-size: .6875rem
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.page:not(.home) #content {
    padding-bottom: 1.5em
}

.error404 .page-content {
    padding-bottom: 4em
}

.error404 .page-content .search-form,.search .page-content .search-form {
    margin-bottom: 3em
}

.site-footer {
    background-color: #000
}

.site-footer .wrap {
    padding-bottom: 1.5em;
    padding-top: 2em;
    color: #fff;
    font-family: 'Hind Vadodara',sans-serif;
    font-weight: 100
}

.footer-widget-2 {
    text-align: right;
    font-size: 16px
}

.copyright.searchquest {
    display: inline-block
}

.copyright.searchquest a {
    font-weight: 700;
    color: #fcb801!important;
    -webkit-transition: .5s;
    transition: .5s
}

.copyright.searchquest a:hover {
    color: #fff!important
}

.site-footer .wrap a {
    color: #fff
}

.site-footer .wrap a:hover {
    color: #fcb801
}

.site-footer .widget-area {
    padding-bottom: 2em;
    padding-top: 2em
}

.social-navigation {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1em
}

.social-navigation ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0
}

.social-navigation li {
    display: inline
}

.social-navigation a {
    background-color: #767676;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    height: 40px;
    margin: 0 1em .5em 0;
    text-align: center;
    width: 40px
}

.social-navigation a:focus,.social-navigation a:hover {
    background-color: #333
}

.social-navigation .icon {
    height: 16px;
    top: 12px;
    width: 16px;
    vertical-align: top
}

.site-info {
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 1em
}

.site-info a {
    color: #666
}

.site-info .sep {
    margin: 0;
    display: block;
    height: 0;
    width: 100%
}

.comment-author .says,.comment-list li:before {
    display: none
}

#comments {
    clear: both;
    padding: 2em 0 .5em
}

.comments-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 1.5em
}

.comment-list,.comment-list .children {
    list-style: none;
    margin: 0;
    padding: 0
}

.comment-body {
    margin-left: 65px
}

.comment-author {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: .4em;
    position: relative;
    z-index: 2
}

.comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px
}

.widget_recent_entries .post-date,.widget_rss .widget-title .rsswidget:first-child img {
    display: block
}

.comment-meta {
    margin-bottom: 1.5em
}

.comment-metadata {
    color: #767676;
    font-size: 10px;
    font-size: .625rem;
    font-weight: 800
}

.comment-metadata a {
    color: #767676
}

.comment-metadata a.comment-edit-link {
    color: #222;
    margin-left: 1em
}

.comment-body {
    color: #333;
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 4em
}

.comment-reply-link {
    font-weight: 800;
    position: relative
}

.comment-reply-link .icon {
    color: #222;
    left: -2em;
    height: 1em;
    position: absolute;
    top: 0;
    width: 1em
}

.search-form,.widget ul li ul {
    position: relative
}

.children .comment-author .avatar {
    height: 30px;
    left: -45px;
    width: 30px
}

.bypostauthor>.comment-body>.comment-meta>.comment-author .avatar {
    border: 1px solid #333;
    padding: 2px
}

.comment-awaiting-moderation,.no-comments {
    color: #767676;
    font-size: 14px;
    font-size: .875rem;
    font-style: italic
}

.comments-pagination {
    margin: 2em 0 3em
}

.form-submit {
    text-align: right
}

#secondary {
    padding: 1em 0 2em
}

#secondary a:hover {
    color: #b6b6b6
}

h2.widget-title {
    color: #222;
    font-weight: 800;
    font-size: 1.625rem!important;
    margin-bottom: 26px!important
}

.widget-title a {
    color: inherit
}

.widget select {
    width: 100%
}

.widget ul {
    list-style: none;
    margin: 0
}

.widget ul li {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: .5em 0
}

.widget ul li+li {
    margin-top: -1px
}

.widget ul li ul {
    margin: 0 0 -1px;
    padding: 0
}

.widget ul li li {
    border: 0;
    padding-left: 1.5rem
}

.widget-grofile ul.grofile-links li ul,.widget_meta ul li ul,.widget_pages ul li ul,.widget_rss_links ul li ul,.widget_top-posts ul li ul {
    bottom: 0
}

.widget-grofile ul.grofile-links li,.widget-grofile ul.grofile-links li li,.widget_nav_menu ul li li,.widget_rss_links ul li,.widget_rss_links ul li li,.widget_top-posts ul li,.widget_top-posts ul li li {
    padding-bottom: .25em;
    padding-top: .25em
}

.widget_rss ul li {
    padding: 2.125em 0
}

.widget .post-date,.widget .rss-date {
    font-size: .81em
}

.widget_rss .widget-title .rsswidget:first-child:hover {
    background-color: transparent
}

.widget_rss ul li:first-child {
    border-top: none;
    padding-top: 0
}

.widget_rss li .rsswidget {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.4
}

.widget_rss .rss-date,.widget_rss li cite {
    color: #767676;
    display: block;
    font-size: 10px;
    font-size: .625rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .18em;
    line-height: 1.5;
    text-transform: uppercase
}

.widget_rss .rss-date {
    margin: .5em 0 1.5em;
    padding: 0
}

.widget_contact_info .contact-map,.widget_rss .rssSummary {
    margin-bottom: .5em
}

.widget-grofile h4 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0
}

.widget_recent_comments table,.widget_recent_comments td,.widget_recent_comments th {
    border: 0
}

.search-form .search-submit {
    bottom: 3px;
    padding: .5em 1em;
    position: absolute;
    right: 3px;
    top: 3px;
    margin-top: 5px;
    float: right;
    cursor: pointer
}

button.search-submit {
    background-color: #000;
    width: 60px;
    height: 50px;
    float: none;
    padding: 20px;
    border-bottom: 0 solid #383838;
    cursor: pointer
}

.search-form .search-submit button {
    width: 10px
}

.search-form .search-submit .icon {
    height: 24px;
    top: -2px;
    width: 24px
}

.tagcloud,.widget_tag_cloud,.wp_widget_tag_cloud {
    line-height: 1.5
}

.widget .tagcloud a,.widget.widget_tag_cloud a,.wp_widget_tag_cloud a {
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    float: left;
    font-size: 14px!important;
    font-size: .875rem!important;
    margin: 4px 4px 0 0!important;
    padding: 4px 10px 5px!important;
    position: relative;
    -webkit-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .3s ease-in-out;
    transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .3s ease-in-out;
    width: auto;
    word-wrap: break-word;
    z-index: 0
}

.widget .tagcloud a:focus,.widget .tagcloud a:hover,.widget.widget_tag_cloud a:focus,.widget.widget_tag_cloud a:hover,.wp_widget_tag_cloud a:focus,.wp_widget_tag_cloud a:hover {
    border-color: #bbb;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.widget_calendar td,.widget_calendar th {
    text-align: center
}

.widget_calendar tfoot td {
    border: 0
}

img,video {
    height: auto;
    max-width: 100%
}

img.alignleft,img.alignright {
    float: none;
    margin: 0
}

.comment-content .wp-smiley,.entry-content .wp-smiley,.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.gallery-caption,.wp-caption,embed,iframe,object {
    margin-bottom: 1.5em;
    max-width: 100%
}

.gallery-caption,.wp-caption {
    color: #666;
    font-size: 13px;
    font-size: .8125rem;
    font-style: italic
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.gallery-item,.icon {
    display: inline-block
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.mejs-container {
    margin-bottom: 1.5em
}

.mejs-controls a.mejs-horizontal-volume-slider,.mejs-controls a.mejs-horizontal-volume-slider:focus,.mejs-controls a.mejs-horizontal-volume-slider:hover {
    background: 0 0;
    border: 0
}

.site-content .wp-playlist-light {
    border-color: #eee;
    color: #222
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
    color: #333
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
    color: #767676
}

.site-content .wp-playlist-dark .wp-playlist-caption,.site-content .wp-playlist-light .wp-playlist-item:focus a,.site-content .wp-playlist-light .wp-playlist-item:hover a,.site-content .wp-playlist-light a.wp-playlist-caption:hover {
    color: #fff
}

.site-content .wp-playlist-light .wp-playlist-item {
    border-bottom: 1px dotted #eee;
    -webkit-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .3s ease-in-out;
    transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .3s ease-in-out
}

.site-content .wp-playlist-light .wp-playlist-item:focus,.site-content .wp-playlist-light .wp-playlist-item:hover {
    border-bottom-color: transparent;
    background-color: #767676;
    color: #fff
}

.site-content .wp-playlist-dark {
    background: #222;
    border-color: #333
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls,.site-content .wp-playlist-dark .wp-playlist-playing {
    background-color: #333
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
    color: #eee
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
    color: #aaa
}

.site-content .wp-playlist-dark .wp-playlist-item {
    border-bottom: 1px dotted #555;
    -webkit-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .3s ease-in-out;
    transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .3s ease-in-out
}

.site-content .wp-playlist-dark .wp-playlist-item:focus,.site-content .wp-playlist-dark .wp-playlist-item:hover {
    border-bottom-color: transparent;
    background-color: #aaa;
    color: #222
}

.site-content .wp-playlist-dark .wp-playlist-item:focus a,.site-content .wp-playlist-dark .wp-playlist-item:hover a,.site-content .wp-playlist-dark a.wp-playlist-caption:hover {
    color: #222
}

.site-content .wp-playlist {
    padding: .625em .625em .3125em
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
    font-weight: 700
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
    font-style: normal
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
    font-size: 10px;
    font-size: .625rem;
    font-weight: 800;
    letter-spacing: .1818em;
    text-transform: uppercase
}

.site-content .wp-playlist-item {
    padding: 0 .3125em;
    cursor: pointer
}

.site-content .wp-playlist-item:last-of-type {
    border-bottom: none
}

.site-content .wp-playlist-item a {
    padding: .3125em 0;
    border-bottom: none
}

.site-content .wp-playlist-item a,.site-content .wp-playlist-item a:focus,.site-content .wp-playlist-item a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0
}

.site-content .wp-playlist-item-length {
    top: 5px
}

.icon {
    fill: currentColor;
    height: 1em;
    position: relative;
    top: -.0625em;
    vertical-align: middle;
    width: 1em
}

.gallery-item {
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%
}

.gallery-columns-1 .gallery-item {
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-item a,.gallery-item a:focus,.gallery-item a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    display: inline-block;
    max-width: 100%
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter .2s ease-in;
    transition: -webkit-filter .2s ease-in;
    transition: filter .2s ease-in;
    transition: filter .2s ease-in,-webkit-filter .2s ease-in;
    transition: filter .2s ease-in,-webkit-filter .2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.gallery-item a:focus img,.gallery-item a:hover img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%)
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0
}

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:after {
    border: 2px dashed #0085ba;
    bottom: 1em;
    content: "";
    display: block;
    left: 1em;
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 1
}

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .panel-content {
    z-index: 2
}

.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .twentyseventeen-panel-title {
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 3em;
    text-transform: uppercase;
    text-align: center
}

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:nth-of-type(1):after {
    border: none
}

.twentyseventeen-front-page.twentyseventeen-customizer #primary article.panel-placeholder {
    border: 0
}

.twentyseventeen-panel .customize-partial-edit-shortcut button {
    top: 30px;
    left: 30px
}

.twentyseventeen-panel .customize-partial-edit-shortcut-hidden:before {
    visibility: visible
}

.svg-fallback {
    display: none
}

.no-svg .svg-fallback {
    display: inline-block
}

.no-svg .dropdown-toggle {
    padding: .5em 0 0;
    right: 0;
    text-align: center;
    width: 2em
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
    content: "\005E"
}

.no-svg .social-navigation a {
    background: 0 0;
    color: #222;
    height: auto;
    width: auto
}

.no-svg .next.page-numbers .screen-reader-text,.no-svg .prev.page-numbers .screen-reader-text,.no-svg .search-submit .screen-reader-text,.no-svg .social-navigation li a .screen-reader-text {
    clip: auto;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    height: auto;
    position: relative!important;
    width: auto
}

@media screen and (min-width: 20em) {
    body.customize-partial-edit-shortcuts-shown .site-header .site-title {
        padding-left:0
    }
}

@media screen and (min-width: 30em) {
    body,button,input,select,textarea {
        font-size:18px;
        font-size: 1.125rem
    }

    h1 {
        font-size: 30px;
        font-size: 32px
    }

    .page .panel-content .recent-posts .entry-title,h2 {
        font-size: 26px;
        font-size: 1.625rem
    }

    h3 {
        font-size: 22px;
        font-size: 1.375rem
    }

    h4 {
        font-size: 18px;
        font-size: 1.125rem
    }

    h5 {
        font-size: 13px;
        font-size: .8125rem
    }

    h6 {
        font-size: 16px;
        font-size: 1rem
    }

    .entry-content blockquote.alignleft,.entry-content blockquote.alignright {
        font-size: 14px;
        font-size: .875rem
    }

    img.alignleft {
        float: left;
        margin-right: 1.5em
    }

    img.alignright {
        float: right;
        margin-left: 1.5em
    }

    .site-branding {
        padding: 3em 0
    }

    .panel-content .wrap {
        padding-bottom: 2em
    }

    .page-one-column .panel-content .wrap {
        max-width: 740px
    }

    .panel-content .entry-header {
        margin-bottom: 4.5em
    }

    .panel-content .recent-posts .entry-header {
        margin-bottom: 0
    }

    .taxonomy-description {
        font-size: 14px;
        font-size: .875rem
    }

    .page-numbers.current,.site-footer {
        font-size: 16px;
        font-size: 1rem
    }

    .gallery-item {
        max-width: 25%
    }

    .gallery-columns-1 .gallery-item {
        max-width: 100%
    }

    .gallery-columns-2 .gallery-item {
        max-width: 50%
    }

    .gallery-columns-3 .gallery-item {
        max-width: 33.33%
    }

    .gallery-columns-4 .gallery-item {
        max-width: 25%
    }
}

@media screen and (min-width: 48em) {
    body,button,input,select,textarea {
        font-size:16px;
        font-size: 1rem;
        line-height: 1.5
    }

    .entry-content blockquote.alignleft,.entry-content blockquote.alignright {
        font-size: 13px;
        font-size: .8125rem
    }

    .wrap {
        max-width: 1400px;
        padding-left: 3em;
        padding-right: 3em
    }

    .has-sidebar:not(.error404) #primary {
        float: left;
        width: 69%
    }

    .has-sidebar #secondary {
        float: right;
        padding-top: 0;
        width: 29%
    }

    .error404 #primary {
        float: none
    }

    .site-branding {
        margin-bottom: 0
    }

    .has-header-image.home.blog .site-branding,.has-header-image.twentyseventeen-front-page .site-branding,.has-header-video.home.blog .site-branding,.has-header-video.twentyseventeen-front-page .site-branding {
        bottom: 0;
        display: block;
        left: 0;
        height: auto;
        padding-top: 0;
        position: absolute;
        width: 100%
    }

    .has-header-image.home.blog .custom-header,.has-header-image.twentyseventeen-front-page .custom-header,.has-header-video.home.blog .custom-header,.has-header-video.twentyseventeen-front-page .custom-header {
        display: block;
        height: auto
    }

    .custom-header-media {
        height: 165px;
        position: relative
    }

    .home.blog.has-header-image .custom-header-media,.home.blog.has-header-video .custom-header-media,.twentyseventeen-front-page.has-header-image .custom-header-media,.twentyseventeen-front-page.has-header-video .custom-header-media {
        position: relative
    }

    .has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media,.has-header-video:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
        bottom: 0;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }

    .custom-logo-link {
        padding-right: 2em
    }

    .custom-logo-link img,body.home.title-tagline-hidden.has-header-image .custom-logo-link img,body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
        max-width: 350px
    }

    .title-tagline-hidden.home.has-header-image .custom-logo-link img,.title-tagline-hidden.home.has-header-video .custom-logo-link img {
        max-height: 200px
    }

    .site-title {
        font-size: 36px;
        font-size: 2.25rem
    }

    .site-description {
        font-size: 16px;
        font-size: 1rem
    }

    .navigation-top {
        bottom: 0;
        font-size: 14px;
        font-size: .875rem;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 3
    }

    .navigation-top .wrap {
        max-width: 1000px;
        padding: .75em 3.4166666666667em
    }

    .navigation-top nav {
        margin-left: -1.25em
    }

    .site-navigation-fixed.navigation-top {
        bottom: auto;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 7
    }

    .admin-bar .site-navigation-fixed.navigation-top {
        top: 32px
    }

    .js .dropdown-toggle,.js .menu-toggle {
        display: none
    }

    .main-navigation {
        width: auto
    }

    .js .main-navigation ul,.js .main-navigation ul ul,.js .main-navigation>div>ul {
        display: block
    }

    .main-navigation ul {
        background: 0 0;
        padding: 0
    }

    .main-navigation>div>ul {
        border: 0;
        margin-bottom: 0;
        padding: 0
    }

    .main-navigation li {
        border: 0;
        display: inline-block
    }

    .main-navigation li li {
        display: block;
        -webkit-transition: background-color .2s ease-in-out;
        transition: background-color .2s ease-in-out
    }

    .main-navigation a {
        padding: 1em 1.25em
    }

    .main-navigation ul ul {
        background: #fff;
        border: 1px solid #bbb;
        left: -999em;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 99999
    }

    .main-navigation ul li.menu-item-has-children:after,.main-navigation ul li.menu-item-has-children:before,.main-navigation ul li.page_item_has_children:after,.main-navigation ul li.page_item_has_children:before {
        border-style: solid;
        border-width: 0 6px 6px;
        content: "";
        display: none;
        height: 0;
        position: absolute;
        right: 1em;
        bottom: -1px;
        width: 0;
        z-index: 100000
    }

    .main-navigation ul li.menu-item-has-children.focus:after,.main-navigation ul li.menu-item-has-children.focus:before,.main-navigation ul li.menu-item-has-children:hover:after,.main-navigation ul li.menu-item-has-children:hover:before,.main-navigation ul li.page_item_has_children.focus:after,.main-navigation ul li.page_item_has_children.focus:before,.main-navigation ul li.page_item_has_children:hover:after,.main-navigation ul li.page_item_has_children:hover:before {
        display: block
    }

    .main-navigation ul li.menu-item-has-children:before,.main-navigation ul li.page_item_has_children:before {
        border-color: transparent transparent #bbb;
        bottom: 0
    }

    .main-navigation ul li.menu-item-has-children:after,.main-navigation ul li.page_item_has_children:after {
        border-color: transparent transparent #fff
    }

    .main-navigation ul ul li.focus>ul,.main-navigation ul ul li:hover>ul {
        left: 100%;
        right: auto
    }

    .main-navigation ul ul a {
        padding: .75em 1.25em;
        width: 16em
    }

    .main-navigation li li.focus,.main-navigation li li:hover {
        background: #767676
    }

    .main-navigation li li a {
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out
    }

    .main-navigation li li a:focus,.main-navigation li li a:hover,.main-navigation li li.current-menu-item a:focus,.main-navigation li li.current-menu-item a:hover,.main-navigation li li.current_page_item a:focus,.main-navigation li li.current_page_item a:hover,.main-navigation li li.focus>a,.main-navigation li li:focus>a,.main-navigation li li:hover>a {
        color: #fff
    }

    .main-navigation ul li.focus>ul,.main-navigation ul li:hover>ul {
        left: .5em;
        right: auto
    }

    .main-navigation .menu-item-has-children>a>.icon,.main-navigation .page_item_has_children>a>.icon {
        display: inline;
        left: 5px;
        position: relative;
        top: -1px
    }

    .main-navigation ul ul .menu-item-has-children>a>.icon,.main-navigation ul ul .page_item_has_children>a>.icon {
        margin-top: -9px;
        left: auto;
        position: absolute;
        right: 1em;
        top: 50%;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .main-navigation ul ul ul {
        left: -999em;
        margin-top: -1px;
        top: 0
    }

    .nav-next,.post-navigation .nav-next,.site-footer {
        margin-top: 0
    }

    .main-navigation ul ul li.menu-item-has-children.focus:after,.main-navigation ul ul li.menu-item-has-children.focus:before,.main-navigation ul ul li.menu-item-has-children:hover:after,.main-navigation ul ul li.menu-item-has-children:hover:before,.main-navigation ul ul li.page_item_has_children.focus:after,.main-navigation ul ul li.page_item_has_children.focus:before,.main-navigation ul ul li.page_item_has_children:hover:after,.main-navigation ul ul li.page_item_has_children:hover:before,.site-header .site-navigation-fixed .menu-scroll-down {
        display: none
    }

    .site-header .menu-scroll-down {
        display: block;
        padding: 1em;
        position: absolute;
        right: 0;
        color: #fff;
        top: 2em
    }

    .site-header .menu-scroll-down .icon {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .site-header .navigation-top .menu-scroll-down {
        color: #767676;
        top: .7em
    }

    .menu-scroll-down:focus {
        outline: dotted thin
    }

    .menu-scroll-down .icon {
        height: 18px;
        width: 18px
    }

    .home.blog.has-header-image .site-branding,.home.blog.has-header-video .site-branding,.twentyseventeen-front-page.has-header-image .site-branding,.twentyseventeen-front-page.has-header-video .site-branding {
        margin-bottom: 70px
    }

    .home.blog.has-header-image .custom-header-media,.home.blog.has-header-video .custom-header-media,.twentyseventeen-front-page.has-header-image .custom-header-media,.twentyseventeen-front-page.has-header-video .custom-header-media {
        height: 1200px;
        height: 100vh;
        max-height: 100%;
        overflow: hidden
    }

    .home.blog.has-header-image .custom-header-media:before,.home.blog.has-header-video .custom-header-media:before,.twentyseventeen-front-page.has-header-image .custom-header-media:before,.twentyseventeen-front-page.has-header-video .custom-header-media:before {
        height: 33%
    }

    .admin-bar.home.blog.has-header-image .custom-header-media,.admin-bar.home.blog.has-header-video .custom-header-media,.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,.admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media {
        height: calc(100vh - 32px)
    }

    .panel-content .wrap {
        padding-bottom: 4.5em
    }

    .panel-image {
        height: 100vh;
        max-height: 1200px
    }

    .background-fixed .panel-image {
        background-attachment: fixed
    }

    .page-two-column .panel-content .entry-header {
        float: left;
        width: 36%
    }

    .page-two-column .panel-content .recent-posts {
        clear: right;
        float: right;
        width: 58%
    }

    .panel-content .recent-posts article {
        margin-bottom: 4em
    }

    .page-two-column #primary .panel-content .recent-posts .entry-content,.page-two-column #primary .panel-content .recent-posts .entry-header,.panel-content .recent-posts .entry-content,.panel-content .recent-posts .entry-header {
        float: none;
        width: 100%
    }

    .panel-content .recent-posts .entry-header {
        margin-bottom: 1.5em
    }

    .page .panel-content .recent-posts .entry-title {
        font-size: 26px;
        font-size: 1.625rem
    }

    .site-content {
        padding: 0
    }

    .page .entry-title,.single-post .entry-title {
        font-size: 1.625rem
    }

    .comments-pagination,.post-navigation {
        clear: both
    }

    .post-navigation .nav-previous {
        float: left;
        width: 50%
    }

    .post-navigation .nav-next {
        float: right;
        text-align: right;
        width: 50%
    }

    .sticky .icon-thumb-tack {
        height: 23px;
        left: -2.5em;
        top: 1.5em;
        width: 32px
    }

    body.has-sidebar.error404 #primary .page-header,body.page-two-column.archive:not(.has-sidebar) #primary .page-header,body.page-two-column:not(.archive) #primary .entry-header,body:not(.has-sidebar):not(.page-one-column) .page-header {
        float: left;
        width: 36%
    }

    .archive .site-main>article,.blog .site-main>article,.search .site-main>article {
        padding-bottom: 4em
    }

    .navigation.pagination {
        clear: both;
        float: right;
        width: 58%
    }

    .archive.page-one-column:not(.has-sidebar) .navigation.pagination,.has-sidebar .navigation.pagination {
        float: none;
        width: 100%
    }

    .entry-footer {
        display: table;
        width: 100%
    }

    .entry-footer .cat-tags-links {
        display: table-cell;
        vertical-align: middle;
        width: 100%
    }

    .entry-footer .edit-link {
        display: table-cell;
        text-align: right;
        vertical-align: middle
    }

    .entry-footer .edit-link a.post-edit-link {
        margin-top: 0;
        margin-left: 1em
    }

    :not(.has-sidebar) .entry-content blockquote.alignleft {
        margin-left: -17.5%;
        width: 48%
    }

    :not(.has-sidebar) .entry-content blockquote.alignright {
        margin-right: -17.5%;
        width: 48%
    }

    .has-sidebar .entry-content blockquote.alignleft {
        margin-left: 0;
        width: 34%
    }

    .has-sidebar .entry-content blockquote.alignright {
        margin-right: 0;
        width: 34%
    }

    .has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
        margin-right: -72.5%;
        width: 62%
    }

    .archive:not(.has-sidebar) .entry-content blockquote.alignleft,.blog:not(.has-sidebar) .entry-content blockquote.alignleft,.page-two-column .entry-content blockquote.alignleft,.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignleft {
        margin-left: -72.5%;
        width: 62%
    }

    .archive:not(.has-sidebar) .entry-content blockquote.alignright,.blog:not(.has-sidebar) .entry-content blockquote.alignright,.page-two-column .entry-content blockquote.alignright,.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignright {
        margin-right: 0;
        width: 36%
    }

    .format-quote blockquote .icon {
        left: -1.5em
    }

    .archive.page-one-column:not(.has-sidebar) .page-header,.page.page-one-column .entry-header,.twentyseventeen-front-page.page-one-column .entry-header {
        margin-bottom: 4em
    }

    .page:not(.home) #content {
        padding-bottom: 3.25em
    }

    .error404 .page-content {
        padding-bottom: 9em
    }

    #comments {
        padding-top: 5em
    }

    .comments-title {
        margin-bottom: 2.5em
    }

    ol.children .children {
        padding-left: 2em
    }

    .nav-links .nav-title {
        position: relative
    }

    .nav-title-icon-wrapper {
        position: absolute;
        text-align: center;
        width: 2em
    }

    .nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
        left: -2em
    }

    .nav-links .nav-next .nav-title .nav-title-icon-wrapper {
        right: -2em
    }

    #secondary {
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.6
    }

    h2.widget-title {
        font-size: 11px;
        font-size: .6875rem;
        margin-bottom: 2em
    }

    .site-footer {
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.6
    }

    .site-footer .widget-column.footer-widget-1 {
        float: left;
        width: 16%
    }

    .site-footer .widget-column.footer-widget-2 {
        float: right;
        width: 74%
    }

    .social-navigation {
        clear: left;
        float: left;
        margin-bottom: 0;
        width: 36%
    }

    .site-info {
        float: left;
        padding: .7em 0 0;
        width: 58%
    }

    .social-navigation+.site-info {
        margin-left: 6%
    }

    .site-info .sep {
        margin: 0 .5em;
        display: inline;
        visibility: visible;
        height: auto;
        width: auto
    }

    .gallery-columns-5 .gallery-item {
        max-width: 20%
    }

    .gallery-columns-6 .gallery-item {
        max-width: 16.66%
    }

    .gallery-columns-7 .gallery-item {
        max-width: 14.28%
    }

    .gallery-columns-8 .gallery-item {
        max-width: 12.5%
    }

    .gallery-columns-9 .gallery-item {
        max-width: 11.11%
    }
}

@media screen and (min-width: 67em) {
    .comment-body,.navigation-top nav {
        margin-left:0
    }

    .navigation-top .wrap {
        padding: .75em 2em
    }

    .sticky .icon-thumb-tack {
        font-size: 32px;
        font-size: 2rem;
        height: 22px;
        left: -1.25em;
        top: .75em;
        width: 32px
    }

    .page-numbers {
        display: inline-block
    }

    .page-numbers.current {
        font-size: 15px;
        font-size: .9375rem
    }

    .page-numbers.current .screen-reader-text {
        clip: rect(1px,1px,1px,1px);
        height: 1px;
        overflow: hidden;
        position: absolute!important;
        width: 1px
    }
}

@media screen and (min-width: 79em) {
    .has-sidebar .entry-content blockquote.alignleft {
        margin-left:-20%
    }

    .archive:not(.has-sidebar) .entry-content blockquote.alignright,.blog:not(.has-sidebar) .entry-content blockquote.alignright,.page-two-column .entry-content blockquote.alignright,.twentyseventeen-front-page .entry-content blockquote.alignright {
        margin-right: -20%
    }
}

@media screen and (max-width: 48.875em) and (min-width:48em) {
    .admin-bar .site-navigation-fixed.navigation-top,.admin-bar .site-navigation-hidden.navigation-top {
        top:46px
    }
}

@media print {
    .single-featured-image-header,.site-header {
        background: 0 0
    }

    #secondary,.comment-edit-link,.comment-metadata .edit-link,.comment-reply-link,.comment-respond,.comments-pagination,.content-bottom-widgets,.edit-link,.header-image,.icon-thumb-tack,.navigation-top,.page-links,.pagination.navigation,.panel-image-prop,.pingback .edit-link,.post-navigation,.site-footer aside.widget-area,.site-info,.social-navigation,button,form,input,select,textarea {
        display: none!important
    }

    #comments,.entry-footer,.single-featured-image-header,.site-footer {
        border: 0
    }

    body,h4,h6 {
        font-size: 12pt
    }

    h1 {
        font-size: 24pt
    }

    h2 {
        font-size: 22pt
    }

    h3 {
        font-size: 17pt
    }

    h5 {
        font-size: 11pt
    }

    .page .panel-content .entry-title,.page-title,body.page:not(.twentyseventeen-front-page) .entry-title {
        font-size: 10pt
    }

    .wrap {
        padding-left: 5%!important;
        padding-right: 5%!important;
        max-width: none
    }

    .custom-header-media,.site-footer,.site-header {
        padding: 0
    }

    .home.blog.has-header-image .site-branding,.home.blog.has-header-video .site-branding,.twentyseventeen-front-page.has-header-image .site-branding,.twentyseventeen-front-page.has-header-video .site-branding {
        position: relative
    }

    .site-branding {
        margin-top: 0;
        margin-bottom: 1.75em!important
    }

    .site-title {
        font-size: 25pt
    }

    .site-description {
        font-size: 12pt;
        opacity: 1
    }

    .entry-meta {
        font-size: 9pt
    }

    .site,body {
        background: 0 0!important
    }

    .site-title a,.twentyseventeen-front-page.has-header-image .site-title,.twentyseventeen-front-page.has-header-image .site-title a,.twentyseventeen-front-page.has-header-video .site-title,.twentyseventeen-front-page.has-header-video .site-title a,a,body {
        color: #222!important
    }

    .entry-meta,.entry-meta a,.site-description,.twentyseventeen-front-page.has-header-image .site-description,.twentyseventeen-front-page.has-header-video .site-description,blockquote,h2,h5 {
        color: #777!important
    }

    .entry-content blockquote.alignleft,.entry-content blockquote.alignright {
        font-size: 11pt;
        width: 34%
    }
}

@keyframes aslAnFadeInDrop {
    0% {
        opacity: 0;
        transform: translate(0,-50px)
    }

    100% {
        opacity: 1;
        transform: translate(0,0)
    }
}

@-webkit-keyframes aslAnFadeInDrop {
    0% {
        opacity: 0;
        transform: translate(0,-50px);
        -webkit-transform: translate(0,-50px)
    }

    100% {
        opacity: 1;
        transform: translate(0,0);
        -webkit-transform: translate(0,0)
    }
}

@keyframes aslAnFadeOutDrop {
    0% {
        opacity: 1;
        transform: translate(0,0);
        -webkit-transform: translate(0,0)
    }

    100% {
        opacity: 0;
        transform: translate(0,-50px);
        -webkit-transform: translate(0,-50px)
    }
}

@-webkit-keyframes aslAnFadeOutDrop {
    0% {
        opacity: 1;
        transform: translate(0,0);
        -webkit-transform: translate(0,0)
    }

    100% {
        opacity: 0;
        transform: translate(0,-50px);
        -webkit-transform: translate(0,-50px)
    }
}

.hiddend {
    display: none!important
}

div.asl_w.asl_an_fadeInDrop,div.asl_w.asl_an_fadeOutDrop {
    -webkit-animation-duration: 100ms;
    animation-duration: 100ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

div.asl_w.asl_an_fadeInDrop {
    animation-name: aslAnFadeInDrop;
    -webkit-animation-name: aslAnFadeInDrop
}

div.asl_w.asl_an_fadeOutDrop {
    animation-name: aslAnFadeOutDrop;
    -webkit-animation-name: aslAnFadeOutDrop
}

div.asl_w.asl_main_container {
    transition: width 130ms linear;
    -webkit-transition: width 130ms linear
}

div.asl_w,div.asl_w *,div.asl_r,div.asl_r *,div.asl_s,div.asl_s * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal
}

div.asl_r,div.asl_r * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

div.asl_m .proinput input::-ms-clear {
    display: none!important;
    width: 0!important;
    height: 0!important
}

div.asl_m .proinput input::-ms-reveal {
    display: none!important;
    width: 0!important;
    height: 0!important
}

div.asl_m input[type="search"] {
    -webkit-appearance: textfield!important
}

div.asl_m input[type="search"]::-webkit-search-decoration,div.asl_m input[type="search"]::-webkit-search-cancel-button,div.asl_m input[type="search"]::-webkit-search-results-button,div.asl_m input[type="search"]::-webkit-search-results-decoration {
    display: none
}

.clear {
    clear: both
}

.hiddend {
    display: none
}

div.asl_m textarea:focus,div.asl_m input:focus {
    outline: none
}

div.asl_m {
    width: 100%;
    height: auto;
    border-radius: 0;
    background: rgba(255,255,255,0);
    overflow: hidden;
    position: relative;
    z-index: 200
}

div.asl_m .probox {
    width: auto;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #fff;
    box-shadow: 1px 0 3px #ccc inset;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row
}

div.asl_m .probox .proinput {
    width: auto;
    height: 100%;
    margin: 0 0 0 10px;
    padding: 0 5px;
    float: left;
    box-shadow: none;
    position: relative;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    order: 5;
    -webkit-order: 5
}

div.asl_m .probox .proinput input:before,div.asl_m .probox .proinput input:after,div.asl_m .probox .proinput form:before,div.asl_m .probox .proinput form:after {
    display: none
}

div.asl_m .probox .proinput input {
    height: 28px;
    border: 0;
    background: transparent;
    width: 100%;
    box-shadow: none;
    margin: -1px;
    padding: 0;
    left: 0;
    line-height: normal!important;
    display: block
}

div.asl_m .probox .proinput input::-webkit-input-placeholder {
    opacity: .85
}

div.asl_m .probox .proinput input::-moz-placeholder {
    opacity: .85
}

div.asl_m .probox .proinput input:-ms-input-placeholder {
    opacity: .85
}

div.asl_m .probox .proinput input:-moz-placeholder {
    opacity: .85
}

div.asl_m .proinput input.orig {
    padding: 0!important;
    margin: 0!important;
    background: transparent!important;
    border: none!important;
    background-color: transparent!important;
    box-shadow: none!important;
    z-index: 10;
    position: relative
}

div.asl_m .proinput input.autocomplete {
    padding: 0!important;
    margin: 0;
    background: transparent!important;
    border: none!important;
    background-color: transparent!important;
    box-shadow: none!important;
    opacity: .2
}

div.asl_m .probox .proinput input.autocomplete {
    border: 0;
    background: transparent;
    width: 100%;
    box-shadow: none;
    margin: 0;
    margin-top: -28px!important;
    padding: 0;
    left: 0;
    position: relative;
    z-index: 9
}

div.asl_m .probox .proinput.iepaddingfix {
    padding-top: 0
}

div.asl_m .probox .proinput .loading {
    width: 32px;
    background: #000;
    height: 100%;
    box-shadow: none
}

div.asl_m .probox .proloading,div.asl_m .probox .proclose,div.asl_m .probox .promagnifier,div.asl_m .probox .prosettings {
    width: 20px;
    height: 20px;
    background: none;
    background-size: 20px 20px;
    float: right;
    box-shadow: none;
    margin: 0;
    padding: 0;
    text-align: center;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    z-index: 100
}

div.asl_m .probox .promagnifier {
    order: 10;
    -webkit-order: 10
}

div.asl_m .probox .prosettings {
    order: 1;
    -webkit-order: 1
}

div.asl_m .probox .proloading,div.asl_m .probox .proclose {
    background-position: center center;
    display: none;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: transparent;
    order: 6;
    -webkit-order: 6
}

div.asl_m .probox .proclose {
    position: relative;
    cursor: pointer
}

div.asl_m .probox .promagnifier .innericon,div.asl_m .probox .prosettings .innericon,div.asl_m .probox .proclose .innericon {
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden
}

div.asl_m .probox .promagnifier .innericon svg,div.asl_m .probox .prosettings .innericon svg,div.asl_m .probox .proloading svg {
    height: 100%;
    width: 22px;
    vertical-align: baseline;
    display: inline-block
}

div.asl_m .probox .proloading {
    padding: 2px;
    box-sizing: border-box
}

div.asl_m .probox div.asl_loader,div.asl_m .probox div.asl_loader * {
    box-sizing: border-box!important;
    margin: 0;
    padding: 0;
    box-shadow: none
}

div.asl_m .probox div.asl_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 28px;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center
}

div.asl_m .probox div.asl_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 100%
}

@-webkit-keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

div.asl_m .probox div.asl_simple-circle {
    margin: 0;
    height: 100%;
    width: 100%;
    animation: rotate-simple .8s infinite linear;
    -webkit-animation: rotate-simple .8s infinite linear;
    border: 4px solid #fff;
    border-right-color: transparent!important;
    border-radius: 50%;
    box-sizing: border-box
}

div.asl_m .probox .proclose svg {
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    fill: #fefefe;
    padding: 4px;
    box-sizing: border-box;
    box-shadow: 0 0 0 2px rgba(255,255,255,.9)
}

div.asl_r * {
    text-decoration: none;
    text-shadow: none
}

div.asl_r .results .asl_nores {
    overflow: hidden;
    width: auto;
    height: 100%;
    line-height: initial;
    text-align: center;
    margin: 0;
    background: #fff;
    padding: 10px 3px;
    color: #222
}

div.asl_r.horizontal {
    padding: 2px 0 10px
}

div.asl_r.horizontal .results .nores {
    background: transparent
}

div.asl_r .results {
    overflow: hidden;
    width: auto;
    height: 0;
    margin: 0;
    padding: 0
}

div.asl_r.horizontal .results {
    height: auto;
    width: auto
}

div.asl_r .results .item {
    overflow: hidden;
    width: auto;
    margin: 0;
    padding: 3px;
    position: relative;
    background: #f4f4f4;
    border-left: 1px solid rgba(255,255,255,.6);
    border-right: 1px solid rgba(255,255,255,.4);
    animation-delay: 0s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: ease;
    backface-visibility: hidden;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -webkit-backface-visibility: hidden
}

div.asl_r.vertical .results .item:first-child {
    border-radius: 3px 3px 0 0
}

div.asl_r.vertical .results .item:last-child {
    border-radius: 0 0 3px 3px;
    margin-bottom: 0
}

div.asl_r.vertical .results .asl_spacer {
    background: none repeat scroll 0 0 #ccc;
    display: block;
    height: 2px;
    width: 100%;
    margin: 0;
    padding: 0
}

div.asl_r.vertical .results .item:last-child:after {
    height: 0;
    margin: 0;
    width: 0
}

div.asl_r .results .item .asl_image {
    overflow: hidden;
    background: transparent;
    margin: 2px 8px 0 0;
    padding: 0;
    float: left;
    background-position: center;
    background-size: cover
}

div.asl_r .results .item .asl_image img {
    width: 100%;
    height: 100%
}

div.asl_r .results .item .asl_content {
    overflow: hidden;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 3px 3px 5px 3px
}

div.asl_r .results .item .asl_content h3 {
    margin: 0;
    padding: 0;
    display: inline;
    line-height: inherit
}

div.asl_r .results .item .asl_content .asl_desc {
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px
}

div.asl_r .results .item div.etc {
    margin-top: 4px
}

div.asl_r .results a span.overlap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

div.asl_r p.showmore {
    text-align: center;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-family: Open Sans;
    color: #055e94;
    font-size: 12px;
    line-height: 30px;
    text-shadow: 0 0 0 rgba(255,255,255,0);
    background-color: #fff;
    margin-top: 3px;
    cursor: pointer
}

div.asl_r p.showmore a {
    font-weight: 400;
    font-family: Open Sans;
    color: #055e94;
    font-size: 12px;
    line-height: 30px;
    text-shadow: 0 0 0 rgba(255,255,255,0);
    display: block;
    text-align: center;
    cursor: pointer
}

.results .asl_nores .asl_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight: 700;
    font-family: Open Sans
}

div.asl_r .resdrg {
    height: auto
}

div.asl_w .group:first-of-type {
    margin: 0 0 -3px
}

div.asl_s.searchsettings {
    width: 200px;
    height: auto;
    position: absolute;
    display: none;
    z-index: 1101;
    border-radius: 0 0 3px 3px;
    visibility: hidden;
    padding: 0
}

div.asl_s.searchsettings form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 12px 0!important;
    padding: 0!important
}

div.asl_s.searchsettings .asl_option_inner {
    margin: 2px 10px 0 10px;
    *padding-bottom: 10px
}

div.asl_s.searchsettings.ie78 .asl_option_inner {
    margin-bottom: 0!important;
    padding-bottom: 0!important
}

div.asl_s.searchsettings .asl_option_label {
    font-size: 14px;
    line-height: 20px!important;
    margin: 0;
    width: 150px;
    text-shadow: none;
    padding: 0;
    min-height: 20px;
    border: none;
    background: transparent;
    float: none
}

div.asl_s.searchsettings .asl_option_inner input[type=checkbox] {
    display: none!important
}

div.asl_s.searchsettings.ie78 .asl_option_inner input[type=checkbox] {
    display: block
}

div.asl_s.searchsettings.ie78 .asl_option_label {
    float: right!important
}

div.asl_s.searchsettings .asl_option {
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: flex-start;
    margin: 0 0 10px 0;
    cursor: pointer
}

div.asl_s.searchsettings .asl_option.asl-o-last,div.asl_s.searchsettings .asl_option:last-child {
    margin-bottom: 0
}

div.asl_s.searchsettings .asl_option_inner {
    width: 17px;
    height: 17px;
    position: relative;
    flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-shrink: 0
}

div.asl_s.searchsettings .asl_option_inner label {
    cursor: pointer;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 0;
    padding: 0;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.5),0 1px 0 rgba(255,255,255,.2);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.5),0 1px 0 rgba(255,255,255,.2);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5),0 1px 0 rgba(255,255,255,.2);
    overflow: hidden;
    font-size: 0!important;
    color: rgba(0,0,0,0)
}

div.asl_s.searchsettings.ie78 .asl_option_inner label {
    display: none
}

div.asl_s.searchsettings .asl_option_inner label:after {
    opacity: 0;
    font-family: 'aslsicons2';
    content: "";
    font-weight: normal!important;
    background: transparent;
    border: none!important;
    box-sizing: content-box;
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 0!important;
    margin: 1px 0 0 0!important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    display: block;
    font-size: 11px!important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

div.asl_s.searchsettings.ie78 .asl_option_inner label:after {
    display: none
}

div.asl_s.searchsettings .asl_option_inner label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: .3
}

div.asl_s.searchsettings .asl_option_inner input[type=checkbox]:checked+label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

div.asl_s.searchsettings fieldset {
    position: relative;
    float: left
}

div.asl_s.searchsettings fieldset {
    background: transparent;
    font-size: .9em;
    margin: 12px 0 0!important;
    padding: 0;
    width: 192px
}

div.asl_s.searchsettings fieldset .asl_option_label {
    width: 130px;
    display: block
}

div.asl_s.searchsettings form fieldset legend {
    padding: 5px 0 8px 10px
}

div.asl_w .mCustomScrollBox .mCSBap_scrollTools {
    width: 16px;
    height: 100%;
    top: 0;
    right: 0
}

div.asl_w .mCSBap_scrollTools .mCSBap_draggerContainer {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2px 0
}

div.asl_w .mCSBap_scrollTools .mCSBap_buttonUp,div.asl_w .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -8px 0 0 3px;
    background-position: 0 0;
    background: transparent;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    width: 0;
    height: 0;
    padding: 10px 0 0 0;
    background: 0;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
    display: block;
    overflow: hidden;
    cursor: pointer
}

div.asl_w .mCSBap_scrollTools .mCSBap_buttonDown {
    margin: -16px 0 0 3px;
    border-width: 6px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    position: relative;
    top: 100%
}

div.asl_w .mCustScr {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

div.asl_w .mCustScr.mCS_no_scrollbar,.mCustScr.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

div.asl_w .mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr
}

div.asl_w .mCSBap_container {
    overflow: hidden;
    width: auto;
    height: auto
}

div.asl_w .mCSBap_inside>.mCSBap_container {
    margin-right: 20px
}

div.asl_w .mCSBap_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

div.asl_w .mCS-dir-rtl>.mCSBap_inside>.mCSBap_container {
    margin-right: 0;
    margin-left: 30px
}

div.asl_w .mCS-dir-rtl>.mCSBap_inside>.mCSBap_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

div.asl_w .mCSBap_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0
}

div.asl_w .mCSBap_outside+.mCSBap_scrollTools {
    right: -26px
}

div.asl_w .mCS-dir-rtl>.mCSBap_inside>.mCSBap_scrollTools,div.asl_w .mCS-dir-rtl>.mCSBap_outside+.mCSBap_scrollTools {
    right: auto;
    left: 0
}

div.asl_w .mCS-dir-rtl>.mCSBap_outside+.mCSBap_scrollTools {
    left: -26px
}

div.asl_w .mCSBap_scrollTools .mCSBap_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

div.asl_w .mCSBap_scrollTools a+.mCSBap_draggerContainer {
    margin: 20px 0
}

div.asl_w .mCSBap_scrollTools .mCSBap_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

div.asl_w .mCSBap_scrollTools .mCSBap_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

div.asl_w .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    width: 6px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.5);
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center
}

div.asl_w .mCSBap_scrollTools_vertical.mCSBap_scrollTools_onDrag_expand .mCSBap_dragger.mCSBap_dragger_onDrag_expanded .mCSBap_dragger_bar,div.asl_w .mCSBap_scrollTools_vertical.mCSBap_scrollTools_onDrag_expand .mCSBap_draggerContainer:hover .mCSBap_dragger .mCSBap_dragger_bar {
    width: 12px
}

div.asl_w .mCSBap_scrollTools_vertical.mCSBap_scrollTools_onDrag_expand .mCSBap_dragger.mCSBap_dragger_onDrag_expanded+.mCSBap_draggerRail,div.asl_w .mCSBap_scrollTools_vertical.mCSBap_scrollTools_onDrag_expand .mCSBap_draggerContainer:hover .mCSBap_draggerRail {
    width: 8px
}

div.asl_w .mCSBap_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

div.asl_w .mCSBap_container_wrapper>.mCSBap_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

div.asl_w .mCSBap_vertical_horizontal>.mCSBap_scrollTools.mCSBap_scrollTools_vertical {
    bottom: 20px
}

div.asl_w .mCSBap_vertical_horizontal>.mCSBap_scrollTools.mCSBap_scrollTools_horizontal {
    right: 20px
}

div.asl_w .mCSBap_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSBap_scrollTools.mCSBap_scrollTools_vertical {
    bottom: 0
}

div.asl_w .mCSBap_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSBap_scrollTools~.mCSBap_scrollTools.mCSBap_scrollTools_horizontal,div.asl_w .mCS-dir-rtl>.mCustomScrollBox.mCSBap_vertical_horizontal.mCSBap_inside>.mCSBap_scrollTools.mCSBap_scrollTools_horizontal {
    right: 0
}

div.asl_w .mCS-dir-rtl>.mCustomScrollBox.mCSBap_vertical_horizontal.mCSBap_inside>.mCSBap_scrollTools.mCSBap_scrollTools_horizontal {
    left: 20px
}

div.asl_w .mCS-dir-rtl>.mCustomScrollBox.mCSBap_vertical_horizontal.mCSBap_inside>.mCSBap_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSBap_scrollTools~.mCSBap_scrollTools.mCSBap_scrollTools_horizontal {
    left: 0
}

div.asl_w .mCS-dir-rtl>.mCSBap_inside>.mCSBap_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

div.asl_w .mCSBap_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSBap_container {
    padding-right: 0
}

div.asl_w .mCSBap_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSBap_container {
    padding-bottom: 0
}

div.asl_w .mCustomScrollBox.mCSBap_vertical_horizontal.mCSBap_inside>.mCSBap_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

div.asl_w .mCustomScrollBox.mCSBap_vertical_horizontal.mCSBap_inside>.mCSBap_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

div.asl_w .mCSBap_scrollTools,div.asl_w .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,div.asl_w .mCSBap_scrollTools .mCSBap_buttonUp,div.asl_w .mCSBap_scrollTools .mCSBap_buttonDown {
    -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out,background-color .2s ease-in-out
}

div.asl_w .mCSBap_scrollTools_vertical.mCSBap_scrollTools_onDrag_expand .mCSBap_dragger_bar,div.asl_w .mCSBap_scrollTools_vertical.mCSBap_scrollTools_onDrag_expand .mCSBap_draggerRail,div.asl_w .mCSBap_scrollTools_horizontal.mCSBap_scrollTools_onDrag_expand .mCSBap_dragger_bar,div.asl_w .mCSBap_scrollTools_horizontal.mCSBap_scrollTools_onDrag_expand .mCSBap_draggerRail {
    -webkit-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
    transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out
}

div.asl_w .mCSBap_scrollTools {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

div.asl_w .mCS-autoHide>.mCustomScrollBox>.mCSBap_scrollTools,div.asl_w .mCS-autoHide>.mCustomScrollBox~.mCSBap_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

div.asl_w .mCustScr>.mCustomScrollBox>.mCSBap_scrollTools.mCSBap_scrollTools_onDrag,div.asl_w .mCustScr>.mCustomScrollBox~.mCSBap_scrollTools.mCSBap_scrollTools_onDrag,div.asl_w .mCustomScrollBox:hover>.mCSBap_scrollTools,div.asl_w .mCustomScrollBox:hover~.mCSBap_scrollTools,div.asl_w .mCS-autoHide:hover>.mCustomScrollBox>.mCSBap_scrollTools,div.asl_w .mCS-autoHide:hover>.mCustomScrollBox~.mCSBap_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

div.asl_w .mCSBap_scrollTools .mCSBap_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

div.asl_w .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,1);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

div.asl_w .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,1);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

div.asl_w .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,div.asl_w .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,1);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

div.asl_w .mCSBap_scrollTools .mCSBap_buttonUp {
    background-position: 0 0
}

div.asl_w .mCSBap_scrollTools .mCSBap_buttonUp:hover,div.asl_w .mCSBap_scrollTools .mCSBap_buttonDown:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

div.asl_w .mCSBap_scrollTools .mCSBap_buttonUp:active,div.asl_w .mCSBap_scrollTools .mCSBap_buttonDown:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

#asl_hidden_data {
    display: none!important
}

div.asl_w {
    width: 100%;
    height: auto;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
    border: 0 solid #b5b5b5;
    border-radius: 0 0 0 0;
    box-shadow: 0 1px 0 0 #e4e4e4
}

#ajaxsearchlite1 .probox,div.asl_w .probox {
    margin: 0;
    height: 28px;
    background-color: #fff;
    border: 0 none #fff;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0 #b5b5b5 inset
}

#ajaxsearchlite1 .probox .proinput,div.asl_w .probox .proinput {
    font-weight: 400;
    font-family: Open Sans;
    color: #000!important;
    font-size: 12px;
    line-height: normal!important;
    text-shadow: 0 0 0 rgba(255,255,255,0)
}

#ajaxsearchlite1 .probox .proinput input,div.asl_w .probox .proinput input {
    font-weight: 400;
    font-family: Open Sans;
    color: #000!important;
    font-size: 12px;
    line-height: normal!important;
    text-shadow: 0 0 0 rgba(255,255,255,0);
    border: 0;
    box-shadow: none
}

div.asl_w.asl_msie .probox .proinput input {
    line-height: 24px!important
}

div.asl_w .probox .proinput input::-webkit-input-placeholder {
    font-weight: 400;
    font-family: Open Sans;
    color: rgba(0,0,0,.6)!important;
    text-shadow: 0 0 0 rgba(255,255,255,0)
}

div.asl_w .probox .proinput input::-moz-placeholder {
    font-weight: 400;
    font-family: Open Sans;
    color: rgba(0,0,0,.6)!important;
    text-shadow: 0 0 0 rgba(255,255,255,0)
}

div.asl_w .probox .proinput input:-ms-input-placeholder {
    font-weight: 400;
    font-family: Open Sans;
    color: rgba(0,0,0,.6)!important;
    text-shadow: 0 0 0 rgba(255,255,255,0)
}

div.asl_w .probox .proinput input:-moz-placeholder {
    font-weight: 400;
    font-family: Open Sans;
    color: rgba(0,0,0,.6)!important;
    text-shadow: 0 0 0 rgba(255,255,255,0)
}

div.asl_w .probox .proinput input.autocomplete {
    font-weight: 400;
    font-family: Open Sans;
    color: #000;
    font-size: 12px;
    line-height: 15px;
    text-shadow: 0 0 0 rgba(255,255,255,0)
}

div.asl_w .probox .proloading,div.asl_w .probox .proclose,div.asl_w .probox .promagnifier,div.asl_w .probox .prosettings {
    width: 28px;
    height: 28px
}

div.asl_w .probox .promagnifier .innericon svg {
    fill: #363636
}

div.asl_w .probox div.asl_simple-circle {
    border: 4px solid #000
}

div.asl_w .probox .prosettings .innericon svg {
    fill: #363636
}

div.asl_w .probox .promagnifier {
    width: 28px;
    height: 28px;
    background-image: -o-linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));
    background-image: -ms-linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));
    background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));
    background-image: linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));
    background-position: center center;
    background-repeat: no-repeat;
    border: 0 solid #fff;
    border-radius: 0 0 0 0;
    box-shadow: -1px 1px 0 0 rgba(255,255,255,.64) inset;
    cursor: pointer;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer
}

div.asl_w .probox div.prosettings {
    width: 28px;
    height: 28px;
    background-image: -o-linear-gradient(175deg,rgba(255,255,255,0),rgba(255,255,255,0));
    background-image: -ms-linear-gradient(175deg,rgba(255,255,255,0),rgba(255,255,255,0));
    background-image: -webkit-linear-gradient(175deg,rgba(255,255,255,0),rgba(255,255,255,0));
    background-image: linear-gradient(175deg,rgba(255,255,255,0),rgba(255,255,255,0));
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    border: 0 solid #fff;
    border-radius: 0 0 0 0;
    box-shadow: 0 1px 0 0 rgba(255,255,255,.64) inset;
    cursor: pointer;
    background-size: 100% 100%;
    order: 7;
    -webkit-order: 7
}

div.asl_r {
    position: absolute;
    z-index: 1100
}

div.asl_r.vertical {
    padding: 4px;
    background: #fff;
    border-radius: 3px;
    border: 0 solid #b5b5b5;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 3px -1px rgba(0,0,0,.3);
    visibility: hidden;
    display: none
}

div.asl_r .results .nores .keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight: 400;
    font-family: Open Sans;
    color: #4a4a4a;
    font-size: 13px;
    line-height: 13px;
    text-shadow: 0 0 0 rgba(255,255,255,0);
    font-weight: 700
}

div.asl_r .results .item {
    height: auto;
    background: #fff
}

div.asl_r.vertical .results .item:after {
    background: #ccc
}

div.asl_r .results .item.hovered {
    background: #f4f4f4
}

div.asl_r .results .item .asl_image {
    width: 70px;
    height: 70px
}

div.asl_r .results .item .asl_content h3,div.asl_r .results .item .asl_content h3 a {
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-weight: 400;
    font-family: Open Sans;
    color: #1468a9;
    font-size: 14px;
    line-height: 22px;
    text-shadow: 0 0 0 rgba(255,255,255,0)
}

div.asl_r .results .item .asl_content h3 a:hover {
    font-weight: 400;
    font-family: Open Sans;
    color: #2e6bbc;
    font-size: 14px;
    line-height: 20px;
    text-shadow: 0 0 0 rgba(255,255,255,0)
}

div.asl_r .results .item div.etc {
    padding: 0;
    line-height: 10px;
    font-weight: 700;
    font-family: Open Sans;
    color: #a1a1a1;
    font-size: 12px;
    line-height: 13px;
    text-shadow: 0 0 0 rgba(255,255,255,0)
}

div.asl_r .results .item .etc .asl_author {
    padding: 0;
    font-weight: 700;
    font-family: Open Sans;
    color: #a1a1a1;
    font-size: 12px;
    line-height: 13px;
    text-shadow: 0 0 0 rgba(255,255,255,0)
}

div.asl_r .results .item .etc .asl_date {
    margin: 0 0 0 10px;
    padding: 0;
    font-weight: 400;
    font-family: Open Sans;
    color: #adadad;
    font-size: 12px;
    line-height: 15px;
    text-shadow: 0 0 0 rgba(255,255,255,0)
}

div.asl_r .results .item p.desc {
    margin: 2px 0;
    padding: 0;
    font-weight: 400;
    font-family: Open Sans;
    color: #4a4a4a;
    font-size: 13px;
    line-height: 13px;
    text-shadow: 0 0 0 rgba(255,255,255,0)
}

div.asl_r .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,div.asl_r .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar {
    background: rgba(255,255,255,1);
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

div.asl_r.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,div.asl_r.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar {
    background: #fafafa;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

div.asl_r .mCSBap_scrollTools .mCSBap_buttonDown {
    border-color: #3e3e3e transparent transparent transparent
}

div.asl_r .mCSBap_scrollTools .mCSBap_buttonUp {
    border-color: transparent transparent #3e3e3e transparent
}

div.asl_r span.highlighted {
    font-weight: 700;
    color: #d9312b;
    background-color: #eee;
    color: rgba(217,49,43,1);
    background-color: rgba(238,238,238,1)
}

div.asl_r p.showmore a {
    border: 1px solid #eaeaea
}

div.asl_r.vertical .results .asl_spacer {
    background: none repeat scroll 0 0 #d8d8d8;
    display: block;
    height: 1px;
    width: 100%;
    margin: 0;
    padding: 0
}

div.asl_s.searchsettings {
    background: #fff;
    box-shadow: 0 0 0 1px #b5b5b5 inset
}

div.asl_s.searchsettings .asl_option_label {
    font-weight: 700;
    font-family: Open Sans;
    color: #2b2b2b;
    font-size: 12px;
    line-height: 15px;
    text-shadow: 0 0 0 rgba(255,255,255,0)
}

div.asl_s.searchsettings .asl_option_inner label {
    background-image: linear-gradient(180deg,#222,#36373a);
    background-image: -webkit-linear-gradient(180deg,#222,#36373a);
    background-image: -moz-linear-gradient(180deg,#222,#36373a);
    background-image: -o-linear-gradient(180deg,#222,#36373a);
    background-image: -ms-linear-gradient(180deg,#222,#36373a)
}

div.asl_s.searchsettings fieldset .categoryfilter {
    max-height: 200px;
    overflow: auto
}

div.asl_s.searchsettings fieldset legend {
    padding: 5px 0 0 10px;
    margin: 0;
    font-weight: 400;
    font-family: Open Sans;
    color: #474747;
    font-size: 13px;
    line-height: 15px;
    text-shadow: 0 0 0 rgba(255,255,255,0)
}

.header-form {
    right: 0;
    transform: translateX(630px);
    transition: cubic-bezier(0,.6,.4,1.3) 0.5s;
    overflow-y: scroll;
    z-index: 9
}

.header-form.slide-left {
    transform: translateX(0)
}

.close-me {
    height: 20px;
    right: 20px
}

.close-me i {
    top: -2px;
    position: relative
}

.cta-item .blue-bttn,.blue-bttn {
    border: none;
    transition: .2s ease;
    position: relative
}

.cta-item a.blue-bttn:hover,.blue-bttn:hover {
    transform: translateY(3px);
    top: 0;
    margin-top: 0
}

.blue-bttn:after {
    content: '';
    position: absolute;
    background: #1b5461;
    height: 3px;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: scaleY(1);
    transition: .3s ease;
    transform-origin: bottom
}

.blue-bttn:hover:after {
    transform: scaleY(0)
}

.test-button .blue-bttn {
    position: absolute;
    top: 70px;
    padding: 8px 26px 12px
}

label p span.wpcf7-form-control-wrap {
    color: red;
    float: none
}

.column-wrapper:after {
    z-index: 4
}

.form-accord.active:after {
    content: '\f068'
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../../../../../../../../../../../../../../../themes/searchquest/owl/assets/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3,1.3);
    -moz-transition: scale(1.3,1.3);
    -ms-transition: scale(1.3,1.3);
    -o-transition: scale(1.3,1.3);
    transition: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

@media (max-width: 767px) {
    #home-slider-wrapper {
        display:none
    }
}

.mobile-menu-bttn2,.mobile-menu-bttn2.bttn-active {
    padding: 17px 20px
}
