body {
    font-family: 'AvantGardeITCbyBT-Medium' !important;
    font-size: 16px;
    letter-spacing: 1px;
    color: #455869 !important;
}

button:focus {
    outline: none !important;
}

ul {
    list-style: none;
    padding-left: 0 !important;
}

a {
    color: #455869 !important;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@font-face {
    font-family: 'AvantGardeITCbyBT-Medium';
    src: url('../fonts/AvantGardeITCbyBT-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGardeITCbyBT-Medium.woff') format('woff'), url('../fonts/AvantGardeITCbyBT-Medium.ttf') format('truetype'), url('../fonts/AvantGardeITCbyBT-Medium.svg#AvantGardeITCbyBT-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGardeLT-Medium';
    src: url('../fonts/AvantGardeLT-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGardeLT-Medium.otf') format('opentype'), url('../fonts/AvantGardeLT-Medium.woff') format('woff'), url('../fonts/AvantGardeLT-Medium.ttf') format('truetype'), url('../fonts/AvantGardeLT-Medium.svg#AvantGardeLT-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGardeITCbyBT-Book';
    src: url('../fonts/AvantGardeITCbyBT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGardeITCbyBT-Book.woff') format('woff'), url('../fonts/AvantGardeITCbyBT-Book.ttf') format('truetype'), url('../fonts/AvantGardeITCbyBT-Book.svg#AvantGardeITCbyBT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGardeITCbyBT-Demi';
    src: url('../fonts/AvantGardeITCbyBT-Demi.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGardeITCbyBT-Demi.woff') format('woff'), url('../fonts/AvantGardeITCbyBT-Demi.ttf') format('truetype'), url('../fonts/AvantGardeITCbyBT-Demi.svg#AvantGardeITCbyBT-Demi') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGardeITCbyBT-DemiOblique';
    src: url('../fonts/AvantGardeITCbyBT-DemiOblique.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGardeITCbyBT-DemiOblique.woff') format('woff'), url('../fonts/AvantGardeITCbyBT-DemiOblique.ttf') format('truetype'), url('../fonts/AvantGardeITCbyBT-DemiOblique.svg#AvantGardeITCbyBT-DemiOblique') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGardeITCbyBT-BookOblique';
    src: url('../fonts/AvantGardeITCbyBT-BookOblique.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGardeITCbyBT-BookOblique.woff') format('woff'), url('../fonts/AvantGardeITCbyBT-BookOblique.ttf') format('truetype'), url('../fonts/AvantGardeITCbyBT-BookOblique.svg#AvantGardeITCbyBT-BookOblique') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avant_garde_cedemi';
    src: url('../fonts/agd-webfont.woff2') format('woff2'), url('../fonts/agd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avant_garde_cebook';
    src: url('../fonts/agw-webfont.woff2') format('woff2'), url('../fonts/agw-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1,
h2 {
    color: #455869 !important;
    font-family: 'AvantGardeITCbyBT-Demi' !important;
}

/* .navbar-light .navbar-toggler {
    border-color: rgb(61, 189, 176) !important;
} */

.btn-primary { 
    background: rgb(238,212,132);
    background: linear-gradient(180deg, rgba(238,212,132,1) 0%, rgba(198,173,95,1) 100%) !important; 
    border-color: rgb(238,212,132) !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
.btn-secondary.focus,
.form-control:focus {
    box-shadow: none !important;
}

body .bg-secondary {
    background-color: #222221 !important;
}

body .bg-secondary.top-banner {
    background: url(../images/header-banner.jpg);
    background-size: inherit;
    background-position: center;
    box-shadow: inset 0px 0px 12px 1px #000000;
    background-position: top;
}

body .bg-secondary.top-banner h1 , body .bg-secondary.top-banner p {color:#FFF !important; font-family: 'AvantGardeITCbyBT-Demi' !important;
    text-shadow: 0 0 20px #000000;}

nav ul li a.nav-link {
    font-family: 'AvantGardeITCbyBT-Medium';
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    color: #FFF !important;
    font-size: 18px;
}

nav ul li.nav-list-item.active a {
    color: #FFF !important;
    position: relative;
}

nav ul li.nav-list-item.active a:after {
    content: "";
    background: rgb(238,212,132);
    height: 4px;
    width: 40%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    margin: 0 auto;
    border-radius: 60px;
}

nav ul li:last-child a {
    border-radius: 30px;
    padding-left: 14px;
    box-shadow: 1px 1px 3px 1px #ababab7d;
    font-family: 'avant_garde_cedemi';
}

nav ul li.nav-list-item.active:last-child a:after {
    background: transparent !important;
}

.carousel-item .carousel-caption {
    width: 470px;
    margin: 0 auto;
    color: #b1aeae;
}

.carousel-item .carousel-caption h5 {
    background: -moz-linear-gradient(top, rgba(67, 198, 170, 1) 0%, rgba(69, 220, 157, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(67, 198, 170, 1)), color-stop(100%, rgba(69, 220, 157, 1)));
    background: -webkit-linear-gradient(top, rgba(67, 198, 170, 1) 0%, rgba(69, 220, 157, 1) 100%);
    background: -o-linear-gradient(top, rgba(67, 198, 170, 1) 0%, rgba(69, 220, 157, 1) 100%);
    background: -ms-linear-gradient(top, rgba(67, 198, 170, 1) 0%, rgba(69, 220, 157, 1) 100%);
    background: linear-gradient(to bottom, rgba(67, 198, 170, 1) 0%, rgba(69, 220, 157, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='rgb(238,212,132)', endColorstr='#45dc9d', GradientType=0);
    border-color: #44caa8 !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 3px 2px rgba(67, 198, 170, 0.3);
    font-size: 2.4rem;
    line-height: 50px;
    margin-bottom: 0;
    font-family: 'AvantGardeITCbyBT-Demi';
}

.carousel-item .carousel-caption h4 {
    font-size: 2.5rem;
    line-height: 40px;
    text-shadow: 0px 3px 2px rgba(69, 88, 105, 0.2);
    color: #455869;
    font-family: 'AvantGardeITCbyBT-Demi';
}

.carousel-item .carousel-caption p {
    padding-top: 5px;
    color: #000;
    opacity: 0.5;
}

.carousel-item .carousel-caption button {
    border-radius: 0 30px 30px;
    padding: 12px 22px;
    background: #455869;
}

.carousel-indicators {
    bottom: -20px !important;
}

.carousel-indicators li.active {
    background-color: rgb(205, 205, 205) !important;
}

.carousel-indicators li {
    background-color: rgb(232, 229, 229) !important;
}

.our-process {
    background: rgb(238 212 132 / 10%);
    /* background: rgba(237, 237, 237, 0.22); */
    border-top-left-radius: 400px;
    position: relative;
    z-index: 1;
}

.our-process p {
    color: #545454;
    font-size: 16px;
}

.our-process button , .our-products button {
    border-radius: 0 30px 30px;
    padding: 12px 22px;
}

.our-process .owl-carousel .owl-nav button.owl-next {
    background: #455869 !important;
    padding: 10px 20px !important;
    border-radius: 0px 30px 30px 20px !important;
}

.our-process .owl-carousel .owl-nav button.owl-next span {
    color: #fff;
    font-size: 50px;
    line-height: 16px;
    position: relative;
    top: 3px;
}

.our-process .owl-carousel .owl-nav button.owl-prev {
    border: #455869 solid 1px !important;
    padding: 10px 20px !important;
    border-radius: 30px 0px 20px 30px !important;
}

.our-process .owl-carousel .owl-nav button.owl-prev span {
    color: #455869;
    font-size: 50px;
    line-height: 16px;
    position: relative;
    top: 3px;
}

.our-process .owl-theme .owl-nav [class*=owl-]:hover {
    background: #455869 !important;
}

.our-process .owl-theme .owl-nav [class*=owl-]:hover span {
    color: #FFF !important;
}

.our-process .owl-theme .owl-nav {
    text-align: left !important;
}


#our-process-slider .owl-nav button {
    height: 25px;
    padding: 0 !important;
    margin: 0;
}

#our-process-slider .owl-nav button span {
    padding: 0 7px;
    color: #FFF;
    font-size: 26px;
    height: 20px !important;
    line-height: 20px;
}


.pricing {
    position: relative;
}

.pricing:before {
    content: "";
    position: absolute;
    left: 0;
    background: rgb(238 212 132 / 10%);
    border-radius: 0px 400px 0 0;
    width: 50%;
    height: 65%;
}

.pricing p {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.62);
}

.pricing button {
    border-radius: 0 30px 30px;
    padding: 10px 30px;
    background: #455869 !important;
    float: left;
    box-shadow: 1px 1px 5px 1px #a2a2a2e8 !important;
}

.pricing .pricing-list {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    border-bottom: rgb(238,212,132) solid 5px;
    width: 150px;
    text-align: center;
    box-shadow: 1px 1px 4px 1px #dedede;
}

.pricing .pricing-list img {
    width: 60px;
}

.pricing .step-1,
.pricing .step-3 {
    position: relative;
    top: -70px;
}

.pricing .step-4 {
    position: relative;
    top: -140px;
}

.download-app:before {
    content: "";
    position: absolute;
    left: 0;
    background: rgb(238 212 132 / 10%);
    border-radius: 0px 400px 0 0;
    width: 60%;
    height: 65%;
}

.download-app li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgba(67, 198, 170, 0.5);
    border-radius: 50%;
    left: 0;
    top: 6px;
}

.download-app li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}

.testimonials {
    background: #F4F4F4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center {
    transform: scale(1);
    opacity: 1;
    position: relative;
    top: -5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-perspective: 1000;
    -moz-osx-font-smoothing: grayscale;
    will-change: auto;
}

#customers-testimonials .owl-item.active {
    transform: scale(.8);
    transition: .6s ease;
    opacity: 0.3;
    position: relative;
    top: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-perspective: 1000;
    -moz-osx-font-smoothing: grayscale;
    will-change: auto;
}

.testimonial-slide {
    background: #fff;
    padding: 30px 20px 20px;
    border-bottom: rgb(238,212,132) solid 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 1px #d6d6d6;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.testimonial-slide:before {
    content: "";
    background: url(../images/left-quotation.png);
    position: absolute;
    left: 20px;
    right: 0;
    top: 90px;
    z-index: 9999;
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    bottom: 0;
    background-size: 50px;
}

.testimonial-slide:after {
    content: "";
    background: url(../images/right-quotation.png);
    position: absolute;
    right: -10px;
    top: 90px;
    z-index: 9999;
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    bottom: 0;
    background-size: 50px;
}

.testimonial-slide .client-name {}

.testimonial-slide .client-name img {
    width: auto !important;
    margin: 0 auto;
}

.testimonial-slide p {
    font-size: 12px;
    color: #000;
    line-height: 16px;
    font-family: 'avant_garde_cebook';
}

#customers-testimonials.owl-carousel .owl-stage-outer {
    padding: 35px 0 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-dots.active {
    top: 0 !important;
}

#customers-testimonials .owl-dots span {
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
}

footer {
    background: #222221;
    border-top-left-radius: 300px;
    position: relative;
    z-index: 1;
    color: #FFFFFF;
}

footer h5 {
    font-family: 'AvantGardeITCbyBT-Demi';
}

footer li {
    margin-bottom: 10px;
}

footer li a {
    font-family: 'AvantGardeITCbyBT-Book';
    color: #cecece !important;
    position: relative;
    font-size: 14px;
}

footer li a span {
    padding-left: 55px;
    display: inline-flex;
}


footer .get-in-touch li i {
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    border-radius: 50px;
    text-align: center;
    top: 50%; 
    background: rgba(255, 255, 255, 0.1);
    color: #eed484;
    margin-right: 10px;
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); 
}

.get-in-touch li {margin-bottom: 30px;}

.social-links li {display: inline;}

.social-links li a i{
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    border-radius: 50px;
    text-align: center;
    top: 50%; 
    background: rgba(255, 255, 255, 0.1);
    color: #eed484;
    margin-right: 10px;
    font-size: 18px; 
}

footer .copywrites {
    font-size: 12px;
    color: #cecece;
}

.about-content {
    font-size: 14px;
    font-family: 'AvantGardeITCbyBT-Book';
    color: #cecece !important;
    padding-right: 30px;
}

.title-bar {
    min-height: 200px;
}

.breadcrumb-menu {
    background: #fff;
}

.breadcrumb-menu li {
    display: inline;
}

.breadcrumb-menu li.active {
    color: #000000b8;
    font-weight: 600;
}

.process-content {
    background: rgba(254, 254, 254, 1);
    background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 7%, rgba(250, 250, 250, 1) 56%, rgba(254, 254, 254, 1) 99%, rgba(254, 254, 254, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 254, 254, 1)), color-stop(7%, rgba(254, 254, 254, 1)), color-stop(56%, rgba(250, 250, 250, 1)), color-stop(99%, rgba(254, 254, 254, 1)), color-stop(100%, rgba(254, 254, 254, 1)));
    background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 7%, rgba(250, 250, 250, 1) 56%, rgba(254, 254, 254, 1) 99%, rgba(254, 254, 254, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 7%, rgba(250, 250, 250, 1) 56%, rgba(254, 254, 254, 1) 99%, rgba(254, 254, 254, 1) 100%);
    background: -ms-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 7%, rgba(250, 250, 250, 1) 56%, rgba(254, 254, 254, 1) 99%, rgba(254, 254, 254, 1) 100%);
}

.about-section {
    background: url(../images/about-line-bg.png) no-repeat;
    background-position: center left;
}

.process-content p {
    font-size: 14px;
}

.process-content .process-count {
    font-family: 'AvantGardeITCbyBT-DemiOblique';
    font-size: 40px;
    color: rgb(238,212,132);
}

.process-content h5 {
    font-family: 'AvantGardeITCbyBT-Demi';
    font-size: 24px;
}

.process-content p {
    color: #8f8f8f;
    font-size: 14px;
}

.pricing-content {}

.pricing-content .nav-tabs .nav-link {
    color: #B4B4B4 !important;
    padding: 20px;
    border-radius: 10px 20px 0px 0;
    letter-spacing: 0;
}

.pricing-content .nav-tabs .nav-list-item.show .nav-link,
.pricing-content .nav-tabs .nav-link.active {
    padding: 20px;
    border-radius: 10px 20px 0px 0;
    color: rgb(238,212,132) !important;
    font-family: 'AvantGardeITCbyBT-Demi';
    background: #FAFCFF !important;
    border: #EBEBEB solid 1px;
}

.pricing-content .nav-tabs .nav-link:focus,
.pricing-content .nav-tabs .nav-link:hover {
    background: #FAFCFF !important;
    border: #EBEBEB solid 1px;
}

.pricing-content .btn-group {
    padding: 2px;
    border: #eee solid 1px;
    border-radius: 8px;
    background: #EEEEEE;
}

.pricing-content .btn-group label.btn-secondary {
    background: #FFFFFF;
    border: #FFFFFF solid 1px;
    border-radius: 6px !important;
    color: rgb(238,212,132);
    font-family: 'AvantGardeITCbyBT-Demi';
    letter-spacing: 0;
}

.pricing-content .btn-group label.btn-secondary.active {
    background-color: #eeeeee;
    border: none;
    font-size: 12px;
    color: #212121;
    font-family: 'AvantGardeITCbyBT-Book';
}

.pricing-content .btn-group label.btn-secondary span {
    position: relative;
    top: 4px;
}

.pricing-content .product-list {
    border: #EBEBEB solid 1px;
    display: flow-root;
    padding: 0;
    margin: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.pricing-content .product-list li {
    display: flow-root;
    width: 16.6% !important;
    border-bottom: #EBEBEB solid 1px;
    border-right: #EBEBEB solid 1px;
    margin: 0;
    padding: 0;
    /* flex: auto; */
    /* flex-direction: column; 
    flex-basis: 16.6% !important;
    max-width: 16.6% !important;*/
    padding: 20px 18px;
    float: left;
}

.pricing-content .product-list li img {
    height: 70px;
}

.pricing-content .tab-content {
    border: #EBEBEB solid 1px;
    z-index: 999;
    margin-top: 1px;
    border-radius: 0 35px 15px 15px;
}

.faq-content {}

.faq-content .card {
    border: #EBEBEB solid 1px;
    border-radius: 10px;
    background: rgba(61, 188, 175, 1);
    background: -moz-linear-gradient(top, rgba(61, 188, 175, 1) 0%, rgba(61, 188, 175, 1) 2%, rgba(67, 221, 154, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(61, 188, 175, 1)), color-stop(2%, rgba(61, 188, 175, 1)), color-stop(100%, rgba(67, 221, 154, 1)));
    background: -webkit-linear-gradient(top, rgba(61, 188, 175, 1) 0%, rgba(61, 188, 175, 1) 2%, rgba(67, 221, 154, 1) 100%);
    background: -o-linear-gradient(top, rgba(61, 188, 175, 1) 0%, rgba(61, 188, 175, 1) 2%, rgba(67, 221, 154, 1) 100%);
    background: -ms-linear-gradient(top, rgba(61, 188, 175, 1) 0%, rgba(61, 188, 175, 1) 2%, rgba(67, 221, 154, 1) 100%);
    background: linear-gradient(to bottom, rgba(61, 188, 175, 1) 0%, rgba(61, 188, 175, 1) 2%, rgba(67, 221, 154, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3dbcaf', endColorstr='#43dd9a', GradientType=0);
    color: #FFF;
    margin-bottom: 22px;
}


/* .faq-content .card:first-child .card-header {
    border-top: #EBEBEB solid 1px;
} */

.faq-content .card-header {
    background-color: transparent;
    border-bottom: none;
}

.faq-content .card-header h5 span {
    white-space: pre-wrap;
}

.faq-content .card-header h5:hover {
    text-decoration: none;
}

.faq-content .card-header h5[aria-expanded="false"] span:before {
    font-family: FontAwesome;
    content: "\f107";
    float: right;
    transition: all 0.5s;
    width: 25px;
    height: 25px;
    background: #D9F4EE;
    text-align: center;
    border-radius: 30px;
    color: rgb(238,212,132);
    font-size: 20px;
    line-height: 28px;
}

.faq-content .card-header h5,
.faq-content .card-header h5[aria-expanded=""] {
    font-family: 'AvantGardeITCbyBT-Demi';
    letter-spacing: 0;
    font-size: 20px !important;
    border-radius: 8px;
}

.faq-content .card-header .card-body {
    padding-top: 0;
    letter-spacing: 0;
}

.faq-content .card-header h5[aria-expanded="true"] {
    background: transparent;
    color: #FFF;
}

.faq-content .card-header h5[aria-expanded="false"] {
    background: #fff;
    color: rgb(238,212,132);
}

.faq-content .card-header h5[aria-expanded="true"] span:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    font-family: FontAwesome;
    content: "\f107";
    float: right;
    transition: all 0.5s;
    width: 25px;
    height: 25px;
    background: #68D5B7;
    text-align: center;
    border-radius: 30px;
    color: #FFF;
    font-size: 20px;
    line-height: 28px;
}

.contact-title span {
    color: #eed484;
}

.contact-us {
    background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 7%, rgba(250, 250, 250, 1) 56%, rgba(254, 254, 254, 1) 99%, rgba(254, 254, 254, 1) 100%);
}

.contact-us h4 {
    font-family: 'AvantGardeITCbyBT-Demi';
    letter-spacing: 0;
}

.contact-us p {
    font-size: 18px;
    font-family: 'AvantGardeITCbyBT-Book';
}

.contact-us i {
    background: #e7cd7e ;
    border-color: #e7cd7e  !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    vertical-align: middle;
}

.contact-us .contact-form {
    border-radius: 10px 50px 10px 10px;
    box-shadow: 1px 1px 4px 1px #bbbbbb61;
}

.contact-us .contact-form label {
    color: #4E4E4E;
    font-family: 'AvantGardeITCbyBT-Demi';
}

.contact-us .contact-form input {
    background: #F5F5F5;
    border: #F5F5F5 solid 1px;
    height: 50px;
    border-radius: 7px;
}

.contact-us .contact-form textarea {
    background: #F5F5F5;
    border: #F5F5F5 solid 1px;
    border-radius: 7px;
}

.contact-us .contact-form input:focus {
    border: rgb(238,212,132) solid 1px;
}

.contact-us .contact-form button {
    border-radius: 0 30px 30px;
    padding: 15px 22px;
    letter-spacing: 1px;
    font-size: 18px;
}

.contact-us img { mix-blend-mode: multiply;}

.review-sub-title span {
    color: rgb(238,212,132);
}

.reviews-content .bg-green {
    border-radius: 20px 0 0 20px;
    background: -moz-linear-gradient(top, rgba(67, 198, 170, 1) 0%, rgba(69, 220, 157, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(67, 198, 170, 1)), color-stop(100%, rgba(69, 220, 157, 1)));
    background: -webkit-linear-gradient(top, rgba(67, 198, 170, 1) 0%, rgba(69, 220, 157, 1) 100%);
    background: -o-linear-gradient(top, rgba(67, 198, 170, 1) 0%, rgba(69, 220, 157, 1) 100%);
    background: -ms-linear-gradient(top, rgba(67, 198, 170, 1) 0%, rgba(69, 220, 157, 1) 100%);
    background: linear-gradient(to bottom, rgba(67, 198, 170, 1) 0%, rgba(69, 220, 157, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='rgb(238,212,132)', endColorstr='#45dc9d', GradientType=0);
    letter-spacing: 0;
}

.reviews-content {
    background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 7%, rgba(250, 250, 250, 1) 56%, rgba(254, 254, 254, 1) 99%, rgba(254, 254, 254, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 254, 254, 1)), color-stop(7%, rgba(254, 254, 254, 1)), color-stop(56%, rgba(250, 250, 250, 1)), color-stop(99%, rgba(254, 254, 254, 1)), color-stop(100%, rgba(254, 254, 254, 1)));
    background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 7%, rgba(250, 250, 250, 1) 56%, rgba(254, 254, 254, 1) 99%, rgba(254, 254, 254, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 7%, rgba(250, 250, 250, 1) 56%, rgba(254, 254, 254, 1) 99%, rgba(254, 254, 254, 1) 100%);
    background: -ms-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 7%, rgba(250, 250, 250, 1) 56%, rgba(254, 254, 254, 1) 99%, rgba(254, 254, 254, 1) 100%);
}

.reviews-content .bg-green h5 {
    font-family: 'AvantGardeITCbyBT-Demi';
    color: #4E4E4E;
}

.client-logos {
    background: rgba(252, 252, 252, 0.14);
    background: -moz-linear-gradient(top, rgba(252, 252, 252, 0.14) 0%, rgba(244, 244, 244, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252, 252, 252, 0.14)), color-stop(100%, rgba(244, 244, 244, 1)));
    background: -webkit-linear-gradient(top, rgba(252, 252, 252, 0.14) 0%, rgba(244, 244, 244, 1) 100%);
    background: -o-linear-gradient(top, rgba(252, 252, 252, 0.14) 0%, rgba(244, 244, 244, 1) 100%);
    background: -ms-linear-gradient(top, rgba(252, 252, 252, 0.14) 0%, rgba(244, 244, 244, 1) 100%);
    background: linear-gradient(to bottom, rgba(252, 252, 252, 0.14) 0%, rgba(244, 244, 244, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f4f4f4', GradientType=0);
}

.client-logos .review-box {
    border-radius: 13px 30px 13px 13px;
    box-shadow: 1px 1px 4px 1px #c3c3c36e;
}

.client-logos .review-box h5 {
    font-family: 'AvantGardeITCbyBT-Demi';
    color: #455869;
}

.client-logos .review-box p {
    font-family: 'AvantGardeITCbyBT-Book';
    font-size: 14px;
}

.comment-box {}

.comment-box .client-comments {
    border-radius: 10px 50px 10px 10px;
    box-shadow: 1px 1px 4px 1px #bbbbbb61;
    position: relative;
}

.comment-box .client-comments:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -28px;
    left: 50%;
    border: 15px solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    left: 45px;
    box-shadow: -3px 3px 3px 0px #bbbbbb47;
}

.comment-box .client-details {
    margin-top: 35px;
}

.comment-box .client-details .name-icon {
    width: 20px;
    height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
    padding: 7px;
    position: relative;
    top: -11px;
}

.comment-box .client-details .name-icon.icon-orange {
    background: #FFA619;
}

.comment-box .client-details .name-icon.icon-green {
    background: #44B74D;
}

.comment-box .client-details .name-icon.icon-violet {
    background: #6033F8;
}

.comment-box .client-details .name-icon.icon-pink {
    background: #F8338E;
}

.comment-box .client-details .client-name-position p {}

.comment-box .client-details .client-name-position span {
    color: #8f8f8f;
    font-family: 'AvantGardeITCbyBT-Book';
    font-size: 12px;
}


.navbar-brand img {width: 250px;}

.header-section {
    background: url(../images/bala-products/bala-appalam-banner.jpg);
    background-size: cover;
    min-height: 100vh;
    position: relative;  
    box-sizing: border-box; 
}

.nav-link {
    padding: 0.4rem 1rem !important;
}


/* Preloader starts*/ 

.preloader.loaded {
    opacity: 0;
    visibility: hidden;
}


.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #0000004d;
    transition: .3s all ease;
}

.preloader-body {
    text-align: center;
}

.preloader * {
    box-sizing: content-box;
}

.cssload-bell {
    animation: cssload-spin 5.75s infinite linear;
}

.cssload-bell {
    width: 97px;
    height: 99px;
    border-radius: 100%;
    position: relative;
}

.cssload-circle {
    width: 100%;
    height: 100%;
    position: absolute;
}

.cssload-circle:nth-of-type(1) {
    transform: rotate(70deg);
}

.cssload-circle:nth-of-type(2) {
    transform: rotate(140deg);
}

.cssload-circle:nth-of-type(1) .cssload-inner {
    animation: cssload-spin 2.3s infinite linear;
}

.cssload-circle:nth-of-type(2) .cssload-inner {
    animation: cssload-spin 2.3s infinite linear;
}

.cssload-circle .cssload-inner {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 5px solid rgb(239 214 139 / 70%);
    border-right: none;
    border-top: none;
    background-clip: padding;
    box-shadow: inset 0 0 10px rgb(238 213 138 / 15%);
} 
 
@keyframes cssload-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Preloader end */

.ft-noti p {
    font-size: 16px;
    font-family: 'AvantGardeITCbyBT-Book';
    color: #cecece !important;
}

.ft-noti input {
    font-size: 14px;
}

.choose-us {background: rgb(238 212 132 / 72%);}

.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed !important;
    width: 100%;
    background: #222221; 
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: 90px !important;  
  }

  .navbar-fixed .navbar-brand img {width: 200px;   transition: all 0.4s ease;}

  .nav-header {
    position: relative; 
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: 80px;
    display: flex;
    align-items: center;
    background: rgb(34 34 33 / 64%);
}

.header-width { width: 75% !important;}

.whats-app-logo {
	position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366; 
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 0px 0px 6px #fff;
    z-index: 100;
    vertical-align: middle;
    color: #FFF !important;
    padding: 3px 11px;
}

.my-float{
	margin-top: 16px;
}