@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900);
@import url(css/magnific-popup.css);
@import url(css/custom-icon.css);
@import url(css/classy-nav.min.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0
}

body {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #242424;
    line-height: 1.3;
    font-weight: 700
}

p {
    color: #303030;
    font-size: 16px;
    line-height: 25px;
    text-align: justify
}

a,
a:focus,
a:hover {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #000000;
    font-weight: 600;
    font-size: 14px
}

ol,
ul {
    margin: 0
}

ol li,
ul li {
    list-style: none
}

ul li i {
    color: #048015
}

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

.mt-15 {
    margin-top: 15px!important
}

.mt-30 {
    margin-top: 30px!important
}

.mt-50 {
    margin-top: 50px!important
}

.mt-70 {
    margin-top: 70px!important
}

.mt-100 {
    margin-top: 100px!important
}

.mb-15 {
    margin-bottom: 15px!important
}

.mb-30 {
    margin-bottom: 30px!important
}

.mb-50 {
    margin-bottom: 50px!important
}

.mb-70 {
    margin-bottom: 70px!important
}

.mb-100 {
    margin-bottom: 100px!important
}

.ml-15 {
    margin-left: 15px!important
}

.ml-30 {
    margin-left: 30px!important
}

.ml-50 {
    margin-left: 50px!important
}

.mr-15 {
    margin-right: 15px!important
}

.mr-30 {
    margin-right: 30px!important
}

.mr-50 {
    margin-right: 50px!important
}

.height-400 {
    height: 400px!important
}

.height-500 {
    height: 500px!important
}

.height-600 {
    height: 600px!important
}

.height-700 {
    height: 700px!important
}

.height-800 {
    height: 800px!important
}

.section-padding-100 {
    padding-top: 70px;
    padding-bottom: 40px
}

.section-padding-50 {
    padding-top: 30px;
    padding-bottom: 30px
}

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

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

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px
}

.section-heading {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin-bottom: 80px!important
}

.section-heading span {
    color: #606060;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 2px
}

.section-heading h3 {
    font-size: 34px;
    margin-bottom: 0;
    font-weight: 600
}

@media only screen and (max-width:767px) {
    .section-heading h3 {
        font-size: 24px
    }
}

.section-heading.text-left {
    text-align: left!important
}

.section-heading.white h3,
.section-heading.white span {
    color: #fff
}

#preloader {
    background: #61ba6d;
    background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
    background: linear-gradient(to right, #61ba6d, #83c331);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000
}

#preloader .circle-preloader {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, .5);
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: spin 2s infinite linear
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-white {
    background-color: #fff!important
}

.bg-dark {
    background-color: #000!important
}

.bg-transparent {
    background-color: transparent!important
}

.font-bold {
    font-weight: 700
}

.font-light {
    font-weight: 300
}

.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover
}

.bg-overlay::after {
    background-color: rgba(0, 0, 0, .88);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: 0;
    padding-right: 0;
    width: 30px;
    height: 30px;
    background-color: #61ba6d;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 40px;
    right: -30px
}

@media only screen and (max-width:767px) {
    .mfp-iframe-holder .mfp-close,
    .mfp-image-holder .mfp-close {
        right: 0
    }
}

#scrollUp {
    background: #61ba6d;
    background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
    background: linear-gradient(to right, #61ba6d, #83c331);
    border-radius: 0;
    bottom: 60px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    right: 60px;
    text-align: center;
    width: 40px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

#scrollUp:hover {
    background-color: #141414
}

@media only screen and (max-width:767px) {
    #scrollUp {
        bottom: 30px;
        right: 30px
    }
}

.academy-btn {
    display: inline-block;
    min-width: 160px;
    height: 65px;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 0 40px;
    font-size: 14px;
    line-height: 65px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #61ba6d;
    background-image: -webkit-linear-gradient(left, #61ba6d 0, #83c331 51%, #61ba6d 100%);
    background-image: linear-gradient(to right, #61ba6d 0, #83c331 51%, #61ba6d 100%);
    font-weight: 600
}

.academy-btn.btn-sm {
    min-width: 110px;
    padding: 0 20px;
    height: 42px;
    line-height: 42px
}

.academy-btn.active,
.academy-btn:focus,
.academy-btn:hover {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #61ba6d;
    background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
    background: linear-gradient(to right, #61ba6d, #83c331)
}

.academy-btn.btn-2 {
    background: #141414
}

.academy-btn.btn-2:focus,
.academy-btn.btn-2:hover {
    background: #69bc5f
}

.academy-btn.btn-3 {
    background: #69bc5f
}

.academy-btn.btn-3:focus,
.academy-btn.btn-3:hover {
    background: #141414
}

.academy-btn.btn-4 {
    background: #fff;
    border: 2px solid #69bc5f;
    color: #606060
}

.academy-btn.btn-4:focus,
.academy-btn.btn-4:hover {
    background: #69bc5f;
    color: #fff
}

.header-area {
    position: relative;
    z-index: 100;
    width: 100%;
   /* height: 125px*/
}

.header-area .top-header {
background: #fff;
    position: fixed;
    width: 100%;
    top: 0px;
    height: 95px;
    box-shadow: 1px 2px 10px #ccc;
}

.header-area .top-header .login-content a {
    display: inline-block;
    font-weight: 600
}

.header-area .top-header .login-content a:hover {
    color: #69bc5f
}

.header-area .academy-main-menu {
    position: absolute;
    width: 100%;
    height: 85px;
    background-color: transparent;
    top: 95px;
    z-index: 100;
    left: 0;
    right: 0
}

.header-area .academy-main-menu .classy-nav-container {
    background-color: transparent
}

.header-area .academy-main-menu .classy-navbar {
    background-color: #f5f7fa;
    height: 85px;
    padding: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .academy-main-menu .classy-navbar {
        padding: 0;
        padding-left: 2em
    }
}

@media only screen and (max-width:767px) {
    .header-area .academy-main-menu .classy-navbar {
        padding: 0;
        padding-left: 2em
    }
}

.header-area .academy-main-menu .classy-navbar .classynav ul li a {
    font-weight: 600;
    text-transform: uppercase
}

.header-area .academy-main-menu .classy-navbar .classynav ul li a:focus,
.header-area .academy-main-menu .classy-navbar .classynav ul li a:hover {
    color: #69bc5f
}

.header-area .academy-main-menu .classynav {
    padding-left: 2em
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-area .academy-main-menu .classynav {
        padding-left: 1em
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .academy-main-menu .classynav {
        padding-left: 0
    }
}

@media only screen and (max-width:767px) {
    .header-area .academy-main-menu .classynav {
        padding-left: 0
    }
}

.header-area .academy-main-menu .calling-info {
    position: relative;
    padding-left: 80px;
    overflow: hidden
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-area .academy-main-menu .calling-info {
        padding-left: 50px
    }
}

.header-area .academy-main-menu .calling-info .call-center {
    position: relative;
    z-index: 1;
    background: #61ba6d;
    background: -webkit-linear-gradient(to right, #ffb235, #83c331);
    background: linear-gradient(to right, #ffb235, #83c331);
    padding: 0 40px;
    line-height: 85px;
    height: 85px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-area .academy-main-menu .calling-info .call-center {
        padding: 0 15px 0 30px
    }
}

.header-area .academy-main-menu .calling-info .call-center a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: block
}

.header-area .academy-main-menu .calling-info .call-center a i {
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    line-height: 41px;
    font-size: 18px;
    text-align: center;
    margin-right: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-area .academy-main-menu .calling-info .call-center a i {
        margin-right: 10px
    }
}

@media only screen and (max-width:767px) {
    .header-area .academy-main-menu .calling-info .call-center a span {
        display: none
    }
}

.header-area .academy-main-menu .calling-info .call-center:before {
    position: absolute;
    width: 50px;
    height: 120%;
    top: 3px;
    left: -28px;
    z-index: 1;
    background-color: #fbad2f;
    content: '';
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-area .academy-main-menu .calling-info .call-center:before {
        width: 42px
    }
}

.header-area .is-sticky .academy-main-menu {
    position: fixed;
    width: 100%;
    height: 85px;
    top: 0;
    left: 0;
    z-index: 3000;
    background-color: #f5f7fa;
    box-shadow: 0 5px 40px rgba(0, 0, 0, .2)
}

.header-area .is-sticky .academy-main-menu::after {
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #83c331;
    content: ''
}

.hero-slides {
    position: relative;
    z-index: 1
}

.hero-slides .single-hero-slide {
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-slides .single-hero-slide {
        height: 400px;
        width: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-slides .single-hero-slide {
        height: 400px;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .hero-slides .single-hero-slide {
        height: 200px;
        margin-top: 40px;
        width: 100%
    }
}

@media only screen and (max-width:400px) {
    .hero-slides .single-hero-slide {
        height: 150px;
        margin-top: 50px;
        width: 100%
    }
}

.hero-slides .single-hero-slide h4 {
    color: #fff;
    margin-bottom: 10px
}

@media only screen and (max-width:767px) {
    .hero-slides .single-hero-slide h4 {
        font-size: 18px
    }
}

.hero-slides .single-hero-slide h2 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-slides .single-hero-slide h2 {
        font-size: 48px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-slides .single-hero-slide h2 {
        font-size: 36px
    }
}

@media only screen and (max-width:767px) {
    .hero-slides .single-hero-slide h2 {
        font-size: 30px
    }
}

.hero-slides .owl-next,
.hero-slides .owl-prev {
    background: #61ba6d;
    background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
    background: linear-gradient(to right, #61ba6d, #83c331);
    width: 56px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    top: 50%;
    margin-top: -28px;
    left: 5%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

@media only screen and (max-width:767px) {
    .hero-slides .owl-next,
    .hero-slides .owl-prev {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px
    }
}

.hero-slides .owl-next:focus,
.hero-slides .owl-next:hover,
.hero-slides .owl-prev:focus,
.hero-slides .owl-prev:hover {
    background: #141414;
    color: #fff
}

.hero-slides .owl-next {
    left: auto;
    right: 5%
}

.hero-slides:hover .owl-next,
.hero-slides:hover .owl-prev {
    opacity: 1;
    visibility: visible
}

.top-features-area {
    position: relative;
    z-index: 50;
    margin-bottom: -60px
}

@media only screen and (max-width:767px) {
    .top-features-area {
        margin-bottom: -115px
    }
}

.top-features-area .features-content {
    position: relative;
    z-index: 50;
    background: #61ba6d;
    background: -webkit-linear-gradient(to right,#fbad2f,#73bb64);
    background: linear-gradient(to right,#fbad2f,#73bb64);
    padding: 40px 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.top-features-area .features-content .single-top-features {
    border-right: 2px solid #fff
}

@media only screen and (max-width:767px) {
    .top-features-area .features-content .single-top-features {
        border-right: none;
        border-bottom: 2px solid #fff;
        padding-bottom: 15px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width:900px) {
    .features-content {
        display: none
    }
}

.top-features-area .features-content .single-top-features i {
    font-size: 40px;
    margin-right: 15px;
    color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .top-features-area .features-content .single-top-features i {
        font-size: 28px;
        margin-right: 10px
    }
}

@media only screen and (max-width:767px) {
    .top-features-area .features-content .single-top-features i {
        font-size: 28px;
        margin-right: 10px
    }
}

.top-features-area .features-content .single-top-features p {
    font-size: 50px;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .top-features-area .features-content .single-top-features h5 {
        font-size: 16px
    }
}

.top-features-area .features-content .col-12:last-child .single-top-features {
    border-right: none
}

@media only screen and (max-width:767px) {
    .top-features-area .features-content .col-12:last-child .single-top-features {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0
    }
}

.single-course-area .course-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91px;
    flex: 0 0 91px;
    min-width: 91px;
    width: 91px;
    background: #61ba6d;
    background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
    background: linear-gradient(to right, #61ba6d, #83c331);
    width: 91px;
    height: 91px;
    line-height: 95px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: 30px
}

.single-course-area .course-content h4 {
    margin-bottom: 15px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-course-area .course-content h4 {
        font-size: 18px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-course-area .course-content h4 {
        font-size: 16px
    }
}

@media only screen and (max-width:767px) {
    .single-course-area .course-content h4 {
        font-size: 18px
    }
}

.single-course-area .course-content p {
    margin-bottom: 0
}

.single-course-area:focus .course-content h4,
.single-course-area:hover .course-content h4 {
    color: #69bc5f
}

.single-testimonial-area {
    position: relative;
    z-index: 1
}

.single-testimonial-area .testimonial-thumb {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    max-width: 55px;
    width: 55px;
    height: 55px;
    border: 2px solid transparent;
    margin-right: 40px;
    margin-top: 15px;
    border-radius: 50%
}

.single-testimonial-area .testimonial-thumb img {
    border-radius: 50%
}

.single-testimonial-area .testimonial-content h5 {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px
}

.single-testimonial-area .testimonial-content p {
    color: #fff
}

.single-testimonial-area .testimonial-content h6 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px
}

.single-testimonial-area .testimonial-content h6 span {
    color: #69bc5f
}

.single-testimonial-area:hover .testimonial-thumb {
    border-color: #69bc5f
}

.single-testimonial-area:hover .testimonial-content h5 {
    color: #69bc5f
}

.single-top-popular-course {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    background-color: #eef3f6
}

.single-top-popular-course .popular-course-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%;
    width: 54%;
    padding: 30px
}

@media only screen and (max-width:767px) {
    .single-top-popular-course .popular-course-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

.single-top-popular-course .popular-course-content h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px
}

.single-top-popular-course .popular-course-content span {
    font-size: 12px;
    color: #61ba6d;
    margin-bottom: 10px;
    display: block
}

.single-top-popular-course .popular-course-content .course-ratings {
    font-size: 10px;
    color: #fbb710;
    margin-bottom: 30px
}

.single-top-popular-course .popular-course-content .course-ratings .fa-star-o {
    color: #e0e3e4
}

.single-top-popular-course .popular-course-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
    width: 46%;
    height: 350px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-top-popular-course .popular-course-thumb {
        height: 420px
    }
}

@media only screen and (max-width:767px) {
    .single-top-popular-course .popular-course-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .single-top-popular-course .popular-course-thumb {
        height: 250px
    }
}

.popular-course-details-area .single-top-popular-course {
    margin-bottom: 0
}

.popular-course-details-area .single-top-popular-course .popular-course-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 570px;
    flex: 0 0 570px;
    max-width: 570px;
    width: 570px;
    padding: 30px;
    margin-left: auto
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .popular-course-details-area .single-top-popular-course .popular-course-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 465px;
        flex: 0 0 465px;
        max-width: 465px;
        width: 465px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .popular-course-details-area .single-top-popular-course .popular-course-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
        flex: 0 0 370px;
        max-width: 370px;
        width: 370px
    }
}

@media only screen and (max-width:767px) {
    .popular-course-details-area .single-top-popular-course .popular-course-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

.popular-course-details-area .single-top-popular-course .popular-course-content h5 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-left: -2px
}

.popular-course-details-area .single-top-popular-course .popular-course-content span {
    font-size: 14px;
    color: #61ba6d;
    margin-bottom: 10px;
    display: block
}

.popular-course-details-area .single-top-popular-course .popular-course-content .course-ratings {
    font-size: 10px;
    color: #fbb710;
    margin-bottom: 30px
}

.popular-course-details-area .single-top-popular-course .popular-course-content .course-ratings .fa-star-o {
    color: #e0e3e4
}

.popular-course-details-area .single-top-popular-course .popular-course-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    height: 620px
}

@media only screen and (max-width:767px) {
    .popular-course-details-area .single-top-popular-course .popular-course-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 400px
    }
}

.partners-logo {
    position: relative;
    z-index: 1
}

.partners-logo a {
    display: inline-block;
    max-width: 130px
}

@media only screen and (max-width:767px) {
    .partners-logo a {
        max-width: 40px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .partners-logo a {
        max-width: 60px
    }
}

.call-to-action-area {
    position: relative;
    z-index: 1;
    background: #61ba6d;
    background: -webkit-linear-gradient(to right, #fbad2f, #83c331);
    background: linear-gradient(to right, #fbad2f, #83c331);
    padding: 30px 0
}

.call-to-action-area .cta-content h3 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .call-to-action-area .cta-content h3 {
        font-size: 24px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .call-to-action-area .cta-content h3 {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .call-to-action-area .cta-content h3 {
        font-size: 24px;
        margin-bottom: 30px
    }
}

.call-to-action-area .cta-content .academy-btn {
    min-width: 110px;
    padding: 0 20px;
    height: 42px;
    line-height: 38px;
    border: 2px solid #fff
}

.main-footer-area {
    background-color: #232323
}

.main-footer-area .footer-widget .widget-title {
    margin-bottom: 25px
}

.footer-widget p{
    color: #e6e6e6;
}
.section-padding-100-01{
    padding-top: 30px;
    padding-bottom: 0;
}
.main-footer-area .footer-widget .widget-title h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    color: #7fc238;
    margin-top: 10px;
    text-transform: uppercase;
}

.main-footer-area .footer-widget .footer-social-info a {
    display: inline-block;
    color: #606060;
    margin-right: 15px
}

.main-footer-area .footer-widget .footer-social-info a:focus,
.main-footer-area .footer-widget .footer-social-info a:hover {
    color: #fff
}

.main-footer-area .footer-widget .useful-links li a {
    display: block;
    color: #f3f3f3;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500
}

.main-footer-area .footer-widget .useful-links li a:focus,
.main-footer-area .footer-widget .useful-links li a:hover {
    color: #69bc5f
}

.main-footer-area .footer-widget .gallery-list a {
    position: relative;
    z-index: 1;
    @flex (0 0 30%);
    max-width: 30%;
    margin-bottom: 15px;
    cursor: zoom-in
}

.main-footer-area .footer-widget .gallery-list a::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(97, 186, 109, .8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.main-footer-area .footer-widget .gallery-list a:hover::after {
    opacity: 1;
    visibility: visible
}

.main-footer-area .footer-widget .single-contact i {
    color: #69bc5f;
    font-size: 20px;
    margin-right: 15px;
    padding-top: 7px
}

.main-footer-area .footer-widget .single-contact p {
    margin-bottom: 0
}

.bottom-footer-area {
    background-color: #141414;
    padding: 10px 0;
    text-align: center
}

.bottom-footer-area p {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
}

.bottom-footer-area p a {
    color: #606060;
    font-size: 15px
}

.breadcumb-area {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 300px
}

.breadcumb-area .bradcumbContent {
    width: 550px;
    height: 110px;
    background: #61ba6d;
    background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
    background: linear-gradient(to right, #61ba6d, #83c331);
    position: absolute;
    bottom: -60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    z-index: 30
}

@media only screen and (max-width:767px) {
    .breadcumb-area .bradcumbContent {
        width: 280px
    }
}

.breadcumb-area .bradcumbContent h2 {
    text-align: center;
    font-size: 40px;
    color: #fff
}

@media only screen and (max-width:767px) {
    .breadcumb-area .bradcumbContent h2 {
        font-size: 24px
    }
}

.breadcumb-area .bradcumbContent h1 {
    text-align: center;
    font-size: 30px;
    color: #fff
}

.breadcumb-area .bradcumbContent p {
    text-align: center;
    font-size: 28px;
    color: #fff;
    margin-top: 8px;
}

@media only screen and (max-width:767px) {
    .breadcumb-area .bradcumbContent h1 {
        font-size: 24px
    }
}

.about-slides {
    position: relative;
    z-index: 1
}

.about-slides .owl-next,
.about-slides .owl-prev {
    background: #61ba6d;
    background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
    background: linear-gradient(to right, #61ba6d, #83c331);
    width: 56px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    top: 50%;
    margin-top: -28px;
    left: 5%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

@media only screen and (max-width:767px) {
    .about-slides .owl-next,
    .about-slides .owl-prev {
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin-top: -18px
    }
}

.about-slides .owl-next {
    left: auto;
    right: 5%
}

.single-teachers-area {
    position: relative;
    z-index: 1
}

.single-teachers-area .teachers-info h5 {
    font-weight: 400;
    margin-bottom: 3px
}

.single-teachers-area .teachers-info span {
    color: #69bc5f;
    font-size: 14px
}

@media only screen and (max-width:767px) {
    .academy-blog-sidebar {
        margin-top: 100px
    }
}

.single-blog-post {
    background-color: #eef3f6;
    padding: 30px
}

.single-blog-post .post-title {
    font-size: 24px;
    display: block;
    font-weight: 500;
    margin-bottom: 5px
}

.single-blog-post .post-title:focus,
.single-blog-post .post-title:hover {
    color: #69bc5f
}

.single-blog-post .post-meta {
    margin-bottom: 30px
}

.single-blog-post .post-meta p {
    font-size: 12px;
    color: #69bc5f;
    margin-bottom: 0
}

.single-blog-post .post-meta p a {
    font-size: 12px;
    color: #69bc5f;
    font-weight: 500
}

.academy-pagination-area .pagination .page-item .page-link {
    width: 36px;
    height: 36px;
    background-color: #eef3f6;
    display: block;
    padding: 0;
    border: none;
    margin-right: 10px;
    color: #242424;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 36px
}

.academy-pagination-area .pagination .page-item .page-link:focus,
.academy-pagination-area .pagination .page-item .page-link:hover {
    background-color: #61ba6d;
    color: #fff
}

.academy-pagination-area .pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.academy-pagination-area .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.academy-pagination-area .pagination .page-item.active .page-link {
    background-color: #61ba6d;
    color: #fff
}

.blog-post-search-widget form {
    position: relative;
    z-index: 1
}

.blog-post-search-widget form input {
    width: 100%;
    height: 48px;
    border: none;
    background-color: #eef3f6;
    padding: 0 30px;
    font-size: 12px;
    font-style: italic
}

.blog-post-search-widget form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 48px;
    background-color: #69bc5f;
    border: none;
    z-index: 10;
    cursor: pointer;
    color: #fff
}

.blog-post-categories {
    background-color: #eef3f6;
    padding: 30px
}

.blog-post-categories h5 {
    font-size: 18px;
    margin-bottom: 30px
}

.blog-post-categories ul {
    padding-left: 30px
}

.blog-post-categories ul li a {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block
}

.blog-post-categories ul li a:focus,
.blog-post-categories ul li a:hover {
    color: #69bc5f
}

.latest-blog-posts {
    background-color: #eef3f6;
    padding: 30px
}

.latest-blog-posts h5 {
    font-size: 18px;
    margin-bottom: 30px
}

.latest-blog-posts .latest-blog-post-thumb {
    @flex (0 0 66px);
    max-width: 66px;
    width: 66px;
    margin-right: 15px
}

.latest-blog-posts .latest-blog-post-content .post-title h6 {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    font-weight: 500;
    margin-bottom: 3px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .latest-blog-posts .latest-blog-post-content .post-title h6 {
        font-size: 14px
    }
}

.latest-blog-posts .latest-blog-post-content .post-title h6:focus,
.latest-blog-posts .latest-blog-post-content .post-title h6:hover {
    color: #69bc5f
}

.latest-blog-posts .latest-blog-post-content .post-date {
    font-size: 12px;
    color: #69bc5f
}

.map-area {
    position: relative;
    z-index: 2
}

.map-area #googleMap {
    width: 100%;
    height: 650px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .map-area #googleMap {
        height: 500px
    }
}

.contact-content {
    background-color: #eef3f6;
    padding: 100px 30px;
    position: relative;
    z-index: 15;
    top: 100px;
    margin-bottom: 100px
}

@media only screen and (max-width:767px) {
    .contact-content {
        padding: 50px 30px
    }
}

.contact-content .section-heading {
    margin-bottom: 30px!important
}

.contact-content .contact-social-info a {
    color: #69bc5f;
    display: inline-block;
    margin-right: 30px
}

.contact-content .contact-icon i {
    padding-top: 5px;
    display: inline-block;
    color: #69bc5f
}

.contact-content .contact-form-area {
    padding: 40px 20px;
    background-color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .contact-content .contact-form-area {
        margin-top: 100px
    }
}

@media only screen and (max-width:767px) {
    .contact-content .contact-form-area {
        margin-top: 50px
    }
}

.contact-content .contact-form-area .form-control {
    height: 55px;
    width: 100%;
    background-color: #eef3f6;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
    padding: 15px 25px
}

.contact-content .contact-form-area textarea.form-control {
    height: 200px
}

.elements-title h2 {
    font-weight: 500
}

.elements-title span {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    color: #8e8e8e;
    margin-bottom: 15px
}

.single-pie-bar h6 {
    font-weight: 500
}

.single-cool-fact {
    position: relative;
    z-index: 1
}

.single-cool-fact i {
    font-size: 45px;
    margin-bottom: 30px;
    display: block;
    color: #69bc5f
}

.single-cool-fact h3 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 5px
}

.single-cool-fact p {
    font-size: 16px;
    margin-bottom: 0
}

.single-accordion.panel {
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px
}

.single-accordion:last-of-type {
    margin-bottom: 0
}

.single-accordion h6 {
    margin-bottom: 0;
    text-transform: uppercase
}

.single-accordion h6 a {
    background-color: #f5f7fa;
    border-radius: 0;
    color: #141414;
    display: block;
    margin: 0;
    padding: 20px 60px 20px 20px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500
}

.single-accordion h6 a span {
    font-size: 10px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 23px
}

.single-accordion h6 a span.accor-open {
    opacity: 0
}

.single-accordion h6 a.collapsed {
    background: #61ba6d;
    background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
    background: linear-gradient(to right, #61ba6d, #83c331);
    color: #fff
}

.single-accordion h6 a.collapsed span.accor-close {
    opacity: 0
}

.single-accordion h6 a.collapsed span.accor-open {
    opacity: 1
}

.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none
}

.single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0
}

.academy-tabs-content {
    position: relative;
    z-index: 1
}

.academy-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px
}

.academy-tabs-content .nav-tabs .nav-link {
    background: #61ba6d;
    background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
    background: linear-gradient(to right, #61ba6d, #83c331);
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    margin: 0 2px;
    border-radius: 0;
    border: none
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .academy-tabs-content .nav-tabs .nav-link {
        padding: 0 10px
    }
}

@media only screen and (max-width:767px) {
    .academy-tabs-content .nav-tabs .nav-link {
        padding: 0 10px
    }
}

.academy-tabs-content .nav-tabs .nav-link.active {
    background: #f5f7fa;
    color: #141414
}

.academy-tabs-content .tab-content h6 {
    font-size: 18px
}

ol.ul-check li:before,
ul.ul-check li:before {
    content: '\f00c';
    font-family: FontAwesome;
    color: #83c331;
    margin-right: 15px
}

ol.ul-check li:before,
ul.ul-check li {
    padding: 6px 0;    
    font-size: 16px;
    line-height: 25px;
    
}

.disclaimer_wrapper {
    background: #de8703;
    padding: 2px 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    text-align: center
}

.disclaimer {
    background: #de8703;
    padding: 2px 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    display: none;
    text-align: center;
    font-size: 18px
}

@media (max-width:850px) {
    .disclaimer_wrapper {
        display: none
    }
}

@media (max-width:850px) {
    .disclaimer {
        display: block
    }
}

.hfour {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0
}

.ahref1 {
    color: #fff;
    font-size: 25px
}

.ahref1:hover {
    color: #fff;
    font-size: 25px
}

.dropdown_new {
    display: block;
    width: 100%;
    margin: auto
}

.dropdown_new {
    margin-top: 15px
}

.dropdown__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 7px 15px;
    box-sizing: border-box;
    font: 600 14px/22px sans-serif;
    background-color: #4b4b4b;
    cursor: pointer;
    transition: background .3s ease;
    will-change: background
}

.dropdown__top h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px
}

.dropdown__top:hover {
    background: #de8703
}

.dropdown__top::after {
    content: '\f13a';
    font: 20px FontAwesome;
    transition: transform .5s ease;
    will-change: transform
}

.heading_h3 {
    color: #434343;
    font-weight: 600;
    text-align: center;
    margin: 50px 0 30px
}

.open .dropdown__top::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdown__btm {
    background: #f2f2f2;
    color: #555;
    font-size: 15px;
    line-height: 1.4;
    box-sizing: border-box;
    padding: 15px;
    display: none
}

.para1 {
    font-size: 16px
}

.head-h1 {
    font-size: 2rem
}

.head-h2 h2 {
    font-size: 1.8rem
}

@media only screen and (max-width:600px) {
    .para1 {
        font-size: 10px
    }
    .head-h1 {
        font-size: 1.2rem
    }
    .head-h2 h2 {
        font-size: 1rem
    }
}

.acc {
    background-color: #de8703;
    color: #fff;
    cursor: pointer;
    padding: 2px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 15px;
    transition: .4s
}

.acc h4 {
    color: #fff;
    font-size: 18px
}

.acc h4 span {
    float: right
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 0
}

.new-bg-img {
    background-image: url(img/bg-img/acount-help3.jpg)
}

.new-bg-img1 {
    background-image: url(img/bg-img/acount-help.jpg)
}

.new-bg-img2 {
    background-image: url(img/bg-img/acount-help3.jpg)
}

.social-img {
    font-size: 22px
}

.hfour {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0
}

.ahref1 {
    color: #fff;
    font-size: 25px
}

.phone-icon {
    font-size: 25px
}

.fa-phone1 {
    color: #fff
}

.fa-phone2 {
    font-size: 25px
}

.call-modal {
    background-color: #dff2f8;
    width: 100%;
    margin: 0 auto;
    float: left;
}
/*.modal-body {*/
    /* background: linear-gradient(100deg, #95d0ff 50%, #005498 50%); */
/*    float: left;*/
/*    width: 100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    background: #83c331;*/
/*}*/

.modal-body button.close {
    position: absolute;
    top: 1px;
    right: 2px;
    color: #fff;
    opacity: 1;
    background: #ff9500;
    padding: 3px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.form_popup_left {
    float: left;
    width: 50%;
}

.call-img {
    width: 100%;
}

.form_popup_right {
    float: left;
    width: 50%;
    padding: 30px 0 0;
    background: #fff;
    border: 2px dashed #ccc;
}
.call-para {
    width: 260px;
    margin: auto;
}

.call-para p{
	text-align: center;
}

.call-h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    color: #5a5a5a;
    text-align: center;
}

.call-h2 span {
    color: #ff6d28;
}


.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("img/bg-img/breadcumb.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}



.bg-green{
    background: #69bc5f; padding:20px;
}

.bg-green h1{
    color: #000; font-weight: 700;font-size: 36px;
}

.bg-green p{
    color: #000;;
}

.nt-7{
    margin-top: 70px;
}

.new-card{
    background: #eaeae8;
    padding: 20px;
        height: 600px;
            box-shadow: 1px 1px 5px #777777;
}

@media only screen and (max-width:767px) {
   .bg-green h1{
    color: #000; font-weight: 700;
  font-size: 16px;
}

.new-card{
    background: #eaeae8;
    padding: 20px;
    margin-bottom: 20px;
        height: auto;
            box-shadow: 1px 1px 5px #777777;
}
}




/* ==============================
   2. header-style
   ============================== */

   .top-bar {
    position: relative;
    background: linear-gradient(to right,#0375a8,#83c331);
    line-height: 49px;
    position: relative;
    z-index: 9;
  }
  
  .top-bar .top-bar-info {
    display: inline-block;
  }
  .top-bar .top-bar-info li {
    color: #fff;
    margin-right: 20px;
    display: inline-block;
    position: relative;
    top: 3px;
  }
  .top-bar .top-bar-info li i {
      color: #fff;
      margin-right: 10px;
      font-size: 20px;
      position: relative;
      top: 3px;
  }
  
  
  .top-bar .social li {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
  }
  .top-bar .social li a:hover {
    color: #48c7ec;
    transition: .5s ease-in-out;
  }
  
  .top-bar .social li:last-child {
    padding-right: 0px;
  }
  .top-bar .social,
  .top-bar .link {
    display: inline-block;
    margin-left: 20px;
  }
  
  
  /*logo*/
  
  .main-logo {
    margin: 16px 0  16px;
  }
  
  
  /*==============================================
      Mainmenu Area Css
  ===============================================*/
  .social li a i{
  color: #fff;
}
  
  .theme_menu .container {
    position: relative;
  }
  
  .theme_menu {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 2;
  }
  .theme_menu .menu-column {
    padding-left: 0;
  }
  
  .theme_menu .menuzord {
    padding: 0;
    background: transparent;
  }
  
  
  
  
  
  
  
  .theme_menu .main-menu {
    padding: 0;
    background: transparent;
  }
  
  .main-menu > li.home > a {
    font-family: FontAwesome;
    color: #2ca01c;
    background: #0b111e;
    padding: 19px 24px 18px;
    font-size: 20px;
  }
  
  
  .mainmenu-area {
    background: #000
  }
  
  .main-menu {
    position: relative;
    background: #fff;
    float: left;
    width: 100%;
  }
  
  .navbar-collapse {
    padding: 0px
  }
  
  .navigation {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    display: block;
  }
  .navigation .nav-links {
    text-align: center;
    max-width: 400px;
    margin: 40px auto;
    display: flex;
    justify-content: center;
    grid-gap: 12px;
}
  .navigation > li {
    display: inline-block;
  }
  
  .navigation > li.home > a {
    font-family: FontAwesome;
    color: #2ca01c;
    background: #0b111e;
    padding: 19px 24px 18px;
    font-size: 20px;
  }
  
  .navigation > li > a {
    padding: 35px 16px;
    text-transform: uppercase;
    color: #333;
    display: inline-block;
    text-decoration: none;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 14px;
    font-weight: 600;
    outline: 0;
    line-height: 1.42857143;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
  }
  
  .navigation > li:hover > a {
    color: #2ca01c;
  }
  
  .navigation > li > ul {
    list-style: none;
    margin: 0;
    padding: 15px 0;
    display: none;
    position: absolute;
    z-index: 99;
    min-width: 180px;
    white-space: nowrap;
    display: none;
    min-width: 250px;
    background: #10252e;
  }
  
  .navigation > li > ul > li {
    position: relative;
    display: block;
  }
  
  .navigation > li > ul > li > a {width: 100%;background: none;padding: 10px 25px 10px 22px;
    text-decoration: none;display: inline-block;float: left;clear: both;position: relative;outline: 0;position: relative;padding: 8px 30px;color: #fff;-webkit-transition: .5s ease-in-out;transition: .5s ease-in-out;font-size: 14px;}
  
  .navigation > li > ul > li > a:before {
      position: absolute;
      left: 30px;
      top: 15px;
      font-size: 10px;
      color: #303030;
      content: "\f192";
      font-family: FontAwesome;
      -webkit-transition: .5s ease;
      transition: .5s ease;
      display: none;
  }
  
  .navigation > li > ul > li > a:hover:before {
      color: #2ca01c;
      -webkit-transition: .5s ease;
      transition: .5s ease;
  }
  
  
  
  .navigation > li > ul > li:last-child > a {
    border-bottom: 0px;
  }
  
  .navigation > li > ul > li:hover > a {
    color: #ffffff;
  }
  
  /*========= third-menu ===============*/
  
  .navigation > li > ul > li.third-menu ul {
    position: absolute;
    left: 230px;
    top: 0px;
    background: #333;
    width: 200px;
    border-top: 2px solid #fff;
    padding: 12px 0px;
    z-index: 999;
    display: none;
  }
  .navigation > li > ul > li.third-menu {
    position: relative;
  }
  .navigation > li > ul > li.third-menu ul a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 20px;
    margin: 0;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
  }
  .navigation > li > ul > li.third-menu ul a:hover {
    color: #2ca01c;
  }
  .navigation > li > ul > li.third-menu:after {
    position: absolute;
    content: "\f0de";
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    right: 14px;
    transform: rotate(90deg);
    top: 3px;
  }
  
  /*========= mobile-menu ==============*/
  
  .mobile-menu .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #ffffff;
    cursor: pointer;
    display: block;
    z-index: 5;
  }
  .mobile-menu .dropdown-btn:after {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%;
  }
  
  .mobile-menu,
  .mobile-menu > li > ul,
  .mobile-menu > li > ul > li > ul{
    background: #131d33;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  }
  
  .mobile-menu > li > ul,
  .mobile-menu > li > ul > li > ul{
    display: none;
  }
  
  .mobile-menu > li > a,
  .mobile-menu > li > ul > li > a,
  .mobile-menu > li > ul > li > ul > li > a{
    padding:10px 20px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    line-height:22px;
    color:#ffffff;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    border-top: 1px solid #fff;
  } 
  
  
  
  
  
  
  
  /*megamenu*/
  
  
  
  .w100 {
    width: 100%;
  }
  .w50 {
    width: 50%;
    float: left;
  }
  .row-10 {
    margin: 0 -10px;
  }
  .megamenu .form-group {
    padding: 0 10px;
  }
  .megamenu .default-form {
    max-width: 410px;
    margin-bottom: 30px;
  }
  .megamenu .default-form.register-form {
    width: 405px;
    border: 1px solid #2f2f2f;
    padding: 10px 30px 24px;
    background: #252525;
  }
  
  .default-form.register-form .form-group {
    margin-bottom: 0;
  }
  .default-form.register-form .link {
    border-bottom: 1px solid #2f2f2f;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #fff;
  }
  .default-form.register-form .link .thm-color-2 {
    color: #303030;
  }
  .default-form.register-form .thm-color:hover,
  .default-form.register-form .thm-color-2:hover {
    color: #48c7ec;
    transition: .5s ease;
  }
  
  .default-form.register-form .link_2 {
    position: relative;
  }
  
  .default-form.register-form .link_2.singn {
    padding-left: 25px;
  
  }
  .default-form.register-form .link_2 .fancy_video {
    position: absolute;
    left: 0;
    top: 1px;
    width: 15px;
    border-radius: 50%;
    font-size: 8px;
    text-align: center;
    line-height: 15px;
    height: 15px;
    color: #222;
    background: #48c7ec;
    font-family: "FontAwesome";
  
  }
  .default-form.register-form .link_2 .fancy_video span {
    position: relative;right:-1px;
  }

  







/*=================== Cart And Search Option ===============*/

.theme_menu .right-column {
    position: absolute;
    right: 0;
    width: 50px;
}


.nav_side_content {
  margin-top: 44px;
  position: relative;
  right: 0;
}
.nav_side_content .cart_select>button {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  margin-right: 23px;
  color:#272727;
}
.nav_side_content .cart_select>button span {
  font-weight: normal;
  padding: 0 0px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -20px;
  color: #48c7ec;
}
.nav_side_content .cart_select>button i {
  font-size: 18px;
  margin-left:5px;
}
.nav_side_content .cart_select,
.nav_side_content .search_option {
  display: inline-block;
  vertical-align: middle;
}
.nav_side_content .search_option>button {
  height: 26px;
  font-size: 15px;
  color: #222;
  border-left: 1px solid #828d92;
  padding-left: 35px;
}

.nav_side_content .search_option form {
    height: 50px;
    width: 280px;
    padding: 5px;
    border-radius: 4px;
    margin: 0;
    left: auto;
    right: 0;
    border-color: #48c7ec;
    top: 70px;
}
.nav_side_content .search_option form input {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    width: 100%;
    height: 100%;
    background: transparent;
    color: #9e9e9e;
    border: 1px solid rgba(51, 51, 51, 0.16);
    padding: 0 47px 0 10px;
    font-size: 15px;
    border-radius: 3px;
    box-shadow: inset 0 0 11px 2px rgba(119, 119, 119, 0.25);
}
.nav_side_content .search_option form button {
  display: block;
  width:40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top:5px;
  right:5px;
  color:#48c7ec;
}
.nav_side_content .cart_select {
  border-left: 1px solid #ececec;
  padding-left: 5px;
}

.theme_menu .link_btn {
  margin-top: 24px;
}


.bg-main-banner{
    height: auto;
    width: 100%;
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.bg-main-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34,34,34,.45);
    opacity: 0.5;
}
.main-content-box{
    background: rgba(255,255,255, 0.70);
    padding: 40px 40px;
    z-index: 1;
    width: 100%;
    border-radius: 5px;
}
.main-content-box h1 {
    color: #000000;
    font-size: 30px;
    line-height: 32px;
    margin: 14px 0 9px;
    font-weight: 700;
}

.main-content-box .btn-sm {
    font-weight: 600;
    line-height: 20px;
    border-radius: 5px 5px;
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 10px 10px 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.main-content-box .btn-green{
    color: #fff;
    background: #2ca01c;
    border: 2px solid #2ca01c;
}

.main-content-box .btn-sm.btn-green:hover {
    color: #2ca01c;
    background: transparent;
    border: 2px solid #2ca01c;
}
.main-content-box p{
    color: #1e1d1d;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 10px;
}

/* Mainmenu fixed style */
@keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}
.theme_menu.stricky-fixed {
  margin: 0;
  position: fixed;
  background: #fff;
  top:0;
  left:0;
  width: 100%;
  z-index: 99999;
  animation-name: menu_sticky;
  animation-duration: 0.60s;
  animation-timing-function: ease-out;
}
  h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
 
  
  
  
/************************** 
* default-blog styles 
***************************/

.default-blog-news {
  position: relative;
  transition: .5s ease-in-out;
  margin-bottom: 50px;
}


 .lower-content{
    position: relative;
}
.default-blog-news .date {
  position: absolute;
  left: 0px;
  top: 30px;
  height: 64px;
  width: 64px;
  background: #48c7ec;
  line-height: 20px;
  padding-top: 13px;
  z-index: 9;
  color: #fff;
  text-align: center;
}

.default-blog-news .lower-content .text p{
  margin-bottom: 10px;
}

.default-blog-news .lower-content h3 a {
    color: #222;
    font-weight: 600;
    font-size: 23px;
}

.default-blog-news .lower-content h3 a:hover{
  color:#61ba6d;
  transition: all 300ms ease;
}

.default-blog-news .lower-content .post-meta{
  color: #303030;
  font-size:16px;
  margin-bottom: 7px;
}


.lower-content h3{
    margin-bottom: 10px;
}
.lower-content h3 span{
    color:#2ca01c;
}

.lower-content h3 a{
    font-size: 32px;
    font-weight: 700;
}


.lower-content .text p{
    line-height: 33px;
}

.default-blog-news .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}
.default-blog-news .img-holder a {
  width: 100%;
}


.default-blog-news .overlay {
    background-color: rgba(16, 37, 46, 0.9);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 450ms ease-out 0s;
    transform: rotateY(180deg) scale(0.5,0.5);
}

.default-blog-news:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateY(0deg) scale(1,1);
}
.default-blog-news .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}
.default-blog-news .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.default-blog-news .img-holder .overlay .box .content a i {
    background: #61ba6d;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.default-blog-news .img-holder .overlay .box .content a:hover i {
    background: #48c7ec;
}

  /***

  /*** 

====================================================================
  Fact Counter Section
====================================================================

***/

.fact-counter{
    position:relative;
    padding: 70px 0px 40px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    overflow:hidden;
    color:#ffffff;
    margin-bottom: 3px;
  }
  
  .fact-counter:before{
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background: rgba(10, 27, 34, 0.95);
    z-index:0;
  }
  
  .fact-counter .auto-container{
    position:relative;
    z-index:1;
  }
  
  .fact-counter .column{
    position:relative;
    margin-bottom:40px;
    text-align:center;
    z-index:5;  
  }
  .fact-counter .item {
    position: relative;
    border: 2px solid #19333e;
    color: #fff;
    padding: 17px 0 25px;
  }
  
  .fact-counter .column .icon i {
    font-size: 30px;
    position: absolute;
    bottom: -10px;
    right: 5px;
    margin-bottom:20px;
    color: #19333e;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
  }
  
  .fact-counter .count-outer{
    position:relative;
    font-size: 36px;
    font-weight: 600;
    padding: 0px 10px 5px;
    font-family: 'Poppins', Sans-serif;
  }
  .fact-counter .count-outer:before {
  }
  
  .fact-counter .column .counter-title{
    position:relative;
    font-size: 18px;
    font-weight: 100;
    font-family: "Hind", Sans-serif;
    color: #48c7ec;
  }

/*** 

====================================================================
    whychoos-us Section style
====================================================================

***/
.sec-padd2 {
    padding: 75px 0 30px;
}
.sec-padd{
    padding: 75px 0 80px;
}
.whychoos-us {
    background: #f7f7f7;
  }
  
  .whychoos-us .section-title {
    width: calc(100% - 24%);
  }


  .whychoos-us .section-title p {
    font-size: 18px;
    margin-top: 50px;
    text-align: center;
  }
  
  .whychoos-us .item {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
  
  
  
/*  .whychoos-us .item p:before,
  .whychoos-us .item:before {
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    background: #eaeaea;
    left: 0;
    bottom: 0;
  }*/
  
/*  .whychoos-us .item p:after,
  .whychoos-us .item:after {
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    background: #2ca01c;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: .5s ease;
  }*/
  
  
  .whychoos-us .item:hover p:after,
  .whychoos-us .item:hover:after {
    transform: scaleX(1);
    transition: .5s ease;
  }
  
  .whychoos-us .icon_box {
      color: #2ca01c;
      font-size: 50px;
}
  
  .whychoos-us h3 {
    font-size: 20px;
    color: #222;
    margin-bottom: 15px;
  }
  
  .whychoos-us .item p {
    position: relative;
    padding-bottom: 24px;
    text-align: justify;
  }
  
  .whychoos-us .count {
    position: absolute;
    right: 0;
    top: 56px;
    font-size: 40px;
    color: #f0f0f0;
  }

  .text p {
      text-align: justify;
      margin-bottom: 14px;
  }
  .section-title {
    position: relative;
    padding-bottom: 15px;
}
.section-title h2 {
    position: relative;
    text-transform: capitalize;
}

.section-title h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
 } 
 .section-title.equal-width p {
    margin: 20px 0px;
}
.section-title.equal-width {
    width:calc(100% - 10%);
}
.section-title:before {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
}

.section-title:after {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 50px;
    height: 1px;
    background: #2ca01c;
}
.whychoos-us .section-title:after {
    left: 50%;
    margin-left: -25px;
}
.text p{
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    color: #303030;
    line-height: 26px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea{
  display:block;
  width:100%;
  line-height:24px;
  height:46px;
  font-size:16px;
  box-shadow: none;
  border: 1px solid #f4f4f4;
  padding:12px 15px;
  background: #fff;
  border-radius: 0px;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.default-form textarea{
  height: 115px;
}
.default-form .bootstrap-select {
    border: 1px solid #f4f4f4;
    background: #f7f7f7;
    color: #a2a2a2;
    padding: 10px 0;
    font-size: 16px;
    height: auto;
}
.default-form .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.default-form .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}
.default-form  .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.default-form  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #2ca01c;
  color: #fff;
}
.default-form .form-control:focus {
  border-color: #2ca01c;
  box-shadow: none;
}
/*** 

====================================================================
    service Section style
====================================================================

***/

.service {
    position: relative;
  }
  
  .service .item {
    padding: 4px;
    margin-bottom: 5px;
    border: 1px solid #f4f4f4;
  }
  
  .service.style-2 .column{
    margin-bottom: 50px;
  }
  
  .service .item:before {
      pointer-events: none;
      position: absolute;
      z-index: -1;
      content: '';
      top: 98%;
      left: 10%;
      right: 10%;
      height: 15px;
      width: 80%;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
      transition-duration: 0.3s;
      transition-property: transform, opacity;
      z-index: 9;
  }
  .service .item:hover:before {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      transform: translateY(5px);
  }
  
.default-overlay-outer{
    position:absolute;
    display:block;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    padding:10px;
    transition:all 700ms ease;
    -webkit-transition:all 700ms ease;
    -ms-transition:all 700ms ease;
    -o-transition:all 700ms ease;
    -moz-transition:all 700ms ease;
  }
  
  .default-overlay-outer .inner{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:table;
    vertical-align:middle;
    text-align:center;
  }
  
  .default-overlay-outer .inner .content-layer{
    position:relative;
    display:table-cell;
    vertical-align:middle;
    color:#ffffff;
  }
  
  
  
  .service .item .img-box {
    position: relative;
    overflow: hidden;
  }
  
  .service .item .img-box img {
    width: 100%;
  }
  .service .item .default-overlay-outer{
    opacity:0;
    top:-100%;
    background: rgba(16, 37, 46, 0.9);
  }
  
  .service .item:hover .default-overlay-outer{
    top:0;
    opacity:1;  
  }
  
  .service .item .thm-btn {
    padding: 0 25px;
    line-height: 34px; 
  }
  
  .service .owl-carousel .owl-stage-outer {
    padding-bottom: 5px;
  }
  
  
  
  
  .service .content {padding: 12px 5px;}
  
  .service .content h5 {color: #2ca01c;
    font-size: 14px;}
  
  .service .content h3 {
    padding: 15px 0;
    font-size: 17px;
    color: #000;
    font-weight: 700;
  }
  
  .service .service_carousel .owl-nav {
      margin: 0;
      padding: 0;
      position: absolute;
      bottom: 100%;
      right: 0;
      margin: 0;
      margin-bottom: 65px;
  }
  
  .service .service_carousel .owl-nav [class*=owl-] {
      color: #202f35;
      font-size: 20px;
      margin: 0;
      padding: 0;
      background-color: transparent;
      height: 40px;
      width: 18px;
      line-height: 36px;
      font-weight: 700;
      text-align: center;
      margin-left: 1px;
      display: inline-block;
      transition: color .3s ease;
  }
  button:focus, a:hover,a:focus,a:visited {text-decoration: none; outline: none;}
  .service .service_carousel .owl-nav [class*=owl-]:hover {
      color: #48c7ec;
      transition: .5s ease;
  }
  .service .content {
    padding: 12px 5px;
    height: 331px;
}
  
  .service .content h3 {
    padding: 15px 0;
    font-size: 16px;
    color: #2ca01c;
    font-weight: 600;
}

.c-green{
    color:#2ca01c;
}
  
/*** 

====================================================================
    Testimonials Section style
====================================================================

***/

.testimonials-section{
    position:relative;
    background: #10252e;
}
.testimonials-section .section-title{
    margin-bottom: 50px;
}

.testimonials-section .section-title:before {
    background: #2a3a40;
}

.testimonials-section  .section-title:after {
    left: 50%;
    margin-left: -25px;
}
.testimonials-section .section-title h2 {
    color: #fff;
}


.testimonials-section .slide-item{
    position:relative;
    margin-top: 5px;
    padding: 30px;
    padding-right: 50px;
    background: #142b35;
    transition: .5s ease;
    height: 600px;
}
.testimonials-section .slide-item:before {
    /* width: 50px; */
    height: 50px;
    pointer-events: none;
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    background: white;
    background: linear-gradient(315deg, #222 45%, #333 50%, #333333 56%, #333 80%);
    transition-duration: 0.3s;
    transition-property: width, height;
}
.project-content.testimonials-section .slide-item{
    margin-bottom: 50px;
}
.padd-bottom-30{
  padding-bottom: 30px ;
}

.testimonials-section .slide-item:hover {
  transition: .5s ease;
}


.testimonials-section .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled{
 display: block;
}
.testimonials-section .quote {
    position: absolute;
    font-size: 30px;
    right: 15px;
    bottom: 15px;
    color: #19333e;
    transition: .5s ease;
}
.testimonials-section .slide-item:hover .quote {
  transition: .5s ease;
}

.testimonials-section .author{
    position:relative;
    padding: 15px 0px 0px 100px;
    margin-bottom: 43px;
    color:#c9c9c9;
    line-height:20px;
}

.testimonials-section .author .img-box {
    position:absolute;
    left:0px;
    top:6px;
}
.testimonials-section .author .img-box img {
    border-radius: 50%;
}


.testimonials-section .author h4 {
  position:relative;
  color: #ffffff;
  font-size: 20px;
}




.testimonials-section .author p {
    position:relative;
    color: #2ca01c;
}

.testimonials-section .slide-text{
  margin-top: 15px;
  margin-left: 0px;
}

.testimonials-section .slide-text p {
  text-align: justify;
  color: #ffffff;
}
.text p{
  text-align: justify;
}

.testimonials-section .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;

}

/*nav*/
.testimonials-section .owl-carousel {
  position: inherit;
}
.testimonials-section .testimonials-slider .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
}

.testimonials-section .testimonials-slider .owl-nav [class*=owl-] {
    color: #2a3a40;
    font-size: 24px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    padding: 0 5px;
    display: inline-block;
    transition: color .3s ease;
}

.testimonials-section .testimonials-slider .owl-prev {
    float: left;
    width: 20%;
    text-align: center;
}
.testimonials-section .testimonials-slider .owl-prev i {
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #26373d;
    transition: .5s ease;
}
.testimonials-section .testimonials-slider .owl-prev i:hover {
    color: #2ca01c;
    border-color: #2ca01c;
    transition: .5s ease;
}
.testimonials-section .testimonials-slider .owl-next {
    float: right;
    width: 20%;
    text-align: center;
}

.testimonials-section .testimonials-slider .owl-next i {
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #26373d;
    transition: .5s ease;
}
.testimonials-section .testimonials-slider .owl-next i:hover {
    color: #2ca01c;
    border-color: #2ca01c;
    transition: .5s ease;
}



  
  /************************** 
   service-style3 styles 
  ***************************/
  
  
  .service-style3 {
    position: relative;
    background: #f7f7f7;
  }
  
  
  .service-style3 .bottom-content .icon_box {
    position: relative;
    margin-right: 15px;
    color: #222;
    padding-bottom: 27px;
    margin-bottom: 18px;
  }
  .service-style3 .bottom-content .icon_box:after {
      content: "";
      position: absolute;
      top: 86px;
      left: 0;
      width: 60px;
      height: 1px;
      background: #eaeaea;
  }
  .service-style3 .bottom-content .icon_box:after {
      content: "";
      position: absolute;
      top: 86px;
      left: 0;
      width: 60px;
      height: 1px;
      background: #eaeaea;
  }
  .service-style3 .overlay-box .title:after {
      content: "";
      position: absolute;
      top: 45px;
      left: 0;
      width: 60px;
      height: 1px;
      background: #eaeaea;
  }
  
  .service-style3 .bottom-content .icon_box span {
    font-size: 55px;
    color: #48c7ec;
  }
  .service-style3 .bottom-content h4 {
    float: left;
    margin-top: 13px;
    color: #222;
    transition: .5s ease-in-out;
    font-size: 20px;
  }
  
  .service-style3 .bottom-content p {
    color: #48c7ec;
  }
  .service-style3 .overlay-box p {
    position: relative;
    color: #48c7ec;
    margin-bottom: 45px;
  }
  .service-style3 .item {
    position: relative;
    background: #fff;
  }
  .service-style3 .item:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 98%;
    left: 10%;
    right: 10%;
    height: 15px;
    width: 80%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    transition-duration: 0.3s;
    transition-property: transform, opacity;
    z-index: 9;
  }
  .service-style3 .item:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateY(5px);
  }
  
  
  
  
  
  .service-style3 .overlay-box {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 0%;
    left: 0;
    border: 1px solid #48c7ec;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 0px;
    transition: .3s ease-out;
    background: rgba(255, 255, 255, 0.9);
  }
  .service-style3 .item {
    margin-bottom: 50px;
  }
  .service-style3 .item:hover .overlay-box {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    transition: .5s ease-in-out;
    height: 100%;
  }
  
  .service-style3 .overlay-box .inner-box {
    position: relative;
    padding: 20px 30px 0px;
  }
  .service-style3 .overlay-box .icon_box {
    margin-right: 15px;
    color: #fff;
    position: absolute;
    right: -20px;
    top: 0;
  }
  .service-style3 .overlay-box .icon_box span {
    font-size: 176px;
    color: #f7f7f7;
  }
  
  
  .service-style3 .overlay-box h4 {
    margin-top: 13px;
    position: relative;
    margin-bottom: 8px;
    color: #222;
    transition: .5s ease-in-out;
  }
  
  
  .service-style3 .overlay-box .text {
    color: #fff;
    margin: 20px 0;
    position: relative;
  }
  
  .service-style3 .overlay-box .text p {color: #303030;}
  
  
  
  .service-style3 .bottom-content {
    position: relative;
    padding: 32px 30px;
    transition: .5s ease;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
  }
  .service-style3 .item:hover .bottom-content {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    transition: .5s ease;
  }
  
  
  .service-style3 .owl-theme .owl-nav {
      margin: 0;
      padding: 0;
      position: absolute;
      bottom: 100%;
      right: 0;
      margin: 0;
      margin-bottom: 65px;
  }
  
  .service-style3 .owl-theme .owl-nav [class*=owl-] {
      color: #202f35;
      font-size: 20px;
      margin: 0;
      padding: 0;
      background-color: transparent;
      height: 40px;
      width: 18px;
      line-height: 36px;
      font-weight: 700;
      text-align: center;
      margin-left: 1px;
      display: inline-block;
      transition: color .3s ease;
  }
  
  .service-style3 .owl-theme .owl-nav [class*=owl-]:hover {
      color: #48c7ec;
      transition: .5s ease;
  }
  
  /*service single*/
  

/* ==============================
   call-out styles
   ============================== */
   
.thm-btn-tr {
    position: relative;
    background: transparent;
    font-size: 14px;
    line-height: 46px;
    font-weight: 600;
    color: #ffffff;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    padding: 0 38px;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
  }
  .thm-btn-tr:hover {
    background: #48c7ec;
    border-color: #48c7ec;
    color: #fff;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
  }
  
   .call-out {
    background: #61ba6d;
    background: linear-gradient(to right,#0375a8,#83c331);
    background: linear-gradient(to right,#0375a8,#83c331);
    padding: 5px 0 25px;
  }
  .call-out .logo {
    margin-top: 23px;
  }
  .call-out h4 {
    color: #fff;
    margin-top: 35px;
    font-size: 18px;
  }
  .call-out .thm-btn-tr {
    color: #fff;
    background: transparent;
    border-color: #fff;
    margin-top: 20px;
    line-height: 41px;
    padding: 0 21px;
  }
  .call-out .thm-btn-tr:hover {
    color:#61ba6d;
    background: #fff;
    border-color: #fff;
  }
  
  .thm-btn {
    position: relative;
    background: #2ca01c;
    font-size: 14px;
    line-height: 46px;
    font-weight: 600;
    color: #ffffff;
    border: 2px solid 2ca01c;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    padding: 0 38px;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
  }
  .thm-btn:hover {
    background: transparent;
    color: #ffffff;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
  }
  button {border:none; outline:none; box-shadow: none; display: block; padding: 0; background: transparent;}
  input,textarea {font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;display: block; font-size: 16px; line-height: 28px; outline: none; box-shadow: none;transition: all 0.3s ease-in-out;}
    
  
/*** 

====================================================================
  Main Footer
====================================================================

***/
.footer-bottom .copy-text {
    font-family: 'Poppins', sans-serif;
    color: #303030;
    font-size: 14px;
}
.social li {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
  }
  .social li a {
    color: #fff;
    transition: .5s ease-in-out;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    outline: none;
  }
  
.main-footer{
    position:relative;
    background:#10252e;
    color:#303030;
  }
  
  .main-footer .footer-title{
    text-transform:uppercase;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
  }
  .main-footer .footer-logo {
    margin-bottom: 40px;
  }
  
  .main-footer .widgets-section{
    position:relative;
    padding:70px 0px 0px;
  }
  
  
  
  .main-footer .footer-widget{
    position:relative;  
  }
  
  .main-footer .footer-column h2{
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:30px;
    color:#a1c436;  
  }
  
  
  .main-footer .about-widget .text{
    margin-bottom:20px;
    padding-bottom: 5px;
  }
  
  .main-footer .contact-info{
    margin-bottom: 25px;
  }
  
  .main-footer .contact-info li{
    position:relative;
    padding-left: 35px;
    margin-bottom: 16px;
    line-height:24px;
    color: #fff;
  }
  
  .main-footer .contact-info li span {
    position:absolute;
    left:0px;
    top:0px;
    line-height:24px;
    font-size: 24px;
    color: #fff;
  }
  
  
.default_link {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #61ba6d;
    font-weight: 600;
  }
  .default_link:hover {
    color: #48c7ec;
  }
  
  .default_link i {
    margin-left: 3px;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    top: 1px;
  }
  
  .main-footer .contact-widget .social li {
    padding-left: 0px;
    padding-right: 8px;
  }
  .main-footer .contact-widget .social li a {
    transition: .5s ease;
    color: #37444a;
    border: 2px solid #19333e;
    border-radius: 50%;
    line-height: 38px;
    height: 38px;
    width: 38px;
    text-align: center;
  
  }
  .widget-content .text p {
      color: #848484;
      font-size: 15px;
  }
  
  .main-footer .contact-widget .social li a:hover {
    border-color: #61ba6d;
    color: #61ba6d;
    transition: .5s ease;
  
  }
  
  
  
  
  
  
  
  .main-footer .social-links a{
    display:inline-block;
    width:32px;
    height:32px;
    margin-left:5px;
    line-height:30px;
    border:1px solid transparent;
    background:none;
    color:#686868;
    font-size:14px;
    text-align:center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  
  .main-footer .social-links a:hover{
    color:#a1c436;
    border-color:#a1c436; 
  }
  
  .main-footer .posts-widget .post{
    position:relative;
    margin-bottom: 14px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-bottom:1px solid rgba(255,255,255,0.15);
  }
  
  .main-footer .posts-widget .post:last-child{
    border-bottom:none;
    padding-bottom:0px;
    margin-bottom:0px;  
  }
  
  .main-footer .posts-widget .post .content{
    position:relative;
    min-height: 40px;
    padding-left: 0;
    padding-top:0px;
    margin-bottom: 5px;
  }
  
  .main-footer .posts-widget .post .content .post-thumb{
    position:absolute;
    left:0px;
    top:0px;
    width:60px;
    height:52px;
  }
  
  .main-footer .posts-widget .post .content .post-thumb img{
    display:block;
    width:100%; 
  }
  
  .main-footer .posts-widget .post h4{
    font-size:14px;
    color:#999999;
    line-height: 26px;
  }
  
  .main-footer .posts-widget .post h4 a{
    color:#303030;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    font-size: 16px;
  }
  
  .main-footer .posts-widget .post .time{
    color:#48c7ec;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    font-size: 16px;
  }
  
  .main-footer .posts-widget .post .time .fa{
    padding-right:8px;  
  }
  
  .main-footer .links-widget .list li{
    position:relative;
    margin-bottom: 13px;
    list-style: none !important;
    margin-left: 0px;
  }
  
  .main-footer .links-widget .list li a{
    position:relative;
    color: #848484;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    font-size: 16px;
  }
  
  .main-footer .posts-widget .post:before,
  .main-footer .links-widget .list li a:before{
    content: '';
    position:absolute;
    left:0px;
    background: transparent;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transition: .5s ease-in-out;
  }
  
  .main-footer .links-widget .list li a:hover:before{
    background: #2ca01c;
    transition: .5s ease-in-out;
  }
  
  .main-footer .links-widget .list li a:hover{
    color: #2ca01c;
  }
  
  .main-footer .contact-widget{
    position:relative;
  }
  
  .main-footer .news-widget .default-form {
    position:relative;
  }
  
  .main-footer .news-widget .default-form input {
    margin-top: 22px;
    margin-bottom: 20px;
    height: 45px;
    padding-left: 50px;
  }
  .main-footer .news-widget .default-form span {
    position: absolute;
    left: 15px;
    top: 12px;
    color: #48c7ec;
    font-size: 14px;
    border-right: 1px solid #ccc;
    padding: 3px 7px 4px 0px;
  }
  
  
  .main-footer .news-widget .default-form .thm-btn {
    line-height: 41px;
    width: 100%;
  }
  
  .footer-bottom {
    background: #10252e;
    border-top: 1px solid #142b35;
    padding: 26px 0;
  }
  .footer-bottom .copy-text {
    font-family: 'Poppins', sans-serif;
    color: #303030;
    font-size: 14px;
  }
  .footer-bottom .copy-text p{
    color: #848484;
    transition: .3s ease;
  }
  .footer-bottom .get-text ul li {
    float: left;
  }
  .footer-bottom .get-text ul li a {
    color: #303030;
    font-size: 14px;
    margin-right: 5px;
    font-family: "Popins", sans-serif;
  }
  .footer-bottom .get-text ul li a:hover {
    color: #48c7ec;
    transition: .3s ease;
  }
  
.scroll-top {
    width: 60px;
    height: 60px;
    position: fixed;
    border-radius: 50%;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    display: none;
    color: #ffffff;
    background: #10252e;
    text-align: center;
    border: 2px solid #2ca01c;
}
.scroll-top span:before {
  font-size: 27px;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

  
.customer_main{
    background-color: aqua;
    padding: 20px 0px;
}

/* ------------------------------------------banner----------------------------------------------- */
.customer_main_banner{
    background-color: #aeddba;
    padding: 40px 0px;
    position: relative;
}
.half_circle {
    position: absolute;
    left: 0px;
}
.cust_banner_content{
    margin-top: 100px;
}
.cust_banner_content h1{
    font-size: 40px;
    font-weight: 900;
}
.cust_banner_content p{
    color: #145567;
}
.cust_banner_content h1 span{
    color: #1ab54a;
}
.cust_img_main img{
    width: 100%;
}
/* -------------------------------------------------call-quickbook------------------------------------------- */
.call_quickbooks {
    background-color: #32c21e;
    margin: 50px 0px;
    padding: 30px 0px;
}
.call_quick_main{
    text-align: center;
    padding: 15px 0px;
}
.call_quick_main h3{
    font-size: 40px;
    padding: 5px 0px;
    font-weight: 700;
    color: #fff;
    font-family: ui-sans-serif;
}
.call_quick_btn .btn-call_quick{
    border-radius: 40px;
    padding: 5px 40px;
    font-weight: 600;
    font-size: 20px;
    font-family: ui-sans-serif;
    box-shadow: -1px 5px 8px 0px rgb(0 0 0 / 75%);
    background-color: #fff;
}

/* ------------------------------------------------------------accurance--------------------------------------- */
.assurance_girl_side img{
    width: 100%;
}
.assurance_content h2{
    font-size: 35px;
    font-weight: 700;
    font-family: ui-sans-serif;
    border-bottom: 1px solid #154e0d;
    padding-bottom: 15px;
    margin: 0px;
}
.assurance_content h2 span{
    color: #154e0d;
}
.paragraph_main {
    margin-top: 17px;
}

/*----------------------------------------------------- be-ready----------------------------------------------- */
.be_ready_to_call{
    background-color: #e6e2e1;
    padding: 30px 0px;
    margin: 40px 0px;
}
.be_ready_to_call_heading h2{
    font-size: 42px;
    font-weight: 700;
    font-family: ui-sans-serif;
    text-align: center;
}
.be_ready_to_call_heading h2 span{
    color: #154e0d;
}
.be_ready_left p{
    font-size: 17px;
    text-align: justify;
    padding-top: 15px;
}
.be_ready_to_call_heading{
    position: relative;
}
.be_ready_to_call_heading h2:after {
    position: absolute;
    content: "";
    background-color: #154e0d;
    width: 54%;
    height: 1px;
    left: 260px;
    top: 100px;
}
.portray_img_right img{
    width: 100%;
}
.portray_heading h2{
    font-size: 42px;
    font-weight: 700;
    font-family: ui-sans-serif;
    margin: 0px;
}
.portray_heading h2 span{
    color: #154e0d;
}
.portray_left_content p{
    text-align: justify;
    font-size: 16px;
    margin-bottom: 15px;
}
.assurance_content p{
    text-align: justify;
    font-size: 16px;
    margin-bottom: 15px;
}
.portray_heading{
    position: relative;
}
.portray_absolute h2:after{
    position: absolute;
    content: "";
    background-color: #154e0d;
    width: 60%;
    height: 1px;
    left: 3px;
    top: 100px;
}
.portray_left_content{
    margin-top: 25px;
}
.portray_main{
    margin: 40px 0px;
}

/* --------------------------------------How does Contribution of --------------------------------- */
.how_does_contribution{
    background-image: url(./img/how_does_contribution.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
}
.how_does_heading h2{
    font-size: 40px;
    font-weight: 700;
    font-family: ui-sans-serif;
    color: #fff;
    padding: 10px 0px;
    border-bottom: 1px solid #2eb21c;
}
.how_does_ul_main ul{
    list-style: none;
}
.how_does_ul_main ul li{
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}
.how_does_ul_main span i{
    margin-right: 10px;
    color: #32c21e;
    font-size: 20px;
}
.how_does_ul_main p{
    color: #fff;
    font-size: 17px;
    padding: 12px 0px;
    text-align: justify;
}

/*------------------------------------------------------ must_contact----------------------------------------------- */
.must_contact{
    padding: 50px 0px;
}
.must_img_content{
    float: right;
    position: relative;
}
.position_absol h2:after{
    position: absolute;
    content: "";
    background-color: #154e0d;
    width: 86%;
    height: 1px;
    left: 110px;
    top: 57px;

}
.must_contact_img_left img{
    width: 200px;
}
.must_contact h2{
    font-size: 42px;
    font-weight: 700;
    font-family: ui-sans-serif;
    text-align: right;
    margin: 0px;
    margin-bottom: 30px;
}
.must_contact p{
    font-size: 16px;
    text-align: justify;
}
.must_contact h2 span{
    color: #154e0d;
}

/* ---------------------------------------------Learn Invoice Creation------------------------------------------ */
.learn_invoice_content{
    position: relative;
}
.learn_absolute_heading h2::after{
    position: absolute;
    content: "";
    background-color: #154e0d;
    width: 66%;
    height: 1px;
    left: 2px;
    top: 95px;
}
.learn_absolute_heading h2{
    font-size: 40px;
    font-weight: 700;
    font-family: ui-sans-serif;
    margin: 0px;
    margin-bottom: 30px;
}
.learn_absolute_heading h2 span{
    color: #154e0d;
}
.learn_invoice_content p{
    font-size: 16px;
    margin-bottom: 15px;
    text-align: justify;
}
.learn_img_invoice{
    float: right;
}
.learn_img_invoice img{
    width: 200px;
}

/*-------------------------------------- Quickbooks Support Official Contact Information--------------------------------------- */

.acc_one h4{
    font-size: 22px;
    color: #fff;
    padding: 5px 0px;
}
.quickbook_support_info{
    background-color: #32c21e;
}
.quick_left_side h2{
    color: #fff;
    font-weight: 700;
    font-family: ui-sans-serif;
}
.quick_right_side{
    text-align: right;
}
.quick_right_side h2{
    color: #fff;
    font-weight: 700;
    font-size: 40px;
}
.remarkable_img_image img{
    width: 100%;
}
.remarkable_section{
    position: relative;
    margin: 50px 0px;
    border: 3px solid #32c21e;
    border-radius: 44px;
}
.remarkable_heading {
    position: absolute;
    top: 0px;
    text-align: center;
}
.remarkable_heading h2{
    font-size: 40px;
    font-weight: 700;
    font-family: ui-sans-serif;
    margin: 0px;
    padding: 30px 0px;
}
.remarkable_heading p{
    font-size: 17px;
    width: 80%;
    margin: auto;
}

.remarkable_heading_absolute h2:after{
    position: absolute;
    content: "";
    background-color: #154e0d;
    width: 58%;
    height: 1px;
    left: 242px;
    top: 95px;
}
.happy_client_img img{
    width: 150px;
}
.three_project{
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: -96px;
}
.happy_client_content {
    margin: 30px 0px;
}
.happy_client_content h3{
    font-size: 30px;
    font-weight: 700;
    font-family: ui-sans-serif;
}
.happy_client_content p{
    font-size: 25px;
    text-align: center;
}
  


/*-------------------------------------------- 03 -02 - 2022 quickbooks-technical-support-one------------------------------------------- */

.banner_main_services{
    background-color: #aeddba;
    position: relative;
        padding: 20px 0px 0px;
}
.layer_rectangle{
    position: absolute;
    left: 0px;
    bottom: 60px;
}
.layer_rectangle img{
    width: 100%;
}
.banner_serives_right img{
    width: 100%;
}
.banner_side_content h1{
    font-size: 40px;
    font-weight: 700;
}
.banner_side_content h1 span{
    color: #28b662;
}
.banner_side_content p{
    color: #145567;
}
.banner_contact_us .btn-banner_contact{
    color: #fff;
    background-color: #28b662;
}
.banner_side_content{
    margin-top: 120px;
}

/* Quickbooks Customer Service Phone Number */

.quick-book_customer_services{
    padding: 40px 0px;
}


.quick-book-customer_left img{
    width: 100%;
}
.customer_right_side_book h2{
    font-size: 40px;
    text-align: right;
    font-weight: 700;
    font-family: ui-sans-serif;
    border-bottom: 1px solid #32c21e;
    margin-bottom: 26px;
}
.customer_right_side_book h2 span{
    color: #32c21e;
}
.quick-book-customer_right p{
    font-size: 16px;
    text-align: justify;
    margin-bottom: 15px;
}

/* -----------------------------------------best services-------------------------------------------- */
.our_best_services{
    background-color: #e6e2e1;
    padding: 50px 0px;
    
}
.b_services_heading h2{
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    font-family: ui-sans-serif;
    border-bottom: 1px solid #32c21e;
    width: 40%;
    margin: auto;
    padding: 15px 0px;
}
.b_services_heading h2 span{
    color: #16510e;
}
.semi_circle_one{
    background-image: url(./img/semi-circle.png);
    width: 270px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
}
.semi_circle_one.left_one{
    background-image: url(./img/Shape-7-copy-2.png);
    width: 270px;
    height: 270px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 110px;

}
.semi_circle_one.left_two{
    background-image: url(./img/shape-3.png);
    width: 290px;
    height: 270px;
    background-repeat: no-repeat;
    background-size: cover;
}
.semi_circle_one.left_three{
    background-image: url(./img/Shape-7-copy-4.png);
    width: 270px;
    height: 270px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -110px;
}
.semi_icon_img{
    background-color: #fff;
    width: 90px;
    height: 90px;
    text-align: center;
    border-radius: 60px;
    margin: auto;
}
.semi_icon_img img{
    width: 60px;
    margin-top: 9px;
}
.semi_pos_absolute p{
    font-size: 24px;
    color: #fff;
    text-align: center;
    width: 80%;
    margin: auto;
}
.semi_pos_absolute{
    padding-top: 25px;
}
.call-center{
    text-align: center;
    margin-top: 110px;
}
.call-center img{
    border: 1px solid black;
    border-radius: 50%;
    padding: 10px;
}

/* -------------------------When You Need to Contact QuickBooks  Customer Service Number?--------------------------  */
.when_you_img_right img{
    width: 100%;
}
.when_need_to_contact{
    background-color: #e6e2e1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 100% 76%, 100% 88%, 50% 100%, 0 87%);
    padding-bottom: 95px;

}
.when_you_need_heading h2{
    font-size: 40px;
    font-weight: 700;
    font-family: ui-sans-serif;
    border-bottom: 1px solid #32c21e;
    margin-bottom: 26px;
    padding: 12px 0px;
    width: 60%;
    margin-right: auto;
}
.when_you_need_left p{
    text-align: justify;
    font-size: 16px;
    margin-bottom: 15px;
}
.when_you_need_heading h2 span{
    color: #32c21e;
}
/* ----------------------------- Dial QuickBooks Customer Service Phone Number To Know It`s Feature --------------------------------- */
.errors_main h3{
    font-size: 25px;
        margin-top: 20px;
}
.errors_main h3 span{
    color: #32c21e;
}
.dial_quick_phone_num_heading h2{
    text-align: center;
    margin: auto;
    font-size: 40px;
    font-weight: 700;
    font-family: ui-sans-serif;
    margin-bottom: 26px;
    padding: 12px 0px;
    width: 80%;
}
.dial_quick_phone_num_heading h2 span{
    color: #32c21e;
}
.dial_quick_phone_num_heading{
    position: relative;
}
.dial_quick_phone_num_heading p{
    text-align: center;
}
/* .dial_quick_phone_num_heading h2:after{
    top: 120px;
    position: absolute;
    content: "";
    background-color: #16510e;
    height: 1px;
    width: 42%;
    left: 340px;
} */
.dial_number_para p{
    font-size: 16px;
    text-align: justify;
    margin-bottom: 10px;
}
/* --------------------------- Make an Instant GlanceFavorable Component Of QuickBooks ---------------------------- */
.make_an_instant{
    background-image: url(./img/make_an_instant.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px;
}
.make_card_instant{
    background-color: #fff;
    padding: 30px;
    text-align: center;
    margin:10px 0px;
    box-shadow: 0px 4px 14px 0px rgb(0 0 0 / 75%);
    border-radius: 15px;
}
.people_icon_make{
    background-color: #4d4d4d;
    margin: auto;
    width: 80px;
    height: 80px;
    border-radius: 40px;
}
.people_icon_make img{
    width: 60px;
    margin-top: 16px;
}
.people_content_make h5{
    font-size: 30px;
    font-weight: 700;
    font-family: ui-sans-serif;
}
.people_content_make p{
    font-size: 20px;
    font-weight: 700;
    font-family: ui-sans-serif;
    background-color: #32c21e;
    width: 80%;
    margin: auto;
}
.make_an_instant_glance h2{
    text-align: right;
    margin: auto;
    font-size: 40px;
    font-weight: 700;
    font-family: ui-sans-serif;
    margin-bottom: 26px;
    padding: 12px 0px;
    color: #fff;
    border-bottom: 1px solid #32c21e;
}
.make_an_instant_glance p{
    color: #fff;
    font-size: 16px;
    text-align: right;
}
.make_an_instant_glance{
    margin-top: 110px;
}
.make_card_instant.one{
    margin-top: 45px;
}
.make_card_instant.three{
    margin-top: 30px;
}
.dial_quickbooks_customer_services{
    padding: 50px 0px;
    background-color: #e6e2e1;
}




/* ------ Glance on QuickBooks Customer Service Phone Number------------ */
.glance_book_ul li span{
    margin-right: 6px;
}
.glance_on_heading h22{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    font-family: ui-sans-serif;
    margin-bottom: 26px;
    padding: 12px 0px;
    border-bottom: 1px solid #32c21e;
}
.glance_on_heading h2 span{
    color: #32c21e;
}
.glance_on_heading h3{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    font-family: ui-sans-serif;
    margin-bottom: 26px;
    padding: 12px 0px;
    border-bottom: 1px solid #32c21e;
}
.glance_on_heading h3 span{
    color: #32c21e;
}
.glance_on_heading p{
    padding: 30px 0px;
    font-size: 16px;
    text-align: justify;
}
.glance_on_right img{
    width: 100%;
}
.glance_on_left h2{
    font-size: 30px;
    font-weight: 700;
    font-family: ui-sans-serif;
    padding: 12px 0px;
}
.be_disappoint_left h2{
    font-size: 40px;
    font-weight: 700;
    font-family: ui-sans-serif;
    margin-bottom: 26px;
    padding: 12px 0px;

}
.be_disappoint_left p{
    text-align: justify;
    font-size: 16px;
}
.be_disappointed{
    background-color: #e6e2e1;
    padding: 50px 0px;
}
.recent_reviews_heading{
    text-align: center;
}
.recent_reviews_heading h2{
    font-size: 40px;
    font-weight: 700;
    font-family: ui-sans-serif;
}
.recent_reviews_heading h1{
    border-bottom: 1px solid #32c21e;
    font-size: 40px;
    font-weight: 700;
    font-family: ui-sans-serif;
    margin: 0px;
    color: #32c21e;
    width: 30%;
    margin: auto;
}
.glance_book_ul li{
font-size: 16px;
}
.glance_book_ul{
    line-height: 30px;
        margin-bottom: 10px;
}
.glance_on_quickbooks_customer{
    margin: 50px 0px;
}
.glance_book_ul li::marker{
    color: #32c21e;
    font-size: 20px;
}
.must_contact_para p{
    text-align: justify;
    margin-bottom: 15px;
}
.glance_mr_bottom p{
    padding: 0px;
    margin-bottom: 15px;
}
.dial_quick_phone_num_heading h3{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    font-family: ui-sans-serif;
    margin-bottom: 26px;
    padding: 12px 0px;
    border-bottom: 1px solid #32c21e;
}
.dial_quick_phone_num_heading h3 span{
    color: #32c21e;
}
.glacne_heading_four_three p{
    margin-bottom: 15px;
}
.glacne_heading_four_three h4{
    font-size:20px;
    margin-top:20px;
}
.glacne_heading_four_three h4 span{
        color: #32c21e;
}
/* -------------------------------------RECENT REVIEWS-------------------------- */

.recent_layer_green{
    background-image: url(./img/testimonial_layer.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 360px;
    height: 310px;
    margin:50px 0px;
    position: relative;

}
.testi_monials_img img{
    width: 100px;
}
.testi_monials_img{
    position: absolute;
    top: -36px;
    left: 130px;
}
.testimonials_content {
    position: absolute;
    top: 75px;
    width: 80%;
    left: 35px;
    text-align: center;
}
.testimonials_content p {
    font-size: 14px;
    line-height: 22px;
}
.testimonials_content h4{
    font-size: 20px;
    font-weight: 700;
    font-family: ui-sans-serif;
    text-align: right;

}

/* -------------------------------------------------05-02-2022-------------------------------------------------------------------------- */
.m-30{
    margin: 30px 0px;
}

/* -----------------------------quickbooks-customer-service-one.php---------------------- */
.quick-book_customer_servicess {
    padding: 40px 0px;
    background-color: #e6e2e1;
} 
.glance_on_quickbooks_customers {
    padding: 50px 0px;
    background-color: #e6e2e1;
}
.dial_quickbooks_customer_servicess{
    margin: 50px 0px;
}

@media (max--width:799px){
    .banner_main_services{
        height: auto;
    }
}



#staticBackdrop {

            background-image: linear-gradient(rgb(0 0 0 / 88%), rgb(0 0 0 / 79%));

        }


        .want_quickbooks {
            color: #457c17;
            font-family: ui-serif;
            font-weight: 900;
            font-size: 30px;
        }

        .enquire_contact_side {
            background-color: #dedddd;
            padding: 30px;
            border-radius: 40px;
        }

        .enquire_contact_side h4 {
            font-family: ui-serif;
            font-weight: 900;
            font-size: 25px;
            color: #457c17;
            text-align: center;
        }

        .enquire_main_right h4 {
            font-family: ui-serif;
            font-weight: 900;
            font-size: 25px;
            text-align: center;
            color: #457c17;
        }

        .enquire_main_form_div .form-group .form-control {
            background-color: #dedddd;
        }

        .enquire_side_img img {
            width: 100%;
        }

        .enquire_button_main {
            text-align: center;
        }

        .enquire_main_right {
            margin-bottom: 30px;
        }

        #popUpMain .modal-body {
            background-color: #fff;
            border-radius: 25px;
        }

        .close-enquire {
            font-size: 30px;
        }

        #popUpMain .modal-content {
            border-radius: 25px;

        }

        @media only screen and (min-width: 320px) and (max-width: 991px) {
            .close-enquire {
                font-size: 20px;
            }

            .want_quickbooks {
                font-size: 20px;
            }

            .enquire_contact_side h4 {
                font-size: 20px;
            }

            .enquire_contact_side {
                padding: 10px;
            }

            .enquire_side_img {
                text-align: center;
            }

            .enquire_side_img img {
                width: 200px;
            }

            #popUpMain .modal-content {
                border-radius: 0px;
                overflow: scroll;
                overflow-x: hidden;
                height: 900px;
                width: 100%;
            }


        }
        
        
        /*ratna*/
         .main-heading{
             font-size: 2.5rem;
              font-weight: 700;
              color: #062002;
              text-transform: uppercase;
              position: relative;
            }

            h1.main-heading span{color:#2ca01c;}
          
            .borde-run::before {
                content: '';
                position: absolute;
                left: 0;
                bottom: -9px;
                height: 15px;
                width: 15px;
                border-radius: 50%;
                background: linear-gradient(110deg, #293a27 60%, #2ca01c 60%);
                -webkit-animation-duration: 3s;
                animation-duration: 3s;
                -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
                -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
                -webkit-animation-name: MOVE-BG;
                animation-name: MOVE-BG;
                animation: mymove 8s infinite;
            }
            @keyframes mymove {
                from {left: 0px;}
                to {left: 148px;}
              }

                   

            .borde-run {
                width: 150px;
                height: 5px;
                position: relative;
                border-bottom: 5px solid;
                border-image: linear-gradient(to right, #2ca01c 25%, #2ea11e 50%, #062002 75%) 5;
                position: relative;
                margin-bottom: 25px;
                
            }

            .inn-para p{ text-align: justify; margin-bottom: 25px; color: #333333; font-size: 1rem; line-height: 1.5rem;  overflow-wrap: break-word;}
            .inn-para p a{ text-decoration: none; color: #495647;}
            .inn-para p a:hover{color:#2ca01c;  }
            .inn-para p span.para-spn{ color: #495647; font-weight: 600;}

            .inn-para h4.semi-bold4{color: #242424; font-weight: 600; font-size: 1.3rem; text-transform: capitalize; margin-bottom: 10px;}


            .inn-para h3.semi-bold, .full-box-bg h3.semi-bold, .full-box-plain h3.semi-bold{ color: #293a27; font-size: 1.5rem; font-weight: 700; margin: 15px 0px  15px 0px; text-transform: uppercase;}
            .inn-para h3.semi-bold span, .full-box-bg h3.semi-bold span, .full-box-plain h3.semi-bold span{color:#2ca01c; }


            .inn-top-para{ padding: 20px 45px; background: linear-gradient(to right,#0375a8,#83c331); margin:10px 0px 40px 0px; border-radius: 25px; transition: ease-in-out 1.1s; width: 100%;}
            .inn-top-para h3{ font-size: 1.5rem; font-weight: 500; color: #ffffff; margin-bottom: 15px; text-transform: capitalize; text-shadow: 1px 2px 3px #000000;  overflow-wrap: break-word;}
            .inn-top-para p{ text-align:justify; color: #ffffff; font-size: 1.1rem; font-weight: 400; text-shadow: 1px 2px 3px #000000;}
            .inn-top-para p a{color: #ffffff; font-size: 1.1rem; font-weight: 400; text-shadow: 1px 2px 3px #000000;  overflow-wrap: break-word;}


         .content-bg{ background-color: #e9f1ea; padding: 20px 0px 40px 0px;}
         .mrgn-sixty{ margin: 90px 0px 35px 0px !important;}
         .full-box-bg{background-color: #e2e9e3; padding: 40px 0px; margin: 20px 0px;}
        
            .scroller-content
            {               
                height: 373px;
                overflow: hidden;
                overflow-y: scroll;
                margin-bottom: 25px;
            }            
            .scroll-part { min-height: 450px; padding-right: 10px;}
                 
            .scroll-style::-webkit-scrollbar-track
            {
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
                background-color: #F5F5F5;
                border-radius: 10px;
            }
            
            .scroll-style::-webkit-scrollbar
            {
                width: 12px;
                background-color: #F5F5F5;
            }
            
            .scroll-style::-webkit-scrollbar-thumb
            {
                border-radius: 20px;
                background-color: #000000;
                background-image: -webkit-gradient(linear,
                                                   40% 0%,
                                                   75% 84%,
                                                   from(#4D9C41),
                                                   to(#19911D),
                                                   color-stop(.6,#54DE5D))
            }




            /* Float Shadow */
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
  }
  .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    /* move the element up by 8px */
   
  }
  .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
  }

  .tnc-section{ padding: 30px 0px;}
  .tnc-list{ margin: 20px 0px;}
  .tnc-list li{ padding: 0px 0px 0px 25px; text-align: justify; margin-bottom: 15px; color: #333333; font-size: 1rem; line-height: 1.4rem; background: url(../img/list-tick.png) no-repeat left top 5px ;  overflow-wrap: break-word;}
  .defin-box{padding: 30px 30px 65px 30px; background: #c9e9c5 url(../img/dec-bg.png) no-repeat right 10px bottom 10px;  margin: 35px 0px 45px 0px; transition: ease-in-out 2s; border-radius: 25px; }
.defin-box h3.semi-bold i, .defin-box-scroll h3.semi-bold i{ color:#148704; transition: ease-in-out 1.1s; animation: blinker 1.2s cubic-bezier(.5, 0, 1, 1) infinite alternate; }
  

.defin-box-scroll {
    padding: 30px 30px 65px 30px;
    background: #e6efe5 url(../img/dec-bg.png) no-repeat right 10px bottom 10px;
    margin: 35px 0px 45px 0px;
    transition: ease-in-out 2s;
    border-radius: 30px;
    border-top: 8px solid #062002;
    border-bottom: 8px solid #062002;
}

  
  .inn-dec-bg{ display: inline-block; margin: 25px 0px 15px 0px; position: relative; background:#ffffff; border: 5px double #c9e9c5; width: 125px; height: 125px; border-radius: 100%; animation: mymoves 5s infinite;}
  
  @keyframes mymoves {
    30% {box-shadow: 0px 10px 20px #a4c382;}
   
  }
  .inn-dec-bg img{ position: absolute; top: 0px; left: 1%; width: 100%; }

  .dec-inn-box, .dec-inn-rvrs{ min-height: 30vh; width: 100%; display: flex;  padding: 25px 15px 15px 15px; margin: 40px 0px 25px 0px; transition: ease-in-out 1s; border-left: 8px solid #062002; border-right: 8px solid #062002; border-radius: 0px 20px 20px 0px;}
  .dec-inn-box{  background: #c9e9c5 url(../img/dec-bg.png) no-repeat right 10px top 10px;  }
  .dec-inn-rvrs{ background: #bbdd95 url(../img/dec-bg.png) no-repeat right 10px top 10px; }

  .dec-inn-box:hover, .dec-inn-rvrs:hover{background:#2ca01c url(../img/dec-bg.png) no-repeat right 10px top 10px; border-right: 15px solid #062002; }

  .dec-inn-box h3, .dec-inn-rvrs h3{ color: #062001 ; font-size: 1.5rem; font-weight: 700; margin-bottom: 15px;}
  .dec-inn-box:hover h3, .dec-inn-rvrs:hover h3, .dec-inn-box:hover p, .dec-inn-rvrs:hover p{ color: #ffffff;}
  .dec-icon{ width: 25%; text-align: center;}
  .dd-doc{ width: 75%; margin-top: 4%;}




 .plcy-sec1{ padding: 30px 30px 65px 30px; background: #c9e9c5; margin: 35px 0px 45px 0px; transition: ease-in-out 2s; border-radius: 25px;}
  
.plcy-sec1:hover, .defin-box:hover, .defin-box-scroll:hover {
    box-shadow: rgb(44 160 28) 2px 2px 45px;
}

.sticky-box{ padding-bottom: 20px;  overflow-wrap: break-word;}
.mrgn-btm{ margin-bottom: 35px !important;}
.plcy-sec1 h3{color:#10252e; font-size: 1.5rem; font-weight: 600; margin-bottom: 15px;  }
.plcy-sec2 h3{ padding: 0px 15px 15px 0px; color: #062002; font-size: 1.6rem; font-weight: 700; margin-bottom: 20px; border-bottom: 3px solid;
    border-image: linear-gradient(to left, #2ca01c 25%, #062002 50%, #ffffff 75%) 5; border-right: 3px solid #2ca01c; display: inline-block; transition: ease-in-out 2s;}
.plcy-sec2 h3 i.info-icon{ display: none;  color:#148704; transition: ease-in-out 1.1s; animation: blinker 1.2s cubic-bezier(.5, 0, 1, 1) infinite alternate; }
 
.contact-usss {    margin-top: 100px;
    padding: 31px;
    background: #c8ffd5;;}

 

@keyframes blinker {  
    from { opacity: 1; }
    to { opacity: 0; }
  }
.plcy-sec2:hover h3 i.info-icon{ display: inline-block; margin-left: 15px;}
.plcy-sec2 p span.para-spn, .plcy-sec2 p span.para-spn i.info-icon{color: #148704 !important; font-size: 1.5rem; font-weight: 600;}
.plcy-sec2:hover h3{ padding: 0px 25px 15px 0px; border-image: linear-gradient(to left, #2ca01c 25%, #062002 50%, #c9e9c5 75%) 5;}
.plcy-sec2:hover h3 span{ color:#148704;}  
.plcy-sec2{transition: ease-in-out 1.1s;}
.plcy-sec2:hover{ padding: 25px;}

/* Radial Out */
.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#c9e9c5;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
    border-top: 4px solid #2ca01c;
    border-bottom: 4px solid #2ca01c;
    border-radius: 25px;
    border-left: 6px solid #0a2406;
    border-right: 6px solid #0a2406;

  }
  .hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  .dec-inn-box:hover .row, .dec-inn-rvrs:hover .row {
    flex: 0 0 100%;
}

  @media screen and (max-width: 991px) {
  .dec-inn-box, .dec-inn-rvrs{ border-radius: 20px; border-left: 15px solid #062002; border-right: 15px solid #062002;}
  .dec-icon, .dd-doc{ width: 100%;}
  .dec-icon{ text-align: justify;}
  .dec-inn-box, .dec-inn-rvrs{ display: block;}

}


@media screen and (max-width: 545px) {
    .dec-inn-box h3 span.inn-dec-bg, .dec-inn-rvrs h3 span.inn-dec-bg{ display: block;}
  }



#popUpMain  .modal-dialog{   
   top: 30%;
}

#popUpMain .want_quickbooks {
      color: #457c17;
    font-family: ui-serif;
    font-weight: bold;
    font-size: 25px;
    width: 100%;
    text-align: center;
    font-family: 'Poppins';
    padding-top: 11px;
}
.close-enquire {       position: absolute;
    top: 13px;
    border-radius: 100px;
    width: 34px;
    height: 34px;
    line-height: 10px;;
    right: 20px;}
#popUpMain  .form-group{ margin: 0px; padding:0px}
#popUpMain .form-control{
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 11px;
    padding: 9px;
    height: initial;
}
#popUpMain .enquire_main_right h4{font-size: 20px !important;font-weight: 600;     font-family: 'Poppins';}

 #popUpMain  .enquire_contact_side {
    background-color: #69bc5f;}
#popUpMain  .enquire_contact_side h4 {color: #fff; }
#popUpMain  .enquire_button_main input{    padding: 10px 40px;
    font-family: 'Poppins';
    font-size: 17px;}





  @media screen and (max-width:768px) {
    #popUpMain .enquire_button_main button{    background: #2ca01c;
    opacity: inherit;
    font-size: 16px; width: 100%;}

    .close-enquire  {position: inherit;}
    #popUpMain .want_quickbooks {width: inherit;}
    .service  {padding-top: 0px;}
    .service .content {height: inherit;}
    .testimonials-section .slide-item {padding-right: 0px;}
    .call-out .float-right{float: inherit !important;}
    .footer-bottom .copy-text p {text-align: center;}
    .footer-bottom {
    display: inline-block;}
      .enquire_side_img {display: none;}
      #popUpMain .modal-content {
    border-radius: 0px;
    overflow: scroll;
    overflow-x: hidden;
    height: inherit;
    width: 100%;
    top: 0px;
}
      #popUpMain .want_quickbooks {font-size: 19px !important;     float: left;}
     #popUpMain .enquire_contact_side {
   display:none; 
}
      #popUpMain   .close-enquire{top: 0px;}
      
      
      #popUpMain textarea{height:70px;}
      
      
      .search-form{    display: flex;
    flex-wrap: wrap;}  
      .searchform label, .search-form label {
    display: table-cell;
    vertical-align: top;
    padding-right: 0px;
    width: 81%;
}
      
  .main-logo {
    margin: 15px 0 15px;
    text-align: left;
}  
.navbar-header button {background: #000;
    color: #fff !important;}  
      
   .navbar-header{padding: 0px;}  
   .bg-main-banner{background-position: inherit; padding: 50px 0px;} 
     .whychoos-us .section-title {
    width: 100%;
} 
.qb-text{display: none;}
 
.container .navbar-header {display: inherit;}
.navbar-nav {float: inherit !important;}
.navbar-nav li{margin: 0px; padding: 0px 30px;}
.page-header {
    margin: 80px 0 20px !important;
}
}





 
.hestia-blogs {background: #e3e3e3}
.card-blog .card-title {
    margin-top: 5px;
    font-size: 21px; font-weight: 600;
}
.card-blog {
    padding: 14px;
    background: #ffffff !important;
     }

.card-plain .card-image {
    /* max-height: 185px; */
    position: relative;
    /* isolation: isolate;
    min-height: 180px; */
}
/* .card-plain .card-image:before {
    content: '\f03e';
    position: absolute;
    inset: 0;
    background: whitesmoke;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    color: #a9a6a6;
} */
.card-blog .row .category a {
    color: #00bcd4;
    font-weight: 600;
}
.wp-block-search__button {font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    border: 0px;
    box-shadow: inherit;
    background: #000;
    color: #fff;}

.wp-block-group__inner-container {background: #fff;
 }
 #recent-posts-2 {background: #e7e7e7;
    padding: 13px; margin-bottom: 30px;}

     #categories-2 {background: #e7e7e7;
    padding: 13px; margin-bottom: 30px;}

.widget  h5{  background: #27a41a;
    /* background: #ffffff; */
    padding: 10px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 19px !important;
    margin-bottom: 10px;
    border-radius: 10px 0px 10px;
    /* color: #000 !important; */
    font-weight: 800;}

aside .widget a {
          font-size: 15px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 13px;
    display: block;
    color: #000;
   
    padding: 6px 10px;
    margin-bottom: 0px;
    
}
aside .widget a:hover{ border-left: 3px solid #27a41a; color: #27a41a !important ;}
 
 .wp-block-search__label {display: none;}
.blog-post  {background: #dee8ea}
.single-post-wrap {background: #fff;margin-right: 9px; }
.card-blog a.moretag {
    display: inline-block;
    margin-left: 5px;
    color: #168703;
    display: block;
    font-weight: 600;
    margin: 0px;
    font-size: 15px;
}
.blog-post   h2  {
    font-size: 27px;
    text-align: inherit !important;     color: #3e3e3e;
}
.blog-post   h3{ font-size: 22px;} 
.blog-post  p{margin-bottom: 20px !important;     color: #3e3e3e;}
.blog-post ul li {
    padding-bottom: 9px;
}
.entry-tags{font-weight: 600; font-size: 16px;}
.entry-tag a{    background: #fff;
    font-size: 14px;
    padding: 7px 5px;
    border-radius: 100px;
    color: green !important;
    border: 2px solid green; transition: 0.5s; display: inline-block;     margin-bottom: 8px;}
    .related-posts h2{padding-bottom: 20px;}
.entry-tag a:hover{background: green; color: #fff !important }
aside .widget a:hover{color: #18870c;}
.pagination .current {background: green !important; color: #fff; font-weight: 600;
    box-shadow: 0 14px 26px -12px rgb(0 128 0 / 42%), 0 4px 23px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 128 0 / 20%) !important;
    -webkit-box-shadow: 0 14px 26px -12px rgb(0 128 0 / 42%), 0 4px 23px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 128 0 / 20%) !important;
    -moz-box-shadow: 0 14px 26px -12px rgb(0 128 0 / 42%), 0 4px 23px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 128 0 / 20%) !important;
    -ms-box-shadow: 0 14px 26px -12px rgb(0 128 0 / 42%), 0 4px 23px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 128 0 / 20%) !important;
    -o-box-shadow: 0 14px 26px -12px rgb(0 128 0 / 42%), 0 4px 23px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 128 0 / 20%) !important;
}
.pagination a{
    background: #000;
    color: #fff;
    font-weight: 600;
}
.navigation .nav-links span, .navigation .nav-links a {
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    grid-gap: 12px;
    font-size: 14px;
    font-weight: normal;
}
.navigation .nav-links span.page-numbers.dots {
    background: #c9c9c9;
    font-size: 30px;
}
a.prev.page-numbers {
    background: none;
    color: #000;
    width: initial;
    font-weight: 500;
}

a.next.page-numbers {
    background: none;
    color: #000;
    width: initial;
    font-weight: 500;
}
.blog-post {
    background: #fff;
    padding-top: 80px;
}
.blog-post .hestia-title  {    margin-bottom: 3px;
    font-size: 35px !important;} 


.blog-post .section-text .author.meta-in-content {font-weight: 500;}
.widget ul li { 
     list-style: none !important; margin: 0px;
}
.posted-by {    font-family: 'Poppins';
    font-size: 14px;     padding-top: 5px;}
    .wp-block-search__input{       background: #fff !important;
    margin: 0px !important;
    border: 1px solid #9b9b9b !important;
}
    .search-form {margin-bottom: 15px !important;}

.card-blog .card-title a{color: #000;}
.side_image a{ border: 0px !important; padding: 0px !important; }
.side_image a: hover;{ border: 0px !important;}
.blogg_design article {
    width: 31%;
}
.blogg_design article .col-sm-5{width: 100%;}
.blogg_design article .col-sm-7{width: 100%;}
.category  a{display: block; padding-top: 10px;}
.blogg_design article .card-title{line-height: 29px; padding-bottom: 10px;}
.blogg_design article .card-title a{font-size: 21px !important;}
.blogg_design  {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
}
.search-form {display: inherit !important;     width: 100%;}
.search-form label{        width: 81%;
    display: inherit;
    padding: 0px !important;
    margin: 0px !important;
    /* max-width: 60%; */
    float: left;}
.search-form .search-submit { background: #2ca01c;
    line-height: 14px;
    margin-top: 16px;}
.section-blog-info .entry-categories{margin-bottom: 30px;}
.section-blog-info .col-md-6{width: 100%;}
.boxed-layout-header {display: none;}
.search_boxx {    margin-top: 60px;
    background: #5cb85c;
    padding: 60px 0px;}
    .search_boxx .row{display: flex; justify-content: center; align-items: center;}
 
.search_boxx input{  width: 90%;
    float: left;
    padding: 11px;
    height: 44px;}
.search_boxx .search-container button {
      float: left;
   
    margin-top: 8px;
    margin-right: 16px;
    background: #040404;
    font-size: 17px;
    border: none;
    cursor: pointer;
    margin: 0px;
    border: 0px; height: 44px; line-height: 44px; text-align: center;
    box-shadow: inherit;
    border-radius: 0px 6px 8px 0px;  width: 10%;

}

.search_boxx .search-container button:hover {
  background: #ccc;
}
.qb-text{display: none !important;}
.hestia-blogs {padding-top: 60px;}

 @media screen and (max-width:768px) {
    .boxed-layout-header {
    display: block;
}
    .search_boxx{margin-top: 0px; padding: 30px 0px 30px}
    .search_boxx input {
    width: 81%;
    float: left;
    padding: 11px;
    height: 44px;
}
    .search_boxx .search-container button {width: 16%;}
    .search_boxx .row {display: inherit;}
.blogg_design article {width: 100%; }
.card-blog {margin-right: 0px;}
.single aside.blog-sidebar{padding: 20px; padding-top: 0px;}
.blog-post{padding-top: 40px;}
.single-post .blog-post .section-text .title-in-content {
    margin-bottom: 0;
    font-size: 28px !important;
}
.blog-post   h2  {
    font-size: 23px !important;
}
.blog-post h3 {font-size: 19px !important;}
#popUpMain .enquire_main_right h4 {
    font-size: 18px !important;}

}












