@font-face {
	font-family: "icon-font";
	src: url('../fonts/icon-font.eot');
	src: url('../fonts/icon-font.eot?#iefix') format('eot'), url('../fonts/icon-font.woff') format('woff'), url('../fonts/icon-font.ttf') format('truetype'), url('../fonts/icon-font.svg#icon-font') format('svg');
}

@viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

* {
	/*box-sizing: border-box;*/
}

html {
	font-size: 62.5%;
}

body {
	/*font-size: 1.4rem;
	line-height: 2.4rem;*/
}

.icon-desktop:before,
.icon-menu-close:before,
.icon-menu:before,
.icon-mobile:before,
.icon-submenu-down:before,
.icon-submenu-right:before,
.icon-world:before,
header h1:before,
.nav-button:before,
.nav-close:before,
.nav .nav-submenu > a:after,
.nav > ul > .nav-submenu > a:after {
	font-family: "icon-font";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	vertical-align: top;
}

.icon-desktop:before {
	content: "\E001";
}

.icon-menu-close:before {
	content: "\E002";
}

.icon-menu:before {
	content: "\E003";
}

.icon-mobile:before {
	content: "\E004";
}

.icon-submenu-down:before {
	content: "\E005";
}

.icon-submenu-right:before {
	content: "\E006";
}

.icon-world:before {
	content: "\E007";
}

/*body {
	padding-top: 4.4rem;
}*/

header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 901;
	padding-left: 10px;
	line-height: 4.4rem;
	background: #26201C;
	color: #A69A94;
}

header h1 {
	margin: 0;
	font-size: 1.7rem;
	line-height: 4.4rem;
}

header h1:before {
	content: "\E004";
	margin-right: 8px;
}

.nav-button,
.nav-close {
	position: fixed;
	top: 0;
	width: 2.4rem;
	height: 4.4rem;
	overflow: hidden;
	z-index: 902;
	cursor: pointer;
	text-decoration: none;
	line-height: 4.4rem;
	background: #26201C;
	/*color: #A69A94;*/
}

.nav-button:before,
.nav-close:before {
	display: block;
	text-align: center;
}

.nav-button {
	display: block;
	right: 1rem;
	font-size: 1.7rem;
}

.nav-button:before {
	content: "\E003";
}

.nav-close {
	display: none;
	right: 4rem;
	font-size: 1.9rem;
}

.nav-close:before {
	content: "\E002";
}

.nav {
	padding-top: 4.4rem;
	line-height: 4.4rem;
	background: #26201C;
	color: #A69A94;
}

.nav ul {
	border-radius: 0 0 6px 6px;
	/*background: #26201C;*/
}

.nav ul ul {
	/*background: #2f2722;*/
}

.nav ul ul ul {
	/*background: #382f29;*/
}

.nav ul ul ul ul {
	/*background: #40362f;*/
}

.nav ul ul ul ul ul {
	/*background: #493e36;*/
}

.nav li {
	border-top: 1px solid #59544F;
	cursor: pointer;
}

/*.nav li:hover > a,
.nav li.nav-active > a {
	color: #923600;
	background: #2E2722;
}*/

.nav .nav-submenu > ul {
	margin-left: 10px;
}

.nav .nav-submenu > a {
	padding-right: 30px !important;
}

.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
	border-radius: 6px;
	padding:4px 15px;/* 0 15px 1px;*/
	/*color: #8C827D;*/
	text-decoration: none;
}

.nav .nav-submenu > a:after {
	position: absolute;
	display: block;
	right: 10px;
	top: 1px;
	content: "\E005";
}




@media only screen and (min-width: 3500px) {

body {
	padding: 0 !important;
}

header {
	position: relative;
}

header h1:before {
	content: "\E001";
}

.nav-button {
	display: none;
}

.nav {
	padding: 0 !important;
}

.nav > ul > li {
	border-top: none;
}

.nav li > ul {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.nav ul ul ul {
	border-radius: 0 6px 6px 6px;
}

.nav ul ul ul li:first-child {
	border-top: none;
}

.nav .nav-left > ul {
	border-radius: 6px 0 6px 6px;
}

.nav .nav-submenu li {
	min-width: 110px;
}

.nav .nav-submenu > ul {
	margin: 0;
}

.nav > ul > .nav-submenu > a:after {
	content: "\E005";
}

.nav .nav-submenu > a:after {
	content: "\E006";
}

}


@media only screen and (max-width:320px){
    .logo img{
        max-width:200px !important;
    }
}
/*added 26 april 2019 by priyanka*/
@media only screen and (max-width:240px){
    .logo img{
        max-width:145px !important;
    }
}
/* custom */
.cssContainer{
    padding-top: 0;
   /* background-color: #fff;*/
    min-height: 100%;
    margin-bottom: -40px;
}
.header{
    height:75px;
   /* background-color:#e11313;*/
    text-align: center;
}
.header.header-two .phone-wrap{
    padding-right:0;
    margin-right:65px;
}
.header.header-two .nav-button{
    right: 1rem;
    left: auto;
}
.header.header-two .logo{
    float: left;
    padding: 0;
    margin: 7px 0 0;
    height: 68px;
}
.nav-button{
    right: auto;
    left: 1rem;
    background: transparent;
    /*color: #fff;*/
    font-size: 3.4rem;
    width: 4.4rem;
    height: 6rem;
    line-height: 7rem;
}
.nav{
    padding-top: 0;
    top: 75px;
    text-align: left;
    background:transparent;
}
.nav ul{
    /*background: #252525;*/
    border-radius: 0;
}
.nav ul ul{
    /*background: #252525;*/
}
.nav a, .nav a:active, .nav a:visited{
    /*color: #fff;*/
    text-transform: uppercase;
    /*font-size: 15px;*/
}
/*.nav a:hover{
    color: #e11313 !important;
    background: #333 !important;
}
.nav li:hover > a, .nav li.nav-active > a{
    color: #e11313 !important;
    background: #252525 !important;
}*/
.nav > ul > li{
    border-top:1px solid #fff;
     position: relative;/*added by jit*/
}
.nav li{
    border-color: #fff;
}
.nav > ul > li:first-child{
    border-top: none;
}
.nav > ul > .nav-submenu > a:after, .nav .nav-submenu > a:after{
    content: "\f067";
    font-family:FontAwesome;
    font-size: 12px;
}
.nav > ul > .nav-submenu.nav-active > a:after {
    content:"\f068";
}
.nav > ul > li > ul > .nav-submenu.nav-active > a:after{
    content:"\f068";
}
.nav > ul > li > ul > li > ul > .nav-submenu.nav-active > a:after{
    content:"\f068";
}
.nav .nav-submenu > ul > li > a{
    padding-left:45px;
    margin-top: 1px;
}
.nav .nav-submenu > ul{
    margin-left: 0;
}
.logo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.logo a{
    display: flex;
    align-items: center;
	max-width:75%;/*added 26 april 2019 by priyanka*/
}
.logo img{
    max-width: 100%;
    max-height: 60px;
}
/*added 26 april 2019 by priyanka*/
.header-two .logo img{
    max-width: 81%;
    max-height: 60px;
	
}
.phone-wrap{
     
      padding: 26px 0px 0 0;
    position: absolute;
    right: 18px;
    top: -6px;
}
.phone-wrap a{
    /*color: #fff;*/
    font-size:32px;
    text-decoration: none;
}
/*.swiper-container {
    width: 100%;
    height: 100%;
    min-height: 350px;
}
.swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    height: 350px !important;
}*/
.swiper-slide:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.2);
}
.swiper-pagination-bullet{
    background: #fff !important;
    opacity:.4 !important;
    width: 10px !important;
    height: 10px !important;
}
.swiper-pagination-bullet-active{
    background: #000!important;
    opacity:1 !important;
}
.slide-one{
    background-image: url(../images/slide-img-1.jpg);
}
.slide-two{
    background-image: url(../images/slide-img-2.jpg);
}
.slide-three{
    background-image: url(../images/slide-img-3.jpg);
}
.slider-txt{
    position: relative;
    z-index: 2;
    padding:55px 0 0;
}
.slider-title{
    color: #fff;
    font-size:30px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
    line-height: 1.2;
}
.container-mobile{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
}
.btn{
    display: inline-block;
    padding: 8px 15px;
    border-radius:8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.btn-red{
    background: #E11313;
    color: #fff;
}
.btn-red:hover, .btn-red:focus{
    background: #c71111;
}

.slide-icon {
    position: absolute!important;
    right: 0;
    top: 0;
   /*background-color: #b71e1e;*/ 
    width: 40px;
    height: 45px;
    display: block!important;
    border-radius: 0!important;
   /* float:right;*/
   background-color: transparent!important;
}
.nav .nav-submenu > ul > li > a.old-icon:after {
    content: '';
}
 .nav .nav-submenu > ul > li > a.old-icon {
   background-color: transparent!important;
}
/*.slide-icon[class]:hover {
    background-color: transparent!important;
    color: #e11313 !important;
}*/
/*custom*/
#tdGPlusLike{width:82px !important;}
