
body {font-family: "sofia-pro-soft";}
img {vertical-align: top; max-width: 100%;}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1175px;
    }
}

:focus {outline: none;}

.defult-btn {width: auto; background: #e94f26; text-transform: uppercase; letter-spacing: 1; color: #fff; padding: 0 40px; text-align: center; font-size: 22px; font-weight: 500; border: none; border-radius: 8px; height: 50px; line-height: 50px; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out;  -o-transition: all .2s ease-in-out;  transition: all .2s ease-in-out;}
.defult-btn:hover {background: #15365A;}
.full-width {float: left; width: 100%; position: relative;}
.login-main {float: left; width: 100%; height: 100vh; background: url('../images/login-bg.png') top right no-repeat #192137; background-size: 792px;}
.login-section {position: absolute; width: 50%; left: 0px; top: 50%; transform: translateY(-50%); }
.login-box {width: 460px; max-width: 100%; margin-right: 83px; float: right;}

.login-box h3 {font-size: 23px; font-weight: 300; color: #fff; margin: 38px 0 29px 0; float: left; width: 100%;}
.login-box p {float: left;  width: 100%; margin: 5px 0 20px 0; color: #fff; font-weight: 300;  font-size: 14px;}
.login-from .form-control {background: #31384c; height: 50px; padding:10px 20px; border-radius: 6px; font-size: 16px; border-color: #2f2d3f; color: #fff;}
.login-from .form-group {margin-bottom: 30px;}
.login-footer-left {float: left; width: 250px; font-size: 14px; text-transform: uppercase; color: #fff; }
.login-footer-left a {font-weight: 500; color: #E94F26;}
.forget-box {margin: 2px 0 5px 0;}
.back-btn {margin:8px 0 0 0;}
.back-btn img {height: 16px; margin: 3px 10px 0 0;}
.login-btn {float: right; width: 166px; height: 60px; font-size: 24px; font-family: "omnium-wide", sans-serif; font-weight: 800; background: #E94F26; border: none; color: #fff; border-radius: 5px;}
.success-box {text-align: center; float: left; width: 100%;}
.success-box img {margin: 25px 0; width: 90px;}
.success-box .login-btn  {width: 100%;}
.success-box p {    font-size: 17px;  text-transform: uppercase;font-weight: 300;letter-spacing: 1px; margin: 0 0 30px 0;}
.banner-main {overflow: hidden;}
.headder-main {position: fixed; width: 100%; z-index: 9; background: #fff; margin: 0px; /*padding:34px 50px;*/ padding: 5px 50px; -webkit-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.05);  box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.05);}
.content-wrapper {padding-top: 100px}
.logo-main {float: left; width: 293px; margin: 0px; padding: 0;}
.logo-main a {display: block;}
.logo-main a img {max-width: 100%; vertical-align: top;}
.nav-menu {float: right; width: auto; margin: 0px; padding: 0;line-height: 90px;}
.nav-menu ul {float: left;  width: auto; margin: 0px; padding: 0; list-style: none;}
.nav-menu ul li {float: left; margin: 0 48px 0 0;}
.nav-menu ul li a {display: inline-block; position: relative; padding: 0; font-weight: 500; line-height: 32px; text-transform: uppercase; font-size: 18px; color: #000; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out;  -o-transition: all .2s ease-in-out;  transition: all .2s ease-in-out;}
.nav-menu ul li.active a:before {position: absolute; content: ''; left: 0; bottom: -5px; height: 4px; width: 100%; background: #E94F26;}
.nav-menu ul li a:hover,
.nav-menu ul li.active a {text-decoration: none; color: #E94F26; }
.login-head {float: left; width: 48px; position: relative;}
.login-p {position: absolute; left: 0; top: 20px; width: 48px; height: 48px; border-radius: 50%; border: 1px solid #15365a; overflow: hidden;}
.menu-icon {float: left; width: 33px; display: none; margin: 5px 20px 0 0;}
.active .menu-icon {margin-right: 15px;}
.menu-icon span { 
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 4px 0px;
    transform-origin: 4px 0px;
    -webkit-transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
.menu-icon span:nth-last-child(1){ transform-origin: 0% 100%;}
.active .menu-icon span{  opacity: 1; transform: rotate(45deg) translate(-2px, -1px); background: #232323;}
.active .menu-icon span:nth-last-child(2){ opacity: 0; transform: rotate(0deg) scale(0.2, 0.2);}
.active .menu-icon span:nth-last-child(1){ transform: rotate(-45deg) translate(0, -1px);}

.banner-box {float: left; width: 100%;/* height: calc(100vh - 100px);*/height: calc(100vh - 250px); position: relative; background: #192137;}


.home-about { padding: 100px 0 87px 0; background: #f5f5f5;}
.home-about-left {float: left; width: 40%;}
.home-about-right {float: left; width: 60%; padding: 0 34px 0 0;}
.home-about-right h2 {display: block; font-size: 20px; line-height: 1.5; margin-bottom: 25px; font-weight: 500; color: #192124; margin-bottom: 15px;}
.home-about-right p {display: block; font-size: 20px; font-weight: 100; line-height: 1.5; color: #192124;}
.home-about-right a {float: right; margin-top: 25px; font-family: "omnium-wide", sans-serif;
    font-weight: 800; font-size: 24px; color: #E94F26; background: url('../images/more-arrow.svg') right no-repeat; padding-right: 70px; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out;  -o-transition: all .2s ease-in-out;  transition: all .2s ease-in-out;}
.home-about-right a:hover {margin-right: 5px; text-decoration: none;}

.goodbye-section {background: #fff; padding: 100px 0; }
.title-top {text-align: center;  padding-bottom: 28px; border-bottom: 1px solid #b8c2cd; position: relative;}
.title-top:before {position: absolute; left: 0; right: 0; z-index: 1; margin: auto; bottom: -9px; width: 66px; height: 23px; content: ''; background: url('../images/gd-icon.svg') center no-repeat #fff; background-size: 27px;}
.title-top h2 {font-size: 48px; color: #E94F26; font-family: "omnium-wide", sans-serif; font-weight: 800; }
.title-top h4 {font-size: 28px; color: #192124; font-weight: 100;}

.goodbye-box {display: flex; position: relative; margin-top: 89px; width: 100%;-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
.goodbye-center {padding-top: 25px;}
.goodbye-center:before {content: ''; position: absolute; left: 0; right: 0; margin: auto;  top:417px; width: 637px; height: 497px; background: url('../images/line.png') center top no-repeat;}
.goodbye-box-col {width: 50%;}
.goodbye-box-col img {max-height: 302px;}
.goodbye-box-col h2 {font-family: "omnium-wide", sans-serif; text-transform: uppercase; color: #192124; font-size: 24px; margin-bottom: 25px; font-weight: 800;}
.goodbye-box-col p {color: #192124; font-size: 22px; font-weight: 100; line-height: 1.4; margin-bottom: 0;}
.goodbye-box:nth-child(even) .goodbye-box-img{order: 2;}
.goodbye-box-text {padding-left: 15px;}
.goodbye-box-text span{max-width: 460px; display: block;}
.goodbye-box:nth-child(even) .goodbye-box-text {text-align: center;}
.goodbye-box:nth-child(even) .goodbye-box-text span{max-width: 383px; text-align: left; display: inline-block;}
.goodbye-box:nth-child(even) .goodbye-box-img {text-align: right;}

.key-section {background: #de4c25; padding: 110px 0 130px 0;}
.key-section .title-top {border-bottom: 1px solid #e88166;}
.key-section .title-top:before {background: url('../images/key-icon.svg') center no-repeat #de4c25;}
.key-section .title-top h2{color: #fff;}
.key-slider.slick-dotted.slick-slider {float: left; width: 100%; margin-bottom: 45px;}
.key-slider .key-box {height: 340px; background: #f7dad3;border-radius: 20px; background: center no-repeat; background-size: cover; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.16); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.16);}
.key-slider .slick-arrow {display: none !important;}

.key-slider .key-box.slick-current + .slick-active { transform: scale(1.08);}
.key-slider .key-box.slick-center { transform: scale(1.3);}
.key-slider .slick-track {padding: 145px 0 57px 0;}
.key-slider .key-box:focus {outline: none;}
.key-slider .slick-dots {bottom: -130px;}
.key-slider .slick-dots li button {background: #df7e65;}
.key-slider .slick-dots li.slick-active button { background: #fff;}
.key-text {float: left; width: 100%; font-size: 24px; font-family: "omnium-wide", sans-serif; font-weight: 800; text-align: center; color: #fff}

.review-section {background: #fff; padding: 110px 0 80px 0;}
.review-slider {margin: 80px 0 90px 0 !important;}
.review-box:before {position: absolute; left: 45px; top:30px; content: ''; width: 48px; height: 48px; background: url('../images/quote-t.svg') center no-repeat ;} 
.review-box:after {position: absolute; right: 45px; bottom:30px; content: ''; width: 48px; height: 48px; background: url('../images/quote-b.svg') center no-repeat ;} 
.review-box-info {width: 348px; margin: 0 auto; max-width: 100%;}
.review-box {float: left; margin: 0 15px; position: relative; height: auto; width: 100%; background: #fff; border-radius: 20px; padding: 73px 20px 99px 22px; text-align: center; -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);}
.review-img {display: inline-block; width: 96%; text-align: center; height: 100px; border-radius: 50%; overflow: hidden; }
.review-img img {max-width: 100%;max-height: 100%;display: inline-block; vertical-align: middle;}
.review-slider .slick-track {padding: 20px 0;}
.review-box h2 {color:#192124; font-size: 18px; margin: 10px 0 0 0; font-weight: 500; letter-spacing: 1px;  text-transform: uppercase;}
.review-box h4 {color:#AAAAAA; font-size: 14px; font-weight: 100;  margin: 0 0 10px 0; letter-spacing: 1px; text-transform: uppercase; line-height: initial;}
.review-box p {color:#192124; font-size: 16px; font-weight: 100;}
.review-box:focus {outline: none;}

.review-slider .slick-dots {bottom: -70px;}

.bottom-section {background: #f5f5f5; padding: 110px 0 0 0;}
.bottom-left {float: left; width: 50%; padding-right: 62px;}
.bottom-logo {margin-bottom: 75px; float: left; width: 100%;}
.bottom-left b {padding-bottom: 20px; display: block; color: #192124; font-weight: 700; line-height: 1.45;}
.bottom-left p {font-weight: 300; line-height: 1.45;}
.bottom-left, .bottom-form-main  {margin-bottom: 80px;}
.bottom-info {font-size: 18px; color: #192124;}
.b-left-info {margin-top: 35px;}
.b-left-info span {float: left;}
.b-left-info span a{color: #192124; font-size: 20px; font-weight: 500; margin: 0 0 0 25px; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out;  -o-transition: all .2s ease-in-out;  transition: all .2s ease-in-out;}
.b-left-info span a:hover {text-decoration: none;  color: #E94F26;}
.b-left-info span:first-child {margin-right: 44px;}
.b-left-info img {vertical-align: middle;}
.bottom-form-main {float: left; width: 50%;}
.bottom-form-main .title-top:before {background-color: #f5f5f5;}
.bottom-form {margin-top: 34px;}
.bottom-form .form-control {font-size: 14px; border:1px solid transparent; height: 40px; padding: 10px 16px; color: #000000; font-weight: 100;}
.bottom-form .form-control.error {border-color:red}
.bottom-form .form-control::-webkit-input-placeholder { color: #b8b8b8; } 
.bottom-form .form-control:-ms-input-placeholder { color: #b8b8b8; }  
.bottom-form .form-control::placeholder { color: #b8b8b8;}
.bottom-form .form-group {margin-bottom: 30px;}
.bottom-form textarea.form-control {height: 200px; resize: none;}
.bottom-form .defult-btn {width: 100%;}

.footer-main {background: #192136; }
.footer-top {padding: 80px 0 70px 0;}
.footer-col {padding-right: 20px; float: left;}
.footer-col h3{font-family: "omnium-wide", sans-serif; text-transform: uppercase; font-weight: 800; font-size: 20px; color: #fff; margin-bottom: 30px;}
.footer-col p {font-size: 14px; letter-spacing: 0.5px; font-weight: 100; color: #fff; margin-bottom: 0px;}
.footer-col:first-child {width: 26%;}
.footer-col:nth-child(2) {width: 15.5%;}
.footer-col:nth-child(3) {width: 36.5%; padding-right: 0px;}
.footer-col:last-child {float: right; padding-right: 0;}
.footer-col ul {list-style: none; float: left; width: 100%; padding: 0px; margin: 0px;}
.footer-col ul li {float: left; width: 100%; margin-bottom: 8px;}
.footer-col ul li:last-child {margin-bottom: 0px;}
.footer-col ul li a {display: inline-block; letter-spacing: 0.5px; vertical-align: top; color:#fff; font-size: 14px; font-weight: 100; }

.footer-social a{display: inline-block; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out;  -o-transition: all .2s ease-in-out;  transition: all .2s ease-in-out;
margin: 0 20px 0 0; line-height: 36px; vertical-align: top; width: 36px; height: 36px; background: #30384b; border-radius: 50%; text-align: center;}
.footer-social a img {display: inline-block;  margin-top: 8px; max-height: 20px; max-width: 20px; filter: brightness(0)invert(1);}
.footer-social a:last-child {margin: 0px;}
.footer-social a:hover {background-color: #e94f26;}

.subscribe-form {padding-right: 106px;}
.subscribe-form .form-control {background: #31384c; height: 40px; font-size: 14px; border-color: #2f2d3f; border-radius: 0px; color: #fff;}
.subscribe-btn {position: absolute; right: 0; top: 0; width: 106px; border:none; background: #e94f26; height: 40px; color: #fff; font-size: 14px; font-weight: 700; text-transform: uppercase; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out;  -o-transition: all .2s ease-in-out;  transition: all .2s ease-in-out;}
.subscribe-btn:hover {background: #fa3c09;}
.subscribe-form .form-control:focus {outline: none; box-shadow: none;}
.footer-bottom {float: left; width: 100%; border-top: 1px solid #30384b; padding: 5px 0;}
.footer-bottom span {display: inline-block; vertical-align: middle; font-weight: 100; text-transform: uppercase; margin: 0 20px 0; color:#54606c; font-size: 10px; letter-spacing: 2px;}
.footer-bottom .container:before {position: absolute; right: 15px; bottom: -5px; width: 290px; height: 127px; content: ''; background: url('../images/footer-img.png') center top no-repeat;}
.footer-bottom .container {position: relative;}
.slick-dots li button {background: #d9d9d9; padding: 0px; border-radius: 4px; width: 100%; height: 8px;}
.slick-dots li button::before {display: none;}
.slick-dots li {width: 8px; height: 8px;}
.slick-dots li.slick-active {width: 20px;}
.slick-dots li.slick-active button { background: #e94f26;}

.about-company {background: #f5f5f5;}
.about-company-img {border-radius: 30px; text-align:center; overflow: hidden; margin-top: -380px; margin-bottom: 90px;}
.about-company-img img {border-radius: 30px;}
.about-company .title-top:before {background-color: #f5f5f5;}
.about-company-info {margin: 80px 0 70px 0;}
.about-company-info p {color: #192124; text-align: center; font-size: 20px; letter-spacing: 0.3px; font-weight: 100; margin-bottom: 30px;}

.meet-section {background: #d64923; padding: 110px 0;}
.meet-section .title-top {border-bottom: 1px solid #e88166;}
.meet-section .title-top:before {background: url('../images/key-icon.svg') center no-repeat #d64923;}
.meet-section .title-top h2,
.meet-section .title-top h4 {color: #fff;}
.meet-col {float: left; width: 16.66%; margin: 80px 0 0 0;}
.meet-col h3 {font-size: 18px; font-weight: 800; text-align: center;  color:#fff; font-family: "omnium-wide", sans-serif; margin: 25px 0 0 0; padding: 0 10px;}
.meet-col span {font-size: 12px; display: block; margin-top: 10px; letter-spacing: 1.5px; text-align: center;  font-weight: 500; text-transform: uppercase; color: #fff; opacity: 0.4; padding: 0 10px;}
.meet-col .hexa,  .meet-col .hexa div {overflow: hidden;}
.meet-col .hexa {  width: 185px; height: 140px; position: relative; z-index: 1; float: left; transform: rotate(120deg);}
.meet-col .hexa div { width: 100%; height: 100%;}
.meet-col .hex1 { transform: rotate(-60deg);}
.meet-col .hex2 { transform: rotate(-60deg); background-size:cover; background-position: center;} 
.meet-col .hexa-main.full-width {width: auto; display: inline-block; vertical-align: top; float: none;}
/* .meet-col:nth-child(3n) {text-align: right;}
.meet-col:nth-child(2),
.meet-col:nth-child(5) {text-align: center;} */
.hexa-border{position: absolute; left: 2px; top: -40px; width: auto; transform: scale(3); transform-origin: left top;}
.hexa-border span:first-child{float: left;border-right: 15px solid #e46e4f;border-top: 26px solid transparent;border-bottom: 26px solid transparent; padding: 0;}
.hexa-border span:nth-child(2) {float: left;width: 30px;height: 52px;background-color: #e46e4f; padding: 0;}
.hexa-border span:last-child{float: left;border-left: 15px solid #e46e4f;border-top: 26px solid transparent;border-bottom: 26px solid transparent; padding: 0;}


.our-client {background: #f5f5f5; padding: 100px 0;}
.our-client .title-top:before {
    background-color: #f5f5f5;
}
.client-slider {margin: 99px 0 0 0;}
.client-slider .slick-arrow {display: none !important;}
.client-slider .slick-slide {height: 60px; position: relative;}
.client-slider .slick-slide img {position: absolute; left: 0; top:0; right:0; bottom: 0; margin: auto; max-width: 90%; max-height: 100%;}

.per-section {padding: 100px 0; text-align: center;}
.per-section h3 {display: block; text-align: center; margin: 40px 0 0 0; text-transform: uppercase; font-size: 28px; font-weight: 500; color: #192124; }
.our-services {background: #f5f5f5; padding: 100px 70px; }
.our-services .title-top:before {background-color: #f5f5f5;}
.services-info {margin-top: 85px;}
.services-info p {color: #192124; text-align: center; margin-bottom: 0; font-size: 20px; letter-spacing: 0.3px; font-weight: 100;}

.how-it-section {background: #d24723; padding: 95px 0;}
.how-it-box {display: table; vertical-align: bottom; width: 100%;}
.how-it-box .how-it-col {display: table-cell; vertical-align: bottom;}
.how-it-box .how-it-btn {width: 277px;}
.how-it-btn a {display: block; line-height: 60px; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out;  -o-transition: all .2s ease-in-out;  transition: all .2s ease-in-out;
    background: #fff; text-align: center; border-radius: 10px; text-align: center; font-size: 22px; font-weight: 500; color: #cf4622; text-transform: uppercase;} 
.how-it-btn a:hover {text-decoration: none; background: #192136 ; color: #fff;}
.how-it-text h4{margin: 0px; color: #fff; font-family: "omnium-wide", sans-serif; font-size: 48px; font-weight: 800; padding-bottom: 15px;}
.how-it-text h2 {margin: 0px; color: #fff; font-family: "omnium-wide", sans-serif; font-size: 88px; font-weight: 800; line-height: 0.9;}
.slick-slide {height: auto;}
.client-slider .slick-dots {bottom: -40px;}

.scroll-down {position: absolute; text-align: center; left: 0; right: 0; width: 120px; bottom: 50px; margin: auto; z-index: 1;}
.down-icon {display: inline-block; vertical-align: top; width: 34px; height: 49px; border: 3px solid #fff; border-radius: 20px; position: relative;}
.down-icon i {position: absolute; left: 0; right: 0; width: 3px; height: 10px; border-radius: 1px; background: #fff; margin: auto; top: 8px;  -webkit-animation-name: spin;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 10000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from {   margin-top:0; opacity:1}
    to {   margin-top:20px;  opacity:0 }
}
@-moz-keyframes spin {
    from {   margin-top:0; opacity:1}
    to {   margin-top:20px;  opacity:0 }
}
@-webkit-keyframes spin {
    from {   margin-top:0; opacity:1}
    to {   margin-top:20px;  opacity:0 }
}
@keyframes spin {
    from {   margin-top:0; opacity:1}
    to {   margin-top:20px;  opacity:0 }
}
.scroll-down span {font-size: 14px; color:#707070; padding-top: 12px; display: inline-block; vertical-align: top; text-transform: uppercase; letter-spacing: 1px;}
.demo-success {float: left; position: relative; width: 100%; margin: 0px; background: #1CCD8B; padding: 15px 100px; color: #fff; text-transform: uppercase; font-weight: 300; font-size: 20px; text-align: center;}
.demo-success i {position: absolute; right: 50px; width: auto; top: 23px; cursor: pointer;}
.how-it-works {padding:80px 0 0 0}
.how-it-works-box {padding: 0 90px; background: #f5f5f5;}
.how-it-works-box:nth-child(odd) {background: #fff;}
.how-it-works-img {width: 515px; position: relative; height: 500px; background: url('../images/hexa-img.svg') center no-repeat; display: inline-block; vertical-align: middle;}
.how-it-works-row {display: flex; width: 100%; align-items: center; padding:100px 0; }
.how-it-works-col {width: 50%; position: relative;}
.how-it-works-col:last-child {text-align: right;}
.how-it-works-img-new {width: 460px; height: 460px; position: relative; display: inline-block;  background: url('../images/how-it-bg.svg') center no-repeat; vertical-align: middle;}
.how-it-works-img-inner  {position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 400px; height: 410px; background: no-repeat center #15355b;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2); background-size: cover;}
.how-it-works-box:nth-child(odd) .how-it-works-col:last-child {order: 1; text-align: left;}
.how-it-works-box:nth-child(odd) .how-it-works-col:first-child {order:2}

.how-it-works-col h2 {font-size: 26px; font-weight: 800; color: #E94F26; padding: 0 70px; margin-bottom: 25px; position: relative;}
.how-it-works-col h2 span{position: absolute; left: 4px; top: -3px; line-height: 0.8; font-size: 80px;}
.how-it-works-col p {font-size: 16px; color: #192124; font-weight: 100; margin-bottom: 20px;}
.how-it-works-col p:last-child {margin-bottom: 0px;}

.how-it-works-col .hexa,  .how-it-works-col .hexa div {overflow: hidden;}
.how-it-works-col .hexa {  width: 488px; height: 364px; position: absolute; z-index: 1; left: 0; right: 0; margin: auto; top: 65px; transform: rotate(120deg);}
.how-it-works-col .hexa div { width: 100%; height: 100%;}
.how-it-works-col .hex1 { transform: rotate(-60deg);}
.how-it-works-col .hex2 { transform: rotate(-60deg); position: relative;}
.how-it-works-col .hex2 img {max-width: initial; position: absolute; left: 50%; bottom: 0;  top: 0; margin: auto; transform: translateX(-50%);}
.music-animation {position: absolute;     left: -24px; top: -192px; width: 512px; height: 535px;}
.music-animation div{position: absolute; left: 0; top: 0;  margin: auto;  animation: music 2.5s 0s infinite; background: #382834; width: 48px; height: 420px; border-radius: 30px; margin: auto;}
.music-animation .line1 {left: 0; top: 51px; background: #382834;}
.music-animation .line2 {left: 104px; top: 10px; animation-delay: -1s; background: #242336;}
.music-animation .line3 {left: 204px; top: 85px; animation-delay: -2s; background: #382834;}
.music-animation .line4 {left: 304px; top:0 ; background: #613131;}
.music-animation .line5 {left: 392px; top: 93px;  animation-delay: -1s; background: #382834;}
.music-animation .line6 {left: 471px; top:27; animation-delay: -2s; background: #262336;}
.music-animation div {top: 0 !important; bottom: 0 !important; margin: auto;}
@keyframes music {
    0% {
        height: 330px;
    }
    50% {
        height: 100px;
    }
    100% {
        height: 330px;
    }
}

.banner-main .banner-logo {position: absolute; left: 0;top: 0; bottom: 0; right: 0; margin: auto; max-width: 100%; width: 1148px; height: 125px; z-index: 1;}
.banner-main .banner-logo img {position: relative; z-index: 1; max-width: initial;}
.inner-banner .banner-logo {position: absolute; left: 0;top: 171px; right: 0;; margin:0 auto; max-width: 100%; width: 1148px; height: 125px; z-index: 1;}
.inner-banner .banner-logo img {position: relative; z-index: 1; max-width: initial;}
.inner-banner .banner-box {min-height: 980px;}

.inner-banner-sub .banner-logo {position: absolute; left: 0;top: 50%; transform: translateY(-50%); right: 0;; margin:0 auto; max-width: 100%; width: 1148px; height: 125px; z-index: 1;}
.inner-banner-sub .banner-logo img {position: relative; z-index: 1; max-width: initial;}
.inner-banner-sub .banner-box {min-height: auto; height: 580px;}

.login-logo {
    max-width: 100%;
    width: 1148px;
    float:left;
    height: 125px;
    transform: scale(0.40);
    position: relative;
    transform-origin: left;
    margin-left: 10px;
}
.login-logo img {
    position: relative;
    z-index: 1;
    max-width: initial;
}

.login-logo .music-animation div {width: 36px;height: 420px}
.login-logo .music-animation .line2 {left:69px;}
.login-logo .music-animation .line3 {left:136px;}
.login-logo .music-animation .line4 {left:205px;}
.login-logo .music-animation .line5 {left:275px;}
.login-logo .music-animation .line6 {left:342px}

#user_subscription .order-summary-main {overflow-y: hidden;}

/* Blog Page */
/*----- blog page css ---*/
.blog-form-row {
    display: flex;
    align-items: center;
}

.blog-form {
    background: #f3f3f3;
}

.blog-form-col {
    width: 50%;
    padding: 50px 0;
}

.blog-form-left h2{
    font-size: 55px;
    font-weight: 900;
}

.blog-form-left p {
    font-size: 20px;
    font-weight: 100;
}
.latest-blog {
    background: #fff;
}

.blog-form .form-control {
    font-size: 14px;
    border: 1px solid transparent;
    height: 40px;
    padding: 10px 16px;
    color: #000000;
    font-weight: 100;
}

.blog-form .defult-btn {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
}

.featured-blog-row {
    display: flex;
    align-items: center;
    width: 100%;
}

.featured-blog-col {
    width: 50%;
    padding: 40px 0;
}

.featured-blog-img {
    text-align: center;
}
.featured-blog-text {
    padding-right: 30px;
}
.featured-blog-text h2{
    font-size: 55px;
    font-weight: 900;
}

.featured-blog-text span {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #E94F26;
    padding: 15px 0 10px 0;
}

.featured-blog-text p {
    font-size: 18px;
    font-weight: 300;
}

.featured-blog-text a {float: right; margin-top: 25px; font-family: "omnium-wide", sans-serif;
    font-weight: 800; font-size: 24px; color: #E94F26; background: url('../images/more-arrow.svg') right no-repeat; padding-right: 70px; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out;  -o-transition: all .2s ease-in-out;  transition: all .2s ease-in-out;}
.featured-blog-text a:hover {margin-right: 5px; text-decoration: none;}

.blog-list {
    background: #f3f9fc;
    padding: 20px 0 40px;
}

.blog-list-row {
    margin: 0 -20px;
}

.blog-list-col {
    width: 33.33%;
    float: left;
    padding: 20px;
}

.blog-list-col a {
    text-decoration: none;
    display: block;
    float: left;
    width: 100%;
    -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out;  -o-transition: all .2s ease-in-out;  transition: all .2s ease-in-out;
}

.blog-list-col a:hover {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 08%);
}

.blog-list-img {
    height: 255px;
    background: url('../images/no-image-sm.jpg') center no-repeat;
    background-size: cover;
}

.blog-list-disc {
    background: #fff;
    padding: 20px;
    padding-right: 70px;
}

.blog-list-disc h2 {
    color: #212529;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-list-disc span {
    display: block;
    color: #E94F26;
    font-size: 14px;
}
.blog-list-disc p {
    color: #212529;
    font-weight: 300;
    font-size: 15px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-list-disc i {
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background: url(../images/more-arrow.svg) center no-repeat;
    background-size: 100%;
}

.blog-list-detail {
    background: #fff;
}
.blog-detail-img {
    margin: 40px 0;
    text-align: center;
}

.blog-detail-top h2 {
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 7px;
}

.blog-detail-top h3 {
    font-weight: 300;
}

.blog-detail-top {
    padding-right: 150px;
}

.blog-detail-top span {
    display: block;
    color: #E94F26;
    font-size: 20px;
    padding-top: 10px;
}

.blog-detail-dis-box {
    margin: 30px 0 50px 0;
}

.share-box {
    position: absolute;
    right: 0;
    top: 5px;
}

.share-box img {
    height: 22px;
    margin-left: 5px;
}

.blog-form .form-control.error {
    border-color: red
    }

.blog_subscribe .message2   {
    text-align: center;
    color: red;
    padding: 0 15px;
    margin: 25px 0 0 0;
    width: 100%;
}  
.plan-header {
    min-height: 68px;
}
.price-plan-col p {
    min-height: 81px;
}

.business-plan-col.price-plan-col p {
    min-height: 101px;
}

.pricing_old_data  .price-plan-col p {
    min-height: 40px;
}

.slider-banner.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slider-banner .slick-dots {
    bottom: 10px;
}

.meet-main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}