﻿.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-size-0-8 {
    font-size: 0.8rem !important;
}

.AdminHeaderPanel {
    height: 40px;
    background-color: #3a9937 !important;
}

    .AdminHeaderPanel > a {
        color: white;
        line-height: 2.8;
    }

.testimonials {
    overflow: hidden;
    position: relative;
    max-height: 300px;
}

.testimonials {
    background: #161d25;
}

.select2-container--default .select2-results > .select2-results__options {
    text-align: right;
    font-size: 0.8rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 5px !important;
    right: unset !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
    font-size: 0.8rem;
}

.select2-container--default .select2-selection--single {
    height: 33.2px;
    border-right: solid #2caae4 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: right !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    font-size: 0.8rem !important;
}

.isotope-item {
    margin-bottom: 10px;
}

.parallax {
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.flat-services.style1 {
    background-size: cover;
    position: relative;
    padding: 80px 0 112px 0;
    margin-top: 50px;
    margin-bottom: 50px;
}

    .flat-services.style1 .section-overlay {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.45);
    }

.thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders .thumb-info-wrapper, .thumb-info.thumb-info-no-borders img {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

#Save_img_Loading {
    width: 60px;
}

.book-cover-wrap {
    min-height: 320px;
    margin-top: 20px;
}

.book-slide img {
    width: 150px;
    -webkit-box-shadow: 10px 15px 20px -10px rgba(122,122,122,1);
    -moz-box-shadow: 10px 15px 20px -10px rgba(122,122,122,1);
    box-shadow: 10px 15px 20px -10px rgba(122,122,122,1);
    border: 1px solid rgba(152,152,152,.45);
    margin: 0 auto;
}

.BookCategory {
    height: 50px;
}

#book_img {
    border: 1px solid rgba(152,152,152,.45)
}

.book-slide a {
    color: #42444C !important;
}

    .book-slide a:hover {
        color: #42444C !important;
        text-decoration: underline !important;
    }

.book-title {
    line-height: 1.5em;
    text-align: center;
    font-size: 0.8em;
    margin-bottom: 0;
    min-height: 30px;
    font-weight: 400;
    margin-top: 20px;
}

.articlePdficon {
    padding: 3px 6px 1px 6px;
}
/* styles for validation helpers */
.field-validation-error {
    color: #a94442;
    font-size: 0.8rem;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #a94442;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.innerNameContactRegister {
    border-right: solid #2caae4 !important;
}

.validation-summary-errors {
    color: #a94442;
    font-size: 0.8rem;
}

.validation-summary-valid {
    display: none;
}

input.valid {
    border: 1px solid #3c763d;
}

.innerNameContact {
    min-width: 140px;
    background-color: transparent;
    border-right: solid #2caae4 !important;
    font-size: 0.8rem;
    text-align: center
}

.innerNameContactModulePerson {
    min-width: 130px;
    background-color: transparent;
    border-right: solid #2caae4 !important;
}

.innerNameContactProfile {
    min-width: 100px;
    background-color: transparent;
    border-right: solid #2caae4 !important;
    font-size: 0.8rem;
    text-align: center;
    border: 1px solid #ced4da;
    padding-top: 5px;
}

.innerNameContactModulePersonEn {
    min-width: 130px;
    background-color: transparent !important;
    border-left: solid #2caae4 !important;
    border-radius: 4px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.fontSizeAddonResetPassword {
    width: 35px;
}

.contactWidth {
    max-width: 450px;
}

.frmEn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-left: none;
}

.ValidateInput {
    padding-top: 6px;
}

.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

    .thumb-info .thumb-info-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        border-radius: 4px;
        margin: 4px;
        overflow: hidden;
        display: block;
        position: relative
    }

        .thumb-info .thumb-info-wrapper:after {
            content: "";
            background: rgba(23,23,23,.8);
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            transition: all .3s;
            border-radius: 4px;
            bottom: -4px;
            color: #FFF;
            left: -4px;
            position: absolute;
            right: -4px;
            top: -4px;
            display: block;
            opacity: 0;
            z-index: 1
        }

    .thumb-info .thumb-info-action-icon {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        background: #CCC;
        border-radius: 0 0 0 25px;
        display: inline-block;
        font-size: 25px;
        height: 50px;
        line-height: 50px;
        position: absolute;
        right: -100px;
        text-align: center;
        top: -100px;
        width: 50px;
        z-index: 2
    }

        .thumb-info .thumb-info-action-icon i {
            font-size: 24px;
            left: 3px;
            position: relative;
            top: -4px;
            color: #FFF
        }

    .thumb-info .thumb-info-inner {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        display: block
    }

        .thumb-info .thumb-info-inner em {
            display: block;
            font-size: .8em;
            font-style: normal;
            font-weight: 400
        }

    .thumb-info .thumb-info-title {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        background: rgba(23,23,23,.8);
        bottom: 10%;
        color: #FFF;
        font-size: 18px;
        font-weight: 700;
        left: 0;
        letter-spacing: -1px;
        padding: 9px 11px;
        position: absolute;
        text-shadow: 1px 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        z-index: 2;
        max-width: 90%
    }

    .thumb-info .thumb-info-type {
        background-color: #CCC;
        border-radius: 2px;
        display: inline-block;
        /*float: left;*/
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0;
        margin: 8px -2px -15px;
        padding: 2px 9px;
        text-transform: none;
        z-index: 2
    }

    .thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after, .thumb-info.thumb-info-preview .thumb-info-wrapper:after {
        display: none
    }

    .thumb-info.thumb-info-centered-info .thumb-info-type, .thumb-info.thumb-info-hide-info-hover .thumb-info-type {
        float: none
    }

    .thumb-info .owl-carousel {
        z-index: auto
    }

        .thumb-info .owl-carousel .owl-dots {
            z-index: 2
        }

    .thumb-info img {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        border-radius: 3px;
        position: relative;
        width: 100%
    }

    .thumb-info:hover .thumb-info-wrapper:after {
        opacity: 1
    }

    .thumb-info:hover .thumb-info-action-icon {
        right: 0;
        top: 0
    }

    .thumb-info:hover .thumb-info-title {
        background: #000
    }

    .thumb-info:hover img {
        -webkit-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1)
    }

    .thumb-info.thumb-info-no-zoom img {
        -webkit-transition: initial;
        -moz-transition: initial;
        transition: initial
    }

    .thumb-info.thumb-info-no-zoom:hover img {
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1)
    }

    .thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
        background: rgba(23,23,23,.25)
    }

    .thumb-info.thumb-info-centered-icons .thumb-info-action {
        -webkit-transition: -webkit-transform .2s ease-out,opacity .2s ease-out;
        -moz-transition: -moz-transform .2s ease-out,opacity .2s ease-out;
        transition: transform .2s ease-out,opacity .2s ease-out;
        transform: translate3d(0,-10px,0);
        top: 50%;
        left: 3px;
        right: auto;
        bottom: auto;
        width: 100%;
        height: 40px;
        margin-top: -20px;
        text-align: center;
        position: absolute;
        opacity: 0;
        z-index: 2
    }

    .thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
        -webkit-transition: all .1s ease;
        -moz-transition: all .1s ease;
        transition: all .1s ease;
        position: relative;
        z-index: 2;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 40px;
        height: 40px;
        line-height: 33px;
        border-radius: 50%;
        margin-right: 3px
    }

        .thumb-info.thumb-info-centered-icons .thumb-info-action-icon i {
            position: static;
            font-size: 18px
        }

        .thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover {
            -webkit-transform: scale(1.15,1.15);
            -moz-transform: scale(1.15,1.15);
            -ms-transform: scale(1.15,1.15);
            -o-transform: scale(1.15,1.15);
            transform: scale(1.15,1.15)
        }

    .thumb-info:hover.thumb-info-centered-icons .thumb-info-action {
        transform: translate3d(0,0,0);
        opacity: 1
    }

    .thumb-info:hover.thumb-info-centered-icons .thumb-info-action-icon {
        position: relative
    }

    .thumb-info.thumb-info-centered-info .thumb-info-title {
        background: 0 0;
        left: 5%;
        width: 90%;
        -webkit-transition: -webkit-transform .2s ease-out,opacity .2s ease-out;
        -moz-transition: -moz-transform .2s ease-out,opacity .2s ease-out;
        transition: transform .2s ease-out,opacity .2s ease-out;
        transform: translate(0,-30%);
        top: 50%;
        bottom: auto;
        opacity: 0;
        text-align: center;
        padding: 0;
        position: absolute
    }

    .thumb-info.thumb-info-centered-info:hover .thumb-info-title {
        opacity: 1;
        transform: translate(0,-50%)
    }

    .thumb-info.thumb-info-bottom-info .thumb-info-title {
        background: #FFF;
        left: 0;
        width: 100%;
        max-width: 100%;
        -webkit-transition: -webkit-transform .2s ease-out,opacity .2s ease-out;
        -moz-transition: -moz-transform .2s ease-out,opacity .2s ease-out;
        transition: transform .2s ease-out,opacity .2s ease-out;
        transform: translate3d(0,100px,0);
        top: auto;
        bottom: 0;
        opacity: 0;
        padding: 15px;
        text-shadow: none;
        color: #777
    }

    .thumb-info.thumb-info-bottom-info .thumb-info-type {
        float: none;
        background: 0 0;
        padding: 0;
        margin: 0
    }

    .thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
        transform: translate3d(0,0,0);
        opacity: 1
    }

    .thumb-info.thumb-info-bottom-info:hover img {
        -webkit-transform: translateY(-18px);
        -moz-transform: translateY(-18px);
        -ms-transform: translateY(-18px);
        -o-transform: translateY(-18px);
        transform: translateY(-18px)
    }

    .thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
        background: -webkit-linear-gradient(bottom,rgba(23,23,23,.8) 0,transparent 100%);
        background: linear-gradient(to top,rgba(23,23,23,.8) 0,transparent 100%);
        color: #FFF
    }

    .thumb-info.thumb-info-push-hor img {
        -webkit-transform: translatex(-18px);
        -moz-transform: translatex(-18px);
        -ms-transform: translatex(-18px);
        -o-transform: translatex(-18px);
        transform: translatex(-18px);
        width: calc(100% + 19px);
        max-width: none
    }

    .thumb-info.thumb-info-push-hor:hover img {
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -ms-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0)
    }

    .thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after {
        opacity: .65
    }

    .thumb-info.thumb-info-hide-info-hover .thumb-info-title {
        opacity: 1;
        top: 50%
    }

    .thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after {
        opacity: .1
    }

    .thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title {
        opacity: 0
    }

    .thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders .thumb-info-wrapper, .thumb-info.thumb-info-no-borders img {
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0
    }

.fixHeight {
    height: 184px;
}

.clearout {
    height: 20px;
    clear: both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    background: #fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ */
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ */
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ */
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

    .nbs-flexisel-item img {
        max-width: 100%;
        cursor: pointer;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding: 5px 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 40%;
    background: rgba(0,0,0,0.5);
    color: #fff;
}

.nbs-flexisel-nav-left {
    left: 10px;
}

    .nbs-flexisel-nav-left:before {
        content: "<"
    }

    .nbs-flexisel-nav-left.disabled {
        opacity: 0.4;
    }

.nbs-flexisel-nav-right {
    right: 5px;
}

    .nbs-flexisel-nav-right:before {
        content: ">"
    }

    .nbs-flexisel-nav-right.disabled {
        opacity: 0.4;
    }

.rtl {
    direction: rtl !important;
}

.ltr {
    direction: ltr !important;
}

.linkSlider {
    padding: 10px !important;
    background-color: transparent !important;
}

.borderRadius10 {
    border-radius: 10px !important;
}

.infoDiv {
    height: 60px;
    width: 300px;
    -webkit-user-select: none;
    background-color: white;
    text-align: center;
    font-family: IRANSans;
}

    .infoDiv > h4 {
        font-size: 14px;
        line-height: 1.5;
    }


.profile-usermenu {
    margin-top: 20px;
}

    .profile-usermenu ul {
        padding-right: 0;
    }

        .profile-usermenu ul li {
            border-bottom: 1px solid #f0f4f7;
        }

            .profile-usermenu ul li:last-child {
                border-bottom: none;
            }

            .profile-usermenu ul li a {
                color: #727d8b !important;
                font-size: 0.9em;
                font-weight: 400;
                font-family: IRANSans !important;
            }

                .profile-usermenu ul li a i {
                    margin-right: 8px;
                    font-size: 14px;
                }

                .profile-usermenu ul li a:hover {
                    background-color: #fafcfd;
                    color: #5b9bd1;
                }

            .profile-usermenu ul li.active {
                border-bottom: none;
            }

                .profile-usermenu ul li.active a {
                    color: #5b9bd1;
                    background-color: #f6f9fb;
                    border-left: 2px solid #5b9bd1;
                    margin-left: -2px;
                }

#logoutFormLogin > a {
    display: block !important;
    position: relative !important;
    padding: 6px 0px !important;
}

.ButtonSubmit {
    padding: 9px 25px 8px 25px !important;
    border-radius: 0;
}

.submitButtonRegisterAfter {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ececec;
    border-radius: 0;
}

    .submitButtonRegisterAfter :hover {
        background-color: #ececec !important;
    }

.LoadingNow‌Button > i {
    font-size: 21px;
}

.displayNone {
    display: none;
}

.NoBorderRadios {
    border-radius: 0px !important;
}

.paddingRight10 {
    padding-right: 10px !important;
}

.paddingRight15 {
    padding-right: 15px !important;
}

.marginLeft40 {
    margin-left: 40px;
}

.paddingTop20 {
    padding-top: 20px;
}

.txtError {
    font-size: 12px;
}

.ValidateInputRegister {
    height: 55px;
}

.lblRegister {
    width: 100px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 3;
    font-weight: bold;
}

.textRegister {
    text-align: right;
    height: 30px;
    display: inline;
    font-size: 12px;
    padding-right: 5px;
}

.borderRegisterForm {
    border-right: solid #2caae4 !important;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.displayinline-Block {
    display: inline-block !important;
}

.PaddingRightLeft15 {
    padding-right: 15px;
    padding-left: 15px;
}

.PaddingBottom5 {
    padding-bottom: 5px;
}

.MarginRightLeft {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

/* jssor slider loading skin spin css */
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.jssora106 {
    display: block;
    position: absolute;
    cursor: pointer;
}

    .jssora106 .c {
        fill: #fff;
        opacity: .3;
    }

    .jssora106 .a {
        fill: none;
        stroke: #000;
        stroke-width: 350;
        stroke-miterlimit: 10;
    }

    .jssora106:hover .c {
        opacity: .5;
    }

    .jssora106:hover .a {
        opacity: .8;
    }

    .jssora106.jssora106dn .c {
        opacity: .2;
    }

    .jssora106.jssora106dn .a {
        opacity: 1;
    }

    .jssora106.jssora106ds {
        opacity: .3;
        pointer-events: none;
    }

.jssort101 .p {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background: #000;
}

    .jssort101 .p .cv {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #dedede;
        box-sizing: border-box;
        z-index: 1;
    }

.jssort101 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 400;
    stroke-miterlimit: 10;
    visibility: hidden;
}

.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {
    border: none;
    border-color: transparent;
}

.jssort101 .p:hover {
    padding: 2px;
}

    .jssort101 .p:hover .cv {
        background-color: rgba(0,0,0,6);
        opacity: .35;
    }

    .jssort101 .p:hover.pdn {
        padding: 0;
    }

        .jssort101 .p:hover.pdn .cv {
            border: 2px solid #fff;
            background: none;
            opacity: .35;
        }

.jssort101 .pav .cv {
    border-color: #fff;
    opacity: .35;
}

.jssort101 .pav .a, .jssort101 .p:hover .a {
    visibility: visible;
}

.jssort101 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    opacity: .6;
}

.jssort101 .pav .t, .jssort101 .p:hover .t {
    opacity: 1;
}

.loginCard {
    max-width: 310px;
}

#rc-imageselect, .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.rc-anchor-checkbox-label:after {
    font-family: IRANSans !important;
    font-size: 0.9rem;
}
/* ================================================== */
/* 19. Contact */
/* ================================================== */
.contact-wrapper-outer {
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(244,246,247,1) 70%);
}

    .contact-wrapper-outer .container {
        position: relative;
        z-index: 1;
    }

.contact-form-wrapper .input-col {
    margin-bottom: 15px;
}

.contact-form-wrapper label {
    font-size: 14px;
    color: #697980;
    padding-bottom: 2px;
    margin: 0px;
}

    .contact-form-wrapper label span {
        color: #f29a32;
    }

.contact-form-wrapper input {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: none;
    font-size: 12px;
    color: #697980;
    padding: 0 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #d8dfe3;
    border-radius: 3px;
}

    .contact-form-wrapper input.bg {
        background: #eaf0f3;
        border: none;
    }

        .contact-form-wrapper input.bg:focus {
            border: 1px #69c2e4 solid;
        }

.contact-form-wrapper textarea {
    width: 100%;
    height: 110px;
    line-height: 20px;
    background: none;
    color: #697980;
    padding: 15px 20px;
    margin: 0 0 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #d8dfe3;
    border-radius: 3px;
    resize: none;
}

    .contact-form-wrapper input:focus,
    .contact-form-wrapper textarea:focus {
        border-color: #69c2e4;
    }

.contact-form-wrapper .submit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin: 15px auto 0;
    display: block;
    font-size: 14px;
    background: #03a9f4;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

    .contact-form-wrapper .submit:hover {
        background: #005f8a;
    }

.contact-info-wrapper {
    height: 100%;
    background: #f4f6f7;
}

.info-contact-box {
    display: block;
}

    .info-contact-box li {
        display: block;
        padding: 5px 35px 15px 0px;
        position: relative;
    }

.font-contact {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 19px;
    color: #c7d0d3;
}

.contact-info-wrapper h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2c5260;
    padding: 0 0 30px;
}

.contact-info-wrapper h6 {
    font-size: 12px;
    font-weight: 600;
    color: #2c5260;
    padding: 0 0 10px;
}

.contact-info-wrapper a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #2c5260;
    line-height: 1;
}

    .contact-info-wrapper a:hover {
        color: #57bce2;
    }

.contact-info-wrapper p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #2c5260;
}

.contact-info-wrapper .contact-info {
    max-width: 290px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-info-wrapper .social-media-box {
    max-width: 290px;
    background: none;
    margin: 30px auto 0;
    padding: 0 20px;
    box-shadow: none;
    text-align: center;
}

    .contact-info-wrapper .social-media-box h6 {
        display: block;
        font-weight: 400;
        text-transform: uppercase;
        position: relative;
        padding: 0 0 15px;
    }

        .contact-info-wrapper .social-media-box h6:before {
            content: "";
            top: 30%;
            left: 0;
            width: 100%;
            height: 1px;
            background: #d8dfe3;
            position: absolute;
            z-index: 1;
        }

        .contact-info-wrapper .social-media-box h6 span {
            background: #f4f6f7;
            padding: 0 15px;
            z-index: 2;
            position: relative;
        }

.contact-map {
    position: relative;
    overflow: hidden;
}

    .contact-map .msg-box {
        width: 100%;
        height: 30px;
        position: absolute;
        left: 0px;
        bottom: -30px;
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        z-index: 2;
        transition: all 0.3s ease 0s;
    }

    .contact-map:hover .msg-box {
        bottom: 0px;
        opacity: 1;
    }

    .contact-map .msg-box p {
        font-size: 14px;
        color: #fff;
        line-height: 30px;
    }

        .contact-map .msg-box p i {
            display: inline-block;
            vertical-align: middle;
            padding-right: 5px;
        }

    .contact-map iframe {
        width: 100%;
        height: 100%;
        display: block;
        pointer-events: none;
        position: relative; /* IE needs a position other than static */
    }

        .contact-map iframe.clicked {
            pointer-events: auto;
        }

    .contact-map iframe {
        width: 100%;
        height: 100%;
    }

.contact-form-wrapper label.error {
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #dc3545;
}

.padding-lg {
    padding: 90px 0;
}

.msg {
    display: none;
}

.msg-error {
    display: block;
    padding: 6px 20px;
    margin: 20px 0 0 0;
    font-size: 13px;
    color: #721c24;
    background: #f5c6cb;
    border-radius: 4px;
}

    .msg-error:after {
        display: inline-block;
        vertical-align: middle;
        font-family: 'FontAwesome';
        content: "\f071";
        float: right;
    }

.msg-success {
    display: block;
    padding: 6px 20px;
    margin: 30px 0 0 0;
    font-size: 13px;
    color: #155724;
    background: #c3e6cb;
    border-radius: 4px;
}

    .msg-success:after {
        display: inline-block;
        vertical-align: middle;
        font-family: 'FontAwesome';
        content: "\f00c";
        float: right;
    }

.bg-light-low {
    background-color: rgba(0,0,0,.03) !important;
    color: black !important;
}

.first-box {
    padding: 10px;
    background: #b5b5b5;
}

.second-box {
    padding: 10px;
    background: #c4c4c4;
}

.third-box {
    padding: 10px;
    background: #d0d0d0;
}

.fourth-box {
    padding: 10px;
    background: #ddd;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.p-legal-btn {
    padding-right: 45px;
    padding-left: 45px;
}

@media (min-width: 1200px) {
    .videoSM {
        min-height: 185px !important;
        max-height: 100% !important;
        padding: 40px !important;
    }
}

@media (max-width: 1200px) {
    .videoSM {
        min-height: 155px !important;
        max-height: 100% !important;
        padding: 40px !important;
    }
}

@media (max-width: 992px) {
    .videoSM {
        min-height: 185px !important;
        max-height: 100% !important;
        padding: 40px !important;
    }
}

@media (max-width: 768px) {
    .videoSM {
        min-height: 185px !important;
        max-height: 100% !important;
        padding: 40px !important;
    }
}
