/*
Typography
=========================== */
html,body {
    width:100%;
    height: auto;
    margin:0;
    padding:0;
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
	font-family: 'Average Sans', sans-serif;

    position: relative;
    font-size:14px;
    line-height:24px;
    color:#6f6f6f;
}

a{
    color: #6f6f6f;
}

a,
a:active,
a:focus,
a:hover{
    outline:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover{
    text-decoration:underline;
}

h1, h2, h3, h4, h5, h6{
    color:#3f3f3f;
    margin:0 0 15px 0;
    letter-spacing: 1px;
    font-weight: bold;
}

h1{
    font-size:48px;
    line-height:52px;
}

h2{
    font-size:36px;
    line-height:48px;
}

h3{
    font-size:30px;
    line-height:36px;
}

h4{
    font-size:24px;
    line-height:30px;
}

h5{
    font-size:18px;
    line-height:24px;
}

h6{
    font-size:14px;
    line-height:18px;
}

p {
    margin-bottom: 20px;
}

/*
Navbar Adjusment
=========================== */
/* Navbar Atribute ------*/
.attr-nav > ul > li > a{
    padding: 28px 15px;
}

ul.cart-list > li.total > .btn{
    border-bottom: solid 1px #cfcfcf !important;
    color: #fff !important;
    padding: 10px 15px;
}

@media (min-width: 1024px) {
    /* Navbar General ------*/
    nav.navbar ul.nav > li > a{
        padding: 30px 15px;
        font-weight: 600;
    }
    
    nav.navbar .navbar-brand{
        margin-top: 0;
    }
    
    nav.navbar .navbar-brand img.logo{
        width: 50px;
    }

    nav.navbar .navbar-brand{
        margin-top: 0;
    }
    
    nav.navbar .navbar-brand img.logo{
         width: 304px;
    margin-top: 2px;   
	}
    
    nav.navbar li.dropdown ul.dropdown-menu{
        border-top: solid 5px;
    }
    
    /* Navbar Center ------*/
    nav.navbar-center .navbar-brand{
        margin: 0 !important;
    }
    
    /* Navbar Brand Top ------*/
    nav.navbar-brand-top .navbar-brand{
        margin: 10px !important;
    }
    
    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand{
        position: relative;
        top: -15px;
    }
    
    /* Navbar Sidebar ------*/
    nav.navbar-sidebar ul.nav,
    nav.navbar-sidebar .navbar-brand{
        margin-bottom: 50px;
    }
    
    nav.navbar-sidebar ul.nav > li > a{
        padding: 10px 15px;
        font-weight: bold;
    }
    
    /* Navbar Transparent & Fixed ------*/
    nav.navbar.bootsnav.navbar-transparent.white{
        background-color: rgba(255,255,255,0.3);
        border-bottom: solid 1px #bbb;
    }
    
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
    nav.navbar.bootsnav.navbar-transparent.dark{
        background-color: rgba(0,0,0,0.3);
        border-bottom: solid 1px #555;
    }
    
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav{
        border-left: solid 1px #bbb;
    }
    
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav,
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav{
        border-left: solid 1px #555;
    }
    
    nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a,
    nav.navbar.bootsnav.no-background.white ul.nav > li > a{
        color: #fff;
    }
    
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a{
        color: #eee;
    }
}

@media (max-width: 992px) {
    /* Navbar General ------*/
    nav.navbar .navbar-brand{
        margin-top: 0;
        position: relative;
        top: -2px;
    }
    
    nav.navbar .navbar-brand img.logo{
		         width: 246px;
  margin-left: 30px;
    margin-top: 1px;

    }
    
    .attr-nav > ul > li > a{
        padding: 16px 15px 15px;
    }
    
    /* Navbar Mobile slide ------*/
    nav.navbar.navbar-mobile ul.nav > li > a{
        padding: 15px 15px;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu > li > a{
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title{
        padding-right: 30px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a{
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    
    /* Navbar Full ------*/
     nav.navbar-full .navbar-brand{
        top: 0;
        padding-top: 10px;
    }
}

/* Navbar Inverse
=================================*/
nav.navbar.navbar-inverse{
    background-color: #222;
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total > .btn{
    border-bottom: solid 1px #222 !important;
}

nav.navbar.navbar-inverse ul.cart-list > li.total .pull-right{
    color: #fff;
}

nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a,
nav.navbar.navbar-inverse ul.nav > li > a{
    color: #eee;
}

nav.navbar.navbar-inverse ul.nav > li.dropdown > a{
    background-color: #222;
}

nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
    color: #999;
}

nav.navbar.navbar-inverse ul.nav .dropdown-menu h1,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h2,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h3,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h4,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h5,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h6{
    color: #fff;
}

nav.navbar.navbar-inverse .form-control{
    background-color: #333;
    border-color: #303030;
    color: #fff;
}

nav.navbar.navbar-inverse .attr-nav > ul > li > a{
    color: #eee;
}

nav.navbar.navbar-inverse .attr-nav > ul > li.dropdown ul.dropdown-menu{
    background-color: #222;
    border-left: solid 1px #303030;
    border-bottom: solid 1px #303030;
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li{
    border-bottom: solid 1px #303030;
    color: #eee;
}

nav.navbar.navbar-inverse ul.cart-list > li img{
    border: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total{
    background-color: #333;
}

nav.navbar.navbar-inverse .share ul > li > a{
    background-color: #555;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu{
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a{
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-content{
    border-left: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:hover,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:focus,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li.active > a{
    background-color: #333 !important;
}

nav.navbar-inverse.navbar-full ul.nav > li > a{
    border:none;
}

nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu{
    background-color: #222;
}

nav.navbar-inverse.navbar-full .navbar-toggle{
    background-color: #222 !important;
    color: #6f6f6f;
}

@media (min-width: 1024px) {
    nav.navbar.navbar-inverse ul.nav .dropdown-menu{
        background-color: #222 !important;
        border-left: solid 1px #303030 !important;
        border-bottom: solid 1px #303030 !important;
        border-right: solid 1px #303030 !important;
    }

    nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse ul.dropdown-menu.megamenu-content .col-menu{
        border-left: solid 1px #303030;
        border-right: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse.navbar-transparent.dark{
        background-color: rgba(0,0,0,0.3);
        border-bottom: solid 1px #999;
    }
    
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav{
        border-left: solid 1px #999;
    }
    
    nav.navbar.navbar-inverse.no-background.white .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.white ul.nav > li > a{
        color: #fff;
    }
    
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a{
        color: #3f3f3f;
    }
}
@media (max-width: 992px)  {
    nav.navbar.navbar-inverse .navbar-toggle{
        color: #eee;
        background-color: #222 !important;
    }
    
    nav.navbar.navbar-inverse .navbar-nav > li > a{
        border-top: solid 1px #303030;
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse ul.nav li.dropdown ul.dropdown-menu  > li > a{
        color: #999;
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu .title{
        border-bottom: solid 1px #303030;
        color: #eee;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu ul > li > a{
        border-bottom: solid 1px #303030;
        color: #999 !important;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu.on:last-child .title{
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul{
        border-top: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse.navbar-mobile .navbar-collapse{
        background-color: #222;
    }
}

@media (max-width: 767px)  {
    nav.navbar.navbar-inverse.navbar-mobile ul.nav{
        border-top: solid 1px #222;
    }
}

/*
Color
=========================== */
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.side .widget ul.link li a:hover,
.side .widget ul.link li a:focus,
.check-list li:before,
ul.cart-list > li > h6 > a,
.attr-nav > ul > li > a:hover,
.attr-nav > ul > li > a:focus,
nav.navbar-sidebar ul.nav li.dropdown.on > a,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar.navbar-inverse ul.nav li.dropdown.on > a,
nav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a,
nav.navbar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar ul.nav > li > a:hover,
nav.navbar ul.nav > li.active > a:hover,
nav.navbar ul.nav li.active > a,
nav.navbar li.dropdown ul.dropdown-menu > li a:hover{
    color: #fff;
}

nav.navbar.navbar-transparent ul.nav > li > a:hover,
nav.navbar.no-background ul.nav > li > a:hover,
nav.navbar ul.nav li.scroll.active > a,
nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu  > li > a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar-dark ul.nav li.dropdown.on > a{
    color: #fff!important;
}

@media(max-width:920px){
    nav.navbar .dropdown .megamenu-content .col-menu ul > li > a:hover,
    nav.navbar.navbar-dark .dropdown .megamenu-content .col-menu .title:hover{
        color: #ed40c3 !important;
    }
}

/*
Border
=========================== */
ul.cart-list > li.total > .btn{
    border-color: #f43438;
}

nav.navbar li.dropdown ul.dropdown-menu{
    border-top-color: #e0e0e0 !important;
}

/*
Background
=========================== */
ul.cart-list > li.total > .btn,
.attr-nav > ul > li > a span.badge,
nav.navbar .share ul > li > a:hover,
nav.navbar .share ul > li > a:focus{
    background-color: #f43438;
}

ul.cart-list > li.total > .btn:hover,
ul.cart-list > li.total > .btn:focus{
    background-color: #dc3236 !important;
}




.hm_contact_form {
    position: relative;
    padding: 20px;
    background: linear-gradient(to bottom, #4a0500, #a51124); 
	background: linear-gradient(to bottom, #0a9a22, #429e01);
	#4a0500, #a51124);
    background: linear-gradient(to bottom, #23b781, #23b781);
	border: 1px solid transparent;
}

.hm_contact_form h2.title1 {
    background-color: #005daa;
    padding: 10px 20px;
    margin: 0px -27px;
	color:#fff;
}
.hm_contact_form_1 {
	position: relative;
	padding: 20px;
	background-color: #2a2964;
}
.label_space {
	display: block;
	margin-bottom: 10px;
}
.form_row {
	margin-top: 10px;
}
.form_row label:not(.orderby_label) {
	float: left;
	display: block;
	width: 25%;
	color: #999;
	line-height: 39px;
}
.form_row .orderby_label {
	float: left;
	width: 75%;
}
.form_row > span {
	display: inline-block;
}
.form_row label.error {
	color: #e74c3c;
	margin-bottom: 0;
	width: 75%;
	float: right;
	font-size: 13px;
}
.form_row .hm_input_text {
	border-radius: 4px;
	color: #324545;
	font-weight: 600;
	width: 100%;
}
.form_row .hm_textarea {
	color: #324545;
	min-height: 90px;
	width: 100%;
	resize: none;
}
.form_row #form-messages {
	margin-left: 25%;
}
.form_row input[type="radio"]:first-of-type, .form_row input[type="checkbox"]:first-of-type {
	margin-left: 0;
}
.form_row input[type="radio"], .form_row input[type="checkbox"] {
	display: inline-block;
	margin: 3px 5px 4px 15px;
}
.full_contact_form .form_row label {
	float: none;
	width: 100%;
}
.full_contact_form #form-messages {
	margin-left: 0;
}
.bg_gray .form_row label {
	color: #888;
}
.full_contact_form .form_row .hm_input_text, .full_contact_form .form_row .hm_textarea, .full_contact_form .form_row select, .form_row input[type="file"] {
	width: 100%;
}
.full_contact_form .form_row button, .full_contact_form .form_row input[type="submit"] {
	margin-left: 0;
	max-width: 100%;
}
.hm_requires_star {
	color: #e74c3c;
}
.my_col_half label.error, .full_contact_form label.error {
	float: none;
}
.form_row:first-child {
	margin-top: 0;
}
#form-messages.send_success {
	border: 2px solid #44a244;
	color: #555;
	padding: 14px 20px 15px;
}
.form_row button, .form_row input[type="submit"] {
	margin-left: 0;
	max-width: 59%;
}
.full_button {
	width: 100%;
}
.form_loader {
	background: url("img/camera-loader.html") no-repeat center center rgba(255, 255, 255, 0.6);
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}
.sm-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #fff;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.title1 {
    color: #E3106C;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 13px;
    font-family: "Oswald", "Open Sans", sans-serif;
    line-height: 33px;
}
.button.button-3d:hover {
    background-color: #ff0101 !important;
    opacity: 0.9;
}
.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px 5px 5px 0px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #f86300;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
}

.heading-section hr {
    border-top-color: #ef6536;
}
.heading-section hr {
    max-width: 55px;
    border-top: 4px solid #fff;
}
.new hr {
    max-width: 55px;
    border-top: 4px solid #2098d1;
}
hr {
   margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #039799;
}

/* services box*/

/*
.serviceBox{
    text-align: center;
    margin: 0 -15px;
}
.serviceBox img{
    width: 100%;
    height: auto;
}
.serviceBox .service-content{
    position: relative;
    background: #563c00;
    color: #fff;
    padding: 50px 30px 30px;
}
.serviceBox .service-icon{
    display: block;
    width: 70px;
    height: 70px;
    background: #f0f4ba;
    border-radius: 10px;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}
.serviceBox .service-icon i{
    font-size: 30px;
    line-height: 70px;
    color: #00a996;
    transform: rotate(-45deg);
}
.serviceBox .title{
    font-size: 20px;
    font-weight: 600;
	color:white;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.serviceBox .description{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
}
.serviceBox .read-more{
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #f0f4ba;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #f0f4ba;
    background: #00a996;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}
.serviceBox .read-more:hover{
    color: #00a996;
    background: #f0f4ba;
    text-decoration: none;
}
.serviceBox.middle .service-content{
    padding: 30px 30px 50px;
}
.serviceBox.middle .service-icon{
    bottom: -35px;
    top: auto;
}
@media only screen and (max-width: 990px){
    .serviceBox .title{ font-size: 17px; }
}
@media only screen and (max-width: 767px){
    .serviceBox{ margin: 0 0 30px 0; }
}

*/

/*testimonial*/
.testimonial{
 text-align: center;
    padding: 0px 15px;
    margin-right: 8px;
    background: red;
    border-radius: 45px;
	background-color: #fff !important;
    box-shadow: 2px 2px 6px rgba(0,0,0,.2) !important;
}
.testimonial .icon{
    font-size: 60px;
    line-height: normal;
    color: #a94502;
}
.testimonial .description{
    font-size: 16px;
    font-style: italic;
    color: #333;
    line-height: 26px;
    margin-top: -20px;
}
.testimonial .pic{
   width: 80px;
    height: 80px;
    border-radius: 13%;
    overflow: hidden;
    margin: 21px auto;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-title{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial .post{
       display: block;
    font-size: 21px;
    color: #462b19;
}
.owl-theme .owl-controls .owl-pagination{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    width: 10px;
    height: 10px;
    background: #99bf4b;
    border: 2px solid transparent;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page span:hover{
    background: #fff;
    border: 2px solid #99bf4b;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color: white;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.post .fa-star
{
	color:gold;
}

/*

.meet-professors {
	background: url(../images/professor-bg.jpg) no-repeat center center;
	background-color:#189b19;
	width: 100%;
	float: left;
	padding: 77px 0 80px 0;
	background-size: cover;
}
.team-box {
	width: 100%;
	background: #fff;
	position: relative;
}
.team-box .team-img {
	position: relative;
	overflow: hidden;
}
.team-box:hover .team-img:after {
	height: 100%;
	opacity: 1;
}
.team-box .team-img:after {
	background: rgba(24,37,74,.80);
	content: "";
	width: 100%;
	height: 0;
	left: 0;
	top: 0;
	z-index: 9;
	position: absolute;
	opacity: 0;
}
.team-box .team-img:before {
	width: 0;
	height: 0;
	border-bottom: 40px solid #fff;
	border-left: 40px solid transparent;
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 99;
}
.team-box img {
	width: 100%;
	height: auto;
}
.team-name {
	text-align: center;
	padding: 23px 0 19px;
}
.team-name h5 {
	font-weight: 600;
	color: #333333;
	margin-bottom: 2px;
}
.team-name strong {
	color: #fa394a;
	font-weight: 400;
	font-size: 15px;
}
.team-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 50px 15px 0;
}
.team-caption p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	opacity: 0;
}
.team-box:hover ul.team-social {
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
}
ul.team-social {
	width: 100%;
	padding: 0px;
	margin: 0px;
	transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
}
ul.team-social li {
	display: inline-block;
	margin: 0 3px;
}
ul.team-social a {
	border: 1px solid #fff;
	width: 32px;
	height: 32px;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 30px;
	border-radius: 2px;
}
ul.team-social a:hover {
	background: #fa394a;
	color: #fff;
	border-color: #fa394a;
}
.team-box .plus {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 99;
	width: 17px;
	color: #294373;
	cursor: pointer;
}
.team-box .plus .fa-minus {
	display: none;
}
.team-box:hover .team-caption p {
	opacity: 1;
}
.team-box:hover .plus .fa-plus {
	display: none;
}
.team-box:hover .plus .fa-minus {
	display: block;
}
.meet-professors .stitle {
	color: #fff;
}
.other-members ul {
	background: #166f16;
	padding: 7px 30px 10px;
	    box-shadow: 0px 5px 10px 2px rgba(0,0,0,.2);

	margin: 0px;
	list-style: none;
}
.other-members ul li {
	border-bottom: 1px dashed #fff;
	line-height: 48px;
}
.other-members ul li:last-child {
	border-bottom: 0px;
}
.other-members a {
	color: #fff;
	font-size: 16px;
}
.other-members a:before {
	content: "\f101";
	font-family: FontAwesome-free;
	color: #fa394a;
	margin-right: 10px;
}
.other-members a:hover {
	color: #fa394a;
}
.stitle2 {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 36px;
	color: #ffffff;
	padding: 0 0 12px;
	position: relative;
}
.stitle2:after {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: "";
	height: 3px;
	width: 67px;
	background: #fa394a;
}
.meet-professors.team-page {
	padding: 0px;
	background: none;
}
.team-page .team-box {
	background: #f5f5f5;
	margin-bottom: 40px;
}
.team-page .team-box .team-img:before {
	border-bottom: 40px solid #f5f5f5;
}
.fl-pagination {
	width: 100%;
	float: left;
	text-align: center;
}
.fl-pagination .pagination {
	margin: 20px 0 0;
}
.fl-pagination .pagination>li:last-child>a, .fl-pagination .pagination>li:last-child>span, .fl-pagination .pagination>li:first-child>a, .fl-pagination .pagination>li:first-child>span {
	border-radius: 0px;
}
.fl-pagination .pagination>li>a, .fl-pagination .pagination>li>span {
	position: relative;
	float: left;
	padding: 0 20px;
	line-height: 38px;
	color: #999999;
	background-color: #fff;
	border: 1px solid #e6e6e6;
}
.fl-pagination .pagination>li.active a, .fl-pagination .pagination>li>a:hover, .fl-pagination .pagination>li>span:hover {
	background: #fa394a;
	color: #fff;
	border: 1px solid #fa394a;
}
.gal img
{
	    border: 4px solid #236788;
}
*/


.theraphy_bg{
    background: #04a9ab;
    padding-bottom: 50px;
    padding-top: 30px;
    border-top: 5px solid #057f81;
    border-bottom: 1px solid #eee;}
.theraphy_bg .row{margin:0 -5px;display:flex;flex-wrap:wrap;}
.theraphy_bg .col-md-2{padding:0 5px 10px;display:flex;float:none;align-content:center;align-items:center;width:16.66666667%;flex:1 1 16.66666667%;max-width:16.66666667%;min-width:16.66666667%;}
.theraphy_bg .text-highlight{color:#fff;}
.theraphy_bg .subline{color:#fff;}
.theraphy_bg .therapy_block{width:100%;padding:15px;height:100%;background:rgba(0,0,0,0.1);border-radius:4px;border:1px solid rgba(0,0,0,0.1);-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-ms-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}
.theraphy_bg .therapy_block .img-block{border-radius:50%;width:150px;height:150px;margin:0 auto;border:10px solid rgba(0,0,0,0.15);position:relative;}
.theraphy_bg .therapy_block .img-overlay{display:none;position:absolute;background:rgba(0,0,0,0.4);font-family:FontAwesome;text-align:center;color:#fff;line-height:130px;top:0;left:0;border-radius:50%;width:130px;height:130px;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-ms-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}
.theraphy_bg .therapy_block img{border-radius:50%;width:130px;height:130px;}
.theraphy_bg .therapy_block h4{font-size:18px;font-weight:600;color:#fff;text-align:center;margin:0;padding:0;line-height:1.2;}
.theraphy_bg .therapy_block:hover{background:rgba(0,0,0,0.25);}
.theraphy_bg .therapy_block:hover .img-overlay{display:block;}





@media (max-width:620px)
{
	.theraphy_bg .col-md-2 {
    padding: 0 5px 10px;
    display: flex;
    float: none;
    align-content: center;
    align-items: center;
    width: 50%;
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50% !important;
}
.theraphy_bg .therapy_block {
    width: 100%;
    padding: 0px;
    height: 100%;
    background: rgba(0,0,0,0.1);
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
}
.serviceBox{
    text-align: center;
    margin-top: 20px;
}
.serviceBox .service-icon{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #2395ec;
    margin-bottom: 20px;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .service-icon{
    background: #2395ec;
}
.serviceBox .service-icon i{
    font-size: 70px;
    color: #2395ec;
    line-height: 150px;
    transition: all 0.5s ease 0s;
}
.serviceBox .title{
      font-size: 17px;
    color: #171819;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .title{
    color: #2395ec;
}

.serviceBox .description{
    font-size: 14px;
    color: #737577;
    line-height: 25px;
}
.serviceBox.purple .service-icon{
    border: 1px solid #8f8bd5;
}
.serviceBox.purple:hover .service-icon{
    background: #8f8bd5;
}
.serviceBox.purple .service-icon i,
.serviceBox.purple .title:after,
.serviceBox.purple:hover .title{
    color: #8f8bd5;
}
.serviceBox.green .service-icon{
    border: 1px solid #98c830;
}
.serviceBox.green:hover .service-icon{
    background: #98c830;
}
.serviceBox.green .service-icon i,
.serviceBox.green .title:after,
.serviceBox.green:hover .title{
    color: #98c830;
}
.serviceBox.orange .service-icon{
    border: 1px solid #e69020;
}
.serviceBox.orange:hover .service-icon{
    background: #e69020;
}
.serviceBox.orange .service-icon i,
.serviceBox.orange .title:after,
.serviceBox.orange:hover .title{
    color: #e69020;
}
.serviceBox:hover .service-icon i,
.serviceBox.purple:hover .service-icon i,
.serviceBox.green:hover .service-icon i,
.serviceBox.orange:hover .service-icon i{
    transform: rotateY(360deg);
    color: #fff;
}


/*accr*/
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
    position: relative;
}
#accordion .panel:before{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border: 1px dashed #6e8898;
    top: 25px;
    left: 18px;
    position: absolute;
}
#accordion .panel:last-child:before{ display: none; }
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a{
    display: block;
    padding: 10px 30px 10px 60px;
    margin: 0;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    color: #1d3557;
    letter-spacing: 1px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 40px;
    height: 100%;
    line-height: 40px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    background: #2395ec;
    border-radius: 3px;
    border: 1px solid #2395ec;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    content: "\f105";
    color: #000;
    background: #fff;
    border: 1px solid #6e8898;
}
#accordion .panel-body{
    padding: 40px 20px 30px;
    margin-left: 40px;
    border-top: none;
    background: #2395ec;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 1px;
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}
@media only screen and (max-width: 480px){
    #accordion .panel-body{ padding: 70px 10px; }
}


.msn .hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #18673e;
    color: white;
}
.msn .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border: 3px solid rgb(255, 255, 255);
    border-radius: 6px !important;
}



.box{
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.box:before,
.box:after{
    content: "";
    width: 100%;
    height: 50%;
    background: linear-gradient(to right top,rgba(0,0,0,0.7) 49%,rgba(0,0,0,0.8) 50%);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}
.box:after{
    background: linear-gradient(to right top,rgba(0,0,0,0.7) 49%,rgba(0,0,0,0.8) 50%);
    top: 50%;
}
.box:hover:before,
.box:hover:after{ opacity: 1; }
.box img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
.box:hover img{ transform: translateY(-10%); }
.box .box-content{
    width: 100%;
    background: #ff0022;
    padding: 7px 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%) translateY(100%);
    transition: all 0.3s ease 0s;
}
.box:hover .box-content{ transform: translateX(-50%) translateY(0); }
.box .title{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
}
.box .post{
    display: inline-block;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    border-radius: 0 10px 0 10px;
}
.box .icon{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease 0s;
}
.box .icon li{
    display: inline-block;
    margin: 0 5px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.box .icon li:first-child{ transform: translateX(-150px); }
.box .icon li:last-child{ transform: translateX(150px); }
.box:hover .icon li{ opacity: 1; }
.box:hover .icon li:first-child{ transform: translateX(0); }
.box:hover .icon li:last-child{ transform: translateX(0); }
.box .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 3px dotted transparent;
    font-size: 23px;
    color: #ff0022;
    box-shadow: 0 0 5px #ff0022;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.box .icon li a:hover{
    text-decoration: none;
    border-radius: 10px;
    background: #ff0022;
    color: #fff;
    box-shadow: none;
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}
.testimonial{
 text-align: center;
    padding: 0px 15px;
    margin-right: 8px;
    background: red;
    border-radius: 45px;
	background-color: #fff !important;
    box-shadow: 2px 2px 6px rgba(0,0,0,.2) !important;
}

nav.navbar li.dropdown ul.dropdown-menu {
    border-top-color: #ede5e52e !important;
}
.btn-default {
    color: #fff;
    background-color: #ed40c3;
    border-color: #a70892;
    border-radius: 0px;
    font-size: 21px;
}

h3 {
    font-size: 26px;
    line-height: 36px;
}

.btn-primary {
    color: #fff;
    background-color: #0e85eb;
    border-color: #0c86f1;
}