﻿
/*************************
*******Typography******
**************************/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Abel);

body {

  background:;
  position: relative;
  font-weight:400px;
}

ul li {
  list-style: none;
}

a:hover {
outline: none;
text-decoration:none;
}

a:focus {
  outline:none;
  outline-offset: 0;
}

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}



.tittle {
  
    font-size: 5.5vw ;
	text-transform:uppercase;
	  font-family: "Aparajita";
	  
}
.header-big {
    font-size: 7.5vw;
}

/*************************
*******Header CSS******
**************************/
#header {
  
}

.img-logo {
    position: absolute;
    width: 25%;
}
.nav.navbar-nav.navbar-right {
    padding-top: 20px;
    font-size: 20px;
    width: 70%;
}

.nav.navbar-nav.navbar-right {
    padding-top: 20px;
    font-size: 20px;
}
.line {
    padding-top: 12px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}
.navbar.navbar-default {
    background: none;
    border: none;
    height: 50px;
}
.back {
    margin-top: -70px !important;
    width: 100%;
}
.nav li a {
    font-size: 20px;
    color: #000 !important;
}
.nav > li > a:hover {
    background: none;
	color:#0f594b !important;
	
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #0f594b !important;
    background: none;

}
@media screen and (max-width: 367px) {
.about {
    margin-top: 30px;
   
	 font-size: 4vw;
}
	
.tittle {
  
    font-size: 8.5vw !important;
}
.header-big {
    font-size:10.5vw !important;
}
.icn-tittle a {
    color: #000;
    font-size: 5.5vw !important;
}


.box h3 {
    font-size: 6vw !important;
    margin-top: 15px;
}
.box p  {
    font-size: 4vw !important;
   
}

}
@media screen and (max-width: 1167px) {
.nav.navbar-nav.navbar-right {

    width: 77%;
}
.nav li a {
    font-size: 13px;
    color: #000 !important;
}
}
@media screen and (max-width: 767px) {
#myNavbar {
    background: #858585;
    z-index: 99999;
    position: absolute;
    width: 100%;
    border: 1px solid #fff;
}
.nav.navbar-nav.navbar-right {
    padding-top: 0px;
}
.navbar-brand {
    width: 65%;
}
.img-logo {
    max-height: 200px;
    padding-top: 0px;
}

.navbar-default .navbar-toggle {
    border-color: #858585;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #858585;
}
.navbar-toggle {
    margin-top: 30px;
}
.nav.navbar-nav.navbar-right {
  width: 100%;
}
.line {
    display: none !important;
}
.brd-road {
    display: none;
}
.back {
    margin-top: -72px !important;
   
}
iframe {
  border-left: none !important;
}
}

#thumbnail-slider-prev {
    background: url(../images/sldlft.png) no-repeat center;
    display: block !important;
    height: 50px;
    width: 50px;
    float: left;
    position: absolute;
    left: 36%;
    top: 80%;
}
	#thumbnail-slider-next{
	background:url(../images/sldrght.png) no-repeat center;
	display: block !important;
height: 50px;
width: 50px;
float: left;
position: absolute;
 left: 52%;
    top: 80%;
}
.text1 {
    font-size: 18px;
    color: #191919;
}
.big {
    font-size: 29px;
  
}
.white {
   
    color: #fff;
}


#details {
    background-color: #858585 !important;
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;
    background: url(../images/backmdl.jpg) repeat-x;
    font-family: "Aparajita";
    font-size: 20px;
    color: #313131;
}	
.box {
    padding: 35px 15px;
	
}
.box h3 {
    color: #313131;
    font-weight: 600;
    font-size: 3.5vw;
    text-transform: uppercase;
    font-family: "Aparajita";
    margin-bottom: 0px;
   line-height: 12px;
}
.box p {
    color: #313131;
    font-weight: 600;
    font-size: 2.5vw;
    text-transform: uppercase;
    font-family: "Aparajita";
	 line-height: normal;
}
.centr {
    margin: 0% 15%;
}
.centre {
    margin: 0% 10%;
}
.firstcharacter {
    font-size: 80px;
}
.mrglft {
    margin-left: 39px;
    margin-bottom: 4px;
}
.services {
    margin: 50px 0px;
}
.link2 {
    float: right;
    color: #feba4e;
    font-weight: 600;
}
.box img {
  
     -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    transition:all 1s
}

.box img:hover{
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg)
}
.services img {
    max-width: 265px;
}
.services p {
    text-transform: uppercase;
    font-size: 30px;
    font-family: "Aparajita";
    line-height: 23px;
    margin-top: -9px;
}
.gallery {
    margin: auto;
    text-align: center;
    background: #efe5a3;
    padding: 10px 0px 30px 0px;
}
.img-tittle {
    width: 100%;
    margin: auto;
    max-width: 320px;
    padding: 15px;
}
iframe {
    padding: 15px;
    border-left: 2px solid #333;
}

/*************************
*******Footer CSS******
**************************/


#footer a:hover {
    color: #000 !important;
}
.line2 {
   color: #0f594b;
    font-weight: 600;
}

.single-widget.cmpny {
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
}
.ftr-menu.list-inline > li {
    padding: 1px;
}
.single-widget.cmpny > ul > li > a {
    color: #0f594b;
    font-weight: 600;
}

.ftr1 {
    color: #000;
    font-weight: 300;
    font-size: 16px;
   word-spacing: 6px;
}
.strng {
    font-weight: 600;
    text-transform: uppercase;
}


.address {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    word-spacing: 6px;
}
.address a {
    color: #0f594b;
  
}
p .fix_w {
    width: 89px !important;
    float: left;
}
.fotter-top{
	background:url(../images/ftr.jpg) repeat-x;
	background-color:#e1cd35;
}
.sn1 , .sn2,.sn3 ,.sn4  {
   width: 41px;
    height: 41px;
	margin: auto;
   
}
.sn ul {
    margin-bottom: 0px;
}
.sn ul li {
    padding: 0;
}
.sn {
    padding-top: 10px;
    text-align: center;
}

.sn1 {
    background: url(../images/s1.png) no-repeat;
    
}
.sn1:hover {
    background: url(../images/s11.png) no-repeat;
   
}
.sn2 {
    background: url(../images/s2.png) no-repeat;
    
}
.sn2:hover {
    background: url(../images/s22.png) no-repeat;
   
}
.sn3 {
    background: url(../images/s3.png) no-repeat;
    
}
.sn3:hover {
    background: url(../images/s33.png) no-repeat;
   
}
.sn4 {
    background: url(../images/s4.png) no-repeat;
    
}
.sn4:hover {
    background: url(../images/s44.png) no-repeat;
   
}