body {
   font-family: 'Lato';
    color: #1b1b1b;
    font-size: 16px;
}
a {
    text-decoration: none;
    color: #1b1b1b;
}
a:hover {
    transition: 0.1s all;
}

p{
	 font-family: 'Lato';
}

.text-part.right{
	font-family: 'Lato';
}
.logo {
    width: 300px;
    transition: 0.5s all;
}
.logo-small {
    width: 250px;
}

section {
    padding: 60px 0 50px;
    position: relative;
}
section.light {
    background: #f2f2f2;
    position: relative;
}
section.gold {
    background: #e7e7e7;
    position: relative;
	margin-top:5%;
}

section.gold .img-botm{
    position: absolute;
       width: 213px;
    top: -110px;
    left: 12%;
}

.botm-blue:hover {
    background-color: #f39d37;
	color:#000;
}

@media (max-width: 1400px) {
    section.gold .img-botm{
            position: absolute;
        width: 212px;
        top: -112px;
        left: 8%;
    }
	.top-200{
		margin-top:18px;
	}
}

.heading1-big{
     background:transparent;
     border-radius: 12px;

}
.botm-blue{
	    background-color: #0b3077;
   padding: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff;
	margin-top: 0px !important;
    
}


.botm-blue a:hover{
	    background-color: #f39d37;
   
    padding-bottom: 10px;
    padding-top: 10px;
    color: #333 !important;
    
}


section.blue {
    background: #063797;
    position: relative;
}




.video-background {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: -2;
	box-shadow: inset -35px -114px 169px -82px #000000;
}

#carouselExampleDark{
	box-shadow: inset -35px -114px 169px -82px #000000;
}

.video-section {
    position: relative;
    width: 100%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    color: white;
     font-family: 'Lato';
    overflow: hidden;
    &::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: -1;
    }
}

.video-section h1 {
    font-size: 3.7em;
    margin: 0 0 0.3em;
}

.video-section button {
    padding: 15px 36px;
    border: 2px solid white;
    background: transparent;
    font-size: 1.05em;
    color: inherit;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.video-section button:hover {
    background: rgba(255, 255, 255, 0.3);
}

p {
    line-height: 1.4;
}
p.para {
    margin: 0px 10px 0px 10px;
}
ol,
ul {
    padding-left: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato';
    line-height: 1.4;
}
.bg-dark2 {
    background-color: #000000 !important;
}
.bg-light {
    background-color: #fff !important;
}
hr {
    background-color: #a1a1a1;
}
.border-end {
    border-right: 1px solid #063797 !important;
}
.br-1 {
    border-right: 1px solid #dee2e6;
}
.font2x {
    font-size: 120%;
}

.color1 {
    color: #063797;
}
.color2 {
    color: #505050;
}
.color3 {
    color: #ffffff;
}
.h-color1 {
    color: #fff;
}
.h-color1:hover {
    color: #fff;
}
.floating-btns li a.h-color2,
.h-color2 {
    color: #000;
}
.h-color2:hover {
    color: #000;
}
.bg-tr {
    background: transparent !important;
}
.mt-minus100 {
    margin-top: -100px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.mt-50 {
    margin-top: 50px;
}

.btn-black {
    background: #000;
    color: #fff;
    border: solid 1px #000;
    border-radius: 0;
    padding: 7px 35px;
}
.btn-black:hover {
    background: #fff;
    color: #000;
    border: solid 1px #fff;
}
.overflow {
    overflow: hidden;
}
.p-top1 {
    padding-top: 50px;
}

.line-left {
    position: relative;
    padding-left: 10px;
}
.line-left::before {
    position: absolute;
    content: "";
    left: -10px;
    top: 5px;
    width: 3px;
    height: 50px;
    max-height: 80%;
    background-color: #f39d37;
}

.toggle-wrap {
    padding: 5px;
    position: relative;
    cursor: pointer;
    float: left; /*disable selection*/
    user-select: none;
    background: transparent;
}
.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
    transition: all 0.2s ease-in-out;
}
.toggle-bar {
    width: 30px;
    margin: 10px 0;
    position: relative;
    border-top: 3px solid #000;
    display: block;
    z-index: 10;
}
.toggle-bar::before,
.toggle-bar::after {
    content: "";
    display: block;
    background: #000;
    height: 3px;
    width: 30px;
    position: absolute;
    top: -11px;
    transform: rotate(0deg);
    transform-origin: 13%;
}
.toggle-bar::after {
    top: 5px;
}
.toggle-wrap.active .toggle-bar {
    border-top: 6px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
    transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar::after {
    transform: rotate(-45deg);
}

.symbol-right {
    background: url("../images/bg-logo.svg") no-repeat;
    background-size: 40%;
    background-position: 95% 3%;
}
.symbol-left {
    background: url("../images/bg-logo.svg") no-repeat;
    background-size: 40%;
    background-position: 5% 3%;
}

.rounded-4 {
    border-radius: 0.8rem !important;
    border: none;
}

/*
.heading1-big{font-family: 'Proxima Nova Bl', sans-serif; font-size: calc(2.5rem + ((2.4vw - 0.48rem) * 1.3889)); line-height: 110%; padding: 0; margin: 0;}
.heading1{font-family: 'Proxima Nova Bl', sans-serif; font-size: calc(1.9rem + ((2.4vw - 0.48rem) * 1.3889)); line-height: 1; padding: 0; margin: 0;}
.heading1-small{font-family: 'Proxima Nova Bl', sans-serif;font-size: calc(1.4rem + ((1.4vw - 0.48rem) * 1.3889)); line-height: 1; padding: 0; margin: 0;}
.heading2-small{font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889)); line-height: 1.3; padding: 0; margin: 0;}
*/

.footer h5 {
    margin: 0 0 10px 0;
	font-size:15px
}
.header__center {
     font-family: 'Lato';
    font-size: 1.2rem;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-column-gap: 1.2rem;
    align-items: center;
    color: #fff;
}
.header__center::before {
    content: "";
    display: block;
    height: 1px;
    background-color: #fff;
}

.quote {
    position: absolute;
    z-index: 0;
    width: 25%;
    left: -20px;
    top: -60px;
}
.ceo {
    margin-top: -50px;
}

.dropdown-menu {
    min-width: 220px;
    background: rgba(11, 86, 160, 0.95);
    border: none;
    border-radius: 0;
    padding: 1rem;
}
.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown-item {
    color: #fff;
	 font-family: 'Lato';
}
.dropdown-item span {
    float: right;
}
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu > li:hover {
        background-color: #f1f1f1;
    }
    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
}
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: 0.5rem;
    }
}
.navbar.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001; /*box-shadow:0px 0px 5px rgba(0,0,0,0.3);-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;transition:0.5s all;*/
    background: #fff;
}
.navbar-light {
    background-color: #fff;
}
/*.navbar-nav .nav-link {font-size: 16px; padding-right: 0; padding-left: 2rem !important; cursor: pointer;}*/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Lato';
    color: #000;
    font-size: 15px;
    position: relative;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #1a375f;
}
.navbar-light .navbar-nav .nav-link::before {
    background: #1a375f none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 0%;
    transition: 0.9s;
}
.navbar-light .navbar-nav .nav-link:hover::before,
.navbar-light .navbar-nav .nav-link.active::before {
    width: 100%;
}

.navbar-light .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    margin: 0 8px;
}

.navbar .container {
    position: relative;
}
.carousel {
    margin-top: 65px;
}
.carousel-item {
    height: auto;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.carousel-control-next,
.carousel-control-prev {
    width: 8%;
}
.overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
}
.carousel-caption {
    position: absolute;
    bottom: 0%;
    color: #fff;
    z-index: 1;
    left: 40px;
    text-align: left;
}

/* FLOATING SIDEBAR */
.floating-btns ul {
    clear: both;
    position: fixed;
    z-index: 1000;
    display: block;
    list-style-type: none;
    right: -3.2em;
    top: 30%;
    -webkit-animation: slideright 1s forwards;
    -webkit-animation-delay: 1.5s;
    animation: slideright 1s forwards;
    animation-delay: 1.5s;
}
@keyframes slideright {
    100% {
        right: 0;
    }
}
.floating-btns li {
    margin-bottom: 105px;
    margin-right: -44px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transition: width 0.5s, background-color 0.1s;
    transition: width 0.5s, background-color 0.1s;
}
.floating-btns li a {
    padding: 8px 10px;
     font-family: 'Lato';
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.floating-btns li a.color1 {
    background-color: #0b3077;
}
.floating-btns li a.color2 {
    background-color: #f39d37;
}
.applynow {
    position: absolute;
    z-index: 100;
    bottom: 0;
    right: 0;

}

.about-home {
    background: #063797;
    color: #fff;
}
.about-home .cpsi {
    max-width: 160px;
    margin: 0 auto;
}

.address ul {
    list-style: none;
	    padding-left: 25px;
}

.footer-tit{
	position:relative;
	margin-bottom:25px;
}

.footer-tit:before {
content: "";
    background: #f39d37;
width: 170px;
    height: 2px;
    position: absolute;
    bottom: -4px;
    left: 0;
}

.address ul > li {
    padding-bottom: 15px;
}
.address ul > li.location:before {
    font-family: "FontAwesome";
    content: "\f3c5";
    display: block;
    float: left;
    margin-left: -1.5rem;
}
.address ul > li.phone:before {
    font-family: "FontAwesome";
    content: "\f095";
    display: block;
    float: left;
    margin-left: -1.5rem;
}

.address ul > li.email:before {
    font-family: "FontAwesome";
    content: "\f0e0";
    display: block;
    float: left;
    margin-left: -1.5rem;
}

/*Read More*/
.btn-bg {
    background-color: #063797;
    padding-right: 18px;
    display: inline-block;
}
.link {
    cursor: pointer;
    font-weight: 400;
    text-decoration: none;
     font-family: 'Lato';
    color: #fff;
}
.link--arrowed {
    display: inline-block;
    height: 3rem;
    line-height: 3rem;
    font-size: small;
    background: #0c62d5;
    padding: 0 30px;
    border-radius: 0% 17% 0% 0% / 10% 66% 10% 10%;
}
.link--arrowed:hover {
    background: #063797;
    color: #fff;
}
.link--arrowed .arrow-svg {
    position: relative;
    color: #fff;
    top: -3px;
    transform: translate3d(5px, 0, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    vertical-align: middle;
}
/*.link--arrowed:hover{color: #fff;}*/
.link--arrowed:hover .arrow-svg {
    transform: translate3d(18px, 0, 0);
}

.animated-line::before {
    position: absolute;
    content: "";
    border-right: solid 1px #285ec9;
    height: 45%;
}

/*Horizontal Scroll*/
.scene {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.scene--active {
    position: fixed;
}
.scene--ended {
    position: absolute;
    bottom: 0;
    top: auto;
}
.horizontal-scroll-section {
    position: relative;
    opacity: 0;
    transition: 0.2s opacity;
}
.horizontal-scroll-section--init {
    opacity: 1;
}
.horizontal-scroll-section__content {
    display: flex;
    align-items: center;
}
.horizontal-scroll-section__content-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}
.horizontal-scroll-section__content-section {
    position: relative;
    min-width: 25vw;
    text-align: center;
    padding: 0 10px;
    height: auto;
    display: flex;
    align-items: center;
}
.horizontal-scroll-section__image {
    display: flex;
    align-items: center;
}
.horizontal-scroll-section__image h2 {
    margin-left: 20px;
    width: 100%;
    text-align: left;
    flex-shrink: 0;
}
.horizontal-scroll-section--animation-one .horizontal-scroll-section__image--two {
    opacity: 1;
    transform: translateX(0);
}
/*Image Hover Effect*/
.grid {
    position: relative;
}
.grid figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #000;
    text-align: center;
    margin: 0;
}
.grid figure img {
    position: relative;
    display: block;
    opacity: 0.8;
}
.grid figure figcaption {
    color: #fff;
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    -webkit-transition: opacity 0.7s, -webkit-transform 0.35s;
    transition: opacity 0.7s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}
figure.effect-lily figcaption {
    text-align: left;
}
figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 40px;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 50%;
}
figure.effect-lily h4,
figure.effect-lily p,
figure.effect-lily ul {
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
}
figure.effect-lily h4 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
	font-size:22px;
}
figure.effect-lily p,
figure.effect-lily ul {
    color: #fff;

    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}
figure.effect-lily:hover img {
    opacity: 0.6;
}
figure.effect-lily:hover p,
figure.effect-lily:hover ul {
    opacity: 1;
}
figure.effect-lily:hover img,
figure.effect-lily:hover h4,
figure.effect-lily:hover p,
figure.effect-lily:hover ul {
   
}
figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
figure.effect-lily:hover ul {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
figure.effect-lily p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}
figure.effect-lily ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
figure.effect-lily ul li::before {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    padding-right: 10px;
}

figure.effect-lily figcaption > .d-flex {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: auto;
}
figure.effect-lily figcaption > .d-flex h5 {
    margin: 0;
    font-size: 22px;
    width: 95%;
}
.circle-arrow {
    background: #e59535;
    border: solid 1px #fff;
    border-radius: 50px;
    color: #fff;
    float: right;
    font-size: 15px;
    line-height: 21px;
}
figure.effect-lily:hover .circle-arrow {
    background: #fff;
    color: #e59535;
    border-color: #e59535;
}

.right-blue::after {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #063797;
    width: 40px;
}
.right-gold::after {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #e59535;
    width: 40px;
}
.left-blue::after {
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #063797;
    width: 40px;
}
.left-white {
    padding: 0;
    padding-left: 40px;
}
.bottom-white {
    position: absolute;
    background: #fff;
    right: 0;
    height: 50px;
    bottom: -1px;
    left: 40px;
}

.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: -180px;
}
.bg-video-wrap video {
    width: 100%;
    z-index: 1;
    display: flex;
}
.bg-video-wrap .overlay {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.arrow-icon {
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    width: 12%;
	left: 0px;
        bottom: 40%;
        margin: 0px auto;
}
.arrow-icon img {
    width: 100%;
    opacity: 1;
    cursor: pointer;
}
.arrow-icon img:hover {
    opacity: 0.9;
}

.video-text {
    padding-bottom: 200px;
}
.video-bg {
    background-color: #063797;
    overflow: visible;
}

.activities-pl {
    padding-left: 0%;
}

.cpsi-slider .owl-nav {
    position: absolute;
    bottom: 0;
    right: 20px;
}
.sa_ra_slider .owl-nav .owl-next,
.sa_ra_slider .owl-nav .owl-prev,
.cpsi-slider .owl-nav .owl-next,
.cpsi-slider .owl-nav .owl-prev {
    border: solid 1px #063797;
    text-decoration: none;
    background: #fff;
    color: #063797;
    font-size: 22px;
    border-radius: 50px;
    width: 45px;
    height: 45px;
}
.sa_ra_slider .owl-nav .owl-next:hover,
.sa_ra_slider .owl-nav .owl-prev:hover,
.cpsi-slider .owl-nav .owl-next:hover,
.cpsi-slider .owl-nav .owl-prev:hover {
    background: #063797;
    color: #fff;
}
.sa_ra_slider .owl-nav .owl-prev,
.cpsi-slider .owl-nav .owl-prev {
    margin-right: 8px;
}

.cpsi-bg {
    position: absolute;
    background: #fff;
    width: 50%;
    right: 0;
    bottom: 0;
    padding: 30px;
}

/*Testimonial Slider*/
.testimonials .owl-nav {
    position: absolute;
    top: -130px;
    right: 0%;
}
.testimonials .owl-nav .owl-next,
.testimonials .owl-nav .owl-prev {
    border: solid 1px #063797;
    text-decoration: none;
    background: #fff;
    color: #063797;
    font-size: 22px;
    border-radius: 50px;
    width: 45px;
    height: 45px;
}
.testimonials .owl-nav .owl-next:hover,
.testimonials .owl-nav .owl-prev:hover {
    background: #063797;
    color: #fff;
}
.testimonials .owl-nav .owl-prev {
    margin-right: 8px;
}
.testimonials .quote-start {
    font-size: 40px;
    line-height: 1;
}
.testimonials .quote-end {
    font-size: 40px;
    line-height: 1;
    text-align: right;
    margin-top: -35px;
}
.testimonials .owl-dots {
    text-align: left;
    padding: 0 0 0 25%;
}
.testimonials .owl-dots button.owl-dot {
    border: none;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 5px;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
.testimonials .owl-dots button.owl-dot.active {
    transform: scale(1.2);
}


.testimonials .owl-dots button.owl-dot:nth-child(1) {
    background: url(../images/niraj_tak.jpg) no-repeat 0 0;
    background-size: cover;
}
.testimonials .owl-dots button.owl-dot:nth-child(2) {
    background: url(../images/neha_thapar.jpg) no-repeat 0 0;
    background-size: cover;
}

.testimonials .owl-dots button.owl-dot:nth-child(3) {
    background: url(../images/anandita_naha.jpg) no-repeat 0 0;
    background-size: cover;
}

.testimonials .owl-dots button.owl-dot:nth-child(5) {
    background: url(../images/aditi_picture.jpg) no-repeat 0 0;
    background-size: cover;
}
.testimonials .owl-dots button.owl-dot:nth-child(4) {
    background: url(../images/alifiya_husain.jpg) no-repeat 0 0;
    background-size: cover;
}



.testimonials p {
    font-size: 16px;
}

.events .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}
.events .owl-nav .owl-next,
.events .owl-nav .owl-prev {
    border: solid 1px #063797;
    text-decoration: none;
    background: #fff;
    color: #063797;
    font-size: 22px;
    border-radius: 50px;
    width: 45px;
    height: 45px;
}
.events .owl-nav .owl-next:hover,
.events .owl-nav .owl-prev:hover {
    background: #063797;
    color: #fff;
}
.events .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
}
.events .owl-nav .owl-next {
    position: absolute;
    right: -50px;
}

.networks-position {
    position: relative;
    z-index: 1;
}
.network {
    background: #063797 url("../images/network-bg.svg") no-repeat center center;
    background-size: cover;
    color: #fff;
    min-height: 700px;
}
.network::after {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #e59535;
    width: 280px;
}

.shield {
    position: absolute;
    z-index: 10;
    width: 500px;
    top: -100px;
    right: 30px;
}

.network .nav-pills {
    position: absolute;
    z-index: 100;
    width: 440px;
    right: 60px;
    top: -72px;
}
.network .nav-item {
    position: absolute;
}
.network .nav-item .nav-link {
    position: absolute;
}

.network .nav-link {
    font-family: 'Lato';
    font-weight: 600;
}
.network .nav-link.custom1 {
    width: 220px;
    height: 268px;
    text-align: center;
}
.network .nav-link.custom1 .t1 {
    font-size: 80px;
    position: absolute;
    right: 20%;
    bottom: 10%;
    color: #fff;
}
.network .nav-link.custom2 {
    width: 220px;
    height: 268px;
    left: 220px;
}
.network .nav-link.custom2 .t2 {
    font-size: 80px;
    position: absolute;
    left: 20%;
    color: #063797;
}
.network .nav-link.custom3 {
    width: 220px;
    height: 238px;
    top: 268px;
}
.network .nav-link.custom3 .t3 {
    font-size: 80px;
    position: absolute;
    right: 20%;
    top: 0;
    color: #063797;
}
.network .nav-link.custom4 {
    width: 220px;
    height: 238px;
    top: 268px;
    left: 220px;
}
.network .nav-link.custom4 .t4 {
    font-size: 50px;
    position: absolute;
    left: 5%;
    top: 10%;
    color: #063797;
}

.network .nav-link.custom1:hover,
.network .nav-link.custom1.active {
    background: url("../images/custom1.svg") no-repeat left bottom;
    background-size: contain;
}
.network .nav-link.custom2:hover,
.network .nav-link.custom2.active {
    background: url("../images/custom2.svg") no-repeat left bottom;
    background-size: contain;
}
.network .nav-link.custom3:hover,
.network .nav-link.custom3.active {
    background: url("../images/custom3.svg") no-repeat right center;
    background-size: contain;
}
.network .nav-link.custom4:hover,
.network .nav-link.custom4.active {
    background: url("../images/custom4.svg") no-repeat left center;
    background-size: contain;
}

.network .nav-link.custom1 .t1,
.network .nav-link.custom2 .t2,
.network .nav-link.custom3 .t3,
.network .nav-link.custom4 .t4 {
    transition: 0.3s;
    /* animation: glow 5000ms infinite; */
}

.network-boy {
    position: absolute;
    width: 350px;
    right: 60px;
    z-index: 1000;
    top: -46px;
}
.network .tab-content {
    background: #05328b;
    padding: 50px 100px 80px;
    margin-top: 100px;
}
/*Keyframes at which the text shadow changess*/
@keyframes glow {
    0% {
        text-shadow: 0 0 2px rgb(255, 255, 255), 0 0 5px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 20px rgb(255, 255, 255), 0 0 30px rgb(255, 255, 255);
    }
    50% {
        text-shadow: 0 0 2px rgb(255, 230, 0), 0 0 5px rgb(255, 230, 0), 0 0 10px rgb(255, 230, 0), 0 0 20px rgb(255, 230, 0), 0 0 30px rgb(255, 230, 0);
    }
    100% {
        text-shadow: 0 0 2px rgb(255, 255, 255), 0 0 5px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 20px rgb(255, 255, 255), 0 0 30px rgb(255, 255, 255);
    }
}

.learning .accordion-button:focus {
    box-shadow: none;
}
.learning .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #063797;
}
.learning .accordion-item:first-of-type .accordion-button,
.learning .accordion-item:first-of-type {
    border-radius: 0;
}
.learning .accordion-button {
    padding: 15px 0;
}
.learning .accordion-body {
    padding: 5px 0 15px;
}
.learning .accordion-item {
    background-color: #fff;
    border-left: transparent;
    border-right: transparent;
}

.learning .accordion-button::after {
    background-image: url("../images/arrow-down.svg");
}

.card-blue {
    background: #174bb1;
    padding: 10% 8%;
}
ul.double-angle {
    list-style: none;
    padding-left: 0;
}
.double-angle li {
    padding-left: 15px;
}
.double-angle li::before {
    content: "»";
    font-weight: normal;
    font-style: normal;
    color: #fff;
    padding-right: 10px;
    margin-left: -18px;
}

.c-card {
    position: relative;
}
.c-card .image img {
    transition: transform 0.8s;
}
.c-card .image {
    position: relative;
    overflow: hidden;
}
.c-card:hover .image img {
    transform: scale(1.05);
}
.c-card .content {
    background: #fff;
    margin-left: 12%;
    margin-top: -10%;
    position: relative;
	    min-height: 333px;

    border: solid 1px #e0e0e0;
}
.c-card .txt {
    padding: 30px 40px 30px;
}

.ftr_menu_list ul {
    margin: 0;
}
.ftr_menu_list li {
    margin: 0 0 5px 0;
}

.botm-cent .col-md-6{
	text-align: end;
}


.pq-primary-section-side-left:before {
       content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 40px;
}
.footer .form-control {
    background: transparent;
    border: none;
    border-bottom: solid 1px #ccc;
    border-radius: 0;
    padding: 10px;
}
.footer .btn {
    background: transparent;
    border: none;
    border-bottom: solid 1px #ccc;
    border-radius: 0;
}
.footer .form-control::placeholder {
    color: #fff;
}

.footer {
     font-family: 'Lato';
    background: #063797;
    color: #fff;
    padding: 60px 0 20px;
}
.footer .cpsi {
    max-width: 160px;
    margin: 0 auto;
}
.footer li a {
    color: #fff;
    font-size: 16px;
}
.footer p {
    font-size: 11px;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: #f39d37;
}
.footer .border-top {
    border-top: 1px solid rgba(222, 226, 230, 0.2) !important;
}
.rounded-social-buttons .social-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    border: 0.125rem solid transparent;
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    line-height: 2.5em;
    border-radius: 1.6875rem;
    transition: all 0.5s ease;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}
.rounded-social-buttons .social-button:hover,
.rounded-social-buttons .social-button:focus {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.rounded-social-buttons .fa-twitter,
.fa-facebook-f,
.fa-linkedin,
.fa-youtube,
.fa-instagram {
    font-size: 20px;
}
.rounded-social-buttons .social-button.facebook {
    background: #052a72;
}
.rounded-social-buttons .social-button.facebook:hover,
.rounded-social-buttons .social-button.facebook:focus {
    color: #3b5998;
    background: #fefefe;
    border-color: #3b5998;
}
.rounded-social-buttons .social-button.twitter {
    background: #052a72;
}
.rounded-social-buttons .social-button.twitter:hover,
.rounded-social-buttons .social-button.twitter:focus {
    color: #55acee;
    background: #fefefe;
    border-color: #55acee;
}
.rounded-social-buttons .social-button.linkedin {
    background: #052a72;
}
.rounded-social-buttons .social-button.linkedin:hover,
.rounded-social-buttons .social-button.linkedin:focus {
    color: #007bb5;
    background: #fefefe;
    border-color: #007bb5;
}
.rounded-social-buttons .social-button.youtube {
    background: #052a72;
}
.rounded-social-buttons .social-button.youtube:hover,
.rounded-social-buttons .social-button.youtube:focus {
    color: #bb0000;
    background: #fefefe;
    border-color: #bb0000;
}
.rounded-social-buttons .social-button.instagram {
    background: #052a72;
}
.rounded-social-buttons .social-button.instagram:hover,
.rounded-social-buttons .social-button.instagram:focus {
    color: #125688;
    background: #fefefe;
    border-color: #125688;
}

.copy .copyright {
    font-size: 12px;
}
.copy .terms {
    font-size: 12px;
    text-align: end;
}
.copy .terms a {
    color: #fff;
    padding: 0 10px;
}
.copy .terms a:hover {
    color: #063797;
}

#scrollBtn {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 25px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #063797;
    color: white;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 4px;
}
.scrollBtn {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    line-height: 20px;
    border: none;
    outline: none;
    background-color: #273c89;
    color: white;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    top: -20px;
    left: 48%;
}
.scrollBtn:hover,
.scrollBtn:hover i {
    background-color: #fff;
    color: #273c89 !important;
}
.scrollBtn a {
    color: #fff;
}
#callexpert {
    position: fixed;
    bottom: 40px;
    right: 0;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}
.callicon {
    background: #6fbd44;
    display: inline-block;
    border-radius: 50px;
    padding: 8px;
}
.callicon img {
    width: 30px;
}
.calltext {
    font-size: 12px;
}

#button {
    display: inline-block;
    background-color: #ff9800;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 40px;
    color: #fff;
}
#button:hover {
    cursor: pointer;
    background-color: #333;
}
#button:active {
    background-color: #555;
}
#button.show {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
    }
    .col-md-2-5 {
        width: 40%;
    }
    .col-md-3-5 {
        width: 60%;
    }
    .col-md-4-5 {
        width: 80%;
    }
    .col-md-5-5 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
    }
    .col-lg-2-5 {
        width: 40%;
    }
    .col-lg-3-5 {
        width: 60%;
    }
    .col-lg-4-5 {
        width: 80%;
    }
    .col-lg-5-5 {
        width: 100%;
    }
}
@media (max-width: 1540px) {
    figure.effect-lily figcaption > div {
        height: 90%;
    }
}
@media (max-width: 1399.98px) {
    figure.effect-lily figcaption > div {
        height: 90%;
    }
}
@media (max-width: 1199.98px) {
    
    .carousel {
        margin-top: -1px;
    }

    .network {
        min-height: 580px;
    }
    .network::after {
        width: 205px;
    }
    .shield {
        width: 350px;
    }
    .network-boy {
        width: 235px;
        right: 80px;
    }
    .network .nav-pills {
        width: 297px;
        top: -79px;
    }
    .network .nav-link.custom1 {
        width: 152px;
        height: 185px;
    }
    .network .nav-link.custom1 .t1 {
        font-size: 40px;
        right: 20%;
        bottom: 12%;
    }
    .network .nav-link.custom2 {
        width: 152px;
        height: 185px;
        left: 152px;
    }
    .network .nav-link.custom2 .t2 {
        font-size: 40px;
        left: 20%;
        bottom: 8%;
    }
    .network .nav-link.custom3 {
        width: 145px;
        height: 177px;
        top: 179px;
        left: 7px;
    }
    .network .nav-link.custom3 .t3 {
        font-size: 40px;
        right: 20%;
        top: 6%;
    }
    .network .nav-link.custom4 {
        width: 145px;
        height: 177px;
        top: 179px;
        left: 151px;
    }
    .network .nav-link.custom4 .t4 {
        font-size: 30px;
        left: 12%;
        top: 11%;
    }

    .mt-minus100 {
        margin-top: -50px;
    }
    .pt-100 {
        padding-top: 50px;
    }
}
@media (max-width: 991.98px) {
    figure.effect-lily figcaption > div {
        padding: 10px;
    }
    section.cur_sec011.left-blue,
    .left-blue {
        padding-left: 20px;
    }
    .left-blue::after {
        width: 20px;
    }
    section.left-blue-space,
    section.sa_sec002 {
        padding-left: 20px;
    }
    .left-white {
        padding-left: 20px;
    }
    .right-blue {
        padding-right: 30px;
    }
    .right-blue::after {
        width: 20px;
    }
    .right-gold {
        padding-right: 30px;
    }
    .right-gold::after {
        width: 20px;
    }
    .bg-video-wrap {
        margin-top: -60px;
    }
    .video-text {
        padding-bottom: 75px;
    }
    .activities-pl {
        padding-left: 5%;
    }
    figure.effect-lily figcaption > .d-flex {
        padding: 1em;
    }
    figure.effect-lily figcaption > .d-flex h5 {
        font-size: 20px;
    }
    .cpsi-bg {
        position: relative;
        background: #fff;
        width: 100%;
        padding: 15px;
    }
    .testimonials .owl-nav {
        position: absolute;
        top: -10%;
        left: 0;
    }
    section {
        padding: 35px 0 15px;
    }
    .testimonials .owl-dots button.owl-dot {
        width: 40px;
        height: 40px;
    }
    .testimonials .quote-end {
        margin-top: -25px;
        padding-right: 10px;
    }
    .cpsi-slider .owl-nav .owl-next,
    .cpsi-slider .owl-nav .owl-prev {
        font-size: 18px;
        width: 30px;
        height: 30px;
    }
    .testimonials .owl-nav .owl-next,
    .testimonials .owl-nav .owl-prev {
        font-size: 18px;
        width: 30px;
        height: 30px;
    }

    .events .owl-nav .owl-next,
    .events .owl-nav .owl-prev {
        font-size: 18px;
        width: 30px;
        height: 30px;
    }
    .events .owl-nav .owl-prev {
        left: 0px;
    }
    .events .owl-nav .owl-next {
        right: 0px;
    }
    figure.effect-lily figcaption > div {
        height: 40%;
    }

    .network .tab-content {
        background: #05328b;
        padding: 40px 60px 40px;
        margin-top: 88px;
    }
    .network {
        min-height: 440px;
    }
    .bottom-white {
        left: 20px;
        height: 20px;
    }
}
@media (max-width: 767.98px) {
    .br-1 {
        border-right: 1px solid transparent;
    }
    .border-bottom-sm {
        border-bottom: 1px solid #dee2e6;
    }
    .heading1 {
        line-height: 1.4;
    }
    .about-home .cpsi {
        max-width: 120px;
    }
    .footer .cpsi {
        max-width: 130px;
    }
    .testimonial-thumb {
        margin: 0 auto;
        width: 130px;
    }
    .header__center {
        grid-template-columns: 0.2fr max-content 1fr;
        font-size: 1rem;
    }
    .network .tab-content {
        position: relative;
        z-index: 1;
        margin-top: 330px;
    }

    .network .tab-content {
        padding: 20px 20px 20px;
    }
    .network {
        min-height: 440px;
    }
    .network::after {
        width: 145px;
        height: 95%;
    }
    .shield {
        width: 290px;
        top: -472px;
        right: 0;
    }
    .network-boy {
        width: 188px;
        right: 205px;
        top: 56px;
    }
    .network .nav-pills {
        width: 230px;
        top: -457px;
        right: 40px;
    }
    .network .nav-link.custom1 {
        width: 125px;
        height: 153px;
    }
    .network .nav-link.custom1 .t1 {
        font-size: 40px;
        right: 20%;
        bottom: 12%;
    }
    .network .nav-link.custom2 {
        width: 125px;
        height: 153px;
        left: 125px;
    }
    .network .nav-link.custom2 .t2 {
        font-size: 40px;
        left: 20%;
        bottom: 8%;
    }
    .network .nav-link.custom3 {
        width: 119px;
        height: 163px;
        top: 143px;
        left: 6px;
    }
    .network .nav-link.custom3 .t3 {
        font-size: 40px;
        right: 20%;
        top: 6%;
    }
    .network .nav-link.custom4 {
        width: 119px;
        height: 163px;
        top: 143px;
        left: 124px;
    }
    .network .nav-link.custom4 .t4 {
        font-size: 30px;
        left: 12%;
        top: 11%;
    }

    .pt-100 {
        padding-top: 0;
    }
    .mt-minus100 {
        margin-top: 0;
    }
    .c-card .txt {
        padding: 15px 20px 10px;
    }
    .symbol-left {
        background-size: 80%;
        background-position: 5% 1%;
    }
    .symbol-right {
        background-size: 80%;
        background-position: 95% 5%;
    }
}
@media (max-width: 571.98px) {
    figure.effect-lily figcaption > div {
        height: 50%;
    }
}

.textBox01 {
    max-width: 800px;
    margin: 20px auto 0;
}
.textBox02_in {
    max-width: 100%;
    margin: 0 0 0 0%;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    position: relative;
}
.textBox02_in:before {
    content: "";
    background: #f39d37;
    width: 6px;
    height: 50px;
    position: absolute;
    top: 5px;
    left: 0;
}
.sa_sec002 figure.effect-lily h4,
.sa_sec002 figure.effect-lily p,
.stAchBody figure.effect-lily h4,
.stAchBody figure.effect-lily p {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}
.sa_sec002 figure.effect-lily:hover h4,
.sa_sec002 figure.effect-lily:hover p,
.stAchBody figure.effect-lily:hover h4,
.stAchBody figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}
.sa_sec002 figure.effect-lily figcaption > div,
.stAchBody figure.effect-lily figcaption > div {
    height: auto;
}
.stAchBody figure.effect-lily:hover p {
    margin: 40px 0 0 0;
}
ul.soc_icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: row;
    list-style: none;
    font-size: 22px;
}

ul.soc_icons li {
    margin: 0 0 0 15px;
}

.sgTxt {
    background: #fafafa;
    padding: 15px;
    border-radius: 0 0 10px 10px;
}

.sgTxt1 {
    color: #505050;
    line-height: 140%;
    font-size: 16px;
}

.sgTxtBtn a {
    color: #8c8c8c;
    font-size: 14px;
}

.sgTxt2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    margin: 10px 0 00 0;
}

.sgTxt3 {
    color: #0a0a0a;
    font-family: 'Lato';
    font-weight: bold;
    font-size: 22px;
}

.sgTxt4 {
    color: #8c8c8c;
    font-size: 14px;
    margin: 4px 0 0 0;
}
.sgTxt5 {
    border-top: 1px solid #a4a4a4;
    margin: 15px 0 0 0;
    padding: 15px 0 2px 00;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    color: #8b8b8b;
    font-size: 16px;
}

.sgTxt5003 {
    flex: 1;
    text-align: right;
}
.sgShare,
.sgLike,
.sgCmnt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.sgCmnt i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/soc_cmnt.svg) no-repeat center center;
    background-size: 20px;
}
.sgTxt5001 {
    padding: 0 15px 0 0;
}
.sgShare span,
.sgLike span,
.sgCmnt span {
    padding: 0 0 0 7px;
    display: inline-block;
}
.sgLike i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/soc_like.svg) no-repeat center center;
    background-size: 20px;
}
.sgShare {
    justify-content: flex-end;
}
.sgShare i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/soc_share.svg) no-repeat center center;
    background-size: 20px;
}

.soc_post_slider .owl-dots {
    text-align: center;
    margin: 20px 0 0 0;
}
.soc_post_slider.owl-carousel .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #888888;
    border-radius: 50%;
}
.soc_post_slider.owl-carousel .owl-dot {
    border: 0;
    background: transparent;
    padding: 0 4px;
}
.soc_post_slider.owl-carousel .owl-dot.active span {
    background: #111111;
}
.soc_post_hdr {
    padding: 60px 0 100px;
}
.soc_post_block {
    padding: 0 0 50px;
    margin-top: -50px;
    position: relative;
    z-index: 5;
}
.sgImage {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.shield_box {
    position: relative;
    z-index: 9;
    transform: translate(30%, 0px);
}
.network::after {
    width: 22%;
}
.shield_box svg {
    max-width: 100%;
    height: auto;
}
.networkBoy {
    position: absolute;
    right: 100%;
    transform: translate(45%, 10%);
}

.shild_data_set {
    background: #05328b;
    margin: 80px 0 0 0;
    padding: 90px 80px;
    position: relative;
}

.shild_data_box {
    display: none;
}

.shild_data_box.active {
    display: block;
}

.shild_data_set:before {
    position: absolute;
    content: "";
    left: 100%;
    width: 100%;
    background: #05328b;
    top: 0;
    display: block;
    bottom: 0;
    z-index: 1;
}
#shild_blue_box,
#shild_white_bottom_box,
#shild_white_top_box,
#shild_yellow_box {
    cursor: pointer;
}

.cur_sec001 {
    background: url(../images/bg-logo.svg) no-repeat top 60px right 0, url(../images/bg-logo.svg) no-repeat bottom 100px left 0;
    background-size: 30%;
}
.pt-100 {
    padding-top: 100px;
}
.pt-200 {
    padding-top: 200px;
}

.rmOrange .btn-bg {
    background-color: #ec8f22;
}
.rmOrange .btn-bg:hover,
.rmOrange .link--arrowed {
    background-color: #e37427;
}
.cur_sec003 {
    padding: 80px 0;
}

.cpbox img {
    max-width: 100%;
}
.cpbox h4 {
  font-family: 'Lato';
    font-weight: 400;
}
.cpBoxImg {
    margin: 0 0 20px 0;
}
.cpbox p {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
}
ul.double-angle li + li {
    margin: 5px 0 0 0;
}
.cpbox {
    height: 100%;
    border-bottom: 1px solid #fff;
}

.educatorsRow {
    margin: 40px 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
}

.educatorsIcon {
    margin: 0px 0px 20px 0px;
}

.educatorsIcon svg {
    max-height: 80px;
    width: auto;
}

.educatorsBx {
    text-align: center;
}

.educatorsClm {
    width: calc(100%);
    margin-left: 4px;
    margin-right: 4px;	
}

.educatorsTitle {
    font-weight: 600;
    color: #0b3077;
	    margin-bottom: 15px;
}

.educatorsTitle .fa{
	    font-size: 32px;
		color:#0b3077;
		margin-bottom:15px;
		display:block;
}

.educatorsTitle .fa-solid, .colr{
			display:block;
}




.cur_sec013,
.cur_sec011 {
    padding: 50px 0 50px;
}

.faqSet .accordion-item {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.faqSet .accordion-button:not(.collapsed) {
    background-color: transparent;
}
.faqSet .accordion-button {
    padding: 1rem 0;
   font-family: 'Lato';
    font-weight: 600;
}
.faqSet .accordion-button:focus {
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.faqSet .accordion-button {
    justify-content: flex-end;
    flex-direction: row-reverse;
}
.faqSet .accordion-button::after {
    background: url(../images/blue_plus.svg) no-repeat center;
    background-size: 18px;
    margin: 0 20px 0 0;
}
.faqSet .accordion-button:not(.collapsed)::after {
    background: url(../images/blue_minus.svg) no-repeat center;
    background-size: 18px;
}
.faqSet .accordion-button:not(.collapsed) {
    color: #212529;
}

.gray_icon {
    display: none;
}
.blue_icon {
    display: inline-block;
}
.collapsed .blue_icon {
    display: none;
}
.collapsed .gray_icon {
    display: inline-block;
}

.imageMaskbg {
    position: relative;
}
.imageMaskbg:before {
    background: linear-gradient(0deg, #070908 -19.66%, rgba(0, 0, 0, 0) 47.97%);
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
}
.imageMaskbg img {
    position: relative;
    z-index: 1;
}
.infra_slider {
    position: relative;
}

.infra_slider .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.infra_slider .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 0;
    margin: 0 6px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.infra_slider .owl-dots button.owl-dot span {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.infra_slider .owl-dots button.owl-dot.active span {
    background: #f39d37;
}
.infra017 {
    position: relative;
    padding: 60px 0 80px 0;
}
.infra017:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    background: #063797;
    height: 30%;
}
.infra017 .container-full {
    position: relative;
    z-index: 4;
}
section.news_sec004 {
    position: relative;
    padding: 0 0 10px 0;
}

section.news_sec004:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    background: #063797;
    height: 20%;
}

.newsListSet {
    position: relative;
    z-index: 2;
}
.newsListIn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.newsCard {
    width: calc(50% - 15px);
    margin: 0 0 50px 0;
}

.newsCardImg img {
    max-width: 100%;
}

.newsCardDate {
    color: #505050;
    font-size: 14px;
    padding: 12px 0;
}

.newsCardTitle {
    font-family: 'Lato';
    font-size: 26px;
    line-height: 140%;
}
.contact_sec001 {
    padding: 165px 0 100px;
}
.cnBoxBorder {
    border-radius: 20px;
    border: 1px solid #c3c3c3;
    padding: 50px;
}

.cnDataRow {
    margin: 0 0 60px 0;
}
.cnDataRow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.cnClm01 {
    text-align: left;
    width: 50%;
}

.cnClm02 {
    flex: 1;
    padding: 0 0 0 50px;
    margin: 0 0 0 50px;
    border-left: 1px solid #909090;
}

ul.infoList li + li {
    margin: 30px 0 0 0;
}

ul.infoList {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #505050;
}
.infoListName {
    color: #063797;
    font-size: 24px;
    font-family: 'Lato';
}

.cnClm01 h2 {
    font-size: 32px;
    line-height: 120%;
    color: #505050;
}

.cnClm02 h2 {
    font-size: 32px;
    line-height: 120%;
    color: #505050;
}

section.contact_sec002 {
    padding: 60px 0;
}
ul.infoList i {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 28px;
    margin-right: 15px;
}
i.cnLoc {
    background: url(../images/cn_loaction.svg) no-repeat center center;
    background-size: contain;
}
i.cnCall {
    background: url(../images/cn_call.svg) no-repeat center center;
    background-size: contain;
}
i.cnEmail {
    background: url(../images/cn_email.svg) no-repeat center center;
    background-size: contain;
}
ul.infoList span {
    display: inline-block;
    vertical-align: top;
}
section.news_sec002 {
    padding: 0 0 60px 0;
}

.news_slider .owl-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: 80%;
    margin: 20px auto 0;
}
.news_slider .owl-nav button {
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    font-family: 'Lato';
    font-size: 14px;
}
.news_slider span.prev_btn {
    padding: 0 0 0 20px;
    background: url(../images/prev_btn_icon.svg) no-repeat left center;
    background-size: contain;
}
.news_slider span.next_btn {
    padding: 0 20px 0 0;
    background: url(../images/next_btn_icon.svg) no-repeat right center;
    background-size: contain;
}

.news_slider_text {
    position: absolute;
    z-index: 5;
    color: #fff;
    bottom: 0;
    left: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
   font-family: 'Lato';
}

.news_slider_text a {
    color: #fff;
}

a.nst_newstitle {
    font-size: 22px;
}

a.nst_readmore {
    font-size: 14px;
    margin: 8px 0 0 0;
    background: url(../images/right_arrow_white.svg) no-repeat right center;
    background-size: contain;
    padding: 0 20px 0 0;
}

.ty_page {
    background: url(../images/thank_you_bg.png) no-repeat center center #063797;
    background-size: cover;
}
.ty_box {
    background: url(../images/thank_you_bg2.svg) no-repeat center center;
    background-size: contain;
    text-align: center;
    color: #fff;
    padding: 120px 0 160px;
    width: 100%;
}

.ty_page {
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    box-sizing: border-box;
}

.ty_tytle {
     font-family: 'Lato';
    font-size: 52px;
    margin: 15px 0 10px 0;
}

.ty_text a {
    color: #fff;
    text-decoration: underline;
}
.ty_text a:hover {
    color: #f39d37;
}

.sa_sec002 {
    padding-top: 0;
    padding-bottom: 60px;
    padding-left: 40px;
    position: relative;
}
.sa_sec002:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #063797;
    height: 80px;
}
.sa_sec002_in {
    z-index: 4;
    position: relative;
}
.rasa_title {
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 20px;
}

section.sa_sec002_hdr {
    padding-top: 0;
}

.sa_post_hdr {
    position: relative;
    padding: 0 50px 0 0;
}

.sa_share {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

span.sa_share_icon {
    cursor: pointer;
    width: 44px;
    height: 44px;
    display: block;
    font-size: 0;
    background: url(../images/share_arrow.svg) no-repeat center center;
    background-size: 40px;
}

.sa_post_date {
    margin: 12px 0 0 0;
    color: #505050;
}

.sa_post_date span {
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.sa_post_date i {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background: url(../images/calendar_today_icon.svg) no-repeat center center;
    background-size: 24px;
}
.sa_post_img {
    margin: 30px 0 40px;
}
section.sa_sec001 {
    padding: 60px 0;
}
.sa_ra_slider .owl-nav {
    display: block !important;
    font-size: 0;
    position: absolute;
    right: 80px;
    top: -105px;
}
.admn_contact {
    margin-top: 30px;
    border: 1px solid #c3c3c3;
    border-radius: 20px;
    padding: 40px;
}

.admn_contact ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 20px;
}

.admn_contact ul li + li {
    margin: 10px 0 0 0;
}
.admn_contact ul li {
}
.admn_contact ul li * {
    display: inline-block;
    vertical-align: middle;
}
.admn_contact ul li i {
    width: 24px;
    height: 24px;
    margin: 0 6px 0 0;
}
.admn_contact ul li span {
}
i.admn_call {
    background: url(../images/admin_call.svg) no-repeat center center;
    background-size: 20px;
}
i.admn_email {
    background: url(../images/admin_email.svg) no-repeat center center;
    background-size: 20px;
}

.adm_acd_box {
    margin: 30px 0 40px 0;
}
.adm_acd_box .accordion-button:focus {
    border-color: transparent;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.adm_acd_box .accordion-item {
    border: 0px solid rgba(0, 0, 0, 0.125);
}
.adm_acd_box .accordion-button {
    background: #f1f3f4;
    font-family: 'Lato';
    font-weight: 600;
}
.adm_acd_box .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #063797;
    box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.125);
}
.adm_acd_box .accordion-item {
    margin: 0 0 10px 0;
}
.adm_acd_box .accordion-body {
    padding: 15px 0 10px;
}
.adm_acd_box .accordion-button::after {
    background: url(../images/gray_plus.svg) no-repeat center center;
    background-size: 20px;
}
.adm_acd_box .accordion-button:not(.collapsed)::after {
    background: url(../images/white_minus.svg) no-repeat center center;
    background-size: 20px;
}

.adm_table_box {
    margin: 15px 0 40px;
}

.adm_table_box_h {
    background: #063797;
    text-align: center;
    color: #fff;
    padding: 24px;
     font-family: 'Lato';
    font-size: 28px;
}
.adm_table_box_f {
    background: #063797;
    padding: 35px;
}
.adm_fb_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.adm_fb_clm1 {
    color: #fff;
     font-family: 'Lato';
    font-size: 26px;
}
.adm_fb_clm2 {
    width: 50%;
    text-align: center;
}
.adm_table_box_b table {
    width: 100%;
    text-align: center;
}

.adm_table_box_b td {
    padding: 10px 5px;
}

.adm_table_box_b th {
    background: #063797;
    padding: 0 4px 15px;
    color: #fff;
    font-weight: normal;
}

.adm_table_box_b tr:nth-child(even) td {
    background: #ebebeb;
}

.adm_table_box_b {
    font-weight: normal;
}

.new_adm_apply {
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 600;
}

.new_adm_apply i {
    font-size: 16px;
    margin: 0 0 00 5px;
    transition: all ease-in-out 0.3s;
}
.new_adm_apply:hover i {
    color: #0a58ca;
    transform: translate(5px, 0px);
}

.testimonials .quote-start i {
    color: transparent;
    background: url(../images/quote_top.svg) no-repeat center;
    background-size: 32px;
}
.testimonials .quote-end i {
    color: transparent;
    background: url(../images/quote_bottom.svg) no-repeat center;
    background-size: 32px;
}
.event_slider_img {
    overflow: hidden;
}
.event_slider_img img {
    transform: scale(1);
    transition: all ease-in-out 0.3s;
}
.event_slider_img:hover img {
    transform: scale(1.1);
}
a.apply_now_btn {
    display: block;
    background: #0b3077;
}
a.apply_now_btn:hover {
    background: #063797;
}

.icon_shade_bottom:before,
.icon_shade_top:before {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 16%;
}
.icon_shade_top:before {
    background: url(../images/shade_top.svg) no-repeat bottom right;
    background-size: 100% auto;
    opacity: 0.1;
}
.icon_shade_bottom:before {
    background: url(../images/shade_bottom.svg) no-repeat top right;
    background-size: 100% auto;
}

section.cur_sec006 {
    padding-top: 0;
}
ul.soc_icons img {
    height: 40px;
}

a.apply_now_btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
     font-family: 'Lato';
}

.apply_now_btn_t1 {
    font-size: 26px;
    color: #fff;
    line-height: 110%;
    margin: 00 0 10px 0;
    white-space: nowrap;
}

.apply_now_btn_c2 {
    padding: 0 0 0 20px;
}

.apply_now_btn_t2 {
    color: #f39d37;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
}

.apply_now_btn_t2:after {
    content: "";
    display: inline-block;
    margin: 0 00 0 8px;
    width: 24px;
    height: 24px;
    background: url(../images/apply_bnr_btn_arrow.svg) no-repeat center center;
    transition: all ease-in-out 0.3s;
}

a.apply_now_btn:hover .apply_now_btn_t2:after {
    margin: 0 00 0 15px;
}
.left-blue-space {
    padding-left: 40px;
}
section.cur_sec009 {
    padding-top: 0;
}

.homesec001 {
    font-size: 0;
}
.homebnrvideo {
    max-height: calc(100vh - 65px);
    width: 100%;
}

.table .th .td {
    border: 1px solid black;
    border-collapse: collapse;
}

body {
    font-size: 20px;
}
.heading1-big {
    font-size: 70px;
    font-family: 'Lato';
    line-height: 110%;
    padding: 0;
    margin: 0;
}
.heading1 {
    font-size: 100px;
    font-family: 'Lato';
    line-height: 1;
    padding: 0;
    margin: 0;
}
.heading1-small {
    font-size: 42px;
    font-family: 'Lato';
    line-height: 1;
    padding: 0;
	    text-transform: uppercase;
    margin: 0;
	    margin-bottom: 20px;
    color: #063797;
}
.heading2-small {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    line-height: 1.3;
    padding: 0;
    margin: 0;
}
.about_sec003 .heading1,
.homesec009 .heading1 {
    font-size: 80px;
}
.address li{
    font-size: 16px;
}
.testimonials .owl-dots button.owl-dot {
    border: 5px solid #e8edf6;
}
.testimonials .testimonial-thumb {
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #e8edf6;
}
.cur_sec002 {
    padding-bottom: 0;
}

.for_mob {
    display: none;
}
/*786*/
.text-white {
    color: #fff;
}
@media screen and (max-width: 1700px) {
    /* 1700 px */
    .shield_box {
        transform: translate(0%, 0px);
    }
    .shild_data_set:before {
        width: 50%;
    }
}
@media screen and (max-width: 1500px) {
    /* 1440 px */
    .carousel-caption {
        text-align: left;
        left: 0;
        right: 0;
        padding: 20px;
    }
    .heading1-big {
        font-size: 110px;
    }
} /* 1400 px */
@media screen and (max-width: 1400px) {
    /* 1366 px */

    body {
        font-size: 18px;
    }
    .heading1-small {
        font-size: 36px;
    }
    .about_sec003 .heading1 {
        font-size: 74px;
    }
    .heading1 {
        font-size: 84px;
    }
    .homesec009 .heading1 {
        font-size: 70px;
    }
    .heading1-big {
        font-size: 55px;
    }
	
	.logo {
    width: 230px;
	}
	
} /* 1366 px */
@media screen and (max-width: 1300px) {
    /* 1280 px */
    .networkBoy img {
        max-width: 32vw;
    }
    .carousel-caption {
        left: 0;
        width: 100%;
        right: unset;
        text-align: left;
        padding: 0 20px;
        bottom: 50px;
    }
    .homesec012 figure.effect-lily h4,
    .homesec012 figure.effect-lily p,
    .homesec012 figure.effect-lily ul {
        -webkit-transform: translate3d(0, 150px, 0);
        transform: translate3d(0, 250px, 0);
    }
    .homesec012 figure.effect-lily:hover h4,
    .homesec012 figure.effect-lily:hover p,
    .homesec012 figure.effect-lily:hover ul {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
}
@media screen and (max-width: 1030px) {
    /* 1024 px */

    .heading1-big {
        font-size: 80px;
    }
    .heading1 {
        font-size: 70px;
    }
    .heading1-small {
        font-size: 32px;
    }
    .homesec009 .heading1 {
        font-size: 60px;
    }
    .about_sec003 .heading1 {
        font-size: 64px;
    }

    section.sa_sec001,
    section.sa_sec002_hdr,
    section.contact_sec002 {
        padding-left: 40px;
    }
    .cnClm01 h2 {
        font-size: 32px;
    }
    .contact_sec001 {
        padding: 100px 0;
    }
    .sa_ra_slider .owl-nav {
        top: -100px;
    }
    section.admi_001 {
        padding-top: 30px;
    }
    section.admi_003 {
        padding-top: 0px;
    }
    figure.effect-lily figcaption > .d-flex,
    figure.effect-lily figcaption > div {
        padding: 10px;
    }
    figure.effect-lily h4 {
        font-size: 20px;
    }
    .homesec008 figure.effect-lily figcaption > .d-flex h5 {
        margin-right: 10px;
    }
    .events .owl-nav .owl-prev {
        left: -30px;
    }
    .events .owl-nav .owl-next {
        right: -30px;
    }
}
@media screen and (max-width: 979px) {
    /* 800 px */

    .cur_sec001 .pt-200 {
        padding-top: 120px;
    }

    .homesec002 {
        padding: 60px 0 40px;
    }
    .carousel-inner {
        overflow: unset;
    }
    .applynow {
        top: 89%;
    }
    section.sa_sec001,
    section.sa_sec002_hdr {
        padding-left: 20px;
    }
    .shild_data_set {
        background: #05328b;
        margin: 50px 0 0 0;
        padding: 40px 30px;
        position: relative;
    }
    .shield_box svg {
        max-width: 90%;
    }
    .networkBoy {
        transform: translate(60%, 10%);
    }
    .shield_box {
        text-align: right;
    }
    .newsCard {
        width: 100%;
    }
    section.news_sec004:before {
        height: 10%;
    }
    .cnBoxBorder {
        border-radius: 0px;
        border: 0px solid #c3c3c3;
        padding: 0;
    }
    .cnClm02 {
        flex: 1;
        padding: 0 0 0 30px;
        margin: 0 0 0 30px;
    }
    .cnClm01 h2 {
        font-size: 24px;
    }
    .infoListName {
        font-size: 26px;
    }
    ul.infoList li + li {
        margin: 20px 0 0 0;
    }
    section.news_sec002 {
        padding: 0 0 45px 0;
    }
    .sa_ra_slider .owl-nav {
        top: -60px;
        right: 20px;
    }
}


.blue {
    background-color: #0b3077;
    padding: 0px 20px;
    margin: 0 15px;
    /* border-radius: 20px; */
    color: #fff !important;
}
.blue  .nav-link  {

    color:#fff !important;
}

.blue a:hover {

    color:#333 !important;
}



.blue:hover {
    background-color: #f39d37;
    color:#333;

}

.left-blue br{
	display:none
}


@media screen and (max-width: 767px) {	
	
	.navbar-light .navbar-nav .nav-link::before{
		    background: transparent;
	}
	
	.blue .nav-link {
    color: #000 !important;
}


#side-btns {
  
    z-index: 1000;
}

.left-blue br{
	display:block
}

.guiding-icon{
	    padding-top: 20px;
}

    section.admi_001 {
        padding-top: 30px;
		        padding-left: 0;
    }

navbar.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    background: #fff;
box-shadow: -1px 0px 12px -3px #907f7f;
}

.bottom-white {
        left: 20px;
        height: 0;
    }

.dropdown-menu {
    margin: 8px;
    min-width: 220px;
    background: rgba(11, 86, 160, 0.95);
    border: none;
    border-radius: 0;
    padding: 1rem;
    margin-top: 0px;
}

.navbar-light .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0px;
    margin: 0 8px;
    border-bottom: 1px solid #d4d1d1;
}

.blue .nav-link{
	  border-bottom: 0px solid #d4d1d1 !important;
}

.blue {
    background-color: #fff;
    padding: 0px 0px;
    margin: 0 0px;
    /* border-radius: 20px; */
    color: #000 !important;
}
	
    .floating-btns li {
        margin-bottom: 0;
        margin-right: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        -webkit-transition: width 0.5s, background-color 0.1s;
        transition: width 0.5s, background-color 0.1s;
        width: 50%;
    }
	
	.floating-btns li a {
        padding: 8px 10px;
        font-family: 'Lato';
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        color: #fff;
        display: block;
    }

	    .floating-btns ul {
        clear: both;
        /* position: relative !important; */
        z-index: 1000;
        display: block;
        list-style-type: none;
        right: 0;
        margin: 0;
        padding: 0;
        top: inherit;
        bottom: 0%;
        width: 100%;
        margin-top: 72px;
        -webkit-animation: slideright 1s forwards;
        -webkit-animation-delay: 1.5s;
        animation: slideright 1s forwards;
        animation-delay: 1.5s;
        display: flex
;
        position: fixed;
    }

	.grid figure{
		    background: transparent;
	}
	
	figure.effect-lily img{
		width: calc(100% + 11px);
	}
	
	.applynow{
		        width: 100%;
				        top: 79%;
	}
	

	.right-blue::after{
		background-color: transparent;
	}
	
	.left-blue::after{
		background-color: transparent;
	}
	
	.stAchHdr{
		text-align:center;
	}
	
	.arrow-icon{
		    margin: 0 auto;
			        left: 0;
					    bottom: 40%;
	}
	
	.carousel-caption{
		display:none;
		        bottom: 90px;
	}
	
	    .heading1-big {
        font-size: 28px !important;
    }
	
	#button{
		    bottom: 50px;
	}

    figure.effect-lily figcaption > .d-flex, figure.effect-lily figcaption > div {
        padding: 8px;
        width: 94%;
        bottom: 60px;
    }
.pe-5 {
    padding-right: 0!important;
}
.c-card .content{
	    min-height: auto;
}


.botm-cent .col-md-6{
	text-align: center;
}
    section.cur_sec011.left-blue, .left-blue {
        padding-left: 0;
    }

.cts{
	text-align: center;
}

.bg-{
	    margin-bottom: 20px;
		
}

.bg- img{
	    width: 70%;
}
	
	section.gold .img-botm {
    position: relative;
    width: 160px;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
	        margin-top: -180px;
}

	.rounded-social-buttons{
		    margin-top: -25px;
			        margin-bottom: 38px;
}

section.gold{
	    margin-top: 30%;
}

section.gold .img-botm img{
	margin-bottom:10px;
}

.botm-blue{
	    width: 200px;
		    margin: 0 auto;
}

.video-section{
	    height: 450px !important;
}
    /* 640 px */
    .cur_sec001 .pt-200 {
        padding-top: 16px;
    }
    .testimonials .owl-dots {
        text-align: center;
        padding: 0 0 0 0%;
    }
    .network::after {
        width: 10%;
    }
    .shield_box svg {
        max-width: 70%;
    }
    .networkBoy {
        transform: translate(0%, 0%);
        right: auto;
        left: 0;
        width: 45%;
        top: 10%;
    }
    .networkBoy img {
        max-width: 100%;
    }
    .shild_data_set {
        margin: 20px 0 20px 0;
    }
    .shild_data_set:before {
        width: 0%;
    }
    .newsCardTitle {
        font-size: 22px;
        line-height: 120%;
    }
    .newsCardDate {
        padding: 8px 0;
    }
    section.contact_sec002 {
        padding-left: 20px;
    }
    .cnClm01 {
        text-align: left;
        width: 100%;
    }
    .cnClm02 {
        padding: 0;
        margin: 30px 0 0 0;
        border: 0;
		        padding-top: 15px;
		border-top: 1px solid #333;
    }
    ul.infoList li + li {
        margin: 12px 0 0 0;
    }
    .infoListName {
        font-size: 20px;
    }
    ul.infoList i {
        width: 16px;
        height: 26px;
    }
    .cnDataRow {
        margin: 0 0 40px 0;
    }
    section.contact_sec002 {
        padding: 40px 0 40px 20px;
    }
    .contact_sec001 {
        padding: 60px 0;
    }
    .adm_table_box_b {
        overflow: auto;
    }
    .adm_fb_row {
        display: block;
        text-align: center;
    }

    .adm_fb_clm2 {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .adm_table_box_f {
        padding: 25px 15px;
    }

    .life_at_013 .ceo {
        margin-top: 0;
    }
    .life_at_013 .pt-100 {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .life_at_013 .quote {
        display: none;
    }
    .life_at_013 .line-left::before {
        display: none;
    }
    .life_at_013 .ps-3 {
        padding-left: 0rem !important;
    }
    .life_at_013 .heading2-small {
        font-size: 20px;
    }
    .life_at_013 h5 {
        font-size: 14px;
    }
	

}

	
		.carousel-caption-1{
			position: absolute;
			top: 81%;
			color: #fff;
			z-index: 1;
			left: 100px;
			text-align: left;
		}
@media screen and (max-width: 639px) {
    /* 480 px */

	.logo {
    width: 220px;
    transition: 0.5s all;
}

.carousel-caption-1 {
    position: absolute;
           top: 80%;
        color: #fff;
        z-index: 1;
        left: 20px;
}
    body {
        overflow-x: hidden;
    }
    .for_mob {
        display: block;
        margin: 0 auto;
    }
    .for_desk {
        display: none;
    }

    .infra005 .col-1,
    .infra007 .col-1,
    .infra009 .col-1,
    .infra011 .col-1,
    .infra013 .col-1,
    .infra015 .col-1,
    .infra016T .col-1 {
        width: 10px;
        flex: unset;
        padding: 0;
    }
    .infra005 .heading1,
    .infra007 .heading1,
    .infra009 .heading1,
    .infra011 .heading1,
    .infra013 .heading1,
    .infra015 .heading1,
    .infra016T .heading1 {
        font-size: 30px;
        line-height: 130%;
    }
    .infra006,
    .infra008,
    .infra010,
    .infra012,
    .infra014,
    .infra016,
    .infra017 {
        overflow: hidden;
        width: 100%;
        padding-bottom: 0;
    }
    .infra006 .row,
    .infra008 .row,
    .infra010 .row,
    .infra012 .row,
    .infra014 .row,
    .infra016 .row,
    .infra017 .row {
        margin: 0;
    }
    .infra006 .row > *,
    .infra008 .row > *,
    .infra010 .row > *,
    .infra012 .row > *,
    .infra014 .row > *,
    .infra016 .row > *,
    .infra017 .row > * {
        padding: 0;
    }
    .infra005 .container-full,
    .infra007 .container-full,
    .infra009 .container-full,
    .infra011 .container-full,
    .infra013 .container-full,
    .infra015 .container-full,
    .infra016T .container-full {
        padding-right: 15px;
        padding-left: 0;
        box-sizing: border-box;
        width: 100%;
    }
    .infra017 {
        padding-bottom: 60px;
    }


    .educatorsClm:nth-child(even) {
        border-left: 1px solid #505050;
    }

    .life_at_013 .col-md-5 {
        padding: 0;
    }
    .life_at_013 .ceo {
        text-align: right;
    }
    .life_at_013 .ceo img.for_mob {
        display: inline-block;
    }

    .networks-position.for_mob {
        margin: 0 0 20px 0;
    }
    .shild_data_set {
        padding: 20px 30px;
    }
    .educatorsRow {
        margin: 0px 0 0 0;
    }
    .educatorsClm {
        width: calc(100% / 2);
        margin: 30px 0 0 0;
		
    }
    .newsListIn {
        padding: 0 0 0 20px;
    }
    .cur_sec013,
    section.news_sec003 {
        padding-left: 20px;
    }
    .newsCard {
        margin: 0 0 30px 0;
    }
    .ty_box {
        background: transparent;
    }
    .ty_box {
        padding: 40px 15px;
    }
    .ty_tytle {
        font-size: 42px;
    }
    .ty_logo img {
        height: 150px;
    }
    section.sa_sec001 {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .sa_sec002 {
        padding-bottom: 30px;
    }
    .sa_post_img {
        margin: 25px 0 20px;
    }
    span.sa_share_icon {
        width: 26px;
        height: 26px;
        background-size: 22px;
    }
    .sa_post_hdr {
        padding: 0 30px 0 0;
    }
    .sa_post_date i {
        width: 18px;
        height: 18px;
        background-size: 18px;
    }
    .sa_post_date {
        margin: 8px 0 0 0;
    }

    .homesec004 figure.effect-lily figcaption > div {
        height: 54%;
    }
    .homesec004 .owl-dots {
        position: absolute;
        bottom: 16px;
        width: 100%;
        text-align: center;
        font-size: 0;
    }
    .mob_dotui .owl-dots button {
        padding: 0;
        border: 1px solid #fff;
        border-radius: 50%;
        margin: 0 4px;
        background: transparent;
    }
    .mob_dotui_onwhitbg .owl-dots button {
        border: 1px solid #000;
    }
    .mob_dotui .owl-dots button span {
        background: rgba(243, 158, 55, 0);
        width: 4px;
        height: 4px;
        display: block;
        margin: 2px;
        border-radius: 50%;
    }
    .mob_dotui .owl-dots button.active span {
        background: #f39d37;
    }
    .homesec007 .textBox02_in {
        margin: 0;
    }
    section.homesec010.left-blue:after {
        width: 0;
    }
    section.homesec013.right-gold,
    section.homesec011.right-blue {
        padding: 50px 20px 30px 10px;
    }
    section.homesec012 .sa_ra_slider .owl-nav {
        display: none !important;
    }
    .homesec012 .owl-dots {
        position: absolute;
        bottom: 12px;
        width: 100%;
        text-align: center;
        font-size: 0;
    }
    .stAchBody figure.effect-lily:hover p {
        margin: 10px 0 20px 0;
    }
    .network::after {
        width: 30%;
    }
    section.homesec015 .row {
        display: flex;
        flex-direction: column-reverse;
        position: relative;
        z-index: 2;
    }

    section.homesec015 .shild_data_set {
        padding: 10px 20px;
        margin: 15px 0 0 0;
    }
    .mob-pt-0 {
        padding-top: 0 !important;
    }
    .homesec016 .owl-dots {
        text-align: center;
        margin: 00 0 14px 0;
    }
    .sgImage img {
        width: 100%;
    }
    .soc_post_hdr {
        padding: 50px 0 70px;
    }

    .homesec017 .container {
        padding: 0 10px 0 20px;
    }
    .homesec017 .container .row {
        margin-right: 0;
    }
    .homesec018 .container {
        padding: 0 0px 0 20px;
    }
    .homesec018.right-blue::after {
        right: unset;
        left: 0;
    }
    .footer .container {
        padding: 0 15px;
    }
    .ftr_cont_with_us {
        padding-top: 20px;
    }

    .heading1-small {
        font-size: 26px;
        margin: 0 0 6px 0;
		    line-height: 34px  !important;
    }
    .about_sec003 .heading1 {
        font-size: 50px;
    }
    .heading1 {
        font-size: 62px;
    }
    .homesec011 .heading1,
    .homesec009 .heading1 {
        font-size: 44px;
    }
} /*480*/
@media screen and (max-width: 479px) {
    /* 360 px */
	
	.educatorsRow {
		display: block;
	}
	
	.footer-tit:before{
		width: 130px;
	}
	.footer-tit{
		    font-size: 18px;
	}
	
	.educatorsClm {
        width: 100%;
	}
		
	.heading-01 {
		font-size: 28px !important;
	}
	
	.c-card .content {
    background: #fff;
    margin-left: 0%;
    margin-top: 0%;
	}
	
	.line-left::before{
		    left: 1px;
	}
	.line-left {
    position: relative;
    padding-left: 18px;
}
	
	.icon_shade_bottom{
		padding-top:10px;
	}
	.pt-4 {
    padding-top: 0px !important;
}
	
.heading1-big {
        font-size: 32px;
    }
	
	.cur_sec003 .col-lg-3{
		    margin-bottom: 20px;
	}
	.cpbox br{
		display:none;
	}
	.cpbox{
		    background: #2c67d7;
			    border: 1px solid #fff;
    padding: 20px;
	}
	
	.bord{
		margin:0px !important;
		    margin-bottom: 10px !important;
	}

    .homesec004 figure.effect-lily figcaption > div {
        height: 75%;
        padding-bottom: 38px;
    }
    a.apply_now_btn {
        padding: 15px;
    }
    .apply_now_btn_c1 img {
        width: 68px;
    }
    .apply_now_btn_c2 {
        padding: 0 0 0 10px;
    }
    .apply_now_btn_t1 {
        font-size: 22px;
    }
    body,
    .apply_now_btn_t2 {
        font-size: 16px;
    }
    .heading1-big {
        font-size: 32px;
    }

    .contact_sec001 {
        padding: 40px 0;
    }
    .news_slider .owl-nav button {
        font-size: 12px;
    }
    .news_slider span.prev_btn {
        padding: 0 0 0 14px;
    }
    .news_slider span.next_btn {
        padding: 0 14px 0 0;
    }
    .news_slider_text {
        padding: 10px;
    }
    a.nst_newstitle {
        font-size: 18px;
        line-height: 100%;
    }
    .sa_ra_slider .owl-nav {
        position: relative;
        top: unset;
        right: unset;
        width: 100%;
        text-align: center;
        padding: 15px 0 00 0;
    }
    .sa_sec002:before {
        height: 100px;
    }
    .heading1 {
        font-size: 52px;
    }
    .infra005 .heading1,
    .infra007 .heading1,
    .infra009 .heading1,
    .infra011 .heading1,
    .infra013 .heading1,
    .infra015 .heading1,
    .infra016T .heading1 {
        font-size: 26px;
        line-height: 132%;
    }
}




@media only screen and(max-width: 359px) {
    /* 320 px */
    .about_sec003 .heading1 {
        font-size: 44px;
    }
}






.text-orange  {

    color:#f39d37;
}

.text-og {

     color:#063797;
}


.carousel-item::after {
box-shadow: inset -35px -114px 169px -82px #000000;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}