html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video  {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit;
 vertical-align: baseline;
 text-decoration: none!important;
 
}

/*--------------------
	CSS = BODY CSS
----------------------*/
body::-webkit-scrollbar {
    width: 1em;
}
body {
	font-family: Arial;
} 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
} 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

/*--------------------
	CSS = Body font CSS
----------------------*/
@font-face {
    font-family: arial;
    src: url(../fonts/arial.ttf);
}
strong {
    font-weight: bold;
}
p {
    font-family: Arial;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: #616161;
    font-size: 14px;
    line-height: 20px;
}
h1 {
    font-size: 36px;
    font-family: 'Oswald-Regular',Helvetica,Arial,Lucida,sans-serif;
    margin: 5px 0px 15px 0px;
    font-weight: bold;
}
h2 {
    font-size: 30px;
    font-family: 'Oswald-Regular',Helvetica,Arial,Lucida,sans-serif;
    margin: 5px 0px 15px 0px;
}
h3 {
    font-size: 24px;
    font-family: Arial;
    margin: 5px 0px 15px 0px;
}
h4 {
    font-size: 22px;
    font-family: Arial;
    margin: 5px 0px 15px 0px;
}
h5 {
    font-size: 16px;
    font-family: Arial;
    margin: 5px 0px 15px 0px;
}
h6 {
    font-size: 14px;
    font-family: Arial;
    margin: 5px 0px 15px 0px;
}
a,td,th {
    font-family: Arial;
    margin: 5px 0px 15px 0px;
}
li {
    font-family: Arial;
    margin: 5px 0px 15px 0px;
}
input {
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid rgba(5, 125, 255, 0.33);
    border-radius: 2px;
    font-family: Arial;
}

select {
     padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid rgba(5, 125, 255, 0.33);
    border-radius: 2px;
    font-family: Arial;
}
textarea {
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid rgba(5, 125, 255, 0.33);
    border-radius: 2px;
    font-family: Arial;
}

button.navbar-toggle.res_bt {
    display: none!important;
}


header.main-header {
    float: left;
    width: 100%;
    background: url(../images/main-img1.jpg);
    min-height: 645px;
    background-size: 100%;
    background-attachment: fixed;
}
h2.text-logo {
    font-size: 14px;
    margin: 15px;
    color: #0084b9;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 0;
}
.menubar a {
    margin: 0;
    display: -webkit-inline-box;
}
h2.text-logo a {
    color: #0084b9;
}
.menubar {
    width: 100%;
    opacity: 0;
    position: absolute;
}
.over_lay {
    background: #00000078;
    min-height: 645px;
}
.menubar.fixed {
    opacity: 1!important;
    background: white;
    z-index: 11111;
}

.welcome_text h1 {
    text-transform: uppercase;
    font-size: 80px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    text-align: center;
    color: white;
}
.welcome_text {
    float: left;
    width: 100%;
    text-align: center;
    padding: 100px 0;
}
.welcome_text h4 {
    font-size: 30px;
    line-height: 1.9em;
    color: white;
    letter-spacing: 2px;
}
.bt_group {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
a.bt_dark:hover {
    background: black;
    transition: all 1s;
}
a.bt_dark {
    background: #0085ba;
	transition: all 1s;
    border-width: 10px!important;
    border-color: #0085ba;
    border-radius: 0px;
    letter-spacing: 3px;
    font-size: 16px;
    text-transform: uppercase!important;
    background-color: #0085ba;
    padding: 15px 2em!important;
    display: inline-block;
    color: white;
    margin: 0px 10px;
}
a.bt_light:hover {
    background: #0085ba;
    border-color: #0085ba;
}
a.bt_light {
    padding: 10px 2em;	
	transition: all 1s;
    border: 2px solid transparent;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    color: white;
}
.welcome_text .ti-angle-double-down {
    font-size: 40px;
    color: white;
}
.welcome_text {
    float: left;
    width: 100%;
    padding: 100px 0px 15px 0;
}

section.main-section {
    padding: 50px 0;
    float: left;
    width: 100%;
}
.center_heading h2 {
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
    color: #333;
}
section#section_id_90741 {
    background: #f2f2f2!important;
	padding: 50px 0 100px 0;
}

.center_heading p {
    padding-bottom: 10px;
    line-height: 22px;
    font-size: 18px;
	color: #333;
	font-weight: 500;
    font-family: Arial;
}
.table_content h4 {
    text-align: center;
    padding-bottom: 10px;
    color: #333;
    font-weight: 500;
    line-height: 1em;
}

.table_main {
    float: left;
    text-align: center;
    width: 100%;
}
.part {
    width: 25%;
    float: left;
}
.part {
    border: 1px solid #bebebe;	
    background: white;
}
.top {
    float: left;
    width: 100%;
    background: #0084b9;
    padding: 2px 0;
}
.border1 {
    border-left: 0;
}
.top h2 {
    font-size: 26px;
    margin-bottom: 0;
    color: white;
}
.top h4 {
    font-size: 18px;
    color: white;
    margin-bottom: 0;
}
h6.price {
    font-size: 50px;
    color: #0084b9!important;
    margin-top: 10px;
    float: left;
    width: 100%;
    padding-bottom: 35px;
    border-bottom: 1px solid #bebebe;	
    position: relative;
}
h6.price span {
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    color: #999;
    margin-left: -10px;
}
.part a:hover {
    background: #0084b9;
    color: white!important;
}
.part a {
    color: #0085ba!important;
    border-color: #0085ba;
    font-family: Arial;
    padding-left: 0.7em;
    padding-right: 2em;
    display: -webkit-inline-box;
    position: relative;
    padding: .3em 1em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    margin-top: 33px;
    margin-bottom: 22px;
}


.profie_text h2 {
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 1.5em;
    font-weight: bold;
}
section#section_id_90742 {
    background-color: white;
    background-image: url(../images/un-second.jpg);
    background-position: right;
    background-repeat: no-repeat;
    padding: 0 116px;
}
.profie_text {
    padding: 70px 0;
    float: left;
    padding-right: 10px;
}
.profie_text h4 {
    font-size: 18px;
    letter-spacing: -0.5px;
}
.profie_text li {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0;
}
.profie_text ul {
    margin-left: 50px;
    margin-bottom: 30px;
}
section#section_id_90743 {
    background: url(../images/images2.jpg);
    padding: 0;
    background-size: 100%;
}

.maake_enqury h1 {
    text-transform: uppercase;
    font-size: 42px;
    letter-spacing: 2px;
    line-height: 1.5em;
    color: white;
}
.over_lay1 {
    background: #00000078;
}
.maake_enqury {
    text-align: center;
    padding: 90px 0px;
}
.maake_enqury a {
    color: #ffffff!important;
    font-family: Arial;
    position: relative;
    padding: 10px 20px;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    margin: 20px 0!important;
    display: -webkit-inline-box;
}
.maake_enqury a:hover {
    background: #0085ba;
    border: 2px solid #0085ba;
}
h1.text1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 42px;
    letter-spacing: 2px;
    line-height: 1.5em;
    margin-bottom: 50px;
}
section#section_id_90744 p {
    padding-bottom: 10px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
}
section#section_id_90744 {
    background: #f2f2f2;
}
footer.main-footer {
    float: left;
    width: 100%;
    padding: 10px 0;
    background: #3e3e3e;
}
footer.main-footer h2 {
    color: white;
    font-family: Arial;
    font-weight: 700;
}
footer.main-footer p {
    line-height: 1.7;
    font-size: 14px;
    font-weight: 500;
    color: #999;
    font-family: Arial;
}
footer.main-footer h4 {
    color: white;
    font-family: Arial;
    font-weight: 700;
    font-size: 24px;
    margin-top: 20px;
}
footer.main-footer a {
    color: #56aeea;
    font-family: Arial;
}
.menu_copyright {
    width: 100%;
    float: left;
    background: #3e3e3e;
    padding-top: 15px;
    font-size: 12px;
    font-family: "Lato",sans-serif;
    text-align: center;
}
ul.footer_menu {
    color: #171717;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
ul.footer_menu li {
    display: -webkit-inline-box;
    padding: 10px 15px;
}
ul.footer_menu li a {
    color: white!important;
    font-size: 14px;
    font-family: Arial;
}
div#footer-info {
    color: white;
    display: inline-block;
}
ul.main-right li a {
    color: white!important;
    font-size: 9px;
    font-family: "Lato",sans-serif;
}

ul.main-right {
    display: inline-block;
}
ul.main-right li {
    display: -webkit-inline-box;
    padding: 0 0px 0 30px!important;
    margin-top: -3px;
    display: inline-block!important;
}
.welcome_text .bt_group {
    min-height: 50px;
}
.header-info {
    text-align: right;
    margin-top: 10px;
    font-size: 20px;
}
.header-info .header-i-item {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.header-info .header-i-item img {
    max-width: 200px;
}
.header-info p {
    color: grey;
    font-size: 18px;
}
.header-info span {
    font-size: 26px;
    color: red;
    font-weight: bold;
}
#section_id_90744 ul {
    padding-left: 40px;
}
#section_id_90744 ul li {
    margin: 5px 0px 5px 0px;
}
.enq-call {
    color: #fff;
}
.main-footer ul {
    color: #999;
    margin-left: 40px;
    margin-bottom: 13px;
}
.main-footer ul li {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 14px;
    line-height: 1.7;
    font-family: arial;
}
.main-footer .foot-r p {
    margin-bottom: 0px;
}
img {
    max-width: 100%;
}
.footer-middle {
    width: 100%;
    float: left;
    padding: 40px 0;
}
.footer-middle .foo-midl-text p {
    font-weight: bold;
    margin-top: 15px;
    font-size: 20px;
}
.footer-middle .foo-midl-img2 {
    margin-top: 12px;
}
.logo-img img {
    max-width: 270px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.footer-menu {
    text-align: center;
}
.footer-menu li {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}
.footer-menu li a {
    font-size: 17px;
    letter-spacing: 0.5px;
}
.txt-light {
    font-family: Arial;
}
.navbar-header .nav-top {
    text-align: center;
    padding-top: 5px;
    color: grey;
    font-size: 15px;
}
.nav-top .top-phone {
    color: red;
    font-weight: bold;
}




@media only screen and (max-width: 600px)  {
.navbar-brand {
    width: 100%;
    float: left;
    text-align: center;
}
.welcome_text h1 {
    font-size: 50px;
}
.bt_group a {
    margin: 25px 0!important;
}
.welcome_text {
    padding: 125px 0px 60px 0!important;
}
header.main-header {
    background-size: 100% 100%;
}
.part {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
section#section_id_90742 {
    padding: 0 15px;
    background: white!important;
}
.profie_text {
    padding-right: 0!important;
}
.maake_enqury {
    text-align: center;
    padding: 43px 0px;
}
section#section_id_90743 {
    background-size: cover!important;
    background-position: center;
}
.foot-r {
    float: right;
    width: 100%;
}
ul.footer_menu li {
    display: -webkit-inline-box;
    padding: 2px 5px!important;
}
ul.main-right li {
    margin: 0!important;
    padding: 5px 6px!important;
}
ul.main-right {
    float: right;
    margin: 25px 0;
}
a.navbar-brand IMG {
    width: 150px;
}
.res_bt {
    float: right;
    background: transparent;
    border: 0;
    padding: 23px;
}
.res_bt span {
    color: black;
}
.sc_responsive_menu {
    background: white;
}
.navbar-header {
    width: 100%;
}
nav.navbar {
    padding: 0px 0px!important;
}
.container-fluid {
    padding: 0!important;
}
div#myNavbar {
    background: #0085ba;
}
ul.nav.navbar-nav li a {
    color: white;
    border-bottom: 1px dotted white;
    width: 100%;
    float: left;
    padding: 10px 0;
	
    margin: 0!important;
}
ul.nav.navbar-nav li {
    margin: 0!important;
    padding: 0px!important;
}
.sc_responsive_menu {
    display: block!important;
}
.menubar {
    display: none!important;
}
.sc_responsive_menu {
    display: block!important;
    position: fixed;
    width: 100%;
    z-index: 111;
}
header.main-header {
    background: url(../images/main-img1.jpg);
    min-height: 525px;
    background-size: cover!important;
    background-attachment: inherit;
    background-position: center;
}
.over_lay {
    min-height: 525px;
}
}
.sc_responsive_menu {
    display: none;
}



@media only screen and (max-width: 1920px) and (min-width: 1800px)  {
.container {
    max-width: 1600px!important;
}
}
@media only screen and (max-width: 1799px) and (min-width: 1600px)  {
.container {
    max-width: 1465px!important;
}
}

.col-lg-4 {
float: left!important;
}
.col-lg-6 {
float: left!important;
}
.col-lg-8 {
float: left!important;
}
.col-lg-3 {
float: left!important;
}
