@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
html,body {
    margin:0;
    padding:0;
    overflow-x:hidden;
}
html,
body {
    width: 100%;
    height: auto;
}
body{
 font-family: 'Poppins';
     background-color: #fff;
    overflow-x: hidden;
}
.checked {
  color: orange;
}
/*Header*/
section.main-header {
    background: #1e1e1e;
}

section.main-header .bg-light {
    background: transparent !important;
}
section.main-header a.nav-link {
    font-size: .8em !important;
    color: #fff !important;
}

section.main-header ul.navbar-nav.mr-auto {
    margin: 0 auto !important;
    padding: 0;
}

.phone-header2 h5 a {
    font-size: .8em;
    color: #DF7546;
}

.phone-header2 h6 a {
    font-size: .8em;
    color: #fff;
}
.phone-header2 h5 {
    margin: 0;
}

.phone-header2 {
    padding: 0px 0px;
}

.phone-header {
    padding: 0px 10px;
}

.phone-header {
    border: 1px solid #DF7546;
    border-radius: 50%;
    padding: 8px;
    margin: 0px 10px;
}
/*Banner*/
section.main-banner {
    background: url('../images/banner-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6rem 0rem;
}

.sec1, .sec2, .sec3 {
    padding: 5rem 0rem;
    text-align: center;
}

section.main-header {
    padding: 0 !important;
}

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

section.main-banner h5 {
    font-size: 1.7em;
    font-weight: 500;
    color: #DF7546;
}

section.main-banner h1 {
    font-size: 3.5em;
    font-weight: 700;
    color: #fff;
}

section.main-banner p {
    font-size: 1em;
    color: #fff;
    margin-bottom: 2.5rem;
}

.banner-btns a {
    color: #fff;
    background: #DF7546;
    padding: 10px 36px;
    border-radius: 24px;
    font-size: .9em;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
}

.banner-btns a:nth-child(2) {
    background: transparent;
    border: 1px solid #fff;
    margin-left: 14px;
}

section.main-banner .row>div:nth-child(2) {
    padding: 5rem 2rem;
}
/*section 1*/
.sec1 h2,.sec2 h2,.sec3 h2,.sec5 h2,.sec6 h2 {
    font-size: 2.5em;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.sec1 .sec1-row1 p,.sec2 .sec2-row1 p,.sec3 .sec3-row1 p,.sec5 .sec5-row1 p {
    font-size: .9em;
    padding: 1rem 13rem;
}

.row.sec1-row2> div {
    margin-bottom: 3rem;
}

.row.sec1-row2 .row-item {
    padding: 2rem 2rem;
    height: 20em;
    width: 80%;
    margin: auto;
    box-shadow: 0px 0px 9px 4px #00000017;
    border-radius: 7px;
}

.row.sec1-row2 .row-item h3 {
    font-size: 1.2em;
    font-weight: 700;
    padding-top: .8em;
}

.row.sec1-row2 .row-item p {
    font-size: .9em;
    padding-top: 0.8em;
    height: 125px;
    overflow-y: auto;
}

.row.sec1-row2 .row-item a {
    color: #DF7546;
    text-decoration: none;
    font-size: .9em;
    text-decoration: underline;
}


/*sec2*/
section.sec2 {
    background: url('../images/s3-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* padding: 6rem 0rem; */
    color: #fff;
}

.row-item-carousal img {
    width: 40px !important;
    height: 2.5em;
}

.row-item-carousal {
    text-align: left;
    height: 14rem;
    padding: 2rem 1rem;
    border-right: 1px solid #DF7546;
}

.row-item-carousal h3 {
    font-size: 1.2em;
    padding-top: .6em;
    font-weight: 500;
}

.row-item-carousal p {
    font-size: .9em;
    width: 70%;
}

.row-item-carousal a {
    color: #DF7546;
    text-decoration: none;
    font-size: .9em;
    text-decoration: underline;
}

.owl-nav {
    display: none;
}

.owl-dots {
    margin-top: 12px;
}
/*section 3*/
section.sec3 {
    background: url('../images/s4-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* padding: 10rem 0rem; */
}
section.sec3 img {
    width: 100%;
}

.row.sec3-row2>div:nth-child(2)>div {
    padding-top: 6em;
}

.row.sec3-row2>div:nth-child(2)>div>div:nth-child(1) {
    padding-bottom: 4em;
}

section.sec3 p {
    font-size: .9em;
}
/*section 4*/
section.sec4 {
    padding: 0rem 0rem;
    background: url('../images/s5-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


section.sec4 h5 {
    color: #DF7546;
    font-size: 1.2em;
    font-weight: 500;
}

section.sec4 h1 {
    font-size: 3em;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #fff;
}

section.sec4 p {
    font-size: .9em;
    color: #fff;
    padding-bottom: 1em;
}


section.sec4 a {
    color: #fff;
    background: #DF7546;
    padding: 10px 36px;
    border-radius: 24px;
    font-size: .9em;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
}
section.sec4 .sec4-btns {
    display: flex;
    gap: 20px;
}
.row.sec4-row1>div:nth-child(2) {
    padding-top: 5em;
}
.sec4-carousal .row-item img {
    width: 50px !important;
    height: 3.5em;
    margin: auto;
}

.sec4-carousal {
    text-align: center;
}

.sec4-carousal .row-item {
    background: #fff;
    padding: 3em 0em;
    margin-bottom: 2em;
    border-radius: 6px;
}

.sec4-carousal .row-item p {
    color: #000;
    padding: 1em 1em;
}

.sec4-carousal .row-item h3 {
    font-size: 1.3em;
    padding-top: .5em;
    margin: 0;
    font-weight: 600;
}

.row.sec4-row1>div:nth-child(1) {
    /* padding-top: 13em; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.row.sec4-row1 .owl-dots {
    position: relative;
    left: 60%;
    transform: rotate(90deg);
    bottom: 22em;
}
/*Section 5*/
section.sec5 {
    padding: 4rem 0rem;
    text-align: center;
}

.sec5 .item {
    text-align: left;
    height: 25em;
}

.sec5 .item h6 {
    color: #DF7546;
    font-weight: 300;
    font-size: .8em;
    padding-top: 1em;
}

.sec5 .item h3 {
    font-size: 1.2em;
    font-weight: 600;
    padding-bottom: 1em;
}

.sec5 .item h3 a {
    color: #000;
    text-decoration: none;
}

.view-btn a {
    background: #DF7546;
    padding: 10px 36px;
    border-radius: 24px;
    font-size: .9em;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}
section.sec6 {
    padding: 4rem 0rem;
}
section.sec6 p {
    font-size: .9em;
}

.row.sec6-row1>div:nth-child(2) {
    padding-top: 4em;
}

.sec6 .testi-img img {
    width: 15%;
}

.sec6 .testi-img p {
    padding-top: 2em;
}

.sec6 .testi-img h5 {
    font-size: 1em;
    font-weight: 700;
    color: #000;
}

.sec6 .testi-img h5 span {
    color: #00000082;
}

.sec6 .owl-dots {
    display: none;
}

.all-clients {
    margin-top: 1em;
}
/*Footer*/
footer {
    background: url('../images/footer-bg.png');
}

.container-fluid.copyright-area {
    background: #DF7546;
    text-align: center;
    padding-top: 16px;
    color: #fff;
}
.row.footer-row1 {
    padding: 2em 0em;
}

.footer-row1>div:nth-child(1) p {
    color: #fff;
    font-size: .9em;
    padding-top: 2em;
}

.row.footer-row1 h4 {
    color: #fff;
    font-size: 1.3em;
    font-weight: 500;
    /* text-align: center; */
    padding-top: .8em;
}


ul.footer-links {
    padding: 0em 1em;
}

ul.footer-links li a {
    color: #fff;
    font-size: .9em;
    font-weight: 300;
}

ul.footer-links li {
    padding-top: 0.5em;
    list-style-type: none;
}

ul.footer-links {
    padding-top: 2em;
}

ul.contact-links {
     list-style-type: none;
    padding: 3em 0em;
    display: flex;
    flex-direction: column;
    gap: 15px;
}


ul.contact-links .col-md-3 {
    flex: 0;
}

ul.contact-links h5 a {
    color: #fff;
}

ul.contact-links h5 {
    font-size: 1em;
    font-weight: 300;
}

ul.contact-links {
    list-style-type: none;
    padding: 3em 0em;
}

ul.contact-links a {
    font-size: .9em;
    font-weight: 300;
    color: #fff;
}

ul.contact-links i {
    color: #fff;
    background: #DF7546;
    padding: 5px 5px;
    border-radius: 15px;
    font-size: 15px;
    width: 24px;
}

ul.contact-links .col-md-9 {
    padding: 0;
}
.consultant {
    padding-top: 5em;
}

.consultant h4 {
    font-size: .9em !important;
    font-weight: 400 !important;
}

.consultant p a {
    color: #fff;
    font-size: .9em;
}

ul.footer-social-links {
    padding: 0;
    list-style-type: none;
}

ul.footer-social-links li {
    display: inline-block;
    padding: .8em;
}

ul.footer-social-links li i {
    color: #fff;
}

ul.footer-social-links li i:hover {
    color: #DF7546;
}
/*Resources*/
section.main-banner-sub {
    background: url(../images/resources/banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6rem 0rem;
    text-align: center;
}
section.pub {
    background: url(../images/publication/banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6rem 0rem;
    text-align: center;
}
section.main-banner-sub h5 {
    font-size: 1.7em;
    font-weight: 500;
    color: #DF7546;
}

section.main-banner-sub h1 {
    font-size: 3.5em;
    font-weight: 700;
    color: #000000;
}
section.main-banner-sub p {
    font-size: 1em;
    color: #DF7546;
    margin-bottom: 2.5rem;
}
.sec3 h5 {
    font-size: 1.7em;
    font-weight: 500;
    color: #DF7546;
}
section.sec3.sec3-sub {
    text-align: left;
}
section.sec3.sec3-sub a {
    color: #fff;
    background: #DF7546;
    padding: 10px 36px;
    border-radius: 24px;
    font-size: .9em;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
}
section.sec4.sec4-sub {
    padding: 9rem 0rem;
}

.sec4-sub .row.sec4-row1 .owl-dots {
    bottom: 13em;
    left: 40em;
}
.sec3-sub .sec3-row2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
section.sec4.sec4-sub-2 {
    padding: 7rem 0rem;
    background: url(../images/publication/sec5-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align:center;
}
.owl-stage-outer {
    height: 100%;
}
section.services {
    background: url(../images/services/banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6rem 0rem;
    text-align: center;
}
section.about {
    background: url(../images/about/banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6rem 0rem;
    text-align: center;
}
section.distribution {
    background: url(../images/distribution/banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6rem 0rem;
    text-align: center;
}
section.sec4 ul {
    color: #fff;
}
section.contact {
    background: url(../images/contact/banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6rem 0rem;
    text-align: center;
}
ul.contact-link-c {
    display: flex;
    flex-direction: column;
    padding: 0;
}

ul.contact-link-c li {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    text-align: left;
}

ul.contact-link-c i {
    background: #DF7546;
    color: #fff;
    padding: 10px;
    border-radius: 20px;
}

ul.contact-link-c a {
    color: #212529;
}

ul.contact-link-c h6 {
    font-weight: 600;
}
.row.sec3-row2-c {
    /* display: flex; */
    /* flex-direction: row; */
    /* align-items: center; */
    padding: 3rem 0rem;
}

form.contact-form input[type="text"],form.contact-form input[type="email"] {
    padding: 15px 20px;
    border-radius: 8px;
    background: #f6f6fb;
    border: 1px solid #0000000d;
    box-shadow: 0px 2px 10px 2px #0000000d;
    width: 45%;
}

form.contact-form {
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
}

form.contact-form textarea {
    padding: 15px 20px;
    border-radius: 8px;
    background: #f6f6fb;
    border: 1px solid #0000000d;
    box-shadow: 0px 2px 10px 2px #00000014;
    width: 93%;
}

.submit-btn input {
    background: #DF7546;
    padding: 7px 25px;
    border-radius: 20px;
    border: 1px solid #0000000d;
    box-shadow: 0px 2px 10px 2px #DF754666;
}
.row.sec4-contact img {
    width: 100%;
}
div#headingOne {
}

div#accordionExample {
    text-align: left;
}

div#accordionExample .card {
    background: transparent;
    border: none;
    padding: 0;
}

div#accordionExample button {
    color: #fff;
    font-family: 'Poppins';
}

div#accordionExample button i {
    padding-right: 12px;
}

div#accordionExample .card .card-header {
    border: none;
}


/* Blogs Page */

section.main-banner-sub.blog-banner {
    background: url(../images/blog/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
section.main-banner-sub.blog-banner  h1 {
    text-transform: uppercase;
}
section.bigarticle-sec {
    background: url(../images/blog/blog-s2bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
section.sec4.sec4_resources .sec4-btns {
    justify-content: flex-start;
}
.psec4-btns.sec4-btns {
    justify-content: center;
}
section.sec3.sec3-sub .sec3-btns {
    padding-top: 2rem;
}

@media (min-width:768px) {
  .container1 {
    width: calc(((100% - 750px) / 2) + 750px) !important;
    margin-left: auto;
  }
}

@media (min-width:992px) {
  .container1 {
    width: calc(((100% - 970px) / 2) + 970px) !important;
    margin-left: auto;
  }
}

@media (min-width:1200px) {
  .container1 {
    width: calc(((100% - 1170px) / 2) + 1170px) !important;
    margin-left: auto;
  }
}
.container1 {
    padding-right: 0px;
    max-width: none;
}

section.bigarticle-sec .row {
    align-items: center;
}

section.bigarticle-sec .bigarticletxt h2 {font-family: 'Playfair Display', serif;font-size: 95px;font-weight: bold;line-height: 1.1;color: #0f1121;padding-bottom: 35px;border-bottom: 2px solid #d8d8d8;width: 88%;}

section.bigarticle-sec .bigarticletxt p {
    font-size: 25px;
    font-family: 'Poppins';
    color: #0f1121;
    font-weight: normal;
    padding-top: 1.5rem;
}

section.bigarticle-sec .img img {
    width: 100%;
}
section.popular-article {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: white;
    background-size: cover;
}

section.popular-article .pop-article-head {
    padding-bottom: 30px;
}

section.popular-article .pop-article-head h2 {
    color: #0f1121;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
}


section.popular-article .popart-carousel .item .popularblog-row .img img {
    width: 100%;
}

section.popular-article .popart-carousel .item .popularblog-row .date h4 {
    /* padding-top: 2rem; */
    color: #DF7546;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Poppins';
}

section.popular-article .popart-carousel .item .popularblog-row .date {
    padding-top: 2rem;
    position: relative;
}

section.popular-article .popart-carousel .item .popularblog-row .date:before {
    content: '';
    position: absolute;
    left: -32px;
    top: 0px;
    width: 90%;
    height: 2px;
    background: #d7dde9;
}



section.popular-article .popart-carousel .item .popularblog-row  .title {
    padding-top: 18px;
}

section.popular-article .popart-carousel .item .popularblog-row .title h2 {
    color: #0f1121;
    font-size: 26px;
    font-family: 'Poppins';
    font-weight: normal;
    width: 80%;
}

section.popular-article .popart-carousel .item .popularblog-row .content p {
    color: #6f707a;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: normal;
    width: 85%;
}

section.popular-article .popart-carousel .item .popularblog-row .author-info {
     padding-top: 18px;
    display: flex;
    align-items: center;
    gap: 15px;
}

section.popular-article .popart-carousel .item .popularblog-row .author-info .authorname h5 {
    color: #0f1121;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 0px;
}

section.popular-article .popart-carousel .item .popularblog-row .author-info .authorname h6 {
    color: #6f707a;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: normal;
}

section.recent-article {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

section.recent-article .recent-article-head {
    padding-bottom: 30px;
}

section.recent-article .recent-article-head h2 {
    color: #0f1121;
    font-size: 48px;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
}

section.recent-article .blog-item .img img {
    width: 100%;
}

section.recent-article .row_one {
    padding-bottom: 3.5rem;
}

section.recent-article .blog-item {}

section.recent-article .blog-item .blog-card {
    box-shadow: -2px 1px 1px 1px #cfd6e5;
    padding-left: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

section.recent-article .blog-item .blog-card .dateblog h4 {
    color: #DF7546;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: normal;
}

section.recent-article .blog-item .blog-card .title {
    padding-top: 1rem;
}

section.recent-article .blog-item .blog-card .title h2 {
    color: #0f1121;
    font-size: 25px;
    font-family: 'Poppins';
    font-weight: normal;
}

section.recent-article .blog-item .blog-card .content {
    padding-top: 15px;
}

section.recent-article .blog-item .blog-card .content p {
    color: #6f707a;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: normal;
}

section.recent-article .blog-item .blog-card .author-area {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 18px;
}

section.recent-article .blog-item .blog-card .author-area .authorname {}

section.recent-article .blog-item .blog-card .author-area .authorname h5 {
    margin-bottom: 0px;
    font-size: 18px;
    font-family: 'Poppins';
    color: #0f1121;
    font-weight: 500;
}

section.recent-article .blog-item .blog-card .author-area .authorname h6 {
    color: #6f707a;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Poppins';
}

section.recent-article .viewmore-btn {
    margin-top: 70px;
    display: flex;
    justify-content: center;
}

section.recent-article .viewmore-btn a {
    background: #DF7546;
    padding: 18px 100px;
    border-radius: 30px;
    color: #1d1d1d;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins';
    text-decoration: none;
}

section.recent-article .viewmore-btn a:hover {
    transition: 0.18s all ease-in;
    background: transparent;
    border: 2px solid #DF7546;
    color: #DF7546;
}


/* Blogs Page End*/

/*Thankyou*/
section.thankyou {
    background: url(../images/thankyou-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6rem 0rem;
    text-align: center;
}

section.thankyou h2 {
    font-size: 8rem;
    font-weight: 800;
    text-transform: uppercase;
}

section.thankyou h5 {
    color: #4d4d4d;
    font-size: 1.2rem;
    width: 55%;
    margin: auto;
}

section.thankyou p {
    width: 80%;
    margin: auto;
    padding: 20px 0px;
    font-weight: 300;
    transform: translate(0px, 45px);
}

.thankyou-btn a {
    background: #f59f21;
    padding: 20px 40px;
    border-radius: 7px;
    color: #000;
    position: relative;
    top: 20px;
}

section.thankyou h5:after {
    content: '';
    position: absolute;
    width: 35%;
    background: #f59f21;
    height: 2px;
    left: 34%;
    margin-top: 55px;
}

.thankyou-btn {
    margin: 45px 0px;
}
div#popupform {
    /* background: url(../images/popup-img-bg.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 18px;
    width: 55%;
    overflow-x: hidden;
}
div#popupform .form-area {
    background: url(../images/bg-popupform.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 2rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
    right: 0;
    left: 0;
    border-radius: 20px;
}

div#popupform .form-area .txtpopup_head {
    text-align: center;
    padding-bottom: 1.8rem;
}

div#popupform .form-area .txtpopup_head h2 {
    color: #242424;
    font-size: 32px;
    font-weight: bold;
    font-family: 'Playfair Display';
    margin-bottom: 0px;
}

div#popupform .form-area .txtpopup_head h3 {
    color: #242424;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: normal;
    padding-top: 4px;
}

div#popupform .form-area input[type="text"], div#popupform .form-area input[type="email"], div#popupform .form-area input[type="number"] {
    width: 100%;
    height: 40px;
    border-radius: 30px;
    padding-left: 40px;
    border: 0px;
    margin-bottom: 15px;
}

div#popupform .form-area textarea {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    padding-left: 40px;
    border: 0px;
    padding-top: 10px;
}

div#popupform .form-area input[type="submit"] {
    width: 100%;
    border: 0px;
    margin-top: 20px;
    background: #1e2024;
    color: white;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins';
    text-align: center;
    height: 60px;
}

div#popupform .form-area p {
    text-align: center;
    padding-top: 1.5rem;
    color: #242424;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 1.7;
}

div#popupform .form-area:before {
    position: absolute;
    content: '';
    left: -60px;
    top: -35px;
    background: url(../images/dots-popup.png);
    width: 125px;
    height: 125px;
    background-repeat: no-repeat !important;
    background-size: cover;
}
div#popupform .fancybox-close-small {
    background: #171717;
    border-radius: 50%;
    opacity: 1 !important;
    width: 55px;
    height: 55px;
}

div#popupform .fancybox-close-small svg {
    color: white;
    font-weight: bold;
    width: 40px;
    height: 40px;
    left: -3px;
    top: -2px;
}
.sec1 .row-item img{
    filter: hue-rotate(334deg);
}
.sec2 img{
    filter: hue-rotate(334deg);
}
.sec4-carousal .row-item img{
    filter: hue-rotate(334deg);
}
.footer-chat-icon{
    filter: hue-rotate(334deg);
}
.fancybox-content{
    background: none;
}
.navbar-light .navbar-toggler-icon{
    filter: invert(1);
}
@media(max-width:780px){
    div#popupform{
        width: 100%;
    }
    .fancybox-content{
        padding: 0px;
    }
    div#popupform .form-area {
    padding-left: 1rem;
    padding-right: 1rem;
    }
    section.main-banner-sub h1 {
    font-size: 2.5rem;
    }
    .navbar-brand img{
        max-width: 50%;
    }
}
.banner-btns a:hover{
    text-decoration: none;
    color: #fff;
    background: #1d1d1d;
}
.navbar-brand img{
    max-width: 120px;
}
.footer-row1 img{
    max-width: 120px;
}
.whatspp-icon{position:fixed;bottom:20px;left:20px;z-index:99999999;}.whatspp-icon img{max-width:88%;display:block}@media only screen and (max-width: 800px) and (min-width: 320px){.whatspp-icon{position:fixed;bottom:12px;right:6px;z-index:99999999;width:60px}}