
/* ======= Typography style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

@font-face {
  font-family: 'impact';
  src: url('/fonts/impact.ttf') format('truetype'),
       url('/fonts/impact.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
      font-family: "Hanken Grotesk", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75em;
    color: #000;
    overflow-x: hidden !important;
}




p {
     font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3em;
    color: #000;
    margin-bottom: 15px;
}
h1 {
    font-size: 55px;
}
h2 {
    font-size: 45px;
}
h3 {
    font-size: 40px;
}
h4 {
    font-size: 27px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 17px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
      font-family: "Hanken Grotesk", sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0 0 15px 0;
}
img {
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    max-width: 100%;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 400;
    color: #fff;
}
/* text field */
button,
input,
optgroup,
select,
textarea {
      font-family: "Hanken Grotesk", sans-serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 18.5px 20px;
    height: auto;
    background-color: #f0f0f3;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
      font-family: "Hanken Grotesk", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #727272;
    background-image: none;
    border: none;
    border-radius: 30px;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: #fff;
    border: none;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    color: #727272;
    border: none;
}
select {
    padding: 10px;
    border-radius: 5px;
}
textarea:focus,
textarea:active,
textarea::placeholder {
    color: #727272;
}
table,
th,
tr,
td {
    border: 0px solid #727272;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
/* submit and alert success  */
input[type="submit"] {
    display: inline-block;
    height: auto;
    padding: 19px 35px;
    border: none;
    border-radius: 0;
    background-color: #2f78c4;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #000;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    font-size: 17px;
    border-radius: 30px;
}
input[type="submit"]:hover {
    border: none;
    background-color: #101010;
    color: #fff;
}
/* placeholder */
::-webkit-input-placeholder {
    color: #727272;
      font-family: "Hanken Grotesk", sans-serif;
    font-size: 17px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #727272;
}
::-moz-placeholder {
    color: #727272;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #727272;
}
/* Important */
.bg-position-top {
    background-position: top;
}
.bg-position-center {
    background-position: center;
}
.bg-position-bottom {
    background-position: bottom;
}
.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.bg-white {
    background-color: #fff;
}
.bg-drkgray {
    background-color: #101010;
}
.bg-drk {
    background-color: #000;
}
.txt-dark {
    color: #fff;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 400;
}
.count {
      font-family: "Hanken Grotesk", sans-serif;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    /*    left: 0;*/
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 9;
}
.v-middle2 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
    z-index: 9;
}
.js .animate-box {
    opacity: 0;
}
:root {
    scroll-behavior: auto;
}
.position-relative {
    position: relative !important;
}
.bp-bottom {
    background-position: bottom;
}
.bp-top {
    background-position: top;
}
.bp-center {
    background-position: center;
}
.icon-bg {
    background: #fff !important;
}
.br-20 {
    border-radius: 20px;
}
.brtl-20 {
    border-top-left-radius: 20px;
}
.brtr-20 {
    border-top-right-radius: 20px;
}
.brbl-20 {
    border-bottom-left-radius: 20px;
}
.brbr-20 {
    border-bottom-right-radius: 20px;
}
hr {
    margin-top: 5px;
    margin-bottom: 15px;
    border: 0;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-45 {
    margin-top: 45px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mt--120 {
    margin-top: -120px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 15px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.mb-120 {
    margin-bottom: 120px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.br-20 {
    border-radius: 20px;
}
.brtleft-20 {
    border-top-left-radius: 20px;
}
.brtlright-20 {
    border-top-right-radius: 20px;
}
.brbleft-20 {
    border-bottom-left-radius: 20px;
}
.brtbright-20 {
    border-bottom-right-radius: 20px;
}
/* list */
.list {
    position: relative;
    display: block;
}
.list li {
    position: relative;
    display: flex;
    align-items: center;
}
.list li + li {
    margin-top: 10px;
}
.list-icon {
    display: grid;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #f0f0f3;
    border-radius: 100%;
    text-align: center;
    align-items: center;
}
.list-icon span {
    font-size: 12px;
    color: #101010;
}
.list-text {
    margin-left: 15px;
}
.list-text p {
    font-size: 17px;
    margin: 0;
    color: #727272;
}
/* vertical line */
.line-vr-section {
    position: relative;
    margin: -25px auto;
    border: 0;
    border-left: 1px solid;
    border-color: #2f78c4;
    width: 2px;
    height: 50px;
    z-index: 10;
    opacity: 1;
}
/* breadcrumb */
.breadcrumb a {
    color: #2f78c4;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}
.breadcrumb-item.active {
    color: #fff;
}
/* bottom fade */
.bottom-fade {
    width: 100%;
    top: 0.5px;
    height: 100%;
    float: left;
    position: absolute;
    background: linear-gradient(to top, #000 0%, rgba(0,0,0, 0.738) 19%, rgba(0,0,0, 0.541) 34%, rgba(0,0,0, 0.382) 47%, rgba(0,0,0, 0.278) 56.5%, rgba(0,0,0, 0.194) 65%, rgba(0,0,0, 0.126) 73%, rgba(0,0,0, 0.075) 80.2%, rgba(0,0,0, 0.042) 86.1%, rgba(0,0,0, 0.021) 91%, rgba(0,0,0, 0.008) 95.2%, rgba(0,0,0, 0.002) 98.2%, transparent 100%);
    z-index: 0;
    border-radius: 20px 20px 20px 20px;
    opacity: 0.5;
    display: none;
}

.feather-shadow {
    mask-image: linear-gradient(to right,transparent 0,#000 20%,#000 80%,transparent 100%);
    -webkit-mask-image: linear-gradient(to right,transparent 0,#000 20%,#000 80%,transparent 100%);
}
.feather-shadow2 {
    mask-image: linear-gradient(to right,transparent 18%,#000 22%,#000 78%,transparent 82%);
    -webkit-mask-image: linear-gradient(to right,transparent 18%,#000 22%,#000 78%,transparent 82%);
}


/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 10000009;
}
#preloader {
    display: table;
    table-layout: fixed;
}
#preloader-status {
    display: table-cell;
    vertical-align: middle;
}
.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.loader {
    position: relative;
    width: 70px;
    height: 70px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 1px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 1px solid rgba(0,0,0, 0.07);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.loader span {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid #2f78c4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* ======= Owl-Theme Custom style ======= */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    line-height: .7;
    display: block;
}
.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #101010;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #101010;
    border: 1px solid #101010;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: transparent;
}
/* owl-nav next and prev */
.owl-nav {
    position: absolute;
    bottom: 5%;
    right: 12%;
}
.owl-prev {
    float: left;
}
.owl-next {
    float: right;
}
/* owl-theme owl-nav */
.owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}
.owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.owl-theme .owl-prev,
.owl-theme .owl-prev {
    left: 10px !important
}
.owl-theme .owl-next {
    right: 10px !important
}
.owl-theme .owl-prev > span,
.owl-theme .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    border-radius: 0;
    color: #fff;
    font-size: 10px;
    margin-right: 30px;
    margin-left: 30px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
    border-radius: 100%;
    opacity: 0.6 !important; 

}
.owl-theme .owl-nav [class*=owl-]:hover {
    color: #000;
}
.owl-theme .owl-nav {
    top: 35% !important;
}
.owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}
.owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}


/* ======= Section style ======= */
.section-padding {
    padding: 60px 0;
}
.section-title {
    font-size: 45px;
     font-family: "Hanken Grotesk", sans-serif;
    color: #000b72;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.2em;
    font-weight: bold;
    letter-spacing: 0px;
    text-transform: inherit;
}
[data-overlay-dark] .section-title span,
.section-title span {
    color: #2f78c4;
}
.section-title.white {
    color: #fff;
}
.section-title.black {
    color: #000;
}
.section-subtitle {
    position: relative;
    
    font-weight: 400;
    color: #101010;
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: flex;
    display: inline-flex;
    align-items: center;
    padding-left: 15px;
    text-transform: uppercase;
}
.section-subtitle:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #2f78c4;
    position: absolute;
    left: 0px;
    top: 40%;
    border-radius: 100%;
}
.section-subtitle.icon-white:after {
    background: #fff;
}
.section-subtitle.text-white {
    color: #fff;
}
@media screen and (max-width: 991px) {
    .section-title {
        font-size: 36px;
    }
}


/* ======= Navbar style ======= */
.navbar {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
    padding: 15px 0;
    border: none;
}
.navbar .container {
    border: none;
}
.nav-scroll .container {
    border: none;
}
.navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #fff;
}
.navbar .navbar-nav .nav-link {
     font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #3f444b;
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 12px;
    padding-left: 12px;
    letter-spacing: 1px;

}
.navbar .navbar-nav .nav-link.nav-color {
    color: #fff;
}
.navbar .navbar-nav .nav-link:hover {
    color: #2f78c4;
}
.navbar .navbar-nav .nav-link:hover i {
    color: #2f78c4;
}
.navbar .navbar-nav .active {
    color: #2f78c4 !important;
}
.navbar .navbar-nav .active i {
    color: #2f78c4;
}
.nav-scroll {
    background: #fff;
    padding: 0 0 0 0;
    position: fixed;
    top: -85px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(85px);
    transform: translateY(85px);
    border: none;
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    height: 85px;
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #101010;
}
.nav-scroll .navbar-nav .nav-link {
    color: #101010;
}
.nav-scroll .navbar-nav .active {
    color: #2f78c4;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #fff;
}
.nav-scroll .logo-img {
    width: 150px;
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    padding: 0;
}
.nav-scroll .logo-wrapper .logo span {
    color: #2f78c4;
}
.nav-scroll .logo-wrapper {}
.logo-wrapper {
    float: left;
}
.logo-wrapper .logo h2 {
    font-size: 30px;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.25em;
}
.logo-wrapper .logo h2 span {
    color: #2f78c4;
}
.logo {
    padding: 0;
}
.logo-img {
    width: 150px;
    text-align: center;
}
.dropdown .nav-link i {
    padding-left: 0px;
    font-size: 9px;
    color: #000;
}
.nav-scroll .dropdown .nav-link i {
    color: #727272;
}
.nav-scroll .navbar-nav .active i {
    color: #2f78c4;
}
.navbar .dropdown-menu .dropdown-item {
    padding: 5px 0;
      font-family: "Hanken Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    position: relative;
    background-color: transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
}
.navbar .dropdown-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 9px;
    float: right;
    color: #727272;
}
.navbar .dropdown-menu .dropdown-item.active i {
    color: #2f78c4;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: #f46b45;
}
.navbar .dropdown-toggle::after {
    display: none;
}
.navbar .dropdown-menu {
    box-shadow: 0 16px 50px rgb(27 27 27 / 7%);
}
.navbar .dropdown-menu li:last-child {
    border-bottom: none;
}
/* li hover */
.navbar .dropdown-menu li {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}
.navbar .dropdown-menu li:hover {
    padding-left: 5px;
}
.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 100%;
}
/* navbar-right */
.navbar .navbar-right {
    position: relative;
    display: flex;
    align-items: center;
}
.navbar .navbar-right .wrap {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 5;
    margin-left: 20px;
}
.navbar .navbar-right .wrap .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: transparent;
    border-radius: 50%;
    font-size: 17px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.nav-scroll .navbar-right .wrap .icon {
    color: #fff;
}
.navbar .navbar-right .wrap .text {
    margin-left: 5px;
    top: 0;
    position: relative;
}
.navbar .navbar-right .wrap .text p {
    font-size: 12px;
    line-height: 11px;
    color: #fff;
    margin-bottom: 4px;
}
.navbar .navbar-right .wrap .text h5 {
      font-family: "Hanken Grotesk", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}
.navbar .navbar-right .wrap .text h5 a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.navbar .navbar-right .wrap .text h5 a:hover {
    color: #2f78c4;
}
.nav-scroll .navbar-right .wrap .text p,
.nav-scroll .navbar-right .wrap .text h5,
.nav-scroll .navbar-right .wrap .text h5 a {
    color: #fff;
}
/* Navbar Media Query */
@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 250px;
        padding: 20px;
        border-radius: 10px;
        border: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
        background: rgb(19 23 50 / 90%);
    }
    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 20px);
        top: -20px;
        right: auto;
        min-width: 300px;
        transform: translateY(0);
 background: rgb(19 23 50 / 90%);
    }
    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}
@media screen and (max-width: 991px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 100px;
        border: none;
    }
    .nav-scroll {
        background: #fff;
    }
    .logo-wrapper {
        float: left;
        padding: 35px 15px;
    }
    .nav-scroll .logo-wrapper {
        padding: 34px 15px;
        background-color: transparent;
    }
    .nav-scroll .logo-img {
        width: 150px;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    .nav-scroll .logo {}
    .logo-img {
        margin-bottom: 0px;
        width: 150px;
        padding: 0;
    }
    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        margin-top: 10px;
        border: none;
    }
    .navbar button:hover {
        background: transparent;
    }
    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }
    .navbar .container {
        max-width: 100%;
        padding: 0;
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        color: #101010;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #101010 !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #2f78c4 !important;
    }
    .navbar .dropdown-menu .dropdown-item {
        color: #101010;
        padding: 0 15px;
        font-size: 16px;
        line-height: 40px;
    }
    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 400;
    }
    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 10px;
    }
    .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
        transform: rotate(0deg);
    }
    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }
    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: #fff;
        box-shadow: none;
    }
    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
    }
    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }
    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar .navbar-nav {
        padding: 20px;
    }
    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
        background: #fff;
        text-align: left;
    }
    .dropdown .nav-link i {
        color: rgba(0,0,0, 0.5);
    }
    .nav-scroll .dropdown .nav-link i {
        color: rgba(0,0,0, 0.5);
    }
    .nav-scroll .dropdown .nav-link.active i {
        color: #2f78c4;
    }
    .navbar .dropdown-menu .dropdown-item i {
        color: #101010;
    }
    .navbar .navbar-right {
        display: none;
    }
}


/* ======= Header style ======= */
.header {
    height: 100vh;
    overflow: hidden;
}
.header .caption .o-hidden {
    display: inline-block;
}
.header .caption[data-overlay-dark] h6,
.header .caption h6 {
    position: relative;
    
    font-weight: 400;
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: flex;
    display: inline-flex;
    align-items: center;
    padding-left: 15px;
    text-transform: uppercase;
}
.header .caption[data-overlay-dark] h6:after,
.header .caption h6:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #2f78c4;
    position: absolute;
    left: 0px;
    top: 36%;
    border-radius: 100%;
}
.header .caption[data-overlay-dark] h6.icon-white:after,
.header .caption h6.icon-white:after {
    background: #fff;
}
.header .caption[data-overlay-dark] h6.text-white .header .caption h6.text-white {
    color: #fff;
}
.caption h1 {
    position: relative;
    font-size: 55px;
    letter-spacing: 4px;
    color: #2f78c4;
    line-height: 1.2em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'impact';
}
.header .caption h1 span {
    color: #2f78c4;
}
.header .caption p {
    position: relative;
    padding-left: 70px;
    margin-left: 5px;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    font-size: 17px;
}
.header .caption p:after {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    background: #fff;
    width: 40px;
    height: 1px;
}
.header .caption .button-1,
.header .caption .button-2,
.header .caption .button-3,
.header .caption .button-4 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    margin-right: 15px;
    margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
    .header .caption h1 {
        font-size: 36px;
    }
    .header .caption p {
        font-size: 17px;
    }
}


/* ======= Slider Fade & Slider style ======= */
.slider-fade .owl-item,
.slider .owl-item {
    height: 100vh;
    position: relative;
}
.slider-fade .item,
.slider .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider-fade .item .caption,
.slider .item .caption {
    z-index: 9;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
/* owl-theme owl-dots */
.slider-fade .owl-theme .owl-dots,
.slider .owl-theme .owl-dots {
    position: absolute;
    bottom: 4vh;
    width: 100%;
}
.slider-fade .owl-theme .owl-dots .owl-dot span,
.slider .owl-theme .owl-dots .owl-dot span {
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.slider-fade .owl-theme .owl-dots .owl-dot.active span,
.slider-fade .owl-theme .owl-dots .owl-dot:hover span,
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #2f78c4;
    border: 1px solid #2f78c4;
}
/* owl-theme owl-nav */
.slider-fade .owl-theme .owl-nav,
.slider .owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}
.slider-fade .owl-theme .owl-nav,
.slider .owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slider-fade .owl-theme .owl-prev,
.slider-fade .owl-theme .owl-prev,
.slider .owl-theme .owl-prev,
.slider .owl-theme .owl-prev {
    left: 10px !important
}
.slider-fade .owl-theme .owl-next,
.slider .owl-theme .owl-next {
    right: 10px !important
}
.slider-fade .owl-theme .owl-prev > span,
.slider-fade .owl-theme .owl-next > span,
.slider .owl-theme .owl-prev > span,
.slider .owl-theme .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.slider-fade .owl-theme .owl-nav [class*=owl-],
.slider .owl-theme .owl-nav [class*=owl-] {
    width: 55px;
    height: 55px;
    line-height: 48px;
    background: transparent;
    border-radius: 100%;
    color: #fff;
    font-size: 15px;
    margin-right: 30px;
    margin-left: 30px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.slider-fade .owl-theme .owl-nav [class*=owl-]:hover,
.slider .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.slider-fade .owl-theme .owl-nav,
.slider .owl-theme .owl-nav {
    top: 45% !important;
}
.slider-fade .owl-theme .owl-nav [class*=owl-],
.slider .owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}
.slider-fade .owl-theme:hover .owl-nav [class*=owl-],
.slider .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}
@media screen and (max-width: 991px) {
    .slider-fade .owl-theme .owl-nav,
    .slider .owl-theme .owl-nav {
        display: none;
    }
}


/* ======= Parallax Header style ======= */
.parallax-header {
    height: 100vh;
    background-position: center;
}
.parallax-header.full-height {
    height: 100vh;
    background-position: center;
}
.parallax-header[data-overlay-dark] h6,
.parallax-header h6 {
    position: relative;
    
    font-weight: 400;
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: flex;
    display: inline-flex;
    align-items: center;
    padding-left: 15px;
    text-transform: uppercase;
}
.parallax-header[data-overlay-dark] h6:after,
.parallax-header h6:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #2f78c4;
    position: absolute;
    left: 0px;
    top: 36%;
    border-radius: 100%;
}
.parallax-header[data-overlay-dark] h6.icon-white:after,
.parallax-header h6.icon-white:after {
    background: #fff;
}
.parallax-header[data-overlay-dark] h6.text-white .parallax-header h6.text-white {
    color: #fff;
}
.parallax-header{
    height: auto;
}
.parallax-header[data-overlay-dark] h1,
.parallax-header h1 {
         /*position: relative;
    font-size: 75px;
    letter-spacing: 2px;
    color: #2f78c4;
    line-height: 1.2em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;*/
        position: relative;
    font-size: 75px;
    letter-spacing: 2px;
    color: #fff;
    line-height: 1.2em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
}
.parallax-header[data-overlay-dark] h1 span,
.parallax-header h1 span {
    color: #2f78c4;
}
.parallax-header{
    padding-top: 50px;
}
.parallax-header[data-overlay-dark] p,
.parallax-header p {
    position: relative;
    padding-left: 70px;
    margin-left: 5px;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    font-size: 17px;
}
.parallax-header[data-overlay-dark] p:after,
.parallax-header p:after {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    background: #fff;
    width: 40px;
    height: 1px;
}
@media screen and (max-width: 991px) {
    .parallax-header[data-overlay-dark] h1,
    .parallax-header h1 {
        font-size: 40px;
    }
    .parallax-header[data-overlay-dark] p,
    .parallax-header p {
        font-size: 17px;
    }
}


/* ===== Kenburns SlideShow style ===== */
.kenburns-section {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
}
.kenburns-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background: #fff;
}
.kenburns-inner {
    position: relative;
    z-index: 15;
}
.kenburns-inner .caption {
    position: relative;
}
.kenburns-inner .caption[data-overlay-dark] h6,
.kenburns-inner .caption h6 {
    position: relative;
    
    font-weight: 400;
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: flex;
    display: inline-flex;
    align-items: center;
    padding-left: 15px;
    text-transform: uppercase;
}
.kenburns-inner .caption[data-overlay-dark] h6:after,
.kenburns-inner .caption h6:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #2f78c4;
    position: absolute;
    left: 0px;
    top: 36%;
    border-radius: 100%;
}
.kenburns-inner .caption[data-overlay-dark] h6.icon-white:after,
.kenburns-inner .caption h6.icon-white:after {
    background: #fff;
}
.kenburns-inner .caption[data-overlay-dark] h6.text-white .kenburns-inner .captions h6.text-white {
    color: #fff;
}
.kenburns-inner .caption h1 {
    position: relative;
    font-size: 85px;
    letter-spacing: 4px;
    color: #fff;
    line-height: 1.2em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    text-transform: uppercase;
}
.kenburns-inner .caption h1 span {
    color: #2f78c4;
}
.kenburns-inner .caption p {
    position: relative;
    padding-left: 70px;
    margin-left: 5px;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    font-size: 17px;
}
.kenburns-inner .caption p:after {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    background: #fff;
    width: 40px;
    height: 1px;
}
#kenburnsSliderContainer .vegas-overlay {
    outline: none;
}
@media screen and (max-width: 991px) {
    .kenburns-inner .caption h1 {
        font-size: 40px;
    }
}


/* =======  Video Background style  ======= */
.video-fullscreen-wrap {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.video-fullscreen-video {
    height: 100vh;
}
.video-fullscreen-wrap video {
    width: 100vw;
    min-width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}
.video-fullscreen-wrap .video-fullscreen-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.position-relative {
    position: relative !important;
}
.video-fullscreen-wrap[data-overlay-dark] h6,
.video-fullscreen-wrap h6 {
    position: relative;
    
    font-weight: 400;
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: flex;
    display: inline-flex;
    align-items: center;
    padding-left: 15px;
    text-transform: uppercase;
}
.video-fullscreen-wrap[data-overlay-dark] h6:after,
.video-fullscreen-wrap h6:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #2f78c4;
    position: absolute;
    left: 0px;
    top: 36%;
    border-radius: 100%;
}
.video-fullscreen-wrap[data-overlay-dark] h6.icon-white:after,
.video-fullscreen-wrap h6.icon-white:after {
    background: #fff;
}
.video-fullscreen-wrap[data-overlay-dark] h6.text-white .video-fullscreen-wrap h6.text-white {
    color: #fff;
}
.video-fullscreen-wrap[data-overlay-dark] h1,
.video-fullscreen-wrap h1 {
    position: relative;
    font-size: 85px;
    letter-spacing: 4px;
    color: #fff;
    line-height: 1.2em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    text-transform: uppercase;
}
.video-fullscreen-wrap[data-overlay-dark] h1 span,
.video-fullscreen-wrap h1 span {
    color: #2f78c4;
}
.video-fullscreen-wrap[data-overlay-dark] p,
.video-fullscreen-wrap p {
    position: relative;
    padding-left: 70px;
    margin-left: 5px;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    font-size: 17px;
}
.video-fullscreen-wrap[data-overlay-dark] p:after,
.video-fullscreen-wrap p:after {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    background: #fff;
    width: 40px;
    height: 1px;
}
@media screen and (max-width: 991px) {
    .video-fullscreen-wrap h1 {
        font-size: 40px;
    }
}


/* ======= Banner Header style ======= */
.banner-header {
    height: 60vh;
    background-position: center;
}
.banner-header.middle-height {
    height: 80vh;
}
.banner-header.full-height {
    height: 100vh;
}
.banner-header[data-overlay-dark] h6,
.banner-header h6 {
    position: relative;
    
    font-weight: 400;
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: flex;
    display: inline-flex;
    align-items: center;
    padding-left: 15px;
    text-transform: uppercase;
}
.banner-header[data-overlay-dark] h6:after,
.banner-header h6:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #2f78c4;
    position: absolute;
    left: 0px;
    top: 36%;
    border-radius: 100%;
}
.banner-header[data-overlay-dark] h6.icon-white:after,
.banner-header h6.icon-white:after {
    background: #fff;
}
.banner-header[data-overlay-dark] h6.text-white .header .caption h6.text-white {
    color: #fff;
}
.banner-header h1 {
    font-size: 48px;
    color: #fff;
    position: relative;
    line-height: 1.25em;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.banner-header h1 span {
    color: #2f78c4;
}
.banner-header h2 {
    font-size: 40px;
    color: #fff;
    position: relative;
    line-height: 1.25em;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.banner-header h2 span {
    color: #2f78c4;
}
.banner-header p,
.banner-header[data-overlay-dark] p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
/* author & date */
.banner-header .author .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}
.banner-header .post {
    margin-top: 20px;
}
.banner-header .post div {
    display: inline-block;
}
.banner-header .post .author {
    margin-right: 20px;
    font-size: 17px;
}
.banner-header .post .date-comment {
    position: relative;
    font-size: 16px;
    color: #fff;
    margin-right: 20px
}
.banner-header .post .date-comment i {
    color: #2f78c4;
    font-size: 17px;
    margin-right: 5px;
}
.banner-header .post .date-comment:last-of-type {
    margin-right: 0px;
}
@media screen and (max-width: 991px) {
    .banner-header h1 {
        font-size: 36px;
    }
    .banner-header h2 {
        font-size: 30px;
    }
}


/* ======= About style ======= */
.about {
    position: relative;
}
.about h5 {
    position: relative;
    color: #101010;
    font-size: 18px;
    letter-spacing: 0;
}
.about .phone {
    
    font-size: 20px;
    font-weight: 400;
    color: #101010;
    text-align: left;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 15px;
}
.about .phone i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #101010;
    font-size: 20px;
    font-weight: 300;
    color: #2f78c4;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}
.about .item {
    position: relative;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    margin-bottom: 15px;
    isolation: isolate;
}
.about .item img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}
.about .item:hover img {
    transform: scale(1.05);
}
/* title */
.about .item .title {
    position: absolute;
    bottom: 20px;
    padding: 0;
    z-index: 1;
    left: 105px;
}
.about .item .title h4 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.about .item .title h6 {
      font-family: "Hanken Grotesk", sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 15px;
}
/* icon */
.about .item .icon {
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 90px;
    height: 90px;
    background: #fff;
    border-top-right-radius: 50%;
    padding: 15px;
}
.about .item:hover .icon .arrow {
    transform: scale(1.05);
}
.about .item .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    right: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.about .item .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    left: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.about .item .icon .arrow {
    position: absolute;
    background: #101010;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.about .item .icon .arrow span {
    color: #fff;
    font-size: 24px;
}
.about .item:hover .icon .arrow {
    color: #000;
    background: #2f78c4;
}
.about .item:hover .icon .arrow span {
    color: #000;
}
/* img */
.about .img2 {
    position: relative;
    overflow: hidden;
    transform: scale(1);
    transition: transform 500ms ease;
    border-radius: 20px;
}
.about .img2:hover img {
    transform: scale(1.05);
}
.about .img2 .text {
    position: absolute;
    top: 50%;
    right: -5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    width: auto;
    padding: 12px 24px;
    border-radius: 30px 30px 0 0;
    -webkit-transform: rotate(-90deg) scaleX(-1) translateX(50%) translateY(-100%);
    -ms-transform: rotate(-90deg) scaleX(-1) translateX(50%) translateY(-100%);
    transform: rotate(-90deg) scaleX(-1) translateX(50%) translateY(-100%);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    background: #fff;
}
.about .img2 .text h6 {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    color: #101010;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 15px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.about .img2 .text .shap-left-bottom {
    position: absolute;
    bottom: 0px;
    left: -29px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.about .img2 .text .shap-left-bottom svg {
    width: 30px;
    height: 30px;
}
.about .img2 .text .shap-right-bottom {
    position: absolute;
    bottom: 0px;
    right: -28px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.about .img2 .text .shap-right-bottom svg {
    width: 30px;
    height: 30px;
}


/* ======= Services style ======= */
.services {
    position: relative;
}
.services .item {
    position: relative;
    padding: 50px 40px 90px 40px;
    border-radius: 20px 20px 0 20px;
    background: #f0f0f3;
    z-index: 2;
    margin-bottom: 15px;
}
/* text */
.services .item .text h5 {
    color: #101010;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.services .item .text p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
}
/* icon */
.services .item .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    background: #fff;
    border-top-left-radius: 50%;
    padding: 15px;
}
.services .item:hover .icon .arrow {
    transform: scale(1.05);
}
.services .item .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.services .item .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.services .item .icon .arrow {
    position: absolute;
    background: #101010;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.services .item .icon .arrow span {
    font-size: 15px;
}
.services .item:hover .icon .arrow {
    background: #2f78c4;
    color: #000;
}
.services .item .icon .icon-w {
    overflow: hidden;
    background-color: transparent;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
}
.services .item:hover .icon .icon-w i.icon-show,
.services .item .icon .icon-w i.icon-hidden {
    display: none;
}
.services .item:hover .icon .icon-w i.icon-hidden {
    display: inline;
    text-align: center;
    color: #000;
    font-size: 15px;
    vertical-align: middle;
}


/* ======= Services 2 style ======= */
.services2 {
    position: relative;
}
.services2 .item {
    position: relative;
    border-radius: 20px 20px 0 20px;
    overflow: hidden;
    margin-bottom: 15px;
    isolation: isolate;
}
.services2 .item img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}
.services2 .item:hover img {
    transform: scale(1.05);
}
/* title */
.services2 .item .title {
    position: absolute;
    bottom: 0px;
    padding: 30px 100px 30px 30px;
    width: 100%;
}
.services2 .item .title h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/* icon */
.services2 .item .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    border-top-left-radius: 50%;
    padding: 15px;
}
.services2 .item:hover .icon .arrow {
    transform: scale(1.05);
}
.services2 .item .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.services2 .item .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.services2 .item .icon .arrow {
    position: absolute;
    background: #101010;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.services2 .item .icon .arrow span {
    color: #fff;
    font-size: 17px;
}
.services2 .item:hover .icon .arrow {
    color: #fff;
    background: #101010;
}
.services2 .item .icon .icon-w {
    overflow: hidden;
    background-color: transparent;
    color: #2f78c4;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
}
.services2 .item:hover .icon .icon-w i.icon-show,
.services2 .item .icon .icon-w i.icon-hidden {
    display: none;
}
.services2 .item:hover .icon .icon-w i.icon-hidden {
    display: inline;
    text-align: center;
    color: #2f78c4;
    font-size: 15px;
    vertical-align: middle;
}


/* ======= Services 3 style  ======= */
.services3 {
    position: relative;
}
.services3 .item {
    padding: 60px 40px 40px 40px;
    border-radius: 20px;
    background: #f0f0f3;
    position: relative;
    overflow: hidden;
}
.services3 .item h3 {
    color: #101010;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.services3 .item p {
    font-size: 17px;
    font-weight: 400;
    color: #727272;
}
.services3 .item .icon {
    color: #101010;
    font-size: 55px;
    line-height: 55px;
    font-weight: normal;
    margin-bottom: 20px;
}
.services3 .item .icon i {
    font-weight: normal;
}
/* arrow */
.services3 .item .rmore {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #fff;
    padding: 15px;
    border-radius: 0 0 0 40px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
}
.services3 .item .rmore .arrow {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #2f78c4;
    background: #2f78c4;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.services3 .item .rmore .arrow i {
    color: #101010;
    font-size: 15px;
    vertical-align: middle;
}
/* arrow hover */
.services3 .item:hover .rmore {
    opacity: 1;
    top: 0px;
    right: 0px;
}
.services3 .item .rmore:hover .arrow {
    background: #101010;
    border: 1px solid #101010;
}
.services3 .item .rmore:hover .arrow i {
    color: #fff;
}
/* active */
.services3 .item .rmore.active {
    opacity: 1;
    top: 0px;
    right: 0px;
}
.services3 .item .rmore .arrow.active {
    background: #2f78c4;
}
.services3 .item .rmore .arrow.active i {
    color: #fff;
}
/* border */
.services3 .item .rmore .br-left-top {
    position: absolute;
    top: -1px;
    left: -19px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    line-height: 1;
}
.services3 .item .rmore .br-left-top svg {
    width: 20px;
    height: 20px;
}
.services3 .item .rmore .br-right-bottom {
    position: absolute;
    bottom: -20px;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    line-height: 1;
}
.services3 .item .rmore .br-right-bottom svg {
    width: 20px;
    height: 20px;
}

/* ======= Service Details style ======= */
.service-details {
    position: relative;
}
.service-details h3 {
    color: #101010;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.service-details .sidebar-page {
    position: relative;
    display: block;
    padding: 0;
    background: #101010;
    border-radius: 20px;
    margin-top: -226px;
    z-index: 9;
}
.service-details .sidebar-page .title {
    position: relative;
    background-color: #2f78c4;
    padding: 38px 30px;
    border-radius: 20px 20px 0 0;
    text-align: center;
}
.service-details .sidebar-page .title h4 {
    font-size: 24px;
    line-height: 1.2em;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.service-details .sidebar-page .item {
    padding: 40px;
}
.service-details .sidebar-page .item .features {
    grid-template-columns: 95% 5%;
    border-radius: 0;
    padding: 15px 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    display: grid;
    align-items: center;
}
.service-details .sidebar-page .item .features:last-child {
    border: none;
}
.service-details .sidebar-page .item .features span {
    color: #fff;
    text-transform: uppercase;
      font-family: "Hanken Grotesk", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 17px;
}
.service-details .sidebar-page .item .features i {
    color: #fff;
    font-size: 12px;
}
.service-details .sidebar-page .item .features p {
    margin-bottom: 0px;
    color: #fff;
    text-align: right;
}
.service-details .sidebar-page .item .features:hover i,
.service-details .sidebar-page .item .features.active i {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.service-details .sidebar-page .item .features:hover,
.service-details .sidebar-page .item .features.active {
    color: #2f78c4;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.service-details .sidebar-page .item .features:hover i,
.service-details .sidebar-page .item .features.active i {
    color: #2f78c4;
}
.service-details .sidebar-page .item .features:hover span,
.service-details .sidebar-page .item .features.active span {
    color: #2f78c4;
}
@media screen and (max-width: 991px) {
    .service-details .sidebar-page {
        margin-top: 30px;
    }
}


/* ======= Portfolio Home style ======= */
.portfolio-home {
    position: relative;
    overflow: hidden;
}
.portfolio-home .portfolio-home-carousel {
    position: relative;
    display: block;
    max-width: 900px;
    margin: 0 auto;
}
.portfolio-home .portfolio-home-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0px 0px 0px;
}
.portfolio-home .item {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
/* img */
.portfolio-home .item .img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}
.portfolio-home .item:hover .img img {
    transform: scale(1.05);
}
.portfolio-home .item .con {
    position: relative;
    z-index: 2;
    opacity: 0;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 85% 15%;
    align-items: center;
}
.portfolio-home .item .con.opacity-1 {
    opacity: 0;
}
.portfolio-home .item .con.active {
    visibility: visible;
    opacity: 1;
}
/* arrow */
.portfolio-home .item .con .arrow {
    position: relative;
    display: block;
    visibility: visible;
    opacity: 1;
    text-align: -webkit-right;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.portfolio-home .item .con .arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #2f78c4;
    background: #2f78c4;
    border-radius: 50%;
    font-size: 17px;
    color: #fff;
}
.portfolio-home .item:hover .con .arrow a {
    border: 1px solid #fff;
    background: #fff;
    color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
/* title */
.portfolio-home .item .con .title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 20px 25px;
    margin-right: 100px;
    width: auto;
    border-radius: 20px;
}
.portfolio-home .item .con .title h6 {
      font-family: "Hanken Grotesk", sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 0;
    background: rgb(47 120 196);
    display: inline-table;
    line-height: 30px;
    padding: 5px 15px;
    border-radius: 15px 15px 0 0;
}
.portfolio-home .item .con .title h6 span {
    color: #fff;
    margin-right: 5px;
    font-size: 12px;
}
.portfolio-home .item .con .title h4 {
    color: #101010;
    font-size: 20px;
    margin-bottom: 0;
}
.portfolio-home .item .con .title h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1.25em;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: rgb(47 120 196);
    padding: 10px 15px;
    border-radius: 0 10px 10px 10px;
}
/* icon */
.portfolio-home .item .con .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    border-top-left-radius: 50%;
    padding: 15px;
}
.portfolio-home .item:hover .con .icon .arrow {
    transform: scale(1.05);
}
.portfolio-home .item .con .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.portfolio-home .item .con .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.portfolio-home .item .con .icon .arrow {
    position: absolute;
    background: #2f78c4;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
}
.portfolio-home .item:hover .con .icon .arrow {
    background: #101010;
    color: #fff;
}
/* owl nav */
.portfolio-home .owl-item.active .item .con {
    visibility: visible;
    opacity: 1;
}
.portfolio-home .owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}
.portfolio-home .owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.portfolio-home .owl-theme .owl-prev,
.portfolio-home .owl-theme .owl-prev {
    left: 10px !important
}
.portfolio-home .owl-theme .owl-next {
    right: 10px !important
}
.portfolio-home .owl-theme .owl-prev,
.portfolio-home .owl-theme .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    text-align: center;
    font-size: 17px
}
.portfolio-home .owl-theme .owl-prev > span,
.portfolio-home .owl-theme .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.portfolio-home .owl-carousel .owl-nav button.owl-next,
.portfolio-home .owl-carousel .owl-nav button.owl-prev {
    outline: none;
}
.portfolio-home .owl-theme .owl-nav [class*=owl-] {
    width: 55px;
    height: 55px;
    line-height: 58px;
    background: #2f78c4;
    border: none;
    border-radius: 100%;
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.portfolio-home .owl-theme .owl-nav [class*=owl-]:hover {
    border: none;
    background: #fff;
    color: #000;
}
.portfolio-home .owl-theme .owl-nav {
    top: 40% !important;
}
.portfolio-home .owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}
.portfolio-home .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}


@media screen and (max-width: 991px) {
    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .portfolio-home-carousel {
        overflow: hidden;
    }
    .portfolio-home .owl-theme .owl-nav {
        display: none;
    }
    .portfolio-home .item .con .title {
        padding: 0!important;
    }
    .portfolio-home .item .con .title h3 {
        font-size: 20px;
    }
}


/* ======= Portfolio style ======= */
.portfolio {
    position: relative;
}
.portfolio .portfolio-carousel {
    position: relative;
    display: block;
    max-width: 800px;
    margin: 0 auto;
}
.portfolio .portfolio-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0px 0px 0px;
}
.portfolio .item {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
/* img */
.portfolio .item .img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}
.portfolio .item:hover .img img {
    transform: scale(1.05);
}
.portfolio .item .con {
    position: relative;
    z-index: 2;
    opacity: 0;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 85% 15%;
    align-items: center;
}
.portfolio .item .con.opacity-1 {
    opacity: 0;
}
.portfolio .item .con.active {
    visibility: visible;
    opacity: 1;
}
/* arrow */
.portfolio .item .con .arrow {
    position: relative;
    display: block;
    visibility: visible;
    opacity: 1;
    text-align: -webkit-right;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.portfolio .item .con .arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #2f78c4;
    background: #2f78c4;
    border-radius: 50%;
    font-size: 17px;
    color: #fff;
}
.portfolio .item:hover .con .arrow a {
    border: 1px solid #fff;
    background: #fff;
    color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
/* title */
.portfolio .item .con .title {
    position: absolute;
    bottom: 0px;
    padding: 20px 90px 30px 20px;
    width: 100%;
}
.portfolio .item .con .title h6 {
      font-family: "Hanken Grotesk", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0;
}
.portfolio .item .con .title h6 span {
    color: #2f78c4;
    margin-right: 2px;
}
.portfolio .item .con .title h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.portfolio .item .con .title h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
}
/* icon */
.portfolio .item .con .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    border-top-left-radius: 50%;
    padding: 15px;
}
.portfolio .item:hover .con .icon .arrow {
    transform: scale(1.05);
}
.portfolio .item .con .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.portfolio .item .con .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.portfolio .item .con .icon .arrow {
    position: absolute;
    background: #101010;
    color: #2f78c4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
}
.portfolio .item:hover .con .icon .arrow {
    background: #2f78c4;
    color: #000;
}
/* owl nav */
.portfolio .owl-item.active .item .con {
    visibility: visible;
    opacity: 1;
}
.portfolio .owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}
.portfolio .owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.portfolio .owl-theme .owl-prev,
.portfolio .owl-theme .owl-prev {
    left: 10px !important
}
.portfolio .owl-theme .owl-next {
    right: 10px !important
}
.portfolio .owl-theme .owl-prev,
.portfolio .owl-theme .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    text-align: center;
    font-size: 17px
}
.portfolio .owl-theme .owl-prev > span,
.portfolio .owl-theme .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.portfolio .owl-carousel .owl-nav button.owl-next,
.portfolio .owl-carousel .owl-nav button.owl-prev {
    outline: none;
}
.portfolio .owl-theme .owl-nav [class*=owl-] {
    width: 55px;
    height: 55px;
    line-height: 58px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.portfolio .owl-theme .owl-nav [class*=owl-]:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}
.portfolio .owl-theme .owl-nav {
    top: 40% !important;
}
.portfolio .owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}
.portfolio .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}
.portfolio .bottom-fade {
    z-index: 1;
}
@media screen and (max-width: 991px) {
    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .portfolio-carousel {
        overflow: hidden;
    }
    .portfolio .owl-theme .owl-nav {
        display: none;
    }
}


/* ======= Portfolio Details style ======= */
.portfolio-details {
    position: relative;
}
.portfolio-details h3 {
    color: #101010;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.portfolio-details .sidebar-car {
    position: relative;
    display: block;
    padding: 0;
    background: #101010;
    border-radius: 20px;
    margin-top: -226px;
    z-index: 9;
}
.portfolio-details .sidebar-car .title {
    position: relative;
    background-color: #2f78c4;
    padding: 38px 30px;
    border-radius: 20px 20px 0 0;
    text-align: center;
}
.portfolio-details .sidebar-car .title h4 {
    font-size: 24px;
    line-height: 1.2em;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.portfolio-details .sidebar-car .item {
    padding: 30px 30px 40px 30px;
}
.portfolio-details .sidebar-car .item .features {
    padding: 12px 0;
    display: grid;
    grid-template-columns: 50% 50%;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
.portfolio-details .sidebar-car .item .features span {
    color: #727272;
}
.portfolio-details .sidebar-car .item .features span i {
    color: #2f78c4;
    margin-right: 10px;
    font-size: 17px;
}
.portfolio-details .sidebar-car .item .features p {
    margin-bottom: 0px;
    color: #727272;
    text-align: right;
}
@media screen and (max-width: 991px) {
    .portfolio-details .sidebar-car {
        margin-top: 30px;
    }
}


/* ======= Team style ======= */
.team {
    position: relative;
    overflow: hidden;
}
.team .team-container {
    width: 140%;
    position: relative;
}
.team .item {
    position: relative;
    padding: 0 0 0 45px;
    margin: 10px;
}
.team .item .wrapper {
    position: relative;
}
/* img */
.team .item .wrapper img {
    border-radius: 20px 20px 0 20px;
    width: 100%;
}
/* text */
.team .item .wrapper .text {
    bottom: 10px;
    left: -10px;
    position: absolute;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.team .item .wrapper .text .name,
.team .item .wrapper .text .position {
    display: inline-block;
}
.team .item .wrapper .text .name {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
      font-family: "Hanken Grotesk", sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.team .item .wrapper .text .position {
      font-family: "Hanken Grotesk", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding-left: 20px;
    position: relative;
}
.team .item .wrapper .text .position:before {
    content: "·";
    left: 5px;
    position: absolute;
    top: -3px;
    font-size: 30px;
    color: #2f78c4;
}
/* icon */
.team .item .wrapper .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    background: #fff;
    border-top-left-radius: 50%;
    padding: 15px;
}
.team .item:hover .wrapper .icon .arrow {
    transform: scale(1.05);
}
.team .item .wrapper .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.team .item .wrapper .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.team .item .wrapper .icon .arrow {
    position: absolute;
    background: #101010;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.team .item .wrapper .icon .arrow span {
    color: #2f78c4;
    font-size: 17px;
}
.team .item:hover .wrapper .icon .arrow {
    color: #000;
    background: #2f78c4;
}
.team .item:hover .wrapper .icon .arrow span {
    color: #000;
}
@media screen and (max-width: 991px) {
    .team .team-container {
        width: 100%;
    }
}


/* ======= Team-Single style ======= */
.team-single {
    position: relative;
}
.team-single h6 {
    font-size: 24px;
    color: #101010;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.team-single h6 span {
    color: #2f78c4;
}
.team-single .item {
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    margin-bottom: 30px;
    isolation: isolate;
}
.team-single .item .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}
.team-single .item:hover .img img {
    transform: scale(1.05);
}
.team-single .item .img .curv-butn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 0 40px 0 0;
}
.team-single .item .img .curv-butn .br-left-top {
    position: absolute;
    top: -24px;
    left: -1px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}
.team-single .item .img .curv-butn .br-left-top svg {
    width: 24px;
    height: 24px;
}
.team-single .item .img .curv-butn .br-right-bottom {
    position: absolute;
    bottom: -1px;
    right: -24px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}
.team-single .item .img .curv-butn .br-right-bottom svg {
    width: 24px;
    height: 24px;
}
.team-single .item .img .curv-butn.icon-bg {
    background: #fff !important;
}
.team-single .item .img .curv-butn .social-icons {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    bottom: 15px;
    z-index: 1;
}
.team-single .item .img .curv-butn .social-icons .link {
    position: relative;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #101010;
    color: #2f78c4;
    border-radius: 100%;
    font-size: 15px;
}
.team-single .item .img .curv-butn .social-icons .link:hover {
    background-color: #2f78c4;
    color: #000;
}
.team-single .item .img .curv-butn .social-icons .link:not(.plus-link) {
    margin-bottom: -50px;
    opacity: 0;
}
.team-single .item .img .curv-butn .social-icons .link.plus-link {
    z-index: 10;
}
.team-single .item .img:hover .curv-butn .social-icons {
    margin-bottom: -50px;
}
.team-single .item .img:hover .curv-butn .social-icons .link {
    margin-bottom: 0 !important;
    opacity: 1 !important;
}
.team-single .item .img:hover .curv-butn .social-icons .link.plus-link {
    opacity: 0 !important;
}
/* list */
.team-single .list {
    position: relative;
    display: block;
}
.team-single .list li {
    position: relative;
    display: flex;
    align-items: baseline;
}
.team-single .list li + li {
    margin-top: 10px;
}
.team-single .list-icon {
    background: #f0f0f3;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    align-items: center;
    border-radius: 100%;
}
.team-single .list-icon span {
    font-size: 12px;
    color: #101010;
}
.team-single .list-text {
    margin-left: 15px;
}
.team-single .list-text p {
    font-size: 17px;
    margin: 0;
    color: #727272;
}
/* tabs */
.team-single .cont .simpl-bord.nav-tabs {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0, 0.05);
}
.team-single .cont .simpl-bord .nav-item {
    margin-right: 30px;
}
.team-single .cont .simpl-bord .nav-item:last-of-type {
    margin-right: 0;
}
.team-single .cont .simpl-bord .nav-link {
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent !important;
    cursor: pointer;
    color: #101010;
      font-family: "Hanken Grotesk", sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.team-single .cont .simpl-bord .nav-link.active {
    color: #2f78c4;
}
.team-single .tab-content p {
    color: #727272;
}


/* ======= Price style  ======= */
.price .item {
    padding: 50px 40px;
    border-radius: 20px;
    background: #f0f0f3;
    position: relative;
    overflow: hidden;
}
.price .item h3 {
    color: #101010;
    font-size: 24px;
    line-height: 1.25em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.price .item h3 span {
    font-weight: 400;
    font-size: 10px;
    display: block;
    color: #2f78c4;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.price .item p {
    font-size: 17px;
    font-weight: 400;
    color: #727272;
    margin-bottom: 0;
}
.price .item ul {
    margin: 0;
    padding-left: 15px;
}
.price .item li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.price .item li:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
}
.price .item .dot-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}
.price .item .dot-list li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    background: #2f78c4;
}
.price .item .dot-list li:last-of-type {
    margin-bottom: 0;
}
/* arrow */
.price .item .rmore {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fff;
    padding: 15px;
    border-radius: 0 0 0 45px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
}
.price .item .rmore .arrow {
    width: 75px;
    height: 75px;
    line-height: 75px;
    border: 1px solid #2f78c4;
    background: #2f78c4;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
      font-family: "Hanken Grotesk", sans-serif;
    font-size: 20px;
    color: #101010;
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
}
.price .item .rmore .arrow span {
    color: #101010;
      font-family: "Hanken Grotesk", sans-serif;
    font-size: 17px;
    display: inline-block;
    font-weight: 400;
    align-self: flex-start;
    margin-right: 1px;
}
/* arrow hover */
.price .item:hover .rmore {
    opacity: 1;
    top: 0px;
    right: 0px;
}
.price .item .rmore:hover .arrow {
    border: 1px solid #2f78c4;
    background: #2f78c4;
    color: #000;
}
.price .item .rmore:hover .arrow span {
    color: #000;
}
/* active */
.price .item .rmore.active {
    opacity: 1;
    top: 0px;
    right: 0px;
}
.price .item .rmore .arrow.active {
    background: #2f78c4;
}
.price .item .rmore .arrow.active i {
    color: #fff;
}
/* border */
.price .item .rmore .br-left-top {
    position: absolute;
    top: -1px;
    left: -19px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    line-height: 1;
}
.price .item .rmore .br-left-top svg {
    width: 20px;
    height: 20px;
}
.price .item .rmore .br-right-bottom {
    position: absolute;
    bottom: -20px;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    line-height: 1;
}
.price .item .rmore .br-right-bottom svg {
    width: 20px;
    height: 20px;
}



/* ======= Clients style ======= */
.clients {
    position: relative;
}
.clients .wrap {
/*    padding-bottom: 90px;*/
}
.clients .wrap .item {
    position: relative;
}
.clients .wrap .item img {
    -webkit-transition: all .3s cubic-bezier(.12, 0, .39, 0);
    transition: all .3s cubic-bezier(.12, 0, .39, 0);
    height: 35px;
}
.clients .wrap:hover .item {
    opacity: .3;
    transition: 0.7s;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.clients .wrap:hover .item:hover {
    opacity: 1;
    transition: 0.7s;
}


/* ======= FAQs style ======= */
.accordion-box {
    position: relative;
    padding: 0px;
}
.accordion-box .block {
    position: relative;
    background: #f0f0f3;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 20px;
}
.accordion-box .block.active-block {
    border-radius: 20px;
}
.accordion-box .block:last-child {
    margin-bottom: 0;
}
.accordion-box .block .acc-btn {
    position: relative;
    font-size: 17px;
    line-height: 20px;
      font-family: "Hanken Grotesk", sans-serif;
    font-weight: 400;
    cursor: pointer;
    padding: 40px 30px;
    padding-right: 80px;
    color: #101010;
    transition: all 500ms ease;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.accordion-box .block .acc-btn .count {
    color: #fff;
    background: #2f78c4;
    font-weight: 400;
      font-family: "Hanken Grotesk", sans-serif;
    font-size: 17px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
    border-radius: 100%;
    text-align: center;
}
.accordion-box .block .acc-btn.active .count {
    color: #fff;
}
.accordion-box .block .acc-btn:before {
    position: absolute;
    right: 23px;
    top: 23px;
    font-size: 15px;
    color: #000;
    content: "\e628";
    font-family: "themify";
    transition: all 500ms ease;
    background: #2f78c4;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}
.accordion-box .block .acc-btn.active {
    background-color: #101010;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.accordion-box .block .acc-btn.active:before {
    color: #000;
    font-family: "themify";
    content: "\e62a";
    background: #2f78c4;
}
.accordion-box .block .acc-content {
    position: relative;
    display: none;
}
.accordion-box .block .content {
    position: relative;
    padding: 20px 30px;
    padding-left: 10px;
    color: #fff;
    border-radius: 0px 0px 20px 20px;
    padding-left: 0;
}
.accordion-box .block .acc-content.current {
    display: block;
}
.accordion-box .block .content .text {
    display: block;
    position: relative;
    top: 0px;
    color: #727272;
}
.accordion-box .block .acc-btn.active{
    border:0;
}

/* ======= Testimonials style ======= */
.testimonials {
    position: relative;
    overflow: hidden;
}
.testimonials .item {
    position: relative;
    padding: 40px 0;
    border-radius: 20px 20px 20px 20px;
    margin-bottom: 15px;
}
.testimonials .item i.fa-quote-left {
    color: #2f78c4;
    font-size: 60px;
    margin-bottom: 0px;
}
.testimonials .item .text h5 {
    border-radius: 20px;
      font-family: "Hanken Grotesk", sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
}
.testimonials .item .text p {
    color: #fff;
}
.testimonials .item .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
.testimonials .item .info .img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonials .item .info .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.testimonials .item .info h6 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.testimonials .item .info p {
    font-size: 15px;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 0;
}
.testimonials .item .img-curv {
    position: relative;
    padding: 15px;
    border-radius: 0 40px 0 0;
    background: #fff;
}
.testimonials .item .img-curv .shap-left-top {
    position: absolute;
    top: -22px;
    left: -4px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.testimonials .item .img-curv .shap-left-top svg {
    width: 24px;
    height: 20px;
}
.testimonials .item .img-curv .shap-right-bottom {
    position: absolute;
    bottom: -5px;
    right: -21px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.testimonials .item .img-curv .shap-right-bottom svg {
    width: 24px;
    height: 24px;
}


/* =======  Image Gallery style  ======= */
.gallery-filter {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0px;
    position: relative;
}
.gallery-filter li {
      font-family: "Hanken Grotesk", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
    color: #101010;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.gallery-filter li:last-child {
    margin-right: 0;
}
.gallery-filter li.active {
    color: #2f78c4;
    content: "";
    left: 0;
    bottom: -4px;
    border-bottom: 1px solid #2f78c4;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.gallery-filter li:hover {
    color: #2f78c4;
}
.gallery-item-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    -moz-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    border-radius: 7px;
}
.gallery-box {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    cursor: pointer;
    /* text-align: center; */
    border-radius: 20px;
    isolation: isolate;
}
.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.gallery-box .gallery-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.gallery-box:hover .gallery-img > img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.gallery-box .gallery-detail {
    position: absolute;
    opacity: 0;
    transform: translateX(-20px);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    padding: 20px;
    bottom: 0;
}
.gallery-box .gallery-detail h4 {
    font-size: 17px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.gallery-box .gallery-detail p {
    color: #2f78c4;
    margin-bottom: 0;
}
.gallery-box:hover .gallery-detail {
    opacity: 1;
    transform: translateX(0px);
}
/* magnific popup custom */
.mfp-counter {
    display: none;
}
.mfp-figure button {
    border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}
.mfp-bg,
body.mfp-zoom-out-cur {
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
}


/* ======= Gallery Scroll style ======= */
.galleryscroll {
    position: relative;
}
.galleryscroll .item {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 5px;
    isolation: isolate;
}
.galleryscroll .item .img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    isolation: isolate;
}
.galleryscroll .item .img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.galleryscroll .item .img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.galleryscroll .item:hover .img > img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}


/* ======= Video Gallery style ======= */
.vid-icon {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.vid-icon:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.video-gallery-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-right: 20px;
    float: left;
}
.video-gallery-polygon {
    z-index: 2;
    padding-right: 5px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #2f78c4;
    border-radius: 50%;
    color: #fff;
    padding: 12px 11px 12px 13px;
    line-height: 0;
    box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 10%);
}
.video-gallery-polygon:hover {
    background: #fff;
    color: #2f78c4;
}
.video-gallery-polygon {
    font-size: 20px;
}
.video-gallery {
    position: relative;
}
.video-gallery .item {
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    margin-bottom: 30px;
    isolation: isolate;
}
.video-gallery .item img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}
.video-gallery .item:hover img {
    transform: scale(1.05);
}
.video-gallery .item .title {
    position: absolute;
    top: 0px;
    padding: 30px;
}
.video-gallery .item .title h4 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
.video-gallery .item .curv-butn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 0 45px 0 0;
}
.video-gallery .item .curv-butn .vid {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    color: #fff;
}
.video-gallery .item .curv-butn .br-left-top {
    position: absolute;
    top: -24px;
    left: -1px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}
.video-gallery .item .curv-butn .br-left-top svg {
    width: 24px;
    height: 24px;
}
.video-gallery .item .curv-butn .br-right-bottom {
    position: absolute;
    bottom: -1px;
    right: -24px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}
.video-gallery .item .curv-butn .br-right-bottom svg {
    width: 24px;
    height: 24px;
}
.video-gallery .item .curv-butn .icon {
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #101010;
    background-color: #101010;
    border-radius: 100%;
    line-height: 60px;
}
.video-gallery .item:hover .curv-butn .icon {
    background-color: #2f78c4;
    border: 1px solid #2f78c4;
    color: #000;
    border-radius: 100%;
}


/* ======= Video Popup style ======= */
.play-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
}
.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 30px;
    z-index: 2;
}
.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}
.play-button svg.circle-track {
    z-index: 0;
}
.video-wrapper {}
.video-wrapper .vid {
    position: relative;
    z-index: 8;
}
.video-wrapper .vid .vid-butn:hover .icon {
    color: #fff;
}
.video-wrapper .vid .vid-butn:hover .icon:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.video-wrapper .vid .vid-butn .icon {
    color: #fff;
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 50%;
    line-height: 110px;
    text-align: center;
    font-size: 40px;
    position: relative;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.video-wrapper .vid .vid-butn .icon:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    z-index: -1;
}
.video-wrapper .vid .vid-butn .icon:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background: transparent;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
.video-wrapper .vid .vid-butn:hover .icon:after {
    border: 2px solid #fff;
}
.video-text {
    font-size: 160px;
    line-height: 160px;
    font-weight: 400;
    z-index: 1;
    left: -30px;
    right: 80vw;
    bottom: -60px;
    white-space: nowrap;
    font-style: normal;
    position: absolute !important;
    color: rgba(255, 255, 255, 0.5);
}


/* ======= Rotatext style ======= */
.video-wrapper {
    overflow: hidden;
}
.rotatex {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    overflow: hidden;
}
.rotatex .rotate-box {
    position: relative;
    width: 220px;
    height: 220px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}
.rotatex .rotate-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-color: transparent;
    font-size: 40px;
    border: 1px solid #2f78c4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #2f78c4;
}
.rotatex .rotate-box .rotate-text {
    -webkit-animation: rotateText 20s linear infinite;
    animation: rotateText 20s linear infinite;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 36px;
}
.rotatex .rotate-box .rotate-circle svg {
    width: 220px;
    height: 220px;
    fill: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
}
@-webkit-keyframes rotateText {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes rotateText {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.rotatex .header-shaps {
    position: absolute;
    bottom: 50px;
    right: 20px;
    width: 70%;
    -o-object-fit: contain;
    object-fit: contain;
}
.rotatex .nav-pills {
    margin-top: 50px;
}
.rotatex .nav-pills .nav-item {
    position: relative;
}
.rotatex .nav-pills .nav-item:last-of-type .nav-link {
    padding-right: 0;
}
.rotatex .nav-pills .nav-item:last-of-type .nav-link::after {
    display: none;
}
.rotatex .nav-pills .nav-item .nav-link {
    position: relative;
    border-radius: 0;
    background-color: transparent;
    color: #777;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    font-family: "Barlow", serif;
}
.rotatex .nav-pills .nav-item .nav-link::after {
    position: absolute;
    content: "/";
    right: 0;
    top: 7px;
}
.rotatex .nav-pills .nav-item .nav-link.active {
    color: #151515;
}
@media screen and (max-width: 991px) {
    .rotatex {
        padding: 80px 0;
        overflow: hidden;
    }
    .video-fullscreen-wrap .rotatex {
        padding: 80px 0;
        overflow: hidden;
        display: none;
    }
    
    .kenburns-inner .rotatex {
        display: none;
    }
    
    .video-text {
        display: none;
    }
    .rotatex .rotate-box {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .parallax-header .rotatex .rotate-box {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        display: none;
    }
    .rotatex .nav-pills .nav-item .nav-link {
        font-size: 13px;
    }
}


/* ======= Blog style ======= */
.blog {
    position: relative;
}
.blog .item {
    position: relative;
    border-radius: 20px 20px 0 20px;
    overflow: hidden;
    margin-bottom: 15px;
    isolation: isolate;
}
.blog .item img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
    border-radius: 20px;
}
.blog .item:hover img {
    transform: scale(1.05);
    transition: transform 500ms ease;
}
/* text */
.blog .item .title {
    position: absolute;
    bottom: 0px;
    padding: 20px 120px 30px 20px;
    width: 100%;
}
.blog .item .title h4 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
    line-height: 1.4em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/* icon */
.blog .item .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    border-top-left-radius: 50%;
    padding: 15px;
}
.blog .item:hover .icon .arrow {
    transform: scale(1.05);
}
.blog .item .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.blog .item .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.blog .item .icon .arrow {
    position: absolute;
    background: #101010;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.blog .item .icon .arrow span {
    color: #000;
    font-size: 17px;
}
.blog .item:hover .icon .arrow {
    color: #101010;
    background: #2f78c4;
}
.blog .item .icon .icon-w {
    overflow: hidden;
    background-color: transparent;
    color: #000;
    font-style: normal;
    font-weight: normal;
}
.blog .item .icon i.icon-show {
    text-align: center;
}
.blog .item .icon i.icon-show span {
      font-family: "Hanken Grotesk", sans-serif;
    font-weight: 400;
    line-height: 15px;
    vertical-align: middle;
    font-size: 24px;
    color: #2f78c4;
    font-style: normal;
}
.blog .item .icon i.icon-show span i {
      font-family: "Hanken Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
}
.blog .item:hover .icon .icon-w i.icon-show,
.blog .item .icon .icon-w i.icon-hidden {
    display: none;
    line-height: 50px;
}
.blog .item:hover .icon .icon-w i.icon-hidden {
    display: inline;
    text-align: center;
    color: #000;
    font-size: 15px;
    vertical-align: middle;
}


/* ======= Blog 2 style ======= */
.blog2 .item {
    margin-bottom: 30px;
}
.blog2 .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    isolation: isolate;
}
.blog2 .post-img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.blog2 .post-img a {
    display: block;
}
.blog2 .post-img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.blog2 .post-cont {
    padding: 30px 40px 40px 40px;
    border-radius: 0 0 20px 20px;
    background: #101010;
}
.blog2 .post-cont .tag {
    display: block;
    font-size: 17px;
    color: #2f78c4;
    margin-bottom: 0px;
}
.blog2 .post-cont h5,
.blog2 .post-cont h5 a {
    color: #fff;
    font-size: 30px;
    line-height: 1.25em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.blog2 .post-cont .category a {
    margin-right: 5px;
    position: relative;
    font-size: 15px;
    margin-bottom: 15px;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    letter-spacing: 0;
}
.blog2 .post-cont .category a:hover {
    color: #2f78c4;
}
.blog2 .post-cont .category a:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #2f78c4;
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog2 .post-cont .category a:last-child {
    margin-right: 15px;
}
.blog2 .post-cont .category a:last-child:after {
    display: none;
}
.blog2 .post-cont .calendar a {
    margin-right: 5px;
    position: relative;
    font-size: 15px;
    color: #727272;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    letter-spacing: 0;
}
.blog2 .post-cont .calendar a:hover {
    color: #fff;
}
/* blog sidebar */
.blog2-sidebar .widget {
    background: #f0f0f3;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 20px;
    border: none;
}
.blog2-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}
.blog2-sidebar .widget ul li {
    font-size: 17px;
    line-height: 1.5em;
    margin-bottom: 15px;
}
.blog2-sidebar .widget ul li a {
    color: #727272;
}
.blog2-sidebar .widget ul li a.active {
    color: #727272;
}
.blog2-sidebar .widget ul li a:hover {
    color: #101010;
}
.blog2-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}
.blog2-sidebar .widget ul li i {
    font-size: 10px;
    margin-right: 10px;
    color: #101010;
}
.blog2-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}
.blog2-sidebar .widget .recent .thum {
    width: 80px;
    overflow: hidden;
    float: left;
    border-radius: 5px;
}
.blog2-sidebar .widget .recent a {
    display: block;
    margin-left: 100px;
}
.blog2-sidebar .widget-title {
    margin-bottom: 15px;
}
.blog2-sidebar .widget-title h6 {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 20px;
    margin-bottom: 15px;
    color: #101010;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.blog2-sidebar .search form {
    position: relative;
}
.blog2-sidebar .search form input {
    width: 100%;
    padding: 18px;
    border: 0;
    background: #fff;
    margin-bottom: 0;
    border: none;
    color: #727272;
}
.blog2-sidebar .search form input::placeholder {
    color: #727272;
}
.blog2-sidebar .search form button {
    position: absolute;
    right: 6px;
    top: 6px;
    background-color: #101010;
    color: #2f78c4;
    border: 0;
    cursor: pointer;
    border-radius: 100%;
    outline: none;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.blog2-sidebar:hover .search form button {
    background-color: #2f78c4;
    color: #000;
    outline: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.blog2-sidebar .tags li {
    margin: 4px !important;
    padding: 9px 24px;
    background-color: #2f78c4;
    color: #101010;
    float: left;
    border-radius: 20px;
}
.blog2-sidebar ul.tags li a {
    font-size: 15px;
    color: #101010;
}
.blog2-sidebar ul.tags li:hover,
.blog2-sidebar ul.tags li:hover a {
    background-color: #101010;
    color: #fff;
}

/* ======= Post style ======= */
.post {
    position: relative;
}
.post h4 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #fff;
}
.post h4 span {
    color: #2f78c4;
}
.post .form-box {
    background: transparent;
}
.post .form-box h5 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.post .section {}
.post .section h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 17px;
    color: #101010;
}
.post .section h6 span {
    font-size: 15px;
    color: #727272;
    font-weight: 400;
      font-family: "Hanken Grotesk", sans-serif;
    letter-spacing: 0;
    display: block;
    text-transform: none;
}
.post .section .wrap {
    display: flex;
    margin-bottom: 60px;
}
.post .section .wrap .user {
    margin-right: 20px;
    flex: 0 0 auto;
}
.post .section .wrap .user img {
    border-radius: 100%;
    width: 90px;
    border: 1px solid #f0f0f3;
    padding: 4px;
}
.post .section .wrap .cont {}
/* pagination */
.pagination-wrap {
    padding: 0;
    margin: 0;
}
.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}
.pagination-wrap li a {
    background: #f0f0f3;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #101010;
      font-family: "Hanken Grotesk", sans-serif;
    font-weight: 400;
    border: 1px solid #f0f0f3;
    border-radius: 100%;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.pagination-wrap li a i {
    font-size: 12px;
}
.pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: #f0f0f3;
    border: 1px solid #f0f0f3;
    color: #101010;
    transform: translate3d(0px, -6px, 0.01px);
}
.pagination-wrap li a.active {
    background-color: #2f78c4;
    border: 1px solid #2f78c4;
    color: #000;
}
/* prev/next post */
.post-prev-next {
    padding: 45px 0;
    border: none;
    background-color: #f0f0f3;
}
.post-prev-next a {
    display: inline-block;
    font-size: 17px;
    color: #727272;
    line-height: 1em;
}
.post-prev-next a i {
    color: #2f78c4;
    font-size: 27px;
}
.post-prev-next .post-prev-next-left a i {
    margin-right: 10px;
    font-size: 15px;
    background: #2f78c4;
    color: #000;
    padding: 15px;
    border-radius: 50%;
}
.post-prev-next .post-prev-next-left a:hover i {
    background: #101010;
    color: #fff;
}
.post-prev-next .post-prev-next-right a i {
    font-size: 15px;
    margin-left: 10px;
    background: #2f78c4;
    color: #000;
    padding: 15px;
    border-radius: 50%;
}
.post-prev-next .post-prev-next-right a:hover i {
    background: #101010;
    color: #fff;
}
@media screen and (max-width: 991px) {
    .pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .post-prev-next {
        text-align: center;
    }
    .post-prev-next-left {
        margin-bottom: 10px;
    }
}


/* ======= Contact style ======= */
.contact {
    position: relative;
}
.contact p {
    color: #727272;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contact h5 {
    color: #101010;
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.contact .con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #727272;
    text-decoration: none;
}
.contact .con .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 100%;
    border: 1px solid #2f78c4;
    text-align: center;
    background: transparent;
    font-size: 20px;
    color: #fff;
}
.contact .con .icon .img {
    border-radius: 0;
    border: 1px solid #2f78c4;
}
.contact .con .icon img {
    background: transparent;
    padding: 13px;
}
.contact .con .text {
    color: #727272;
    line-height: 1.5em;
}
/* opening-hours list */
.opening-hours ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    width: 320px;
}
.opening-hours ul li .tit,
.opening-hours ul li .dots,
.opening-hours ul li span {
    display: table-cell;
    white-space: nowrap;
}
.opening-hours ul li {
    margin-bottom: 15px;
    font-size: 17px;
}
.opening-hours ul li:last-of-type {
    margin-bottom: 0;
}
.opening-hours ul li span {
    white-space: nowrap;
    padding-left: 10px;
    color: #727272;
}
.opening-hours ul li .tit {
    padding-right: 10px;
    color: #727272;
}
.opening-hours ul li .dots {
    height: 4px;
    width: 100%;
    border-bottom: 2px dashed #202020;
    position: relative;
    top: -7px;
}
.google-map {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: calc(64% + 30px);
    overflow: hidden;
    border-radius: 10px;
}


/* ======= Contact Box style ======= */
.contact-box {
    position: relative;
    margin-bottom: 0px;
}
.contact-box .container {
    position: relative;
    z-index: 2;
}
.contact-box .item {
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    margin-bottom: 10px;
    line-height: 1;
    text-align: left;
    padding: 20px 0;

}
.contact-box .item.active {
    
}
.contact-box .item:hover {

}
.contact-box .item h5 {
    font-size: 20px;
    color: #101010;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.contact-box .item.active h5 {
    color: #101010
}
.contact-box .item:hover h5 {
    color: #101010;
    -webkit-transition: .5s;
    transition: .5s;
}
.contact-box .item p {
    color: #727272;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
}
.contact-box .item.active p {
    color: #101010;
}
.contact-box .item:hover p {
    color: #101010;
}
.contact-box .item span {
    font-size: 45px;
    color: #2f78c4;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}
.contact-box .item.active span {
    color: #000;
}
.contact-box .item:hover span {
    color: #000;
}
.contact-box .item i.numb {
    font-size: 120px;
    position: absolute;
    bottom: -20px;
    right: -30px;
    color: rgba(0, 0, 0, 0.2);
    opacity: .2;
}
.contact-box .item.active i.numb {
    color: rgba(22, 22, 22, 0.5);
}
.contact-box .item:hover .numb {
    color: rgba(22, 22, 22, 0.5)
}


/* ======= 404 style ======= */
.not-found h1 {
    font-size: 160px;
    line-height: 160px;
    color: #2f78c4;
}
.not-found h3 {
    color: #101010;
    font-size: 24px;
    line-height: 1.25em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.not-found p {
    color: #727272;
}
.not-found .search-form {
    position: relative;
    max-width: 520px;
    margin: 20px auto 0;
}
.not-found .search-form form {
    position: relative;
}
.not-found .search-form .form-group {
    position: relative;
    margin: 0;
}
.not-found .search-form .form-group input[type="text"],
.not-found .search-form .form-group input[type="search"],
.not-found .search-form .form-group input[type="email"] {
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 10px 100px 10px 20px;
    height: 60px;
    display: block;
    font-size: 17px;
    background: transparent;
    color: #727272;
    border-radius: 0px;
    border: 1px solid rgba(0,0,0, 0.1);
    transition: all 300ms ease;
    border-radius: 30px;
}
.not-found .search-form .form-group input[type="text"]:focus,
.not-found .search-form .form-group input[type="email"]:focus,
.not-found .search-form .form-group input[type="search"]:focus {
    border-color: #2f78c4;
}
.not-found .search-form .form-group input::-webkit-input-placeholder {
    color: #727272;
}
.not-found .search-form .form-group input[type="search"]:focus {
    color: #727272;
}
.not-found .search-form .form-group .search-button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    background: none;
    color: #fff;
    background: #101010;
    border-radius: 100%;
    outline: none;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.not-found .search-form .form-group .search-button span {
    vertical-align: middle;
    outline: none;
}
.not-found .search-form:hover .form-group .search-button {
    background: #2f78c4;
    color: #000;
    outline: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
@media screen and (max-width: 991px) {
    .not-found h1 {
        font-size: 110px;
        line-height: 120px;
    }
}


/* ======= Button style ======= */
/* button 1 */
.button-1 {
   display: inline-block;
    height: auto;
    padding: 6px 30px;
    border: 1px solid #2f78c4;
    border-radius: 40px;
    background-color: #2f78c4;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
[data-overlay-dark] .button-1 span,
.button-1 span {
    font-size: 12px;
    margin-left: 5px;
    color: #000;
}
[data-overlay-dark] .button-1 i,
.button-1 i {
    font-style: normal;
    font-size: 17px;
    padding-right: 5px;
    color: #000;
}
.button-1:hover {
    border: 1px solid #101010;
    background-color: #101010;
    color: #fff;
}
.button-1:hover span {
    color: #fff;
}
/* button 2 */
.button-2 {
    display: inline-block;
    height: auto;
    padding: 12px 36px;
    border: 1px solid #101010;
    border-radius: 40px;
    background-color: #101010;
    color: #fff;
    text-align: center;
    
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
[data-overlay-dark] .button-2 span,
.button-2 span {
    font-size: 12px;
    margin-left: 5px;
    color: #000;
}
[data-overlay-dark] .button-2 i,
.button-2 i {
    font-style: normal;
    font-size: 17px;
    padding-right: 5px;
    color: #000;
}
.button-2:hover {
    border: 1px solid #2f78c4;
    background-color: #2f78c4;
    color: #000;
    transform: translate3d(0px, -6px, 0.01px);
}
.button-2:hover span {
    color: #000;
}
/* button 3 */
.button-3 {
    display: inline-block;
    height: auto;
    padding: 12px 36px;
    border: 1px solid #2f78c4;
    border-radius: 40px;
    background-color: transparent;
    color: #fff;
    text-align: center;
    
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
[data-overlay-dark] .button-3 span,
.button-3 span {
    font-size: 12px;
    margin-left: 5px;
    color: #fff;
}
[data-overlay-dark] .button-3 i,
.button-3 i {
    font-style: normal;
    font-size: 17px;
    padding-right: 5px;
    color: #fff;
}
.button-3:hover {
    border: 1px solid #2f78c4;
    background-color: #2f78c4;
    color: #000;
    transform: translate3d(0px, -6px, 0.01px);
}
.button-3:hover span {
    color: #000;
}
/* button 4 */
.button-4 {
    display: inline-block;
    height: auto;
    padding: 12px 36px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    background-color: transparent;
    color: #fff;
    text-align: center;
    
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
[data-overlay-dark] .button-4 span,
.button-4 span {
    font-size: 12px;
    margin-left: 5px;
    color: #fff;
}
[data-overlay-dark] .button-4 i,
.button-4 i {
    font-style: normal;
    font-size: 17px;
    padding-right: 5px;
    color: #fff;
}
.button-4:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
    transform: translate3d(0px, -6px, 0.01px);
}
.button-4:hover span {
    color: #000;
}


/* ======= LetsTalk style ======= */
.lets-talk {
    position: relative;
}
.lets-talk .section-title {
    color: #fff;
    font-size: 48px;
    line-height: 1.1em;
}
.lets-talk .section-subtitle {
    color: #2f78c4;
}
.lets-talk .wrap {
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
}
.lets-talk .wrap .social {
    grid-column-gap: 12px;
    display: inline-flex;
}
.lets-talk .wrap .social .icon {
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    background-color: transparent;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
    text-decoration: none;
    display: flex;
}
.lets-talk .wrap .dv {
    max-width: 1px;
    min-width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    align-self: stretch;
    margin-left: 12px;
    margin-right: 12px;
    height: 12px;
    margin-top: 9px;
}
.lets-talk .wrap .icon-right {
    margin-left: 6px;
    line-height: 1em;
    display: inline-block;
}
.lets-talk .wrap a {
      font-family: "Hanken Grotesk", sans-serif;
    color: #fff;
    font-size: 20px;
}
.lets-talk .wrap a:hover {
    color: #2f78c4;
}
.lets-talk .wrap a i.icon-right {
    overflow: hidden;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.lets-talk .wrap a:hover i.icon-right {
    transform: translate3d(3px, -3px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}



/* ======= Scrolling Style ======= */
.scrolling {
	background: #f0f0f3;
	padding: 30px 0;
}
.scrolling.scrolling-ticker {
	padding: 20px 0;
}
.scrolling.scrolling-ticker .wrapper {
	--gap: 30px;
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
	align-items: center;
}
.scrolling.scrolling-ticker .wrapper .content {
	flex-shrink: 0;
	display: flex;
	gap: var(--gap);
	min-width: 100%;
	animation: scroll 50s linear infinite;
}
.scrolling.scrolling-ticker .wrapper .content span {
	  font-family: "Hanken Grotesk", sans-serif;
	display: inline-flex;
	align-items: center;
	font-size: 24px;
    letter-spacing: 2px;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #101010;
	vertical-align: middle;
}
.scrolling.scrolling-ticker .wrapper .content span img {
	width: 100%;
	max-width: 30px;
	margin-right: 30px;
}
@keyframes scroll{
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-100% - var(--gap)));
	}
}
@media only screen and (max-width: 991px) {
    .scrolling {
		padding: 15px 0;
	}
	.scrolling.scrolling-ticker .wrapper {
		--gap: 20px;
	}
	.scrolling.scrolling-ticker .wrapper .content span {
		font-size: 20px;
	}
	.scrolling.scrolling-ticker .wrapper .content span img {
        max-width: 20px;
		margin-right: 20px;
	}
}
@media only screen and (max-width: 767px){
    .scrolling.scrolling-ticker .wrapper {
        --gap: 15px;
    }
	.scrolling.scrolling-ticker .wrapper .content span {
        font-size: 17px;
    }
	.scrolling.scrolling-ticker .wrapper .content span img {
		max-width: 15px;
		margin-right: 15px;
	}
}


/* ======= Footer style ======= */
.footer {
    position: relative;
    background-color: #101010;
}
/* footer top */
.footer .top {
    padding: 60px 0 20px 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.footer .top .item .logo,
.footer .bottom .logo {
    width: 150px;
    margin-bottom: 15px;
}
.footer .top .item h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
}
.footer .top .item h2 span {
    color: #2f78c4;
}
.footer .top .item h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.footer .top .item h3 span {
    color: #2f78c4;
}
.footer .top .item p {
    color: rgba(255, 255, 255, 0.7);
}
.footer .top .item .language {
    width: 160px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.footer .top .item .language i {
    position: absolute;
    right: 30px;
    top: 17px;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
}
.footer .top .item .language select {
    height: 50px;
    background: #2f78c4;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    border: none;
    border-radius: 30px;
}
.footer .top .item .language select option {
    color: rgba(255, 255, 255, 0.7);
}
select {
    width: 160px;
    max-width: 100%;
    height: 70px;
    padding: 0 30px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.7);
    -webkit-appearance: none;
    -moz-appearance: none;
}
.footer .top .item .links ul {
    margin: 0;
    padding: 0;
}
.footer .top .item .links ul li {
    margin-bottom: 5px;
}
.footer .top .item .links ul li:hover {
    color: #2f78c4;
}
.footer .top .item .links ul li i {
    font-size: 7px;
    margin-right: 3px;
}
.footer .top .item .links ul li a {
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}
.footer .top .item .links ul li:hover a {
    color: #2f78c4;
}
.footer .top .item .address {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    margin-bottom: 15px;
}
.footer .top .item .phone {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 15px;
    line-height: 1.25em;
}
.footer .top .item .mail {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer .top .item .newsletter {
    position: relative;
}
.footer .top .item .newsletter input {
    height: 60px;
    width: 100%;
    border: none;
    background: transparent;
    font-size: 17px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    outline: none;
    padding: 0 90px 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 30px;
}
.footer .top .item .newsletter button {
    height: 50px;
    width: 50px;
    border: none;
    background: rgba(255, 255, 255, 0.05);
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    outline: none;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    line-height: 55px;
    outline: none;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.footer .top .item .newsletter input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.footer .top .item .newsletter:hover button {
    background: #2f78c4;
    outline: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
    color: #000;
}
/* footer bottom */
.footer .bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.footer .bottom p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
}
.footer .bottom p a {
    background: linear-gradient(to bottom, #2f78c4 0%, #2f78c4 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: #fff;
    text-decoration: none;
    transition: background-size .2s;
}
.footer .bottom p a:hover {
    color: #2f78c4;
}
/* social icons */
.footer .top .social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 100%;
    font-size: 15px;
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}
.footer .top .social-icons .list-inline {
    margin: 0;
}
.footer .top .social-icons li:hover {
    background: #2f78c4;
    color: #000;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e627';
    text-align: center;
    line-height: 55px;
    font-size: 15px;
    font-weight: normal;
    left: 0;
    top: 0;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #2f78c4;
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap::after {
    color: #2f78c4;
}
.progress-wrap svg.progress-circle path {
    stroke: #2f78c4;
}


/* ======= Modal Form & Popup style ======= */
/* modal box */
.modal-box {
    position: relative;
    background: #000;
    padding: 60px 40px;
    margin-bottom: -60px;
    border-radius: 0 0 20px 20px;
}
.modal-box .head-box h6 {
    font-size: 10px;
    font-weight: 400;
    color: #2f78c4;
    position: relative;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.modal-box .head-box h4 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1em;
    font-weight: 400;
}
.modal-box .head-box h4 span {
    color: #101010;
}
/* button */
.modal-button {
    display: block;
    padding: 0 30px;
    border: none;
    margin: 0;
    width: auto;
    background: #2f78c4;
    color: #000;
    font-size: 17px;
    text-decoration: none;
    line-height: 60px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
    font-weight: 400;
    border-radius: 30px;
}
.modal-button:hover {
    background: #fff;
    color: #000;
}
.modal-button:focus {
    outline: none;
}
@media screen and (max-width: 991px) {
    .modal-box {
        margin-bottom: 90px;
        margin-bottom: 0px;
        padding: 35px 20px;
    }
}
/* modal popup */
.modal-content {
    position: relative;
    border-radius: 20px;
    border: none;
}
.modal-header {
    background: #2f78c4;
    border: none;
    padding: 25px 30px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.modal-body {
    background: #000;
    padding: 0;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
.modal-body .modal-box {
    margin-bottom: 0;
}
.modal-title {
      font-family: "Hanken Grotesk", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.modal-header .btn-close:focus,
.modal-header .btn-close:active {
    outline: none;
    box-shadow: none;
}


/* ======= Responsive style ======= */
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1220px;
    }
}
@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }
    .lets-talk .section-title {
        font-size: 40px;
    }
    .lets-talk .wrap {
        display: flow;
        display: flow-root;
    }
}


/* ======= Overlay Effect Bg Image style ======= */
[data-overlay-dark] {
    position: relative;
}
[data-overlay-dark] .container {
    position: relative;
    z-index: 2;
}
[data-overlay-dark]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay-dark]:before {
    background: #000;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}
[data-overlay-dark] p {
    color: #727272;
}
[data-overlay-dark="0"]:before {
    opacity: 0;
}
[data-overlay-dark="1"]:before {
    opacity: 0.1;
}
[data-overlay-dark="2"]:before {
    opacity: 0.2;
}
[data-overlay-dark="3"]:before {
    opacity: 0.3;
}
[data-overlay-dark="4"]:before {
    opacity: 0.4;
}
[data-overlay-dark="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark="6"]:before {
    opacity: 0.6;
}
[data-overlay-dark="7"]:before {
    opacity: 0.7;
}
[data-overlay-dark="8"]:before {
    opacity: 0.8;
}
[data-overlay-dark="9"]:before {
    opacity: 0.9;
}
[data-overlay-dark="10"]:before {
    opacity: 1;
}



.navbar-nav a.button-1{
    margin-bottom: 0 !important;
}
.navbar-expand-lg .navbar-nav{
    align-items: center;
}

li.nav-item {
    margin-right: 25px;
}
.services {
    background: #eef4fb;
}
.services_content ul li img{
    max-height: 50px;
    width: auto;
}
.services_content ul{
    display: flex;    
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}
.services_content ul li{
        
    color: #000;
    max-width: 50%;
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 25px;
    column-gap: 20px;
    margin: 10px 0;
    border-bottom: 1px solid #2f78c4;
    padding-bottom: 15px;
}
.services_content ul li b{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #000;
}
.services_content ul li b span{
    color: #000;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    opacity: 0.8;
}
.section-title-wrapper p{   
    color: #000;
}
.services_content{
    padding-left: 50px;
}
.services_content h2{
    color: #2f78c4;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 32px;
}
.services_content p{
    color: #000;
}
.bb-0{
    border-bottom: 0 !important;
}
.services_cloud{
    background-color: transparent;
}

.services_content a{
    text-transform: uppercase;
}
.services_thumb img {
    min-height: 470px;
    object-fit: cover;
    border-radius: 20px;
}
.services_box-2{
    background-image: url(../img/it-support-bg.jpg);
    background-size: cover;
}
.services_box-2 .services_content h2,
.services_box-2 .services_content p,
.services_box-2 .services_content li,
.services_box-2 .services_content li b{
    color: #fff;
}

.services_box-2 a{
    background: #fff;
    color: #2f78c4;
    border:1px solid #fff !important; 
    border:0;
}   
.services_box-2 a:hover{
    background: #000;
     border:1px solid #000 !important;
    color: #fff;
}

.portfolio-home .section-title{

    margin-bottom: 50px;
}

.testimonials{
    background-image: url(../img/testimonial-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.testimonials .section-title
{
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}
.testimonials{padding-top: 60px;padding-bottom: 0}
.testimonials .item{
    margin-bottom: 0;
}
.owl-dots.disabled{
    display: none !important;
}

.testimonials .item .text p {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
}
.testimonials .item .info h6{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.testimonials .item{
    padding-bottom: 0;
}
.testimonials .owl-prev{
    left: -150px !important;
    position: relative;
    opacity: 0.6 !important;
}
.testimonials .owl-next{
    right: -150px !important;
    position: relative;
    opacity: 0.6 !important;
}

.btn-border{
        margin-left: 20px;
    background: transparent;
    color: #2f78c4;
}

.btn-border:hover{
    background: #2f78c4;
    color: #fff;
    border: 1px solid #2f78c4 !important;
}

.parallax-header .con{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.parallax-header{
    position: relative;
    padding: 0;
}

._info i{
    margin-right: 10px;
}

.button-22
{
   color: white;
    font-size: 16px;
    padding: 12px;
    width: 100px;
    border: none;
    clip-path: polygon(8px 0%, calc(100% - 8px) 0%, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0% calc(100% - 8px), 0% 8px);
    height: 45px;
   background: #f46b45;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #eea849, #f46b45);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #eea849, #f46b45); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    width: auto;
    height: 45px;
    padding: 9px 20px;
    position: relative;
    top: 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    font-weight: 600;
}

.button-22:hover{
     background: #f46b45;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #eea849, #f46b45);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #eea849, #f46b45); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
color: #fff;
}

.cta-section .cta-wrapper {
    background: linear-gradient(100deg, #2f78c4 15.25%, #8fc6ff 55.13%);
    border-radius: 10px;
    position: relative;
    margin-bottom: -150px;
    padding: 50px 0;
    z-index: 99;
    text-align: center;
}


.cta-section .cta-wrapper .cta-image img {
    height: 100%;
}
.cta-section .cta-wrapper .section-title {
    width: 100%;
}
.cta-section .cta-wrapper .section-title h2 {
    font-size: 44px;
    font-weight: 900;
    line-height: 45px;
    letter-spacing: 0;
    color: #2f78c4;
    margin-bottom: 20px;
}

.pt-150 {
    padding-top: 150px;
}
.cta-section .cta-wrapper .cta-information {
    margin: 12px 0 27px;

    width: 100%;
}
.cta-section .cta-wrapper .cta-information ul {
    display: flex;
    align-items: center;
    gap: 40px;
}
.cta-section .cta-wrapper .cta-information ul .social-info {
    display: flex;
    align-items: center;
}
.cta-section .cta-wrapper .cta-information ul .social-info a {
    color: #ebebeb;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: .02em;
    margin: 0;
}
ul{
    padding: 0;
    margin: 0;
}
.cta-section a.button-22{
    background: #000;
    color: #fff;
}

.nav-scroll{
    z-index: 999;
}
a.button-22.btn-border{
    background: #fff !important;
    color: #000;
    border:0 !important;
}
.br-0{
    border-radius:0  !important;
}

.main_heading h2{
    color: #000;
    font-weight: 900;
    margin-bottom: 50px;
    font-size: 38px;
    text-align: center;
    line-height: 48px;
}
.about_inner .section-title{
    font-size:24px;
}

.breadcrumb-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0px 90px;
}
.breadcrumb-section .banner-wrapper .banner-content .breadcrumb-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 11px 22px;
    line-height: 1;
    margin-bottom: 12px;
}
.breadcrumb-section .banner-wrapper .banner-content h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: uppercase;
}

.about_inner .content{
    padding: 40px;
}
.text-left,
.text-left h2{
    text-align: left !important;
}
.breadcrumbs_title{
    display: inline-block;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 100px;
    border: 1px solid #fff;
    padding: 5px 30px;
}

.bg-color-blue{
        background-color: #eef4fb;
}
.our-value_box h3{
    color: #000;
    font-weight: 700;
    font-size: 22px;
}
.our-value_box img{
    max-height: 80px;
    width: auto;
    margin-bottom: 20px;
}
.main_heading h5{
        color: #2f78c4;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}   
.main_heading h5{
    text-align: left;
    margin-bottom: 10px;
}
.main_heading h4{
    font-size: 32px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
}

.our_specilization_box{
    margin-top: 40px;
}

.our_specilization_box li{
    margin: 20px 0;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: baseline;
}
.our_specilization_box img{
    max-width: 15px;
    margin-right: 10px;
}
.pad-left{
    padding-left: 50px;
}
.pad-right{
    padding-right: 50px;
}
.cta-section2 p{
    color: #000;
    max-width: 800px;
    margin: 20px auto;
    margin-bottom: 30px;
}
.contact-box .item h5{
    font-weight: 700;
}
.contact-box .item
{

    align-items: center;
    column-gap: 20px;
    text-align: center;
    margin: 0;
}

.contact-box .item span{
    margin-bottom: 10px;
    font-size: 40px;
}
.contact-box .item h5{
    text-align: center;
}
.contact-box .item  p{    
    margin-top: 0;
    font-size: 16px;
}
.contact-box .main_heading h2{
    font-size: 20px;
    text-align: left;
}
.main_heading p{
    text-align: center;
}
.contact p{
    text-align: left;
}
.contact h4{
    font-size: 22px;
}
.form-box input
{
        background: #f5f5f5;
    height: 60px;
    border-radius: 0px;
}
.form-box textarea{
   background: #f5f5f5;
    min-height: 100px;
     color: #000;
    opacity: 0.8;
    border-radius: 0px;
}
.form-box{
    padding: 40px;
    background: #fff;
    clip-path: polygon(16px 0%, calc(100% - 16px) 0%, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0% calc(100% - 16px), 0% 16px);
}
.contact {
    background-image: url(../img/t3.jpg);
    background-size: cover;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.contact .button-1
{
    height: auto;
    padding: 15px 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
    font-weight: 600;
    border:0;
}
.contact_heading{

}
.checkbox_label{
    display: flex;
    column-gap: 20px;
    margin: 30px 0;
    align-items: flex-start;
}
.checkbox_label input{
    height: auto;
}
.form-box .checkbox_label p{
    font-size: 13px;
    margin: 0;
}

::placeholder,
textarea::placeholder{
    font-size: 16px;
    color: #000;
    opacity: 0.8;
}
.form-box h4{
    color: #000;
    font-size: 42px;
    margin-bottom: 20px;
}

.form-box p{
    color: #000;
    font-size: 15px;
}
.about_inner .section-title {
    font-size: 30px;
    border-left: 4px solid #2f78c4;
    padding-left: 10px;
}
.main_heading.text-left h2{
    margin-bottom: 20px;
}
.main_heading.text-left p{
    text-align: left;
}
.what-we-offer{
    padding: 0;
    padding-left: calc(100vw - 88%);
    background-color: #eef4fb;

}
.what-we-offer img{
    height: 250px;
    object-fit: cover;
}
.banner-content{
    text-align: center;
}
.our-services .our-services-wrapper{
    background: #f6f5f3;
    border-radius: 0;
    padding: 40px 20px;
    position: relative;
    height: 100%;
    border-bottom: 25px solid #fff;
    margin-bottom: 0;
}
.our-services .our-services-wrapper h5{

}
.our-services .our-services-wrapper h4{
        font-size: 25px;
    line-height: 30px;
}
.our-services .our-services-wrapper p{
    text-align: left;
    font-size: 16px;
}
.our-services .our-services-wrapper li {
    margin: 10px 0;
    font-size: 16px;
    position: relative;
    left: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.our-services .our-services-wrapper li:hover{
    left: 10px;
}
.our-services .our-services-wrapper ul li img{
    max-width: 15px;
}
.our-services-wrapper{
    margin: 20px 0;
}

img.bg_icon {
    max-height: 60px;
    width: auto;
    margin-bottom: 20px;
}
.our-services .our-services-wrapper:hover img.bg_icon {
    transform: scale(1.2);
}
.why_choose_us{
        background: url(../img/topography-background.png) repeat #2f78c4;
}
.cta-section .cta-wrapper1{
    background: transparent;
    margin: 0;
    margin-top: 50px;
}
.why_choose_us_img{
    margin-bottom: -100px;
}

.why_choose_us_content h2{
    font-weight: 400;
    font-size: 36px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}   
.why_choose_us_content h2 span{
    font-weight: bold;
    position: relative;
    z-index: 9;
}
.why_choose_us_content h2 span:after{
       content: '';
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #ffb000;
    z-index: -1;
}

.why_choose_us_content p{
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}
.why_choose_us_content li{
    color: #fff;
    font-size: 16px;
    margin: 10px 0;
    font-weight: 600;
}   
.connectUs{
    padding: 0 !important;
    padding-bottom: 60px !important;
}
.team{
        background: url(../img/topography-background.png) repeat #2f78c4;
}
.team .section-title{
    color: #fff;
}
.team p{
    color: #fff;
}
.team .item .wrapper .icon{
    background: #2f78c4;
}
.team .item .wrapper .icon::before,
.team .item .wrapper .icon::after{
    box-shadow: 6px 6px 0 6px #2f78c4;
}
.team .item .wrapper .icon .arrow{
    background: #fff;
}

.services2 .bottom-fade{
    display: block;
        width: 100%;
    top: 0.5px;
    height: 100%;
    float: left;
    position: absolute;
    background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
    z-index: 0;
    border-radius: 20px 20px 0 20px;
    opacity: 1;
}

.services2 .item .icon .arrow{
        background: #2f78c4;
}
.services2 .item .icon .arrow i{
    font-size: 15px;
    color: #fff;
}

.contact .button-1:disabled{
    background: #8b8484;
}

.privacy_policy_content h1{
    color: #000;
    font-weight: bold;
    font-size: 38px;
}
.privacy_policy_content h2{
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.bottom p span
{
        color: #fff;
    font-weight: 400;
}
.learn-more-btn {
    color: #2f78c4;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    line-height: 0;
    column-gap: 10px;
    border: 1px solid;
    padding: 10px;
    border-radius: 6px 0 6px 0;
}
.learn-more-btn:hover{
    display: inline-flex;
}
.position_absolute{
    position: fixed;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 100%);
}
.magento-development .breadcrumb-section{
    height: 100vh;
    display: flex;
    align-items: center;
    padding-bottom: 20px;

}
.magento-development .navbar .navbar-nav .nav-link{
    color: #fff;
}
.magento-development .navbar .navbar-nav .nav-link i{
    color: #fff;
}

.magento-development .banner-content{ 
    text-align: left;
}
.magento-development .banner-content p{  
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
}
.magento-development .banner-content li{
    color: #fff;
    font-size: 18px;
}
.magento-development .banner-content li img{
        max-height: 20px;
    width: auto;
    margin-right: 10px;
/*    transform: rotate(90deg);*/
/*    filter: invert(100%);*/
}
.breadcrumbs_banner img{
    max-height: 600px;
    width: auto;
    margin-left: auto;
    display: block;
}
.text-left p{
    text-align: left;
}

.magento_Development_services .accordion-box .block .acc-btn {
    position: relative;
    font-size: 24px;
    line-height: 20px;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 500;
    cursor: pointer;
    padding: 15px 30px;
    padding-right: 80px;
    color: #101010;
    transition: all 500ms ease;
    text-transform: inherit;
    letter-spacing: 0;
    padding-left: 10px;
    color: #04e4ff;
    padding-left: 0;
}
.magento_Development_services .accordion-box .block {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    background: transparent;
    left: 0;

}   
.magento_Development_services .accordion-box .block:hover{

    left: 5px;
/*    border-left: 3px solid #2f78c4;*/
}
.magento_Development_services .accordion-box .block.active-block{
/*    border-left: 3px solid #2f78c4;*/
    left: 5px;    
}
.magento_Development_services .accordion-box .block .acc-btn:before {
    position: absolute;
    right: 20px;
    top: 9px;
    font-size: 15px;
    content: "\e628";
    font-family: "themify";
    background: transparent;
    transition: all 500ms ease;
    color: #2f78c4;
    width: 20px;
    height: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 0;
    display: none;
}
.magento_Development_services .accordion-box .block.active-block .acc-btn{
    color: #fff;
}

.our_process {
  background-color: #eef4fb;
  padding: 60px 0;
}

.section-heading .badge {
  background: #fff;
  color: #ff3b3f;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 15px;
}

.section-heading h2 {
  font-size: 32px;
  color: #1c1c1c;
  font-weight: bold;
}

.process-step {
  
}

.process-step .step-number {
  font-weight: bold;
  color: #2264e5;
  font-size: 18px;
  margin-bottom: 10px;
}

.working-process{
    position: relative;
    padding-left: 80px;

}
.working-process .container-fluid{
    padding: 0 70px;
}
.working-process::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #c9d4df;
}
.single-process{
    padding-left: 10px;
}
.single-process .step {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;

}

.single-process .step .number::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 48px;
    background: #c9d4df;
    left: 50%;
    transform: translateX(-50%);
    top: -55px;
    z-index: -9;
}

.single-process .step .number {
    background-color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.single-process {
    text-align: center;
}
.single-process .step .number::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #c9d4df;
    z-index: 1;
}

.single-process .step .number h6 {
    color: #000;
    
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px;
}

.single-process .step .number span {
    color: blue;
    
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}
.owl-stage-outer{
    padding-top: 50px;
}
.process-step h4{
    color: #000;
    font-weight: bold;
    font-size: 24px;
    text-align: left;
}
.process-step img{
    width: 15px !important;
    top: 1px;
    position: relative;
}
.process-step ul li{
    display: flex;
    align-items: flex-start;
    text-align: left;
    line-height: 20px;
    column-gap: 10px;
    margin:20px 0;
}
.main_heading.txt2  h2 b{   
    font-size: 45px;
    color: #000;
    font-weight: bold;
}
.main_heading.txt2  h2{
    font-weight: normal;
}
.accordion-box .block .acc-btn.active{
        background-color: transparent;
        color: #04e4ff !important;
}
.accordion-box .block .acc-btn:hover{
            background-color: transparent;
        color: #04e4ff !important;
}
.our_process{
    position: relative;
}
.csginnovation--text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.csginnovation--text h2{
       font-size: 100px;
    line-height: 57px;
    text-transform: uppercase;
    font-weight: bold;
    color: #2f78c4;
    opacity: 0.1;
    box-shadow:0 0 5vw,inset 2px 2px 5px #000 ;
  overflow:hidden;
  animation: move linear 2000ms infinite; 

}
.csginnovation--text h2:before
{
    content:'';
  height:.6em;
  margin:0 0 -.55em;
  margin-inline:2px;
  rotate:-1deg;
  background:radial-gradient(circle at center, #333c 25%, transparent 35%) center / 5px 5px;
  box-shadow:0 0 .15em .1em #333,inset 0 0 10px -5px #333; 
  display:block;
}

@keyframes move {
  0% {
    text-shadow:
      4px -4px 0 hsla(0, 100%, 50%, 1), 
      3px -3px 0 hsla(0, 100%, 50%, 1), 
      2px -2px 0 hsla(0, 100%, 50%, 1), 
      1px -1px 0 hsla(0, 100%, 50%, 1),
      -4px 4px 0 hsla(180, 100%, 50%, 1), 
      -3px 3px 0 hsla(180, 100%, 50%, 1), 
      -2px 2px 0 hsla(180, 100%, 50%, 1), 
      -1px 1px 0 hsla(180, 100%, 50%, 1)
    ;
  }
  25% {    
    text-shadow:      
      -4px -4px 0 hsla(180, 100%, 50%, 1), 
      -3px -3px 0 hsla(180, 100%, 50%, 1), 
      -2px -2px 0 hsla(180, 100%, 50%, 1), 
      -1px -1px 0 hsla(180, 100%, 50%, 1),
      4px 4px 0 hsla(0, 100%, 50%, 1), 
      3px 3px 0 hsla(0, 100%, 50%, 1), 
      2px 2px 0 hsla(0, 100%, 50%, 1), 
      1px 1px 0 hsla(0, 100%, 50%, 1)      
    ;
  }
  50% {
    text-shadow:
      -4px 4px 0 hsla(0, 100%, 50%, 1), 
      -3px 3px 0 hsla(0, 100%, 50%, 1), 
      -2px 2px 0 hsla(0, 100%, 50%, 1), 
      -1px 1px 0 hsla(0, 100%, 50%, 1),
      4px -4px 0 hsla(180, 100%, 50%, 1), 
      3px -3px 0 hsla(180, 100%, 50%, 1), 
      2px -2px 0 hsla(180, 100%, 50%, 1), 
      1px -1px 0 hsla(180, 100%, 50%, 1)
    ;
  }
  75% {
    text-shadow:
      4px 4px 0 hsla(180, 100%, 50%, 1), 
      3px 3px 0 hsla(180, 100%, 50%, 1), 
      2px 2px 0 hsla(180, 100%, 50%, 1), 
      1px 1px 0 hsla(180, 100%, 50%, 1),
      -4px -4px 0 hsla(0, 100%, 50%, 1), 
      -3px -3px 0 hsla(0, 100%, 50%, 1), 
      -2px -2px 0 hsla(0, 100%, 50%, 1), 
      -1px -1px 0 hsla(0, 100%, 50%, 1)      
    ;
  }
  100% {
    text-shadow:
      4px -4px 0 hsla(0, 100%, 50%, 1), 
      3px -3px 0 hsla(0, 100%, 50%, 1), 
      2px -2px 0 hsla(0, 100%, 50%, 1), 
      1px -1px 0 hsla(0, 100%, 50%, 1),
      -4px 4px 0 hsla(180, 100%, 50%, 1), 
      -3px 3px 0 hsla(180, 100%, 50%, 1), 
      -2px 2px 0 hsla(180, 100%, 50%, 1), 
      -1px 1px 0 hsla(180, 100%, 50%, 1)
    ;
  }  
}

.csg_why_choose_left{
    position: sticky;
    top: 120px;
}

.csg_why_choose_left h2 {
    font-weight: 900;
    font-size: 45px;
    color: #fff;
}
.csg_why_choose_left p{
    color: #fff;
}
.csg_why_choose
{
        background-image: url(../img/csg11.jpg);
        background-size: cover;
        background-position: center;
        position: relative;
        background-attachment: fixed;
}

.csg_why_choose:before{ 
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(23 24 26 / 80%);
    left: 0;
    top: 0;
}

/*.csg_why_choose::before {
    content: '';
    position: absolute;
    width: 70vw;
    height: 70vw;
    top: 15%;
    left: 24%;
    border-radius: 100%;
    background: radial-gradient(ellipse at center, rgb(66 156 220 / 90%) 0, rgba(136, 66, 220, 0) 70%);
    opacity: .7;
    display: none;
}*/

.csg_why_choose_box h3 {
    color: #fff;
    font-weight: 500;
    font-size: 28px;
}
.csg_why_choose_box p{
    color: #fff;
    font-size: 16px;
}
.csg_why_choose_box{
    position: relative;
    border:1px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
    background: rgb(36 51 66 / 60%);
    border-radius: 10px;
}
.csg_why_choose_box:after
{
    content: "";
    position: absolute;
    inset: 0;

    z-index: 0;
    width: 100%;
    opacity: 0.9;
    -webkit-transition: opacity ease-in-out .5s;
    transition: opacity ease-in-out .5s;
      background-image: url(../img/csg11.jpg);
      display: none;
}
.csg_why_choose_box_items{
    position: relative;
    z-index: 9;
}
.csg_why_choose_box_items img{
    max-height: 70px;
    width: auto;
}

.magento-development .nav-scroll.navbar .navbar-nav .nav-link {
    color: #000;
}
.magento-development .nav-scroll.navbar .navbar-nav .nav-link i{
    color: #000;
}
.nav-scroll{
    background: #fff;
}
.magento_services2
{
   background: #667db6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.magento_services2 .main_heading.txt2 h2{
    font-weight: 900;
    line-height: 45px;
    color: #fff;
    position: relative;
}
.magento_services2 .main_heading.txt2 h2:after{
        content: '';
    position: absolute;
    top: 25px;
    left: 0;
    width: 30%;
    background: #fff;
    height: 2px;
    right: 0;
    margin: 0 auto;
}
.magento_services2 .main_heading.txt2 h2 b{
   font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background: #0082c8;
    z-index: 9;
    position: relative;
    padding: 0 20px;
}


.magento_services2_items a{
    text-align: center;
    padding: 20px;
    margin-top: 50px;
    width: 100%;
     height: 190px;
    transition: height 0.3s ease;
    position: relative; 
    border:1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;

}
.magento_services2_items a:hover{
        background: #fff;
    border-radius: 10px;
    height: 220px;
}
.magento_services2_items:hover h3{
    color: #000;
}
.magento_services2_items:hover img{
        filter: invert(0%);
}
.magento_services2_items img{
    margin-bottom: 20px;
    filter: invert(100%);
    max-height: 50px;
}
.magento_services2_items h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
}
.magento_services2_items a i{
       display: none;
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #2f78c4;
    padding: 8px;
    border-radius: 10px 10px 0px 0;
    bottom: 0;
    width: 40px;
}
.magento_services2_items a:hover i{
    display: block;
}

.migration_services_text h2 {
    color: #2f78c4;
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 38px;
    text-align: left;
    line-height: 48px;
}
.migration_services_items{
    padding: 20px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 100%;
}
.migration_services_items ._text h3{
    font-size: 24px;
    font-weight: 700;
}

.migration_services_items ._text ul{
    padding-left: 15px;
    margin:  0;
}
.migration_services_items ._text ul li{
    list-style: disc;
}
.migration_services_points .col-lg-6{
    padding: 0;
}

@media screen and (min-width: 1280px){
    .container-fluid{
        padding: 0 50px;
    }
}

.migration_services_points
{
    background: #F3ECEC;
}
.brb-0{
    border-bottom: 0;
}
.migration_services_points li{
    font-size: 16px;
}

.migration_services_items{
    display: flex;
    column-gap: 20px;
}
.migration_services_items ._icon img{
    max-height: 50px;
    max-width: 50px;
    position: relative;
    left: 0;
    top: 10px;
}
.migration_services_points .main_heading.txt2 h2 b{
    font-size: 38px;
}

.migration_services_items:hover img{
    transform: scale(2);
    opacity: 0.1;
    position: relative;
    left: 20px;
}
.migration_services_points h2{
    margin-top: 50px;
}

.tabContent_left h3{
    font-weight: 900;
    font-size: 44px;
    line-height: 50px;
    color: #2f78c4;
}
.maniTabs  ul.nav.nav-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border:0;
}
.maniTabs ul.nav.nav-tabs li{
    width: 20%;
    max-width: 20%;
    flex: 0 0 20%;
    margin:0;
}
.maniTabs  ul.nav.nav-tabs button{
    border:0;
    background: transparent;
    position: relative;    
    display: flex;
    align-items: center;
    flex-direction: column;
}
.maniTabs  ul.nav.nav-tabs button.active{
    background: transparent;
}
.maniTabs  ul.nav.nav-tabs button.active h4{
    color: #2f78c4;
}
.maniTabs{
        margin-top: 50px;
    background: #eff3ff;
    padding: 20px 0;
    padding-bottom: 60px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.maniTabs  .nav.nav-tabs img{
    max-height: 40px;
    max-width: 40px;
}
#assessment-tab img{
    max-height: 30px;
}
.maniTabs .nav.nav-tabs .icon-marker .icon-content
{
         background: #f5f5f5;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 75px;
    border: 5px solid #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.maniTabs .nav.nav-tabs .icon-marker{

}
.maniTabs .nav.nav-tabs button.active .icon-marker .icon-content{
    background: #2f78c4;
}
.maniTabs .nav.nav-tabs button.active img{
    filter: invert(100%);
}


.maniTabs .nav.nav-tabs h4{
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0;
    font-weight: 700;
}


.maniTabs .nav.nav-tabs button.active .icon-marker .icon-content:after{
      content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2f78c4;

}
.tabContent_left h3{
    font-size: 36px;
    line-height: 43px;
    color: #000;
}
.migration_services_items ul li b{
    font-weight: bold;
    color: #000;
}
.csg_why_choose_box_items ul{
    padding-left: 15px;
}
.csg_why_choose_box_items ul li{
    color: #fff;
    list-style: disc;
}
.migration_services_points{
    position: relative;
    z-index: 9;
    background: #667db6;
    background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);
    background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);
}
.migration_services_points:after
{
    content: '';
    display: inline-block;
    height: 100%;
    width: 100%;
    background: url(../img/line-pattern1.png);
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0.1;
}
.migration_services_points h3,
.migration_services_points p,
.migration_services_points h2,
.migration_services_points h4,
.migration_services_points ul li,
.migration_services_points h2 b,
.migration_services_points b{
    color: #fff !important;
}
.migration_services_points img{
    filter: invert(100%);
}
.migration_services_points .main_heading {
    padding-right: 50px;
}
.csg-deliverables_box
{
    padding: 30px;
    border-radius: 10px;
    background-color: #667db6;
    background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);
    background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);
    position: relative;
    z-index: 9;
    top: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.csg-deliverables_box:hover{
    top: -10px;
}
.csg-deliverables_box:after
{
    content: '';
    display: inline-block;
    height: 100%;
    width: 100%;
    background: url(../img/line-pattern1.png);
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0.2;
}
.csg-deliverables_box h2{
    font-weight: 900;
    font-size: 34px;
    position: relative;
    color: #fff;
}
.csg-deliverables h2:before{
       content: '';
    position: absolute;
    border-bottom: 3px solid #fff;
    height: 2px;
    width: 20px;
    left: -35px;
    top: 22px;
}
.csg-deliverables{
    padding-bottom: 100px;
}
.csg-deliverables ul li{
    color: #fff;
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin: 10px 0;
}
.csg-deliverables img{
    max-width: 20px;
}
.featured_small .magento_services2_items a{
    height: 160px;
}
.featured_small .magento_services2_items a:hover{
    height: 170px;
}


.csg_bg_wrapper {
    z-index: 9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    pointer-events: none;
}
.csg_bg_wrapper-cols {
     grid-column-gap:12px;
    grid-row-gap: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 10%;
    right: auto;
     -webkit-transform: rotate(15deg); 
     transform: rotate(15deg); 
}
.csg_bg_wrapper-col {
    grid-column-gap:12px;
    grid-row-gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 36%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.csg_bg_wrapper-col:nth-child(odd) .v-scroll {
    animation-direction: reverse;
}

.csg_bg_wrapper_slide {
    aspect-ratio: 16 / 9;
    border-radius: 5px;
    overflow: hidden;
}

.csg_bg_wrapper_slide img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.csg_bg-gradient_overlay {
    position: absolute;
    inset: 0;
 
}

.csg_bg-gradient_overlay:after {
    content: "";
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    width: 100%;
       background: #2193b0;  
background: -webkit-linear-gradient(to right, #131826, transparent);
background: linear-gradient(to right, #131826 , transparent); 
    opacity: 1;
}

.csg_bg_wrapper-slides {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    animation: scroll-up 40s linear infinite;
}
@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

.hero_slider{
    background-color: #000;
}
.hero_slider .breadcrumb-section{
    position: relative;
    z-index: 9;
}

.banner-content h3
{
    color: #fff;
    font-size: 20px;

}
.about-home 
{
   background: #000534;
}
.about-home .content p{
    font-size: 60px;
    line-height: 70px;
    color: #fff;
}
.about-home .content p span{
    opacity: 0.6;
}

.about-home .section-subtitle{
       color: #fff;
    letter-spacing: 0;
    font-size: 18px;
    border-radius: 100px;
    padding: 10px 20px;
    text-transform: inherit;
}
.about-home .section-subtitle:after{
    display: none;
}
.aboutImg img{  
    height: 300px;
    width: 100%;
    object-fit: cover;
    margin-top: 20px;
}
.aboutText{
    position: relative;
}
.aboutText h3{
font-size: 24px;
    color: #fff;
    background: #141414;
    position: absolute;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    width: 400px;
    padding: 20px;
    line-height: 30px;
    top: 100px;
    z-index: 9;
}
.aboutImg{
    position: relative;
}
.aboutImg a
{
        position: absolute;
    right:20px;
    bottom: 20px;
    color: #fff;
    border-bottom: 1px solid #fff;

}
.aboutImg a i{
    font-size: 12px;
}

.csg_why_choose-2
{
/*  background: #1e3c72;  
background: -webkit-linear-gradient(to right, #2a5298, #60bcd1); 
background: linear-gradient(to right, #2a5298, #60bcd1); */

    background: #141E30;
    background: -webkit-linear-gradient(to right, #243B55, #141E30);
    background: linear-gradient(to right, #243B55, #141E30);
}

.csg_why_choose-2 .csg_why_choose_left h3

{
        font-size: 20px;
    color: #8dd6f1;
    text-transform: uppercase;
    font-weight: bold;
}
.csg_why_choose-2 .csg_why_choose_left h2{
    margin-bottom: 30px;
}
.csg_why_choose-2{
    position: relative;
}
.csg_why_choose-2:before {
    content: "";
    position: absolute;
    width: 70vw;
    height: 70vw;
    top: 25%;
    left: 24%;
    border-radius: 100%;
    background: radial-gradient(ellipse at center, rgb(1 32 255) 0, rgba(136, 66, 220, 0) 70%);
    opacity: .5;
}
.csg_why_choose-2 .csg_why_choose_box{
        background: rgb(0 5 52 / 25%);
        border:rgb(0 5 52 / 25%);
        padding: 50px;
        border-radius: 4px;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
}
.csg_why_choose-2 .csg_why_choose_box:hover{
    transform: scale(1.05);
}
.csg_why_choose-2 .csg_why_choose_box_items h3{
    font-size: 35px;
    font-weight: bold;
    line-height: 40px;
}
.csg_why_choose-2 .csg_why_choose_box_items img{
    margin-bottom: 20px;
}
.btn-style-1 {
  display: flex !important;
  padding: 15px 30px;
  width: 350px;
  justify-content: center;
  align-items: center;
  line-height: 35px;
  border: 1px solid;
  border-radius: 0px;
  text-align: center;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  transition: all 0.35s;
  box-sizing: border-box;
  margin-top: 50px;
  letter-spacing: 1px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  background: #f46b45;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #eea849, #f46b45);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #eea849, #f46b45); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.btn-style-1:hover{
    background: #f46b45;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #eea849, #f46b45);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #eea849, #f46b45); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.btn-style508 {
  position: relative;
  border-color: transparent;
  color: #fff;
  overflow: hidden;
}
.btn-style508::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px;
  transform: translate(-100%, 0) rotate(50deg);
  transform-origin: top left;
  transition: all 0.35s;
   background: #f46b45;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #f46b45, #eea849);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #f46b45, #eea849); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


  z-index: -1;
  content: "";
}
.btn-style508:hover {
  color: #fff;
  border-color: transparent;
}
.btn-style508:hover {

}


.nav-scroll {
    background: rgb(0 5 52 / 90%);
}
.nav-scroll.navbar .navbar-nav .nav-link{
    color: #fff !important;
}

.nav-scroll.navbar .navbar-nav .nav-link i{
    color: #fff !important;
}

.portfolio-home
{
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 181, 255, .37)), color-stop(68.46%, rgba(65, 181, 255, 0))), #fff;
    background: linear-gradient(180deg, rgba(65, 181, 255, .37) 0, rgba(65, 181, 255, 0) 68.46%), #fff;
    overflow: hidden;
}

.cms{
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 181, 255, .37)), color-stop(68.46%, rgba(65, 181, 255, 0))), #fff;
    background: linear-gradient(180deg, rgba(65, 181, 255, .37) 0, rgba(65, 181, 255, 0) 68.46%), #fff;
    overflow: hidden;
    padding: 0;
}
.cms_left{
    padding: 50px 0;
}

.cms_right_items{
    display: flex;
    column-gap: 20px;
    padding: 50px 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    position: relative;
}
.cms_right_items .cms_right_icon{
    max-width: 150px;
    width: 150px;
    flex: 0 0 150px;
}
.cms_right_icon img{
    width: 150px;
}
.cms_WordPressDevelopment
{
        border-left: 7px solid #16d6fa;
}
.cms_ShopifyDevelopment
{
        border-left: 7px solid #79b259;
}
.cms_MagentoDevelopment
{
        border-left: 7px solid #ec6022;
}
.cms_right_text a{
    display: none;
    color: #fff;
    height: 50px;
    margin-top: 30px;
    line-height: 32px;
}
.cms_right_items:hover a{
    display: inline-block;
}
.cms_left h2{
    font-weight: 900;
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 30px;
}
.cms_right_items h3{
    font-weight: bold;
    color: #000;
}

.cms_right_items::before {
    content: "";
    inset: 0 auto 0 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    z-index: 0;
}
    .cms_right_items:hover::before {
        opacity: 1;
        width: 55vw;
    }

.cms_WordPressDevelopment::before {
    background: -webkit-gradient(linear, right top, left top, from(#3b7bce), color-stop(87.41%, #a1caff));
    background: linear-gradient(270deg, #3b7bce 0, #a1caff 87.41%);
}


.cms_right_icon,
.cms_right_text{
    position: relative;
    z-index: 9;
}

 .cms_ShopifyDevelopment:hover::before {
        opacity: 1;
        width: 55vw;
    }

.cms_ShopifyDevelopment::before {
  background: #DCE35B;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #45B649, #DCE35B);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #45B649, #DCE35B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

 .cms_MagentoDevelopment:hover::before {
        opacity: 1;
        width: 55vw;
    }

.cms_MagentoDevelopment::before {
    background: #F2994A;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #F2C94C, #F2994A);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #F2C94C, #F2994A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.cms_left{
    position: sticky;
    top: 100px;
}

em.font400{
    font-weight: normal;
    font-style: normal;
    opacity: 0.9;
}

.Our_Process
  {
     background: #141E30;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #243B55, #141E30);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #243B55, #141E30); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    padding-bottom: 0;
    overflow: hidden;
  }

  .sliderPadding{
    padding-left: 100px;
  }

  ._slider_text img{ 
    max-height: 100px;
    margin-bottom: 30px;
  }
  ._slider_text h2{
    color: #fff;
    font-size: 34px;
    line-height: 40px;
    font-weight: 900;
  }
  ._slider_text p{
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
  }
  ._slider_text li{
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin: 10px 0;

  }

  .Our_Process .section-title h2{
    color: #fff;
    font-size: 45px;
    font-weight: 900;
  }
  .Our_Process .section-title p{
    color: #fff;
    margin-bottom: 80px;
    font-size: 18px;
  }
  ._slider_text li img{
    max-height: 18px;
    margin-bottom: 0;
  }

  .text-counter h4{
        font-family: "Courgette", cursive;
    font-size: 120px;
    font-weight: 900;
    color: rgba(255, 255, 255, .05);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, .2);
    line-height: 100px;
    margin-top: 20px;
    position: relative;
    top: 36px;
  }

  .mySwiper{
    position: relative;
  }
  .mySwiper:after{
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    display: none;
  }

 .process-wrapper {
     width: 100%;
    margin-top: 0px;
    position: absolute;
    top: 50px;
}

.progress-line {
     position: relative;
    height: 5px;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    overflow: hidden;
}

.progress-fill {
  height: 100%;
  width: 0;
 background: linear-gradient(100deg, #04e4ff 1.4%, #009cff 67.99%, #009cff 98.26%);
  transition: width 0.3s ease;
}
.sliderPadding{
    position: relative;
}
.cta-section{
    position: relative;
    overflow: hidden;
}
.cta-section .cta-wrapper{
    margin:0;
    padding: 100px 0;
    text-align: left;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 181, 255, .37)), color-stop(68.46%, rgba(65, 181, 255, 0))), #fff;
    background: linear-gradient(180deg, rgba(65, 181, 255, .37) 0, rgba(65, 181, 255, 0) 68.46%), #fff;
}

.cta-section .cta-wrapper .section-title h2{
    margin-bottom: 0;
    font-size: 55px;
    line-height: 60px;
}
.font-bold{
        font-weight: 900;
}
.cta-section a{
    margin-top: 0;
}

.csgText
{
       text-align: center;
    position: absolute;
    bottom: -40px;
    z-index: 999;
    left: 0;
    width: 100%;
    right: 0;
    opacity: 0.1;
    
}
.csgText h1{
    
    font-size: 150px;
    font-weight: 900;
    background: -webkit-linear-gradient(#0079c8, #030a36);
    -webkit-background-clip: text;
    line-height: 120px;
    -webkit-text-fill-color: transparent;
}


.footer .top{
    padding-top: 0;
}

footer{
    background: linear-gradient(89deg, #0570B8 0%, #009CFF 100%);
}

.footer_wrapper h2{
    font-size: 55px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 30px;
}
.footer_wrapper h3{
   color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;
    position: relative;
}
.footer_wrapper h3:after{
       content: '';
    position: absolute;
    left: 0;
    height: 3px;
    width: 30px;
    background: rgb(255, 255, 255, 0.2);
    bottom: -2px;
}

.footer_wrapper li a{
    color: #fff;
    font-size: 16px;
}
.footer_services a{
    position: relative;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    left: 0;

}
.footer_services a:hover{
    left: 5px;
}
.footerBottom{
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
}
.footerBottom ul.left{
    display: flex;
    column-gap: 50px;
}
.footerBottom ul li,
.footerBottom ul li a{
    font-size: 15px;
    color: #fff;
}
.footerBottom p{
    color: #fff;
}
.footer_middle{
    margin-top: 50px;
}
.footer_middle h2{
    font-size: 35px;
    font-weight: bold;
    position: relative;
}
.footer_middle h2:after{
       content: '';
    background: rgb(255, 255, 255, 0.3);
    height: 1px;
    width: 80%;
    position: absolute;
    top: 30px;
    right: 0;
}
.footer_middle h2 span{
    background: transparent;
}
._locations{
        display: flex;
    column-gap: 20px;
}
.location_sy
{
        font-size: 100px;
    font-weight: 900;
    position: relative;
    color: #fff;
    opacity: 0.2;
    top: 40px;
}
.location_tx span{
    color: #fff;
    font-weight: bold;
}
.location_tx p{
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}
.location_tx a{
    color: #fff;
}

.banner-content a{
    padding: 10px 30px;
    letter-spacing: 0;
    width: 230px;
    border:0;
}
.csg_why_choose_box .aboutImg a i{
    position: relative;
    left: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.csg_why_choose_box .aboutImg a{
    position: static;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.csg_why_choose_box .aboutImg a:hover{
    color: #f46b45;
    border-color: #f46b45;
}
.csg_why_choose_box .aboutImg a:hover i{
    left: 5px;
}
.image-container{
    bottom: 0;
    left: 0;
    margin-top: 50px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#swapImg{
    max-height:350px;
}

.featured_title{
    margin-bottom: 50px;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.featured_title h3{
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
}
.featured_title h2{
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 45px;
}
.portfolio_tabs ul{
    justify-content: center;
    margin-bottom: 50px;
    border: 0;
}
.portfolio_tabs ul.nav.nav-tabs li button{
        width: 130px;
        background: transparent;
        border:0;
        color: #000;
        font-weight: bold;
        font-size: 18px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: height 0.4s;
        position: relative;
}

.portfolio_tabs ul.nav.nav-tabs li button.active:before{
       opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);

}
.portfolio_tabs ul.nav.nav-tabs li button:before{
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 5px;
    inset: 0;
    height: 140px;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
        background: #141E30;
    background: -webkit-linear-gradient(to right, #243B55, #141E30);
    background: linear-gradient(to right, #243B55, #141E30);
    top: -10px;

}

.portfolio_tabs ul.nav.nav-tabs li button.active{
        border:0;
}
.portfolio_tabs ul.nav.nav-tabs li button.active .service_icon{
    filter: invert(100%);
}
.portfolio_tabs ul.nav.nav-tabs li button.active span{
        color: #fff;
}
.portfolio_tabs ul.nav.nav-tabs li button img.arrow_icon{
    max-width: 18px;
    transform: rotate(90deg);
    display: none;
    position: relative;
}
.portfolio_tabs ul.nav.nav-tabs li button.active img.arrow_icon{
    display: block;
    margin-top: 10px;
}
.portfolio_tabs ul.nav.nav-tabs li button span{
    position: relative;
}
.portfolio_tabs ul.nav.nav-tabs li button img.service_icon{
    max-height: 30px;
    max-width: 40px;
    margin-bottom: 20px;
    position: relative;
}
.testimonials .item .text p {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
}

.gradientBg
{
background: #667db6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.inner_page_slider img{   
    max-height: 500px;
    width: auto;
    margin: 0 auto;
    display: block;
}
.inner_page_slider .swiper-pagination-bullet{
    border-radius: 0;
    width: 25px;
    height: 5px;
}
.inner_page_slider .swiper{
    padding-bottom: 90px;
}
.inner_page_slider .swiper-pagination {
    bottom: 15px !important;
}
.inner_page_slider{
    position: relative;
}
.inner_page_slider .swiper-button-next{
    top: auto;
       bottom: 0px;
    right: 28%;
    z-index: 99;
}
.inner_page_slider .swiper-button-prev{
     top: auto;
          bottom: 0px;
    left: 31%;
    z-index: 99;
}
.inner_page_slider .swiper-button-next:after{
    content: '';
    background-image: url(../img/arrow-right.png);
    height: 50px;
    width: 50px;
    background-size: 10px;
    background-repeat: no-repeat;
}
.inner_page_slider .swiper-button-prev:after{
    content: '';
    background-image: url(../img/arrow-left.png);
    height: 50px;
    width: 50px;
    background-size: 10px;
    background-repeat: no-repeat;
/*    transform: rotate(180deg);*/
}

.about_inner .main_heading h2{  
    text-align: left;
}
.about_inner p{ 
    text-align: left;
}
.main_heading img{
    margin-bottom: 20px;
}

.csg_why_choose_box_items h4{
    color: #fff;
    font-size: 20px;
}
.csg_why_choose_box_items ul{
    margin-bottom: 20px;
}

.about_inner 
{
/*        background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 181, 255, .37)), color-stop(68.46%, rgba(65, 181, 255, 0))), #fff;*/
/*    background: linear-gradient(180deg, rgba(65, 181, 255, .37) 0, rgba(65, 181, 255, 0) 68.46%), #fff;*/

    background: #000534;
}

.cms_left .why_choose_us_content{

}
.about_inner h2{
    color: #fff;
}
.about_inner p{
    color: #fff;
}
.why_wrapper .container-fluid{
    padding: 0;
}
.why_wrapper .cms_left{
    position: static;
    padding: 50px;
}
.why_wrapper .service_img{
    height: 100%;
}

.why_wrapper img{
    height: 100%;
    object-fit: cover;
}
.why_wrapper .cms_left h2
{
    font-size: 55px;
    font-weight: 900;
    line-height: 60px;
        background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59));
    background: -webkit-linear-gradient(to right, #030b37, #473d7e, #f64f59);
    background: -o-linear-gradient(to right, #030b37, #473d7e, #f64f59);
    background: linear-gradient(to right, #030b37, #473d7e, #f64f59);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.why_wrapper .cms_left img{
    max-height: 18px;
}
.why_wrapper .cms_left ul{
    margin-top: 40px;
}
.why_wrapper .cms_left li{
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 10px;
}
.max-width18{
    max-width: 18px;
}
.height80{
    max-height: 80px;
}
.csg_why_choose_2 .cms_left{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.csg_why_choose_2 .cms_right{

}
.csg_why_choose_2 .cms_right_items{
    border:0;
    padding: 30px 10px;
}
.csg_why_choose_2 .cms_right_items:before{
    display: none;
}
.mr0{
    margin: 0;
}
.csg_why_choose_2 .cms_right_text{
    display: flex;
    align-items: baseline;
}
.csg_why_choose_2 span{
        font-size: 60px;
    font-weight: bold;
    line-height: 60px;
    position: relative;
    top: 1px;
    margin-right: 20px;
    background: -webkit-linear-gradient(#009FFF, #ec2F4B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.csg_why_choose_2 .cms_right_items h3
{
    font-weight: bold;
    color: #000534;
    font-size: 32px;
}
.csg_why_choose_2{
    padding: 60px 0;
}

.cta-wrapper h3{
    font-size: 22px;
    color: #000;
    margin-bottom: 0;
    margin-top: 20px;
}

.cta-wrapper a{
    margin-left: auto;
}
.magento_services2_items a{
    border:0;
}

.text-white h2{
    color: #fff;
}

.text-white p{
    color: #fff;
}
.magento_services2 .magento_services2_items a{
    height: auto;
}
.magento_services2 .magento_services2_items a:hover{
    
    height: auto;
}
.magento_services2 .magento_services2_items a i{
    display: none;
}

.request_quote{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.request_quote h2{
       font-size: 34px;
    margin: 0;
    color: #2ac2d5;
    font-weight: bold;
}

.request_quote h3{
    font-size: 20px;
    margin-bottom: 20px;
}
.request_quote input{
    border-radius: 0;
    height: 60px;
    width: 100%;
}
.request_quote textarea{
    border-radius: 0;
    min-height: 120px;
}
.request_quote input[type="submit"]{
    display: flex !important;
    padding: 15px 30px;
    width: 350px;
    justify-content: center;
    align-items: center;
    line-height: 35px;
    border: 1px solid;
    border-radius: 0px;
    text-align: center;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    transition: all 0.35s;
    box-sizing: border-box;
    margin-top: 0px;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    background: #f46b45;
    background: -webkit-linear-gradient(to right, #eea849, #f46b45);
    background: linear-gradient(to right, #eea849, #f46b45);
    width: 100%;
    border:0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.request_quote{
    position: sticky;
    top: 100px;
}

.swiper-pagination-bullet-active{
    background: #b6d9ff !important;
}
.fnt20{
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
}
.cms_left li p{
    margin-top: 20px;
}
.dflex
{
        display: flex;
    align-items: center;
    column-gap: 10px;
}
._number{
            font-size: 60px;
    font-weight: bold;
    line-height: 60px;
    position: relative;
    top: 1px;
    margin-right: 20px;
    background: -webkit-linear-gradient(#009FFF, #ec2F4B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.benefits_box .cms_right_text{
    display: flex;
    column-gap: 30px;
    align-items: flex-start;
}
.cms_right{
    padding-left: 50px;
}
.benefits_box li {
    display: flex;
    column-gap: 10px;
    align-items: flex-start;
    line-height: 24px;
    margin: 10px 0;
}
.benefits_box li img{
    position: relative;
    top: 5px;
}
.benefits_box ul h4{
    font-size: 20px;
    margin-top: 20px;
    font-weight: 600;

}
.benefits_box .cms_right_items h3{
    font-size: 28px;
    line-height: 30px;
}
.cta-center .section-title {
    text-align: center;
}
.cta-center a{
    margin: auto;
    margin-top: 40px;
    position: relative;
    z-index: 99;
}
.cta-center.cta-section .cta-wrapper{
    padding-bottom: 150px;
}

.accordion-box .block .content{
    padding-top: 0;
}
.magento_services{
    margin-top: 50px;
}
.accordion-box{
    border-left: 2px solid #4b4c56;
}
.accordion-box li{
    padding-left: 20px;
}

.magento_Development_services .accordion.active-block:before{
       border-left: 4px solid #04e4df;
    content: '';
    position: absolute;
    left: -3px;
    height: 100%;
    width: 5px;
    top: 0;
}
.magento_Development_services .accordion-box .block.active-block{
    left: 0;
}
.magento_Development_services .accordion-box .block.active-block{
    overflow: visible;
}
.magento_services2 .magento_services2_items a{
    margin-top: 0;
}
.acc-content p:last-child{
    margin-bottom: 0;
}
.csg_why_choose_box_items ul li{top: 50%;
    transform: translateY(-50%);
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.csg_why_choose_box_items ul{
    padding: 0;
    margin:0;
}
.csg_why_choose_box_items ul li img{
    margin-bottom: 0 !important;
}

._list-dflex{
    display: flex;
    column-gap: 20px;
    margin-top: 30px;
}
._list-dflex li {
    width: 32%;
    font-weight: normal;
    line-height: 23px;
    color: #ddd6d6 !important;
    position: relative;
}

._list-dflex li:last-child::after{
    display: none;
}

._list-dflex li:after{
    content: '';
    position: absolute;
    right: 30px;
    height: 100%;
    width: 1px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
}


._list-dflex li span{
    font-weight: bold;
    color: #fff;
}

div.form{
    background: #fff;
    border-radius: 0;
    padding: 30px;
}

.form h2{
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}
.form h3{
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
}
.form input{
    border-radius: 0;
    height: 55px;
}
.form textarea{
    border-radius: 0;
}

.gradientBg.gradientBg-1{
    background: #141E30;
    background: -webkit-linear-gradient(to right, #243B55, #141E30);
    background: linear-gradient(to right, #243B55, #141E30);
}

.contactBanner .breadcrumb-section{
    height: auto;
    padding: 100px 0 !important;
    padding-top: 120px !important;
}




@media screen and (max-width: 992px){
    .breadcrumb-section .banner-wrapper .banner-content h1{
        font-size: 26px;
    }
    .magento-development .banner-content p{
        font-size: 16px;
    }
    .banner-content h3{
        font-size: 16px;
    }
    .magento-development .banner-content li{
        display: flex;
        align-items: baseline;
    }
    .magento-development .banner-content li img{
        position: relative;
        top: 4px;
    }
    .about-home .section-subtitle{
        padding: 0;
    }
    .about-home .content p {
    font-size: 32px;
    line-height: 40px;
    color: #fff;
}
.aboutText h3{
    position: static;
    width: 100%;
}
.portfolio_tabs li.nav-item{
    margin-bottom: 30px;
}
.featured_title h2{
    font-size: 36px;
}
.portfolio_tabs ul{
    margin-bottom: 0;
}
.csg_why_choose_left h2{
    font-size: 34px;
    line-height: 40px;
}
.csg_why_choose_right{
    margin-top: 30px;
}
.csg_why_choose-2 .csg_why_choose_box{
    padding: 50px 20px;
}
.csg_why_choose-2 .csg_why_choose_box_items h3 {
    font-size: 28px;
    line-height: 35px;
}
.cms_left h2{
    font-size: 36px;
    line-height: 40px;
}
.cms_left h2 br{
    display: none;
}
.cms_left .image-container{
    display: none;
}
.cms_right{
    padding-left: 0;
}
.cms_right_icon img {
    width: 35px;
}
.cms_right_items .cms_right_icon{   
        max-width: 50px;
    width: 50px;
    flex: 0 0 50px;
}
.cms .col-lg-7{
    padding: 0;
}
.cms_right_items::before{
    width: 100%;
}
.cms_right_items:hover::before{
    width: 100% !important;
}
.Our_Process .section-title h2{
    font-size: 34px;
}
br{
    display: none;
}
.sliderPadding{
    padding-left: 20px;
}

.testimonials .item .text p{
    font-size: 18px;
    line-height: 25px;
}
.testimonials .item{
    padding-top: 0;
}
.testimonials{
    padding-top: 0;
}
.testimonials_thumb{
    max-width: 200px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.csgText h1{
    display: none;
}
.cta-section .cta-wrapper .section-title h2{
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 30px;
}
.cta-section .cta-wrapper{
    text-align: center;
}
.cta-wrapper{
    padding: 50px 0 !important; 
}
.footer_wrapper h2{
    line-height: 40px;
    font-size: 36px;
    margin-bottom: 0;
}
.footer_services{
    margin-top: 30px;
}
.footerBottom ul.left{
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}
.footer .top .social-icons .list-inline{
    text-align: center;
    margin-top: 20px;
}
.location_sy{
    font-size: 45px;
}
._locations{
    align-items: baseline;
}
._heading{
    margin-bottom: 30px;
}
.nav-scroll .logo-wrapper{
    padding-top: 20px;
}
.nav-scroll .navbar-toggler-icon, .nav-scroll .icon-bar {
    color: #fff;
}
.navbar-expand-lg .navbar-nav{
    background: #0079c8;
}
.navbar-expand-lg .navbar-nav{
    text-align: left !important;
    align-items: flex-start;
}
.navbar-nav a.button-22{
    display: none !important;
}
.magento-development .breadcrumb-section{
    height: auto;
    min-height: 100vh;
}
.banner-content{
    padding: 50px 0;
}
.inner_page_slider .swiper{
    padding-bottom: 0;
}
.inner_page_slider .swiper-button-next{
    right: 15%;
}
.inner_page_slider .swiper-button-prev{
    left: 15%;
}
.about_inner .offset-1{
    margin:0;
}
.about_inner h2 {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
}
.featured_title h2{
    margin-top: 20px;
}
.cms_left ul li{
    display: flex;
    align-items: baseline;
       column-gap: 10px;

}
.cms_left ul li img{
    position:relative;
    top: 4px;

}
.csg_why_choose_2 .cms_left{
    padding: 0;
}
.csg_why_choose_2 span{
    top: 18px;
}
.csg_why_choose_2 .cms_right_items h3{
    line-height: 40px;
}
.csg_why_choose_2 .cms_right_items{
    padding-bottom: 0;
}
.why_wrapper .cms_left{
    padding: 50px 20px;
}
.why_wrapper .cms_left h2{
    font-size: 36px;
    line-height: 40px;
}
body,
html{
    overflow-x: hidden !important;
}
._list-dflex li{
    flex-direction: column;
    font-size: 14px !important;
}
._list-dflex li:after{
    right:0 !important;
}
.form h2{
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
}
.form .btn-style508{
    width: 100%;
}
.contactBanner h1{
    font-size: 34px !important;
}
.about-btn-1{
    gap: 5px;
}


}

.about_section-1 h2{
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
}
.about_banner.hero_slider .breadcrumb-section{
    height: auto;
    padding: 200px 0;
    padding-bottom: 100px;
}
.about_section-1 h3{
    display: flex;
    align-items: center;
}
.about_section-1 h3 span{
    height: 6px;
    width: 6px;
    background: #fff;
    display: inline-block;
    margin-right: 10px;
    border-radius: 30px;
}
.about_section_22_img{
    height: 100%;
    object-fit: cover;
}
.about_section_22_img img{
    object-fit: cover;
    height: 100%;
}
.about_section_22{
    padding: 50px 0;
}
.masked-img.tenth {
    mask-image: url(../img/mask-shape10.svg);
    -webkit-mask-image: url(../img/mask-shape10.svg);
}
.masked-img {
    object-fit: cover;
    aspect-ratio: 3 / 2;
    width: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    background-color: transparent;
}
.about_section_22_text h2 {
    font-weight: 900;
    text-transform: uppercase;
    line-height: 50px;
    margin-top: 36px;
    font-size: 55px;
}

.about_section_22_right{
    margin-top: 40px;
}

.testimonials_thumb img
{
        max-height: 600px;
    width: auto !important;
}