/* heading section start */
h1,
h2 {
    font-family: 'Raleway', sans-serif;
}

h1 {
    color: #000000;
    margin: 20px 0px;
    word-spacing: 4px;
}

h2 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

h3 {
    font-weight: 700;
    font-size: 21px;
}

h6,
h5 {
    border-top: 2px solid #c7c4c4;
    max-width: 70px;
    margin: 35px 0px;
}

h5 {
    border-top: 2px solid #ff8b38 !important;
    margin: 30px 0px;
}

p {
    font-size: 15px;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
}

/* heading section end */
/*button section start */
button {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
    padding: 8px 30px;
    text-transform: capitalize;
    transition: 1s;
}

button:hover {
    background-color: rgba(0, 0, 0, 0.635);
    color: #ffffff9e;
}

.btn-1 {
    margin-top: 10px;
}

.btn-2 {
    background-color: #ff9b51;
    width: 100%;
    border: none;
    margin-top: 30px;
    border-radius: 5px;
    padding: 15px;
}

.btn-3 {
    background-color: #ff9b51;
    width:130px;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
}

/* button section end */
/* header section start */
header,
footer {
    background-color: black;
    width: 100%;
    float: left;
    padding: 20px 0px;
}

.header {
    display: flex;
    justify-content: center;
}

.header_left {
    text-align: left;
    width: 10%;
}

.mbl-menu {
    display: none;
}

.nav-main {
    width: 90%;
    display: block;
}

.nav {
    width: 100%;
}

.nav ul {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 45px;
}

.nav ul a {
    cursor: pointer;
    transition: 1s;
    border: solid 2px transparent;
    color: #ffffff !important;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: right;
}

.nav ul a:hover {
    color: #ffffff;
    border-bottom: 2px solid;
    border-top: 2px solid;
}

/* header section end */
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-2 {
    display: flex;
    justify-content: center;
}

.raper {
    width: 100%;
    max-width: 1135px;
    margin: 0 auto;
}

section {
    width: 100%;
    float: left;
    padding: 110px 0px;
}

.sec_1_background {
    background-image: url(images/background.gif);
}

.section_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

.sec_1_sub {
    width: 100%;
    color: #ffffff;
}

.sec_1_sub h1 {
    color: #ffffff;
}
.sec_1_sub p{
    margin: 20px 0px!important;
    max-width: 450px;
}
.form_sec {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.form_sec form {
    background-color: #ffffff;
    text-align: center;
    width: 65%;
    border-radius: 5px;
}

.form_sec form h2 {
    background-color: #f5f5f5;
    font-size: 21px;
    font-weight: 600;
    border-radius: 5px;
    padding: 15px 0px;
}

.form_sec form h2 span {
    color: #ff9b51;
}

.form_sec input {
    padding: 15px 10px;
    width: 80%;
    margin: 5px 0px 5px 0px;
    border: none;
    border-bottom: 2px #d6d6d6 solid;
}

.form_sec input::placeholder,
.footer_form input::placeholder,
textarea::placeholder {
    color: #848383;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
}

.sec_2_background {
    width: 100%;
    box-shadow: 0px 0px 8px gray;
}

.section_2 {
    padding: 30px 0px 30px 0px;
}

.sec_2_left {
    width: 35%;
}

.sec_2_left p {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}

.media-icon-sec {
    width: 65%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.fa {
    background-color: transparent;
    color: #cccccc;
    font-size: 50px;
}

.sec_3_background {
    background-color: #f5f5f5;
}

.sec_3_left {
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.sec_3_right {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 10px;
}

ul.tab a {
    background: #ccc none repeat scroll 0 0;
    color: #000;
    display: block;
    padding: 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    padding: 45px 35px;
    border-radius: 5px;
}

.t-content {
    display: none;
    width: 80%;
    padding: 40px 50px;
    align-items: center;
}

.t-content p {
    font-size: 15px;
    font-weight: 400;
}

ul.tab a:hover,
ul.tab .current a {
    background: #ff9b51 none repeat scroll 0 0;
    color: rgb(255, 255, 255);
}

.sec_4_left {
    width: 100%;
    text-align: left;
}

.sec_4_right {
    width: 100%;
    padding-left: 130px;
}

.sec_4_inner_left {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #ff9b51;
    margin-right: 20px;
}

.sec_4_inner_right {
    width: 85%;
    padding-bottom: 20px;
    text-align: left !important;
}

.sec_4_inner_right h2 {
    font-size: 13px;
    margin: o;
}

.sec_4_inner_right p {
    font-size: 12px;
    margin: 0;
    line-height: 22px;
}

.sec_5_left {
    width: 100%;
}

.sec_5_right {
    width: 100%;
    text-align: right;
}

.section_6 {
    text-align: center;
}
.section_6_extra{
    text-align: center;
    padding: 40px 0px 70px 0px;
}

.section_6 h5,.section_6_extra h5 {
    margin: auto;
    margin-bottom: 35px;
}

.sec_6_background {
    padding: 25px 0px
}

.sec_6_sub_div {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

.sec-6-inner {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0px 10px;
}

.sec_5_inner_left {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #ff9b51;
    margin-bottom: 40px;
}

.card_main_div {
    display: flex;
    justify-content: center;
    padding-top: 60px;
    align-items: end;
    gap: 40px;
}

.card_sec {
    width: 100%;
}

.card_sec h2 {
    width: 100%;
    background-color: #333333;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    padding: 20px 0px;
    margin: 0;
}

.card_sec h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    margin: 0;
    background-color: #333333;
    border-bottom: 6px solid #ff9b51;
    color: #ffffff;
}

.card_sec h3 span {
    font-family: 'Raleway', sans-serif;
    font-size: 90px !important;
    margin: 0;
}

.card_sec h3 p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px !important;
    margin: 0;
    color: #868383;
    background-color: transparent;
    border: none;
}

.extra {
    background-color: #ff9b51 !important;
    color: #ffffff!important;
    font-weight: bold!important;
    padding: 10px!important;
}

.card_sec p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    margin: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #f5f5f5;
    color: #868383;
    padding: 8px 0px;
    font-weight: 500;
}

.sec_7_sub_div {
    width: 100%;
    padding: 0px 50px;
}

.p_bg {
    background-color: #f5f5f5;
    background-image: url(images/message.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 10px 10px;
    margin: 0;
}

.sec_6_inner_left {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 20px;
}

.sec_8_background {
    width: 100%;
    float: left;
    padding: 50px 0px;
    background: linear-gradient(to bottom right, rgba(57, 59, 61, 0.7), rgba(59, 61, 63, 0.7)), url(images/footer-background.gif);
}
.section_8 {
    text-align: center;
}

.section_8 h6 {
    margin: auto;
    margin-bottom: 35px;
}

.section_8 h1,
.section_8 p,
.section_8 h6 {
    color: #ffffff;
}


.footer_form {
    width: 100%;
    padding: 30px 20px;
}

.footer_form input {
    border: none;
    border-bottom: 2px solid #d6d6d6;
    margin: 5px 0px;
}

.footer_form textarea {
    border: none;
    border-bottom: 2px solid #d6d6d6;
    max-height: 190px;
}

.media-icon-footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.media-icon-footer a {
    font-size: 30px !important;
}
.form_main_sec{
    padding: 90px 0px;
    width: 100%;
    float: left;
}
.sec_7_sub_div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media only screen and (max-width: 1080px) {

    section,
    .sec_8_background {
        padding: 50px 20px !important;
    }

    header,
    footer,
    .section_2,
    .t-content,
    .tab a,
    .sec_7_sub_divss {
        padding: 20px !important;
    }

    .sec_4_right,
    .p_bg {
        padding: 0px !important;
    }

    .form_sec form {
        width: 90% !important;
    }

    .header_left,
    .nav-main {
        width: 100%;
    }

    .header_left {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .fa {
        font-size: 30px;
    }

    .card_sec h3 span {
        font-size: 70px !important;
    }

    .nav li {
        width: 100%;
        text-align: center;
    }

    .nav ul,
    .header {
        flex-direction: column;
        gap: 10px;
    }

    .nav-main {
        display: none;
    }

    .mbl-menu {
        display: block;
    }
}




@media only screen and (max-width: 809px) {

    section,
    .sec_8_background {
        padding: 20px 10px;
    }

    .section_1,
    .t-content,
    .sec-6-inner,
    .card_sec,
    .footer_form {
        padding: 0 !important;
    }

    .section_1,
    .section_2,
    .flex,
    .sec_3_left,
    .sec_6_sub_div,
    .card_main_div {
        flex-direction: column;
    }

    .section_3,
    .section_5 {
        flex-direction: column-reverse;
    }

    .tab {
        flex-direction: row;
        margin: 10px 0px;
    }

    .tab a {
        padding: 15 25px 30px !important;
    }

    .sec_2_left,
    .sec_3_left {
        width: 100%;
    }

    .form_sec form,
    .media-icon-sec,
    .sec_3_right,
    .card_sec {
        width: 100% !important;
        margin-top: 20px;
    }
    .sec_6_sub_div{
        gap: 50px;
    }
    .section_6{
    width: 90%;
    margin: 0 auto;
}
}