@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;
        }



/* 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;

}
.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;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
	.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;
		z-index: 1111;
	    -webkit-backdrop-filter: blur(30px) !important;
	    backdrop-filter: blur(30px) !important;
	    background: linear-gradient(to right, rgba(1,30,53, 0.8) 0%, rgba(60,16,35,0.8) 100%); 
		box-shadow: 16px 0px 20px -16px rgba(0,0,0,0.51) !important;
		-webkit-box-shadow: 16px 0px 20px -16px rgba(0,0,0,0.51) !important;
		-moz-box-shadow: 16px 0px 20px -16px rgba(0,0,0,0.51) !important;
	  }
	}



/*.mainLogo, .subLogo{
	width: 100%;
	
    transition: all 0.3s ease-in-out;
}*/

.mainLogo, .f-logo{
	
    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;
	  background-attachment: fixed;
	    position: relative;
    top: -95px;
    padding-top: 10%;
}
.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: 63%;
	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-image: linear-gradient(to right, rgb(0 9 63 / 95%), rgb(68 2 31 / 90%)), url(../img/IST_building.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	padding: 30px !important;
	border-radius: 20px;
	background-position: center;
}

.h_action_area_three_PGIMS{
/*	background: url('../img/gas_Ist_bg.jpg') no-repeat;*/
	background-image: linear-gradient(to right, rgb(0 9 63 / 95%), rgb(68 2 31 / 90%)), url(../img/PGIMS_BUILDING.JPG);
	background-repeat:no-repeat;
	background-size: cover;
	padding: 30px !important;
	border-radius: 20px;
	background-position: center;
}


.BEaFam{
	padding: 5% 0px 0px;
}

.GasIntColg{
    color: #ffb101;
    font-weight: 800;
}
.GasIntColgPGIMS{
    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;
    border: 1px solid #bbb;
}
.sec_pad{
	padding: 120px 0px 30px 0px !important;
}
.IstYT{
	margin-bottom: 20px;
}
.f-logo{
	filter: drop-shadow(2px 4px 6px black);
}

.cog_animation1{
	
}
.cog-small{
	width: 40px;
    height: 40px;
    position: absolute;
    top: 35px;
    right: 80px;
	background: url("../img/cog_new/right/1.png")center center no-repeat;
	background-size:contain;
}
.cog-medium{
	width: 70px;
    height: 70px;
    position: absolute;
    top: 25px;
    right: 5px;
	background: url("../img/cog_new/right/2.png")center center no-repeat;
	background-size:contain;
}
.cog-large{
	width: 85px;
    height: 85px;
    position: absolute;
    top: 111px;
    right: -15px;
	background: url("../img/cog_new/right/3.png")center center no-repeat;
	background-size:contain;
}

.cog-small_left{
	width: 45px;
    height: 45px;
    position: absolute;
    bottom: 85px;
    left: 60px;
	background: url("../img/cog_new/left/1.png")center center no-repeat;
	background-size:contain;
}
.cog-medium_left{
	width: 70px;
    height: 70px;
    position: absolute;
    bottom: 25px;
    left: 5px;
	background: url("../img/cog_new/left/2.png")center center no-repeat;
	background-size:contain;
}
.cog-large_left{
	width: 85px;
    height: 85px;
    position: absolute;
    bottom: 111px;
    left: -15px;
	background: url("../img/cog_new/left/3.png")center center no-repeat;
	background-size:contain;
}
#cog {
	-webkit-animation: cog 5s infinite;			
	-moz-animation: cog 5s infinite;
	-ms-animation: cog 5s infinite; 			
	animation: cog 5s infinite;
	-webkit-animation-timing-function: linear;	
	-moz-animation-timing-function: linear;		
	-ms-animation-timing-function: linear;
	animation-timing-function: linear	
}
@-webkit-keyframes cog {
100%{ -webkit-transform: rotate(360deg)}
}
@-moz-keyframes cog {
100%{ -webkit-transform: rotate(360deg)}
}
@-ms-keyframes cog {
100%{ -webkit-transform: rotate(360deg)}
}
@keyframes cog {
100%{ 
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}
}
#cog-anti {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-animation: cog-anti 5s infinite;
	-moz-animation: cog-anti 5s infinite;
	-ms-animation: cog-anti 5s infinite;
	animation: cog-anti 5s infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	animation-timing-function: linear
}
@-webkit-keyframes cog-anti {
100%{ -webkit-transform: rotate(-360deg)}
}
@-moz-keyframes cog-anti {
100%{ -webkit-transform: rotate(-360deg)}
}
@-ms-keyframes cog-anti {
100%{ -webkit-transform: rotate(-360deg)}
}
@keyframes cog-anti {
100%{ 
	-webkit-transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg)
}
}




@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;
	}

	.text-gradient{
	background: linear-gradient(to right, #ad074f 0%, #08198d 70%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
	
.gopp_website_section{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1920' height='200' preserveAspectRatio='none' viewBox='0 0 1920 200'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1163%26quot%3b)' fill='none'%3e%3crect width='1920' height='200' x='0' y='0' fill='url(%26quot%3b%23SvgjsLinearGradient1164%26quot%3b)'%3e%3c/rect%3e%3cpath d='M1303.481%2c54.167C1315.728%2c54.185%2c1328.699%2c51.896%2c1335.39%2c41.639C1342.637%2c30.53%2c1343.285%2c15.514%2c1335.87%2c4.516C1329.088%2c-5.543%2c1315.59%2c-6.428%2c1303.481%2c-5.685C1292.934%2c-5.038%2c1283.212%2c-0.66%2c1277.317%2c8.11C1270.561%2c18.161%2c1265.752%2c31.016%2c1271.734%2c41.546C1277.763%2c52.159%2c1291.275%2c54.149%2c1303.481%2c54.167' fill='rgba(255%2c 255%2c 255%2c 0.08)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M1672.127%2c165.871C1677.78%2c165.795%2c1682.271%2c161.966%2c1685.405%2c157.26C1689.039%2c151.803%2c1692.733%2c145.259%2c1689.736%2c139.428C1686.577%2c133.282%2c1679.012%2c130.833%2c1672.127%2c131.426C1666.137%2c131.942%2c1661.907%2c136.756%2c1659.088%2c142.066C1656.478%2c146.983%2c1655.546%2c152.74%2c1658.22%2c157.623C1660.995%2c162.69%2c1666.351%2c165.948%2c1672.127%2c165.871' fill='rgba(255%2c 255%2c 255%2c 0.08)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M188.72 133.54 a53.81 53.81 0 1 0 107.62 0 a53.81 53.81 0 1 0 -107.62 0z' fill='rgba(255%2c 255%2c 255%2c 0.08)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M82.77%2c143.058C91.432%2c143.189%2c100.331%2c140.108%2c104.645%2c132.596C108.945%2c125.108%2c107.169%2c115.845%2c102.61%2c108.512C98.321%2c101.613%2c90.892%2c97.534%2c82.77%2c97.408C74.408%2c97.278%2c66.145%2c100.713%2c61.837%2c107.881C57.407%2c115.252%2c57.614%2c124.561%2c62.012%2c131.951C66.313%2c139.179%2c74.36%2c142.931%2c82.77%2c143.058' fill='rgba(255%2c 255%2c 255%2c 0.08)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M1340.543%2c70.115C1357.347%2c70.191%2c1374.572%2c64.765%2c1383.232%2c50.365C1392.124%2c35.579%2c1390.066%2c17.051%2c1381.445%2c2.105C1372.818%2c-12.852%2c1357.795%2c-22.927%2c1340.543%2c-23.643C1321.928%2c-24.416%2c1302.538%2c-17.735%2c1293.302%2c-1.555C1284.127%2c14.518%2c1288.331%2c34.532%2c1298.516%2c49.984C1307.679%2c63.885%2c1323.894%2c70.04%2c1340.543%2c70.115' fill='rgba(255%2c 255%2c 255%2c 0.08)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M715.182%2c90.042C723.553%2c89.371%2c730.139%2c83.875%2c734.56%2c76.735C739.295%2c69.088%2c743.109%2c59.806%2c738.787%2c51.919C734.348%2c43.819%2c724.411%2c41.005%2c715.182%2c41.375C706.633%2c41.717%2c699.341%2c46.538%2c694.64%2c53.687C689.312%2c61.788%2c684.783%2c71.902%2c689.553%2c80.344C694.369%2c88.867%2c705.423%2c90.825%2c715.182%2c90.042' fill='rgba(255%2c 255%2c 255%2c 0.08)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M1428.63 172.34 a55.02 55.02 0 1 0 110.04 0 a55.02 55.02 0 1 0 -110.04 0z' fill='rgba(255%2c 255%2c 255%2c 0.08)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M552.4 37.17 a60.98 60.98 0 1 0 121.96 0 a60.98 60.98 0 1 0 -121.96 0z' fill='rgba(255%2c 255%2c 255%2c 0.08)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1553.45 25.25 a57.64 57.64 0 1 0 115.28 0 a57.64 57.64 0 1 0 -115.28 0z' fill='rgba(255%2c 255%2c 255%2c 0.08)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M359.06 104.23 a48.55 48.55 0 1 0 97.1 0 a48.55 48.55 0 1 0 -97.1 0z' fill='rgba(255%2c 255%2c 255%2c 0.08)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M1571.825%2c200.684C1580.316%2c200.699%2c1588.722%2c196.792%2c1592.677%2c189.278C1596.42%2c182.167%2c1593.472%2c174.019%2c1589.554%2c167.003C1585.501%2c159.746%2c1580.137%2c151.884%2c1571.825%2c151.94C1563.568%2c151.995%2c1558.516%2c160.022%2c1554.503%2c167.238C1550.644%2c174.177%2c1547.452%2c182.151%2c1551.104%2c189.202C1554.996%2c196.717%2c1563.362%2c200.669%2c1571.825%2c200.684' fill='rgba(255%2c 255%2c 255%2c 0.08)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M1078.92 110.83 a66.49 66.49 0 1 0 132.98 0 a66.49 66.49 0 1 0 -132.98 0z' fill='rgba(255%2c 255%2c 255%2c 0.08)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1869.595%2c115.162C1877.554%2c115.054%2c1884.825%2c111.151%2c1889.135%2c104.459C1893.87%2c97.107%2c1896.418%2c87.789%2c1892.132%2c80.166C1887.781%2c72.428%2c1878.457%2c69.198%2c1869.595%2c69.708C1861.581%2c70.169%2c1855.168%2c75.58%2c1851.14%2c82.523C1847.094%2c89.497%2c1845.149%2c97.982%2c1849.118%2c105.001C1853.138%2c112.11%2c1861.429%2c115.272%2c1869.595%2c115.162' fill='rgba(255%2c 255%2c 255%2c 0.08)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1355.35 199.11 a64.74 64.74 0 1 0 129.48 0 a64.74 64.74 0 1 0 -129.48 0z' fill='rgba(255%2c 255%2c 255%2c 0.08)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M921.83%2c238.238C940.094%2c238.795%2c957.038%2c228.836%2c966.391%2c213.139C975.975%2c197.055%2c978.099%2c176.521%2c967.999%2c160.756C958.506%2c145.938%2c939.426%2c143.838%2c921.83%2c143.585C903.597%2c143.322%2c882.665%2c143.746%2c873.299%2c159.392C863.783%2c175.289%2c872.03%2c194.779%2c881.742%2c210.557C890.865%2c225.379%2c904.433%2c237.707%2c921.83%2c238.238' fill='rgba(255%2c 255%2c 255%2c 0.08)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M474.399%2c194.271C487.152%2c194.64%2c500.32%2c191.17%2c507.359%2c180.53C515.113%2c168.809%2c516.368%2c153.497%2c509.473%2c141.251C502.459%2c128.794%2c488.691%2c121.667%2c474.399%2c121.992C460.645%2c122.305%2c448.386%2c130.609%2c441.985%2c142.787C435.997%2c154.178%2c437.727%2c167.825%2c444.583%2c178.715C450.984%2c188.883%2c462.389%2c193.924%2c474.399%2c194.271' fill='rgba(255%2c 255%2c 255%2c 0.08)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M612.66 25.91 a58.72 58.72 0 1 0 117.44 0 a58.72 58.72 0 1 0 -117.44 0z' fill='rgba(255%2c 255%2c 255%2c 0.08)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M552.81 55.32 a54.72 54.72 0 1 0 109.44 0 a54.72 54.72 0 1 0 -109.44 0z' fill='rgba(255%2c 255%2c 255%2c 0.08)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1019.53 85.47 a61.77 61.77 0 1 0 123.54 0 a61.77 61.77 0 1 0 -123.54 0z' fill='rgba(255%2c 255%2c 255%2c 0.08)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M181.901%2c82.28C197.166%2c81.562%2c210.649%2c73.704%2c218.924%2c60.856C228.057%2c46.676%2c233.537%2c29.124%2c225.784%2c14.144C217.505%2c-1.852%2c199.892%2c-11.537%2c181.901%2c-10.676C165.144%2c-9.874%2c153.141%2c3.505%2c144.738%2c18.025C136.316%2c32.579%2c129.891%2c50.092%2c138.309%2c64.648C146.72%2c79.191%2c165.12%2c83.069%2c181.901%2c82.28' fill='rgba(255%2c 255%2c 255%2c 0.08)' class='triangle-float2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1163'%3e%3crect width='1920' height='200' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='22.4%25' y1='-215%25' x2='77.6%25' y2='315%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1164'%3e%3cstop stop-color='rgba(0%2c 17%2c 46%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(127%2c 0%2c 39%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3cstyle%3e %40keyframes float1 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-10px%2c 0)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float1 %7b animation: float1 5s infinite%3b %7d %40keyframes float2 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-5px%2c -5px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float2 %7b animation: float2 4s infinite%3b %7d %40keyframes float3 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(0%2c -10px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float3 %7b animation: float3 6s infinite%3b %7d %3c/style%3e%3c/defs%3e%3c/svg%3e");
	background-size: cover;
	box-shadow: 0px -19px 5px -13px rgba(0,0,0,0.24) inset;
-webkit-box-shadow: 0px -19px 5px -13px rgba(0,0,0,0.24) inset;
-moz-box-shadow: 0px -19px 5px -13px rgba(0,0,0,0.24) inset;
}

.gopp_website_section img{
	width: 80%;
}

.DoremonBulb{
	width: 100%;
}

.home_sec_ist_container .ist_logo{
	width: 100%;
}

.home_sec_pgims_container .pgims_logo{
	width: 100%;
	border-radius: 50%;
}


@media screen and (max-width: 560px) {
	.h_analytices_features_item{
		padding: 80px 0 0 !important;
	}
	.mainLogo, .f-logo{
		width: 40% !important;
	}
	.menu_one, .header_area.navbar_fixed .menu_one{
		padding: 0px !important;
	}
	.h_action_area_three_IST{
		background-position: center;
		padding-top: 20% !important;
		position: relative;
        z-index: 1;
	}
	.h_action_area_three_PGIMS{
		background-position: center;
		padding-top: 20% !important;
		position: relative;
        z-index: 1;
	}
	.h_analytics_content h2{
		line-height: 40px !important;
		font-size: 30px;
	}
	.home_analytics_banner_area{
		padding-top: 10px !important;
		align-items: center;
	    background: url(../img/gop_home_banner_mob.jpg);
	    background-size: cover;
	    background-repeat: no-repeat;
	    overflow: hidden;
	    position: relative;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		box-shadow: 0px -30px 32px -20px rgba(0,0,0,1) inset;
		-webkit-box-shadow: 0px -30px 32px -20px rgba(0,0,0,1) inset;
		-moz-box-shadow: 0px -30px 32px -20px rgba(0,0,0,1) inset;
	}
	.edumission_section{
		position: static;
		top: 0px;
	}
	.whyChooseUs{
		padding: 30px 0px 20px;
	}
	.whyChooseUs h5{
		font-size: 14px;
	}
	.whyChooseUs .col-6{
		margin-bottom: 0px !important;
	}
	.whyChooseUs h6{
		font-size: 12px;
	}
	.pos_features_content .h_features_item{
		margin-top: 15px;
	}
	.sec_pad{
		padding: 20px 0px 30px 0px !important;
	}
	.analytices_action_area_two{
		padding-top: 20px;
	}
	.GASList{
        padding-inline-start: 10px;
    }

    .GASList li::marker{
        font-weight: bolder;
        padding: 5px;

    }
	.erp_action_content h3{
		margin-top: 18px;
	}
	.erp_action_content p{
		margin-bottom: 0px;
	}
	.home_sec_ist_container{
		margin-top: 5%;
	}
	.home_sec_pgims_container{
		margin-top: 5%;
	}
	.h_action_img{
		position: relative;
		z-index: 9;
	}
	.home_sec_ist_container .ist_logo{
		width: 35%;
		position: absolute;
		margin-top: 7%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border: 5px solid #fff;
        background: #fff;
        border-radius: 50%;
	}
	.home_sec_pgims_container .pgims_logo{
		width: 35%;
		position: absolute;
		margin-top: 7%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border: 5px solid #fff;
	}
    p, li{
    	font-size: 12px !important;
    	text-align: justify;
		line-height: 20px;
    }
    .list-unstyled li{
    	text-align: left;
    }
    .trainingDet, .enggDet, .pharmacyDet, .ccProgDet{
    	padding: 5px;
    }

    .enroll_sec{
	    padding: 5px 0px !important;
	    padding-bottom: 20px !important;
	    /* background: url(../img/tkAdm.png); */
	    background-size: cover !important;
	    background-position: center !important;
	    /* margin-top: -85px; */
	    position: relative !important;
	    z-index: 99 !important;
	}
	.bg-white{
		background: #fff;
	}
	.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: 100% !important;
		left: 0;
	}
	
	.cog-small{
		width: 30px;
        height: 40px;
        top: 35px;
        right: 35px;
	}
	.cog-medium{
		width: 60px;
        height: 60px;
        top: 5px;
        right: -29px;
	}
	.cog-large{
		width: 70px;
        height: 70px;
        top: 70px;
        right: -15px;
	}
	
	.cog-small_left{
		opacity: 0.2;
	}
	.cog-medium_left{
		opacity: 0.2;
	}
	.cog-large_left{
		opacity: 0.2;
	}
	.erp_analytics_item p{
		font-size: 20px !important;
	}

	.h_analytices_features_area .er_btn{
		margin-top: 20px !important;
	}

	.GasIntColg{
		font-size: 24px;
	}

	.GasIntColgPGIMS{
		font-size: 24px;
	}
	.siteSSL{
		margin-bottom: 40px !important;
	}
	.gopp_website_section img{
		width: 100%;
	}
	.gopp_website_section h2{
		font-size: 14px;
		margin: 20px 0px;
	}
	
	.h_action_area_three{
		padding: 15px 0 50px;
	}
	
	.h_action_area_three .h_action_content .video_icon{
		width: 40px;
		height: 40px;
		line-height: 47px;
		margin-bottom: 15px;
		float: right;
		top: 0px;
		right: 0px;
	}
	
	.video_icon i:after{
		width: 120%;
		height: 120%;
		top: 50%;
		left: 50%;
	}
}

@media screen and (min-device-width: 1449px) and (max-device-width: 1520px){
	.enroll_sec{
		/*padding-top: 27vh;*/
	}
}



