@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap');
body{

font-family: 'IBM Plex Sans', sans-serif;

font-size: 18px;
font-weight:400;



	}/*nav styles*/



/*sticky header position*/

.sticky.is-sticky {

    position: fixed;

    left: 0;

    right: 0;

    top: 0;

    z-index: 1000;

    width: 100%;

}

/*Navbar*/

	@media (max-width: 336px) {

			nav {

				background:#000;opacity:0.8;box-shadow:1px 1px 3px #666;

			}  

		}

.navbar-light .navbar-toggler{



	margin-left: auto;

}		

		

	

nav {

  background: #fff;

  opacity:0.8;

  min-height: 105px;

  

}







/*nav styles end*/

.form-box{

	background-color: #fff;

	border-radius: 3px;

	box-shadow: 2px 2px 7px #666;

	margin:0px 0 0px 0px;

}

.bg-blue{

	background-color: #2e3192;

}

.banner-bg{

	background-image: url(images/gc-st-banner.jpeg);

	background-size: cover;
	background-repeat:no-repeat;
	background-position: center; 
	height: 600px;

}

.btn-blue{

	background-color: #2e3192;

	color:#fff;

	border-radius: 0px;

}

.btn-blue:hover{

	color: #fff;

	}



.btn-blue1{

	background-color: #2e3192;

	color:#fff;



}

.btn-blue1:hover{

	color: #fff;

	background-color: red;		

}



form span{

	color: #2e3192;

	text-decoration: underline;

	font-weight: bold;

}

form a,a:hover{

	color:#000;

}

.form-control{

	border:1px solid #3399cc;

	border-radius: 0px;

	color: #999!important;

	font-size: 16px;

font-family: 'Questrial', sans-serif;

}

.form-group{

	margin-bottom: 1.5rem;

}

section h1{

	color: #003366;

}

.card{

	border-radius: 0px;

}

h5{

	font-size: 22px;

	font-weight: bold;

		color: #003366;

		font-family: roboto;



}

.card-img{

background-image:url(images/getbg.jpg);

background-size: cover;

border-radius: 3px;

}

.bg-gray{

	background-color:#e0e0e0;

}

.m6{

	margin-top:70px;

	margin-bottom: 60px;

}

.h2blue{

	color: #003366;

}

.navbar-light .navbar-nav .nav-link{

	color: #000;

	font-size: 17px;

}



.btn-default {



  border-radius: 40px;

  background-color: #fff;

color:#1a328d;

  font-size: 17px;

  font-weight: bold;

  padding: 5px 10px;

  border:2px solid #1a328d;

}



.btn-default:hover {

  color: #FFF;

  background: rgba(108, 88, 179, 0.75);

}

.bg-dark-blue{

background-color:#114d7b;

}

a{

	color: #fff;

}

@media (min-width: 576px){
.modal-sm {
    max-width: 500px;
}

}
.modal-body{
	text-align: justify;;
}
.modal-header h5{
	color: #dc3545;
}
.img-fluid {
    max-width: 68%;
    height: auto;
}
.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: -2rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}


.grey-pad{
	    background: #efefef;
    padding: 41px;
}

.sky-pad{
	 background:#b6ebfb;
	  padding: 41px;
	 
}

.color1{
	background: #d7d2ed;
	padding: 41px;
}
.color2{
	background: #e1cdec;
	padding: 41px;
}
.color3{
	background: #efcee3;
	padding: 41px;
}

.red{	
    background: #003366;
   
}
.black{	
    background: #000;
}

.red-pad{	
    
    padding: 41px;
}
.red-pad-text {
	color:#fff;
}
.blue-pad{
	    background: #212060;
    display: inline;
    padding: 2px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

    .accordion-button::after {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
      transform: scale(.7) !important;
    }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    }

	.pad-20{
		padding-top:20px;
		padding-bottom:20px;
	}
	
	.course-pad{
		height: 464px;
	}



.back1{
	    padding: 10px;
    background: url(images/back1.jpg);
}



.btn.btn-primary {
    padding: 10px 39px 10px 39px;
    text-align: center;
    border-radius: 50px;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.6px;
    color: white !important;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    text-decoration: none;
    flex: 1 1 auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#8579e0), color-stop(51%, #d043ca), to(#8579e0));
    background-image: -o-linear-gradient(left, #8579e0 0%, #d043ca 51%, #8579e0 100%);
    background-image: linear-gradient(to right, #8579e0 0%, #d043ca 51%, #8579e0 100%);
    border: none;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}


.section-heading:before {
   background-color: #212060;
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    -webkit-animation-name: watermark-animate;
    animation-name: watermark-animate;
}

.section-heading {
  position: relative;
    background-color: #ed1c24;
    height: 5px;
    width: 90px;
    border-radius: 30px;
    margin: 20px auto;
}

.list-new li {
	margin-bottom: 10px;
}

.list-new li {
    padding: 8px 3px 1px 21px;
    position: relative;
}

 .list-new li i {
    color: #ed1c24;
    position: absolute;
    left: 0px;
	font-size: 20px;
    font-weight: 500;
	    line-height: 28px;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

a {
	color:#fff !important;
}
.shadow{
	box-shadow: 10px 2px 14px 0px;
    border-radius: 10px;
    padding: 32px;
}


/*Pulse Border Animation*/
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.move-y {
  animation: move-y 2s alternate infinite;
  -webkit-animation: move-y 2s alternate infinite;
}
@keyframes move-y {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
  }
}
.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
}
@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.dance {
  -webkit-animation: dance 2s alternate infinite;
}
@keyframes dance {
  0% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
  }
}
.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes watermark-animate {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}


.bg-dark1{
	background:#031f4b;
}

.bg-dark2{
	background:#031f4b;
}




.section-heading2:before {
    content: ' ';
    background: linear-gradient(to right,#e67817,#e67817,#e67817);
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: 0;
}

.section-heading2 {
    position: relative;
    padding: 10px 0;
    margin-top: -14px;
}