.fix-container {
	margin: 0 auto;
	max-width: 1220px;
	width: 100%;
	padding: 0 10px;
	position: relative;
}

.themeBtn {
	background: #ff3957;
	border-radius: 32px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 10px 26px;
	border: 2px solid #ff3957;
	font-weight: 700;
	text-transform: uppercase;
	font-family: open sans;
}

.themeBtn:hover {
	background: #fff;
	color: #ff3957;
}

.pull_left {
	float: left
}

.pull_rght {
	float: right
}

.tb-space {
	padding: 50px 0;
}
/*Header css*/
/*Togal btn css start*/

.togalbtn {
	display: none;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0px;
	right: 10px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.togalbtn .icon-left {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	position: absolute;
	height: 4px;
	width: 15px;
	top: 22px;
	background-color: #fff;
	border-radius: 10px 0 0 10px;
}

.togalbtn .icon-left:before {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	position: absolute;
	width: 15px;
	height: 4px;
	background-color: #fff;
	content: "";
	top: -10px;
	border-radius: 10px 0 0 10px;
}

.togalbtn .icon-left:after {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	position: absolute;
	width: 15px;
	height: 4px;
	background-color: #fff;
	content: "";
	top: 10px;
	border-radius: 10px 0 0 10px;
}

.togalbtn .icon-left:hover {
	cursor: pointer;
}

.togalbtn .icon-right {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	position: absolute;
	height: 4px;
	width: 15px;
	top: 22px;
	background-color: #fff;
	left: 15px;
	border-radius: 0px 10px 10px 0px;
}

.togalbtn .icon-right:before {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	position: absolute;
	width: 15px;
	height: 4px;
	background-color: #fff;
	content: "";
	top: -10px;
	border-radius: 0px 10px 10px 0px;
}

.togalbtn .icon-right:after {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	position: absolute;
	width: 15px;
	height: 4px;
	background-color: #fff;
	content: "";
	top: 10px;
	border-radius: 0px 10px 10px 0px;
}

.togalbtn.open .icon-left {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background: transparent;
}

.togalbtn.open .icon-left:before {
	-webkit-transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
	transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}

.togalbtn.open .icon-left:after {
	-webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
	transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}

.togalbtn.open .icon-right {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background: transparent;
}

.togalbtn.open .icon-right:before {
	-webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
	transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}

.togalbtn.open .icon-right:after {
	-webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
	transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}

.togalbtn:hover {
	cursor: pointer;
}
/*Togal btn css end*/

#header {
	background-color: #1f4e79;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	/*-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;*/
}
/*@-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}*/

#logo {
	display: none;
	padding:4px 0;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
#header nav{
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
#header.fixed nav {
  display: table-cell;
  padding: 0 0 0 30px;
  vertical-align: middle;
}
#header.fixed #logo {
  display: table-cell;
  vertical-align: middle;
}
#header.fixed .main-header {
  display: table;
  width: 100%;
}
#header.fixed .menu li a {
  font-size: 12px;
  padding: 15px 16px;
}

#logo img {
	max-width: 200px;
}

#banner-logo {
	left: 10px;
	position: absolute;
	top: 30px;
	z-index: 1;
}

#banner-logo img {
	max-width: 100%;
}

.menu {
	display: table;
	width: 100%;
}

.menu li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.menu li a {
	border-right: 1px solid #184268;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: 500;
	padding: 15px 35px;
	position: relative;
	text-transform: uppercase;
}

.menu li a:hover,
.menu li a.current {
	background-color: #00b0f0;
}

.menu li:last-child a {
	border: none;
}

.menu li a:after {
	border-right: 1px solid #2d608f;
	position: absolute;
	width: 1px;
	height: 100%;
	content: "";
	right: -2px;
	top: 0;
}

.menu li:last-child a:after {
	display: none;
}
/*BANNER SLIDER CSS*/

#main-slider,
.slide--item {
	position: relative;
}

#main-slider ul.slick-dots {
	position: absolute;
	bottom:15px;
	z-index: 5;
	left: 0;
	right: 0;
	text-align: center;
}

#main-slider ul.slick-dots li {
	height: auto;
	background: none;
	display: inline-block;
	width: auto;
	border-radius: 100%;
	margin: 0 3px;
}

#main-slider ul.slick-dots li button {
	width: 20px;
	height: 20px;
	border: 2px solid rgba(18, 59, 96, 0.8);
	padding: 3px;
	border-radius: 100%;
	font-size: 0px;
	display: block;
	cursor: pointer;
	background: none;
	position: relative;
}

#main-slider ul.slick-dots li button:before {
	background: #123b60;
	border-radius: 100%;
	height: 8px;
	width: 8px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	content: "";
	margin: auto;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

#main-slider ul.slick-dots li.slick-active button:before {
	transform: scale(1);
	-webkit-transform: scale(1);
}

#main-slider ul.slick-dots li.slick-active button {
	border-color: #123b60;
}

.slide--item, #main-slider {
	background-color: #c7e0f6;
}
.slide--img > img {
  max-width: 100%;
}
.slide-four .slide--img{
	margin:30px 0 0 0;
	position: relative;
	top:10px;
}
.slide-two .slide--img > img {
  margin: 8px 0 0;
}

.slide-text {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 100;
}

.slide-heading {
	color: #123b60;
	font-size: 60px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.1;
	padding-bottom: 15px;
}

.slide-one .slide-heading {
	font-size: 60px;
}

.slide-sub-heading {
	color: #4e5964;
	font-size: 35px;
}

.banner-text {
	max-width: 450px;
}

.slide-two .banner-text {
	margin: -12% 0 0;
	max-width: inherit;
	text-align: center;
}
/*Services css*/

.tab-section {
	margin-top: 20px !important;
}

.tabs {
	display: table;
	margin: 0 auto;
	padding-bottom: 25px;
}

.tabs li {
	display: table-cell;
	padding: 0 1px 0 0;
}

.tabs li a {
	background-color: #123b60;
	color: #ffffff;
	display: block;
	font-size: 20px;
	font-weight: 600;
	padding: 12px 40px;
}

.tabs li.active a {
	background: #00b0f0;
}

.tab_container {}

.tab_container {
	padding: 20px 0 0;
}

.tab_content .imgBlock {
	display: inline-block;
	vertical-align: middle;
	width: 47%;
}
.tab_content1 {
	padding: 0 0 0 20px;
	position: relative;
	border-bottom:2px solid #616060;
	
}
.tab_content1:after {
	background-color: #a6a8a9;
	position: absolute;
	content: "";
	left: 0;
	top: 100%;
	height: 2px;
	width: 50px;
	
}
.tab_content1 .imgBlock1 {
	display: inline-block;
	vertical-align: middle;
	width: 63%;
	border-bottom:2px solid #00b0f0;
	border-radius: 100%;
}

.tab_content .textBlock {
	display: inline-block;
	vertical-align: middle;
	width: 51%;
	padding: 0 70px 20px 40px;
}
.tab_content1 .textBlock1 {
	display: inline-block;
	vertical-align:middle;
	width: 35%;
	padding: 0 70px 20px 40px;
	border-bottom:2px solid #00b0f0;
	border-radius: 50%;
}

.tab_content2 .textBlock2 {
	display: inline-block;
	vertical-align:middle;
	width: 100%;
	padding: 0 70px 20px 40px;
	border-bottom:2px solid #00b0f0;
	border-radius: 50%;
}
.section-title {
	color: #616060;
	font-size: 45px;
	font-weight: 600;
	padding: 0 0 10px;
	position: relative;
	text-decoration:underline;
}



.section-title:after {
	background-color: #a6a8a9;
	position: absolute;
	content: "";
	left: 0;
	top: 100%;
	height: 2px;
	width: 200px;
}
.section-title1 {
	color: #blueeText;
	font-size: 45px;
	font-weight: 600;
	padding: 0;
	position: relative;
	text-decoration:underline;
}

.section-title1:after {
	background-color: #5499d7;
	position: absolute;
	content: "";
	left: 0;
	top: 100%;
	height: 2px;
	width: 100px;
}
.section-title2 {
	color: #blueeText;
	font-size: 28px;
	font-weight: 600;
	padding: 0;
	position: relative;
	text-decoration:underline;
}
.section-title2:after {
	background-color: #blueeText;
	position: absolute;
	content: "";
	left: 0;
	top: 100%;
	height: 2px;
	width: 100px;
}
.services-section {
	padding-top: 55px;
}

.imgBlock > img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.bg1 {
	/* background-image: url(../images/bg1.jpg); */
	background-repeat: no-repeat;
	background-position: center top;
	/*background-attachment: fixed;*/
	background-size: cover;
	min-height: 664px;
}

.bg2 {
	/* background-image: url(../images/bg2.png); */
	background-repeat: no-repeat;
	background-position: center top;
	/*background-attachment: fixed;*/
	background-size: cover;
}

.bg3 {
	/* background-image: url(../images/bg3.png); */
	background-repeat: no-repeat;
	background-position: center top;
	/*background-attachment: fixed;
	background-size: cover;*/
}

.bg4 {
	/* background-image: url(../images/bg4.jpg); */
	background-repeat: no-repeat;
	background-position: center top;
	/*background-attachment: fixed;*/
	background-size:cover;
}

.bg5 {
	/* background-image: url(../images/bg5.png); */
	background-repeat: no-repeat;
	background-position:200px top;
	/*background-attachment: fixed;*/
	background-size: cover;
}

.bg1 .section-title,
.blueBg .section-title,
.bg4 .section-title {
	color: #fff;
}

.bg1 .section-title::after,
.blueBg .section-title::after,
.bg4 .section-title::after {
	background-color: #fff;
}

.block-title {
	color: #ffffff;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}

.block-title1 {
	color: #blueeText;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}
.block-title2 {
	color: #000000;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}


.block-title:after {
	background-color: #5499d7;
	width: 100px;
	height: 1px;
	position: absolute;
	content: "";
	left: 0;
	top: 100%;
}

.block-title::before {
	background-color: #123b60;
	content: "";
	height: 3px;
	left: 0;
	margin-top: -1px;
	position: absolute;
	top: 100%;
	width: 40px;
	z-index: 2;
}

.bullet-listing li {
	padding: 0 0 0 20px;
	position: relative;
}

.whiteText {
	color: #fff;
}

.blueeText {
	color: #123b60;
}
.bullet-listing li:before {
	position: absolute;
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: 2px solid;
	left: 0;
	top: 6px;
}
/*People section*/

.peoples-grids {
	margin-top: 35px;
}

.avtarInfo > h2 {
	color: #1f4e79;
	font-size: 25px;
	font-weight: 700;
}

.avtarInfo > h3 {
	color: #000000;
	font-size: 17px;
}

.information p {
	color: #5b5b5b;
	font-size: 15px;
}

.text-btn {
	color: #00b0f0;
	display: inline-block;
	font-weight: 700;
	position: relative;
	text-decoration: underline;
}

.information {
	padding: 20px 0;
}

.avtarImg {
	background-color: #00b0f0;
	border-radius: 50%;
	height: 215px;
	padding: 8px;
	width: 215px;
	vertical-align: middle;
	margin:0 auto;
}

.avtarImg img {
	border-radius: 50%;
	max-width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin: 0 auto;
	display: block;
}

.team-descrptn {
	padding:20px 0;
	text-align: center;
	vertical-align: middle;
}
.team{padding:0 20px;}
.team-section {
	padding:35px 0 0 0;
	position: relative;
}

#team .slick-arrow {
	position: absolute;
	right:-30px;
	top:50%;
	transform:translatey(-50%);
	-webkit-transform:translatey(-50%);
}

#team .slick-prev.slick-arrow {
	right: auto;
	left:-30px;
	z-index: 2;
}

.slick-arrow:hover:after,
.slick-arrow:hover:before {
	background-color: #fff;
}

.slick-arrow {
	border: none;
	border-radius: 50%;
	background-color: #d7d7d7;
	font-size: 0;
	cursor: pointer;
	display: inline-block;
	height: 36px;
	position: relative;
	vertical-align: middle;
	width: 36px;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

.slick-arrow::after,
.slick-arrow::before {
	background-color: #5b5b5b;
	border-radius: 10px;
	content: "";
	height: 3px;
	left:13px;
	position: absolute;
	top:20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 10px;
}

.slick-arrow::before {
	top:15px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

#team .slick-prev.slick-arrow::after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

#team .slick-prev.slick-arrow::before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.slick-arrow:hover {
	-webkit-animation: toTopAnimation 0.4s ease;
	animation: toTopAnimation 0.4s ease;
	border-radius: 50%;
}

@-webkit-keyframes toTopAnimation {
	33% {
		-webkit-transform:translatey(-50%) scale(0.8, 1.2);
	}
	66% {
		-webkit-transform:translatey(-50%) scale(1.2, 0.8);
	}
	100% {
		-webkit-transform:translatey(-50%) scale(1, 1);
	}
}

@-moz-keyframes toTopAnimation {
	33% {
		-moz-transform:translatey(-50%) scale(0.8, 1.2);
	}
	66% {
		-moz-transform:translatey(-50%) scale(1.2, 0.8);
	}
	100% {
		-moz-transform:translatey(-50%) scale(1, 1);
	}
}

@-o-keyframes toTopAnimation {
	33% {
		-o-transform:translatey(-50%) scale(0.8, 1.2);
	}
	66% {
		-o-transform:translatey(-50%) scale(1.2, 0.8);
	}
	100% {
		-o-transform:translatey(-50%) scale(1, 1);
	}
}

@keyframes toTopAnimation {
	33% {
		transform:translatey(-50%) scale(0.8, 1.2);
	}
	66% {
		transform: translatey(-50%) scale(1.2, 0.8);
	}
	100% {
		transform:translatey(-50%) scale(1, 1);
	}
}

.grids .grid {
	display: inline-block;
	width: 48%;
	vertical-align: middle;
}

.grids .grid.right-grid {
	width: 50%;
}

.title-midium {
	color: #1f4e79;
	font-size: 19px;
	font-weight: 500;
}

.title-midium:hover {
	color: #00b0f0;
}

.icon72 {
	background-color: #1f4e79;
	border-radius: 50%;
	height: 72px;
	position: relative;
	text-align: center;
	width: 72px;
	display: inline-block;
	vertical-align: middle;
}

.icon72:before {
	background-color: #00b0f0;
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	border-radius: 50%;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

.icon72 img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.icon72 > img {
	display: block;
	margin: 0 auto;
	max-width: 45px;
}

.skill-info > a:hover .icon72:before {
	transform: scale(1);
	-webkit-transform: scale(1);
}
.skill-info > a:hover .title-midium{
	  color: #00b0f0;
}

.skill-hdng {
	display: inline-block;
	width: 70%;
	vertical-align: middle;
	padding-left: 15px;
}
#leadership {
  background-color: #f0eeef;
}
.skill-info {
	display: inline-block;
	padding: 0 10px 30px 0;
	vertical-align: top;
	width: 32%;
}

.skill-info:nth-child(3n),.skill-info:nth-child(6n) {
	padding-right: 0;
}



.skill-info > a {
	display: inline-block;
}
/*Capabilities*/

.crcle {
	width: 196px;
	height: 196px;
	border-radius: 50%;
	background-color: #1f4e79;
	margin: 0 auto 15px;
	position: relative;
}

.crcle:before {
	background-color: #00b0f0;
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	border-radius: 50%;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

.crcle-img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.crcle-img svg {
	display: block;
	margin: 0 auto;
}

.crcleBlock {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 24%;
	padding: 20px;
}

.crcleBlock > a:hover .crcle:before {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.crcleBlock > a {
	display: inline-block;
}

.crcleBlock > a:hover .title-midium {
	color: #00b0f0;
}
/*Why Us?*/
.five-list .crcleBlock {
  margin: 0 -2px;
  padding: 10px;
  vertical-align: top;
  width: 20%;
}

.crcle.midium-crcle {
	height: 156px;
	width: 156px;
	background-color: #fff;
}

.whyus-section .title-midium,
.whyus-section .title-midium:hover,
.whyus-section .crcleBlock > a:hover .title-midium {
	color: #ffffff;
}

.midium-crcle:hover .crcle-img svg path,
.crcleBlock > a:hover .midium-crcle .crcle-img svg path {
	fill: #ffffff;
}

.listing-crcles.five-list {
	padding: 90px 0 30px;
}

.five-list .crcleBlock.top-crcl {
	margin-top: -80px;
}
/*Join Us*/

.inline-list {
	text-align: center;
}

.text-block {
	padding: 30px 0 0;
}
.text-block img {
  vertical-align: middle;
}
.inline-list ul li span {
	color: #1f4e79;
	font-weight: 500;
}

.inline-list ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 30px 10px 0;
	font-size: 22px;
}
/*Partner*/

.blueBg {
	background-color: #1f4e79;
}

.block-lazaweb .bullet-listing li {
	font-size: 14px;
	text-transform: uppercase;
	font-family: Open Sans;
	margin-bottom: 5px;
}

.block-lazaweb p,
.block-lazaweb p a {
	color: #ffffff;
	font-family: open sans;
	font-size: 14px;
}

.block--title {
	color: #ffffff;
	font-family: open sans;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.grid-list3 {
	margin-top: 40px;
}

.grid-list3 .grid {
	display: inline-block;
	vertical-align: top;
	width: 28%;
}

.grid-list3 .grid:last-child {
	width: 20%;
}

.grid-list3 .grid.mid-grid {
	padding: 0 50px;
	width: 49%;
}

.other-info,
.other-info a {
	color: #ffffff;
	font-family: open sans;
	font-weight: 700;
}

.discriptn-lazaweb {
	margin: 0 0 25px;
}
/*Cms Css*/

.cms-text p {
	color: #616060;
	font-size: 19px;
	line-height: 1.6;
	padding-bottom: 30px;
}

.cms-text p a {
	color: #00b0f0;
}

.cms-text p a:hover {
	color: #1f4e79;
}
/*Footer Css*/

#footer {
	background-color: #143e64;
}
.discriptn-lazaweb img {
 margin: 5px 0 0;
}
.copy-right {
	color: #71a0cc;
	font-family: open sans;
	font-size: 15px;
}

.footer-in .colm {
	display: table-cell;
	vertical-align: middle;
}

.footer-in {
	display: table;
	width: 100%;
	padding: 10px 0;
	direction: rtl;
}

.footer-in .colm:first-child {
	text-align: right;
}

.footer-logo > a {
	display: inline-block;
	vertical-align: middle;
}

.footer-logo img {
	display: block;
}

.top {
	position: fixed;
	bottom: 14px;
	z-index: 9;
	right: 20px;
	display: none;
}

.top a {
	border-radius: 50%;
	color: #222222;
	font-size: 15px;
	background-color: #d1d1d1;
	cursor: pointer;
	display: block;
	text-align: center;
	line-height: 36px;
	height: 36px;
	position: relative;
	width: 36px;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

.top a:hover {
	-webkit-animation: toTopAnimation 0.4s ease;
	animation: toTopAnimation 0.4s ease;
	background-color: #123b60;
}

.top a::after,
.top a::before {
	background-color: #5b5b5b;
	border-radius: 10px;
	content: "";
	height: 3px;
	left: 9px;
	position: absolute;
	top: 17px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 12px;
}

.top a::before {
	left: 16px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.top a:hover:after,
.top a:hover:before {
	background-color: #fff;
}
/*Dialog box*/

.closeBtn {
	float: right;
	font-size: 0;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 6px;
	width: 30px;
}

.closeBtn::after,
.closeBtn::before {
	background-color: #000000;
	border-radius: 40px;
	content: "";
	height: 4px;
	left: 3px;
	position: absolute;
	top: 13px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 24px;
}

.closeBtn::before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.dialog_box {
	display: table;
	margin: 0 auto;
	height: 100%;
}

.dialog_overlay {
	background-color: rgba(0, 0, 0, .85);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.dialog_box_wrap.active {
	opacity: 1;
	z-index: 99999;
	visibility: visible;
}

.dialog_box_wrap {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
	overflow: scroll;
	visibility: hidden;
}

.dialog_box_wrap.active .dialog_box_content {
	animation-duration: 0.7s;
	animation-fill-mode: both;
	animation-name: bounceIn;
}

.dialog_box_content {
	border-radius: 5px;
	max-width: 900px;
	min-width: 538px;
	padding: 30px 0;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.dailog-mid {
	padding: 30px;
	position: relative;
	background-color: #fff;
}

.action_Btn {
	margin: 20px 0 10px;
}

.action_Btn a {
	margin: 5px;
}

.dialog_box_content h3 {
	color: #555555;
	font-size: 20px;
	font-weight: 600;
}
/*Dialog box*/
/*Popup css*/

.contentwrap .left_grid {
	float: left;
	width: 26%;
}

.contentwrap .right-grid {
	float: left;
	padding-left: 30px;
	width: 74%;
}

.contentwrap .avtarInfo {
	padding: 20px 0 0;
	text-align: center;
}

@-webkit-keyframes bounceIn {
	0% {
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@keyframes bounceIn {
	0% {
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 1;
	}
}




.ajax-alert > p {
  font-size: 12px;
}
.ajax-alert {
  background: yellow;
  left: 50%;
  padding: 5px 20px;
  position: fixed;
  text-align: center;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 9999;
  display:none;
}



.team-section .slick-track {
  margin: 0 auto;
}