@import url("font-awesome.css"); @import url("flaticon.css"); @import url("animate.css"); @import url("owl.css"); @import url("animation.css"); @import url("jquery-ui.css"); @import url("custom-animate.css"); @import url("jquery.fancybox.min.css"); @import url("jquery.bootstrap-touchspin.css"); @import url("jquery.mCustomScrollbar.min.css"); @import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;700;800&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap"); * {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

body {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    color: rgb(119, 119, 119);
    line-height: 1.7em;
    font-weight: 400;
    background: rgb(255, 255, 255);
    -webkit-font-smoothing: antialiased;
}

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

a {
    text-decoration: none;
    cursor: pointer;
    color: rgb(0, 96, 255);
}

button, a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: Montserrat, sans-serif;
}

.line-section .auto-container::before, .line-section .auto-container::after {
    content: "";
    position: absolute;
    bottom: -300px;
    width: 1px;
    top: -300px;
    background-color: rgb(234, 234, 234);
    z-index: -1;
}

.line-section .auto-container::before {
    left: 33%;
}

.line-section .auto-container::after {
    right: 33%;
}

.featured-section > i {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0px;
    background-color: rgb(234, 234, 234);
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}

input, button, select, textarea {
}

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: relative;
    width: 1200px;
    padding: 0px 15px;
    margin: 0px auto;
    max-width: 100%;
}

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

.page-wrapper {
    position: relative;
    margin: 0px auto;
    width: 100%;
    min-width: 300px;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
}

.theme-btn {
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.centered {
    text-align: center;
}

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: rgb(0, 96, 255);
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: rgb(255, 255, 255);
    display: none;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
    transition: all 300ms ease 0s;
}

.scroll-to-top:hover {
    color: rgb(255, 255, 255);
    background: rgb(0, 96, 255);
}

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

.list-style-one li {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
    padding-left: 30px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 20px;
}

.list-style-one li .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    color: rgb(0, 96, 255);
    font-size: 18px;
    line-height: 1em;
    font-weight: 300;
    transition: all 300ms ease 0s;
}

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

.list-style-two li {
    position: relative;
    color: rgb(85, 85, 85);
    font-size: 13px;
    padding-left: 30px;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
}

.list-style-two li::before {
    position: absolute;
    content: "ï€„";
    left: 0px;
    top: 5px;
    color: rgb(0, 96, 255);
    font-size: 15px;
    line-height: 1em;
    font-weight: 600;
    transition: all 300ms ease 0s;
    font-family: FontAwesome;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    padding: 11px 30px;
    font-weight: 500;
    border-radius: 3px;
    overflow: hidden;
    text-transform: capitalize;
    background-color: rgb(0, 96, 255);
    font-family: Montserrat, sans-serif;
}

.btn-style-one::before {
    position: absolute;
    left: 92%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-color: rgb(0, 0, 0);
    transition: all 0.4s ease 0s;
    transform: skewX(-25deg);
}

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

.btn-style-one:hover::before {
    left: 0%;
    transform: scale(1, 1);
}

.btn-style-one:hover {
    color: rgb(255, 255, 255);
    border-color: rgb(0, 228, 154);
}

.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    padding: 12px 40px;
    font-weight: 500;
    border-radius: 3px;
    overflow: hidden;
    text-transform: capitalize;
    background-color: rgb(20, 29, 56);
    font-family: Montserrat, sans-serif;
}

.btn-style-two::before {
    position: absolute;
    content: "";
    left: 92%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-color: rgb(255, 255, 255);
    transition: all 0.4s ease 0s;
    transform: skewX(-25deg);
}

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

.btn-style-two:hover::before {
    left: 0%;
    transform: scale(1, 1);
}

.btn-style-two:hover {
    color: rgb(20, 29, 56);
}

.btn-style-three {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    padding: 12px 50px;
    font-weight: 600;
    border-radius: 3px;
    overflow: hidden;
    text-transform: capitalize;
    background-color: rgb(183 118 74);
    font-family: Montserrat, sans-serif;
}

.btn-style-three::before {
    position: absolute;
    content: "";
    left: 92%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-color: rgb(0, 96, 255);
    transition: all 0.4s ease 0s;
    transform: skewX(-25deg);
}

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

.btn-style-three:hover::before {
    left: 0%;
    transform: scale(1, 1);
}

.btn-style-three:hover {
    color: rgb(255, 255, 255);
}

.social-icon-one {
    position: relative;
    display: block;
}

.social-icon-one .title {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    margin-right: 15px;
}

.social-icon-one li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    margin-right: 22px;
}

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

.social-icon-one li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    transition: all 300ms ease 0s;
}

.social-icon-one li a:hover {
    color: rgb(0, 96, 255);
}

.theme_color {
    color: rgb(0, 96, 255);
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgb(255, 255, 255);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/icons/preloader.svg");
    background-size: 80px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.sec-title {
    position: relative;
    margin-bottom: 55px;
}

.sec-title .title {
    position: relative;
    color: rgb(0, 96, 255);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}

.sec-title h2 {
    position: relative;
    color: rgb(0, 0, 0);
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 0px;
}

.sec-title .text {
    position: relative;
    color: rgb(119, 119, 119);
    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: rgb(255, 255, 255);
}

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

.main-header {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0px;
}

.main-header .header-top {
    position: relative;
    padding: 14px 0px;
    background-color: rgb(0, 0, 0);
}

.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: rgb(255, 255, 255);
    font-size: 16px;
    margin-right: 30px;
    display: inline-block;
}

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

.main-header .header-top .info-list li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: rgb(255, 255, 255);
}

.main-header .header-top .info-list li a {
    position: relative;
    color: rgb(255, 255, 255);
    padding-left: 28px;
    transition: all 300ms ease 0s;
}

.main-header .header-top .info-list li a:hover {
    color: rgb(0, 96, 255);
}

.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: rgb(255, 255, 255);
    font-size: 16px;
}

.header-top-two {
    position: relative;
    padding: 14px 0px;
    background-color: rgb(0, 96, 255);
}

.header-top-two .outer-container {
    position: relative;
    padding: 0px 30px;
}

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

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

.header-top-two .info-list li {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 600;
    margin-right: 20px;
    display: inline-block;
}

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

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

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

.header-top-two .info-list li .icon {
    position: absolute;
    left: 0px;
    top: -1px;
    color: rgb(255, 255, 255);
}

.header-top-two .info-list li a {
    position: relative;
    color: rgb(255, 255, 255);
    padding-left: 28px;
    transition: all 300ms ease 0s;
}

.header-top-two .info-list li a:hover {
    color: rgb(34, 34, 34);
}

.header-top-two .top-right {
    position: relative;
}

.header-top-two .top-right .social-box {
    position: relative;
    float: left;
    margin-left: 10px;
}

.header-top-two .top-right .social-box li {
    position: relative;
    margin-left: 18px;
    display: inline-block;
}

.header-top-two .top-right .social-box li a {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
}

.main-header .main-box {
    position: relative;
    padding: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    background: none;
    transition: all 300ms ease 0s;
}

.main-header .main-box .outer-container {
    position: relative;
    padding: 0px 40px;
}

.main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0px;
    z-index: 10;
    padding: 30px 0px;
}

.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    transition: all 300ms ease 0s;
}

.main-header .header-upper {
    position: relative;
    background-color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    border-bottom: 1px solid rgb(213, 216, 220);
}

.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: rgb(119, 119, 119);
    text-align: left;
    padding: 0px 0px 10px 65px;
}

.main-header .info-box .icon-box {
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 42px;
    transition: all 300ms ease 0s;
    color: rgb(0, 96, 255);
    line-height: 1em;
}

.main-header .info-box ul li {
    position: relative;
    line-height: 20px;
    color: rgb(19, 33, 68);
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 400;
    text-transform: capitalize;
}

.main-header .info-box strong {
    position: relative;
    font-weight: 600;
    color: rgb(19, 33, 68);
    font-size: 18px;
    text-transform: capitalize;
    font-family: Montserrat, sans-serif;
}

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

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

.main-header .header-upper .outer-container {
    position: relative;
    padding: 0px 30px;
}

.main-header .nav-outer {
    position: relative;
    flex: 1 1 0%;
    display: flex;
    justify-content: center;
}

.main-header .header-upper .logo-box {
    position: relative;
}

.main-header .header-upper .logo-box .logo {
    position: relative;
    margin-top: 0px;
    background: rgb(255, 255, 255);
    display: inline-block;
    vertical-align: middle;
}

.main-header .outer-box {
    position: relative;
    float: right;
    margin-left: 20px;
    padding: 19px 0px;
}

.main-header .cart-box {
    position: relative;
    float: left;
    color: rgb(0, 96, 255);
    font-size: 16px;
    background: none;
    margin-top: 16px;
    display: inline-block;
    margin-right: 24px;
}

.main-header .cart-box .cart-box-btn {
    background: none;
    color: rgb(0, 96, 255);
    cursor: pointer;
    font-size: 24px;
    transition: all 300ms ease 0s;
}

.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: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    background-color: rgb(34, 34, 34);
}

.main-header .cart-box .cart-box-btn:hover {
}

.main-header .cart-product {
    position: relative;
    margin-bottom: 18px;
    min-height: 90px;
    border-bottom: 1px solid rgb(228, 228, 228);
}

.main-header .cart-product .inner {
    position: relative;
    padding-left: 90px;
    min-height: 70px;
}

.main-header .cart-product .inner .cross-icon {
    position: absolute;
    right: 0px;
    top: -2px;
    z-index: 1;
    color: rgb(38, 49, 32);
    font-size: 16px;
    cursor: pointer;
    transition: all 500ms ease 0s;
}

.main-header .cart-product .inner .cross-icon:hover {
    color: rgb(0, 96, 255);
}

.main-header .cart-product .inner .image {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 0px;
    top: 0px;
}

.main-header .cart-product .inner h3 {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    margin: 0px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.main-header .cart-product .inner h3 a {
    color: rgb(34, 34, 34);
    transition: all 300ms ease 0s;
}

.main-header .cart-product .inner h3 a:hover {
    color: rgb(0, 96, 255);
}

.main-header .cart-product .inner .quantity-text {
    position: relative;
    font-weight: 300;
    color: rgb(102, 102, 102);
    font-size: 13px;
    margin-bottom: 0px;
}

.main-header .cart-product .inner .price {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    margin: 0px;
    color: rgb(34, 34, 34);
}

.main-header .cart-box .cart-panel {
    border-radius: 20px;
    padding: 20px;
    min-width: 300px;
    margin-top: 62px;
    z-index: -1;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 25px;
    border: 3px solid rgb(0, 96, 255);
    left: auto !important;
    right: 0px !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .cart-box .cart-panel .cart-total {
    color: rgb(0, 0, 0);
    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: 0px 5px;
    display: inline-block;
}

.main-header .cart-box .cart-panel .btns-boxed li a {
    position: relative;
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 12px;
    padding: 10px 20px 8px;
    border-radius: 2px;
    display: inline-block;
    background-color: rgb(0, 96, 255);
    border: 1px solid rgb(0, 96, 255);
    text-transform: uppercase;
    transition: all 300ms ease 0s;
}

.main-header .cart-box .cart-panel .btns-boxed li a:hover {
    color: rgb(0, 96, 255);
    background: none;
}

.main-header .cart-box .icon a {
    color: rgb(153, 153, 153);
}

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

.main-header .search-box-btn {
    position: relative;
    top: 0px;
    display: block;
    float: left;
    margin-top: 16px;
    font-size: 20px;
    color: rgb(34, 34, 34);
    cursor: pointer;
    background: none;
    transition: all 500ms ease 0s;
    line-height: 20px !important;
}

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

.main-header .search-box-outer .dropdown-menu {
    right: 0px;
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    border-top: 3px solid rgb(0, 96, 255);
    top: 49px !important;
    left: auto !important;
    transform: translate3d(0px, 0px, 0px) !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: 0px;
    top: -1px;
}

.main-header .header-lower .search-box .form-group input[type="text"], .main-header .header-lower .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 28px;
    padding: 10px 50px 10px 25px;
    background: none rgb(255, 255, 255);
    display: block;
    font-size: 14px;
    width: 200px;
    height: 74px;
    color: rgb(34, 34, 34);
    font-weight: 400;
    transition: all 500ms ease 0s;
    border-radius: 0px 50px 50px 0px;
}

.main-header .header-lower .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 74px;
    width: 45px;
    font-size: 14px;
    color: rgb(0, 0, 72);
    line-height: 100%;
    background: none;
    display: inline-block;
    font-weight: normal;
    text-align: left;
    cursor: pointer;
}

.main-menu {
    position: relative;
    transition: all 300ms ease 0s;
    margin-left: -80px;
}

.main-menu .navbar-collapse {
    padding: 0px;
    float: left;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    margin-right: 40px;
    transition: all 500ms ease 0s;
    perspective: 1000px;
}

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

.sticky-header .main-menu .navigation > li > a {
    color: rgb(68, 68, 68) !important;
}

.sticky-header .main-menu .navigation > li:hover > a, .sticky-header .main-menu .navigation > li.current > a {
    color: rgb(0, 96, 255);
    background-color: inherit !important;
}

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

.sticky-header {
    display: none;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px;
    background: rgb(255, 255, 255);
    z-index: 0;
    border-bottom: 1px solid rgb(232, 241, 247);
    transition: all 500ms ease 0s;
}

.sticky-header .logo {
    padding: 7px 0px 6px;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    animation-name: fadeInDown;
    animation-duration: 500ms;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    color: rgb(34, 34, 34);
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
    opacity: 1;
    font-weight: 600;
    padding: 30px 0px;
    font-size: 16px;
    transition: all 500ms ease 0s;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -0.5px;
}

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

.main-menu .navigation > li.dropdown > a::before {
    font-family: FontAwesome;
    content: "+";
    position: absolute;
    right: 0px;
    font-size: 13px;
    line-height: 34px;
}

.main-menu .navigation > li::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -1px;
    width: 0%;
    height: 4px;
    opacity: 0;
    background-color: rgb(0, 96, 255);
    transition: all 500ms ease 0s;
}

#custom_header .main-menu .navigation > li:hover::before, #custom_header .main-menu .navigation > li.current::before {
    opacity: 1;
    width: 100%;
    z-index: 1;
    background: rgb(0, 0, 0);
}

#index_header .main-menu .navigation > li:hover::before, #index_header .main-menu .navigation > li.current::before {
    background: rgb(255, 255, 255);
}

.sticky-header .main-menu .navigation > li {
    position: relative;
    margin-left: 30px;
    margin-right: 0px;
}

.sticky-header .main-menu .navigation > li::before, .sticky-header .main-menu .navigation > li::after {
}

.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {
    opacity: 1;
    color: rgb(0, 0, 0);
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: -30px;
    top: 100%;
    width: 230px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 50px 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    margin-top: -5px;
    transform-origin: 0px 0px;
    transform: rotateX(-86deg);
    transition: all 0.3s ease 0s;
}

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

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgb(249, 249, 249);
}

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

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 5px 18px;
    line-height: 24px;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    color: rgb(0, 0, 0);
    transition: all 500ms ease 0s;
    font-family: "Open Sans", sans-serif;
}

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

.main-menu .navigation > li > ul > li > a::before {
    position: absolute;
    left: 10px;
    top: 8px;
    color: rgb(0, 96, 255);
    transition: all 500ms ease 0s;
    opacity: 0;
}

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

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

.main-menu .navigation > li > ul > li:hover > a {
    color: rgb(0, 96, 255);
}

.main-menu .navigation > li > ul > li.dropdown > a::after {
    font-family: FontAwesome;
    content: "+";
    position: absolute;
    right: 15px;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: rgb(37, 61, 74);
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

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

.main-menu .navigation > li > ul > li.dropdown:hover > a::after {
    color: rgb(34, 34, 34);
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 120%;
    top: 0%;
    width: 230px;
    z-index: 100;
    display: none;
    transition: all 900ms ease 0s;
    padding: 20px 15px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}

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

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgb(249, 249, 249);
}

.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 6px 10px;
    line-height: 24px;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    color: rgb(124, 123, 123);
    transition: all 500ms ease 0s;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: rgb(0, 96, 255);
}

.main-menu .navigation > li > ul > li > ul > li > a::before {
    position: absolute;
    content: "//";
    left: 10px;
    top: 8px;
    opacity: 0;
    color: rgb(0, 96, 255);
    transition: all 500ms ease 0s;
}

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

.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: rgb(0, 96, 255);
    padding-left: 30px;
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    left: -30px;
    transform: rotateX(0deg);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0px;
    left: 100%;
    transform: rotateX(0deg);
    transition: all 500ms ease 0s;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 28px;
    border: 1px solid rgb(255, 255, 255);
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .search-box {
    position: relative;
    float: left;
    width: 160px;
    padding: 33px 0px;
}

.main-header .search-box .form-group {
    position: relative;
    margin: 0px;
}

.main-header .search-box .form-group input[type="text"], .main-header .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 38px;
    padding: 10px 50px 10px 20px;
    background: none;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 30px;
    color: rgb(255, 255, 255);
    border-radius: 0px;
    font-weight: 600;
    transition: all 500ms ease 0s;
    border-left: 1px solid rgb(0, 96, 255);
}

.main-header .search-box .form-group textarea::-webkit-input-placeholder, .main-header .search-box .form-group input::-webkit-input-placeholder {
    color: rgb(255, 255, 255);
}

.main-header .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 8px;
    display: block;
    font-size: 16px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    line-height: 100%;
    font-weight: normal;
    background: none;
}

.header-style-two {
    position: absolute;
    left: 0px;
    right: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

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

.header-style-two .main-menu .navigation > li > a {
    color: rgb(255, 255, 255);
}

.header-style-two .main-menu .navigation > li.dropdown > a::before {
    content: "ï„ƒ";
}

.main-header.header-style-two .header-upper .outer-box .nav-btn {
    margin-left: 0px;
    color: rgb(255, 255, 255);
}

.main-header.header-style-two .outer-box .cart-box .cart-box-btn .total-cart {
    background-color: rgb(255, 255, 255);
    color: rgb(34, 34, 34);
}

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

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

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

.main-header.header-style-three .nav-outer .grid-box {
    position: absolute;
    left: 0px;
    top: 11px;
    z-index: 1;
    font-size: 22px;
    padding: 15px 0px;
}

.main-header.header-style-three .nav-outer .main-menu::before {
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 200%;
    border-radius: 50px;
    background-color: rgb(241, 241, 241);
}

.main-header .header-lower .options-box {
    position: relative;
    float: right;
    padding: 10px 15px;
}

.main-header .header-lower .options-box .option-inner::before {
    position: absolute;
    content: "";
    left: -10px;
    top: -10px;
    bottom: -10px;
    width: 110%;
    background-color: rgb(0, 96, 255);
    border-radius: 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: 0px;
    top: 0px;
    color: rgb(255, 255, 255);
    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: rgb(255, 255, 255);
    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: rgb(255, 255, 255);
}

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

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

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

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

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

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

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

.main-header .header-top-three {
    position: relative;
    padding: 14px 0px;
    background-color: rgb(34, 34, 34);
}

.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: rgb(255, 255, 255);
    font-size: 16px;
    margin-right: 30px;
    display: inline-block;
}

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

.main-header .header-top-three .info-list li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: rgb(255, 255, 255);
}

.main-header .header-top-three .info-list li a {
    position: relative;
    color: rgb(255, 255, 255);
    padding-left: 28px;
    font-weight: 500;
    transition: all 300ms ease 0s;
}

.main-header .header-top-three .info-list li a:hover {
}

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

.main-header .header-top-three .top-right .text {
    position: relative;
    color: rgb(255, 255, 255);
}

.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: rgb(34, 34, 34);
    line-height: 38px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    transition: all 300ms ease 0s;
    border: 1px solid rgb(34, 34, 34);
}

.main-header .info-box .social-nav li a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(34, 34, 34);
}

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

.main-header.header-style-four .search-box-btn {
    color: rgb(255, 255, 255);
}

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

.header-style-four .header-lower .nav-outer {
    position: relative;
    width: 100%;
    float: none;
    padding-left: 30px;
    background-color: rgb(0, 96, 255);
}

.header-style-four .main-menu .navigation > li > a {
    color: rgb(255, 255, 255);
    padding: 20px 0px;
}

.header-style-four .main-menu .navigation > li:hover > a, .header-style-four .main-menu .navigation > li.current > a {
    color: rgb(255, 255, 255);
}

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

.header-style-four .header-lower .outer-box .advisor-box .advisor-btn {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    padding: 23px 32px;
    background-color: rgb(34, 34, 34);
    transition: all 500ms ease 0s;
    text-transform: uppercase;
}

.header-style-four .header-lower .outer-box .advisor-box .advisor-btn::before {
    position: absolute;
    content: "";
    left: -28px;
    top: 0px;
    border-top: 70px solid rgb(34, 34, 34);
    border-left: 28px solid transparent;
}

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

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

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

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

.header-style-five .main-menu .navigation > li > a {
    color: rgb(255, 255, 255);
}

.header-style-five .search-box-btn {
    color: rgb(255, 255, 255);
}

.header-top-four {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

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

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

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

.header-top-four .top-left .links li {
    position: relative;
    margin-right: 18px;
    padding: 13px 22px 13px 0px;
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

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

.header-top-four .top-left .links li a {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: rgb(255, 255, 255);
}

.header-top-four .top-left .links li a .icon {
    position: relative;
    color: rgb(255, 255, 255);
    margin-right: 10px;
}

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

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

.header-top-four .top-right .social-icons li {
    position: relative;
    margin-left: 15px;
    padding: 13px 0px;
    display: inline-block;
}

.header-top-four .top-right .social-icons li a {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
}

.header-top-four .top-right .cart-box {
    position: relative;
    float: left;
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin-top: 13px;
    margin-right: 0px;
    background: none;
    margin-left: 18px;
    display: inline-block;
}

.header-top-four .top-right .cart-box .cart-box-btn {
    background: none;
    transition: all 300ms ease 0s;
}

.header-top-four .top-right .cart-box .cart-panel {
    z-index: 999;
    margin-top: 38px;
}

.header-top-four .top-right .cart-box .cart-box-btn:hover {
}

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

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

.header-style-six .info-box ul li, .header-style-six .info-box strong {
    color: rgb(255, 255, 255);
}

.header-style-six .header-upper .outer-box button {
    cursor: pointer;
    color: rgb(255, 255, 255);
    background: none;
}

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

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

.hidden-bar {
    position: fixed;
    top: 0px;
    width: 305px;
    height: 100%;
    background: rgb(39, 39, 39);
    z-index: 9999;
    transition: all 700ms ease 0s;
}

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

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

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

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

.hidden-bar .hidden-bar-closer {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    color: rgb(255, 255, 255);
    transition: all 300ms ease 0s;
    z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover {
    color: rgb(65, 72, 87);
}

.hidden-bar .hidden-bar-closer:hover .btn {
    color: rgb(255, 255, 255);
}

.hidden-bar .hidden-bar-closer .btn {
    background-color: transparent;
    border: none;
    color: rgb(255, 255, 255);
    outline: none;
    font-size: 14px;
}

.hidden-bar .social-icons {
    text-align: center;
    margin: 50px 0px 30px;
}

.hidden-bar .social-icons ul {
    font-size: 0px;
    margin-left: -5px;
    margin-right: -5px;
}

.hidden-bar .social-icons ul li {
    display: inline-block;
    padding: 0px 5px;
}

.hidden-bar .social-icons ul li a {
    display: block;
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    background: rgb(65, 72, 87);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    transition: all 0.3s ease 0s;
}

.hidden-bar .social-icons ul li a:hover {
    background: rgb(255, 255, 255);
    color: rgb(65, 72, 87);
}

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

.hidden-bar .logo img {
    display: inline-block;
    max-width: 100%;
}

.hidden-bar .side-menu {
    background-color: transparent;
    padding: 0px;
    font-size: 13px;
    letter-spacing: 1px;
}

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

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

.hidden-bar .side-menu a.current {
    color: rgb(255, 255, 255);
}

.hidden-bar .side-menu ul li a {
    background: transparent;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 14px;
    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 0s;
}

.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: rgb(255, 255, 255);
}

.hidden-bar .side-menu ul li a .btn.expander {
    background: none;
    color: rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0px;
    position: absolute;
    top: 6px;
    right: 20px;
    width: 32px;
    height: 32px;
    outline: none;
}

.shop-section .items-sorting {
    position: relative;
    margin-bottom: 20px;
}

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

.shop-section .items-sorting .results-column h6 {
    font-size: 18px;
    font-weight: 400;
    color: rgb(102, 102, 102);
    line-height: 24px;
    padding: 13px 0px;
}

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

.shop-section .items-sorting select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 9px 20px;
    height: 50px;
    font-size: 14px;
    border: 1px solid rgb(238, 238, 238);
    cursor: pointer;
    appearance: none;
    background: url("../images/icons/icon-select.png") right center no-repeat;
    color: rgb(102, 102, 102);
    transition: all 500ms ease 0s;
}

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

.single-product-item {
    position: relative;
    display: block;
    transition: all 500ms ease 0s;
    margin-bottom: 50px;
}

.single-product-item .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0px;
    border: 4px solid rgb(0, 96, 255);
}

.single-product-item .img-holder::before {
    background: rgba(255, 255, 255, 0.2);
    inset: 0px;
    content: "";
    opacity: 0;
    position: absolute;
    z-index: 1;
    transition: all 0.4s ease-in-out 0s;
}

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

.single-product-item .img-holder img {
    transform: scale(1);
    transition: all 0.7s ease 0s;
    width: 100%;
}

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

.single-product-item .title-holder {
    position: relative;
    display: block;
    background: rgb(255, 255, 255);
    padding: 22px 0px 18px;
    box-shadow: rgba(54, 54, 54, 0.13) 0px 2px 27px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -30px;
    z-index: 9;
}

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

.single-product-item .title-holder .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding: 0px 0px 3px;
}

.single-product-item .title-holder .title a {
    color: rgb(27, 27, 27);
    transition: all 500ms ease 0s;
}

.single-product-item .title-holder .static-content span {
    display: inline-block;
    padding-right: 0px;
    color: rgb(102, 102, 102);
}

.single-product-item .title-holder .static-content del {
    position: relative;
    display: inline-block;
    color: rgb(194, 194, 194);
    font-size: 16px;
    font-weight: 700;
}

.single-product-item .title-holder .overlay-content {
    position: absolute;
    inset: 0px;
    background: rgb(255, 255, 255);
    text-align: center;
    transform: scaleX(0);
    transition: all 700ms ease 300ms;
}

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

.single-product-item .title-holder .overlay-content ul {
    position: relative;
    display: block;
    padding: 23px 0px;
    width: 153px;
    margin: 0px auto;
    transform: scale(0);
    transition: all 700ms ease 100ms;
}

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

.single-product-item .title-holder .overlay-content ul li {
    position: relative;
    display: inline-block;
    float: left;
    width: 51px;
    text-align: center;
    border-right: 1px solid rgb(237, 237, 237);
}

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

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

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

.single-product-item .title-holder .overlay-content ul li a span::before {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    color: rgb(102, 102, 102);
    font-size: 18px;
    line-height: 45px;
    margin: 0px;
    transition: all 500ms ease 0s;
}

.single-product-item .title-holder .overlay-content ul li a:hover span::before {
    color: rgb(255, 255, 255);
    background: rgb(102, 102, 102);
}

.single-product-item .title-holder .overlay-content ul li a .toltip-content {
    position: absolute;
    left: -50%;
    right: 0px;
    top: -25px;
    margin-left: -15px;
    opacity: 0;
    visibility: hidden;
    padding: 0px;
    text-align: center;
    background-color: rgb(10, 10, 10);
    transition: all 300ms ease 100ms;
    z-index: 999;
    min-width: 130px;
}

.single-product-item .title-holder .overlay-content ul li a .toltip-content::before {
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    bottom: -8px;
    right: 0px;
    content: "ïƒ—";
    color: rgb(10, 10, 10);
    font-size: 25px;
    text-align: center;
    line-height: 10px;
}

.single-product-item .title-holder .overlay-content ul li a .toltip-content p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 30px;
    margin: 0px;
}

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

.shop-single-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 90px;
    z-index: 9;
    background-color: rgb(255, 255, 255);
}

.product-details .basic-details {
    position: relative;
    margin-bottom: 20px;
}

.product-details .image-column .image-carousel {
    background-color: rgb(238, 238, 238);
    border-radius: 4px;
}

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

.product-details .info-column .add-to-cart {
    padding: 13px 43px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: 10px;
}

.product-details .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

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

.product-details .image-column .thumbs-carousel li {
    background-color: rgb(242, 242, 242);
    text-align: center;
    padding: 0px;
    cursor: pointer;
}

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

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

.product-details .basic-details .details-header {
    position: relative;
    margin-bottom: 0px;
}

.product-details .basic-details .details-header h2 {
    font-weight: 700;
    margin: 0px 0px 8px;
    line-height: 1.4em;
    color: rgb(34, 34, 34);
}

.product-details .basic-details .details-header h2 a {
    color: rgb(51, 51, 51);
}

.product-details .basic-details .details-header .rating {
    font-size: 16px;
    margin-bottom: 25px;
    display: inline-block;
}

.product-details .basic-details .details-header .rating span {
    color: rgb(0, 96, 255);
}

.product-details .basic-details .details-header .rating .fa {
    display: inline-block;
    margin-right: 1px;
}

.product-details .basic-details .details-header .rating .fa.light {
    color: rgb(218, 218, 218);
}

.product-details .basic-details .details-header .item-price {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    color: rgb(34, 34, 34);
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.product-details .basic-details .text {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    line-height: 1.9em;
    margin-bottom: 30px;
}

.product-details .basic-details .availablity {
    position: relative;
    float: left;
    padding-right: 40px;
    line-height: 32px;
    margin-bottom: 27px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: rgb(119, 119, 119);
}

.product-details .basic-details .availablity strong {
    font-size: 14px;
    letter-spacing: 2px;
    color: rgb(17, 218, 97);
    font-weight: 600;
    text-transform: uppercase;
}

.product-details .basic-details .item-quantity {
    position: relative;
    float: left;
    width: 120px;
    margin-bottom: 15px;
    margin-right: 20px;
    border: 1px solid rgb(234, 232, 232);
}

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

.product-details .basic-details .quantity-spinner, .cart-section input.quantity-spinner {
    line-height: 24px;
    padding: 10px 15px !important;
    height: 54px !important;
    box-shadow: none !important;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn, .cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn {
    padding: 13px 10px;
    background: rgb(244, 245, 246);
}

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

.shop-list {
    position: relative;
    margin-top: 20px;
}

.shop-list li {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    margin-bottom: 10px;
}

.shop-list li strong {
    color: rgb(34, 34, 34);
    font-size: 16px;
    margin-right: 5px;
    text-transform: uppercase;
}

.shop-list li a {
    position: relative;
    color: rgb(0, 96, 255);
    font-size: 14px;
    font-weight: 700;
    margin-top: 0px;
    display: inline-block;
    text-transform: uppercase;
}

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

.shop-page .prod-tabs .tab-btns {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.shop-page .prod-tabs .tab-btns .tab-btn {
    position: relative;
    margin-right: 8px;
    font-size: 16px;
    background: none;
    color: rgb(34, 34, 34);
    border: 1px solid rgb(34, 34, 34);
    text-transform: capitalize;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    margin-bottom: 12px;
    display: inline-block;
    padding: 12px 40px 10px;
    transition: all 500ms ease 0s;
}

.shop-page .prod-tabs .tab-btns .tab-btn:hover, .shop-page .prod-tabs .tab-btns .tab-btn.active-btn {
    color: rgb(255, 255, 255);
    background: rgb(34, 34, 34);
    border-color: rgb(34, 34, 34);
}

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

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

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

.shop-page .prod-tabs .tabs-content .tab p {
    font-size: 14px;
    line-height: 2em;
    color: rgb(102, 102, 102);
    margin-bottom: 20px;
}

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

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

.shop-page .prod-tabs .tabs-content .tab h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(34, 34, 34);
}

.shop-page .prod-tabs .reviews-container {
    position: relative;
    padding-bottom: 1px;
}

.shop-page .prod-tabs .reviews-container .review-box {
    position: relative;
    margin-bottom: 30px;
    padding-left: 120px;
    min-height: 130px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(240, 240, 240);
}

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

.bootstrap-touchspin .input-group-btn-vertical {
    width: auto;
    right: 0px;
    position: absolute;
}

.bootstrap-touchspin .glyphicon-chevron-up::before {
    content: "ï„†";
    font-size: 18px;
    font-style: normal;
    font-family: FontAwesome;
}

.bootstrap-touchspin .glyphicon-chevron-down::before {
    content: "ï„‡";
    font-size: 18px;
    font-style: normal;
    font-family: FontAwesome;
}

.shop-page .prod-tabs .reviews-container .rev-thumb {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 100px;
    height: 100px;
    background: rgb(255, 255, 255);
    border-radius: 3px;
    margin-bottom: 20px;
}

.shop-page .prod-tabs .reviews-container .rev-thumb img {
    display: block;
    width: 100%;
    border-radius: 3px;
}

.shop-page .prod-tabs .reviews-container .rev-content {
    position: relative;
    background: rgb(255, 255, 255);
}

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

.shop-page .prod-tabs .reviews-container .rev-header h4 {
    float: left;
    line-height: 30px;
    color: rgb(34, 34, 34);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.shop-page .prod-tabs .reviews-container .rev-header .rating {
    position: relative;
    float: left;
    margin-left: 40px;
    color: rgb(0, 96, 255);
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 10px;
}

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

.shop-page .prod-tabs .reviews-container .rev-header .time {
    position: relative;
    float: right;
    color: rgb(0, 0, 0);
    line-height: 30px;
    font-size: 14px;
}

.shop-page .prod-tabs .reviews-container .rev-option {
    font-size: 14px;
    color: rgb(158, 158, 158);
}

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

.shop-page .prod-tabs .reviews-container .rev-text {
    font-size: 14px;
    color: rgb(158, 158, 158);
    line-height: 1.8em;
    margin-bottom: 15px;
}

.shop-page .prod-tabs .add-review {
    position: relative;
    margin: 30px 0px 20px;
    font-size: 14px;
}

.shop-page .prod-tabs .add-review h2 {
    color: rgb(0, 0, 0);
}

.shop-page .prod-tabs .add-review .rating {
    position: relative;
    padding-top: 8px;
}

.shop-page .prod-tabs .add-review .rating .rate-box {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: rgb(85, 85, 85);
}

.shop-page .prod-tabs .add-review .rating .rate-box:hover, .shop-page .prod-tabs .add-review .rating .rate-box:focus, .shop-page .prod-tabs .add-review .rating .rate-box:active {
    color: rgb(0, 96, 255);
}

.shop-page .prod-tabs .add-review label {
    position: relative;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
    color: rgb(48, 48, 48);
}

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

.shop-page .prod-tabs .add-review .form-group {
    position: relative;
    margin-bottom: 20px;
}

.shop-page .prod-tabs .add-review .form-group input[type="text"], .shop-page .prod-tabs .add-review .form-group input[type="password"], .shop-page .prod-tabs .add-review .form-group input[type="tel"], .shop-page .prod-tabs .add-review .form-group input[type="email"], .shop-page .prod-tabs .add-review .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 9px 15px;
    color: rgb(34, 34, 34);
    border: 1px solid rgb(224, 224, 224);
    transition: all 300ms ease 0s;
}

.shop-page .prod-tabs .add-review .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 8px 15px;
    color: rgb(34, 34, 34);
    border: 1px solid rgb(224, 224, 224);
    height: 150px;
    resize: none;
    transition: all 300ms ease 0s;
}

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

.cart-section {
    position: relative;
    z-index: 9;
    background-color: rgb(255, 255, 255);
    padding: 100px 0px 120px;
}

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

.cart-section .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
}

.cart-section .cart-table {
    width: 100%;
    min-width: 900px;
    border: 1px solid rgb(238, 238, 238);
}

.cart-section .cart-table tbody tr {
    border-bottom: 1px solid rgb(238, 238, 238);
}

.cart-table .cart-header {
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0px;
    background: rgb(0, 96, 255);
    color: rgb(31, 31, 31);
}

.cart-table thead tr th {
    line-height: 24px;
    padding: 20px 15px;
    min-width: 120px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-transform: capitalize;
}

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

.cart-table tbody tr td {
    line-height: 24px;
    padding: 40px;
    min-width: 100px;
}

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

.cart-table tbody tr .qty .quantity-spinner {
    background: rgb(245, 245, 245);
}

.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 100px;
    padding-left: 130px;
    padding-top: 40px;
    text-align: left;
}

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

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

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h6 {
    color: rgb(34, 34, 34);
    font-weight: 500;
    margin-bottom: 5px;
}

.cart-table tbody tr .sub-total {
    font-weight: 400;
    color: rgb(34, 34, 34);
    font-size: 18px;
    padding-left: 20px;
}

.cart-table tbody tr .remove-btn {
    position: relative;
    font-size: 18px;
    color: rgb(0, 96, 255);
    display: inline-block;
    transition: all 500ms ease 0s;
}

.cart-table tbody tr .remove-btn .fa {
    position: relative;
    top: 2px;
    font-size: 10px;
    line-height: 14px;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    background: rgb(240, 240, 240);
    color: rgb(255, 255, 255);
    text-align: center;
    overflow: hidden;
    text-indent: 100px;
}

.cart-table tbody tr .remove {
}

.cart-table tbody tr .remove-btn:hover {
}

.cart-table tbody tr .remove-btn:hover .fa {
    text-indent: 0px;
    background: rgb(250, 153, 40);
}

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

.cart-table tbody tr td.price {
    font-size: 18px;
    font-weight: 400;
    color: rgb(34, 34, 34);
    padding-left: 10px;
}

.cart-table tbody tr td .quantity-spinner {
    padding: 5px 0px 5px 20px;
    line-height: 24px;
    height: 34px;
    display: block;
    width: 100%;
    position: relative;
}

.cart-table tbody .available-info {
    position: relative;
    padding-left: 50px;
    color: rgb(114, 114, 114);
    font-size: 16px;
}

.cart-table tbody .available-info .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: rgb(255, 255, 255);
    background: rgb(62, 68, 148);
    border-radius: 50%;
}

.cart-section .coupon-outer {
    position: relative;
    margin: 40px 0px 50px;
}

.cart-section .coupon-outer .cart-btn {
    font-size: 14px;
    padding: 14px 43px;
    font-weight: 400;
    cursor: pointer;
    transition: all 500ms ease 0s;
}

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

.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 20px;
}

.cart-section .apply-coupon .form-group .coupon-btn {
    padding: 11px 28px;
    line-height: 30px;
    cursor: pointer;
}

.cart-section .apply-coupon .form-group input[type="text"] {
    display: block;
    line-height: 26px;
    padding: 12px 0px;
    border-bottom: 2px solid rgb(0, 96, 255);
    height: 54px;
    width: 230px;
    background: none;
    font-size: 14px;
}

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

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

.cart-section .sec-title h2 {
    font-size: 26px;
    color: rgb(34, 34, 34);
}

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

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

.cart-section .cart-note {
    position: relative;
    margin-bottom: 50px;
    padding: 16px 20px;
    text-align: center;
    border: 1px dashed rgb(178, 221, 76);
    background: rgb(244, 244, 244);
    line-height: 1.7em;
}

.product-details .basic-details .item-quantity input[type="text"], .cart-table tbody tr .qty input[type="text"] {
    position: relative;
    line-height: 46px;
    height: 46px;
    background: rgb(244, 244, 244);
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
    height: 24px;
    background: rgb(233, 233, 233);
}

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

.cart-total-box {
    position: relative;
    max-width: 490px;
    margin-bottom: 40px;
    padding: 40px 40px 30px;
    background-color: rgb(244, 244, 244);
}

.cart-total-box h4 {
    position: relative;
    color: rgb(34, 34, 34);
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 25px;
}

.totals-table {
    position: relative;
}

.totals-table li {
    position: relative;
    color: rgb(34, 34, 34);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px;
}

.totals-table li .col {
    float: right;
    width: auto;
}

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

.totals-table li.total {
    margin-top: 25px;
    padding-top: 30px;
    border-top: 1px solid rgb(204, 204, 204);
}

.checkout-btn {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    padding: 17px 43px 14px;
    cursor: pointer;
    background-color: rgb(0, 96, 255);
}

.checkout-page {
    position: relative;
    z-index: 9;
    background-color: rgb(255, 255, 255);
    padding: 100px 0px 80px;
}

.checkout-page .default-links {
    position: relative;
    margin-bottom: 40px;
}

.checkout-page .default-links li {
    margin-bottom: 15px;
    line-height: 24px;
    padding: 18px 28px;
    background: rgb(249, 249, 249);
    color: rgb(121, 121, 121);
    font-size: 17px;
    font-weight: 600;
    border: 1px solid rgb(235, 235, 235);
}

.checkout-page .default-links li a {
    color: rgb(0, 96, 255);
    text-decoration: underline;
}

.shop-form .billing-inner {
    position: relative;
    padding-right: 100px;
}

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

.shop-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

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

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

.shop-form .form-group .field-label {
    display: block;
    line-height: 24px;
    margin-bottom: 8px;
    color: rgb(121, 121, 121);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.shop-form .form-group .field-label sup {
    position: relative;
    top: 0px;
    color: rgb(121, 121, 121);
    font-size: 16px;
}

.shop-form input[type="text"], .shop-form input[type="email"], .shop-form input[type="password"], .shop-form input[type="tel"], .shop-form input[type="number"], .shop-form input[type="url"], .shop-form select, .shop-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: rgb(255, 255, 255);
    line-height: 16px;
    padding: 10px 15px;
    height: 50px;
    border: 1px solid rgb(238, 238, 238);
    transition: all 300ms ease 0s;
}

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

.shop-form input::-webkit-input-placeholder, .shop-form select::-webkit-input-placeholder, .shop-form textarea-webkit-input-placeholder {
    color: rgb(198, 198, 198);
}

.shop-form select {
    appearance: none;
    background: url("../images/icons/icon-select.png") right center no-repeat rgb(255, 255, 255);
    cursor: pointer;
}

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

.shop-form textarea {
    resize: none;
    overflow: hidden;
    height: 100px !important;
}

.shop-form input:focus, .shop-form select:focus, .shop-form textarea:focus {
    border-color: rgb(0, 96, 255);
}

.shop-order-box {
    position: relative;
    padding: 20px 28px 50px;
    border: 1px solid rgb(217, 217, 217);
    background-color: rgb(253, 253, 253);
}

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

.shop-order-box .order-list li {
    position: relative;
    color: rgb(121, 121, 121);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.shop-order-box .order-list li span {
    float: right;
    width: 35%;
    text-align: left;
    font-size: 17px;
    text-transform: capitalize;
}

.shop-order-box .order-list li span.dark {
    color: rgb(36, 36, 36);
}

.shop-order-box .order-list li.total {
    padding: 8px 0px;
    border-top: 1px solid rgb(226, 226, 226);
    border-bottom: 1px solid rgb(226, 226, 226);
}

.payment-options {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.checkout-page .payment-options li {
    position: relative;
    margin-bottom: 15px;
}

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

.checkout-page .payment-options li .radio-option label {
    position: relative;
    display: block;
    padding-left: 30px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: rgb(121, 121, 121);
    cursor: pointer;
    font-size: 15px;
    font-weight: 600 !important;
}

.checkout-page .payment-options li .radio-option label strong {
    font-weight: 500;
    display: inline-block;
    color: rgb(121, 121, 121);
    font-size: 15px;
}

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

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

.checkout-page .payment-options li .what-paypall {
    font-size: 13px;
    font-weight: 500;
    margin-left: 15px;
    color: rgb(67, 73, 217);
}

.checkout-page .payment-options li .radio-option label .small-text {
    position: relative;
    display: none;
    padding: 18px 26px;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: normal;
    font-size: 15px;
    color: rgb(142, 141, 141);
    border-radius: 4px;
    line-height: 1.8em;
    margin-top: 20px;
    margin-left: -30px;
    background-color: rgb(236, 236, 236);
}

.checkout-page .payment-options li .radio-option label .small-text::before {
    position: absolute;
    content: "";
    left: 24px;
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid rgb(236, 236, 236);
}

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

.checkout-page .payment-options li .radio-option label img {
    position: relative;
    top: -3px;
    display: inline-block;
    max-width: 100%;
    padding-left: 30px;
}

.checkout-page .payment-options li .radio-option label img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding-left: 30px;
}

.register-section {
    position: relative;
    z-index: 9;
    background-color: rgb(255, 255, 255);
    padding: 60px 0px 40px;
}

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

.register-section .form-column .sec-title {
    position: relative;
    margin-bottom: 30px;
}

.register-section .form-column .sec-title h2 {
}

.styled-form {
    position: relative;
}

.styled-form .submit-text {
    font-size: 15px;
    color: rgb(158, 158, 158);
    font-weight: 400;
    margin-top: 10px;
}

.styled-form .form-group {
    position: relative;
    margin-bottom: 30px;
    font-size: 14px;
    color: rgb(132, 132, 132);
}

.checkout-section .styled-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.styled-form .form-group .check-box {
    line-height: 24px;
    font-size: 15px;
    font-weight: normal;
    padding-top: 5px;
    color: rgb(39, 39, 39);
}

.styled-form .form-group .check-box label {
    position: relative;
    top: -1px;
    font-weight: normal;
    padding: 0px;
    font-size: 15px;
    cursor: pointer;
}

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

.styled-form .form-group .adon-icon {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    color: rgb(153, 153, 153);
    z-index: 2;
}

.styled-form .form-group .field-label {
    display: block;
    color: rgb(39, 39, 39);
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: 400;
}

.styled-form input[type="text"], .styled-form input[type="email"], .styled-form input[type="password"], .styled-form input[type="tel"], .styled-form input[type="number"], .styled-form input[type="url"], .styled-form select, .styled-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: rgb(255, 255, 255);
    line-height: 30px;
    padding: 8px 20px;
    height: 50px;
    border: 1px solid rgb(244, 244, 244);
    transition: all 300ms ease 0s;
}

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

.styled-form select {
    appearance: none;
    background: url("../images/icons/icon-select.png") right center no-repeat rgb(255, 255, 255);
    cursor: pointer;
}

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

.styled-form textarea {
    resize: none;
    height: 110px;
}

.styled-form input:focus, .styled-form select:focus, .styled-form textarea:focus {
    border-color: rgb(0, 96, 255);
}

.styled-form .form-group .theme-btn {
    min-width: 150px;
    text-align: center;
    padding: 11px 34px;
    border-radius: 0px;
    cursor: pointer;
}

.styled-form .remember-me {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 16px;
    font-weight: 500;
}

.social-links-two a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: rgb(255, 255, 255);
    background: rgb(252, 114, 30);
    margin: 0px 0px 0px 5px;
    transition: all 0.5s ease 0s;
}

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

.social-links-two .facebook {
    background: rgb(59, 89, 152);
}

.social-links-two .twitter {
    background: rgb(51, 204, 254);
}

.social-links-two .google-plus {
    background: rgb(221, 75, 57);
}

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

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 36px;
    line-height: 50px;
    cursor: pointer;
    color: rgb(0, 0, 0);
    display: none;
    pointer-events: all;
}

.mobile-menu {
    position: fixed;
    right: 0px;
    top: 0px;
    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;
    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: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.9);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    transition: all 0.7s ease 0s;
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: rgb(255, 255, 255);
    padding: 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    transition: all 0.7s ease 500ms;
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: rgb(32, 32, 32);
    cursor: pointer;
    z-index: 10;
    transition: all 0.5s ease 0s;
    transform: translateY(-50px);
}

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

.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: rgb(64, 64, 64);
    text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
    color: rgb(0, 0, 0);
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: rgb(64, 64, 64);
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn::after {
    content: "";
    position: absolute;
    left: 0px;
    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;
}

.search-popup {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1) 0s;
}

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

.search-popup::before {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    height: 560px;
    background-image: url("../images/icons/waves-shape.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 0px;
    content: "";
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0px;
}

.search-popup .close-search {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 75%;
    margin: -200px auto 0px;
    border-radius: 50%;
    text-align: center;
    background-color: rgb(0, 96, 255);
    width: 70px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px;
    border-bottom: 3px solid rgb(255, 255, 255);
    transition: all 500ms ease 0s;
    opacity: 0;
    visibility: hidden;
}

.search-popup .close-search span {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: rgb(255, 255, 255);
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0px;
    transform: scaleX(0);
    transform-origin: center center;
    background-color: rgb(17, 17, 17);
    transition: all 300ms ease 0s;
}

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

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"], .search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: rgb(0, 0, 0);
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: rgb(255, 255, 255);
    transition: all 500ms ease 0s;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: rgb(0, 0, 0);
    padding: 0px;
    cursor: pointer;
    transition: all 500ms ease 0s;
}

.search-popup .form-group input[type="submit"]:hover, .search-popup .form-group button:hover {
    color: rgb(0, 0, 0);
}

.search-popup input::placeholder, .search-popup textarea::placeholder {
    color: rgb(0, 0, 0);
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: rgb(255, 255, 255);
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    transition: all 500ms ease 0s;
    background: none !important;
    box-shadow: none !important;
}

.search-popup .close-search.style-two span {
    font-size: 20px;
    color: rgb(255, 255, 255);
}

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

.main-header .sticky-header .outer-box .cart-box {
    color: rgb(0, 0, 0);
    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: rgb(0, 0, 0);
}

.main-header .sticky-header .outer-box .cart-box .cart-box-btn .total-cart {
    background-color: rgb(0, 96, 255);
}

.main-header .sticky-header .search-box-btn {
    color: rgb(0, 0, 0);
    margin-top: 11px;
}

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

.color-palate .option-box > li {
    position: relative;
    color: rgb(255, 255, 255);
    width: 40%;
    margin: 0px 3px 9px;
    cursor: pointer;
    padding: 6px 12px;
    display: inline-block;
    background-color: rgb(0, 96, 255);
    text-transform: capitalize;
}

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

.main-header .header-upper .logo-box .logo img {
    height: 90px;
}

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

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

.sidebar-info-contents .content-inner .logo img {
    display: inline-block;
    max-width: 100%;
}

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

.sidebar-info-contents .content-inner .content-box h2 {
    position: relative;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    margin-bottom: 20px;
}

.sidebar-info-contents .content-inner .content-box .text {
    position: relative;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
}

.sidebar-info-contents .content-inner .contact-info {
    position: relative;
    margin-top: 60px;
}

.sidebar-info-contents .content-inner .contact-info h2 {
    position: relative;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    margin-bottom: 20px;
}

.sidebar-info-contents .content-inner .social-box {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}

.sidebar-info-contents .content-inner .social-box li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    transition: all 900ms ease 0s;
}

.sidebar-info-contents .content-inner .social-box li a {
    position: relative;
    width: 36px;
    height: 36px;
    color: rgb(34, 34, 34);
    z-index: 1;
    font-size: 13px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: rgb(255, 255, 255);
}

.close-side-widget, .close-side-widget:hover {
    color: rgb(255, 255, 255);
    font-size: 24px;
}

.main-header .header-upper .outer-box .nav-btn {
    position: relative;
    float: left;
    font-size: 25px;
    color: rgb(34, 34, 34);
    cursor: pointer;
    margin-top: 19px;
    margin-left: 25px;
}

.sticky-header .outer-box .nav-btn {
    position: relative;
    float: right;
    font-size: 28px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    margin-top: 9px;
    margin-left: 30px;
}

.scroll-to-toped {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: rgb(34, 34, 34);
    display: none;
    transition: all 300ms ease 0s;
}

.scroll-to-toped:hover {
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
}

.waves {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 15vh;
    margin-bottom: -8px;
    min-height: 100px;
    max-height: 150px;
}

.waves .content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: white;
}

.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section .slide::before {
    position: absolute;
    content: "";
    inset: 0px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.7);
}

.banner-section .slide {
    position: relative;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-section .patern-layer-one {
    position: absolute;
    left: 0px;
    top: 0px;
    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 900ms ease 0s;
}

.banner-section .active .patern-layer-one {
    opacity: 1;
    transform: translateX(0px);
}

.banner-section .patern-layer-two {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 611px;
    height: 633px;
    z-index: 2;
    background-position: right top;
    background-repeat: no-repeat;
    transform: translateX(500px);
    transition: all 900ms ease 0s;
}

.banner-section .active .patern-layer-two {
    transform: translateX(0px);
    transition-delay: 300ms;
}

.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: rgb(255, 255, 255);
    font-size: 24px;
    line-height: 1.8em;
    margin-bottom: 16px;
    font-weight: 500;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
    transition: all 1000ms ease 0s;
}

.banner-section .active .content-column .title {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 300ms;
}

.banner-section .content-column h1 {
    position: relative;
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 1.1em;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
    transition: all 1000ms ease 0s;
}

.banner-section .active .content-column h1 {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 600ms;
    line-height: 1.3;
}

.banner-section .content-column .text {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 17px;
    line-height: 1.9em;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 400;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
    transition: all 1000ms ease 0s;
}

.banner-section .active .content-column .text {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 900ms;
}

.banner-section .content-column .btns-box {
    margin-top: 35px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
    transition: all 1000ms ease 0s;
}

.banner-section .active .content-column .btns-box {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 1200ms;
}

.banner-section .content-column .theme-btn {
    margin-right: 15px;
}

.banner-section .owl-dots {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 30px;
    text-align: center;
}

.banner-section .owl-dots .owl-dot {
    position: relative;
    width: 40px;
    height: 2px;
    border-radius: 0px;
    margin: 0px 5px;
    display: inline-block;
    background-color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}

.banner-section .owl-dots .owl-dot.active, .banner-section .owl-dots .owl-dot:hover {
    background-color: rgb(255, 255, 255);
}

.banner-section .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 99999;
    width: 100%;
    opacity: 0;
    margin-top: -10px;
    transition: all 0.3s ease 0s;
}

.banner-section:hover .owl-nav {
    opacity: 1;
}

.banner-section .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    width: 60px;
    height: 60px;
    color: rgb(255, 255, 255);
    line-height: 56px;
    font-size: 24px;
    text-align: center;
    border-radius: 50px;
    transition: all 500ms ease 0s;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.banner-section .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    font-size: 24px;
    width: 60px;
    height: 60px;
    color: rgb(255, 255, 255);
    line-height: 56px;
    border-radius: 50px;
    text-align: center;
    transition: all 500ms ease 0s;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.banner-section .owl-nav .owl-prev:hover, .banner-section .owl-nav .owl-next:hover {
    color: rgb(34, 34, 34);
    border-color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
}

.about-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0px 100px;
    background: rgb(255, 255, 255);
}

.about-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

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

.about-section .content-column .inner-column {
    position: relative;
    padding-right: 30px;
}

.about-section .content-column .text {
    position: relative;
    color: rgb(85, 85, 85);
    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: 0px;
}

.feature-block .inner-box {
    position: relative;
    padding-left: 70px;
}

.feature-block .inner-box .icon {
    position: absolute;
    left: 0px;
    top: 2px;
    color: rgb(0, 96, 255);
    font-size: 48px;
    line-height: 1em;
}

.feature-block .inner-box h6 {
    position: relative;
    color: rgb(20, 29, 56);
    font-size: 18px;
    font-weight: 600;
}

.feature-block .inner-box .feature-text {
    position: relative;
    color: rgb(85, 85, 85);
    font-size: 16px;
    margin-top: 5px;
}

.about-section .images-column {
    position: relative;
    margin-bottom: 40px;
}

.about-section .images-column .inner-column {
    position: relative;
    padding: 0px 0px 50px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
}

.about-section .images-column .learn {
    position: relative;
    color: rgb(0, 96, 255);
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    transition: all 500ms ease 0s;
}

.about-section .images-column .learn:hover {
    color: rgb(34, 34, 34);
}

.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;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    display: inline-block !important;
}

.about-section .images-column .image-two {
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    left: 0px !important;
    top: auto !important;
    bottom: 60px !important;
    display: inline-block !important;
}

.about-section .images-column .image-three {
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    inset: auto 0px -60px auto !important;
    display: inline-block !important;
}

.about-section .images-column .image-four {
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    inset: 0px 10px auto auto !important;
    display: inline-block !important;
}

.featured-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.feature-block-two {
    position: relative;
    margin-bottom: 30px;
    display: flex;
}

.feature-block-two .inner-box {
    position: relative;
    padding: 100px 50px;
    background-size: cover;
    width: 100%;
}

.feature-block-two .inner-box::before {
    position: absolute;
    content: "";
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 500ms ease 0s;
}

.feature-block-two .inner-box:hover::before {
    background-color: rgba(0, 0, 0, 0.7);
}

.feature-block-two .inner-box .number {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 60px;
    font-weight: 800;
    line-height: 1em;
    font-family: Montserrat, sans-serif;
}

.feature-block-two .inner-box h4 {
    position: relative;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 12px;
    margin-bottom: 15px;
}

.feature-block-two .inner-box .text {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.8em;
}

.services-section {
    position: relative;
    padding: 240px 0px 250px;
    background-color: rgb(0, 0, 0);
}

.services-section.margin-top {
    margin-top: -165px;
}

.services-section .pattern-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    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: 50px 30px 80px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 0px 15px;
    transition: all 500ms ease 0s;
}

.service-block .inner-box:hover {
    border-radius: 0px 0px 0px 15px;
}

.service-block .inner-box::before {
    position: absolute;
    content: "";
    inset: 0px;
    opacity: 0;
    transition: all 500ms ease 0s;
    background-image: linear-gradient(rgb(19, 30, 57) 0%, rgb(1, 95, 253) 100%);
}

.service-block .inner-box:hover::before {
    opacity: 1;
    border-radius: 0px 0px 0px 15px;
}

.service-block .inner-box .icon-box {
    position: relative;
    color: rgb(0, 0, 0);
    font-size: 60px;
    line-height: 1em;
    transition: all 500ms ease 0s;
}

.service-block .inner-box .icon-box .icon {
    position: relative;
}

.service-block .inner-box:hover .text, .service-block .inner-box:hover h5 a, .service-block .inner-box:hover .icon-box {
    color: rgb(255, 255, 255);
}

.service-block .inner-box h5 {
    position: relative;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 22px;
    margin-bottom: 18px;
}

.service-block .inner-box h5 a {
    position: relative;
    color: rgb(0, 96, 255);
    transition: all 500ms ease 0s;
}

.service-block .inner-box .text {
    position: relative;
    color: rgb(85, 85, 85);
    font-size: 16px;
    line-height: 1.8em;
    transition: all 500ms ease 0s;
}

.service-block .inner-box .arrow {
    position: absolute;
    left: 100%;
    width: 50px;
    height: 50px;
    bottom: 0px;
    color: rgb(255, 255, 255);
    line-height: 50px;
    font-size: 20px;
    margin-left: -50px;
    border-radius: 0px 0px 15px;
    background-color: rgb(0, 96, 255);
    transition: all 500ms ease 0s;
}

.service-block .inner-box:hover .arrow {
    left: 0%;
    margin-left: 0px;
}

.service-block .inner-box:hover .arrow {
    border-radius: 0px 0px 0px 15px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 96, 255);
}

.services-section-two {
    position: relative;
    overflow: hidden;
    padding-bottom: 70px;
}

.services-section-two.margin-top {
    margin-top: 110px;
}

section.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: rgb(51, 51, 51);
}

.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;
    border-radius: 6px;
    background-color: rgb(245, 245, 245);
}

.service-block-two .inner-box .shape-one {
    content: "";
    width: 250px;
    height: 250px;
    background: rgb(0, 96, 255);
    border-radius: 50%;
    position: absolute;
    top: -120px;
    opacity: 0.4;
    right: -120px;
    transform: scale(0);
    transition: all 600ms ease 0s;
}

.service-block-two .inner-box:hover .shape-one {
    transform: scale(1);
    transition-delay: 300ms;
}

.service-block-two .inner-box .shape-two {
    content: "";
    width: 373px;
    height: 373px;
    background: rgb(0, 96, 255);
    border-radius: 50%;
    position: absolute;
    top: -180px;
    right: -180px;
    z-index: 1;
    opacity: 0;
    transform: scale(0);
    transition: all 600ms ease 0s;
}

.service-block-two .inner-box:hover .shape-two {
    opacity: 0.4;
    transform: scale(1);
    transition-delay: 600ms;
}

.service-block-two .inner-box::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    opacity: 0;
    background-color: rgb(20, 29, 56);
    transition: all 600ms ease 0s;
}

.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: rgb(0, 96, 255);
    transition: all 300ms ease 0s;
}

.service-block-two .inner-box .icon-box .icon {
    position: relative;
}

.service-block-two .inner-box h5 {
    position: relative;
    z-index: 2;
    color: rgb(34, 34, 34);
    font-weight: 600;
    line-height: 1.3em;
    margin: 20px 0px 15px;
}

.service-block-two .inner-box h5 a {
    position: relative;
    color: rgb(34, 34, 34);
    transition: all 300ms ease 0s;
}

.service-block-two .inner-box h5 a:hover, .service-block-two .inner-box .read-more:hover {
    color: rgb(255, 3, 3);
}

.service-block-two .inner-box .text {
    position: relative;
    color: rgb(34, 34, 34);
    z-index: 2;
    font-size: 16px;
    line-height: 1.8em;
    transition: all 300ms ease 0s;
}

.service-block-two .inner-box:hover .icon-box, .service-block-two .inner-box:hover h5 a, .service-block-two .inner-box:hover .text {
    color: rgb(255, 255, 255);
}

.call-to-action-section {
    position: relative;
    overflow: hidden;
    padding: 85px 0px;
    background-color: rgb(0, 96, 255);
    background-position: right center;
    background-repeat: no-repeat;
}

.call-to-action-section .heading-column {
    position: relative;
}

.call-to-action-section .heading-column .inner-column {
    position: relative;
}

.call-to-action-section .heading-column h2 {
    position: relative;
    color: rgb(255, 255, 255);
    line-height: 1.3em;
    font-weight: 700;
}

.call-to-action-section .button-column {
    position: relative;
}

.call-to-action-section .button-column .inner-column {
    position: relative;
    text-align: right;
    padding-top: 20px;
}

.cases-section {
    position: relative;
    padding: 110px 0px 100px;
    overflow: hidden;
}

.case-block {
    position: relative;
    margin-bottom: 30px;
}

.case-block .inner-box {
    position: relative;
}

.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;
    inset: 0px;
    transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
    transform: scale(0, 1);
    transform-origin: right center;
}

.case-block .inner-box:hover .overlay-box {
    transform: scale(1, 1);
    transform-origin: left center;
}

.case-block .inner-box .image .overlay-box::before {
    position: absolute;
    content: "";
    inset: 0px;
    z-index: 1;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(28, 44, 82) 100%);
}

.case-block .inner-box .image .overlay-box .search-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    color: rgb(0, 96, 255);
    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: rgb(255, 255, 255);
    transition: all 300ms ease 0s;
}

.case-block .inner-box .image .overlay-box .search-icon:hover {
    background-color: rgb(0, 96, 255);
    color: rgb(255, 255, 255);
}

.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: rgb(255, 255, 255);
    transition: all 300ms ease 0s;
}

.case-block .inner-box .image .overlay-box .content h4 a:hover {
    color: rgb(0, 96, 255);
}

.case-block .inner-box .image .overlay-box .content .category {
    position: relative;
    margin-top: 5px;
    color: rgb(255, 255, 255);
}

.case-block .inner-box .image .overlay-box .arrow {
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: rgb(255, 255, 255);
    width: 60px;
    height: 60px;
    z-index: 1;
    font-size: 22px;
    text-align: center;
    line-height: 60px;
    background-color: rgb(0, 96, 255);
}

.cases-section .section-text {
    position: relative;
    margin-top: 25px;
    color: rgb(0, 96, 255);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.sponsors-section {
    position: relative;
}

.sponsors-section::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    height: 50%;
}

.sponsors-section .carousel-outer {
    position: relative;
    padding: 30px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.sponsors-section .owl-dots {
    display: none;
}

.sponsors-section .owl-nav {
    position: absolute;
    left: -40px;
    top: 35px;
    right: -30px;
}

.sponsors-section .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    width: 30px;
    height: 100px;
    color: rgb(85, 85, 85);
    font-size: 20px;
    text-align: center;
    line-height: 98px;
    margin-left: 10px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid rgb(85, 85, 85);
    transition: all 300ms ease 0s;
    background-color: rgb(255, 255, 255);
}

.sponsors-section .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    width: 30px;
    height: 100px;
    color: rgb(85, 85, 85);
    font-size: 20px;
    text-align: center;
    line-height: 98px;
    margin-left: 10px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid rgb(85, 85, 85);
    transition: all 300ms ease 0s;
    background-color: rgb(255, 255, 255);
}

.sponsors-section .owl-nav .owl-prev:hover, .sponsors-section .owl-nav .owl-next:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(85, 85, 85);
    border-color: rgb(85, 85, 85);
}

.sponsors-section .owl-carousel .owl-stage-outer {
    padding: 20px 0px;
}

.sponsors-section .owl-theme .image-box {
    margin: 0px 15px;
}

.sponsors-section .owl-carousel {
    margin: 0px -15px;
    width: auto;
}

.sponsors-section .image-box {
    position: relative;
    text-align: center;
    transition: all 300ms ease 0s;
}

.sponsors-section .image-box img {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 100%;
    opacity: 0.4;
    transition: all 300ms ease 0s;
    filter: grayscale(100%);
}

.sponsors-section .image-box img:hover {
    opacity: 1;
    filter: grayscale(100%);
}

.sponsors-section.style-two {
    border-bottom: 1px solid rgb(221, 221, 221);
}

.sponsors-section.style-two .carousel-outer {
    box-shadow: none;
    padding-left: 0px;
    padding-right: 0px;
}

.sponsors-section.style-two::before {
    display: none;
}

.sponsors-section.style-two .owl-nav, .sponsors-section.style-two .owl-dots {
    display: none;
}

.sponsors-section.style-three::before {
    display: none;
}

.sponsors-section.style-three .sec-title .text {
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 40px;
}

.testimonial-section {
    position: relative;
    padding: 110px 0px 100px;
}

.testimonial-section .sec-title .text {
    margin-top: 40px;
}

.testimonial-section .owl-carousel .owl-stage-outer {
    padding: 20px 0px;
}

.testimonial-section .owl-theme .testimonial-block {
    margin: 0px 15px;
}

.testimonial-section .owl-carousel {
    margin: 0px -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: 0px;
    margin-left: 10px;
    display: inline-block;
    background-color: rgb(0, 0, 85);
    transition: all 0.3s ease 0s;
}

.testimonial-section .owl-dots .owl-dot.active, .testimonial-section .owl-dots .owl-dot:hover {
    width: 30px;
    background-color: rgb(2, 74, 194);
}

.testimonial-section .lower-text {
    position: relative;
    color: rgb(85, 85, 85);
    font-size: 16px;
    font-weight: 700;
}

.testimonial-section .lower-text a {
    position: relative;
    color: rgb(2, 74, 194);
}

.testimonial-block {
    position: relative;
    margin-bottom: 30px;
}

.testimonial-block .inner-box {
    position: relative;
    padding: 50px;
    margin-left: 20px;
    margin-top: 20px;
    background-position: right top;
    background-repeat: no-repeat;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 20px;
}

.testimonial-block .inner-box::before {
    position: absolute;
    content: "";
    inset: -20px 20px 20px -20px;
    z-index: -1;
    border: 2px solid rgb(203, 203, 203);
}

.testimonial-block .inner-box .upper-box {
    position: relative;
    padding-top: 17px;
    padding-left: 115px;
}

.testimonial-block .inner-box .upper-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
}

.testimonial-block .inner-box .upper-box h4 {
    position: relative;
    color: rgb(20, 29, 56);
    font-weight: 600;
}

.testimonial-block .inner-box .upper-box .designation {
    position: relative;
    color: rgb(85, 85, 85);
    font-size: 16px;
}

.testimonial-block .inner-box .text {
    position: relative;
    margin-top: 35px;
    color: rgb(85, 85, 85);
    font-size: 16px;
    line-height: 1.9em;
    font-weight: 500;
}

.technology-section {
    position: relative;
    padding: 110px 0px 70px;
}

.technology-section .title-column {
    position: relative;
}

.technology-section .title-column .inner-column {
    position: relative;
    padding-top: 30px;
}

.technology-section::before {
    position: absolute;
    content: "";
    inset: 0px;
    background-color: rgba(20, 29, 56, 0.95);
}

.technology-section .pattern-layer-one {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat;
}

.technology-section .pattern-layer-two {
    position: absolute;
    right: 0px;
    top: 0px;
    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 0s;
}

.technology-block .inner-box .overlay-link {
    position: absolute;
    inset: 0px;
    display: block;
    z-index: 1;
}

.technology-block .inner-box .icon-box {
    position: relative;
    color: rgb(0, 96, 255);
    font-size: 64px;
    line-height: 1em;
    transition: all 0.3s ease 0s;
}

.technology-block .inner-box:hover .icon-box {
    transform: rotateY(180deg);
}

.technology-block .inner-box h6 {
    position: relative;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-top: 18px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.technology-block .inner-box:hover {
    border-color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
}

.technology-block .inner-box:hover .icon-box {
    color: rgb(0, 96, 255);
}

.technology-block .inner-box:hover h6 {
    color: rgb(0, 0, 85);
}

.technology-section.style-two .technology-block {
    width: 20%;
    padding: 0px 15px;
}

.technology-section.style-two .technology-block h6 {
    text-transform: capitalize;
}

.team-section {
    position: relative;
    padding: 110px 0px 70px;
}

.team-section .sec-title .text {
    margin-top: 40px;
}

.team-section .team-block {
    padding: 0px;
    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: rgb(0, 96, 255);
}

.team-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
}

.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;
    text-align: right;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    border-left: 2px solid rgb(0, 96, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
}

.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: rgb(20, 29, 56);
}

.team-block .inner-box .lower-box .designation {
    position: relative;
    color: rgb(85, 85, 85);
    font-size: 14px;
    margin-top: 5px;
}

.team-block .inner-box .lower-box .social-box {
    position: absolute;
    left: -40px;
    top: 0px;
    width: 30px;
    opacity: 0;
    background-color: rgb(0, 96, 255);
    transition: all 0.3s ease 0s;
}

.team-block .inner-box .lower-box .social-box li {
    position: relative;
    padding: 4.1px 0px;
    text-align: center;
}

.team-block .inner-box .lower-box .social-box li a {
    position: relative;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}

.team-block .inner-box .lower-box .social-box li a:hover {
    color: rgb(20, 29, 56);
}

.team-block .inner-box:hover .lower-box .social-box {
    left: 0px;
    opacity: 1;
}

.news-section {
    position: relative;
    padding: 110px 0px 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: rgb(66, 124, 255);
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    border: 1px solid rgb(234, 234, 234);
}

.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: rgb(0, 96, 255);
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 18px;
    padding-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(204, 204, 204);
}

.news-block .inner-box .lower-content .post-date span {
    position: relative;
    font-size: 14px;
    color: rgb(20, 29, 56);
}

.news-block .inner-box .lower-content .post-meta {
    position: relative;
}

.news-block .inner-box .lower-content .post-meta li {
    position: relative;
    color: rgb(66, 124, 255);
    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: 0px;
    top: 1px;
    color: rgb(20, 29, 56);
    font-size: 15px;
    margin-right: 6px;
}

.news-block .inner-box .lower-content h4 {
    position: relative;
    line-height: 1.4em;
    font-weight: 400;
    margin-top: 12px;
}

.news-block .inner-box .lower-content h4 a {
    position: relative;
    color: rgb(20, 29, 56);
    transition: all 0.3s ease 0s;
}

.news-block .inner-box .lower-content h4 a:hover {
    color: rgb(0, 96, 255);
}

.news-block .inner-box .lower-content .text {
    position: relative;
    line-height: 1.8em;
    font-weight: 400;
    margin-top: 12px;
    color: rgb(85, 85, 85);
    font-size: 15px;
    margin-bottom: 12px;
}

.news-block .inner-box .lower-content .read-more {
    position: relative;
    line-height: 1.4em;
    font-weight: 700;
    color: rgb(20, 29, 56);
    font-size: 14px;
    transition: all 0.3s ease 0s;
    font-family: Montserrat, sans-serif;
    margin-top: 30px;
    display: inline-block;
}

.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: rgb(0, 96, 255);
}

.main-footer {
    position: relative;
    padding: 110px 0px 0px;
    background: radial-gradient(circle at center center, rgb(2, 70, 183) 0%, rgb(19, 30, 60) 100%);
}

.main-footer.style-two {
    background-image: none;
    background-color: rgb(20, 29, 56);
}

.main-footer .pattern-layer-one {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat;
}

.main-footer .pattern-layer-two {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
}

.main-footer .pattern-layer-three {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 283px;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

.main-footer .pattern-layer-four {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 283px;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

.main-footer .footer-widget {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.main-footer .widgets-section {
    position: relative;
    padding-bottom: 40px;
}

.main-footer .footer-widget h5 {
    position: relative;
    font-weight: 400;
    color: rgb(255, 255, 255);
    line-height: 1.2em;
    margin-bottom: 25px;
    padding-bottom: 20px;
    text-transform: capitalize;
    font-size: 18px;
}

.main-footer .footer-widget h5::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 30px;
    background-color: rgb(255, 255, 255);
}

.main-footer .logo-widget {
    position: relative;
}

.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 25px;
}

.main-footer .logo-widget .text {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 14px;
    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: rgb(255, 255, 255);
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    background-color: rgb(0, 96, 255);
    transition: all 300ms ease 0s;
}

.main-footer .logo-widget .social-box li a:hover {
    background-color: rgb(20, 29, 56);
}

.list-link {
    position: relative;
}

.list-link li {
    position: relative;
    margin-bottom: 12px;
}

.list-link li a {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding-left: 15px;
    font-weight: 500;
    transition: all 300ms ease 0s;
    text-transform: capitalize;
}

.list-link li a:hover {
    text-decoration: line-through;
}

.list-link li a::before {
    position: absolute;
    content: "ï„";
    left: 0px;
    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 rgb(10, 51, 125);
}

.main-footer .news-widget .post:last-child {
    margin-bottom: 0px;
    border: none;
    min-height: auto;
}

.main-footer .news-widget .post .thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    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: rgb(255, 255, 255);
    line-height: 1.6em;
    font-weight: 600;
    top: -4px;
    font-size: 15px;
}

.main-footer .news-widget .post h6 a {
    color: rgb(255, 255, 255);
    transition: all 300ms ease 0s;
}

.main-footer .news-widget .post h6 a:hover {
}

.main-footer .news-widget .post .date {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1.3em;
    color: rgb(255, 255, 255);
    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: rgb(255, 255, 255);
    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: 0px;
    top: 4px;
    font-size: 44px;
    line-height: 1em;
    color: rgb(255, 255, 255);
}

.main-footer .contact-widget ul li a {
    position: relative;
    color: rgb(255, 255, 255);
    transition: all 300ms ease 0s;
}

.main-footer .contact-widget ul li a:hover {
    color: rgb(0, 96, 255);
}

.main-footer .footer-bottom {
    position: relative;
    padding: 20px 0px;
    border-top: 1px solid rgb(3, 69, 179);
}

.main-footer .footer-bottom .copyright {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 500;
}

.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 rgb(255, 255, 255);
}

.main-footer .footer-nav li a {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 500;
}

.main-footer .footer-nav li:last-child {
    position: relative;
    margin-right: 0px;
    padding-right: 0px;
    border: none;
}

.main-footer.style-two .logo-widget .social-box li a:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(20, 29, 56);
}

.main-footer.style-two .news-widget .post h6 a:hover, .main-footer.style-two .list-link li a:hover {
}

.main-footer.style-three {
    background-image: none;
    background-color: rgb(0, 0, 0);
}

.main-footer.style-three .footer-bottom {
    border: none;
    background-color: rgb(0, 96, 255);
}

.banner-section-two {
    position: relative;
    padding: 250px 0px 0px;
    background-color: rgb(14, 10, 49);
}

.banner-section-two .pattern-layer-one {
    position: absolute;
    left: 0px;
    top: 100px;
    width: 825px;
    height: 848px;
    background-repeat: no-repeat;
}

.banner-section-two .pattern-layer-two {
    position: absolute;
    left: 0px;
    bottom: -450px;
    width: 100%;
    height: 671px;
    margin-left: -60px;
    background-repeat: repeat-x;
}

.banner-section-two .pattern-layer-three {
    position: absolute;
    left: 0px;
    bottom: 0px;
    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: rgb(255, 255, 255);
    padding-left: 90px;
    font-weight: 700;
    font-size: 18px;
    padding-top: 20px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}

.banner-section-two .content-column .video-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    color: rgb(0, 96, 255);
    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 0s;
    background-color: rgb(255, 255, 255);
}

.banner-section-two .content-column .video-box .overlay-box span {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    z-index: 99;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    padding-left: 7px;
    background-color: rgb(255, 255, 255);
    display: inline-block;
    margin-top: -30px;
    margin-left: -30px;
    transition: all 900ms ease 0s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
}

.banner-section-two .content-column .video-box .ripple, .banner-section-two .content-column .video-box .ripple::before, .banner-section-two .content-column .video-box .ripple::after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60px;
    width: 60px;
    margin-left: 0.5px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 0px 0px;
    animation: 3s ease 0s infinite normal none running ripple;
}

.banner-section-two .content-column .video-box .ripple::before {
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.banner-section-two .content-column .video-box .ripple::after {
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 70px;
    }

    100% {
        box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 0px;
    }
}

@keyframes ripple {
    70% {
        box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 70px;
    }

    100% {
        box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 0px;
    }
}

.banner-section-two .content-column .inner-column {
    position: relative;
    padding-top: 150px;
    padding-bottom: 60px;
}

.banner-section-two .content-column .title {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: capitalize;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
    transition: all 1000ms ease 0s;
}

.banner-section-two .active .content-column .title {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 300ms;
}

.banner-section-two .content-column h1 {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 44px;
    font-weight: 800;
    line-height: 1.3em;
    font-family: Montserrat, sans-serif;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
    transition: all 1000ms ease 0s;
}

.banner-section-two .active .content-column h1 {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 600ms;
}

.banner-section-two .content-column .text {
    position: relative;
    color: rgb(255, 255, 255);
    font-weight: 400;
    line-height: 1.7em;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 35px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
    transition: all 1000ms ease 0s;
}

.banner-section-two .active .content-column .text {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 900ms;
}

.banner-section-two .content-column .play-box {
    margin-top: 35px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
    transition: all 1000ms ease 0s;
}

.banner-section-two .active .content-column .play-box {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 1200ms;
}

.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: center top;
    transition: all 1000ms ease 0s;
}

.banner-section-two .active .image-column .image {
    opacity: 1;
    transform: scaleX(1);
    transition-delay: 300ms;
}

.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;
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

.banner-section-two .owl-dots .owl-dot::before {
    position: absolute;
    content: "";
    inset: 0px;
    opacity: 0;
    border-radius: 50px;
    border: 3px solid rgb(204, 43, 94);
    transition: all 0.3s ease 0s;
}

.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: 0px;
    top: 50%;
    z-index: 1;
    width: 100%;
    opacity: 0;
    margin-top: -10px;
    transition: all 0.3s ease 0s;
}

.banner-section-two:hover .owl-nav {
    opacity: 1;
}

.banner-section-two .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    width: 60px;
    height: 60px;
    color: rgb(255, 255, 255);
    line-height: 56px;
    font-size: 24px;
    text-align: center;
    border-radius: 50px;
    transition: all 500ms ease 0s;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.banner-section-two .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    font-size: 24px;
    width: 60px;
    height: 60px;
    color: rgb(255, 255, 255);
    line-height: 56px;
    border-radius: 50px;
    text-align: center;
    transition: all 500ms ease 0s;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.banner-section-two .owl-nav .owl-prev:hover, .banner-section-two .owl-nav .owl-next:hover {
    color: rgb(0, 96, 255);
    border-color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
}

.experiance-section {
    position: relative;
    padding: 110px 0px;
    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;
    font-size: 18px;
    background: none rgb(255, 255, 255);
    color: rgb(14, 10, 49);
    font-weight: 800;
    line-height: 24px;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    margin: 0px 10px 30px;
    display: inline-block;
    padding: 45px 0px 20px;
    border-radius: 12px;
    border: 1px solid rgb(204, 204, 204);
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}

.experiance-tabs .tab-btns .tab-btn::before {
    position: absolute;
    content: "";
    inset: -1px;
    z-index: -1;
    opacity: 0;
    transition: all 500ms ease 0s;
    background: radial-gradient(circle at center center, rgb(2, 70, 183) 0%, rgb(19, 30, 60) 100%);
}

.experiance-tabs .tab-btns .tab-btn .icon {
    position: relative;
    display: block;
    color: rgb(20, 108, 255);
    font-size: 74px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 15px;
    transition: all 500ms ease 0s;
}

.experiance-tabs .tab-btns .tab-btn.active-btn .icon, .experiance-tabs .tab-btns .tab-btn:hover .icon {
    color: rgb(255, 255, 255);
}

.experiance-tabs .tab-btns .tab-btn:hover::before, .experiance-tabs .tab-btns .tab-btn.active-btn::before {
    opacity: 1;
}

.experiance-tabs .tab-btns .tab-btn:hover, .experiance-tabs .tab-btns .tab-btn.active-btn {
    color: rgb(255, 255, 255);
    border-color: rgb(13, 16, 62);
}

.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: rgb(0, 96, 255);
    font-weight: 600;
    margin-bottom: 10px;
}

.experiance-tabs .tabs-content .text {
    position: relative;
    color: rgb(34, 34, 34);
    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 0px 30px 60px;
}

.counter-section .inner-container::before {
    position: absolute;
    content: "";
    inset: 0px -200px 0px 0px;
    border-radius: 15px;
    background-color: rgb(231, 240, 255);
}

.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: 0px;
    top: 10px;
    color: rgb(187, 187, 187);
    font-size: 60px;
    text-align: center;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 0px;
    transition: all 0.3s ease 0s;
}

.fact-counter .count-outer .percentage {
    display: inline-block;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 54px;
    line-height: 1em;
}

.fact-counter .column .inner .count-outer {
    position: relative;
    color: rgb(14, 10, 49);
    font-size: 48px;
    line-height: 1em;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}

.fact-counter .column .inner .counter-title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    color: rgb(0, 96, 255);
}

.about-section-two {
    position: relative;
    margin-top: -100px;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 80px;
}

.about-section-two::before {
    position: absolute;
    content: "";
    inset: 0px;
    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: 0px 90px 90px;
}

.about-section-two .image-column .inner-column .circle-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 650px;
    height: 650px;
    background-repeat: no-repeat;
}

.about-section-two .image-column .inner-column .image {
    position: relative;
    overflow: hidden;
    border: 15px solid rgb(255, 255, 255);
    border-radius: 0px 0px 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: 0px;
}

.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: rgb(255, 255, 255);
}

.skills .skill-item .skill-bar .bar-inner .bar::before {
    position: absolute;
    content: "";
    right: -6px;
    top: -4px;
    width: 12px;
    height: 12px;
    border: 1px solid rgb(255, 255, 255);
    background-color: rgb(14, 10, 49);
}

.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 5px;
    width: 0px;
    border-bottom: 5px solid rgb(14, 10, 49);
    transition: all 2000ms ease 0s;
}

.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 12px;
}

.skills .skill-item .skill-header .skill-title {
    position: relative;
    float: left;
    color: rgb(255, 255, 255);
    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: rgb(255, 255, 255);
    font-size: 16px;
    text-transform: uppercase;
}

.process-section {
    position: relative;
    padding: 100px 0px 50px;
}

.process-section .pattern-layer-one {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 911px;
    height: 579px;
    background-repeat: no-repeat;
}

.process-section .pattern-layer-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 722px;
    height: 579px;
    background-repeat: no-repeat;
}

.process-block {
    position: relative;
}

.process-block .inner-box {
    position: relative;
    padding: 0px 30px 40px;
}

.process-block .inner-box::before {
    position: absolute;
    content: "";
    inset: 35px 0px 60px;
    z-index: -1;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
    transition: all 600ms ease 0s;
}

.process-block .inner-box:hover::before {
    bottom: 0px;
}

.process-block .inner-box .number-box {
    position: relative;
    width: 70px;
    height: 70px;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 50px;
    line-height: 72px;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px;
    display: inline-block;
    background-color: rgb(225, 225, 225);
    transition: all 0.3s ease 0s;
}

.process-block .inner-box:hover .number-box {
    background-color: rgb(0, 96, 255);
}

.process-block .inner-box .number-box::before {
    position: absolute;
    content: "";
    inset: 0px;
    z-index: -1;
    border-radius: 50%;
    background-color: rgb(225, 225, 225);
    transition: all 0.3s ease 0s;
}

.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: 15px;
    font-size: 20px;
}

.process-block .inner-box h4 a {
    position: relative;
    color: rgb(20, 29, 56);
    transition: all 0.3s ease 0s;
}

.process-block .inner-box h4 a:hover {
    color: rgb(0, 96, 255);
}

.process-block .inner-box .text {
    position: relative;
    color: rgb(85, 85, 85);
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 600;
    margin-bottom: 20px;
}

.process-block .inner-box .read-more {
    position: relative;
    color: rgb(0, 96, 255);
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
    transition: all 0.3s ease 0s;
    font-family: Montserrat, sans-serif;
}

.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 0px 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: rgb(0, 96, 255);
    border-radius: 0px 0px 150px 150px;
    transition: all 600ms ease 0s;
}

.team-block-two .inner-box:hover .image {
    border-radius: 150px 150px 0px 0px;
}

.team-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
}

.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: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
}

.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: rgb(20, 29, 56);
}

.team-block-two .inner-box .lower-box .designation {
    position: relative;
    color: rgb(85, 85, 85);
    font-size: 14px;
    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: rgb(0, 96, 255);
    transition: all 0.3s ease 0s;
    transform: translateX(-50%);
}

.team-block-two .inner-box .lower-box .social-box li {
    position: relative;
    padding: 0px 6px;
    text-align: center;
    display: inline-block;
}

.team-block-two .inner-box .lower-box .social-box li a {
    position: relative;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}

.team-block-two .inner-box .lower-box .social-box li a:hover {
    color: rgb(20, 29, 56);
}

.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: 0px;
    top: 0px;
    right: 0px;
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
}

.appointment-section .image-layer::before {
    position: absolute;
    content: "";
    inset: 0px;
    background-color: rgba(0, 96, 255, 0.9);
}

.appointment-section .inner-container {
    position: relative;
    z-index: 1;
    padding: 65px 0px;
}

.appointment-section .inner-container::before {
    position: absolute;
    content: "";
    inset: 0px 0px 0px 250px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
}

.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: 0px;
    padding-left: 20px;
}

.appointment-section .form-column h4 {
    position: relative;
    color: rgb(20, 29, 56);
    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;
}

.ui-selectmenu-button.ui-button, .appointment-form .form-group input[type="text"], .appointment-form .form-group input[type="email"], .appointment-form .form-group input[type="tel"], .appointment-form .form-group input[type="url"], .appointment-form .form-group textarea, .appointment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: rgb(136, 136, 136);
    font-weight: 400;
    padding: 14px 22px;
    border-radius: 4px;
    z-index: 1;
    height: 60px;
    border: 1px solid rgb(215, 215, 215);
    background-color: rgb(255, 255, 255);
    transition: all 300ms ease 0s;
}

.appointment-form .form-group input:focus, .appointment-form .form-group select:focus, .appointment-form .form-group textarea:focus {
    border-color: rgb(0, 96, 255);
}

.appointment-form .form-group textarea {
    height: 150px;
    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: rgb(0, 96, 255);
}

.news-section-two {
    position: relative;
    padding: 110px 0px;
}

.news-section-two .owl-dots {
    position: relative;
    display: none;
}

.news-section-two .owl-nav {
    position: absolute;
    right: 0px;
    top: -90px;
}

.news-section-two .owl-nav .owl-prev, .news-section-two .owl-nav .owl-next {
    position: relative;
    width: 50px;
    height: 50px;
    color: rgb(20, 29, 56);
    font-size: 22px;
    border-radius: 3px;
    line-height: 44px;
    text-align: center;
    margin-left: 15px;
    display: inline-block;
    border: 2px solid rgb(20, 29, 56);
    transition: all 300ms ease 0s;
}

.news-section-two .owl-nav .owl-prev:hover, .news-section-two .owl-nav .owl-next:hover {
    background-color: rgb(20, 29, 56);
    border-color: rgb(20, 29, 56);
    color: rgb(255, 255, 255);
}

.news-section-two .inner-container {
    position: relative;
    padding-right: 0px;
}

.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: rgb(255, 255, 255);
    width: 70px;
    height: 70px;
    font-size: 24px;
    text-align: center;
    font-weight: 800;
    z-index: 1;
    padding-top: 14px;
    background-color: rgb(0, 96, 255);
}

.news-block-two .inner-box .image-column .post-date span {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.news-block-two .inner-box .image-column .inner-column {
    position: relative;
}

.news-block-two .inner-box .image-column .image {
    position: relative;
    background-color: rgb(0, 96, 255);
    transition: all 300ms ease 0s;
}

.news-block-two .inner-box .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 300ms ease 0s;
}

.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: rgb(20, 29, 56);
    transition: all 300ms ease 0s;
}

.news-block-two .inner-box .content-column h4 a:hover {
    color: rgb(0, 96, 255);
}

.news-block-two .inner-box .content-column .text {
    position: relative;
    color: rgb(85, 85, 85);
    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 rgb(204, 204, 204);
}

.news-block-two .inner-box .content-column .post-meta li {
    position: relative;
    color: rgb(34, 34, 34);
    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: rgb(0, 96, 255);
    font-size: 15px;
    margin-right: 8px;
}

.banner-section-three {
    position: relative;
    overflow: hidden;
}

.banner-section-three .color-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(19, 33, 68) 100%);
}

.banner-section-three .slide {
    position: relative;
    overflow: hidden;
    padding-top: 300px;
    padding-bottom: 280px;
}

.banner-section-three .pattern-layer-one {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 728px;
    height: 976px;
    z-index: 10;
    opacity: 0;
    transform: translateX(500px);
    background-position: right top;
    background-repeat: no-repeat;
    transition: all 900ms ease 0s;
}

.banner-section-three .active .pattern-layer-one {
    opacity: 1;
    transform: translateX(0px);
}

.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: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 1.1em;
    opacity: 0;
    font-size: 60px;
    transform: scaleY(0);
    transform-origin: center top;
    transition: all 1000ms ease 0s;
}

.banner-section-three .active .content-column h1 {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 600ms;
}

.banner-section-three .content-column .text {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 24px;
    line-height: 1.6em;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 500;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
    transition: all 1000ms ease 0s;
}

.banner-section-three .active .content-column .text {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 900ms;
}

.banner-section-three .content-column .button-box {
    margin-top: 35px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
    transition: all 1000ms ease 0s;
}

.banner-section-three .active .content-column .button-box {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 1200ms;
}

.banner-section-three .content-column .theme-btn {
    margin-right: 15px;
}

.banner-section-three .owl-dots {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 40px;
    text-align: center;
}

.banner-section-three .owl-dots .owl-dot {
    position: relative;
    width: 30px;
    height: 6px;
    border-radius: 0px;
    margin: 0px 5px;
    display: inline-block;
    background-color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}

.banner-section-three .owl-dots .owl-dot.active, .banner-section-three .owl-dots .owl-dot:hover {
    background-color: rgb(20, 29, 56);
}

.banner-section-three .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 99999;
    width: 100%;
    opacity: 0;
    margin-top: -10px;
    transition: all 0.3s ease 0s;
}

.banner-section-three:hover .owl-nav {
    opacity: 1;
}

.banner-section-three .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    width: 60px;
    height: 60px;
    color: rgb(255, 255, 255);
    line-height: 56px;
    font-size: 24px;
    text-align: center;
    border-radius: 50px;
    transition: all 500ms ease 0s;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.banner-section-three .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    font-size: 24px;
    width: 60px;
    height: 60px;
    color: rgb(255, 255, 255);
    line-height: 56px;
    border-radius: 50px;
    text-align: center;
    transition: all 500ms ease 0s;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.banner-section-three .owl-nav .owl-prev:hover, .banner-section-three .owl-nav .owl-next:hover {
    color: rgb(21, 67, 197);
    border-color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
}

.services-section-three {
    position: relative;
    overflow: hidden;
    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: 35px 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
}

.service-block-three .inner-box::before {
    position: absolute;
    content: "";
    inset: 0px;
    background-color: rgb(0, 96, 255);
    transition: all 900ms ease 0s;
    transform: rotateY(90deg);
}

.service-block-three .inner-box:hover::before {
    transform: rotateY(0deg);
}

.service-block-three .inner-box .content {
    position: relative;
}

.service-block-three .inner-box .service-number {
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: rgb(221, 221, 221);
    font-size: 60px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    transition: all 900ms ease 0s;
}

.service-block-three .inner-box h4 {
    position: relative;
    line-height: 1.4em;
    font-weight: 700;
    font-size: 27px;
}

.service-block-three .inner-box h4 a {
    position: relative;
    color: rgb(34, 34, 34);
    transition: all 900ms ease 0s;
}

.service-block-three .inner-box .text {
    position: relative;
    color: rgb(85, 85, 85);
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 30px;
    transition: all 900ms ease 0s;
}

.service-block-three .inner-box .more-detail {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 18px;
    font-weight: 700;
    transition: all 900ms ease 0s;
}

.service-block-three .inner-box:hover h4 a, .service-block-three .inner-box:hover .text, .service-block-three .inner-box:hover .more-detail, .service-block-three .inner-box:hover .service-number {
    color: rgb(255, 255, 255);
}

.fluid-section-one {
    position: relative;
    padding: 110px 0px 120px;
}

.fluid-section-one .outer-container {
    position: relative;
    min-height: 250px;
}

.fluid-section-one .image-column {
    position: absolute;
    right: 0px;
    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: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%);
}

.fluid-section-one .image-column .image-box {
    position: relative;
    display: none;
}

.fluid-section-one .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.fluid-section-one .content-column {
    position: relative;
    float: left;
    width: 50%;
    z-index: 1;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: rgb(20, 29, 56);
    border-radius: 0px 50px 50px 0px;
}

.fluid-section-one .content-column .inner-column::before {
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    width: 150%;
    bottom: 0px;
    border-radius: 0px 50px 50px 0px;
}

.fluid-section-one .content-column .inner-column {
    position: relative;
    max-width: 600px;
    width: 100%;
    float: right;
    padding: 110px 45px 100px 15px;
}

.fluid-section-one .content-column .sec-title .text {
    font-size: 16px;
}

.feature-block-three {
    position: relative;
}

.feature-block-three .inner-box {
    position: relative;
}

.feature-block-three .inner-box::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 68px;
    height: 73px;
    transition: all 900ms ease 0s;
    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: rgb(255, 255, 255);
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 35px;
}

.feature-block-three .inner-box .number {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 18px;
}

.feature-block-three .inner-box .feature-text {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
}

.news-section-three {
    position: relative;
    padding: 100px 0px;
}

.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;
    border-radius: 0px;
    margin: 0px 5px;
    display: inline-block;
    background-color: rgb(235, 235, 235);
    transition: all 0.3s ease 0s;
}

.news-section-three .owl-dots .owl-dot.active, .news-section-three .owl-dots .owl-dot:hover {
    width: 35px;
    background-color: rgb(83, 83, 83);
}

.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: rgb(66, 124, 255);
}

.news-block-three .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
}

.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: 0px;
    top: 20px;
    transition: all 500ms ease 0s;
}

.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: rgb(0, 96, 255);
    font-size: 35px;
    line-height: 68px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(225, 225, 225);
}

.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: rgb(20, 29, 56);
    transition: all 0.3s ease 0s;
}

.news-block-three .inner-box .lower-content h4 a:hover {
    color: rgb(0, 96, 255);
}

.news-block-three .inner-box .lower-content .text {
    position: relative;
    line-height: 1.8em;
    font-weight: 500;
    margin-top: 12px;
    color: rgb(85, 85, 85);
    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: rgb(20, 29, 56);
    font-size: 14px;
    transition: all 0.3s ease 0s;
    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: rgb(0, 96, 255);
}

.news-block-three.style-two .inner-box .lower-content {
    padding-top: 0px;
    padding-bottom: 25px;
}

.call-to-action-section-two {
    position: relative;
    overflow: hidden;
}

.call-to-action-section-two .inner-container {
    position: relative;
    padding: 40px 240px 40px 360px;
}

.call-to-action-section-two .inner-container::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 200%;
    bottom: 0px;
    background-color: rgb(0, 96, 255);
    border-radius: 10px 0px 0px 10px;
}

.call-to-action-section-two .inner-container .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 300px;
    overflow: hidden;
    border-radius: 10px 0px 0px 10px;
}

.call-to-action-section-two .inner-container h3 {
    position: relative;
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 1.5em;
}

.call-to-action-section-two .inner-container .theme-btn {
    position: absolute;
    right: 0px;
    top: 55px;
}

.cases-section-two {
    position: relative;
    padding: 110px 0px 60px;
    background-color: rgb(245, 245, 245);
}

.cases-section-two .owl-dots {
    position: relative;
    display: none;
}

.cases-section-two .owl-nav {
    position: absolute;
    left: 50%;
    top: -90px;
    width: 100%;
    max-width: 1170px;
    margin-left: -585px;
    text-align: right;
}

.cases-section-two .owl-nav .owl-prev, .cases-section-two .owl-nav .owl-next {
    position: relative;
    width: 50px;
    height: 50px;
    color: rgb(0, 0, 0);
    font-size: 22px;
    border-radius: 50px;
    line-height: 44px;
    text-align: center;
    margin-left: 15px;
    display: inline-block;
    border: 2px solid rgb(205, 205, 205);
    transition: all 300ms ease 0s;
}

.cases-section-two .owl-nav .owl-prev:hover, .cases-section-two .owl-nav .owl-next:hover {
    border-color: rgb(0, 96, 255);
    color: rgb(0, 96, 255);
}

.case-block-two {
    position: relative;
    margin-bottom: 30px;
}

.case-block-two .inner-box {
    position: relative;
}

.case-block-two .inner-box .image {
    position: relative;
}

.case-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.case-block-two .inner-box .image .overlay-box {
    position: absolute;
    inset: 0px;
    transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
    transform: scale(0, 1);
    transform-origin: right center;
}

.case-block-two .inner-box:hover .overlay-box {
    transform: scale(1, 1);
    transform-origin: left center;
}

.case-block-two .inner-box .image .overlay-box::before {
    position: absolute;
    content: "";
    inset: 0px;
    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: rgb(0, 96, 255);
    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: rgb(255, 255, 255);
    transition: all 300ms ease 0s;
}

.case-block-two .inner-box .image .overlay-box .search-icon:hover {
    background-color: rgb(0, 96, 255);
    color: rgb(255, 255, 255);
}

.case-block-two .inner-box .image .overlay-box .arrow {
    position: absolute;
    right: -5px;
    bottom: -5px;
    color: rgb(255, 255, 255);
    width: 60px;
    height: 60px;
    z-index: 1;
    font-size: 22px;
    text-align: center;
    line-height: 60px;
    background-color: rgb(0, 96, 255);
    border-radius: 0px 0px 12px;
}

.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: rgb(20, 29, 56);
    transition: all 300ms ease 0s;
}

.case-block-two .inner-box .lower-content h5 a:hover {
    color: rgb(0, 96, 255);
}

.case-block-two .inner-box .lower-content .category {
    position: relative;
    margin-top: 5px;
    color: rgb(20, 29, 56);
    font-weight: 500;
}

.pricing-section {
    position: relative;
    padding: 110px 0px 60px;
}

.price-block {
    position: relative;
    margin-bottom: 60px;
}

.price-block .inner-box {
    position: relative;
    padding: 30px 35px;
    border-radius: 10px;
    margin-left: 30px;
    border: 1px solid rgb(225, 225, 225);
    background-color: rgb(255, 255, 255);
    transition: all 300ms ease 0s;
}

.price-block .inner-box:hover {
    border-color: rgb(20, 29, 56);
}

.price-block .inner-box::before {
    position: absolute;
    content: "";
    left: -30px;
    bottom: -30px;
    right: 30px;
    height: 300px;
    z-index: -1;
    border-radius: 8px;
    background-color: rgb(235, 235, 235);
    transition: all 300ms ease 0s;
}

.price-block .inner-box:hover::before {
    background-color: rgb(0, 96, 255);
}

.price-block .inner-box h3 {
    position: relative;
    color: rgb(20, 29, 56);
    font-weight: 600;
    line-height: 1.3em;
}

.price-block .inner-box .text {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 12px;
}

.price-block .inner-box .price {
    position: relative;
    color: rgb(0, 96, 255);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1em;
    text-align: right;
    margin-top: 25px;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
}

.price-block .inner-box .price span {
    position: relative;
    display: block;
    color: rgb(119, 119, 119);
    font-size: 16px;
    font-weight: 600;
}

.price-block .inner-box .price-list {
    position: relative;
    margin-top: 20px;
    margin-bottom: 35px;
    display: inline-block;
}

.price-block .inner-box .price-list li {
    position: relative;
    padding-left: 30px;
    color: rgb(85, 85, 85);
    font-size: 16px;
    margin-bottom: 12px;
    display: block;
    text-align: left;
    font-weight: 600;
}

.price-block .inner-box .price-list li::before {
    position: absolute;
    content: "ï€Œ";
    left: 0px;
    top: 0px;
    color: rgb(85, 85, 85);
    font-family: FontAwesome;
    transition: all 300ms ease 0s;
}

.price-block .inner-box .price-list li:last-child {
    margin-bottom: 0px;
}

.price-block .inner-box .btn-box {
    position: relative;
}

.price-block .inner-box .btn-box .theme-btn {
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding: 14px 15px;
}

.news-section-four {
    position: relative;
    padding: 110px 0px 80px;
}

.news-section-four .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 565px;
    background-size: contain;
}

.news-section-four .image-layer::before {
    position: absolute;
    content: "";
    inset: 0px;
    z-index: -1;
    background-color: rgb(0, 96, 255);
}

.news-block-four {
    position: relative;
    margin-bottom: 30px;
}

.news-block-four .inner-box {
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
}

.news-block-four .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: rgb(66, 124, 255);
}

.news-block-four .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
}

.news-block-four .inner-box:hover .image img {
    opacity: 0.7;
    transform: scale(1.04, 1.04);
}

.news-block-four .inner-box .lower-content {
    position: relative;
    padding: 35px 30px 30px;
}

.news-block-four .inner-box .lower-content .post-date {
    position: absolute;
    right: 20px;
    top: -20px;
    color: rgb(255, 255, 255);
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    font-weight: 800;
    z-index: 1;
    line-height: 1.1em;
    padding-top: 5px;
    background-color: rgb(0, 96, 255);
}

.news-block-four .inner-box .lower-content .post-date span {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.news-block-four .inner-box .lower-content .post-meta {
    position: relative;
    padding-top: 12px;
    border-top: 1px solid rgb(204, 204, 204);
}

.news-block-four .inner-box .lower-content .post-meta li {
    position: relative;
    color: rgb(66, 124, 255);
    font-size: 16px;
    margin-right: 10px;
    font-weight: 600;
    padding-left: 30px;
    display: inline-block;
}

.news-block-four .inner-box .lower-content .post-meta li .icon {
    position: absolute;
    left: 0px;
    top: 1px;
    color: rgb(20, 29, 56);
    font-size: 15px;
    margin-right: 6px;
}

.news-block-four .inner-box .lower-content h4 {
    position: relative;
    line-height: 1.4em;
    font-weight: 700;
    margin-top: 12px;
}

.news-block-four .inner-box .lower-content h4 a {
    position: relative;
    color: rgb(20, 29, 56);
    transition: all 0.3s ease 0s;
}

.news-block-four .inner-box .lower-content h4 a:hover {
    color: rgb(0, 96, 255);
}

.news-block-four .inner-box .lower-content .text {
    position: relative;
    line-height: 1.8em;
    font-weight: 500;
    margin-top: 12px;
    color: rgb(85, 85, 85);
    font-size: 16px;
    margin-bottom: 18px;
}

.info-section {
    position: relative;
    padding: 70px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
}

.info-section::before {
    position: absolute;
    content: "";
    inset: 0px;
    background-color: rgba(19, 33, 68, 0.9);
}

.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: 0px;
    top: 0px;
    color: rgb(255, 255, 255);
    font-size: 44px;
    line-height: 1em;
}

.info-section .info-column ul li {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin-bottom: 5px;
}

.info-section .info-column ul li strong {
    position: relative;
    font-weight: 700;
    font-size: 18px;
}

.subscribe-widget .text {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.9em;
}

.emailed-form .form-group {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0px auto 20px;
    width: 100%;
}

.emailed-form .form-group input[type="text"], .emailed-form .form-group input[type="tel"], .emailed-form .form-group input[type="email"], .emailed-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 20px;
    height: 60px;
    font-size: 16px;
    color: rgb(0, 0, 0);
    overflow: hidden;
    font-weight: 500;
    padding: 10px 50px 10px 30px;
    background: rgb(255, 255, 255);
    transition: all 300ms ease 0s;
    border: 1px solid rgb(204, 204, 204);
}

.emailed-form .form-group input[type="submit"], .emailed-form button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 190px;
    height: 60px;
    line-height: 40px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    background: rgb(0, 96, 255);
    text-transform: capitalize;
    font-family: Montserrat, sans-serif;
}

.page-title {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 110px 0px;
    background-color: rgb(20, 29, 56);
}

.page-title .pattern-layer-one {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.page-title .auto-container {
    position: relative;
}

.page-title h2 {
    position: relative;
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.page-breadcrumb {
    position: relative;
    margin-top: 20px;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

.page-breadcrumb li::after {
    position: absolute;
    content: ":";
    right: -2px;
    top: -1px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 700;
    font-family: FontAwesome;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li a {
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.page-breadcrumb li a:hover {
    color: rgb(0, 96, 255);
}

.faq-page-section {
    position: relative;
    padding: 110px 0px;
}

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.accordion-box .block.active-block {
    border: 1px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    color: rgb(20, 29, 56);
    line-height: 1.8em;
    font-weight: 600;
    cursor: pointer;
    padding: 16px 45px 16px 30px;
    margin-bottom: 0px;
    background-color: rgb(235, 235, 235);
    transition: all 500ms ease 0s;
    font-family: Montserrat, sans-serif;
}

.accordion-box .block .acc-btn.active {
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
    background-color: rgb(0, 96, 255);
}

.accordion-box .block .icon {
    position: absolute;
    right: 10px;
    top: 15px;
    height: 35px;
    width: 35px;
    font-size: 20px;
    line-height: 35px;
    color: rgb(0, 96, 255);
    text-align: center;
    transition: all 500ms ease 0s;
}

.accordion-box .block .acc-btn.active .icon {
    transform: rotate(90deg);
    color: rgb(255, 255, 255) !important;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .content {
    position: relative;
    padding: 25px 20px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content .text {
    display: block;
    font-size: 16px;
    line-height: 1.8em;
    color: rgb(85, 85, 85);
}

.faq-form-section {
    position: relative;
    padding: 0px 0px 70px;
}

.faq-form-section .auto-container {
    max-width: 970px;
    margin: 0px auto;
}

.faq-form {
    position: relative;
}

.faq-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.faq-form .form-group input[type="text"], .faq-form .form-group input[type="tel"], .faq-form .form-group input[type="email"], .faq-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 22px;
    color: rgb(119, 119, 119);
    height: 56px;
    font-size: 15px;
    background: none;
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid rgb(204, 204, 204);
    transition: all 300ms ease 0s;
}

.faq-form .form-group input[type="text"]:focus, .faq-form .form-group input[type="tel"]:focus, .faq-form .form-group input[type="email"]:focus, .faq-form .form-group textarea:focus {
    border-color: rgb(0, 96, 255);
}

.faq-form .form-group textarea::-webkit-input-placeholder, .faq-form .form-group input::-webkit-input-placeholder {
    color: rgb(119, 119, 119);
}

.faq-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 15px 22px;
    color: rgb(119, 119, 119);
    height: 150px;
    resize: none;
    font-size: 15px;
    background: none;
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid rgb(204, 204, 204);
    transition: all 300ms ease 0s;
}

.faq-form .form-group .btn-detail {
    position: relative;
    text-align: center;
    margin-left: 30px;
    color: rgb(255, 255, 255);
    display: inline-block;
}

.faq-form button {
    cursor: pointer;
    font-size: 16px;
    text-transform: capitalize;
}

.testimonial-page-section {
    position: relative;
    padding: 110px 0px 70px;
}

.coming-soon {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: auto;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    text-align: center;
}

.coming-soon .content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
}

.coming-soon .content::before {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: rgb(0, 0, 0);
    content: "";
    opacity: 0.3;
}

.coming-soon .content .content-inner {
    position: relative;
    padding: 90px 15px;
    display: table-cell;
    vertical-align: middle;
}

.coming-soon .content .content-inner .logo {
    position: relative;
    margin-bottom: 200px;
}

.coming-soon .content .content-inner .sec-title {
    display: none;
    margin-bottom: 50px;
}

.coming-soon .content .content-inner h2 {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    line-height: 1.2em;
    padding-bottom: 0px;
    font-variant: small-caps;
}

.coming-soon .content .content-inner h2::after {
    display: none;
}

.time-counter {
    position: relative;
}

.time-counter .time-countdown {
    position: relative;
    margin-bottom: 180px;
}

.time-counter .time-countdown .counter-column {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 180px;
    font-size: 20px;
    line-height: 1em;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    z-index: 7;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 30px;
    background-color: rgba(54, 54, 54, 0.4);
    font-family: Montserrat, sans-serif;
    margin: 0px 15px 20px;
}

.time-counter .time-countdown .counter-column .count {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 30px;
    padding: 60px 0px 30px;
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.coming-soon .emailed-form {
    position: relative;
    margin-bottom: 40px;
}

.coming-soon .emailed-form h3 {
    line-height: 1.2em;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

.coming-soon .emailed-form .text {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    line-height: 1.8em;
    margin-bottom: 40px;
}

.coming-soon .emailed-form .form-group {
    position: relative;
    display: block;
    max-width: 540px;
    width: 100%;
    margin: 0px auto;
}

.coming-soon .emailed-form .form-group input[type="text"], .coming-soon .emailed-form .form-group input[type="tel"], .coming-soon .emailed-form .form-group input[type="email"], .coming-soon .emailed-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    height: 60px;
    font-size: 16px;
    color: rgb(0, 0, 0);
    overflow: hidden;
    padding: 15px 50px 15px 20px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(241, 241, 241);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 13px;
    transition: all 300ms ease 0s;
}

.coming-soon .emailed-form .form-group input:focus, .coming-soon .emailed-form .form-group select:focus, .coming-soon .emailed-form .form-group textarea:focus {
}

.coming-soon .emailed-form .form-group input[type="submit"], .coming-soon .emailed-form button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    line-height: 40px;
    font-size: 18px;
    color: rgb(0, 96, 255);
    background-color: transparent;
    transition: all 300ms ease 0s;
}

.coming-soon .emailed-form .form-group input[type="submit"]:hover, .coming-soon .emailed-form button:hover {
    color: rgb(53, 53, 53);
}

.coming-soon .copyright-text {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    font-weight: 400;
}

.coming-soon .copyright-text a {
    color: rgb(255, 150, 0);
}

.coming-soon .copyright-text a:hover {
    text-decoration: underline;
}

.clock-wrapper {
    position: absolute;
    top: 50%;
    right: 0px;
    left: 0px;
    width: 250px;
    height: 250px;
    margin: -145px auto auto;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px;
    background-color: rgba(0, 0, 0, 0.4);
    transform: scale(2);
}

.clock-base {
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

.click-indicator {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    width: 230px;
    height: 230px;
}

.click-indicator div {
    position: absolute;
    width: 2px;
    height: 4px;
    margin: 113px 114px;
}

.click-indicator div > span {
    height: 5px;
    width: 5px;
    background-color: rgb(255, 255, 255);
    display: inline-block;
    border-radius: 50%;
    margin-left: -1px;
    margin-top: -1px;
}

.click-indicator div:nth-child(1) {
    transform: rotate(30deg) translateY(-120px);
}

.click-indicator div:nth-child(2) {
    transform: rotate(60deg) translateY(-120px);
}

.click-indicator div:nth-child(3) {
    transform: rotate(90deg) translateY(-120px);
    background-color: rgb(255, 0, 0);
}

.click-indicator div:nth-child(4) {
    transform: rotate(120deg) translateY(-120px);
}

.click-indicator div:nth-child(5) {
    transform: rotate(150deg) translateY(-120px);
}

.click-indicator div:nth-child(6) {
    transform: rotate(180deg) translateY(-120px);
    background-color: rgb(255, 0, 0);
}

.click-indicator div:nth-child(7) {
    transform: rotate(210deg) translateY(-120px);
}

.click-indicator div:nth-child(8) {
    transform: rotate(240deg) translateY(-120px);
}

.click-indicator div:nth-child(9) {
    transform: rotate(270deg) translateY(-120px);
    background-color: rgb(255, 0, 0);
}

.click-indicator div:nth-child(10) {
    transform: rotate(300deg) translateY(-120px);
}

.click-indicator div:nth-child(11) {
    transform: rotate(330deg) translateY(-120px);
}

.click-indicator div:nth-child(12) {
    transform: rotate(360deg) translateY(-120px);
    background-color: rgb(255, 0, 0);
}

.clock-hour {
    position: absolute;
    z-index: 2;
    top: 75px;
    left: 123px;
    width: 4px;
    height: 65px;
    background-color: rgb(238, 54, 17);
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;
    transform-origin: 2px 50px;
    transition: all 0.5s ease 0s;
    animation: 43200s linear 0s infinite normal none running rotate-hour;
}

.clock-minute {
    position: absolute;
    z-index: 3;
    top: 55px;
    left: 123px;
    width: 4px;
    height: 85px;
    background-color: rgb(238, 54, 17);
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;
    transform-origin: 2px 70px;
    transition: all 0.5s ease 0s;
    animation: 3600s linear 0s infinite normal none running rotate-minute;
}

.clock-second {
    position: absolute;
    z-index: 4;
    top: 15px;
    left: 124px;
    width: 2px;
    height: 130px;
    background-color: rgb(255, 255, 255);
    opacity: 0.9;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;
    transform-origin: 1px 110px;
    transition: all 0.5s ease 0s;
    animation: 60s linear 0s infinite normal none running rotate-second;
}

.clock-second::after {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    bottom: 16px;
    width: 8px;
    height: 8px;
    background-color: rgb(170, 0, 0);
    border: 2px solid rgb(170, 0, 0);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;
}

.clock-center {
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    top: 50px;
    left: 50px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;
    border-radius: 50%;
}

.clock-center::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 65px;
    background-color: rgb(221, 221, 221);
    border-radius: 50%;
}

.services-page-section {
    position: relative;
    padding: 110px 0px 70px;
}

.sidebar-page-container {
    position: relative;
    padding: 90px 0px 80px;
}

.sidebar-page-container .content-side, .sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}

.sidebar-page-container .sidebar-side .sidebar-inner {
    position: relative;
    padding: 45px 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
}

.sidebar-widget {
    margin-bottom: 55px;
}

.sidebar .sidebar-widget .service-list {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
}

.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: 0px;
}

.sidebar .service-list li a {
    position: relative;
    display: block;
    color: rgb(34, 34, 34);
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    padding: 16px 25px 16px 80px;
    border: 1px solid rgb(221, 221, 221);
    transition: all 300ms ease 0s;
}

.sidebar .service-list li a .arrow {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 60px;
    height: 60px;
    color: rgb(0, 96, 255);
    line-height: 60px;
    text-align: center;
    border-right: 1px solid rgb(221, 221, 221);
    transition: all 300ms ease 0s;
}

.sidebar .service-list li a:hover .arrow, .sidebar .service-list li.current a .arrow {
    background-color: rgb(0, 96, 255);
    color: rgb(255, 255, 255);
}

.sidebar .service-list li a:hover, .sidebar .service-list li.current a {
    color: rgb(255, 255, 255);
    background: rgb(20, 29, 56);
    border-color: rgb(20, 29, 56);
}

.contact-widget .widget-content {
    position: relative;
    padding: 60px;
    background-size: cover;
}

.contact-widget .widget-content .border-layer {
    position: absolute;
    inset: 20px;
    opacity: 0.8;
    border: 1px dashed rgb(255, 255, 255);
}

.contact-widget .widget-content::before {
    position: absolute;
    content: "";
    inset: 0px;
    background-color: rgba(0, 96, 255, 0.85);
}

.contact-widget .widget-content .icon-box {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 60px;
    line-height: 1em;
}

.contact-widget .widget-content h4 {
    position: relative;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 15px;
}

.contact-widget .widget-content .text {
    position: relative;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 12px;
    margin-bottom: 20px;
}

.contact-widget .widget-content .number {
    position: relative;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 12px;
    margin-bottom: 20px;
}

.contact-widget .widget-content ul {
    position: relative;
}

.contact-widget .widget-content ul li {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.3em;
    margin-bottom: 14px;
    font-weight: 600;
}

.contact-widget .widget-content ul li .icon {
    position: relative;
    margin-right: 10px;
    font-weight: 500;
}

.contact-widget .widget-content ul li:last-child {
    margin-bottom: 0px;
}

.sticky-top {
    top: 90px;
    z-index: 1;
}

.services-detail {
    position: relative;
}

.services-detail .inner-box {
    position: relative;
}

.services-detail .inner-box h2 {
    position: relative;
    color: rgb(20, 29, 56);
    z-index: 1;
    font-weight: 700;
    margin-bottom: 18px;
}

.services-detail .inner-box .image {
    position: relative;
    padding-right: 70px;
    margin-bottom: 25px;
}

.services-detail .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.services-detail .inner-box .image::before {
    position: absolute;
    content: "";
    right: 0px;
    top: -70px;
    width: 194px;
    height: 364px;
    background: url("../images/background/pattern-17.jpg") no-repeat;
}

.services-detail .inner-box .image-two {
    position: relative;
    margin-bottom: 25px;
}

.services-detail .inner-box .image-two img {
    position: relative;
    width: 100%;
    display: block;
}

.services-detail .inner-box .image-two .play-box {
    position: absolute;
    right: 0px;
    bottom: -30px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 18px;
    padding-top: 20px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}

.services-detail .inner-box .image-two .video-box {
    position: relative;
    width: 60px;
    height: 60px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    border-radius: 0px;
    line-height: 60px;
    display: inline-block;
    float: left;
    margin-right: 40px;
    transition: all 0.3s ease 0s;
    background-color: rgb(20, 29, 56);
}

.services-detail .inner-box .image-two .video-box .overlay-box span {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    z-index: 99;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    border-radius: 0%;
    padding-left: 7px;
    background-color: rgb(20, 29, 56);
    display: inline-block;
    margin-top: -30px;
    margin-left: -30px;
    transition: all 900ms ease 0s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
}

.services-detail .inner-box .image-two .video-box .ripple, .services-detail .inner-box .image-two .video-box .ripple::before, .services-detail .inner-box .image-two .video-box .ripple::after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60px;
    width: 60px;
    margin-left: 0.5px;
    transform: translate(-50%, -50%);
    border-radius: 0%;
    box-shadow: rgba(20, 29, 56, 0.4) 0px 0px 0px 0px;
    animation: 3s ease 0s infinite normal none running ripple;
}

.services-detail .inner-box .image-two .video-box .ripple::before {
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.services-detail .inner-box .image-two .video-box .ripple::after {
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.services-detail .inner-box p {
    position: relative;
    color: rgb(85, 85, 85);
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 500;
}

.services-detail .inner-box h3 {
    position: relative;
    color: rgb(0, 96, 255);
    font-weight: 700;
    margin-bottom: 18px;
}

.gallery-section {
    position: relative;
    padding: 100px 0px;
}

.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: rgb(85, 85, 85);
    padding: 0px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    margin: 0px 15px;
    transition: all 300ms ease 0s;
}

.gallery-section .filters .filter.active, .gallery-section .filters .filter:hover {
    color: rgb(0, 96, 255);
    text-decoration: line-through;
}

.gallery-section .btn-box {
    position: relative;
    margin-top: 30px;
}

.case-block.mix {
    display: none;
}

.project-detail-section {
    position: relative;
    padding: 110px 0px 100px;
}

.project-detail-section .image-column {
    position: relative;
}

.project-detail-section .image-column .sec-title {
    margin-bottom: 25px;
}

.project-detail-section .image-column .inner-column {
    position: relative;
}

.project-detail-section .image-column .image {
    position: relative;
}

.project-detail-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.project-detail-section .info-column {
    position: relative;
}

.project-detail-section .info-column .inner-column {
    position: relative;
    padding: 45px 38px;
    margin-right: 30px;
    background-color: rgb(255, 255, 255);
    border-bottom: 12px solid rgb(20, 29, 56);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
}

.project-detail-section .info-column .inner-column::before {
    position: absolute;
    content: "";
    right: -30px;
    bottom: -50px;
    width: 320px;
    height: 400px;
    z-index: -1;
    background: url("../images/background/pattern-18.png") no-repeat;
}

.project-detail-section .info-column h4 {
    position: relative;
    color: rgb(20, 29, 56);
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 25px;
}

.project-detail-section .info-column .text {
    position: relative;
    color: rgb(85, 85, 85);
    font-size: 15px;
    line-height: 1.8em;
    font-weight: 500;
    margin-bottom: 30px;
}

.project-detail-section .info-column .info-list {
    position: relative;
}

.project-detail-section .info-column .info-list li {
    position: relative;
    color: rgb(85, 85, 85);
    font-size: 16px;
    margin-bottom: 28px;
    padding-left: 25px;
    font-weight: 600;
}

.project-detail-section .info-column .info-list li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: rgb(20, 29, 56);
    font-size: 16px;
}

.project-detail-section .info-column .info-list li strong {
    position: relative;
    color: rgb(0, 96, 255);
    font-weight: 700;
}

.project-detail-section .lower-section {
    position: relative;
    padding-top: 25px;
}

.project-detail-section .lower-section h3 {
    position: relative;
    color: rgb(20, 29, 56);
    font-weight: 600;
    margin-bottom: 12px;
}

.project-detail-section .lower-section p {
    position: relative;
    color: rgb(85, 85, 85);
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 600;
}

.project-detail-section .lower-section .buttons-box {
    position: relative;
    margin-top: 40px;
}

.contact-info-section {
    position: relative;
    padding: 110px 0px 100px;
}

.contact-info-section .title-box {
    position: relative;
    text-align: center;
}

.contact-info-section .title-box .title {
    position: relative;
    color: rgb(0, 96, 255);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-info-section .title-box h2 {
    position: relative;
    font-weight: 700;
    color: rgb(20, 29, 56);
    line-height: 1.4em;
    margin-top: 10px;
}

.contact-info-section .title-box .text {
    position: relative;
    color: rgb(85, 85, 85);
    font-size: 16px;
    line-height: 1.9em;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 40px;
}

.contact-info-section .info-column {
    position: relative;
    margin-bottom: 30px;
}

.contact-info-section .info-column .inner-column {
    position: relative;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}

.contact-info-section .info-column .inner-column .content {
    position: relative;
    padding-left: 60px;
}

.contact-info-section .info-column .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    color: rgb(0, 96, 255);
    font-size: 44px;
    line-height: 1em;
}

.contact-info-section .info-column ul li {
    position: relative;
    color: rgb(85, 85, 85);
    font-size: 16px;
    margin-top: 5px;
    font-weight: 600;
}

.contact-info-section .info-column ul li strong {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    color: rgb(20, 29, 56);
    font-family: Montserrat, sans-serif;
}

.contact-info-section .lower-text {
    position: relative;
    text-align: center;
    color: rgb(85, 85, 85);
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}

.contact-info-section .lower-text span {
    position: relative;
    color: rgb(0, 96, 255);
    font-weight: 700;
}

.contact-map-section {
    position: relative;
    padding-top: 0px;
    padding-bottom: 100px;
}

.contact-map-section iframe {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 490px;
}

.contact-form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.contact-form .form-group label {
    position: relative;
    color: rgb(85, 85, 85);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-form .form-group input[type="text"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="email"], .contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 22px;
    color: rgb(119, 119, 119);
    height: 56px;
    font-size: 15px;
    background: none;
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid rgb(204, 204, 204);
    transition: all 300ms ease 0s;
}

.contact-form .form-group input[type="text"]:focus, .contact-form .form-group input[type="tel"]:focus, .contact-form .form-group input[type="email"]:focus, .contact-form .form-group textarea:focus {
    border-color: rgb(0, 96, 255);
}

.contact-form .form-group textarea::-webkit-input-placeholder, .contact-form .form-group input::-webkit-input-placeholder {
    color: rgb(119, 119, 119);
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 15px 22px;
    color: rgb(119, 119, 119);
    height: 150px;
    resize: none;
    font-size: 15px;
    background: none;
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid rgb(204, 204, 204);
    transition: all 300ms ease 0s;
}

.contact-form button {
    cursor: pointer;
}

.contact-form input.error, .contact-form select.error, .contact-form textarea.error {
    border-color: rgb(0, 96, 255) !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: rgb(0, 96, 255);
    font-weight: 500;
}

.blog-page-section {
    position: relative;
    padding: 100px 0px;
}

.blog-page-section .styled-pagination {
    margin-top: 50px;
}

.styled-pagination {
    position: relative;
}

.styled-pagination li {
    position: relative;
    margin: 0px 5px 10px;
    display: inline-block;
}

.styled-pagination li a {
    position: relative;
    width: 50px;
    height: 50px;
    color: rgb(119, 119, 119);
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid rgb(215, 215, 215);
    transition: all 0.3s ease 0s;
}

.styled-pagination li.active a, .styled-pagination li:hover a {
    color: rgb(255, 255, 255);
    border-color: rgb(20, 29, 56);
    background-color: rgb(20, 29, 56);
}

.styled-pagination li.next a, .styled-pagination li.prev a {
    color: rgb(255, 255, 255);
    border-color: rgb(0, 96, 255);
    background-color: rgb(0, 96, 255);
}

.sidebar-title {
    position: relative;
    margin-bottom: 15px;
}

.sidebar-title h5 {
    position: relative;
    color: rgb(20, 29, 56);
    font-weight: 700;
    line-height: 1.3em;
    text-transform: capitalize;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"], .sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 43px;
    padding: 10px 50px 10px 25px;
    border: 1px solid rgb(221, 221, 221);
    background: rgb(255, 255, 255);
    display: block;
    font-size: 14px;
    width: 100%;
    height: 56px;
    color: rgb(0, 0, 0);
    border-radius: 5px;
    transition: all 500ms ease 0s;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 56px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: rgb(0, 96, 255);
    cursor: pointer;
    border-radius: 0px 5px 5px 0px;
    line-height: 100%;
    font-weight: normal;
    background: none;
}

.blog-cat {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgb(221, 221, 221);
}

.blog-cat li {
    position: relative;
}

.blog-cat li a {
    position: relative;
    color: rgb(85, 85, 85);
    font-size: 16px;
    padding: 18px 30px;
    display: block;
    font-weight: 600;
    transition: all 500ms ease 0s;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.blog-cat li a:hover {
    color: rgb(20, 29, 56);
}

.blog-cat li:last-child a {
    border-bottom: 0px;
}

.blog-cat li a span {
    position: absolute;
    right: 30px;
}

.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: rgb(102, 102, 102);
    padding: 0px 0px 0px 100px;
    min-height: 105px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.sidebar .popular-posts .post:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
    min-height: auto;
}

.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    border-radius: 0px;
    overflow: hidden;
}

.sidebar .popular-posts .post .post-thumb .overlay-box {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: rgb(255, 255, 255);
    font-size: 18px;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    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 0s;
}

.sidebar .popular-posts .post .text {
    position: relative;
    top: 0px;
    font-size: 16px;
    margin: 0px;
    font-weight: 700;
    color: rgb(34, 34, 34);
    line-height: 1.5em;
    text-transform: capitalize;
}

.sidebar .popular-posts .post .text a {
    color: rgb(34, 34, 34);
    transition: all 0.3s ease 0s;
    font-family: Montserrat, sans-serif;
}

.sidebar .popular-posts .post a:hover {
    color: rgb(10, 42, 166);
}

.sidebar .popular-posts .post-info {
    position: relative;
    font-size: 15px;
    color: rgb(119, 119, 119);
    font-weight: 600;
    margin-top: 6px;
}

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 8px 20px;
    margin: 0px 6px 10px 0px;
    color: rgb(85, 85, 85);
    text-align: center;
    font-size: 14px;
    background: none;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    text-transform: capitalize;
    transition: all 300ms ease 0s;
}

.sidebar .popular-tags a:hover {
    border-color: rgb(0, 96, 255);
    background-color: rgb(0, 96, 255);
    color: rgb(255, 255, 255);
}

.instagram-widget .post-thumb {
    position: relative;
    width: 29%;
    float: left;
    border-radius: 8px;
    overflow: hidden;
    margin: 0px 5px 10px;
}

.instagram-widget .post-thumb .overlay-box {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: rgb(255, 255, 255);
    font-size: 18px;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    background-color: rgba(0, 96, 255, 0.7);
}

.instagram-widget .post-thumb .overlay-box .fa {
    top: 50%;
    position: relative;
    margin-top: -12px;
    display: block;
}

.instagram-widget .post-thumb:hover .overlay-box {
    opacity: 1;
}

.instagram-widget .post-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease 0s;
}

.archive-list {
    position: relative;
}

.archive-list li {
    position: relative;
    margin-bottom: 18px;
}

.archive-list li a {
    position: relative;
    color: rgb(85, 85, 85);
    font-size: 16px;
    padding-left: 20px;
    font-weight: 600;
}

.archive-list li a::before {
    position: absolute;
    content: "ï„";
    left: 0px;
    top: -1px;
    color: rgb(0, 96, 255);
    font-weight: 400;
    font-family: FontAwesome;
}

.news-block-five {
    position: relative;
    margin-bottom: 50px;
}

.news-block-five .inner-box {
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
}

.news-block-five .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: rgb(66, 124, 255);
}

.news-block-five .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
}

.news-block-five .inner-box:hover .image img {
    opacity: 0.7;
    transform: scale(1.04, 1.04);
}

.news-block-five .inner-box .lower-content {
    position: relative;
    padding: 25px 30px;
}

.news-block-five .inner-box .lower-content .post-date {
    position: absolute;
    right: 20px;
    top: -20px;
    color: rgb(255, 255, 255);
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    font-weight: 800;
    z-index: 1;
    line-height: 1.1em;
    padding-top: 5px;
    background-color: rgb(0, 96, 255);
}

.news-block-five .inner-box .lower-content .post-date span {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.news-block-five .inner-box .lower-content .lower-box {
    position: relative;
    padding-top: 16px;
    border-top: 1px solid rgb(204, 204, 204);
}

.news-block-five .inner-box .lower-content .post-meta {
    position: relative;
}

.news-block-five .inner-box .lower-content .post-meta li {
    position: relative;
    color: rgb(66, 124, 255);
    font-size: 16px;
    margin-right: 10px;
    font-weight: 600;
    display: inline-block;
}

.news-block-five .inner-box .lower-content .post-meta li .icon {
    position: relative;
    top: 1px;
    color: rgb(20, 29, 56);
    font-size: 15px;
    margin-right: 6px;
}

.news-block-five .inner-box .lower-content h4 {
    position: relative;
    line-height: 1.4em;
    font-weight: 700;
    margin-top: 12px;
}

.news-block-five .inner-box .lower-content h4 a {
    position: relative;
    color: rgb(20, 29, 56);
    transition: all 0.3s ease 0s;
}

.news-block-five .inner-box .lower-content h4 a:hover {
    color: rgb(0, 96, 255);
}

.news-block-five .inner-box .lower-content .text {
    position: relative;
    line-height: 1.8em;
    font-weight: 500;
    margin-top: 12px;
    color: rgb(85, 85, 85);
    font-size: 16px;
    margin-bottom: 18px;
}

.news-block-five .inner-box .lower-content .lower-box .read-more {
    position: relative;
    color: rgb(20, 29, 56);
    font-size: 16px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
}

.news-block-five .inner-box .lower-content .lower-box .read-more .arrow {
    position: relative;
    margin-right: 6px;
}

.news-detail {
    position: relative;
}

.news-detail .inner-box {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}

.news-detail .inner-box .upper-box {
    position: relative;
    padding: 30px;
}

.news-detail .inner-box h3 {
    position: relative;
    color: rgb(20, 29, 56);
    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 rgb(221, 221, 221);
}

.news-detail .inner-box .upper-box .post-meta li {
    position: relative;
    color: rgb(66, 124, 255);
    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: rgb(20, 29, 56);
    font-size: 15px;
    margin-right: 6px;
}

.news-detail .inner-box .image {
    position: relative;
}

.news-detail .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.news-detail .inner-box .image .post-date {
    position: absolute;
    right: 20px;
    top: -20px;
    color: rgb(255, 255, 255);
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    font-weight: 800;
    z-index: 1;
    line-height: 1.1em;
    padding-top: 5px;
    background-color: rgb(0, 96, 255);
}

.news-detail .inner-box .image .post-date span {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.news-detail .inner-box .lower-content {
    position: relative;
    padding: 30px;
}

.news-detail .inner-box .lower-content p {
    position: relative;
    color: rgb(85, 85, 85);
    font-size: 16px;
    line-height: 1.8em;
}

.news-detail .inner-box .lower-content h4 {
    position: relative;
    color: rgb(20, 29, 56);
    font-weight: 700;
    margin-bottom: 10px;
}

.news-detail .inner-box .lower-content blockquote {
    position: relative;
    padding: 40px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6em;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: rgb(0, 96, 255);
}

.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: 0px;
    top: 12px;
    height: 3px;
    width: 50px;
    background-color: rgb(255, 255, 255);
}

.news-detail .inner-box .lower-content blockquote .quote-icon {
    position: absolute;
    right: 100px;
    bottom: 25px;
    color: rgb(255, 255, 255);
    opacity: 0.2;
    font-size: 50px;
}

.news-detail .post-share-options {
    position: relative;
    margin-top: 40px;
    padding: 22px 0px 0px;
    border-top: 1px solid rgb(204, 204, 204);
}

.news-detail .post-share-options .tags a {
    position: relative;
    color: rgb(85, 85, 85);
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    padding: 12px 18px;
    border-radius: 3px;
    margin-right: 6px;
    display: inline-block;
    border: 1px solid rgb(221, 221, 221);
    text-transform: capitalize;
    transition: all 500ms ease 0s;
}

.news-detail .post-share-options .tags a:last-child {
    margin-right: 0px;
}

.news-detail .post-share-options .tags {
    position: relative;
    color: rgb(255, 72, 0);
    font-size: 16px;
    font-weight: 400;
    margin-top: 3px;
}

.news-detail .post-share-options .tags a:hover {
    color: rgb(255, 255, 255);
    border-color: rgb(0, 96, 255);
    background-color: rgb(0, 96, 255);
}

.news-detail .post-share-options .social-box {
    position: relative;
    margin-top: 10px;
}

.news-detail .post-share-options .social-box li.share {
    position: relative;
    color: rgb(20, 29, 56);
    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: rgb(187, 187, 187);
    display: inline-block;
    transition: all 300ms ease 0s;
}

.news-detail .post-share-options .social-box li a:hover {
    color: rgb(0, 96, 255);
}

.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 60px;
    margin-bottom: 50px;
}

.sidebar-page-container .group-title {
    position: relative;
}

.sidebar-page-container .group-title h3 {
    position: relative;
    color: rgb(34, 34, 34);
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(204, 204, 204);
    transition: all 300ms ease 0s;
}

.sidebar-page-container .comments-area .comment-box:last-child {
    margin-bottom: 0px;
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    min-height: 140px;
    padding: 5px 0px 0px 140px;
}

.sidebar-page-container .comments-area .reply-comment {
    margin-left: 60px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 110px;
    border-radius: 0px;
    margin-bottom: 20px;
    overflow: hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}

.sidebar-page-container .comments-area .comment-info {
    margin-bottom: 15px;
}

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 20px;
    font-weight: 700;
    color: rgb(20, 29, 56);
    line-height: 1.3em;
    display: inline-block;
    text-transform: capitalize;
    font-family: Montserrat, sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text {
    color: rgb(85, 85, 85);
    font-size: 16px;
    line-height: 1.9em;
    margin-bottom: 0px;
    padding-top: 0px;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    font-size: 15px;
    color: rgb(85, 85, 85);
    margin-left: 20px;
    display: inline-block;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 4px;
    background-color: rgb(0, 96, 255);
    text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover {
    background-color: rgb(34, 34, 34);
}

.comment-form .group-title h4 {
    position: relative;
    margin-bottom: 50px;
}

.comment-form .form-group {
    margin-bottom: 20px;
}

.comment-form .form-group input[type="text"], .comment-form .form-group input[type="password"], .comment-form .form-group input[type="tel"], .comment-form .form-group input[type="email"], .comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    color: rgb(136, 136, 136);
    height: 55px;
    font-size: 14px;
    border-radius: 5px;
    background: rgb(245, 245, 245);
    border: 1px solid transparent;
    transition: all 300ms ease 0s;
}

.comment-form .form-group input[type="text"]:focus, .comment-form .form-group input[type="password"]:focus, .comment-form .form-group input[type="tel"]:focus, .comment-form .form-group input[type="email"]:focus, .comment-form .form-group select:focus, .comment-form .form-group textarea:focus {
    border-color: rgb(28, 44, 82);
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 25px 25px;
    color: rgb(136, 136, 136);
    border: 1px solid transparent;
    height: 200px;
    background: rgb(245, 245, 245);
    resize: none;
    font-size: 14px;
    border-radius: 5px;
    transition: all 300ms ease 0s;
}

.comment-form .theme-btn {
    cursor: pointer;
}

.news-more-section {
    position: relative;
    border-top: 2px solid rgb(245, 245, 245);
}

.news-more-section .new-post {
    position: relative;
}

.news-more-section .new-post .post-inner {
    position: relative;
    padding: 50px 0px;
}

.news-more-section .new-post:first-child {
    border-right: 2px solid rgb(245, 245, 245);
}

.news-more-section .new-post .content {
    position: relative;
    padding-left: 100px;
    padding-top: 10px;
}

.news-more-section .new-post .content .post-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
}

.news-more-section .new-post .content h4 {
    position: relative;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 8px;
}

.news-more-section .new-post .content h4 a {
    position: relative;
    color: rgb(20, 29, 56);
}

.news-more-section .new-post .content .more {
    position: relative;
}

.news-more-section .new-post.style-two .content {
    text-align: right;
    padding-left: 0px;
    padding-right: 100px;
}

.news-more-section .new-post.style-two .content .post-image {
    left: auto;
    right: 0px;
}

.error-section {
    position: relative;
    padding: 160px 0px;
}

.error-section .content {
    position: relative;
    text-align: center;
}

.error-section h1 {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 180px;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 10px;
}

.error-section h2 {
    position: relative;
    color: rgb(34, 34, 34);
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.error-section .text {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 30px;
}

.team-page-section {
    position: relative;
    padding: 110px 0px 70px;
}

.rtl .main-menu, .rtl .main-menu .navigation > li, .rtl .main-header .header-top .top-left {
    float: right;
}

.rtl .main-header .outer-box, .rtl .main-header .nav-outer, .rtl .main-header .header-top .top-right {
    float: left;
}

.rtl .main-header .header-top .top-right .social-box li {
    margin-left: 0px;
    margin-right: 15px;
}

.rtl .main-header .header-top .info-list li a {
    padding-left: 0px;
    padding-right: 28px;
    text-align: right;
}

.rtl .main-header .header-top .info-list li a .icon {
    right: 0px;
    left: auto;
}

.rtl .main-header .header-upper .logo-box {
    float: right;
}

.rtl .main-menu .navigation > li:last-child {
    margin-right: 20px;
}

.rtl .main-menu .navigation > li > ul {
    left: auto;
    right: 30px;
    text-align: right;
}

.rtl .main-menu .navigation > li.dropdown:hover > ul {
    left: auto;
    right: 0px;
}

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

.rtl .main-menu .navigation > li > ul > li > a::before {
    right: 10px;
    left: auto;
}

.rtl .main-menu .navigation > li > ul > li.dropdown > a::after {
    right: auto;
    left: 15px;
}

.rtl .main-menu .navigation > li > ul > li > ul {
    left: auto;
    right: 120%;
}

.rtl .main-menu .navigation li > ul > li.dropdown:hover > ul {
    left: auto;
    right: 100%;
}

.rtl .main-header .outer-box {
    margin-left: 0px;
    margin-right: 20px;
}

.rtl .banner-section .content-column .inner-column {
    text-align: right;
}

.rtl .sticky-header .logo {
    float: right;
}

.rtl .sticky-header .pull-right {
    float: left;
}

.rtl .about-section .content-column {
    order: 2;
    z-index: 1;
    text-align: right;
}

.rtl .about-section .image-column {
    order: 1;
}

.rtl .feature-block .inner-box {
    padding-left: 0px;
    padding-right: 70px;
    text-align: right;
}

.rtl .feature-block .inner-box .icon {
    right: 0px;
    left: auto;
}

.rtl .service-block-two .inner-box, .rtl .feature-block-two .inner-box, .rtl .sec-title {
    text-align: right;
}

.rtl .about-section .content-column .inner-column {
    padding-right: 0px;
}

.rtl .call-to-action-section .heading-column {
    order: 2;
    text-align: right;
}

.rtl .call-to-action-section .button-column {
    order: 1;
}

.rtl .call-to-action-section .button-column .inner-column {
    text-align: left;
}

.rtl .case-block .inner-box .image .overlay-box .content {
    right: 40px;
    left: auto;
    text-align: right;
}

.rtl .case-block .inner-box .image .overlay-box .arrow {
    left: 0px;
    right: auto;
}

.rtl .news-block .inner-box .lower-content, .rtl .testimonial-block .inner-box {
    text-align: right;
}

.rtl .testimonial-block .inner-box .upper-box {
    padding-left: 0px;
    padding-right: 115px;
}

.rtl .testimonial-block .inner-box .upper-box .icon {
    right: 0px;
    left: auto;
}

.rtl .technology-section .title-column {
    order: 2;
}

.rtl .technology-section .blocks-column {
    order: 1;
}

.rtl .technology-section .blocks-column .inner-column .technology-block:nth-child(4) {
    margin-left: 0px;
}

.rtl .news-block .inner-box .lower-content .post-meta li {
    padding-left: 0px;
    padding-right: 30px;
    margin-right: 0px;
    margin-left: 20px;
}

.rtl .news-block .inner-box .lower-content .post-meta li .icon {
    right: 0px;
    left: auto;
}

.rtl .main-footer {
    text-align: right;
}

.rtl .main-footer .footer-widget h5::before {
    left: auto;
    right: 0px;
}

.rtl .main-footer .news-widget .post {
    padding-left: 0px;
    padding-right: 95px;
}

.rtl .main-footer .contact-widget ul li .icon, .rtl .main-footer .news-widget .post .thumb {
    right: 0px;
    left: auto;
}

.rtl .main-footer .contact-widget ul li {
    padding-left: 0px;
    padding-right: 60px;
    text-align: right;
}

.rtl .main-header .cart-box .cart-panel {
    left: 0px !important;
    right: auto !important;
}

.rtl .main-header .cart-product .inner {
    text-align: right;
    padding-left: 0px;
    padding-right: 90px;
}

.rtl .main-header .cart-product .inner .image {
    left: auto;
    right: 0px;
}

.rtl .sidebar-info-contents .content-inner {
    text-align: right;
}

.rtl .list-style-one li {
    padding-left: 0px;
    padding-right: 30px;
    text-align: right;
}

.rtl .list-style-one li .icon {
    left: auto;
    right: 0px;
}

.rtl .main-header .search-box {
    float: right;
    margin-right: 10px;
}

.rtl .main-header .header-upper .outer-container {
    padding: 0px 15px;
}

.rtl .news-block-two .inner-box .content-column, .rtl .banner-section-two .image-column {
    order: 2;
}

.rtl .news-block-two .inner-box .image-column {
    order: 1;
}

.rtl .banner-section-two .content-column {
    order: 1;
    text-align: right;
}

.rtl .banner-section-two .content-column .play-box {
    padding-left: 0px;
    padding-right: 90px;
    text-align: right;
}

.rtl .banner-section-two .content-column .video-box {
    right: 0px;
    left: auto;
    margin-right: 0px;
}

.rtl .skills .skill-item .skill-header .skill-title {
    float: right;
}

.rtl .skills .skill-item .skill-header .skill-percentage {
    float: left;
}

.rtl .appointment-form .form-group input, .rtl .appointment-form .form-group textarea, .rtl .appointment-section .form-column h4, .rtl .process-block .inner-box {
    text-align: right;
}

.rtl .appointment-form .form-group .icon {
    right: auto;
    left: 15px;
}

.rtl .news-section-two .owl-nav {
    left: -15px;
    right: auto;
}

.rtl .news-block-two .inner-box .content-column .inner-column {
    text-align: right;
}

.rtl .news-block-two .inner-box .image-column .post-date {
    left: auto;
    right: -35px;
}

.rtl .main-header .header-upper .logo-box {
    float: right;
}

.rtl .main-header .header-upper .upper-right {
    float: left;
}

.rtl .main-header .info-box {
    padding-left: 0px;
    padding-right: 65px;
    text-align: right;
}

.rtl .main-header .info-box .icon-box {
    right: 0px;
    left: auto;
}

.rtl .main-header .header-lower .options-box {
    margin-right: 20px;
}

.rtl .main-header.header-style-three .nav-outer {
    padding-left: 30px;
}

.rtl .service-block-three .inner-box .content, .rtl .banner-section-three .content-column .inner-column {
    text-align: right;
}

.rtl .service-block-three .inner-box .service-number {
    left: 0px;
    right: auto;
}

.rtl .news-block-three .inner-box .lower-content .content {
    text-align: right;
    padding-left: 0px;
    padding-right: 100px;
}

.rtl .news-block-three .inner-box .lower-content .icon-box {
    right: 0px;
    left: auto;
}

.rtl .call-to-action-section-two .inner-container h3 {
    text-align: center;
}

.rtl .cases-section-two .owl-nav {
    text-align: left;
}

.rtl .price-block .inner-box, .rtl .news-block-four .inner-box .lower-content, .rtl .case-block-two .inner-box .lower-content {
    text-align: right;
}

.rtl .price-block .inner-box .price-list li {
    padding-left: 0px;
    padding-right: 30px;
    text-align: right;
}

.rtl .price-block .inner-box .price-list li::before {
    right: 0px;
    left: auto;
}

.rtl .news-block-four .inner-box .lower-content .post-date {
    left: 20px;
    right: auto;
}

.rtl .news-block-four .inner-box .lower-content .post-meta li {
    padding-left: 0px;
    padding-right: 30px;
    text-align: right;
    margin-right: 0px;
    margin-left: 12px;
}

.rtl .info-section .info-column .icon-box, .rtl .news-block-four .inner-box .lower-content .post-meta li .icon {
    right: 0px;
    left: auto;
}

.rtl .info-section .info-column .inner-column {
    padding-left: 0px;
    padding-right: 60px;
    text-align: right;
}

.rtl .emailed-form .form-group input[type="submit"], .rtl .emailed-form button {
    left: 0px;
    right: auto;
}

.rtl .emailed-form .form-group input {
    text-align: right;
    padding-right: 15px;
}

.rtl .services-detail .inner-box, .rtl .coming-soon .emailed-form .form-group input, .rtl .faq-form .form-group input, .rtl .faq-form .form-group textarea, .rtl .accordion-box .block .content, .rtl .accordion-box .block .acc-btn {
    text-align: right;
}

.rtl .coming-soon .emailed-form button {
    left: 0px;
    right: auto;
}

.rtl .payment-options, .rtl .popular-tags, .rtl .sidebar-title, .rtl .shop-form input, .rtl .shop-form textarea, .rtl .shop-order-box .order-list li, .rtl .shop-order-box .order-list li span, .rtl .checkout-page .payment-options li .radio-option label .small-text, .rtl .shop-form .billing-inner, .rtl .shop-page .prod-tabs .add-review, .rtl .shop-page .prod-tabs .add-review .form-group input, .rtl .shop-page .prod-tabs .add-review .form-group textarea, .rtl .cart-section .apply-coupon .form-group input[type="text"], .rtl .checkout-page .default-links li, .rtl .shop-page .prod-tabs .tabs-content .tab p, .rtl .sidebar .search-box .form-group input, .rtl .project-detail-section .lower-section, .rtl .project-detail-section .info-column .inner-column, .rtl .contact-widget .widget-content, .rtl .sidebar .service-list li a {
    text-align: right;
}

.rtl .project-detail-section .info-column .info-list li {
    padding-left: 0px;
    padding-right: 28px;
    text-align: right;
}

.rtl .project-detail-section .info-column .info-list li .icon {
    right: 0px;
    left: auto;
}

.rtl .sidebar .search-box .form-group button {
    left: 0px;
    right: auto;
}

.rtl .sidebar .popular-posts .post {
    padding-left: 0px;
    padding-right: 100px;
    text-align: right;
}

.rtl .sidebar .popular-posts .post .post-thumb {
    right: 0px;
    left: auto;
}

.rtl .product-details .image-column {
    order: 2;
}

.rtl .product-details .info-column {
    order: 1;
    text-align: right;
}

.rtl .product-details .info-column .other-options .pull-left {
    float: right;
}

.rtl .product-details .basic-details .item-quantity {
    margin-right: 0px;
    margin-left: 20px;
}

.rtl .shop-page .prod-tabs .reviews-container .review-box {
    padding-left: 0px;
    padding-right: 120px;
    text-align: right;
}

.rtl .shop-page .prod-tabs .reviews-container .rev-thumb {
    left: auto;
    right: 0px;
}

.rtl .checkout-page .payment-options li .radio-option label {
    padding-left: 0px;
    padding-right: 30px;
}

.rtl .checkout-page .payment-options li .radio-option input[type="radio"] {
    right: 0px;
    left: auto;
}

.rtl .checkout-page .payment-options li .radio-option label .small-text {
    margin-left: 0px;
}

.rtl .styled-form input {
    text-align: right;
}

.rtl .styled-form .form-group .adon-icon {
    right: auto;
    left: 15px;
}

.rtl .news-block-five .inner-box .lower-content .post-date {
    left: 15px;
    right: auto;
}

.rtl .contact-form, .rtl .news-detail .inner-box, .rtl .comment-form .form-group input, .rtl .comment-form .form-group textarea, .rtl .sidebar-page-container .group-title, .rtl .sidebar-page-container .comments-area, .rtl .contact-form .form-group input, .rtl .contact-form .form-group textarea, .rtl .news-block-five .inner-box .lower-content {
    text-align: right;
}

.rtl .news-detail .inner-box .image .post-date {
    left: 15px;
    right: auto;
}

.rtl .list-style-two li {
    padding-left: 0px;
    padding-right: 30px;
}

.rtl .list-style-two li::before {
    right: 0px;
    left: auto;
}

.rtl .sidebar-page-container .comments-area .comment {
    padding-left: 0px;
    padding-right: 140px;
}

.rtl .sidebar-page-container .comments-area .comment-box .author-thumb {
    right: 0px;
    left: auto;
}

.rtl .sidebar-page-container .comments-area .comment-box .theme-btn {
    left: 0px;
    right: auto;
}

.rtl .news-more-section .new-post .content {
    padding-left: 0px;
    padding-right: 100px;
    text-align: right;
}

.rtl .contact-info-section .info-column .icon-box, .rtl .news-more-section .new-post .content .post-image {
    right: 0px;
    left: auto;
}

.rtl .contact-info-section .info-column .inner-column .content {
    padding-left: 0px;
    padding-right: 60px;
    text-align: right;
}

.rtl .main-header .header-top-three .top-right {
    float: left;
}

.rtl .main-header .header-top-three .top-right::after {
    right: -30px;
    left: auto;
    padding-right: 30px;
}

.rtl .main-header .header-top-three .top-right::before {
    right: -60px;
    left: auto;
    top: 1px;
    transform: rotate(180deg);
}

.rtl .header-style-five .main-box .nav-outer {
    float: right;
}

.banner-section-four {
    position: relative;
}

.banner-section-four .slide-item {
    position: relative;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0px;
}

.banner-section-four .slide-item::before {
    position: absolute;
    left: 0px;
    bottom: -5px;
    height: 660px;
    width: 100%;
    content: "";
    background-image: url("../images/main-slider/image-3.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
}

.banner-section-four .slide-item .content-box {
    position: relative;
    padding: 220px 0px 300px;
    text-align: center;
}

.banner-section-four .slide-item .title {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 1.2em;
    color: rgb(255, 169, 0);
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
    opacity: 0;
}

.banner-section-four .active .slide-item .title {
    opacity: 1;
    transition-delay: 300ms;
}

.banner-section-four .slide-item h2 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 1.2em;
    color: rgb(255, 255, 255);
    font-weight: 700;
    transform: none;
}

.banner-section-four .content-box .video-link {
    position: relative;
    display: inline-block;
    margin-top: 50px;
    transition: all 300ms ease 0s;
    opacity: 0;
}

.banner-section-four .active .content-box .video-link {
    opacity: 1;
    transition-delay: 1000ms;
}

.banner-section-four .content-box .video-link a {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 56px;
    font-size: 16px;
    color: rgb(255, 165, 0);
    font-weight: 400;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.46);
    transition: all 300ms ease 0s;
}

.banner-section-four .content-box .video-link a:hover {
    color: rgb(255, 255, 255);
    border-color: rgb(0, 0, 0);
}

.banner-section-four .owl-nav {
    display: none;
}

.banner-section-four .owl-dots {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
}

.banner-section-four .owl-dot {
    position: relative;
    display: block;
    height: 14px;
    width: 14px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    margin-bottom: 35px;
    transition: all 300ms ease 0s;
}

.banner-section-four .owl-dot.active {
    background-color: rgb(255, 156, 0);
}

.rtl .header-style-four .header-lower .outer-box .search-box-outer {
    float: right;
    margin-left: 30px;
    margin-right: 0px;
}

.rtl .header-style-four .header-lower .outer-box .advisor-box .advisor-btn::before {
    display: none;
    left: auto;
}

.p_title71 {
    color: rgb(0, 0, 0);
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 0px 30px 30px;
    font-size: 22px;
    position: relative;
}

.p_title71 i {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.rtl .header-style-four .header-lower .nav-outer {
    padding-left: 0px;
    padding-right: 30px;
}

.rtl .main-header .header-top-three .top-left {
    float: right;
}

.rtl .main-header .header-top-three .info-list li {
    margin-right: 0px;
    margin-left: 30px;
}

.rtl .main-header .header-top-three .info-list li a {
    padding-left: 0px;
    padding-right: 28px;
}

.rtl .main-header .header-top-three .info-list li .icon {
    right: 0px;
    left: auto;
}

.rtl .header-style-four .header-lower .outer-box .advisor-box {
    float: left;
}

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

.rtl .main-header .info-box:first-child {
    margin-left: 0px;
}

.logo img {
    height: 80px;
}

.cases-section .auto-container {
    position: relative;
}

.sec-title p {
    margin: 25px 0px 0px;
    width: 600px;
    max-width: 100%;
    color: rgb(85, 85, 85);
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 500;
}

.hor_line > div:first-child .p_title71::before {
    content: "";
    position: absolute;
    width: 10000%;
    height: 1px;
    left: -650%;
    background-color: rgb(234, 234, 234);
    z-index: -1;
    top: 110px;
}

.hor_line > div:nth-child(4), .hor_line > div:nth-child(5) {
    text-align: center;
}

.footer_social {
    display: flex;
}

.footer_social li + li {
    margin-left: 15px;
}

.footer_social li a {
    color: rgb(255, 255, 255);
    width: 35px;
    height: 35px;
    font-weight: normal;
    border: 2px solid rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_social li a img {
    max-height: 70%;
    max-width: 70%;
}

a.cs_item {
    position: relative;
    color: rgb(255, 255, 255);
    padding-left: 73px;
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    margin-top: 15px;
}

.cs_item span {
    font-size: 16px;
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
}

.cs_item img {
    position: absolute;
    width: 55px;
    left: 0px;
}

#custom_header {
    display: flex;
    justify-content: space-around;
    padding: 0px 30px;
}

.header_lng {
    height: 90px;
    display: flex;
    align-items: center;
}

.header_lng a {
    display: flex;
    align-items: center;
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.header_lng a img {
    height: 25px;
    margin-right: 10px;
}

.service_banner2 {
    padding: 40px 40px 80px;
    border-top: 1px solid rgb(234, 234, 234);
    font-size: 18px;
    color: rgb(146, 146, 146);
    display: block;
    margin: 0px auto;
    max-width: 100%;
    text-align: center;
}

.service_banner2 p {
    width: 900px;
    display: block;
    margin: 0px auto;
    max-width: 100%;
}

.service_banner2 h1 {
    font-weight: 900;
    color: rgb(0, 0, 0);
    font-size: 60px;
    font-family: Barlow, sans-serif;
}

.accordion {
    color: rgb(68, 68, 68);
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    font-size: 24px;
    transition: all 0.4s ease 0s;
    background: rgb(255, 255, 255);
    position: relative;
    font-family: Barlow, sans-serif;
    font-weight: 600;
    padding: 30px 0px;
}

.panel + .accordion::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1000%;
    height: 1px;
    background-color: rgb(221, 221, 221);
}

.accordion::after {
    content: "+";
    color: rgb(119, 119, 119);
    font-weight: bold;
    float: right;
    margin-left: 5px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateX(-50%);
}

.active::after {
    content: "-";
}

.panel {
    padding: 0px 18px;
    background-color: white;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-out 0s;
}

.serv_content {
    padding: 0px 0px 120px;
}

.panel p {
    font-size: 16px;
}

.xrt_01 {
    position: relative;
}

.xrt_01 i {
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    height: 100%;
    width: 50000%;
    background-color: rgb(0, 74, 183);
    z-index: -1;
}

body {
    overflow-x: hidden;
    padding-top: 91px;
}

#index_header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: transparent;
}

#index_header.main-header .header-upper {
    background-color: transparent;
}

#index_header.main-header .header-upper::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border: 0px;
    height: 1px;
    margin: 0px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 33%, rgba(255, 255, 255, 0.2) 66%, rgba(255, 255, 255, 0) 100%);
}

#index_header .main-menu .navigation > li > a {
    color: rgb(255, 255, 255);
}

#index_header .header_lng a {
    color: rgb(255, 255, 255);
}

.auto-container {
    width: 1600px;
}

.owl-dot.active::after {
    display: none;
}

.owl-dots .owl-dot {
    opacity: 0.6;
}

.owl-dots .owl-dot.active {
    opacity: 1;
}

.our_products {
    padding: 110px 0px 0px;
    background: rgb(255, 255, 255);
}

.op_top {
    display: flex;
    width: 100%;
}

.op_top > div {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    text-align: left;
}

.op_top > div:first-child {
    padding: 40px 0px;
}

.op_top > div:last-child {
    border-style: solid;
    border-color: rgb(234, 234, 234);
    border-image: initial;
    border-width: 1px 1px 0px;
}

h1.bf_title {
    font-weight: 700;
    color: rgb(0, 0, 0);
    font-size: 60px;
    font-family: Barlow, sans-serif;
    width: 100%;
    line-height: 1.2;
    margin: 0px 0px 30px;
}

.op_top p {
    font-size: 18px;
}

.pd_slider img {
    max-width: 100%;
    display: block;
    margin: 0px auto;
}

.op_top > div:first-child ul {
    width: 100%;
    margin-top: 30px;
}

.op_top > div:first-child ul li {
    float: left;
}

.op_top > div:first-child ul li + li {
    margin-left: 1px;
}

.op_top > div:first-child ul li button {
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 28px;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.pd_thumbs {
    border-top: 1px solid rgb(234, 234, 234);
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.pd_thumb {
    text-align: center;
}

.pd_thumb img {
    height: 60px;
    opacity: 0.3;
}

.pd_thumb span {
    color: rgb(146, 146, 146);
    font-weight: 600;
    margin-top: 15px;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd_thumb {
    border-style: solid;
    border-color: rgb(234, 234, 234);
    border-image: initial;
    border-width: 0px 1px 1px;
    padding: 15px;
    display: flex;
    place-content: center;
    flex-wrap: wrap;
    background: rgb(255, 255, 255);
    cursor: pointer;
    height: 180px;
}

.pd_thumbs .swiper-slide + .swiper-slide .pd_thumb {
    border-left: none;
}

.swiper-slide-thumb-active .pd_thumb img {
    opacity: 1;
}

.swiper-slide-thumb-active .pd_thumb span {
    color: rgb(0, 0, 0);
}

.thumb_left {
    float: left;
    width: calc(100% - 250px);
}

.pd_thumbs .auto-container {
    position: relative;
}

.likeRow::before {
    display: table;
    content: " ";
}

.likeRow::after {
    display: table;
    content: " ";
    clear: both;
}

a.pd_thumb_right {
    position: absolute;
    right: 15px;
    top: -1px;
    height: calc(100% + 2px);
    background-color: rgb(0, 0, 0);
    width: 250px;
    display: flex;
    align-content: center;
    color: rgb(255, 255, 255);
    font-family: Barlow, sans-serif;
    font-size: 24px;
    line-height: 1.4;
    padding: 0px 30px;
    flex-wrap: wrap;
}

.pd_thumb_right span {
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
}

.pd_slider a span {
    font-weight: 600;
    color: rgb(0, 0, 0);
    font-size: 18px;
    margin: 0px 0px 15px;
    padding-left: 15px;
    display: none;
}

.ps_inner {
    display: flex;
    align-items: center;
}

.ps_inner > div {
    width: 50%;
}

.partners_section {
    padding-top: 100px;
}

.ps_logo > div {
    width: 25%;
    float: left;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(234, 234, 234);
    padding: 0px 15px;
    margin-bottom: -1px;
}

.ps_logo > div:nth-child(2), .ps_logo > div:nth-child(7), .ps_logo > div:nth-child(9), .ps_logo > div:nth-child(14) {
    background: rgb(245, 245, 245);
}

.ps_logo > div + div {
    margin-left: -1px;
}

.ps_inner > div:last-child {
    padding-left: 60px;
    text-align: right;
}

.ps_logo > div img {
    max-width: 90%;
    max-height: 90%;
}

.ps_logo {
    position: relative;
}

.ps_logo::before {
    content: "";
    position: absolute;
    inset: 0px 3px -1px -1px;
    border: 2px solid rgb(255, 255, 255);
    pointer-events: none;
}

.mainSwiper img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.mainSwiper .swiper-slide::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.main_texts {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.main_texts h1, .main_texts h1 p {
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 60px;
    font-family: Barlow, sans-serif;
    line-height: 1.1;
}

.mainSwiper .swiper-slide > .auto-container {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
}

.main_exp {
    padding: 40px 60px;
    background: rgba(255, 255, 255, 0.2);
    color: rgb(255, 255, 255);
    font-size: 20px;
    width: calc(100% - 450px);
}

.main_exp p {
    margin: 0px;
}

.mainSwiper > .auto-container {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 2;
}

.mainSwiper > .auto-container ul {
    pointer-events: all;
    width: 450px;
    float: right;
}

.mainSwiper > .auto-container ul li {
    float: left;
    width: 50%;
}

.mainSwiper > .auto-container ul li button {
    background-color: rgb(0, 0, 0);
    height: 80px;
    font-size: 30px;
    width: 100%;
    cursor: pointer;
    color: rgb(255, 255, 255);
}

#mainPagination {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    left: 50px;
    bottom: auto;
    width: auto;
}

#mainPagination::before {
    content: "";
    position: absolute;
    bottom: -100px;
    right: 0px;
    width: 1px;
    border: 0px;
    top: -100px;
    margin: 0px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 33%, rgba(255, 255, 255, 0.2) 66%, rgba(255, 255, 255, 0) 100%);
}

#mainPagination .swiper-pagination-bullet {
    opacity: 0.6;
    width: auto;
    display: block;
    height: auto;
    margin: 0px;
    color: rgb(255, 255, 255);
    background: transparent;
    font-weight: 400;
    font-size: 20px;
    padding: 3px 30px 3px 5px;
    cursor: pointer;
    border-radius: 0px;
}

#mainPagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: rgb(0, 0, 0);
}

#mainPagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-top: 15px;
}

#mainPagination .swiper-pagination-bullet::before {
    content: "0";
}

a.scroll {
    left: 50px;
    bottom: 50px;
    position: absolute;
    z-index: 2;
}

a.scroll span {
    display: block;
    width: 20px;
    height: 30px;
    border-radius: 10px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

a.scroll span::after {
    width: 2px;
    height: 1px;
    background: rgb(255, 255, 255);
    display: block;
    content: "";
    position: absolute;
    top: 5px;
    left: 45%;
    animation: 1s ease 0s infinite normal none running mainArrowAnim;
}

@-webkit-keyframes mainArrowAnim {
    0% {
        height: 0px;
    }

    50% {
        height: 10px;
    }

    100% {
        height: 0px;
    }
}

@keyframes mainArrowAnim {
    0% {
        height: 0px;
    }

    50% {
        height: 10px;
    }

    100% {
        height: 0px;
    }
}

.for_img > li:first-child {
    display: none;
}

@media (min-width: 1024px) {
    .for_img > li:first-child {
        display: block;
    }

    .for_img {
        min-height: 400px;
        overflow: hidden;
        width: 750px !important;
        padding-right: 330px !important;
    }

    .for_img li:first-child {
        right: 0px;
        top: 0px;
        height: 100%;
        border-radius: 0px 10px 10px 0px;
        position: absolute !important;
        width: 300px !important;
    }

    .for_img li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.indexHeader {
}

.indexHeader .header_lng a img:first-child {
    display: none;
}

.indexHeader .header_lng a img:last-child {
    display: block;
}

#index_header.indexHeader .header_lng a img:last-child {
    display: none;
}

#index_header.indexHeader .header_lng a img:first-child {
    display: block;
}

#index_header.main-header .header-upper .logo-box .logo {
    margin-top: 5px;
}

.about_content {
    display: flex;
}

.about_content > div.about_left {
    width: 470px;
    padding-right: 80px;
}

.about_content > div {
    padding: 90px 0px;
}

.about_content > div.about_right {
    flex: 1 1 0%;
    border-left: 1px solid rgb(213, 216, 220);
    padding-left: 90px;
}

.bigContainer {
    width: 1900px;
    margin: 0px auto;
    padding: 0px 30px;
    max-width: 90%;
}

.about_left h2 {
    margin: 0px 0px 50px;
    color: rgb(21, 29, 32);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -1.5px;
    font-family: "Open Sans", sans-serif;
}

.about_left ul li {
    clear: both;
    position: relative;
}

.about_left ul li + li {
    margin-top: 25px;
}

.about_left ul li a {
    color: rgb(21, 29, 32);
    opacity: 0.4;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
}

.about_left ul li.page_act a {
    opacity: 1;
}

.about_left ul li.page_act::before {
    content: "+";
    font-family: FontAwesome;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(0, 0, 0);
    font-size: 22px;
}

ul.ar_breadcrumb {
    white-space: nowrap;
    margin: 0px 0px 80px;
}

ul.ar_breadcrumb > li {
    display: inline;
    position: relative;
}

ul.ar_breadcrumb > li + li {
    margin-left: 20px;
}

ul.ar_breadcrumb > li + li::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 6px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgb(141, 152, 161);
}

.about_right > ul.ar_breadcrumb > li a {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    color: rgb(141, 152, 161);
}

.about_right > ul.ar_breadcrumb > li:last-child a {
    color: rgb(21, 29, 32);
    pointer-events: none;
    text-decoration: underline;
}

h1.titleStyle1 {
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin: 0px 0px 30px;
    color: rgb(0, 0, 0);
    font-size: 60px;
    letter-spacing: -3px;
    line-height: normal;
}

.about_right p {
    font-size: 18px;
    color: rgb(21, 29, 32);
    text-align: justify;
    margin-bottom: 0px;
}

.about_right p + p {
    margin-top: 30px;
}

#index_header > div {
    border: none;
}

#mapFrame iframe {
    width: 100%;
    height: 50vh;
    vertical-align: middle;
}

.cp_content {
    display: flex;
    padding: 100px 0px;
    flex-wrap: wrap;
}

.cp_content > div {
    width: 50%;
}

.cp_content h1 {
    font-weight: 700;
    font-size: 28px;
    color: rgb(0, 0, 0);
    font-family: "Open Sans", sans-serif;
    letter-spacing: -1px;
    margin: 0px 0px 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(213, 216, 220);
}

.cp_list li {
    clear: both;
    color: rgb(119, 119, 119);
    font-size: 18px;
    line-height: 1.6;
    padding-right: 30px;
}

.cp_list li + li {
    margin-top: 20px;
}

.cp_list li span {
    display: block;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.5px;
    margin: 0px 0px 15px;
    color: rgb(0, 0, 0);
}

#blackBtn {
    background-color: rgb(0, 0, 0);
    width: 100%;
}

#blackBtn::before {
    display: none;
}

.iban_box {
    padding: 30px;
    border: 1px solid rgb(213, 216, 220);
}

.iban_box + .iban_box {
    margin-top: 30px;
}

.iban_box h3 {
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -2px;
    font-family: "Open Sans", sans-serif;
    margin: 0px;
    padding-bottom: 30px;
}

.iban_box h3 span {
    letter-spacing: -1px;
    display: block;
    font-weight: 400;
    line-height: normal;
    font-size: 22px;
}

.iban_box ul li {
    color: rgb(146, 146, 146);
    clear: both;
    font-size: 24px;
    padding: 15px 30px;
    background: rgb(245, 245, 245);
    font-weight: 400;
}

.iban_box ul li + li {
    margin-top: 30px;
}

.iban_box ul li span {
    display: block;
    color: rgb(0, 0, 0);
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 700;
}

.all_works {
    border-top: 1px solid rgb(213, 216, 220);
    margin-top: 80px;
}

.work_row > div {
    padding: 60px 0px;
}

a.work_row, .work_row {
    display: flex;
    color: rgb(0, 0, 0);
}

.wr_year {
    width: 200px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-size: 34px;
    border-right: 1px solid rgb(213, 216, 220);
    text-align: center;
}

.work_row > div.wr_texts {
    flex: 1 1 0%;
    padding-left: 40px;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    letter-spacing: -0.2px;
}

.work_row > div.wr_texts > span {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: -1px;
    padding-bottom: 30px;
    display: inline-block;
    position: relative;
    line-height: 1.2;
}

.work_row > div.wr_texts > span::before {
    content: "";
    position: absolute;
    left: -41px;
    top: -3px;
    width: 5px;
    height: 30px;
    background-color: rgb(0, 0, 0);
}

.work_row > div.wr_texts > p {
    font-size: 22px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -1px;
}

.wr_content {
    margin: 40px 0px;
}

.pp_photos {
    margin: 0px -15px;
}

.pp_photos > div {
    float: left;
    width: 25%;
    padding: 0px 15px;
    margin-bottom: 30px;
}

.wr_year span {
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
    font-size: 24px;
}

.blog_img {
    width: 100%;
}

#blog_lister img {
    width: 400px;
    max-width: 100%;
    display: block;
    margin-bottom: 30px;
}

#blog_lister strong {
    display: block;
    margin-top: 15px;
}

footer {
    position: relative;
    z-index: 5;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    background: rgb(23, 23, 23);
}

footer .content {
    background: rgb(23, 23, 23);
    width: 100%;
}

footer .left {
    width: 62.5%;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4%;
    background: rgb(23, 23, 23);
}

footer .right {
    width: 37.5%;
    float: left;
    padding: 4%;
    background: rgb(23, 23, 23);
}

footer .right h2 {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    padding-bottom: 30px;
}

footer .footerNav {
    width: 100%;
}

footer .footerNav ul {
    width: 33.3333%;
    float: left;
}

footer .footerNav ul li {
    width: 100%;
}

footer .footerNav ul li a {
    color: rgb(255, 255, 255);
    font-size: 14px;
    display: block;
    padding: 5px 0px;
    opacity: 0.6;
    position: relative;
}

footer .footerNav ul li a span {
    position: relative;
}

footer .footerNav ul li a.caption {
    font-size: 18px;
    opacity: 1;
    padding-bottom: 10px;
    margin-top: 30px;
}

footer .footerNav ul li a:hover {
    opacity: 1;
}

footer .footerNav ul li a::before {
    width: 0%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: -5px;
    background: rgb(0, 0, 0);
    transition: all 0.3s ease 0s;
}

footer .footerNav ul li a:hover::before {
    width: 50%;
}

footer .footerNav ul li:first-child a.caption {
    margin-top: 0px;
}

footer .footerNav::after {
    display: block;
    width: 100%;
    height: 0px;
    clear: both;
    content: "";
}

footer .social {
    width: 100%;
}

footer .social a {
    color: rgb(255, 255, 255);
    display: block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    margin-right: 6px;
    float: left;
    text-align: center;
    position: relative;
}

footer .social a img {
    height: 30px;
    position: relative;
    top: -3px;
}

footer .social a::before {
    width: 0%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    background: rgb(0, 0, 0);
    transition: all 0.3s ease 0s;
}

footer .social a:hover::before {
    width: 100%;
}

footer .copyRight {
    width: 100%;
    padding-top: 100px;
}

footer .copyRight img {
    float: left;
    width: 80px;
}

footer .copyRight p {
    float: left;
    color: rgb(255, 255, 255);
    font-size: 11px;
    font-weight: 300;
    margin-left: 5%;
    line-height: 2;
    padding-top: 30px;
}

footer .copyRight p span {
    font-size: 12px;
    color: rgb(255, 255, 255);
    opacity: 0.5;
}

footer .copyRight p a {
    font-size: 12px;
    color: rgb(255, 255, 255);
    opacity: 0.5;
}

footer .copyRight p a:hover {
    opacity: 1;
}

footer .fRow {
    width: 100%;
    margin-bottom: 70px;
    transition: all 0.3s ease 0s;
    position: relative;
}

footer .fRow input {
    border: none;
    background: none;
    height: 55px;
}

footer .fRow input[type="text"] {
    padding-left: 25px;
    font-size: 11px;
    color: rgb(255, 255, 255);
    letter-spacing: 2px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

footer .fRow input[type="button"] {
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: url("../images/icons/rightArrowRed.svg") center center no-repeat rgb(23, 23, 23);
    color: rgb(255, 255, 255);
    width: 100%;
}

footer .fRow .captcha {
    position: relative;
}

footer .fRow .captcha img {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    height: 100%;
    width: 150px;
}

footer .fRow .captcha input {
    border-top: none;
    padding-left: 170px !important;
}

footer .fRow .kvkk {
    margin: 30px 0px 5px;
}

footer .fRow .kvkk::after {
    display: block;
    width: 100%;
    height: 0px;
    clear: both;
    content: "";
}

footer .fRow input[type="checkbox"] {
    display: none;
    appearance: none;
}

footer .fRow input[type="checkbox"] + label {
    position: relative;
    padding-left: 30px;
    font-size: 12px;
    color: white;
    font-weight: 400;
    line-height: 1.3;
    float: right;
    cursor: default;
}

footer .fRow input[type="checkbox"] + label a {
    font-weight: bold;
    color: rgb(255, 255, 255);
}

footer .fRow input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid white;
    position: absolute;
    top: 50%;
    left: 0px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    transform: translateY(-50%);
}

footer .fRow input[type="checkbox"] + label::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: white;
    position: absolute;
    top: 50%;
    left: 5px;
    opacity: 0;
    transition: all 0.3s ease 0s;
    transform: translateY(-50%);
}

footer .fRow input[type="checkbox"]:checked + label::after {
    opacity: 1;
}

footer .callCenter {
    background: url("../images/icons/phone.svg") left top no-repeat;
    padding-top: 115px;
    color: rgb(255, 255, 255);
    font-size: 24px;
    letter-spacing: -0.6px;
}

footer .callCenter a {
    display: block;
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 300;
}

footer .callCenter a strong {
    font-weight: 700;
}

.callCenter > img {
    height: 50px;
    display: block;
    margin-bottom: 20px;
}

.callCenter span {
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
}

.callCenter a strong {
    color: rgb(255, 255, 255);
}

.video_slider > video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

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

.media_container > div {
    width: 50%;
}

.mc_left {
    position: relative;
    min-height: 500px;
    padding-right: 410px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.mc_left img {
    position: absolute;
    right: 100px;
    top: 30px;
    width: 220px;
}

.mc_left .mc_title {
    font-weight: 900;
    color: rgb(0, 0, 0);
    font-size: 32px;
    width: 100%;
    display: inline-block;
    line-height: 1;
    margin-top: 30px;
}

.mc_title span {
    display: block;
    color: rgb(146, 146, 146);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.media_content1 {
    background-color: rgb(0, 0, 0);
    padding: 60px;
}

.media_content2 {
    background-color: rgb(51, 51, 51);
    min-height: 100px;
    padding: 60px;
    display: flex;
    align-items: center;
}

.media_content1 .mc_title, .media_content2 .mc_title {
    font-weight: 900;
    color: rgb(255, 255, 255);
    font-size: 32px;
    width: 100%;
    display: inline-block;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 40px;
}

.media_content2 .mc_title {
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-size: 24px;
    width: 100%;
    display: inline-block;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 40px;
    padding-right: 100px;
}

.media_content2 a.btn-style-one {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    width: 230px;
    text-align: center;
}

.subs_result {
    text-align: center;
    padding: 120px 0px;
}

.subs_result h1 {
    font-weight: 700;
    font-size: 36px;
    color: rgb(34, 34, 34);
    margin: 0px 0px 30px;
}

.subs_result p {
    font-size: 20px;
}

section.subPage {
    margin: 0px;
    padding: 116px 0px 0px;
}

section.subPage .content {
    width: 100%;
}

section.subPage .breadCrumb {
    position: relative;
    margin-bottom: 80px;
}

section.subPage .breadCrumb a {
    font-size: 12px;
    color: rgb(141, 152, 161);
    float: left;
    position: relative;
    padding-left: 10px;
    margin-right: 10px;
}

section.subPage .breadCrumb a::before {
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    background: rgb(112, 112, 112);
    border-radius: 5px;
}

section.subPage .breadCrumb a:last-child {
    color: rgb(21, 29, 32);
    text-overflow: ellipsis;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

section.subPage .breadCrumb a:first-child {
    padding-left: 0px;
}

section.subPage .breadCrumb a:first-child::before {
    display: none;
}

section.subPage .breadCrumb::after {
    display: block;
    width: 100%;
    height: 0px;
    clear: both;
    content: "";
}

section.subPage .pageContent > .breadCrumb {
    margin: 80px 0px;
}

section.subPage .sideMenu {
    width: 21%;
    padding: 90px 90px 0px 0px;
    position: fixed;
    left: 7%;
}

section.subPage .sideMenu h2 {
    font-size: 30px;
    color: rgb(21, 29, 32);
    letter-spacing: -0.75px;
    padding-bottom: 40px;
}

section.subPage .sideMenu ul {
    width: 100%;
}

section.subPage .sideMenu ul li {
    display: block;
    width: 100%;
}

section.subPage .sideMenu ul li a {
    color: rgb(21, 29, 32);
    font-size: 17px;
    display: block;
    font-weight: 500;
    padding: 15px 0px;
    position: relative;
    opacity: 0.4;
}

section.subPage .sideMenu ul li a::before {
    position: absolute;
    right: 30px;
    top: 0px;
    display: block;
    content: "";
    width: 30px;
    height: 100%;
    background: url("../images/icons/rightArrowBlue.svg") center center no-repeat;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

section.subPage .sideMenu ul li a:hover, section.subPage .sideMenu ul li a.active {
    opacity: 1;
}

section.subPage .sideMenu ul li a:hover::before, section.subPage .sideMenu ul li a.active::before {
    right: 0px;
    opacity: 1;
}

section.subPage .sideMenu ul li ul {
    display: none;
}

section.subPage .sideMenu ul li ul li a {
    font-size: 14px;
    border-bottom: none;
}

section.subPage .sideMenu ul li ul li a small {
    font-size: 12px;
    font-weight: normal;
    display: block;
}

section.subPage .sideMenu ul li ul li a::before {
    display: none;
}

section.subPage .pageContent {
    width: 86%;
    position: relative;
    margin: auto;
}

section.subPage .pageContent::after {
    width: 33.3333%;
    height: 480px;
    display: block;
    content: "";
    position: absolute;
    left: -34%;
    bottom: 0px;
    background: linear-gradient(0deg, rgb(242, 244, 246) 0%, rgb(242, 244, 246) 50%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}
#noAfter .pageContent::after{
    display: none;
}
section#noAfter{
    margin: 0 auto;
}
section#noAfter.subPage .pageContent{
    width: calc(100% - 60px);
}

section.subPage .pageContent h1 {
    font-size: 60px;
    color: rgb(21, 29, 32);
    letter-spacing: -1.5px;
    padding-bottom: 30px;
}

section.subPage .pageContent.pb {
    padding-bottom: 200px;
}

section.subPage .sideMenu + .pageContent {
    width: 72%;
    float: right;
    border-left: 1px solid rgb(213, 216, 220);
    min-height: 100vh;
}

section.subPage .pageInner {
    color: rgb(21, 29, 32);
    font-size: 21px;
    line-height: 1.5;
    width: 90.2%;
    position: relative;
}

section.subPage .pageInner.w100 {
    width: 100%;
}

section.subPage .pageInner.pad {
    padding: 90px;
}

section.subPage .pageInner.bordered {
    border-top: 1px solid rgb(213, 216, 220);
    border-bottom: 1px solid rgb(213, 216, 220);
}

section.subPage .pageInner.boxedImg {
    position: relative;
}

section.subPage .pageInner.boxedImg .bgImg {
    display: block;
    width: 100%;
    height: auto;
}

section.subPage .pageInner.boxedImg .box {
    width: 33.333%;
    position: absolute;
    height: 40%;
    background: rgb(255, 255, 255);
    padding: 50px;
    top: 0px;
    left: 0px;
}

section.subPage .pageInner.boxedImg .box div {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.65px;
    color: rgb(21, 29, 32);
}

section.subPage .pageInner.boxedImg .box div img {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

section.subPage .pageInner.boxedImg .box div strong {
    font-size: 60px;
    color: rgb(0, 58, 108);
    letter-spacing: -4.5px;
    display: block;
}

section.subPage .pageInner.boxedImg .box.b2 {
    background: rgb(233, 235, 237);
    border: 1px solid rgb(213, 216, 220);
    top: 40%;
}

section.subPage .pageInner.boxedImg .boxSmall {
    width: 16.6667%;
    height: 20%;
    position: absolute;
    background: rgb(242, 244, 246);
    border: 1px solid rgb(213, 216, 220);
}

section.subPage .pageInner.boxedImg .boxSmall.b3 {
    top: 0px;
    left: 33.333%;
    background: rgb(233, 235, 237);
}

section.subPage .pageInner.boxedImg .boxSmall.b4 {
    top: 0px;
    left: 50%;
}

section.subPage .pageInner.boxedImg .boxSmall.b5 {
    top: 80%;
    left: 50%;
}

section.subPage .pageInner.boxedImg .boxSmall.b6 {
    top: 60%;
    right: 0px;
}

section.subPage .pageInner.boxedImg .boxSmall.b7 {
    top: 80%;
    right: 0px;
}

section.subPage .pageInner.boxedImg .redBox {
    width: 16.6667%;
    height: 40%;
    position: absolute;
    top: 20%;
    right: 0px;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    color: rgb(255, 255, 255);
    letter-spacing: -0.65px;
    background: rgb(0, 58, 108);
    padding-top: 5%;
}

section.subPage .pageInner.boxedImg .redBox strong {
    display: block;
    font-size: 60px;
    letter-spacing: -4.5px;
}

section.subPage .pageInner.boxedImg .whiteBox {
    width: 16.6667%;
    height: 40%;
    position: absolute;
    bottom: 0%;
    left: 66.6667%;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    color: rgb(21, 29, 32);
    letter-spacing: -0.65px;
    background: rgb(255, 255, 255);
    padding-top: 5%;
}

section.subPage .pageInner.boxedImg .whiteBox strong {
    display: block;
    font-size: 44px;
    letter-spacing: -3.3px;
    color: rgb(0, 58, 108);
}

section.subPage .pageInner.boxedImg .visionBox {
    width: 30%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 90px;
    background: rgb(242, 244, 246);
    font-weight: 600;
    color: rgb(21, 29, 32);
    font-size: 24px;
    letter-spacing: -1.2px;
}

section.subPage .pageInner.boxedImg .visionBox img {
    display: block;
    margin-bottom: 25px;
}

section.subPage .pageInner.boxedImg .visionBox span {
    display: block;
    color: rgb(0, 58, 108);
}

section.subPage .pageInner p {
    padding-bottom: 30px;
}

section.subPage .pageInner p.red, section.subPage .pageInner p a {
    color: rgb(0, 58, 108);
}

section.subPage .pageInner .sTitle {
    font-size: 30px;
    font-weight: 800;
    display: block;
    margin-top: 35px;
}

section.subPage .pageInner .sTitle.partnershipStructure {
    font-size: 24px;
}

section.subPage .pageInner .sTitle.corpManagement {
    color: rgb(0, 58, 108);
    font-weight: 700;
    margin-bottom: 25px;
}

section.subPage .pageInner .sTitle.subsidiaries {
    opacity: 0.5;
    font-weight: 700;
    font-size: 21px;
}

section.subPage .pageInner.kvkk h4 {
    padding: 20px 0px;
}

section.subPage .pageInner.kvkk ol li {
    display: list-item;
    list-style-type: lower-roman;
    margin-left: 20px;
}

section.subPage .pageInner.kvkk ol li li {
    list-style-type: lower-latin;
}

section.subPage .pageBanner {
    width: 100%;
}

section.subPage .pageBanner img {
    width: 100%;
    display: block;
}

section.subPage .fullContent {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding: 60px 0px 150px;
}

section.subPage .investor-relations-content {
    position: relative;
    width: 100%;
    background: rgb(0, 177, 249);
    overflow: hidden;
    margin-bottom: 200px;
}

section.subPage .investor-relations-content .top, section.subPage .investor-relations-content .bottom {
    position: relative;
    width: 100%;
    overflow: hidden;
}

section.subPage .investor-relations-content .top .left, section.subPage .investor-relations-content .bottom .left {
    width: 45.62%;
    padding: 0px 45px 55px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

section.subPage .investor-relations-content .top .right, section.subPage .investor-relations-content .bottom .right {
    width: 54.38%;
    padding: 0px 50px 55px;
}

section.subPage .investor-relations-content .top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.subPage .investor-relations-content .top .left, section.subPage .investor-relations-content .top .right {
    padding-top: 185px;
}

section.subPage .investor-relations-content .bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-wrap: wrap;
}

section.subPage .investor-relations-content .bottom .left {
    float: left;
    padding: 46px 45px;
    border: none;
}

section.subPage .investor-relations-content .bottom .left > div:first-child h2 {
    position: absolute;
}

section.subPage .investor-relations-content .bottom .right {
    float: left;
    padding: 0px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: -1px;
}

section.subPage .investor-relations-content .bottom .right .bottom-item:nth-child(2) {
    padding: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

section.subPage .investor-relations-content .bottom .right .bottom-item:nth-child(2) > div {
    margin-bottom: 10px;
}

section.subPage .investor-relations-content .bottom .right .bottom-item:nth-child(3) > div {
    border: none;
}

section.subPage .investor-relations-content .bottom .right .bottom-item:nth-child(3) > div:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

section.subPage .investor-relations-content .top-item {
    position: relative;
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

section.subPage .investor-relations-content .top-item:first-child {
    justify-content: initial;
}

section.subPage .investor-relations-content .top-item > img {
    margin-left: 30px;
}

section.subPage .investor-relations-content .top-item > img:first-child {
    margin-left: 0px;
}

section.subPage .investor-relations-content .top-item > div p {
    display: block;
    font-size: 1.25em;
    font-weight: 400;
    color: rgb(255, 255, 255);
    width: 100%;
}

section.subPage .investor-relations-content .top-item > div span {
    display: block;
    font-size: 2.25em;
    font-weight: 700;
    color: rgb(255, 255, 255);
    line-height: 100%;
}

section.subPage .investor-relations-content .top-item span.imkbCode {
    font-size: 24px;
    padding-left: 15px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

section.subPage .investor-relations-content .bottom-item > img {
    display: block;
    margin: 0px auto;
}

section.subPage .investor-relations-content .bottom-item h2 {
    font-size: 1.25em;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

section.subPage .investor-relations-content .bottom-item .gain {
    margin-left: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 128px;
    font-size: 2.4em;
    line-height: 100%;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

section.subPage .investor-relations-content .bottom-item .gain sup {
    font-size: 20px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    top: -18px;
}

section.subPage .investor-relations-content .bottom-item .bottom-item-left {
    width: 40%;
}

section.subPage .investor-relations-content .bottom-item .bottom-item-left.note {
    width: 100%;
}

section.subPage .investor-relations-content .bottom-item .bottom-item-right {
    width: 60%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

section.subPage .investor-relations-content .bottom-item .bottom-item-left, section.subPage .investor-relations-content .bottom-item .bottom-item-right {
    padding: 50px;
}

section.subPage .investor-relations-content .bottom-item .bottom-item-left > div, section.subPage .investor-relations-content .bottom-item .bottom-item-right > div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

section.subPage .investor-relations-content .bottom-item .bottom-item-left > div p, section.subPage .investor-relations-content .bottom-item .bottom-item-left > div span, section.subPage .investor-relations-content .bottom-item .bottom-item-right > div p, section.subPage .investor-relations-content .bottom-item .bottom-item-right > div span {
    display: block;
    font-size: 1.25em;
    font-weight: 600;
    color: rgb(255, 255, 255);
    line-height: 100%;
}

section.subPage .investor-relations-content .bottom-item .bottom-item-left > div p, section.subPage .investor-relations-content .bottom-item .bottom-item-right > div p {
    width: 100px;
}

section.subPage .investor-relations-content .bottom-item .bottom-item-left .small, section.subPage .investor-relations-content .bottom-item .bottom-item-right .small {
    display: block;
    width: 100%;
    font-size: 0.8125em;
    font-weight: 400;
    color: rgb(255, 255, 255);
}

section.subPage .investor-relations-content .bottom-item .bottom-item-left a, section.subPage .investor-relations-content .bottom-item .bottom-item-right a {
    font-size: 0.9375em;
    font-weight: 600;
    color: rgb(255, 255, 255);
    display: none;
}

section.subPage .investor-relations-content .bottom-item .bottom-item-left a.indesLink, section.subPage .investor-relations-content .bottom-item .bottom-item-right a.indesLink {
    display: inline;
}

section.subPage .investor-relations-content .bottom-item > div {
    width: 100%;
}

section.subPage .investor-relations-content .bottom-item > div p, section.subPage .investor-relations-content .bottom-item > div span {
    display: block;
    font-size: 1.25em;
    font-weight: 600;
    color: rgb(255, 255, 255);
    line-height: 100%;
}

section.subPage .investor-relations-content .bottom-item > div p {
    width: 180px;
}

section.subPage .investor-relations-content .bottom-item.dFlex, section.subPage .investor-relations-content .bottom-item .dFlex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

section.subPage .investor-relations-content .bottom-item::after {
    display: block;
    width: 100%;
    height: 0px;
    clear: both;
    content: "";
}

section.subPage .investor-relations-content .bottom-item .donutChart {
    float: right;
}

section.subPage .investorArea {
    background-color: rgb(0, 58, 108);
    margin-bottom: 100px;
}

section.subPage .investorArea .row {
    display: flex;
}

section.subPage .investorArea .row.investorRelations {
    width: 90.2%;
    padding: 0px 0px 0px 95px;
    color: white;
}

section.subPage .investorArea .row.investorRelations .col.fLeft {
    width: 46%;
}

section.subPage .investorArea .row.investorRelations .col.fLeft .investor {
    padding-bottom: 40px;
    padding-top: 125px;
}

section.subPage .investorArea .row.investorRelations .col.fLeft .investor .item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-right: 70px;
}

section.subPage .investorArea .row.investorRelations .col.fLeft .investor .item img {
    margin-right: 20px;
    display: block;
}

section.subPage .investorArea .row.investorRelations .col.fLeft .investor .item:last-child {
    justify-content: space-between;
}

section.subPage .investorArea .row.investorRelations .col.fLeft .investor.bottomArea {
    padding-top: 70px;
}

section.subPage .investorArea .row.investorRelations .col.fRight {
    width: 54%;
}

section.subPage .investorArea .row.investorRelations .col.fRight .chartArea {
    padding-top: 125px;
    padding-left: 30px;
}

section.subPage .investorArea .row.investorRelations .col.fRight .item .row {
    display: flex;
}

section.subPage .investorArea .row.investorRelations .col.fRight .item .row .col {
    padding: 70px 70px 70px 30px;
}

section.subPage .investorArea .row.investorRelations .col.fRight .item .row .col:nth-child(1) {
    width: 39%;
}

section.subPage .investorArea .row.investorRelations .col.fRight .item .row .col:nth-child(2) {
    width: 61%;
}

section.subPage .investorArea .row.investorRelations .col.fRight .item .row .col div {
    margin-bottom: 5px;
}

section.subPage .investorArea .row.investorRelations .col.fRight .item.pad {
    padding: 70px 70px 70px 30px;
}

section.subPage .investorArea .row.investorRelations .col.fRight .item.pad .wrapper {
    margin-bottom: 10px;
}

section.subPage .investorArea .row.investorRelations .col.fRight .item.pad .wrapper .row {
    max-width: 350px;
    justify-content: space-between;
}

section.subPage .investorArea .row.investorRelations .col.fRight .item:last-child {
    border-bottom: none;
}

section.subPage .investorArea .row.investorRelations .col.fRight span {
    display: inline-block;
}

section.subPage .investorArea .row.investorRelations .col.fRight small {
    display: inline-block;
}

section.subPage .investorArea .row.investorRelations small {
    display: block;
    font-size: 18px;
    font-weight: 400;
}

section.subPage .investorArea .row.investorRelations small.big {
    font-weight: 600;
    font-size: 19px;
    letter-spacing: 1px;
}

section.subPage .investorArea .row.investorRelations small.small {
    font-size: 12px;
}

section.subPage .investorArea .row.investorRelations span {
    font-size: 18px;
    font-weight: 700;
}

section.subPage .investorArea .row.investorRelations span.big {
    font-size: 31px;
}

section.subPage .shareInfo .row {
    display: flex;
    padding: 60px 140px 60px 90px;
}

section.subPage .shareInfo .row .left {
    width: 78%;
}

section.subPage .shareInfo .row .left h3 {
    font-size: 48px;
}

section.subPage .shareInfo .row .right {
    width: 22%;
    text-align: right;
}

section.subPage .shareInfo .row .right span {
    font-weight: 700;
    display: inline-block;
}

section.subPage .shareInfo .row .right span:nth-child(1) {
    font-size: 48px;
}

section.subPage .shareInfo .row .right span:nth-child(2) {
    font-size: 30px;
    color: green;
    margin-left: 40px;
}

section.subPage .shareInfo .row:nth-child(1) {
    padding-top: 0px;
}

section.subPage .shareInfo .row:nth-child(2) div {
    margin-right: 65px;
}

section.subPage .shareInfo .row:nth-child(3) div {
    margin-right: 140px;
}

section.subPage .shareInfo .bottomArea {
    margin-top: 40px;
}

section.subPage .shareInfo .bottomArea div {
    margin-bottom: 50px;
}

section.subPage .shareInfo .bottomArea div:nth-child(2) {
    display: flex;
}

section.subPage .shareInfo .bottomArea div:nth-child(2) p {
    margin-right: 110px;
    margin-bottom: 0px;
}

section.subPage .shareInfo small {
    font-size: 14px;
    font-weight: 400;
    color: rgb(21, 29, 32);
    opacity: 0.5;
    display: block;
}

section.subPage .shareInfo small.big {
    font-size: 21px;
}

section.subPage .shareInfo small.normal {
    font-size: 16px;
}

section.subPage .shareInfo span {
    font-size: 24px;
    color: rgb(21, 29, 32);
    font-weight: 700;
}

section.subPage .shareInfo span.small {
    font-size: 19px;
}

section.subPage .tableArea {
    padding-left: 90px;
    position: relative;
    width: 90.2%;
    margin-top: -40px !important;
}

section.subPage .tableArea p {
    color: rgb(21, 29, 32);
    font-size: 21px;
    line-height: 1.5;
    padding-bottom: 20px;
}

section.subPage .tableArea a {
    color: rgb(21, 29, 32);
}

section.subPage .tableArea h2 {
    font-weight: 700;
    font-size: 30px;
    color: rgb(21, 29, 32);
    opacity: 0.5;
    margin-bottom: 20px;
}

section.subPage .tableArea .year {
    padding: 20px 10px;
    width: 300px;
    background-color: transparent;
    border-color: rgb(21, 29, 32);
    margin-top: 40px;
    margin-bottom: 50px;
}

section.subPage .tableArea .table {
    margin-bottom: 60px;
}

section.subPage .tableArea .table .row {
    display: flex;
    border-bottom: 1px solid rgb(213, 216, 220);
    padding: 15px 0px;
    align-items: center;
    transition: all 0.3s ease 0s;
}

section.subPage .tableArea .table .row .download {
    font-size: 11px;
    color: rgb(21, 29, 32);
    position: relative;
    padding-right: 30px;
}

section.subPage .tableArea .table .row .download::before {
    content: "";
    position: absolute;
    width: 23px;
    height: 20px;
    background: url("../images/icons/download.svg") no-repeat;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

section.subPage .tableArea .table .row .download:hover {
    color: rgb(0, 58, 108);
}

section.subPage .tableArea .table .row.redHead {
    color: rgb(0, 58, 108);
    font-size: 16px;
}

section.subPage .tableArea .table .row.partnershipStructureTable .col {
    font-weight: 700;
}

section.subPage .tableArea .table .row.partnershipStructureTable .col:nth-child(1) {
    width: 35%;
}

section.subPage .tableArea .table .row.partnershipStructureTable .col:nth-child(2) {
    width: 10%;
}

section.subPage .tableArea .table .row.partnershipStructureTable .col:nth-child(3) {
    width: 15%;
}

section.subPage .tableArea .table .row.partnershipStructureTable .col:nth-child(4) {
    width: 20%;
}

section.subPage .tableArea .table .row.partnershipStructureTable .col:nth-child(5) {
    width: 20%;
}

section.subPage .tableArea .table .row.partnershipStructureTable:last-child {
    border-color: rgb(0, 58, 108);
}

section.subPage .tableArea .table .row.partnershipStructureTable.subsidiaries .col:nth-child(1) {
    width: 42%;
}

section.subPage .tableArea .table .row.partnershipStructureTable.subsidiaries .col:nth-child(2) {
    width: 23%;
}

section.subPage .tableArea .table .row.corpManagementTable .col:nth-child(1) {
    width: 45%;
}

section.subPage .tableArea .table .row.corpManagementTable .col:nth-child(2) {
    width: 55%;
}

section.subPage .tableArea .table .row.polDoc {
    align-items: flex-end;
    justify-content: space-between;
    padding: 30px 0px;
}

section.subPage .tableArea .table .row.polDoc .col:nth-child(1) {
    width: 80%;
    font-weight: 700;
    font-size: 30px;
}

section.subPage .tableArea .table .row.polDoc .col:nth-child(1) small {
    font-weight: 400;
    color: rgb(0, 58, 108);
    font-size: 15px;
}

section.subPage .tableArea .table .row.polDoc .col:nth-child(2) {
    width: 10%;
    text-align: right;
}

section.subPage .tableArea .table .row.finData {
    padding: 30px 0px;
}

section.subPage .tableArea .table .row.finData .col:nth-child(1) {
    width: 56%;
    font-size: 24px;
}

section.subPage .tableArea .table .row.finData .col:nth-child(2) {
    width: 39%;
    font-size: 16px;
}

section.subPage .tableArea .table .row.finData .col:nth-child(3) {
    width: 5%;
    text-align: right;
}

section.subPage .tableArea .table .row.subsidiariesTable .col {
    font-weight: 700;
}

section.subPage .tableArea .table .row.subsidiariesTable .col:nth-child(1) {
    width: 48%;
}

section.subPage .tableArea .table .row.subsidiariesTable .col:nth-child(2) {
    width: 20%;
}

section.subPage .tableArea .table .row.subsidiariesTable .col:nth-child(3) {
    width: 16%;
}

section.subPage .tableArea .table .row.subsidiariesTable .col:nth-child(4) {
    width: 16%;
}

section.subPage .tableArea .table .row.activityReports {
    padding: 30px 0px;
}

section.subPage .tableArea .table .row.activityReports .col:nth-child(1) {
    width: 56%;
    font-size: 24px;
}

section.subPage .tableArea .table .row.activityReports .col:nth-child(2) {
    width: 39%;
    font-size: 16px;
}

section.subPage .tableArea .table .row.activityReports .col:nth-child(3) {
    width: 5%;
    text-align: right;
}

section.subPage .tableArea .table .row.investorPres {
    padding: 30px 0px;
}

section.subPage .tableArea .table .row.investorPres .col {
    font-weight: 700;
}

section.subPage .tableArea .table .row.investorPres .col:nth-child(1) {
    width: 90%;
    font-size: 24px;
}

section.subPage .tableArea .table .row.investorPres .col:nth-child(2) {
    width: 10%;
    text-align: right;
}

section.subPage .tableArea .table .row.contactTable {
    padding: 30px 0px;
}

section.subPage .tableArea .table .row.contactTable .col {
    font-weight: 700;
}

section.subPage .tableArea .table .row.contactTable .col:nth-child(1) {
    width: 40%;
}

section.subPage .tableArea .table .row.contactTable .col:nth-child(2) {
    width: 20%;
    font-weight: 400;
}

section.subPage .tableArea .table .row.contactTable .col:nth-child(3) {
    width: 20%;
}

section.subPage .tableArea .table .row.contactTable .col:nth-child(3) a {
    color: rgb(21, 29, 32);
    font-weight: 400;
}

section.subPage .tableArea .table .row.contactTable .col:nth-child(4) {
    width: 20%;
}

section.subPage .tableArea .table .row.contactTable .col:nth-child(4) a {
    color: rgb(21, 29, 32);
}

section.subPage .tableArea .table .row:hover {
    background: rgb(238, 238, 238);
}

section.subPage .tableArea.sss .toggle {
    display: flex;
    border-bottom: 1px solid rgb(213, 216, 220);
    padding: 30px 0px;
    align-items: center;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: rgb(21, 29, 32);
    opacity: 0.7;
}

section.subPage .tableArea.sss .toggle:hover {
    color: rgb(0, 58, 108);
    transition: all 0.3s ease 0s;
}

section.subPage .tableArea.sss .toggle::before {
    content: "";
    width: 12px;
    height: 12px;
    background: url("../images/icons/downArrowBlack.svg") no-repeat;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
}

section.subPage .tableArea.sss .toggle.active {
    opacity: 1;
    border-bottom: none;
}

section.subPage .tableArea.sss .toggle.active::before {
    content: "";
    width: 12px;
    height: 12px;
    background: url("../images/icons/upArrowRed.svg") no-repeat;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
}

section.subPage .tableArea.sss .toggleContent {
    display: none;
    border-bottom: 1px solid rgb(0, 58, 108);
    padding-bottom: 10px;
    padding-right: 200px;
}

section.subPage .tableArea.sss .toggleContent p {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5;
}

section.subPage .tableArea.services {
    width: 75%;
    float: right;
    margin-right: 5%;
    padding-bottom: 100px;
    padding-top: 100px;
}

section.subPage .tableArea.services::after {
    display: block;
    width: 100%;
    height: 0px;
    clear: both;
    content: "";
}

.brands .left {
    border-top: 1px solid rgb(213, 216, 220);
    border-bottom: 1px solid rgb(213, 216, 220);
    border-left: 1px solid rgb(213, 216, 220);
    border-image: initial;
    background: rgb(255, 255, 255);
    border-right: none;
    margin-top: -1px;
}

.brands .left h2 {
    font-size: 60px;
    color: rgb(21, 29, 32);
    letter-spacing: -1.5px;
    padding-bottom: 30px;
}

.brands .left p {
    font-size: 16px;
    color: rgb(141, 152, 161);
    width: 70%;
}

.brands .row {
    height: auto;
}

.brands .row .col-2, .brands .row .col-1 {
    margin-top: -1px;
}

.brands .row .mShow {
    display: none;
}

.brands .row a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgb(213, 216, 220);
    border-top: 1px solid rgb(213, 216, 220);
    padding: 45px 0px;
}

.brands .row a img {
    display: block;
    margin: auto;
}

.brands .row .col {
    position: relative;
    transition: all 0.3s ease 0s;
}

.brands .row .col.m1 {
    margin-left: 12.5%;
}

.brands .row .redBox {
    width: 100%;
    height: 207%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: rgb(183, 118, 74);
    color: rgb(255, 255, 255);
    font-size: 29px;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    margin: 1px 0px 0px 1px;
    text-align: center;
    letter-spacing: -1px;
}

.brands .row .redBox span {
    font-weight: 300;
    font-size: 24px;
    display: block;
    line-height: normal;
}

.brands .row .redBox p {
    width: 100%;
}

.brands .row .whiteBox {
    width: 99%;
    height: 200%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(242, 244, 246) 100%) 0% 0% no-repeat padding-box padding-box transparent;
    color: rgb(34, 38, 48);
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    text-align: center;
    letter-spacing: -1px;
    margin: 1px 0px 0px 1px;
}

.brands .row .whiteBox strong {
    font-size: 44px;
    display: block;
    color: rgb(183, 118, 74);
}

.brands .row .whiteBox p {
    width: 100%;
}

.brands:hover .col-1, .brands:hover .col-2 {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHElEQVQYV2O8euPOf20NFUYGKIAzMARgKjFUAABhPQgFfrgJ4wAAAABJRU5ErkJggg==");
}

.brands:hover .col-1:hover, .brands:hover .col-2:hover {
    background: none;
}

.brands .breadCrumb {
    width: 50%;
    padding: 80px 0px;
    background: rgb(255, 255, 255);
    margin: 0px !important;
}

.brandsWrapper {
    width: 85%;
    max-width: 1600px;
    background: rgb(255, 255, 255);
}

.brandsWrapper .brandsContent {
    width: 100%;
}

.brandsWrapper .brandsContent .brandsImg {
    position: fixed;
    top: 50%;
}

.brandsWrapper .brandsContent .brandsText {
    width: 100%;
    padding: 0px 100px 0px 10%;
    max-height: 480px;
}

.brandsWrapper .brandsContent .brandsText .brandsScroller {
    width: 100%;
    height: 100%;
    color: rgb(21, 29, 32);
    font-size: 21px;
    line-height: 1.5;
    padding-bottom: 20px;
}

.brandsWrapper .brandsContent .brandsText .brandsScroller p {
    margin-bottom: 20px;
}

.brandsWrapper .brandsContent::after {
    display: block;
    width: 100%;
    height: 0px;
    clear: both;
    content: "";
}

.brandsWrapper .fancybox-button {
    background-color: rgb(0, 58, 108);
    width: 60px;
    height: 60px;
    position: fixed;
}

.brandsWrapper .fancybox-button svg {
    color: white;
}

.brandsWrapper::-webkit-scrollbar {
    width: 7px;
}

.brandsWrapper::-webkit-scrollbar-thumb {
    background-color: rgb(0, 58, 108);
}

.subPage .brands .left {
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(213, 216, 220);
}

.subPage .brands .row a {
    border: 1px solid rgb(213, 216, 220);
}

.row .col.col-4 {
    width: 50%;
}

.content {
    width: 86%;
    position: relative;
    max-width: 100%;
    margin: auto;
    padding: 0px;
}

.brands .row .col {
    padding: 0px;
    max-width: none;
    flex: 1 1 auto;
}

#markalarimiz .row .col.col-2 {
    width: 12.5%;
}

#markalarimiz .row .col.col-4 {
    width: 50%;
}

#markalarimiz .content > .row:nth-child(2){
    margin: 0 -30px;
}

#markalarimiz .row .col.col-1 {
    width: 12.5%;
}
.leftTitle .titleArea {
    background: #ffffff;
    padding: 90px 30px;
    margin-left: -1px;
    width: 500px;
}
.leftTitle .titleArea h1 {
    margin-bottom: 20px;
    font-size: 30px !important;
    letter-spacing: -1.5px;
    margin-right: 40px;
    padding-bottom: 0;
    font-weight: bold;
}
.leftTitle .titleArea small {
    font-size: 18px;
    color: #8D98A1;
    display: block;
}
.leftTitle .titleArea a {
    display: block;
    margin-bottom: 20px;
    color: #151D20;
    font-size: 19px;
    font-weight: 700;
    padding-left: 50px;
}
.titleArea h1 {
    font-size: 60px;
    color: #151D20;
    letter-spacing: -1.5px;
    padding-bottom: 30px;
}
.rightImg.technologySolutionsImg {
    background: url(https://www.netex.com.tr/Content/assets/images/img/basin-iliskileri-banner.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: contain;
}
.rightImg {
    margin-left: -12.5%;
    position: relative;
    z-index: 2;
    background: url(https://www.netex.com.tr/Content/assets/images/img/basin-iliskileri-banner.jpg) no-repeat center right;
    height: 700px;
    width: 100%;
    background-attachment: fixed;
    background-size: contain;
}



@media (max-width: 1900px) {
    #mainPagination {
        left: 30px;
    }

    #mainPagination .swiper-pagination-bullet {
        font-size: 18px;
    }

    .main_exp p {
        font-size: 17px;
    }

    .mainSwiper .auto-container, .mainSwiper .swiper-slide > .auto-container {
        max-width: calc(100% - 300px);
    }

    .mainSwiper > .auto-container ul {
        width: 250px;
    }

    .main_exp {
        width: calc(100% - 250px);
    }

    .main_texts h1, .main_texts h1 p {
        font-size: 45px;
    }

    .main_exp {
        padding: 30px 40px;
    }
}

@media (max-width: 1600px) {
    .iban_box ul li {
        font-size: 22px;
        font-weight: 400;
    }

    .iban_box h3 {
        font-size: 30px;
    }

    .iban_box h3 span {
        font-size: 20px;
    }

    .about_content > div.about_left {
        width: 300px;
        padding-right: 40px;
    }

    .about_content > div.about_right {
        padding-left: 40px;
    }

    .about_right > h1 {
        font-size: 40px;
    }

    .about_right p {
        font-size: 16px;
    }

    .mainSwiper .auto-container, .mainSwiper .swiper-slide > .auto-container {
        max-width: calc(100% - 300px);
    }

    .banner-section .content-column h1 {
        font-size: 50px;
    }

    .banner-section .content-column .title {
        font-size: 20px;
    }

    .pd_thumb img {
        height: 50px;
        opacity: 0.3;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1024px) {
    .main-header .header-upper .logo-box .logo img {
        height: 70px;
    }

    .main-header .header-upper .logo-box .logo {
        margin-top: 15px;
    }

    .main-menu .navigation > li {
        margin-right: 30px;
    }
}

@media (max-width: 1300px) {
    .pp_photos > div {
        width: 50%;
    }
}

@media (max-width: 1200px) {
    .mc_left img {
        right: 30px;
        width: 150px;
    }

    .mc_left {
        padding-right: 250px;
    }

    a.pd_thumb_right {
        width: 200px;
    }

    a.pd_thumb_right {
        font-size: 20px;
    }

    .thumb_left {
        width: calc(100% - 200px);
    }
}

@media (max-width: 1024px) {
    .main-header .header-upper .logo-box .logo {
        margin-top: 0px;
        position: relative;
        top: -3px;
    }

    #index_header .mobile-nav-toggler {
        color: rgb(255, 255, 255);
    }
}

@media (max-width: 992px) {
    #p988{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col.col-10.rightImg.technologySolutionsImg{
        margin:0 auto;
        height: 300px;
        background-position: center center;
        background-size: cover;
        background-attachment: initial;
    }
    .leftTitle .titleArea{
        width: 100%;
    }
    .media_container {
        flex-wrap: wrap;
    }

    .media_container > div {
        width: 100%;
        min-height: auto;
    }

    .mc_left .mc_title {
        margin-bottom: 30px;
    }

    footer .left, footer .right {
        width: 100%;
    }

    footer .left {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

    .cp_content > div {
        width: 100%;
    }

    .cp_content > div + div {
        margin-top: 30px;
    }

    .about_content {
        flex-flow: column-reverse wrap;
    }

    .about_content > div.about_right {
        padding-left: 0px;
        border-left: none;
        border-bottom: 1px solid rgb(213, 216, 220);
    }

    .about_content > div {
        padding: 40px 0px;
    }

    .about_right > ul.ar_breadcrumb {
        margin-bottom: 40px;
    }

    .about_right > h1 {
        font-size: 32px;
    }

    .about_content > div {
        width: 100%;
    }

    .ps_inner > div {
        width: 100%;
    }

    .ps_inner {
        flex-flow: column-reverse wrap;
    }

    .ps_inner > div:last-child {
        text-align: left;
        padding-left: 0px;
        margin-bottom: 30px;
    }

    .partners_section {
        padding-top: 0px;
    }

    .pd_thumb img {
        height: 40px;
    }

    .pd_thumb span {
        font-size: 13px;
        line-height: 1.4;
    }

    .mainSwiper > .auto-container {
        display: none;
    }

    .main_exp {
        width: 100%;
    }

    a.scroll {
        display: none;
    }

    .mainSwiper .swiper-slide > .auto-container {
        max-width: 100%;
    }

    .main_texts .auto-container {
        max-width: calc(100% - 100px);
        margin-left: 100px;
    }

    .about_content > div.about_left {
        padding-right: 0px;
        width: 100%;
    }

    .brands .row .redBox span,
    .brands .row .redBox p{
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    section#noAfter.subPage .pageContent{
        padding-bottom: 80px;
    }
    #gg7667{
        padding-top: 0 !important;
    }
    .brands .left h2{
        font-size: 36px;
    }
    .brands .row{
        margin-left: -15px !important;
    }
    .brands .left p{
        width: 100%;
    }
    #markalarimiz .row .col{
        width: 100% !important
    }
    .whiteBox{
        margin-top: 30px;
    }
    .subs_result h1 {
        font-size: 20px;
    }

    .subs_result p {
        font-size: 16px;
    }

    .subs_result {
        padding: 40px 0px;
    }

    .mc_left img {
        display: none;
    }

    .mc_left {
        padding: 0px;
    }

    .media_content1, .media_content2 {
        padding: 30px;
    }

    .media_content2 {
        flex-wrap: wrap;
    }

    .media_content2 .mc_title {
        padding: 0px;
    }

    .media_content2 .mc_title, .media_content1 .mc_title, .media_content2 .mc_title, .mc_left .mc_title {
        font-size: 18px;
    }

    .news-section {
        padding-top: 30px;
    }

    .mc_right > div {
        margin-top: 30px;
    }

    footer .footerNav ul {
        width: 100%;
    }

    footer .footerNav ul + ul {
        margin-top: 30px;
    }

    #detailPagee > div:last-child {
        padding-left: 0px;
    }

    #detailPagee {
        flex-wrap: wrap;
    }

    #detailPagee > div {
        width: 100%;
    }

    #detailPagee > div:first-child {
        padding-bottom: 0px;
        border: none;
    }

    #detailPagee .wr_year span {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .pp_photos > div {
        padding: 0px 7.5px;
        margin-bottom: 15px;
    }

    .wr_content p {
        font-size: 14px;
    }

    .pp_photos {
        margin: 0px -7.5px;
    }

    .all_works {
        margin-top: 40px;
    }

    .wr_year {
        width: 80px;
        font-size: 21px;
    }

    .work_row > div {
        padding: 30px 0px;
    }

    .work_row > div.wr_texts > span {
        font-size: 20px;
    }

    .work_row > div.wr_texts > p, .work_row > div.wr_texts {
        font-size: 16px;
    }

    .work_row > div.wr_texts {
        padding-left: 20px;
    }

    .work_row > div.wr_texts > span::before {
        left: -20px;
    }

    .bigContainer {
        max-width: 100%;
    }

    .iban_box ul li {
        font-size: 15px;
        padding: 15px;
        font-weight: 500;
    }

    .iban_box ul li span {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .iban_box ul li + li {
        margin-top: 20px;
    }

    .iban_box h3 {
        font-size: 22px;
    }

    .iban_box h3 span {
        font-size: 18px;
    }

    .iban_box {
        padding: 20px;
    }

    .cp_content {
        padding: 40px 0px 0px;
    }

    .about_left ul li + li {
        margin-top: 20px;
    }

    .bigContainer {
        padding: 0px 15px;
    }

    .about_content {
        padding: 0px;
    }

    body {
        padding-top: 70px;
    }

    .main-header .header-upper .logo-box .logo {
        top: 0px;
    }

    .ps_logo > div {
        width: 33.3333%;
    }

    .about-section {
        padding-bottom: 30px;
    }

    .main_texts .auto-container {
        max-width: calc(100% - 70px);
        margin-left: 70px;
    }

    #mainPagination .swiper-pagination-bullet {
        font-size: 16px;
    }

    #mainPagination {
        left: 15px;
    }

    .main_texts h1, .main_texts h1 p {
        font-size: 24px;
    }

    .main_exp {
        padding: 20px;
    }

    .main_exp p {
        font-size: 14px;
        line-height: 1.4;
    }

    .pd_slider a span {
        display: block;
    }

    .pd_slider img {
        height: 400px;
        object-fit: cover;
    }

    .banner-section .content-column .title {
        font-size: 18px !important;
    }

    .banner-section .content-column .text {
        font-size: 14px;
    }

    .banner-section .content-column h1 {
        font-size: 30px;
    }

    .op_top > div {
        width: 100%;
    }

    .op_top {
        flex-wrap: wrap;
    }

    .op_top p {
        font-size: 16px;
        line-height: 1.4;
    }

    .op_top > div:first-child ul {
        margin-top: 0px;
    }

    h1.bf_title {
        font-size: 40px;
    }

    .op_top > div:first-child {
        padding-top: 0px;
    }

    .our_products {
        padding: 60px 0px 0px;
    }

    .pd_thumb_right span {
        margin-left: 6px;
    }

    .thumb_left {
        display: none;
    }

    a.pd_thumb_right {
        position: static;
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 20px 0px;
        flex-wrap: wrap;
        font-size: 16px;
    }

    .service_banner2 h1 {
        font-size: 28px;
    }

    .service_banner2 {
        padding: 40px 15px 80px;
    }

    .service_banner2 p {
        font-size: 14px;
        margin-top: 15px;
    }

    .accordion {
    }

    .accordion {
        font-size: 16px;
        padding: 15px 0px;
    }

    .serv_content {
        padding-bottom: 60px;
    }

    .panel p {
        font-size: 14px;
    }
}
