
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

body {
  background: #FFFFFF;
  font-weight: 400;
  color: #282828;
  line-height: 28px;
  	font-size:16px;
  font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
p {
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-weight: 400;
    line-height: 26px;
    font-size: 15px;
    letter-spacing: .5px;
    color: #292929;
}

a {
  
}
a:hover,
a:focus {
  text-decoration: none;
}


.heading-title h2{
	font-weight: 900;
	font-size:34px;
	color: #08b3c8;
	margin-bottom:20px;
}
.heading-title h2 > span{
	color:#dd141f;
}
.heading-title h2:after{
	content: "";
	width:140px;
	height:2px;
	background:#666;
	display:block;
	margin:0 auto;
	text-align:center;
	margin-top:10px;
}

.more-btn{
	background:#dd141f;
	display: table;
	color:#fff;
	padding:8px 18px;
	border-radius:20px;
	box-shadow:0px 3px 15px #999;
	outline: none;
    border: 0px;
}
.more-btn:hover{
	color:#fff;
	box-shadow:0px 5px 20px #555;
}
.more-btn:focus {
    color: #fff;
    text-decoration: none;
	outline:none;
}

.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 44px;
  color: #4F4F4F;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
  border-bottom: 2px solid #FEDE00;
  display: inline-block;
}
.section-header .section-title:before {
  content: "";
  background-image: url('../images/');
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 4px;
}





.hvr-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

[class^="hvr-"] {
    color: #fff;
    padding: 6px 18px;
    display: inline-block;
    font-size: 17px;
    cursor: pointer;
    text-decoration: none;
	line-height: 1.42857;
	border-width: 0;
	border-radius:22px;
    border-style: solid;
    border-color: transparent;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}

/*---------------------------------------------------------------

19. HEADER (top part of page)

---------------------------------------------------------------*/

.site-header {
    position: relative;
    z-index: 999;
}
.site-header ul,
.site-header ol {
    margin-bottom: 0;
}
/*without top bar*/

.extra-nav {
    float: right;
    padding: 25px 0;
    position: relative;
    z-index: 9;
}
.extra-nav .extra-cell {
    display: inline-block;
}
@media only screen and (max-width: 767px) {
    .extra-nav {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 480px) {
    .extra-nav {
        width: 100%;
        clear: both;
        margin: 0;
		margin-right: 5px;
        text-align: right;
    }
}
/* map page header*/

#header-part.fix-map-header {
    height: 90px;
}
#header-part.fix-map-header .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
@media only screen and (max-width: 480px) {
    #header-part.fix-map-header {
        height: 160px;
    }
}
/*---------------------------------------------------------------

20. PAGE TOP BAR (left & right content)

---------------------------------------------------------------*/

.top-bar {
    background-color: #ebebeb;
    color: #000;
    padding: 1px 0;}
.top-bar .fa {
    vertical-align: middle;
    padding: 3px;
    width: 22px;
    height: 22px;
    text-align: center;
	color: #dd141f;
}
.dez-topbar-left {
    float: left;
}
.dez-topbar-right {
    float: right;
}

.dez-topbar-right1 {
    float: right;
}

.dez-topbar-right1 img{
    margin-right: 40px;
}

.dez-topbar-center,
.dez-topbar-left,
.dez-topbar-right,
.dez-topbar-right1 {
    padding-left: 15px;
    padding-right: 15px;
}
@media only screen and (max-width: 767px) {
    .top-bar [class*="col-"] {
        width: 100%;
        text-align: right;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .top-bar [class*="col-"]:last-child {
        border-bottom: none;
    }
}
/*=== >eamil-phone (left) ===*/

.e-p-bx li {
    display: inline;
    font-size: 12px;
    padding-right: 10px;
}
.e-p-bx li a {
    color: #FFF;
}
.e-p-bx li i {
    margin-right: 10px;
    vertical-align: middle;
}
/*=== >social-links (right) ===*/

.social-bx,
.login-bx {
    margin: 0 0 0 15px;
    float: right;
}
.social-bx li,
.login-bx li {
    margin: 0;
    position: relative;
	font-family: 'Montserrat', sans-serif;
}
.social-bx li {
    padding-left: 20px;
    padding-right: 2px;
}
.social-bx li a,
.login-bx li a {
    color: #ffffff;
}
.social-bx li i,
.login-bx li i {
    vertical-align: baseline;
    margin: 0 1px 0 0;
}
.social-bx li span,
.login-bx li span {
    vertical-align: baseline;
    margin: 0 2px 0;
    font-size: 8px;
}
.login-bx li ul {
    top: 25px;
    left: auto;
    right: 0;
    border: none;
    padding: 0;
}
.login-bx li ul li {
    border-bottom: 1px solid #F7F7F7;
}
.login-bx li ul li a {
    color: #767676;
    padding: 9px 15px;
}
.arrow-up-border:before,
.arrow-up:after {
    position: absolute;
    display: inline-block;
    content: '';
}
.arrow-up-border:before {
    top: -7px;
    right: 19px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #F00;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
}
.arrow-up:after {
    top: -6px;
    right: 20px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
}
.arrow-left:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.arrow-left:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}
/*=== >language-list () ===*/

.language-bx li {
    display: inline;
    margin: 0 10px;
}
/*---------------------------------------------------------------

21. LOGO ( company identify  symbol )

---------------------------------------------------------------*/
/*=== >logo for header ===*/

.logo-header {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    font-size: 36px;
    color: #EFBB20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
       width: 354px;
    height: 109px;
    position: relative;
    z-index: 9;
}
.logo-footer {
    display: table;
    vertical-align: middle;
    padding: 0;
    font-size: 36px;
    color: #EFBB20;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    width: 240px;
    height: 60px;
}
.logo-header > a,
.logo-footer > a {
    display: table-cell;
    vertical-align: middle;
}
.logo-header.center-block {
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.logo-header img,
.logo-footer img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.logo-header span,
.logo-footer span {
    font-size: 20px;
    color: #EFBB20;
    letter-spacing: 20px;
}
/*= When header is sticky =*/

.is-fixed .logo-header,
.is-fixed.header-curve .logo-header {
    width: 321px;
}

/*= Set width for mobile  =*/

@media only screen and (max-width: 767px) {
    .logo-header,
    .is-fixed.header-curve .logo-header {
               width: 255px;
    }
    .is-fixed .logo-header a img,
    .is-fixed.header-curve .logo-header a img {
        vertical-align: sub;
    }
}
/*---------------------------------------------------------------

22. MAIN BAR ( place logo & main-navigation )

---------------------------------------------------------------*/
.logo-header {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


.bg-primary{
	background-color: #dd141f;
}

.main-bar {
    /*background: #FFFFFF;*/
    width: 100%;
    position: relative;
}
.main-bar .container {} .header-curve .logo-header:before,
.header-curve .logo-header:after {
    background-color: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    height: 120%;
    z-index: -1;
}
@media only screen and (max-width: 480px) {
    .header-curve .logo-header:before,
    .header-curve .logo-header:after {
        height: 110%;
    }
}
.header-curve .logo-header:before {
    right: -50px;
   width: 80%;
    /* border-right: 7px solid;*/

 /*   -webkit-border-image:       -webkit-gradient(linear, 0 100%, 0 0, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image:      -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:      -moz-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;  
    -o-border-image:      -o-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;*/
    border-image: linear-gradient(top, rgba(235,235,235,1) 0%, rgba(140,140,139,1) 100%);

	

    border-width: 7px;
    border-style: solid;
    -webkit-border-image: 
      -webkit-gradient(linear, 0 100%, 0 0, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: 
      -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:
      -moz-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;  
    -o-border-image:
      -o-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;
    border-image:  linear-gradient(to top, #8c8c8b, rgb(235, 235, 235)) 1 100%;

	
	
    -webkit-transform: skew( 30deg);
    -moz-transform: skew( 30deg);
    -o-transform: skew( 30deg);
    -ms-transform: skew( 30deg);
    transform: skew(30deg);
}
.header-curve .logo-header:after {
    right: 10%;
    width: 2000px;
}
.header-curve .logo-header img {
    margin-top: -20px;
}
.is-fixed.header-curve .logo-header img {
    margin-top: -0;
}
@media only screen and (max-width: 767px) {
    .header-curve .logo-header:after {
        right: 0;
        left: auto;
    }
}
/*---------------------------------------------------------------

23. NAVIGATIONS 

	>mena-menu

	>mobile-menu

	>footer-menu

---------------------------------------------------------------*/
/*== >mena-menu ==*/

.navbar-toggle {
    border: 2px solid #EFBB20;
    margin: 24px 0 24px 15px;
    padding: 12px 10px;
	border-radius: 1px;
}
.navbar-toggle span {
    background: #666;
}
.is-fixed .navbar-toggle {
    margin: 14px 0;
}
.header-nav {
    position: relative;
    padding: 0;
}
.header-nav .nav {
    float: right;
}
.header-nav .nav i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
    opacity: 0.7;
}
.header-nav .nav > li {
    margin: 0px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}
.header-nav .nav > li > a {
    border-radius: 0px;
    color: #555555;
    font-size: 15px;
    font-weight: 400;
    padding: 35px 12px;
    cursor: pointer;
}
.header-nav .nav > li > a:hover {
    background-color: transparent;
    color: #efbb20;
}
.header-nav .nav > li > a:active,
.header-nav .nav > li > a:focus {
    background-color: transparent;
}
.header-nav .nav > li.active > a,
.header-nav .nav > li.current-menu-item > a {
    background-color: transparent;
    color: #EFBB20;
}
.header-nav .nav > li:hover > a {
    color: #EFBB20;
}
.header-nav .nav > li:hover > .sub-menu,
.header-nav .nav > li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
  /*  margin-top: 0;*/
/*    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
	
	transform: scale(0) rotate(0deg);
    -webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
    -webkit-transform: scale(1.0) rotate(0deg);
    transform: scale(1.0) rotate(0deg);
}
.header-nav .nav > li .sub-menu {
    background-color: #ffffff;
    border: 1px solid #f4f4f4;
    display: block;
    left: 0;
    list-style: none;
    margin: 1px 0 0;
    opacity: 0;
    padding: 0px;
    position: absolute;
    visibility: hidden;
    width: 220px;
    z-index: 10;
}
.header-nav .nav > li .sub-menu li {
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}
.header-nav .nav > li .sub-menu li a {
    color: #777777;
    display: block;
    font-size: 14px;
    padding: 5px 15px;
    text-transform: uppercase;
    transition: all 0.15s linear;
}
.header-nav .nav > li .sub-menu li a:hover {
    background-color: #F2F2F2;
    color: #1967b1;
    text-decoration: none;
}
.header-nav .nav > li .sub-menu li:hover > a {
    color: #1967b1;
}
.header-nav .nav > li .sub-menu li:last-child {
    border-bottom: 0px;
}
.header-nav .nav > li .sub-menu li .fa {
    color: #363636;
    display: block;
    float: right;
    position: absolute;
    right: 10px;
    top: 12px;
}
.header-nav .nav > li .sub-menu li > .sub-menu {
    left: 220px;
    margin: 0 0 0 20px;
	
	transform: scale(0) rotate(0deg);
    -webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	
 /*   -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
	
}
.header-nav .nav > li .sub-menu li:hover > .sub-menu {
    left: 220px;
    margin: 0px;
    opacity: 1;
    top: -1px;
    visibility: visible;
}
.header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
    background-color: transparent;
    bottom: 0px;
    content: '';
    display: block;
    height: 100%;
    left: -6px;
    position: absolute;
    top: 0px;
    width: 6px;
}
.header-nav .nav > li.has-mega-menu {
    position: inherit;
}
.header-nav .nav > li .mega-menu {
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    display: table;
    left: 0px;
    list-style: none;
    opacity: 0;
    position: absolute;
    right: 0px;
    visibility: hidden;
    width: 100%;
   /* margin-top: 20px;*/
   
    transform: scale(0) rotate(0deg);
    -webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.header-nav .nav > li .mega-menu > li {
    display: inline-block;
    padding: 0px 0;
    position: relative;
    vertical-align: top;
    width: 25%;
}
.header-nav .nav > li .mega-menu > li:after {
    content: "";
    background-color: rgba(204, 204, 204, 0.4);
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 1px;
    height: 100%;
}
.header-nav .nav > li .mega-menu > li:last-child:after {
    display: none;
}
.header-nav .nav > li .mega-menu > li > a {
    color: #dd141f;
    display: block;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 600;
    background: #f2f2f2;
}
.header-nav .nav > li .mega-menu > li ul {
    list-style: none;
    margin: 1px 0px 0px 0px;
    padding: 0px;
}
.header-nav .nav > li .mega-menu > li ul a {
    color: #777777;
    display: block;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 20px;
	transition: all 0.5s;
}
.header-nav .nav > li .mega-menu > li ul a:hover {
    color: #e55e3b;
    background-color: #F2F2F2;
	
	webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding-left: 30px;
}
.header-nav .nav > li.menu-item-has-children:before {
    content: "\f078";
    display: block;
    font-family: "FontAwesome";
    right: 4px;
    position: absolute;
    top: 50%;
    color: #999;
    margin-top: -8px;
    font-size: 8px;
}
@media only screen and (max-width: 991px) {
    header .logo {
        display: block;
        padding: 4px 0;
    }
    .header-nav .nav > li > a {
        padding: ;
    }
    .header-nav .nav i {
        margin-top: 6px;
    }
}
@media only screen and (max-width: 991px) {
    /* responsive strat when media screen [991px] css START*/
    
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in {
        /* NEW */
        
        display: block!important;
    }
    /* responsive strat when medai screen [991px] css END*/
    
    .header-nav {
        clear: both;
        margin: 0 -15px;
        border-bottom: 1px solid #E9E9E9;
    }
    .header-nav .nav {
        float: none;
        margin: 0;
        background: #fff;
		height: 450px;
		overflow: auto;
    }
    .header-nav .nav li {
        float: none;
    }
    .header-nav .nav > li .sub-menu > li,
    .header-nav .nav > li .mega-menu > li {
        float: none;
        display: block;
        width: auto;
    }
    .header-nav .nav > li > a {
        padding: 12px 15px;
        border-top: 1px solid #E9E9E9;
    }
    .header-nav .nav i {
        float: right;
    }
    .header-nav .nav > li > a:hover,
    .header-nav .nav > li > a:active,
    .header-nav .nav > li > a:focus {
        background-color: #f0f0f0;
        text-decoration: none;
    }
    .header-nav .nav > li .mega-menu > li:after {
        display: none;
    }
    .header-nav .nav > li ul,
    .header-nav .nav > li .sub-menu,
    .header-nav .nav > li .mega-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: #f9f9f9;
    }
    .header-nav .nav > li ul.mega-menu ul {
        display: none;
    }
    .header-nav .nav > li:hover > ul,
    .header-nav .nav > li:hover .sub-menu,
    .header-nav .nav > li:hover .mega-menu,
    .header-nav .nav > li .sub-menu li > .sub-menu {
        opacity: 1;
        visibility: visible;
        display: block;
        margin: 0;
    }
    .header-nav .nav > li ul.mega-menu li:hover ul {
        display: block;
    }
}
/*= nav dark version =*/

.nav-dark.header-nav .nav > li .sub-menu,
.nav-dark.header-nav .nav > li .mega-menu {
    background-color: #2D3239;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.nav-dark.header-nav .nav > li .sub-menu li {
    border-bottom: 1px solid #23282f;
}
.nav-dark.header-nav .nav > li .sub-menu li a,
.nav-dark.header-nav .nav > li .mega-menu > li ul a,
.nav-dark.header-nav .nav > li .mega-menu > li > a {
    color: #CCCCCC;
}
.nav-dark.header-nav .nav > li .sub-menu li a:hover {
    background-color: #23282f;
}
.nav-dark.header-nav .nav > li .mega-menu > li ul a:hover {
    background-color: #23282f;
    color: #EFBB20;
}
.nav-dark.header-nav .nav > li .mega-menu > li:after {
    background-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 991px) {
    .nav-dark.header-nav {
        border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    }
    .nav-dark.header-nav .nav {
        background-color: #2D3239;
    }
    .nav-dark.header-nav .nav > li > a {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
    [class*="bg-"] .nav-dark.header-nav .nav > li > a {
        color: #999;
    }
    [class*="bg-"] .nav-dark.header-nav .nav > li.active > a,
    [class*="bg-"] .nav-dark.header-nav .nav > li:hover > a {
        color: #EFBB20;
    }
    .nav-dark.header-nav .nav > li > a:hover,
    .nav-dark.header-nav .nav > li > a:active,
    .nav-dark.header-nav .nav > li > a:focus {
        background-color: #2D3239;
        color: #EFBB20;
    }
    .nav-dark.header-nav .nav > li ul,
    .nav-dark.header-nav .nav > li .sub-menu,
    .nav-dark.header-nav .nav > li .mega-menu {
        background-color: #2D3239;
    }
}
/*= when header is sticky =*/

.sticky-no .main-bar {
    position: static !important;
}
/*= when header is sticky =*/

.is-fixed .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.29);
}

.is-fixed .header-nav .nav > li > a {
       padding: 42px 12px;
}
.is-fixed .extra-nav {
    padding: 15px 0;
}
@media only screen and (max-width: 991px) {
    .is-fixed .header-nav .nav > li > a {
        padding: 12px 15px;
    }
}
@media only screen and (max-width: 767px) {
    .is-fixed .header-nav .nav {
        overflow: auto;
        height: 225px;
    }
    .is-fixed .header-nav .nav > li > a {
        padding: 12px 15px;
    }
    .is-fixed#header-part .navbar-toggle {
        margin: 15px 0;
    }
}
/*= header full width =*/

#header-part.full-width .top-bar .container,
#header-part.full-width .main-bar .container {
    width: auto;
}
/*= Header style designs strat =*/
/*header with bg primary color 1 */

[class*="bg-"] .header-nav .nav > li > a {
    color: #fff;
}
[class*="bg-"] .header-nav .nav > li.active > a,
[class*="bg-"] .header-nav .nav > li.current-menu-item > a {
    color: #efdb09;
}
[class*="bg-"] .header-nav .nav > li > a:hover,
[class*="bg-"] .header-nav .nav > li:hover > a {
    color: #efdb09;
}
[class*="bg-"] .navbar-toggle {
    border-color: #fff;
}
[class*="bg-"] .navbar-toggle span {
    background-color: #000;
}
@media only screen and (max-width: 991px) {
    [class*="bg-"] .header-nav .nav > li > a {
        color: #555;
    }
	[class*="bg-"] .header-nav .nav > li.active > a, [class*="bg-"] .header-nav .nav > li.current-menu-item > a {
		color: #efdb09;
	}
}
/*header style 1 (default) */
/*header style 2 (center content) */

.header-style-2 .logo-header {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    float: none;
}
.header-style-2 .container {
    position: relative;
}
.header-style-2 .nav-outer {
    display: table;
}
.boxed .header-style-2 .header-curve.is-fixed .logo-header-outer {
    overflow: hidden;
}
.boxed .header-style-2 .header-curve.is-fixed .logo-header:after {
    left: auto;
    right: 0px;
    width: 2000px;
}
.header-style-2 .main-bar-inr {
    display: table;
    margin: auto;
}
.header-style-2 .header-nav {
    display: inline-block;
    float: left;
}
.header-style-2 .header-nav .nav {
    float: none;
}
@media only screen and (max-width: 991px) {
    .header-style-2 .main-bar-inr {
        display: block;
    }
    .header-style-2 .header-nav {
        display: block;
        float: none;
    }
}
@media only screen and (max-width: 767px) {
    .header-style-2 .navbar-toggle {
        float: left;
    }
    .header-style-2 .nav-outer {
        display: block;
        padding: 22px 0 0;
    }
}
@media only screen and (max-width: 480px) {
    .extra-nav {
        clear: none;
        width: auto;
    }
}
/*header style 3 (header transperent)*/

.header-style-3 .main-bar {
    position: absolute;
    background: none;
}
.header-style-3 .header-nav .nav > li > a {
    color: #FFF;
}
.header-style-3 .navbar-toggle span {
    background: #FFF;
}
/*header 3 fixed*/

.header-style-3.is-fixed .main-bar {
    position: fixed;
    background: #fff;
}
.header-style-3.is-fixed .header-nav .nav > li > a {
    color: #777777;
}
.header-style-3.is-fixed .navbar-toggle span {
    background: #666;
}
@media only screen and (max-width: 991px) {
    .header-style-3 .header-nav .nav > li > a {
        color: #555555;
    }
}
/*header style 4 (header white overlay) */

.header-style-4 .main-bar {
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
}
/*header 4 fixed*/

.header-style-4 .is-fixed .main-bar {
    position: fixed;
    background: #fff;
}
/*header style 5 (header black overlay) */

.header-style-5 .main-bar {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
}
.header-style-5 .header-nav .nav > li > a {
    color: #fff;
}
.header-style-5 .navbar-toggle span {
    background: #FFF;
}
/*header 5 fixed*/

.header-style-5 .is-fixed .main-bar {
    position: fixed;
    background: #fff;
}
.header-style-5 .is-fixed .header-nav .nav > li > a {
    color: #777777;
}
.header-style-5 .is-fixed .navbar-toggle span {
    background: #666 !important;
}
@media only screen and (max-width: 767px) {
    .header-style-5 .header-nav .nav > li > a {
        color: #555555;
    }
    .header-style-5 .header-nav .nav > li.menu-item-has-children::before {
        color: #66666;
    }
}


/*-----------Slider Css------------*/

/***************Slider css************/

.bs-slider{
    overflow: hidden;
    position: relative;
    
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay{
	left: 0;
    top: 15%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}
.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 ----------*/
.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: 45%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide1{
	left: 0;
     top: 45%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}
.slide3{
	left: 0;
    bottom: 5%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: right;
    padding: 10px 85px;
}

.slide1 > h1 , .slide-text h1, .slide3 h1{
	margin:0;
	color: #333;
    padding: 7px 15px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 32px;
    font-style: normal;
	font-weight:700;
	border-radius:3px;
    line-height: 50px;
	text-transform: capitalize;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.8s;
	font-family: 'Maven Pro', sans-serif;
}

 .slide-text h1 span{
	 color:#ff0000;
	
}

.slide1 > h3, .slide3 h3{
	margin:0;
    padding: 0;
	color: #fff;
    padding: 7px 15px;
    background:rgba(47, 0, 158, 0.68);
    font-style: normal;
	border-radius:3px;
	text-transform: capitalize;
    letter-spacing: 1px;
	display:table;
    -webkit-animation-delay: 0.7s;
    animation-delay: 1.2s;
	font-family: 'Maven Pro', sans-serif;
}

.slide3 h3{
	width:auto;
	text-align:right;
	right:0px;
	display:table;
	float:right;
}

.slide-text > p-left {
    padding: 0;
	 left: 0;
	 position:absolute;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
	font-family: 'Maven Pro', sans-serif;
}
.slide-text > p-right {
    padding: 0;
	 right: 0;
	 position:absolute;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
	font-family: 'Maven Pro', sans-serif;
}
#bootstrap-touch-slider h2 > a.btn-default{
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 20px;
    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;
	
font-family: 'Maven Pro', sans-serif;
}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    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;
	
	font-family: 'Maven Pro', sans-serif;
}
.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;
}
/*---------------slider----------------*/

/*---------------------------------*/
/*
.slider {
	height:auto;
	width:100%;
	margin:0 auto;
}
.slider-img{
	position:relative;
}



.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}*/
/*-----------------------*/

#content, #about, #category, #testimonials, #register, .aladin_premium_ad_bg, #about_us, #contact_us, #current-opening, #gallery{
	padding:0px 0px 50px;
}

.welcome-sec{
background:url('../images/wlcm-bg.jpg');
background-size:Cover;
background-position-x: 80%;
}

.welcome-sec .heading-title h2:after{
	text-align:left;
	margin:10px 0 0;
}
.welcome-sec .heading-title p{
	font-size:16px;
	line-height:26px;
}




/*----Search-------*/

.open-searchbar{
	display:none;
}


.open-searchbar .input-group {
    position: absolute;
}

.is-fixed .open-searchbar .input-group {
    position: fixed;
    top: 70px;
}


.open-searchbar .input-group-btn {
    z-index: 9;
}

.open-searchbar .btn-danger {
    color: #fff;
    background-color: #dd141f;
    border-color: #a02500;
}
/*-------------*/
.why-us{
	background:#ccc url('../images/pattern.png');
}

.mb-r {
    margin-bottom: 3rem!important;
	-webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flipper {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

.card, .back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

.mb-r:hover .card {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: -1;
}
.mb-r:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: -1;
}

.card {
	border: 3px solid #08b3c8;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
	position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #08b3c8;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
	
	background-color: #fd6107;
    padding: 20px;
    color: #fff;
    min-height: 371px;
    border: 3px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.back p{
	color:#fff;
}
.divider-left {
    height: 2px;
    width: 100px;
    background: white;
	margin:5px 0px 10px;
}
.card-title{
	margin-top:0px;
	font-size:28px;
    color: #fff;
}

.testimonial-card p{
	color:#fff;	
	font-size:14px;
	line-height:20px;
	text-align:center;
	margin-bottom:0px;
	min-height: 80px;
}

.testimonial-card .avatar, .testimonial-card .card-up {
    overflow: hidden;
    height: 155px;
	    z-index: 9;
}
.teal.lighten-2 {
      background: #fff;
}

.testimonial-card .avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 155px;
    margin: -90px auto 0;
    border: 4px solid #08b3c8;
    background: #fff;
    box-shadow:2px 3px 10px rgba(0, 0, 0, 0.5);
	transition:all .5s;
}
/*
.testimonial-card:hover .avatar {
	transform: rotateY(180deg);
}*/
.testimonial-card .card-block, .testimonial-carousel {
    text-align: center;
}
.card .card-block {
    position: relative;
}
.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
	    background: #08b3c8;
}

/*------*/
.features-products{
	padding:60px 0px!important;
	background:url('../images/features-pro.jpg');
	background-attachment:fixed;
	background-size:cover;
}

.features-products .row{
	background:#fff;
	box-shadow: 1px 1px 20px;
	margin:25px 15px;
}

.features-products .left-mrg{
	margin-left:15px;
}

.features-products  h4{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}
.features-products  p{
	font-size:15px;
	line-height:23px;
}

ul{
	margin:0px;
	padding:0px;
}

ul li{
	list-style-type:none;
}
.features-products  .list {
	margin-bottom:10px;
}
.features-products  .list ul li img{
	vertical-align:;
	margin-right:10px;
}

/* ======================== our products & avilable-color =========================*/
.avilable-prodc{
background: #f2f2f2;
}

.our-products .prod-list .item img, .avilable-prodc .avilable-color .item img{
	border-top:0px solid #08b3c8;
}
.our-products .prod-list .item h3, .avilable-prodc .avilable-color .item h3{
	text-align:center;
	background:#08b3c8;
	display:block;
	margin:0px;
	color:#fff;
	padding:0px 0px 10px;
	font-size:20px;
}
.our-products .prod-list .item .triangle-down-left, .avilable-prodc .avilable-color .item .triangle-down-left{
    width: 100%;
    height: 0;
    padding-bottom: 19%;
    overflow: hidden;
	position: absolute;
    margin-top: -35px;
}
.our-products .prod-list .item  .triangle-down-left:after, .avilable-prodc .avilable-color .item .triangle-down-left:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 317px solid transparent;
    border-bottom: 36px solid #08b3c8;
}

.our-products .owl-carousel .owl-nav .owl-prev, .avilable-prodc .owl-carousel .owl-nav .owl-prev{
	position: absolute;
    top: 46%;
    left: -18px;
	background: #08b3c8;
    border-radius: 0px;
}
.our-products .owl-carousel .owl-nav .owl-next, .avilable-prodc .owl-carousel .owl-nav .owl-next{
	position: absolute;
    top: 46%;
    right: -18px;
    background: #08b3c8;
    border-radius: 0px;
}
.our-products .owl-carousel .owl-nav .owl-prev img, .our-products .owl-carousel .owl-nav .owl-next img, 
.avilable-prodc .owl-carousel .owl-nav .owl-prev img, .avilable-prodc .owl-carousel .owl-nav .owl-next img{
filter: invert(1);
}
.our-products .owl-carousel .owl-nav .owl-prev:hover, .our-products .owl-carousel .owl-nav .owl-next:hover, 
.avilable-prodc .owl-carousel .owl-nav .owl-prev:hover, .avilable-prodc .owl-carousel .owl-nav .owl-next:hover{
background:#dd141f;
}


.fancybox-show-caption .fancybox-caption-wrap {
    text-align: center;
}
/*-------------video---------------*/
.video{
	background:#ededed;
}

.video .heading-title h2:after{
	text-align:left;
	margin:10px 0 0;
}

/*-------------*/
.social-hydro{
background:#08b3c8 url('../images/socialhydro.jpg');
background-size:cover;
}

.social-hydro p{
	text-align:center;
	color:#fff;
}
.socialhydro-btn{
	text-align:center;
	margin:0 auto;
	display:table;
	color:#fff;
	border:2px solid #fff;
	padding:6px 12px; 
	font-size:17px;
}
.socialhydro-btn:hover{
	color:#fff;
}


/***********************
********* Footer ******
************************/
#footer {
  padding-top: 60px;
  padding-bottom: 10px;
  color: #fff;
  background: url('../images/footer-bg.jpg');
  background-attachment:fixed;
  box-shadow:inset 0px -20px 20px 0px rgba(0, 0, 0, 0.4);
}
#footer a {
  color: #fff;
  font-weight: 200;
}
#footer p{
	text-align:center;
	color:#fff;
}

#footer a:hover {
  color: #fff;
}
#footer  ul {
  list-style: none;
}

#footer  ul li{ 
	display:inline-block;
}
#footer  ul li a{ 

}
#footer ul  li i{
 margin-right:5px;
}
#footer ul > li  .fa{
	padding: 9px 0;
	width: 31px;
	text-align: center;
	margin-left:2px;
	transition:all .3s;
	background:#fd6107;
	color:#fff;
	
}
/*
.fa-facebook {
	background:#3B5998;
}
.fa-twitter{
	background:#00ACED;
}
.fa-linkedin{
	background:#007BB6;
}
.fa-youtube {
	background:#BB0000;
}
.fa-google-plus{
		background:#d34836;
}*/

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
	display: inline-block; 

}

#footer ul > li .fa:hover {
    border-radius: 15px;
}
#footer  a{
	color: #fff;
}


.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}


/* Button Up
==========================*/
.btntoTop {
	width: 44px;
	height: 44px;
	position: fixed;
	bottom: 1px;
	right: 30px;
	background-color: #08b3c8;
	border-radius: 50%;
	z-index: 9;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
}

.btntoTop:before {
	content: "\f106";

	display: inline-block;
	vertical-align: middle;

	font: 20px 'FontAwesome';
	color: #fff;
}

.btntoTop.active {
	opacity: 1;
}
.btntoTop.active:hover{
	background-color: #dd141f;
}

/**--------------*/
.chat {
    position: fixed;
	top: 30%;
	left: 0px;
    z-index: 999;
}
.soial-hydo01{
    position: fixed;
	top: 60%;
	left: 0px;
    z-index: 999;
}

.chat-mob, .soial-hydo-mob{
	display:none
}

/*----------------Inner Pages-------------------------*/

.inner-banner{
	background:url('../images/inner-bg.jpg');
	background-attachment:fixed;
	background-position: center;
}

.inner-banner01{
	background:url('../images/gallery.jpg');
	background-attachment:fixed;
	background-position: center;
}

.inner-banner h1{
	color:#fff;
	padding:80px 0px 60px;
	text-align:center;
	text-transform:uppercase;
	font-weight:900;
	margin:0px;
}

/*------*/
.about .ab-con {
    text-align: center;
    background: #efdb09c2;
    padding: 15px;
    min-height: 151px;
    background-position: top;
    transition: all .5s;
	color:#FFF;
}

.about .ab-con:hover{
	background: url('../images/inner-bg01.jpg');
	background-position: bottom;
	background-size:cover;
	transition:all .9s;
}
.about .ab-con:hover p, .about .ab-con:hover h4{
	color:#fff;
}


.about .ab-con p{
	text-align:center;
}
/*------------------*/
.inner-nav{
	background:#f5f5f5;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 00px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}


.product h2{
	color:#08b3c8;
	font-size:28px;
}

.product h4{
	font-size:21px;
	font-weight:500;
	font-family: 'Montserrat', sans-serif;
	color:#2f2f2f;
}

.product .list ul li {
	color:#1b1b1b;
	font-weight:500;
	font-family: 'Montserrat', sans-serif;
	padding-bottom:10px;
}

.product .list ul li i{
	color:#dd141f;
	margin-right:8px;
	font-weight:600;
}

ul{
	margin:0px;
	padding:0px;
	
}
.badges{
	padding:10px;
}
.badges ul{
	margin-left:5px;
}
.badges ul li{
	background:#dd141f;
	display:inline-block;
	border-radius:50%;
	margin: 0 10px;
    width: 80px;
    height: 80px;
}
/*
.avilable-color{
	background:#f2f2f2;
	padding:10px 25px;;
	
}

.avilable-color.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: -18px;
    background: none;
    border-radius: 0px;
}
.avilable-color.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: -18px;
    background: none;
    border-radius: 0px;
}
.avilable-color.owl-carousel .owl-nav .owl-prev:hover, .avilable-color.owl-carousel .owl-nav .owl-next:hover{
	background: none;
}

/*-------*/
.description table{
	width:100%;
	text-align:center;
	border:2px solid #ffffff;
}
.description table .t-a{
	width: 300px!important;
}

.description table .thead tr td{
	padding:20px 0px;
	font-weight:600;
	background:#c6c8ca;
	font-size:18px;
}
.description table  tr td{
	background:#ededed;
	border:2px solid #ffffff;
	font-size: 14px;
}


	
/*----------------*/
/*******************************product-category
*******************************/

.category {
	 background: #fff;
	 border-radius:3px;
	     box-shadow: 3px 3px 20px -3px rgba(0, 0, 0, 0.1), 3px 3px 20px -3px rgba(0, 0, 0, 0.1), -3px 3px 20px -3px rgba(0, 0, 0, 0.1);
}

.category .nav-tabs {
    border-bottom: 0px solid #ddd;
   
}

.category h3{
	position: relative;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
       background-color: #efdb09;
	border-radius: 3px 3px 0 0;
}

.category .nav-tabs li{
	display:block;
    width: 100%;
}

.category  .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius:0px;
	font-weight:bold;
	line-height: 31px;
    padding: 5px 20px;
    color: #444;
    font-size: 14px;
    display: block;
}

.category .nav-tabs>li.active>a, .category .nav-tabs>li.active>a:hover, .category .nav-tabs>li.active>a:focus {
  color: #efdb09;
    cursor: default;
	background-color: #fff;
    border: 0px solid #ddd; 
	border-bottom-color: transparent; 
}
.category .nav-tabs>li a:hover{
	  color: #ff4000;
}

.category .prodc-01{
	padding:10px;
	border:1px solid #f2f2f2;
	text-align:center;
	margin:15px 0px;
	border-radius: 3px;
   transition:all .4s;
}

.category .prodc-01:hover{
	border:1px solid #fff;
	box-shadow: 3px 3px 20px -3px rgba(0, 0, 0, 0.1), 3px 3px 20px -3px rgba(0, 0, 0, 0.1), -3px 3px 20px -3px rgba(0, 0, 0, 0.1);
}

.category .prodc-01 h4{
	background:#e6f0f5;
	margin:0px;
	padding:15px 0;
	font-size:15px;
	   color: #efdb09;
}
/*--------------------
----------------------*/



/*------------Contact us----------------*/

#contactForm{
	background: #f2f2f2;
	display: table;
	padding:15px 0px;
	margin-bottom:15px;
}


.left-01{
	padding-right:0px;
}
.right-01{
	padding-left:0px;
		    background: #f2f2f2;
	height:400px!important;
}
.contact-right{
	padding:20px 30px;
	color:#fff;
}
.contact-right p, .contact-right a{
	color:#fff;
}

.contact-right .contact-details i {
    color: #1d1d1d;
    margin-left: 20px;
}
.contact-right .address > span, .contact-right a {
    display: inline-block;
    margin-left: 30px;
    vertical-align: top;
	color:#000;
}

/*-- //contact --*/



.contact-form {
    margin-top: 2em;
}
.contact-agileitsinfo  h3.title1{
	text-align:left;
	font-size: 2.5em;
}
.contact-w3form form {
    margin-top: 2em;
}
.contact-form input[type="text"] {
    width: 37%;
    color: #999;
    background: none;
    outline: none;
    font-size: 0.9em;
    padding: .8em .8em;
    margin-right: 1.1em;
    border:1px solid #999;
    -webkit-appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}
.contact-form textarea {
	resize: none;
	width: 100%;
	background: none;
	color: #999;
	font-size: .9em;
	outline: none;
	padding:.8em .8em;
	border: solid 1px #999;
	min-height: 10em;
	-webkit-appearance: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.contact-form input[type="submit"] {
	border: none;
	outline: none;
	color: #fff;
	padding: .6em 3.9em;
	font-size: 1em;
	margin: 1em 0 0 0;
	-webkit-appearance: none;
	background: #1967b1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.contact-form input[type="submit"]:hover {
	background: #4D4D4D;
	color: #FFF;
}
/*----------------------*/

/*-----------Current opening---------------*/

.company-name{
 position: relative;
 display:block;
z-index:99;
margin-top:-200px
}

.company-name h1{
 color:#fff;
 margin-top:10%;
 margin-left:20px;
}

.responstable {
    margin: 1em 0;
    width: 100%;
    overflow: hidden;
    background: #FFF;
    color: #1967b1;
  
    border: 1px solid #1967b1;
	
}
   
.responstable tr:nth-child(odd) {
    background-color: #EAF3F3;
}

.responstable tr {
    border: 1px solid #D9E4E6;
}
 
.responstable th {
    display: none;
    border: 1px solid #FFF;
    background-color: #1967b1;
    color: #FFF;
    padding: 1em;
}  

.responstable th, .responstable td {
    display: table-cell;
    padding: 1em;
}

.responstable th, .responstable td {
    text-align: left;
    margin: .5em 1em;
	border-right: 1px solid #ececec;
}
.responstable tr  a h5{
	font-weight:200;
}
.responstable td {
    display: table-cell;
    padding: 10px 20px;
}
.responstable tr{
	transition:all 0.7s;
}

.responstable tr:hover{
	background:#1967b1;
	color:#fff;
}

.responstable tr:hover a{
	color:#fff;
}

/*------------------------------*/
.gallery-title{
background: rgb(25, 103, 177);
    margin: 10px 0px;
    padding: 8px 10px;
    color: #fff;
}

.gallery-item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
	margin-bottom:25px;
}

.gallery-item:hover {
    opacity: 1;
}

.gallery-item .info-content {
    background-color: rgba(19, 19, 19, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.gallery-item .info-content h5 {
    font-family: "BebasNeueRegular";
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1.92px;
}

.gallery-item:hover .info-content {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.vertical-align {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}






/*----------------------------------------------*/
/************* Responsive ***********************/
/*
@media only screen and (max-height: 600px) {
.drp-dwn{
    height: 300px;
    overflow: auto;
}
}*/

@media only screen and (max-width: 1200px) {
.category-grid  figure h3 {
    word-spacing: 0; 
    font-size: 16px;
}
.company-name {
    position: relative;
    display: block;
    z-index: 99;
    margin-top: -166px;
}
#footer .footer-col ul li i {
    margin-right: 5px;
    font-size: 10px;
}

.back {
    min-height: 391px;
}
.testimonial-card p{
	min-height: 100px;
}
.badges ul li {
    margin: 0 1px;
}

}


@media only screen and (max-width: 1024px) {
.aladin_add_img_des {
    position: absolute;
    top: 0%;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 20px 15px;
    margin: 0px 0px 0px;
}
.search {
    position: relative;
    margin-top: -325px;
}

/*
.search{
	position:absolute;
	bottom:260px;
	left:10px;
	right:10px;
}*/
}


@media only screen and (max-width: 992px) {
.company-name {
    position: relative;
    display: block;
    z-index: 99;
    margin-top: -152px;
}

.top-bar {
    background-color: #ebebeb;
    color: #000;
    padding: 7px 0 20px;
}
.contact-form {
    margin: 2em 0;
}
.navbar-toggle {
    border: none;  
}
[class*="bg-"] .navbar-toggle span {
    background-color: #fff;
}

.welcome-sec{
background:url('../images/wlcm-bg.jpg');
background-size:Cover;
background-position: left;
}


.back {
    min-height: 441px;
}
.testimonial-card p {
    min-height: 120px;
}
/*---*/
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}
.description table {
    width: 842px;
	max-width:842px;
}
.table-responsive>.table {
    margin-bottom: 0;
}
.description table .thead tr td {
    padding: 15px 0px;
    font-size: 18px;
}

.badges ul{
    display: table;
    margin: 0px auto;
    text-align: center;
}
.badges ul li{
	margin:0px 5px;
}

.slide1 > h1, .slide-text h1, .slide3 h1 {
    margin: 0;
    color: #333;
    padding: 4px 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    border-radius: 3px;
    line-height: 30px;
}


}


@media only screen and (max-width: 767px) {
h2, .h2, .card-title {
    font-size: 22px;
}
h1, .heading-title h2{
	 font-size: 28px;
}
.our-products .prod-list .item h3, h3, .h3{
	 font-size: 18px;
}

h4, .h4 {
    font-size: 17px;
}
p {
    font-size: 14px;
    letter-spacing: 0px;
}
.list ul li {
font-size: 14px;
    text-indent: -23px;
    margin-left: 20px;
}
.product .list ul li {
	  text-indent: -10px;
}

.features-products .row {
	margin:0px 10px;
}

.our-products .owl-carousel .owl-nav .owl-prev, .our-products .owl-carousel .owl-nav .owl-next {
    top: 30%;
}

.navbar-toggle {
    border: 2px solid #EFBB20;
    margin: 26px 0 24px 15px;
    padding: 8px 6px;
}
.search {
    position: relative;
    margin-top: -275px;
}
.top-bar {
    background-color: #ebebeb;
    color: #000;
    padding: 6px 0 ;
}
.contact-form input[type="text"] {
    width: 100%;
    padding: .5em .8em;
    margin-right: 1.1em;
    margin-bottom: 10px;
    border: 1px solid #999;
}

.form-inline .form-group  .form-control {
    height: 40px;
    border-radius: 0;
    width: 100%;
    border-color: #F1F1F1;
}

.form-inline .btn-search-submit {
    height: 40px;
    border-radius: 0;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}


.cmpny-logo{
	width:16%;
}
.company-name {
    position: relative;
    display: block;
    z-index: 99;
    margin-top: -112px;
}
.navbar-toggle {
    border: none;  
}


.chat, .soial-hydo01{
	display:none
}
.chat-mob {
    position: fixed;
	top: 50%;
	left: 0px;
    z-index: 999;
	display:block
}
.chat-mob img, .soial-hydo-mob img{
width:45px;
}
.soial-hydo-mob{
	width:45px;
    position: fixed;
	top: 50%;
	left: 0px;
    z-index: 999;
	display:block
}

.back {
    min-height: 351px;
}
.testimonial-card p {
    min-height: 60px;
}


.product h2 {
    color: #08b3c8;
    font-size: 22px;
}
.product h4 {
    font-size: 17px;
}

/*---*/
.table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
     white-space: normal!important; 
}
.description table {
    width: 700px;
	max-width:700px;
}
.description table .thead tr td {
    padding: 10px 0px;
    font-size: 16px;
}
.description table .t-a {
    width: 255px!important;
}

.badges ul li {
 
}

.breadcrumb>li {
    display: inline-block;
    font-size: 13px;
}


}

@media only screen and (max-width: 640px) {
	.company-name {
    position: relative;
    display: block;
    z-index: 99;
    margin-top: -98px;
}	
.navbar-toggle {
    border: 0px solid #EFBB20;
    margin: 26px 0 24px 5px;
    padding: 8px 6px;
}
[class*="bg-"] .navbar-toggle span {
    background-color: #fff;
}

.our-products .prod-list .item .triangle-down-left {
    padding-bottom: 19%;
    margin-top: -32px;
}


/**--------------*/
.chat {
    position: fixed;
  top: 30%;
  right: 0px;
    z-index: 999;
}
.soial-hydo01 {
    position: fixed;
    margin-left: 5px;
    top: 17%;
    right: 0px;
    z-index: 999;
}

.chat-mob, .soial-hydo-mob{
  display:none
}













#content, #about, #category, #testimonials, #register, .aladin_premium_ad_bg, #about_us, #contact_us, #current-opening, #gallery {
            padding: 25px 10px 30px;
}
.features-products {
    padding: 40px 0px!important;
}

.slide-text {
    left: 0;
    top: 26%;
}
.slide1 {
    left: 0;
    top: 32%;
}

}

@media only screen and (max-width: 560px) {

.badges ul li {
   width:17%;
   height:auto;
}
.badges ul li img{
    
}

.header-nav .nav {
    float: none;
    margin: 0;
    background: #fff;
    height: 450px;
    overflow: auto;
}

}


@media only screen and (max-width: 520px) {
	.company-name {
    position: relative;
    display: block;
    z-index: 99;
    margin-top: -78px;
}
.our-products .prod-list .item .triangle-down-left {
    padding-bottom: 25%;
    margin-top: -34px;
}
}

@media only screen and (max-width: 480px) {
p{
	font-size:12px;
}

.logo-header, .is-fixed.header-curve .logo-header {
    width: 170px;
}
	

h1 {
    font-size: 20px;
}

h2, .h2, .product h2 {
    font-size: 18px;
}

.product h4 {
    font-size: 16px;
}

.aladin_heading_1_wrap {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 7px;
    z-index: 10;
    margin-top: -7px;
}

.aladin_add_img_des {
    top: 0%;
}
.search {
    position: relative;
    margin-top: -224px;
}
/*
.search{
	position:absolute;
	bottom:350px;
	left:10px;
	right:10px;
}*/
.form-inline .form-group  .form-control {
    height: 30px;
    border-radius: 0;
    width: 100%;
    border-color: #F1F1F1;
    padding: 4px 12px;
    font-size: 13px;
    color: #9a9a9a;
}
.form-inline .form-group input {
    padding-left: 50px;
}

.form-inline .btn-search-submit {
    height: 30px;
    border-radius: 0;
    width: 100%;
    font-size: 13px;
    font-weight: 200;
    text-transform: uppercase;
    margin: 0;
}
.form-group {
    margin-bottom: 6px;
}
.btn-default {
    background-color: #29aafe;
    color: #FFF;
    border-radius: 0;
    padding: 5px 30px;
    margin-top: 30px;
    font-weight: 200;
}
.sim-button {
    line-height: 40px;
    height: 40px;
    margin-top: 20px;
    width: 36%;
    cursor: pointer;
}
.header-nav .nav > li .sub-menu li a {
    color: #777777;
    display: block;
    font-size: 12px;
    padding: 6px 20px;
    text-transform: uppercase;
    transition: all 0.15s linear;
}
#about_us  .col-md-8 .pull-left, #about_us  .col-md-8 .pull-right{
	float:none !important;
}

.our-products .prod-list .item h3, h3, .h3 {
    font-size: 15px;
    font-weight: 400;
}
.our-products .owl-carousel .owl-nav .owl-prev img, .our-products .owl-carousel .owl-nav .owl-next img {
    filter: invert(1);
    width: 20px;
}

.slide1 > h1, .slide-text h1, .slide3 h1 {
    padding: 4px 10px;
    font-size: 14px;
    line-height: 20px;
}
.control-round .carousel-control {
    top: 37%;
    width: 36px;
    height: 36px;
    display: block;
    font-size: 23px;
    line-height: 36px;
}

}

@media only screen and (max-width: 420px) {




/*
.search{
	position:absolute;
	bottom:260px;
	left:20px;
	right:20px;
}*/
	
#clients, #about, #category, #testimonials, #register, .aladin_premium_ad_bg, #about_us, #contact_us, #current-opening, #gallery {
	padding:20px 0px;
}
.header-nav .nav > li > a {
    padding: 6px 15px;
    border-top: 1px solid #E9E9E9;
}
.top-bar{
	display:none;
}	
.header-curve .logo-header:before {
    right: -30px;
    width: 48%;
}

.tab1{
	display:none;
}	

		
#footer {
    padding-top: 30px;
    padding-bottom: 15px;
    color: #fff;
}	
	


.client-slider .single-container>ul {
    position: absolute;
    right: 68px;
    bottom: 15px;
}

figure.effect-roxy figcaption {
    padding: 1em;
    text-align: left;
}
.cmpny-logo{
	width:18%;
}
.company-name {
    position: relative;
    display: block;
    z-index: 99;
    margin-top: -58px;
}
.company-name h1 {
    color: #fff;
    margin-top: 7%;
	font-size:18px;
    margin-left: 20px;
}

.badges ul li {
    margin: 0px 2px;
}

}