/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Venom
Version:        1.0.0
Author:         wpoceans
URL:            https://themeforest.net/user/wpoceans
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1  Theme Reset Style
#0.2  Global Elements
#0.3  header-style
#0.4  hero-style
#0.5  spread area
#0.6  wpo-about-area
#0.7  symptoms-area
#0.8  video-banner-area
#0.9  work-area
#1.0  report-img area
#1.1  blog-area start
#1.2  footer-area


--------------------------------------------------------------
#2.0  Home-style-2
--------------------------------------------------------------

--------------------------------------------------------------
#3.0  About-page
--------------------------------------------------------------

--------------------------------------------------------------
#4.0  Contact-page
--------------------------------------------------------------

--------------------------------------------------------------
#5.0 blog-page-section
--------------------------------------------------------------


--------------------------------------------------------------
#6.0 blog-single-section
--------------------------------------------------------------


----------------------------------------------------------------*/
/*---------------------------
  Fonts
----------------------------*/

@font-face {
    font-family: EnglishFontLight;
    src: url('/fonts/futura-light/FuturaBT-Light.eot?#iefix') format('embedded-opentype'),
    url('/fonts/futura-light/FuturaBT-Light.woff') format('woff'),
    url('/fonts/futura-light/FuturaBT-Light.ttf') format('truetype'),
    url('/fonts/futura-light/FuturaBT-Light.svg#FuturaBT-Light') format('svg');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}


@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700|Red+Hat+Display:400,500,700&display=swap');

/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Siemreap', 'EnglishFontLight', sans-serif;
    background-color: #fff;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

p {
    font-family: 'Siemreap', 'EnglishFontLight', sans-serif;
    color: #7f7f80;
    line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Siemreap', 'EnglishFontLight', sans-serif;
    color: #283a5e;
    font-weight: 600;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.app-header .navbar-brand {
    width: 185px !important;
}

a:hover, a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
}

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

button:focus {
    outline: none;
}

.section-padding {
    padding: 100px 0;
}

.ptb-100-70 {
    padding: 100px 0 70px;
}

/*** back to top **/
.back-to-top {
    background: #0A2238;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

@media (max-width: 991px) {
    .back-to-top {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}


.back-to-top i {
    font-size: 18px;
    font-size: 1.125rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*===================================
0.3  header-style
====================================*/
.navbar-brand {
    font-size: 36px;
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 700;
    margin-top: 3px;
    margin-bottom: 3px;
}

.navbar-brand span {
    color: #03a2cb;
}

.navbar-default .navbar-brand {
    color: #03a2cb;
}

.navbar-default .navbar-brand:hover {
    color: #085d72;
}

@media (max-width: 1200px) and (min-width: 990px) {
    .navbar-brand {
        width: 200px;
    }
}

​
.button a {
    display: block;
    border: 1px solid #03a2cb;
    text-align: center;
    padding: 10px 6px;
    border-radius: 30px;
    color: #03a2cb;
    margin-top: 30px;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
    position: relative;
    overflow: hidden;
}

.wow {
    visibility: hidden;
}

.fi:before {
    margin: 0;
}

.section-padding {
    padding: 110px 0;
}

@media (max-width: 991px) {
    .section-padding {
        padding: 100px 0;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 90px 0;
    }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
    margin-top: 15px;
}

.contact-validation-active label.error {
    color: red;
    font-size: 0.875rem;
    font-weight: normal;
    margin: 5px 0 0 0;
    text-align: left;
    display: block;
}

.contact-validation-active #loader {
    display: none;
    margin-top: 10px;
}

.contact-validation-active #loader i {
    font-size: 30px;
    font-size: 1.875rem;
    color: #fff;
    display: inline-block;
    -webkit-animation: rotating linear 2s infinite;
    animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}

@media (max-width: 767px) {
    .contact-validation-active #success,
    .contact-validation-active #error {
        font-size: 15px;
    }
}

.contact-validation-active #success {
    background-color: #009a00;
    border-left: 5px solid green;
    margin-bottom: 5px;
}

.contact-validation-active #error {
    background-color: #ff1a1a;
    border-left: 5px solid red;
}

/** for popup image ***/
.mfp-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999 !important;
}

.fancybox-wrap {
    z-index: 99999 !important;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 5s alternate infinite;
    animation: rotating 5s alternate infinite;
}

.section-title {
    text-align: center;
    margin-bottom: 70px;
    position: relative;
}


.section-title span {
    font-size: 18px;
    font-weight: 500;
    color: #03a2cb;
    display: block;
    margin-bottom: 10px;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    display: inline-block;
    position: relative;
}

@media (max-width: 991px) {
    .section-title h2 {
        font-size: 45px;
        font-size: 2.8125rem;
    }
}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 38px;
        font-size: 2.375rem;
    }
}


.theme-btn, .theme-btn-s2 {
    color: #03a2cb;
    font-weight: 600;
    padding: 15px 27px;
    border: 0;
    text-transform: capitalize;
    display: block;
    background: #fff;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.theme-btn:before,
.theme-btn-s2:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .3;
    z-index: 9;
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, 100%, 0);
}

.theme-btn:hover:before,
.theme-btn-s2:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, -100%, 0);
}

.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    background-color: #03a2cb;
    color: #fff;
}

.theme-btn-s2 {
    background: linear-gradient(to right, rgb(30, 12, 157), rgba(6, 205, 236, 1));
    color: #fff;
}

@media (max-width: 991px) {
    .theme-btn, .theme-btn-s2 {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}


.form input,
.form textarea,
.form select {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    border-color: #f8c000;
    -webkit-box-shadow: 0 0 5px 0 #fde2dd;
    -moz-box-shadow: 0 0 5px 0 #fde2dd;
    -o-box-shadow: 0 0 5px 0 #fde2dd;
    -ms-box-shadow: 0 0 5px 0 #fde2dd;
    box-shadow: 0 0 5px 0 #fde2dd;
}

.form ::-webkit-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form :-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form ::-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form :-ms-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form select {
    font-style: italic;
    background: url(../images/select-icon.png) no-repeat right center;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form select::-ms-expand {
    /* for IE 11 */
    display: none;
}

.social-links {
    overflow: hidden;
}

.social-links li {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 1px;
}

.social-links li a {
    background-color: #fde2dd;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    color: #fff;
    text-align: center;
}

.social-links li a:hover {
    background-color: #f8c000;
}


/*************************************
  header style 1
*************************************/
.header-style-1 {
    z-index: 999;
}

@media screen and (min-width: 992px) {
    .header-style-1 {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 999;
    }

    .header-style-1 .navigation {
        background-color: transparent;
    }
}

/*--------------------------------------------------------------
#0.3  header
--------------------------------------------------------------*/
.site-header {
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
}

.site-header .navigation {
    background-color: #fff;
    margin-bottom: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.site-header .navigation > .container {
    position: relative;
}

.site-header .navigation .navbar-brand {
    height: auto;
}

.site-header #navbar {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    /*** mega-menu style ***/
}

.site-header #navbar ul {
    float: right;
    list-style: none;
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
    text-decoration: none;
    color: #03a2cb;
}

@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }

    .site-header #navbar li {
        position: relative;
    }

    .site-header #navbar > ul > li > a {
        font-size: 17px;
        font-size: 1.13333rem;
        font-weight: 400;
        color: #2C749E;
        /* padding: 40px 16px; */
        /* text-transform: uppercase; */
    }

    .site-header #navbar > ul .sub-menu {
        background-color: #fff;
        width: 220px;
        padding: 5px 12px;
        position: absolute;
        left: 0;
        top: 130%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-box-shadow: 0px 15px 60px -19px black;
        box-shadow: 0px 15px 60px -19px black;
    }

    .site-header #navbar > ul > li .sub-menu li {
        border-bottom: 1px solid #f2f2f2;
    }

    .site-header #navbar > ul > li .sub-menu li:last-child {
        border-bottom: 0;
    }

    .site-header #navbar > ul > li .sub-menu a {
        font-size: 15px;
        font-size: 1rem;
        color: #06163a;
        display: block;
        padding: 12px 15px;
    }

    .site-header #navbar > ul > li .sub-menu a:hover {
        color: #03a2cb;
    }

    .site-header #navbar > ul > li > .sub-menu .sub-menu {
        left: -120%;
        top: 0;
    }

    .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
        position: relative;
    }

    .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        font-size: 0.73333rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .site-header #navbar > ul > li:hover > .sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }

    .site-header #navbar .sub-menu > li:hover > .sub-menu {
        left: -110%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .site-header #navbar > ul > li a {
        display: block;
    }

    .site-header #navbar > ul > li .sub-menu li {
        border-bottom: 1px solid #e6e6e6;
    }

    .site-header #navbar > ul .sub-menu > li:last-child {
        border-bottom: 0;
    }

    .site-header #navbar > ul > li > .sub-menu a {
        padding: 8px 15px 8px 45px;
    }

    .site-header #navbar > ul > li > .sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }

    .site-header #navbar > ul .menu-item-has-children > a {
        position: relative;
    }

    .site-header #navbar > ul .menu-item-has-children > a:before {

        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }

    .site-header #navbar .has-mega-menu {
        position: static;
    }

    .site-header #navbar .mega-menu,
    .site-header #navbar .half-mega-menu {
        background-color: #fff;
        padding: 20px;
        border-top: 2px solid #03a2cb;
        position: absolute;
        right: 0;
        top: 120%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .site-header #navbar .mega-menu {
        width: 1140px;
        right: 15px;
    }

    .site-header #navbar .half-mega-menu {
        width: 585px;
    }

    .site-header #navbar .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.93333rem;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        padding-bottom: 7px;
        margin-bottom: 7px;
        border-bottom: 1px solid #e6e6e6;
    }

    .site-header #navbar .mega-menu-list-holder li a {
        font-size: 14px;
        font-size: 0.93333rem;
        display: block;
        padding: 7px 8px;
        margin-left: -8px;
    }

    .site-header #navbar .has-mega-menu:hover > ul {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    .site-header #navbar > ul .mega-menu {
        width: 950px;
        right: 15px;
    }

    .site-header #navbar > ul .half-mega-menu {
        width: 485px;
    }
}

@media (max-width: 991px) {
    .site-header #navbar > ul .mega-menu,
    .site-header #navbar > ul .half-mega-menu {
        width: auto;
    }

    .site-header #navbar > ul .mega-menu .row,
    .site-header #navbar > ul .half-mega-menu .row {
        margin: 0;
    }

    .site-header #navbar .mega-menu-content > .row > .col {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .site-header #navbar .mega-menu .mega-menu-list-holder a {
        padding: 5px 15px 5px 40px;
    }

    .site-header #navbar .mega-menu .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.93333rem;
        text-transform: uppercase;
        display: block;
        border-bottom: 1px dotted #b3b3b3;
        padding: 0 0 4px 5px;
        margin: 0 25px 8px 25px;
    }
}

@media screen and (min-width: 992px) {
    .site-header .navbar-header .open-btn {
        display: none;
    }

    .site-header #navbar .close-navbar {
        display: none;
    }
}

@media (max-width: 991px) {
    .site-header {
        /* class for show hide navigation */
    }

    .site-header .container {
        width: 100%;
    }

    .site-header .navbar-header button {
        background-color: #03a2cb;
        width: 35px;
        height: 30px;
        border: 0;
        padding: 5px 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        outline: 0;
        position: absolute;
        right: 15px;
        top: 18px;
        z-index: 20;
    }

    .site-header .navbar-header button span {
        background-color: #fff;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }

    .site-header .navbar-header button span:last-child {
        margin: 0;
    }

    .site-header #navbar {
        background: #fff;
        display: block !important;
        width: auto;
        height: 100% !important;
        margin: 0;
        padding: 0;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        position: fixed;
        right: -300px;
        top: 0;
        z-index: 100;
    }

    .site-header #navbar ul a {
        color: #000;
    }

    .site-header #navbar ul a:hover,
    .site-header #navbar ul li.current a {
        color: #03a2cb;
    }

    .site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
    }

    .site-header #navbar .close-navbar {
        background-color: #03a2cb;
        width: 40px;
        height: 40px;
        color: #fff;
        border: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        outline: none;
        position: absolute;
        left: -18px;
        top: 10px;
        z-index: 20;
    }

    .site-header #navbar > ul > li {
        border-bottom: 1px solid #cccccc;
    }

    .site-header #navbar > ul > li > a {
        padding: 10px 15px 10px 35px;
    }

    .site-header .slideInn {
        right: 0 !important;
    }
}

@media (max-width: 767px) {
    .site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }

    .site-header #navbar .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .site-header .navbar-collapse.collapse {
        display: none;
    }

    .site-header .navbar-collapse.collapse.in {
        display: block;
    }

    .site-header .navbar-header .collapse,
    .site-header .navbar-toggle {
        display: block;
    }

    .site-header .navbar-header {
        float: none;
    }

    .site-header .navbar-right {
        float: none;
    }

    .site-header .navbar-nav {
        float: none;
    }

    .site-header .navbar-nav > li {
        float: none;
    }
}

/**********************************
  header-style 1
***********************************/
.header-style-1, .header-style-2, .header-style-3 {
    /*** topbar ***/
    /*** cart-search-contact ***/
}

@media screen and (min-width: 992px) {
    .header-style-1, .header-style-2, .header-style-3 {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1000;
    }

    .header-style-1 .navigation, .header-style-2 .navigation, .header-style-3 .navigation {
        background-color: transparent;
    }

    .header-style-1 .navbar-header, .header-style-2 .navbar-header, .header-style-3 .navbar-header {
        /*margin-top: 7px;*/
    }

    .header-style-1 #navbar, .header-style-2 #navbar, .header-style-3 #navbar {
        margin-right: 0;
    }

    .header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
        font-size: 20px;
        font-size: 1.06667rem;
        /* padding: 40px 12px; */
    }
}

@media screen and (min-width: 1200px) {
    .header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
        font-size: 20px;
        /* padding: 40px 16px; */
        text-transform: capitalize;
    }

    .header-style-1 #navbar, .header-style-2 #navbar, .header-style-3 #navbar {
        margin-left: 40px;
    }
}

@media (max-width: 1550px) {
    .header-style-1 #navbar,
    .header-style-2 #navbar,
    .header-style-3 #navbar {
        margin-left: 40px;
    }

}

@media (max-width: 991px) {
    .header-style-1 .navigation, .header-style-2 .navigation, .header-style-3 .navigation {
        background: white;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .header-style-2 .navigation {
        background: #fff;
    }

    .header-style-1 .navigation .container, .header-style-2 .navigation .container, .header-style-3 .navigation .container {
        padding: 5px 15px;
    }

}

.header-style-1 .cart-search-contact, .header-style-2 .cart-search-contact, .header-style-3 .cart-search-contact {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

@media (max-width: 991px) {
    .header-style-1 .cart-search-contact, .header-style-2 .cart-search-contact, .header-style-3 .cart-search-contact {
        right: 95px;
    }
}

.header-style-1 .cart-search-contact button, .header-style-2 .cart-search-contact button, .header-style-3 .cart-search-contact button {
    padding: 0;
    border: 0;
    outline: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    line-height: 50px;
}

.header-style-1 .cart-search-contact .fi, .header-style-2 .cart-search-contact .fi, .header-style-3 .cart-search-contact .fi {
    font-size: 30px;
    font-size: 2rem;
    color: #fff;
}

.header-style-1 .header-search-form .fi:before, .header-style-2 .header-search-form .fi, .header-style-3 .header-search-form .fi:before {
    font-size: 20px;
    color: #e4e4e4;
}

.header-style-1 .cart-search-contact > div, .header-style-2 .cart-search-contact > div, .header-style-3 .cart-search-contact > div {
    float: left;
    position: relative;
}

.header-style-1 .cart-search-contact > div + div, .header-style-2 .cart-search-contact > div + div, .header-style-3 .cart-search-contact > div + div {
    margin-left: 20px;
    margin-top: 5px;
}

@media (max-width: 450px) {
    .header-style-1 .cart-search-contact .header-search-form-wrapper, .header-style-2 .cart-search-contact .header-search-form-wrapper, .header-style-3 .cart-search-contact .header-search-form-wrapper {
        display: none;
    }
}

.header-style-1 .cart-search-contact .header-search-form, .header-style-2 .cart-search-contact .header-search-form, .header-style-3 .cart-search-contact .header-search-form {
    position: absolute;
    width: 250px;
    right: -25px;
    top: 75px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 15px 60px -19px black;
    box-shadow: 0px 15px 60px -19px black;
}

.header-style-1 .cart-search-contact form div, .header-style-2 .cart-search-contact form div, .header-style-3 .cart-search-contact form div {
    position: relative;
}

.header-style-1 .cart-search-contact form div button, .header-style-2 .cart-search-contact form div button, .header-style-3 .cart-search-contact form div button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-style-1 .cart-search-contact input, .header-style-2 .cart-search-contact input, .header-style-3 .cart-search-contact input {
    width: 100%;
    height: 50px;
    padding: 6px 20px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-style-1 .cart-search-contact .mini-cart .fi:before, .header-style-2 .cart-search-contact .mini-cart .fi:before, .header-style-3 .cart-search-contact .mini-cart .fi:before {
    font-size: 25px;
    font-size: 1.66667rem;
}

.header-style-1 .cart-search-contact .mini-cart .cart-count, .header-style-2 .cart-search-contact .mini-cart .cart-count, .header-style-3 .cart-search-contact .mini-cart .cart-count {
    background: #03a2cb;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
    font-size: 0.66667rem;
    color: white;
    position: absolute;
    top: 0;
    right: -11px;
    border-radius: 50%;
}

.header-style-1 .cart-search-contact .mini-cart-content, .header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content {
    background: #fff;
    width: 300px;
    border-top: 2px solid #03a2cb;
    z-index: 10;
    position: absolute;
    right: -25px;
    top: 75px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 15px 60px -19px black;
    box-shadow: 0px 15px 60px -19px black;
}

@media (max-width: 450px) {
    .header-style-1 .cart-search-contact .mini-cart-content, .header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content {
        right: auto;
        left: -185px;
    }
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-title, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-title, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-title {
    padding: 12px 15px;
    border-bottom: 1px solid #efefef;
}

.header-style-1 .cart-search-contact .mini-cart-content p, .header-style-2 .cart-search-contact .mini-cart-content p, .header-style-3 .cart-search-contact .mini-cart-content p {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
    color: #06163a;
    margin: 0;
    text-transform: uppercase;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-items, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-items, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-items {
    padding: 15px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #efefef;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item:first-child, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item:first-child, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image {
    width: 50px;
    height: 50px;
    border: 2px solid #eee;
    float: left;
    margin-right: 15px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image a, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image a, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image img,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image img,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image img {
    display: block;
    width: 46px;
    height: 46px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image:hover, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image:hover, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image:hover {
    border-color: #fdc900;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des {
    position: relative;
    overflow: hidden;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des a, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a {
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: 500;
    text-align: left;
    color: #06163a;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover {
    color: #03a2cb;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price {
    font-size: 13px;
    font-size: 0.86667rem;
    color: #888;
    display: block;
    margin-top: 3px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
    font-size: 12px;
    font-size: 0.8rem;
    color: #444;
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action {
    padding: 20px 15px;
    border-top: 1px solid #efefef;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2 {
    float: right;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
    color: #06163a;
    margin-top: 10px;
    display: inline-block;
}

.header-style-1 .cart-search-contact .mini-cart-content-toggle, .header-style-2 .cart-search-contact .mini-cart-content-toggle, .header-style-3 .cart-search-contact .mini-cart-content-toggle,
.header-style-1 .cart-search-contact .header-search-content-toggle,
.header-style-2 .cart-search-contact .header-search-content-toggle,
.header-style-3 .cart-search-contact .header-search-content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0;
}

@media (max-width: 991px) {
    .header-style-1 .cart-search-contact .get-quote, .header-style-2 .cart-search-contact .get-quote, .header-style-3 .cart-search-contact .get-quote {
        display: none;
    }
}

.get-quote a {
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.get-quote a i {
    margin-right: 10px;
}

.site-header {
    padding: 0 100px;
}

@media (max-width: 1440px) {
    .site-header {
        padding: 0 30px;
    }

    .get-quote a {
        font-size: 14px;
    }

}

@media (max-width: 992px) {
    .site-header {
        padding: 0 0px;
    }
}

@media (max-width: 1200px) {
    .get-quote a {
        display: none;
    }

}

.header-style-2 {
    position: relative;
}

/*======================================
#0.4 hero-style 1
========================================*/

.hero-style-1 .container {
    height: 100%;
    display: table;
    padding: 0;
}

.hero-style-1 .row {
    display: table-cell;
    vertical-align: middle;
}

.hero-style-1 {
    /*background: url(../images/slider/slide-1.jpg) center center/cover no-repeat local;*/
    /*margin: 0 40px;*/
    height: 100vh;
    min-height: 900px;
    position: relative;
    overflow: hidden;
}

.hero-style-1:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #2E6093;
    opacity: .9;
}

.hero-style-1 .slide-caption {
    z-index: 99;
    margin-top: 114px;
}

.hero-style-1 .slide-caption p {
    font-family: 'Siemreap', 'EnglishFontLight', sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 0.8em;
    font-weight: 300;
    /*margin-top: 40px;*/
}

.hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2 {
    font-size: 50px;
    font-weight: 700;
    color: white;
    margin-bottom: 11px;
    line-height: 90px;
    margin-top: 10px;
}

.hero-style-2 .slide-caption h2 {
    margin-bottom: 0;
}

.hero-style-1 .slide-caption h2 span {
    color: #03a2cb;
    margin-left: 10px;
}

.hero-style-1 .slide-caption p {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    /*margin-top: 40px;*/
    margin-bottom: 30px;
    max-width: 615px;
    line-height: 40px;
}

@media (max-width: 450px) {
    .hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2 {
        font-size: 30px;
        margin-top: 0;
    }
}

@media (max-width: 450px) {
    .hero-style-1 .slide-caption h2 span, .hero-style-2 .slide-caption h2 span {
        padding: 4px 0;
        margin-top: 0;
    }
}

.btn-style a {
    display: inline-block;
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -400px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.sticky-on {
    opacity: 1;
    top: 0;
    visibility: visible;
}

.header-style-1 .sticky-header, .header-style-2 .sticky-header, .header-style-3 .sticky-header {
    background: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}

.header-style-2 .sticky-header, .header-style-3 .sticky-header {
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
}

.header-style-2 .cart-search-contact button {
    background: #cff4fe;
}

.header-style-2 .get-quote a {
    color: #283a5e;
}

.header-style-2 .cart-search-contact .fi {
    color: #03a2cb;
}

.header-style-2 .header-search-form .fi:before {
    color: #03a2cb;
    font-size: 16px;
}

.header-style-2 .header-search-form button,
.header-style-1 .header-search-form button {
    background: none;
    height: unset;
    right: 0px !important;
}

/*--------------------------------------------------------------
hero slider
--------------------------------------------------------------*/
.hero {
    position: relative;
    height: 100vh;
    min-height: 850px;
    /** slider controls **/
    /*** hero slider animation ***/
}

@media (max-width: 991px) {
    .hero {
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .hero {
        min-height: 600px;
    }
}

.hero .slide {
    height: 100vh;
    min-height: 850px;
    position: relative;
    background-repeat: no-repeat;
    position: relative;
}

@media (max-width: 991px) {
    .hero .slide {
        min-height: 600px;
    }

    .hero-style-1 .slide-caption {
        margin-top: 0;
        padding-top: 0;
    }

    .hero-style-1 {
        min-height: 600px;
    }
}

@media (max-width: 768px) {

    .hero-style-1 {
        min-height: auto;
        margin: 0;
    }

    .hero-style-1 .slide-caption h2 {
        font-size: 35px;
        margin-top: 20px;

    }
}

@media (max-width: 530px) {
    .hero-style-1 .slide-caption h2 {
        margin-top: 20px;
        font-size: 25px;
    }

    .hero-style-1 .slide-caption p {
        font-size: 17px;
        line-height: 30px;
    }

    .hero-style-1 {
        min-height: auto;
        margin: 0;
    }

    .hero-style-1 .slide-caption p {
        margin-top: 0px;
        margin-bottom: 0px;
    }

}

@media (max-width: 370px) {
    .hero-style-1 .slide-caption h2 {
        font-size: 20px;
        margin-top: 20px;
    }

    .hero-style-1 .slide-caption p {
        font-size: 17px;
        line-height: 30px;
    }

    .hero-style-1 {
        height: 640px;
        min-height: auto;
        margin: 0;
    }

    .hero-style-1 .slide-caption p {
        margin-top: 0px;
        margin-bottom: 0px;
    }

}

@media (max-width: 340px) {
    .hero-style-1 .slide-caption h2 {
        font-size: 20px;
        margin-top: 20px;
    }

    .hero-style-1 .slide-caption p {
        font-size: 14px;
        line-height: 26px;
    }

    .hero-style-1 {
        min-height: auto;
        margin: 0;
    }

    .hero-style-1 .slide-caption p {
        margin-top: 0px;
        margin-bottom: 0px;
    }

}

.hero .slide .slider-bg {
    display: none;
}

.hero .slide:focus {
    outline: none;
}

.hero .slick-dots {
    bottom: 30px;
    color: red;
}

.hero .slick-dots li {
    margin: 10px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #03a2cb;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li.slick-active button {
    width: 50px;
}

.slick-dots li button:before {
    font-size: 12px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    color: #fff;
    opacity: 1;
}

.hero-style-2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    min-height: 900px;
    position: relative;
    background: url(../images/slider/slide-1.jpg) center center/cover no-repeat local;
}

.hero-style-2:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #2e6093;
    opacity: .95;
}

.hero-style-2:after {
    content: "";
    background: url(../images/slider/slider-bottom-shape.png) center center/cover no-repeat local;
    width: 100%;
    height: 136px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.hero-style-2 .container {
    width: 1500px;
    max-width: 100%;
}

@media (max-width: 1600px) {
    .hero-style-2 .container {
        padding: 0 40px;
    }
}

@media (max-width: 767px) {
    .hero-style-2 .container {
        padding: 0 10px;
    }
}

.hero-style-2 .slide-caption h2 span {
    color: #03a2cb;
    margin-left: 10px;
}

.header-style-2 .navbar-default .navbar-brand {
    color: #444;
}

.hero-style-2 .slide-caption {
    z-index: 99;
    margin-top: 143px;
}

.hero-style-2 .slide-caption h2 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 11px;
    margin-top: 0;
}

.hero-style-2 .slide-caption p {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    margin-top: 28px;
    margin-bottom: 50px;
    max-width: 615px;
    line-height: 40px;
}

.header-style-2 #navbar > ul > li > a {
    font-size: 16px;
    text-transform: capitalize;
    color: #555;
}

.slide-img {
    position: relative;
    top: 50%;
    z-index: 99;
    width: auto;
    height: auto;
    right: 50px;
}

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

    .hero-style-2 .slide-caption {
        margin-top: 0;
    }

    .hero-style-1 .slide-caption h2,
    .hero-style-2 .slide-caption h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .hero-style-2 {
        height: 600px;
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-2 .slide-caption h2,
    .hero-style-1 .slide-caption h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .hero-style-2 {
        height: 450px;
        min-height: 450px;
    }

    .hero-style-2 .slide-caption p {
        font-size: 18px;
        margin-top: 29px;
        margin-bottom: 25px;
        line-height: 40px;
    }
}

/*-------------------------------------
#0.5  spread area
-----------------------------------------*/

.site-title span {
    font-family: 'Siemreap', 'EnglishFontLight', sans-serif;
    font-size: 16px;
    color: #2e6093;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: block;
}

.site-title h2 {
    font-size: 50px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 80px;
    position: relative;
    margin-top: 15px;
    display: inline-block;
    margin-top: 0;
}

.site-title h2:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #d6f4fc;
    border-radius: 20px;
}

.spread-text h2 {
    font-family: 'Siemreap', 'EnglishFontLight', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    max-width: 320px;
    margin: auto;
    margin-top: 10px;
}

.spread-img {
    max-width: 180px;
    margin: auto;
}

@media (max-width: 1200px) {
    .spread-text h2 {
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .spread-text h2 {
        font-size: 25px;
    }

    .spread-item {
        margin-bottom: 30px;
    }

    .Spread-area {
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .site-title h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }
}

@media (max-width: 530px) {
    .site-title h2 {
        font-size: 20px;
    }

    .site-title span {
        font-size: 14px;
    }
}

/*====================================================
#0.6 wpo-about-area
======================================================*/

.wpo-about-area-2,
.wpo-about-area {
    background: #f5fbf9;
}

.wpo-about-text .wpo-section-title,
.wpo-about-text-2 .wpo-section-title {
    text-align: left;
    margin: unset;
    margin-bottom: 35px;
}

.wpo-about-text p,
.wpo-about-text-2 p {
    font-family: 'Siemreap', 'EnglishFontLight', sans-serif;
    margin-bottom: 15px;
    color: #666666;
}

.wpo-about-text span,
.wpo-about-text-2 span {
    margin-bottom: 15px;
    display: block;
    font-size: 25px;
    color: #666666;
}


.wpo-about-img img,
.wpo-about-img-2 img {
    width: 100%;
}

.wpo-about-img {
    position: relative;
}

.about-thumb-text {
    position: absolute;
    left: -65px;
    top: -10px;
    background: url(../images/about/shape.png) center center/cover no-repeat local;
    width: 202px;
    height: 196px;
    text-align: center;
}

.wpo-about-area-2 .about-thumb-text {
    background: url(../images/about/shape2.png) center center/cover no-repeat local;
}

.about-thumb-text h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
}

.about-thumb-text h6 {
    font-size: 23px;
    color: #fff;
    font-weight: 700;
    max-width: 100px;
    margin: auto;
}

.wpo-about-text .btns ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.video-holder a {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 83px;
    height: 83px;
    border-radius: 83px;
    display: inline-block;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    z-index: 99;
    border: 1px solid #fff;
}

@-webkit-keyframes spineer {
    0% {
        -webkit-box-shadow: 0 0 0 0 #c7c1ea;
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

@keyframes spineer {
    0% {
        -webkit-box-shadow: 0 0 0 0 #c7c1ea;
        box-shadow: 0 0 0 0 #c7c1ea;
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

.wpo-about-text .btns .video-holder a {
    position: relative;
    width: 50px;
    height: 50px;
    left: 20%;
    box-shadow: 0px 2px 12.75px 2.25px rgba(51, 100, 219, 0.15);
    display: block !important;
}

.wpo-about-text .btns .video-holder a {
    left: 100%;
    display: block !important;
    top: 25px;
    background: #fff;
    animation: none;
}

.video-holder a:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #1c19a2;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wpo-about-text .btns .video-holder a:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #03a2cb !important;
}

.wpo-section-title h2 {
    font-size: 45px;
    font-weight: 700;
    margin: 0;
    display: inline-block;
    position: relative;
    line-height: 50px;
}

.wpo-section-title span {
    font-family: 'Siemreap', 'EnglishFontLight', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #2e6093;
    display: block;
    margin-bottom: 10px;
}

.wpo-about-text {
    padding-left: 80px;
    padding-top: 20px;
}

.wpo-about-text .btns {
    display: flex;
    margin-top: 30px;
}

.video-text {
    margin-left: 30px;
}

.video-text a {
    padding: 10px;
    color: #03a2cb;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .wpo-about-text {
        padding-left: 10px;
    }
}

@media (max-width: 991px) {
    .wpo-about-img {
        margin-bottom: 70px;
    }

    .about-thumb-text {
        left: 0;
    }
}

@media (max-width: 530px) {
    .about-thumb-text {
        top: -65px;
    }

    .wpo-section-title h2 {
        font-size: 29px;
        line-height: 34px;
    }

    .wpo-about-text .btns {
        display: unset;
        flex-wrap: wrap;
    }

    .wpo-about-text li.video-holder {
        margin-left: -25px;
        margin-top: 0;
    }

    .wpo-about-text .btns ul {
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
        align-items: center;
    }
}

/*=======================================
#0.7 symptoms-area
=========================================*/

.symptoms-item {
    display: flex;
    align-items: center;
    margin-bottom: 100px;

}

.symptoms-text h3 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
}

.symptoms-text {
    background: #ddf6f9;
    padding: 40px;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    z-index: 1;
    position: relative;
    margin-right: -20px;
    padding-right: 50px;
    width: 350px;
    text-align: center;
}

.symptoms-img {
    position: relative;
    z-index: 19;
}

.symptoms-img:before {
    position: absolute;
    left: -5px;
    top: -6px;
    width: 110%;
    height: 110%;
    content: "";
    background: #00d3f6;
    z-index: -1;
    border-radius: 50%;
}

.symptoms-img:after {
    position: absolute;
    left: -18px;
    top: -18px;
    width: 130%;
    height: 130%;
    content: "";
    border: 3px solid #ddf6f9;
    z-index: -1;
    border-radius: 50%;
}

.symptoms-area .container {
    width: 1410px;
    max-width: 100%;
    margin: auto;
}

.symptoms-right .symptoms-text {
    border-radius: 0;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    margin-right: 0px;
    margin-left: -20px;
}

.s-middle-img {
    text-align: center;
    position: relative;
    z-index: 1;
}

.s-middle-img img {
    position: relative;
}

.symptoms-left {
    margin-top: 45px;
}

.symptoms-right {
    margin-top: 45px;
}

.symptoms-area {
    padding-bottom: 60px;
}

@media (max-width: 1300px) {
    .symptoms-text h3 {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .symptoms-text h3 {
        font-size: 14px;
    }

    .symptoms-text {
        padding: 25px;
    }

    .symptoms-img:after {
        left: -14px;
        top: -14px;
    }

    .symptoms-area {
        padding-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .symptoms-item {
        justify-content: center;
    }

    .s-middle-img {
        margin-bottom: 80px;
    }

    .symptoms-img:after {
        left: -18px;
        top: -18px;
    }

    .symptoms-area {
        padding-bottom: 30px;
    }

}

@media (max-width: 991px) {
    .symptoms-left {
        margin-top: 20px;
    }

    .symptoms-right {
        margin-top: 20px;
    }

}

@media (max-width: 440px) {
    .symptoms-img:after {
        left: -13px;
        top: -13px;
    }

    .symptoms-item {
        margin-bottom: 40px;
    }
}

/*===========================================
#0.8 video-banner-area
=============================================*/

.video-banner-area .container,
.video-banner-area-2 .container {
    width: 1410px;
    max-width: 100%;
    margin: auto;
}

.video-banner-area,
.video-banner-area-2 {
    position: relative;
}

.video-banner-area:before,
.video-banner-area-2:before {
    position: absolute;
    left: 0;
    background: #f5fbf9;
    bottom: 0;
    content: '';
    width: 100%;
    height: 50%;
}

.banner-img {
    position: relative;
}

.banner-img:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(to right, rgb(30, 12, 157), rgba(6, 205, 236, 1));
    opacity: .8;
}

.banner-img .video-holder {
    position: relative;
}

.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
}

/*=============================================
#0.9 work-area
===============================================*/

.work-area {
    background: #F5FAFB;
    padding-bottom: 75px;
}

.work-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.work-text {
    background: #fff;
    padding: 30px;
    margin-left: 10px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 2px 8px 0px rgba(2, 168, 143, 0.2);
    padding-left: 40px;
}

.work-text:before {
    position: absolute;
    left: -10px;
    top: -3px;
    width: 25px;
    height: 105%;
    content: "";
    background: url(../images/work/img-9.png) center center/cover no-repeat local;
    z-index: 11;
}


.work-text h3 {
    font-size: 22px;
    margin-top: 0;
    font-weight: 600;
}

.work-text p {
    margin-bottom: 0;
    font-size: 18px;
}

.work-right {
    padding-left: 30px;
}

.work-left {
    padding-right: 30px;
    position: relative;
}

.work-left:before {
    position: absolute;
    right: -20px;
    top: 0;
    width: 2px;
    height: 100%;
    content: '';
    background: #e0f7fd;
}

.work-right .work-text {
    padding-left: 30px;
    padding-right: 40px;
}

.work-right .work-text:before {
    left: auto;
    right: -3px;
    background: url(../images/work/img-10.png) center center/cover no-repeat local;
    height: 103%;
}

.work-img {
    z-index: 99;
}

@media (max-width: 991px) {
    .work-left:before {
        display: none;
    }

    .work-left {
        padding-right: 0;
    }

    .work-right {
        padding-left: 0;
    }
}

@media (max-width: 530px) {
    .work-text {
        padding: 8px;
        padding-left: 20px;
    }

    .work-text h3 {
        font-size: 14px;
    }

    .work-text p {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .custom-grid {
        width: 50%;
        float: left;
    }

    .work-area {
        padding-bottom: 35px;
    }

    .ptb-100-70 {
        padding: 70px 0 40px;
    }
}

@media (max-width: 630px) {
    .custom-grid {
        width: 100%;
        float: left;
    }
}

/*========================================
#1.0 report-img area
==========================================*/

.report-img {
    padding: 20px;
    border: 1px solid #1b1ea4;
}


/*===================================
#1.2 blog-area start
======================================*/

.blog-area {
    background: #f5fbf9;
}


.blog-content h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.blog-content {
    padding-top: 20px;
}

.blog-content h3 a {
    color: #283a5e;
    transition: all .3s;
    font-weight: 700;
    text-decoration: none;
}

.blog-content h3 a:hover {
    color: #03a2cb;
}

.blog-content ul li {
    display: inline-block;
    padding: 0 10px;
}

.blog-content a {
    color: #03a2cb;
    font-weight: 700;
    text-decoration: underline;
}

.blog-content ul li a {
    color: #9298a4;
    transition: all .3s;
    font-weight: 400;
    text-decoration: none;
}

.blog-content ul li {
    color: #9298a4;
}

.blog-img img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
}

.blog-img img:hover {
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    filter: grayscale(50%);
}

.blog-item {
    margin-bottom: 30px;
}

.blog-page-area .blog-item .post-meta {
    padding-top: 20px;
}

.blog-page-area .blog-item .post-meta li {
    color: #666;
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding: 0 15px;
}

.blog-area .blog-item .post-meta .clr {
    color: #c0b596;
}

.blog-area .blog-item .post-meta > li:first-child {
    padding: 0;
}

.blog-area .blog-item .post-meta > li a {
    color: #666;
    padding: 5px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 20px;
}

.blog-area .blog-item .post-meta li {
    position: relative;
}

.blog-area .blog-item .post-meta > li + li + li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 15px;
    background: #ccc;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-area .blog-item .post-meta li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -2px;
}


/*==========================================
#1.2 footer-area
==========================================*/
/*--------------------------------------------------------------
#0.5  wpo-footer
--------------------------------------------------------------*/
.wpo-site-footer {
/*    background: #0A2238;*/
    position: relative;
    font-size: 15px;
    overflow: hidden;
    /*** about-widget ***/
    /*** link-widget ***/
    /*** resource-widget ***/
    /*** market-widget ***/
    /*** wpo-lower-footer ***/
}

.wpo-ne-footer {
/*    background: #062265;*/
/*    font-weight: bold;*/
    font-family: 'HiraMinProN-W3', Arial; font-weight: 700; vertical-align: baseline;
}

.wpo-site-footer-2 {
    background: #fcfcfc;
}

.wpo-site-footer ul,
.wpo-site-footer-2 ul {
    list-style: none;
}

.wpo-site-footer p,
.wpo-site-footer li {
/*    color: #fff;*/
}

.wpo-site-footer-2 p,
.wpo-site-footer-2 li {
    color: #444444;
}

.wpo-site-footer .container,
.wpo-site-footer-2 .container {
    position: relative;
}

.wpo-site-footer .wpo-upper-footer,
.wpo-site-footer-2 .wpo-upper-footer {
    padding: 90px 0 70px;
    background: url(../images/footer.jpg) center center/cover no-repeat local;
}

@media (max-width: 991px) {

    .wpo-site-footer .wpo-upper-footer,
    .wpo-site-footer-2 .wpo-upper-footer {
        padding: 70px 0;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {

    .wpo-site-footer .wpo-upper-footer,
    .wpo-site-footer-2 .wpo-upper-footer {
        padding: 40px 0;
    }
}

@media (max-width: 991px) {

    .wpo-site-footer .wpo-upper-footer .col,
    .wpo-site-footer-2 .wpo-upper-footer .col {
        /*min-height: 235px;*/
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {

    .wpo-site-footer .wpo-upper-footer .col,
    .wpo-site-footer-2 .wpo-upper-footer .col {
        min-height: auto;
        margin-bottom: 60px;
    }
}

.wpo-site-footer .widget-title,
.wpo-site-footer-2 .widget-title {
    margin-bottom: 30px;
}

@media (max-width: 767px) {

    .wpo-site-footer .widget-title,
    .wpo-site-footer-2 .widget-title {
        margin-bottom: 20px;
    }
}

.wpo-site-footer .widget-title h3,
.wpo-site-footer-2 .widget-title h3 {
    font-size: 23px;
    font-weight: bold;
/*    color: #fff;*/
    margin: 0;
    text-transform: capitalize;
    position: relative;
}

.wpo-site-footer-2 .widget-title h3 {
    color: #2d4277;
}

@media (max-width: 991px) {

    .wpo-site-footer .widget-title h3,
    .wpo-site-footer-2 .widget-title h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.wpo-site-footer .about-widget .logo {
    max-width: 180px;
}

.wpo-site-footer .about-widget p,
.wpo-site-footer-2 .about-widget p {
    margin-bottom: 0.8em;
    line-height: 1.9em;
}

.wpo-site-footer .about-widget p:last-child,
.wpo-site-footer-2 .about-widget p:last-child {
    font-family: 'Siemreap', 'EnglishFontLight', sans-serif;
    margin-bottom: 0;
}

.wpo-site-footer .about-widget ul,
.wpo-site-footer-2 .about-widget ul {
    overflow: hidden;
    padding-top: 10px;
}

.wpo-site-footer .about-widget ul li,
.wpo-site-footer-2 .about-widget ul li {
    font-size: 22px;
    float: left;
}

.wpo-site-footer .about-widget ul > li + li,
.wpo-site-footer-2 .about-widget ul > li + li {
    margin-left: 25px;
}

.wpo-site-footer .about-widget ul a {
    color: #fff;
}

.wpo-site-footer-2 .about-widget ul a {
    color: #404040;
}

.wpo-site-footer .about-widget ul a:hover,
.wpo-site-footer-2 .about-widget ul a:hover {
    color: #08cc7f;
}

.wpo-site-footer-2 .about-widget ul a {
    color: #08cc7f;
}

.wpo-site-footer .link-widget,
.wpo-site-footer-2 .link-widget {
    overflow: hidden;
}

@media screen and (min-width: 1200px) {
    .wpo-site-footer .link-widget {
        padding-left: 20px;
    }

    .wpo-site-footer-2 .link-widget {
        padding-left: 10px;
    }
}

@media (max-width: 1199px) {

    .wpo-site-footer .link-widget,
    .wpo-site-footer-2 .link-widget {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {

    .wpo-site-footer .link-widget,
    .wpo-site-footer-2 .link-widget {
        padding-left: 0;
    }
}

@media (max-width: 767px) {

    .wpo-site-footer .link-widget,
    .wpo-site-footer-2 .link-widget {
        max-width: 350px;
    }
}

.wpo-site-footer .link-widget ul li,
.wpo-site-footer-2 .link-widget ul li {
    position: relative;
}

.wpo-site-footer .link-widget ul a,
.wpo-site-footer-2 .link-widget ul a {
    color: #fff;
}

.wpo-site-footer-2 .link-widget ul a {
    color: #404040;
}

.wpo-site-footer .link-widget ul a:hover,
.wpo-site-footer-2 .link-widget ul a:hover,
.wpo-site-footer .link-widget ul li:hover:before,
.wpo-site-footer-2 .link-widget ul li:hover:before {
    text-decoration: underline;
}

.wpo-site-footer .link-widget ul > li + li,
.wpo-site-footer-2 .link-widget ul > li + li {
    margin-top: 15px;
}

@media screen and (min-width: 1200px) {

    .wpo-site-footer .resource-widget,
    .wpo-site-footer-2 .resource-widget {
        padding-left: 0px;
    }
}

.wpo-site-footer .contact-ft ul li .fi:before,
.wpo-site-footer-2 .contact-ft ul li .fi:before {
    font-size: 20px;
    margin-right: 15px;
}

.wpo-site-footer .contact-ft ul li,
.wpo-site-footer-2 .contact-ft ul li {
    padding-bottom: 10px;
}

.wpo-site-footer .contact-ft,
.wpo-site-footer-2 .contact-ft {
    margin-top: 20px;
}

.wpo-site-footer .wpo-lower-footer,
.wpo-site-footer-2 .wpo-lower-footer {
    text-align: center;
    position: relative;
/*    background: #0A2238;*/
}

.wpo-site-footer .wpo-lower-footer .row,
.wpo-site-footer-2 .wpo-lower-footer .row {
    padding: 20px 0;
    position: relative;
}

.wpo-site-footer .wpo-lower-footer .copyright,
.wpo-site-footer-2 .wpo-lower-footer .copyright {
    display: inline-block;
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0;
    text-align: right;
    justify-content: flex-end;
    display: flex;
}

.wpo-site-footer .wpo-lower-footer .term ul {
    text-align: left;
    margin-bottom: 0;
    margin-top: 9px;
}

.wpo-site-footer .wpo-lower-footer .term ul li {
    display: inline-block;
    margin-right: 10px;
}

.wpo-site-footer .wpo-lower-footer .term ul li a {
    color: #fff;
}

@media (max-width: 991px) {

    .wpo-site-footer .wpo-lower-footer .copyright,
    .wpo-site-footer-2 .wpo-lower-footer .copyright {
        float: none;
        display: block;
    }
}

.wpo-site-footer .wpo-lower-footer .copyright a,
.wpo-site-footer-2 .wpo-lower-footer .copyright a {
    color: #fff;
    text-decoration: underline;
}

.wpo-site-footer .news-text h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: -5px;
    line-height: 25px;
    margin-bottom: 0px;
}

.wpo-site-footer .news-text span {
    color: #ccc;
    font-size: 12px;
}

.wpo-site-footer .news-text {
    overflow: hidden;
    padding-left: 10px;
}

.wpo-site-footer .news-wrap {
    overflow: hidden;
    margin-bottom: 20px;
}

.wpo-site-footer .news-img {
    float: left;
}

.wpo-site-footer .newsletter-widget form input {
    background-color: transparent;
    height: 50px;
    color: #666;
    padding: 6px 20px;
    border: 1px solid rgba(255, 255, 255, .5);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    position: relative;
}

.wpo-site-footer .newsletter-widget form button {
    background-color: transparent;
    height: 50px;
    color: #fff;
    padding: 6px 20px;
    background: #4fd2f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    width: 100%;
    margin-top: 30px;
    text-align: left;
    border: none;
    text-transform: uppercase;
}

.wpo-site-footer .newsletter-widget form button i {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    background: #03a2cb;
    line-height: 50px;
    text-align: center;
    top: 0;
}

@media (max-width: 767px) {
    .wpo-site-footer .wpo-lower-footer .term ul {
        text-align: center;
    }

    .wpo-site-footer .wpo-lower-footer .copyright,
    .wpo-site-footer-2 .wpo-lower-footer .copyright {
        justify-content: center;
        text-align: center;
        font-size: 14px;
    }

    .wpo-site-footer .wpo-lower-footer .term ul li a {
        font-size: 14px;
    }
}

/*====================================
#2.0 Home-style-2
=====================================*/
.wpo-about-area-2 .theme-btn-s2 {
    background: #4fd2f4;
}

.video-banner-area-2 .banner-img:before {
    background: linear-gradient(to right, rgb(30, 12, 157), rgba(6, 205, 236, 1));
    opacity: .5;
}


/*====================================
#3.0 About-page
=====================================*/
.Spread-area-2 {
    background: #f5fbf9;
}


/*=======================================
#4.0 Contact-page
==========================================*/

.contact-area {
    background: #f5f5f5;
}

.contact-icon .fi:before {
    margin: 0;
    font-size: 25px;
    color: #03a2cb;
}

.contact-sub {
    overflow: hidden;
}

.contact-icon i {
    float: left;
    margin-right: 20px;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-box-shadow: 9px 5px 10px rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 9px 5px 10px rgba(72, 73, 121, 0.15);
    box-shadow: 9px 5px 10px rgba(72, 73, 121, 0.15);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 10px;
}

.contact-sub {
    margin-top: 30px;
}

.contact-c {
    overflow: hidden;
}

.contact-c h4 {
    font-size: 20px;
    font-weight: 600;
    color: #555;
}

.contact-c span {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

.contact-text h2 {
    font-size: 30px;
    font-weight: 700;
    color: #555;
    margin-bottom: 30px;
    margin-top: 0;
}

.contact-area form,
.contact-area-s2 form {
    overflow: hidden;
    margin: 0 -15px;
}

.contact-area form .half-col,
.contact-area-s2 form .half-col {
    width: 50%;
    float: left;
}

@media (max-width: 600px) {

    .contact-area form .half-col,
    .contact-area-s2 form .half-col {
        width: 100%;
        float: left;
    }
}

.contact-area form div,
.contact-area-s2 form div {
    padding: 0 15px 30px;
}


.contact-area form .submit-btn-wrapper,
.contact-area-s2 form .submit-btn-wrapper {
    padding-bottom: 0;
}

.contact-area form input,
.contact-area-s2 form input,
.contact-area form textarea,
.contact-area-s2 form textarea,
.contact-area-s2 form select {
    background: #fff;
    height: 50px;
    padding: 6px 15px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.contact-area select.form-control:not([size]):not([multiple]) {
    height: 50px;
    padding: 6px 15px;
    color: #bbb5a5;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
}

.contact-area form input:focus,
.contact-area-s2 form input:focus,
.contact-area form textarea:focus,
.contact-area-s2 form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}


.contact-area form textarea,
.contact-area-s2 form textarea {
    height: 150px;
    padding: 15px;
}

.contact-validation-active #success,
.contact-validation-active #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}

.contact-validation-active #loader {
    display: none;
    margin-top: 10px;
}

.contact-section form .submit-btn-wrapper,
.contact-section-s2 form .submit-btn-wrapper {
    padding-bottom: 0;
}

.theme-btn-s3 {
    border-radius: 0;
    text-transform: uppercase;
}

.contact-validation-active .error-handling-messages {
    margin-top: 15px;
}

.contact-validation-active #error {
    background-color: #ff1a1a;
    border-left: 5px solid red;
}

.contact-validation-active label.error {
    color: red;
    font-size: 0.875rem;
    font-weight: normal;
    margin: 5px 0 0 0;
    text-align: left;
    display: block;
}

.contact-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #777;
    font-size: 14px;
}

.contact-form ::-moz-placeholder {
    /* Firefox 19+ */

    color: #777;
    font-size: 14px;
}

.contact-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #777;
    font-size: 14px;
}

.contact-form :-moz-placeholder {
    /* Firefox 18- */

    color: #777;
    font-size: 14px;
}

.contact-content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #555;
    margin-bottom: 35px;
    margin-top: 10px;
}

.contact-content span {
    color: #03a2cb;
}

.contact-text h2 span {
    color: #03a2cb;
}

.contact-content .theme-btn {
    color: #fff;
    background: #03a2cb;
    transition: all .5s;
}

.contact-content .theme-btn:hover {
    color: #03a2cb;
    background: transparent;
}

.contact-map {
    margin-top: 80px;
    max-width: 100%;
    height: 455px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 767px) {
    .contact-map {
        height: 350px;
    }
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.contact-content {
    padding: 40px;
    background: #d7f5fd;
    padding-bottom: 10px;
}

@media (max-width: 991px) {
    .contact-text {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .contact-content {
        padding: 25px;
        padding-bottom: 10px;
    }
}

/*============================================
#5.0 blog-page-section start
=============================================*/

/******************************
  #page title
******************************/
.page-title {
    background: url("../images/page-title.jpg") center center/cover no-repeat local;
    width: 100%;
    height: 510px;
    text-align: center;
    position: relative;
}

.header-style-3 {
    position: static;
    background: #fff;
    padding: 0;
}

.page-title:before {
    content: "";
    background: linear-gradient(to right, rgb(30, 12, 157), rgba(6, 205, 236, 1));
    opacity: .9;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.page-title .container {
    height: 100%;
    display: table;
}

.page-title .container > .row {
    vertical-align: middle;
    display: table-cell;
}

.page-title h2 {
    margin-top: 100px;
}

.page-title h2,
.page-title ol {
    color: #283a5e;
}

.page-title h2 {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 0.30em;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 991px) {
    .page-title h2 {
        font-size: 35px;
        font-size: 2.1875rem;
        margin-top: 30px;
    }

    .page-title {
        height: 310px;
    }
}

@media (max-width: 767px) {
    .page-title h2 {
        font-size: 30px;
        font-size: 1.875rem;
        margin-top: 20px;
    }

    .page-title {
        height: 250px;
    }
}

.page-title .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .page-title .breadcrumb {
        text-align: center;
    }
}

.page-title .breadcrumb li {
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    margin-right: 5px;
    position: relative;
}

@media (max-width: 767px) {
    .page-title .breadcrumb li {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.page-title .breadcrumb li a {
    color: #fff;
}

.page-title .breadcrumb li a:hover {
    color: #03a2cb;
}

.page-title .breadcrumb > li + li {
    margin-left: 20px;
    padding-left: 15px;
}

.page-title .breadcrumb > li + li:before {
    content: "/";
    color: #fff;
    padding: 0;
    position: absolute;
    left: -8px;
    top: 2px;
}

.preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1200;
}

.preloader .lds-ripple {
    display: inline-block;
    position: relative;
    width: 74px;
    height: 74px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
    position: absolute;
    border: 4px solid #03a2cb;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
    0% {
        top: 33px;
        left: 33px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 68px;
        height: 68px;
        opacity: 0;
    }
}

@keyframes lds-ripple {
    0% {
        top: 33px;
        left: 33px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 68px;
        height: 68px;
        opacity: 0;
    }
}

/*--------------------------------------------------------------
#15.0 wpo-blog page
--------------------------------------------------------------*/

/*------------------------------------
wpo-blog sidebar.blade.php
------------------------------------*/
.wpo-blog-sidebar {
    /*** search-widget ***/
    /*** category-widget ***/
    /*** recent-post-widget ***/
    /*** quote-widget ****/
    /*** tag-widget ***/
}

@media screen and (min-width: 992px) {
    .wpo-blog-sidebar {
        padding-left: 0px;
    }
}

@media (max-width: 991px) {
    .wpo-blog-sidebar {
        margin-top: 80px;
        max-width: 400px;
    }
}

@media (max-width: 991px) {
    .wpo-blog-sidebar-2 {
        margin-top: 0;
        max-width: 400px;
        margin-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .wpo-blog-sidebar {
        margin-top: 60px;
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .wpo-blog-sidebar-2 {
        margin-top: 0;
        max-width: 400px;
        margin-bottom: 80px;
    }
}


.wpo-blog-sidebar .widget h3 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}

.wpo-blog-sidebar .widget h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 60px;
    height: 4px;
    background: linear-gradient(to right, rgb(30, 12, 157), rgba(6, 205, 236, 1));
}

.wpo-blog-sidebar > .widget + .widget {
    margin-top: 65px;
}

.wpo-blog-sidebar .search-widget {
    border: 0;
    padding: 0;
}

.wpo-blog-sidebar .search-widget form div {
    position: relative;
}

.wpo-blog-sidebar .search-widget input {
    height: 50px;
    font-size: 16px;
    font-size: 1rem;
    border: 1px solid #ebebeb;
    padding: 6px 50px 6px 20px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.wpo-blog-sidebar .search-widget input:focus {
    background-color: rgba(0, 198, 209, 0.1);
}

.wpo-blog-sidebar .search-widget form button {
    background: linear-gradient(to right, rgb(30, 12, 157), rgba(6, 205, 236, 1));
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff;
    border: 0;
    outline: 0;
    width: 50px;
    height: 50px;
    line-height: 54px;
    position: absolute;
    right: 0;
    top: 0;
}

.wpo-blog-sidebar .category-widget ul {
    list-style: none;
}

.wpo-blog-sidebar .category-widget ul li {
    font-size: 15px;
    font-size: 0.9375rem;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}

.wpo-blog-sidebar .category-widget ul li:before {
    content: "";
    background: #bbb;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .wpo-blog-sidebar .category-widget ul li {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.wpo-blog-sidebar .category-widget ul li span {
    position: absolute;
    right: 0;
}

.wpo-blog-sidebar .category-widget ul > li + li {
    margin-top: 12px;
}

.wpo-blog-sidebar .category-widget ul a {
    display: block;
    color: #777;
}

.wpo-blog-sidebar .category-widget ul a:hover {
    color: #03a2cb;
}

.wpo-blog-sidebar .category-widget ul li:hover:before {
    background: #03a2cb;
}

.wpo-blog-sidebar .recent-post-widget .post {
    overflow: hidden;
}

.wpo-blog-sidebar .recent-post-widget .posts > .post + .post {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f2f0f0;
}

.wpo-blog-sidebar .recent-post-widget .post .img-holder {
    width: 68px;
    float: left;
}

.wpo-blog-sidebar .recent-post-widget .post .details {
    width: calc(100% - 68px);
    float: left;
    padding-left: 20px;
}

.wpo-blog-sidebar .recent-post-widget .post h4 {
    font-size: 16px;
    line-height: 1.3em;
    margin: 0 0 0.3em;
    color: #444444;
}

@media (max-width: 1199px) {
    .wpo-blog-sidebar .recent-post-widget .post h4 {
        margin: 0;
    }
}

.wpo-blog-sidebar .recent-post-widget .post h4 a {
    display: inline-block;
    color: #242f6c;
}

@media (max-width: 1199px) {
    .wpo-blog-sidebar .recent-post-widget .post h4 {
        font-size: 14px;
    }
}

.wpo-blog-sidebar .recent-post-widget .post h4 a:hover {
    color: #03a2cb;
}

.wpo-blog-sidebar .recent-post-widget .post .details .date {
    font-size: 14px;
    color: #888;
}

.wpo-blog-sidebar .recent-post-widget .post .details .date i {
    display: inline-block;
    padding-right: 7px;
}

.wpo-blog-sidebar .quote-widget {
    border: 0;
    padding: 0;
}

.wpo-blog-sidebar .quote-widget .quote {
    background-color: #f5f5f5;
    padding: 30px;
}

.wpo-blog-sidebar .quote-widget .quote p {
    margin: 0;
}

.wpo-blog-sidebar .quote-widget i {
    display: block;
}

.wpo-blog-sidebar .quote-widget .fi:before {
    font-size: 35px;
}

.wpo-blog-sidebar .quote-widget .quoter {
    position: relative;
    padding: 25px 25px 25px 110px;
}

.wpo-blog-sidebar .quote-widget .quoter .img-holder {
    position: absolute;
    left: 0;
}

.wpo-blog-sidebar .quote-widget .quoter img {
    padding: 5px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
}

.wpo-blog-sidebar .quote-widget .quoter h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 0.3em;
    padding-top: 1.3em;
}

.wpo-blog-sidebar .quote-widget .quoter h4 + p {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
}

.wpo-blog-sidebar .tag-widget ul {
    overflow: hidden;
    list-style: none;
}

.wpo-blog-sidebar .tag-widget ul li {
    float: left;
    margin: 0 8px 8px 0;
}

.wpo-blog-sidebar .tag-widget ul li a {
    font-size: 14px;
    display: inline-block;
    padding: 10px 25px;
    color: #525252;
    border: 1px solid #ebebeb;
    border-radius: 0;
}

@media (max-width: 1200px) {
    .wpo-blog-sidebar .tag-widget ul li a {
        padding: 10px 13px;
        font-size: 14px;
    }
}

.wpo-blog-sidebar .tag-widget ul li a:hover {
    background: #03a2cb;
    color: #fff;
}

/**** pagination ****/
.pagination-wrapper {
    text-align: center;
    margin-top: 45px;
}

@media (max-width: 991px) {
    .pagination-wrapper {
        text-align: left;
        margin-top: 40px;
    }
}

.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
}

.pagination-wrapper .pg-pagination li {
    float: left;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .pagination-wrapper .pg-pagination li {
        margin-right: 5px;
    }
}

.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
    background-color: #f5f5f5;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #666;
    border: 0;
    display: block;
    border-radius: 5px;
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    background: linear-gradient(to right, rgb(30, 12, 157), rgba(6, 205, 236, 1));
    border-color: #03a2cb;
    color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
    font-size: 15px;
    font-size: 0.9375rem;
}

.pagination-wrapper-left {
    text-align: left;
}

.pagination-wrapper-right {
    text-align: right;
}

@media screen and (min-width: 1200px) {
    .pagination-wrapper-right {
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .pagination-wrapper-right {
        margin-top: 45px;
        text-align: left;
    }
}

/*------------------------------------
  category sidebar.blade.php
------------------------------------*/
.category-sidebar {
    /*** category-widget ***/
    /*** tag-widget ***/
}

@media screen and (min-width: 992px) {
    .category-sidebar {
        padding-right: 45px;
    }
}

@media (max-width: 991px) {
    .category-sidebar {
        margin-bottom: 80px;
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .category-sidebar {
        margin-bottom: 60px;
        max-width: 400px;
    }
}

.category-sidebar .widget {
    padding: 30px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

.category-sidebar .widget h3 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    border-bottom: 1px solid #ebebeb;
    margin: 0 -30px 30px;
    padding: 0 0 30px 30px;
    position: relative;
    text-transform: capitalize;
}

.category-sidebar > .widget + .widget {
    margin-top: 30px;
}

.category-sidebar .category-widget ul {
    list-style: none;
}

.category-sidebar .category-widget ul li {
    font-size: 15px;
    font-size: 0.9375rem;
    position: relative;
    padding-left: 20px;
}

.category-sidebar .category-widget ul li:before {
    content: "";
    background: #bbb;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 8px;
}

@media (max-width: 767px) {
    .category-sidebar .category-widget ul li {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.category-sidebar .category-widget ul li span {
    position: absolute;
    right: 0;
}

.category-sidebar .category-widget ul > li + li {
    margin-top: 12px;
}

.category-sidebar .category-widget ul a {
    display: block;
    color: #525252;
}

.category-sidebar .category-widget ul a:hover {
    color: #03a2cb;
}

.category-sidebar .category-widget ul li:hover:before {
    background: #03a2cb;
}

.category-sidebar .tag-widget {
    padding: 15px 0;
}

.category-sidebar .tag-widget ul {
    list-style: none;
}

.category-sidebar .tag-widget ul li {
    font-size: 15px;
    font-size: 0.9375rem;
    position: relative;
}

.category-sidebar .tag-widget ul li:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 3px solid #d7d7d7;
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: 15px;
}

@media (max-width: 767px) {
    .category-sidebar .tag-widget ul li {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.category-sidebar .tag-widget ul a {
    display: block;
    color: #525252;
    padding: 12px 15px 12px 60px;
}

.category-sidebar .tag-widget ul a:hover {
    background: #03a2cb;
    background: -webkit-linear-gradient(left, #03a2cb, #3a9ce0);
    background: -moz-linear-gradient(left, #03a2cb, #3a9ce0);
    background: -o-linear-gradient(left, #03a2cb, #3a9ce0);
    background: -ms-linear-gradient(left, #03a2cb, #3a9ce0);
    background: -webkit-gradient(linear, left top, right top, from(#03a2cb), to(#3a9ce0));
    background: linear-gradient(left, #03a2cb, #3a9ce0);
    color: #fff;
}

.category-sidebar .tag-widget ul li:hover:before {
    border-color: #fff;
}

.wpo-blog-pg-section {
    /*** format-standard ***/
    /*** format-gallery ***/
    /*** format-quote ***/
    /*** format-video ***/
}

.wpo-blog-pg-section .wpo-blog-content .post {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .wpo-blog-pg-section .wpo-blog-content .post {
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .wpo-blog-pg-section .wpo-blog-content .post {
        margin-bottom: 60px;
    }
}

.wpo-blog-pg-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin-bottom: 25px;
    padding-top: 20px;
}

@media (max-width: 767px) {
    .wpo-blog-pg-section .entry-meta {
        margin: 10px 0 25px;
    }
}

.wpo-blog-pg-section .entry-meta li {
    font-size: 14px;
    font-size: 0.875rem;
    float: left;
    color: #9298a4;
    text-transform: uppercase;
    font-weight: 500;
}

@media (max-width: 767px) {
    .wpo-blog-pg-section .entry-meta li {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

@media (max-width: 490px) {
    .wpo-blog-pg-section .entry-meta li {
        float: none;
        display: block;
        margin-bottom: 5px;
    }
}

.wpo-blog-pg-section .entry-meta li .fi:before {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .wpo-blog-pg-section .entry-meta li .fi:before {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

.wpo-blog-pg-section .entry-meta > li + li {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

@media (max-width: 490px) {
    .wpo-blog-pg-section .entry-meta > li + li {
        margin-left: 0;
        padding-left: 0;
    }
}

.wpo-blog-pg-section .entry-meta li a {
    color: #525252;
    font-weight: 600;
}

.wpo-blog-pg-section .entry-meta li a:hover {
    color: #03a2cb;
}

.wpo-blog-pg-section .entry-meta > li:first-child {
    position: relative;
}

.wpo-blog-pg-section .entry-meta > li:first-child img {
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
}

.wpo-blog-pg-section .entry-meta > li:last-child {
    position: relative;
}

.wpo-blog-pg-section .entry-meta > li:last-child i {
    position: relative;
    top: 2px;
}

@media (max-width: 490px) {
    .wpo-blog-pg-section .entry-meta > li:last-child {
        margin-left: 0px;
        top: 0;
    }
}

.wpo-blog-pg-section .post h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2em;
    font-weight: 600;
    margin: -0.27em 0 0.7em;
}

@media (max-width: 991px) {
    .wpo-blog-pg-section .post h3 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

@media (max-width: 767px) {
    .wpo-blog-pg-section .post h3 {
        font-size: 20px;
    }
}

.wpo-blog-pg-section .post h3 a {
    color: #242f6c;
}

.wpo-blog-pg-section .post h3 a:hover {
    color: #03a2cb;
}

.wpo-blog-pg-section .post p {
    margin-bottom: 1.5em;
    font-size: 18px;
}

@media (max-width: 991px) {
    .wpo-blog-pg-section .post p {
        font-size: 16px;
        font-size: 1rem;
    }
}

.wpo-blog-pg-section .post .read-more {
    font-weight: 700;
    background: -webkit-linear-gradient(rgb(30, 12, 157), rgba(6, 205, 236, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 2px;
    border-bottom: 1px solid #03a2cb;
}

.wpo-blog-pg-section .format-standard,
.wpo-blog-pg-section .format-quote {
    background-color: #f5f9fd;
    padding: 25px 35px 45px;
}

@media (max-width: 767px) {

    .wpo-blog-pg-section .format-standard,
    .wpo-blog-pg-section .format-quote {
        padding: 25px 20px 45px;
    }
}

.wpo-blog-pg-section .format-gallery {
    position: relative;
}

.wpo-blog-pg-section .format-gallery .owl-controls {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wpo-blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-]:hover {
    background: #03a2cb;
    color: #fff;
}

.wpo-blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-] {
    background: #fff;
    color: #666;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.wpo-blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev,
.wpo-blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wpo-blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
    left: 15px;
}

.wpo-blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
    right: 15px;
}

.wpo-blog-pg-section .format-quote {
    background: #fbfbfb;
    padding: 40px 60px;
    position: relative;
    padding-top: 15px;
}

@media (max-width: 767px) {
    .wpo-blog-pg-section .format-quote {
        padding: 0 20px;
        padding-bottom: 30px;
    }
}

.wpo-blog-pg-section .format-quote p {
    margin-bottom: 0;
}

.wpo-blog-pg-section .format-quote:before {
    font-family: "Flaticon";
    content: "\f11a";
    font-size: 150px;
    color: #f2f3f3;
    margin-left: 0;
    position: absolute;
    right: 0%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .wpo-blog-pg-section .format-quote:before {
        font-size: 100px;
        top: 26%;
    }
}

.wpo-blog-pg-section .format-quote h3,
.wpo-blog-pg-section .format-quote p {
    position: relative;
}

.wpo-blog-pg-section .format-video .video-holder {
    position: relative;
    text-align: center;
}

.wpo-blog-pg-section .format-video .video-holder:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(to right, rgb(30, 12, 157), rgba(6, 205, 236, 1));
    opacity: .6;
}

.wpo-blog-pg-section .format-video .video-holder a {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 83px;
    height: 83px;
    border-radius: 83px;
    display: inline-block;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    z-index: 99;
}

@media (max-width: 991px) {
    .wpo-blog-pg-section .format-video .video-holder a {
        width: 65px;
        height: 65px;
        border-radius: 65px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.wpo-blog-pg-section .format-video .video-holder a:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #03a2cb;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 1200px) {
    .wpo-blog-pg-left-sidebar .wpo-blog-sidebar {
        padding-right: 45px;
        padding-left: 0;
    }
}

@media screen and (min-width: 1200px) {
    .wpo-blog-pg-fullwidth .wpo-blog-content {
        padding: 0;
    }
}

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

.entry-bottom ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

}

.entry-bottom ul li .fi:before {
    font-size: 18px;
    margin-right: 10px;
    color: #9298a4;
}

.entry-bottom ul li:first-child .fi:before {
    color: #fd67d1;
}

.entry-bottom ul li {
    margin-right: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    color: #9298a4;
}

.post {
    position: relative;
}

.blog-thumb-badge {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 99;
}

.blog-thumb-text span {
    display: inline-block;
    padding: 8px 25px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(to right, rgb(30, 12, 157), rgba(6, 205, 236, 1));
    border-radius: 5px;
    font-size: 14px;
}

.post-text-wrap {
    padding: 40px;
    background: #f3fbfd;
}

.post-slider {
    position: relative;
}

.post-bloquote p {
    margin-bottom: 10px !important;
    font-size: 22px !important;
    font-weight: 700;
    color: #283a5e;
    position: relative;
}

.post-bloquote span {
    color: #8f96a3;
}

.post-bloquote p:before {
    position: absolute;
    left: -15px;
    top: 0;
    width: 3px;
    height: 100%;
    content: '';
    background: #05b5f0;
}

.post-bloquote {
    margin-bottom: 30px;
    padding-left: 60px;
    position: relative;
}

.post-bloquote:before {
    font-family: "Flaticon";
    content: "\f100";
    font-size: 50px;
    margin-left: 0;
    position: absolute;
    left: 0%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: -webkit-linear-gradient(rgb(30, 12, 157), rgba(6, 205, 236, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.post-text-wrap h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.post-text-wrap h5 .fi:before {
    background: -webkit-linear-gradient(rgb(30, 12, 157), rgba(6, 205, 236, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.profile-img {
    padding: 40px;
}

.profile-img img {
    border-radius: 50%;
}

.profile-img h2 {
    font-size: 25px;
    font-weight: 700;
}

.profile-widget {
    text-align: center;
    background: #f3fbfd;
}

.pro-social ul {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    background: #c8f2fd;
}

.pro-social ul li {
    margin: 0 10px;
}

.pro-social ul li a {
    color: #283a5e;
}

.wpo-blog-sidebar {
    padding-left: 30px;
}

@media (max-width: 767px) {
    .post-bloquote p {
        font-size: 15px !important;
    }

    .post-text-wrap {
        padding: 20px;
    }

}

@media (max-width: 991px) {
    .wpo-blog-sidebar {
        padding-left: 0px;
    }
}

/*--------------------------------------------------------------
#6.0 wpo-blog-single-section
--------------------------------------------------------------*/
.wpo-blog-single-section {
    /*** tag-share ***/
    /*** author-box ***/
    /*** more-posts ***/
    /*** comments area ***/
    /*** comment-respond ***/
}

@media screen and (min-width: 1200px) {
    .wpo-blog-single-section .wpo-blog-content {
        padding-right: 0px;
    }
}

.wpo-blog-single-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin-bottom: 25px;
    padding-top: 35px;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .entry-meta {
        margin: 10px 0 25px;
    }
}

.wpo-blog-single-section .entry-meta li {
    font-size: 14px;
    font-size: 0.875rem;
    float: left;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .entry-meta li {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

@media (max-width: 600px) {
    .wpo-blog-single-section .entry-meta li {
        display: block;
        margin-bottom: 5px;
    }
}

.wpo-blog-single-section .entry-meta li .fi:before {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .entry-meta li .fi:before {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

.wpo-blog-single-section .entry-meta > li + li {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

@media (max-width: 600px) {
    .wpo-blog-single-section .entry-meta > li + li {
        margin-left: 13px;
        padding-left: 9px;
    }
}

.wpo-blog-single-section .entry-meta li a {
    color: #525252;
    text-transform: uppercase;
}

.wpo-blog-single-section .entry-meta li a:hover {
    color: #03a2cb;
}

.wpo-blog-single-section .entry-meta > li:first-child {
    position: relative;
    top: 0px;
}

.wpo-blog-single-section .entry-meta > li:first-child img {
    display: inline-block;
    border-radius: 50%;
    padding-right: 8px;
}

.wpo-blog-single-section .entry-meta > li:last-child {
    position: relative;
}

.wpo-blog-single-section .entry-meta > li:last-child i {
    position: relative;
    top: 2px;
}

@media (max-width: 600px) {
    .wpo-blog-single-section .entry-meta > li:last-child {
        margin-left: 0px;
    }
}

.wpo-blog-single-section .post h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 600;
    margin: 0 0 0.5em;
}

@media (max-width: 991px) {
    .wpo-blog-single-section .post h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

@media (max-width: 767px) {
    .wpo-blog-single-section .post h2 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.wpo-blog-single-section .post p {
    margin-bottom: 1.5em;
}

.wpo-blog-single-section .post h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5em;
    margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
    .wpo-blog-single-section .post h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .wpo-blog-single-section .post h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.wpo-blog-single-section .post blockquote {
    background-color: #f8f8f8;
    padding: 50px 30px 50px 95px;
    margin: 60px 0;
    border: 0;
    line-height: 1.9em;
    position: relative;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .post blockquote {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.wpo-blog-single-section .post blockquote:before {
    font-family: "Flaticon";
    content: "\f100";
    background: -webkit-linear-gradient(rgb(30, 12, 157), rgba(6, 205, 236, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    position: absolute;
    left: 30px;
    top: 40px;
}

@media (max-width: 991px) {
    .wpo-blog-single-section .post blockquote:before {
        display: none;
    }
}

@media (max-width: 991px) {
    .wpo-blog-single-section .post blockquote {
        padding: 30px 40px;
    }
}

@media (max-width: 767px) {
    .wpo-blog-single-section .post blockquote {
        padding: 20px 30px;
    }
}

.wpo-blog-single-section .post blockquote .quoter {
    display: block;
    margin-top: 15px;
}

.wpo-blog-single-section .tag-share {
    margin: 70px 0;
}

.wpo-blog-single-section .tag-share ul {
    list-style: none;
}

@media screen and (min-width: 1200px) {
    .wpo-blog-single-section .tag-share {
        -webkit-box-shadow: 0px 4px 14.1px 0.9px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 4px 14.1px 0.9px rgba(0, 0, 0, 0.08);
        padding: 35px 25px;
    }
}

@media (max-width: 767px) {
    .wpo-blog-single-section .tag-share {
        margin: 60px 0;
    }
}

.wpo-blog-single-section .tag-share .tag {
    display: inline-block;
    float: left;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .tag-share .tag {
        float: none;
        display: block;
        margin-bottom: 25px;
    }
}

.wpo-blog-single-section .tag-share .share {
    display: inline-block;
    float: right;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .tag-share .share {
        float: none;
        display: block;
    }
}

.wpo-blog-single-section .tag-share ul {
    overflow: hidden;
}

.wpo-blog-single-section .tag-share ul li {
    float: left;
}

.wpo-blog-single-section .tag-share .tag ul > li + li,
.wpo-blog-single-section .tag-share .share ul > li + li {
    margin-left: 10px;
}

.wpo-blog-single-section .tag-share .tag a {
    background-color: #f8f8f8;
    display: block;
    padding: 9px 18px;
    color: #525252;
    border-radius: 50px;
}

.wpo-blog-single-section .tag-share .tag a:hover {
    background-color: #03a2cb;
    color: #fff;
}

.wpo-blog-single-section .tag-share .share a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    color: #525252;
    border-radius: 50%;
    padding: 0;
    display: block;
    border: 1px solid #dadada;
}

.wpo-blog-single-section .tag-share .share a:hover {
    background: #03a2cb;
    color: #fff;
    border-color: #03a2cb;
}

.wpo-blog-single-section .author-box {
    padding: 45px 50px 35px;
    margin: 70px 0;
    border: 1px solid #e1e1e1;
}

@media (max-width: 991px) {
    .wpo-blog-single-section .author-box {
        padding: 35px 40px;
    }
}

@media (max-width: 767px) {
    .wpo-blog-single-section .author-box {
        padding: 25px;
    }
}

.wpo-blog-single-section .author-box .author-avatar {
    float: left;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .author-box .author-avatar {
        float: none;
    }
}

.wpo-blog-single-section .author-box .author-avatar img {
    border-radius: 50%;
}

.wpo-blog-single-section .author-box .author-content {
    display: block;
    overflow: hidden;
    padding-left: 25px;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .author-box .author-content {
        padding: 0;
        margin: 15px 0 0 0;
    }
}

.wpo-blog-single-section .author-box .author-content p {
    margin-bottom: 20px;
}

.wpo-blog-single-section .author-box .author-name {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px;
    color: #242f6c;
    font-weight: 600;
    font-family: 'Red Hat Display', sans-serif;
}

.wpo-blog-single-section .author-box .social-link {
    display: inline-block;
    list-style: none;
}

.wpo-blog-single-section .author-box .social-link li {
    float: left;
    margin-right: 15px;
}

.wpo-blog-single-section .author-box .social-link a {
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #242f6c;
}

.wpo-blog-single-section .author-box .social-link a:hover {
    color: #03a2cb;
}

.wpo-blog-single-section .more-posts {
    margin: 70px 0;
}

.wpo-blog-single-section .more-posts .previous-post {
    display: inline-block;
    float: left;
}

.wpo-blog-single-section .more-posts .next-post {
    display: inline-block;
    float: right;
}

.wpo-blog-single-section .more-posts .previous-post a,
.wpo-blog-single-section .more-posts .next-post a {
    background-color: #f8f8f8;
    font-weight: 600;
    color: #525252;
    display: block;
    padding: 15px 40px;
    border-radius: 60px;
}

@media (max-width: 767px) {

    .wpo-blog-single-section .more-posts .previous-post a,
    .wpo-blog-single-section .more-posts .next-post a {
        padding: 12px 35px;
    }
}

.wpo-blog-single-section .more-posts .previous-post a:hover,
.wpo-blog-single-section .more-posts .next-post a:hover {
    background-color: #03a2cb;
    color: #fff;
}

.wpo-blog-single-section .comments-area {
    margin-top: 70px;
}

.wpo-blog-single-section .comments-area li > div {
    background: #f8f8f8;
    padding: 30px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .wpo-blog-single-section .comments-area li > div {
        padding: 30px 25px;
    }
}

.wpo-blog-single-section .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

.wpo-blog-single-section .comments-area ol ul {
    padding-left: 30px;
    list-style: none;
}

.wpo-blog-single-section .comments-area ol > li:last-child div {
    border-bottom: 0;
}

.wpo-blog-single-section .comments-area .comments-title {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 1.5em;
    color: #242f6c;
}

@media (max-width: 991px) {
    .wpo-blog-single-section .comments-area .comments-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.wpo-blog-single-section .comments-area li > div {
    position: relative;
}

.wpo-blog-single-section .comments-area .comment-theme {
    position: absolute;
    left: 35px;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .comments-area .comment-theme {
        position: static;
    }
}

.wpo-blog-single-section .comments-area .comment-theme img {
    border-radius: 50%;
}

.wpo-blog-single-section .comments-area .comment-main-area {
    padding-left: 100px;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .comments-area .comment-main-area {
        padding-left: 0;
        margin-top: 25px;
    }
}

.wpo-blog-single-section .comments-area .comment-main-area p {
    margin-bottom: 0px;
}

.wpo-blog-single-section .comments-area .comments-meta h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 1em;
}

.wpo-blog-single-section .comments-area .comments-meta h4 span {
    font-weight: normal;
    text-transform: none;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    color: #666;
    margin-top: 8px;
    font-weight: 400;
}

.wpo-blog-single-section .comments-area .comment-reply-link {
    font-size: 16px;
    color: #03a2cb;
    display: inline-block;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 30px;
    font-weight: 600;
}

.wpo-blog-single-section .comments-area .comment-reply-link i {
    margin-right: 5px;
}

.wpo-blog-single-section .comment-respond {
    margin-top: 70px;
}

.wpo-blog-single-section .comment-respond .comment-reply-title {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 1.5em;
    color: #283a5e;
}

@media (max-width: 991px) {
    .wpo-blog-single-section .comment-respond .comment-reply-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.wpo-blog-single-section .comment-respond form input,
.wpo-blog-single-section .comment-respond form textarea {
    background-color: #f8f8f8;
    width: 100%;
    height: 50px;
    border: 1px solid #f8f8f8;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.wpo-blog-single-section .comment-respond form input:focus,
.wpo-blog-single-section .comment-respond form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #03a2cb;
}

@media (max-width: 991px) {

    .wpo-blog-single-section .comment-respond form input,
    .wpo-blog-single-section .comment-respond form textarea {
        height: 40px;
    }
}

.wpo-blog-single-section .comment-respond form textarea {
    height: 220px;
    padding: 15px;
}

@media (max-width: 991px) {
    .wpo-blog-single-section .comment-respond form textarea {
        height: 150px;
    }
}

.wpo-blog-single-section .comment-respond .form-inputs {
    overflow: hidden;
}

.wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
    width: 49%;
    float: left;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
        width: 100%;
        float: none;
    }
}

.wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
    width: 49%;
    float: right;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
        width: 100%;
        float: none;
    }
}

.wpo-blog-single-section .comment-respond .form-submit input {
    max-width: 120px;
    background: #03a2cb;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    border: 0;
    border-radius: 50px;
    outline: 0;
}

@media screen and (min-width: 1200px) {
    .wpo-blog-single-left-sidebar-section .wpo-blog-content {
        padding-right: 0;
        padding-left: 50px;
    }
}

@media screen and (min-width: 1200px) {
    .wpo-blog-single-fullwidth .wpo-blog-content {
        padding: 0;
    }
}

.entry-media img {
    width: 100%;
}

.author-btn a {
    padding: 15px 35px;
    background: #f8f8f8;
    display: inline-block;
    border-radius: 40px;
    color: #555555;
}

.author-btn a:hover {
    background-color: #03a2cb;
    color: #fff;
}

.wpo-blog-pg-section .format-video .video-holder a {
    background-color: #fff;
    -webkit-animation: spineerb 2s infinite;
    animation: spineerb 2s infinite;
}

.wpo-blog-pg-section .format-video .video-holder a:before {
    border-left: 20px solid #111;
}

.wpo-blog-sidebar-2 {
    margin-top: 0px;
    margin-bottom: 60px;
}

.wpo-blog-sidebar blockquote {
    background-color: #f8f8f8;
    padding: 50px 30px 50px 95px;
    margin: 60px 0 30px;
    border: 0;
    line-height: 1.9em;
    position: relative;
}

.wpo-blog-sidebar blockquote:before {
    font-family: "Flaticon";
    content: "\f119";
    font-size: 35px;
    position: absolute;
    left: 30px;
    top: 40px;
}

.quote-img img {
    border-radius: 50%;
}

.quote-img {
    position: relative;
    width: 96px;
    height: 96px;
    float: left;
    margin-right: 35px;
}

.quote-img:before {
    position: absolute;
    left: -9px;
    top: -9px;
    width: 120%;
    height: 120%;
    border: 1px solid #d7d7d7;
    content: "";
    border-radius: 50%;
}

.quote-text {
    overflow: hidden;
}

.quote-text h2 {
    font-size: 16px;
    color: #242f6c;
}

.quote-text span {
    font-size: 15px;
    color: #666666;
}

.quote-wrap {
    overflow: hidden;
    padding: 20px 10px 10px;
}

@media (max-width: 430px) {
    .wpo-blog-single-section .comments-area ol ul {
        padding-left: 0;
        list-style: none;
    }

    .wpo-blog-sidebar blockquote {
        padding: 50px 30px 24px 70px;
        margin: 60px 0 30px;
    }

    .quote-img {
        float: none;
        margin-bottom: 20px;
    }

    .wpo-blog-single-section .tag-share .tag a {
        padding: 9px 16px;
    }
}

header#header {
    background: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}

.image-wrapper-homepage {
    height: 250px;
    line-height: 250px;
}

@media only screen and (min-width: 240px) and (max-width: 768px) {
    .image-wrapper-homepage {
        height: auto;
        line-height: 10px;
    }
}

.section-padding-protection {
    padding: 20px 0;
}

.no-covid-padding {
    padding: 20px 0px;
}

.section-title-about-padding {
    padding-top: 20px;
}

.theme-btn-about {
    font-family: 'Siemreap', 'EnglishFontLight', sans-serif;
    color: #fff;
    font-weight: 600;
    padding: 15px 27px;
    border: 0;
    text-transform: capitalize;
    background: #2e6093;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;

}

.theme-btn-about-responsive {
    padding-top: 190px;
}

@media only screen and (min-width: 240px) and (max-width: 1200px) {
    .theme-btn-about-responsive {
        padding-top: 15px;
        padding-bottom: 20px;
    }
}

.section-padding-about {
    padding-top: 30px;
}

.site-title-make-us h2 {
    font-size: 50px;
    font-weight: 700;
    display: inline-block;
}

.site-title-make-us h2:before {
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #d6f4fc;
    border-radius: 20px;
}

.site-title-make-us span {
    font-family: 'Siemreap', 'EnglishFontLight', sans-serif;
    font-size: 16px;
    color: #2e6093;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: block;
}

@media (max-width: 767px) {
    .site-title-make-us h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }
}

@media (max-width: 530px) {
    .site-title-make-us h2 {
        font-size: 20px;
    }

    .site-title-make-us span {
        font-size: 14px;
    }
}

.section-padding-make-us {
    padding-top: 70px;
}

@media (max-width: 991px) {
    .section-padding-make-us {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .section-padding-make-us {
        padding: 30px 0;
    }
}

.section-description-special {
    margin-top: -31px;
}

.work-area-top-assessment {
    background: white;
    padding-bottom: 75px;
}

.custom-slide-image {
    width: auto;
    margin-top: 239px;
    height: auto;
}

.custom-assessment-margin-title {
    margin-bottom: 50px;
}

.custom-position-middle {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    min-height: 450px;
}

.custom-position-middle-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-nepon-max-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

@media (max-width: 540px) {
    .custom-position-middle {
        max-width: 320px;
        min-height: 250px;
    }

    .custom-nepon-max-width {
        max-width: 320px;
    }
}

.public-assessment {
    margin-top: 87px;
    background: #f5fbfa69;
}

.wrapper-public-assessment {
    margin-top: 20px;
    padding-right: 0;
}

@media (max-width: 991px) {
    .public-assessment {
        margin-top: 0px;
    }
}

.formula-certificate {
    margin-top: 20px;
    margin-bottom: 20px;
}

.position-small-assessment {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.no-covid-padding-public-page {
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
}

/*VYROM*/
p.set-height-row-2 {
    height: 55px;

    overflow: hidden;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-weight: bold !important;

}

/*VYROM*/
@media only screen and (min-width: 660px) and (max-width: 993px) {
    .position-small-assessment {
        top: 70%;
        left: -81%;
    }
}
@media only screen and (min-width: 500px) and (max-width: 658px) {
    .position-small-assessment {
        top: 87%;
        left: -76%;
    }
}
@media only screen and (min-width: 370px) and (max-width: 498px) {
    .position-small-assessment {
        top: 99%;
        left: -64%;
    }
}
@media only screen and (min-width: 240px) and (max-width: 369px) {
    .position-small-assessment {
        top: 100%;
        left: -51%;
    }
}
