header .header-main {
    padding: 15px 0;
    background: transparent linear-gradient(107deg, #b22573 0%, #02009d 100%) 0% 0% no-repeat padding-box;
}

body.home header .header-main {
    background: transparent;
}

body #wrapper {
    padding-top: 126px;
}

body.home #wrapper {
    padding-top: 0;
}

section.inner-banner-section {
    height: 400px;
    display: flex;
    align-items: center;
    margin-bottom: 68px;
    background: lightblue;
}

h1 {
    font-size: 52px;
    line-height: 64px;
    font-weight: bold;
    font-family: "Montserrat";
}

h2 {
    font-size: 44px;
    line-height: 54px;
    font-weight: bold;
    font-family: "Montserrat";
}

h3 {
    font-size: 38px;
    line-height: 48px;
    font-weight: bold;
    font-family: "Montserrat";
}

.about-row {
    display: flex;
}

section.about-us-content-section.about-us-section {
    padding-top: 68px;
}

section.about-us-content-section.about-us-section .about-row.about-us-wrap {
    align-items: flex-start;
    overflow: visible;
    overflow-y: visible;
    overflow-x: clip;
}

.col-right-img img {
    width: 100%;
}

.col-left-content h1 {
    margin-bottom: 20px;
}

.col-left-content h2 {
    margin-bottom: 13px;
}

section.inner-banner-section .title {
    margin-top: 145px;
}

.about-row.about-us-wrap {
    padding: 0 !important;
}

section.about-us-content-section.about-us-section .col-right-img.right {
    margin-top: 12px;
    position: sticky;
    top: 100px;
}

/* typography */
.typography p {
    font-size: 18px;
    line-height: 36px;
    font-family: "Open Sans";
    font-weight: normal;
    color: #000;
    margin-bottom: 38px;
}

.typography ol {
    list-style-type: decimal; 
}

.typography ol ol {
    list-style-type: lower-alpha; 
}

.typography li {
    font-size: 18px;
    line-height: 36px;
    font-family: "Open Sans";
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
    list-style: none;
    word-wrap: break-word;
}

.typography ol,
.typography ul {
  margin: 0;
  list-style-type: none;
  counter-reset: item;
  margin-top: 15px;
}
.typography > ol,
.typography > ul  {
    padding-bottom: 0;
   
}
.typography ol ol,
.typography ol ul,
.typography ul ol,
.typography ul ul {
  padding: 0;
  /* margin-bottom: 17px; */
}
.content-wrap > ol > li, .content-wrap > ul > li {
    margin-bottom: 44px;
}
.typography li {
  display: table;
  counter-increment: item;
}

/* .typography ol > li,
.typography ul > li {
    margin-bottom: 10px;
}  */

strong {
    font-weight: bold;
}

.typography li p {
    margin-bottom: 0px;
}

body.page-id-267 .content-wrap p:last-child {
    margin-bottom: 20px;
}



.typography li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 12px;
  color: #000;
}

.typography ul > li:before {
  content: "";
  vertical-align: middle;
  width: 8px;
    height: 8px;
    background: #000;
    padding: 0;
    border-radius: 10px;
    top: 14px;
}

.typography ol > li:last-child,
.typography ul > li:last-child {
    margin-bottom: 0;
}
.typography ol ol ol,
.typography ol ul ol,
.typography ul ol ol,
.typography ul ul ol{
  padding: 0;
  margin-bottom: 0;
}

.typography ul > li {
    padding: 0;
    padding-left: 20px;
}

.typography > ul > li:first-child,
.typography  > ol > li:first-child {
  padding-top: 0;
}

.typography h1 {
    font-size: 52px;
    line-height: 64px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.typography h2 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 15px;
}

.typography h3 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px;
}

.typography h4 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
}

.typography h5 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
}

.typography h6 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
}

.typography {
    padding: 66px 0 51px;
}

.typography > li {
    padding-left: 0;
} 

.typography a {
    color: #fa8e4e;
    transition: 0.5s;
}

.typography a:hover {
    color: #000;
}

#field_1_44 .gchoice a {
    color: #fa8e4e;
    text-decoration: none;
    font-weight: 600;
    transition: 0.5s;
}

#field_1_44 .gchoice a:hover {
    color: #000;
}

.popup.typography {
    height: 559px;
    overflow-y: scroll;
}

span.close {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 18px;
    font-size: 35px;
    cursor: pointer;
    color: #666;
    font-weight: 300;
    transition: 0.5s;
}

section.about-us-section p {
    font-size: 18px;
    line-height: 36px;
}

.popup.typography::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	border-radius: 10px;
	background-color: #F5F5F5;
}

.popup.typography::-webkit-scrollbar {
	width: 7px;
	background-color: #F5F5F5;
}

.popup.typography::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
	background-color: #ccc;
}

.popup.typography p {
    margin-bottom: 10px;
}

.popup.typography  ol, 
.popup.typography  ul {
    margin-bottom: 30px;
}

.popup.typography  ol:last-child {
    margin-bottom: 0;
}

.popup { 
    display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); 
    background: white; padding: 40px; z-index: 100; width: 100%; max-width: 1200px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
}

.popup.typography h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.popup.typography ol > li:before {
    font-size: 16px;
    line-height: 26px;
}

/* .typography ol > li, .typography ul > li {
    margin-bottom: 15px;
} */



.typography li h2 {
    margin-bottom: 13px;
}


.popup.typography ol > li:before {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding-right: 6px;
}

.popup.typography {
    padding: 40px;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 50;
}

body.no-scroll {
    overflow: hidden;
    height: 100%;
}

/* .popup-content {
    height: 550px;
    overflow-y: scroll;
} */

/* .typography ol li {
    position: relative;
}

.typography ol li::before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 1rem;
    min-width: 2rem;
    color: inherit;
}

.typography ol > li::before {
    content: ".";
    vertical-align: middle;
    font-size: 1.5em;
    line-height: 1em;
}

.typography ol {
    list-style-type: none;
    counter-reset: item;
    
} */

.logo-wrap img {
    width: 100%;
    height: auto;
    max-width: 175px;
}

body.page-id-273 .typography > ol > li::before {
    font-size: 34px;
}

.typography ol > li::before{font-size:38px;word-break: normal; font-weight: bold;}
.typography ol li ol li:before {
    font-size: 18px;
}

.typography .content-wrap > ol,
.typography .content-wrap > ul {
    margin-bottom: 38px;
}

.thankyou{padding:100px 0 98px 0;text-align:center;}
.thankyou .thankyou-content img{margin-bottom:30px;}
.thankyou .thankyou-content h1{margin-bottom:15px;}
.thankyou.thank-you-section .thankyou-content img{max-width:140px;width:100%;}

/* 404 page */
.img_txt_row{display:flex;align-items:center;flex-wrap:wrap;}
.error_col_two{width:50%;}
.error_col_one.err-col{width:50%;margin-right:0px;padding-right:90px;}
.err-col.img-col{padding-right:40px;}
.error_col_two.inner-page-title h1{margin-bottom:20px;text-align:left;}
.error_col_two .description p{text-align:left;}
.description {
    margin-bottom: 25px;
}
.error_col_one.err-col img {
    width: 100%;
    height: 100%;
}


#field_1_44 .gchoice {
    width: 100%;
}


.accordion-item .accordion-body p {
    letter-spacing: 0.36px;
}

#contact-form input[type=number]::-webkit-inner-spin-button, 
#contact-form input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}


/* responsive css */

@media only screen and (min-width:1800px) {
    section.about-us-content-section.about-us-section .col-right-img.right {
        padding-top: 50px;
    }
} 

@media only screen and (max-width:1199px) {
    section.formate-section .formate-content-wrap {
        margin-bottom: 60px;
    }
    section.formate-section {
        margin-bottom: 59px;
    }
    h1 {
        font-size: 42px;
        line-height: 54px;
        margin-bottom: 15px;
    }
    h2 {
        font-size: 38px;
        line-height: 48px;
    }
    h3 {
        font-size: 34px;
        line-height: 43px; 
    }
    .col-left-content h2 {
        margin-bottom: 10px;
        margin-top: 20px;
    }
    body #wrapper {
        padding-top: 126px;
    }
    section.about-us-content-section.about-us-section {
        padding-top: 57px;
    }
    .typography {
        padding: 58px 0 39px;
    }

    .typography h1 {
        font-size: 42px;
        line-height: 54px;
    }

    section.about-us-section p {
        font-size: 16px;
        line-height: 32px;
    }

    .popup.typography {
        padding: 30px;
    }

    .typography h2 {
        font-size: 32px;
        line-height: 42px;
    }

    /* section.Testimonials-sec .Testimonials-col .Testimonials-img {
        margin-bottom: 40px;
    } */

    section.Testimonials-sec .Testimonials-col .Testimonials-img {
        width: 35%;
    }

    /* body.page-id-273 .typography > ol > li::before {
        font-size: 32px;
    } */

   

    .typography ol ol, .typography ol ul, .typography ul ol, .typography ul ul {
        padding: 0;
        /* margin-bottom: 10px; */
    }

    .content-wrap > ol > li, .content-wrap > ul > li {
        margin-bottom: 33px;
    }

    .typography ol > li:before{font-size:32px;}

    .typography h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .typography h4 {
        font-size: 26px;
        line-height: 36px;
    }

    .typography h5 {
        font-size: 24px;
        line-height: 34px;
    }

    .typography h6 {
        font-size: 24px;
        line-height: 34px;
    }

    .typography p {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 25px;
    }
    .typography li {
        font-size: 16px;
        line-height: 32px;
    }
    .typography ol li ol li:before {
        font-size: 16px;
    }

    .thankyou {
        padding: 70px 0;
    }
    .error_col_one.err-col {
        padding-right: 60px;
    }
    .error_col_two.inner-page-title h1 {
        margin-bottom: 10px;
    }

    .typography .content-wrap > ol, .typography .content-wrap > ul {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width:767px) {
    section.Testimonials-sec .Testimonials-col .Testimonials-content::before {
        display: block !important;
    }
    .Testimonials-img {
        margin-bottom: 15px;
    }
    section.Testimonials-sec .Testimonials-col .Testimonials-img {
        width: 100% !important;
        text-align: center;
    }
    h1 {
        font-size: 32px;
        line-height: 44px;
    }
    h2 {
        font-size: 28px;
        line-height: 34px;
    }
    h3 {
        font-size: 24px;
        line-height: 34px; 
    } 

    section.about-us-content-section.about-us-section .col-right-img.right {
        margin-top: 0;
    }
    section.about-us-content-section.about-us-section {
        padding-top: 47px;
    }
    .typography h1 {
        font-size: 32px;
        line-height: 44px;
    }

    .typography h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .typography > ol > li::before {
        font-size: 30px;
    }

    .typography h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .typography h4 {
        font-size: 24px;
        line-height: 34px;
    }

    .typography h5 {
        font-size: 22px;
        line-height: 32px;
    }

    .typography h6 {
        font-size: 20px;
        line-height: 30px;
    }



    .logo-wrap img {
        max-width: 135px;
    }
    body #wrapper {
        padding-top: 104px;
    }
    .typography {
        padding: 50px 0 25px;
    }
    /* .typography ol > li, 
    .typography ul > li {
        margin-bottom: 6px;
    } */

    .typography li {
        word-break: break-word;

    }

    .typography li:before {
        padding-right: 8px;
    }

    .error_col_one.err-col {
        padding-right: 0;
        width: 100%;
        margin-bottom: 25px;
    }
    .error_col_one.err-col img {
        max-width: 410px;
    }
    .error_col_two {
        width: 100%;
        text-align: center;
    }
    .thankyou {
        padding: 60px 0;
    }
    .description {
        margin-bottom: 16px;
    }
    .error_col_two.inner-page-title h1 {
        text-align: center;
    }
    .error_col_two .description p {
        text-align: center;
    }
    .cmn_btn .df-btn {
        text-align: center;
        margin: 0 auto;
    }
    body.page-id-267 .content-wrap p:last-child {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 479px) {
    body #wrapper {
        padding-top: 157px;
    }
}