/* Globex HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two / Style Three
5. Banner Section / Two
6. Featured Section
7. Services Section
8. Call To Action Section
9. Cases Section
10. Sponsors Section
11. Testimonial Section
12. Technology Section
13. Team Section / Two
14. News Section / Two
15. Main Footer / Two
16. Experianced Section
17. Counter Section
18. About Section
19. Process Section
20. Technology Section
21. Appointment Section
22. Fluid Section
23. Pricing Section
24. Info Section
25. Page Title Section
26. Faq Section
27. Coming Soon Section
28. Services Detail Section
29. Project Detail Section
30. Shop Section
31. Cart Section
32. Checkout Section
33. Not Found
34. Login / SignUp Section
35. Blog Sidebar
36. Contact Info Section
37. Map Section
38. Contact Form Section

**********************************************/


/*** 

====================================================================
    Reset
====================================================================

 ***/

* {
    margin: 0;
    padding: 0;

    border: none;
    outline: none;
}

/*** 

====================================================================
    Global Settings
====================================================================

 ***/

body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;

    color: #333;
    background: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper {
    padding: 0 50px 0;
}

a {
    cursor: pointer;
    text-decoration: none;

    color: #385486;
}

button,
a:hover,
a:focus,
a:visited {
    text-decoration: none;

    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.3em;

    position: relative;

    margin: 0;

    background: none;
}



textarea {
    overflow: hidden;
}

p {
    line-height: 1.8em;

    position: relative;
}

/* Typography */

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

.auto-container {
    position: static;

    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.container-header {
    position: static;

    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}


.medium-container {
    max-width: 850px;
}

.page-wrapper {
    position: relative;

    overflow: hidden;

    width: 100%;
    min-width: 300px;
    margin: 0 auto;
}

ul,
li {
    margin: 0;
    padding: 0;

    list-style: none;
}

img {
    display: inline-block;

    max-width: 100%;
}

.theme-btn {
    display: inline-block;

    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.centered {
    text-align: center;
}

/***

====================================================================
    Scroll To Top style
====================================================================

***/

.scroll-to-top {
    font-size: 13px;
    line-height: 38px;

    position: fixed;
    z-index: 100;
    right: 15px;
    bottom: 15px;

    display: none;

    width: 40px;
    height: 40px;

    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    text-transform: uppercase;

    color: #385486;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.scroll-to-top:hover {
    color: #fff;
    background: #385486;
}

/* List Style One */

.list-style-one {
    position: relative;
}

.list-style-one li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;

    position: relative;

    margin-bottom: 20px;
    padding-left: 30px;

    color: #fff;
}

.list-style-one li .icon {
    font-size: 18px;
    font-weight: 300;
    line-height: 1em;

    position: absolute;
    top: 5px;
    left: 0;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #385486;
}

/* List Style Two */

.list-style-two {
    position: relative;
}

.list-style-two li {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6em;

    position: relative;

    margin-bottom: 10px;
    padding-left: 30px;

    color: #333;
}

.list-style-two li:before {
    font-family: 'FontAwesome';
    font-size: 15px;
    font-weight: 600;
    line-height: 1em;

    position: absolute;
    top: 5px;
    left: 0;

    content: '\f004';
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #385486;
}

/*Btn Style One*/

.btn-style-one {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;

    position: relative;

    display: inline-block;
    overflow: hidden;
    overflow: hidden;

    padding: 11px 30px;

    text-transform: capitalize;

    color: #fff;
    border-radius: 3px;
    background-color: #385486;
}

.btn-style-one:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 92%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    transform: skewX(-25deg);

    opacity: 1;
    background-color: #132144;
}

.btn-style-one .txt {
    position: relative;
    z-index: 1;
}

.btn-style-one:hover::before {
    left: 0;

    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-one:hover {
    color: #fff;
    border-color: #00e49a;
}

/* Btn Style Two */

.btn-style-two {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;

    position: relative;

    display: inline-block;
    overflow: hidden;
    overflow: hidden;

    padding: 12px 40px;

    text-transform: capitalize;

    color: #fff;
    border-radius: 3px;
    background-color: #141d38;
}

.btn-style-two:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 92%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    transform: skewX(-25deg);

    opacity: 1;
    background-color: #fff;
}

.btn-style-two .txt {
    position: relative;
    z-index: 1;
}

.btn-style-two:hover::before {
    left: 0;

    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-two:hover {
    color: #141d38;
}

/* Btn Style Three */

.btn-style-three {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;

    position: relative;

    display: inline-block;
    overflow: hidden;
    overflow: hidden;

    margin-top: 70px;
    padding: 12px 50px;

    text-transform: capitalize;

    color: #fff;
    border-radius: 3px;
    background-color: #1c2c52;
}

.btn-style-three:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 92%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    transform: skewX(-25deg);

    opacity: 1;
    background-color: #385486;
}

.btn-style-three .txt {
    position: relative;
    z-index: 1;
}

.btn-style-three:hover::before {
    left: 0;

    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-three:hover {
    color: #fff;
}

/* Social Icon One */

.social-icon-one {
    position: relative;

    display: block;
}

.social-icon-one .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;

    position: relative;

    margin-right: 15px;

    color: #fff;
}

.social-icon-one li {
    font-size: 16px;
    line-height: 24px;

    position: relative;

    display: inline-block;

    margin-right: 22px;

    color: #fff;
}

.social-icon-one li:last-child {
    margin-right: 0;
}

.social-icon-one li a {
    font-size: 16px;
    line-height: 24px;

    position: relative;

    display: block;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #fff;
}

.social-icon-one li a:hover {
    color: #385486;
}

.theme_color {
    color: #385486;
}

.preloader {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: #fff;
    background-image: url(../images/icons/preloader.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80px;
}

img {
    display: inline-block;

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

/*** 

====================================================================
    Section Title
====================================================================

***/

.sec-title {
    position: relative;

    margin-bottom: 55px;
}

.sec-title .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;

    position: relative;

    text-transform: uppercase;

    color: #385486;
}

.sec-title h2 {
    position: relative;

    margin-top: 15px;

    color: #141d38;
}

.sec-title .text {
    position: relative;

    margin-top: 18px;
}

.sec-title.light .text,
.sec-title.light .title,
.sec-title.light h2 {
    color: #fff;
}

.sec-title.centered {
    text-align: center !important;
}

/*** 

====================================================================
    Main Header style
====================================================================

***/

.main-header {
    position: relative;
    z-index: 99;

    width: 100%;
}

/* Header Top */

.main-header .header-top {
    position: relative;

    padding: 14px 0;

    background-color: #141d38;
}

.main-header .header-top .top-left {
    position: relative;

    float: left;
}

.main-header .header-top .info-list {
    position: relative;
}

.main-header .header-top .info-list li {
    font-size: 16px;

    position: relative;

    display: inline-block;

    margin-right: 30px;

    color: #fff;
}

.main-header .header-top .info-list li:last-child {
    margin-right: 0;
}

.main-header .header-top .info-list li .icon {
    position: absolute;
    top: 0;
    left: 0;

    color: #fff;
}

.main-header .header-top .info-list li a {
    position: relative;

    padding-left: 28px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #fff;
}

.main-header .header-top .info-list li a:hover {
    color: #385486;
}

.main-header .header-top .top-right {
    position: relative;
    display: flex;
    align-items: center;
}

.bvi-widget,
.bvi-shortcode {
    padding: 0 !important;
}

.glass {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #fff;
}


.main-header .header-top .top-right .social-box {
    position: relative;
}

.main-header .header-top .top-right .social-box li {
    position: relative;

    display: inline-block;

    margin-left: 18px;
}

.main-header .header-top .top-right .social-box li a {
    font-size: 16px;

    position: relative;

    color: #fff;
}

/* Header Top Two */

.header-top-two {
    position: relative;

    padding: 14px 0;

    background-color: #385486;
}

.header-top-two .outer-container {
    position: relative;

    padding: 0 30px;
}

.header-top-two .top-left {
    position: relative;

    float: left;
}

.header-top-two .info-list {
    position: relative;

    float: left;
}

.header-top-two .info-list li {
    font-size: 15px;
    font-weight: 600;

    position: relative;

    display: inline-block;

    margin-right: 20px;

    color: #fff;
}

.header-top-two .info-list li strong {
    font-weight: 700;
}

.header-top-two .info-list li strong a {
    padding-left: 8px;
}

.header-top-two .info-list li:last-child {
    margin-right: 0;
}

.header-top-two .info-list li .icon {
    position: absolute;
    top: -3px;
    left: 0;

    color: #fff;
}

.header-top-two .info-list li a {
    position: relative;

    padding-left: 28px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #fff;
}

.header-top-two .info-list li a:hover {
    color: #222;
}

.header-top-two .top-right {
    position: relative;
    display: flex;
    align-items: center;
}



.header-top-two .top-right .social-box {
    position: relative;

    float: left;

    margin-left: 10px;
}

.header-top-two .top-right .social-box li {
    position: relative;

    display: inline-block;

    margin-left: 18px;
}

.header-top-two .top-right .social-box li a {
    font-size: 16px;

    position: relative;

    color: #fff;
}

.main-header .main-box {
    position: relative;
    top: 0;
    left: 0;

    width: 100%;
    padding: 0 0;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    background: none;
}

.main-header .main-box .outer-container {
    position: relative;

    padding: 0 40px;
}

.main-header .main-box .logo-box {
    position: relative;
    z-index: 10;
    left: 0;

    float: left;

    padding: 30px 0;
}

.main-header .main-box .logo-box .logo img {
    display: inline-block;

    max-width: 100%;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-upper {
    position: relative;

    background-color: #fff;
}

.main-header .header-upper .upper-right {
    position: relative;

    padding-top: 22px;
}



.main-header .info-box {
    font-size: 15px;

    position: relative;
    z-index: 1;

    float: left;

    min-height: 56px;
    margin-left: 50px;
    padding: 0 0 10px 65px;

    text-align: left;

    color: #777;
}

.main-header .info-box .icon-box {
    font-size: 42px;
    line-height: 1em;
    line-height: 1em;

    position: absolute;
    top: 3px;
    left: 0;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #385486;
}

.main-header .info-box ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;

    position: relative;

    margin-bottom: 8px;

    text-transform: capitalize;

    color: #132144;
}

.main-header .info-box strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;

    position: relative;

    text-transform: capitalize;

    color: #132144;
}

.main-header .info-box:last-child {
    margin-left: 20px;
    padding-left: 0;
}



.main-header .header-upper .inner-container {
    position: relative;
}

.main-header .header-upper .outer-container {
    position: relative;

    padding: 0 30px;
}

.main-header .nav-outer {
    position: relative;

    float: right;
}

.main-header .header-upper .logo-box {
    position: relative;
    padding: 9px 0 0;
    position: absolute;
    top: -80px;
    left: 0;
    height: 165px !important;
    box-shadow: 10px 8px 11px -1px rgba(0,0,0,0.42);
}

.main-header .header-upper .logo-box .logo {
    position: relative;
    background-color: #fff;
    width: 310px;
    display: flex;
    align-items: center;
    height: 160px;
}

.main-header .outer-box {
    position: relative;

    display: flex;
    float: right;

    height: 100px;
    margin-left: 20px;
    padding: 15px 0 0 0;

    align-items: center;
}

.main-header .cart-box {
    font-size: 16px;

    position: relative;

    display: inline-block;
    float: left;

    margin-top: 16px;
    margin-right: 24px;

    color: #385486;
    background: none;
}

.main-header .cart-box .cart-box-btn {
    font-size: 24px;

    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #385486;
    background: none;
}

.main-header .cart-box .cart-box-btn:after {
    display: none;
}

.main-header .cart-box .cart-box-btn .total-cart {
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;

    position: absolute;
    top: -8px;
    right: -8px;

    width: 18px;
    height: 18px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #222;
}



.main-header .cart-product {
    position: relative;

    min-height: 90px;
    margin-bottom: 18px;

    border-bottom: 1px solid #e4e4e4;
}

.main-header .cart-product .inner {
    position: relative;

    min-height: 70px;
    padding-left: 90px;
}

.main-header .cart-product .inner .cross-icon {
    font-size: 16px;

    position: absolute;
    z-index: 1;
    top: -2px;
    right: 0;

    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    color: #263120;
}

.main-header .cart-product .inner .cross-icon:hover {
    color: #385486;
}

.main-header .cart-product .inner .image {
    position: absolute;
    top: 0;
    left: 0;

    width: 70px;
    height: 70px;
}

.main-header .cart-product .inner h4 {
    position: relative;

    margin: 0;

    letter-spacing: 1px;
    text-transform: capitalize;
}

.main-header .cart-product .inner h4 a {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #222;
}

.main-header .cart-product .inner h4 a:hover {
    color: #385486;
}

.main-header .cart-product .inner .quantity-text {
    font-size: 13px;
    font-weight: 300;

    position: relative;

    margin-bottom: 0;

    color: #666;
}

.main-header .cart-product .inner .price {
    font-size: 16px;
    font-weight: 700;

    position: relative;

    margin: 0;

    color: #222;
}

.main-header .cart-box .cart-panel {
    z-index: -1;
    right: 0 !important;
    left: auto !important;

    min-width: 300px;
    margin-top: 62px;
    padding: 20px 20px;

    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;

    border: 3px solid #385486;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
}

.main-header .cart-box .cart-panel .cart-total {
    font-size: 15px;
    font-weight: 400;

    text-align: center;
    text-transform: capitalize;

    color: #000;
}

.main-header .cart-box .cart-panel .cart-total span {
    font-size: 18px;
    font-weight: 800;
}

.main-header .cart-box .cart-panel .btns-boxed {
    position: relative;

    margin-top: 20px;

    text-align: center;
}

.main-header .cart-box .cart-panel .btns-boxed li {
    position: relative;

    display: inline-block;

    margin: 0 5px;
}

.main-header .cart-box .cart-panel .btns-boxed li a {
    font-size: 12px;
    font-weight: 500;

    position: relative;

    display: inline-block;

    padding: 10px 20px 8px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: uppercase;

    color: #fff;
    border: 1px solid #385486;
    border-radius: 2px;
    background-color: #385486;
}

.main-header .cart-box .cart-panel .btns-boxed li a:hover {
    color: #385486;
    background: none;
}

.main-header .cart-box .icon a {
    color: #999;
}

/* Search Box Outer */

.main-header .search-box-outer {
    position: relative;

    float: left;
}

.main-header .search-box-btn {
    font-size: 20px;
    line-height: 20px !important;

    position: relative;
    top: 0;

    display: block;
    float: left;

    margin-top: 0;

    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    color: #222;
    background: none;
}

.main-header .search-box-btn:after {
    display: none;
}

.main-header .search-box-outer .dropdown-menu {
    top: 49px !important;
    right: 0;
    left: auto !important;

    width: 280px;
    padding: 0;

    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;

    border-top: 3px solid #385486;
    border-radius: 0;
}

.main-header .btn-box {
    position: relative;

    float: left;

    margin-left: 30px;
}

/* Header Lower */

.main-header .header-lower .search-box {
    float: right;
}

.main-header .header-lower .search-box .form-group {
    position: relative;
    top: -1px;

    margin: 0;
}

.main-header .header-lower .search-box .form-group input[type='text'],
.main-header .header-lower .search-box .form-group input[type='search'] {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;

    position: relative;

    display: block;

    width: 200px;
    height: 74px;
    padding: 10px 50px 10px 25px;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    color: #222;
    border-radius: 0 50px 50px 0;
    background: none;
    background-color: #fff;
}

.main-header .header-lower .search-box .form-group button {
    font-size: 14px;
    font-weight: normal;
    line-height: 100%;

    position: absolute;
    top: 0;
    right: 0;

    display: inline-block;

    width: 45px;
    height: 74px;

    cursor: pointer;
    text-align: left;

    color: #000048;
    background: none;
}

/* Main Menu */

.main-menu {
    position: relative;

    float: left;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


.main-menu .navbar-collapse {
    display: block !important;
    float: left;

    padding: 0;
}

.main-menu .navigation {
    position: relative;

    margin: 0;
}

.main-menu .navigation>li {
    position: relative;

    float: left;

    margin-right: 19px;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0;
}

.sticky-header .main-menu .navigation>li>a {
    color: #444 !important;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a {
    color: #385486;
    background-color: inherit !important;
}

.sticky-header .nav-outer .options-box {
    margin-top: 45px;
}

/*Sticky Header*/

.sticky-header {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    padding: 0 0;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    opacity: 0;
    border-bottom: 1px solid #e8f1f7;
    background: #fff;
}

.sticky-header .logo {
    padding: 0 0 0;
}

.fixed-header .sticky-header {
    z-index: 999;

    visibility: visible;

    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -ms-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    animation-iteration-count: 1;

    opacity: 1;

    -op-animation-name: fadeInDown;
    -op-animation-duration: 500ms;
    -op-animation-timing-function: linear;
    -op-animation-iteration-count: 1;
}

.main-menu .navigation>li>a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 33px 0;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    letter-spacing: 0;
    text-transform: uppercase;

    opacity: 1;
    color: #222;
}

.main-menu .navigation>li.dropdown>a {
    padding-right: 15px !important;
}

.main-menu .navigation>li.dropdown>a:before {
    font-family: 'FontAwesome';
    font-size: 13px;
    line-height: 34px;

    position: absolute;
    right: 0;

    content: '\f107';
}

.main-menu .navigation>li:before {
    position: absolute;
    bottom: -1px;
    left: 0;

    width: 0;
    height: 4px;

    content: '';
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    opacity: 0;
    background-color: #385486;
}

.main-menu .navigation>li:hover::before,
.main-menu .navigation>li.current::before {
    z-index: 1;

    width: 100%;

    opacity: 1;
}

.sticky-header .main-menu .navigation>li {
    position: relative;

    margin-right: 0;
    margin-left: 30px;
}



.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    opacity: 1;
    color: #385486;
}

.main-menu .navigation>li>ul {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: -30px;

    display: none;
    visibility: hidden;

    width: 250px;
    padding: 20px 15px;

    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;

    opacity: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .10);
}

.main-menu .navigation>li>ul.from-right {
    right: 0;
    left: auto;
}

.main-menu .navigation>li>ul>li {
    position: relative;

    width: 100%;

    border-bottom: 1px solid #f9f9f9;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;

    position: relative;

    display: block;

    padding: 10px 18px;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: capitalize;

    color: #7c7b7b;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 19px 0;
}

.main-menu .navigation>li>ul>li>a:before {
    position: absolute;
    top: 13px;
    left: 10px;

    content: '//';
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    opacity: 0;
    color: #385486;
}

.main-menu .navigation>li>ul>li:hover>a::before {
    opacity: 1;
}

.sticky-header .main-menu .navigation>li>a:before {
    top: 18px !important;
}

.main-menu .navigation>li>ul>li:hover>a {
    padding-left: 30px;

    color: #385486;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;

    position: absolute;
    z-index: 5;
    top: 13px;
    right: 15px;

    display: block;

    width: 10px;
    height: 20px;

    content: '\f105';
    text-align: center;

    color: #253d4a;
}

.rtl .main-menu .navigation>li>ul>li.dropdown>a:after {
    transform: rotate(180deg);
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
    color: #222;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 120%;

    display: none;

    width: 250px;
    padding: 20px 15px;

    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .10);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    right: 0;
    left: auto;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;

    width: 100%;

    border-bottom: 1px solid #f9f9f9;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;

    position: relative;

    display: block;

    padding: 10px 18px;
    padding-left: 10px;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: capitalize;

    color: #7c7b7b;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #385486;
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
    position: absolute;
    top: 8px;
    left: 10px;

    content: '//';
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    opacity: 0;
    color: #385486;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a::before {
    opacity: 1;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    padding-left: 30px;

    color: #385486;
}

.main-menu .navigation>li.dropdown:hover>ul {
    left: 0;

    visibility: visible;

    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);

    opacity: 1;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    top: 0;
    left: 100%;

    visibility: visible;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);

    opacity: 1;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    line-height: 28px;

    position: absolute;
    z-index: 5;
    top: 6px;
    right: 10px;

    display: none;

    width: 30px;
    height: 30px;

    cursor: pointer;
    text-align: center;

    color: #fff;
    border: 1px solid #fff;
    background-size: 20px;
}

.main-header .search-box {
    position: relative;

    float: left;

    width: 200px;
    margin-left: 50px;
    padding: 33px 0;
}

.main-header .search-box .form-group {
    position: relative;

    margin: 0;
}

.main-header .search-box .form-group input[type='text'],
.main-header .search-box .form-group input[type='search'] {
    font-size: 14px;
    font-weight: 600;
    line-height: 38px;

    position: relative;

    display: block;

    width: 100%;
    height: 30px;
    padding: 10px 50px 10px 20px;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    color: #fff;
    border-left: 1px solid #385486;
    border-radius: 0;
    background: none;
}

.main-header .search-box .form-group textarea::-webkit-input-placeholder,
.main-header .search-box .form-group input::-webkit-input-placeholder {
    color: #fff;
}

.main-header .search-box .form-group button {
    font-size: 16px;
    font-weight: normal;
    line-height: 100%;

    position: absolute;
    top: 8px;
    right: 0;

    display: block;

    cursor: pointer;

    color: #fff;
    background: none;
}

/* Header Style Two */

.header-style-two {
    position: absolute;
    right: 0;
    left: 0;

    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.header-style-two .header-upper {
    background: none;
}

.header-style-two .main-menu .navigation>li>a {
    color: #fff;
}

.header-style-two .main-menu .navigation>li.dropdown>a:before {
    content: '\f103';
}

.main-header.header-style-two .header-upper .outer-box .nav-btn {
    margin-left: 0;

    color: #fff;
}

.main-header.header-style-two .outer-box .cart-box .cart-box-btn .total-cart {
    color: #222;
    background-color: #fff;
}

.main-header.header-style-three .nav-outer {
    width: 100%;
    padding-left: 70px;
}

.main-header.header-style-three .header-upper {
    padding-bottom: 40px;
}

.main-header.header-style-three .header-lower {
    position: absolute;
    right: 0;
    bottom: -35px;
    left: 0;
}

.main-header.header-style-three .nav-outer .grid-box {
    font-size: 22px;

    position: absolute;
    z-index: 1;
    top: 11px;
    left: 0;

    padding: 15px 0;
}

.main-header.header-style-three .nav-outer .main-menu:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 200%;

    content: '';

    border-radius: 50px;
    background-color: #f1f1f1;
}

.main-header .header-lower .options-box {
    position: relative;

    float: right;

    padding: 10px 15px 10px;
}

.main-header .header-lower .options-box .option-inner:before {
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;

    width: 110%;

    content: '';

    border-radius: 50px 50px 50px 50px;
    background-color: #385486;
}

.main-header .header-lower .options-box .option-inner {
    position: relative;

    padding-left: 70px;
}

.main-header .header-lower .options-box .option-inner .icon {
    font-size: 50px;
    line-height: 1em;

    position: absolute;
    top: 5px;
    left: 5px;

    color: #fff;
}

.main-header .header-lower .options-box .option-inner .number {
    position: relative;
}

.main-header .header-lower .options-box .option-inner .number span {
    position: relative;

    display: block;

    margin-bottom: 3px;

    text-transform: uppercase;

    color: #fff;
}

.main-header .header-lower .options-box .option-inner .number a {
    font-size: 22px;
    font-weight: 800;

    position: relative;

    color: #fff;
}

.main-header.header-style-three .header-lower .main-menu .navigation>li>a {
    padding: 20px 0;
}

.main-header.header-style-three .main-menu .navigation>li>a {
    font-weight: 600;
}

.main-header.header-style-three .cart-box {
    margin-top: 21px;
    margin-right: 0;
    margin-left: 30px;
}

.main-header.header-style-three .search-box-btn {
    margin-top: 25px;
    margin-left: 30px;
    padding-right: 50px;
}

.main-header.header-style-three .cart-box .cart-panel {
    margin-top: 49px;
}

.header-style-three .sticky-header .search-box-btn {
    margin-top: 24px !important;
    padding-right: 0;
}

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




/* Header Top */

.main-header .header-top-three {
    position: relative;

    padding: 14px 0;

    background-color: #222;
}

.main-header .header-top-three .top-left {
    position: relative;

    float: left;
}

.main-header .header-top-three .info-list {
    position: relative;
}

.main-header .header-top-three .info-list li {
    font-size: 16px;

    position: relative;

    display: inline-block;

    margin-right: 30px;

    color: #fff;
}

.main-header .header-top-three .info-list li:last-child {
    margin-right: 0;
}

.main-header .header-top-three .info-list li .icon {
    position: absolute;
    top: 0;
    left: 0;

    color: #fff;
}

.main-header .header-top-three .info-list li a {
    font-weight: 500;

    position: relative;

    padding-left: 28px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #fff;
}



.main-header .header-top-three .top-right {
    position: relative;
}

.main-header .header-top-three .top-right .text {
    position: relative;

    color: #fff;
}





.main-header .info-box .social-nav {
    position: relative;

    margin-top: 4px;
}

.main-header .info-box .social-nav li {
    position: relative;

    display: inline-block;

    margin-left: 8px;
}

.main-header .info-box .social-nav li a {
    font-size: 16px;
    line-height: 38px;

    position: relative;

    display: inline-block;

    width: 40px;
    height: 40px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;

    color: #222;
    border: 1px solid #222;
}

.main-header .info-box .social-nav li a:hover {
    color: #fff;
    background-color: #222;
}

.header-style-four .header-upper {
    padding-top: 8px;
    padding-bottom: 40px;
}

.main-header.header-style-four .search-box-btn {
    color: #fff;
}

.header-style-four .header-lower {
    position: absolute;
    right: 0;
    bottom: -35px;
    left: 0;
}

.header-style-four .header-lower .nav-outer {
    position: relative;

    float: none;

    width: 100%;
    padding-left: 30px;

    background-color: #385486;
}

.header-style-four .main-menu .navigation>li>a {
    padding: 20px 0;

    color: #fff;
}

.header-style-four .main-menu .navigation>li:hover>a,
.header-style-four .main-menu .navigation>li.current>a {
    color: #fff;
}

.header-style-four .header-lower .outer-box .advisor-box {
    position: relative;

    float: left;
}

.header-style-four .header-lower .outer-box .advisor-box .advisor-btn {
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;

    position: relative;

    padding: 24px 32px 23px 32px;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: uppercase;

    color: #fff;
    background-color: #222;
}

.header-style-four .header-lower .outer-box .advisor-box .advisor-btn:before {
    position: absolute;
    top: 0;
    left: -28px;

    content: '';

    border-top: 70px solid #222;
    border-left: 28px solid transparent;
}

.header-style-four .header-lower .outer-box {
    padding: 0;
}

.header-style-four .header-lower .outer-box .search-box-outer {
    margin-top: 8px;
    margin-right: 40px;
}







.header-style-five {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.main-header.header-style-five .main-box .outer-container {
    padding: 0 0;
}

.header-style-five .main-menu .navigation>li>a {
    color: #fff;
}

.header-style-five .search-box-btn {
    color: #fff;
}

.header-top-four {
    position: relative;

    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.header-style-four .main-menu .navigation>li:before {
    display: none;
}

.header-top-four .top-left {
    position: relative;

    float: left;
}

.header-top-four .top-left .links {
    position: relative;
}

.header-top-four .top-left .links li {
    position: relative;

    display: inline-block;

    margin-right: 18px;
    padding: 13px 0;
    padding-right: 22px;

    border-right: 1px solid rgba(255, 255, 255, .25);
}

.header-top-four .top-left .links li:last-child {
    border-right: none;
}

.header-top-four .top-left .links li a {
    font-size: 15px;
    font-weight: 400;

    position: relative;

    color: #fff;
}

.header-top-four .top-left .links li a .icon {
    position: relative;

    margin-right: 10px;

    color: #fff;
}

.header-top-four .top-right {
    position: relative;

    float: right;
}

.header-top-four .top-right .social-icons {
    position: relative;

    float: left;
}

.header-top-four .top-right .social-icons li {
    position: relative;

    display: inline-block;

    margin-left: 15px;
    padding: 13px 0;
}

.header-top-four .top-right .social-icons li a {
    font-size: 16px;

    position: relative;

    color: #fff;
}

.header-top-four .top-right .cart-box {
    font-size: 16px;

    position: relative;

    display: inline-block;
    float: left;

    margin-top: 13px;
    margin-right: 0;
    margin-left: 18px;

    color: #fff;
    background: none;
}

.header-top-four .top-right .cart-box .cart-box-btn {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    background: none;
}

.header-top-four .top-right .cart-box .cart-panel {
    z-index: 999;

    margin-top: 38px;
}



.header-style-six {
    position: absolute;
    right: 0;
    left: 0;
}

.header-style-six .header-upper {
    background: none;
}

.header-style-six .info-box ul li,
.header-style-six .info-box strong {
    color: #fff;
}

.header-style-six .header-upper .outer-box button {
    cursor: pointer;

    color: #fff;
    background: none;
}

.main-header.header-style-six .header-upper .outer-box .nav-btn {
    top: 0;

    margin-top: -2px;
}

.header-style-six .header-lower {
    display: none;
}









/*** 

====================================================================
    Hidden Sidebar style
====================================================================

***/

.hidden-bar {
    position: fixed;
    z-index: 9999;
    top: 0;

    width: 305px;
    height: 100%;

    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;

    background: #272727;
}

.hidden-bar .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.hidden-bar.right-align {
    right: -400px;
}

.hidden-bar.right-align.visible-sidebar {
    right: 0;
}

.hidden-bar.left-align {
    left: 0;
}

.hidden-bar .hidden-bar-closer {
    position: absolute;
    z-index: 999999;
    top: 10px;
    right: 15px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #fff;
    background: none;
}

.hidden-bar .hidden-bar-closer:hover {
    color: #414857;
}

.hidden-bar .hidden-bar-closer:hover .btn {
    color: #fff;
}

.hidden-bar .hidden-bar-closer .btn {
    font-size: 14px;

    color: #fff;
    border: none;
    outline: none;
    background-color: transparent;
}

.hidden-bar .social-icons {
    margin: 50px 0 30px;

    text-align: center;
}

.hidden-bar .social-icons ul {
    font-size: 0;

    margin-right: -5px;
    margin-left: -5px;
}

.hidden-bar .social-icons ul li {
    display: inline-block;

    padding: 0 5px;
}

.hidden-bar .social-icons ul li a {
    font-size: 16px;
    line-height: 36px;

    display: block;

    width: 36px;
    height: 36px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;

    color: #fff;
    border-radius: 5px;
    background: #414857;
}

.hidden-bar .social-icons ul li a:hover {
    color: #414857;
    background: #fff;
}

.hidden-bar .logo {
    padding: 40px 30px;
}

.hidden-bar .logo img {
    display: inline-block;

    max-width: 100%;
}

.hidden-bar .side-menu {
    font-size: 13px;

    padding: 0;

    letter-spacing: 1px;

    background-color: transparent;
}

.hidden-bar .side-menu ul li ul a {
    background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
    background: transparent;
}

.hidden-bar .side-menu a.current {
    color: #fff;
}

.hidden-bar .side-menu ul li a {
    font-size: 14px;
    font-weight: 400;

    position: relative;

    display: block;

    padding: 10px 15px 10px 20px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: capitalize;

    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .30);
    border-bottom: 1px solid rgba(255, 255, 255, .30);
    background: transparent;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul>li.current>a,
.hidden-bar .side-menu ul>li>ul>li.current>a {
    color: #fff;
    background: rgba(255, 255, 255, .10);
}

.hidden-bar .side-menu ul li a .btn.expander {
    font-size: 14px;

    position: absolute;
    top: 6px;
    right: 20px;

    width: 32px;
    height: 32px;
    padding: 5px 10px;

    color: #fff;
    border: 1px solid rgba(255, 255, 255, .80);
    border-radius: 0;
    outline: none;
    background: none;
}












/* Item Sorting */

.shop-section .items-sorting {
    position: relative;

    margin-bottom: 20px;
}

.shop-section .items-sorting .results-column,
.shop-section .items-sorting .select-column {
    margin-bottom: 20px;
}

.shop-section .items-sorting .results-column h6 {
    padding: 13px 0;

    color: #666;
}

.shop-section .items-sorting .form-group {
    margin-bottom: 0;
}

.shop-section .items-sorting select {
    font-size: 14px;
    line-height: 24px;

    position: relative;

    display: block;

    width: 100%;
    height: 50px;
    padding: 9px 20px 9px;

    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    color: #666;
    border: 1px solid #eee;
    background: url(../images/icons/icon-select.png) right center no-repeat;

    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

.shop-section .items-sorting select option {
    text-indent: 15px;
}

/*Shop Item*/

/****** Shop Style *********/

.single-product-item {
    position: relative;

    display: block;

    margin-bottom: 50px;

    transition: all 500ms ease;
}

.single-product-item .img-holder {
    position: relative;

    display: block;
    overflow: hidden;

    border: 4px solid #385486;
    border-radius: 0;
}

.single-product-item .img-holder::before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    transition: all .4s ease-in-out 0s;

    opacity: 0;
    background: rgba(255, 255, 255, .20);
}

.single-product-item:hover .img-holder::before {
    opacity: 1;
}

.single-product-item .img-holder img {
    width: 100%;

    transition: all .7s ease 0s;
    transform: scale(1);
}

.single-product-item:hover .img-holder img {
    transform: scale(1.1);
}

.single-product-item .title-holder {
    position: relative;
    z-index: 9;

    display: block;

    margin-top: -30px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 22px 0 18px;

    background: #fff;
    -webkit-box-shadow: 0 2px 27px rgba(54, 54, 54, .13);
    box-shadow: 0 2px 27px rgba(54, 54, 54, .13);
}

.single-product-item .title-holder .static-content {
    position: relative;

    display: block;
}

.single-product-item .title-holder .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;

    position: relative;

    display: block;

    padding: 0 0 3px;
}

.single-product-item .title-holder .title a {
    transition: all 500ms ease;

    color: #1b1b1b;
}

.single-product-item .title-holder .static-content span {
    display: inline-block;

    padding-right: 0;

    color: #666;
}

.single-product-item .title-holder .static-content del {
    font-size: 16px;
    font-weight: 700;

    position: relative;

    display: inline-block;

    color: #c2c2c2;
}

.single-product-item .title-holder .overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    transition: all 700ms ease 300ms;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    text-align: center;

    background: #fff;
}

.single-product-item:hover .title-holder .overlay-content {
    transition: all 700ms ease 100ms;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.single-product-item .title-holder .overlay-content ul {
    position: relative;

    display: block;

    width: 153px;
    margin: 0 auto;
    padding: 23px 0 23px;

    transition: all 700ms ease 100ms;
    transform: scale(0);
}

.single-product-item:hover .title-holder .overlay-content ul {
    transition: all 700ms ease 600ms;
    transform: scale(1);
}

.single-product-item .title-holder .overlay-content ul li {
    position: relative;

    display: inline-block;
    float: left;

    width: 51px;

    text-align: center;

    border-right: 1px solid #ededed;
}

.single-product-item .title-holder .overlay-content ul li:last-child {
    border: none;
}

.single-product-item .title-holder .overlay-content ul li a {
    position: relative;

    display: block;
}

.single-product-item .title-holder .overlay-content ul li a span {
    position: relative;

    display: block;
}

.single-product-item .title-holder .overlay-content ul li a span:before {
    font-size: 18px;
    line-height: 45px;

    position: relative;

    display: block;

    width: 100%;
    height: 45px;
    margin: 0;

    transition: all 500ms ease;

    color: #666;
}

.single-product-item .title-holder .overlay-content ul li a:hover span:before {
    color: #fff;
    background: #666;
}

.single-product-item .title-holder .overlay-content ul li a .toltip-content {
    position: absolute;
    z-index: 999;
    top: -25px;
    right: 0;
    left: -50%;

    visibility: hidden;

    min-width: 130px;
    margin-left: -15px;
    padding: 0;

    transition: all 300ms ease 100ms;
    text-align: center;

    opacity: 0;
    background-color: #0a0a0a;
}

.single-product-item .title-holder .overlay-content ul li a .toltip-content:before {
    font-family: FontAwesome;
    font-size: 25px;
    line-height: 10px;

    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;

    content: '\f0d7';
    text-align: center;

    color: #0a0a0a;
}

.single-product-item .title-holder .overlay-content ul li a .toltip-content p {
    font-size: 14px;
    line-height: 30px;

    margin: 0;

    color: #fff;
}

.single-product-item .title-holder .overlay-content ul li a:hover .toltip-content {
    top: -40px;

    visibility: visible;

    opacity: 1;
}

.shop-single-section {
    position: relative;
    z-index: 9;

    padding-top: 100px;
    padding-bottom: 90px;

    background-color: #fff;
}

/*Product Details*/

.product-details .basic-details {
    position: relative;

    margin-bottom: 20px;
}

.product-details .image-column .image-carousel {
    border-radius: 4px;
    background-color: #eee;
}

.product-details .image-column,
.product-details .info-column {
    margin-bottom: 50px;
}

.product-details .info-column .add-to-cart {
    font-size: 14px;

    margin-right: 10px;
    margin-bottom: 10px;
    padding: 13px 43px;

    cursor: pointer;
}

.product-details .image-column .image-box img {
    position: relative;

    display: block;

    width: 100%;
}

.product-details .image-column .thumbs-carousel {
    margin-top: 20px;
}

.product-details .image-column .thumbs-carousel li {
    padding: 0 0;

    cursor: pointer;
    text-align: center;

    background-color: #f2f2f2;
}

.product-details .image-column .thumbs-carousel li img {
    display: inline-block;

    width: 100%;
}

.product-details .image-column .owl-dots,
.product-details .image-column .owl-nav {
    display: none;
}

.product-details .basic-details .details-header {
    position: relative;

    margin-bottom: 0;
}

.product-details .basic-details .details-header h2 {
    margin: 0 0;
    margin-bottom: 8px;

    color: #222;
}

.product-details .basic-details .details-header h2 a {
    color: #333;
}

.product-details .basic-details .details-header .rating {
    font-size: 16px;

    display: inline-block;

    margin-bottom: 25px;
}

.product-details .basic-details .details-header .rating span {
    color: #385486;
}

.product-details .basic-details .details-header .rating .fa {
    display: inline-block;

    margin-right: 1px;
}

.product-details .basic-details .details-header .rating .fa.light {
    color: #dadada;
}

.product-details .basic-details .details-header .item-price {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;

    position: relative;

    margin-bottom: 20px;

    letter-spacing: 1px;

    color: #222;
}

.product-details .basic-details .text {
    position: relative;

    margin-bottom: 30px;
}

.product-details .basic-details .availablity {
    font-size: 13px;
    font-weight: 500;
    line-height: 32px;

    position: relative;

    float: left;

    margin-bottom: 27px;
    padding-right: 40px;

    letter-spacing: 1px;

    color: #777;
}

.product-details .basic-details .availablity strong {
    font-size: 14px;
    font-weight: 600;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #11da61;
}

.product-details .basic-details .item-quantity {
    position: relative;

    float: left;

    width: 120px;
    margin-right: 20px;
    margin-bottom: 15px;

    border: 1px solid #eae8e8;
}

.product-details .basic-details .btns-box {
    position: relative;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner {
    line-height: 24px;

    height: 54px !important;
    padding: 10px 15px !important;

    box-shadow: none !important;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical>.btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical>.btn {
    padding: 13px 10px;

    background: #f4f5f6;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
    top: 1px;
}

.shop-list {
    position: relative;

    margin-top: 20px;
}

.shop-list li {
    font-size: 14px;

    position: relative;

    margin-bottom: 10px;

    color: #666;
}

.shop-list li strong {
    font-size: 16px;

    margin-right: 5px;

    text-transform: uppercase;

    color: #222;
}

.shop-list li a {
    font-size: 14px;
    font-weight: 700;

    position: relative;

    display: inline-block;

    margin-top: 0;

    text-transform: uppercase;

    color: #385486;
}

/*** 

====================================================================
    Product Tabs Style
====================================================================

***/

.shop-page .prod-tabs {
    position: relative;
}

.shop-page .prod-tabs .tab-btns {
    position: relative;

    margin-bottom: 40px;

    text-align: center;
}

.shop-page .prod-tabs .tab-btns .tab-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

    position: relative;

    display: block;
    display: inline-block;

    margin-right: 8px;
    margin-bottom: 12px;
    padding: 12px 40px 10px;

    cursor: pointer;
    transition: all 500ms ease;
    text-transform: capitalize;

    color: #222;
    border: 1px solid #222;
    background: none;
}

.shop-page .prod-tabs .tab-btns .tab-btn:hover,
.shop-page .prod-tabs .tab-btns .tab-btn.active-btn {
    color: #fff;
    border-color: #222;
    background: #222;
}

.shop-page .prod-tabs .tabs-content {
    position: relative;
}

.shop-page .prod-tabs .tabs-content .tab {
    position: relative;

    display: none;
}

.shop-page .prod-tabs .tabs-content .tab.active-tab {
    display: block;
}

.shop-page .prod-tabs .tabs-content .tab p {
    font-size: 14px;
    line-height: 2em;

    margin-bottom: 20px;

    color: #666;
}

.shop-page .prod-tabs .tabs-content .tab p:last-child {
    margin-bottom: 0;
}

.shop-page .prod-tabs .tabs-content .tab h3,
.shop-page .prod-tabs .tabs-content .tab h4,
.shop-page .prod-tabs .tabs-content .tab h5,
.shop-page .prod-tabs .tabs-content .tab h6 {
    margin-bottom: 15px;
}

.shop-page .prod-tabs .tabs-content .tab h4 {
    font-size: 16px;
    font-weight: 700;

    text-transform: uppercase;

    color: #222;
}

.shop-page .prod-tabs .reviews-container {
    position: relative;

    padding-bottom: 1px;
}

.shop-page .prod-tabs .reviews-container .review-box {
    position: relative;

    min-height: 130px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-left: 120px;

    border-bottom: 1px solid #f0f0f0;
}

.shop-page .prod-tabs .reviews-container .review-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;

    border: none;
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    right: 0;

    width: auto;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
    font-family: 'FontAwesome';
    font-size: 18px;
    font-style: normal;

    content: '\f106';
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
    font-family: 'FontAwesome';
    font-size: 18px;
    font-style: normal;

    content: '\f107';
}

.shop-page .prod-tabs .reviews-container .rev-thumb {
    position: absolute;
    top: 5px;
    left: 0;

    width: 100px;
    height: 100px;
    margin-bottom: 20px;

    border-radius: 3px;
    background: #fff;
}

.shop-page .prod-tabs .reviews-container .rev-thumb img {
    display: block;

    width: 100%;

    border-radius: 3px;
}

.shop-page .prod-tabs .reviews-container .rev-content {
    position: relative;

    background: #fff;
}

.shop-page .prod-tabs .reviews-container .rev-header {
    position: relative;
}

.shop-page .prod-tabs .reviews-container .rev-header h4 {
    font-weight: 700;
    line-height: 30px;

    float: left;

    margin-bottom: 10px;

    text-transform: uppercase;

    color: #222;
}

.shop-page .prod-tabs .reviews-container .rev-header .rating {
    font-size: 14px;
    line-height: 30px;

    position: relative;

    float: left;

    margin-bottom: 10px;
    margin-left: 40px;

    color: #385486;
}

.shop-page .prod-tabs .reviews-container .rev-header .rating .fa {
    margin-right: 3px;
}

.shop-page .prod-tabs .reviews-container .rev-header .time {
    font-size: 14px;
    line-height: 30px;

    position: relative;

    float: right;

    color: #000;
}

.shop-page .prod-tabs .reviews-container .rev-option {
    font-size: 14px;

    color: #9e9e9e;
}

.shop-page .prod-tabs .reviews-container .rev-option a {
    font-size: 14px;
    font-weight: 700;

    text-transform: uppercase;
}

.shop-page .prod-tabs .reviews-container .rev-text {
    font-size: 14px;
    line-height: 1.8em;

    margin-bottom: 15px;

    color: #9e9e9e;
}

/*Add Review*/

.shop-page .prod-tabs .add-review {
    font-size: 14px;

    position: relative;

    margin: 30px 0 20px;
}

.shop-page .prod-tabs .add-review h2 {
    color: #000;
}

.shop-page .prod-tabs .add-review .rating {
    position: relative;

    padding-top: 8px;
}

.shop-page .prod-tabs .add-review .rating .rate-box {
    font-size: 14px;

    position: relative;

    display: inline-block;

    margin-right: 10px;

    color: #333;
}

.shop-page .prod-tabs .add-review .rating .rate-box:hover,
.shop-page .prod-tabs .add-review .rating .rate-box:focus,
.shop-page .prod-tabs .add-review .rating .rate-box:active {
    color: #385486;
}

.shop-page .prod-tabs .add-review label {
    font-size: 14px;
    font-weight: 400;

    position: relative;

    display: block;

    margin-bottom: 5px;

    color: #303030;
}

.shop-page .prod-tabs .add-review h3 {
    margin-bottom: 20px;
}

.shop-page .prod-tabs .add-review .form-group {
    position: relative;

    margin-bottom: 20px;
}

.shop-page .prod-tabs .add-review .form-group input[type='text'],
.shop-page .prod-tabs .add-review .form-group input[type='password'],
.shop-page .prod-tabs .add-review .form-group input[type='tel'],
.shop-page .prod-tabs .add-review .form-group input[type='email'],
.shop-page .prod-tabs .add-review .form-group select {
    line-height: 22px;

    position: relative;

    display: block;

    width: 100%;
    padding: 9px 15px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #222;
    border: 1px solid #e0e0e0;
}

.shop-page .prod-tabs .add-review .form-group textarea {
    line-height: 22px;

    position: relative;

    display: block;

    width: 100%;
    height: 150px;
    padding: 8px 15px;

    resize: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #222;
    border: 1px solid #e0e0e0;
}

.shop-page .prod-tabs .add-review button {
    padding: 8px 35px;
}

/*** 

====================================================================
    Cart Section style
====================================================================

***/

.cart-section {
    position: relative;
    z-index: 9;

    padding: 100px 0 120px;

    background-color: #fff;
}

.cart-section .cart-outer {
    position: relative;
}

.cart-section .table-outer {
    position: relative;

    overflow-x: auto;

    width: 100%;
}

.cart-section .cart-table {
    width: 100%;
    min-width: 900px;

    border: 1px solid #eee;
}

.cart-section .cart-table tbody tr {
    border-bottom: 1px solid #eee;
}

.cart-table .cart-header {
    font-size: 16px;

    position: relative;

    width: 100%;

    text-transform: uppercase;

    color: #1f1f1f;
    border-radius: 0;
    background: #385486;
}

.cart-table thead tr th {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;

    min-width: 120px;
    padding: 20px 15px;

    text-transform: capitalize;

    color: #fff;
}

.cart-table thead tr th.prod-column {
    padding-left: 40px;

    text-align: left;
}

.cart-table tbody tr td {
    line-height: 24px;

    min-width: 100px;
    padding: 40px 40px 40px;
}

.cart-table tbody tr .qty {
    width: 90px;
    padding-right: 40px;
    padding-left: 10px;
}

.cart-table tbody tr .qty .quantity-spinner {
    background: #f5f5f5;
}

.cart-table tbody tr .prod-column .column-box {
    position: relative;

    min-height: 100px;
    padding-top: 40px;
    padding-left: 130px;

    text-align: left;
}


.column.default-column .cart-table tbody tr .qty {
    width: 110px;
    padding-right: 20px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    top: 0;
    left: 0;

    width: 100px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;

    max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h6 {
    margin-bottom: 5px;

    color: #222;
}

.cart-table tbody tr .sub-total {
    font-size: 18px;
    font-weight: 400;

    padding-left: 20px;

    color: #222;
}

.cart-table tbody tr .remove-btn {
    font-size: 18px;

    position: relative;

    display: inline-block;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    color: #385486;
}

.cart-table tbody tr .remove-btn .fa {
    font-size: 10px;
    line-height: 14px;

    position: relative;
    top: 2px;

    overflow: hidden;

    width: 14px;
    height: 14px;
    margin-right: 8px;

    text-align: center;
    text-indent: 100px;

    color: #fff;
    background: #f0f0f0;
}





.cart-table tbody tr .remove-btn:hover .fa {
    text-indent: 0;

    background: #fa9928;
}

.cart-table tbody tr td {
    vertical-align: middle;
}

.cart-table tbody tr td.price {
    font-size: 18px;
    font-weight: 400;

    padding-left: 10px;

    color: #222;
}

.cart-table tbody tr td .quantity-spinner {
    line-height: 24px;

    position: relative;

    display: block;

    width: 100%;
    height: 34px;
    padding: 5px 0 5px 20px;
}

.cart-table tbody .available-info {
    font-size: 16px;

    position: relative;

    padding-left: 50px;

    color: #727272;
}

.cart-table tbody .available-info .icon {
    font-size: 18px;
    line-height: 40px;

    position: absolute;
    top: 5px;
    left: 0;

    width: 40px;
    height: 40px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background: #3e4494;
}

.cart-section .coupon-outer {
    position: relative;

    margin: 40px 0 50px;
}

.cart-section .coupon-outer .cart-btn {
    font-size: 14px;
    font-weight: 400;

    padding: 14px 43px;

    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cart-section .apply-coupon {
    position: relative;
}

.cart-section .apply-coupon .form-group {
    position: relative;

    float: left;

    margin-right: 20px;
}

.cart-section .apply-coupon .form-group .coupon-btn {
    line-height: 30px;

    padding: 11px 28px;

    cursor: pointer;
}


.cart-section .apply-coupon .form-group input[type='text'] {
    font-size: 14px;
    line-height: 26px;

    display: block;

    width: 230px;
    height: 54px;
    padding: 12px 0;

    border-bottom: 2px solid #385486;
    background: none;
}

.cart-section .estimate-form {
    position: relative;
}

.cart-section .sec-title {
    margin-bottom: 25px;
}

.cart-section .sec-title h2 {
    font-size: 26px;

    color: #222;
}

.cart-section .estimate-form .row {
    margin-right: -7px;
    margin-left: -7px;
}

.cart-section .estimate-form .row .form-group {
    margin-bottom: 30px;
    padding: 0 7px !important;
}

.cart-section .cart-note {
    line-height: 1.7em;

    position: relative;

    margin-bottom: 50px;
    padding: 16px 20px;

    text-align: center;

    border: 1px dashed #b2dd4c;
    background: #f4f4f4;
}

.product-details .basic-details .item-quantity input[type='text'],
.cart-table tbody tr .qty input[type='text'] {
    line-height: 46px;

    position: relative;

    height: 46px;

    background: #f4f4f4;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    height: 24px;

    background: #e9e9e9;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    top: 6px;
    left: 6px;
}

.cart-total-box {
    position: relative;

    max-width: 490px;
    margin-bottom: 40px;
    padding: 40px 40px 30px;

    background-color: #f4f4f4;
}

.cart-total-box h4 {
    font-weight: 700;
    line-height: 1.4em;

    position: relative;

    margin-bottom: 25px;

    color: #222;
}

.totals-table {
    position: relative;
}

.totals-table li {
    font-size: 18px;
    font-weight: 500;

    position: relative;

    margin-bottom: 8px;

    color: #222;
}

.totals-table li .col {
    float: right;

    width: auto;
}

.totals-table li .col-title {
    font-weight: 600;

    float: left;
}

.totals-table li.total {
    margin-top: 25px;
    padding-top: 30px;

    border-top: 1px solid #ccc;
}

.checkout-btn {
    font-size: 16px;
    font-weight: 400;

    padding: 17px 43px 14px;

    cursor: pointer;

    color: #fff;
    background-color: #385486;
}

/*Check Out Page*/

.checkout-page {
    position: relative;
    z-index: 9;

    padding: 100px 0 80px;

    background-color: #fff;
}

.checkout-page .default-links {
    position: relative;

    margin-bottom: 40px;
}

.checkout-page .default-links li {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;

    margin-bottom: 15px;
    padding: 18px 28px;

    color: #797979;
    border: 1px solid #ebebeb;
    background: #f9f9f9;
}

.checkout-page .default-links li a {
    text-decoration: underline;

    color: #385486;
}

.shop-form .billing-inner {
    position: relative;

    padding-right: 100px;
}

.shop-form .sec-title h2 {
    font-size: 24px;
}

.shop-form .form-group {
    position: relative;

    margin-bottom: 20px;
}

.billing-details .shop-form .sec-title {
    margin-bottom: 20px;
}

.billing-details .shop-form .form-group.sec-title {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 30px;
}

.shop-form .form-group .field-label {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;

    display: block;

    margin-bottom: 8px;

    text-transform: capitalize;

    color: #797979;
}

.shop-form .form-group .field-label sup {
    font-size: 16px;

    position: relative;
    top: 0;

    color: #797979;
}

.shop-form input[type='text'],
.shop-form input[type='email'],
.shop-form input[type='password'],
.shop-form input[type='tel'],
.shop-form input[type='number'],
.shop-form input[type='url'],
.shop-form select,
.shop-form textarea {
    line-height: 16px;

    position: relative;

    display: block;

    width: 100%;
    height: 50px;
    padding: 10px 15px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    border: 1px solid #eee;
    background: #fff;
}

.shop-form input.address-two {
    margin-top: 12px;
}

.shop-form input::-webkit-input-placeholder,
.shop-form select::-webkit-input-placeholder,
.shop-form textarea-webkit-input-placeholder {
    color: #c6c6c6;
}

.shop-form select {
    cursor: pointer;

    background: #fff url(../images/icons/icon-select.png) right center no-repeat;

    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

.shop-form select option {
    text-indent: 15px;
}

.shop-form textarea {
    overflow: hidden;

    height: 100px !important;

    resize: none;
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus {
    border-color: #385486;
}

/* Shop Order Box */

.shop-order-box {
    position: relative;

    padding: 20px 28px 50px;

    border: 1px solid #d9d9d9;
    background-color: #fdfdfd;
}

.shop-order-box .order-list {
    position: relative;
}

.shop-order-box .order-list li {
    font-size: 15px;
    font-weight: 500;

    position: relative;

    margin-bottom: 12px;

    text-transform: uppercase;

    color: #797979;
}

.shop-order-box .order-list li span {
    font-size: 17px;

    float: right;

    width: 35%;

    text-align: left;
    text-transform: capitalize;
}

.shop-order-box .order-list li span.dark {
    color: #242424;
}

.shop-order-box .order-list li.total {
    padding: 8px 0;

    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.payment-options {
    position: relative;

    margin-top: 20px;
    margin-bottom: 20px;
}

.checkout-page .payment-options li {
    position: relative;

    margin-bottom: 15px;
}

.checkout-page .payment-options li .radio-option {
    position: relative;
}

.checkout-page .payment-options li .radio-option label {
    font-size: 15px;
    font-weight: 600 !important;

    position: relative;

    display: block;

    padding-left: 30px;

    cursor: pointer;
    letter-spacing: 1px;
    text-transform: capitalize;

    color: #797979;
}

.checkout-page .payment-options li .radio-option label strong {
    font-size: 15px;
    font-weight: 500;

    display: inline-block;

    color: #797979;
}

.checkout-page .payment-options li .radio-option input[type='radio'] {
    position: absolute;
    top: 3px;
    left: 0;
}

.checkout-page .payment-options li .radio-option #payment-3 {
    top: 9px;
}

.checkout-page .payment-options li .what-paypall {
    font-size: 13px;
    font-weight: 500;

    margin-left: 15px;

    color: #4349d9;
}

.checkout-page .payment-options li .radio-option label .small-text {
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    line-height: 1.8em;

    position: relative;

    display: none;

    margin-top: 20px;
    margin-left: -30px;
    padding: 18px 26px;

    letter-spacing: 0;
    text-transform: none;

    color: #8e8d8d;
    border-radius: 4px;
    background-color: #ececec;
}

.checkout-page .payment-options li .radio-option label .small-text:before {
    position: absolute;
    top: -10px;
    left: 24px;

    content: '';

    border-right: 10px solid transparent;
    border-bottom: 15px solid #ececec;
    border-left: 10px solid transparent;
}

.checkout-page .payment-options li .radio-option input[type='radio']:checked+label .small-text {
    display: block;
}

.checkout-page .payment-options li .radio-option label img {
    position: relative;
    top: -3px;

    display: inline-block;

    max-width: 100%;
    padding-left: 30px;
}

.checkout-page .payment-options li .radio-option label img {
    position: relative;

    display: inline-block;

    max-width: 100%;
    padding-left: 30px;
}

/*** 

====================================================================
    Login / Register Section
====================================================================

***/

.register-section {
    position: relative;
    z-index: 9;

    padding: 60px 0 40px;

    background-color: #fff;
}

.register-section .form-column {
    margin-bottom: 40px;
}

.register-section .form-column .sec-title {
    position: relative;

    margin-bottom: 30px;
}



.styled-form {
    position: relative;
}

.styled-form .submit-text {
    font-size: 15px;
    font-weight: 400;

    margin-top: 10px;

    color: #9e9e9e;
}

.styled-form .form-group {
    font-size: 14px;

    position: relative;

    margin-bottom: 30px;

    color: #848484;
}

.checkout-section .styled-form .form-group {
    position: relative;

    margin-bottom: 20px;
}

.styled-form .form-group .check-box {
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;

    padding-top: 5px;

    color: #272727;
}

.styled-form .form-group .check-box label {
    font-size: 15px;
    font-weight: normal;

    position: relative;
    top: -1px;

    padding: 0;

    cursor: pointer;
}

.styled-form .pull-left label,
.styled-form .pull-right label {
    cursor: pointer;
}

.styled-form .form-group .adon-icon {
    font-size: 15px;
    line-height: 20px;

    position: absolute;
    z-index: 2;
    top: 50%;
    right: 10px;

    width: 20px;
    height: 20px;
    margin-top: -10px;

    color: #999;
}

.styled-form .form-group .field-label {
    font-size: 16px;
    font-weight: 400;

    display: block;

    margin-bottom: 7px;

    text-transform: capitalize;

    color: #272727;
}

.styled-form input[type='text'],
.styled-form input[type='email'],
.styled-form input[type='password'],
.styled-form input[type='tel'],
.styled-form input[type='number'],
.styled-form input[type='url'],
.styled-form select,
.styled-form textarea {
    line-height: 30px;

    position: relative;

    display: block;

    width: 100%;
    height: 50px;
    padding: 8px 20px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    border: 1px solid #f4f4f4;
    background: #fff;
}

.checkout-section .styled-form input[type='text'],
.checkout-section .styled-form input[type='email'],
.checkout-section .styled-form input[type='password'],
.checkout-section .styled-form select {
    line-height: 26px;

    height: 44px;
}

.styled-form select {
    cursor: pointer;

    background: #fff url(../images/icons/icon-select.png) right center no-repeat;

    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

.styled-form select option {
    text-indent: 20px;
}

.styled-form textarea {
    height: 110px;

    resize: none;
}

.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus {
    border-color: #385486;
}

.styled-form .form-group .theme-btn {
    min-width: 150px;
    padding: 11px 34px;

    cursor: pointer;
    text-align: center;

    border-radius: 0;
}

.styled-form .remember-me {
    font-size: 16px;
    font-weight: 500;

    position: relative;

    color: #222;
}

.social-links-two a {
    font-size: 14px;
    line-height: 42px;

    position: relative;

    display: inline-block;

    width: 42px;
    height: 42px;
    margin: 0 0 0 5px;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;

    color: #fff;
    background: #fc721e;
}

.social-links-two a:hover {
    opacity: .80;
}

.social-links-two .facebook {
    background: #3b5998;
}

.social-links-two .twitter {
    background: #33ccfe;
}

.social-links-two .google-plus {
    background: #dd4b39;
}

.box-version.option-box {
    display: none;
}

/*** 

====================================================================
    Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    font-size: 40px;
    line-height: 50px;

    position: relative;

    display: none;
    float: right;

    cursor: pointer;

    color: #111;
}

.mobile-menu {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;

    visibility: hidden;

    width: 300px;
    max-width: 100%;
    height: 100%;
    padding-right: 30px;
}

.mobile-menu .nav-logo {
    position: relative;

    padding: 20px 20px;

    text-align: left;
}

.mobile-menu .nav-logo img {
    max-width: 200px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;

    width: 0;
    height: 100%;

    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);

    background: rgba(0, 0, 0, .90);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    visibility: visible;

    width: 100%;

    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);

    opacity: 1;
}

.mobile-menu .menu-box {
    position: absolute;
    z-index: 5;
    top: 0;
    right: -400px;

    overflow-y: auto;

    width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 0 0;

    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;

    border-radius: 0;
    background: #fff;
}

.mobile-menu-visible .mobile-menu .menu-box {
    right: 0;

    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.mobile-menu .close-btn {
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;

    position: absolute;
    z-index: 10;
    top: 20px;
    right: 15px;

    width: 40px;
    height: 40px;

    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    text-align: center;

    color: #202020;
    border: 1px solid #eee;
    border-radius: 50%;
    background: #f9f9f9;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.mobile-menu .close-btn:hover {
    opacity: .50;
}

.mobile-menu .navigation {
    position: relative;

    display: block;

    width: 100%;

    border-top: 1px solid rgba(0, 0, 0, .10);
}

.mobile-menu .navigation li {
    position: relative;

    display: block;

    border-bottom: 1px solid rgba(0, 0, 0, .10);
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .10);
}

.mobile-menu .navigation li>a {
    font-size: 15px;
    line-height: 24px;

    position: relative;

    display: block;

    padding: 10px 20px;

    text-transform: capitalize;

    color: #404040;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: #111;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    font-size: 16px;
    line-height: 44px;

    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;

    width: 44px;
    height: 44px;

    cursor: pointer;
    text-align: center;

    color: #404040;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    position: absolute;
    top: 10px;
    left: 0;

    width: 1px;
    height: 24px;

    content: '';

    border-left: 1px solid rgba(0, 0, 0, .10);
}

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

.sticky-header .navbar-header {
    display: none;
}

.mobile-menu .navigation li>ul li:first-child {
    border-top: 1px solid #ddd;
}

.mobile-menu .navigation li>ul>li>a {
    padding: 10px 20px 10px 30px;
}

.mobile-menu .navigation li>ul>li>ul>li>a {
    padding: 10px 20px 10px 50px;
}

/*** 

====================================================================
    Search Popup
====================================================================

***/


.search-popup {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;

    width: 100%;
    height: 100vh;
    margin-top: -540px;

    -webkit-transition: all 500ms cubic-bezier(.860, .000, .070, 1.000);
    -moz-transition: all 500ms cubic-bezier(.860, .000, .070, 1.000);
    -o-transition: all 500ms cubic-bezier(.860, .000, .070, 1.000);
    transition: all 1500ms cubic-bezier(.860, .000, .070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(.860, .000, .070, 1.000);
    -moz-transition-timing-function: cubic-bezier(.860, .000, .070, 1.000);
    -o-transition-timing-function: cubic-bezier(.860, .000, .070, 1.000);
    transition-timing-function: cubic-bezier(.860, .000, .070, 1.000);
    /* easeInOutQuint */
    transform: translateY(-100%);

    background-color: rgba(0, 0, 0, .90);
}

.sidenav-bar-visible .search-popup {
    width: 80%;
}

.search-popup:before {
    position: absolute;
    top: 100%;
    left: 0;

    width: 100%;
    height: 560px;
    margin-top: 0;

    content: '';

    background-image: url(../images/icons/waves-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.search-active .search-popup {
    margin-top: 0;

    transform: translateY(0%);
}

.search-popup .close-search {
    position: absolute;
    top: 75%;
    right: 0;
    left: 0;

    visibility: hidden;

    width: 70px;
    margin: 0 auto;
    margin-top: -200px;

    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;

    opacity: 0;
    border-bottom: 3px solid #fff;
    border-radius: 50%;
    background-color: #385486;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.search-popup .close-search span {
    font-size: 30px;
    line-height: 70px;

    position: relative;

    display: block;

    width: 70px;
    height: 70px;

    color: #fff;
}

.search-active .search-popup .close-search {
    top: 50%;

    visibility: visible;

    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;

    opacity: 1;
}

.search-popup form {
    position: absolute;
    top: 50%;
    right: 15px;
    left: 15px;

    max-width: 700px;
    margin: -35px auto 0;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    transform: scaleX(0);
    transform-origin: center;

    background-color: #111;
}

.search-active .search-popup form {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
    transform: scaleX(1);
}

.search-popup .form-group {
    position: relative;

    overflow: hidden;

    margin: 0;
}

.search-popup .form-group input[type='text'],
.search-popup .form-group input[type='search'] {
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;

    position: relative;

    display: block;

    width: 100%;
    height: 70px;
    padding: 10px 30px;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: capitalize;

    color: #000;
    background-color: #fff;
}

.search-popup .form-group input[type='submit'],
.search-popup .form-group button {
    font-size: 24px;
    line-height: 70px;

    position: absolute;
    top: 0;
    right: 30px;

    height: 70px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;

    color: #000;
    background: transparent;
}

.search-popup .form-group input[type='submit']:hover,
.search-popup .form-group button:hover {
    color: #000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000;
}

.search-popup .close-search.style-two {
    position: absolute;
    top: 25px;
    right: 25px;
    left: auto;

    width: auto;
    height: auto;
    margin: 0;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    color: #fff;
    border: none;
    background: none !important;
    box-shadow: none !important;
}

.search-popup .close-search.style-two span {
    font-size: 20px;

    color: #fff;
}







.main-header.header-style-three .sticky-header .outer-box {
    margin-left: 0;
}

.main-header .sticky-header .outer-box {
    margin-left: 20px;
    padding: 15px 0 0 0;
}

.main-header .sticky-header .outer-box .cart-box {
    margin-top: 11px;

    color: #000;
}

.main-header .sticky-header .outer-box .cart-box .cart-box-btn,
.main-header .sticky-header .outer-box .cart-box .cart-box-btn:hover {
    color: #000;
}

.main-header .sticky-header .outer-box .cart-box .cart-box-btn .total-cart {
    background-color: #385486;
}

.main-header .sticky-header .search-box-btn {
    /*    margin-top: 11px;*/

    color: #000;
}

.color-palate .option-box {
    padding-top: 0;
    padding-bottom: 10px;
}

.color-palate .option-box>li {
    position: relative;

    display: inline-block;

    width: 40%;
    margin: 0 3px;
    margin-bottom: 9px;
    padding: 6px 12px;

    cursor: pointer;
    text-transform: capitalize;

    color: #fff;
    background-color: #385486;
}

/*** 

====================================================================
    Hidden Sidebar style
====================================================================

***/

.sidebar-info-contents {
    position: relative;
}

.sidebar-info-contents .content-inner {
    position: relative;
}

.sidebar-info-contents .content-inner .logo {
    padding: 0 0 40px;
}

.sidebar-info-contents .content-inner .logo img {
    display: inline-block;

    max-width: 100%;
}

.sidebar-info-contents .content-inner .content-box {
    position: relative;
}

.sidebar-info-contents .content-inner .content-box h2 {
    font-size: 20px;
    font-weight: 500;

    position: relative;

    margin-bottom: 20px;

    color: #fff;
}

.sidebar-info-contents .content-inner .content-box .text {
    position: relative;

    margin-bottom: 25px;

    color: rgba(255, 255, 255, .90);
}

.sidebar-info-contents .content-inner .contact-info {
    position: relative;

    margin-top: 60px;
}

.sidebar-info-contents .content-inner .contact-info h2 {
    font-size: 20px;
    font-weight: 500;

    position: relative;

    margin-bottom: 20px;

    color: #fff;
}

.sidebar-info-contents .content-inner .social-box {
    position: relative;

    margin-top: 20px;
    margin-bottom: 30px;
}

.sidebar-info-contents .content-inner .social-box li {
    position: relative;

    display: inline-block;

    margin-right: 6px;

    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a {
    font-size: 13px;
    line-height: 36px;

    position: relative;
    z-index: 1;

    display: inline-block;

    width: 36px;
    height: 36px;

    text-align: center;

    color: #222;
    border-radius: 50%;
    background-color: #fff;
}

.close-side-widget,
.close-side-widget:hover {
    font-size: 24px;

    color: #fff;
}

.main-header .header-upper .outer-box .nav-btn {
    font-size: 30px;

    position: relative;

    float: left;

    margin-top: 17px;
    margin-left: 25px;

    cursor: pointer;

    color: #222;
}

.langs__blocks {
    display: flex;

    align-items: end;
    margin-left: 15px;
    margin-right: 15px;
}

.js-wpml-ls-item-toggle span {
    display: none !important;
}

.wpml-ls-link span {
    display: none !important;
}

.wpml-ls-statics-shortcode_actions {
    width: 70px !important;
    margin-left: 30px;
}

.sticky-header .outer-box .nav-btn {
    font-size: 28px;

    position: relative;

    float: right;

    margin-top: 9px;
    margin-left: 30px;

    cursor: pointer;

    color: #000;
}

.sticky-header .outer-box .mobile-nav-toggler {
    font-size: 36px;

    position: relative;

    display: none;
    float: right;

    margin-top: 9px;
    margin-left: 30px;

    cursor: pointer;

    color: #000;
}

/*** 

====================================================================
    Scroll To Top style
====================================================================

***/

.scroll-to-toped {
    font-size: 13px;
    line-height: 38px;

    position: fixed;
    z-index: 100;
    right: 15px;
    bottom: 15px;

    display: none;

    width: 40px;
    height: 40px;

    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    text-transform: uppercase;

    color: #fff;
    background: #222;
}

.scroll-to-toped:hover {
    color: #fff;
    background: #000;
}

.waves {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 15vh;
    min-height: 100px;
    max-height: 150px;
    margin-bottom: -8px;
}

.waves .content {
    position: relative;

    height: 20vh;

    text-align: center;

    background-color: white;
}

/*** 

====================================================================
    Banner Section
====================================================================

***/

.banner-section {
    position: relative;

    overflow: hidden;
}

.banner-section .slide::before {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    background-color: rgba(0, 0, 0, .70);
}

.banner-section .slide {
    position: relative;

    overflow: hidden;

    padding-top: 300px;
    padding-bottom: 200px;
}

.banner-section .patern-layer-one {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 493px;
    height: 492px;

    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    transform: translateX(-500px);

    opacity: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.banner-section .active .patern-layer-one {
    transform: translateX(0px);

    opacity: 1;
}

.banner-section .patern-layer-two {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;

    width: 611px;
    height: 633px;

    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    transform: translateX(500px);

    background-repeat: no-repeat;
    background-position: right top;
}

.banner-section .active .patern-layer-two {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    transform: translateX(00px);
}

.banner-section .content-column {
    position: relative;
    z-index: 10;
}

.banner-section .content-column .inner-column {
    position: relative;
}

.banner-section .content-column .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.8em;

    position: relative;

    margin-bottom: 16px;

    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    transform: scaleY(0);
    transform-origin: top;

    opacity: 0;
    color: #fff;
}

.banner-section .active .content-column .title {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    transform: scaleY(1);

    opacity: 1;
}

.banner-section .content-column h1 {
    font-weight: 700;
    line-height: 1.1em;

    position: relative;

    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    transform: scaleY(0);
    transform-origin: top;

    opacity: 0;
    color: #fff;
}

.banner-section .active .content-column h1 {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
    transform: scaleY(1);

    opacity: 1;
}

.banner-section .content-column .text {
    font-weight: 400;

    position: relative;

    margin-top: 30px;
    margin-bottom: 30px;

    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    transform: scaleY(0);
    transform-origin: top;

    opacity: 0;
    color: #fff;
}

.banner-section .active .content-column .text {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
    transform: scaleY(1);

    opacity: 1;
}

.banner-section .content-column .btns-box {
    margin-top: 35px;

    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    transform: scaleY(0);
    transform-origin: top;

    opacity: 0;
}

.banner-section .active .content-column .btns-box {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
    transform: scaleY(1);

    opacity: 1;
}

.banner-section .content-column .theme-btn {
    margin-right: 15px;
}

.banner-section .owl-dots {
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;

    text-align: center;
}

.banner-section .owl-dots .owl-dot {
    position: relative;

    display: inline-block;

    width: 30px;
    height: 6px;
    margin: 0 5px;
    margin-bottom: 10px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    border-radius: 0;
    background-color: #fff;
}

.banner-section .owl-dots .owl-dot.active,
.banner-section .owl-dots .owl-dot:hover {
    background-color: #141d38;
}

.banner-section .owl-nav {
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 0;

    width: 100%;
    margin-top: -10px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    opacity: 0;
}

.banner-section:hover .owl-nav {
    opacity: 1;
}

.banner-section .owl-nav .owl-prev {
    font-size: 24px;
    line-height: 56px;

    position: absolute;
    left: 20px;

    width: 60px;
    height: 60px;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;

    color: #fff;
    border: 2px solid rgba(255, 255, 255, .60);
    border-radius: 50px;
}

.banner-section .owl-nav .owl-next {
    font-size: 24px;
    line-height: 56px;

    position: absolute;
    right: 20px;

    width: 60px;
    height: 60px;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;

    color: #fff;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .60);
    border-radius: 50px;
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover {
    color: #222;
    border-color: #fff;
    background-color: #fff;
}

/*** 

====================================================================
    About Section
====================================================================

***/

.about-section {
    position: relative;

    overflow: hidden;

    padding: 110px 0 100px;
}

.about-section .content-column {
    position: relative;

    margin-bottom: 40px;
}

.about-section .sec-title {
    margin-bottom: 25px;
}

.about-section .content-column .inner-column {
    position: relative;

    padding-right: 30px;
}

.about-section .content-column .text {
    position: relative;

    margin-bottom: 40px;

    color: #333;
}

.about-section .content-column .blocks-outer {
    position: relative;

    margin-bottom: 50px;
}

.feature-block {
    position: relative;

    margin-bottom: 35px;
}

.feature-block:last-child {
    margin-bottom: 0;
}

.feature-block .inner-box {
    position: relative;

    padding-left: 70px;
}

.feature-block .inner-box .icon {
    font-size: 48px;
    line-height: 1em;

    position: absolute;
    top: 2px;
    left: 0;

    color: #385486;
}

.feature-block .inner-box h4 {
    position: relative;

    color: #141d38;
}

.feature-block .inner-box .feature-text {
    font-size: 16px;

    position: relative;

    margin-top: 5px;

    color: #333;
}

.about-section .images-column {
    position: relative;

    margin-bottom: 40px;
}

.about-section .images-column .inner-column {
    position: relative;

    padding: 50px 0;

    text-align: center;

    background-repeat: no-repeat;
    background-position: center center;
}

.about-section .images-column .learn {
    font-size: 16px;
    font-weight: 700;

    position: relative;

    display: inline-block;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    color: #385486;
}

.about-section .images-column .learn:hover {
    color: #222;
}

.about-section .images-column .learn .arrow {
    position: relative;
    top: 1px;

    margin-right: 8px;
}

.about-section .images-column .pattern-layer {
    position: absolute;
    top: -150px;
    left: -70px;

    width: 745px;
    height: 732px;

    background-repeat: no-repeat;
}

.about-section .images-column .images-outer {
    position: relative;
}

.about-section .images-column .image {
    position: relative;

    display: inline-block !important;

    box-shadow: 0 0 20px rgba(0, 0, 0, .10);
}

.about-section .images-column .image-two {
    position: absolute;
    top: auto !important;
    bottom: 60px !important;
    left: 0 !important;

    display: inline-block !important;

    box-shadow: 0 0 20px rgba(0, 0, 0, .10);
}

.about-section .images-column .image-three {
    position: absolute;
    top: auto !important;
    right: 0 !important;
    bottom: -60px !important;
    left: auto !important;

    display: inline-block !important;

    box-shadow: 0 0 20px rgba(0, 0, 0, .10);
}

.about-section .images-column .image-four {
    position: absolute;
    top: 0 !important;
    right: 10px !important;
    bottom: auto !important;
    left: auto !important;

    display: inline-block !important;

    box-shadow: 0 0 20px rgba(0, 0, 0, .10);
}

/*** 

====================================================================
    Featured Section
====================================================================

***/

.featured-section {
    position: relative;
    z-index: 1;
}

.feature-block-two {
    position: relative;

    margin-bottom: 30px;
}

.feature-block-two .inner-box {
    position: relative;

    padding: 50px 50px;

    background-size: cover;
}

.feature-block-two .inner-box:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    background-color: rgba(20, 29, 59, .70);
}

.feature-block-two .inner-box:hover::before {
    background-color: rgba(0, 96, 255, .70);
}

.feature-block-two .inner-box .number {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 800;
    line-height: 1em;

    position: relative;

    color: #fff;
}

.feature-block-two .inner-box h4 {
    position: relative;

    margin-top: 12px;
    margin-bottom: 15px;

    color: #fff;
}

.feature-block-two .inner-box .text {
    position: relative;

    color: #fff;
}

/*** 

====================================================================
    Services Section
====================================================================

***/

.services-section {
    position: relative;

    padding: 240px 0 250px;

    background-color: #141d38;
}

.services-section.margin-top {
    margin-top: -165px;
}

.services-section .pattern-layer {
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: right top;
}

.service-block {
    position: relative;

    margin-bottom: 30px;
}

.service-block .inner-box {
    position: relative;

    height: 100%;
    padding: 50px 30px 80px;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;

    border-radius: 0 0 15px 0;
    background-color: #fff;
}

.service-block .inner-box:hover {
    border-radius: 0 0 0 15px;
}

.service-block .inner-box:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    opacity: 0;
    background-image: -ms-linear-gradient(top, #131e39 0%, #015ffd 100%);
    background-image: -moz-linear-gradient(top, #131e39 0%, #015ffd 100%);
    background-image: -o-linear-gradient(top, #131e39 0%, #015ffd 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #131e39), color-stop(100, #015ffd));
    background-image: -webkit-linear-gradient(top, #131e39 0%, #015ffd 100%);
    background-image: linear-gradient(to bottom, #131e39 0%, #015ffd 100%);
}

.service-block .inner-box:hover::before {
    opacity: 1;
    border-radius: 0 0 0 15px;
}

.icon-box .icon {
    font-weight: normal;
}

.service-block .inner-box .icon-box {
    font-size: 60px;
    font-weight: normal;
    line-height: 1em;

    position: relative;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    color: #000;
}

.service-block .inner-box .icon-box .icon {
    position: relative;
}

.service-block .inner-box:hover .text,
.service-block .inner-box:hover h4 a,
.service-block .inner-box:hover .icon-box {
    color: #fff;
}

.service-block .inner-box h4 {
    position: relative;

    margin-top: 22px;
    margin-bottom: 18px;
}

.service-block .inner-box h4 a {
    position: relative;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    color: #385486;
}

.service-block .inner-box .text {
    position: relative;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    color: #333;
}

.service-block .inner-box .arrow {
    font-size: 20px;
    line-height: 50px;

    position: absolute;
    bottom: 0;
    left: 100%;

    width: 50px;
    height: 50px;
    margin-left: -50px;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    color: #fff;
    border-radius: 0 0 15px 0;
    background-color: #385486;
}

.service-block .inner-box:hover .arrow {
    left: 0;

    margin-left: 0;
}

.service-block .inner-box:hover .arrow {
    color: #385486;
    border-radius: 0 0 0 15px;
    background-color: #fff;
}

/*** 

====================================================================
    Services Section Two
====================================================================

***/

.services-section-two {
    position: relative;

    overflow: hidden;

    padding-bottom: 70px;
}

.services-section-two.margin-top {
    margin-top: -170px;
}

.services-section-two .upper-box {
    position: relative;

    margin-right: -115px;
    margin-left: -115px;
    padding: 100px 20px 180px;

    text-align: center;

    border-radius: 15px;
    background-color: #385486;
}

.services-section-two .upper-box .icon-one {
    position: absolute;
    bottom: 10%;
    left: 5%;

    width: 120px;
    height: 120px;

    background-repeat: no-repeat;
}

.services-section-two .upper-box .icon-two {
    position: absolute;
    top: 10%;
    left: 38%;

    width: 99px;
    height: 119px;

    background-repeat: no-repeat;
}

.services-section-two .upper-box .icon-three {
    position: absolute;
    right: 5%;
    bottom: 15%;

    width: 170px;
    height: 170px;

    background-repeat: no-repeat;
}

.services-section-two .inner-container {
    margin-top: -180px;
}

/* Service Block Two */

.service-block-two {
    position: relative;
    z-index: 1;

    margin-bottom: 30px;
}

.service-block-two .inner-box {
    position: relative;

    overflow: hidden;

    padding: 45px 45px;

    border-radius: 6px;
    background: #262051;
}

.service-block-two .inner-box .shape-one {
    position: absolute;
    top: -120px;
    right: -120px;

    width: 250px;
    height: 250px;

    content: '';
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    transform: scale(0);

    opacity: .4;
    border-radius: 50%;
    background: #385486;
}

.service-block-two .inner-box:hover .shape-one {
    -ms-transition-delay: 300ms;
    transition-delay: 300ms;
    transform: scale(1);

    webkit-transition-delay: 300ms;
}

.service-block-two .inner-box .shape-two {
    position: absolute;
    z-index: 1;
    top: -180px;
    right: -180px;

    width: 373px;
    height: 373px;

    content: '';
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    transform: scale(0);

    opacity: 0;
    border-radius: 50%;
    background: #385486;
}

.service-block-two .inner-box:hover .shape-two {
    -ms-transition-delay: 600ms;
    transition-delay: 600ms;
    transform: scale(1);

    opacity: .4;

    webkit-transition-delay: 600ms;
}

.service-block-two .inner-box:before {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 50%;

    content: '';
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;

    opacity: 0;
    background-color: #141d38;
}

.service-block-two .inner-box:hover::before {
    height: 100%;

    opacity: 1;
}

.service-block-two .inner-box .icon-box {
    position: relative;
    z-index: 2;
}

.service-block-two .inner-box .icon-box {
    font-size: 65px;
    line-height: 1em;

    position: relative;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #fff;
}

.service-block-two .inner-box .icon-box .icon {
    position: relative;
}

.service-block-two .inner-box h4 {
    position: relative;
    z-index: 2;

    margin: 20px 0 15px;

    color: #222;
}

.service-block-two .inner-box h4 a {
    position: relative;

    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #fff;
}

.service-block-two .inner-box h4 a:hover,
.service-block-two .inner-box .read-more:hover {
    color: #ff0303;
}

.service-block-two .inner-box .text {
    position: relative;
    z-index: 2;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #fff;
}

.service-block-two .inner-box:hover .icon-box,
.service-block-two .inner-box:hover h4 a,
.service-block-two .inner-box:hover .text {
    color: #fff;
}

/*** 

====================================================================
    Call To Action Section
====================================================================

***/

.call-to-action-section {
    position: relative;

    overflow: hidden;

    padding: 85px 0;

    background-color: #385486;
    background-repeat: no-repeat;
    background-position: right center;
}

.call-to-action-section .heading-column {
    position: relative;
}

.call-to-action-section .heading-column .inner-column {
    position: relative;
}

.call-to-action-section .heading-column h2 {
    position: relative;

    color: #fff;
}

.call-to-action-section .button-column {
    position: relative;
}

.call-to-action-section .button-column .inner-column {
    position: relative;

    padding-top: 20px;

    text-align: right;
}

/*** 

====================================================================
    Cases Section
====================================================================

***/

.cases-section {
    position: relative;

    padding: 110px 0 100px;

    background-color: #f5f5f5;
}

.case-block {
    position: relative;

    margin-bottom: 30px;
}

.case-block .inner-box {
    position: relative;

    height: 100%;
}

.case-block .inner-box .image {
    position: relative;

    height: 100%;
}

.case-block .inner-box .image img {
    position: relative;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.case-block .inner-box .image .overlay-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.case-block .inner-box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.case-block .inner-box .image .overlay-box:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #1c2c52 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #1c2c52 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #1c2c52 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #1c2c52));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #1c2c52 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #1c2c52 100%);
}

.case-block .inner-box .image .overlay-box .search-icon {
    font-size: 20px;
    font-weight: 600;
    line-height: 60px;

    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    display: inline-block;

    width: 60px;
    height: 60px;
    margin-top: -60px;
    margin-left: -30px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;

    color: #385486;
    border-radius: 50px;
    background-color: #fff;
}

.case-block .inner-box .image .overlay-box .search-icon:hover {
    color: #fff;
    background-color: #385486;
}

.case-block .inner-box .image .overlay-box .content {
    position: absolute;
    z-index: 1;
    bottom: 40px;
    left: 40px;
}

.case-block .inner-box .image .overlay-box .content h4 {
    position: relative;
}

.case-block .inner-box .image .overlay-box .content h4 a {
    position: relative;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #fff;
    line-height: 0;
}

.case-block .inner-box .image .overlay-box .content h4 a:hover {
    color: #385486;
}

.case-block .inner-box .image .overlay-box .content .category {
    position: relative;

    margin-top: 5px;

    color: #fff;
}

.case-block .inner-box .image .overlay-box .arrow {
    font-size: 22px;
    line-height: 60px;

    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;

    width: 60px;
    height: 60px;

    text-align: center;

    color: #fff;
    background-color: #385486;
}

.cases-section .section-text {
    font-size: 18px;
    font-weight: 600;

    position: relative;

    margin-top: 25px;
    margin-bottom: 30px;

    text-align: center;

    color: #385486;
}

/*** 

====================================================================
    Sponsors Section
====================================================================

***/

.sponsors-section {
    position: relative;
}

/* .sponsors-section:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    right:0px;
    height:50%;
    background-color:#f5f5f5;
} */

.sponsors-section .carousel-outer {
    position: relative;

    padding: 30px 30px;

    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .10);
}

.sponsors-section .owl-dots {
    display: none;
}

.sponsors-section .owl-nav {
    position: absolute;
    top: 42px;
    right: -30px;
    left: -40px;
}

.sponsors-section .owl-nav .owl-prev {
    font-size: 20px;
    line-height: 98px;

    position: absolute;
    left: 0;

    display: inline-block;

    width: 30px;
    height: 100px;
    margin-left: 10px;

    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;

    color: #333;
    border: 1px solid #555;
    border-radius: 50px;
    background-color: #fff;
}

.sponsors-section .owl-nav .owl-next {
    font-size: 20px;
    line-height: 98px;

    position: absolute;
    right: 0;

    display: inline-block;

    width: 30px;
    height: 100px;
    margin-left: 10px;

    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;

    color: #333;
    border: 1px solid #555;
    border-radius: 50px;
    background-color: #fff;
}

.sponsors-section .owl-nav .owl-prev:hover,
.sponsors-section .owl-nav .owl-next:hover {
    color: #fff;
    border-color: #555;
    background-color: #555;
}

.sponsors-section .owl-carousel .owl-stage-outer {
    padding: 20px 0;
}

.sponsors-section .owl-theme .image-box {
    margin: 0 15px;
}

.sponsors-section .owl-carousel {
    width: auto;
    margin: 0 -15px;
}

.sponsors-section .image-box {
    position: relative;

    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
}

.sponsors-section .image-box img {
    position: relative;

    display: inline-block;

    width: auto;
    max-width: 100%;

    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    opacity: .9;

    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.sponsors-section .image-box img:hover {
    opacity: 1;

    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.sponsors-section.style-two {
    border-bottom: 1px solid #ddd;
}

.sponsors-section.style-two .carousel-outer {
    padding-right: 0;
    padding-left: 0;

    box-shadow: none;
}

.sponsors-section.style-two:before {
    display: none;
}

.sponsors-section.style-two .owl-nav,
.sponsors-section.style-two .owl-dots {
    display: none;
}

.sponsors-section.style-three:before {
    display: none;
}

.sponsors-section.style-three .sec-title .text {
    margin-top: 40px;
}

/*** 

====================================================================
    Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;

    padding: 110px 0 100px;
}

.testimonial-section .sec-title .text {
    margin-top: 40px;
}

.testimonial-section .owl-carousel .owl-stage-outer {
    padding: 20px 0;
}

.testimonial-section .owl-theme .testimonial-block {
    margin: 0 15px;
}

.testimonial-section .owl-carousel {
    width: auto;
    margin: 0 -15px;
}

.testimonial-section .owl-nav {
    display: none;
}

.testimonial-section .owl-dots {
    position: relative;

    margin-top: 20px;
    padding-right: 15px;

    text-align: right;
}

.testimonial-section .owl-dots .owl-dot {
    position: relative;

    display: inline-block;

    width: 10px;
    height: 5px;
    margin-bottom: 10px;
    margin-left: 10px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    border-radius: 0;
    background-color: #005;
}

.testimonial-section .owl-dots .owl-dot.active,
.testimonial-section .owl-dots .owl-dot:hover {
    width: 30px;

    background-color: #024ac2;
}

.testimonial-section .lower-text {
    font-size: 16px;
    font-weight: 700;

    position: relative;

    color: #333;
}

.testimonial-section .lower-text a {
    position: relative;

    color: #024ac2;
}

.testimonial-block {
    position: relative;

    margin-bottom: 30px;
}

.testimonial-block .inner-box {
    position: relative;

    margin-top: 20px;
    margin-left: 20px;
    padding: 50px 50px;

    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right top;
    box-shadow: 0 0 20px rgba(0, 0, 0, .07);
}

.testimonial-block .inner-box:before {
    position: absolute;
    z-index: -1;
    top: -20px;
    right: 20px;
    bottom: 20px;
    left: -20px;

    content: '';

    border: 2px solid #cbcbcb;
}

.testimonial-block .inner-box .upper-box {
    position: relative;

    padding-top: 17px;
    padding-left: 115px;
}

.testimonial-block .inner-box .upper-box .icon {
    position: absolute;
    top: 0;
    left: 0;
}

.testimonial-block .inner-box .upper-box h4 {
    position: relative;

    color: #141d38;
}

.testimonial-block .inner-box .upper-box .designation {
    font-size: 16px;

    position: relative;

    color: #333;
}

.testimonial-block .inner-box .text {
    position: relative;

    margin-top: 35px;

    color: #333;
}

/*** 

====================================================================
    Technology Section
====================================================================

***/

.technology-section {
    position: relative;

    padding: 110px 0 70px;
}

.technology-section .title-column {
    position: relative;
}

.technology-section .title-column .inner-column {
    position: relative;

    padding-top: 30px;
}

.technology-section:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    background-color: rgba(20, 29, 56, .95);
}

.technology-section .pattern-layer-one {
    position: absolute;
    top: 0;
    left: 0;

    width: 50%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: left top;
}

.technology-section .pattern-layer-two {
    position: absolute;
    top: 0;
    right: 0;

    width: 50%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: right top;
}

.technology-section .blocks-column {
    position: relative;
}

.technology-section .blocks-column .inner-column {
    position: relative;
}

.technology-section .blocks-column .inner-column .technology-block:nth-child(4) {
    margin-left: -100px;
}

.technology-block {
    position: relative;

    margin-bottom: 30px;
}

.technology-block .inner-box {
    position: relative;

    padding: 45px 15px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;

    border: 1px dashed rgba(255, 255, 255, .60);
    border-radius: 10px;
}

.technology-block .inner-box .overlay-link {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;
}

.technology-block .inner-box .icon-box {
    font-size: 64px;
    line-height: 1em;

    position: relative;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    color: #385486;
}

.technology-block .inner-box:hover .icon-box {
    transform: rotateY(180deg);
}

.technology-block .inner-box h6 {
    position: relative;

    margin-top: 18px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;

    color: #fff;
}

.technology-block .inner-box:hover {
    border-color: #fff;
    background-color: #fff;
}

.technology-block .inner-box:hover .icon-box {
    color: #385486;
}

.technology-block .inner-box:hover h6 {
    color: #005;
}

.technology-section.style-two .technology-block {
    width: 20%;
    padding: 0 15px;
}

.technology-section.style-two .technology-block h6 {
    text-transform: capitalize;
}

/*** 

====================================================================
    Team Section
====================================================================

***/

.team-section {
    position: relative;

    padding: 110px 0 70px;
}

.team-section .sec-title .text {
    margin-top: 40px;
}

.team-section .team-block {
    float: left;

    padding: 0;
}

.team-block {
    position: relative;

    margin-bottom: 30px;
}

.team-block .inner-box {
    position: relative;
}

.team-block .inner-box .image {
    position: relative;

    overflow: hidden;

    background-color: #385486;
}

.team-block .inner-box .image img {
    position: relative;

    display: block;

    width: 100%;
    height: 350px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    object-fit: cover;
}

.team-block .inner-box:hover .image img {
    transform: scale(1.04, 1.04);

    opacity: .80;
}

.team-block .inner-box .lower-box {
    position: relative;

    margin: 20px 0 !important;


    overflow: hidden;

    margin-top: -30px;
    margin-right: 30px;
    margin-left: 30px;
    padding: 20px 20px;

    text-align: right;

    /* border-left: 2px solid #385486; */
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .10);
}

.team-block .inner-box .lower-box .content {
    position: relative;
}

.team-block .inner-box .lower-box h4 {
    position: relative;
}

.team-block .inner-box .lower-box h4 a {
    position: relative;

    color: #141d38;
}

.team-block .inner-box .lower-box .designation {
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
    position: relative;

    margin-top: 5px;

    color: #333;
    height: 60px;
}

.team-block .inner-box .lower-box .social-box {
    position: absolute;
    top: 0;
    left: -40px;

    width: 30px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    opacity: 0;
    background-color: #385486;
}

.team-block .inner-box .lower-box .social-box li {
    position: relative;

    padding: 4.1px 0;

    text-align: center;
}

.team-block .inner-box .lower-box .social-box li a {
    position: relative;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    color: #fff;
}

.team-block .inner-box .lower-box .social-box li a:hover {
    color: #141d38;
}

.team-block .inner-box:hover .lower-box .social-box {
    left: 0;

    opacity: 1;
}

/*** 

====================================================================
    News Section
====================================================================

***/

.news-section {
    position: relative;

    padding: 110px 0 70px;
}

.news-block {
    position: relative;

    margin-bottom: 30px;
}

.news-block .inner-box {
    position: relative;
}

.news-block .inner-box .image {
    position: relative;

    overflow: hidden;

    background-color: #427cff;
}

.news-block .inner-box .image img {
    position: relative;

    display: block;

    width: 100%;
    height: 320px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    object-fit: cover;
}

.news-block .inner-box:hover .image img {
    transform: scale(1.04, 1.04);

    opacity: .7;
}

.news-block .inner-box .lower-content {
    position: relative;

    padding-top: 30px;
}

.news-block .inner-box .lower-content .post-date {
    font-size: 30px;
    font-weight: 800;

    position: relative;

    display: inline-block;

    margin-bottom: 18px;
    padding-bottom: 10px;

    text-transform: uppercase;

    color: #385486;
    border-bottom: 1px solid #ccc;
}

.news-block .inner-box .lower-content .post-date span {
    font-size: 14px;

    position: relative;

    color: #141d38;
}

.news-block .inner-box .lower-content .post-meta {
    position: relative;
}

.news-block .inner-box .lower-content .post-meta li {
    font-size: 16px;
    font-weight: 600;

    position: relative;

    display: inline-block;

    margin-right: 10px;
    padding-left: 22px;

    color: #7e7e7e !important;
}

.news-block .inner-box .lower-content .post-meta li .icon {
    font-size: 15px;

    position: absolute;
    top: 0;
    left: 0;

    margin-right: 6px;

    color: #2a2a2a !important;
}

.news-block .inner-box .lower-content h4 {
    position: relative;

    margin-top: 12px;
}

.news-block .inner-box .lower-content h4 a {
    position: relative;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    color: #141d38;
}

.news-block .inner-box .lower-content h4 a:hover {
    color: #385486;
}

.news-block .inner-box .lower-content .text {
    position: relative;

    margin-top: 12px;
    margin-bottom: 12px;

    color: #333;
}

.news-block .inner-box .lower-content .read-more {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;

    position: relative;

    margin-top: 12px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    color: #141d38;
}

.news-block .inner-box .lower-content .read-more .arrow {
    font-size: 16px;

    position: relative;
    top: 1px;

    margin-left: 8px;
}

.news-block .inner-box .lower-content .read-more:hover {
    color: #385486;
}

/*** 

====================================================================
    Main Footer
====================================================================

***/

.main-footer {
    position: relative;

    background: #101010;
    /*background: -webkit-radial-gradient(circle farthest-corner at center center, #0246b7 0%, #131E3C 100%);
    background: -moz-radial-gradient(circle farthest-corner at center center, #0246b7 0%, #131E3C 100%);
    background: radial-gradient(circle farthest-corner at center center, #0246b7 0%, #131E3C 100%);*/
}

.main-footer.style-two {
    background-color: #141d38;
    background-image: none;
}

.main-footer .pattern-layer-one {
    position: absolute;
    top: 0;
    left: 0;

    width: 50%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: left top;
}

.main-footer .pattern-layer-two {
    position: absolute;
    top: 0;
    right: 0;

    width: 50%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: right top;
}

.main-footer .pattern-layer-three {
    position: absolute;
    top: 0;
    left: 0;

    width: 283px;
    height: 100%;

    background-repeat: no-repeat;
    background-position: left center;
}

.main-footer .pattern-layer-four {
    position: absolute;
    top: 0;
    right: 0;

    width: 283px;
    height: 100%;

    background-repeat: no-repeat;
    background-position: left center;
}

.main-footer .footer-widget {
    position: relative;
    z-index: 1;

    margin-bottom: 60px;
}

.main-footer .widgets-section {
    position: relative;

    padding: 100px 0 40px 0;

    border-bottom: 1px solid #0345b3;
}

.main-footer .footer-widget h5 {
    position: relative;

    margin-bottom: 45px;
    padding-bottom: 20px;

    text-transform: capitalize;

    color: #fff;
}

.main-footer .footer-widget h5:before {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 30px;
    height: 1px;

    content: '';

    background-color: #fff;
}

.main-footer .logo-widget {
    position: relative;
}

.main-footer .logo-widget .logo {
    position: relative;

    width: 185px;
    height: 60px;
    margin-bottom: 25px;
}

.main-footer .logo-widget .text {
    position: relative;

    margin-bottom: 25px;

    color: #fff;
}

.main-footer .logo-widget .social-box,
.main-footer .subscribe-widget .social-box {
    position: relative;
}

.main-footer .logo-widget .social-box li,
.main-footer .subscribe-widget .social-box li {
    position: relative;

    display: inline-block;

    margin-right: 8px;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

.main-footer .logo-widget .social-box li:before,
.main-footer .subscribe-widget .social-box li:before {
    display: none;
}

.main-footer .logo-widget .social-box li a,
.main-footer .subscribe-widget .social-box li a {
    font-size: 16px;
    line-height: 40px;

    position: relative;

    display: inline-block;

    width: 40px;
    height: 40px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;

    color: #fff;
    border-radius: 4px;
    background-color: #385486;
}

.main-footer .logo-widget .social-box li a:hover,
.main-footer .subscribe-widget .social-box li a:hover {
    text-decoration: inherit;

    background-color: #141d38;
}

/* List Link */

.list-link {
    position: relative;
}

.list-link li {
    position: relative;

    margin-bottom: 12px;
}

.list-link li a {
    font-size: 15px;
    font-weight: 500;

    position: relative;

    padding-left: 15px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #fff;
}

.list-link li a:hover {
    text-decoration: line-through;
}

.list-link li a:before {
    font-family: 'FontAwesome';

    position: absolute;
    top: -2px;
    left: 0;

    content: '\f101';
}

/* Recent Posts */

.main-footer .news-widget {
    position: relative;
}

.main-footer .news-widget .post {
    position: relative;

    min-height: 100px;
    margin-bottom: 20px;
    padding-left: 95px;

    border-bottom: 1px solid #fff;
}

.main-footer .news-widget .post:last-child {
    min-height: auto;
    margin-bottom: 0;

    border: none;
}

.main-footer .news-widget .post .thumb {
    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 80px;
    height: 80px;
}

.main-footer .news-widget .post .thumb a {
    display: block;
}

.main-footer .news-widget .post .thumb img {
    display: block;

    width: 100%;
    height: auto;
}

.main-footer .news-widget .post h6 {
    font-size: 15px;

    position: relative;
    top: -4px;

    color: #fff;
}

.main-footer .news-widget .post h6 a {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #fff;
}



.main-footer .news-widget .post .date {
    font-size: 14px;
    line-height: 1.3em;

    position: relative;

    display: block;

    margin-top: 4px;

    text-transform: capitalize;

    color: #fff;
}

.main-footer .contact-widget {
    position: relative;
}

.main-footer .contact-widget ul {
    position: relative;
}

.main-footer .contact-widget ul li {
    font-size: 16px;
    line-height: 1.6em;

    position: relative;

    margin-bottom: 28px;
    padding-left: 60px;

    color: #fff;
}

.main-footer .contact-widget ul li:before {
    display: none;
}

.main-footer .contact-widget ul li strong {
    position: relative;

    display: block;
}

.main-footer .contact-widget ul li .icon {
    font-size: 44px;
    line-height: 1em;

    position: absolute;
    top: 4px;
    left: 0;

    color: #fff;
}

.main-footer .contact-widget ul li a {
    position: relative;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #fff;
}

.main-footer .contact-widget ul li a:hover {
    color: #385486;
}

.main-footer .footer-bottom {
    position: relative;

    padding: 20px 0;
}

.main-footer .footer-bottom .copyright {
    position: relative;

    color: #fff;
}

.main-footer .footer-nav {
    position: relative;

    text-align: right;
}

.main-footer .footer-nav li {
    line-height: 1em;

    position: relative;

    display: inline-block;

    margin-right: 14px;
    padding-right: 14px;

    border-right: 2px solid #fff;
}

.main-footer .footer-nav li a {
    font-size: 15px;
    font-weight: 500;

    position: relative;

    color: #fff;
}

.main-footer .footer-nav li:last-child {
    position: relative;

    margin-right: 0;
    padding-right: 0;

    border: none;
}

.main-footer.style-two .logo-widget .social-box li a:hover {
    color: #141d38;
    background-color: #fff;
}



.main-footer.style-three {
    background-color: #141d38;
    background-image: none;
}

.main-footer.style-three .footer-bottom {
    border: none;
    background-color: #385486;
}

/*** 

====================================================================
    Banner Section Two
====================================================================

***/

.banner-section-two {
    position: relative;

    padding: 250px 0 0;

    background-color: #0e0a31;
}

.banner-section-two .pattern-layer-one {
    position: absolute;
    top: 100px;
    left: 0;

    width: 825px;
    height: 848px;

    background-repeat: no-repeat;
}

.banner-section-two .pattern-layer-two {
    position: absolute;
    bottom: -450px;
    left: 0;

    width: 100%;
    height: 671px;
    margin-left: -60px;

    background-repeat: repeat-x;
}

.banner-section-two .pattern-layer-three {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 646px;

    background-repeat: repeat-x;
}

.banner-section-two .content-column {
    position: relative;
}

.banner-section-two .content-column .play-box {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;

    position: relative;

    padding-top: 20px;
    padding-left: 90px;

    text-transform: uppercase;

    color: #fff;
}

.banner-section-two .content-column .video-box {
    font-size: 18px;
    line-height: 60px;

    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;
    float: left;

    width: 60px;
    height: 60px;
    margin-right: 40px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;

    color: #385486;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 1);
}

.banner-section-two .content-column .video-box .overlay-box span {
    font-size: 16px;
    font-weight: 400;

    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;

    display: inline-block;

    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    padding-left: 7px;

    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .10);
}

.banner-section-two .content-column .video-box .ripple,
.banner-section-two .content-column .video-box .ripple:before,
.banner-section-two .content-column .video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 60px;
    height: 60px;
    margin-left: .5px;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);

    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
}

.banner-section-two .content-column .video-box .ripple:before {
    position: absolute;

    content: '';
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
}

.banner-section-two .content-column .video-box .ripple:after {
    position: absolute;

    content: '';
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.banner-section-two .content-column .inner-column {
    position: relative;

    padding-top: 150px;
    padding-bottom: 60px;
}

.banner-section-two .content-column .title {
    font-size: 24px;
    font-weight: 600;

    position: relative;

    margin-bottom: 25px;

    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    transform: scaleY(0);
    transform-origin: top;
    text-transform: capitalize;

    opacity: 0;
    color: #fff;
}

.banner-section-two .active .content-column .title {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    transform: scaleY(1);

    opacity: 1;
}

.banner-section-two .content-column h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.3em;

    position: relative;

    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    transform: scaleY(0);
    transform-origin: top;

    opacity: 0;
    color: #fff;
}

.banner-section-two .active .content-column h1 {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
    transform: scaleY(1);

    opacity: 1;
}

.banner-section-two .content-column .text {
    position: relative;

    margin-top: 25px;
    margin-bottom: 35px;

    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    transform: scaleY(0);
    transform-origin: top;

    opacity: 0;
    color: #fff;
}

.banner-section-two .active .content-column .text {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
    transform: scaleY(1);

    opacity: 1;
}

.banner-section-two .content-column .play-box {
    margin-top: 35px;

    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    transform: scaleY(0);
    transform-origin: top;

    opacity: 0;
}

.banner-section-two .active .content-column .play-box {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
    transform: scaleY(1);

    opacity: 1;
}

.banner-section-two .image-column {
    position: relative;
}

.banner-section-two .image-column .inner-column {
    position: relative;

    text-align: right;
}

.banner-section-two .image-column .image {
    position: relative;

    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    transform: scaleX(0);
    transform-origin: top;
}

.banner-section-two .active .image-column .image {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    transform: scaleX(1);

    opacity: 1;
}

.banner-section-two .image-column .image img {
    position: relative;
}

.banner-section-two .owl-dots {
    position: absolute;
    top: 50%;
    right: 110px;

    display: none;
}

.banner-section-two .owl-dots .owl-dot {
    position: relative;

    width: 16px;
    height: 16px;
    margin-bottom: 10px;
    margin-bottom: 10px;

    border-radius: 50px;
    background-color: #fff;
}

.banner-section-two .owl-dots .owl-dot:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    opacity: 0;
    border: 3px solid #cc2b5e;
    border-radius: 50px;
}

.banner-section-two .owl-dots .owl-dot.active:before,
.banner-section-two .owl-dots .owl-dot:hover::before {
    opacity: 1;
}

.banner-section-two .owl-nav {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;

    width: 100%;
    margin-top: -10px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    opacity: 0;
}

.banner-section-two:hover .owl-nav {
    opacity: 1;
}

.banner-section-two .owl-nav .owl-prev {
    font-size: 24px;
    line-height: 56px;

    position: absolute;
    left: 20px;

    width: 60px;
    height: 60px;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;

    color: #fff;
    border: 2px solid rgba(255, 255, 255, .60);
    border-radius: 50px;
}

.banner-section-two .owl-nav .owl-next {
    font-size: 24px;
    line-height: 56px;

    position: absolute;
    right: 20px;

    width: 60px;
    height: 60px;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;

    color: #fff;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .60);
    border-radius: 50px;
}

.banner-section-two .owl-nav .owl-prev:hover,
.banner-section-two .owl-nav .owl-next:hover {
    color: #385486;
    border-color: #fff;
    background-color: #fff;
}

/*** 

====================================================================
    Experiance Section
====================================================================

***/

.experiance-section {
    position: relative;

    padding: 110px 0 110px;

    background-repeat: no-repeat;
    background-position: center center;
}

.experiance-tabs {
    position: relative;

    margin-top: 50px;
}

.experiance-tabs .tab-btns {
    position: relative;

    margin-bottom: 25px;

    text-align: center;
}

.experiance-tabs .tab-btns .tab-btn {
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;

    position: relative;
    z-index: 1;

    display: block;
    display: inline-block;
    overflow: hidden;

    width: 210px;
    height: 210px;
    margin: 0 10px 30px;
    padding: 45px 0 20px;

    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    text-transform: uppercase;

    color: #0e0a31;
    border: 1px solid #ccc;
    border-radius: 12px;
    background: none;
    background-color: #fff;
}

.experiance-tabs .tab-btns .tab-btn:before {
    position: absolute;
    z-index: -1;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;

    content: '';
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    opacity: 0;
    background: -webkit-radial-gradient(circle farthest-corner at center center, #0246b7 0%, #131e3c 100%);
    background: -moz-radial-gradient(circle farthest-corner at center center, #0246b7 0%, #131e3c 100%);
    background: radial-gradient(circle farthest-corner at center center, #0246b7 0%, #131e3c 100%);
}

.experiance-tabs .tab-btns .tab-btn .icon {
    font-size: 74px;
    font-weight: 300;
    line-height: 1em;

    position: relative;

    display: block;

    margin-bottom: 15px;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    color: #146cff;
}

.experiance-tabs .tab-btns .tab-btn.active-btn .icon,
.experiance-tabs .tab-btns .tab-btn:hover .icon {
    color: #fff;
}

.experiance-tabs .tab-btns .tab-btn:hover::before,
.experiance-tabs .tab-btns .tab-btn.active-btn::before {
    opacity: 1;
}

.experiance-tabs .tab-btns .tab-btn:hover,
.experiance-tabs .tab-btns .tab-btn.active-btn {
    color: #fff;
    border-color: #0d103e;
}

.experiance-tabs .tabs-content {
    position: relative;

    text-align: center;
}

.experiance-tabs .tabs-content .tab {
    position: relative;

    display: none;
}

.experiance-tabs .tabs-content .tab.active-tab {
    display: block;
}

.experiance-tabs .tabs-content h4 {
    position: relative;

    margin-bottom: 10px;

    color: #385486;
}

.experiance-tabs .tabs-content .text {
    position: relative;

    margin-bottom: 45px;

    color: #222;
}

/*** 

====================================================================
    Counter Section
====================================================================

***/

.counter-section {
    position: relative;
    z-index: 1;

    overflow: hidden;
}

.counter-section .inner-container {
    position: relative;

    padding: 60px 0 30px 60px;
}

.counter-section .inner-container:before {
    position: absolute;
    top: 0;
    right: -1000px;
    bottom: 0;
    left: 0;

    content: '';

    border-radius: 15px;
    background-color: #e7f0ff;
}

/* Fact Counter */

.fact-counter {
    position: relative;
}

.fact-counter .column {
    position: relative;

    margin-bottom: 30px;
}

.fact-counter .column .inner {
    position: relative;
}

.fact-counter .column .inner .content {
    position: relative;

    text-align: center;
}

.fact-counter .column .inner .icon {
    font-size: 60px;
    font-weight: 400;
    line-height: 1em;

    position: absolute;
    top: 10px;
    left: 0;

    margin-bottom: 0;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;

    color: #bbb;
}

.fact-counter .count-outer .percentage {
    font-size: 54px;
    font-weight: 600;
    line-height: 1em;

    display: inline-block;

    color: #fff;
}

.fact-counter .column .inner .count-outer {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 600;
    font-weight: 700;
    line-height: 1em;

    position: relative;

    color: #0e0a31;
}

.fact-counter .column .inner .counter-title {
    font-size: 16px;
    font-weight: 600;

    position: relative;

    margin-top: 10px;

    color: #385486;
}

/*** 

====================================================================
    About Section Two
====================================================================

***/

.about-section-two {
    position: relative;

    margin-top: -100px;
    padding-bottom: 80px;

    background-attachment: fixed;
    background-size: cover;
}

.about-section-two:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    background-color: rgba(0, 96, 255, .70);
}

.about-section-two .image-column {
    position: relative;

    margin-bottom: 40px;
}

.about-section-two .image-column .inner-column {
    position: relative;

    padding: 0 90px 90px;
}

.about-section-two .image-column .inner-column .circle-layer {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 650px;
    height: 650px;

    background-repeat: no-repeat;
}

.about-section-two .image-column .inner-column .image {
    position: relative;

    overflow: hidden;

    border: 15px solid #fff;
    border-radius: 0 0 250px 250px;
}

.about-section-two .image-column .inner-column .image img {
    position: relative;

    display: block;

    width: 100%;
}

.about-section-two .skill-column {
    position: relative;

    margin-bottom: 40px;
}

.about-section-two .skill-column .inner-column {
    position: relative;

    padding-top: 180px;
}

.about-section-two .skill-column .sec-title {
    margin-bottom: 30px;
}

.about-section-two .skill-column .sec-title .text {
    font-size: 16px;
}

/* Skills Section */

.about-section-two .skill-column .skills {
    margin-bottom: 40px;
}

.skills .skill-item {
    position: relative;

    margin-bottom: 25px;
}

.skills .skill-item:last-child {
    margin-bottom: 0;
}

.skills .skill-item .skill-bar {
    position: relative;

    width: 100%;
    height: 5px;
}

.skills .skill-item .skill-bar .bar-inner {
    position: relative;

    width: 100%;
    height: 5px;

    background: #fff;
}

.skills .skill-item .skill-bar .bar-inner .bar:before {
    position: absolute;
    top: -4px;
    right: -6px;

    width: 12px;
    height: 12px;

    content: '';

    border: 1px solid #fff;
    background-color: #0e0a31;
}

.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    top: 0;
    left: 0;

    width: 0;
    height: 5px;

    -webkit-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    transition: all 2000ms ease;

    border-bottom: 5px solid #0e0a31;
}

.skills .skill-item .skill-header {
    position: relative;

    margin-bottom: 12px;
}

.skills .skill-item .skill-header .skill-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;

    position: relative;

    float: left;

    text-transform: capitalize;

    color: #fff;
}

.skills .skill-item .skill-header .skill-percentage {
    font-size: 16px;
    font-weight: 700;

    position: relative;

    float: right;

    text-transform: uppercase;

    color: #fff;
}

/*** 

====================================================================
    Process Section
====================================================================

***/

.process-section {
    position: relative;

    padding: 100px 0 50px;
}

.process-section .pattern-layer-one {
    position: absolute;
    top: 0;
    right: 0;

    width: 911px;
    height: 579px;

    background-repeat: no-repeat;
}

.process-section .pattern-layer-two {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 722px;
    height: 579px;

    background-repeat: no-repeat;
}

.process-block {
    position: relative;
}

.process-block .inner-box {
    position: relative;

    padding: 0 30px 40px;
}

.process-block .inner-box:before {
    position: absolute;
    z-index: -1;
    top: 35px;
    right: 0;
    bottom: 60px;
    left: 0;

    content: '';
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;

    border: 1px solid #ccc;
    background-color: #fff;
}

.process-block .inner-box:hover::before {
    bottom: 0;
}

.process-block .inner-box .number-box {
    font-size: 30px;
    font-weight: 800;
    line-height: 72px;

    position: relative;

    display: inline-block;

    width: 70px;
    height: 70px;
    margin-bottom: 30px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;

    color: #fff;
    border-radius: 50px;
    background-color: #e1e1e1;
}

.process-block .inner-box:hover .number-box {
    background-color: #385486;
}

.process-block .inner-box .number-box:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    border-radius: 50%;
    background-color: #e1e1e1;
}

.process-block .inner-box:hover .number-box:before {
    transform: translateX(5px) translateY(5px);
}

.process-block .inner-box h4 {
    position: relative;

    margin-bottom: 15px;
}

.process-block .inner-box h4 a {
    position: relative;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    color: #141d38;
}

.process-block .inner-box h4 a:hover {
    color: #385486;
}

.process-block .inner-box .text {
    position: relative;

    margin-bottom: 20px;

    color: #333;
}

.process-block .inner-box .read-more {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;

    position: relative;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    opacity: 0;
    color: #385486;
}

.process-block .inner-box .read-more .arrow {
    position: relative;

    margin-right: 10px;
}

.process-block .inner-box:hover .read-more {
    opacity: 1;
}

/*** 

====================================================================
    Team Section Two
====================================================================

***/

.team-section-two {
    position: relative;

    padding: 110px 0 80px;
}

.team-section-two .sec-title .text {
    margin-top: 40px;
}

.team-block-two {
    position: relative;

    margin-bottom: 30px;
}

.team-block-two .inner-box {
    position: relative;
}

.team-block-two .inner-box .image {
    position: relative;

    overflow: hidden;

    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;

    border-radius: 0 0 150px 150px;
    background-color: #385486;
}

.team-block-two .inner-box:hover .image {
    border-radius: 150px 150px 0 0;
}

.team-block-two .inner-box .image img {
    position: relative;

    display: block;

    width: 100%;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.team-block-two .inner-box:hover .image img {
    transform: scale(1.04, 1.04);

    opacity: .80;
}

.team-block-two .inner-box .lower-box {
    position: relative;

    margin-top: -30px;
    padding: 20px 20px 25px;

    text-align: center;

    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .10);
}

.team-block-two .inner-box .lower-box .content {
    position: relative;
}

.team-block-two .inner-box .lower-box h4 {
    position: relative;
}

.team-block-two .inner-box .lower-box h4 a {
    position: relative;

    color: #141d38;
}

.team-block-two .inner-box .lower-box .designation {
    font-size: 14px;

    position: relative;

    margin-top: 5px;

    color: #333;
}

.team-block-two .inner-box .lower-box .social-box {
    position: absolute;
    bottom: -17px;
    left: 50%;

    display: inline-block;

    padding: 5px 16px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform: translateX(-50%);

    opacity: 0;
    border-radius: 50px;
    background-color: #385486;
}

.team-block-two .inner-box .lower-box .social-box li {
    position: relative;

    display: inline-block;

    padding: 0 6px;

    text-align: center;
}

.team-block-two .inner-box .lower-box .social-box li a {
    position: relative;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    color: #fff;
}

.team-block-two .inner-box .lower-box .social-box li a:hover {
    color: #141d38;
}

.team-block-two .inner-box:hover .lower-box .social-box {
    opacity: 1;
}

/*** 

====================================================================
    Appointment Section Two
====================================================================

***/

.appointment-section {
    position: relative;

    padding-top: 100px;
}

.appointment-section.style-two {
    padding-bottom: 110px;
}

.appointment-section .image-layer {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    height: 700px;

    background-repeat: no-repeat;
    background-size: cover;
}

.appointment-section .image-layer:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    background-color: rgba(0, 96, 255, .90);
}

.appointment-section .inner-container {
    position: relative;
    z-index: 1;

    padding: 65px 0;
}

.appointment-section .inner-container:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 250px;

    content: '';

    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.appointment-section .image-column {
    position: relative;
}

.appointment-section .image-column .inner-column {
    position: relative;

    padding-left: 60px;

    text-align: center;
}

.appointment-section .image-column .inner-column .image {
    position: relative;

    overflow: hidden;

    border-radius: 7px;
}

.appointment-section .image-column .inner-column .image img {
    display: block;

    width: 100%;
}

.appointment-section .form-column {
    position: relative;
}

.appointment-section .form-column .inner-column {
    position: relative;

    padding-top: 0;
    padding-right: 45px;
    padding-left: 20px;
}

.appointment-section .form-column h4 {
    position: relative;

    margin-bottom: 30px;

    color: #141d38;
}

/* Appointment Form */

.appointment-form {
    position: relative;
    z-index: 1;
}

.appointment-form .form-group {
    position: relative;

    margin-bottom: 33px;
}

.ui-selectmenu-button.ui-button,
.appointment-form .form-group input[type='text'],
.appointment-form .form-group input[type='email'],
.appointment-form .form-group input[type='tel'],
.appointment-form .form-group input[type='url'],
.appointment-form .form-group textarea,
.appointment-form .form-group select {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;

    position: relative;
    z-index: 1;

    display: block;

    width: 100%;
    height: 60px;
    padding: 14px 22px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #888;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    background-color: #fff;
}

.appointment-form .form-group input:focus,
.appointment-form .form-group select:focus,
.appointment-form .form-group textarea:focus {
    border-color: #385486;
}

.appointment-form .form-group textarea {
    height: 150px;

    resize: none;

    border-radius: 4px;
}

.appointment-form .form-group input[type='submit'] {
    margin-top: 15px;
}

.appointment-form .form-group input[type='submit']:hover,
.appointment-form button:hover {
    opacity: .95;
}

.appointment-form .form-group .icon {
    font-size: 18px;
    line-height: 50px;

    position: absolute;
    z-index: 1;
    top: 5px;
    right: 15px;

    width: 50px;
    height: 50px;

    text-align: center;

    color: #385486;
}

.news-section-two {
    position: relative;

    padding: 110px 0 110px;
}

.news-section-two .owl-dots {
    position: relative;

    display: none;
}

.news-section-two .owl-nav {
    position: absolute;
    top: -114px;
    right: 0;
}

.news-section-two .owl-nav .owl-prev,
.news-section-two .owl-nav .owl-next {
    font-size: 22px;
    line-height: 44px;

    position: relative;

    display: inline-block;

    width: 50px;
    height: 50px;
    margin-left: 15px;

    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;

    color: #141d38;
    border: 2px solid #141d38;
    border-radius: 3px;
}

.news-section-two .owl-nav .owl-prev:hover,
.news-section-two .owl-nav .owl-next:hover {
    color: #fff;
    border-color: #141d38;
    background-color: #141d38;
}

.news-section-two .inner-container {
    position: relative;

    padding-right: 0;
}

.news-block-two {
    position: relative;
}

.news-block-two .inner-box {
    position: relative;
}

.news-block-two .inner-box .image-column {
    position: relative;
}

.news-block-two .inner-box .image-column .post-date {
    font-size: 24px;
    font-weight: 800;

    position: absolute;
    z-index: 1;
    bottom: 25px;
    left: -35px;

    width: 70px;
    height: 70px;
    padding-top: 14px;

    text-align: center;

    color: #fff;
    background-color: #385486;
}

.news-block-two .inner-box .image-column .post-date span {
    font-size: 14px;
    font-weight: 600;

    display: block;
}

.news-block-two .inner-box .image-column .inner-column {
    position: relative;
}

.news-block-two .inner-box .image-column .image {
    position: relative;

    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    background-color: #385486;
}

.news-block-two .inner-box .image-column .image img {
    position: relative;

    display: block;

    width: 100%;

    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .inner-box:hover .image-column .image img {
    opacity: .8;
}

.news-block-two .inner-box .content-column {
    position: relative;
}

.news-block-two .inner-box .content-column .inner-column {
    position: relative;
}

.news-block-two .inner-box .content-column h4 {
    line-height: 1.6em;

    position: relative;

    margin-bottom: 20px;
}

.news-block-two .inner-box .content-column h4 a {
    position: relative;

    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #141d38;
}

.news-block-two .inner-box .content-column h4 a:hover {
    color: #385486;
}

.news-block-two .inner-box .content-column .text {
    position: relative;

    margin-bottom: 25px;

    color: #333;
}

.news-block-two .inner-box .content-column .post-meta {
    position: relative;

    margin-bottom: 35px;
    padding-top: 15px;

    border-top: 1px solid #ccc;
}

.news-block-two .inner-box .content-column .post-meta li {
    font-size: 16px;
    font-weight: 600;

    position: relative;

    display: inline-block;

    margin-right: 15px;

    color: #222;
}

.news-block-two .inner-box .content-column .post-meta li .icon {
    font-size: 15px;

    position: relative;
    top: 1px;

    margin-right: 8px;

    color: #385486;
}

/*** 

====================================================================
    Banner Section Three
====================================================================

***/

.banner-section-three {
    position: relative;

    overflow: hidden;
}

.banner-section-three .color-layer {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;

    width: 70%;
    height: 100%;

    background: #fff;
    background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #132144 100%);
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #132144 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #132144 100%);
}

.banner-section-three .slide {
    position: relative;

    overflow: hidden;

    padding-top: 300px;
    padding-bottom: 280px;
}

.banner-section-three .pattern-layer-one {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;

    width: 728px;
    height: 976px;

    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    transform: translateX(500px);

    opacity: 0;
    background-repeat: no-repeat;
    background-position: right top;
}

.banner-section-three .active .pattern-layer-one {
    transform: translateX(0px);

    opacity: 1;
}

.banner-section-three .content-column {
    position: relative;
    z-index: 10;
}

.banner-section-three .content-column .inner-column {
    position: relative;

    float: right;
    ;

    width: 100%;
    max-width: 580px;
}

.banner-section-three .content-column h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1em;

    position: relative;

    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    transform: scaleY(0);
    transform-origin: top;

    opacity: 0;
    color: #fff;
}

.banner-section-three .active .content-column h1 {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
    transform: scaleY(1);

    opacity: 1;
}

.banner-section-three .content-column .text {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6em;

    position: relative;

    margin-top: 30px;
    margin-bottom: 30px;

    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    transform: scaleY(0);
    transform-origin: top;

    opacity: 0;
    color: #fff;
}

.banner-section-three .active .content-column .text {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
    transform: scaleY(1);

    opacity: 1;
}

.banner-section-three .content-column .button-box {
    margin-top: 35px;

    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    transform: scaleY(0);
    transform-origin: top;

    opacity: 0;
}

.banner-section-three .active .content-column .button-box {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
    transform: scaleY(1);

    opacity: 1;
}

.banner-section-three .content-column .theme-btn {
    margin-right: 15px;
}

.banner-section-three .owl-dots {
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;

    text-align: center;
}

.banner-section-three .owl-dots .owl-dot {
    position: relative;

    display: inline-block;

    width: 30px;
    height: 6px;
    margin: 0 5px;
    margin-bottom: 10px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    border-radius: 0;
    background-color: #fff;
}

.banner-section-three .owl-dots .owl-dot.active,
.banner-section-three .owl-dots .owl-dot:hover {
    background-color: #141d38;
}

.banner-section-three .owl-nav {
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 0;

    width: 100%;
    margin-top: -10px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    opacity: 0;
}

.banner-section-three:hover .owl-nav {
    opacity: 1;
}

.banner-section-three .owl-nav .owl-prev {
    font-size: 24px;
    line-height: 56px;

    position: absolute;
    left: 20px;

    width: 60px;
    height: 60px;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;

    color: #fff;
    border: 2px solid rgba(255, 255, 255, .60);
    border-radius: 50px;
}

.banner-section-three .owl-nav .owl-next {
    font-size: 24px;
    line-height: 56px;

    position: absolute;
    right: 20px;

    width: 60px;
    height: 60px;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;

    color: #fff;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .60);
    border-radius: 50px;
}

.banner-section-three .owl-nav .owl-prev:hover,
.banner-section-three .owl-nav .owl-next:hover {
    color: #1543c5;
    border-color: #fff;
    background-color: #fff;
}

/*** 

====================================================================
    Services Section Three
====================================================================

***/

.services-section-three {
    position: relative;

    overflow: hidden;

    padding-bottom: 70px;
}

.services-section-three.margin-top {
    z-index: 1;

    margin-top: -110px;
}

.service-block-three {
    position: relative;

    margin-bottom: 30px;
}

.service-block-three .inner-box {
    position: relative;

    padding: 35px 30px;

    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.service-block-three .inner-box:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    transform: rotateY(90deg);

    background-color: #385486;
}

.service-block-three .inner-box:hover::before {
    transform: rotateY(0deg);
}

.service-block-three .inner-box .content {
    position: relative;
}

.service-block-three .inner-box .service-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 700;

    position: absolute;
    right: 0;
    bottom: 0;

    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;

    color: #ddd;
}

.service-block-three .inner-box h4 {
    line-height: 1.4em;

    position: relative;
}

.service-block-three .inner-box h4 a {
    position: relative;

    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;

    color: #222;
}

.service-block-three .inner-box .text {
    font-weight: 500;

    position: relative;

    margin-top: 25px;
    margin-bottom: 30px;

    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;

    color: #333;
}

.service-block-three .inner-box .more-detail {
    font-size: 18px;
    font-weight: 700;

    position: relative;

    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;

    color: #222;
}

.service-block-three .inner-box:hover h4 a,
.service-block-three .inner-box:hover .text,
.service-block-three .inner-box:hover .more-detail,
.service-block-three .inner-box:hover .service-number {
    color: #fff;
}

/*** 

====================================================================
    Fluid Section One
====================================================================

***/

.fluid-section-one {
    position: relative;

    padding: 110px 0 120px;
}

.fluid-section-one .outer-container {
    position: relative;

    min-height: 250px;
}

.fluid-section-one .image-column {
    position: absolute;
    top: 120px;
    right: 0;

    width: 90%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.fluid-section-one .image-column:before {
    position: absolute;
    top: 0;
    right: 0;

    width: 100%;
    height: 100%;

    content: '';

    background: #fff;
    background: -webkit-linear-gradient(to right, #fff 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(to right, #fff 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, #fff 0%, rgba(0, 0, 0, 0) 100%);
}

.fluid-section-one .image-column .image-box {
    position: relative;

    display: none;
}

.fluid-section-one .image-column .image-box img {
    position: relative;

    display: block;

    width: 100%;
}

.fluid-section-one .content-column {
    position: relative;
    z-index: 1;

    float: left;

    width: 50%;

    border-radius: 0 50px 50px 0;
    background-color: #141d38;
    background-repeat: no-repeat;
    background-position: left center;
}

.fluid-section-one .content-column .inner-column:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 150%;

    content: '';

    border-radius: 0 50px 50px 0;
}

.fluid-section-one .content-column .inner-column {
    position: relative;

    float: right;

    width: 100%;
    max-width: 600px;
    padding: 110px 45px 100px 15px;
}

.fluid-section-one .content-column .sec-title .text {
    font-size: 16px;
}

.feature-block-three {
    position: relative;
}

.feature-block-three .inner-box {
    position: relative;
}

.feature-block-three .inner-box:before {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 68px;
    height: 73px;

    content: '';
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;

    background: url(../images/icons/pattern-1.png) no-repeat;
}

.feature-block-three .inner-box:hover::before {
    transform: rotateY(360deg);
}

.feature-block-three .inner-box .icon-box {
    font-size: 60px;
    font-weight: 400;
    line-height: 1em;

    position: relative;

    margin-bottom: 35px;

    color: #fff;
}

.feature-block-three .inner-box .number {
    font-size: 36px;
    font-weight: 700;

    position: relative;

    margin-bottom: 18px;

    color: #fff;
}

.feature-block-three .inner-box .feature-text {
    font-size: 18px;
    font-weight: 600;

    position: relative;

    color: #fff;
}

/*** 

====================================================================
    News Section Three
====================================================================

***/

.news-section-three {
    position: relative;

    padding: 100px 0 100px;
}

.news-section-three .owl-nav {
    display: none;
}

.news-section-three .owl-dots {
    position: relative;

    margin-top: 10px;

    text-align: center;
}

.news-section-three .owl-dots .owl-dot {
    position: relative;

    display: inline-block;

    width: 14px;
    height: 6px;
    margin: 0 5px;
    margin-bottom: 10px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    border-radius: 0;
    background-color: #ebebeb;
}

.news-section-three .owl-dots .owl-dot.active,
.news-section-three .owl-dots .owl-dot:hover {
    width: 35px;

    background-color: #535353;
}

.news-block-three {
    position: relative;

    margin-bottom: 30px;
}

.news-block-three .inner-box {
    position: relative;
}

.news-block-three .inner-box .image {
    position: relative;

    overflow: hidden;

    background-color: #427cff;
}

.news-block-three .inner-box .image img {
    position: relative;

    display: block;

    width: 100%;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.news-block-three .inner-box:hover .image img {
    transform: scale(1.04, 1.04);

    opacity: .7;
}

.news-block-three .inner-box .lower-content {
    position: relative;

    padding-top: 25px;
}

.news-block-three .inner-box .lower-content .icon-box {
    position: absolute;
    top: 20px;
    left: 0;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block-three .inner-box:hover .lower-content .icon-box {
    transform: rotateY(180deg);
}

.news-block-three .inner-box .lower-content .icon-box:before {
    position: absolute;
    z-index: -1;
    top: -19px;
    left: 50%;

    width: 17px;
    height: 110px;
    margin-left: -8px;

    content: '';

    background: url(../images/icons/pattern-2.png) no-repeat;
}

.news-block-three .inner-box .lower-content .icon-box .icon {
    font-size: 35px;
    line-height: 68px;

    position: relative;

    display: inline-block;

    width: 70px;
    height: 70px;

    text-align: center;

    color: #385486;
    border: 1px solid #e1e1e1;
    border-radius: 50px;
    background-color: #fff;
}

.news-block-three .inner-box .lower-content .content {
    position: relative;

    padding-left: 100px;
}

.news-block-three .inner-box .lower-content h4 {
    font-weight: 700;
    line-height: 1.4em;

    position: relative;
}

.news-block-three .inner-box .lower-content h4 a {
    position: relative;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    color: #141d38;
}

.news-block-three .inner-box .lower-content h4 a:hover {
    color: #385486;
}

.news-block-three .inner-box .lower-content .text {
    position: relative;

    margin-top: 12px;
    margin-bottom: 10px;

    color: #333;
}

.news-block-three .inner-box .lower-content .read-more {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;

    position: relative;

    margin-top: 12px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    color: #141d38;
}

.news-block-three .inner-box .lower-content .read-more .arrow {
    font-size: 16px;

    position: relative;
    top: 1px;

    margin-left: 8px;
}

.news-block-three .inner-box .lower-content .read-more:hover {
    color: #385486;
}

.news-block-three.style-two .inner-box .lower-content {
    padding-top: 0;
    padding-bottom: 20px;
}

/*** 

====================================================================
    Call To Action Section
====================================================================

***/

.call-to-action-section-two {
    position: relative;

    overflow: hidden;
}

.call-to-action-section-two .inner-container {
    position: relative;

    padding-top: 40px;
    padding-right: 240px;
    padding-bottom: 40px;
    padding-left: 360px;
}

.call-to-action-section-two .inner-container:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 200%;

    content: '';

    border-radius: 10px 0 0 10px;
    background-color: #385486;
}

.call-to-action-section-two .inner-container .image {
    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 300px;

    border-radius: 0 0 0 0;
}

.call-to-action-section-two .inner-container h3 {
    position: relative;

    color: #fff;
}

.call-to-action-section-two .inner-container .theme-btn {
    position: absolute;
    top: 55px;
    right: 0;
}

/*** 

====================================================================
    Cases Section Two
====================================================================

***/

.cases-section-two {
    position: relative;

    padding: 110px 0 60px;

    background-color: #f5f5f5;
}

.cases-section-two .owl-dots {
    position: relative;

    display: none;
}

.cases-section-two .owl-nav {
    position: absolute;
    top: -90px;
    left: 50%;

    width: 100%;
    max-width: 1170px;
    margin-left: -585px;

    text-align: right;
}

.cases-section-two .owl-nav .owl-prev,
.cases-section-two .owl-nav .owl-next {
    font-size: 22px;
    line-height: 44px;

    position: relative;

    display: inline-block;

    width: 50px;
    height: 50px;
    margin-left: 15px;

    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;

    color: #000;
    border: 2px solid #cdcdcd;
    border-radius: 50px;
}

.cases-section-two .owl-nav .owl-prev:hover,
.cases-section-two .owl-nav .owl-next:hover {
    color: #385486;
    border-color: #385486;
}

.case-block-two {
    position: relative;

    margin-bottom: 30px;
}

.case-block-two .inner-box {
    position: relative;
}

.case-block-two .inner-box .image {
    position: relative;
}

.case-block-two .inner-box .image img {
    position: relative;

    display: block;

    width: 100%;
}

.case-block-two .inner-box .image .overlay-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.case-block-two .inner-box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.case-block-two .inner-box .image .overlay-box:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    background-color: rgba(20, 29, 59, .70);
}

.case-block-two .inner-box .image .overlay-box .search-icon {
    font-size: 20px;
    font-weight: 600;
    line-height: 60px;

    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    display: inline-block;

    width: 60px;
    height: 60px;
    margin-top: -60px;
    margin-left: -30px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;

    color: #385486;
    border-radius: 50px;
    background-color: #fff;
}

.case-block-two .inner-box .image .overlay-box .search-icon:hover {
    color: #fff;
    background-color: #385486;
}

.case-block-two .inner-box .image .overlay-box .arrow {
    font-size: 22px;
    line-height: 60px;

    position: absolute;
    z-index: 1;
    right: -5px;
    bottom: -5px;

    width: 60px;
    height: 60px;

    text-align: center;

    color: #fff;
    border-radius: 0 0 12px 0;
    background-color: #385486;
}

.case-block-two .inner-box .lower-content {
    position: relative;

    padding-top: 25px;
    padding-left: 15px;
}

.case-block-two .inner-box .lower-content h4 {
    position: relative;
}

.case-block-two .inner-box .lower-content h4 a {
    position: relative;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #141d38;
}

.case-block-two .inner-box .lower-content h4 a:hover {
    color: #385486;
}

.case-block-two .inner-box .lower-content .category {
    font-weight: 500;

    position: relative;

    margin-top: 5px;

    color: #141d38;
}

/*** 

====================================================================
    Pricing Section
====================================================================

***/

.pricing-section {
    position: relative;

    padding: 110px 0 60px;
}

.price-block {
    position: relative;

    margin-bottom: 60px;
}

.price-block .inner-box {
    position: relative;

    margin-left: 30px;
    padding: 30px 35px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    border: 1px solid #e1e1e1;
    border-radius: 10px;
    background-color: #fff;
}

.price-block .inner-box:hover {
    border-color: #141d38;
}

.price-block .inner-box:before {
    position: absolute;
    z-index: -1;
    right: 30px;
    bottom: -30px;
    left: -30px;

    height: 300px;

    content: '';
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    border-radius: 8px;
    background-color: #ebebeb;
}

.price-block .inner-box:hover::before {
    background-color: #385486;
}

.price-block .inner-box h4 {
    position: relative;

    color: #141d38;
}

.price-block .inner-box .text {
    position: relative;

    margin-top: 12px;

    color: #222;
}

.price-block .inner-box .price {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1em;

    position: relative;

    margin-top: 25px;
    margin-bottom: 20px;

    text-align: right;

    color: #385486;
}

.price-block .inner-box .price span {
    font-size: 16px;
    font-weight: 600;

    position: relative;

    display: block;

    color: #777;
}

.price-block .inner-box .price-list {
    position: relative;

    display: inline-block;

    margin-top: 20px;
    margin-bottom: 35px;
}

.price-block .inner-box .price-list li {
    font-size: 16px;
    font-weight: 600;

    position: relative;

    display: block;

    margin-bottom: 12px;
    padding-left: 30px;

    text-align: left;

    color: #333;
}

.price-block .inner-box .price-list li:before {
    font-family: 'FontAwesome';

    position: absolute;
    top: 0;
    left: 0;

    content: '\f00c';
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #333;
}

.price-block .inner-box .price-list li:last-child {
    margin-bottom: 0;
}

.price-block .inner-box .btn-box {
    position: relative;
}

.price-block .inner-box .btn-box .theme-btn {
    font-size: 18px;

    width: 100%;
    padding: 14px 15px;

    text-align: center;
}

/*** 

====================================================================
    News Section Four
====================================================================

***/

.news-section-four {
    position: relative;

    padding: 110px 0 80px;
}

.news-section-four .image-layer {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    height: 565px;

    background-size: contain;
}

.news-section-four .image-layer:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    background-color: #385486;
}

.news-block-four {
    position: relative;

    margin-bottom: 30px;
}

.news-block-four .inner-box {
    position: relative;

    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.news-block-four .inner-box .image {
    position: relative;

    overflow: hidden;

    background-color: #427cff;
}

.news-block-four .inner-box .image img {
    position: relative;

    display: block;

    width: 100%;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.news-block-four .inner-box:hover .image img {
    transform: scale(1.04, 1.04);

    opacity: .7;
}

.news-block-four .inner-box .lower-content {
    position: relative;

    padding: 35px 30px 30px;
}

.news-block-four .inner-box .lower-content .post-date {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.1em;

    position: absolute;
    z-index: 1;
    top: -20px;
    right: 20px;

    width: 50px;
    height: 50px;
    padding-top: 5px;

    text-align: center;

    color: #fff;
    background-color: #385486;
}

.news-block-four .inner-box .lower-content .post-date span {
    font-size: 14px;
    font-weight: 600;

    display: block;
}

.news-block-four .inner-box .lower-content .post-meta {
    position: relative;

    padding-top: 12px;

    border-top: 1px solid #ccc;
}

.news-block-four .inner-box .lower-content .post-meta li {
    font-size: 16px;
    font-weight: 600;

    position: relative;

    display: inline-block;

    margin-right: 20px;
    padding-left: 22px;

    color: #427cff;
}

.news-block-four .inner-box .lower-content .post-meta li .icon {
    font-size: 15px;

    position: absolute;
    top: 0;
    left: 0;

    margin-right: 8px;

    color: #141d38;
}

.news-block-four .inner-box .lower-content h4 {
    font-weight: 700;
    line-height: 1.4em;

    position: relative;

    margin-top: 12px;
}

.news-block-four .inner-box .lower-content h4 a {
    position: relative;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    color: #141d38;
}

.news-block-four .inner-box .lower-content h4 a:hover {
    color: #385486;
}

.news-block-four .inner-box .lower-content .text {
    position: relative;

    margin-top: 12px;
    margin-bottom: 18px;

    color: #333;
}

/*** 

====================================================================
    Info Section
====================================================================

***/

.info-section {
    position: relative;

    padding: 70px 0 70px;

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

.info-section:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    background-color: rgba(19, 33, 68, .90);
}

.info-section .logo-column {
    position: relative;
}

.info-section .logo-column .inner-column {
    position: relative;
}

.info-section .logo-column .logo {
    position: relative;
}

.info-section .info-column {
    position: relative;
}

.info-section .info-column .inner-column {
    position: relative;

    padding-left: 60px;
}

.info-section .info-column .icon-box {
    font-size: 44px;
    line-height: 1em;

    position: absolute;
    top: 0;
    left: 0;

    color: #fff;
}

.info-section .info-column ul li {
    font-size: 16px;

    position: relative;

    margin-bottom: 5px;

    color: #fff;
}

.info-section .info-column ul li strong {
    font-size: 18px;
    font-weight: 700;

    position: relative;
}


.subscribe-widget .text {
    position: relative;

    margin-bottom: 25px;

    color: #fff;
}

.emailed-form .form-group {
    position: relative;

    display: block;

    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.emailed-form .form-group input[type='text'],
.emailed-form .form-group input[type='tel'],
.emailed-form .form-group input[type='email'],
.emailed-form .form-group textarea {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 60px;
    padding: 10px 50px 10px 30px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #000;
    color: #797979;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
}

.emailed-form .form-group input[type='submit'],
.emailed-form button {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;

    position: absolute;
    top: 0;
    right: 0;

    width: 190px;
    height: 60px;

    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;

    color: #fff;
    border-radius: 6px;
    background: #385486;
}

/*** 

====================================================================
    Page Title
====================================================================

***/

.page-title {
    position: relative;

    overflow: hidden;

    padding: 110px 0 110px;

    text-align: center;

    background-color: #141d38;
}

.page-title .pattern-layer-one {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
}

.page-title .auto-container {
    position: relative;
}

.page-title .container-header {
    position: relative;
}


.page-title h2 {
    position: relative;

    margin-bottom: 0;

    text-transform: uppercase;

    color: #fff;
}

.page-breadcrumb {
    position: relative;

    margin-top: 20px;
}

.page-breadcrumb li {
    font-size: 16px;

    position: relative;

    display: inline-block;

    margin-right: 10px;
    padding-right: 10px;

    text-transform: capitalize;

    color: #fff;
}

.page-breadcrumb li:after {
    font-family: 'FontAwesome';
    font-size: 16px;

    position: absolute;
    top: -1px;
    right: -2px;

    content: '/';

    color: #fff;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.page-breadcrumb li a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: capitalize;

    color: #fff;
}

.page-breadcrumb li a:hover {
    color: #fff !important;
}

/*** 

====================================================================
    Faq's Page Section
====================================================================

***/

.faq-page-section {
    position: relative;

    padding: 110px 0 110px;
}

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;

    overflow: hidden;

    margin-bottom: 10px;

    border-radius: 4px;
}

.accordion-box .block.active-block {
    border: 1px solid transparent;
    box-shadow: 0 0 20px rgba(0, 0, 0, .10);
}

.accordion-box .block .acc-btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    line-height: 1.8em;

    position: relative;

    margin-bottom: 0;
    padding: 16px 30px;
    padding-right: 45px;

    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    color: #141d38;
    background-color: #ebebeb;
}

.accordion-box .block .acc-btn.active {
    margin-bottom: 0;

    color: #fff;
    background-color: #385486;
}

.accordion-box .block .icon {
    font-size: 20px;
    line-height: 35px;

    position: absolute;
    top: 15px;
    right: 10px;

    width: 35px;
    height: 35px;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;

    color: #385486;
}

.accordion-box .block .acc-btn.active .icon {
    transform: rotate(90deg);

    color: #fff !important;
}

.accordion-box .block .acc-content {
    position: relative;

    display: none;
}

.accordion-box .block .content {
    position: relative;

    padding: 25px 20px 25px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content .text {
    display: block;

    color: #333;
}

/*** 

====================================================================
    Faq Form Section
====================================================================

***/

.faq-form-section {
    position: relative;

    padding: 0 0 70px;
}

.faq-form-section .auto-container {
    max-width: 970px;
    margin: 0 auto;
}

.faq-form-section .container-header {
    max-width: 970px;
    margin: 0 auto;
}

/*** 

====================================================================
    Faq Form
====================================================================

 ***/

.faq-form {
    position: relative;
}

.faq-form .form-group {
    position: relative;

    margin-bottom: 30px;
}

.faq-form .form-group input[type='text'],
.faq-form .form-group input[type='tel'],
.faq-form .form-group input[type='email'],
.faq-form .form-group select {
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;

    position: relative;

    display: block;

    width: 100%;
    height: 56px;
    padding: 10px 22px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #777;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: none;
}

.faq-form .form-group input[type='text']:focus,
.faq-form .form-group input[type='tel']:focus,
.faq-form .form-group input[type='email']:focus,
.faq-form .form-group textarea:focus {
    border-color: #385486;
}

.faq-form .form-group textarea::-webkit-input-placeholder,
.faq-form .form-group input::-webkit-input-placeholder {
    color: #777;
}

.faq-form .form-group textarea {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;

    position: relative;

    display: block;

    width: 100%;
    height: 150px;
    padding: 15px 22px;

    resize: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #777;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: none;
}

.faq-form .form-group .btn-detail {
    position: relative;

    display: inline-block;

    margin-left: 30px;

    text-align: center;

    color: #fff;
}

.faq-form button {
    font-size: 16px;

    cursor: pointer;
    text-transform: capitalize;
}

/*** 

====================================================================
    Testimonial Page Section
====================================================================

***/

.testimonial-page-section {
    position: relative;

    padding: 110px 0 70px;
}

/*** 

====================================================================
    Coming Soon
====================================================================

***/

.coming-soon {
    position: relative;

    display: block;
    overflow-y: auto;

    width: 100%;
    height: 100%;

    text-align: center;

    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}

.coming-soon .content {
    position: relative;

    display: table;

    width: 100%;
    height: 100%;

    vertical-align: middle;
}

.coming-soon .content:before {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .40;
    background-color: #000;
}

.coming-soon .content .content-inner {
    position: relative;

    display: table-cell;

    padding: 90px 15px;

    vertical-align: middle;
}

.coming-soon .content .content-inner .logo {
    position: relative;

    margin-bottom: 200px;
}

.coming-soon .content .content-inner .sec-title {
    display: none;

    margin-bottom: 50px;
}

.coming-soon .content .content-inner h2 {
    font-variant: small-caps;

    position: relative;

    padding-bottom: 0;

    color: #fff;
}

.coming-soon .content .content-inner h2:after {
    display: none;
}

.time-counter {
    position: relative;
}

.time-counter .time-countdown {
    position: relative;

    margin-bottom: 180px;
}

.time-counter .time-countdown .counter-column {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;

    position: relative;
    z-index: 7;

    display: inline-block;

    width: 180px;
    height: 180px;
    margin: 0 15px 20px;

    text-align: center;
    text-transform: uppercase;

    color: #fff;
    border-radius: 20px;
    background-color: rgba(54, 54, 54, .40);
    box-shadow: 0 0 30px rgba(0, 0, 0, .25);
}

.time-counter .time-countdown .counter-column .count {
    font-size: 72px;
    font-weight: 600;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 60px 0 30px;

    color: #fff;
}

.coming-soon .emailed-form {
    position: relative;

    margin-bottom: 40px;
}

.coming-soon .emailed-form h3 {
    margin-bottom: 20px;

    color: #fff;
}

.coming-soon .emailed-form .text {
    position: relative;

    display: block;

    margin-bottom: 40px;

    color: #fff;
}

.coming-soon .emailed-form .form-group {
    position: relative;

    display: block;

    width: 100%;
    max-width: 540px;
    margin: 0 auto;
}

.coming-soon .emailed-form .form-group input[type='text'],
.coming-soon .emailed-form .form-group input[type='tel'],
.coming-soon .emailed-form .form-group input[type='email'],
.coming-soon .emailed-form .form-group textarea {
    font-size: 16px;
    line-height: 28px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 60px;
    padding: 15px 50px 15px 20px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #000;
    border: 1px solid #f1f1f1;
    background: #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0, .10);
}



.coming-soon .emailed-form .form-group input[type='submit'],
.coming-soon .emailed-form button {
    font-size: 18px;
    line-height: 40px;

    position: absolute;
    top: 0;
    right: 0;

    width: 60px;
    height: 60px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #385486;
    background-color: transparent;
}

.coming-soon .emailed-form .form-group input[type='submit']:hover,
.coming-soon .emailed-form button:hover {
    color: #353535;
}

.coming-soon .copyright-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;

    position: relative;

    color: #fff;
}

.coming-soon .copyright-text a {
    color: #ff9600;
}

.coming-soon .copyright-text a:hover {
    text-decoration: underline;
}

.clock-wrapper {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 250px;
    height: 250px;
    margin: auto;
    margin-top: -145px;

    transform: scale(2);

    border-radius: 50%;
    background-color: rgba(0, 0, 0, .40);
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}

.clock-base {
    width: 250px;
    height: 250px;

    border-radius: 50%;
}

.click-indicator {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;

    width: 230px;
    height: 230px;
}

.click-indicator div {
    position: absolute;

    width: 2px;
    height: 4px;
    margin: 113px 114px;
}

.click-indicator div>span {
    display: inline-block;

    width: 5px;
    height: 5px;
    margin-top: -1px;
    margin-left: -1px;

    border-radius: 50%;
    background-color: #fff;
}

.click-indicator div:nth-child(1) {
    transform: rotate(30deg) translateY(-120px);
}

.click-indicator div:nth-child(2) {
    transform: rotate(60deg) translateY(-120px);
}

.click-indicator div:nth-child(3) {
    transform: rotate(90deg) translateY(-120px);

    background-color: #f00;
}

.click-indicator div:nth-child(4) {
    transform: rotate(120deg) translateY(-120px);
}

.click-indicator div:nth-child(5) {
    transform: rotate(150deg) translateY(-120px);
}

.click-indicator div:nth-child(6) {
    transform: rotate(180deg) translateY(-120px);

    background-color: #f00;
}

.click-indicator div:nth-child(7) {
    transform: rotate(210deg) translateY(-120px);
}

.click-indicator div:nth-child(8) {
    transform: rotate(240deg) translateY(-120px);
}

.click-indicator div:nth-child(9) {
    transform: rotate(270deg) translateY(-120px);

    background-color: #f00;
}

.click-indicator div:nth-child(10) {
    transform: rotate(300deg) translateY(-120px);
}

.click-indicator div:nth-child(11) {
    transform: rotate(330deg) translateY(-120px);
}

.click-indicator div:nth-child(12) {
    transform: rotate(360deg) translateY(-120px);

    background-color: #f00;
}

.clock-hour {
    position: absolute;
    z-index: 2;
    top: 75px;
    left: 123px;

    width: 4px;
    height: 65px;

    transition: .5s;
    transform-origin: 2px 50px;
    -webkit-animation: rotate-hour 43200s linear infinite;
    -moz-animation: rotate-hour 43200s linear infinite;

    border-radius: 2px;
    background-color: #ee3611;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

.clock-minute {
    position: absolute;
    z-index: 3;
    top: 55px;
    left: 123px;

    width: 4px;
    height: 85px;

    transition: .5s;
    transform-origin: 2px 70px;
    -webkit-animation: rotate-minute 3600s linear infinite;
    -moz-animation: rotate-minute 3600s linear infinite;

    border-radius: 2px;
    background-color: #ee3611;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

.clock-second {
    position: absolute;
    z-index: 4;
    top: 15px;
    left: 124px;

    width: 2px;
    height: 130px;

    transition: .5s;
    transform-origin: 1px 110px;
    -webkit-animation: rotate-second 60s linear infinite;
    -moz-animation: rotate-second 60s linear infinite;

    opacity: .9;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

.clock-second:after {
    position: absolute;
    bottom: 16px;
    left: -3px;

    display: block;

    width: 8px;
    height: 8px;

    content: '';

    border: solid 2px #a00;
    border-radius: 50%;
    background-color: #a00;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.clock-center {
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 50px;

    width: 150px;
    height: 150px;

    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.clock-center:after {
    display: block;

    width: 20px;
    height: 20px;
    margin: 65px;

    content: '';

    border-radius: 50%;
    background-color: #ddd;
}

/*** 

====================================================================
    Services Page Section
====================================================================

***/

.services-page-section {
    position: relative;

    padding: 110px 0 70px;
}



/*** 

====================================================================
    Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;

    padding: 40px 0 80px;
}

.main__page__title {
    color: #385486;
    margin-bottom: 40px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}

.sidebar-page-container .sidebar-side .sidebar-inner {
    position: relative;

    padding: 45px 30px;

    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.sidebar-widget {
    margin-bottom: 55px;
}

/* Service List */

.sidebar .sidebar-widget .service-list {
    padding: 30px 30px;

    box-shadow: 0 0 15px rgba(0, 0, 0, .10);
}

.sidebar .service-list {
    position: relative;
}

.sidebar .service-list li {
    line-height: 24px;

    position: relative;

    margin-bottom: 3px;
}

.sidebar .service-list li:last-child {
    margin-bottom: 0;
}

.sidebar .service-list li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;

    position: relative;

    display: block;

    padding: 16px 25px 16px 80px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #222;
    border: 1px solid #ddd;
}

.sidebar .service-list li a .arrow {
    line-height: 60px;

    position: absolute;
    top: -1px;
    left: -1px;

    width: 60px;
    height: 60px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;

    color: #385486;
    border-right: 1px solid #ddd;
}

.sidebar .service-list li a:hover .arrow,
.sidebar .service-list li.current a .arrow {
    color: #fff;
    background-color: #141d38;
}

.sidebar .service-list li a:hover,
.sidebar .service-list li.current a {
    color: #fff;
    border-color: #141d38;
    background: #141d38;
}

/* Contact Widget */

.contact-widget .widget-content {
    position: relative;

    padding: 60px 60px;

    background-size: cover;
}

.contact-widget .widget-content .border-layer {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;

    opacity: .8;
    border: 1px dashed #fff;
}

.contact-widget .widget-content:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    background-color: rgba(0, 96, 255, .85);
}

.contact-widget .widget-content .icon-box {
    font-size: 60px;
    line-height: 1em;

    position: relative;

    color: #fff;
}

.contact-widget .widget-content h4 {
    font-weight: 600;
    line-height: 1.3em;

    position: relative;

    margin-top: 15px;

    color: #fff;
}

.contact-widget .widget-content .text {
    position: relative;

    margin-top: 12px;
    margin-bottom: 20px;

    color: #fff;
}

.contact-widget .widget-content .number {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7em;

    position: relative;

    margin-top: 12px;
    margin-bottom: 20px;

    color: #fff;
}

.contact-widget .widget-content ul {
    position: relative;
}

.contact-widget .widget-content ul li {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;

    position: relative;

    margin-bottom: 14px;

    color: #fff;
}

.contact-widget .widget-content ul li .icon {
    font-weight: 500;

    position: relative;

    margin-right: 10px;
}

.contact-widget .widget-content ul li:last-child {
    margin-bottom: 0;
}

.sticky-top {
    z-index: 1;
    top: 90px;
}

/* Services Detail */

.services-detail {
    position: relative;
}

.services-detail .inner-box {
    position: relative;
}

.services-detail .inner-box h2 {
    position: relative;
    z-index: 1;

    margin-bottom: 18px;

    color: #141d38;
}

.services-detail .inner-box .image {
    position: relative;

    margin-bottom: 25px;
    padding-right: 70px;
}

.services-detail .inner-box .image img {
    position: relative;

    display: block;

    width: 100%;
}

.services-detail .inner-box .image:before {
    position: absolute;
    top: -70px;
    right: 0;

    width: 194px;
    height: 364px;

    content: '';

    background: url(../images/background/pattern-17.jpg) no-repeat;
}

.services-detail .inner-box .image-two {
    position: relative;

    margin-bottom: 25px;
}

.services-detail .inner-box .image-two img {
    position: relative;

    display: block;

    width: 100%;
}

.services-detail .inner-box .image-two .play-box {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;

    position: absolute;
    right: 0;
    bottom: -30px;

    padding-top: 20px;

    text-transform: uppercase;

    color: #fff;
}

.services-detail .inner-box .image-two .video-box {
    font-size: 18px;
    line-height: 60px;

    position: relative;

    display: inline-block;
    float: left;

    width: 60px;
    height: 60px;
    margin-right: 40px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;

    color: #fff;
    border-radius: 0;
    background-color: #141d38;
}

.services-detail .inner-box .image-two .video-box .overlay-box span {
    font-size: 16px;
    font-weight: 400;

    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;

    display: inline-block;

    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    padding-left: 7px;

    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    text-align: center;

    color: #fff;
    border-radius: 0;
    background-color: #141d38;
    box-shadow: 0 0 15px rgba(0, 0, 0, .10);
}

.services-detail .inner-box .image-two .video-box .ripple,
.services-detail .inner-box .image-two .video-box .ripple:before,
.services-detail .inner-box .image-two .video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 60px;
    height: 60px;
    margin-left: .5px;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(20, 29, 56, .4);
    -moz-box-shadow: 0 0 0 0 rgba(20, 29, 56, .4);
    box-shadow: 0 0 0 0 rgba(20, 29, 56, .4);

    -ms-border-radius: 0;
    -o-border-radius: 0;
    -ms-box-shadow: 0 0 0 0 rgba(20, 29, 56, .4);
    -o-box-shadow: 0 0 0 0 rgba(20, 29, 56, .4);
}

.services-detail .inner-box .image-two .video-box .ripple:before {
    position: absolute;

    content: '';
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
}

.services-detail .inner-box .image-two .video-box .ripple:after {
    position: absolute;

    content: '';
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
}






.services-detail .inner-box p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;

    position: relative;

    color: #333;
}

.services-detail .inner-box h3 {
    position: relative;

    margin-bottom: 18px;

    color: #385486;
}

/*** 

====================================================================
    Gallery Section
====================================================================

***/

.gallery-section {
    position: relative;

    padding: 100px 0 100px;
}

.gallery-section .filters {
    position: relative;

    margin-bottom: 60px;

    text-align: center;
}

.gallery-section .filters .filter-tabs {
    position: relative;
}

.gallery-section .filters li {
    font-size: 18px;
    font-weight: 600;

    position: relative;

    display: inline-block;

    margin: 0 15px 0;
    padding: 0 0;

    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #333;
}

.gallery-section .filters .filter.active,
.gallery-section .filters .filter:hover {
    text-decoration: line-through;

    color: #385486;
}

.gallery-section .btn-box {
    position: relative;

    margin-top: 30px;
}

.case-block.mix {
    display: none;
}

/*** 

====================================================================
    Project Detail Section
====================================================================

***/

.project-detail-section {
    position: relative;

    padding: 110px 0 100px;
}

.project-detail-section .image-column {
    position: relative;
}

.project-detail-section .image-column .sec-title {
    margin-bottom: 25px;
}

.project-detail-section .image-column .inner-column {
    position: relative;
}

.project-detail-section .image-column .image {
    position: relative;
}

.project-detail-section .image-column .image img {
    position: relative;

    display: block;

    width: 100%;
}




.project-detail-section .gallery-boxed {
    position: relative;
}

.project-detail-section .gallery-boxed .image {
    position: relative;

    overflow: hidden;

    margin-bottom: 30px;

    border-radius: 5px;
}

.project-detail-section .gallery-boxed .image img {
    position: relative;

    display: block;

    width: 100%;
}

.project-detail-section .gallery-boxed .owl-dots {
    display: none;
}

.project-detail-section .gallery-boxed .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    margin-top: -38px;
}

.project-detail-section .gallery-boxed .owl-nav .owl-prev {
    font-size: 18px;
    line-height: 70px;

    position: absolute;
    top: 0;
    left: 0;

    width: 30px;
    height: 70px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;

    color: #fff;
    background-color: #1c2c52;
}

.project-detail-section .gallery-boxed .owl-nav .owl-next {
    font-size: 18px;
    line-height: 70px;

    position: absolute;
    top: 0;
    right: 0;

    width: 30px;
    height: 70px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;

    color: #fff;
    background-color: #1c2c52;
}

.project-detail-section .gallery-boxed .owl-nav .owl-prev:hover,
.project-detail-section .gallery-boxed .owl-nav .owl-next:hover {
    color: #fff;
    background-color: #385486;
}





.project-detail-section .info-column {
    position: relative;
}

.project-detail-section .info-column .inner-column {
    position: relative;

    margin-right: 30px;
    padding: 45px 38px;

    border-bottom: 12px solid #141d38;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.project-detail-section .info-column .inner-column:before {
    position: absolute;
    z-index: -1;
    right: -30px;
    bottom: -50px;

    width: 320px;
    height: 400px;

    content: '';

    background: url(../images/background/pattern-18.png) no-repeat;
}

.project-detail-section .info-column h4 {
    position: relative;

    margin-bottom: 25px;

    color: #141d38;
}

.project-detail-section .info-column .text {
    position: relative;

    margin-bottom: 30px;

    color: #333;
}

.project-detail-section .info-column .info-list {
    position: relative;
}

.project-detail-section .info-column .info-list li {
    font-size: 16px;
    font-weight: 600;

    position: relative;

    margin-bottom: 20px;
    padding-left: 25px;

    color: #666;
}

.project-detail-section .info-column .info-list li:last-child {
    margin-bottom: 0;
}

.project-detail-section .info-column .info-list li .icon {
    font-size: 16px;

    position: absolute;
    top: 0;
    left: 0;

    color: #141d38;
}

.project-detail-section .info-column .info-list li strong {
    font-weight: 700;

    position: relative;

    color: #555 !important;
}

.project-detail-section .lower-section {
    position: relative;

    padding-top: 25px;
}

.project-detail-section .lower-section h3 {
    position: relative;

    margin-bottom: 12px;

    color: #141d38;
}

.project-detail-section .lower-section p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8em;

    position: relative;

    color: #333;
}

.project-detail-section .lower-section .buttons-box {
    position: relative;

    margin-top: 40px;
}

/*** 

====================================================================
    Contact Info Section
====================================================================

***/

.contact-info-section {
    position: relative;

    padding: 0 0 0 0;
}

.contact-info-section .title-box {
    position: relative;

    text-align: center;
}

.contact-info-section .title-box .title {
    font-size: 16px;
    font-weight: 700;

    position: relative;

    text-transform: uppercase;

    color: #385486;
}

.contact-info-section .title-box h2 {
    position: relative;

    margin-top: 10px;

    color: #141d38;
}

.contact-info-section .title-box .text {
    position: relative;

    margin-top: 10px;
    margin-bottom: 40px;

    color: #333;
}

.contact-info-section .info-column {
    position: relative;

    margin-bottom: 30px;
}

.contact-info-section .info-column .inner-column {
    position: relative;

    height: 100%;
    padding: 30px 30px;

    box-shadow: 0 0 20px rgba(0, 0, 0, .10);
}

.contact-info-section .info-column .inner-column .content {
    position: relative;

    padding-left: 60px;
}

.contact-info-section .info-column .icon-box {
    font-size: 44px;
    line-height: 1em;

    position: absolute;
    top: 0;
    left: 0;

    color: #385486;
}

.contact-info-section .info-column ul li {
    font-size: 16px;
    font-weight: 600;

    position: relative;

    margin-top: 5px;

    color: #333;
}

.contact-info-section .info-column ul li strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;

    position: relative;

    color: #141d38;
}

.contact-info-section .lower-text {
    font-size: 16px;
    font-weight: 600;

    position: relative;

    margin-top: 20px;

    text-align: center;

    color: #333;
}

.contact-info-section .lower-text span {
    font-weight: 700;

    position: relative;

    color: #385486;
}

/***

==================================================================
        Contact Map Section
==================================================================

***/

.contact-map-section {
    position: relative;

    padding-top: 0;
    padding-bottom: 100px;
}

.contact-map-section iframe {
    position: relative;
    top: 0;
    left: 0;

    width: 100%;
    height: 490px;
}

.contact-form {
    position: relative;
}

.contact-form .form-group {
    position: relative;

    margin-bottom: 30px;
}

.contact-form .form-group label {
    font-size: 16px;
    font-weight: 600;

    position: relative;

    margin-bottom: 10px;

    color: #333;
}

.contact-form .form-group input[type='text'],
.contact-form .form-group input[type='tel'],
.contact-form .form-group input[type='email'],
.contact-form .form-group select {
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;

    position: relative;

    display: block;

    width: 100%;
    height: 56px;
    padding: 10px 22px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #777;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: none;
}

.contact-form .form-group input[type='text']:focus,
.contact-form .form-group input[type='tel']:focus,
.contact-form .form-group input[type='email']:focus,
.contact-form .form-group textarea:focus {
    border-color: #385486;
}

.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input::-webkit-input-placeholder {
    color: #777;
}

.contact-form .form-group textarea {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;

    position: relative;

    display: block;

    width: 100%;
    height: 150px;
    padding: 15px 22px;

    resize: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #777;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: none;
}

.contact-form button {
    cursor: pointer;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #385486 !important;
}

.contact-form label.error {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;

    display: block;

    margin: 0;
    padding: 5px 0 0;

    text-transform: uppercase;

    color: #385486;
}

/***

==================================================================
    Blog Page Section
==================================================================

***/

.blog-page-section {
    position: relative;

    padding: 100px 0 100px;
}

.blog-page-section .styled-pagination {
    margin-top: 50px;
}

/*** 

====================================================================
    Styled Pagination
====================================================================

***/

.styled-pagination {
    position: relative;
}

.styled-pagination li {
    position: relative;

    display: inline-block;

    margin: 0 5px 10px;
}

.styled-pagination li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;

    position: relative;

    display: inline-block;

    width: 50px;
    height: 50px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;

    color: #777;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}

.styled-pagination li.active a,
.styled-pagination li:hover a {
    color: #fff;
    border-color: #141d38;
    background-color: #141d38;
}

.styled-pagination li.next a,
.styled-pagination li.prev a {
    color: #fff;
    border-color: #385486;
    background-color: #385486;
}

.sidebar-title {
    position: relative;

    margin-bottom: 15px;
}

.sidebar-title h5 {
    position: relative;

    text-transform: capitalize;

    color: #141d38;
}

/*Search Box Widget*/

.sidebar .search-box .form-group,
.footer-widget .search-box .form-group {
    position: relative;

    margin: 0;
}

.sidebar .search-box .form-group input[type='text'],
.sidebar .search-box .form-group input[type='search'],
.footer-widget .search-box .form-group input[type='search'] {
    font-size: 14px;
    line-height: 43px;

    position: relative;

    display: block;

    width: 100%;
    height: 56px;
    padding: 10px 50px 10px 25px;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    color: #000;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
}

.sidebar .search-box .form-group button,
.footer-widget .search-box .form-group button {
    font-size: 16px;
    font-weight: normal;
    line-height: 100%;

    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 60px;
    height: 56px;

    cursor: pointer;

    color: #385486;
    border-radius: 0 5px 5px 0;
    background: none;
}

/* Blog Cat */

.blog-cat {
    position: relative;

    overflow: hidden;

    border: 1px solid #ddd;
    border-radius: 4px;
}

.blog-cat li {
    position: relative;
}

.blog-cat li a {
    font-size: 16px;
    font-weight: 600;

    position: relative;

    display: block;

    padding: 18px 30px;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    color: #333;
    border-bottom: 1px solid #ddd;
}

.blog-cat li a:hover {
    color: #141d38;
}

.blog-cat li:last-child a {
    border-bottom: 0;
}

.blog-cat li a span {
    position: absolute;
    right: 30px;
}

/*Post Widget*/

.sidebar .popular-posts .post {
    font-size: 14px;

    position: relative;

    min-height: 105px;
    margin-bottom: 20px;
    padding: 0 0;
    padding-left: 100px;

    color: #666;
    border-bottom: 1px solid #ddd;
}

.sidebar .popular-posts .post:last-child {
    min-height: auto;
    margin-bottom: 0;

    border-bottom: 0;
}

.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 80px;
    height: 80px;

    border-radius: 0;
    background-repeat: no-repeat;
    background-position: left center;
}

.sidebar .popular-posts .post .post-thumb .overlay-box {
    font-size: 18px;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;

    opacity: 0;
    color: #fff;
    background-color: rgba(66, 124, 255, .70);
}

.sidebar .popular-posts .post .post-thumb .overlay-box .fa {
    position: relative;
    top: 50%;

    display: block;

    margin-top: -12px;
}

.sidebar .popular-posts .post:hover .post-thumb .overlay-box {
    opacity: 1;
}

.sidebar .popular-posts .post .post-thumb img {
    display: block;

    width: 100%;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.sidebar .popular-posts .post .text {
    position: relative;
    top: 0;

    margin: 0 0 0;

    text-transform: capitalize;

    color: #222;
}

.sidebar .popular-posts .post .text a {
    font-family: 'Montserrat', sans-serif;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    color: #222;
}

.sidebar .popular-posts .post a:hover {
    color: #0a2aa6;
}

.sidebar .popular-posts .post-info {
    font-size: 15px;
    font-weight: 600;

    position: relative;

    margin-top: 6px;

    color: #777;
}

/* Popular Tags */

.sidebar .popular-tags a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;

    position: relative;

    display: inline-block;

    margin: 0 6px 10px 0;
    padding: 8px 20px 8px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    text-transform: capitalize;

    color: #333;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: none;
}

.sidebar .popular-tags a:hover {
    color: #fff;
    border-color: #385486;
    background-color: #385486;
}

/* Instagram Widget */

.instagram-widget .post-thumb {
    position: relative;

    float: left;
    overflow: hidden;

    width: 29%;
    margin: 0 5px 10px;

    border-radius: 8px;
}

.instagram-widget .post-thumb .overlay-box {
    font-size: 18px;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;

    opacity: 0;
    color: #fff;
    background-color: rgba(0, 96, 255, .70);
}

.instagram-widget .post-thumb .overlay-box .fa {
    position: relative;
    top: 50%;

    display: block;

    margin-top: -12px;
}

.instagram-widget .post-thumb:hover .overlay-box {
    opacity: 1;
}

.instagram-widget .post-thumb img {
    display: block;

    width: 100%;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/* Archive List */

.archive-list {
    position: relative;
}

.archive-list li {
    position: relative;

    margin-bottom: 18px;
}

.archive-list li a {
    font-size: 16px;
    font-weight: 600;

    position: relative;

    padding-left: 20px;

    color: #333;
}

.archive-list li a:before {
    font-family: 'FontAwesome';
    font-weight: 400;

    position: absolute;
    top: -1px;
    left: 0;

    content: '\f101';

    color: #385486;
}

.news-block-five {
    position: relative;

    margin-bottom: 50px;
}

.news-block-five .inner-box {
    position: relative;

    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.news-block-five .inner-box .image {
    position: relative;

    display: inline-block;
    overflow: hidden;

    background-color: #427cff;
}

.news-block-five .inner-box .image img {
    position: relative;

    display: block;

    width: auto;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.news-block-five .inner-box:hover .image img {
    transform: scale(1.04, 1.04);

    opacity: .7;
}

.news-block-five .inner-box .lower-content {
    position: relative;

    padding: 25px 30px 25px;
}

.news-block-five .inner-box .lower-content .post-date {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.1em;

    position: absolute;
    z-index: 1;
    top: -20px;
    right: 20px;

    width: 50px;
    height: 50px;
    padding-top: 5px;

    text-align: center;

    color: #fff;
    background-color: #385486;
}

.news-block-five .inner-box .lower-content .post-date span {
    font-size: 14px;
    font-weight: 600;

    display: block;
}

.news-block-five .inner-box .lower-content .lower-box {
    position: relative;

    padding-top: 16px;

    border-top: 1px solid #ccc;
}

.news-block-five .inner-box .lower-content .post-meta {
    position: relative;
}

.news-block-five .inner-box .lower-content .post-meta li {
    font-size: 16px;
    font-weight: 600;

    position: relative;

    display: inline-block;

    margin-right: 20px;

    color: #7e7e7e !important;
}

.news-block-five .inner-box .lower-content .post-meta li .icon {
    font-size: 15px;

    position: relative;
    top: -2px;
    left: 2px;

    margin-right: 10px;

    color: #2a2a2a !important;
}

.news-block-five .inner-box .lower-content h4 {
    position: relative;

    margin-top: 12px;
}

.news-block-five .inner-box .lower-content h4 a {
    position: relative;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    color: #141d38;
}

.news-block-five .inner-box .lower-content h4 a:hover {
    color: #385486;
}

.news-block-five .inner-box .lower-content .text {
    position: relative;

    margin-top: 12px;
    margin-bottom: 18px;

    color: #333;
}

.news-block-five .inner-box .lower-content .lower-box .read-more {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;

    position: relative;

    color: #141d38;
}

.news-block-five .inner-box .lower-content .lower-box .read-more .arrow {
    position: relative;

    margin-right: 6px;
}

.news-detail {
    position: relative;
}

.news-detail .inner-box {
    position: relative;

    box-shadow: 0 0 20px rgba(0, 0, 0, .10);
}

.news-detail .inner-box .upper-box {
    position: relative;

    padding: 30px 30px;
}

.news-detail .inner-box h3 {
    position: relative;

    color: #141d38;
}

.news-detail .inner-box .upper-box .post-meta {
    position: relative;
    /*padding-top:15px;
    margin-top:20px;
    border-top:1px solid #dddddd;*/
}

.news-detail .inner-box .upper-box .post-meta li {
    font-size: 16px;
    font-weight: 500;

    position: relative;

    display: inline-block;

    margin-right: 20px;

    color: #7e7e7e !important;
}

.news-detail .inner-box .upper-box .post-meta li .icon {
    font-size: 15px;

    position: relative;
    top: -2px;

    margin-right: 8px;

    color: #222 !important;
}

.news-detail .inner-box .image {
    position: relative;
}

.news-detail .inner-box .image img {
    position: relative;

    display: block;

    width: 100%;
}

.news-detail .inner-box .image .post-date {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.1em;

    position: absolute;
    z-index: 1;
    top: -20px;
    right: 20px;

    width: 50px;
    height: 50px;
    padding-top: 5px;

    text-align: center;

    color: #fff;
    background-color: #385486;
}

.news-detail .inner-box .image .post-date span {
    font-size: 14px;
    font-weight: 600;

    display: block;
}

.news-detail .inner-box .lower-content {
    position: relative;

    padding: 30px 30px;
}

.news-detail .inner-box .lower-content p {
    font-size: 16px;
    line-height: 1.8em;

    position: relative;

    color: #333;
}

.news-detail .inner-box .lower-content h4 {
    position: relative;

    margin-bottom: 10px;

    color: #141d38;
}

.news-detail .inner-box .lower-content blockquote {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6em;

    position: relative;

    margin-top: 30px;
    margin-bottom: 30px;
    padding: 40px 40px;

    color: #fff;
    border-radius: 4px;
    background-color: #385486;
}

.news-detail .inner-box .lower-content blockquote .blockquote-inner {
    position: relative;

    padding-left: 70px;
}

.news-detail .inner-box .lower-content blockquote .blockquote-inner:before {
    position: absolute;
    top: 12px;
    left: 0;

    width: 50px;
    height: 3px;

    content: '';

    background-color: #fff;
}

.news-detail .inner-box .lower-content blockquote .quote-icon {
    font-size: 50px;

    position: absolute;
    right: 100px;
    bottom: 25px;

    opacity: .20;
    color: #fff;
}

/* Post Share Options */

.news-detail .post-share-options {
    position: relative;

    margin-top: 40px;
    padding: 22px 0 0;

    border-top: 1px solid #ccc;
}

.news-detail .post-share-options .tags a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;

    position: relative;

    display: inline-block;

    margin-right: 6px;
    margin-bottom: 10px;
    padding: 12px 18px;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: capitalize;

    color: #333;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.news-detail .post-share-options .tags a:last-child {
    margin-right: 0;
}

.news-detail .post-share-options .tags {
    font-size: 16px;
    font-weight: 400;

    position: relative;

    margin-top: 3px;

    color: #ff4800;
}

.news-detail .post-share-options .tags a:hover {
    color: #fff;
    border-color: #385486;
    background-color: #385486;
}

.news-detail .post-share-options .social-box {
    position: relative;

    margin-top: 10px;
}

.news-detail .post-share-options .social-box li.share {
    font-size: 16px;
    font-weight: 700;

    position: relative;

    color: #141d38;
}

.news-detail .post-share-options .social-box li {
    position: relative;

    display: inline-block;

    margin-left: 15px;
}

.news-detail .post-share-options .social-box li a {
    font-size: 16px;

    position: relative;

    display: inline-block;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #bbb;
}

.news-detail .post-share-options .social-box li a:hover {
    color: #385486;
}

/*** 

====================================================================
    Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
    position: relative;

    margin-top: 90px;
}

.sidebar-page-container .comment-form {
    position: relative;

    margin-top: 60px;
}

.sidebar-page-container .group-title {
    position: relative;
}

.sidebar-page-container .group-title h3 {
    position: relative;

    margin-bottom: 30px;

    text-transform: capitalize;

    color: #222;
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;

    margin-bottom: 40px;
    padding: 0 0 0;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    border-bottom: 1px solid #ccc;
}

.sidebar-page-container .comments-area .comment-box:last-child {
    /*margin-bottom:0px;*/
}

.sidebar-page-container .comments-area .comment {
    position: relative;

    min-height: 140px;
    padding: 5px 0 40px 140px;
}

.sidebar-page-container .comments-area .reply-comment {
    margin-left: 60px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 110px;
    margin-bottom: 20px;

    border-radius: 0;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    display: block;

    width: 100%;
}

.sidebar-page-container .comments-area .comment-info {
    margin-bottom: 15px;
}

.sidebar-page-container .comments-area .comment-box strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;

    display: block;
    display: inline-block;

    text-transform: capitalize;

    color: #141d38;
}

.sidebar-page-container .comments-area .comment-box .text {
    margin-bottom: 0;
    padding-top: 0;

    color: #333;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;

    display: inline-block;

    margin-left: 20px;

    color: #333;
}

.sidebar-page-container .comments-area .comment-box .comment-reply-link {
    font-size: 16px;
    font-weight: 600;

    position: absolute;
    top: 0;
    right: 0;

    padding: 6px 18px;

    text-transform: capitalize;

    color: #fff;
    border-radius: 4px;
    background-color: #385486;
}

.sidebar-page-container .comments-area .comment-box .comment-reply-link:hover {
    background-color: #222;
}


/*** 

====================================================================
    Comment Form
====================================================================

***/

.comment-form .group-title h4 {
    position: relative;

    margin-bottom: 50px;
}

.comment-form .form-group {
    margin-bottom: 20px;
}

.comment-form .form-group input[type='text'],
.comment-form .form-group input[type='password'],
.comment-form .form-group input[type='tel'],
.comment-form .form-group input[type='email'],
.comment-form .form-group select {
    font-size: 14px;
    line-height: 28px;

    position: relative;

    display: block;

    width: 100%;
    height: 55px;
    padding: 10px 25px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #888;
    border: 1px solid transparent;
    border-radius: 5px;
    background: #f5f5f5;
}

.comment-form .form-group input[type='text']:focus,
.comment-form .form-group input[type='password']:focus,
.comment-form .form-group input[type='tel']:focus,
.comment-form .form-group input[type='email']:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #1c2c52;
}

.comment-form .form-group textarea {
    font-size: 14px;
    line-height: 24px;

    position: relative;

    display: block;

    width: 100%;
    height: 200px;
    padding: 15px 25px 25px;

    resize: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #888;
    border: 1px solid transparent;
    border-radius: 5px;
    background: #f5f5f5;
}

.comment-form .theme-btn {
    cursor: pointer;

    background-color: #1c2c52 !important;
}

.news-more-section {
    position: relative;

    border-top: 2px solid #f5f5f5;
}

.news-more-section .new-post {
    position: relative;
}

.news-more-section .new-post .post-inner {
    position: relative;

    padding: 50px 0;
}

.news-more-section .new-post:first-child {
    border-right: 2px solid #f5f5f5;
}

.news-more-section .new-post .content {
    position: relative;

    padding-top: 10px;
    padding-left: 100px;
}

.news-more-section .new-post .content .post-image {
    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 80px;
    height: 80px;

    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

.news-more-section .new-post .content h4 {
    position: relative;

    margin-bottom: 8px;
}

.news-more-section .new-post .content h4 a {
    position: relative;

    color: #141d38;
}

.news-more-section .new-post .content .more {
    position: relative;
}

.news-more-section .new-post.style-two .content {
    padding-right: 100px;
    padding-left: 0;

    text-align: right;
}

.news-more-section .new-post.style-two .content .post-image {
    right: 0;
    left: auto;
}

/* Error Section */

.error-section {
    position: relative;

    padding: 160px 0 160px;
}

.error-section .content {
    position: relative;

    text-align: center;
}

.error-section h1 {
    font-size: 180px;
    font-weight: 800;
    line-height: 1em;

    position: relative;

    margin-bottom: 10px;

    color: #222;
}

.error-section h2 {
    position: relative;

    margin-bottom: 10px;

    color: #222;
}

.error-section .text {
    position: relative;

    margin-top: 20px;
    margin-bottom: 30px;

    color: #222;
}

.team-page-section {
    position: relative;

    padding: 0 0 70px;
}

/* RTL Code */

.rtl {
    direction: rtl;
}

.rtl .elementor-widget-wp-widget-rev-slider-widget {
    direction: ltr;
}

.rtl .header-top-four .top-left .links li {
    margin-right: 0;
    margin-left: 18px;
}

.rtl .header-top-four .top-left .links li a .icon {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .header-top-four .top-left .links li:last-child {
    margin-left: 0;
}

.rtl .header-top-four .top-left .links li:last-child {
    border-right: 1px solid rgba(255, 255, 255, .25);
}

section.appointment-section {
    direction: ltr;
}

.rtl .header-style-four .header-lower .outer-box .search-box-outer {
    float: right;

    margin-right: 0;
    margin-left: 30px;
}

.rtl .header-style-four .header-lower .outer-box .advisor-box .advisor-btn:before {
    left: auto;

    display: none;
}

.rtl .header-style-four .header-lower .nav-outer {
    padding-right: 30px;
    padding-left: 0;
}

.rtl .main-header .header-top-three .top-left {
    float: right;
}

.rtl .main-header .header-top-three .info-list li {
    margin-right: 0;
    margin-left: 30px;
}

.rtl .main-header .header-top-three .info-list li a {
    padding-right: 28px;
    padding-left: 0;
}

.rtl .main-header .header-top-three .info-list li .icon {
    right: 0;
    left: auto;
}

.rtl .header-style-four .header-lower .outer-box .advisor-box {
    float: left;
}

.rtl .header-top-four .top-left .links li:first-child {
    border-right: none;
}

.rtl .main-header .info-box:first-child {
    margin-left: 0;
}

.rtl .footer-widget ul li:before {
    font-family: 'FontAwesome';

    position: absolute;
    top: 0;
    right: -12px;
    left: auto;

    content: '\f100';
}

.rtl .owl-carousel {
    direction: ltr;
}

.rtl .main-menu,
.rtl .main-menu .navigation>li,
.rtl .main-header .header-top .top-left {
    float: right;
}

.rtl .main-header .outer-box,
.rtl .main-header .nav-outer,
.rtl .main-header .header-top .top-right {
    float: left;
}

.rtl .main-header .header-top .top-right .social-box li {
    margin-right: 15px;
    margin-left: 0;
}

.rtl .main-header .header-top .info-list li a {
    padding-right: 28px;
    padding-left: 0;

    text-align: right;
}

.rtl .main-header .header-top .info-list li a .icon {
    right: 0;
    left: auto;
}

.rtl .main-header .header-upper .logo-box {
    float: right;
}

.rtl .main-menu .navigation>li:last-child {
    margin-right: 20px;
}

.rtl .main-menu .navigation>li>ul {
    right: 30px;
    left: auto;

    text-align: right;
}

.rtl .main-menu .navigation>li.dropdown:hover>ul {
    right: 0;
    left: auto;
}

.rtl .main-menu .navigation>li>ul>li:hover>a {
    padding-right: 30px;
    padding-left: 18px;
}

.rtl .main-menu .navigation>li>ul>li>a:before {
    right: 10px;
    left: auto;
}

.rtl .main-menu .navigation>li>ul>li.dropdown>a:after {
    right: auto;
    left: 15px;
}

.rtl .main-menu .navigation>li>ul>li>ul {
    right: 120%;
    left: auto;
}

.rtl .main-menu .navigation li>ul>li.dropdown:hover>ul {
    right: 100%;
    left: auto;
}

.rtl .main-header .outer-box {
    margin-right: 20px;
    margin-left: 0;
}

.rtl .banner-section .content-column .inner-column {
    text-align: right;
}

.rtl .sticky-header .logo {
    float: right;
}

.rtl .sticky-header .pull-right {
    float: left;
}

.rtl .about-section .content-column {
    z-index: 1;

    text-align: right;

    order: 2;
}

.rtl .about-section .image-column {
    order: 1;
}

.rtl .feature-block .inner-box {
    padding-right: 70px;
    padding-left: 0;

    text-align: right;
}

.rtl .feature-block .inner-box .icon {
    right: 0;
    left: auto;
}

.rtl .service-block-two .inner-box,
.rtl .feature-block-two .inner-box,
.rtl .sec-title {
    text-align: right;
}

.rtl .about-section .content-column .inner-column {
    padding-right: 0;
}

.rtl .call-to-action-section .heading-column {
    text-align: right;

    order: 2;
}

.rtl .call-to-action-section .button-column {
    order: 1;
}

.rtl .call-to-action-section .button-column .inner-column {
    text-align: left;
}

.rtl .case-block .inner-box .image .overlay-box .content {
    right: 40px;
    left: auto;

    text-align: right;
}

.rtl .case-block .inner-box .image .overlay-box .arrow {
    right: auto;
    left: 0;
}

.rtl .news-block .inner-box .lower-content,
.rtl .testimonial-block .inner-box {
    text-align: right;
}

.rtl .testimonial-block .inner-box .upper-box {
    padding-right: 115px;
    padding-left: 0;
}

.rtl .testimonial-block .inner-box .upper-box .icon {
    right: 0;
    left: auto;
}

.rtl .technology-section .title-column {
    order: 2;
}

.rtl .technology-section .blocks-column {
    order: 1;
}

.rtl .technology-section .blocks-column .inner-column .technology-block:nth-child(4) {
    margin-left: 0;
}

.rtl .news-block .inner-box .lower-content .post-meta li {
    margin-right: 0;
    margin-left: 20px;
    padding-right: 30px;
    padding-left: 0;
}

.rtl .news-block .inner-box .lower-content .post-meta li .icon {
    right: 0;
    left: auto;
}

.rtl .main-footer {
    text-align: right;
}

.rtl .main-footer .footer-widget h5:before {
    right: 0;
    left: auto;
}

.rtl .main-footer .news-widget .post {
    padding-right: 95px;
    padding-left: 0;
}

.rtl .main-footer .contact-widget ul li .icon,
.rtl .main-footer .news-widget .post .thumb {
    right: 0;
    left: auto;
}

.rtl .main-footer .contact-widget ul li {
    padding-right: 60px;
    padding-left: 0;

    text-align: right;
}

.rtl .main-header .cart-box .cart-panel {
    right: auto !important;
    left: 0 !important;
}

.rtl .main-header .cart-product .inner {
    padding-right: 90px;
    padding-left: 0;

    text-align: right;
}

.rtl .main-header .cart-product .inner .image {
    right: 0;
    left: auto;
}

.rtl .sidebar-info-contents .content-inner {
    text-align: right;
}

.rtl .list-style-one li {
    padding-right: 30px;
    padding-left: 0;

    text-align: right;
}

.rtl .list-style-one li .icon {
    right: 0;
    left: auto;
}

.rtl .main-header .search-box {
    float: right;

    margin-right: 10px;
}

.rtl .main-header .header-upper .outer-container {
    padding: 0 15px;
}

.rtl .news-block-two .inner-box .content-column,
.rtl .banner-section-two .image-column {
    order: 2;
}

.rtl .news-block-two .inner-box .image-column {
    order: 1;
}

.rtl .banner-section-two .content-column {
    text-align: right;

    order: 1;
}

.rtl .banner-section-two .content-column .play-box {
    padding-right: 90px;
    padding-left: 0;

    text-align: right;
}

.rtl .banner-section-two .content-column .video-box {
    right: 0;
    left: auto;

    margin-right: 0;
}

.rtl .skills .skill-item .skill-header .skill-title {
    float: right;
}

.rtl .skills .skill-item .skill-header .skill-percentage {
    float: left;
}

.rtl .appointment-form .form-group input,
.rtl .appointment-form .form-group textarea,
.rtl .appointment-section .form-column h4,
.rtl .process-block .inner-box {
    text-align: right;
}

.rtl .appointment-form .form-group .icon {
    right: auto;
    left: 15px;
}

.rtl .news-section-two .owl-nav {
    right: auto;
    left: -15px;
}

.rtl .news-block-two .inner-box .content-column .inner-column {
    text-align: right;
}

.rtl .news-block-two .inner-box .image-column .post-date {
    right: -35px;
    left: auto;
}

.rtl .main-header .header-upper .logo-box {
    float: right;
}

.rtl .main-header .header-upper .upper-right {
    float: left;
}

.rtl .main-header .info-box {
    padding-right: 65px;
    padding-left: 0;

    text-align: right;
}

.rtl .main-header .info-box .icon-box {
    right: 0;
    left: auto;
}

.rtl .main-header .header-lower .options-box {
    margin-right: 20px;
}

.rtl .main-header.header-style-three .nav-outer {
    padding-left: 30px;
}

.rtl .service-block-three .inner-box .content,
.rtl .banner-section-three .content-column .inner-column {
    text-align: right;
}

.rtl .service-block-three .inner-box .service-number {
    right: auto;
    left: 0;
}

.rtl .news-block-three .inner-box .lower-content .content {
    padding-right: 100px;
    padding-left: 0;

    text-align: right;
}

.rtl .news-block-three .inner-box .lower-content .icon-box {
    right: 0;
    left: auto;
}

.rtl .call-to-action-section-two .inner-container h3 {
    text-align: center;
}

.rtl .cases-section-two .owl-nav {
    text-align: left;
}

.rtl .price-block .inner-box,
.rtl .news-block-four .inner-box .lower-content,
.rtl .case-block-two .inner-box .lower-content {
    text-align: right;
}

.rtl .price-block .inner-box .price-list li {
    padding-right: 30px;
    padding-left: 0;

    text-align: right;
}

.rtl .price-block .inner-box .price-list li:before {
    right: 0;
    left: auto;
}

.rtl .news-block-four .inner-box .lower-content .post-date {
    right: auto;
    left: 20px;
}

.rtl .news-block-four .inner-box .lower-content .post-meta li {
    margin-right: 0;
    margin-left: 12px;
    padding-right: 30px;
    padding-left: 0;

    text-align: right;
}

.rtl .info-section .info-column .icon-box,
.rtl .news-block-four .inner-box .lower-content .post-meta li .icon {
    right: 0;
    left: auto;
}

.rtl .info-section .info-column .inner-column {
    padding-right: 60px;
    padding-left: 0;

    text-align: right;
}

.rtl .emailed-form .form-group input[type='submit'],
.rtl .emailed-form button {
    right: auto;
    left: 0;
}

.rtl .emailed-form .form-group input {
    padding-right: 15px;

    text-align: right;
}

.rtl .services-detail .inner-box,
.rtl .coming-soon .emailed-form .form-group input,
.rtl .faq-form .form-group input,
.rtl .faq-form .form-group textarea,
.rtl .accordion-box .block .content,
.rtl .accordion-box .block .acc-btn {
    text-align: right;
}

.rtl .coming-soon .emailed-form button {
    right: auto;
    left: 0;
}

.rtl .payment-options,
.rtl .popular-tags,
.rtl .sidebar-title,
.rtl .shop-form input,
.rtl .shop-form textarea,
.rtl .shop-order-box .order-list li,
.rtl .shop-order-box .order-list li span,
.rtl .checkout-page .payment-options li .radio-option label .small-text,
.rtl .shop-form .billing-inner,
.rtl .shop-page .prod-tabs .add-review,
.rtl .shop-page .prod-tabs .add-review .form-group input,
.rtl .shop-page .prod-tabs .add-review .form-group textarea,
.rtl .cart-section .apply-coupon .form-group input[type='text'],
.rtl .checkout-page .default-links li,
.rtl .shop-page .prod-tabs .tabs-content .tab p,
.rtl .sidebar .search-box .form-group input,
.rtl .project-detail-section .lower-section,
.rtl .project-detail-section .info-column .inner-column,
.rtl .contact-widget .widget-content,
.rtl .sidebar .service-list li a {
    text-align: right;
}

.rtl .project-detail-section .info-column .info-list li {
    padding-right: 28px;
    padding-left: 0;

    text-align: right;
}

.rtl .project-detail-section .info-column .info-list li .icon {
    right: 0;
    left: auto;
}

.rtl .sidebar .search-box .form-group button {
    right: auto;
    left: 0;
}

.rtl .sidebar .popular-posts .post {
    padding-right: 100px;
    padding-left: 0;

    text-align: right;
}

.rtl .sidebar .popular-posts .post .post-thumb {
    right: 0;
    left: auto;
}

.rtl .product-details .image-column {
    order: 2;
}

.rtl .product-details .info-column {
    text-align: right;

    order: 1;
}

.rtl .product-details .info-column .other-options .pull-left {
    float: right;
}

.rtl .product-details .basic-details .item-quantity {
    margin-right: 0;
    margin-left: 20px;
}

.rtl .shop-page .prod-tabs .reviews-container .review-box {
    padding-right: 120px;
    padding-left: 0;

    text-align: right;
}

.rtl .shop-page .prod-tabs .reviews-container .rev-thumb {
    right: 0;
    left: auto;
}

.rtl .checkout-page .payment-options li .radio-option label {
    padding-right: 30px;
    padding-left: 0;
}

.rtl .checkout-page .payment-options li .radio-option input[type='radio'] {
    right: 0;
    left: auto;
}

.rtl .checkout-page .payment-options li .radio-option label .small-text {
    margin-left: 0;
}

.rtl .styled-form input {
    text-align: right;
}

.rtl .styled-form .form-group .adon-icon {
    right: auto;
    left: 15px;
}

.rtl .news-block-five .inner-box .lower-content .post-date {
    right: auto;
    left: 15px;
}

.rtl .contact-form,
.rtl .news-detail .inner-box,
.rtl .comment-form .form-group input,
.rtl .comment-form .form-group textarea,
.rtl .sidebar-page-container .group-title,
.rtl .sidebar-page-container .comments-area,
.rtl .contact-form .form-group input,
.rtl .contact-form .form-group textarea,
.rtl .news-block-five .inner-box .lower-content {
    text-align: right;
}

.rtl .news-detail .inner-box .image .post-date {
    right: auto;
    left: 15px;
}

.rtl .list-style-two li {
    padding-right: 30px;
    padding-left: 0;
}

.rtl .list-style-two li:before {
    right: 0;
    left: auto;
}

.rtl .sidebar-page-container .comments-area .comment {
    padding-right: 140px;
    padding-left: 0;
}

.rtl .sidebar-page-container .comments-area .comment-box .author-thumb {
    right: 0;
    left: auto;
}

.rtl .sidebar-page-container .comments-area .comment-box .theme-btn {
    right: auto;
    left: 0;
}

.rtl .news-more-section .new-post .content {
    padding-right: 100px;
    padding-left: 0;

    text-align: right;
}

.rtl .contact-info-section .info-column .icon-box,
.rtl .news-more-section .new-post .content .post-image {
    right: 0;
    left: auto;
}

.rtl .contact-info-section .info-column .inner-column .content {
    padding-right: 60px;
    padding-left: 0;

    text-align: right;
}

.rtl .main-header .header-top-three .top-right {
    float: left;
}

.rtl .main-header .header-top-three .top-right::after {
    right: -30px;
    left: auto;

    padding-right: 30px;
}

.rtl .main-header .header-top-three .top-right::before {
    top: 1px;
    right: -60px;
    left: auto;

    transform: rotate(180deg);
}

.rtl .header-style-five .main-box .nav-outer {
    float: right;
}

.rtl .main-header .header-top .info-list li {
    margin-right: 0;
}

.rtl .main-header .header-top .info-list li:last-child {
    margin-right: 30px;
}





/*** 

====================================================================
        Banner Section Two
====================================================================

***/

.banner-section-four {
    position: relative;
}

.banner-section-four .slide-item {
    position: relative;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 0;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.banner-section-four .slide-item:before {
    position: absolute;
    bottom: -5px;
    left: 0;

    width: 100%;
    height: 660px;

    content: '';

    background-image: url(../images/main-slider/image-3.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
}


.banner-section-four .slide-item .content-box {
    position: relative;

    padding: 220px 0 300px;

    text-align: center;
}


.banner-section-four .slide-item .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2em;

    position: relative;

    display: inline-block;

    margin-bottom: 30px;

    transition: all 300ms ease;
    text-transform: uppercase;

    opacity: 0;
    color: #ffa900;
}

.banner-section-four .active .slide-item .title {
    transition-delay: 300ms;

    opacity: 1;
}


.banner-section-four .slide-item h2 {
    position: relative;

    display: block;

    transform: none;

    color: #fff;
}

.banner-section-four .content-box .video-link {
    position: relative;

    display: inline-block;

    margin-top: 50px;

    transition: all 300ms ease;

    opacity: 0;
}

.banner-section-four .active .content-box .video-link {
    transition-delay: 1000ms;

    opacity: 1;
}

.banner-section-four .content-box .video-link a {
    font-size: 16px;
    font-weight: 400;
    line-height: 56px;

    position: relative;

    display: inline-block;

    width: 60px;
    height: 60px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;

    color: #ffa500;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .46);
}

.banner-section-four .content-box .video-link a:hover {
    color: #fff;
    border-color: #000;
}



.banner-section-four .owl-nav {
    display: none;
}

.banner-section-four .owl-dots {
    position: absolute;
    top: 50%;
    right: 80px;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-section-four .owl-dot {
    position: relative;

    display: block;

    width: 14px;
    height: 14px;
    margin-bottom: 35px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    border-radius: 50%;
    background-color: #fff;
}

.banner-section-four .owl-dot.active {
    background-color: #ff9c00;
}

.lower-box {
    margin: 0 !important;
    padding: 5px !important;

    text-align: left !important;
}

.content h4 a {
    display: block;
    font-size: 17px !important;
    text-align: center;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: bold;
}

.case-block .content h4 a {
    font-size: 15px !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-item>a.mega-menu-link {
    height: 100px !important;
    padding: 15px 0 0 5px !important;
}

.main-header .header-upper .logo-box,
.sticky-header .logo {
    height: 100px !important;
    padding-top: 15px !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    margin: 0 !important;
}


@media(max-width: 1605px) {
    #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 14px !important;
    }
}

.logo a img {
    width: 100% !important;
    height: auto !important;
}

@media(max-width: 1459px) {

    .main-header .header-upper .logo-box,
    .sticky-header .logo {
        /* width: 100px !important; */
        display: flex;
        align-items: center;
    }

    .logo a img {
        width: 100% !important;
        height: auto !important;
    }
}


@media(max-width: 1367px) {
    #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 12px !important;
    }
}

@media(max-width: 1215px) {
    #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 16px !important;
        height: 60px !important;
    }

    .main-header .header-upper .logo-box,
    .sticky-header .logo {
        width: 185px !important;
        display: flex;
        align-items: center;
    }

    .logo a img {
        width: 100% !important;
        height: 75px !important;
    }
}


/*#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 50% !important;
}

@media(max-width: 1215px) {
    #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
        width: 100% !important;
    }
}
*/
/* .mega-sub-menu li:hover a {
    color: #385486 !important;
}

.mega-menu-link:hover {
    color: #385486 !important;
} */

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover {
    color: #385486 !important;
    font-weight: normal !important;
}

.e-con-inner {
    padding: 0 !important;
}

.mega-sub-menu {
    background: #fff !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
    background-color: #fff !important;
    /*    box-shadow: 0px 39px 38px -4px rgba(0, 0, 0, 0.45) !important;*/
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

@media(max-width: 1215px) {
    #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu {
        padding: 0 !important;
    }

    #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
        box-shadow: none !important;
    }
}

.mega-block-title {
    text-transform: uppercase !important;
    font-weight: bold !important;
    margin: 13px 0;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu p {
    line-height: 19px !important;
    font-weight: bold !important;
    font-size: 15px !important;
    text-align: justify !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
    font-weight: normal !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover {
    font-weight: normal !important;
}

.mega-menu-link ul .mega-sub-menu {
    padding: 25px !important;
    box-shadow: 0px 39px 38px -4px rgba(0, 0, 0, 0.45) !important;
    background: #fff !important;
}

*/ #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-12:first-child:before {
    content: '123';
}

.gtranslate_wrapper {
    display: flex;
    flex-direction: row-reverse;
}

a.glink:nth-child(2) {
    order:1;
}

a.glink {
    margin-right: 5px;
}

.boigraphy {
    background-color: #385486;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.boigraphy:hover {
    text-decoration: none;
    color: #fff;
}

.sidebar .popular-tags a:hover,
.main-footer .footer-bottom,
.single-product-item .img-holder,
.team-block .inner-box .lower-box,
.cases-section-two .owl-nav .owl-prev:hover,
.cases-section-two .owl-nav .owl-next:hover,
.main-header .cart-box .cart-panel .btns-boxed li a,
.main-header .cart-box .cart-panel,
.main-header .search-box .form-group input[type="text"],
.main-header .search-box .form-group input[type="search"],
.appointment-form .form-group input:focus,
.appointment-form .form-group select:focus,
.appointment-form .form-group textarea:focus,
.faq-form .form-group input[type="text"]:focus,
.faq-form .form-group input[type="tel"]:focus,
.faq-form .form-group input[type="email"]:focus,
.faq-form .form-group textarea:focus,
.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus,
.news-detail .post-share-options .tags a:hover,
.cart-section .apply-coupon .form-group input[type="text"],
.styled-pagination li.next a,
.styled-pagination li.prev a,
.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus,
.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group textarea:focus,
.widget .tagcloud a:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>li>.current,
.pagination>li:hover>.current,
.pagination li a.prev,
.pagination li a.next,
.page-pagination li a.prev,
.page-pagination li a.next {
    height: 110px;
}

.lower-box {
    height: auto !important;
}

.left-column-menu {
    width: 47% !important;
    border-right: 1px solid #b8cbed !important;
    padding-right: 15px !important;
    margin-right: 5px !important;
}

.left-column-menu-mod {
    width: 31% !important;
    border-right: 1px solid #b8cbed !important;
    padding-right: 15px !important;
    margin-right: 5px !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    font-weight: bold !important;

}

/* #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #385486 !important;    
} */

.top-modifactor {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-center {
    margin: 0 50px;
}
@media(max-width: 1050px) {
    .top-center {
        display: none;
    }
}

.top__times {
    display: flex;
    justify-content: space-between;

    color: #fff;
}

.top__date {
    position: relative;
    margin-right: 15px;
}

.top__date::after {
    content: '|';
    right: -10px;
    position: absolute;
}

.page__menu {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.page_menu-button-next,
.page_menu-button-prev {
    position: absolute;
}

.page_menu-button-next i,
.page_menu-button-prev i {
    color: #fff;
    font-size: 40px;
}

.page_menu-button-next {
    right: -4%;
    top: 22%;
}

.page_menu-button-prev {
    left: -4%;
    top: 22%;
}

@media(max-width: 1314px) {
    .page_menu-button-next {
        right: 37%;
        top: 75%;
    }

    .page_menu-button-prev {
        left: 37%;
        top: 75%;
    }
}

@media(max-width: 1010px) {

    .page_menu-button-next,
    .page_menu-button-prev {
        display: none;
    }
}



.page__menu__swiper {
    /* position: absolute;
    left: 0; */

}

.page__menu__swiper .swiper-wrapper {
    height: auto !important;
    padding: 20px;
    margin-bottom: 40px;
}

.page__menu__swiper .swiper-slide {
    width: auto;
}

.swiper-slide a {
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 10px 30px;

    text-decoration: none;
    color: #fff;
    display: block;
    height: 100%;
}

.main__page__nemu__active {
    background-color: #fff !important;
    color: #385486 !important;
}

.main__page__title {
    text-align: left !important;
}

.desc__content {
    color: #fff;
    text-align: left;
    margin: 40px 0;
}

.mega-menu-description {
    display: none !important;
}

.page__swiper-pagination .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
}

.page__swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff !important;
}


.blacklink a {
    color: #000;
}


.table-primary {
    background-color: #385486;
    color: #fff;
}

.table-hover .table-primary:hover {
    background-color: #385486;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-item-align-right { float: inherit !important;}


@media(max-width: 1564px) {
    .main-header .header-upper .logo-box .logo {
        width: 260px !important;

    }
}

@media(max-width: 1550px) {
    .main-header .header-upper .logo-box .logo {
        width: 220px !important;
    }
}

@media(max-width: 1459px) {
    .main-header .header-upper .logo-box .logo {
        width: 220px !important;
    }

    .main-header .header-upper .logo-box {
        position: inherit !important;
        box-shadow: inherit !important;
    }
    
    .main-header .header-upper .logo-box .logo {
        background-color: inherit !important;
        height: auto !important;
    }
}
.news-block-five {
    height: 500px;
}

.news-block-five  .inner-box {
    height: 100%;
}
.article__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.article__items .post {
    width: 32%;
}

.article__items .post .image {
    width: 100%;
    height: 250px !important;
}

.article__items .post .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article__items .post h4 a {
    font-size: 15px;
    line-height: normal;
    font-weight: bold;
}

.yoast-breadcrumbs {
    margin: 30px 0;
    color: #fff;
}

.yoast-breadcrumbs a {
    text-decoration: none !important;
    color:#fff !important;
}

.content-side b, .content-side strong {
	color:#385486;
}

.content-side li::marker {
	
  content: "\f046"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: calc( var(1.3em) * -1 );
  width: 1.3em;
  color:#C99E67;
  font-size:20px;
}
.content-side ul {
	margin:1rem 0;
}

.content-side li {
text-align:justify;
  list-style-position: inside;

  list-style: none;
  position: relative;

  --marker-size: 0px;
  --gap-right: 0px;
  --gap-left: 5px;
margin-bottom:10px;
  padding-left: calc(var(--marker-size) * 2 + var(--gap-right) + var(--gap-left));
}

.content-side h3 b, .content-side h3 strong {
	font-weight:normal;
}

.thm-unit-test h2, .thm-unit-test h3, .thm-unit-test h4, .thm-unit-test h5, .thm-unit-test h6 {
	color:#385486 !important;
}
.content-side h3 {
	font-size:24px;
	margin-bottom:15px;
	color:#385486;
}
.content-side .contact-info-section li::marker {
	content: "";
	display:none;
}

.scroll-to-top {
	padding-top:13px;
}

.content-column .inner-column strong {
	color:#385486;
}

.content-side thead.table-primary td b, .content-side thead.table-primary td strong {
	color:#fff;
}


.contact__page__block .contact__page__items {
	background:#f1f1f1;
	padding:15px;
}

.contact__page__item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;

}
.contact__page__image {
    margin-right: 15px;
}

.contact__page__image i {
    color: #C99E67;
}

.contact__page__desc {
    line-height: 1.2;
}
.contact__page__title {
    font-weight: bold;
    color: #385486;
}

@media(max-width: 767px) {
    .contact__page__block  {
        margin-bottom: 40px;
    }
}

.contact__page__block .contact__page__items {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}

.contact__page__block .contact__page__desc {
	/*margin-bottom:20px;*/
}

.contact__page__block .contact__page__desc .contact__page__title {
	margin-bottom:7px;
}

.contact__page__block .contact__page__items {
	padding-top:30px;
	padding-bottom:30px;
}

.contact__page__block {
	/*margin-top:20px;*/
}

.content-side p {
	text-align:justify;
}