/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Raleway:100,200,300,400,500,600,700,800,900|Ubuntu:300,400,500,700');


html,body,div,span,
h1,h2,h3,h4,h5,h6,
p,blockquote,q,em,img,small,strong,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend{border:0;outline:0;margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
ol,ul{list-style:none}
:focus{outline:0}
input,textarea{margin:0;outline:0;}
textarea{overflow:auto; resize:none;}
table{border-collapse:collapse;border-spacing:0}
/* End Reset */

/* html5 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }


/* Default Font Styles
______________________*/
body, input, select, textarea{
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	color:#606060;
	line-height:1.3;
	font-weight:400;
}

/* Headings
______________________*/
h1{}
h2{
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	font-size:34px;
	line-height:1;
	margin-bottom:10px;
}
h3{
}
h4{}
h5{}


/* Links
______________________*/
a{
	-webkit-transition: 0.1s ease-out 0.1s;
	-moz-transition: 0.1s ease-out 0.1s;
	transition: 0.1s ease-out 0.1s;
}
a:hover{
	text-decoration:underline;
}

.align-right{
	float:right;
	margin:0 0 18px 30px;
	border:1px solid #dcdcdc;
}
.align-left{
	float:left;
	margin:0 30px 18px 0;
	border:1px solid #dcdcdc;
}

/* input , textarea , button
______________________*/

input, 
textarea,
select{
	display:block;
	width:100%;
	border:1px solid #ccc;
	border-radius:4px;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	padding:8px 10px;
	color:#000000;
	font-size:14px;
}
select{
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:#ffffff url(../images/down-icon.png) no-repeat 96% center / 15px 15px;
    cursor:pointer;
	padding:6px 30px 6px 10px;
	color:#888888;
}
input:focus,
select:focus{
	border-color:#66afe9;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
input.button{
	background:#AECB36;
	border:none;
	text-transform:uppercase;
	box-shadow:none;
	color:#093E51;
	font-weight:600;
	border-radius:2px;
	-webkit-transition: 0.2s ease-out 0.12s;
	-moz-transition: 0.2s ease-out 0.2s;
	transition: 0.2s ease-out 0.2s;
	border:1px solid transparent;
	padding:7px 10px;
}
input.button:hover{
	background:#ffffff;
	color:#1D5068;
	border:1px solid #1D5068;
}

.default-btn{
	background:transparent;
	padding:10px 40px;
	width:auto;
	border-radius:5px;
	color:#fff;
	font-size:13px;
	line-height:1;
	text-decoration:none;
	border:1px solid #fff;
	display:inline-block;
}
.default-btn:hover{
	background:#1aabe3;
	color:#fff;
	text-decoration:none;
	border:1px solid #1aabe3;
}

/* p, blockquote, address
______________________*/
p{
	font-family: 'Ubuntu', sans-serif;
	font-size:14px;
	line-height:30px;
}

/* Lists
______________________*/
ul,
ol{}

ul li,
ol li{}

/* Navigation
______________________*/
.navbar-header{
	float:right;
	display:none;
}
.navbar-header .collapse-button{
	background:#1aabe3;
	border:none;
	height:38px;
	padding-top:5px;
	transition:all 450ms ease-out 0s;
	width:auto;
	vertical-align:middle;
}
.navbar-header .collapse-button span{
	display:block;
	width:20px;
	height:2px;
	margin-bottom:3px;
	background:#ffffff;
}
.navbar-header em{
	display:inline-block;
	font-style:normal;
	margin:3px 0 0 5px;
	vertical-align:middle;
	font-weight:600;
	font-size:14px;
	text-transform:uppercase;
}
#menu{
	text-align:right;
	margin-top:12px;
}
#menu ul{
	padding:0;
	margin:0;
}
#menu li{
	display:inline-block;
	margin:0;
	position:relative;
	cursor:pointer;
	background:none;
	padding:0;
	line-height:1;
}
#menu li:last-child{
	margin:0;
}
#menu a{
	font-size:13px;
	color:#ffffff;
	text-transform:uppercase;
	padding:15px 10px;
	display:block;
	font-family: 'Raleway', sans-serif;
	text-shadow:0 2px 5px rgba(0, 0, 0, 0.8);
	font-weight:600;
}
#menu li:hover a, 
#menu li.active a, 
#menu li.current-menu-item a, 
#menu li.current-page-ancestor a, 
#menu li.current-menu-ancestor a{
	color:#ffffff;
	background:none;
	border-top:5px solid #1aabe3;
}
#menu li a:focus{
	background:none !important;
}
/* Sub Navigation
______________________*/
#menu li .sub-menu,
#menu li .sub-sub-menu{
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top:48px;
	width: 200px;
	z-index: 999;
	text-align: left;
	padding: 0;
	display: none;
	border:none;
}
#menu li .sub-sub-menu{
	position:absolute;
	right:0;
}
#menu li .sub-menu li {
	margin: 0;
	display: block;
	padding: 0;
	background: none;
	border-right:none;
	position:relative;
}
#menu li .sub-menu li a {
	float: none;
	font-size: 11px;
	padding:10px 20px;
	border-bottom: thin solid #ffffff;
	display: block;
	color: #ffffff;
	border-right:none;
	text-decoration:none;
	text-transform:capitalize;
	line-height:14px;
}
#menu li .sub-menu li:last-child a {
	border: none;
}
#menu li:hover .sub-menu {
	display: block;
}
#menu li .sub-menu li a,
#menu li .sub-menu .sub-sub-menu li a{
	background: none;
	border-radius:0 !important;
	border:none;
}
#menu .sub-menu li:hover > a,
#menu li .sub-menu li.active > a{
	color: #ffffff;
	border-radius:0 !important;
	background:#1aabe3;
	border:none;
}
#menu li .sub-menu .sub-sub-menu li:hover > a{
	background:#1aabe3;
}
#menu li .sub-menu li:hover .sub-sub-menu{
	display:block;
	right:-200px;
	top:0;
}


/* Header */

 /* header top */
#header{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:999;
}
#header.active{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:auto;
	z-index:9999;
	background:rgba(0, 0, 0, 0.5);
}
.header-top{
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.header-top li{
	display:inline-block;
	font-size:14px;
}
.header-top li a{
	display:block;
	padding:10px;
	color:#ffffff;
	text-decoration:none;
}
.header-top li a i{
	margin-right:10px;
}
.header-top li a:hover,
.header-top li.active a{
	color:#1aabe3;
}
.header-top li:last-child{
	border:none;
}
.header-top .content-right{
	text-align:right;
}

 /* header main */
.header-main{
	padding:10px 0;
}
#header .logo a{
	background:url(../images/logo.png) no-repeat left top;
	background-size:100% auto;
	display:block;
    height:65px;
    text-decoration:none;
    width:235px;
	margin:0 auto;
}

.search-wrap{
	position:relative;
	opacity:0;
	transition:all 450ms ease-out 0s;
}
.search-wrap .search-bar{
	padding:10px 150px 10px 10px;
}
.search-wrap .search-btn{
	background:#1aabe3;
    -moz-border-radius:0 4px 4px 0;
	-o-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
    position:absolute;
    right:0;
    text-align:center;
    top:0;
    width:135px;
}
.search-wrap .search-btn button{
	background:none;
    border:none;
    color:#fff;
    font-size:20px;
    padding:10px;
}
.search-wrap.active{
	opacity:1;
}


/* sub Slider */

.overlap {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	-webkit-transform: translate3d(0,0,0);
	z-index: 20;
}
.subslider{
	height:400px;
	overflow:hidden;
	position:relative;
}
.subslider img{
	object-fit: cover;
	width: 100%;
	height:400px;
}
.subslider .slider-content{
	
    position:absolute;
	top:260px;
    left:10px;
    transform:translate(0, -50%);
	width:50%;
	z-index:999;
	background:rgba(0,0,0,0.4);
	padding:20px;
}
.subslider .slider-content h2{
	font-size:30px;
	line-height:40px;
	color:#1aabe3;
	text-transform:uppercase;
	text-shadow:0 2px 5px rgba(0, 0, 0, 0.8);
}
.subslider .slider-content p{
	font-size:16px;
	line-height:22px;
	margin:0 0 25px 0;
	color:#ffffff;
	font-weight:400;
	text-shadow:0 2px 5px rgba(0, 0, 0, 0.8);
	font-family: 'Ubuntu', sans-serif;
}

/* Main Slider */

.mainslider{
	height:100vh;
	overflow:hidden;
	position:relative;
}
.mainslider li{
	margin:0;
	padding:0;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position:center top !important;
	height:100vh;
	overflow:hidden;
}
.mainslider .slidercontent-wrap{
	text-align:left;
	width:100%;
	height:100%;
}
.mainslider .slidercontent-wrap .container{
	height:100%;
	position:relative;
}
.mainslider .slider-content{
	top:75%;
    left:0;
    position:absolute;
    transform:translate(0, -50%);
	width:50%;
	z-index:999;
	background:rgba(0,0,0,0.4);
	padding:20px;
}
.mainslider .slider-content h2{
	font-size:30px;
	line-height:40px;
	color:#1aabe3;
	text-transform:uppercase;
	text-shadow:0 2px 5px rgba(0, 0, 0, 0.8);
}
.mainslider .slider-content h4{
	font-size: 15px;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #1aabe3;
    font-weight: 600;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
    letter-spacing: 1px;
}
.mainslider .slider-content p{
	font-size:16px;
	line-height:22px;
	margin:0 0 25px 0;
	color:#ffffff;
	font-weight:400;
	text-shadow:0 2px 5px rgba(0, 0, 0, 0.8);
	font-family: 'Ubuntu', sans-serif;
}

#header.active .header-top,
#header.active .search-wrap{
	display:none;
}

/* Controls */
.bx-controls{
    left:0;
    position:absolute;
    top:50%;
    width:100%;
    z-index:99;
}
.bx-controls a{
	font-size:0;
	background:url(../images/prev-g.png) no-repeat;
	width:50px;
	height:50px;
	background-size:100% auto;
	display:block;
	opacity:0;
	margin:0 25px;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
.bx-controls a:hover{
	opacity:0.6;
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.bx-controls a.bx-next{
	background:url(../images/next-g.png) no-repeat;
	position:absolute;
	right:0;
	top:0;
	width:50px;
	height:50px;
	background-size:100% auto;
}
.mainslider:hover .bx-controls a{
	opacity:0.6;
}

/* Welcome Section */
.welcome-sections h2{
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:20px;
	font-size:28px;
	line-height:38px;
	letter-spacing:5px;
}
.welcome-sections h2 span,
.category-sections h2 span{
	color:#1aabe3;
	font-weight:600;
}
.welcome-sections .default-btn{
	margin-top:20px;
	background:#1aabe3;
	border:1px solid #1aabe3;
}
.welcome-sections .default-btn:hover{
	background:none;
	color:#1aabe3;
}
.img-wrapper{
	border:10px solid #fff;
    box-shadow:0 0 20px 0 #444;
    position:relative;
}
.img-wrapper img{
	object-fit: fill;
	width: 100%;
}
.video-wrapper{
	border:10px solid #fff;
    box-shadow:0 0 20px 0 #444;
    height:374px;
    margin-top:-90px;
    position:relative;
    width:650px;
    z-index:99;
}
.video-wrapper iframe{
	width:100%;
	height:100%;
}

/* Category Section */
.category-sections{
	background:#f3f3f3;
}
.category-sections,
.welcome-sections{
	padding:50px 0;
}
.category-sections h2{
	font-weight:400;
	margin-bottom:30px;
	font-size:28px;
	letter-spacing:5px;
	text-transform:uppercase;
}
.category-sections li{
	float:left;
	width:33.33%;
	overflow:hidden;
	height:355px;
	position:relative;
}
.category-sections li img{
	display:block;
	width:100%;
	height:auto;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
.category-sections li:hover img{
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.category-sections li span{
	position:absolute;
	left:0;
	bottom:0;
	font-family: 'Montserrat', sans-serif;
	font-weight:200;
	font-size:22px;
	line-height:1;
	color:#ffffff;
	width:100%;
	height:100%;
	padding:250px 20px 20px 20px;
	background:rgba(0,0,0,0.5);
	text-transform:uppercase;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
.category-sections li span em{
	font-weight:600;
	display:block;
	margin-top:5px;
	font-style:normal;
}
.category-sections li:hover span{
	padding:20px 20px 20px 20px;
	height:auto;
}

/* Featured Section */
.featured-sections{
	padding:50px 0;
}
.featured-sections h2{
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:20px;
	font-size:28px;
	line-height:38px;
	letter-spacing:5px;
	text-align:center;
}
.featured-sections h2 span{
	color:#1aabe3;
	font-weight:600;
}
.featured-menu ul{
	text-align:center;
	padding:10px 0 20px;
}
.featured-menu li{
	display:inline-block;
	margin-right:20px;
}
.featured-menu li a{
	padding:10px 15px;
	font-weight:600;
	font-family: 'Ubuntu', sans-serif;
	text-transform:uppercase;
	color:#333;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	min-width:125px;
	display:block;
}
.featured-menu li:hover a,
.featured-menu li.active a{
	background:#000000;
	color:#fff;
	text-decoration:none;
}
.featured-wrap{
	margin-top:20px;
}
.featured-wrap .image-wrapper{
	margin-bottom:20px;
	height:270px;
	overflow:hidden;
}
.featured-wrap .image-wrapper img{
	display:block;
	width:100%;
	height:auto;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
.featured-wrap .product-content{
	text-align:center;
}
.featured-wrap a{
	color:#333;
	display:block;
	margin-bottom:10px;
	text-decoration:none;
	font-size:17px;
}
.featured-wrap span.price{
	display:block;
	font-size:16px;
	color:#1aabe3;
	margin-bottom:20px;
	font-weight:600;
}
.featured-wrap .default-btn{
	margin:0;
	background:#1aabe3;
	border:1px solid #1aabe3;
	color:#fff;
	text-align:center;
	display:inline-block;
}
.featured-wrap .car-btn{
	text-align:center;
}
.featured-wrap .default-btn:hover{
	background:none;
	color:#1aabe3;
}
.featured-wrap .item:hover .image-wrapper img{
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.featured-wrap .item:hover .default-btn{
	background:none;
	color:#1aabe3;
}
.featured-wrap .item:hover a{
	color:#1aabe3;
}
.owl-theme .owl-nav{
    left:0;
    position:absolute;
    top:50%;
    width:100%;
    z-index:99;
}
.owl-theme .owl-nav .owl-prev{
	position:absolute;
	left:-40px;
	background:url(../images/prev.png) no-repeat !important;
	width:50px;
	height:50px;
	background-size:100% auto !important;
}
.owl-theme .owl-nav .owl-next{
	position:absolute;
	right:-40px;
	background:url(../images/next.png) no-repeat !important;
	width:50px;
	height:50px;
	background-size:100% auto !important;
}
.owl-theme .owl-nav .owl-prev span,
.owl-theme .owl-nav .owl-next span{
	display:block;
	width:50px;
	height:50px;
	font-size:0;
}
.featured-wrap .featured-content{
	display:none;
}


/* Testimonial Section */
.testimonial-sections{
	padding:50px 0;
	background:#f3f3f3;
}
.testimonial-sections h2{
	font-size: 28px;
    font-weight: 400;
    letter-spacing: 5px;
    margin-bottom: 30px;
    text-transform: uppercase;
	text-align:center;
}
.testimonial-sections h2 span{
	color:#1aabe3;
	font-weight:600;
}
.testimonial-sections .item{
	text-align:center;
}
.testimonial-sections .client-description{
	padding-bottom:20px;
}
.testimonial-sections .name{
	color:#1aabe3;
	font-weight:600;
}

/* Faqs */
.faq {
    min-height: 50vh;
}

.faq .section-title {
    margin-bottom: 54px;
}

.faq .section-title h2 {
    margin-bottom: 22px;
}

.faq .accordion .card {
    border: none;
    margin-bottom: 30px;
}

.faq .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 10px;
}

.faq .accordion .card .card-header {
    border: none;
    border-radius: 10px;
    padding: 0;
}

.faq .accordion .card .card-header h5 {
    padding: 0;
}

.faq .accordion .card .card-header h5 button {
    color: #1e3056;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding: 0 30px 0 70px;
    height: 80px;
    display: block;
    width: 100%;
    color: rgba(30, 48, 86, 0.8);
    text-align: left;
    background: rgba(0, 0, 0, .075);
    -webkit-box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    border-radius: 10px 10px 0 0;
    position: relative;
}

.faq .accordion .card .card-header h5 button:after {
    position: absolute;
    left: 30px;
    top: 55%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    color: #1aabe3;
    text-align: center;
    border: 1px solid #1aabe3;
    border-radius: 50%;
    line-height: 100%;
    content: '\f067';
    font-size: 10px;
    line-height: 18px;
    font-family: "FontAwesome";
    font-weight: 900;
}

.faq .accordion .card .card-header h5 button.collapsed {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(97, 125, 255, 0.2);
}

.faq .accordion .card .card-header h5 button[aria-expanded="true"]:after {
    content: '\f068';
    color: #fff;
	background-color: black;
/*    background-image: -webkit-linear-gradient(-180deg, #1a5be3 0%, #1aabe3 30%, #a85fff 100%);*/
}

.faq .accordion .card .card-body {
    -webkit-box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
    border-radius: 0 0 10px 10px;
    padding-top: 20px;
    padding-left: 72px;
    padding-right: 70px;
    padding-bottom: 23px;
    color: rgba(30, 48, 86, 0.8);
    line-height: 30px;
}
/* contact us */


#container button {
  overflow: visible;
}

#container button, #container select {
  text-transform: none;
}

#container button, #container input, #container select, #container textarea {
  color: #5A5A5A;
  font: inherit;
  margin: 0;
	box-shadow: 0 0 0 0 #000;
}

#container input {
  line-height: normal;
}

#container textarea {
  overflow: auto;
}

#container {
  margin: 0px auto 60px;
  position: relative;
}

#container form {
  padding: 0px 37.5px 37.5px;
  margin: 50px 0;
}


#container .email {
	float: right;
	width: 45%;
}

#container input[type='text'], 
#container [type='email'], 
#container select, 
#container textarea,
#container input[type='file']{
	background: none;
  	border: none;
	border-bottom: solid 2px #474544;
	color: #474544;
	font-size: 1.000em;
  	font-weight: 400;
  	letter-spacing: 1px;
	margin: 0em 0 1.875em 0;
	padding: 0 0 0.875em 0;
  	text-transform: uppercase;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#container input[type='text']:focus, #container [type='email']:focus, textarea:focus { 
	outline: none;
	padding: 0 0 0.875em 0;
}

#container .message {
	float: none;
}

#container .name {
	float: left;
	width: 45%;
}
.cv label{
	font: inherit;
    margin-bottom: 15px;
    font-size: 1.0000em;
    color: #474544;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#container select {
  background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png') no-repeat right;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

#container select::-ms-expand {
  display: none;
}

#container .subject {
  width: 100%;
}

#container .telephone {
  width: 100%;
}

#container textarea {
	line-height: 150%;
	height: 150px;
	resize: none;
  width: 100%;
}

::-webkit-input-placeholder {
	color: #474544;
}

:-moz-placeholder { 
	color: #474544;
	opacity: 1;
}

::-moz-placeholder {
	color: #474544;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #474544;
}

#container #form_button {
  background: none;
  border: solid 2px #474544;
  color: #474544;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  padding: 20px 35px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#container #form_button:hover {
  background: #474544;
  color: #F2F3EB;
}
.map-wrapper iframe{
	display:block;
	width:100%;
	height:400px;
}

@media screen and (max-width: 768px) {
  #container {
    margin: 20px auto;
    width: 95%;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 26px;
  }
  
  .underline {
    width: 68px;
  }
  
  #form_button {
    padding: 15px 25px;
  }
}

@media screen and (max-width: 420px) {
  h1 {
    font-size: 18px;
  }
  
  .icon {
    height: 35px;
    width: 35px;
  }
  
  .underline {
    width: 53px;
  }
  
  input[type='text'], [type='email'], select, textarea {
    font-size: 0.875em;
  }
}

/* Clients Section */
.clients-sections{
	padding:50px 0;
	background:#f3f3f3;
}

/* Footer Section */
#footer{
	padding:50px 0;
	background:#3E3E3E;
}
#footer .icons{
	width: 8%;
	padding: 0.5% 1%;
	text-align: center;
	display: inline-block;
	color: white;
	float: left;
}
#footer .text, .text a{
	width: 86%;
	padding: 0.5% 2%;
	display: inline-block;
	color: white;
	float: left;
}
#footer h3{
	font-size:18px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
	color:#ffffff;
}
#footer h4{
	font-size:18px;
    font-weight: 600;
	display: block;
	float: left;
	width: 100%;
    margin: 30px 0px 20px;
    text-transform: uppercase;
	color:#ffffff;
}
#footer .offices-address li{
	color:#ffffff;
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
	font-family: 'Raleway', sans-serif;
}
#footer .offices-address li:first-child{
	margin-bottom:20px;
}
#footer .offices-address li em{
	display:inline-block;
	margin-right:15px;
	color:#ffffff;
	font-size:16px;
}
#footer .offices-address li a{
	color:#ffffff;
}
#footer .offices-address li span{
	font-weight:600;
	display:block;
	margin-bottom:5px;
}
#footer .offices-address li:hover a{
	color:#1aabe3;
}
#footer .menu-wrap ul{
	float:left;
	width:98%;
	list-style-type: circle;
	
}
#footer .menu-wrap li{
	list-style-type: disc;
    margin-left: 20px;
	margin-bottom:10px;
}
#footer .menu-wrap li a{
	color:#ffffff;
	text-decoration:none;
}
#footer .menu-wrap li:hover a{
	color:#1aabe3;
}
#footer .request-wrap p{
	color:#ffffff;
	font-size:14px;
	line-height:20px;
	padding-bottom:35px;
	font-family: 'Raleway', sans-serif;
}
.footer-bottom{
	padding:20px 0;
	text-align:center;
	background:#1aabe3;
}
.footer-bottom p{
	color:#ffffff;
	font-size:14px;
	line-height:20px;
	font-family: 'Raleway', sans-serif;
}
.footer-bottom p a{
	color:#ffffff;
	text-decoration:none;
}


.fl{ float:left}
.fr{ float:right}
.cl{ clear:both; font-size:0; height:0; }
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.category-sections .listin li{
	overflow: inherit;
    margin: 5px 20px;
    list-style-type: disc;
	height: auto;
	width: 100%;
	font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 30px;
}


.pdf_ptx_icon{ 
padding: 20px;}

/* Alignments */
.center { text-align:center }
.right { text-align:right }
.top {vertical-align:top }
.middle { vertical-align:middle }


/* Responsive */
@media (max-width: 1200px){}

@media (max-width: 1024px){}

@media (max-width: 800px){}

@media (max-width: 640px){}

@media (max-width: 480px){}