@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEYag.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVj2ZhZI2eCN5jzbjEETS9weq8-19e7CA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYYag.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZKCM.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-59U.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meKCM.ttf) format('truetype');
}

body{
	margin: 0;
	padding: 0;
	font-size: 15px;
	box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #fff;
	font-weight: 400;
}
a:hover {
	text-decoration: none;
}
.header{
	/*background-color: #f7f7f7;*/
}
.headerTop{
	background:linear-gradient(to right,#022766,#b40900);
}
.loginOption .btn{
	margin-top: -19px;
	background-color: #002767;
	margin-right: 5px;
}
.headerSearch{
	position: relative;

}
.headerSearch .btn{
	top: 0;
	right: 0;
	background-color: #002767;
	padding: auto 30px;
	color: #fff;
	border-radius: 0 5px 5px 0 !important;
}
.menuBar{
	background-color: #b40900;
	border-radius: 10px;
	margin-bottom: -70px;
	z-index: 99999999;
	/*position: absolute;*/
	position: relative;
	bottom: -10px;
	left: 0;
}
.navbarSg ul li{
	margin: 0 5px;
}
.navbarSg ul li a{
	color: #fff;
	padding: 10px 15px !important;
	border-radius: 5px;
	font-size: 16px;
	text-transform: uppercase;
	transition: 0.3s;
}
.navbarSg ul .active .nav-link{
	color: #fff;
	background-color: #002767;
}
.navbarSg ul li .nav-link:hover{
	color: #fff;
	background-color: #002767;
	transition: 0.3s;
}
.menuOrderBtn a{
	background-color: #9c0800;
	border-radius: 5px;
	padding: 10px 30px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid transparent;
}
.menuOrderBtn a:hover{
	background-color: #b40900;
	color: #fff;
	border-color: #002767;
}
.banner{
	background: url('../images/bannerbg1.jpg') 0 0 no-repeat;
	background-size: 100% 100%;
	/*height: 90vh;*/
	z-index: -1;
}
.bannerLeft h1{
	font-size: 44px;
	font-weight: 700;
	text-transform: uppercase;
	color:#b40900;
}
.bannerLeft h1 span{
	color: #002767;
}
.bannerLeft p{
	font-size: 24px;
	font-weight: 200;
	color: #000;
}
.bannerLeft .btn{
	font-size: 18px;
	text-transform: uppercase;
	background-color: #b40900;
	color: #fff;
	padding: 10px 30px  !important;
	margin-top: 20px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	
}
.bannerLeft .btn:hover{
	background-color: #002768;
	border: 1px solid #fff;
	margin-top: 18px;
}
.banner .row{
	padding: 10% 0;
}
.sgCardsText{
	bottom: 26px;
	left: 45px;
}
.sgCardsText h3{
	font-size: 38px;
	font-weight: 700;
	text-transform: uppercase;
}
.sgCards{
	background-color: #000;
	/*height: 447px;*/
	overflow: hidden;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	
}
.sgCardsRight .sgCardsText{
	top: 26px;
}
.sgCardsRight-bottom .sgCardsText{
	right: 45px;
}
.serviceSection{
	background-color: #eee;
	color: #333;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	
}
.sgCards:hover{
	opacity: 0.8;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	
}
.serviceBoxIcon svg,
.serviceBoxIcon i{
	font-size: 43px;
	transform: rotateZ(-45deg);
	color: #fff;
	line-height: 73px;

}
.serviceBoxIcon {
    background-color: #e0180e;
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;;
    line-height: 6;
    border-radius: 7px;
    transform: rotateZ(45deg);
    position: relative;
    box-shadow: -6px -6px 0px 2px #ac1400;
}
.serviceBoxTop h4{
	font-size: 21px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	margin-left: 40px;
}
.teamplatesBox{
	background-color: #eef1fb;
	border-radius: 5px;
	border: 1px solid #d6d7ff;
	text-align: center;
	padding: 10px 5px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 30px;
}
.categorieContants .teamplatesBox{
	height: 240px;
}

.teamplatesTop{
	background-color: #fff;
	color: #002768;
	padding: 10px 10px;
	margin-bottom: 20px;
}
.teamplatesTop h5{
	font-size: 18px;
}
.teamplatesTop strong{
	font-size: 16px;
	font-weight: 700;
}
.teamplatesBoxFooter{
	background-color: #fff;
	display: flex;
	padding: 10px 0;
}
.teamplatesBoxFooter a {
    color: #002768;
    font-size: 19px;
    margin: 0px 20px;
    padding: 3px 11px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.categorieDetailsProduct h3{
	color: #002768;
}
.teamplatesBoxFooter a:hover {
	color: #b40900;
	transform: scale(1.1,1.1);
}
.teamplatesBox:hover{
	transform: scale(1.1,1.1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	box-shadow: 0  5px 5px #eee;
	
}
.sectionHeader h2{
	color: #000;
	font-size: 48px;
	font-weight: 700;
}
.sectionHeader h2 span{
	color: #002768;
}
.makeOption{
	background-color: #fff;
	border-radius: 10px;
	border: 1px dashed #e1e1e1;
	padding: 8px 15px;
	color: #333;
	z-index: 9999;
}
.makeOptionIcon svg,
.makeOptionIcon i{
	font-size: 40px;
	color: #b40900;
	margin: 10px 0;

}
.makeOptionContent h4{
	font-size: 21px;
	font-weight: 700;
	color: #000;
}
.howtomake{
	/*background: url('../images/howtomakeBg1.jpg') 0 0 no-repeat;
	background-size: 100% 100%;*/
	background-color: #eee;
}
.howtomakeImg {
	margin-top: 7%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	animation: howtomakeImg 5s infinite;
}
@keyframes howtomakeImg {
	0%,100%{
		transform: translate(-10px);
	}
	25%{
		transform: translate(10px);				
	}
	50%{
		transform: translate(-10px);				
	}
	75%{
		transform: translate(10px);				
	}

	100%{
		transform: translate(-10px);		
	}
}
.make-effect {
    left: 47px;
    bottom: -112px;
    z-index: 1;
}
.make-effectRight {
    right: 47px;
    bottom: -112px;
    z-index: 1;
}
.teastimonial{
	background: url('../images/teastimonial-bg1.jpg') 0 0 no-repeat;
	background-size: 100% 100%;
	padding: 90px 0 0 0;
	color: #fff;
}
.teastimonialRight h5{
	font-size: 21px;
	color: #ff5842;
	font-weight: 700;
}
.teastimonialLeft img {
    margin-bottom: -40px;
}
.categorieSidebarScroll::-webkit-scrollbar {
    width: 0px;
    opacity: 0;
}
 
.categorieSidebarScroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #00276873;
}
 
.categorieSidebarScroll::-webkit-scrollbar-thumb {
  background-color: #002768;
}
.categorieSidebarScroll{
	overflow-x: hidden;
	height: 900px;

}
.categorieContants a{
	text-decoration: none;
}
.categorieSidebar{
	/*border: 2px solid #888;*/
	box-shadow: 1px 5px 5px #dedede;
	padding: 10px 10px;
	/*overflow-y: scroll;*/
}
.categorieSidebar li{
	/*border: 2px solid #f1f1f1;*/
	/*padding: 10px 0;*/
	margin: 10px 0;
	border-radius: 5px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	box-shadow: 0 1px 2px #dfdfdf;	
}
.categorieSidebar li a{
	padding: 10px 10px;
	text-decoration: none;
	color: #002768;
	display: block;
}
.categorieSidebar li:hover{
	background-color: #b40900;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	
}
.categorieSidebar li:hover a{
	color: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	
}
.categorieContants .teamplatesBox .teamplatesTop {
	margin-bottom: 0;
    margin-top: 20px;
}
footer{
	/*background: url('../images/footerbg1.png') 0 0 no-repeat;
	background-size: 100% 100%;
	background-color: #002768;
	padding: 90px 0 0 0;
	color: #ffffff;*/
}
footer .form-group .sendbtn{
	right: 0;
	top: 0;
	color: #002768;
	height: 100%;
	padding: 4px 0;
}
footer .form-group .sendbtn a{
	color: #002768;
}
.footerPart h4{
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
}
.footerPart p{
	font-weight: 100;
}
.footerPart ul li a{
	color: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.footerPart ul li:hover a{
	margin-left: 5px;
	color: #ff5842;
}
.footerBottom{
	background-color: #001e4f;
	padding: 15px 0;
	margin-top: 10px;
}
.footerBottom ul li{
	font-size: 30px;
}
.splide__track {
    /*overflow: visible;*/
}

.productCart{
	/*border:5px solid red ;*/
	display: inline-block;
	width: 100%;
	padding: 10px;
	box-shadow: 0 5px 5px #eee;
	height: 600px;
	overflow-y: scroll;
	
}
.selectGroup {
    padding-bottom: 20px !important;
    display: inline-block;
    width: 100%;
}
.nice-select{
	width: 100% !important;
}
.nice-select .list{
	width: 100% !important;
}


.innerPageContainer{
	padding: 90px 0 50px;
	background-color: #f9f9f9;
}
header{
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
	z-index: 99;
	position: relative;
}

.singleService {
	background-color: #fff;
	padding: 10px 20px;
	border: 2px solid #b40900;
	margin-bottom: 70px;
	margin-top: 50px;
	border-radius: 10px;
}
.singleService .headerArea{
	position: relative;
	margin-top: -50px;
}
.singleService .headerArea .icon {
	font-size: 31px;
	background-color: #1c2866;
	border-radius: 50%;
	color: #ffffff;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	justify-items: center;
	float: left;
	border: 2px solid #b40900;
}
.singleService .headerArea h3 {
	line-height: 100px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
}
.singleService .headerArea h3:after {
	clear: both;
	display: table;
}
.singleService .contentArea{
	display: table;
	width: 100%;
}

.accordion .card-header{
	padding: 0px;
}
.accordion h2 button {
	display: block;
	width: 100%;
	text-align: left;
	background: #1c2866;
	border-radius: 0;
	border: 0;
	color: #fff;
	padding: 12px 15px
}
.accordion h2 button:hover{
	text-decoration: none;
	color: #fff;
}
.innerPageContainer .teamplatesBox{
	margin-bottom: 30px;
}

.dgContactForm .form-control{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #ddd;
	border-bottom-width: 3px;
	padding: 10px 20px;
	height: auto;
}
.companyHours{
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.companyHours li{
	list-style-type: none;
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: -1px;
}
.companyHours li span{
	float: right;
	text-transform: uppercase;
}

/* time line */

.main-timeline{
    font-family: 'Poppins', sans-serif;
    padding: 25px 0 0;
    position: relative;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 100%;
    margin: -20px auto 0;
    padding: 30px 0 0 50px;
    float: left;
    position: relative;
}
.main-timeline .timeline-content{
    color: #333;
    background-color: #fff;
    padding: 20px 90px 20px 100px;
    border-radius: 20px;
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: '';
    background: linear-gradient(to right bottom,#0D60A6,#0983D9);
    height: 150px;
    width: 150px;
    border-radius: 10px 0;
    position: absolute;
    left: -50px;
    top: -30px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.main-timeline .timeline-count{
    color: #fff;
    background: linear-gradient(to right bottom,#0D60A6,#0983D9);
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    line-height: 90px;
    height: 110px;
    width: 110px;
    border: 10px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: -10px;
}

.main-timeline .timeline-icon{
    color: #0D60A6;
    font-size: 40px;
    text-shadow: 0 0 5px rgba(0,0,0,0.1);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
}
.main-timeline .title{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}
.main-timeline .description{
    font-size: 14px;
    letter-spacing: 1px;
    text-align: justify;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    float: right;
    margin: 0 auto;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+2) .timeline-count{
    background: linear-gradient(to right bottom, #E61B91,#C42484);
}
.main-timeline .timeline:nth-child(4n+2) .timeline-icon{
    color: #C42484;
}
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+3) .timeline-count{
    background: linear-gradient(to right bottom, #0BC1A8,#31D2C3);
}
.main-timeline .timeline:nth-child(4n+3) .timeline-icon{
    color: #0BC1A8;
}
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+4) .timeline-count{
    background: linear-gradient(to right bottom, #FF8C00,#FCB100);
}
.main-timeline .timeline:nth-child(4n+4) .timeline-icon{
    color: #FF8C00;
}
.timeLine1{
	margin: 0;
	list-style: none;
	padding: 0;
	margin-top: 10px;
}
.timeLine1 li{
	list-style-type: none;
	background-color: rgb(253, 253, 253);
	margin-bottom: 20px;
	padding: 20px 10px;
	border-radius: 5px;
	box-shadow: 0 5px 5px rgb(238, 238, 238);
	position: relative;
	width: 100%;
	height: 70px;
	display: inline-block;
	margin: 10px 5px;
}
.timeLine1 li span{
	text-align: right;
	margin-left: 60px;
}
.timeLine1 li i{
	color: #999;
	margin-right: 5px;
}
.timeline-content strong{
	font-size: 18px;
	color: #555;
}
.abtInnerTitle {
    background-color: #f7f7f7;
    padding: 13px 0;
    /* border: 1px solid #eee; */
	border-radius: 5px;
	box-shadow: 0 0 5px #f1f1f1;
	color: #022766;
}
.shinner{
	font-size: 16px;
}
.imgSteps {
	border-radius: 15px;
	position: relative;
	border: 3px solid #4390ce;
	overflow: hidden;
	margin-bottom: 30px;
}
.imgSteps img {
	width: 100%;
}
.cartPg-btn {
	font-size: 18px;
	text-transform: uppercase;
	background-color: #b40900;
	color: #fff;
	padding: 10px 30px  !important;
	margin-top: 20px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	
}
.cartPg-btn:hover {
	background-color: #002768;
	border: 1px solid #fff;
	margin-top: 18px;
}
.cart-ud-box {
    text-align: right;
}
.cartPg-sec .table td, .table th {
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
    border-top: none;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 1px;
}

#checkout-form .form-control, #cart-pg-section .form-control {
background: #ffffff;
border: 1px #ececec solid;
color: #263860 !important;
font-size: 14px !important;
margin-bottom: 10px;
padding: 0.6rem 0.4rem;
width: 100%;
height: 100%;
border-radius: 5px;
}
.sign-box {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    padding: 40px 60px;
}
.cd-main-header {
    background: #343642 none repeat scroll 0 0;
    height: 50px;
    position: relative;
    z-index: 1;
}
.cd-main-header::after {
    clear: both;
    content: "";
    display: table;
}
.cd-main-header__logo {
    float: left;
    margin: 4px 0 0 5%;
    transform: scale(0.8);
    transform-origin: 0 50% 0;
}
.cd-main-header__logo img {
    display: block;
}
@media only screen and (min-width: 768px) {
.cd-main-header {
    height: 80px;
}
.cd-main-header__logo {
    margin: 20px 0 0 5%;
    transform: scale(1);
}
}
.cd-main-nav {
    background: rgba(0, 0, 0, 0) url("../img/cd-icon-menu.svg") no-repeat scroll center center;
    cursor: pointer;
    float: right;
    height: 100%;
    margin-right: 5%;
    width: 44px;
}
.cd-main-nav__list {
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    width: 100%;
}
.cd-main-nav__list.cd-main-nav__list--is-visible {
    transform: translateY(50px);
}
.cd-main-nav__item {
    background: #292a34 none repeat scroll 0 0;
    border-top: 1px solid #3b3d4b;
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 5%;
}
@media only screen and (min-width: 768px) {
.cd-main-nav {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    cursor: auto;
    height: auto;
    width: auto;
}
.cd-main-nav__list {
    position: static;
    transform: translateY(0px);
    width: auto;
}
.cd-main-nav__list.cd-main-nav__list--is-visible {
    transform: translateY(0px);
}
.cd-main-nav__list li {
}
.cd-main-nav__list li:nth-last-child(2) {
    margin-left: 2em;
}
.cd-main-nav__item {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    height: auto;
    line-height: normal;
}
.cd-main-nav__item.cd-main-nav__item--signin, .cd-main-nav__item.cd-main-nav__item--signup {
    border-radius: 50em;
    padding: 0.6em 1em;
}
.cd-main-nav__item.cd-main-nav__item--signin {
    border: 1px solid rgba(255, 255, 255, 0.6);
}
.cd-main-nav__item.cd-main-nav__item--signup {
    background: #2f889a none repeat scroll 0 0;
}
}
.cd-signin-modal {
    background: rgba(52, 54, 66, 0.9) none repeat scroll 0 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 3;
}
.cd-signin-modal.cd-signin-modal--is-visible {
    opacity: 1;
    visibility: visible;
}
.cd-signin-modal__container {
    background: #fff none repeat scroll 0 0;
    border-radius: 0.5em;
    cursor: auto;
    margin: 3em auto 4em;
    max-width: 600px;
    position: relative;
    transform: translateY(-30px);
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    width: 90%;
}
.cd-signin-modal__container ul {
    padding-left: 0;
}
.cd-signin-modal--is-visible .cd-signin-modal__container {
    transform: translateY(0px);
}
.cd-signin-modal__switcher::after {
    clear: both;
    content: "";
    display: table;
}
.cd-signin-modal__switcher li {
    float: left;
    text-align: center;
    width: 50%;
}
.cd-signin-modal__switcher li:first-child a {
    border-radius: 0.25em 0 0;
}
.cd-signin-modal__switcher li:last-child a {
    border-radius: 0 0.25em 0 0;
}
.cd-signin-modal__switcher a {
    background: #840084 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    height: 50px;
    line-height: 50px;
    width: 100%;
}
.cd-signin-modal__switcher a.cd-selected {
    background: #fff none repeat scroll 0 0;
    color: #505260;
}
@media only screen and (min-width: 600px) {
.cd-signin-modal__container {
    margin: 4em auto;
}
.cd-signin-modal__switcher a {
    height: 70px;
    line-height: 70px;
}
}
.cd-signin-modal__form {
    padding: 1.4em;
}
.cd-signin-modal__fieldset {
    margin: 1.4em 0;
    position: relative;
}
.cd-signin-modal__fieldset:first-child {
    margin-top: 0;
}
.cd-signin-modal__fieldset:last-child {
    margin-bottom: 0;
}
.cd-signin-modal__label {
    font-size: 1.4rem;
}
.cd-signin-modal__label.cd-signin-modal__label--image-replace {
    background-position: 50% 0;
    background-repeat: no-repeat;
    bottom: auto;
    color: transparent;
    display: inline-block;
    height: 20px;
    left: 15px;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    width: 20px;
}
.cd-signin-modal__label.cd-signin-modal__label--username {
    background-image: url("../images/cd-icon-username.svg");
}
.cd-signin-modal__label.cd-signin-modal__label--email {
    background-image: url("../images/cd-icon-email.svg");
}
.cd-signin-modal__label.cd-signin-modal__label--password {
    background-image: url("../images/cd-icon-password.svg");
}
.cd-signin-modal__input {
    border-radius: 0.25em;
    margin: 0;
    padding: 0;
}
.cd-signin-modal__input.cd-signin-modal__input--full-width {
    width: 100%;
}
.cd-signin-modal__input.cd-signin-modal__input--has-padding {
    padding: 12px 20px 12px 50px;
}
.cd-signin-modal__input.cd-signin-modal__input--has-border {
    -moz-appearance: none;
    border: 1px solid #d2d8d8;
}
.cd-signin-modal__input.cd-signin-modal__input--has-border:focus {
    border-color: #343642;
    box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
    outline: medium none;
}
.cd-signin-modal__input.cd-signin-modal__input--has-error {
    border: 1px solid #d76666;
}
.cd-signin-modal__input[type="submit"] {
    -moz-appearance: none;
    background: #B40900 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 16px 0;
}
.cd-signin-modal__input[type="submit"]:hover, .cd-signin-modal__input[type="submit"]:focus {
    background: #000000 none repeat scroll 0 0;
    outline: medium none;
}
.cd-signin-modal__hide-password {
    border-left: 1px solid #d2d8d8;
    bottom: auto;
    color: #343642;
    display: inline-block;
    font-size: 14px;
    padding: 6px 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cd-signin-modal__error {
    background: rgba(215, 102, 102, 0.9) none repeat scroll 0 0;
    border-radius: 0.25em;
    bottom: -35px;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    left: -5px;
    opacity: 0;
    padding: 0.8em;
    pointer-events: none;
    position: absolute;
    transition: opacity 0.2s ease 0s, visibility 0s ease 0.2s;
    visibility: hidden;
    z-index: 2;
}
.cd-signin-modal__error::after {
    border-bottom: 8px solid rgba(215, 102, 102, 0.9);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    left: 22px;
    position: absolute;
    width: 0;
}
.cd-signin-modal__error.cd-signin-modal__error--is-visible {
    opacity: 1;
    transition: opacity 0.2s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
@media only screen and (min-width: 600px) {
.cd-signin-modal__form {
    padding: 2em;
}
.cd-signin-modal__fieldset {
    margin: 2em 0;
    text-align: left;
}
.cd-signin-modal__fieldset:first-child {
    margin-top: 0;
}
.cd-signin-modal__fieldset:last-child {
    margin-bottom: 0;
}
.cd-signin-modal__input.cd-signin-modal__input--has-padding {
    padding: 16px 20px 16px 50px;
}
.cd-signin-modal__input[type="submit"] {
    padding: 16px 50px !important;
}
.sign-box .cd-signin-modal__input.cd-signin-modal__input--has-padding {
    padding: 15px 20px 15px 50px;
}
}
.cd-signin-modal__message {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 1.4em 1.4em 0;
    text-align: center;
}
@media only screen and (min-width: 600px) {
.cd-signin-modal__message {
    padding: 2em 2em 0;
}
}
.cd-signin-modal__bottom-message {
    bottom: -30px;
    font-size: 1.4rem;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.cd-signin-modal__bottom-message a {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}
.cd-signin-modal__close {
    background: rgba(0, 0, 0, 0) url("../images/cd-icon-close.svg") no-repeat scroll center center;
    color: transparent;
    display: block;
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: 100%;
    top: -40px;
    white-space: nowrap;
    width: 40px;
}
.blog-post-box h2 {
    font-size: 24px;
    text-transform: none;
    margin-bottom: 5px;
}
.blog-dtl {
    list-style: none;
    margin-bottom: 9px;
    color: #002767;
	padding-left: 0;
}
.blog-dtl li {
    display: inline-block;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
}
.blog-dtl li i {
    color: #b40900;
    padding-right: 6px;
}
.sing-blog-post-box h2 {
    font-size: 34px;
    text-transform: none;
    margin-bottom: 5px;
}
.sing-blog-post-box img {
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
}
.blog-right-row {
    border: 1px solid #ffeaff;
    padding: 20px;
}
.blog-right-row h2 {
    border-bottom: 1px solid #b40900;
    font-size: 18px;
    margin-bottom: 16px;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase;
}
.blog-content ul, .blog-menu ul {
    margin: 0;
    padding: 0;
}
.blog-menu ul li {
    background: rgba(0, 0, 0, 0) url("../images/bullet-01.png") no-repeat scroll left 4px;
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    padding-left: 17px;
    position: relative;
}
.blog-menu ul li a {
    color: #2f4c57;
    font-size: 14px;
}
.blog-right-row + .blog-right-row {
    margin-top: 30px;
}
.order-box {
	background:#f5f5f5;
	border:1px #ccc solid;
	padding:40px 30px;
	margin-bottom:60px;
}
.order-personal-box {
	padding-left: 40px;
border: 1px #dfdfdf solid;
background: #ffffff;
padding: 20px 30px;
border-radius:5px;
}

.order-personal-box p {
	margin-bottom:0;
}
.order-detail-box {
	/*overflow-y:scroll;*/
	height:280px;
}
.order-detail-box .media {
	background:#ffffff;
	border:1px #dfdfdf solid;
	padding:15px 20px;
	margin-bottom:10px;
	border-radius:5px;
}
.order-detail-box .media:last-child {
	margin-bottom:0;
}

/*-----Start pagination----*/

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}

#gallery {
  list-style: none;
  margin:0;
  padding: 0;
}

#gallery .proBox {
}

.paging-nav ul {
  margin:0;
  padding: 0;
}

.paging-nav li {
  cursor: pointer;
  margin: 0 .5em 0 0;
}

.paging-nav a {
  display: block;
  cursor: pointer;
  height: 1.4em;
  width: 1.4em;
  border: 1px #ccc solid;
  line-height: 1.4em;
  text-align: center;
  color: #111;
  text-decoration: none;
}

.paging-nav .active a {
  border-color: red;
  color: #f00;
}

code {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
  font-family: Courier, MonoSpace;
  margin: 0;
  padding: 0 1em 1em 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1em;
  display: block;
  color: #666;
  font-weight: bold;
  background-color: #f5f5f5;
}

pre { display: block; }

.code {
  color: #666;
  font-weight: bold;
  background-color: #f5f5f5;
  font-family: Courier, MonoSpace;
  margin: 0;
  padding: 0 .5em;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 0.8em;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after { clear: both; }

.clearfix { *zoom: 1;
}
.pg-list {
	display: inline-block;
padding-left: 0;
text-align: right;
width: 100%;
}
.pg-list li {
	display:inline-block;
}

.pg-list li.active a {
	background:#002767;
	color:#ffffff;
}
.pg-list li a {
	cursor: pointer;
	padding:10px 20px;
	border:none;
	margin:0;
	background:#B40900;
	color:#fff;
	display: inline;
}
/*-----End pagination----*/

#msform {

	width: 100%;

	/*margin: 50px auto;*/
margin: 0 auto;
	/*text-align: center;*/
font-size:14px;
	position: relative;

}
#msform fieldset a {
	color:#f0522b;
	letter-spacing:2px;
	font-size:12px;
}
#msform fieldset {

	background: white;

	border: 0 none;

	border-radius: 3px;

	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);

	padding: 60px 30px;

	box-sizing: border-box;

	width: 100%;

	/*margin: 0 10%;*/

	

	/*stacking fieldsets above each other*/

	position: relative;

}

/*Hide all except first fieldset*/

#msform fieldset:not(:first-of-type) {

	display: none;

}

/*inputs*/

#msform input, #msform textarea {
	padding: 13px 15px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	/*font-weight:bold;*/
	color: #2C3E50;
	font-size: 14px;
	border-radius:0;
}
#msform input[type=checkbox] {
	width: auto;
}

#msform select {
	padding: 15px;
	/*height:46px;*/
	margin-bottom: 10px;
	width: 100%;
	/*font-weight:bold;*/
	color: #2C3E50;
	font-size: 14px;
	border-radius: 0;
}


#msform textarea{ height:150px;}



/*buttons*/

#msform .action-button {
	border: medium none !important;
    border-radius: 0 !important;
    color: #fff !important;
    display: inline-block;
    padding: 15px 55px;
    width: auto;
	margin: 20px;
}

#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #272b3d;
}

#msform p {
	margin-bottom:0;
	padding-top: 10px;
}

#inn-work-section {
    padding-bottom: 10px;
    padding-top: 10px;
    min-height: 400px;
}
.book-btn {
	font-size: 18px;
	text-transform: uppercase;
	background-color: #b40900;
	color: #fff;
	padding: 10px 30px  !important;
	margin-top: 20px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	
}
.book-btn:hover{
	background-color: #002768;
	border: 1px solid #fff;
	margin-top: 18px;
}
.snd-book-btn {
	font-size: 18px;
	text-transform: uppercase;
	background-color: #002768;
	color: #fff;
	padding: 10px 30px  !important;
	margin-top: 20px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	
}
.snd-book-btn:hover{
	background-color: #b40900;
	border: 1px solid #fff;
	margin-top: 18px;
}
.int-list {
    list-style: none;
    text-align: left;
	padding-left:0;
}
.int-list li {
    line-height: 1.7;
    list-style: outside none none;
    margin: 0;
    padding-right: 5px;
}
.let-sp {
	font-weight:800;
}

@media screen and (max-width:990px){
    .main-timeline .timeline{ margin: -30px auto 0; }
}
@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        min-height: 150px;
        padding: 20px 0 0 20px;
        margin: 0;
    }
    .main-timeline .timeline-content{ padding: 60px 20px 15px 20px; }
    .main-timeline .timeline-content:before{
        height: 80px;
        width: 100px;
        left: -20px;
        top: -20px;
    }
    .main-timeline .timeline-icon{
        transform: translateY(0);
        top: 5px;
    }
    .main-timeline .timeline-count{
        font-size: 40px;
        line-height: 50px;
        height: 60px;
        width: 60px;
        border-width: 5px;
        left: 0;
    }
}
@media screen and (max-width:567px){
    .main-timeline .title{ font-size: 18px; }
}

/*---------------------New CSS---------------------------*/
.header {
    background-color: none !important;
}
.header-right {
	text-align:right;
	margin-top: 12px;
}
.header-right ul {
	list-style:none;
	text-align:right;
	margin-bottom:0;
}
.header-right ul li {
	display:inline-block;
	padding-right:15px;
}
.header-right ul li:last-child {
	padding-right:0px;
}
.headerSearch .form-control {
	width:280px;
	height: 48px;
}
.loginBtn {
	background:#b40900;
	padding:14px 40px;
	border-radius:5px;
	color:#ffffff;
	font-size:14px;
	font-weight:600;
	letter-spacing:1px;
	text-transform:uppercase;
}
.loginBtn:hover {
	background:#002767;
	color:#ffffff;
}
.registerBtn {
	background:#002767;
	padding:14px 40px;
	border-radius:5px;
	color:#ffffff;
	font-size:14px;
	font-weight:600;
	letter-spacing:1px;
	text-transform:uppercase;
}
.registerBtn:hover {
	background:#b40900;
	color:#ffffff;
}
.header-right .headerSearch .btn {
    padding-top: 12px !important;
	height: 47px;
}
.cart-ds {
    color: #272727;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1em;
    margin-left: -1em;
    margin-top: -0.4em;
    min-width: 1em;
    padding: 3px 10px;
    text-align: center;
    vertical-align: top;
}
.cart-btn {
	color:#272727;
	font-size:14px;
	font-weight:600;
	letter-spacing:1px;
	margin-bottom:5px;
	display:inline-block;
}
.header-menu {
	background:#b40900;
}
.navbar-light .navbar-nav .nav-link {
	font-size:13px;
	color:#ffffff;
	letter-spacing:1px;
	text-transform:uppercase;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color:#ffffff;
}
.header-menu .navbar {
	padding:0;
}
#navbarNav .nav li a {
	padding:18px 26px;
}
#navbarNav .nav li.active a {
	background:#002767;
	color:#ffffff;
}
#navbarNav .nav li:hover a, #navbarNav .nav li:hover a.dropdown-item {
	background:#032f77;
	color:#ffffff;
}
#navbarNav .nav li.dropdown a ul.dropdown-menu li a {
	padding:12px 26px;
}
.carousel-item {
    min-height: 411px;
    height: 41vh;
}
#banner-slider {
	padding-bottom:30px;
	padding-top:30px;
}
.carousel-caption h1 {
	font-size:48px;
	font-weight:900;
	color:#b40900;
	text-transform:uppercase;
	letter-spacing:1px;
}
.carousel-caption h1 span {
	color:#002767;
}
.carousel-caption p {
	font-size:16px;
	font-weight:400;
	color:#000000;
	text-transform:uppercase;
	letter-spacing:2px;
}
.carousel-caption {
	text-align:left;
	left:45%;
	top:30%;
	right:2%;
}
.pd-lft {
	padding-left:70px;
}
.gw-sidebar h2 {
	background:#002767;
	font-size:15px;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:16px 16px;
}
.banner-btn {
	background:#b40900;
	border-radius:5px;
	font-size:14px;
	text-transform:uppercase;
	color:#ffffff;
	letter-spacing:2px;
	font-weight:400;
	padding:15px 40px;
	display:inline-block;
}
.banner-btn:hover {
	background:#002767;
	color:#ffffff;
}
.proBox {
	text-align:center;
	background:#efefef;
	border:1px #e3e3e3 solid;
	margin-bottom:30px;
	transition: transform .3s; /* Animation */
	border-radius:5px;
}
.proBox:hover {
	transform: scale(1.1);
	box-shadow:0 0 15px 1px #585858;
}
.proBox img {
	width:100%;
	margin-bottom:15px;
	border-radius:5px 5px 0 0;
	height: 180px;
}
.pro-box-area {
	padding-right:95px;
	padding-bottom:30px;
	padding-top:30px;
}
.proBox h4 {
	font-size:16px;
	text-transform:uppercase;
	color:#161616;
	letter-spacing:2px;
	font-weight:600;
	margin-bottom:5px;
}
.proBox p {
	font-size:16px;
	text-transform:uppercase;
	color:#5a5a5a;
	letter-spacing:0px;
	font-weight:400;
	margin-bottom:12px;
}
.shopBtn {
	background: #b40900;
padding: 12px 36px;
border-radius: 5px;
display:inline-block;
color: #ffffff;
font-size: 13px;
font-weight: 400;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom:20px;
}
.shopBtn:hover, .proBox:hover .shopBtn {
	background: #002767;
color: #ffffff;
}
.proBox:hover {
background:#f7f7f7;
}
#main-footer {
	background-image: url("../images/footer-bg.jpg");
	text-align:center;
	padding-top: 60px;
	background-color: none !important;
	color: #ffffff;
}
#main-footer img {
	margin-bottom:20px;
}
.footer-address {
	font-size:16px;
	letter-spacing:1.5px;
	font-weight:400;
	margin-bottom:6px;
}
#main-footer h5 {
	font-size:22px;
	font-weight:800;
	letter-spacing:1.5px;
}
.bottomFooter {
	letter-spacing:1px;
}
.bottomFooter .row {
    border-top: 1px #c42626 solid;
	padding: 30px 0;
	margin-top:40px;
}
.bottomFooter a {
	color:#ffffff;
}
.navbar-nav .dropdown-menu {
    width: 250px !important;
}
.dropdown-item {
    font-size: 14px;
    letter-spacing: 1px;
}
.dropdown-menu {
	padding:0;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
#productoptiondetails .selectGroup:last-child {
    display:none;
}
@media all and (max-width:992px) {
.headerMid {
    text-align:center;
}
.header-right {
	text-align:center;
}
.header-right ul {
    text-align: center;
}
.header-right ul {
    padding-left: 0;
}
.loginBtn, .registerBtn {
    font-size: 9px;
}
.header-right ul li {
    padding-right: 0;
}
.pd-lft {
    padding-left: 15px;
}
.carousel-item {
    min-height: 180px;
    height: 18vh;
}
.carousel-caption h1 {
    font-size: 18px;
    margin-bottom: 0;
}
.carousel-caption p {
    font-size: 10px;
}
.carousel-caption {
    text-align: left;
    left: 45%;
    top: 10%;
    right: 2%;
}
.banner-btn {
    font-size: 10px;
    letter-spacing: 0;
    padding: 10px 20px;
}
.pro-box-area {
    padding-right: 15px;
    padding-left: 15px;
}


}
@media (min-width: 992px) and (max-width: 1191px) {
    #navbarNav .nav li a {
    padding: 18px 20px;
}
.loginBtn, .registerBtn {
    padding: 14px 25px;
    font-size: 10px
}
}
@media (min-width: 1191px) and (max-width: 1280px) {

}
@media (min-width: 1280px) {

}