@import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Epilogue', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
}
html { scroll-behavior: smooth; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a {
    margin: 0;
    padding: 0;
    font-family: 'Epilogue', sans-serif;
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
    line-height: normal;
}

h2 {
    font-size: 36px;
    color: #032e42;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0 10px;
}

h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #fd7924;
    font-weight: 800;
    margin: 0 0 10px;
}

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

.no_space {
    padding-right: 0px;
    padding-left: 0px;
}

.sec {
    width: 100%;
    padding: 60px 0;
}

.main_btn1 {
    background: #fd7924;
    display: inline-block;
    border-radius: 0px 20px 0px 20px !important;
    padding: 8px 30px;
    position: relative;
    color: #fff;
    font-size: 18px;
    transition: linear .3s;
    border: 1px solid #fd7924;
}

.main_btn1:hover {
    color: #ffffff;
    background: #032e42;
    border: 1px solid #032e42;
}

/************************** popup  ************************************/
.modal {
    top: 0%;
    background: #000000de;
}

.modal-dialog {
    width: 935px;
    margin: 180px auto 0;
}

.pop_heading {
    width: 100%;
    padding: 20px;
}

.pop_heading h5 {
    font-size: 20px;
    font-weight: 700;
    border-left: 4px solid #2554ff;
    padding: 0 20px;
    line-height: 29px;
    color: #000;
}

.pop_heading h4 {
    font-size: 23px;
    font-weight: 700;
    color: #000000;
}

.pop_heading h2 {
    font-size: 35px;
    color: #ffffff;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}

.field {
    width: 100%;
    position: relative;
    margin: 0 0 10px;
}

span.pop_icon {
    position: absolute;
    color: #fd7924;
    left: 13px;
    top: 2px;
}

.field .form-control {
    width: 100%;
    border-radius: 5px;
    padding: 3px 0 4px 37px;
    resize: none;
    border: 1px solid #012245;
}

.modal-content {
    box-shadow: rgb(243, 238, 238) 0px 0px 3px 2px;
    border-radius: 30px;
    background: #032e42;
    background-size: cover;
}

#popupform p {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin: 19px 0 0;
    font-weight: 600;
}

.modal-header {
    padding: 0;
    border: none;
}

button.pop_btn {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #fd7924;
    padding: 10px 0;
    border: none;
    width: 100%;
    border-radius: 5px;
}

button.close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 9px;
    right: 15px;
    display: block;
    text-shadow: none;
    opacity: 1;
    z-index: 999;
    color: #fff;
}
button.close:hover{
    color: #fd7924;
}

/************************** popup ************************************/

.btns_wrap {
    position: fixed;
    right: -6px;
    z-index: 9;
}

.btns_wrap a:hover {
    text-decoration: none !important;
    right: 0px;
}

.btns_wrap .call_wrap {
    width: 280px;
    position: absolute;
    right: -214px;
    background: #fd7924;
    top: 390px;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btns_wrap .call_wrap span {
    border-left: 1px solid #ded9d9;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    background: #fd7924;
    padding: 17px 27px;
}

.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo {
    color: #ffffff;
    background: #fff0;
    font-size: 22px;
    padding: 10px 22px;
    vertical-align: middle;
    display: inline-block;
    /* border-radius: 50px 0px 0px 50px; */
    border: none;
}


/*sidebar form*/
.sidebar_form_bg {
    width: 845px;
    position: fixed;
    top: 40%;
    transform: translate(845px, 0);
    border-radius: 5px;
    cursor: pointer;
    transition: linear .3s;
    z-index: 99;
    box-shadow: 46px 5px 10px 0 #00000029;
    right: 0;
}

.sidebar_active {
    transform: translate(0, 0);
}

.sidebar_head {
    position: absolute;
    left: -58px;
    background: #fd7924;
    padding: 10px;
    color: #fff;
    top: 125px;
    width: 58px;
    text-align: center;
    border-radius: 10px 0 0px 10px;
    border: 1px solid #fd7924;
}

.sidebar_head span {
    font-size: 20px;
}

.sidebar_form {
    background: #fff;
    padding: 0;
    height: 300px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    border: 2px solid #fd7924;
    z-index: 999;
}

.sidebar_head h3 {
    font-size: 20px;
    color: #ffffff;
}

.sidebar_head h3 span {
    color: #e2013f;
    font-weight: 600;
}

.sidebar_form .form-control {
    padding: 13px;
    height: auto;
    border: 2px solid #fd7924;
}

.sidebar_right {
    padding: 20px;
}

.sidebar_right button.ban_btn {
    background: #fd7924;
    padding: 8px 50px;
    border-radius: 5px;
    border: 2px solid #fd7924;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.error_page {
    text-align: center;
    padding: 140px 0;
}

.ban_left.error_page h2 {
    text-align: center;
    margin: 0 0 20px;
    color: #fff;
}

/*sidebar form end*/

/************************** header  ************************************/
.header {
    width: 100%;
}

.logo {
    width: 100%;
    padding: 2px 0;
}

.head_bot {
    width: 100%;
    background: #ffffff;
    padding: 15px 0;
}

.head_mid .navbar-nav>li {
    display: inline-block;
    float: none;
}

.main_navigation {
    width: 100%;
    padding: 9px 0;
}

.navbar-inverse {
    background-color: transparent;
    border: none;
}

.navbar-collapse.collapse {
    float: none;
    padding: 0;
}

.navbar-inverse .navbar-nav>li>a {
    color: #032e42;
    padding: 24px 11px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    transition: linear .3s;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fd7924;
    background-color: transparent;
}

.dropdown-menu {
    padding: 8px 0;
    margin: 0;
    background-color: #fff;
    top: 65px;
}

ul.dropdown-menu {
    position: absolute;
    width: 250px;
    top: 72px;
    left: 0;
    margin: auto;
    background: #fd7924;
    padding: 5px 25px 25px 20px;
    text-align: left;
    border-radius: 0 0 5px 5px;
}

.dropdown-menu>li>a {
    color: #fff;
    text-align: left;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 0 5px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background: transparent;
    color: #FFF;
}

ul.dropdown-menu li {
    width: 100%;
    border-bottom: 1px solid #ffffff;
}

.caret {
    color: #ff4f1e;
    margin-left: 9px;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #000;
    background-color: transparent;
}

.nav.navbar-nav {
    display: block;
    text-align: center;
}

.navbar-nav {
    float: none;
}

.navbar.navbar-inverse {
    margin-bottom: 0;
}

.navbar {
    min-height: auto;
}

.navbar-inverse .navbar-nav>li>a.main_btn {
    padding: 10px 30px;
    top: 14px;
    color: #000;
    font-weight: 600;
}

.navbar-inverse .navbar-nav>li>a.main_btn:hover {
    background: #342ead;
    color: #fff;
}

.head_right {
    width: 100%;
    margin:5px 0 0 0;
    text-align: right;
}

.head_right ul li {
    display: inline-block;
    margin: 0 0 0 20px;
}

.head_right ul li a {
    font-size: 16px;
    color: #022c5c;
    transition: .3s all;
    transition: linear .3s all;
    position: relative;
    vertical-align: middle;
}

.head_right ul li a:hover {
    color: #ffffff;
}

.head_right ul li span {
    margin: 0 10px 0 0;
}

.head_right span {
    margin: 0 15px 0 0;
}

.head_right .main_btn {
    padding: 10px 20px;
    color: black;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: transparent;
}


.head_top {
    width: 100%;
}

.head_top_box {
    width: 100%;
    text-align: center;
    background: #032e42;
    padding: 15px 10px 15px;
    border-radius: 0 0 10px 10px;
}

.head_top_box ul {
    line-height: normal;
}

.head_top_box ul li {
    list-style: none;
    display: inline-block;
}

.head_top_box ul li a {
    color: #fff;
    text-decoration: none;
    padding: 0 0 0 15px;
    font-size: 16px;
    font-weight: 500;
}

.head_top_box span.top_icon {
    margin: 0 10px 0 0;
}




/************************** Banner  ************************************/
.h_banner {
    width: 100%;
    background: #0000008a url(img/header_banner.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 50px 0 50px;
    background-blend-mode: overlay;
    background-position: right;
}

.ban_left {
    width: 100%;
    background-size: cover;
    position: relative;
    z-index: 999;
    padding: 90px 40px 200px;
    z-index: 0;
}

.ban_left::before {
    content: "";
    position: absolute;
    background: url(img/ban_img1.png) no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    z-index: -1;
}
/* .ban_left::after {
    content: "we Are Offering Massive 40% Discounts";
    position: absolute;
    background: #000000;
    transform: rotate(270deg);
    left: -216px;
    top: 40%;
    padding: 10px 19px;
    font-size: 18px;
    color: #ffffff;
} */
.ban_left ul.guarantee li{position:relative;padding: 0px 0 10px 25px;color:#fff;font-size:16px;}
.ban_left ul.guarantee li:before{content:"\f14a";position:absolute;font-family:'FontAwesome';left:0;color: #ffffff;}
ul.guarantee {
    margin: 0 0 20px;
}


.ban_left h1 {
    font-size: 56px;
    font-weight: 900;
}

.ban_left p {
    margin: 30px 0 30px;
}

.ban_left ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.ban_left ul li:first-child a {
    background: #032e42;
    border-color: #032e42;
}

.ban_right {
    width: 100%;
    padding: 70px 40px 40px 40px;
    background: url(img/form_bg2.png) no-repeat center;
    background-size: contain;
    text-align: center;
    margin: 80px 0 0;
}
.ban_right img {
    margin: 0 0 10px;
}
.form-control input { background: #ffffff; font-size: 12px; font-weight: 500; padding: 10px; border: 1px solid #e2e5eb; height: 45px; }
.ban_right h3 { color: #fff; font-size: 25px; text-align: center; margin: 0 0 20px 0; line-height: 40px; font-weight: 600; }
/*.ban_right { width: 100%; padding: 20px 25px 20px 25px; border-radius: 5px; position: relative; background: #012245; box-shadow: 10px 10px 25px 0 #00000045; }*/
.ban_right .ban_btn {background: #fd7924;color: #ffffff;border-radius: 0px 20px 0px 20px !important;padding: 10px 50px;font-size: 16px;font-weight: 300;box-shadow: 0 16px 32px 0 rgba(0, 40, 120, .35);transition: all 0.5s ease;border-color: #ffffff00;width: 100%;}
.ban_right .ban_btn:hover { box-shadow: 0 0px 0px 0 rgba(0, 40, 120, 0); background-position: 0 0; }
.ban_right .form-group input {background: #ffffff00;border: none;color: #fff;box-shadow: none;height: 50px;border-radius: 0px 20px 0px 20px !important;border: 2px solid #ffffff;}
.ban_right .form-group input::placeholder { color: #ffffff; }
.ban_right .form-group textarea {background: #ffffff00;color: #fff;box-shadow: none;height: 75px;padding: 10px 10px;resize: none;border-radius: 0px 20px 0px 20px !important;border: 2px solid #ffffff;}
.ban_right .form-group textarea::placeholder { color: #ffffff; }

/************************** Section 1  ************************************/
.s1_box {
    width: 100%;
    border-bottom: 2px solid #fd7924;
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 40px;
}

.s1_box h3 {
    font-size: 22px;
    color: #032e42;
    font-weight: 600;
    margin: 20px 0 10px;
}

/************************** Section 1  ************************************/
.s2_right {
    width: 100%;
    margin: 0 0 0 40px;
}

.s2_rbox {
    width: 100%;
    margin: 20px 0 0;
}

.s2_rbox h3 {
    font-size: 22px;
    color: #032e42;
    font-weight: 600;
    margin: 20px 0 10px;
}

.s2_right>p {
    margin: 0 0 20px;
}

/************************** Section 1  ************************************/
.h_sec3.sec {
    background: url(img/s3_banner.jpg) no-repeat center;
    background-size: cover;
}

.s3_top h2 {
    margin: 0 0 10px;
}

.s3_top {
    width: 100%;
    margin: 0 0 30px;
    overflow: hidden;
}

.s3_mid {
    width: 100%;
    overflow: hidden;
    margin: 0 0 50px;
}

.s3_mid ul.nav-tabs {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.s3_mid ul.nav-tabs li {
    border-radius: 0px 20px 0px 20px !important;
    border: 2px solid #fff;
    padding: 10px;
    background-color: #fd7924;
    margin: 0 20px 0 0;
    width: 100%;
}

.s3_mid ul.nav-tabs li.active {
    background: #012245;
}

.s3_mid ul.nav-tabs li img {
    margin: 0 20px 0 0;
    max-width: 100%;
}

.s3_mid .nav-tabs {
    border: none;
}

.s3_mid .nav-tabs>li>a {
    color: #fff;
    border: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    display: block;
    text-align: center;
    padding: 0;
}

.s3_mid .nav-tabs>li>a:hover {
    color: #fff;
    border: none;
}

.s3_mid .nav-tabs>li.active>a {
    border: none;
    border-radius: 8px;
    font-family: 'Source Sans Pro', sans-serif;
    background: transparent;
    color: #fff;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.s3_mid .tab-content {
    width: 100%;
}

.s3_bot .tab-content {
    background: white;
    display: inline-block;
    border-radius: 0 40px 5px 0;
}

.s3_bright {
    width: 100%;
    margin: 100px 0 0px;
}

.s3_bright h3 {
    color: #012245;
    font-weight: 800;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 30px;
}

.s3_bright p {
    margin: 20px 0 30px;
}

.s3_bright a:hover {
    background: #012245;
    color: #ffffff;
    border-color: #012245;
}

.s3_bright ul li {
    padding-left: 35px;
    position: relative;
    margin-top: 12px;
    margin-bottom: 15px;
}

.s3_bright ul li::before {
    content: "\f00c";
    font-size: 18px;
    color: #fd7924;
    margin: 0;
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: 600;
    text-align: center;
    position: absolute;
    left: 0;
    top: -2px;
}

.s3_bright a {
    margin: 20px 0 0;
}

/************************** Section 1  ************************************/
.s4_top {
    width: 100%;
    text-align: center;
}

.s4_box {
    width: 100%;
    border-bottom: 2px solid #fd7924;
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 40px;
    margin: 30px 0 0;
    position: relative;
}

.s4_box::before {
    content: "";
    position: absolute;
    border: 2px solid #fd7924;
    top: 227px;
    bottom: -2px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: linear .3s;
    border-radius: 10px;
    width: 0%;
    background: #fd7924;
    z-index: -1;
}

.s4_box:hover {
    color: #fff;
}

.s4_box:hover::before {
    opacity: 1;
    width: 100%;
    top: 0;
}

.s4_box h3 {
    font-size: 22px;
    color: #032e42;
    font-weight: 600;
    margin: 20px 0 10px;
}

.s4_box:hover h3 {
    color: #fff;
}

.s4_bbtn {
    width: 100%;
    text-align: center;
    margin: 50px 0 0;
}

/************************** Section 1  ************************************/
.h_sec5 {
    background: url(img/s5_banner.jpg) no-repeat;
    background-size: cover;
}

.s5_left {
    width: 100%;
    background: #fff;
    padding: 21px;
    border-radius: 4px 0 0 40px;
}

.s5_right {
    width: 100%;
}

.s5_right h2 {
    margin: 0 0 40px;
}

.s5_right ul li {
    margin: 20px 0 0;
    position: relative;
    padding: 0 0 0 60px;
}
.s7_form {color: #fff;}
.s5_right ul li::before {
    content: "";
    position: absolute;
    background: url(img/s5_icon1.png) no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.s5_right ul li:nth-child(2)::before {
    content: "";
    position: absolute;
    background: url(img/s5_icon2.png) no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.s5_right ul li:nth-child(3)::before {
    content: "";
    position: absolute;
    background: url(img/s5_icon3.png) no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.s5_right ul li h3 {
    font-size: 20px;
    color: #032e42;
    font-weight: 600;
    margin: 0 0 10px;
}

.s5_right a {
    margin: 30px 0 0;
}

/************************** Section 1  ************************************/
.h_sec6 {
    background: url(img/s6_banner.jpg) no-repeat;
    background-size: cover;
}

.s6_top {
    width: 100%;
    margin: 0 0 30px;
}

.s6_box {
    width: 100%;
    padding: 50px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 8%);
    margin: 10px 0;
    border-radius: 10px;
}

.s6_box_top {
    width: 100%;
    margin: 0 0 30px;
}

.s6_box_top p {
    color: #032E42;
    font-size: 19px;
    font-style: italic;
    line-height: 32px;
}

.s6_box_top img {
    top: 70%;
    position: absolute;
    left: 80%;
}

.s6_box_bot {
    width: 100%;
    display: flex;
    align-items: center;
}


.s6_box_bot h3 {
    font-size: 22px;
    color: #032e42;
    font-weight: 600;
}

.s6_box_bot img {
    border-radius: 50%;
    margin: 0 30px 0 0;
}

/************************** Section 1  ************************************/
.h_sec7 {
    background: #0000008a url(img/consaltation_bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    background-blend-mode: overlay;
}

.s7_form .form-group input {
    border: 2px solid #fd7924;
    box-shadow: none;
    height: 50px;
}

.s7_form .form-group textarea {
    border: 2px solid #fd7924;
    box-shadow: none;
    height: 200px;
    resize: none;
}
.s7_form h2{
    color: #fff;
}
.s7_form {
    text-align: center;
    z-index: 1;
    position: relative;
}

.s7_form h2 {
    margin: 0 0 40px;
}

.form-group.s7 {
    margin: 0;
}

.form-group.s7 button {
    background: #fd7924;
    border-color: #fd7924;
}

/************************** Section 1  ************************************/
.s8_top {
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
}
.s8_box a img {
    height: 200px;
    width: 100%;
}


/************************** Section 1  ************************************/
.h_sec9.sec {
    width: 100%;
    background: url(img/s9_banner.jpg) no-repeat center bottom 70%;
    background-size: cover;
}
.s9_top {
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
}
.s9_bot { width: 100%; display: inline-block; margin: 50px 0 0; }
.s9_box { width: 100%; text-align: center; margin: 15px 0; }
.s9_box img {
    border-radius: 5px;
}
.s9_box h5 {
    margin: 20px 0 0;
    text-transform: uppercase;
    font-size: 16px;
    height: 20px;
}
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/
/************************** Section 1  ************************************/

/*inner section*/
.inner_page_banner {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    background: #012245 url(img/contact_img1.jpg) no-repeat center;
    color: #fff;
    background-blend-mode: hard-light;
}

.inner_page_banner h3 {
    font-size: 36px;
    color: #012245;
    text-transform: uppercase;
    font-weight: 600;
}

.terms_section {
    width: 100%;
    padding: 40px 0;
}

.terms_section h5 {
    margin: 20px 0;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
}

.terms_section h6 {
    font-size: 18px;
    font-weight: 600;
}

.terms_section p {
    margin: 10px 0;
    color: #666;
    font-size: 16px;
}

.terms_section ul li:before {
    content: "";
    position: absolute;
    left: -23px;
    width: 1%;
    height: 4px;
    border-radius: 50px;
    top: 10px;
    background: #012245;
}

.terms_section ul li {
    list-style: none;
    font-size: 16px;
    margin: 0 0 20px;
    position: relative;
    color: #666;
}

.terms_section ul li a {
    color: #102a45;
    text-transform: capitalize;
}

.terms_section .form-control {
    resize: none;
    border-radius: 0;
    height: auto;
    padding: 13px;
    border: 2px solid;
}

.terms_section_form {
    width: 100%;
}

.terms_section_form h2 {
    font-size: 36px;
    margin: 0 0 30px;
}

.terms_s_left {
    width: 100%;
    padding: 90px 0;
}

.terms_s_left h3 {
    font-size: 22px;
    margin: 0 0 10px;
}

.terms_s_left p {
    color: #666;
}

.capbox0 {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}

#CaptchaDiv0 {
    width: 20%;
    background: #fff;
    padding: 9px 12px;
    margin: 0 0 15px;
    border-radius: 0;
    float: left;
    border: 2px solid #555;
}

.capbox-inner0 {
    padding: 3px 13px;
    width: 76%;
    float: left;
    border-radius: 0;
    margin: 0 0 0 20px;
    border: 2px solid #555;
}

#CaptchaInput0 {
    margin: 1px 0px 1px 30px;
    width: 130px;
    border-radius: 0;
    padding: 4px;
    border: 2px solid #555;
}

button.cont_but {
    font-size: 18px;
    background: #032e42;
    color: #fff;
    border-radius: 50px;
    padding: 12px 0;
    box-shadow: 0px 5px 15px #00000087;
    transition: 0.3s ease-in;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    border: none;
}

/************************** Footer  ************************************/
footer {
    width: 100%;
    overflow: hidden;
    background: #f1f1f1;
}
.foot_box_img {
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
}

.foot_top {
    width: 100%;
    overflow: hidden;
    padding: 60px 0 40px;
    background: #032e42;
}

.foot_mid {
    background: #111;
    padding: 30px 0;
}

.foot_mbox {
    text-align: left;
    color: #fff;
}

.foot_mbox h3 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.foot_box img {
    margin: 0 0 20px;
}

.foot_box p {
    color: #fff;
}

.foot_bot {
    background: #fd7924;
    color: #fff;
    width: 100%;
    padding: 20px 0;
}

.foot_bot p {
    text-align: center;
    color: #fff;
}

.foot_box {
    width: 100%;
    color: #fff;
}

.foot_box h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    color: #fd7924;
}

.foot_box ul {
    padding: 0 0 0 18px;
}

.foot_box ul li {
    line-height: 30px;
    position: relative;
}

.foot_box ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    left: -20px;
    top: 10px;
    transition: ease .2s;
    background: #fd7924;
}

.foot_box ul li a {
    color: #fff;
    transition: linear .2s;
    text-transform: capitalize;
}

.foot_box ul li a:hover {
    font-size: 16px;
    color: #fd7924;
}

.foot_box ul li:hover:before {
    transform: rotate(180deg);
}
.s1_box i {font-size: 44px;color: #fd7924;}
.s2_rbox i {color: #fd7924;font-size: 28px;}
.s4_box i {font-size: 28px;color: #fd7924;}
.s4_box:hover i {color: #fff;}
/*****************************************responsive*************************************************/
@media screen and (max-width:1600px) {
    .sidebar_head {
        position: absolute;
        left: -58px;
        background: #032e42;
        padding: 10px;
        color: #fff;
        top: 100px;
        width: 58px;
        text-align: center;
        border-radius: 10px 0 0px 10px;
        border: 1px solid #032e42;
        z-index: 999;
    }

    .btns_wrap .call_wrap {
        width: 280px;
        position: absolute;
        right: -214px;
        background: #fd7924;
        top: 330px;
        border-radius: 10px 0 0 10px;
        overflow: hidden;
        box-shadow: 0px 0px 40px #00000026 !important;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .s1_box {
    height: 430px;
}





}

/*****************************************responsive*************************************************/
@media screen and (max-width:1366px) {}

/*****************************************responsive*************************************************/
@media screen and (max-width:980px) {

    h2 {
        font-size: 30px;
    }

    .sec {
        padding: 50px 0;
        overflow: hidden;
    }

    .main_btn1 {
        padding: 8px 20px;
        font-size: 16px;
    }

    .btns_wrap,.sidebar_form_bg,.s2_left {
        display: none;
    }


    .logo {
        padding: 0;
    }


    .head_bot {
        padding: 10px 0;
    }

    ul.dropdown-menu {
        top: 63px;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 19px 6px;
        font-size: 16px;
    }

    .dropdown-menu {
        top: 46px;
    }

    .head_menu ul li a {
        padding: 7px 20px;
    }
    .head_right {
    display: none;
}



    .h_banner {
        padding: 50px 0;
    }
    .ban_left {
    padding: 90px 40px 90px;
}
    .ban_left h1 {
    font-size: 30px;
}
    .ban_right {
    margin: 50px 0 0;
}
    .ban_right .ban_btn {
    padding: 10px 20px;
}
    .ban_right img {
    margin: 0;
}
    .ban_right .form-group input {
    height: 40px;
}

    .s1_box {
    padding: 0;
    padding-bottom: 30px;
    height: auto;
}
    .s1_box h3 {
    font-size: 20px;
}
    .s2_right {
    margin: 0;
}
    .s3_mid .nav-tabs>li>a {
    font-size: 20px;
}
    .s3_bright {
    margin: 0px;
}
    .s3_bright h3 {
    font-size: 22px;
}
    .s4_box {
    padding: 20px;
    padding-bottom: 40px;
    margin: 30px 0 0;
    height: 350px;
}
    .h_sec5 {
    background: none;
}
    .s5_left {
        display: none;
    }
    .s6_box {
    padding: 20px;
}
    .s6_box_top img {
    position: relative;
    width: 30px;
    left: 0;
}
    .s6_box_top p {
    font-size: 16px;
}


    .foot_box img {
        margin: 0 0 10px;
    }

    .foot_box p {
        margin: 0 0 20px;
        font-size: 15px;
    }

    .foot_box h3 {
        font-size: 20px;

    }

    .foot_top {
        padding: 40px 0;
    }

    .foot_bot {
        padding: 10px 0;
    }



    button.cont_but {
        width: 100%;
    }

    #CaptchaDiv0 {
        width: 16%;
        padding: 9px 7px;
    }

    .capbox-inner0 {
        width: 78%;
        margin: 0 0 0 10px;
    }

    #CaptchaInput0 {
        margin: 0 0 0 7px;
        width: 55px;
    }

    .terms_s_left {
        padding: 0;
    }

    .rev_s1_left {
        margin: 0 0 20px;
    }
}

.modal-dialog {
    width: 758px;
    margin: 50px auto 0;
}

.modal-content {
    background-position: 37% 0;
}





/*****************************************responsive*************************************************/



@media screen and (max-width:767px) {
    h2 {
        font-size: 24px;
    }

    .sec {
        padding: 30px 0;
    }

    .main_btn1 {
        width: 100%;
        text-align: center;
    }

    .btns_wrap {
        display: none;
    }

    .sidebar_form_bg {
        display: none;
    }

    button.navbar-toggle {
        margin: -49px 0 0;
        background-color: #fd7924;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #032e42;
    }

    ul.dropdown-menu {
        padding: 0;
    }

    .head_mid .navbar-nav>li {
        display: block;
        float: none;
        text-align: center;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 4px 0;
        font-size: 16px;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
        text-align: center;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #fff;
        margin: 10px 0 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: #fd7924;
    }

    .head_top_box ul li a {
        font-size: 16px;
        padding: 0;
    }

    .head_right .main_btn1 {
        width: 100%;
        text-align: center;
        margin: 10px 0 0;
    }

    .h_banner {
        padding: 30px 0;
    }

    .ban_left h1 {
    font-size: 32px;
    font-weight: 900;
}
    .ban_left ul li {
    margin: 5px 0 0;
    width: 100%;
}
    .ban_right {
    margin: 0;
}
    .h_sec1.sec {
    padding-top: 0;
}

    .s1_box {
    margin: 30px 0 0;
}
    .s1_box h3 {
    font-size: 18px;
}
    .s2_rbox h3 {
    font-size: 18px;
}
    .s3_mid ul.nav-tabs {
    display: flex;
    align-items: center;
    flex-direction: column;
}
    .s3_mid ul.nav-tabs li {
    margin: 0;
}           
    .s4_box {
    height: auto;
    padding-bottom: 10px;
}
    .s4_box h3 {
    font-size: 18px;
}
    .s5_right ul li h3 {
    font-size: 18px;
}
    .h_sec7::after {
    content: "";
    position: absolute;
    background: url(img/s7_img1.jpg) no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: right;
    z-index: 0;
    background-size: 150% 100%;
}











    .inner_page_banner {
        padding: 30px 0 30px;
    }

    .inner_page_banner h3 {
        font-size: 26px;
    }

    .terms_section {
        padding: 30px 0;
    }

    .terms_section_form {
        width: 100%;
        margin: 0;
    }

    .terms_section_form h2 {
        font-size: 30px;
    }

    .modal-dialog {
        max-width: 300px;
        margin: 70px auto 0;
    }

    .pop_heading h5 {
        font-size: 10px;
        margin: 0;
        border-left: none;
        padding: 0 0 0 30px;
    }

    .pop_heading h4 {
        font-size: 12px;
    }

    .pop_heading {
        padding: 0;
    }

    .pop_heading h2 {
        margin: 40px 0 10px;
    }


    .modal-body p {
        display: none;
    }

    #CaptchaDiv0 {
        width: 100%;
    }

    .capbox-inner0 {
        width: 100%;
        margin: 0 0 0 0px;
    }

    #CaptchaInput0 {
        width: 57px;
        margin: 1px 0px 1px 0;
    }

    button.cont_but {
        width: 100%;
    }
}