@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Arsenal:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');










body {
  margin: 0;
  padding: 0;
  color: #606060;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  font-family: 'Poppins', sans-serif;
}

.header {
  width: 100%;
  height: auto;

  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;

  top: 0;

  z-index: 21 !important;
  position: fixed;


}




.head-top {
  background: #333333;
  padding: 10px 0px;
}



#cssmenu {
  float: left;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

#cssmenu>ul>li {
  font-size: 14px;
  font-weight: 500;
  margin-left: 0px;
  margin-right: 15px;
  font-family: 'Roboto Condensed', sans-serif;

}


#cssmenu>ul>li:first-child {
  padding-left: 0px;
}

#cssmenu>ul>li a {
  color: #fff;
  font-weight: 500;
  padding-right: 5px;
  padding-left: 5px;
}

#cssmenu>ul ul li a {
  background: none;
}

#cssmenu>ul>li.has-sub>a {}

#cssmenu>ul>li a:hover {
  color: #d4d4d4
}

#cssmenu>ul>li a.active {
  font-weight: bold;
  /*background:url(../images/nav-border-active.jpg) no-repeat left bottom; */
}

#cssmenu>ul ul li {
  font-size: 12px;
  text-transform: capitalize;
}

#cssmenu>ul>li a {
  position: relative;
}

.active-img {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: none;
}

.active-img img {
  text-align: center;
  max-width: 100%;
}

#cssmenu>ul>li a.active .active-img {
  display: block;
}



#cssmenu {
  float: right;
}


.head-inner {
  padding: 10px 0px;
  background: #f8f9fb;
  overflow: hidden;
  font-family: 'Arsenal', sans-serif;
}

.logoC {
  overflow: hidden;
}

.logoC img {
  max-width: 100%;
}

.head-right {
  float: right;
  overflow: hidden;
}

.head-right h5 {
  font-size: 14px;
  color: #4d4d4d;
  font-weight: bold;
  float: left;
  margin-right: 15px;
  margin-top: 10px;
}

.head-right h5 a {
  color: #4d4d4d;
}

a:hover {
  text-decoration: none;
}

.dwd-btn {
  background: #ff5421 !important;
  padding: 10px 15px;
  border-radius: 4px;
  color: #000;
  text-transform: uppercase;
  display: table;
}

\
 .dwd-btn .fa {
  margin-right: 5px;
}

.dwd-btn:hover {
  background: #FF5421;
  color: #FFFFFF;
}

.date-bx {
  color: #FFFFFF;
  background: #00062b;
  text-align: center;
  overflow: hidden;
  max-height: 90px;
}

.date-bx img {
  max-width: 150px;
  min-width: 100px;
}

.date-bx h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.date-bx span {
  font-size: 15px;
  color: #ffd200;
}

.hom-top-C {
  margin-top: 117px;
}




.ns-bx {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 10px
}

.ns-bx h2 {
  margin: 0px auto;
  text-align: center;
}

.ns-bx h3 {
  font-size: 15px;
  margin: 0px 0px 10px;
  font-weight: bold;
}


.ns-bx .row {
  margin: 0px -4px;
}

.ns-bx .col-lg-3,
.ns-bx .col-lg-9 {
  padding: 0px 4px;
}


.ns-bx a {
  color: #ffd307;
}

.ns-bx p {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 7px;
}


.top-border-bx {
  background: #fff;
  border: 8px solid #fbfbfb;
}



.vcbx {
  background: #fbfbfb;
}

.vacancy-bx {
  border: none;
  margin-bottom: 1px;
  padding: 10px;
  background: #fff;
  padding-bottom: 15px;
}

.suite-case-ic {
  width: 80px;
  height: 80px;
  line-height: 70px;
  text-align: center;
  background: #adabab;
  border: 5px solid #ededed;
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 30px
}

.vacancy-bx {
  margin-bottom: 1px;
}

.yellow-btn {
  background: #ffd200;
  padding: 7px 15px;
  border-radius: 30px;
  color: #000000;
  font-size: 12px;
}

.vacancy-bx h3 {
  font-size: 17px;
  margin: 0px 0px 5px;
}

.vacancy-bx p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 5px;
}

.vacancy-bx .ns-txt {
  margin-bottom: 8px;
  overflow: hidden;
}

.right-add {
  overflow: hidden;
}

.right-add img {
  width: 100%;
}

.hom-top-C {}

.hom-top-C .row {
  margin: 0px -4px;
}

.hom-top-C .col-lg-4 {
  padding: 0px 4px;
}


.hom-top-C .container-fluid {
  padding: 0px 4px;
}

.ns-bx:last-child {
  margin-bottom: 0px;
  border: none;
}



.gray-sec {
  background: #e8e8e8;
  padding: 60px 0px;
}

.event-serarch {
  background: #4d50a1;
  padding: 20px;
  border-radius: 10px;
  background: #FF5421;
}

.event-serarch input {
  height: 35px;
  border: none;
  width: 100%;
  padding-left: 10px;
}

.event-serarch select {
  height: 35px;
  border: none;
  width: 100%;
  background: #fff;
  padding-left: 10px;
}


.event-serarch h2 {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 600;
  margin: 0px 0px 8px;
}

.event-serarch button {
  background: #333;
  height: 35px;
  border: none;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 20px;
  width: 49%;
  display: inline;
}

.event-serarch button .fa {
  margin-right: 8px;
}

.evt-bx a {
  color: #333;
}


.rfrsh {
  background: #f1f1f1 !important;
  color: #333 !important;
}


.event-serarch .row {
  margin: 0px -2px;
}

.event-serarch .col-lg-3 {
  padding: 0px 2px;
}

.t-bx {
  flex: 0 0 25%;
  max-width: 25%;
}

.btn-bx {
  flex: 0 0 25%;
  max-width: 25%;
}




.gray-sec h3 {
  margin: 20px auto;
  color: #ffd200;
  text-align: center;
  font-weight: 300;
  font-size: 25px;
}

.gray-sec h3 b {
  font-size: 37px;
  font-weight: 900;
  color: #000000;
}

.evt-bx {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
  margin-bottom: 30px;
}

.evt-bx h4 {
  font-size: 15px;
  margin: 0px 0px 12px;
  font-weight: 700;
}

.evt-bx h5 {
  font-size: 13px;
  color: #b4b4b4;
}

.evt-bx h5 .fa {
  margin-right: 10px;
}

.event-img {
  overflow: hidden;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.event-img img {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
}




.home-event {
  padding: 70px 0px 10px;
}



.home-event h2 {
  margin: 20px auto;
  color: #ffd200;
  text-align: center;
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 50px;
}

.home-event h2 b {
  font-size: 37px;
  font-weight: 900;
  color: #000000;
}






.event-box {
  box-shadow: -1px 4px 26px -18px rgba(0, 0, 0, 0.61);
  background: #fcfdfe;
  ;
  margin-bottom: 30px;
}

.event-image-C {
  overflow: hidden;
  border-radius: 8px;
  height: 269px;
}


.event-image-C img {
  width: 100%;
  border-radius: 8px;
  width: auto;
  min-width: 400px;
  max-width: 550px;
}



.event-txt {
  padding: 20px;
  overflow: hidden;
}


.event-txt h3 {
  font-size: 14px;
  color: #b4b4b4;
  margin: 0px 0px 0px;
}

.event-txt h4 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin: 15px 0px 15px;
  min-height: 50px;
}

.event-txt a {
  font-size: 15px;
  padding: 6px 12px;
  border-radius: 4px;
  background: #f8f9fb;
  border: 1px solid #dfeafe;
  display: table;
}


.blue-btn {
  background: #FF5421;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 30px auto;
  margin-bottom: 10px;
  display: table;
}



.partners {
  background: #f8f8f8;
  padding: 30px 0px 60px
}

.partners h2 {
  font-weight: 200;
  color: #000000;
  margin-bottom: 40px;
  /*background:url(../images/title--pattern.png) left top no-repeat;*/
  padding-top: 10px;
}

.partners h2 b {
  font-weight: bold;
}




.partner-img {
  overflow: hidden;
  box-shadow: -1px 4px 26px -18px rgba(0, 0, 0, 0.61);
}

.partner-img img {
  width: 100%;
}




#intro-2 {
  background: url(../images/video-bg.jpg) no-repeat 100% 100%;
  margin: 0 auto;
  color: #FFFFFF;
  width: 100%;
  position: relative;
  height: 100%;
  padding: 90px 0;
  background-attachment: fixed;
  margin-top: 50px;
  background-size: 100% auto;
  text-align: center;

}

#intro-2 h2 {
  font-size: 45px;
  text-transform: uppercase;
  margin: 0px auto;
  font-weight: 200;
  background: url(../images/h2-border.jpg) bottom center no-repeat;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

#intro-2 h3 {
  font-size: 30px;
}

#intro-2 h4 {
  font-size: 18px;
  margin: 10px auto;
  font-weight: 300;
}

#intro-2 h4 .fa {
  margin-right: 10px;
  color: #ffd200;
}


.play-btn {
  width: 100px;
  height: 100px;

  border-radius: 50%;
  position: relative;
  display: block;
  margin: 100px auto;
  /*  box-shadow: 0px 0px 25px 3px rgba(255, 0, 128, 0.8); */
  margin: 0px auto;
  margin-top: 40px;
  background: #ffd200;
}


/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, .75);
  top: -25%;
  left: -25%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}



.testimonial {
  padding: 60px 0px;
}

.testimonial h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  color: #000000;
}

.testi-top-txt {
  margin: 10px auto;
  width: 50%;
  text-align: center;
  margin-bottom: 50px;
}

.testimoni-img {
  overflow: hidden;
  border-radius: 50%;
}

.testimoni-img img {
  width: 100%;
}


.testi-Box {
  padding: 35px;
  border-radius: 30px;
  background: #fdfdfd;
  box-shadow: 4px 0px 15px -3px rgba(0, 0, 0, 0.1);
  background: url(../images/testi-bg.png) bottom left no-repeat;
  background-position: 18px 128px;
}

.testi-Box h3 {
  font-size: 16px;
  color: #ffd200;
  text-align: right;
  margin-top: 30px;
}

.testi-Box h3 span {
  color: #848484
}


.gallery-sec {
  background: #ececec url(../images/gallery-bg.jpg) top center no-repeat;
  padding: 60px 0px;
}

.gallery-sec h2 {
  text-transform: uppercase;
  font-weight: 900;
  color: #1c1c1c;
  font-size: 33px;
  padding-bottom: 10px;
  background: url(../images/gallery-border.jpg) bottom no-repeat;
  margin: 0px auto;
  margin-bottom: 25px;
  text-align: center;
}




project-C {
  position: relative;
  overflow: hidden;

}

.project-C a {
  color: #FFFFFF;
}

.project-img {
  overflow: hidden;
  position: relative;
}

.project-img img {
  display: block;

  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.project-C:hover .overlay {
  height: 100%;
}

.over-txt .fa {
  color: #FFFFFF;
  font-size: 25px;
  margin-bottom: 20px;
}

.over-txt h3 {
  color: #FFFFFF;
  font-weight: normal;
}


.overlay h5 {
  text-align: center;
  color: #FFFFFF;
  margin: 20px auto;
  text-transform: uppercase;
  display: block;
}

.read-more {
  font-size: 15px;
  text-transform: uppercase;
  background: #ffffff;
  color: #000;
  padding: 8px 16px;
  display: table;
  margin: 5px auto;
  border-radius: 4px;
  transition: all .5s ease 0s;
}

.project-C .view-large {
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  top: 43%;
  left: 0;
  right: 0;
  width: 100%;
  display: table;
  text-align: center;
}

.view-large .fa {
  font-size: 13px;
  padding: 10px;
  border: 1px solid #9f9283;
  border-radius: 50%;
  padding: 10px;
  background: #fff;
  display: table;
  margin: 0px auto;
  text-align: center;
  color: #000;
}

.project-img {
  overflow: hidden;
}

.project-img img {
  width: 100%;
}

.project-C {
  margin-bottom: 30px;
}



.project-C h4 {
  font-size: 15px;
  margin-top: 10px;
}



footer {
  background: #3a3a3a;
  padding: 50px 0px 0px;
  color: #828282;
}

footer h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0px 0px 15px;
}

footer ul {
  margin: 0px 0px;
  padding: 0px 0px;
  color: #828282;
  list-style: none;
}

footer ul a {
  color: #828282;
}

.ftr-cts {
  margin-top: 20px;
}

.footer-menu li {
  float: left;
  width: 49%;
  margin-bottom: 14px;
}

.copy-right {
  padding: 15px 0px;
  border-top: 1px solid #2d2d2d;
  text-align: center;
  margin-top: 40px;
}

.copy-right p {
  margin-bottom: 0px;
  font-size: 12px;
}

.footer-logo {
  margin-bottom: 20px;
}


/*news*/

.list-aggregate>li>a {
  text-align: left;
  color: #000000;
}

.list-wrpaaer {
  height: auto;
  min-height: 360px;
}

.newsC {
  overflow: hidden;
  margin: 0px 0px;
  margin-bottom: 0px;
}

.list-aggregate li p {
  color: #606061;
}

.list-aggregate li:hover {
  background: none;
}

.list-aggregate li {
  border-bottom: none;
}

.block-hdnews {
  overflow: hidden;
  background: #FFFFFF;
}




#marquee-vertical {
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
}

#marquee-vertical2 {
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
}




/*contact*/

.inner-banner {
  overflow: hidden;
}

.inner-banner img {
  width: 100%;
}

.page-title h1 {
  font-size: 30px;
  margin: 40px 0px 40px;
  text-transform: uppercase;
  color: #2980b9;
  font-weight: 900;
}

.a1 .adr-box {
  background: #3498db;
}

.social-media {
  display: table;
}

.adr-box h3 {
  background: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}

.adr-box {
  background: #2980b9;
  color: #FFFFFF;
  padding: 36px 20px;
  height: 200px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.adr-box .fa {
  font-size: 30px;
}

.adr-box h3 {
  font-size: 20px;
  margin: 15px 0px;
  background: url(../images/bottom-border.jpg) no-repeat center bottom;
  padding-bottom: 10px;
}

.adr-box h4 {
  font-size: 14px;
  font-weight: normal;
}

.adr-box a {
  color: #FFFFFF;
}

.adr-box {
  margin-bottom: 0px;
}

.textBox {
  background: #FFF;
  border: 1px solid #CCCCCC !important;
  height: 40px;
  padding-left: 10px;

  border-radius: 2px;
  width: 100%;
  margin-bottom: 5px;
}

.textArea {
  background: #FFF;
  height: 100px;
  padding-left: 10px;
  border: none;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 5px;
}

.send-btn {
  transition: all 0.5s ease 0s;
  text-transform: uppercase;
  color: #FFF;
  padding: 10px 15px;
  border-radius: 3px;
  background: #2980b9;
  border: none;
  cursor: pointer;
  webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  border: none !important;
}

.footer-formC input {
  border: 1px solid #CCCCCC;
  margin-bottom: 10px;
}

.footer-formC .textArea {
  border: 1px solid #CCCCCC;
  margin-bottom: 10px;
}

.ctsp {
  padding-top: 50px;
}


.cts {
  margin: 0px -1px;
}

.cts .col-lg-4 {
  padding: 0px 1px;
}



.page-title h2 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 10px 0px 30px;
}

.about-image {
  max-width: 250px;
  margin-right: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  float: left;
}


.vis-mis {
  overflow: hidden;
  background: url(../images/about-bg.jpg);
  padding: 40px;
  border-radous: 15px;
}



.vis-mis img {
  width: 100%;
  overflow: hidden;
  border: 7px solid #ffd200;
  border-radius: 10px;
}

.vis h4 {
  font-size: 14px;
  font-weight: 300;
  padding: 15px 20px;
  background: #ffd200;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  display: table;
}

.event-serarch button {
  cursor: pointer;
}

.about-image img {
  width: 100%;
}






/*package new style added ###############*/



.pric-top {
  margin: 60px 0px;
  text-align: center;
  width: 80%;
  display: table;
  margin: 60px auto;
}

.pric-top h2 {
  text-transform: uppercase;
  font-size: 30px;
  margin: 0px auto;
  margin-bottom: 25px;
  font-weight: bold;
  margin-bottom: 70px;
}

.pricing-txt {
  background: #f7f7f7;
  padding: 10px;
  margin-bottom: 30px;
}

.procing-left-content {
  background: #fff;
  padding: 10px;
  margin-bottom: 5px;
  height: 100vh;
}

.border-bx {
  border-bottom: 1px solid #ccc;
}


.border-bx h3 {
  font-weight: bold;
  font-size: 25px;
}

.pricing-page {
  margin: 60px 0px;
}

.pricing-txt ul {
  margin: 20px 0px;
  padding: 0px 0px;
  list-style: none;
}


.pricing-txt ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  padding-top: 5px;
}

.pricing-txt ul li:before {
  background: #2e5ba6;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  color: #fff;
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.20);
  top: 0;

  margin-right: 10px;
  left: 0;
  position: absolute;
  content: '\f101';
  font-family: FontAwesome;
}


.pricing-wrapper {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

.pricing-head {
  /*background:#02cca6 url(../images/vishes-bg.png);*/
  padding: 30px 20px;
  text-align: center;
  color: #FFFFFF;
}

.pricing-head h2 {
  font-size: 25px;
  text-transform: uppercase;
}

.pricing-head h3 {
  font-size: 35px;
  font-weight: 700;
  margin: 20px auto;
}

.pricing-head h4 {
  font-size: 14px;
}

.pricing-wrapper a {
  background: #03cba6;
  color: #fff;
  padding: 15px 40px;
  display: table;
  margin: 10px auto;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: bold;
}


.button-bx {
  margin-top: 20px;
}

.pricing-content {
  padding: 10px;
  border: 1px solid #f7f7f7;
  background: #fff;
}


.pricing-content ul {
  padding: 0px 0px;
  margin: 0px 0px;
  list-style: none;
}

.pricing-content li {
  position: relative;
  padding: 10px;
  padding-left: 40px;
  border-bottom: 1px solid #e7e6e5;
  background: #fff;
  border-radius: 4px;
}

.pricing-content li:before {
  background: #e68428;
  width: 17px;
  height: 17px;

  border-radius: 50%;
  line-height: 17px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  top: 12px;

  margin-right: 10px;
  left: 15px;
  position: absolute;
  content: '\f00c';
  font-family: FontAwesome;
}


.pricing-content .no-incl:before {
  background: #ff0051;
  content: '\f00d';
}

.no-padd {
  margin: 0px -1px;
}

.no-padd .col-12 {
  padding: 0px 1px;
}



.pk:nth-child(1) .pricing-head {
  background: #02cca6 url(../images/vishes-bg.png);
}

.pk:nth-child(1) .button-bx a {
  background: #02cca6;
}

.pk:nth-child(2) .pricing-head {
  background: #fcbd00 url(../images/vishes-bg.png);
}

.pk:nth-child(2) .button-bx a {
  background: #fcbd00;
}

.pk:nth-child(3) .pricing-head {
  background: #fa5371 url(../images/vishes-bg.png);
}

.pk:nth-child(3) .button-bx a {
  background: #fa5371;
}

.pk:nth-child(4) .pricing-head {
  background: #a772ff url(../images/vishes-bg.png);
}

.pk:nth-child(4).button-bx a {
  background: #a772ff;
}






.package {
  padding: 70px 0px;
  background: url(../images/pack-bg.jpg);
}



.pricing-wrapper {


  transition: all .5s ease 0s
}

.pricing-wrapper:hover {
  box-shadow: 0 15px 33px rgba(0, 0, 0, .2);
  transform: translateY(-10px);
  transition: all .5s ease 0s
}



.pack-inner {
  margin: 0px auto;
  width: 70%;
  display: table;
}

.pk-main-title h2 {
  font-size: 30px;
  margin: 0px auto;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  background: url(../images/yellow-bg.png) no-repeat bottom center;
  padding-bottom: 30px;
}

.blog-dtl-img {
  overflow: hidden;
  margin-bottom: 30px;
}

.blog-dtl-img img {
  width: 100%;
}

.blg-dtl h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0px 0px 15px;
  color: #0f4c55;
}

.blg-dtl {
  margin-bottom: 35px;
}

.blg-dtl h4 {
  font-size: 17px;
  font-weight: bold;
  margin: 0px 0px 15px;
  color: #333;
}

.latest-blogs {
  overflow: hidden;
  margin-bottom: 30px;
}

.blg-dt {
  margin-left: 20px;
}

.blg-dt h3 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  font-weight: bold;
  margin: 0px 0px 15px;
  color: #333;
}

.blg-dt h3:after {
  background: #9e6227;
  height: 1px;
  width: 50%;
  position: absolute;
  bottom: -1px;
  content: '';
  left: 0;
}

.latest-blogs h4 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}

.latest-blogs h4:after {
  background: #9e6227;
  height: 1px;
  width: 50%;
  position: absolute;
  bottom: -1px;
  content: '';
  left: 0;
}

.lts-blg-img {
  overflow: hidden;
}

.lts-blg-img img {
  width: 100%;
}

.latest-blogs h5 {
  font-weight: 600;
  margin: 0px 0px;
  line-height: 24px;
  font-size: 15px;
  text-transform: capitalize;
}


.inner-P {
  color: #333;
  line-height: 23px;
}

.latest-blogs {
  margin-left: 20px;
}

.latest-blogs a {
  margin-bottom: 30px;
  display: block;
  color: #333;
}

.inner-P .eventsC {
  border: 1px solid #eaeaea;
  margin-bottom: 40px
}

.inner-P .eventsC h3 {
  font-weight: bold;
  font-size: 18px;
}

.inner-P .eventsC p {
  font-size: 13.5px;
  line-height: 24px;
}

.inner-P .evt-th-inner {
  margin: 20px;
}


/*news-detail*/


.lst-blg-img {
  float: left;
  margin-right: 10px;
}


.lst-blg-img-inner {
  overflow: hidden;
  width: 65px;
}

.lst-blg-img img {
  width: 100%;
}



.latest-pst-bx {
  margin-bottom: 10px;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 10px;
}

.lst-blg-txt {
  overflow: hidden;
  max-height: 52px;
}

.latest-pst-bx p {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0px;
  margin-top: 2px;
}

.latest-pst-bx .white-btn {
  margin-top: 0px;
}



.latest-pst-bx:last-child {
  padding: 0px;
  margin: 0px;
  border: none;
}

.latest-pst-bx a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #333;
}

.latest-pst-bx a:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #9e6227;
}

.blog-detail-img {
  overflow: hidden;
  margin-bottom: 30px;
}

.blog-detail-img img {
  width: 100%;
}

.blog-dtl-txt {}


.blog-detailC h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 0px 0px;
  margin-bottom: 20px;
}

.share-c h3 {
  margin-right: 10px;
  margin-top: 5px;
}

.blog-inner-img {
  overflow: hidden;
}

.blog-inner-img img {
  width: 100%;
}

.blog-box {
  margin-bottom: 30px;
  color: #333;
}

.blog-box h3 {
  font-size: 20px;
  margin: 0px 0px;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-top: 0px;
  display: block;
  font-size: 17px;
}

.blog-btm-bx {}

.white-btn {
  border: 1px solid #9e6227;
  margin-top: 0px;
  padding: 8px 14px;
  text-transform: uppercase;
  font-size: 13px;
  color: #9e6227;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.white-btn:hover {
  background: #737373;
  color: #FFFFFF;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.share-c {
  overflow: hidden;
  line-height: normal;
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  margin-top: 20px;
  display: block;
}

.share-c li {
  float: left;
  margin-right: 6px;
}

.share-c li:last-child {
  margin-right: 0px;
}

.share-c li .fa {
  font-size: 16px;
}

.share-c li:kast-child {
  margin-right: 0px;
}

.share-c li a {
  color: #737373;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.share-c li a:hover {
  color: #9e6227;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.share-c h3 {
  display: table;
  margin: 0px 0px;
  margin-right: 15px;
  float: left;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 5px;
}

.blog-btm-bx h4 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
  margin: 0px 0px;
  margin-top: 12px;
}

.blog-btm-bx h4 .fa {
  margin-right: 6px;
}

.blog-btm-bx a {}

.bolog-txt-inner {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 15px;
}



.blog-right {
  background: #e5e5e5;
  padding: 20px;
}

.blog-right h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0px 0px;
  margin-bottom: 10px;
  font-weight: bold;
}



.blog-right-txt {
  overflow: hidden;
  margin-bottom: 15px;
}

.blog-right .white-btn {
  background: #FFFFFF;
}

.blog-right .white-btn:hover {
  background: #696969;
  color: #FFFFFF;
}

.blog-right-txt p {
  font-size: 13px;
}

.right-bx {
  margin-bottom: 40px;
  color: #737373;
}


.latest-pst-bx {
  overflow: hidden;
}

.blog-detailC {
  margin-bottom: 50px;
}




.cat-listing {
  margin: 0px 0px;
  padding: 0px 0px;
  list-style: none;
  background: #a6a6a6;
  padding: 1px;
  border-radius: 2px;
}

.cat-listing li {
  font-size: 13px;
  background: #FFFFFF;
  display: block;
  margin-bottom: 1px;
  position: relative;
  padding-left: 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


.cat-listing li:last-child {
  margin-bottom: 0px;
}

.cat-listing li a {
  padding: 7px 10px;
  color: #333;
  text-transform: uppercase;
  display: block;
}

.cat-listing li:before {
  position: absolute;
  content: '\f0da';
  font-family: FontAwesome;
  left: 10px;
  top: 7px;
}

.cat-listing li:hover {
  background: #f4f4f4;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


.blog-right {
  background: #fbfbfb;
}

.blgs-list .more-btn .fa {
  padding: 10.5px 10px;
}



/*package new style added end ###############*/










@media (min-width: 1360px) {





  .container {
    max-width: 1240px;
  }


}




.innerC {
  margin-bottom: 50px;
}


.bannerC {
  overflow: hidden;
}

.bannerC img {
  width: 100%;
}


.cam-connect-img {
  overflow: hidden;
}

.cam-connect-img img {
  width: 100%;
}


.cam-connect-evt {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.cam-connect-evt h2 {
  color: #fba41a;
  font-size: 50px;
  text-align: center;
  line-height: 25px;
  font-weight: 900;
  margin-top: 50px;
}

.cam-connect-evt h2 span {
  color: #999999;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}

.cam-connect-evt h3 {
  font-size: 20px;
  margin: 0px 0px 15px;
}

.cam-connect-evt h4 {
  font-size: 15px;
  margin: 0px 0px 15px;
  color: #CCCCCC;
}

.cam-connect-evt a {
  color: #fff;
  padding: 10px 25px;
  background: #fba41a;
  border-radius: 30px;
}


.cam-connect-txt {
  margin-bottom: 15px;
  overflow: hidden;
}

.dts {
  border-right: 1px solid #e8e8e8;
}

.cmm-t {
  margin-left: 25px;
}



.course-filter {
  background: #f5f5f5;
  box-shadow: 0 1px 2px rgba(15, 18, 22, .1);
  border-radius: 6px;
  padding: 15px 20px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 50px;
}

.course-filter h5 {
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 12px;
}

.course-filter .fa {
  float: left;
  margin-right: 4px;
  margin-top: 3px;
  font-size: 14px;
}

.course-filter button {
  width: 100%;
}

.course-filter .form-control {
  background: #fff;
  border: none;

  padding: 12px 15px;
  border-radius: 4px;
  color: #5c5c68;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  border: none;

}

.submit-btn {
  background: #45659b;
  padding: 8px 30px;
  color: #FFF;
  border: none;
  border-radius: 3px;
  border: none;
  cursor: pointer;
}


.acd-evt-img {
  overflow: hidden;
  position: relative;
}

.acd-evt-img img {
  width: 100%;
}

.acd-evt-img h2 {
  position: absolute;
  background: rgba(251, 164, 26, 0.9);
  padding: 15px;
  color: #FFFFFF;
  top: 25px;
  left: 25px;
  display: table;
  text-align: center;
  font-size: 40px;
  line-height: 25px;
  border: 1px solid #ffcf83;
}

.acd-evt-img h2 b {
  font-size: 13px;
}

.rt-adc-ev-rt {
  margin-left: 35px;
}

.rt-adc-ev-rt h3 {
  font-size: 20px;
  margin: 0px 0px 30px;
  font-weight: 600;
}

.rt-adc-ev-rt h4 {
  font-size: 15px;
  margin: 0px 0px 20px;
  color: #777777;
  font-weight: 300;
}

.rt-adc-ev-rt h5 {
  font-size: 15px;
  margin: 0px 0px 20px;
  color: #777777;
  font-weight: 300;
}

.rt-adc-ev-rt p {
  line-height: 22px;
  color: #737373
}

.acd-txt {
  margin-top: 30px;
}

.acd-evt {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 30px;
  padding-bottom: 30px;
}


.crse-list {
  padding: 0px 0px;
  margin: 20px 0px;
}

.crse-list li {
  float: left;
  margin-right: 10px;
}

.online_course-img {
  overflow: hidden;
}

.online_course img {
  width: 100%;
}

.online_course {
  margin-bottom: 30px;
  background: #fbfbfb;
  border-radius: 8px;
  overflow: hidden;
}

.online_course-rt {
  padding: 30px;
}

.online_course-rt h2 {
  background: #c9dbff;
  padding: 10px 15px;
  border-radius: 30px;
  color: #2467ec;
  display: table;
  font-weight: 300;
  font-size: 12px;
}

.online_course-rt h3 {
  font-size: 20px;
  margin: 0px 0px 15px
}

.crse-list {
  margin: 10px 0px;
  list-style: none;
  padding: 0px 0px;
  overflow: hidden;
}

.crse-list li {
  float: left;
  margin-right: 15px;
}

.crse-list li .fa {
  margin-right: 10px;
  color: #2467ec;
}

.online_course-rt a {
  background: #2467ec;
  color: #FFFFFF;
  padding: 10px 15px;
  float: right;
  border-radius: 30px;
}

.faculty-C {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 20px #eee;
  margin-bottom: 30px;
  color: #333333;
}

.faculty-C-img {
  overflow: hidden;
}

.faculty-C-img img {
  width: 100%;
}

.faculty-txt {
  padding: 25px;
}

.faculty-txt h2 {
  font-size: 14px;
  margin: 0px 0px 15px;
  color: #999999;
  font-weight: normal;
}

.faculty-txt .fa {
  color: #ffd200;
  margin-right: 10px;
}

.faculty-txt h3 {
  font-size: 20px;
  margin: 0px 0px 18px;
}

.fac-txt {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  color: #444;
}

.faculty-txt a {
  background: #ffd200;
  padding: 10px 18px;
  text-transform: uppercase;
  font-size: 12px;
  color: #FFFFFF;
  display: table;
  margin: 8px auto;
  margin-bottom: 0px;
}


.quiz-C {
  overflow: hidden;
  margin-bottom: 10px;
  background: #edf0f2;
  padding: 20px;
  border-radius: 10px;
}

.quiz-C h2 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: normal;
  margin: 0px auto;
  display: table;
  text-align: center;
}

.quiz-C h2 b {
  font-size: 25px;
  font-weight: 900;
}

.quiz-C img {
  width: 100%;
}

.quiz-C h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  margin: 0px 0px 15px;
}

.quiz-C h4 {
  font-size: 20px;
  font-weight: 800;
  margin: 0px 0px 15px;
}

.quiz-C h5 {
  font-size: 16px;
  font-weight: 400;
  margin: 0px 0px 15px;
  color: #9b9b9b;
}

.quiz-C a {
  color: #000000;
  text-transform: uppercase;
  display: table;
  border-bottom: 3px double #000;
}




/**regi*/


.log-reg-box {
  background: url(../images/log-reg-bg.jpg);
  background-size: 100% auto;
  padding: 50px;
  color: #FFFFFF;
}

.reg-from {
  width: 60%;
  margin: 50px auto;
  display: table;
}

.reg-from h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  margin: 0px 0px 20px;
  padding-bottom: 5px;
  background: url(../images/border-.jpg) no-repeat left bottom;
}

.reg-from span {
  font-weight: 200;
}

.reg-from h5 {
  font-size: 13px;
  margin: 25px 0px;
}


.reg-from .textBox {
  height: 35px;
  color: #FFFFFF !important;
  background: none;
  border: 1px solid #fff;
  font-size: 12px;
}

select option {
  margin: 40px;

  color: #000 !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}


.reg-from .textBox::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}



.chk {
  background: none !important;
  border: 1px solid #FFFFFF;
}

.login-bt {
  background: none;
  border: none;
  margin: 20px 0px;
  border: none;
  padding: 0px 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}

.login-bt .fa {
  margin-left: 5px;
}

.reg-from h6 {
  margin: 20px 0px;
  border-top: 1px solid #FFFFFF;
  padding-top: 10px;
}

.reg-from a {
  color: #FFFFFF;
}

.eml {
  text-align: left;
}



.stdnt-corner-img {
  overflow: hidden;
}

.stdnt-corner-img img {
  width: 100%;
}

.stdnt-corner {
  background: #f8f9fb;
  margin-bottom: 30px;
}

.stdn-rt {
  padding: 20px 0px;
}

.stdnt-corner h2 {
  font-size: 13px;
  margin: 0px 0px 10px;
  font-weight: normal;
}

.stdnt-corner h3 {
  font-size: 18px;
  margin: 0px 0px 15px;
}

.stdnt-corner h4 {
  font-size: 13px;
  font-weight: normal;
}


.stdnt-corner .fa {
  color: #ff960b;
}

.stdnt-corner .fa {
  color: #ff960b;
  margin-right: 5px;
}

.tme {
  margin-left: 10px;
}


.border-btn {
  background: #fff;
  padding: 8px 23px;
  color: #141517;
  border-radius: 30px;
  border: 1px solid #c9c9c9;
  display: table;
  font-size: 12px;
}

.associate-c h2 {
  font-size: 20px;
  margin: 0px 0px 20px;
}


.asso-img {
  overflow: hidden;
}

.asso-img img {
  width: 100%;
}

.associate-c h2 {
  padding: 15px;
  background: #2467ec;
  display: table;
  color: #fff;
  display: table;
  font-weight: 300;
}

.associate-c h4 {
  font-size: 15px;
}

.associate-c a {
  background: #ff990c;
  padding: 10px 20px;
  border-radius: 30px;
  display: table;
  color: #FFFFFF;
  font-size: 12px;
}

.rct h4 {
  font-size: 20px;
  font-weight: bold
}

.rct {
  padding: 15px;
  background: #f8f9fb;
  border-radius: 5px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
  margin-bottom: 30px;
  border: 5px solid #fff;
}

.rct h4 {
  color: #333;
}

.rct p {
  color: #333;
}



.innerC .partner-img {
  margin-bottom: 30px;
}

.testi-left-img {
  overflow: hidden;
  padding: 40px 0px 0px 40px;
  background: url(../images/about-bg.jpg) left top no-repeat;
  border-radius: 20px;
}

.testi-left-img img {
  width: 100%;
  border: 7px solid #fff;
  box-shadow: 4px 0px 15px -3px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}


.inner-page-testi {
  margin-left: 50px;
  overflow: hidden;
}

.inner-page-testi .carousel {
  padding-bottom: 60px
}

.inner-page-testi h3 {
  text-align: right;
  font-size: 22px;
  margin-top: 25px;
}

.inner-page-testi h3 span {
  text-align: right;
  font-size: 18px;
  margin-top: 25px;
}


.inner-page-testi {
  padding-top: 50px;
  background: url(../images/pattern-9.png) no-repeat right;
  background-size: 100% 100%;
  ;
}

.inner-page-testi h2 {
  font-size: 35px;
  font-weight: bold;
  color: #ffb013;
}

.inner-page-testi .fa {
  width: 70px;
  height: 70px;
  background: #2467ec;
  line-height: 70px;
  border-radius: 50%;
  color: #FFFFFF;
  text-align: center;
  margin: 30px 0px;
  font-size: 25px;
}


.testimoni-img {
  overflow: hidden;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  border: 5px solid #efefef;
}

.testimoni-img img {
  width: 100%;
}

.inner-page-testi h3 {
  font-size: 20px;
  font-weight: bold;
  color: #2467ec;
}

.inner-page-testi h3 span {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}


.testi-content {
  min-height: 100px;
}

.testi-content p {
  font-size: 14px;
  line-height: 26px;
  font-style: italic;
}


.md-msg {
  background: #efefef;
  padding: 10px;
  margin: 0px 0px;
  overflow: hidden;
  margin-top: 0px;
  color: #333;
  margin-top: 40px;
}

.md-msg h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0px 0px 15px;
}

.md-img {
  float: left;
  width: 230px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-right: 15px;
}

.ceo-img {
  border: 8px solid #fff;
}

.md-img img {
  width: 100%;
}

.md-img h4 {
  margin: 10px 0px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 10px auto;
  text-align: center;
}

.md-msg p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
}



.md-msg h4 {
  font-size: 18px;
  margin: 0px 0px 10px;
  font-weight: 900;
}

.md-msg h4 span {
  font-size: 15px;
  margin: 0px 0px 10px;
  font-weight: 400;
}

.forum-box {
  background: #f1f1f1;
  padding: 15px;
  margin-bottom: 5px;
  border-radius: 10px;
  border-bottom: 4px solid #e8e6e6;
}

.forum-box h2 {
  font-size: 17px;
  margin: 0px 0px 15px;
  font-weight: bold;
}

.forum-box h3 {
  font-size: 13px;
  margin: 0px 0px 15px;
  color: #999999;
}

.forum-page a {
  color: #333333;
}

.forum-detailbx {}

.forum-detailbx h2 {
  font-size: 20px;
  margin: 0px 0px 15px;
  font-weight: 900;
}

.comment-btn {
  background: #FF5421;
  padding: 10px 15px;
  color: #FFFFFF !important;
  display: table;
  cursor: pointer;
  border-radius: 4px;
}


.answer-box {
  margin-top: 30px;
}

.answer-box h2 {
  background: #5c5c5c;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px;
  margin: 0px 0px 4px;
  color: #FFFFFF;
}

.answer-C {
  margin-bottom: 15px;
  background: #f1f1f1;
  padding: 25px;
  border-radius: 6px;
}

.comment-box {
  display: none;
}

.answer-C h3 {
  font-size: 14px;
}

.answer-txt {
  margin: 15px 0px;
}

.comment-box {
  margin: 25px 0px
}

textarea {
  width: 100%;
  height: 90px;
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 4px;
}

.comment-box button {
  padding: 8px 10px;
  font-size: 11px;
  color: #FFFFFF;
  background: #000000;
  cursor: pointer;
  border-radius: 4px;
}

.answer-C spacer {
  font-weight: bold;
  color: #FF5421;
}

.reply {
  margin: 20px;
}

.answer-C h3 span {
  font-size: 15px;
  background: #ff8206;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 37px;
  color: #FFFFFF;
  border-radius: 50%;
  margin-right: 10px;
  border: 2px solid #fff;
  text-align: center;
}


.course--title {
  position: absolute;
  bottom: 20px;
  color: #fff;
  z-index: 2;
  padding: 20px;
}

.course--title h3 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
}

.course--title a {
  color: #FFFFFF;
}

.right-calss-img {
  overflow: hidden;
}

.right-calss-img img {
  width: 100%;
}

.demo-class-outer {
  background: url(../images/slider_img_bg.png);
  background-size: 100% auto;
  background-position: -60px 0px;
}

.demo-class-outer h2 {
  font-size: 40px;
  margin-top: 0px;
}

.demo-txt {
  max-width: 70%;
  color: #CCCCCC;
}

.demo-top-left {
  margin-left: 150px;
}

.right-calss-img {
  overflow: hidden;
  padding: 0px 0px 35px 35px;
  background: url(../images/shape-04-01-2.png) bottom left no-repeat;
}

.right-calss-img img {
  width: 100%;
}

.demo-video_c {
  overflow: hidden;
  background: #ffeecd url(../images/KK7212.png) top no-repeat;
  background-size: 100% auto;
  margin-top: 60px;
}

.demo-vd {
  margin: 50px auto;
  display: table;
  width: 90%;
  overflow: hidden;
  box-shadow: 1px 1.732px 40px 0 rgba(0, 0, 0, .08);
  border: 5px solid #fff;
  position: relative;
}

.demo-vd img {
  width: 100%;
}



.reg-right-img {
  overflow: hidden;
  text-align: right;
}

.reg-right-img img {
  max-width: 100%;
}


.demo-video_c .play-btn {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 100px auto;
  /* box-shadow: 0px 0px 25px 3px rgba(255, 0, 128, 0.8); */
  left: 0;
  right: 0;
  top: 33%;

  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 33%;
}


.demo-top-left {
  margin-left: 0px;
}


.demo-top-left p {
  color: #000000;
  line-height: 26px;
}

.demo-class-outer h2 {
  font-size: 32px;

}

.demo-txt {
  margin-top: 30px;
  max-width: 100%;
}

.frmc {
  margin-top: 50px;
}

.frmc h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 35px;
}

.acd-evt a {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 15px;
  display: table;
  border-bottom: 2px double #FF5421;
  color: #FF5421;
}

.tp-tt-bx {
  margin: 25px auto;
  width: 70%;
  text-align: center;
}

.tp-tt-bx h1 {
  font-size: 30px;
  text-transform: uppercase;
  margin: 50px auto;
  margin-bottom: 30px;
  font-weight: bold;
}

.pack-head {
  background: #c96332;
  text-align: center;
  color: #FFFFFF;
  padding: 40px 0px;
}

.pack-bx ul {
  margin: 0px auto;
  padding: 0px 0px;
  list-style: none;
  margin-bottom: 40px;
}

.pack-bx li {
  padding: 15px;
  position: relative;
  padding-left: 20px;
  text-transform: capitalize;
}



.pack-bx {
  border: 1px solid #eeecec;
  padding-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(50, 50, 50, .15);
  transition: all .5s ease 0s;
}


.pack-bx:hover {
  box-shadow: 0 15px 33px rgba(0, 0, 0, .2);
  transform: translateY(-10px);
  transition: all .5s ease 0s
}

.pack-bx h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0px auto;
  margin-bottom: 15px;
}

.pack-bx h3 {
  font-size: 30px;
  font-weight: lighter;
}

.pack-bx li:nth-child(odd) {
  display: block;
  background: #f4f4f4;
}

.pack-bx li:nth-child(even) {
  display: block;
  background: #fbfbfb;
}

.pack-bx a {
  padding: 10px 18px;
  border-radius: 4px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  background: #c96332;
  display: table;
  margin: 5px auto;
}





.bsc .pack-head {
  background: #eab021;
}

.pr .pack-head {
  background: #4c98e3;
}

.pack-out {
  width: 80%;
  margin: 50px auto;
}


.bsc a {
  background: #eab021;
}

.pr a {
  background: #4c98e3;
}

#cssmenu ul ul {
  background: #FF5421 !important;
  margin-top: 0px !important;
  padding: 5px
}

#cssmenu ul ul li {
  margin-bottom: 0px !important;
}

#cssmenu ul ul li a {
  display: block;
}

#cssmenu ul ul li a {
  padding: 0px 10px;
}



/*dash-board*/

.dash-board {
  background: #eeeeee;
  padding-bottom: 60px;
}

.nav-tabs .nav-item {
  width: 100%;
  float: none;
  padding: 10px;
  background: #f8f8f8;
  text-transform: uppercase;
  color: #333;
  font-size: 13px;
  font-weight: bold;
}



.nav-tabs .nav-item {
  margin-bottom: 0px;
}


.tab-content {
  padding: 15px;
}



.pro-f-img {
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #fff !important;
  margin: 15px auto;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.pro-f-img img {
  width: 100%;
}

.pro-deails {}

.pro-deails ul {
  margin: 10px 0px;
  padding: 0px 0px;
  list-style: none;
}

.pro-deails ul li {
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}

.pro-deails ul span {
  float: left;
}

.lbl {
  width: 40%;
  float: left;
  font-weight: bold;
}

.lbl b {
  float: right;
}

.form-rt {
  padding-left: 15px;
  float: left;
  width: 60%;
}

.dash-board {
  color: #333;
}

.dash-board h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 40px;
}


.pro-deails li .fa {
  margin-right: 10px;
  margin-left: 5px;
}

.dash-evt-img {
  overflow: hidden;
}

.dash-evt-img img {
  width: 100%;
}

.dash-board-banner {
  background: #333547;
  text-align: center;
  color: #FFFFFF;
  padding: 140px 0px 20px;
  text-align: left;
  margin-bottom: 45px;
}

.dash-board-banner h3 {
  font-size: 22px;
  margin: 0px 0px 10px;
}

.dash-board-banner h3 span {
  font-size: 14px;
  margin: 0px 0px 10px;
}

.nav-tabs .nav-link {
  border-bottom: 1px solid #e9ecef;
}



.forms-ss input {
  margin-bottom: 15px;
}

.forms-ss label {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 13px;
}

.dash-board .ns-bx h3 {
  font-size: 13px;
  margin: 0px 0px 10px;
  font-weight: bold;
}

.dash-board .ns-bx a {
  color: #FF5421;
  font-weight: bold;
  font-size: 12px;
}

.dash-board .lst-ev h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  margin: 0px 0px 20px;
}


.dash1 {
  color: #fff;
  background: #755ece;

}

.prof-c {
  margin-top: 0px;
  border: 1px solid #dfdfdf;
  margin: 0px;
  padding: 25px;
  margin-bottom: 25px;
  background: #f7f8fb;
}

.dash1-card {
  margin-bottom: 30px;
}

.box2 {
  background: #1f9c6f
}

.box3 {
  background: #f87d10
}

.box4 {
  background: #5a77e9
}


.ad-mar {
  margin: 0px -4px;
}

.ad-padd {
  padding: 0px 4px;
}

.dash-evt-img {
  margin-bottom: 8px;
}

.dash-board .ns-bx h3 {
  margin-bottom: 10px;
  font-size: 14px !important;
}

.dash-board .ns-bx {
  border-bottom: 1px solid #dddddd !important;
  margin-bottom: 10px !important;
}

.nav-tabs .nav-item .fa {
  margin-right: 10px;
}

.nav-tabs .nav-item {
  background: #344759;
  color: #fff;
}

.nav-tabs .nav-link {
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #415466;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: #3e5468;
  color: #FFFFFF;
  border: none;
}

.nav-tabs .nav-item:hover {
  border-color: #415466;
}

.nav-left-menu a {
  color: #FFFFFF !important;
}

.forms-ss .textArea {
  border: 1px solid #CCCCCC !important;
}

.fl-field {
  padding: 5px;
  font-size: 13px;
}

.table-img {
  overflow: hidden;
}

.table-img {
  overflow: hidden;
  max-width: 70px;
  max-height: 27px;
}

.table-img img {
  width: 100%;
}

.dash-board a {
  cursor: pointer;
}

.dash-board table {
  font-size: 13px
}

.dash-board table .fa {
  margin: 0px 10px;
}

.dash-board table .fa-trash-o {
  color: #e74c3c;
}

.dash-board table .fa-pencil-square-o {
  color: #2ecc71;
}

.dash-board table th {
  background: #36304a;
  color: #FFFFFF;
}

.dash-board table tr:nth-child(even) {
  background: #f5f5f5;
}


.table-search {
  position: relative;
  margin-right: 15px;
  overflow: hidden;
}

.table-search input {
  width: 100%;
  border: none;
  background: none;
  border: 1px solid #d3d5d8;
  height: 30px;
  border-radius: 4px;
  padding-left: 8px;
}

.table-search button {
  position: absolute;
  right: 0px;
  top: 0;
  padding: 5px;
  border: none;
  background: none;
}

.table-top-btns button {
  border: 1px solid #9155c6;
  padding: 4px 10px;
  background: none;
  color: #9155c6;
  font-size: 13px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.table-top-btns button:hover {
  background: #9155c6;
  color: #FFFFFF;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.table-top-btns button .fa {
  margin-right: 8px;
  font-size: 12px;
}


.table-top {
  float: right;
  margin-bottom: 15px;
}

.table-search {
  width: 250px;
  float: left;
}

.table-top-btns {
  float: left;
}

.prof-img-up {
  overflow: hidden;
  max-height: 40px;
  position: relative;
}

.prof-img-up img {
  width: 100%;
}

.remove-img {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  background: #ff0505;
  color: #FFFFFF;
}

.edi {
  margin: 0px -4px;
}

.edi .col-lg-3 {
  padding: 0px 4px;
}

.edi .col-lg-9 {
  padding: 0px 4px;
}

.remove-img:hover {
  color: #FFFFFF;
}

.dash-board .fa-check {
  color: #27ae60;
}

.dash-board .fa-times {
  color: #d35400;
}

.send-btn {
  margin-top: 30px;
  border: none;
  padding: 8px 10px !important;
}

.log-reg-box .form-check {
  margin-bottom: 20px;
  margin-top: 10px;
}

.log-reg-box .form-check-label {
  margin-bottom: 0;
  min-width: 100px;
}

.raddion-bt-s {
  margin: 15px 0px;
}

/*career*/

.job-listing {
  border: 5px solid #f0eeef;
  padding: 20px;
  margin-bottom: 30px;
}

carrer-bx {
  box-shadow: 0px 0px 20px rgb(0 0 0 / 17%);
  padding: 10px;
  margin-bottom: 30px;
}

.job-ic {
  overflow: hidden;
  margin: 10px auto;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.job-ic img {
  width: 90%;
  width: 70px;
  height: 70px;
}

.carrer-bx h3 {
  text-align: center;
  font-size: 18px;
  margin: 5px auto;
  font-weight: bold;
  margin-bottom: 20px;
}

.carrer-bx ul {
  list-style: none;
  margin: 10px 0px 30px;
  padding: 0px 0px;
}

.carrer-bx li {}

.carrer-bx li .lft {
  width: 45%;
  float: left;
  display: table
}

.carrer-bx li .rit {
  width: 60%;
}

.carrer-bx li b {
  margin-left: 10px;
  margin-right: 10px;
  float: right;
}

.carrer-bx li span {}

.border-btn {
  border: 1px solid #2e3691;
  padding: 7px 20px;
  text-transform: uppercase;
  font-size: 12px;
  text-transform: uppercase;
  color: #ed1c24;
  font-weight: bold;
  margin: 10px auto;
  display: table;
  border-radius: 4px;
  background: #2e3691;
  color: #FFFFFF;
}


.career-img {
  overflow: hidden;
  padding-left: 20px;
  padding-top: 20px;
  background: url(../images/about-bg.jpg) no-repeat top left;
}

.career-img img {
  width: 100%;
  border: 5px solid #CCCCCC;
}

.cr-detail-top {

  margin: 0px 0px;

  text-transform: uppercase;

  font-size: 20px;

  margin-bottom: 20px;

  font-weight: 900;

  font-size: 20px;

  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.career-dtlC h3 {

  font-size: 15px;

  text-transform: uppercase;

  font-weight: 900;

}

.career-dtlC h4 {

  font-size: 13px;

  text-transform: uppercase;

  margin: 0px 0px;

}

.career-dtlC h5 {

  font-size: 13px;

  text-transform: capitalize;

  margin-top: 0px;

  margin-bottom: 30px;

}

.skillC {

  margin-bottom: 40px;

}

.career-dtlC ul {

  margin: 20px 0px;

  list-style: none;

  padding: 0px 0px;

  font-size: 13px;

}

.career-dtlC ul li {

  margin-bottom: 10px;

}

.blue-btn {

  margin-top: 20px;

  padding: 14px 18px;

  text-transform: uppercase;

  font-weight: 700;

  background: #ed1c24;

  color: #FFFFFF;

  -webkit-transition: all 0.3s ease-in-out;
  border: none;

  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #fff !important;

  cursor: pointer;

}

.blue-btn:hover {

  background: #000000;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

  color: #FFFFFF;

}

.inner-pages {

  margin-bottom: 30px;

}

.blue-btn:focus {

  color: #FFFFFF;

}

a:focus {

  text-decoration: none;

}

a:focus {

  outline: none !important;

}

.carer-right-img {

  overflow: hidden;

  margin-bottom: 30px;

}

.carer-right-img img {

  width: 100%;

}

.career-dtlC ul {

  margin: 20px 0px 40px;

  padding: 0px 0px;



}

.career-dtlC li {
  padding-left: 20px;
  position: relative;

}

.career-dtlC li:before {

  font-family: FontAwesome;

  content: '\f10c';

  position: absolute;

  left: 0px;

}



.right-add {
  height: 376px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}


.right-add img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 50%;
  transform: translateY(-50%);
  object-fit: contain;
  max-height: 100%;
}


@media (min-width: 1360px) {
  .container {
    max-width: 1280px;
  }

}




.evt-updt {
  color: #000;
}

.evt-updt .textBox {
  border: 1px solid #dfeafe !important;
}

.evt-updt .textArea {
  border: 1px solid #dfeafe !important;
}

.card-body .textBox {
  border: 1px solid #dfeafe !important;
}

.card select {
  border: 1px solid #CCCCCC !important;
}


#evdivrr {
  float: right;
  color: #fff;
  text-transform: uppercase;
  background: #333;
  font-size: 13px;
  padding: 5px 8px;
  border-radius: 4px;
}

.flt-rt {
  float: right;
}

.modal-header {
  background: #344759;
  color: #fff;
}

.modal-header h5 {
  font-size: 15px;
  text-transform: uppercase;
}

.dwd-btn .fa {
  margin-right: 5px;
}

.page-title a {
  text-transform: uppercase;
  font-weight: bold;
  color: #FF5421;
  border: 2px solid #FF5421;
  padding: 8px 13px;
  border-radius: 4px;
  float: right;
  overflow: hidden;
  display: table;
  margin-top: 39px;
}

.comment-box button {
  border: none;
}

.partner-img {
  height: 223px;
  text-align: center;
  line-height: 223px;
}

.partner-img img {
  height: auto;
  max-width: 100%;
  width: auto;
}

.project-C {
  height: 330px;
  overflow: hidden;
}

.project-C .view-large {
  top: 33%;
}

.project-C img {
  max-height: 450px;
}

.faculty-C-img {
  overflow: hidden;
  height: 240px;
}

.faculty-C-img img {
  min-height: 240px;
}


#addqustion_model .modal-title {
  font-size: 15px;
  padding: 0px;
  text-transform: uppercase;
}

#addqustion_model .modal-header {
  padding: 10px;
}

.alert-danger {
  margin: 25px;
  text-align: center;
}

.alert-danger {
  color: #e74c3c;
  background-color: #fff;
  border-color: #e74c3c;
  text-transform: uppercase;
}


#addqustion_model .textBox {
  background: #ecf0f1;
}

footer a {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

footer a:hover {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  color: #fff;
}

.demo-txt ul {
  margin: 15px 0px !important;
  padding: 0px 0px 0px 15px !important;
  font-family: 'Poppins', sans-serif;
}


.demo-txt ol {
  margin: 15px 0px !important;
  padding: 0px 0px 0px 15px !important;
  font-family: 'Poppins', sans-serif;
}

.demo-txt {
  font-family: 'Poppins', sans-serif !important;
}

.demo-txt h3 {
  font-size: 20px !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: bold !important;
}

.demo-txt li {
  margin-bottom: 15px !important;
}

.faculty-txt h3 {
  font-size: 17px;

}


.send-btn {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.send-btn:hover {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  background: #333;
  color: #fff;
}


.border-btn {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.border-btn:hover {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  background: #333;
  color: #fff;
}



.demo-class-outer h2 {
  font-size: 27px;
}

.faculty-txt a {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.faculty-txt a:hover {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  background: #333;
  color: #fff;
}


.online_course-rt a {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.online_course-rt a:hover {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  background: #333;
  color: #fff;
}

.cam-connect-evt a {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.cam-connect-evt a:hover {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  background: #333;
  color: #fff;
}


.cam-connect-evt a {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.online_course-rt a:hover {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  background: #333;
  color: #fff;
}






.innerC .event-img img {
  border-radius: 0px;
}

.innerC .event-img {
  border-radius: 0px;
}


.testimonial-txt {
  min-height: 200px;
}

footer a {
  color: #828282;
}


.modal-body {
  color: #333;
}

.reg-from .modal-body .textBox {
  border: 1px solid #CCCCCC;
}

.modal-title {
  font-size: 18px;
}


.partner-img {
  position: relative;
}

.view-web {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0-webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  opacity: 0;
}

.view-web a {
  color: #fff;
  text-transform: uppercase;
}

.partner-img:hover .view-web {
  opacity: 1;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.testi-star {
  list-style: none;
}

.share-c {}

.share-c {
  list-style: none;
  margin: 0px 0px;
}

.share-c h3 {
  font-size: 15px;
  text-transform: uppercase;
  margin-right: 5px;
  display: table;
  float: left;
}

.share-c li {
  float: left;
  margin-left: 8px;
}

.share-c li:before {
  display: none;
}

.header {
  -webkit-box-shadow: -4px 7px 11px -6px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: -4px 7px 11px -6px rgba(0, 0, 0, 0.33);
  box-shadow: -4px 7px 11px -6px rgba(0, 0, 0, 0.33);
}

.vie-prf-bt {
  margin: 10px auto;
  text-transform: uppercase;
  color: #000;
  display: table;
}

.testi-star li {
  float: left;
  margin-right: 10px;
}

.prof-edit {}

.prf-ot {
  overflow: hidden;
  margin-bottom: 45px;
}

.prof-edit .pro-f-img {
  float: left;
  margin-right: 15px;
}

.vie-prf-bt {
  margin: 10px auto;
  margin-top: 10px;
  text-transform: uppercase;
  color: #000;
  display: table;
  float: left;
  font-size: 17px;
  margin-top: 6%;
}

.share-c {
  overflow: hidden;
  padding-left: 0px;
  margin: 20px 0px 25px;
}


#cssmenu {
  margin: 0px auto;
  display: table;
  float: none;
}

#cssmenu>ul>li {
  margin-right: 10px;
  font-size: 13.5px;
}





.innerC p {
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: normal;
}



.demo-txt ul li {
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  text-align: left !important;
  line-height: 24px !important;
  font-weight: normal;
  color: #000000;
}

.demo-txt ul li strong {
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: normal;
  color: #000000;
}





.has-fixed-layout {
  color: #000 !important;
}

.demo-txt {
  color: #000 !important;
}

.demo-txt p {
  color: #000 !important;
}

.faculty-txt h3 {
  font-size: 15px;
}

.fac-txt {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  color: #444;
  min-height: 100px;
}


.demo-txt h3 {
  margin-bottom: 20px;
}




/*new*/
.social-media-5 {
  list-style: none;
  margin: 20px 0px;
  padding: 0px 0px;
}

.social-media-5 li {
  float: left;
  margin-right: 10px;
  background: #FF5421;
  color: #FFFFFF;
}

.social-media-5 li a {
  display: block;
  padding: 10px 15px;
  color: #fff !important;
}


.footer-txt {
  display: none;
}

.footer-logo img {
  width: 80%;
}

footer font {
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

.ftr-cts .fa {
  margin-right: 5px;
}

.footer-menu li {
  float: left;
  width: 100%;
  margin-bottom: 14px;
}



.head-top {
  background: #FF5421;
}





.wp-block-heading a {
  border: 1px solid #ff5421;
  padding: 20px 30px;
  color: #ff5421;
  display: table;
  margin: 25px auto;
  font-size: 15px;
  border-radius: 30px;
}

.wp-block-heading a b {
  font-weight: 500 !important;
  text-transform: uppercase;
}



.suite-case-ic-new {
  overflow: hidden;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.suite-case-ic-new img {
  width: 100%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}



/*new-changes*/

.disc-tp-bx {
  background: #f3f3f3;
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.disc-tp-bx-c {
  overflow: hidden;
  width: 100px;
  margin: 10px auto;
  margin-bottom: 30px;
}

.disc-tp-bx-c img {
  width: 100%;
}

.disc-tp-bx h3 {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.strip-sec {
  background: url(../images/strip-bg.jpg);
  color: #FFFFFF;
  padding: 35px;
  margin-bottom: 50px;
  background-size: 100% auto;
  border-radius: 8px;
}

.strip-sec h4 {
  float: left;
  margin-right: 50px;
  margin-top: 15px;
}

.strip-sec a {
  display: inline-table;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  color: #000000;
  border-radius: 50%;
}

.strip-sec a .fa {
  font-size: 25px;
  margin-top: 10px;
}

.add-sect {
  margin: 40px 0px;
}

.ad_img {
  overflow: hidden;
}

.ad_img img {
  width: 100%;
}





#main {
  margin: 50px 0;
}

#main #faq .card {
  margin-bottom: 10px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #FFE472;
  color: #222;
  padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: FontAwesome;
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #A541BB;
  color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: #FFE472;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #FFE472;
  line-height: 30px;
  color: #222;
}

.college-banner {
  overflow: hidden;
  background: #000000;
  position: relative;
  margin-bottom: 30px;
}

.college-banner img {
  width: 100%;
  opacity: 0.4;
}

.college-banner-txt {
  position: absolute;
  left: 50px;
  top: 20%;
  color: #FFFFFF;
  right: 50px;
  text-align: center;
}

.college-banner-txt h2 {
  font-size: 40px;
  width: 70%;
  margin: 0px auto;
  text-transform: uppercase;
}

.connect-dt {
  background: #FF5421;
  width: 200px;
  height: 200px;
  color: #FFFFFF;
  text-align: center;
  border-radious: 50%;
  text-align: center;
  line-height: 200px;
  border-radius: 50%;
  overflow: hidden
}

.connect-dt h3 {
  margin-top: 45px;
  text-transform: uppercase;
  text-shadow: 1px 1px solid #000;
}

.connect-dt h3 b {
  font-size: 50px;
}

.connect-dt h3 span {
  font-size: 20px;
}


.connect-two {
  position: relative;
  margin-bottom: 30px;
}



.connect-two-banner {
  overflow: hidden;
  overflow: hidden;
  background: #000000;
}

.connect-two-banner img {
  width: 100%;
  opacity: 0.4;
}

.connect-2-txt {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  width: 100%;
  text-align: center;
  top: 30%;
  color: #FFFFFF;
}

.connect-2-txt h2 {
  text-align: left;
  text-transform: uppercase;
  margin-left: 50px;
  margin-top: 100px
}

.connect-2-txt h2 b {
  font-size: 50px;
  font-weight: bold;
}

.connect-2-txt h2 spanm {
  font-weight: 200;
}

.connect-2-txt h3 {
  font-size: 150px;
  text-transform: uppercase;
  font-weight: 900;
  text-align: left;
  margin-bottom: 0px;
}

.sec-rt-txt {
  text-align: left;
}

.sec-rt-txt h4 {
  text-align: left;
  text-transform: uppercase;
  background: #fff;
  padding: 15px 30px;
  margin-top: 0px;
  letter-spacing: 20px;
  color: #000000;
  display: table;
}

.connect-3-inner {
  background: #FF5421;
  padding: 35px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.connect-3-inner h3 {
  text-align: center;
  font-size: 45px;
  font-weight: 200;
  text-transform: uppercase;
  margin: 0px auto;
  margin-bottom: 45px;
}

.connect-3-inner ul {
  margin: 25px auto;
  list-style: none;
  display: table;
  width: 60%;
  margin: 0px auto;
  text-align: center;
}

.connect-3-inner ul li {
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 8px 15px;
  border: 1px solid #fff;
  display: inline-table;
}

.connect-4 {
  background: #4a4a4a;
  padding: 35px;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.connect-4 h3 {
  text-align: center;
  font-size: 45px;
  font-weight: 200;
  text-transform: uppercase;
  margin: 0px auto;
  margin-bottom: 45px;
}

.event-img-n {
  overflow: hidden;
  border: 5px solid #fff;
}

.event-img-n img {
  width: 100%;
}

.evt-box-new h4 {
  font-size: 18px;
  margin: 0px 0px 10px;
}

.evt-box-new h5 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0px 0px 15px;
}

.evt-box-new a {
  padding: 10px 20px;
  text-transform: uppercase;
  background: #fff;
  display: table;
}

.evt-box-new {
  margin-bottom: 30px;
}


.connect-5 {
  background: #332932;
  padding: 60px 0px;
}

.connect-5 h3 {
  text-align: center;
  font-size: 55px;
  font-weight: 200;
  text-transform: uppercase;
  margin: 0px auto;
  margin-bottom: 45px;
  color: #FFFFFF;
}

.no-spacing {
  margin: 0px 0px;
}

.no-spacing .col-lg-4 {
  padding: 0px 0px;
}

.event-gallery {
  overflow: hidden;
}

.event-gallery img {
  width: 100%;
}




.associte-banner {
  overflow: hidden;
  position: relative;
  margin-top: 100px;
}

.associte-banner img {
  width: 100%;
}

.associate-top {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}

.associte-banner-cap {
  padding: 60px;
  position: relative;
}

.associte-banner-cap h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
}

.associte-banner-cap h3 {
  font-size: 40px;
}

.associte-banner-cap-in {
  background: #333;
  padding: 40px;
  color: #FFFFFF;
  z-index: 10;
  position: relative;
  box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 40%);
}

.associte-banner-cap:after {
  background-color: #FF5421;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 50%;
  height: 150px;
  z-index: 5;
}

.asso-2 {
  margin: 80px 0px;
}

.asso-ic-bx {
  text-align: center;
}

.associate-ic {
  width: 150px;
  height: 150px;
  background: #f1c50e;
  border-radius: 50%;
  text-align: center;
  line-height: 150px;
  overflow: hidden;
  margin: 10px auto;
  display: table;
  margin-bottom: 40px;
}

.associate-ic img {
  max-width: 70px;
}

.asso-ic-bx h3 {
  font-size: 25px;
  font-weight: 900;
}



.healp-2 h2 {
  font-weight: bold;
  font-size: 45px;
  margin: 0px auto;
  margin-bottom: 35px;
  text-align: center;
  text-transform: uppercase;
}

.healp-2 {
  padding: 80px 0px;
  background: #e8e8e8;
}

.healp-bx {
  background: #f1c50e;
  padding: 30px;
  border-radius: 7px;
  margin-bottom: 30px;
  color: #000000;
  font-size: 18px;
}

.healp-bx p {
  margin-bottom: 20px;
  line-height: 26px;
}

.healp-bx a {
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 14px;
  background: #fff;
  display: table;
  margin-top: 10px;
  letter-spacing: 2px;
  color: #333333;
}

.yl-bx:nth-child(2) .healp-bx {
  background: #000066;
  color: #FFFFFF;
}

.yl-bx:nth-child(3) .healp-bx {
  background: #000066;
  color: #FFFFFF;
}


.yl-bx:nth-child(6) .healp-bx {
  background: #000066;
  color: #FFFFFF;
}

.yl-bx:nth-child(7) .healp-bx {
  background: #000066;
  color: #FFFFFF;
}


.yl-bx:nth-child(10) .healp-bx {
  background: #000066;
  color: #FFFFFF;
}

.yl-bx:nth-child(10) .healp-bx {
  background: #000066;
  color: #FFFFFF;
}




.asso-product {
  padding: 60px 0px;
}

.asso-product h2 {
  font-size: 40px 0px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 35px;
  text-align: center;
}

.asso-pr-img {
  overflow: hidden;
  background: #000;
}

.asso-pr-img img {
  width: 100%;
  opacity: 0.5;
}

.ass-pro-bx {
  position: relative;
  margin-bottom: 30px;
}

.prbx-txt {
  position: absolute;
  bottom: 10px;
  left: 10px;
  border-top: 4px solid #92c705;
  padding: 10px;
  color: #FFFFFF;
}

.prbx-txt h3 {
  font-size: 20px;
  text-transform: uppercase;
}

.prbx-txt h4 {
  font-size: 15px;
}


.service-img {
  overflow: hidden;
}

.service-img img {
  width: 100%;
}

.service-box-02 {
  margin-bottom: 25px;
}

.service-box-02 h4 {
  margin: 0px 0px 15px;
  font-size: 20px;
  font-weight: bold;
}

.service-box-02 h5 {
  margin: 0px 0px 15px;
  font-size: 17px;
  font-weight: 600;
}


.service-box-02 {
  background: #ededed;
  padding: 20px;
  margin-bottom: 30px;
}

.service-box-02 .more-btn {
  background: #FF5421;
  padding: 8px 15px;
  color: #000;
}

.service-box-02 .more-btn .fa {
  padding: 0px !important;
  margin-right: 5px;
}

@media all and (max-width: 760px) {

  #searchForm .form-bx {
    margin-bottom: 5px;
  }

  .event-serarch button {
    width: 49.3%;
  }

  .cam-connect-evt h2 {
    margin: 25px;
  }


  .dwd-btn {
    background: #FF5421;
    padding: 7px 8px !important;
    font-size: 12px !important;
    margin-right: 0px !important;
  }


  .head-right {

    margin-right: 35px !important;
  }

  .page-title a {
    margin-bottom: 5px;
    margin-top: 10px;
  }

  #cssmenu>ul>li a.active {
    color: #930033 !important;
  }




  .menu-button {
    background: rgba(0, 0, 0, 0) url("../images/menu-btn.png") no-repeat scroll 0 0;
    cursor: pointer;
    float: right;
    height: 18px;
    position: relative;
    width: 34px;
    z-index: 1000;
  }

  #cssmenu>ul>li {
    margin-left: 0px;
  }

  #cssmenu>ul>li a {
    padding: 8px !important;
  }

  #cssmenu>ul>li {
    padding: 0px !important;
  }

  #cssmenu>ul>li a.active {
    border: none;
  }

  #cssmenu #menu-button {
    top: -4px;
  }

  #cssmenu ul {
    margin-top: 38px;
  }

  #cssmenu>ul ul {
    margin-top: 0px;
  }

  #cssmenu ul ul li a {
    font-size: 12px;
    text-transform: capitalize;
  }

  #cssmenu {
    top: 5px;
  }

  #cssmenu #menu-button {
    background: none;
  }



  #cssmenu #menu-button::before {
    background: #ff000a;
  }

  #cssmenu #menu-button::after {
    border-top: 2px solid #ff000a;
    border-bottom: 2px solid #ff000a;
  }

  #cssmenu ul {
    margin-top: 35px !important;
  }

  #cssmenu ul ul {
    margin-top: 0px !important;
    background: #a7bf23;
  }

  #cssmenu ul {
    padding: 0px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  #cssmenu ul {
    background: #404040;
  }

  #cssmenu li a {
    border-top: 1px solid #373636 !important;
  }

  #cssmenu li ul a {
    border-bottom: 1px solid #373636 !important;
    border-top: none !important;
  }

  #cssmenu>ul>li a {
    padding: 15px !important;
  }

  .fix-height {}

  #cssmenu>ul>li:first-child {
    background: none !important;
  }

  #cssmenu>ul>li a.active {
    border-left: 5px solid #f039a7;
    color: #f039a7 !important;
  }

  #cssmenu>ul>li a {
    padding-left: 18px !important;
  }

  #cssmenu>ul ul li a {
    padding-left: 35px !important;
    position: relative;
  }

  #cssmenu>ul ul li a:before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    left: 25px;
    color: #FFF;
  }

  #cssmenu ul {
    margin-top: 37px !important;
  }

  #cssmenu ul {
    width: 102%;
  }

  #cssmenu ul ul li {
    border-bottom: none;
  }

  #cssmenu ul ul li {
    line-height: 22px;
  }

  #cssmenu {
    margin-top: 2px !important;
  }

  #cssmenu>ul>li {
    font-size: 12px !important;
  }

  #cssmenu ul ul {
    padding-top: 0px !important;
  }

  #cssmenu>ul>li a.active {
    border-left: 0px;
  }

  #cssmenu>ul>li a.active {
    color: #b5b5b5 !important;
  }


  #cssmenu>ul>li a:hover {
    color: #930033;
  }


  .head-top ul {
    display: none;
  }

  .tp-onfo {
    display: none;
  }

  .logoC {
    overflow: hidden;
    margin: 5px 0px;
  }

  #cssmenu {
    top: 16px;
  }

  .t-bx {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .btn-bx {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #intro-2 {
    background-size: auto;
  }


  .head-top {
    padding: 0px;
    background: none;
  }

  .head-right h5 {
    display: none;
  }


  .hom-top-C {
    margin-top: 69px;
  }


  .dwd-btn {
    margin-right: 35px;
  }


  .gray-sec h3 b {
    font-size: 24px;
  }

  .home-event h2 b {
    font-size: 24px;
  }

  .partners h2 {
    font-size: 24px;
    background: none;
    padding-top: 20px;
  }

  #intro-2 h2 {
    font-size: 27px;
  }


  #intro-2 h3 {
    font-size: 17px;
    margin-bottom: 40px;
  }

  .testimonial h2 {
    font-size: 24px;
  }

  .testi-top-txt {
    width: 95%;
  }

  .gallery-sec h2 {
    font-size: 24px;
  }







  .cam-connect-evt .col-lg-4 {
    order: 2;
  }

  .cam-connect-evt .col-lg-6 {
    order: 3;
  }

  .cam-connect-img {
    margin: 20px 0px
  }

  .cam-connect-evt {
    padding-bottom: 30px;
  }

  .course-filter h5 {
    text-align: left;
  }

  .course-filter .form-control {
    margin-bottom: 10px;
  }

  .rt-adc-ev-rt {
    margin-top: 30px;
    margin-left: 0px;
  }

  .quiz-C h3 {
    margin-top: 30px;
  }

  .quiz-C a {
    margin-bottom: 30px;
  }

  .page-title h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  #cssmenu>ul>li a {
    padding: 9px !important;
  }

  .fix-height {
    max-height: 400px;
    overflow-y: scroll
  }


  .dwd-btn {
    position: relative;
    z-index: 1200;
  }

  .reg-from {

    margin: 50px auto;
    display: table;
    width: 100%;
  }

  .log-reg-box {
    padding: 20px;
    background: #04276d;
  }

  .reg-from {
    margin-top: 0px;
  }

  .logoC {
    position: relative;
    z-index: 1200;
  }

  .pack-bx {
    margin-bottom: 30px;
  }

  .prof-c {
    padding: 10px;
  }

  .pro-deails ul {
    font-size: 13px;
  }

  .table-c {
    overflow-x: scroll;
  }

  .dash-board h2 {
    margin: 10px auto;
    text-align: center;
    margin-bottom: 30px;
  }

  .table-search {
    width: 250px;
    float: left;
    margin-bottom: 10px;
  }

  .table-top-btns button {
    padding: 5px;
    font-size: 12px;
    margin-bottom: 5px;
  }

  .ns-bx h3 {
    font-size: 13px;
  }

  .ns-bx p {
    font-size: 13px;
  }

  .date-bx {
    padding: 15px;
  }

  .vacancy-bx {
    padding: 10px;
  }

  .home-event {
    padding: 30px 0px;
  }


  .demo-class-outer h2 {
    font-size: 20px;
  }

  .log-reg-box .form-check-label {

    float: left;
    margin-bottom: 15px;
  }

  .reg-from {
    margin-bottom: 0px;
  }

  .home-event h2 b {
    font-size: 25px;
  }

  .head-right h5 {
    display: none;
  }

  .vie-prf-bt {
    margin-top: 14%;
  }






  college-banner-txt h2 {
    font-size: 14px;
    margin: 15px 0px;
  }

  .connect-dt {
    background: #FF5421;
    width: auto;
    height: auto;
    color: #FFFFFF;
    text-align: center;
    text-align: center;
    line-height: unset;
    border-radius: 0;
    overflow: hidden;
  }

  .connect-dt h3 {
    font-size: 20px;
  }

  .connect-dt h3 b {
    font-size: 15px;
  }

  .connect-dt h3 {
    font-size: 20px;
  }

  .college-banner {
    overflow: hidden;
    background: #000000;
    position: relative;
    margin-bottom: 30px;

  }

  .connect-dt h3 {
    margin-top: 0;
  }

  .college-banner-txt {
    position: static;
  }


  .connect-3-inner {
    padding: 15px;
  }

  .connect-3-inner h3 {
    text-align: center;
    font-size: 32px;
  }

  .connect-3-inner ul {
    margin: 25px auto;
    list-style: none;
    display: table;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    margin: 0px 10px;
    padding: 0px 0px;
  }

  .connect-2-txt {
    position: static;
  }

  .connect-2-txt h2 {

    margin: 15px;
  }

  .connect-2-txt {
    font-size: 21px;
    font-weight: bold;
    line-height: 17px;
  }

  .connect-2-txt h3 {
    font-size: 35px;
  }

  .sec-rt-txt h4 {

    letter-spacing: 5;

    font-size: 12px;
  }

  .connect-4 {
    padding: 0px;
  }

  .connect-5 h3 {
    font-size: 30px;
  }







}



.connect-3-inner ul a {
  color: #fff;
}