.widget-title h3 { position: relative; display: inline-block; color:#000;}
/**.widget-title h3:after { position: absolute; content: ''; background-color: rgba(252,158,34,0.2); right: -25px; bottom: 4px; width: 120px; height: 15px; z-index: 1; }**/

.widget-title h2 {
    position: relative;
    display: inline-block;
    color: #252525;
    font-weight: 700;
    font-size: 2rem;
}


.widget-title p {color: #dddddd; font-size: 16px; font-weight: 400;}



.widget-title h4 {
    position: relative;
    display: inline-block;
    color: #252525;
    font-weight: 700;
    font-size: 2rem;
    padding-left: 60px;
}
.widget-title h4:after {
    position: absolute;
    content: "";
    background: #bd328f;
    width: 45px;
    height: 4px;
    left: 0;
    top: 17px;
}

.widget-title h6 {
    position: relative;
    display: inline-block;
    color: #000;
    font-weight: 600;
    font-size: 1.2rem;
}

.widget-title h2 span {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
}
.zIndex2 { z-index: 2;  }
.show { display: block!important;}
.Mobilelogo { display: none !important; }
ul.listing li { position: relative; font-size: 16px; padding: 5px 15px; }
ul.listing li:after { position: absolute; content: "\f0da"; left: 0px; top: 5px; font-family: 'Font Awesome 5 Pro'; color: var(--text-orange);}
.translateY { -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;}
.translateY:hover { -webkit-transform: translateY(-15px); -ms-transform: translateY(-15px); transform: translateY(-15px);}

.curriculum-list-section .widget-title h3:after, .widget-title.afterNone h3:after, .infrastructure-list-section .infrastructure-box_Gallery:last-child:not(:nth-child(-n + 2)):before, .infrastructure-list-section .infrastructure-box_Gallery:nth-last-child(2):before { display: none; }


/*== Topbar CSS START ==*/

.header .header_relative .main-header__top { margin-bottom: 1.3rem; }
.header .header_relative .main-header__top .cambridge_item { padding: 0rem; margin: 0 0.1rem; border: 1px solid rgba(0,0,0,0.1); }

.header .header_relative .main-header__top .cambridge_item .classi { position:relative;
    background: linear-gradient(0deg, rgba(255,151,0,1) 0%, rgba(251,75,2,1) 100%); color: #FFF; 
    
	padding:0 20px;
	
}
.header .header_relative .main-header__top .cambridge_item .classi a {
   color:#fff;
  display: block;
  width: 100%;
 line-height: 55px;
	
}
.header .header_relative .main-header__top .cambridge_item .classi i {
    border-right: 1px solid #FFF;
    padding-right: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
}





.header .header_relative .main-header__top .cambridge_item .classi:before,
.header .header_relative .main-header__top .cambridge_item .classi:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: rgba(251,75,2,1);
  box-shadow:
   -7px -7px 20px 0px rgba(255,255,255,.9),
   -4px -4px 5px 0px rgba(255,255,255,.9),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.3);
  transition: all 0.3s ease;}
  
  
  
  
.header .header_relative .main-header__top .cambridge_item .classi a:before,
.header .header_relative .main-header__top .cambridge_item .classi a:after {
    position: absolute;
    content: "";
    left: 0px;
   
    top: 0px;
    background: rgba(251,75,2,1);
    box-shadow: -7px -7px 20px 0px rgba(255,255,255,.9),
   -4px -4px 5px 0px rgba(255,255,255,.9),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.3);
    transition: all 0.3s ease;
}
  
  
.header .header_relative .main-header__top .cambridge_item .classi:before{
   height: 0%;
   width: 2px;
}
.header .header_relative .main-header__top .cambridge_item .classi:after {
  width: 0%;
  height: 2px;
}
.header .header_relative .main-header__top .cambridge_item .classi:hover{
  color: rgba(251,75,2,1);
  background: transparent;
}

.header .header_relative .main-header__top .cambridge_item .classi:hover a{
  color: rgba(251,75,2,1);
  
}



.header .header_relative .main-header__top .cambridge_item .classi:hover i{
  border-right: 1px solid #828282;
}

.header .header_relative .main-header__top .cambridge_item .classi i img {
   
}
.header .header_relative .main-header__top .cambridge_item .classi:hover i img { filter: invert(35%) sepia(99%) saturate(4740%) hue-rotate(2deg) brightness(101%) contrast(105%); }

.header .header_relative .main-header__top .cambridge_item .classi:hover:before {
  height: 100%;
}
.header .header_relative .main-header__top .cambridge_item .classi:hover:after {
  width: 100%;
}



.header .header_relative .main-header__top .cambridge_item .classi a:before {
  width: 2px;
  height: 0%;
}
.header .header_relative .main-header__top .cambridge_item .classi a:after {
  height: 2px;
  width: 0%;
}

.header .header_relative .main-header__top .cambridge_item .classi a:hover:before {
  height: 100%;
}
.header .header_relative .main-header__top .cambridge_item .classi a:hover:after {
  width: 100%;
}





.header .header_relative .main-header__top .cambridge_item:nth-child(2) .soical-profile ul li:nth-child(3) a { background-color: #0076b4; color: #FFF; }
.header .header_relative .main-header__top .cambridge_item:nth-child(2) .soical-profile ul li:nth-child(4) a { background-color: #cd201f; color: #FFF; }






/*******************FORM CSS*******************/


.formd {
    position: relative;
    
}

.formd .dsu-intro {
    width: 100%;
    margin: auto;
    position: relative;
    top: 0rem;
    z-index: 1;
    padding: 15px 0;
    border-radius: 5px;
    padding-bottom: 50px;
}

.contact-fild-box {
    position: relative;
    padding: 10px 0;
}
.contact-fild-box .input-group-text {
    background-color: #f1f1f1;
    border: 0px solid #f1f1f1;
    border-radius: 5px 0 0px 5px;
    color: #665c52;
    font-size: 13px;
}

.contact-fild-box .form-control {
    font-size: 14px;
    font-weight: 400;
    color: rgba(1, 1, 1, 0.9);
    background-color: #fff;
    border: 1px solid #cbcbcb
    margin: 0 auto;
    border-radius: 5px;
    padding: 15px;
    
    width: 100%;
    border-radius: 50px !important;
}



.form-group.input-group .input-group-prepend {
    display: flex;
    
}



.tcg {
    background: linear-gradient(30deg, rgb(221, 88, 178) 0%, rgb(176, 53, 135) 100%);
    color: #ffffff;
    padding: 10px 40px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    height: 45px;
}



.contact-fild-box.m-2:first-child {
    margin-left: 0px !important;
}
.contact-fild-box .form-control option {
  
  color: #000000;
  background-color: #ffffff;
 
  
}


.flamed button.btn:hover {
    color: #fff;
}

.contact-fild-box .form-control select { text-align-last: center; }
.contact-fild-box .form-control option { direction: ltr; }





input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0%;
	width:100%;
	opacity:0;
	
}


.frmBg h4 {
    font-size: 1.7rem;
    line-height: 1.1;
    /* letter-spacing: 0.02rem; */
    font-weight: 600;
    color: #1A2434;
    display: block;
}

.frmBg p{ color: #1A2434; font-size:14px; padding:10px 0; padding-bottom:30px;}

/*******************FORM CSS*******************/

#programmes-slider.owl-carousel .owl-stage-outer, #developing-slider.owl-carousel .owl-stage-outer { overflow: visible; }


.parents__section {
    position: relative;
    padding-top: 40px;
}

.parents__section .parents__item {
    position: relative;
    padding: 20px;
    background: #F5F2ED;
    border-radius: 10px;
    /* z-index: 2; */
    min-height: 260px;
	box-shadow: 0px 3px 4px #cdcdcd;
	margin: 10px 0;
}
.parents__section .parents__item .parents_photo { position: relative; overflow: hidden; border: 5px solid #f7a400; border-radius: 100%; width: 220px; height: 220px; margin: 0 auto; }

.parents__section .parents__item .parents__content h5 { color: var(--text-orange); opacity: 0.8; font-size: var(--font18); }
.parents__section .parents__item .parents__content p {
	text-align: justify;
    color: #121212;
    margin-top: 0.6rem;
    font-size: 14px;
}
.parents__section .parents__item i {
    color: #F97C01;
    font-size: 2rem;
}
.parents__section .parents__item .designtn {position: absolute; padding-top: 20px; z-index: 2; right: 25px;}
.parents__section .parents__item .designtn p {color: #67646A; font-size: 12px; position: relative;}

.parents__section .parents__item .designtn p b {display: block;}

.parents__content  .custom-scrollbar-js {height: 115px;}



#parents-slider.owl-theme .owl-dots .owl-dot span, #programmes-slider.owl-theme .owl-dots .owl-dot span { background-color: #D9D9D9; width: 12px; height: 12px; margin: 0 2px; }

#parents-slider.owl-theme .owl-dots .owl-dot.active span, #parents-slider.owl-theme .owl-dots .owl-dot:hover span { background-color: #6A3908; }

#programmes-slider.owl-theme .owl-dots .owl-dot.active span, #programmes-slider.owl-theme .owl-dots .owl-dot:hover span { background-color: var(--bg-blue); }
/*== Footer css start ==*/
.footer { background-color: #001d2d;  }
/*.footer .footer-top .footer-widget {width: 85%;}*/

.footer .footer-top .footer-widget h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}


.footer .footer-top .toget {
    gap: 20px;
}

.footer .footer-top .footer-widget ul.site-map, .footer .footer-top .footer-widget ul.site-maped {
    list-style: disc;
    padding: 0px;
    margin: 0px;
}

.footer .footer-top .footer-widget ul.site-maped {
    list-style: none;
    
}

.footer .footer-top .footer-widget ul.site-map li::marker {
    color: #bc3e92;      /* bullet color */
    font-size: 16px;   /* optional: make bullet bigger */
  }




.footer .footer-top .footer-widget ul.site-map li, .footer .footer-top .footer-widget ul.site-maped li  {
    padding: 7px 0;
    line-height: 1;
    position: relative;
    margin-left: 17px;
}

.footer-widget ul.site-maped li i {color: #fff; padding-right: 13px;}


.footer-top .footer-widget ul.site-maped li {
    margin-left: 0 !important;
    display: flex;
    line-height: 1.5 !important;}







.footer .footer-top .footer-widget ul.site-map li:last-child { border: 0px; }
.footer .footer-top .footer-widget ul.site-map li a, .footer .footer-top .footer-widget ul.site-maped li a { color: #fff; font-size: 12px;}
.footer .footer-top .footer-widget .footer__logo {position:relative;}


.footer .footer-top .footer-widget ul.site-maped.social li {
    display: inline-block;
    margin-right: 10px;
}

.footer .footer-top .footer-widget ul.site-maped.social li a.p-icon {
    text-align: center;
    display: inline-block;
    background-color: #fff;
    width: 32px;
    height: 32px;
    line-height: 35px;
    border-radius: 50%;
    border-color: transparent;
    -ms-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    -webkit-transition: transform 0.6s;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}


.footer .footer-top .footer-widget ul.site-maped.social li a.p-icon:hover {
    background: #cb0581;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -moz--transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}




.footer .footer-top .footer-widget ul.site-maped.social li a.p-icon i {
    color: #001d2d;
    padding-right: 0;
    font-size: 16px;
}

.footer .footer-top .footer-widget ul.site-maped.social li a.p-icon:hover i {
    color: #fff;
}


.footer .footer-top .footer-widget .footer__logo img {
    width: 65%;
}

.footer .footer-top .footer-widget .footer__logo p{ font-size:12px; color:#fff; padding: 20px 0;
   
}


.footer .footer-top .footer-widget .address-widget li {
    position: relative;
    margin-bottom: 1.2rem;
    font-size: var(--font14);
    padding-right: 50px;
}
.footer .footer-top .footer-widget .address-widget li .address-desc { padding-left: 25px; font-size: 12px; color:#fff; }
.footer .footer-top .footer-widget .address-widget li i {
    position: absolute;
    font-size: 16px;
    color: #fff;
}
.footer-widget.address-widget-box ul.address-widget li.phonic i.fas.fa-phone {rotate: 90deg;}
.footer-widget.address-widget-box ul.address-widget {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}

footer.footer .footer-bottom {
    position: relative;
    /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    background: #fff;
}

footer.footer .footer-bottom p {
    font-size: 13px;
    padding: 10px 0;
}
footer.footer .footer-bottom p a {
    color: #006b87;
    font-weight: 700;
}
footer.footer .footer-bottom p a em {color: #cf1787; font-style: normal;}


footer.footer .footer-bottom .footer-bot {position: relative;}
footer.footer .footer-bottom .footer-bot ul.footnav {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}

footer.footer .footer-bottom .footer-bot ul.footnav li{ padding: 5px 7px; font-size: 12px; }
footer.footer .footer-bottom .footer-bot ul.footnav li a{color:#fff;}
footer.footer .footer-bottom .footer-bot ul.footnav li a:hover {color:#FF7A4F;}

.footer .footer-bottom .copyright_list ul li:first-child a { padding-left: 0px; }
.footer .footer-bottom .copyright_list ul li:first-child a:after { display: none; }
.footer .footer-bottom .copyright_list ul li a:after { position: absolute; content: ""; width: 1px; height: 10px; background-color: #FFFFFF; left: 0px; top: 34%; }
.footer .footer-bottom .copyright_list ul li a { position: relative; color: #FFFFFF;  font-size: 14px; padding: 0 8px; float: left; }
.footer .footer-bottom .copyright_list ul li a:hover, .footer .footer-top .footer-widget ul.site-map li a:hover, .footer .footer-top .footer-widget ul.site-maped li a:hover, .footer .footer-top .footer-widget .address-widget li .address-desc a:hover { color: #e562ba; }
.footer .footer-top .footer-widget ul.site-map li a i {
    width: 20px;
    /* height: 25px; */
    /* border: solid 1px #fff; */
    border-radius: 50px;
    /* line-height: 25px; */
    /* text-align: center; */
}

.footer .footer-top .footer-widget ul.site-map li a i.fas.fa-phone {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    text-align: end;
}

.blob__Mask { border-radius: 81% 19% 25% 75% / 52% 59% 41% 48%; overflow: hidden; height: 350px; width: 400px; margin: 0 auto; }
.shapes__blob-Mask.flipHori .blob__Mask, .developing__section .developing_item-one:hover .developing_Shapes  { -moz-transform: scaleX(-1);  -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); }
.shapes__blob-Mask.flipHori .shapes-orange { left: 15%;  }

.shapes__blob-Mask .shapes-orange { top: -22px; }

.shapes__blob-Mask .shapes-orange {
    -webkit-transform: rotate(-11deg);
    -ms-transform: rotate(-11deg);
    transform: rotate(-11deg);
    -webkit-animation: semi_rotated_two 20s infinite;
    animation: semi_rotated_two 20s infinite; }
@-webkit-keyframes semi_rotated_two{0%,100%{-webkit-transform:rotate(-11deg);transform:rotate(-11deg)}50%{-webkit-transform:rotate(11deg);transform:rotate(11deg)}}@keyframes semi_rotated_two{0%,100%{-webkit-transform:rotate(-11deg);transform:rotate(-11deg)}50%{-webkit-transform:rotate(11deg);transform:rotate(11deg)}}   
.bannerpage-title-wrap .kingster-page-title-content {
    position: absolute;
    top: 35%;
    width: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.bannerpage-title-wrap .kingster-page-title-content span {
    font-size: 22px;
    color: #F57C01;
}
.bannerpage-title-wrap .kingster-page-title-content h1 {
    font-weight: 700;
    font-size: 26px;
	padding-top: 10px;
}


.bannerpage-title-wrap .contact-page-title-content {
    position: absolute;
    top: 10%;
    width: 25%;
    z-index: 1;
}

.bannerpage-title-wrap .contact-page-title-content h1 {padding-bottom: 10px;}

.bannerpage-title-wrap .contact-page-title-content .contact-info-list p, .bannerpage-title-wrap .contact-page-title-content .contact-info-list li a, .bannerpage-title-wrap .contact-page-title-content .contact-info-list li i {color: #fff; font-weight: 700;}
.bannerpage-title-wrap .contact-page-title-content .contact-info-list li i {float: left; padding-right: 10px;}
.bannerpage-title-wrap .contact-page-title-content .contact-info-list li .info {overflow:hidden; }
.bannerpage-title-wrap .contact-page-title-content .contact-info-list ul li {
    position: relative;
    padding: 8px 0;
    display: flex;
    align-items: center;
}
.bannerpage-title-wrap .contact-page-title-content .contact-info-list ul li.phn i.phoned {rotate: 90deg; padding-top: 10px;}
.bannerpage-title-wrap .contact-page-title-content .contact-info-list p b {
    font-weight: 400;
    display: block;
    color: #F97C01;
}



#hero .owl-theme .owl-nav {
    margin-top: 0px;
}

.min-margin {margin-top:-70px !important;}

/* =======================Design Edge=========================== */




#heroo.owl-theme .owl-dot {
    background-image: none !important;
}






  select{padding:2px 6px}
  .report{cursor:pointer;color:#555}
  .report:before{content:"⚠️";margin-right:4px}



/***********General Knowledge CSS**************/



/***********General Knowledge CSS**************/


.served_section {
    position: relative;
}

.served_section .served__block {
    margin-top: -4.5rem;
    background: #fff;
    z-index: 1;
    border-radius: 10px;
}

.served_section .served__block .served_dv .served__item {
    padding: 7px 12px 7px;
    text-align: center;
}



.b-0 {
    border: 0px !important;
}

.served_section .served__block .served_dv .served__item .served-item-block span {
    display: flex;
    background: #f4f6f8;
    width: 66px;
    position: relative;
    height: 66px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    overflow: hidden;
}


.served_section .served__block .served_dv .served__item .served-item-block span img {transition: all .5s;}

.served_section .served__block .served_dv .served__item .served-item-block span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    content: "";
    background-color: #0f5a75;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
}

.served_section .served__block .served_dv .served__item:hover .served-item-block span:after {
    visibility: visible;
    opacity: 1;
    width: 100%;
}


.served_section .served__block .served_dv .served__item:hover .served-item-block span {
    box-shadow: 0 0 18px 1px rgba(0,0,0,.2);
    -webkit-transform: translateY(.5em);
    transform: translateY(.5em);
}



.served_section .served__block .served_dv .served__item .served-item-block p {
    display: block;
    color: #101010;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}



.served_section .served__block .served_dv .served__item:hover .served-item-block span img {filter: invert(100%) sepia(100%) saturate(4%) hue-rotate(198deg) brightness(110%) contrast(100%); transform: rotateY(360deg);
    transition: all .5s;}

.served_section .served__block .served_dv .served__item:hover .served-item-block p {color:#0f5a75;}  




	
.section3 {
    background: linear-gradient(0deg,rgba(244, 244, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* padding-top: 50px; */
    margin-top: 40px;
}

.section31 {
    width: 100%;
    padding: 30px 0 40px 0;
}

.section31:after {
    content: '';
    position: absolute;
    right: -31px;
    bottom: 50px;
    width: 261px;
    height: 56px;
    background: url(../images/dot.png) no-repeat top right;
    background-size: contain;
    opacity: .15;
    z-index: 1;
    -webkit-animation-name: cp-bg-move-x;
    animation-name: cp-bg-move-x;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;}





.section31 .blasi {
    position: relative;
    padding-left: 13%;
}

.section31 .inter {
    position: relative;
    padding-top: 20px;
	font-family: 'Poppins', sans-serif;

}

.section31 .inter p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    color: #000000;
    padding-bottom: 15px;
}

.section31 .video-section .pic1__item {
    position: relative;
    padding-left: 10px;
    z-index: 1;
}

.section31 .video-section .pic1__item:after {
    position: absolute;
    content: "";
    width: 110px;
    height: 110px;
    background-color: #000;
    left: 0;
    bottom: -10px;
    background: linear-gradient(30deg, rgba(33, 134, 168, 1) 0%, rgba(9, 86, 114, 1) 100%);
    border-radius: 25px;
    z-index: -1;
    transition: all .3s ease;
    animation: levitate 1.5s alternate ease-in-out infinite;}


.section31 .video-section .pic2__item.jumping_ani {
    float: left;
    position: absolute;
    right: -50px;
    top: -70px;
    z-index: 1;
}

.courses-section .owl-theme .owl-nav [class*=owl-] {
    color: #000000;
    font-size: 30px;
    margin: 5px;
    padding: 2px;
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    border: solid 1px #D6D6D6;
    top: 40%;
    border-radius: 50%;}

.courses-section .owl-carousel .owl-prev {
    position: absolute;   
    left: -60px;
    width: 35px;
    height: 35px;
    }

.courses-section .owl-carousel .owl-next {
    position: absolute;
    right: -60px;
    width: 35px;
    height: 35px;
   }




.section3 .section31 .row {
    display: flex;
    align-items: center;
}

.applys {position: relative;}
.applys a {
    color: #FFF;
    display: inline-block;
    padding: 13px 40px 13px 22px;
    background: linear-gradient(30deg, rgba(221, 88, 178, 1) 0%, rgba(176, 53, 135, 1) 100%);
    font-weight: 400;
    font-size: 16px;
    border-radius: 10px;
    transition: all 0.5s;
    transition: 0.5s;
    position: relative;
    box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .15);}
    
.applys a:after {
    content: '\f178';
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    opacity: 1;
    top: 13px;
    right: 16px;
    transition: 0.5s;}

.applys a:hover {
    padding-right: 10px;
    padding-left: 10px;
     background: linear-gradient(30deg, rgba(9, 85, 114, 1) 0%, rgba(176, 53, 135, 1) 100%);
    background-color: #095572;
}

.applys a:hover:after {
    opacity: 0;
    right: -20px;
} 









.courses-section {
    position: relative;
    background-image: url(../images/expertise-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}


.courses-section .patterns {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.courses-section .patterns img {width: 100%;}


.courses-section .expert_thumb .expert_title {
    text-align: center;
    padding: 10px 0;
    background: linear-gradient(30deg,rgba(221, 88, 178, 0.9) 0%, rgba(176, 53, 135, 0.9) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.courses-section .expert_thumb h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.courses-section .expert_thumb:hover h4 { color: #fff; }
.courses-section .expert_thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    /* min-height: 290px; */
    padding: 0px;
}

.expert-img-box .expert-img {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    text-align: center;
    
}
.expert-img-box .expert-img img {
    transition: all 400ms ease; width:100%;
}
.expert-img-box .expert-img a:after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    z-index: 2;
    opacity: 1;
    pointer-events: none;
    transition: all 400ms linear;
}
.expert-img-box:hover .expert-img a:after {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms linear;
}

.expert-img-box:hover .expert-img img {
  transform: scale(1.1);
}

.courses-section .expert_thumb:hover .expert_title {
    background: linear-gradient(30deg, rgba(221, 88, 178, 1) 0%, rgba(176, 53, 135, 1) 100%);}





.partnr_section {
    position: relative;
    padding: 50px 0;
    
}    

.partnr_section .partnr__title {
    position: relative;
    padding: 0;
}

.partnr_mb {
    background-color: transparent;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
    border-radius: 50px;
    border: 1px solid rgba(205, 204, 204, 1);
}



.partnr_section .owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 30px;
    margin: 5px;
    padding: 2px;
    background: #333333;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    top: 33%;
    border-radius: 50%;}

.partnr_section .owl-carousel .owl-prev {
    position: absolute;   
    left: -60px;
    width: 35px;
    height: 35px;
    }

.partnr_section .owl-carousel .owl-next {
    position: absolute;
    right: -60px;
    width: 35px;
    height: 35px;
   }



.visionary-section {position: relative;}   

.visionary-section .container-fluid {padding: 0px;}


.visionary-section .container-fluid .col-lg-6.col-md-12.col-sm-12 {
    padding-right: 0px;

}
.visionary-section .container-fluid .col-12.col-lg-6.content {
    padding-left: 0px;
}



.visionary-section .business-section {
    padding: 85px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
    background-image: url(../images/mission-bg.webp);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    background-size: contain;
    width: 100%;
}

.business-section .business-prog ul.ticked {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.business-section .business-prog ul.ticked li {
    font-size: 16px;
    color: #fff;
    padding: 20px;
    padding-left: 50px;
    margin-left: 30px;
    margin-bottom: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.business-section .business-prog ul.ticked li img {
    position: absolute;
    left: 0;
    top: 5px;
}

.business-section .business-prog ul.ticked li span {
    font-size: 28px;
    font-weight: 700;
    display: block;
    color: #fff;
    padding-bottom: 15px;
}

.business-section .business-prog ul.ticked li a {
    text-decoration: underline;
    color: #fff;
    font-size: 13px;
    
}


.visionary-section .content .semi-soli {
    position: relative;
    background: linear-gradient(180deg, #FCFCFC 0%, #F3F4F7 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.visionary-section .content .semi-soli ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
}

.visionary-section .content .semi-soli ul li {
    color: #676F7E;
    list-style: none;
    position: relative;
    font-size: 14px;
    padding: 10px 0;
    padding-left: 0px;
    font-weight: 400;
    margin: 1px 5px;
    line-height: 1;
    list-style: disc;
    margin-left: 15px;
}


.mid-area p {
    font-size: 20px;
    padding-bottom: 15px;
}



#small-recruiters-slider .small-recruiters-logo>img {
    padding: 10px;
    border-radius: 5px;
    background: #f7f7f7;
}



.small-recr .owl-theme .owl-nav [class*=owl-] {
    color: #c4c4c4;
    font-size: 35px;
    margin: 0px;
    padding: 2px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    top: 25%;
    
}

.small-recr .owl-carousel .owl-prev {
    position: absolute;   
    left: -60px;
    width: 35px;
    height: 35px;
    }

.small-recr .owl-carousel .owl-next {
    position: absolute;
    right: -60px;
    width: 35px;
    height: 35px;
   }

.small-recr .owl-theme .owl-nav [class*=owl-]:hover {color:#000; background-color: transparent;}  


.Headed {
    position: relative;
    
}

.owl-theme .owl-dots .owl-dot span {background: #c9c9c9 !important; width: 13px !important; height: 13px !important;  }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #bc3e92 !important; width: 30px !important;
}



/*****************About Us************************/

.about-banner {
    background-image: url(../images/about_banner.webp);
    height: 300px;
}

.service-banner {
    background-image: url(../images/services_banner.webp);
    height: 300px;
}
.contact-banner {
    background-image: url(../images/contact_us_banner.webp);
    height: 300px;
}

.dsu-addmission {
    position: relative;
    padding-top: 200px;
}

.dsu-addmission .bannerContent h1 {
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 15px;
}

.dsu-addmission .bannerContent .breadcrumb {
    font-size: 14px;
    margin-bottom: 0px;
}

.dsu-addmission .bannerContent .breadcrumb ol {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 8px;
}

.dsu-addmission .bannerContent .breadcrumb a, .dsu-addmission .bannerContent .breadcrumb li {
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    color: #fff;
}

.dsu-addmission .bannerContent .breadcrumb a {
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    color: #e562ba;
}

.dsu-addmission .bannerContent .breadcrumb li::after {
    content: '>';
    margin-left: 8px;
}

.dsu-addmission .bannerContent .breadcrumb li:last-child::after {
    content: '';
}


.vision__section .navigating_progrm {
    padding-right: 2%;
}

.vision__section .navigating_progrm h2 {
    font-size: 25px;
    color: #FF6801;
    font-weight: 600;
    padding-bottom: 25px;
}

.vision__section .navigating_progrm p {
    line-height: 1.5;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
}

.change_aducation {
    background-color: #f1f1f1 ;
}

.vision__section .skilled_growth_2 ul.liste {
    list-style: disc;
    padding: 0;
    margin: 0;
    margin-left: 18px;
}

.vision__section .skilled_growth_2 ul.liste li {

    position: relative;
    padding: 3px 0;
    
}

.vision__section .skilled_growth_2 ul.liste li::marker {
  color: #bc3e92; /* your bullet color */
  font-size: 1.1em;
}

.vision__section .skilled_growth_2 ul.liste li p {
    line-height: 1.5;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
}


.strength__section {
    background-image: url(../images/calltoaction-bg1.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
   
}

.strength__section .strength-background-overlay {
    background-color: transparent;
    background-image: linear-gradient(90deg, #150773 47%, #2cd4d9 69%);
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.strength__section .strength-divi {
    width: 18%;
    margin-bottom: 1.33%;
    margin-right: 1.33%;
    min-height: unset;
    min-height: 122px;
    border-radius: 10px;
    background: linear-gradient(30deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    background-color: #095572;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.strength__section .strength-divi .strength-Content { position: relative;}
.strength__section .strength-divi .strength-Content img {
    /* width: 23%; */
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.strength__section .strength-divi .strength-Content p {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
}

.strength__section .strength-divi:hover {
   background: linear-gradient(30deg, rgba(221, 88, 178, 1) 0%, rgba(176, 53, 135, 1) 100%);
}

.strength__section .strength-divi:hover .strength-Content img {
    filter: invert(100%) sepia(100%) saturate(4%) hue-rotate(198deg) brightness(110%) contrast(100%);
    transform: rotateY(360deg);
    transition: all .5s;
}

.strength__section .strength-divi:hover .strength-Content p {color: #fff !important;}

/*****************About Us************************/




/*****************Services************************/
.segment_em_section .segment_em_divi {position: relative;}
.segment_em_section .segment_em_divi .segment_em_pic { overflow: hidden;
    border-radius: 20px;
}

.segment_em_section .enquires img {
    width: 75%;
}

.segment_em_section .segment_em_divi .segment_em_pic img {
    transition: all 400ms ease;
    width: 100%;
}

.segment_em_section .segment_em_divi h3 {
    font-size: 22px;
    font-weight: 600;
    padding: 15px 0;
    color: #095572;
}

.segment_em_section .segment_em_divi p {
    font-size: 15px;
    color: #000;
    padding-bottom: 10px;
    text-align: justify;
}

.segment_em_section .enquires {
    position: relative;
    background: #000;
    background-color: transparent;
    background-image: linear-gradient(140deg, #ffffff 0%, #f1f1f1 68%);
    border-radius: 10px;
    border: solid 1px #095572;
}

.segment_em_section .enquires h4 {
    font-size: 22px;
    padding: 15px 0;
    color: #095572;

}

.segment_em_section .enquires a {
    color: #fff;
    display: inline-block;
    background: linear-gradient(30deg, rgba(221, 88, 178, 1) 0%, rgba(176, 53, 135, 1) 100%);
    border: 1px solid #bd328f;
    line-height: 1;
    border-radius: 40px;
    padding: 15px 0px;
    margin: 8px 0;
    margin-right: 0.1%;
    width: 95%;
    position: relative;
    transform: perspective(1px) translateZ(0px);
    transition: color 0.3s ease 0s;
    text-align: center;
    font-size: 18px;
    transition: 0.5s;
    font-weight: 600;
}

.segment_em_section .enquires a::before {
    border-radius: 0px;
    background-color: #fff;
    border: 0px solid #0d61d5;
    bottom: 0;
    content: "";
    left: 0;
    border-radius: 40px;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

.segment_em_section .enquires a:hover {
    color: #5F5F5F;
    transform: translateY(-0.7rem);
}

.segment_em_section .enquires a:hover::before {
    transform: scaleY(1);
}

.segment_em_section .segment_em_divi h5 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}
.segment_em_section .segment_em_divi p b {
    font-weight: 600;
}

/*****************Services************************/


/*****************Clients & Partners************************/
.client-section .client-area {background-color: #f1f1f1;}
.client-section .client-area .logo-section ul.listes {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.client-section .client-area .logo-section ul.listes li {
    position: relative;
    display: inline-block;
    width: 17%;
    padding: 2px;
    text-align: center;
    border: solid 1px #ffffff;
    margin: 10px;
    z-index: 1;
    overflow: hidden;
}

.client-section .client-area .logo-section ul.listes li img {
width: 100%;
height: 100%;
transition: all 0.3s ease-in-out;}

.client-section .client-area .logo-section ul.listes li:hover img {
    transform: scale(1.15);
}

.client-section .client-area .logo-section ul.listes li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #bd328f;
    z-index: -1;
}

.client-section .client-area .logo-section ul.listes li:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: #bd328f;
    z-index: -1;
}

.client-section .client-area .logo-section ul.listes li:hover {
    border: solid 1px #bd328f;
    border-radius: 15px;
}

/*****************Clients & Partners************************/


.contact-page-section {
    position: relative;
    padding-bottom: 60px;
}

.contact-page-section .contact-info-column .contact-info-list ul li {
    position: relative;
    padding: 15px 0;
}
.contact-page-section .contact-info-column .contact-info-list ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-page-section .contact-info-column .contact-info-list ul li i {
    float: left;
    padding-right: 15px;
    color: #fff;
    font-size: 20px;
}
.contact-page-section .contact-info-column .contact-info-list ul li .info {
    overflow: hidden;
}
.contact-page-section .contact-info-column .contact-info-list ul li .info p, .contact-page-section .contact-info-column .contact-info-list ul li a {
    font-size: 14px;
    color: #fff;
    
}

.contact-page-section .contact-info-column .contact-info-list ul li .info b {
    padding-bottom: 5px;
    display: block;
}

.flamed {
    margin-top: 29px;
}

.contact-page-section .contact-info-column {
background-color: #095572;

    /*background: linear-gradient(30deg, rgb(221, 88, 178) 0%, rgb(176, 53, 135) 100%);*/
}

.contact-page-section .form-column .enquiry-collum .enquiryBg {background: linear-gradient(30deg, rgb(221, 88, 178) 0%, rgb(176, 53, 135) 100%);}


#alert {
    display: none;
    text-align: left;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
}



.contact-page-section .contact-info-column .contact-info-list h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}



	




