/********************************************************
	Template Name: Uzbekistan Embassy
	Created By: sharof2000
	Version: 1.0
*********************************************************/


/* ================= General ==================== */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #111;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
}


/* Link style
/* ------------------------------ */

a {
    color: #44819F;
}

a,
a>* {
    outline: 0;
    cursor: pointer;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #011a48;
    outline: none;
    text-decoration: none;
}

.absolute100 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: transparent;
    text-indent: -999999px;
}

@media (min-width: 768px) {
    .absolutecenter {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .absolutecenter-column {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .absolutecenter-stretch {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .absolutecenter-stretch-column {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .absolutecenter-top {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .absolutecenter-left {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.fixed-background {
    width: 100%;
    background-image: url(../images/pattern.png);
    background-attachment: fixed;
}

.white,
.white h2 {
    color: #fff !important;
    text-shadow: 0 0 10px #000;
}


/* Transition elements
/* ------------------------------ */

a,
button,
.backToTop i,
.transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 03s ease;
    transition: all 0.3s ease;
}


/* ================ Typography ================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    ;
    font-weight: 700;
    color: #212121;
    margin: 0 0 15px;
}

h1 {
    font-size: 70px;
    line-height: 80px;
}

h2 {
    font-size: 35px;
    line-height: 40px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 0 0 15px;
}


/* Button Style
/* ------------------------------ */

.btn {
    font-size: 14px;
    line-height: 21px;
    padding: 14px 34px;
    border: 0;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

.btn:hover,
.btn:focus {
    color: #fff;
}

.btn-round {
    border-radius: 50px;
}

.btn-primary {
    background-color: #399525;
    /*#03e582;*/
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
    background-color: #41A72A;
}

.btn-secondary {
    background-color: #f6861c;
    box-shadow: 0px 0px 20px 10px rgba(246, 134, 28, 0.3);
}

.btn-secondary:hover {
    background-color: #da6d05;
}

.btn-green {
    background-color: #01a23c;
    box-shadow: 0px 10px 30px 0px rgba(1, 160, 60, 0.3);
}

.btn-green:hover {
    background-color: #03dc52;
}

.btn-blue {
    background-color: #0083ff;
    box-shadow: 0px 10px 30px 0px rgba(4, 117, 224, 0.3);
}

.btn-blue:hover {
    background-color: #0475e0;
}

.btn-red {
    background-color: #ff3133;
    box-shadow: 0px 10px 30px 0px rgba(255, 49, 51, 0.3);
}

.btn-red:hover {
    background-color: #ff4345;
}

.btn-orange {
    background-color: #c54f00;
    box-shadow: 0px 10px 30px 0px rgba(197, 79, 0, 0.3);
}

.btn-orange:hover {
    background-color: #e65c00;
}

.alert {
    padding: 10px 15px;
}


/*
Form Style
-------------------------------------------*/


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.form-group {
    margin-bottom: 30px;
}

.form-control {
    height: 50px;
    padding: 6px 20px;
    border: 1px solid #44819F;
    box-shadow: none;
}

.form-control:focus {
    border-color: transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075), 0 0 20px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075), 0 0 20px rgba(0, 0, 0, .3);
}

.contact-form .form-group textarea {
    min-height: 210px;
    padding: 15px 20px;
    position: relative;
    z-index: 20;
}


/* ================= Loading screen ==================== */

#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000000;
    width: 100%;
    height: 100%;
    transition: 600ms all ease-in-out !important;
    background-color: #fff;
    background-image: url(../images/loading_bg.jpg);
    background-size: cover;
}

#loading-screen.loaded {
    z-index: -1;
    opacity: 0;
}

#loading-screen-logo {
    padding: 15px;
    position: relative;
    width: 220px;
    height: 224px;
}

#loading-screen-logo img {
    position: relative;
    z-index: 2;
    width: 220px;
}

#loading-screen-logo .loader-ring {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: pulsate2 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation: pulsate2 2s ease-out;
    animation-iteration-count: infinite;
    opacity: 0.0;
    z-index: 0;
    width: 250px;
    height: 254px;
    border-radius: 220px 224px;
    border: 30px solid #ddd;
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0.7;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        opacity: 0.7;
    }
}

@-webkit-keyframes pulsate2 {
    0% {
        -webkit-transform: scale(0.8, 0.8);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0.0;
    }
}

@-webkit-keyframes pulsate3 {
    0% {
        -webkit-transform: scale(0.9, 0.9);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0.0;
    }
}

@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(-360deg);
    }
}

@keyframes pulsate {
    0% {
        opacity: 0.7;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        opacity: 0.7;
    }
}

@keyframes pulsate2 {
    0% {
        transform: scale(0.8, 0.8);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0.0;
    }
}

@keyframes pulsate3 {
    0% {
        transform: scale(0.9, 0.9);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0.0;
    }
}

@keyframes spinner {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(-360deg);
    }
}

.absolutecenter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


/* ================= Global Classes ==================== */


/* -- margin-top -- */

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}


/* -- margin-bottom -- */

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .mb-xs-20 {
        margin-bottom: 20px;
    }
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section-padding0 {
    padding: 0;
}

.section-padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-padding-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}


/*section-title-wrapper*/

.section-title-wrapper {
    margin-bottom: 80px;
}

.section-title {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 20px;
}

.container-fluid.no-gutter,
.no-gutter>[class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid.no-gutter .row {
    margin: 0px !important;
}

.border-red {
    border-color: #ff0048 !important;
}

.gray-bg {
    background-color: #f7f9fb;
}

.box-shadow {
    box-shadow: 0 15px 15px #000;
}


/*page title*/

.page-title {
    padding: 15px 0;
    background-color: #f3f3f3;
}

.page-title h2 {
    font-size: 28px;
    margin-bottom: 0;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0 15px;
    border-radius: 0;
}

.breadcrumb li {
    color: #D1F3C9;
    font-size: 14px;
    text-transform: capitalize;
}

.breadcrumb li a,
.breadcrumb li.active {
    color: #9BF386;
    font-size: 14px;
    text-transform: capitalize;
}

.breadcrumb li a:hover {
    color: #D1F3C9;
}

.link-arrow-ltr a img {
    transform: translateX(0px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.link-arrow-ltr a:hover img {
    transform: translateX(10px);
    opacity: 1;
    visibility: visible;
}

.breadcrumb>li+li:before {
    color: #D1F3C9;
}

.link-arrow-ltr a {
    display: inline-block;
    transform: translateX(0);
}

.link-arrow-ltr a:hover {
    transform: translateX(5px);
}


/*Verticle Aligne Middle for equel height*/

.valign-wrapper {
    display: table;
    width: 100%;
}

.valign-cell {
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 991px) {
    .equal-height-column {
        height: auto !important;
    }
}


/*========================================================================
Top bar cta
==========================================================================*/

.top-bar {
    border-bottom: 1px solid #04173B;
    background-color: #05577F;
    /* position: fixed; */
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    z-index: 10;
    top: 0;
    width: 100%;
}

.top-bar-cta {
    margin: 0 -15px;
}

.top-bar-cta li {
    line-height: 20px;
}

.top-bar-cta li a,
.top-bar-cta li span {
    color: #C1D1D7;
    font-size: 12px;
    font-weight: 400;
}

.top-bar-cta li i,
.top-bar-cta li a i {
    color: #C1D1D7;
    margin-right: 5px;
    font-size: 15px;
}

.top-bar-cta .cta-phone {
    margin-right: 20px;
}

.top-bar-cta li a:hover {
    color: #03e582;
}

.top-bar-cta.lang a {
    text-transform: uppercase;
}

.top-bar-cta .special {
    background-image: url(../images/red.png) !important;
    padding: 4px 10px;
    /*margin-right: -15px;*/
}

.top-bar-cta .special a {
    text-transform: uppercase;
    white-space: nowrap;
}
.top-bar-cta .icon i{
	margin-right: 0 !important;
}
@media (min-width: 768px) {
    .navbar-right {
        float: right!important;
        margin-right: 0 !important;
    }
}


/*========================================================================
Menu Customization
==========================================================================*/

#navbar-menu {
    margin: 0 -20px;
}

@media (max-width: 992px) {
    #navbar-menu {
        margin: 0 -25px;
        position: fixed;
        height: 91% !important;
        width: 100%;
        left: 25px;
        max-height: inherit;
    }
}

@media (max-width: 480px) {
    #navbar-menu {
        margin: 0px -15px 0 -15px;
        left: inherit;
    }
}

.navbar {
    background: url(../images/blue.png) !important;
    background-color: transparent !important;
    border: 0px !important;
}

nav.navbar.bootsnav ul.nav>li>a {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

nav.navbar.bootsnav ul.nav li a:hover,
nav.navbar.bootsnav ul.nav>li.active>a,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li.active>a {
    color: #03e582;
}

.attr-nav>ul>li>a.btn-cta {
    padding: 4px 20px !important;
    background: #03e582;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    margin-left: 30px;
}

.attr-nav>ul {
    margin: 12px 0 0 0;
}

.navbar-collapse.collapsing,
.navbar-collapse.collapse.in {
    background: #fff;
}

.navbar-collapse.collapsing ul.nav>li>a,
.navbar-collapse.collapse.in ul.nav>li>a {
    color: #000;
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
    display: none;
}

.wrap-sticky {
    background-color: #58B6FF;
}

.navbar-brand {
    /* background: url(../images/logo_new.png) no-repeat center; */
    /* width: 448px; */
    height: 152px;
    background-size: cover;
    text-indent: -9999px;
    position: absolute;
    left: 50%;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateX(-50%);
    top: -20px;
    z-index: 100;
}

.navbar.bootsnav .navbar-toggle {
    color: white;
}

.wrap-sticky nav.navbar.bootsnav {
    position: relative;
}

@media (min-width: 993px) {
	nav.navbar.bootsnav ul.nav > li > a {
		letter-spacing: 0 !important;
	}
    
	nav.navbar.bootsnav ul.nav>li>a {
        padding: 16px 8px;
    }
    nav.navbar.bootsnav.sticked ul.nav>li>a {
        padding: 10px 8px;
    }
    .attr-nav>ul {
        margin: 32px 0 0 0;
    }
    .sticked .attr-nav>ul {
        margin: 12px 0 0 0;
    }
    .navbar-brand {
        height: 100px;
    }
    .sticked .navbar-brand {
        top: 0;
        height: 90px;
    }
    .navbar-brand>img {
        height: 90px;
    }
    .sticked .navbar-brand>img {
        height: 70px;
        margin-top: -20px;
    }
    .navbar-brand>img,
    .sticked .attr-nav>ul {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 03s ease;
        transition: all 0.3s ease;
    }
}

@media (max-width: 992px) {
    nav.navbar.bootsnav .navbar-brand {
        float: left !important;
        padding: 5px 0;
    }
    .navbar-brand {
        top: 0;
    }
    .navbar-brand>img {
        height: 60px;
    }
    .sticked .navbar-brand {
        top: 0;
        height: 90px;
    }
    nav.navbar.bootsnav .navbar-toggle {
        float: right;
        margin-left: -200px;
        margin-right: auto;
        margin-top: 6px;
    }
}


/*========================================================================
Banner Wrapper
==========================================================================*/

.header-wrapper {
    /*  background-color: #2b1f3a;*/
    position: relative;
    /* margin-bottom: -145px; */
    min-height: 600px;
    overflow: hidden;
}

@media (max-width:767px) {
    .header-wrapper {
        margin-bottom: 0;
    }
}

.section_slide {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
}

.ff-row {
    position: relative;
}

.fw-row {
    /* background: #fff; */
    position: relative;
    z-index: 3;
}

.main-title {
    font-size: 56px;
    line-height: 65px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    padding-top: 40px;
    position: relative;
    /* padding-bottom: 50%; */
    opacity: 1;
    visibility: visible;
    text-shadow: 0 0 10px #000;
    /* -webkit-transition: opacity 0.24s ease-in-out; */
    /* -moz-transition: opacity 0.24s ease-in-out; */
    /* transition: opacity 0.24s ease-in-out; */
    z-index: 3;
}

.hero-unit {
    padding-top: 120px;
}

.hero-title {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 50px;
}

.hero-des {
    font-size: 20px;
    color: #fff;
}

@media (max-width: 991px) {
    .hero-img img {
        margin: 0 auto;
        display: block;
        width: 100%;
    }
}

@media (max-width: 480px) {
    h1,
    .hero-title,
    .section-title {
        font-size: 40px !important;
        line-height: 50px !important;
    }
}


/*=====================================================================
Feature Box 
=======================================================================*/

.feature-box-section {
    background: url(../images/green.png) !important;
    background-color: transparent !important;
    border: 0px !important;
    position: relative;
}

.feature-box-wrapper {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-box-wrapper:hover h2,
.feature-box-wrapper:hover img {
    opacity: 0.7;
}

.feature-box-wrapper h2 {
    color: #fff;
    line-height: 26px;
    font-size: 22px;
    margin: 0 0 5px 0;
}

.feature-box-wrapper p {
    color: #9BF386;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    padding: 0 10px 0 0;
}

.feature-box-wrapper .icon {
    margin-right: 10px;
}

.feature-box-wrapper.box-padding {
    padding: 40px;
    background-color: #f2f8fe;
    border-radius: 10px;
}

.special .feature-box-wrapper {
    background-image: url(../images/red.png) !important;
    padding: 20px 20px;
    margin: -20px 0 -20px -30px;
    min-height: 275px;
}

.referendum .feature-box-wrapper {
    background-image: url(../images/msk-bg-sm.png) !important;
    padding: 20px 20px;
    margin: -20px 0 -20px -30px;
    min-height: 275px;
}
.referendum .feature-box-wrapper img{
	width: 100%;
	margin-left: -10px;
}

@media (min-width:767px) {
    .feature-box-wrapper .icon {
        position: absolute;
    }
    .feature-box-wrapper .content {
        margin: 60px 0 5px 0;
        position: relative;
    }
}

@media (max-width:767px) {
    .feature-box-wrapper {
        margin-bottom: 40px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
	.special .feature-box-wrapper,
    .referendum .feature-box-wrapper {
	padding: 20px 35px;
        min-height: auto;
        margin: 0 -30px 0px -30px;
    }
	
	.referendum .feature-box-wrapper img{
		width: inherit;
		margin-left: inherit;
	}
}


/*=====================================================================
Portfolio Style
=======================================================================*/

#ei-slider {
    height: 600px;
}

#ei-slider ul {
    padding: 0;
    margin: 0 auto;
}

.owl-carousel .item-video {
    height: 500px;
}

.owl-carousel .owl-video-play-icon {
    background: url(../images/owl.video.play.png) no-repeat;
}

.owl-theme .owl-nav {
    position: absolute;
    margin: 0;
    top: 0;
    width: 100%;
}

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    color: transparent !important;
    background: transparent !important;
    top: 225px;
}

.owl-theme .owl-lazy {
    background-size: cover;
}

.owl-theme .owl-nav .owl-prev {
    left: 0;
}

.owl-theme .owl-nav .owl-next {
    right: 0;
}


/* arrows */

.owl-theme .owl-nav .owl-prev::before,
.owl-theme .owl-nav .owl-next::before {
    position: absolute;
    top: 17px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-left: 2px solid white;
    border-top: 2px solid white;
    backface-visibility: hidden;
}

.owl-theme .owl-nav .owl-prev::before {
    -ms-transform: rotate(-45deg);
    /*IE 9*/
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 4px;
}

.owl-theme .owl-nav .owl-next::before {
    -ms-transform: rotate(135deg);
    /*IE 9*/
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 4px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #399525;
}

.youtube {
    height: 600px;
}

.slick-prev:before,
.slick-next:before {
    color: #44819F;
}

.slick-slide {
    transition: all ease-in-out .3s;
    border-right: 1px solid rgba(68, 129, 159, 0.5);
    margin: 0 10px
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    margin: 0 0 30px -7.5px !important;
}

.photo-box-section .no-js .owl-carousel,
.photo-box-section .owl-carousel.owl-loaded {
    margin: 0 0 30px 7.5px !important;
}

.usefull .no-js .owl-carousel,
.usefull .owl-carousel.owl-loaded {
    margin: 0 0 30px 7.5px !important;
}

@media only screen and (max-width: 768px) {
    .usefull .no-js .owl-carousel,
    .usefull .owl-carousel.owl-loaded {
        margin: 0 0 30px 0 !important;
    }
}

.smallcarousel .logo {
    max-width: 64px;
    height: auto;
    width: 25%;
    float: left;
    padding-right: 15px;
}

.smallcarousel .logo img {
    width: 100% !important;
    height: auto !important;
}

.smallcarousel h4 {
    float: left;
    width: 75%;
    margin: 0;
    line-height: 40px;
}

.smallcarousel a {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    color: #2e4155;
    font-size: 16px;
    font-weight: normal;
}

.smallcarousel .owl-dots {
    display: none;
}

.smallcarousel .owl-nav [class*=owl-] {
    top: 0 !important;
    margin: 5px 0 0 0;
}

.smallcarousel .owl-nav .owl-prev::before,
.smallcarousel .owl-nav .owl-next::before {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
}

.smallcarousel .owl-nav .owl-prev {
    left: -33px;
}

.smallcarousel .owl-nav .owl-next {
    right: -33px;
}


/*=====================================================================
Portfolio Style
=======================================================================*/

.portfolio-wrapper {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 30px 65px 0px rgba(25, 25, 25, 0.27);
    -webkit-box-shadow: 0px 30px 65px 0px rgba(25, 25, 25, 0.27);
    -moz-box-shadow: 0px 30px 65px 0px rgba(25, 25, 25, 0.27);
    -ms-box-shadow: 0px 30px 65px 0px rgba(25, 25, 25, 0.27);
    -o-box-shadow: 0px 30px 65px 0px rgba(25, 25, 25, 0.27);
}

.portfolio-wrapper:hover {
    box-shadow: none;
}

.portfolio-wrapper .portfolio-content {
    display: table;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: translateY(120px);
    transition: all .3s ease-in-out;
}

.portfolio-wrapper .portfolio-caption-link {
    display: table-cell;
    vertical-align: middle;
}

.portfolio-wrapper img {
    border-radius: 4px;
    width: 100%;
}

.portfolio-caption h3 {
    font-size: 25px;
    margin-bottom: 5px;
}

.portfolio-caption h3 a {
    color: #000;
}

.portfolio-caption h3 a:hover {
    color: #f6861c;
}

.portfolio-caption .portfolio-tag li a {
    color: #111;
}

.portfolio-caption .portfolio-tag li a:hover {
    color: #f6861c;
}

.portfolio-caption .portfolio-tag {
    margin-bottom: 0;
}

.portfolio-wrapper .portfolio-caption-link a {
    font-size: 35px;
    float: right;
    color: #f6861c;
}

.portfolio-wrapper .portfolio-caption-link a:hover {
    color: #e06f04;
}


/*.portfolio-wrapper {
    position: relative;
    overflow: hidden;
}*/

.portfolio-wrapper:hover .portfolio-content {
    opacity: 1;
    transform: translateY(0);
}


/*Portfolio Details*/

.portfolio-overview img {
    margin-bottom: 30px;
}


/*Portfolio Meta*/

.portfolio-meta {
    padding: 0;
    margin-bottom: 40px;
    list-style: none;
}

.portfolio-meta li {
    font-size: 16px;
    margin: 15px 0;
    color: #111;
}

.portfolio-meta li {
    margin: 15px 0;
}

.portfolio-meta li span {
    display: inline-block;
    width: 130px;
    letter-spacing: 1px;
    color: #212121;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}

.portfolio-meta li a {
    margin-right: 10px;
    color: #a7a7a7;
}


/*=====================================================================
News Tab
=======================================================================*/

#newstab {
    /* margin-bottom: 60px !important; */
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(60px, 0, 0);
        transform: translate3d(60px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(60px, 0, 0);
        transform: translate3d(60px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.resp-vtabs .resp-tabs-container {
    border: 0;
}

.resp-vtabs li.resp-tab-active {
    border: 0;
}

.resp-vtabs ul.resp-tabs-list {
    float: right;
    width: 70%;
    margin: 10px 0;
}

.resp-vtabs .resp-tabs-container {
    width: 90%;
}

.resp-tab-content.resp-tab-content-active li {
    opacity: 0;
    position: relative;
}

.resp-tab-content.resp-tab-content-active li.i1 {
    -webkit-animation: fadeInRight 2s ease-out forwards;
    animation: fadeInRight 1s ease-out forwards;
}

.resp-tab-content.resp-tab-content-active li.i2 {
    -webkit-animation: fadeInRight 2s .2s ease-out forwards;
    animation: fadeInRight 1s .2s ease-out forwards;
}

.resp-tab-content.resp-tab-content-active li.i3 {
    -webkit-animation: fadeInRight 2s .4s ease-out forwards;
    animation: fadeInRight 1s .4s ease-out forwards;
}

.resp-tab-content.resp-tab-content-active li.i4 {
    -webkit-animation: fadeInRight 2s .6s ease-out forwards;
    animation: fadeInRight 1s .6s ease-out forwards;
}

.resp-tab-content.resp-tab-content-active li.i5 {
    -webkit-animation: fadeInRight 2s .8s ease-out forwards;
    animation: fadeInRight 1s .8s ease-out forwards;
}

.featured_thumb {
    float: left;
    width: 33.3%;
    height: 450px;
    overflow: hidden;
}

.featured_thumb img,
.featured_thumb .img {
    border: none;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.featured_thumb .cover {
    position: absolute;
    width: 100%;
    height: 100%;
}

.featured_thumb .thumb-icon {
    background: rgba(0, 0, 0, 0.4) !important;
}

.featured_thumb .thumb-icon {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .4);
    height: 100%;
    width: 100%;
    filter: Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.featured_thumb h3 {
    position: absolute;
    bottom: 40px;
    left: 0;
    padding: 0 20px;
    margin: 0 0 10px!important;
    color: #FFF;
    z-index: 98;
    font-size: 24px;
    text-shadow: 0 0 10px #000;
}

.featured_thumb .details a,
.featured_thumb .details {
    color: #b4b4b4;
}

.featured_thumb .details {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    color: #b4b4b4;
    z-index: 98;
    padding: 0 20px;
}

.featured_thumb .fa-calendar {
    margin-right: 4px!important;
}

.featured_thumb a.cover:after {
    content: no-close-quote;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 151px;
    background: url(../images/gradient.png) repeat-x;
}

@media only screen and (max-width: 768px) {
    .featured_thumb h3 {
        font-size: 16px;
    }
    .resp-tab-content.resp-tab-content-active li {
        -webkit-animation: none !important;
        animation: none !important;
        opacity: 1 !important;
    }
}

.newspanel {
    min-height: 350px;
    overflow: hidden;
}

.news-box {
    background: #A6C8E1 url(../images/loading_bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-size: cover;
    box-shadow: 0px 0px 10px #444;
}

.newspanel-left {
    padding-right: 0;
}

.resp-tab-content {
    padding: 0;
    margin-left: -15px;
}

@media only screen and (max-width: 768px) {
    .newspanel-left {
        background: none;
        height: 0;
        min-height: 0;
    }
    .resp-vtabs .resp-tabs-container {
        width: 100%;
    }
    h2.resp-accordion:first-child {
        border-top: 1px solid rgba(68, 129, 159, 0.5);
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid rgba(68, 129, 159, 0.5);
    }
    h2.resp-tab-active {
        background: url(../images/blue.png) !important;
        background-color: transparent !important;
    }
    .resp-arrow {
        border-top: 12px solid #44819F;
        margin-top: 15px;
    }
    h2.resp-tab-active span.resp-arrow {
        border-bottom: 12px solid #fff;
    }
    .resp-accordion {
        color: #44819F;
    }
    .resp-accordion.resp-tab-active {
        color: #fff;
    }
}

.newspanel-right {
    /* background: #fff; */
    border-top: 1px solid #44819F;
    border-bottom: 1px solid #44819F;
    border-left: 10px solid #146D97;
}

.resp-tabs-container {
    background-color: transparent !important;
}

@media (max-width: 767px) {
    .newspanel-right {
        /*margin: 15px;*/
        /* padding: 0 5px 0 15px; */
        padding: 0;
        border-left: 0;
    }
    .copyright {
        width: 80%;
    }
    .copyright p {
        font-size: 12px;
        line-height: 20px;
    }
}

.resp-vtabs .resp-tabs-list li {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    background: url(../images/white.png) !important;
    background-color: transparent !important;
    color: #44819F;
    border-bottom: 1px solid rgba(68, 129, 159, 0.5);
    margin-bottom: 0 !important;
    position: relative;
}

.resp-vtabs li.resp-tab-active {
    background: url(../images/blue.png) !important;
    background-color: transparent !important;
    color: #fff;
    padding-left: 15px !important;
    padding-top: 15px !important;
    margin-right: 0 !important;
}

h2.resp-accordion {
    border-top: 0 !important;
    border-left: 0 !important;
    background: url(../images/white.png);
}


/*=====================================================================
Pricing Table
=======================================================================*/

.pricing-table-section {
    background-color: #fff;
}

.pricing-box-shadow {
    box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.15);
}

.pricing-table-wrapper.pricing-border {
    border-right: 5px solid #e9eff5;
}

.pricing-table-wrapper .table-header {
    padding: 55px 0 30px 0;
}

.table-header .package-name {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #212121;
}

.table-header .package-name.freebie {
    color: #01a23c;
}

.table-header .package-name.unlimited {
    color: #ff3133;
}

.table-header .package-name.starter {
    color: #0083ff;
}

.table-header .package-price {
    padding-top: 30px;
    color: #273f5b;
    font-family: 'Roboto', sans-serif;
}

.table-header .currency-symbol {
    color: #273f5b;
    font-size: 36px;
    font-weight: 700;
}

.table-header .price {
    font-weight: 700;
    font-size: 60px;
}

.table-header .price-cent {
    font-size: 36px;
    font-weight: 700;
}

.table-header .currency-code {
    display: block;
    padding-top: 15px;
    font-weight: 700;
    font-size: 16px;
}

.table-info ul li {
    color: #4b5d73;
    font-size: 17px;
    margin: 5px 0;
}

.table-info ul li del {
    color: #a1b2c6;
}

.table-footer {
    padding: 70px 0 60px 0;
}

.table-info p {
    color: #4b5d73;
    font-size: 17px;
    padding: 24px 40px;
}


/*Futured*/

.pricing-table-wrapper.futured-pricing-table {
    background-color: #ff6600;
    border-radius: 10px;
    padding-bottom: 35px;
    margin: -30px 0 -30px 0;
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
}

.pricing-table-wrapper.futured-pricing-table .table-header {
    padding: 80px 0 30px 0;
}

.pricing-table-wrapper.futured-pricing-table .premium,
.pricing-table-wrapper.futured-pricing-table .package-price,
.pricing-table-wrapper.futured-pricing-table .table-header .currency-symbol,
.pricing-table-wrapper.futured-pricing-table .table-info ul li,
.pricing-table-wrapper.futured-pricing-table .table-info ul li del {
    color: #fff;
}


/*======================================================================
Team member
========================================================================*/

.team-thumb img {
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    width: 100%;
}

.member-title h3 {
    font-size: 25px;
    margin-bottom: 5px;
}

.member-title span {
    color: #212121;
    font-size: 16px;
    font-weight: 700;
}

.team-thumb:after {
    background: #fff;
    content: "";
    height: 100%;
    left: -75px;
    opacity: .2;
    visibility: hidden;
    position: absolute;
    top: -20%;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, .22, 1);
    width: 40px;
    z-index: 10;
}

.team-thumb {
    position: relative;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
}

.team-member-wrapper:hover .team-thumb:after {
    visibility: visible;
    left: 116%;
    transition: all 550ms cubic-bezier(0.19, 1, .22, 1);
    top: 60px;
}


/*======================================================================
Blog Page
========================================================================*/

.post-header .post-thumbnail a img {
    width: 100%;
}

.post-wrapper .blog-content .entry-header h2 {
    font-size: 32px;
    color: #212121;
    line-height: 45px;
}

.post-wrapper .blog-content .entry-header h2 a {
    color: #212121;
}

.post-wrapper .blog-content .entry-header h2 a:hover {
    color: #ff6600;
}

.blog-content .entry-content p {
    font-size: 19px;
}

.blog-content .entry-content a {
    color: #ff6600;
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
    ;
    font-weight: 700;
}

.post-wrapper .blog-content {
    padding: 40px 40px;
    box-shadow: 0px 30px 40px 0px rgba(25, 25, 25, 0.15);
    -webkit-box-shadow: 0px 30px 40px 0px rgba(25, 25, 25, 0.15);
    -moz-box-shadow: 0px 30px 40px 0px rgba(25, 25, 25, 0.15);
    -ms-box-shadow: 0px 30px 40px 0px rgba(25, 25, 25, 0.15);
    -o-box-shadow: 0px 30px 40px 0px rgba(25, 25, 25, 0.15);
}

.post-wrapper:hover .blog-content {
    box-shadow: none;
}

@media (max-width: 480px) {
    .post-wrapper .blog-content .entry-header h2 {
        font-size: 28px;
        line-height: 40px;
    }
}


/*pagination style
--------------------------------------------------------------------------------------------------*/

.page-pagination {
    margin-top: 50px;
    text-align: center;
}

.page-pagination .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
}

.page-pagination .pagination li {
    display: inline-block;
}

.page-pagination .pagination li a {
    display: inline-block;
    min-width: 42px;
    color: #05577F;
    padding: 9px 15px;
    margin: 0 4px;
    background-color: #eef4f8;
    border: 1px solid #dce7ef;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

@media screen and ( max-width: 768px) {
    .page-pagination .pagination li a {
        margin-bottom: 12px;
    }
}

.page-pagination .pagination li a:hover {
    background-color: #05577F;
    border-color: #05577F;
    color: #fff !important;
}

.page-pagination .pagination li a.pagination-prev,
.page-pagination .pagination li a.pagination-next {
    color: #05577F;
    font-weight: 600;
}

.page-pagination .pagination li a.active-page,
.pagination li .active-page {
    background-color: #05577F !important;
    border-color: #05577F !important;
    color: #fff !important;
    box-shadow: 0 3px 8px rgba(5, 87, 127, 0.28);
}

.page-pagination .pagination li a.pagination-prev span {
    padding-right: 5px;
}

.page-pagination .pagination li a.pagination-next span {
    padding-left: 5px;
}


/*Latest Blog
-------------*/

.latest-blog-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.latest-blog-list>li {
    /* padding-bottom: 10px; */
    /* margin-bottom: 10px; */
    /* border-bottom: 1px solid #e5e5e5; */
}

.latest-blog-list>li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.latest-blog-list .date {
    float: left;
    width: 60px;
    height: 60px;
    padding-top: 4px;
    color: #404040;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-right: 15px;
    border: 1px solid #e5e5e5;
}

.latest-blog-list .date span {
    font-size: 10px;
    display: block;
    text-transform: uppercase;
}

.latest-blog-list .date:hover {
    /* color: #fff; */
    /* background-color: #77a86d; */
    /* border-color: transparent; */
}

.latest-blog-list .blog-post {
    overflow: hidden;
    min-height: 60px;
}

.blog-post h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .blog-post h3 {
        font-size: 16px;
        line-height: 18px;
        margin: 0;
    }
}

.blog-post h3 a {
    color: #404040;
}

.blog-post h3 a:hover {
    color: #77a86d;
}

.post-meta {
    padding: 0;
    list-style: none;
}

.post-meta li {
    display: inline-block;
    margin-right: 10px;
    color: #404040;
    font-size: 13px;
}

.post-meta li:last-child {
    margin-right: 0;
}

.post-meta li a {
    margin-left: 5px;
    color: #404040;
    text-transform: capitalize;
}

.post-meta li a:hover {
    color: #77a86d;
}

.post-wrapper.latest-blog-wrapper .blog-content {
    background-color: #fff;
    border-radius: 10px;
}

.post-wrapper.latest-blog-wrapper:hover .blog-content {
    background-color: #f6861c;
}

.post-wrapper.latest-blog-wrapper:hover .entry-header h2 a,
.post-wrapper.latest-blog-wrapper:hover .blog-date span,
.post-wrapper.latest-blog-wrapper:hover .blog-autthor a {
    color: #fff !important;
}

.post-wrapper.latest-blog-wrapper .entry-header h2 {
    font-size: 25px;
    line-height: 35px;
}

.post-wrapper.latest-blog-wrapper .blog-date span {
    font-size: 16px;
    transition: all .3s ease-in-out;
}

.post-wrapper.latest-blog-wrapper .blog-date {
    margin-bottom: 30px;
}

.post-wrapper.latest-blog-wrapper .blog-autthor a {
    font-size: 13px;
    color: #212121;
    text-transform: uppercase;
    font-weight: 600;
}

.post-wrapper.latest-blog-wrapper .blog-autthor a span {
    font-weight: 400;
}

.post-wrapper.latest-blog-wrapper .blog-autthor {
    margin-top: 30px;
}


/*======================================================================
Blog Widget style
========================================================================*/

.widget {
    padding: 40px 40px;
    border-radius: 5px;
    box-shadow: 0px 1px 40px 0px rgba(25, 25, 25, 0.15);
    -webkit-box-shadow: 0px 1px 40px 0px rgba(25, 25, 25, 0.15);
    -moz-box-shadow: 0px 1px 40px 0px rgba(25, 25, 25, 0.15);
    -ms-box-shadow: 0px 1px 40px 0px rgba(25, 25, 25, 0.15);
    -o-box-shadow: 0px 1px 40px 0px rgba(25, 25, 25, 0.15);
}

.widget-title {
    margin-bottom: 35px;
}

.categories-widget ul {
    margin: 0;
    border-left: 3px solid #ffe0cc;
}

.categories-widget ul a {
    padding: 10px 0 10px 30px;
    display: inline-block;
    border-left: 3px solid transparent;
    margin-left: -2px;
    color: #4b5d73;
}

.categories-widget ul a:hover {
    border-left-color: #ff6600;
    color: #ff6600;
}

.categories-widget ul a span {
    display: inline-block;
    color: #839dbc;
    font-size: 12px;
    margin-left: 20px;
    background-color: #e6eff9;
    padding: 3px 12px;
    border-radius: 20px;
    line-height: 18px;
    transition: all .3s ease-in-out;
}

.categories-widget ul a:hover span {
    background-color: #ff6600;
    color: #fff;
}

.latest-news-widget .media .media-body h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.latest-news-widget .media .media-body h3 a {
    color: #273f5b;
}

.latest-news-widget .media .media-body h3 a:hover {
    color: #ff6600;
}

.latest-news-widget .media-body .entry-meta ul li {
    color: #839dbc;
    font-size: 14px;
}

.latest-news-widget .media-left,
.media>.pull-left {
    padding-right: 15px;
}

@media screen and ( max-width: 991px) {
    .tt-sidebar-wrapper {
        margin-top: 50px;
    }
}


/*======================================================================
Single Post
========================================================================*/

.single-post-wrapper.post-wrapper:hover .blog-content {
    box-shadow: 0px 30px 40px 0px rgba(25, 25, 25, 0.15);
    -webkit-box-shadow: 0px 30px 40px 0px rgba(25, 25, 25, 0.15);
    -moz-box-shadow: 0px 30px 40px 0px rgba(25, 25, 25, 0.15);
    -ms-box-shadow: 0px 30px 40px 0px rgba(25, 25, 25, 0.15);
    -o-box-shadow: 0px 30px 40px 0px rgba(25, 25, 25, 0.15);
}


/*post author style
----------------------------------*/

.post-author-wrapper {
    background-color: #edf2fa;
    padding: 40px;
    display: table;
}

.post-author-img {
    display: table-cell;
    vertical-align: middle;
}

.post-author-content {
    margin-left: 20px;
}

.post-author-content h3 {
    margin-bottom: 10px;
    font-size: 25px;
}

.post-author-content h3 a {
    color: #212121;
    font-size: 25px;
    font-weight: 700;
}

.post-author-content p {
    margin-bottom: 15px;
}

.post-author-social-link {
    margin-bottom: 0px;
    margin-left: 17px;
}

.post-author-social-link li {
    padding: 0px 2px;
}

.post-author-social-link li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    border-radius: 3px;
    color: #212121;
    background-color: #fff;
    font-size: 14px;
    transition: all .3s ease-in-out;
}

.post-author-social-link li a:hover i {
    background-color: #ff6600;
    color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
    .post-author-img {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
}


/*-----------navigation post----------*/

.entry-header .prev-post,
.entry-header .next-post {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.post-navigation-wrapper .post-wrapper .blog-content .entry-header h2 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
}

.post-navigation-wrapper .blog-content {
    box-shadow: none;
}

.post-navigation-wrapper {
    position: relative;
    padding: 40px 60px;
    box-shadow: 0px 0px 60px 0px rgba(25, 25, 25, 0.15);
    -webkit-box-shadow: 0px 0px 60px 0px rgba(25, 25, 25, 0.15);
    -moz-box-shadow: 0px 0px 60px 0px rgba(25, 25, 25, 0.15);
    -ms-box-shadow: 0px 0px 60px 0px rgba(25, 25, 25, 0.15);
    -o-box-shadow: 0px 0px 60px 0px rgba(25, 25, 25, 0.15);
}

.post-navigation-wrapper .post-wrapper .blog-content {
    padding: 0;
}

.post-navigation-wrapper .post-wrapper.text-right {
    padding-left: 30px;
}

.post-navigation-wrapper .post-wrapper.text-left {
    padding-right: 30px;
}

.navigation-post-arrow a {
    font-size: 25px;
    color: #ff6600;
    position: absolute;
    top: 50%;
    /*margin-top: -14px;*/
}

.navigation-post-arrow .prev-arrow {
    left: 15px;
}

.navigation-post-arrow .next-arrow {
    right: 15px;
}

.navigation-post-arrow a:hover {
    text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.71);
}


/*comments wrapper
----------------------------------*/

.comment-wrapper {
    padding: 30px;
    box-shadow: 0px 0px 60px 0px rgba(25, 25, 25, 0.15);
    -webkit-box-shadow: 0px 0px 60px 0px rgba(25, 25, 25, 0.15);
    -moz-box-shadow: 0px 0px 60px 0px rgba(25, 25, 25, 0.15);
    -ms-box-shadow: 0px 0px 60px 0px rgba(25, 25, 25, 0.15);
    -o-box-shadow: 0px 0px 60px 0px rgba(25, 25, 25, 0.15);
}

.comment-wrapper .comment-tab .nav-tabs {
    border: none;
}

.comment-wrapper .comment-tab ul li {
    margin-bottom: 0;
}

.comment-tab .nav-tabs>li.active>a,
.comment-tab .nav-tabs>li.active>a:focus,
.comment-tab .nav-tabs>li.active>a:hover {
    border: none;
    color: #ff6600;
}

.comment-tab .nav-tabs>li>a span {
    background-color: #ff6600;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
    line-height: 18px;
    padding: 2px 10px;
    border-radius: 20px;
}

.comment-tab .nav>li>a:focus,
.comment-tab .nav>li>a:hover {
    background-color: #fff;
    color: #ff6600;
    border: none;
}

.comment-tab .nav-tabs>li>a {
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 20px;
    color: #111;
}

.comment-list .media .media-left {
    padding-right: 20px;
}

.comment-list .media .media-left img {
    border-radius: 5px;
}

.comment-info .comment-author {
    display: inline-block;
}

.comment-info .comment-author h5 {
    font-weight: 600;
    font-size: 16px;
    color: #212121;
    line-height: 22px;
    float: left;
    margin-right: 10px;
}

.comment-author .rating-input {
    padding-bottom: 10px;
}

.comment-reply-btn {
    float: right;
}

.comment-info span {
    font-size: 12px;
    font-style: italic;
    color: #111;
    margin-right: 20px;
}

.comment-info .comment-reply-link {
    font-size: 12px;
    color: #111;
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
}

.comment-info .comment-reply-link:hover {
    background-color: #ff6600;
    color: #fff;
    border-color: #ff6600;
}

.comment-list .media-body p {
    font-size: 15px;
    line-height: 23px;
}

.comment-wrapper ul.children {
    margin-left: 20px;
}

.comment-list .comment-author .media {
    padding: 20px 20px 15px;
    margin-top: 15px;
    background-color: #f4f4f4;
}

.comment-wrapper .comment-list li {
    margin-bottom: 40px;
}

.comment-wrapper .comment-list li:last-child {
    margin-bottom: 0;
}

.comment-form .form-control {
    background-color: #f4f4f4;
}

.comment-form .form-control:[type='text'],
.comment-form .form-control:[type="email"],
.comment-form .form-control:[type="password"] {
    color: #b8b8b8;
}

.comment-form button.comment-submit-btn {
    background-color: #ff6600;
    color: #fff;
    border-radius: 5px;
    padding: 12px 40px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.comment-form button.comment-submit-btn:hover {
    background-color: #c15004;
}

.comment-form button.comment-submit-btn:focus {
    border: none;
}

.comment-form textarea.comment {
    padding: 20px;
    max-height: 150px;
    resize: none;
}


/*======================================================================
Testimonial section
========================================================================*/

.testimonial-content {
    padding-top: 60px;
    text-align: center;
}

.testimonial-content p {
    font-family: 'Roboto', sans-serif;
    ;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

@media (min-width: 992px) {
    .testimonial-content p {
        width: 60%;
        margin: 0 auto;
    }
}

.testimonial-meta {
    text-align: center;
    margin-top: 50px;
}

.testimonial-meta h3 {
    font-size: 25px;
    margin-bottom: 0;
}

.testimonial-meta span {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #212121;
}

.carousel-control {
    background-color: #dee8f1;
    width: 80px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-control:focus,
.carousel-control:hover {
    background-color: #ff6600;
    opacity: 1;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    filter: none;
}

.carousel-control.left {
    left: 50%;
    right: auto;
    margin-left: -84px;
}

.carousel-control.right {
    right: 50%;
    left: auto;
    margin-right: -84px;
}


/*======================================================================
Feature Service section
========================================================================*/

.feature-service-one {
    background: url(assets/img/feature-service-bg-img-1.jpg) no-repeat center center / cover;
}

.feature-service-two {
    background: url(assets/img/feature-service-bg-img-2.jpg) no-repeat center center / cover;
}

.feature-service-three {
    background: url(assets/img/feature-service-bg-img-3.jpg) no-repeat center center / cover;
}

@media (min-width: 992px) {
    .feature-service-thumb {
        text-align: right;
    }
}

.feature-service-thumb img {
    max-width: 100%;
}

.img-holder img {
    width: 100%;
    box-shadow: 0px 0px 98px rgba(0, 30, 59, .15);
}

.feature-service-content {
    padding-left: 50px;
}

@media (min-width: 1300px) {
    .fullwidth-content {
        padding: 0 70px;
    }
}

@media (max-width: 1299px) {
    .fullwidth-content {
        padding: 30px 30px;
    }
}

span.intro {
    color: #212121;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.border-left-content {
    padding-left: 50px;
    border-left: 10px solid #ff6600;
    margin-top: 50px;
    font-size: 19px;
    margin-bottom: 0;
}


/*======================================================================
Services Number section
========================================================================*/

.service-box-wrapper {
    position: relative;
}

.service-box-wrapper .service-num span {
    font-size: 200px;
    line-height: 200px;
    color: rgba(243, 243, 243, 0.89);
    font-weight: 700;
}

.service-box-wrapper .content h2 {
    position: absolute;
    top: 31%;
    left: 0;
}

@media (min-width: 992px) {
    .service-box-wrapper .content h2 {
        padding-right: 110px;
    }
}


/*======================================================================
Work Progress section
========================================================================*/

.work-progress {
    background-color: #f2f8fe;
}

.work-progress-wrapper .icon {
    position: relative;
    width: 120px;
    height: 120px;
    line-height: 100px;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    border: 8px solid #eaf1f8;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

.work-progress-wrapper:hover .icon {
    border-color: #ff6600;
}

.work-progress-wrapper .content {
    margin-top: 30px;
}

.work-progress-wrapper .content h3 {
    font-size: 25px;
}

.work-progress .section-title {
    width: 100%;
    margin-bottom: 30px;
}

.work-progress-wrapper .icon:before {
    content: "";
    position: absolute;
    background-color: #eaf1f8;
    top: 50%;
    left: 108%;
    width: 170%;
    height: 2px;
    margin-top: -1px;
}

.work-progress .row>div:last-child .icon:before {
    width: 0;
}

@media screen and ( max-width: 768px) {
    .work-progress-wrapper .icon:before {
        content: none;
    }
}


/*======================================================================
Contact Page
========================================================================*/

.contacts .footerbox {
    min-height: 715px;
    box-shadow: 0px 0px 10px #444;
}

.contacts-block {
    /* position: absolute; */
    top: 0;
    bottom: 0;
    right: 0;
    /* width: 50%; */
    padding: 40px;
    /* background: url(../images/blue.png) !important; */
    /* background-color: transparent !important; */
    background: #44819F;
    color: white;
    /* z-index: 9; */
}

.map-section {
    height: 715px;
}

.contacts h4,
.contacts a {
    padding: 0;
    margin: 0;
    color: #fff;
}

.contacts p,
.contacts a {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.contacts .column {
    margin-bottom: 35px;
}

.contacts .special {
    margin-bottom: 15px;
    padding: 20px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.contacts .map-block {
    height: 100%;
    width: 100%;
    position: absolute;
    margin-top: -40px;
    margin-left: -40px;
}

.contacts .map-block iframe {
    height: 100%;
    width: 100%;
}


/*======================================================================
footer top section
========================================================================*/

.footer-top-section {
    background-color: #121921;
    box-shadow: 0px 10px 60px rgba(18, 25, 33, 0.4);
}

.widget.footer-widget {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 30px;
}

.widget-about-info p {
    color: #4b5d73;
    font-size: 16px;
}

.footer-menu {
    margin: 0;
}

.footer-menu li a {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-menu li a:hover {
    color: #f6861c;
}

.footer-widget .widget-title {
    color: #fff;
}

.footer-widget-link ul {
    margin: 50px 0 0 0;
}

.footer-widget-link ul li a {
    color: #4b5d73;
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 10px 5px 0;
    transform: translateX(0);
}

.footer-widget-link ul li:hover a {
    color: #f6861c;
    transform: translateX(5px);
}

.footer-widget-link ul li img {
    transform: translateX(0px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.footer-widget-link ul li:hover img {
    transform: translateX(10px);
    opacity: 1;
    visibility: visible;
}

.footer-top-border-style {
    height: 5px;
}

.footer-top-border-style .border-bg-one {
    height: 100%;
    width: 20%;
    float: left;
    background-color: #f99800;
}

.footer-top-border-style .border-bg-two {
    height: 100%;
    width: 20%;
    float: left;
    background-color: #f05924;
}

.footer-top-border-style .border-bg-three {
    height: 100%;
    width: 20%;
    float: left;
    background-color: #59aae2;
}

.footer-top-border-style .border-bg-four {
    height: 100%;
    width: 20%;
    float: left;
    background-color: #f89101;
}

.footer-top-border-style .border-bg-five {
    height: 100%;
    width: 20%;
    float: left;
    background-color: #ff3133;
}

.contact-widget ul li i {
    color: #f6861c;
    margin-right: 10px;
}

.contact-widget .widget-contact-list li:first-child {
    margin-bottom: 15px;
}

.contact-widget .widget-contact-list {
    margin-top: 50px;
}

.contact-widget .widget-contact-list li span,
.contact-widget .widget-contact-list li a {
    color: #4b5d73;
}

.contact-msg-button {
    margin: 20px 0;
}

.contact-widget .social-link li {
    color: #4b5d73;
    font-size: 16px;
}

.contact-widget .social-link li:first-child {
    margin-right: 20px;
}

.contact-widget .social-link li a {
    color: #839dbc;
    font-size: 18px;
}

.contact-widget .social-link li a:hover {
    color: #f6861c;
}


/*copyright-wrapper*/

.copyright-wrapper {
    clear: both;
    min-height: 120px;
}

.copyright {
    padding: 20px 0;
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.copyright p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
}

.copyright p a {
    color: #0083ff;
}

.copyright p a:hover {
    color: #ffcc00;
}

.copyright .owner a {
    color: #4b5d73;
}

.backToTop {
    display: none;
    /* top: -60px; */
    position: fixed;
    right: 20px;
    bottom: 20px;
    /* margin: 0 40%; */
    z-index: 11;
}

.backToTop i {
    background-color: #399525;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    box-shadow: 0px 0px 20px 10px rgba(57, 149, 37, 0.3);
}

.backToTop:hover i {
    box-shadow: 0px 0px 20px 10px rgba(57, 149, 37, 0.6);
}


/*======================================================================
Inner Page
========================================================================*/

.inner .header-wrapper {
    min-height: 200px;
}

.inner .main-title {
    font-size: 48px;
    line-height: 60px;
}

.inner-content {
    margin: 0 -15px;
    position: relative;
    z-index: 1;
}

.inner-content h1 {
    font-size: 36px;
}

.page-header {
    margin: 0 0 15px;
}

.inner-content {
    background-color: #EDF4F8;
}

.inner-content>.row:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 66.66666667%;
    background-color: white;
}

.inner-content .left {
    background-color: white;
    min-height: 500px;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: right;
}

.inner-content .right {
    min-height: 500px;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: left;
}

.inner-content .content-wrap {
    width: 100%;
    max-width: 840px;
    display: inline-block;
    padding-right: 50px;
    text-align: justify;
    margin-left: 30px;
}

.inner-content .content-wrap h4 {
    padding: 10px 0 0 0;
}

.inner-content .content-wrap .short {
    font-size: 16px;
    line-height: 22px;
}

.content-wrap .mg-image {
    margin-bottom: 30px;
    overflow: hidden;
}

.content-wrap .mg-image img.thumbnail {
    float: left;
    margin: 0 20px 12px 0;
}

.news-single h1 {
    font-size: 28px;
    line-height: 1.25;
    margin: 0 0 12px;
    color: #05577F;
}

.news-single .news-single-image {
    margin: 0 0 18px;
}

.news-single .news-body {
    font-size: 16px;
    line-height: 1.7;
}

.inner-content img {
    max-width: 100% !important;
    height: auto !important;
}

@media (min-width: 1200px) {
    .inner-content .content-wrap {
        max-width: 860px;
    }
}

@media (min-width: 992px) {
    .inner-content .content-wrap {
        max-width: 860px;
    }
}

@media (min-width: 768px) {
    .inner-content .content-wrap {
        max-width: 860px;
    }
}

.inner-content .content-submenu {
    padding-left: 30px;
    max-width: 360px;
}

.inner-content .content-submenu ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.inner-content .content-submenu ul a {
    padding-left: 20px;
    color: #34495e;
    font-size: 18px;
    margin-top: 10px;
    display: block;
    font-family: 'Roboto', sans-serif;
    background: url(../images/menu_icon.png) no-repeat 0 10px;
    color: #44819F;
}

.inner-content .content-submenu ul a.active {
    font-weight: bold;
}

.content-wrap .date {
    text-align: left;
}

.content-wrap .date i {
    margin-right: 10px;
}
.content-wrap td,
.content-wrap th {
    border:1px solid #C0C0C0;
    padding:10px;
}

.row {
    margin: 0 !important;
    padding: 0 !important;
}

.onlinemaslahat_section {
    background-color: #CBDBE8;
    background: url(../images/loading_bg.jpg);
    /* background-repeat: no-repeat;  */
    background-position: left top;
    background-size: auto;
    background-attachment: fixed !important;
    background-size: cover;
    z-index: 10;
    position: relative;
    box-shadow: 0px 0px 10px #444;
}

.onlinemaslahat_section h2 {
    color: #fff;
    text-shadow: 0 0 10px #000;
}

.onlinemaslahat_section h4 {
    color: #fff;
    margin: 0;
}

.onlinemaslahat_section .nopadding-xs {
    padding: 70px 0 !important;
}


}
@media screen and ( max-width: 768px) {
    .onlinemaslahat_section .nopadding-xs {
        padding: 10px !important;
    }
}
.onlinemaslahat_section .externallinks {
    padding: 120px 0 50px 0 !important;
}
.onlinemaslahat_section .externallinks div {
    display: block;
    text-align: center;
    margin: 0 10px 20px 10px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #44819F;
    border-radius: 5px;
    box-shadow: none;
}
.onlinemaslahat_section .externallinks div.referendum {
    background-image: url(../images/referendum_bg.gif) !important;
}

.onlinemaslahat_section .externallinks div img {
    width: 100%;
}
.usefull .owl-item {
    padding: 10px;
    background: #fff;
    border-radius: 40px;
}
.errors {
    background: url(../images/red.png) !important;
    color: white;
    border: 1px red solid;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
}
.status {
    background: url(../images/blue.png) !important;
    color: white;
    border: 1px blue solid;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
}

/*======================================================================
Footer banner
========================================================================*/
.popup-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 400px;
}
.popup-footer .text {
    position: absolute;
    bottom: 0;
    right: 5%;
    height: 215px;
    width: 260px;
    background: no-repeat url(../images/passport.png);
    background-size: cover;
    padding-top: 100px;
    color: #fff;
}
.popup-footer #close-div {
    position: absolute;
    right: 56px;
    color: #FEFFFD;
    background: #FF3333;
    padding: 10px 15px;
    bottom: 220px;
    cursor: pointer;
    z-index: 100;
    border-radius: 25px;
}
@media (min-width: 768px) {
    .popup-footer .text {
        right: 10%;
    }
}
@media (max-width: 480px) {
    .popup-footer .text {
        width: 100% !important;
        background-size: contain;
        bottom: 140px;
        right: 0;
    }

    .popup-footer #close-div {
        bottom: 280px;
    }
}

/* Mobile navbar dropdown — restores the indented, bullet-free, dark-link look
 * the old production site shipped. Bootsnav's own mobile rules at @max-width
 * 992 should cover this, but in some browsers (esp. mobile Safari, Chrome
 * Android) the inner submenu UL's class attribute can come up empty in the
 * cascade, causing user-agent `disc/circle` markers and default link-blue
 * to leak through. These rules target by ancestor (`#navbar-menu`) instead
 * of by class, with !important, so they apply regardless. */
@media (max-width: 992px) {
    /* Strip every <ul>/<li> marker in the mobile drawer. */
    #navbar-menu ul,
    #navbar-menu ol,
    #navbar-menu li {
        list-style: none !important;
        list-style-type: none !important;
        list-style-image: none !important;
    }
    /* Indent each submenu like prod (~15px from its parent), and pin the
     * 14px / Bootstrap-default line-height that prod's .dropdown-menu rule
     * gives. Without these, items inherit body's 18px and rows look too tall. */
    #navbar-menu li.dropdown > ul {
        padding-left: 15px !important;
        margin: 0 !important;
        font-size: 14px !important;
        line-height: 1.42857143 !important;
    }
    /* Submenu link styling: dark gray, separator line, full-width tap target. */
    #navbar-menu li.dropdown > ul > li > a {
        display: block !important;
        color: #6f6f6f !important;
        font-size: 14px !important;
        line-height: 1.42857143 !important;
        padding: 10px 0 !important;
        border-bottom: 1px solid #e0e0e0 !important;
        background-color: transparent !important;
        text-decoration: none !important;
    }
    #navbar-menu li.dropdown > ul > li:last-child > a {
        border-bottom: none !important;
    }
    #navbar-menu li.dropdown > ul > li > a:hover,
    #navbar-menu li.dropdown > ul > li > a:focus {
        color: #333 !important;
        background-color: transparent !important;
    }
}