*{
	margin: 0px;
	padding: 0px;
}
body {
	color: #e03f44;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
	font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}
/* ===================================
    Start Side Menu
====================================== */
.d-flex{
	display:flex;	
}
.d-flex1{
	display:flex;	
}
.menu-main{
	display: -ms-flexbox !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-ms-flex-align: right !important;
	align-items: right !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
    display: flex;
    align-items: center;
}
.call-us{
    display: -ms-flexbox !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-align: right !important;
    align-items: right !important;
    -ms-flex-pack: justify !important;
    justify-content: flex-end;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.call-us ul{
    list-style: none;
    margin-bottom: 0px;
}
.call-us ul li {
    display: inline-block;
    font-size: 16px;
    margin: 0px 0px 0px 20px;
    font-weight: 600;
}
/*.call-us ul li a{
   color: #222;
    text-decoration: none;
}*/ 
.call-us ul li a {
    background: #0098da;
    color: #fff;
    padding: 12px 12px;
    display: inline-block;
    transition: 0.4s;
}
.call-us ul li a:hover{
    background: #333;
    transition: 0.4s;
    text-decoration: none;
}
.top-bar {
    padding: 0px 0px 0px 0px;
    z-index: 9999;
    position: relative;
    width: 100%;
    background: white;
}	
.fixed-hedder.fixed {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1111;
    background-color: #fff;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}
.modal {
    z-index: 999999 !important;
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.logo-sticky{
	display: none;
	float: left;
	width:48px;
	padding: 5px 0px 5px 0px;	
}
.logo-sticky img{
	width:100%;	
}
.fixed-hedder.fixed .logo-sticky{
	display:none;	
}
.fixed-hedder.fixed .side-menu .navbar-nav{
	float:left;
	padding:0px 0px;	
}
.fixed-hedder.fixed .side-menu .navbar-nav li{
	padding:19px 24px;	
}
.fixed-hedder.fixed .side-menu .navbar-nav li ul li{
	padding:0px;	
}
.fixed-hedder.fixed .logo{
	width: 265px;
	padding: 5px 0px;
}
.fixed-hedder.fixed .logo img{
	width:100%;	
}	
.fixed-hedder.fixed .menu-main{
	padding:0px 0px 0px 0px;
}	
.fixed-hedder.fixed .side-menu .navbar-nav li:last-child a {
  padding-right: 0px;
}
.fixed-hedder.fixed .brochure-download-icon{
	display:none;
}
.fixed-hedder.fixed .logo-bar{
	background:#fff;
	padding: 0px 0px 0px 0px;
}		
.side-menu .navbar-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	width:100%;
	margin-top: 0px;
	text-align: left;
	display: inline-block;
}

.side-menu .navbar-nav li:first-child a i{
	font-size: 17px;
	padding-left: 6px;	
}
.side-menu .navbar-nav li:last-child{
	padding-right:0px; 
}
.side-menu .navbar-nav li:not(:last-child):not(.open) {
   
}
.side-menu .navbar-nav li:hover > ul {
	display:block;
}
.side-menu.side-menu-opacity{
    display: inline-block;
}
.side-menu ul ul {
	font-size:14px;
	display:none;
	position:absolute;
	z-index:100;
	width:292px;
	background:#fff;
	border-top:3px solid #d9261c;
	margin-top: 15px;
}
.side-menu .navbar-nav li ul li{
	display: block;
	text-align: left;
	padding:0px;	
}
.side-menu .navbar-nav li ul li a{
	border-bottom:1px solid #ccc;
	padding:12px 20px;
	text-transform: inherit;	
}
.side-menu .navbar-nav li ul li a:hover{
	border-bottom:1px solid #1f1a17;
	background:#1f1a17;
	color:#fff;	
}
.side-menu .navbar-nav li {
    float: none;
    display: inline-block;
    position: relative;
    padding: 2px 20px;
    text-transform: uppercase;
}

.side-menu .navbar-nav li a {
    display: block;
    color: #333;
    font-size: 16px;
    padding: 6px 0px;
    font-weight: 700;
    transition: all 0.3s ease-out;
    font-family: 'Raleway', sans-serif;
    position: relative;
}	
.side-menu .navbar-nav li a:hover{
	color:#1f1a17;
	text-decoration:none;
	outline:none;	
}
.side-menu .navbar-nav li a:focus{
	color:#1f1a17;
	text-decoration:none;
	outline:none;	
}
.side-menu .navbar-nav li a.active{
	color:#1f1a17;	
}
.side-menu .navbar-nav li a::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 0;
  height: 3px;
  background: #1f1a17;
  bottom: 0;
  left: 0;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
.side-menu .navbar-nav li a:hover::before, .side-menu .navbar-nav li a.active::before {
  width: 100%;
}
.side-menu .navbar-nav .dflt-btn{
	padding: 24px 0px;	
}
.side-menu .navbar-nav .dflt-btn a {
    margin: 0;
    padding: 8px 18px;
    font-size: 14px;
    width: auto;
    height: auto;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
	font-weight: 700;
	background: #82bc3b;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	letter-spacing: .2px;
	border-radius: 30px;
}
.side-menu .navbar-nav .dflt-btn a:hover{
	background: #82bc3b;
	color:#fff;
	-webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
	box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
	text-decoration:none;
	outline:none;
}
.side-menu .navbar-nav .dflt-btn a:focus{
	background: #82bc3b;
	color:#fff;
	-webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
	box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
	text-decoration:none;
	outline:none;
}

.side-menu .navbar-nav li:hover > .mega-dropdown-menu {
	display:block;
}
.side-menu .navbar-nav .mega-dropdown-menu ul{
	background:#f8f8f8;
	border-top:1px solid #00213a;
}
.side-menu .navbar-nav .mega-dropdown-menu li .mega-dropdown-menu li a::before {
    height: 2px;
    background: #483a6d;
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
    z-index: 100;
}
.side-menu .navbar-nav .mega-dropdown-menu li ul li:hover a::before {
    width: 100%;
    left: 0;
}
.side-menu .navbar-nav .mega-dropdown-menu {
    width: 100%;
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 0px 0 0px;
    margin: 0 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.side-menu .navbar-nav .mega-dropdown-menu li {
    position: static;
    vertical-align: bottom;
    display: table-cell;
    width: 1%;
    float: none;
    text-align: center;
    line-height: 20px;
    box-shadow: none !important;
}
.side-menu .navbar-nav .mega-dropdown-menu li a {
    position: relative;
    min-height: 140px;
    display: block;
    color: #483a6d;
    padding: 6px 1px;
    line-height: 20px;
    font-size: 14px;
}
.side-menu .navbar-nav .mega-dropdown-menu li a:hover {
    background: transparent;
    color: #012549;
}
.side-menu .navbar-nav .mega-dropdown-menu li a:focus {
    background: transparent;
    color: #012549;
}
.side-menu .navbar-nav .mega-dropdown-menu li a::before {
    height: 2px;
    background: #483a6d;
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
    z-index: 100;
}
.side-menu .navbar-nav .mega-dropdown-menu li:hover a::before {
    width: 100%;
    left: 0;
}
.side-menu .navbar-nav .mega-dropdown-menu .icon {
    width: 70px;
    height: 70px;
    display: inline-block;
}
.side-menu .navbar-nav .mega-dropdown-menu .icon1 {
    width: 90px;
    height: 90px;
    display: inline-block;
}
.side-menu .navbar-nav .mega-dropdown-menu p {
    display: block;
	margin:0px;
}
.side-menu .navbar-nav li span {
    display: none;
    cursor: pointer;
}

.side-menu .navbar-nav .simple-dropdown{
	display: none;
	position: absolute;
	z-index: 100;
	width: 199px;
	background:#fff;
	list-style:none;
}
.side-menu .navbar-nav .simple-dropdown ul {
    font-size: 14px;
    display: none;
    position: absolute;
    z-index: 100;
    width: 225px;
    top: 0;
    left: -225px;
	background:#fff;
	list-style:none;
}
.side-menu .navbar-nav .simple-dropdown ul ul {
    font-size: 14px;
    display: none;
    position: absolute;
    z-index: 100;
    width: 225px;
    top: 0;
    left: -225px;
	background:#fff;
	list-style:none;
}
.side-menu .navbar-nav li:hover > .simple-dropdown {
	display:block;
}
.side-menu .navbar-nav li .simple-dropdown li:hover > ul {
	display:block;
}
.side-menu .navbar-nav .simple-dropdown li{
	position:relative;
	width: 100%;
	box-shadow: none !important;
}
.side-menu .navbar-nav .simple-dropdown li a{
	color:#483a6d;
	padding: 8px 12px 8px 12px;
	border-bottom: 1px solid;
	font-size: 13px;
	text-align: center;
}
.side-menu .navbar-nav .simple-dropdown li a:hover{
	color:#fff;
	padding: 8px 12px 8px 12px;
	border-bottom: 1px solid;
	font-size: 13px;
	background:#ff480c;	
}
.fixed-hedder.fixed .simple-dropdown li a{
	padding: 6px 12px 6px 12px !important;	
}
.nav-contact-info{
	display:none;	
}
/* ===================================
    End Side Menu
====================================== */
.logo-bar{
	padding:4px 0px 5px 0px;
	width: 100%;
	position: relative;
}
.logo{
	padding:0px 0px 0px 0px;
	display:inline-block;
	width:300px;	
}
.logo img{
	width:100%;	
}
.logo a{
	text-decoration:none;
	outline:none;
	display:inline-block;	
}
.logo a:hover{
	text-decoration:none;
	outline:none;	
}
.logo a:focus{
	text-decoration:none;
	outline:none;	
}
.d-flex1{
	display: flex;
	align-items: center;
}
.logo p{
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	margin: 12px 0px 10px 12px;
	border-left: 1px solid #ff480c;
	padding: 5px 0px 5px 12px;
	vertical-align: top;
	font-size: 18px;
	font-weight: 500;	
}
.top{
	position: relative;
	padding: 5px 0px;
	background: #d9261c;
}
.top:before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    content: "";
    border-top: 78px solid rgb(31 26 23);
    border-right: 40px solid transparent;
}
.top-left ul{
	list-style: none;
	margin-bottom: 0px;
}
.top-left ul li{
	display: inline-block;
	padding: 0px 15px 0px 0px;
	font-family: 'Raleway', sans-serif;
}
.top-left ul li a{
	color: #fff;
	text-decoration: none;
}
.top-right {
    display: inline-block;
    float: right;
    vertical-align: middle;
}
.top-right ul{
	list-style: none;
	text-align: right;
	margin-bottom: 0px;
}
.top-right ul li{
	text-align: right;
	display: inline-block;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}
.top-right ul li a{
	    color: #d9261c;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 25px;
}
.fixed-hedder.fixed .side-menu .navbar-nav li a {
    color: #000;
    text-shadow: none;
}
.electric-heading{
    background: #0098da;
    position: relative;
    width: 100%;
    padding: 20px 0px;
    margin-bottom: 40px;
}
.electric-content h2 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}
.electric-content h3 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}
.home-slider{
	position: relative;
	overflow: hidden;
}
/*.home-slider:before{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 65%;
    height: 100%;
    content: "";
    z-index: 1;
    border-top: 500px solid rgb(31 26 23 / 79%);
    border-right: 150px solid transparent;
}*/
.slide-text {
    position: absolute;
    left: 10%;
    top: 30%;
    width: 50%;
    z-index: 9;
    
}
.slide-text h6{
    color: #fff;
    font-size: 36px;
    font-weight: 600;
        padding: 4px 5px 4px 5px;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    background: #d9261c;
}
.carousel-item img{
	width: 100%;
}
/*.slide-text-inner{
    border-left: 5px #8e2519 solid;
    padding-left: 20px;
    padding-bottom: 10px;
}*/
.carousel-control-next, .carousel-control-prev {
    z-index: 96 !important;
    opacity: 1 !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
	border:none !important;
}
.slide-text-inner h2{
    color: #fff;
    font-size: 36px;

}
.slide-text-inner p{
    color: #fff;
    font-size: 18px;

}
.carousel-control-next, .carousel-control-prev{
    opacity: 1;
    z-index: 9;
}
.carousel-control-prev {
    right: 28px;
    left: inherit;
    z-index: 9;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
    background-size: 80% 80%;
    border: 1px #fff solid;
    padding: 10px;

}
.slide-text-inner h4 a{
    border: 1px #fff solid;
    color: #fff;
    padding: 5px 12px;
    font-weight: 400;
    font-size: 16px;
    transition-duration: 0.2s;
}
.slide-text-inner h4 a:hover{
    background-color: #8e2519;
    transition-duration: 0.2s;
}
.top-form-heading{
    margin: 5px;
}
.top-content{
    background: #0098da;
    padding: 10px 0px;
    margin-bottom: 30px;
}
.top-form-heading h2 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom:0px;    
}
.top-form-heading h3 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    
}
.top-form-heading input {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 15px;
    border-radius: 0px;
    border: 1px #0098da solid;
}


.top-form-heading select {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 15px;
    border-radius: 0px;
    border: 1px #0098da solid;
}


.send_btn1 {
    background: #0098da;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 8px;
    border: none;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
}
.distrubition-section{
    position: relative;
    width: 100%;
    padding: 35px 0px;
}
.distrubition-left h2 {
    font-size: 24px;
    font-weight: 700;
}
.distrubition-left h3{
    font-size: 24px;
    font-weight: 600;
}
.distrubition-left p{
    position: relative;
    font-size: 16px;
    color: #222;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
    padding-left: 25px;
}
.distrubition-left p span {
    font-weight: 600;
    color: #0098da;
}
.distrubition-left p .fa{
    position: absolute;
    top: 4px;
    left: 0px;
    color: #0098da;
}
.distrubition-right img {
    width: 100%;
    border: 1px #bdbaba solid;
    padding: 5px;
}
.distrubition-button {
    background: #0098da;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px;
}
.distrubition-button a{
    color: #fff;
    text-decoration: none;
}
.distrubition-button a:hover{
    color: #fff;
    text-decoration: none;
}
.footer{
    position: relative;
    width: 100%;
    padding: 45px 0px;
    background: url(../image/footer-bg.png) no-repeat center top;
    background-size: cover;
}
.footer:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
        background: #0c5cb2;
/*    background: rgb(118 53 31);*/
}
.footer-section img{
    padding-bottom: 15px;
}
.footer-section h2{
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
.footer-section p {
    font-size: 15px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    padding-top: 6px;
}
.footer-section p a {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    display: inline-block;
}
.footer-section p .fa{
    position: absolute;
    top: 4px;
    left: 0px;
    border: 1px #fff solid;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.footer-section h4{
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}
.footer-section h5{
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}
.footer-section h6{
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}
.footer-section h4 span{
    color: #fff;
}
.footer-section hr {
    color: #fff;
    margin: 0px;
    height: 2px;
    width: 80px;
    background: #fff;
    position: relative;
}
.footer-section hr:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #d9261c;
    z-index: 9;
    left: -1px;
    top: -4px;
    position: absolute;
    border-radius: 50%;
}
.footer-section ul{
    list-style: none;
    margin-top: 25px;
}
.footer-section ul li{
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size:16px;
    padding-left: 50px;
    line-height: 34px;
    position: relative;
    transition: 0.4s;
    margin-bottom: 20px;
}
.footer-section ul li a{
    text-decoration: none;
    color: #fff;
    transition: 0.4s;
}
.footer-section ul li .fa {
    position: absolute;
    left: 0px;
    top: 1px;
    background: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    color: #000;
}
.footer-section ul li:hover{
    color: #fff;
    transition: 0.4s;
}
.footer-section ul li a:hover{
    color: #d9261c;
    transition: 0.4s;
}
.footer-section input {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 35px;
    border-radius: 0px;
    border: 1px #0098da solid;
}

.footer-section select {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 35px;
    border-radius: 0px;
    border: 1px #0098da solid;
}


.secondary-footer {
    position: relative;
    background: #0098da;
    padding: 15px 0px;
    border-top: 1px #fff dotted;
}
.copyright span{
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}
.copyright a{
    color: #d9261c;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.copyright a:hover{
    color: #d9261c;
    text-decoration: none;
    font-size: 16px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
/*  scroll css section here*/
.scrollup {
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:50px;
    right:40px;
    display:none;
    text-indent:-9999px;
    background: url(../image/icon_top.png) no-repeat;
    z-index: 9999999;
}
/*--------------------------------------------------------------
# Side Enquiry
--------------------------------------------------------------*/
.contact-btn {
    cursor: pointer;
    display: inline-block;
    position: fixed;
    left: -43px;
    top: 40%;
    z-index: 99;
    transform: translateY(-50%) rotate(270deg);
    -webkit-transform: translateY(-50%) rotate(270deg);
    -o-transform: translateY(-50%) rotate(270deg);
    -ms-transform: translateY(-50%) rotate(270deg);
    -moz-transform: translateY(-50%) rotate(270deg);
}
.contact-btn:hover{
    text-decoration: none;
}
.contact-bg {
    background: #d9261c;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 10px 15px 10px 15px;
    font-weight: 500;
    z-index: 10;
    -webkit-box-shadow: 0 0 13px 3px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 13px 3px rgba(0,0,0,0.1);
    box-shadow: 0 0 13px 3px rgb(0 0 0 / 10%);
}
.contact-form {
    background: #ffffff;
    height: 80%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    padding: 80px 30px 30px;
    width: 450px;
    position: fixed;
    left: -600px;
    top: 0;
    z-index: 9999999999;
}
.close-btn {
    background:#d9261c;
    color: #fff !important;
    cursor: pointer;
    font-weight: bold;
    padding: 7px 15px;
    position: absolute;
    right: 20px;
    top: 10px;
}
.contact-bg.active .contact-form{
    display: block;
    left: 0px;
}
.about-left h3{
    font-family: 'Raleway', sans-serif;
    color: #222;
    font-size: 36px;
    font-weight: 600;
}
.about-left h3 span{
    font-family: 'Raleway', sans-serif;
    color: #d9261c;
}
.contact-form input {
    width: 100%;
    border: 1px #d9261c solid;
    margin: 0px 0px 15px 0px;
    padding: 5px 5px;
}
.contact-form input, .contact-form textarea:focus-visible{
    outline: none;
}
.contact-form textarea {
    width: 100%;
    border: 1px #d9261c solid;
    margin: 0px 0px 35px 0px;
    padding: 5px 5px;
}
.btn2{
    background: #d9261c;
    padding: 5px 12px;
    color: #fff;
    border: none;
    transition: 0.4s;
}
.btn2:hover{
    background: #1f1a17;
    padding: 5px 12px;
    color: #fff;
    border: none;
    transition: 0.4s;
}
/* Social Media */
.sticky1-container {
    padding: 0;
    margin: 0;
    position: fixed;
    right: -160px;
    top: 50%;
    width: 200px;
    z-index: 99;
    transform: translateY(-50%)
}

.sticky1 li {
    list-style-type: none;
    background-color: #333;
    color: #efefef;
    height: 43px;
    padding: 0;
    margin: 0 0 1px 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer
    font-family: 'Raleway', sans-serif;
}

.sticky1 li:hover {
    margin-left: -115px;
    filter: url("data:image/svg+xml;utf8,<svgxmlns=\'http://www.w3.org/2000/svg\'><filterid=\'grayscale\'><feColorMatrixtype=\'matrix\'values=\'10000,01000,00100,00010\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0)
}

.sticky1 li img {
    float: left;
    margin: 5px 5px;
    margin-right: 10px
}
.sticky1 li a{
    text-decoration: none;
}

.sticky1 li p {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    line-height: 43px
}
.sticky1 a {
  display: flex;
  font-family: 'Raleway', sans-serif;
}
.gallery-section{
    position: relative;
    padding: 45px 0px;
    background: #f7f7f7;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom:;
    left: 0;
    width: 100%;
}
.swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1) !important;
}
.room-home img{
    width: 100%;
    transition: 0.5s;
}
.room-home {
    position: relative;
    border: 1px #a9a9a9 solid;
    margin-bottom: 25px;
    text-align: center;
}
.room-content h2 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
}
.room-home:hover img {
    opacity: 0.8;
    transform: scale(0.9);
    transition: 0.5s;
}
.book_table_btn {
    background: #01397c;
    color: #fff;
    border: 0;
    padding: 7px 14px;
    display: inline-block;
    margin-bottom: 25px;
}
.fixd-btn {
    animation: MoveUpDown 1s linear infinite;
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 9999;
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 20px;
  }
}

.years-section{
    position: relative;
    padding: 45px 0px;
    width: 100%;
    background-repeat: repeat;
    background: url(../image/bg.png);
}

.years-heading h2 {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.years-heading h2 span{
    color: #0098da;
}
.years-heading h2:before {
    position: absolute;
    content: '';
    height: 5px;
    border-bottom: 3px double #0098da;
    width: 100px;
    border-radius: 0px;
    left: 0;
    right: 0px;
    bottom: -10px;
    margin: auto;
}
.years-heading h3 {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0px;
    text-align: center;
}
.years-heading p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
}
.year-image img{
    width: 100%;
}
/*.get-in-touch{
    text-align: center;
}*/
.get-in-touch h2 {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
.get-in-touch h2 span{
    color: #01397c;
}
.get-in-touch h2:before {
    position: absolute;
    content: '';
    height: 5px;
    border-bottom: 3px double #01397c;
    width: 100px;
    border-radius: 0px;
    left: 0;
    right: 0px;
    bottom: -10px;
    margin: auto;
}
.get-in-touch label {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    width: 100%;
    text-align: left;
    color: #000;
    font-weight: 500;
}
.get-in-touch input{
    width: 100%;
}
.get-in-touch input {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 15px;
    border-radius: 25px;
    border: 1px #01397c solid;
    border-bottom: 5px #01397c solid;
}
.get-in-touch textarea {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 15px;
    border-radius: 45px;
    border: 1px #01397c solid;
    border-bottom: 5px #01397c solid;
}
.send_btn {
    background: #01397c;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 25px;
    border: none;
}
.room-section {
    position: relative;
    width: 100%;
    padding: 45px 0px;
    background: #e4fff5;
}
.why-icon ul{
    list-style: none;
    margin-bottom: 0px;
}
.why-icon ul li {
    display: inline-block;
    width: 18%;
    margin: 0px 15px 10px 0px;
    background: #fff;
    padding: 15px;
    min-height: 150px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    vertical-align: top;
    border: 1px #ddd solid;
}
.why-icon ul li img{
    max-width: 70px;
}
.comment-section{
    position: relative;
    padding: 45px 0px;
}
.comment-left {
    margin-top: 25px;
}
.comment-left h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.comment-left p {
    position: relative;
    font-size: 16px;
    color: #222;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
    padding-left: 25px;
}
.comment-left p .fa {
    position: absolute;
    top: 4px;
    left: 0px;
    color: #0098da;
}
.comment-left p span {
    font-weight: 600;
    color: #0098da;
}
.comment-right{
    margin-top: 25px;
}
.about-video {
    position: absolute;
    right: 123px;
    top: 30%;
}
.slide-play-button {
    height: 80px;
    width: 80px;
    border-radius: 40px;
    background-color: #ffffff;
    text-align: center;
    line-height: 80px;
    color: #0098da !important;
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding-left: 5px;
}
.slide-play-button:before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid white;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    box-shadow: 0 0 10px 2px #0098da;
}
.slide-play-button:after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid #0098da;
    border-radius: 50%;
    animation: animate-pulse 3s linear infinite;
    animation-delay: 1s;
    box-shadow: 0 0 10px 2px #0098da;
}
@keyframes animate-pulse{
    0%{
        box-shadow: 0 0 0 0 rgba(255,109,74,0.7),  0 0 0 0 rgba(255,109,74,0.7);
    }
    40%{
        box-shadow: 0 0 0 50px rgba(255,109,74,0.0),  0 0 0 0 rgba(255,109,74,0.7);
    }
    80%{
        box-shadow: 0 0 0 50px rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
    }
    
}

.about-video-modol .btn-close {
    box-sizing: content-box;
    width: 25px;
    height: 25px;
    padding: 0.25em 0.25em;
    color: #000;
        background: url(../image/close.png) center/1em auto no-repeat !important;
    border: 0;
    border-radius: 0.25rem;
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 9px;
    background-color: #f00 !important;
    border-radius: 50% !important;
    z-index: 99;
}
.about-video-modol .modal-header{
    padding: 0px;
}
.about-video-modol .modal-content {
    padding: 8px 8px 0px;
}
.about-video-modol.modal{
    top: 100px !important;
}
.video-background {
  background: #000;
  position: relative;
  width: 100%;
  overflow: hidden;
  clear: both;
  /*height: 550px;*/
  padding: 100px 0px;
}
.video-background:before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(0 0 0 / 40%);
    z-index: 9;
}
.video-foreground{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment-right img{
    width: 100%;
}
.gallery{
    position: relative;
    width: 100%;
    padding: 45px 0px;
}
.gallery-inner img {
    width: 100%;
    border: 1px #ddd solid;
    padding: 10px;
}
.poup-form {
    text-align: center;
    padding: 7px;
    border: none;
}
.modal-header{
    border-bottom: none !important;
}
.poup-form h2 {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
.poup-form h2 span{
    color: #01397c;
}
.poup-form h2:before {
    position: absolute;
    content: '';
    height: 5px;
    border-bottom: 3px double #0098da;
    width: 100px;
    border-radius: 0px;
    left: 0;
    right: 0px;
    bottom: -10px;
    margin: auto;
}
.poup-form label {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    width: 100%;
    text-align: left;
    color: #000;
    font-weight: 500;
}
.poup-form input{
    width: 100%;
}
.poup-form input {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 15px;
    border-radius: 25px;
    border: 1px #0098da solid;
    border-bottom: 5px #0098da solid;
}

.poup-form select {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 15px;
    border-radius: 25px;
    border: 1px #0098da solid;
    border-bottom: 5px #0098da solid;
}


.poup-form textarea {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 15px;
    border-radius: 45px;
    border: 1px #01397c solid;
    border-bottom: 5px #01397c solid;
}
.send_btn {
    background: #01397c;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 25px;
    border: none;
}
button.close {
    top: 5px;
    position: absolute;
    right: 5px;
    width: 35px;
    height: 35px;
    background: #0098da !important;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    line-height: 0;
    font-size: 16px;
    z-index: 999;
}
.product-section{
    position: relative;
    padding: 45px 0px;
    background: #e4fff5;
}
.product-inner{
    background: #fff;
    border: 1px #ddd solid;
    padding: 10px;
}
.product-inner img{
    width: 100%;
}
.product-inner h3 {
    font-size: 17px;
    font-weight: 700;
    margin-top: 9px;
}
.read-more-content {
  display: none;
}

.product-inner h6 {
    font-size: 15px;
    font-weight: 700;
    margin-top: 9px;
    color: #0098da;
}
.read-more{
    background: #0098da;
    color: #fff;
    padding: 8px 12px;
    display: inline-block;
    margin-top: 15px;
    font-family: 'Raleway', sans-serif;
}
.read-more:hover{
    color: #fff;
    text-decoration: none;
}
.enquiry_btn{
    background: #0098da;
    color: #fff;
    padding: 8px 12px;
    display: inline-block;
    margin-top: 15px;
    font-family: 'Raleway', sans-serif;
}
.enquiry_btn:hover{
    color: #fff;
    text-decoration: none;
}

.product-inner table{
    width: 100%;
    background: #fff;
}
.product-inner table th{
    background: #0098da;
    color: #fff;
    text-align: center;
    padding: 8px;
    font-family: 'Raleway', sans-serif;
}
.product-inner table td {
    border: 1px #ddd solid;
    font-size: 16px;
    padding: 5px;
    color: #222;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}
.breadcrumb1 img{
    width: 100%;
}
.thankyou {
    position: relative;
    padding: 50px 0px;
    background: #f7f7f7;
}
.thankyou-text-wrap h2 {
    color: #76351f;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 28px;
    text-transform: uppercase;
    text-align: center;
}
.thankyou-text-wrap h2:before {
    left: 0;
    right: 0;
    width: 13%;
    height: 2px;
    content: "";
    margin: auto;
    position: absolute;
    background-color: #76351f;
    top: 51px;
}
.thankyou-text-wrap h1 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
}
@media (max-width: 992px){
   .side-menu .navbar-nav li a{
    font-size: 12px;
}
.side-menu .navbar-nav li {
    padding: 24px 13px;
}
}

@media (max-width: 767px){
	/* ===================================
    Start Side Menu
====================================== */
.side-menu .bg-overlay{
    background: rgb(2 1 1 / 96%);
}
.side-menu .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.side-menu {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0px;
    bottom: 0;
    background-image: url(../images/side-menu-bg.jpg);
	/*background:#ff480c;*/
    background-size: cover;
    background-position: center;
    z-index: 9999999;
    height: 100vh;
    -webkit-transform: translate3d(100%, 0%, 0);
    transform: translate3d(100%, 0%, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    -webkit-transition:transform .5s ease;
    overflow: hidden;
}
.fixed-hedder.fixed .side-menu .navbar-nav li a{
	padding:14px 16px;	
}
.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
 .side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.header-appear ~ .side-menu .btn-close {
    top:50px;
}
.side-menu.before-side .btn-close{
    display: none;
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 0px;
    margin-top: -20px;
    display: inline-block;
	position:absolute;
	right:10px;
}
.download-brouchure a {
    padding: 6px 4px;
}
.download-brouchure a:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
    outline: none;
    transition-duration: 0.3s;
    transition: all 0.3s !important;
    transition-timing-function: ease-in-out;
	border-color: #fff;
}
.sidemenu_btn:hover{
	text-decoration:none;
	outline:none;	
}
.sidemenu_btn:focus{
	text-decoration:none;
	outline:none;	
}
.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #d9261c;
    display: block;
    margin: auto;
    transition: .5s ease;
}
.sidemenu_btn:hover span{
    background: #d9261c;
}
.sidemenu_btn:hover span:first-child,.sidemenu_btn:hover span:last-child{
    width: 70%;
}
.menu-main{
	padding-top:17px;	
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}
.side-menu .navbar-nav{
	margin:0px;
	width:100%;
	text-align:left;
	display: block;
}
.side-menu .navbar-nav li:first-child a{
	padding-left:16px;
}
.side-menu .inner-wrapper {
    /*padding: 44px 15px 0px 15px;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
	
	padding: 44px 15px 0px 15px;
	height: 100%;
	position: relative;
	overflow-y: auto;
	text-align: left;
}
.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}
.side-nav .navbar-nav li a{
    display: block;
    margin: 0px 0px;
    padding: 14px 16px;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
	border-bottom: 1px solid #f2f2f2ba;
}
.side-nav .navbar-nav li a:hover{
	color:#fff;	
}
.side-nav .navbar-nav li a:focus{
	color:#fff;	
}
.side-menu .navbar-nav li ul li a{
	color:#000 !important;	
}
.side-nav .navbar-nav li a:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav li a:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav li a:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav li a:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav li a:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav li a:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav li a:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav li a:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav li a:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav li a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
	color:#fff;
}
.side-nav .navbar-nav li {
    display: block;
    color: #fff;
    padding:0px 0px;
    position: relative;
    border-radius: 0;
    font-family: 'Raleway', sans-serif;
	box-shadow:none !important;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.side-menu .navbar-nav li span {
    display: block;
	color: #000;
	padding: 9px 16px;
	font-size: 21px;
	z-index: 1;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 100%;
	text-align: right;
}
.side-menu .navbar-nav li span:before{
	content:"";
	background:#f9f9f9;
	width: 50px;
	height: 46px;
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: -1;
}
.side-menu .navbar-nav li span .fa{
    line-height: 42px;
}	
.side-menu ul ul{
	width:100%;	
}

.side-menu .navbar-nav li a .fa{
	display:none;	
}
.side-menu .navbar-nav li:hover > .mega-dropdown-menu {
	display:none;
}
.side-menu .navbar-nav li:hover > ul{
	display:none;
}
.side-menu .navbar-nav .simple-dropdown{
	right: 0;
    left: auto;
    width: 100%;
    overflow: scroll;
}
.side-menu .navbar-nav .simple-dropdown li a{
	/*padding:15px 12px 15px 12px;*/	
}
.side-menu .navbar-nav .simple-dropdown li a:focus{
	color:#000;	
}
.side-menu .navbar-nav .mega-dropdown-menu {
    right: 0;
    left: auto;
    width: 100%;
    overflow: scroll;
}
.side-menu .navbar-nav .mega-dropdown-menu li {
    position: relative;
    width: 100%;
    display: block;
	text-align: left;
}
.side-menu .navbar-nav .mega-dropdown-menu li a {
    min-height: auto;
    background: #fff;
    padding: 3px 5px;
}
.side-menu .navbar-nav .mega-dropdown-menu .icon {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    background-position: center center;
    background-size: cover;
}
.side-menu .navbar-nav .mega-dropdown-menu li:hover .icon {
    width: 50px;

    height: 50px;
    background-position: center center;
    background-size: cover;
}
.side-menu .navbar-nav .mega-dropdown-menu p {
    display: inline-block;
    vertical-align: top;
    margin: 19px 0px 0px 15px;
    font-size: 14px;
}
.fixed-hedder.fixed .sidemenu_btn {
    margin-top: -15px;
}
.logo p{
	margin: 0px 0px 0px 15px;
	padding: 1px 0px 0px 0px;
	font-size: 14px;
	border-left: 0px solid #ff480c;
	width: 200px;
}
.logo img {
    width: 100%;
}
.logo {
    width: 130px;
}
.call-us ul li:nth-child(2) a {
    padding: 7px 8px;
}
.call-us ul li {
    font-size: 10px;
    margin: 0px 0px 0px 1px;
}
.electric-content h2 {
    font-size: 22px;
}
.electric-content h3 {
    font-size: 20px;
}
.distrubition-left h2 {
    font-size: 20px;
}
.distrubition-left h3 {
    font-size: 20px;
}
.why-icon ul li {
    width: 47%;
    margin: 0px 5px 10px 0px;
    padding: 7px;
    min-height: 125px;
    font-size: 12px;
}
.fixed-hedder.fixed .logo {
    width: 141px;
    padding: 5px 0px;
}
.why-icon ul li img {
    max-width: 50px;
    margin-bottom: 5px;
}
.year-image {
    margin-bottom: 20px;
}
.get-in-touch {
    margin-bottom: 20px;
}
.track-toggle-track-ship li:first-child {
    width: 69%;
}
.track-toggle-track-ship li:nth-child(2) {
    width: 18%;
}
.track-toggle-track-ship li .trackfeild{
	font-size: 11px;
	padding: 0px 0px 0px 44px;
	height:36px;	
}
.track-toggle-track-ship li .mybtn{
	height:36px;
	font-size:14px;	
}
.track-toggle-form .btn-close{
	right:14px;	
}
.top-right {
    display: none;
    float: right;
    vertical-align: middle;
}
.slide-text {
    position: absolute;
    top: 4%;
    width: 65%;
    z-index: 1;
 }
.slide-text h6 {
    font-size: 14px;
 }
 .slide-text-inner p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}
.slide-text-inner h4 a {
    font-size: 12px;
}
.home-slider:before {
    width: 85%;
 }
 .top-left {
    text-align: center;
}
 .top-right ul {
    text-align: center;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 1!important;
    opacity: 1 !important;
}
.top {
    display: none;
}
.carousel-indicators {
    z-index: 1 !important;
}
.fixed-hedder.fixed .logo-bar {
    background: #fff;
    padding: 1px 0px 15px 0px;
}
.fixed-hedder.fixed .side-menu .navbar-nav li {
    padding: 3px 0px;
}
.fixed-hedder.fixed .side-menu .navbar-nav li span:before {
    width: 50px;
    height: 52px;
    top: -6px;
}
.contact-form {
    width: 288px;
    height: 80%;
}
.about-left h3 {
    font-size: 26px;
}
.footer {
    padding: 35px 0px 20px;
}
.call-us ul li a {
    padding: 7px 4px;
}
}
@media (max-width: 576px){
.slide-text-inner p {
    font-size: 11px;
    line-height: 15px;
}
.slide-text h6 {
    font-size: 14px;
    margin-bottom: 2px;
}
}


.footer-newsletter {
    background-image: url(../image/corsa/start-a-project-background.jpg);
    background-attachment: fixed;
    margin-top: 4%;
    padding: 100px;
        position: relative;
}

video#myVideo {
    width: 100%;
    border: 3px solid #0098da;
    padding: 10px;
}
.abt-text {
    padding-top: 30px;
    text-align: justify;
}

.news-data {
    text-align: center;
    color: #fff;
}


.footer-newsletter::before {
    background: rgb(0, 152, 218, 0.8) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
}

.icon-box {
    text-align: center;
}

.img-box img {
    background-color: #fff;
     padding: 15px; 
    border-radius: 80px;
    /* box-shadow: 2px 2px #a9a1a1; */
    box-shadow: 0 17px 30px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
}

section.abt3 {
    padding: 20px 30px 40px 30px;
}

.news-data h3 { font-size: 40px;}
.news-data h2 { font-size: 50px;}

@media screen and (min-width: 768px) {
    .logo img{width: 80%;}
    .fixed-hedder.fixed .logo img{width: 60%;}
    .why-icon ul li{min-height: 220px !important;}
    .why-icon ul li img{margin-bottom: 20px;}
}

@media screen and (max-width: 768px) {
    .footer-newsletter{padding: 50px 10px 50px 10px;}
    .why-icon ul li i {
    background: #0098da !important;
    font-size: 23px !important;
    padding: 15px !important;
    border-radius: 55px !important;
    color: #fff !important;
    width: 32% !important;
    margin-bottom: 20px !important;
    max-width: 70px !important;
}

.news-data h2 {
    font-size: 40px;
}


.news-data h3 {
    font-size: 30px;
}

}


.why-icon ul li i {
 background: #0098da;
    font-size: 34px;
    padding: 15px;
    border-radius: 41px;
    color: #fff;
    width: 40%;
    margin-bottom: 20px;
    max-width: 70px;
}

.thankyou {
    position: relative;
    padding: 50px 0px;
    background: #f7f7f7;
}

.thankyou-text-wrap h2 {
    color: #0098da;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 28px;
    text-transform: uppercase;
    text-align: center;
}
.thankyou-text-wrap h2:before {
    left: 0;
    right: 0;
    width: 13%;
    height: 2px;
    content: "";
    margin: auto;
    position: absolute;
    background-color: #0098da;
    top: 51px;
}