/*Custom*/

body,html{
overflow: visible !important;

}
.main-content.bg-content{
	overflow-x: hidden;
}


/** PLACE YOUR MOBILE AND UP CSS HERE **/
.btn.btn-quaternary {
	background: none !important;
	border: solid 1px #FFF !important;
}

.main-content h1 {
	color: #545e5f;
	font-size: 27px !important;
}

.main-content h2 {
	font-size: 24px !important;
}
.btn:not(.btn-social).btn-primary, .login .btn-login, .registerBox .btn-register, .login .btn-resetPassword {
    padding: 15px 20px;
	text-transform: capitalize !important;
}

.btn:not(.btn-social), input[type="button"] {
    padding: 15px 20px;
	text-transform: capitalize !important;
}
	

.site-header {
	position: relative;
}

.site-header .logo + div{
	display: block;

}



.site-header .menu-wrap {
	
	width: 84%;
    position: absolute;
    top: 0;
	
	margin-top:25px;
	padding-top: 0 !important;
	
	text-align: center;
    border-radius: 10px;
    background: #FFF;
    margin-bottom: -30px;
    z-index: 999;
    position: inherit;
	
	/** GRADIENT */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 0%, #e8e8e8 77%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 0%,#e8e8e8 77%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 0%,#e8e8e8 77%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	
	/* SHADOW */
	-webkit-box-shadow: 0px 40px 64px -30px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 40px 64px -30px rgba(0,0,0,0.55);
	box-shadow: 0px 40px 64px -30px rgba(0,0,0,0.55);

	
}

.site-header .menu-wrap > ul {
	width: auto;
	display: inline-block;
	padding-right: 25%;
}

.site-header .menu-wrap > ul li a, .site-header .menu-wrap > ul li a:hover, .site-header .menu-wrap > ul li:hover {
	background: none !important;
	text-transform: uppercase;
}


.site-header .top-options {
	position: absolute;
    bottom: 65px;
    padding-bottom: 15px;
    right: 0;
	padding-bottom: 3%;
}

.site-header .top-options span.fa {
	display: inline;
    width: 60px;
    float: left;
}

.site-header .top-options .text {
	display:inline-block;
	text-align:left;
	float: left;
	position: absolute;
	padding-left: 15px;
	left: 65px;
	padding-top: 8px;
}


.site-header .search-bar {
	float: right;
	margin-top: 5px;
	position: absolute;
	right: 0;
	top: 0;
}

.site-header .search-bar .search-btn {
    padding: 7px 30px 7px 15px;
    border: none !important;
    background: none !important;
    color: #999 !important;
}


.site-header .top-options .btn.btn-primary {
	background: #d00a69 !important;
	color: #FFF !important;
	padding: 9px 15px;
}

.site-header .top-options .btn.btn-primary:hover {
	background: #ff48a0 !important;
}

.bg-gray .hover-able {
	transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
}

.bg-gray .hover-able:hover {
	border-radius: 5px;
	background: #FFF;
	color: #999;
}

.bg-gray .hover-able:hover h1 {
	color: #31bbc2;
}

.bg-gray .hover-able .fa {
	margin-bottom: 30px;
}

.bg-gray .hover-able:hover .fa {
	color: #CCC !important;
}

.bg-gray .card {
	color: #333;
	border-radius: 5px;
}

.bg-gray .card .orange {
	background: #ff7550;
	-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
	padding: 5px 20px;
	text-align: center;
	margin: -15px -5px 0 -5px;
}

.bg-alt-3 {
	background: #333 !important;	
}

.bg-alt-3 h1, .bg-alt-3 h2 {
	color:#31bbc2 !important;
}


.footer,.footer:before {
}


.footer input[type="text"], .footer textarea {
	border-radius: 6px !important;
}

.footer .menu-bar {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: solid 1px #FFF;
}

.footer .menu-bar li {
	width: auto;
	border: none;
	padding-right: 10px;
	text-transform: capitalize;
	padding-bottom: 5px;
}


.footer .menu-bar li a:hover {
	border-bottom: solid 1px #FFF;
}

.footer .social-icons li {
	width: 35px !important;
	height: 35px !important;
	padding: 0 !important;
	border: solid 1px #FFF !important;
	border-radius: 7px;
}

.footer .social-icons li:hover{
	height: 35px !important;
	border: solid 1px #FFF !important;
}

.footer .social-icons li:hover a{
	border-bottom: none;
}

.footer .social-inner-wrap {
	text-align: center;
}

.social-icon-wrapper {
    max-width: 50px;
    padding: 5px;
}

.section-one .main-header-text h1 {
	color: #000;
}

@media (min-width: 768px) {

    /** PLACE YOUR TABLET AND UP CSS HERE **/
	
	body.nav-fixed {
		margin-top: 150px !important;
	}
	
	
	.site-header {
		height: 150px !important;
	}

	
	.site-header .logo {
		margin-left: 0%;
	}
	
	.site-header .phone {
		display: none;
	}
	
	.site-header .menu-wrap {
		margin-top:57px;
	}
	
	.footer .social-inner-wrap {
		text-align: right;
	}
    
}

@media (min-width: 992px) {

    /** PLACE YOUR LAPTOP AND UP CSS HERE **/
    .bg-gray .card.v-margin-minus {
		margin-top: -99px !important
	}
	
	
	
}

@media (min-width: 1200px) {

    /** PLACE YOUR DESKTOP AND UP CSS HERE **/
	
}


/** MORE CUSTOM BREAK POINT MUST KEEP ASCENDING ORDER **/
@media (min-width: 1500px) {
	.site-header .menu-wrap {
		margin-top:40px;
	}
}

@media (min-width: 1600px) {
	.site-header .menu-wrap {
		margin-top:25px;
	}
}

@media(max-width:1600px){
	.section-one .main-header-text h1{
	    font-size: 50px !important;
   		font-weight: 600 !important;
		white-space: nowrap;
		
}
}

@media (max-width: 1300px){
	.section-one .main-header-text h1 {
    font-size: 45px !important;
		white-space: unset;
    
}
	.section-one .main-header-text h1 + div{
		    font-size: 20px;
	}
}

@media (max-width:991px){
	.section-one .main-header-text h1 {
    font-size: 45px !important;
    white-space: unset;
}
}

/*.section-one .main-header-text h1,
.section-one .main-header-text h1 + div *{
	text-shadow: 2px 2px 1px #000;
}*/

.vertical-b.first-alphabet-content.liner.bio-home {
    padding-left: 0 !important;
    padding-right: 64px !important;
}

@media(max-width:991px){
.logos-wrp{
	margin-left:0 !important;
}
}
.logos-wrp img{
	max-width:200px;
}
.logos-wrp{ 
	margin-left: 15em;     
	padding: 15px;
}
@media(max-width:820px){
	.cus-block.second-block.drterner-home {
    margin-top: 10em !important;
}
}

.man-image.man-image2 {
    margin-top: 100px !important;
}


.each-image-wrap img {
    max-width: 400px !important;
}

@media (max-width: 599px) {
	.section-one .main-header-text h1 {
		font-size: 28px !important;
	}
}