body{
	overflow-x: hidden;
}
 /* You don't need the above styles, they are demo-specific ----------- */
 	.navbar-brand img{
 		margin-top: -15px;
 	}
	#menu, #menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: left;
	}
	
	#menu {
		width: 100%;
		padding: 10px 230px 0px 100px;
		background-color: transparent;
	}
	
	#menu:before,
	#menu:after {
		content: "";
		display: table;
	}
	
	#menu:after {
		clear: both;
	}
	
	#menu {
		zoom:1;
		text-align: center;
	}
	
	#menu li {
		display: inline-block;
		position: relative;
		color: #6ddeff;
	}
	
	#menu a {
		float: left;
		padding: 6px 0px;
		margin-left:30px;
		margin-right:30px;
		color: #fff;		
		font-size: 16px;
		font-weight:600;
		font-family: 'Montserrat', sans-serif;		
	}
	#menu ul li a{
    	font-size: 13.5px;
	    margin-left: 0;
	    border: 0!important;
	    padding-left:0;
	}
	
	#menu li:hover > a {
		color: #6ddeff;
	    border-top: 2px solid #6ddeff;
	    border-bottom: 2px solid #6ddeff;
	    width: fit-content;

		/*border-top:1px solid #6ddeff;
		border-bottom:1px solid #6ddeff;*/
	}
	
	*html #menu li a:hover { /* IE6 only */
		color: #fafafa;
	}
	
	#menu ul {
		margin: 20px 0 0 0;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 80px;
		left: 30px;
		z-index: 1;    		
		/*-moz-box-shadow: 0px 0px 5px #fff;
		-webkit-box-shadow: 0px 0px 5px #fff;
		box-shadow: 0px 0px 5px #fff;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		border: 1px solid #6ddeff; */
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out; 
	}

	/*#menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}*/
	
	#menu ul ul {
		top: 0;
		left: 150px;
		margin: 0 0 0 20px;
		_margin: 0; /*IE6 only*/
		
	}
	
	#menu ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
		padding-left: 0;
	    border-bottom: 1px solid #575b7d;

		
	}
	
	#menu ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}
	
	#menu ul a {    
		padding: 10px;
		width: 225px;
		_height: 10px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: none;
	}
	
	#menu ul a:hover {
		/*background-color: #0186ba;
		background-image: -moz-linear-gradient(#04acec,  #0186ba);	
		background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
		background-image: -webkit-linear-gradient(#04acec, #0186ba);
		background-image: -o-linear-gradient(#04acec, #0186ba);
		background-image: -ms-linear-gradient(#04acec, #0186ba);
		background-image: linear-gradient(#04acec, #0186ba);*/
	}
	
	#menu ul li:first-child > a {
		/*-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;*/

	}
	
	#menu ul li:first-child > a:after {
/*		content: '';
		position: absolute;
		left: 40px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #6ddeff;*/
	}
	
	#menu ul ul li:first-child a:after {
/*		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;	
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #3b3b3b;*/
	}
	
	#menu ul li:first-child a:hover:after {
		/*border-bottom-color: #04acec; */
	}
	
	#menu ul ul li:first-child a:hover:after {
		border-right-color: #0299d3; 
		border-bottom-color: transparent; 	
	}
	
	#menu ul li:last-child > a {

	}
	
	/* Mobile */
	#menu-trigger {
		display: none !important;
	}
	.expand{
		transition: 1s;
	}
	
	@media screen and (max-width: 992px) {
		#menu .expand{
			padding-bottom: 0px!important;
		}

		/* nav-wrap */
		/*#menu-wrap {
			position: relative;
		}*/

		#menu-wrap * {
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		
		/*#menu-wrap > ul {
		    border: 1px solid #fff;   
		}*/
		/*
		#menu-wrap > ul > ul{
		    display:none !important;
		}*/

		/* menu icon */
		#menu-trigger {
			display: block !important; /* show menu icon */
			visibility: visible;
			height: 14px;
			width: 46px;
			cursor: pointer;	
			float: right;
			margin-top: -33px;
			text-indent: -9999px;
			background: url('../images/burger.png')
		
		}
		
		/* main nav */
		#menu {
			margin: 0; padding: 10px;
			position: absolute;
			/*top: 0px;*/
			left: 0;	
			width: 100%;
			z-index: 1;
			background-color: #283079;
			display: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#menu:after {
			content: '';
			position: absolute;
			left: 25px;
			top: -8px;
			border-left: 8px solid transparent;
			border-right: 8px solid transparent;
			border-bottom: 0px solid #283079;
		}	

		#menu ul {
			position: static;
			display: none;
			opacity: 1;
			margin: 0;
			background: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			border: none;
		}
		#menu .expand{
			padding-bottom: 75px;
		}
		/*
		#menu li.expand:hover ul{
		    display: block !important;
		}
*/
		#menu ul ul {
			margin: 0 0 0 20px !important;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#menu li {
			position: static;
			display: block;
			float: none;
			border: 0;
			margin: 5px;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;			
		}

		#menu ul li{
			margin-left: 20px;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#menu a{
			display: inline-block;
			float: none;
			text-align: left;
			width: 150px;
			padding: 8px 8px !important;	
			padding: 0 !important;
			color: #fff;
            text-transform: capitalize;
            margin-left:60px;
		}
		#menu li:hover > a{
			color: #6ddeff;
		    border-top: 2px solid transparent;
		    border-bottom: 2px solid transparent;
		    width: 150px;
		}
		#menu a:hover{
			color: #fafafa;
		}

		#menu .social a{
			display:  inline;
			padding: 12px 18px !important;	
		}	

		#menu ul a{
			padding: 0;
			width: auto;		
		}

		#menu ul a:hover{
			background: none;	
		}

		#menu ul li:first-child a:after,
		#menu ul ul li:first-child a:after {
			border: 0;
		}		


	}

	@media screen and (min-width: 992px) {
		#menu {
			display: block !important;
			/*background: #28307966;*/
		}
		.opaque #menu{
		    margin-top: 32px !important;
		    background:#283079;
		}
	}	

	/* iPad */
	.no-transition {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		opacity: 1;
		visibility: visible;
		display: none;  		
	}

	#menu li:hover > .no-transition {
		display: block;
	}
/*# sourceMappingURL=bootstrap.css.map */
option{
	color:black;
}
.section-white{
	padding: 50px 0;
}
.left-footer{
	background-color:#272f82;
	color: #000 !important;
}
.left-footer h3{
	font-weight: bold;
	color: #000;
	font-size: 14px;
	margin-bottom: 30px;
}
.left-footer .upper{
	background-color: #E3E3E3;
}
.left-footer .upper ul li{
	list-style-type: none;
	border-bottom: 1px solid #cacaca;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	padding: 5px 0;
}

.left-footer .upper ul li:last-child
{
	border: none;
}

.left-footer .upper ul li a{
	text-decoration: none;
	color: #000;
}

.left-footer .upper ul li a:hover
{
	color: #3284cf;
}

.left-footer .lower{
	background-color:#272f82;
	color: #fff;
	padding: 30px;
}

.right-footer{
	background: url('../images/contact_form.jpg') left center no-repeat;
	background-color:#558fc5;
	color:#fff !important;
    padding-left: 50px;  
    padding-top: 25px;
	font-family: 'Montserrat', sans-serif;


}
.right-footer h3{
	
	color:#fff !important;
	
}
.right-footer .appo-from{
	margin-top: 20px !important;
	
}
.right-footer .appo-from input
{
    background: transparent;
   border: 1px solid #fff;
	color: #fff;
}
.right-footer .appo-from select
{
    background: transparent;
    border: 1px solid #fff;
	color: #fff;
}.right-footer .appo-from select option
{
    background-color: #558fc5;
    border: 1px solid #fff;
	color: #fff;
}
.right-footer .appo-from input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.right-footer .appo-from input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.right-footer .appo-from input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
.right-footer .appo-from button{
	 background-color: #558fc5;
    border: 1px solid #fff;
	color: #fff;
	width: 100%;
}
.right-footer .appo-from button:hover{
	 background-color: #272f82;
    border: 1px solid #fff;
	color: #fff;
	width: 100%;
} 
.pd-20-10{
	padding: 20px 10px;
}

.num-border{
	border:solid 2px #ffffff;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
    margin-left: 85%;
    float: right;
	padding: 13px;
	font-size: 23px;
	color:#ffffff;
	margin-right: 35px;
	margin-top: -417px;
	
}

.margin-cos{    
	margin-left: 60%;
    margin-top: -133px;
}
.he-box{    
/* 1background-color: #497db9; */
 background-color: #0050ad; 
    opacity: .7;
	float: left;
	margin-top:-244px;
}
.opc{
	margin-top: -361px;
	
}
.h4-color{
	color:#fff;
	
}
.text-rou{
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	writing-mode: lr-tb;
	margin-top: -120px;
    margin-right: 373px;
}
.opc-image{ 
   margin-top: 274px;
    margin-left: -74px;
}
.he-text{
		color: white;
		padding: 13px;
		margin-left: 28px;
}
.tx-col{
	font-size: 25px;
    color: #6ddeff;
}
.co{	
    color: #6ddeff;
}
.txt-st{	
	color: white;
	padding: 13px;
	font-size: 25px;
}
.txt-st2{	
	color: white;
	padding: 13px;
	font-size: 45px;
}


.pad{
	padding: 45px;
}
.SERVICES{
	border-bottom-style:inset;
	padding:10px;
}
.Appointment-Request{
	background-color:#558fc5;
	color:#fff;
}
.footer{
	background-color:#558fc5;
	padding:30px;
	color:white;
	overflow-x: hidden;
}
.pdt-40{
	padding: 40px;
	
}
.col-white{
	color:#bdb6b6;
}
.pdt-5{
	padding: 5px;	
}
.ft-22{
	font-size: 22px;	
}

.btn-number{
	padding: 25px !important;
    font-size: 28px !important;
}

.btn-success {
    color: #020202;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

#cbwrap a.callbutton {
    background: #ff7200 url(images/cbbg.png) repeat-y left top;
    color: #fff;
    font: 400 30px/60px open sans, arial;
    text-decoration: none;
    height: 60px;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 0 27px;
    width: 412px;
	margin-top: 748px;
}


/* CUSTOM*/
.padding-0
{
	padding: 0;
}

.padding-left-50
{
	padding-left: 50px;
}

@media screen and (max-width: 768px){
	.padding-left-50
{
	padding-left: 0;
}
	
}



.padding-bottom-100
{
	padding-bottom: 100px;
}

.montserrat-font
{
	font-family: 'Montserrat', sans-serif;
}

.font-weight-400
{
	font-weight: 400;
}

.font-weight-500
{
	font-weight: 500;
}

.font-weight600
{
	font-weight: 600;
}

.font-weight-700
{
	font-weight: 700;
}

.font-weight-800
{
	font-weight: 800;
}

.font-size-36
{
	font-size: 36px !important;
}

.font-size-30
{
	font-size: 30px !important;
}

.font-size-28
{
	font-size: 28px !important;
}

.font-size-24
{
	font-size: 24px !important;
}

.font-size-18
{
	font-size: 18px !important;
}

.font-size-16
{
	font-size: 16px !important;
}

.font-size-14
{
	font-size: 14px !important;
}

.font-size-13
{
	font-size: 13px !important;
}

.font-size-12
{
	font-size: 12px !important;
}

.border-radius-50{
	border-radius: 50px;
}

.border-no
{
	border: none !important;
}

.divider
{
	border: none;
	border-bottom: 1px solid #cacaca;
}

.blue-text{
	color: #5590c5;
}

.sky-text
{
	color: #6ddeff;
}

.dark-blue-text
{
	color: #273077 !important;
}

.dark-blue-bg
{
	background-color: #273077;
}

.light-gray-bg
{
	background-color: #f1f1f1;
}

.white-bg
{
	background-color: #fff;
}










input.register-input
{
	border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
    font-weight: 600;
}

select.register-input
{
	cursor: pointer;
	border: none;
    border-bottom: 1px solid #fff;
	border-radius: 0;
	font-size: 13px;
    font-weight: 600;
}

input.register-submit-top, input.register-submit
{
	background: transparent;
    color: #fff;
    border-radius: 0;
}

.slider-count
{
	margin-left: 20px;
    display: inline-block;

}

.slider-count div
{
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.5px;
}

.slider-count div span
{
	color: #6ddeff;
	font-size:30px;
}
.slider-count .text1{
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
.slider-count .text1 span{
	color: #6ddeff;
	font-size:30px !important;
}
.slider-count .text2{
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: normal;	
	font-size: 12px;
}

@media screen and (max-width: 993px){
    

	.slider-count
	{
		display: none;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form
	{
		border: none;
	}
	
}


.social-top
{
	padding-left: 150px;
}

.social-top a
{
	float: left;
	display: inline;
	padding-left: 4px !important;
	padding-right: 4px !important;
}

@media screen and (max-width: 768px){
	.social-top{
		display: none;
		padding-left: 20px;
	}
	
}

.social-top-btn
{
	padding-left: 0;
}

.social-top-btn a
{
	float: left;
	display: inline;
	padding-left: 4px !important;
	padding-right: 4px !important;
}

.social-footer
{
	border: none !important;
}

.social-footer li
{
	padding: 0;
	float: left;
	border: none !important;
}

.social-footer li a
{
	padding: 0 4px;
	border: none!important;
	float: left;
	color: #7a7a7a !important;
	font-size: 18px;
}

.navbar {
	padding-top: 30px;
	margin-left: 15px;
}

@media screen and (max-width: 768px){
	.navbar{
		padding-top: 10px;
	}
	
}

.navbar-nav
{
	margin: 0 -15px;
}

@media screen and (max-width: 768px){
	.navbar-fixed-top.opaque .navbar-brand{
		padding: 0px 15px;
	}
	
	.navbar-right
	{
		padding-top: 40px;
		padding-bottom: 20px;
	}
	
	.nav-top-counter
	{
		display: none;
	}
	
}



.navbar-fixed-top .navbar-nav > li > a:hover
{
	border-top: 2px solid #6ddeff;
	border-bottom: 2px solid #6ddeff;
	color: #6ddeff;
	line-height: 30px !important;
    padding: 8px 20px;
}

.nav-top-counter
{
	font-size: 11px;
	position: absolute;
	top: -24px;
	color: #5b69b1;	
	font-family: "Montserrat", sans-serif;
	-webkit-transition: 0.27s;
	-o-transition: 0.27s;
	transition: 0.27s;
	
}
#menu a{
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
}
#menu a:hover .nav-top-counter
{
	color: #6ddeff;
}

.banner-right-container
{
	height: 100vh;
}

.ryan-img
{
	position: absolute;
	right: 60px;
	bottom: 150px;
}

@media screen and (max-width: 768px){
	.ryan-img
{
	bottom: -350px;
}
	
}

.banner-icon
{
	position: absolute;
	right: 10px;
	bottom: 40px;
}
.banner-icon .text{
	font-size: 14px;
	color: #273077;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 10px;
	font-weight: 500;
}
@media screen and (max-width: 768px){
	.banner-right-container{

		float: left;
		width: 100%;
		height: auto;	
		text-align: center;	
	}
	.banner-icon
	{
		display: inline-block;
		padding: 6px 0; 
		position: relative;
		bottom: 0;
		left: 0;
		right: 0;
		margin-bottom: 20px;
		max-width: 100%;		
		background: #5a62aa;
		box-shadow: 0 0 3px #5a62aa;
	}
	.banner-icon ul li{
		float: left;
		width: 25%;
	}
	.banner-icon ul li img{
		width: 100%;
	}
	.banner-icon .text{
		padding-left: 15px;
		color: #fff;
		text-shadow: 1px 1px 4px #283078;
	}	
}

.banner-icon ul li{
	float: left;
	padding: 0 10px;
}

.about-left
{
	
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	padding-right: 40px;
}

@media screen and (max-width: 768px){
	.about-left
{
	padding-right: 0;
}
	
}

.about-left h1
{
	font-size: 36px;
	line-height: 53px;
	vertical-align: top;
	margin-top: 0;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.about-left h1 span
{
	color: #56a1c9;
}

.about-left p
{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 25px;	
}

.about-right
{
	position: relative;
    padding: 70px;
	/* padding-left: 60px; */
}

.about-right p
{
	font-size: 14px;
	color: #282828;
}
.about-left p span
{
	color: #86e4ef;
}

.about-right h2
{
	vertical-align: top;
	margin-top: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    line-height: 54px;
    color: #000000;
    font-weight: 600;
}

.about-right h2 span
{
	color: #56a1c9;
}

.about-img
{
    position: absolute;
    left: -178px;
    top: -11px;
    height: 100%;
}

.affliation
{
	background-color: #273077;
	color: #fff;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 18px;
	height: 145px;
	text-align: center;
}

.affliation h2
{
	display: inline-block;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 29px;
    line-height: unset;
    line-height: 40px;
    font-weight: 500;
}

.affliation-text
{
	background-color: #f1f1f1;
	color: #273077;
	padding: 12px 20px 6px 20px;
	height: 145px;
	padding-top: 20px;
}

@media screen and (max-width: 768px){
	.affliation-text
{
	height: 140px;
}
	
}

.affliation-text p
{
     font-size: 14px;
    line-height: 28px;
    color: #273077;
    font-weight: 600;
	letter-spacing: 0.3px;
	padding-left: 12px;
    padding-right: 10px;
}

.client-logo img
{
	width: 250px;
	max-width: 100%;
    margin-left: 10px;
    margin-right: 17px;
}

.client-logo .border-right
{
	border-right: 1px solid #cecece;
}

@media screen and (max-width: 768px){
	.client-logo img
	{
		padding: 10px 0;
	}

	
	.client-logo .border-right
	{
		border-right: none;
	}
	
}



.portfolio {
  padding: 0 !important;
  margin: 0;
  position: relative;
}
.portfolio .item{
	position: relative;
	overflow: hidden;
}
.portfolio .title{
	z-index: 2;
	position: absolute;
	top: 80%;
	width: 100%;
	right: 0;	
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.portfolio .description{
	opacity: 0;
	z-index: 2;
	position: absolute;
	top: 56%;
	padding: 0 20px;
	width: 100%;
	right: 0;	
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #fff;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.portfolio a:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #00c8e0;
	opacity: 0;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.portfolio a:hover:after{
	opacity: 0.3;
}
.portfolio a:hover .title{
	top: 46%;
}
.portfolio a:hover .description{
	opacity: 1;
}
.portfolio img {
  transition: 1s;
  height: auto;
  /*height: 29vh;*/
  width: 100%;
  float: left;
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
  
}

/*.portfolio img:hover
{  
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .8s ease-in-out;
}*/

@media (min-width: 481px)  { .portfolio img { width: 50%; } }
@media (min-width: 768px)  { .portfolio img { width: 33.33%; } }
@media (min-width: 992px)  { .portfolio img { width: 33.33%; } }

.container-image {
    position: relative;
    text-align: center;
    color: white;
}

.container-image img
{
	width: 100%;
}

.container-image img:hover
{
	background-color: red !important;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
	font-size: 9px;
}

.top-right span
{
	font-size: 13px;
}

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}


@media screen and (max-width: 768px){
	.centered-bottom{
		position: relative;
		height: 350px;
	}
	
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery-section
{
	position: relative;
	overflow: hidden;
	background: url("../images/update/gallery-bg.jpg");
	background-size: cover;
	/*height: 87vh;*/
}


.review{
	position: relative;
	overflow: hidden;
} 

.review::before
{
	content: "";
	pointer-events: none;
	position: absolute;	
	top: 135px;
	left: 42%;
	width: 800px;
	height: 636px;
	background: url("../images/review_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 9;
	display: block;

}

.review .review-left
{
	padding: 60px 60px 0 60px;
	background-color: rgba(255,255,255, 1);
}

.review .review-left .owl-dots
{
	padding-top: 60px;
}


.review .review-right
{
	padding: 60px;
	background-color: #f3f3f3;
}

.review p
{
	font-size: 15px;
	color: #282828;
	font-weight: 500;
	clear: both;
	line-height: 24px;
}

.review h2
{
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	line-height: 45px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 25px;
}

.review h2 span
{
	color: #56a1c9;
}

.testim-inner img
{
	border: none;
    padding: 0;
    background-color: transparent;
}

.review-star
{
	display: block;
}

.review-star ul li
{
	float: left;
}

.review-star i {
    font-size: 18px;
    color: #283078;
    margin-top: 20px;
    margin-bottom: 40px;
	padding: 0 4px;
}



.testim-inner h3
{
	margin: 0;
	margin-top: 20px;
	font-family: 'Montserrat', sans-serif;
	color: #282828;
	font-weight: 600;
	font-size: 24px;
}

.testimonial-content-container::before
{
	  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 80px;
  font-weight: bold;
  color: #283078;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:0;
  line-height: 1;
}

@media screen and (max-width: 768px){
	.testimonial-content-container::before{
		bottom:290px;
	}
	
}

.testimonial-content
{
	padding: 0 90px !important;
	font-size: 18px !important;
	line-height: 36px !important;
	font-weight: 500 !important;
	position: relative !important;
	font-family: 'Montserrat', sans-serif !important;
}
.testimonial-content-container{
	position: relative;
	padding-top: 20px;
}
.testimonial-content::before
{	
	content: "";
    background: #283078;
    position: absolute;
    height: 2px;
    width: 35px;
    top: 17px;
    left: 12px;
}

.owl-theme .owl-dots span {
    border: 1px solid #283078 !important;
	background: #fff!important;
}

.owl-theme .owl-dots span:hover {
	background: #283078!important;
}

.owl-theme .owl-dots .active span {
	background: #283078!important;
}

.testim-inner1 .review-star
{
	text-align: left;
	padding: 0;
	margin: 0;
}

.testim-inner1 .review-star i
{
	text-align: left;
	padding: 0;
	margin: 0;
}

.testim-inner1 .review-star span
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	padding-left: 20px;
}

.review-divider
{
	border-bottom: 1px solid #273077;
	width: 20%;
	margin: 0px 0 40px 0;
}

.google-review
{
	position: absolute;
	right: 0;
	margin-top: 115px;
	z-index: 10;
}


.why
{
	background-color: #fff;
}

.why-heading
{

	border-top: 1px solid #e5e6ea;
	height: auto;
	padding-top: 20px;
	padding-left: 40px;
}

.why-heading h2
{
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	line-height: 44px;
	color: #000000;
	font-weight: 600;
	margin: 0;
}

.why-heading h2 span
{
	color: #56a1c9;
}


.why .all
{
	background-color: #e5e6ea;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
	padding-right: 180px;
}

@media screen and (max-width: 768px){
	.why .all{
		padding-right: 0px;
	}
	
}

.why .all h4
{
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	line-height: 36px;
	color: #000000;
}

.why .why-logo
{
	padding: 20px 60px;
}

.why .why-phone
{
	padding-top:100px;
}

.why .why-phone h2
{
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	line-height: 36px;
	color: #000000;
	font-weight: 600;
	margin: 0;
}
.why .why-phone h2 a
{
	color: #000000;
}

@media screen and (max-width: 768px){
	.why .why-phone h2
	{
		font-size: 18px;
		line-height: 24px;
	}
	
	.why .why-phone
	{
		padding-top:50px;
	}	
	
}

.why .why-phone h2 i
{
	padding-right:1px;
	color: #e5e6ea;
	transform: rotate(90deg);
}

.why-left
{
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 40px;
	padding-bottom: 30px;
}

@media screen and (max-width: 768px){
	.why-left
	{
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 40px;
		padding-bottom: 60px;
	}
	
}

.why-left p
{
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: 500;
}

.why-right
{
	background: url("../images/update/why-right-bg.png");
	background-size: cover;
	height: 100%;
	padding: 40px;
	min-height: 960px;
}

.why-right h2
{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	line-height: 44px;
	font-weight: 600;
}

.why-right p
{
	margin-top: 40px;
	padding-right: 60px;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	font-family: 'Montserrat', sans-serif;
	text-shadow: 1px 1px 3px #242c6d;
}

.why-logo img{
	max-width: 100%;
}









/* SERICE LANDING PAGE START */
.service-landing-section {
	background: #273077; /* For browsers that do not support gradients */
  	background-image: url(../images/update/service-landing-banner.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 430px;
	position: relative;
}


.banner-right-service-container
{
	height: 100%;
	position: relative;
	height: 430px;
}

.banner-icon-service
{
	position: absolute;	
	right: 20px;
	bottom: 20px;
	color: #fff;
}

.banner-icon-service ul
{
	color: #fff;
}

.banner-icon-service ul li{
	float: left;
	color: #fff;
}

.banner-icon-service ul li a{
	color: #fff;
	padding: 0 4px;
}

.banner-icon-service ul li:last-child{
	padding-right: 0;
}

.service-banner-stripe
{
	background-color: rgba(87,159,213, 0.65);
	clear: both;
}

.service-banner-stripe .content
{
	
	padding: 45px 0 40px 0;
	
}

.service-banner-stripe .content p
{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.8px;
	border-right: 1px solid #fff;
	display: inline-block;
	text-align: right;
	max-width: 550px;
	float: right;
	padding-right: 50px;
	min-height: 40px;
}

/* Media Quries */
@media screen and (max-width: 768px){
	.service-banner-stripe .content p
	{
	border-right: none;
	}
}

.service-banner-stripe .content span
{
	font-size: 20px;
}

.service-banner-stripe .content span:last-child
{
	font-size: 16px;
	color: #6ddeff;
}

.service-banner-stripe .content1
{
	padding: 30px 0 20px 0;
}

@media screen and (max-width: 768px){
.service-banner-stripe .content1
{
	padding: 10px 0 0 0;
}
}

.service-banner-stripe .content1 p
{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.8px;
	border-right: 1px solid #fff;
	display: inline-block;
}

.banner-text
{
	color: #fff;
	text-align: center;
    padding: 20px 0 0 0;
    font-size: 46px;
}

@media screen and (max-width: 768px){
	.banner-text {
    padding: 0;
    padding-top: 45px;
    }
    
    .banner-text1 {
    padding: 0;
    padding-top: 0;
    }
}


.banner-service-breadcramp
{
	height: 100%;
	position: relative;
	height: auto;
	background-color: yellow;
}

.banner-icon-service-breadcramp
{
	position: absolute;	
	left: 20px;
	top: 240px;
	color: #fff;
}

@media screen and (max-width: 768px){
	.banner-service-breadcramp
{
	position: static;
}
	.banner-icon-service-breadcramp
{
	position: absolute;	
	left: 20px;
	top: auto;
	bottom: 5px;
	color: #fff;
	z-index: 2;
}

}

.pos-r{
	position: relative;
}




.content {
  position: relative;
  /* width: 90%;
  max-width: 400px; */
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(43,64,174,0.9);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
	font-size: 18px;
  color: #fff;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  padding-left: 90px;
}

.content-details p{
	font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: left;
  padding-left: 90px;
  font-weight: 600;
  line-height: 18px;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

.side-content
{
	background: rgba(43, 139, 202, 0.7);
	color: #fff;
	height: 100%;
	position: absolute;
	top: 0;
	width: 80px;
}

.content:hover .side-content
{
	opacity: 0.5;
}

.side-content .text
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	transform: rotate(180deg);
	writing-mode: vertical-rl;
	text-orientation: mixed;
	font-size: 12px;
	color: #fff;
	text-align: center;
	position: relative;
	width: 100%;
    top: 10%;
	left: 38%;
}

.side-content .text::before
{
	content: "";
	border-left: 1px solid #fff;
    height: 30px;
    position: absolute;
    right: 10%;
    top: -40px;
	transform: rotate(180deg);
}

.side-content .icon
{
	position: absolute;
	bottom: 10px;
    left: 20px;
	
}

.service-text
{
	font-size: 16px;
	color: #000;
	font-family: 'Montserrat', sans-serif;	
	font-weight: 600;
	margin-left: 20px;
	width: 100%;
}

.content:hover .service-text
{
	display: none;
}

.service-ad
{
	background: url("../images/update/service/service-ad.jpg");
	background-size: cover;
	min-height:100%;
	margin: 0;
}

.service-ad h2
{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 600;
	text-align: left;
	padding-top: 80px;
	margin-left: 40px;
	padding-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255,255,255, 0.3);
}

.service-bottom
{
	background: url("../images/update/service/service-bottom.jpg");
	min-height: 585px;
	background-size: cover;
	background-position: 50%;
}


.service-bottom-content
{
	position: relative;
	padding-top: 0;
	padding-bottom: 80px;
	/* padding-left: 60px; */
}

.content-side1
{
	height: 100%;
}


.content-side1::before
{
	content: "";
	border-left: 4px solid #428fc4;
    height: 50%;
    position: absolute;
    left: -5%;
    top: 6%;
}


.service-bottom-content p
{
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #282828;
	padding-right: 40px;
	max-width: 400px;
	line-height: 28px;
}

.service-bottom-content h2
{
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	color: #000000;
	font-weight: 700;
}

.service-bottom-content h2 span
{
	color: #56a1c9;
}







/* SERVICE INNER */
.service-inner-section
{
	font-family: "Montserrat", sans-serif;
}

.service-inner-section img
{
	width: 100%;
}





/* Media Quries */
@media screen and (max-width: 768px){
	.navbar-collapse{
/*		background-color: yellow;*/
	}
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse
	{
		max-height: 100%;
	}
	select.register-input{
	    width:100% !important;
	}
	.button {
	 margin-left:0px !important;   
	}
}

.wh strong{
    color: #fff;
}
.button {
  z-index: 0;
  width: 99%;
  max-width: 540px;
  padding: 13px 0 !important;
  transition: all 0.5s;
  cursor: pointer;  
  margin-top: 3px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  float:right;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '›';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}


.padding-30{
	padding: 0 45px;
}

.phone_header{
	float: right;
	color: #fff;
	border-radius: 50px;
	border: 2px solid #fff;
	position: absolute;
	z-index:99999999;
	font-size: 16px;
	font-weight: bold;
	right: 50px;
	top: 27px;
	margin-top: 0px;
	padding: 18px 25px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.phone_header:hover{
	color: #fff;
	background: #558fc5 !important;
}
.block_implant{
	float: left;
	width: 100%;
}
.block_implant h1{
	margin-top: 0;
	padding-top: 0;
	line-height: 1.2;
	font-size: 36px;
	font-weight: bold;
	color: #428fc4;
	font-family: "Montserrat", sans-serif;
}
.block_implant h1 span{
	clear: both;
	display: block;
	color: #000000;
}
.block_implant p{
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 27px;
	padding-right: 50px;
	color: #000000;
}
.block_implant .implant1{
	background: url('../images/implant1.png') left center no-repeat;
	padding-left: 90px;
	font-size: 23px;
	color: #000000;
	max-width: 470px;
	padding-top: 2px;
	margin-bottom: 30px;
}
.block_implant .implant1 span{
	color: #428fc4;
}
.block_implant .implant2{
	color: #fff;
	background: #4a7eb9 url('../images/implant2.jpg');
	background-size: 100% 100%;
	height: 280px;
	width: 98%;
	font-size: 24px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
	padding-top: 120px;
	margin-bottom: 30px;
}

.block_implant .implant3{
	background: #f6f6f6 url('../images/implant3.jpg') no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center right;
	min-height: 410px;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.block_implant .implant3 .text{
	margin-top: 140px;
	font-size: 14px;
	color: #000;
	font-family: "Montserrat", sans-serif;
	line-height: 26px;
	position: relative;
	padding-left: 20px;
	float: left;
}
.block_implant .implant3 .text:before{
	content: "";
	position: absolute;
	height: 2px;
	background: #5284bc;
	width: 50px;
	left: -50px;
	top: 13px;
}
.block_implant .implant3 .vote{
	line-height: 1.2;
	margin-top: 140px;
	font-size: 36px;
	font-weight: bold;
	color: #000;
	font-family: "Montserrat", sans-serif;
	max-width: 550px;
	float: right;
}
.block_implant .implant3 .vote span{
	color: #428fc4;
}

.block_implant .implant4{
	background: #f6f6f6 url('../images/implant4.jpg') no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center left;
	min-height: 560px;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.block_implant .implant4 h2{
	line-height: 1.2;
	font-size: 36px;
	font-weight: bold;
	color: #000;
	font-family: "Montserrat", sans-serif;
	float: left;
	width: 100%;
	padding-left: 70px;
	margin-top: 60px;
}
.block_implant .implant4 h2 span{
	color: #428fc4;
}
.block_implant .implant4 .text1{
	padding-left: 70px;
	font-family: "Montserrat", sans-serif;
	color: #428fc4;
	float: left;
	width: 100%;
	font-size: 16px;
	margin-top: 50px;
	letter-spacing: 3px;
}
.block_implant .implant4 p{
	padding-left: 70px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #000;
	margin-top: 30px;
	float: left;
	width: 100%;
}
.block_implant .implant4 .phone{
	float: right;
	width: 339px;
	height: 85px;
	margin-right: -185px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	padding-top: 32px;
	background: #5cb5df url('../images/implant4_call.jpg') no-repeat;
	margin-bottom: 30px;
}

.block_implant .implant5{
	background: #f6f6f6 url('../images/implant5.jpg') no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center left;
	min-height: 410px;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.block_implant .implant5 .text{
	margin-top: 144px;
	font-size: 14px;
	color: #000;
	font-family: "Montserrat", sans-serif;
	line-height: 26px;
	position: relative;
	padding-right: 30px;
	text-align: right;
	float: right;
}
.block_implant .implant5 .text:before{
	content: "";
	position: absolute;
	height: 2px;
	background: #5284bc;
	width: 50px;
	right: -39px;
	top: 13px;
}
.block_implant .implant5 .text:after{
	content: "";
	position: absolute;
	height: 3px;
	background: #5284bc;
	width: 246px;
	right: 30px;
	bottom: -18px;
}
.block_implant .implant5 .vote{
	line-height: 1.2;
	margin-top: 140px;
	font-size: 36px;
	font-weight: bold;
	color: #000;
	padding-left: 30px;
	font-family: "Montserrat", sans-serif;
	max-width: 550px;
	float: left;
}
.block_implant .implant5 .vote span{
	color: #428fc4;
}
.blog_content img{
	float: right;
	margin: 20px;
}
.block_implant ul{
	color: #333;
	list-style-type: square;
	padding-left: 20px;
}
.block_implant ul li{
	list-style-type: square;
}
.block_implant ol{
	color: #333;
	list-style-type: square;
	padding-left: 20px;
}
.block_implant ol li{
	list-style-type: square;
}
.block_implant .size-medium, .block_implant .aligncenter{
	float: right;
	margin: 15px;
}
.block_implant h2{
	font-size: 32px;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	color: #000;
}
.block_implant h3{
	font-size: 24px;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	color: #000;
}


.page_count{
	font-family: "Montserrat", sans-serif;
	border-right: 1px solid #fff;
	padding-right: 20px;
	margin-right: 10px;
}
.page_count .number{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 1;

}
.page_count .number span{
	font-size: 30px;
	color: #6ddeff;
	line-height: 1;
}
.page_count .text{
	color: #fff;
	font-size: 12px;
	font-weight: normal;

}
.home-section__form{
	padding-top: 120px;
	padding-bottom: 50px;
	display: inline-block;
}



.about-right2 p{
	line-height: 28px;
}

.about-right2 h2{
	margin-top: 20px;
	line-height: 50px;
}
.testim_text2{
	font-size: 14px !important;
	line-height: 28px !important;
	font-weight: 500 !important;
	text-align: left !important;
	font-family: "Montserrat", sans-serif !important;
	font-style: normal !important;
}
.testim_author2{
	font-style: normal !important;
	font-weight: bold !important;
	color: #273077 !important;
}
.about__text2{
	margin-left: -70px; 
	width: 111%;
}
#owl3{
	padding: 0 80px;
}
#owl3 .owl-prev{
	position: absolute;
	top: 25%;
	left: 0;	
	background: #fff url('../images/owl-prev.png') center no-repeat;
	width: 56px;
	height: 56px;
	border-radius: 56px;
	cursor: pointer;
	transition: 0.3s;
	text-indent: -9999px;
}
#owl3 .owl-prev:hover{
	box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}
#owl3 .owl-next{
	position: absolute;
	text-indent: -9999px;
	top: 25%;
	right: 0;	
	background: #fff url('../images/owl-next.png') center no-repeat;
	width: 56px;
	height: 56px;
	border-radius: 56px;
	cursor: pointer;
	transition: 0.3s;
}
#owl3 .owl-next:hover{
	box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}
.footer .blue-text{
	border-left: 1px solid #5590c5;
	margin-top: 10px;
	padding-left: 30px;
}
/* Media Quries */
@media screen and (max-width: 1300px){
	#menu {
		margin: 18px 0px 0px 0 !important;
		width: 100% !important;
	}
	#menu a{
		padding: 12px 8px !important; 
		margin-left: 1px;
		margin-right: 1px;
	}
	.about-right2{
		padding: 15px;
	}
}
/* Media Quries */
@media screen and (max-width: 1200px){	
	.side-content .text{
		left: 25%;
		max-height: 43%;
	}
	.navbar.ml-65{
		margin-left: 0;
	}

	.block_implant .implant4 .phone{
		float: left;
		clear: both;
		margin-left: 30px;
		max-width: 87%;
	}
	.block_implant .implant4 h2{
		padding-left: 30px;
	}
	.block_implant .implant4 .text1{
		padding-left: 30px;
	}
	.block_implant .implant4 p{
		padding-left: 30px;
	}

	.block_implant .implant5 .text{
		margin-top: 30px;
		padding: 0 15px;
	}
	.block_implant .implant5 .text:before{
		display: none;
	}
	.block_implant .implant5 .text:after{
		right: 15px;
	}

}
@media screen and (max-width: 992px){
	.phone_header{
		display: none;
	}
	.banner-text{
	    padding: 0px 0 100px 0;
	}
	.service-landing-section{
		overflow: hidden;
	}
	.service-banner-stripe .content{
		padding-bottom: 0;
	}
}
@media screen and (max-width: 992px) {
		#menu .expand{
			padding-bottom: 0px!important;
		}

		#menu-wrap * {
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		#menu-trigger {
			display: block !important; /* show menu icon */
			position: relative;
			visibility: visible;
			z-index: 99;
			height: 14px;
			width: 46px;
			cursor: pointer;	
			float: right;
			margin-top: -33px;
			text-indent: -9999px;
			background: url('../images/burger.png')
		
		}
		
		/* main nav */
		#menu {
			margin: 0;
		    padding: 10px;
		    position: absolute;
		    top: 0px;
		    margin-top: 0 !important;
		    left: 0;
		    width: 100%;
		    z-index: 2;
		    background-color: #283079;
		    display: none;
		    -moz-box-shadow: none;
		    -webkit-box-shadow: none;
		    box-shadow: none;
		    padding-top: 80px;	
		}

		#menu:after {
			content: '';
			position: absolute;
			left: 25px;
			top: -8px;
			border-left: 8px solid transparent;
			border-right: 8px solid transparent;
			border-bottom: 0px solid #283079;
		}	
		.navbar-brand{
			position: relative;	
			z-index: 99;	
		}
		#menu ul {
			position: static;
			display: none;
			opacity: 1;
			margin: 0;
			background: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			border: none;
		}
		#menu .expand{
			padding-bottom: 75px;
		}
		#menu ul ul {
			margin: 0 0 0 20px !important;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#menu li {
			position: static;
			display: block;
			float: none;
			border: 0;
			margin: 5px;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;			
		}

		#menu ul li{
			margin-left: 20px;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#menu a{
			display: inline-block;
			float: none;
			text-align: left;
			width: 150px;
			padding: 8px 8px !important;
			color: #fff;
            text-transform: capitalize;
		}
		#menu li:hover > a{
			color: #6ddeff;
		    border-top: 2px solid transparent;
		    border-bottom: 2px solid transparent;
		    width: 150px;
		}
		#menu a:hover{
			color: #fafafa;
		}
		#menu .social{
			margin-top: 40px;
			margin-bottom: 35px;
		}
		#menu .social a{
			display:  inline;
			padding: 12px 18px !important;	
		}	
		#menu .phone{
		    color: #fff;
		    border-radius: 50px;
		    border: 2px solid #fff !important;
		    z-index: 99999999;
		    font-size: 16px;
		    font-weight: bold;
		    width: auto !important;
		    margin-top: 0px;
		    padding: 18px 25px !important;
		    -webkit-transition: 0.3s;
		    -o-transition: 0.3s;
		    transition: 0.3s;
		}

		#menu ul a{
			padding: 0;
			width: auto;		
		}

		#menu ul a:hover{
			background: none;	
		}

		#menu ul li:first-child a:after,
		#menu ul ul li:first-child a:after {
			border: 0;
		}		


	}

	@media screen and (min-width: 992px) {
		#menu {
			display: block !important;
		}
		.opaque #menu{
		    margin-top: 32px !important;
		    background:#283079;
		}
	}	
/* Media Quries */
@media screen and (max-width: 768px){
	#owl3{
		padding: 0;
	}
	#owl3 .owl-prev{		
		display: none;
	}
	#owl3 .owl-next{
		display: none;
	}
	.banner-right-service-container{
		height: auto;
	}
	.banner-text{
		padding-bottom: 40px;
	}
	.banner-icon-service {
	    position: relative;
	    right: auto;
	    bottom: auto;
	    color: #fff;
	    float: right;
	    margin-top: -45px;
	}
	.service-landing-section{
		height: auto;
	}
	.home-section__form{
		padding-top: 20px;
	}
	.padding-30{
		padding: 0 15px;
	}
	.service-bottom{
		background-position: -850px;
	}
	.block_implant .implant3 .vote{
		margin-top: 120px;
		font-size: 34px;
		float: left;
		width: 100%;
		padding: 0 20px;
	}
	.block_implant .implant3 .text{
		margin-top: 30px;
	}
	.block_implant p{
		padding-right: 0;
	}

	.about-right{
		padding: 15px 0;
	}
	.about-right p{
		text-shadow: 1px 1px 3px #fff;
	}
	.about-right .mobile{
		padding: 0;
	}
	.about-left p{
		padding-bottom: 30px;
		text-align: center;
	}
	.about-right p{
		text-align: center;
		padding-bottom: 30px;		
	}
	.about-img{
		display: none;
	}
	.about-left h1{
		text-align: center;
		padding-right: 0;
		font-size: 26px;
   		line-height: 1.5;
	}
	.about-right h2{
		text-align: center;
		padding-right: 0;
		font-size: 26px;
   		line-height: 1.5;

	}
	.dark-blue-bg .padding-top-80{
		padding-top: 25px !important; 
	}
	.client-logo{
		background: #fff;
	}
	.client-logo .text-right{
		text-align: left !important;

	}
	.testimonial-content
	{
		padding: 0 0px !important;
	}
	.review .review-left{
		padding: 10px 15px;
	}
	.google-review{
		display: none;
	}
	.testimonial-content::before{
		display: none;
	}
	.review .review-right{		
		padding: 10px 15px;
	}
	.why-heading{
		padding: 40px 15px 20px;
	}
	.why-right p{
		padding-right: 0;
	}
	.why-right{
		padding: 40px 15px;
	}
	.home-section{
		background: url(../images/home_mobile.jpg);
		background-position: center top;
	}
	.home-section:before{
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 194px;
		height: 418px;
		background: url('../images/home_bg_2.png');
	}
	#home_wrapper h3{
		font-size: 25px;
		color: #fff;
		font-weight: 500;
		line-height: 1.6;
		text-align: center;
		height: 70px;
	}
	.home-section{
		text-align: center;
		padding-top: 70px;
	}
	.home-section .phone_header{
		display: inline-block !important;
		position: relative;
		float: none;
		top: auto;
		right: auto;
		margin-top: 485px;
		z-index: 1;
		padding: 10px 50px;
	}
	.portfolio .title{
		font-size: 14px;
		padding: 0 15px;
		top: 50%;
		transform: translateY(-50%);
	}
	.portfolio:hover .title{
		top: 50%;
	}
	.portfolio .description{
		display: none;
	}
	.review h2{		
		text-align: center;
		padding-right: 0;
		font-size: 26px;
   		line-height: 1.5;
	}
	.why-left{
		padding-top: 0;
		padding-bottom: 30px;
		text-align: center;
	}
	.why-heading h2{
		text-align: center;
		padding-right: 0;
		font-size: 26px;
   		line-height: 1.5;		
	}
	.review .review-right{
		background: none;
	}
	.review .review-left{
		background: none;
	}
	.review{
		background: #ebebeb url('../images/review_mobile_bg.jpg');
		background-position: center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.review::before{
		display: none;
	}
	.why-left h2{
		font-size: 18px;
		font-weight: bold;
		color: #000000;
	}
	.why-left h2 a{
		color: #000;
	}
	.why-right{
		background: #272f82;
		min-height: auto;
		padding: 40px 15px 0 15px;
	}
	.why-right h2{
		text-align: center;
		padding-right: 0;
		font-size: 26px;
   		line-height: 1.5;			
	}
	.why-right p{
		text-align: center;
	}
	.form_mobile{
		padding: 0px 30px 50px 30px;
		background: #272f82;
	}
	.form_mobile .home-section__form{
		padding-top: 0;
	}
	.footer .padding-top-40{
		padding-top: 0;
	}
	.footer .border-no{
		margin-bottom: 0;
	}
	.footer .contacts{
		margin-bottom: 15px;
	}
	.left-footer .lower{
		padding: 30px 0;
	}
	.left-footer .lower .padding-top-20{
		padding-top: 0 !important;
	}
	.left-footer .lower img{
		max-width: 100%;
	}

}
@media only screen and (max-width:800px) and (min-width: 500px){

	.newgallerysec h2 {
	line-height: 50px;
	float: left;
	width: 60%;
	font-size: 34px;
}
}
@media only screen and (max-width:1279px) and (min-width:1024px){
    
    .about-right h2 {
	font-size:30px;
	line-height: 45px;
	width: 50%;
}
    .newgallerysec {
	padding-top: 0;
}
    .footer_nav #menu a {
	padding: 0 0px;
	margin-left: 12px;
	margin-right: 8px;
}

.footer_nav #menu {
	padding: 0;
	margin-top: 71px !important;
}
.footer_nav #menu a {
	padding: 0 0px !important;
	margin-left: 12px;
	margin-right: 8px;
}

.footer_nav #menu {
	padding: 0;
	margin-top: 0;
}
}



@media only screen and (max-width:1480px) and (min-width:1280px){

.about-right h2 {
	font-size: 31px;
	line-height: 48px;
	width: 50%;
}

.footer_nav #menu a {
	padding: 0 0px !important;
	margin-left: 12px;
	margin-right: 8px;
}

.footer_nav #menu {
	padding: 0;
	margin-top: 0;
}
}


@media only screen and (max-width: 1650px) and (min-width:1481px){

.about-right h2 {
	font-size: 26px;
	line-height: 40px;
	width: 60%;
}
.footer_nav #menu a {
	padding: 0 0px;
	margin-left: 12px;
	margin-right: 8px;
}

.footer_nav #menu {
	padding: 0;
	margin-top: 0;
}

}
@media only screen and (max-width:800px) and (min-width:0px){
    
 .watchvideo_sec .modal-content {  width:96%;}   
    
}   
@media only screen and (max-width:375px) and (min-width:0px){


   .watchvideo_sec .modal {
padding-top:48%; }


}
@media only screen and (max-width:480px) and (min-width:376px){


   .watchvideo_sec .modal {
padding-top:48%; }



}


