@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Gotham';
  src: url('https://cdn.ce21.com/assets/fonts/gotham/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('https://cdn.ce21.com/assets/fonts/gotham/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('https://cdn.ce21.com/assets/fonts/gotham/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('https://cdn.ce21.com/assets/fonts/gotham/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}


/*start common css for all theme*/ 
.headersection { 
    margin-left: 0px; 
    margin-right: 0px; 
    display: block !important; 
} 
body { 
    padding-top: 0px; 
    font-family: 'Gotham', sans-serif !important; 
} 
.footer-top, .footer-bottom { 
    margin-left: 0px; 
    margin-right: 0px; 
}  
.container2 { 
    margin-top: 0px; 
} 
.outsideframe .headersection .col-xs-12.col-sm-12.col-md-12.col-lg-12 { 
    margin: 0; 
    padding: 0; 
} 
div.outsideframe > div.row.hidden-lg.hidden-md { 
    display: none !important; 
} 
footer{
	margin-top: 0px;
    float: none;
}
/*end common css for all theme*/ 

body {
  margin: 0;
  padding: 0;
  font-family: 'Gotham', sans-serif !important; 
  color: #4b4b4b;
}

.theme_csw {
  font-family: 'Gotham', sans-serif !important; 
  font-size: 16px !important;
  font-weight: normal;
  color: #4b4b4b;
}

.theme_csw .container {
  max-width: 1530px;
  width: 100%;
}

.theme_csw {
  width: 100%;
}

.theme_csw .navbar-nav > li > a {
  line-height: normal;
  position: relative;
  font-weight: 400;
  padding: 17.5px 9.6px;
  color: #4b4b4b;
  letter-spacing: -0.22px;
  transition: all 0.3s ease-in-out 0s;
  border-top: transparent solid 2px;
}

.theme_csw .navbar-nav > li > a:hover {
  background-color: #e8e8e8 !important;
  border-top-color: #ff8200;
  font-weight: 500;
}

.theme_csw .navbar-nav > li a i {
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 800;
  margin-left: 5px;
}

.theme_csw .navbar-nav > li.open a i {
  rotate: 180deg;
}

.theme_csw .navbar-nav > li a:hover {
  background: transparent;
}

.theme_csw .navbar-nav {
  display: flex;
  align-items: center;
}

.theme_csw .header .top-menu {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: flex-end;
  gap: 16px;
}

.theme_csw .header .top-menu a {
  color: rgb(75, 75, 75);
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}

.theme_csw .header .top-menu a:hover {
  text-decoration: underline;
}

.theme_csw .header .social-work {
  clear: both;
  width: 100%;
  padding: 22px 0 18px 0;
}

.theme_csw .header .social-work a {
  color: rgb(75, 75, 75);
  line-height: 1;
  font-size: 32px;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}

.theme_csw header {
  position: static;
  /* position: -webkit-sticky; */
  /* top: 0; */
  color: rgb(75, 75, 75);
  padding: 18px 0px 0 0;
  z-index: 99;
  transition: all 0.3s ease;
  background: white;
  width: 100%;
  border-top: #ff8200 solid 6px;
  box-shadow: #0000001c 0 0 10px;
}

.theme_csw header .main-logo {
  max-width: 224px;
  display: inline-block;
  width: 100%;
}

.theme_csw header .main-logo img {
  width: 100%;
  display: block;
}

.theme_csw .header .top-part > .container > .row {
  display: flex;
  align-items: center;
}

.theme_csw .header .top-part {
  border-bottom: 2px solid #f6f6f6;
}

.theme_csw .nav .open > a,
.theme_csw .nav .open > a:focus,
.theme_csw .nav .open > a:hover,
.theme_csw .nav > li > a:focus,
.theme_csw .nav > li > a:hover {
  background-color: transparent;
  border-color: #ff8200;
}

.theme_csw .navbar-nav > li > .dropdown-menu {
  padding: 0;
  border: 0;
  top: 100%;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  transition-duration: 0.3s;
  transition-property: opacity, visibility;
  transition-timing-function: ease-out;
  visibility: hidden;
  will-change: opacity, visibility;
  opacity: 0;
  max-width: 302px;
  min-width: 302px;
}

.theme_csw .navbar-collapse {
  padding: 0;
}

.theme_csw .navbar-nav > li .dropdown-menu a {
  padding: 17px 11.6px;
  font-size: 15.5px;
  transition: all 0.3s ease-in-out 0s;
  white-space: normal;
}

.theme_csw .navbar-nav > li .dropdown-menu a:hover {
  background-color: #e8e8e8;
}

.theme_csw .navbar-nav > li.dropdown.open > .dropdown-toggle {
  background-color: #e8e8e8;
}

.theme_csw .navbar-nav > li.dropdown:last-child > .dropdown-menu {
  right: 0;
  left: auto;
  min-width: max-content;
}

.theme_csw .navbar-nav > li.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.theme_csw .overlay {
  background: #000;
  width: 100%;
  height: 100%;
  min-height: 100%;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9002;
  display: none;
  transition: opacity 0.15s linear;
}

.theme_csw.mobile-nav-open .overlay {
  display: block;
}

/* footer css  */
.theme_csw .footer {
  background-color: #313e48;
  color: #fff;
}

.theme_csw .footer::before {
  background-color: #ff8200;
  content: "";
  height: 88px;
  display: block;
}

.theme_csw .contact-box {
  padding: 36px 30px 48px 30px;
  background-color: #465866;
  color: #fff;
  height: 100%;
  max-width: 490px;
  margin-left: auto;
}

.theme_csw .foot-logo {
  max-width: 255px;
  display: inline-block;
}

.theme_csw .foot-logo img {
  display: block;
  width: 100%;
}

.theme_csw .address {
  margin-top: 28px;
  max-width: 230px;
  margin-bottom: 25px;
}

.theme_csw .panel-text {
  font-size: 14px;
}

.theme_csw .panel-text a {
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s ease-in 0s;
}

.theme_csw .panel-text a:hover {
  text-decoration: none;
  transition: all 0.3s ease-in 0s;
}

.theme_csw .quick-link {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 30px;
  display: flex;
  margin-top: 28px !important;
}

.theme_csw .quick-link li a {
  color: #fff;
  text-decoration: underline;
  transition: all 0.6s ease-in 0s;
  display: inline-block;
}

.theme_csw .quick-link li a:hover {
  text-decoration: none;
  transition: all 0.6s ease-in 0s;
}

.theme_csw .socials {
  margin: 30px 0 48px 0 !important;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}

.theme_csw .socials a {
  display: inline-block;
  transition: all 0.3s ease-in-out 0s;
}

.theme_csw .socials a img {
  display: block;
}

.theme_csw .socials a:hover {
  transform: scale(1.1);
}

.theme_csw .foot-nav-menu {
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.theme_csw .footer > .container > .row {
  display: flex;
}

.theme_csw .foot-nav-menu li a {
  text-decoration: underline;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}

.theme_csw .foot-nav-menu li a:hover {
  text-decoration: none;
}

.theme_csw .college-link {
  margin-top: 33px;
  display: inline-block;
  color: #fff;
  margin-bottom: 26px;
  font-weight: 800;
  font-size: 31.24px;
  transition: all 0.3s ease-in-out 0s;
  text-decoration: none !important;
}

.theme_csw .college-link:hover {
  text-decoration: underline !important;
}

.theme_csw .email-text {
  margin: 20px 0 20px 0;
}

.theme_csw .footer a {
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out 0s;
}

.theme_csw .footer a:hover {
  text-decoration: none;
}

.theme_csw .footer p {
  line-height: 24px;
}

.theme_csw .right-cls {
  margin-top: -44px;
}

@media (min-width: 1170px) {
  .theme_csw .close-part {
    display: none;
  }

  .theme_csw .navbar-toggle {
    display: none;
  }

  .theme_csw .navbar-collapse .top-menu {
    display: none;
  }
}

@media (max-width: 1169px) {
  .theme_csw .close-part {
    background-color: #fff;
    padding: 20px;
    position: fixed;
    top: 4px;
    z-index: 1;
    width: 315px;
  }
  .theme_csw .navbar-collapse .navbar-toggle {
    display: flex;
    align-items: center;
    border: 0;
    float: none;
    gap: 12px;
    justify-content: flex-end;
    margin-left: auto;
  }

  .theme_csw .navbar-collapse .navbar-toggle img {
    max-width: 12px;
    opacity: 0.5;
  }

  .theme_csw .header .top-menu {
    justify-content: space-between;
  }

  .theme_csw .header .top-menu a {
    font-weight: 500;
  }

  .theme_csw .navbar-toggle {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: rgb(75, 75, 75);
    display: block;
  }

  .theme_csw header .main-logo {
    max-width: 160px;
  }

  .theme_csw .header .social-work a {
    font-size: 24px;
    font-weight: 300;
  }

  .theme_csw .header .social-work {
    border-top: 1px solid #d9d9d9;
    margin-top: 16px;
    padding: 18px 0 18px 0;
  }

  .theme_csw .navbar-collapse {
    position: fixed;
    width: 100%;
    right: -100%;
    top: 0px;
    border-top: #ff8200 solid 4px;
    padding: 8rem 20px 20px 20px;
    transition: all 0.3s ease-in-out 0s;
    background: white;
    height: calc(100dvh - 0px) !important;
    z-index: 9999;
    max-width: 336px;
  }

  .theme_csw .navbar-collapse.in {
    right: 0;
    overflow-y: auto !important;
  }

  .theme_csw .navbar-nav {
    align-items: flex-start;
    flex-direction: column;
    margin: 15px 0 0 0;
    width: 100%;
  }

  .theme_csw .navbar-nav > li .dropdown-menu a {
    padding: 8px 11.6px;
    font-size: 16px;
  }

  .theme_csw .navbar-nav > li {
    margin: 0;
    width: 100%;
  }

  .theme_csw .navbar-nav > li > a {
    font-size: 20px;
    padding: 13.5px 0px;
  }

  .theme_csw .navbar-nav > li.open .dropdown-menu {
    box-shadow: none;
    position: static;
    width: 100%;
  }

  .theme_csw .navbar-nav > li a i {
    font-size: 20px;
  }

  .theme_csw .navbar-nav > li.dropdown.open > .dropdown-toggle {
    background-color: transparent;
    border-color: transparent;
    text-decoration: underline;
  }

  .theme_csw .navbar-nav > li > a:hover {
    background-color: transparent !important;
    border-color: transparent;
  }

  .theme_csw .header .top-part .top-menu {
    display: none;
  }
}

@media (max-width: 991px) {
  .theme_csw .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .theme_csw .foot-nav-menu {
    margin-left: 0;
    margin-bottom: 48px;
  }

  .theme_csw .college-link {
    font-size: 25.2px;
  }

  .theme_csw .socials {
    margin-bottom: 26px;
  }

  .theme_csw .right-cls {
    width: 50%;
  }

  .theme_csw .quick-link {
    flex-wrap: wrap;
  }

  .theme_csw .footer > .container > .row > .col-md-7 {
    width: 50%;
  }
}

@media (max-width: 659px) {
  .theme_csw .footer > .container > .row {
    flex-direction: column-reverse;
  }

  .theme_csw .footer > .container > .row > .col-md-7 {
    width: 100%;
  }

  .theme_csw .right-cls {
    width: 100%;
  }

  .theme_csw .footer {
    padding-bottom: 40px;
  }

  .theme_csw .right-cls {
    margin-top: -178px;
  }

  .theme_csw .footer::before {
    height: 220px;
  }

  .theme_csw .contact-box {
    max-width: 100%;
  }
}

.footer-bottom.ce21_Footer_FooterBottomDiv{
	margin-bottom:0px !important;
}.event_1{background-color: #2197a9 !important;color:black !important;}.event_icon_1{color: #2197a9 !important;font-size:20px;}.event_icon_1:hover,.event_icon_1:focus{text-decoration:none;}.productTypeTagColor1,.productTypeTagColor1:hover { background-color:#2197a9;color:black !important; }.event_10{background-color: #8e7cc3 !important;color:black !important;}.event_icon_10{color: #8e7cc3 !important;font-size:20px;}.event_icon_10:hover,.event_icon_10:focus{text-decoration:none;}.productTypeTagColor10,.productTypeTagColor10:hover { background-color:#8e7cc3;color:black !important; }.event_11{background-color: #6aa84f !important;color:black !important;}.event_icon_11{color: #6aa84f !important;font-size:20px;}.event_icon_11:hover,.event_icon_11:focus{text-decoration:none;}.productTypeTagColor11,.productTypeTagColor11:hover { background-color:#6aa84f;color:black !important; }.event_-11{background-color: #7474d9 !important;color:black !important;}.event_icon_-11{color: #7474d9 !important;font-size:20px;}.event_icon_-11:hover,.event_icon_-11:focus{text-decoration:none;}.productTypeTagColor-11,.productTypeTagColor-11:hover { background-color:#7474d9;color:black !important; }.event_12{background-color: #f1c232 !important;color:black !important;}.event_icon_12{color: #f1c232 !important;font-size:20px;}.event_icon_12:hover,.event_icon_12:focus{text-decoration:none;}.productTypeTagColor12,.productTypeTagColor12:hover { background-color:#f1c232;color:black !important; }.event_-12{background-color: #bb93d5 !important;color:black !important;}.event_icon_-12{color: #bb93d5 !important;font-size:20px;}.event_icon_-12:hover,.event_icon_-12:focus{text-decoration:none;}.productTypeTagColor-12,.productTypeTagColor-12:hover { background-color:#bb93d5;color:black !important; }.event_13{background-color: #315178 !important;color:black !important;}.event_icon_13{color: #315178 !important;font-size:20px;}.event_icon_13:hover,.event_icon_13:focus{text-decoration:none;}.productTypeTagColor13,.productTypeTagColor13:hover { background-color:#315178;color:black !important; }.event_-13{background-color: #91d773 !important;color:black !important;}.event_icon_-13{color: #91d773 !important;font-size:20px;}.event_icon_-13:hover,.event_icon_-13:focus{text-decoration:none;}.productTypeTagColor-13,.productTypeTagColor-13:hover { background-color:#91d773;color:black !important; }.event_14{background-color: #6aa84f !important;color:black !important;}.event_icon_14{color: #6aa84f !important;font-size:20px;}.event_icon_14:hover,.event_icon_14:focus{text-decoration:none;}.productTypeTagColor14,.productTypeTagColor14:hover { background-color:#6aa84f;color:black !important; }.event_-14{background-color: #bb93d5 !important;color:black !important;}.event_icon_-14{color: #bb93d5 !important;font-size:20px;}.event_icon_-14:hover,.event_icon_-14:focus{text-decoration:none;}.productTypeTagColor-14,.productTypeTagColor-14:hover { background-color:#bb93d5;color:black !important; }.event_15{background-color: #bf9000 !important;color:black !important;}.event_icon_15{color: #bf9000 !important;font-size:20px;}.event_icon_15:hover,.event_icon_15:focus{text-decoration:none;}.productTypeTagColor15,.productTypeTagColor15:hover { background-color:#bf9000;color:black !important; }.event_-15{background-color: #FF8633 !important;color:black !important;}.event_icon_-15{color: #FF8633 !important;font-size:20px;}.event_icon_-15:hover,.event_icon_-15:focus{text-decoration:none;}.productTypeTagColor-15,.productTypeTagColor-15:hover { background-color:#FF8633;color:black !important; }.event_16{background-color: #bf9000 !important;color:black !important;}.event_icon_16{color: #bf9000 !important;font-size:20px;}.event_icon_16:hover,.event_icon_16:focus{text-decoration:none;}.productTypeTagColor16,.productTypeTagColor16:hover { background-color:#bf9000;color:black !important; }.event_-16{background-color: #e8eae7 !important;color:black !important;}.event_icon_-16{color: #e8eae7 !important;font-size:20px;}.event_icon_-16:hover,.event_icon_-16:focus{text-decoration:none;}.productTypeTagColor-16,.productTypeTagColor-16:hover { background-color:#e8eae7;color:black !important; }.event_2{background-color: #6aa84f !important;color:black !important;}.event_icon_2{color: #6aa84f !important;font-size:20px;}.event_icon_2:hover,.event_icon_2:focus{text-decoration:none;}.productTypeTagColor2,.productTypeTagColor2:hover { background-color:#6aa84f;color:black !important; }.event_3{background-color: #dd9d5a !important;color:black !important;}.event_icon_3{color: #dd9d5a !important;font-size:20px;}.event_icon_3:hover,.event_icon_3:focus{text-decoration:none;}.productTypeTagColor3,.productTypeTagColor3:hover { background-color:#dd9d5a;color:black !important; }.event_4{background-color: #3181cb !important;color:black !important;}.event_icon_4{color: #3181cb !important;font-size:20px;}.event_icon_4:hover,.event_icon_4:focus{text-decoration:none;}.productTypeTagColor4,.productTypeTagColor4:hover { background-color:#3181cb;color:black !important; }.event_5{background-color: #e06666 !important;color:black !important;}.event_icon_5{color: #e06666 !important;font-size:20px;}.event_icon_5:hover,.event_icon_5:focus{text-decoration:none;}.productTypeTagColor5,.productTypeTagColor5:hover { background-color:#e06666;color:black !important; }.event_6{background-color: #ffe599 !important;color:black !important;}.event_icon_6{color: #ffe599 !important;font-size:20px;}.event_icon_6:hover,.event_icon_6:focus{text-decoration:none;}.productTypeTagColor6,.productTypeTagColor6:hover { background-color:#ffe599;color:black !important; }.event_7{background-color: #c27ba0 !important;color:black !important;}.event_icon_7{color: #c27ba0 !important;font-size:20px;}.event_icon_7:hover,.event_icon_7:focus{text-decoration:none;}.productTypeTagColor7,.productTypeTagColor7:hover { background-color:#c27ba0;color:black !important; }.event_8{background-color: #ff8200 !important;color:black !important;}.event_icon_8{color: #ff8200 !important;font-size:20px;}.event_icon_8:hover,.event_icon_8:focus{text-decoration:none;}.productTypeTagColor8,.productTypeTagColor8:hover { background-color:#ff8200;color:black !important; }.event_9{background-color: #bf9000 !important;color:black !important;}.event_icon_9{color: #bf9000 !important;font-size:20px;}.event_icon_9:hover,.event_icon_9:focus{text-decoration:none;}.productTypeTagColor9,.productTypeTagColor9:hover { background-color:#bf9000;color:black !important; }