h1, h2,h3, h4, h5, h6, p, span, ul, li, a{margin:0;padding:0;font-family: 'Oxygen', sans-serif;}
a{text-decoration:none !important;}
body{margin:0;padding:0;font-family: 'Oxygen', sans-serif;}
.no_space{padding-right:0px;padding-left:0px;}


*:focus{box-shadow:none!important}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
/*      ****************** order now ******************               */
.order_now_section {width: 100%;padding: 90px 0 60px;}	
.step1-field .form-control {
    border: 1px solid #ffa500;
    border-radius: 0;
    box-shadow: 1px 1px 3px #ffa500;
}
legend {
    color: #ffa500;
}
.falseclass {background: #ffa500;color: #fff;padding: 10px;text-align: center;}
#getData {border: 2px solid #ffa500;box-shadow: 1px 1px 26px #000;    padding: 20px 0;}
input#finish1 {text-decoration: none;color: #fff; padding: 7px 53px; background: #00375e; border-radius: 6px; font-size: 15px;
font-weight: 600;text-align: center;border: 1px solid #00375e;   text-transform: uppercase;}
.OrderSummer.bgcolor {box-shadow: 1px 1px 13px #ffa500;}
.show_hide {
    text-decoration: none !important;
    display: none;
    background: #ffa500;
    border-radius: 30%;
    width: 5%;
    text-align: center;
    height: 0%;
    font-size: 26px;
    color: white !important;
}
.show_hide:hover{
    border: 2px solid #ffa500;
    color: #ffa500 !important;
	background: #fff;
}
.btn-style{
    text-decoration: none !important;
    color: #fff !important;
    padding: 7px 53px !important;
    background: #ffa500 !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-align: center !important;
    border: 1px solid #ffa500 !important;
    text-transform: uppercase !important;
}
/*      ****************** order now ******************               */

/************************** popup  ************************************/
.modal{top:0%;    background: #000000de;}
.modal-dialog { max-width: 500px;margin: 180px auto 0;}
.pop_heading { width: 100%; padding: 20px;}
.pop_heading h5 { font-size: 19px;     text-transform: uppercase; font-weight: 700; margin: 0 0 15px;border-left: 4px solid #07a4e0;padding: 0 20px; line-height: 29px;word-spacing: 4px;}
.pop_heading h4 { font-size: 23px;font-weight: 700;color: #ffa500;padding: 0 0 0 30px;}
.field { width: 100%;position: relative;margin: 0 0 10px;}
span.pop_icon {  position: absolute; color: #07a4e0; left: 13px;top: 7px;}
.field .form-control {width: 100%; border-radius: 0;  padding: 3px 0 4px 37px;resize: none;}
.modal-content {box-shadow: rgb(243, 238, 238) 0px 0px 3px 2px;border-radius: 30px;}
#popupform p { text-align: center; font-size: 14px; color: #f10e0e;margin: 19px 0 0;}
.modal-header{padding:0;border:none;}
button.pop_btn { font-size: 16px;text-transform: uppercase; color: #fff; background: #ffa500; padding: 10px 0;border: none;  width: 100%;}
button.close {background: url(img/cross.png) no-repeat 0 0; width: 20px; height: 20px; position: absolute; top: 9px;right: 15px;display: block; opacity: 1;}
.fade.in{overflow:hidden;}
/************************** popup  ************************************/
span.bolder {font-weight: 700;font-size: 21px;}
h2 {font-size: 32px;margin: 0 0 15px;      text-transform: capitalize;}
p {    line-height: 24px;}
li {
    list-style: none;
}
.header {
    width: 100%;    position: relative;
}
.header_top {
    width: 100%;
    overflow: hidden;
    padding: 0;
}
.darkHeader {
    top: 0%;
    position: fixed;
    z-index: 99999;
    transition: 0.7s;    padding:0;
    background: #fff;
}

.logo {width: 100%;}
.logo img {
    max-width: 100%;
}
span.top_icon {
    color: #ffa500;
    margin: 0 10px 0 0;
}

.top_right {
    width: 100%;
    text-align: right;
    padding:18px 0;
}
.top_right ul li  {
display: inline-block;    padding: 0 0 0 23px;
}
.top_right ul li a {
    color: #000;
    font-size: 16px;   
}
.header_bot {
    width: 100%;
    overflow: hidden;    padding: 4px 0 10px;
}

/* menu */
.menu_box {width: 100%;padding: 10px 0 0;}
.main-menu{display:block;width:100%;}
.menu_box h4 {
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    margin: 0 0 10px;
}
.main-menu ul {width: 50%;margin: 0 auto;text-align: center;}
.main-menu ul li{list-style:none;display:inline-block;padding:0 13px 7px;}
.main-menu > ul > li.active > a, .main-menu > ul > li > a:hover, .main-menu > ul > li > a.active, .main-menu > ul > li > a:focus{color:#000000;font-weight:600;}
.main-menu ul li a{color:#5a6c95;text-transform:capitalize;    font-weight: 600;}
.menu_box_list ul li:hover a{color:#1d8bdf;}
.main-menu > ul > li.megamenu{position:relative;}
.main-menu > ul > li.megamenu .submenuwrap{background:#fafbfd;position:fixed;width:100%;left:0;overflow:hidden;height:0;top:87px;-ms-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out;}
.main-menu > ul > li.megamenu:hover .submenuwrap{-ms-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out;top: 87px;height:200px;z-index: 14;background:#fafbfd;box-shadow:inset 0 1px 0 #eaf3fb, 0 3px 6px rgba(0,0,0,0.05);}
.main-menu .submenuwrap .menu-container{width:1170px;margin:0 auto;}
.main-menu.menu_box{width:100%;padding:20px 0 0;}
.main-menu .menu_box ul {width: 100%;text-align: left;}
.main-menu .menu_box ul li{position:relative;text-transform:capitalize;padding:0 0 6px;display:block;}
.main-menu .menu_box ul li:hover:before{border:2px solid #1d8bdf;background:#1d8bdf;}
.main-menu .menu_box ul li a {font-size: 13px;}
.main-menu .menu_box ul li a i {font-size: 16px;color: #2c85df;margin: 0 10px 0 0;}
.mob_menu{display:none;}

/* menu */




.h_m_banner {
    width:  100%;
    background: url(img/main_banner.jpg) no-repeat 0;
    background-size: cover;
    padding: 160px 0;
    color: #fff;
    position: relative;
}

.h_m_banner ul li:before {
    content: "\2713";
    color: #ffa500;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: scale(1);
    transform: scale(1.5);
    position: absolute;
    left: 17px;
}

.h_m_banner ul li {
    list-style: none;
    padding: 0 0 9px 24px;
    font-size: 16px;
}

.h_m_banner h1 {
    font-size: 36px;
    margin: 0 0 35px;
    text-transform: capitalize;
}

.h_m_banner a {
    background: #2c85df;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 45px;
    color: #fff;border-radius: 5px;
    display: inline-block;
    margin: 20px 0 0;
    font-size: 16px;
}
 input::placeholder {
    color: #000 !important;
}
 textarea::placeholder {
    color: #000 !important;
}

span.b_bold {font-weight: 700;color: #2c85df;}


.h_sec_right {
    width: 100%;
    box-shadow: 1px 1px 4px 2px #000;
    padding: 20px;border-radius: 5px;
    background: #ffa500e3;
}

.h_sec_right h3 {
    font-size: 21px;
    text-align: center;font-weight: 700;
    margin: 0 0 20px;
    color: #000;
}

.h_banner_form {
    width: 100%;
}

.h_banner_form .form-control {
    resize: none;color: #000;
    box-shadow: none;
}

button.h_b_btn {
    width: 100%;
    background: #2c85df;
    border: none;
    padding: 8px 0;border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}







.h_m_sec1 {
    width: 100%;
    padding: 70px 0;
}

.sec1_top {
        width: 100%;
    margin: 0 0 40px;
    overflow: hidden;
}

.sec1_bot {
    width: 100%;
    overflow: hidden;
}
.sec1_bot ul {
    column-count: 2;
}
.sec1_bot ul li {
       font-size: 16px;
    padding: 4px 0 4px 20px;
    position: relative;
    word-spacing: 2px;
    border-bottom: 1px solid #b1b1b1;
	margin: 0 0 15px;}

.sec1_bot ul li:before {
       content: "\2713";
    color: #ffa500;
    display: inline-block;
    transition: all .2s ease;
    transform: scale(1.3);
    position: absolute;
    left: 2px;
    top: 0px;
    font-size: 15px;
}

.sec1_bot ul li:hover:before {
    transform: scale(2);
}
span.s1_bold {
    font-weight: 700;
    color: #2c85df;
}

.sec1_right {
    width: 100%;
}

.sec1_right img {
    width: 100%;border-radius: 5px;
}

.h_m_sec2 {
    width: 100%;
    padding: 70px 0;
    text-align: center;
    background: #f8f8f8;
}

.sec2_top {
    width: 100%;
    margin: 0 0 40px;
    overflow: hidden;
}

.sec2_bot {
    width: 100%;
    overflow: hidden;
}

.sec2_box {
    width: 100%;
    background: #2c85df;
    padding:30px 30px 40px;height: 380px;
    color: #fff;border-radius: 5px;
}


.no_space:nth-child(2) .sec2_box {
    background: #fff;
}
.no_space:nth-child(3) .sec2_box {
    background: #2d3e50;
}
.sec2_bot #owl-demo3 .owl-item:nth-child(odd) .item .sec2_box {
    background: #2d3e50;
}


span.s2_icon {
    font-size: 50px;
    color: #fff;
}
.no_space:nth-child(2) .sec2_box span.s2_icon  {
    color: #2c85df;
}
.no_space:nth-child(2) .sec2_box h3  {
    color: #2d3e50;
}
.no_space:nth-child(2) .sec2_box p  {
    color: #2d3e50;
}

.sec2_box h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
}
.h_m_sec3 {
    width: 100%;
    padding: 70px 0;
    
}

.sec3_top {
    width: 100%;
    margin: 0 0 50px;text-align: center;
    overflow: hidden;
}

.sec3_bot {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.sec3_box {border-radius: 5px;
    box-shadow: 0px 0px 10px 4px rgba(84,89,95,0.78);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 65px 21px;   background: #f8f8f8;text-align: center;
}

.sec3_box h5 {
    color: #2c85df;    font-size: 17px;
    font-weight: 700;
}

.client_rating{width:100%;margin:13px 0 23px;}
.client_rating ul li{display:inline-block;font-size:18px;color:#2c85df;}


.sec3_box p {
    color: #ff0000;    margin: 25px 0 0;
}
.sec3_bright {border-radius: 5px;
    box-shadow: 0px 0px 10px 4px rgba(84,89,95,0.78);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 34px 40px;
    background: #f8f8f8;
}
.sec3_bright h3 {
    color: #2c85df;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px;
}

.sec3_form {
    width: 100%;
    margin: 11px 0 0;
}

.sec3_form .form-control {
    width: 100%;
}
button.cal_btn {
    background: #2c85df;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 0;
    color: #fff;
    font-size: 16px;border-radius: 5px;
    border: none;
    width: 100%;
}

.h_m_sec4 {
    width: 100%;
    padding: 60px 0;
    text-align: center;
    background: #f8f8f8;
}

.sec4_top {
    width: 100%;
    margin: 0 0 40px;
    overflow: hidden;
}


.sec4_top p {
    font-size: 30px;
    font-weight: 300;
    padding: 0 130px;
    line-height: 30px;
}
.sec4_bot {
    width: 100%;
    overflow: hidden;
}

.sec4_box {
    width: 100%;
}

.sec4_box img {
    width: 100%;
}
.h_m_sec5 {
    width: 100%;
    padding: 70px 0;
}

.sec5_left {
    width: 100%;
}
.sec5_ltop {
    width: 100%;
    text-align: center;
    margin: 0 0 40px;
}
.sec5_lbot	 {
    width: 100%;
}
.panel-group .panel{box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12); border: 1px solid #d4d4d4;}
.panel-group .panel-heading {
        border-radius: 4px;
   
    
    padding: 0;
}
.panel-group .panel + .panel {
    margin-top: 0;
}
.panel-heading a {
    color: #2d3e50;
    text-transform: capitalize;    padding: 15px;display: block;

}


.sec5_lbot #accordion .panel-heading .accordion-toggle::before{
    font-family: 'FontAwesome';
    content: '\f00d';
    float: right;
    color: orange;
    font-weight: lighter;
    transform: rotate(-135deg);
    transition: all 0.2s ease-in;
}


.sec5_right {
    width: 100%;margin: 110px 0 0;
    padding: 30px;   border-radius: 5px; background: #2d3e50; box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.19);
}
.sec5_right h3 {
    text-align: center;
    margin: 0 0 30px;
    color: #fff;
}

.sec5_form {
    width: 100%;
   
}

.sec5_form .form-control {
       border-radius: 4px;
       box-shadow: none;
       color: #000;
}


.capbox {
    width: 100%;
	}
.capbox-inner {
    color: #000;
    width: 100%;
    padding: 3px 13px;
    border-radius: 4px;
    border: 1px solid #cccccc;background: #fff;
}
#CaptchaDiv {
    color: #000;
    width: 100%;
    padding: 7px 14px;
    margin: 0 0 15px;
    border-radius: 4px;
    border: 1px solid #2d3e50;
background: #fff;}
#CaptchaInput {
   margin: 1px 0 1px 9px;
   width: 78px;
   padding: 4px;
   background: none;
	border: 1px solid #cccccc;}
.s5_btn {
    width: 100%;
    border: none;
    background: #ffa500;
    padding: 8px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;    border-radius: 4px;
}



.h_m_sec6 {
    width: 100%;
    padding: 70px 0;
    text-align: center;
    background: #f8f8f8;overflow: hidden;
}
.sec6_top {
    width: 100%;
    margin: 0 0 19px;
    overflow: hidden;
}

.sec6_bot {
    width: 100%;
    overflow: hidden;
}
.test_box {
    width: 100%;
}

.test_box h5 {
    color: #ffa500;
    font-size: 23px;
    text-transform: capitalize;
}

span.re_smal {
    font-size: 14px;
}

span.s7_icon {
    font-size: 50px;
    color: #2c85df;
}

.test_box p {
    color: #97AAB3;
    font-size: 22px;
    line-height: 36px;
    font-weight: 300;
}

.h_m_sec7 {
    width: 100%;
    padding: 30px 0;
    background: #07a4e0;
    color: #Fff;
}
.sec7_left {
    width: 100%;
}
.sec7_left p {
    font-size: 18px;
}
.sec7_right {
    width: 100%;
}
.sec7_right a {
    width: 100%;
    background: #ffa500;
    color: #fff;
    padding: 11px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}

.h_m_sec11 {
    width: 100%;
    background: #2d3e50;
    padding: 70px 0;
    color: #fff;
}
.sec11_top {
    width: 100%;
}

.sec11_top h3 {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 15px;
}

.sec11_top ul li {
    font-size: 16px;
    padding: 4px 0 4px 20px;
    position: relative;
    word-spacing: 2px;
    border-bottom: 1px solid #b1b1b1;
    margin: 0 0 15px;
}

.sec11_top ul li:before {
    content: "\2713";
    color: #ffa500;
    display: inline-block;
    transition: all .2s ease;
    transform: scale(1.3);
    position: absolute;
    left: 2px;
    top: 0px;
    font-size: 15px;
}

.sec11_top ul {
    margin: 15px 0;
}
.extra {
    width: 100%;
}

.extra h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0;
    text-transform: capitalize;
}

.extra ul {margin: 15px 0;}

.extra ul li {
    font-size: 16px;
    padding: 4px 0 4px 20px;
    position: relative;
}
.extra ul li:before {
    content: "\2713";
    color: #ffa500;
    display: inline-block;
    transition: all .2s ease;
    transform: scale(1.3);
    position: absolute;
    left: 2px;
    top: 0px;
    font-size: 15px;
}
.extra h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0;
    text-transform: capitalize;
    color: #31b4e6;
}

.owl-pagination {
    margin: 30px 0 0;
}
.owl-theme .owl-controls .owl-page span {
    background: #ffa500;
}

.footer {
    width: 100%;
    color: #fff;
}
.foot_top {
    width: 100%;
    padding: 50px 0;
    background: url(img/footer_bg.png) #2a2d3e;
}
.foot_box h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 14px;
}

.foot_box {
    width: 100%;
}
.foot_box ul li {
    display: block;
    position: relative;
    padding-left: 15px;
    line-height: 27px;
}
.foot_box ul li a {
    display: block;
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    transition: all 0.5s ease 0s;
}
.foot_box ul li:hover a {
    color: #ffa500;
    margin-left: 5px;
}
.foot_box ul li i {
    position: absolute;
    left: 0;
    top: 7px;
    color: #ffa500;
    transition: all 0.5s ease 0s;
}
.ft2 {
    width: 100%;
    margin: 40px 0 0;
}
.foo:nth-child(4) .foot_box ul li a {
    padding: 0 0 0 13px;
    text-transform: lowercase;
    font-size: 15px;
}

.foot_box1 {
    width: 100%;    margin: 40px 0 0;
}
.foot_box1 h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 14px;
}
.foot_box1 ul li {
    padding: 0 5px 10px;
    display: inline-block;
}

.foot_box1 ul li a {
    color: #fff;
}

span.social_icon {
    background: #55acee;
    font-size: 18px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 7px 0 0;
    color: #fff;
    text-align: center;
    display: block;
}
.foot_box1 ul li:nth-child(2) .social_icon{background:#5472d2;}
.foot_box1 ul li:nth-child(3) .social_icon{background:#225982;}

.foot_mid {
    width: 100%;
    background: #393c4e;
    padding: 12px 0;
}

.foot_mid h3 {
    font-size: 15px;
    margin: 0 0 7px;
    font-weight: 700;
}

.foot_mid p {
    font-size: 12px;
}
.foot_sercure {
    width: 100%;
}

.foot_sercure img {
    width: 100%;
}
.foot_bottom {
    width: 100%;
    text-align: center;
    padding: 13px 0;
    background: #ffa500;
}
.foot_bottom p {
color: #fff;
}



.inner_page_banner {
   background: #ffa500;
    text-align: center;
    padding: 30px 0;
    width: 100%;
}
.inner_page_banner h1 {
    color: #fff;
    text-transform: uppercase;
}
.terms_condition_section {
    width: 100%;
    padding: 60px 0;
}
.terms_condition_section h3 {
       font-weight: 500;
    margin: 20px 0;
    text-transform: capitalize;
}
.terms_condition_section h4 {
       font-weight: 500;
    margin: 20px 0;
    text-transform: capitalize;
}
.terms_condition_section p {
    font-size: 16px;
    margin: 0 0 20px;
}
.terms_condition_section ul li {
    list-style: none;
    font-size: 16px;
    margin: 0 0 20px;
    position: relative;
}
.terms_condition_section ul li:before {
    content: "";
    position: absolute;
    left: -23px;
    background: #ffa500;
    width: 1%;
    height: 4px;
    border-radius: 50px;
    top: 10px;
}
.inerpage_section1 {
    width: 100%;
    padding: 40px 0;
}
.conatc_us_form label {
    text-transform: uppercase;
    font-weight: 700;
}
button.cont_but {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #ffa500;
    padding: 10px 80px;
    border: none;    border-radius: 5px;
}	
.conatc_us_form {
    width: 100%;
}
.conatc_us_form .form-control {
    resize: none;
   border: 2px solid #ffa500;
   
}

.capbox0{    border-radius: 5px;
    width: 100%;
    overflow: hidden;
}

#CaptchaDiv0 {    border-radius: 5px;
   width: 40%;
    background: #fff;
    padding: 10px 12px;
    margin: 0 0 15px;
    float: left;
    border: 2px solid #ffa500;
}
.capbox-inner0 {
    padding: 3px 13px;
    width: 56%;    border-radius: 5px;
    float: left;
    margin: 0 0 0 20px;
    border: 2px solid #ffa500;    background: #FFF;
}
		
#CaptchaInput0{
    margin: 1px 0px 1px 30px;
    width: 130px;
    padding: 4px; border: 1px solid #ffa500;
}

.artile_banner {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    background: #07a4e0;
    color: #Fff;
}

.artile_sec1 {
    width: 100%;
    padding: 50px 0;
}

.artile_sec1 h3 {
    font-size: 22px;
    margin: 0 0 10px;
}

.artile_sec1 p {
    margin: 0 0 14px;
}

.artile_sec1 ul li {
    position: relative;
    padding: 0 0 10px;
}

.artile_sec1 ul {
    margin: 0 0 10px;
}
.artile_sec1 ul li:before {
    content: "\2713";
    color: #ffa500;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: scale(1);
    transform: scale(1.5);
    position: absolute;
   left: -20px;
}
.artile_sec1 ul li:hover:before {
    transform: scale(2);
}
span.art_bold {
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin: 0 0 10px;
}
.thanyou_banner {
    width: 100%;
    padding: 160px 0 0;
    text-align: center;
}

.thanklogo {
    width: 100%;
    margin: 0 0 50px;
}

.thank_text {
    width: 100%;
}

.thank_text h2 {
    font-size: 37px;
    font-weight: 600;
}

.thank_text h3 {
    color: #07a4e0;
}

/* responsive styling*/
@media screen and (max-width:980px)
{
.main-menu ul {    width: 70%;}
.h_m_banner {padding: 45px 0;}	
.h_m_banner h1 {font-size: 31px;margin: 0 0 20px;}	
.h_m_banner ul li { padding: 0 0 4px 24px;font-size: 15px;}	
.sec1_bot ul {column-count: 2;}	
.sec2_box { padding: 10px 15px 40px;height: 470px;}	
.sec4_top p {font-size: 21px;    padding: 0;}
.sec5_right h3 {    font-size: 18px;}	
.sec5_right {padding: 15px;}
.sec3_form label {font-size: 11px;}
.foot_box {margin: 0 0 20px;}
#CaptchaDiv0 {width: 20%;}
.capbox-inner0 {width: 74%;}	
	
}
@media screen and (max-width:767px)
{	
.logo {margin: 0 0 12px;}
.main-menu{display:none;}    
.top_right {    padding: 5px 0 0;}	
.mob_menu{display:block;width:100%;padding: 0 20px;}
.close{float:none;color: #fff;opacity: 1;font-size: 17px;}
.nav-menu-toggle{border:solid 1px #ddd;background:#2c85df;height:35px;width:35px;display:inline-block;text-align:center;cursor:pointer;margin-bottom:15px;z-index:999;}
.nav-menu-wrap{position:absolute;top:0px;height:100%;width:100%;-webkit-transition:all 450ms ease-in-out;-moz-transition:all 450ms ease-in-out;transition:all 450ms ease-in-out;z-index:3;-moz-transform:translate3d(-100%,0px,0px) rotate(90deg);-webkit-transform:translate3d(-100%,0px,0px) rotate(90deg);-ms-transform:translate(-100%,0%) rotate(90deg);-o-transform:translate(-100%,0%) rotate(90deg);transform:translate3d(-100%,0px,0px) rotate(90deg);-moz-transform-origin:0% 0%;-webkit-transform-origin:0% 0%;-ms-transform-origin:0% 0%;transform-origin:0% 0%;}
.nav-menu-wrap.active{-moz-transform:translate3d(0%,0px,0px) rotate(0deg);-webkit-transform:translate3d(0%,0px,0px) rotate(0deg);-ms-transform:translate(0%,0%) rotate(0deg);-o-transform:translate(0%,0%) rotate(0deg);transform:translate3d(0%,0px,0px) rotate(0deg);}
.web-container{width:100%;position:relative;}
.nav-menu-toggle .toggle{color:#fff;line-height:35px;font-size:150%;}
.nav-menu{position:relative;top:0px;width:100%;height:100%;overflow:hidden;overflow-y:auto;background:#2c85df;}
.nav-menu li > a{display:block;color:#333;text-decoration:none;padding:10px 15px !important;border-top:solid 1px #ccc;    text-transform: capitalize;position:relative;background:#f1eefc;-moz-transition:all 300ms ease;-webkit-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease;}
.menu{margin:0px;padding:0px;height:auto;}.nav-menu li > a:hover,
.nav-menu li > a:active{background:#2c85df;color:#fff;}
.nav-menu .close{padding:10px 15px;cursor:pointer;-moz-transition:all 300ms ease;-webkit-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease;}
.nav-menu .close:hover,
.nav-menu .close:active{background:#f1eefc;}
.nav-menu .close i{float:right;}
.open > .dropdown-menu{position:inherit;    height: 260px;overflow: scroll;}	
.h_m_banner h1 {font-size: 24px;}
.h_m_banner a {padding: 12px 23px;}	
.h_sec_right {  margin: 40px 0 0;}
.sec1_bot ul {column-count: 1;}	
.sec2_box {height: auto;}
h2 {font-size: 27px;}
.sec3_box { padding: 31px 13px;    margin: 0 0 30px;}	
.dis_box {margin: 0 0 20px;}	
.sec4_box {    margin: 0 0 20px;}
.sec3_form label { font-size: 16px;}
.fade.in {display: none;}
.sec1_right {    display: none;}	
.sec7_left {margin: 0 0 30px;}
.darkHeader {    display: none;}
#CaptchaDiv0 {width: 100%;}
.capbox-inner0 {width: 100%;margin: 0;}
#CaptchaInput0 {margin: 1px 0px 1px 12px;width: 100px;}
button.cont_but {  width: 100%;}
}


