@font-face {
    font-family: "ProximaNova";
    src: local("ProximaNova"), local("ProximaNova-Regular"),
         url("../fonts/proxima-nova/ProximaNova-Regular.woff") format("woff"),
         url("../fonts/proxima-nova/ProximaNova-Regular.ttf") format("ttf");
    font-weight: 400;
   }

@font-face {
    font-family: "ProximaNova";
    src: local("ProximaNova-Bold"), local("ProximaNova-Bold"),
         url("../fonts/proxima-nova/ProximaNova-Bold.woff") format("woff"),
         url("../fonts/proxima-nova/ProximaNova-Bold.ttf") format("ttf");
    font-weight: 600;
   }

html {
    font-family: 'ProximaNova', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
}
body {
    font-family: 'ProximaNova', sans-serif;
    font-size: 15px; /*  base font size  15px= 1em*/
    margin: 0;
    line-height: 1.3;
    background: #f7f7f7;
    overflow-x: hidden;
    height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    /* display: inline-block;
    position: relative; */
    font-family: 'ProximaNova', sans-serif;
    background-color: transparent;
    /* color: #191919; */
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
/* a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #04513F;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: all .2s;
    will-change: transform;
}
a:hover::after {
    transform: scaleX(1);
} */
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 600;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
code,
kbd,
pre,
samp {
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
select {
    text-transform: none;
}
button {
    overflow: visible;
}
button,
input,
select,
textarea {
    max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    min-width: inherit;
    padding: 0.875em;
}
fieldset > :last-child {
    margin-bottom: 0;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
optgroup {
    font-weight: bold;
}
/**
 * 2.0 - Typography
 */
body,
button,
input,
select,
textarea {
    color: #1a1a1a;
    font-family: 'ProximaNova', sans-serif;
    line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.3;
    font-weight: 600;
    color: #191919;
    text-transform: none;
    margin: 0;
    padding: 0;
}
h1{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
}
h2{
    font-size: 24px;
}
h3{
    font-size: 18px;
}
h4{
    font-size: 22px;
}
h5{
    font-size: 16px;
}
h6 {
    font-size: 18px;
    margin-bottom: 8px;
}
p {
    font-size: 14px;
    color: #1A1A1A;
    line-height: 24px;
    margin-bottom: 16px;
    font-weight: 400;
}
a,a:hover,a:focus,a:active {
    /* text-decoration: none; */
    outline: none;
    transition: all 0.4s;
}
a:hover,a:focus,a:active  {
    color: #337ab7;
}
.foter-socail {
    margin-left: -10px !important;
    padding: 10px !important;
}
.foter-socail li:hover {
    transition: all 0.4s;
    transform: scale(1.2);
}
dfn,
cite,
em,
i {
    font-style: italic;
}
/* blockquote:not(.blockquote) {
    border: 1px solid #e9e9e9;
    color: #fff;
    font-size: 17px;
    font-style: italic;
    line-height: 28px;
    font-weight: 700;
    padding: 30px 25px 25px 80px;
    position: relative;
    background: #2c3e50;
    border-radius: 3px;
    margin: 30px 0;
}
blockquote>p {
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #939595;
}
blockquote:not(.blockquote):after {
    content: "\f10d" !important;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    font: normal normal normal 48px/1 FontAwesome;
    color: #e9e9e9;
}
blockquote,
q {
    quotes: none;
}
blockquote:not(.blockquote):before,
blockquote:not(.blockquote):after,
q:before,
q:after {
    content: "";
}
blockquote p {
    margin-bottom: 1.4736842105em;
}
blockquote cite,
blockquote small {
    color: #1a1a1a;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0";
}
blockquote cite {
    font-style: normal;
}
blockquote:not(.blockquote) > :last-child {
    margin-bottom: 0;
} */
address {
    color: #939595;
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 10px;
}
code,
kbd,
tt,
var,
samp,
pre {
    font-family: 'ProximaNova', sans-serif;
}
pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
code {
    background-color: #d1d1d1;
    padding: 0.125em 0.25em;
}
abbr,
acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help;
}
mark,
ins {
    background: #007acc;
    color: #fff;
    padding: 0.125em 0.25em;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/**
 * 3.0 - Elements
 */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}
hr:not(.article__divider):not(.divider) {
    background-color: #d1d1d1;
    border: 0;
    height: 1px;
    margin: 0 0 1.75em;
}
ul,
ol {
    padding: 0;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
    margin-left: 1.5em;
}
ul li,
ol li {
    line-height: 24px;
}
li > ul,
li > ol {
    margin-bottom: 0;
}

dl {
    margin: 0 0 1.75em;
}
dt {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
}
dd {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 16px;
    line-height: 1.3;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}
del {
    opacity: 0.8;
}
table,
th,
td {
    border: 1px solid #d1d1d1;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}
td {
    border-width: 0 1px 1px 0;
}
th,
td {
    padding: 0.4375em;
}
input {
    line-height: normal;
}
button,
.custom-button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
    background: #fff;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    margin: 20px 0;
    padding: 12px 25px;
    outline: none;
    text-transform: uppercase;
    font-size: 16px;
}
.default-button{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}
.default-button:hover, .default-button:focus{
    text-decoration: none;
    color: #fff;
}
.post-password-form {
    margin-bottom: 1.75em;
}
.post-password-form label {
    color: #686868;
    display: block;
    font-family: 'Dosis', sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 1.75em;
    text-transform: uppercase;
}
.post-password-form input[type="password"] {
    margin-top: 0.4375em;
}
.post-password-form > :last-child {
    margin-bottom: 0;
}
/**
 * 5.0 - Alignments
 */
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}
/* blockquote.alignleft {
    margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}
blockquote.alignright {
    margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}
blockquote.aligncenter {
    margin-bottom: 1.473684211em;
} */
/**
 * 6.0 - Clearings
 */
.clear:before,
.clear:after,
/* blockquote:before,
blockquote:after, */
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
    content: "";
    display: table;
}
.clear:after,
/* blockquote:after, */
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
    clear: both;
}
.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(40,35,35,.30);
    z-index: 1;
}
.overlay-2{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(26, 97, 250, 0.3) !important;
    z-index: 1;
}
/* menu fixed */

.menu-fixed .header-bottom.style3 .logo {
    display: inline-block;
    margin-top: 10px;
}

.logo-mob {
    display: none !important;
}

.service__wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.products__wrapper {
    display: flex;
    justify-content: space-between;
}

.service__inner {
    display: flex;
    flex-wrap: wrap
}

.products__inner {
    display: flex;
    flex-wrap: wrap
}

.about-thumb {
    width: 100%;
}

.banner__title {
    margin-bottom: 32px;
}

.slide-btn-wrapper {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.banner__subtitle {
    margin-bottom: 8px !important;
}
.slide-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    background-color: #662d8e;
    color: white;
    border: 1px solid #662d8e;
    border-radius: 4px;
    font-size: 18px;
    transition:  all .4s;
    height: 56px;
}

.slide-btn--fluid {
    height: auto;
}

.slide-btn--long {
    width: 100%;
    max-width: 450px;
    line-height: 1.2;
}

.slide-btn:hover {
    text-decoration: none !important;
    color: #662d8e !important;
    background-color: white !important;
}

.slide-btn--inverted {
    color: #662d8e;
    background-color: transparent;
}

.slide-btn--inverted:hover {
    color: #ffffff !important;
    background-color: #662d8e !important;
}

.slide-btn--disabled {
    pointer-events: none;
    color: #727272;
    border-color: #727272;
    background-color: transparent;
}

.testi-gallery-thumbs {
    display: none;
}

.author__review {
    display: flex;
    flex-direction: column;
}
.author__text {
    margin-bottom: 24px !important;
    font-size: 18px !important;
    color: black !important;
}
.author__name {
    margin-bottom: 8px !important;
    font-size: 18px !important;
    color: black !important;
}
.author__name a {
    font-size: 18px !important;
}
.author__position {
    margin-bottom: 0px !important;
    font-size: 16px !important;
}
.author__company {
    margin-bottom: 0 !important;
    font-size: 16px !important;
    color: #04513F;
}
.logo-deck {
    margin-left: -16px;
}

@media (max-width: 1023px) {
    .logo-mob {
        display: inline-block !important;
        margin-left: -16px;
    }

    .logo-deck {
        display: none !important;
    }

    .col-sm-10 {
        padding: 0 20px !important;
    }
}

.header-bottom.style3 .logo {
    display: none;
}
.menu-fixed {
    position: fixed !important;
    top: 0px;
    left: 0;
    z-index: 9;
    background-color: #fff !important;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.primary-menu {
    position: relative;
    width: 100%;
    z-index: 333;
    background: #fff;
}
.mobile-menu-bar {
    position: relative;
    width: 40px;
    height: 40px;
    display: none;
}
.mobile-menu-bar span:nth-child(1) {
    margin-top: -9px;
}
.mobile-menu-bar span:nth-child(3) {
    margin-top: 8px;
}
.mobile-menu-bar span {
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    position: absolute;
    background: #333;
    margin-top: -1px;
    transition: all 0.3s ease;
}
.open-mobile-menu .mobile-menu-bar span {
    margin-top: -1px !important;
}
.open-mobile-menu .mobile-menu-bar span:nth-child(1){
    transform: rotate(-45deg);
}
.open-mobile-menu .mobile-menu-bar span:nth-child(3){
    transform: rotate(45deg);
}
.open-mobile-menu .mobile-menu-bar span:nth-child(2){
    opacity: 0;
}
/* end recent css

/* global css */
.custom-btn {
    text-transform: none;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 32px;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    /* background: #04513F; */
    background: #662d8e;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.heading-section {
    text-align: center;
    margin-bottom: 40px;
}
.heading-section .subt{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #04513F;
    padding-bottom: 5px;
    border-bottom: 2px dotted #04513F;
}
.heading-section .subttwo{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 2px dotted #fff;
}
.heading-section h1{
    margin-top: 15px;
}
.heading-section p {
    max-width: 550px;
    margin: 0 auto;
}
.post-item {
    width: calc(100% / 4);
    float: left;
}
.border-none .about-post-item{
    border: none;
}
.mt-40{
    margin-top: 40px;
}
.thard-item .thard-img{
    max-width: 550px !important;
}
.thard-item .thard-img img{
    width: 100%;
    height: 100%;
}
.autor-section.author-item-area {
    border: 1px solid #ccc;
    padding: 15px;
}
.post-item-inner{
    margin: 15px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.custrom-btn {
    padding: 11px 36px;
    display: inline-block;
    background: #04513F;
    color: #fff;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    margin-top: 40px;
    border-radius: 3px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.height-top {
    height: 96px;
    display: inline-block;
}
.height-bottom {
    height: 0;
}
.container-banner {
    width: 100%;
    max-width: 1500px;
    padding: 0 80px;
    margin: 0 auto;
}
.border-top{
    border-top: 1px solid #f1e6e6;
}
/* global css */

/* header section */
.header-section {
    background: #fff;
    height: 100px;
    margin: 0 auto;
    max-width: 1500px;
}
.header-top.style3{
    background: #fff;
    padding-top: 20px;
    padding-bottom: 0;
}
.header-top.style3 .primary-menu{
    padding: 27px 0px;
}
.menu-head {
    float: left;
}
.menu-head>a {
    padding: 23px 0;
    display: inline-block;
}
.menu-area {
    float: right;
}
.menu-area.style3 {
    width: 650px;
    margin: 0 auto;
    float: none;
}
.header-top-section {
    padding-bottom: 17px;
    border-bottom: 1px solid #eff2f7;
    overflow: hidden;
}
.menu-fixed .menu-area.style3 {
    float: right;
}
.menu-area.style3 .main-menu>li>a {
    padding: 23px 10px;
}
.donate {
    padding: 0;
    margin: 0;
    float: right;
}
.donate li {
    float: left;
    list-style: none;
    padding: 28px 0;
    margin: 5px;
    cursor: pointer;
}
.donate li i {
    color: #04513F;
}
.menu-area.style3 .donate>li {
    padding: 23px 5px;
}
.main-menu {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}
.main-menu li {
    float: left;
    list-style: none;
    position: relative;
}
.main-menu>.active>a{
    color: #04513F;
}
.main-menu li a {
    padding: 20px 20px;
    margin: 12px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #191919;
    display: inline-block;
    text-decoration: none;
}
.main-menu li a i {
    font-size: 15px;
    font-weight: 600;
    padding: 5px;
    display: inline-block;
}
.main-menu li a:hover{
    color: #04513F;
}


/* sub menu */
.sub-menu {
    position: absolute;
    width: 320px;
    z-index: 1;
    text-align: center;
    display: none;
    background-color: #fff;
    left: 8px;
}
.sub-menu>li {
    float: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.sub-menu>li>a {
    padding: 10px;
    text-align: left;
    font-size: 16px;
    color: #191919;
    text-transform: none;
    display: block;
    margin: 0;
}
.sub-menu li:hover>a{
    /* background: #04513F; */
    background: #662d8e;
    color: #fff;
}
.main-menu li:hover>.sub-menu {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2.5px 6px rgba(34, 37, 42, 0.1);
}
.home-dov {
    position: relative;
}
.home-dov:hover .sub-menu {
    display: inline-block;
}
.substyle {
    left: 100%;
    top: 0px;
    display: none;
}
.substyle>li>a {
    padding: 10px 0px 10px 10px;
}
.sub-menu>li>a>i {
    float: right;
}
.sub-menu>.active>a{
    color: #fff;
    background-color: #04513F;
}
.mt-40{
    margin-top: 40px !important;
}
.pb-40{
    padding-bottom: 40px;
}
.sub-menu-row {
    /* width: 100%; */
    /* width: fit-content; */
    left: 0;
    right: 0;
}
.lang .sub-menu {
    width: 100px;
}

.header-top {
    padding: 9px 0;
    overflow: hidden;
    background: #04513F;
}
.header-top-left {
    padding: 0;
    margin: 0;
    float: left;
    overflow: hidden;
}
.header-top-left li {
    float: left;
    list-style: none;
    margin-right: 20px;
    overflow: hidden;
    color: #fff;
}
.header-top.style3 .header-top-left li{
    float: none;
    color: #191919;
    font-weight: 700;
    width: 100%;
}
.header-top-left li>span {
    margin: 0 5px;
}
.header-top-left li>a{
    display: inline-block;
    color: #fff;
}
.header-top.style3 .header-top-left li>a{
    color: #696969;
    font-weight: 400;
}
.header-top-left li>a:hover{
    text-decoration: underline;
}
.header-top-right{
    float: right;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.header-top-right li {
    float: right;
    list-style: none;
    margin: 3px;
}
.header-top-right li>a {
    display: inline-block;
    padding: 0 5px;
    color: #fff;
}
.header-top.style3 .header-top-right li>a{
    color: #696969;
}
.header-top.style3 .header-top-right li>a:hover{
    color: #04513F;
}
/* banner section */
.box-sha{
    box-shadow: 0px 1px 12px 0px #b0b0b0 !important;
}
.carousel {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
    justify-content: space-between;
}
.carousel-indicators {
    position: relative;
    bottom: 0;
}
.banner-section{
    overflow: hidden;
    min-height: 52vh;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    width: 100%;
    margin-top: 72px;
}
.banner-wraper {
    height: auto;
    min-width: 100%;
    max-width: 100%;
}
.title__span {
    color: black;
}
.banner__list {
    list-style: none;
}
.banner__item {
    font-size: 18px;
    line-height: 20px;
    position: relative;
    padding-left: 28px;
}
.banner__item::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    background-image: url(../../userfiles/images/check-circle.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.banner__item + .banner__item {
    margin-top: 8px;
}
.item__span {
    color: tomato;
}
.button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.overlay-rel{
    position: relative;
}
.banner-section.style2 h1{
    font-size: 60px;
    font-weight: 500;
    text-transform: none;
}
.banner-section.style2 p{
    font-size: 17px;
}
.banner-section.style2 .custom-btn{
    color: #fff;
}
.banner-section.style2 .custom-btn:hover{
    border: 1px solid #04513F;
    background: transparent;
    color: #04513F;
}
.banner-section.style2 .carousel-indicators .active{
    background: #fff;
    border: none;
}
.banner-section .carousel-indicators li{
    border: 2px solid #333;
}
.banner-section.style2 .banner-content-area{
    transform: translateY(-50%);
}
.item{
    height: auto;
}
.banner-section.style2 .item{
    height: calc(100vh - 150px);
}
.banner-section.style3 .item{
    height: calc(100vh - 172px);
}
.banner-section .carousel-indicators .active {
    background: #04513F;
    border: 2px solid #04513F;
}
.banner-content-area {
    width: 100%;
    display: flex;
    padding-bottom: 20px;
    min-height: 630px;
}

.banner-content {
    padding-right: 20px;
    width: 50%;
    height: 100%;
}
.banner__subtitle {
    font-size: 20px !important;
}
.banner__span {
    font-weight: 600;
}
.banner-inner {
    width: 50%;
    display: flex;
}
.banner-img {
    position: relative;
    object-fit: cover;
}
.slider1 .banner-img {
    object-position: 20% 50%;
}
.slider2 .banner-img {
    object-position: 60% 50%;
}
.slider3 .banner-img{
    object-position: 40% 50%;
}
.slider6 .banner-img {
    object-position: 20% 50%;
}

.banner-section.style3 .banner-content-area{
    left: 600px;
}
.banner-content h4{
    font-size: 36px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
}
.banner-section.style3 .banner-content h1{
    color: #fff;
    font-weight: 500;
    text-transform: none;
}
.banner-content h1{
    font-size: 48px;
    font-weight: 700;
    color: #04513F;
}
.banner-content p{
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 30px;
}
.banner-section.style3 .banner-content p{
    color: #fff;
}
.banner-content .custom-btn {
    padding: 10px 33px;
    margin-top: 10px;
    margin-right: 20px;
    text-transform: uppercase;
    border: 1px solid #04513F;
}
.banner-content .custom-btn.active{
    background: transparent;
    border: 1px solid #04513F;
    color: #04513F;
}
.banner-content .custom-btn.active:hover{
    color: #fff;
    background: #04513F;

}
.banner-section.style3 .custom-btn{
    color: #fff;
}
.banner-content .custom-btn:hover{
    background: transparent;
    color: #04513F;
    border: 1px solid #04513F;
}
/* about us section */
.about-section {
    overflow: hidden;
    background: #fff;
}
.about-section .heading-section p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.about-section .heading-section h1{
    font-size: 40px;
    font-weight: 600;
    text-transform: none;

}
.about-section .about-thumb{
    position: relative;
    padding: 20px;
}
.about-section .about-thumb:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    /* background: #04513F; */
    background: #662d8e;
    top: 0;
    left: 0;
}
.about-section .about-inner{
    position: relative;
    display: flex;
    height: 100%;
}

.about-section .about-inner img {
    width: 100%;
    position: relative;
    z-index: 1;
    object-fit: cover;
}
.about-inner__img {
    object-position: 22% 50%;
}
.about-section .about-inner .about-us {
    object-position: 50% 50% !important
}
.about-icon {
    width: 80px;
    height: 80px;
    border: 2px solid #04513F;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    line-height: 73px;
    font-size: 24px;
    color: #04513F;
    z-index: 3;
    margin-left: -25px;
    transform: translateY(-50%);
    display: inline-block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.post-thumb-home-one {
    border: 1px solid #04513F;
    width: 70px;
    height: 65px;
    line-height: 60px;
    margin: 0 auto;
    border-radius: 5px;
}
.about-section .overlay{
    background: rgba(40,35,35,.30);
    z-index: 2;
}
.about-icon:hover{
    color: #04513F;
    border-color: #04513F;
}
.about-section.style2 .about-post-item{
    width: calc(100% / 4)
}
.about-section.style2 .about-post-item-inner {
    text-align: center;
    box-shadow: 0px 0px 8px -4px rgba(0,0,0,.1);
    padding: 35px 15px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.about-section.style2 .about-post-item-inner:hover{
    transform: translateY(-15px);
    box-shadow: 0px 5px 10px 2px rgba(0,0,0,.1);
}
.about-section .about-post-item-inner:hover .post-thumb img{
    transform: rotateY(180deg);
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
}
.about-section .post-thumb img{
    width: 50px;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
}

.about-section .about-post-item-inner:hover .post-content h4>a {
    color: #04513F;
}
.about-post-item {
    padding: 10px 10px;
    width: 50%;
    float: left;
    border: 1px dotted #ccc;
    text-align: center;
}
.about-section.style4 .about-post-item {
    margin-top: 70px;
    width: 100%;
}
.about-section.style4 .post-content{
    padding: 0px;
    width: calc(100% - 580px);
    float: left;
}
.about-section.style4 .post-thumb {
    width: 580px;
    float: left;
}
.about-section.style4 .post-content h1 {
    margin-bottom: 10px;
}
.about-section.style4 .about-post-item-inner {
    margin: 15px;
}
.about-section.style3 .about-us-right {
    width: 100%;
    overflow: hidden;
}
.about-section.style3 .about-post-item{
    width: 100%;
}
.about-section.style3 .about-us-detels {
    padding: 40px;
    max-width: 500px;
    margin: 0 auto;
}
.about-section.style3 .about-us-detels h1 {
    font-size: 48px;
}
.about-section.style3 .custom-btn{
    background: #04513F;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 31px;
    border: 2px solid #04513F;
}
.about-section.style3 .custom-btn:hover{
    background: #fff;
    color: #04513F;
}
.about-post-item-inner {
    margin: 10px;
}
.about-section .post-content {
    padding: 7px 0 0px;
}
.about-section .post-content h4 a{
    padding: 10px 0;
    display: inline-block;
}
.about-section .post-content p {
    font-size: 18px;
}
/* services section */
.service-section {
    overflow: hidden;
    background: #fff;
}
.service-section.style2 {
    background: none;
}
.service-section.style4 {
    background: none;
}
.home-one-service-item .home-one-inner{
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 40px 25px !important;
}
.home-one-service-item .home-one-inner .service-header h3 .service-icon{
    display: block;
    margin-right: 0;
    border: 1px solid #04513F;
    width: 70px;
    height: 65px;
    line-height: 60px;
    margin: 0 auto 15px;
    border-radius: 5px;
}
.home-one-service-item .home-one-inner .service-content p {
    padding: 0;
    margin: 0;
}
.home-one-service-item .home-one-inner .service-header {
    padding-bottom: 12px;
}
.home-one-service-item .home-one-inner .service-header h3 .service-icon img{
    width: 50px;
}
.service-section.style2 .service-item{
    width: calc(100% / 2);
}
.service-section.style2 .service-item-inner{
    margin: 13px;
    padding: 20px 0px 20px 30px;
    box-shadow: 0px 0px 13px -4px rgba(0,0,0,.0);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.service-section .service-item {
    width: calc(100% / 3);
    float: left;
}
.service-section.style3 .service-item {
    height: auto;
}
.service-section .service-item-inner {
    margin: 10px;
    padding: 15px 35px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.06);
    background: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.service-section.style3 .service-item-inner {
    text-align: center;
}
.service-section.style2 .service-item-inner:hover{
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,.1);
}
.service-section .service-item-inner:hover .service-header h3>a{
    color: #04513F;
}
.service-section.style2 .service-item-inner:hover .service-content h3>a{
    color: #04513F;
}.service-section.style3 .service-item-inner:hover .service-content h3>a{
    color: #04513F;
}
.service-section .service-item-inner:hover{
    transform: translateY(-5px);
    box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.05);
}
.service-section .service-item-inner:hover .service-icon img{
    transform: rotateY(180deg);
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
}
.service-section.style2 .service-content h3>a{
    display: inline-block;
}
.service-section .service-item-inner:hover .custom-btn {
    color: #04513F;
}
.service-header {
    padding-bottom: 20px;
    overflow: hidden;
}
.service-section.style3 .service-header {
    padding-top: 40px;
}
.service-section.style3 .custom-btn {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
    text-transform: uppercase;
}
.service-section.style3 .custom-btn:hover {
    color: #696969;
}
.service-section.style3 .custom-btn i {
    margin-left: 5px;
}
.service-section.style3  .service-content h3>a {
    margin-bottom: 17px;
    display: inline-block;
}
.service-icon {
    margin-right: 30px;
}
.service-icon img {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.service-header h3>a {
    display: inline-block;
    color: #191919;
}
.service-thumb img {
    width: 100%;
}

.service-section.style4 {
    margin-top: 24px;
}
.service-section.style4 .service-widget {
    width: 100%;
    overflow: hidden;
}
.service-section.style4 .service-catagori {
    width: 100%;
    margin: 0;
    padding: 10px;
    margin-bottom: 30px;
}
.service-section.style4 .service-catagori li{
    list-style: none;
    margin: 5px 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.service-section.style4 .service-catagori li>a{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #191919;
    padding: 7px 10px;;
    border-radius: 3px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.service-section.style4 .service-catagori li:hover{
    background: #04513F;
    padding-left: 10px;
}
.service-section.style4 .service-catagori li:hover>a{
    color: #fff;
}
.service-section.style4 .service-catagori li>a>i{
    margin-right: 10px;
}
.service-section.style4 .download-catagori {
    width: 100%;
    padding: 30px;
    overflow: hidden;
    background: #fafafa;
    margin-bottom: 40px;
}
.service-section.style4 .download-catagori h4{
    font-weight: 900;
    color: #04513F;
    margin-bottom: 20px;
}
.service-section.style4 .download-catagori li{
    list-style: none;
    margin: 7.5px 0;
}
.service-section.style4 .download-catagori li>a{
    width: 100%;
    display: inline-block;
    padding: 12px 15px;
    background: #04513F;
    color: #fff;

}
.service-section.style4 .download-catagori li>a>i {
    margin-right: 10px;
}
.service-section.style4 .service-contact {
    width: 100%;
    padding: 30px;
    overflow: hidden;
    /* background: #04513F; */
    position: relative;
    z-index: 2;
}
.service-section.style4 .service-contact::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #04513F;
    opacity: 0.1;
    z-index: 1;
}

.service-contact__inner {
    position: relative;
    z-index: 3;
}
.service-contact__inner--center {
    text-align: center;
}
.service-contact__link {
    display: inline-flex;
    margin: 0 0 8px;
    line-height: 1.2;
}
.service-section.style4 .service-contact h4{
    color: #04513F;
    margin-bottom: 10px;
}
.service-section.style4 .service-contact p {
    color: #191919;
    margin-bottom: 10px;
}
.service-section.style4 .service-contact li{
    list-style: none;
    width: 100%;
    margin: 4px 0;
    font-size: 18px;
    font-weight: 400;
    color: #191919;
}
.service-section.style4 .service-contact li>i{
    margin-right: 5px;
    color: #04513F;
}
.service-section.style4 .service-contact li>a{
    color: #191919;
}
.service-section.style4 .service-contact li>a:hover {
    text-decoration: underline;
}
.service-section.style4 .service-content{
    padding: 20px 0;
    overflow: hidden;
}
.service-section.style4 .service-content h1 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.service-section.style4 .service-content img {
    width: 270px;
    float: right;
    margin-left: 20px;
}
/* portfolio section */
.portfolio-section {
    overflow: hidden;
    background: #fff;
}
.portfolio-section.style2 {
    background: #fff;
}
.portfolio-section.style3{
    background: #fff;
}
.portfolio-filter-section {
    padding: 0;
    text-align: center;
    overflow: hidden;
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.portfolio-filter-section li {
    float: left;
    padding: 5px 15px;
    cursor: pointer;
    list-style: none;
    text-align: center;
}
.grid {
    background: #f9f9f9;
}
.portfolio-section.style7 .grid{
    background: #fff;
}
.portfolio-filter-section li:hover p{
    color: #04513F
}
.portfolio-filter-section li>p {
    margin-bottom: 0;
    font-size: 15px;
    text-transform: none;
    display: inline-block;
}
.portfolio-section.style2 .portfolio-item-inner{
    margin: 15px;
    padding: 0;
}
.portfolio-section.style3 .portfolio-item-inner{
    padding: 0;
    margin: 15px;
}
.portfolio-section.style4 .portfolio-item-inner{
    padding: 0;
    margin: 0;
    margin-right: 8px;
    margin-bottom: 30px;
}
.portfolio-section.style5 .portfolio-item-inner{
    padding: 0;
    margin: 0;
    margin-right: 5px;
    margin-bottom: 30px;
}
.portfolio-section.style6 .portfolio-item-inner{
    padding: 0;
    margin: 15px;
}
.portfolio-section.style7 .portfolio-item-inner{
    margin: 7.5px;
    padding: 0;
}
.portfolio-item-inner {
    padding: 15px;
    background: #fff;
}
.portfolio-section.style2 .portfolio-item-inner{
    padding: 0;
}
.portfolio-section .portfolio-item-inner:hover .portfolio-thumb img{
    transform: scale(1.2);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.portfolio-item {
    width: calc(100% / 3);
    float: left;
}
.container-space{
    padding: 0 20px;
}
.portfolio-section.style3 .portfolio-item {
    width: calc(100% / 4);
}
.portfolio-section.style4 .portfolio-item {
    width: calc(100% / 4);
}
.portfolio-section.style5 .portfolio-item {
    width: calc(100% / 5);
}
.portfolio-section.style6 .portfolio-item {
    width: calc(100% / 4);
}
.portfolio-thumb {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.portfolio-thumb img{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.portfolio-thumb:after {
    position: absolute;
    content: "";
    width: 94%;
    height: 94%;
    background: rgba(11,136,238.85);
    top: 3%;
    left: 3%;
    transform: scale(0);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.portfolio-thumb img {
    width: 100%;
}
.portfolio-content {
    margin: 0;
    padding: 10px 20px;
    background: #04513F;
}
.portfolio-content li {
    list-style: none;
    padding-bottom: 5px;
    overflow: hidden;
}
.portfolio-content li>h3>a{
    width: calc(100% - 40px);
    float: left;
    display: inline-block;
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.portfolio-content li h3 {
    overflow: hidden;
    padding-top: 15px;
}
.portfolio-section .custrom-btn {
    text-transform: uppercase;
    font-weight: 600;
}
.portfolio-content li>h3>span {
    width: 20px;
    float: right;
    margin-right: 5px;
    color: #fff;
}
.portfolio-content li>p{
    width: calc(100% - 30px);
    float: left;
    display: inline-block;
    margin-bottom: 0px;
    color: #fff;
}
.portfolio-content li>p>span {
    width: 20px;
    float: right;
}
.portfolio-content li>span {
    color: #fff;
}
.port-icon {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    color: #04513F;
    transform: translateY(-50%);
    margin-left: -25px;
    opacity: 0;
    background: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    z-index: 1;
}
.port-icon:hover {
    background: #d7e9ff;
    color: #191919;
}
.portfolio-item:hover .port-icon {
    opacity: 1;
}
.portfolio-item:hover .portfolio-content li h3>a {
    color: #fff;
}
.portfolio-item:hover .portfolio-content li h3>span {
    color: #fff;
}
.portfolio-item:hover .portfolio-thumb:after {
    opacity: .85;
    transform: scale(1);
}
.portfolio-section .custrom-btn:hover{
    background: #94c1ff;
    color: #fff;
}
/* counter section */
.counter-section {
    background: #ffffff;
    overflow:hidden;
    width: 100%;
}

.counter-section.style3 {
    background: url(../../assets/images/counter/bg1.jpg);
    background-size: cover;
}
.counter-section.style3 .overlay{
    background: rgba(42,48,55,.65);
}
.counter-section.style3 .counter-count {
    z-index: 1;
    position: relative;
}
.counter-count {
    display: flex;
    justify-content: space-between;
}
.counter-item {
    width: calc(100% / 4);
    float: left;
}
.counter-item-inner {
    width: calc(100% / 4);
    margin: 15px;
    border: 2px solid #04513F;
    text-align: center;
    position: relative;
    border-radius: 15px;
}
.counter-section.style2 .counter-item-inner {
    border: none;
}
.counter-item-inner .counter-thumb {
    width: 90px;
    height: 60px;
    line-height: 81px;
    border-radius: 100%;
    color: lemonchiffon;
    font-size: 48px;
    margin: 0 auto 16px;
}
div#portfolio-selector {
    overflow: hidden;
}
.counter-section.style3 .counter-item-inner {
    border: inherit;
}

.counter-section.style3 .counter-item-inner .counter-thumb{
    background: inherit;
}
.counter-item-inner .counter-thumb img{
   max-width: 100%;
}
.counter-item-inner{
    padding: 16px;
}
.counter-item-inner .number {
    padding-top: 20px;
    overflow: hidden;
    font-size: 48px;
    font-weight: 400;
    color: #fff;
}
.counter-item-inner p{
    margin: 0;
    padding: 0;
}
.counter-item-inner .post-content {
    font-size: 18px;
    font-weight: 400;
    color: #1A1A1A;
    text-transform: none;
}
/* team membar section */
.team-membar-section {
    overflow: hidden;
    background: #fff;
}
.team-membar-section.style4 {
    background: #fafafa;
}
.team-membar-item {
    float: left;
    width: calc(100% / 3);
    position: relative;
}
.team-membar-section.style2 .team-membar-item{
    width: calc(100% / 4);
}
.team-membar-section.style3 .team-membar-item{
    width: calc(100% /4);
    padding: 30px 0;
    box-shadow: 0px 0px 1px -2px rgba(0,0,0,.1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.team-membar-section.style2 .team-membar-content{
    width: 100%;
    margin: 0 auto;
    position: static;
    opacity: 1;
    box-shadow: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.team-membar-section.style2 .team-membar-social{
    opacity: 0;
}
.team-membar-item-inner {
    margin: 12.5px;
}
.team-membar-section.style2.team-2 .team-membar-item-inner {
    margin-bottom: 40px;
}
.team-membar-section.style4 .team-membar-item-inner {
    margin: 15px;
}
.team-membar-thumb {
    overflow: hidden;
    display: block;
}
.team-membar-section.style3 .team-membar-thumb {
    border-radius: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.team-membar-thumb img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.team-membar-content {
    text-align: center;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    background: #04513F;
    padding: 10px 0;
    opacity: 1;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,.1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.team-membar-content h2 a{
   color: #fff;
}
.team-membar-content p{
   color: #fff;
}
.team-membar-content .team-membar-social li a i{
   color: #fff;
}
.team-membar-section.style3 .team-membar-content{
    width: 100%;
    box-shadow: none;
    padding-bottom: 0;
}
.team-membar-content .team-membar-dec {
    margin-bottom: 0;
    font-size: 12px;
}
.team-membar-social {
    padding: 0;
    margin: 0;
    display: inline-block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.team-membar-social li{
    list-style: none;
    float: left;
    margin: 1px;
}
.team-membar-social li>a{
    display: inline-block;
    color: #04513F;
    padding: 5px;
}
.team-membar-item:hover .team-membar-thumb img{
    transform: scale(1.2);
}
.team-membar-item:hover .team-membar-content{
    opacity: 1;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
}
.team-membar-section.style3 .team-membar-item:hover .team-membar-content{
    box-shadow: none;
}
.team-membar-section.style2 .team-membar-item:hover .team-membar-content{
    opacity: 1;
}
.team-membar-section .team-membar-item:hover .team-membar-content .team-membar-social li>a{
    color: #fff;
}
.team-membar-content>h2>a:hover {
    color: #fff;
}
.team-membar-section.style2 .team-membar-item:hover .team-membar-content h2>a{
    color: #fff;
}
.team-membar-section.style2 .team-membar-item:hover .team-membar-social{
    opacity: 1;
}
.team-membar-section.style3 .team-membar-content:hover .team-membar-social li>a{
    color: #fff;
}
.team-membar-section.style3 .team-membar-item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 20px -3px rgba(0,0,0,.1);
}
.team-membar-section.style3 .team-membar-item:hover .team-membar-content h2>a {
    color: #fff;
}
.team-membar-section.style3 .team-membar-item:hover .team-membar-social li>a {
    color: #fff;
}
.team-membar-social li>a{
    color: #fff;
}
.team-membar-social li>a:hover i{
    color: #fff;
}
/* blog section */
.blog-section {
    background: #fff;
    overflow: hidden;
}
.blog-section.style4 {
    background: #fff;
}
.blog-section .post-item {
    width: calc(100% / 3);
    float: left;
}
.blog-section.style3 .post-item {
    width: 100%;
}
.blog-section.style4 .post-item{
    width: 100%;
}
.blog-section.style5 .post-item{
    width: 50%;
}
.blog-section .post-item-inner{
    margin: 40px 24px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 6%);
}
.blog-section.style3 .post-item-inner{
    margin: 15px;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.blog-section.style5 .post-item-inner{
    box-shadow: 0px 7px 10px 0px rgba(0,0,0,.1);
}
.blog-section.style3 .post-thumb {
    overflow: hidden;
    width: 200px;
    float: left;
    margin-right: 20px;
}

.sponser-section .post-thumb a {
    pointer-events: none;
}
.blog-section.style3 .post-thumb img{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.blog-section.style3 .post-content {
    width: calc(100% - 220px);
    float: left;
    background: inherit;
    padding: 0;
}






.blog-section.style4 .post-thumb{
    overflow: hidden;
}
.blog-section.style4 .post-thumb img{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.blog-section.style4 .post-item-inner:hover .post-thumb img{
    transform: scale(1.3);
}
.blog-section.style4 .post-content h4 {
    margin: 20px 0;
    font-size: 20px;
}
.blog-section .post-content {
    padding: 24px 24px 16px;
    background: #fff;
    overflow: hidden;
}
.blog-section.style4 .post-content{
    padding: 13px;
}
.blog-section.style5 .post-content{
    padding: 20px 10px;
}
.blog-section .post-content h3>a {
    display: inline-block;
    padding-bottom: 5px;
}
.blog-section .post-content>p{
    margin-bottom: 0px;
}
.blog-section.style5 .post-content>p{
    margin-bottom: 0px;
}
.blog-meta-post {
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-top: 1px solid #f5f5f5;
}
.blog-section .blog-meta-post {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 15px;
    border-top: 1px solid#f5f5f5;
    background: #fff;
    margin: 0;
}
.blog-section.style3 .blog-meta-post {
    background: #fafafa;
    border-top: none;

}
.blog-section.style4 .blog-meta-post{
    border-top: none;
}
.blog-section.style5 .blog-meta-post {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    border-top: 1px solid#f5f5f5;
}
.blog-section.style3 .blog-meta-post {
    float: left;
    width: 100%;
    padding-left: 0;
}
.blog-meta-post li {
    list-style: none;
    overflow: hidden;
    padding-top: 10px;
}
.blog-meta-post .custom-btn {
    padding: 2px 5px;
    width: 100px;
    float: left;
    display: inline-block;
    color: #4c4c4c;
    text-transform: uppercase;
}
.blog-section.style2 .post-meta{
    width: 100%;
}
.blog-section.style2 .post-meta p{
    float: left;
}
.blog-section.style2 .post-meta p>i{
    margin: 0 10px;
    color: #696969;
}
.post-meta {
    width: calc(100% - 100px);
    float: left;
}
.blog-section.style3 .post-meta {
    width: 100%;
}
.blog-section.style4 .post-meta {
    width: inherit;
    margin-bottom: 10px;
}
.blog-section.style5 .post-meta{
    padding-left: 20px;
}
.post-meta p {
    margin-bottom: 0;
    float: right;
    margin-right: 10px;
    display: inline-block;
}
.blog-meta-post{
    border-top: none;
    margin-bottom: 10px;
}
.blog-meta-post li{
    float: left;
    margin-right: 10px;
}
.blog-meta-post li>i{
    margin-right: 5px;
    color: #696969;
}
.blog-meta-post li>a{
    display: inline-block;
    text-transform: none;
    font-size:14px;
}
 .blog-meta-post li>a:hover{
    text-decoration: underline;
}
.blog-btn{
    background: #fff;
    padding: 0px 0px 35px 15px;
    display: block;
}
.blog-btn a:hover{
    color: #fff;
}
.post-item-inner:hover {
    /* box-shadow: 0px 7px 10px 0px rgba(0,0,0,.1);
    transform: translateY(-15px); */
    transform: translateY(-5px);
    box-shadow: 0px 6px 14px 0px rgb(0 0 0 / 5%);
}
.blog-section.style3 .post-item-inner:hover {
    box-shadow: 0px 0px 42px -22px rgba(0,0,0,.1);
    transform: translateY(0px);
}
.blog-section.style3 .post-item-inner:hover .post-thumb img {
    transform: scale(1.5);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.blog-section.style4 .post-item-inner:hover {
    transform: translateX(0px);
    box-shadow: none;
}
.post-item-inner:hover .post-content h3>a {
    color: #04513F;
}
.post-item-inner:hover .blog-meta-post .custom-btn {
    color: #04513F;
}
.blog-section.style4 .custom-btn {
    background: #04513F;
    color: #fff;
    border: 2px;
    display: inline-block;
    border: 1px solid #04513F;
    margin: 20px 0;
    text-transform: uppercase;
}
.blog-section.style4 .custom-btn:hover{
    background: #fff;
    color: #04513F;
}

/* pricing table section */
.pricing-table-section {
    overflow: hidden;
    background: #fff;
}
.pricing-table-section.style4 {
    background: #fafafa;
}
.pricing-item {
    width: calc(100% / 3);
    float: left;
}
.pricing-thumb{
  text-align: center;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
.pricing-table-section.style2 .pricing-item{
    width: calc(100% / 2);
}
.pricing-table-section.style2 .pricing-about {
    margin-top: 150px;
    overflow: hidden;
}
.pricing-table-section.style2 .pricing-about h1 {
    padding-bottom: 30px;
}
.pricing-table-section.style2 .pricing-about .custom-btn {
    background: #04513F;
    color: #fff;
    border-radius: 3px;
    margin-top: 20px;
    border: 2px solid #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.pricing-table-section.style2 .pricing-about .custom-btn:hover{
    background: #fff;
    color: #04513F;
    border: 2px solid #04513F;
}
.pricing-table-section.style2 .pricing-item-inner{
    margin: 0px;
}
.pricing-table-section.style4 .pricing-item-inner:hover {
    background: #fff;
}
.pricing-item-inner {
    margin: 15px;
    box-shadow: 1px 0px 13px 4px rgb(0 0 0 / 10%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.pricing-content {
    padding: 40px 15px;
    text-align: center;
}
.pricing-table-section.style2 .pricing-content{
    padding: 90px 0;
}
.pricing-content h6 {
    text-transform: uppercase;
    color: #04513F;
    margin-bottom: 20px;
    font-size: 24px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.pricing-list-header {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.pricing-list-header li{
    list-style: none;
}
.pricing-list-header li>sup {
    font-size: 48px;
    font-weight: 600;
    line-height: 40px;
}
.pricing-list-header li>span {
    font-size: 60px;
    font-weight: 600;
}
.pricing-list-header li>p {
    display: inline-block;
    margin-bottom: 0;
    text-transform: lowercase;
    font-weight: 900;
}
.pricing-list-bottom {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.pricing-list-bottom li {
    list-style: none;
    margin: 5px 0;
    padding: 5px 0;
}
.pricing-table-section .custrom-btn {
    border: 2px solid #fafafa;
    background:#04513F;
    color: #fff;
    padding: 8px 26px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.pricing-item-inner:hover {
    transform: translateY(-15px);
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,.1);
    box-shadow: -1px 5px 13px -1px rgba(0,0,0,.1);
}
.pricing-table-section.style2  .pricing-item-inner:hover {
    box-shadow: -10px 7px 4px 0px rgba(0,0,0,.1);
    transform: translateX(15px);
}
.pricing-table-section.style3  .pricing-item-inner:hover {
    box-shadow: 5px -5px 0px 4px rgba(11,36,238,.5);
    transform: translateX(-10px);
    border-radius: 1px;
}
.pricing-item-inner:hover .custrom-btn{
    background: #04513F;
    color: #fff;
}
.pricing-item-inner .custrom-btn:hover{
    color: #fff;
}
/* testimonial section */
.testi-section {
    position: relative;
}
.testi-border {
    border: 2px solid #fff;
    padding: 50px 0;
    transform: translateY(50px);
}
.testi-border .swiper-button-prev {
    margin-left: -25px;
    background: #fff;
    transform: translateY(0);
}
.testimonial-section.style2 .testi-border .swiper-slide-active p{
    transform: translateY(0);
}
.testimonial-section .heading-section {
    margin-bottom: 24px;
}
.testimonial-section .heading-section h1 {
    margin-top: 0;
}
.testi-border .swiper-button-next {
    margin-right: -25px;
    background: #fff;
    transform: translateY(0);
}
.testimonial-section {
    overflow: hidden;
    background: #fff;
}
.testimonial-section.style2 .heading-section {
    margin-bottom: 0;
}
.tasti-container {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.testimonial-section .testi-gallery-thumbs .swiper-slide {
    width: 100px;
    opacity: 0.4;
    line-height: 100px;
}
.testimonial-section .testi-gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.testimonial-section .testi-gallery-thumbs .post-item{
    width: 100%;
    cursor: pointer;
}
.testimonial-section .post-item {
    width: 100%;
    float: left;
}
.testimonial-section .post-thumb {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.swiper-slide.swiper-slide-active {
    width: 100px;
    min-height: 100px;
    border-radius: 100%;
}
.sponser-slider-container .swiper-slide {
    background-color: #ffffff;
}
.sponser-slider-container .swiper-slide-transparent {
    background-color: transparent;
}
.sponser-slider-container .swiper-slide.swiper-slide-active {
    border-radius: 0;
}
.sponser-slider-container .post-item {
    padding: 8px 4px;
}
.testimonial-section .post-thumb img{
    width: 100%;
}
.testimonial-section .rating {
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
}
.testimonial-section .rating li{
    list-style: none;
    float: left;
    color: #04513F;
}
.testimonial-section.style2 .testimonial-section .rating li {
    line-height: 0;
}
.testimonial-section.style2 h5 {
    margin-top: -75px;
    width: 100%;
}
.testi-wraper {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.testimonial-section .post-content {
    padding: 20px;
    text-align: center;
    overflow: hidden;
    border-radius: 3px;
}
.testimonial-section .post-content h5 {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    font-weight: 600;
}
.testimonial-section .post-content h5>a{
    font-size: 16px;
    color: #191919;
    margin-right: 5px;
    text-transform: none;
}
.testimonial-section .post-content h5>span{
    color: #696969;
    margin-left: 5px;
    font-size: 14px;
}
.testimonial-section .swiper-slide.swiper-slide-active .post-content {
    color: #fff;
}
.swiper-slide.swiper-slide-active .post-content span>i{
    color: #fff;
}
.post-content>span {
    width: 30px;
    float: left;
}
.post-content span i{
    font-size: 20px;
    color: #333;
}
.testimonial-section .swiper-slide-active .post-thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.testimonial-section .swiper-slide-active .post-thumb img {
    width: 100%;
    height: 100%;
}
.testimonial-section.style2 .rating{
    opacity: 0;
}
.testimonial-section.style2 h5{
    opacity: 0;
}
/*
.testimonial-section.style2 p{
    opacity: 0;
}*/
.testimonial-section.style2 .swiper-slide-active .rating{
    opacity: 1;
    margin-left: -20px;
}
.testimonial-section.style2 .swiper-slide-active h5{
    opacity: 1;
    transform: translateY(30px);
    font-size: 14px;
    width: 150px;
    text-align: left;
    margin-left: -10px;
}
.testimonial-section.style2 .swiper-slide-active h5>a {
    display: inline-block;
    font-weight: 600;
    color: #191919;
    margin-bottom: 5px;
}
.testimonial-section.style2 .swiper-slide-active h5>span {
    font-weight: 300;
}
.testimonial-section.style2 .swiper-slide-active p{
    opacity: 1;
}

.comment-contact input {
    margin-bottom: 5px;
}
.testi-pagination {
    left:50%;
    margin-left:-25px;
}
.testi-pagination .swiper-pagination-bullet {
    margin: 3px;
}

.testimonial-section.style3 .testi-item {
    width: 100%;
}
.testimonial-section.style3 .testi-item-inner {
    padding: 40px;
    background: #fff;
    border-radius: 3px;
    margin: 15px;
}
.testimonial-section.style3 .testi-thumb{
    overflow: hidden;
}
.testimonial-section.style3 .testi-thumb img {
    width: 60px;
    float: left;
}
.testimonial-section.style3 .testi-author {
    width: calc(100% - 60px);
    float: left;
}
.testimonial-section.style3 .testi-author>a{
    display: inline-block;
    margin-left: 20px;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    color: #191919;
}
.testimonial-section.style3 .testi-author>p{
    margin-left: 20px;
}
.testimonial-section.style3 .testi-item-inner:hover .testi-author>a{
    color: #04513F;
}
.testimonial-section.style3 .testi-pagination{
    margin-top: 40px;
}
/* sponser section */
.sponsor-space{
    padding: 10px;
}
.sponser-section {
    margin-top: 120px;
    padding: 0 0 96px;
    overflow: hidden;
    /* background: #04513F; */
    background: #662d8e;
}
.client-white h1,
.client-white h2 {
    color: #fff !important;
    margin-bottom: 11px;
}
.client-white p{
    color: #fff !important;
}
.sponser-section .heading-section {
    margin-bottom: 64px;
}

.sponser-section .heading-section h1 {
    margin-top: 0;
}

.swiper-button-next, .swiper-button-prev  {
    transform: translate(0, -50%) !important;
}

.sponser-section.style2 .post-item-inner {
    margin-right: 9px;
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}
.sponser-section .post-item{
    width: 100%;
}
.sponser-section.style2 .post-item {
    width: calc(100% / 5);
    float: left;
}
.sponser-section.style3 .post-item {
    width: calc(100% / 4);
}
.sponser-section.style2 .post-item .post-thumb img{
    width: 100%;
}
.sponser-section.style3 .post-item .post-thumb img{
    width: 100%;
}
.sponser-2 .post-item{
    margin-top: 50px;
}
.sponser-section.style2 .post-item-inner:hover {
    box-shadow: -8px 6px 10px -4px rgba(0,0,0,.1);
    transform: translateX(10px);
}
.sponser-section.style3 .post-item-inner:hover {
    box-shadow: 9px 11px 10px -8px rgba(0,0,0,.1);
    transform: translateX(-10px);
}
/* news lettar section */
.newsleater-section {
    margin-top: 96px;
    width: 100%;
    position: relative;
    overflow: hidden;
    /* background: url(../../lizard3/images/5812_1.jpg) no-repeat center center; */
    background-size: cover;
    background-color: #04513F;
}

.newsleater-section h1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 16px;
}
.newsleater-section p:not(.webinar-form__error) {
    color: #fff;
    font-size: 18px;
    max-width: 600px;
}
.newsleater-section .height-bottom, .height-bottom-counter {
    height: 96px;
}
.recent-news {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    list-style: none;
    padding: 10px 0;
    overflow: hidden;
    display: flex;
}
.recent-news input[type="text"] {
    width: calc(100% - 125px);
    float: left;
    padding: 11px 20px;
    border: 1px solid #fff;
    background: none;
    outline: none;
    color: #fff;
    font-size: 18px;
    transition: all 0.4s;
}

.recent-news input {
    height: 56px;
}

.recent-news input::placeholder {
    opacity: 0.8;
}

.recent-news input:hover {
    border-color: rgb(255 255 255 / 60%);
}

.recent-news a,
.recent-news button.submit {
    min-width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    outline: none;
    padding: 11px 20px 10px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #04513F;
    background-color: #fff;
    transition: all 0.4s;
    margin: 0;
    text-transform: none;
}
.recent-news a:hover,
.recent-news button.submit:hover {
    text-decoration: none;
    color: white;
    background-color: transparent;
    border-color: white;
    border-left: none;
}
.form-result {
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #fff;
    font-family: 'ProximaNova', sans-serif;
}
:-moz-placeholder {
    color: #fff;
    font-family: 'ProximaNova', sans-serif;
}
::-moz-placeholder {
    color: #fff;
    font-family: 'ProximaNova', sans-serif;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
    color: #fff;
    font-family: 'ProximaNova', sans-serif;
}
/* footer section */
.footer-section {
    overflow: hidden;
}

.container-fluid {
    display: flex;
    justify-content: center;
}

.footer-section .col-sm-10 {
    flex-direction: column;
    margin: 0 auto !important;
}
.footer-top {
    overflow: hidden;
}
.footer-top h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    width: 100%;
}
.foter-socail {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.foter-socail li{
    list-style: none;
    float: left;
    margin-right: 15px;
}
.foter-socail li:last-child {
    margin-right: 0px;
}

.foter-socail li a{
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    background: #3a589e;
    color: #fff;
}
.recent-post .post-item {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}
.recent-post .post-thumb {
    width: 80px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}
.recent-post .post-thumb img{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.recent-post .post-item:hover .post-thumb img{
    transform: scale(1.3);
}
.recent-post .post-content{
    width: calc(100% - 90px);
    float: left;
}
.post-content h6>a{
    display: inline-block;
}
.recent-post .post-content>span{
    width: 100%;
}
.recent-post .post-item:hover .post-content h6>a {
    color: #04513F
}
.recent-social-media .post-item{
    width: 100%;
    margin-bottom: 10px;
}
.recent-social-media .post-thumb {
    width: 50px;
    height: 50px;
    float: left;
    line-height: 50px;
}
.recent-social-media .post-content {
    width: calc(100% - 50px);
    float: left;
}
.recent-social-media .post-thumb a {
    width: 100%;
    font-size: 24px;
    display: inline-block;
    color: #04513F;
}
.recent-social-media .post-content>span{
    width: 100%;
}
.recent-social-media .post-item:hover .post-content h6>a {
    color: #04513F;
}
.footer-contact-list {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.footer-contact-list li{
    list-style: none;
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
    display: flex;
    align-items: center;
}
.footer-contact-list li>span{
    width: 60px;
    float: left;
}
.footer-contact-list li>span>i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
    /* background: #04513F; */
    background: #662d8e;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.footer-contact-list li:nth-child(2) span>i{
    /* background: #04513F; */
    background: #662d8e;
}
.footer-contact-list li:nth-child(3) span>i{
    /* background: #04513F; */
    background: #662d8e;
}
.footer-contact-list li>p {
    width: calc(100% - 60px);
    float: left;
    margin-bottom: 0;
    display: inline-block;
}
/* .footer-contact-list li:hover a {
    color: #04513F;
} */
.foter-socail li:nth-child(2) a {
    background: #429cd6;
}
.foter-socail li:nth-child(3) a {
    /* background: #0d77b7; */
    background: #df4b37;
}
.foter-socail li:nth-child(4) a {
    background: #df4b37;
}
.footer-bottom {
    overflow: hidden;
    margin-bottom: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom-copyright {
    overflow: hidden;
    width: 50%;
    float: left;
}
.footer-bottom-copyright>p {
    margin-bottom: 0;
}
.footer-bottom-copyright>p>a {
    display: inline-block;
    margin: 0 10px;
    text-transform: none;
    color: #04513F;
}
.footer-bottom-tagrel {
    width: calc(100% - 50%);
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.footer-bottom-tagrel li{
    list-style: none;
    float: right;
    margin-right: 20px;
    display: inline-block;
}
.footer-bottom-tagrel li>a{
    display: inline-block;
    color: #04513F;
    font-size: 14px;
    font-weight: 400;
}
/* about page */
.side-header {
    width: 100%;
    overflow: hidden;
    /* background-image: url(../../lizard3/images/5812_1.jpg) no-repeat center center; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.side-header::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    right:0;
    bottom: 0;
    background:rgba(255, 255, 255,  0.7);
}
.content-area {
    position: relative;
    min-height: 300px;
    box-sizing: border-box;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigator {
    margin-top: 16px;
}
.page-content {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.page-content h1 {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
}
.page-content a {
    display: inline-block;
    text-transform: none;
    font-size: 18px;
    font-weight: 400;
    margin-right: 10px;
    margin-left: 5px;
}
.page-content a:hover{
    color: #04513F;
}
.page-content span>span {
    text-transform: none;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #04513F;
}
/* single team-member */
.team-member-single {
    padding: 100px 0;
    overflow: hidden;
}
.team-single-content h1 {
    margin-bottom: 10px;
    font-weight: 600;
}
.team-single-content h3 {
    color: #04513F;
    margin-bottom: 10px;
}
.member-exprence {
    margin-top: 50px;
    overflow: hidden;
}
.member-exprence h2 {
    margin-bottom: 10px;
}
.member-exprence li{
    list-style: none;
    font-size: 18px;
    margin: 3px 0;
    padding: 5px 0;
}
.member-exprence li>span{
    color: #04513F;
    margin-right: 5px;
}
.team-member-socail {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.team-member-socail li{
    list-style: none;
    float: left;
    margin: 3px;
}
.team-member-socail li a{
    display: inline-block;
    padding: 5px;
    color: #191919;
}
.team-member-socail li a:hover{
    color: #04513F;
}
/* 404 page */
.four-jero {
    padding: 100px 0;
    background: #eff2f7;
    overflow: hidden;
}
.jero-thumb {
    text-align: center;
    margin-bottom: 40px;
}
.jero-content {
    text-align: center;
}
.jero-content h1 {
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: none;
}
.jero-content .custom-btn {
    background: #04513F;
    color: #fff;
    padding: 10px 22px;
    border: none;
    text-transform: uppercase;
    border: 2px solid #04513F;
}
.jero-content .custom-btn:hover{
    background: #fff;
    color: #04513F;
}
/* sidebar widget */
.sidebar-widget .search-section input[type="text"] {
    width: 100%;
    padding: 13px;
    outline: none;
    margin-top: 15px;
    border-radius: 5px;
    border: 1px solid #696969;
    position: relative;
}
.sidebar-widget .search-section a {
    position: absolute;
    top: 25px;
    right: 45px;
    font-size: 20px;
    color: #696969;
    display: inline-block;
}
/* Placeholder text color -- selectors need to be separate to work. */
.sidebar-widget .search-section ::-webkit-input-placeholder {
    color: #696969;
    font-family: 'ProximaNova', sans-serif;
    text-transform: none;
}
.sidebar-widget .search-section :-moz-placeholder {
    color: #696969;
    font-family: 'ProximaNova', sans-serif;
    text-transform: none;
}
.sidebar-widget .search-section ::-moz-placeholder {
    color: #696969;
    font-family: 'ProximaNova', sans-serif;
    text-transform: none;
    opacity: 1;
}
.sidebar-widget .search-section :-ms-input-placeholder {
    color: #696969;
    font-family: 'ProximaNova', sans-serif;
    text-transform: none;
}
.sidebar-widget .post-catagori {
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-top: 45px;
}
.sidebar-widget .post-catagori h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.sidebar-widget .post-catagori li {
    width: 100%;
    margin: 5px 0;
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #eff2f7;
    transition: all .3s ease-in-out;
}
.sidebar-widget .post-catagori li:hover {
    padding-left: 25px;
}
.sidebar-widget .post-catagori li>a{
    width: calc(100% - 50px);
    float: left;
    display: inline-block;
    text-transform: none;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 400;
}
.sidebar-widget .post-catagori li>span{
    width: 50px;
    float: right;
    font-size: 18px;
    font-weight: 600;
    color: #191919;
    text-align: center;
    border-radius: 3px;
    padding: 4px 0px;
    margin-top: 3px;
}
.sidebar-widget .post-catagori li>a:hover {
    color: #04513F;
}
.sidebar-widget .post-catagori li:hover span {
    opacity: 1;
}
.sidebar-widget .popular-post {
    margin-top: 45px;
    overflow: hidden;
    width: 100%;
}
.sidebar-widget .popular-post .post-item {
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 10px;
}
.sidebar-widget .popular-post h2{
    font-size: 30px;
    margin-bottom: 30px;
}
.sidebar-widget .popular-post .post-thumb {
    width: 100px;
    float: left;
    overflow: hidden;
}
.sidebar-widget .popular-post .post-thumb img{
    width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.sidebar-widget .popular-post .post-content {
    width: calc(100% - 100px);
    float: left;
    padding-left: 15px;
}
.sidebar-widget .popular-post .post-content>span {
    width: 100%;
    margin: 0px;
    color: #04513F;
}
.sidebar-widget .popular-post .post-item:hover .post-thumb img{
    transform: scale(1.2);
}
.sidebar-widget .popular-post .post-item:hover .post-content h6>a{
    color: #04513F;
}
.sidebar-widget .popular-post .post-item:hover .post-content>span{
    color: #696969;
}
.sidebar-widget .addvatares {
    padding: 24px 17px;
    background: #fafafa;
    display: inline-block;
    margin-top: 45px;
}
.sidebar-widget .post-tage {
    margin-top: 45px;
    padding: 0;
}
.sidebar-widget .post-tage h2 {
    margin-bottom: 20px;
    font-size: 30px;
    text-transform: none;
}
.sidebar-widget .post-tage li{
    list-style: none;
    float: left;
    margin: 5px;
}
.sidebar-widget .post-tage li a {
    padding: 5px 15px;
    display: inline-block;
    text-transform: none;
    border: 1px solid #fafafa;
    border-radius: 3px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.sidebar-widget .post-tage li a:hover{
    background: #04513F;
    color: #fff;
}
.sidebar-tags .sidebar-tags__box {
    margin-top: 0;
}
.sidebar-tags__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
/* blog single section */
.blog-sengle-section{
    padding: 0px 80px;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

.blog-sengle-section .height-top {
    height: 0;
}

.blog-sengle-section .post-item .post-thumb {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 24px;
}
.blog-sengle-section .post-item .post-thumb h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.2;
}

.blog-sengle-section .post-item .post-thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.blog-sengle-section .post-item{
    width: 100%;
}
.blog-sengle-section:hover .post-content h3>a {
    color: inherit;
}
.blog-sengle-section .post-content h3>a:hover {
    color: #04513F;
}
.blog-sengle-section:hover .post-item-inner{
    box-shadow: none;
    transform: translateY(0);
}
.blog-sengle-section .post-thumb h4{
    font-weight: 400;
    color: #696969;
    padding: 10px 0;
}
.blog-sengle-section .post-content h3 {

}
.autor-section{
    margin: 40px 0;
    overflow: hidden;
}
.autor-section .post-thumb {
    width: 130px;
    float: left;
}
.autor-section .post-content{
    width: calc(100% - 130px);
}
.autor-section .post-content {
    width: calc(100% - 130px);
    float: left;
    padding-left: 20px;
    padding-top: 15px;
}
.autor-section .post-content h6{
    font-weight: 400;
}
.autor-section .post-content h6>a {
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}
.autor-section .post-content h6>span{
    margin-left: 5px;
    text-transform: lowercase;
}
.Comments-section {
    margin: 40px 0;
    overflow: hidden;
}
.Comments-section .post-thumb {
    width: 60px;
    float: left;
}
.Comments-section .post-content{
    width: calc(100% - 60px);
    float: left;
    padding-left: 20px;
}
.Comments-section .post-content h6{
    width: 100%;
}
.Comments-section .post-content a {
    width: 50%;
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: #191919;
}
.Comments-section .post-content a>span{
    color: #818181;
    font-weight: 300;
}
.Comments-section .post-content .custrom-btn {
    padding: inherit;
    margin: inherit;
    width: 50%;
    text-align: right;
    background: inherit;
    color: #696969;
    text-transform: uppercase;
}
.comment-post {
    margin: 40px 0;
    overflow: hidden;
}
.comment-post h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.comment-list {
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #eff2f7;
}
.comment-list:last-child{
    border-bottom: none;
}
.comment-list.extra {
    margin-left: 0px;
}
.comment-list .author-thumb {
    width: 60px;
    float: left;
}
.comment-list .author-info{
    width: calc(100% - 60px);
    float: left;
    padding-left: 20px;
}
.comment-list .author-info>a{
    display: inline-block;
}
.comment-list .author-info>a:hover{
    color: #04513F;
}
.comment-time {
    color: #818181;
    font-size: 15px;
}
.comment-reply {
    float: right;
    text-transform: uppercase;
}
.comment-reply i{
    color: #04513F;
    margin-right: 5px;
}
.blogpage-post-item {
    overflow: hidden;
    margin: 40px 0;
}
.blogpage-post-item h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.comment-contact input {
    outline: none;
    border: 1px solid #c8c8c8;
    padding: 7px 20px;
    width: 32.9%;
}
.comment-contact textarea {
    outline: none;
    border: 1px solid #c8c8c8;
    width: 100%;
    height: 250px;
    padding-left: 20px;
    padding-top: 20px;
    margin-bottom: 25px;
    margin-top: 0px;
    resize: none;
    font-size: 18px;
}

.comment-contact textarea::placeholder {
    font-size: 18px;
}
.comment-contact form input {
    margin-bottom: 5px;
}

.comment-contact .custom-btn {
    background: #04513F;
    color: #fff;
    text-transform: uppercase;
}
/* Placeholder text color -- selectors need to be separate to work. */
.comment-contact ::-webkit-input-placeholder {
    color: #b0b0b0;
    font-family: 'ProximaNova', sans-serif;
    text-transform: none;
}
.comment-contact :-moz-placeholder {
    color: #b0b0b0;
    font-family: 'ProximaNova', sans-serif;
    text-transform: none;
}
.comment-contact ::-moz-placeholder {
    color: #b0b0b0;
    font-family: 'ProximaNova', sans-serif;
    text-transform: none;
    opacity: 1;
}
.comment-contact :-ms-input-placeholder {
    color: #b0b0b0;
    font-family: 'ProximaNova', sans-serif;
    text-transform: none;
}
/* icon style */
.icon-style .service-item-inner{
    overflow: hidden;
    background: #fafafa;
}
.icon-style .service-item-inner{
    box-shadow: none;
}
.icon-style .service-item-inner:hover{
    transform: scale(1.2);
}
.icon-section {
    background: #fff;
    overflow: hidden;
}
.icon-item {
    width: calc(100% / 2);
    float: left;
}
.icon-item-inner {
    padding: 50px 80px;
    box-shadow: 0px 0px 10px -2px rgba(0,0,0,.1);
}
.icon-header {
    margin-bottom: 15px;
}
.icon-content h3>a {
    margin-bottom: 10px;
    display: inline-block;
}
.icon-content h3>a:hover{
    color: #04513F;
}
.service-section.style3.icon-style2 .service-item-inner:hover {
    transform: translateY(-15px);
}
.icon-style3 {
    background: #fff;
}
.icon-style3 .service-item-inner {
    overflow: hidden;
    box-shadow: none;
}
.icon-style3 .service-header {
    width: 80px;
    float: left;
}
.icon-style3 .service-content {
    width: calc(100% - 80px);
    float: left;
}
.icon-style3 .service-item-inner:hover .service-content h3>a{
    color: #04513F;
}
/* contact us section */
.single-contact-left{
    padding: 0;
    margin: 0;
    overflow: hidden;
    padding-left: 40px;
}
.single-contact-left li {
    list-style: none;
    position: relative;
}
.single-contact-left li img {
    position: absolute;
    top: 0;
    left: -40px;
}
.single-contact-left h3 {
    font-size: 22px;
}
.single-contact-left h3>a{
    display: inline-block;
    margin-right: 10px;
}
.single-contact-left p{
    padding: 8px 0;
    font-size: 18px;
}
.single-contact-left a{
    padding: 10px 0;
    display: inline-block;
    font-size: 18px;
}
.single-contact-left a:hover{
    text-decoration: underline;
    color: #04513F;
}
.single-contact-left a:last-child{
    padding: 0;
}
.single-contact-right .comment-contact input[type="text"],.single-contact-right .comment-contact input[type="email"]  {
    width: 49.7%;
}

.comment-contact input::placeholder {
    font-size: 18px;
}

.single-contact-right {
    padding: 0;
    margin: 0;
}
/* maps section */
.map-section iframe{
    width: 100%;
    height: 600px;
    border:none;
}
/* button style part */

.button-style {
    max-width: 850px;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0;
}
.button-style h2 {
    text-align: center;
    text-transform: uppercase;
    color: #04513F;
    margin-bottom: 20px;
}
.button-style .button-item{
    float: left;
}
.button-style .button-item-inner{
    margin-right: 10px;
}
.button-style .custom-btn {
    background: #04513F;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 13px;
    border-radius: 2px;
    display: inline-block;
}
.button-style .x .custom-btn {
    padding: 6px 21px;
    font-size: 15px;
}
.button-style .x1 .custom-btn {
    padding: 9px 31px;
    font-size: 16px;
    font-weight: 400;
}
.button-style .x2 .custom-btn {
    padding: 9px 38px;
    font-size: 18px;
    font-weight: 400;
}
.button-style .x3 .custom-btn {
    padding: 12px 49px;
    font-size: 20px;
    font-weight: 400;
}
.border-style .custom-btn {
    background: inherit;
    border: 2px solid #04513F;
    color: #04513F;
}
.border-radius-style .custom-btn {
    border-radius: 100px;
}
.gradeante-style .custom-btn {
    background: rgba(238,197,103,1);
    background: -moz-linear-gradient(left, rgba(238,197,103,1) 0%, rgba(238,197,103,1) 42%, rgba(240,156,102,1) 60%, rgba(245,64,100,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(238,197,103,1)), color-stop(42%, rgba(238,197,103,1)), color-stop(60%, rgba(240,156,102,1)), color-stop(100%, rgba(245,64,100,1)));
    background: -webkit-linear-gradient(left, rgba(238,197,103,1) 0%, rgba(238,197,103,1) 42%, rgba(240,156,102,1) 60%, rgba(245,64,100,1) 100%);
    background: -o-linear-gradient(left, rgba(238,197,103,1) 0%, rgba(238,197,103,1) 42%, rgba(240,156,102,1) 60%, rgba(245,64,100,1) 100%);
    background: -ms-linear-gradient(left, rgba(238,197,103,1) 0%, rgba(238,197,103,1) 42%, rgba(240,156,102,1) 60%, rgba(245,64,100,1) 100%);
    background: linear-gradient(to right, rgba(238,197,103,1) 0%, rgba(238,197,103,1) 42%, rgba(240,156,102,1) 60%, rgba(245,64,100,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eec567', endColorstr='#f54064', GradientType=1 );
}
.border-icon-style .custom-btn{
    background: inherit;
    color: #04513F;
    padding: 5px 10px;
}
.border-icon-style .x .custom-btn {
    padding: 6px 18px;
}
.border-icon-style .x1 .custom-btn {
    padding: 9px 25px;
}
.border-icon-style .x2 .custom-btn {
    padding: 9px 30px;
}
.border-icon-style .x3 .custom-btn {
    padding: 12px 40px;
}
.button-style .button-item:nth-child(3) a {
    transform: translateY(-2px);
}
.button-style .button-item:nth-child(4) a {
    transform: translateY(-4px);
}
.button-style .button-item:nth-child(5) a {
    transform: translateY(-6px);
}
.button-style .button-item:nth-child(6) a {
    transform: translateY(-10px);
}
/* clients section */
.sponser-section h2 {
    text-align: center;
    margin: 30px 0;
    color: #04513F;
}
.sponser-section.style2.clients-1 .post-item {
    width: calc(100% / 3);
}
.sponser-section.style2.clients-1 .post-item-inner:hover {
    box-shadow: -8px 6px 10px -4px rgba(0,0,0,.1);
    transform: translateX(-10px);
}
.sponser-section.style2.clients-2 .post-item {
    width: calc(100% / 4);
}
.sponser-section.style2.clients-3 .post-item-inner:hover{
    transform: translateY(-10px);
}
.sponser-section.style2.clients-3 .post-item {
    width: calc(100% / 4);
}
/* faq page section */
.faq-item {
    margin-bottom: 40px;
    overflow: hidden;
}
.faq-dec {
    padding: 20px;
    background: #eff2f7;
    border-radius: 3px;
    margin-top: 10px;
}
.faq-dec h2 {
    font-size: 24px;
    font-weight: 700;
    color: #191919;
    margin-bottom: 5px;
}
.faq-list {
    padding: 10px 0;
    overflow: hidden;
}
.faq-list h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    background: #04513F;
    padding: 8px 20px;
    color: #fff;
}
.panel-title {
    font-size: 18px;
    font-weight: 400;
    color: #191919;
}
.panel-title>a {
    font-size: 18px;
    color: #191919;
    display: block;
    background-color: #fff;
    outline: none;
    padding: 10px 20px;
    width: 100%;
}
.panel-title .fa.fa-plus{
    margin-right: 10px;
    display: none;
}
.panel-title .fa.fa-minus {
    margin-right: 10px;
}
.collapsed .fa.fa-minus{
    display: none;
    margin-right: 10px;
}
.collapsed .fa.fa-plus{
    display: inline-block;
}
.panel-default>.panel-heading {
    padding: 0;
    margin: 0;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{
    border: none;
}
/* divider section */
.divider-section{
    padding: 100px 0;
}
.divider1 {
    width: 1170px;
    height: 1px;
    background: #191919;
    margin: 0 auto;
    margin-bottom: 50px;
}
.divider2 {
    width: 1070px;
    height: 1px;
    background: #191919;
    margin: 0 auto;
    margin-bottom: 50px;
}
.divider3 {
    width: 970px;
    height: 1px;
    background: #191919;
    margin: 0 auto;
    margin-bottom: 50px;
}
.divider4 {
    width: 250px;
    height: 1px;
    background: #191919;
    margin: 0 auto;
    margin-bottom: 50px;
}
.divider5 {
    width: 970px;
    height: 1px;
    background: #191919;
    margin: 0 auto;
    margin-bottom: 2px;
}
.divider6 {
    width: 970px;
    height: 1px;
    background: #191919;
    margin: 0 auto;
    margin-bottom: 50px;
}
.divider7 {
    width: 100%;
    position: relative;
}
.divider7:after {
    position: absolute;
    content: "";
    width: 560px;
    height: 1px;
    background: #191919;
    top: 0;
    left: 0;
}
.divider7:before {
    position: absolute;
    content: "";
    width: 560px;
    height: 1px;
    background: #191919;
    top: 0;
    right: 0;
}
.estu {
    text-align: center;
    transform: translateY(-57px);
    border-radius: 100%;
    font-size: 50px;
}
.divider8 {
    width: 1px;
    height: 90px;
    background: #191919;
    margin: 0 auto;
}
/* about-us section */
.about-us-item {
    margin-bottom: 40px;
    overflow: hidden;
}
.about-us-item-dec h1 {
    margin-bottom: 20px;
}
/* scorl bar */
.scroll-top {
    position: relative;
}
.scrollToTop{
    display: block;
}
.scrollToTop {
    position: fixed;
    right: 30px;
    bottom: 40px;
    width: 45px;
    height: 45px;
    /* background: #04513F; */
    background: #662d8e;
    line-height: 43px;
    border-radius: 4px;
    margin-bottom: 5px;
    z-index: 1;
    opacity: 0;
    transition: opacity .4s;
    user-select: none;
    pointer-events: none;
}
.scrollToTop--show {
    opacity: 1;
    user-select: auto;
    pointer-events: auto;
}
.scrollToTop span {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    z-index: 1;
    cursor: pointer;
}
/* search box */
.search-box {
    position: relative;
}
.search-form {
    position: absolute;
    right: 25px;
    top: 20px;
    width: 410px;
    transform: scale(0);
    -webkit-transform-origin-y: right;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
.search-box.open-search .search-form {
    transform: scale(1);
}
.menu-area input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 10px;
    outline: none;
    /* background: #04513F; */
    background: #662d8e;
    border: none;
    border-radius: 3px;
    color: #fff;
    padding-left: 20px;
}

.menu-area input::placeholder {
    opacity: 0.8;
}


/*------------ custom mobile menu css  ----------------------*/

.mobile-menu-area {
    display: none;
}



div#bs-example-navbar-collapse-1 {
    display: none;
}





.mobile-menu-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    background-color: #62A0D1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.open-mobile-menu .mobile-menu-area {
    opacity: 1;
    visibility: visible;
}
.mobile-menu {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.open-mobile-menu .mobile-menu ul {
    transform: scaleY(1);
}
.mobile-menu > ul.m-menu {
    padding: 50px;
}
.mobile-menu>ul {
    transform: scaleY(0);
    transition: all 1s ease;
    transform-origin: top;
    overflow-y: auto;
    max-height: 100vh;
}

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

.mobile-menu>ul li {
    position: relative;
}

.mobile-menu ul li a {
    font-size: 24px;
    line-height: 45px;
    color: #fff;
    text-transform: none;
}
.mobile-menu ul li a>i{
    margin-left: 10px;
}

.mobile-menu>ul>li .mobile-submenu {
    display: none;
}

.mobile-menu>ul>li .mobile-submenu li a {
    font-size: 20px;
    line-height: 35px;
}
.mobile-menu>ul>li>a:focus,
.mobile-menu>ul>li .mobile-submenu li a:focus {
    text-decoration: none;
}


.mobile-menu>ul>li .mobile-submenu .mobile-submenu li a {
    font-size: 15px;
    line-height: 25px;
}

.comment-contact button.default-btn {
    background: #000;
    padding: 15px 25px;
}
#commentform input {
    margin-bottom: 5px;
}
@media (max-width:768px){
    .menu-head>a {
        display: inline-block;
        margin-left: -16px;
    }
    .footer-bottom-copyright {
        width: 100%;
        text-align: center;
    }
    .footer-bottom-tagrel {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .footer-bottom-tagrel li {
        float: none;
    }
}

/* language switcher */
.lang {
    position: relative;
}
.main-menu>.lang>a{
    padding-bottom: 0;
    font-weight: 400px;
}
.main-menu>li.lang>.sub-menu>li>a{
    /* padding-left: 20px; */
}

/* PAGINATION */
.pagination {
    width: 100%;
    text-align: center;
    display: block;
}
.pagination>a,
.pagination>span,
.pagination>.pages>a,
.pagination>.pages>span{
    text-align: center;
    padding: 5px 15px;
    display: inline-block;
    text-transform: none;
    border: 1px solid #fafafa;
    border-radius: 3px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.pagination>a:hover,
.pagination>.pages>a:hover{
    background: #04513F;
    color: #fff;
}
.pagination>.pages>.current {
    font-weight: 700;
    color: #fff;
    background: #04513F;
}
.news_doc_item.item {
    height: auto;
    margin-bottom: 30px;
}
.news_doc_item .custom-btn {
    border: 1px solid #04513F;
}
.news_doc_item .custom-btn:hover{
    border: 1px solid #04513F;
    background: transparent;
    color: #04513F;
}
.full input{
    width: 100%;
}
.full input[type="checkbox"] {
    width: auto;
}
.no-war {
    background-color: #04513F;
    position: relative;
}

.no-war div::after {
    content: '';
    position: absolute;
    width: 272px;
    height: 180px;
    background-image: url(../images/logo/flag.svg);
    background-repeat: no-repeat;
    top: 50%;
    right: -4%;
    transform: translate(-50%, -50%);
}
@media (max-width: 1310px) {
    .no-war div h2, .no-war div h1,.no-war div p, .no-war div ul {
    width: 60%;
    }
}
.no-war div {
    padding: 32px 80px;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}
.no-war, .no-war p {
    color: white;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
}
.no-war p {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 ;
}
.no-war ul {
    list-style: none;
}

.no-war span, .no-war li {
    text-align: left;
}

.no-war h2 {
    color: white;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 8px;
    text-align: left;
}

.no-war h1 {
    color: #FFD700;
    font-size: 22px;
    line-height: 32px;
    margin-top: 16px;
    text-align: left;
}

.search-results__title {
    text-align: center;
}

.search-results {
    padding: 0px 80px;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

.search_results dt {
    font-size: 22px;
    color: black;
    margin-bottom: 12px;
    margin-top: 24px;
} 

.search_results dt a {
    font-size: 22px;
    color: #337ab7;
}

.search_results dt dd {
    font-size: 18px;
    margin-top: 0px;
}

.img-wrapper__notfound {
    display: flex;
    margin:0 auto;
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 300px;
    align-items: center;
    justify-content: center;
}
.title__notfound {
    font-size: 22px;
    max-width: 600px;
    margin: 0 auto 24px;
    text-align: center;
}

.search__notfound {
    width: 100%;
    max-width: 100%;
    padding: 16px 0;
    display: flex;
    justify-content: center;
}

.new-form-search {
    width: 800px;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 auto;
}

.new__search {
    width: 100%;
    max-width: calc(100% - 256px);
    height: 56px;
    padding: 12px; 
    border-radius: 4px;
    outline: none;
    border: 1px solid black;
    transition: all 0.4s;
    font-size: 18px;
}

.new__search:hover {
    border-color: #662d8e;
}


.new-form-search .slide-btn {
    margin: 0;
    min-width: 240px;
}

.img-wrapper {
    display: flex;
    margin: 48px 0;
    max-width: 100%;
    min-height: auto;
    justify-content: center;
    gap: 32px;
}

.img-inner {
    width: 100%;
    max-width: 70%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.img-inner img {
    min-height: auto;
    max-width: 100%;
    margin: 0 auto;
    object-fit: cover;
}

.img-description {
    text-align: center;
    font-style: italic;
    font-size: 16px;
    max-width: 600px;
    margin: 16px auto 0;
}

.author-title {
    text-align: left;
    font-style: italic;
    font-size: 16px;
    max-width: 600px;
    margin: 0; 
}

.footer__inner {
    display: flex;
}

.blog-sengle-section .post-item-inner{
    margin: 0;
}

.tpl48 {
    max-width:1500px; 
    padding: 0 80px !important; 
    margin: 0 auto !important; 
    width: 100%;
}

.tpl48 .col-sm-7 {
    width: 63%;
}

.tpl48 .col-sm-3 {
    width: 25%;
}

.tpl48 .col-sm-4,
.tpl48 .col-sm-8 {
    padding:0;
}



.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.container-fluid h2 {
    color: #04513F;
    font-size: 20px;
}
.container-fluid p:not(.webinar-form__error) {
    font-size: 18px;
}
.container-fluid ul {
    list-style: none;
}
.container-fluid ul li,
.container-fluid ol li {
    font-size: 18px;
}
.container-flex {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.newsleater-section__wrapper {
    width: 100%;
}
.newsleater-section__news {
    background-color: #662d8e;
}
.newsleater-section__news .recent-news a,
.newsleater-section__news button.submit {
    color: #662d8e;
}
.newsleater-section__news .recent-news a:hover {
    background-color: #662d8e;
    color: white;
}
.newsleater-section__news p:not(.webinar-form__error) {
    max-width: 500px;
}
.file-upload__btn {
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    color: white;
    border: 1px solid currentColor;
    transition: all .2s;
    margin: 0 0 4px;
}
.file-upload__input {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
}
.file-upload__btn:hover {
    background-color: #fff;
    color: #662d8e;
}
p.file-upload__info:not(.webinar-form__error) {
    font-size: 14px;
    line-height: 1.2;
    max-width: none;
    margin: 0;
}
.file-upload__filename {
    text-decoration: underline;
    overflow-wrap: anywhere;
}
.file-upload__control,
.file-upload__control-clear {
    margin-bottom: 18px;
}
.d-flex {
    width: 100%;
}

.content-wrapper + .content-wrapper {
    margin-top: 56px;
}

.content-wrapper h2 {
    color: #1A1A1A;
    font-size: 40px;
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.content-wrapper h2 + h2 {
    margin-top: -16px;
}

.content-wrapper h3 {
    font-size: 22px;
    color: #662d8e;
    margin-bottom: 12px;
    margin-top: 24px;
}

.content-wrapper h4 {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 16px;
}

.content-wrapper p {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 16px;
}

.content-wrapper ul,
.content-wrapper ol {
    padding-left: 16px;
}

.content-wrapper ul li + li,
.content-wrapper ol li + li {
    margin-top: 8px;
}

.content-wrapper ol {
    list-style: disc;
}

.content-wrapper ol ul {
    list-style: circle;
}

.content-wrapper ol li p {
    font-weight: 600;
    margin-bottom: 8px;
}

.content-list {
    list-style: disc !important;
}

.content-list-item + .content-list-item  {
    margin-top: 12px;
}

.content-list-item h6 {
    font-size: 18px;
    margin-bottom: 4px;
}

.content-list-item p {
    margin-bottom: 8px;
}

.news-wrapper {
    width: 100%;
    max-width: 1500px;
    padding: 0 80px;
    margin: 0 auto;
}

.news-wrapper .post-thumb {
    height: 240px;
    max-height: 320px;
}

.news-wrapper .post-thumb a {
    display: flex;
    width: 100%;
    height: 100%;
}

.news-wrapper .post-thumb img {
    object-fit: cover;
    height: 100%;
    max-height: 320px;
    width: 100%;
    /* max-width: 480px; */
    margin: 0 auto 16px;
    display: flex;
}

.blog-section .post-thumb img {
    margin: 0;
}

.blog-section .slide-btn-wrapper {
    margin-top: 0;
    padding: 0 24px 24px;
}

.news-wrapper .post-content {
    height: 100px;
}
.news-wrapper .post-content__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.contact-form .slide-btn {
    font-weight: 400;
    text-transform: none;
    margin-top: 0px;
}

.container-map {
    margin-top: 96px;
}

.about-us {
    max-width: 1500px; 
    padding: 0 80px; 
    margin: 0 auto; 
    width: 100%;
}

.about-slider {
    position: relative;
}

.about-slider__item {
    padding-right: 80px;
    box-sizing: border-box;
    height: auto !important;
}

.about-slider__item:last-child {
    padding-right: 0;
}

.about-slider__item .about-slider__title {
    color: #04513F;
    font-size: 32px;
    margin-bottom: 64px;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.about-slider__line {
    position: absolute;
    top: 70px;
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #04513F;
}

.about-slider__line::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #04513F;
    border: 8px solid #ffffff;
    box-shadow: -10px 20px 40px rgb(22 31 41 / 40%);
}

.about-slider__item:last-child .about-slider__line {
    width: 24px;
}

.about-slider__item .about-slider__list {
    padding-left: 24px;
    list-style: initial;
}

.about-slider__list-item {
    position: relative;
    font-size: 18px;
    color: #1A1A1A;
}

.about-slider__list-item--accent,
.about-slider__product {
    color: #04513F;
    font-weight: 600;
}

.about-slider__list-item+.about-slider__list-item {
    margin-top: 8px;
}

.about-slider__control {
    display: flex;
    align-items: center;
    gap: 40px;
}

.about-slider__arrow-next,
.about-slider__arrow-prev {
    position: static;
    transform: none !important;
    margin: 0;
}

.about-slider__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 64px;
    gap: 40px;
}

.about-slider__wrapper-item:first-child {
    max-width: 800px;
}

.about-slider__wrapper ul {
    list-style: initial;
}

.about-us .about-us-item {
    margin-bottom: 0;
}
.about-us .service-section .Wrapper-section {
    display: flex;
    justify-content: space-between;
}
.about-us .service-section .service-item-inner {
    width: calc(100% / 4);
    text-align: center;
}

.about-us .service-section .container {
    width: auto;
}

.about-us .service-section .service-icon {
    width: 64px;
    display: block;
    margin: 0 auto;
}

.about-us .service-section .service-icon img {
    width: 100%;
}

.swiper-safe-container {
    width: 100%;
    overflow: hidden;
}



/* pagination */
.pages {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.pages .label,
.pages .prev2,
.pages .next2, 
.pages a .next2  {
    display: none;
}

.pages .current {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin: 0 6px;
    background-color: #04513F;
    color: white;
    border-radius: 50%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.pages .pageN {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin: 0 6px;
    color: #353A3F;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    border-radius: 50%;
    transition: all 0.4s;
    text-decoration: none;
}

.pages .pageN:hover {
    background-color: #c4e5dd;
    text-decoration: none;
}

.pages .prev1,
.pages .next1 {
    font-size: 0;
    width: 24px;
    height: 24px;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.4;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.pages .prev1 {
    background-image: url(/lizard3/images/icon/icon-left.svg);
    margin-right: 24px;
}
.pages .next1 {
    background-image: url(/lizard3/images/icon/icon-right.svg);
    margin-left: 24px;
}

.pages a .prev1,
.pages a .next1 {
    opacity: 1;
}
.pages a,
.pages a:hover,
.pages a .prev1:hover,
.pages a .next1:hover {
    text-decoration: none;
}

.link-wrapper {
    margin-top: 36px;
    padding-top: 36px;
    border-top: 2px solid #662d8e;
}

.post-block__tag {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    color: #04513F;
    background-color: #e2ebe9;
    font-size: 16px;
    margin-right: 8px;
}

.post-block__tag:empty {
    display: none;
}

.post-block .post-content__title {
    color: #337ab7;
}

.thanks-block {
    text-align: center;
}

.thanks-block__subtitle {
    font-size: 46px;
    line-height: 1.6;
    color: #00a585;
    margin-bottom: 28px;
}

.thanks-block__image {
    width: 100%;
    max-width: 500px;
}

.feedback-question__field {
    display: block;
    width: 100%;
    outline: none;
    padding: 12px 20px;
    background-color: transparent;
    border-radius: 4px;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.feedback-question__field::placeholder {
    color: #c8c8c8;
}

.feedback-question__field--textarea {
    resize: none;
}

.feedback-question__field--input {
    margin-bottom: 28px;
}

.feedback-question__btn {
    margin: 0;
}

.demo__inner {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.demo__img {
    flex-basis: 340px;
    flex-shrink: 0;
    overflow: hidden;
}

.demo__error {
    color: red;
}

.demo__form {
    text-align: center;
}

.demo__title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.demo__label {
    display: block;
    margin-bottom: 16px;
    text-align: left;
}

.demo__input {
    width: 100%;
    outline: none;
    border: 1px solid #c8c8c8;
    padding: 7px 20px;
    margin-top: 4px;
}

.demo__input::placeholder {
    color: #b0b0b0;
}

.information-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    background-color: #e5edeb;
    padding: 40px 24px;
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
}

.information-block__text {
    margin: 0;
}

.information-block__btn {
    margin: 0;
}

.newsleater-section .feedback-question-notification {
    text-align: center;
    max-width: initial;
    margin: 8px 0 0;
}

.newsleater-section .feedback-question-notification:empty {
    display: none;
}

.webinar-form {
    margin: 0;
}

.webinar-form__inner {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    padding: 40px 20px;
}

.webinar-form__image {
    flex-basis: 400px;
    flex-shrink: 0;
    overflow: hidden;
}

.webinar-form__title,
.webinar-form__subtitle {
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 16px;
}

.webinar-form__subtitle {
    font-size: 14px;
}

p.webinar-form__text:not(.webinar-form__error) {
    font-size: 14px;
}

.webinar-form__error {
    max-width: none;
    font-size: 14px;
    margin: 8px 0 0;
    color: #F49C1B;
}

.webinar-form__error:empty {
    display: none;
}

@media (min-width: 768px) {
    .loader__icon {
        width: 388px;
        height: 120px;
    }
}

@media (min-width: 1024px) {
    .loader__icon {
      width: 388px;
      height: 120px;
    }
}

@media (min-width: 1900px) {
    .loader__icon {
      width: 582px;
      height: 160px;
    }
}

@media (max-width: 1300px) {
    .main-menu li a {
        padding: 20px 10px;
    }
    .substyle {
        left: 180px;
    }
}

@media (max-width: 1100px) {
    .main-menu li a {
        padding: 20px 7px;
    }
    .logo-deck img {
        width: 164px !important;
        height: 40px !important;
    }
}

@media (max-width: 1000px) {
    .service__inner-img {
        display: none;
    }

    .img-wrapper {
        min-height: 300px;
    }
}

@media (max-width: 990px) {
    .footer__inner {
        display: flex;
        flex-wrap: wrap;
    }

    .footer__inner-list {
        width: 48%;
    }
}

@media (max-width: 450px) {
    .footer__inner-list {
        width: 100% ;
    }

    .footer__inner-list+.footer__inner-list {
        margin-top: 16px;
    }
}

@media (max-width: 1439px) {
    .banner-content h1 {
        font-size: 42px !important;
    }

    .news-wrapper .post-thumb {
        height: 224px;
    }
}

@media (min-width: 1280px) {
    .col-sm-10 {
        width: 100% !important;
        max-width: 1500px !important;
        padding: 0 80px !important;
        display: flex;
        justify-content: space-between;
    }

    .col-sm-offset-1 {
        margin-left: 0 !important;
    }

    .d-flex {
        width: 100% !important;
        max-width: 1500px !important;
        margin: 0 auto;
    }
}

@media (max-width: 1279px) {
    .banner-section {
        margin-top: 48px;
    }
    .banner-content-area {
        min-height: 680px;
    }
    .banner-content {
        width: 42%;
    }
    .banner-inner {
        width: 58%;
    }
    .banner-content h1 {
        font-size: 38px !important;
    }
    .no-war div {
        padding: 32px 40px;
    }
    .no-war div::after {
        right: -7%;
    }
    .news-wrapper .post-thumb {
        height: 208px;
    }
    .news-wrapper {
        padding: 0 25px !important;
    }
    .container-banner {
        padding:  0 40px;
    }
    .col-sm-10 {
        width: 100% !important;
        max-width: 1500px !important;
        padding: 0 40px !important;
    }
    .col-sm-offset-1 {
        margin-left: 0 !important;
    }
    .blog-sengle-section {
        padding: 0px 40px;
    }
    .search-results {
        padding: 0 40px;
    }

    .tpl48 {
        padding: 0 40px !important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .logo-mob {
        margin-left: -16px;
    }
    .logo-mob img {
        width: 144px !important;
    }


}

@media (max-width: 1149px) {
    .banner-content-area {
        min-height: 650px;
    }
    .banner-content h1 {
        font-size: 34px !important;
    }
    .no-war div::after {
        right: -9%;
    }

    .single-contact-right .comment-contact input[type="text"], .single-contact-right .comment-contact input[type="email"] {
        width: 100%;
        margin-bottom: 16px;
    }


    .contact-form textarea{
        margin-top: 20px;
    }
}

@media (max-width: 1024px) {
    .news-wrapper {
        padding: 0 25px;
    }
    .banner-section {
        margin-top: 32px;
    }
    .blog-section .post-item-inner {
        margin: 32px 8px;
    }
    .news-wrapper .post-thumb {
        height: 200px;
    }

    .tpl48 {
        display: flex;
        flex-direction: column;
    }
    .tpl48 .col-sm-4,
    .tpl48 .col-sm-8 {
        width: 100%;
    }

    .img-inner {
        max-width: 100%;
    }
}

@media (max-width: 999px) {
    .banner-section {
        min-height: 450px;
        max-width: 100%;
        margin-top: 24px;
    }
    .banner-content-area {
        position: relative;
        min-height: 450px;
    }
    .banner-content {
        position: relative;
        z-index: 2  ;
        width: 75%;
    }
    .banner-inner {
        position: absolute;
        z-index: 1;
        right: 10px;
        height: 100%;
        width: 560px;
        opacity: 0.25;
    }
    .products__wrapper,
    .service__wrapper {
        flex-direction: column;
    }
    .no-war div::after {
        right: -10%;
    }
}

@media (max-width: 850px) {
    .banner-content-area{
        min-height: 410px;
    }
    .banner-content {
        width: 94%;
    }
    .no-war div::after {
        right: -12%;
    }
}

@media (max-width: 767px) {
    .container-banner {
        padding: 0;
    }
    .banner-content {
        width: 100%;
        padding: 0 20px;
    }
    .banner-inner {
        right: 0px;
        height: 100%;
        width: 100%;
    }
    .img-wrapper {
        flex-direction: column;
        height: auto;
        align-items: center;
        margin-bottom: 24px;
    }
    .img-inner {
        width: 100%;
        max-width: 100%;
    }
    /* .img-inner img {
        min-height: 120px;
        max-height: 320px;
    } */
    .no-war div h2, .no-war div h1,.no-war div p, .no-war div ul {
        width: 100%;
        position: relative;
        z-index: 5;
    }
    .no-war div::after {
            opacity: 0.5;
            right: -15%;
            z-index: 1;
    }
    .news-wrapper {
        padding: 0 !important;
    }
    .products-sengle-section .container-fluid {
        display: flex;
        flex-direction: column;
    }
    .products-sengle-section .container-fluid .col-md-4 {
        display: flex;
        gap: 24px;
        margin-bottom: 24px;
        padding: 0 15px;
    }
    .products-sengle-section .container-fluid .col-md-4 h2 {
        width: 50%;
    }
    .products-sengle-section .container-fluid .col-md-4 .service-section {
        width: 50%;
        margin-top: 0;
    }
    .col-sm-10 {
        width: 100% !important;
        max-width: 1500px !important;
        padding: 0 16px !important;
    }
    .col-sm-offset-1 {
        margin-left: 0 !important;
    }
    .blog-sengle-section {
        padding: 0px 16px;
    }
    .search-results {
        padding: 0 16px;
    }
    .search-results__title {
        font-size: 24px;
    }

    .new-form-search {
        flex-direction: column;
    }
    .new__search {
        max-width: 600px;
    }
    .tpl48 {
        padding: 0 16px;
    }
    .blog-section .post-content {
        padding: 16px;
    }
    .blog-section .slide-btn-wrapper {
        padding: 0 16px 16px;
    }
}

@media (max-width: 600px) {
    .products-sengle-section .container-fluid .col-md-4 {
        flex-direction: column;
        gap: 0;
        padding: 0 16px;
    }
    .products-sengle-section .container-fluid .col-md-8 {
        padding: 0 16px;
    }
    .products-sengle-section .container-fluid .col-md-4 h2 {
        width: 100%;
    }
    .products-sengle-section .container-fluid .col-md-4 .service-section {
        margin-top: 24px;
        width: 100%;
    }

}

@media (max-width: 500px) {
    .recent-news a:hover,
    .recent-news button.submit:hover {
        border-left: 1px solid #fff;
        text-decoration: none;
        color: white;
        background-color: transparent;
        border-color: white;
        height: 56px;
    }
}

@media (max-width: 450px) {
    .banner-section {
        margin-top: 16px;
    }
    .banner__title {
        font-size: 28px;
        word-break: break-word;
    }
    .banner__item {
        font-style: 18px;
    }
    .carousel-indicators {
        margin-top: 8px;
    }
    .no-war div::after  {
        right: -22%;
    }
}

@media (max-width: 355px) {
    .no-war div::after  {
        right: -30%;
    }
}

@media (max-width: 1024px) {
    .about-us .service-section .Wrapper-section  {
        flex-wrap: wrap; 
    }

    .about-us .service-section .service-item-inner {
        width: 47%;
    }
}

@media (max-width: 767px) {
    .about-us .service-section .service-item-inner {
        width: 100%;
    }
}

/* START Styles for interview */

.blockquote {
    font-style: italic;
    padding: 10px 20px;
    border-left: 2px solid #008C64;
    color: #008C64;
    font-size: 20px;
    line-height: 28px;
}
.blockquote__edit {
    color: #2F2E2E;
    font-style: normal;
}
.article__img {
	width: 100%;
}
.article__img--crop {
    max-height: 370px;
    object-fit: cover;
}
.article__figure-icon {
	position: absolute;
	width: 50px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: all 0.2s;
}
.article__figure-link {
	display: block;
	position: relative;
}
.article__figure-link:hover .article__figure-icon {
	transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.article__figcaption {
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
	text-align: center;
}
.article__text--accent {
	font-weight: 700;
	font-style: italic;
}
.article__reading {
	text-align: right;
}
.article__text-italic {
	font-style: italic;
}
.article__inner {
	display: flex;
	justify-content: space-between;
}
.article__subtitle {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 24px;
}
.article__inner--img .article__img {
	object-fit: cover;
	height: 320px;
}
.article__figure {
    margin-bottom: 24px;
}
.article__inner-figure {
	flex: none;
	max-width: 30%;
	width: 100%;
	height: 100%;
}
.article__inner-content {
	max-width: 65%;
}
.article__inner-img {
	width: 100%;
	height: 100%;
	max-width: 47%;
}
.article__inner-img .article__img {
	max-height: 500px;
	height: 100%;
	object-fit: cover;
}
.article .article__social {
	padding: 20px 5px;
	margin-bottom: 25px;
	display: flex;
	border-top: 1px solid #2f2e2e;
	border-bottom: 1px solid #2f2e2e;
}
.article .article__social-item {
	width: 36px;
	height: 36px;
}
.article .article__social-item .article__social-link {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	border-radius: 50%;
}
.article .article__social-item .article__social-link .social-icon {
	width: 28px;
	height: 28px;
	fill: #2f2e2e;
	transition: all 0.4s;
}
.article .article__social-item:hover .article__social-link {
	background: #008c64;
}
.article .article__social-item:hover .article__social-link .social-icon {
	fill: white;
}
.article__social-item+.article__social-item {
	margin-left: 20px;
}
.article__author {
	margin-bottom: 25px;
}
.article__author-title {
	font-size: 18px;
	margin-bottom: 10px;
}
.article__author-date {
	font-size: 18px;
}
.article__divider,
.divider {
	border: none;
	border-top: 1px solid #2f2e2e;
    margin: 0 0 25px;
}
.image-caption {
    font-size: 14px !important;
	line-height: 20px;
    margin: -19px 0 16px;
	text-align: center;
}
@media (max-width: 1024px) {
    .article__img--crop {
        max-height: initial;
    }
}
@media (max-width: 920px) {
	.article__inner-figure {
		max-width: 40%;
	}
	.article__inner-content {
		max-width: 56%;
	}
	.article__inner--img {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.article__inner--img .article__inner-figure {
		max-width: 47%;
	}
	.blockquote {
		font-size: 18px;
		padding: 5px 10px;
	}
}
@media (max-width: 900px) {
	.article__inner {
		flex-direction: column;
	}
	.article__inner-figure {
		max-width: 100%;
	}
	.article__inner-figure .article__img {
		height: 100%;
		object-fit: contain;
	}
	.article__inner-content {
		max-width: 100%;
	}
	.article__inner-img {
		max-width: 100%;
	}
	.article__inner-img .article__img {
		max-height: 100%;
		object-fit: contain;
	}
	.article__inner--img {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.article__inner--img .article__inner-figure {
		max-width: 100%;
	}
	.article .article__social {
		padding: 10px 5px;
	}
}

/* END Styles for interview */