
@import url('https://fonts.googleapis.com/css?family=Oxygen:400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Semi+Expanded:400,600,700,800');


* {
	padding:0;
	margin:0;
}
body {
	font-size:14px;
	line-height:24px;
	color:#8c9099;
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	font-weight: 400;
	position:relative;
	background:#fff;
	width:100%;
	height:100%;
	overflow: scroll;
	overflow-x: hidden;
}

a {
    color: #333;
}
/* loader */

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}


.description {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


.red{
	/* background-image: url(../images/bgcard.png); */
	background: linear-gradient(to top right, #0A558F 30%, #333366 100%);
	border-radius: 25px 25px 25px 25px;
	box-shadow: 1px 1px 3px 3px #c6c0c0;
	height:100%;
	/* opacity: .8; */
		/* color: #000; */
}
.red p{
	color: #fff;
	min-height: 100px !important;
}
.red h3{
    color: #1f5490;
    font-size: 2.5vw;
    font-weight: 700;
    float: left;
    background-color: #fff;
    width: 30%;
    border-radius: 25px;
    text-align: center;
    margin-right: 10px;
    padding: 8%;
}

.courses_available{
	/*max-width: 150px;*/
	max-height: 150px;
	background: linear-gradient(to top right, #0A558F 30%, #333366 100%);
	border-radius: 35px 35px 35px 35px;
	/* box-shadow: 1px 1px 3px 3px #1e1e1e; */
}
/* .courses_available:hover{
	max-width: 180px;
	max-height: 180px;
	background: linear-gradient(to top right, #0A558F 30%, #333366 100%);
	border-radius: 55px 55px 55px 55px;
	box-shadow: 1px 1px 3px 3px #c6c0c0;
} */
.courses_available h3{
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	/* text-transform: uppercase; */
}



.blueCourses{
	/* background-image: url(../images/bgcard-1.png); */
		/* background: linear-gradient(to top right, #0A558F 50%, #0066ff 100%); */
		/* position: relative; */
		background: linear-gradient(to top right, #0A558F 30%, #333366 100%);
		border-radius: 35px 35px 35px 35px;
		/* box-shadow: 1px 1px 3px 3px #c6c0c0; */
		/* text-align: center; */
		width: 180px;
		height: 180px;
		/* text-align: center; */
		/* display: inline-block; */
		/* margin: 0 auto; */

	/* color: #000; */
}
/* .blueCourses:hover{
		background: linear-gradient(to top right, #0A558F 30%, #333366 100%);
		width: 150px;
		height: 150px;
} */
/* .blueCourses img{
	width: 80px;
	height: auto;
} */
.licard1{
	background: url(../images/lic-step/lic1.png) no-repeat center;
	background-size: 66%;
}
.licard2{
	background: url(../images/lic-step/lic2.png) no-repeat center;
	background-size: 90%;
}
.blueCourses p{
	color: #000;
	/* min-height: 150px !important; */
}
.blueCourses h3{
	/* display: none; */
	color: #fff;
	margin: auto;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.license_card-1{
	/* margin:-.1em; */
	text-align: center;

}
.license_card{
		margin-bottom:10px;
}
.blueCourses:hover{
	box-shadow: 1px 1px 4px 4px #bdcded;
}
/* .blue h3, p{
	color: #fff;
} */
.green{
	/* background-image: url(../images/bgcard-2.png); */
		background: linear-gradient(to top right, #0A558F 50%, #0066ff 100%);
		border-radius: 35px 35px 35px 35px;
		box-shadow: 1px 1px 3px 3px #c6c0c0;


	/* color: #000; */
}
/* .green h3, p{
	color: #fff;
} */

/* .li-tag:before
{
		content: '✔';
		margin-left: -1em;
		margin-right: .100em;
		color: blue;
		font-size: 14px;
		font-weight: 700;
}

.ul-tag
{
	 padding-left: 20px;
	 text-indent: 2px;
	 /* margin-bottom: 15px; */
	 /* list-style: none;
	 list-style-position: outside;
} */




a {
	text-decoration:none;
	color:#f5d76e;
	outline:none;
}
a:hover, a:focus {
	color:inherit;
	text-decoration:underline;
}
img {
	max-width:100%;
}


/*----------------------------------------------------
	 2. Document Setup
------------------------------------------------------*/
.wrapper{
	width:100%;
}
.sec_top_gp {
	padding-top:68px;
}
.noMar{
	margin:0 !important;
}
.noPadd{
	padding:0px !important;
}
.relative {
	position:relative;
}
.section_gap {
	padding:40px 0 0 0;
}
.uppercase {
	text-transform:uppercase;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #acadbf;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #acadbf;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #acadbf;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #acadbf;
}

p{
	/* font-family: 'Encode Sans Semi Expanded', sans-serif;
	font-size:16px;
	line-height:24px; */
	font-weight:400;
	padding-bottom:22px;
	margin:0px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color:#000;
	font-family: 'Encode Sans Semi Expanded', sans-serif;
}
h1{
	font-size:73px;
	line-height:normal;
	font-weight:700;
	margin:0px 0 15px;
}
h1 span {
	font-size:33px;
	line-height:27px;
}
h2{
	font-size:43px;
	color:#273342;
	line-height:57px;
	font-weight:700;
	text-transform:none;
	letter-spacing:-1px;
	margin:0px 0 15px;
}
h3{
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	font-size:17px;
	line-height:normal;
	font-weight:700;
	margin:0px 0 22px;
}
h4{
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	font-size:16px;
	line-height:24px;
	font-weight:600;
	margin:0px 0 15px;
}
h5{
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	font-size:14px;
	line-height:24px;
	font-weight:400;
	margin:0px 0 15px;
}

h4.subHeading{
	font-weight:600;
	font-size:18px;
	padding-bottom:22px;
}

.heading{
	text-align:left;
/*	padding-bottom:60px;*/
}
.heading .container{
	padding-top:0px !important;
	padding-bottom:0px !important;
	padding-right: 15px;
	padding-left: 15px;
}
.heading h1 {
	color:#273342;
	display:block;
	line-height:63px;
	text-transform:uppercase;
	padding:22px;
	border-left:8px solid;
}
.heading h1 span {
	display:block;
}
.heading p{
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#666a73;
	line-height:24px;
}
.topmar{
	margin-top: 20px;
}

/*----------------------------------------------------
	3. Header Part
------------------------------------------------------*/
/*
header{
	position:relative;
} */

/*--------------------------------------
	3.2.1 (v1) Header Slideshow
----------------------------------------*/

.header_v1 .banner{
	overflow:hidden ;
	max-width: 100%;
	height: auto !important;
	background-size: auto;
	background-position:  center center;
	margin:auto !important;
	background:#1A3E8F;
}
.header_v1 .hedaer-inner {
	height:100%;
	position:relative;
}
.header_v1 .bannerText{
	width:100%;
	height:auto;
	/* border-left:3px solid #fff; */
	position:absolute ;
	left:0;
	top:20%;
	text-align:left;
	margin-top:-109px;
	padding:30px 0 0 30px;
	z-index:999999 ;
}
.header_v1 .bannerText h3{
	color:#fefefe;
	font-size:37px;
	line-height:36px;
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	font-weight:400;
	text-transform:none;
	letter-spacing:-2px;
	margin-bottom:20px;
}
.header_v1 .bannerText p{
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	font-size:15px;
	line-height:21px;
	font-weight:400;
	color:#fefefe;
	text-transform:none;
	padding-bottom:25px;
}
.header_v1 .bannerText p a {
	font-size:14px;
	line-height:16px;
	font-weight:400;
	text-decoration:none;
	text-transform:uppercase;
	padding:0;
	display:inline-block;
	margin:0;
}
.header_v1 .bannerText p a i {
	font-size:17px;
	font-weight:700;
}
.header_v1 .bannerText p a:hover{
	color:#fff;
}

/*--------------------------------------
	3.2.2 (v2) Header Slideshow
----------------------------------------*/

.header_v2 .banner{
	overflow:hidden ;
	margin:0 auto !important;
	background:#CACACA;
}
.header_v2 .hedaer-inner {
	height:100%;
	position:relative;
}
.header_v2 .bannerText{
	width:580px;
	height:218px;
	border-left:3px solid #fff;
	position:absolute ;
	left:0;
	top:50%;
	text-align:left;
	margin-top:-109px;
	padding:30px 0 0 30px;
	z-index:999999 ;
}
.header_v2 .bannerText h3{
	color:#fefefe;
	font-size:37px;
	line-height:36px;
	font-weight:700;
	text-transform:none;
	letter-spacing:-2px;
	margin-bottom:20px;
}
.header_v2 .bannerText p{
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	font-size:15px;
	line-height:21px;
	font-weight:400;
	color:#fefefe;
	text-transform:none;
	padding-bottom:25px;
}
.header_v2 .bannerText p a {
	font-size:14px;
	line-height:16px;
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
	padding:0;
	display:inline-block;
	margin:0;
}
.header_v2 .bannerText p a i {
	font-size:17px;
	font-weight:700;
}
.header_v2 .bannerText p a:hover{
	color:#fff;
}

/*--------------------------------------
	3.2.3 (v3) Header Slideshow
----------------------------------------*/

.header_v3 .banner{
	overflow:hidden ;
	margin:0 auto !important;
	background:#CACACA;
}
.header_v3 .hedaer-inner {
	height:100%;
	position:relative;
}
.header_v3 .bannerText{
	width:580px;
	height:218px;
	border-left:3px solid #fff;
	position:absolute ;
	left:0;
	top:50%;
	text-align:left;
	margin-top:-109px;
	padding:30px 0 0 30px;
	z-index:999999 ;
}
.header_v3 .bannerText h3{
	color:#fefefe;
	font-size:37px;
	line-height:36px;
	font-weight:700;
	text-transform:none;
	letter-spacing:-2px;
	margin-bottom:20px;
}
.header_v3 .bannerText p{
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	font-size:15px;
	line-height:21px;
	font-weight:400;
	color:#fefefe;
	text-transform:none;
	padding-bottom:25px;
}
.header_v3 .bannerText p a {
	font-size:14px;
	line-height:16px;
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
	padding:0;
	display:inline-block;
	margin:0;
}
.header_v3 .bannerText p a i {
	font-size:17px;
	font-weight:700;
}
.header_v3 .bannerText p a:hover{
	color:#fff;
}

/*--------------------------------------
	3.2.4 (v4) Header Slideshow
----------------------------------------*/

.header_v4 .banner{
	overflow:hidden ;
	margin:0 auto !important;
	background:#CACACA;
}
.header_v4 .hedaer-inner {
	height:100%;
	position:relative;
}
.header_v4 .bannerText{
	width:580px;
	height:218px;
	border-left:3px solid #fff;
	position:absolute ;
	left:0;
	top:50%;
	text-align:left;
	margin-top:-109px;
	padding:30px 0 0 30px;
	z-index:999999 ;
}
.header_v4 .bannerText h3{
	color:#fefefe;
	font-size:37px;
	line-height:36px;
	font-weight:700;
	text-transform:none;
	letter-spacing:-2px;
	margin-bottom:20px;
}
.header_v4 .bannerText p{
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	font-size:15px;
	line-height:21px;
	font-weight:400;
	color:#fefefe;
	text-transform:none;
	padding-bottom:25px;
}
.header_v4 .bannerText p a {
	font-size:14px;
	line-height:16px;
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
	padding:0;
	display:inline-block;
	margin:0;
}
.header_v4 .bannerText p a i {
	font-size:17px;
	font-weight:700;
}
.header_v4 .bannerText p a:hover{
	color:#fff;
}

/*------------------------------------
	3.2.5 (v5) Header Video
--------------------------------------*/

.header_v5 .banner{
	overflow:hidden ;
	margin:0 auto !important;
	background:#CACACA;
}
.header_v5 .hedaer-inner {
	top:50%;
	left:0;
	right:0;
	position:absolute;
	margin-top:-100px;
}
.header_v5 .bannerText{
	border-left:3px solid #fff;
	padding:30px 0 0 30px;
	width:50%;
	height:auto;
	text-align:left;
}
.header_v5 .bannerText h3{
	color:#fefefe;
	font-size:37px;
	line-height:36px;
	font-weight:700;
	text-transform:none;
	letter-spacing:-2px;
	margin-bottom:20px;
}
.header_v5 .bannerText p{
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	font-size:15px;
	line-height:21px;
	font-weight:400;
	color:#fefefe;
	text-transform:none;
	padding-bottom:25px;
}
.header_v5 .bannerText p a {
	font-size:14px;
	line-height:16px;
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
	padding:0;
	display:inline-block;
	margin:0;
}
.header_v5 .bannerText p a i {
	font-size:17px;
	font-weight:700;
}
.header_v5 .bannerText p a:hover{
	color:#fff;
}
.header_v5 .header-video {
	position: relative;
	overflow: hidden;
	margin-bottom:-35px;
}

.header_v5 .header-video iframe,
.header_v5 .header-video video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.header_v5 .header-video iframe {
	height: 120%;
	margin-left: -10%;
	margin-top: -10%;
	width: 120%;
}
.header_v5 .teaser-video {
	width: 100%;
	height: auto;
}
.header_v5 .header-video--media {
	width: 100%;
	height: auto;
}
.header_v5 .video-trigger {
	visibility:hidden;
}




/*----------------------------------------------------
 	3.1 Menu Style
------------------------------------------------------*/
.isStuck{
    left:0px;
    width:100%;
}
.menu{
	 margin-top:0px;
	 position: absolute;
	 z-index:9999;
	 margin-top:25px;
	 left:0px;
	 right:0px;
	 margin-bottom:-100px;
	 display:block;
}
.menu.showmenu {
	display:block;
}


.navArea{
	float:right;
}

.navwrapper .container{
	padding:0;
	width:auto;
}


ul.submenu li{ list-style:none; margin:0; }
ul.submenu li a{ padding:10px 10px !important; display:block; text-align:left !important; text-decoration:none; color:#fff !important;}
ul.submenu li a:hover { color:#000 !important; 	text-decoration: none;}
ul.submenu{ display:none;	text-decoration: none;}



.stuckMenu{
	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;

	background: none;
}
.isStuck{

	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}


/*----------------------------------------------------
	3.3 Language Dropdown
------------------------------------------------------*/
ul.language {
	position:absolute;
	right:13px;
	top:1px;
	padding:0 0 0 23px;
	margin:0;
	z-index:1;
}
ul.language li {
	display:block;
}
ul.language li i {
	margin:2px 0 0 7px;
	color:#c6c8cd;
	font-size:11px;
}
ul.language li a {
	font-size:12px;
	line-height:13px;
	color:#000;
	font-weight:400;
	padding-left:26px;
	background:url(../images/flag.png) 0 3px no-repeat !important;
}
ul.language li a.uae {
	/* position:absolute; */
	right:13px;
	top:0px;
	padding:0 0 0 83px;
	margin:0;
	/* z-index:99999; */
	background:url(../images/uae.png) 0 3px no-repeat !important;
	background-position: center;
}
ul.language li a:hover {
	border:none !important;
}
ul.language li a.french {
	background-position:0 -22px !important;
}
ul.language li a.italian {
	background-position:0 -53px !important;
}
ul.language li a.spanish {
	background-position:0 -83px !important;
}
ul.language li a.portuguese {
	background-position:0 -114px !important;
}
ul.language li ul {
	background-color:#1d385a;
	padding:15px 20px;
	margin:0;
	right:0;
	top:35px;
	left:inherit;
	-webkit-border-radius:0;
	border-radius:0;
	box-shadow:none;
}
ul.language li ul li {
	font-size:13px;
	line-height:normal;
	color:#d7dee4;
	padding:0;
	margin:0;
}
ul.language li ul li a {
	font-size:13px;
	line-height:24px;
	color:#d7dee4;
}
ul.language li ul li a:hover,
ul.language li ul li a:focus {
	background-color:inherit;
	color:#fff;
	border:none !important;
}

.banner-1
{
	border-top:1px solid #cecece;
	padding-top:1px;
	background-color: #1c1e71;
}
/*----------------------------------------------------
	3.4 form
------------------------------------------------------*/
.form-header {
	/*position:absolute;*/
	left:0;
	right:0;
	top:110px;
	margin:0 auto;
}
.form-header .form-container select {
	    color: #B8ADC1 !important;
}

.form-header-1 {
	position:absolute;
	left:0;
	right:0;
	/* top:160px; */
	margin:0 auto;
}
.form-container {
	/* text-align: right !important; */
	width:100%;
	height:auto;
	padding:24px;
	/*position:absolute;*/
	right:0;
	/*top:75px;*/
	/*z-index:10;*/
	/*box-shadow: 1px 1px 2px 2px #dedede;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:2px;*/
}
.form-container h2 {
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	font-size:26px;
	line-height:24px;
	color:#fff;
	font-weight:400;
	letter-spacing:.1px;
	text-align: center;
	/* text-transform:uppercase; */
	padding:0;
	margin:0 0 10px;
}
.form-container h2 span {
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	font-size:14px;
	text-transform:none;
	line-height:40px;
	color:#000;
	letter-spacing:.3px;
	display:block;
}
.form-row {
	margin-bottom:10px;
	font-size:0;
	letter-spacing:0;
}
input.normal,
select.normal,
textarea.normal{
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	font-size:13px;
	line-height:normal;
	color:#acadbf;
	font-weight:400;
	padding:15px 25px;
	width:100%;
	height:auto;
	background:#fff;
	display:inline-block;
	border:none;
	border-bottom:1px solid rgba(0,0,0,.2);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:3px;
}

input.normal-1,
select.normal-1,
textarea.normal-1{
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	font-size:14px;
	line-height:normal;
	color: #1e1e1e;
	font-weight:400;
	padding:9px 12px;
	width:100%;
	height:auto;
	background:#fff;
	display:inline-block;
	/* border:none; */
	border:1px solid rgba(0,0,0,.2);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:1px;
}

input.normal-2,
select.normal-2,
textarea.normal-2{
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	font-size:14px;
	line-height:normal;
	color:#000;
	font-weight:500;
	padding:8px 8px;
	width:100%;
	height:auto;
	background:#fff;
	display:inline-block;
	border:2px solid #ddd;
	border-bottom:1px solid rgba(0,0,0,.2);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:3px;
}

select.normal {
	padding:15px 20px;
}
input.normal.small {
	width:48%;
}
input.normal.last {
	float:right;
}
textarea.medium {
	height:116px;
	overflow:auto;
	resize:none;
}
textarea.medium-1 {
	height:76px;
	overflow:auto;
	resize:none;
}

textarea.medium-2 {
	height:156px;
	overflow:auto;
	resize:none;
}
input.button{
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	font-size:15px;
	line-height:52px;
	font-weight:700;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	padding:0;
	width:45%;
	height:53px;
	background:#1A3E8F;
	border:none;
	border-bottom:3px solid #243c58;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.btn-reg{
	text-align: center;
}
input.button-reg{
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	font-size:14px;
	line-height:23px;
	font-weight:400;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	padding:0;
	width:50%;
	height:35px;
	background:#0041d3;
	border:none;
	/* border-bottom:3px solid #243c58; */
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:3px;
	border: 1px solid #9bb0ff;
}

input.button-1{
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	font-size:15px;
	line-height:33px;
	font-weight:600;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	padding:0;
	width:100%;
	height:43px;
	background:#1A3E8F;
	border:none;
	border-bottom:3px solid #243c58;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}



.form-container-1 {
	width:562px;
	height:auto;
	padding:30px;
	/* position:absolute; */
	right:0;
	top:0;
	/* z-index:99; */
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
.form-container-1 h2 {
	font-size:26px;
	line-height:24px;
	color:#fff;
	font-weight:700;
	letter-spacing:-2px;
	text-transform:uppercase;
	padding:0;
	margin:0 0 10px;
}
.form-container-1 h2 span {
	font-size:14px;
	text-transform:none;
	line-height:40px;
	color:#fff;
	letter-spacing:-1px;
	display:block;
}
/* input.btn-primary{
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	font-size:15px;
	line-height:52px;
	font-weight:700;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	padding:0;
	width:50%;
	height:53px;
	background:#1A3E8F;
	border:none;
	border-bottom:3px solid #243c58;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
} */
h3.succes_message {
	color:#3C3;
}

/* banner overlay */
.patternOverlay {
	background:#1c416a;
	position:absolute;
	top:0;
	right:0;
	width:100% !important;
	height:100% !important;
	z-index:9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=110);
	opacity: 0.01;
}

/* Preloader */
#preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:9999999999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	color:#fff;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/preloader.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}
#status p{text-align:center;}


/* backgrounds */
.white_section {
	background-color:#fff;
}
.grey_section {
	background-color:#fff;
}
.grey_section-1 {
	background-color:#fafafa;
}
.yellow_section {
	/* background-color:  */
}
.blue_section {
	background-color:#1A3E8F;
}

/*----------------------------------------------------
	4. Membership Section
------------------------------------------------------*/


.membership_listing {
	padding:0 0 0 79px;
	position:relative;
}
.membership_listing h3 {
	line-height:16px;
	margin-bottom:18px;
}
.membership_listing span {
	color:#fff;
	font-size:30px;
	display:block;
	width:48px;
	height:48px;
	text-align:center;
	line-height:53px;
	position:absolute;
	left:0;
	top:0;
	-webkit-border-radius:2px;
	border-radius:2px;
}

/*----------------------------------------------------
	5. Available Courses
------------------------------------------------------*/

.tab_text {
	padding-left:0;
}

/* tabnav */
.custom-nav-tabs {
	border:none;
	margin-right:53px;
	border-right:8px solid;
}
.custom-nav-tabs > li {
	float:none;
	margin:0 0 1px;
}
.custom-nav-tabs > li > a {
	display:block;
	font-size:17px;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
	line-height:59px;
	background:#2f4e71;
	border:none;
	padding:0;
	margin:0;
	-webkit-border-radius:0;
	border-radius:0;
	outline:none;
}
.custom-nav-tabs > li.active > a,
.custom-nav-tabs > li.active > a:hover,
.custom-nav-tabs > li.active > a:focus,
.custom-nav-tabs > li > a:hover,
.custom-nav-tabs > li > a:focus{
	color:#f5f5f5;
	padding:0;
	border:none;
}

/*----------------------------------------------------
	5.1 Watch. Listen. Practice. Learn.
------------------------------------------------------*/
.watch_text {
	padding-left:5px;
}
.video_preview {
	position:relative;
	display:inline-block;
	margin-bottom:20px;
}
.play-btn {
	text-align:center;
	color:#d5d6d9;
	font-size:35px;
	display:block;
	width:84px;
	height:84px;
	line-height:84px;
	border:2px solid #d5d6d9;
	position:absolute;
	left:50%;
	top:50%;
	margin:-42px 0 0 -42px;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.play-btn i {
	margin-left:5px;
}
.play-btn:hover {
}

/*----------------------------------------------------
	6. Polular Courses
------------------------------------------------------*/

.hover_listing {
	font-size:0;
	letter-spacing:0;
	padding:0;
	margin:0 -10px 30px 0;

}


/* @import url('https://fonts.googleapis.com/css?family=Raleway:400,800'); */
figure.snip1083 {
  font-family: 'Encode Sans Semi Expanded', sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 180px;
  max-width: 270px;
	min-height: 50px;
  max-height: 200px;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.snip1083 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

figure.snip1083 img {
  max-width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1083 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

figure.snip1083 h2 {
	font-size: 16px;
  position: absolute;
  top: 50%;
  left: 40px;
  right: 40px;
	color: #fff;
  background: #000000;
  -webkit-transform: skew(-10deg) rotate(-10deg) translateY(-50%);
  transform: skew(-10deg) rotate(-10deg) translateY(-50%);
  padding: 2px 1px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
}

figure.snip1083 h2 span {
  font-weight: 800;
}

figure.snip1083:before {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
  background: #ffffff;
  position: absolute;
  -webkit-transform: skew(-10deg) rotate(-10deg) translateY(-50%);
  transform: skew(-10deg) rotate(-10deg) translateY(-50%);
}

figure.snip1083 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

figure.snip1083.offer-blue {
  background: #123851;
}
figure.snip1083.offer-green h2{
  background: #00eb00;
}
figure.snip1083.offer-green{
  background: #76ff76;
}

figure.snip1083.offer-blue h2 {
  background: #3b3bff;
}

figure.snip1083.offer-red {
  background: green;
}

figure.snip1083.offer-red h2 {
  background: black;

}

figure.snip1083.yellow {
  background: #7b410e;
}

figure.snip1083.offer-student h2{
  background: #a5492a;
}

figure.snip1083.yellow h2 {
  background: #562e0a;
}

figure.snip1083:hover img,
figure.snip1083.hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}






.hover_listing li {
	border-right:2px solid #fafafb;
}
.hover_listing li .img {
	display:block;
	width:100%;
	height:100%;
	margin-bottom:25px;
	position:relative;
}
.hover_listing li h3 {
	line-height:normal;
	margin-bottom:10px;
}
.hover_listing li h3 a {
	color:inherit;
	font-size: 14px;
	color: #303030;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Encode Sans Semi Expanded', sans-serif;
}
.hover_listing li h3 a:hover {
	text-decoration:none;
}
.hover_listing li .img img {
	-webkit-transition: opacity 400ms ease-in-out;
	-moz-transition: opacity 400ms ease-in-out;
	transition: opacity 400ms ease-in-out;
	transition: transform .2s;

}
.hover_listing li .img:hover img {
	/* opacity:; */
	transform: scale(1.1);
	z-index: 999;
}
.hover_listing li .img .play-btn {
	width:64px;
	height:64px;
	color:#fff;
	border-color:#fff;
	line-height:64px;
	font-size:25px;
	display:block;
	margin-top:-32px;
	margin-left:-32px;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in-out;
	-moz-transition: opacity 400ms ease-in-out;
	transition: opacity 400ms ease-in-out;
}
.hover_listing li .img:hover .play-btn {
	opacity:.9;
}

.btn-primary {
	line-height:43px;
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
	background:#1A3E8F;
	border:none;
	/* border-bottom:3px solid #243c58; */
	display:inline-block;
	padding:0 47px;
	-webkit-border-radius: 0;
	border-radius: 3px;
}





/*----------------------------------------------------
	6.1 Awesome teacher
------------------------------------------------------*/

.numbers_section {
	padding:65px 0 0;
}
.numbers {
	font-size:0;
	letter-spacing:0;
	text-align:center;
	margin:0;
}
.numbers li {
	width:19.5%;
	color:#fff;
	text-align:left;
	display:inline-block;
	padding:0;
	margin:0 0 65px 0;
}
.numbers li h3 {
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	font-size:27px;
	line-height:22px;
	color:#fff;
	text-align:left;
	font-weight:700;
	display:inline-block;
	padding:0;
	margin:0;
}
.numbers li span {
	/* color:#fff; */
	display:block;
	font-size:13px;
	line-height:15px;
	font-weight:300;
	text-transform:uppercase;
	white-space:pre;
}
.numbers li i {
	font-size:56px;
	color:#fff;
	font-weight:normal;
	display:block;
	float:left;
	margin-right:20px;
}

/*----------------------------------------------------
	7. Awesome teacher
------------------------------------------------------*/
#teachers .hover_listing {
	margin-bottom:0;
}
#teachers .hover_listing li p:last-child {
	padding-bottom:0;
}
.hover_listing li .img ul.hover-social-icons {
	display:none;
}
.hover_listing li .img:hover ul.hover-social-icons {
	display:block;
}
ul.hover-social-icons {
	font-size:0;
	letter-spacing:0;
	padding:0;
	margin:0;
	text-align:center;
	vertical-align:middle;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	margin:-20px 0 0 0;
}
ul.hover-social-icons li {
	display:inline-block;
	vertical-align:middle;
	border:none;
}
ul.hover-social-icons li a {
	width:40px;
	height:40px;
	font-size:18px;
	display:block;
	text-align:center;
	line-height:40px;
	color:#eed580;
	text-decoration:none;
	padding:0;
	margin:0 12px 0 0;
	background-color:#fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
ul.hover-social-icons li a:hover {
	color:#fff;
	background-color:#000;
}

/*----------------------------------------------------
	 8. Pricing tables
------------------------------------------------------*/

.pricingtables {
	background:url(../images/blue-pattern.jpg) 0 0 repeat;
}
.pricingtables.section_gap {
	padding-bottom:40px;
}
.pricingtables .heading {
	margin-bottom:30px;
}
.pricingtables .heading h1 {
	color:#000;
}
.pricingtables .heading p {
	color:#dcdce5;
}

ul.pricing-boxes {
    float: left;
    margin: 0;
    padding: 0px;
    list-style: none;
}
ul.pricing-boxes li {
    float: left;
    list-style: none;
    text-align: center;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
ul.pricing-boxes li.best-plan {
    position: relative;
    top: -40px;
}
ul.pricing-boxes li.best-plan h4 {
	font-size:15px;
}
ul.pricing-boxes li.best-plan:hover { box-shadow: 0px 0px 15px rgba(0,0,0,0.20) }
ul.pricing-boxes.three li {
    width: 33%; /*width: 313px;*/;
}
ul.pricing-boxes li.best-plan .btn-primary{
	border-color:#d7bb58;
}
ul.pricing-boxes li.best-plan  .plan-name { padding: 30px 0 15px 0 }
ul.pricing-boxes li.best-plan .plan-features { padding: 0px 0px 40px 0px }
.plan-name {
    background: #112a46;
    padding: 15px 0 10px 0;
	min-height:88px;
	position:relative;
}
.plan-name:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(17, 42, 70, 0);
	border-top-color: #112a46;
	border-width: 12px;
	margin-left: -12px;
}
ul.pricing-boxes li.best-plan .plan-name:after {
	border-color: rgba(245, 215, 110, 0);
	border-top-color: inherit;
	border-width: 15px;
	margin-left: -15px;
}

.plan-name.color { min-height:128px; }
.plan-name h2 {
	font-family:"Encode Sans Semi Expanded",sans-serif;
    color: #FFF;
    font-size: 33px;
	line-height:normal;
    font-weight: 700;
	letter-spacing:-1px;
	padding:0;
	margin:0;
}
.plan-name h4 {
	font-family:"Encode Sans Semi Expanded",sans-serif;
    color: #FFF;
    font-size: 14px;
	line-height:14px;
    font-weight: 300;
	letter-spacing:-1px;
	padding:0;
	margin:0;
}
.plan-name h1 {
    color: #FFF;
    text-align: center;
    margin-bottom: 5px;
    line-height: 64px;
    margin-top: 7px;
}
.plan-name h1 i {
    color: #FFF;
    border-radius: 100%;
    border: 2px solid #FFF;
    padding: 15px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.plan-price {
    background-color: #f8f8f8;
	min-height:86px;
	border-left:1px solid #e7e7e7;
}
.plan-price.last-child {
	border-right:1px solid #e7e7e7;
}
.plan-price h4 {
    color: #434343;
    font-size: 37px !important;
	line-height:86px;
    font-weight: 700;
	padding:0;
	margin:0;
}
ul.pricing-boxes li:hover .plan-name,
ul.pricing-boxes li:hover .plan-price {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.plan-features {
	font-family: 'Encode Sans Semi Expanded', sans-serif;
    background-color:#f8f8f8;
    border: 1px solid #e7e7e7;
    border-top: 0;
    padding: 0px 0px 25px 0px;
    float: left;
}

ul.pricing-boxes li .plan-features { border-right: none }
ul.pricing-boxes li:last-child .plan-features { border: 1px solid #e6e9ee }
ul.pricing-boxes.standalone li .plan-features { border: 1px solid #e6e9ee!important }
.plan-features ul {
    float: left;
    list-style: none;
    margin-bottom: 25px;
	background-color:#fff;
}
ul.pricing-boxes li.best-plan .plan-features ul {
	margin-bottom:50px;
}
.plan-features ul li {
    padding: 8px 0;
	font-size:14px;
	color:#7d7d7d;
	font-weight:400;
    text-align: center;
    border-bottom: 1px solid #f6f6f6;
    float: left;
    width: 100%;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    width: 100%!important;
    float: left;
}
.plan-features ul li i {
    margin-right: 10px;
    font-size: 16px;
}
.plan-features ul li:hover { box-shadow: none }
.plan-name.dark { background: #656d78 }
.plan-price.dark { background: #434a54 }


/*----------------------------------------------------
	 9. Happy Students
------------------------------------------------------*/
.slide img{
	width: 100%;
	min-height: 400px;
}
#testimonial.section_gap {
	padding-bottom:60px;
}
.imageSlide {
	text-align: center;
	padding-bottom:60px;
}
.imageBox {
	background-color: #00aeda;
	width: 98px;
	height: 98px;
	overflow: hidden;
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px;
	vertical-align: top;
	margin-bottom: 13px;
	opacity: 1;
}
.imageBox.activeImage {
	opacity: 1;
	position: relative;
}
.imageBox.activeImage:hover img,
.imageBox.activeImage img{
	opacity:0.2;
}
.imageBox.activeImage:after {
	content: "";
	width: 27px;
	height: 23px;
	background: url(../images/testi-hover.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -11px 0 0 -13px;
}

.quote {
	display:block;
	width:31px;
	height:26px;
	position:absolute;
	top:-65px;
	left:0;
	right:0;
	margin:0 auto;
}
.quote i {
	font-size:32px;
}
/* .footerTopContent li {
	display: block;
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.footerTopContent li.activeTest {
	opacity: 1;
}
.footerTopContent p {
	font-size: 16px;
	line-height: 24px;
	color: #8c9099;
	margin-bottom: 25px;
} */

/*----------------------------------------------------
	 10. Newsletter
------------------------------------------------------*/
#blog.section_gap {
	padding:70px 0;
}
.signup_text {
	font-size:25px;
	color:#fff;
	font-weight:700;
	line-height:49px;
	margin:0;
}
.button {
	padding:0;
}

/*----------------------------------------------------
	 11. Contact
------------------------------------------------------*/
/* #contact.section_gap {
	padding:80px 0 90px;
} */
.mapArea{
	height:356px;
	overflow:hidden;
	width:100%;
	margin:0;
	background:#3b323c;
}
.mapArea iframe{
	width:100%;
	height:100%;
}
.error_message {
    color: #ff675f;
    font-weight: 500;
    padding-bottom: 15px;
}

/*----------------------------------------------------
	 12. Bottom Four Column
------------------------------------------------------*/

.bottomfourcol h5 {
	color:#fff;
}
.bottomfourcol h5.heading {
	font-size:17px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	margin-bottom:20px;
	padding:0;
}
.bottomfourcol p {
	color:#dcdce5;
	font-weight:400;
	font-size:13px;
	line-height:24px;
	margin-bottom:20px;
	padding:0;
}
.socialshare {
	font-size:0;
	letter-spacing:0;
}
.socialshare a {
    background:#242526;
    display: inline-block;
	vertical-align:top;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin: 2px;
    text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
}
.socialshare a i {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
.socialshare a:hover {
	background-color: #0A558F !important;
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	transform:scale(1.1);
}
.socialshare a:hover i {
    color: #fff;
}
/* ul.footerLinks {
	list-style:none;
	padding:0;
	margin:0;
}
ul.footerLinks li {
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	display:block;
	padding:12px 0;
	margin:0;
	border-bottom:1px solid #4e6886;
}
ul.footerLinks li a {
	font-size:13px;
	line-height:24px;
	font-weight:400;
	color:#dcdce5;
	text-decoration:none;
}
ul.footerLinks li span {
	display:block;
	color:#c0c0ca;
}
ul.footerLinks li span a {
}
.contactInfo ul {
	list-style:none;
	padding:0;
	margin:0;
	font-size:0;
	letter-spacing:0;
}
.contactInfo ul li {
	display:inline-block;
	margin:0 7px 0 0;
	padding:0;
}

ul.list {
	padding:0;
	margin:0;
	list-style-position:inside;
}
ul.list li {
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	font-size:13px;
	line-height:24px;
	font-weight:400;
	color:#dcdce5;
	text-decoration:none;
	padding:0;
	margin:0 0 5px;
} */


/*----------------------------------------------------
	 13. Footer Style
------------------------------------------------------*/
/* .footer{
	background-color:#1A3E8F;
	padding:39px 0;
}
.footer p {
	font-size:13px;
	color:#dcdce5;
	padding:0;
}
.gototop {
	display:inline-block;
	font-size:13px;
	color:#dcdce5;
}
.gototop i {
	color:#dcdce5;
	line-height:13px;
	margin-left:8px;
}
.gototop:hover {
	color:#fff;
} */

.courses-details-img img {
	border-radius: 30px;
}

.lang-select {
	background-color: red;
	padding-right: 20px;
	font-weight: 600;
	font-weight: 20px;
}

/* Home Page Contact, courses, banner Styles Start */

.contact-home {
	background-color: #fafafa !important;
}
	@media(min-width:1600px){.container{width:1600px}}
	 .resp-banner{
	 display: none;
	 }
	 .tab-banner{
	 display: none;
	 }
	 .buttun-custom-size {
		 min-width: 300px !important;
	 }
	 @media only screen and (max-width: 480px){
		 .buttun-custom-size {
			 min-width: 200px !important;
		 }
	 }

	 @media only screen and (max-width: 680px) {
	 .nor-banner {
	 display: none;
	 }
	 .tab-banner{
		 display: none;
	 }
	 .resp-banner{
	 background-position: center;
	 background-size: cover;
	 object-fit: cover;
	 display: block;
	 }

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

		.tab-banner{
		background-position: center;
		background-size: cover;
		object-fit: cover;
		display: block;
		}


	}






/*----------------------------------------*/
/*  Custom Contact Form CSS
/*----------------------------------------*/



 #contact{
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
}
#contact .contact-holder{
    display: inline-block;
    width: 60%;
}
#contact .contact-holder div[class^="col-"]{
    padding-left: 5px;
    padding-right: 5px;
}
#contact .contact-box{
    text-align: left;
    margin-bottom: 40px;
}
#contact .contact-box h4{
    font-size: 17px;
    font-weight: 600;
    color: #6958ca;
    margin-bottom: 10px;
}
#contact .contact-box p{
    font-size: 17px;
    color: #7b9ba2;
    margin-bottom: 10px;
}
#contact .contact-box a{
    font-family: 'Encode Sans Semi Expanded', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #527292;
    text-decoration: none;
    position: relative;
}
#contact .contact-box a:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 50%;
    margin-left: -50%;
    bottom: -3px;
    background-color: #6958ca;
    transition: all 0.3s ease;
}
#contact .contact-box a:hover:after,
#contact .contact-box a:focus:after{
    width: 90%;
    margin-left: -45%;
}
#contact #contactform{
    margin-top: 30px;
    margin-bottom: 10px;
}
#contact #contactform ::-webkit-input-placeholder {color: #7c969d;}
#contact #contactform :-moz-placeholder {color: #7c969d;}
#contact #contactform ::-moz-placeholder {color: #7c969d;}
#contact #contactform :-ms-input-placeholder {color: #7c969d;}

#contact #contactform input[type="text"]{
    border: 1px solid #9e9e9e;
    background-color: #ffffff;
    border-radius: 32px;
    font-size: 17px;
    color: #7c969d;
    padding: 14px 20px;
    outline: none;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}
#contact #contactform input[type="text"]:hover,
#contact #contactform input[type="text"]:focus{
    border: 1px solid #696969;
}
#contact #contactform input[type="email"]{
    border: 1px solid #9e9e9e;
    background-color: #ffffff;
    border-radius: 32px;
    font-size: 17px;
    color: #7c969d;
    padding: 14px 20px;
    outline: none;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}
#contact #contactform input[type="email"]:hover,
#contact #contactform input[type="email"]:focus{
    border: 1px solid #696969;
}
#contact #contactform textarea{
    border: 1px solid #9e9e9e;
    background-color: #ffffff;
    border-radius: 20px;
    font-size: 17px;
    color: #7c969d;
    padding: 10px 20px;
    outline: none;
    width: 100%;
    height: 180px;
    text-align: left;
    margin-bottom: 10px;
    resize: none;
}
#contact #contactform textarea:hover,
#contact #contactform textarea:focus{
    border: 1px solid #696969;
}
#contact #contactform input[type="submit"]{
    background-color: #6958ca;
    float: right;
    border: 0;
    padding: 10px 20px;
    color: #ffffff;
    pointer-events: all;
    border-radius: 12px;
    font-size: 17px;
    outline: none;
}
#contact #contactform input[type="submit"]:hover{
    background-color: #5446a5;
}
#contact #contactform .ajax-button.sending input[type="submit"]{
    pointer-events: none;
    font-size:0;
    width:35px;
    height:35px;
    border-radius:50px;
    padding:0;
    border:2px solid #5446a5;
    border-bottom:2px solid rgba(84, 70, 165, 0);
    border-left:2px solid rgba(84, 70, 165, 0);
    background-color:transparent !important;
    animation-name: rotateAnimation;
    -webkit-animation-name: rotateAnimation;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes rotateAnimation {
    0%   {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
@-webkit-keyframes rotateAnimation {
    0%   {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}

/* input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid rgba(255,255,255,0);
    border-bottom: 1px solid rgba(255,255,255,1);
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
} */











/*----------------------------------------------------
	 14. Responsive style
------------------------------------------------------*/

@media screen and (min-width: 960px) and (max-width: 1280px) {


	.form-container {
		padding:20px;
	}
	.form-container h2 {
		font-size:22px;
	}
	.form-container h2 span {
		font-size:15px;
	}
	input.normal, select.normal, textarea.normal {
		font-size:14px;
		padding:10px 15px;
	}
	/* .red{
		min-width: 600px !important;
	} */

}

@media screen and  (max-width: 810px) {
	.tab-banner{
		display: none;
	}
	/* .snip1083{
		margin-left: 1.9rem;
	} */
	.form-container h2 {
		font-size:17px;
	}
	h1 {
		font-size:45px;
	}
	h1 span {
		font-size:26px;
		line-height:22px;
	}
	h2{
		font-size:30px;
		line-height:normal;
	}

	.section_gap {
		padding:40px 40px 40px 40px;
	}

	.form-header {
		position:static;
	}
	.form-header-1 {
		/* position:static; */
	}
	.form-container {
		position:static;
		width:100%;
		margin:15px 0;
		padding:15px;
	}
	/* .form-container h2 {
		font-size:28px;
	} */
	input.normal.small {
		width:100%;
	}
	input.normal.small:first-child {
		margin-bottom:17px;
	}
	.custom-nav-tabs {
		margin-bottom:15px;
	}
	.tab-pane img {
		margin:0 0 15px;
	}
	.hover_listing {
		margin:0;
	}
	.custom-nav-tabs {
		margin-right:0;
	}
	.skills-col {
		padding-top:50px;
	}
	.numbers li {
		width:40%;
	}
	.video_preview {
		display:block;
	}
	.hover_listing li {
		text-align:center;
		border:none;
		border-bottom:2px solid #fafafb;
	}
	.hover_listing li .img {
		background:none;
	}
	.hover_listing li .img:hover {
	}
	.hover_listing li .img {
		text-align:center;
	}
	ul.pricing-boxes.three li {
		width:100%;
	}
	ul.pricing-boxes li.best-plan {
		top:0;
	}
	.purchasebar .anchor {
		margin-top:20px;
	}
	.button {
		padding:0 15px;
	}
	.mapArea {
		margin-bottom:15px;
	}

	ul.portfolioContainer li.col-xs-6{
		width:49%;
		min-height: 85px;

	}
	.bottomfourcol .col-sm-6 {
		margin-bottom:15px;
		background-position: center;
		background-size: contain;
		}
	.header_v5 .bannerText {
		width:auto;
		left:25px;
	}
	.header_v5 .video-header {
		padding-bottom:40px;
	}
	.header_v5 .hedaer-inner {
		position:static;
		width:100%;
		margin:0;
		padding-top:0;
	}
	.header_v5 .bannerText h1 {
		font-size:45px;
		font-weight:600;
		color:#2b2b3d;
		margin-bottom:10px;
	}
	.header_v5 .bannerText h3 {
		color:#76767e;
		font-weight:600;
		font-size:25px;
		margin-bottom:10px;
	}
	.header_v5 .bannerText p {
		font-size:13px;
		color:#76767e;
		line-height:normal;
	}
}

/* @media screen and  (min-width: 768px) {

		.snip1083{
		margin-left: 2.2rem;
	}


} */

@media screen and (max-width: 680px) {


	/* .figure{
		margin-left: 1.2rem;
	} */
	.header_v5 .hedaer-inner {
		margin:0;
		position:static;
	}
	.header_v1 .bannerText,
	.header_v2 .bannerText,
	.header_v3 .bannerText,
	.header_v4 .bannerText{
		height: auto;
		width:auto;
		left: 20px;
		right: 20px;
		padding:15px 0 0 15px;
	}
	.header_v5 .bannerText {
		padding:0;
	}
	.header_v1 .bannerText h3,
	.header_v2 .bannerText h3,
	.header_v3 .bannerText h3,
	.header_v4 .bannerText h3{
		font-size:32px;
		font-weight:400;
	}
	.watch_text {
		padding-left:15px;
		padding-top:20px;
	}
	.tab_text {
		padding-left:15px;
	}

}
.soc .fa {
    padding: 15px;
    font-size: 20px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 2px 2px;
    border-radius: 50%;
	transition: 0.3s;
}
.soc .fa:hover{
	transition: 0.5s;
	padding:22px;
	width:62px;
}

.soc {
	position: fixed;
    left: 5px;
    bottom: 30px;
	width:75px;
	text-align:center;
	z-index:5;
}

.soc .fa-facebook {
  background: #3B5998;
  color: white;
}

.soc .fa-linkedin {
  background: #007bb5;
  color: white;
}

.soc .fa-youtube {
  background: #bb0000;
  color: white;
}

.soc .fa-instagram {
  background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  color: white;
}

.soc .fa-pinterest {
  background: #cb2027;
  color: white;
}
.soc .fa-whatsapp{
  background: #42ac00;
  color: white;
}
.button-reg2
{
    font-family: 'Encode Sans Semi Expanded', sans-serif;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    padding: 0;
    width: 30%;
    height: 35px;
    background: #e1e2e5;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
}
