/*
    ======================================
    Name        : Selvam
    Created     : 02 December 2021
    Version     : 3.0.0
	Project     : Perpetuuiti Website
	Mail ID     : pselvammca@gmail.com
    ======================================
*/


* {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;5193
}
body {
    font-family: Hellix;
    font-size: 15px;
    color: #2f2e41;
    line-height: 1.7em;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
.bordered-layout .page-wrapper {
    padding: 0 50px 0;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
}
a:hover {
    color: #0e0e0e !important;
}
a:focus,
a:hover,
a:visited,
button {
    text-decoration: none;
    outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    background: 0 0;
    line-height: 1.4em;
    font-family: Hellix;
    font-weight: 500;
}
textarea {
    overflow: hidden;
}
p {
    position: relative;
    line-height: 1.8em;
}
h1 {
    font-size: 72px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.medium-container {
    max-width: 850px;
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}
li,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
img {
    display: inline-block;
    max-width: 100%;
}
.theme-btn {
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.centered {
    text-align: center;
}
.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color:white;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #fc437a;
    display: none;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.scroll-to-top:hover {
    color: #fff;
    background: #161515;
}
.list-style-one {
    position: relative;
}
.list-style-one li {
    position: relative;
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 20px;
}
.list-style-one li .icon {
    position: absolute;
    left: 0;
    top: 5px;
    color: #0060ff;
    font-size: 18px;
    line-height: 1em;
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.list-style-two {
    position: relative;
}
.list-style-two li {
    position: relative;
    color: #555;
    font-size: 16px;
    padding-left: 40px;
    font-weight: 500;
    line-height: 1.8em;
    margin-bottom: 18px;
    font-family: Hellix;
}
.list-style-two li:before {
    position: absolute;
    content: "\f00c";
    left: 0;
    top: 5px;
    color: #ff7a68;
    font-size: 15px;
    line-height: 1em;
    font-weight: 100;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: FontAwesome;
    border: 1px solid;
    padding: 5px;
    border-radius: 50px;
}
.list-style-dot {
    position: relative;
}
.list-style-dot li {
    position: relative;
    color: #555;
    font-size: 15px;
    padding-left: 30px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 10px;
    font-family: Hellix;
}
.list-style-dot li:before {
    position: absolute;
    content: " \25CF";
    left: 0;
    top: 5px;
   color: #fc437a;
    font-size: 20px;
    line-height: 1em;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: FontAwesome;
}
.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: white !important;
    padding: 6px 20px;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
    text-transform: uppercase;
    background-color: #f7477b;
    font-family: Hellix;
}

.btn-style-one .btn-text-hover {
    color: #fff;
}
.btn-style-one .btn-text1-hover {
  color: #ffb262;
}


.btn-style-one:before {
    position: absolute;
    content: "";
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-color: #2f2e41;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.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 !important;
    border-color: #00e49a;
}
.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    padding: 6px 20px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
    text-transform: uppercase;
    background-color: #2f2e41;
    font-family: Hellix;
}
.btn-style-two:before {
    position: absolute;
    content: "";
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid #2f2e41;
}
.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: #000 !important;
}

.btn-style-one:hover .btn-text-hover  {
    color: #fc7361 !important;
}

.btn-style-two:hover .btn-text-hover {
   color: #fc437a;
}

.btn-style-two .btn-text-hover {
  color: #fc437a;
}

.btn-style-three {
    position: relative;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    color: white;
    padding: 6px 20px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
    text-transform: capitalize;
    background-color:#ff6895;
    font-family: Hellix;
}
.btn-secondary1 {
    color: #fff;
    background-color: #242424;
    border-color: #242424;
}
.btn-secondary1:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}
.info-column {
    text-align: center;
}
.text-italic {
    font-style: italic;
}
.popup_yellow_title {
    color: #ffc107;
    font-size: 15px;
}
.info-column .icon-box {
    left: 0;
    top: 0;
    font-size: 44px;
    line-height: 1em;
    text-align: center;
}
.btn-style-three:before {
    position: absolute;
    content: "";
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-color: #2f2e41;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.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 !important;
}
.btn-style-four {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: white;
    padding: 6px 20px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
    text-transform: capitalize;
    background-color: #fc437a;
}
.btn-style-four:before {
    position: absolute;
    content: "";
    left: 100%;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #2f2e41;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.btn-style-four .txt {
    position: relative;
    z-index: 1;
}
.btn-style-four:hover::before {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-four:hover {
    color: #fff;
}
.btn-style-five {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    color: white;
    padding: 6px 20px;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
    text-transform: capitalize;
    background-color: #d62a5d;
    font-family: Hellix;
}
.btn-style-five:before {
    position: absolute;
    content: "";
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #2f2e41;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.btn-style-five .txt {
    position: relative;
    z-index: 1;
}
.btn-style-five:hover::before {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-five:hover {
    color: #fff !important;
}
.social-icon-one {
    position: relative;
    display: block;
}
.social-icon-one .title {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    margin-right: 15px;
}
.social-icon-one li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-right: 22px;
}
.social-icon-one li:last-child {
    margin-right: 0;
}
.social-icon-one li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-icon-one li a:hover {
    color: #0060ff;
}
.theme_color {
    color: #0060ff;
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
    background-size: 80px;
}
.preloader svg circle{
    stroke:#f7477b;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.sec-title {
    position: relative;
    margin-bottom: 55px;
}
.sec-title .title {
    position: relative;
    color: #5a6671;
    font-weight: 500;
    /*text-transform: capitalize;*/
    font-family: Hellix;
}
.sec-title h2 {
    position: relative;
    color: #2f2e41;
    font-weight: 700;
    line-height: 1.3em;
    font-size: 36px;
}
.sec-title .text {
    position: relative;
    color: #2f2e41;
    font-weight: 400;
    line-height: 1.7em;
    margin-top: 18px;
    font-size: 18px;
}
.sec-title.light .text,
.sec-title.light .title,
.sec-title.light h2 {
    color: #2f2e41;
}
.sec-title.centered {
    text-align: center !important;
}
.main-header {
    position: relative;
    z-index: 99;
    width: 100%;
}
.main-header .header-top {
    position: relative;
    padding: 6px 0;
    background-color: #2f2e41;
}
.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 {
    position: relative;
    color: #fff;
    font-size: 13px;
    margin-right: 30px;
    display: inline-block;
}
.main-header .header-top .info-list li:last-child {
    margin-right: 0;
}
.main-header .header-top .info-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}
.main-header .header-top .info-list li a {
    position: relative;
    color: #fff;
    padding-left: 5px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-header .header-top .info-list li a:hover {
     color: #e2608e !important;
}
.main-header .header-top .top-right {
    position: relative;
}
.main-header .header-top .top-right .social-box {
    position: relative;
}
.main-header .header-top .top-right .social-box li {
    position: relative;
    margin-left: 18px;
    display: inline-block;
}
.main-header .header-top .top-right .social-box li a {
    position: relative;
    color: #fff;
    font-size: 13px;
}
.main-header .header-top .top-right .social-box li a:hover {
    color: #ea6961 !important;
}
.main-header .main-box {
    position: relative;
    padding: 0 0;
    left: 0;
    top: 0;
    width: 100%;
    background: 0 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-header .main-box .outer-container {
    position: relative;
    padding: 0 40px;
}
.main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0;
    z-index: 10;
    padding: 30px 0;
}
.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-header .header-upper {
    position: relative;
    background-color: #fbfbfd;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    font-size: 15px;
}
.main-header .header-upper .upper-right {
    position: relative;
    padding-top: 22px;
}
.main-header .info-box {
    position: relative;
    float: left;
    z-index: 1;
    min-height: 56px;
    margin-left: 50px;
    font-size: 15px;
    color: #777;
    text-align: left;
    padding: 0 0 10px 65px;
}
.main-header .info-box .icon-box {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 42px;
    line-height: 1em;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #0060ff;
    line-height: 1em;
}
.main-header .info-box ul li {
    position: relative;
    line-height: 20px;
    color: #2f2e41;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 400;
    text-transform: capitalize;
}
.main-header .info-box strong {
    position: relative;
    font-weight: 600;
    color: #2f2e41;
    font-size: 18px;
    text-transform: capitalize;
    font-family: Hellix;
}
.main-header .info-box:last-child {
    padding-left: 0;
    margin-left: 20px;
}
.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;
}
.main-header .header-upper .logo-box .logo {
    position: relative;
}
.main-header .outer-box {
    position: relative;
    float: right;
    margin-left: 20px;
    padding: 16px 0;
}
.main-header .cart-box {
    position: relative;
    float: left;
    color: #0060ff;
    font-size: 16px;
    background: 0 0;
    margin-top: 16px;
    display: inline-block;
    margin-right: 24px;
}
.main-header .cart-box .cart-box-btn {
    background: 0 0;
    color: #0060ff;
    cursor: pointer;
    font-size: 24px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.main-header .cart-box .cart-box-btn:after {
    display: none;
}
.main-header .cart-box .cart-box-btn .total-cart {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 18px;
    height: 18px;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    background-color: #222;
}
.main-header .cart-product {
    position: relative;
    margin-bottom: 18px;
    min-height: 90px;
    border-bottom: 1px solid #e4e4e4;
}
.main-header .cart-product .inner {
    position: relative;
    padding-left: 90px;
    min-height: 70px;
}
.main-header .cart-product .inner .cross-icon {
    position: absolute;
    right: 0;
    top: -2px;
    z-index: 1;
    color: #263120;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-header .cart-product .inner .cross-icon:hover {
    color: #0060ff;
}
.main-header .cart-product .inner .image {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 0;
    top: 0;
}
.main-header .cart-product .inner h3 {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.main-header .cart-product .inner h3 a {
    color: #222;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.main-header .cart-product .inner h3 a:hover {
    color: #0060ff;
}
.main-header .cart-product .inner .quantity-text {
    position: relative;
    font-weight: 300;
    color: #666;
    font-size: 13px;
    margin-bottom: 0;
}
.main-header .cart-product .inner .price {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    color: #222;
}
.main-header .cart-box .cart-panel {
    left: auto !important;
    right: 0 !important;
    border-radius: 20px;
    padding: 20px 20px;
    min-width: 300px;
    margin-top: 62px;
    z-index: -1;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    border: 3px solid #0060ff;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}
.main-header .cart-box .cart-panel .cart-total {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
}
.main-header .cart-box .cart-panel .cart-total span {
    font-weight: 800;
    font-size: 18px;
}
.main-header .cart-box .cart-panel .btns-boxed {
    position: relative;
    text-align: center;
    margin-top: 20px;
}
.main-header .cart-box .cart-panel .btns-boxed li {
    position: relative;
    margin: 0 5px;
    display: inline-block;
}
.main-header .cart-box .cart-panel .btns-boxed li a {
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    padding: 10px 20px 8px;
    border-radius: 2px;
    display: inline-block;
    background-color: #0060ff;
    border: 1px solid #0060ff;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.main-header .cart-box .cart-panel .btns-boxed li a:hover {
    color: #0060ff;
    background: 0 0;
}
.main-header .cart-box .icon a {
    color: #999;
}
.main-header .search-box-outer {
    position: relative;
    float: left;
}
.main-header .search-box-btn {
    position: relative;
    top: 0;
    display: block;
    float: left;
    margin-top: 16px;
    font-size: 20px;
    color: #222;
    line-height: 20px !important;
    cursor: pointer;
    background: 0 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-header .search-box-btn:after {
    display: none;
}
.main-header .search-box-outer .dropdown-menu {
    top: 49px !important;
    right: 0;
    padding: 0;
    width: 280px;
    left: auto !important;
    border-radius: 0;
    border-top: 3px solid #0060ff;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}
.main-header .btn-box {
    position: relative;
    float: left;
    margin-left: 30px;
}
.main-header .header-lower .search-box {
    float: right;
}
.main-header .header-lower .search-box .form-group {
    position: relative;
    margin: 0;
    top: -1px;
}
.main-header .header-lower .search-box .form-group input[type="search"],
.main-header .header-lower .search-box .form-group input[type="text"] {
    position: relative;
    line-height: 28px;
    padding: 10px 50px 10px 25px;
    background: 0 0;
    display: block;
    font-size: 15px;
    width: 200px;
    height: 74px;
    color: #222;
    font-weight: 400;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background-color: #fff;
    border-radius: 0 50px 50px 0;
}
.main-header .header-lower .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 74px;
    width: 45px;
    font-size: 15px;
    color: #000048;
    line-height: 100%;
    background: 0 0;
    display: inline-block;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
}
.main-menu {
    position: relative;
    float: left;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-menu .navbar-collapse {
    padding: 0;
    float: left;
    display: block !important;
}
.main-menu .navigation {
    position: relative;
    margin: 0;
}
.main-menu .navigation > li {
    position: relative;
    float: left;
    margin-right: 20px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s 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.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
    color: #0060ff;
    background-color: inherit !important;
}
.sticky-header .nav-outer .options-box {
    margin-top: 45px;
}
.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 0;
    background: #fbfbfd;
    z-index: 0;
    border-bottom: 1px solid #e8f1f7;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.sticky-header .logo {
    padding: 0 0 3px;
}
.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -op-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.main-menu .navigation > li > a {
    position: relative;
    display: block;
    color: #222;
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 0;
    opacity: 1;
    font-weight: 600;
    padding: 17px 0;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-family: Hellix;
    font-size: 15px;
}
.main-menu .navigation > li.dropdown > a {
    padding-right: 15px !important;
}
.main-menu .navigation > li.dropdown > a:before {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 0;
    font-size: 13px;
    line-height: 34px;
}
.main-menu .navigation > li.current::before,
.main-menu .navigation > li:hover::before {
    opacity: 1;
    width: 100%;
    z-index: 1;
}
.sticky-header .main-menu .navigation > li {
    position: relative;
}
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
    opacity: 1;
    color: #f7477b !important;
}
.main-menu .navigation > li > ul {
    position: absolute;
    left: -30px;
    top: 100%;
    width: 230px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    padding: 20px 15px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0;
}
.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 {
    position: relative;
    display: block;
    padding: 10px 18px;
    line-height: 24px;
    font-weight: 600;
    font-size: 15px;
    color: #7c7b7b;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.sticky-header .main-menu .navigation > li > a {
    padding: 17px 0;
}
.main-menu .navigation > li > ul > li > a:before {
    position: absolute;
    content: "//";
    left: 10px;
    top: 8px;
    opacity: 0;
    color: #f7477b;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.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 {
    color: #f7477b;
    padding-left: 30px;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 0;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #253d4a;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
    color: #222;
}
.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 120%;
    top: 0;
    width: 230px;
    z-index: 100;
    display: none;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    padding: 20px 15px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main-menu .navigation > li > ul > li > ul.from-right {
    left: auto;
    right: 0;
}
.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 {
    position: relative;
    display: block;
    padding: 6px 18px;
    line-height: 24px;
    font-weight: 600;
    font-size: 15px;
    color: #7c7b7b;
    padding-left: 10px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: #0060ff;
}
.main-menu .navigation > li > ul > li > ul > li > a:before {
    position: absolute;
    content: "//";
    left: 10px;
    top: 8px;
    opacity: 0;
    color:#f7477b;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a::before {
    opacity: 1;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: #ffc107;
    padding-left: 30px;
}
.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    left: 0;
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 100%;
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 28px;
    border: 1px solid #fff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}
.main-header .search-box {
    position: relative;
    float: left;
    width: 160px;
    padding: 33px 0;
}
.main-header .search-box .form-group {
    position: relative;
    margin: 0;
}
.main-header .search-box .form-group input[type="search"],
.main-header .search-box .form-group input[type="text"] {
    position: relative;
    line-height: 38px;
    padding: 10px 50px 10px 20px;
    background: 0 0;
    display: block;
    font-size: 15px;
    width: 100%;
    height: 30px;
    color: #fff;
    border-radius: 0;
    font-weight: 600;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border-left: 1px solid #0060ff;
}
.main-header .search-box .form-group input::-webkit-input-placeholder,
.main-header .search-box .form-group textarea::-webkit-input-placeholder {
    color: #fff;
}
.main-header .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 8px;
    display: block;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    line-height: 100%;
    font-weight: 400;
    background: 0 0;
}
.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;
    content: "";
    left: -10px;
    top: -10px;
    bottom: -10px;
    width: 110%;
    background-color: #0060ff;
    border-radius: 50px 50px 50px 50px;
}
.main-header .header-lower .options-box .option-inner {
    position: relative;
    padding-left: 70px;
}
.main-header .header-lower .options-box .option-inner .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 50px;
    line-height: 1em;
}
.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;
    color: #fff;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.main-header .header-lower .options-box .option-inner .number a {
    position: relative;
    font-weight: 800;
    font-size: 22px;
    color: #fff;
}
.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 {
    position: relative;
    color: #fff;
    font-size: 16px;
    margin-right: 30px;
    display: inline-block;
}
.main-header .header-top-three .info-list li:last-child {
    margin-right: 0;
}
.main-header .header-top-three .info-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}
.main-header .header-top-three .info-list li a {
    position: relative;
    color: #fff;
    padding-left: 28px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.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;
    margin-left: 8px;
    display: inline-block;
}
.main-header .info-box .social-nav li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #222;
    line-height: 38px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #222;
}
.main-header .info-box .social-nav li a:hover {
    color: #fff;
    background-color: #222;
}
.hidden-bar {
    position: fixed;
    top: 0;
    width: 305px;
    height: 100%;
    background: #272727;
    z-index: 9999;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
}
.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;
    top: 10px;
    right: 15px;
    background: 0 0;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    z-index: 999999;
}
.hidden-bar .hidden-bar-closer:hover {
    color: #414857;
}
.hidden-bar .hidden-bar-closer:hover .btn {
    color: #fff;
}
.hidden-bar .hidden-bar-closer .btn {
    background-color: transparent;
    border: none;
    color: #fff;
    outline: 0;
    font-size: 15px;
}
.hidden-bar .social-icons {
    text-align: center;
    margin: 50px 0 30px;
}
.hidden-bar .social-icons ul {
    font-size: 0;
    margin-left: -5px;
    margin-right: -5px;
}
.hidden-bar .social-icons ul li {
    display: inline-block;
    padding: 0 5px;
}
.hidden-bar .social-icons ul li a {
    display: block;
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    background: #414857;
    color: #fff;
    border-radius: 5px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.hidden-bar .social-icons ul li a:hover {
    background: #fff;
    color: #414857;
}
.hidden-bar .logo {
    padding: 40px 30px;
}
.hidden-bar .logo img {
    display: inline-block;
    max-width: 100%;
}
.hidden-bar .side-menu {
    background-color: transparent;
    padding: 0;
    font-size: 13px;
    letter-spacing: 1px;
}
.hidden-bar .side-menu ul li ul a {
    background: 0 0;
}
.hidden-bar .side-menu ul li ul li ul li a {
    background: 0 0;
}
.hidden-bar .side-menu a.current {
    color: #fff;
}
.hidden-bar .side-menu ul li a {
    background: 0 0;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 15px 10px 20px;
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.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 {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.hidden-bar .side-menu ul li a .btn.expander {
    background: 0 0;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 0;
    position: absolute;
    top: 6px;
    right: 20px;
    width: 32px;
    height: 32px;
    outline: 0;
}
.bootstrap-touchspin .input-group-btn-vertical {
    width: auto;
    right: 0;
    position: absolute;
}
.bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f106";
    font-size: 18px;
    font-style: normal;
    font-family: FontAwesome;
}
.bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f107";
    font-size: 18px;
    font-style: normal;
    font-family: FontAwesome;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
    height: 24px;
    background: #e9e9e9;
}
.bootstrap-touchspin .input-group-btn-vertical i {
    left: 6px;
    top: 6px;
}
.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 36px;
    line-height: 50px;
    cursor: pointer;
    color: #000;
    display: none;
}
.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}
.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 {
    opacity: 1;
    visibility: visible;
}
.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #fff;
    padding: 0 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease 0.5s;
    -moz-transition: all 0.7s ease 0.5s;
    -ms-transition: all 0.7s ease 0.5s;
    -o-transition: all 0.7s ease 0.5s;
    transition: all 0.7s ease 0.5s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 15px;
    color: #202020;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.mobile-menu .close-btn:hover {
    opacity: 0.5;
}
.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.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, 0.1);
}
.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: #404040;
    text-transform: capitalize;
}
.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li:hover > a {
    color: #000;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
    display: none;
}
.sticky-header .navbar-header {
    display: none;
}
.main-header .sticky-header .outer-box {
    margin-left: 20px;
    padding: 13px 0;
}
.main-header .sticky-header .outer-box .cart-box {
    color: #000;
    margin-top: 11px;
}
.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: #0060ff;
}
.main-header .sticky-header .search-box-btn {
    color: #000;
    margin-top: 11px;
}
.main-header .header-upper .outer-box .nav-btn {
    position: relative;
    float: left;
    font-size: 25px;
    color: #222;
    cursor: pointer;
    margin-top: 19px;
    margin-left: 25px;
}
.sticky-header .outer-box .nav-btn {
    position: relative;
    float: right;
    font-size: 28px;
    color: #000;
    cursor: pointer;
    margin-top: 9px;
    margin-left: 30px;
}
.scroll-to-toped {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #222;
    display: none;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.scroll-to-toped:hover {
    color: #fff;
    background: #000;
}
.banner-section {
    position: relative;
    overflow: hidden;
    padding: 0 0 100px;
}
.banner-section .slide::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: transparent;
}
.banner-section .slide {
    position: relative;
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 90px;
}
.banner-section .patern-layer-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 493px;
    height: 492px;
    z-index: 2;
    opacity: 0;
    transform: translateX(-500px);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}
.banner-section .active .patern-layer-one {
    opacity: 1;
    transform: translateX(0);
}
.banner-section .patern-layer-two {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 611px;
    height: 633px;
    z-index: 2;
    background-position: right top;
    background-repeat: no-repeat;
    transform: translateX(500px);
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}
.banner-section .active .patern-layer-two {
    transform: translateX(0);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.banner-section .content-column {
    position: relative;
    z-index: 10;
}
.banner-section .content-column .inner-column {
    position: relative;
}
.banner-section .content-column .title {
    position: relative;
    color: #2f2e41;
    font-size: 30px;
    line-height: 1.8em;
    margin-bottom: 16px;
    font-weight: 700;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.banner-section .active .content-column .title {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.banner-section .content-column h2 {
    position: relative;
    color: #2f2e41;
    font-weight: 700;
    line-height: 1.3em;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.banner-section .active .content-column h2 {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.banner-section .content-column .text {
    position: relative;
    color: #2f2e41;
    font-size: 20px;
    line-height: 1.4em;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.banner-section .active .content-column .text {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.banner-section .content-column .btns-box {
    margin-top: 35px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.banner-section .active .content-column .btns-box {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.banner-section .content-column .theme-btn {
    margin-right: 15px;
}
.banner-section .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
}
.banner-section .owl-dots .owl-dot {
    position: relative;
    width: 30px;
    height: 6px;
    margin-bottom: 10px;
    border-radius: 0;
    margin: 0 5px;
    display: inline-block;
    background-color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.banner-section .owl-dots .owl-dot.active,
.banner-section .owl-dots .owl-dot:hover {
    background-color: #2f2e41;
}
.banner-section .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 99999;
    width: 100%;
    opacity: 0;
    margin-top: -10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.banner-section:hover .owl-nav {
    opacity: 1;
}
.banner-section .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    width: 60px;
    height: 60px;
    color: #222;
    line-height: 56px;
    font-size: 24px;
    text-align: center;
    border-radius: 50px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.banner-section .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    color: #222;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 56px;
    border-radius: 50px;
    text-align: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.banner-section .owl-nav .owl-next:hover,
.banner-section .owl-nav .owl-prev:hover {
    color: #fff;
    border-color: #222;
    background-color: #222;
}
.about-section {
    position: relative;
    overflow: hidden;
    padding: 0 0 100px;
}
.about-section .content-column {
    position: relative;
}
.about-section .content-column .inner-column {
    position: relative;
    padding-right: 30px;
}
.about-section .content-column .text {
    position: relative;
    color: #555;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 500;
    margin-bottom: 40px;
}
.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 {
    position: absolute;
    left: 0;
    top: 2px;
    color: #0060ff;
    font-size: 48px;
    line-height: 1em;
}
.feature-block .inner-box h6 {
    position: relative;
    color: #2f2e41;
    font-size: 18px;
    font-weight: 600;
}
.feature-block .inner-box .feature-text {
    position: relative;
    color: #555;
    font-size: 16px;
    margin-top: 5px;
}
.about-section .images-column {
    position: relative;
}
.about-section .images-column .inner-column {
    position: relative;
    padding: 50px 0;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
}
.about-section .images-column .learn {
    position: relative;
    color: #0060ff;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.about-section .images-column .learn:hover {
    color: #222;
}
.about-section .images-column .learn .arrow {
    position: relative;
    margin-right: 8px;
    top: 1px;
}
.about-section .images-column .pattern-layer {
    position: absolute;
    left: -70px;
    top: -150px;
    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, 0.1);
}
.about-section .images-column .image-two {
    position: absolute;
    left: 0 !important;
    top: auto !important;
    bottom: 60px !important;
    display: inline-block !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.about-section .images-column .image-three {
    position: absolute;
    left: auto !important;
    top: auto !important;
    right: 0 !important;
    bottom: -60px !important;
    display: inline-block !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.about-section .images-column .image-four {
    position: absolute;
    right: 10px !important;
    left: auto !important;
    top: 0 !important;
    bottom: auto !important;
    display: inline-block !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.featured-section {
    position: relative;
    z-index: 1;
    padding: 72px 0 72px;
}
.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;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(20, 29, 59, 0.7);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.feature-block-two .inner-box:hover::before {
  background-color: rgb(252 67 122 / 47%);
}
.feature-block-two .inner-box .number {
    position: relative;
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    line-height: 1em;
    font-family: Hellix;
}
.feature-block-two .inner-box h4 {
    position: relative;
    color: #fff;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 12px;
    margin-bottom: 15px;
}
.feature-block-two .inner-box .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 1.8em;
}
.services-section {
    position: relative;
    padding: 240px 0 250px;
    background-color: transparent;
}
.services-section.margin-top {
    margin-top: -165px !important;
}
.services-section .pattern-layer {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: right top;
}
.service-block {
    position: relative;
    margin-bottom: 30px;
}
.service-block .inner-box {
    position: relative;
    text-align: center;
    padding: 20px 20px 70px;
    background-color: #fff;
    border-radius: 0 0 15px 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    height: 100%;
}
.service-block .inner-box:hover {
    border-radius: 0 0 0 15px;
}
.service-block .inner-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.service-block .inner-box:hover::before {
    opacity: 1;
    border-radius: 0 0 0 15px;
}
.service-block .inner-box .icon-box {
    position: relative;
    color: #000;
    font-size: 60px;
    line-height: 1em;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.service-block .inner-box .icon-box .icon {
    position: relative;
}
.service-block .inner-box:hover h5 a {
    color: #fc437a !important;
}
.service-block .inner-box h5 {
    position: relative;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 10px;
    margin-bottom: 10px;
}
.service-block .inner-box h5 a {
    position: relative;
    color: #3b3a37;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.service-block .inner-box .text {
    position: relative;
    color: #555;
    font-size: 16px;
    line-height: 1.8em;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.service-block .inner-box .arrow {
    position: absolute;
    left: 100%;
    width: 50px;
    height: 50px;
    bottom: 0;
    line-height: 50px;
    margin-left: -50px;
    color: #fff !important;
    font-size: 20px;
    float: right;
    border-radius: 0 0 15px 0;
    background-color: #2f2e41;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.services-section-two {
    position: relative;
    padding-bottom: 70px;
}
.services-section-two.margin-top {
    margin-top: -170px;
}
.services-section-two .upper-box {
    position: relative;
    text-align: center;
    border-radius: 15px;
    margin-left: -115px;
    margin-right: -115px;
    padding: 100px 20px 180px;
    background-color: #0060ff;
}
.services-section-two .upper-box .icon-one {
    position: absolute;
    left: 5%;
    bottom: 10%;
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
}
.services-section-two .upper-box .icon-two {
    position: absolute;
    left: 38%;
    top: 10%;
    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 {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.service-block-two .inner-box {
    position: relative;
    overflow: hidden;
    padding: 45px 45px;
    border-radius: 6px;
    background-color: #fff;
}
.service-block-two .inner-box .shape-one {
    content: "";
    width: 250px;
    height: 250px;
    background-color: #fdcc2d;
    border-radius: 50%;
    position: absolute;
    top: -120px;
    opacity: 0.4;
    right: -120px;
    transform: scale(0);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.service-block-two .inner-box:hover .shape-one {
    transform: scale(1);
    webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.service-block-two .inner-box .shape-two {
    content: "";
    width: 373px;
    height: 373px;
    background-color: #fdcc2d;
    border-radius: 50%;
    position: absolute;
    top: -180px;
    right: -180px;
    z-index: 1;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.service-block-two .inner-box:hover .shape-two {
    opacity: 0.4;
    transform: scale(1);
    webkit-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.service-block-two .inner-box:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    opacity: 0;
    background-color: transparent;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.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 {
    position: relative;
    font-size: 65px;
    line-height: 1em;
    color: #3b3a37;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.service-block-two .inner-box .icon-box .icon {
    position: relative;
}
.service-block-two .inner-box h5 {
    position: relative;
    z-index: 2;
    color: #222;
    font-weight: 600;
    line-height: 1.3em;
    margin: 15px 0 8px;
}
.service-block-two .inner-box h5 a {
    position: relative;
    color: #222;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.service-block-two .inner-box .read-more:hover,
.service-block-two .inner-box h5 a:hover {
    color: #ff0303;
}
.service-block-two .inner-box .text {
    position: relative;
    color: #222;
    z-index: 2;
    line-height: 1.8em;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.service-block-two .inner-box:hover .icon-box,
.service-block-two .inner-box:hover .text,
.service-block-two .inner-box:hover h5 a {
    color: #222;
}
.case-block {
    position: relative;
    margin-bottom: 30px;
}
.case-block .inner-box {
    position: relative;
    height: 100%;
}
.case-block .inner-box .image {
    position: relative;
}
.case-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.case-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.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;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, #ffc107 190%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #ffc107 190%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #ffc107 190%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(190, #ffc107));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #ffc107 190%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fc437a 190%);
}
.case-block .inner-box .image .overlay-box .search-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    color: #0060ff;
    z-index: 1;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    margin-left: -30px;
    margin-top: -60px;
    border-radius: 50px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.case-block .inner-box .image .overlay-box .search-icon:hover {
    background-color: #0060ff;
    color: #fff;
}
.case-block .inner-box .image .overlay-box .content {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 1;
}
.case-block .inner-box .image .overlay-box .content h4 {
    position: relative;
    line-height: 1.3em;
    font-weight: 700;
}
.case-block .inner-box .image .overlay-box .content h4 a {
    position: relative;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.case-block .inner-box .image .overlay-box .content h4 a:hover {
    color: #0060ff;
}
.case-block .inner-box .image .overlay-box .content .category {
    position: relative;
    margin-top: 5px;
    color: #fff;
}
.case-block .inner-box .image .overlay-box .arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    width: 60px;
    height: 60px;
    z-index: 1;
    font-size: 22px;
    text-align: center;
    line-height: 60px;
    background-color: #0060ff;
}
.sponsors-section {
    position: relative;
}
.sponsors-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    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, 0.1);
}
.sponsors-section .owl-dots {
    display: none;
}
.sponsors-section .owl-nav {
    position: absolute;
    left: -40px;
    top: 15px;
    right: -30px;
}
.sponsors-section .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    width: 30px;
    height: 100px;
    color: #555;
    font-size: 20px;
    text-align: center;
    line-height: 98px;
    margin-left: 10px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #555;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #fff;
}
.sponsors-section .owl-nav .owl-next {
    position: absolute;
    right: 0;
    width: 30px;
    height: 100px;
    color: #555;
    font-size: 20px;
    text-align: center;
    line-height: 98px;
    margin-left: 10px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #555;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #fff;
}
.sponsors-section .owl-nav .owl-next:hover,
.sponsors-section .owl-nav .owl-prev:hover {
    color: #fff;
    background-color: #555;
    border-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 {
    margin: 0 -15px;
    width: auto;
}
.sponsors-section .image-box {
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.sponsors-section .image-box img {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 100%;
    opacity: 0.4;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -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 {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}
.sponsors-section.style-two:before {
    display: none;
}
.sponsors-section.style-two .owl-dots,
.sponsors-section.style-two .owl-nav {
    display: none;
}
.sponsors-section.style-three:before {
    display: none;
}
.sponsors-section.style-three .sec-title .text {
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 40px;
}
.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 {
    margin: 0 -15px;
    width: auto;
}
.testimonial-section .owl-nav {
    display: none;
}
.testimonial-section .owl-dots {
    position: relative;
    text-align: right;
    margin-top: 20px;
    padding-right: 15px;
}
.testimonial-section .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 5px;
    margin-bottom: 10px;
    border-radius: 0;
    margin-left: 10px;
    display: inline-block;
    background-color: #005;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.testimonial-section .owl-dots .owl-dot.active,
.testimonial-section .owl-dots .owl-dot:hover {
    width: 30px;
    background-color: #024ac2;
}
.testimonial-section .lower-text {
    position: relative;
    color: #555;
    font-size: 16px;
    font-weight: 700;
}
.testimonial-section .lower-text a {
    position: relative;
    color: #024ac2;
}
.testimonial-block {
    position: relative;
    margin-bottom: 30px;
}
.testimonial-block .inner-box {
    position: relative;
    padding: 50px 50px;
    margin-left: 20px;
    margin-top: 20px;
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}
.testimonial-block .inner-box:before {
    position: absolute;
    content: "";
    left: -20px;
    top: -20px;
    right: 20px;
    bottom: 20px;
    z-index: -1;
    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;
    left: 0;
    top: 0;
}
.testimonial-block .inner-box .upper-box h4 {
    position: relative;
    color: #2f2e41;
    font-weight: 600;
}
.testimonial-block .inner-box .upper-box .designation {
    position: relative;
    color: #555;
    font-size: 16px;
}
.testimonial-block .inner-box .text {
    position: relative;
    margin-top: 35px;
    color: #555;
    font-size: 16px;
    line-height: 1.9em;
    font-weight: 500;
}
.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;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.technology-section .pattern-layer-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat;
}
.technology-section .pattern-layer-two {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
}
.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;
    text-align: center;
    border-radius: 10px;
    border: 1px dashed rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.technology-block .inner-box .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}
.technology-block .inner-box .icon-box {
    position: relative;
    color: #0060ff;
    font-size: 64px;
    line-height: 1em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.technology-block .inner-box:hover .icon-box {
    transform: rotateY(180deg);
}
.technology-block .inner-box h6 {
    position: relative;
    color: #fff;
    font-weight: 600;
    margin-top: 18px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.technology-block .inner-box:hover {
    border-color: #fff;
    background-color: #fff;
}
.technology-block .inner-box:hover .icon-box {
    color: #0060ff;
}
.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 {
    position: relative;
    padding: 110px 0 70px;
}
.team-section .sec-title .text {
    margin-top: 40px;
}
.team-section .team-block {
    padding: 0;
    float: left;
}
.team-block {
    position: relative;
    margin-bottom: 30px;
}
.team-block .inner-box {
    position: relative;
}
.team-block .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #ffc107;
}
.team-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.team-block .inner-box:hover .image img {
    opacity: 0.8;
    transform: scale(1.04, 1.04);
}
.team-block .inner-box .lower-box {
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -30px;
    padding: 20px 20px;
    text-align: right;
    overflow: hidden;
    background-color: #fff;
    border-left: 2px solid #ffc107;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.team-block .inner-box .lower-box .content {
    position: relative;
}
.team-block .inner-box .lower-box h5 {
    position: relative;
    font-weight: 700;
    line-height: 1.3em;
}
.team-block .inner-box .lower-box h5 a {
    position: relative;
    color: #2f2e41;
}
.team-block .inner-box .lower-box .designation {
    position: relative;
    color: #555;
    font-size: 13px;
    margin-top: 5px;
}
.team-block .inner-box .lower-box .social-box {
    position: absolute;
    left: -40px;
    top: 0;
    width: 30px;
    opacity: 0;
    background-color: #ffc107;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    height: 100%;
    display: grid;
    align-content: center;
}
.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;
    color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.team-block .inner-box .lower-box .social-box li a:hover {
    color: #2f2e41;
    height: 100%;
}
.team-block .inner-box:hover .lower-box .social-box {
    left: 0;
    opacity: 1;
}
.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: #fff;
}
.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.news-block .inner-box:hover .image img {
    opacity: 0.7;
    transform: scale(1.04, 1.04);
}
.news-block .inner-box .lower-content {
    position: relative;
    padding-top: 30px;
}
.news-block .inner-box .lower-content .post-date {
    position: relative;
    color: #0060ff;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 18px;
    padding-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}
.news-block .inner-box .lower-content .post-date span {
    position: relative;
    font-size: 15px;
    color: #2f2e41;
}
.news-block .inner-box .lower-content .post-meta {
    position: relative;
}
.news-block .inner-box .lower-content .post-meta li {
    position: relative;
    color: #427cff;
    font-size: 16px;
    margin-right: 10px;
    font-weight: 600;
    padding-left: 22px;
    display: inline-block;
}
.news-block .inner-box .lower-content .post-meta li .icon {
    position: absolute;
    left: 0;
    top: 1px;
    color: #2f2e41;
    font-size: 15px;
    margin-right: 6px;
}
.news-block .inner-box .lower-content h4 {
    position: relative;
    line-height: 1.4em;
    font-weight: 700;
    margin-top: 12px;
}
.news-block .inner-box .lower-content h4 a {
    position: relative;
    color: #2f2e41;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.news-block .inner-box .lower-content h4 a:hover {
    color: #0060ff;
}
.news-block .inner-box .lower-content .text {
    position: relative;
    line-height: 1.8em;
    font-weight: 600;
    margin-top: 12px;
    color: #555;
    font-size: 16px;
    margin-bottom: 12px;
}
.news-block .inner-box .lower-content .read-more {
    position: relative;
    line-height: 1.4em;
    font-weight: 700;
    margin-top: 12px;
    color: #2f2e41;
    font-size: 15px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: Hellix;
}
.news-block .inner-box .lower-content .read-more .arrow {
    position: relative;
    top: 1px;
    font-size: 16px;
    margin-left: 8px;
}
.news-block .inner-box .lower-content .read-more:hover {
    color: #0060ff;
}
.main-footer {
    position: relative;
    padding: 100px 0 0;
}
.main-footer.style-two {
    background-image: none;
    background-color: #2f2e41;
}
.main-footer .pattern-layer-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat;
}
.main-footer .pattern-layer-two {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
}
.main-footer .pattern-layer-three {
    position: absolute;
    left: 0;
    top: 0;
    width: 283px;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
}
.main-footer .pattern-layer-four {
    position: absolute;
    right: 0;
    top: 0;
    width: 283px;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
}
.main-footer .footer-widget {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}
.main-footer .widgets-section {
    position: relative;
    padding-bottom: 40px;
}
.main-footer .footer-widget h5 {
    position: relative;
    font-weight: 600;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 25px;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.main-footer .footer-widget h5:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 30px;
    background-color: #fff;
}
.main-footer .logo-widget {
    position: relative;
}
.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 25px;
}
.main-footer .logo-widget .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 25px;
}
.main-footer .logo-widget .social-box {
    position: relative;
}
.main-footer .logo-widget .social-box li {
    position: relative;
    margin-right: 8px;
    display: inline-block;
}
.main-footer .logo-widget .social-box li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    background-color: #0060ff;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-footer .logo-widget .social-box li a:hover {
    background-color: #2f2e41;
}
.list-link {
    position: relative;
}
.list-link li {
    position: relative;
    margin-bottom: 12px;
}
.list-link li a {
    position: relative;
    color: #fff;
    font-size: 15px;
    padding-left: 15px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.list-link li a:hover {
    color: #fff !important;
    text-decoration: underline;
}
.list-link li a:before {
    position: absolute;
    content: "\f101";
    left: 0;
    top: -2px;
    font-family: FontAwesome;
}
.main-footer .news-widget {
    position: relative;
}
.main-footer .news-widget .post {
    position: relative;
    min-height: 100px;
    padding-left: 95px;
    margin-bottom: 20px;
    border-bottom: 1px solid #0a337d;
}
.main-footer .news-widget .post:last-child {
    margin-bottom: 0;
    border: none;
    min-height: auto;
}
.main-footer .news-widget .post .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
    overflow: hidden;
}
.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 {
    position: relative;
    color: #fff;
    line-height: 1.6em;
    font-weight: 600;
    top: -4px;
    font-size: 15px;
}
.main-footer .news-widget .post h6 a {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-footer .news-widget .post .date {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.3em;
    color: #fff;
    margin-top: 4px;
    text-transform: capitalize;
}
.main-footer .contact-widget {
    position: relative;
}
.main-footer .contact-widget ul {
    position: relative;
}
.main-footer .contact-widget ul li {
    position: relative;
    color: #fff;
    font-size: 16px;
    padding-left: 60px;
    margin-bottom: 28px;
    line-height: 1.6em;
}
.main-footer .contact-widget ul li strong {
    position: relative;
    display: block;
}
.main-footer .contact-widget ul li .icon {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 44px;
    line-height: 1em;
    color: #fff;
}
.main-footer .contact-widget ul li a {
    position: relative;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-footer .contact-widget ul li a:hover {
    color: #0060ff;
}
.main-footer .footer-bottom {
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #0345b3;
}
.main-footer .footer-bottom .copyright {
    position: relative;
    color: #fff;
    font-size: 12px;
}
.main-footer .footer-nav {
    position: relative;
    text-align: right;
}
.main-footer .footer-nav li {
    position: relative;
    padding-right: 14px;
    margin-right: 14px;
    line-height: 1em;
    display: inline-block;
    border-right: 2px solid #fff;
}
.main-footer .footer-nav li a:hover {
    color: #fc437a !important;
}
.main-footer .footer-nav li a {
    position: relative;
    color: #fff;
    font-size: 12px;
}
.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 {
    background-color: #fff;
    color: #2f2e41;
}
.main-footer.style-three {
    background-image: none;
    background-color: #2f2e41;
}
.main-footer.style-three .footer-bottom {
    border: none;
    background-color: #0060ff;
}
.banner-section-two {
    position: relative;
    padding: 250px 0 0;
    background-color: #0e0a31;
}
.banner-section-two .pattern-layer-one {
    position: absolute;
    left: 0;
    top: 100px;
    width: 825px;
    height: 848px;
    background-repeat: no-repeat;
}
.banner-section-two .pattern-layer-two {
    position: absolute;
    left: 0;
    bottom: -450px;
    width: 100%;
    height: 671px;
    margin-left: -60px;
    background-repeat: repeat-x;
}
.banner-section-two .pattern-layer-three {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 646px;
    background-repeat: repeat-x;
}
.banner-section-two .content-column {
    position: relative;
}
.banner-section-two .content-column .play-box {
    position: relative;
    color: #fff;
    padding-left: 90px;
    font-weight: 700;
    font-size: 18px;
    padding-top: 20px;
    text-transform: uppercase;
    font-family: Hellix;
}
.banner-section-two .content-column .video-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    color: #0060ff;
    font-size: 18px;
    text-align: center;
    border-radius: 50px;
    line-height: 60px;
    display: inline-block;
    float: left;
    margin-right: 40px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #fff;
}
.banner-section-two .content-column .video-box .overlay-box span {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    z-index: 99;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    padding-left: 7px;
    background-color: #fff;
    display: inline-block;
    margin-top: -30px;
    margin-left: -30px;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.banner-section-two .content-column .video-box .ripple,
.banner-section-two .content-column .video-box .ripple:after,
.banner-section-two .content-column .video-box .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60px;
    width: 60px;
    margin-left: 0.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-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.banner-section-two .content-column .video-box .ripple:before {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.banner-section-two .content-column .video-box .ripple:after {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}
@-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 {
    position: relative;
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: capitalize;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.banner-section-two .active .content-column .title {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.banner-section-two .content-column h1 {
    position: relative;
    color: #fff;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.3em;
    font-family: Hellix;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.banner-section-two .active .content-column h1 {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.banner-section-two .content-column .text {
    position: relative;
    color: #fff;
    font-weight: 400;
    line-height: 1.7em;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 35px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.banner-section-two .active .content-column .text {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.banner-section-two .content-column .play-box {
    margin-top: 35px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.banner-section-two .active .content-column .play-box {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.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;
    transform: scaleX(0);
    transform-origin: top;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.banner-section-two .active .image-column .image {
    opacity: 1;
    transform: scaleX(1);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.banner-section-two .image-column .image img {
    position: relative;
}
.banner-section-two .owl-dots {
    position: absolute;
    right: 110px;
    top: 50%;
    display: none;
}
.banner-section-two .owl-dots .owl-dot {
    position: relative;
    width: 16px;
    height: 16px;
    margin-bottom: 10px;
    border-radius: 50px;
    background-color: #fff;
    margin-bottom: 10px;
}
.banner-section-two .owl-dots .owl-dot:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-radius: 50px;
    border: 3px solid #cc2b5e;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.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;
    left: 0;
    top: 50%;
    z-index: 1;
    width: 100%;
    opacity: 0;
    margin-top: -10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.banner-section-two:hover .owl-nav {
    opacity: 1;
}
.banner-section-two .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 56px;
    font-size: 24px;
    text-align: center;
    border-radius: 50px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border: 2px solid rgba(255, 255, 255, 0.6);
}
.banner-section-two .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    color: #fff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 56px;
    border-radius: 50px;
    text-align: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border: 2px solid rgba(255, 255, 255, 0.6);
}
.banner-section-two .owl-nav .owl-next:hover,
.banner-section-two .owl-nav .owl-prev:hover {
    color: #0060ff;
    border-color: #fff;
    background-color: #fff;
}
.experiance-section {
    position: relative;
    padding: 110px 0 110px;
    background-position: center center;
    background-repeat: no-repeat;
}
.experiance-tabs {
    position: relative;
    margin-top: 50px;
}
.experiance-tabs .tab-btns {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}
.experiance-tabs .tab-btns .tab-btn {
    position: relative;
    z-index: 1;
    width: 210px;
    height: 210px;
    display: block;
    font-size: 18px;
    background: 0 0;
    color: #0e0a31;
    font-weight: 800;
    line-height: 24px;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    margin: 0 10px 30px;
    display: inline-block;
    padding: 45px 0 20px;
    border-radius: 12px;
    transition: all 0.5s ease;
    border: 1px solid #ccc;
    text-transform: uppercase;
    background-color: #fff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.experiance-tabs .tab-btns .tab-btn:before {
    position: absolute;
    content: "";
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    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 {
    position: relative;
    display: block;
    color: #146cff;
    font-size: 74px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 15px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.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.active-btn::before,
.experiance-tabs .tab-btns .tab-btn:hover::before {
    opacity: 1;
}
.experiance-tabs .tab-btns .tab-btn.active-btn,
.experiance-tabs .tab-btns .tab-btn:hover {
    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;
    color: #0060ff;
    font-weight: 600;
    margin-bottom: 10px;
}
.experiance-tabs .tabs-content .text {
    position: relative;
    color: #222;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.9em;
    margin-bottom: 45px;
}
.counter-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.counter-section .inner-container {
    position: relative;
    padding: 60px 0 30px 60px;
}
.counter-section .inner-container:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: -200px;
    bottom: 0;
    border-radius: 15px;
    background-color: #e7f0ff;
}
.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 {
    position: absolute;
    left: 0;
    top: 10px;
    color: #bbb;
    font-size: 60px;
    text-align: center;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.fact-counter .count-outer .percentage {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    font-size: 54px;
    line-height: 1em;
}
.fact-counter .column .inner .count-outer {
    position: relative;
    font-weight: 600;
    color: #0e0a31;
    font-size: 48px;
    line-height: 1em;
    font-weight: 700;
    font-family: Hellix;
}
.fact-counter .column .inner .counter-title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    color: #0060ff;
}
.about-section-two {
    position: relative;
    margin-top: -100px;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 80px;
}
.about-section-two:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 96, 255, 0.7);
}
.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;
    left: 0;
    bottom: 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;
    width: 100%;
    display: block;
}
.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;
}
.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;
    content: "";
    right: -6px;
    top: -4px;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    background-color: #0e0a31;
}
.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    width: 0;
    border-bottom: 5px solid #0e0a31;
    -webkit-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    -moz-transition: all 2s ease;
    transition: all 2s ease;
}
.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 12px;
}
.skills .skill-item .skill-header .skill-title {
    position: relative;
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: capitalize;
}
.skills .skill-item .skill-header .skill-percentage {
    position: relative;
    float: right;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.process-section {
    position: relative;
    padding: 100px 0 50px;
}
.process-section .pattern-layer-one {
    position: absolute;
    right: 0;
    top: 0;
    width: 911px;
    height: 579px;
    background-repeat: no-repeat;
}
.process-section .pattern-layer-two {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 722px;
    height: 579px;
    background-repeat: no-repeat;
}
.process-block {
    position: relative;
}
.process-block .inner-box {
    padding: 0 30px 55px;
}
.process-block .inner-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 35px;
    right: 0;
    bottom: 60px;
    z-index: -1;
    border: 1px solid #ccc;
    background-color: #fff;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.process-block .inner-box .number-box {
    position: relative;
    width: 70px;
    height: 70px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    line-height: 65px;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 15px;
    display: inline-block;
    background-color: #2f2e41;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.process-block .inner-box:hover .number-box {
   background-color: #fc437a;
}
.process-block .inner-box .number-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 50%;
    background-color: #e1e1e1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.process-block .inner-box:hover .number-box:before {
    transform: translateX(5px) translateY(5px);
}
.process-block .inner-box h4 {
    position: relative;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 5px;
    font-size: 20px;
}
.process-block .inner-box h4 a {
    position: relative;
    color: #2f2e41;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.process-block .inner-box:hover h4 {
    color: #fc437a;
}
.process-block .inner-box .text {
    position: relative;
    color: #555;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 600;
    margin-bottom: 20px;
}
.process-block .inner-box .read-more {
    position: relative;
    color: #0060ff;
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: Hellix;
}
.process-block .inner-box .read-more .arrow {
    position: relative;
    margin-right: 10px;
}
.process-block .inner-box:hover .read-more {
    opacity: 1;
}
.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;
    background-color: #0060ff;
    border-radius: 0 0 150px 150px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.team-block-two .inner-box:hover .image {
    border-radius: 150px 150px 0 0;
}
.team-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.team-block-two .inner-box:hover .image img {
    opacity: 0.8;
    transform: scale(1.04, 1.04);
}
.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, 0.1);
}
.team-block-two .inner-box .lower-box .content {
    position: relative;
}
.team-block-two .inner-box .lower-box h5 {
    position: relative;
    font-weight: 700;
    line-height: 1.3em;
}
.team-block-two .inner-box .lower-box h5 a {
    position: relative;
    color: #2f2e41;
}
.team-block-two .inner-box .lower-box .designation {
    position: relative;
    color: #555;
    font-size: 15px;
    margin-top: 5px;
}
.team-block-two .inner-box .lower-box .social-box {
    position: absolute;
    left: 50%;
    opacity: 0;
    bottom: -17px;
    padding: 5px 16px;
    border-radius: 50px;
    display: inline-block;
    background-color: #0060ff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform: translateX(-50%);
}
.team-block-two .inner-box .lower-box .social-box li {
    position: relative;
    padding: 0 6px;
    text-align: center;
    display: inline-block;
}
.team-block-two .inner-box .lower-box .social-box li a {
    position: relative;
    color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.team-block-two .inner-box .lower-box .social-box li a:hover {
    color: #2f2e41;
}
.team-block-two .inner-box:hover .lower-box .social-box {
    opacity: 1;
}
.appointment-section {
    position: relative;
    padding-top: 100px;
}
.appointment-section.style-two {
    padding-bottom: 110px;
}
.appointment-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
}
.appointment-section .image-layer:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 96, 255, 0.9);
}
.appointment-section .inner-container {
    position: relative;
    z-index: 1;
    padding: 65px 0;
}
.appointment-section .inner-container:before {
    position: absolute;
    content: "";
    left: 250px;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.appointment-section .image-column {
    position: relative;
}
.appointment-section .image-column .inner-column {
    position: relative;
    text-align: center;
    padding-left: 60px;
}
.appointment-section .image-column .inner-column .image {
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}
.appointment-section .image-column .inner-column .image img {
    width: 100%;
    display: block;
}
.appointment-section .form-column {
    position: relative;
}
.appointment-section .form-column .inner-column {
    position: relative;
    padding-right: 45px;
    padding-top: 0;
    padding-left: 20px;
}
.appointment-section .form-column h4 {
    position: relative;
    color: #2f2e41;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 30px;
}
.appointment-form {
    position: relative;
    z-index: 1;
}
.appointment-form .form-group {
    position: relative;
    margin-bottom: 25px;
}
.appointment-form .form-group .dropdown-toggle,
.appointment-form .form-group input[type="email"],
.appointment-form .form-group input[type="tel"],
.appointment-form .form-group input[type="text"],
.appointment-form .form-group input[type="url"],
.appointment-form .form-group select,
.appointment-form .form-group textarea,
.ui-selectmenu-button.ui-button {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    color: #888;
    font-weight: 400;
    padding: 14px 22px;
    border-radius: 4px;
    z-index: 1;
    height: 60px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.appointment-form .form-group input:focus,
.appointment-form .form-group select:focus,
.appointment-form .form-group textarea:focus {
border-color: #fc437a;
}
.appointment-form .form-group textarea {
    height: 100px;
    resize: none;
    border-radius: 4px;
}
.appointment-form .form-group input[type="submit"],
.appointment-form button {
    margin-top: 15px;
}
.appointment-form .form-group input[type="submit"]:hover,
.appointment-form button:hover {
    opacity: 0.95;
}
.appointment-form .form-group .icon {
    position: absolute;
    right: 15px;
    top: 5px;
    height: 50px;
    width: 50px;
    z-index: 1;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #2f2e41;
}
.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;
    right: 0;
    top: -90px;
}
.news-section-two .owl-nav .owl-next,
.news-section-two .owl-nav .owl-prev {
    position: relative;
    width: 50px;
    height: 50px;
    color: #2f2e41;
    font-size: 22px;
    border-radius: 3px;
    line-height: 44px;
    text-align: center;
    margin-left: 15px;
    display: inline-block;
    border: 2px solid #2f2e41;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.news-section-two .owl-nav .owl-next:hover,
.news-section-two .owl-nav .owl-prev:hover {
    background-color: #2f2e41;
    border-color: #2f2e41;
    color: #fff;
}
.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 {
    position: absolute;
    left: -35px;
    bottom: 25px;
    color: #fff;
    width: 70px;
    height: 70px;
    font-size: 24px;
    text-align: center;
    font-weight: 800;
    z-index: 1;
    padding-top: 14px;
    background-color: #0060ff;
}
.news-block-two .inner-box .image-column .post-date span {
    display: block;
    font-size: 15px;
    font-weight: 600;
}
.news-block-two .inner-box .image-column .inner-column {
    position: relative;
}
.news-block-two .inner-box .image-column .image {
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    height: 100%;
}
.news-block-two .inner-box .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    height: 100%;
}
.news-block-two .inner-box:hover .image-column .image img {
    opacity: 0.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 {
    position: relative;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 20px;
}
.news-block-two .inner-box .content-column h4 a {
    position: relative;
    color: #2f2e41;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.news-block-two .inner-box .content-column h4 a:hover {
    color: #0060ff;
}
.news-block-two .inner-box .content-column .text {
    position: relative;
    color: #555;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 600;
    margin-bottom: 25px;
}
.news-block-two .inner-box .content-column .post-meta {
    position: relative;
    padding-top: 15px;
    margin-bottom: 35px;
    border-top: 1px solid #ccc;
}
.news-block-two .inner-box .content-column .post-meta li {
    position: relative;
    color: #222;
    font-size: 16px;
    margin-right: 15px;
    font-weight: 600;
    display: inline-block;
}
.news-block-two .inner-box .content-column .post-meta li .icon {
    position: relative;
    top: 1px;
    color: #0060ff;
    font-size: 15px;
    margin-right: 8px;
}
.banner-section-three {
    position: relative;
    overflow: hidden;
}
.banner-section-three .color-layer {
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    height: 100%;
    z-index: 1;
    background: #fff;
    background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0, #2f2e41 100%);
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0, #2f2e41 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #2f2e41 100%);
}
.banner-section-three .slide {
    position: relative;
    overflow: hidden;
    padding-top: 300px;
    padding-bottom: 280px;
}
.banner-section-three .pattern-layer-one {
    position: absolute;
    right: 0;
    top: 0;
    width: 728px;
    height: 976px;
    z-index: 10;
    opacity: 0;
    transform: translateX(500px);
    background-position: right top;
    background-repeat: no-repeat;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}
.banner-section-three .active .pattern-layer-one {
    opacity: 1;
    transform: translateX(0);
}
.banner-section-three .content-column {
    position: relative;
    z-index: 10;
}
.banner-section-three .content-column .inner-column {
    position: relative;
    max-width: 580px;
    width: 100%;
    float: right;
}
.banner-section-three .content-column h1 {
    position: relative;
    color: #fff;
    font-weight: 700;
    line-height: 1.1em;
    opacity: 0;
    font-size: 60px;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.banner-section-three .active .content-column h1 {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.banner-section-three .content-column .text {
    position: relative;
    color: #fff;
    font-size: 24px;
    line-height: 1.6em;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 500;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.banner-section-three .active .content-column .text {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.banner-section-three .content-column .button-box {
    margin-top: 35px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.banner-section-three .active .content-column .button-box {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.banner-section-three .content-column .theme-btn {
    margin-right: 15px;
}
.banner-section-three .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
}
.banner-section-three .owl-dots .owl-dot {
    position: relative;
    width: 30px;
    height: 6px;
    margin-bottom: 10px;
    border-radius: 0;
    margin: 0 5px;
    display: inline-block;
    background-color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.banner-section-three .owl-dots .owl-dot.active,
.banner-section-three .owl-dots .owl-dot:hover {
    background-color: #2f2e41;
}
.banner-section-three .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 99999;
    width: 100%;
    opacity: 0;
    margin-top: -10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.banner-section-three:hover .owl-nav {
    opacity: 1;
}
.banner-section-three .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 56px;
    font-size: 24px;
    text-align: center;
    border-radius: 50px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border: 2px solid rgba(255, 255, 255, 0.6);
}
.banner-section-three .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    color: #fff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 56px;
    border-radius: 50px;
    text-align: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border: 2px solid rgba(255, 255, 255, 0.6);
}
.banner-section-three .owl-nav .owl-next:hover,
.banner-section-three .owl-nav .owl-prev:hover {
    color: #1543c5;
    border-color: #fff;
    background-color: #fff;
}
.services-section-three {
    position: relative;
    padding-bottom: 70px;
}
.services-section-three.margin-top {
    margin-top: -110px;
    z-index: 1;
}
.service-block-three {
    position: relative;
    margin-bottom: 30px;
}
.service-block-three .inner-box {
    position: relative;
    padding: 20px 30px 30px;
    background-color: #2f2e41;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.service-block-three .inner-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transform: rotateY(90deg);
}
.service-block-three .inner-box:hover::before {
    transform: rotateY(0);
}
.service-block-three .inner-box .content {
    position: relative;
}
.service-block-three .inner-box .service-number {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ddd;
    font-size: 60px;
    font-weight: 700;
    font-family: Hellix;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}
.service-block-three .inner-box h4 {
    position: relative;
    line-height: 1.4em;
    font-weight: 700;
    font-size: 20px;
}
.service-block-three .inner-box h4 a {
    position: relative;
    color: #fff;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}
.service-block-three .inner-box .text {
    position: relative;
    color: #fff;
    font-size: 15px;
    line-height: 1.7em;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 30px;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}
.service-block-three .inner-box .more-detail {
    position: relative;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}
.service-block-three .inner-box:hover .more-detail,
.service-block-three .inner-box:hover .service-number,
.service-block-three .inner-box:hover .text,
.service-block-three .inner-box:hover h4 a {
    color: #161515;
}
.service-block-three .inner-box:hover h4 a {
    width: fit-content;
    color: #2f2e41;
}
.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;
    right: 0;
    top: 120px;
    width: 90%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.fluid-section-one .image-column:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
}
.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;
    float: left;
    width: 65%;
    z-index: 1;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #2f2e41;
    border-radius: 0 50px 50px 0;
}
.fluid-section-one .content-column .inner-column:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 150%;
    bottom: 0;
    border-radius: 0 50px 50px 0;
}
.fluid-section-one .content-column .inner-column {
    position: relative;
    /*max-width: 600px;*/
    width: 100%;
    float: right;
    padding: 53px 45px 0 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;
    content: "";
    left: 0;
    bottom: 0;
    width: 68px;
    height: 73px;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s 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 {
    position: relative;
    font-size: 60px;
    color: #fff;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 35px;
}
.feature-block-three .inner-box .number {
    position: relative;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 18px;
}
.feature-block-three .inner-box .feature-text {
    position: relative;
    color: #fff;
    font-size: 16px;
}
.news-section-three {
    position: relative;
    padding: 100px 0 100px;
}
.news-section-three .owl-nav {
    display: none;
}
.news-section-three .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 10px;
}
.news-section-three .owl-dots .owl-dot {
    position: relative;
    width: 14px;
    height: 6px;
    margin-bottom: 10px;
    border-radius: 0;
    margin: 0 5px;
    display: inline-block;
    background-color: #ebebeb;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.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;
    width: 100%;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.news-block-three .inner-box:hover .image img {
    opacity: 0.7;
    transform: scale(1.04, 1.04);
}
.news-block-three .inner-box .lower-content {
    position: relative;
    padding-top: 25px;
}
.news-block-three .inner-box .lower-content .icon-box {
    position: absolute;
    left: 0;
    top: 20px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s 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;
    content: "";
    left: 50%;
    top: -19px;
    width: 17px;
    height: 110px;
    z-index: -1;
    margin-left: -8px;
    background: url(../images/icons/pattern-2.png) no-repeat;
}
.news-block-three .inner-box .lower-content .icon-box .icon {
    position: relative;
    width: 70px;
    height: 70px;
    color: #0060ff;
    font-size: 35px;
    line-height: 68px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #e1e1e1;
}
.news-block-three .inner-box .lower-content .content {
    position: relative;
    padding-left: 100px;
}
.news-block-three .inner-box .lower-content h4 {
    position: relative;
    line-height: 1.4em;
    font-weight: 700;
}
.news-block-three .inner-box .lower-content h4 a {
    position: relative;
    color: #141d38;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.news-block-three .inner-box .lower-content h4 a:hover {
    color: #0060ff;
}
.news-block-three .inner-box .lower-content .text {
    position: relative;
    line-height: 1.8em;
    font-weight: 500;
    margin-top: 12px;
    color: #555;
    font-size: 16px;
    margin-bottom: 12px;
}
.news-block-three .inner-box .lower-content .read-more {
    position: relative;
    line-height: 1.4em;
    font-weight: 700;
    margin-top: 12px;
    color: #141d38;
    font-size: 14px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: Montserrat, sans-serif;
}
.news-block-three .inner-box .lower-content .read-more .arrow {
    position: relative;
    top: 1px;
    font-size: 16px;
    margin-left: 8px;
}
.news-block-three .inner-box .lower-content .read-more:hover {
    color: #0060ff;
}
.news-block-three.style-two .inner-box .lower-content {
    padding-top: 0;
    padding-bottom: 25px;
}
.call-to-action-section-two {
    position: relative;
    overflow: hidden;
}
.call-to-action-section-two .inner-container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 360px;
    padding-right: 240px;
}
.call-to-action-section-two .inner-container:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 200%;
    bottom: 0;
    background-color: #2f2e41;
    border-radius: 10px 0 0 10px;
}
.call-to-action-section-two .inner-container .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
    height: 100%;
}
.call-to-action-section-two .inner-container h3 {
    position: relative;
    color: #fff;
    font-weight: 700;
    line-height: 1.5em;
}
.call-to-action-section-two .inner-container .theme-btn {
    position: absolute;
    right: 0;
    top: 55px;
}
.case-block-two {
    position: relative;
    margin-bottom: 30px;
}
.case-block-two .inner-box {
    position: relative;
}
.case-block-two .inner-box .image {
    position: relative;
    width:100%;
}
.case-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.case-block-two .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.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;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(20, 29, 59, 0.7);
}
.case-block-two .inner-box .image .overlay-box .search-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    color: #0060ff;
    z-index: 1;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    margin-left: -30px;
    margin-top: -60px;
    border-radius: 50px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.case-block-two .inner-box .image .overlay-box .search-icon:hover {
    background-color: #0060ff;
    color: #fff;
}
.case-block-two .inner-box .image .overlay-box .arrow {
    position: absolute;
    right: -5px;
    bottom: -5px;
    color: #fff;
    width: 60px;
    height: 60px;
    z-index: 1;
    font-size: 22px;
    text-align: center;
    line-height: 60px;
    background-color: #0060ff;
    border-radius: 0 0 12px 0;
}
.case-block-two .inner-box .lower-content {
    position: relative;
    padding-top: 25px;
    padding-left: 15px;
}
.case-block-two .inner-box .lower-content h5 {
    position: relative;
    line-height: 1.3em;
    font-weight: 700;
}
.case-block-two .inner-box .lower-content h5 a {
    position: relative;
    color: #2f2e41;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.case-block-two .inner-box .lower-content h5 a:hover {
    color: #0060ff;
}
.case-block-two .inner-box .lower-content .category {
    position: relative;
    margin-top: 5px;
    color: #2f2e41;
    font-weight: 500;
}
.pricing-section {
    position: relative;
    padding: 110px 0 60px;
}
.info-section {
    position: relative;
    padding: 50px 0 50px;
}
.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 {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 44px;
    line-height: 1em;
}
.info-section .info-column ul li {
    position: relative;
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}
.info-section .info-column ul li strong {
    position: relative;
    font-weight: 700;
    font-size: 18px;
}
.page-title {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 110px 0 110px;
    background-color: #2f2e41;
}
.page-title .pattern-layer-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.page-title .auto-container {
    position: relative;
}
.page-title h2 {
    position: relative;
    color: #fff;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 0;
}
.accordion-box {
    position: relative;
}
.accordion-box .block {
    position: relative;
    margin-bottom: 10px;
    border-radius: 0;
    overflow: hidden;
}
.accordion-box .block.active-block {
    border: 1px solid #ccc;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.accordion-box .block .acc-btn {
    border: 1px solid #ccc;
    position: relative;
    font-size: 18px;
    line-height: 35px;
    color: #2f2e41;
    line-height: 1.8em;
    font-weight: 600;
    cursor: pointer;
    padding: 16px 30px;
    padding-right: 45px;
    margin-bottom: 0;
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: Hellix;
}
.accordion-box .block .acc-btn.active {
    color: #fff;
    margin-bottom: 0;
    background-color: #fc437a;
    border: 0 solid #ccc;
}
.accordion-box .block .icon {
    position: absolute;
    right: 10px;
    top: 15px;
    height: 35px;
    width: 35px;
    font-size: 20px;
    line-height: 35px;
    color: #2f2e41;
    text-align: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.accordion-box .block .acc-btn.active .icon {
    color: #fff !important;
    transform: rotate(90deg);
}
.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;
    line-height: 1.8em;
    color: #555;
}
.sidebar-widget {
    margin-bottom: 55px;
}
.sidebar .sidebar-widget .service-list {
    padding: 30px 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.sidebar .service-list {
    position: relative;
}
.sidebar .service-list li {
    position: relative;
    line-height: 24px;
    margin-bottom: 3px;
}
.sidebar .service-list li:last-child {
    margin-bottom: 0;
}
.sidebar .service-list li a {
    position: relative;
    display: block;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    padding: 16px 25px 16px 80px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.sidebar .service-list li a .arrow {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 60px;
    height: 60px;
    color: #ffc107;
    line-height: 60px;
    text-align: center;
    border-right: 1px solid #ddd;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.sidebar .service-list li a:hover .arrow,
.sidebar .service-list li.current a .arrow {
    background-color: #ffc107;
    color: #fff;
}
.sidebar .service-list li a:hover,
.sidebar .service-list li.current a {
    color: #fff !important;
    background: #2f2e41;
    border-color: #2f2e41;
}
.sticky-top {
    top: 90px;
    z-index: 1;
}

.gallery-section {
    position: relative;
    padding: 100px 0px 100px;
}

.gallery-section .filters {
    position: relative;
    margin-bottom: 60px;
    text-align: center;
}

.gallery-section .filters .filter-tabs {
    position: relative;
}

.gallery-section .filters li {
    position: relative;
    display: inline-block;
    color: #555555;
    padding: 10px 10px;
    cursor: pointer;
    font-size: 21px;
    font-weight: 600;
    margin: 0px 0px 0px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-bottom: 1px solid #c5c5c5;
}

.gallery-section .filters .filter.active,
.gallery-section .filters .filter:hover {
    color: #2f2e41;
    /*text-decoration: line-through;*/
    border-bottom: 5px solid #fc437a;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: -1px;
}

.gallery-section .btn-box {
    position: relative;
    margin-top: 30px;
}

.case-block.mix {
    display: none;
}

.styled-pagination {
    position: relative;
}
.styled-pagination li {
    position: relative;
    margin: 0;
    display: inline-block;
}
.styled-pagination li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #6c757d;
    font-size: 15px;
    font-weight: 500;
    line-height: 37px;
    text-align: center;
    display: inline-block;
    border: 1px solid #d7d7d7;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.styled-pagination li.active a,
.styled-pagination li:hover a {
    color: #ffc107;
}
.styled-pagination li.next a,
.styled-pagination li.prev a {
    color: #2f2e41;
}
.sidebar .search-box .form-group {
    position: relative;
    margin: 0;
}
.sidebar .search-box .form-group input[type="search"],
.sidebar .search-box .form-group input[type="text"] {
    position: relative;
    line-height: 43px;
    padding: 10px 50px 10px 25px;
    border: 1px solid #ddd;
    background: #fff;
    display: block;
    font-size: 15px;
    width: 100%;
    height: 56px;
    color: #000;
    border-radius: 5px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 56px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: #0060ff;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    line-height: 100%;
    font-weight: 400;
    background: 0 0;
}
.blog-cat {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.blog-cat li {
    position: relative;
}
.blog-cat li a {
    position: relative;
    color: #555;
    font-size: 16px;
    padding: 18px 30px;
    display: block;
    font-weight: 600;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border-bottom: 1px solid #ddd;
}
.blog-cat li a:hover {
    color: #2f2e41;
}
.blog-cat li:last-child a {
    border-bottom: 0;
}
.blog-cat li a span {
    position: absolute;
    right: 30px;
}
.sidebar .popular-posts .post {
    position: relative;
    font-size: 15px;
    color: #666;
    padding: 0 0;
    padding-left: 100px;
    min-height: 105px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.sidebar .popular-posts .post:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    min-height: auto;
}
.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    border-radius: 0;
    overflow: hidden;
}
.sidebar .popular-posts .post .post-thumb .overlay-box {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: rgba(66, 124, 255, 0.7);
}
.sidebar .popular-posts .post .post-thumb .overlay-box .fa {
    top: 50%;
    position: relative;
    margin-top: -12px;
    display: block;
}
.sidebar .popular-posts .post:hover .post-thumb .overlay-box {
    opacity: 1;
}
.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.sidebar .popular-posts .post .text {
    position: relative;
    top: 0;
    font-size: 16px;
    margin: 0 0 0;
    font-weight: 700;
    color: #222;
    line-height: 1.5em;
    text-transform: capitalize;
}
.sidebar .popular-posts .post .text a {
    color: #222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: Hellix;
}
.sidebar .popular-posts .post a:hover {
    color: #0a2aa6;
}
.sidebar .popular-posts .post-info {
    position: relative;
    font-size: 15px;
    color: #777;
    font-weight: 600;
    margin-top: 6px;
}
.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 8px 20px 8px;
    margin: 0 6px 10px 0;
    color: #555;
    text-align: center;
    font-size: 15px;
    background: 0 0;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.sidebar .popular-tags a:hover {
    border-color: #0060ff;
    background-color: #0060ff;
    color: #fff;
}
.news-detail {
    position: relative;
}
.news-detail .inner-box {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.news-detail .inner-box .upper-box {
    position: relative;
    padding: 30px 30px;
}
.news-detail .inner-box h3 {
    position: relative;
    color: #2f2e41;
    font-weight: 700;
    line-height: 1.3em;
}
.news-detail .inner-box .upper-box .post-meta {
    position: relative;
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid #ddd;
}
.news-detail .inner-box .upper-box .post-meta li {
    position: relative;
    color: #427cff;
    font-size: 16px;
    margin-right: 10px;
    font-weight: 600;
    display: inline-block;
}
.news-detail .inner-box .upper-box .post-meta li .icon {
    position: relative;
    top: 1px;
    color: #2f2e41;
    font-size: 15px;
    margin-right: 6px;
}
.news-detail .inner-box .image {
    position: relative;
    margin-bottom: 15px;
}
.news-detail .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.news-detail .inner-box .image .post-date {
    position: absolute;
    left: -5px;
    top: 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    z-index: 1;
    line-height: 1.2em;    
    background-color: #dc3545;
    padding: 12px;
}
.news-detail .inner-box .image .post-date span {
    display: block;
    font-size: 15px;
    font-weight: 600;
}
.news-detail .inner-box .lower-content {
    position: relative;
    padding: 30px 30px;
}
.news-detail .inner-box .lower-content p {
    position: relative;
    color: #555;
    font-size: 16px;
    line-height: 1.8em;
}
.news-detail .inner-box .lower-content h4 {
    position: relative;
    color: #2f2e41;
    font-weight: 700;
    margin-bottom: 10px;
}
.news-detail .inner-box .lower-content blockquote {
    position: relative;
    padding: 40px 40px;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6em;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #0060ff;
}
.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;
    content: "";
    left: 0;
    top: 12px;
    height: 3px;
    width: 50px;
    background-color: #fff;
}
.news-detail .inner-box .lower-content blockquote .quote-icon {
    position: absolute;
    right: 100px;
    bottom: 25px;
    color: #fff;
    opacity: 0.2;
    font-size: 50px;
}
.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 {
    position: relative;
    color: #555;
    font-size: 15px;
    font-weight: 600;
    line-height: 1em;
    padding: 12px 18px;
    border-radius: 3px;
    margin-right: 6px;
    display: inline-block;
    border: 1px solid #ddd;
    text-transform: capitalize;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.news-detail .post-share-options .tags a:last-child {
    margin-right: 0;
}
.news-detail .post-share-options .tags {
    position: relative;
    color: #ff4800;
    font-size: 16px;
    font-weight: 400;
    margin-top: 3px;
}
.news-detail .post-share-options .tags a:hover {
    color: #fff;
    border-color: #0060ff;
    background-color: #0060ff;
}
.news-detail .post-share-options .social-box {
    position: relative;
    margin-top: 10px;
}
.news-detail .post-share-options .social-box li.share {
    position: relative;
    color: #2f2e41;
    font-weight: 700;
    font-size: 16px;
}
.news-detail .post-share-options .social-box li {
    position: relative;
    margin-left: 15px;
    display: inline-block;
}
.news-detail .post-share-options .social-box li a {
    position: relative;
    font-size: 16px;
    color: #bbb;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-detail .post-share-options .social-box li a:hover {
    color: #0060ff;
}
.text-media {
    color: #2f2e41 !important;
}
.text-media:hover {
    color: #ffc107 !important;
}
.sub-head {
    font-size: 18px;
    font-weight: 700;
}
 .Select_business .multiselect-native-select{
  display: flex!important;
  flex-direction: column-reverse!important;
  }

.text-warning {
color: #fa6e63 !important;
}

#panelWrapper #leftPanel #globe .bubble:hover {
    border: 2px solid #fc437a !important;
    background-color: #fc437a !important;
    color: white !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #fc437a !important;
}

.case-block .inner-box .image .overlay-box .search-icon{
    color: #fc437a !important;
}
