@import "https://fonts.googleapis.com/css?family=Muli:400,600,700&display=swap";@import "https://fonts.googleapis.com/css?family=Raleway:400,600,700&display=swap";@import 'https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@600;700;800&display=swap';@import 'https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800&display=swap';@font-face {
    font-family: proxima-nova;
    src: url(../fonts/proxima-nova/Proxima-Nova-Font.otf)
}

@font-face {
    font-family: proxima-nova-bold;
    src: url(../fonts/proxima-nova/Proxima-Nova-Bold.otf)
}

@font-face {
    font-family: proxima-nova-extra-bold;
    src: url(../fonts/proxima-nova/Proxima-Nova-Xbold.otf)
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden
}

body {
    font-family: proxima-nova,helvetica neue,Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    text-align: left;
    background-color: #fff;
    font-weight: 400;
    color: #0a183c
}

body,html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    --font-700: 'proxima-nova-bold';
    --font-900: 'proxima-nova-extra-bold';
    --second-clr: #ff7b59;
}

.dark-theme {
    --p-clr: #4792e3
}

.light-theme {
    --p-clr: #68b1bb;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: proxima-nova,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: .5rem;
    color: #ff7b59;
}

.h1,h1 {
    font-size: 2.125rem;
    line-height: 40px
}

.h2,h2 {
    font-size: 1.625rem
}

.h3,h3 {
    font-size: 28px
}

.h4,h4 {
    font-size: 22px
}

.h5,h5 {
    font-size: 18px
}

.h6,h6 {
    font-size: 16px
}

.text-sm {
    font-size: 14px
}

.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: #263b5e
}

.h1 a:hover,.h2 a:hover,.h3 a:hover,.h4 a:hover,.h5 a:hover,.h6 a:hover,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
    color: var(--p-clr)
}

.section-heading h2 {
    color: #263b5e
}

.section-heading {
    margin-bottom: 80px
}

.section {
    position: relative;
    padding: 7.5rem 0
}

.section-top {
    padding-top: 8.125rem
}

.section-bottom {
    padding-bottom: 8.125rem
}

.bg-grey {
    background: var(--second-clr)
}

.text-color {
    color: var(--p-clr)
}

.bg-grey .ti-check:before,.bg-grey :is(h1,h2,h3,h4,h5,h6,p,.li-col-2 .chapter-item h4) {
    color: #fff
}

.service-block.bg-grey:hover :is(p,h5) {
    color: var(--second-clr)
}

.service-block.bg-grey:hover .ct-ic {
    filter: invert(0)
}

.contact.details.bg-grey a {
    color: #fff;
    text-decoration: underline
}

a {
    color: #222;
    transition: all .3s ease-in-out
}

a:hover,a:focus {
    outline: none;
    text-decoration: none;
    color: var(--p-clr)
}

.border-top {
    border-top: 1px solid rgba(0,0,0,.08)!important
}

.border-bottom {
    border-bottom: 1px solid rgba(0,0,0,.08)!important
}

.text-color-2 {
    color: #385777
}

.text-lg {
    font-size: 40px;
    line-height: 1.4
}

.text-md {
    font-size: 32px;
    line-height: 1.3
}

.letter-spacing {
    letter-spacing: 2px
}

.text-sm {
    font-size: 14px;
    color: var(--p-clr)
}

.bg-gray {
    background: #f5f5f5
}

.lead {
    line-height: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.main-navigation {
    z-index: 9999;
    padding: 0
}

.navbar-nav .nav-link {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
    font-weight: 700;
    color: #051441;
    text-transform: capitalize
}

.navbar-nav .nav-link:focus {
    color: var(--p-clr)
}

.navbar {
    position: relative;
    padding: 0 1rem
}

.fixed-top {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
    background-color: #fff
}

div#reviews {
    padding-bottom: 30px
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    content: "";
    vertical-align: middle;
    background: no-repeat 50%;
    background-size: 100% 100%
}

.navbar-toggler {
    background: #263b5e;
    border-radius: 0;
    padding: 10px 15px
}

.header-white {
    background: #fff;
    transition: 0s all ease
}

.navbar-collapse.collapse.show {
    background: #fff;
    padding: 30px 0
}

.top-socials a {
    font-size: 14px;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 4px;
    color: #ddd
}

.top-socials a:hover {
    background: #385777;
    border-color: #385777
}

.navbar-nav li {
    position: relative
}

.submenu {
    transition: all 300ms ease;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    border: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    width: 220px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 120%;
    z-index: 99
}

.nav-item:hover .submenu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.submenu li {
    border-bottom: 1px solid #eee
}

.submenu li a {
    color: #222!important
}

.navbar-nav li:hover>a {
    color: var(--p-clr)!important
}

.py-7 {
    padding: 7.5rem 0
}

.banner-main {
    position: relative
}

h1 {
    font-size: 50px;
    line-height: 1.1;
    color: #263b5e
}

h2 {
    font-size: 36px;
    line-height: 1.1
}

.main-banner {
    padding: 10px 0 90px
}

.main-banner p {
    padding-right: 100px
}

.cta-2 {
    padding: 0 0 6.5rem
}

.about {
    position: relative
}

.about .about-img img {
    box-shadow: 0 20px 40px 0 rgba(38,59,94,.1)
}

.cta-home {
    background: #f4f7fc
}

.featured-client img {
    margin: 0 15px
}

.chapter-item {
    margin-bottom: 30px
}

.chapter-item h4 {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 18px;
    color: var(--p-clr)
}

.chapter-item i {
    font-size: 20px
}

.book-preview {
    display: inline-block;
    max-width: 400px;
    width: 100%;
    position: relative
}

.book-preview .background-device {
    width: 100%;
    position: absolute
}

.owl-book {
    width: 80%;
    display: inline-block;
    margin: 0 auto
}

.owl-book .book-item {
    box-shadow: 0 0 1px rgba(0,0,0,.2);
    margin-top: 48px;
    position: relative
}

.owl-book .book-item .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s ease;
    background: rgba(0,0,0,.7)
}

.owl-book .book-item:hover .overlay {
    opacity: 1
}

.owl-book .book-item img {
    width: 100%;
    transition: all .3s ease;
    border-radius: 4px
}

.owl-book .book-item .overlay>a {
    position: absolute;
    display: inline-block;
    left: calc(50% - 30px);
    top: calc(50% - 25px);
    font-size: 24px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    color: #385777
}

.owl-book .book-item .overlay>a:hover {
    color: #fff;
    background: var(--p-clr)
}

.owl-reviews .book-item {
    padding: 0 15px
}

.owl-reviews .owl-controls {
    position: absolute;
    width: 100%;
    top: calc(50% - 30px)
}

.owl-reviews .owl-controls .owl-prev,.owl-reviews .owl-controls .owl-next {
    position: absolute;
    font-size: 36px;
    color: #bbb;
    transition: all .3s ease
}

.owl-reviews .owl-controls .owl-prev:hover,.owl-reviews .owl-controls .owl-next:hover {
    color: #484d53
}

.owl-reviews .owl-controls .owl-prev {
    left: -40px
}

.owl-reviews .owl-controls .owl-next {
    right: -40px
}

.book-info ul li {
    padding: 8px 30px;
    margin-bottom: 5px;
    font-weight: 700
}

.book-info ul li i {
    color: var(--p-clr)
}

.book-item {
    position: relative
}

.book-item:hover .hover-item {
    opacity: 1;
    visibility: visible
}

.book-item .hover-item {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease
}

.book-item .hover-item i {
    width: 60px;
    height: 60px;
    background: #fff;
    color: #222;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    padding-top: 20px;
    transition: all .35s ease
}

.book-item .hover-item i:hover {
    background: var(--p-clr);
    color: #fff
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #ebebeb
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121
}

.panel-title {
    font-size: 20px;
    font-weight: 400
}

.panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none
}

.bg-grey .panel-title>a,.bg-grey .more-less,.bg-grey .panel-body {
    color: #fff
}

.more-less {
    float: right;
    color: #212121
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #eee
}

.panel-body {
    padding: 20px
}

.counter-item .content h2 {
    font-family: open sans,sans-serif;
    font-size: 40px
}

.counter-item i {
    width: 70px;
    height: 70px;
    border: 1px solid #ddd;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    padding-top: 22px;
    color: var(--p-clr);
    font-size: 22px
}

.service-block {
    padding: 60px 40px;
    text-align: center;
    transition: all .3s ease-in-out
}

.service-block:hover {
    background: #fff;
    box-shadow: 12px 7px 90px 0 rgba(110,123,131,.1)
}

.service-block i {
    font-size: 60px
}

.feature-block {
    padding: 60px 40px;
    text-align: center;
    box-shadow: 12px 7px 90px 0 rgba(110,123,131,.1);
    background: #fff
}

.feature-block i {
    font-size: 60px
}

.feature {
    margin-top: -80px
}

.testimonial {
    position: relative;
    background: #f4f7fc
}

.testimonial-item-content {
    text-align: center;
    transition: all .7s ease;
    position: relative;
    padding: 40px 30px
}

.testimonial-item-content:hover {
    cursor: pointer
}

.test-author-thumb img {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 100%
}

.rating a {
    color: var(--p-clr)
}

.testimonial2 p {
    font-size: 20px;
    color: #000;
    line-height: 38px
}

.testimonial2 .author {
    text-align: center
}

.testimonial2 .author img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto
}

.testimonial2 .author .author-info {
    margin-top: 20px
}

.testimonial2 .author h4 {
    font-size: 18px;
    margin-bottom: 0
}

.testimonial2 .author p {
    font-size: 14px
}

.contact-info-block h4 {
    margin-bottom: 0
}

.contact-info-block i {
    font-size: 40px;
    margin-bottom: 20px;
    display: block;
    color: var(--p-clr)
}

.form-control {
    border: 1px solid rgba(0,0,0,.04);
    background: #f4f7fc;
    height: 60px;
    padding-left: 15px
}

.form-control:focus,.form-control:hover {
    border-color: var(--p-clr);
    box-shadow: none
}

.footer {
    padding: 20px 0
}

.footer-copy {
    font-size: 16px
}

.current-year {
    color: var(--p-clr)!important
}

.text-black {
    color: #222
}

.scroll-to-top {
    position: fixed;
    content: "";
    left: 30px;
    bottom: 20px;
    z-index: 999;
    background: var(--p-clr);
    color: #fff!important;
    border-radius: 100%;
    opacity: 0
}

.scroll-to-top i {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 60px;
    display: block;
    box-shadow: 0 7px 22px rgba(0,0,0,.08);
    display: none
}

.scroll-to-top:hover,.scroll-to-top:focus {
    text-decoration: none
}

.scroll-to-top.reveal {
    opacity: 1;
    visibility: visible
}

.container-padding {
    padding: 0 100px;
    background: #f4f7fc
}

.banner-img4 {
    margin-bottom: -90px
}

.featured-text {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    font-size: 13px;
    color: var(--p-clr)
}

.about-item2 {
    position: relative;
    padding-left: 100px
}

.about-icon {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    text-align: center;
    border: 5px solid #ddd;
    font-size: 25px;
    padding-top: 18px;
    border-radius: 100%;
    margin-top: -5px;
    transition: all .4s ease
}

.about-item2 h5 {
    transition: all .4s ease
}

.about-item2:hover h5 {
    color: var(--p-clr)
}

.about-item2:hover .about-icon {
    background: var(--p-clr);
    border-color: var(--p-clr);
    color: #fff
}

.feature-two {
    box-shadow: none;
    padding: 40px;
    text-align: left;
    position: relative;
    transition: all .4s linear 0s
}

.feature-two:hover {
    box-shadow: 12px 7px 90px 0 rgba(110,123,131,.1)
}

.feature-two:after {
    position: absolute;
    content: "";
    left: 40px;
    width: 50px;
    height: 2px;
    background: var(--p-clr);
    bottom: 0;
    right: 0;
    transition: all .4s linear 0s;
    opacity: 0
}

.feature-two:hover:after {
    width: 80%;
    opacity: 1
}

.pt-80 {
    padding-top: 80px
}

.pb-80 {
    padding-bottom: 80px
}

.testimonial-item2 {
    padding: 40px;
    opacity: .2;
    transform: scale3d(.9,.9,1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid transparent
}

.testimonial-slider .center .testimonial-item2 {
    opacity: 1;
    transform: scale3d(1,1,1);
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd
}

.box-shadow {
}

.testimonial-item2 p {
    font-size: 18px;
    color: #000;
    line-height: 38px;
    margin-bottom: 30px
}

.testimonial-item2 .author {
    text-align: center
}

.testimonial-item2 .author-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 30px
}

.testimonial-item2 .author .author-info {
    margin-top: 20px
}

.testimonial-item2 .author h4 {
    font-size: 16px;
    margin-bottom: 0
}

.testimonial-item2 .author p {
    font-size: 13px;
    margin-bottom: 0
}

.testimonial-slider .owl-dots .owl-dot {
    outline: none
}

.testimonial-slider .owl-dots {
    margin-top: 40px!important
}

.testimonial-slider .owl-dots .owl-dot.active span {
    background: var(--p-clr)
}

.subscribe-form .form-control {
    background: #fff
}

.dark-home .main-navigation {
    background: #030507
}

.dark-home .main-navigation .navbar-brand h2 {
    color: #fff
}

.dark-home .navbar-nav .nav-link {
    color: #fff
}

.dark-bg-1 {
    background: #0a121e!important
}

.dark-bg-1 h1,.dark-bg-1 h2,.dark-bg-1 h3,.dark-bg-1 h4,.dark-bg-1 h5,.dark-bg-1 span,.dark-bg-1 p {
    color: #fff
}

.dark-bg-1.banner-main {
    padding-top: 180px
}

.dark-bg-2 {
    background: #17212e!important
}

.dark-bg-2 h1,.dark-bg-2 h2,.dark-bg-2 h3,.dark-bg-2 h4,.dark-bg-2 h5,.dark-bg-2 p,.dark-bg-2 span {
    color: #fff
}

.dark-bg-1 p,.dark-bg-2 p {
    opacity: .9
}

.dark-bg-2 .border,.dark-bg-1 .border {
    border-color: rgba(255,255,255,.06)!important
}

.dark-bg-2 .service-block h5 {
    color: #000
}

.dark-bg-2 .service-block p {
    color: #444
}

.dark-bg-2 .panel-title>a {
    color: #fff
}

.dark-bg-2 .panel-group .panel {
    border-color: rgba(255,255,255,.08)
}

.dark-bg-2 .more-less {
    color: #fff
}

.dark-bg-2 .panel-body {
    color: #fff;
    opacity: .8
}

.dark-bg-2 .follow a {
    color: #fff
}

.dark-bg-1 .counter-item i {
    border-color: rgba(255,255,255,.08)
}

.dark-home .top-socials a {
    border-color: rgba(255,255,255,.1)
}

.font-family-poppins {
    font-family: poppins!important
}

p {
    font-size: 16px;
    line-height: 1.6
}

.font-weight-900 {
    font-weight: 900!important
}

.banner-form-h2 {
    font-weight: 600
}

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

.btn-main-2 {
    padding: 5px 35px;
    min-height: 2.9rem;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border-color: #29a8e1;
    background-color: #4792e3;
    border-radius: 5px!important;
    text-shadow: 0 10px 10px #0f335e96;
    text-transform: uppercase;
    line-height: 35px!important
}

.ti-check:before {
    content: "\f00c";
    font-family: "font awesome 5 free"!important;
    left: 0;
    font-size: 16px;
    color: #4792e3;
    font-weight: 900!important;
    border: 1px solid;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px
}

.chapter-item h4 {
    margin: 0
}

.align-center {
    align-items: center
}

.btn-main-1 {
    font-weight: 700!important;
    position: relative!important;
    text-transform: uppercase!important;
    padding: 14px 60px!important;
    font-size: 17px!important;
    font-family: proxima-nova,helvetica neue,Helvetica,Arial,sans-serif!important;
    cursor: pointer!important;
    border: 1px solid #4792e3!important;
    text-shadow: 0 10px 10px #0f335e96!important
}

.btn-main-1:hover {
    background: #4792e3;
    text-shadow: 0 10px 10px #0f335e96
}

span.btn-arr:hover:after {
    background-color: #1e4068!important
}
