@font-face {
    font-family: heding_font;
    src: url('../fonts/PlayfairDisplay-VariableFont_wght.ttf');
}

* {
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background-color: #fff;
}


.navbar {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 1px 3px 4px 0 #adadad33;
    margin: 0px;

}

.navbar-brand img {
    width: 25%;
    display: block;
    margin: 0px;
    padding: 0px;
}

.navbar-light .navbar-brand {
    color: #000000;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.dmenu:hover .dropdown-menu {
    display: block;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #000000;
}

.dropdown-menu img {
    width: 10%;
}

.dropdown-menu a {
    border-bottom: 1px solid gray;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {

    transition: 0.3s;
    padding: 22px 24px;
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    background: #0d7690;
    transition: 0.3s;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0d7690 !important;
}

.sm-menu {
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}

.dropdown-item {
    color: #3c3c3c;
    font-size: 14px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2196F3;
}

.navbar-toggler {
    outline: none !important;
}

.navbar-tog {
    color: #1ebdc2;
}

.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}

.megamenu h6 {
    margin-left: 21px;
    color: #ff4500;
}

.megamenu i {
    width: 20px;
}

.bgfe {
    width: 100%;
    display: block;
    background-color: #eee;
    padding-bottom: 80px;
}

.srvg {
    width: 100%;
    display: block;
    text-align: center;
}

.srvg p:nth-child(1) {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.serch_form {
    width: 70%;
    display: block;
    margin: auto;
    overflow: hidden;
    margin-bottom: 50px;
}

.serch_form form {
    width: 80%;
    margin: auto;
}

.top_advo {
    width: 100%;

    border: 1px solid #ff4500;
    border-radius: 10px;
    padding: 10px;
    display: flex;
}

.adv_disc {
    width: 100%;
    display: block;
    padding-left: 5px;
}

.adv_disc h4 {
    font-size: 16px;
    color: #ff4500;
}

.ques_bg {
    display: flex;
    width: 100%;
    flex-direction: right;
}

.ques_bg p:nth-child(1) {
    background-color: #ff4500;
    color: #fff;
    padding: 20px;
    font-size: 40px;
}

.feedbck {
    width: 100%;
    display: block;
    padding: 15px;
    text-align: center;
    margin-top: 50px 0px;
}


.front {
    width: 100%;
    display: block;
    padding: 15px;
}

.front p {
    margin-top: 10px;
    margin-bottom: 0px;
}

.front img {
    width: 40%;
    display: block;
    margin: auto;

}

.column {
    float: left;
    width: 100%;
    padding: 0 10px;
    margin-top: 25px;
}

/* Remove extra left and right margins, due to padding */
.row {
    margin: 0 -5px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive columns */
@media screen and (max-width: 700px) {

    .container {
        width: 100%;
    }

    .column {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}

/* Style the counter cards */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 5px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;

}

.card .profile {
    border-radius: 10px;
    transition: 0.2s;
}

.card:hover .profile {
    transform: scale(1.4);
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}

.card .content {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.card .content .back {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1e6;
    transition: 1s;

    z-index: 1;
    padding: 10px;
}

.from-left {
    top: 0;
    left: -100%;
}

.card:hover .content .from-left {
    left: 0%;
}

.from-bottom {
    top: 100%;
    left: 0;
}

.card:hover .content .from-bottom {
    top: 0%;
}

.from-right {
    top: 0%;
    right: -100%;
}

.card:hover .content .from-right {
    right: 0;
}

.card .content .back h3 {
    font-size: 15px;
    letter-spacing: 2px;
}

.card .content .back .tem-img {
    border-radius: 100%;
}

.card .content .back .des {
    font-size: 13px;
    padding: 20px 0px;
}

.card .content .back .social-icon {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.card .content .back .social-icon li {
    display: inline-block;
}

.card .content .back .social-icon li a {
    display: block;
    background: #333;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
}

.sts {
    width: 100%;
    display: block;
    padding: 50px;
    margin-top: 50px;
}

.sts ul,
.sts ol {
    margin-left: 30px;
}

.abt_srt {
    width: 100%;
    display: block;
    font-size: 50px;
    font-family: heding_font;
    font-weight: 700;
}

.abt_icn {
    width: 100%;
    font-size: 12px;
    text-align: center;
    border-radius: 10px;
    padding: 4px;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.abt_icn img {
    width: 70%;
    display: block;
    margin: auto;
}

.btncustom {
    padding: 10px 25px;
    font-size: 18px;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #ff4500;
}

.hed_text {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.hed_text2 p:nth-child(1) {
    font-size: 30px;
    font-family: heding_font;

}


.hed_text p:nth-child(1) {
    font-size: 30px;
    font-family: heding_font;

}

.blog_card {
    width: 100%;
    display: block;
}

.blog_img {
    width: 100%;
    display: block;
}

.blog_img img {
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 10px;
}

.blog_txt span {
    font-size: 15px;
}

.blog_txt a {
    font-size: 25px;
    font-family: 'heding_font';
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

#rm {
    font-size: 15px;
}

.footer-section {
    background-color: #233243;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.footer-section:before {
    content: '';
    position: absolute;
    top: -146%;
    left: -18%;
    width: 44%;
    height: 257%;
    transform: rotate(54deg);
    background-color: rgb(31, 47, 64);
    -webkit-transform: rotate(54deg);
    -moz-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    -o-transform: rotate(54deg);
    z-index: -10;
}

.footer-section:after {
    position: absolute;
    content: '';
    background-color: rgb(31, 47, 64);
    top: -24%;
    right: 4%;
    width: 26%;
    height: 264%;
    transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    z-index: -10;
}

.footer-top {
    padding-top: 96px;
    padding-bottom: 50px;
}

.footer-top p,
.company-footer-contact-list li {
    color: #ffffff;
}

.company-footer-contact-list {
    margin-top: 10px;
}

.company-footer-contact-list li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.company-footer-contact-list li+li {
    margin-top: 5px;
}

.company-footer-contact-list li i {
    margin-right: 10px;
    font-size: 20px;
    display: inline-block;
}

.footer-top .site-logo {
    margin-bottom: 25px;
    display: block;
    max-width: 170px;
}

.widget-title {
    text-transform: capitalize;
}

.footer-top .widget-title {
    color: #ffffff;
    margin-bottom: 40px;
}

.courses-link-list li+li {
    margin-top: 10px;
}

.courses-link-list li a {
    color: #ffffff;
    text-transform: capitalize;
    font-family: var(--para-font);
    font-weight: 400;
}

.courses-link-list li a:hover {
    color: #ffb606;
}

.courses-link-list li i {
    margin-right: 5px;
}

.footer-top .small-post-title a {
    font-family: var(--para-font);
    color: #ffffff;
    font-weight: 400;
}

.small-post-item .post-date {
    color: #ffb606;
    margin-bottom: 3px;
    font-family: var(--para-font);
    font-weight: 400;
}

.small-post-list li+li {
    margin-top: 30px;
}

.news-letter-form {
    margin-top: 15px;
}

.news-letter-form input {
    width: 100%;
    padding: 12px 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: none;
}

.news-letter-form input[type="submit"] {
    width: auto;
    border: none;
    background-color: #ff4500;
    padding: 9px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #ffffff;
    margin-top: 10px;
}

.footer-bottom {
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.149);
}

.copy-right-text {
    color: #ffffff;
}

.copy-right-text a {
    color: #ffb606;
}

.terms-privacy li+li {
    margin-left: 30px;
}

.terms-privacy li a {
    color: #ffffff;
    position: relative;
}

.terms-privacy li a:after {
    position: absolute;
    content: '-';
    color: #ffffff;
    display: inline-block;
    top: 0;
    right: -18px;
}

.terms-privacy li+li a:after {
    display: none;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
a:active,
a:focus {
    color: #6f6f6f;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.carousel-item {
    background: transparent;
    max-height: 700px;
    position: relative;
}

.carousel-item::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: transparent;
    /* background: rgb(2, 0, 36);
    background: linear-gradient(360deg, rgba(2, 0, 36, 1) 0%, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 0) 100%); */
}

.conact_det {
    width: 100%;
    background-color: #333;
    color: #fff;
}

.cntct {
    width: 100%;
    display: block;
}

.cntct ul {
    width: 100%;
    display: flex;
    margin: 0px;
    padding: 0px;
}

.paymnt {
    width: 100%;
    display: block;
    padding: 0px;
}

.paymnt ul {
    width: 100%;
    display: block;
    margin: 0px;
    flex-direction: right;
    justify-content: right;
}

.paymnt ul li {
    margin: 10px;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    padding: 5px 8px;
    width: 70%;
    text-align: center;
}

.cntct ul li {
    margin: 15px;
    color: #fff;

}

.cntct ul li a {
    color: #fff;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px;
}

#custCarousel .carousel-indicators>li {
    width: 100px;
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1;
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
}

.carousel-item img {

    width: 100%;
}

.caption_data {
    position: absolute;
    text-align: left;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    padding-left: 10%;
}

.caption_data h2 {
    font-size: 50px;
    color: #0d7690;
}

.ctm_btn {
    padding: 10px 25px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ff4500;
    color: #ff4500;
    transition: .5s;
}

.ctm_btn:hover {
    background-color: #ff4500;
    color: #fff;
}


.blog_card {
    background-color: #fff;
    padding: 8px;
    box-shadow: 0 8px 30px -7px #c9dff0;
    border-radius: 10px;
}


.textcenter {
    text-align: center;
}

.section1 {
    text-align: center;
    display: table;
    width: 100%;
}

.section1 .shtext {
    display: block;
    margin-top: 20px;
}

.section1 .seperator {
    border-bottom: 1px solid #a2a2a2;
    width: 35px;
    display: inline-block;

}

.section1 h1 {
    font-size: 40px;
    color: #ff4500;
    font-weight: normal;
}

.section2 {
    width: 1200px;
    margin: 25px auto;
}

.section2 .col2 {
    width: 48.71%;
}

.section2 .col2.first {
    float: left;
}

.section2 .col2.last {
    float: right;
}

.section2 .col2.column2 {
    padding: 0 30px;
}

.section2 span.collig {
    color: #a2a2a2;
    margin-right: 10px;
    display: inline-block;
}

.section2 .sec2addr {
    display: block;
    line-height: 26px;
}

.section2 .sec2addr p:first-child {
    margin-bottom: 10px;
}

.section2 .sec2contactform input[type="text"],
.section2 .sec2contactform input[type="email"],
.section2 .sec2contactform textarea {
    padding: 18px;
    border: 0;
    background: #EDEDED;
    margin: 7px 0;
}

.section2 .sec2contactform textarea {
    width: 100%;
    display: block;
    color: #666;
    resize: none;
}

.section2 .sec2contactform input[type="submit"] {
    padding: 15px 40px;
    color: #fff;
    border: 0;
    background: #ff4500;
    font-size: 16px;
    text-transform: uppercase;
    margin: 7px 0;
    cursor: pointer;
}

.section2 .sec2contactform h3 {
    font-weight: normal;
    margin: 20px 0;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 19px;
    color: #ff4500;
}

/* @media querries */

@media only screen and (max-width: 1266px) {
    .section2 {
        width: 100%;
    }
}

@media only screen and (max-width: 960px) {

    .section2 .col2 {
        width: 100%;
        display: block;
    }

    .section2 .col2.first {
        margin-bottom: 10px;
    }

    .section2 .col2.column2 {
        padding: 0;
    }

    body .sec2map {
        height: 250px !important;
    }
}

@media only screen and (max-width: 768px) {
    .section2 .sec2addr {
        font-size: 14px;
    }

    .section2 .sec2contactform h3 {
        font-size: 16px;
    }

    .section2 .sec2contactform input[type="text"],
    .section2 .sec2contactform input[type="email"],
    .section2 .sec2contactform textarea {
        padding: 10px;
        margin: 3px 0;
    }

    .section2 .sec2contactform input[type="submit"] {
        padding: 10px 30px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 420px) {
    .section1 h1 {
        font-size: 28px;
    }
}

.cont {
    width: 100%;
    display: block;
}

.cont img {
    width: 100%;
    display: block;
}

#sm_mnu {
    display: none;
}


.section_padding {
    padding: 35px 0;
}

.section_heading {
    margin-bottom: 30px;
}

.section_heading h2 {
    color: #222;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 30px;
    text-transform: uppercase;
}

.section_heading h2 span {
    color: orangered;
}

.section_heading p {
    font-size: 16px;
    margin: 10px 0 5px;
}

.single-blog {
    transition: all 0.30s ease 0s;
}

.single-blog:hover {
    transform: translateY(-10px);
}

.single-blog .post-img {
    position: relative;
}

.box-area {
    background: #fff;
    text-align: center;
    border: 1px solid #0d7690;
    border-radius: 10px;
    overflow: hidden;
}

.single-blog .post-img img {
    height: auto;
    margin: auto;
    display: block;
}

.single-blog .post-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.30s ease 0s;
}

.single-blog:hover .post-img:after {
    opacity: 1;
}

.single-blog .single_blog {
    border-top: none;
    padding: 20px 8px;
    background: #fff;
    position: relative;
}

.single-blog .post-title {
    margin: 0 0 15px 0px;
    font-size: 20px;
    color: #333;
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.single-blog .blog-text {
    font-size: 20px;
    line-height: 23px;
    margin: 7px 0 10px;

}

.icon-area {
    list-style: none;
    font-size: 14px;
    padding: 0;
}

.icon-area>li {
    display: inline-block;
    margin-right: 5px;
    color: #555;
    font-style: italic;
}

.icon-area>li i {
    color: orangered;
    margin-right: 5px;
    font-size: 14px;
}

.btn-area a {
    background: linear-gradient(to right, #0d7690, #f09819);
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 11px 22px;
    margin: 10px 0px 10px;
    border: none;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s ease-in-out 0s;
}

.icon_box {
    width: 100%;
    display: block;
    text-align: center;
}

.icon_box img {
    width: 50%;
    display: block;
    margin: auto;
}

.icon_box h2 {
    font-size: 20px;
    margin-bottom: 30px;
}

.form_boxx {


    position: relative;
}

.form_boxx form {
    width: 70%;
    display: block;
    margin: auto;
    background-color: #fff;
    border: 2px solid #ff4500;
    padding: 20px 10px;
    border-radius: 20px;
    margin-top: -50px;
    position: relative;

}

.frm_btn {
    width: 100%;
    display: block;
    top: 40%;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.frm_btn button {
    background-color: #ff4500;
    border-style: none;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    margin: auto;
}

.form_boxx form input {
    margin: 5px;
}

.owl-theme .owl-dots .owl-dot {
    border: none !important;
    background: none;
}

.bg-image {
    background-image: url('../img/bgg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg {
    padding: 50px;
    background-color: #f4f2f2;
}

.navbar-brand {
    width: 100%;
    display: block;
    text-align: center;
}

.navbar-brand img {
    width: 20%;
    display: block;
    margin: auto;
}

.navbar {
    background-color: #fbac18;
    color: #fff;
}

.nav-link {
    color: #fff;
}


.testimonials-section {
    width: 100%;
    text-align: center;
    background-color: transparent !important;
}

.testimonials {
    background-color: transparent;
}

.carousel-inner {
    background-color: transparent;
    width: 80%;
    margin: auto;
}

.carousel-control i {
    color: #fff;
    font-weight: 700;
    background-color: #0d7690;
    padding: 10px;
    margin-top: 10px;
}

.serv_banner {
    width: 100%;
    display: block;
}

.serv_banner img {
    width: 100%;
    display: block;
}

.banenr_img_container {
    width: 100%;
    display: block;
    position: relative;
}

.banner_img {
    width: 100%;
    display: block;
    position: relative;
}

.serv_bnr_text {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding: 40px 0px;
}

.serv_form {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    position: sticky;
    top: 80px;
}

.serv_form p {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.serv_form form input[type="submit"] {
    background-color: #0d7690;
    color: #fff;
}

.heading_para {
    font-size: 25px;
    font-weight: 700;
}

.ser_section {
    width: 100%;
    margin-top: 50px;
}

.ser_section ul {
    margin-left: 50px;
}

.nvvv {
    top: 0px !important;
    z-index: 999999;
    width: 100%;
}

.form_ser p:nth-child(1) {
    font-size: 20px;
    font-weight: 700;
    color: #fbac18;
}

.accordion {
    margin-top: 40px;
}

.accordion .card {
    border: none;
    margin-bottom: 20px;
    text-align: left !important;
    padding: 10px 5px;
}

.accordion .card h6 {
    background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
    background-size: 20px;
    cursor: pointer;
    font-size: 18px;
}

.accordion .card h6.collapsed {
    background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}

.accordion .card-body {
    padding-left: 0;
    padding-right: 0;
}

.sidemenu {
    width: 100%;
    display: block;
    position: sticky !important;
    top: 20px;
}

.sidemenu ul {
    margin-left: 20px;
    padding: 0px;
}

.sidemenu ul li {
    margin: 0px;
    padding: 0px;
    color: #000;
}

.scrollspy-example {
    position: relative;
    height: 100vh;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
}

.scrollspy-example::-webkit-scrollbar {
    display: none;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #0d7690;
}

.lawss {
    list-style: none;
    width: 100%;
    display: block;

}

.lawss a {
    padding: 15px 10px;
    background-color: #f2f2f2;
    color: #0d7690;
    display: block;
    margin: 5px 0px;
    font-weight: 600;
}



.lawss a:hover {
    background-color: #ba56ba;
    color: white;
}

.lawss a:active {
    background-color: #ba56ba;
    color: white;
}

.laws-box {
    border: 1px solid transparent;
    background-color: #0d7690;
    padding: 30px 15px;
    margin-top: 20px;
}

.btn-laws {
    border: 1px solid transparent;
    background-color: transparent;
    margin-top: 15px;
    color: white;
}

.btn-laws:hover {
    color: #ba56ba;
}

.ph-laws {
    margin-top: 15px;
    color: #b3b3b3;
    opacity: 0.2;

}

#fnt {
    font-size: 25px;
    color: #0d7690;
    font-family: Lora, serif;
    font-family: Lato, sans-serif;
    font-weight: 700;
}

.family-btnn {
    font-size: 14px;
    color: #ffffff;
    padding: 13px 40px;
    font-family: "Lora", serif;
    border: 1px solid transparent;
    background-color: #0d7690;
}

.family-btnn:hover {
    background-color: #ba56ba;
    color: white;
}

.bnr-heding {
    padding: 110px 0px;
}
.contastartabt {
    width: 100%;
    background: url(../img/about_bennr.jpeg);
    background-size: cover;
    vertical-align: top;
    background-position: center;
    padding: 140px 0px;
    color: #fff;
    position: relative;
}

.contastart {
    width: 100%;
    background: url(../img/document-banner.jpg);
    background-size: cover;
    vertical-align: top;
    background-position: center;
    padding: 140px 0px;
    color: #fff;
    position: relative;
}
.contastcnt {
    width: 100%;
    background: url(../img/cnt.jpg);
    background-size: cover;
    vertical-align: top;
    background-position: center;
    padding: 140px 0px;
    color: #fff;
    position: relative;
}


.serv_form {
    width: 100%;
    background-color: #fff;
    padding: 15px;
    position: absolute;
    top: -110px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.why_box {
    width: 100%;
    display: block;
}

.why_box h3 {
    font-size: 30px;
}

.why_box p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.whypoints {
    display: flex;
    margin-top: 35px;
    opacity: 0.8;
}

.whypoints i {
    font-size: 30px;
    margin: 8px;
}

.why_box_img {
    width: 100%;
    display: block;
}

.why_box_img img {
    width: 100%;
    display: block;
}

.btncustom {
    padding: 10px 25px;
    font-size: 18px;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #f58021;
    cursor: pointer;
    transition: 0.5s;
}

.btncustom:hover {
    background-color: #f58021;
    color: #fff;
    transition: 0.5s;
}

.why_hding {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.cnt_img {
    width: 100%;
    height: 96%;
    display: block;
    padding: 70px 0px;
}

.cnt-icn {
    font-weight: 600;
    font-size: 16px;
    list-style: none;
    margin-top: 20px;
}

.Contact_form {
    width: 100%;
    height: auto;
    display: block;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

.Contact_form form {
    width: 100%;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    background: #f1f1f1;
    height: 96%;
    padding: 30px 10px;
}

.Contact_form form input {
    margin: 20px 0px;
}

.Contact_form form textarea {
    min-height: 180px;
}

.cnt-icn li i {
    padding: 10px;
    background: #f1f1f1;
    border-radius: 50%;
}

.cnt-icn li {
    margin: 10px 0px;
}

.abt_cont {
    width: 100%;
    display: block;
}

.abt_cont h1 {
    color: #555555;
}

.abt_cont span {
    color: #555555;
    margin-bottom: 30px;
    display: block;
    font-weight: 700;
}

.abt_img_cont {
    width: 100%;
    display: block;
}

.abt_img_cont img {
    width: 100%;
    display: block;
    border-radius: 20px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
.d_quote
{
    width: 100%;
    display: block;
    background-image: url('../img/bg-img.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    padding: 30px 0px;
    text-align: center;
    margin: 50px 0px;
    font-size: 20px;
}

.why_hding {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.cnt_img p:nth-child(1) {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 800;
    margin-top: 10px;
}
.why_hding p:nth-child(2) {
    font-size: 35px;
    line-height: 1.5;
    font-weight: 800;
}