@font-face
{
	font-family:Open Sans;
	src:url('../fonts/OpenSans-Regular.ttf');
}

.clear { clear:both; }
a:hover { text-decoration:none; }
/*
Typography
=========================== */
html,body {
    width:100%;
    height: auto;
    margin:0;
    padding:0;
    
}

body {
    font-family: Open Sans;
    position: relative;
    font-size:14px;
    line-height:24px;
	overflow-x: hidden;
}

a{
    color: #a51d21;
}

a,
a:active,
a:focus,
a:hover{
    outline:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover{
    text-decoration:underline;
}

h1, h2, h3, h4, h5, h6{
    color:#3f3f3f;
    margin:0 0 5px 0;


}
img { max-width:100%; }
.col-centered{
    float: none;
    margin: 0 auto;
}

.important { padding-left:10px;line-height: 20px; margin-top: 10px;}
.top-bar
{
	background-color:#a51d21;
	color:#FFF;
	font-family:Open Sans;
}
.top-bar p { color:#FFF; text-decoration:none;	float:left;
	padding: 0 10px;
	margin: 10px 0;
	list-style:none;
	font-size:13px; }
.top-bar p img { margin-top:-4px; }

.top-bar a { color:#fff;}

.large-above-menu > * {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
}
.contact-info
{ font-size:13px; margin-top:-20px; }
font.blue { color:#a51d21;}
.large-above-menu .contact-info i {
    border: 1px solid #ffcd05;
    border-radius: 4px;
    font-size: 24px;
    height: 60px;
    line-height: 55px;
    width: 60px;
	text-align:center;
	float: left;
}
.large-above-menu {
    display: table;
    float: right;
    height: 100%;
}

.large-above-menu .contact-info li {
    display: inline-flex;
    padding-left: 40px;
    text-align: left;
}
.full-width .logo::before {
    background-color: currentcolor;
    content: "";
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    width:auto;
}
.full-width .logo::after {
    border-left: 0 solid;
    border-right: 120px solid transparent;
    border-top: 144px solid;
    content: "";
    height: 0;
    position: absolute;
    right: -118px;
    top: 0;
    width: 0;
}
.full-width .preheader-wrap {
    height: 144px; position: relative;
}
.full-width .logo::before {
    background-color: currentcolor;
    content: "";
    height: 100%;
    right: 100%;
    top: 0;
    width: 1200px;
}
.full-width.logo-background .logo {
    color: #ffcd05;
}
.full-width .logo {
    background-color: currentcolor;
    color: transparent;
    display: table;
    height: 100%;
}
.full-width .logo {
    position: absolute;
    top: 0;
    transform: none;
}
.logo {
    position: absolute;
    top: 50%;
	left:0;
    transform: translateY(-50%);
}
.full-width .logo-wrap {
    display: table-cell;
    height: 100%;
    position: relative;
    vertical-align: middle;
    z-index: 9;
}
 .full-width .logo-wrap {
    padding-bottom: 34px; 
}
.contact-number {
    
    padding: 15px 27px;
    text-align: center;
    text-transform: uppercase;
	margin-top:-28px;
}
.wrap-sticky { height:auto !important;}
ul li { list-style: none;}
.top-mail{ display:none;}

/* -------- Who We are starts -------- */
.main-heading
{
	color:#000; 
	padding:0; 
	margin:0;
	font-family:oswald;
}
.main-heading span { color:#05a7cf; }



.hidden1 { opacity:0; }
.visible { opacity:1; }



/* Slider css */

.bs-slider{
    overflow: hidden;
    max-height: 600px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}


/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.bg-text
{
	background: rgba(255, 255, 255, 0.65);
    padding: 10px;
	color:#000;
	display:inline-block;
	margin-bottom:20px;
}
.bg-text h1 
{ 
	color:#000;
	text-transform: uppercase;
    font-weight: bold; 
}
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 35%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 135px;
    
}

.slide-text > h1 {
    
    color: #000;
    font-size: 45px;
    font-style: normal;
    line-height: 45px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
	
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
	
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #000;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
   
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #ffcd05;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.bg-text p{ margin:0 !important; font-weight:bold; }

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

.greybg
{
	background-color:#F8F8F8;
	padding:50px 0;
}
.servicebox
{
	background:#FFF;
	
	margin:20px auto;
	overflow:hidden;
	position:relative;
}
.servicebox img { width:100%;}
.servicename
{
	background:#FFF;
	color:#000;
	padding:15px 5px;
	border-top:4px solid #3498DB;
	
	height:90px;
}
.servicename img { width:auto !important; float:right; margin-top:-5px; }
.servicename p { margin:0; padding-top:3px; }
.servicename a { color:#3498DB; text-decoration:none; font-size:15px; text-transform:uppercase; }



.about { padding-top:10px;  }

.about h2 { margin:30px 20px; padding-left:20px; border-left:4px solid #a51d21; }
.about h2 span { color:#a51d21; }
.about h3 { color:#000; margin:20px 0 20px; font-size:18px; }
.about h4 { color:#000; margin:20px 0 20px; }
.about h4 img { margin-top:-5px; }
.about p 
{
	font-size:13px;
	line-height:28px;
	color:#373737;
	text-align:justify;
}
.about p span { color:#a51d21; }
.parallax
{
	background:url(../images/paral.jpg) center fixed;
	background-size:cover;
	text-align:center;
	margin:auto;
	color:#FFF;
	padding:200px 0 170px;
}	
.parallax h2
{
	padding:0 0 20px; margin:0;
	color:#FFF;
	font-size:45px;
	text-transform:uppercase;
}
.parallax h3 { color:#fff; }
.parallax p
{
	margin-top:20px;
	line-height:30px;
	font-size:18px;
	padding-bottom:0; margin-bottom:0;
}
.infra
{
	padding:50px 0 100px;
	background:#F8F8F8;
	color:#000;
}
.infra h2
{
	color:#000;
	padding-left:15px;
	border-left:3px solid #a51d21;
}




.infra #myCarousel .col-md-4{
	position: relative;
	min-height: 1px;
	padding-right: 0;
	padding-left: 0;
}
.infra .carousel-control.right {
   background-image:none !important;
   filter:none !important;
   border-radius:0;
   color:#a51d21;
}
.infra #myCarousel{
	margin-top:50px;
}
.infra .carousel-control {
	background-color:transparent !important;
	border:1px solid #a51d21;
	font-size: 1.5em;
	height: 32px;
	line-height: 1.4;
	margin: -55px 2px 0px 1112px;
	padding: 0px 0px;
	width: 32px;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-0-transition: color .2s;
	transition: color .2s;
	border-radius: 3px;
	opacity: 1 !important;
	bottom:-50px !important;
	top:auto;
	right:47%;
}
.infra .carousel-control:hover{
	opacity:0.8 !important;
}

.infra .abab {
	margin: -55px 38px 0px;
	 background-image:none !important;
   filter:none !important;
}
.infra img { border:2px solid #ffcd05; }


/* ---- whatsapp ---- */
.whatsapp {
    bottom: 58px;
    height: 64px;
    min-height: 64px;
    min-width: 64px;
    overflow: hidden;
    position: fixed;
    right: 15px;
    width: 64px;
    z-index: 2147483600;
    filter: drop-shadow(1px 1px 2px 
    rgba(0,0,0,0.1));
}
.fa.fa-whatsapp {
    font-size: 47px !important;
    color: #3ec050 !important ;
}

/* ---- Slider infinite ---- */
.tech-slideshow {
  height: 200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.tech-slideshow > div {
  height: 200px;
  width: 2526px;
  background: url(../images/bottom.jpg) repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin:50px 0;
  transform: translate3d(0, 0, 0);
}
.tech-slideshow .mover-1 {
  animation: moveSlideshow 12s linear infinite;
}
.tech-slideshow .mover-2 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  background-position: 0 -200px;
  animation: moveSlideshow 15s linear infinite;
}
.tech-slideshow:hover .mover-2 {
  opacity: 1;
}

@keyframes moveSlideshow {
  100% { 
    transform: translateX(-66.6666%);  
  }
}

/* ---- Footer ---- */
.footer
{
	background:#505050;
	background-size:cover;
	padding:40px 0 40px; 
	border-top:2px solid #ffcd05;
	font-size:13px;
	color:#FFF;
}
.footer h4{ color:#ffcd05; font-size:20px;margin-bottom:20px;}
.footer a { color:#FFF; } 
.footer a:hover { color:#ffcd05; text-decoration:none; }
.footer ul
{
	padding:0;
}
.footer ul li { list-style:none; margin-bottom:5px; }

/* ---- Sidebar ---- */
.sidebar {}
.sidebar ul
{
	padding:0;
}
.sidebar li 
{ 
	padding:15px 0 15px 20px;
	border-bottom:1px solid #f2f2f2;
	font-size:13px;
}
.sidebar li a { color:#999; display: block; }
.sidebar li a:hover { color:#a51d21; text-decoration:none; }
.sidebar li:first-child
{
	font-size: 18px;
    color: #000;
    background: #ffcd05;
    margin-top: 36px;
}
.sidebar li:last-child { border:0; }



/*---- Inner ----*/
nav.navbar.bootsnav ul.nav > li > a{padding: 25px 26px;}
.navspace
{
	height:40px;
	background:#FFF;
}
.breads
{
	background:#FFF;	
	padding:20px 0;
	
	border-bottom:1px solid #E3E3E3;
}
.breads h1
{
	font-size:30px; border-left:4px solid #333; padding-left:10px;
}
.breads h1 span {color:#a51d21}
.breadcrumb 
{
	background:#FFF;
	padding:0;
	margin:0;
	float:right;
	margin-top:10px;
}

.right-side
{
	padding:20px 0;
}
.right-side h1 { padding-left:20px; border-left:3px solid #000; margin:20px 0 30px; }
.right-side h1 span { color:#a51d21; }
.inner .col-sm-9 { border-left:1px solid #f2f2f2; }
.inner .col-sm-3 { padding-right:0; }

.right-side img{ margin-bottom:30px; }
.right-side p { text-align:justify; color:#8C8C8C; line-height:30px; }

.right-side h2 { padding-left:20px; border-left:3px solid #000; margin:20px 0; }
.right-side h2 span { color:#a51d21; }
.right-side ul { padding:0; }
.right-side ul li { margin-bottom:10px; color:#8C8C8C; }


.contact { padding:50px 0; }
.contact p { color:#8C8C8C; text-align:justify; }
.contact-table { font-size:13px; margin-bottom:20px; }
.contact-table tr { border:1px solid #ccc; }
.contact-table tr td { padding:10px 20px; border-right:1px solid #ccc; }
.contact-table i { font-size:16px; color:#a51d21 ; }

.contact input, .contact textarea
{
	border:1px solid #ccc;
}
.contact input
{
	padding:10px;
	margin-bottom:20px;
	height:50px;
	width:60%;
}
.contact textarea
{
	padding:10px;
	margin-bottom:20px;
	height:150px;
}
.contact button
{
	padding:10px 20px;
	color:#000;
	background:#ffcd05;
	border:0;
	border-radius:4px;
	text-transform:uppercase;
}
.contact h1 { padding-left:20px; border-left:3px solid #000; margin:0px 0 30px; }
.contact h1 span { color:#3498db; }
.full-form
{
	margin:auto;
}
.full-form input, full-form textarea { width:100%; }
	


.products { margin-top:20px; }
.products img 
{ 
	padding:0px; 
	border:1px solid #E3E3E3;
	width:100%; 
	margin:0 auto;
	background:#f9f9f9;
}
p.prod-name 
{
	margin:0px 0 0px;
	padding:5px;
	text-align:center;
	color:#16242E;
	font-size:13px;
	font-weight:bold;
	border-top:0;
}
p.prod-code
{
	text-align:center;
	margin:0 0 30px;
	line-height:15px;
}


/*  popup box  */


#popupBox {background:#fff;display:none;border:3px solid #ccc;}
#popupBox2, #popupBox3 {background:#fff;display:none;}
#popupBox2 td, #popupBox3 td {background:#fff;padding:0}
#popupBox2 .popupContent {}
.contentBox {overflow-y:scroll;height:270px}
.popupContent {background:#fff;}
.popupContent .popClose {float:right;display:block;height:16px;width:16px;background:url(img/closeBut.jpg) no-repeat;text-indent:-9000px}
.popupClose {display:block;position:absolute;top:5px;right:5px;height:16px;width:16px;text-indent:-9000px;background:url(img/closeBut.jpg) no-repeat}
.galleryTitle {font-size:14px;text-align:center;}
.galleryTitle h2 { display:none; }
.popupContent .pop2 {font-size:1.2em;text-align:center;padding:30px}
.popupContent .galleryTitle {position:relative}
.galleryControls {overflow:hidden;line-height:40px}
.galleryControls a {font-size:14px;font-weight:bold;text-decoration:none;color:#3498DB;text-transform:uppercase}
.galleryControls .prev {float:left;margin-left:20px; margin-top:20px;}
.galleryControls .next {float:right;margin-right:20px; margin-top:20px;}
.galleryControls p {text-align:center; display:none;}
.imageDesc {min-height:50px;line-height:15px;text-align:left}
.imageDesc p {padding:5px 10px;color:#fff;font-size:12px}
.popupBtns {padding:20px}
.popupBtns input {margin-right:20px;font-size:14px;}
#wrap {margin:0 auto;background:#ffffff;padding:0;overflow:hidden;text-align:center;font-size:13px}
.box {height:50px;width:50px;float:left;margin:20px;border:1px solid green;cursor:pointer}
#wrap a img {cursor:pointer}
#fixedGallery table { background:#FFF; }
td { padding:5px; }
.pop2 {display:none}


#fixedGallery .popupContent {background:#f3f3f3}
#fixedGallery .popupTL {background:url(img/popupTL.png) no-repeat;_background:none}
#fixedGallery .popupTR {background:url(img/popupTR.png) no-repeat;_background:none}
#fixedGallery .popupBL {background:url(img/popupBL.png) no-repeat;_background:none}
#fixedGallery .popupBR {background:url(img/popupBR.png) no-repeat;_background:none}
<!--#fixedGallery .popupTM {background:url(img/popupGT.png) repeat-x;_background:none}!-->
#fixedGallery .popupBM {background:url(img/popupGB.png) repeat-x;_background:none}
#fixedGallery .popupML {background:url(img/popupGL.png) repeat-y;_background:none}
#fixedGallery .popupMR {background:url(img/popupGR.png) repeat-y;_background:none}

#fixedGallery .popupTL div {_background:url(img/popupTL.png) no-repeat;width:100%;height:100%}
#fixedGallery .popupTR div {_background:url(img/popupTR.png) no-repeat;width:100%;height:100%}
#fixedGallery .popupBL div {_background:url(img/popupBL.png) no-repeat;width:100%;height:100%}
#fixedGallery .popupBR div {_background:url(img/popupBR.png) no-repeat;width:100%;height:100%}
<!--#fixedGallery .popupTM div {_background:url(img/popupGT.png) repeat-x;width:100%;height:100%}!-->
#fixedGallery .popupBM div {_background:url(img/popupGB.png) repeat-x;width:100%;height:100%}
#fixedGallery .popupML div {_background:url(img/popupGL.png) repeat-y;width:100%;height:100%}
#fixedGallery .popupMR div {_background:url(img/popupGR.png) repeat-y;width:100%;height:100%}

.hvr-grow { display:block;box-shadow: 0 0 10px rgba(0,0,0,0.2); }
@media (max-width: 1199px) {
	.large-above-menu .contact-info i
	{
		font-size: 18px;
		height: 40px;
		line-height: 40px;
		margin-top: 5px;
		width: 40px;
	}
	.large-above-menu .contact-info li
	{
		padding-left:10px;
	}
	.important { font-size:13px; }
	
}
@media (min-width: 992px) and (max-width: 1199px)
{
	.top-margin { margin-top:200px; }
	nav.navbar.bootsnav ul.nav > li > a {
    padding: 22px 13px;
}
}

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
	.site-header .container { width:100%; }
	.site-header .container { overflow:hidden; }
	.top-margin { display:none; }

 .whatsapp {
    bottom: 58px !important;
    position: fixed !important;
    right: 15px !important;
   
    z-index: 999999;
    filter: drop-shadow(1px 1px 2px 
    rgba(0,0,0,0.1));
	
	
}
   .fa-whatsapp {
    font-size: 47px !important;
    color: #3ec050 !important ;
	width: 64px !important;
	line-height:64px !important;
	height: 64px !important;
	text-align:center !important;
	 
   }
}

@media (max-width: 940px)
{
	.large-above-menu { display:none; }
	.full-width .preheader-wrap {
		height: 100px;
	}
	.slide-text { top:20%; }
	.full-width .logo-wrap { padding-top:5px; }
	.top-mail{ display:block !important; float:right;}
	.top-mail .fa{ color:#ffcd05;}
}



@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
	}
	.sidebar { display:none; }
	.slide-text { display:none; }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}
@media  (max-width: 360px)
{
	.full-width.logo-background .logo { width:75%; }
	nav.navbar.bootsnav { margin-top:-90px; }
	/*button[aria-expanded="true"]
	{
		position: fixed !important;
		right: 20px;
		top: -3px !important;
		z-index: 99999999;
	}*/
	nav.navbar.bootsnav.navbar-mobile .navbar-collapse { width:200px; }
	.slide-text { top:5%; }
	.slide-text > p { line-height:14px; margin-bottom:5px }
	body.side-right > .wrapper {margin-left:-200px; margin-right:200px;}
}


/* =============== Return to top Button ========== */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 30px;
    background:#a51d21;
	border:0;
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    display: none;
	box-shadow:1px 3px 7px 0px rgba(0,0,0,0.2); 
	border-radius:50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	
	 -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#return-to-top:hover {background:#16242e ;}
#return-to-top img {
    color: #fff;
    margin: 0;
    position: relative;
    left: 13px;
    top: 9px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover img {
    color: #fff;
    top: 6px;
}