@font-face{
	font-family:"bold";
	src:url(../fonts/Mark%20Simonson%20-%20Proxima%20Nova%20Bold.eot), url(../fonts/Mark%20Simonson%20-%20Proxima%20Nova%20Bold.otf), url(../fonts/Mark%20Simonson%20-%20Proxima%20Nova%20Bold.ttf), url(../fonts/Mark%20Simonson%20-%20Proxima%20Nova%20Bold.woff);
}

@font-face{
	font-family:"regular";
	src:url(../fonts/Mark%20Simonson%20-%20Proxima%20Nova%20Regular.eot), url(../fonts/Mark%20Simonson%20-%20Proxima%20Nova%20Regular.otf), url(../fonts/Mark%20Simonson%20-%20Proxima%20Nova%20Regular.ttf), url(../fonts/Mark%20Simonson%20-%20Proxima%20Nova%20Regular.woff);
}

@font-face{
	font-family:"light";
	src:url(../fonts/Mark%20Simonson%20-%20Proxima%20Nova%20Light.eot), url(../fonts/Mark%20Simonson%20-%20Proxima%20Nova%20Light.ttf), url(../fonts/Mark%20Simonson%20-%20Proxima%20Nova%20Light.otf), url(../fonts/Mark%20Simonson%20-%20Proxima%20Nova%20Light.woff)
}


@font-face{
	font-family:"semi-bolditalic";
	src: url(../fonts/Mark%20Simonson%20-%20Proxima%20Nova%20Semibold%20Italic.eot), url(../fonts/Mark%20Simonson%20-%20Proxima%20Nova%20Semibold%20Italic.otf), url(../fonts/Mark%20Simonson%20-%20Proxima%20Nova%20Semibold%20Italic.ttf), url(../fonts/Mark%20Simonson%20-%20Proxima%20Nova%20Semibold%20Italic.woff);
}

@font-face{
	font-family:"semi-bold";
	src:url(../fonts/Mark%20Simonson%20-%20Proxima%20Nova%20Semibold.woff), url(../fonts/Mark%20Simonson%20-%20Proxima%20Nova%20Semibold.ttf), url(../fonts/Mark%20Simonson%20-%20Proxima%20Nova%20Semibold.otf), url(../fonts/Mark%20Simonson%20-%20Proxima%20Nova%20Semibold.eot);
}

body{
	font-family:"regular" !important;
	color:#404041 !important;
}


.bold{
	font-family:"bold";
}

.regular{
	font-family:"regular";
}

.light{
	font-family:"light";
}

.semibolditalic{
	font-family:"semi-bolditalic";
}

.semibold{
	font-family:"semi-bold";
}

*:focus{
	outline: none !important;
}

a{
	color:inherit;
}

a:hover{
	text-decoration: none !important;
}

a:focus{
	outline: none !important;
	text-decoration: none !important;
}
.footer .new-logo {
    position: absolute;
}
.nomargin-top{
	margin-top:0 !important;
}

.nomargin-bottom{
	margin-bottom:0 !important;
}

.nomargin-left{
	margin-left:0 !important;
}

.nomargin-right{
	margin-right:0 !important;
}

.nopadding-top{
	padding-top:0 !important;
}

.nopadding-bottom{
	padding-bottom:0 !important;
}

.nopadding-left{
	padding-left:0 !important;
}

.nopadding-right{
	padding-right:0 !important;
}

.body-color{
	color:#404041;
}

.white{
	color:#fff;
}

.blue{
	color:#2961a6;
}

.yellow{
	color:#41cef9;
}

.green{
	color:#2961a6;
}

.grey{
	color:#41cef9;
}

.black{
	color:#000;
}

.dgrey-bg{
	background:#545454;
}


.lgrey{
	color:#b3b7b8;
}

.grey-bg{
	background:#f6f6f6;
}

.lgrey-bg{
	background:#fbfcfc;
}

.white-bg{
	background:#fff;
}

.dblue{
	color:#2961a6;
}

b {
    font-weight: normal;
    font-family: semi-bold;
}

.grey-btn{
	background:#585451;
	display:table;
	padding:8px 12px;
	font-size:12px;
}
.blue-btn{
	background:#2961a6;
	display:table;
	padding:8px 12px;
	font-size:12px;	
}

.p-tb-35{
	padding:35px 0;
}

.p-tb-65{
	padding:65px 0;
}

.m-tb-15{
	margin:15px 0;
}

.m-tb-25{
	margin:25px 0;
}

.m-tb-35{
	margin:35px 0;
}

.list-inline {
    margin-left:0 !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

textarea::-webkit-input-placeholder { color:#404041; }
textarea:-moz-placeholder { color:#404041; } /* FF 4-18 */
textarea::-moz-placeholder { color:#404041; } /* FF 19+ */
textarea:-ms-input-placeholder { color:#404041; } /* IE 10+ */

label {
    font-weight: normal !important;
}
input[type=text],
input[type=tel],
input[type=email],
input[type=date],
input[type="search"],
select{
	padding:10px 15px;
	border:1px solid #58595b;
	border-radius:2px;
	width:100%;
	margin-bottom:15px !important;
}
label.error {
    color: #41cef9 !important;
}

.modal-content {
    border-radius:0 !important;
	box-shadow: none !important;
}

.modal-dialog input[type=submit]{
	border: none;
	outline: none;
	display:block !important;
	margin-top:15px;
	width:100% !important;
	font-size:15px !important;
	border-radius:3px
}

textarea{
	padding:10px 10px;
	border:1px solid #58595b;
	border-radius:4px;
	width:100%;
	margin-bottom:15px;
	min-height:145px;
}

.loaderWrap{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
	background: #41cef9; /* Old browsers */
background: -moz-linear-gradient(left, #41cef9 0%, #41cef9 33%, #41cef9 100%, #3bbce3 100%, #34a4c6 100%, #2a86a2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #41cef9 0%,#41cef9 33%,#41cef9 100%,#3bbce3 100%,#34a4c6 100%,#2a86a2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #41cef9 0%,#41cef9 33%,#41cef9 100%,#3bbce3 100%,#34a4c6 100%,#2a86a2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12bce7', endColorstr='#2a86a2',GradientType=1 ); /* IE6-9 */
    top: 0;
    z-index: 10000000;
}
/************ Loader 01 ***************/
.la-ball-circus,.la-ball-circus>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-circus{display:block;font-size:0;color:#fff}
.la-ball-circus.la-dark{color:#FFF}
.la-ball-circus>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-circus{width:16px;height:16px}
.la-ball-circus>div{position:absolute;top:0;left:-100%;display:block;width:16px;width:100%;height:16px;height:100%;border-radius:100%;opacity:.5;-webkit-animation:ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1),ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);-moz-animation:ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1),ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);-o-animation:ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1),ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);animation:ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1),ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1)}
.la-ball-circus>div:nth-child(1){-webkit-animation-delay:0s,-0.5s;-moz-animation-delay:0s,-0.5s;-o-animation-delay:0s,-0.5s;animation-delay:0s,-0.5s}
.la-ball-circus>div:nth-child(2){-webkit-animation-delay:-0.5s,-1s;-moz-animation-delay:-0.5s,-1s;-o-animation-delay:-0.5s,-1s;animation-delay:-0.5s,-1s}
.la-ball-circus>div:nth-child(3){-webkit-animation-delay:-1s,-1.5s;-moz-animation-delay:-1s,-1.5s;-o-animation-delay:-1s,-1.5s;animation-delay:-1s,-1.5s}
.la-ball-circus>div:nth-child(4){-webkit-animation-delay:-1.5s,-2s;-moz-animation-delay:-1.5s,-2s;-o-animation-delay:-1.5s,-2s;animation-delay:-1.5s,-2s}
.la-ball-circus>div:nth-child(5){-webkit-animation-delay:-2s,-2.5s;-moz-animation-delay:-2s,-2.5s;-o-animation-delay:-2s,-2.5s;animation-delay:-2s,-2.5s}
.la-ball-circus.la-sm{width:8px;height:8px}
.la-ball-circus.la-sm>div{width:8px;height:8px}
.la-ball-circus.la-2x{width:32px;height:32px;  left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-circus.la-2x>div{width:32px;height:32px}
.la-ball-circus.la-3x{width:48px;height:48px}
.la-ball-circus.la-3x>div{width:48px;height:48px}@-webkit-keyframes ball-circus-position{50%{left:100%}}@-moz-keyframes ball-circus-position{50%{left:100%}}@-o-keyframes ball-circus-position{50%{left:100%}}@keyframes ball-circus-position{50%{left:100%}}@-webkit-keyframes ball-circus-size{50%{-webkit-transform:scale(0.3, 0.3);transform:scale(0.3, 0.3)}}@-moz-keyframes ball-circus-size{50%{-moz-transform:scale(0.3, 0.3);transform:scale(0.3, 0.3)}}@-o-keyframes ball-circus-size{50%{-o-transform:scale(0.3, 0.3);transform:scale(0.3, 0.3)}}@keyframes ball-circus-size{50%{-webkit-transform:scale(0.3, 0.3);-moz-transform:scale(0.3, 0.3);-o-transform:scale(0.3, 0.3);transform:scale(0.3, 0.3)}}
/*==================================MENU==========================================*/
.col-md-2.col-sm-10.hidden-xs.mainnav.styleOne {
    width: 25% !important;
}
.col-md-2.col-sm-2.col-xs-12.logo.text {
    width: 10% !important;
}
.col-md-4.col-sm-10.hidden-xs.mainnav.styleOne {
    width: 31% !important;
}

.mainnav{
	top:10px;
	position:static !important
}

.nav-menu {
    margin-bottom: 0;
}
.mainnav.styleOne ul li {
    display: inline-block;
    line-height: 0.8;
    padding-right:0 9px;
    margin-top: 15px;
    padding-bottom: 45px;
    position: relative;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.current-menu-parent.menu-item-has-children:after,
.current-menu-item:after{
	content: "";
    width: 100%;
    height: 2px;
    background: #41cef9;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.taptap-by-bonfire .current-menu-parent.menu-item-has-children:after,
.taptap-by-bonfire  .current-menu-item:after{
	background: none !important
}

li.full-width.current-menu-item.current_page_item:after {
    content: "";
    height: 2px;
    background: #41cef9;
    display: block;
    position: absolute;
    left: -594px;
    right: 0;
    bottom: 0;
    width: 95px;
    margin: auto;
}

li.full-width.current-menu-ancestor.current_page_ancestor.menu-item-has-children ul.sub-menu li:after{
	background: none;
}

ul.sub-menu .current-menu-item:after {
    background: none;
}

ul.sub-menu .current-menu-item {
	color:#41cef9;
}

.mainnav.styleOne ul li.full-width {
    position: static !important;
}

.mainnav.styleOne ul li:hover > a {
    color: #41cef9;
}

.mainnav ul li:hover > a, .mainnav ul li.active > a {
    color: #01b1ae;
}

.mainnav ul li a {
    text-transform: uppercase;
	color:#5f5f5f;
	font-size:13px;
}


.mainnav.styleOne ul li ul.sub-menu {
    background: #f6fafd;
	top:55px !important;
}
.mainnav.styleOne ul li:hover ul.sub-menu {
    top: 35px;
}
.mainnav ul li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    top: 56px;
    transform: scaleY(1);
}
  
.mainnav ul li ul.sub-menu {
    left: 0;
    position: absolute;
    right: 0;
    width: 250px;
    visibility: hidden;
    opacity: 0;
    padding: 0 10px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    z-index: 1;
}

.mainnav.styleOne ul li.full-width ul.sub-menu {
    width: 100% !important;
    left: 0;
    right: 0;
    top: 107px!important;
    margin-left: 0;
    padding-top: 20px;
	padding-bottom: 20px;
}


.mainnav.styleOne ul li ul.sub-menu li {
    margin: 0;
    padding: 0;
    border-bottom:1px solid #e1e1e1;
}

.mainnav ul li ul.sub-menu li {
    margin: 0;
    padding: 0;
    text-align: left;
    display: block;
    position: relative;
}

.mainnav ul li ul.sub-menu li a {
    display: inline-block;
    margin: 22px 0;
    text-transform: uppercase;
    font-size: 13px;
}

.mainnav ul li ul.sub-menu li:hover ul.sub-menu, .header2.fixedHeader .mainnav ul li ul.sub-menu li:hover ul.sub-menu {
    top: 0;
}


.mainnav ul li ul.sub-menu li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    top: 0;
    transform: scaleY(1);
}

.mainnav ul li ul.sub-menu ul.sub-menu {
    left: 100%;
    margin-left: 10px;
    position: absolute;
    right: auto;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0 0;
}
.mainnav.styleOne ul li.full-width ul.sub-menu ul.sub-menu{
	position:static !important;
	visibility: visible !important;
	opacity:1;
	transform: scaleY(1);
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 15px;
}

.mainnav.styleOne ul li.full-width ul.sub-menu li {
    width: 10.6%;
    display: inline-block;
    border: none;
    vertical-align: top;
	position:relative;
	text-align:left;
    padding-left: 12px;		
}

.mainnav.styleOne ul li.full-width ul.sub-menu li a {
    margin-top: 0;
    font-family: bold;
	margin-bottom:15px;
	line-height: 18px;
}

.mainnav.styleOne ul li.full-width ul.sub-menu ul.sub-menu li a{
    margin-top: 0;
	margin-bottom:10px;	
    font-family: regular;
	text-transform:capitalize;
}
.mainnav.styleOne ul li.full-width ul.sub-menu li:before{
	content:"";
	background:#e9ecee;
	position:absolute;
	left:0px;
	height:180px;
	width:2px;
}

.mainnav.styleOne ul li.full-width ul.sub-menu ul.sub-menu li{
	display:block;
	width:100%;
	padding:0;
}

.mainnav.styleOne ul li.full-width ul.sub-menu ul.sub-menu li:before{
	background: none;
}


/*========================================================================================*/

.blue-border{
	position:relative;
	display: table;
	margin-bottom:20px;
	padding-bottom: 15px;
}
.blue-border:after{
	content: "";
    background: #2961a6;
    width: 125%;
    height: 3px;
    display: block;
    bottom: 0px;
    position: absolute;
}

.bottom-border{
	position:relative;
	padding-bottom:10px;
	display: table;
}
.bottom-border:after{
	content: "";
    background: #585451;
	position:absolute;
	bottom: 0;
	left:0;
	display:inline-block;
	width:55%;
	height:2px;
}

.wrapper{
	max-width:2560px;
	margin:auto;
	width:100%;
}

.header {
    padding:15px 0 0px;
    border-bottom: 1px solid #e1e1e1;
	position:fixed;
	z-index:5;
	background:#fff;
	width:100%;
	left:0;
	right:0;
	top:0;
    position: absolute;
    z-index: 20;
    width: 100%;
    transition: all 0.5s ease;
}

.max-width-header{
	max-width:1170px;
	margin:auto;
}


.sticky-header {
    position: fixed;
    opacity: 0;
    height: 60px;
    visibility: hidden;
    left: 0px;
	right:0;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    z-index: 0;
    border-bottom: 1px solid #cccccc;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    height: 80px;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.fixed-header .logo .logo-img {
    width: 130px;
    transition: all ease-in 0.5s;
    -webkit-transition: all ease-in 0.5s;
    -ms-transition: all ease-in 0.5s;
    -moz-transition: all ease-in 0.5s;
    -o-transition: all ease-in 0.5s;
    top: 12px;
}

.menu-main-menu-left-container,.menu-main-menu-right-container {
    margin-top: 20px;
		transition:all ease-in 0.5s;
	-webkit-transition:all ease-in 0.5s;
	-ms-transition:all ease-in 0.5s;
	-moz-transition:all ease-in 0.5s;
	-o-transition:all ease-in 0.5s;	
}

.fixed-header .menu-main-menu-left-container, .fixed-header .menu-main-menu-right-container,.fixed-header .appointment {
    margin-top: 17px;
	transition:all ease-in 0.5s;
	-webkit-transition:all ease-in 0.5s;
	-ms-transition:all ease-in 0.5s;
	-moz-transition:all ease-in 0.5s;
	-o-transition:all ease-in 0.5s;	
}

.fixed-header .social-search {
    margin-top: 20px;
}

.fixed-header .mainnav.styleOne ul li {
    padding-bottom: 16px;
}
.fixed-header .mainnav.styleOne ul li ul.sub-menu {
    top: 28px !important;
}
.fixed-header .mainnav.styleOne ul li.full-width ul.sub-menu{
    top:79px !important;
}

.social-search{
    margin-top: 25px;
}

.appointment{
    margin-top: 23px;
}



.wrapper.blureffect{
   -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    filter: url("https://gist.githubusercontent.com/amitabhaghosh197/b7865b409e835b5a43b5/raw/1a255b551091924971e7dee8935fd38a7fdf7311/blur".svg#blur);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
}
.slider-banner {
    margin-top: 61px;
}

.social-search{
    border-left: 1px solid #e1e1e1;
}

.logo .logo-img{
    width: 140px;
    display: inline-block;
    position: relative;
    top: 20px;
    left: -20px;
	transition:all ease-in 0.5s;
	-webkit-transition:all ease-in 0.5s;
	-ms-transition:all ease-in 0.5s;
	-moz-transition:all ease-in 0.5s;
	-o-transition:all ease-in 0.5s;	
}

.social-search {
    position: static !important;
}

.search-div {
    border-left: 1px solid #e1e1e1;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 35px;
    padding-top: 7px;
    z-index: 10;
    border-right: 1px solid #e1e1e1;
}
.soclist.pull-left {
    padding: 0 30px;
}

ul.social-icons{
	position:relative;
	top:5px;
	margin-left:0;
}

ul.social-icons li a {
	color:#5f5f5f;
    font-size: 18px;
}

span.app-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}

a.gradient-btn, .app-form input[type=submit]{
	background:#41cef9;
	background-position: center;
	display:table;
	padding: 10px 5px;
    font-size: 10.5px;
	cursor:pointer;
	color:#fff;
    border-radius: 0;
    font-weight: normal;	
}

.gradient-btn{
	display:none!important;
}
.page-template-home .top-ul.selector div.serv-list:last-child{
	display:none!important;
}
.page-template-service-page .service-list .single-solution-item:last-child{
	display:none!important;
}
.popup-list ul li:nth-child(2){
	display:none!important;
}

.white a[data-target="#appointment"]{
	display:none!important;
}

.contact-page input[type=submit],input.wpcf7-form-control.wpcf7-submit{
	background:#2961a6;
	background-position: center;
	display:table;
	padding:15px;
	cursor:pointer;
	color:#fff;
    border-radius: 5px;
    font-weight: normal;
	border: none;
	outline: none;
	width:75%;
	margin-top:15px;	
}

a.gradient-btn:hover{
	color:#fff;}

.popup-list {
    background: #f8f9f8;
    margin-top: -47px;
    position: relative;
    z-index: 10;
    padding-top: 11px;
}

.pop-icons{
	width:25px;
	height:25px;
	display: inline-block;
	margin-right:10px;
}

.popup-list ul li{
    min-width: 275px;
	cursor:pointer;
}

.popup-list ul li a{
	color:inherit;
}

.modal-header {
    padding: 0 !important;
    border-bottom: none !important;
    position: absolute;
    right: 55px !important;
    z-index: 10 !important;
    top: 35px;
}


button.close {
    background: url(../images/cross.svg) no-repeat !important;
    width: 20px;
    height: 20px;
    opacity: 1 !important;
    display: block;
    position: relative;
    top: 10px;
    z-index: 10;
    margin-right: 25px;
}
.modal-body {
    padding: 0 !important;
}

#appointment .modal-dialog,
#contactus-pop .modal-dialog {
    width: 100% !important;
	max-width:1170px !important;
    margin: 140px auto !important;	
}


.heading-with-border{
	position:relative;
}
.heading-with-border h3 {
    position: relative;
    display: table;
    background: #fff;
    z-index: 10;
    padding-right: 30px;
}
.heading-with-border:after {
    content: "";
    background: #585451;
    width: 100%;
    height: 2px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 15px;
}

.strong-form-inner {
    padding-bottom: 15px;
}

.inner-page .heading-with-border:after {
    width: 50%;
}

.newsletter .heading-with-border:after {
    width: 65%;
    right: 0;
    left: auto;
	z-index:10;
    background: #fff;
    height: 1px;
}
.newsletter .heading-with-border h3 {
    background: none;
	    margin-top: 0;
}

.grey-bg .heading-with-border h3 {
    background: #f6f6f6;
}

.heading-with-border.white-border h3:after{
	background:#fff;
}

.other-services .col-md-4{
	overflow:hidden;
}

.other-servs-img {
    width: 750px;
    height: 205px;
    position: relative;
    overflow: hidden;
}
.other-servs-img img {
    position: absolute;
    display: block;
    min-height: inherit;
    max-width: inherit;
    opacity: 0.8;
    display: inline-block;
    max-width: none;
    height: 100% !important;
    width: auto!important;
    min-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 17%;
    top: 50%;
	-webkit-transition:all ease-out 0.7s;
	-moz-transition:all ease-out 0.7s;
	-ms-transition:all ease-out 0.7s;
	-o-transition:all ease-out 0.7s;
	transition:all ease-out 0.7s;
}

.post-blog-image {
    width: 465px;
    height: 115px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.post-blog-image img {
    position: absolute;
    display: block;
    min-height: inherit;
    max-width: inherit;
    opacity: 0.8;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: 100% !important;
    width: 100% !important;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 20%;
    top: 50%;
	-webkit-transition:all ease-out 0.7s;
	-moz-transition:all ease-out 0.7s;
	-ms-transition:all ease-out 0.7s;
	-o-transition:all ease-out 0.7s;
	transition:all ease-out 0.7s;
}

.serv-image{
	width:120px;
	height:85px;
	display: block;
	margin:25px auto 35px;
	
}

.blk-btn{
	background:#404041;
	padding:5px 10px;
	font-size:13px;
	margin-top:15px;
}
#teamslider.owl-carousel .owl-stage-outer {
    padding: 35px 0;
}
.owl-carousel .owl-stage-outer {
    padding: 35px 0 0;
}


.item{
  transition:all 0.5s ease-in-out;
  -webkit-transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  -ms-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;
   transform:scale(1);
   z-index:1
}
.owl-item.active.center{
  opacity:1;
  transform:scale(1.15);
  transition:all 0.5s ease-in-out;
  -webkit-transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  -ms-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;
  z-index:10
} 

.owl-item.active.center img{
  box-shadow:0 0 10px #1a4650;
} 

.event-grid {
    position: relative;
}

figure.arsim-event figcaption {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: auto;
    width: 100%;
    height: 100%;
}

.center .arsim-event-post figure.arsim-event figcaption::before {
    background: -webkit-linear-gradient(top,transparent 30%,#013368 95%);
    background: linear-gradient(to bottom,transparent 30%,#013368 95%);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
	opacity:0.90;
}

.arsim-event-post figure.arsim-event figcaption::before {
    background: -webkit-linear-gradient(top,transparent 30%,#6f7072 95%);
    background: linear-gradient(to bottom,transparent 30%,#6f7072 95%);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
	opacity:0.90;
}

figure.arsim-event figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.arsim-event-post figure.arsim-event:hover figcaption::before {
    background: -webkit-linear-gradient(top,transparent 0%,#013368 95%);
    background: linear-gradient(to bottom,transparent 0%,#013368 95%);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.center .arsim-event-post figure.arsim-event:hover figcaption::before {
    background: -webkit-linear-gradient(top,transparent 30%,#013368 95%);
    background: linear-gradient(to bottom,transparent 30%,#013368 95%);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}


.arsim-event-post figure.arsim-event figcaption .event-date-meta {
    background-color: rgba(0,101,204,0.9);
}

figure.arsim-event figcaption .event-date-meta {
    position: absolute;
    width: 60px;
    height: 60px;
    padding-top: 6px;
    top: 20px;
    left: 20px;
    transition: all .35s;
}

figure.arsim-event figcaption h4 {
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: auto;
    width: 100%;
    color: #fff;
    padding: 20px;
    transition: all .35s;
    margin-left: 7px;
}

.owl-item.active.center figcaption h4{
	font-size:16px
}


.owl-item.active.center figcaption p{
	font-size:12px
}


figure.arsim-event figcaption p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em 2em 1em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

figure.arsim-event:hover .event-date-meta {
    -webkit-transform: translate3d(0,-80%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-80%,0) translate3d(0,-40px,0);
    transition: all .35s;
}

span.ar-event-time a{
	background:rgba(255,255,255,0.65);
	font-size:13px;
	color:#000;
	text-transform:uppercase;
	font-family:light;
	padding:7px 13px;
	margin-top:10px;
	display:table;
}

.owl-item.active.center span.ar-event-time a{
	font-size:11px
}


figure.arsim-event:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.arsim-event:hover h4 {
    color: #fff;
    -webkit-transform: translate3d(0,-60%,0) translate3d(0,-30px,0);
    transform: translate3d(0,-60%,0) translate3d(0,-30px,0);
    transition: all .35s;
}

.newsletter{
	background-attachment:fixed;
	background-size: cover !important;
	background-position:center;
	}

.newsletter:after {
    position: absolute;
	background:#41cef9;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    content: "" !important;
    display: block !important;
}

.newsletter p{
	z-index:10;
	position: relative;
}

.news-form{
	position:relative;
	display:table;
	z-index:10;
    width: 300px;
}

.news-form input[type=text]{
	background-color: transparent;
	border: 1px solid #fff;
    padding: 5px 65px 5px 15px;
}

.footer {
    background: #fbfcfc;
}

.home-footer .footer {
    background: #fff;
}

.footer .news-form input[type=text]{
	border: 1px solid #b3b7b8;
}

.news-form ::-webkit-input-placeholder { color:#000; }
.news-form :-moz-placeholder { color:#000; } /* FF 4-18 */
.news-form ::-moz-placeholder { color:#000; } /* FF 19+ */
.news-form :-ms-input-placeholder { color:#000; } /* IE 10+ */


.footer .news-form ::-webkit-input-placeholder { color: inherit; }
.footer .news-form :-moz-placeholder { color:inherit; } /* FF 4-18 */
.footer .news-form ::-moz-placeholder { color:inherit; } /* FF 19+ */
.footer .news-form :-ms-input-placeholder { color:inherit; } /* IE 10+ */

.news-form input[type=submit]{
	position:absolute;
	right:0;
    top: 2px;
    background-color: transparent;
    outline: none;
    border: none;
    width: 30px;
    height: 35px;
    border-left: 1px solid #000;
    color: #000;
    font-size: 20px;
    line-height: 31px;
	font-family:bold;
}
.news-form input[type=email]{
	color:#000 !important;
}

.footer .news-form input[type=submit]{
    border-left: 1px solid #41cef9;
    color: #41cef9;
}

.footer .logo {
    display: table;
    margin: 0 auto 45px;
}

.footer .soclist{
	display: table;
	text-align:center;
    margin: 10px auto 0;	
}
.col-md-3.address-col {
    width: 34% !important;
    margin-top: 15px;
}
.col-md-3.footer-newsletter {
    width:18% !important;
}

.footer .col-md-2 {
    width:20% !important;
	position:relative
}
.col-md-2.col-sm-2.col-xs-12.imp-links{
    width: 25% !important;
}
.col-md-2.col-sm-2.col-xs-12.serv-menu.footer-menus{
    width: 20% !important;
}

.footer .col-md-2:before{
	content:"";
	background:#585451;
	width:2px;
	height:150px;
	position:absolute;
	left:0;
	top:14px;
}

.footer-menus a{
	color:#585451;
}

.footer .social-icons li a{
	color:#41cef9;
	text-align:center;
}

.footer-menus ul li {
    padding: 5px 0;
}
.imp-links h4 {
    padding: 7px 0;
    margin-top: 5px;
}

.address span.fa {
    color: #b3b7b8;
    min-width: 20px;
    min-height: 30px;
    float: left;
    position: relative;
    top: 3px;
}

.grey-border{
	position:relative;
    padding-bottom: 5px;
}

.grey-border:after{
	content:"";
	background:#b3b7b8;
	width:50px;
	height:3px;
	position:absolute;
	bottom:0;
	left:0;
}

.copyright p{
	font-size:12px;
}

span.adcreators{
	width:100px;
	display: block;
}

.inner-banners{
	position:relative;
	margin-top: 35px;	
}
.inner-banners img {
    margin: auto;
    max-width: 100%;
    width: 100%;
}

.banner-overlay{
	background:url(../images/banner-bg.png) repeat;
	background-size:100%;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.banner-caption{
	position:absolute;
	bottom: 120px;
	left:195px;
}

.banner-caption h1 {
    font-size: 55px;
}

.banner-caption h4 {
	line-height:25px;
	font-family:"semi-bold";
}

.banner-breadcrumbs ul{
	padding-left:0
}

.banner-breadcrumbs ul li{
	display: inline-block;
	list-style: none;
	padding-right: 15px;
	position:relative;
	vertical-align:top;
}

.banner-breadcrumbs ul li a {
	font-size:18px;
	line-height:25px;
	color:#fff;
	font-family:"light";
}

.serv-breadcrumbs a {
    color: #fff;
    padding-right: 15px;
	position:relative;
	font-family:"light";	
}

.serv-breadcrumbs a.active {
    /*color: #41cef9;*/
    font-family: bold;
}

.banner-breadcrumbs,.serv-breadcrumbs {
    margin-top: 15px;
}


.serv-breadcrumbs a:last-child:after,
.banner-breadcrumbs ul li:last-child a:after{
	background: none;
}

/*.serv-breadcrumbs a.active,
.banner-breadcrumbs ul li.current_page_item a{
	color:#333;}
*/
.serv-breadcrumbs a:after,
.banner-breadcrumbs ul li a:after {
content: "";
    background: #fff;
    height: 17px;
    width: 1px;
    position: absolute;
    right: 5px;
    top: 4px;
}

.ser-cont{
	padding:15px 10px;
}

.single-solution-item{
	margin-bottom:25px;
    min-height: 420px !important;
}

.single-solution-item .img-holder {
	display: block;
	overflow: hidden;
	position: relative;
    min-height: 160px;
}
.single-solution-item:hover .img-holder img {
	transform: scale(1, 1);
}
.single-solution-item .img-holder img {
	transform: scale(1.1, 1.1);
	transition: all 0.5s ease 0s;
	width: 100%;
}
.single-solution-item:hover .img-holder .overlay-style-one {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-moz-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	-o-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}
.overlay-style-one {
	position: absolute;
	background: rgba(65, 206, 249, 0.6);
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-moz-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	-o-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.overlay-style-one .box {
	display: table;
	height: 100%;
	width: 100%;
}
.single-solution-item .img-holder .overlay-style-one .box .content {
	text-align: left;
	vertical-align: bottom;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.overlay-style-one .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.ser-cont a {
	border:1px solid #41cef9;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	display: inline-block;
	padding: 6px 15px 4px;
	border-radius: 3px;
}
.single-solution-item:hover .img-holder .icon-holder {
	transform: translate3d(0px, 80px, 0px);
}
.single-solution-item .img-holder .icon-holder {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: #fdc900;
	width: 45px;
	height: 45px;
	text-align: center;
	border-radius: 3px;
	transition: all 900ms ease;
	transform: translate3d(0px, 0px, 0px);
}
.single-solution-item .img-holder .overlay-style-one .box .content a:hover {
	background: #292d2f;
	color: #fff;
	transition: all 0.5s ease 0s;
	text-decoration: none;
}
.single-solution-item .img-holder .overlay-style-one .box .content a {
	transition: all 0.5s ease 0s;
}
.breadcrumbs span a, .breadcrumbs span{
    color: #000;
	padding:0 2.5px;
}

.page-breadcrumbs a {
    color: #000;
    padding: 0 5px 0 0;
}

.page-breadcrumbs ul li{
	padding:0;
}

.page-breadcrumbs ul li:after {
    content: "/";
    padding: 0 5px;
}

.page-breadcrumbs ul li:last-child:after {
    content: "";
}

.serv-border{
	position:relative;
}

.serv-border:before{
	content:"";
	background:#585451;
	width:60%;
	height:2px;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:95px;
}

.border-img{
	width:219px;
	display:block;
	position:relative;
	padding:0 45px;
	z-index:10;
	background:#fff;
}


.event-section .single-event, .rpwwt-widget ul li {
	border: 1px solid #e6e6e5;
    position: relative;
    padding: 0px;
    z-index: 9;
    margin-bottom: 35px;
	    overflow: hidden;
}

.all-serv-cont{
    padding: 15px 25px;
}
.rpwwt-post-title{
	color:#41cef9;
	padding:0 20px;
}

.recent-thumbnail-posts{
	margin-top:35px;
}
.rpwwt-widget ul li img {
    margin:0 !important;
	margin-bottom:10px !important;
}
.all-team .all-serv-cont {
    padding: 5px 5px 10px;
}
.main-list-team .col-md-3:nth-child(4n+1){
	clear:both;
}
.top-team-members .col-md-3:nth-child(4n+1){
	clear:both;
}
 .blog-image {
    width: 850px;
    height: 225px;
    position: relative;
    overflow: hidden;
}
.blog-image img {
    position: absolute;
    display: block;
    min-height: inherit;
    max-width: inherit;
    opacity: 0.8;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: 100% !important;
    width: 100% !important;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 15%;
    top: 50%;
	-webkit-transition:all ease-out 0.7s;
	-moz-transition:all ease-out 0.7s;
	-ms-transition:all ease-out 0.7s;
	-o-transition:all ease-out 0.7s;
	transition:all ease-out 0.7s;
}



.blog-more{
	padding:0 20px;
	margin-bottom:10px;
	display:block;
}

.rpwwt-post-excerpt {
    margin: 10px 0;
    padding: 0 20px;
}

.event-section .single-event:hover:before, .event-section .single-event:hover:after,
.rpwwt-widget ul li:hover:before, .rpwwt-widget ul li:hover:after  {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.event-section .single-event:before,
.rpwwt-widget ul li:before {
    border-left:1px solid #2961a6;
    border-right:1px solid #2961a6;
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
}

.event-section .single-event:after,
.rpwwt-widget ul li:after {
    border-top:1px solid #2961a6;
    border-bottom:1px solid #2961a6;
    transform: scale(0,1);
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
}
.event-section .single-event:before, .event-section .single-event:after,
.rpwwt-widget ul li:before, .rpwwt-widget ul li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.orange-circle{
	display:inline-block;
	background:#41cef9;
	width:20px;
	height:20px;
	border-radius:50%;
	text-align:center;
	line-height:20px;    
	margin-left: 5px;
    position: relative;
    top: 2px;
}

.orange-circle:after{
	font-family:Fontawesome;
	content:"\f105";
	color:#fff;
	font-size:18px;
	
}

.modal-dialog .row.white-bg {
    border: 1px solid #e1e1e1;
    margin: auto !important;	
}

.modal-dialog p{
	margin-bottom:0 !important;
}

.right-popup-form p{
	position: relative;
}

.modal-backdrop {
    background-color: #fff !important;
}

.app-form{
	padding:25px 15px 0;
	position:relative;
}

span.large-popupimage {
    position: absolute;
    top: 35px;
    right: -45px;
    width: 60%;
}

#opening-pop .modal-dialog {
    width: 360px !important;
    margin: 180px auto !important;
}



#opening-pop .modal-content .app-form {
    padding-bottom: 70px !important;
}

#opening-pop .modal-content .app-form {
    padding-bottom: 70px !important;
    position: relative;
    z-index: 0;
}
#opening-pop .row.white-bg{
	border: none;
}

#opening-pop span.large-popupimage {
    top: auto;
    bottom: -50px;
	width:40%;
	right: 0px;
    z-index: -1;
}

#contactus-pop span.large-popupimage {
    top: 100px;
    width: 55%;
}

.popup-overlay{
	position:absolute;
	background:url(../images/team1.png) no-repeat;
	left:0px;
	width:92%;
	height:100%;
	top:0;
}

.app-form form{
	margin-top:45px;
}

#contactus-pop .app-form form {
    margin-top: 10px;
}

.left-popup-caption h4 {
    FONT-SIZE: 21PX;
    LINE-HEIGHT: 32PX;
}

.left-popup-caption {
    position: absolute;
    bottom: 5px;
    display: table;
    padding: 15px;
    width: 66%;
    font-size: 16px;
    line-height: 24px;
}

.right-popup-form, .left-popup{
	padding-right:55px !important;
}

#opening-pop .right-popup-form, #opening-pop .left-popup{
	padding-right:15px !important;
}

.services-template ul {
    padding-left: 0;
}

.services-template ul li {
    list-style: none;
    padding: 5px 0;
}

.services-template ul li:before {
    content: "\f111";
    font-family: Fontawesome;
    font-size: 8px;
    color: #41cef9;
    margin-right: 10px;
    top: -2px;
    position: relative;
}

.benefits {
    /* margin-bottom: 55px; */
    clear: both;
    overflow: hidden;
}

.benefits ul li {
    list-style: none;
    /* float: left; */
    width: 47%;
    min-height: 99px;
    display: inline-block;
    font-size: 16px;
    margin-right: 22px;
    vertical-align: top;
    margin-bottom: 25px;
}

.benefits ul li h4 {
    font-family: "semi-bold";
    color: #2961a6;
    margin-bottom:5px;
    font-size: 19px;
}

.benefits ul{
	margin-left:0;
	padding-left:0;
}

.quote {
    width: 35px;
    margin: 0 auto 25px;
}

.col-md-6.testimonials {
    padding: 0 40px !important;
    margin-top: 40px;
}

.testimonial-box {
    border: 1px solid #e4e3e3;
    padding: 20px 45px;
}

.other-team-members{
	margin-top:45px;
}

.other-team-members .col-md-6{
	margin-bottom:45px;
}

.team-image {
    box-shadow: 2px 2px 10px #909090;
}

.all-team {
	margin-bottom:35px !important
}
.top-team-members {
    margin-top: 55px;
}

.other-team {
    margin-top: 45px;
}
p.ar-event-meta.nomargin-bottom {
    margin-top: 5px;
}

.sub-list-team .col-md-6 {
    margin-bottom: 40px;
}

.tbborder{
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	padding:0;
    padding-bottom: 6px;
	position:relative;
	margin-top:10px;
}

.tbborder::before{
    content: "";
    background: #2961a6;
    position: absolute;
    width: 15%;
	height:2px;
	bottom:0;
}

/*.other-team-desc{
	padding-left:55px !important;
}*/

.prac-docs {
    margin: 35px 0 !important;
}

.testimonial-btns .btns {
    min-width: 110px;
    text-align: center;
    display: inline-block;
	margin-right:10px;
    cursor: pointer;
}

.testimonial-btns {
    display: table;
    margin: 25px auto;
    text-align: center;
}



.form-field.field-email {
    margin-right: 0 !important;
}

.form-field.field-phone, .form-field.field-email {
    float: left;
    width: 49%;
    margin-right: 11px;
}

.strong-form-inner form{
	margin-top:25px;
}
.no-banner .page-breadcrumbs {
    margin-top: 35px;
}
.inner-page.no-banner {
    margin-top: 45px;
	margin-bottom: 45px;
}

.individual-member{
	margin-top:30px;
}

.individual-member .tbborder {
    padding: 10px 0;
}

.individual-member .team-desc{
	line-height:24px;
}

.team-image{
	position:relative;
}

.team-image .team-overlay{
	background: url(../images/team-bg.png) repeat-x;
	position:absolute;
	width:100%;
	height:100%;
	bottom:0;
	background-size: 5%;}

.add-div{
	margin-bottom:10px;
	position:relative;
}

.add-div .bottom-border {
    margin-bottom: 15px;
}
.bg-img {
    position: absolute;
    width: 275px;
        z-index: -1;
    right: -115px;
    top: 5px;
}
.addresses{
	font-size:12px;
	    z-index: 0;
}
.addresses .bg-img {
    position: absolute;
    width: 70px;
    left: -45px;
    right: inherit;
    top: -20px;
}
.contact-page{
	margin-top:15px;
}
.contact-page form {
    margin-top: 25px;
}

.contact-form {
    z-index: 0;
}

.addresses p{
	margin:25px 0 5px;
}

.timings{
	margin-top:25px;
}
.timings li {
    padding: 3px 0;
    font-size: 12px;
}
ul.contacts li{
	position:relative;
	padding:10px 0;
}
ul.list-unstyled.contacts li a {
    display: block;
}
.contact-icon {
    position: absolute;
    left: -25px;
    color: #f6f6f6;
    font-size: 42px;
    top: -8px;
    z-index: -1;
}

.right-popup a {
    text-transform: uppercase;
    border: 2px solid #41cef9;
    padding:12px 5px;
    border-radius: 5px;
    display: block;
    text-align: center;
    background: none;
    color: #404041 !important;
    font-size: 14px;
	margin-top:35px;
	margin-bottom:25px;
}

.right-popup span.app-icon{
	display: none;
}

.right-blog {
    padding-left: 35px !important;
}

.blog-content{
	margin:25px auto;
}
.blog-sidebar {
    padding:0 15px !important;
    background: #fbfcfc;
	border:3px solid #f1f1f2;
}
span.share-this {
    float: left;
    margin-right: 15px;
    margin-top: 2px;
}

.category-list{
	margin-top:25px;
}

.category-list li{
    color: #404041;
	padding:5px 0;
}
.category-list li a {
    color: #404041;
}

.add-div ul.cnss-social-icon{
	text-align:left !important;
	margin-top:25px !important;
}

.social-icons ul.cnss-social-icon li.cn-fa-icon a.cnss-twitter,
.social-icons ul.cnss-social-icon li.cn-fa-icon a.cnss-facebook,
.social-icons ul.cnss-social-icon li.cn-fa-icon a.cnss-instagram{
	background-color:transparent !important;
}

div#ui-datepicker-div {
    display: none;
}

.header-searchform {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.05), 0 2px 5px 0 rgba(0,0,0,.25);
}
.header-searchform {
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    background: #fff;
    color: #44525a;
    padding: 60px 30px 45px;
    text-align: center;
    display: none;
    z-index: 999;
}
.header-searchform .search-form {
    max-width: 890px;
    margin: 0 auto;
}

.search-form{
    position: relative;
    overflow: hidden;
    z-index: 10;
}
.search-form-title {
    color: #44525a;
    font-size: 20px;
    line-height: 1.2em;
}

.header-searchform .search-form input[type="text"], .header-searchform .search-form input[type="search"] {
    text-align: center;
    color: inherit;
    border: none;
    border-bottom: 1px solid #eee;
}
.search-form input[type="text"]{
    padding: 8px 40px 8px 16px;
    margin-bottom: 0;
    border: none;
    position: relative;
    z-index: 100;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    border-radius: 0;
    background: transparent;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    transition: all .3s;

}
.search-form input[type="submit"], .search-form input[type="submit"]:hover{
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    background: transparent;
    border: none;
    z-index: 1000;
    cursor: pointer;
    text-indent: -200px;
    overflow: hidden;
    border-radius: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
}
.header-searchform .screen-reader-text {
    display: none;
}
.header-searchform .search-form input[type=text]:focus:not([readonly]) {
	border-bottom-color: #41cef9;
    box-shadow: 0 1px 0 0 #41cef9;
}
ul#menu-main-menu {
    margin-left: 0;
}

.nks_cc_trigger_tabs {
    display: none !important;
}

.taptap-menu-button-wrapper,.taptap-search-button-right{
	display: none;
}
.address.grey p {
    min-height: 25px;
}

.date-time i {
    position: absolute;
    z-index: 1;
    top: 7px;
    margin: 0 15px;
    font-size: 21px;
}

.date-time input[type=text]{
	padding-left:45px;
}

.datetime:after,
.fields .services:after,
.fields .doctors:after {
    content: "\f105";
    position: absolute;
    right: 10px;
    top: -8px;
    font-family: Fontawesome;
    font-size: 25px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}


.owl-prev,.owl-next{
	color: transparent !important;
	display: inline-block;
    background-color: transparent !important;
    width: 25px;
    height: 25px;
}


.owl-prev{
	background:url(../images/prev.png) !important;
}
.owl-next{
	background:url(../images/next.png) !important;
}

a.more-link {
    display: block;
    color: #32c1c5;
    box-shadow: none !important;
    margin-top: 5px;
}

article.search-article {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

body.pagenotfound{
	background: #12bce7; /* Old browsers */
background: -moz-linear-gradient(left, #12bce7 0%, #41cef9 19%, #41cef9 33%, #41cef9 100%, #3bbce3 100%, #34a4c6 100%, #2a86a2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #12bce7 0%,#41cef9 19%,#41cef9 33%,#41cef9 100%,#3bbce3 100%,#34a4c6 100%,#2a86a2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #12bce7 0%,#41cef9 19%,#41cef9 33%,#41cef9 100%,#3bbce3 100%,#34a4c6 100%,#2a86a2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12bce7', endColorstr='#2a86a2',GradientType=1 ); /* IE6-9 */
}

.pagenotfound .logo
{
	padding: 1em;
	text-align: center;
	padding: 1% 1% 5% 1%;
}
.pagenotfound .logo h1{
	display: block;
	padding: 2em 0em;
}
.pagenotfound .logo span{
	font-size: 2em;
	color:#fff;
}
.pagenotfound .logo span img{
	width:40px;
	height: 40px;
	vertical-align:bottom;
	margin: 0px 10px;
}
.pagenotfound .buttom
{
	background:url(../images/bg2.png) no-repeat 100% 0%;
	background-size: 100%;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
	width: 556px;
}
.seach_bar
{
	padding:3em;
}
.seach_bar p{
	font-size: 1.5em;
	color:#fff;
	font-weight: 300;
	margin: 2.6em 0em 0.9em 0em;
}
.seach_bar span a{
	font-size: 1em;
	color:#fff;
	text-decoration:underline;
	font-weight: 300;
	font-family: 'open_sansregular';
}
/**********search_box*************/
.search_box{
	background: #F1F3F6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 6px 10px;
	position: relative;
	cursor: pointer;
	width: 75%;
	margin: 0 auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: inset 0 0 5px rgba(156, 156, 156, 0.75);
	-moz-box-shadow: inset 0 0 5px rgba(156, 156, 156, 0.75);
	-webkit-box-shadow: inset 0px 0px 5px rgba(156, 156, 156, 0.75);
}
.search_box img {
	vertical-align: middle;
	margin-right: 10px;
}
.search_box input[type="search"] {
	border: none !important;
	outline: none !important;
	background: none !important;
	font-size: 1em !important;
	color:#999 !important;
	width:100% !important;
	-webkit-apperance: none !important;
	margin-bottom:0 !important
}
.search_box button {
	border: none !important;
	cursor: pointer;
	background: url(../images/search.png) no-repeat 0px 1px !important;
	position: absolute !important;
	right:0 !important;
	width: 34px !important;
	height: 25px !important;
	outline: none !important;
	-webkit-appearance:none !important;
    text-indent: -9999px;
	top: 5px;
}

.blog-slider-info {
    background: #404041;
    padding: 65px 95px;
}

.address.grey a {
    color: #2961a6;
}

.blog-slider-info h4 {
	margin-top:0;
	font-size:24px;
}

.blog-slider-info a {
    display: table;
    margin-top: 35px;
    border: 1px solid #41cef9;
    padding: 5px 25px;
}

.blog-slider-info p{
	font-size:16px;
	line-height:24px;
}
.blog-slider-img {
    overflow: hidden;
}
.blog-slider-img .blogsliderimg{
	width: 785px;
    height: 309px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.blog-slider-img .blogsliderimg img {
    position: absolute;
    display: block;
    min-height: inherit;
    max-width: inherit;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: 100% !important;
    width: 100% !important;
	-webkit-transition:all ease-out 0.7s;
	-moz-transition:all ease-out 0.7s;
	-ms-transition:all ease-out 0.7s;
	-o-transition:all ease-out 0.7s;
	transition:all ease-out 0.7s;
}

#blogslider .owl-nav{
	position: absolute;
	top:15px;
	left:15px;
}

#blogslider .owl-prev,#blogslider .owl-next {
    background-color: #41cef9 !important;
	background-image: none !important;
    border-radius: 0 !important;
    width: 50px;
    height: 45px;
    margin: 0;
	position:relative;
}

#blogslider .owl-prev:before,#blogslider .owl-next:before {
    width: 10px;
    height: 11px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

#blogslider .owl-prev:before{
	background:url(../images/blog-prev.svg);
}

#blogslider .owl-prev:after{
	content:"";
	background:#f1f2f2;
	height:24px;
	width:1.5px;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}

#blogslider .owl-next:before{
	background:url(../images/blog-next.svg);
	top:2px;
}

#blogslider .owl-dots {
    margin-top: -40px;
    z-index: 10;
    position: relative;
}

#blogslider.owl-theme .owl-dots .owl-dot span {
    background: #fff;
	transition:all ease-out 0.5s;
	-webkit-transition:all ease-out 0.5s;
	-moz-transition:all ease-out 0.5s;
	-ms-transition:all ease-out 0.5s;
	-o-transition:all ease-out 0.5s;
}

#blogslider.owl-theme .owl-dots .owl-dot.active span, #blogslider .owl-theme .owl-dots .owl-dot:hover span{
    background: #2961a6;	
	transition:all ease-out 0.5s;
	-webkit-transition:all ease-out 0.5s;
	-moz-transition:all ease-out 0.5s;
	-ms-transition:all ease-out 0.5s;
	-o-transition:all ease-out 0.5s;	
}

.touchy-wrapper{
    display: none !important;
}

html.js {
    padding-bottom: 0 !important;
}

.wpb_gallery .theme-default .nivo-controlNav{
	display: none !important;
}
.all-blogs {
    background:#41cef9;
    padding: 8px 15px;
    margin: 25px 15px;
    display: table;
    font-size: 18px;
}

.services-template strong {
    font-weight: normal;
    font-family: bold;
    font-size: 18px;
}
.services-template em {
    font-family: semi-bold;
    font-size: 15px;
    margin-bottom: -5px;
    display: block;
}

.video-section .col-md-4 {
    margin-bottom: 25px;
}

.type-sleep.grey-bg {
    padding: 20px 0;
    margin: 30px 0 0;
}

.type-sleep.grey-bg h3,
.signs-symptoms h3 {
    margin-bottom: 35px;
}

.obstruct-image img {
    position: relative;
    top: 25px;
}

.blue-circle ul {
    padding-left: 20px;
}

.blue-circle li {
    vertical-align: top;
    margin-right: 25px;
	position:relative;
    margin-bottom: 25px;
	list-style: none;
}

.blue-circle li strong {
    font-size: 20px;
	font-weight: normal !important;
	font-family:"semi-bold";
	display: block;

}

.blue-circle li:before{
	content:"";
	background:url(../images/blue-tick.png) no-repeat;
	width:17px;
	height:17px;
	display: inline-block;
	margin-right:10px;
    position: absolute;
    top: 5px;
    left: -25px;
}
.signs-symptoms .blue-circle li:before {
    top: 0px;
}

.who-risk,.display-table{
    display: table;
    width: 100%;
    table-layout: fixed;
}

.who-risk > div,.display-table>div {
    display: table-cell;
	width:50%
}

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

.who-risk .risk-text,.surgical-text {
    vertical-align: middle;
    padding:0px 40px;
}

.signs-symptoms {
    padding: 15px 0 5px;
    margin: 0px 0 25px;
}

.harmful-div {
    padding: 15px 0 30px;
    margin: 0px 0 5px;
}

.signs-symptoms .container,.harmful-div {
    border-bottom: 1px solid #f3f3f3;
}
ul.harm-list li {
    padding: 2px 0;
}

ul.harm-list li:before{
	background:#2961a6;
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	display:inline-block;
	margin-right:10px;
	position:relative;
}

.snoring-treatment{
	background:url(../images/treatment-bg.jpg) no-repeat;
	padding:120px 0;
	position:relative;
	    margin: 20px auto 40px;
}

.snoring-treatment h3,.snoring-treatment p{
	position:relative;
	z-index:10;
}

.snoring-treatment:after{
	content:"";
	background:rgba(0,0,0,0.60);
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:absolute;
	z-index:0;
}

.oral_devices h3 img {
    margin-left: 15px;
}

.oral_devices .row{
	margin-bottom:15px;
}

.div-videos {
    padding-top: 15px;
    padding-bottom: 15px;
}

.surgical_cpap .row{
	margin-top:35px;
}

.cpap img{
	position:relative;
	top:30px;
}


.download-blue-strip{
	background: linear-gradient(141deg, #00b2b9 0%, #00b6cf 51%, #00b6cf 75%);
	padding:35px 0;
	text-align:center;
	margin:35px auto 0;
}

.download-blue-strip a {
    margin: 0 25px;
}

.download-blue-strip .downloadbtn{
	font-size:24px;
}

a.download-btn img {
    margin-right: 10px;
}
a.download-btn {
    background: #fff;
    padding: 15px 30px;
}

.get-help.grey-bg {
    padding: 15px 0 30px;
}

.gethelp-form {
    margin-top: 30px;
}

.gethelp-form input.wpcf7-form-control.wpcf7-submit {
    margin: 15px auto 0;
}
.mem-logos{margin-top:25px;}
.mem-logos li {
    vertical-align: top;
}



/*********Media Queries************/
@media only screen and (max-width: 768px)
{
.wrap {
	width: 80%;
}	
.pagenotfound .logo img {
	width: 315px;
}
}
@media only screen and (max-width: 640px)
{

.footer .new-logo {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}	
	
.wrap {
	width: 85%;
}	
.pagenotfound.logo {
	padding: 1% 1% 12% 1%;
}
.pagenotfound .buttom {
	width: 515px;
}
.pagenotfound .logo img {
	width: 300px;
}
}
@media only screen and (max-width: 480px)
{
.pagenotfound .wrap {
	width: 90%;
}	
.pagenotfound .logo {
	padding: 1% 1% 12% 1%;
}
.pagenotfound .buttom {
	width: 440px;
}
/***/
.pagenotfound .logo span {
	font-size: 1.6em;
}
.seach_bar p {
	font-size: 1.2em;
	margin: 2.6em 0em 0.7em 0em;
}
.search_box {
	padding: 3px 10px;
}
.pagenotfound .logo img {
	width: 270px;
}
}
@media only screen and (max-width: 320px)
{
.pagenotfound .wrap {
	width: 90%;
}	
.pagenotfound .logo {
	padding: 1% 1% 12% 1%;

}
.pagenotfound .buttom {
    width: 240px;
    background: none;
}
/***/
.pagenotfound .logo span {
	font-size: 1.4em;
}
.pagenotfound .seach_bar p {
	font-size: 1em;
	margin: 1.5em 0em 2em 0em;
}
.pagenotfound .logo span img {
vertical-align: middle;
}
.pagenotfound .logo img {
	width: 200px;
}
.copy_right {
	padding: 2em 0px 0px 0px;
}
}

@media (max-width:1399px){
.newsletter .heading-with-border:after {
    width: 65%;
}
}

@media (max-width:1300px){
.mainnav.styleOne ul li.full-width ul.sub-menu li a {
    margin-bottom: 6px!important;
	font-size:9px;
    line-height: 14px;
}
.mainnav.styleOne ul li.full-width ul.sub-menu li {
    padding-left: 6px;
}	
}

@media (max-width:1199px){
.soclist.pull-left {
    padding: 0 0px;
}
a.gradient-btn, .app-form input[type=submit] {
    font-size: 8px;
}

.mainnav ul li a {
    font-size: 12px;
}
.styleOne {
    padding-right: 5px !important;
}
.newsletter .heading-with-border:after {
    width: 65%;
}
}

@media (max-width:991px){
.popup-list ul li {
    min-width: 225px;
}
.popup-list {
    margin-top: 0px;
}
.banner-caption h4 {
    display: none;
}
ul#menu-main-menu {
    margin-left: 0;
    text-align: right;
}
.newsletter .heading-with-border:after {
    width: 45%;
}
.col-md-3.address-col,.col-md-3.footer-newsletter {
    width: 50% !important;
}
.inner-banners {
    margin-top: 60px;
}
.banner-caption {
bottom: 15px;
    left: 15px;
}
.banner-caption h1 {
    font-size: 35px;
}

}

@media (max-width:767px){
	
.touchy-call-button.appointment-call{
display:none!important;}	
	
.nopadding-left{
	padding-left:15px !important;
}

.nopadding-right{
	padding-right:15px !important;
}

.touchy-wrapper{
    display: table !important;
}
.benefits ul li {
    width: 100%;
}

.blog-slider-info {
    padding: 25px;
}

.touchy-wrapper.touchy-bottom i.fa.fa-phone,.touchy-wrapper.touchy-bottom i.fa.fa-envelope,.touchy-wrapper.touchy-bottom i.fa.fa-comment, .touchy-wrapper.touchy-bottom i.fa.fa-envelope-open-o {
    display: block !important;
    margin-bottom: 5px;
    margin-top: 8px;
}
.touchy-menu-close {
    background-color: transparent !important;
}
.touchy-bottom .touchy-accordion-tooltip {
    display: none;
}
.right-popup-form, .left-popup {
    padding-right: 15px !important;
}

.blog-slider-img .blogsliderimg {
    width: 100%;
    height: inherit;
}

.blog-slider-img .blogsliderimg img {
    position: static;
}

#blogslider.owl-carousel .owl-stage-outer {
    padding: 60px 0 0;
}
.blog-slider-info a {
    margin-top: 10px;
}
.footer .logo {
    margin: 0 auto 10px;
}

.touchy-wrapper .touchy-call-button:hover a{
	color:#2961a6 !important;
}

.touchy-call-button a,a.touchy-email-button,a.touchy-call-button ,.touchy-menu-button a{
    font-size: 14px;
    display: block;
}
.touchy-call-button.appointment-call {
    background: #41cef9 !important;
}

.touchy-call-button.appointment-call:hover a{
	color: #41cef9 !important;
}
.touchy-call-button.appointment-call:hover{
	 background: #fff !important;
}
html.js {
    padding-bottom: 70px !important;
}

.col-md-7.col-sm-7.col-xs-12.left-popup.nopadding-left {
    display: none;
}
#appointment .modal-dialog, #contactus-pop .modal-dialog {
    margin: 60px auto !important;

}
.fixed-header .sticky-header {
    height: 65px;
}
.fixed-header .logo .logo-img {
    top: 12px !important;
}

.logo .logo-img {
    width: 115px !important;
	top: -4px !important;
	left: inherit !important;
}
.header {
    padding: 15px 0 5px;
}
.bg-img{
	display: none;
}
.taptap-menu-button-wrapper,.taptap-search-button-right{
	display: block;
}

.nks_cc_trigger_tabs {
    display: block !important;
}

.popup-list{
	display: none;
}
.serv-excerpt {
    text-align: center;
}
.testimonial-box {
    margin-right: 1px;
}
.col-md-3.address-col,.col-md-3.footer-newsletter {
    width: 100% !important;
	text-align:center;
	    margin-top: 0px;
}
.p-tb-35 {
    padding: 15px 0;
}

.address span.fa {
    min-height: 16px;
    float: none;
    top: 0px;
    margin-right: 5px;
}
.footer.p-tb-35 {
    padding-bottom: 0;
border-top: 1px solid #f1f1f1;	
}

.vc_custom_1519716026421 {
    padding-bottom: 0px !important;
}
#teamslider.owl-carousel .owl-stage-outer {
    padding: 35px 0 0;
}

.copyright {
    text-align: center;
    margin: auto;
    float: none !important;
    display: block;
	background: #f1f1f1;
}

span.adcreators {
    text-align: center !important;
    float: none !important;
    margin: auto;
}

.all-team {
    text-align: center;
}
.all-team img {
    text-align: center;
    margin: auto;
    display: block;
}

.page-breadcrumbs,.serv-breadcrumbs,.banner-breadcrumbs{
	display: none;
}



}
@media (max-width:600px){
.nks-content > div {
    width: 400px;
}
.contact-page input[type=submit], input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
}
}



@media (max-width:480px){

.newsletter .heading-with-border:after {
	display: none
}

.nks-content > div {
    width: 300px;
}
.banner-caption h1 {
    font-size: 24px;
}
}

@media (max-width:320px){
.nks-content > div {
    width: 250px;
}
}