@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);


/*========================================================
                      Main Styles
=========================================================*/
body {
	color: #fff;
	font: 500 22px/28px "Lato", sans-serif;
	-webkit-text-size-adjust: none;
	font-weight: 500;
	background: #1f2430;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}
h2 {
  	font-size: 44px;
  	font-weight: 500;
  	line-height: 1.04;
}
h2 strong {
  font-weight: 700;
}
h2 span {
	color: transparent;
  	-webkit-text-stroke-width: 1px;
  	-webkit-text-stroke-color: white;
  	text-align: center;
  	position: relative;
  	top: 2px;
  	font-size: 56px;
  	font-family: sans-serif;
  	font-weight: 700;
	background-image: linear-gradient(60deg, #d4a63c, transparent);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-box-decoration-break: clone;	
}
h2 span2 {
	color: transparent;
  	-webkit-text-stroke-width: 1px;
  	-webkit-text-stroke-color: black;
  	text-align: center;
  	font-size: 56px;
  	font-family: sans-serif;
  	font-weight: 700;
	background-image: linear-gradient(60deg, #4820e6, #e54069, #f46c2c);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-box-decoration-break: clone;	
}
@media (max-width: 1199px) {
  h2, h2 span, h2 span2 {
    font-size: 42px;
  }
}
@media (max-width: 979px) {
  h2, h2 span, h2 span2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  h2, h2 span, h2 span2 {
    font-size: 37px;
	line-height: 44px;
  }
}
@media (max-width: 479px) {
   	h2 span {
	  position: relative;
	  top: 30px;
  }
}
h3 {
	color: #fff;
	font-size: 44px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.6px;
}
@media (max-width: 1399px) {
	h3 {
		font-size: 36px;
	}
}
@media (max-width: 1199px) {
	h3 {
		font-size: 36px;
	}
}
h4 {
	font-size: 36px;
	line-height: 1.2;
	font-weight: 500;
}
@media (max-width: 1199px) {
	h4 {
		font-size: 32px;
	}
}
@media (max-width: 991px) {
	h4 {
		font-size: 26px;
	}
}
@media (max-width: 479px) {
	h4 {
		font-size: 26px;
	}
}
h5 {
	font-size: 26px;
	line-height: 1.2;
	font-weight: 300;
}
@media (max-width: 1199px) {
	h5 {
		font-size: 20px;
	}
}
h6 {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 500;
}

h6.mod1 {
	font-size: 20px;
}
@media (max-width: 991px) {
	h6.mod1 {
		font-size: 24px;
	}
}
@media (max-width: 1199px) {
	h6 {
		font-size: 24px;
	}
}
@media (max-width: 479px) {
	h6 {
		font-size: 18px;
	}
}
h7 {
	font-size: 30px;
	font-weight: 500;
}
p a:hover, .marked-list a:hover, .list a:hover {
	text-decoration: none;
}
p .fa, .marked-list .fa, .list .fa {
	text-decoration: none;
}
time {
	display: block;
}
a {
	font: inherit;
	color: inherit;
	text-decoration: none;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
a:focus {
	outline: none;
}

a:active {
	background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
	color: inherit;
	text-decoration: none;
}

a[href^="callto:"]:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

.underline {
	text-decoration: underline;
}

.fa {
	line-height: inherit;
}

[class*='fa-']:before {
	font-weight: 400;
	font-family: "FontAwesome";
}

.page {
	overflow: hidden;
	min-height: 500px;
}
.posted {
	color: #8f73fa;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	padding-top: 10px;
}
.posted span {
	color: #fff;
}

.outline3a {
	font-size: 42px;
	font-family: JUST Sans Outline, serif;
	-webkit-text-stroke: 1.4px #efcd9d;
	-webkit-text-fill-color: transparent;
	letter-spacing: 3px;
	line-height: 1.1;
}

/*=======================================================
						 Main Layout
=========================================================*/
.fleft {
	float: left;
}

.fright {
	float: right;
}

.cntr {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.wrapper {

	position: relative;
	width: 100%;
	overflow: hidden;
}

hr {
	border: none;
	height: 1px;
	background: #4a5164;
}

.link1 {
	color: #3167db;
}

.link1:hover {
	color: #4a5164;
}

@media (max-width: 767px) {
	.mobile_cntr {
		text-align: center;
	}
}

@media (max-width: 479px) {
	.mobile_cntr2 {
		text-align: center;
	}
}

* + h3, * + h4, * + h5, * + h6, * + p, * + img, * + .btn {
	margin-top: 20px;
}

h5 + h2 {
	margin-top: 10px;
}

h2 + h4 {
	margin-top: 26px;
}

h4 + p {
	margin-top: 30px;
}

p + .btn {
	margin-top: 57px;
}

.marked-list + .btn {
	margin-top: 44px;
}

h6 + p {
	margin-top: 5px;
}

h6.mod1 + p {
	margin-top: 15px;
}

h5 + h3 {
	margin-top: 6px;
}

h3 + .row {
	margin-top: 2px;
}

h3 + .row.mod1 {
	margin-top: 17px;
}

h3 + .row.mod2 {
	margin-top: -3px;
}

@media (min-width: 1200px) {
	h3 + .row.mod2 [class*="col-"] {
		margin-top: 50px;
	}
}

.marTop1 {
	margin-top: 36px;
}

@media (max-width: 991px) {
	.marTop1 {
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.marTop1 {
		margin-top: 20px;
	}
}
.marTop2 {
	margin-top: 150px;
}
.marUp1 {
	margin-top: 1px;
}
.marRight {
	margin-left: 60px;
}
.marLeft {
	margin-left: 30px;
}
.marTop3 {
	margin-top: -14px;
}
/*=======================================================
						Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
	display: inline-block;
	width: 370px;
	height: 100px;
	
	padding: 10px 0 25px;
	padding-left: 63px;
}

.brand_logo {
  	width: 370px;
  	margin-top: -7px;
  	margin-left: -20px;
}

.brand_name {
  	margin-left: 308px;
  	margin-top: -110px;
  	width: 150px; 
}

@media (max-width: 1199px) {
	.brand_logo {
		width: 300px;
	}
	.brand_name {
		width: 140px;
		margin-top: -100px;
		margin-left: 244px;
	}
}

@media (max-width: 979px) {
	.brand_logo {
		width: 300px;
	}
	.brand_name {
		width: 140px;
		margin-top: -100px;
		margin-left: 244px;
	}
}

@media (max-width: 768px) {
  .brand_logo {
	 width: 330px;
	 margin-left: 0px; 
  }
  .brand_name {
	  margin-top: -102px;
	  margin-left: 292px;
	  
  }
}

@media (max-width: 479px) {
  .brand_logo {
    width: 280px;
	margin-left: auto;
	margin-right: auto;
  }
  .brand_name {
	  display: none;
  }
  h3 {
	  font-size: 28px;
	  padding-bottom: 38px;
	  padding-left: 12px;
  }
}

@media (max-width: 359px) {
	.brand_logo {
		width: 270px;
		margin-left: -40px;
	}
}

/*==================   Index List  ======================*/
.index-list {
	counter-reset: li;
}

.index-list h6 {
	font-size: 30px;
	font-weight: 500;
}

@media (max-width: 1199px) {
	.index-list h6 {
		font-size: 22px;
	}
}

.index-list h6 {
	margin-top: 10px;
}

.index-list h6 + p {
	margin-top: 11px;
}

.index-list li {
	margin-top: 38px;
	margin-bottom: 7px;
	position: relative;
	padding-left: 120px;
}

.index-list li:before {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
	position: absolute;
	top: 6px;
	left: 15px;
	width: 92px;
	height: 92px;
	line-height: 92px;
	font-size: 44px;
	font-weight: 300;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	background: #82ab55;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
}


/*************
.index-list li:before {
  	position: absolute;
  	left: 10px;
  	top: 6px;
  	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	border-radius: 50%;
  	background: #82ab55;
  	width: 95px;
  	height: 95px;
  	font-weight: 700;
  	font-size: 47px;
  	line-height: 100px;
  	text-align: center;
  	color: #fff;
  	content: counter(li,decimal-leading-zero);
  	counter-increment: li;
  	-moz-transition: 0.3s all ease;
  	-o-transition: 0.3s all ease;
  	-webkit-transition: 0.3s all ease;
 	 transition: 0.3s all ease;
}
**********************/
/********************
.index-list li:hover:before {
  	background: #5226fc;
}
******************/
.index-list li.fa-newspaper-o:before {
  	content: '\f1ea';
}

.index-list li.fa-calendar:before {
  	content: '\f073';
}

.index-list li.fa-map-marker:before {
  	content: '\f041';
}

.index-list li.fa-fa:before {
  	content: '\f2b4';
}

.index-list li.grid_1:nth-child(12n + 13),
.index-list li.grid_2:nth-child(6n + 7),
.index-list li.grid_3:nth-child(4n + 5),
.index-list li.grid_4:nth-child(3n + 4),
.index-list li.col-sm-6:nth-child(2n + 3) {
	clear: left;
}

/*==================   List1  ======================*/
.list1 h6 {
	font-size: 30px;
	font-weight: 500;
}

@media (max-width: 1199px) {
	.list1 h6 {
		font-size: 22px;
	}
}

.list1 h6 + p {
	margin-top: 11px;
}

.list1 li {
	margin-top: 38px;
	margin-bottom: 7px;
	position: relative;
	padding-left: 140px;
}

@media (max-width: 991px) {
	.list1 li {
		padding-left: 80px;
	}
}

.list1 li:before {
	position: absolute;
	top: 6px;
	left: 15px;
	font-family: "FontAwesome";
	width: 94px;
	height: 94px;
	line-height: 94px;
	font-size: 45px;
	font-weight: 300;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	background: #3167db;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
}

@media (max-width: 991px) {
	.list1 li:before {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 25px;
		font-weight: 300;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		color: #fff;
		background: #3167db;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		display: inline-block;
	}
}

.list1 li.grid_1:nth-child(12n + 13),
.list1 li.grid_2:nth-child(6n + 7),
.list1 li.grid_3:nth-child(4n + 5),
.list1 li.grid_4:nth-child(3n + 4),
.list1 li.col-sm-6:nth-child(2n + 3) {
	clear: left;
}

/*==================  Inline List  ======================*/
.inline-list li {
	display: inline-block;
}

.inline-list li + li {
	margin-left: 3px;
}

.inline-list a {
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 19px;
	text-align: center;
	color: #1f2430;
	background-color: #3167db;
}

@media (max-width: 979px) {
	.inline-list a {
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}
}

.inline-list a:hover {
	color: #fff;
	background-color: #4a5164;
}

/*================     Icons List     ====================*/
.list li {
  	display: inline-block; 
}
  
.list li a {
    display: block;
    width: 84px;
    height: 84px;
    line-height: 60px;
    text-align: center;
    background: #474b4d;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
	margin-left: 24px;
}

.list li a:hover {
  	background: #ffd933; 
}

.list li + li {
  	margin-left: 12px; 
}

* + .list {
  	margin-top: 20px; 
}

.list .circle1 .fa-facebook {
  	background: url(../images/social-triangle1.png) no-repeat center;
  	margin-top: 12px;
  	width: 87px;
  	height: 87px;
  	line-height: 92px;
  	text-align: center;
  	font-size: 44px;
  	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	border-radius: 50%;
  	color: #ffffff;
}

.list .circle2 .fa-paint-brush {
  	background: url(../images/social-triangle2.png) no-repeat center;
  	margin-top: 12px;
  	width: 87px;
  	height: 87px;
  	line-height: 92px;
  	text-align: center;
  	font-size: 44px;
  	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	border-radius: 50%;
  	color: #ffffff;	
}

.list .circle1 .fa-facebook:hover,
.list .circle2 .fa-paint-brush:hover {
  background: #777;
  text-decoration: none;
}

@media (max-width: 767px) {
	.list .circle1, .list .circle2 {
		margin-top: 26px;
		margin-left: 9px;
	}
}

/*==============   Text Color Animation   =================*/
.animate-charcter {
  	text-transform: uppercase;
  	background-image: linear-gradient(
    	-225deg,
    	#ffffff 0%,
    	#e409e7 29%,
    	#ff1361 67%,
    	#070799 100%
  	);
  	background-size: auto auto;
  	background-clip: border-box;
  	background-size: 200% auto;
  	color: #fff;
  	background-clip: text;
  	text-fill-color: transparent;
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	animation: textclip 2s linear infinite;
  	display: inline-block;
  	font-size: 37px;
  	font-weight: 600;
}

@media (max-width: 767px) {
	h2 .animate-charcter {
	font-size: 32px;
	position: relative;
	top: 25px;
	}
}

@keyframes textclip {
  	to {
    	background-position: 200% center;
  	}
}

/**************   Circle/Circle List Hover  **************/
.circlelist .circle1 {
  	display: inline-block;
  	width: 74%;
  	height: 74%;
  	margin-top: 18px;
  	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	border-radius: 50%;
}

.circlelist .circle2 {
  	display: inline-block;
  	margin-left: 20px;
  	width: 74%;
 	height: 74%
  	margin-top: 18px;
  	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	border-radius: 50%;
}

.circlelist .circle1:hover,
.circlelist .circle2:hover {
	 opacity: 0.6;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1200px) {
	h4 {
	}
}

@media only screen and (max-width: 984px) {
	 h4 {
		 margin-bottom: 20px;
	 }
}

/******************   Circle Picture  *****************/
.circlepic {
	width: 80%px;
 	height: 80%px;
  	text-align: center;
  	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	border-radius: 50%;
}
	
.thumb {
  	display: inline-block;
  	overflow: hidden;
  	position: relative;
  	max-width: 100%;
}

.thumb img {
  	-moz-transition: all 0.25s ease-in-out;
  	-o-transition: all 0.25s ease-in-out;
  	-webkit-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;
}

.thumb img:hover {
	opacity: 0.6;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  	-moz-transform: scale(1.2);
  	-ms-transform: scale(1.2);
  	-o-transform: scale(1.2);
  	-webkit-transform: scale(1.2);
  	transform: scale(1.2);
}

/*==================  Marked List  ======================*/
.marked-list {
	margin-top: 13px;
	margin-bottom: 12px;
}

@media (max-width: 1199px) {
	.marked-list {
		margin-right: 0;
	}
}

.marked-list li {
	position: relative;
	padding-left: 20px;
}

.marked-list li:before {
	content: '\f105';
	position: absolute;
	left: 0;
	top: 0px;
	font-weight: 400;
	font-size: 20px;
	font-family: "FontAwesome";
	color: #3167db;
}

.marked-list li + li {
	margin-top: 0px;
}

.marked-list a:hover {
	color: #3167db;
	text-decoration: none;
}

/*==================   Contact List   ======================*/
.contact-list address {
	color: #6477a4;
}

.contact-list h6 {
	font-size: 30px;
	font-weight: 500;
}

.contact-list h6 i {
	font-size: 61px;
	color: #1d71f7;
	margin-top: -33px;
	display: inline-block;
	margin-right: 14px;
	margin-left: -11px;
}

.contact-list h6 + address {
	margin-top: 13px;
	color: #8f73fa;
}

.contact-list a[href^="callto:"] {
	color: #6477a4;
	font-size: 35px;
	line-height: 35px;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 13px;
}

.contact-list a[href^="callto:"]:hover {
	color: #fff;
	text-decoration: none;
}

.contact-list a[href^="mailto:"] {
	color: #6477a4;
}

.contact-list a[href^="mailto:"]:hover {
	color: #fff;
	text-decoration: none;
}

/*==================  Profile Inline List  ======================*/
.profile-list li {
  	display: inline-block; 
    position: relative;
	top: -20px;
	width: 157px; 
}

.profile-list li a {
  	display: block;
  	text-align: center;
}

@media (max-width: 992px) {
  .profile-list li a {
    position: relative;
	top: -20px;
  } 
}

@media (max-width: 767px) {
  .profile-list li {
    position: relative;
	width: 130px;
	top: 20px;
  } 
}

.profile-list li a:hover {
  	background: #ffd933; 
}

.profile-list li + li {
  	margin-left: 12px; 
}

/*==================     Privacy    =====================*/
.privacy {
	text-align: left;
	padding-top: 38px;
	padding-bottom: 2px;
}

.privacy dt {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 500;
	color: #1f2430;
	text-transform: uppercase;
}

@media (max-width: 1199px) {
	.privacy dt {
		font-size: 22px;
	}
}

.privacy dt + dd {
	margin-top: 15px;
}

.privacy dd + dt {
	margin-top: 48px;
}

.privacy a {
	color: #008ac6;
	text-decoration: none;
}

.privacy a:hover {
	color: #1f2430;
}

/*==================  Backgrounds  ======================*/
.bg1 {
	background: #3167db;
}

.bg2 {
	background: #1f2430;
}

.bg3 {
	background-color: #4a2755; 
}

.color1 {
	color: #3167db;
}

.color2 {
	color: #1f2430;
}

.color3 {
	color: #4a5164;
}
.white {
	color: #fff;
}

.black {
	color: #000;
	font-weight: 500;
}

.gradientvioletbg {
	background: #810360;
	background: linear-gradient(90deg,rgba(129, 3, 96, 1) 0%, rgba(89, 3, 67, 1) 94%);
}

.gradientbluebg {
	background: #12678E;
background: linear-gradient(90deg,rgba(18, 103, 142, 1) 65%, rgba(51, 75, 219, 1) 100%);
}

.bggreen {
	background: #83ac55;
}

.infobg {
	background: url(../images/slider1.png) no-repeat top center;
	background-size: cover;
	margin-top: -32px;
}

/*=================  Wrapper Waves  ======================*/
.wrapper2 {
  	position: relative;
  	z-index: 1;
 	padding: 56px 0 102px;
  	background: #4a2755;
}

.wrapper2:before {
	z-index: 1;
  	content: '';
  	position: absolute;
  	top: -165px;
  	left: 0;
  	width: 100%;
  	height: 217px;
  	background: url(../images/variantPurplewaves.png) no-repeat center 0;
}

.wrapper3 {
  	position: relative;
  	z-index: 1;
  	padding: 56px 0 102px;
  	background: #ffffff;
}

.wrapper3:before {
	z-index: 1;
  	content: '';
  	position: absolute;
  	top: -142px;
  	left: 0;
  	width: 100%;
  	height: 217px;
  	background: url(../images/variantwaves.png) no-repeat center 0;
}

/*****************
.wrapper4:before {
  	z-index: 4;
  	content: '';
  	position: absolute;
  	top: -60px;
  	left: 0;
  	width: 100%;
 	height: 217px;
  	background: url(../images/wavesDownWhite.png) no-repeat center;
}
**************/
.wrapper4 {
  	position: relative;
  	z-index: 1;
  	padding: 56px 0 102px;

}

.wrapper4:after {
  	z-index: 1;
 	content: '';
 	position: absolute;
  	bottom: 0px;
  	left: 0;
  	width: 100%;
  	height: 217px;
  	background: url(../images/wavesUppurple3.png) no-repeat center;
}

@media (max-width: 767px) {
  .wrapper4 {
    padding: 50px 0;
  }
}

.wrapper5 {
  	position: relative;
  	z-index: 1;
  	padding: 56px 0 102px;
  	background: #fff;
}

.wrapper5:before {
	z-index: 1;
  	content: '';
 	position: absolute;
  	top: -215px;
  	left: 0;
  	width: 100%;
  	height: 217px;
  	background: url(../images/wavesUpwhite.png) no-repeat center 0;
}

.wrapper6 {
  	position: relative;
  	z-index: 1;
  	padding: 56px 0 102px;
}

.wrapper6:after {
  	z-index: 1;
  	content: '';
  	position: absolute;
  	bottom: -57px;
  	left: 0;
  	width: 100%;
  	height: 217px;
  	background: url(../images/wavesUpvioletgradient.png) no-repeat center 0;
}

.wrapper7 {
  	position: relative;
  	z-index: 1;
  	padding: 56px 0 102px;
}

.wrapper7:before {
  	z-index: 1;
  	content: '';
  	position: absolute;
  	top: -200px;
  	left: 0;
  	width: 100%;
  	height: 217px;
  	background: url(../images/wavesUpblack2.png) no-repeat center;
}

.wrapper8:before {
  	z-index: 1;
 	content: '';
  	position: absolute;
  	top: -54px;
  	left: 0;

  	width: 100%;
  	height: 277px;
  	background: url(../images/wavesDownPurple.png) no-repeat center;
}

.wrapper9:before {
  	z-index: 1;
  	content: '';
  	position: absolute;
  	top: -245px;
  	left: 0;
  	width: 100%;
  	height: 277px;
  	background: url(../images/wavesUppurple2.png) no-repeat center;
}

.wrapper10:before {
  	z-index: 1;
 	content: '';
  	position: absolute;
  	top: -200px;
  	left: 0;
  	width: 100%;
  	height: 217px;
 	background: url(../images/wavesUpblack2.png) no-repeat center;
}

.wrapper11 {
  	position: relative;
  	z-index: 1;
  	padding: 56px 0 102px;
}

.wrapper11:before {
	z-index: 1;
	content: '';
	position: absolute;
	top: -158px;
	width: 100%;
	height: 161px;
	background: url(../images/wavesUpsage.png) no-repeat; center;
}

.wrapper12 {
  	position: relative;
  	z-index: 1;
  	padding: 56px 0 102px;
}

.wrapper12:after {
  	z-index: 1;
  	content: '';
  	position: absolute;
  	bottom: -57px;
  	left: 0;
  	width: 100%;
  	height: 217px;
  	background: url(../images/wavesUpBlue2.png) no-repeat center 0;
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
	font-size: 20px;
	font-weight: 700;
	padding: 13px 37px;
	color: #fff;
	background: #5226fc;
	display: inline-block;
	text-transform: uppercase;
}

.btn:hover, btn:active {
	color: #fff;
	background: #72954a;
}

.btn3 {
  display: inline-block;
  position: relative;
  top: 5px;
  padding: 18px 55px;
  color: #fff;
  text-align: center;
  background: #72316f;
  font: 600 18px/23px 'Lato', sans-serif;
  text-transform: uppercase;
  min-width: 190px; }
  .btn3:hover {
	color: #fff;
    background: #e40097; }
@media only screen and (max-width: 480px) {
	.btn3 {
		font-size: 16px;
		padding: 8px 30px;
	}
}

/*********************  Two Btns  **********************/
.btnboth1, .btnboth2 {
  	display: inline-block;
  	font: 500 18px/40px 'Ubuntu Condensed', sans-serif;
  	letter-spacing: 1.2px;
  	text-transform: uppercase;
  	border: 2px solid #d4a63c;
  	padding: 5px 34px;
  	color: #fff;
 	 background: rgba(90, 94, 96, 0.06);
 	 -moz-transition: all 0.3s ease;
  	-o-transition: all 0.3s ease;
  	-webkit-transition: all 0.3s ease;
  	transition: all 0.3s ease;

}

.btnboth1:hover {
  color: #72954a;
  background: #fff;
}

.btnboth1:active {
  	background: #e6e6e6;
  	border: 2px solid #d4a63c;
}

.btnboth2 {
  	background: #d4a63c;
  	padding: 7px 38px;
  	border: none;
  	margin-left: -5px;
}

.btnboth2:hover {
  	background: #fff;
  	color: #72954a;
}

.btn5:active {
  	background: #e6e6e6;
}

@media (min-width: 768px) and (max-width: 979px) {
  .btnboth1, .btnboth2 {
    font-size: 15px;
    line-height: 30px;
    padding: 3px 14px;
  }
  .btnboth2 {
    padding: 5px 14px;
  }
}
@media (max-width: 767px) {
  .btnboth1, .btnboth2 {
    font-size: 15px;
    line-height: 30px;
    padding: 3px 14px;
  }
  .btnboth2 {
    padding: 5px 14px;
  }
}

.box__button {
  	display: block;
  	text-align: center;
  	margin-left: 0px;
}

/* STATISTICS section
========================================================*/
#statistics {
	position:relative;
	width: 100%;
	top: -60px;
  	background: url(../images/pattern.png) repeat center top;  
  	margin-bottom: -105px;
  	text-align: center;
  	z-index: -1;
}

.statistics-indent {
  	padding: 0 60px;
  	font-weight: 300;
}

.box-1 {
	background: rgba(33, 33, 33, 0.8);
	display: inline-block;
	position: relative;
	border: 10px solid #d4a63c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 130px;
	height: 130px;
	padding-top: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.skill-number {
  	font-size: 42px;
  	line-height: 31px;
  	font-weight: 300;
  	color: #fff;
  	display: block;
  	-webkit-transition: all 0.2s linear;
  	transition: all 0.2s linear;
  	padding-right: -40px;
}

.skill-title {
  	font-size: 16px;
  	line-height: 22px;
  	color: #fff;
  	font-weight: normal;
  	display: block;
  	text-transform: uppercase;
  	padding-top: 14px;
    padding-right: -40px;

}

.box-1__active {
  	background: rgba(132, 121, 95, 0.8);
}

.color2 {
	border: 10px solid #1d40a6;
}

.color3 {
	border: 10px solid #ffc0fc;
}

.color4 {
	border: 10px solid #638242;
}

@media only screen and (max-width: 1200px) {
	#statistics .box-1 li {
		list-style-type: none;
	}
	.box-1 {
		margin-top: -12px;
	}
	#statistics img {
		width: 270px;
		margin-top: -20px;
	}
}

@media only screen and (max-width: 979px) {
	.box-1 {
		position: relative;
		width: 120px;
		height: 120px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		top: 20px;
	}
	.box-1 ul li {
		padding: 0 -17px 0 17px;
	}
	.statistics-indent {
    	padding: 0px;
  	}
	.skill-number {
		font-size: 28px;

	}
	.skill-title {
  		font-size: 16px;
  		line-height: 6px;

  		color: #fff;
  		font-weight: normal;
  		display: block;
  		text-transform: uppercase;
  		padding-top: 8px;
	}
}

@media only screen and (max-width: 767px) {
	#statistics {
		height: 970px;
	}
	.box-1 {
		width: 120px;
		height: 120px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		margin-top: -20px;
  	}
	.skill-number {
		font-size: 28px;
		margin-top: 0px;
	}
	.skill-title {
  		font-size: 16px;
  		line-height: 6px;

  		color: #fff;
  		font-weight: normal;
  		text-transform: uppercase;
  		padding-top: 8px;
	}
}

@media only screen and (max-width: 479px) {
	#statistics {
		height: 1080px;
	}
	.box-1 {
		position: relative;
		left: 35%;
		width: 120px;
		height: 120px;
		margin-bottom: 80px;
		margin-top: -90px;
		padding-top: 50px;
  	}
	.skill-number {
		font-size: 30px;
		color: #fff;
		margin-top: -30px;
	}
	.skill-title {
  		font-size: 16px;
  		line-height: 8px;
  		color: #fff;
  		font-weight: normal;
  		display: block;
  		text-transform: uppercase;
  		padding-top: 10px;
	}
	.box-1__active {
  		background: rgba(11, 66, 204, 0.8);
	}
}













/*==================      Box      ======================*/

/*==================      Box      ======================*/
.box:before, .box:after {
	display: table;
	content: "";
	line-height: 0;
}

.box:after {
	clear: both;
}

.box_aside {
	float: left;
}

.box_cnt__no-flow {
	overflow: hidden;
}

/*==================      SF Menu    ======================*/
/*========================   Menu   ==========================*/
.sf-menu {
	font-family: "Ubuntu", sans-serif;
	display: inline-block;
	padding-right: 20px;
	text-shadow: rgba(26,26,25,0.12) 0px 0px 9px;
}

.sf-menu:before, .sf-menu:after {
	display: table;
	content: "";
	line-height: 0;
}

.sf-menu:after {
	clear: both;
}

.sf-menu > li {
	position: relative;
	float: left;
}

.sf-menu > li + li {
	margin-left: 3px;
}

.sf-menu a {
	display: block;
}

.sf-menu > li > a {
	padding: 2px;
	font-size: 18px;
	line-height: 68px;
	font-weight: 600;
	letter-spacing: 0.9px;
	color: #fff;
	padding: 40px 15px;
	letter-spacing: -0.7px;
	text-transform: uppercase;
	text-shadow: rgba(26,26,25,0.9) 0px 0px 11px;

}

.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
	color: #957eee;

}

.sf-menu > li.active > a {
	color: #9ed9d6;
}

.sf-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 235px;
	margin-top: 1px;
	padding: 20px 0 20px;
	background: #1f2430;
	z-index: 999;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial;
	line-height: 30px;
}

.sf-menu ul {
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}

.sf-menu ul > li {
	position: relative;
}

.sf-menu ul > li > a {
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 19px;
	color: #6477a4;
	padding: 7px 25px 7px 25px;
}

.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
	color: #FFF;
	background: #4a5164;
	text-decoration: none;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}

.sf-menu ul > li > .sf-with-ul {
	position: relative;
}

.sf-menu ul > li > .sf-with-ul:before {
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -11px;
	content: '\e0c2';
	color: #fff;
	font-size: 23px;
	color: #3167db;
	font-family: "material-design";
}

@media (max-width: 1365px) and (min-width: 1200px) {
	.sf-menu > li + li {
		margin-left: 17px;
	}
	.sf-menu > li > a {
		font-size: 17px;
	}
}

@media (max-width: 1120px) {
	.sf-menu > li > a {
		margin-left: -5px;
		font-size: 15px;
	}
}

@media (max-width: 991px) {
	.sf-menu {
		display: none;
	}
}

/*==================   RD Mobile Menu    =====================*/
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}
.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 30px 0;
  color: #666;
  background: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #3d3d3d;
  color: #fff;
}
.rd-mobilemenu_ul a:hover {
  background: #6e4bf6;
  color: #FFF;
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}
.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #303030;
  color: #FFF;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}
.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #FFF;
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #FFF;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {

  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 979px) {
  body {
    padding-top: 56px;
  }
  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
	color: #fff;
  }
}

/*==================  Stuck menu  ======================*/
.isStuck {
	background: url(../images/headerbg.jpg) no-repeat;
	z-index: 999;
	height: 148px;
}
.isStuck .brand_name {
	display: none;
}

@media only screen and (max-width: 979px) {
	.isStuck {
		display: none !important;
	}
}

/*========================================================
                     HEADER (top)
=========================================================*/
header {
	position: relative;
	background: url(../images/headerbg.jpg) no-repeat top center;
	height: 148px;
	-webkit-box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.11);
	box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.11);  
}

header a[href^="callto:"]:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.6);
}

header .brand {
	float: left;
	margin-top: 29px;
}

header .nav {
	float: right;
	margin-right: -15px;
}

@media (max-width: 1199px) {
	header .nav {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	header .brand, header .nav {
		float: none;
	}
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
	font-size: 20px;
	font-weight: 500;
	padding: 13px 37px;
	color: #fff;
	background: #5226fc;
	display: inline-block;
	text-transform: uppercase;
}

.btn:hover, btn:active {
	color: #fff;
	background: #72954a;
}

/*********************  Two Btns  **********************/
.btnboth1, .btnboth2 {
  	display: inline-block;
  	font: 500 18px/40px 'Ubuntu Condensed', sans-serif;
  	letter-spacing: 1.2px;
  	text-transform: uppercase;
  	border: 2px solid #d4a63c;
  	padding: 5px 34px;
  	color: #fff;
 	 background: rgba(90, 94, 96, 0.06);
 	 -moz-transition: all 0.3s ease;
  	-o-transition: all 0.3s ease;
  	-webkit-transition: all 0.3s ease;
  	transition: all 0.3s ease;

}

.btnboth1:hover {
  color: #72954a;
  background: #fff;
}

.btnboth1:active {
  	background: #e6e6e6;
  	border: 2px solid #d4a63c;
}

.btnboth2 {
  	background: #d4a63c;
  	padding: 7px 38px;
  	border: none;
  	margin-left: -5px;
}

.btnboth2:hover {
  	background: #fff;
  	color: #72954a;
}

.btn5:active {
  	background: #e6e6e6;
}

@media (min-width: 768px) and (max-width: 979px) {
  .btnboth1, .btnboth2 {
    font-size: 15px;
    line-height: 30px;
    padding: 3px 14px;
  }
  .btnboth2 {
    padding: 5px 14px;
  }
}
@media (max-width: 767px) {
  .btnboth1, .btnboth2 {
    font-size: 15px;
    line-height: 30px;
    padding: 3px 14px;
  }
  .btnboth2 {
    padding: 5px 14px;
  }
}

.box__button {
  	display: block;
  	text-align: center;
  	margin-left: 0px;
}

/*==================      Address      ======================*/
.addr {
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  line-height: 28px;

  position: relative; }
  .addr .fa {
    position: absolute;
    top: 0;
    left: -60px;
    font-size: 50px;
    line-height: 50px;
    color: #ffbafc; }
  .addr a {
    white-space: nowrap; }
  .addr a:hover {
	  color: #a0a28b;
  }
  * + .addr {
    margin-top: 32px; }
  .addr1 {
    line-height: 25px;
    padding-left: 0px; }

/*==================      Lists      ======================*/
.social-list li {
  display: inline-block;
}
  .social-list li a {
    display: block;
    width: 78px;
    height: 78px;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #e6a8e3;
    text-align: center; }
    .social-list li a:hover {
      background: #8c8e73; }
    @media (max-width: 996px) {
      .social-list li a {
        width: 58px;
        height: 58px; 
		line-height: 5px; }
	  .social-list li a .fa {
	  	line-height: 22px;
	}
}
  .social-list li + li {
    margin-left: 5px; }
    @media (min-width: 768px) and (max-width: 1091px) {
      .social-list li + li {
        margin-left: 30px; } 
	}
	@media (min-width: 480px) {
		.social-list li a {
			padding-top: 20px;
		}
		.social-list li + li {
			margin-left: 30px; }
	}
	@media (min-width: 380px) {
		.social-list li a {
			padding-top: 20px;
		}
	}

* + .social-list {
  margin-top: 25px; }
.social-list li.wpc {
	width: 67px;
	height: 67px;
	z-index: 99;
}
.social-list li.wpc:hover {
	opacity: 0.4; 
	filter: alpha(opacity=30);
}
@media (max-width: 767px) {
	.social-list li.wpc:hover {
		position: relative;
		left: -12px;
	}
}

/*==================  Page Loader  ======================*/
.page-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF url("../images/page-loader2.gif") no-repeat center;
  z-index: 10;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  -webkit-transition: 1s;
  transition: 1s; }

/*==================     ToTop     ======================*
.toTop {
	width: 50px;
	height: 50px;
	font-size: 24px;
	line-height: 46px;
	color: #fff;
	background: #8f73fa;
	border-radius: 50%;
	-webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	position: fixed;
	right: 40px;
	bottom: 40px;
	display: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
}

.toTop:hover {
	color: #fff;
	background: #0fa490;
	text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
	display: none !important;
}
****************/


.toTop {
	width: 50px;
	height: 50px;
	font-size: 24px;
	line-height: 46px;
	color: #fff;
	background: #1f2430;
	border-radius: 50%;
	-webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	position: fixed;
	right: 40px;
	bottom: 40px;
	display: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
}

.toTop:hover {
	color: #fff;
	background: #3167db;
	text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
	display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
	position: relative;
	overflow: hidden;
	color: #fff;
}

.parallax h2, .parallax h3, .parallax h4, .parallax h5, .parallax h6, .parallax p {
	color: #000;
}

.parallax_image, .parallax_pattern {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-position: center center;
	will-change: transform;
}

.parallax_image {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.parallax_pattern {
	background-repeat: repeat;
}

.parallax_cnt {
	position: relative;
}

/* ======= Tabs Our History ======= */
#tabs {
  margin-top: 29px;
  text-align: left;
  margin-left: 50px;
  color: #1b1b1b;
  font-size: 23px;
}
#tabs h4 {
	color: #fff;
	margin-bottom: 50px;
	line-height: 38px;
}
#tabs h7 {
	position: relative;
	line-height: 30px;
	bottom: 7
	px;
}
#tabs p {
	line-height: 24px;
}
#tabs .tabs-list {
  position: relative;
}
#tabs .tabs-list:after {
  z-index: 0;
  top: -18px;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #249081;
}
#tabs .tabs-list .ui-state-focus {
  outline: medium none !important;
  border: none;
}
#tabs .tabs-list .ui-tabs-active .tab:after {
  background: #4a2755;
}
#tabs .tabs-list li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 6.666%;
  outline: medium none !important;
  text-align: left;
  float: left;
  height: 64px;
}
#tabs .tabs-list li a {
  outline: medium none !important;
}
#tabs .tab {
  display: inline-block;
  color: #ffffff;
  position: relative;
  margin-bottom: 100px;
}
#tabs .tab span {
  font: 600 20px/41px "Lato", sans-serif;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#tabs img {
	 padding: 15px;
	}
@media (max-width: 767px) {
  #tabs .tab span {
    font-size: 12px;
    line-height: 14px;
  }
  #tabs h4 {
	  font-size: 28px;
	  line-height: 28px;
	  margin-bottom: 60px;
  }
  #tabs h7 {
	  font-size: 24px;
	  line-height: 28px;
  }
  #tabs p {
	  font-size: 20px;
	  line-height: 28px;
  }
}
@media (max-width: 479px) {
	#tabs .tab span {
		font-size: 10px;
	}
}
#tabs .tab span:hover {
  color: #fcc30c;
}
#tabs .tab:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: -31px;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background: #2bae9c;
}

@media (max-width: 767px) {
	#tabs .tab:after {
		width: 18px;
		height: 18px;
		top: -26px;
	}
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
	display: block;
	background: #fff;
}

@media (min-width: 1199px) and (max-width: 99979px) {
	.container-fluid .col-xs-1, .container-fluid .col-sm-1, .container-fluid .col-md-1, .container-fluid .col-lg-1, .container-fluid .col-xs-2, .container-fluid .col-sm-2, .container-fluid .col-md-2, .container-fluid .col-lg-2, .container-fluid .col-xs-3, .container-fluid .col-sm-3, .container-fluid .col-md-3, .container-fluid .col-lg-3, .container-fluid .col-xs-4, .container-fluid .col-sm-4, .container-fluid .col-md-4, .container-fluid .col-lg-4, .container-fluid .col-xs-5, .container-fluid .col-sm-5, .container-fluid .col-md-5, .container-fluid .col-lg-5, .container-fluid .col-xs-6, .container-fluid .col-sm-6, .container-fluid .col-md-6, .container-fluid .col-lg-6, .container-fluid .col-xs-7, .container-fluid .col-sm-7, .container-fluid .col-md-7, .container-fluid .col-lg-7, .container-fluid .col-xs-8, .container-fluid .col-sm-8, .container-fluid .col-md-8, .container-fluid .col-lg-8, .container-fluid .col-xs-9, .container-fluid .col-sm-9, .container-fluid .col-md-9, .container-fluid .col-lg-9, .container-fluid .col-xs-10, .container-fluid .col-sm-10, .container-fluid .col-md-10, .container-fluid .col-lg-10, .container-fluid .col-xs-11, .container-fluid .col-sm-11, .container-fluid .col-md-11, .container-fluid .col-lg-11, .container-fluid .col-xs-12, .container-fluid .col-sm-12, .container-fluid .col-md-12, .container-fluid .col-lg-12 {
		min-height: 1px;
		padding-left: 25px;
		padding-right: 25px;
	}
}

/*==================  Section1  ======================*/
.section1 {
	padding: 110px 30px 109px;
}

@media (max-width: 991px) {
	.section1 {
		padding: 55px 30px;
	}
}

.section1 h6 {
	color: #fff;
}

.section1 h6 a:hover {
	color: #3167db;
}

.section1 h4 {
	letter-spacing: -0.3px;
}

.section1 img {
	width: 100%;
}

.section1 .row + .row {
	margin-top: 20px;
}

figure {
	color: #fff;
	overflow: hidden;
	position: relative;
}

figure img {
	width: 100%;
}

figure figcaption {
	left: 0;
	right: 0;

	bottom: 0;
	background: rgba(31, 36, 48, 0.9);
	padding: 20px;
	position: absolute;
	padding-right: 120px;
}

@media (max-width: 991px) {
	figure figcaption {
		padding: 20px 10px;
	}
}

figure figcaption h6 {
	color: #fff;
}

figure figcaption.mod1 {
	padding: 24px 9px 25px 30px;
}

@media (max-width: 991px) {
	figure figcaption.mod1 {
		padding: 10px;
	}
}

figure figcaption.mod1 h6 {
	color: #fff;
	font-size: 30px;
	line-height: 40px;
}

@media (max-width: 1199px) {
	figure figcaption.mod1 h6 {
		font-size: 26px;
		line-height: 34px;
	}
}

@media (max-width: 600px) {
	figure figcaption.mod1 h6 {
		font-size: 18px;
		line-height: 30px;
	}
	figure figcaption.mod1 h6 br {
		display: none;
	}
}

@media (max-width: 479px) {
	figure figcaption.mod1 h6 {
		font-size: 13px;
	}
}

figure figcaption.mod1 h6 a:hover {
	color: #3167db;
}

figure figcaption .btn2 {
	font-size: 53px;
	color: #3167db;
	position: absolute;
	right: 6px;
	bottom: 23px;
}

figure figcaption .btn2:hover {
	color: #fff;
}

@media (max-width: 991px) {
	figure figcaption p {
		display: none;
	}
	figure figcaption .btn2 {
		bottom: 10px;
	}
}

/*==================      Well     ======================*/
.well {
	padding-top: 51px;
	padding-bottom: 85px;
}

.well2 {
	padding-top: 140px;
	padding-bottom: 146px;
}

.well3 {
	padding-top: 69px;
	padding-bottom: 87px;
}

.well4 {
	padding-top: 0px;
	padding-bottom: 137px;
}

.well5 {
	padding-top: 117px;
	padding-bottom: 64px;
}

.well6 {
	padding-top: 80px;
	padding-bottom: 205px;
}

.well7 {
	padding-top: 70px;
	padding-bottom: 195px;
}

.well8 {
	padding-top: 82px;
	padding-bottom: 185px;
}
.well9 {
	padding-top: 60px;
	padding-bottom: 160px;
}
.well10 {
	padding-top: 130px;
	padding-bottom: 265px;
}
.well11 {
	padding-top: 80px;
	padding-bottom: 220px;
}
.well12 {
	padding-top: 70px;
	padding-bottom: 65px;
}
.well13 {
	padding-top: 70px;
}
.well14 {
	padding-top: 200px;
	padding-bottom: 200px;
}

/*========================================================
                     Owl Carousel
=========================================================*/
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.slider {
  background: #27145c;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 250px;

  padding: 75px 0;

  margin: auto;
  overflow: hidden;
  position: relative;
  width: 1560px;
}

.slider::before,
.slider::after {
  background: linear-gradient(to right, #27145c 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 250px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 20s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slider .slide {
  height: 100px;
  width: 450px;
}

/*========================================================
                     Google Translate
=========================================================*/
.goog-te-combo {
	font-weight: 700;
	width: 180px;
	height: 50px;
	font-size: 30px;
	text-align: center;
}

/*========================================================
                          Popup
=========================================================*/
*,
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}
.modal h2 {
	margin-top: 20px;
	font-size: 40px;
}

.modal p {
	color: #fff;
    font-size: 20px;
	line-height: 40px;
    text-align: center;
    margin: 20px 0;
    line-height: 25px;
}

/* Modal Content */
.modal-content {
	/****
  background: #020024;   ****/

  background-size: 100% 100%;
background-position: 0px 0px;
background-image: url(../images/page-loader2SM.gif);

/*****
background-image: linear-gradient(90deg, #070707FF 0%, #444546FF 100%);    ****/
  margin: auto;
  padding: 20px;
  border: 3px solid;
  border-image-slice: 1;
  border-width: 3px;
  border-image-source: linear-gradient(to bottom, #1FB4AB, #f284a5);
  width: 40%;
  color: #fff;
}

.availnow {
	background-image: url(../images/page-loader2SM.gif);
}

	@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
	}

.fadeOut {
    animation: fadeOut 8s infinite;
}
	
@media (max-width: 767px) {
	.modal {
		width: 145%;
		height: 120%;
		margin-left: -130px;
	}
}
@media (max-width: 479px) {
	.modal {
		width: 170%;
		margin-left: -140px;
	}
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal button p {
	font-size: 27px;
	color: #fff;
	margin-top: 3px;
}
.modal button {
    display: block;
	position: relative;
	top: -40px; 
	left: 41px;
    font-size: 27px;
    color: #fff;
	background: #72316f;
	border-radius: 100%;
	border: 3px #fff solid;
	width: 40px;
	height: 40px;
    outline: none;
    cursor: pointer;
}
.modal button:hover {
	background: #e40097;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
	padding: 7px 0 7px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background: #249081;
}

footer a:hover {
	color: #fff;
}

#footer .footerbanner {
	background: #249081;
	width: 100%;
	height: 40px;
}

#footer .footer_bottom {
	background: #0fa490;
    padding-top: 9px;
    padding-bottom: 9px;
    letter-spacing: 0.4px;
    line-height: 1.2;
	font-size: 16px;
	color: #fff;
}
@media (min-width: 992px) {
	footer .footer_bottom {
        padding-bottom: 9px; 
	} 
}

#footer .footer_bottom a {
    color: #fff; 
}

#footer .footer_bottom a:hover {
    color: #000; 
}

