* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;

}

::-webkit-scrollbar {
    width: 5px;
}

.p-0 {
    padding: 0;
}



ul {
    list-style: none;
    margin: 0;
}

a:hover {
    text-decoration: none;
}

.header.fixed {
    position: fixed;
    left: 0;
    padding: 10px 0px;
    top: 0%;
    width: 100%;
    box-shadow: 0 4px 4px 0 rgb(51 62 72 / 10%), 0 4px 4px 0 rgb(51 62 72 / 10%);
    z-index: 999999;
    background-color: white;
}

.header.fixed .top_header {
    display: none;
}

.header.fixed .call_us {
    display: none;
}

.header.fixed .header_logo {
    padding: 0px;
}

.login_register .modal-content {
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.login_register .modal-header {
    background-color: #a73200;
    text-align: center;
    color: white;
}

.form {
    width: 80%;
    margin: auto;
    margin-top: 30px;
}

.close {
    position: absolute;
    right: 8px;
    top: 2px;
    text-shadow: none;
    font-weight: 400;
    color: white;
    font-size: 30px;
    opacity: 1;
}

.close:hover {
    color: white;
    opacity: 1;
}

.form .button {
    margin-top: 20px;
}

.login_register .modal-header h1 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.login_register .modal-header {
    padding: 11px;
    border-bottom: 1px solid #e5e5e5;
}

.form .form-control {
    height: 47px;
}

.form .form-group {
    margin-bottom: 18px;
}

.form .register {
    cursor: pointer;
    font-size: 15px;
    margin-top: 27px;
}

.form .register a {
    font-weight: bold;
}

.form label {
    font-size: 16px;
    text-transform: capitalize;
}

.login {
    font-weight: bold;
    cursor: pointer;
}

.login_already {

    font-size: 15px;
    margin-top: 27px;
}

.modal-backdrop {
    z-index: 999999;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1401px;
    }
}

.header_logo {
    padding: 50px 0px 26px;
}

.modal {
    z-index: 99999999;
}

/* .modal-backdrop.in {
    z-index: 999999;
}

.modal-backdrop {
    background-color: #1e72ba !important
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 1;
} */

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.social_media li {
    display: inline-block;
    margin-right: 4px;
}

.social_media li a {
    color: black;
    width: 10px;

}

.social_media li a i {
    padding: 7px 8px;
    font-size: 14px;
    border-radius: 5px;
    color: white;
}

.fa-facebook {
    background-color: #3b5998;
    padding: 7px 10px !important;
}

.fa-twitter {
    background-color: #00aced;
}

.fa-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.fa-linkedin {
    background-color: #0072b1;
}

.top_header {
    display: table;
    padding-top: 21px;
    width: 100%;
}

.top_header_content {
    width: 50%;
    float: left;
}

.enquiry_service .common_btn {
    float: right;
    margin-right: 23px;
}

.enquiry_service {
    float: right;
    width: 50%;
}

.common_btn {
    display: inline-block;
    padding: 10px 40px;
    font-family: 'Raleway', sans-serif;
    background: #FCB200;
    color: #fff;
    overflow: hidden;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: initial;
    border-radius: 57px;
    border: none;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    outline: none;
}

.header_logo img {
    width: 52%;
}

.common_btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #fff;
    left: 0px;
    top: 0px;
    border-radius: 4px;
    display: block;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: scaley(0);
    -ms-transform: scalex(0);
    transform: scalex(0);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.common_btn i {
    display: inline-block;
    border-radius: 50%;
    font-size: 18px;
    margin-left: 10px;
    color: white;
    text-align: center;
    line-height: 26px;
}

.common_btn:hover,
.common_btn:focus {
    background: #fff;
    color: #000;
    text-decoration: none;
    outline: none;
}

.common_btn:hover i {
    color: black;
}

.common_btn:hover:before,
.common_btn:focus:before {
    outline: none;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.call_us {
    background-color: #A73200;
    padding: 25px 10px;
}

.call_us ul li i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: black;
    text-align: center;
    background-color: white;
    font-size: 15px;
    padding-top: 5px;
}

.call_us ul li a {
    color: white;
}

.call_us ul li a .span {
    font-size: 15px;
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
}

.phone_number {
    margin-left: 36px;
    font-weight: 500;
}

.social_media {
    padding-top: 10px;
}



.header_menu ul li {
    display: inline-block;
    padding: 14px 18px;
    border-right: 1px solid white;
    padding-left: 0;
}

.header_menu ul li a {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: black;
    font-family: 'Raleway', sans-serif;
}

.header_menu ul li:last-child {
    border: none;
}

.header_menu ul li.active {
    background-color: #FCB200;
}

.banner_image img {
    width: 100%;
}

.banner_image {
    position: relative;
}

.banner_layer {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

.banner_login {
    position: absolute;
    left: 6%;
    right: 6%;
    top: 0;
    content: '';
}

.login_button .btn {
    cursor: pointer;
    padding: 13px 56px;
    background: #ffffff;
    font-family: 'Raleway', sans-serif;
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
    border-top-left-radius: 2px;
}

.login_button .btn:hover {
    background: #FCB200;
    color: white;
}

/* .footer_bg {
    background: url(../images/footer_background.png) no-repeat bottom;
    width: 100%;
    background-size: cover;
} */

.sec_pad {
    padding: 100px 0 20px;
}

footer {
    background-color: #1e72ba !important;

    margin-top: 80px;
}

footer h3 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    text-align: left;
    letter-spacing: 1px;
}

footer .quick_links {
    margin-top: 20px;
}

footer .quick_links ul {
    margin: 0;
    padding: 0;
}

footer .quick_links li a {
    line-height: 12px;
    color: #FFF;
    margin-bottom: 15px;
    display: table;
    text-transform: capitalize;
}

footer .quick_links li a:before {
    content: '\f101';
    font-family: 'fontawesome';
    margin-right: 12px;
    color: #FFF;
}

footer .quick_links li {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .map_icon {
    background-color: transparent;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #FFF;
    margin-right: 10px;
    float: left;
    margin-top: -7px;
    text-align: center;
    font-size: 22px;
}

footer address {
    margin-top: 20px;
    margin-bottom: 10px;
}

footer address p {
    color: #FFF;
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: 17px;
    display: table-header-group;
}

footer .phone_num_box {
    background-color: transparent;
    border-radius: 4px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

footer .icon-col {
    background-color: transparent;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #FFF;
    margin-right: 10px;
    float: left;
    text-align: center;
    font-size: 15px;
}

footer .phn {
    color: #FFF;
    float: left;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-left: 0px;
    padding-right: 10px;
    background-color: transparent;
}

footer .phn a {
    color: #FFF;
}

.footer_btm_gray {
    width: 100%;
    height: 38px;
    float: right;
    background-color: #1e72ba;
}

.recharge_on {
    z-index: 999;
    position: absolute;
    bottom: -39px;
    right: 0;
}

.recharge_on img {
    width: 43%;
}

.footer_copywrite {
    background-color: #a73200;
}

.footer_copywrite p {
    color: white;
    margin: 0;
    padding: 10px 0px;
}

.p_80 {
    padding: 80px 0px 0px;
}

.heading h1 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.about {

    padding: 50px 0px 0px;
}



.about_border img {
    width: 85%;
    margin-bottom: -28px;
}

/* Service Start */

.service_box {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    list-style: none;
    text-align: center;
}

.service_innner {
    background: #000;
}



.service_box img {
    transition: all 0.3s ease 0s;
    display: inline;

}

figure.service_innner figcaption {
    text-align: left;
}

.service_box figure figcaption,
.service_box figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.service_box figure figcaption {
    padding: 2em 3em 2em 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.service_innner h2 {
    position: relative;
    overflow: hidden;
    font-weight: 600;
    padding: 0.5em 0;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
}

figure.service_innner h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85%;
    height: 3px;
    background: #FCB200;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

figure.service_innner:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.service_innner p {
    padding: 1em 0;
    opacity: 0;
    text-transform: lowercase;
    font-size: 13px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
}

figure.service_innner:hover h2::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.service_innner h2 span {
    font-weight: bold;
    color: #FCB200;

}

.service {
    padding: 50px 0px;
}

.heading h6 {
    font-size: 20px;
    font-weight: bold;
}

.service_box figure {
    position: relative;
    overflow: hidden;
    margin: 0px 10px;

    max-height: 360px;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.service_slider .slick-prev {
    left: -59px;
}

.service_slider .slick-next {
    right: -59px;
}

.service_slider .slick-prev,
.slick-next {
    width: 40px;
    background-color: #a73200;
    top: 50%;
    height: 40px;
    z-index: 1;
}

.service_slider .slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: #a73200;
}

/* Service End */

/* Testimonial Start */

.box {
    background-color: transparent;
    border-radius: 3px;
    color: #fff;
    width: 100%;
    height: 300px;
    transform-style: preserve-3d;
    perspective: 2000px;
    transition: 0.4s;
    text-align: center;
    margin-top: 26px;
}

.box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-top: 20px solid #c1b5b5;
    border-left: 20px solid #c1b5b5;
    box-sizing: border-box;
}

.box .fa2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 20px solid #c1b5b5;
    border-right: 20px solid #c1b5b5;
    box-sizing: border-box;
}

.box .text div {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    padding: 30px 60px;
    line-height: 1.5;
    box-sizing: border-box;
}

.box .fa {
    font-size: 25px;
    height: 50px;
    width: 50px;
    line-height: 50px !important;
    background-color: #FCB200;
    color: white;
}

.box .text {
    position: absolute;
    top: 30px;
    left: -30px;
    width: calc(100% + 60px);
    height: calc(100% - 60px);
    background-color: #2c3a47;
    border-radius: 3px;
    transition: 0.4s;
}

.box .text .fa1 {
    position: absolute;
    top: 0;
    left: 0;
}

.box .text div h3 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}


.testimonial {
    background-color: #a73200;
    padding: 50px 0px;
    margin-top: 50px;
}

.testimonial_decriptions {
    width: 80%;
    color: white;
    margin-top: 30px;
}

.testimonial_inner_content img {

    width: 18%;
    border-radius: 50%;
    margin: 10px auto;
}

.testimonial_slider .slick-slide {
    padding: 53px 53px;
}

.testimonial_slider {
    margin-bottom: -250px;
}

.testimonial01 {
    text-align: center;
    padding: 20px;
    margin-bottom: 40px;
}

.testimonial_image {
    width: 27%;
    position: relative;
    height: 115px;
    margin: auto;
}

.testimonial01 img {
    margin-bottom: 20px;
    border-radius: 50%;
    width: 100%;
}

.testimonial_image::after {
    position: absolute;
    top: -6px;
    right: -7px;
    background-color: #FCB200;
    border-radius: 50%;
    padding: 6px 11px;
    color: black;
    content: '\f10e';
    font-size: 18px;
    font-family: 'FontAwesome';
}

.testimonial01 h2 {
    font-size: 20px;
    font-weight: bold;
}

.testimonial01 p {
    font-size: 13px;
}

/* Testimonial End */

/* Contact Start */

.contact {
    padding-top: 180px;
}

.contact_form {
    background-color: rgb(195 195 195 / 40%);
    padding: 30px 50px 50px 50px;
    text-align: center;
    border-radius: 5px;
}

.contact_form form {
    margin-top: 50px;
}

.contact_form .common_btn {
    margin-top: 30px;
}

.form-control:focus {
    box-shadow: none;
}

.form-control {
    border-radius: 0px;
}

.form-control::placeholder {
    font-size: 14px;
}

.contact_innner {
    display: flex;

    margin: 30px 0px;
}

.contact_innner .contact_icon {
    width: 10%;
}

.contact_information_content {
    width: 80%;
    margin-left: 10px;
}

.contact_information_content h1 {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    color: black;
    font-weight: 700;
}

.contact_information_content p {
    color: black;
}

.contact_icon img {
    width: 70%;
}

.contact_information1 {
    display: flex;
}

.contact_information_icon {
    width: 20%;
    text-align: center;
}

.contact_information_inner {
    width: 70%;
}

.contact_information_inner h2 {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    color: black;
    font-weight: 700;
}

.contact2 .form-control {
    border: 1px solid #a73200;
}

.contact2 form {

    width: 70%;
    margin: auto;
}

/* Contact End */


/* Service Page start */
.service_inside {
    display: flex;
    margin-bottom: 40px;
}

.service_number {
    width: 11%;
    margin-right: 29px;
}

.service_number h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    background-color: #a73200;
    color: white;
    position: relative;
    border-radius: 5px;
}

.service_content h2 {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
    margin-top: 20px;
    line-height: 27px;
}

.service_number h5::after {
    width: 67px;
    position: absolute;
    left: 0;
    height: 3px;
    background-color: #a73200;
    content: '';
    top: 21px;
    z-index: -1;
}

.service_content h2 span {
    font-weight: bold;
    color: #FCB200;
}

.service_content {
    width: 70%;
    margin-left: 12px;
}

.service_image {

    width: 128%;
    margin-left: -68px;
}

.heading h3 {
    font-size: 20px;
    margin-top: 30px;
    font-weight: 700;
}

/* Service Page Start */

.modal_content_register {
    display: none;
}

.modal_content_forget_password {
    display: none;
}

.forget {
    cursor: pointer;
}

#enquiry_now form {

    margin: 30px;
}

.testimonial_banner {
    background-image: url('../images/crsl.jpg');
    background-attachment: fixed;
}

.navbar {
    display: none;
}



/* Register form */


.register_form {
    display: none;
}


.call_us ul {
    display: flex;
}

.call_us ul li {
    margin-right: 13px;
}

.register_form {
    display: none;
}

.login_register .modal-body {

    /*height: 350px;*/
    overflow-y: auto
}

.login_already {
    margin-top: 30px;
    text-align: center;
}

.wizard>div.wizard-inner {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #a73200;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 45px;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 49px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #a73200;
    color: #fff;
    border-color: #a73200;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

.wizard .nav-tabs>li.active>a i {
    color: #a73200;
}

.wizard .nav-tabs>li {
    width: 50%;
}


.wizard .nav-tabs>li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

.wizard .nav-tabs>li a i {
    position: absolute;
    top: -49px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: -24px;
    transform: 0;
    font-weight: 700;
    color: #000;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
}

.wizard h3 {
    margin-top: 0;
}

.prev-step,
.next-step {
    font-size: 13px;
    padding: 10px 40px;
    border: none;
    font-weight: 400 !important;
    border-radius: 50px;
    margin-top: 30px;
}

.next-step {
    background-color: #FCB200;
    color: white;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.term-check {
    font-size: 14px;
    font-weight: 400;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}

.list-box {
    padding: 10px;
}

.signup-logo-header .logo_area {
    width: 200px;
}

.signup-logo-header .nav>li {
    padding: 0;
}

.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-inline li {
    display: inline-block;
}

.pull-right {
    float: right;
}

.nav-tabs {
    border: none;
}