/*-------------------------------------
    
	Author: Education 
	Copyright © 2019
	
---------------------------------------
    
    CSS INDEX
    ===================
	
    1. BODY
	2. CUSTOM CSS / A
	3. PRELOADER
	4. NAVIGATION
	5. SLIDER

---------------------------------------*/
/*--------------
1.Theme default CSS
--------------------------*/
body,
html {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 23px;
  color: #343a40 !important;
  width: 100%;
  overflow-x: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

a {
  color: #797979;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

i:before {
  margin-left: 0 !important;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #7cafc4;

  /* color:#3e2e2e; */
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  line-height: 1.1;
  font-weight: 400;
  color: #1e283c;
  margin: 0;
  padding: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #1e283c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

p {
  margin: 0;
}

input,
select,
button,
textarea {
  outline: none;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

.headerSection {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  /* line-height: 3; */
}

/* Center the logos for screens with a maximum width of 991px */
@media (max-width: 991px) {
  .tamilLogo {
    display: flex;
    justify-content: center;
  }

  .collegeLogo {
    display: flex;
    justify-content: center;
  }

  /* .col-lg-2.col-md-2 img {
    width: 100%; 
    max-width: 150px;
  } */
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.float_left {
  float: left;
  width: 100%;
}

/*-- Preloader css start --*/
#preloader {
  background-color: #fffef7;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483647;
  width: 100%;
  height: 100%;
}

#status {
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/* #status img {
} */
/*-- cursor css start --*/
a:hover {
  text-decoration: none;
}

#back2Top {
  width: 50px;
  line-height: 50px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: fixed;
  bottom: 45px;
  right: 25px;
  background-color: #004cff;
  color: #fff;
  text-align: center;
  font-size: 25px;
  text-decoration: none;
  border-radius: 50px;
}

#back2Top:hover {
  background-color: #A0D2DB;
  color: #fff;
}

/*------- edu top header wrapper Start ------*/
.edu_top_header_wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: -moz-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -webkit-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -ms-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
}

.edu_top_header_left_wrapper p {
  color: #fff;
  padding-top: 7px;
}

.edu_top_header_right_wrapper ul {
  float: right;
}

.edu_top_header_right_wrapper li {
  float: left;
  margin-left: 10px;
}

.edu_top_header_right_wrapper li a {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.23);
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.edu_top_header_right_wrapper li a:hover {
  background-image: -moz-linear-gradient(50deg, #A0D2DB 0%, #066564 100%);
  background-image: -webkit-linear-gradient(50deg, #A0D2DB 0%, #066564 100%);
  background-image: -ms-linear-gradient(50deg, #A0D2DB 0%, #066564 100%);
}

.topBannerSection {
  width: 100%;
  background-image: linear-gradient(to right, #487095, #138178, #487095) !important;
  /* border-bottom: 1px solid #C0C0C0; */
}

.topBannerInside {
  /* background:#066564 ; */
  padding: 10px 20px 5px 20px;
}

.titleSection {
  line-height: 2 !important;
}

/*------- edu top header wrapper End ------*/
/*------- edu logo header wrapper Start ------*/
.edu_logo_header_wrapper {
  position: relative;
  /* background-color: #A0D2DB; */
  background-color: #18576c;
  /* color: #000 !important; */
}

.edu_logo_header_wrapper .edu_border_line {
  border-bottom: 1px solid #e8e8e8;
  padding-top: 40px;
  padding-bottom: 40px;
}

.lv_share_info_wrapper ul {
  float: right;
  margin: 0px;
  padding: 0px;
}

.lv_share_info_wrapper ul li {
  list-style: none;
  float: left;
  width: auto;
  margin-left: 40px;
}

.lv_share_info_wrapper ul li:first-child {
  margin-left: 0px;
}

.lv_share_info_wrapper ul li .lv_header_icon {
  float: left;
  width: 70px;
  height: 70px;
  border: 1px solid #e8e8e8;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  margin-right: 20px;
}

.lv_share_info_wrapper ul li p {
  float: left;
  width: auto;
  margin: 10px 0px 0px 0px;
  font-size: 14px;
  color: #797979;
}

.lv_share_info_wrapper ul li p a {
  float: left;
  width: auto;
  color: #797979;
}

.lv_share_info_wrapper ul li p a:hover {
  color: #9749f8;
}

.edu_logo_main_wrapper {
  /* padding-top:25px; */
  float: left;
  width: auto;
  margin-left: -50px;
}

.kv_navi_main_wrapper {
  background: #ffffff;
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.05);
  z-index: 10;
  position: relative;
  height: 65px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.kv_navi_main_wrapper:hover {
  background: #797979;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.kv_logo_wrapper a {
  float: left;
  padding: 17px 0px;
}

.menu-bar {
  cursor: pointer;
  position: relative;
  right: 15px;
  z-index: 9;
  height: 42px;
  display: block;
  float: right;
  margin-top: 15px;
}

.menu-bar span {
  background-color: #fff;
  display: block;
  height: 2px;
  margin-bottom: 6px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 30px;
}

.mainmenu.menu-open {
  position: relative;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  right: 15px;
  visibility: visible;
}

.mainmenu ul li {
  display: inline-block;
}

.mainmenu ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  padding: 35px 20px;
}

.gc_main_navigation .gc_main_navigation,
.mainmenu ul li.active>.gc_main_navigation {
  position: relative;
}

.mainmenu ul li .gc_main_navigation:after,
.mainmenu ul li.active>.gc_main_navigation:after {
  content: "";
  border: 0.5px solid #fff;
  width: 0;
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  margin: 0px auto !important;
  bottom: 13px !important;
  opacity: 0 !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.mainmenu ul li:hover .gc_main_navigation,
.mainmenu ul li.active>.gc_main_navigation {
  opacity: 1;
  color: #111010 !important;
  background-color: #18576c !important;
}

.gc_main_navigation .gc_main_navigation,
.mainmenu ul li.active>.gc_main_navigation {
  position: relative;
}

.mainmenu ul li .gc_main_navigation:after,
.mainmenu ul li.active>.gc_main_navigation:after {
  content: "";
  border: 0.5px solid #fff;
  width: 0;
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  margin: 0px auto !important;
  bottom: 13px !important;
  opacity: 0 !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.mainmenu ul li:hover .gc_main_navigation,
.mainmenu ul li.active>.gc_main_navigation {
  opacity: 1;
  color: #797979 !important;
  background: #fff;
}

.gc_main_navigation .gc_main_navigation,
.mainmenu ul li.active>.gc_main_navigation {
  position: relative;
  color: white !important;
  /* padding-left: 30px !important; */
  /* margin-left: 28px; */
}

.mainmenu ul li .gc_main_navigation:before,
.mainmenu ul li.active>.gc_main_navigation:before {
  position: absolute;
  content: "";
  background-image: -moz-linear-gradient(50deg, #A0D2DB 0%, #066564 100%);
  background-image: -webkit-linear-gradient(50deg, #A0D2DB 0%, #066564 100%);
  background-image: -ms-linear-gradient(50deg, #A0D2DB 0%, #066564 100%);
  width: 0;
  height: 2px;
  left: 0px;
  right: 0;
  margin: 0px auto;
  top: 70px;
  transition: all 500ms ease;
  -webkit-mask-image: linear-gradient(-75deg,
      rgba(244, 55, 55, 0.24) 50%,
      #f43737 50%,
      rgba(0, 0, 0, 1) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

.mainmenu ul li:hover .gc_main_navigation,
.mainmenu ul li.active>.gc_main_navigation {
  opacity: 1;
  color: rgb(255, 122, 23) !important;
}

.mainmenu ul li:hover .gc_main_navigation:before,
.mainmenu ul li.active>.gc_main_navigation:before {
  width: 60px;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }

  to {
    -webkit-mask-position: -50%;
  }
}

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: transparent;
}

.menu-bar:after,
.menu-bar:before {
  background-color: #fff;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 8px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 30px;
}

.menu-bar.menu-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-bar.menu-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-bar.menu-close span {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/*************************
02.1 Submenu & Megamenu
*************************/

.mainmenu ul ul,
.mainmenu ul li .mega-menu {
  width: 220px;
  position: absolute;
  text-align: left;
  background-color: #f9f9f9;
  top: calc(100% + 30px);
  z-index: 9999999;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}

.mainmenu ul li:hover>ul,
.mainmenu ul li:hover>.mega-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 100%;
  border-top: 2px solid #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.mainmenu ul ul li {
  display: block;
  padding: 5px !important;
}

.mainmenu ul ul li a,
.mainmenu ul li.has-mega .mega-menu span a {
  color: #797979;
  text-transform: capitalize;
  font-size: 16px;
  padding: 8px 10px 8px 20px;
  border-bottom: 1px solid #eee;
  margin: 0;
}

.mainmenu ul li.has-mega .mega-menu span a:hover {
  background-color: #00468c;
  color: #ffffff !important;
}

.mainmenu ul ul li:last-child>a {
  border-bottom: 0px;
}

.mainmenu ul ul li a:after {
  content: "";
}

.mainmenu ul ul li>ul {
  left: -100%;
  top: 50%;
  -webkit-transform-origin: 100% 50% 0;
  transform-origin: 100% 50% 0;
}

.mainmenu ul ul li:hover>ul {
  top: 20%;
}

.mainmenu ul li.has-mega .mega-menu {
  width: 100%;
  left: 0;
  padding: 20px 0px;
}

.mainmenu ul li.has-mega .mega-menu span {
  width: 25%;
  float: left;
  border-left: 1px solid #eee;
}

.mainmenu ul li.has-mega .mega-menu span a {
  padding-left: 20px;
  padding-right: 0px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.mainmenu ul li.has-mega .mega-menu span a:last-child {
  border-bottom: 0px;
}

.mainmenu ul li.has-mega .mega-menu span a:hover {
  padding-left: 3px;
  padding-left: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.mainmenu ul li span a.active {
  font-weight: 600;
}

.mainmenu ul ul li.active>a {
  background-color: #eee;
  font-weight: 600;
}

.main_nav_ul {
  float: right;
}

/*************************
02.2 Sticky menu
*************************/
.header-area.stick .logo a {
  color: #222;
  margin-top: 2px;
  position: relative;
  z-index: 9999999;
}

.header-area.stick .logo a h2 span {
  background-color: #222;
  color: #fff;
}

.header-area.stick .mainmenu ul li a,
.stick .mean-container a.meanmenu-reveal {
  color: #000000;
}

.header-area.stick .menu-bar:after,
.header-area.stick .menu-bar:before,
.header-area.stick .menu-bar span,
.stick .mainmenu ul li.parent:after,
.stick .mainmenu ul li.parent:before,
.stick .mainmenu ul li.has-mega>a:before,
.stick .mainmenu ul li.has-mega>a:after,
.stick .mean-container a.meanmenu-reveal span {
  background-color: #222;
}

/*************************
02.3 Hidden menu bar
*************************/

.hidden-menu-bar .mainmenu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  right: 0;
  visibility: visible;
  padding-right: 0;
  position: relative;
  z-index: 10;
  float: right;
}

/*************************
02.4 Onepage side menu
*************************/

.left-side-wrapper {
  background-color: #222;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 15%;
  z-index: 99;
}

.left-side-wrapper .logo {
  text-align: center;
}

.left-side-wrapper .mainmenu ul li {
  display: block;
}

.left-side-wrapper .mainmenu ul li a {}

.left-side-wrapper .mainmenu {
  margin-top: 50px;
  position: relative;
}

.left-side-wrapper .mainmenu ul li>a:after,
.left-side-wrapper .mainmenu ul li.active>a:after {
  bottom: -5px;
  left: 20px;
  right: auto;
}

.right-side-wrapper {
  margin-left: 15%;
  width: 85%;
}

.right-side-wrapper .container-fluid {
  padding: 0% 10%;
}

.right-side-wrapper .container-fluid .single-project-item {
  height: 370px;
}

.right-side-wrapper .container-fluid .single-project-item.large {
  height: 460px;
}

/*************************
02.5 Onepage Menu
*************************/

.mainmenu.one-page-menu ul li a {
  padding-right: 10px;
  padding-left: 10px;
}

.mainmenu.one-page-menu ul li:hover a:after,
.mainmenu.one-page-menu ul li.active a:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  width: 90%;
}

.mainmenu.one-page-menu ul li a:after {
  width: 0%;
  height: 1px;
  content: "";
  background-color: #fff;
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.stick .mainmenu.one-page-menu ul li a:after {
  background-color: #222;
}

.rp_mobail_menu_main_wrapper {
  float: none;
  width: 100%;
}

.kv_sub_menu {
  position: unset !important;
}

.kv_mega_menu {
  width: 100% !important;
  left: 0;
}

.kv_mega_menu_width {
  float: left;
  width: 100%;
  overflow: hidden;
}

.jn_menu_partion_div {
  float: left;
  width: 22%;
}

.jn_menu_partion_div:first-child {
  position: relative;
  padding-bottom: 5px;
}

.jn_menu_partion_div:first-child:after {
  content: "";
  width: 501px;
  min-height: 450px;
  background: #f9f9f9;
  position: absolute;
  left: -500px;
  top: 0;
}

.jn_menu_partion_div:nth-child(2) {
  width: 56%;
}

.jn_menu_partion_div li {
  float: left;
  width: 100%;
}

.jn_menu_partion_div ul {
  position: unset !important;
}

.mainmenu ul li:hover>ul .jn_menu_partion_div ul,
.mainmenu ul li:hover>.mega-menu .jn_menu_partion_div ul {
  opacity: 1 !important;
  visibility: visible !important;
}

.jn_menu_tabs_cont li a {
  font-weight: 500 !important;
  text-transform: uppercase !important;
  background: transparent !important;
  color: #797979 !important;
  padding-left: 30px !important;
}

.jn_menu_tabs_cont ul {
  background: transparent !important;
}

.jn_menu_tabs_cont li a:hover {
  background: transparent !important;
  color: #797979 !important;
  border-color: transparent !important;
}

.jn_menu_tabs_cont li:hover>a {
  color: #797979 !important;
}

.jn_menu_tabs_cont .nav-tabs .nav-item.show .nav-link,
.jn_menu_tabs_cont .nav-tabs .nav-link.active {
  background: #fff !important;
  border-color: transparent !important;
  position: relative;
  font-size: 14px;
}

.jn_menu_tabs_cont .nav-tabs .nav-link.active:after {
  content: "\f067";
  position: absolute;
  font-family: FontAwesome;
  left: 8px;
  top: 8px;
  font-size: 10px;
  color: #50353e;
}

.jn_menu_tabs_cont .nav-tabs .nav-link.active:before {
  content: "\f105";
  position: absolute;
  font-family: FontAwesome;
  right: 8px;
  top: 8px;
  font-size: 18px;
  color: #50353e;
}

.jn_menu_tabs_cont ul {
  width: 100% !important;
  border-bottom: 0;
}

.jen_tabs_conent_list ul {
  width: 100% !important;
}

.jen_tabs_conent_list {
  margin-top: 30px;
  padding-left: 20px;
}

.jen_tabs_conent_list li a {
  border: 0 !important;
}

.jen_tabs_conent_list li a:hover {
  color: #6a3f55;
}

.jen_tabs_conent_list2 {
  padding-left: 0;
  position: relative;
}

.jen_tabs_conent_list2:after {
  content: "";
  width: 1px;
  height: 180px;
  background: #eee;
  position: absolute;
  right: 45px;
  top: 25px;
}

.jn_menu_img_blog {
  text-align: center;
  margin-top: 20px;
}

.jn_menu_img_blog h5 {
  padding-top: 10px;
  line-height: 26px;
  font-size: 16px;
}

.navi_btn {
  float: left;
  width: 180px;
  height: 30px;
  background: #9c1111;
  color: #fff !important;
  text-align: center;
  line-height: 28px;
  padding: 0 !important;
  margin-left: 20px !important;
  margin-top: 15px !important;
}

.mainmenu ul li:hover .gc_main_navigation i,
.mainmenu ul li.active>.gc_main_navigation i {
  color: white !important;
}

.kv_navigation_wrapper {
  float: right;
  width: auto;
}

.jen_search_btn_wrapper {
  float: right;
  width: auto;
}

/*-- search Start --*/
.serach-header {
  float: right;

  z-index: 1;
}

.serach-header .searchd {
  background: transparent;
  line-height: 50px;
  height: 50px;
  border: 0;
}

.serach-header .searchd i {
  color: #29abff;
  font-size: 16px;
  border: 0 !important;
}

.searchd {
  background: transparent;
  float: left;
  height: 20px;
  border: 0;
  color: #797979;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .blue_serch {
  display: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.white_serch {
  display: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .white_serch {
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.searchd:hover {
  color: #e17000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.serach-header .searchbox {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 65, 101, 0.94);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 11000;
}

.serach-header .searchbox .close {
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  opacity: 1;
  padding-top: 1px;
  text-shadow: none;
  float: right;
}

.serach-header .searchbox.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.jen_search_box_wrapper input::-webkit-input-placeholder {
  color: #797979;
  font-size: 23px;
  font-weight: 600;
}

.jen_search_box_wrapper input:-moz-placeholder {
  /* Firefox 18- */
  color: #797979;
  font-size: 23px;
  font-weight: 600;
}

.jen_search_box_wrapper input::-moz-placeholder {
  /* Firefox 19+ */
  color: #797979;
  font-size: 23px;
  font-weight: 600;
}

.jen_search_box_wrapper input:-ms-input-placeholder {
  color: #797979;
  font-size: 23px;
  font-weight: 600;
}

.search_wrap {
  float: left;
  padding-top: 17px;
}

.jen_search_heading_wrapper h3 {
  color: #fff;
  text-transform: capitalize;
  float: left;
}

.jen_search_box_wrapper {
  margin-top: 20px;
}

.jen_search_box_wrapper input {
  width: calc(100% - 70px);
  height: 60px;
  float: left;
  color: #797979;
  font-size: 23px;
  font-weight: 600;
  padding-left: 20px;
  border: 0;
}

.jen_search_box_wrapper button {
  float: left;
  width: 70px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  font-size: 20px;
  color: #797979;
  border: 0;
  cursor: pointer;
}

.jen_search_box_filter_wrapper h5 {
  color: #e17000;
  background: #fff;
  padding: 11px 15px;
  float: left;
  opacity: 1;
  font-size: 16px;
  font-weight: 600;
}

.jen_search_box_filter_wrapper ul {
  float: right;
}

.jen_search_box_filter_wrapper li {
  float: left;
}

.jen_search_box_filter_wrapper li a {
  text-transform: uppercase;
  background: #fff;
  float: left;
  padding: 7px 10px;
  font-size: 12px;
  color: #797979;
  margin-top: 2px;
  margin-right: 2px;
}

.jen_search_box_filter_wrapper li:last-child a {
  margin-right: 0;
}

.jen_search_box_filter_wrapper li a input[type="checkbox"] {
  display: none;
}

.jen_search_box_filter_wrapper li a label {
  cursor: pointer;
  color: #797979;
  font-weight: 500 !important;
  margin: 0;
}

.jen_search_box_filter_wrapper li a input[type="checkbox"]+label:before {
  border: 1px solid #797979;
  content: "\00a0";
  display: inline-block;
  font: 18px/1em sans-serif;
  height: 13px;
  padding: 0;
  margin-right: 8px;
  margin-top: 6px;
  line-height: 10px;
  vertical-align: top;
  width: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.jen_search_box_filter_wrapper li a input[type="checkbox"]:checked+label:before {
  background: #fff;
  color: #797979;
  content: "\2713";
}

.jen_search_box_filter_wrapper li a input[type="checkbox"]:checked+label:after {
  font-weight: bold;
}

.jen_pagination_text_wrapper h5 {
  color: rgba(255, 255, 255, 0.8196078431372549);
  text-transform: lowercase;
  padding-top: 20px;
  font-size: 18px;
}

.jen_pagination_text_wrapper h5 span {
  text-transform: initial;
  float: right;
  padding-right: 10px;
}

.jen_filter_text_boxes_wrapper {
  margin-top: 40px;
}

.jen_filter_text_boxes_wrapper h5 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.52);
}

.jen_filter_text_boxes_wrapper h4 {
  color: #fff;
  text-transform: capitalize;
  font-size: 21px;
  padding-top: 5px;
}

.jen_filter_text_boxes_wrapper h3 {
  color: rgba(255, 255, 255, 0.64);
  text-transform: capitalize;
  font-size: 20px;
  padding-top: 5px;
  font-family: "GothamHTF-Book";
}

.jen_filter_text_boxes_wrapper a {
  text-transform: uppercase;
  background: #aa272c;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  margin-top: 10px;
  float: left;
}

.jen_filter_text_main_boxes_wrapper {
  height: 500px;
  overflow-y: scroll;
}

.jen_filter_pagination_wrapper {
  text-align: center;
}

.jen_filter_pagination_wrapper ul {
  display: inline-block;
  margin-top: 50px;
}

.jen_filter_pagination_wrapper li {
  float: left;
  margin-top: 10px;
}

.jen_filter_pagination_wrapper li a {
  width: 50px;
  height: 45px;
  float: left;
  text-align: center;
  line-height: 45px;
  color: #fff;
  background: #9a9999;
}

.jen_filter_pagination_wrapper li:last-child a {
  width: 80px;
}

.jen_filter_pagination_wrapper li a:hover {
  background: #b7b5b5;
}

.jen_filter_pagination_wrapper li a i {
  font-size: 11px;
}

.searchbox {
  text-align: center;
}

.jen_search_inner_box_warpper {
  width: 50%;
  display: inline-block;
  text-align: left;
  margin-top: 100px;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  color: #e17000;
  text-decoration: none;
  opacity: 0.75;
}

.jen_contact_btn_wrapper {
  float: right;
  width: auto;
  padding-top: 17px;
  padding-bottom: 18px;
  padding-left: 10px;
  position: relative;
  padding-right: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.jen_contact_btn_wrapper:hover {
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.jen_contact_btn_wrapper:after {
  content: "";
  border: 0.5px solid #fff;
  width: 0;
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  margin: 0px auto !important;
  bottom: 8px !important;
  opacity: 0 !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.jen_contact_btn_wrapper:hover:after {
  content: "";
  border: 0.5px solid #797979;
  width: 75px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: 8px !important;
  opacity: 1 !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.jen_contact_btn_wrapper ul {
  width: 220px;
  position: absolute;
  text-align: left;
  background-color: #fff;
  top: calc(100% + 30px);
  z-index: 9999999;
  left: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}

.jen_contact_btn_wrapper:hover ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 100%;
  border-top: 2px solid #fff;
  -o-box-shadow: 0px 0px 25px -10px;
  -ms-box-shadow: 0px 0px 25px -10px;
  -moz-box-shadow: 0px 0px 25px -10px;
  -webkit-box-shadow: 0px 0px 25px -10px;
  box-shadow: 0px 0px 25px -10px;
}

.jen_contact_btn_wrapper .jen_cont_drop_btn {
  float: left;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #797979;
  color: #797979;
  text-transform: uppercase;
  font-family: "Gotham-Medium";
  font-size: 12px;
  position: relative;
}

.jen_contact_btn_wrapper .jen_cont_drop_btn span {
  position: absolute;
  width: 15px;
  height: 15px;
  text-align: center;
  float: left;
  line-height: 15px;
  background: #fff;
  color: #797979;
  font-size: 8px;
  left: -7px;
  top: -7px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.jen_contact_btn_wrapper .jen_cont_drop_btn:hover {
  border: 1px solid #e17000;
  color: #e17000;
}

.jen_contact_btn_wrapper .jen_cont_drop_btn:hover span {
  color: #e17000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.jen_contact_btn_wrapper ul li a {
  color: #797979 !important;
  text-transform: uppercase;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  padding: 8px 10px 8px 20px;
  margin: 0;
  float: left;
  font-weight: 600;
}

.jen_contact_btn_wrapper ul li a:hover {
  color: #e17000 !important;
}

.jen_contact_btn_wrapper:hover .jen_cont_drop_btn {
  border: 1px solid #797979 !important;
  color: #797979 !important;
}

.jen_contact_btn_wrapper:hover a span {
  background: #fff !important;
  color: #797979 !important;
}

.jn_menu_img_blog a {
  font-size: 14px !important;
  color: #fff !important;
  display: inline-block !important;
  width: 160px;
  height: 50px;
  margin-top: 10px !important;
  margin-bottom: 30px !important;
  line-height: 35px !important;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: rgba(116, 66, 93, 1);
  background: -moz-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(116, 66, 93, 1)),
      color-stop(100%, rgba(62, 46, 46, 1)));
  background: -webkit-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -o-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -ms-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: linear-gradient(to right,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.jn_menu_img_blog a:hover {
  background-image: -webkit-linear-gradient(50deg,
      #9e396ffa 0%,
      #3f2e2f52 100%);
  background: rgba(116, 66, 93, 1);
  background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
  background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
  background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
  background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
  background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
  background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
}

.jn_menu_img_blog img {
  width: 230px;
}

.jen_select_btn_wrapper {
  float: right;
  width: auto;
  margin-top: 17px;
  position: relative;
  margin-left: 10px;
}

.jen_select_btn_wrapper:after {
  content: "";
  border: 1px solid #fff;
  width: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.jen_select_btn_wrapper .nice-select .option.selected,
.jen_select_btn_wrapper .nice-select .option {
  font-family: "Gotham-Medium";
  color: #797979;
}

.jen_select_btn_wrapper .nice-select {
  padding-left: 7px;
  font-family: "Gotham-Medium";
  border-radius: 0;
  height: 29px;
  width: 45px;
  line-height: 28px;
  border: 1px solid #797979;
  color: #797979;
  font-size: 11.5px;
  margin-right: 10px;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.jen_select_btn_wrapper .nice-select:after {
  right: 9px;
}

.jen_select_btn_wrapper p {
  position: relative;
}

.jen_select_btn_wrapper p:after {
  content: "";
  background: #797979;
  height: 1px;
  width: 20px;
  position: absolute;
  left: 7px;
  bottom: -33px;
  -moz-transform: rotate(141deg);
  -webkit-transform: rotate(141deg);
  -o-transform: rotate(141deg);
  -ms-transform: rotate(141deg);
  transform: rotate(142deg);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.jen_select_btn_wrapper p:before {
  content: "";
  border: 0.7px solid #797979;
  height: 10px;
  position: absolute;
  left: 9px;
  bottom: -38px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.jn_menu_partion_div_first {
  width: 25%;
  background: #fff !important;
}

.jn_menu_partion_div_first:after {
  display: none !important;
}

.jn_menu_partion_div_second {
  width: 45% !important;
}

.jn_menu_partion_div_third {
  width: 30%;
}

.kv_mega_menu_width_first {
  padding-bottom: 20px;
}

.jn_menu_img_blog_first {
  text-align: center;
  padding-left: 15px;
}

.jn_menu_img_blog_first img {
  float: left;
  padding-right: 15px;
}

.jn_menu_img_blog_first h5 {
  float: left;
  padding-top: 20px;
}

.jn_menu_img_blog_first a {
  float: left;
}

.jen_tabs_conent_list2_first:after {
  right: 24px !important;
}

.jen_tabs_conent_list_first {
  padding-left: 0;
}

.jen_tabs_conent_list_first li a {
  position: relative !important;
}

.jen_tabs_conent_list_first li a:after {
  content: "\f067" !important;
  position: absolute !important;
  font-family: FontAwesome !important;
  left: 0px !important;
  top: 8px !important;
  font-size: 10px !important;
  color: #6a3f55 !important;
  opacity: 0 !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.jen_tabs_conent_list_first li a:hover:after {
  opacity: 1 !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.parent a:hover {
  color: #6a3f55;
}

.menu_fixed {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  padding-top: 0;
  background: #fff;
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.05);
}

/*--- responsive menu css Start -------*/

/* -------------------------------- 

Main Components 

-------------------------------- */
header {
  height: 65px;
}

.mobail_menu {
  float: right;
}

.cd-dropdown-wrapper {
  display: inline-block;
  position: relative;
  height: 40px;
  margin: 0 0 0 0%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  margin-top: 20px;
}

.house_toggle i {
  font-size: 17px;
  color: wheat;
}

.cd-dropdown-trigger {
  display: block;
  position: relative;
  padding: 0 36px 0 20px;
  line-height: 40px;
  background-color: #111433;
  color: #ffffff;
  border-radius: 3px;
}

.no-touch .cd-dropdown-trigger:hover {
  background-color: #171b46;
}

.cd-dropdown-trigger::before,
.cd-dropdown-trigger::after {
  /* this is the arrow inside the dropdown trigger*/
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 9px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  -moz-transition: width 0.3s, -moz-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
}

.cd-dropdown-trigger::before {
  right: 22px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-dropdown-trigger::after {
  right: 17px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) {
  .cd-dropdown-trigger {
    font-size: 1.5rem;
  }

  .cd-dropdown-trigger.dropdown-is-active {
    background-color: #3f8654;
  }

  .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
    background-color: #47975f;
  }

  .cd-dropdown-trigger.dropdown-is-active::before,
  .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    width: 14px;
  }

  .cd-dropdown-trigger.dropdown-is-active::before {
    /* transform the arrow into a 'X' */
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }

  .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  height: 50px;
  line-height: 50px;
}

@media only screen and (min-width: 768px) {

  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 1024px) {

  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
  padding: 0 20px;
  padding-right: 50px;
}

.cd-dropdown {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background-color: #ffffff;
  color: #000000;
  visibility: hidden;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
}

.cd-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  position: relative;
  line-height: 39px;
  background: #fff;
}

.cd-dropdown h2 a {
  color: #04aafc;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.cd-dropdown h2 span {
  color: #23c0e9;
}

.cd-dropdown .cd-close {
  /* 'X' close icon - mobile version only */
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}

.cd-dropdown .cd-close::after,
.cd-dropdown .cd-close::before {
  /* this is the 'X' icon */
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 13px;
  width: 1px;
  background-color: #000000;
}

.cd-dropdown .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.cd-dropdown .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.cd-dropdown.dropdown-is-active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s;
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.05);
  background: #fff;
}

@media only screen and (min-width: 768px) {
  .cd-dropdown .cd-close {
    top: 5px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-dropdown {
    position: absolute;
    top: calc(100% - 2px);
    /* reset style*/
    height: auto;
    width: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background-color: #ffffff;
    color: #111433;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s,
      -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  }

  .open-to-left .cd-dropdown {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    right: 0;
    left: auto;
  }

  .cd-dropdown h2,
  .cd-dropdown .cd-close {
    /* on desktop - hide title and 'X' */
    display: none;
  }

  .cd-dropdown.dropdown-is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s,
      -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
  }
}

.cd-dropdown-content,
.cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  padding-top: 50px;
  overflow: auto;
  overflow-x: hidden;
}

.cd-dropdown-content a,
.cd-dropdown-content ul a {
  display: block;
  color: #797979;
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cd-dropdown-content li:first-of-type>a,
.cd-dropdown-content ul li:first-of-type>a {
  border-top-width: 0;
}

.cd-dropdown-content li:last-of-type>a,
.cd-dropdown-content ul li:last-of-type>a {
  border-bottom-width: 1px;
}

.cd-dropdown-content .cd-divider,
.cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0e23;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}

.cd-dropdown-content .cd-divider+li>a,
.cd-dropdown-content ul .cd-divider+li>a {
  border-top-width: 0;
}

.cd-dropdown-content a,
.cd-dropdown-content .cd-search,
.cd-dropdown-content .cd-divider,
.cd-dropdown-content ul a,
.cd-dropdown-content ul .cd-search,
.cd-dropdown-content ul .cd-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.cd-dropdown-content.is-hidden,
.cd-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.cd-dropdown-content.is-hidden>li>a,
.cd-dropdown-content.is-hidden>li>.cd-search,
.cd-dropdown-content.is-hidden>.cd-divider,
.cd-dropdown-content.move-out>li>a,
.cd-dropdown-content.move-out>li>.cd-search,
.cd-dropdown-content.move-out>.cd-divider,
.cd-dropdown-content ul.is-hidden>li>a,
.cd-dropdown-content ul.is-hidden>li>.cd-search,
.cd-dropdown-content ul.is-hidden>.cd-divider,
.cd-dropdown-content ul.move-out>li>a,
.cd-dropdown-content ul.move-out>li>.cd-search,
.cd-dropdown-content ul.move-out>.cd-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}

.cd-dropdown-content.move-out>li>a,
.cd-dropdown-content.move-out>li>.cd-search,
.cd-dropdown-content.move-out>.cd-divider,
.cd-dropdown-content ul.move-out>li>a,
.cd-dropdown-content ul.move-out>li>.cd-search,
.cd-dropdown-content ul.move-out>.cd-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.dropdown-is-active .cd-dropdown-content,
.dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
  margin-top: 25px;
}

@media only screen and (min-width: 768px) {

  .cd-dropdown-content,
  .cd-dropdown-content ul {
    padding-top: 60px;
  }

  /* .cd-dropdown-content a,
  .cd-dropdown-content ul a {
  } */
}

@media only screen and (min-width: 1024px) {

  .cd-dropdown-content,
  .cd-dropdown-content ul {
    padding-top: 0;
    overflow: visible;
  }

  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    color: #111433;
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
    border-color: #ebebeb;
  }

  .cd-dropdown-content .cd-divider,
  .cd-dropdown-content ul .cd-divider {
    background-color: transparent;
    color: #b3b3b3;
    border-top: 1px solid #ebebeb;
  }

  .cd-dropdown-content .cd-divider+li>a,
  .cd-dropdown-content ul .cd-divider+li>a {
    border-top-width: 1px;
  }

  .cd-dropdown-content.is-hidden>li>a,
  .cd-dropdown-content.is-hidden>li>.cd-search,
  .cd-dropdown-content.is-hidden>.cd-divider,
  .cd-dropdown-content.move-out>li>a,
  .cd-dropdown-content.move-out>li>.cd-search,
  .cd-dropdown-content.move-out>.cd-divider,
  .cd-dropdown-content ul.is-hidden>li>a,
  .cd-dropdown-content ul.is-hidden>li>.cd-search,
  .cd-dropdown-content ul.is-hidden>.cd-divider,
  .cd-dropdown-content ul.move-out>li>a,
  .cd-dropdown-content ul.move-out>li>.cd-search,
  .cd-dropdown-content ul.move-out>.cd-divider {
    /* reset mobile style */
    opacity: 1;
  }
}

.cd-dropdown-content .see-all a {
  /* different style for the See all links */
  color: #3f8654;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item,
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3,
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
  padding-left: 90px;
}

.cd-dropdown-content .cd-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  padding-left: 75px;
  position: relative;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
  color: #111433;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
  /* item icon */
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
  background-image: url("../img/nucleo-icon-1.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
  background-image: url("../img/nucleo-icon-2.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
  background-image: url("../img/nucleo-icon-3.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
  background-image: url("../img/nucleo-icon-4.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
  background-image: url("../img/nucleo-icon-5.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
  background-image: url("../img/nucleo-icon-6.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
  background-image: url("../img/nucleo-icon-7.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
  background-image: url("../img/nucleo-icon-8.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
  background-image: url("../img/nucleo-icon-9.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
  background-image: url("../img/nucleo-icon-10.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
  background-image: url("../img/nucleo-icon-11.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
  background-image: url("../img/nucleo-icon-12.svg");
}

@media only screen and (min-width: 1024px) {
  .cd-dropdown-content {
    /* reset mobile style */
    position: static;
    height: auto;
    width: 280px;
  }

  .cd-dropdown-content>li:last-of-type a {
    border-bottom: none;
  }

  .no-touch .cd-dropdown-content>li:not(.has-children) a:hover {
    color: #000000;
  }

  .cd-dropdown-content.move-out>li>a,
  .cd-dropdown-content.move-out>li>.cd-search,
  .cd-dropdown-content.move-out>.cd-divider {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .cd-dropdown-content .cd-secondary-dropdown,
  .cd-dropdown-content .cd-dropdown-gallery,
  .cd-dropdown-content .cd-dropdown-icons {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    left: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  }

  .cd-dropdown-content .cd-secondary-dropdown::after,
  .cd-dropdown-content .cd-dropdown-gallery::after,
  .cd-dropdown-content .cd-dropdown-icons::after {
    clear: both;
    content: "";
    display: table;
  }

  .open-to-left .cd-dropdown-content .cd-secondary-dropdown,
  .open-to-left .cd-dropdown-content .cd-dropdown-gallery,
  .open-to-left .cd-dropdown-content .cd-dropdown-icons {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    left: auto;
    right: 100%;
  }

  .cd-dropdown-content .cd-secondary-dropdown.is-hidden,
  .cd-dropdown-content .cd-dropdown-gallery.is-hidden,
  .cd-dropdown-content .cd-dropdown-icons.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .cd-dropdown-content .cd-secondary-dropdown.fade-in,
  .cd-dropdown-content .cd-dropdown-gallery.fade-in,
  .cd-dropdown-content .cd-dropdown-icons.fade-in {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-in 0.2s;
    -moz-animation: cd-fade-in 0.2s;
    animation: cd-fade-in 0.2s;
  }

  .cd-dropdown-content .cd-secondary-dropdown.fade-out,
  .cd-dropdown-content .cd-dropdown-gallery.fade-out,
  .cd-dropdown-content .cd-dropdown-icons.fade-out {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-out 0.2s;
    -moz-animation: cd-fade-out 0.2s;
    animation: cd-fade-out 0.2s;
  }

  .cd-dropdown-content .cd-secondary-dropdown>.go-back,
  .cd-dropdown-content .cd-dropdown-gallery>.go-back,
  .cd-dropdown-content .cd-dropdown-icons>.go-back {
    display: none;
  }

  .cd-dropdown-content .cd-secondary-dropdown>.see-all,
  .cd-dropdown-content .cd-dropdown-gallery>.see-all,
  .cd-dropdown-content .cd-dropdown-icons>.see-all {
    position: absolute;
    bottom: 20px;
    height: 45px;
    text-align: center;
  }

  .cd-dropdown-content .cd-secondary-dropdown>.see-all a,
  .cd-dropdown-content .cd-dropdown-gallery>.see-all a,
  .cd-dropdown-content .cd-dropdown-icons>.see-all a {
    margin: 0;
    height: 100%;
    line-height: 45px;
    background: #ebebeb;
    pointer-events: auto;
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }

  .no-touch .cd-dropdown-content .cd-secondary-dropdown>.see-all a:hover,
  .no-touch .cd-dropdown-content .cd-dropdown-gallery>.see-all a:hover,
  .no-touch .cd-dropdown-content .cd-dropdown-icons>.see-all a:hover {
    color: #ffffff;
    background-color: #111433;
  }

  .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item,
  .cd-dropdown-content .cd-secondary-dropdown a,
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item,
  .cd-dropdown-content .cd-dropdown-gallery a,
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item,
  .cd-dropdown-content .cd-dropdown-icons a {
    border: none;
  }

  .cd-dropdown-content .cd-dropdown-gallery,
  .cd-dropdown-content .cd-dropdown-icons {
    padding: 20px 30px 100px;
  }

  .cd-dropdown-content .cd-dropdown-gallery>.see-all,
  .cd-dropdown-content .cd-dropdown-icons>.see-all {
    width: calc(100% - 60px);
  }

  .cd-dropdown-content .cd-dropdown-icons>li,
  .cd-dropdown-content .cd-secondary-dropdown>li {
    width: 50%;
    float: left;
  }

  .cd-dropdown-content .cd-secondary-dropdown {
    overflow: hidden;
    width: 550px;
    padding-bottom: 65px;
  }

  .cd-dropdown-content .cd-secondary-dropdown::before {
    /* this is the separation line in the middle of the .cd-secondary-dropdown element */
    position: absolute;
    content: "";
    top: 290px;
    left: 15px;
    height: 1px;
    width: 520px;
    background-color: #ebebeb;
  }

  .cd-dropdown-content .cd-secondary-dropdown>li>a {
    color: #3f8654;
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 30px;
    height: 30px;
    pointer-events: none;
  }

  .cd-dropdown-content .cd-secondary-dropdown>li>a::after,
  .cd-dropdown-content .cd-secondary-dropdown>li>a::before {
    /* hide the arrow */
    display: none;
  }

  .cd-dropdown-content .cd-secondary-dropdown.move-out>li>a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .cd-dropdown-content .cd-secondary-dropdown>li {
    margin: 20px 0;
    border-right-width: 1px;
    border-color: #ebebeb;
    border-style: solid;
    padding: 0 30px;
    height: 250px;
  }

  .cd-dropdown-content .cd-secondary-dropdown>li:nth-of-type(2n) {
    border-right-width: 0;
  }

  .cd-dropdown-content .cd-secondary-dropdown>li>ul {
    /* reset mobile style */
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    position: relative;
    height: auto;
  }

  .cd-dropdown-content .cd-secondary-dropdown>li>ul>.go-back {
    display: none;
  }

  .cd-dropdown-content .cd-secondary-dropdown a {
    line-height: 25px;
    height: 25px;
    font-size: 1.3rem;
    padding-left: 0;
  }

  .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
    color: #3f8654;
  }

  .cd-dropdown-content .cd-secondary-dropdown ul {
    padding-bottom: 25px;
    overflow: hidden;
    height: auto;
  }

  .cd-dropdown-content .cd-secondary-dropdown .go-back a {
    padding-left: 20px;
    color: transparent;
  }

  .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
    color: transparent;
  }

  .cd-dropdown-content .cd-secondary-dropdown .go-back a::before,
  .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
    left: 0;
  }

  .cd-dropdown-content .cd-secondary-dropdown .see-all {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .cd-dropdown-content .cd-dropdown-gallery {
    width: 600px;
    padding-bottom: 100px;
  }

  .cd-dropdown-content .cd-dropdown-gallery>li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }

  .cd-dropdown-content .cd-dropdown-gallery>li:nth-of-type(2n) {
    margin-right: 0;
  }

  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding: 0;
    height: auto;
    line-height: normal;
    color: #3f8654;
    margin-bottom: 2em;
  }

  .cd-dropdown-content .cd-dropdown-gallery>li:nth-last-of-type(2) a,
  .cd-dropdown-content .cd-dropdown-gallery>li:last-of-type a {
    margin-bottom: 0;
  }

  .cd-dropdown-content .cd-dropdown-gallery img {
    position: static;
    height: auto;
    width: 100%;
    margin: 0 0 0.6em;
  }

  .cd-dropdown-content .cd-dropdown-icons {
    width: 600px;
  }

  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
  }

  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
    background: #ebebeb;
  }

  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    color: #3f8654;
    font-weight: bold;
  }

  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    display: block;
    font-size: 1.2rem;
  }

  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    left: 25px;
  }

  .cd-dropdown-content>.has-children>ul {
    visibility: hidden;
  }

  .cd-dropdown-content>.has-children>ul.is-active {
    /* when hover over .cd-dropdown-content items - show subnavigation */
    visibility: visible;
  }

  .cd-dropdown-content>.has-children>.cd-secondary-dropdown.is-active>li>ul {
    /* if .cd-secondary-dropdown is visible - show also subnavigation */
    visibility: visible;
  }

  .cd-dropdown-content>.has-children>a.is-active {
    /* hover effect for .cd-dropdown-content items with subnavigation */
    box-shadow: inset 2px 0 0 #3f8654;
    color: #3f8654;
  }

  .cd-dropdown-content>.has-children>a.is-active::before,
  .cd-dropdown-content>.has-children>a.is-active::after {
    background: #3f8654;
  }

  .open-to-left .cd-dropdown-content>.has-children>a.is-active {
    box-shadow: inset -2px 0 0 #3f8654;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: visible;
  }
}

@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: visible;
  }
}

@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: visible;
  }
}

.cd-search input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #fff;
  color: #797979;
  border: none;
  border-radius: 0;
  border: 1px solid #eee;
  border-left: 0;
  border-right: 0;
}

.cd-search input[type="search"]::-webkit-input-placeholder {
  color: #797979;
}

.cd-search input[type="search"]::-moz-placeholder {
  color: #797979;
}

.cd-search input[type="search"]:-moz-placeholder {
  color: #797979;
}

.cd-search input[type="search"]:-ms-input-placeholder {
  color: #797979;
}

.cd-search input[type="search"]:focus {
  background: #ffffff;
  color: #111433;
  outline: none;
}

.cd-search input[type="search"]:focus::-webkit-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus::-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus:-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus:-ms-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}

@media only screen and (min-width: 1024px) {
  .cd-search input[type="search"] {
    background-color: #ebebeb;
  }

  .cd-search input[type="search"]::-webkit-input-placeholder {
    color: #b3b3b3;
  }

  .cd-search input[type="search"]::-moz-placeholder {
    color: #b3b3b3;
  }

  .cd-search input[type="search"]:-moz-placeholder {
    color: #b3b3b3;
  }

  .cd-search input[type="search"]:-ms-input-placeholder {
    color: #b3b3b3;
  }
}

.has-children>a,
.go-back a {
  position: relative;
}

.has-children>a::before,
.has-children>a::after,
.go-back a::before,
.go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 1px;
  width: 9px;
  background: #797979;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.has-children>a::before,
.go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.has-children>a::after,
.go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) {

  .has-children>a::before,
  .has-children>a::after,
  .go-back a::before,
  .go-back a::after {
    background: #b3b3b3;
  }
}

.has-children>a {
  padding-right: 40px;
  font-size: 14px;
  font-weight: 900;
}

.has-children>a::before,
.has-children>a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

@media only screen and (min-width: 1024px) {
  .open-to-left .cd-dropdown-content>.has-children>a {
    padding-left: 40px;
    padding-right: 20px;
  }

  .open-to-left .cd-dropdown-content>.has-children>a::before,
  .open-to-left .cd-dropdown-content>.has-children>a::after {
    right: auto;
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }
}

.cd-dropdown-content .go-back a {
  padding-left: 40px;
}

.cd-dropdown-content .go-back a::before,
.cd-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.cd-main-content {
  background-color: #e6e6e6;
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
  display: none;
}

/* .cd-dropdown-content li a {
} */
.cd-dropdown-content li a:hover {
  background: #04aafc;
  color: #ffffff;
}

.has-children:hover>a::before,
.has-children:hover>a::after,
.go-back:hover a::before,
.go-back:hover a::after {
  background: #ffffff;
}

.kv_navi_main_wrapper:hover .hover_color {
  color: #fff;
}

.kv_navi_main_wrapper:hover .jen_select_btn_wrapper .nice-select {
  border: 1px solid #fff;
  background: #797979;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .jen_select_btn_wrapper:after {
  border: 1px solid #797979;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .jen_select_btn_wrapper p:after {
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .jen_select_btn_wrapper p:before {
  border: 0.7px solid #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .jen_contact_btn_wrapper a {
  border: 1px solid #fff;
  color: #fff;
}

.kv_navi_main_wrapper:hover .jen_contact_btn_wrapper a span {
  background: #797979;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .searchd {
  color: #fff;
}

.kv_logo_wrapper {
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.kv_logo_wrapper2 {
  display: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .kv_logo_wrapper2 {
  display: block !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .kv_logo_wrapper {
  display: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.house_toggle svg {
  fill: #797979;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .house_toggle svg {
  fill: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.jen_tabs_conent_list_first_services li a {
  position: relative;
  text-transform: capitalize !important;
  padding-top: 0 !important;
  padding-bottom: 0px !important;
}

.jen_tabs_conent_list_first_services li:first-child a {
  font-size: 14px !important;
  font-weight: 800;
  padding-bottom: 15px !important;
  text-transform: uppercase !important;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}

.jen_tabs_conent_list_first_services li a:after {
  top: 0 !important;
}

.jen_tabs_conent_list_first_services li:first-child a:before {
  content: "";
  border: 0.5px solid rgba(0, 0, 0, 0.07);
  position: absolute;
  left: 19px;
  width: 233px;
  bottom: 8px;
}

.edu_navihation_header_wrapper {
  position: relative;
}

.edu_seach_wrapper {
  float: right;
  width: auto;
  /* padding-top: 34px; */
}

.gc_search_box {
  position: absolute;
  right: 0px;
  top: 100%;
  padding: 0px;
  width: 100%;
  display: inline-block;
  border-radius: 0px;
  background-color: #ffffff;
  display: none;
  z-index: 1000;
}

.gc_search_box input {
  float: left;
  width: calc(100% - 60px);
  padding: 0px 10px;
  height: 120px;
  border: 1px solid #e1e1e1;
  border-right: 0px;
  font-size: 30px;
  color: #000000;
}

.gc_search_box button {
  width: 60px;
  height: 120px;
  color: #000000;
  border: 1px solid #e1e1e1;
  border-left: none;
  background-color: #ffffff;
  text-align: center;
  padding: 0px;
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#search_button svg {
  width: 16px;
  height: 16px;
  line-height: 0;
  fill: #797979;
}

.edu_profile_wrapper {
  width: auto;
  float: right;
  padding-top: 5px;
}

.edu_profile_wrapper .nice-select {
  height: 50px;
  border: 0;
  border-radius: 0;
  padding-right: 15px;
  background: transparent;
  line-height: 50px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.edu_profile_wrapper li a {
  float: left;
  width: 100%;
  padding-left: 15px !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.edu_profile_wrapper li a:hover {
  background-image: -moz-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -webkit-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -ms-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.edu_profile_wrapper .nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.edu_profile_wrapper .current {
  color: #7b96c4;
  font-weight: 600;
  font-size: 14px;
}

.edu_profile_wrapper .nice-select:after {
  margin-top: -1px;
  right: 5px;
}

.edu_profile_wrapper .current img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.edu_profile_wrapper .list {
  width: 210px;
  left: auto;
  right: 0;
}

.edu_profile_wrapper i:before {
  margin-left: 0;
  margin-right: 5px;
}

.edu_message_dropbox_wrapper ul li:first-child {
  background: #f9f9f9;
  padding-left: 15px;
}

.edu_message_dropbox_wrapper .nice-select .list:hover .option:first-child:not(:hover) {
  background: #f9f9f9 !important;
}

.edu_message_dropbox_wrapper .nice-select .option {
  float: left;
  width: 100%;
}

.edu_message_dropbox_wrapper .nice-select .option:last-child {
  text-align: center;
  padding-top: 10px;
  color: #666666;
  font-weight: 600;
}

.edu_message_dropbox_wrapper .nice-select {
  height: 50px;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 50px;
  padding-right: 5px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #797979;
}

.edu_message_dropbox_wrapper .nice-select .option:hover,
.edu_message_dropbox_wrapper .nice-select .option.focus,
.edu_message_dropbox_wrapper .nice-select .option.selected.focus {
  background: transparent;
}

.edu_message_dropbox_wrapper .nice-select .list {
  left: auto;
  right: -10px;
  width: 300px;
  padding-bottom: 5px;
}

.edu_message_dropbox_wrapper {
  float: right;
  width: auto;
  padding-top: 9px;
}

.edu_message_dropbox_wrapper .nice-select:after {
  display: none;
}

#search_button {
  cursor: pointer;
}

.crm_mess_main_box_wrapper {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.crm_mess_img_wrapper {
  float: left;
  width: 50px;
}

.crm_mess_img_wrapper img {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.crm_mess_img_cont_wrapper {
  float: left;
  width: calc(100% - 50px);
  padding-left: 10px;
  padding-top: 9px;
}

.crm_mess_img_cont_wrapper h4 {
  font-size: 14px;
  color: #666666;
  font-weight: 600;
}

.crm_mess_img_cont_wrapper h4 span {
  font-size: 12px;
  color: #666666;
  float: right;
  font-weight: 500;
}

.crm_mess_img_cont_wrapper p {
  font-size: 12px;
  line-height: 0;
  padding-top: 10px;
  color: #756666;
}

.crm_mess_all_main_box_wrapper {
  float: left;
  width: 100%;
}

.crm_mess_all_main_box_wrapper p a {
  text-align: center;
  color: #666666;
  font-weight: 600;
  width: 100%;
  float: left;
}

.budge_noti {
  float: left;
  width: 18px;
  height: 18px;
  line-height: 15px;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  background: #ff4081;
  color: #fff !important;
  padding: 0 !important;
  font-style: normal;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 29px;
  top: 3px;
}

.budge_noti_wrapper {
  position: relative;
}

.nice-select.open .list {
  z-index: 100;
}

/*------- edu logo header wrapper End ------*/
/*-- revolution slider open --*/
/*-- hs Slider Start --*/
.slider-area {
  float: left;
  width: 100%;
  position: relative;
}

.slider-area svg {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  fill: #fbfbfb;
}

.slider-area .carousel-inner .carousel-item .caption-1 {
  width: 100%;
  height: 100%;
  background: url(../assets/img/collegeImg/collegearch.png) 50% 0 repeat-y;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 850px;
}

.slider-area .carousel-inner .carousel-item .caption-2 {
  width: 100%;
  height: 100%;
  background: url(../assets/img/collegeImg/front.jpg) 50% 0 repeat-y;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 850px;
}

.slider-area .carousel-inner .carousel-item .caption-3 {
  width: 100%;
  height: 100%;
  background: url(../assets/img/collegeImg/corridor.jpg);
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 850px;
}

.slider-area .carousel-inner .carousel-item .caption-4 {
  width: 100%;
  height: 100%;
  background: url(../assets/img/collegeImg/auditorium.jpg);
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 850px;
}

.slider-area .carousel-inner .carousel-item .caption-5 {
  width: 100%;
  height: 100%;
  background: url(../assets/img/collegeImg/Maths_Dept.jpg);
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 850px;
}

.slider-area .carousel-inner .carousel-item .carousel-captions:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.58);
}

.slider-area .carousel-inner .carousel-item .carousel-captions .content {
  display: block;
  position: relative;
  z-index: 999;
  overflow: hidden;
  vertical-align: middle;
  padding-top: 250px;
  padding-bottom: 250px;
}

.slider-area .carousel-inner .carousel-item .carousel-captions .content_tabs {
  display: block;
  position: relative;
  z-index: 999;
  overflow: hidden;
  vertical-align: middle;
  padding-top: 140px;
}

.slider-area .carousel-inner .carousel-item .carousel-captions .content h1 {
  animation-delay: 0.5s;
  margin: 0 0 10px;
}

.slider-area .carousel-inner .carousel-item .carousel-captions .content h2 {
  color: #fff;
  /* font-size: 60px; */

  font-size: 40px;
  font-weight: 0;
  margin: 0 0 20px;
  animation-delay: 1.5s;
}

.slider-area .carousel-inner .carousel-item .carousel-captions .content h2 span {
  /* font-weight: bold; */
  line-height: 1.5;
  font-size: 48px;
  font-weight: 900;
  font-style: italic;
  font-family: Arvo;
  filter: drop-shadow(4px 0px 0px #000000);
}

.slider-area .carousel-inner .carousel-item .carousel-captions .content p {
  font-size: 35px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.62);
  margin: 0 0 30px;
  animation-delay: 2.5s;
}

.slider-area .carousel-inner .carousel-item .carousel-captions .content li {
  animation-delay: 3.2s;
}

.color5 i {
  padding-left: 15px;
}

.slider-area .carousel-inner .carousel-indicators {
  display: none;
}

.slider-area .carousel-inner .carousel-indicators li {
  text-indent: 0;
  position: relative;
  width: 10px;
  height: 25px;
  background-color: transparent;
  display: block;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: left;
  background: rgba(255, 255, 255, 0.42);
  margin-top: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.slider-area .carousel-inner .carousel-indicators li span.number {
  display: inline-block;
}

.slider-area .carousel-inner .carousel-indicators li span.con {
  display: inline-block;
  position: relative;
  padding-left: 42px;
}

.slider-area .carousel-inner .carousel-indicators li span.con:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  background: #cf9c67;
  width: 26px;
}

.slider-area .carousel-inner .carousel-indicators li.active {
  background: #ff7e00;
  width: 10px;
  height: 25px;
}

.slider-area .carousel-inner .carousel-indicators li:first-child {
  margin-top: 0;
}

.carousel-nevigation {
  position: absolute;
  top: 50%;
  float: left;
  width: 100%;
}

.carousel-nevigation>.prev {
  left: -138px;
  position: absolute;
  width: 90px;
  height: 90px;
  /* background: rgba(255, 255, 255, 0.5); */
  padding-top: 26px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.carousel-nevigation>.next {
  right: -138px;
  position: absolute;
  width: 90px;
  height: 90px;
  /* background: rgba(255, 255, 255, 0.5); */
  padding-top: 26px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.slider-area:hover .carousel-nevigation>.prev {
  left: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.slider-area:hover .carousel-nevigation>.next {
  right: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.carousel-nevigation>.next:hover,
.carousel-nevigation>.prev:hover {
  /* background: #6a3f55; */
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.carousel-nevigation>.prev i {
  float: left;
  width: 35px;
  text-align: right;
  color: #ffffff;
  /* font-size: 16px; */
  font-size: 35px;
  padding-right: 0px;
}

.carousel-nevigation>.prev span {
  width: calc(100% - 35px);
  float: left;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 17px;
}

.carousel-nevigation>.next i {
  float: left;
  width: 35px;
  text-align: left;
  color: #ffffff;
  /* font-size: 16px; */
  font-size: 35px;
  padding-left: 30px;
}

.carousel-nevigation>.next span {
  width: calc(100% - 35px);
  float: left;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 17px;
  text-align: right;
}

.edu_slider_btn a {
  color: #fff;
  float: left;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: rgba(116, 66, 93, 1);
  background: -moz-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(116, 66, 93, 1)),
      color-stop(100%, rgba(62, 46, 46, 1)));
  background: -webkit-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -o-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -ms-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: linear-gradient(to right,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.edu_slider_btn a:hover {
  background-image: -webkit-linear-gradient(50deg,
      #9e396ffa 0%,
      #3f2e2f52 100%);
  background: rgba(116, 66, 93, 1);
  background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
  background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
  background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
  background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
  background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
  background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
}

.hs_slider_right_tabs_wrapper {
  float: left;
  width: 100%;
  animation-delay: 3.5s;
}

.hs_slider_tab_one {
  animation-delay: 3.7s;
}

.hs_slider_tab_tow {
  animation-delay: 3.9s;
}

.hs_slider_tab_three {
  animation-delay: 4.1s;
}

.hs_slider_tab_four {
  animation-delay: 4.3s;
}

.hs_slider_tab_fifth {
  animation-delay: 4.6s;
}

.hs_slider_tab_six {
  animation-delay: 4.9s;
}

.hs_slider_right_tabs_wrapper2 {
  margin-top: 20px;
}

.hs_slider_tabs_icon_wrapper {
  float: left;
  width: 80px;
  height: 80px;
  border: 8px solid rgba(255, 255, 255, 0.23137254901960785);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.hs_slider_tabs_icon_wrapper i {
  width: 65px;
  height: 65px;
  float: left;
  text-align: center;
  line-height: 65px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.color1 i {
  background: #ff00d7;
}

.color2 i {
  background: #04aafc;
}

.color3 i {
  background: #ffdd08;
}

.color4 i {
  background: #10c530;
}

.color5 i {
  background: #0d18b5;
}

.color6 i {
  background: #bb062dca;
}

.hs_slider_tabs_icon_wrapper i:before {
  margin-left: 0;
  color: #ffffff;
  font-size: 40px;
}

.hs_slider_tabs_icon_cont_wrapper {
  float: left;
  width: calc(100% - 80px);
  padding-top: 15px;
  padding-left: 15px;
}

.slider-area .carousel-inner .carousel-item .carousel-captions .content_tabs .hs_slider_tabs_icon_cont_wrapper li .hs_tabs_btn {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.21);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.hs_slider_right_tabs_wrapper:hover .hs_slider_tabs_icon_wrapper i {
  background: #965e7a;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.hs_slider_right_tabs_wrapper:hover .hs_slider_tabs_icon_cont_wrapper li .hs_tabs_btn {
  background: #066564 !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

/*-- hs Slider End --*/
/*-- revolution slider end --*/
.index3_form_wrapper {
  padding: 100px 0;
  position: relative;
  background: #fbfbfb;
}

.index3_form_box {
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  float: left;
  width: 100%;
  margin-top: 50px;
  background: #fff;
}

.select_box3 {
  float: left;
  width: 22%;
  margin-left: 0;
}

.select_box3 .nice-select {
  border: 0;
  border-right: 1px solid #e2e2e2;
  background: transparent;
  font-style: normal;
  width: 100%;
}

.select_box3 .nice-select .current {
  left: 30px;
  font-size: 16px;
  text-transform: capitalize;
}

.select_box3 .nice-select.open .list {
  width: 100%;
}

.contct_form_new3 {
  float: left;
  width: 25%;
}

.contct_form_new3 input {
  font-style: normal;
  border: 0;
  margin-bottom: 0;
  margin-top: 5px;
  width: 100%;
  height: 45px;
  padding-left: 20px;
}

.index3_form_search {
  float: left;
  width: 9%;
  border-radius: 100px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: rgba(116, 66, 93, 1);
  background: -moz-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(116, 66, 93, 1)),
      color-stop(100%, rgba(62, 46, 46, 1)));
  background: -webkit-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -o-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -ms-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: linear-gradient(to right,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

/* .index3_form_search:hover {
} */
.select_box .nice-select {
  height: 60px;
  line-height: 60px;
}

.index3_form_search a i {
  color: #fff;
  font-size: 18px;
}

.index3_form_search a {
  float: left;
  width: 100%;
}

.edu_heading_wrapper {
  text-align: center;
}

.edu_heading_wrapper h3 {
  font-size: 30px;
  color: #1e283c;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}

.edu_heading_wrapper p {
  padding-top: 40px;
}

.edu_heading_wrapper h3:after {
  position: absolute;
  content: "";
  background: #493238;
  width: 60px;
  height: 3px;
  left: 0px;
  right: 0;
  margin: 0px auto;
  bottom: -20px;
  transition: all 500ms ease;
  -webkit-mask-image: linear-gradient(-75deg,
      rgba(244, 55, 55, 0.24) 50%,
      #f43737 50%,
      rgba(0, 0, 0, 1) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

/*-- edu form wrapper end --*/
/*-- edu addmi wrapper Start --*/
/* .edu_addmi_main_box_wrapper {
  border: 1px solid #dcdfe8;
  padding: 30px;
} */
.edu_addmi_main_box_wrapper h3 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}

.edu_addmi_main_wrapper {
  padding-top: 30px;
  /* padding-bottom: 80px; */
}

.edu_addmi_main_box_wrapper p {
  padding-top: 15px;
}

.edu_addmi_main_box_wrapper a {
  float: left;
  margin-top: 15px;
  color: #4b3339;
  font-weight: 400;
}

.edu_addmi_main_box_wrapper a i {
  color: #4b3339;
  position: relative;
  top: 3px;
  left: 4px;
}

.edu_addmi_center_main_box_wrapper img {
  width: 100%;
}

.edu_addmi_center_main_box_wrapper h4 {
  font-size: 20px;
  padding-top: 20px;
}

.edu_addmi_center_main_box_wrapper h4 a {
  font-weight: 600;
  color: #000;
}

.edu_addmi_center_main_box_wrapper p {
  padding-top: 15px;
}

/*-- edu addmi wrapper end --*/
/*-- edu staff wrapper Start --*/
.edu_staff_main_wrapper {
  padding-top: 40px;
  padding-bottom: 80px;
  background: #fbfbfb;
}

.edu_staff_main_box_wrapper {
  background: #fff;
  padding: 35px;
  border: 1px solid #dcdfe8;
  margin-top: 40px;
}

.edu_staff_icon_wrapper {
  width: 50px;
  float: left;
}

.edu_staff_icon_cont_wrapper {
  float: left;
  width: calc(100% - 50px);
  padding-left: 20px;
}

.edu_staff_icon_cont_wrapper h3 a {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.edu_staff_icon_wrapper img {
  padding-top: 15px;
}

/*-- edu staff wrapper End --*/
/*-- edu books wrapper Start --*/
.edu_books_main_wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.edu_books_text h3 a {
  font-size: 18px;
  color: #1e283c;
  font-weight: 600;
}

.edu_books_text h3 a:hover {
  color: #9749f8;
}

.edu_books_text p {
  padding-top: 10px;
}

.edu_books_text h4 {
  margin-top: 20px;
}

.edu_books_text h4 a {
  font-size: 14px;
  color: #fff;
  float: left;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-image: -moz-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -webkit-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -ms-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.edu_books_text h4 a:hover {
  background-image: -moz-linear-gradient(50deg, #9749f8 0%, #5e2ced 100%);
  background-image: -webkit-linear-gradient(50deg, #9749f8 0%, #5e2ced 100%);
  background-image: -ms-linear-gradient(50deg, #9749f8 0%, #5e2ced 100%);
}

/*-- edu books wrapper End --*/
/*-- edu counter wrapper Start --*/
.edu_counter_main_section_wrapper {
  /* background:url('../images/counto.jpg') 50% 0 repeat-y; */
  background-position: center 0;
  background-size: cover;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-attachment: fixed;
}

.edu_counter_img_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.73);
}

.icon {
  float: left;
  width: 50px;
}

.count-description {
  float: left;
  width: calc(100% - 50px);
  padding-left: 20px;
}

.timer {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  position: relative;
}

.timer:after {
  position: absolute;
  content: "";
  background: #b76b77;
  width: 60px;
  height: 3px;
  left: 0px;
  bottom: -13px;
  transition: all 500ms ease;
  -webkit-mask-image: linear-gradient(-75deg,
      rgba(244, 55, 55, 0.24) 50%,
      #f43737 50%,
      rgba(0, 0, 0, 1) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

.con1 {
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.74);
  padding-top: 30px;
}

/*-- edu counter wrapper End --*/
/*-- edu course wrapper Start --*/
.edu_course_main_wrapper {
  padding-top: 30px;
  padding-bottom: 100px;
}

#filter {
  position: relative;
  display: inline-block;
  height: 50px;
  border: 2px solid #e38612;
  background: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

#filter li a {
  display: block;
  font-size: 16px;
  cursor: pointer;
  color: #000000;
  font-weight: 600;
  letter-spacing: 1px;
  background: transparent;
  padding: 5px 10px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#filter li {
  position: relative;
}

.my_filter_tabs .active {
  position: relative;
}

#filter li a:last-child {
  margin-right: 0px;
}

#filter li a {
  padding: 10px 50px;
}

.filter_slider {
  display: inline-block;
  height: 50px;
  border-radius: 3px;
  background-color: #e38612;
  position: absolute;
  z-index: 1;
  bottom: -48px;
  transition: all 0.4s linear;
  border-radius: 50px;
}

#filter li .active {
  color: #ffffff !important;
}

.edu_coll_slider_tabs .nav-tabs .active a {
  background-color: transparent !important;
  border: none !important;
  position: relative;
  z-index: 10000;
}

.edu_coll_slider_tabs .tab-pane {
  padding: 15px;
  height: 300px;
}

.edu_coll_slider_tabs .nav-tabs li {
  margin: 0px;
  float: left;
}

.edu_coll_slider_tabs .nav-tabs li a {
  position: relative;
  margin-right: 0px !important;
  padding: 12px 23px !important;
  font-size: 18px;
  border: none !important;
  /* text-transform: uppercase; */
  color: #1e283c;
  letter-spacing: 1px;
}

.edu_coll_slider_tabs .nav-tabs a:hover {
  background-color: transparent !important;
  border: none;
}

.slider {
  display: inline-block;
  height: 3px;
  background-color: #463135;
  position: absolute;
  /* z-index: 1200; */
  bottom: 0px;
  transition: all 0.4s linear;
  transition: all 500ms ease;
  -webkit-mask-image: linear-gradient(-75deg,
      rgba(244, 55, 55, 0.24) 50%,
      #f43737 50%,
      rgba(0, 0, 0, 1) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

.edu_coll_slider_tabs .nav-tabs .active a {
  background-color: transparent !important;
  border: none !important;
  position: relative;
  color: #066564;
  font-weight: 900;
}

.edu_coll_slider_tabs .nav-tabs {
  position: relative;
  border: 0;
  display: inline-block;
  padding-bottom: 20px;
}

.edu_coll_slider_tabs .nav-tabs:after {
  content: "";
  background: white;
  width: 130%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -70px;
}

.edu_coll_slider_tabs {
  padding-top: 40px;
  text-align: left;
  /* text-align:center; */
}

.edu_slide_tabs_img_box img {
  width: 100%;
}

.edu_slide_tabs_img_box {
  position: relative;
}

.edu_tabs_label {
  width: 70px;
  height: 70px;
  text-align: center;
  background: #dad5d5;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  /* bottom: -35px; */
  right: 30px;
}

.edu_tabs_label:after {
  content: "";
  border: 10px solid #fff;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: -4px;
  left: -4px;
}

.edu_tabs_label p {
  font-size: 20px;
  color: #3d3d3d;
  line-height: 70px;
}

.edu_slide_tab_box {
  margin-top: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.edu_tabs_label_inner {
  width: 70px;
  height: 70px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(116, 66, 93, 1);
  background: -moz-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(116, 66, 93, 1)),
      color-stop(100%, rgba(62, 46, 46, 1)));
  background: -webkit-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -o-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -ms-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: linear-gradient(to right,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.edu_tabs_label_inner p {
  font-size: 20px;
  color: #fff;
  line-height: 70px;
}

.edu_slide_tab_box:hover .edu_tabs_label_inner {
  top: -55px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.edu_slide_tabs_img_cont_box {
  padding: 8px 8px;
  border: 1px solid #eee;
  border-top: 0;
}

.edu_slide_tab_box:hover {
  -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.edu_slide_tabs_img_cont_box h4 {
  font-size: 12px;
  font-weight: 700;
  color: #450920;
  font-family: "Lato", sans-serif;
}

.edu_slide_tabs_img_cont_box h4 span,
.edu_slide_tabs_img_cont_box h3 a:hover {
  /* color: #4a3238; */
  color: #d12353;
}

.edu_slide_tabs_img_cont_box h3 {
  padding-top: 10px;
}

.edu_slide_tabs_img_cont_box h3 a {
  font-size: 18px;

  /* font-size: 22px; */
  font-weight: 600;
  color: #1e283c;
  position: relative;
}

.edu_slide_tabs_img_cont_box h3 a:after {
  position: absolute;
  content: "";
  background: #4b3339;
  width: 60px;
  height: 3px;
  left: 0px;
  bottom: -20px;
  transition: all 500ms ease;
  -webkit-mask-image: linear-gradient(-75deg,
      rgba(244, 55, 55, 0.24) 50%,
      #f43737 50%,
      rgba(0, 0, 0, 1) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

.edu_slide_tabs_img_cont_box p {
  /* padding-top: 35px; */
  padding-top: 20px;

  font-size: 14px;
}

.edu_slide_tabs_img_cont_box h5 {
  margin-top: 30px;
}

.edu_slide_tabs_img_cont_box h5 a {
  font-size: 14px;
  color: #fff;
  float: left;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: rgba(116, 66, 93, 1);
  background: -moz-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(116, 66, 93, 1)),
      color-stop(100%, rgba(62, 46, 46, 1)));
  background: -webkit-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -o-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -ms-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: linear-gradient(to right,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.edu_slide_tabs_img_cont_box h5 a:hover {
  background-image: -webkit-linear-gradient(50deg,
      #9e396ffa 0%,
      #3f2e2f52 100%);
  background: rgba(116, 66, 93, 1);
  background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
  background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
  background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
  background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
  background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
  background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
}

.edu_slide_tab_box2 {
  margin-top: 30px;
}

/*-- edu course wrapper End --*/
/*-- edu gallery wrapper Start --*/
.edu_gallery_main_wrapper {
  background: #fbfbfb;
  padding-top: 100px;
  padding-bottom: 100px;
}

.swiper-container {
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
  margin-top: 60px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 350px;
}

.screenshot-style2 .swiper-pagination-bullet-active {
  background: #ec919a;
}

.swiper-pagination-bullet {
  background: #dddddd;
  opacity: 1 !important;
  width: 12px;
  height: 12px;
}

.swiper-slide-active {
  position: relative;
}

.swiper-slide img {
  width: 100%;
}

.screenshot-style2 {
  background-color: #0f1129;
}

.swiper-pagination-bullet-active {
  background: #007aff none repeat scroll 0 0 !important;
  opacity: 1;
}

.swiper-button-next {
  display: block !important;
  opacity: 1;
}

.swiper-button-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 45px;
  left: -50px;
  font-size: 25px;
  padding-right: 3px;
  top: 60%;
  color: #fff;
  text-align: center;
  background: #453134;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}

.swiper-button {
  position: absolute;
  top: 40%;
}

.swiper-button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 45px;
  padding-left: 3px;
  right: -50px;
  font-size: 25px;
  top: 60%;
  color: #fff;
  text-align: center;
  background: #453134;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  display: none;
}

.edu_gallery_slider_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 500px;
  bottom: 0;
  text-align: center;
  background: rgba(138, 62, 73, 0.46);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.swiper-slide-active .edu_gallery_slider_overlay {
  opacity: 1;
  top: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.edu_gallery_slider_overlay a {
  position: absolute;
  display: inline-block;
  top: 40%;
  left: 50%;
  color: #fff;
  font-size: 16px;
  width: 50px;
  height: 50px;
  margin-left: -20px;
  line-height: 50px;
  text-align: center;
  background: #453134;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

/*-- edu gallery wrapper End --*/
/*-- edu team wrapper Start --*/
.edu_team_main_wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.edu_team_main_box {
  width: 100%;
  height: 250px;
  text-align: center;
  background: #f1f1f1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  margin-top: 60px;
}

.edu_team_main_box:after {
  content: "";
  border: 10px solid #453134;
  width: 100%;
  height: 250px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.edu_team_inner_box {
  width: 100%;
  height: 250px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}

.edu_team_main_box:hover .edu_team_inner_box {
  top: -220px;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}

.edu_team_inner_box img {
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 250px;
}

.edu_team_main_box h3 {
  padding-top: 80px;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.edu_team_main_box h3 a {
  font-size: 18px;
  color: #453134;
  font-weight: 600;
}

.edu_team_main_box:hover h3,
.edu_team_main_box:hover p,
.edu_team_main_box:hover ul {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.edu_team_main_box p {
  font-size: 16px;
  color: #1e283c;
  padding-top: 5px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.edu_team_main_box ul {
  display: inline-block;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.edu_team_main_box li {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}

.edu_bottom_btn_wrapper {
  text-align: center;
}

.edu_bottom_btn_wrapper a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  width: 160px;
  height: 50px;
  margin-top: 60px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: rgba(116, 66, 93, 1);
  background: -moz-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(116, 66, 93, 1)),
      color-stop(100%, rgba(62, 46, 46, 1)));
  background: -webkit-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -o-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -ms-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: linear-gradient(to right,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.edu_bottom_btn_wrapper a:hover {
  background-image: -webkit-linear-gradient(50deg,
      #9e396ffa 0%,
      #3f2e2f52 100%);
  background: rgba(116, 66, 93, 1);
  background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
  background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
  background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
  background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
  background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
  background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
}

/*-- edu team wrapper End --*/
/*-- edu Blog wrapper Start --*/
.edu_blog_main_wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.edu_blog_main_wrapper:after {
  content: "";
  width: 100%;
  height: 500px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(116, 66, 93, 1);
  background: -moz-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(116, 66, 93, 1)),
      color-stop(100%, rgba(62, 46, 46, 1)));
  background: -webkit-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -o-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -ms-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: linear-gradient(to right,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.edu_heading_second_wrapper {
  position: relative;
  z-index: 1;
}

.edu_heading_second_wrapper h3 {
  color: #fff;
}

.edu_heading_second_wrapper h3:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 60px;
  height: 3px;
  left: 0px;
  right: 0;
  margin: 0px auto;
  bottom: -20px;
  transition: all 500ms ease;
  -webkit-mask-image: linear-gradient(-75deg,
      rgba(244, 55, 55, 0.24) 50%,
      #f43737 50%,
      rgba(0, 0, 0, 1) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

.edu_heading_second_wrapper p {
  color: rgba(255, 255, 255, 0.74);
}

.edu_blog_main_box {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  padding: 20px;
  padding-top: 32px;
  top: 0;
  background: #fff;
  border: 1px solid #eee;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.edu_blog_label {
  width: 120px;
  height: 40px;
  text-align: center;
  background: #72415b;
  -webkit-border-top-right-radius: 50px;
  -moz-border-top-right-radius: 50px;
  border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-bottom-right-radius: 50px;
  border-bottom-right-radius: 50px;
  position: absolute;
  top: 25px;
  left: -1px;
}

.edu_blog_label p {
  color: #fff;
  line-height: 37px;
}

.edu_blog_img_wrapper img {
  width: 100%;
}

.edu_blog_date p {
  float: right;
}

.edu_blog_date {
  padding-bottom: 35px;
}

.edu_blog_img_content_wrapper p {
  padding-top: 20px;
}

.edu_blog_img_content_wrapper ul {
  margin-top: 10px;
}

.edu_blog_img_content_wrapper li {
  float: left;
  margin-right: 15px;
  margin-top: 5px;
}

.edu_blog_img_content_wrapper li a i {
  color: #6b3e55;
}

.edu_blog_img_content_wrapper li:last-child a i {
  color: #c70606;
}

.edu_blog_main_box:hover {
  position: relative;
  top: -5px;
  -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

/*-- edu Blog wrapper End --*/
/*-- edu partner wrapper End --*/
.edu_partner_main_wrapper {
  padding: 100px 0;
  position: relative;
  background: #fbfbfb;
}

.sw_partners_wrapper {
  float: left;
  width: 100%;
}

.partners_slider_wrapper {
  float: left;
  width: 100%;
  text-align: center;
}

.partners_slider_wrapper .owl-carousel .owl-stage:after {
  height: 20px;
}

.partners_slider_wrapper .owl-carousel .owl-stage-outer {
  padding: 5px 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.partners_slider_wrapper .owl-theme .owl-dots {
  display: none;
}

.partners_slider_wrapper .owl-theme .owl-nav {
  position: absolute;
  top: 30%;
  z-index: 1;
  display: block;
  left: 0;
  right: 0;
  margin: 0px auto;
}

.partners_slider_wrapper .owl-theme .owl-nav .owl-prev {
  color: #fff;
  font-size: 16px;
  margin: 5px;
  width: 45px;
  height: 45px;
  padding-right: 11px;
  left: -55px;
  position: absolute;
  line-height: 40px;
  display: inline-block;
  border-radius: 50px;
  cursor: pointer;
  background: rgba(116, 66, 93, 1);
  background: -moz-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(116, 66, 93, 1)),
      color-stop(100%, rgba(62, 46, 46, 1)));
  background: -webkit-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -o-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -ms-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: linear-gradient(to right,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.partners_slider_wrapper .owl-theme .owl-nav .owl-next {
  color: #fff;
  font-size: 16px;
  margin: 5px;
  width: 45px;
  height: 45px;
  right: -55px;
  padding-left: 13px;
  position: absolute;
  line-height: 40px;
  display: inline-block;
  border-radius: 40px;
  cursor: pointer;
  background: rgba(116, 66, 93, 1);
  background: -moz-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(116, 66, 93, 1)),
      color-stop(100%, rgba(62, 46, 46, 1)));
  background: -webkit-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -o-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -ms-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: linear-gradient(to right,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.partners_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.partners_slider_wrapper .owl-theme .owl-nav .owl-prev:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.lr_prt_img_wrapper img {
  float: left;
  width: auto;
}

.lr_prt_img_wrapper {
  background: transparent;
  padding: 40px;
  width: 210px;
  height: 130px;
  padding-top: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.lr_prt_img_wrapper:hover {
  background: #fff;
  -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.partners_slider_wrapper .owl-carousel .owl-item {
  padding-right: 10px !important;
}

.partners_slider_wrapper {
  margin-top: 60px;
}

/*-- edu partner wrapper End --*/
/*-- edu_letter_main_wrapper Start --*/
.edu_letter_main_wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background: rgba(116, 66, 93, 1);
  background: -moz-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(116, 66, 93, 1)),
      color-stop(100%, rgba(62, 46, 46, 1)));
  background: -webkit-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -o-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: -ms-linear-gradient(left,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  background: linear-gradient(to right,
      rgba(116, 66, 93, 1) 0%,
      rgba(62, 46, 46, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.edu_left_envo {
  float: left;
  width: 50%;
  padding-top: 7px;
}

.edu_left_envo img {
  float: left;
}

.edu_left_envo h3 {
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
  width: auto;
  padding-left: 15px;
  padding-top: 4px;
}

.edu_right_form {
  float: left;
  width: 50%;
}

.edu_right_form input {
  width: calc(100% - 160px);
  float: left;
  height: 50px;
  position: relative;
  left: 23px;
  background: transparent;
  border: 1px solid #fff;
  padding-left: 20px;
  color: #fff;
  -webkit-border-top-left-radius: 50px;
  -moz-border-top-left-radius: 50px;
  border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-bottom-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.edu_right_form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.63);
}

.edu_right_form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.63);
}

.edu_right_form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.63);
}

.edu_right_form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.63);
}

.edu_right_form button {
  width: 160px;
  height: 50px;
  background: #fff;
  color: #453134;
  cursor: pointer;
  border: transparent;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

/*-- edu_letter_main_wrapper End--*/
/***-----footer wrapper css------*****/
.footer {
  background: #066564;
  /* background: #450920; */
  color: white !important;
  padding-top: 80px;
  padding-bottom: 80px;
  text-transform: capitalize;
  position: relative;
}

.footer_first_contact li {
  float: left;
  width: 100%;
  padding-bottom: 20px;

}

.footer_first_contact li:first-child {
  padding-top: 10px;
}

.footer_first_contact li i:before {
  float: left;
  color: #A0D2DB;
  font-size: 26px;
  width: 20px;
  line-height: 40px;
}

.footer_first_contact li p {
  float: left;
  padding-left: 20px;
  font-size: 16px;
  line-height: 26px;
  color: white;
  font-weight: 300;
  width: calc(100% - 20px);
}

.footer_first_contact li a {
  color: white;
  font-size: 16px;
  font-weight: 300;
  float: left;
  padding-left: 20px;
}

.footerNav h5 {
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 35px;
}

.footer ul li a:hover {
  color: #A0D2DB;
}

.icon_list_news {
  margin-top: 20px;
  float: left;
}

.icon_list_news li {
  float: left;
  margin-right: 10px;
}

.icon_list_news li a {
  float: left;
  /* background-color: #450920; */
  background: #066564;
  width: 40px;
  line-height: 40px;
  height: 40px;
  padding-left: 0 !important;
  text-align: center;
  border-radius: 100px;
}

.icon_list_news li a:hover {
  background: #A0D2DB;
}

.icon_list_news li a i {
  color: #cccccc;
  font-size: 14px;
}

.icon_list_news li a:hover i {
  color: #fff;
}

.footer_border_displ ul li {
  margin-bottom: 15px;
}

.footer_border_displ ul li a {
  color: white;
}

.footer_border_displ ul li a i:before {
  margin-right: 14px;
  font-size: 6px;
  position: relative;
  top: -2px;
  color: #A0D2DB;
}

.copyright_left {
  padding-left: 10px;
  position: relative;
  z-index: 1000;
}

.footerNav {
  position: relative;
  z-index: 1000;
}

.footerNav a img {
  padding-right: 10px;
  margin-top: -60px;

}

.copyright_left a {
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.45);
}

.copyright_left a:hover {
  color: #9749f8;
}

.copyright_left {
  padding-top: 30px;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 300;
  float: left;
  width: 100%;
  text-align: center;
}

.edu_footer_bottom {
  /* background: #1e283c; */
  background: #066564;
  color: white;

  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  text-align: center;
}

.edu_footer_bottom a {
  color: rgb(255, 122, 23) !important;
  font-weight: 500;
}

.edu_footer_bottom a:hover {
  color: white !important;


}

/**---------- inner header pages css -------****/
.page_header h1 {
  font-size: 50px;
  line-height: 50px;
  text-transform: capitalize;
  color: black;
  font-weight: 600;
  letter-spacing: 1px;
}

/* .sub_title_section{
    padding-top:10px;
} */
.sub_title_section ul {
  display: inline-block;
}

.page_header .sub_title li {
  float: left;
  font-size: 16px;
  line-height: 35px;
  text-transform: capitalize;
  color: black;
  font-weight: 400;
}

.page_header {
  /* padding-top:30px; */
  text-align: center;
}

.page_header .sub_title li:last-child {
  color: black;
  font-style: normal !important;
}

.page_header .sub_title a {
  color: #04aafc;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  font-style: normal !important;
}

.page_header .sub_title a:hover {
  color: #066564;
}

.page_title_section:before {
  position: absolute;
  /* content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; */
  /* background-color: rgba(10, 15, 28, 0.7); */
}

.page_title_section {
  /* background: url(../images/inner_page.jpg) 50% 0 repeat-y; */
  float: left;
  width: 100%;
  height: 100%;
  /* background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat; */
  position: relative;
  padding: 10px 0;
}

/*-- about inner css --*/
.iner_abt_wrapper {
  position: relative;
  /* padding: 100px 0; */
  text-align: center;
}

.about_slider_wrapper {
  padding-bottom: 100px;
}

.about_slider_wrapper .owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: -70px;
}

.about_slider_wrapper .owl-theme .owl-dots .owl-dot {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.about_slider_wrapper .owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  display: block;
  margin: 5px;
  background: #e8e8e8;
  border-radius: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.about_slider_wrapper .owl-theme .owl-dots .owl-dot.active span,
.about_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span {
  background: #5e2ced;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.about_slider_wrapper .owl-theme .owl-dots .owl-dot.active,
.about_slider_wrapper .owl-theme .owl-dots .owl-dot:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.about_slider_wrapper .owl-theme .owl-nav {
  display: none;
}

.about_text_wrapper img {
  padding-top: 30px;
}

.about_text_wrapper p {
  /* font-style: italic; */
  font-size: 16px;
  font-weight: 400;
}

.about_text_wrapper h5 {
  font-size: 16px;
  margin: 20px 0px 0px;
  color: #a0a0a0;
  text-transform: capitalize;
}

.about_text_wrapper h5 span {
  color: #5e2ced;
}

/****----awards wrapper css---****/
.awards_wrapper {
  background: #fafafa;
}

.award_left_Wrapper {
  width: 50%;
  float: left;
  background-image: -moz-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -webkit-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -ms-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  position: relative;
  min-height: 280px;
  padding: 50px;
  padding-bottom: 20px;
  text-align: right;
}

.award_left_Wrapper h3 {
  font-size: 30px;
  color: #fff;
  line-height: 40px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}

.award_left_Wrapper p {
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 20px;
}

.award_right_Wrapper {
  width: 50%;
  float: left;
  padding-top: 104px;
  padding-left: 50px;
  min-height: 280px;
}

.award_list li {
  float: left;
  margin-right: 60px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.award_list li a {
  padding-top: 15px;
  float: left;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.award_list li i:before {
  font-size: 54px;
  text-align: center;
  color: #444444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.award_list li:hover i:before,
.award_list li:hover a {
  color: #7337f1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.award_btn {
  float: right;
  margin-top: 0;
}

.award_btn a {
  margin-top: 0;
  font-size: 16px;
  text-transform: capitalize;
  float: right;
  line-height: 45px;
  color: #9749f8;
  background: #fff;
  border: 2px solid #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.award_btn a:hover {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.inner_Story_wrapper {
  padding: 100px 0;
}

.left_heading {
  text-align: left;
  position: relative;
  padding-bottom: 60px;
}

.left_heading h3:after {
  position: absolute;
  content: "";
  background-image: -moz-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -webkit-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -ms-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  width: 60px;
  height: 3px;
  left: 0px;
  right: auto;
  margin: 0;
  bottom: -20px;
  transition: all 500ms ease;
  -webkit-mask-image: linear-gradient(-75deg,
      rgba(244, 55, 55, 0.24) 50%,
      #f43737 50%,
      rgba(0, 0, 0, 1) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

.edu_btn a {
  margin-top: 20px;
  float: left;
}

.inner_btn a {
  background: #30a3f0;
  color: #fff;
}

.inner_btn a::before {
  border: 2px solid #30a3f0;
}

.inner_btn a:hover {
  background: transparent;
  color: #30a3f0;
}

/***--blog wrapper css---***/
.blog_wrapper {
  padding: 0px 0;

  /* padding:100px 0; */
}

.blog_wrapper .blog-post-wrapper .post-thumbnail {
  position: relative;
}

.blog_wrapper .blog-post-wrapper .blog-content {
  padding-top: 30px;
}

.blog_wrapper .blog-post-wrapper .entry-header {
  margin-bottom: 20px;
  background: transparent;
}

.blog_wrapper .blog-post-wrapper .entry-title a {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 600;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta {
  font-size: 13px;
  color: #444444;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li {
  display: inline-block;
  line-height: 10px;
  margin-right: 20px;
  font-size: 16px;
}

.post-thumbnail .test-popup-link {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0px auto;
  text-align: center;
}

.post-thumbnail img {
  width: 100%;
}

.vedie_img img {
  width: auto;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li i {
  margin-right: 5px;
  color: #7343fb;
  font-size: 14px;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
  position: relative;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li a {
  text-transform: capitalize;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li a:hover {
  color: #5e2ced;
}

/* .blog_wrapper .blog-post-wrapper .entry-content {
} */
.blog_wrapper .blog-post-wrapper .entry-content p {
  margin: 0;
  text-align: justify;
  font-size: 16px;
}

.blog_wrapper .blog-post-wrapper .entry-footer {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  text-align: center;
  bottom: 20px;
}

.blog-post-wrapper {
  float: left;
  width: 100%;
  position: relative;
}

.blog_wrapper .blog-post-wrapper .entry-footer .entry-meta li {
  display: inline-block;
  margin-right: 7px;
}

.blog-post-wrapper:hover .entry-title a {
  color: #5e2ced;
}

.blog_wrapper .blog-post-wrapper .entry-footer .entry-meta li:last-child {
  margin-right: 0;
}

#blogoneSlider .carousel-control {
  top: 49%;
  bottom: 20px;
  position: absolute;
  width: 30px;
  height: 23px;
  font-size: 14px;
  font-weight: 600;
  color: #2d3a4b;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}

#blogoneSlider .carousel-control.left,
#blogoneSlider .carousel-control.right {
  background-image: none;
  background-image: -moz-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -webkit-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -ms-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  line-height: 24px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

#blogoneSlider .carousel-control:focus,
#blogoneSlider .carousel-control:hover {
  background-color: #30a3f0;
  color: #fff !important;
  filter: alpha(opacity=100);
  opacity: 1;
}

#blogoneSlider .carousel-control.left {
  left: 10px;
}

#blogoneSlider .carousel-control.right {
  right: 10px;
}

.blog-content .blog_read {
  text-transform: capitalize;
  color: #5e2ced;
  padding-top: 20px;
  font-weight: 500;
  float: left;
  display: inline-block;
}

.blog-content .blog_read i {
  position: relative;
  top: 1px;
  left: 5px;
}

.iner_blog {
  margin-bottom: 50px;
}

.iner_blog_toper {
  padding-bottom: 50px;
}

.blog_prev,
.blog_prev .prev_btn {
  padding-top: 0;
}

.blog_prev {
  padding-top: 10px;
}

.blog_dark_wrapper {
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -webkit-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -ms-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  border-radius: 5px;
  padding: 60px 0;
  text-align: center;
}

.blog_dark_wrapper a i {
  color: #fff;
}

.blog_dark_wrapper h1 {
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 10px;
  color: #fff;
  padding-top: 15px;
}

.blog_dark_wrapper .port-single-entry-meta a i {
  color: rgba(255, 255, 255, 0.8);
  margin-right: 8px;
  font-size: 14px;
}

.blog_dark_wrapper .port-single-entry-meta a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  text-transform: capitalize;
}

.sidebar_widget {
  margin-bottom: 50px;
}

.right_sidebar {
  padding-left: 50px;
}

.widget_heading h2 {
  margin: 0px 0px 60px 0px;
  font-size: 22px;
  color: #2d3a4b;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  display: inline-block;
}

.search_form .form-control {
  position: relative;
  height: 50px;
  color: #999;
  padding: 0px 60px 0px 15px;
  background: #ffffff;
  font-weight: 400;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 16px;
  border: 1px solid #5e2ced;
  box-shadow: none;
}

.search_form {
  position: relative;
}

.search_form .form-group {
  margin-bottom: 0;
}

.search_form button {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
}

.search_form button i {
  color: #5e2ced;
  font-size: 18px;
}

.sidebar_widget .blog_date {
  margin-top: 7px;
  font-size: 14px;
  color: #5e2ced;
  font-weight: 500;
}

.sidebar_widget .blog_image {
  float: left;
  width: 90px;
}

.blog_wrapper22 {
  margin-bottom: 30px;
}

.blog_wrapper22:last-child {
  margin-bottom: 0;
}

.sidebar_widget .blog_text {
  font-size: 14px;
  font-weight: 500;
  float: left;
  width: calc(100% - 90px);
}

.sidebar_widget .blog_text h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-transform: capitalize;
}

.sidebar_widget .blog_text h5 a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar_widget .blog_text h5 a:hover {
  color: #5e2ced;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar_tag_cloud li {
  float: left;
  margin-bottom: 8px;
  margin-right: 8px;
}

.sidebar_tag_cloud li a {
  float: left;
  text-align: center;
  font-size: 14px !important;
  font-weight: 500;
  color: #2d3a4b;
  padding: 5px 10px;
  text-transform: capitalize;
  border: 2px solid #5e2ced;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.sidebar_tag_cloud li span i {
  color: #5e2ced;
  font-size: 13px;
  margin-right: 5px;
}

.sidebar_tag_cloud li a:hover {
  color: #fff;
  background-image: -moz-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -webkit-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -ms-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.text_widget p {
  padding-bottom: 20px;
}

.text_widget a {
  font-weight: 500;
  color: #5e2ced;
}

.instagram_images li {
  float: left;
  margin-right: 14px;
  margin-bottom: 14px;
}

.instagram_img_wrapper {
  position: relative;
  width: auto;
  display: inline-block;
}

.instagram_img_wrapper img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.instagram_img_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  opacity: 0;
  transition: 0.2s ease;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.instagram_img_overlay_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  background: #111;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.instagram_wrapper:hover .instagram_img_overlay {
  background-color: rgba(94, 44, 237, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

/***-----blog single css-----****/
.blog_single_box {
  position: relative;
  padding: 80px 0;
}

.blog_single_box h1 {
  line-height: 30px;
  font-size: 22px;
  font-weight: 400;
  padding: 0 20px;
  padding-bottom: 15px;
}

.blog_single_box img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  margin: 0px auto;
}

.blog_single_img {
  padding-top: 40px;
}

.blog_image_single {
  float: left;
  width: 300px;
}

.blog_text_single {
  float: left;
  width: calc(100% - 300px);
  padding-left: 30px;
}

.blog_text_single p {
  padding-bottom: 20px;
}

.blog_text_single li {
  margin-bottom: 10px;
}

.blog_text_single li a i {
  margin-right: 20px;
  color: #5e2ced;
}

.blog_single_text {
  padding: 50px 0 0 0;
}

.btc_blog_post_admin_main_wrapper {
  margin-top: 50px;
  background-image: -moz-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -webkit-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -ms-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  padding: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.btc_blog_single_post_admin_img {
  float: left;
  width: 140px;
}

.btc_blog_single_post_admin_img_cont {
  float: left;
  width: calc(100% - 140px);
  padding-left: 10px;
}

.btc_blog_single_post_admin_img_cont h2 {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
}

.btc_blog_single_post_admin_img_cont h1 {
  line-height: 24px;
  margin-bottom: 10px;
}

.btc_blog_single_post_admin_img_cont h1 a {
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
}

.btc_blog_single_post_admin_img_cont p {
  color: rgba(255, 255, 255, 0.7);
}

.comments_wrapper {
  padding: 50px 0;
}

.comments_Box {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.last_comment_box {
  border: 0;
  margin-bottom: 0px;
}

.comments_Box .img_wrapper {
  float: left;
  width: 100px;
}

.comments_Box .text_wrapper {
  float: left;
  width: calc(100% - 100px);
  padding-left: 30px;
}

.author_detail {
  margin-bottom: 15px;
}

.author_detail .author_name {
  font-size: 20px;
  font-weight: 600;
  color: #2d3a4b;
}

.author_detail .author_name i {
  font-size: 10px;
  padding: 0px 10px;
  color: #e8e8e8;
}

.author_detail .publish_date {
  font-size: 16px;
  color: #5e2ced;
  font-style: italic;
}

.author_detail .publish_date a {
  color: #5e2ced;
  font-style: italic;
  text-decoration: underline;
}

.comments_form .form-control {
  height: 50px;
  padding: 15px 23px;
  font-size: 16px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  box-shadow: none;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.comments_form textarea.form-control {
  height: auto;
  resize: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.comments_form input::placeholder,
.comments_form textarea::placeholder {
  color: #999;
}

.comments_form .form-control:focus,
.comments_form .form-control:hover {
  color: #111;
  background-color: transparent;
  border: 1px solid #5e2ced !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.comments_form .form-group {
  position: relative;
}

.comments_form .form-group {
  margin-bottom: 20px;
}

.cntnt_form a {
  width: 100%;
}

.comments_form .form-group i {
  position: absolute;
  top: 17px;
  right: 22px;
  color: #c7c7c7;
}

.tb_btm_link_left {
  float: left;
  padding-top: 40px;
  display: inline-block;
}

.tb_btm_link_right {
  float: right;
  padding-top: 40px;
  display: inline-block;
}

.tb_btm_link_left ul {
  float: left;
}

.tb_btm_link_left li {
  float: left;
  margin-right: 10px;
  color: #2d3a4b;
  font-size: 16px;
  font-weight: 500;
}

.tb_btm_link_left li:first-child,
.tb_btm_link_right li:first-child {
  padding-top: 8px;
}

.tb_btm_link_left li a {
  float: left;
  text-align: center;
  font-size: 16px !important;
  font-weight: 400;
  padding: 5px 15px;
  text-transform: capitalize;
  border: 2px solid #5e2ced;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.tb_btm_link_left li span i {
  color: #5e2ced;
  font-size: 13px;
  margin-right: 5px;
}

.tb_btm_link_left li a:hover {
  color: #fff;
  background: #5e2ced;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.tb_btm_link_right ul {
  float: right;
}

.tb_btm_link_right li {
  float: left;
  margin-right: 12px;
  font-size: 16px;
  color: #2d3a4b;
  font-weight: 500;
  text-transform: capitalize;
}

.tb_btm_link_right li a {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #797979;
  font-size: 14px;
  border: 2px solid #5e2ced;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.tb_btm_link_right li a:hover {
  color: #fff;
  background: #5e2ced;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.widget_heading h2:after {
  position: absolute;
  content: "";
  background-image: -moz-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -webkit-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -ms-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  width: 60px;
  height: 3px;
  left: 0px;
  bottom: -20px;
  transition: all 500ms ease;
  -webkit-mask-image: linear-gradient(-75deg,
      rgba(244, 55, 55, 0.24) 50%,
      #f43737 50%,
      rgba(0, 0, 0, 1) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

.blog_single_text2 h5 {
  font-size: 17px !important;
  font-weight: 600 !important;
}

.blog_single_text2 .blog_date {
  color: #777;
}

.blog_single_text2 .blog_date i {
  margin-right: 5px;
}

/***------------- blog category wrapper css--------****/
#blogtwoSlider .carousel-control {
  top: 49%;
  bottom: 20px;
  position: absolute;
  width: 30px;
  height: 23px;
  font-size: 14px;
  font-weight: 600;
  color: #2d3a4b;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}

#blogtwoSlider .carousel-control.left,
#blogtwoSlider .carousel-control.right {
  background-image: none;
  background-color: #fff;
  line-height: 24px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

#blogoneSlider .carousel-control i:before {
  font-size: 16px;
  color: #fff;
}

#blogtwoSlider .carousel-control:focus,
#blogtwoSlider .carousel-control:hover {
  background-color: #30a3f0;
  color: #fff !important;
  filter: alpha(opacity=100);
  opacity: 1;
}

#blogtwoSlider .carousel-control.left {
  left: 10px;
}

#blogtwoSlider .carousel-control.right {
  right: 10px;
}

.iner_blog {
  margin-bottom: 50px;
}

.iner_blog_toper {
  padding-bottom: 50px;
}

.blog_prev,
.blog_prev .prev_btn {
  padding-top: 0;
}

.blog_prev {
  padding-top: 10px;
}

.blog_pagination_section {
  text-align: center;
}

.blog_pagination_section ul {
  display: inline-block;
}

.blog_pagination_section li:first-child {
  margin-left: 0px;
}

.blog_pagination_section ul li {
  float: left;
  margin-left: 10px;
}

.blog_pagination_section ul li a {
  float: left;
  color: #222;
  line-height: 42px;
  height: 45px;
  width: 45px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #e2e2e2;
}

.blog_pagination_section .next i:before,
.blog_pagination_section .prev i:before {
  color: #222;
  font-size: 16px;
}

.blog_pagination_section ul li a:hover {
  background-image: -moz-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -webkit-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -ms-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  color: #fff;
  border: 1px solid #5e2ced;
}

.blog_pagination_section .next:hover i:before,
.blog_pagination_section .prev:hover i:before {
  color: #fff;
}

.blog_pagination_section .third_pagger a {
  background-image: -moz-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -webkit-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -ms-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  color: #fff;
}

/***-----contact us wrapper css-----****/
.contact_icon_section {
  padding-bottom: 100px;
  /* padding-top: 50px; */
}

.contact_main {
  float: left;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.contact_main h4 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.contact_main p {
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}

.contact_icon_section i {
  font-size: 40px;
  line-height: 130px;
  color: #066564;
}

.contact_main:hover i {
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.contact_rotate {
  display: inline-block;
  width: 130px;
  height: 130px;
  color: #fff;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.contact_rotate:after {
  position: absolute;
  top: 100%;
  border: 9px solid transparent;
  content: " ";
  height: 0;
  width: 0;
  left: 50%;
  margin-left: -9px;
}

.contact_main .contact_rotate {
  /* background-image: -moz-linear-gradient(50deg, #A0D2DB 0%, #066564 100%);
  /* background-image: -webkit-linear-gradient(50deg, #A0D2DB 0%, #066564 100%); */
  /* background-image: -ms-linear-gradient(50deg, #A0D2DB 0%, #066564 100%);  */
}

.contact_main .contact_rotate:after {
  border-top-color: #066564;
}

.contact_main:hover .contact_rotate {
  /* background-color: #5e2ced; */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.contact_main:hover h4 a {
  color: #066564;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#map {
  float: left;
  width: 100%;
  height: 400px;
}

.conatct_btn2 {
  text-align: center !important;
  padding-top: 40px;
}

.conatct_btn2 button {
  width: 190px !important;
  border-radius: 5px !important;
}

.response {
  padding-left: 10px;
}

.contact_section .form-control {
  height: 50px;
  padding: 15px 18px;
  font-size: 16px;
  border: 1px solid #e2e2e2;
  border-radius: 25px;
  box-shadow: none;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #f9f9f9;
}

.contact_section form {
  width: 100%;
}

.contact_section textarea.form-control {
  height: auto;
  resize: none;
}

.contact_section input::placeholder,
.contact_section textarea::placeholder {
  color: #999;
}

.contact_section .form-control:focus,
.contact_section .form-control:hover {
  color: #111;
  background-color: transparent;
  border: 1px solid #A0D2DB !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact_section .btn:focus {
  outline: none;
}

.contact_section-pos,
.contact_section-e,
.contact_section-m,
.contact_section-p {
  position: relative;
}

.contact_section .tb_es_btn_wrapper {
  float: left;
  width: 100%;
  text-align: left;
}

.ctc_row {
  padding-right: 0;
}

.contact_section .form-group i {
  position: absolute;
  top: 20px;
  right: 17px;
  font-size: 14px;
  color: #c7c7c7;
}

.contact_section .tb_es_btn_wrapper button,
.mapClass .tb_es_btn_wrapper button {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 48px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #30a3f0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #30a3f0;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.contact_section {
  padding-top: 50px;
}

.contact_section .form-group {
  margin-bottom: 13px;
  position: relative;
}

.tb_es_btn_wrapper button:hover {
  background: transparent;
  color: #30a3f0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.comments_form2 {
  margin-top: 60px;
}

.i-name input,
.i-email input,
.i-mobile input,
.i-subject input {
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  border-radius: 50px !important;
  background: #fff !important;
}

.i-message textarea {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  margin-top: 20px;
  background: #fff !important;
}

.edu_contact_btn a {
  display: inline-block;
  float: none;
}

.edu_team_main_wrapper_inner {
  padding-top: 40px;
}

/* 404 error wrapper start*/

.error_page {
  width: 100%;
  float: left;
  padding-top: 60px;
  padding-bottom: 100px;
}

.error_page_cntnt {
  float: left;
  width: 100%;
}

.error_page_cntnt span {
  font-size: 200px;
  color: #9749f8;
  font-weight: 900;
}

.error_page_cntnt h2 span:first-child {
  text-shadow: -15px 0px 5px #e5e5e5;
  position: relative;
  z-index: 1;
}

.error_page_cntnt h2 span:nth-child(2) {
  color: #fff;
  margin-left: -28px;
  z-index: 1;
  position: relative;
  text-shadow: -2px 4px 23px #e5e5e5;
  position: relative;
  top: 10px;
}

.error_page_cntnt h2 span:last-child {
  margin-left: -30px;
  z-index: 1;
  text-shadow: 7px 10px 5px #e5e5e5;
  position: relative;
}

.error_page_cntnt h3 {
  font-size: 30px;
  color: #111;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 40px;
  padding-top: 20px;
}

.error_page_cntnt h3:after {
  position: absolute;
  content: "";
  background-image: -moz-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -webkit-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -ms-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  width: 60px;
  height: 3px;
  left: 0px;
  right: 0;
  margin: 0px auto;
  bottom: -20px;
  transition: all 500ms ease;
  -webkit-mask-image: linear-gradient(-75deg,
      rgba(244, 55, 55, 0.24) 50%,
      #f43737 50%,
      rgba(0, 0, 0, 1) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

.error_page_cntnt p {
  font-size: 16px;
  margin-bottom: 30px;
  width: 80%;
  margin: 0px auto;
}

.error_page_cntnt a {
  color: #9749f8;
}

.error_page_mail_wrapper input {
  width: 60%;
  height: 46px;
  position: relative;
  color: rgb(101, 101, 101);
  font-size: 16px;
  margin-top: 30px;
  background: #fafafa;
  border: 1px solid #fafafa;
  padding: 17px 30px 17px 14px;
  border-radius: 50px;
  padding-left: 40px;
}

.error_page_mail_wrapper input:focus {
  outline: none;
}

.error_page_mail_wrapper .error_env {
  position: relative;
  left: 29px;
  z-index: 1;
  top: 0px;
  color: #9749f8;
}

.error_page_mail_wrapper a {
  position: absolute;
  top: 0;
  right: 0;
}

/*404 error wrapper end */
/*edu gallery wrapper Start */
.edu_gallery_img_wrapper {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}

.edu_gallery_img_wrapper img {
  width: 100%;
}

.edu_gallery_img_wrapper:hover .edu_gallery_slider_overlay {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.edu_coll_slider_tabs_gallery {
  padding-bottom: 30px;
}

.edu_gallery_inner_main_wrapper {
  /* padding-top: 40px; */
  padding-bottom: 100px;
}

/*edu gallery wrapper end */
/*edu Services wrapper Start */
.edu_service_heading a {
  font-family: "Lato", sans-serif;
}

.edu_service_header header {
  height: auto;
}

/*edu Services wrapper end */
/*edu course wrapper Start */
.edu_inner_course_main_wrapper {
  padding-top: 40px;
  padding-bottom: 100px;
}

.edu_couse_pagination {
  margin-top: 60px;
}

/*edu course wrapper end */

/* CSS for UG Courses */
.ug-course .single_course_box_wrapper {
  display: flex;
  align-items: center;
}

/* CSS for PG Courses */
.pg-course .single_course_box_wrapper {
  display: flex;
  align-items: center;
}


.card-title {
  font-size: 14px !important;
}


.pdfobject-container {
  height: 600px;
  width: auto;
  border: 1rem solid rgba(0, 0, 0, .1);
  margin-left: 50px
}

/* 
   .indexpdf{
	margin-left:0px !important;
	height: 350px !important;

   } */





/* Department Staffs Style */


.column {
  float: left;
  width: 33%;
  margin-bottom: 16px;
  padding: 0 8px;
  font-size: 14px;
}

.column p {
  font-size: 14px;
}

.column h5 {
  font-size: 16px;
}

@media screen and (min-width: 375px) and (max-width: 650px) {
  .column {
    width: 50%;
    display: block;
    font-size: 18px;
  }
}

@media screen and (max-width: 374px) {
  .column {
    width: 100%;
    display: block;
    font-size: 14px;
  }
}

@media screen and (min-width: 651px) and (max-width: 768px) {
  .column {
    width: 33.33%;
    display: block;
    font-size: 20px;
  }

  .column p {
    font-size: 10px;
    margin-left: -10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .column {
    width: 33.33%;
    display: block;
    font-size: 10px;
  }

  .column p {
    font-size: 10px;
    margin-left: -10px;
  }
}

.listfont {
  margin-top: 15px !important;
}

.carding {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.contain {
  padding: 0 15px !important;
}

.contain::after,
.row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.cardbtn {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.cardbtn:hover {
  background-color: #555;
}

.btn.btn-fast-violet {
  background: #fff;
  border-color: #c00404;
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
}

.btn.btn-fast-violet:hover,
.btn.btn-fast-violet:focus {
  background: transparent;
  color: #ce2e06;
}

.offer {
  padding: 20px;
}

.offer h5 {
  font-size: 20px;
  color: #333;
}

.offer ul {
  list-style: none;
  padding-left: 20px;
  margin-top: 10px;
}

.offer li {
  font-size: 16px;
  color: #555;
  position: relative;
}

.offer li:before {
  content: "\2713";
  color: #4caf50;
  margin-right: 5px;
}

.fearture {
  padding: 20px;
}

.fearture h5 {
  font-size: 20px;
  color: #333;
}

.fearture ul {
  padding-left: 20px;
  margin-top: 10px;
}

.fearture li {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
  padding-left: 30px;
  list-style: none;
}

.fearture li:before {
  content: "\2713";
  color: #4caf50;
  margin-right: 10px;
}

.rankHolder {
  padding: 20px;
}

.rankHolder h5 {
  font-size: 20px;
  color: #333;
}

.rankHolder table {
  width: 100%;
  border-collapse: collapse;
}

.rankHolder th {
  background-color: #f5f5f5;
  font-size: 16px;
  color: #333;
  padding: 10px;
  text-align: left;
}

.rankHolder td {
  font-size: 16px;
  color: #555;
  padding: 10px;
  border: 1px solid #ddd;
}

.rankHolder tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.facultyBtn {
  color: #fcfdfa !important;
  font-weight: 400 !important;
  margin: 0 !important;
  padding: 5px;
  border: 1px solid #f3f4f6 !important;
  margin-top: 2px !important;
  margin-bottom: 2px !important;
  line-height: 1.5 !important;
  background-color: #871b1b !important;
  width: 50% !important;
  height: 35% !important;
}

.card-group .card {
  margin: 10px;
}

.nav-pills-custom .nav-link {
  color: #aaa;
  background: #fff;
  position: relative;
}

.nav-pills-custom .nav-link.active {
  color: #45b649;
  background: #fff;
}

@media (max-width: 768px) {
  .card {
    max-width: 550px !important;
    max-height: 550px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .card-img-top-container {
    max-width: 100%;
    max-height: 100%;
  }

  .card-img-top {
    max-width: 100%;
    max-height: 100%;
  }

  .card-body {
    background-color: #fff;
    padding: 15px;
    text-align: center;
  }

  .facultyBtn {
    margin-top: 10% !important;
  }
}



.noti-tabs>li.nav-item>a.nav-link.active,
.nav-tabs>li.nav-item>a.nav-link.active:hover,
.nav-tabs>li.nav-item>a.nav-link:hover {
  background: 0 0;
  border-color: #222;
  border-bottom: 1px solid rgb(34, 34, 34);
  color: #801656;
  cursor: pointer;
}

.collegename {
  font-size: 24px;
  font-weight: 600;
}

.collegetamil {
  font-size: 20px;
  font-weight: 400;

}

.collegesub {
  font-size: 18px;
  color: #ff7a17 !important;
  font-weight: 400;
}


@media (max-width: 400px) {
  .collegename {
    font-size: 20px;

  }

  .collegetamil {
    font-size: 16px;

  }

  .collegesub {
    font-size: 14px;
  }

}

/* Map Responsive */

.map-responsive {

  overflow: hidden;

  padding-bottom: 56.25%;

  position: relative;

  height: 0;

}

.map-responsive iframe {

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  position: absolute;

}


.deptcontent {
  font-size: 16px !important;
  text-indent: 50px !important;
  text-align: justify !important;
}

.table-content {
  font-size: 14px;
  font-weight: 500;
}

.tamil-text {
  font-size: 16px !important;
  margin-bottom: 20px !important;
  text-indent: 50px;
}