@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400');

@font-face {
	font-family: 'Rockwell';
	src: url('../fonts/ROCK.eot');
	src: local('☺'), url('../fonts/ROCK.woff') format('woff'), url('../fonts/ROCK.ttf') format('truetype'), url('../fonts/ROCK.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Rockwellbold';
	src: url('../fonts/ROCKB.eot');
	src: local('☺'), url('../fonts/ROCKB.woff') format('woff'), url('../fonts/ROCKB.ttf') format('truetype'), url('../fonts/ROCKB.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Lato', sans-serif;
}
a:hover, a:focus {
    text-decoration: none !important;
}
*{
	outline: none !important;
}
ul{
	padding:0px;
	margin:0px;
}
ul li {
	list-style: none;
}
.img-responsive{
	width: 100%;
}
.p-0{
	padding:0px;
}
.mt-35{
	margin-top: 35px !important;
}
p{
	font-size: 14px;
	color: #777;
	line-height: 25px;
}
/*start my style*/
.fixed {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid rgba(0,155,222,0.2) !important;
    z-index: 999;
    transition: all ease-in-out 0.5s;
}
header .top-sec{
	padding:9px 0px;
	background:#fff;
	overflow: hidden;
}

header .top-sec .row .col-md-7{
	margin-top: 10px;
}
header .navbar {
    border-radius: 0px;
    margin:0px;
    border:none;
    padding: 14px 0px;
    background: #00a0e3;
}
.logo-2 .logo_img1{
	display: block;
}
.logo-2 .logo_img2{
	display: none;
}
.navbar-inverse {
    background:#fff;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background:none;
}
.navbar-inverse .navbar-nav > li > a {
    color: #333;
    padding:18px 7px;
    font-size: 15px;
    transition: all ease-in-out 0.5s;
}
.navbar-inverse .navbar-nav > li:last-child > .appointments {
    background: #333;
    padding: 6px 15px;
    color: #fff;
    margin: 12px 15px 12px 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    transition: all ease-in-out 0.5s;
}
.navbar-inverse .navbar-nav > li:last-child > .appointments:hover{
    background: #076086;
    color: #fff;
}
.navbar-inverse .navbar-nav > .active > a{
    background: none;
}
.navbar-collapse{
	padding:0px;
}
.social_ul{
	text-align: right;
}
.social_ul li{
	display: inline-block;
}
.logo-2{
	display: block;
}
.social_ul li a {
    padding: 0px !important;
    width: 32px;
    height: 32px;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: #1169a1;
    color: #fff !important;
    line-height: 31px;
    margin-left: 3px;
    transition: all ease-in-out 0.5s;
}
.social_ul li a:hover{
	background: #2a2a2a !important;
}
.social_ul li:nth-child(2) a{
	background: #9538BE;
}
.social_ul li:nth-child(3) a{
	background: #e45c41;
}
.social_ul li:nth-child(4) a{
	background: #d22c2c;
}

.top-row p {
    margin: 0px;
    color: #121111;
    text-transform: uppercase;
    line-height: 31px;
    font-weight: bold;
}
.top-row p a{
	display: inline-block;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	margin-right: 10px;
	transition: all ease-in-out 0.5s;
}
.top-row p a:hover{
	color: #00a0e3;
}
.top-row p a i{
	margin-right: 5px;
}
.top-row p span{
	padding:0px 5px;
	color: #333;
}
/*department_sec*/
.department_sec .row{
	margin:auto 0px;
}
.department_sec article {
    padding: 30px;
    background: #f8f8f8;
       margin: 60px 0;
    position: relative;
    z-index: 99;
    border: 1px solid #eee;
    height: auto;
    min-height: 265px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.department_sec article h3{
	display: block;
    font-size: 22px;
    font-weight: bold;
    color: #00a0e3;
    margin:0px 0px 25px 0px;
    position: relative;
    text-transform: uppercase;
}
.department_sec article h3 span{
	color: #333;
}
.department_sec article h3::before {
    background-color: #00a0e3;
    bottom: -14px;
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    width: 38px;
    z-index: 1;
}
.department_sec article h3::after {
    background-color: #ddd;
    bottom: -14px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}
.department_sec article a{
	display: inline-block;
	padding:6px 15px;
	background: #00a0e3;
	color: #fff;
	text-transform: uppercase;
	border-radius: 30px;
	margin-top: 6px;
	font-weight: bold;
	transition: all ease-in-out 0.5s;
}
.department_sec article a:hover{
	background: #333;
	color: #fff;
}
.doc_btns{
	display: inline-block;
	padding:6px 15px;
	background: #00a0e3;
	color: #fff;
	border:none;
	text-transform: uppercase;
	border-radius: 30px;
	margin-top: 6px;
	font-weight: bold;
	transition: all ease-in-out 0.5s;
}
.doc_btns:hover{
	background: #333;
	color: #fff;
}
/*about_sec*/
.about_sec{
  position: relative;
  overflow: hidden;
}
.about_sec .row-1 .col-md-9, .about_sec .row-1 .col-md-3{
  height: 544px;
  padding: 70px 0px;
}
.about_sec .row-1 .col-md-3{
  background: #efefef;
}
.about_sec .about_over{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.flex-container {
  display: flex;
  align-items: stretch;
}

.flex-container > div {
  width: 100%;
  margin: 62px 10px;
}
.flex-container .flex-inner2{
  flex-basis:60%;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  position: relative;
  overflow: hidden;
}
.flex-container .flex-inner2 .flex-img1{
  display: block;
  transition: all ease-in-out 0.5s;
}
.flex-container .flex-inner1{
  text-align: left;
  padding:40px 30px;
}
.flex-container .flex-inner1 h3 span{
  font-size: 14px;
   display: block;
   font-style: italic;
   color: #777;
}
.flex-container .flex-inner1 h3 {
  font-size: 34px;
  position: relative;
}
.flex-container .flex-inner1 h4{
	font-size: 14px;
	margin:15px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}
.flex-container .flex-inner1 h3 small{
  font-size: 34px;
  color: #00a0e3;
  position: relative;
  background: #fff;
  padding-right: 6px;
}
.flex-container .flex-inner1 h3 small::before {
    position: absolute;
    content: "";
    width: 210px;
    height: 1px;
    bottom: 18px;
    left: 0;
    z-index: -1;
    background: #777;
}
.flex-container .flex-inner1 p{
    font-size: 14px;
    line-height: 25px;
    color: #777;
    margin-bottom: 10px;
}
.flex-container .flex-inner1 a{
    display: inline-block;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    color: #00a0e3;
    transition: all ease-in-out 0.5s;
}
.flex-container .flex-inner1 a:hover{
  color: #333;
}
/*start service-sec */
.heading{
	text-align: center;
}
.heading h3{
	font-size: 40px;
	color: #009bde;
	text-transform: uppercase;
	font-family: 'Rockwell',Sans-Serif;
}
.heading p{
	font-size: 14px;
	color: #242424;
	background: #e2e2e2;
	padding:5px 20px;
	display: inline-block;
	font-family: 'Rockwell',Sans-Serif;
}

/*start facilitie-sec */
.facilitie-sec{
	padding:90px 0px 70px 0px;
	background: #18436e;
	background-size: cover;
	color: #fff;
	position: relative;
}
.facilitie-sec::before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	background: url(../images/border.jpg) no-repeat top;
	padding:7px 0px;
	background-size: cover;
}
.facilitie-sec h3 {
    font-size: 40px;
    font-family: 'Rockwell',Sans-Serif;
    text-transform: uppercase;
    margin: 0px;
    text-align: center;
}
.facilitie-sec article ul{
	margin-top: 40px;
}
.facilitie-sec article ul li{
	width: 25%;
	float: left;
}
.facilitie-sec article ul li a {
    color: #fff;
    display: block;
    padding: 8px 0px;
    font-size: 15px;
}
.facilitie-sec article ul li a img{
	margin-right: 10px;
}

/*start team-sec */
.team-sec {
    padding: 0px 0px 30px 0px;
    background: #edf1f5;
    border-top:1px solid #e4e7ea;
}
.team-sec .our-teams{
	margin-top: 30px;
	text-align: left;
}
.team-sec .our-teams .item h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin:30px;
}
.team-sec .our-teams .item article {
    background: #fff;
    padding: 30px;
    height: auto;
    min-height: 235px;
    position: relative;
    border-radius: 20px;
    box-shadow: -5px -3px 10px 0px rgba(0,0,0,0.1);
    margin: 30px 30px 30px 30px;
}
.team-sec .our-teams .item article::before {
    position: absolute;
    content: "";
    background: url(../images/shape-1.png) no-repeat center;
    padding: 20px 0px;
    width: 100px;
    top: -30px;
}
.team-sec .our-teams .item article i {
    font-size: 30px;
    color: #ccc;
}
.team-sec .our-teams .item article p {
    font-size: 14px;
    line-height: 25px;
    color: #777;
}
.team-sec .our-teams .owl-nav{
	display: block;
	position: absolute;
	top: 42%;
	width: 100%;
}
.team-sec .our-teams .owl-nav .owl-prev{
	float: left;
	font-size: 60px;
	font-weight: bold;
	color: #c4c4c6;
	margin-left: -25px;
}
.team-sec .our-teams .owl-nav .owl-next{
	float: right;
	font-size: 60px;
	font-weight: bold;
	color: #c4c4c6;
	margin-right: -25px;
}
.fac-md5 img{
	padding: 20px;
}
/* start footer sec*/
.footer-sec{
	padding:50px 0px;
	background: #e3e3e3;
	position: relative;
}
.footer-sec::before{
	position: absolute;
	content: "";
	padding:50px 0px;
	background: url(../images/border.jpg) no-repeat top;
	background-size: cover;
	padding:5px 0px;
	top: 0;
	right: 0;
	left: 0;
}
.footer-sec h3{
	font-size: 24px;
	font-family: 'Rockwell',Sans-Serif;
	background: #ebebeb;
	padding:8px 15px;
	margin-bottom: 35px;
}
.address{
	position: relative;
	margin-top: 40px;
	padding:0px 0px 0px 50px;
}
.address img{
	position: absolute;
	left: 0;
}
.address h4{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #323232;
}
.address .p_a{
	margin: 0px;
    color: #777;
    display: block;
    transition: all ease-in-out 0.5s;
}
.address .p_a:hover{
    color: #00b9eb;
}
.address p a{
	font-size: 14px;
	color: #323232;
	display: block;
	transition: all ease-in-out 0.5s;
}
.address p a:hover{
	color: #00b9eb;
}
.footer-sec .footer-nav{
	margin-top: 30px;
}
.footer-sec .footer-nav li{
	display:block;
}
.footer-sec .footer-nav li a {
    display: block;
    padding: 10px 0px;
    color: #323232;
    transition: all ease-in-out 0.5s;
    border-bottom: 1px dashed #fff;
}
.footer-sec .footer-nav li a:hover{
	color: #00b9eb;
}
.footer-sec .footer-nav li a img{
	margin-right: 10px;
}
.footer-sec article form .footer-form{
	border:2px solid #fff;
	padding:14px;
	width: 100%;
	background: none;
	transition: all ease-in-out 0.5s;
}
.footer-sec article form .footer-form:hover, .footer-form:focus{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.footer-sec article form .footer-btns{
	border:none;
	padding:6px 15px;
	text-transform: uppercase;
	color: #fff;
	background: #00b9eb;
	font-weight: bold;
	margin-top: 20px;
	transition: all ease-in-out 0.5s; 
}
.footer-sec article form .footer-btns:hover{
	background: #222222;
}
.footer-sec article .footer-logo{
	display:block;
	text-align: center;
	margin-top: 24px;
}
.footer-sec article .social-link li{
	float: left;
}
.footer-sec article .social-link li a{
	display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 18px;
    text-align: center;
    background: #3f9bd5;
    color: #fff;
    line-height: 35px;
    margin-right: 3px;
    transition: all ease-in-out 0.5s;
}
.footer-sec article .social-link li:nth-child(2) a{
	background: #9538BE;
}
.footer-sec article .social-link li:nth-child(3) a{
	background: #e45c41;
}
.footer-sec article .social-link li:nth-child(4) a{
	background: #d22c2c;
}
.footer-sec article .social-link li a:hover{
	background: #2a2a2a;
}
.footer-sec article .copyright{
	font-size: 16px;
	font-weight: bold;
	margin-top: 35px;
	color: #323232;
}

/*team-secs*/
.team-secs {
	padding: 50px 0px 50px 0px;
}
.team-secs .our-doctor{
	margin-top: 40px;
}
.team-secs article{
	padding: 20px;
	text-align: center;
	margin:5px 5px 30px 5px;
	border-radius: 10px;
	border:1px solid #b5e5f9;
	border-bottom:8px solid #00a0e3;
	height: auto;
    min-height: 500px;
}
.team-secs article img {
    border-radius: 50%;
    padding: 5px;
    width: 150px;
    margin: 0 auto;
    border: 1px solid #ddd;
    margin-bottom:10px;
    max-width:100%;
}
.team-secs article h3{
	font-size: 18px;
	margin-top: 0px;
    font-family: 'Rockwell',Sans-Serif;
    text-transform: uppercase;
}
.team-secs article p{
	color: #656565;
}
.team-secs article a {
    font-weight: bold;
    color: #00a0e3;
    transition: all ease-in-out 0.5s;
    display: inline-block;
    margin-top: 0px;
    padding: 8px 20px;
    font-size: 18px;
    border-radius:5px;
}
.team-secs article a:hover{
    color: #333;
}
.team-secs article .text-4{
	color: #009bde;
    text-transform: uppercase;
}
.team-secs article h5{
    color: #777;
    margin-bottom: 3px;
}
.team-secs article small{
    display: block;
    font-style: italic;
    color: #777;
}
.team-secs article h5 strong{
    margin-right: 5px;
}
.bottom-dr {
    padding: 40px 20px 40px 150px !important;
    position: relative;
    background: rgba(0,155,222,0.2);
    text-align: left !important;
    border-radius: 10px;
	border:1px solid rgba(0,0,0,0.1);
	border-bottom:8px solid rgba(0,0,0,0.1);
	height: auto;
	min-height: auto !important;
}
.bottom-dr img{
	position: absolute;
	top: 40px;
    left: 10px;
    border-radius: 50%;
    width: 120px!important;
    height: auto;
    border: 3px solid #fff;
    padding: 0px !important;
}
.team-secs .our-doctor .owl-nav{
	display: block;
	width: 100%;
	text-align: center;
}
.team-secs .our-doctor .owl-nav .owl-prev, .team-secs .our-doctor .owl-nav .owl-next {
    width: 40px;
    height: 30px;
    line-height: 27px;
    background: #e5e5e5;
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
    border-radius: 5px;
    color: #00a0e3;
    border-bottom:2px solid #d5d4d4;
    text-align: center;
    transition: all ease-in-out 0.5s;
}
.team-secs .our-doctor .owl-nav .owl-prev:hover, .team-secs .our-doctor .owl-nav .owl-next:hover{
	background: #c9c5c5;
	border-bottom:2px solid #aaa7a7;
}
/*start contact us */
.banner-sec{
	background: url(../images/contact_banner.jpg) no-repeat center;
	background-size: cover;
	padding:60px 0px 0px 0px;
	position: relative;
}
.banner-sec::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid #009bde;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.banner-sec::before{
	background-color: rgba(42, 42, 42, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.banner-sec h3{
	font-size: 36px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
.banner-sec ul {
    text-align: center;
    padding: 15px 0px;
    background: #009bde;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}
.banner-sec ul li{
	display: inline-block;
}
.banner-sec ul li a{
	color: #fff;
	text-transform: uppercase;
	padding-right: 10px;
}
.banner-sec ul li a i{
	margin-left: 10px;
}
/*start about page*/
.about-page{
	padding:0px 0px 0px 0px;
	background: #f5f4f4 url(../images/bg-iconlight.png) no-repeat right top;
	background-size: auto;
}
.about-page .aboutrow12{
	position: relative;
	top: 70px;
}
.about-page .row1{
    text-align: center;
    overflow: hidden;
}
.about-page .row2 {
    padding: 40px;
    background: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.about-page .row2 article{
	margin-top: 30px;
}
.about-page .row2 article p{
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}


/*start about page*/
.about-page{
	padding:0px 0px 100px 0px;
	background: #f5f4f4 url(../images/bg-iconlight.png) no-repeat right top;
	background-size: auto;
}
.about-page .aboutrow12{
	position: relative;
	top: 70px;
}
.about-page .row1{
    text-align: center;
    overflow: hidden;
}
.about-page .row2 {
    padding: 40px;
    background: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.about-page .row2 article{
	margin-top: 30px;
	text-align: center;
}
.about-page .row2 article p{
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}
.about-page .row2 article h4 {
    font-size: 14px;
    margin: 15px 0px 0px 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
/*start team sec*/
.team-secss{
	background: #eee;
	border-top:2px solid #efeaea;
	overflow: hidden;
}
.form-sec .form {
    padding:20px 50px 50px 50px;
    border-radius:30px;
    position: relative;
    border: 2px solid #FFF;
    background: linear-gradient(to bottom, #f0f0f0 0%, #FFF 55%);
    overflow: hidden;
}
.form-sec .form h2{
	margin-top: 0px;
	text-transform: uppercase;
}
.form-sec .form form{
	margin-top: 30px;
}
.form-sec .form .form-control{
	border:1px solid #e5e5e5;
	border-radius: 12px;
	margin-bottom: 20px;
	box-shadow: none;
	padding:12px;
	height: auto;
	border-left: 3px solid #009bde;
	transition: all ease-in-out 0.5s;
}
.form-sec .form  .form-control:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.form-sec .form  .form-control:focus{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.form-sec .form .textarea{
	border-left: none;
	border:1px solid #e5e5e5;
}
.form-sec .form .form-btn{
	border:none;
	padding:7px 20px;
	background: #00a0e3;
	color: #fff;
	font-size: 18px;
    border-radius: 10px;
	text-transform: uppercase;
	transition: all ease-in-out 0.5s;
}
.form-sec .form .form-btn:hover{
	background: #333;
}
.form-sec {
       background-image: linear-gradient(to bottom, #e7e6e6, #edecec, #f3f2f3, #f9f9f9, #ffffff);
      padding: 70px 0px;
}
/*ser_secs*/
.empanel_secs{
	padding: 100px 0px;
	overflow: hidden;
    text-align: center;
	background-image: linear-gradient(to bottom, #e7e6e6, #edecec, #f3f2f3, #f9f9f9, #ffffff);
}
.empanel_secs h4{
    display: inline-block;
    padding:10px 20px;
    font-size: 40px;
    color: #777;
    text-transform: uppercase;
    border-radius: 10px;
    background: #ffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
/*faculty_sec*/
.faculty_sec{
	padding: 30px 0px;
	background:#f0f4f7;
}
.faculty_sec .row{
	margin-top: 30px;
}
.faculty_sec article{
	margin-bottom: 30px;
	border: 1px solid #b5e5f9;
	border-radius: 10px;
	text-align: center;
	overflow: hidden;
    border-bottom: 8px solid #00a0e3;
}
.faculty_sec article h4{
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 12px;
	display:block;
	background: #009bde;
	color: #fff;
}
.faculty_sec article .fac_inner{
	background: #fff;
	padding:20px 20px 20px 20px;
}
.faculty_sec article .fac_inner h3 {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
}
.faculty_sec article h4{
	margin-top: 0px;
	font-size: 18px;
	text-transform: uppercase;
}
.faculty_sec article .fac_inner a{
	color: #009bde;
	font-weight: bold;
	display:inline-block;
	transition: all ease-in-out 0.5s;
}
.faculty_sec article .fac_inner a:hover{
	color: #333;
}
/*gallery_sec*/
.gallery_sec{
	padding:60px 0px;
	background: #f5f5f5;
}
.gallery_sec ul{
    padding:30px;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px -10px 15px 0px rgba(0,0,0,0.1);
}
.gallery_sec ul li {
    width: 33.333%;
    float: left;
    padding-bottom: 15px;
    padding-right: 15px;
}
.gallery_sec ul li a{
	display: block;
	position: relative;
}
.gallery_sec ul li a::before{
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	transform: scale(0);
	transition: all ease-in-out 0.5s;
}
.gallery_sec ul li:hover a::before{
   transform: scale(1);
}
.gallery_sec ul li a::after{
	position: absolute;
	content: "\f002";
	top: 39%;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-family: 'FontAwesome';
	transform: scale(0);
	opacity: 0;
	transition: all ease-in-out 0.5s;
}
.gallery_sec ul li:hover a::after{
   transform: scale(1);
   opacity: 1;
}
.gallery_sec ul li img{
	width: 100%;
}
.modal-body {
    padding: 25px;
}
.modal-header {
    background: #00a0e3;
}
.modal-title {
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.modal-header .close {
    margin-top: 3px;
    color: #fff;
    opacity: 1;
}
.modal-body p {
    color: #777;
    font-size: 20px;
    margin-bottom: 15px;
}
.modal-body .online-form {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    background: none;
    transition: all ease-in-out 0.5s;
}
.modal-body .online-form:hover, .modal-body .online-form:focus {
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.modal-body .online-btns {
    border: none;
    padding: 7px 20px;
    background: #00a0e3;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 5px;
    transition: all ease-in-out 0.5s;
}
.modal-body .online-btns:hover {
    background: #333;
}
.team-secss .director_blog{
    border-bottom: 5px solid #00a0e3 !important;
    border:1px solid #E4E4E4;
    margin-bottom: 30px;
    background: rgba(255,255,255,0.5);
}
.team-secss .row{
    margin-top: 30px;
}
.team-secss .director_blog .dir_img {
    float: left;
    margin: 0 30px 0 0;
    text-align: center;
    padding: 20px;
    border: 1px solid #E4E4E4;
    height: auto;
    min-height: 360px;
}
.team-secss .director_blog .dir_img img{
    width: 200px;
    height: auto;
    border-radius: 50%;
    border:1px solid #E4E4E4;
}
.team-secss .director_blog .dir_img h4{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.team-secss .director_blog .dir_img .text-t{
    font-size: 14px;
    color: #777;
}
.team-secss .director_blog .dir_img small{
    color: #777;
    font-style: italic;
}
.team-secss .director_blog .dir_img .doc-d{
    color: #00a0e3;
}
.team-secss .director_blog .text_blog {
    padding: 15px 10px 15px 10px;
}
.team-secss .director_blog .text_blog h5{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.team-secss .director_blog .text_blog p{
    font-size: 14px;
    line-height: 25px;
    color: #777;
}
.team-secss .director_blog .text_blog a{
    display: inline-block;
    padding:7px 20px;
    border-radius: 30px;
    border:1px solid #f9c2ae;
    font-size: 16px;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    transition: all ease-in-out 0.5s;
}
.team-secss .director_blog .text_blog a:hover{
    background: #f9c2ae;
}
.visit_text{
    text-align:center;
    margin:30px 0px;
}
.visit_text p {
    font-size: 30px;
    color: #009bde;
    text-transform: uppercase;
    font-family: 'Rockwell',Sans-Serif;
    border-bottom: 1px solid #c0c0c0;
    display: inline-block;
    padding-bottom: 12px;
}



/* The Modal (background) */
.modalss {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 30px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-contentss {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 44%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.closes {
  color: white;
  float: right;
  font-size: 28px;
  opacity:1;
  margin-top: -7px;
  font-weight: bold;
  cursor: pointer;
}

.modal-headerss {
  min-height: 16.43px;
padding: 15px;
background: #009bde;
}
.modal-headerss h2 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin:0px;
}
.modal-bodyss p {
    color: #777;
    font-size: 20px;
    margin-bottom: 15px;
}
.modal-bodyss .online-form {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    background: none;
    transition: all ease-in-out 0.5s;
}.modal-bodyss .online-form:hover, .modal-bodyss .online-form:focus {
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.modal-bodyss .online-btns {
    border: none;
    padding: 7px 20px;
    background: #00a0e3;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 5px;
    transition: all ease-in-out 0.5s;
}
.modal-bodyss .online-btns:hover {
    background: #333;
}
.modal-bodyss {padding: 25px;}

/*empanel_sec*/
.empanel_sec{
    padding:50px 0;
}
.empanel_sec article{
    padding:20px;
}
.empanel_sec .border_lb{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.empanel_sec .bor_bn{
    border-bottom: none;
}
.empanel_sec .bor-b{
    border-bottom: 1px solid #ccc;
}
.director_sec{
    background: #f5f4f4;
}
.director_sec .dir_inner{
    padding: 40px;
    background: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.director_sec .dir_inner .h3{
    font-size: 40px;
    color: #009bde;
    margin:0px 0px 30px 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Rockwell',Sans-Serif;
}
.director_sec .dir_inner .dir_rgt{
    padding:30px;
}
.director_sec .dir_inner .dir_rgt h4 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.dir-block{
    display: block;
}
.dir-none{
    display: none;
}
.director_sec .dir_txt{
    text-align: center;
    padding:10px 10px 20px 10px;
    background: #eee;
    border-bottom:5px solid #00a0e3;
    min-height: 273px;
}
.director_sec .dir_txt h4{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.director_sec .dir_txt .btn-css{
    display: inline-block;
    font-weight: bold;
    padding: 5px 15px;
    text-transform: uppercase;
    border: 1px solid #00a0e3;
    border-radius: 30px;
    color: #00a0e3;
    transition: all ease-in-out 0.5s;
}
.director_sec .dir_txt .btn-css:hover{
    background: #00a0e3;
    color: #fff;
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 75%;
    max-width: 900px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0,0,0,0.9);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}
/* Effect 13: 3D slit */
.md-effect-13.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-13 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
    -moz-transform: translateZ(-3000px) rotateY(90deg);
    -ms-transform: translateZ(-3000px) rotateY(90deg);
    transform: translateZ(-3000px) rotateY(90deg);
    opacity: 0;
}

.md-show.md-effect-13 .md-content {
    -webkit-animation: slit .7s forwards ease-out;
    -moz-animation: slit .7s forwards ease-out;
    animation: slit .7s forwards ease-out;
    border: 1px solid #fff;
}

@-webkit-keyframes slit {
    50% { -webkit-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
    100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@-moz-keyframes slit {
    50% { -moz-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -moz-animation-timing-function: ease-out;}
    100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@keyframes slit {
    50% { transform: translateZ(-250px) rotateY(89deg); opacity: 1; animation-timing-function: ease-in;}
    100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
}
.md-content {
    color: #fff;
    background: #eee;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
}

.md-content h3 {
    margin: 0;
    padding: 20px 10px;
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    opacity: 0.8;
    background: #00a0e3;
    border-radius: 3px 3px 0 0;
}

.md-content > div {
    padding: 0px;
    margin: 0;
    text-align: left;
    min-height: 462px;
}
.md-content > div .model_rgt{
    padding: 20px;
}
.md-close{
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border-radius: 50%;
    border:1px solid #ccc;
    width: 25px;
    height: 25px;
    text-align: center;
    padding:0px;
}
.right-imagediv img {
    max-width: 100%!important;
    max-height: 100%!important;
    height: 100%!important;
}

.right-imagediv {
    position:relative;
}
.sliderimages {
    margin-right: 0px!important;
}

#wowslider-container1 .ws_controls{display:none;}

@media screen and (max-width:1920px) {
.container{
		width:90%;
}
}
@media screen and (max-width:1366px) {
.overview-sec .over-article1 {
    padding: 30px 20px;
}
.overview-sec {
    background-size: auto auto;
}
.overview-sec .over-article2 {
    padding: 35px 0px 35px 90px;
}
}
@media screen and (max-width:1280px) {
.service-sec .row .borders {
    min-height: 120px;
}
.call .col-md-4{
	padding:0px;
}	
.slide-text > p {
    width: 70% !important;
}
.overview-sec .over-article2 {
    padding: 35px 0px 35px 10px;
}
.overview-sec {
    background: #00caff url(../images/bg-shadow.html) no-repeat right -60px bottom;
}
.overview-sec .over-article1 h3 {
    font-size: 40px;
}
.logo-2 img{
    width: 380px;
}
.faculty_sec article h4 {
    font-size: 16px;
}
}
@media screen and (max-width:1200px) {
.navbar-inverse .navbar-nav > li > a {
    padding: 20px 5px;
}	
.faculty_sec article h4 {
    font-size: 14px;
    padding: 10px 5px;
}
}
@media screen and (max-width:1136px) {
.facilitie-sec {
    background: url(../images/bg-img2.png) no-repeat top left;
    background-size: cover;
}	
.top-row .col-md-7{
	padding:0px;
}
header .top-sec .row article {
    padding: 0px 0px 0px 45px;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 13px;
}
.overview-sec .over-article1 {
    padding: 20px 20px;
}
.overview-sec .over-article2 {
    padding: 28px 0px 28px 10px;
}
.overview-sec {
    background: #00caff url(../images/bg-shadow.html) no-repeat right -200px bottom;
}
.service-sec .row .borders p {
    font-size: 14px;
}
.footer-sec .footer-nav li a {
    font-size: 12px;
}
.team-sec .our-teams .item {
    padding: 5px;
}
.service-sec .row .borders img {
    left: 8px;
}
.service-sec .row .borders {
    padding: 17px 10px 14px 82px;
}
.footer-sec .footer-nav li a img {
    margin-right: 5px;
}
.logo-2 img {
    width: 335px;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 10px 4px;
}
.navbar-inverse .navbar-nav > li:last-child > a {
    margin: 4px 15px 4px 5px;
}
.top-row p strong, .liness{
    display: none;
}
.facilitie-sec article ul li {
    width: 33%;
}
.navbar-inverse .navbar-nav > li:last-child > .appointments {
    margin: 3px 15px 3px 5px;
}
.team-secss .director_blog .text_blog h5 {
    font-size: 13px;
}
.team-secss .director_blog .dir_img {
    margin: 0 15px 0 0;
}
}
@media screen and (max-width:1024px) {
.ser_secs ul h4 {
    font-size: 16px;
    padding: 14px 15px;
}	
.ser_secs ul li a {
    padding: 12px 15px;
    font-size: 14px;
}
.faculty_sec article .fac_inner h4 {
    font-size: 14px;
}
.faculty_sec article h3 {
    font-size: 14px;
    padding: 12px 15px;
}
.logo-2 img {
    width: 274px;
}
.modal-contentss {
    width: 75%;
}
}
@media screen and (max-width:991px) {
.service-sec .row .borders {
    padding: 17px 10px 14px 90px;
}
.facilitie-sec h3 {
    font-size: 30px;
}
.heading h3 {
    font-size: 30px;
}
.footer-sec article .footer-logo {
    text-align: left;
}
.overview-sec .over-article2 {
    padding: 15px 0px 15px 10px;
}
.overview-sec {
    background: #00caff url(../images/bg-shadow.html) no-repeat right -250px bottom;
}
.overview-sec .over-article1 h3 {
    font-size: 30px;
}
.con-form{
    background-image: linear-gradient(to bottom, #e7e6e6, #edecec, #f3f2f3, #f9f9f9, #ffffff);
    padding: 20px;
    margin-top: 30px;
    border-radius: 20px;
}
.department_sec article {
    margin-top: 0px;
    text-align: center;
}
.department_sec article h3::before {
    right: 0;
    margin: 0 auto;
}
.department_sec article h3::after {
    right: 0;
    margin: 0 auto;
}
.flex-container .flex-inner2 .flex-img1 {
    position: absolute;
    bottom: 0;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 12px;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 11px;
    padding: 10px 0px;
}
.logo-2 img {
    width: 290px;
}
.dir-block{
    display: none;
}
.dir-none{
    display: block;
}
.director_sec .dir_txt {
    margin-bottom: 30px;
}
}
@media screen and (max-width:854px) {
header .top-sec .row article img {
    display: none;
}
header .top-sec .row article {
    padding: 0px 0px 0px 0px;
}	
.overview-sec {
    background: #0088c0;
}
.banner-sec {
    padding: 20px 0px 0px 0px;
}
.banner-sec ul {
    margin-top: 20px;
}
.banner-sec h3 {
    font-size: 26px;
}
.gallery_sec ul li a::after {
    font-size: 18px;
}
.gallery_sec ul li {
    width: 33.333%;
}
.logo-2 img {
    width: 215px;
}
}
@media screen and (max-width:767px) {
.call{
    display: none;
}
header .top-sec .row .col-md-7 {
    margin-top: 0px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background:#2c2c2c;
    border:1px solid #2c2c2c;
}
.navbar-inverse .navbar-nav > .active > a {
    color: #fff;
}
header .top-sec {
    display: none;
}
.navbar-inverse{
	padding: 12px 0px 0px 0px;
    background: #2a2a2a;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 10px 10px;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.navbar-inverse .navbar-nav > li > a::before{
    position: absolute;
    content: "";
    width: 0px;
    height: 1px;
    background:#2cc7eb;
    bottom: 0;
    left: 0;
    transition: all ease-in-out 1s;
}
.navbar-inverse .navbar-nav > li > a:hover::before{
    width: 100%;
}
.navbar-inverse .navbar-toggle {
    border-color: #fff;
    margin-top: 7px;
    transition: all ease-in-out 0.5s;
}
.logo-2{
	display: block;
}
.navbar-nav {
    margin: 0px 0px 0px 0px;
}
.overview-sec .over-article2 {
    padding: 15px 0px 30px 10px;
}
.service-sec .row .borders p {
    font-size: 16px;
}
.footer-sec .footer-nav li a {
    font-size: 14px;
}
.fixed .logo-2 img {
    width: 400px;
    transition: all ease-in-out 0.5s;
}
.fixed .navbar-toggle {
    margin-top: 7px;
}
.ser_secs article {
    margin-top: 30px;
}
.ser_secs article .ser_inner h3 {
    font-size: 20px;
}
.logo-2 img {
    width: 400px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #0383b9;
    margin-top: 10px;
}
.navbar-inverse .navbar-nav > li:last-child > a {
    margin: 0;
}
.about_sec .row-1 .col-md-9, .about_sec .row-1 .col-md-3 {
    height: auto;
    padding: 0;
}
.about_sec .about_over {
    position: relative;
}
.flex-container {
    display: unset;
}
.flex-container .flex-inner2 .flex-img1 {
    position: relative;
    width: 100%;
}
.flex-container .flex-inner1 {
    padding: 30px 0px;
}
.flex-container > div {
    margin: 0px;
}
.facilitie-sec article ul li {
    width: 50%;
}
.director_sec .dir_inner .h3 {
    font-size: 30px;
}
.md-show.md-effect-13 .md-content img{
   width: 160px;
   margin: 0 auto;
}
.md-modal {
    width: 87%;
}
.md-content > div .model_rgt {
    overflow: scroll;
    height: 300px;
}
.director_sec .dir_txt {
    min-height: auto;
}
}
@media screen and (max-width:640px) {
.slide-text {
    padding: 10px 33px 10px 33px !important;
}
.service-sec {
    padding: 70px 0px 50px 0px;
}
.team-sec .our-teams .owl-nav {
    top: 30%;
}
.aboutrow12 .row1 img{
    width: 100%;
}
.heading h3 {
    font-size: 18px;
}
.about-page .row2 {
    padding: 10px;
}
.heading p {
    font-size: 11px;
    padding: 5px 10px;
}
.team-sec .our-teams {
    margin-top: 0px;
}
.team-sec .our-teams .owl-nav {
    top: 38%;
}
.gallery_sec ul li {
    width: 50%;
}
.gallery_sec ul {
    padding: 15px;
}
.empanel_secs h4 {
    font-size: 20px;
}
.director_sec .dir_inner .h3 {
    font-size: 20px;
}
.director_sec .dir_txt h4 {
    font-size: 16px;
}
.modal-contentss {
    width: 94%;
}
}
@media screen and (max-width:540px) {
.bottom-dr {
    padding: 20px 20px 20px 20px !important;
    text-align: center !important;
}  
.facilitie-sec article ul li {
    width: 100%;
}
.bottom-dr img {
    position: unset;
    margin-bottom: 20px;
    width: 100%;
}  
.ser_secs article .ser_inner h3 {
    font-size: 16px;
}
.ser_secs article .ser_inner p {
    text-align: justify;
}
.team-sec .our-teams .item h4 {
    font-size: 16px;
    margin: 10px 10px;
}
.team-sec .our-teams .item article {
    padding: 15px;
    margin: 30px 0px;
}
.form-sec .form {
    padding: 20px 15px 15px 15px;
}
.form-sec .form h2 {
    font-size: 20px;
}
.address {
    margin-top: 25px;
    padding: 0px 0px 0px 35px;
}
.con-form {
    padding: 20px 5px;
}
.footer-sec {
    padding: 25px 0px;
}
.gallery_sec ul li a::after {
    top: 45%;
}
.logo-2 .logo_img1{
    display: none;
}
.logo-2 .logo_img2{
    display: block;
}
.logo-2 img {
    width: 68px;
}
header .navbar {
    padding: 5px 0px;
}
.navbar-inverse .navbar-toggle {
    margin-top: 17px;
}
.fixed .logo-2 img {
    width: 68px;
}
.department_sec article {
    padding: 15px;
}
.department_sec article h3 {
    font-size: 20px;
}
.flex-container .flex-inner1 h3 {
    font-size: 24px;
}
.flex-container .flex-inner1 h3 small {
    font-size: 24px;
}
.flex-container .flex-inner1 h3 small::before {
    width: 160px;
    bottom: 12px;
}
.team-secs article {
    min-height: auto;
}
.team-secss .director_blog .dir_img {
    margin: 0;
    float: unset;
}
.team-secss .director_blog .text_blog {
    padding: 15px 15px 15px 20px;
    text-align: center;
}
.team-secss .director_blog .dir_img {
    min-height: auto;
}
.director_sec .dir_inner .dir_rgt h4 {
    font-size: 16px;
}
}
@media screen and (max-width:480px) {
.heading h3 {
    font-size: 20px;
}
.heading p {
    font-size: 12px;
    padding: 5px 5px;
}  
.service-sec .row .borders {
    min-height: 103px;
}
.facilitie-sec h3 {
    font-size: 20px;
}
.footer-sec .footer-nav li {
    width: 100%;
}  
.gallery_sec ul li {
    width: 100%;
}
.gallery_sec ul li {
    padding-right: 0;
}
}
@media screen and (max-width:420px) {}
@media screen and (max-width:320px) {}

@import url('https://fonts.googleapis.com/css?family=Oswald:300,400');


/*bottom to up sec*/
.go-top {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  font-size: 30px;
  position: fixed;
  bottom: -40px;
  right: 20px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #00caff;
  color: #FFFFFF;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 9999;
}

.go-top.show { bottom: 20px; }

.go-top:hover {
  background-color: #727272;
  color: #FFFFFF;
}

.wrapper {
  margin: auto;
  width: 700px;
  text-align: left;
}


#remarks-id {
  visibility: hidden;
}
.remarks-id {
  visibility: visible !important;
  margin: 0px;
  animation: 1s remarks-id1;
  -webkit-animation: 1s remarks-id1;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes remarks-id1 {
0% {
 -webkit-transform: translateY(-50%);
 opacity: 0;
}
100% {
 -webkit-transform: translate(0px, 0px);
 opacity: 1;
}
}
@keyframes remarks-id1 {
0% {
 transform: translateY(-50%);
 opacity: 0;
}
100% {
 transform:translate(0px, 0px);
 opacity: 1;
}
}

#remarks-id1 {
  visibility: hidden;
}
.remarks-id1 {
  visibility: visible !important;
  margin: 0px;
  animation: 1s remarks-id2;
  -webkit-animation: 1s remarks-id2;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes remarks-id2 {
0% {
 -webkit-transform: translateY(-50%);
 opacity: 0;
}
100% {
 -webkit-transform: translate(0px, 0px);
 opacity: 1;
}
}
@keyframes remarks-id2 {
0% {
 transform: translateY(-50%);
 opacity: 0;
}
100% {
 transform:translate(0px, 0px);
 opacity: 1;
}
}

#remarks-id2 {
  visibility: hidden;
}
.remarks-id2 {
  visibility: visible !important;
  margin: 0px;
  animation: 1s remarks-id3;
  -webkit-animation: 1s remarks-id3;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes remarks-id3 {
0% {
 -webkit-transform: translateY(-50%);
 opacity: 0;
}
100% {
 -webkit-transform: translate(0px, 0px);
 opacity: 1;
}
}
@keyframes remarks-id3 {
0% {
 transform: translateY(-50%);
 opacity: 0;
}
100% {
 transform:translate(0px, 0px);
 opacity: 1;
}
}

#remarks-id3 {
  visibility: hidden;
}
.remarks-id3 {
  visibility: visible !important;
  margin: 0px;
  animation: 1s remarks-id4;
  -webkit-animation: 1s remarks-id4;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes remarks-id4 {
0% {
 -webkit-transform: translateY(-50%);
 opacity: 0;
}
100% {
 -webkit-transform: translate(0px, 0px);
 opacity: 1;
}
}
@keyframes remarks-id4 {
0% {
 transform: translateY(-50%);
 opacity: 0;
}
100% {
 transform:translate(0px, 0px);
 opacity: 1;
}
}

#about-img {
  visibility: hidden;
}
.about-img {
  visibility: visible !important;
  margin: 0px;
  animation: 1s about-img1;
  -webkit-animation: 1s about-img1;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes about-img1 {
0% {
 -webkit-transform: translateX(50%);
 opacity: 0;
}
100% {
 -webkit-transform: translate(0px, 0px);
 opacity: 1;
}
}
@keyframes about-img1 {
0% {
 transform: translateX(50%);
 opacity: 0;
}
100% {
 transform:translate(0px, 0px);
 opacity: 1;
}
}




#wrapper {
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}
/* Header
__________________________________________ */


/* Main
__________________________________________ */

.rlAccordion > h3 {
  background-color: #e6e3e3;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #333;
  font-family: 'Oswald', sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  margin: 0 auto;
  padding: 2%;
  text-decoration: none;
}
.rlAccordion > h3 > span {
  float: right;
  font-family: arial, serif, sans-serif;
}
.rlAccordion > h3 + div {
  display: none;
  padding: 2% 5%;
}



/*
 *  generated by WOW Slider 8.8
 *  template Utter
 */
@import url(https://fonts.googleapis.com/css?family=Montserrat);@font-face {
  font-family: 'ws-ctrl-utter';
  src: url('ws-ctrl-utter.html');
  src: url('ws-ctrl-utter.html#iefix') format('embedded-opentype'),
       url('ws-ctrl-utter-2.html#ws-ctrl-utter') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ws-ctrl-utter';
  src: url('data:application/octet-stream;base64,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') format('woff'),
       url('data:application/octet-stream;base64,AAEAAAAOAIAAAwBgT1MvMj3wR/UAAADsAAAAVmNtYXDQFBm3AAABRAAAAUpjdnQgAAAAAAAAB9gAAAAKZnBnbYiQkFkAAAfkAAALcGdhc3AAAAAQAAAH0AAAAAhnbHlmCl1q5gAAApAAAAE+aGVhZASt3lUAAAPQAAAANmhoZWEGjgM/AAAECAAAACRobXR4DPsAAAAABCwAAAAUbG9jYQCeAPcAAARAAAAADG1heHAAlQuiAAAETAAAACBuYW1ltA7mUQAABGwAAAMJcG9zdGhMMoQAAAd4AAAAVnByZXDdawOFAAATVAAAAHsAAQKZAZAABQAIAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoAwNS/2oAWgMcAF4AAAABAAAAAAAAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAADoA///AAAAAOgA//8AABgBAAEAAAAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA/8sCkwLxAA4ABrMNAwEtKzURNDYXARYVFAYPAQEGJiwfAjQUCgUF/cwfLAsCpScaFf6jDhMJEgME/qMUGgAAAAACAAD/xALfAvgADwAfAAi1GxILAgItKzUUFjsBMjY3ETQmJyMiBgcBFBY7ATI2NRE0JicjIgYHJhp/GyQBJhp/GyQBAeAmGn8aJiYafxskAQUbJiYbArMbJAEmGv1NGyYmGwKzGyQBJhoAAAAB//T/ogHeAxwADQAGswkDAS0rBRYHBicBJjcBNhcWBwEBxBoaGhb+eBgYAYgWGhoa/poUGhYaGgGKGBoBihoaFhr+jAAAAAAB//P/ogHdAxwADQAGswsFAS0rFwkBJjc2FwEWBwEGJyYNAWb+mhoaGhYBiBgY/ngWGhoUAXIBdBoWGhr+dhoY/nYaGhYAAAABAAAAAQAAm5Ruxl8PPPUACwPoAAAAANFeYnEAAAAA0V44Qf/z/6IC3wMcAAAACAACAAAAAAAAAAEAAANS/2oAWgPoAAD/5wLfAAEAAAAAAAAAAAAAAAAAAAAFA+gAAAKSAAAC3wAAAdEAAAHRAAAAAAAAACIAWAB8AJ8AAQAAAAUAIAACAAAAAAACAAAAEABzAAAAGgtwAAAAAAAAABIA3gABAAAAAAAAADUAAAABAAAAAAABAA0ANQABAAAAAAACAAcAQgABAAAAAAADAA0ASQABAAAAAAAEAA0AVgABAAAAAAAFAAsAYwABAAAAAAAGAA0AbgABAAAAAAAKACsAewABAAAAAAALABMApgADAAEECQAAAGoAuQADAAEECQABABoBIwADAAEECQACAA4BPQADAAEECQADABoBSwADAAEECQAEABoBZQADAAEECQAFABYBfwADAAEECQAGABoBlQADAAEECQAKAFYBrwADAAEECQALACYCBUNvcHlyaWdodCAoQykgMjAxNSBieSBvcmlnaW5hbCBhdXRob3JzIEAgZm9udGVsbG8uY29td3MtY3RybC11dHRlclJlZ3VsYXJ3cy1jdHJsLXV0dGVyd3MtY3RybC11dHRlclZlcnNpb24gMS4wd3MtY3RybC11dHRlckdlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAEMAbwBwAHkAcgBpAGcAaAB0ACAAKABDACkAIAAyADAAMQA1ACAAYgB5ACAAbwByAGkAZwBpAG4AYQBsACAAYQB1AHQAaABvAHIAcwAgAEAAIABmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQB3AHMALQBjAHQAcgBsAC0AdQB0AHQAZQByAFIAZQBnAHUAbABhAHIAdwBzAC0AYwB0AHIAbAAtAHUAdAB0AGUAcgB3AHMALQBjAHQAcgBsAC0AdQB0AHQAZQByAFYAZQByAHMAaQBvAG4AIAAxAC4AMAB3AHMALQBjAHQAcgBsAC0AdQB0AHQAZQByAEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAECAQMBBAEFBHBsYXkFcGF1c2UNbGVmdC1vcGVuLWJpZw5yaWdodC1vcGVuLWJpZwAAAAAAAQAB//8ADwAAAAAAAAAAAAAAALAALCCwAFVYRVkgIEu4AA5RS7AGU1pYsDQbsChZYGYgilVYsAIlYbkIAAgAY2MjYhshIbAAWbAAQyNEsgABAENgQi2wASywIGBmLbACLCBkILDAULAEJlqyKAEKQ0VjRVJbWCEjIRuKWCCwUFBYIbBAWRsgsDhQWCGwOFlZILEBCkNFY0VhZLAoUFghsQEKQ0VjRSCwMFBYIbAwWRsgsMBQWCBmIIqKYSCwClBYYBsgsCBQWCGwCmAbILA2UFghsDZgG2BZWVkbsAErWVkjsABQWGVZWS2wAywgRSCwBCVhZCCwBUNQWLAFI0KwBiNCGyEhWbABYC2wBCwjISMhIGSxBWJCILAGI0KxAQpDRWOxAQpDsABgRWOwAyohILAGQyCKIIqwASuxMAUlsAQmUVhgUBthUllYI1khILBAU1iwASsbIbBAWSOwAFBYZVktsAUssAdDK7IAAgBDYEItsAYssAcjQiMgsAAjQmGwAmJmsAFjsAFgsAUqLbAHLCAgRSCwC0NjuAQAYiCwAFBYsEBgWWawAWNgRLABYC2wCCyyBwsAQ0VCKiGyAAEAQ2BCLbAJLLAAQyNEsgABAENgQi2wCiwgIEUgsAErI7AAQ7AEJWAgRYojYSBkILAgUFghsAAbsDBQWLAgG7BAWVkjsABQWGVZsAMlI2FERLABYC2wCywgIEUgsAErI7AAQ7AEJWAgRYojYSBksCRQWLAAG7BAWSOwAFBYZVmwAyUjYUREsAFgLbAMLCCwACNCsgsKA0VYIRsjIVkqIS2wDSyxAgJFsGRhRC2wDiywAWAgILAMQ0qwAFBYILAMI0JZsA1DSrAAUlggsA0jQlktsA8sILAQYmawAWMguAQAY4ojYbAOQ2AgimAgsA4jQiMtsBAsS1RYsQRkRFkksA1lI3gtsBEsS1FYS1NYsQRkRFkbIVkksBNlI3gtsBIssQAPQ1VYsQ8PQ7ABYUKwDytZsABDsAIlQrEMAiVCsQ0CJUKwARYjILADJVBYsQEAQ2CwBCVCioogiiNhsA4qISOwAWEgiiNhsA4qIRuxAQBDYLACJUKwAiVhsA4qIVmwDENHsA1DR2CwAmIgsABQWLBAYFlmsAFjILALQ2O4BABiILAAUFiwQGBZZrABY2CxAAATI0SwAUOwAD6yAQEBQ2BCLbATLACxAAJFVFiwDyNCIEWwCyNCsAojsABgQiBgsAFhtRAQAQAOAEJCimCxEgYrsHIrGyJZLbAULLEAEystsBUssQETKy2wFiyxAhMrLbAXLLEDEystsBgssQQTKy2wGSyxBRMrLbAaLLEGEystsBsssQcTKy2wHCyxCBMrLbAdLLEJEystsB4sALANK7EAAkVUWLAPI0IgRbALI0KwCiOwAGBCIGCwAWG1EBABAA4AQkKKYLESBiuwcisbIlktsB8ssQAeKy2wICyxAR4rLbAhLLECHistsCIssQMeKy2wIyyxBB4rLbAkLLEFHistsCUssQYeKy2wJiyxBx4rLbAnLLEIHistsCgssQkeKy2wKSwgPLABYC2wKiwgYLAQYCBDI7ABYEOwAiVhsAFgsCkqIS2wKyywKiuwKiotsCwsICBHICCwC0NjuAQAYiCwAFBYsEBgWWawAWNgI2E4IyCKVVggRyAgsAtDY7gEAGIgsABQWLBAYFlmsAFjYCNhOBshWS2wLSwAsQACRVRYsAEWsCwqsAEVMBsiWS2wLiwAsA0rsQACRVRYsAEWsCwqsAEVMBsiWS2wLywgNbABYC2wMCwAsAFFY7gEAGIgsABQWLBAYFlmsAFjsAErsAtDY7gEAGIgsABQWLBAYFlmsAFjsAErsAAWtAAAAAAARD4jOLEvARUqLbAxLCA8IEcgsAtDY7gEAGIgsABQWLBAYFlmsAFjYLAAQ2E4LbAyLC4XPC2wMywgPCBHILALQ2O4BABiILAAUFiwQGBZZrABY2CwAENhsAFDYzgtsDQssQIAFiUgLiBHsAAjQrACJUmKikcjRyNhIFhiGyFZsAEjQrIzAQEVFCotsDUssAAWsAQlsAQlRyNHI2GwCUMrZYouIyAgPIo4LbA2LLAAFrAEJbAEJSAuRyNHI2EgsAQjQrAJQysgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjILAIQyCKI0cjRyNhI0ZgsARDsAJiILAAUFiwQGBZZrABY2AgsAErIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbACYiCwAFBYsEBgWWawAWNhIyAgsAQmI0ZhOBsjsAhDRrACJbAIQ0cjRyNhYCCwBEOwAmIgsABQWLBAYFlmsAFjYCMgsAErI7AEQ2CwASuwBSVhsAUlsAJiILAAUFiwQGBZZrABY7AEJmEgsAQlYGQjsAMlYGRQWCEbIyFZIyAgsAQmI0ZhOFktsDcssAAWICAgsAUmIC5HI0cjYSM8OC2wOCywABYgsAgjQiAgIEYjR7ABKyNhOC2wOSywABawAyWwAiVHI0cjYbAAVFguIDwjIRuwAiWwAiVHI0cjYSCwBSWwBCVHI0cjYbAGJbAFJUmwAiVhuQgACABjYyMgWGIbIVljuAQAYiCwAFBYsEBgWWawAWNgIy4jICA8ijgjIVktsDossAAWILAIQyAuRyNHI2EgYLAgYGawAmIgsABQWLBAYFlmsAFjIyAgPIo4LbA7LCMgLkawAiVGUlggPFkusSsBFCstsDwsIyAuRrACJUZQWCA8WS6xKwEUKy2wPSwjIC5GsAIlRlJYIDxZIyAuRrACJUZQWCA8WS6xKwEUKy2wPiywNSsjIC5GsAIlRlJYIDxZLrErARQrLbA/LLA2K4ogIDywBCNCijgjIC5GsAIlRlJYIDxZLrErARQrsARDLrArKy2wQCywABawBCWwBCYgLkcjRyNhsAlDKyMgPCAuIzixKwEUKy2wQSyxCAQlQrAAFrAEJbAEJSAuRyNHI2EgsAQjQrAJQysgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjIEewBEOwAmIgsABQWLBAYFlmsAFjYCCwASsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsAJiILAAUFiwQGBZZrABY2GwAiVGYTgjIDwjOBshICBGI0ewASsjYTghWbErARQrLbBCLLA1Ky6xKwEUKy2wQyywNishIyAgPLAEI0IjOLErARQrsARDLrArKy2wRCywABUgR7AAI0KyAAEBFRQTLrAxKi2wRSywABUgR7AAI0KyAAEBFRQTLrAxKi2wRiyxAAEUE7AyKi2wRyywNCotsEgssAAWRSMgLiBGiiNhOLErARQrLbBJLLAII0KwSCstsEossgAAQSstsEsssgABQSstsEwssgEAQSstsE0ssgEBQSstsE4ssgAAQistsE8ssgABQistsFAssgEAQistsFEssgEBQistsFIssgAAPistsFMssgABPistsFQssgEAPistsFUssgEBPistsFYssgAAQCstsFcssgABQCstsFgssgEAQCstsFkssgEBQCstsFossgAAQystsFsssgABQystsFwssgEAQystsF0ssgEBQystsF4ssgAAPystsF8ssgABPystsGAssgEAPystsGEssgEBPystsGIssDcrLrErARQrLbBjLLA3K7A7Ky2wZCywNyuwPCstsGUssAAWsDcrsD0rLbBmLLA4Ky6xKwEUKy2wZyywOCuwOystsGgssDgrsDwrLbBpLLA4K7A9Ky2waiywOSsusSsBFCstsGsssDkrsDsrLbBsLLA5K7A8Ky2wbSywOSuwPSstsG4ssDorLrErARQrLbBvLLA6K7A7Ky2wcCywOiuwPCstsHEssDorsD0rLbByLLMJBAIDRVghGyMhWUIrsAhlsAMkUHiwARUwLQBLuADIUlixAQGOWbABuQgACABjcLEABUKxAAAqsQAFQrEACCqxAAVCsQAIKrEABUK5AAAACSqxAAVCuQAAAAkqsQMARLEkAYhRWLBAiFixA2REsSYBiFFYugiAAAEEQIhjVFixAwBEWVlZWbEADCq4Af+FsASNsQIARAA=') format('truetype');
}
#wowslider-container1 { 
  display: table;
  zoom: 1; 
  position: relative;
  width: 100%;
  max-width: 100%;
  max-height:600px;
  margin:0px auto 0px;
  z-index:90;
  text-align:left; /* reset align=center */
  font-size: 10px;
  text-shadow: none; /* fix some user styles */

  /* reset box-sizing (to boostrap friendly) */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; 
}
* html #wowslider-container1{ width:1350px }
#wowslider-container1 .ws_images ul{
  position:relative;
  width: 10000%; 
  height:100%;
  left:0;
  list-style:none;
  margin:0;
  padding:0;
  border-spacing:0;
  overflow: visible;
  /*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
  position: relative;
  width:1%;
  height:100%;
  line-height:0; /*opera*/
  overflow: hidden;
  float:left;
  /*font-size:0;*/
  padding:0 0 0 0 !important;
  margin:0 0 0 0 !important;
}

#wowslider-container1 .ws_images{
  position: relative;
  left:0;
  top:0;
  height:100%;
  max-height:600px;
  max-width: 100%;
  vertical-align: top;
  border:none;
  overflow: hidden;
}
#wowslider-container1 .ws_images ul a{
  width:100%;
  height:100%;
  max-height:600px;
  display:block;
  color:transparent;
}
#wowslider-container1 img{
  max-width: none !important;
}
#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images > div > img{
  width:100%;
  border:none 0;
  max-width: none;
  padding:0;
  margin:0;
}
#wowslider-container1 .ws_images > div > img {
  max-height:600px;
}

#wowslider-container1 .ws_images iframe {
  position: absolute;
  z-index: -1;
}

#wowslider-container1 .ws-title > div {
  display: inline-block !important;
}

#wowslider-container1 a{ 
  text-decoration: none; 
  outline: none; 
  border: none; 
}

#wowslider-container1  .ws_bullets { 
  float: left;
  position:absolute;
  z-index:70;
}
#wowslider-container1  .ws_bullets div{
  position:relative;
  float:left;
  font-size: 0px;
}
/* compatibility with Joomla styles */
#wowslider-container1  .ws_bullets a {
  line-height: 0;
}

#wowslider-container1  .ws_script{
  display:none;
}
#wowslider-container1 sound, 
#wowslider-container1 object{
  position:absolute;
}

/* prevent some of users reset styles */
#wowslider-container1 .ws_effect {
  position: static;
  width: 100%;
  height: 100%;
}

#wowslider-container1 .ws_photoItem {
  border: 2em solid #fff;
  margin-left: -2em;
  margin-top: -2em;
}
#wowslider-container1 .ws_cube_side {
  background: #A6A5A9;
}


#wowslider-container1.ws_gestures {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
#wowslider-container1.ws_gestures.ws_grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets,
#wowslider-container1.ws_video_playing .ws_fullscreen,
#wowslider-container1.ws_video_playing .ws_next,
#wowslider-container1.ws_video_playing .ws_prev {
  display: none;
}


/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn {
  position: absolute;
  display: none;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 55;
}
#wowslider-container1 .ws_video_btn.ws_youtube,
#wowslider-container1 .ws_video_btn.ws_vimeo {
  display: block;
}
#wowslider-container1 .ws_video_btn div {
  position: absolute;
  background-image: url(playvideo.html);
  background-size: 200%;
  top: 50%;
  left: 50%;
  width: 7em;
  height: 5em;
  margin-left: -3.5em;
  margin-top: -2.5em;
}
#wowslider-container1 .ws_video_btn.ws_youtube div {
  background-position: 0 0;
}
#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
  background-position: 100% 0;
}
#wowslider-container1 .ws_video_btn.ws_vimeo div {
  background-position: 0 100%;
}
#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
  background-position: 100% 100%;
}

#wowslider-container1 .ws_playpause.ws_hide {
  display: none !important;
}
#wowslider-container1 .ws_controls {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  overflow: hidden;
}

/* FS btn */
#wowslider-container1 .ws_fullscreen {
  left: 100px;
  top: 0;
  font-size: 0.8rem;
  padding: 8px;
}

/* bullets */
#wowslider-container1 .ws_bullets { 
  padding: 0px;
  max-width: 25%;
  text-align: right;
  right: 100px;
  margin-right: 30px;
}
#wowslider-container1 .ws_bullets a { 
  position:relative;
  display: inline-block;
  width: 0;
  padding: 15px;
} 
#wowslider-container1 .ws_bullets a > span {
  position:absolute;
  display: block;
  top:0;
  right: 0;
  height:100%;
  width:100%;
  background: rgba(255,255,255,0.3);
  -webkit-transition: 300ms background ease;
  transition: 300ms background ease;
}

#wowslider-container1 .ws_bullets a.ws_overbull > span,
#wowslider-container1 .ws_bullets a.ws_selbull > span {
  background: rgba(255,255,255,0.6);
}



/* Play / Pause */
#wowslider-container1 .ws_playpause {
  position:absolute;
  right: 100px;
  bottom: 0;
  padding: 15px;
  background: rgba(255,255,255,0.3);
  color: #ffffff;
  z-index: 100;
  -webkit-transition: 300ms background ease;
  transition: 300ms background ease;
  display: none;
}

#wowslider-container1 .ws_playpause > span:before {
  font: 1.2em "ws-ctrl-utter";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin-top: 1px;
  display: block;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#wowslider-container1 .ws_playpause:hover {
  background: rgba(255,255,255,0.6);
}
/* IE10+ hacks */
_:-ms-input-placeholder, :root #wowslider-container1 a.ws_playpause > span:before {line-height: 3.2em;}

#wowslider-container1 .ws_play > span:before {
  content:"\e800";
}
#wowslider-container1 .ws_pause > span:before {
  content:"\e801";
}

/* arrows */
#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev {
  position:absolute;
  color: #ffffff;
  width: 100px;
  height: 100%;
  z-index: 100;
  overflow: hidden;
  -webkit-transition: background 300ms ease-in-out, -webkit-transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
  transition: background 300ms ease-in-out, transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
}
#wowslider-container1 a.ws_next {
  right: 0;
}
#wowslider-container1 a.ws_prev {
  left: 0;
}
#wowslider-container1 a.ws_next > span,
#wowslider-container1 a.ws_prev > span {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  color: #fff;
  text-align: center;
  z-index: 2;
  -webkit-transition: 300ms background ease;
  transition: 300ms background ease;
}

#wowslider-container1 a.ws_next:hover > span,
#wowslider-container1 a.ws_prev:hover > span{
  background: rgba(255,255,255,0.3);
}

#wowslider-container1 a.ws_next > span:before,
#wowslider-container1 a.ws_prev > span:before,
#wowslider-container1 a.ws_next > span:after,
#wowslider-container1 a.ws_prev > span:after {
  position: absolute;
  display: block;
  font: 2.5em "ws-ctrl-utter";
  top: 50%;
  left: 0;
  right: 0;
  margin-top: 1px;
  margin-left: -8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* IE10+ hacks */
_:-ms-input-placeholder, :root #wowslider-container1 a.ws_next > span:before {line-height: 3.2em;}
_:-ms-input-placeholder, :root #wowslider-container1 a.ws_prev > span:before {line-height: 3.2em;}

#wowslider-container1 a.ws_next > span:before,
#wowslider-container1 a.ws_next > span:after {
  content:'\e803';
}
#wowslider-container1 a.ws_prev > span:before,
#wowslider-container1 a.ws_prev > span:after {
  content:'\e802';
}
#wowslider-container1 a.ws_next > span:after,
#wowslider-container1 a.ws_prev > span:after {
  margin-left: 8px;
}

#wowslider-container1 a.ws_prev img,
#wowslider-container1 a.ws_next img {
  position: absolute;
  top: 0;
  opacity: 0;
  height: 100%;
  -webkit-transition: 300ms opacity ease, 300ms -webkit-transform ease;
  transition: 300ms opacity ease, 300ms transform ease;
}

#wowslider-container1 a.ws_prev img {
  left: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}
#wowslider-container1 a.ws_next img {
  right: 0;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}

#wowslider-container1 a.ws_next:hover img,
#wowslider-container1 a.ws_prev:hover img {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}/* bottom center */
#wowslider-container1  .ws_bullets {
  bottom:0;
  margin-right: 30px;
}#wowslider-container1 .ws-title{
  font: 1.4em 'Montserrat', sans-serif;
  max-width: 30%;
  position: absolute;
  left: 100px;
  margin-right:10em;
  z-index: 50;
  bottom: 0;
  top: auto;
  opacity: 1;
}
#wowslider-container1 .ws-title div,#wowslider-container1 .ws-title span{
  display:inline-block;
  padding: 0.6em 0.8em;
  background-color: rgba(255,255,255,0.3);
  color: #fff;
}
#wowslider-container1 .ws-title div{
  display:block;
  margin-top:0.5em;
  font-size: 1em;
  color: #fff;
}
#wowslider-container1 .ws-title span{
  font-size: 1.5em;
}#wowslider-container1 .ws_images > ul{
  animation: wsBasic 8s infinite;
  -moz-animation: wsBasic 8s infinite;
  -webkit-animation: wsBasic 8s infinite;
}
@keyframes wsBasic{0%{left:-0%} 25%{left:-0%} 50%{left:-100%} 75%{left:-100%} }
@-moz-keyframes wsBasic{0%{left:-0%} 25%{left:-0%} 50%{left:-100%} 75%{left:-100%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 25%{left:-0%} 50%{left:-100%} 75%{left:-100%} }

#wowslider-container1 .ws_bullets  a img{
  position:absolute;
  display:block;
  text-indent:0;
  bottom:15px;
  left:-54px;
  visibility:hidden;
  max-width:none;
}
#wowslider-container1 .ws_bullets a:hover img{
  visibility:visible;
}

#wowslider-container1 .ws_bulframe div div{
  height:48px;
  overflow:visible;
  position:relative;
}
#wowslider-container1 .ws_bulframe div {
  left:0;
  overflow:hidden;
  position:relative;
  width:108px;
}
#wowslider-container1  .ws_bullets .ws_bulframe{
  position:absolute;
  display:none;
  bottom:30px;
  margin-left:10px;
  cursor:pointer;#wowslider-container1 .ws_bulframe div div{
  height: auto;
}

@media all and (max-width:760px) {
  #wowslider-container1 .ws_fullscreen {
    display: block;
  }
}
@media all and (max-width:400px){
  #wowslider-container1 .ws_controls,
  #wowslider-container1 .ws_bullets,
  #wowslider-container1 .ws_thumbs{
    display: none
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont3e6e.eot?v=4.7.0');src:url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
