/*--------------------------------------------------------------
    Theme Name: Product Pro Template
    Theme URL: https://www.ogwebsolutions.com/
    Author: OG Websolutions Pvt. Ltd.
    Version:  1.0
--------------------------------------------------------------*/


/**
@File:  Product Pro Theme Styles
This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

# General Style
    ## Google Font
    ## Preloader
    ## Back to top button
    ## Typography
# Header
# Footer
# Home Page
	## Banner Section
	## Violet Section
    ## Service Section
    ## Client Section
    ## Sufficient Section
# Thank you Page
# Privacy Policy & and Term & Conditions page

**/


/*--------------------------------------------------------------
    # General
--------------------------------------------------------------*/


/* ----------------------------------
    ## Google Font
----------------------------------*/

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

/* ----------------------------------
    ## Prelaoder
----------------------------------*/


/* ## Preload Spinner */

.preloadSpinner {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 99999;
}

.preloadSpinner::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    background-color: #f5f7fa;
    border: 1px solid #99be4f;
    border-top: 10px dotted #99be4f;
    border-radius: 100%;
    animation: spinner 500ms infinite ease-in-out;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@media screen and (max-width:767.98px) {
    .preloadSpinner::after {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
        border-top: 5px dotted #99be4f;
    }
}


/* ----------------------------------
    ## Back to top button
----------------------------------*/

.backtotop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    height: 40px;
    width: 40px;
    background-color: #ed6c0e;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    border-radius: 10px;
    opacity: 0.9;
    transition: opacity 200ms linear;
    display: none;
}

.backtotop::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -4px;
    transform: rotate(-45deg);
    height: 0;
    width: 0;
    border-width: 3px 3px 0 0;
    border-style: solid;
    padding: 5px;
    border-color: #fff;
}

.backtotop:hover {
    opacity: 1;
    transition: opacity 200ms linear;
}


/* ----------------------------------
    ## Typography
----------------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fff;
    color: #2a2a2a;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    font-family: 'Libre Franklin', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 1.2;
}

h3 {
    font-size: 36px;
}

@media only screen and (max-width: 991.98px) {
    h3 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 575.98px) {
    h3 {
        font-size: 27px;
    }
}

p {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #2a2a2a;
    font-weight: 400;
    font-family: 'Libre Franklin', sans-serif;
}

@media only screen and (max-width: 575.98px) {
    p {
        font-size: 16px;
    }
}

p:last-child {
    margin-bottom: 0;
}

dl,
ol,
ul {
    margin-bottom: 0;
    font-family: 'Inter', sans-serif;
}

a {
    text-decoration: none;
    outline: none;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #3c3c3c;
}

a {
    text-decoration: none;
    color: #2a2a2a;
}

a:hover {
    text-decoration: underline;
    color: #2a2a2a;
}

label {
    font-weight: normal;
}

label.error {
    color: #f00;
    padding-left: 12px;
    font-size: 14px;
    padding-top: 5px;
}

.form-control {
    height: auto;
    padding: 15px 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #aaaaaa;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    margin-bottom: 20px;
}

.form-control.error {
    border-color: #f00;
}

.form-select {
    background-image: url(../icons/carrot-icon.png);
    background-size: 10px 8px;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

 ::-webkit-input-placeholder {
    opacity: 1;
    color: #aaaaaa;
}

 :-moz-placeholder {
    opacity: 1;
    color: #aaaaaa;
}

 ::-moz-placeholder {
    opacity: 1;
    color: #aaaaaa;
}

 :-ms-input-placeholder {
    opacity: 1;
    color: #aaaaaa;
}

figure {
    margin: 0 0 0rem !important;
}


/*------ Font Weight ------*/

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}


/*------ Custom Background Color ------*/

.bg-white {
    background-color: #fff;
}

.bg-violet {
    background-color: #300452;
}

.bg-ltyellow {
    background-color: #ffefba;
}

.bg-gray {
    background-color: #f3f3f3;
}


/*------ Box Shadow ------*/

.box-shadow {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}


/*------ Button Style ------*/

.btn {
    color: #fff !important;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    background-color: #ed6c0e !important;
    font-size: 20px;
    line-height: 1;
    padding: 18px 35px;
    box-shadow: inset 0 0px 0px 0 rgb(255 255 255 / 22%), 0 233px 233px 0 rgb(255 255 255 / 12%);
    display: inline-block;
    border-radius: 50px;
    letter-spacing: 1px;
    border: 0 px !important;
}

.btn:hover {
    opacity: 0.9;
    text-decoration: none;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

@media only screen and (max-width: 991.98px) {
    .btn {
        font-size: 18px;
    }
    .master-card {
        text-align: center;
    }
}

@media only screen and (max-width: 767.98px) {
    .btn {
        font-size: 16px;
    }
}


/*------ image width ------*/

@media only screen and (max-width: 767.98px) {}


/*------ Custom Container ------*/

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1170px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 767.98px) {
    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 575.98px) {
    .container {
        padding-left: 18px;
        padding-right: 18px;
    }
}


/*------ Section Spacer ------*/

.sectionPadding {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 991.98px) {
    .sectionPadding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


/*------ Section Title ------*/


/*.section-title {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}*/

.section-title h2 {
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 15px;
}

@media only screen and (max-width: 991.98px) {
    .section-title h2,
    .section-title p {
        text-align: center;
    }
    .section-title h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 575.98px) {
    .section-title h2 {
        font-size: 30px;
    }
}


/* ------------------------------------------------- 
    #Header	
------------------------------------------------ */

header {
    position: static;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    /*box-shadow: 0 0 5px #c1c1c1;*/
}

.headerlogo .logo {
    width: 175px;
}

@media only screen and (max-width: 767px) {
    header .inner-container {
        text-align: center;
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
    padding: 40px 0 40px;
    background-color: #140123;
    border-top: 4px solid #ed6c0e;
}

footer .footer-bottom .list-inline-item {
    line-height: 1;
}

footer .footer-bottom .list-inline-item a {
    font-size: 15px;
    line-height: 1;
    color: #fff !important;
    display: inline-block;
}

footer .footer-bottom .list-inline-item a:hover {
    text-decoration: underline;
}

footer .footer-bottom .list-inline-item:not(:last-child) {
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
}

footer .footer-bottom p {
    margin-bottom: 20px;
}

footer .footer-bottom .copyright {
    font-size: 15px;
    color: #fff;
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    footer {
        padding: 30px 0 30px;
    }
    footer .footer-bottom .list-inline-item a,
    footer .footer-bottom .copyright,
    footer .footer-bottom .p {
        font-size: 14px;
    }
}


/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/


/* ----------------------------------
    ## Banner Section
----------------------------------*/

.bannerSection h1 {
    font-size: 64px;
    line-height: 1.3;
    font-weight: 700;
}

.bannerSection p {
    font-size: 20px;
}

@media only screen and (max-width:1199.98px) {
    .bannerSection h1 {
        font-size: 49px;
    }
}

@media only screen and (max-width: 991.98px) {
    .bannerSection {
        text-align: center;
    }
    .bannerSection h1 {
        font-size: 44px;
    }
}

@media only screen and (max-width: 767.98px) {
    .bannerSection h1 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 575.98px) {
    .bannerSection h1 {
        font-size: 32px;
    }
    .bannerSection .btn-sec {
        margin-bottom: 20px;
    }
    .bannerSection p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 414.98px) {
    .bannerSection .right-col img {
        width: 70%;
    }
}


/* ----------------------------------
    ## Violet Section
----------------------------------*/

span.fw-400 {
    font-weight: 400;
}

.violet-section .left-content {
    background-image: linear-gradient(270deg, #d6b4ef, rgba(214, 180, 239, 0) 66%);
    border-radius: 20px;
    padding: 95px 45px;
}

.violet-section .right-content {
    font-size: 19px;
    border-radius: 20px;
    padding: 60px 45px;
}

.violet-section .sub-content p {
    font-size: 19px;
    border-radius: 20px;
}

.violet-section .sub-content p {
    font-size: 21px;
}

.violet-section .box-row {
    background-image: linear-gradient(90deg, #fff, #ffefba 90%);
    padding: 20px 20px;
    border-radius: 15px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.violet-section .box-row h3 {
    font-size: 27px;
}

.violet-section .detail h5 {
    font-size: 20px;
}

.violet-section .left-content,
.violet-section .right-content {
    height: 100%;
}

@media only screen and (max-width: 991.98px) {
    .violet-section .detail,
    .violet-section .detail-img {
        padding: 0px !important;
    }
}

@media only screen and (max-width: 767.98px) {
    .violet-section .right-col,
    .violet-section .box-row {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 575.98px) {
    .violet-section .box-row {
        margin-bottom: 70px;
    }
    .violet-section .detail {
        margin-bottom: 20px;
    }
    .violet-section .row {
        padding-top: 0px !important;
    }
    .violet-section .left-content h3 {
        font-size: 24px;
    }
    .violet-section .box-row h3 {
        font-size: 24px;
    }
}


/* ----------------------------------
    ## Service Section
----------------------------------*/

.service-section .service-detail p {
    font-size: 16px;
}

.service-detail h3 {
    font-size: 24px;
}

.service-section .box-row {
    background-color: #300452;
    padding: 40px 20px;
    border-radius: 15px;
}

.service-detail img {
    width: 36px;
}

@media only screen and (max-width: 575.98px) {
    .service-section .service-detail {
        margin-bottom: 25px;
    }
    .service-section .detail h3 {
        font-size: 24px;
    }
}


/* ----------------------------------
    ## Client Section
----------------------------------*/

.client-section .features p {
    font-size: 40px;
}

.client-section .client-review p {
    font-size: 30px;
    line-height: 1.3;
}

.client-section ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.client-section ul li {
    width: 25%;
}

.client-section .client-detail h4 {
    font-size: 30px;
}

@media only screen and (max-width:1199.98px) {
    .client-section ul li img {
        width: 150px;
    }
}

@media only screen and (max-width:991.98px) {
    .client-section .client-review p {
        font-size: 21px;
    }
}

@media only screen and (max-width: 767.98px) {
    .client-section .client-row .col-12 {
        width: 50% !important;
    }
}

@media only screen and (max-width: 575.98px) {
    .client-section {
        margin-top: 0px !important;
    }
    .client-section .logo-list ul {
        padding-left: 0px;
        flex-wrap: wrap;
    }
    .client-section ul li {
        width: 50%;
    }
    .client-section ul li:first-child,
    .client-section ul li:nth-child(2) {
        margin-bottom: 20px;
    }
    .client-section .row {
        margin-top: 0px !important;
    }
}


/* ----------------------------------
    ## Sufficient Section
----------------------------------*/

.sufficient-section .row {
    background-image: linear-gradient(180deg, #f1f1f3, #fff 50%);
    border-radius: 20px;
    padding-top: 60px;
}

.sufficient-section .section-title h2 {
    font-size: 64px;
}

@media only screen and (max-width: 1199.98px) {
    .sufficient-section .section-title h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 575.98px) {
    .sufficient-section .section-title h2 {
        font-size: 32px;
    }
}


/* ----------------------------------
    ## Modal/Popup Style
----------------------------------*/

.modal-lg {
    max-width: 645px !important;
}

.modal-body {
    padding: 40px 40px;
}

.modal .btn-close {
    position: absolute;
    z-index: 1155;
    top: 5px;
    right: 5px;
}

.modal-body h2 {
    font-size: 38px;
}

.modal-body h3 {
    font-size: 20px;
}

.modal-body P {
    font-size: 14px;
    line-height: 1.5;
}

@media only screen and (max-width: 767.98px) {
    .form-control {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575.98px) {
    .modal-body h2 {
        font-size: 28px;
    }
    .modal-body h3 {
        font-size: 16px;
    }
    .modal-body P {
        font-size: 12px;
    }
    .form-control {
        font-size: 13px;
    }
}


/*--------------------------------------------------------------
# Thank you Page
--------------------------------------------------------------*/

.social-share {
    padding: 30px 0;
}

.social-share .fa-facebook {
    background: #3B5998;
    color: white;
}

.social-share .fa-twitter {
    background: #55ACEE;
    color: white;
}

.social-share .fa {
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    margin: 0 2px;
    border-radius: 3px;
}

.social-share span {
    font-family: 'Sarala', sans-serif;
    font-size: 13px;
    padding-left: 5px;
}


/* ----------------------------------
    ## Thank You Content Section
----------------------------------*/

.thank-you .thank-youbanner h1 {
    font-size: 60px;
}

.thank-you .thank-youbanner p {
    font-size: 20px;
}

.thankyouContentSec p {
    font-size: 18px;
    line-height: 1.5;
}

@media only screen and (max-width: 1199.98px) {
    .thank-you .thank-youbanner h1 {
        font-size: 55px;
    }
}

@media only screen and (max-width: 767.98px) {
    .thank-you .thank-youbanner {
        padding-bottom: 75px;
    }
    .thank-you .thank-youbanner h1 {
        font-size: 45px;
    }
    .thank-you .thank-youbanner p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 575.98px) {
    .thank-you .thank-youbanner h1 {
        font-size: 38px;
    }
    .thankyouContentSec p {
        font-size: 16px;
    }
}


/*--------------------------------------------------------------
#  Privacy Policy and Term & Conditions page
--------------------------------------------------------------*/

.termcond_privacypilocy h1 {
    font-size: 60px;
}

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

.privacypolicyterms h3 {
    font-size: 24px;
}

.privacypolicyterms h4 {
    font-size: 22px;
}

.privacypolicyterms p {
    font-size: 18px;
}

.privacypolicyterms p a {
    color: #1577da;
}

.privacypolicyterms li {
    font-size: 18px;
}

.privacypolicyterms .highlight {
    font-weight: 500;
}

.privacypolicyterms p,
.privacypolicyterms li,
.privacypolicyterms h2,
.privacypolicyterms h3,
.privacypolicyterms h4 {
    font-weight: 500;
}

.termcond_privacypilocy .section-title {
    padding-bottom: 0;
}

@media only screen and (max-width: 1199.99px) {
    .termcond_privacypilocy h1 {
        font-size: 55px;
    }
}

@media only screen and (max-width: 991.99px) {
    .privacypolicyterms h2 {
        text-align: left;
    }
    .termcond_privacypilocy h1 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .privacypolicyterms h2 {
        font-size: 28px;
    }
    .privacypolicyterms h3 {
        font-size: 22px;
    }
    .privacypolicyterms h4 {
        font-size: 20px;
    }
    .privacypolicyterms p,
    .privacypolicyterms li {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575.98px) {
    .termcond_privacypilocy h1 {
        font-size: 35px;
    }
}


/*--------------------------------------------------------------
#  Error page
--------------------------------------------------------------*/