charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Titillium+Web:100,200,300,400,500,600,700,800,900&display=swap");

.col-md-offset-right-1, .col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  line-height: 28px;
  font-size: 16px;
  height: 100%;
  font-family:'Titillium Web', sans-serif;
  font-weight: 400;
  color: #777;
  background-color: #d2eced;
}

:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family:'Titillium Web', sans-serif;
  color: #313131;
}

i:before {
  margin-left: 0px !important;
}

button:focus {
  outline: none;
}

@media (min-width: 1200px) {
  .custom_container {
    max-width: 1200px;
  }
}

.body_wrapper {
  overflow: hidden;
}

.s_section_title {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 50px;
}

.sec_title {
  margin-bottom: 80px;
}
.sec_title .s_section_title {
  color: #000000;
  margin-bottom: 13px;
}
.sec_title p {
  font-size: 20px;
  color: #777777;
  margin-bottom: 0;
}

.sec_pad {
  padding: 100px 0px;
}


/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============ header_area_one css ============*/
.nav-link{
  cursor: pointer;
}
header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  transition: all 0.2s linear;
}
header .navbar {
  padding: 0px;
}
header .navbar .navbar-brand {
  margin-right: 15px;
  padding: 0px;
}

.header_area_one .menu_left {
  display: flex;
  align-items: center;
}
.header_area_one .menu_left .logo {
  display: inline-block;
  margin-right: 15px;
}
.header_area_one .menu_right {
  display: flex;
  justify-content: flex-end;
}

.burger_menu {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.3px;
  color: #000;
  overflow: hidden;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.burger_menu .text {
  text-transform: uppercase;
  position: relative;
  transition: all 0.6s linear, color 0.1s;
  height: 16px;
  overflow: hidden;
  display: inline-block;
  line-height: 16px;
  padding-right: 15px;
}
.burger_menu .text:before {
  content: attr(data-text);
  position: absolute;
  top: 1.5px;
  transform: translateY(-100%);
  left: 0;
  text-transform: uppercase;
  transition: all 0.4s linear;
  color: #fff;
}
.burger_menu .text:after {
  content: attr(data-text);
  position: relative;
  top: 1.5px;
  left: 0;
  text-transform: uppercase;
  transition: all 0.4s linear;
  color: #fff;
}
.burger_menu .dot_icon {
  display: flex;
  flex-wrap: wrap;
  width: 24px;
  height: 24px;
  margin: -2px;
}
.burger_menu .dot_icon .dot {
  width: 4px;
  height: 4px;
  background: #000;
  margin: 2px;
  transition: all 0.4s linear;
}
.burger_menu.burger_menu_two .text {
  color: #101010;
}
.burger_menu.burger_menu_two .dot_icon .dot {
  background: #101010;
}
.burger_menu img {
  margin-left: 15px;
}
.burger_menu:hover .text:before {
  transform: translateY(0);
}
.burger_menu:hover .text:after {
  top: 20px;
}
.burger_menu:hover .dot_icon .dot:nth-child(odd) {
  transform: translate(8px, 8px);
}
.burger_menu:hover .dot_icon .dot:nth-child(5) {
  opacity: 0;
}

.h_contact_info a {
  font-size: 12px;
  line-height: 13px;
  display: inline-block;
  letter-spacing: 1.3px;
  font-weight: 500;
  color: #fff;
  position: relative;
  margin-left: 25px;
}
.h_contact_info a + a:before {
  content: "/";
  position: relative;
  color: rgba(255, 255, 255, 0.4);
  margin-right: 25px;
}

.m_p {
  padding: 50px 25px;
}

.logo_two img + img {
  display: none;
}

/*============ header_area_one css ============*/
.navbar .side_menu {
  margin-left: 40px;
}
.navbar .side_menu img + img {
  display: none;
}

.menu > .nav-item > .nav-link {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.3px;
  color: #fff;
  text-transform: uppercase;
  padding: 0px;
  line-height: 30px;
  position: relative;
}
.menu > .nav-item > .nav-link:after {
  display: none;
}
.menu > .nav-item > .nav-link:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  transition: all 0.2s linear;
  transform: scale(0);
}
.menu > .nav-item.submenu .dropdown-menu {
  margin: 0px;
  border: 0px;
  border-radius: 0px;
  right: 0;
  left: auto;
  min-width: 150px;
  padding: 18px 0px;
  background: #fff;
  box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);
  z-index: 3;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu {
    transform: translateY(20px);
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item {
  display: block;
  width: 100%;
  margin-right: 0px;
  padding: 8px 30px;
  position: relative;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
  padding: 0px;
  white-space: nowrap;
  font: 400 13px/20px "Raleway", sans-serif;
  color: #000;
  transition: color 0.2s linear;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item.active .nav-link {
  color: #7a51ed;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
  transition: transform 0.3s ease-in;
  padding: 0px;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: -25px;
    opacity: 0;
    display: block;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item + .nav-item {
  margin-left: 0;
}
.menu > .nav-item.active .nav-link:before {
  transform: scale(1);
}
.menu > .nav-item:hover .nav-link:before {
  transform: scale(1);
}
@media (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu > .nav-item:hover .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}
.menu > .nav-item + .nav-item {
  margin-left: 40px;
}

.content-black .logo_two img {
  display: none;
}
.content-black .logo_two img + img {
  display: block;
}
.content-black .h_contact_info a {
  color: #101010;
}
.content-black .h_contact_info a + a:before {
  color: #101010;
}
.content-black .menu > .nav-item > .nav-link {
  color: #101010;
}
.content-black .menu > .nav-item > .nav-link:before {
  background: #101010;
}
.content-black .menu_toggle .hamburger-cross span, .content-black .menu_toggle .hamburger span {
  background: #101010;
}

/*=========== hamburger_menu_wrepper css ===========*/
.hamburger_menu_wrepper {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  background-color: rgba(0, 0, 0, 0.95);
  overflow-x: hidden;
  transition: all 0.4s linear;
  opacity: 0;
  visibility: hidden;
  padding: 50px;
  display: flex;
  align-items: center;
}
.hamburger_menu_wrepper.mySideBar {
  opacity: 1;
  visibility: visible;
}
.hamburger_menu_wrepper.mySideBar .offcanfas_menu > li {
  opacity: 1;
  animation: fadeInUp 0.4s cubic-bezier(0.175, 0.885, 0.32, 1) both;
}
.hamburger_menu_wrepper.mySideBar .header_footer {
  opacity: 1;
  animation: fadeInUp 0.4s cubic-bezier(0.175, 0.885, 0.32, 1) both;
}
.hamburger_menu_wrepper .animation-box {
  width: 100%;
}
.hamburger_menu_wrepper .menu-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62%;
  margin: 0 auto;
  max-height: 510px;
}
.hamburger_menu_wrepper .top_menu {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 0px;
  padding: 50px 27px 0px 45px;
  top: 0px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s linear;
  width: 100%;
}
.hamburger_menu_wrepper .top_menu i {
  font-size: 50px;
  line-height: 30px;
}
.hamburger_menu_wrepper .top_menu .text {
  padding-right: 0px;
}

.navbar .offcanfas_menu {
  margin: 0px;
  text-align: left;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.navbar .offcanfas_menu > .nav-item {
  padding: 0px;
  margin: 0px;
  opacity: 0;
  animation: fadeOut 0.4s both;
  display: inline-block;
}
.navbar .offcanfas_menu > .nav-item:not(:last-child) {
  margin-bottom: 0px;
}
.navbar .offcanfas_menu > .nav-item .nav-link {
    font-size: 18px;
    line-height: normal;
    color: #fff;
    font-weight: 600;
    font-family:'Titillium Web', sans-serif;
    display: inline-block;
    text-transform: uppercase;
    text-align: left !important;
}
.navbar .offcanfas_menu > .nav-item.submenu .nav-link {
  padding-right: 25px;
  margin-bottom: 0px;
}
.navbar .offcanfas_menu > .nav-item.submenu .nav-link:before, .navbar .offcanfas_menu > .nav-item.submenu .nav-link:after {
  content: "";
  width: 16px;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  border: 0;
  position: absolute;
  transition: all 0.3s linear;
}
.navbar .offcanfas_menu > .nav-item.submenu .nav-link:after {
  background: url("../img/pluse.png");
  height: 16px;
  margin-top: 0;
}
.navbar .offcanfas_menu > .nav-item.submenu .nav-link:before {
  height: 2px;
  right: -6px;
  left: auto;
  transform: scale(1);
  border-radius: 0px;
  opacity: 0;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu {
  position: relative !important;
  display: none;
  opacity: 1;
  visibility: visible;
  transition: all 0s linear;
  z-index: 0;
  background: transparent;
  padding-left: 0px;
  padding-top: 18px;
  padding-bottom: 5px;
  text-align: left;
  left: 20px;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu > .nav-item {
  background: transparent;
  padding: 0px;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu > .nav-item > .nav-link {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 1.6px;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu > .nav-item > .nav-link:hover {
  color: #000;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu > .nav-item.active > .nav-link {
  color: #fff;
}
.navbar .offcanfas_menu > .nav-item.submenu.show > .nav-link:before {
  opacity: 1;
}
.navbar .offcanfas_menu > .nav-item.submenu.show > .nav-link:after {
  opacity: 0;
}
.navbar .offcanfas_menu > .nav-item.submenu.show .dropdown-menu {
  position: relative !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.header_footer {
  display: table-footer-group;
  padding-bottom: 10px;
  opacity: 0;
  animation: fadeOut 0.4s both;
}
.header_footer h5 {
  font-size: 16px;
  color: #fff;
}
.header_footer ul {
  margin-bottom: 40px;
}
.header_footer ul li {
  display: inline-block;
  margin-right: 6px;
}
.header_footer ul li a {
  width: 44px;
  height: 44px;
  border: 1px solid #656c82;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
  display: block;
  transition: all 0.3s linear;
}
.header_footer ul li a:hover {
  background: #fff;
  border-color: #fff;
  color: #5f28fb;
}
.header_footer p {
  font-size: 16px;
  color: #858faf;
  margin-bottom: 10px;
}

.logo_info {
  display: flex;
  align-items: center;
}

.header_area_four .logo img + img {
  display: none;
}
.header_area_four .burger_menu {
  color: #101010;
}
.header_area_four .burger_menu .dot_icon .dot {
  background: #101010;
}

/*=========== hamburger_menu_wrepper css ===========*/
/*========= hamburger menu css ========*/
.navbar-toggler {
  padding: 0px;
  margin-left: 20px;
}
.navbar-toggler:focus {
  outline: none;
}

.menu_toggle {
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block;
}
.menu_toggle .hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}
.menu_toggle .hamburger span {
  width: 0%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 0;
  display: block;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0s;
}
.menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
.menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.2s;
}
.menu_toggle .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  display: block;
}
.menu_toggle .hamburger-cross span {
  display: block;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
  transition-delay: 0.3s;
}
.menu_toggle .hamburger-cross span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span {
  width: 100%;
}
.collapsed .menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0.3s;
}
.collapsed .menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.4s;
}
.collapsed .menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.5s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
  height: 0%;
  transition-delay: 0s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
  width: 0%;
  transition-delay: 0.2s;
}

/*=========== navbar_fixed css ============*/
.navbar_fixed.header_area {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
  transition: all 0.3s linear;
}
.navbar_fixed.header_area .logo_two img {
  display: none;
}
.navbar_fixed.header_area .logo_two img + img {
  display: block;
}
.navbar_fixed.header_area .h_contact_info a {
  color: #101010;
}
.navbar_fixed.header_area .h_contact_info a + a:before {
  color: #101010;
}
.navbar_fixed.header_area .menu > .nav-item {
  padding-bottom: 25px;
  padding-top: 25px;
}
.navbar_fixed.header_area .menu > .nav-item > .nav-link {
  color: #101010;
}
.navbar_fixed.header_area .menu > .nav-item > .nav-link:before {
  background: #101010;
}
.navbar_fixed.header_area .side_menu {
  color: #101010;
}
.navbar_fixed.header_area .side_menu .dot_icon .dot {
  background: #101010;
}

/*=========== portfolio_menu css =============*/
header .portfolio_menu {
  padding: 26px 0px;
  z-index: 100;
  background: #fff;
}
header .portfolio_menu .container-fluid {
  padding-left: 200px;
  padding-right: 200px;
}
header .portfolio_menu .burger_menu {
  color: #000;
}
header .portfolio_menu .burger_menu .dot_icon .dot {
  background: #000;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.wave_one_section_one {
 
}
.wave_one_section_one.active .w_content h2 {
  animation: fadeInUp 0.9s both 0.7s;
}
.wave_one_section_one.active .w_content .circle_line {
  animation: zoomIn 0.9s both 0.5s;
}
.wave_one_section_one.active .w_img_one img {
  animation: zoomIn 0.9s both 0.9s;
}

.w_content {
  position: relative;
}
.w_content h2 {
  color: #fff;
  font-size: 120px;
  line-height: 120px;
  font-weight: 700;
}
.w_content .circle_line {
  position: absolute;
  left: -150px;
  top: -130px;
}

.w_content, .w_content_two {
  color: #fff;
}

.t_first {
  left: 80px;
  top: 275px;
}

.t_two {
  right: 220px;
  bottom: 185px;
}

.t_three {
  bottom: -150px;
  left: 90px;
}

.t_four {
  top: 110px;
  left: 50%;
  transform: translateX(60%);
}

.t_five {
  bottom: 210px;
  left: 42%;
  transform: translateX(50%);
}

.s_round {
  border-radius: 50%;
  background: #fff;
  opacity: 0.078;
}
.s_round.r_one {
  width: 369px;
  height: 369px;
  bottom: 120px;
  left: -100px;
}
.s_round.r_two {
  width: 120px;
  height: 120px;
  top: 120px;
  right: 320px;
}
.s_round.r_three {
  width: 60px;
  height: 60px;
  top: 70px;
  right: 270px;
}

.p_absoulte {
  position: absolute;
}

.wave_one_section_two {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #8398fe 0%, #4c40fc 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #8398fe 0%, #4c40fc 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #8398fe 0%, #4c40fc 100%);
}
.wave_one_section_two .round {
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.1;
  top: -30px;
  left: 70px;
  animation: fade 0.9s both;
}
.wave_one_section_two .w_img_one img {
  animation: fadeOut 0.9s both;
}
.wave_one_section_two.active .s_round.r_one {
  animation: zoomIn 0.7s both 0.3s;
}
.wave_one_section_two.active .round {
  animation: zoomIn 0.9s both 0.5s;
}
.wave_one_section_two.active .w_img_one img {
  animation: fadeInRight 0.9s both 1s;
}
.wave_one_section_two.active .w_content_two h2 {
  animation: fadeInUp 0.9s both 1s;
}
.wave_one_section_two.active .w_content_two p {
  animation: fadeInUp 0.9s both 1.2s;
}
.wave_one_section_two.active .w_content_two .p_btn {
  animation: fadeInUp 0.9s both 1.4s;
}

.w_content_two {
  position: relative;
}
.w_content_two h2 {
  font-size: 80px;
  margin-bottom: 15px;
  color: #fff;
}
.w_content_two p {
  margin-bottom: 35px;
  color: #fff;
}
.p_btn {
  border: 1px solid #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 11px 53px 10px;
  transition: all 0.3s linear;
}
.p_btn:hover {
  background: #fff;
  color: #000000;
}

.g_hover {
  background-image: linear-gradient(to Left, #7a51ed, #4931e6, #4931e6, #7a51ed);
  transition: all 0.5s ease-in-out;
  background-size: 200% 100%;
  border: 1px solid #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 11px 53px 10px;
}
.g_hover:hover {
  background-position: 160% 50%;
  transition: all 0.5s ease-in-out;
  color: #fff;
}

.wave_one_section_three {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #8398fe 0%, #4c40fc 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #8398fe 0%, #4c40fc 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #8398fe 0%, #4c40fc 100%);
  position: relative;
}
.wave_one_section_three .w_content_two {
  z-index: 1;
}
.wave_one_section_three .w_content_two:before {
  content: "";
  background: url("../img/home_one/dot.png") no-repeat scroll center left;
  position: absolute;
  top: -45px;
  left: -60px;
  width: 157px;
  height: 248px;
  z-index: -1;
}
.wave_one_section_three.active .w_phone_img .p_one {
  animation: fadeInLeft 0.9s both 0.5s;
}
.wave_one_section_three.active .w_phone_img .p_two {
  animation: slideInLeft 0.9s both 1s;
}

.w_phone_img {
  position: relative;
  text-align: center;
  z-index: 1;
}
.w_phone_img .dot {
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.w_phone_img .p_two {
  bottom: 5px;
  right: 0;
  z-index: -1;
  animation: fadeOut 0.9s both;
}

.wave_one_section_four {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #8398fe 0%, #4c40fc 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #8398fe 0%, #4c40fc 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #8398fe 0%, #4c40fc 100%);
}
.wave_one_section_five {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #8398fe 0%, #4c40fc 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #8398fe 0%, #4c40fc 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #8398fe 0%, #4c40fc 100%);
}
.wave_one_section_four.active .img_screen.one {
  animation: translateD1 0.9s both 0.5s;
}
.wave_one_section_four.active .img_screen.two {
  animation: translateD 0.9s both 1s;
}
.wave_one_section_four.active .img_screen.three {
  animation: translateDT 0.9s both 1.3s;
}
.wave_one_section_four.active .img_four {
  animation: fadeInUp 0.9s both 1.6s;
}
.wave_one_section_four .t_two {
  right: 198px;
  bottom: 281px;
}
.wave_one_section_four .w_content_two h2, .wave_one_section_four .w_content_two p, .wave_one_section_four .w_content_two .p_btn {
  animation: fadeOut 0.4s both;
}

.w_mockup_img {
  position: relative;
  text-align: center;
}
.w_mockup_img:before {
  content: "";
  background: url("../img/home_one/shap_circle.png") no-repeat center top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -70px;
  right: -170px;
}
.w_mockup_img .img_screen {
  display: inline-block;
  position: relative;
  transform: rotate(-18deg);
}
.w_mockup_img .img_screen img {
  box-shadow: 0px 10px 40px 0px rgba(12, 0, 46, 0.15);
}
.w_mockup_img .img_screen.three, .w_mockup_img .img_screen.two {
  position: absolute;
}
.w_mockup_img .img_screen.one {
  animation: fadeOut 0.9s both;
}
.w_mockup_img .img_screen.three {
  z-index: 1;
  left: 100px;
  top: 0;
  transform: rotate(-5deg);
  animation: fadeOut 0.9s both;
}
.w_mockup_img .img_screen.two {
  z-index: 0;
  left: 70px;
  top: -5px;
  transform: rotate(-12deg);
  animation: fadeOut 0.9s both;
}
.w_mockup_img .img_four {
  border-radius: 5px;
  max-width: 100%;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: -80px;
  top: 105px;
  z-index: 1;
  animation: fadeOut 0.9s both;
}

.w_footer_area {
  background: url("../img/home_one/footer_bg.jpg") no-repeat scroll center 0/cover;
  padding: 30px 0px 0px;
}

.footer_text {
  text-align: center;
  color: #fff;
}
.footer_text h3 {
  font-size: 36px;
  margin-bottom: 35px;
  color: #fff;
}
.footer_text .subscribe_info {
  max-width: 550px;
  margin: 0 auto 50px;
  position: relative;
}
.footer_text .subscribe_info .form-control {
  background: rgba(255, 255, 255, 0.25);
  height: 50px;
  font-size: 14px;
  color: #fff;
  border-radius: 0px;
  border: 0px;
  padding-left: 20px;
}
.footer_text .subscribe_info .form-control.placeholder {
  color: #fff;
}
.footer_text .subscribe_info .form-control:-moz-placeholder {
  color: #fff;
}
.footer_text .subscribe_info .form-control::-moz-placeholder {
  color: #fff;
}
.footer_text .subscribe_info .form-control::-webkit-input-placeholder {
  color: #fff;
}
.footer_text .subscribe_info .form-control:focus {
  box-shadow: none;
}
.footer_text .subscribe_info button {
  position: absolute;
  right: 20px;
  top: 54%;
  padding: 0px;
  border: 0px;
  transform: translateY(-52%);
  font-size: 22px;
  color: #fff;
}
.footer_text .social_link {
  margin-bottom: 32px;
}
.footer_text .social_link li + li {
  margin-left: 12px;
}
.footer_text p {
  margin-bottom: 0;
  font-size: 14px;
  color: #aaaaaa;
  line-height: 28px;
}
.footer_text p a {
  color: #fff;
  text-decoration: underline;
}

.social_link {
  margin-bottom: 0px;
}
.social_link li {
  display: inline-block;
}
.social_link li a {
  display: inline-block;
  font-size: 20px;
  color: #929197;
  transition: all 0.5s;
  width: 25px;
  height: 22px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.social_link li a i {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.social_link li a i + i {
  top: 100%;
}
.social_link li a:hover i {
  top: -100%;
  color: #fff;
}
.social_link li a:hover i + i {
  top: 0;
}
.social_link li + li {
  margin-left: 10px;
}

.wave_one_section_two.active .w_content_two h2, .wave_one_section_three.active .w_content_two h2, .wave_one_section_four.active .w_content_two h2 {
  animation: fadeInUp 0.9s both 1s;
}
.wave_one_section_two.active .w_content_two p, .wave_one_section_three.active .w_content_two p, .wave_one_section_four.active .w_content_two p {
  animation: fadeInUp 0.9s both 1.2s;
}
.wave_one_section_two.active .w_content_two .p_btn, .wave_one_section_three.active .w_content_two .p_btn, .wave_one_section_four.active .w_content_two .p_btn {
  animation: fadeInUp 0.9s both 1.4s;
}

.home_one #fp-nav {
  right: 50px;
  transform: translateY(-50%);
  margin-top: 0 !important;
}
.home_one #fp-nav li {
  height: auto !important;
  margin: 0px !important;
  width: 1px !important;
}
.home_one #fp-nav li a {
  height: 85px !important;
  width: 1px !important;
  background: #fff;
  opacity: 0.2;
  padding: 0px;
  margin: 0px !important;
  transition: opacity 0.5s;
}
.home_one #fp-nav li a span, .home_one #fp-nav li a:before, .home_one #fp-nav li a:after {
  display: none;
}
.home_one #fp-nav li a.active {
  opacity: 1;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== wave_two_section_one css =============*/
.wave_two_section_one {
  background: url("../img/home_three/first_banner.jpg") no-repeat scroll center 0/cover;
  position: relative;
}
.wave_two_section_one .t_two {
  bottom: 100px;
  right: 600px;
}
.wave_two_section_one .t_three {
  right: 150px;
  left: auto;
  top: 250px;
}
.wave_two_section_one.active .w_content h2 {
  animation: fadeInUp 0.9s both 0.7s;
}
.wave_two_section_one.active .w_content .circle_line {
  animation: zoomIn 0.9s both 0.5s;
}
.wave_two_section_one.active .w_img_table .table_img {
  animation: fadeInUp 0.9s both 0.7s;
}
.wave_two_section_one.active .w_img_table .first {
  animation: fadeInDown 0.9s both 1s;
}
.wave_two_section_one.active .w_img_table .two {
  animation: fadeInDown 0.9s both 1.2s;
}
.wave_two_section_one.active .w_img_table .laptop {
  animation: fadeIn 0.9s both 1.4s;
}
.wave_two_section_one.active .w_img_table .flower {
  animation: fadeInRight 0.9s both 1.2s;
}

.w_img_table {
  padding-top: 70px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1500px) {
  .w_img_table {
    margin-bottom: -120px;
  }
}
.w_img_table .table_img {
  position: relative;
  z-index: -1;
}
.w_img_table .first {
  left: 50%;
  top: -125px;
  margin-left: -106px;
}
.w_img_table .two {
  right: -30px;
  top: 0;
}
.w_img_table .laptop {
  left: 53%;
  margin-left: -72px;
  top: 88px;
  z-index: 0;
}
.w_img_table .flower {
  right: -50px;
  bottom: 40px;
}

#fp-nav {
  right: 50px;
}
#fp-nav.hide {
  display: none;
}
#fp-nav ul li {
  width: auto !important;
  height: auto !important;
  margin: 0px 0px 10px;
}
#fp-nav ul li a {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
#fp-nav ul li a:before {
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
#fp-nav ul li a:after {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  transform: scale(0.7);
  transition: all 0.5s;
  opacity: 0;
}
#fp-nav ul li a span {
  display: none;
}
#fp-nav ul li a.active:before {
  background: #fff;
}
#fp-nav ul li a.active:after {
  transform: scale(1);
  opacity: 1;
}
#fp-nav.white ul li a:before {
  background: rgba(16, 16, 16, 0.3);
}
#fp-nav.white ul li a:after {
  border-color: #101010;
}
#fp-nav.white ul li a.active:before {
  background: #101010;
}

.wave_two_section_two {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgba(11, 60, 175, 0.8) 0%, #0c44b3 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgba(11, 60, 175, 0.8) 0%, #0c44b3 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgba(11, 60, 175, 0.8) 0%, #0c44b3 100%);
  position: relative;
  z-index: 1;
}
.wave_two_section_two #particles-js {
  top: 0;
  width: auto;
  height: auto;
  left: 0;
  right: 0;
}
.wave_two_section_two.active .w_portfolio_img .round {
  animation: zoomIn 0.9s both 1s;
}
.wave_two_section_two.active .w_portfolio_img img {
  animation: zoomIn 0.9s both 1.3s;
}
.wave_two_section_two.active .w_content_two h2 {
  animation: fadeInUp 0.9s both 1s;
}
.wave_two_section_two.active .w_content_two p {
  animation: fadeInUp 0.9s both 1.2s;
}
.wave_two_section_two.active .w_content_two .p_btn {
  animation: fadeInUp 0.9s both 1.4s;
}
.wave_two_section_two .w_content_two {
  padding-left: 60px;
  padding-right: 10px;
}
.wave_two_section_two .w_content_two h2 {
  font-size: 48px;
  margin-bottom: 25px;
}
.wave_two_section_two .t_two {
  right: 360px;
  bottom: auto;
  top: 240px;
}
.wave_two_section_two .text {
  font-size: 300px;
  font-weight: 700;
  font-family:'Titillium Web', sans-serif;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 40%;
  left: 54%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.wave_two_section_two .s_round {
  width: 7px;
  height: 7px;
  opacity: 0.2;
}
.wave_two_section_two .s_round.r_one {
  left: 400px;
  top: 160px;
}
.wave_two_section_two .s_round.r_two {
  left: 40%;
  top: 160px;
}
.wave_two_section_two .s_round.r_three {
  left: 54%;
  top: 290px;
}
.wave_two_section_two .s_round.r_four {
  left: 60%;
  top: 190px;
}
.wave_two_section_two .s_round.r_five {
  left: 70%;
  top: 230px;
}
.wave_two_section_two .s_round.r_six {
  left: 70%;
  top: 440px;
}
.wave_two_section_two .s_round.r_seven {
  left: 56%;
  bottom: 200px;
}
.wave_two_section_two .s_round.r_eight {
  left: 65%;
  bottom: 200px;
}
.wave_two_section_two .s_round.r_nine {
  left: 75%;
  bottom: 280px;
}
.wave_two_section_two .s_round.r_ten {
  right: 18%;
  top: 230px;
}
.wave_two_section_two .s_round.r_eleven {
  left: 250px;
  top: 140px;
  width: 66px;
  height: 66px;
  background-image: -moz-linear-gradient(-42deg, #0030ff 0%, #558fff 100%);
  background-image: -webkit-linear-gradient(-42deg, #0030ff 0%, #558fff 100%);
  background-image: -ms-linear-gradient(-42deg, #0030ff 0%, #558fff 100%);
  box-shadow: 0px 60px 30px 0px rgba(0, 0, 0, 0.08);
}
.wave_two_section_two .dot_one {
  left: 0;
  top: 260px;
}
.wave_two_section_two .dot_two {
  right: 0;
  bottom: 260px;
}

.t_shap {
  right: 0;
  top: 0;
}

.b_shap {
  bottom: 0;
  left: 0;
}

.w_portfolio_img {
  position: relative;
  z-index: 1;
}
.w_portfolio_img .round {
  width: 100%;
  border-radius: 50%;
  left: -50px;
  background: #fff;
  opacity: 0.1;
  top: -25px;
  bottom: -25px;
  z-index: -1;
}
.w_portfolio_img img {
  border-radius: 100%;
}

.wave_two_section_three {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgba(246, 63, 91, 0.8) 0%, #f63f5b 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgba(246, 63, 91, 0.8) 0%, #f63f5b 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgba(246, 63, 91, 0.8) 0%, #f63f5b 100%);
  position: relative;
  z-index: 1;
}
.wave_two_section_three .t_first {
  left: 10%;
  top: auto;
  bottom: 370px;
}
.wave_two_section_three .t_five {
  bottom: auto;
  top: 145px;
  left: auto;
  right: 23%;
}
.wave_two_section_three.active .s_section_title {
  animation: fadeInLeft 0.9s both 0.6s;
}
.wave_two_section_three.active .col-lg-4 {
  animation: fadeInUp 0.9s both 0.8s;
}
.wave_two_section_three.active .col-lg-4:nth-child(2) {
  animation: fadeInUp 0.9s both 1s;
}
.wave_two_section_three.active .col-lg-4:nth-child(3) {
  animation: fadeInUp 0.9s both 1.2s;
}

.scroll_service_item {
  border: 1px solid #f3c58e;
  padding: 40px;
  color: #fff;
  position: relative;
  transition: all 0.3s linear;
  z-index: 1;
  cursor: pointer;
}
.scroll_service_item:before {
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #f3c58e;
  position: absolute;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s linear;
}
.scroll_service_item .number {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 80px;
}
.scroll_service_item .icon {
  right: 40px;
  top: 40px;
}
.scroll_service_item h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 23px;
  color: #fff;
}
.scroll_service_item p {
  margin-bottom: 32px;
}
.scroll_service_item .p_btn {
  background: #fd2d4d;
  border-color: #f3c58e;
}
.scroll_service_item .p_btn:hover {
  background: #fff;
  border-color: #fff;
  color: #101010;
  box-shadow: 0px 10px 40px 0px rgba(12, 0, 46, 0.15);
}
.scroll_service_item:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.scroll_service_item:hover:before {
  opacity: 1;
}

.wave_two_section_four {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #345da7 0%, #1e468c 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #345da7 0%, #1e468c 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #345da7 0%, #1e468c 100%);
}
.wave_two_section_four .bg-title {
  color: rgba(255, 255, 255, 0.05);
}

/*============== wave_two_section_five css ==========*/
.bg-title {
  font-size: 300px;
  font-weight: 700;
  line-height: 320px;
  color: rgba(0, 0, 0, 0.05);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.bg-title .layer {
  position: relative !important;
}

.wave_two_section_five {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgba(15, 171, 112, 0.8) 0%, #13ab6f 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgba(15, 171, 112, 0.8) 0%, #13ab6f 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgba(15, 171, 112, 0.8) 0%, #13ab6f 100%);
  position: relative;
  z-index: 1;
}
.wave_two_section_five .t_first {
  top: 190px;
  left: 17%;
}
.wave_two_section_five .t_two {
  top: 220px;
  right: 17%;
}

.sc_video_inner {
  max-width: 900px;
  height: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc_video_inner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
}
.sc_video_inner .dot_l {
  left: -48px;
  top: 55px;
  z-index: -2;
}
.sc_video_inner .dot_l img {
  z-index: -5;
}
.sc_video_inner .dot_r {
  right: -48px;
  bottom: 55px;
  z-index: -2;
}
.sc_video_inner .video_bg {
  width: 100%;
  height: 100%;
  z-index: 0;
}

.v_icon {
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  line-height: 80px;
  display: block;
  position: relative;
  z-index: 1;
}
.v_icon:before, .v_icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  background: #fff;
  left: 0;
  z-index: -1;
}
.v_icon:before {
  opacity: 0.1;
  transform: scale(2);
}
.v_icon:after {
  opacity: 0.15;
  transform: scale(3);
  top: 0;
}
.v_icon .dot_animation {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  animation: pulse 3s infinite;
  transform: translate(-50%, -50%);
  animation-delay: 1.5s;
  will-change: transform;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(3.5);
    transform: translate(-50%, -50%) scale(3.5);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(3.5);
    transform: translate(-50%, -50%) scale(3.5);
  }
}
/*============= wave_two_section_six css ==========*/
.wave_two_section_six {
  background: #f8f9fc;
}
.wave_two_section_six .s_section_title {
  color: #101010;
}
.wave_two_section_six .t_first {
  left: 4%;
  bottom: 50px;
  top: auto;
}
.wave_two_section_six .t_first img {
  position: relative !important;
}
.wave_two_section_six .t_two {
  top: 200px;
  right: 8%;
}
.wave_two_section_six .t_two img {
  position: relative !important;
}
.wave_two_section_six.active .s_section_title {
  animation: fadeInUp 0.9s both 0.8s;
}
.wave_two_section_six.active .c_logo_item {
  animation: fadeInUp 0.9s both 0.8s;
}
.wave_two_section_six.active .c_logo_item:nth-child(2) {
  animation: fadeInUp 0.9s both 0.9s;
}
.wave_two_section_six.active .c_logo_item:nth-child(3) {
  animation: fadeInUp 0.9s both 1s;
}
.wave_two_section_six.active .c_logo_item:nth-child(4) {
  animation: fadeInUp 0.9s both 1.2s;
}
.wave_two_section_six.active .c_logo_item:nth-child(5) {
  animation: fadeInUp 0.9s both 1.3s;
}
.wave_two_section_six.active .c_logo_item:nth-child(6) {
  animation: fadeInUp 0.9s both 0.9s;
}
.wave_two_section_six.active .c_logo_item:nth-child(7) {
  animation: fadeInUp 0.9s both 1s;
}
.wave_two_section_six.active .c_logo_item:nth-child(8) {
  animation: fadeInUp 0.9s both 1.2s;
}
.wave_two_section_six.active .c_logo_item:nth-child(9) {
  animation: fadeInUp 0.9s both 1.3s;
}
.wave_two_section_six.active .c_logo_item:nth-child(10) {
  animation: fadeInUp 0.9s both 1.2s;
}
.wave_two_section_six.active .c_logo_item:nth-child(11) {
  animation: fadeInUp 0.9s both 0.8s;
}
.wave_two_section_six.active .c_logo_item:nth-child(12) {
  animation: fadeInUp 0.9s both 0.9s;
}
.wave_two_section_six.active .c_logo_item:nth-child(13) {
  animation: fadeInUp 0.9s both 1s;
}
.wave_two_section_six.active .c_logo_item:nth-child(14) {
  animation: fadeInUp 0.9s both 1.2s;
}
.wave_two_section_six.active .c_logo_item:nth-child(15) {
  animation: fadeInUp 0.9s both 1.3s;
}

.sc_clients_logo_info {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.sc_clients_logo_info:before, .sc_clients_logo_info:after {
  content: "";
  position: absolute;
  width: 475px;
  height: 275px;
  z-index: -1;
}
.sc_clients_logo_info:before {
  background: url("../img/home_three/clients_bg_l.png");
  left: -85px;
  top: -40px;
}
.sc_clients_logo_info:after {
  background: url("../img/home_three/clients_bg_r.png");
  right: -85px;
  bottom: -80px;
}
.sc_clients_logo_info .c_logo_item {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 48px 40px;
  transition: all 0.3s linear;
}
.sc_clients_logo_info .c_logo_item img {
  max-width: 100%;
}
.sc_clients_logo_info .c_logo_item:hover {
  background-color: white;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

.splitting .char {
  animation: slide-in 1s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(60ms * var(--char-index));
}

@keyframes slide-in {
  from {
    transform: translateY(-1em) rotate(-0.5turn) scale(0.5);
    opacity: 0;
  }
}
/*================ wave_two_section_seven ==============*/

.wave_two_section_seven .dot_one {
  left: 0;
  bottom: 150px;
}
.wave_two_section_seven .dot_two {
  right: 0;
  top: 180px;
}
.wave_two_section_seven .t_first {
  top: 220px;
  left: 15%;
}
.wave_two_section_seven .t_two {
  right: 25%;
  bottom: 200px;
}
.wave_two_section_seven .t_three {
  top: 180px;
  left: 50%;
}
.wave_two_section_seven.active .w_contact_text h2 {
  animation: fadeInUp 0.9s both 0.8s;
}
.wave_two_section_seven.active .w_contact_text p {
  animation: fadeInUp 0.9s both 0.9s;
}


.w_contact_info {
  display: flex;
  flex-wrap: wrap;
}
.w_contact_info li {
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
  width: 50%;
  position: relative;
  padding-left: 30px;
}
.w_contact_info li a {
  color: #fff;
}
.w_contact_info li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 20px;
}
.w_contact_info li + li {
  margin-left: 0px;
}

.contact_form_box {
  overflow: hidden;
}
.contact_form_box .text_box {
  width: 100%;
  margin-bottom: 28px;
}
.contact_form_box .text_box input, .contact_form_box .text_box textarea {
  width: 100%;
  height: 36px;
  font-size: 12px;
  padding-left: 0px;
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0px;
  color: #fff;
}
.contact_form_box .text_box input.placeholder, .contact_form_box .text_box textarea.placeholder {
  color: #fff;
}
.contact_form_box .text_box input:-moz-placeholder, .contact_form_box .text_box textarea:-moz-placeholder {
  color: #fff;
}
.contact_form_box .text_box input::-moz-placeholder, .contact_form_box .text_box textarea::-moz-placeholder {
  color: #fff;
}
.contact_form_box .text_box input::-webkit-input-placeholder, .contact_form_box .text_box textarea::-webkit-input-placeholder {
  color: #fff;
}
.contact_form_box .text_box:nth-child(3) {
  margin-top: 70px;
}
.contact_form_box .p_btn {
  font-size: 13px;
  color: #101010;
  float: right;
}

/*============ wave_two_section_eight css ===========*/
.wave_two_section_eight {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgba(47, 18, 137, 0.7) 0%, #4f1eab 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgba(47, 18, 137, 0.7) 0%, #4f1eab 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgba(47, 18, 137, 0.7) 0%, #4f1eab 100%);
}
.wave_two_section_eight .t_first {
  left: 22%;
  top: 190px;
}
.wave_two_section_eight .dot_one {
  left: 140px;
  bottom: 120px;
}
.wave_two_section_eight .dot_two {
  right: 0;
  top: 140px;
}
.wave_two_section_eight .t_two {
  opacity: 0.2;
}
.wave_two_section_eight .footer_text .subscribe_info .form-control {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 0;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============= fullpage_main_area css ============*/
.multi_bg {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
}

.left_bg1 {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #89d48c 0%, #54b059 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #89d48c 0%, #54b059 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #89d48c 0%, #54b059 100%);
}

.left_bg2 {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #5f53cc 0%, #1311a3 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #5f53cc 0%, #1311a3 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #5f53cc 0%, #1311a3 100%);
}

.left_bg3 {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #eebd7c 0%, #ff9328 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #eebd7c 0%, #ff9328 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #eebd7c 0%, #ff9328 100%);
}

.left_round {
  bottom: 130px;
  right: 70px;
}

.left_triangle {
  top: 200px;
  left: 120px;
  animation: rollIn 2s both 1s infinite alternate;
}

.big_rounds {
  width: 500px;
  height: 500px;
  border: 80px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  position: absolute;
  left: -150px;
  top: -150px;
  opacity: 0;
}

.multi_left_img {
  text-align: center;
  position: relative;
}
.multi_left_img .left_dot {
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: -1;
}
.multi_left_img .w_phone_img {
  max-width: 450px;
  margin: 0 auto;
  text-align: left;
}
.multi_left_img .w_mockup_img {
  max-width: 630px;
  margin: 0 auto;
}
.multi_left_img .w_mockup_img:before {
  display: none;
}
.multi_left_img .w_mockup_img .img_four {
  right: -33px;
}

.split_content {
  max-width: 470px;
  margin-left: 205px;
  position: relative;
}
.split_content .sp_arrow {
  position: absolute;
  top: -140px;
  left: 0px;
  animation: slideInnew 0.9s both 0.6s infinite alternate;
}

.sp_leaf {
  position: absolute;
  right: 100px;
  bottom: 150px;
}

.dot_left {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.dot_left.small_round {
  width: 51px;
  height: 51px;
  top: 150px;
  right: 80px;
  animation: zoomIn 2s linear infinite alternate;
}
.dot_left.big_round {
  width: 105px;
  height: 105px;
  top: 180px;
  right: 130px;
  animation: zoomIn 2.6s linear infinite alternate;
}

.multi_content h6 {
  font-size: 20px;
  font-weight: 500;
  color: #777777;
}
.multi_content h2 {
  color: #101010;
}
.multi_content .line {
  background: url("../img/home-four/line.png") no-repeat scroll center 0;
  width: 95px;
  height: 15px;
  display: block;
  margin-bottom: 26px;
}
.multi_content p {
  color: #777;
}
.multi_content .p_btn {
  border-color: #000;
  border-width: 2px;
  color: #101010;
}
.multi_content .p_btn:hover {
  background: #101010;
  color: #fff;
}

.ms-section.active {
  overflow: hidden;
}
.ms-section.active .big_rounds {
  animation: rollIncustom8 0.9s both 0.6s;
  opacity: 1;
}
.ms-section.active .multi_content h6 {
  animation: fadeInUp 0.9s both 0.9s;
}
.ms-section.active .multi_content h2 {
  animation: fadeInUp 0.9s both 1.1s;
}
.ms-section.active .multi_content .line {
  animation: fadeInUp 0.9s both 1.26s;
}
.ms-section.active .multi_content p {
  animation: fadeInUp 0.9s both 1.4s;
}
.ms-section.active .multi_content .p_btn {
  animation: fadeInUp 0.9s both 1.6s;
}
.ms-section.active .laptop_m {
  animation: zoomIn 0.9s both 0.5s;
}
.ms-section.active .w_phone_img .p_one {
  animation: fadeInLeft 0.9s both 0.5s;
}
.ms-section.active .w_phone_img .p_two {
  animation: slideInLeft 0.9s both 1s;
}
.ms-section.active .img_screen.one {
  animation: translateD1 0.9s both 0.5s;
}
.ms-section.active .img_screen.two {
  animation: translateD 0.9s both 1s;
}
.ms-section.active .img_screen.three {
  animation: translateDT 0.9s both 1.3s;
}
.ms-section.active .img_four {
  animation: fadeInUp 0.9s both 1.6s;
}

#multiscroll-nav li {
  margin: 0px;
  width: 40px;
  height: 2px;
}
#multiscroll-nav li a {
  width: 50%;
  background: #cccccc;
  position: absolute;
  right: 0;
  transition: all 0.4s linear;
}
#multiscroll-nav li a span {
  display: none;
}
#multiscroll-nav li a.active {
  width: 100%;
  background: #000;
}
#multiscroll-nav li + li {
  margin-top: 20px;
}

/*============== fullpage_slider css ==============*/
.fullpage_slider_bg {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #5f53cc 0%, #1311a3 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #5f53cc 0%, #1311a3 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #5f53cc 0%, #1311a3 100%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.fullpage_slider_img {
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
.fullpage_slider_img:before {
  content: "";
  width: 100%;
  position: absolute;
  background: url("../img/home_two/dot.png") no-repeat scroll top left;
  height: 100%;
  top: -35px;
  left: -35px;
  z-index: -1;
}
.fullpage_slider_img:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: #3a2ebf;
  right: 0;
  left: auto;
  transition: width 0.3s linear;
  z-index: 0;
}
.fullpage_slider_img .overlay_img {
  height: 100%;
  top: 0;
  background: #3a2ebf;
  right: 0;
  left: auto;
  transition: width 1s linear;
  z-index: 1;
}
.fullpage_slider_img img {
  max-width: 100%;
}

.fullpage_slider_content {
  position: relative;
  margin-right: -260px;
  z-index: 2;
}
.fullpage_slider_content .text_f, .fullpage_slider_content .text_s {
  font-size: 86px;
  font-weight: 700;
  line-height: 110px;
  color: #fff;
  overflow: hidden;
  display: block;
}
.fullpage_slider_content .text_f span, .fullpage_slider_content .text_s span {
  display: block;
  overflow: hidden;
}
.fullpage_slider_content .text_f {
  line-height: 80px;
}
.fullpage_slider_content .text_s {
  margin-bottom: 35px;
}
.fullpage_slider_content .fullpage_slider_btn {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 16px 41px;
  letter-spacing: 0.33px;
  position: relative;
  display: inline-block;
  transition: all 0.3s linear;
  z-index: 1;
}
.fullpage_slider_content .fullpage_slider_btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  opacity: 0.102;
  z-index: -1;
  transition: all 0.4s linear;
}
.fullpage_slider_content .fullpage_slider_btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(0deg, #3a2ebf 0%, #3c7ace 100%);
  background-image: -webkit-linear-gradient(0deg, #3a2ebf 0%, #3c7ace 100%);
  background-image: -ms-linear-gradient(0deg, #3a2ebf 0%, #3c7ace 100%);
  z-index: -1;
}
.fullpage_slider_content .fullpage_slider_btn:hover {
  box-shadow: 0px 40px 30px 0px rgba(0, 0, 0, 0.15);
}
.fullpage_slider_content .fullpage_slider_btn:hover:before {
  top: 5px;
  left: 5px;
}

.fullpage_slider_section.active .fullpage_slider_img {
  animation: fadeInRight 0.9s both 0.5s;
}
.fullpage_slider_section.active .fullpage_slider_img:before {
  animation: fadeInDown 1s both 1.4s;
}
.fullpage_slider_section.active .fullpage_slider_img:after {
  animation: fadeOut 1s both 1.4s;
}
.fullpage_slider_section.active .fullpage_slider_img .overlay_img {
  animation: overlay_right 1s both 1.3s;
}
.fullpage_slider_section.active .fullpage_slider_content .text_f span {
  animation: fadeInUp2 0.9s both 1.5s;
}
.fullpage_slider_section.active .fullpage_slider_content .text_s span {
  animation: fadeInUp2 0.9s both 1.7s;
}
.fullpage_slider_section.active .fullpage_slider_content .fullpage_slider_btn {
  animation: fadeInUp 0.9s both 1.9s;
}

@keyframes overlay_right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay_right {
  -webkit-animation-name: overlay_right;
  animation-name: overlay_right;
}

.memphis_rounds {
  width: 885px;
  height: 885px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 195px;
  margin-top: -442px;
}

.f_round {
  width: 885px;
  height: 885px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}

.fullpage_round {
  width: 100%;
  height: 100%;
  border: 1px solid #979aff;
  border-radius: 50%;
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgba(95, 83, 204, 0.9) 0%, rgba(16, 14, 141, 0.9) 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgba(95, 83, 204, 0.9) 0%, rgba(16, 14, 141, 0.9) 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgba(95, 83, 204, 0.9) 0%, rgba(16, 14, 141, 0.9) 100%);
  box-shadow: 0px 0px 200px 0px rgba(0, 0, 0, 0.3);
  z-index: -1;
  opacity: 0.5;
}
.fullpage_round.one {
  top: 0;
  right: 0px;
}
.fullpage_round.two {
  width: 614px;
  height: 614px;
  top: 132px;
  left: 132px;
  bottom: 132px;
  right: 132px;
  opacity: 1;
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(151, 154, 255, 0.25);
}
.fullpage_round.two:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background: url("../img/home_three/round_animation.png") no-repeat scroll center center;
  position: absolute;
  animation: rotate 10s both 5s infinite;
}

.memphis_one {
  top: 200px;
  right: 70px;
}

.memphis_two {
  bottom: 250px;
  right: 50px;
}

.memphis_three {
  top: 50px;
  left: 130px;
}

.memphis_four {
  bottom: 50px;
  left: 240px;
}

.memphis_five {
  top: 50%;
  right: 175px;
  z-index: 4;
}

.memphis_round {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, #141070 0%, #483cce 100%);
  background-image: -webkit-linear-gradient(0deg, #141070 0%, #483cce 100%);
  background-image: -ms-linear-gradient(0deg, #141070 0%, #483cce 100%);
  box-shadow: 0px 60px 30px 0px rgba(0, 0, 0, 0.15);
}
.memphis_round.r_one {
  right: 105px;
  top: 90px;
}
.memphis_round.r_two {
  background-image: -moz-linear-gradient(0deg, #3a2ebf 0%, #3c7ace 100%);
  background-image: -webkit-linear-gradient(0deg, #3a2ebf 0%, #3c7ace 100%);
  background-image: -ms-linear-gradient(0deg, #3a2ebf 0%, #3c7ace 100%);
  width: 40px;
  height: 40px;
  left: 74px;
  bottom: 155px;
}

.memphis_top {
  top: 0px;
  right: 100px;
  z-index: -1;
}

.memphis_left {
  left: 0;
  bottom: 200px;
  z-index: -1;
}

.memphis_bottom {
  bottom: 0;
  right: 50px;
}

.home_three #fp-nav {
  right: auto;
  left: 50px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotate {
  animation-name: rotate;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*================ breadcrumb_area css =============*/
.breadcrumb_area {
  padding: 315px 0px 255px;
  position: relative;
  z-index: 0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.breadcrumb_content h1 {
  font-size: 72px;
  line-height: 88px;
  color: #fff;
}
.breadcrumb_content p {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
}

/*================ breadcrumb_area css =============*/
.breadcrumb_area_two {
  position: relative;
  z-index: 1;
  padding: 200px 0px 130px;
  background-size: cover !important;
}
.breadcrumb_area_two .overlay {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(-42deg, rgba(122, 62, 235, 0.4) 0%, #7a3eeb 100%);
  background-image: -webkit-linear-gradient(-42deg, rgba(122, 62, 235, 0.4) 0%, #7a3eeb 100%);
  background-image: -ms-linear-gradient(-42deg, rgba(122, 62, 235, 0.4) 0%, #7a3eeb 100%);
  position: absolute;
  z-index: -1;
}
.breadcrumb_area_two ol li {
  font-size: 20px;
  font-family:'Titillium Web', sans-serif;
  font-weight: 400;
  color: #fff;
}
.breadcrumb_area_two ol li a {
  color: #fff;
  position: relative;
}
.breadcrumb_area_two ol li a:after {
  content: "/";
  display: inline-block;
  top: 0;
  right: 0;
  margin: 0px 5px;
}

/*============= breadcrumb_area_three css ===========*/
.breadcrumb_area_three {
  position: relative;
  z-index: 1;
}
.breadcrumb_area_three .overlay {
  background: rgba(0, 0, 0, 0.6);
}

/*============= breadcrumb_area_four css ===========*/
.breadcrumb_area_four {
  padding: 302px 0px;
  position: relative;
  z-index: 1;
}
.breadcrumb_area_four .overlay {
  background: rgba(0, 0, 0, 0.6);
}

.breadcrumb_area_five {
  padding: 180px 0px 300px;
  position: relative;
  z-index: 1;
}
.breadcrumb_area_five .overlay {
  background: rgba(0, 0, 0, 0.6);
}

.breadcrumb_area_six {
  padding: 270px 0px 272px;
}

.blog_details_br_content h2 {
  font-size: 54px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
.blog_details_br_content .post_details {
  align-items: center;
}
.blog_details_br_content .post_details .p_date {
  color: #fff;
  margin-left: 30px;
  font-family:'Titillium Web', sans-serif;
  font-size: 14px;
}

/*============== video_area css =============*/
.video_area .sc_video_inner {
  box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.2);
}

/*============== video_area css =============*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============ process_area css ============*/
.process_area {
  background-image: -moz-linear-gradient(-42deg, rgba(73, 49, 230, 0.9) 0%, #4931e6 100%);
  background-image: -webkit-linear-gradient(-42deg, rgba(73, 49, 230, 0.9) 0%, #4931e6 100%);
  background-image: -ms-linear-gradient(-42deg, rgba(73, 49, 230, 0.9) 0%, #4931e6 100%);
  position: relative;
  z-index: 1;
}
.process_area .dot_one {
  left: 0;
  top: 150px;
  z-index: -1;
}
.process_area .dot_two {
  right: 0;
  bottom: 100px;
  z-index: -1;
}

.process_item {
  color: #fff;
}
.process_item img {
  margin-bottom: 30px;
}
.process_item h4 {
  font-size: 24px;
  position: relative;
  padding-top: 25px;
  margin-bottom: 25px;
  color: #fff;
}
.process_item h4:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 60px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.1);
}
.process_item p {
  margin-bottom: 0;
}

/*============ process_area css ============*/
/*============ testimonial area css ============*/
.testimonial_area {
  background-image: -moz-linear-gradient(-42deg, rgba(73, 49, 230, 0.9) 0%, #4931e6 100%);
  background-image: -webkit-linear-gradient(-42deg, rgba(73, 49, 230, 0.9) 0%, #4931e6 100%);
  background-image: -ms-linear-gradient(-42deg, rgba(73, 49, 230, 0.9) 0%, #4931e6 100%);
  padding: 100px 0px;
}

.testimonial_slider {
  padding-left: 30px;
}
.testimonial_slider .slick-list {
  padding: 0px !important;
}
.testimonial_slider .slick-list .item {
  transform: scale(0.77);
  transition: all 0.5s linear;
  padding-bottom: 10px;
}
.testimonial_slider .slick-list .item .media {
  background: #fff;
  align-items: center;
  padding: 25px 30px 22px;
  border-radius: 5px;
  opacity: 0.5;
  transition: all 0.3s linear;
}
.testimonial_slider .slick-list .item .media .media-body {
  position: relative;
}
.testimonial_slider .slick-list .item .media .img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  margin-right: 30px;
}
.testimonial_slider .slick-list .item .media h5 {
  font-size: 20px;
  color: #101010;
  margin-bottom: 10px;
}
.testimonial_slider .slick-list .item .media p {
  margin-bottom: 0;
  color: #777777;
}
.testimonial_slider .slick-list .item .media .quote_img {
  right: 10px;
  top: -6px;
}
.testimonial_slider .slick-list .item.slick-center {
  transform: scale(1);
}
.testimonial_slider .slick-list .item.slick-center .media {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.clients_inner {
  position: relative;
  padding-right: 65px;
  padding-top: 75px;
}
.clients_inner .quote_img {
  position: absolute;
  top: 0;
}
.clients_inner .s_section_title {
  margin-bottom: 25px;
}
.clients_inner p {
  color: #fff;
  margin-bottom: 38px;
}
.clients_inner .ab_clients_logo {
  display: flex;
  align-items: center;
}
.clients_inner .ab_clients_logo .ab_clients_logo_item {
  width: calc(100% / 3);
  margin-bottom: 42px;
}

.p_btn_w {
  background: #fff;
  color: #101010;
  font-size: 13px;
}

/*============ testimonial area css ============*/
/*============ clients_logo_area css ============*/
.clients_logo_area .sc_clients_logo_info:before, .clients_logo_area .sc_clients_logo_info:after {
  display: none;
}

/*============ clients_logo_area css ============*/
/*============ team_area css ============*/
.team_area .row {
  margin-bottom: -55px;
}

.team_item {
  margin-bottom: 55px;
  display: inline-block;
}
.team_item .team-img {
  position: relative;
  z-index: 1;
}
.team_item .team-img:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: -moz-linear-gradient(-42deg, rgba(106, 71, 235, 0.7) 0%, #130cde 100%);
  background-image: -webkit-linear-gradient(-42deg, rgba(106, 71, 235, 0.7) 0%, #130cde 100%);
  background-image: -ms-linear-gradient(-42deg, rgba(106, 71, 235, 0.7) 0%, #130cde 100%);
  opacity: 0;
  transition: all 0.9s;
  z-index: 0;
}
.team_item .social_link {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.team_item .social_link li {
  transform: translateY(100%);
  transition: all 0.4s;
}
.team_item .social_link li a {
  color: #fff;
}
.team_item h4 {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 20px;
}
.team_item h4 span {
  font-size: 14px;
  color: #777777;
  font-weight: 400;
}
.team_item:hover .team-img:before {
  opacity: 1;
}
.team_item:hover .social_link li {
  transform: translateY(0);
}

/*============ team_area css ============*/
/*============ services area css here ============*/
.services_area {
  background-color: #f8f9fc;
}
.services_area .scroll_service_item {
  border: 0px solid transparent;
  background-color: #fff;
  color: #777777;
  margin-bottom: 30px;
  z-index: 1;
}
.services_area .scroll_service_item .number {
  color: rgba(16, 16, 16, 0.2);
  transition: all 300ms linear 0s;
  margin-bottom: 75px;
}
@media (max-width: 1400px) {
  .services_area .scroll_service_item .scroll_service_item .icon {
    top: 40px;
    max-width: 52px;
  }
}
.services_area .scroll_service_item h3 {
  color: #101010;
  transition: all 300ms linear 0s;
}
.services_area .scroll_service_item p {
  transition: all 300ms linear 0s;
}
.services_area .scroll_service_item h2 {
  line-height: 45px;
}
.services_area .scroll_service_item .p_btn {
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #7e7e7e;
  background-color: transparent;
  color: #101010;
  padding: 12px 49px;
}
.services_area .scroll_service_item .p_btn:hover {
  border: 1px solid transparent;
}
.services_area .scroll_service_item:before {
  height: 100%;
  z-index: -1;
  transition: all 300ms linear 0s;
  background-image: -moz-linear-gradient(-42deg, #4d33e6 0%, #774fed 100%);
  background-image: -webkit-linear-gradient(-42deg, #4d33e6 0%, #774fed 100%);
  background-image: -ms-linear-gradient(-42deg, #4d33e6 0%, #774fed 100%);
}
.services_area .scroll_service_item:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.services_area .scroll_service_item:hover h3, .services_area .scroll_service_item:hover p {
  color: #fff;
}
.services_area .scroll_service_item:hover h2 {
  color: rgba(255, 255, 255, 0.2);
}
.services_area .scroll_service_item:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.services_area .scroll_service_item:hover .p_btn {
  background-color: #fff;
  border: 1px solid #fff;
}
.services_area .scroll_service_item:hover:before {
  opacity: 1;
  height: 100%;
}

/*============ servicesarea css end ============*/
/*============ services area css here ============*/
.services_details_area .services_details_sidebar {
  background-color: #f8f9fc;
}
@media (max-width: 991px) {
  .services_details_area .services_details_sidebar {
    margin-bottom: 50px;
  }
  header.header_area_one.p_absoulte.m_p {
    z-index: 9999;
	display:block !important;
}
  .services_details_area .services_details_sidebar br {
    display: none;
  }
}
.services_details_area .services_details_sidebar .nav-link {
  display: flex;
  align-items: center;
  color: #777777;
  font-size: 16px;
  font-weight: 500;
  padding: 0 30px;
  border-radius: 0;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .services_details_area .services_details_sidebar .nav-link {
    padding: 0 20px;
  }
}
.services_details_area .services_details_sidebar .nav-link .single_nav_menu {
  position: relative;
  padding-left: 40px !important;
}
.services_details_area .services_details_sidebar .nav-link img {
  max-width: 24px;
  margin-right: 12px;
  transition: all 100ms linear 0s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.services_details_area .services_details_sidebar .nav-link .single_nav_menu {
  padding: 21px 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #dfe0e2;
}
.services_details_area .services_details_sidebar .nav-link:last-child .single_nav_menu {
  border-bottom: 0;
}
.services_details_area .services_details_sidebar .nav-link.active, .services_details_area .services_details_sidebar .nav-link:hover {
  color: #fff;
  background-color: transparent;
  background-image: -moz-linear-gradient(-42deg, #774fed 0%, #4d33e6 100%);
  background-image: -webkit-linear-gradient(-42deg, #774fed 0%, #4d33e6 100%);
  background-image: -ms-linear-gradient(-42deg, #774fed 0%, #4d33e6 100%);
}
.services_details_area .services_details_sidebar .nav-link.active .single_nav_menu, .services_details_area .services_details_sidebar .nav-link:hover .single_nav_menu {
  border-bottom: 1px solid transparent;
}
.services_details_area .services_details_sidebar .nav-link.active img, .services_details_area .services_details_sidebar .nav-link:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media (min-width: 1200px) {
  .services_details_area .service_details_content {
    padding-left: 18px;
  }
}
.services_details_area .service_details_content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .services_details_area .service_details_content h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .services_details_area .service_details_content h2 {
    margin-bottom: 20px;
  }
}
.services_details_area .service_details_content p {
  margin-bottom: 27px;
}
@media (max-width: 991px) {
  .services_details_area .service_details_content p {
    margin-bottom: 15px;
  }
}
.services_details_area .service_details_content img {
  margin: 8px 0 35px;
}
@media (max-width: 991px) {
  .services_details_area .service_details_content img {
    margin: 5px 0 25px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .services_details_area .service_details_content img {
    margin: 5px 0 25px;
  }
}
.services_details_area .service_details_content ul {
  margin: 0;
  padding: 17px 0 0 0;
}
@media (max-width: 991px) {
  .services_details_area .service_details_content ul {
    padding: 10px 0 0 0;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .services_details_area .service_details_content ul {
    padding: 10px 0 0 0;
  }
}
.services_details_area .service_details_content ul li {
  list-style: none;
  position: relative;
  padding-left: 17px;
  margin: 13px 0;
  line-height: 28px;
}
.services_details_area .service_details_content ul li:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  left: 0;
  top: 10px;
}
.services_details_area .service_details_content ul li:last-child {
  margin: 13px 0 0;
}

/*============ servicesarea css end ============*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== portfolio_area css ============*/
.portfolio_area .row {
  margin-bottom: -15px;
}

.gallery_filter li {
  font-size: 16px;
  color: #777777;
  transition: color 0.3s linear;
  cursor: pointer;
  margin-bottom: 22px;
}
.gallery_filter li.active {
  font-weight: 600;
  color: #7a51ed;
}
.gallery_filter li:hover {
  color: #7a51ed;
}

.gallery_item {
  margin-bottom: 30px;
}

.gallery_post {
  cursor: pointer;
}
.gallery_post .img {
  overflow: hidden;
}
.gallery_post img {
  width: 100%;
  transition: all 0.9s linear;
}
.gallery_post .gallery_text_info {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -38px;
  position: relative;
  z-index: 0;
}
.gallery_post .gallery_text_info .gallery_content {
  background-color: white;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.gallery_post .gallery_text_info .gallery_content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(140deg, rgba(73, 49, 230, 0.9) 0%, #7a51ed 100%);
  background-image: -webkit-linear-gradient(140deg, rgba(73, 49, 230, 0.9) 0%, #7a51ed 100%);
  background-image: -ms-linear-gradient(140deg, rgba(73, 49, 230, 0.9) 0%, #7a51ed 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.gallery_post:hover img {
  transform: scale(1.1);
}
.gallery_post:hover .gallery_content:before {
  opacity: 1;
}
.gallery_post:hover .gallery_content h3, .gallery_post:hover .gallery_content .g_tag {
  color: #fff;
}

.gallery_content {
  padding: 18px 30px;
  position: relative;
  z-index: 1;
}
.gallery_content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
  transition: color 0.3s linear;
}
.gallery_content .g_tag {
  color: #777;
  font-size: 14px;
  transition: color 0.3s linear;
}

/*============== portfolio_area css ============*/
/*============== portfolio_info_area css ============*/
.portfolio_info_area {
  padding-bottom: 50px;
}

.slider_nav i {
  width: 54px;
  height: 54px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  transition: all 0.3s linear;
  cursor: pointer;
}
.slider_nav i + i {
  margin-left: 12px;
}
.slider_nav i:hover {
  background: #fff;
  color: #101010;
}

.portfolio_info_slider {
  margin-top: -256px;
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.portfolio_info_slider .portfolio_img {
  padding-bottom: 55px;
}
.portfolio_info_slider .portfolio_img img {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
.portfolio_info_slider .por_details_info h4 {
  font-size: 24px;
  margin-bottom: 0px;
}
.portfolio_info_slider .por_details_info .d-flex {
  flex-wrap: wrap;
}

.portfolio_text p {
  padding-bottom: 10px;
}
.portfolio_text .p_btn {
  margin-top: 10px;
}

.por_details_item {
  width: 50%;
  padding: 23px 0px;
}
.por_details_item p {
  margin-bottom: 0;
}
.por_details_item a {
  color: #777;
}

.social_link.social_link_two {
  padding-top: 5px;
}
.social_link.social_link_two li a {
  font-size: 18px;
  color: #ff33d1;
}
.social_link.social_link_two li a .social_dribbble {
  color: #ff33d1;
}
.social_link.social_link_two li a .social_googleplus {
  color: #f34a38;
}
.social_link.social_link_two li a .social_facebook {
  color: #475993;
}
.social_link.social_link_two li a .social_twitter {
  color: #5f9dec;
}
.pr_title {
  font-size: 20px;
  font-weight: 600;
}

.details_item {
  padding: 50px 0px;
  align-items: center;
}
.details_item img {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
.details_item .details_content {
  padding-right: 95px;
}
.details_item h3 {
  font-size: 36px;
  margin-bottom: 25px;
}
.details_item ul li {
  position: relative;
  padding-left: 18px;
}
.details_item ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  left: 0;
  top: 10px;
}
.details_item .details_content_two {
  padding-left: 38px;
}

.pr_details_inner_two {
  position: relative;
}
.pr_details_inner_two .d-flex {
  flex-wrap: wrap;
}
.pr_details_inner_two .pr_details_content {
  max-width: 540px;
  right: 0;
  top: 0px;
  position: absolute;
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 55px 40px;
}
.pr_details_inner_two .pr_details_content .por_details_item {
  width: calc(100% / 3);
  padding: 18px 0px;
}
.pr_details_inner_two .pr_details_content .por_details_item .pr_title {
  margin-bottom: 10px;
}
.pr_details_inner_two .pr_details_content .p_details_btn {
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
}
.pr_details_inner_two .pr_details_content .pr_title {
  margin-bottom: 20px;
}

.pr_details_nav span {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: #777777;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s linear;
}
.pr_details_nav span.next {
  margin-left: 50px;
  position: relative;
}
.pr_details_nav span.next:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #777;
  display: inline-block;
  left: -25px;
  position: absolute;
}
.pr_details_nav span:hover {
  color: #101010;
}

/*============== portfolio_info_area css ============*/
/*============ portfolio_detailes_two css ============*/
.portfolio_detailes_two h3 {
  font-size: 36px;
  margin-bottom: 30px;
}

.pr_details_slider_two {
  padding-right: 315px;
}

/*============ portfolio_detailes_two css ============*/
/*============ portfolio_detailes_three css ============*/
.portfolio_detailes_three .portfolio_text h3 {
  font-size: 36px;
  margin-bottom: 20px;
}
.portfolio_detailes_three .por_details_info .d-flex {
  flex-wrap: wrap;
}

.pr_details_inner_three {
  position: relative;
  margin-bottom: 55px;
}
.pr_details_inner_three .pr_details_slider_two {
  padding-right: 0;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
.pr_details_inner_three .pr_details_nav {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 6px 15px;
}

/*============ portfolio_detailes_three css ============*/
/*============ portfolio_fluid_area css ============*/
.portfolio_fluid_area {
  padding-top: 100px;
}

.gallery_filter_two {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.gallery_filter_two li {
  display: inline-block;
}
.gallery_filter_two li + li {
  margin-left: 40px;
}

.gallery_inner_two {
  margin: 0px;
}
.gallery_inner_two .gallery_item {
  padding: 0px;
  margin-bottom: 0;
}

.gallery_post_two {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.gallery_post_two .img {
  position: relative;
  z-index: 0;
}
.gallery_post_two .img:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(140deg, rgba(73, 49, 230, 0.9) 0%, #7a51ed 100%);
  background-image: -webkit-linear-gradient(140deg, rgba(73, 49, 230, 0.9) 0%, #7a51ed 100%);
  background-image: -ms-linear-gradient(140deg, rgba(73, 49, 230, 0.9) 0%, #7a51ed 100%);
  position: absolute;
  opacity: 0;
  transition: all 0.5s linear;
  z-index: 1;
}
.gallery_post_two .img img {
  transition: all 0.8s linear;
}
.gallery_post_two .hover_text {
  position: absolute;
  bottom: 0;
  padding: 40px;
}
.gallery_post_two .hover_text a {
  display: block;
  overflow: hidden;
}
.gallery_post_two .hover_text h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 2px;
  transform: translateY(100%);
  transition: all 0.7s linear;
}
.gallery_post_two .hover_text .g_tag {
  font-size: 14px;
  color: #fff;
  transform: translateY(100%);
  transition: all 0.9s linear;
}
.gallery_post_two:hover .img:before {
  opacity: 1;
}
.gallery_post_two:hover .img img {
  transform: scale(1.2);
}
.gallery_post_two:hover .hover_text h3, .gallery_post_two:hover .hover_text .g_tag {
  transform: translateY(0);
}

.gallery_inner_three {
  margin: -8px;
}
.gallery_inner_three .gallery_item {
  padding: 8px;
  margin-bottom: 0;
}

.gallery_inner_four .gallery_item .gallery_post .img {
  border-radius: 10px;
}
.gallery_inner_four .gallery_item .gallery_post .gallery_content {
  padding: 26px 0px 0px;
}
.gallery_inner_four .gallery_item .gallery_post .gallery_content h3 {
  color: #101010;
}
.gallery_inner_four .gallery_item .gallery_post .gallery_content h3:hover {
  color: #7a51ed;
}
.gallery_inner_four .gallery_item .gallery_post .gallery_content .g_tag {
  color: #777;
}
.gallery_inner_four .gallery_item .gallery_post .gallery_content .g_tag:hover {
  color: #7a51ed;
}

/*============ portfolio_fluid_area css ============*/
/*============ masonry_portfolio_area css ============*/
.portfolio_filter.gallery_filter {
  margin-bottom: 0;
}
.portfolio_filter.gallery_filter li {
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
  font-family:'Titillium Web', sans-serif;
  font-weight: 500;
  color: #727272;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-right: 35px;
}
.portfolio_filter.gallery_filter li:last-child {
  margin-right: 0;
}
.portfolio_filter.gallery_filter li.active, .portfolio_filter.gallery_filter li:hover {
  font-weight: 500;
  color: #7a51ed;
}

.masonry_portfolio_area {
  position: relative;
  z-index: 2;
  background: #fff;
  overflow: hidden;
}
.masonry_portfolio_area .gallery_inner_three {
  margin: 0px;
}
.masonry_portfolio_area .gallery_item {
  padding: 0px;
}

/*============ masonry_portfolio_area css ============*/
.portfolio_slider_style.style_3 .single_portfolio_content {
  margin-top: 50px;
  transition: all 0.3s linear;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  bottom: -87px;
  top: auto;
  transform: translateY(0);
  padding: 50px 50px 0 50px;
  text-align: left;
}
.portfolio_slider_style.style_3 .single_portfolio_content span {
  font-size: 12px;
  height: 22px;
  padding: 0 13px;
  background-color: #fff;
  line-height: 22px;
  border-radius: 3px;
  border: 1px solid #fff;
  text-transform: uppercase;
  margin-bottom: 17px;
  display: inline-block;
}
.portfolio_slider_style.style_3 .single_portfolio_content .portfolio_content_iner {
  opacity: 0;
  visibility: hidden;
}
.portfolio_slider_style.style_3 .single_portfolio_content h4 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s linear;
}
.portfolio_slider_style.style_3 .single_portfolio_content h4 a {
  color: #fff;
}
.portfolio_slider_style.style_3 .single_portfolio_content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.portfolio_slider_style.style_3 .single_portfolio_content .read_more_btn {
  color: #fff;
  display: inline-flex;
  align-items: center;
  margin-top: 15px;
  line-height: 1;
  transition: all 0.3s linear;
}
.portfolio_slider_style.style_3 .single_portfolio_content .read_more_btn i {
  font-weight: 600;
  margin-left: 10px;
  font-size: 18px;
  position: relative;
  transition: transform 0.2s linear;
}
.portfolio_slider_style.style_3 .single_portfolio_content .read_more_btn img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  max-width: 17px;
  margin-left: 15px;
}
.portfolio_slider_style.style_3 .single_portfolio_content .read_more_btn:hover i {
  transform: translateX(5px);
}
.portfolio_slider_style.style_3 .single_portfolio_item {
  position: relative;
  z-index: 1;
}
.portfolio_slider_style.style_3 .single_portfolio_item:hover .single_portfolio_content {
  top: auto;
  bottom: 53px;
}
.portfolio_slider_style.style_3 .single_portfolio_item {
  transition: all 0.5s linear;
  overflow: hidden;
  width: 100%;
  display: block;
  height: 100vh;
}
.portfolio_slider_style.style_3 .single_portfolio_item .single_portfolio_iner {
  display: block;
  width: 100%;
  height: 100%;
}
.portfolio_slider_style.style_3 .single_portfolio_item .portfolio_item_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh !important;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio_slider_style.style_3 .single_portfolio_item .bg_1 {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #5f53cc 0%, #1311a3 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #5f53cc 0%, #1311a3 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #5f53cc 0%, #1311a3 100%);
  background-image: radial-gradient(50% 50%, circle closest-side, #5f53cc 0%, #1311a3 100%);
}
.portfolio_slider_style.style_3 .single_portfolio_item .bg_2 {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #eebd7c 0%, #ff9328 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #eebd7c 0%, #ff9328 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #eebd7c 0%, #ff9328 100%);
  background-image: radial-gradient(50% 50%, circle closest-side, #eebd7c 0%, #ff9328 100%);
}
.portfolio_slider_style.style_3 .single_portfolio_item .bg_3 {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #89d48c 0%, #54b059 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #89d48c 0%, #54b059 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #89d48c 0%, #54b059 100%);
  background-image: radial-gradient(50% 50%, circle closest-side, #89d48c 0%, #54b059 100%);
  height: 100%;
}
.portfolio_slider_style.style_3 .single_portfolio_item .portfolio_item_bg {
  transition: all 0.5s linear;
}
.portfolio_slider_style.style_3 .single_portfolio_item .w_mockup_img {
  top: -100px;
}
.portfolio_slider_style.style_3 .single_portfolio_item .w_mockup_img:before {
  display: none;
}
.portfolio_slider_style.style_3 .single_portfolio_item .w_mockup_img .img_screen.one {
  left: -20px;
}
.portfolio_slider_style.style_3 .single_portfolio_item .w_mockup_img .img_screen.two {
  left: 0px;
}
.portfolio_slider_style.style_3 .single_portfolio_item .w_mockup_img .img_screen.three {
  left: 25px;
}
.portfolio_slider_style.style_3 .single_portfolio_item .w_mockup_img .img_screen, .portfolio_slider_style.style_3 .single_portfolio_item .w_mockup_img .img_four {
  animation: fadeIn 0.2s both;
}
.portfolio_slider_style.style_3 .single_portfolio_item .w_phone_img {
  padding-right: 120px;
}
.portfolio_slider_style.style_3 .single_portfolio_item .w_phone_img .p_two {
  animation: fadeIn 0.9s both;
}
.portfolio_slider_style.style_3 .single_portfolio_item.swiper-slide-active img {
  animation: fadeInRight 0.9s both 0.4s;
}
.portfolio_slider_style.style_3 .single_portfolio_item.swiper-slide-active .w_mockup_img .img_screen.one {
  animation: translateD1 0.9s both 0.5s;
}
.portfolio_slider_style.style_3 .single_portfolio_item.swiper-slide-active .w_mockup_img .img_screen.two {
  animation: translateD 0.9s both 0.7s;
}
.portfolio_slider_style.style_3 .single_portfolio_item.swiper-slide-active .w_mockup_img .img_screen.three {
  animation: translateDT 0.9s both 0.9s;
}
.portfolio_slider_style.style_3 .single_portfolio_item.swiper-slide-active .w_mockup_img .img_four {
  animation: fadeInUp 0.9s both 1s;
}
.portfolio_slider_style.style_3 .single_portfolio_item.swiper-slide-active .w_phone_img .p_one {
  animation: fadeInLeft 0.9s both 0.4s;
}
.portfolio_slider_style.style_3 .single_portfolio_item.swiper-slide-active .w_phone_img .p_two {
  animation: slideInLeft 0.9s both 1s;
}
.portfolio_slider_style.style_3 .single_portfolio_item:hover {
  background-size: auto 105%;
}
.portfolio_slider_style.style_3 .single_portfolio_item:hover .single_portfolio_content {
  margin-top: 0;
  visibility: visible;
  bottom: 53px;
}
.portfolio_slider_style.style_3 .single_portfolio_item:hover .portfolio_content_iner {
  opacity: 1;
  visibility: visible;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*================= blog_area css =============*/
.blog_inner {
  padding-right: 20px;
}

.video_img {
  position: relative;
}
.video_img .v_icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-image: -moz-linear-gradient(-42deg, rgba(73, 49, 230, 0.9) 0%, #4931e6 100%);
  background-image: -webkit-linear-gradient(-42deg, rgba(73, 49, 230, 0.9) 0%, #4931e6 100%);
  background-image: -ms-linear-gradient(-42deg, rgba(73, 49, 230, 0.9) 0%, #4931e6 100%);
}
.video_img .v_icon:hover {
  color: #fff;
}

.b_inner {
  padding: 0px 30px;
  margin-top: -70px;
  position: relative;
}

.blog_list_content {
  background: #fff;
  padding: 30px 50px;
  margin-bottom: 30px;
}
.blog_list_content .b_post_info {
  display: flex;
}
.blog_list_content .b_post_info .p_date {
  margin-left: 30px;
}
.blog_list_content h2 {
  font-size: 30px;
  line-height: 40px;
  color: #101010;
  margin-top: 20px;
  margin-bottom: 18px;
  transition: color 0.3s linear;
}
.blog_list_content h2:hover {
  color: #7a51ed;
}

.blog_audio_item .mejs__container {
  padding: 95px;
  background-image: -moz-linear-gradient(-42deg, rgba(73, 49, 230, 0.9) 0%, #4931e6 100%);
  background-image: -webkit-linear-gradient(-42deg, rgba(73, 49, 230, 0.9) 0%, #4931e6 100%);
  background-image: -ms-linear-gradient(-42deg, rgba(73, 49, 230, 0.9) 0%, #4931e6 100%);
  width: 100% !important;
  max-width: 710px;
}
.blog_audio_item .mejs__container:before {
  content: "";
  background: url(../img/blog/mick.png) no-repeat right top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 16px;
  right: 40px;
}
.blog_audio_item .mejs__container .mejs__controls {
  bottom: auto;
  top: 20px;
  padding: 0px 40px;
  background: transparent;
}
.blog_audio_item .mejs__container .mejs__controls .mejs__time-total {
  height: 3px;
  background: #9071f0;
  border-radius: 5px;
  margin-top: 9px;
}
.blog_audio_item .mejs__container .mejs__controls .mejs__time-handle-content {
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 17%;
  height: 3px;
  left: -7px;
  top: -4px;
  width: 10px;
}
.blog_audio_item .mejs__container .mejs__controls .mejs__time-total, .blog_audio_item .mejs__container .mejs__controls .mejs__time-buffering, .blog_audio_item .mejs__container .mejs__controls .mejs__time-loaded, .blog_audio_item .mejs__container .mejs__controls .mejs__time-hovered, .blog_audio_item .mejs__container .mejs__controls .mejs__time-float-corner, .blog_audio_item .mejs__container .mejs__controls .mejs__time-marker, .blog_audio_item .mejs__container .mejs__controls .mejs__time-current {
  height: 3px;
}
.blog_audio_item .mejs__container .mejs__controls .mejs__horizontal-volume-total {
  top: 19px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}
.blog_audio_item .b_inner {
  margin-top: -100px;
}

.read_btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  color: #777777;
  transition: all 0.2s linear;
}
.read_btn i {
  vertical-align: middle;
}
.read_btn:hover {
  color: #7a51ed;
}

.comment_btn {
  font-size: 14px;
  color: #9d9d9d;
  line-height: 18px;
}
.comment_btn img {
  margin-right: 6px;
}
.comment_btn:hover {
  color: #7a51ed;
}

.p_tag a {
  font-size: 12px;
  font-weight: 500;
  font-family:'Titillium Web', sans-serif;
  line-height: 20px;
  color: #fff;
  display: inline-block;
  background: #7a51ed;
  padding: 0px 10px;
}
.p_tag a.green {
  background: #5ecc45;
}
.p_tag a.yellow {
  background: #fbbb0a;
}
.p_tag a + a {
  background: #f91b6f;
  margin-left: 5px;
}

.p_date {
  font-size: 14px;
  color: #9d9d9d;
}
.p_date img {
  padding-right: 5px;
}

blockquote {
  background-color: white;
  box-shadow: 0px 0px 30px 0px rgba(0, 21, 46, 0.08);
  padding: 40px;
  position: relative;
  margin-bottom: 60px;
  z-index: 1;
}
blockquote:before {
  content: "";
  background: url("../img/blog/quote.jpg") no-repeat scroll right bottom;
  position: absolute;
  right: 40px;
  bottom: 0;
  height: 110px;
  width: 100%;
  z-index: -1;
}
blockquote p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  font-style: italic;
  color: #777777;
  margin-bottom: 22px;
}
blockquote .author {
  font-weight: 600;
  color: #101010;
  font-size: 18px;
}

.blockquote_two {
  padding: 38px 120px 20px 50px;
}
.blockquote_two:before {
  background: url(../img/blog/chain.png) no-repeat scroll center right;
  right: 0;
  height: 100%;
  top: 0px;
}
.blockquote_two p {
  color: #101010;
}

.pagination .page-numbers {
  font-size: 18px;
  font-weight: 500;
  color: #777777;
  position: relative;
  transition: color 0.3s linear;
}
.pagination .page-numbers:before {
  content: "";
  height: 2px;
  background: #7a51ed;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 0.3s linear;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  color: #7a51ed;
}
.pagination .page-numbers:hover:before, .pagination .page-numbers.current:before {
  width: 100%;
}
.pagination .page-numbers + .page-numbers {
  margin-left: 34px;
}

.blog_details img {
  box-shadow: 0px 15px 20px 0px rgba(0, 21, 46, 0.05);
  margin-bottom: 38px;
  max-width: 100%;
}
.blog_details p {
  line-height: 30px;
  margin-bottom: 30px;
}
.blog_details .p_date img {
  margin-bottom: 0;
}
.blog_details blockquote {
  background-image: -moz-linear-gradient(-42deg, rgba(122, 81, 237, 0.9) 0%, #4931e6 100%);
  background-image: -webkit-linear-gradient(-42deg, rgba(122, 81, 237, 0.9) 0%, #4931e6 100%);
  background-image: -ms-linear-gradient(-42deg, rgba(122, 81, 237, 0.9) 0%, #4931e6 100%);
  margin-bottom: 36px;
}
.blog_details blockquote:before {
  background: url("../img/blog/qoute2.png") no-repeat scroll right bottom;
  height: 40px;
  bottom: 45px;
}
.blog_details blockquote:after {
  content: "";
  position: absolute;
  left: 30px;
  top: 15px;
  height: 86px;
  width: 100%;
  z-index: -1;
  background: url("../img/blog/qoute.png") no-repeat scroll left top;
}
.blog_details blockquote p, .blog_details blockquote .author {
  color: #fff;
}

.post_social_info {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.post_social_info .tags .post-nam {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #101010;
}
.post_social_info .tags .tag {
  padding: 0px 12px;
  margin-left: 5px;
}

.author_post {
  background-color: white;
  box-shadow: 0px 0px 30px 0px rgba(0, 21, 46, 0.05);
  padding: 40px;
  margin-top: 55px;
  position: relative;
  z-index: 1;
}
.author_post:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 20px;
  background: url("../img/blog/leaf.png") no-repeat scroll center right;
  position: absolute;
  z-index: -1;
}

.comment_post .author_img {
  margin-right: 30px;
}
.comment_post .media-body h4 {
  font-size: 20px;
  color: #101010;
  margin-bottom: 17px;
}
.comment_post .media-body p {
  margin-bottom: 0;
}

/*=============comment_inner css ===========*/
.c_title {
  font-size: 30px;
  margin-bottom: 35px;
}

.comment_list_info {
  padding-top: 100px;
}

.p_comment_list {
  margin-bottom: -40px;
}
.p_comment_list .post_comment {
  border-bottom: 1px solid #ebecf7;
}
.p_comment_list .post_comment .comment_post {
  position: relative;
  padding-bottom: 40px;
}
.p_comment_list .post_comment .comment_post .media-body .reply {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 14px;
  font-style: italic;
  color: #777777;
}
.p_comment_list .post_comment .comment_post .media-body .reply i {
  margin-right: 5px;
}
.p_comment_list .post_comment .comment_post .media-body .reply:hover {
  color: #7a51ed;
}
.p_comment_list .post_comment .reply-comment {
  padding-left: 80px;
}
.p_comment_list .post_comment + .post_comment {
  padding-top: 40px;
}

.comment_box {
  padding-top: 95px;
}
.comment_box .c_title {
  margin-bottom: 25px;
}
.comment_box .contact_form_box .text_box input, .comment_box .contact_form_box .text_box textarea {
  color: #777777;
  font-size: 16px;
}
.comment_box .contact_form_box .text_box input.placeholder, .comment_box .contact_form_box .text_box textarea.placeholder {
  color: #777777;
}
.comment_box .contact_form_box .text_box input:-moz-placeholder, .comment_box .contact_form_box .text_box textarea:-moz-placeholder {
  color: #777777;
}
.comment_box .contact_form_box .text_box input::-moz-placeholder, .comment_box .contact_form_box .text_box textarea::-moz-placeholder {
  color: #777777;
}
.comment_box .contact_form_box .text_box input::-webkit-input-placeholder, .comment_box .contact_form_box .text_box textarea::-webkit-input-placeholder {
  color: #777777;
}
.comment_box .contact_form_box .text_box textarea {
  height: 100px;
}
.comment_box .contact_form_box .p_btn {
  float: none;
  font-weight: 500;
  color: #fff;
  background-image: -moz-linear-gradient(360deg, #7a51ed 0%, #4931e6 70%);
  background-image: -webkit-linear-gradient(360deg, #7a51ed 0%, #4931e6 70%);
  background-image: -ms-linear-gradient(360deg, #7a51ed 0%, #4931e6 70%);
  transition: all 0.3s linear;
}
.comment_box .contact_form_box .p_btn:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 21, 46, 0.1);
  transform: translateY(-5px);
}

/*============= blog_details_area_two css =============*/
.blog_details_area_two {
  padding-bottom: 100px;
}
.blog_details_area_two .blog_details_img {
  margin-top: -256px;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.blog_details_area_two .blog_details_img img {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  max-width: 100%;
}
.blog_details_area_two .blog_details .b_post_info {
  margin-bottom: 25px;
}
.blog_details_area_two .blog_details .post_details .p_date {
  margin-left: 30px;
}

/*============= blog_details_area_two css =============*/
/*=============blog_sidebar css ===========*/
.blog_sidebar {
  padding-left: 20px;
}

.sidebar_title {
  font-size: 24px;
  line-height: 26px;
  color: #101010;
  margin-bottom: 30px;
}

.widget + .widget {
  margin-top: 56px;
}

.widget_search .search-form input {
  border: 1px solid #e0e0e0;
  border-radius: 0px;
  height: 60px;
  padding-left: 25px;
  font-size: 14px;
  color: #777777;
}
@includ placeholder {
  .widget_search .search-form input {
    color: #777777;
  }
}
.widget_search .search-form input:focus {
  border-color: #7a51ed;
  box-shadow: none;
}
.widget_search .search-form button {
  background-image: -moz-linear-gradient(180deg, rgba(73, 49, 230, 0.9) 0%, #7a51ed 100%);
  background-image: -webkit-linear-gradient(180deg, rgba(73, 49, 230, 0.9) 0%, #7a51ed 100%);
  background-image: -ms-linear-gradient(180deg, rgba(73, 49, 230, 0.9) 0%, #7a51ed 100%);
  border: 0px;
  padding: 13px 20px 7px;
  color: #fff;
  font-size: 20px;
}

.widget_categorie ul {
  margin-bottom: -10px;
}
.widget_categorie ul li a {
  font-size: 16px;
  color: #101010;
}
.widget_categorie ul li a i {
  color: #777777;
  font-size: 15px;
  padding-right: 6px;
}
.widget_categorie ul li a:hover {
  color: #7a51ed;
}
.widget_categorie ul li + li {
  margin-top: 12px;
}
.widget_categorie ul li.active .dropdown-menu {
  display: block;
}
.widget_categorie ul li .dropdown-menu {
  border: 0px;
  margin-top: 0;
  padding-left: 50px;
}
.widget_categorie ul li .dropdown-menu li a {
  font-size: 15px;
  color: #777777;
}
.widget_categorie ul li .dropdown-menu li a:hover {
  color: #7a51ed;
}

.widget_post .post_item img {
  margin-right: 20px;
}
.widget_post .post_item .media-body h5 {
  font-size: 16px;
  line-height: 22px;
  color: #101010;
  font-weight: 600;
  margin-bottom: 0;
  transition: color 0.2s linear;
}
.widget_post .post_item .media-body h5:hover {
  color: #7a51ed;
}
.widget_post .post_item .media-body .p_date img {
  margin-right: 0;
}
.widget_post .post_item + .post_item {
  margin-top: 30px;
}

.widget_comments .comments_item img {
  margin-right: 20px;
}
.widget_comments .comments_item .media-body a {
  color: #101010;
  font-weight: 600;
  display: inline-block;
}
.widget_comments .comments_item .media-body p {
  color: #777777;
  font-size: 16px;
  margin-bottom: 0;
}
.widget_comments .comments_item + .comments_item {
  margin-top: 20px;
}

.widget_tag ul {
  margin: -5px -3px;
}
.widget_tag ul li {
  display: inline-block;
  margin: 5px 3px;
}

.tag {
  border: 1px solid #e0e0e0;
  color: #777;
  font-size: 14px;
  padding: 5px 13px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
}
.tag:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: -moz-linear-gradient(142deg, #7a51ed 0%, #4931e6 70%);
  background-image: -webkit-linear-gradient(142deg, #7a51ed 0%, #4931e6 70%);
  background-image: -ms-linear-gradient(142deg, #7a51ed 0%, #4931e6 70%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.tag:hover {
  border-color: #7a51ed;
  color: #fff;
}
.tag:hover:before {
  opacity: 1;
}

.widget_instragram ul {
  margin: -2px;
  display: flex;
  flex-wrap: wrap;
}
.widget_instragram ul li {
  display: block;
  width: calc(100% / 3);
  padding: 2px;
}
.widget_instragram ul li a {
  display: block;
  position: relative;
}
.widget_instragram ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(94, 62, 233, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s linear;
}
.widget_instragram ul li a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/blog/instragram.png") no-repeat scroll center center;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.5s linear;
}
.widget_instragram ul li a img {
  max-width: 100%;
}
.widget_instragram ul li a:hover:before {
  opacity: 1;
}
.widget_instragram ul li a:hover:after {
  transform: scale(1);
}

/*================= blog_area css =============*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============ shop area css ===========*/
.shop_tab {
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.shop_menu_left p {
  margin-bottom: 0;
}

.shop_menu_right .view-style {
  display: flex;
  padding-top: 5px;
}
.shop_menu_right .view-style .list-style a {
  font-size: 18px;
}
.shop_menu_right .view-style a {
  font-size: 22px;
  color: #777;
  margin-right: 20px;
  display: inline-block;
  line-height: 22px;
}
.shop_menu_right .view-style .active a {
  color: #6532e8;
}
.shop_menu_right .default_select {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 1px solid #ececec;
  padding: 0px 20px;
  margin-left: 10px;
}
.shop_menu_right .default_select h5 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}
.shop_menu_right .default_select .selectpickers {
  border: 0px;
  padding-left: 8px;
  height: 38px;
  line-height: 38px;
}
.shop_menu_right .default_select .selectpickers:after {
  content: "C";
  font-family: eleganticons;
  width: 8px;
  height: 8px;
  top: 48%;
  right: 4px;
  font-size: 18px;
  transform: rotate(0deg);
  transform-origin: center;
  border: 0px;
  line-height: 10px;
}
.shop_menu_right .default_select .selectpickers ul {
  right: 0;
  left: auto;
}

.single_product_item {
  text-align: center;
  margin-bottom: 60px;
}
.single_product_item .product_img {
  position: relative;
}
.single_product_item .product_img img {
  transition: opacity 0.2s linear;
  max-width: 100%;
}
.single_product_item .product_img .hover_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.single_product_item .product_img .hover_content a {
  width: 60px;
  height: 60px;
  font-size: 20px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 29, 0.1);
  line-height: 62px;
  color: #6532e8;
  display: inline-block;
  transition: all 0.2s linear;
}
.single_product_item .product_img .hover_content a:hover {
  background: #6532e8;
  color: #fff;
}
.single_product_item h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 28px;
  transition: color 0.2s linear;
}
.single_product_item h4:hover {
  color: #6532e8;
}
.single_product_item .price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  font-size: 16px;
}
.single_product_item .price del {
  color: #777777;
  font-weight: 400;
  margin-left: 10px;
}
.single_product_item .price ins {
  text-decoration: none;
  font-weight: 600;
  color: #101010;
}
.single_product_item:hover img {
  opacity: 0.5;
}
.single_product_item:hover .hover_content {
  opacity: 1;
  visibility: visible;
}
.single_product_item:hover .hover_content a:nth-child(1) {
  animation: fadeInUp 300ms ease-in-out;
}
.single_product_item:hover .hover_content a:nth-child(2) {
  animation: fadeInUp 500ms ease-in-out;
}

/*============== shop_list_area css ==============*/
.shop_list_area .shop_page_number {
  margin-top: 80px;
}

.pr_list_item .pr_list_content h3 {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  transition: color 0.2s linear;
}
.pr_list_item .pr_list_content .price {
  float: right;
}
.pr_list_item .pr_list_content .price del {
  color: #777;
  font-size: 16px;
  margin-right: 10px;
}
.pr_list_item .pr_list_content .price ins {
  font-size: 24px;
  font-weight: 600;
  color: #101010;
  text-decoration: none;
}
.pr_list_item .pr_list_content p {
  font-size: 16px;
  line-height: 30px;
  padding-top: 28px;
}
.pr_list_item .pr_list_content:hover h3 {
  color: #6532e8;
}
.pr_list_item + .pr_list_item {
  margin-top: 30px;
}

.pr_button {
  display: flex;
  padding-top: 15px;
}
.pr_button .cart_btn {
  font-size: 13px;
  font-weight: 600;
  color: #101010;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #d7d7d7;
  min-width: 200px;
  text-align: center;
  padding: 10px 20px;
  transition: all 0.2s linear;
}
.pr_button .cart_btn:hover {
  border-color: #6532e8;
  background-image: linear-gradient(40deg, #713ff7 0%, #380ce0 100%);
  color: #fff;
}
.pr_button a {
  display: block;
  width: 55px;
  height: 50px;
  font-size: 20px;
  color: #101010;
  border: 1px solid #d7d7d7;
  text-align: center;
  line-height: 50px;
  margin-left: 15px;
  transition: all 0.2s linear;
}
.pr_button a:hover {
  border-color: #6532e8;
  background: #6532e8;
  color: #fff;
}

.shop_page_number {
  text-align: center;
  margin-bottom: 0px;
}
.shop_page_number li {
  display: inline-block;
  margin: 0px 3px;
}
.shop_page_number li .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e7e7f6;
  font-size: 16px;
  line-height: 39px;
  font-weight: 300;
  color: #7b8a9e;
  text-align: center;
  display: block;
  transition: all 0.2s linear;
}
.shop_page_number li .page-numbers:hover {
  border-color: #5843e8;
  color: #5843e8;
}
.shop_page_number li .page-numbers.current {
  background: #5843e8;
  border-color: #5843e8;
  color: #fff;
}

/*========= pr_sidebar css ============*/
.pr_sidebar .widget_search .search-form {
  background: #f3f4f9;
}
.pr_sidebar .widget_search .search-form input {
  background: transparent;
  border: 0px;
}
.pr_sidebar .widget_search .search-form button {
  background: transparent;
  color: #777;
  font-size: 16px;
}

.filter_slider_area {
  padding-top: 10px;
}
.filter_slider_area .ui-slider {
  height: 6px;
  background: #dbe2e9;
  border: 0px;
  border-radius: 0px;
}
.filter_slider_area .ui-slider .ui-slider-range {
  background: #9f7efd;
  border-radius: 0px;
}
.filter_slider_area .ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #5e2ced;
  border: 0px;
  margin-left: 0;
  top: -7px;
}
.filter_slider_area .ui-slider .ui-slider-handle:focus {
  outline: none;
}
.filter_slider_area .filter_content {
  font-size: 16px;
  text-transform: capitalize;
  font-family:'Titillium Web', sans-serif;
  color: #101010;
  display: flex;
  margin-top: 30px;
  font-weight: 600;
}
.filter_slider_area .filter_content #amount {
  border: 0px;
  font-size: 16px;
  display: inline-block;
  outline: none;
  color: #7d7d7d;
  box-shadow: none;
  padding-left: 5px;
}

.widget_product ul li .media {
  align-items: center;
}
.widget_product ul li .media img {
  margin-right: 25px;
}
.widget_product ul li .media .media-body h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 3px;
}
.widget_product ul li .media .media-body h3:hover {
  color: #6532e8;
}
.widget_product ul li .media .media-body .rate {
  font-size: 16px;
  color: #6532e8;
  font-weight: 500;
}
.widget_product ul li + li {
  margin-top: 20px;
}

.widget_categorie_two ul {
  margin-bottom: 0;
}
.widget_categorie_two ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #777777;
  display: inline-block;
  position: relative;
}
.widget_categorie_two ul li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #6532e8;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.2s linear;
}
.widget_categorie_two ul li a:hover {
  color: #6532e8;
}
.widget_categorie_two ul li a:hover:before {
  width: 100%;
}
.widget_categorie_two ul li + li {
  margin-top: 15px;
}

/*============ product_details_area css =============*/
.pr_details ul li {
  display: inline-block;
  font-size: 16px;
  color: #101010;
}
.pr_details ul li + li:before {
  content: "";
  width: 5px;
  height: 2px;
  display: inline-block;
  background: #101010;
  vertical-align: middle;
  margin: 0px 5px 0px 3px;
}
.pr_details h2 {
  font-weight: 700;
  font-size: 36px;
}
.pr_details .ratting {
  font-size: 16px;
}
.pr_details .ratting .star-rating {
  display: inline-block;
  color: #ffbc08;
  margin-right: 5px;
}
.pr_details .ratting .star-rating:before {
  content: "";
  font-family: "themify";
}
.pr_details .ratting a {
  color: #777;
}
.pr_details .price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 15px;
}
.pr_details .price ins {
  font-size: 36px;
  font-weight: 600;
  color: #6532e8;
  text-decoration: none;
}
.pr_details .price del {
  font-size: 20px;
  color: #777;
  margin-left: 12px;
}
.pr_details p {
  line-height: 30px;
  padding-top: 52px;
  margin-bottom: 60px;
}
.pr_details .pr_button {
  padding-top: 0;
  margin-left: 10px;
}
.pr_details .pr_button a {
  margin-left: 10px;
}
.pr_details .product_meta {
  padding-top: 52px;
}
.pr_details .product_meta li {
  font-size: 18px;
  color: #7d7d7d;
  display: block;
}
.pr_details .product_meta li a {
  color: #7d7d7d;
}
.pr_details .product_meta li:before {
  display: none;
}
.pr_details .product_meta li span {
  color: #101010;
  padding-right: 4px;
}
.pr_details .product_meta li + li {
  margin-top: 12px;
}

.product-qty {
  display: inline-block;
  position: relative;
}
.product-qty .ar_top, .product-qty .ar_down {
  position: absolute;
  right: 8px;
  background: transparent;
  border: 0px;
  color: #bebebe;
  font-size: 18px;
  padding-left: 0;
  padding-right: 0;
  line-height: 20px;
}
.product-qty .ar_top {
  top: 8px;
}
.product-qty .ar_down {
  bottom: 5px;
}
.product-qty .manual-adjust {
  border: 1px solid #d7d7d7;
  background: transparent;
  width: 65px;
  height: 50px;
  color: #777;
  font-size: 20px;
  padding-left: 15px;
}
.product-qty .manual-adjust.placeholder {
  color: #777;
}
.product-qty .manual-adjust:-moz-placeholder {
  color: #777;
}
.product-qty .manual-adjust::-moz-placeholder {
  color: #777;
}
.product-qty .manual-adjust::-webkit-input-placeholder {
  color: #777;
}

.pr_slider_thumb {
  margin-left: -5px;
  margin-right: -5px;
  padding-top: 10px;
}
.pr_slider_thumb img {
  padding-left: 5px;
  padding-right: 5px;
  max-width: 100%;
  cursor: pointer;
}

/*=========== product_description_area css ===========*/
.product_description_area {
  background: #f7f7f7;
  padding-bottom: 110px;
}
.product_description_area .tab-content {
  padding-top: 80px;
}
.product_description_area .tab-content p {
  line-height: 30px;
  margin-bottom: 0;
}
.product_description_area .tab-content p + p {
  margin-top: 30px;
}

.pr_tab {
  justify-content: center;
}
.pr_tab .nav-item {
  margin-right: 40px;
}
.pr_tab .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #181b31;
  border-radius: 0px;
  padding: 26px 0px;
  border: 0px;
  background: transparent;
  position: relative;
  transition: all 0.2s linear;
}
.pr_tab .nav-item .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #6532e8;
  height: 2px;
  width: 0;
  transition: width 0.2s linear;
}
.pr_tab .nav-item .nav-link.active:before, .pr_tab .nav-item .nav-link:hover:before {
  width: 100%;
}
.pr_tab .nav-item:last-child {
  margin-right: 0;
}

.aditional_info {
  max-width: 730px;
  margin: 0 auto;
}
.aditional_info .shop_attributes {
  width: 100%;
}
.aditional_info .shop_attributes tr {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
.aditional_info .shop_attributes tr th, .aditional_info .shop_attributes tr td {
  padding: 13px 30px;
  font-size: 16px;
  font-weight: 400;
}
.aditional_info .shop_attributes tr th {
  color: #181b31;
}
.aditional_info .shop_attributes tr td {
  text-align: right;
  color: #777;
}
.aditional_info .shop_attributes tr:nth-child(2n+1) {
  background: #fff;
}

.review_comment_info {
  max-width: 730px;
  margin: 0 auto;
}
.review_comment_info .c_title {
  font-weight: 600;
}
.review_comment_info .p_comment_list .comment_post {
  padding-bottom: 20px;
}
.review_comment_info .p_comment_list .comment_post .author_img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.review_comment_info .p_comment_list .comment_post .media-body {
  padding-right: 65px;
}
.review_comment_info .p_comment_list .comment_post .media-body h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
}
.review_comment_info .p_comment_list .comment_post .media-body .date {
  font-size: 14px;
  color: #7d7d7d;
  margin-bottom: 5px;
}
.review_comment_info .p_comment_list .post_comment + .post_comment {
  padding-top: 30px;
}
.review_comment_info .comment_box .contact_form_box .text_box {
  margin-bottom: 25px;
}
.review_comment_info .comment_box .contact_form_box .text_box input {
  height: 55px;
  background: #fff;
  padding-left: 25px;
  border: 0px;
}
.review_comment_info .comment_box .contact_form_box .text_box textarea {
  height: 140px;
  background: #fff;
  border: 0px;
  padding-left: 25px;
  padding-top: 15px;
}
.review_comment_info .comment_box .comment-form-rating p {
  font-size: 16px;
  color: #181b31;
}
.review_comment_info .comment_box .comment-form-rating p .rating {
  color: #dedede;
  letter-spacing: 2.5px;
  margin-left: 20px;
}
.review_comment_info .comment_box .comment-form-rating p .rating:before {
  content: "";
  font-family: eleganticons;
}
.review_comment_info .comment_box .p_btn {
  padding: 11px 40px 10px;
  margin-top: 32px;
}

/*=============== related_pr_slider  css ==============*/
.related_pr_slider .slick-prev, .related_pr_slider .slick-next {
  width: 64px;
  height: 64px;
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.2s linear;
}
.related_pr_slider .slick-prev:before, .related_pr_slider .slick-next:before {
  font-family: inherit;
  color: #181b31;
  opacity: 1;
  line-height: 0.2;
}
.related_pr_slider .slick-prev:hover, .related_pr_slider .slick-next:hover {
  background: #6532e8;
}
.related_pr_slider .slick-prev:hover:before, .related_pr_slider .slick-next:hover:before {
  color: #fff;
}
.related_pr_slider .slick-prev {
  left: -100px;
}
.related_pr_slider .slick-next {
  right: -100px;
}
.related_pr_slider .single_product_item {
  margin-bottom: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/*========== checkout_area css =============*/
.checkout_area {
  padding: 100px 0px 70px;
}
.checkout_area .c_title {
  font-weight: 600;
}

.checkout_content input, .checkout_content .selectpicker, .checkout_content textarea {
  border: 1px solid #d7d7d7;
  padding-left: 20px;
  font-size: 16px;
  height: 55px;
  width: 100%;
  margin-bottom: 30px;
}
.checkout_content input.placeholder, .checkout_content .selectpicker.placeholder, .checkout_content textarea.placeholder {
  color: #777777;
}
.checkout_content input:-moz-placeholder, .checkout_content .selectpicker:-moz-placeholder, .checkout_content textarea:-moz-placeholder {
  color: #777777;
}
.checkout_content input::-moz-placeholder, .checkout_content .selectpicker::-moz-placeholder, .checkout_content textarea::-moz-placeholder {
  color: #777777;
}
.checkout_content input::-webkit-input-placeholder, .checkout_content .selectpicker::-webkit-input-placeholder, .checkout_content textarea::-webkit-input-placeholder {
  color: #777777;
}
.checkout_content .woocommerce-additional-fields {
  margin-top: 45px;
}
.checkout_content textarea {
  height: 165px;
  padding-top: 20px;
}
.checkout_content .selectpicker {
  color: #777777;
  line-height: 55px;
}
.checkout_content .selectpicker:after {
  border: 0px;
  content: "C";
  color: #bebebe;
  font-family: eleganticons;
  transform: rotate(0);
  width: auto;
  height: auto;
  line-height: 10px;
  font-size: 18px;
  transition: all 0.2s linear;
  transform-origin: inherit;
}
.checkout_content .selectpicker.open:after {
  transform: rotate(180deg);
  margin-top: -6px;
}

.shiping_checkbox {
  margin-bottom: 60px;
}
.shiping_checkbox input {
  width: auto;
  margin-bottom: 0;
  display: none;
}
.shiping_checkbox input:checked + label:before {
  border-color: #6532e8;
}
.shiping_checkbox input:checked + label:after {
  opacity: 1;
}
.shiping_checkbox .l_text {
  font-size: 16px;
  color: #777;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
.shiping_checkbox .l_text:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #d9d9d9;
  display: inline-block;
  border-radius: 2px;
  margin-right: 10px;
  transition: all 0.2s linear;
}
.shiping_checkbox .l_text:after {
  content: "N";
  font-family: eleganticons;
  position: absolute;
  left: 1px;
  color: #6532e8;
  top: -1px;
  font-size: 11px;
  opacity: 0;
  transition: all 0.2s linear;
}

.cart_total_box {
  padding-left: 50px;
}

.shop_table {
  width: 100%;
}
.shop_table li:last-child .cart-subtotal {
  border-bottom: 0px;
}
.shop_table li.br {
  border-bottom: 1px solid #e6e8eb;
  padding-bottom: 10px;
}
.shop_table .cr_item {
  padding-bottom: 20px;
  font-size: 16px;
  color: #031440;
}
.shop_table .cr_item .media {
  align-items: center;
}
.shop_table .cr_item .media img {
  margin-right: 20px;
}
.shop_table .cr_item .media .media-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shop_table .cr_item .product-quantity {
  text-align: right;
}
.shop_table .cr_item:last-child {
  padding-bottom: 30px;
}
.shop_table .cart-subtotal {
  font-size: 16px;
  color: #05143f;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #e6e8eb;
  padding: 35px 0px;
}
.shop_table .cart-subtotal .a_name {
  font-weight: 400;
}
.shop_table .cart-subtotal .red {
  color: #ff0000;
}
.shop_table .cart-subtotal .green {
  color: #2ba81e;
}
.shop_table .cart-subtotal .amount {
  text-align: right;
}
.shop_table .cart-subtotal .amount a {
  display: block;
  color: #05143f;
  line-height: 20px;
  margin-bottom: 20px;
}
.shop_table .cart-subtotal .amount a span {
  position: relative;
}
.shop_table .cart-subtotal .amount a span:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #05143f;
  left: 0;
  position: absolute;
  bottom: 0;
  display: block;
}
.shop_table .cart-subtotal .amount #coupon_two {
  width: 250px;
}
.shop_table .cart-subtotal .amount #coupon_two input, .shop_table .cart-subtotal .amount #coupon_two .selectpicker {
  width: 100%;
  border: 1px solid #d7d7d7;
  height: 35px;
  margin-bottom: 15px;
  padding-left: 15px;
  border-radius: 0px;
}
.shop_table .cart-subtotal .amount #coupon_two input.placeholder, .shop_table .cart-subtotal .amount #coupon_two .selectpicker.placeholder {
  color: #7d7d7d;
}
.shop_table .cart-subtotal .amount #coupon_two input:-moz-placeholder, .shop_table .cart-subtotal .amount #coupon_two .selectpicker:-moz-placeholder {
  color: #7d7d7d;
}
.shop_table .cart-subtotal .amount #coupon_two input::-moz-placeholder, .shop_table .cart-subtotal .amount #coupon_two .selectpicker::-moz-placeholder {
  color: #7d7d7d;
}
.shop_table .cart-subtotal .amount #coupon_two input::-webkit-input-placeholder, .shop_table .cart-subtotal .amount #coupon_two .selectpicker::-webkit-input-placeholder {
  color: #7d7d7d;
}
.shop_table .cart-subtotal .amount #coupon_two .selectpicker {
  color: #7d7d7d;
  line-height: 35px;
}
.shop_table .cart-subtotal .amount #coupon_two .selectpicker:after {
  border: 0px;
  content: "C";
  color: #bebebe;
  font-family: eleganticons;
  transform: rotate(0);
  width: auto;
  height: auto;
  line-height: 10px;
  font-size: 18px;
  transition: all 0.2s linear;
  transform-origin: inherit;
}
.shop_table .cart-subtotal .amount #coupon_two .selectpicker.open:after {
  transform: rotate(180deg);
  margin-top: -6px;
}
.shop_table .cart-subtotal .amount #coupon_two .g_hover {
  padding: 0px 22px;
  border: 0px;
  width: auto;
}
.shop_table .cart-subtotal.calculation {
  padding-bottom: 20px;
}

.woocommerce-checkout-payment h5 {
  color: #2ba81e;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.woocommerce-checkout-payment h5 i {
  margin-right: 10px;
}
.woocommerce-checkout-payment .condition {
  margin-bottom: 18px;
}
.woocommerce-checkout-payment .condition .l_text {
  color: #6a7c92;
  font-size: 14px;
}
.woocommerce-checkout-payment .condition .l_text a {
  color: #6532e8;
}
.woocommerce-checkout-payment .g_hover {
  width: 100%;
}

/*============ cart_table css ============*/
.shopping_cart_area .shop_table li:first-child .cart-subtotal {
  padding-top: 0;
}
.shopping_cart_area .shop_table .cart-subtotal {
  padding-right: 30px;
}

.cart_table {
  margin-bottom: 40px;
}
.cart_table thead {
  background: #f7f7f7;
}
.cart_table thead th {
  font-size: 16px;
  color: #05143f;
  font-weight: 600;
  padding: 15px;
  border: 0px;
}
.cart_table thead th.product-thumbnail {
  padding-left: 65px;
}
.cart_table thead th.product-subtotal {
  padding-right: 30px;
  text-align: right;
}
.cart_table tbody td {
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 0px;
  border-bottom: 1px solid #e6e8eb;
}
.cart_table tbody td .media {
  align-items: center;
}
.cart_table tbody td .media .media-left {
  margin-right: 20px;
}
.cart_table tbody td .media .remove {
  color: #8b8b8b;
  padding-left: 20px;
  padding-right: 15px;
  font-size: 16px;
}
.cart_table tbody td .media .remove:hover {
  color: #6532e8;
}
.cart_table tbody td .media .media-body h5 {
  font-size: 16px;
  font-weight: 500;
  color: #031440;
}
.cart_table tbody td .product-qty .manual-adjust {
  height: 40px;
}
.cart_table tbody td .product-qty .ar_top, .cart_table tbody td .product-qty .ar_down {
  line-height: 5px;
}
.cart_table tbody td .product-qty .ar_top {
  top: 5px;
}
.cart_table tbody td .product-qty .ar_down {
  bottom: 4px;
}
.cart_table tbody td.price {
  font-size: 16px;
  color: #7d7d7d;
}
.cart_table tbody td.price ins {
  text-decoration: none;
}
.cart_table tbody td .total {
  font-size: 16px;
  color: #7d7d7d;
}
.cart_table tbody td:last-child {
  text-align: right;
  padding-right: 30px;
}

.coupn_code {
  padding-left: 30px;
  padding-top: 15px;
}
.coupn_code h5 {
  font-size: 16px;
  color: #031440;
  font-weight: 500;
  margin-bottom: 20px;
}
.coupn_code h5 a {
  color: #6532e8;
  position: relative;
  line-height: 20px;
  display: inline-block;
}
.coupn_code h5 a:before {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #6532e8;
  position: absolute;
}
.coupn_code .coupon {
  width: 365px;
  display: flex;
}
.coupn_code .coupon .input_text {
  border: 1px solid #d7d7d7;
  padding-left: 25px;
  width: 275px;
  font-size: 14px;
}
.coupn_code .coupon .input_text.placeholder {
  color: #7d7d7d;
}
.coupn_code .coupon .input_text:-moz-placeholder {
  color: #7d7d7d;
}
.coupn_code .coupon .input_text::-moz-placeholder {
  color: #7d7d7d;
}
.coupn_code .coupon .input_text::-webkit-input-placeholder {
  color: #7d7d7d;
}
.coupn_code .coupon .g_hover {
  padding: 11px 22px 10px;
  border: 0px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*=============== contact_area css ================*/
.contact_area {
  padding-bottom: 100px;
}

.mapBox1 {
  min-height: 500px;
  margin-top: -256px;
  z-index: 1;
  position: relative;
}

.contact_info {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e5e5e5;
}

.contact_info_item img {
  line-height: 42px;
  margin-bottom: 25px;
}
.contact_info_item .pr_title {
  margin-bottom: 14px;
}
.contact_info_item a {
  display: block;
  color: #777;
}
.contact_info_item a:hover {
  color: #7a51ed;
}

.contact_inner {
  padding-top: 80px;
}
.contact_inner .w_content_two h2 {
  color: #101010;
  animation: fadeIn 0.5s both;
}
.contact_inner .w_content_two p {
  color: #777;
  animation: fadeIn 0.5s both;
}
.contact_inner .w_content_two ul li {
  color: #101010;
}
.contact_inner .contact_form_box .text_box input, .contact_inner .contact_form_box .text_box textarea {
  font-weight: 500;
  color: #101010;
}
.contact_inner .contact_form_box .text_box input.placeholder, .contact_inner .contact_form_box .text_box textarea.placeholder {
  color: #777;
}
.contact_inner .contact_form_box .text_box input:-moz-placeholder, .contact_inner .contact_form_box .text_box textarea:-moz-placeholder {
  color: #777;
}
.contact_inner .contact_form_box .text_box input::-moz-placeholder, .contact_inner .contact_form_box .text_box textarea::-moz-placeholder {
  color: #777;
}
.contact_inner .contact_form_box .text_box input::-webkit-input-placeholder, .contact_inner .contact_form_box .text_box textarea::-webkit-input-placeholder {
  color: #777;
}
.contact_inner .g_hover {
  float: right;
}

#success, #error {
  position: relative;
  top: 10px;
  right: 0;
  left: 0;
  display: none;
  font-weight: 600;
}

#success {
  color: lawngreen;
}

#error {
  color: orangered;
}

/*=============== contact_area css ================*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.fullscreen_area {
  background-color: #db1154;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.fullscreen_area .single_portfolio_slider {
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fullscreen_area .single_portfolio_slider h2 {
  font-size: 120px;
  font-weight: 600;
  position: absolute;
  opacity: 0;
}
.fullscreen_area .single_portfolio_slider h2 a {
  color: #fff;
}
.fullscreen_area .swiper_slide_inner {
  position: relative;
  z-index: -2;
  display: block;
}
.fullscreen_area .swiper_slide_inner:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #db1154;
  position: absolute;
  z-index: 0;
  transition: opacity 0.4s ease;
}
.fullscreen_area .swiper_slide_inner img {
  clip-path: inset(40px 40px 40px 40px);
  position: relative;
  z-index: -1;
  transition: all 1.2s linear;
}
.fullscreen_area .single_portfolio_slider.swiper-slide {
  transform: scale(0.6);
  transition: transform 0.8s ease;
}
.fullscreen_area .single_portfolio_slider.swiper-slide-prev {
  display: flex;
  justify-content: flex-end;
  left: -70px;
}
.fullscreen_area .single_portfolio_slider.swiper-slide-active {
  transform: scale(1);
}
.fullscreen_area .single_portfolio_slider.swiper-slide-active .swiper_slide_inner:before {
  opacity: 0;
}
.fullscreen_area .single_portfolio_slider.swiper-slide-active .swiper_slide_inner img {
  clip-path: inset(0px 0px 0px 0px);
  box-shadow: 0px 14px 40px 0px rgba(0, 0, 0, 0.13);
}
.fullscreen_area .single_portfolio_slider.swiper-slide-active .splitting {
  opacity: 1;
}
.fullscreen_area .single_portfolio_slider.swiper-slide-active .splitting .char {
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation-delay: calc(0.1s * var(--char-index));
}
.fullscreen_area .single_portfolio_slider.swiper-slide-next {
  display: flex;
  justify-content: flex-start;
  right: -70px;
}
.fullscreen_area .single_portfolio_slider.swiper-slide-prev .swiper_slide_inner:before, .fullscreen_area .single_portfolio_slider.swiper-slide-next .swiper_slide_inner:before {
  opacity: 0.7;
}

.full_height_dark_slider {
  background-color: #0c0c16;
  height: 100vh;
  align-items: center;
  display: flex;
  overflow: hidden;
}
.full_height_dark_slider .vartical_slider_banner_iner {
  height: 100vh;
  align-items: center;
  display: flex;
}
.full_height_dark_slider .banner_content {
  transition: all 0.3s linear;
  position: relative;
}
.full_height_dark_slider .banner_content_iner {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.full_height_dark_slider .banner_content_iner h2 {
  font-size: 100px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -2.5px;
  line-height: 1.1;
  margin-bottom: 0;
  transition: all 0.3s linear;
}
.full_height_dark_slider .banner_content_iner h2 span {
  line-height: 1;
  transition: all 0.3s linear;
}
.full_height_dark_slider .banner_content_iner a {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.full_height_dark_slider .banner_img_content {
  margin-left: 65px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.full_height_dark_slider .banner_img_content img {
  transition: all 0.3s linear;
}
.full_height_dark_slider .banner_img_content .overlay_img {
  transition: all 6s;
}
.full_height_dark_slider .swiper-slide.swiper-slide-active .banner_content_iner h2 {
  overflow: hidden;
}
.full_height_dark_slider .swiper-slide.swiper-slide-active .banner_content_iner h2 span {
  overflow: hidden;
  display: block;
  animation: fadeInUp2 0.8s both 1s;
}
.full_height_dark_slider .swiper-slide.swiper-slide-active .banner_content_iner .btn_border_effect {
  overflow: hidden;
  animation: fadeInUp2 0.8s both 1.3s;
}
.full_height_dark_slider .swiper-slide.swiper-slide-active .banner_img_content {
  animation: fadeInRight 0.9s both 0.5s;
  display: inline-block;
}
.full_height_dark_slider .swiper-slide.swiper-slide-active .banner_img_content .overlay_img {
  animation: overlay_right 1s both 1.3s;
}
.full_height_dark_slider .swiper-slide.swiper-slide-active .banner_img_content:after {
  animation: fadeOut 1s both 1.4s;
}
.full_height_dark_slider.zoom_effect .banner_content:hover .banner_img_content img, .full_height_dark_slider.zoom_effect .banner_content:hover .banner_img_content:after, .full_height_dark_slider.zoom_effect .banner_content:hover .banner_img_content .overlay_img {
  transform: scale(1.01);
}

.btn_border_effect {
  background-color: transparent;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  transition: all 0.3s linear;
  cursor: pointer;
  border: 0;
  display: inline-block;
  height: 55px;
  line-height: 55px;
}
.btn_border_effect:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #a854ff;
  transition: all 0.5s linear;
  left: 0;
  top: 0;
}
.btn_border_effect:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  background-color: #a854ff;
  left: 0;
  bottom: 17px;
  z-index: -1;
  transition: all 0.3s linear;
}
.btn_border_effect a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.btn_border_effect a:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #a854ff;
  transition: all 0.3s ease;
  right: 0;
  top: 0;
}
.btn_border_effect a:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #a854ff;
  transition: all 0.3s ease;
  left: 0;
  bottom: 0;
}
.btn_border_effect:hover {
  min-width: 150px;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
.btn_border_effect:hover:before {
  width: 100%;
  transition: all 0.3s ease;
  background-color: #a854ff;
}
.btn_border_effect:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #a854ff;
  right: 0;
  bottom: 0;
}
.btn_border_effect:hover a {
  z-index: 1;
  color: #a854ff !important;
}
.btn_border_effect:hover a:before, .btn_border_effect:hover a:after {
  height: 100%;
  background-color: #a854ff;
}
.btn_border_effect:hover a:after {
  transition: all 0.1s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.section_line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  justify-content: space-around;
}
.section_line span {
  background: #fff;
  height: 100%;
  width: 1px;
  opacity: 0.07;
}

.custom_pagination.swiper-pagination {
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
  width: 32px;
  height: 27px;
  float: right;
  text-align: right;
  left: auto;
  right: 40px;
}
.custom_pagination span.swiper-pagination-current {
  position: absolute;
  left: 9px;
  top: -10px;
  font-size: 18px;
  transform: rotate(-30deg);
  color: #fff;
}
.custom_pagination span.swiper-pagination-total {
  position: absolute;
  bottom: -3px;
  font-size: 18px;
  transform: rotate(-30deg);
  right: -19px;
  color: rgba(255, 255, 255, 0.5);
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== footer_area css ===========*/
.footer_area {
  background-image: -moz-linear-gradient(-42deg, rgba(73, 49, 230, 0.9) 0%, #4931e6 100%);
  background-image: -webkit-linear-gradient(-42deg, rgba(73, 49, 230, 0.9) 0%, #4931e6 100%);
  background-image: -ms-linear-gradient(-42deg, rgba(73, 49, 230, 0.9) 0%, #4931e6 100%);
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.footer_area:before {
  content: "";
  background: url("../img/about/footer_png.png") no-repeat scroll center 0/cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer_area .footer_top {
  padding: 80px 0px 70px;
}
.footer_area .footer_top .f_logo {
  margin-bottom: 55px;
  display: inline-block;
}
.footer_area .footer_top h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 55px;
  color: #fff;
}
.footer_area .footer_top h3 a {
  font-weight: 700;
  font-style: italic;
  color: #fff;
  position: relative;
}
.footer_area .footer_top h3 a:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}
.footer_area .footer_top .social_link li a i {
  color: #fff;
}

.footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 22px 0px;
}
.footer_bottom p {
  margin-bottom: 0;
}
.footer_bottom p a {
  color: #fff;
  position: relative;
}
.footer_bottom p a:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}

/*============== footer_area css ===========*/
/*============== footer_area css ===========*/
.full_footer {
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0px 25px 50px;
  z-index: 1;
}
.full_footer.hide {
  display: none;
}

.h_slider_nav {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.h_slider_nav span {
  color: #fff;
  opacity: 0.8;
  font-size: 12px;
  font-weight: 500;
}
.h_slider_nav span.next:before {
  background: #fff;
}
.h_slider_nav span:hover {
  color: #fff;
  opacity: 1;
}

.h_slider_nav_two span {
  color: #101010;
}
.h_slider_nav_two span.next:before {
  background: #101010;
}
.h_slider_nav_two span:hover {
  color: #101010;
}

.social_icon {
  margin-bottom: 0;
}
.social_icon li {
  line-height: 15px;
}
.social_icon li a {
  font-size: 15px;
  color: #fff;
  display: inline-block;
}
.social_icon li + li {
  margin-top: 20px;
}
.social_icon.social_icon_two li {
  display: inline-block;
}
.social_icon.social_icon_two li + li {
  margin-top: 0;
  margin-left: 15px;
}

.content-black .social_icon li a, .content-black .h_slider_nav span {
  color: #101010;
  transition: all 0.1s linear;
}
.content-black .h_slider_nav span.next:before {
  background: #101010;
}

.new_color p {
  margin-bottom: 0;
  font-size: 14px;
  display: inline-block;
  transition: opacity 0.2s linear;
}
.new_color .social_icon li a, .new_color p {
  color: #fff;
  opacity: 0.5;
}
.new_color .social_icon li a:hover, .new_color p:hover {
  opacity: 1;
}

/*============== footer_area css ===========*/
/*============== footer_area css ===========*/
.fixed_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 110px 0px 100px;
}

/*============== footer_area css ===========*/
/*---------------------------------------------------- */

/*# sourceMappingURL=style.css.map new rohit css */
/*! CSS Used from: ../vendor/bootstrap/css/bootstrap.min.css */
@media print{
*,::after,::before{text-shadow:none!important;box-shadow:none!important;}
a,a:visited{text-decoration:underline;}
img{page-break-inside:avoid;}
h3,p{orphans:3;widows:3;}
h3{page-break-after:avoid;}
.navbar{display:none;}
}
*,::after,::before{box-sizing:border-box;}
nav{display:block;}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff;}
[tabindex="-1"]:focus{outline:0!important;}
h1,h3,h4{margin-top:0;margin-bottom:.5rem;}
p{margin-top:0;margin-bottom:1rem;}
ul{margin-top:0;margin-bottom:1rem;}
ul ul{margin-bottom:0;}
a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects;}
a:hover{color:#0056b3;text-decoration:underline;}
img{vertical-align:middle;border-style:none;}
a,button{-ms-touch-action:manipulation;touch-action:manipulation;}
button{border-radius:0;}
button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;}
button{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}
button{overflow:visible;}
button{text-transform:none;}
button,html [type=button]{-webkit-appearance:button;}
[type=button]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none;}
h1,h3,h4{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit;}
h1{font-size:2.5rem;}
h3{font-size:1.75rem;}
h4{font-size:1.5rem;}
.img-fluid{max-width:100%;height:auto;}
.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}
.no-gutters{margin-right:0;margin-left:0;}
.no-gutters>[class*=col-]{padding-right:0;padding-left:0;}

@media (min-width:768px){
.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
}
@media (min-width:992px){
.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
}
.collapse{display:none;}
.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent;}
.dropdown-toggle:empty::after{margin-left:0;}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;}
.nav-link{display:block;padding:.5rem 1rem;}
.nav-link:focus,.nav-link:hover{text-decoration:none;}
.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem;}
.navbar>.container{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;}
.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none;}
.navbar-nav .nav-link{padding-right:0;padding-left:0;}
.navbar-nav .dropdown-menu{position:static;float:none;}
.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;}
.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background:0 0;border:1px solid transparent;border-radius:.25rem;}
.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none;}
@media (max-width:991px){
.navbar-expand-lg>.container{padding-right:0;padding-left:0;}
}
@media (min-width:992px){
.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start;}
.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row;}
.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute;}
.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem;}
.navbar-expand-lg>.container{-ms-flex-wrap:nowrap;flex-wrap:nowrap;}
.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto;}
.navbar-expand-lg .navbar-toggler{display:none;}
}
.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5);}
.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7);}
.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1);}
.carousel{position:relative;}
.carousel-inner{position:relative;width:100%;overflow:hidden;}
.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030;}
.pr-2{padding-right:.5rem!important;}
.pr-3{padding-right:1rem!important;}
.pl-3{padding-left:1rem!important;}
.pt-5{padding-top:3rem!important;}
.ml-auto{margin-left:auto!important;}
/*! CSS Used from: ../css/style.css */
body,div,span,h1,h3,h4,p,a,img,i,ul,li,nav{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;line-height:1.5;}
nav{display:block;}
ul{list-style:none;}
a{text-decoration:none;color:#333;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;outline:none!important;text-decoration:none;}
a:hover{text-decoration:none;color:#000;}
img{max-width:100%;height:auto;}
body{font-family:'Titillium Web', sans-serif;position:relative;width:100%;height:100%;color:#000;line-height:1.5;text-align:left;}
h1,h3,h4{font-family:'Titillium Web', sans-serif;font-weight:700;margin:0;padding:0;}
h3{font-size:26px;}
h4{font-size:21px;}
p{font-size:18px;line-height:1.6;margin:0;padding-bottom:20px;}
ul{list-style:none;margin:0;padding:0;}
ul li{list-style:none;margin:0;padding:0;}
a{-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;color:#000;}
a:focus,a:hover{text-decoration:none;}
img::selection{background:transparent;}
img::-moz-selection{background:transparent;}
#mainNav .container{position:relative;padding-left:50px;padding-right:0px;}
#mainNav{font-family:'Titillium Web', sans-serif;margin:0;text-transform:uppercase;font-size:20px;padding:0;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
#mainNav .navbar-toggler{font-size:14px;padding:11px;color:white;border:1px solid white;}
.navbar-light .main-menu li a.nav-link{color:#000;font-size:14px;padding:12px;display:block;position:relative;}
.navbar-light .main-menu li a.nav-link:hover,.navbar-light .main-menu li a.nav-link:focus{color:rgb(234, 183, 22);}
#mainNav .navbar-nav .nav-item{-webkit-transition:background 0.3s ease-in-out;-moz-transition:background 0.3s ease-in-out;transition:background 0.3s ease-in-out;font-weight:600;margin-bottom:0px; padding: 0px 6px;}
#mainNav .navbar-nav .nav-item a.apply_btn{background: #023e96;color: #fff;margin-left:10px;margin-right:70px;}
#mainNav .navbar-nav .nav-item a.apply_btn:hover{opacity:0.9;}
#mainNav .navbar-nav .nav-item:hover{outline:none;background-color:transparent;}
#mainNav .navbar-nav .nav-item:active,#mainNav .navbar-nav .nav-item:focus{outline:none;background-color:transparent;}
#mainNav .container{max-width:100%;}
.logo img{max-width:inherit;}
.mega_menu_left .mega_menu_brand{display:block;text-align:left;}
.mega_menu_left .mega_menu_brand a{display:inline-block;vertical-align:top;}
.mega_menu_left .mega_menu_brand a.site-logo{width:70%;}
.mega_menu_left .mega_menu_brand img{max-width:100%;}
.container.life_menu{width:100%;max-width:100%;margin:0;padding-right:49px;}
.life_menu{display:none;}
.mega_menu_nav_campus{border-bottom:0px solid #595959;margin:0 20px;}
.mega_menu_nav_campus li{display:inline-block;vertical-align:top;width:100%;text-align:center;padding-bottom:30px;font-size:14px;}
.mega_menu_nav_campus li a{color:#fff;display:block;}
.mega_menu_nav_campus li a:before{display:block;width:68px;height:63px;content:'';background:url(../img/sprite.png) no-repeat -136px 0px;margin:0 auto 15px;zoom:0.5;-moz-transform:scale(0.5);-moz-transform-origin:0 0;}
.mega_menu_nav_campus li:nth-child(2) a:before{background-position:-136px -69px;}
.mega_menu_nav_campus li:nth-child(3) a:before{background-position:-136px -134px;}
.mega_menu_nav_campus li:nth-child(4) a:before{background-position:-136px -196px;}
.mega_menu_nav_campus li:nth-child(5) a:before{background-position:-136px -261px;}
.mega_menu_nav_campus li:nth-child(6) a:before{background-position:-136px -327px;}
.mega_menu_nav_campus li:nth-child(7) a:before{background-position:-136px -391px;}
.mega_menu_nav_campus li:nth-child(8) a:before{background-position:-136px -458px;}
.mega_menu_nav_campus li a:hover{opacity:0.7;}
.last_date{position:relative;margin:0px 20px;padding:0px 0px;font-family:'Titillium Web', sans-serif;color:#fff;}
.last_date p{font-weight:200;font-size:48px;line-height:1;}
.last_date h4{font-weight:300;font-size:24px;text-transform:uppercase;}
.last_date h4 span{font-weight:600;display:block;}
.right_bar_search{position:absolute;bottom:190px;right:10px;color:#fff;padding:0 6px;font-size:16px;outline:none;z-index:1050;}
.right_bar_search .fa-search:before{content:'';background:url(../img/sprite.png) no-repeat 0px -341px;width:20px;height:21px;display:block;}
#colorbox{background:#fff;border-radius:7px;box-sizing:border-box;}
#cboxTopCenter,#cboxTopLeft,#cboxTopRight,#cboxBottomLeft,#cboxBottomCenter,#cboxBottomRight,#cboxMiddleRight,#cboxMiddleLeft{background:#fff;height:10px;width:10px;}
.navbar-light .navbar-nav li:focus .nav-link,.navbar-light .navbar-nav li:hover .nav-link{color:rgb(234, 183, 22);}
.close_btn2{background:url(../img/cross-btn.png) no-repeat 0 0;width:17px;height:18px;display:block;position:absolute;top:10px;right:20px;z-index:1000;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;}
#mainNav:before{content:'';background:none;position:absolute;top:0;left:0;right:0;margin-top:100px;height:1px;}
.mobile_nav{display:none;}
.hidden-xs{display:none;}
.mega_menu .menu_col4{padding-left:37px;}
.last_date2{position:relative;margin:0px 0;padding:0 15px 32px 0px;font-family:'Titillium Web', sans-serif;color:#fff;}
.last_date2 p{font-weight:200;font-size:48px;line-height:1.5;}
.top_menubar .slimScrollBar{background:#6f6f6f!important;}
.top_menubar .slimScrollRail{background:#949494!important;}
.slimScrollBar{background:#c3c3c3!important;}
.slimScrollRail{background:#b5b5b5!important;}
#colorbox,#cboxOverlay,#cboxWrapper{z-index:99990000;}
#mainNav.fixed-top{top:10px;background-color: #ffffff7d;}
.top_menubar{position:fixed;top:0;left:0;right:0;background:#ffffff;z-index:1000000;border-bottom: 1px solid #00000029;}
.top_menubar>ul{text-align:right;}
.top_menubar>ul>li{display:inline-block;vertical-align:top;font:400 12px 'Open Sans';padding: 2px 6px 0;}
.top_menubar>ul>li .lnr-chevron-down{font-size:10px;position:relative;top:1px;margin-left:3px;}
.top_menubar>ul>li>a{color:#000;padding: 3px 0 4px;display:block;position:relative;line-height: 20px;}
.top_menubar>ul>li.hovernew:hover{background-color:#FAC426!important;color:#000!important;}
.top_menubar>ul>li.hovernew>a:hover{color:#000!important;}
.top_menubar>ul>li:hover>a:after{width:100%;}
.top_menubar ul li .top_megamenu{display:none;background:#fff;position:absolute;top:100%;left:0;right:0;z-index:1;box-shadow:0px 8px 15px rgba(0,0,0,0.2);}
.top_menubar ul li .top_megamenu .life_menu{display:block;}
.top_megamenu .container.life_menu{padding:40px;max-width:1470px;margin:0 auto;}
.top_megamenu .mega_menu_left{text-align:left;}
.top_megamenu .mega_menu_left .mega_menu_brand a.site-logo{width:100%;}
.top_megamenu .last_date{color:#000;text-align:left;}
.top_megamenu .mega_menu_nav_campus li a{color:#000;}
.top_megamenu .mega_menu_nav_campus{border-bottom:none;margin-top:10px;margin-right:0;}
.top_megamenu .mega_menu_nav_campus li{padding-bottom:20px;text-align:left;font-weight:600;}
.top_megamenu .mega_menu_nav_campus li a{line-height:2;}
.top_megamenu .mega_menu_nav_campus li a:before{background:url(../img/sprite-admission.png) no-repeat 0px 0px;width:50px;height:30px;zoom:1;-moz-transform:scale(1);display:inline-block;vertical-align:top;margin:0;}
.top_megamenu .mega_menu_nav_campus li:nth-child(2) a:before{background-position:0px -53px;}
.top_megamenu .mega_menu_nav_campus li:nth-child(3) a:before{background-position:0px -106px;}
.top_megamenu .mega_menu_nav_campus li:nth-child(4) a:before{background-position:0px -159px;}
.top_megamenu .mega_menu_nav_campus li:nth-child(5) a:before{background-position:0px -210px;}
.top_megamenu .mega_menu_nav_campus li:nth-child(6) a:before{background-position:0px -259px;}
.top_megamenu .mega_menu_nav_campus li:nth-child(7) a:before{background-position:0px -310px;}
.top_megamenu .mega_menu_nav_campus li:nth-child(8) a:before{background-position:0px -362px;}
.mega_menu .apply_at h4{color:#000;font-weight:400;text-transform:uppercase;line-height:1;}
.top_megamenu .last_date span{font-weight:600;line-height:24px;}
.top_megamenu .last_date .side_border{border-left:1px solid #d8d8d8;border-right:1px solid #d8d8d8;padding:0 0 0 40px;}
.top_megamenu .last_date .apply_at{padding:0 0 0 40px;}
.top_megamenu .last_date2{color:#000;font-size:16px;font-weight:700;}
.top_megamenu .last_date2{font-weight:700;}
.top_menubar>ul{padding-right:4%;}
.top_menubar>ul>li>a.right_bar_search{background:#1E468C;bottom:auto;right:auto;padding: 4px 8px 3px;}
.top_menubar>ul>li>a.right_bar_search:after{display:none;}
.top_menubar>ul>li:last-child{padding-right:0;}
#mainNav .navbar-nav .nav-item a.apply_btn{margin-right:50px;}
.logo{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.logo a{position:relative;top:4px;}
#mainNav:before{display:none;}
.navbar-light .main-menu li a.nav-link{z-index:10;}
#mainNav .mega_menu .row{position:relative;z-index:1;}
#mainNav .mega_menu:after{content:'';position:absolute;top:-100px;right:0;left:0px;z-index:0;height:calc(27% + 17px);}
.top_menubar a{font-family:'Titillium Web', sans-serif;}
.slimScrollRail{display:none!important;}
li.social{font-weight:100!important;border-right:1px solid #ffffff7d;padding:0 12px!important;font-size:12px!important;float:right;}
li.social a i{line-height:20px!important;}
.blink_me{animation:blinker 1s linear infinite;}
.event-inner-area .event-wrapper > li:last-child{border-bottom:none;}
.event-inner-area .event-wrapper > li{margin-bottom:5px;padding:5px 10px 10px 0px;background:#FFFFFF;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex!important;border-bottom:1px solid #eee;margin-right:15px;}
.event-inner-area .event-wrapper > li .event-calender-holder{position:relative;padding-top:10px;margin-right:10px;text-align:center;width:70px;background:#fdc700;}
.event-inner-area .event-wrapper > li .event-calender-holder h3{font-size:24px;color:#364C88;margin-bottom:0;line-height:1;}
.event-inner-area .event-wrapper > li .event-calender-holder p{font-size:10px!important;}
.event-inner-area .event-wrapper > li .event-calender-holder span{line-height:1.8;background:#364C88;height:24px;display:block;color:#FFFFFF;}
.event-inner-area .event-wrapper > li .event-calender-holder:after{content:".";position:absolute;right:10px;top:5px;color:#364C88;font-size:5px;font-family:FontAwesome;}
.event-inner-area .event-wrapper > li .event-content-holder{-webkit-box-flex:3;-moz-flex:3;-webkit-flex:3;flex:3;}
.event-inner-area .event-wrapper > li .event-content-holder h3{font-size:15px;font-weight:600;margin-bottom:0px;text-transform:uppercase;}
.event-inner-area .event-wrapper > li .event-content-holder p{margin-bottom:0px;font-size:12px;line-height:normal;padding:0;font-weight: 400;}
.event-inner-area .event-wrapper > li .event-calender-holder p{font-size:12px!important;}
.event-inner-area .event-wrapper > li .event-calender-holder p{font-size:12px!important;padding:0 0 4px 0;line-height:normal;font-weight:400;}
.mega_menu .apply_at h4 span{display:unset;font-size:18px;font-weight:unset;padding-right:5px;}
.readmore{font-size:12px;margin:0;color:#252c40;font-weight:400;font-weight:700;}
.readmore span{font-size:8px!important;}
.event-calender-wrapper img{padding-right:15px;}
.event-calender-wrapper{line-height:normal!important;}
.menu_boxx i{font-size:14px;padding-right:5px;font-weight:normal;line-height:normal;}
h1.mainh1{font-size:32px;color:#252c40;}
p.subt{color:#000;text-transform:none;font-weight:400;font-size:14px;}
.cn-text i{color:#252c40;}
.cn-text{font-size:14px!important;margin-top:7px;}
.col-md-4.pr-3.admission ul li{font-size:14px;display:block;padding:5px 30px!important;}
.admission h4{border-bottom:solid 1px rgb(0 0 0 / 50%);padding:0 0 10px 0;width:95%;margin-bottom:10px;}
.main-read-button:hover{color:#fac426 !important;}
.main-read-button {
    font-weight: 400;
    background-color: #023e96;
    padding: 0px 0px 0px 8px;
    margin-top: 5px;
    display: inline-block;
    line-height: 12px;
    font-size: 11px;
    border: 1px solid #023e96;
    color: #fff;
}
a.main-read-button i {
    background-color: #023e96;
    padding: 10px 9px 9px 0;
    color: #fff;
    line-height: 2px;
    font-size: 7px !important;
    margin-left: 5px;
}h2.new-font.titlenews span {
    -webkit-text-fill-color: #fefefe;
    -webkit-text-stroke: 0.5px #000;
    font-weight: 100;
}
.life_menu a.close_btn2{background-color:#fcc427;height:35px;width:35px;background-position:9px;left:24px;}
/*! CSS Used from: ../css/responsive.css */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0);}
#cboxWrapper{max-width:none;}
#cboxOverlay{position:fixed;width:100%;height:100%;}
#cboxMiddleLeft,#cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%;}
#cboxPrevious,#cboxNext,#cboxSlideshow{cursor:pointer;}
#colorbox,#cboxContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;}
#cboxOverlay{background:url(../img/overlay.png) repeat 0 0;opacity:0.9;filter:alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxTopLeft{width:21px;height:21px;background:url(../img/controls.png) no-repeat -101px 0;}
#cboxTopRight{width:21px;height:21px;background:url(../img/controls.png) no-repeat -130px 0;}
#cboxBottomLeft{width:21px;height:21px;background:url(../img/controls.png) no-repeat -101px -29px;}
#cboxBottomRight{width:21px;height:21px;background:url(../img/controls.png) no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px;background:url(../img/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px;background:url(../img/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px;background:url(../img/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px;background:url(../img/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff;overflow:hidden;}
#cboxTitle{position:absolute;bottom:4px;left:0;text-align:center;width:100%;color:#949494;}
#cboxCurrent{position:absolute;bottom:4px;left:58px;color:#949494;}
#cboxLoadingOverlay{background:url(../img/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(../img/loading.gif) no-repeat center center;}
#cboxPrevious,#cboxNext,#cboxSlideshow{border:0;padding:0;margin:0;overflow:visible;width:auto;background:none;}
#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active{outline:0;}
#cboxSlideshow{position:absolute;bottom:4px;right:30px;color:#0092ef;}
#cboxPrevious{position:absolute;bottom:0;left:0;background:url(../img/controls.png) no-repeat -75px 0;width:25px;height:25px;text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute;bottom:0;left:27px;background:url(../img/controls.png) no-repeat -50px 0;width:25px;height:25px;text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
i{font-style:italic;}
@media screen and (max-width:991px) and (min-width:320px){
.top_menubar{display:none !important;}
#mainNav.fixed-top{top:0!important;background-color:#fff;padding-top:5px;}
.right_bar_search{right:8px;bottom:14px;}
#mainNav .navbar-toggler{padding:7px 8px;position:relative;z-index:10;border-radius:0;background:#292929;color:#fff;border:none;outline:none;}
#mainNav .navbar-toggler .fa-bars:before{content:'';background:url(../img/sprite.png) no-repeat 4px -302px;width:24px;height:23px;display:block;}
#mainNav .navbar-toggler.collapsed .fa-bars:before{content:'';background:url(../img/sprite.png) no-repeat 0 -453px;width:24px;height:23px;display:block;}
.navbar-collapse.main-menu{padding-top:65px;}
.navbar-collapse{display:block;background:#252c40;max-width:300px;width:100%;height:100vh;position:absolute;top:-20px;right:0%;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;margin-right:-300px;height:100vh;overflow:auto;}
.navbar-collapse .navbar-nav{margin:0;}
.navbar-collapse ul.navbar-nav li{line-height:1.2!important;font-size:14px!important;padding:0;display:block;margin:0;font-weight:700;text-transform:uppercase;}
.navbar-expand-lg .navbar-nav .nav-link{font-size:14px!important;}
.navbar-expand-lg .navbar-nav li a.nav-link,.navbar-expand-lg .navbar-nav li ul li a{border-top:1px solid #464646;padding:10px 25px;display:block;}
.navbar-expand-lg .navbar-nav li ul li:first-child a{border-top:none;padding:10px 25px;}
.navbar-expand-lg .navbar-nav li a.nav-link:focus{color:#fff;}
#mainNav .navbar-nav .nav-item a.apply_btn{background:none;color:#FCC425;margin:0;}
#mainNav .navbar-nav .nav-item{font-weight:700;}
.navbar-expand-lg .navbar-nav li ul li a{color:#fff;font-size:14px;text-transform:none;font-weight:600;}
.hidden-xs,.span_icon{display:none!important;}
.dropdown-toggle::after{transform:rotate(-90deg);float:right;margin:8px 0 0 0;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
.navbar-expand-lg .navbar-nav .dropdown-menu{width:100%;height:0px;transition-property:all;transition-duration:.5s;transition-timing-function:cubic-bezier(0, 1, 0.5, 1);display:block;opacity:0;min-width:0;padding:0;margin:0;overflow:hidden;position:relative;background:none;}
.navbar-expand-lg .navbar-nav .dropdown-menu li{padding:0;}
.navbar-light .main-menu li a.nav-link{font-size:13px;padding:8px 15px;}
#mainNav .container{padding:0 15px;}
#mainNav .navbar-nav .nav-item a.apply_btn{margin-right:0;}
h3{font-size:21px!important;}
.mega_menu_left .mega_menu_brand{text-align:left;}
.mega_menu_left .mega_menu_brand img{max-width:170px;}
.mega_menu_nav_campus li{padding-bottom:20px;}
.mega_menu_nav_campus li a:before{zoom:0.5;-moz-transform:scale(0.5);-moz-transform-origin:0 0;}
.last_date h4{font-size:1.1rem;}
.last_date p{font-size:1.5rem;max-width:300px;padding-bottom:10px;}
#colorbox,#cboxOverlay,#cboxWrapper{z-index:9999999999;}
#mainNav .navbar-toggler{display:none;}
.mobile_nav{display:block;}
.mobile_nav .mobile_nav_icon{content:'';background:transparent url(../img/sprite.png) no-repeat 6px -446px;width:38px;height:38px;display:block;position:fixed;top:16px;right:20px;-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s;z-index:10001;}
.right_mega_menu ul li{font-size:14px;padding:10px;}
}
@media screen and (max-width: 1279px){
#mainNav .mega_menu{max-width:88.6%!important;}
}
@media screen and (max-width: 1280px){
.mega_menu .menu_col4{padding-left:35px!important;}
h3{font-size:22px;}
.mega_menu .menu_boxx{font-size:14px;}
}
@media screen and (max-width: 1200px) and (min-width: 1025px){
.navbar-light .main-menu li a.nav-link{font-size:14px;padding:8px;}
#mainNav .container{padding-left:20px;}
}
@media screen and (max-width: 1199px) and (min-width: 992px){
.navbar-light .main-menu li a.nav-link{font-size:12px;padding:6px;}
.logo{width:250px;}
.logo img{max-width: 100%;}
.admission h4 {
font-size: 18px !Important;}
.menu_col4 .col-md-6 h4 {
    padding: 0 0 0px 0 !important;
    font-size: 11px !important;
}
#mainNav .container{padding-left:15px;}
#mainNav .navbar-nav .nav-item a.apply_btn{margin-right:22px;}
.right_mega_menu ul li{padding:10px 0;font-size:13px;}
.mega_menu .menu_boxx{font-size:13px;}
.mega_menu h4{font-size:16px;}
.mega_menu .menu_col4{padding-left:5px!important;}
#mainNav .mega_menu{max-width:calc(99.2% )!important;right:25px;}
.mega_menu .menu_col4{padding-left:20px!important;}
.navbar-light .main-menu li a.nav-link{font-size:12px!important;padding:.5rem 10px !important;}
.right_mega_menu ul li{padding: 4px 0!important;
    font-size: 11px !important;}
}
.navbar-expand-lg .navbar-nav .dropdown-menu{width:100%;left:0%;border-radius:0;background:#1a1f2d;border:none;}
.mega_menu .menu_boxx{background:#1e468c;color:#ffffff;position:absolute;bottom:0;padding:6px 10px;font-size:14px;text-transform:capitalize;font-weight:600;left:13px;right:13px;text-align:center;text-transform:uppercase;font-weight:600;}
.menu_col4 .col-md-4,.menu_col4 .col-md-3,.menu_col4 .col-md-6{padding:7px 13px;}
.menu_col4 .col-md-4 img{width:100%;}
.menu_col4 .col-md-4 a:hover{color:#FFF;}
.right_mega_menu ul li{color:#FFF;font-size:14px;text-transform:capitalize;font-weight:400;border-bottom:solid 1px #00000063;padding:20px;}
.right_mega_menu ul li a{color:#000;}
.right_mega_menu ul li a:hover{color:#e7b416;}
#mainNav .mega_menu {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffffeb;
    width: 100%;
    max-width: 110.6%;
    padding-bottom: 60px;
    padding-top: 80px !important;
}
#mainNav .navbar-nav{position:relative;}
#mainNav .navbar-nav .nav-item:hover .mega_menu{display:block;transition: opacity 2 ease-out;}
#mainNav .navbar-nav .nav-item:hover .span_icon{content:'';background:url(../img/drop_down.png) no-repeat;width:11px;height:6px;position:absolute;top:100%;left:0;right:0;margin:0 auto;z-index:99999;}
.mega_menu h4{font-size:30px;font-weight:300;color:#000;text-transform:capitalize;}
.mega_menu .bullet_menu{-webkit-column-count:2;-moz-column-count:2;column-count:2;margin-bottom:25px;}
.mega_menu .bullet_menu li{padding-top:13px;color:#b2b2b2;font-size:14px;font-weight:normal;position:relative;padding-left:20px;text-transform:capitalize;}
.mega_menu .bullet_menu ul li:before{content:'';position:absolute;background:#252c40;top:20px;left:0px;width:6px;height:6px;display:block;border-radius:26px;}
.mega_menu .bullet_menu li a{color:#000;}
.mega_menu .bullet_menu li a:hover{color:rgb(234, 183, 22);}
.logo{z-index:9999;}
.menu_col4 .col-md-6 h4{border-bottom:solid 1px rgb(0 0 0 / 50%);padding:0 0 10px 0;width:95%;}
@media (max-width: 1440px){
.right_mega_menu ul li{padding:12px 0;font-size:12px;}
.mega_menu .menu_boxx{font-size:12px;}
.mega_menu .bullet_menu li {
    font-size: 12px;
}h1.mainh1 {
font-size: 18px !important;}
.mega_menu h4{font-size:20px;}
.last_date p{font-weight:200;font-size:38px;line-height:43px;}
.last_date p{font-weight:200;font-size:22px;line-height:33px;padding-top:15px;}
.last_date2 p{font-weight:200;font-size:20px;}

}
@media (max-width: 1400px){
.navbar-light .main-menu li a.nav-link {
    font-size: 14px!important;
    padding: .5rem 0.8rem;
}}
#mainNav.navbar-shrink .microsite_links{top:85px;}
.right_bar.navbar-shrink .right_bar_toggler{top:27px}
#mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
    z-index: 9;
    top: 0 !important;
}
#mainNav.inner-nav.navbar-shrink{padding-bottom: 0px;}
.navbar-shrink ul.navbar-nav{margin-top: -7px;}
nav.navbar-shrink {
    top: 36px !important;
}
@media (max-width: 767px) and (min-width: 320px) {
.notice {
    right: 5px !important;
    left: 5px !important;
}}
.notice div h2 {
  margin: 0px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #2c97ea;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  padding: 5px 0 5px 0;
}
.notice {
    color: #0e7cb0;
    font-weight: 700;
    position: absolute;
    right: 0;
    left: 0;
    top: -20px;
}
.slide-text{padding:15px 10px;}
.newsticker {
  background: #ffc905;
  color: #222f5b;
  cursor: default;
  overflow: hidden;
  padding: 0px 10px 0 16px;
  width: 100%;
  height: 28px;
}
ul.js-frame {
    font-size: 14px !important;
}
ul.js-frame li {
    line-height: 27px !important;
}
.newsticker:hover{background:#d81c2a;color:#fff;cursor:pointer;}
.newsticker ul li{width:100%;overflow:hidden;white-space:nowrap;display:none;font-family:'Titillium Web', sans-serif;font-weight: 300;}
.no-padding{padding:0px !important;}
.logo a img {
    background-color: #fff;
    padding: 3px;
}

.carousel-inner .carousel-item{
	height: 100vh !important;
}
.banner{
	height: 100vh;
	background-position: center;
  
}
.main-menu-logo{
	position: fixed;
	top:0;
	z-index: 100;
	width: 100%;
	background: #b1b1b14f;
}
.navbar-brand{
	font-size: 30px;
	font-weight: bold;
	color: #fff !important;
}
.carousel-caption {
    bottom: 170px;
    display: block !important;
}
@media (min-width: 0px) and (max-width: 768px) {
.carousel-caption {
    bottom: 10%;
    display: block !important;
    right: 20px !important;
    left: 20px !important;
    bottom: 200px;
}
.carousel-content.row {
    margin: 0;
    padding: 0 !important;
}
.col.slide-text {
    padding: 16px 11px !important;
}
.carousel-caption.d-none.d-md-block h2 {
    font-size: 14px;
}
.carousel-caption.d-none.d-md-block p {
    font-size: 12px;
}

}
.bawhite:before{color:#000 !important;}
.bawhite:after{color:#000 !important;}

.carousel-content {
    background: none;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    padding: 50px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 0;
    z-index: 1;
	left: 0;
	right: 5px;
}@media (min-width: 1200px){
}

#carouselBanner .carousel-content {
    width: 100%;
}

.carousel-content.row {
    margin: 0;
}.carousel-content.row.align-items-end .col {
    text-align: center;
	background-color: #0000008c;
}
.col.slide-text {
    padding: 16px 0;
}
.carousel-caption {
    right: 143px;
    left: 150px;
	padding:0;
}
.col.slide-text h2 {
    color: #fff;
	font-size:28px;
}
.no-margin{margin:0px !important;}
.modal-dialog {
    margin: 60px auto;
}
.right_mega_menu ul li {
    padding: 5px 0;
}
.new-pd {
    padding: 70px 40px 40px 40px;
}
.new-pd2 {
    padding: 150px 80px 40px 80px;
}
.course-p-bg h2 {
    text-transform: uppercase;
    font-weight: 100;
    padding-left: 60px;
    font-size: 23px;
    margin: 0px;
	color:#fff;
}
.title-course-p {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 4px;
	font-weight:700;
	color:#fff;
}
.course-p-bg p {
    font-weight: 100;
    padding-left: 60px;
    font-size: 15px;
    text-align: justify;
    margin: 0px;
    line-height: 20px;
	color:#fff;
}
.apply-button {
    font-weight: 600;
    padding-left: 60px;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 30px;
    line-height: 20px;
	color:#fff;
}
h2.new-font.titlenews {
    background: linear-gradient( 
0deg
 ,#ffefc1 50%,transparent 50%);
    display: inline-block;
}
h2.new-font.titlenews {
    font-size: 20px !important;
    margin: 0 0 5px 0;
}

.bodylife li {
    padding-bottom: 6.4px !important;
    margin-bottom: 7px !important;
}
.bodylife li {
    background-color: unset !important;
    border-bottom: 1px solid #fff !important;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex !important;
}
.event-inner-area .event-wrapper > li .event-content-holder {
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -webkit-flex: 3;
    flex: 3;
}
.event-inner-area .event-wrapper > li .event-content-holder h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: uppercase;
}.bodylife li h3, .bodylife li p, .bodylife li a {
	line-height: normal !important;
	padding: 0px !important;
}
.event-inner-area .event-wrapper > li .event-content-holder p {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: normal;
    padding: 0;
	font-weight: 400;
}
.readmore {
    font-size: 12px;
    margin: 0;
    color: #252c40;
    font-weight: 400;
    font-weight: 700;
}
.event-content-holder h3 {
    font-size: 12px;
}
.event-content-holder p {
    font-size: 12px !important;
    margin: 0;
    padding: 0;
}
.placement-u li {
    background-color: unset !important;
    font-size: 12px;
    border-bottom: 1px solid #eee !important;
    padding: 6.4px 15px;
	line-height: normal !important;
    margin-bottom: 7px;
}
.event-inner-area .event-wrapper > li .event-calender-holder {
    position: relative;
    padding-top: 10px;
    margin-right: 10px;
    text-align: center;
    width: 70px;
    background: #fdc700;
}

.bodynews .event-calender-holder {
    background-color: #1A1A1A !important;
}
event-inner-area .event-wrapper > li .event-calender-holder h3 {
    font-size: 24px;
    color: #364C88;
    margin-bottom: 0;
    line-height: 1;
}

.bodynews li {
  margin-bottom: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid #f1f1f14d;
  display: flex !important;
  flex-direction: column;
  background-color: #2c97ea;
  padding: 1px;
}
.bodynews li h3, .bodynews li h3 a {
    line-height: normal;
    margin-bottom: -5px;
    padding: 3px 0 !important;
}.event-inner-area .event-wrapper > li .event-calender-holder p {
    font-size: 12px !important;
    padding: 0 0 4px 0;
    line-height: normal;
	font-weight:400;
}
.event-inner-area .event-wrapper > li .event-calender-holder span {
    line-height: 1.8;
    background: #364C88;
    height: 24px;
    display: block;
    color: #FFFFFF;
}
.bodynews .event-calender-holder span {
    background-color: #4e4e4e !important;
    color: #fff !important;
	display: block;
    text-align: center;
}
.event-inner-area .event-wrapper > li .event-content-holder h3 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: uppercase;
}.event-inner-area .event-wrapper > li .event-content-holder p {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: normal;
    padding: 0;
	font-weight: 400;
}
.event-calender-holder p {
    margin: 0;
    padding: 0;
}
.event-calender-holder h3 {
    font-size: 19px;
    text-align: center;
}
.event-calender-holder p {
    font-size: 12px;
    padding: 0 5px;
	    color: #fff;
}
.bodynews li .event-calender-wrapper {
    margin-right: 10px;
    min-width: 70px;
    text-align: center;
}
.bodynews li:last-child{border:0 !important;}


.hp-placement4 ul li {
    list-style: disc;
    margin-left: 16px;
}

.award-c4 ul li {
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    margin-bottom: 5px;
}
.award-c4 ul li h3 {
    font-size: 14px !important;
    font-weight: 400;
}
.award-c4 span {
    font-size: 18px;
    font-weight: 600;
}
.hp-placement4 ul li {
    list-style: disc;
    margin-left: 16px;
}

.award-c4 ul li {
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    margin-bottom: 5px;
}
.white-bg {
    background-color: #fff;
    padding: 11.5px 50px 64px !important;
}
.white-bg2 {
    background-color: #fff;
    padding: 43.4px 20px !important;
	
}
.new-pd3 {
    padding: 130px 80px 20px 80px;
}
a.right_bar_search i {
    width: auto;
    height: auto;
}
.b-r-l-3 {
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
}
.highlight-s {
    background-color: #1d3a8a;
    padding: 10px !important;
    margin-bottom: 30px;
	box-shadow: 6px 7px 4px #00000017;
}.highlight-point {
    margin: 0px !important;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}.highlight-p {
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    padding: 0 !important;
}
.highlight-p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.awardbg {
	background-color: #ffffff;
    padding: 30px 30px;
    border: 1px solid #eee;
    box-shadow: 4px -6px 12px 0px #00000038;
}
.awardbg2 {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
}
.new-pd4 {
    padding: 76px 80px 20px 80px;
}
.black-color{color:#000 !important;}
.black-colorli li{color:#000 !important;}
.white-bg{background-color:#fff !important;}
.gray-bge{background-color:#f7f7f7 !important;}
.new-pd5 {
    padding: 100px 80px 40px 80px;
}
.event-content-holder h3 {
    color: #000 !important;
}
.event-calender-holder h3 {
    color: #fff;
}
.col-12.col-md-4.col-lg-4.col-xl-4.wow.fadeInDown.pt-5.resp-ptd.gray-bge {
    padding: 72px 20px;
}
.c-black{color:#000 !important;}
.footer_text h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    text-align: left;
	margin-bottom: 10px;
}
.footerul li:last-child {border-bottom:0;}
.footerul li {
    text-align: left;
    margin-left: 0;
    font-size: 14px;
	color: #fcc425;
}
ul.contactli li {
    text-align: left !important;
    font-weight: 400;
}
ul.contactli {
	margin-bottom:30px;
}

.ft-new-div {
  background-color: #484848;
  padding: 10px 0;
  margin-top: 20px;
}
.ft-new-div p {
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
	text-align: center;
    color: #fff;
}

.ft-new-div h4 {
    font-size: 14px;
    text-transform: uppercase;
	color: #fff;
    text-align: center;
}
ul.social-media li {
    display: table-cell;
    padding: 0 5px;
}
.page-wrapper {
  max-width: 1600px;
  margin:  0 auto;
}
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
.overtext{
	left: 30px;
    position: absolute;
    bottom: 15%;
    right: 30px;
}
.overtext p {
	text-align: center !important;
    font-size: 18px;
	letter-spacing:2px;
	font-weight: 100;
	background-color: #ffffff17;
}
.overtext h2 {
    background-color: #ffffff17;
    color: #fff;
    text-align: center !important;
    font-size: 24px;
    padding: 10px 0 0 0;
    text-transform: uppercase;
    font-weight: 100;
	margin: 0;
}
.high-span{background-color: #fcc425;
    color: #000;
    font-weight: 700;
    padding: 0 5px;}
.new-pd6{
	padding:130px 60px;
}
.img img {
    border-radius: 50px;
}
.media-body h5 {margin-bottom:0px !Important;}
.media-body p {
    font-size: 12px;
	color:#000 !important;
}
.media-body span {
    font-size: 12px;
	color:#000 !important;
	margin:1px 0px !important;
	padding:0px !important;
	font-weight:600;
}
.footert{
	margin: 0 !important;
  font-size: 21px !important;
}
.footersubt{font-size:12px;padding:0;font-weight:100;margin-bottom:5px !important;}
.footersubtt{font-size:14px;padding:0;font-weight:100;margin-bottom:5px !important;}
ul.list-unstyled.w_contact_info {
    display: block !important;
    flex-wrap: unset !important;
	margin-top: 15px;
}
ul.list-unstyled.w_contact_info li {
    width: 100% !important;
    margin-top: 5px;
}
.pdlf50{padding:0 50px;}
.new-pd7 {
    padding: 10px 0 0 0;
}
a.nav-link.dropdown-toggle:hover{color:#fac426 !important;}
a.nav-link.dropdown-toggle>ul>li>a:hover{color:#fac426 !important;}
.right_mega_menu>ul>li>a:hover{color:#252c40 !important;}
.bullet_menu>ul>li>a:hover{color:#252c40 !important;}
/*.zoomanimate{
	animation: zoomIn 0.9s both 0.5s;
}*/
.pgdmtext{font-size:12px;text-align:justify;padding:0;margin:0;}
ul.awards2 li {
    font-size: 12px;
    display: list-item;
    color: #fff;
    text-align: left !important;
    width: 100% !important;
    float: left !important;
    border-left: 0;
    border-bottom: 1px solid #eeeeee14;
    margin-bottom: 2px;
	margin-left:35px;
    list-style: disc !important;
}
.middleal{
	vertical-align: middle;
}
.newpdpgdm{padding:30px 20px;}
.page-t {
    font-size: 32px;
    font-weight: 700;
    color: #464646;
    text-transform: uppercase;
    text-align: right;
}
.page-t2 {
  margin: 0;
  padding: 0;
  text-align: left;
  background-color: #ffc905;
  padding: 0px 10px;
  width: max-content;
}
.sub-t {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #464646;
    padding-bottom: 20px;
    letter-spacing: 13px;
}
.newbgw {
    background-color: #f8f9fd;
    padding: 20px ​40px;
    box-shadow: 0 0 7px 0px #0000001f;
    border-radius: 10px;
}
.newpara {
    color: #000 !important;
    font-size: 12px;
    margin: 0 !important;
    padding: 0 !important;
}
.h4newt{
	color: #000;
    text-transform: uppercase;
    margin: 5px 0;
    font-weight: 700;
}
.approvalul li {
    color: #000;
    font-size: 12px;
    list-style: disc;
    margin-left: 30px;
}
.awardh {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    margin: 3px 0;
}
.awardhs {
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-bottom: 20px;
}
.yellowbg{
	background-color:#FCC425 !Important;
	padding:60px 40px 40px 40px;
	box-shadow: 4px 4px 10px 0px #00000047;
}
.whitebg {
    background-color: #fff;
    padding:40px;
	box-shadow: 4px 4px 10px 0px #00000047;
}
.awardh2 {
    font-size: 15px;
    text-transform: uppercase;
}
.awardhs2 {
    font-size: 12px !important;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 10px;
    transform-origin: 0 0;
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    background-color: #fcc425;
    color: #000;
    margin: 0px;
    left: 34px;
}
.watermark {
    position: absolute;
    font-size: 100px;
    color: #ffffff17;
}
.mainicon {
    font-size: 68px;
}
.data-text{margin-bottom:10px;}
.data-text h2 {
	font-weight:1000;
    text-transform: uppercase;
    margin: 0;
}
.data-text p {
    font-size: 12px;
    text-align: justify;
	padding-left:50px;
}

.apply-button {
    font-weight: 600;
    padding-left: 60px;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 30px;
    line-height: 20px;
}
.b-color{color:#000 !important;}
.newborder{border: 1px solid #fcc425;
    padding: 15px !important;}
.newborder2{border: 1px solid #fcc425;}
.dashed-bd{border: 3px dashed #fcc425;}
.bluebg{
	background-color: #5f5efd !Important;
    padding: 60px 40px 40px 40px;
    box-shadow: 4px 4px 10px 0px #00000047;
}
.wd100{min-width: 100%;vertical-align: top !important;}
.w-color{color:#fff !important;}
.ultitle {
    font-size: 16px;
    font-weight: 1000 !important;
    margin-bottom: 10px !important;
}
.learning-out li {
    margin-left: 15px;
    color: #fff;
    font-size: 12px;
    list-style: inside;
}
.facultyul li {
    color: #fff;
    font-size: 12px;
    list-style: inside;
}
.pl60{
	padding: 0 0 0 60px;
}

.contact-us-info2 ul li {
    position: relative;
    padding: 25px 0 25px 41px;
    border: 1px solid #364C88;
    font-size: 15px;
    color: #364c88;
    margin-bottom: 30px;
    font-weight: 500;
}
.contact-us-info2 ul li i {
    position: absolute;
    left: -29px;
    top: 14px;
    z-index: 1;
    color: #ffffff;
    font-size: 36px;
    background-color: #364c88;
    padding: 12px;
    width: 60px;
	font-size: 25px;
    height: 60px;
    text-align: center;
    border-radius: 10px;
}
.max-container {
    max-width: 100%;
    margin: 0 150px;
}

.burger_menu .text:before{display:none;}
.burger_menu .text:after{display:none;}
li.nav-item.dropdown.submenu.active.open ul li a:hover {
    color: #000 !important;
    padding: 0 5px;
}
.inner-side {
    background-color: #fff;
    padding: 0;
    box-shadow: 6px 4px 5px #00000040;
}
.publications-img-wrapper img {
    width: 100%;
}
.publications-content-wrapper {
    padding: 0 15px 5px;
}
h3.item-title {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 4px 0;
}
.item-price {
    font-size: 11px;
    text-align: center;
    background-color: #0c44b3;
    padding: 4px 5px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 13px;
}
.buy-now-btn-area {
    position: absolute;
    top: 30%;
    z-index: 3;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    transform: skewX(30deg);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ghost-btn {
    border: 2px solid #fdc700;
    color: #FFFFFF;
    padding: 10px 30px;
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.new-pd8 {
    padding: 70px 70px 40px 70px;
}
.breadcrumb {
  margin: 0;
  font-size: 15px;
  padding: 1px 10px;
  background: #2c97ea;
  color: #000 !important;
  border-radius: 0;
  width: max-content;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #000;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #000;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
.sidebartt {
  font-size: 16px;
  padding: 13px 0px 8px 15px;
}
.sidebar-categories li {
  font-size: 14px;
  list-style: none;
  border-bottom: 1px solid #eaeaea;
  padding: 8px 0px;
  padding-left: 35px;
}
.sidebar-categories {
    display: block;
}
.mainbutton:hover {background-color:#FFB400;}
.mainbutton {
    display: inline-block;
    text-align: center;
    padding: 8px;
    margin-bottom: 26px;
    width: 100%;
    background-color: #2356ba;
    color: #fff;
    font-size: 20px;
}
.new-pd9{padding:40px;}

#sidebar.sticky {
float: none;
position: fixed;
top: 20px;
z-index: 6;
left: auto;
}
.font12{
	font-size: 14px !important;
    letter-spacing: normal !important;
    margin-bottom: 10px !important;
	padding-left:10px !important;
    display: block !important;
}
.msgs {
    display: inline-block;
    border-radius: 50%;
    width: 140px;
    padding: 0 10px 10px 0;
}
.tablegims {
    width: 100%;
}
.tablegims td {
    border: 1px solid #86a2da;
    padding: 5px;
    font-size: 12px;
}
.tablegims tr th {
    background-color: #0c44b3;
    color: #fff;
    text-align: center;
    font-weight: 100;
}
.tablegims tr td:first-child {
    text-align: center;
}
.event-inner-wrapper .single-item {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.line-b {
    border-bottom: 1px solid #ffe78e;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.event-inner-wrapper .single-item .item-img {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
.event-inner-wrapper .single-item .item-content {
    padding: 0 30px;
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
h3.sidebar-title {
    font-size: 22px;
    color: #364C88;
    text-transform: capitalize;
    margin-bottom: 5px;
    position: relative;
    font-weight: 700;
}.event-inner-wrapper .single-item .item-content p {
padding: 0px !important;}
.event-inner-wrapper .single-item .item-content p {
    margin-bottom: 10px;
}
.mt-10 {
    margin-top: 10px;
}
.event-inner-wrapper .event-info-block li {
    line-height: 1.4;
    margin-bottom: 15px;
    font-size: 18px;
    color: #364C88;
    padding-left: 40px;
    position: relative;
}
.event-inner-wrapper .event-info-block li i {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    font-size: 24px;
    margin-right: 15px;
    color: #364C88;
}

ul.pagination-center>li.active {
    background-color: #0c44b3 !important;
}

ul.pagination-center li {
    display: inline-block;
    padding: 0 8px;
    margin: 0 2px;
    background-color: #0c44b3c4;
    color: #fff;
}
ul.event-info-block li {
    display: inline-block;
    margin: 0 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}
.item-content p {
    padding: 0;
    font-size: 15px;
}
.newsbutton{
	background-color: #252c40;
    color: #fff !important;
    padding: 2px 8px;
    margin-top: 10px;
    display: inline-block;
    font-size: 13px;
}
.item-img {
    width: 20%;
    float: left;
}
.single-item.line-b {
    display: inline-block;
}
.item-content {
    width: 80%;
    float: left;
    padding: 0 20px;
}
ul.event-info-block li {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    margin: 0 5px;
}
.event-calender-wrapper img {
    max-height: 55px;
    max-width: 93px;
}
.placement-u li p {
    font-size: 12px;
    padding: 0 !important;
    margin: 0;
}
.hp-placement2 ul li:last-child {
    border: 0px;
}
.hp-placement2 ul li {
    list-style: disc;
    display: list-item;
    margin-left: 15px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.hp-placement2 p {
    font-size: 14px;
    font-weight: 200;
    padding: 0;
}

.process-box {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #0000001c;
}
.process-right:after{
        content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
    z-index: 1;
}
.process-step {
    background: #fac426;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 8px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px #00000014;
	padding-bottom: 13px;
}
.process-point-right{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #00bcd4;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    left: -63px;
}
.process-point-right:before{
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(36deg);
    position: relative;
    left: -50px;
    top: -0px;
}
.process-point-left{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #00bcd4;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    right: -63px;
}
.process-point-left:before {
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(-38deg);
    position: relative;
    left: 50px;
    top: 0px;

}

.process-last:before{
    display: none;
}
.process-box p{
    z-index: 9;
}
.process-step p{
    font-size: 20px;
}
.process-step h2{
    font-size: 39px;
}
.process-step:after{
        content: "";
    border-top: 1px solid #ff000000;
    border-bottom: 15px solid #fcc425;
    border-right: 1px solid #fcc425;
    border-left: 10px solid #ff000000;
    display: inline-grid;
    position: absolute;
    left: -11px;
    top: 0;
}
.process-step:before{
        content: "";
    border-top: 1px solid #ff000000;
    border-bottom: 15px solid #fcc425;
    border-left: 1px solid #fcc425;
    border-right: 10px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -11px;
    top: 0;
}
.mnv-prc-margin {
    margin: 0 0 30px 0;
}

@media (max-width:1400px) {

}
@media (max-width:629px) {
  img#rubal {
    display: none;
  }
}
.admission h4 {
    font-size: 20px;
    color: #252c40;
    font-weight: 700 !important;
}.mega_menu {
    box-shadow: 2px 5px 6px 0px #0000000d !important;
    margin-top: 10px;
}
.menu_right {
    position: fixed;
    right: 20px;
    top: 30px;
	z-index: 10;
}
.show{display:block;}
.hide{display:none;}
div#slider1_forcefullwidth{margin-top:20px;}
@media (max-width:767px){
	.withicon {
    margin-bottom: 30px;
}
	ul.home-button{display:none !important;}
	}
.tp-bullet{display:none;}

row.sliderup {
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 7px 0px #00000047;
  -ms-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-top: -45px;
  margin-right: 0;
  margin-left: 0;
}
.sliderup .col-lg-3 {
    border-right: 1px solid #0000000f;
}

.sliderup .col-lg-3:last-child{border-right:0;}
.withicon svg path {
    fill: black;
}
.withicon svg {
    width: 60px;
    display: block;
    margin: auto;
}.withicon p {
    text-align: center;
	font-size: 14px;
    margin: 0;
    padding: 0 0 5px 0;
}

.withicon h2 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
    margin: 10px 0 0 0;
}svg.svg.readm {
    width: 11px;
    display: inline;
    margin-left: 4px;
}
.withicon svg {
    width: 60px;
    display: block;
    margin: auto;
}
a.reambtn {
    font-size: 14px;
    text-align: center;
    display: block;
}
h2.mainhead {
    position: absolute;
    left: 0;
    bottom: -44px;
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
	text-shadow: 4px 3px 3px #00000012;
}

div#clubcarousel {
    width: 100%;
}
a.leftcaro.carousel-control svg polyline {
    stroke: #fff !important;
}
a.leftcaro.carousel-control svg {
    width: 10px;
    text-align: center;
}

a.leftcaro.carousel-control {
    position: absolute;
    right: 0 !important;
    bottom: 10px !important;
    top: unset !important;
    left: unset !important;
    opacity: 1 !important;
    background-color: #023e96;
    width: 30px !important;
    height: 30px !important;
    padding: 0;
}a.rightcaro.carousel-control svg polyline {
    stroke: #fff !important;
}
a.rightcaro.carousel-control svg {
    width: 10px;
    text-align: center;
}

a.rightcaro.carousel-control {
    position: absolute;
    right: 0 !important;
    bottom: -20px !important;
    top: unset !important;
    left: unset !important;
    opacity: 1 !important;
    background-color: #023e96;
    width: 30px !important;
    height: 30px !important;
    padding: 0;
}

/*New Css for New Section Rohit*/

.ptag {
    text-align: justify;
    font-size: 15px;
}
/* .spanwhite span{color:#fff !important;} */
.pb-130{padding-bottom:130px !important;}

/*Sharad Code*/

.mess-img{
  width: 15%; 
  height: auto;
  float: left;
  margin-right:2rem; 
  border-radius: 50%;
  -webkit-shape-outside:circle();
  shape-outside:circle();
}
.mess-name{
  font-size: 20px;
}
.message{
  font-size: 14px;
  margin-top: 25px;
}


.sidebar-bg{
  background-color: black;
  padding: 20px 20px;
}
.inner-page-bg {
  padding: 25px 40px;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
}

.mission{
  clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
  padding: 25px;
  height: 285px;
  background-color: white;
}
.mission h1{
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
}
.mission p{
  font-size: 14px;
}

.vision{
  background-color: white;
  clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
  padding: 25px;
  height: 285px;
}
.vision h1{
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
}
.vision p{
  font-size: 14px;
}
.high-light{
  background-color: #2356ba;
  padding: 25px;
  text-align: center;
  color: white;
}
.high-light span{
  font-weight: bold;
  text-align: center;
  color: white;
  display: block;
}
.third-h{
  font-size: 18px;
  font-weight: 400;
  margin: 5px 0;
  text-align: center;
}
.f-14{
  font-size: 14px;
}
.f-16{
  font-size: 16px;
}
.f-18{
  font-size: 18px;
}
.f-20{
  font-size: 20px;
}

.curriculum{
  border-left: 5px solid #2356ba;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-bottom: 0px;
  
}
.list1 li{
  border-left: 5px solid #2356ba;
  margin: 5px 0px ;
  padding-left: 10px;
  font-size: 14px;
}
.size{
  font-size: 16px;
  text-align: justify;
}
.imaint span {
    font-weight: 700;
    -webkit-text-stroke: 1px #000;
    color: #fac426;
  }
  .imaint {
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 22px;
}
.m-bottom{
  margin-bottom: -25px;
}
.inder-list li{
  border: none;
  background-color: white;
  width: max-content;
}
.interaction{
  position: relative;
}
.for-abs{
  content: "";
    position: absolute;
    letter-spacing: 21px;
    top: 166px;
    left: -260px;
    font-size: 22px;
    transform: rotate( 
90deg);
    background-color: #1d3a8a;
    padding-left: 28px;
    color: white;
    box-shadow: 0px -7px 17px -5px #856712;
}
.list3 li{
  list-style: circle;
  font-size: 14px;
}

.school-rules{
  position: relative;
}


.for-school-abs{
  content: "";
  position: absolute;
  letter-spacing: 36px;
  top: 278px;
  left: -358px;
  font-size: 22px;
  transform: rotate( 
90deg);
  background-color: #1d3a8a;
  padding-left: 28px;
  color: white;
  box-shadow: 0px -7px 17px -5px #856712;

}
.table1{
  text-align: center;
  border-collapse: collapse;
  border: solid 1px #686666;
}
.table1 th{
  color: #0056b3 !important;
  font-weight: 600;
}
.table1 td{
  padding: 7px;
}
.table1 td a{
  color: blue;
}

.fee-table{
  box-shadow: 0px 0px 21px 3px #cd9e1a;
  
}
.fee-table .first-head{
  text-align: center;
  background-color: #1d3a8a;
  height: 60px;
}
.fee-table .first-head th{
  color: #ffffff;
}
.fee-table tr:nth-child(even){
  background-color: white;
  height: 35px;
}
.fee-table tr:nth-child(odd){
  background-color: rgb(219, 219, 219);
  height: 30px;
}
.fee-table tr td{
  text-align: center;
  font-weight: 500;
}
.color2{
  background-color: #1d3a8a;
}
.color2:before{
  border-top: 1px solid #ff000000;
  border-bottom: 15px solid #1d3a8a;
  border-left: 1px solid #1d3a8a;
  border-right: 10px solid #ff000000;
}
.color2:after {
border-bottom: 15px solid #1d3a8a;
  border-right: 1px solid #1d3a8a;
}
.achiev-box{
  background-color: #ffffff7d;
  padding: 20px 20px 10px 20px;
  margin-bottom: 20px;
}
.achiev-box h4{
  border-bottom: 2px solid #fcc425;
}


.faculty-box{
  box-shadow: 0px 0px 12px 0px #d3a41f;
  margin-bottom: 23px;
  padding: 10px 10px 10px 10px;
  background-color: white;
  transition: 0.5s;
  cursor: pointer;
}
.faculty-box:hover{
  transform: scale(1.1);
}
.faculty-box h5{
  font-size: 18px;
  margin: 0;
}
.faculty-box span{
}
.sd-img{
	border: 10px solid #fff;
    box-shadow: 1px 1px 6px 1px #00000017;
}
li.nav-item.dropdown.submenu li a {
    font-size: 16px;
    line-height: normal;
    color: #fff;
}
li.nav-item.dropdown.submenu li a:hover {
    color: #000;
    background-color: #fff;
}size{
  font-size: 14px;
  text-align: justify;
}
.imaint span {
    font-weight: 700;
    -webkit-text-stroke: 1px #000;
    color: #fac426 !important;
  }
  .mainbutton:hover {background-color: #0937b2; color: white;}
.mainbutton {
    display: inline-block;
    text-align: center;
    padding: 8px;
    margin-bottom: 26px;
    width: 100%;
    background-color:#0937b2;
    color: white;
    font-size: 20px;
}
  .vision{
    background-image: linear-gradient(to top, #2FC0E6, #135ABF);
    clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
    padding: 25px;
    height: 662px;
  }
  .vision h1{
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color: white;
  }
  .vision p{
    font-size: 14px;
    color: white;
  }
  .mission{
    clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
    padding: 25px;
    height: 285px;
    background-image: linear-gradient(to top, #2FC0E6, #135ABF);
  }
  .mission h1{
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color: white;
  }
  .mission p{
    font-size: 14px;
    color: white;
  }
.high-light{
    background-image: linear-gradient(to right, #2FC0E6, #135ABF);
    padding: 25px;
    text-align: center;
    color: white;
    font-weight: 700;
  }
  .high-light span{
    font-weight: bold;
    text-align: center;
    color: black;
    display: block;
  }
  .faculty-box{
    box-shadow: 0px 0px 19px -9px #1d3a8a;
    margin-bottom: 23px;
    padding: 10px 10px 10px 10px;
    background-color: white;
    transition: 0.5s;
    cursor: pointer;
  }
  .for-abs{
    content: "";
      position: absolute;
      letter-spacing: 21px;
      top: 166px;
      left: -260px;
      font-size: 22px;
      transform: rotate(90deg);
      background-image: linear-gradient(to right, #2FC0E6, #135ABF);
      padding-left: 28px;
      color: black;
      box-shadow: 0px -7px 17px -5px #856712;
  }
  .for-school-abs{
    content: "";
    position: absolute;
    letter-spacing: 36px;
    top: 278px;
    left: -358px;
    font-size: 22px;
    transform: rotate( 
  90deg);
  background-image: linear-gradient(to right, #2FC0E6, #135ABF);
    padding-left: 28px;
    color: black;
    box-shadow: 0px -7px 17px -5px #856712;
  
  }
  .inner-list li{
    border: none;
    background-color: white;
    width: max-content;
    list-style: circle;
    margin-left: 25px;
  }
  .list1 li{
    border-left: 5px solid #0937b2;
    margin: 5px 0px ;
    padding-left: 10px;
    font-size: 14px;
  }
  .fee-table .first-head th {
    color: white;
    font-weight: 500;
    font-size: 21px;
}
  .fee-table{
    box-shadow: 0px 0px 21px 3px #00000042;
  }
  .top_menubar>ul>li>a.right_bar_search{background:#0937b2;bottom:auto;right:auto;padding: 4px 8px 3px;}
  #mainNav .navbar-nav .nav-item a.apply_btn{background: #0937b2;color: #fff;margin-left:10px;margin-right:70px;}
  .top_menubar>ul>li.hovernew:hover{background-color:#0937b2!important;color:#000!important;}
  .top_menubar>ul>li.hovernew>a:hover{color:white!important;}



  .ft-new-div {
    background-color: #4c4c4c;
    padding: 10px 0;
    margin-top: 20px;
}

  ul.breadcrumb li a:hover {
    font-weight: 600;
    text-decoration: underline;
  }
  .cbse-aff li{
    width: 49%;
    margin: 0 auto;
    background-color: #ffffff61;
    text-align: center;
    margin: 6px 0px;
    padding: 10px;
    display: inline-block;
  
  }
  .cbse-aff li:nth-child(even){
    background-image: linear-gradient(to right, #0c3777 , #20839F);
    color: white;
  }
  .cbse-aff li:nth-child(even):hover{
    background-image: linear-gradient(to right, #20839F, #0c3777);
  }
  .cbse-aff li:nth-child(odd){
    background-image: linear-gradient(to right, #20839F, #0c3777);
    color: white;
  }
  .cbse-aff li:nth-child(odd):hover{
    background-image: linear-gradient(to right, #0c3777, #20839F);
  }
  
/* 29-10-2021 */
.events-box{
  border: 1px solid #1d3a8a;
  position: relative;
  background-color: #ffffff3b;
}

.events-box .box-1 img{
  width: 100%;
}
.events-box .box-2 h1{
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.events-box .box-2 p{
  font-size: 12px;
  margin: 0;
  padding: 0%;
  text-align: left;
}
.click-to-next{
  background-color: #0937b2;
    color: white;
    padding: 0px 5px;
    display: block;
    text-align: center;
}
.event{
  transform: scale(0.9);
}
.e-date{
  position: absolute;
  font-size: 14px;
  background-color: #1d3a8a;
  color: white;
  padding: 0;
  left: 5px;
  top: -6px;
  padding: 0px 5px;
}
.banner-text{
  color: black;
  position: absolute;
  font-size: 18px;
  font-weight: bolder;
  top: 573px;
  left: 0;
  text-transform: uppercase;
  line-height: 23px;
  background-color: red;
  width: 60%;
  text-align: justify;
  padding: 10px 10px 10px 50px;
  background: linear-gradient( 
135deg,rgb(13 58 121) 0,rgb(31 129 158) 59%,rgb(13 58 121) 59%,rgb(12 56 120) 100%)!important;
color: white;

}
.apply-now-box{
  /* background-color: red; */
}
.apply-now-box p{
  text-transform: uppercase;
  color: white;
  margin: 0px;
  padding: 0;
  margin-top: 10px;
  margin-bottom: -8px;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  height: 25px;
  background-color: #1b7195;
  width: max-content;
  padding: 0px 10px;
}
.apply-now-box h1{
  background-color: #0d3d7a;
  color: white;
  font-size: 37px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.college-info{
  text-align: center;
  padding: 40px 15px;
  background: linear-gradient( 
    50deg,rgb(13 58 121) 35%,rgb(31 128 157) 100%)!important;
  color: white;
  }

.college-info h2{
  text-align: center;
  color: white;
  font-size: 18px;
}
.college-info h3{
  text-align: center;
  color: white;
  font-size: 18px;
}
.m-0{
  margin: 0px!Important;
}
.popup div{
padding: 0px 5px;
}
.show .img-show{
  top: 59%;
  width: 50%;
} 
.all-events{
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: whhite;
  color: white;
  background-color: #0e3f7b;
  padding: 10px 35px;
  margin-left: 20px;
}
.all-events:hover{
  letter-spacing: 2px;
  padding: 10px 20px;
  color: white;
}
.video-box{
  height: 310px;
  overflow: hidden;
  margin: 10px 0px;
}
.go-to-fb{
  background-color: #1d3a8a;
  color: white;
  padding: 10px 20px;
  margin: 10px 0px;
  display: inline-block;
}
.sec-heading{
  font-size: 18px;
}
.new-bg {
  background-color: #0a1754 !important;
  padding-top: 12px !important;
}
.ymaint2{
  color: white;
}
/* .ymaint2 span{
  font-weight: 700;
    -webkit-text-stroke: 1px white !important;
    color: white !important;
    background: -webkit-linear-gradient(to right, #0c3777, #20839F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */
.svg2 path{
  fill: white;
}
.ssjic-bg span {
  background-color: #0a1754 !important;
  color: white;
}
.left2{
  color: white;
}
.left3{
  color: white;
}
.homebtn{
  background-color: #0937b2 !important;
  color: white;
}
.homebtn:hover{
  color: white !important;
  font-weight: 600 !important;
}
.w_content_two h2{
  padding-bottom:10px !important;
}
.bodynews li h3{
  color: black;
}
.event-calender-holder p{
  color: black;
}
.bodynews .event-calender-holder{
  background-color: white !important;
}
.bodynews .event-calender-holder span{
  color: black !important;
  background-color: #a5a5a5 !important;
  font-weight: bold;
}
.event-content-holder p {
  color: #d6c8e8;
}
.bodynews li h3 a{
  color: white;
}
.process-step {
 background-image: linear-gradient(to top, #20839F, #0c3777) !important;
}
.process-step:before {
  content: "";
  border-top: 1px solid #ff000000;
  border-bottom: 15px solid #0d3c79;
  border-left: 1px solid #0d3c79;
  border-right: 10px solid #ff000000;


}
.process-step:after {
  content: "";
  border-top: 1px solid #ff000000;
  border-bottom: 15px solid #0d3c79;
  border-right: 1px solid #0d3c79;
  border-left: 10px solid #ff000000;

}
.note li{
  color: black;
}
.s-bg{
  background-image: linear-gradient(to right, #0c3777, #20839F) !important;
  color: white;
}
.event-btn{
  background-color: black !important;
  color: white !important;
}
/* .spanwhite span {
  color: #fff !important;
} */
.note {
  color: #000;
  font-size: 13.5px;
}
.controller a {
  background-color: #0937b2;
  margin: auto;
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: 7px;
  box-shadow: 0 0 6px #0000005c;
}
.controller a {
    background-color: #0937b2 !important;
    margin: auto;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 7px;
    box-shadow: 0 0 6px #0000005c;
  }
  .apply-now-box h1 a{
    background-color: #0d3d7a;
    color: white;
    font-size: 37px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    display: block;
  }
  .apply-now-box h1 a:hover{
    background-color: #1f7c9c;
  }
.note {
  color: #000;
  font-size: 13.5px;
}
.bullet_menu2{
  column-count: 2;
  margin-bottom: 25px;
}
.bullet_menu2 li{
  font-size: 12px;
  line-height: 2;
  font-weight: 300;
  text-transform: capitalize;
  list-style: disc;
}
.bullet_menu2 li a {
  color: #000;
}
.college-info{
  text-align: center;
  padding: 35px 15px;
  background: linear-gradient( 
    50deg,rgb(13 58 121) 35%,rgb(31 128 157) 100%)!important;
  color: white;
  }

  div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 240px;
}
.withicon h2 {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  margin: 10px 0 0 0;
}

.apply-now-box h1 a:hover{
  background-color: #fcc425;
  color: #000;
}
.bullet_menu2{
  column-count: 2;
  margin-bottom: 25px;
}
.bullet_menu2 li{
  font-size: 12px;
  line-height: 2;
  font-weight: 300;
  text-transform: capitalize;
  list-style: disc;
}
.bullet_menu2 li a {
  color: #000;
}
.pray{
  font-family: cursive;
    font-weight: 400;
    font-style: italic;
    font-size: 15px;
}
.inner-page-h{
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;  
}
.inner-page-h span{
  font-weight: bold;
}
.line-dashed{
  border-top: 1px dashed #293253;
}
.covid-t{
  display: block;
  background-color: #ba0000;
  width: max-content;
  text-transform: uppercase;
  padding: 0px 10px;
  color: white;
}
.covid-note{
  font-size: 23px;
  text-align: center;
  font-style: italic;
  font-weight: 400;
}
.white-gradiant{
  background-image: linear-gradient(to right, #ffffff, #e6e8e9);
}
/* .ymaint3 span {
  font-weight: 700;
  -webkit-text-stroke: 1px #10457f !important;
  color: #135285 !important;
  background: -webkit-linear-gradient(to right, #0c3777, #20839F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */
.ymaint3 {
  color: #10457f;
}
.topper-box{
  background-image: linear-gradient(to top, #0d3a79, #1d7899 );
  padding: 10px 10px 0px 10px;
  border-radius: 15px;
  margin-top: 50px;
  position: relative;
}
.topper-img{
  border-radius: 10px;
  overflow: hidden;
  margin-top: -50px;

}
.topper-img{
  overflow: hidden;
  margin-top: -50px;
  position: relative;

}
.topper-img img{
  width: 100%;
  border-radius: 10px;


}
.topper-per p{
  padding: 10px;
  position: absolute;
  background-color: #ca0000;
  font-size: 12px;
  font-weight: bold;
  color: white;
  padding: 2px 11px;
  left: 0px;
  top: 0px;
}
.topper-name{
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: white;
  margin: 0;
  padding: 0;

}
.topper-class{
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: white;
  margin: 0;
  padding: 0;
}
.sd-img {
  border: 10px solid #fff;
  box-shadow: 1px 1px 6px 1px #00000017;
}
.covid-sign{
  position: absolute;
  bottom: 0;
  right: 40px;
  font-family: ui-monospace;
  text-align: right;
}



@media (max-width: 1400px){
  .navbar-light .main-menu li a.nav-link {
      font-size: 14px!important;
      padding: .5rem 7px;
  }}
  
  .college-info h2{
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  margin: 8px 0 !important;
}
.top_menubar{
  z-index:1041 !important;
}
#mainNav.fixed-top{
  background-color: #ffffff !important;
}
.col-lg-12.col-xs-12.col-sm-12.college-info h3 {
  font-size: 51px !important;
  font-weight: 700 !important;
  line-height: 39px !important;
}
.col-lg-12.col-xs-12.col-sm-12.college-info span {
  font-size: 15px;
}
.college-info{
  padding: 39px 15px !important;
  border-top: 2px solid white;
}
.fit-india-front-gallery{
  padding: 5px 0px 1px 20px;
  box-shadow: 3px 2px 11px 0px #00000038;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.cont-box{
  background-color: #ffffff66;
}
.for-relat{
  position: relative;
}
.cont-box .cont-form{
  background-color: white;
  padding: 15px;
  position: absolute;
  width: 90%;
  left: 50%;
  transform: translatex(-50%);
  top: -15px;
}
.cont{
  border: 1px solid #c6c6c6;
  display: block;
  width: 100%;
  padding: 10px 10px 2px 10px;
  margin: 10px 0px;
}
.text-area{
  border: 1px solid #c6c6c6;
  width: 100%;
  margin: 5px 0px;
  outline: none;
}
.cont-btn{
  width: 100%;
  padding: 9px 0px;
  text-transform: uppercase;
  background: no-repeat;
  font-weight: bold;
  border: none;
  outline: none;
  background-color: #2356ba;
  color: white;
  margin: 0px;
}
.add-box{
  background-color: white;
  margin: 60px 0px;
  padding: 40px 25px;
}
.h3-for-cont{
  color: #1d3a8a;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  background-color: #fcc425;
  margin: 10px 0px 25px 0px;
}
.club-list-t{
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  position: relative;
}
.club-list-t::after{
  content: "";
  position: absolute;
  bottom: 0px;
  width: 90px;
  height: 2px;
  background-color: #0d3d7a;
  left: 50%;
  transform: translate(-50%);
}
.club-main-page{
  transform: scale(0.9);
  box-shadow: 2px 2px 10px #00000029;
}
.club-reambtn{
  font-size: 14px;
  text-align: center;
  display: block;
  background-color: #fcc425;
}
.club-reambtn2{
  font-size: 14px;
  text-align: center;
  display: block;
  width: max-content;
  background-color: #fcc425;
  padding: 2px 10px;
}



.tesm-message{
  font-size: 14px;
  color: #fff;
  margin: 0;

}
.tesm-cont{
  background-image: linear-gradient(to top, #0c3777 , #20839F);
  padding: 30px 40px;
  border-radius: 100px 0px 100px 0px;
}
.tesm-img-box{
  position: relative;
}
.tesm-img{
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  border-radius: 0px 50px;
  overflow: hidden;
  box-shadow: 7px 8px 11px 0px #0000005e;
}
.tesm-img img {
  margin-bottom: -7px;
}
p.tesm-name {
  margin: 0;
  padding: 0;
  font-size: 27px;
  font-weight: 600;
  color: white;
}

.tesm-img2{
  position: absolute;
  bottom: 0;
  left :0;
  border-radius: 50px 0;
  overflow: hidden;
  box-shadow: 7px 8px 11px 0px #0000005e;
}
.tesm-cont2{
  background-image: linear-gradient(to top, #0c3777 , #20839F);
  padding: 30px 40px;
  border-radius:  0 100px ;
}
.tesm-img2 img {
  margin-bottom: -7px;
}
.mergin-top-50{
  margin-top: 50px;
}
.parents-message{
  box-shadow: 7px 8px 11px 0px #0000005e;
}
.navbar-light .main-menu li a.nav-link {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

.tesm-img2-phone-view img{  
  float: left;
  margin: 0px 12px 0px 0px;
  border-radius: 0px 50px;
}
.tesm-img-phone-view img{  
  float: left;
  margin: 0px 12px 0px 0px;
  border-radius: 50px 0px;
}
.inner-tesm-page-bg {
  padding: 5px 5px;
  background-color: #ffffff;
  box-shadow: 4px -6px 12px 0px #00000038;
}
.for-phone{
  display: none;
}




@media (max-width: 767px){
  .for-phone{
    display: block;
  }
  .for-desk{
    display: none;
  }
  .tesm-cont{
    padding: 30px 10px;
  }
  .tesm-cont2{
    padding: 30px 10px;
  }
  .tesm-message{
    font-size: 12px;
  }
}


/* 20-01-2022 */
@media (max-width: 967px){
  .slider1 div{
    background-image: url(../img/slider/admission-open-for-2022-phone-view.jpg) !important;
  }
  .slider2 div{
    background-image: url(../img/slider/admission-open-gnws.jpg) !important;
  }
}





/* code on 10\02-2022 for ssjic */
.footer-bg{
  background-color:#2d2d2d !important;
}
ul.social-media li {
  border: 1px solid white;
  display: inline-block;
  width: 30px;
  text-align: center;
}
ul.social-media {
  text-align: left;
}
.bg-style{
  padding: 10px 5px;
}
.events-text-box {
  background-color: #2c97ea;
  padding: 8px 10px;
}
.events-text-box h3 {
  font-size: 15px;
}
.events-text-box p {
  font-size: 12px;
  padding: 0;
}
.event-img-box {
  text-align: center;
}
.ssjic-events-box {
  box-shadow: 0 0 10px #00000040;
  margin-top: 28px;
}
.newgrey-bg {
  background-color: #f3f6f8;
}

.page-heading {
  background: #eaeaea;
  width: 100%;
  padding-top: 130px;
}
.pathway {
  margin-top: 18px;
  font-size: 10.4px;
  text-transform: uppercase;
}
.text-right {
  text-align: right;
}
.breadcrumb-text-right{
  text-align: right;
}
.breadcrumb-t h1{
  text-transform: uppercase;
}
ul.breadcrumb li {
  text-transform: capitalize;
}
.faculty-bg-images{
  position: relative;
  overflow: hidden;
  height: 277px;
  transition: 0.5s;
}
.fac-text {
  background-color: #00000080;
  padding: 10px 15px;
  position: absolute;
  width: 100%;
  bottom: -61px;
  transition: 0.5s;
}
.fac-text p{
  padding: 0;
  padding-bottom: 5px;
  font-size: 14px;
  color: white;
}
.fac-text p:nth-child(1){
  padding-bottom: 10px;
}
.text-div-hr {
  margin: 0;
  border-top: 1px solid #eaeaea;
}
.div-img{
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 313px;
}
.div-img:hover .fac-text{
  bottom: -10px;
  cursor: pointer;
}
.div-img:hover .faculty-bg-images{
  transform: scale(1.1);
}
.fpb-0{
  padding-bottom: 0;
}
.teacher-t {
  background-color: #ffc600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}


/* code by sharad 25-02-2021 */

.vision-img {
  float: left;
  border-radius: 50%;
  shape-outside: border-box;
}
.mission-img {
  float: left;
  border-radius: 50%;
  shape-outside: border-box;
}

.size2{
  font-size: 16px;
}
.principle-img {
  float: left;
}
.principle-msg {
  padding: 25px 25px 25px 25px;
  text-align: justify;
}
.dir-img {
  float: left;
}
.dir-msg {
  padding: 25px;
  text-align: justify;
}




/* 28-02-2022  */

.event-btn {
  background-color: white !important;
  color: black !important;
  padding: 2px 8px;
  font-size: 14px;
  border-radius: 16px;
  margin-top: 4px;
  display: block;
  width: max-content;
}
.events-heading a{
  color:white;
}
.events-para{
  color:white;
}
.for-res{
  margin: 0 !important;
}
@media (max-width: 768px) {
  .for-res{
    margin-top: 15px !important;
  }
}



/* Code by ritu raj 28-02-2022  */
.name{
  width: 100%; 
  padding: 10px; 
  border: 1px solid #ccc; 
  border-radius: 4px;
  box-sizing: border-box; 
  margin-top: 5px;
  margin-bottom: 10px;
 
}
.contant-message{
  color: #0a1754;
  text-align: center;
}
.information{
  color: rgb(255, 207, 73);
}
.name{
  background-color: #ffffffd9;
}

.info{
  background-color: #0a1754;
  padding: 5px;
  padding-left: 13px;
}
.child{
  align-items: center;
  height: 100%;
}
.contant{
  padding: 20px;
  background-color: rgb(255, 207, 73);
  border-radius: 5px;
}
.btn{
  background-color: #0a1754;
  border-radius: 5px;
  color: white;
  border: none;
  }
.map{
   padding-left: 15px;
  padding-top: 18px;
}


.add{
  line-height: 1.8;
  color: white;
}
.add i{
  font-size: 20px;
  color: rgb(255,207,73);
}
.main{
  padding: 0px;
}
.child1{
  background-color: #0a1754;
}
.row-data{
  padding-top: 15px;
  padding-bottom: 8px;
}

.facebook{
  padding-right: 3px;
}























/* Code by ritu raj 28-02-2022  */
.name{
  width: 100%; 
  padding: 10px; 
  border: 1px solid #ccc; 
  border-radius: 4px;
  box-sizing: border-box; 
  margin-top: 5px;
  margin-bottom: 10px;
 
}
.contant-message{
  color: #0a1754;
  text-align: center;
}
.information{
  color: rgb(255, 207, 73);
}
.name{
  background-color: #ffffffd9;
}

.info{
  background-color: #0a1754;
  padding: 5px;
  padding-left: 13px;
}
.child{
  align-items: center;
  height: 100%;
}
.contant{
  padding: 20px;
  background-color: rgb(255, 207, 73);
  border-radius: 5px;
}
.btn{
  background-color: #0a1754;
  border-radius: 5px;
  color: white;
  border: none;
  }
.map{
   padding-left: 15px;
  padding-top: 18px;
}


.add{
  line-height: 1.8;
  color: white;
}
.add i{
  font-size: 20px;
  color: rgb(255,207,73);
}
.main{
  padding: 0px;
}
.child1{
  background-color: #0a1754;
}
.row-data{
  padding-top: 15px;
  padding-bottom: 8px;
}
.bg-image{
  background-image: url("../images/about-2.jpg");
  background-repeat: no-repeat;
  width: 100%;
  }
  .text-bg{
    /* background-color: #ffffffd1; */
    padding: 10px 20px;
    border-radius: 25px 25px 0px 0px;
    box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.05);
  }
  @media screen and (max-width: 420px) {
    .bg-image {
       background-color: lightblue;
    }
 }

 /* code by Ritu Raj Ranjan
 Date- 01-03-2022 */
 .read-more{
  padding:0 8px 8px 8px;
  /* margin-left: 504px; */
 }
 .principal-detail{
  /* color: white; */
  padding-left: 26px;
  padding-top: 20px;
 }
 .principal-message{
  background-color: rgb(255,207,73);
  color: #0a1754;
  font-size: 14px;
  border-radius: 0 54px 0px 54px;
  padding:16px 30px 18px 26px;
  text-align: justify;
 }
.principal-img{
  box-shadow: 0 0 8px #00000057;
} 
.principal-info{
  box-shadow: 0 0 14px #00000033;
}
.event-date-icon{
  font-size: 14px;
  color: white
}
.event-date{
  color: white;
}


.left2 {
  font-size: 26px;
  text-align: left !important;
  padding: 0 !important;
}


@media screen and (max-width: 430px) {
  .left3 {
    font-size: 12px !important;
   
  }
  
}


.event-date{
  font-size: 12px !important;
}
.events-para{
  font-size: 13px !important;
}




/* code by sharad 04-03-2022 */
.paget {
  /* text-transform: uppercase; */
  padding-bottom: 0;
}
.principal-detail{
  background-color: #0a1754;
}
.pri-name{
  color: #fff;
}
.principal-message {
  border-radius: 0px !important;  
}

.social {
  background-color: red;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
} 
.fb{
  background-color: #1f2e85;
}
.insta{
  background-color: #0b1654;
}
.twitter{
  background-color: #0b1654;
}
.linkedin{
  background-color: #1f2e85;
}
.sic {
  color: white;
  font-size: 28px;
}
.principle-msg {
  padding: 50px 50px 50px 50px !important;
}
.dir-msg {
  padding: 50px !important;
}
.page-heading {
  padding-top: 213px !important;
  background-image: url(../images/bred-crump.jpg);
}
.breadcrumb-t h1 { 
  color: white;
}

.breadcrumb {
  background: #f29e0a !important;
}
.ps-rel{
  position: relative;
}

@media screen and (max-width: 768px) {
  .vision-img {
    float: unset;
}
.principle-img{
  float: unset;
}
.twitter{
  background-color: #1f2e85;
}
.linkedin{
  background-color: #0b1654;
}
.sidebar{
  margin-top: 15px;
}

  
}
@media screen and (max-width: 425px) {
  .breadcrumb-t h1 {

    position: absolute;
    top: -99px;
    left: 0;
    text-align: center;
    font-size: 24px;
    width: 100%;
  }  
}

/* 
Code by ritu raj ranjan
date - 5-03-2022 */



.about-img{
  margin-top: 20px;
  margin-bottom: 16px;
  margin-left: 4px;  
  border-radius: 35px 0;
  border: 4px solid #0a1754 !important
}
.ab-img{
  background-color: rgb(255 207 73 / 76%);
}
.main-event{
  background-image: url(../images/pri-bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.new-bg{
  padding-top: 12px !important;
}
.highlight{
 padding: 2px !important;
}
.event-para{
  padding-right: 26px;
}
.latest-event {
  background: #2c97ea;
  padding: 5px 20px;
  border-radius: 5px 5px 0 0;
  color: white;
  margin: 0px;
}
.footert{
  text-align: justify;
}
.media{
  padding-right: 7px !important;
}

@media screen and (max-width: 800px){
  .first-social{
    display: none;
  }
  .second-social{
    display:block;
    display: flex;
  }
}
@media screen and (min-width:800px) {
   .first-social{
    display: block;
  }
  .second-social{
    display:none;
  }
}
 
.bullet_menu2 li{
  list-style: none !important;
}


/* Code by Ritu raj ranjan
Date 9-03-2022 */



@media screen and (max-width: 800px){
  .event-image{
    width: 100% !important;
  }
}

.bg-image{
  background-size: 100% !important;
}
.main-event{
  background-size: 100% !important;
  
}
.read-btn{
  margin-top: 0px !important;
  margin-bottom: 22px !important;
}
.mission-img{
  width: 100px !important;
}
.vision-img{
  width: 100px !important;
}

.footer_text{
  padding-left: 40PX !important;
}

/* 
Code By Ritu raj ranjan
Date- 10-03-2022 */

.fb-page{
  margin-left: -48px;
  margin-top: -8px;
}
h3.subpaget.ev-01 {
  background: #2c97ea;
  color: white;
  margin-top: -1px;
  position: relative;
}

.ev-01::after {
  position: absolute;
  content: "";
  bottom: -14px;
  right: 0px;
  height: 100%;
  width: 5px;
  background-color: #2c97ea;
}
.ev-01::before {
  position: absolute;
  content: "";
  bottom: -14px;
  left: 0px;
  height: 100%;
  width: 5px;
  background-color: #2c97ea;
}
.ev-01 span {
  background-color: #2c97ea !important;
  color: white;
}


@media (max-width: 1400px){
.navbar-light .main-menu li a.nav-link {
    font-size: 14px!important;
    padding: .5rem 15px;
}
}
@media (max-width: 768px){
  .main-event {
      background-repeat: repeat !important;
  }
}

.ad-btn{
  padding-right: 11px !important;
  padding-left: 4px !important;
}
.email-icon{
  padding-right: 9px !important;
}