.menu-right {
    float: right;
}
.hd-cl1 {
    float: left;
    width: 40%;
}
.hd-cl2 {
    float: left;
    width: 20%;
}
.hd-cl3 {
    float: left;
    width: 40%;
}
.owl-carousel .owl-item {
    padding: 0px;
}
.main-slider {
}
.main-slider .owl-controls {
    position: inherit;
    bottom: 170px;
    text-align: center;
    width: 100%;
}
.main-slider .owl-nav {
    position: inherit;
    bottom: 80px;
    z-index: 999;
    width: 100%;
    text-align: center;
    display: block;
}
.main-slider.owl-theme .owl-controls .owl-nav div.owl-prev {
    position: absolute;
    top: 30%;
    left: 0;
}
.main-slider.owl-theme .owl-controls .owl-nav div.owl-next {
    position: absolute;
    top: 30%;
    right: 0;
}
.mob-menu-block {
    display: none !important;
}
.site-branding img {
    max-height: 63px;
}
.fixed-header .site-branding img {
    margin: 16px 0px;
}
.gallery-album {
    text-align: center;
    padding: 5px;
    display: block;
    margin-bottom: 30px;
}
.album-dtlsbx {
    padding: 8px 0px 11px;
    text-align: center;
    position: relative;
    border: 1px dashed #999;
    border-top: 0;
}
.gallery-album h4 {
    font-size: 16px;
    margin-top: 5px;
    color: #00609e;
    margin-bottom: 0px;
}
.album-dtlsbx a {
    color: #f6923c;
}
.gallery-image {
    margin-bottom: 30px;
    display: inline-block;
    text-align: center;
    border: solid 1px #e0e0e0;
    font-size: 18px;
    padding-bottom: 20px;
}
.gallery-image h6 {
    font-weight: normal;
    font-size: 14px;
}
.gallery-image img {
    margin-bottom: 10px;
}
.album-back {
    margin-top: -8px;
    margin-bottom: 20px;
    display: block;
    float: right;
    color: #fff;
    padding: 9px 22px;
    background: #127dc2;
}
.album-back:hover,
.album-back:focus {
    color: #d1b754;
}
.featured-title h5 {
    color: #292929;
}
.lang-btn {
    display: inline-block;
    background: #00609e;
    text-align: center;
    font-size: 14px;
    margin-left: 11px;
    line-height: 16px;
}
.footer-address {
    margin-left: 20px;
    color: #dedede;
}
.footer-address li {
    position: relative !important;
    padding-left: 20px !important;
    margin-bottom: 0px;
    line-height: 23px;
}
.footer-address li i {
    position: absolute;
    left: 0px;
    top: 6px;
}
.footer-address li a {
    color: #dedede;
}
.dr-dtls {
    padding: 25px 30px 20px;
    margin-bottom: 30px;
    background: #f7f7f7;
}
.dr-dtls h2 {
    font-size: 24px;
    margin-bottom: 11px;
    color: #f58220;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
    line-height: 18px;
}
.dr-dtls h3 {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin-bottom: 6px;
    line-height: 23px;
}
.dr-dtls h4 {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    margin-bottom: 2px;
    line-height: 23px;
}
.dr-dtls h5 {
    font-size: 15px;
    font-weight: normal;
    color: #272727;
    margin: 6px 0px 0px;
}
.top-news {
    line-height: 17px;
    padding-top: 15px;
}
.top-news a:hover,
.top-news a:focus {
    color: #fff;
}
.fw-form-wrap {
    width: 100%;
    padding: 80px 0;
    background: url(../images/form-bg-new.jpg) center center no-repeat;
    background-size: cover;
}
.fw-form-wrap .form-wrapper {
    width: 100%;
    padding: 50px 50px;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.fw-form-wrap .fw-form-title {
    text-align: center;
    margin: 10px 0 20px;
}
.fw-form-wrap .fw-form-title h4 {
    color: #216eb4;
    font-size: 22px;
}
.fw-form-wrap .fw-form-title span {
    font-weight: 600;
}
.fw-quick-reply {
    width: 116px;
    padding: 5px 14px;
    background-color: #f58220;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 1px;
    position: relative;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}
[lang="fr"] .fw-quick-reply,
[lang="ru"] .fw-quick-reply {
    width: 130px;
}
.fw-quick-reply::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 0 0 30px;
    border-color: transparent transparent transparent #f58220;
    position: absolute;
    top: 0;
    right: -30px;
}
.basvuru-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.contact-form,
.stories-form {
    width: 100%;
}
.basvuru-form .form-logo {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-control {
    width: 100%;
    height: auto !important;
    padding: 10px;
    border-radius: 5px !important;
    resize: none;
}
.form-control:focus {
    border-color: #f58220 !important;
    box-shadow: none !important;
}
.tg-btn {
    padding: 8px 24px;
    border: 2px solid #f58220;
    color: #fff;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    font-weight: 600;
    text-transform: uppercase;
}
.tg-btn.orange,
.tg-btn:hover,
.tg-btn.tg {
    color: #fff;
    background-color: #f58220;
}
.tg-btn.orange {
    padding: 11px 46px;
    font-weight: 400;
}
.tg-btn.orange:hover {
    color: #f58220;
    background-color: #fff;
    outline: none;
}
.basvuru-form .form-control {
    padding: 12px 14px;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #ddd;
}
.quote_bt {
    left: -1px;
    position: fixed;
    top: 255px;
    z-index: 999;
    transition: all 0.7s ease-out 0.15s;
    border-radius: 0 9px 9px 0;
    width: 49px;
    height: 70px;
    padding: 5px;
    background: #fff;
    border-top: 1px solid #0075bc;
    border-bottom: 1px solid #0075bc;
    border-right: 1px solid #0075bc;
}
.quote_bt img {
    width: 30px;
}
.quote_box.open .quote_pop {
    left: 0;
}
.quote_pop {
    left: -320px;
    position: fixed;
    top: 255px;
    width: 320px;
    z-index: 999;
    transition: all 0.7s ease-out 0.15s;
    background: #0075bc;
    border-radius: 0 0 9px 0;
    padding: 0 22px;
}
.quote_box.open .quote_bt {
    left: 319px;
}
.quote_pop input[type="text"],
.quote_pop input[type="number"],
.quote_pop textarea {
    background: #43474d;
    color: #9ea1a6;
    font-size: 14px;
    width: 100%;
    float: left;
    padding: 9px 11px;
    border: none;
    margin: 0 0 11px;
}
.quote_pop input[type="submit"] {
    background: #43474d;
    color: #9ea1a6;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 17px;
    float: right;
    border: none;
}
.quote_pop input[type="submit"]:hover {
    background: #f1592a;
    color: #000;
}
.quote_pop .site_morelist {
    width: 100%;
    float: left;
}
.quote_pop .site_morelist ul {
    margin: 0;
    padding: 0;
}
.quote_pop .site_morelist li {
    list-style: none;
    padding: 11px 0;
    width: 100%;
    float: left;
    border-top: 1px dotted #ffffff66;
}
.quote_pop .site_morelist li:first-child {
    border-top: none;
}
.quote_pop .site_morelist li a {
    width: 100%;
    transition: inherit;
    float: left;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    display: table;
}
.quote_pop .site_morelist li a:hover {
    color: #fff;
}
.quote_pop .site_morelist li a span {
    width: 220px;
    float: none;
    vertical-align: middle;
    display: table-cell;
    margin: 0;
}
.quote_pop .site_morelist li a .iocn_box {
    width: 40px;
    height: 40px;
    float: left;
    padding: 10px 4px;
    text-align: center;
    font-size: 20px;
    background-color: #fff;
    border-radius: 50%;
    color: rgb(245, 130, 32);
}
.quote_pop .site_morelist li a .iocn_box img {
    width: 30px;
    height: 30px;
}
.vsnmsm-img {
    border: 1px solid #00609e;
    border-radius: 10px;
    padding: 18px;
    margin-top: 12px;
}
.topbar-right a:hover,
.topbar-right .ttm-textcolor-white a:hover {
    color: #fff;
}
.topbar-right a {
    padding: 17px 15px 18px;
}
.uc-container {
    background-color: #efefef !important;
}
.uc-bx {
    text-align: center;
    font-size: 23px;
    font-weight: 500;
    padding: 40px;
    border-radius: 10px;
    color: #fff;
    background: #00609e;
}
.uc-bx a:hover,
.uc-bx a:focus {
    color: #8fd3ff;
}
.alert-success {
    display: block;
    color: #232323;
    background-color: #9cd395;
    border: none;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    padding: 17px 10px;
}
.intro-popup .modal-content {
    position: relative;
}
.intro-popup .modal-content img {
    width: 100%;
}
.intro-popup .modal-content .close {
    position: absolute;
    z-index: 999;
    right: 14px;
    top: 8px;
    font-size: 30px;
    opacity: 1;
    color: #000;
    border: none;
    box-shadow: none;
}
@media (min-width: 240px) and (max-width: 320px) and (orientation: portrait) {
    .quote_bt {
        top: 100px;
    }
    .about table h4 {
        font-size: 12px;
    }
    .about table p {
        font-size: 10px;
    }
    .quote_pop {
        top: 100px;
        width: 280px;
    }
    .quote_box.open .quote_bt {
        left: 270px;
    }
    .quote_pop .site_morelist li a {
        font-size: 13px;
    }
    .quote_pop .site_morelist li {
        padding: 10px 0;
    }
    .quote_pop .site_morelist li a .iocn_box {
        display: none;
    }
}
@media (max-width: 1200px) {
    .site-branding img {
        max-height: 63px;
    }
    .menu-right {
        display: none;
    }
    .mob-menu-block {
        display: block !important;
    }
    .hd-cl1,
    .hd-cl2,
    .hd-cl3 {
        float: none;
        width: 100%;
    }
}
@media (max-width: 992px) {
    .vsnmsm-img img {
        width: 60px;
    }
    .vsnmsm-img {
        display: inline-block;
        margin-bottom: 16px;
    }
}

/*** 
=============================================
    Highlights Area Style      
=============================================
***/
.highlights-area {
    position: relative;
    display: block;
    background: #f5f5f5;
    z-index: 1;
}
.highlights-area:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background: #f5f5f5;
    content: "";
    z-index: -1;
}
.highlights-area .single-box {
    position: relative;
    display: block;
    padding: 0 30px 30px;
    background: #00609e;
    max-width: 292px;
    width: 100%;
    min-height: 324px;
}
.highlights-area .single-middle-box {
    position: relative;
    display: block;
    padding: 0 40px;
    background: #0c72b5;
    max-width: 556px;
    width: 100%;
    min-height: 324px;
}
.highlights-area .single-box .icon-holder {
    position: relative;
    display: block;
    width: 85px;
    height: 85px;
    background: #ffffff;
    margin: -42px auto 0;
    border-radius: 50%;
    border: 1px solid #00609e;
}
.highlights-area .single-box .icon-holder span:before {
    color: #00609e;
    font-size: 40px;
    line-height: 40px;
    display: block;
    padding: 22px 0;
}

.highlights-area .single-middle-box .icon-holder {
    position: relative;
    display: block;
    width: 85px;
    height: 85px;
    background: #ffffff;
    margin: -42px auto 0;
    border-radius: 50%;
    border: 1px solid #0c72b5;
}
.highlights-area .single-middle-box .icon-holder span:before {
    color: #00609e;
    font-size: 40px;
    line-height: 40px;
    display: block;
    padding: 22px 0;
}

.highlights-area .single-box h3 {
    color: #ffffff;
    font-size: 18px;
    margin: 25px 0 14px;
}
.highlights-area .single-middle-box h3 {
    color: #ffffff;
    font-size: 18px;
    margin: 25px 0 24px;
}
.highlights-area .single-box .border-box {
    display: block;
    height: 3px;
    width: 40px;
    background: #f5f5f5;
    margin: 0 auto;
}
.highlights-area .single-box p {
    color: #ffffff;
    margin: 14px 0 15px;
}
.highlights-area .single-box a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
.highlights-area .single-box a:hover {
    text-decoration: underline;
}

.highlights-area .single-middle-box form {
    position: relative;
    display: block;
}
.highlights-area .single-middle-box form .mar-ninus10 {
    margin-right: -10px;
    margin-left: -10px;
}
.highlights-area .single-middle-box form .pd10 {
    padding-left: 10px;
    padding-right: 10px;
}

.highlights-area .single-middle-box form .input-box {
    position: relative;
    margin-bottom: 13px;
}
.highlights-area .single-middle-box form .input-box select {
    position: relative;
    display: block;
    background: #1f8ed7;
    border: 1px solid #309fe8;
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    font-family: "Rubik", sans-serif;
    transition: all 500ms ease;
}
.highlights-area .single-middle-box form .input-box .icon-box {
    position: absolute;
    right: 12px;
    top: 5px;
}
.highlights-area .single-middle-box form .input-box .icon-box i {
    color: #ffffff;
    font-size: 14px;
}
.highlights-area .single-middle-box form .input-box input[type="text"] {
    position: relative;
    display: block;
    background: #1f8ed7;
    border: 1px solid #309fe8;
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    font-family: "Rubik", sans-serif;
    transition: all 500ms ease;
}
.highlights-area .single-middle-box form .input-box input::-webkit-input-placeholder {
    color: #ffffff;
}
.highlights-area .single-middle-box form .input-box input:-moz-placeholder {
    color: #ffffff;
}
.highlights-area .single-middle-box form .input-box input::-moz-placeholder {
    color: #ffffff;
}
.highlights-area .single-middle-box form .input-box input:-ms-input-placeholder {
    color: #ffffff;
}

.highlights-area .single-middle-box form button {
    background: #f5f5f5;
    color: #303030;
    width: 100%;
    border-radius: 5px;
    padding: 11px 0 11px;
}
.highlights-area .single-middle-box form .input-box input[type="text"]:focus {
    border-color: #5ee6d0;
}

#ui-datepicker-div.ui-widget-content {
    border: 1px solid #c5c5c5;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #777;
    color: #252525;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: #151515 none repeat scroll 0 0;
    border: 2px solid #252525;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
    right: 5px;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: #fff;
    border: none;
}
.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
}
.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}

@media (max-width:992px)
{
    .highlights-area .single-box {
        float:none !important;
}
.highlights-area .single-middle-box
{
        float:none !important;
        padding: 30px 30px 30px;
}
.highlights-area .single-middle-box .icon-holder {
    margin: 0px auto 0;
}
.highlights-area .single-box .icon-holder{
    margin: 0px auto 0;
}
.highlights-area .single-box
{
    max-width:100%;
    padding: 20px 30px 30px;
}
}
