@import url("../stylesheets/css.css");
body {
    font-family: "Rubik", sans-serif;
    background-color: #fff;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

p {
    color: #333;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
    color: #06163a;
}

ul {
    padding-left: 0;
    margin: 0;
    list-style-position: inside;
}

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;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    object-fit: cover;
}

b,
strong {
    font-weight: 500;
}

.page-wrapper {
    position: relative;
    overflow: hidden;
}

.wow {
    visibility: hidden;
}

.fi:before {
    margin: 0;
}

.section-padding {
    margin-bottom: 50px;
    margin-top: 50px;
}

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

.section-title,
.section-title-s2,
.section-title-s3 {
    margin-bottom: 50px;
    margin-top: -5px;
}

.section-title>span,
.section-title-s2>span,
.section-title-s3>span {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: normal;
    display: block;
    color: #ffbd34;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .section-title>span,
    .section-title-s2>span,
    .section-title-s3>span {
        font-size: 17px;
        font-size: 1.13333rem;
    }
}

@media (max-width: 767px) {
    .section-title,
    .section-title-s2,
    .section-title-s3 {
        margin-bottom: 40px;
    }
}

.section-title h2,
.section-title-s2 h2,
.section-title-s3 h2 {
    font-size: 42px;
    font-size: 2.8rem;
    font-weight: bold;
    margin: 0.23em 0 0.5em;
    position: relative;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .section-title h2,
    .section-title-s2 h2,
    .section-title-s3 h2 {
        font-size: 35px;
        font-size: 2.33333rem;
    }
}

@media (max-width: 767px) {
    .section-title h2,
    .section-title-s2 h2,
    .section-title-s3 h2 {
        font-size: 32px;
        font-size: 2.13333rem;
    }
}

.section-title p,
.section-title-s2 p,
.section-title-s3 p {
    color: #a7a5a5;
    margin: 0;
}

.section-title-s2 h2 {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
}

.section-title-s2 h2:before {
    content: "";
    width: 35px;
    height: 5px;
    background: #ffbd34;
    position: absolute;
    left: 0;
    bottom: 0;
}

.section-title-s3 {
    text-align: center;
}

.theme-btn,
.theme-btn-s2,
.theme-btn-s3,
.theme-btn-s4 {
    font-family: "Oswald", sans-serif;
    background-color: #ffbd34;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    font-size: 1.06667rem;
    color: #fff;
    padding: 0 30px;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s3,
    .theme-btn-s4 {
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        font-size: 1rem;
        padding: 0 25px;
    }
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn-s3:hover,
.theme-btn-s4:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn-s3:focus,
.theme-btn-s4:focus,
.theme-btn:active,
.theme-btn-s2:active,
.theme-btn-s3:active,
.theme-btn-s4:active {
    background-color: #ffac01;
    color: #fff;
}

.theme-btn-s2 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 0.93333rem;
    color: #fff;
    padding: 0 25px;
    border-radius: 40px;
}

.theme-btn-s3 {
    background-color: transparent;
    color: #0a172b;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #ffbd34;
    border-radius: 0;
    line-height: 45px;
}

@media (max-width: 1199px) {
    .theme-btn-s3 {
        line-height: 43px;
    }
}

.theme-btn-s3:hover,
.theme-btn-s3:focus,
.theme-btn-s3:active {
    background-color: #ffbd34;
    color: #fff;
}

.theme-btn-s4 {
    background-color: #0a172b;
    color: #fff;
}

.theme-btn-s4:hover {
    background-color: #000102;
}


/******************************
	#page title
******************************/

.page-title {
    background: #666d80;
    width: 100%;
    position: relative;
    padding: 10px 0;
    margin-bottom: 20px;
    min-height: 40px;
}

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

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

.page-title h2 {
    font-size: 60px;
    font-weight: 500;
    margin: 0 0 0.30em;
    text-transform: uppercase;
}

.page-title .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-title .breadcrumb li {
    font-size: 16px;
    color: #fff;
    margin-right: 5px;
    line-height: 20px;
}

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

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

.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 #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 {
    font-family: "Oswald", sans-serif;
    list-style: none;
}

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

@media screen and (min-width: 992px) {
    .site-header #navbar li {
        position: relative;
    }
    .site-header #navbar>ul>li>a {
        font-size: 17px;
        font-size: 1.13333rem;
        font-weight: 400;
        color: #fff;
        padding: 40px 16px;
        text-transform: uppercase;
    }
    .site-header #navbar>ul .sub-menu {
        background-color: #fff;
        width: 250px;
        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: #ffbd34;
    }
    .site-header #navbar>ul>li>.sub-menu .sub-menu {
        left: 110%;
        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: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .site-header #navbar>ul>li a {
        display: block;
        font-size: 16px;
    }
    .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 {
        font-family: "themify";
        /*content: "\e64b";*/
        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%);
    }
}

@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 #ffbd34;
        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 .navbar-header button {
        background-color: #ffbd34;
        width: 40px;
        height: 35px;
        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: 25px;
        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: 280px;
        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: #ffbd34;
    }
    .site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
    }
    .site-header #navbar .close-navbar {
        background-color: white;
        width: 40px;
        height: 33px;
        /*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;
    }
    .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
***********************************/

@media screen and (min-width: 992px) {
    .header-style-1,
    .header-style-2,
    .header-style-3 {
        background-color: rgba(255, 255, 255, 0.05);
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }
    .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: 10px 0;
    }
    .header-style-1 #navbar,
    .header-style-2 #navbar,
    .header-style-3 #navbar {
        margin-right: 235px;
        border-right: 1px solid rgba(255, 255, 255, 0.07);
    }
    .header-style-1 #navbar>ul>li>a,
    .header-style-2 #navbar>ul>li>a,
    .header-style-3 #navbar>ul>li>a {
        font-size: 16px;
        padding: 35px 12px;
    }
}

@media (max-width: 991px) {
    .header-style-1 .navigation,
    .header-style-2 .navigation,
    .header-style-3 .navigation {
        background-color: #0a172b;
    }
    .header-style-1 .navigation .container,
    .header-style-2 .navigation .container,
    .header-style-3 .navigation .container {
        padding: 10px 15px;
    }
}

@media (max-width: 991px) {
    .header-style-1 .topbar,
    .header-style-2 .topbar,
    .header-style-3 .topbar {
        background-color: #0a172b;
    }
}

@media (max-width: 767px) {
    .header-style-1 .topbar,
    .header-style-2 .topbar,
    .header-style-3 .topbar {
        text-align: center;
        padding-top: 20px;
    }
}

.header-style-1 .topbar .container,
.header-style-2 .topbar .container,
.header-style-3 .topbar .container {
    position: relative;
}

.header-style-1 .topbar .container:before,
.header-style-2 .topbar .container:before,
.header-style-3 .topbar .container:before {
    width: calc(100% - 30px);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.07);
    position: absolute;
    bottom: 0;
    left: 15px;
}

.header-style-1 .topbar li,
.header-style-2 .topbar li,
.header-style-3 .topbar li {
    font-weight: 300;
    color: #cacaca;
}

.header-style-1 .topbar .contact-info ul,
.header-style-2 .topbar .contact-info ul,
.header-style-3 .topbar .contact-info ul {
    overflow: hidden;
    list-style: none;
}

.header-style-1 .topbar .contact-info ul li,
.header-style-2 .topbar .contact-info ul li,
.header-style-3 .topbar .contact-info ul li {
    float: left;
    padding: 23px 0;
}

@media (max-width: 991px) {
    .header-style-1 .topbar .contact-info ul li,
    .header-style-2 .topbar .contact-info ul li,
    .header-style-3 .topbar .contact-info ul li {
        padding: 18px 0;
    }
}

@media (max-width: 767px) {
    .header-style-1 .topbar .contact-info ul li,
    .header-style-2 .topbar .contact-info ul li,
    .header-style-3 .topbar .contact-info ul li {
        float: none;
        padding: 0;
    }
}

.header-style-1 .topbar .contact-info ul li i,
.header-style-2 .topbar .contact-info ul li i,
.header-style-3 .topbar .contact-info ul li i {
    display: inline-block;
    color: #ffbd34;
    padding-right: 5px;
}

.header-style-1 .topbar .contact-info ul>li+li,
.header-style-2 .topbar .contact-info ul>li+li,
.header-style-3 .topbar .contact-info ul>li+li {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.07);
}

@media (max-width: 767px) {
    .header-style-1 .topbar .contact-info ul>li+li,
    .header-style-2 .topbar .contact-info ul>li+li,
    .header-style-3 .topbar .contact-info ul>li+li {
        margin-left: 0;
        padding-left: 0;
        margin-top: 10px;
        border-left: 0;
    }
}


/**********************************
	header style 2
***********************************/

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

@media screen and (min-width: 992px) {
    .header-style-2,
    .header-style-3 {
        background-color: #fff;
        border-bottom: 0;
        position: static;
        z-index: 10;
    }
    .header-style-2 .topbar,
    .header-style-3 .topbar {
        background-color: #0a172b;
    }
    .header-style-2 #navbar,
    .header-style-3 #navbar {
        border-right: 1px solid #e7e7e7;
    }
    .header-style-2 #navbar>ul>li>a,
    .header-style-3 #navbar>ul>li>a {
        color: #06163a;
    }
}


/**********************************
	header style 3
***********************************/

@media screen and (min-width: 992px) {
    .header-style-3 {
        background-color: transparent;
        /* position: absolute; */
        left: 0;
    }
    .header-style-3 .topbar {
        background-color: transparent;
    }
    .header-style-3 .topbar .container {
        background-color: #0a172b;
    }
    .header-style-3 .navigation {
        background-color: transparent;
    }
    .header-style-3 .navigation .container {
        background-color: #fff;
    }
}


/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/

.site-footer {
    background-color: #0a172b;
    padding: 30px 0;
}

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

.site-footer p,
.site-footer li {
    font-size: 16px;
    font-size: 1.06667rem;
    color: #d5d5d5;
}

.site-footer .upper-footer {
    padding: 90px 0;
}

@media (max-width: 991px) {
    .site-footer .upper-footer {
        padding: 90px 0 20px;
    }
}

@media (max-width: 767px) {
    .site-footer .upper-footer {
        padding: 80px 0 10px;
    }
}

@media (max-width: 991px) {
    .site-footer .upper-footer .col {
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .site-footer .upper-footer .col {
        margin-bottom: 60px;
    }
}

.site-footer .widget-title {
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .site-footer .widget-title {
        margin-bottom: 25px;
    }
}

.site-footer .widget-title h3 {
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #ebebeb;
    margin: -0.13em 0 0;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .site-footer .widget-title h3 {
        font-size: 22px;
        font-size: 1.46667rem;
    }
}

@media screen and (min-width: 1200px) {
    .site-footer .about-widget {
        padding-right: 40px;
    }
}

@media (max-width: 1199px) {
    .site-footer .about-widget .logo {
        max-width: 90%;
    }
}

.site-footer .about-widget p {
    margin-bottom: 1.6em;
    line-height: 1.9em;
}

.site-footer .about-widget p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .site-footer .link-widget {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .site-footer .link-widget {
        padding-left: 0;
    }
}

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

.site-footer .link-widget ul a {
    color: #9e9e9e;
}

.site-footer .link-widget ul a:hover,
.site-footer .link-widget ul li:hover:before {
    color: #ffbd34;
}

.site-footer .link-widget ul>li+li {
    margin-top: 20px;
}

.site-footer .contact-widget li span {
    color: #ffbd34;
    display: inline-block;
    padding-right: 5px;
}

.site-footer .contact-widget ul li {
    line-height: 1.9em;
}

@media (max-width: 767px) {
    .site-footer .contact-widget ul li {
        font-size: 15px;
        font-size: 1rem;
    }
}

.site-footer .contact-widget ul>li+li {
    margin-top: 15px;
}

.site-footer .lower-footer {
    text-align: center;
}

.site-footer .lower-footer .row {
    padding: 30px 0 30px;
    position: relative;
}

.site-footer .lower-footer .row .separator {
    background-color: rgba(255, 255, 255, 0.07);
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 15px;
    top: 0;
}

.site-footer .lower-footer .copyright {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
}

.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-color: #0a172b;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

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

.about-section .grid,
.about-section-s2 .grid {
    width: 50%;
    float: left;
    padding-right: 45px;
    margin-bottom: 45px;
}

@media (max-width: 991px) {
    .about-section .grid,
    .about-section-s2 .grid {
        padding: 0 22px;
    }
}

@media (max-width: 767px) {
    .about-section .grid,
    .about-section-s2 .grid {
        padding: 0 22px;
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .about-section .grid,
    .about-section-s2 .grid {
        width: 100%;
        float: none;
    }
}

.about-section .grid .fi:before,
.about-section-s2 .grid .fi:before {
    font-size: 50px;
    font-size: 3.33333rem;
    color: #ffbd34;
}

@media (max-width: 767px) {
    .about-section .grid .fi:before,
    .about-section-s2 .grid .fi:before {
        font-size: 40px;
        font-size: 2.66667rem;
    }
}

.about-section .details,
.about-section-s2 .details {
    position: relative;
    margin-top: -15px;
}

.about-section .details .count,
.about-section-s2 .details .count {
    font-family: "Oswald", sans-serif;
    font-size: 72px;
    font-size: 4.8rem;
    color: #f0f0f0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    .about-section .details .count,
    .about-section-s2 .details .count {
        font-size: 62px;
        font-size: 4.13333rem;
    }
}

.about-section .details h3,
.about-section-s2 .details h3 {
    font-size: 20px;
    font-size: 1.33333rem;
    font-weight: 500;
    margin: 0 0 0.8em;
    padding: 2.6em 0 0;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .about-section .details h3,
    .about-section-s2 .details h3 {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.about-section .details p,
.about-section-s2 .details p {
    margin: 0;
}

.about-section .video-holder,
.about-section-s2 .video-holder {
    position: relative;
    margin-top: 40px;
    max-width: 360px;
}

@media (max-width: 991px) {
    .about-section .video-holder,
    .about-section-s2 .video-holder {
        margin-top: 60px;
    }
}

@media (max-width: 450px) {
    .about-section .video-holder,
    .about-section-s2 .video-holder {
        margin-top: 30px;
    }
}

.about-section .video-holder:before,
.about-section-s2 .video-holder:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 12px solid #ffbd34;
    position: absolute;
    right: -35px;
    top: -35px;
    z-index: -1;
}

@media (max-width: 450px) {
    .about-section .video-holder:before,
    .about-section-s2 .video-holder:before {
        display: none;
    }
}

.about-section .video-holder .fi:before,
.about-section-s2 .video-holder .fi:before {
    font-size: 80px;
    font-size: 5.33333rem;
    color: #ffbd34;
}

.about-section .video-holder a,
.about-section-s2 .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%);
}

.about-section .more-about,
.about-section-s2 .more-about {
    margin-top: -10px;
    line-height: 0.5em;
}

@media (max-width: 991px) {
    .about-section .more-about,
    .about-section-s2 .more-about {
        margin-top: 50px;
    }
}

.about-section .more-about a,
.about-section-s2 .more-about a {
    font-weight: 500;
    color: #ffbd34;
    text-transform: uppercase;
}

.about-section .more-about a i,
.about-section-s2 .more-about a i {
    display: inline-block;
    padding: 0 0 0 3px;
}

.about-section .more-about a:hover,
.about-section-s2 .more-about a:hover {
    color: #ffac01;
}


/*--------------------------------------------------------------
#1.3	contact-section
--------------------------------------------------------------*/

.contact-section {
    background-color: #f8f8f8;
}

.contact-section .content-area {
    overflow: hidden;
    position: relative;
}

.contact-section .left-col {
    width: calc(50% + 30px);
    float: left;
}

@media (max-width: 991px) {
    .contact-section .left-col {
        width: 100%;
        float: none;
    }
}

.contact-section .right-col {
    background: url("../Images/contact-bg.jpg") center center/cover no-repeat local;
    width: calc(50% - 30px);
    height: 100%;
    float: left;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 991px) {
    .contact-section .right-col {
        width: 100%;
        float: none;
        position: relative;
        padding: 45px;
    }
}

@media (max-width: 991px) {
    .contact-section .right-col {
        padding: 25px 20px;
    }
}

.contact-section .contact-form {
    max-width: 500px;
    margin: 0 100px 0 auto;
    padding: 80px 0 35px;
    position: relative;
}

@media (max-width: 1199px) {
    .contact-section .contact-form {
        max-width: 400px;
    }
}

@media (max-width: 991px) {
    .contact-section .contact-form {
        max-width: 720px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .contact-section .contact-form {
        max-width: 100%;
        margin: 0 auto;
        padding: 70px 15px 25px;
    }
}

.contact-section .contact-form form>div {
    margin-bottom: 45px;
}

.contact-section .contact-form input,
.contact-section .contact-form textarea {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-size: calc(16);
    background: transparent;
    height: 50px;
    padding: 0 0 8px;
    border: 0;
    border-bottom: 1px solid #d4d4d4;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-section .contact-form input:foucs,
.contact-section .contact-form textarea:foucs {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 767px) {
    .contact-section .contact-form input,
    .contact-section .contact-form textarea {
        font-size: 15px;
        font-size: calc(15);
    }
}

.contact-section .contact-form textarea {
    height: 150px;
}

.contact-section .contact-form .submit-btn-wrapper {
    margin-bottom: 0;
}

.contact-section .contact-info {
    background: #ffbd34;
    padding: 55px 45px;
    position: absolute;
    left: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .contact-section .contact-info {
        position: static;
        left: auto;
        top: auto;
        padding: 35px 20px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.contact-section .contact-info ul {
    list-style: none;
}

.contact-section .contact-info ul li {
    position: relative;
    padding-left: 35px;
    font-size: 18px;
    font-size: 1.2rem;
    color: #06163a;
    line-height: 1.8em;
}

@media (max-width: 767px) {
    .contact-section .contact-info ul li {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

.contact-section .contact-info ul li i {
    position: absolute;
    left: 0;
    top: 5px;
}

.contact-section .contact-info ul>li+li {
    margin-top: 20px;
}


/*--------------------------------------------------------------
#1.5	recent-blog-section
--------------------------------------------------------------*/

.recent-blog-section .blog-grids .grid {
    /*width: 33.33%;*/
    float: left;
    position: relative;
    width: 25%;
}

@media (max-width: 991px) {
    .recent-blog-section .blog-grids .grid {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .recent-blog-section .blog-grids .grid {
        width: 100%;
        float: none;
    }
}

.recent-blog-section .blog-grids .details {
    background-color: #fff;
    padding: 20px 15px;
    -webkit-box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.03);
}

@media (max-width: 767px) {
    .recent-blog-section .blog-grids .details {
        padding: 15px;
    }
}

.recent-blog-section .blog-grids .date {
    background-color: rgba(255, 189, 52, 0.6);
    padding: 10px;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 30px;
}

@media (max-width: 767px) {
    .recent-blog-section .blog-grids .date {
        padding: 10px 20px;
        right: 20px;
        top: 20px;
    }
}

.recent-blog-section .blog-grids .date p {
    font-size: 20px;
    font-size: 1.33333rem;
    color: #fff;
    line-height: normal;
    margin: 0;
}

.recent-blog-section .blog-grids .date p span {
    text-transform: uppercase;
    display: block;
    margin-top: 5px;
}

.recent-blog-section .blog-grids .details h3 {
    font-size: 22px;
    font-size: 1.46667rem;
    font-weight: 400;
    margin: 0 0 0.5em;
    line-height: 1.5em;
}

@media (max-width: 991px) {
    .recent-blog-section .blog-grids .details h3 {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

.recent-blog-section .blog-grids .details h3 a {
    color: #06163a;
}

.recent-blog-section .blog-grids .details h3 a:hover {
    color: #ffbd34;
}

.recent-blog-section .meta ul {
    list-style: none;
    overflow: hidden;
}

.recent-blog-section .meta ul li {
    color: #afafaf;
    float: left;
}

.recent-blog-section .meta li a {
    font-weight: normal;
    color: #696969;
}

.recent-blog-section .meta li a:hover {
    color: #ffbd34;
}

.recent-blog-section .meta ul>li+li {
    margin-left: 13px;
    position: relative;
}

.recent-blog-section .meta ul>li+li:before {
    content: "|";
    position: absolute;
    left: -8px;
    top: 0;
}


/*--------------------------------------------------------------
#1.6	cta-s2-section
--------------------------------------------------------------*/

.cta-s2-section {
    background: url("../Images/cta-bg.jpg") center center/cover no-repeat fixed;
    position: relative;
    padding: 30px 0;
}

@media (max-width: 767px) {
    .cta-s2-section {
        text-align: center;
        padding: 45px 0;
    }
}

.cta-s2-section:before {
    content: "";
    background-color: rgba(255, 189, 52, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.cta-s2-section h3 {
    font-size: 30px;
    font-size: 2rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.4em;
}

@media (max-width: 991px) {
    .cta-s2-section h3 {
        font-size: 22px;
        font-size: 1.46667rem;
    }
}

@media (max-width: 767px) {
    .cta-s2-section h3 {
        margin-bottom: 1.2em;
    }
}

.cta-s2-section .contact-btn {
    text-align: right;
}

@media (max-width: 767px) {
    .cta-s2-section .contact-btn {
        text-align: center;
    }
}


/*--------------------------------------------------------------
#2.2	about-section-s2
--------------------------------------------------------------*/

.about-section-s2 {
    background: url("../Images/about-s2-bg.jpg") center center/cover no-repeat local;
}

@media (max-width: 1199px) {
    .about-section-s2 .grid {
        background-color: rgba(255, 255, 255, 0.8);
        padding: 35px;
        border: 1px solid #f1f1f1;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .about-section-s2 .grid {
        padding: 30px 25px;
    }
}

.about-section-s2 .more-about {
    margin-top: 15px;
    line-height: 1em;
}

@media (max-width: 1199px) {
    .about-section-s2 .more-about {
        margin-top: 50px;
    }
}


/*--------------------------------------------------------------
#2.3	cta-section-s2
--------------------------------------------------------------*/

.cta-section-s2 {
    background: url("../Images/cta-bg-s2.jpg") center center/cover no-repeat fixed;
    position: relative;
}

.cta-section-s2:before {
    content: "";
    background-color: rgba(10, 23, 43, 0.92);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


/*--------------------------------------------------------------
	#home style 3
--------------------------------------------------------------*/

@media (max-width: 991px) {
    .about-section-s3 .about-features,
    .about-pg-features-grids .about-features {
        margin: 0 -22px;
    }
}

.about-section-s3 .grid,
.about-pg-features-grids .grid {
    width: 25%;
    float: left;
    padding-right: 45px;
    margin-bottom: 45px;
}

@media (max-width: 991px) {
    .about-section-s3 .grid,
    .about-pg-features-grids .grid {
        width: 50%;
        padding: 0 22px;
    }
}

@media (max-width: 767px) {
    .about-section-s3 .grid,
    .about-pg-features-grids .grid {
        padding: 0 22px;
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .about-section-s3 .grid,
    .about-pg-features-grids .grid {
        width: 100%;
        float: none;
    }
}

.about-section-s3 .grid .fi:before,
.about-pg-features-grids .grid .fi:before {
    font-size: 50px;
    font-size: 3.33333rem;
    color: #ffbd34;
}

@media (max-width: 767px) {
    .about-section-s3 .grid .fi:before,
    .about-pg-features-grids .grid .fi:before {
        font-size: 40px;
        font-size: 2.66667rem;
    }
}

.about-section-s3 .details,
.about-pg-features-grids .details {
    position: relative;
    margin-top: -15px;
}

.about-section-s3 .details .count,
.about-pg-features-grids .details .count {
    font-family: "Oswald", sans-serif;
    font-size: 72px;
    font-size: 4.8rem;
    color: #f0f0f0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    .about-section-s3 .details .count,
    .about-pg-features-grids .details .count {
        font-size: 62px;
        font-size: 4.13333rem;
    }
}

.about-section-s3 .details h3,
.about-pg-features-grids .details h3 {
    font-size: 20px;
    font-size: 1.33333rem;
    font-weight: 500;
    margin: 0 0 0.8em;
    padding: 2.6em 0 0;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .about-section-s3 .details h3,
    .about-pg-features-grids .details h3 {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.about-section-s3 .details p,
.about-pg-features-grids .details p {
    margin: 0;
}

.about-section-s3 .more-about,
.about-pg-features-grids .more-about {
    margin-top: 15px;
    line-height: 0.5em;
}

@media (max-width: 1199px) {
    .about-section-s3 .more-about,
    .about-pg-features-grids .more-about {
        margin-top: 20px;
    }
}

.about-section-s3 .more-about a,
.about-pg-features-grids .more-about a {
    font-weight: 500;
    color: #ffbd34;
    text-transform: uppercase;
}

.about-section-s3 .more-about a i,
.about-pg-features-grids .more-about a i {
    display: inline-block;
    padding: 0 0 0 3px;
}

.about-section-s3 .more-about a:hover,
.about-pg-features-grids .more-about a:hover {
    color: #ffac01;
}

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

@media (max-width: 767px) {
    .contact-pg-section form,
    .contact-pg-section-s2 form {
        margin: 0 0 0 -15px;
    }
}

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

@media (max-width: 600px) {
    .contact-pg-section form .half-col,
    .contact-pg-section-s2 form .half-col {
        width: 100%;
        float: left;
    }
}

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

@media (max-width: 767px) {
    .contact-pg-section form div,
    .contact-pg-section-s2 form div {
        padding: 0 0 15px 15px;
    }
}

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

.contact-pg-section form input,
.contact-pg-section-s2 form input,
.contact-pg-section form textarea,
.contact-pg-section-s2 form textarea {
    background-color: #f8f8f8;
    height: 55px;
    padding: 6px 15px;
    border: 2px solid #f8f8f8;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 767px) {
    .contact-pg-section form input,
    .contact-pg-section-s2 form input,
    .contact-pg-section form textarea,
    .contact-pg-section-s2 form textarea {
        height: 45px;
    }
}

.contact-pg-section form input:focus,
.contact-pg-section-s2 form input:focus,
.contact-pg-section form textarea:focus,
.contact-pg-section-s2 form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ffbd34;
}

.contact-pg-section form textarea,
.contact-pg-section-s2 form textarea {
    height: 200px;
    padding: 15px;
}

@media screen and (min-width: 1200px) {
    .contact-pg-section .info-box-outer,
    .contact-pg-section-s2 .info-box-outer {
        padding-left: 30px;
    }
}

@media (max-width: 1199px) {
    .contact-pg-section .info-box-outer,
    .contact-pg-section-s2 .info-box-outer {
        margin-top: 53px;
    }
}

@media (max-width: 991px) {
    .contact-pg-section .info-box-outer,
    .contact-pg-section-s2 .info-box-outer {
        margin-top: 43px;
    }
}

@media (max-width: 767px) {
    .contact-pg-section .info-box-outer,
    .contact-pg-section-s2 .info-box-outer {
        margin-top: 45px;
    }
}

.contact-pg-section .info-box,
.contact-pg-section-s2 .info-box {
    border: 1px solid #efeeee;
}

.contact-pg-section .info-box .grid,
.contact-pg-section-s2 .info-box .grid {
    padding: 30px 38px;
}

@media (max-width: 991px) {
    .contact-pg-section .info-box .grid,
    .contact-pg-section-s2 .info-box .grid {
        padding: 25px 20px;
    }
}

.contact-pg-section .info-box>.grid:last-child,
.contact-pg-section-s2 .info-box>.grid:last-child {
    padding: 15px 38px;
}

@media (max-width: 767px) {
    .contact-pg-section .info-box>.grid:last-child,
    .contact-pg-section-s2 .info-box>.grid:last-child {
        padding: 15px 20px;
    }
}

.contact-pg-section .info-box>.grid+.grid,
.contact-pg-section-s2 .info-box>.grid+.grid {
    border-top: 1px solid #efeeee;
}

.contact-pg-section .info-box h3,
.contact-pg-section-s2 .info-box h3 {
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0 0 0.35em;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .contact-pg-section .info-box h3,
    .contact-pg-section-s2 .info-box h3 {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

.contact-pg-section .info-box p,
.contact-pg-section-s2 .info-box p {
    font-size: 18px;
    font-size: 1.2rem;
    margin: 0;
}

.contact-pg-section .contact-map,
.contact-pg-section-s2 .contact-map {
    height: 450px;
    margin-top: 100px;
}

@media screen and (min-width: 1200px) {
    .contact-pg-section .contact-map,
    .contact-pg-section-s2 .contact-map {
        margin-top: 58px;
    }
}

@media (max-width: 991px) {
    .contact-pg-section .contact-map,
    .contact-pg-section-s2 .contact-map {
        margin-top: 90px;
    }
}

@media (max-width: 767px) {
    .contact-pg-section .contact-map,
    .contact-pg-section-s2 .contact-map {
        height: 350px;
        margin-top: 80px;
    }
}

.contact-pg-section .contact-map iframe,
.contact-pg-section-s2 .contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}


/*--------------------------------------------------------------
	#contact s2 page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#13.1	contact-pg-section-s2
--------------------------------------------------------------*/

.contact-pg-section-s2 .info-box-outer {
    padding-left: 0;
    margin-top: 55px;
}

@media (max-width: 991px) {
    .contact-pg-section-s2 .info-box-outer {
        margin-top: 45px;
    }
}

@media (max-width: 767px) {
    .contact-pg-section-s2 .info-box-outer {
        margin-top: 55px;
    }
}

.contact-pg-section-s2 .contact-map {
    margin-top: 100px;
}

@media (max-width: 991px) {
    .contact-pg-section-s2 .contact-map {
        margin-top: 90px;
    }
}

@media (max-width: 767px) {
    .contact-pg-section-s2 .contact-map {
        height: 350px;
        margin-top: 80px;
    }
}


/*--------------------------------------------------------------
	#blog page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#14.1	blog-pg-section
--------------------------------------------------------------*/

@media screen and (min-width: 992px) {
    .blog-pg-section .blog-content {
        padding-right: 20px;
    }
}

.blog-pg-section .post {
    position: relative;
}

.blog-pg-section .blog-content>.post+.post {
    margin-top: 30px;
}

.blog-pg-section .post h3 {
    font-size: 30px;
    font-size: 2rem;
    line-height: 1.5em;
    margin: 0 0 1em;
}

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

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

.blog-pg-section .post h3 a {
    color: #06163a;
    display: inline-block;
}

.blog-pg-section .post h3 a:hover {
    color: #ffbd34;
}

.blog-pg-section .post .meta {
    background-color: #f8f8f8;
    display: inline-block;
    list-style: none;
    padding: 5px 10px;
    line-height: 1.6;
}

.blog-pg-section .post .meta li {
    float: left;
    color: #838383;
    position: relative;
}

@media (max-width: 767px) {
    .blog-pg-section .post .meta li {
        font-size: 14px;
    }
}

.blog-pg-section .post .meta>li+li {
    padding-left: 15px;
    margin-left: 15px;
}

@media (max-width: 767px) {
    .blog-pg-section .post .meta>li+li {
        padding-left: 10px;
        margin-left: 10px;
    }
}

.blog-pg-section .post .meta>li+li:before {
    content: "|";
    position: absolute;
    left: 0;
    top: 0;
}

.blog-pg-section .post .meta a {
    color: #06163a;
    font-weight: normal;
}

.blog-pg-section .post .meta a:hover {
    color: #ffbd34;
}

.blog-pg-section .entry-details {
    margin-top: 20px;
}

.blog-pg-section .entry-details p {
    font-size: 16px;
    line-height: 1.5;
    color: #838383;
    margin: 0;
}

.blog-pg-section .entry-details .read-more {
    font-weight: 500;
    color: #ffbd34;
    text-transform: uppercase;
}

.blog-pg-section .post-slider {
    position: relative;
}

.blog-pg-section .post-slider .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%);
}

.blog-pg-section .post-slider .owl-controls .owl-nav [class*=owl-] {
    background: rgba(255, 189, 52, 0.8);
    width: 30px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.blog-pg-section .post-slider .owl-controls .owl-nav .owl-prev,
.blog-pg-section .post-slider .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%);
}

.blog-pg-section .post-slider .owl-controls .owl-nav .owl-prev {
    left: 0;
}

.blog-pg-section .post-slider .owl-controls .owl-nav .owl-next {
    right: 0;
}

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

.blog-pg-section .video-post .video-holder:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 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;
}

.blog-pg-section .video-post .video-holder:hover:before {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-pg-section .video-post .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%);
}

.blog-pg-section .video-post .video-holder .fi {
    padding-left: 8px;
}

.blog-pg-section .video-post .video-holder .fi:before {
    font-size: 80px;
    font-size: 5.33333rem;
    color: #ffbd34;
}

@media (max-width: 767px) {
    .blog-pg-section .video-post .video-holder .fi:before {
        font-size: 60px;
        font-size: 4rem;
    }
}

.blog-pg-section .quote-post {
    background-color: #f1f1f1;
    padding: 45px;
}

@media (max-width: 767px) {
    .blog-pg-section .quote-post {
        padding: 35px 25px;
    }
}

.blog-pg-section .quote-post .quote-icon {
    position: absolute;
    right: 25px;
    top: 25px;
}

.blog-pg-section .quote-post .fi:before {
    font-size: 45px;
    font-size: 3rem;
    color: rgba(255, 189, 52, 0.5);
}

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

.blog-fullwidth-pg-section .blog-content {
    padding-right: 0;
}

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

.blog-single-section .post {
    position: relative;
}

.blog-single-section .post .entry-media {
    margin-bottom: 35px;
}

.blog-single-section .post h2 {
    font-size: 30px;
    font-size: 2rem;
    line-height: 1.5em;
    margin: 0 0 1em;
}

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

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

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

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

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

.blog-single-section .post .meta {
    background-color: #f8f8f8;
    display: inline-block;
    list-style: none;
    padding: 5px 15px;
    overflow: hidden;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .blog-single-section .post .meta {
        background: transparent;
        padding: 0;
    }
}

.blog-single-section .post .meta li {
    float: left;
    color: #838383;
    position: relative;
}

@media (max-width: 767px) {
    .blog-single-section .post .meta li {
        font-size: 13px;
        font-size: 0.86667rem;
    }
}

.blog-single-section .post .meta>li+li {
    padding-left: 15px;
    margin-left: 15px;
}

@media (max-width: 767px) {
    .blog-single-section .post .meta>li+li {
        padding-left: 10px;
        margin-left: 10px;
    }
}

.blog-single-section .post .meta>li+li:before {
    content: "|";
    position: absolute;
    left: 0;
    top: 0;
}

.blog-single-section .post .meta a {
    color: #06163a;
    font-weight: normal;
}

.blog-single-section .post .meta a:hover {
    color: #ffbd34;
}

.blog-single-section .entry-details {
    margin-top: 20px;
}

.blog-single-section .entry-details p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 20px;
}

.blog-single-section .entry-details blockquote {
    background-color: #ffde9a;
    font-size: 20px;
    font-size: 1.33333rem;
    color: #838383;
    line-height: 1.9em;
    padding: 30px 25px;
    margin: 50px 0;
    border-color: #ffce67;
}

@media (max-width: 767px) {
    .blog-single-section .entry-details blockquote {
        font-size: 18px;
        padding: 25px 20px;
    }
}

.blog-single-section .tag-share {
    min-height: 59px;
    border-top: 1px solid #ebebf1;
    border-bottom: 1px solid #ebebf1;
    margin: 60px 0 70px;
    overflow: hidden;
}

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

@media (max-width: 767px) {
    .blog-single-section .tag-share {
        border-right: 1px solid #ebebf1;
    }
}

.blog-single-section .tag-share .tag,
.blog-single-section .tag-share .share {
    min-height: 59px;
    line-height: 59px;
    display: inline-block;
    padding-left: 80px;
    position: relative;
}

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

.blog-single-section .tag-share .tag>i,
.blog-single-section .tag-share .share>i {
    background: #ebebf1;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

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

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

.blog-single-section .tag-share .tag a {
    font-size: 17px;
    font-size: 1.13333rem;
    color: #848484;
}

.blog-single-section .tag-share .tag a:hover {
    color: #ffbd34;
}

.blog-single-section .tag-share .tag ul li {
    padding-right: 5px;
    position: relative;
}

.blog-single-section .tag-share .tag ul li:after {
    content: ",";
    position: absolute;
    right: 0;
    bottom: 0;
}

.blog-single-section .tag-share .tag ul li:last-child:after {
    display: none;
}

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

.blog-single-section .tag-share .share {
    float: right;
}

@media (max-width: 767px) {
    .blog-single-section .tag-share .share {
        float: none;
        border-top: 1px solid #ebebf1;
        margin-top: 1px;
    }
}

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

.blog-single-section .tag-share .share a {
    color: #848484;
}

.blog-single-section .tag-share .share a:hover {
    color: #ffbd34;
}

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

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

.blog-single-section .author-box {
    background-color: #f1f1f1;
    padding: 45px 50px;
    margin: 70px 0;
}

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

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

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

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

.blog-single-section .author-box .author-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

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

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

.blog-single-section .author-box .author-content p {
    font-size: 17px;
    font-size: 1.13333rem;
    margin-bottom: 20px;
}

.blog-single-section .author-box .author-name {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-size: 1.6rem;
    display: inline-block;
    margin-bottom: 10px;
    color: #06163a;
}

@media (max-width: 991px) {
    .blog-single-section .author-box .author-name {
        font-size: 22px;
        font-size: 1.46667rem;
    }
}

@media screen and (min-width: 992px) {
    .blog-single-with-left-sidebar .blog-content {
        padding-right: 0;
        padding-left: 20px;
    }
}

.blog-fullwidth-single-section .blog-content {
    padding-right: 0;
    margin-bottom: 20px;
}


/*--------------------------------------------------------------
	#404 page
----------------------------------------------------------------*/


/*--------------------------------------------------------------
#16.1 	error-404-section
----------------------------------------------------------------*/

@media screen and (min-width: 1200px) {
    .error-404-section .content {
        padding-right: 350px;
    }
}

@media (max-width: 767px) {
    .error-404-section .content {
        text-align: center;
    }
}

.error-404-section .content .tit1 {
    font-size: 100px;
    font-size: 6.66667rem;
    color: #ffbd34;
    margin: 0 0 0.2em;
}

.error-404-section .content .tit2 {
    font-size: 24px;
    font-size: 1.6rem;
    color: #ffbd34;
    margin: 0 0 1.5em;
}

.error-404-section .content p {
    font-size: 18px;
    font-size: 1.2rem;
    margin: 0 0 2em;
}

.error-404-section .content .icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .error-404-section .content .icon {
        display: none;
    }
}

.error-404-section .content .icon i {
    font-size: 150px;
    font-size: 10rem;
    color: #ffbd34;
    opacity: 0.2;
}


/*--------------------------------------------------------------
	#about page
----------------------------------------------------------------*/


/*--------------------------------------------------------------
#17.1 	about-pg-section
----------------------------------------------------------------*/

.about-pg-section {
    padding-bottom: 75px;
}

@media (max-width: 991px) {
    .about-pg-section {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .about-pg-section {
        padding-bottom: 50px;
    }
}

.about-pg-section .about-text h2 {
    font-size: 36px;
    font-size: 2.4rem;
    line-height: 1.3em;
    margin: -0.27em 0 0.8em;
}

@media (max-width: 991px) {
    .about-pg-section .about-text h2 {
        font-size: 30px;
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .about-pg-section .about-text h2 {
        font-size: 25px;
        font-size: 1.66667rem;
    }
}

.about-pg-section .about-text .info {
    margin-top: 35px;
}

.about-pg-section .about-text .info img {
    display: block;
    margin-bottom: 15px;
}

.about-pg-section .about-text .info h4 {
    margin: 0 0 0.7em;
}

.about-pg-section .about-text .info h4+span {
    color: #ffbd34;
}

.about-pg-section .about-pic-video {
    overflow: hidden;
}

@media (max-width: 991px) {
    .about-pg-section .about-pic-video {
        margin-top: 60px;
    }
}

.about-pg-section .about-pic-video>div {
    width: calc(50% - 20px);
    float: left;
}

.about-pg-section .about-pic-video .ceo-holder {
    margin-right: 10px;
    position: relative;
}

.about-pg-section .about-pic-video .ceo-holder:before {
    content: "";
    background: #ffbd34;
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.about-pg-section .about-pic-video .video-holder {
    margin-left: 10px;
    position: relative;
}

.about-pg-section .about-pic-video .video-holder .fi:before {
    font-size: 60px;
    font-size: 4rem;
    color: #ffbd34;
}

.about-pg-section .about-pic-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%);
}

.about-pg-section .experience-text {
    text-align: center;
    margin: 45px 0 80px;
}

@media (max-width: 991px) {
    .about-pg-section .experience-text {
        margin: 45px 0 60px;
    }
}

.about-pg-section .experience-text h2 {
    font-size: 60px;
    font-size: 4rem;
    margin: 0;
}

@media (max-width: 991px) {
    .about-pg-section .experience-text h2 {
        font-size: 45px;
        font-size: 3rem;
    }
}

@media (max-width: 767px) {
    .about-pg-section .experience-text h2 {
        font-size: 30px;
        font-size: 2rem;
    }
}

.about-pg-section .experience-text h2 span {
    display: inline-block;
    border: 5px solid #ffbd34;
    padding: 15px 20px 20px;
}

@media (max-width: 767px) {
    .about-pg-section .experience-text h2 span {
        padding: 15px 8px 20px;
    }
}

@media (max-width: 991px) {
    .about-pg-section .mission-vission>.col+.col {
        margin-top: 40px;
    }
}

.about-pg-section .mission-vission h3 {
    font-size: 30px;
    font-size: 2rem;
    margin: 0 0 0.6em;
}

@media (max-width: 991px) {
    .about-pg-section .mission-vission h3 {
        font-size: 25px;
        font-size: 1.66667rem;
    }
}

@media (max-width: 767px) {
    .about-pg-section .mission-vission h3 {
        font-size: 22px;
        font-size: 1.46667rem;
    }
}


/*--------------------------------------------------------------
#17.3 	about-pg-history
----------------------------------------------------------------*/

.about-pg-history {
    padding-bottom: 20px;
    min-height: 380px;
}

@media (max-width: 991px) {
    .about-pg-history {
        padding-bottom: 30px;
    }
}

.about-pg-history .history-grids .grid {
    width: calc(50% - 70px);
    float: left;
    padding: 0 0 0 50px;
    margin-bottom: 80px;
    position: relative;
}

@media (max-width: 991px) {
    .about-pg-history .history-grids .grid {
        width: calc(50% - 10px);
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .about-pg-history .history-grids .grid {
        width: 100%;
        margin-bottom: 50px;
    }
}

.about-pg-history .history-grids .grid:before {
    content: "";
    background-color: #dcdcdc;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.about-pg-history .history-grids .grid:after {
    content: "";
    background-color: #ffbd34;
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: -6px;
    top: 32px;
}

.about-pg-history .history-grids .grid:nth-child(odd) {
    width: calc(50% + 70px);
    padding-right: 150px;
}

@media (max-width: 991px) {
    .about-pg-history .history-grids .grid:nth-child(odd) {
        width: calc(50% + 10px);
        padding-right: 35px;
    }
}

@media (max-width: 767px) {
    .about-pg-history .history-grids .grid:nth-child(odd) {
        width: 100%;
    }
}

.about-pg-history .history-grids .date {
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 500;
    color: #ffbd34;
}

.about-pg-history .history-grids .grid h3 {
    font-size: 18px;
    font-size: calc(18);
    margin: 0.5em 0 1em;
    position: relative;
    text-transform: uppercase;
}

.about-pg-history .history-grids .grid h3:before {
    content: "";
    background-color: #dcdcdc;
    width: 33px;
    height: 1px;
    position: absolute;
    left: -50px;
    top: 7px;
}


/*--------------------------------------------------------------
#17.4 	team-section
----------------------------------------------------------------*/

.team-section {
    padding-bottom: 70px;
}

@media (max-width: 991px) {
    .team-section {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .team-section {
        padding-bottom: 50px;
    }
}

.team-section .team-grids .grid {
    width: calc(25% - 1px);
    float: left;
    margin: 0 1px 30px 0;
}

@media (max-width: 991px) {
    .team-section .team-grids .grid {
        width: calc(50% - 1px);
    }
}

@media (max-width: 500px) {
    .team-section .team-grids .grid {
        width: calc(100% - 1px);
        float: none;
    }
}

.team-section .grid .details {
    padding: 30px;
    -webkit-box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.03);
}

@media (max-width: 767px) {
    .team-section .grid .details {
        padding: 20px;
    }
}

.team-section .grid .details h3 {
    font-size: 20px;
    font-size: 1.33333rem;
    margin: 0 0 0.4em;
}

@media (max-width: 767px) {
    .team-section .grid .details h3 {
        font-size: 18px;
        font-size: 1.2rem;
    }
    .footer-hide {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box!important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}

.team-section .grid .details h3+span {
    color: #ffbd34;
}

.text-limit-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.logo-style {
    padding-left: 5%;
    float: left;
}

.navbar-sty {
    border-right: 0!important;
    margin: 0!important;
    padding: 0!important;
}

@media (min-width: 991px) {
    .nav-991-sty {
        width: 20% !important;
        margin-top: 2%;
    }
}

@media (max-width: 767px) {
    .img-height {
        height: 300px!important;
    }
}
.globalStyle {
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}


.insignificantStyle {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}


.globeStyle {
    overflow: hidden;
    position: absolute;
    max-height: 1px;
}

