


/*--------------------
   1. BASE CSS
----------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Josefin+Sans:400,600,700');
.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
}

button:focus {
    outline: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Josefin Sans', sans-serif;
    text-transform: capitalize;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #000000;
}

a {
    color: #494949;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.navbar-header .collapse,
.navbar-toggle {
    border: 2px solid #3f6eb4;
    border-radius: 0;
    margin-top: 15px;
}

.navbar-toggle .icon-bar {
    background: #3f6eb4 none repeat scroll 0 0;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.area-title p {
    margin-bottom: 0;
}

.section-padding {
    padding: 100px 0;
}

.padding-top {
    padding-top: 100px;
}

.padding-bottom {
    padding-bottom: 100px;
}

.margin-bottom {
    margin-bottom: 50px;
}

.margin-top {
    margin-top: 50px;
}

.gray-bg {
    background: #F3F3F3;
    color: #5b5a5a
}

.light-gradient-bg {
    background: rgba(0, 0, 0, 0) -webkit-radial-gradient(#3f6eb4, #00b2da) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) radial-gradient(#3f6eb4, #00b2da) repeat scroll 0 0;
    color: #fff;
}

.dark-gradient-bg {
    background: -webkit-radial-gradient(circle farthest-side at center bottom, #3f6eb4, #003087 125%);
    background: radial-gradient(circle farthest-side at center bottom, #3f6eb4, #003087 125%);
    color: #fff;
}

.dark-gradient-bg .area-title:after {
    background: #3f6eb4;
}

.dark-gradient-bg a {
    color: #fff;
}


/*--------------------------
    2. TOP AREA
---------------------------*/

.top-area {
   /* height: 100%;*/
    position: relative;
    width: 100%;
}

.top-area-bg {
    background: rgba(0, 0, 0, 0) url("img/slide_1.jpg") no-repeat scroll center center / cover;
    height: calc(100% + 200px);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.top-area-bg::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}


/*---------------------------------
    2.1 MAINMENU AREA
-----------------------------------*/

.header-top-area {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.mainmenu-area {
    position: relative;
    z-index: 9999;
}

.mainmenu-area-bg {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}

.is-sticky .mainmenu-area-bg {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    opacity: 1;
}

.navbar {
    border-bottom: 0 none;
    border-top: 0 none;
    margin-bottom: 0;
    background: #fff;
}

.navbar-header {
    margin-top: 7px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.is-sticky .navbar-header {
    margin-top: 6px;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand>img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 68px;
    float: left;
}

a.navbar-brand {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: inherit;
    text-transform: uppercase;
}


.navbar-brand {
    height: auto;
    margin-top: -6px;
}

ul#nav {
    float: right;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul#nav li {
    overflow: hidden;
    padding: 28px 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

ul#nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    font-family: "Josefin Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.is-sticky ul#nav li {
    padding: 20px 15px;
}

.is-sticky ul#nav li a {
    color: #000000;
}

ul#nav li a::before,
ul#nav li a::after {
    background: #3f6eb4 none repeat scroll 0 0;
    bottom: -13px;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 0%;
}

ul#nav li a::after {
    bottom: -9px;
    width: 0%;
}

ul#nav li.active a::before,
ul#nav li.active a::after {
    opacity: 1;
    width: 100%;
}

ul#nav li.active a::after {
    width: 50%;
}

ul#nav li:hover a::before,
ul#nav li:hover a::after {
    left: auto;
    opacity: 1;
    right: 0;
    width: 100%
}

ul#nav li.active:hover a::before,
ul#nav li.active:hover a::after {
    left: 0;
}

ul#nav li:hover a::after {
    width: 50%;
}

.is-sticky .mainmenu-area {
    z-index: 99999;
}

.side-push-menu {
    color: #fff;
    float: right;
    height: auto;
    padding-left: 20px;
    padding-top: 20px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 60px;
    
}

.push-menu-open-button {
    background: #fff none repeat scroll 0 0;
    color: #3f6eb4;
    cursor: pointer;
    font-size: 20px;
    height: 30px;
    padding-top: 3px;
    position: absolute;
    right: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
}

.push-menu-open-button:hover {
    color: #ffffff;
    background: #3f6eb4;
}

.push-menu-open-button::before {
    border-left: 1px dashed;
    content: "";
    height: 100%;
    left: -20px;
    position: absolute;
    top: 0;
    width: 1px;
}

.is-sticky .push-menu-open-button {
    /*background: #000 none repeat scroll 0 0;*/
}

.is-sticky .push-menu-open-button:hover {
    background: #3f6eb4 none repeat scroll 0 0;
}

.is-sticky .side-push-menu {
    padding-top: 15px;
    height: 60px;
}

.shoping-curt {
       color: #fff;
    float: right;
    font-size: 25px;
    height: 77px;
    padding: 28px 35px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px
}

.is-sticky .shoping-curt {
    height: 60px;
    padding: 15px 35px;
    color: #000000;
}

.shoping-curt-button {
    cursor: pointer;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 30px;
}

.shoping-curt:hover .shoping-curt-button {
    color: #3f6eb4;
}

.shoping-curt-button::after {
    background: #3f6eb4 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    content: "2";
    font-size: 12px;
    height: 20px;
    line-height: 1.5;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 20px;
}

.shoping-curt ul {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 6px #333;
    font-size: 15px;
    list-style: outside none none;
    margin: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 100px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 250px;
    opacity: 0;
    z-index: 9;
}

.shoping-curt:hover ul {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}

.cart-items>div {
    border-bottom: 1px dashed #3f6eb4;
    padding: 15px 10px;
}

.cart-items>div:last-child {
    border-bottom: 0 none;
    padding: 0;
}

.cart-item {
    padding-left: 80px !important;
    position: relative;
}

.cart-img {
    left: 0;
    position: absolute;
    top: 5px;
    width: 70px;
}

.cart-content a {
    color: #494949;
}

.cart-content a:hover {
    color: #3f6eb4;
}

.shoping-curt .total {
    height: 40px;
    margin-bottom: 20px;
    padding: 10px 0;
}

.cart-btn a {
    background: #494949 none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.cart-btn a:hover {
    background: #3f6eb4 none repeat scroll 0 0;
}

.cart-btn a:last-child {
    float: right;
}

.pull-right.cart-remove {
    color: #3f6eb4;
    height: 15px;
    position: absolute;
    right: 0;
    width: 15px;
}

.pull-right.cart-remove:hover {
    color: red;
}

.cart-content span {
    display: block;
}

.is-sticky .shoping-curt ul {
    top: 60px;
}


/*-----------------------------------
    2.2 SIDE PUSH MENU AREA
------------------------------------*/

.push-menu-and-content {
    background: #272727 none repeat scroll 0 0;
    color: #fff;
    height: 100%;
    padding: 30px;
    max-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    right: -300px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 9999;
}

.push-menu-and-content.menu-open {
    right: 0;
}

.search-bar {
    margin-bottom: 30px;
}

.search-bar form {
    border: 1px solid #555;
    height: 35px;
    position: relative;
    width: 100%;
}

.search-bar form input {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    height: 100%;
    letter-spacing: 1px;
    padding: 5px;
    position: absolute;
    width: 100%;
}

.search-bar form button {
    background: #3f6eb4 none repeat scroll 0 0;
    border: 0 none;
    height: 35px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.search-bar form button:hover {
    background: #ffffff;
    color: #3f6eb4;
}

.push-menu {
    margin-bottom: 40px;
}

.push-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.push-menu ul li {
    display: block;
}

.push-menu ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 5px 0;
    text-transform: uppercase;
}

.push-menu ul li a i {
    float: right;
}

.push-menu ul li a:hover,
.push-menu ul li a:focus {
    color: #3f6eb4;
}

.push-menu-close {
    background: #3f6eb4 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 35px;
    height: 40px;
    left: 0;
    padding-top: 3px;
    position: absolute;
    text-align: center;
    top: 24px;
    width: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.push-menu-close:hover {
    background: #fff none repeat scroll 0 0;
    color: #3f6eb4;
}

.push-menu-logo {
    margin-bottom: 40px;
    text-align: center;
    display: grid;
    padding: 0 13px;
}

.push-menu-logo img {
    max-width: 27%;
    float: left;
}
.push-menu-logo span{
    float: left;
    color: #fff;
    font-size: 27px;
    margin-top: 27px;
    margin-left: -6px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
}
.smart-img-and-about-content {
    margin-bottom: 40px;
}

.smart-img-and-about-content img {
    margin-bottom: 30px;
}

.push-menu-and-content .smart-social-bookmark {
    margin-bottom: 20px;
}

.push-menu-and-content .smart-social-bookmark ul {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.push-menu-and-content .smart-social-bookmark ul li {
    display: inline;
}

.push-menu-and-content .smart-social-bookmark ul li a {
    color: #fff;
    display: inline-block;
    height: 30px;
    text-align: center;
    width: 30px;
}

.push-menu-and-content .smart-social-bookmark ul li a:hover {
    color: #3f6eb4;
}


/*-----------------------------------
    2.3 WELCOME TEXT AREA
-------------------------------------*/

.welcome-text-area {
    -moz-box-pack: center;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.5em;
    padding-top: 100px;
    width: 100%;
}

.welcome-slider {
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
}

.welcome-text h1,
.welcome-text h2 {
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
}

.welcome-text h1 {
    font-size: 50px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.welcome-text h1 span {
    color: #3f6eb4;
}

.welcome-text h2 {
    font-size: 36px;
}

.call-to-action {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 40px;
}

.call-to-action a {
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 15px 40px;
    text-transform: uppercase;
}

.call-to-action a:hover {
    background: -webkit-radial-gradient(circle farthest-side at center bottom, #3f6eb4, #003087 125%);
    background: radial-gradient(circle farthest-side at center bottom, #3f6eb4, #003087 125%);
    color: #ffffff;
}

.home-button {
    bottom: 30px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
}

.home-button a {
    border: 1px solid;
    border-radius: 50px;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 5px;
    text-transform: uppercase;
}

.home-button a:hover {
    color: #3f6eb4;
}

.home-button a i {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    color: #3f6eb4;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.swiper-container {
    padding-left: 8.8%;
    padding-top: 100px;
    text-align: right;
    width: 100%;
}

.swiper-slide {
    height: auto;
    padding: 0 15px;
    width: 390px;
}

.swiper-slide img {
    margin: 0 auto;

    border: 8px solid #fff;
}


/*-----------------------------
    3. ABOUT AREA
-------------------------------*/

.row.top-promo {
    margin: 0;
}

.row.top-promo>.col-lg-3 {
    padding: 0;
}

.single-promo {
    margin-bottom: 50px;
    min-height: 260px;
    overflow: visible;
    -webkit-perspective: 800px;
    perspective: 800px;
    position: relative;
    text-align: center;
}

.promo-icon-and-title,
.promo-details {
    background: -webkit-radial-gradient(circle farthest-side at center bottom, #3f6eb4, #003087 125%);
    background: radial-gradient(circle farthest-side at center bottom, #3f6eb4, #003087 125%);
    box-shadow: 0 0 3px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.promo-details>img {
       opacity: 0.3;
    position: absolute;
    right: -100%;
    height: 100%;
    width: 100%;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: -1;
}

.single-promo:hover .promo-details>img {
    right: 0;
}

.promo-details {
    opacity: 0;
    /* -webkit-transform: translateY(150px) rotateX(-90deg);
    transform: translateY(150px) rotateX(-90deg);*/
    z-index: 1;
}

.single-promo:hover .promo-icon-and-title {
    opacity: 0;
    /* -webkit-transform: translateY(-150px) rotateX(90deg);
    transform: translateY(-150px) rotateX(90deg);*/
}

.single-promo:hover .promo-details {
    opacity: 1;
    /*-webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);*/
}

.single-promo:hover .promo-icon,
.single-promo:hover h3 {
    color: #fff;
}

.promo-icon {
    font-size: 60px;
    height: 80px;
    margin: 0 auto 20px;
    padding-top: 30px;
    position: relative;
    text-align: center;
    width: 80px;
}

.single-promo h3 {
    font-size: 24px;
    letter-spacing: 2px;
}

.about-flow-content {
    text-align: center;
}

.about-content h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.about-content h3 span {
    font-weight: 300;
}

.about-flow-menu {
    margin-bottom: 30px;
    margin-top: 30px;
}

.about-flow-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.about-flow-menu ul li {
    display: inline;
}

.about-flow-menu ul li a {
    display: inline-block;
    margin-right: 10px;
    max-width: 125px;
    position: relative;
}

.about-flow-menu ul li.active a {
    opacity: .5;
}

.about-right {
    float: right;
}

.about-left {
    float: right;
}


/*----------------------------
    4. FEATURES AREA
-----------------------------*/

.features-area {
    overflow: hidden;
    counter-reset: features;
}

.row.features-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

.area-title-icon {
    color: #3f6eb4;
    font-size: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 80px;
}

.area-title h2 {
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 31px;
    padding-bottom: 15px;
    position: relative;
}

.area-title h2 span {
    font-weight: 700;
}

.area-title h2::after,
.area-title h2::before {
    background: #3f6eb4;
    bottom: -5px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
}

.area-title h2::before {
    bottom: 3px;
    margin-left: -25px;
    width: 50px;
}

.area-title {
    margin-bottom: 55px;
}

.single-features {
    border: 2px solid #ebebeb;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 20px 20px 20px 100px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.features-icon {
    height: 100px;
    left: 0;
    padding-top: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100px;
}

.features-icon {
    color: #3f6eb4;
    font-size: 60px;
    height: 100px;
    left: 0;
    padding-top: 47px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100px;
}

.single-features h3 {
    font-size: 20px;
    text-transform: capitalize;
}

.single-features::before {
    background: rgba(0, 0, 0, 0) -webkit-radial-gradient(circle farthest-side at center bottom, #3f6eb4, #003087 125%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) radial-gradient(circle farthest-side at center bottom, #3f6eb4, #003087 125%) repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    content: counter(features, decimal);
    counter-increment: features;
    font-size: 22px;
    height: 35px;
    left: -15px;
    line-height: 1.6;
    margin-top: 5px;
    position: absolute;
    text-align: center;
    top: -17.5px;
    width: 35px;
}

.single-features:hover {
    box-shadow: 0 0 39px #ebebeb;
}

.features-img {
    position: relative;
    width: 100%;
}

.features-img img {
    display: block;
    margin: 50px auto 0;
}

.features-img ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}


/*----------------------------
    5. PRODUCT AREA
------------------------------*/

.product-area {
    position: relative;
}

.product-area-bg {
    background: rgba(0, 0, 0, 0) url("img/product_area_bg.jpg") no-repeat scroll center center / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.product-area-bg::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}

.single-product {
    background: -webkit-radial-gradient(circle farthest-side at center bottom, #3f6eb4, #003087 125%);
    background: radial-gradient(circle farthest-side at center bottom, #3f6eb4, #003087 125%);
    color: #3f6eb4;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    /*padding-top: 20px;*/
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product-img {
    /*margin-bottom: 20px;*/
    position: relative;
    z-index: 2;
}

.product-img::after {
    /*background: rgba(0, 0, 0, 0) url("img/product_bg.svg") no-repeat scroll center center / cover;*/
    bottom: -21px;
    content: "";
    height: 70px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.product-img img {
    max-height: 280px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.product-img .secondary-img {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: hidden;
}

.single-product:hover .primary-img,
.single-product:hover .secondary-img {
    opacity: 0;
    visibility: hidden;
}

.single-product:hover .secondary-img {
    opacity: 1;
    visibility: visible;
}

.product-name-and-specification {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 5px;
        padding-top: 15px;
}

.single-product .price {
    color: #3f6eb4;
    font-size: 28px;
    letter-spacing: 2px;
}

a.add-to-cut {
    background: #494949 none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    letter-spacing: 2px;
    margin-top: 10px;
    padding: 10px 40px;
    text-transform: uppercase;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.single-product:hover a.add-to-cut {
    bottom: 120px;
    opacity: 1;
}

a.add-to-cut:hover {
    background: #3f6eb4 none repeat scroll 0 0;
    color: #fff;
}

.row.product-list {
    display: block;
    margin: 0 auto;
}

.row.product-list .col-md-3 {
    padding: 5px;
    width: 100%;
}

.product-list.owl-carousel .owl-item img {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.product-area .owl-nav {
    margin-top: 30px;
}

.product-area .owl-nav>div {
    color: #3f6eb4;
    display: inline-block;
    font-size: 40px;
    height: 40px;
    margin: 0 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
}

.product-area .owl-nav>div:hover {
    background: #3f6eb4 none repeat scroll 0 0;
    color: #fff;
}


/*-----------------------------
    6. CLIENT AREA
------------------------------*/

.client-area .owl-carousel .owl-item img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}


/*-----------------------------
    7. SUBSCRIBER AREA
------------------------------*/

.subscriber-area {
    color: #ffffff;
    font-family: josefin sans;
    position: relative;
}

.subscriber-area.section-padding {
    padding: 150px 0;
}

.subscriber-area-bg {
    background: rgba(0, 0, 0, 0) url("img/image12.jpg") no-repeat scroll center center / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.subscriber-area-bg::after {
    background: rgba(0, 0, 0, 0) -webkit-radial-gradient(circle farthest-side at center bottom, #3f6eb4, #003087 125%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) radial-gradient(circle farthest-side at center bottom, #3f6eb4, #003087 125%) repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}

.subscriber-bg-left {
    left: -20%;
    position: absolute;
    top: -25%;
}

.subscriber-area .area-title h2 {
    color: #ffffff;
}

.subscriber-area .area-title h2::after,
.subscriber-area .area-title h2::before {
    background: #ffffff none repeat scroll 0 0;
}

.subscriber-left-content,
.subscriber-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100px;
}

.subscriber-left-content h3,
.subscriber-left-content h2 {
    color: #fff;
    font-size: 30px;
    letter-spacing: 2px;
    position: relative;
}

.subscriber-left-content h2 {
    font-weight: 700;
}

.subscriber-left-content h3::before,
.subscriber-left-content h2::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: -10px;
    width: 50px;
}

.subscriber-left-content h2::before {
    bottom: -10px;
    left: auto;
    right: 0;
    top: auto;
    width: 30%;
}

.subscriber-form p {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.subscriber-form form {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    height: 50px;
    position: relative;
    width: 100%;
}

.subscriber-form form input {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    border: 0 none;
    color: #3f6eb4;
    height: 100%;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 100%;
}

.subscriber-form form button {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #3f6eb4;
    font-weight: 700;
    height: 100%;
    letter-spacing: 5px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30%;
}

.subscriber-form form button:hover {
    background: #3f6eb4 none repeat scroll 0 0;
    color: #fff;
}

label.mt10 {
    position: absolute;
    right: 0;
    text-align: right;
    top: -28px;
    right: 10px;
}

label.mt10.valid {
    color: #3f6eb4;
    text-align: center;
    right: auto;
    top: 10px;
    width: 100%;
}


/*-----------------------------
    8. CONTACT AREA
------------------------------*/

.contact-form {
    font-family: "Josefin Sans", sans-serif;
}

.contact-form-area .modal-header {
    background: #3f6eb4 none repeat scroll 0 0;
    letter-spacing: 2px;
    text-align: center;
}

.contact-form .form-control {
    border: 1px solid #3f6eb4;
    border-radius: 0;
    color: #3f6eb4;
    font-size: 15px;
    height: auto;
    margin-bottom: 20px;
    max-height: 150px;
    padding: 10px;
}

.contact-form button {
    background: #3f6eb4 none repeat scroll 0 0;
    border: 0 none;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 10px;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
}

.contact-form button:hover {
    background: #494949 none repeat scroll 0 0;
}

.contact-form-area .modal-header h4 {
    color: #fff;
}


/*-----------------------------
    8. GALLERY AREA
------------------------------*/

.swiper-container.gallery-swiper {
    padding-left: 0;
    padding-top: 0;
}


/*-----------------------------
    9. VIDEO AREA
------------------------------*/

.video-area {
    position: relative;
}

.video-area-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.video-area-bg::after {
    background: rgba(0, 0, 0, 0) -webkit-radial-gradient(circle farthest-side at center bottom, #3f6eb4, #003087 125%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) radial-gradient(circle farthest-side at center bottom, #3f6eb4, #003087 125%) repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.video-popup {
    min-height: 250px;
    position: relative;
}

.video-popup a {
    color: #fff;
    display: inline-block;
    font-size: 50px;
    height: 70px;
    left: 50%;
    padding-left: 6px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px;
}

.player-wave {
    height: 200px;
    left: 50%;
    margin-left: -125px;
    margin-top: -125px;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 200px;
    z-index: -1;
}

.player-wave .waves {
    -webkit-animation: 3s ease-in-out 0s normal none infinite running waves;
    animation: 3s ease-in-out 0s normal none infinite running waves;
    background: rgba(0, 204, 204, 0.6) none repeat scroll 0 0 padding-box;
    border-radius: 50%;
    height: 250px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 250px;
}

.player-wave .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.player-wave .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.player-wave .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
    }
    50% {
        opacity: 0.9;
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
    }
    50% {
        opacity: 0.9;
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
    }
}

.video-popup a:hover .player-wave .waves {
    background: rgba(255, 255, 255, .5);
}


/*-----------------------------
    10. FOOTER AREA
------------------------------*/

.footer-area ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.footer-area a {
    color: #5b5a5a;
}

.footer-area a:hover {
    color: #ffffff;
}

.single-footer-widget h4 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 40px;
    padding-bottom: 15px;
    position: relative;
        color: #fff;
}

.single-footer-widget h4::after,
.single-footer-widget h4::before {
    background: #ffffff none repeat scroll 0 0;
    bottom: -4px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}

.single-footer-widget h4::before {
    bottom: 3px;
    width: 35px;
}

.footer-area .row>div:first-child h4 {
    margin-bottom: 10px;
}

.footer-area .row>div:first-child h4::after,
.footer-area .row>div:first-child h4::before {
    display: none;
}

.footer-logo {
    margin-bottom: 10px;
}
.footer-logo img{
        width: 64px;
    background: #fff;
    padding: 6px;
}
.footer-area ul li {
    display: block;
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative;
}

.f_contact_icon {
    font-size: 24px;
    left: 0;
    position: absolute;
}

.footer-area ul li a {
    display: block;
}

ul.footer-list li {
    margin-bottom: 5px;
    padding: 5px 5px 5px 31px;
    position: relative;
    float: left;
    margin-bottom: 25px;
}

.footer-area ul li a i {
    font-size: 26px;
    left: 4px;
    padding-right: 5px;
    position: absolute;
    top: 8px;
}

.flick-feed ul li {
    display: inline;
    padding: 0;
}

.flick-feed ul li a {
    display: inline-block;
    margin-right: 5px;
    width: 100px;
}

.flicker-popup>img {
    display: block;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center 0;
    transform-origin: center center 0;
}

.footer-bottom-area {
    padding: 15px 0;
}

.footer-copyright-social-bookmark ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 10px;
}

.footer-copyright-social-bookmark ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.footer-copyright-social-bookmark ul li a {
    display: inline-block;
    font-size: 20px;
    height: 35px;
    margin: 0 2px;
    padding-top: 3px;
    text-align: center;
    width: 38px;
}

.footer-copyright-social-bookmark ul li a i {
    margin: inherit;
    padding: inherit;
    position: inherit;
}

.footer-copyright-social-bookmark ul li a:hover {
    color: #3f6eb4;
}

.footer-copyright p {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.footer-bottom-area.dark-gradient-bg a:hover {
    color: #abd100;
}

.footer-bottom-area.dark-gradient-bg a {
    color: #fff;
}


/*------------------------------
    11. SCROLL TO TOP
-------------------------------*/

a.scrolltotop {
    background: #3f6eb4 none repeat scroll 0 0;
    bottom: 20px;
    box-shadow: 0 0 0 7px transparent;
    color: #ffffff;
    display: none;
    font-size: 20px;
    height: 40px;
    padding-top: 7px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 99;
}

a.scrolltotop:hover {
    box-shadow: 0 0 0 0 #272727;
    background: #272727;
}


/*-----------------------------
    12. PRELOADER
------------------------------*/

.preloader-spinner {
    border: 5px solid #3f6eb4;
}


/*-----------------------------
    HOME CAROUSEL VERSION
-------------------------------*/

.home-carousel .top-area-bg,
.home-features .top-area-bg {
    background: rgba(0, 0, 0, 0) url("img/slide_8.jpg") no-repeat fixed center center / cover;
}

.home-carousel .top-area-bg::after,
.home-features .top-area-bg:after {
    background: #fff none repeat scroll 0 0;
}

.home-carousel .home-slider {
    padding-top: 100px;
}

.home-carousel .home-slider .owl-item img {
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}

.home-carousel ul#nav li a,
.home-carousel .shoping-curt,
.home-carousel .welcome-text,
.home-features ul#nav li a,
.home-features .shoping-curt,
.home-features .welcome-text {
    color: #494949;
}

.home-carousel .call-to-action a,
.home-features .call-to-action a {
    background: #9dcc00;
    color: #fff;
}

.home-carousel .call-to-action a:hover,
.home-features .call-to-action a:hover {
    background: rgba(0, 0, 0, 0) -webkit-radial-gradient(circle farthest-side at center bottom, #c3db00, #86c300 125%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) radial-gradient(circle farthest-side at center bottom, #c3db00, #86c300 125%) repeat scroll 0 0;
}


/*-----------------------*/

.home-features .welcome-text-area {
    text-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
}

.home-features .welcome-text-area {
    color: #494949;
}

.home-features .welcome-text-area h1 {
    font-weight: 700;
}

.home-features .top-area-bg {
    height: 100%;
}

.top-area-bg.video-bg {
    background: transparent none repeat scroll 0 0;
    height: 100%;
}

.top-area-bg.video-bg::after {
    background: #fff none repeat scroll 0 0;
    opacity: 0.6;
}


/*------------banner--------------*/
.bannerSection{

}
.bannerSection .bannerMain{

}
.bannerSection .bannerMain img{
        width: 100%;
}

.welcome-text-area{
   /* position: relative;
    padding: 0;
    margin: 0;*/
}
.welcome-text {
  text-align: center;
    opacity: 1 !important;
  
}
.welcome-text h1,.welcome-text h2, .welcome-text p, .welcome-text span{
    color: #fff !important ;
}
.bannerBlock{
       background: url(img/banner4.png);
    background-size: cover;
    width: 100%;
    height: 800px;
}
.welcome-text h1{
    margin-bottom: 20px;
}
.about-flow-content .tab-content img{
        border: 10px solid #fff;
}
.footer-area{
    background: #1a4a9a;
}
.footer-area p,.footer-area li a,.icofont{
    color: #fff;
}

.grey-background{
    background: #f5f5f5;
}

a.navbar-brand span.mainLetter {
  color: #3f6eb4;
    float: left;
    margin-top: 21px;
    font-size: 32px;
    font-weight: bold;
    margin-left: -6px;
    margin-bottom: -5px;
    font-family: 'Josefin Sans', sans-serif;
}

a.navbar-brand span.subLetter{
        /* float: left; */
    top: -16px;
    display: inherit;
    color: #2d5093;
    width: 100%;
    /* text-align: right; */
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
}

.page_breadcrumbs.parallax {
    background-image: url(img/background.jpg);
    background-size: cover;
    position: relative;
}
.parallax.cs.gradient2:after {
        content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: linear-gradient(-90deg, #263f9a, #1d408d);
    z-index: 0;
}
.page_breadcrumbs.parallax:after {
    opacity: 0.6;
}
.page_breadcrumbs h2 {
    font-size: 40px;
        color: #fff;
}
.page_breadcrumbs h2 + .breadcrumb {
    margin-top: 10px;
}
.breadcrumb>li {
    display: inline-block;
}
.cs a {
    color: #ffffff;
}
.cs .response, .cs .highlight, .cs .breadcrumb > .active {
    color: #ffffff;
}
.cs .breadcrumb > li + li:before {
    color: #ffffff;
}
.breadcrumb > li + li:before {
    color: #818181;
    padding: 0 20px 0 16px;
    content: "/";
    font-size: 12px;
    position: relative;
    top: -1px;
}
.page_breadcrumbs{
    padding-top: 155px;
    padding-bottom: 70px;
}
.breadcrumb {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    text-transform: uppercase;
    color: inherit;
    font-weight: 500;
    font-size: 14px;
}
.parallax.cs.gradient2 .container{
    position: relative;
    z-index: 1;
}
.productBlock{

}
.productBlock img{
    width: 100%;
}
.productBlock h5{
        background: #fff;
    padding: 15px 15px;
    font-size: 20px;
    text-align: center;
}
.productContent ul{
    list-style: none;
    padding-left: 27px;
}
.productContent ul li{
    position: relative;
}
.productContent ul li:after{
   content: "\f0f4";
    font-family: 'IcoFont' !important;
    position: absolute;
    left: -27px;
    color: #817575;
    font-size: 14px;
}
.relatedProducts{
    margin-top: 40px;
}
.relatedProducts h3{
        margin-bottom: 22px;
    font-size: 28px;
}
.productDetails .about-flow-content .tab-content img{
    width: 90%;
}
.formBox h3 {
    color: #333;
    margin-bottom: 28px;
    font-size: 28px;
}
.backgroundLess .cta-content {
    border: 1px solid #ddd;
    padding: 20px 30px;
}
.backgroundLess .formBox .input-group-light .form-control {
    border-color: #ddd;
}
.list-inline-wrapper .list--inline li {
    border: 1px solid #eee;
    padding: 29px 20px;
    margin: 10px;
    border-radius: 5px;
    background: #fff;
}
.list-inline-wrapper .list--inline {
    margin: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;

}
.list-inline-wrapper .list--inline li .contents h6 {
    font-weight: 600;
    color: #202428;
    margin: 0 0 5px;
        font-size: 18px;
}
.list-inline-wrapper .list--inline li .icon span .icofont {
    font-size: 3.33333rem;
    display: block;
    line-height: 2rem;
        color: #3a7de1;
}
.list-inline-wrapper .list--inline li .icon {
    float: left;
}
.list-inline-wrapper .list--inline li .contents{
    padding-left: 56px;
}
.btn-secondary {
    background: #3263b1;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    width: 200px;
    font-size: 16px;
}
.btn-secondary:hover{
    color: #fff;
}
.formBox .form-control{
    height: 40px;
    font-size: 16px;
}
.formBox textarea.form-control{
    height: 120px;
    resize: none;
}
.formBox{
       background: #fff;
    border: 1px solid #eee;
    padding: 34px 20px;
}
.email a{
    text-transform: lowercase;
}
.product-name-and-specification h3 a{
    color: #000;
}
.cta-wrapper-sm {
        padding: 76px 0;
}
.cta--five p {
        font-size: 26px;
    color: #202428;
    /* font-weight: 600; */
    margin-top: 10px;
    line-height: 46px;
    border-right: 1px solid #eee;
}
.cta--five p span{
    color: #3263b1;
}
.action-btn{
    margin-top: 45px;
}
.btn-secondary:hover{
    color: #fff;
}
.contactBtn{
    margin-top: 20px;
}
label.error {
    color: red;
    font-size: 11px;
    margin-left: -106px !important;
}
.big-font{
       font-size: 31px;
    font-weight: 600;
}

.about-content h3{
    font-size: 23px;
}
.promo-icon img{
    width: 60px;
    margin-top: -20px;
}
.bigLogo{

}
.bigLogo.about-flow-content .tab-content img{
    border: 0;
    padding-top: 60px;
}
.logoBlock{
    width: 188px;
    float: right;

}
label.error {
    
    margin-left: 0 !important;
   
    float: left;
}
a.navbar-brand span {
    display: none !important;
}
.navbar-brand>img {
   
    width: 213px;
    margin-top: -18px;
    margin-bottom: -23px;
}
.footer-logo img {
    width: 164px;
    background: #fff;
    padding: 0 10px;
    border-radius: 5px;
}
.footer-area .row>div:first-child h4 {
   
    display: none;
}
.productContent img{
        float: left;
    width: 277px;
    margin: 0 31px 4px 0;
}
.productDetails .about-flow-content .tab-content img {
    width: 100%;
}
.about-content h3{
        margin-bottom: 12px;
}
.xsinageBanner{
    background: url(img/digital-xinage-banner.jpg);
        background-size: cover;
        background-attachment: fixed;
}
.xsinageBanner h1, .xsinageBanner h2, .xsinageBanner p, .xsinageBanner span {
    color: #000 !important;
}
.xsinageBanner h1 {
        letter-spacing: 0;
        font-weight: 200;
}
.xsinageBanner h1 span{
    color: #125bbf !important;
        font-weight: 700;
}
.xsinageBanner p{
    font-size: 24px !important;
}
.xsinageBanner .welcome-text{
    text-align: left !important;
}
.about-flow-content .tab-content img {
    border: 0;
}
.features-images  img{
    width: 100%;
}
.xsinageProduct .product-list.owl-carousel .owl-item img{
    width: auto;
}
.xsinageProduct .product-img::after{
    background: rgba(0, 0, 0, 0) url(img/product_bg.svg) no-repeat scroll center center / cover;
}
.featured-box.prt-text-right{
    text-align: right;
}
.featured-box.prt-text-left{
    text-align: left;
}

/*.featured-box*/
.featured-box.style1 {
    position: relative;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 10px 10px 10px;
    width: 100%;
    text-align: center;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #dbdbdb;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 10px 0px 0px 0px;
}
.featured-box.style1:before {
   content: '';
    position: absolute;
    background-color: #adadad;
    width: 1px;
    height: 30px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.featured-box.style1 .featured-icon img{
    margin-bottom: 20px;
}
.featured-box.style1:hover .featured-icon img{
    animation: tm-bounce 500ms ease-in-out 50ms;
}
.featured-box .featured-details h3{
    
        color: #000;
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 5px !important;
}
.featured-box .featured-details p{
        text-align: justify;
            color: #000;
}
@keyframes tm-bounce {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}

/* style2 */
.featured-box.style2 {
    padding: 40px 45px;
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 15px;
}
.featured-box.style2 .featured-box-inner {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: rgb(255 255 255 / 20%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0px 0px 20px 35px;
}
.featured-box.style2 .featured-box-inner:last-child{
    margin-bottom: 0;
    border-width: 0;
    padding: 0px 0px 0px 35px;
}
.featured-box.style2 .featured-box-inner .featured-icon img {
    min-width: 70px;
}
.featured-box.style2 .featured-box-inner .featured-icon,
.featured-box.style2 .featured-box-inner .featured-details {
    display: table-cell;
    vertical-align: middle;
}
.featured-box.style2 .featured-box-inner .featured-details h3 {
    font-size: 20px;
    line-height: 35px;
    padding-left: 25px;
    color: #fff;
    margin-bottom: 0;
}

/* style3 */
.featured-box.style3 {
    border-radius: 15px;
    background-color: #262626;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #262626;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 60px 50px 45px 45px;
    height: 100%;
}
.featured-box.style3 .sub-text {
    color: #FFFFFF87;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
}
.featured-box.style3 .prt-pric-text {
    font-family: Unbounded;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
}
.featured-box.style3 .sub-price-text {
    color: #FFFFFF87;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.featured-box.style3 p{
    color: rgb(255 255 255 / 53%);
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}

/* style-5 */
.featured-box.style5 .single-image {
    padding-top: 10px;
}
.featured-box.style5{
    border-radius: 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 45px 45px 53px 45px;
    height: 100%;
}
.featured-box.style5.bg-1{
    background-color: #ECE5CA;   
    border-color: #ECE5CA;
}
.featured-box.style5.bg-2{
    background-color: #D4E7C8;
    border-color: #D4E7C8;
}
.featured-box.style5.bg-3{
    background-color: #FFD3C1;
    border-color: #FFD3C1;
}
.featured-box.style5.bg-4{
    background-color: #D4DAFF;
    border-color: #D4DAFF;
}
.featured-box.style5 .featured-content h3{
    color: #000000;
    font-family: "Unbounded", Sans-serif;
    font-size: 20px;
    font-weight: 500;
}
section#features {
    padding: 55px 0;
}
.featured-box.style1 .featured-icon img{
        height: 48px;
    width: 48px;
    position: relative;
    z-index: 1;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    /*padding-right: 0;
    padding-left: 0;*/
}
.mt-20 {
    margin-top: 20px;
}
.m-auto {
    margin: auto!important;
}
.features-section02 .row{
        display: flex;
    flex-wrap: wrap;
        justify-content: center;
}
.featured-details {
    min-height: 246px;
    padding: 13px;
}
.features-section02{
    background: url(img/row-bgimage-3.png);
}
.section-padding {
    padding: 60px 0;
}
.standeeAbout .single-promo:hover .promo-icon-and-title {
    opacity: unset;
}
.howWorks{
     padding: 60px 0;
}
.howDoneblock img{
    width: 100%;

}
.featured-icon {
    position: relative;
}
.featured-icon:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: #e0f3ff;
    border-radius: 100%;
    left: 45%;
    /* z-index: -1; */
}
.product-name-and-specification {
    
    padding-top: 26px;
    min-height: 100px;
}
.single-features p{
    font-size: 15px;
    line-height: 23px;
        color: #000;
}
.single-features{
        text-align: left;
}
.single-features h3{
        margin-bottom: 6px;
            color: #000;
}

/*.standeeAbout{
            background: url(img/standee-bg-5.jpg);
    background-size: cover;
    background-position: right;
}*/
.howDoneblock img.responsiveImg{
    display: none;
}
.featured-box.style1:before{
    opacity: 0;
}
.featured-box.style1 {
    position: relative;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 10px 10px 10px;
    width: 100%;
    text-align: center;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: transparent;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 18px 15px 0px 10px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 6px !important;
    box-shadow: 0px 0px 5px 1px #ccc;
}
.featured-box.style1 .featured-icon img {
    margin-bottom: 6px;
}
.featured-box .featured-details p{
        text-align: center;
    
    font-size: 15px;
}
.features-section02 .col-lg-3 {
    
    padding: 0 8px;
}
.promo-icon img{

}
.about-content p{
    color: #000;
}
.standeeAbout p{
    color: #fff;
}
.subscriber-area-bg {
    background: rgba(0, 0, 0, 0) url(img/digital-standee-call.jpg) no-repeat scroll center center / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.subscriber-area.section-padding {
    padding: 35px 0;
}
.subscriber-area-bg::after{
        opacity: 0.9;
}
.subscriber-left-content h2::before{
        opacity: 0;
}
.subscriber-area .call-to-action{
        margin-top: 0px;
}
.home-button a{
        color: #1058c1;
}

/*---------frature-----------*/
[class*=col-]:not([class*=sticky-]):not([class*=position-]) {
    position: relative;
}
.processSection .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
}
.service-block .inner-box {
    position: relative;
    display: block;
    background: #fff;
    min-height:325px;
    border-radius: 7px;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #ddd;
    box-shadow: 0 0 8px 1px #c9cbcd;
    padding: 50px 28px;
        margin-bottom: 30px;
}
.processSection .service-block .inner-box {
    padding: 42px 28px;
    /* padding-top: 0; */
}
.services-section .sec-title {
    margin-bottom: 30px;
}
.page-loaded .preloader .icon, .services-section .row .service-block .inner-box:before {
    opacity: 0;
}
.services-section .row .service-block .inner-box:before {
    content: "0" counter(slides-num) "";
    position: absolute;
    left: 45px;
    top: 50px;
    font-size: 50px;
    line-height: 1em;
    color: #fff;
    opacity: .07;
    font-family: var(--thm-font);
    font-weight: 300;
}
.processSection .processCount {
    color: rgb(13 13 15 / 10%);
    font-size: 81px;
    font-weight: 700;
    /* font-family: initial; */
    margin-top: 10px;
    display: block;
    width: 76px;
    height: 67px;
    /* background: rgb(1 70 115 / 10%); */
    line-height: 64px;
    text-align: center;
    position: absolute;
    left: 17px;
    top: 0;
    border-radius: 0 5px 5px 0 !important;
}
.service-block .inner-box .bottom-curve {
    position: absolute;
    right: -70px;
    bottom: 0;
    width: 100px;
    height: 80%;
    background: var(--thm-black);
    opacity: .2;
    z-index: 0;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.service-block .inner-box .bottom-curve {
    -webkit-transform: skewX(-35deg) scaleX(1);
    transform: skewX(-35deg) scaleX(1);
    background: #a6aab3;
}
.service-block .inner-box .icon-box {
    position: absolute;
    right: 45px;
    top: 50px;
    color: var(--thm-base);
    font-size: 64px;
    line-height: 1em;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.service-block .inner-box .icon-box {
    color: #004572;
}
.processSection .service-block .inner-box .icon-box {
    right: 32px;
    top: 15px;
}
.processSection .service-block .inner-box .icon-box span {
    font-size: 64px;
    font-weight: 200;
}
.processSection .service-block .inner-box h6 {
    margin-top: 41px;
    font-size: 20px;
}
 .service-block .inner-box h6 a {
    color: #000;
    
}
.service-block .inner-box p {
    margin-top: 15px;
    line-height: 28px;
}
.col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
}
.service-block .inner-box p{
        font-size: 15px;
    line-height: 25px;
}
section.services-section.processSection {
    padding: 50px 0;
    background: url(img/row-bgimage-3.png);
}
.processSection .service-block .inner-box{
    padding-bottom: 0;
}
.services-section .sec-title img{
        width: 92%;
}
.blog2__item {
    border-bottom: 2px solid #f2812c;
    background: #fff;
}
.mb-30 {
    margin-bottom: 30px;
}
.blog2__thumb {
       position: relative;
    width: 45%;
}
.blog2__content {
            padding: 24px 20px 40px 30px;
    width: 55%;
}
.blog2__content--data {
    margin-bottom: 15px;
}
.blog2__content--data span {
    color: #768495;
}
.blog2__content--data span i {
    color: #7f7f7f;
}
.blog2__content h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 23px;
}
.blog2__content>a {
        background: #bfd9ff;
    color: #002664;
    padding: 16px 85px 16px 35px;
    position: relative;
    margin-top: 20px;
    display: inline-block;
    border-radius: 30px !important;

}
.btn3 i {
    height: 54px;
    width: 54px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 54px;
    border-radius: 100px;
    background-color: #FFD9DB;
    color: #1a4a9a;
    position: absolute;
    right: 2px;
    top: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.blog2__content>a i {
    background: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
}
section.casesydySection {
    padding: 50px 0;
}
.blog2__item {
    display: flex;
}
.blog2__thumb img{
    height: 100%;
    object-fit: cover;
}
.blog2__item.mb-30 {
    display: flex;
    /* box-shadow: 1px -1px 7px 3px #ccc; */
    border: 1px solid #ddd;
}
.blog2__content h3{
        font-size: 22px;
        margin-bottom: 12px;
}
.blog2__content--data{
        margin-bottom: 15px;
}
.casesydySection .row + .row{
        display: flex;
    justify-content: center;
}
.about-content p + h2{
    font-size: 20px;
}/*

/*--------------case-studies-----------------*/



.banner_section {
    background-image: url(../img/case-study-banner02.png);
    min-height: 1060px;
    background-size: contain;
    background-repeat: no-repeat;
}
.banner_section {
  padding-top: 70px;
}

.banner_section .banner_text {
  color: #fff;
  text-align: center;
  padding-top: 95px;
}

.banner_section .banner_text .ban_inner_text h1 {
  font-size: 55px;
  font-weight: 600;
      color: #fff;
}

.banner_section .banner_text .ban_inner_text p {
  margin: 20px 0;
      color: #fff;
}

.banner_section .banner_text .ban_inner_text span:not(h1 span) {
  font-size: 20px;
  font-weight: 600;
}

.banner_section .banner_text form .form-group {
  position: relative;
  height: 50px;
  width: 550px;
  margin: 0 auto;
}

.banner_section .banner_text form .form-control {
  height: 50px;
  width: 100%;
  border-radius: 100px;
  margin: 0 auto;
  padding-left: 47px;
  background-image: url(../images/new/mesage_icon.svg);
  background-repeat: no-repeat;
  background-position: 15px 50%;
}

.banner_section .banner_text form .form-control::placeholder {
  color: #8f91bf;
}

.banner_section .banner_text form .form-group::before {
  content: "";
  width: 1px;
  height: 18px;
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #b4b5d4;
}

.banner_section .banner_text form .form-group button {
  position: absolute;
  right: 5px;
  top: 3px;
  padding: 9px 30px;
}

.banner_section .banner_text form .form-group + span {
  margin: 20px 0 35px 0;
  text-align: center;
  display: block;
  font-size: 15px;
}

.banner_section .banner_text form .form-group + span a {
  color: #fff;
  text-decoration: underline;
}

.banner_section .banner_text .play-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 250px;
  margin: 0 auto;
}

.banner_section .banner_text .play_btn {
  position: relative;
}

.banner_section .banner_text .play-button span {
  color: #fff;
  font-weight: 600;
  margin-left: 30px;
  font-size: 13px;
}

.banner_section .banner_text .play-button span:first-child {
  margin-left: 0;
}

.banner_section .banner_text .play-button .play_btn img {
  width: 40px;
}

/* Banner images section css strat */
.banner_section .banner_images {
  position: relative;
  margin: 0 auto;
  margin-top: 90px;
  max-width: 920px;
}

.banner_section .banner_images > img {
  border: 14px solid rgb(255 255 255 / 30%);
  border-radius: 33px;
  box-shadow: 0 0 14px 2px #0000001c;
      filter: hue-rotate(-33deg);
}

.banner_section .banner_images .sub_images img {
  position: absolute;
  box-shadow: 0 0 14px 2px #0000001c;
  border-radius: 20px;
}

.banner_section .banner_images .sub_images img:nth-child(1) {
  top: 60px;
  right: -55px;
  animation-delay: 1s;
}

.banner_section .banner_images .sub_images img:nth-child(2) {
  top: 135px;
  left: -90px;
  animation-delay: 1.5s;
}

.banner_section .banner_images .sub_images img:nth-child(3) {
  bottom: 87px;
  right: -110px;
  animation-delay: 4s;
}

/* Banner Shapes section css strat */
.banner_shapes .container {
  position: relative;
}

.banner_shapes span {
  position: absolute;
}

.banner_shapes span:first-child {
  top: 197px;
  right: 45px;
  animation: mymove 10s infinite;
}

.banner_shapes span:nth-child(2) {
  top: 435px;
  left: -75px;
  animation: mymove 6s infinite;
}

.banner_shapes span:nth-child(3) {
  top: 350px;
  right: -145px;
  animation: mymove 3s infinite;
}


@keyframes mymove {
  50% {transform: rotate(180deg);}
}




.section_title {
  text-align: center;
}

/* section heading h2 */
.section_title h2 {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.section_title h2 span {
  color:  #000;
}
.introSection {
    padding: 60px 0;
}
.section_title p{
    font-size:18px;

    font-size: 18px;
    text-align: center;
}
.complainsFeatures{
    padding-bottom: 50px;
    font-family: 'Inter', sans-serif;
}
.complainsFeatures .featuresSingle{
    text-align: center;
    padding: 0 68px;
}
.complainsFeatures .featuresSingle img{
    width: 89px;
}
.complainsFeatures .featuresSingle h5{
        margin-top: 25px;
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
    color: #055F4F;
}
.complainsFeatures .featuresSingle p{
    font-size: 18px;
    font-weight: 400;
    color: #055F4F;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 29px;
}
.portfolio-item {
    padding: 50px 0;
    margin: 0 !important;
}
.portfolio-area-v3 .portfolio-item .portfolio-img {
    padding-right: 0;
    position: relative;
}
.portfolio-area-v3 .portfolio-item .portfolio-img img {
    width: 100%;
}
.portfolio-area-v3 .portfolio-item .portfolio-img img {
    box-shadow: 0px 8px 12px 5px rgba(0, 0, 0, 0.25);
}
.portfolio-area-v3.solutionDetails .portfolio-item .portfolio-content h2{
        font-size: 32px;
    margin-bottom: 15px;
    font-family: 'Inter', sans-serif;
}
.solutionDetails p {
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 400;
    line-height: 36px;
}


.analyze_section .analyze_text {
  max-width: 652px;
}

.analyze_section .analyze_text .section_title {
  text-align: left;
  margin: 15px 0 40px 0;
}

.analyze_section .analyze_text .section_title h2 {
  margin-bottom: 15px;
}

.analyze_section .analyze_text ul li {
  position: relative;
  padding-left: 35px;
}

.analyze_section .analyze_text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url(https://kalanidhithemes.com/live-preview/landing-page/codely/all-demo/01-codely-landing-page-defoult/images/new/right_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.analyze_section .analyze_text ul li h3 {
  margin-bottom: 5px;
}

.analyze_section .analyze_image {
     background-image: url(../img/Analyze_bg02.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
/*    min-height: 462px;*/
}

.analyze_section .analyze_image img {
  box-shadow: none;
  max-width: 100%;
  border-radius: 8px;
}

.analyze_section .analyze_image img:nth-child(1) {
  /*position: absolute;*/
  /*  bottom: auto;*/
  /*  left: 105px;*/
  /*  z-index: 1;*/
  /*  animation-delay: 4s;*/
}

.analyze_section .analyze_image img:nth-child(2) {
  /*position: absolute;*/
  /*top: 70px;*/
  /*right: 65px;*/
  /*z-index: 1;*/
}
.complainsFeatures{
    padding-bottom: 50px;
    font-family: 'Inter', sans-serif;
}
.complainsFeatures .featuresSingle{
    text-align: center;
    padding: 0 68px;
        position: relative;
}
.complainsFeatures .featuresSingle img{
    width: 89px;
        filter: hue-rotate(66deg) saturate(1.5);
}
.complainsFeatures .featuresSingle h5{
        margin-top: 25px;
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
       color: #04588f;
}
.complainsFeatures .featuresSingle p{
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 29px;
}
.featuresMain .complainsFeatures .featuresSingle:after{
    content: "";
    position: absolute;
    right: -9;
    height: 100px;
    width: 1px;
    background: #ccc;
    /* top: -9%; */
    bottom: 10px;
}
.featuresMain .complainsFeatures .col-lg-4:last-child .featuresSingle:after{
    opacity:0;
}
.featuresMain2{
       background: linear-gradient(313deg, #007aff 0%, #02284b 100%);
}

.complainsFeatures.complainsFeatures2 .featuresSingle p{
        color: #ffffff;
        margin-top: 25px;
            font-weight: 500;
        
}
.complainsFeatures.complainsFeatures2  .featuresSingle img {
    width: 70px;
}
.complainsFeatures.complainsFeatures2 {
    padding-bottom: 0px;
    padding-top: 50px;
}
.complainsFeatures.complainsFeatures2  .featuresSingle{
    padding-bottom: 55px;
}
.featuresMain2{
        position: relative;
}

.bg_pattern img {
       width: 100%;
    height: 100%;
    opacity: 0.2;
    position: absolute;
    top: 0;
}
.analyze_section .fratureDesc{
        display: flex;
    align-items: center;
}
.analyze_section:nth-child(even) .fratureDesc{
        justify-content: end;
}
.analyze_section:nth-child(even) .analyze_image img{
    left: 0;
}
.analyze_section:nth-child(even) .analyze_image {
   
    background-position-x: right;
  
}
.analyze_section .analyze_text .section_title h2{
        font-size: 32px;
}
.analyze_section .analyze_text .section_title p{
    font-size: 19px;
    text-align: left;
    line-height: 35px;
}
 .cta-one{
        /*margin-bottom: -82px; */
    background: #e5f6ff;
    overflow: hidden;
    }
    .cta-one h3{
        color: #000;
    }
    .cta-one h3 small{
            /*color: rgb(255 255 255 );*/
             color: #000;
    font-size: 16px;
    margin: 0;
    margin-top: 11px !important;
    display: block;
    }
    .cta-one_inner{
            padding: 60px 60px 60px;
                border-radius: 11px !important;
    overflow: hidden;
    }
    .cta__shape .shape {
    position: absolute;
    top: 7%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
.cta__shape .shape--1 {
    left: 0;
}
.cta__shape .shape--2 {
    right: 0;
    bottom: 7%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cta-one_inner::before {
    background: #0467a8;
        opacity: 0;
}
.cta-one .quote-btn {
    
    color: #fff;
    background: linear-gradient(to right, #04588f 0%, #046cb1 51%, #00b6ff 100%) !important;
        padding: 11px 34px !important;
}
.cta-one h3 {
    position: relative;
    font-weight: 500;
   
    font-size: 35px;
}
.about-thumb-4 img{
        width: 100%;
            /*filter: hue-rotate(137deg);*/
}
.about-thumb-4 {
    margin-left: 0;
        width: 90%;
}
.shape-wrapper:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 101%;
    left: 0;
    top: 0;
}
.shape-wrapper.img-shape-two:before {
    background: url(../img/img_shape2.png);
    -webkit-background-size: 100% 101%;
    background-size: 100% 101%;
    background-repeat: no-repeat;
}
.shape-wrapper.img-shape-two:before {
    /*filter: hue-rotate(17deg) saturate(6);*/
}
.section-title {
    position: relative;
    margin-bottom: 12px;
    margin-top: -7px;
}
.section-title h3 {
    font-size: 40px;
    font-weight: 600 !important;
    line-height: 36px;
    letter-spacing: -.03em;
}
.about-thumb-content .about-sub-item {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 18px;
}
.about-thumb-content .about-sub-item .number i {
    color: #ed6b00;
}
.content {
    margin-left: 0;
}
.about-thumb-content .about-sub-item .content p {
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}
.about-thumb-content .about-sub-item .content span {
    font-weight: 600;
    border-bottom: 1px solid #ed6b00;
}
section.infetech-about-4-area {
    padding: 50px 0;
}
a.main-btn{
           background: #045c95;
    color: #fff;
    padding: 6px 26px;
    /* border-radius: 3px; */
    margin-left: 30px;
    margin-top: 30px !important;
    margin-top: 17px !important;
    display: inline-block;

}
.powerful_solution {
    background-image: linear-gradient(313deg, #007aff 0%, #02284b 100%);
    
    position: relative;
    color:#fff;
    padding: 56px 0;
    margin: 50px 0 40px 0;
}


.powerful_solution .container {
  position: relative;
}

.powerful_solution .bg_pattern img {
  width: 100%;
  opacity: 0.1;
  position: absolute;
  top: 0;
}

.powerful_solution .section_title {
  max-width: 680px;
  margin: 0 auto;
}

.powerful_solution .section_title h2 {
  color: #fff;
}

.powerful_solution .quality_lable ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.powerful_solution .quality_lable ul li {
  padding: 5px 35px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0 10px;
  font-weight: 600;
  transition: .4s all;
  cursor: context-menu;
}

.powerful_solution .quality_lable ul li p {
  margin: 0 0 0 5px;
  transition: .3s all;
      color: #fff;
}

.powerful_solution .quality_lable ul li:hover {
  background-color: #fff;
  color: var(--purple);
}
.solutionBlock{
        margin-top: 20px;
}
.solutionBlock ul{
           display: flex;
    flex-wrap: wrap;
    /*max-width: 1010px;*/
     margin: 0 auto; 
    /* text-align: center; */
    position: relative;
        padding: 0;
    list-style: none;
   
}
.solutionBlock ul:after {
    content: "";
    position: absolute;
    width: 1px;
    top: 54px;
    bottom: 53px;
    background: rgb(255 255 255 / 28%);
    left: 50%;
}
.solutionBlock ul li{
           flex: 0 0 50%;
    max-width: 50%;
    /* margin-bottom: 30px; */
    padding: 30px;
}
.solutionBlock ul li h3{
       color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.solutionBlock ul li h3 i{
           width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-right: 10px;
}
.solutionBlock ul li p{
        color: #fff;
    padding-left: 42px;
}

.solutionBlock ul li:nth-child(odd){
        text-align: right;
}
.solutionBlock ul li:nth-child(odd) h3{
        justify-content: end;
}
.solutionBlock ul li p{
      text-align: left;
}
.solutionBlock ul li:nth-child(odd) p{
      text-align: right;
}
.solutionBlock p{
        color: #fff;
    text-align: center;
}


.image-wrapper.bg-full {
        background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll!important;
/*    min-height: 989px;*/
    background-repeat: no-repeat;
}
.image-wrapper.bg-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    /* bottom: -41px; */
    background: rgba(30,34,40,.5);
        opacity: 0;

}
.image-wrapper.bg-overlay-light-600:before {
    background: rgba(255,255,255,.6)

}
.pt-md-18 {
    padding-top: 8rem!important;
}
.image-wrapper.bg-overlay.bg-content .content, .image-wrapper.bg-overlay:not(.bg-content) * {
    position: relative;
    z-index: 2;
}
.text-lg-start {
    text-align: left!important;
}
.position-relative {
    position: relative!important;
}
.col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.align-items-center {
    align-items: center!important;
}
.image-wrapper .row {
   
    display: flex;
    flex-wrap: wrap;
    
}
.overflow-hidden {
    overflow: hidden!important;
}
.mx-n2 {
    margin-right: -0.5rem!important;
    margin-left: -0.5rem!important;
}
.text-light {
    
    color: #fefefe!important;
}
.divider:after {
    content: "";
    width: 100%;
    height: 5px;
    background: currentColor;
    display: block;
    margin-top: -13px;
}
.ms-auto {
    margin-left: auto!important;
}
.bannerImg{
        margin-top: 30px;
}

.keyBenifits {
    padding: 60px 0;
}
.keyBenifitsblock{
        text-align: center;
            margin-bottom: 30px;
}
.keyBenifitsblock img{
        width: 128px;
}
.keyBenifitsblock h3{
        font-size: 23px;
    font-weight: 600;
}
.keyBenifitsblock img {
       width: 69px;
    margin-bottom: 10px;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
section.row_am.analyze_section {
    padding-bottom: 55px;
}
.challangesImg img{
        width: 70%;
    margin-top: -92px;
}
.subscriber-area.section-padding.casestudyTagline {
    padding: 3px 0;
}
.solutionSection{
   background: url(img/road-bg.png);
    padding: 50px 0;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 0;
}
.powerful_solution{
    margin-bottom: 0;
}

/*---------car-animation-----------*/

.hero
{
  height:400px;
  width:100%;
  background-image: url(img/sky-bg.jpg);
  background-size:cover;
  background-position:center;
  position:relative;
  overflow:hidden;
      padding-top: 40px;

}
.hero h2{
        font-size: 40px;
}

.highway
{
  height:200px;
  width:500%;
  display:block;
  background-image:url(https://i.postimg.cc/B69fRn3D/road.jpg);
  position:absolute;
  bottom:-117px;
  left:0;
  right:0;
  z-index:1;
  background-repeat:repeat-x;
  animation:highway 5s linear infinite;
}
@keyframes highway
{
  100%
  {
    transform:translateX(-3400px);
  }
}
.city
{
  height:250px;
  width:500%;
  background-image:url(img/city.png);
  position:absolute;
  bottom:60px;
  left:0;
  right:0;
  display:block;
  z-index:1;
  background-repeat:repeat-x;
  animation: city 20s linear infinite;
}
@keyframes city
{
  100%
  {
    transform:translateX(-1400px);
  }
}
.car
{
  width:400px;
  left:50%;
  bottom:30px;
  transform:translateX(-50%);
  position:absolute;
  z-index:2;
}
.car img
{
  width:100%;
  animation:car 1s linear infinite;
}
@keyframes car
{
  100%
  {
    transform:translateY(-1px);
  }
  50%
  {
    transform:translateY(1px);
  }
  0%
  {
    transform:translateY(-1px);
  }
}
.wheel
{
  left:50%;
  bottom:178px;
  transform:translateX(-50%);
  position:absolute;
  z-index:2;
}
.wheel img
{
  width:72px;
  height:72px;
  animation:wheel 1s linear infinite;
      max-width: unset;
}
.back-wheel
{
  left:-165px;
  bottom:-135px;
  position:absolute;
}
.front-wheel
{
  left:80px;
  bottom:-135px;
  position:absolute;
}
@keyframes wheel
{
  100%
  {
    transform:rotate(360deg);
  }
}
.powerful_solution{
        margin: 0;
}
.subscriber-left-content h2{
        margin: 0;
}
/*------------blog--------*/
.blogSection {
    padding: 50px 0;
}
.blogSection .blog2__item.mb-30{
        flex-wrap: wrap;
}
.blogSection .blog2__thumb{
        width: 100%;
}
.blogSection .blog2__content{
      width: 100%;
}
.blogSection .blog2__thumb img{
        height: 200px;
    
    width: 100%;
}

 .sidebar .widget-title{
    position: relative;
    margin-bottom: 20px;
}

 .sidebar .widget-title h3{
    font-weight: 600;
        font-size: 22px;
    line-height: 30px;
}

 .sidebar .sidebar-search .form-group{
    position: relative;
    margin: 0px;
}

 .sidebar .sidebar-search .form-group input[type='search']{
    position: relative;
    width: calc(100% - 100px);
    height: 54px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 20px;
    transition: all 500ms ease;
        background: #fff;
}

 .sidebar .sidebar-search .form-group input:focus{
    
}

 .sidebar .sidebar-widget{
    position: relative;
    margin-bottom: 35px;
}

 .sidebar .sidebar-search .form-group button{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 12px 20px;
    width: auto;
    height: auto;
    background: initial;
    line-height: 28px;
    font-size: 16px;
    font-weight: 600 !important;
    border: 0;

}

 .sidebar .sidebar-categories .categories-list li{
    position: relative;
    display: block;
    margin-bottom: 14px;
        border-bottom: 1px solid #eee;
    padding-bottom: 14px;
}

 .sidebar .sidebar-categories .categories-list li:last-child{
    margin-bottom: 0px;
}

 .sidebar .sidebar-categories .categories-list li a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    
    color: #000;
    padding-left: 28px;
}

 .sidebar .sidebar-categories .categories-list li a:hover,
 .sidebar .sidebar-categories .categories-list li a.active{
    color: #1d165c;
}

 .sidebar .sidebar-categories .categories-list li a:before{
    position: absolute;
    content: '';
    background: #ffffff00;
    border: 1px solid #0c5ec4;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    left: 0px;
    top: 10px;
    transition: all 500ms ease;
}

 .sidebar .sidebar-categories .categories-list li a:hover:before,
 .sidebar .sidebar-categories .categories-list li a.active:before{

}

 .sidebar .sidebar-post .post-inner .post{
    position: relative;
    padding: 0px 0px 0px 75px;
    padding-bottom: 30px;
    margin-bottom: 36px;
    border-bottom: 1px solid #e5e5e5;
}

 .sidebar .sidebar-post .post-inner .post:last-child{
    margin-bottom: 0px;
    border-bottom: none;
}

 .sidebar .sidebar-post .post-inner .post .post-date{
    position: absolute;
    left: 0px;
    top: 4px;
    width: 54px;
    height: 54px;
    text-align: center;
    border-radius: 5px;
    padding: 8px 0px;
}

 .sidebar .sidebar-post .post-inner .post .post-date p{
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
}

 .sidebar .sidebar-post .post-inner .post .post-date span{
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
}

 .sidebar .sidebar-post .post-inner .post .file-box{
    position: relative;
    margin-bottom: 9px;
}

 .sidebar .sidebar-post .post-inner .post .file-box i{
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: transparent !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    margin-right: 10px;
}

 .sidebar .sidebar-post .post-inner .post .file-box p{
    position: relative;
    display: inline-block;
}

 .sidebar .sidebar-post .post-inner .post h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #1d165c;
}

 .sidebar .sidebar-post .post-inner .post h5 a{
    display: inline-block;
    color: #1d165c;
}

 .sidebar .sidebar-post .post-inner .post h5 a:hover{

}

 .sidebar .sidebar-post{
    margin-bottom: 19px;
}

 .sidebar .sidebar-instagram .widget-content .image-list{
    position: relative;
    margin: 0px -5px;
}

 .sidebar .sidebar-instagram .widget-content .image-list li{
    position: relative;
    float: left;
    margin: 0px 5px;
}

 .sidebar .sidebar-instagram .widget-content .image-list li:first-child{
    width: 140px;
}

 .sidebar .sidebar-instagram .widget-content .image-list li:last-child{
    width: 220px;
}

 .sidebar .sidebar-instagram .widget-content .image-list li .image{
    position: relative;
    float: left;
    border-radius: 3px;
    margin-bottom: 10px;
}

 .sidebar .sidebar-instagram .widget-content .image-list li:last-child .image:last-child{
    margin-left: 10px;
}

 .sidebar .sidebar-instagram .widget-content .image-list li .image img{
    width: 100%;
    border-radius: 3px;
    transition: all 500ms ease;
}

 .sidebar .sidebar-instagram .widget-content .image-list li .image:hover img{
    opacity: 0.2;
}

 .sidebar .sidebar-instagram .widget-title{
    margin-bottom: 30px;
}

 .sidebar .sidebar-instagram{
    margin-bottom: 47px;
}

 .sidebar .sidebar-subscribe .widget-content p{
    margin-bottom: 23px;
}

 .sidebar .sidebar-subscribe .subscribe-form .form-group{
    position: relative;
    display: block;
    margin: 0px;
    height: 54px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

 .sidebar .sidebar-subscribe .subscribe-form .form-group input[type='email']{
    position: relative;
    max-width: 235px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-style: italic;
    padding: 10px 20px 10px 38px;
}
ul.categories-list{
    padding: 0;
}

 .sidebar .sidebar-subscribe .subscribe-form .form-group i{
    position: absolute;
    left: 19px;
    top: 20px;
    font-size: 14px;
    z-index: 1;
}

 .sidebar .sidebar-subscribe .subscribe-form .form-group button i{
    position: relative;
    left: 0px;
    top: 0px;
    margin-right: 8px;
}

 .sidebar .sidebar-subscribe .subscribe-form .form-group button{
    position: absolute;
    top: 14px;
    right: 18px;
    font-size: 16px;
    line-height: 26px;
    
    font-weight: 600;
    color: #1d165c;
    background: transparent;
    cursor: pointer;
    transition: all 500ms ease;
}

 .sidebar .sidebar-subscribe .subscribe-form .form-group input:focus + button,
 .sidebar .sidebar-subscribe .subscribe-form .form-group button:hover{
    
}

 .sidebar .sidebar-subscribe .subscribe-form .form-group button:before{
    position: absolute;
    content: '';
    background: #e5e5e5;
    width: 1px;
    height: 54px;
    left: -20px;
    top: -15px;
}

 .sidebar .sidebar-subscribe .widget-title{
    margin-bottom: 12px;
}

 .sidebar .sidebar-tags .tags-list li{
    position: relative;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 15px;
}

 .sidebar .sidebar-tags .tags-list li a{
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #666;

}

 .sidebar .sidebar-tags .tags-list li a span{
    font-size: 24px;
}

 .sidebar .sidebar-tags .tags-list li a:hover{

}

 .sidebar .sidebar-tags .widget-title{
    margin-bottom: 25px;
}

 .sidebar .sidebar-widget:last-child{
    margin-bottom: 0px;
}
.theme-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700 !important;
   
    color: #fff !important;
    background: transparent;
    padding: 7px 30px;
    text-align: center;
    cursor: pointer;
    background-size: 200% auto;
    border-radius: 5px;
    z-index: 1;
    transition: all 500ms ease;
}
.theme-btn.style-one {
    background-image: linear-gradient(to right, #265aa9 0%, #0f54ba 50%, #79afff 100%) !important;
}
.callAction img {
    width: 308px;
}
.newsBlock-one .innerBox .image-box img{
        height: 190px;
}
.newsBlock-one .innerBox .lower-content {
    padding: 20px;
}
.newsBlock-one .innerBox .lower-content .title-box h4{
        line-height: 23px;
    font-size: 18px;
}
.newsBlock-one .innerBox .lower-content .title-box{
        padding-left: 20px;
}
 .sidebar {
    position: relative;
    padding-left: 39px;
    border-left: 1px solid #ededed;
}
.newsBlock-one .innerBox .lower-content .title-box h4{
        -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.newsBlock-one .innerBox .lower-content .title-box .post-date{
    height: 43px;
}
.newsBlock-one .innerBox .lower-content .title-box{
        margin-bottom: 7px;
}


.blogSection .blog2__content {
    
    padding: 30px 0;
}
.blogSection .blog2__item.mb-30{
        border: 0;
}
.blogSection .blog2__thumb img {
    height: 400px;
   
}