@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/*Default CSS*/
body {
    color: #666666;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    padding: 0 !important;
    margin: 0 !important;    
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a, button {
    transition: all .2s ease-in-out;
    border: none;
}

a:hover {
    text-decoration: none;
}

::-webkit-scrollbar-thumb {
    background-color: #E62727;    
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.btn_default {
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    border: 0;
}

.btn_default:before {
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}

.btn_default:hover:before {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn_bgclr_blue {
    background-color: #f5ac2b;
    color: #fff;
}

.btn_bgclr_blue:hover {
    color: #fff;
}

.btn_bgclr_blue:before {
    background-color: #fff;
}

.btn_bgclr_white {
    background-color: #fff;
    color: #111322;
}

.btn_bgclr_white:hover {
    background-color: #f5ac2b;
    color: #000;
}

.btn_bgclr_white:before {
    background-color: #3376ee;
}

.btn_bgclr_dark {
    background-color: #111322;
    color: #fff;
}

.btn_bgclr_dark:hover {
    background-color: #111322;
    color: #fff;
}

.btn_bgclr_dark:before {
    background-color: #fff;
}

.sec_pad {
    padding: 70px 0;
}

.default_heading {
    margin-bottom: 20px;
}

.default_heading span {
    font-size: 20px;
    color: #fff;
    background-color: #f5ac2b;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 6px 18px;
    display: inline-block;
    line-height: 18px;
    margin-bottom: 5px;
}

.default_heading h1 {
    font-size: 45px;
    color: #000;
    font-weight: 600;
}

/* End Default CSS*/

/*Header CSS*/
.navigation_area nav.navbar {
    padding: 0;
}

.navigation_area .navbar ul.navbar-nav li a {
    color: #fff;
    padding: 0;
    margin: 0 25px;
    padding-top: 10px;
}

.navigation_area .navbar-dark .navbar-nav .active > .nav-link,
.navigation_area .navbar-dark .navbar-nav .nav-link.active,
.navigation_area .navbar-dark .navbar-nav .nav-link.show,
.navigation_area .navbar-dark .navbar-nav .show > .nav-link,
.navigation_area .navbar-dark .navbar-nav .nav-link:focus,
.navigation_area .navbar-dark .navbar-nav .nav-link:hover {
    color: #f5ac2b;
}

.navigation_area .navbar-brand {
    margin-right: 3rem;
}

/*End Header cSS*/

/*Banner CSS*/
.banner_same {
    padding: 0;
    height: 700px;
    background-size: cover;
    display: flex;
    align-items: center;
}

.banner_content {
    padding-left: 70px;
    margin-top: 80px;
}

.banner_content h1 {
    position: relative;
    color: #fff;
    font-size: 50px;
    line-height: 65px;
}

.banner_content h1:before {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #f5ac2b;
    position: absolute;
    top: 30px;
    left: -70px;
}

.banner_content p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin: 15px 0 30px;
}

.banner_btndiv .btn_default {
    padding: 13px 30px;
}

/* End Banner CSS*/

.top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 30px 0;
}

@media (min-width: 280px) and (max-width: 767px) {
    .top-bar {
        display: none;
    }

}

.top-bar a {
    color: #E62727;
    margin-right: 12px;
}

.top-bar a span {
    color: white;
}

.top-bar button.btn.btn-primary {
    background: transparent;
    border-radius: 50px;
    padding: 10px 30px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    margin-left: auto;
    display: block;
}

ul.social-icons {
    display: flex;
    float: right;
}

ul.social-icons li {
    display: inline-block;
    margin-right: 10px;
}

.social-icons i {
    color: #fff !important;
}

.header_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    margin-top: 80px;
}

header.header_area img {
    margin-left: -27px;
    max-width: 213px;
}

@media (min-width: 280px) and (max-width: 767px) {
    .header_area {
        position: absolute;
        top: -100px;
        left: 0;
        width: 100%;
        z-index: 1;
        padding: 0px 0;
    }
}

.header_area li.nav-item.active {
    border-bottom: 4px solid #E62727;
}

.header_area ul li a.nav-link {
    color: #ebebeb;
}

.header_area ul li a.nav-link:hover {
    color: #E62727;
}

@media (min-width: 280px) and (max-width: 767px) {
    .header_area ul {
        background: #fff;
    }

    .header_area ul li a.nav-link {
        color: #000000;
        padding: 13px;
        z-index: 9999;
    }

}

header i.fas.fa-bars {
    color: #E62727;
}

.dropdown button {
    background: transparent;
    border: none;
    color: #fff;
}

@media (min-width: 280px) and (max-width: 767px) {
    .dropdown button {
        color: #000;
    }

}

.dropdown button:hover {
    background: transparent;
    color: #E62727;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {    
    pointer-events: none;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #E62727;
}

/*Main header End*/

section.main-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0;
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
    padding: 160px 0 10px;
}
@media (min-width: 280px) and (max-width: 767px) {
    section.main-banner {
        padding-top: 120px;
    }
}
/*Start home page banner section only */
.main-banner-heading {
    padding-top: 120px;
}

@media (min-width: 280px) and (max-width: 767px) {
    .main-banner-heading {
        padding-top: 20px;
        text-align: center;
    }
}

.main-banner-heading h2 {
    color: #E62727;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 4px;
}

.main-banner-heading h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 4px;
    /* line-height: 65px; */
    margin: 20px 0;
}

@media (min-width: 280px) and (max-width: 767px) {
    .main-banner-heading h1 {
        font-size: 25px;
    }
}

.main-banner-heading span {
    color: #E62727;
}

.main-banner-heading p {
    color: #fff;
    /* text-align: center; */
    font-size: 14px;
}

.main-banner-btn {
    display: flex;
    margin: 20px 0;
}

@media (min-width: 280px) and (max-width: 767px) {
    .main-banner-btn {
        display: unset;
    }
}

.main-banner-btn .left {
    border: none;
    background: #E62727;
    color: #000;
    border-radius: 50px;
    padding: 11px 50px;
    display: block;
    margin: 3px 0px;
}

@media (max-width: 767px) {
    .main-banner-btn img {
        display: none;
    }
}

.main-banner-btn .right {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 50px;
    padding: 8px 50px;
    display: block;
    margin: 3px 10px;
}

/*END*/


/*All page banner section Start*/
.main-banner-head {
    padding-top: 250px;
}

@media (min-width: 280px) and (max-width: 767px) {
    .main-banner-head {
        padding-top: 110px;
    }
}

.main-banner-head h2 {
    text-align: center;
    color: #E62727;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.main-banner-head h1 {
    text-align: center;
    color: #fff;
    font-size: 54px;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 65px;
    text-transform: capitalize;
}

@media (min-width: 280px) and (max-width: 767px) {
    .main-banner-head h1 {
        font-size: 25px;
        line-height: 45px;
    }
}

.main-banner-head span {
    color: #E62727;
}

.main-banner-head p {
    color: #fff;
    text-align: center;
    font-size: 21px;
}

/*END*/

/*home page banner form start*/
.bannerFormBox {
    position: relative;
    padding-top: 80px;
}
@media (min-width: 280px) and (max-width: 767px){
    .bannerFormBox {
        display: none;
    }
}
.bannerFormBox form:before{
    content: url(../images/form-book.png);
    position: absolute;
    top: -100px;
    right: -60px;
    width: 200px;
    height: 200px;

}
@media (min-width: 280px) and (max-width: 1024px){
    .bannerFormBox form:before{
        display: none;
    }
}
.bannerForm {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    width: 90%;
    /* height: 480px; */
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 4px -5px 11px 3px rgb(0 0 0 / 15%);
    border: 2px solid #000000;
    margin: auto;
}


.form-heading {
    display: flex;
    padding: 20px 0 0 20px;
    position: relative;
}

.form-heading img{
    filter: brightness(0) saturate(100%) invert(54%) sepia(99%) saturate(6314%) hue-rotate(347deg) brightness(92%) contrast(95%);
}

.form-value {
    margin-left: 10px;
}

.bannerForm h2 {
    font-size: 18px;
    font-weight: 600;
    color: #727992;
    letter-spacing: -0.4px;
    text-align: left;
    line-height: 1.1em;
}

.bannerForm h3 {
    font-size: 23px;
    color: #E62727;
    font-weight: 800;
    text-align: left;
}

.bannerForm form {
    text-align: center;
    padding: 0px 20px 20px;
}

.bannerForm h4 {
    font-size: 15px;
    color: #3d3d3d;
    text-align: center;
    display: block;
    letter-spacing: 0.2px;
}

textarea.main-message  {
    width: 100%;
    background: #eae6e6;
    border: 1px solid #ced4da;
    border-radius: 5px;
    height: 70px;
    padding: 5px 13px;
}
.form-control {
    background-color: #eae6e6;
    padding: 1.375rem -0.25rem;
    border-radius: unset;
}

button.btn-form {
    border-radius: 5px;
    background-color: #000000;
    width: 100%;
    color: #fff;
    height: 62px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s;
}

.main-logos h2 {
    text-align: center;
    margin-top: 50px;
    color: #E62727;
    text-transform: capitalize;
}

section.main-logos img {
    width: 100%;
}

section.main-solution {
    margin-top: 50px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

section.main-solution h4 {
    color: #011e3d;
    font-size: 22px;
    font-weight: 300;
    padding-top: 60px;
}

section.main-solution h1 {
    padding: 21px 0;
    color: #011e3d;
    font-size: 44px;
}

section.main-solution p {
    color: #011e3d;
    font-size: 17px;
    font-weight: 300;
}

section.main-solution .solution-list {
    display: flex;
    padding: 30px 0;
}

section.main-solution h6 {
    font-size: 12px;
    font-weight: 700;
    padding-top: 3px;
}

section.main-solution img {
    width: 100%;
}

section.main-solution li {
    list-style: none;
    color: #5f5f5f;
    font-size: 13px;
}

section.main-solution a.solute-chat {
    background: #ffffff;
    border: 1px solid #000;
    padding: 9px 30px;
    border-radius: 40px;
    margin-top: 4px;
    display: inline-block;
    color: #000;
}

section.main-solution button {
    background: #E62727;
    border: none;
    padding: 12px 60px;
    border-radius: 40px;
    margin-right: 27px;
    color: #fff;
}


/* Section main-why*/
section.main-why {
    width: 100%;
    background: #04051d;
    height: auto;
    padding: 40px 0;
    position: relative;
}

section.main-why .why-head h1 {
    color: #E62727;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    padding: 40px;
    text-transform: capitalize;
}

section.main-why img {
    margin: auto;
    display: block;
    filter: brightness(0) saturate(100%) invert(54%) sepia(99%) saturate(6314%) hue-rotate(347deg) brightness(92%) contrast(95%);
}

section.main-why h4 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 30px;
}

section.main-why .why-head p {
    text-align: center;
    color: #c1bfbf;
    font-size: 15px;
    letter-spacing: 1px;
}

.why-process {
    margin-top: 70px;
    padding-bottom: 50px;
}

section.main-why p {
    text-align: center;
    color: #fff;
    font-size: 15px;
}

/*Process*/
section.main-process {
    width: 100%;
    background-image: url(../images/process-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 200px;
}

section.main-process h1 {
    text-align: center;
    color: #000;
    padding: 40px 0;
    font-size: 38px;
    font-weight: 400;
}

section.main-process img {
    display: block;
    margin: auto;
    padding-bottom: 20px;
}

.process-section {
    text-align: center;
    color: #000;
    padding-top: 50px;
}

.process-menu {
    padding: 20px;
    border: 1px solid #00000045;
    background: #E62727;
    border-radius: 7px;
    width: 90%;
    height: 370px;
    margin-top: 5px !important;
    display: block;
    margin: auto;
    color: #fff;
}
@media (max-width: 767px) {
    .process-menu
    {
        height: 334px;
    }
}
.process-menu:hover {
    background: #000;
    -moz-box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.6);
    -webkit-box-shadow: 5px 5px 5px rgb(68 68 68 / 60%);
    box-shadow: 1px 0px 20px rgb(68 68 68 / 60%);
    color: #E62727;
}

.process-menu h4 {
    font-size: 33px;
    letter-spacing: 2px;
}

.process-menu span {
    font-size: 33px;
    font-weight: 500;
    display: block;
    padding: 19px 0;
}

/* $ main-percent start*/


.main-percent .percent-head {
    background-image: url(../images/testi-image.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    display: block;
    box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
    margin-top: -80px;
    border-radius: 20px;
    height: auto;
    width: 100%;
    padding: 60px 0;

}

.left-percent {
    /*padding-top: 100px;*/
    text-align: center;
    color: #ccc8c8;
}

@media (min-width: 280px) and (max-width: 767px) {
    .left-percent {
        padding-top: 30px;
        text-align: center;
    }
}

.left-percent h4 {
    font-size: 23px;
    text-align: center;
    color: #fff;
}

.left-percent h2 {
    padding-top: 20px;
    color: #fff;
    text-align: center;
}

.left-percent p {
    margin-bottom: 40px;
}

.cont-per .btn {
    background: #E62727;
    border: none;
    border-radius: 30px;
    padding: 11px 21px;
    font-weight: 500;
}

.left-percent .btn-pricing-percent {
    font-weight: 400;
    margin-right: 0px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 50px;
    background: transparent;
}

.left-percent img {
    padding: 20px;
}

/*main-percent End*/
/*Portfolio */


section.main-portfolio {
    background-color: #f7f6f6;
    padding: 50px 0;
    position: relative
}
section.main-portfolio img {
    display: block;
    margin: auto;
    width: 100%;
}

section.main-portfolio .title_div {
    padding: 0px 0 50px;
}
section.main-portfolio h3 {
    color: #080b4a;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}
section.main-portfolio p {
    /* font-family: Merriweather, serif; */
    color: #000;
    font-size: 15px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    text-align: center;
}
section.main-portfolio .nav-tabs {
    float: left;
    display: block;
    margin-right: 20px;
    border-bottom: 0;
    border-right: 1px solid transparent;
    padding-right: 15px;
    margin-bottom: 20px;
}
section.main-portfolio .nav-tabs .nav-item a.nav-link {
    background: transparent;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
    color: #000;
    padding-left: 10px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
}
section.main-portfolio li.nav-item a.active {
    color: #ffc30c !important;
    background: black !important;
    font-weight: 700 !important;
}
section.main-portfolio .swiper-button-next:after, section.main-portfolio .swiper-button-prev:after {
    color: #ffc30c;
}
section.main-portfolio h2 {
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}
section.main-portfolio h4 {
    color: #000;
    margin-bottom: 10px;
    border-bottom: 2px solid;
    display: inline-block;
}
section.main-portfolio .tab-content p {
    text-align: left;
    margin: 0px 0 20px;
}
@media (max-width: 767px){
    section.main-portfolio h3 {
        font-size: 28px;
    }
}
/*Clients logo*/
.footer_client_wrap {
    background: #fff;
    padding: 30px 0;
    text-align: center;
}
img.img-fluid.apple-logo {
    width: 120px;
    margin-top: -8px;
}

@media (min-width: 280px) and (max-width: 767px) {
    .footer_client_wrap img {
        margin: 10px 35px;
    }

}
/*Clients logo*/


/*Footer */
.footer-clean {
    padding: 50px 0;
    background-color: #04051d;
    color: #4b4c4d;
}

.footer-clean h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
    color: #E62727;
}

.footer-clean ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-clean ul a {
    text-decoration: none;
    /* opacity: 0.8; */
    color: #fff;
}

.footer-clean ul a:hover {
    opacity: 1;
}

.footer-clean .item.social {
    text-align: left;
}

@media (max-width: 767px) {
    .footer-clean .item {
        text-align: center;
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .footer-clean .item.social {
        text-align: center;
    }
}

.footer-clean .item.social > a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-top: 22px;
    color: inherit;
    opacity: 0.75;
}

.footer-clean .item.social > a:hover {
    opacity: 0.9;
}

@media (max-width: 991px) {
    .footer-clean .item.social > a {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .footer-clean .item.social > a {
        margin-top: 10px;
    }
}

.footer-clean .copyright {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 13px;
    opacity: 0.6;
}

.footer-clean img {
    margin-left: -15px;
    margin-top: -33px;
}
@media(max-width: 767px)
{
    .footer-clean img {
        margin-top: -23px;
    }
}
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}

.white-heading {
    color: #ffffff;
}

.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}

.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.white-heading span {
    color: #ffffff;
}


/*Footer-bottom start */
.footer-bottom {
    width: 100%;
    padding: 20px 0;
}

.footer-bottom-left h6 {
    color: #04051d;
    font-size: 13px;
}
@media (max-width: 767px) {
    .footer-bottom-left h6 {
        font-size: 11px;
    }
}
.footer-bottom-right {
    text-align: center;
    font-size: 13px;
}
.footer-bottom-right a {
    color: #04051d;
    font-weight: 500;
}
/*Footer-bottom End */

.testimonial {
    height: 420px;
    min-height: 420px;
    position: relative;
    background: #fff;    
    background-position: center;
    background-size: cover;
}

@media (min-width: 280px) and (max-width: 767px) {
    .testimonial {
        height: 700px;
        min-height: 700px;
        display: none;
    }
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px 3px;
    background-color: #9dd3af;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
    left: 7%;
    top: 50%;
    right: auto;
}

.testimonial4_control_button .carousel-control.right {
    right: 7%;
    top: 50%;
    left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

.testimonial4_header h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide {
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

.testimonial4_slide p {
    color: #000;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
    color: #000;
    font-size: 22px;
}

.testimonial .carousel {
    padding-bottom: 50px;
}

.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

/* ------testimonial  close-------*/


/*book-print Start*/
section.main-banner.book-print {
    height: 600px;
}

.book-print .main-banner-head {
    padding: 40px 0 42px 0;
}

@media (min-width: 280px) and (max-width: 767px) {
    .book-print .main-banner-head {
        padding: 0px 0 2px 0 !important;
    }

}

.book-print .main-banner-head span {
    color: #E62727;
    border-bottom: 3px solid #E62727;
}

/*.book-print .main-banner-head h1{*/
/*  line-height: 82px;*/
/*}*/
section.story {
    background: #fff;
    width: 100%;
    height: auto;
}

.story-heading {
    text-align: center;
    margin: 20px 0;
}

.story .card {
    border: none;
}

.bs-example {
    margin: 10px 0px;
}

.story-heading h1 {
    font-size: 52px;
    color: #001c3c;
    margin: 51px 0 50px;
    font-weight: 400;
}

.story-heading h4 {
    color: #001c3c;
    margin: 0px 0 20px;
}

.story-heading p {
    color: #001c3c;
    text-align: center;
    margin: 0px 0 50px;
}


/*Unique Design */
/*our approach Start*/
section.main-banner.book-print {
    height: 600px;
}

.book-print .main-banner-head {
    padding: 70px 0 42px 0;
}

.book-print .main-banner-head span {
    color: #E62727;
    border-bottom: 3px solid #E62727;
}

/*.book-print .main-banner-head h1{*/
/*  line-height: 82px;*/
/*}*/
section.our-approach {
    background: #f5f5f5;
    width: 100%;
    height: auto;
    padding: 30px 0 120px;
}

.our-approach-heading {
    text-align: center;
    margin: 20px 0;
}

.our-approach .card {
    border: none;
}

.our-approach .bs-example {
    margin: 10px 0px;
}

.our-approach-heading h1 {
    font-size: 52px;
    color: #001c3c;
    margin: 51px 0 50px;
    font-weight: 400;
}

.our-approach-heading h4 {
    color: #001c3c;
    margin: 0px 0 20px;
}

.our-approach-heading p {
    color: #001c3c;
    text-align: center;
    margin: 20px 0 50px;
}

/*our approach Start*/

/*one-stop section*/
section.one-stop {
    width: 100%;
    background-image: url(../images/process-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 100px !important;
}

.one-stop-heading {
    text-align: center;
    color: #000;
}

.one-stop-heading h2 {
    padding: 100px 0 15px;
    font-size: 25px;
    font-weight: 300;
}

.one-stop-heading p {
    padding: 40px 0;
    font-size: 30px;
    font-weight: 400;
}

.one-stop-btn {
    padding-bottom: 100px;
}

.one-stop-btn a.left {
    background: #001d3d;
    color: #fff;
    padding: 15px 60px;
    border-radius: 50px;
    margin: 0 15px;
}

@media (min-width: 280px) and (max-width: 767px) {
    .one-stop-btn a.left {
        margin: 5px 0;
        display: block;
    }

}

.one-stop-btn a.right {
    background: white;
    color: #001d3d;
    padding: 15px 60px;
    border-radius: 50px;
    border: 1px solid #001d3d;
    margin: 0 15px;
}

@media (min-width: 280px) and (max-width: 767px) {
    .one-stop-btn a.right {
        margin: 5px 0;
        display: block;
    }

}


/* $ Contact Page Start */
section.main-banner.contact {
    position: relative;
    height: 770px;
    padding: 40px 0 10px;
}

section.main-banner.contact h2 {
    text-align: center;
    color: #ffffff;
    font-size: 54px;
    font-weight: 400;
    letter-spacing: 0;
}

section.main-banner.contact p {
    color: #fff;
    text-align: center;
    font-size: 21px;
    padding: 34px 0;
}

section.main-percent {
    position: relative;
}

.contact .main-banner-head {
    padding-top: 0px;
}

.cont-link {
    text-align: center;
    padding: 50px 0 20px;
}

.cont-link .cont-left {
    background: #E62727;
    padding: 15px 35px;
    border-radius: 50px;
    color: #000 !important;
    margin: 5px 20px;
    font-weight: 600;
    cursor: pointer;
}

@media (min-width: 280px) and (max-width: 767px) {
    .cont-link .cont-left {
        display: block;
    }
}

.cont-link .cont-right {
    background: transparent;
    padding: 15px 35px;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff !important;
    margin: 5px 20px;
    cursor: pointer;
}

@media (min-width: 280px) and (max-width: 767px) {
    .cont-link .cont-right {
        display: block;
    }

}

.percent-head.con {
    position: absolute !important;
    left: 0;
    right: 0;
    width: 70%;
    height: auto;
    top: -40px;
}

@media (min-width: 280px) and (max-width: 767px) {
    .percent-head.con {
        width: 90%;
    }

}

.left-percent-cont {
    /*padding: 50px 0;*/
    text-align: center;
    color: #ccc8c8;
}

.left-percent-cont h2 {
    padding-top: 20px;
    color: #fff;
    font-size: 45px;
    font-weight: 300;
}

@media (min-width: 280px) and (max-width: 767px) {
    .left-percent-cont h2 {
        font-size: 20px;
        font-weight: 300;
    }

}

.left-percent-cont img {
    margin: 30px 0;
}

.contact-form {
    width: 50%;
    margin: auto;
}

@media (min-width: 280px) and (max-width: 767px) {
    .contact-form {
        width: 100%;
        margin: auto;
    }

}

.contact-form input {
    background: transparent;
    border-radius: 50px;
    border: 1px solid #2c4a6c;
    padding: 25px;
    margin: 10px 0;
}

textarea.form-control {
    width: 100%;
    background: transparent;
    border: 1px solid #274567;
    border-radius: 20px;
    text-align: center;
    height: 100px;
}

section.footer_client_wrap.cont-client {
    margin-top: 580px;
}

@media (min-width: 280px) and (max-width: 767px) {
    section.footer_client_wrap.cont-client {
        margin-top: 580px;
    }

}

/* $ Contact Page End */

/* $ section.ghost-services Page Start */
section.ghost-services {
    background: #000813;
    width: 100%;
    height: auto;
    /*padding: 70px 0 180px;*/
    padding: 70px 0 80px;
}

.ghost-service-head {
    text-align: center;
    color: #b5b2b2;
}

.ghost-service-head h4 {
    font-size: 16px;
    color: #E62727;
    font-weight: 400;
}

.ghost-service-head h1 {
    font-size: 42px;
    font-weight: 400;
    color: #E62727;
    margin: 20px 0;
}

.ghost-service-head h2 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 12px;
    color: #fff;
}

.ghost-service-head p {
    font-size: 15px;
    margin: 30px 0;
}

.ghost-service-btn {
    margin-top: 22px;
}

.ghost-service-btn a.left {
    background: #E62727;
    color: #000;
    padding: 15px 60px;
    border-radius: 50px;
    margin: 0 15px;
}

@media (min-width: 280px) and (max-width: 767px) {
    .ghost-service-btn a.left {
        margin: 30px 0;
        display: block;
    }

}

.ghost-service-btn a.right {
    background: white;
    color: #001d3d;
    padding: 15px 60px;
    border-radius: 50px;
    border: 1px solid #001d3d;
    margin: 0 15px;
}

@media (min-width: 280px) and (max-width: 767px) {
    .ghost-service-btn a.right {
        margin: 30px 0;
        display: block;
    }

}

/* $ section.ghost-services Page End */


/* $ section.ghost-story Start */
section.ghost-story {
    background: #f7f6f6;
    width: 100%;
    height: auto;
    padding: 30px 0 60px;
}

.ghost-story-heading {
    text-align: center;
    margin: 20px 0;
}

.ghost-story-heading h1 {
    font-size: 40px;
    color: #001c3c;
    margin: 40px 0 15px;
    font-weight: 400;
    text-transform: capitalize;

}

@media (min-width: 280px) and (max-width: 767px) {
    .ghost-story-heading h1 {
        font-size: 22px;
    }
}

.ghost-story-heading h4 {
    color: #001c3c;
    margin: 0px 0 20px;
}

.ghost-story-heading p {
    color: #001c3c;
    text-align: center;
    margin: 0px 0 50px;
}

.story-part {
    text-align: center;
    background: #000813;
    padding: 50px;
    color: #fff;
    border-radius: 15px;
    margin: 5px 0;
    width: 100%;
    height: 300px;
}

.story-part:hover {
    background: #E62727;
    color: #000;

}

.story-part h2 {
    margin: 12px 0;
    font-size: 16px;
    font-weight: 400;
}

.story-part p {
    font-size: 12px;    
}
.story-part img {
    text-align: center;    
}
/* $ section.ghost-story  End */


/*video trailer page approach section*/
section.video-approach {
    background: #f5f5f5;
    width: 100%;
    height: auto;
    padding: 30px 0 30px;
}

.video-approach-heading {
    text-align: center;
    margin: 20px 0;
}

.video-approach-heading h4 {
    font-size: 22px;
    color: #001d3d;
    font-weight: 500;
}

.video-approach-heading h1 {
    font-size: 32px;
    color: #001c3c;
    margin: 20px 0 20px;
    font-weight: 400;
}

.video-approach-heading p {
    color: #001c3c;
    text-align: center;
    margin: 20px 0 50px;
}

.video-approach .bs-example {
    margin: 10px 0px;
}

.video-approach .card {
    border: none;
}
.video-approach .card-body.text-center {
    height: 220px;
}

/*video trailer page approach section End*/


/*celebrate page section*/
section.celebrate {
    width: 100%;
    background-image: url(../images/celebrate-mag.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    padding: 80px 0 70px;
}

section.celebrate h3 {
    color: #ffffff;
    font-weight: 700;
}
section.celebrate img
{
    padding: 20px 0;
}
section.celebrate p {
    color: #d0cece;
    font-size: 12px;
    margin-top: 20px;
}

.celebrate-btn {
    display: flex;
}

.celebrate-btn a.cele-left {
    background: #E62727;
    color: #000;
    padding: 8px 20px;
    margin: 40px 10px;
    border-radius: 50px;
}

.celebrate-btn a.cele-right {
    background: transparent;
    color: #fff;
    padding: 8px 20px;
    margin: 40px 10px;
    border: 1px solid #fff;
    border-radius: 50px;
}

.celebrate ul {
    margin: 20px 0px;
}

.celebrate li {
    color: #d4d4d4;
    font-size: 13px;
}

.celebrate li i.far.fa-check-circle {
    color: #E62727;
    margin: 0 10px 0 0px;
}
span.space-left {
    margin-left: 22px;
}
@media (min-width: 280px) and (max-width: 767px) {
    .celebrate img {
        display: none;
    }
    span.space-left {
        margin-left: 0px;
    }
}

/*celebrate page section End*/

/*script-service page section*/
section.script-services {
    background: #001d3d;
    width: 100%;
    height: auto;
    padding: 70px 0 180px;
}

.script-services-head {
    text-align: center;
    color: #000813;
}

.script-services-head h4 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

.script-services-head h1 {
    font-size: 42px;
    font-weight: 400;
    color: #ffffff;
    margin: 20px 0;
}

.script-services-head p {
    font-size: 15px;
    margin: 30px 0;
    color: #fff;
}

.script-services-head h2 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 12px;
    color: #fff;
}

.script-services-head p {
    font-size: 15px;
    margin: 30px 0;
}

.script-services-btn {
    margin-top: 22px;
}

.script-services-btn a.left {
    background: #E62727;
    color: #000;
    padding: 15px 60px;
    border-radius: 50px;
    margin: 0 15px;
}

.script-services-btn a.right {
    background: white;
    color: #001d3d;
    padding: 15px 60px;
    border-radius: 50px;
    border: 1px solid #001d3d;
    margin: 0 15px;
}

/*End*/

/*script-service page section End*/
section.book-writter {
    background: #fff;
    padding: 80px 0;
    text-align: center;
}

section.book-writter h2 {
    color: #001d3d;
    font-size: 40px;
    margin-bottom: 50px;
}

.right-writer {
    text-align: left;
}

.book-writter-info {
    display: flex;
    align-items: center;
}

.right-writer h4 {
    color: #001d3d;
    margin: 20px 0;
    font-size: 17px;
}

.right-writer p {
    color: #001d3d;
    font-size: 14px;
}

@media (min-width: 280px) and (max-width: 767px) {
    .book-writter-info img {
        display: none;
    }
}

/*End*/


/*Cover Design PAge Section Start */
section.cover-design {
    background: #f5f5f5;
    width: 100%;
    height: auto;
    padding: 70px 0 0px;
}

.cover-design-head {
    text-align: center;
    color: #000813;
}

.cover-design-head h4 {
    font-size: 16px;
    color: #000813;
    font-weight: 400;
}

.cover-design-head h1 {
    font-size: 42px;
    font-weight: 400;
    color: #000813;
    margin: 20px 0;
}

.cover-design-head p {
    font-size: 15px;
    margin: 30px 0;
}

.cover-design-head h2 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 12px;
}

.cover-design-head p {
    font-size: 15px;
    margin: 30px 0;
}

/*End*/

/*cover design page Color section*/
section.color-design {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 70px 0 0px;
}

.color-design-head h2 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 12px;
}

/*End*/


/*Illusration Section cover Design page Start*/
section.illustration {
    width: 100%;
    background-image: url(../images/cover-design-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    padding: 110px 0 0px;
}

@media (min-width: 280px) and (max-width: 767px) {
    section.illustration {
        height: 780px;
    }
}

section.illustration img {
    margin: auto;
    display: block;
}

section.illustration h3 {
    color: #ffffff;
    font-weight: 700;
    FONT-SIZE: 44px;
}

section.illustration p {
    color: #ffffff;
    font-size: 17px;
    margin-top: 40px;
}

.illustration-btn {
    display: flex;
}

.illustration-btn a.left {
    background: #E62727;
    color: #000;
    padding: 12px 40px;
    margin: 40px 10px;
    font-size: 12px;
    border-radius: 50px;
}

.illustration-btn a.right {
    background: white;
    color: #001d3d;
    font-size: 12px;
    padding: 12px 40px;
    margin: 40px 10px;
    border: 1px solid #fff;
    border-radius: 50px;
}

@media (min-width: 280px) and (max-width: 767px) {
    .illustration-btn a.left {
        padding: 12px 20px;
    }
}

.illustration .col-md-3 {
    display: inline-block;
    margin-left: -4px;
}

.illustration .col-md-3 img {
    width: 100%;
    height: auto;
}

/* Genre page section acton & adventure */
.action-adventure h2 {
    font-size: 32px;
    color: #001d3d;
    text-align: left;
}
@media (max-width: 767px) {
    .action-adventure h2
    {
        margin-top: 12px;
    }
}
.action-adventure p {
    font-size: 12px;
    text-align: left;
}

img.line-yellow {
    margin-right: auto;
    display: block;
}

.action-adventure a.nav-link.active {
    color: #E62727;
    font-weight: 600;
    text-decoration: underline;
    font-size: 18px;
    text-align: left;
}

.action-adventure a.nav-link {
    padding: 2px 32px;
    font-size: 19px;
    color: #001d3d;
    width: 300px !important;
    text-align: left;
}
.one-stop-btn.bt-space {
    margin-bottom: 100px;
}

/*End*/


/*Publishing PAge Section Book Marketing*/
section.book-marketing {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 30px 0 120px;
}

.book-marketing-heading {
    text-align: center;
}

.market-image img {
    margin: auto;
    display: block;
    width: 80%;
}

.market-left {
    margin: 30px 0;
}

.market-right {
    text-align: right;
    margin: 30px 0;
}

.book-marketing-heading h1 {
    font-size: 52px;
    color: #001c3c;
    margin: 0px 0 20px;
    font-weight: 400;
}

.book-marketing h2 {
    color: #001d3d;
    font-size: 15px;
    font-weight: 600;
    margin: 20px 0;
}

.book-marketing h3 {
    font-size: 20px;
    color: #001d3d;
    font-weight: 700;
    margin: 12px 0;
}

.book-marketing-heading p {
    color: #001c3c;
    text-align: center;
    margin: 20px 0 50px;
}

.book-marketing p {
    font-size: 12px;
    color: #001d3d;
}

/*End*/

/*Pricing PAge section Services Start*/
section.pricing-services-section {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 0px 0;
}

.pricing-services-heading {
    text-align: center;
    margin: 20px 0;
}

img.line-yellow {
    margin-left: auto;
    display: block;
}

.pricing-services-heading h1 {
    font-size: 52px;
    color: #001c3c;
    margin: 51px 0 50px;
    font-weight: 400;
}

.pricing-services h2 {
    font-size: 32px;
    color: #001d3d;
    text-align: left;
}
@media (max-width: 767px) {
    .pricing-services h2
    {
        margin-top: 12px;
    }
}
.pricing-services-heading p {
    font-size: 14px;
    text-align: left;
    color: #001d3d;
    padding: 25px 0;
}

.pricing-services-heading a.nav-link.active {
    color: #E62727;
    text-decoration: underline;
    border-bottom: none;
}

.pricing-services-heading a.nav-link {
    width: 100%;
    display: block;
    padding: 5px 20px;
    color: #001d3d;
    text-align: left;
}

.price-standard h4 {
    text-align: left;
    color: #E62727;
    font-weight: 700;
    padding: 5px;
}

.price-standard {
    margin: 10px 0;
}
.price-standard ul {
    width: 100%;
    margin-bottom: 20px;
}

.price-standard ul li {
    list-style: disc;
    text-align: left;
    margin-left: 20px;
}
.price-standard button.left {
    background: #001d3d;
    color: #fff;
    border-radius: 50px;
    padding: 9px 30px;
    font-size: 15px;
    margin-right: auto;
    display: block;
    position: absolute;
    bottom: -40px;
}
@media (max-width: 1176px){
    .price-standard button.left {
        position: unset;
    }
}
.price-standard button.right {
    background: #ffffff;
    color: #001d3d;
    border-radius: 50px;
    padding: 9px 30px;
    font-size: 15px;
    border: 1px solid #001d3d;
    margin-right: auto;
    display: block;
    position: absolute;
    bottom: -40px;
}
@media (max-width: 1176px){
    .price-standard button.right {
        position: unset;
    }
}
/*End*/

/*pricing page section services-menu*/
section.services-menu {
    background: #E62727;
    width: 100%;
    height: auto;
    color: #000;
    padding: 80px 0 100px;
}

section.services-menu h1 {
    color: #001d3d;
    font-size: 23px;
    font-weight: 700;

}

section.services-menu p {
    font-size: 13px;
    margin: 21px 0;
    color: #001d3d;
    font-weight: 500;
}

/*End*/


/*About Us Page sections*/
section.about-editing {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 60px 0;
}

.about-editing-heading {
    text-align: center;
}

.about-editing-heading h4 {
    font-size: 42px;
    font-weight: 400;
    color: #043469;
}

.about-editing-heading h2 {
    color: #022e5f;
    font-weight: 600;
}

.about-editing-heading p {
    font-size: 14px;
    color: #001d3d;
    padding: 25px 0;
}
@media (min-width: 280px) and (max-width: 767px) {
    .about-editing-heading p {
        text-align: justify;
    }
}
section.about-menu {
    background: url(../images/about-sect.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    color: #000;
    padding: 35px 0 146px;
    text-align: center;
}
@media (min-width: 280px) and (max-width: 767px) {
    section.about-menu {
        background: #E62727;
        padding: 35px 0 35px;
    }
}
section.about-menu .left h1 {
    color: #fff;
    font-size: 23px;
    font-weight: 700;

}
section.about-menu .left p {
    font-size: 13px;
    margin: 21px 0;
    color: #fff;
    font-weight: 500;
}
section.about-menu .right p {
    font-size: 13px;
    margin: 21px 0;
    color: #001d3d;
    font-weight: 500;
}
@media(max-width: 767px)
{
    section.about-menu .left p {
        text-align: justify;
    }
    section.about-menu .right p {
        text-align: justify;
    }
}
section.about-menu .right h1 {
    color: #001d3d;
    font-size: 23px;
    font-weight: 700;
}
/*End*/

/*Portfolio view btn Start*/
.port-modal .modal-dialog {
    max-width: 1170px;
}

.port-modal button.close {
    margin-left: auto;
}

.port-modal img {
    display: block;
    margin: auto;
}

.modal-header {
    border: none;
    padding: 0;
}

.portfolio_d_r {
    text-align: left;
}

.portfolio_d_r h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    margin: 8px 0 8px;
    color: #333;
}

.portfolio_d_r h6 {
    font-size: 14px;
    margin-bottom: 18px;
}

.portfolio_d_r h4 {
    font-weight: 700;
    color: #666666;
    font-size: 20px;
    padding: 8px 0;
}

.portfolio_d_r p {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

/*Portfolio view btn End*/

a.interested {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}

a.interested div.circle {
    width: 101px;
    height: 101px;
    position: absolute;
    top: -59px;
    left: 50%;
    margin: 0 0 0 -50px;
    background: url(../images/sprite.png) -7px -326px no-repeat;
}

a.interested div.circle span {
    width: 95px;
    height: 35px;
    display: block;
    position: absolute;
    top: -19px;
    left: 50%;
    margin: 0 0 0 -48px;
    text-indent: -9999px;
    text-align: left;
    background: url(../images/sprite.png) -7px -286px;
    transition: transform .4s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 75px;
    transform-origin: 50% 75px;    
    z-index: 9999999999999999;
}

a.interested div.circle b {
    position: absolute;
    top: 51%;
    left: 52%;
    width: 18px;
    height: 17px;
    display: block;
    margin: -9px 0 0 -12px;
    background: url(../images/sprite.png) -129px -345px no-repeat;
    -webkit-animation: arrow 1s infinite ease-in;
    animation: arrow 1s infinite ease-in;
}

a.interested:hover div.circle {
    background-position: -5px -448px;
    width: 101px;
    height: 101px;
}

a.interested:hover div.circle span {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

a.interested:hover div.circle b {
    background-position: -127px -377px;
    width: 18px;
    height: 17px;
}

#video-popup-container {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}

#video-popup-close {
    content: "/f00d";
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
}

#video-popup-iframe-container {
    position: absolute;
    z-index: 997;
    width: 100%;
    height: 500px;    
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}

#video-popup-iframe {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}

#video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 995;
    top: 0;    
    opacity: 0.8;
    width: 100%;
    height: 100%;
}

#video-popup-close:hover {
    color: #DE0023;
}
/*popup video*/


.youtube-modal-popup .modal-content {
    background: transparent !important;
    border: none;
}

.youtube-modal-popup .modal-header {
    border: none;
    margin-left: auto;
}

.youtube-modal-popup button.close {
    color: #E62727;
    background: #000;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    opacity: unset;
}

.youtube-modal-popup iframe {
    width: 100%;
}

.main-logos,
.footer_client_wrap,
section.testimonial,
.main-percent{
    display:none;
}

.fldset {
  display: flex;
  align-items: baseline;
}

.fldset input[type="checkbox"] {
  width: 1em !important;
  height: 1rem !important;
  position: relative;
  top: 4px;
}

.fldset label {
  font-size: 12px;
  padding-left: 5px;
}