@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../fonts/HelveticaNeueLTStd-MdCn.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-MdCn.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeueBold.woff2') format('woff2'),
        url('../fonts/BebasNeueBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body{
 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
img
{
	max-width: 100%;
}
.template_skips
{
	overflow-x: hidden;
}
.gotham
{
	font-family: 'Helvetica Neue LT Std';
}
.Bebas_Neue{
font-family: 'Bebas Neue';}
.font_14{
  font-size: 14px;
}
.font_17
{
  font-size: 17px;
  line-height: 20px;
}
.font_18
{
	font-size: 18px;
}
.font_20
{
	font-size: 20px;
}
.font_24
{
	font-size: 24px;
}
.font_25
{
  font-size: 25px;
}
.font_22
{
  font-size: 22px;
}
.font_26
{
	font-size: 26px;
}
.font_32
{
	font-size: 32px;
}
.font_35
{
	font-size: 35px;
}
.font_38
{
	font-size: 38px;
}
.font_42
{
	font-size: 42px;
}
.font_45
{
	font-size: 45px;
}
.font_46
{
	font-size: 46px;
}
.font_48
{
	font-size: 48px;
}
.font_50
{
	font-size: 50px;
}
.font_60
{
  font-size: 60px;
}
.font_52
{
	font-size: 52px;
}
.font_75
{
	font-size: 75px;
}
.font_100
{
	font-size: 100px;
}
.font_130
{
	font-size: 130px;
}
.font_90{
  font-size: 90px;
}
.font_light
{
	font-weight: 100;
}
.font_extrabold
{
	font-weight: 900;
}
.font_bold
{
	font-weight: bold;
}
.font_medium
{
	font-weight: 700;
}
.color_black
{
	color: #000;
}
.color_gray
{
	color: #706f74;
}
.color_yellow
{
	color: #f9a61c;
}
.color_blue
{
	color: #014d6d;
}
.color_white
{
	color: #fff;
}
.header
{
	padding: 12px 40px;
	background-color: #f7f7f7;
}
.number h1
{
	margin: 47px 0;
}
.col_mid
{
	display: inline-block;
	vertical-align: middle;
	float: none !important;
	margin: 0 -2px;
}
.GD_PI
{
	background-image: url("../images/45.png");
	background-repeat: no-repeat;
	background-size: 93%;
}
.GD_PI_img
{
	padding: 60px 0 0 0;
}
.GD_PI_text
{
	padding-left: 82px;
}
.GD_PI_text h1
{
	margin-top: 20px;
	position: relative;
}
.GD_PI_text h2
{
	margin-top: 45px;
	margin-bottom: 0;
  line-height: 27px;
}
.GD_PI_text h1:after
{
	position: absolute;
    content: "";
    height: 6px;
    background-color: #fff;
    width: 6%;
 	bottom: -7%;
 	margin-left: 5px;
}
.GD_PI_text p
{
	padding-bottom: 120px;
	margin: 0;
  padding-top: 8px;
    line-height: 25px;
}
.img_girl
{
	width: 52%;
    position: absolute;
    bottom: 0;
    right: -12%;
}
.check_box_round {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.check_box_round input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 22%;
  height: 30px;
  width: 30px;
  border: 1px solid #f9a61c;
  border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.check_box_round:hover input ~ .checkmark {
 
}
/* When the checkbox is checked, add a blue background */
.check_box_round input:checked ~ .checkmark {
  background-color: #f9a61c;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.check_box_round input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.check_box_round .checkmark:after {
  left: 10px;
  top: 5px;
  width: 8px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form
{
	width: 93%;
}
.form_head h1
{
	margin-bottom: 0;
}
.input_field
{
	margin: 30px 0;
}
.input_field input[type="text"], .input_field input[type="number"],.input_field input[type="email"]
{
width: 63%;
    height: 50px;
    border: none;
    border-radius: 30px;
    padding: 0px 25px;
    font-size: 16px;
    background-color: #e5e5e5;
}
.input_field input[type="submit"]
{
	background: transparent;
    border: none;
    background-color: #f9a61c;
    padding: 10px 70px;
    border-radius: 50px;
}
.input_field input[type="submit"]:hover
{
	cursor: pointer;
	background: transparent;
	color:  #f9a61c;
	border: 1px solid #f9a61c;
}
.check_box_round p
{
	width: 52%;
	margin: 0 auto;
	text-align: left;
  line-height: 19px;
}
.margin_bottom
{
	margin-bottom: 30px;
}
.section_3
{
	background-color: #f7f7f7;
	 
	padding: 75px 0;
}
.glimps_detail
{
	width: 93%;
	margin: 0 auto;
}
.glimps_content
{
	width:calc(100%/5);
    float:left;
    border-right: 2px solid #ccc;
    min-height: 180px;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
} 
.glimps_img {
    margin-bottom: 25px;
}
.glimps_text p
{
	margin: 0;
	opacity: 0.6;
}
.glimps h1
{
	margin-bottom: 10px;
}
.section_4
{
	padding: 70px 0;
}
/*.icons
{
	width: 86%;
	margin: 30px auto;
}
.icon_img
{
	width:calc(100%/7);
    float:left;
}*/
.slider_wrap
{
	height: auto;
	padding: 90px 0;
}
.section_5
{
	background-image: url("../images/51.png");
	background-repeat: no-repeat;
	padding: 70px 0;
}
.section_6
{
	background-color: #292324;
	padding: 75px 0;
}
.row_count_border 
{
	width: 86%;
    margin: 0 auto;
    padding-bottom: 32px;
    position: relative;
}
.row_count_border:after
{
	content: "";
	position: absolute;
	bottom: 0;
	left: 8%;
	width: 87%;
	height: 2px;
	background-color: #fff;
}
.circle_one:after
{
	content: "";
	position: absolute;
z-index: 999;
bottom: -28%;
right: 5%;
transform: translate(10px, 10px);
width: 30px;
border-radius: 100px;
height: 30px;
background-color: #f9a61c;
}
.circle_two:after
{
	content: "";
	position: absolute;
z-index: 999;
bottom: -28%;
left: 0;
transform: translate(10px, 10px);
width: 30px;
border-radius: 100px;
height: 30px;
background-color: #f9a61c;
}
.program_count_title h1
{
	margin-bottom: 70px;
}
.row_count h2
{
	margin: 0;
}
.row_count_2
{
	width: 86%;
	margin: 0 auto;
	padding-top: 50px;
}
.section_7
{
	
	position: relative;
}
.back_color{
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 57vh;
    background-color: #f9a61a;
    z-index: -1;
}
.studetnt_detail
{
	width: 75%;
	margin: 0 auto;
}
.student_text_img
{
	position: relative;
}
.student_text
{
	position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.studetnt_content p
{
    width: 82%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.read_more
{
	margin: 50px 0;
}
.college_title
{
	width: 60%;
    margin: 0 auto;
}
.college_title h1
{
	margin-bottom: 30px;
}
.college_text
{
	width: 71%;
	margin: 0 auto;
}
.college_text p
{
	margin-bottom: 35px;
  line-height: 30px;
}
.learn_more a
{
	background-color: #f9a61c;
	padding: 10px 29;
    border-radius: 50px;
}
.learn_more img
{
	padding-left: 10px;
}
@-webkit-keyframes arrow-jump {
  0%   { opacity: 0;}
  100% { opacity: 1; 
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -0-transform: translateX(10px);
        transform: translateX(10px);
    }
  
}
.learn_more img {
  -webkit-animation: arrow-jump 1s infinite; 
  -moz-animation:    arrow-jump 1s infinite; 
  -o-animation:      arrow-jump 1s infinite; 
  animation:         arrow-jump 1s infinite; 
}
.section_8
{
	padding: 100px 0 80px 0;
	background-color: #f7f7f7;
}
.learn_more a:hover
{
	color: #fff;
	text-decoration: none;
	
}
.section_9
{
	background-image: url("../images/33.png");
	background-repeat: no-repeat;
	padding: 100px 0;
  background-position: center;
}
.college_text_two
{
	width: 70%;
	margin: 0 auto;
}
.swiper-pagination-bullet-active {
   
    background: #f9a61c;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
   
}
.section_10
{
	padding: 100px 0 80px 0;
}
.collabration_detail
{
	margin-top: 40px;
}
.pad_class img
{
	padding-bottom: 25px;
}
.pad_class_new img 
{
    padding: 38px 0px;
}
.new_row
{
	margin-top: 20px;
}
.icon_img
{
	padding-top: 50px;
}
.footer
{
	background-color: #f7f7f7;
	padding: 25px 0;
}
.footer p
{
	margin-bottom: 0;
}
.text_footer
{
padding-left: 98px;
}
.contact_detail
{
	width: 48%;
	margin: 0 auto;
}
.footer_sec_1
{
	margin-bottom: 35px;
	position: relative;
}
.footer_sec_1:after
{
	content: "";
	position: absolute;
	background-color: #706f74;
	height: 1px;
    width: 89%;
    bottom: -16%;
    left: 0;
}
.copyright p
{
	opacity: 0.8;
}
.glimps_last
{
	border: none;
}
.template_skips_recaptcha{
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 1680px) {
/*.GD_PI_text p {
    padding-bottom: 70px;
}*/
.section_4{
  padding: 0 0 70px 0;
}
.back_color{
  height: 495px;
}
.studetnt_content{
  min-height: 22vh;
}
}
@media only screen and (max-width: 1440px) {
.GD_PI_text h1
{
	font-size: 54px;
}
.GD_PI_text h2
{
	font-size: 28px;
}
.GD_PI_text p
{
	font-size: 26px;
	padding-bottom: 58px;
}
.back_color{
  height: 475px;
}
/*.img_girl {
    width: 70%;
    position: absolute;
    bottom: 0;
    right: -21%;
}*/
.section_5 {
    padding: 86px 0px;
}
.text_footer {
    padding-left: 25px;
}
.contact_detail {
    width: 60%;
}
.pad_class_new img{
  padding: 0;
}
.pad_class_new img{
  padding: 0;
}
.caption_internation img{
  width: 33%;
}
.pad_class img{
  padding-bottom: 10px;
}
}
@media only screen and (max-width: 1366px) {
	.GD_PI_text h1 {
    font-size: 50px;
}
	.resp {
   margin: 27px 0;
}
.GD_PI_text p {
   padding-bottom: 30px;
}
.back_color {
    height: 60vh;
}
}
@media only screen and (max-width: 1280px) {
	.GD_PI_text h1 {
    font-size: 45px;
}
.GD_PI_text h2 {
    font-size: 26px;
}
	.resp {
   margin: 27px 0;
}
.GD_PI_text p {
   padding-bottom: 16px;
   font-size: 24px;
}
.resp
{
	margin: 10px 0;
}
.input_field {
    margin: 35px 0;
}
.studetnt_content p {
    width: 100%;
}
.studetnt_detail {
    width: 90%;
  
}
.GD_PI_text{
  padding-left: 60px;
}
.glimps_detail{
  width: 100%;
}
.check_box_round br{
  display: none;
}
.back_color{
  height: 453px;
}
.section_8{
  padding: 60px 0 80px 0;
}
.studetnt_content{
  min-height: 24vh;
}
.college_title{
  width: 75%;
}
.college_text_two{
  width: 90%;
}
}
@media only screen and (max-width: 1152px) {
	.number h1
	{
		font-size: 42px;
	}
	.glimps_detail {
    width: 100%;
}
    .row_count h2
    {
    	font-size: 75px;
    }
.row_count span
{
	font-size: 25px;
}
.GD_PI_img img
{
	width: 40%;
}
.GD_PI_text h1 {
    font-size: 38px;
}
.GD_PI_text h2 {
    font-size: 24px;
}
.input_field {
    margin: 23px 0;
}
.input_field input[type="submit"] {
    padding: 10px 28px;
   
}
.studetnt_detail {
    width: 90%;
  
}
.GD_PI_text p {
    padding-bottom: 60px;
}
.back_color {
    height: 57vh;
}
}
@media only screen and (max-width: 1024px) {
  .college_text {
      width: 90%;
      
  }
  .GD_PI {
     
      background-size: auto;
  }
  .form_head h1 {
      font-size: 32px;
  }
  .form_head p {
      font-size: 26px;
  }
  .college_text_two {
      width: 95%;
     
  }
  .input_field input[type="text"], .input_field input[type="number"], .input_field input[type="email"] {
     
      height: 50px;
      
  }
  .GD_PI_text {
      padding-left: 30px;
  }
  .studetnt_detail {
      width: 90%;
    
  }
  
	.caption span
	{
		font-size: 14px;
    line-height: 20px;
	}
	.pad_class img {
      padding-bottom: 16px;
  }
  .back_color {
      height: 50vh;
  }
  .industry_certification{
    width: 95%;
  }
}
@media only screen and (max-width: 992px) {
	.number h1 {
    font-size: 30px;
}
.form {
     width: 100%; 
}
.glimps_content {
    width: calc(100%/3);
    min-height: 130px;
}
.img_girl {
    width: 58%;
    right: 0;
}
.section_5 {
    padding: 8px 0px;
}
.clear_992
{
	display: none;
}
/*.icon_img {
    width: calc(100%/3);
    min-height: 125px;
}
.icons {
    width: 90%;
    margin: 0px auto;
}*/
.glimps_content
{
	border:none;
}
.row_count h2 {
    font-size: 60px;
}
.row_count_border:before {
	left: 27%;
}
.circle_one:after {
    bottom: -36%;
    
    }
    .circle_two:after
    {
bottom: -36%;
    }
.content_992
{
	margin-top: 50px;
}
.college_title {
    width: 100%;
    
}
.col_img_1
{
	text-align: center;
}
.middle
{
	margin: 35px 56px;
}
.logo_footer 
{
	text-align: left;
	margin-bottom: 35px;
  padding-left: 25px;
}
.text_footer 
{
	padding-left: 25px;
}
.footer_sec_1:after {
    
    width: 100%;
    bottom: -5%;
    left: 0;
}
.copyright
{
	text-align: center;
}
.form_head {
  padding-top: 25px;
}
.glimps_content{
  margin-bottom: 25px !important;
  margin-top: 25px !important;
}
.template_skips_student_slider{
  padding-top: 50px;
}
.slider_wrap{
  padding: 50px 0;
}
.section_4{
  padding: 0 0 45px 0;
}
.template_skip_industry{
  padding-top: 45px;
}
}
@media only screen and (max-width: 767px) {
	.check_box_round p {
    width: 87%;
    
}
/*.GD_PI {
   
    height: 90vh;
}*/
.GD_PI_text h1:after {
   
    bottom: -25%;
    left: 0;
    width: 15%;
}
.GD_PI_text h1 {
    font-size: 32px;
}
.GD_PI_text p {
    padding-bottom: 16px;
    font-size: 22px;
}
.section_3 {
  
    padding: 60px 0;
}
.checkmark {
    
    left: 4%;
    
}
.glimps_content 
{
	border: none;
	}
.glimps_content {
   
    min-height: auto;
}
.section_4 {
    padding: 60px 0;
}
.circle_one:after {
    bottom: -96%;
}
.circle_two:after {
    bottom: -44%;
}
.student_text h3
{
	margin: 0;
    font-size: 18px;
}
.mob_class
{
	margin-bottom: 35px;
}
.section_8 {
    padding: 50px 0 60px 0;
    
}
.college_text p {
    font-size: 18px;
}
.section_9 {
    
    padding: 70px 0;
}
.college_text_two p {
    font-size: 16px;
}
.collabration_title h1
{
	font-size: 32px;
}
.section_10 {
    padding: 45px 0 40px 0;
}
.footer {
  
    padding: 70px 20px;
}
.text_footer {
     padding-left: 0px; 
}
.contact_detail {
	margin-top: 20px;
    width: 100%;
}
.copyright p
{
	font-size: 18px;
}
.footer_sec_1:after {
    width: 100%;
    bottom: -8%;
    left: 0;
}
.icon_img {
    min-height: 80px;
}
.row_count h2 {
    font-size: 35px;
}
.row_count span {
    font-size: 15px;
}
.program_count_title h1 {
    margin-bottom: 75px;
    font-size: 27px;
}
.glimps_text p
{
	font-size: 15px;
}
.glimps_content {
    
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.back_color
{
	display: none;
}
.student_text_img
{
	background-color: #f9a61a;
	padding: 50px 0px;
}
}
@media only screen and (max-width: 320px){
.number
{
	text-align: center;
}
.header {
    padding: 35px 0px 22px 0px;
  
}
.GD_PI_text h1:after {
    bottom: -16%;
}
.form_head h1 {
    font-size: 26px;
}	
.form_head p {
    font-size: 22px;
}
.circle_one:after {
    bottom: -70%;
}
.circle_two:after {
    bottom: -72%;
}
.row_count h2 {
    font-size: 30px;
}
.student_text h3 {
    
    font-size: 17px;
}
.college_title h1 {
    margin-bottom: 38px;
}
.college_text_two p {
    font-size: 16px;
}.college_text p {
    font-size: 16px;
}
.copyright p {
    font-size: 14px;
}
.img_girl
{
display: none;
}
.GD_PI {
    height: 80vh;
}
}
/*pinal new style*/
.header_logo{
  width: 75%;
}
.GD_PI_img{
  width: 25%;
}
/*.GD_PI_img img{
  width: 100%;
}*/
input:focus {
    outline: none;
}
.form_head p{
  padding-top: 15px;
}
.glimps_text span{
  font-weight: 700;
}
.student_container{
  width: 80%;
  margin: 0 auto;
}
.industry_certification{
  padding-top: 50px;
  width: 70%;
  margin: 0 auto;
}
.studetnt_content h3{
  padding: 15px 0;
}
.college_text_two p{
  line-height: 30px;
}
.footer_sec_1 .footer_line_height{
  line-height: 25px;
}
.footer_line_height span{
  font-weight: 700;
}
.collabration_title h1{
  margin-bottom: 30px;
}
.collabration_detail .font_18{
  line-height: 25px;
}
.studetnt_content{
  min-height: 21vh;
}
@media only screen and (max-width: 1024px) {
  .industry_certification{
    width: 95%;
  }
  .circle_one:after{
    bottom: -35%;
  }
  .circle_two:after{
    bottom: -35%;
  }
  .collabration_detail .font_18 {
      line-height: 18px;
  }
}
@media only screen and (max-width: 992px) {
  .industry_certification{
    padding-top: 28px;
  }
  .section_6{
    padding: 50px 0;
  }
  .row_count span{
    font-size: 22px;
  }
  .font_35{
    font-size: 30px;
  }
  .circle_one:after {
      bottom: -34px;
  }
  .circle_two:after {
      bottom: -34px;
  }
  .college_text p{
    line-height: 27px;
  }
  .section_9{
    padding: 60px 0;
  }
  .section_10{
    padding: 60px 0;
  }
  .collabration_detail{
    margin-top: 20px;
  }
  .col_img_1 {
    width: 80%;
    margin: 0 auto;
  }
  .col_img_1 img{
    width: 100%;
  }
  .footer_sec_1{
    margin-bottom: 25px;
  }
  .footer{
    padding: 25px 0 15px 0;
  }
  .section_7
  {
    background-color: #F9A61A;
  }
  .learn_more a{
    border: 1px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .number h1{
    margin: 0
  }
  .header_logo{
    width: 100%;
  }
  .header{
    padding: 15px 0 0 7px;
  }
  .number h1 {
      font-size: 24px;
      padding-bottom: 10px;
  }
  .GD_PI_img{
    width: 80%;
    padding: 30px 0 0 15px;
  }
  .GD_PI_text{
    padding-left: 15px;
    padding-right: 15px;
  }
  .img_girl{
    width: 50%;
    right: -70px;
    bottom: 0;
  }
  .input_field input[type="text"], .input_field input[type="number"], .input_field input[type="email"]{
    width: 92%;
  }
  .glimps_content
  {
    width:calc(100%/2);
  }
  .section_4{
    padding: 40px 0;
  }
  .template_skips_student_slider{
    padding-top: 20px;
  }
  .font_35{
    font-size: 30px;
  }
  .template_skip_industry_swiper_wrap{
    padding: 0 0 35px 0;
  }
  .industry_certification{
    padding-top: 0;
  }
  .industry_certification .swiper-pagination .swiper-pagination-bullet{
    background: #fff;
  }
  .row_count_border{
    width: 100%;
    padding-bottom: 45px;
  }
  .row_count_2{
    padding-top: 45px;
  }
  .circle_one:after {
      bottom: -47px;
  }
  .circle_two:after {
      bottom: -47px;
  }
  .row_count_border:after{
    width: 90%;
    left: 18px;
  }
  .student_text{
    top: 20px;
  }
  .studetnt_detail{
    width: 100%;
    padding: 0;
  }
  .student_img{
    width: 40%;
    float: left;
  }
  .studetnt_content{
    width: 60%;
    float: right;
    padding-left: 10px;
    text-align: left;
  }
  .student_img_sec2{
    width: 40%;
    float: right;
    padding-right: 15px;
  }
  .studetnt_content_sec2{
    width: 60%;
    float: left;
    padding-left: 15px;
  }
  .studetnt_content p{
    margin-bottom: 15px;
  }
  .studetnt_float_mob_main{
    padding: 60px 0;
  }
  .content_992 {
      margin-top: 0;
      margin-bottom: 60px;
  }
  .read_more {
    margin: 0 0 70px 0;
}
.font_35{
  font-size: 20px;
}
.college_text{
  width: 100%;
}
.college_text p{
  line-height: 23px;
  font-size: 16px;
}
.college_text_two{
  width: 100%;
}
.college_text_two p{
  line-height: 23px;
}
.middle{
  margin: 35px auto;
}
.caption_internation img{
  width: auto;
}
.col_img_1{
  width: 100%;
}
.mob_class{
  margin-bottom: 0;
}
.logo_footer{
  width: 75%;
  padding-left: 0;
}
.section_10{
  padding: 60px 0 0 0;
}
.footer{
  padding: 25px 0 30px 0;
}
.footer_sec_1{
  margin-bottom: 40px;
}
.template_skips_home_flip_img{
  width: 60%;
  margin-bottom: 50px;
}
.row_count span {
    font-size: 19px;
}
.template_skips_recaptcha{
  width: 90%;
}
}
