@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,400i,500,700");
*{	margin:0;	padding:0;}
html {
  scroll-behavior: smooth;
}
body { font-family: "Poppins", sans-serif;    font-size: 14px;    -webkit-font-smoothing: antialiased;	line-height:24px;   background:#fff;}
.floatleft {float:left}
.floatright {float:right}
#cssLoader3 {display:none;}
.logo img {	max-width:100%;	height:auto; width:100%;}
.fix {overflow:hidden}
p {    margin: 0px;
}
h1, h2, h3, h4, h5, h6 {	color: #2a2a2a;	margin-bottom: 10px;	margin-top: 0px;	line-height:auto;}
input:focus,select:focus{	outline:none;}
input, button{    transition:all .3s;    -webkit-transition:all .3s;    -moz-transition:all .3s;}
a {	transition: all 0.3s ease 0s;    -webkit-transition:all .3s;    -moz-transition:all .3s;	text-decoration:none;}
a:active, a:hover, a:focus {	outline: none;	text-decoration:none;}
button:focus{	outline:none;}
ul{	list-style: outside none none;	margin: 0;	padding: 0;}


/*menu*/

.sticky {
  position: -webkit-sticky;
  position: fixed;
  top: 36px;
  z-index: 999;
	width:100%;
	background: #fff;
}

.navbar .logo {
  text-decoration: none;
  color: #122f48;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}

/* nav menu button */



/*enquiry*/
.sidebar-contact{
  position:fixed;
  right:10px;
  bottom:-570px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
 z-index: 9999;
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
}
.sidebar-contact.active{
  bottom:-150px;
}
.sidebar-contact input,
.sidebar-contact textarea{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
	border:0;
  border-bottom:1px solid rgba(0,0,0,.5);
  outline:none;
	font-size:12px;
}

.sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
}
.sidebar-contact input[type="submit"]{
  background:#00bcd4;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
}
.scroll { padding:0 40px 40px 40px;}
h2.toggle {text-align:center; background:#035282; font-family: 'Montserrat', sans-serif; text-transform: uppercase; font-size:21px; font-weight: 600; padding:10px; color:#fff; cursor:pointer;}


@media(max-width:768px)
{
  .sidebar-contact{
    width:100%;
    height:100%;
    left:-100%;
  }
  .sidebar-contact .toggle{
    top:50%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .sidebar-contact.active .toggle
  {
    top:0;
    right:0;
    transform:translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  .content{
    padding:50px 50px;
  }
}
/*End*/

.sidebar-contact{
  position:fixed;
  right:10px;
  bottom:-570px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
 z-index: 9999;
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
}
.enqury_pop_up.active{
  bottom:-150px;
}
.enqury_pop_up input,
.enqury_pop_up textarea{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
	border:0;
  border-bottom:1px solid rgba(0,0,0,.5);
  outline:none;
	font-size:12px;
}


.enqury_pop_up textarea{
  height:60px;
  resize:none;
}
.enqury_pop_up input[type="submit"]{
  background:#00bcd4;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
}
.enqury_pop_up .scroll { padding:0 40px 0px 40px;}
.enqury_pop_up h2.toggle1 {text-align:center; background:#035282; font-family: 'Montserrat', sans-serif; text-transform: uppercase; font-size:21px; font-weight: 600; padding:10px; color:#fff; cursor:pointer; margin:0; width:100%;}
.modal-header {padding:0;}

@media(max-width:768px)
{
  .enqury_pop_up{
    width:100%;
    height:100%;
    ;
  }
  .enqury_pop_up .toggle1{
    top:50%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .enqury_pop_up.active .toggle1
  {
    top:0;
    right:0;
    transform:translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  .content{
    padding:50px 50px;
  }
	.modal-dialog {margin: 95px auto 0 !important;}
}
/*End*/
.top_header {background:#035282; padding:3px 20px; position: fixed; top:0; width:100%; z-index: 9999;}
.top_header ul li {display:inline-block; margin-right:10px;}
.top_header ul li a {color:#fff;}
header {padding:10px 20px; border-bottom:1px solid #ccc;}
.logo {width:100px; margin-top:8px;}
header .top_nav {float:right; margin-top:20px;}
header .top_nav ul li {display:inline-block}
header .top_nav ul li a {color:#333; padding:8px 15px;}
header .top_nav ul li a:hover {background:#333; color:#fff;}
.banner_area {position:relative; width:100%;}

.b_read_more { margin-top:30px;}
.b_read_more a {background:#035282; border-radius:10px; color:#fff; padding:10px 30px;font-family: 'Poppins', sans-serif; font-weight:300; font-size:18px;}
/*.c_enq {position: absolute; z-index: 999; bottom: -366px;color: #f00}*/

section#counter-stats {
	display: flex;
	justify-content: center;
	margin: 30px auto;
	width:100%;
}
.stats {  text-align: center;  font-size: 21px;  font-weight: 400;  font-family: 'Montserrat', sans-serif;	color:#fff;}
.stats img{	margin-bottom:10px; width: 62px; display: inline-block; background: #3484be; border-radius: 50%; padding:10px;}
.stats .counting {display:inline-block; width:20%;}
.stats h5 {color:#fff; font-size: 16px;}

hr {display:block; border:0px; height:24px; background: url("../images/hr.png") repeat-x; padding:0; margin:0;}
.top_courses {margin:40px auto;}
.title {margin-bottom:40px;}
.title h2 {font-family: 'Montserrat', sans-serif; font-weight: 600; font-size:36px; position:relative;}
.title h2:after {content:""; position:absolute; width:126px; height:18px; background:url("../images/title_line.png") no-repeat; bottom:-30px; left:30px}
.courses .c_icon {background:#dadada; border-radius: 50%;padding:20px 8px; text-align:center; position:relative;transition: all 0.3s ease;cursor: pointer;}
.courses .c_icon:hover {background:#3484be;}
.courses .c_icon img {width:80%;}
.html_jtc, .css_jtc, .js_jtc, .php_jtc, .python_jtc,  .java_jtc {background:#3484be; color:#fff; border-radius:10px; position:absolute; top:-65%; left:0%;display: none;width:0px; height: 0;}
.courses p {color:#fff; font-size:14px;font-family: 'Poppins', sans-serif; position: relative;top: 50%;transform: translateY(-50%); padding:10px;}
.courses .c_icon:hover .html_jtc, .courses .c_icon:hover .css_jtc, .courses .c_icon:hover .js_jtc, .courses .c_icon:hover .php_jtc, .courses .c_icon:hover .python_jtc, .courses .c_icon:hover .java_jtc  {display: block;width:200px;  min-height:100px;z-index: 99; margin: auto;  transition: all 0.3s ease;}
.comp_jtc {margin:40px auto;}
.text_wrap {padding-top:40px; }
.text_wrap p {font-size:16px;}
.comp_logo div img {box-shadow: 0px 2px 6px #8daaff;margin-bottom: 10px;padding: 10px;}
.videos_sec {margin:40px auto}
.jtc_vid iframe {padding:10px; border:3px solid #035282; border-radius:10px; box-shadow:2px 2px 30px #ccc;}
.teams {position:relative; padding:10px; margin:0 10px;}
.item {position:relative;}
.imgIcon {text-align: center;}
.imgIcon img {border-radius:50%; width:50% !important; box-shadow:0 2px 10px #999; text-align:center;margin: 0 auto -40px; position: relative;z-index: 999; border:2px solid #3484be;}
.jtc_team_cont {background:#fff; box-shadow:0 2px 10px #666; padding:20px;min-height: 300px;margin-bottom: 20px; position: relative; border-radius:5px;-ms-transform: skewY(2deg);
    transform: skewY(2deg);transition:all 500ms ease; 	-moz-transition:all 500ms ease; 	-webkit-transition:all 500ms ease; 	-ms-transition:all 500ms ease; 	-o-transition:all 500ms ease;}
.jtc_team_cont:hover {background:#035282;-ms-transform: skewY(-2deg);     transform: skewY(-2deg);}
.jtc_team_cont:hover p {color:#fff;}
.jtc_team_cont:hover h3 {color:#333; background:#fff;}
.jtc_team_cont h3 {font-size:18px; background:#035282; border-radius:40px; padding:10px; margin-top:40px; text-align:center; color:#fff;}
.teamsns {position:absolute; bottom:10px;}
.teamsns ul li img {width:40px !important;}
.teamsns ul li {display:inline-block; margin-right:10px;}
.border-layer{
	position:absolute;
	left:-8px;
	top:100px;
	z-index:-1;
	width:24px;
	bottom:10px;
	border:4px solid #035282;
	-ms-transform: skewY(20deg);
    transform: skewY(20deg);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	height:250px;
}
.teams:hover .border-layer{
	-ms-transform: skewY(-20deg);
    transform: skewY(-20deg);
}

/*footer*/
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #035282;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #035282;
}
.footer-widget ul li {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #035282;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #035282;
    padding: 13px 20px;
    border: 1px solid #035282;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #fff;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #035282;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
/*end*/
/*Ticker Start*/
#ticker1{
  overflow:auto;
  height:30px;
  vertical-align:middle;
  width:100%;
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
}
#ticker1 ul{
  display:block;
  padding:0px;
  line-height:30px;
  margin:0px;
  list-style:none;
  white-space: nowrap;
  animation: scroll 50s linear 0s infinite;
    position: absolute;
  
  
}
#ticker1 ul li{
  display: inline-block;
  white-space: nowrap;
  margin-left:20px;
	color:#fff;
}
#ticker1 .title{
  background-color:#035282;
  color:#FFF;
  position:absolute;
  left:0;
  font-weight:bold;
  
  top:0;
  display:block;
  height:30px;
  line-height:30px;
  padding-left:10px;
  padding-right:10px;
  z-index:10;
  /*box-shadow:0px 0px 20px rgba(0,0,0,.8);*/
}
@keyframes scroll {
    
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
}

/* Custom CSS */

#ticker1{
  
  margin:auto;
}
#ticker1 ul{
  width:100%;
}

/*End of Ticker*/

/*sns*/

.sns-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  width: 100%;
  border-radius: 50%;
  border: none;
  transition-duration: 0.5s;
  transform: rotateX(45deg);
  box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.sns-btn--twitter {
  background-color: #1da1f2;
}
.sns-btn--facebook {
  background-color: #3b5998;
}
.sns-btn--instagram {
  background-color: #dd2b75;
}
.sns-btn--youtube {
  background-color: #c4302b ;
}
.sns-btn--telegram {
  background-color: #0088cc ;
}
.sns-btn--linkedin {
  background-color: #0072b1  ;
}
.sns-btn:hover {
  transform: scale(1);
  box-shadow: none;
	
}
.sns-btn__icon {
  font-size: 74px;
  
  color: #fff;
}
/*End*/
.ajc_box_holder {border:1px solid #ccc; box-shadow:2 2px 10px #ccc; border-radius:8px;}
.ajc_top_banner {border-bottom:1px solid #ccc;}
.ajc_top_banner img {border-radius:8px 8px 0 0;}
.ajc_cont {background:#fff; padding:20px; border-radius:0 0 8px 8px; position: relative;}
.h_ajc_box {overflow:hidden;}
.h_ajc_box .float-right {
    float: right!important;
    position: absolute;
    right: 3px;
    top: -28px;
    
}
.h_ajc_box h3 {font-size:16px; font-weight: 600;}
.ajc_rate {border:1px solid #ccc; border-radius:10px;padding:0px 3px;    background: #fff;}
.ajc_rate i {color:#D8C300; display:inline-block; margin-right:5px;}
.i_badge img, .i_signal img {width:12px;}
.ajc_text_wrap li {margin-top:20px; font-size: 12px;}
.ajc_footer {background:#d8edfb; padding:10px; border-radius:0 0 8px 8px; overflow:hidden;}
.ajc_footer .enrollNow {background:#035282; float:right; color:#fff; border-radius:10px;}
.ajc_footer .enrollNow a {color:#fff; padding:10px 20px; display:inline-block;}
.view_all {text-align:right; margin:20px 20px 0 0; width:100%;}
.view_all a {color:#333; border-bottom:1px solid #035282}


.cookie-bar{ position: fixed; bottom: 0px; padding:10px 15px; width: 100%; display: none; z-index: 15; background-color:black; font-family: "Poppins", sans-serif; }
 .cookie-para { color: white; font-size: 12px; font-weight: normal; display: inline-block;
 padding-bottom: 5px; }
 .cookie-space { padding-bottom: 45px; }

.cookie-btn{ font-size:14px; color: #ffffff; background: #AA0A0A; padding: 2px 15px; border-radius: 4px; 
  display: inline-block; margin-left: 1%;  }
.cookie-btn:hover {color:#fff}
.cookie-btn.secondary { color: #ffffff; background: #035282; }
.cat_box {padding:10px; border-radius:10px; background-color: transparent; box-shadow:1px 1px 10px #ccc;perspective: 1000;}
.cat_box h3 {color:#035282; font-size:16px; text-transform:uppercase; font-weight: 600; margin-top:20px; text-align: center;}
.img_cat {width:70px; margin:8px auto;}


.flip-box {
  background-color: #fff;
  width:auto;
	height:170px;
   border-radius:10px;
  
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #fff;
  color: black;
}

.flip-box-back {
  background-color: #fff;
  color: #333;
  transform: rotateY(180deg);
	box-shadow:1px 1px 10px #ccc;
	padding:10px;
	border-radius:10px;
}
.view_all_cat {width:100%; text-align:center; margin-top:20px;}
.view_all_cat a {color:#333; font-size:14px; border-bottom:1px solid #035282; text-align:center;}
.dis_n {display:none;}
.cat_box_holder {margin-top:20px;}

/*details Page starts here*/

.right_content ul {
  margin: 5px 50px;
  list-style-type: none;
}
.right_content ul li {
  position: relative;
	font-size: 14px;
	margin-bottom:10px;
	background:#035282;
	padding:5px 10px;
	color:#fff;
  
}
.right_content ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 10px;
  width: 12px;
  height: 12px;
  border: 1px solid #035282;
  background: #035282;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 3px #fff inset;
}

.details_banner_button {overflow:hidden; margin:10px 50px;}
.details_banner_button .details_pdf {float:left;}
.details_banner_button .details_pdf a {display:inline-block; border:1px solid #ccc; padding:8px 30px; color:#333; font-weight: 600; border-radius:20px;}
.details_banner_button .details_pdf a:hover {background:#035282; color:#fff; border:1px solid #035282;}
.details_banner_button .enroll_now {float:right;}
.details_banner_button .enroll_now a {display:inline-block; background:#035282; padding:8px 30px; color:#fff; font-weight: 600; border-radius:20px; border:1px solid #035282;}
.details_banner_button .enroll_now a:hover {background:#fff; color:#035282; border:1px solid #ccc;}

/*tabs_navigation*/



/* Primary Navigation Resets and Defaults*/

.nav_primary {
  
  width: 100%;
  background: #FFF;
  line-height: 1.2em;
	display:none;
 
  position: relative;
  margin-top:64px;
  z-index:99;
}

.nav_primary.fixed {
  position: fixed;
  top: 0px;
	display:block;
	left:0;
}

.nav_primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav_primary li > a {
  text-decoration: none;
}

.nav_primary .caret {
  margin-left: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid #FFF;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
  opacity: .5;
  filter: alpha(opacity=30);
}
/* Mobile Button*/

.nav_primary_btn {
  display: none;
  margin: .5em;
  color: #2D4060;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: 700;
}

.nav_primary_btn:hover {
  color: #ccc;
  text-decoration: none;
}

.nav_primary_btn span {
  display: inline-block;
  margin-right: .25em;
  vertical-align: middle;
}

.nav_primary_btn span span {
  display: block;
  height: 3px;
  width: 20px;
  margin: 4px 0;
  background: #2D4060;
  clear: both;
  border-radius: 2px;
}
/* Level 1 (All) */

.nav_primary ul.parent {
  display: flex;
	justify-content: center; 
  width: 100%;
}

.nav_primary ul.parent > li {
  display: table-cell;
  position: relative;
  
  vertical-align: middle;
}

.nav_primary ul.parent > li > a {
  padding: 1em;
  color: #2D4060;
  text-align: center;
  display: block;
  font-weight: 700;
}

.nav_primary ul.parent > li > a:hover {
  color: #fff;
  background: #035282;
}

@media only screen and (max-width: 767px) {
  /* Level 1 Dropdown (All)*/
  
  .nav_primary ul.parent {
    display: none;
  }
  .nav_primary ul.parent.show {
    display: block;
  }
  .nav_primary ul.parent > li {
    display: block;
  }
  .nav_primary ul.parent > li > a {
    text-align: left;
    border-top: 1px solid #ddd;
  }
  .nav_primary .nav_primary_btn {
    display: block;
  }

}
/*why to join*/
.details_boxs {background:#f5f5f5; padding:20px; border-radius:10px;}
.details_boxs .detail_icons {width:60px; background:#fff; border-radius:50%; margin:0 auto; padding:10px;}
.details_boxs .detail_icons img {width:100%;}
.details_boxs .details_cont {text-align:center; margin-top:20px;}
.details_boxs .details_cont p {font-size:13px;}
.detail_form {border:1px solid #ccc; padding:10px;}
.detail_form input, .detail_form textarea {width:100%; border:none; border-bottom: 1px solid #333; padding:10px; margin-bottom:10px;}
.detail_enroll_now a {width:100%; background:#035282; border-radius:50px; display:inline-block; color:#fff; padding:10px 40px; text-align:center; text-transform: uppercase;font-weight: 600; }
.detail_form input[type="submit"] {width:50%; margin:0 auto; border-bottom:none; background:#035282; color:#fff; border-radius:50px;}
.detail_upcoming {background:#f5f5f5; padding:10px; margin-bottom:20px;}
.detail_upcoming li {display:inline-block; margin-left:10px; width:auto;}
.detail_upcoming li img {width:20px;}
.detail_upcoming li h3 {font-weight:600; padding-top:5px;}
.detail_upcoming li h5 {font-size:13px; font-weight: 400;}
/*testimonials*/
.shadow-effect {
		    background: #fff;
		    padding: 20px;
		    border-radius: 4px;
		    text-align: center;
	border:1px solid #ECECEC;
		    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
		}
		#customers-testimonials .shadow-effect p {
		    font-family: inherit;
		    font-size: 17px;
		    line-height: 1.5;
		    margin: 0 0 17px 0;
		    font-weight: 300;
		}
		.testimonial-name {
		    margin: -17px auto 0;
		    display: table;
		    width: auto;
		    background: #3190E7;
		    padding: 9px 35px;
		    border-radius: 12px;
		    text-align: center;
		    color: #fff;
		    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
		}
		#customers-testimonials .item {
		    text-align: center;
		    padding: 50px;
				margin-bottom:80px;
		    opacity: .2;
		    -webkit-transform: scale3d(0.8, 0.8, 1);
		    transform: scale3d(0.8, 0.8, 1);
		    -webkit-transition: all 0.3s ease-in-out;
		    -moz-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
		}
		#customers-testimonials .owl-item.active.center .item {
		    opacity: 1;
		    -webkit-transform: scale3d(1.0, 1.0, 1);
		    transform: scale3d(1.0, 1.0, 1);
		}
		.testimonials .owl-carousel .owl-item img {
		    transform-style: preserve-3d;
		    max-width: 90px;
    		margin: 0 auto 17px;
			border-radius:50%;
		}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
		    background: #3190E7;
		    transform: translate3d(0px, -50%, 0px) scale(0.7);
		}
#customers-testimonials.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
		    background: #3190E7;
		    display: inline-block;
		    height: 20px;
		    margin: 0 2px 5px;
		    transform: translate3d(0px, -50%, 0px) scale(0.3);
		    transform-origin: 50% 50% 0;
		    transition: all 250ms ease-out 0s;
		    width: 20px;
		}
/*End of Testimonials*/
/*faqs*/
.card-header {background:#035282; }
.card-header button, .card-header button:hover, .card-header button:focus, .card-header button:active{color:#fff; text-transform:uppercase; font-weight: 500; text-decoration:none!important; outline: none!important; box-shadow: none!important;}
/*end of Faq's*/


/*end of details page*/


.welcome-message .borderBtn {
  position: absolute;
  top: 300%;
  left: 45%;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.05em;
  color: white;
  padding: 1.45em 3.35em;
  border-radius: 0.25em;
  background: rgba(195, 40, 40, 1);
}

.borderBtn:hover {
  color: white;
  background-color: #363B3F;
}

.container .btn-lg {
  background: rgba(195, 40, 40, 1);
  border: 0.05em solid rgba(195, 40, 40, .7);
  color: white;
}

.container .btn-lg:hover {
  background: white;
  border: 0.05em solid rgba(195, 40, 40, 1);
  color: rgba(195, 40, 40, 1);
}

.modal-body .form-control {
  border-radius: 0;
  margin-right: 0.25em;
  padding: 0.15em;
}

.modal-body .form-group label {
  margin-left: 0.35em;
}

.modal-body .form-group {
  text-align: left;
}

.close {
  color: white !important;
  opacity: 0.8 !important;
	position:absolute; top:5px; right:-25px;
}





.modal-footer {
  background: rgba(195, 40, 40, 1);
}

.modal-footer button {
  background: white;
  color: black;
  width: 9em;
  border-radius: 0.35em;
}

.scrollable-menu {
  height: auto;
  max-height: 18rem;
  overflow-x: hidden;
	width:300px;
}
.scrollable-menu .dropdown-item {font-size:13px;}

.scroll .input-group {margin-bottom:40px;}
.jtc_mobile {position:relative!important; width:100%!important; }
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}



/*----------------------*/
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.iti__country-list {width:250px;}
.syllabus_jtc {margin:20px auto;}
.syllabus_jtc li {display:inline-block; margin-left:10px; border-radius:20px; box-shadow:0 2px 10px #ccc; padding:5px 10px; margin-bottom:10px;}

/*Enquiry Pop*/

.main-btn-rect,
.main-btn-circle{
	position: relative;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	color: #FFFFF0;
	background-color: #035282;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 1px;	
	outline: none;
	cursor: pointer;
	z-index: 100;
}
.main-btn-rect {
	padding: 10px 80px;
	line-height: 30px;
}
.main-btn-rect:before, 
.main-btn-rect:after{
  position: absolute;
  content: '';
  top:0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 240, 0.2);
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.main-btn-rect:before {
  left: 0;
}
.main-btn-rect:after {
  right: 0;
}
.main-btn-rect:hover:before, 
.main-btn-rect:hover:after{
  width: 50%;
}
.main-btn-circle{
	height: 40px;
	width: 40px;
	-webkit-border-radius: 50%;
	border-radius: 100%;
	line-height: 40px;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.main-btn-circle:hover{   
  -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}
.popup{
  position: fixed;
	top: 100%;
  width: 100%;
  height: 100%;
  z-index: 999999;
	left:0;
}
.popup.active{
  top:0;
  background-color: rgba(3, 3, 3, 0.82); 
  transition: background-color .6s ,opacity .6s;
}
.popup .main-btn-rect{
  padding: 10px 100px;
}
.popup .popup-content{
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 568px;
  min-width: 320px;
  margin-top: 150px;
  padding: 25px;
  background-color: #FFFFF0;
  color: #070000;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transition: margin .6s;
  -webkit-transition: margin .6s;
  -moz-transition: margin .6s;
  -o-transition: margin .6s;
}
.popup.active .popup-content{
  margin-top: 0px;
}
.popup-content h6{
  display: table;
  font-size: 16px;
  text-align: center;
  margin: 10px auto;
  font-family: 'poppins',sans-serif;
  text-transform: uppercase;
  font-weight: 400;  
}
.form-group{
	position: relative;
	width: 90%;
	margin: 0px auto;
}
form.send-form input, form.send-form textarea{
	position: relative;
	margin-bottom: 32px;
	width: 100%;
	height: 29px;
	font-family: 'RobotoLight', sans-serif;
	text-indent: 20px;
  background-color: transparent;
	outline: 0;
	border: none;
	border-bottom: 1px solid #070000;
	-webkit-transition: border 0.6s;
	-o-transition: border 0.6s;
	transition: border 0.6s;
  resize: none;
}
form.send-form input:focus,
form.send-form textarea:focus{
	border-bottom: 1px solid rgb(63, 173, 168); 
}
form.send-form label{
	position: absolute;
	top: 0;
	left:0;
	line-height: 28px;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}
form.send-form input:focus + label,
form.send-form textarea:focus + label{
  color: rgb(63, 173, 168);
}
form.send-form .txt{
	line-height: 22px;
	left: 2px;
}
form.send-form .main-btn-rect {
	position: relative;
	display: block;
	padding: 12px 80px;
	margin: 0px auto;
	font-size: 14px;
}
form.send-form .main-btn-rect i {
	margin-right: 5px;
}
.popup .fade-out{
  position: absolute;
  top: -20px;
  right: -20px;
  text-align: center;
  font-size: 15px;
}

form.send-form input.form-check-input{
  width: auto;
}


form.send-form select{
	position: relative;
	margin-bottom: 32px;
	width: 100%;
	height: 29px;
	font-family: 'RobotoLight', sans-serif;
	text-indent: 20px;
  background-color: transparent;
	outline: 0;
	border: none;
	border-bottom: 1px solid #070000;
	-webkit-transition: border 0.6s;
	-o-transition: border 0.6s;
	transition: border 0.6s;
  resize: none;
}
form.send-form input:focus,
form.send-form textarea:focus{
	border-bottom: 1px solid rgb(63, 173, 168); 
}
form.send-form label{
	position: absolute;
	top: 0;
	left:0;
	line-height: 28px;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}
form.send-form label.form-check-label{
	position: absolute;
	top: -2px;
	left:20px;
	line-height: 28px;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}

@media only screen and (max-width: 768px){
  h1 {font-size: 25px;}
  h2 {font-size: 14px;}
  form.send-form .main-btn-rect {padding: 7px 60px; font-size: 14px;}
  .popup-btn{padding: 7px 60px; font-size: 14px;}
}

.fileUpload {
    position: absolute;
	top:2px; left:0;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.f-input{
	height: 42px;
	background-color: white;
	border: 1px solid gray;
	width: 100%;
	max-width: 400px;
	float: left;
	padding: 0 14px;
}
.why_right li {font-size:16px; margin-bottom:10px; position:relative; padding-left:20px; font-weight:bold; color:#3d3d3d;}
.why_right li:before {content:'\f0a4'; font-family: 'FontAwesome'; position:absolute; left:0;}




/* needed for effect */
.output {display:none; position: absolute; right: -180px; z-index: 99;width: 100%; top:-40px;}
.box {
  /*width: 100%;*/
  height: auto;
  background-color: #fff;
  color: #333;
  padding: 20px;
  position: relative;
	box-shadow: 0px 2px 10px #ccc
  
}

.box.arrow-top {
  margin-top: 40px;
}

.box.arrow-left:after {
  content: " ";
  position: absolute;
  left: -14px;
  top: 100px;
  border-top: 15px solid transparent;
  border-right: 15px solid #fff;
  border-left: none;
  border-bottom: 15px solid transparent;
	
}
