html, body { font-family: "Open Sans", sans-serif; background-color: #222; font-size: 16px; font-size: 1rem; -webkit-font-smoothing: antialiased; overflow-x: hidden; min-width: 320px; }

@media (max-width: 767px) {
    body { font-size: 14px; }
}

p { color: #cecece; line-height: 30px; }
h1, h2, h4 { color: #333333; }
a { text-decoration: none; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; transition: all 0.2s; }
a:hover, a:active { text-decoration: none; }
img { max-width: 100%; }
ul { padding-left: 0; list-style: none; }
button:focus { outline: none; }
.section-padding { padding: 100px 0; }
.navbar-brand { font-size: 36px; color: #fff; text-transform: uppercase; font-weight: 700; }
.navbar-brand span { color: #3aedcb; }
.navbar-default .navbar-brand { color: #fff; }
.navbar-default .navbar-brand:hover { color: #fff; }
.button a { display: block; border: 1px solid #3aedcb; text-align: center; padding: 10px 6px; border-radius: 30px; color: #3aedcb; margin-top: 30px; }
.page-wrapper { position: relative; overflow: hidden; }
.wow { visibility: hidden; }
.fi:before { margin: 0; }

@media (max-width: 767px) {
    .section-padding { padding: 70px 10px; }
}

.section-title { margin-bottom: 50px; position: relative; }
.section-title h2 { font-size: 50px; font-weight: 700; margin: 0; display: inline-block; position: relative; color: #fff; }

@media (max-width: 991px) {
    .section-title h2 { font-size: 42px; font-size: 2.8125rem; }
}

@media (max-width: 767px) {
    .section-title h2 { font-size: 36px; font-size: 2.375rem; }
}

.theme-btn { color: #fff; font-weight: 600; padding: 14px 40px; border: 0; text-transform: capitalize; display: block; border: 1px solid #3aedcb; display: inline-block; background: transparent; position: relative; overflow: hidden; }
.theme-btn:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; opacity: .3; z-index: 9; content: ''; -webkit-transition: -webkit-transform 0.6s; transition: -webkit-transform 0.6s; transition: transform 0.6s; transition: transform 0.6s, -webkit-transform 0.6s; -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, 100%, 0); transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, 100%, 0); }
.theme-btn:hover:before { -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, -100%, 0); transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, -100%, 0); }
.theme-btn:hover, .theme-btn:focus, .theme-btn:active { background-color: #3aedcb; color: #000; }

@media (max-width: 991px) {
    .theme-btn { font-size: 15px; font-size: 0.9375rem; padding: 12px 25px 9px; }
}

.form input, .form textarea, .form select { border-color: #bfbfbf; border-radius: 0; outline: 0; -webkit-box-shadow: none; box-shadow: none; color: #595959; }
.form input:focus, .form textarea:focus, .form select:focus { border-color: #f8c000; -webkit-box-shadow: 0 0 5px 0 #fde2dd; -moz-box-shadow: 0 0 5px 0 #fde2dd; -o-box-shadow: 0 0 5px 0 #fde2dd; -ms-box-shadow: 0 0 5px 0 #fde2dd; box-shadow: 0 0 5px 0 #fde2dd; }
.form ::-webkit-input-placeholder { font-style: 14px; font-style: italic; color: #595959; }
.form :-moz-placeholder { font-style: 14px; font-style: italic; color: #595959; }
.form ::-moz-placeholder { font-style: 14px; font-style: italic; color: #595959; }
.form :-ms-input-placeholder { font-style: 14px; font-style: italic; color: #595959; }
.form select { font-style: italic; background: url(../images/select-icon.png) no-repeat right center; display: inline-block; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; cursor: pointer; }
.form select::-ms-expand { display: none; }

.preloader { background-color: #222; width: 100%; height: 100%; position: fixed; z-index: 1200; }
.preloader .lds-ripple { display: inline-block; position: relative; width: 74px; height: 74px; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.preloader .lds-ripple div { position: absolute; border: 4px solid #3aedcb; opacity: 1; border-radius: 50%; -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
.preloader .lds-ripple div:nth-child(2) { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }

@-webkit-keyframes lds-ripple {
    0% { top: 33px; left: 33px; width: 0; height: 0; opacity: 1; }
    100% { top: -1px; left: -1px; width: 68px; height: 68px; opacity: 0; }
}

@keyframes lds-ripple {
    0% { top: 33px; left: 33px; width: 0; height: 0; opacity: 1; }
    100% { top: -1px; left: -1px; width: 68px; height: 68px; opacity: 0; }
}


.site-header .navigation { margin-bottom: 0; border: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; border-radius: 0; }
.site-header .navigation>.container { position: relative; padding: 0 25px 0 35px; }
.site-header .navigation .navbar-brand { height: auto; }
.site-header #navbar { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s; border: 0; }
.site-header #navbar ul { list-style: none; }
.site-header #navbar>ul li a:hover { color: #3aedcb; }

.header-style { width: 100%; position: absolute; left: 0; top: 0; z-index: 1000; background: transparent; }
.header-style .navigation { background-color: transparent; }
.header-style .navbar-header { margin-top: 7px; }
.header-style #navbar { margin-right: 255px; }
.header-style #navbar>ul>li>a { font-size: 16px; font-size: 1.0cecece7rem; padding: 40px 12px; }

@media screen and (min-width: 992px) {
    .site-header #navbar li { position: relative; }
    .site-header #navbar>ul>li>a { font-size: 17px; font-size: 1.13333rem; font-weight: 400; color: #fff; padding: 40px 16px; text-transform: capitalize; }
    .site-header #navbar>ul .sub-menu { background-color: #fff; width: 250px; padding: 5px 12px; position: absolute; left: 0; top: 130%; z-index: 10; visibility: hidden; opacity: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; -webkit-box-shadow: 0px 15px 60px -19px black; box-shadow: 0px 15px 60px -19px black; }
    .site-header #navbar>ul>li .sub-menu li { border-bottom: 1px solid #f2f2f2; }
    .site-header #navbar>ul>li .sub-menu li:last-child { border-bottom: 0; }
    .site-header #navbar>ul>li .sub-menu a { font-size: 15px; font-size: 1rem; color: #06163a; display: block; padding: 12px 15px; }
    .site-header #navbar>ul>li .sub-menu a:hover { color: #3aedcb; }
    .site-header #navbar>ul>li>.sub-menu .sub-menu { left: -120%; top: 0; }
    .site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a { position: relative; }
    .site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before { font-family: "themify"; content: "\e649"; font-size: 11px; font-size: 0.73333rem; position: absolute; right: 15px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
    .site-header #navbar>ul>li:hover>.sub-menu { top: 100%; visibility: visible; opacity: 1; }
    .site-header #navbar .sub-menu>li:hover>.sub-menu { left: -110%; visibility: visible; opacity: 1; }
}

@media (max-width: 991px) {
    .site-header #navbar>ul>li a { display: block; font-size: 14px; font-size: 0.93333rem; }
    .site-header #navbar>ul>li .sub-menu li { border-bottom: 1px solid #e6e6e6; }
    .site-header #navbar>ul .sub-menu>li:last-child { border-bottom: 0; }
    .site-header #navbar>ul>li>.sub-menu a { padding: 8px 15px 8px 45px; }
    .site-header #navbar>ul>li>.sub-menu .sub-menu a { padding: 8px 15px 8px 65px; }
    .site-header #navbar>ul .menu-item-has-children>a { position: relative; }
    .site-header #navbar>ul .menu-item-has-children>a:before { font-family: "themify"; content: "\e64b"; font-size: 11px; font-size: 0.73333rem; position: absolute; right: 15px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
}

@media screen and (min-width: 992px) {
    .site-header #navbar .mega-menu { background-color: #fff; padding: 20px; border-top: 2px solid #3aedcb; position: absolute; right: 0; top: 120%; z-index: 10; visibility: hidden; opacity: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; }
    .site-header #navbar .mega-menu { width: 1140px; right: 15px; }
}

@media (max-width: 1199px) {
    .site-header #navbar>ul .mega-menu { width: 950px; right: 15px; }
}

@media (max-width: 991px) {
    .site-header #navbar>ul .mega-menu { width: auto; }
    .site-header #navbar>ul .mega-menu .row { margin: 0; }
}

@media screen and (min-width: 992px) {
    .site-header .navbar-header .open-btn { display: none; }
    .site-header #navbar .close-navbar { display: none; }
}

@media (max-width: 991px) {
    .site-header .container { width: 100%; }
    .site-header .navbar-header button { background-color: transparent; border: 0; width: 40px; height: 35px; padding: 5px 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; outline: 0; position: absolute; right: 25px; top: 25px; z-index: 20; }
    .site-header .navbar-header button span { background-color: #fff; display: block; height: 2px; margin-bottom: 5px; }
    .site-header .navbar-header button span:last-child { margin: 0; }
    .site-header #navbar { background: #222; display: block !important; width: 280px; box-sizing: border-box; height: 100% !important; margin: 0; padding: 20px 0 0; position: fixed; right: -300px; top: 0; z-index: 100; border-left: 4px solid #353535; }
    .site-header #navbar ul a:hover, .site-header #navbar ul li.current a { color: #3aedcb; }
    .site-header #navbar .navbar-nav { height: 100%; overflow: auto; }
    .site-header #navbar .close-navbar { background-color: #3aedcb; width: 40px; height: 40px; color: #000; border: 0; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; outline: none; position: absolute; left: -18px; top: 10px; z-index: 20; }
    .site-header #navbar>ul>li { padding: 35px 15px 0 35px; }
    .site-header #navbar>ul>li>a { color: rgba(255,255,255,0.5); font-size: 20px; padding: 0; margin: 0; }
    .site-header #navbar>ul>li>a:hover { color: #fff; }
    .site-header .slideInn { right: 0 !important; }
}

@media (max-width: 767px) {
    .site-header .navbar-header .navbar-brand { font-size: 24px; }
    .site-header #navbar .navbar-nav { margin: 0; }
}

@media (max-width: 991px) {
    .site-header .navbar-collapse.collapse { display: none; }
    .site-header .navbar-collapse.collapse.in { display: block; }
    .site-header .navbar-header .collapse { display: block; }
    .site-header .navbar-header { float: none; }
    .site-header .navbar-right { float: none; }
    .site-header .navbar-nav { float: none; }
    .site-header .navbar-nav>li { float: none; }
}

@media screen and (min-width: 1200px) {
    .header-style #navbar>ul>li>a { font-size: 16px; padding: 40px 16px; text-transform: capitalize; }
    .header-style #navbar { margin-right: 275px; }
}

.header-style .contact-num { position: absolute; right: 15px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 10; }

@media (max-width: 991px) {
    .header-style .contact-num { right: 95px; }
}

.a-hero-style .container { padding: 0 50px; }

.header-style .contact-num button { background: transparent; padding: 0; border: 0; outline: 0; }
.header-style .contact-num .fi { font-size: 30px; font-size: 2rem; color: #e4e4e4; }
.header-style .contact-num>div { float: left; position: relative; }
.header-style .contact-num>div+div { margin-left: 20px; }
.header-style .contact-num form div { position: relative; }
.header-style .contact-num form div button { position: absolute; right: 15px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.header-style .contact-num input { width: 100%; height: 50px; padding: 6px 20px; border: 0; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; }
.a-hero-style .slide-caption { z-index: 99; }
.a-hero-style .slide-caption p { font-size: 20px; color: #fff; line-height: 0.8em; font-weight: 300; margin-top: 40px; }
.a-hero-style .slide-caption h2 { font-size: 60px; font-weight: 700; color: white; margin-bottom: 20px; }
.a-hero-style .slide-caption h2 span { color: #3aedcb; margin-left: 10px; }
.a-hero-style .slide-caption p { font-size: 30px; font-weight: 600; color: #999; margin-bottom: 50px; }
.a-hero-style .slide-caption span { color: #999999; margin-bottom: 20px; display: block; font-weight: 600; }

@media (max-width: 730px) {
    .a-hero-style .slide-caption h2 { font-size: 40px; }
}

@media (max-width: 520px) {
    .a-hero-style .slide-caption h2 { font-size: 30px; }
}

@media (max-width: 320px) {
    .a-hero-style .slide-caption h2 { font-size: 24px; }
}

@media (max-width: 450px) {
    .a-hero-style .slide-caption h2 span { padding: 4px 0; }
}

.a-hero-style { height: 900px; display: flex; justify-content: center; flex-direction: column; position: relative; }
.a-hero-style { background: url(../../assets/images/bg-top.jpg) no-repeat right center; }

@media(max-width: 992px) {
    .a-hero-style { height: 540px; background-position: -900px -30px; }
}

@media(max-width: 590px) {
    .a-hero-style { height: 450px; background-position: -900px -200px; }
}

@media(max-width: 767px) {
    .custom-grid { width: 50%; float: left; }
}

@media(max-width: 690px) {
    .custom-grid { width: 100%; float: left; }
}

.a-testimonial-area { background: #111; }
.a-testimonial-area .a-testimonial-content { background: rgba(23, 23, 23, .61); border-top: 2px solid #2f2f2f; border-bottom: 2px solid #2f2f2f; padding: 60px 100px; position: relative; text-align: center; }
.a-testimonial-main { position: relative; }
.a-testimonial-area .a-testimonial-main:before { background: rgba(23, 23, 23, .61); border-top: 2px solid #2f2f2f; border-bottom: 2px solid #2f2f2f; position: absolute; right: -385px; content: ""; width: 50%; height: 100%; top: 0; }
.a-testimonial-area .a-testimonial-main:after { background: rgba(70, 70, 70, .37); border-top: 2px solid #2f2f2f; border-bottom: 2px solid #2f2f2f; position: absolute; right: -140px; content: ""; width: 12%; height: 100%; top: 0; }
.a-testimonial-area .a-testimonial-content p { font-size: 25px; color: #fff; line-height: 40px; margin-bottom: 30px; font-weight: 300; }
.a-testimonial-area .a-testimonial-thumb h4 { color: #fff; text-transform: uppercase; }
.a-testimonial-area .a-testimonial-thumb span { color: #fff; }
.a-testimonial-area .owl-theme .owl-controls .owl-nav [class*=owl-]:before { border: 1px solid #fff; position: absolute; left: -10px; top: -10px; width: 50px; height: 50px; content: ""; border-radius: 50%; }
.a-testimonial-area .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before { border-color: #3aedcb; }
.testimonial-active.owl-theme .owl-controls .owl-nav [class*=owl-] { padding: 7px 0 0 10px; color: #fff; transition: all .3s; background: transparent; }

.a-testimonial-thumb h4 { font-size: 20px; color: #3aedcb; }
.a-testimonial-thumb span { font-size: 16px; color: #a0a0a0; font-weight: 300; }

.testimonial-active .owl-nav div.owl-next { right: -80px; left: auto; top: 30%; }
.testimonial-active .owl-nav div { position: absolute; right: -80px; top: 60%; text-align: center; color: #bbb; font-size: 24px; }

@media(max-width: 1440px) {
    .testimonial-active .owl-nav div.owl-next { left: auto; right: calc(50% - 50px); top: auto; bottom: -60px; }
    .testimonial-active .owl-nav div { left: calc(50% - 50px); bottom: -60px; right: auto; top: auto; }
}
@media(max-width: 992px) {
    .a-testimonial-main:before,
    .a-testimonial-main:after,
    .a-testimonial-content p { font-size: 18px; }
}
@media(max-width: 767px) {
    .a-testimonial-area.section-padding { padding: 70px 0 100px 0; }
    .a-testimonial-area .a-testimonial-content p { font-size: 16px; }
    .a-testimonial-area .a-testimonial-content { padding: 30px; }
}


.a-contact-form-map .a-contact-form { padding: 60px 65px 30px; -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1); box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1); border-radius: 5px; border: 1px solid #464646; }

@media (max-width: 600px) {
    .a-contact-form-map .a-contact-form { padding: 40px 35px; }
}

.a-contact-form-map .a-contact-form h2 { font-size: 30px; font-size: 1.875rem; font-weight: 600; margin: 0 0 1em; text-align: center; color: #fff; }

@media (max-width: 767px) {
    .a-contact-form-map .a-contact-form h2 { font-size: 25px; font-size: 1.5625rem; }
}

.a-contact-form-map form input, .a-contact-form-map form select, .a-contact-form-map form textarea { background: transparent; width: 100%; height: 50px; border: 0; border-bottom: 1px solid #464646; border-radius: 0; -webkit-box-shadow: none !important; box-shadow: none !important; padding-left: 0; color: #fff; }

@media (max-width: 991px) {
    .a-contact-form-map form input, .a-contact-form-map form select, .a-contact-form-map form textarea { height: 45px; }
}

.a-contact-form-map form input:focus, .a-contact-form-map form select:focus, .a-contact-form-map form textarea:focus { border-color: #3aedcb; }
.a-contact-form-map form textarea { height: 138px; }
.a-contact-form-map form { overflow: hidden; }
.a-contact-form-map form select { display: inline-block; color: #a9a9a9; cursor: pointer; opacity: 1; padding: 6px 12px; font-size: 15px; font-size: 0.9375rem; }
.a-contact-form-map form>div { margin-bottom: 15px; }

.a-contact-form-map form>div:first-child { margin: 0; }


.a-contact-form .theme-btn { display: block; background: #3aedcb; color: #000; border: 1px solid #3aedcb; outline: none; border-radius: 40px; margin: 20px auto 0; }
.a-contact-form-map .a-contact-form { margin-bottom: 60px; min-width: 260px; }
.a-contact-form-map .info-wrap { display: flex; align-items: center; }
.a-contact-form-map .info-icon { width: 70px; height: 70px; background: #3aedcb; line-height: 90px; border-radius: 50%; text-align: center; margin-right: 16px; align-items: center; }
.info-item { min-width: 260px; -webkit-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1); -moz-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1); box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1); padding: 33px 40px; margin-bottom: 30px; border: 1px solid #464646; border-radius: 5px; }
.info-item h2 { font-size: 20px; color: #fff; font-weight: 600; margin-top: 0; margin-bottom: 15px; }
.a-contact-info { padding-left: 20px; }
.info-icon .fi:before { font-size: 40px; color: #000; }
.info-text span, .info-text > a { color: #fff; font-size: 18px; font-weight: 300; }

@media(max-width: 991px) {
    .a-contact-form-map .a-contact-form { margin-bottom: 30px; }
    .a-contact-form-map { padding: 0px 10px; }
    .a-contact-info { padding-left: 0; }
    .a-contact-form-map .info-icon { width: 40px; height: 40px; line-height: 46px; }
    .info-icon .fi:before { font-size: 24px; }
    .info-item { padding: 26px 36px; }
}

@media(max-width: 590px) {
    .info-item h2 { font-size: 20px; }
    .a-contact-form-map form textarea { height: 100px; }
}

@media(max-width: 328px) {
    .a-contact-form-map .info-icon { width: 30px; height: 30px; line-height: 31px; }
    .info-icon .fi:before { font-size: 18px; }
    .info-item { padding: 22px 26px; }
}

.a-contact-form-map form ::-webkit-input-placeholder { font-style: 16px; font-style: normal; color: #929292; }
.a-contact-form-map form :-moz-placeholder { font-style: 16px; font-style: normal; color: #929292; }
.a-contact-form-map form ::-moz-placeholder { font-style: 16px; font-style: normal; color: #929292; }
.a-contact-form-map form :-ms-input-placeholder { font-style: 16px; font-style: normal; color: #929292; }
.a-footer-top { padding: 50px 0; }
.a-footer-menu ul li { display: inline-block; }
.a-footer-menu ul li a { color: #fff; padding: 10px 30px; }
.a-footer-menu ul li:last-child a { padding-right: 0; }
.a-footer-menu { text-align: center; margin-top: 35px; }
.footer-logo { margin-top: 20px; }

.a-footer-social { text-align: right; }
.a-footer-social ul li { display: inline-block; width: 80px; height: 80px; line-height: 80px; border: 1px solid #888888; text-align: center; border-radius: 50%; margin-right: 20px; }
.a-footer-social ul li:last-child { margin-right: 0; }
.a-footer-social ul li a i { font-size: 30px; }
.a-footer-social ul li a { width: 50px; height: 50px; line-height: 60px; text-align: center; display: block; border-radius: 50%; margin: auto; top: 15px; position: relative; color: rgba(255,255,255,.4); }
.a-footer-social ul li:hover a { color: #fff; }
.a-footer-social ul li:hover { border-color: #fff; }

.a-footer-bottom { padding: 30px 0; background: #0c0c0c; text-align: center; }
.a-footer-bottom span { color: #a3a3a3; }

@media(max-width: 1200px) {
    .a-footer-social ul li { width: 62px; height: 62px; }
    .a-footer-menu { margin-top: 20px; }
    .footer-logo { margin-top: 5px; }
    .a-footer-social ul li a { top: 6px; }
}

@media(max-width: 991px) {
    .a-footer-social { text-align: center; margin-top: 30px; }
}

@media(max-width: 767px) {
    .footer-logo { text-align: center; }
}

@media(max-width: 440px) {
    .a-footer-menu ul li { margin-bottom: 10px; }
    .a-footer-menu ul li a { padding: 10px 30px; padding-left: 0; }
}

.get-number a { color: #fff; font-size: 25px; }
.get-number a i { font-size: 20px; }
.get-number a:hover { color: #3aedcb; }

@media(max-width: 590px) {
    .get-number a { display: none; }
}

.about-feature-area { padding: 100px 0; }
.about-feature-area .container { padding: 0 30px; }
.about-feature-left h2 { font-size: 48px; color: #fff; line-height: 56px; margin-top: -10px; margin-bottom: 0; }
.about-features-wrap { border-left: 5px solid #3aedcb; border-bottom: 5px solid #3aedcb; padding: 40px; position: relative; }
.about-feature-right p { margin-bottom: 30px; }
.about-features-wrap:before { position: absolute; left: 0; top: 0; height: 5px; width: 100px; content: ""; background: #3aedcb; }
.about-features-wrap:after { position: absolute; right: 0; bottom: 0; height: 100px; width: 5px; content: ""; background: #3aedcb; }
.radius-ball { position: absolute; left: -159px; top: 0; width: 318px; height: 318px; background: #3aedcb; opacity: .05; border-radius: 50%; z-index: -1; }

@media(max-width: 767px) {
    .about-feature-left h2 { font-size: 27px; line-height: 40px; margin-bottom: 25px; }
    .about-features-wrap { padding: 40px 15px; }
}

@media(min-width: 691px) {
    .work-row { display: flex; }
    .work-row .custom-grid { display: flex; flex: 1; }
    .work-wrap { display: flex; flex-direction: column; }
}

.work-wrap { background: #fff; padding: 50px 60px; text-align: center; box-shadow: 0px 0px 20px 0px rgba(52, 52, 52, 0.1); margin-bottom: 30px; }
.work-icon { width: 45px; height: 48px; margin: auto; margin-bottom: 30px; font-size: 42px; }
.work-content h2 { font-size: 35px; margin-bottom: 30px; }
.work-content p { font-size: 16px; color: #cecece; margin-bottom: 30px; line-height: 28px; }
.work-content a { color: #cecece; font-weight: 600; padding: 12px 27px 10px; border: 0; text-transform: capitalize; display: block; border: 1px solid #cecece; display: inline-block; }
.work-content a:hover { color: #fff; background: #3aedcb; border: 1px solid #3aedcb; }

@media(max-width: 690px) {
    .work-wrap { padding: 50px 20px; }
    .section-title h2 { font-size: 2.025rem; }
}

.work-area .work-content h2 { font-size: 26px; font-weight: 500; }

@media(max-width: 1200px) {
    .work-area .work-content h2 { font-size: 20px; }
    .work-area .work-wrap { padding: 50px 45px; }
}

@media(max-width: 767px) {
    .work-area .work-wrap { padding: 50px 20px; }
}

@media(max-width: 530px) {
    .work-wrap { padding: 50px 20px; }
}

.work-area { background: #111; }
.work-area .work-wrap { background: none; border: 1px solid #636363; }
.work-area .work-icon .fi:before { color: #3aedcb; }
.work-area .work-content h2 { color: #fff; }
.work-area .work-content a { color: #fff; }

.a-contact-area { background: #171717; padding-bottom: 70px; }
.a-contact-area .a-contact-form-map .a-contact-form { background: #171717; }
.a-contact-area .info-item { background: #171717; }
.a-footer-area5 { background: #111; }
.contact-num .theme-btn { padding: 12px 40px 11px; }

.back-to-top { opacity: 0.7; background-color: rgba(0, 0, 0, 0.4); border: 1px solid #fff; color: #fff; width: 45px; height: 45px; line-height: 45px; text-align: center; display: none; position: fixed; z-index: 999; right: 15px; bottom: 15px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; transition: all 0.2s; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; }
.back-to-top:hover { opacity: 1; background-color: #3aedcb; border-color: #3aedcb; color: #000 !important; bottom: 20px; }
.back-to-top i { font-size: 18px; font-size: 1.125rem; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
@media (max-width: 991px) {
    .back-to-top { width: 35px; height: 35px; line-height: 35px; }
}
