/* -------------------------------------------------------------------
 * Author           : Technicul Cloud LLP
 * File             : style.css
------------------------------------------------------------------- */

/*scrollbar Theme*/
::-webkit-scrollbar {width:4px;}
::-webkit-scrollbar-track {background: var(--bg-b2);}
::-webkit-scrollbar-thumb:hover {background: #1e4368;}
::-webkit-scrollbar-thumb {background: #2e5984;}

/* Global Typography Settings */
*,html {
    -webkit-font-smoothing: antialiased;
    -moz-os-font-smoothing: grayscale;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
    vertical-align: baseline;
  
}
body {
    font-family:Poppins,sans-serif;   
    color: #6a6a6a ;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    font-size: 17px;
    outline: none;
    overflow-x: hidden;
}
.animation, .nav-link, .sw-btn, a, .contentimgwa h3:after{
-webkit-transition: 1.1s cubic-bezier(.16, .84, .442, .98);
-o-transition: 1.1s cubic-bezier(.16, .84, .442, .98);
transition: 1.1s cubic-bezier(.16, .84, .442, .98);
}
h1,h2,h3,h4,h5,h6{color: #121212;}
h1,h2,h3,h4,h5,h6,p,ul,address{padding: 0; margin: 0;}

ul{list-style: none;}
h1{font-size: 50px; font-weight: 600; line-height: 52px;}
h2{font-size: 35px; font-weight: 600; line-height: 45px;}
h3{font-size: 30px; font-weight: 600; line-height: 42px;}
h4{font-size: 24px; font-weight: 600; line-height: 34px;}
h5{font-size: 20px; font-weight: 600; line-height: 30px;}
h6{font-size: 18px; font-weight: 500; line-height: 28px;}

a{text-decoration: none;}
.f15{font-size: 15px;}
.f14{font-size: 14px;}

/*Help Class*/
.w-100px{width: 100px !important;}
.roundimg{border-radius: 10px; overflow: hidden;}
.index-up{position: relative; z-index: 5;}
.index-down{position: relative; z-index: 0;}
.vcenter{align-items: center;}
.italic{font-style: italic;}
img{max-width: 100%; height: auto;}
.zup{position: relative;z-index: 50;}
.noshadow{box-shadow: none !important;}
.shadow {box-shadow: 0px 7px 15px -10px rgb(0 0 0 / 15%) !important;}
.colr3{color: #3fbf8b !important;}
.colr2{color: #2e5984 !important;}
.colr1{color: #6a6a6a !important;}
.colr0{color: #fff !important;}
.sw-bg-0{background: #fff;}
.sw-bg-1{background: #f8f9fb;}
.sw-bg-2{background: #2e5984 !important;}
.sw-bg-3{background: #64ddac !important; color:#fff}

.section-space{padding-top: 50px; padding-bottom: 50px;}
/*margin top*/
.mr10{margin-right: 10px;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt35{margin-top: 35px;}
.mt40{margin-top: 40px;}
.mt45{margin-top: 45px;}
.mt50{margin-top: 50px;}
.mt55{margin-top: 55px;}
.mt60{margin-top: 60px;}
.mt65{margin-top: 65px;}
.mt70{margin-top: 70px;}
.mt75{margin-top: 75px;}
.mt80{margin-top: 80px;}
.mt85{margin-top: 85px;}
.mt90{margin-top: 90px;}
.mt95{margin-top: 95px;}
.mt100{margin-top: 100px;}
.mt105{margin-top: 105px;}
.mt110{margin-top: 110px;}
.mt115{margin-top: 115px;}
.mt120{margin-top: 120px;}
.mt125{margin-top: 125px;}
.mt130{margin-top: 130px;}
.mt135{margin-top: 135px;}
.mt140{margin-top: 140px;}
.mt145{margin-top: 145px;}
.mt150{margin-top: 150px;}

/*margin bottom*/
.mb0{margin-bottom: 0px !important;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb45{margin-bottom: 45px;}
.mb50{margin-bottom: 50px;}
.mb55{margin-bottom: 55px;}
.mb60{margin-bottom: 60px;}
.mb65{margin-bottom: 65px;}
.mb70{margin-bottom: 70px;}
.mb75{margin-bottom: 75px;}
.mb80{margin-bottom: 80px;}
.mb85{margin-bottom: 85px;}
.mb90{margin-bottom: 90px;}
.mb95{margin-bottom: 95px;}
.mb100{margin-bottom: 100px;}
.mb105{margin-bottom: 105px;}
.mb110{margin-bottom: 110px;}
.mb115{margin-bottom: 115px;}
.mb120{margin-bottom: 120px;}
.mb125{margin-bottom: 125px;}
.mb130{margin-bottom: 130px;}
.mb135{margin-bottom: 135px;}
.mb140{margin-bottom: 140px;}
.mb145{margin-bottom: 145px;}
.mb150{margin-bottom: 150px;}

/*padding top*/
html .pt0{padding-top: 0;}
.pt5{padding-top: 5px;}
.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}
.pt25{padding-top: 25px;}
.pt30{padding-top: 30px;}
.pt35{padding-top: 35px;}
.pt40{padding-top: 40px;}
.pt45{padding-top: 45px;}
.pt50{padding-top: 50px;}
.pt55{padding-top: 55px;}
.pt60{padding-top: 60px;}
.pt65{padding-top: 65px;}
.pt70{padding-top: 70px;}
.pt75{padding-top: 75px;}
.pt80{padding-top: 80px;}
.pt85{padding-top: 85px;}
.pt90{padding-top: 90px;}
.pt95{padding-top: 95px;}
.pt100{padding-top: 100px;}
.pt105{padding-top: 105px;}
.pt110{padding-top: 110px;}
.pt115{padding-top: 115px;}
.pt120{padding-top: 120px;}
.pt125{padding-top: 125px;}
.pt130{padding-top: 130px;}
.pt135{padding-top: 135px;}
.pt140{padding-top: 140px;}
.pt145{padding-top: 145px;}
.pt150{padding-top: 150px;}

/*padding bottom*/
.pb5{padding-bottom: 5px;}
.pb10{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}
.pb20{padding-bottom: 20px;}
.pb25{padding-bottom: 25px;}
.pb30{padding-bottom: 30px;}
.pb35{padding-bottom: 35px;}
.pb40{padding-bottom: 40px;}
.pb45{padding-bottom: 45px;}
.pb50{padding-bottom: 50px;}
.pb55{padding-bottom: 55px;}
.pb60{padding-bottom: 60px;}
.pb65{padding-bottom: 65px;}
.pb70{padding-bottom: 70px;}
.pb75{padding-bottom: 75px;}
.pb80{padding-bottom: 80px;}
.pb85{padding-bottom: 85px;}
.pb90{padding-bottom: 90px;}
.pb95{padding-bottom: 95px;}
.pb100{padding-bottom: 100px;}
.pb105{padding-bottom: 105px;}
.pb110{padding-bottom: 110px;}
.pb115{padding-bottom: 115px;}
.pb120{padding-bottom: 120px;}
.pb125{padding-bottom: 125px;}
.pb130{padding-bottom: 130px;}
.pb135{padding-bottom: 135px;}
.pb140{padding-bottom: 140px;}
.pb145{padding-bottom: 145px;}
.pb150{padding-bottom: 150px;}




/*button*/
.pairbtn{display: flex;grid-gap: 10px;}
header .swbtn1{ line-height: 35px;}

.sw-btn {
  border-radius: 8px;
  overflow: hidden;
  font-size: 18px;
  letter-spacing: 0.4px;
  padding: 0px 24px;
  height: fit-content;
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
  border: 0;
}

.swbtn1{
  background: #fff;
  line-height: 48px;
  font-size: 16px;
  color: #121212;
}
.swbtn1:hover {
  background: #2f5a84;
  color: #ffffff;
}

.swbtn2{
  background: #64ddac;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  padding: 0px 22px;
}
.swbtn2:hover{
  background: #3fbf8b;
  color: #fff;
}

.swbtn3{
  background: #2E5984;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  padding: 0px 22px;
}

.swbtn3:hover{
  background: #1a3857;
  color: #fff;
}

.swbtn4{
  background: white;
  line-height: 48px;
  font-size: 18px;
  color: #3fbf8b;
  padding: 0px 22px;
}

.swbtn4:hover{
  background: #1a3857;
  color: #3fbf8b;
}

.inlinebtn{color: #2E5984; font-weight: 600; font-size: 18px; padding: 0;}
.inlinebtn:hover{color: #3fbf8b; font-weight: 600;}
/***/
.topalert {
  background: #64ddac;
  display: flex;
  grid-gap: 100px;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #121212;
}
.mdlprt {
  display: grid;
  grid-template-columns: 15% 35% auto;
  grid-gap: 70px;
  align-content: center;
  align-items: center;
  height: 100px;
}
.sitelogo a img{width: 140px;}
.sitesearch{position: relative;}
.searchicon {
  position: absolute;
  left: 14px;
  top: 17px;
}
.sitesearch input {
  border: 1px solid #d0d0d0;
  line-height: 54px;
  padding: 0 20px 0 40px;
  border-radius: 8px;
  width: 100%;
}
.headernbtnsocial {
  display: flex;
  grid-gap: 30px;
  align-items: center;
  justify-content: flex-end;
}
.headernbtnsocial ul{display: flex;}
.headernbtnsocial ul li + li{margin-left: 20px;}
.headernbtnsocial ul li a {
  color: #64ddac;
  font-size: 20px;
  border: 1px solid #64ddac;
  width: 45px;
  height: 46px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  justify-content: center;
}
.headernbtnsocial ul li a:hover{  color: #fff;  border: 1px solid #64ddac;  background: #64ddac;}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0 15px;
  line-height: 40px;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  color: #121212;
  font-size: 17px;
}
.menubar{background: #2e5984;}

.menubar .nav-link {
  display: block;
  color: #fff;
  font-weight: 300;
  font-size: 17px;
  line-height: 58px;
  padding: 0;
}
.menubar .navbar-nav {
  display: flex;
  flex-direction: row; 
  justify-content: space-between;
  width: 100%;
}

@media (min-width : 992px) {
  .menubar  .offcanvas {
    visibility: visible;
    position: relative;
    background: none;
    border: none;
    justify-content: end;
    color: #2e5984;
  }
}

@media (max-width : 992px) {
 .menubar .offcanvas {
    width:80% !important;
  }
 .menubar .offcanvas-start-lg {
    top: 0;
    left: 0;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%);
    background: #2e5984;
  }
}
.offcanvas-header {
  background: #1f4972;
}
header .navbar-toggler{ display: none;}
.sticky {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 2222;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: -1px;
  border-radius: 0px 0px 10px 10px;
}
.navbar{padding: 0;}
/*header end*/

.p60-right{padding-right: 50px;}
.bgdata {
  height: 390px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.bgdata:before {
  content: "";
  z-index: 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 20%);
}
input {
  border: 1px solid #d0d0d0;
  line-height: 54px;
  padding: 0 20px;
  border-radius: 8px;
  width: 100%;
}
.searchonherosection {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 25px;
  align-items: center;  
}
.searchinput{ position: relative;}
.searchinput input, .searchinput select {
  position: relative;
  padding: 0 20px 0 40px;
  font-size: 16px;
}
.inputicon{
  position: absolute;
  left: 14px;
  top: 17px;
  z-index: 55;
  color: #6a6a6a;
}
.heroblockfom {
  background: rgb(255 255 255 / 40%);
  position: relative;
  z-index: 1;
  padding: 20px 20px;
  border-radius: 8px;
  bottom: 30px;
  display: grid;
  grid-template-columns: auto 10%;
  grid-gap: 25px;
  align-items: center;
}
.heroblockfom .swbtn2 {
  line-height: 56px;
  font-size: 18px;
  width: 100%;
}

/*institute card block*/
.institutesortfilter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px;
  color: #A6A6A6;
}
.intfilterselect {
  display: flex;
  align-items: center;

  
  justify-content: flex-start;
  grid-gap: 10px;  
}
.intfilterselect select {
  border: 0px;
  background: transparent;
  color: #A6A6A6;
  padding: 0;
}
.p80-right{padding-right: 60px;}

.media div.mediafirst {
  flex-shrink: 0;
  margin-right: 30px;
}
.media {
  display: flex;
}
.unicard {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}

.unititleandlocpri h3 {
  color: #2E5984;
  font-size: 18px;
  line-height: 28px;
}
.unipvchd{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  grid-gap: 15px;
  margin-top: 5px;
}
.unilocpcc{ 
  color: #64DDAC;
  font-weight: 500;
}
.unipripcc span{font-weight: 700;}

.afbdright{position: relative;}
.afbdright:after {
  position: absolute;
  content: "";
  border-right: 1px solid #A6A6A6;
  height: 77%;
  right: -7px;
  top: 3px;
}

.univerinfoall{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  grid-gap: 30px;
  margin-top: 10px;
}

.uniinfoqrt span {
  font-size: 13px;
}
.uniinfoqrt p{
  font-size: 18px;
}

.univerinfoall .afbdright:after {
  height: 80%;
  right: -15px;
  top: 5px;
}

.compairebtnuni {
  background: #2E5984;
  font-weight: 500;
  color: #fff;
  line-height: 42px;
}
.compairebtnuni:hover {
  background: #64DDAC; 
  color: #fff;  
}

.divforactionuni {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 30px;
}
.endbtnofunicard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 30px;
}
.shareicon {color: #64DDAC; font-size: 24px;}
.downloadbtn i{color: #64DDAC;}
.downloadbtn {color: #A6A6A6; font-size: 20px; padding: 0;}
.downloadbtn:hover {color: #64DDAC;}
.supportcustomer img{width: 30px;}
.cardforinfo{width: 100%;}
.unicard + .unicard{margin-top: 30px;}
/*/institute card block*/


/*pagination*/
.paginationlist .active>.page-link, .page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: #64ddac;
  border-color: #64ddac;
  border-radius: 4px;
}
.paginationlist .page-link {
  color: #64ddac;
  border: 0;
  background: transparent;
  border-radius: 4px;
}

.paginationlist .page-link:hover {
  color: #fff;
  border: 0;
  background-color: #64ddac;
}


/**/
.linkformore {
  display: grid;
  grid-template-columns: auto auto;
  border: 1px solid #707070;
  margin: 0 -1px -1px 0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.linkdiv {
  padding: 15px;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin: 0 -1px -1px 0;
  cursor : pointer !important;
}

.linkdiv a {
  color: #2E5984;
  display: flex;
  justify-content: space-between;
}

/**/
.accorxx, .accoparnt .accordion-button {
  font-size: 20px;
  font-weight: 500;
  padding-top:8px;
  padding-bottom: 8px;
  color: #ffffff;
  background-color: #2e5984;
  box-shadow: none;
}
.accoinner .accordion-button {
  font-size: 20px;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
  color: #121212;
  background-color: #fff;
  box-shadow: none;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border-right: 0;
  border-left: 0;
  margin: 1px 0 -1px 0;
  border-top: 0;
}
.accordion-item:last-child{border-bottom: 0;}
.accoinner .accordion-button:not(.collapsed) {
  color: #121212;
  background-color: #fff;
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}

button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
.accoinner .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-button::after {
	background-image:none;
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.accordion-button:not(.collapsed)::after {
  background-image:none;
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.accordion-button.accorxx::after {
	background-image:none;
  content: "\f077";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}


.accordion-button::after {
  flex-shrink: 0;
  width: auto;
  height: auto;}

/***/
.titlewithlink {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reviewbox {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #A6A6A6;
  margin: 15px;
}
.reviewbox .reviewdate{
  color: #6A6A6A;
  font-size: 16px;
}
.reviewbox .reviewtext {
  font-size: 17px;
  padding: 10px 0 10px 0;
}
.reviewbox .reviewtitle {
  color: #2e5984;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 0;
}
.reviewbox  a{
  font-size: 16px;
  text-align: right;
  display: block;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background:#fff !important;
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 7px 15px 0 rgb(0 0 0 / 15%);
}
.owl-carousel .owl-nav .owl-next { 
  right: -12px;
}
.owl-carousel .owl-nav .owl-prev { 
  left: -12px;
}

.reviewcard {
  padding:  0px;
}

/**/
.declmr h6{ color: #FF0000;}
.declmr p{ font-size: 13px;}


/*page side bard card*/
.carddtatbtn {
  background: #fff;
  border-radius:10px;
  overflow: hidden;
}
.carddtatbtn p{ padding: 20px; color: #A6A6A6; text-align: center;}
.carddtatbtn a {
  background: #64DDAC;
  color: #fff;
  display: flex;
  grid-gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  line-height: 58px;
}
.carddtatbtn a:hover {background: #3fbf8b;}
.sdsp{margin-top: 75px;}

.linkedinglink a {
  background: #0E76A8;
  color: #fff;
  display: flex;
  grid-gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  line-height: 58px;
}
.linkedinglink img{width: 100px;}

.bgimgcard {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.bgimgcard:before {
  content: "";
  z-index: 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 40%);
}

.bgimgcard h5{ 
  color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
.bgimgcard p{ color: #fff;}
.ininegreen{ 
  color: #64DDAC;   
}

/**********social share***********/
.shareicon{position: relative; cursor: pointer;}
.shareicon.active .sharedivinfocs{opacity: 1;}
.sharedivinfocs {
  opacity: 0;
  width: 40px;
  height: 150px;
  display: flex;
  flex-direction: column;
  position: absolute;
  background: #64ddac;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  top: -150px;
  right: 0;
  left: 0;
}
.sharedivinfocs a{
  color: #fff;
  position: relative;
  z-index: 5;
  font-size: 20px;
}

.sharedivinfocs:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #64ddac;
  position: absolute;
  bottom: -6px;
  z-index: 0;
}
/*********social share***********/
.modal {z-index: 9999;}

.headx button {
  border: 0;
  background: transparent;
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #3fbf8b;
}

.sidexcard {
  padding: 20px;
  padding-bottom: 0;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.sidexcard .carddtatbtn {
  background: #f8f9fb;
  border-radius: 10px;
  margin-top: 15px;
}

.innercrtbt{padding: 20px;}
.innercrtbt h5 {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  border-bottom: 1px solid #b3b3b3;
  padding: 0 0 8px 0;
  margin: 0 0 10px 0;
}

.sidexcard .carddtatbtn p {
  padding: 0;  
  font-size: 15px;
  text-align: left;
  margin: 0 0 5px 0;
}
.sidexcard .carddtatbtn + .carddtatbtn{margin-top: 15px;}
.innercrtbt h6 {
  color: #2E5984;
  font-size: 15px;
  font-weight: 500;}
.sidexcard .carddtatbtn a { 
  line-height: 48px;
}
.sidexcard a.bttn:hover {background: #1a3857;}
.sidexcard a.bttn {
  background: #2e5984;
  color: #fff;
  display: flex;
  grid-gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  line-height: 58px;
  margin-top: 30px;
  margin-right: -20px;
  margin-left: -20px;
}
.sideblogs {
  border-top: 1px solid #b3b3b3;
  padding: 10px 0;
}
.sideblogs a {
  font-size: 16px;
  text-align: right;
  display: block;
}
.sideblogs p{
  font-size: 16px;
}
.mediacard{
  border-radius:10px;
  overflow: hidden;
  background: #fff;
}

.datacardtop{
  text-align: center;
  padding: 20px;
}
.datacardtop h5{margin-bottom: 6px;}
.imgcardtop {
  height: 150px;
  overflow: hidden;
}
.imgcardtop img{width: 100%; object-fit: cover;}


/*university details page*/
.innercrtbtx{padding: 20px; text-align: center;}
.innercrtbtx h6 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  text-align: center;
}
.innercrtbtx p {text-align: center !important;     color: #121212;} 
.universitymaincard .media div.mediafirst {
  flex-shrink: 0;
  margin-right: 30px;
  border: 3px solid #64ddac;
  border-radius: 10px;
  padding: 10px;
  width: fit-content;
}

.unititleandlocprix h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

.universitymaincard .unilocpcc {
  color: #64DDAC;
  font-weight: 500;
  font-size: 18px;
}
.cardlink3 {
  display: flex;
  justify-content: space-around;
  border-radius: 8px;
  overflow: hidden;
  margin: 20px 0 0 0;
}
.cardlink3 a {
  background: #eff0f2;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  padding: 20px 0; 
  font-size: 20px;
  color: #121212;
  letter-spacing: 1px;
}
.cardlink3 a.active{ background: #64ddac; color: #fff;}


.inxddhh h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #2e5984;
}
.titleandlnkbtn {
  display: flex;
  justify-content: space-between;
}
.coursefeedets {
  margin-top: 10px;
  display: flex;
  grid-gap: 12px;
}
.coursefeedets p i{margin-right: 8px;}
.coursefeedets p {
  font-size: 15px;
  color: #64ddac;
}
.feesexe{
  font-family: sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #2e5984;
  margin: 10px 0 10px 0;
}
.listchecks{margin-top: 15px;}
.listchecks li {
  padding: 0 0 0px 25px;
  position: relative;
  font-size: 17px;
  color: #121212;
}
.listchecks  li + li{margin-top: 10px;}
.listchecks li:before {
  content: "\f00c";
  font-family: "font awesome 5 free";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
  color: #2bc788;
}
.endbtnfeecrs{
  text-align: right;
  display: block;
  color: #2e5984;
  font-weight: 600;
}
.arrobtndd:hover, .arrobtndd:focus{color: #64ddac;}
.arrobtndd {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.5s;
  color: #64ddac;
  font-size: 30px;
  padding: 0;
  line-height: 0;
}
.arrobtndd.collapsed{
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.5s;
}

/*footer*/
footer.footer {
  background: #121212;
  padding: 50px 0 20px 0;
  color: #fff;
}
.footerlinks h6 {
  color: #64ddac;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}
.footerlinks ul li{line-height: 35px;}
.footerlinks ul li a{ 
  color: #fff;
    font-size: 15px;
    font-weight: normal;
}
.contactform h6 {
  color: #64ddac;
  font-size: 20px;
  line-height: 30px;
}
.contactform textarea, .contactform input ,.contactform select{
  background: #6a6a6a;
  border: 1px solid #6a6a6a;
  color: #fff;
}
.contactform label{color: #fff;}
.contactform textarea{height: 100px !important;}
.contactform .form-control:focus {
  color: #ffffff;
  background-color: #2a2a2a;
  border-color: #545454;
  outline: 0;
  box-shadow: none;
}

.emailidis {
  border-top: 1px solid #2a2a2a;
  margin: 50px 0 0 0;
  padding: 40px 0 0 0;
}
.emailidis p{
  color: #64ddac;}
.emailidis a{
  color: #fff;
}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
  opacity: 0.5;
  transform: scale(0.8) translateY(-0.7rem) translateX(0.15rem);
}

.socialfooter {
  display: flex;
  justify-content: flex-end;
}
.socialfooter li + li {
  margin-left: 20px;
}

.socialfooter li a {
  color: #64ddac;
  font-size: 20px;
  border: 1px solid #64ddac;
  width: 45px;
  height: 46px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  justify-content: center;
}

.footercredit {
  border-top: 1px solid #2a2a2a;
  margin: 40px 0 0 0;
  padding: 40px 0 0 0;
}
/*page side bard card*/


#buttontotop::after {
  content: "\f106";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}
#buttontotop {
  display: inline-block;
  background: #2e5984;
  width: 30px;
  height: 50px;
  text-align: center;
  border-radius: 100px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  opacity: 0;
}
#buttontotop.show {
  opacity: 1;
  visibility: visible;
}


/*home slider*/
.homeslider{
  max-height: 550px;
  overflow: hidden;
}
.homeslider .owl-nav .owl-prev { left: 15px;}
.homeslider .owl-nav .owl-next{right: 15px;}

.tabsforlinks .nav-tabs .nav-item + .nav-item{margin-left: 15px;}
.tabsforlinks .nav-tabs .nav-link{
  border: 0;
  background: #f3f3f3;
  color: #121212;
  border-radius: 10px;
  padding: 0 30px;
  line-height: 48px;
}
.tabsforlinks .nav-tabs .nav-item.show .nav-link, .tabsforlinks .nav-tabs .nav-link.active {
  border: 0;
  background: #64ddac !important;
  color: #fff;
  border-radius: 10px;
  padding: 0 30px;
  line-height: 48px;
}
.tabsforlinks .nav-tabs{border: 0;}

.tabsforlinks {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0px solid #efefef;
  padding: 0 0 0px 0;
}

.card-sw{
  background: #fff;
    padding: 30px;
    border-radius: 10px;
}
.jobcard-sw {
  border: 1px solid #efefef;
}
.jobcard-sw h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
}
.jobcard-sw p{color: #6a6a6a;}
p.jobloc i{ color: #64ddac;}

.bottmcta {
  background: #64ddac;
  color: #fff;
  padding:50px 0px;
}


.secomecxx ul {
  display: flex;
  padding: 10px 15px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  background: #2e5984;
  border-radius: 10px;
  border: 1px solid #fff !important;
}

.secomecxx .tabsforlinks .nav-tabs .nav-link {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 10px;
  padding: 0 20px;
  line-height: 48px;
}

.secomecxx .tabsforlinks .nav-tabs .nav-item.show .nav-link, .secomecxx .tabsforlinks .nav-tabs .nav-link.active {
  border: 0;
  background: #ffffff !important;
  color: #2e5984 !important;
  border-radius: 10px;
  padding: 0 20px;
  line-height: 48px;
}

/**/
.ctasection{
  background: #64ddac;
  padding: 30px;
}
.ctabtnstwo img{height: 44px;}
.ctabtnstwo a {
  color: #fff;
  display: flex;
  grid-gap: 15px;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}

.ctabtnstwo {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.border-top{    border-top: 1px solid #efefef;}

.blogauthorss{
  padding: 20px 0 0 0;
    margin: 30px 0 0 0;
}
.imgroundx{
  border-radius: 100px;
    overflow: hidden;
    width: 60px;
    margin-right: 15px;
}

.seealls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mediax {
  display: grid;
  grid-template-columns: auto 90px;
  grid-gap: 15px;
  border-top: 1px solid #efefef;
  padding: 35px 0 0 0;
  margin: 35px 0 0 0;
}
.quickblogimg {
  width: 90px;
  height: 90px;
  border-radius: 8px;
  overflow: hidden; 
}

.quickblogimg img{
  object-fit: cover;
  height: 100%;
}
h5 a{    color: #121212;}

.cardtihwimg{
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.imgcardxx{
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.imgcardxx img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.datacardxx{padding: 15px;}
.singlecta{
 text-align: center;
}

.singlecta a {
  display: inline-flex;
  background: #64ddac;
  align-items: center;
  padding: 10px 50px;
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  grid-gap: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #2e5984;
  width: 100%;
}
.singlecta a img{width: 50px;}


.secomec .tabsforlinks {
  display: flex;
  padding: 10px 15px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  background: #2e5984;
  border-radius: 10px;
}

.secomec .tabsforlinks .nav-tabs .nav-link {
  border: 0;
  background: #2e5984;
  color: #fff;
  border-radius: 10px;
  padding: 0 20px;
  line-height: 48px;
}

.showrowss {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 35px;
}
.imgandcart{position: relative;}
 
 
.shopcartlnk {
  position: absolute;
  right: -20px;
  bottom: -20px;
  background: #64ddac;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 20px;
}
.productdatax h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 8px;
}
.productdatax{margin-top: 15px;}
.productpricing{
  border-top: 1px solid #efefef;
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
  font-weight: 500;
}

.innerpabss .nav-tabs .nav-link {
  border: 0;
  background: transparent;
  color: #121212;
  border-radius: 0px;
  padding: 0 10px;
  line-height: 48px;
  border-bottom: 2px solid rgba(255, 255, 255, 0) !important;
  font-weight: 500;
}

.innerpabss .nav-tabs .nav-item.show .nav-link, .innerpabss .nav-tabs .nav-link.active {
  border: 0;
  background: transparent;
  color: #2e5984;
  border-radius: 0;
  padding: 0 20px;
  line-height: 48px;
  border-bottom: 2px solid #2e5984 !important;
}

.widecardimgdata {
  display: grid;
  grid-template-columns:40% auto;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #efefef;
}
.imgwide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.widedata {
  padding: 20px;
}
.imgwide{height: 430px;}
.twoinncard {
  grid-gap: 30px;
  align-items: center;
  align-content: flex-start;
  justify-items: center;
  display: flex;
  flex-direction: column-reverse;
  height: 430px;
}
.twoinncard .bgimgcard {
  height: 100%;
  width: 100%;
  display: flex;
  align-content: center;
}

.techservices{
  background-image: url(../images/common/techbg.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px 0;
  text-align: center;
  color: #fff;
  position: relative;
}
.iconttile img{height: 80px; width: fit-content; margin-bottom: 15px;}

.techservices:before {
  content: "";
  z-index: 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 60%);
}
.rigbdx{position: relative;}
.rigbdx:after {
  content: "";
  border-right: 1px solid #878787;
  right: 0;
  position: absolute;
  height: 100%;
  top: 0;
}
.reveiwerrimg{max-width: 100px; overflow: hidden; border-radius: 100px; margin: 0 auto;}
.fullreviewhome {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  border: 2px solid #64ddac;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  z-index: 55;
  background: #fff;
}
.fullreviewhome .owl-nav .owl-prev, .fullreviewhome .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #64ddac !important;
  color: #fff !important;
  font-size: 25px !important;
  width: 120px;
  height: 250px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fullreviewhome .owl-nav .owl-next {
  right: -120px;
  border-radius:0 10px 10px 0;
}
.fullreviewhome .owl-nav .owl-prev {
  left: -120px;
  border-radius: 10px 0px 0px 10px;
}

.twobtntbs  .nav-link.active {
  display: block; 
  color: #ffffff;
  background: #64ddac; 
  border: 1px solid #64ddac !important;
}

.twobtntbs  .nav-link {
  display: block;
  color: #2e5984;
  background: #fff;
  border: 1px solid #d0d0d0 !important;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  padding: 14px 32px;
}
.twobtntbs  .nav-item + .nav-item {margin-left: 10px;}
.twobtntbs .nav-tabs{border: 0;}

.unitbl th{  
  background: #2e5984 !important;
  color: #fff;
  font-weight: 500;
}

.unitbl .ttb1{width: 18%;}
.unitbl .ttb2{width: 27%;}
.unitbl .ttb3{width: 27%;}
.unitbl .ttb4{width: 27%;}

.unitbl table {
  background: #fff;
  border-radius: 8px;
  font-size: 15px;
  overflow: hidden;
}
.unitbl .table>:not(caption)>*>* {
  padding: 12px 15px;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
select {
  border: 1px solid #d0d0d0;
  line-height: 54px;
  padding: 0 20px;
  border-radius: 8px;
  width: 100%;
  height: 56px;
}
.tblclr{
  font-weight: 500; 
  margin-top: 8px;
  display: block;
  font-size: 12px;
}

.qttbtninoc {
  display: flex;
  background: #64DDAC;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 8px;
  padding: 20px 0;
}
.txtinc{
  display: flex;
    align-items: center;
    grid-gap: 15px;
    font-weight: 5;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.txtinc img{width: 60px;}

.comprboxcard{ 
  text-align: center;
    background: #2e5984;
    padding: 15px;
}
.topcmpt{background: #fff; padding: 10px;}
.topcmpt h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #2e5984;
}
.topcmpt p{font-size: 14px;}
.vvss{    color: #fff;}

/**/

.cntrhdn{
  text-align: center;
  color: #fff;
  margin: 0 0 50px 0;
}
.findthejob{
  grid-template-columns: auto auto auto;
}

.ribbon-top-right {
  top: 0px;
  right: 0px;
}
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 5px 0;
  background-color: #64ddac;
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
  color: #fff;
  text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
  text-align: center;
  font-size: 15px;
}
.ribbon-top-right span {
  left: -5px;
  top: 30px;
  transform: rotate(45deg);
}

.po-rvtl{position: relative;}

.siderevw .reviewrrname {
  margin: 25px 0 0 0;
  padding: 15px 0 40px 0;
}
.siderevw .reviewrrname p{font-size: 15px;}

.qtrvw{font-size: 50px; margin-bottom: 10px; line-height: 1;}

.rounddot .owl-dots{
  z-index:2;
  position:absolute;
  width:100%;
  bottom:0;
  text-align:center;
}
.rounddot .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-radius: 2px;
  background: #cfcfcf !important;
}
.rounddot .owl-dot.active {
  background: #121212 !important;
}
.qutcvpg:before {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: fit-content;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #eaeef2;
}
.qutcvpg {
  background: #eaeef2;
  padding: 40px 60px;
  margin-top: 30px;
  border-radius: 14px;
  margin-bottom: 30px;
  position: relative;
}

.qutcvpg p{
  color: #2e5984;
    font-weight: 400;
    text-align: center;
    font-style: italic;
}

/*about page*/
.imgslidrx img{object-fit: cover; height: 100%;}
.imgslidrx{height: 550px; overflow: hidden;}
.aboutblock {
  padding: 30px;
  background: #fff;
  margin: -90px 0 0 0;
}

.imgwithcontesntrow {
  display: grid;
  grid-template-columns: auto 30%;
  grid-gap: 30px;
}

.imgwithcontesntrow:hover  .contentimgwa h3{ position: relative; padding-left: 25px;
  -webkit-transition: 1.1s cubic-bezier(.16, .84, .442, .98);
  -o-transition: 1.1s cubic-bezier(.16, .84, .442, .98);
  transition: 1.1s cubic-bezier(.16, .84, .442, .98);}
  .imgwithcontesntrow:hover .contentimgwa h3:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 34px;
    height: 7px;
    background: #64ddac;
    -webkit-transition: 1.1s cubic-bezier(.16, .84, .442, .98);
    -o-transition: 1.1s cubic-bezier(.16, .84, .442, .98);
    transition: 1.1s cubic-bezier(.16, .84, .442, .98);
}

.contentimgwa h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: #2e5984;
}

.imgwithcontesntrow + .imgwithcontesntrow {
  border-top: 1px solid #d0d0d0;
  padding: 30px 0 0 0;
  margin: 30px 0 0 0;
}

/*cv page*/
.heroslider1 {
  background: #f1f2f4;
}
.herospanttl{line-height: 60px;}
.herospanttl span{ font-weight: 500;}
.cvpntblock{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 30px;
}

.vpnt--1{ padding: 0 20px; text-align: center;}
.vpnt--1 img {
  height: 60px;
  width: max-content;
}
.singleqqtt{margin: 60px 10%; font-weight: 500; }
.p30{padding: 30px;}


.greenbdrblock {
  border: 2px solid #3fbf8b;
}
.linkedibg {background: #0E76A8 !important;}

.statsblock {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 30px;
  align-items: center;
  color: #fff;
  text-align: center;
}
.sttts img {
  width: 40px;
  margin-bottom: 10px;
}
.sttts h3{    color: #fff;}


.checklist li:before {
  content: "\f00c";
  font-family: "font awesome 5 free";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
  color: #2bc788;
}
.checklist li {
  padding: 0 0 0px 25px;
  position: relative; 
  font-size: 17px;
  color: #121212;
}
.checklist  li + li{margin-top: 10px;}

.serviceinnerblock {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.priceblock {
  background: #5dcca7;
  background: -moz-linear-gradient(left,#315f86 0,#5dcca7 100%);
  background: -webkit-linear-gradient(left,#315f86 0,#5dcca7 100%);
  background: linear-gradient(to right,#315f86 0,#5dcca7 100%);
  padding: 20px 0 30px 0;
  text-align: center;
  border-radius: 0px 0px 10px 10px;
}
.priceblock span{font-size: 14px; color: #fff;}
.priceblock p{font-size: 26px; font-weight: 500; color: #fff;}

.roungbtnarrow {
  background: #3fbf8b;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  margin: -20px auto 0;
}
.roungbtnarrow:hover {color: #fff;}

.parablock{
  background: #fff;
}


/*events-page*/
html body .engmntbtn .nav-tabs .nav-item.show .nav-link, html body .engmntbtn .nav-tabs .nav-link.active {
    border: 0;    
    color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 0 30px;
    line-height: 48px;
    background: -moz-linear-gradient(left,#315f86 0,#5dcca7 100%) !important;
    background: -webkit-linear-gradient(left,#315f86 0,#5dcca7 100%) !important;
    background: linear-gradient(to right,#315f86 0,#5dcca7 100%) !important;
}

.engmntbtn .nav-tabs .nav-link {
  border-radius: 10px 10px 0 0;
  box-shadow: none !important;
}
.engmntbtnx{position: relative;}
.engmntbtnx:before {
  content: "";
  background: -moz-linear-gradient(left,#315f86 0,#5dcca7 100%) !important;
  background: -webkit-linear-gradient(left,#315f86 0,#5dcca7 100%) !important;
  background: linear-gradient(to right,#315f86 0,#5dcca7 100%) !important;
  height: 2px;
  width: 100%;
  top: 0;
  position: absolute;
  z-index: 0;
}

.rdtb .owl-dots {
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: -20px;
  text-align: center;
}

.sw-outline {
  border: 1px solid #2e5984;
  color: #2e5984;
  line-height: 48px;
}

.evengcardttxx .eventupt:last-child{border-bottom: 0;}

.eventupt {
  position: relative;
  display: grid;
  grid-template-columns: 50% auto;
  grid-gap: 30px;
  padding: 20px;
  justify-content: space-between;
  border-bottom: 1px solid #cbcbcb;
  align-items: center;
}

.eventpp h4 {
  font-size: 20px;
  margin-bottom: 8px;
}

#ribbon-container {
  position: absolute;
  top: 15px;
  right: 0;
  overflow: visible;
  font-size: 18px;
  line-height: 18px;
}
#ribbon-container a {
  display: block;
  padding: 10px 20px;
  position: relative;
  background: #64ddac;
  overflow: visible;
  height: 40px;
  margin-left: 30px;
  color: #fff;
  text-decoration: none;
}
#ribbon-container a:before {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  left: -24px;
  border-top: 20px solid #64ddac;
  border-bottom: 20px solid #64ddac;
  border-right: 0px solid transparent;
  border-left: 24px solid transparent;
} 
.evengcardttxx + .evengcardttxx{margin-top: 30px;}
.genggmentblock .tabsforlinks .nav-tabs .nav-link {background: #fff;}
.longbtn{
  margin-top: 30px;
  background: #64ddac;
  color: #fff;
  width: 100%;
  line-height: 48px;
  border-radius: 10px;
}

/*linkedin page*/
.linkdingslider {
  height: 360px;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  display: grid;
  align-items: center;
}
.linkdingslider:before {
  content: "";
  background: linear-gradient(92deg,#01c1ed 38%,rgb(5 5 5 / 0%) 49%); 
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


.bdrbnt {
  position: relative;
  border-bottom: 1px solid #d3d3d3;
  padding: 0 0 20px 0;
  width: 80%;
  margin: auto;
}
.bdrbnt:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 48px;
  left: 0;
  right: 0;
  width: 37px;
  height: 37px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  background: #fff;
}

.nmnx{text-align: center;}
.numberxx span{
  background: #2e5984;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  border-radius: 100px;
  position: relative;
    z-index: 5;
}
.numberxx {
  position: relative; 
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.numberxx:before {
  content: "";
  border-bottom: 2px solid #2e5984;
  width: 100%;
  position: absolute;
  z-index: 0;
}

.qtwithtrangle{
  position: relative;
  text-align: center;
  background: #64ddac;
  color: #fff;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 60px;
  border-radius: 10px;
  font-style: italic;
}
.qtwithtrangle:after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -30px;
  margin: 0 auto;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #64ddac transparent transparent transparent;
}

.imgcner{margin: 0 auto 30px; text-align: center;}

.innerbckt{
  border-radius: 10px;
  overflow: hidden;
}
.imgsrvc, .innerdatabbkt {
  background: #fff;
    padding: 20px;
}
.grid2{
  grid-template-columns:repeat(2, 1fr);
}

/*rating page*/
.linkcolor{color: #2020f0 !important;}
 .bdrtt{position: relative;}
 .bdrtt:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 80%;
  background: #ddd;
}
.reviewfilter .nav-link, .reviewfilter .nav-tabs{border: 0;}

.reviewfilter .nav-link:hover {    border-bottom: 2px solid #fff;}
.reviewfilter .nav-link {    border-bottom: 2px solid #fff; padding-left: 30px; padding-right: 30px;}
.reviewfilter .nav-link.active {  border-bottom: 2px solid #2e5984;}

.reviewfilter {
  padding: 20px 0 0px 0;
}
.revfltr .icon{    height: 47px;}

.revfltr img{width: 32px; margin-bottom: 15px;}
.revfltr {
  text-align: center;
  color: #121212;
  font-size: 18px;
  font-weight: 500;
}

.section-space .firstblock1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.qlinfobokc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 50px;
}
.qlnff ul li {
  line-height: 35px;
  color: #121212;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.qlnff ul li span{
    color:#6a6a6a;
    font-weight:500;
}

.acveblock h5{
  color: #2e5984;
}
.linlist  li {
  padding: 0 0 0px 25px;
  position: relative; 
  font-size: 17px;
  color: #121212;
}
.linlist  li + li{margin-top: 10px;}
.linlist li:before {
  content: "\f068";
  font-family: "font awesome 5 free";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 15px;
  color: #121212;
}

.acveblock + .acveblock{margin-top: 30px;}
.achvlist {
  max-height: 350px;
  overflow-y: auto;
}

.circle_percent {
  font-size: 110px;
  width: 1em;
  height: 1em;
  position: relative;
  background: #eee;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin: 20px;
}

.circle_inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 1em;
	height: 1em;
	clip: rect(0 1em 1em .5em);
}

.round_per {
	position: absolute;
	left: 0;
	top: 0;
	width: 1em;
	height: 1em;
	background: #64ddac;
	clip: rect(0 1em 1em .5em);
	transform: rotate(180deg);
	transition: 1.05s;
}

.percent_more .circle_inner {
	clip: rect(0 .5em 1em 0em);
}

.percent_more:after {
	position: absolute;
	left: .5em;
	top: 0em;
	right: 0;
	bottom: 0;
	background: #64ddac;
	content: '';
}

.circle_inbox {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background: #fff;
	z-index: 3;
	border-radius: 50%;
}

.percent_text {
	position: absolute;
	font-size: 36px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
  color: #121212;
}

.star-rate li {
  display: inline-block;
  margin: 0 2px;
}

.reviewschoor, .ratecircle{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 30px;
}
.star-rate li a.chked {
  color: #ff711c;
}
.star-rate li a {
  color: #6a6a6a;
}

.sociallnkz {display: flex; grid-gap: 15px;}
.sociallnkz a img{width: 45px;}

.itmsec {
  width: 70px;
  height: 70px;
  margin-right: 15px !important;
  border-radius: 8px;
  overflow: hidden;
}
.itmsdata a {
  color: #121212;
  font-weight: 600;
}
.itmsdata p{
  font-size: 15px;
}
.mediaqotts .media:first-child{padding-bottom: 15px;}
.mediaqotts .media + .media {
  border-top: 1px solid #b3b3b3;
  padding: 15px 0;
}

.signblock{position: relative;}
.signblock:after {
  content: "";
  background: url(../images/common/signup.png);
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}

.signpuform input, .signpuform select,  .signpuform textarea {
  background: #fff;
  border: 1px solid #ddd;
  line-height: 56px;
  color: #6a6a6a;
  padding: 0 20px;
}
.signpuform label {
  color: #6a6a6a;
}

.contactform .form-control:focus {
  color: #6a6a6a;
  background-color: #fff;
  border-color: #64ddac;
  outline: 0;
  box-shadow: none;
}
.form-check-input[type=radio] {
  width: 17px;
  height: 17px;
  padding: 0;
  margin: 0;
}

.ratiopair {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  grid-gap: 20px;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 0;
  margin-bottom: 0.125rem;
}
.ratiopair label {
  position: relative;
  display: flex;
  align-items: center;
  grid-gap: 5px;
}

.jobslidecard {padding: 0 40px;}

.outlinebtnx .owl-nav .owl-prev, .outlinebtnx .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff !important;
  color: #64ddac !important;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  border: 2px solid #64ddac !important;
}

.fillbtnx .owl-nav .owl-prev, .fillbtnx .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background:#64ddac !important;
  color: #fff !important;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none; 
}
.owldot5 .owl-nav .owl-prev, .owldot5 .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background:#2e5984 !important;
  color: #fff !important;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none; 
}

.fillbtnx {
  padding: 0px 30px;
}

.bdtop{border-radius:0 0 10px 10px;}

.owlevnt .reviewbox {
  background: #2e5984;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #f8f9fb;
  margin: 15px;
  color: #fff;
}

.owlevnt  .reviewbox .reviewdate, .owlevnt .reviewbox .reviewtitle{
  color: #fff !important;
}
.line35 {
  line-height: 35px;
}
.owlevnt .reviewbox a{
  color: #64ddac;
}
.owlevnt {padding: 0 30px;}

.owlevnt .reviewtext {
  font-size: 17px;
  padding: 10px 0 10px 0;
  font-weight: 300;
}

/*eduction page container fix*/
.xcontainer, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width:1140px;
  margin: 0 auto;

  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

 