/*
Theme Name: Columbia Group
Author: 
Author URI: 
Version: 0.1
Description: This is a reponsive theme for the site.
*/
#wrap-all {
    width: 1920px;
    max-width: 100%;
    margin: 0px auto;
    overflow-x: hidden;
}

.container {
    width: 1170px;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px;
}

.nav-wrap ul {
    text-align: right;
    margin: 48px 0px 10px;
}

.nav-wrap ul li {
    display: inline-block;
}

.nav-wrap ul li a {
    display: block;
    font-size: 16px;
    padding: 4px 12px;
    border-radius: 5px;
    text-transform: uppercase;
	color: #1f2a44;
}

.nav-wrap ul li.active a,.nav-wrap ul li a:hover, .nav-wrap ul li.current-menu-item a{
    background: #CE4753;
    color: #fff;
}
.nav-wrap ul li.menu-item-has-children a:hover{
	border-radius:5px 5px 0px 0px;
}
/*submenu*/
.nav-wrap ul li:hover > ul{
	display: block;
}
.nav-wrap ul ul{
	display: none;
	top: 24px;
	padding: 0px 2px 2px 2px;
	background: none;
	position: absolute;
	width: 200px;
	z-index: 200;
	text-align: left;
	background: #ce4652;
}
.nav-wrap ul ul li, .nav-wrap ul ul li a{
	display: block;
}
.nav-wrap ul ul li a{
	color: #fff;
	text-transform: none;
	padding: 10px 20px;
	border-radius: 0px;
}
.nav-wrap ul li.menu-item-has-children > ul li a:hover{
	background: #2c517b;
	border-radius: 0px;
}
.slide-wrap {
    position: relative;
}

.head-cntc-details {
    position: absolute;
    z-index: 10;
    background: #CE4753;
    left: 57%;
}

.head-cntc-details ul li,.head-cntc-details ul li a {
    display: inline-block;
    color: #fff;
}

.head-cntc-details ul {
}

.head-cntc-details ul li {
    padding: 10px;
    border-right: 1px solid #000;
    font-size: 14px;
}

.head-cntc-details ul li a i {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    padding: 5px;
}

.head-cntc-details ul li:nth-child(2), .head-cntc-details ul li:nth-child(3), .head-cntc-details ul li:nth-child(4) {
    padding: 0px;
    border: 0px;
}

.head-cntc-details ul li.diw-link {
    border-left: 1px solid #000;
    margin-left: 8px;
    border-right: 0px;
}
.head-cntc-details ul li:first-child {
    margin-right: 8px;
}
.head-cntc-details ul li:last-child {
    border-left: 1px solid #000;
    margin-left: 8px;
    border-right: 0px;
    position:relative;
    top:3px;
}
.head-cntc-details ul li.diw-link a {
    background: #2d4c6b;
    padding: 3px 5px;
    border-radius: 7px;
    margin-left: 20px;
}

.slide-wrap .bx-controls {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.slide-wrap .bx-controls .bx-pager {
    text-align: center;
}

.slide-wrap .bx-controls .bx-pager .bx-pager-item {
    display: inline-block;
}

.slide-wrap .bx-controls .bx-pager .bx-pager-item a {
    background: #fff;
    border: 3px solid #e6e6e6;
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 50%;
    color: rgba(0,0,0,0);
    margin: 0px 2px;
}

.slide-wrap .bx-controls .bx-pager .bx-pager-item a.active {
    border-color: #bc3e4c;
}

.body-wrap {
    background: #f1f1f1;
}
ul.ul-boxes {
    list-style: none;
    text-align: center;
    margin: 10px 0px 10px;
}

ul.ul-boxes li {
    display: inline-block;
margin: 0px 4px;
position: relative;
width: 32%;
}

ul.ul-boxes li img {
    border-radius: 8px;
}
ul.ul-boxes li section {
    position: absolute;
    width: 100%;
    height: 99.5%;
    top: 0px;
    background: rgba(0,0,0,0.3);
    padding: 10% 4%;
    left: 0px;
    border-radius: 8px;
}

ul.ul-boxes li section h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
    margin: 50px 0px 30px;
}

ul.ul-boxes li section h3 {
    color: #fff;    
    font-size: 33px;  
    font-weight: 400;  
    margin: 0px 0px 80px;
}

ul.ul-boxes li section a {
    background: #2c5277;
color: #fff;
padding: 20px 45px;
border-radius: 7px;
border: 1px solid #2c5277;
display: inline-block;
position: absolute;
width: 50%;
left: 0px;
margin: 0px 28%;
bottom: 10%;
}
ul.ul-boxes li:hover section {
	background: #CE4753/*rgba(0,0,0,0.8)*/;
}
ul.ul-boxes li:hover section a {
    background: #fff;
    color: #2c5277;
}

/*ul.ul-boxes li:first-child section a {
    margin-top: 35px;
}*/
.home-page {
    padding: 8px 0px 40px;
    margin-top: -1px;
	position: relative;
}

.home-page h1 {
    color: #2c517b;
    font-size: 50px;
}

.home-page h2 {
    color: #d14552;  
    font-size: 40px;
    margin-bottom: 20px;
}
.home-page:before, .home-page:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    background: #2d4c6b;
    top: 50px;
}
.home-page:before {
    left: -52%;
}
.home-page:after {
    right: -52%;
}
/*inner page*/
.inner-page .col-md-7 {
    min-height: 650px;
}
.inner-page .col-md-8.col-sm-8 {
	min-height: 800px;
}
/*footer*/
footer {
    background: #363636;
}

.foot-top {
    background: url(images/red-blue.jpg)repeat-y top center;
    padding: 40px 0px 30px;
    margin-bottom: 30px;
}

.foot-top h6,.foot-top h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.foot-top h6{
  	display: none;
}
.foot-top h1 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 60px;
}
.foot-top .col-md-6.col-xs-6.col-sm-6:first-child h6,.foot-top .col-md-6.col-xs-6.col-sm-6:first-child h1 {
    text-align: right;
}

.foot-top table {
    width: 90%;
    color: #fff;
	margin-top: 80px;
}

.foot-top table strong {
    display: block;
}

.foot-top table td {
    line-height: 1.4em;
    vertical-align: middle;
    font-size: 13px;
}

.foot-top table td ul li {
    display: inline-block;
    text-align: center;
}

.foot-top table td ul li a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 5px 5px;
    font-size: 22px;
    width: 32px;
    height: 32px;
  display: block;
}
.foot-top table td ul li a i {
    width: 20px;
    height: 20px;
}
a.tell-us {
    background: #393939;
    border: 1px solid #393939;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    padding: 14px 30px;
    border-radius: 6px;
    /*margin-left: 14px;*/
    text-transform: uppercase;
}
a.tell-us:hover {
    background: none;
    border: 1px solid #fff;
}

.foot-bot p {
    font-size: 15px;
}

.foot-bot ul li {
    display: inline-block;
}

.foot-bot {
    padding-bottom: 30px;
}

.foot-bot ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 2px 10px;
    border-right: 1px solid #fff;
    display: block;
}
.foot-bot ul li a:hover {
	color: #b83a4b;
}

.foot-bot ul li:last-child a {
    border: 0px;
}
/*additional styles*/
.bg-grey {
    position: absolute;
    width: 200%;
    height: 100%;
    background: #eee;
    z-index: 0;
    left: 0px;
}
.content-holder{
    position: relative;
    z-index: 10;
    padding: 30px 20px;
}
.content-holder h3{
    line-height: 22px;
    font-size: 18px;
    font-weight: 600;
    color: #e24b5b;
}
.content-holder p, .content-holder ul li, .content-holder table td{
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    margin-bottom: 20px;
}
.content-holder ul li{
    margin-bottom: 0px;
  clear: both;
}
.content-holder ul{
    margin-bottom: 20px;
}
.content-holder ul ul{
    padding-left: 20px;
}
.content-holder a{
	color: #cb4850;
}
h1.page-title {
    color: #cb4850;
    font-size: 26px;
    font-weight: 300;
    border-bottom: 5px double;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
/*aside menus*/
section.menus-aside {
    background: #286993;
    margin: 20px 0px;
}
section.menus-aside h4 {
    color: #fff;
    padding: 10px 20px;
    background: rgba(0,0,0,0.5);
    text-shadow: 1px 1px 0px rgba(252, 47, 18, 0.45);
    font-size: 20px;
}
section.menus-aside ul {
    list-style: none;
}
section.menus-aside ul li a {
    color: #fff;
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2em;
    padding: 9px 20px;
}
section.menus-aside ul li.current-menu-item a, section.menus-aside ul li a:hover {
    background: #e24b5b;
}
section.menus-aside ul li a:after {
    font-family: 'FontAwesome';
    content: "\f061";
    position: absolute;
    right: 30px;
    color: rgba(0,0,0,0);
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
section.menus-aside ul li a:hover:after, section.menus-aside ul li.current-menu-item a:after {
    color: #fff;
}
section.aside-default h4.aside-heading {
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
}
section.aside-default {
	background: #286993;
}
section.aside-default .textwidget {
    padding: 10px 20px;
}

section.aside-default p {
    margin-bottom: 14px;
	color: #fff;
}
/*contact form style*/
section.cup-cf p {
    margin-bottom: 10px;
  vertical-align: top;
}
section.cup-cf p img {
  width: 100px;
  height: 36px;
  margin: 0px 10px;
}
section.cup-cf input {
    width: 55%;
}

section.cup-cf textarea {
    width: 70%;
    height: 110px;
}
section.cup-cf input, section.cup-cf textarea {
	color: #000;
    padding: 0.75% 1%;  
    font-weight: 300;
background: #fff;
border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
}
section.cup-cf input:focus, section.cup-cf textarea:focus {
	background: #fff;
}
section.cup-cf input[type=submit] {
    background: #393939;  
    border: 1px solid #393939;  
    display: inline-block;  
    color: #fff;  
    font-weight: 700;  
    font-size: 18px;  
    padding: 10px 20px;  
    border-radius: 6px;    
    text-transform: uppercase;
    width: auto;
}
section.cup-cf input[type=submit]:hover {
    background: none;
    color: #393939;
}
/*single post style*/
h1.single-title{
    color: #286993;
    font-size: 30px;
    font-weight: 600;
    border-bottom: 5px double;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.su-post small{
    font-size: 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    display: inline-block;
}
{
    font-family: 'Open Sans', sans-serif;
}
/*add styles*/
#back-to-top{
    position:fixed;
	bottom:20px;
	right:60px;
}
#back-to-top a{
	text-align:center;
	text-decoration:none;
	color:#d1d1d1;
	display:block;
	width:80px;
	/*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
	-moz-transition:color 1s; 
	-webkit-transition:color 1s;
	-o-transition:color 1s;
	position: relative;
}
#back-to-top a:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: url(images/btt-img.jpg)no-repeat top center;
    background-size: contain;
    bottom: 22px;
}
#back-to-top a:hover{
	color:#979797;
}
#back-to-top a span{
	background:#d1d1d1;
	border-radius:6px;
	display:block;
	height:80px;
	width:80px;
	background:#d1d1d1 url(images/arrow-up.png) no-repeat center center;
	margin-bottom:5px;
	-moz-transition:background 1s;
	-webkit-transition:background 1s;
	-o-transition:background 1s;
}
#back-to-top a:hover span{
	background:#979797 url(images/arrow-up.png) no-repeat center center;
}
.breadcrumbs br {
    display: none;
}

.breadcrumbs {
    padding: 10px;
	margin: 0px 20px;
	position: relative;
}

.breadcrumbs span span {
    color: #cb4850;
	/*border-bottom: 1px solid #cb4850;*/
}

.breadcrumbs span a {
    color: #cb4850;
}
.mmt_container {
margin-top: 20px;
}
.mmt_container .reveal-modal {
visibility: hidden;
top: 20px!important;
width: 50%;
background: #eee url(modal-gloss.png) no-repeat -200px -80px;
position: fixed;
z-index: 101;
padding: 30px 40px 34px;
-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
-box-shadow: 0 0 10px rgba(0,0,0,.4);
left: 0%!important;
width: 100%;
height: 100%!important;
}
.content-holder section.menus-aside ul li {
width: auto;
}
.send-emails ul li:nth-child(odd) {
    background: #fff;
  word-wrap: break-word;
}
.send-emails ul li a {
    padding: 0px 20px;
    color: #fc2f12;
    font-weight: 600;
    clear: both;
    position: absolute;
    right: 0px;
}
.su-list.su-list-style- {
margin-bottom: 20px;
}
.slide-wrap img {
  width:100%;
  height:auto;
}
.popup-youtube img {
	animation: 15s ease-in-out 1s normal none infinite running image;
	-webkit-animation: 15s ease-in-out 1s normal none infinite running image;
}

@keyframes image {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(2);
transform: scale(1.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes image {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(2);
transform: scale(1.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}


.breadcrumbs span a, .breadcrumbs span {
font-size: 12px;
}
.ngg-albumoverview {
width: 46%!important;
display: inline-block!important;
margin: 1%;
}
.ngg-imagebrowser {
position: relative;
padding-top: 30px;
}
.ngg-imagebrowser-nav {
position: absolute;
width: 100%;
top: 0px;
}
.ngg-imagebrowser h3 {
display: none;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 100%!important;
position: fixed;
top: 65px;
left: 0px;
height: 94%;
}
span.skype_pnh_container, span.skype_pnh_container img.skype_pnh_logo_img {display:none !important;}
span.skype_pnh_print_container, span[class^="skype_pnh_print_container"] {display:inline !important;} 
span.skype_pnh_text_span{text-decoration:none!important;color:#fff!important;}
/*1-20-15*/
.mfp-iframe-scaler iframe{
	left: 1%!important;
	width: 98%!important;
	height: 92%!important;
}
.slide-wrap ul.top-slider li section /*.slide-wrap section*/ {
    position: absolute;
    top: 27%;
    text-align: center;
    width: 100%;
	/*display:none;*/
}
.slide-wrap section img {
    width: 145px;
}
a.slide-a {
    color: #fff;
    font-size: 30px;
    margin: 20px 0px 0px;
    font-weight: 600;
    padding: 7px 10px;
    display: inline-block!important;
	letter-spacing: -2px;
}
/*ul.top-slider li:nth-child(2) section{
	display: block!important;
}*/
.top-head .col-md-4 a img {
margin: 5px 0px;
}
/*02-11-15*/
tr.row-fluid > td.col-md-6:first-child {
    padding-left: 0px;
}
td.col-md-6 ul {
    text-align: right;
}

.navbar-toggle{
	background: #bc3e4c!important;
}
.news-posts-entry a.su-post-thumbnail {
    width: 400px;
    height: auto!important;
}

.news-posts-entry a.su-post-thumbnail img {
    max-width: 100%;
    max-height: none;
    height: auto;
}

.news-posts-entry .su-post {
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
/*2-25*/
.logo-wrap {
	z-index: 10;
}
.bx-viewport {
	height: auto!important;
}
/*03-05-15*/
.send-emails ul li {
    position: relative;
    padding-right: 120px!important;
}
#wrap-all {
  overflow-x: hidden;
}

.mail_sent {
  color:green;
  font-weight:bold;
  }
/*0608*/
section.news-menu ul {
    list-style: none;
    text-align: center;
    margin: 0px 0px 40px;
}
section.news-menu ul li {
    display: inline-block;
}
section.news-menu ul li a {
    color: #cd5058;
    border: 1px solid #cd5058;
    padding: 10px 40px;
    text-transform: uppercase;    font-weight: 600;    display: block;
  	margin: 0px 6px 0px
}
section.news-menu ul li a:hover,section.news-menu ul li.current-menu-item a {
    background: #cd5058;
    color: #fff;
}
/*Media Queries*/
@media (max-width: 1200px) {
}
@media (max-width: 1024px) {
  .nav-wrap ul li a {
    padding: 4px 2px;
  }
  .slide-wrap ul.top-slider li section{
    top: 15%;
  }
  ul.ul-boxes li section h1 {
    font-size: 25px;
		margin: 0px 0px 30px;
  }
  ul.ul-boxes li section h3 {
    font-size: 28px;
    margin: 0px 0px 80px;
    line-height: 1em;
  }
  ul.ul-boxes li section a {
    padding: 20px 30px;
  }
  .foot-bot ul li a {
		padding: 2px 6px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
	section.cup-cf textarea, section.cup-cf input[type=text], section.cup-cf input[type=email] {
    		width: 95%;
	}
  .top-head .col-md-4 a img {
    width: 300px;
  }  
  section.menus-aside h4 {
    padding: 10px 10px;
    font-size: 20px;
  }
  section.menus-aside ul li a {
    font-size: 15px;
    padding: 6px 10px;
  }
  .inner-page .col-md-8.col-sm-8{
    min-height: 0px;
  }
  .foot-top table td ul li a {
	  padding: 4px 5px;
  }
  .foot-top table td ul li a i {
  	font-size: 16px;
  }
}
@media (min-width: 316px) and (max-width: 979px) {
	#wrap-all{
		padding: 10px;
	}
  .nav-wrap ul ul {
    display: block;
    position: relative;
    width: auto;
    top: 0px;
    background: none;
  }
    .nav-wrap ul, .navbar-header {
        margin-top: 0px;
        text-align: left;
        /*background: #286993;*/
    }
    .navbar-collapse{
        padding: 0px;
    }
    .nav-wrap ul li{
        display: block;
        background: #b83a4b;
        padding: 5px 12px;
    }
  .slide-wrap section img {
  	width: 82px;
  }
	.head-cntc-details{
		position: relative;
		text-align: center;
		left: 0%;
	}
  ul.ul-boxes li {
    margin: 0px 2px;
  }
  ul.ul-boxes li section h1 {
    font-size: 26px;
    margin: 0px 0px 0px;
    line-height: 24px;
  }
  ul.ul-boxes li section h3 {
    font-size: 24px;
    margin: 4px 0px 0px;
    line-height: 24px;
  }
  ul.ul-boxes li section a {
    padding: 20px 6px;
  }
  ul.ul-boxes li section a {
  	padding: 8px 0px;
		bottom: 2%;
  }
  .foot-bot ul li a {
    font-size: 12px;
    padding: 2px 2px 2px 0px;
    line-height: 0.7em;
  }  
  .ngg-gallery-thumbnail img {
    width: 215px;
    height: auto;
  }
  .team_profile_ttl h3 {
    font-size: 16px!important;
    line-height: 20px!important;
  }
}
@media (max-width: 767px) {  
  section.menus-aside h4 {
    padding: 10px 10px;
    font-size: 20px;
  }
  section.menus-aside ul li a {
    font-size: 15px;
    padding: 6px 10px;
  }
  .inner-page .col-md-8.col-sm-8{
    min-height: 0px;
  }  
  ul.ul-boxes li:hover section {
    background: rgba(0,0,0,0.3);
  }
}	
@media (max-width: 635px) and (min-width: 315px) {	
	.head-cntc-details ul li {
		padding: 6px;
		font-size: 10px;
	}
	.home-page h2, .foot-top h1 {
		font-size: 20px;margin-top: 30px;
	}
  .foot-top h1 {
		margin-top: 30px;
	}
  .foot-top table {
    margin-top: 20px!important;
    width: 100%;
  }
	.foot-top table td ul li a {
		display: block;
	}
	.foot-bot ul {
		text-align: center;
    margin-top: 10px;
	}
	.foot-bot ul li a{
		border-right: 0px solid #fff;
	}
	#back-to-top {
		bottom: 0px;
		right: 0px;
		left: 0px;
	}
  .slide-wrap ul.top-slider li section {
    top: 12%;
  }
  .slide-wrap section img {
  	width: 45px;
  }
  .slide-wrap .bx-controls {
    bottom: 5px;
  }
  
  a.slide-a {
    font-size: 22px;
    padding: 2px 10px;
    margin-top: 0px;
    /*display:none!important;*/
  }
	a.tell-us {
		font-size: 15px;
		padding: 10px 4px;
		border-radius: 6px;
		margin-left: 0px;
	}
  .nav-wrap ul ul {
    display: block;
    position: relative;
    width: auto;
    top: 0px;
  }
  .content-holder{
    padding: 10px 0px;
  }
  h1.page-title {
    font-size: 20px;
    font-weight: 600;
  }
  section.menus-aside h4 {
    padding: 10px 10px;
    font-size: 20px;
  }
  section.menus-aside ul li a {
    font-size: 15px;
    padding: 6px 10px;
  }
  .inner-page .col-md-8.col-sm-8{
    min-height: 0px;
  }
  ul.ul-boxes li {
    margin: 0px 0px 20px;
    width: 32%;
  }
  .home-page h1 {
    /*font-size: 16px!important;
    margin: 0px!important;
		line-height: 18px!important;*/
  }
  ul.ul-boxes li section h3 {
    /*font-size: 14px!important;
    margin-top: 0px!important;*/
    line-height: 1em;
  }
  ul.ul-boxes li section a {
    /*padding: 2px 0px!important;
    width: 70%;
    margin: 0px 16%;
    font-size: 12px;*/
      bottom: 10%;
  }
  .ngg-gallery-thumbnail img {
  	width: 125px;
  }
  /*03-05-15*/
  .foot-top {
      background: none;
      padding: 0px;
  }  
  .foot-top .col-md-6:nth-child(1) {
      background: #ce4652;
      padding: 10px;
  }  
  .foot-top .col-md-6:nth-child(2) {
      background: #2e5179;
      padding: 10px;
  }
  .foot-top table td ul li a i {
    width: 18px;
    height: 20px;
    font-size: 13px;
    padding: 5px 5px 5px 3px;
    display: block;
  }
  tr.row-fluid > td.col-md-6:first-child {
    background: none;
  }
}
@media (min-width: 548px) and (max-width: 767px){
  ul.ul-boxes li section a {
      bottom: 5%;
      width: 80%;
      margin: 0px 15px;
  }
  ul.ul-boxes li section h3 {
    font-size: 20px;
    line-height: 1em;
  }
  ul.ul-boxes li section h1 {
    font-size: 22px;
    line-height: 1em;
  }
}
@media (max-width: 480px){
  ul.ul-boxes li:nth-child(3) section h3 {
  	margin: 18px 0px 0px!important;
  }
  ul.ul-boxes li section a {
  	padding: 13px 6px;
  }
  ul.ul-boxes li {
    width: 250px;
    max-width: 100%;
  }
  ul.ul-boxes li section h1 {
  	margin: 0px 0px 30px;
  }
  .head-cntc-details ul li a i {
    width: 22px;
    height: 22px;
  }
  #wpfront-scroll-top-container {
      left: 0px!important;
  }  
  #wpfront-scroll-top-container img {
      width: 50px!important;
  }
}
@media (max-width: 418px){
  .head-cntc-details ul li:last-child {
    margin-left: 0px;
    border-right: 0px;
    border-left: 0px;
    float: right;
    margin-right: 10%;
  }
}
@media (max-width: 320px) and (min-width: 315px) {
  .slide-wrap ul.top-slider li section {
    top: 2%;
  }
  .slide-wrap section img {
  	width: 35px;
	}
  a.slide-a {
    margin-top: 0px;
    display: block!important;
    font-size: 16px;

    padding: 0px;
  }
  ul.ul-boxes li section a {
    padding: 10px 2px!important;
  }
  ul.ul-boxes li {
    display: inline-block;
    margin: 0px 4px 20px;
    position: relative;
    width: 32%;
    display: block;
  	width: auto;
  }
	.home-page h1 {		
    font-size: 20px!important;
    margin: 0px!important;
    line-height: 22px!important;
	}
  .foot-top h1 {
  	ffont-size: 14px;
		margin: 10px 0px 20px;
  }
  ul.ul-boxes li section h3 {
    font-size: 18px!important;
		margin-top: 5px!important;
  }
  a.tell-us {
    font-size: 12px;
    padding: 7px 4px;
  }
  #back-to-top {
	  width: 40px;
  }
  #back-to-top a {
		width: auto;
  }
  #back-to-top a:before {
    width: 40px;
    height: 40px;
    bottom: 12px;
  }
  .send-emails ul li a {
    font-size: 10px;
    padding: 0px 10px 0px 0px;
  }
}
@media (max-width: 320px) {
	.head-cntc-details ul li:first-child {
		margin-right: 0px;
	}
	.head-cntc-details ul li a i {
		width: 20px;
		height: 20px;
		padding: 5px;
	}
	.head-cntc-details ul li:last-child {
		margin-left: 0px;
		border-right: 0px;
		border-left: 0px;
	}
	.foot-top h6 {
		font-size: 14px;
	}
	table .col-md-6 {
		padding: 5px;
	}
	.foot-top table td ul li a {
		padding: 2px 2px;
		display: block;
    width: auto;
		height: auto;
	}
	.foot-bot ul li {
		display: block;
    margin-bottom: 6px;
	}
	.foot-bot ul li a{
		border-right: 0px solid #fff;
	}
	#back-to-top {
		bottom: 0px;
		right: 0px;
		left: 0px;
	}
  ul.ul-boxes {
    width: 75%;
    margin: 0px auto;
  }
  .team_profile_ttl h4, .team_profile_ttl h3{
    margin: 0px!important;
  }
}

