@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

@import url(../fonts/flaticon/flaticon.css);
@font-face {
  font-family: "OilBats";
  src: url(../fonts/OilBats.ttf);
}
body{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #777;
	line-height: 28px;
	font-weight: 300;
	font-style: normal;
}
*,ul,ol{
	margin:0;
	padding:0;
}
ul,ol{
	list-style-type: none;
}
a{
	color: inherit;
	text-decoration: none;
}
a:hover,a:focus{
	color: #252525;
	outline: none;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	margin-top: 0;
	font-weight: 700;
	margin-bottom: 15px;
	color: #252525;
}
h1{
	font-size: 32px;
}
h4{
	font-weight: 500;
	font-size: 22px;
}
.slider-wrapper{
    position:relative;
    background-color:#afaeae;
}
.home-page .slider-wrapper{
    background-color:transparent;
}
.overlap:before{
    background-color: rgba(255, 255, 255, 0.50);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.container-fluid{
	padding-right: 40px;
	padding-left: 40px;
}
.divider{
	background: #9a9a9a none repeat scroll 0 0;
	height: 2px;
	width: 78px;
	position: relative;
	z-index: 1;
	margin:15px 0;
}
.divider:before {
    position: absolute;
    top: -3px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #9a9a9a;
    border-radius: 50%;
    content: "";
}
.divider-yellow,
.divider-yellow:before{
	background-color: #f5db02;
}
.img-responsive{
	display: inline-block;
}
.bg-color1{
	background-color: #115ba6;
}
.bg-color2{
	background-color: #646469;
}
.bg-color3{
	background-color: #838383;
}
.text-white{
	color: #ffffff;
}
.text-color1{
	color: #115ba6;
}
.text-color2{
	color: #f5db02;
}
.no-margin{
	margin:0;
}
.section{
	padding:4em 0;
}
.padd-b-n{
	padding-bottom: 0;
}
.padd-t-n{
	padding-top: 0;
}
.btn1{
	padding:12px 20px;
	color: #000;
	background: #f5db02;
	cursor: pointer;
	border-radius: 0;
}
.btn1 i{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn1:hover,
.btn1:focus{
	background:#838383;
	color: #fff;
}
.btn1:hover i,
.btn1:focus i{
	margin-left: 5px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
}
.home-page .slider-content {
  position: absolute;
  color: #fff;
  top: 0%; 
  left: 0;
  width: 100%;  
  height: auto;
  content: '';
  z-index: 11;
  text-align: center;
  -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(40%);
}
.slide-wrapper {
  position: relative;
}
.slider-content h1{
	color: #fff;
	font-size: 35px;
}
.cont-slid img{
	background-color: rgba(255, 255, 255, 1);
	padding: 15px 30px 20px 30px;
	width: 30%;
	border-radius: 0 0 50px 50px;
}
.home-page .header{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    content:'';
    z-index:999;
}
/*.header{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    content:'';
    z-index:999;
}*/
.header-top{
	background-color: #887d77;
}
.header{
	background-color: #838383;
}
/*.header{
	background-color: #fff;
}*/
.header-fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	content: '';
	background-color: rgba(255, 255, 255, 1);
}
.header-fixed .pseudoStickyBlock{
	display: none!important;
}
#stuck_container {
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.isStuck{
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;    
    background-color: #fff!important;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
}
.top-contact-list li,
.top-menu li{
	display: inline-block;
	vertical-align: top;	
	color: #fff;
	margin-right: 20px;
	font-size: 14px;
	text-align: right;
}
.top-contact-list li a,
.home-page .top-menu li a
{
	padding:15px 10px;
	display: block;
}
.top-contact-list li a{
	padding: 5px 10px !important;
	border: 2px solid #fff;
}
.top-contact-list li a,
.top-menu li a{
	padding: 6px 10px 6px 0;
	display: block;
}

.top-contact-list li a span{
	display: inline-block;
	vertical-align: top;
}
.top-menu li{
   padding-left: 20px; 
}
.top-contact-list li:last-child,
.top-menu li:last-child{
	margin-right: 0;
	
}
.top-menu li:last-child{
    padding-right:0;
}
.top-contact-list li i{
	margin-right: 4px;
	font-size: 18px;
	vertical-align: middle;
}
.top-menu{
	text-align: right;
}
.top-menu li a{
    text-transform:uppercase;
	position: relative;
	padding-left: 20px;
}
.top-menu li a:before{
	position: absolute;
	left: 0;
	top: 6px;
	content: '\e90b';
	font-family:IcoFont;
}
.top-menu li:hover:before,
.top-menu li:hover a,
.top-menu li:focus a,
.top-menu li.active a{
	color: #f5db02;
}
.top-contact-list li:hover a{
	color: #f5db02;
}
.logo{
	display: inline-block;
	margin:10px 0;
	text-align: center;
}
.logo .img-fluid{
	max-width:235px;
	display: inline-block;
}
.mobile-menu{
	display: none;
}
.nav-wrapper{
	/*padding-top: 44px;
	display: inline-block;
	vertical-align: top;*/
	border-bottom: 5px solid #f5db02;
}
.navigation{
    text-align:center;
    background-color: #838383;
    border-radius: 20px 20px 0 0;
    display: table;
    width: 100%;
}
.navigation > li{
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.navigation li.dropdown > .dropdown-menu{
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 250px;
	z-index: 999;
	background-color: #ffffff;
	visibility: hidden;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding:0;
	margin:0;
	border-bottom: 3px solid #9a9a9a;
  	transition: all 500ms ease;
  	display: block;	
}
.navigation li.dropdown > .dropdown-menu li{
	border-bottom: 1px solid #e6e6e6;
	margin-right: 0;
}
.navigation li.dropdown > .dropdown-menu li:last-child{
	border-bottom: none;
}
.navigation li.dropdown > .dropdown-menu li a{
	background-color: #808080;
	padding:15px 15px 15px 20px;
	color:#ffffff;
}
.navigation li.dropdown:hover > .dropdown-menu{
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.navigation > li:first-child{
	display: none;
}
.navigation a{
	text-transform: uppercase;
	letter-spacing: 0.5px;
	overflow: hidden;
	position: relative;
	display: block;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	padding:15px 12px;
    transition: all 500ms ease 0s;
}
.navigation > li.dropdown > a:after {
    font-family:IcoFont;
    content: "\ea99";
    position: absolute;
    top: auto;
    right: 0;
    font-size: 14px;
    transition: all 500ms ease 0s;
}
/*.navigation li:nth-of-type(4):hover > a,
.navigation li:nth-of-type(4):focus > a,
.navigation li.active:nth-of-type(4) > a{
	border-radius: 18px 0 0 0;
}
.navigation li:nth-of-type(10):hover > a,
.navigation li:nth-of-type(10):focus > a,
.navigation li:nth-of-type(10).active > a{
	border-radius: 0 18px 0 0;
}

.home-page .navigation li:nth-of-type(4):hover > a,
.home-page .navigation li:nth-of-type(4):focus > a,
.home-page .navigation li.active:nth-of-type(4) > a{
	border-radius: 0;
}
.home-page .navigation li:nth-of-type(10):hover > a,
.home-page .navigation li:nth-of-type(10):focus > a,
.home-page .navigation li:nth-of-type(10).active > a{
	border-radius: 0;
}*/
.navigation li:hover > a,
.navigation li:focus > a,
.navigation li.active > a{
	color: #000;
	background-color: #f5db02;
}
.navigation li.dropdown > .dropdown-menu li a:hover,
.navigation li.dropdown > .dropdown-menu li a:focus,
.navigation li.dropdown > .dropdown-menu li.active a{
	color: #00549d;
	background-color: #f5db02;
}

.home-parallax{
	position: relative;
	overflow: hidden;
	/*padding:300px 0;*/
}
.parallax-window {
    /*min-height: 100vh;*/
    height: 300px;
    background: transparent;
    /*display: table;*/
	width: 100%;
}
.home-page .parallax-window{
	height: 100vh;
}
.home-slide{
	text-align: center;
	position: relative;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.home-parallax .container{
	position: relative;
	z-index: 9;
}
.brand{
	display: block;
	margin-top: 120px;
	margin-bottom: 25px;
	/*background-color: rgba(255,255,255,0.53);
	padding:30px;*/
	text-align: center;
}
/*.brand .img-responsive{
    max-width:200px;
}*/
.call-us-btn {
    left: auto;
    top: auto;
    bottom: 66%;
    right: 0;
    transform-origin: bottom right 0;
    position: fixed;
    z-index: 999;
    -webkit-transform: rotate(-90deg) translateZ(0);
    -moz-transform: rotate(-90deg) translateZ(0);
    transform: rotate(-90deg) translateZ(0);
}
.call-us-btn a {
    color: #000;
    background-color: #f5db02;
    font-size: 20px;
    display: block;
    padding: 15px;
}
#scroll-down {
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, .8);
    width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	border-radius: 100%;
	margin-top: 50px;
}
.home-parallax .overla-wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
}
.page-wrap{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	width: 100%;
}
.page-title{
	background-color: #f5db02;
	padding:12px 30px 12px 0;
	color: #000000;
	font-size: 20px;
	display: inline-block;
	position: relative;
}
.page-title:before{
	width:1000px;
	left: -1000px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #f5db02;
	content: '';
}
.page-title:after{
	position: absolute;
	border-style: solid;
	border-width: 27px;
	border-color: #f5db02 transparent transparent #f5db02;
	right: -52px;
	top: 0;
	content: '';
}
.overflow-hidden{
	overflow: hidden;
}
.parallax{
	position: relative;
	padding:150px 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax1{
	background-image: url("../images/breadcrumb/breadcrumb-bg.jpg");
}
.home-parallax .breadcrumb{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding:15px 40px;
	color: #ffffff;
	border-radius: 0;
	background-color: rgba(0,0,0,0.5);
	font-size: 13px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.breadcrumb > li + li::before{
	content: '\eaa0';
	font-family:IcoFont;
}
.breadcrumb a:hover{
	color: #115ba6;
}
.sub-heading{
	font-weight: 400;
	font-size: 28px;
	line-height: 42px;
	transform: scale(1);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	padding: 0 140px;
}
.sub-heading:hover{
	transform: scale(1.1);
}
.single-service-item,
.gallery-item{
    margin: 20px 0;
}
.single-service-item .img-holder,
.gallery-item .img-holder{
    overflow: hidden;
    position: relative;
}
.single-service-item .img-holder .img-responsive,
.gallery-item .img-holder .img-responsive{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single-service-item:hover .img-holder .img-responsive,
.gallery-item:hover .img-holder .img-responsive{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single-service-item .img-holder .overlay,
.gallery-item .img-holder .overlay{
    background-color: rgba(0,0,0, .60);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);
}
.single-service-item:hover .img-holder .overlay,
.gallery-item:hover .img-holder .overlay{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
}
.single-service-item .img-holder .overlay .box,
.gallery-item .img-holder .overlay .box{
    display: table;
    height: 100%;
    width: 100%;
}
.single-service-item .img-holder .overlay .box .content,
.gallery-item .img-holder .overlay .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
}
.single-service-item .img-holder .overlay .box .content a i,
.gallery-item .img-holder .overlay .box .content a i{
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    transition: all 500ms ease 0s;
    width: 45px;
}
.single-service-item .img-holder .overlay .box .content a:hover i,
.gallery-item .img-holder .overlay .box .content a:hover i{
    background: #9a9a9a;
}
.single-service-item .text-holder h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 20px 0 6px;
    text-transform: capitalize;
}
.single-service-item .text-holder h3 span {
    color: #fff;
}

/* -------------- */

.single-service-item1,
.gallery-item{
    margin: 20px 0;
}
.single-service-item1 .img-holder,
.gallery-item .img-holder{
    overflow: hidden;
    position: relative;
}
.single-service-item1 .img-holder .img-responsive,
.gallery-item .img-holder .img-responsive{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single-service-item1:hover .img-holder .img-responsive,
.gallery-item:hover .img-holder .img-responsive{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single-service-item1 .img-holder .overlay,
.gallery-item .img-holder .overlay{
    /* background-color: rgba(0,0,0, .60); */
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=0);
    /* -webkit-transition: all 450ms ease-out 0s; */
    /* transition: all 450ms ease-out 0s; */
    /* -webkit-transform: rotateY(180deg) scale(0.5,0.5); */
    /* transform: rotateY(180deg) scale(0.5,0.5); */
}
.single-service-item1:hover .img-holder .overlay,
.gallery-item:hover .img-holder .overlay{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
}
.single-service-item1 .img-holder .overlay .box,
.gallery-item .img-holder .overlay .box{
    display: table;
    height: 100%;
    width: 100%;
}
.single-service-item1 .img-holder .overlay .box .content,
.gallery-item .img-holder .overlay .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
}
.single-service-item1 .img-holder .overlay .box .content a i,
.gallery-item .img-holder .overlay .box .content a i{
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}
.single-service-item1 .text-holder h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 20px 0 6px;
    text-transform: capitalize;
}
.single-service-item1 .text-holder h3 span {
    color: #fff;
}


.services-wrap{
	text-align: center;
	margin:25px 0;
}
.services-wrap .service-title{
	font-size: 20px; 
}
.services-wrap .icon-box {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #f7f7f7;
    border-radius: 50%;
    display: block;
    height: 180px;
    padding: 9px;
    position: relative;
    width: 180px;
    margin: 0 auto 25px;
    transition: all 500ms ease;
}
.services-wrap:hover .icon-box,
.services-wrap:hover .icon-box .count{
    background: #9a9a9a;
}
.services-wrap .icon-box .icon {
    background: #f7f7f7 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 160px;
    width: 160px;
    text-align: center;
    line-height: 160px;
    color: #9a9a9a;
    font-size: 50px;
    transition: all 500ms ease;
    text-align: center;
	line-height: 160px;
	color: #9a9a9a;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-wrap:hover .icon-box .icon{
    font-size: 56px;
}
.services-wrap .icon-box .count {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #f7f7f7;
    border-radius: 50%;
    display: block;
    left: 5px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 45px;
    height: 45px;
    font-size: 22px;
    font-weight: 500;
    line-height: 45px;
    transition: all 500ms ease;
    color: #252525;
}
.services-wrap:hover .icon-box .count{
	color: #ffffff;
}
.list1 li{
	padding:0 0 0 20px;
	position: relative;
}
.list1 li:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\ea69';
	font-family:IcoFont;
	font-size: 18px;
}
.list1 li a{
	color: #252525;
	font-weight: bold;
}
.address-box{
	margin-bottom: 15px;
}
.address-box .address-icon-holder{
	float: left;
	margin-right: 15px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #0091c7;
	border-radius: 100%;
	text-align: center;
	position: relative;
}
.address-box .address-icon-holder:before{
	position: absolute;
	bottom: -17px;
	border-width: 10px;
	border-style: solid;
	border-color: #0091c7 transparent transparent transparent;
	content: '';
	left: 10px;
}
.address-box .address-content{
	position: relative;
	overflow: hidden;
}
.form-control{
	height: 45px;
	padding:10px;
	border:1px solid #dfdfdf;
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 10px;
}
input::placeholder{
	font-size: 15px;
	color: #b5b5b5 !important;
}
.form-control:hover,
.form-control:focus,
.form-control:active,
.form-control.active{
	box-shadow: none;
	border-color: #115ba6;
}
textarea::placeholder{
	color: #b5b5b5 !important;
}
textarea.form-control{
	height: 150px;
	resize: vertical;
	
}
.site-map-list li{
	border-left: 1px solid #dfdfdf;
	padding:10px 0 10px 30px;
	position: relative;
}
.site-map-list li:before{
	position: absolute;
	top: 20px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #dfdfdf;
	content: '';
}
.site-map-list li > ul.child-menu{
	margin:10px 0 10px 20px;
}

.footer-social-links{
	text-align: right;
}
.footer-social-links li{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	margin-left: 20px;
}
.footer-links,.copyright{
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	font-family: 'Lato', sans-serif;
}
.footer-links,
.footer-links a{
	color: #9a9a9a;
}
.footer-social-links li a:hover,
.footer-links a:hover{
	color: #000;
}
.association-wrap{
	text-align: right;
}
.association-wrap .img-fluid{
	width: 100px;
	margin:0 5px;
}
.testi-content{
	background-color: #f8f8f8;
	padding:50px;
	margin-bottom: 15px;
	position: relative;
	text-indent: 30px;
}
.testi-content:before{
	position: absolute;
	top: 25px;
	left: -20px;
	font-size: 3em;
	content: '\efcd';
	font-family:IcoFont;
	color: #dfdfdf;
}
.testi-title{
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
}
/*#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index: 1000;
	overflow:hidden;
	width:50px;
	height:50px;
	border:none;
	text-indent:100%;
	background:url('../images/totop.gif')
	no-repeat left top;
}
#toTopHover {
	background:url('../images/totop.gif') no-repeat left bottom;
	width:50px;
	height:50px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline:none;
}*/

.logo-box{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.logo-box img{
	width: 70%;
	height: auto;
}

.pt-0{
	padding-top: 0px !important;
}
.inner-box{
	padding: 30px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.inner-box1{
	padding: 30px;
	min-height: 450px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media(min-width: 1299px) and (max-width: 1400px){
	.inner-box1{
		min-height: 540px;
	}
}

@media(min-width: 1200px) and (max-width: 1300px){
	.top-contact-list li a{
		padding: 5px 4px !important;
	}
	.inner-box1{
		min-height: 550px;
	}
	.inner-box{
		min-height: 550px;
	}
}

@media(min-width: 220px) and (max-width: 990px){
	.inner-box1,
	.inner-box{
		margin-bottom: 30px;
		padding: 20px;
	}
    .home-page .slider-content {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        transform: translateY(0%);
    }
	.container-fluid{
	    padding-right: 25px;
	    padding-left: 25px;
	}
	.logo .img-fluid{
	    width:150px;
	}
	.section{
		padding:3.5em 0;
	}
	.top-menu{
	    display:none;
	}
	.mobile-menu{
		display: table;
		vertical-align: middle;
		font-size: 20px;
		background: #f5db02;
		padding:10px 14px;
		color: #fff;
		cursor: pointer;
		margin: 10px auto;
	}
	.top-contact-list{
		text-align: center;
	}
	
	.top-contact-list li{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.top-contact-list li i{
		margin-right: 0;
	}
	.top-contact-list li a{
		/*width: 40px;
		height: 40px;
		line-height: 40px;*/
		line-height:30px;
		padding:5px 10px;
		border: 2px solid #ffffff;
		display: block;
		text-align: center;
	}
	.top-contact-list li a{
		width: auto;
		height: auto;
		line-height: 30px;
	}
	.top-contact-list li a span{
		display: none;
	}
	.navigation{
		position: fixed;
		top: 0;
		left: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #221e1f;
		padding-top: 0;
	}
	.navigation.open{
		left: 0;
	}
	.navigation > li{
		display: block;
		margin:0;
		border-bottom: 1px solid #333;
		text-align: left;
	}
	.navigation > li:first-child{
		display: block;
		text-align: right;
	}
	.header-fixed .navigation li a,
	.navigation li a{
		padding:10px 20px;
	}
	.navigation li:hover > a,
	.navigation li:focus > a,
	.navigation li.active > a{
		/*background-color: #808080;*/
		color: #ffffff;
	}
	.navigation > li.dropdown > a:after{
		right: 20px;
	}
	.navigation li:nth-of-type(4):hover > a,
	.navigation li:nth-of-type(4):focus > a,
	.navigation li.active:nth-of-type(4) > a{
		border-radius: 0;
	}
	.navigation li:nth-of-type(10):hover > a,
	.navigation li:nth-of-type(10):focus > a,
	.navigation li:nth-of-type(10).active > a{
		border-radius: 0;
	}
	.navigation li.dropdown > .dropdown-menu,
	.navigation li.dropdown:hover > .dropdown-menu{
		position: static;
		top: 0;
		visibility: visible;
		opacity: 1;
		width: 100%;
		float: none;
	}
	.navigation li.dropdown > .dropdown-menu li a{
		padding: 10px 10px 10px 30px;
		background-color: #221e1f;
	}
	.footer-social-links{
		text-align: left;
		margin-bottom: 15px;
	}
	.footer-social-links li:first-child{
		margin-left: 0;
	}
	.sub-heading{
	    padding: 0; 
	}
	.sub-heading:hover {
	    transform: scale(1);
	}
	.logo-box img{
		width: 100%;
		height: auto;
	}
	.home-page .header{
		position: static !important;
	}
	.slider-content{
	   -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        transform: translateY(0%);
	}
	.cont-slid img{
	   border-radius: 0 0 35px 35px;
	       padding: 15px 20px 20px 20px;
	}
}
@media(min-width: 767px) and (max-width: 990px){
	.top-contact-list{
		text-align: right;
	}


}
@media(min-width: 220px) and (max-width: 767px){
    .logo{
        margin:15px 0;
    }
    .cont-slid img{
        width:40%;
    }
	h1{
		font-size: 26px;
		line-height: 36px;
	}
	h2{
		font-size: 24px;
		line-height: 34px;
	}
	h3{
		font-size: 20px;
		line-height: 30px;
	}
	.brand .img-responsive{
		width: 200px;
	}
	.association-wrap{
		text-align: left;
	}
	.parallax-window{
		height: 400px;
	}
	.mt-4{
		margin-top: 24px;
	}
	.top-contact-list{
		text-align: center;
		
	}
	.top-contact-list li {
		margin-bottom: 10px;
	}

	.home-page .mobile-menu{
		display: table;
		vertical-align: middle;
		font-size: 20px;
		background: #f5db02;
		padding:10px 14px;
		color: #fff;
		cursor: pointer;
		margin: 12px auto;
		float: none;
	}
}

@media(min-width: 220px) and (max-width: 450px){
    .cont-slid img{
	   border-radius: 0 0 20px 20px;
	   padding: 15px 10px 15px 10px;
	}
}