@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px !important;
	background-color: #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
}
#header{
	background-color: #3f8dbf;
	float: left;
	width: 100%;
	height: 50px;
	color: rgba(255,255,255,1);
	line-height: 50px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10;
}
#header a {
	color: rgba(255,255,255,1);
	text-decoration: none;
	display: block;
	font-size: 15px;
}
#header-left{
	float: left;
	height: 50px;
}
#header-left:hover #header-left-icon{
	background-color: #3F8DBF;
}
#header-left:hover #header-left-text{
	background-color: #599BC8;
}
#header-left-icon{
	float: left;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: #35759F;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-left-icon a {
	font-size: 25px;
}
#header-left-text{
	float: left;
	height: 50px;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-left-text a {
	padding-left: 20px;
	padding-right: 20px;
}
#header-right{
	float: right;
	height: 50px;
}
#header-right:hover #header-right-icon{
	background-color: #3F8DBF;
	}
#header-right:hover #header-right-text{
	background-color: #599BC8;
	}
#header-right-icon{
	float: right;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: #35759F;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;

	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-right-text{
	float: right;
	height: 50px;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-right-text a{
	padding-right: 20px;
	padding-left: 20px;
}
#awesome{
	margin-top: 200px !important;	
}
#wrapper {
	float: left;
	width: 100%;
}
#wrapper-inner{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper-inner-tab{
	float: left;
	width: 100%;
	margin-top: 125px;
}
.wrapper-inner-tab-title {
	width: 100%;
	margin-top: 30px;
	font-size: 25px;
	color: #666666;
	float: left;
	text-align: center;
	margin-bottom: 80px;
}
.wrapper-inner-tab-backgrounds { 
	float: left;
	height: 300px;
	width: 950px;
}
.wrapper-inner-tab-backgrounds-first{
	float: left;
	height: 300px;
	width: 33.33%;
	background-color: #feb41d;
}
.wrapper-inner-tab-backgrounds-second{
	float: left;
	height: 300px;
	width: 33.33%;
	background-color: #5e7c87;
}
.wrapper-inner-tab-backgrounds-third{
	float: left;
	height: 300px;
	width: 33.33%;
	background-color: #4c5f6d;
}
.sim-button{
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	width: 60%;
	cursor: pointer;
}
.button1 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
}
.button1 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button1:hover {
	background-color: rgba(255,255,255,0.2);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;	
}
.button2 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
}
.button2 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button2 span {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.button2:hover{
	background-color: rgba(255,255,255,0.2);
}
.button2:hover > span{
	opacity: 0;
	-webkit-transform: translate(0px,-40px);
	transform: translate(0px,-40px);
}
.button2::after{
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translate(0, 30%);
	transform: translate(0, 30%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;	
}
.button2:hover::after{
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.button3 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
}
.button3 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button3 span {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.button3:hover{
	background-color: rgba(255,255,255,0.2);
}
.button3:hover > span{
	opacity: 0;
	-webkit-transform: translate(0px,40px);
	transform: translate(0px,40px);
}
.button3::after{
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translate(-30%, 0);
	transform: translate(-30%, 0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;	
}
.button3:hover::after{
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.button4 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
        font-size:18px;
}

  @media screen and (max-width: 500px) {
        .button4 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
        font-size:12px;
}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) { 
        .button4 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
        font-size:12px;
}
}
.button4 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button4 > span {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.button4:hover{
	background-color: rgba(255,255,255,0.2);
}
.button4:hover > span{
	opacity: 0;
	-webkit-transform: translate(0px,40px);
	transform: translate(0px,40px);
}
.button4::after{
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translate(-30%, -50%) rotate(-30deg);
	transform: translate(-30%, -50%) rotate(-30deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;	
	
}
.button4:hover::after{
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.button5{
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
}
.button5 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button5:hover{
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	background-color: rgba(255,255,255,0.2);
	
}
.button6{
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.5);
	position: relative;	
}
.button6 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button6 span{
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
}
.button6::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255,255,255,0.5);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
}
.button6:hover::before{
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.button7{
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.5);
	position: relative;	
}
.button7 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button7 span{
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
}
.button7::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255,255,255,0.5);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(1, 0.5);
	transform: scale(1, 0.5);
}
.button7:hover::before{
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.button8{
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.5);
	position: relative;	
}
.button8 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button8 span{
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
}
.button8::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255,255,255,0.5);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}
.button8:hover::before{
	opacity: 1;
	width: 100%;
}
.button9{
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.5);
	position: relative;	
	overflow: hidden;
}
.button9 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button9 span{
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
}
.button9::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255,255,255,0.5);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.button9:hover::before{
	opacity: 1;
	-webkit-transform: skewX(-180deg)  scale(0.5,1);
	transform: skewX(-180deg)  scale(0.5,1);
}
.button10{
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;	
}
.button10 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button10 span{
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
}
.button10::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.5);
	background-color: rgba(255,255,255,0.25);
}
.button10::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.5);
	background-color: rgba(255,255,255,0.25);

}
.button10:hover::before{
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
			background-color: rgba(255,255,255,0);
}
.button10:hover::after{
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
			background-color: rgba(255,255,255,0);
}
.button11{
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	
	position: relative;
	perspective: 2000px;	

}
.button11 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button11 span{
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
}
.button11::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.5);
	background-color: rgba(255,255,255,0.25);
}
.button11::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.5);
	background-color: rgba(255,255,255,0.25);
}
.button11:hover::before{
	-webkit-transform: rotateX(60deg) translate(0px,40px);
	transform: rotateX(60deg) translate(0px,40px) ;	
}
.button11:hover::after{
	-webkit-transform: rotateX(-60deg) translate(0px,-40px)  ;
	transform: rotateX(-60deg) translate(0px,-40px) ;	
}

.button12{
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
}
.button12 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button12 span{
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
}
.button12::before{
	content: '';
	position: absolute;
	top: 50px;
	left: -5px;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 190px solid rgba(255,255,255,0.25);
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.button12::after{
	content: '';
	position: absolute;
	top: 50px;
	left: -5px;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 190px solid rgba(255,255,255,0.25);
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.button12::after{
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.button12:hover::before{
	opacity: 1;
	-webkit-transform: translate(0px,-190px);
	transform: translate(0px,-190px);	
}
.button12:hover::after{
	opacity: 1;
	-webkit-transform: translate(0px,-150px);
	transform: translate(0px,-150px);	
}
.button13 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}
.button13 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button13::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border: 1px solid rgba(255,255,255,0.5);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.button13:hover::before{
	opacity: 0;
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.button13::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255,255,255,0.25);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
}
.button13:hover::after{
	opacity: 1 ;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}
.button14 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}
.button14 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button14::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,0.25);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}
.button14:hover::before{
	opacity: 0 ;
	-webkit-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
}
.button14::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid rgba(255,255,255,0.5);
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.button14:hover::after{
	opacity: 1;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}
.button15 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
}
.button15 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button15::before, .button15::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,0.25);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate(0,-100%);
	transform: translate(0,-100%);
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button15::after{
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.button15:hover::before, .button15:hover::after{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
.button16 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
}
.button16 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button16::before, .button16::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 1;
	background-color: rgba(255,255,255,0.25);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate(-100%,0);
	transform: translate(-100%,0);
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button16::after{
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.button16:hover::before, .button16:hover::after{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}
.button17 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
}
.button17 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button17::before, .button17::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 1;
	background-color: rgba(255,255,255,0.25);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate(-13%,-190%) rotate(-30deg);
	transform: translate(-13%,-190%) rotate(-30deg);
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button17::after{
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.button17:hover::before, .button17:hover::after{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}
.button18 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
}
.button18 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button18::before, .button18::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 1;
	background-color: rgba(255,255,255,0.25);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate(13%,190%) rotate(-30deg);
	transform: translate(13%,190%) rotate(-30deg);
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button18::after{
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.button18:hover::before, .button18:hover::after{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}
.button19 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
}
.button19 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button19::before{
	content: '';
	position: absolute; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 1;
	background-color: rgba(255,255,255,0.25);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate(13%,190%) rotate(-30deg);
	transform: translate(13%,190%) rotate(-30deg);
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button19::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 1;
	background-color: rgba(255,255,255,0.25);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate(-13%,-190%) rotate(-30deg);
	transform: translate(-13%,-190%) rotate(-30deg);
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button19::before{
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.button19:hover::before, .button19:hover::after{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}
.button20 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
}
.button20 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button20::before{
	content: '';
	position: absolute; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 1;
	background-color: rgba(255,255,255,0.25);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate(13%,-190%) rotate(30deg);
	transform: translate(13%,-190%) rotate(30deg);
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button20::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 1;
	background-color: rgba(255,255,255,0.25);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate(-13%,-190%) rotate(-30deg);
	transform: translate(-13%,-190%) rotate(-30deg);
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button20::before{
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.button20:hover::before, .button20:hover::after{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}
.button21 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
}
.button21 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button21::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 1;
	-webkit-transform: translate(0,-105%);
	transform: translate(0,-105%);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.25);
}
.button21:hover::before{
	opacity: 0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}
.button22 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
}
.button22 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button22::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
	-webkit-transform: translate(-105%,0);
	transform: translate(-105%,0);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.25);
}
.button22:hover::before{
	opacity: 0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}
.button23 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
}
.button23 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button23::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
	-webkit-transform: translate(-13%,-190%) rotate(-30deg);
	transform: translate(-13%,-190%) rotate(-30deg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.25);
}
.button23:hover::before{
	opacity: 0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}
.button24 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
}
.button24 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button24::before, .button24::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 1;
	-webkit-transform: translate(0,-105%);
	transform: translate(0,-105%);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.25);
}
.button24::after{
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.button24:hover::before, .button24:hover::after{
	opacity: 0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}
.button25 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
}
.button25 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button25::before, .button25::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
	-webkit-transform: translate(-105%,0);
	transform: translate(-105%,0);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.25);
}
.button25::after{
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.button25:hover::before, .button25:hover::after{
	opacity: 0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}
.button26 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
}
.button26 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button26::before, .button26::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
	-webkit-transform: translate(-13%,-190%) rotate(-30deg);
	transform: translate(-13%,-190%) rotate(-30deg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.25);
}
.button26::after{
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.button26:hover::before, .button26:hover::after{
	opacity: 0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}
.button27 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
}
.button27:hover{
	border: 1px solid rgba(255,255,255,0);
}
.button27 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button27::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate(-100%, -600%) rotate(30deg);
	transform: translate(-100%, -600%)  rotate(30deg);
	background-color: rgba(255,255,255,0.5);
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);

}
.button27:hover::before{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}
.button28 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}
.button28 span{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.button28 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button28::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(255,255,255,0.5);
	border-bottom-color: rgba(255,255,255,0.5);
	-webkit-transform: scale(0.1, 1);
	transform: scale(0.1, 1);
	
}
.button28:hover span{
	letter-spacing: 2px;
	}
.button28:hover::before{
	opacity: 1;	
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	
}
.button28::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(255,255,255,0.25);
	
}
.button28:hover::after{
	opacity: 0;	
	-webkit-transform: scale(0.1, 1);
	transform: scale(0.1, 1);
}
.button29 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: rgba(255,255,255,0.5);
	border-left-color: rgba(255,255,255,0.5);

}
.button29 span{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}
.button29:hover span{
	letter-spacing: 2px;
	}
.button29:hover{
	border-right-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
}

.button29 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button29::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(255,255,255,0.5);
	
}
.button29:hover::before{
	-webkit-transform: translate(0,-25px) rotate(-45deg);
	-moz-transform: translate(0,-25px) rotate(-45deg);
	transform: translate(0,-25px) rotate(-45deg);
}
.button29::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(255,255,255,0.5);
}
.button29:hover::after{
	-webkit-transform: translate(0,25px) rotate(45deg);
	-moz-transform: translate(0,25px) rotate(45deg);
	transform: translate(0,25px) rotate(45deg);
}
.button30 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(255,255,255,0.5);
	border-bottom-color: rgba(255,255,255,0.5);
}
.button30 span{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}
.button30:hover span{
	letter-spacing: 2px;
	}
.button30:hover{
	border-top-color: rgba(255,255,255,0);
	border-bottom-color: rgba(255,255,255,0);
}
.button30 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button30::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(255,255,255,0.5);
}
.button30:hover::before{
	-webkit-transform: translate(-94.9845px,0) rotate(270deg);
	-moz-transform: translate(-94.9845px,0) rotate(270deg);
	transform: translate(-94.9845px,0) rotate(270deg);
}
.button30::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(255,255,255,0.5);
}
.button30:hover::after{
	-webkit-transform: translate(94.9845px,0) rotate(180deg);
	-moz-transform: translate(94.9845px,0) rotate(180deg);
	transform: translate(94.9845px,0) rotate(180deg);
}


@import url('https://fonts.googleapis.com/css?family=Domine:400,700&display=swap');
.nav_main{height:100px;}
.logo_1 img{height:85px;width:auto;max-width:100%; padding:5px 0px;}
img{width:100%; box-sizing:border-box;}
.slider{/*margin-top:100px;*/ position:relative;}
.slider .main_box{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); text-align:center; width:100%;}
.slider .main_box .title_1{color:#fff; font-size:50px; font-weight:600; font-family: 'Domine', serif; margin-bottom:40px; text-transform:capitalize;}
.slider .main_box .join{padding:5px 10px; border:2px solid #fff; border-radius:25px; font-size:20px; color:#fff; text-align:center; transition:.5s; text-decoration:none;}
.slider .main_box .join:hover{background-color:#005595; border-color:#005595; transition:.5s;}
.slider .owl-theme .owl-dots{position:absolute; bottom:05%; left:50%; transform:translate(-50%,-50%);}
.slider .owl-theme .owl-dots .owl-dot:focus{outline:none;}
.slider .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background-color:#005595;}
.slider .owl-theme .owl-dots .owl-dot span{width:15px; height:15px;}


.about .img_box{border-radius:0px 15px 0px 15px;  width:100%; height:150px; -webkit-box-shadow: 0px 0px 6px 0px rgba(0,85,149,1);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,85,149,1);
box-shadow: 0px 0px 6px 0px rgba(0,85,149,1); }
.about .img_box img{border-radius:0px 15px 0px 15px; width:100%; height:150px; border:2px solid #005595;}
.about .img_box:nth-child(2){margin:70px 0px 0px;}


.service{margin:10px 0px;}
.service .main_box{border:2px solid #005595; border-radius:15px 0px; text-align:center; -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75); padding-bottom:15px; transition:.5s; margin-bottom:20px;}
.service .main_box .img_box img{border-radius:13px 0px 0px 0px;}
.service .main_box h4{color:#fff; font-weight:600; background-color:#005595; padding:5px 0px; margin-bottom:10px !important;}
.service .main_box p{text-align:justify; padding:10px; transition:.5s; height:200px;}
.service .main_box a{color:#005595; font-size:13px; border:2px solid #005595; display:inline-block; border-radius:25px; padding:5px 10px; text-decoration:none; transition:.5s;}
.service_main_2{display:none;}
/*.service .service_main_2 .main_box .a_1{margin-top:20px;}
.service .service_main_2 .main_box .a_2{margin-top:20px;}
.service .service_main_2 .main_box .a_3{margin-top:20px;}
.service .service_main_2 .main_box .a_4{margin-top:20px;}*/

/*.service .main_box .a_1{margin-top:11px;}
.service .main_box .a_2{margin-top:31px;}
.service .main_box .a_3{margin-top:51px;}
.service .main_box .a_4{margin-top:40px;}*/
.service .main_box:hover{background-color:#005595; transition:.5s;}
.service .main_box:hover p{color:#fff; transition:.5s;}
.service .main_box:hover a{color:#005595; border-color:#fff; background-color:#fff; transition:.5s;}



.partner{margin:35px 0px;}
.partner h4{margin-bottom:20px !important;}
.partner .img_box{border-radius:20px; margin:05px 10px; padding:10px 10px; -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);}
.partner .img_box img{width:100%;}
.partner  .owl-theme .owl-nav.disabled + .owl-dots{margin:0px;}
.partner .owl-theme .owl-dots .owl-dot:focus{outline:none;}
.partner .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background-color:#005595;}
.partner .owl-theme .owl-dots .owl-dot span{width:30px; height:5px;}


.event{margin:35px 0px;}
.event h4{margin-bottom:20px !important;}
.event p{text-align:justify !important;}
.event .event_main_2{display:none;}
.event .tz-gallery h6{font-size:20px; margin:5px 0px; text-align:center; color:#005595;}
.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.event .main_box{width:100%; height:180px; border:2px solid #005595; border-radius:15px 0px; margin-top:10px;}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 0px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {

}

.tz-gallery .lightbox img {
    width: 100%;
	border-radius:14px 0px;
	height:100%;
    position: relative;
}

/*.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 50px;
    font-family:"Font Awesome 5 Free";
    content: "\f066";
	font-weight: 900;
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}




.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}*/

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}



.about{margin-top:30px;}
.about .w3l-top h4{margin-bottom:15px;}
.container{display:block !important; margin:auto;}
.about_1{background-color:#e4a309; padding:15px 0px; margin:auto; text-align:center;}
.about_1 .w3l-top h4{font-size:30px; margin-bottom:15px; text-align:left;}
.about_1 .w3l-top p{color:#fff; text-align:left; font-size:16px;}
.about_1 .w3l-top p span i{color:#005595; margin-right:5px;}
.readyto{text-align:center; margin:auto; padding:20px 0px;}
.readyto .w3l-top h3{font-size:26px; font-weight:500; margin-bottom:15px;}
.readyto .img_box img{-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); border-radius:20px;}
.readyto .readyto_main{display:none;}



.applynow .w3l-top .button_in a{font-size:18px; margin-top: 10px; font-weight:500; color:#fff; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); display:inline-block; padding:6px 20px; border-radius:15px 0px; text-transform:uppercase; transition:.5s; text-align:right; text-decoration:none;}
.applynow .w3l-top .button_in a:hover{background-color:#fff; color:#e4a309; transition:.5s;}
.applynow{background-color:#e4a309; padding:15px 0px; margin:auto;}
.applynow .w3l-top h4{text-align:center; margin-bottom:10px; font-size:26px;}
.applynow .w3l-top h5{color:#fff; font-size:20px; margin:10px; font-weight:600;}
.applynow .w3l-top p{color:#fff; text-align:left;}
.applynow label{color:#fff; font-weight:400;}
.applynow label span{color:#F00;}
.applynow .button_1{margin:auto; text-align:center;}
.applynow button{text-align:center; margin:10px 0px; background:#fff; padding:5px 10px; border-radius:0px; text-transform:uppercase; font-weight:600;}
.applynow input[type=text],.applynow input[type=email],.applynow textarea,.applynow select{border-radius:0px; padding:20px 10px; border:2px solid #dce4ec; color: #99a6c4;}
.applynow input[type=text]:focus,.applynow input[type=email]:focus,.applynow input[type=text]:hover,.applynow input[type=email]:hover,.applynow textarea:focus,.applynow textarea:hover,.applynow select:hover,.applynow select:focus{border:2px solid #666666;}
.applynow select{padding: 0px 10px; height: 44px;}

.file-upload{display:block;text-align:center;font-family: Helvetica, Arial, sans-serif;font-size: 12px;}
.file-upload .file-select{display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select .file-select-button{background:#dce4ec;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.file-upload .file-select:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#34495e;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.applynow h6{font-size:18px; font-weight:500; color:#fff;}
.applynow .modal-header{padding:0px 10px;}
.applynow .w3l-top .modal-header h4{margin:05px 0px; font-size:20px; text-align:left;}
.applynow .w3l-top .modal-body p{font-size:12px; color:#000;}


.mentor_about{background-color:#e4a309; padding:15px 0px; margin:auto; text-align:center;}
.mentor_about .w3l-top h4{font-size:30px; margin-bottom:15px; text-align:center;}
.mentor_about .w3l-top p{color:#fff; text-align:left; font-size:16px;}

.mentor{background-color:#CCC; padding:20px 0px;}
.mentor .main_box{background-color:#fff; padding:20px 0px; text-align:center; margin:auto; margin-bottom:10px; margin-top:10px; transition:.5s; border-radius:5px;}
.mentor .main_box:hover{-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); transition:.5s;}
.mentor .main_box .img_box{width:150px; height:150px; border-radius:50%; text-align:center; margin:auto; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);}
.mentor .main_box .img_box img{width:100%; height:-webkit-fill-available; /*object-fit: cover;*/ border-radius:50%;}
.mentor .main_box h6{font-size:18px; font-weight:600p; color:#000; margin:10px 0px 05px 0px; background-color:#e4a309; padding:5px; color:#fff;}
.mentor .main_box p{color:#666; font-size:14px;}
.mentor .main_box ul{display:inline-block;}
.mentor .main_box ul li{display:inline-block; margin:10px 5px; height:30px; width:30px; line-height:30px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); border-radius:10px 0px; transition:.5s;}
.mentor .main_box ul li a{color:#000;}
.mentor .main_box ul li:hover a{color:#fff;}
/*.mentor .main_box ul li:nth-child(1):hover{background-color:#3b5999; transition:.5s;}*/
/*.mentor .main_box ul li:nth-child(2):hover{background-color:#55acee; transition:.5s;}*/
/*.mentor .main_box ul li:nth-child(3):hover{background-color:#e4405f; transition:.5s;}*/
.mentor .main_box ul li:hover{background-color:#0077B5; transition:.5s;}
.mentor .join_us .mentor_ship{font-size:18px; margin-top: 10px; font-weight:500; color:#000; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); display:inline-block; padding:6px 20px; border-radius:15px 0px; text-transform:uppercase; transition:.5s; text-align:right; text-decoration:none;}
.mentor .join_us .mentor_ship:hover{background-color:#e4a309; color:#fff; transition:.5s;}
.mentor_from{margin:auto; background:url(../images/banner/9.jpg) !important; background-attachment:fixed !important; background-repeat:no-repeat; background-size:cover;}
.mentor_from .w3l-top{padding:40px 0px !important;}
.mentor .join_us{background-color:#fff; padding:10px 0px; margin-top:10px; text-align:left;}
.mentor .join_us p{font-size:17px; font-weight:600;}

.professional_about{background-color:#e4a309; padding:15px 0px; margin:auto; text-align:center;}
.professional_about .w3l-top h4{font-size:30px; margin-bottom:15px; text-align:left;}
.professional_about .w3l-top p{color:#fff; text-align:left; font-size:16px;}

.professional{padding:20px 0px;}
.professional .main_box{background-color:#fff; padding:20px 0px; text-align:center; margin:auto; margin-bottom:10px; margin-top:10px; transition:.5s; border-radius:5px;}

.professional .main_box_2{display:none;}
.professional .main_box_2 .tab_conten_1{-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); padding:0px 0px 10px 0px; margin:20px 0px; height:410px; border-radius:5px;}
.professional .main_box_2 .tab_conten_1 h3{background-color:#e4a309; padding:5px; border-radius:5px 5px 0px 0px; color:#fff; text-align:center;}
.professional .main_box_2 .tab_conten_1 p{padding:0px 10px}
.professional .main_box_2 .tab_conten_1 h4{padding:0px 10px}
.professional .main_box_2 .tab_conten_1 ul{padding:0px 10px}
.professional .main_box_2 ul{display:inline-block;}
.professional .main_box_2 ul li{display:block; padding:5px 0px; font-size:12px; font-weight:600;}
.professional .main_box_2 ul li i{color:#e4a309; font-size:10px; margin-right:5px;}
.professional .main_box_2 h4{text-align:left; margin:5px 0px; font-size:20px; font-weight:400;}
.professional .main_tab_2 p{font-size:12px; text-align:justify; color:#333; margin:10px 0px;}

.professional .main_tab_1{display:block;}
.professional .main_tab_1 ul{display:inline-block;}
.professional .main_tab_1 ul li{display:inline-block; width:49%; padding:10px; font-size:16px; font-weight:600;}
.professional .main_tab_1 ul li i{color:#e4a309; font-size:14px; margin-right:5px;}
.professional .main_tab_1 h4{margin-bottom:10px; text-align:left; font-size:22px; font-weight:400; border-bottom:2px solid #e4a309; display:inline-block; padding-bottom:3px;}
.professional .main_tab_1 p{font-size:18px; color:#333; margin:10px 0px;}
.professional .main_tab_1 label{padding:10px;}
.professional .tabs{-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);}
.professional .main_tab_1 .tabs {
	clear: both;
	position: relative;   
    max-width: 80%;
   margin: 0 auto;
   /* you can either manually set a min-height here or do it via JS ---> */
}

.professional .main_tab_1 .tab {
	float: left;
}

.professional .main_tab_1 .tab label {
	position: relative;
	top: 0;
	cursor: pointer;
	color: #333;
   text-transform: uppercase;
   max-width:228px;
   width:228px;
   text-align:center;
   	background-color:#e4a309;
	border-right:2px solid #1d1d1d;
}
.professional .main_tab_1 .tab label .img_box{width:40px; height:40px; margin:auto;}
.professional .main_tab_1 .tab:last-child label{border-right:none;}

.professional .main_tab_1 .tab [type=radio] {
	display: none;   
}

.professional .main_tab_1 .tab__content {
  /* position: relative;*/
  padding:0px 30px;
	top: 90px;
	left: 0;
	right: 0;
	bottom: 0;
	transition: opacity .2s cubic-bezier(.42,0,.34,1.01);
	opacity: 0;
}

.professional .main_tab_1 [type=radio]:checked ~ label {
	border-bottom: 2px solid #1d1d1d;
	color:#fff;
	z-index: 2;
}

.professional .main_tab_1 [type=radio]:checked ~ label ~ .tab__content {
	z-index: 1;
	opacity: 1;
}


.professional_con{background-color:#fff; padding:15px 0px; margin:auto; text-align:center; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);}
.professional_con .contact_1{font-size:18px; font-weight:500; color:#000; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); display:inline-block; padding:10px 20px; border-radius:15px 0px; text-transform:uppercase; transition:.5s}
.professional_con .contact_1:hover{background-color:#e4a309; color:#fff; transition:.5s;}
.professional_con .main_box p{font-size:17px; color:#666; font-weight:600; margin-top:12px;}

.coworking_about{background-color:#e4a309; padding:15px 0px; margin:auto; text-align:center;}
.coworking_about .w3l-top h4{font-size:30px; margin-bottom:15px; text-align:left;}
.coworking_about .w3l-top p{color:#fff; text-align:left; font-size:16px;}
.coworking{padding:20px 0px;}
.coworking h5{font-size:30px; color:#19aee1; margin-bottom:15px;}
.coworking .p_1{font-size:22px; color:#000; margin-bottom:15px;}
.coworking .p_2{font-size:17px; color:#000; margin-bottom:10px; line-height: 29px;}

.coworking_pro{padding:20px 0px;}
.coworking_pro .main_box{margin:auto; text-align:center; border:1px solid #19aee1; margin-bottom:20px;}

.coworking_pro .main_box_2{border-color:#42a62a;}
.coworking_pro .main_box_2 h6{background-color:#42a62a !important;}
.coworking_pro .main_box_2 A{border-color:#42a62a !important; color:#42a62a !important;}
.coworking_pro .main_box_2 A:hover{background-color:#42a62a !important; color:#fff !important;}

.coworking_pro .main_box_3{border-color:#f1992e;}
.coworking_pro .main_box_3 h6{background-color:#f1992e  !important;}
.coworking_pro .main_box_3 A{border-color:#f1992e  !important; color:#f1992e  !important;}
.coworking_pro .main_box_3 A:hover{background-color:#f1992e  !important; color:#fff !important;}

.coworking_pro .main_box h6{font-size:16px; background-color:#19aee1; color:#fff; padding:5px 0px;}
.coworking_pro .main_box p{font-size:15px; text-align:left; padding:10px 20px;}
.coworking_pro .main_box A{color:#19aee1; border:1px solid #19aee1; padding:5px 30px; display:inline-block; margin:10px 0px; transition:.5s}
.coworking_pro .main_box A:hover{background-color:#19aee1; color:#fff; transition:.5s;}

.seminar{padding:30px 0px;}
.seminar p{font-size:16px;}
.seminar .img_box{-webkit-box-shadow: -15px -15px 0px 2px rgba(228,163,9,1);
-moz-box-shadow: -15px -15px 0px 2px rgba(228,163,9,1);
box-shadow: -15px -15px 0px 2px rgba(228,163,9,1); margin-top:30px;}
.seminar .img_box img{width:100%;}


.inga_about{background-color:#e4a309; padding:15px 0px; margin:auto; text-align:center;}
.inga_about .w3l-top h4{font-size:30px; margin-bottom:15px; text-align:center;}
.inga_about .w3l-top p{color:#fff; text-align:left; font-size:16px;}
.inga_about{padding:20px 0px;}

.inga{padding:20px 0px;}
.banner_4 .text_box{width:500px; margin:auto; background-color:rgba(228,163,0,0.8); padding:20px; text-align:center;}
.banner_4 .text_box h4{color:#fff; font-size:30px; font-weight:600;}
.banner_4 .text_box p{color:#fff; font-size:16px; text-align:justify;}
.banner_4 .main_box{position:absolute; bottom:0px; right:0px; /*transform:translate(-50%,-50%);*/}


.banner_2 .text_box,
.banner_3 .text_box,
.banner_4 .text_box,
.banner_5 .text_box,
.banner_6 .text_box,
.banner_7 .text_box, 
.banner_8 .text_box,
.banner_10 .text_box,
.banner_11 .text_box,
.banner_12 .text_box,
.banner_13 .text_box,
.banner_15 .text_box,
.banner .text_box{width:500px; margin:auto; background-color:rgba(228,163,0,0.8); padding:20px; text-align:center;}

.banner_2 .text_box h4,
.banner_3 .text_box h4,
.banner_4 .text_box h4,
.banner_5 .text_box h4,
.banner_6 .text_box h4,
.banner_7 .text_box h4,
.banner_8 .text_box h4,
.banner_10 .text_box h4,
.banner_11 .text_box h4,
.banner_12 .text_box h4,
.banner_13 .text_box h4,
.banner_15 .text_box h4,
.banner .text_box h4{color:#fff; font-size:30px; font-weight:600; margin-bottom:5px;}

.banner_2 .text_box p,
.banner_3 .text_box p,
.banner_4 .text_box p,
.banner_5 .text_box p,
.banner_6 .text_box p,
.banner_7 .text_box p,
.banner_8 .text_box p,
.banner_10 .text_box p,
.banner_11 .text_box p,
.banner_12 .text_box p,
.banner_13 .text_box p,
.banner_15 .text_box p,
.banner .text_box p{color:#fff; font-size:16px; text-align:justify;}

.banner_2 .main_box,
.banner_3 .main_box,
.banner_4 .main_box,
.banner_5 .main_box,
.banner_6 .main_box,
.banner_7 .main_box,
.banner_8 .main_box,
.banner_10 .main_box,
.banner_11 .main_box,
.banner_12 .main_box,
.banner_13 .main_box,
.banner_15 .main_box,
.banner .main_box{position:absolute; bottom:0px; right:0px; /*transform:translate(-50%,-50%);*/}



.banner{background-image:url(../images/banner/1.jpg); background-repeat:no-repeat; background-attachment:fixed; background-size:cover; height:85vh; background-position:center; position:relative;}
.banner_2{background-image:url(../images/banner/2.jpg); background-repeat:no-repeat; background-attachment:fixed; background-size:cover; height:85vh; background-position:center; position:relative;}
.banner_3{background-image:url(../images/banner/3.jpg); background-repeat:no-repeat; background-attachment:fixed; background-size:cover; height:85vh; background-position:center; position:relative;}
.banner_5{background-image:url(../images/banner/5.jpg); background-repeat:no-repeat; background-attachment:fixed; background-size:cover; height:85vh; background-position:center; position:relative;}
.banner_4{background-image:url(../images/banner/4.jpg); background-repeat:no-repeat; background-attachment:fixed; background-size:cover; height:85vh; background-position:center; position:relative;}
.banner_5{background-image:url(../images/banner/5.jpg); background-repeat:no-repeat; background-attachment:fixed; background-size:cover; height:85vh; background-position:center; position:relative;}
.banner_6{background-image:url(../images/banner/6.jpg); background-repeat:no-repeat; background-attachment:fixed; background-size:cover; height:85vh; background-position:center; position:relative;}
.banner_7{background-image:url(../images/banner/7.jpg); background-repeat:no-repeat; background-attachment:fixed; background-size:cover; height:85vh; background-position:center; position:relative;}
.banner_8{background-image:url(../images/banner/8.jpg); background-repeat:no-repeat; background-attachment:fixed; background-size:cover; height:85vh; background-position:center; position:relative;}
.banner_10{background-image:url(../images/banner/10.jpg); background-repeat:no-repeat; background-attachment:fixed; background-size:cover; height:85vh; background-position:center; position:relative;}
.banner_11{background-image:url(../images/banner/11.jpg); background-repeat:no-repeat; background-attachment:fixed; background-size:cover; height:85vh; background-position:center; position:relative;}
.banner_12{background-image:url(../images/banner/12.jpg); background-repeat:no-repeat; background-attachment:fixed; background-size:cover; height:85vh; background-position:center; position:relative;}
.banner_13{background-image:url(../images/banner/13.jpg); background-repeat:no-repeat; background-attachment:fixed; background-size:cover; height:85vh; background-position:center; position:relative;}
.banner_15{background-image:url(../images/banner/14.jpg); background-repeat:no-repeat; background-attachment:fixed; background-size:cover; height:85vh; background-position:center; position:relative;}


.career{background-color:#CCC; padding:20px 10px;}
.career .main_box{padding:20px 0px; background:url(../images/career/1.jpg); text-align:center; margin:auto; margin-bottom:10px; margin-top:10px; transition:.5s; border-radius:5px;}
.career .main_box:hover{-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); transition:.5s;}
.career .main_box .img_box{background:rgba(0,0,0,0.6); padding:20px 10px; margin:20px; text-align:right; border-radius:20px 0px; transition:.5s;}
.career .main_box .img_box h6{font-size:18px; font-weight:600p; color:#000; color:#fff; text-align:left; margin:5px 0px;}
.career .main_box .img_box p{color:#fff; font-size:14px; text-align:left;}
.career .main_box .img_box a{color:#fff; border:2px solid #fff; font-weight:600; padding:5px 10px; border-radius:25px; margin-top:10px; text-align:center; display:inline-block; transition:.5s; text-decoration:none; border-radius:20px 0px;}
.career .main_box .img_box:hover{background-color:#e4a309; transition:.5s; border-radius:0px 20px;}
.career .main_box .img_box a:hover{background-color:#fff; color:#e4a309; transition:.5s; border-radius:0px 20px;}

.career_from{margin:auto; background:url(../images/banner/8.png); background-attachment:fixed; background-repeat:no-repeat; background-size:cover;}
.career_from .w3l-top h4{text-align:center; margin:20px 0px; font-size:26px; color:#fff;}
.career_from .w3l-top{padding:15px 0px; background-color:rgba(0,0,0,0.7);}
.career_from label{color:#fff; font-weight:400;}
.career_from label span{color:#F00;}
.career_from .button_1{margin:auto; text-align:center;}
.career_from button{text-align:center; margin:10px 0px; background:#fff; padding:5px 10px; border-radius:0px; text-transform:uppercase; font-weight:600;}
.career_from input[type=text],
.career_from input[type=email]{border-radius:0px; padding:20px 10px; border:2px solid #dce4ec;}
.career_from select{border-radius:0px; height:44px; border:2px solid #dce4ec;}
.career_from select option{width:100%;} 

.career_from input[type=text]:focus,
.career_from input[type=email]:focus,
.career_from input[type=text]:hover,
.career_from input[type=email]:hover,
.career_from select:hover,
.career_from select:focus{border:2px solid #666666;}



.coworking_map{padding:20px 0px;}
.coworking_map h4{margin:10px 0px; text-align:center;}
.coworking_map .main_box{border:2px solid #e4a309; border-radius:20px 0px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);}
.coworking_map .main_box iframe{border-radius:20px 0px;}


.contact{padding:30px 0px;}
.contact .box{-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); padding:0px 0px; border-radius:20px 0px; margin-bottom:20px; text-align:center;}
.contact .box p{padding:10px 20px;}
.contact .box p a{color:#000; text-decoration:none;}
.contact .box h6{font-size:20px; background-color:#e4a309; padding:5px 0px; text-align:center; color:#fff; border-radius:20px 0px 0px}
.contact .box h6 small{color:#fff !important;}


.contact h5{font-size:20px; margin-bottom:10px; text-align:left; font-weight:600;}
.contact label{color:#000; font-weight:400;}
.contact label span{color:#F00;}
.contact .button_1{margin:auto; text-align:center;}
.contact button{text-align:center; margin:10px 0px; border:2px solid #e4a309; padding:5px 30px; border-radius:20px 0px; text-transform:uppercase; font-weight:600; transition:.5s;}
.contact button:focus{outline:none !important;}
.contact button:hover{background-color:#e4a309; color:#fff; transition:.5s; border-radius:0px 20px; border-color:#e4a309;}
.contact input[type=text],
.contact input[type=email],
.contact textarea{border-radius:0px; padding:20px 10px; border:2px solid #dce4ec;}

.contact input[type=text]:focus,
.contact input[type=email]:focus,
.contact input[type=text]:hover,
.contact input[type=email]:hover,
.contact textarea:hover,
.contact textarea:focus{border:2px solid #e4a309;}
.contact .main_box{border:2px solid #dce4ec; border-radius:20px 0px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); margin-top:20px;}
.contact .main_box iframe{border-radius:20px 0px;}



.useful{padding:30px 0px;}
.useful .main_box{-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); text-align:center; border-radius:20px 0px; margin-bottom:20px; transition:.2s;}
.useful .main_box:hover{transition:.2s;}
.useful .main_box .img_box img{border-radius:20px 0px 0px;}
.useful .main_box h6{background-color:#e4a309; font-size:18px; color:#fff; padding:5px 0px;}
.useful .main_box p{font-size:14px; color:#000; padding:20px 10px; text-align:justify; height:145px;}
.useful .main_box a{border:2px solid #e4a309; padding:2px 20px; border-radius:20px 0px; display:inline-block; margin-bottom:10px; font-weight:600; font-size:15px; color:#e4a309; transition:.5s;}
.useful .main_box a:hover{background-color:#e4a309; transition:.5s; border-radius:0px 20px; color:#fff;}


.quotes{padding:20px 0px;}
.quotes .w3l-top h4{margin-bottom:20px !important;}
.quotes .main_box{-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); border-radius:20px 0px;}
.quotes .download{-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); margin:auto; text-align:center; padding:7px 10px; display:inline-block; margin:10px 0px; border-radius:50%; font-size:12px; color:#000; transition:.5s;}
.quotes .download:hover{background-color:#005595; color:#fff; transition:.5s;}
.quotes  .owl-theme .owl-nav.disabled + .owl-dots{margin:0px;}
.quotes .owl-theme .owl-dots .owl-dot:focus{outline:none;}
.quotes .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background-color:#005595;}
.quotes .owl-theme .owl-dots .owl-dot span{width:30px; height:5px;}




.registration_from{margin:auto; background:url(../images/banner/14.png); background-attachment:fixed; background-repeat:no-repeat; background-size:cover;}
.registration_from .w3l-top h4{text-align:center; margin:20px 0px; font-size:26px; color:#fff;}
.registration_from .w3l-top{padding:15px 0px; /*background-color:rgba(0,0,0,0.7);*/ background-color:#3c3939;}
.registration_from h6{color:#fff; font-size:15px; padding:5px 0px; border-bottom:1px solid #fff; margin-bottom:5px;}
.registration_from h6 small{color: #fff;}
.registration_from .modal-header h4 {
    margin: 05px 0px;
    font-size: 18px;
    text-align: left;
    color: #000;
}
.registration_from  .modal-header{padding: 0px 10px;}
.registration_from label{color:#fff; font-weight:400; font-size:12px;}
.registration_from label span{color:#F00;}
.registration_from .button_1{margin:auto; text-align:center;}
.registration_from button{text-align:center; margin:10px 0px; background:#fff; padding:5px 10px; border-radius:0px; text-transform:uppercase; font-weight:600;}
.registration_from input[type=text],
.registration_from input[type=email]{border-radius:0px; padding:20px 10px; border:2px solid #dce4ec;}
.registration_from textarea{border-radius:0px; border:2px solid #dce4ec;}
.registration_from select{border-radius:0px; height:44px; border:2px solid #dce4ec;}
.registration_from select option{width:100%;} 

.registration_from input[type=text]:focus,
.registration_from input[type=email]:focus,
.registration_from textarea:focus,
.registration_from input[type=text]:hover,
.registration_from input[type=email]:hover,
.registration_from textarea:hover,
.registration_from select:hover,
.registration_from select:focus{border:2px solid #666666;}


.new {
	display:inline-block;
	margin-top:10px;
	}
.new li{display:inline-block; margin-right:5px;}
.form-group {
  display: block;
  margin-bottom: 15px;
}

.form-group input[type=checkbox] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group .label_1 {
  position: relative;
  cursor: pointer;
}

.form-group .label_1:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #dce4ec;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-group input:checked + .label_1:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #dce4ec;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


.tooltip_1 {
  position: relative;
  display: block;
  border-bottom: 1px dotted black;
}

.tooltip_1 .tooltiptext_1 {
  visibility: hidden;
  width: 120px;
  background-color:#F00;;
  color: #fff;
  text-align: center;
  border-radius:10px 0px;
  padding: 5px 0;
  margin-left:5px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip_1:hover .tooltiptext_1 {
  visibility: visible;
}


#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(228,163);
    background: rgba(228,163,0,0.8);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    z-index: 01010101;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(255, 255, 255, 0.9);
}
#return-to-top:hover i {
    color: #000;
    top: 5px;
}



.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.multiselect {
    width: 100%;
    font-size: 14px;
    padding-bottom: 4px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.2s;
    outline: none;
}

.multiselect:hover {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.multiselect.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px solid transparent;
}

.multiselect > .title {
    cursor: pointer;
    height: 50px;
    padding: 6px;
	color:#999;
	border:2px solid #fff;
	background-color:#fff;
	text-transform:uppercase;
}

.multiselect > .title > .text {
    max-width: 130px;
    max-height: 25px;
    display: block;
    float: left;
    overflow: hidden;
    line-height: 2.3em;
}

.multiselect > .title > .expand-icon,
.multiselect > .title > .close-icon {
    float: right;
    border-radius: 50%;
    padding: 0 4px;
    font-weight: 700;
    transition: 0.2s;
    display: none;
	line-height:2.3rem
}

.multiselect.selection > .title > .expand-icon {
    display: none;
}

.multiselect > .title > .expand-icon,
.multiselect.selection > .title > .close-icon {
    display: block;
}

.multiselect > .title > .close-icon:hover {
    /*border: 1px solid rgba(0, 0, 0, 0.3);
    background: rgb(203, 32, 32);*/
    color: #000;
}

.multiselect > .container {
    max-height: 200px;
    overflow: auto;
    width: 94.6%;
    transition: 0.2s;
    position: absolute;
    z-index: 99;
    background: #fff;
	padding:0px;
}

.multiselect.active > .container {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 0;
}

.multiselect:hover > .container {
    border-top-color: rgba(0, 0, 0, 0.3);
}

.multiselect.active:hover > .container {
    border-color: rgba(0, 0, 0, 0.3);
}

.multiselect > .container > option {
    display: none;
    padding: 5px;
    cursor: pointer;
    transition: 0.2s;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.multiselect > .container > option.selected {
    background: rgb(117, 117, 117);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #fff;
}

.multiselect > .container > option:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #000;
}

.multiselect.active > .container > option {
    display: block;
}



.login label{color:#000; font-weight:400;}
.login label span{color:#F00;}
.login .button_1{margin:auto; text-align:center;}
.login .button_5{margin:auto; text-align:left; margin-top: 15px;}
.login button{text-align:center; margin:10px 0px; background:#fff; padding:5px 20px; border-radius:0px; text-transform:uppercase; font-weight:600; border-radius:20px;}
.login button:focus, .close:focus{outline:none !important; box-shadow:none;}
.login input[type=text],
.login input[type=password],
.login input[type=email]{border-radius:20px; padding:20px 10px; border:2px solid #dce4ec;}
.login select{border-radius:20px; height:44px; border:2px solid #dce4ec;}
.login select option{width:100%;} 
.modal-header{padding:05px 10px !important;}

.login input[type=text]:focus,
.login input[type=email]:focus,
.login input[type=password]:focus,
.login input[type=password]:hover,
.login input[type=text]:hover,
.login input[type=email]:hover,
.login select:hover,
.login select:focus{border:2px solid #666666;}
.login ul{display:block; padding:0px 10px; text-align:justify;}
.login ul li{display:inline-block;}
.login ul li:nth-child(1){float:left; text-align:left;}
.login ul li:nth-child(2){float:right; text-align:right;}
.logiso .logic{display:none; margin-left:10px;}
.logiso .dropdown-menu{background-color:#3c3939 !important; padding:05px 0px; text-align:center;}
.logiso .dropdown-menu a{display:block; padding:5px 0px; transition:.5s}
.logiso .dropdown-menu a:hover{background-color:#CCC; transition:.5s;}