
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Hind|Rubik");
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 15px;
}

body {
  font-family: "Hind", sans-serif;
  background-image:  url('../images/bg.jpg') !important;
  
  font-size: 14px;
  font-size: 0.93333rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #000;
  line-height: 1.4em;font-size: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
  color: #012f5c;
}

ul {
  list-style-position: inside;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  text-decoration: none;
}
table td{color: #000;}
table tr td {
    line-height: 17px;
}
img {
  max-width: 100%;
}
header .container{background-color: rgb(79, 4, 31);padding-bottom:1px;}
.navbar-nav>li >a{text-transform: uppercase;color: #fff;background: #efa60c;border-bottom: 6px solid rgb(79, 4, 31);padding-top: 8px;
    padding-bottom: 8px; }
.navbar-nav{width: 100%;}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
	color: #000;
}
.bg{color: #fff; 
    object-fit: cover;}
/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {.no1{padding-top: 17px !important;}.right_img{padding-top: 10px;}.bg1[style]{width: 432px !important;}}
@media (min-width: 768px){
.navbar-nav>li {
    float: none;
}}
@media (max-width: 767px) {
	.no{    margin-top: -8px !important;
    font-size: 18px !important;}.logo{width: 100px !important;}	
} 
@media (max-width: 420px){.no{margin-top: -6px !important;
    font-size: 14px !important;}.logo{width: 100px !important;}.no1{    padding-top: 25px;}}
	@media (min-width: 768px){.getintouch{float: right;}}