@font-face {
    font-family: 'Exo2-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('Exo2-Regular.ttf');
    }
/*
@font-face {
    
    font-family: 'Oswald-Medium';
    font-style: normal;
    font-weight: 300;
    src: url('Oswald-Medium.ttf');
    }
*/
body{
    font-family: 'Exo2-Regular';
}

p,li{
    font-family: 'Exo2-Regular' !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Cal Sans", sans-serif !important;
	font-weight: 400 !important;
}



/*general */

.GASList{
            text-align: justify;
            display: block;
            margin-block-start: 1em;
            margin-block-end: 1em;
            margin-inline-start: 0px;
            margin-inline-end: 0px;
            padding-inline-start: 40px;
            font-size: 16px;
            line-height: 30px;
           /* list-style-image: url('images/arrow_right.png');*/
        }
        .GASList li::marker{
            content: ">  ";
            color: #E80651 ;
            font-weight: 700;
            padding: 5px;
        }

.bg-gradient{
	background: linear-gradient(to right, #011e35 0%, #3c1023 100%);
}

/* about */

.gop_section{
/*	padding: 20px;*/
	background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23c9c9c9' stroke-width='66.6' stroke-opacity='0.25' %3E%3Ccircle fill='%23ffffff' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%23fcfcfc' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%23f9f9f9' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%23f6f6f6' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%23f4f4f4' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%23f1f1f1' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%23eeeeee' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%23ebebeb' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%23e8e8e8' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%23e5e5e5' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%23e3e3e3' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%23e0e0e0' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%23dddddd' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%23dadada' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%23d7d7d7' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%23d5d5d5' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%23d2d2d2' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%23cfcfcf' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}
.blog_single .blog_content{
	padding: 15px;
}
.blog_single_info blockquote{
	border-left: none !important;
}

.blog_single_info .blog_list_item_two .blog_content{
	padding-top: 0px;
}

/*ebody */

.ebody{
	padding: 15px;
	background: #fff;
	box-shadow: 0px 5px 17px -2px rgba(0,0,0,0.64);
-webkit-box-shadow: 0px 5px 17px -2px rgba(0,0,0,0.64);
-moz-box-shadow: 0px 5px 17px -2px rgba(0,0,0,0.64);
}

/* ttraining */

.trainingDet, .enggDet, .pharmacyDet, .ccProgDet{
	background: #fff;
	padding: 15px;
	margin: 0px 0px 20px 0px;
}

.colgTTCard{
    margin-bottom: 10px;
}
.card-header h5 button{
     color: #051441;
    font-size: 26px;
    font-weight: 500;
}
.card-header{
    padding: 5px !Important;
}

/* approach */

.approachProList{
	padding: 15px !important;
	box-shadow: 0px 0px 17px -2px rgba(0,0,0,0.52);
	-webkit-box-shadow: 0px 0px 17px -2px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 0px 17px -2px rgba(0,0,0,0.52);
}

/* timeline */

.timeline{
	background: #fff;
	padding: 20px;
}

/* carrer */

.careerSec{
	background: #fff;
	padding: 15px;
}

.apply_form input[type="text"], .apply_form textarea, .apply_form .selectpickers{
	border: 1px solid #bbb !important;
}

/* allinstitution */

.allInst{
	background: #fff;
	padding: 15px;
}


/*home */
/*.header_area{
	background: #fff;
	border-bottom: 5px solid rgba(0,69,151,1.00);
}*/
.h_analytics_content h2{
	line-height: 25px !important;
	font-size: 35px;
	font-family: 'Exo2-Regular' !important;

}
.menu_one{
	padding: 0px 10px;
}

.w_menu .nav-item .nav-link{
	color: #fff;
	font-family: 'Exo2-Regular';
}
.w_menu .nav-item:hover .nav-link, .w_menu .nav-item.active .nav-link{
	color: #fff;
	font-size: 16px !important;
}
.w_menu .nav-item .nav-link{
	font-size: 16px !important;
}

.menu > .nav-item + .nav-item{
	margin-left: 30px !important;
}

.header_area.navbar_fixed{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	background: rgba(0,0,0) !important;
	z-index: 1111;
}
.mainLogo, .subLogo{
	
    transition: all 0.3s ease-in-out;
}
.w_menu .nav-item:hover .nav-link, .w_menu .nav-item.active .nav-link{
	font-family: 'Exo2-Regular';
}
.edumission_section{
	background: url("../img/gop_edumission_home_banner.jpg");
	  background-size: cover;
	  background-repeat: no-repeat;
}
.h_analytices_features_item .h_analytices_content h2{
	color:  #fff;
}
.h_analytices_features_item .h_analytices_content p{
	font-size: 16px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.h_analytices_features_item .h_analytices_content ul li{
	color: #fff;
	margin-top: 0px !important;
}
.h_analytices_features_item .h_analytices_content ul li a{
	color: #fff;
}
.h_analytices_features_item .h_analytices_content ul li span{
	color: #fff;
}

.h_analytices_features_item{
	background: none !important;
}
.EDMLogo{
	width: 70%;
	background: #fff;
	border-radius: 10px;
	filter: drop-shadow(0px 0px 10px black);
}
.h_analytices_features_area .er_btn{
	padding: 0px 45px;
	padding-bottom: 2px;
}

.h_action_area_three_IST{
	background: url('../img/gas_Ist_bg.jpg') no-repeat;
	background-size: cover;
	padding: 40px 0px !important;
}

.h_action_area_three_PGIMS{
	background: url('../img/gas_PGIMS_bg.jpg') no-repeat;
	background-size: cover;
	padding: 85px 0px !important;
}

.BEaFam{
	padding: 0px;
}

.GasIntColg{
	font-family: 'Exo2-Regular' !important;
    color: #ffb101;
    font-weight: 800;
}
.GasIntColgPGIMS{
	font-family: 'Exo2-Regular' !important;
    color: #198ff4;
    font-weight: 800;
}

/* colg */

.colgDet{
	background: #fff;
	padding: 15px;
	border: 1px solid #bbb;
}

.courseDet{
	background: #fff;
	padding: 15px;
	border: 1px solid #bbb;
}

/* contact */

.contactDet{
	background: #fff;
	padding: 15px;
	border: 1px solid #bbb;
}
.text_box input[type="text"], .text_box textarea, .text_box input[type="password"], .text_box input[type="email"]{
	border: 1px solid #E0E0E0;
	-webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.text_box input[type="text"]:focus, .text_box textarea:focus, .text_box input[type="password"]:focus, .text_box input[type="email"]:focus{
	border-bottom: 1px solid #F74444;
	-webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.genBg{
    background: #fff;
    padding: 15px 0;
    border: 1px solid #bbb;
}
/*
.sec_pad{
	padding: 50px 0px 30px 0px !important;
}
*/
.IstYT{
	margin-bottom: 20px;
}
.f-logo{
	filter: drop-shadow(2px 4px 6px black);
}
.text-gradient{
	background: linear-gradient(to right, #ad074f 0%, #08198d 70%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 560px) {
	.h_action_area_three_IST{
		background-position: center;
	}
	.h_analytics_content h2{
		line-height: 40px !important;
		font-size: 30px;
	}
	.home_analytics_banner_area{
		padding-top: 10px !important;
	}
	.whyChooseUs{
		padding-top: 50px;
	}
	.sec_pad{
		padding: 20px 0px 0px 0px !important;
	}
	.analytices_action_area_two{
		padding-top: 20px;
	}
	.GASList{
        padding-inline-start: 10px;
    }

    .GASList li::marker{
        font-weight: bolder;
        padding: 5px;

    }
    p, li{
    	font-size: 12px !important;
    	text-align: justify;
		line-height: 22px;
    }
    .list-unstyled li{
    	text-align: left;
    }
    .trainingDet, .enggDet, .pharmacyDet, .ccProgDet{
    	padding: 5px;
    }

    .enroll_sec{
	    margin-top: -65px;
	}
	.pos_features_content h2{
		font-size: 28px !important;
	}
	.pos_features_img {
		margin-top: 0px;
	}
	.pos_features_img img{
		width: 100%;
	}
	.h_action_area_three_PGIMS{
		background-position: center;
	}
	.pos_footer_area:before{
		width: 85%;
		left: 0;
	}
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
	  .menu > .nav-item.submenu.mega_menu .mega_menu_inner {
		  
	    -webkit-backdrop-filter: blur(30px) !important;
	    backdrop-filter: blur(30px) !important;
	    background: linear-gradient(to right, rgba(1,30,53, 0.6) 0%, rgba(60,16,35,0.6) 100%);    
		box-shadow: 16px 0px 20px -16px rgba(0,0,0,0.91) !important;
		-webkit-box-shadow: 16px 0px 20px -16px rgba(0,0,0,0.91) !important;
		-moz-box-shadow: 16px 0px 20px -16px rgba(0,0,0,0.91) !important;
	  }
	}

	
	  .navbar_fixed .menu > .nav-item.submenu.mega_menu .mega_menu_inner {
		  
	    background: linear-gradient(to right, rgba(1,30,53, 0.98) 0%, rgba(60,16,35,0.98) 100%);    
		box-shadow: 16px 0px 20px -16px rgba(0,0,0,0.91) !important;
		-webkit-box-shadow: 16px 0px 20px -16px rgba(0,0,0,0.91) !important;
		-moz-box-shadow: 16px 0px 20px -16px rgba(0,0,0,0.91) !important;
	  }


	.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link{
		color: #fff !important;
		font-size: 14px !important;
	}

	.submenu_title{
		color: #ed1165;
	    font-size: 25px;
	    margin-bottom: 0px !important;
	}

	.bottomMenu a{
		color: #fff;
	}

	.pos_features_content .h_features_item{
		margin-top: 45px;
	}


@media screen and (min-device-width: 1349px) and (max-device-width: 1520px){
	.enroll_sec{
		/*padding-top: 27vh;*/
	}
}



