html,
body {
    margin: 0;
    padding: 0;
    background: #fff;
    background-image: transparent;
    font-family: 'Lato', 'Halvetica', 'Arial', 'Roboto', 'Times New Roman', Sans Serif;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 1px;
    color: #000000;
}

body.wide {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0;
}

body.framed,
body.boxed {
    background-color: white;
    overflow: hidden;
}

body.framed .page-wrap {
    width: 80vw;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 1px solid #eee;
    background-color: white;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

body.boxed .page-wrap {
    background-color: white;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 1px solid #eee;
    position: relative;
    width: 70vw;
    max-width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

}

.container-style-content-boxed .primary-widget-area,
.container-style-boxed .primary-widget-area {
    background-color: white;
    padding: 30px;
    margin-bottom: 30px;
}

.container-style-boxed .secondary-widget-area .widget {
    background-color: white;
    padding: 15px;
    margin-top: 30px;
}

.container-style-boxed .secondary-widget-area .widget .side-tt {
    margin-top: 0px;
    margin-bottom: 15px;
}

.container-style-boxed .primary-widget-area.secondary-widget-area {
    margin-top: -30px;
}

.container-style-boxed .secondary-widget-area .side-tt .s-title,
    {
    padding: 0 0 0 5px;
}

.container-style-content-boxed .widget_meta>ul>li,
.container-style-boxed .widget_meta>ul>li {
    margin: 0;
}

.container-style-content-boxed .canvas-recent-post .title-sec,
.container-style-boxed .widget-title,
.container-style-boxed .canvas-recent-post .title-sec {
    padding: 5px 0 5px;
    background-color: transparent;

}




.container-style-content-boxed .primary-widget-area,
.container-style-boxed .primary-widget-area {
    background-color: #f1f1f1;
    width: 100%;
    padding: 15px;
}
.container-style-content-boxed .primary-widget-area{
    margin-left: 0;
}

.container-style-boxed .secondary-widget-area .widget {
    background-color: #f1f1f1;
    width: 100%;
    padding: 15px;
    padding-top: 0px !important;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Lato', 'Halvetica', 'Arial', 'Roboto', 'Times New Roman', Sans Serif;
    font-style: normal;
    color: #000000;
}

h1 {
    font-size: 48px;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 1px;
}

h2 {
    font-size: 40px;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 36px;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

h4 {
    font-size: 24px;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

h5 {
    font-size: 20px;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

h6 {
    font-size: 18px;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

ul,
ol,
ul li,
figure {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: 0;
    box-shadow: none;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 1px;
}

figure {
    height: auto;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #05233a;
    text-decoration: none;

}

/*Changes by dev starts here*/



a:hover {
    color: #e9b105;
    text-decoration: none;
    transition: 1s ease all;
}

a:focus {
    color: #e9b105;
    text-decoration: underline;
    transition: 1s ease all;
}

a:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

/*Changes by dev ends here*/

nav ol,
nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    color: #a2a3a5;
    margin: 0;
    padding: 0;
}


.lrg-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.mdm-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.sm-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}


.center {
    text-align: center;
}

.l-title {
    font-size: 72px;
    margin-bottom: 30px;
}

.m-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}

.s-title {
    font-size: 30px;
    margin-bottom: 30px;
}

.sub-cate {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 15px;
}

.sm-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}



button {
    color: #d0a32f;
}


.img-holder,
.img-holder img {
    transition: 0.5s ease all;
}

.img-holder figure {
    overflow: hidden;
}

.img-holder:hover img {
    transform: scale(1.2);

}

/* ****hamburger**** */

.hamburger {
    display: none;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    padding: 4px 15px 0 0;
    overflow: visible;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.hamburger.active {

    display: none;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger_box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger_inner,
.hamburger_inner::before,
.hamburger_inner::after {
    width: 35px;
    height: 2px;
    background-color: #333;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.sticky .hamburger_inner,
.sticky .hamburger_inner::before,
.sticky .hamburger_inner::after,
.nav_open .hamburger_inner,
.nav_open .hamburger_inner::before,
.nav_open .hamburger_inner::after {
    background-color: #333;
}

.hamburger_inner::before,
.hamburger_inner::after {
    content: "";
    display: block;
}

.hamburger_inner::before {
    top: -10px;
}

.hamburger_inner::after {
    bottom: -10px;
}

.hamburger_nb .hamburger_inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.15s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger_nb .hamburger_inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger_nb .hamburger_inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger_nb.active .hamburger_inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.32s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger_nb.active .hamburger_inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
}

.hamburger_nb.active .hamburger_inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*logo section end*/
.header-medium-block {}

.sticky .header-medium-block {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    transition: 1s ease all;
    width: 100%;
    top: 0;
    transition: 1s ease all;
    z-index: 55;
}

/* top header block */
.site-title {
    font-size: 48px;
    margin-top: 0;
    font-weight: 700;
}

.header-layout2 .header-top-block {
    margin: 40px 0;
}

.logo-sec {
    font-family: 'Atomic Age', cursive;
}

.logo-sec a span {
    font-size: 70px;
    position: relative;
}

.logo-sec a i {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    position: absolute;
    bottom: -30px;
    left: 100px;
    font-size: 30px;
    text-transform: uppercase;
    color: #d0a32f;
    font-weight: bold;
}

.side-img {
    background-color: transparent;
    width: 100%;
    margin: 10px 0;
    text-align: right;
}

.header-medium-block {
    background-color: transparent;
    position: relative;
    z-index: 10;
    background-color: #eee;
}

.main_navigation {
    border-bottom: none;
    position: relative;
}


.main_navigation ul li {
    display: inline-block;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.main_navigation ul li:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0px;
    background: #183244;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.main_navigation ul li:hover,
.main_navigation ul li:focus,
.main_navigation ul li:active,
.main_navigation ul li:hover a {
    color: white;
}

.main_navigation ul li:hover:before,
.main_navigation ul li:focus:before,
.main_navigation ul li:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.main_navigation ul li a {
    padding: 15px 20px;
    color: #183244;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
}

.main_navigation ul li.current-menu-ancestor a,
.sticky .main_navigation ul li.current-menu-ancestor a {
    color: #fff;
}

.main_navigation ul li.current_page_item a {
    background-color: #183244;

}



.main_navigation ul li.current_page_item a {
    color: #d0a32f;
}

.main_navigation ul li a:hover {
    color: #fff;
}

.main_navigation ul li.menu-item-has-children {
    position: relative;
}

.main_navigation ul li.menu-item-has-children .sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 51px;
    min-width: 250px;
    transition: 0.5s ease all;
    background: #1e3c50;
    z-index: 19;
    padding: 0;
}

.main_navigation ul li.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

.main_navigation ul li.menu-item-has-children ul.sub-menu li {
    display: block;
    border-bottom: 1px solid #26485f;
}

.main_navigation ul li.menu-item-has-children ul.sub-menu li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.main_navigation ul li.menu-item-has-children ul.sub-menu li a {
    color: #fff;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 0px;

}

.main_navigation ul li .sub-menu li:before {
    background: transparent;
}
.main_navigation ul li.menu-item-has-children ul.sub-menu li> .sub-menu{
    left:100%;
    top: 0;
}
.header .c-logo {
    display: none;
    opacity: 0;
}

.main_navigation ul li.menu-item-has-children ul.sub-menu li:hover a {
    color: #e9b105;
}


.mobile-search.search-icon {
    text-align: right;
}

.search-icon .btn-search {
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    background: transparent;
    transition: 0.5s ease all;
    padding: 12px 16px;
}

.search-icon .btn-search:hover,
.search-icon .btn-search:focus {
    background: #d0a32f;
    color: white;
}
.search-icon .btn-search:focus{
    border:thin dashed;
    border-color: white;
}

#header-search {
    background: #fff;
    padding: 10px;
    overflow: auto;
    -webkit-animation: 0.3s 0s fadeInUp both;
    animation: 0.3s 0s fadeInUp both;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 15px;
    width: 400px;
    z-index: 10;
    top: 50px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
#header-search.show{
    opacity: 1;
    visibility: visible;
}

.header .search-icon .search-form input{
    height: 43px;
}

.search-icon .search-form input {
    border: 1px solid #eee;
    height: 40px;
    padding: 5px 15px;
    margin: 0;

}
.main_navigation ul li:hover a {
    color: white;
}

.main_navigation ul li.menu-item-has-children .sub-menu>li{
    position:relative;
    transition:0.5s ease all;
}
.main_navigation ul li.menu-item-has-children .sub-menu>li .sub-menu {
    right: -100%;
    top: 0;
    visibility:hidden;
}
.main_navigation ul li.menu-item-has-children .sub-menu>li:hover  .sub-menu{
    visibility:visible;
}


/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
.site-header {
    padding: 25px 0;
    background: rgba(255, 255, 255, 0.98);
}

.site-header.sticky-top {
    border-bottom: 1px solid #f2f3f4;
}

.admin-bar .site-header.sticky-top {
    top: 32px;
}

.site-branding {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-branding .h1 {
    font-size: 32px;
    margin-bottom: 5px;
}

.site-branding .site-description {
    margin-bottom: 0;
    line-height: 18px;
    color: #8d95a6;
}

.main-navigation li {
    text-align: left;
}

.main-navigation li a {
    padding: 5px 15px;
    font-size: 15px;
    color: #50556c;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}

.main-navigation li a:hover {
    color: #183244;
}

.main-navigation li:last-child a {
    padding-right: 0;
}

.main-navigation li ul {
    line-height: 22px;
}

.main-navigation li ul li {
    margin-bottom: 6px;
    margin-top: 5px;
}

.main-navigation .current_page_item>a {
    color: #183244;
}

.page-header {
    padding-bottom: 50px;
}

.page-header p {
    color: #8d95a6;
}

.slicknav_menu {
    display: none;
}

.slicknav_menu {
    background: #fff;
}

.slicknav_btn {
    background: #f5f6f7;
    float: none;
    display: inline-block;
    padding: 0.5rem 1rem;
}

.slicknav_menu .slicknav_menutxt {
    color: #50556c;
    text-shadow: none;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #50556c;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.slicknav_nav {
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    position: absolute;
    left: 0;
    background: #f5f6f7;
    width: 100%;
    z-index: 2;
    -webkit-box-shadow: 2px 4px 6px rgba(20, 20, 20, 0.1);
    box-shadow: 2px 4px 6px rgba(20, 20, 20, 0.1);
}

.slicknav_nav a {
    color: #50556c;
}
/

.search-icon .search-form #submit {
    background: #d0a32f;
    color: #fff;
}

#header-search #search-form {
    width: 350px;
    text-align: left;
    position: relative;
    width: 100%;
}

.search-icon .search-form input {
    width: 100%;
}

.search-icon .search-form #submit {
    position: absolute;
    right: 0px;
    width: auto;
}

.menu-bg-wrap {
    background-color: #e9b105;
    border-bottom: 1px solid transparent;
}

.home-icon {
    text-align: left;
}

.home-icon a {
    padding: 12px 20px;
    background-color: #183244;
    display: inline-block;
    font-size: 18px;
    color: white;
    text-transform: uppercase;

}

.home-icon a:hover {
    color: #e9b105;
    background-color: white;
}

/* logo section */

.logo-sec {
    max-width: 100%;
    margin: 10px 0;
    transition: 1s ease all;
}

.sticky .logo-sec {
    max-width: 200px;
}

.main_navigation {
    text-align: center;
}

.sticky .main_navigation ul li a {
    padding: 15px 20px;
    color: #414042;
}

.sticky .main_navigation ul li.current_page_item a {
    color: #e9b105;
}

.sticky .main_navigation ul li.menu-item-has-children ul.sub-menu {
    top: 50px;
}

.sticky .header {
    background: white;
}

.sticky .header .c-logo {
    opacity: 1;
    display: block;
}

.sticky .header .w-logo {
    opacity: 0;
    display: none;
}

/*menu section end*/
.mobile-nav {
    position: fixed;
    top: 0px;
    bottom: 0;
    right: -100%;
    width: 90%;
    max-width: 340px;
    z-index: 88;
    margin: 0;
    transition: none;
    background: #183244;
    overflow: scroll;
    padding-top: 20px;
    transition: 1s ease all;
}

.mobile-nav.mt-show {
    right: 0;
}

.main_navigation ul li ul {
    padding: 10px 0;
}

.mobile_navigation ul li a {
    color: white;
    padding: 10px 30px;
    text-transform: uppercase;
    display: block;
    line-height: 1.2;
    position: relative;
    z-index: 1;
    margin-right: 90px;
    cursor: pointer;
}

.mobile_navigation ul li a:hover {
    color: #b08251;
}

.mobile_navigation ul li.current-menu-item a,
.mobile_navigation ul li.current-page-ancestor a {
    color: #7ae2e2;
}

.mobile_navigation ul li ul {
    display: none;
}

.mobile_navigation ul li {
    position: relative;
    border-bottom: 1px solid #243f52;
}

.mobile_navigation ul li:last-child {
    border-bottom: none;
}

.sub-toggle {
    position: absolute;
    color: white;
    right: 0px;
    top: 50%;
    height: auto;
    text-align: center;
    font-size: 24px;
    transform: translateY(-50%);
    display: none;
}

.sub-toggle i {
    display: none;
}



.mobile-nav .social-media {
    float: none;
    margin-top: 20px;
    margin-left: 24px;
}

.mobile-nav .mobile_navigation ul li>ul.sub-menu {
    background: #142a39;
    padding: 0;
}

.mobile-nav .mobile_navigation.mobile_navigation ul li .sub-menu li a {
    color: white;
    text-transform: capitalize;
}

.mobile-nav .mobile_navigation ul li>ul.sub-menu li.current-menu-item a,
.mobile-nav .mobile_navigation ul li>ul.sub-menu li a:hover,
.mobile-nav .mobile_navigation ul li.current-menu-ancestor a {
    opacity: 0.7;
}

/*mobile-menu section end*/
.banner-inner {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    padding-left: 60px;
    margin-top: 60px;
}

.banner-inner:before {
    position: absolute;
    content: '';
    background-color: #183244;
    right: 50%;
    top: 0;
    bottom: 0;
    width: 100%;

}

.banner-caption .l-title {
    color: #23445a;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: lato;
    font-weight: bolder;
    transform: rotate(-90deg);
    position: absolute;
    left: 50%;
    top: 0;
    opacity: 0.5;
    font-size: 100px;
    z-index: -1;
}

.banner-caption {
    color: #eee;
    position: relative;
    z-index: 99;
}

.banner-caption .m-title {
    font-family: 'Lobster', cursive;
    letter-spacing: 5px;
    color: white;
}
.banner-caption .m-title a{
    color: white;
}

.banner-caption  p{
    color: white;
}

.banner-caption .sub-title {
    font-size: 16px;
    line-height: 1.3;
    color: #a2a3a5;
}

.banner-img .slide {
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.btn-more {
    border: 2px solid;
    border-color: #fff;
    border-radius: 4px;
    height: 40px;
    width: 150px;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    margin-top: 30px;
    font-size: 12px;
}

.btn-more:hover {
    background-color: #fff;
    color: #183244;
}

.slick-list {
    position: relative;
}

.banner-inner .slick-arrow {
    bottom: 0px;
}

.slick-arrow {
    position: absolute;
    bottom: -45px;
    color: #183244;
    font-size: 30px;
    z-index: 1;
    border: none;
    background: none;
    padding: 0px 10px;
    opacity: 0.8;
    transition: 1s ease all;
    cursor: pointer;
    border: 2px solid #183244;
}

.banner-inner .slick-arrow {
    right: 30px;
}

.has-pattern {
    position: relative;
    overflow: hidden;
}

.has-pattern:before,
.has-pattern:after {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    height: 300px;
    width: 300px;
    z-index: 2;
    border-radius: 100%;
    left: -50px;
    bottom: -100px;
    pointer-events: none;
}

.has-pattern:after {
    background-color: rgba(0, 0, 0, 0.4);
    left: -100px;
    bottom: 0px;
}

.prev {
    right: 50px;
}

.next {
    right: 0px;
}

.banner-inner .slick-arrow.prev {
    right: 60px;
}


.slick-arrow:hover {
    opacity: 1;
    background: #183244;
    color: #fff;
}



.post-categories {
    margin-bottom: 10px;
}
.post-categories li, .primary-content-area .sub-cate .post-categories li {
    display: inline-block;
    margin-right: 10px;
}
.post-categories li a {
    background-color: #e9b105;
    padding: 1px 8px;
    display: inline-block;
    position: relative;
    font-size: 11px;
    color: #ffffff;
}
.post-categories li a:before {
    position: absolute;
    content: '';
    background-color: #e9b105;
    height: 4px;
    width: 8px;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s ease all;
}
.post-categories li a:hover:before {
    right: -1px;
}
/* ***primary-widget-area *** */
.primary-widget-area .widget-area-entry {
    position: relative;
}

.primary-widget-area .text_widget .l-title {
    color: #ebebeb;
    font-size: 120px;
    text-transform: capitalize;
    font-weight: bold;
    top: 1px;
    left: 1px;
    text-transform: uppercase;
    position: absolute;
}

.primary-widget-area .text_widget .m-title {
    position: relative;
    padding-left: 60px;
    font-family: 'Lobster', cursive;

}

.primary-widget-area .widget.text_widget {
    padding-top: 110px;
}

.primary-widget-area .text_widget .m-title:before {
    position: absolute;
    content: '';
    background-color: #183244;
    height: 4px;
    width: 30px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.abt-img-sec img {
    height: auto;
    width: auto;
    max-width: 100%;
}

.abt-img-sec {
    border-top: 15px solid #183244;
    border-right: 30px solid #11232f;
    border-bottom: 20px solid #061119;
    border-left: 10px solid #1c3a50;
    box-shadow: 3px 4px 6px #333;
    position: relative;

}

.abt-img-sec:before {
    position: absolute;
    content: '\f100';
    font-family: 'Font Awesome';
    background-color: #1c3a50;
    height: 50px;
    width: 50px;
    left: -25px;
    top: 50%;
    transform: translateY(50%);
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    padding-top: 15px;
    cursor: pointer;
    z-index: 44;
}

.full-widget-d1 {
    background-color: #f1f1f1;
}

.widget-tt .l-title {
    position: relative;
    padding-left: 60px;
    font-family: 'Lobster', cursive;
}

.full-widget-d1 .inner-detail {
    margin-top: 0;
}

.full-widget-d1 .btn-more {
    border-color: #183244;
    color: #183244;
}

.full-widget-d1 .btn-more:hover {
    border-color: #183244;
    background-color: #183244;
    color: #e9b105;
}

.widget-tt .l-title:before {
    position: absolute;
    content: '';
    background-color: #183244;
    height: 4px;
    width: 30px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.metas {
    background-color: #e9b105;
    margin-top: -30px;
    margin-bottom: 15px;
    margin-left: 15px;
    padding: 5px 10px;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
}

.date-meta {
    background-color: #183244;
    padding: 5px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    height: 60px;
    color: #fff;
}

.date-meta em {
    font-size: 18px;
    font-weight: bold;
}

.date-meta i {
    font-style: normal;
    font-size: 11px;
    line-height: 1.1;
}

/* .comment-meta {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
 */
.editor-meta {
    padding-left: 10px;
}

/* full widget design3 */
.fl-mid-widget-area.design3 {
    position: relative;
    overflow: hidden;
}

.full-widget-d3 {
    position: relative;
}

.fl-mid-widget-area.design3 .widget-tt .l-title:before {
    z-index: 22;
    background-color: #fff;
}

.fl-mid-widget-area.design3,
.fl-mid-widget-area.design3 .widget-tt .l-title {
    color: #fff;
}

.fl-mid-widget-area.design3 .widget-tt .l-title {
    margin-top: -70px;
}

.fl-mid-widget-area.design3 .sub-title {
    color: #fff;
}

.fl-mid-widget-area.design3 .full-content-bdy {
    position: relative;
    z-index: 8;
}

.trangle {
    position: absolute;
    content: '';
    background: #183244;
    top: -700px;
    bottom: -740px;
    right: 50%;
    left: -300px;
    transition: all 0.5s ease-in-out 0s;
    transform: rotate(-20deg);
}

.fl-mid-widget-area.design3 .full-sec-less {
    padding-right: 30px;
}

.full-sec-less.right {
    padding-left: 60px;
}

.fl-mid-widget-area.design3 .full-sec-less .inner-detail {
    margin-top: 30px;
    background-color: #eee;
    padding: 30px;
}

.metastyle1 {
    float: left;
    margin-right: 15px;
}

.half-widget-left.half-widget-d3 {
    padding-top: 60px;
}

.half-widget-left.half-widget-d3 .half-content-bdy .img-holder {
    margin-bottom: 15px;
}

.full-widget-d3-slide-wrap .slick-arrow {
    border: 2px solid #e9bd33;
    color: #e9bd33;
    right: auto;
    right: 90px;
    bottom: -55px;
}

.full-widget-d3-slide-wrap .slick-arrow.next {
    right: auto;
    right: 30px;

}

.full-widget-d3-slide-wrap .slick-arrow:hover {
    color: #e9b105;
    border-color: #e9b105;
}


.metastyle1 .date-meta {
    padding: 5px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    height: 60px;
}

.full-sec-less.right .metastyle1 .yrs {
    font-size: 11px;
    font-style: normal;
}

.inner-detail {
    margin-top: 30px;
}

.full-widget-d3 .widget-tt {
    position: relative;
}

.widget-tt .big-tt {
    color: #23445a;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: lato;
    font-weight: bolder;
    opacity: 0.5;
    font-size: 100px;
    z-index: 9;
    padding-left: 0;
}

.widget-area.design3 .widget-tt .l-title {
    margin-top: -70px;
}

/* ****half widget**** */
.half-widget-area-inner .widget-tt .l-title {
    font-size: 40px;
}

.half-content-bdy {
    padding-right: 30px;
    position: relative;
    margin-bottom: 60px;
}

.half-content-bdy:before {
    content: '';
    display: block;
    position: absolute;
    top: 30%;
    right: 0;
    border: 2px solid #e9b105;
    z-index: 0;
    border-left: 0;
    border-bottom: 0;
    height: 70%;
    width: 60px;
}

.btn-more-side {
    position: absolute;
    right: -35px;
    bottom: 45px;
    color: #183244;
    transform: rotate(-90deg);
    padding: 0;
    height: auto;
    width: auto;
    margin-top: 0;
    background: transparent;
    line-height: 1;
    text-transform: uppercase;
}

.btn-more.btn-more-side:hover {
    color: #e9b105;
}

/* half-widget-d2 */
.half-widget-d2 .half-content-bdy {
    display: flex;
    flex-direction: row;
    padding-right: 0;
    margin-bottom: 30px;
    flex: 0 0 100%;
}
.half-widget-left.half-widget-d2> .row{
    margin-left: 0;
    margin-right: 0;
}
.half-widget-d2 .half-content-bdy .img-holder {
    width: 50%;
}

.half-widget-d2 .half-content-bdy:before {
    display: none;
}

.half-widget-d2 .half-content-bdy .inner-detail .btn-more-side {
    transform: none;
    position: inherit;
    margin-top: 15px;
    display: inline-block;
}

.half-widget-d2 .half-content-bdy .inner-detail {
    margin-top: 0;
    box-shadow: 2px 3px 4px #eee;
    padding: 0 15px 15px 15px;
    width: 100%;
}

/* side-bar */
.side-widget-d1 .img-holder {
    float: left;
    margin-right: 15px;
}

.side-widget-d1 .img-holder figure {
    max-width: 100%;

}

.side-widget-d1 {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.side-widget-d1 .img-holder {
    width: 110px;
}

.side-widget-d1 .img-holder figure {
    max-height: 100%;
    max-width: 100%;
}

.side-widget-d1 .img-holder img {
    max-width: 100%;
    max-height: 100%;
}

.side-widget-d1 .sm-title {
    margin-bottom: 0;
}

.side-widget-d1:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}


.side-advertise {
    padding-bottom: 60px;
}

.author-wrap.style-one .side-widget-d2 {
    background-color: #183244;
    padding: 30px;
    text-align: center;
    color: #fff;
}

.author-wrap.style-one .side-widget-d2 .img-holder {
    height: 120px;
    width: 120px;
    margin: auto;
    overflow: hidden;
    border-radius: 100%;
}

.side-widget-d2 .img-holder:hover img {
    transform: none;
}

.side-widget-d2 .img-holder img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;

}
.secondary-widget-area .author-wrap{
    margin-bottom: 30px;
}

.author-wrap.style-two .side-widget-d2{
   padding:0;
   background-color: transparent;
}
.author-wrap.style-two .side-widget-d2  .img-holder{
    border-radius: 0;
    border: 1px solid #e9b105;
    padding: 10px;
    height: auto;
    width: auto;
}

.author-wrap.style-three .side-widget-d2{
   padding:0;
   text-align: center
}
.author-wrap.style-three .side-widget-d2  .img-holder{
    border-radius: 0;
    height: 120px;
    width: 120px; 
    transform:rotate(45deg);
    text-align: center;
    margin:0 auto;
    padding: 10px;
    border:1px solid #e9b105;
     margin-top:30px;
    margin-bottom:30px;
}
.side-widget-d2 .author-detail {
    margin-top: 15px;
}

.side-widget-d2 .author-detail .sm-title {
    font-family: 'Lobster';
    margin-bottom: 15px;
}

.author-detail .exs-title {
    font-size: 16px;
    margin-bottom: 0;
    color: #ebebeb;
}

/*half-widget-d3  */
.half-widget-d3 .half-content-bdy:before {
    display: none;
}

.half-widget-d3 .half-content-bdy {
    padding-right: 0;
}

.half-widget-d3 .half-content-bdy {
    margin-bottom: 0;
}

.half-widget-d3 .half-content-bdy .cate-meta {
    margin-top: 15px;
}

/* category section */

.side-widget-d3 .img-holder {
    background-repeat: no-repeat;
    background-size: cover;
    height: 110px;
    padding: 15px;
    background-position: center center;
    position: relative;
}

.side-widget-d3 .img-holder:before {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}

.side-widget-d3 .cate-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.side-widget-d3 .cate-name .s-title {
    background-color: #183244;
    padding: 5px 15px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

.side-widget-d3 .cate-name .cound {
    font-size: 11px;
    background-color: #e9b105;
    height: 40px;
    width: 40px;
    display: inline-block;
    padding-top: 12px;
    border-radius: 100%
}

.side-widget-d3:last-child {
    margin-bottom: 0;
}

.side-widget-d3 {
    margin-bottom: 30px;

}

/* footer-top */

.foot-top-sec {
    background-color: #183244;
    color: #fff;
    position: relative;
}

.foot-top-sec .img-holder figure {
    width: 150px;
    height: 100px;
    float: left;
    margin-right: 16px;
}


.foot-top-sec.has-pattern:before,
.foot-top-sec.has-pattern:after {
    left: auto;
    right: -50px;
}

.foot-top-wra .side-tt {
    color: #fff;

}

.foot-top-sec .widget-title {
    margin-top: 60px;
    background: transparent;
    padding: 0;
}

.foot-top-sec .side-tt .s-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Lato, sans-serif;
    color: #fff;
    margin-bottom: 30px;
}

.foot-top-wrap.lrg-padding {
    padding-top: 0;
}

.foot-top-sec .widget_recent_entries ul {
    background-color: #fff;
    padding: 10px;

}

/* footer news style  ************************** */

.foot-top-wrap {

    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.foot-top-wrap:before {
    content: '';
    position: absolute;
    background-color: rgba(24, 51, 68, 1);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.foot-top-border.lrg-padding {
    padding-bottom: 0;
}

.foot-top-border .side-tt .s-title {
    color: #183244;
    font-family: Lobster;
    font-weight: normal;
    text-transform: none;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 0;
}


.footer-mid-sec {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.footer-mid-sec:before {
    content: '';
    position: absolute;
    background-color: rgba(24, 50, 68, 1);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.footer-mid-sec .widget{
    background-color: rgba(0,0,0,0);
    border-top-color: rgba(0,0,0,0);
    border-right-color: rgba(0,0,0,0);
    border-bottom-color: rgba(0,0,0,0);
    border-left-color: rgba(0,0,0,0);
    background-color: transparent;
    padding: 0;
    border: 1px solid transparent;
}

.footer-mid-sec .side-widget-bdy a {
    color: #fbbe1c;
    font-size: 18px;
}

.footer-mid-sec .side-widget-bdy a:hover {
    color: white;
}

.footer-mid-sec.center {
    text-align: center;
}

.copy.center {
    text-align: left;
}

.foot-menu {
    text-align: right;
    padding: 15px 0;
}

.foot-menu ul li {
    display: inline-block;
    margin-left: 10px;
}

.foot-menu ul li a {
    color: white;
    font-size: 12px;
}

.foot-menu ul li a:hover {
    color: #fbbe1c;
}

/* instagram */

.insta-feed ul li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    max-width: 19%;
    background: 0 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: inline-block;
    margin: -1%;

}

.insta-feed ul li:nth-child(2),
.insta-feed ul li:nth-child(4),
.insta-feed ul li:nth-child(6) {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.insta-feed ul li:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.insta-feed ul li {
    border: 1px solid #e9b105;
    padding: 10px;
}


.insta-feed .s-title {
    display: inline-block;
    border-bottom: 2px solid #e9b105;
    padding-bottom: 10px;
}


.insta-wrap {
    padding-bottom: 60px;
    padding-top: 30px;
}

.side-tt .s-title {
    font-size: 28px;
    text-transform: capitalize;
    font-family: 'Lobster', cursive;
    color: #183244;
}

.popular-post-bdy,
.viewed-post-bdy {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
}

.popular-post-bdy .img-holder,
.viewed-post-bdy .img-holder {

    margin-right: 15px;
}

.popular-post-bdy .img-holder figure,
.viewed-post-bdy .img-holder figure {
    max-width: 100%;
    max-height: 100%;

}

.popular-post-bdy .img-holder img,
.viewed-post-bdy .img-holder img {
    height: auto;
    max-width: 100%;
}

.viewed-post-bdy .sm-title a {
    color: #fff;
}

.popular-post .side-widget-bdy .sm-title a {
    color: #fff;
}

.popular-post .side-widget-bdy .sm-title a:hover {
    color: #e9b105;
}

.side-widget-bdy .sm-title {
    margin-bottom: 0;
}

.side-widget-d4 {
    margin-bottom: 30px;
}

.side-widget-d4:last-child {
    margin-bottom: 0;
}

.side-widget-d4 .cate-meta {
    margin-top: 15px;
}

/* instagram photo */
.insta-bdy {
    background-color: #fff;
    text-align: center;
    padding: 5px;
}

.insta-bdy ul li {
    display: inline-block;
    width: 32%;
    overflow: hidden;

}

.insta-bdy ul li span {
    margin: 5px;
    display: block;
    overflow: hidden;
}


.insta-bdy ul li img {
    display: block;
}

.contact-info {
    border-top: 2px solid #233d4e;
    position: relative;
}

.contact-info .s-title {
    display: inline-block;
    border-bottom: 2px solid #e9b105;
    padding-bottom: 10px;
    color: #fff;
}

.viewed-post .side-tt .s-title {
    color: #fff;
}

/* .footer-about-sec {
    padding-bottom: 60px;
} */
.scrollup {
    background: #e9b105;
    position: fixed;
    color: #fff;
    bottom: 40px;
    right: 50px;
    height: 40px;
    width: 40px;
    padding-top: 8px;
    text-align: center;
    z-index: 10;

}

.scrollup:hover {
    border-radius: 100%;
    color: white;
}

/* social media */
.social-media-foot ul li {
    display: inline-block;
    margin: 15px;
}

.social-media-foot ul li a {
    color: #fff;
    border-right: 1px solid #e9b105;
    border-bottom: 1px solid #e9b105;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    transition: 0.5s ease all;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
}

.social-media-foot ul li a:hover {
    color: #e9b105;
    border: 1px solid #e9b105;
}

.social-detail {
    max-width: 80%;
    margin: auto;
}

.foot-abt img {
    margin-bottom: 15px;
}

.email-ad a,
.email-ad {
    color: #e9b105;
}

.email-ad a:hover {
    color: #183244;
}

.footer-bottom {
    background-color: #102533;
}

.copy {
    padding: 15px 0;
    font-size: 12px;
    color: #fff;
}

.copy a {
    color: #e9b105;
}

.copy a:hover {
    color: #fff;
}

/* newsletter */
.newsletter-sec {
    width: 50%;
    margin: auto;
    padding-bottom: 60px;
}

.substribe-sec .email-n {
    width: calc(100% - 120px);
    border: none;
    height: 50px;
    background-color: #183244;
    padding: 10px;
    color: #fff;
}

.substribe-sec .submit-n {
    border: none;
    height: 50px;
    background-color: #e9b105;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s ease all;
}

.substribe-sec .submit-n:hover {
    opacity: 0.8;
}

.newsletter-sec .s-title {
    display: inline-block;
    border-bottom: 2px solid #e9b105;
    padding-bottom: 10px;
    color: #183244;
}

/* mid-banner */
.mid-banner-ad,
.min-half-banner {
    margin-bottom: 60px;
}

/* ==============

Single-post layout-1

================= */


/* breadcdrumbs*/
.trail-items {
    background-color: #e9b105;
    padding: 5px 5px 8px 15px;
    margin-bottom: 30px;
    line-height: 12px;

}

.trail-items li {
    display: inline-block;
    position: relative;
    padding-right: 15px;
}

.trail-items li:before {
    content: '\f105';
    position: absolute;
    right: 2px;
    top: 2px;
    font-family: 'FontAwesome';
}

.trail-items li:last-child:before {
    content: '';
    position: absolute;
    right: 2px;
}

.trail-items li:nth-child(2) a {
    color: #4e4e4e;
}

.trail-items li a {
    font-size: 12px;
}

.trail-items li a:hover,
.trail-items li a:focus {
    color: #fff;
}

.inner-single .breadcrumbs-sec.breadcrumbs-layout1 .breadcrumbs-listing {
    margin-top: 0;
    border-bottom: 1px solid #eee;
}

.single-layout1-bdy .single-title {
    margin-bottom: 30px;
    font-size: 40px;
}

/* single-post content */


.single-post-detail {
    margin-top: 30px;
    margin-bottom: 30px;
}


/*--------------------------------------------------------------
# SIDEBAR
--------------------------------------------------------------*/
#secondary.widget-area {
    padding-top: 50px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 22px;
}

#secondary.widget-area .widget {
    margin-bottom: 60px;
}

body.left-sidebar #secondary.widget-area {
    padding-left: 0px;
    padding-right: 30px;
}

.widget {
    color: #8d95a6;
}

.widget ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.widget ul li {
    margin-bottom: 12px;
}

.widget .widget-title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    -webkit-font-smoothing: antialiased;
}

body.no-sidebar .content-area,
body.no-sidebar #secondary.widget-area {
    padding-top: 60px;
}

body.no-sidebar .post,
body.no-sidebar .page {
    margin-bottom: 80px;
}

body.no-sidebar  .alignwide {
    width: 80vw;
    max-width: 80vw;
}


body.no-sidebar  .alignfull:not(.wp-block-media-text) img,
body.no-sidebar .alignfull:not(.wp-block-media-text) img {
    width: 100vw;
}

body.no-sidebar .alignfull {
    width: 90vw;
    max-width: 90vw;
    margin-left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wp-block-cover.has-background-dim {
    margin-bottom: 30px;
}

.wp-block-cover.has-background-dim {
    color: white;
}

body.no-sidebar .post .post-thumbnail,
body.no-sidebar .page .post-thumbnail {
    margin-left: -100px;
    margin-right: -100px;
}

body.no-sidebar .page-header {
    text-align: center;
}

body.no-sidebar .comments-area {
    margin-left: -100px;
    margin-right: -100px;
}

body.no-sidebar .navigation.post-navigation {
    margin-left: -100px;
    margin-right: -100px;
}

.secondary-widget-area .side-tt .s-title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    font-family: Lato, sans-serif;
    margin-bottom: 15px;
    color: #183244;
    padding: 5px;
    background-color: #eee;
}

.secondary-widget-area .side-widget-d4 .img-holder {
    margin-bottom: 15px;
}



/*--------------------------------------------------------------
## heading
--------------------------------------------------------------*/


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.single  .comment-navigation,
.single  .posts-navigation,
.single  .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/* social sharing */
.social-sharing {
    margin-bottom: 30px;
    border: 1px solid #eee;
    padding: 10px 15px;
    margin-bottom: 30px;
}

.social-sharing .social-share-count {
    color: #999;
}

.social-sharing .social-share-count .share-number {
    color: #e9b105;
    position: relative;
    left: 32px;
    top: -16px;
}

.social-sharing .gm-share-icon i {
    font-size: 28px;
    color: #999;
    display: inline-block;
}

.social-share-count {
    position: relative;
    float: left;
}

.share-text {

    text-transform: uppercase;
    margin: 5px;
}

.social-share-list {
    float: right;
}

.social-share-list li {
    margin: 5px;
    display: inline-block;
    border-radius: 2px;
    height: 20px;
    line-height: 15px;
}

.social-share-list li a {
    padding: 0px 10px;
    color: #fff;
    font-size: 12px;
}

.social-share-list li a i {
    padding-right: 10px;
}

.social-share-list li:hover {
    opacity: 0.8;
}

.social-share-list li.facebook {
    background-color: #2d609b;
}

.social-share-list li.twitter {
    background-color: #00C3F3;
}

.social-share-list li.instagram {
    background-color: #cc3689;
}

.social-share-list li.goolge-plus {
    background-color: #EB4026;
}

.social-share-list li.pintrest {
    background-color: #CA212A;
}

/* author box */
.author-box {
    margin-bottom: 30px;
}

.author-thumb {
    height: 100px;
    width: 100px;
    margin-right: 30px;
    float: left;

}

.author-thumb img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 1px solid #999;
    padding: 3px;
    margin-bottom: 15px;
}

.author-box {
    padding: 15px;
    margin-bottom: 30px;
    background-color: #183244;
}

.author-box .author-name {
    margin-left: 15px;
}

.author-box .author-professsional {
    margin-top: 5px;
    color: #999;
}

.author-name .s-title {
    margin-bottom: 0;
    color: #e9b105;
}


/* next-pre button */
.post-navigation .nav-links {
    margin-top:30px;
}
.post-navigation .nav-links .nav-previous {
    text-align: left;

}

.post-navigation {
    margin-bottom: 30px;
}

.post-navigation .nav-links {
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.post-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-previous {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 30px 20px;
}

.post-navigation .nav-links .nav-next span,
.post-navigation .nav-links .nav-previous span {
    text-transform: uppercase;
    color: #999;
}

.post-navigation .nav-links .nav-next a,
.post-navigation .nav-links .nav-previous a {
    display: block;
    margin-top: 15px;
    word-break: break-all;

}

.post-navigation .nav-links .nav-previous {

    border-right: 1px solid #ddd;
}

.post-navigation .nav-links .nav-next {
    text-align: right;
}

/* single-related-post */
.single-related-post .widget-tt .l-title {
    font-size: 40px;
}

.single-related-wrap {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.single-related-bdy {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
}

.single-related-detail {
    margin-top: 15px;
}
/*--------------------------------------------------------------
# CONTENT
--------------------------------------------------------------*/
.content-area {
    padding-top: 50px;
}

.post,
.page {
    margin-bottom: 60px;
}

.post .entry-title a,
.page .entry-title a {
    color: #50556c;
    font-size: 32px;
}

.post .entry-title a:hover,
.page .entry-title a:hover {
    color: #183244;
}

.post .post-thumbnail,
.page .post-thumbnail {
    margin-top: 15px;
    display: inline-block;
}

.post .post-thumbnail img,
.page .post-thumbnail img {
    border-radius: 4px;
}

.post .entry-meta,
.post .entry-footer,
.page .entry-meta,
.page .entry-footer {
    font-size: 15px;
    font-style: italic;
    color: #8d95a6;
}

.post .entry-meta .cat-links,
.post .entry-meta .comments-link,
.post .entry-footer .cat-links,
.post .entry-footer .comments-link,
.page .entry-meta .cat-links,
.page .entry-meta .comments-link,
.page .entry-footer .cat-links,
.page .entry-footer .comments-link {
    margin-right: 15px;
}

.entry-content p,
.entry-content p {
    margin-bottom: 15px;
}

.single  .post-thumbnail {
    margin-top: 25px;
}

body.page {
    margin-bottom: 0;
}

body.single  {
    margin-bottom: 50px;
}

.bg-show-error {
    font-size: 98px;
    line-height: 100px;
    color: #183244;
    font-weight: 600;
    text-align: center;
    padding-bottom: 5px;
}

.error-404.not-found {
    min-height: 65vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.error-404.not-found>div {
    width: 100%;
}

.error404 .content-area {
    padding-top: 20px;
}

.error404 .content-area .searchform {
    max-width: 400px;
    margin: auto;
}

.post .entry-content blockquote,
.page .entry-content blockquote {
    font-size: 18px;
    padding: 10px 30px;
    font-style: italic;
    border-left: 4px solid #183244;
}

.post .entry-content blockquote p,
.page .entry-content blockquote p {
    margin-bottom: 0;
}

.post .entry-content blockquote cite,
.page .entry-content blockquote cite {
    font-size: 16px;
}

.post .entry-content blockquote cite::before,
.page .entry-content blockquote cite::before {
    content: "\2014";
    margin-right: 5px;
}

.post .entry-content blockquote[style*="text-align:right"],
.post .entry-content blockquote[style*="text-align: right"],
.page .entry-content blockquote[style*="text-align:right"],
.page .entry-content blockquote[style*="text-align: right"] {
    border-right: 4px solid #183244;
    border-left: 0;
}

cite,
.wp-block-pullquote cite,
cite strong,
.wp-block-quote cite{
    color: #e9b105;
}

.post .entry-content .wp-block-pullquote,
.page .entry-content .wp-block-pullquote {
    border-top: 3px solid #183244;
    border-bottom: 3px solid #183244;
    padding: 15px 0;
    margin-top: 12px;
}

.post .entry-content .wp-block-pullquote blockquote,
.page .entry-content .wp-block-pullquote blockquote {
    border-left-width: 0;
    padding: 15px 10px;
}

.post .entry-content .wp-block-pullquote blockquote p,
.page .entry-content .wp-block-pullquote blockquote p {
    font-size: 20px;
}

.post .entry-content .wp-block-pullquote.is-style-solid-color,
.page .entry-content .wp-block-pullquote.is-style-solid-color {
    border-width: 0;
    background: #f5f6f7;
}

.post .entry-content .wp-block-pullquote.is-style-solid-color blockquote,
.page .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 80%;
}

.post .entry-content .wp-block-pullquote.is-style-solid-color.has-white-background-color,
.page .entry-content .wp-block-pullquote.is-style-solid-color.has-white-background-color {
    background-color: #fff;
}

.post .entry-content .wp-block-pullquote.is-style-solid-color.has-light-purple-background-color,
.page .entry-content .wp-block-pullquote.is-style-solid-color.has-light-purple-background-color {
    background-color: #183244;
}

.post .entry-content .wp-block-pullquote.is-style-solid-color.has-light-pink-background-color,
.page .entry-content .wp-block-pullquote.is-style-solid-color.has-light-pink-background-color {
    background-color: #e9b105;
}

.post .entry-content .wp-block-pullquote.is-style-solid-color.has-light-black-background-color,
.page .entry-content .wp-block-pullquote.is-style-solid-color.has-light-black-background-color {
    background-color: #50556c;
}

.has-small-font-size,
.has-medium-font-size,
.has-large-font-size,
.has-huge-font-size {
    line-height: 1.25;
}

.entry-content h1 {
    margin-top: 50px;
}

.entry-content h2 {
    margin-top: 40px;
}

.entry-content h3 {
    margin-top: 30px;
}

.entry-content h4 {
    margin-top: 20px;
}

.entry-content h5,
.entry-content h6 {
    margin-top: 15px;
}

.aligncenter twitter-widget {
    margin: auto;
}

.entry-content figcaption {
    line-height: 1.168;
    margin-bottom: 30px;
    margin-top:10px;
}

.wp-caption .wp-caption-text {
    font-size: 14px;
    color: #8d95a6;
    margin-top: 10px;
}

.site-content .container {
    background: #fff;
}


/* single-post layout2 */

.single-related-wrap {
    margin-bottom: 60px;
}

.inner-post-bg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    background-position: center center;
    position: relative;
}

.inner-single .inner-post-bg:before {
    position: absolute;
    content: '';
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(125, 125, 125, 0) 51%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(125, 125, 125, 0) 51%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(125, 125, 125, 0) 51%, rgba(0, 0, 0, 0.7) 100%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.inner-single.layout2 .inner-post-bg {
    margin-top: 30px;
}

.single-page-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 30px;
    padding-bottom: 30px;
    color: #fff;
}

.single-page-caption .single-title {
    margin-bottom: 0;
}

/* single-page layout3 */
.breadcrumbs .trail-items {
    margin-bottom: 40px;
}

.layout3 .breadcrumbs-sec .breadcrumbs-listing {
    background-color: transparent;
    text-align: right;
    margin-top: 30px;
}

.layout3 .inner-post-bg {
    margin-top: 0;
}

.single-related-list .img-holder figure {
    width: 150px;
    height: 100px;
    float: left;
    margin-right: 16px;
}

.half-content-bdy {
    margin-bottom: 0;
}

.inner-single.layout3 .single-title {
    margin-bottom: 30px;
}

.inner-single.layout3 .single-related-detail {
    margin-top: 0;
    margin-bottom: 30px;
}

.single-related-list .sub-cate {
    font-size: 18px;
}

/* single-page-layout2-detail */
.single-page-layout2.lrg-padding {
    padding-bottom: 0;
}

.single-page-layout2-detail .single-page-detail {
    margin-top: 30px;
}

.single-page-layout1 .social-sharing {
    margin-bottom: 0;
}

.single-page-layout2 .single-title {
    font-size: 40px;
    margin-bottom: 30px;
}

.single-post-detail .wp-block-pullquote {
    padding: 15px 0;
    margin: 15px 0;
}

.single-post-detail .wp-block-image {
    margin: 15px 0;
}

/* archive page */


.archive-bdy-d1 .widget-tt .l-title {
    font-size: 40px;
}

.archive-detail-wrap .archive-content-bdy{
    margin-bottom: 30px;
}

.archive-detail-wrap .half-content-bdy  .img-holder{
    margin-top: 30px
}
.archive-content-bdy {
    position: relative;
    padding-right: 30px;
}

.archive-content-bdy:before {
    content: '';
    display: block;
    position: absolute;
    top: 30%;
    right: 0;
    border: 2px solid #e9b105;
    z-index: 0;
    border-left: 0;
    border-bottom: 0;
    height: 70%;
    width: 60px;
}

.archive-bdy-d1 .nav-links.pagination li {
    height: 50px;
    width: 50px;
    background-color: #183244;
    line-height: 50px;
    margin-right: 15px;
    border-radius: 4px;
    text-align: center;
    transition: 0.5s ease all;
}

.archive-bdy-d1 .nav-links.pagination li a {
    color: #fff;
}

.archive-bdy-d1 .nav-links.pagination li:last-child {
    background-color: transparent;
    width: auto;
    padding: 5px;
    transition: 0.5s ease all;
    line-height: 40px;
}

.archive-bdy-d1 .nav-links.pagination li:last-child a,
.archive-bdy-d1 .nav-links.pagination li:hover a {
    color: #e9b105;
}

.archive-bdy-d1 .nav-links.pagination li:hover {
    background-color: #e9b105;
}

.archive-bdy-d1 .nav-links.pagination li:last-child:hover {
    background-color: transparent;
}

.archive-bdy-d1 .nav-links.pagination li:hover a {
    color: #fff;
}

.archive-bdy-d1 .nav-links.pagination li a i {
    padding-left: 10px;
}

.archive-bdy-d1 .nav-links.pagination li:last-child:hover a {
    color: #183244;
}

/* archive1 */
.archive-page-wrap2 {}

.archive-bdy-d2 {
    padding-bottom: 60px;
}

.breadcrumbs-sec.breadcrumbs-layout1 .breadcrumbs-listing {
    background-color: transparent;
    text-align: right;
    margin-top: 30px;
}

.archive-bdy-d2 .widget-tt .l-title {
    font-size: 40px;
}

.archive-bdy-d2 .archive-content-bdy {
    display: flex;
    flex-direction: row;
    padding-right: 0;
    margin-bottom: 15px;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.archive-page-wrap1.lrg-padding {
    padding-bottom: 0;
}

.archive-bdy-d2 .archive-content-bdy .img-holder {
    width: 50%;
    margin-right: 15px;
}

.archive-bdy-d2 .archive-content-bdy:before {
    display: none;
}

.archive-bdy-d2 .archive-content-bdy .inner-detail {
    margin-top: 0;
}

.archive-detail-wrap1:last-child .archive-content-bdy {
    border-bottom: none;
}

.if-pagination {
    margin-top: 30px;
}


.nav-links.pagination li {
    height: 50px;
    width: 50px;
    background-color: #e9b105;
    line-height: 50px;
    margin-right: 15px;
    border-radius: 100%;
    text-align: center;
    transition: 0.5s ease all;
}

.nav-links.pagination li a {
    color: #fff;
}

.nav-links.pagination li:hover a {
    color: #183244;
}

.nav-links.pagination li:last-child {
    background-color: transparent;
}

.nav-links.pagination li .next.page-numbers {
    color: #143244;
}

.nav-links.pagination li:hover {

    background-color: #183244;
}

.nav-links.pagination li:hover a {
    color: #fff;
}

.nav-links.pagination li:last-child:hover {
    color: #183244;
    background-color: transparent;
}

.nav-links.pagination li .next.page-numbers:hover {
    color: #e9b105;
}

.archive-bdy-d3 .if-pagination {
    margin-top: 0;
}

/* archive3 */
.archive-bdy-d3 .widget-tt .l-title {
    font-size: 40px;
}

.archive-bdy-d3 .archive-content-bdy:before {
    display: none;
}

.archive-bdy-d3 .archive-content-bdy {
    padding-right: 0;
}

.archive-bdy-d3 .archive-content-bdy {
    margin-bottom: 30px;
}


/* search page */
.not-found {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.search-page .single-title {
    font-size: 40px;
    margin-bottom: 30px;
}

.search-page.lrg-padding {
    padding-bottom: 0;
}

.search-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.search-content-bdy {
    -webkit-box-flex: 0;
    -ms-flex: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.search-content-bdy .inner-detail {
    margin-top: 0;
}

.search-content-bdy .img-holder {
    margin-bottom: 30px;
}

.search-again,
.not-found .search-form {
    position: relative;
    max-width: 450px;
    margin: auto;
    margin-top: 30px;
}

.search-again input,
.not-found .search-form input {
    position: relative;
}

.search-again .search-field,
.not-found .search-form  .search-field{
    background-color: #cecece;
    position: relative;

}

.search-again input,
.search-again [type=submit],
.not-found .search-form [type=submit] {
    border: none;
    padding: 10px;
}

.search-again .search-form input[type=search],
.not-found  .search-form input[type=search]{
    max-width: 450px;
}
.search-again [type=submit],
.not-found .search-form [type=submit] {
    margin-left: -4px;
    cursor: pointer;
    background-color: #e9b105;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    transition: 0.5s ease all;
    right: 0;
    top: 0;
    height: 43px;
}

.search-again [type=submit]:hover,
.not-found .search-form [type=submit]:hover {
    background-color: #e9b105;
    color: #fff;
}

.search-again span.screen-reader-text {
    font-size: 22px;
    margin-right: 15px;
}





.ex-large {
    font-size: 120px;
    color: $secondary_color;

}

/* header-layout1 */

.header-topbar-block {
    background-color: #183244;
    padding: 5px 0;
}

.top-bar-menu ul li {
    display: inline-block;
    margin-right: 10px;

}

.top-bar-menu ul li a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    border-right: 1px solid #666;
    padding-right: 10px;
    line-height: 1.2;
}

.top-bar-menu ul li a:hover {
    color: #e9b105;
}

.top-social-icon {
    text-align: right;
}

.top-social-icon li {
    display: inline-block;
    margin-left: 10px;
    text-align: right;
}

.top-social-icon li a {
    color: #e9b105;
    display: inline-block;
    border-left: 1px solid #666;
    padding-left: 10px;
}

.top-social-icon li a:hover {
    color: #ffffff;
}

.header-layout1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.header-layout1 .header-medium-block {
    background-color: #e9b105;
}

.header-layout1 .main_navigation ul li a i.fa-home {
    font-size: 18px;
}

.header-layout1 .main_navigation {
    border-bottom: none;
}

.header-layout1 .search-icon .btn-search {
    background: #183244;
    font-size: 18px;
    position: relative;
    z-index: 9;
    color: white;
}

.header-layout1 .main_navigation ul li a {
    color: white;
    font-weight: 700;
}

.header-layout1 .search-icon .btn-search:hover {
    background-color: white;
    color: #e9b105
}

.header-layout1 .main_navigation ul li.current_page_item a {
    background-color: #183244;
    color: #e9b105;
}

.header-layout1 .main_navigation ul li.current_page_item a:hover {
    background-color: #ffff;
    color: #e9b105;
}




.header-layout1 .header-top-block {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.header-layout1 .header-top-block:before {
    position: absolute;
    content: '';
    background-color: rgba(24, 50, 68, 0.8);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.header-layout1 .header-top-block {
    padding: 40px 0;
}

/* header-layout2 */
.header-layout2 .logo-sec {
    max-width: 100%;
    position: relative;
}

.header-layout2 {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    background-position: center center;
}

.header-layout2:before {
    position: absolute;
    content: '';
    background-color: rgba(24, 50, 68, 0.8);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.header-layout2 .header-top-block {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;
}



.header-layout2 .main_navigation ul li a {
    color: #ffffff;
}

/* .header-layout2 .search-icon .search-form [type='search'] {
    width: calc(100% - 81px);
} */

.header-layout2 .main_navigation ul li a i.fa-home {
    font-size: 18px;
}

.header-layout2 .main_navigation ul li.current_page_item a,
.header-layout2 .main_navigation ul li:before {
    background-color: #e9b105;
}

.header-layout2 .main_navigation ul li.menu-item-has-children .sub-menu {
    background: #d4a106;
}

.header-layout2 .main_navigation ul li.menu-item-has-children ul.sub-menu li {
    border-bottom: 1px solid #eab40e;
}

.header-layout2 .main_navigation ul li.menu-item-has-children ul.sub-menu li:hover a {
    color: #183244;
}

.header-layout2 .header-medium-block {
    background-color: transparent;
}

}
button.btn-style.btn-search:focus {
    border: 1px solid white;
    background: white;
}
.search-form-close-btn {
    position: absolute;
    background-color: transparent;
    border: none;
    right: 0px;
    top: -5px;
    font-size: 14px;
    color: #183244;
    padding:0px;
}

/* banner-layout2-page */



.banner-inner2 {
    padding-top: 60px;
}

.banner-wrapper .slide {
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    position: relative;
    border-radius: 4px;
}

.banner-wrapper .banner-caption {
    position: absolute;
    margin-right: 60px;
    padding: 30px;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(233, 177, 5, 0.7)), to(#233, 177, 5, 1));
    background-image: linear-gradient(180deg, transparent 0%, rgba(233, 177, 5, 0.7) 40%, #e9b105 100%);
    
}
.banner-wrapper .banner-caption  p{
   color: white; 
}
.banner-wrapper .banner-caption .m-title {
    font-size: 30px;
    color: white;
}

.banner-wrapper .banner-caption .m-title a {
    color: #fff;
}

.banner-wrapper .banner-caption .m-title a:hover {
    color: #183244;
}

.banner-wrapper .banner-caption .sub-title {
    color: #fff;
    margin-bottom: 0;
}

.banner-wrapper .cate-meta {
    position: absolute;
    top: 30px;
    left: 30px;
}

.banner-img-wrap .slick-arrow {
    height: 40px;
    width: 40px;
    bottom: 15px;
    line-height: 30px;
    border: none;
    color: #fff;
    background-color: rgba(233, 177, 5, 0.7);
    transform: rotate(90deg);
}

.banner-img-wrap .slick-arrow:hover {
    background-color: rgba(233, 177, 5, 1);
    border-color: rgba(233, 177, 5, 1);
}

.banner-img-wrap .slick-arrow.next {
    right: 10px;
}

.banner-img-wrap .slick-arrow.prev {
    right: 10px;
    bottom: 65px;
}

.banner-post .banner-wrapper .banner-caption {
    margin-right: 0;
    right: 0;
}

.banner-post .banner-wrapper .banner-caption .m-title {
    margin-bottom: 0;
}

/* banner-inner3 */
.banner-inner3 {
    padding-top: 60px;
}
.banner-inner3{
     background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding:40px 0;
}
.banner-inner3 .banner-layout3 .slide {
    height: 500px;
    width: 500px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding:10px;
    border:2px solid #e9b105;
}

.banner-wrap3 .banner-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.7)), to(#233, 177, 5, 1));
    background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 40%, #000 100%);
    padding-left: 15px;
    padding-bottom: 45px;
}

.banner-wrap3 .banner-caption .s-title a {
    color: #fff;
    font-size: 22px;
}

.banner-wrap3 .banner-caption .s-title a:hover {
    color: #e9b105;
}

.banner-wrap3 .banner-caption .s-title {
    margin-bottom: 0;
}

.banner-wrap3 .cate-meta {
    padding-left: 15px;
    padding-top: 15px;
}

.slick-dots {
    text-align: center;
    margin: auto;
}

.slick-dots li {
    display: inline-block;
    margin: 10px;
}

.slick-dots li button {
    border: none;
    font-size: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.slick-dots .slick-active button {
    background-color: #e9b105;
}

/* latest changes */

.banner-caption {
    color: #eee;
    position: relative;
    z-index: 99;
}

.banner-caption .l-title {
    z-index: -1;
}

.banner-inner .slick-arrow.prev {
    right: 80px;
}

.foot-top-sec .side-tt .s-title {
    margin-top: 60px;
}

.foot-top-wrap .recent-cate-wrap .sm-title a {
    color: white;
}

.foot-top-wrap .recent-cate-wrap .sm-title a:hover,
.foot-top-wrap .recent-cate-wrap .sm-title a:focus,
.foot-top-wrap .sm-title a:hover,
.foot-top-wrap .sm-title focus {
    color: #e9b105;
}

.half-widget-d1 .half-content-bdy,
.half-widget-d3 .half-content-bdy {
    margin-bottom: 30px;
}

.footer-mid-sec .contact-info .side-tt .s-title {
    margin-top: 0
}

/*=============
    typo
==============*/


/*=========================
        load more 
=========================*/

.loadmore {
    text-align: center;
    margin: auto;
    margin-top:30px;
}

.loadmore .load-more-btn,
.load_no_more .no-more-to-load {
    background-color: #183244;
    border: none;
    height: 45px;
    padding: 0 30px;
    border-radius: 4px;
    color: #e9b105;
    transition: 0.5s ease all;
}

.loadmore .load-more-btn:hover,
.load_no_more .no-more-to-load:hover {
    background-color: #e9b105;
    color: #fff;
}

.load-more-icon {
    padding-left: 10px;
}

/* footer section new added style********************** */

.contact-info {
    border-bottom: 2px solid transparent;
}

.foot-top-border {
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
}


/* post widget of footer */
.recent-cate-wrap{
    margin-bottom: 30px;
}
.recent-cate-wrap .img-holder{
    margin-bottom: 15px;
}
.author-wrap.style-one .side-widget-d2 .sm-title,
.author-wrap.style-one .side-widget-d2 .author-detail p{
    color: white;
}


.foot-top-wrap .author-wrap .side-tt .s-title,
.foot-top-wrap .side-bar .side-tt .s-title,
.foot-top-wrap  .author-detail .sm-title,
.foot-top-wrap  .side-bar .sm-title a,
.foot-top-wrap .author-wrap .author-detail,
.foot-top-wrap .author-wrap .author-detail p,
.foot-top-wrap .recent-cate-wrap .side-tt .s-title,

.footer-mid-sec .author-wrap .side-tt .s-title,
.footer-mid-sec .side-bar .side-tt .s-title,
.footer-mid-sec  .author-detail .sm-title,
.footer-mid-sec  .side-bar .sm-title a,
.footer-mid-sec .author-wrap .author-detail,
.footer-mid-sec .author-wrap .author-detail p,
.footer-mid-sec .recent-cate-wrap .side-tt .s-title{
    color: white;
}

.foot-top-wrap .author-wrap .side-tt .s-title,
.foot-top-wrap .side-bar .side-tt .s-title,
.footer-mid-sec .author-wrap .side-tt .s-title,
.footer-mid-sec .side-bar .side-tt .s-title,
.foot-top-wrap .foot-top-border .recent-cate-wrap .side-tt .s-title{
    margin-bottom: 15px;
    padding:5px;
}

.foot-top-wrap  .side-bar .sm-title a:hover,
.footer-mid-sec  .side-bar .sm-title a:hover{
    color: #e9b105;
}
.foot-top-wrap .author-wrap,
.foot-top-wrap  .side-bar,
.footer-mid-sec .author-wrap,
.footer-mid-sec  .side-bar,
.secondary-widget-area .side-bar {
    margin-bottom: 30px;
}

.footer-mid-sec .side-bar .post-categories a{
   font-size: 12px;
    color: white;
}


.banner-widget-area .widget.widget_media_image{
    margin: auto;
    text-align:center;
    margin-bottom:80px;
}
.foot-top-wrap .author-wrap .side-tt .s-title,
.foot-top-wrap .side-bar .side-tt .s-title,
.footer-mid-sec .author-wrap .side-tt .s-title,
.footer-mid-sec .side-bar .side-tt .s-title,
.foot-top-wrap .foot-top-border .recent-cate-wrap .side-tt .s-title{
    margin-bottom: 15px;
    padding:5px;
}

.slide-widget-d1-list  .metas span.comment-meta {
    position: absolute;
    right: 10px;
}




/* rtl style ************************************** */

*[dir="rtl"] body {
    text-align: right;
}
*[dir="rtl"] .top-social-icon li {
    margin-left: 0;
    margin-right: 10px;
}

*[dir="rtl"] .top-social-icon li a {
    border-right: 1px solid #666;
    border-left: none;
    padding-left: 0;
    padding-right: 10px;
}

*[dir="rtl"] .top-bar-menu ul li {
    margin-right: 0;
    margin-left: 10px;
}

*[dir="rtl"] .top-bar-menu ul li a {
    padding-right: 0;
    padding-left: 10px;
    border-right: none;
    border-left: 1px solid #666
}

/* search rtl */
*[dir="rtl"] {
    text-align: left;
}

*[dir="rtl"] #header-search {
    left: 15px;
    right: auto;
}

*[dir="rtl"] .search-icon .search-form #submit {
    right: auto;
    left: 0;
}

*[dir="rtl"] .search-form-close-btn {
    right: auto;
    left: 0;

}

*[dir="rtl"] .main_navigation ul li a,
*[dir="rtl"] .header-layout1 .main_navigation ul li a,
*[dir="rtl"] .header-layout2 .main_navigation ul li a,
*[dir="rtl"] .main_navigation ul li.menu-item-has-children .sub-menu li.menu-item-has-children>.sub-menu li a,
* [dir="rtl"] .main_navigation ul li.current_page_item a:hover,
*[dir="rtl"] .main_navigation ul li.menu-item-has-children:hover .sub-menu li a {

    text-align: right;
}

*[dir="rtl"] .main_navigation ul li.menu-item-has-children ul.sub-menu li>.sub-menu {
    left: -100%;
    right: auto;
}

*[dir="rtl"] .trangle {
    top: -700px;
    bottom: -740px;
    left: 50%;
    right: -300px;
    transform: rotate(20deg);
}

*[dir="rtl"] .has-pattern:before,
*[dir="rtl"] .has-pattern:after {
    left: 0;
    right: -50px;
}

*[dir="rtl"] .full-widget-d3-slide-wrap .slick-arrow {
    right: auto;
    left: 30px;
}

*[dir="rtl"] .full-widget-d3-slide-wrap .slick-arrow.next {
    left: 90px;
    right: auto;
}

*[dir="rtl"] .banner-s1 {
    direction: ltr;
}

*[dir="rtl"] .banner-inner:before {
    right: auto;
    left: 50%;
}

*[dir="rtl"] .banner-s1.has-pattern:before,
*[dir="rtl"] .banner-s1.has-pattern:after {
    left: auto;
    right: -50px;
}

*[dir="rtl"] .bannner-outer-wrap .order-md-2 {
    order: 1;
}

*[dir="rtl"] .bannner-outer-wrap .order-md-1 {
    order: 2;
}

*[dir="rtl"] .banner-inner {

    padding-left: 0;
    padding-right: 60px;
}

/* banner-s2 *************************/
*[dir="rtl"] .banner-img-wrap{
    direction: ltr;
}
*[dir="rtl"] .banner-s2 .banner-wrapper .banner-caption{
        margin-right: 0px;
        margin-left: 60px;
        right: 0;
        left:auto;
}
*[dir="rtl"] .banner-img-wrap .slick-arrow{
    right: auto;
    left:10px;
}


*[dir="rtl"] .banner-caption .l-title {
    left: auto;
    right: 50%;
}

*[dir="rtl"] .banner-inner .slick-arrow,
*[dir="rtl"] .slide-widget-d1-wrap  .slick-arrow{
    right: auto;
    left: 90px;
}

*[dir="rtl"] .banner-inner .slick-arrow.prev,
*[dir="rtl"] .slide-widget-d1-wrap  .slick-arrow.prev{
    right: auto;
    left: 30px;
}
.fl-mid-widget-area.design3 .full-sec-less {
    padding-left: 30px;
    padding-right: 0;
}

*[dir="rtl"] .editor-meta {
    padding-right: 10px;
    padding-left: 0;
}
*[dir="rtl"] .slide-widget-d1-list .metas span.comment-meta{
    left:10px;
    right: auto;
}
*[dir="rtl"] .widget-tt .l-title {
    padding-left: 0;
    padding-right: 60px;
}

*[dir="rtl"] .widget-tt .l-title:before {
    left: auto;
    right: 0;
}


/* text-align****************** */
*[dir="rtl"] .banner-caption,
*[dir="rtl"]  .full-widget-d1,
*[dir="rtl"]   .full-widget-d3-slide-wrap {
    text-align: right;
}

/* post categories ********888 */

*[dir="rtl"] .post-categories li a:before {
    left: -4px;
    right: auto;
}

*[dir="rtl"] .post-categories li a:hover:before {
    left: -1px;
    right: auto;
}

/*  widget*********************** */

*[dir="rtl"]  .side-widget-d1 .img-holder {
    float: right;
    margin-left: 15px;
    margin-right: 0;
}

*[dir="rtl"] .half-content-bdy {
    padding-left: 30px;
    padding-right: 0;
}

*[dir="rtl"] .half-content-bdy:before {
    right: auto;
    left: 0;
    border-left: 2px solid #e9b105;
    border-right: 0;
}

*[dir="rtl"] .btn-more-side {
    right: auto;
    left: -35px;
}
*[dir="rtl"] .primary-widget-area .text_widget .l-title {
    right: 1px;
    left: auto;

}

*[dir="rtl"] .primary-widget-area .text_widget .m-title {
    padding-left: 0;
    padding-right: 60px;
}
*[dir="rtl"] .primary-widget-area .text_widget .m-title:before {
    left: auto;
    right: 0;
}

*[dir="rtl"] .metastyle1 {
    float: right;
    margin-left: 15px;
     margin-right: 0;
}

/* author widget********************** */

*[dir="rtl"]  .abt-img-sec:before{
left:auto;
right:-25px;
transform:rotate(180deg);
  }

*[dir="rtl"]  .abt-img-sec {
    border-top: 15px solid #183244;
    border-left: 30px solid #11232f;
    border-bottom: 20px solid #061119;
    border-right: 10px solid #1c3a50;
    box-shadow: 3px 4px 6px #333;
}
/* scroll top***************************** */

*[dir="rtl"]  .scrollup{
    right:auto;
    left:50px;
}

/* footer****************** */
*[dir="rtl"] .foot-menu{
    text-align: left;
}
*[dir="rtl"] .copy.center{
    text-align: right;
}

/* breadcrumb *********************************/

*[dir="rtl"]  .trail-items li{
  padding-right:0;
padding-left:15px
}
*[dir="rtl"]  .trail-items li:before{
right:auto;
left:2px;
transform:rotate(180deg);
}

/* search************** */
*[dir="rtl"] .search-form button, form.search-form button[type="search"], 
*[dir="rtl"] .widget_search form button[type="submit"], 
*[dir="rtl"] .widget_product_search form button[type="submit"], 
*[dir="rtl"] .widget .search-form input[type="submit"]{
    right: auto;
    left: 0;
}

*[dir="rtl"]  .not-found-caption,
*[dir="rtl"]  .not-found {
    direction: rtl;
}

*[dir="rtl"]  .search-again [type=submit],
*[dir="rtl"]  .not-found .search-form [type=submit] {
    left: 0;
    right: auto;
    text-align: right;
}

/* Post pagination ************************ */
*[dir="rtl"] .post-navigation .nav-links .nav-previous {
    text-align: right;
}

*[dir="rtl"] .post-navigation .nav-links .nav-next {
    text-align: left;
}

/* author box************************ */

*[dir="rtl"] .author-thumb {
    margin-right: 0;
    margin-left: 30px;
    float: right
}


*[dir="rtl"] .author-box .author-name{margin-left:0;
margin-right:15px;
}
*[dir="rtl"] .navigation.pagination{
    margin-bottom: 30px;
}