/*
THEME: Promodise - Startup Business Bootstrap Template
VERSION: 1.0.0
AUTHOR: Themefisher

HOMEPAGE: https://themefisher.com/products/promodise-startup-business-template/
DEMO: https://demo.themefisher.com/promodise/
GITHUB: https://github.com/themefisher/Promodise-Startup-Business-Bootstrap-Template

WEBSITE: https://themefisher.com
TWITTER: https://twitter.com/themefisher
FACEBOOK: https://www.facebook.com/themefisher
*/
/*=== MEDIA QUERY ===*/
/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
    -LOGO CSS
    -MENU CSS
* 04.ABOUT CSS STYLE
* 05.SERVICE CSS STYLE
* 06.WORK CSS STYLE
* 07.AVAILABLE CSS STYLE
* 08.CONTACT CSS STYLE
* 09.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
* change btn hover color from #635CDB to #bf0000
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,700|Rubik:400,600,700");
@import url(https://fonts.googleapis.com/css?family=Poppins:400,400italic,500,500italic,700,700italic,900,300,300italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,400italic,500,500italic,700,700italic,900,300,300italic);


body {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  color: #788487;
  position: relative;
  /* overflow-x: hidden;
  margin: auto;
  max-width: 1440px; */
}

p {
  line-height: 28px;
  font-size: 15px;
}

html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  border: 0;
/*  margin: 0;*/
  padding: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  color: #232323;
}

a {
  text-decoration: none;
  transition: all 0.2s;
  color: #000;
  cursor: pointer;
}

/*img {
   max-width: 100%; 
}*/

a:hover {
  color: #e30220;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
  line-height: 38px;
}

h4 {
  font-size: 22px;
  line-height: 32px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 26px;
}

.f-color {
  color: #635CDB;
}

h5.subtitle {
  font-size: 16px;
  font-weight: 400;
}

.no-padding {
  padding: 0;
}

.flaticon {
  display: inline;
}

.mb30 {
  margin-bottom: 30px;
}

.section-padding {
  padding: 90px 0px;
}


.section-heading {
  text-align: center;
  width: 70%;
  margin: 0 auto 60px;
}

.section-title {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.section-title span {
  color: #635CDB;
}

.section {
  padding: 100px 0px;
}

.line {
  width: 50px;
  background: #635CDB;
  height: 1px;
  margin: 10px auto;
}

.unscrollable {
  overflow: hidden;
}
/*---------- BUTTONS ----------*/
.btn {
  font: 600 10.5px/1;
  display: inline-block;
  padding: 15px 45px 15px 45px;
  border: 2px solid transparent;
  transition: all .2s;
  border-radius: 0px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
}

.btn:focus,
.btn:active,
.btn:active:focus {
  outline: none;
  box-shadow: none;
}

.btn-hero,
.btn-white:hover {
  background-image: linear-gradient(to right, #e30220, #e30220, #e30220, #e30220);
  box-shadow: 0 1px 15px 0 #e30220;
  color: #FFF !important;
}

.btn-hero:focus {
  color: #fff !important;
}

.btn-black,
.btn-hero:hover {
  background-color: black;
  color: #fff !important;
}

.btn-black:hover {
  color: #fff;
  background: #635CDB;
}

.btn-black:focus {
  color: #fff;
}

.btn-white {
  background-color: rgb(227 2 32);
  color: rgb(255 255 255);
  /*border-color: rgba(255, 255, 255, 0.12);*/
}

.btn-white:focus {
  color: #000;
}

.btn-white:active {
  color: #fff;
}

.btn-trans-black {
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.85);
}

.btn-trans-black:hover {
  color: white;
  background-color: #000;
}

.btn-trans-white {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.95);
}

.btn-trans-white:hover {
  background-color: rgba(255, 255, 255, 0.95);
  color: rgba(0, 0, 0, 0.85);
  border-color: rgba(255, 255, 255, 0.12);
}

.btn-trans-white:active,
.btn-trans-white:focus {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.12);
}

.btn-rounded {
  border-radius: 2px;
}

.btn-circled {
  border-radius: 40px;
}

.btn-trans-black:hover {
  background: #635CDB !important;
}

/*---------- COLORS ----------*/
/*-- Background Colors --*/
.bg-black {
  background-color: #000;
}

.bg-dark {
  background-color: rgba(0, 0, 0, 0.96);
}

.bg-feature {
  background-color: #635CDB;
}

.bg-primary {
  background-color: #0db8ca;
}

.bg-gray {
  background-color: #f2f4ec;
}

.bg-white {
  background-color: #fff;
}

.d-table {
  width: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

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

.brown-overlay {
  background: #222955;
  opacity: .97;
}

.feature-overlay {
  background: #635CDB;
  opacity: .97;
}

.gr-overlay {
  background: linear-gradient(135deg, #2f1ce0 0%, #53a0fd 30%, #51eca5 100%);
  opacity: .87;
}

/* ========================

==============================*/
.heading {
  margin-bottom: 40px;
}

.heading h3 {
  margin-bottom: 10px;
  font-weight: 600;
}

/*------------------------------------
  MENU NAVIGATION AREA
----------------------------------*/
.site-navigation,
.trans-navigation {
  /*padding: 20px 0px;*/
}


/*.site-navigation .navbar-nav a,
.trans-navigation .navbar-nav a {
  text-transform: uppercase;
}*/

.site-navigation .navbar-nav a.active,
.trans-navigation .navbar-nav a.active {
  color: red;
}

.header-white {
  position: fixed;
  top: 0px;
  background: #111;
  z-index: 9999;
  width: 100%;
  left: 0;
  transition: all .5s ease 0s;
  color: #000 !important;
}

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link,
.navbar-expand-lg.site-navigation .navbar-nav .nav-link {
  padding: 13px 24px;
}

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link:last-child,
.navbar-expand-lg.site-navigation .navbar-nav .nav-link:last-child {
  /*padding-right: 15px;*/
}

.site-navigation,
.trans-navigation {
  transition: all .5s ease 0s;
}

.navbar-brand {
  padding-top: 0px;
  margin-right: 60px;
  font-weight: 700;
  text-transform: capitalize;
  color: #000;
}

.navbar-brand span {
  font-weight: 400;
}

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
  color: #000;
}

.trans-navigation {
  background: white;
}

.trans-navigation.header-white {
  background: #fff;
}

.trans-navigation.header-white .navbar-nav .nav-link {
  color: #000;
}

.trans-navigation.header-white .navbar-nav a.active {
  color: #635CDB;
}

.navbar-brand img {
  max-width: 100%;
}

.trans-navigation.header-white .btn-white {
  background: #635CDB;
  color: #fff;
}

/* ===============================
 DROPDOWN MENU
================================*/
.navbar-expand-lg.trans-navigation .navbar-nav .nav-link.dropdown-toggle {
  padding-right: -1px;
}

.dropdown-toggle i {
  font-size: 10px;
  vertical-align: 2px;
}

.dropdown-menu {
  padding: 0px;
  border: 0;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}


.dropdown-menu li:first-child {
  margin-top: 5px;
}

.dropdown-menu li:last-child {
  margin-bottom: 5px;
}

.dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-menu,
.dropright .dropdown-menu {
  margin: 0;
}

.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
  border: 0;
  font-size: 10px;
  vertical-align: 1px;
}

.dropleft .dropdown-toggle::before {
  content: "\f053";
  margin-right: 5px;
}

.dropright .dropdown-toggle::after {
  content: "\f054";
  margin-left: 5px;
}

.dropdown-item {
  padding: .6rem 1.5rem .35rem;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.dropdown-submenu.active > .dropdown-toggle,
.dropdown-submenu:hover > .dropdown-item,
.dropdown-item.active,
.dropdown-item:hover {
  background: rgba(99, 92, 219, 0.1);
  color: #635CDB;
}

button:focus {
  outline: 0;
}

ul.dropdown-menu li {
  padding-left: 0px !important;
}

@media (min-width: 992px) {
  .dropdown-menu {
    transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
    transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear;
    transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear, -webkit-transform .2s linear;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .dropdown-menu li:first-child {
    margin-top: 5px;
  }
  .dropdown-menu li:last-child {
    margin-bottom: 5px;
  }
  .dropleft .dropdown-menu,
  .dropright .dropdown-menu {
    margin-top: -5px;
  }
  .dropdown:hover > .dropdown-menu {
    visibility: visible;
    transition: all .3s ease 0s;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.navbar-collapse.show {
  overflow-y: auto;
  max-height: calc(100vh - 100px);
}

/*------------------------------------
 BANNER AREA
----------------------------------*/
.banner-area .content-padding {
  /*padding-left: 80px;*/
  text-align: left;
  padding-top: 10px;
}

.content-padding {
  padding: 180px 0px 80px;
}

.banner-content {
  padding-right: 30px;
}

.banner-content .btn {
  margin-top: 25px;
}

.banner-content .banner-title {
  color: #000;
  /*font-weight: 700;*/
  line-height: 75px;
  font-family: Montserrat;
}

.banner-title{
  margin-top: 130px;
}

.banner-content .subtitle {
  color: #fff;
  background: #635CDB;
  display: inline-block;
  padding: 3px 8px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.subtitle {
  color: #635CDB;
}

.banner-content p {
  margin-top: 30px;
  margin-right: 55px;
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.banner-content .btn {
  margin-right: 12px;
}

.btn-sm {
  padding: 10px 30px;
}

.section-heading h2 {
  margin-bottom: 20px;
  font-weight: 400;
}

/* =======================================
INner Pages
=========================================*/
#page-banner {
  position: relative;
  padding: 60px 0px 80px;
}

.page-banner-area {
  background: url("../images/banner/1.jpg") no-repeat 50% 50%;
  background-size: cover;
}

/*-------------------- ------------
 INTRO SECTION
-----------------------------*/
#intro {
  padding-bottom: 0px;

}


.separator {
  position: absolute;
  background-color: #f3f4f5;
  padding: 213px;
  width: 100%;
  z-index: -5;
  top: 55em;
  max-width: 1440px;
}

.intro-img {
  margin-top: 45px;
}

#intro .section-heading p {
  color: #000;
  font-size: 30px;
  line-height: 40px;
}

.intro-box {
  margin-top: 30px;
  position: relative;
  margin-bottom: 20px;
}

.intro-box h4:before {
  position: absolute;
  left: 0px;
  top: 17px;
  content: "";
  bottom: 0px;
  background: #000;
  width: 50px;
  height: 2px;
}

.intro-box h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
  padding-left: 60px;
}

.intro-box span {
  font-size: 28px;
  color: #635CDB;
}

.intro-cta {
  margin-top: 40px;
}

/*--------------------------
  ABOUT SECTION
----------------------*/
.section-pt {
  padding-top: 90px;
}

.section-pb {
  padding-bottom: 90px;
}

#about {
  position: relative;
  padding-bottom: 85px;
}

.about-bg-img {
  position: absolute;
  right: 0px;
  content: "";
  background: url("../images/banner/1.jpg") 50% 50%;
  width: 40%;
  height: 100%;
  max-height: 560px;
  top: 0px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

.about-content {
  margin-top: 94px;
}

.about-content .subtitle {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about-content h3 {
  margin-bottom: 25px;
}

.about-list {
  margin-top: 30px;
}

.about-list li {
  width: 45%;
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
  color: #888;
}

.about-list li i {
  color: #000;
  margin-right: 10px;
}

/* ----------------------
ABOUT PAGE
-------------------------*/
.about-list2 li i {
  margin-right: 10px;
  color: #635CDB;
}

.icon-3x {
  font-size: 3rem;
}

.text-default {
  color: #635CDB;
}

.team-social li a {
  font-size: 13px;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #fff;
  display: inline-block;
  padding-top: 3px;
  background: #fff;
}

/* ========================
HISTORY MISSION
==============================*/
.img-block img {
  width: 200px;
}

/* ========================

==============================*/
#section-strategy {
  background: url("../images/bg/bg-1.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.strategy-text {
  margin-bottom: 50px;
}

.strategy-text h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.strategy-text span {
  font-size: 61px;
  color: #635CDB;
  margin-bottom: 15px;
  display: block;
}

/*--------------------------------
 COUNTER SECTION
-----------------------------*/
.counter {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  line-height: 70px;
  margin: 10px 0px;
  color: #635CDB;
}

.counter-stat i {
  font-size: 40px;
  color: #fff;
  margin-right: 10px;
}

.counter-stat h5 {
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.counter-block span {
  font-size: 30px;
}

#counter .dark-overlay {
  background: #000;
  opacity: 0.95;
}

#counter {
  background: url("../images/banner/pattern-3.png") fixed 50% 50%;
  position: relative;
  background-size: cover;
  padding-top: 87px;
  padding-bottom: 95px;
}

/*--------------------------
  SERVICE AREA SECTION
----------------------*/
.page-banner-area.page-service {
  background: url("../images/bg/bg-2.jpg") no-repeat;
  background-size: cover;
}

#service-head {
  padding-bottom: 100px;
  padding-top: 90px;
}

#service-head .section-title {
  color: #fff;
}

.text-white p {
  color: #fff;
}

#service {
  margin-top: -100px;
  padding-bottom: 70px;
}

.service-box .service-img-icon {
  width: 100px;
  height: 100px;
  text-align: center;
  background: #fff;
  padding-top: 20px;
  margin: 0 auto;
  border-radius: 100%;
  margin-bottom: 20px;
  background: #635CDB;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.service-box {
  margin-bottom: 40px;
  background: #fff;
  text-align: center;
  padding: 45px 25px 30px 25px;
  border: 1px solid transparent;
  transition: all .3s ease 0s;
  border-radius: 5px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.service-inner {
  margin-top: 30px;
}

.service-inner h4 {
  margin-bottom: 20px;
}

.service-inner span {
  color: #635CDB;
}

/* ================================
SERVICE PAGE
==============================*/
.bg-gray {
  background: #f4f4f4;
}

.service-block-2 {
  position: relative;
}

.service-block-2 h4 {
  margin-bottom: 15px;
  line-height: 26px;
}

.service-block-2 p {
  font-size: 16px;
}

.service-block-2 span {
  position: absolute;
  content: "";
  font-size: 70px;
  top: 0px;
  left: 0px;
  font-weight: 800;
  opacity: .05;
  margin-top: -15px;
}

.service-style-two {
  background: url("../images/bg/bg-2.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.service-style-two:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.heading {
  margin-bottom: 70px;
}

/*------------------------------------
  PRICING SECTION AREA
--------------------------------*/
#pricing {
  padding-bottom: 100px;
}

.pricing-block {
  text-align: center;
  transition: all .3s 0s ease;
  border-radius: 5px;
  border: 1px solid #eee;
}

.price-header {
  padding-bottom: 30px;
  padding-top: 30px;
}

.price-header i {
  width: 100px;
  height: 100px;
  text-align: center;
  padding-top: 25px;
  font-size: 50px;
  display: inline-block;
  border-radius: 100%;
  transition: all .3s ease 0s;
  color: #635CDB;
  border: 1px solid #eee;
}

.price-header .price {
  font-size: 70px;
  margin-top: 40px;
  margin-bottom: 0px;
}

.price-header h5 {
  font-weight: 400;
}

.price-header .price small {
  font-size: 18px;
}

.pricing-block ul {
  padding: 20px 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.pricing-block ul li {
  padding: 6px 0px;
}

.pricing-block .btn {
  margin-bottom: 30px;
}

.pricing-block:hover i {
  background-image: -webkit-linear-gradient(135deg, #2f1ce0 0%, #53a0fd 50%, #51eca5 100%);
  background-image: -linear-gradient(135deg, #2f1ce0 0%, #53a0fd 50%, #51eca5 100%);
  color: #fff;
  border: 1px solid #53a0fd;
}

.pricing-block:hover,
.pricing-block.active {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

#pricing .section-heading {
  margin-bottom: 90px;
}

/* -------------------
PRICING PAGE
--------------------*/
#section-counter .counter-stat i {
  color: #000;
}

#section-counter .counter-stat h5 {
  color: #777;
}

/*------------------------------------
  CLIENT PARTNER AREA SECTION
--------------------------------*/
#clients {
  padding-top: 75px;
  padding-bottom: 80px;
  position: relative;
}

.client-img {
  background: #fff;
}

/*------------------------------------
  TESTIMONIAL AREA SECTION
---------------------------------*/
.author-img img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 5px solid #ddd;
}

.author-info p {
  margin: 0px;
  font-size: 14px;
}

.carousel-indicators {
  bottom: 0px;
  margin-bottom: 0px;
}

.carousel-indicators li {
  background: #111;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.carousel-indicators li.active {
  background: #635CDB;
}

.testimonial-content {
  padding: 0px 40px;
  text-align: center;
  margin-bottom: 40px;
}

.testimonial-content .author-text {
  padding-top: 10px;
}

.testimonial-content .author-info {
  display: block;
  margin-bottom: 25px;
}

.testimonial-content p {
  font-size: 20px;
  line-height: 36px;
  color: #222;
  margin: 35px 0px;
  display: block;
}

.author-text h5 {
  text-transform: uppercase;
}

.author-text p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 36px;
  color: #888;
  margin: 0px;
}

.testimonial-content p i {
  margin: 0px 8px;
}

.carousel-indicators li {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

/*--------------------------
 CONTACT SECTION AREA
----------------------*/
#contact {
  padding-bottom: 100px;
}

.text-color {
  color: #635CDB;
}

/*input[type=text],
input[type=email] {
  height: 50px;
}*/

.form-control {
  border: 1px solid #eee;
  padding-left: 20px;
}

.form-control:hover,
.form-control:focus {
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
}

.input:focus {
  outline: none;
}

.form-control::-webkit-input-placeholder {
  color: #888;
  opacity: .9;
  font-size: 13px;
  padding-left: 10px;
}

.form-control::-moz-placeholder {
  color: #888;
  opacity: .9;
  font-size: 13px;
  padding-left: 10px;
}

.form-control:-ms-input-placeholder {
  color: #888;
  opacity: .9;
  font-size: 13px;
  padding-left: 10px;
}

.form-control:-moz-placeholder {
  color: #888;
  opacity: .9;
  font-size: 13px;
  padding-left: 10px;
}

/* --------------
    MAP
-----------------*/
#map {
  height: 400px;
  width: 100%;
  position: relative;
}

/*--------------------------
 BLOG SECTION AREA
----------------------*/
#blog {
  padding-bottom: 55px;
}

.blog-block {
  overflow: hidden;
  transition: all .3s ease 0s;
}

.blog-block img {
  margin-bottom: 10px;
}

.blog-text {
  padding: 20px;
}

.blog-text .author-name {
  font-weight: 400;
}

.blog-text .author-name span {
  margin-right: 10px;
  font-weight: 600;
}

.blog-block .read-more,
.blog-block span {
  color: #635CDB;
}

/* =================================
BLOG PAGE
===================================*/
.blog-post {
  margin-bottom: 50px;
}

.blog-post img {
  border-radius: 5px;
}

.blog-post .post-author i,
.blog-post .post-info i {
  margin-right: 5px;
  font-size: 14px;
}

.blog-post .post-author span,
.blog-post .post-info span {
  font-size: 14px;
}

.sidebar-widget {
  margin-bottom: 40px;
  padding-left: 20px;
}

.category ul li {
  margin-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.category ul li:before {
  position: absolute;
  content: "\f105";
  left: 0px;
  top: 0px;
  font-family: "Font Awesome 5 Free";
  color: #635CDB;
  font-weight: 900;
}

.tag a {
  text-transform: capitalize;
  padding: 5px 8px;
  border: 1px solid #eee;
  margin-bottom: 5px;
  font-size: 14px;
  display: inline-block;
}

.search i {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: 35px;
  margin-top: 15px;
  color: #635CDB;
}

.download a {
  display: block;
  padding: 12px 20px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  background: #f2f2f2;
}

.download a i {
  margin-right: 15px;
  color: #635CDB;
}

/* ==================================
BLOG SINGLE
=====================================*/
.quote i {
  font-size: 50px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
}

.quote {
  font-size: 18px;
  line-height: 32px;
  color: #222;
  position: relative;
  margin: 50px 0px;
  padding-left: 70px;
}

.comments img {
  width: 80px;
  height: 80px;
}

/*--------------------------
 FOOTER
----------------------*/
#footer {
    padding-bottom: 20px;
    position: relative;
    border-top: 1px solid #000;
    background-color: #e30220;
}

.footer-widget ul li {
  padding: 5px 0px;
}

.footer-widget p {
  margin-bottom: 5px;
}

.footer-widget h4 {
  margin-bottom: 20px;
}

.footer-widget h4 span {
  color: #635CDB;
  display: block;
  font-size: 60px;
  line-height: 60px;
}

.footer-blog li img {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 20px;
}

.footer-blog li h5 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
}

.footer-blog li a.read-more {
  font-size: 13px;
}

.footer-blog li {
  margin-bottom: 15px;
}

.footer-copy {
  letter-spacing: 1px;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #eee;
}

.footer-text h6 {
  margin-bottom: 10px;
}

.footer-text p span {
  color: #000;
}

.footer-text p.mail {
  color: #635CDB;
}

.bg-main {
  background: #F4F8FB;
}

.footer-widget a {
  color: #999;
}

.banner-area {
  padding-top: 50px;
  max-width: 1700px;
  overflow-x: hidden;
  margin: auto;
}

/*.banner-area > .container {
  border-left: 1px solid black;
  border-right: 1px solid black;
}*/

.banner-area > .container > .row > .col-sm-8 {
  border-right: 1px black solid;
  height: 150px;
}

.home-image-wrapper {
  margin-top: 100px;
}

.home-image-wrapper .banner-box {
    position: absolute;
    box-shadow: 195px -25px #e30220;
}

.home-image-wrapper .bitline-1 {
  position: absolute;
  margin-left: -100px;
  margin-top: 30px;
}

.home-image-wrapper .bitline-2 {
  position: absolute;
  margin-left: 250px;
  top: 405px;
}

.bottom-divider::after {  
  position: absolute;
  content:'';
  border-bottom: solid 1px black;
  width: 200%;
  margin-left:-50%;
}

.img-about {
  height: 100px;
}
.img-about img{
  width: 110%;
}

.navbar {
  padding: 0px!important;
}

.navbar-nav .active .nav-link {
  color: #e30220!important;
  font-weight:bold;
  border-bottom: 5px solid #e30220;
}


.navbar-nav .nav-link:hover{
  color: #e30220!important;
  font-weight:bold;
  border-bottom: 5px solid #e30220;
}


.intro-about h1 {
    font-size: 36px;
    font-family: 'Montserrat';
    color: #e30220!important;
    margin-left: 7%;

}

.intro-about .para-1 {
  font-family: 'Poppins';
  color: #000;
  text-align: justify;
  padding-top: 20px;
    margin: 0px 30px 20px 0;
    padding-left: 33px;
}

.intro-about .para-2 {
  font-family: 'Poppins';
  color: #000;
  text-align: justify;
  padding-top: 20px;
  margin: 0px 26px 20px 0;
  padding-left: 33px;

}

.intro-about {
    padding-right: 155px;
    padding-left: 46px;
}

.intro-about i {
  font-weight: 500;
}

.log-img img {
    margin-left: -130px;
    margin-top: -55px;
    height: 128%;
    top: 12%;

}


.img-about2 img{
  margin-left: -36%;
}

.vis-img {
margin-top: -190px;
}

/*.mission-vision-section {
  background-size: 28% 1050px;
  background-image: linear-gradient(to right, lightgrey 1px, transparent 1px), 
  linear-gradient(to bottom, lightgrey 1px, transparent 1px);
  background-position: 10% -1%;
}

.vision-container img {
  right: 0;
  float: right;
  margin-right: -36%;
  margin-top: -240px;
  width: 111%;
}

.mission-container img {
  margin-left: -20%; 
    margin-left: -37%;
    height: 100%;
    width: 110%;
}

.mission-container .mission-text {
  padding-left: 100px;
}
.mission-text {
  position: absolute;
  margin-left: -120px;
  margin-top: 267px;
  color: black;
  text-align: justify;
  width: 576px;
  font-size: 19px;
}

.mission-text-indented {
  position: absolute;
  margin-left: -58px;
  margin-top: 426px;
  color: black;
  text-align: justify;
  width: 569px;
  font-size: 19px;
}

.mission-container .mission-text-indented {
  padding-left: 100px;
}

.vision-text {
  float: right;
  right: -59px;
  width: 578px;
  position: absolute;
  margin-right: 201px;
  color: black;
  text-align: justify;
  font-size: 19px;
  line-height: 36px;
  margin-top: 5px;
}


.vision-container .vision-text{
  padding-left: 100px;
}*/


/*.mission-vision-section {
  background-size: 66% 950px;
  background-image: linear-gradient(to right, lightgrey 1px, transparent 1px), 
  linear-gradient(to bottom, lightgrey 1px, transparent 1px);
  background-position: 0% -1%;
}*/

.vision-container img {
  right: 0;
  float: right;
  margin-right: -20%;
  margin-top: -190px;
}

.mission-container img {
  margin-left: -20%;
}

.mission-text {
  position: absolute;
  margin-left: 120px;
  margin-top: 225px;
  color: black;
  text-align: justify;
  width: 380px;
}

.mission-text-indented {
  position: absolute;
  margin-left: 165px;
  margin-top: 365px;
  color: black;
  text-align: justify;
  width: 380px;
}

.vision-text {
  float: right;
  right: 0;
  width: 380px;
  position: absolute;
  margin-right: 200px;
  color: black;
  text-align: justify;
}



.advocacies-section p {
  color: black;
  text-align: justify;
}

.advocacy-summary {
  margin-right: 150px;
}

.advocacy-background {
  /* position: absolute; */
  margin-top: 100px;
  margin-left: -36%;
  width: 172%;
  height: 60%;
}

.advocacy-item {
  padding: 20px;
  background-color: white;
  border:1px solid gray;
  margin-top: -194%;

}

.advocacy-item img{
  animation: bounce 2s;
  animation-direction: alternate;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}


@keyframes bounce {
  from {
      transform: translate3d(0, 0, 0);
  }
  to {
      transform: translate3d(0, 15px, 0);
  }
}

.environment img:hover {
  animation-iteration-count: 0;
}

.advocacy-item h3 {
  border-top: 3px solid black;
  color: #e30220;
  margin: 15px;
  margin-right: 80px;
}

.advocacy-item p {
  color: black;
  text-align: justify;
  margin: 15px;
  margin-right: 30px;
}

.advocacy-backdrop {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  opacity: 0.7;
  z-index: 99998;
  display: none;
}

.advocacy-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 20%;
  bottom: 0;
  height: 450px;
  background: white;
  z-index: 99999;
  display: none;
}

.advocacy-modal img{
  position: absolute;
  margin-top: -25px;
  max-height: 500px;
  min-height: 500px;
}

.advocacy-modal h2{
  color: #e30220;
  padding-bottom: 20px;
}

.advocacy-modal h4{
  font-weight: normal;
}

.advocacy-modal button{
  padding: 0px 13px;
  border-radius: 50%;
  position: absolute;
  float: right;
  font-size: 30px;
  top: 45%;
}

.button-next {
  right: 0px;
  margin-right: 50px;
}

.button-previous {
  margin-left: 50px;
}

.advocacy-modal p{
  font-size: 13px;
  line-height: 22px;
  text-align: justify;
}

.poster-details {
  padding: 65px;
  padding-right: 65px;
  padding-left: 80px;
}

.advocacy-item .btn {
  font-weight: lighter;
  padding: 3px 25px;
  margin-left: 15px;
}

.education {
  margin-top: -144%;
}

.charity {
  margin-top: -199%;
}

.events-section {
/*    background-size: 28% 400px;
    background-image: linear-gradient(to right, grey 1px, transparent 1px), 
    linear-gradient(to bottom, grey 1px, transparent 1px);
    background-position: 10% -1%;*/
  padding-bottom: 90px;
  padding-top: 90px;
}


.padd {
  padding-bottom: 90px;
}

.padd-top{
  padding-top: 90px;
}


.events-item {
  margin: 10px;
  background-color: white;
  border:1px solid gray;
}

.events-item img{
  width: 100%;
}

.events-item h2 {
  color: #e30220;
  margin: 20px;
  margin-right: 80px;
  min-height:90px;
  display: table;
}

.events-item h2 span{   
  display: table-cell;
  vertical-align: middle;
}

.events-item p {
  color: black;
  text-align: justify;
  margin: 20px;
  margin-right: 30px;
}

.events-item .btn {
  font-weight: lighter;
  padding: 3px 25px;
  margin: 20px;
}


.officers-section h1, .officers-slick h1{
  color: #e30220;
}

.officers-section p, .officers-slick p{
  color: black;
}

.officers-container {
  padding-top: 100px;
  position: relative;
  height: 475px;
/*  margin-top: 50px;*/
}

.officers-container div img {
  cursor: pointer;
  position: absolute;
  height: 100%;
  filter: grayscale(100%);
  margin-left: -70px;
}

.officers-slick img {  
  filter: grayscale(100%);
}

.officers-slick h5, .officers-slick p  {  
  visibility: hidden;
}

.slick-current img {  
  filter: grayscale(0%);
  margin: auto;
}

.slick-current h5, .slick-current p  {  
  visibility: visible;
}

.officers-container h5, .officers-slick h5 {
  color: #e30220;
}

.officers-container p {
  margin-top: 20px;
  font-size: 12px;
}

.officers-container div h5, .officers-container div p{
  position: absolute;
  display: none;
  white-space: nowrap;
}

.officers-container div:hover img{
  filter: grayscale(0%);
  filter: none;
}

.officers-container div:hover h5, .officers-container div:hover p{
  position: absolute;
  display: block;
}

.officer-first {
  z-index: 3;
  left: -13%;
}

.officer-second {
  z-index: 2;
  left: 5%;
}

.officer-third {
  z-index: 1;
  left: 33%;
}

.officer-fourth {
  z-index: 2;
  left: 50%;
}

.officer-fifth {
    z-index: 1;
    left: 70%;
    top: 98px;
}

.officer-sixth {
    z-index: 1;
    left: 93%;
    top: 21%;

}

.press-1{
  left: -5%;
  top: 45px;
}
.press-2{
  left: -5%;
  top: 45px;
}

.treas-1{
    left: 13%;
    top: 50px;
}

.treas-2{
    left: 13%;
    top: 50px;
}


.sec-1{
    left: 40%;
    top: 50px;
}
.sec-2{
    left: 40%;
    top: 50px;
}

.ext-1{
    left: 60%;
    top: 50px;
}

.ext-2{
    left: 60%;
    top: 50px;
}

.int-1{
    left: 79%;
    top: 50px;
}

.int-2{
    left: 79%;
    top: 50px;
}

.aud-1{
    left: 99%;
    top: 70px;
}

.aud-2{
    left: 99%;
    top: 69px;
}


.tech{
    position: relative;
    top: 180px;
    left: 24px;

}

.tech h2{
    bottom: 10px;
    color: #e30220;
    text-align: center;

}

.tech p{
    width: 50%;
    margin: auto;
    padding: 23px 37px 180px 159px;
    color: black;
    font-size: 15px;
}

.executive-section img {
  position: absolute;
}



.marketing-1 {
  position: relative;
  margin-left: -162px;
}

.marketing-2 {
    position: absolute;
    z-index: 1;
    padding: 100px 0px 0px 60px;

}
.marketing-2 h2{
    color: #e30220;
    left: 26%;
    bottom: -160px;
    position: relative;

}

.marketing-2 p{
    position: absolute;
    width: 50%;
    padding: 100px;
    left: 244px;
    bottom: 100px;
    font-size: 15px;
    color: black;

  }

.academics-1 {
    position: relative;
    margin-left: -165px;
   /* top: -27%;*/
}

.academics-2 {
    position: absolute;
    z-index: 1;
    /*top: -105px;
*/
}

.academics-2 h2 {
    position: relative;
    color: #e30220;
    text-align: center;
    top: 210px;
    left: 85px;
    z-index: 1;

}

.no-bottom{
  padding: 90px 0 0 0;
}


.academics-2 p {
    position: absolute;
    width: 50%;
    color: #000;
    left: 435px;
    top: 300px;
    padding: 0 74px 0 0;
    z-index: 1;

}

.academic1-line {
    left: 90% !important;
    position: absolute !important;
    top: 105px !important;
}

.academic2-line {
    position: absolute;
    z-index: 1;
    top: 82%;
    left: 25%;
}

.academics-2 img{
    position: relative;
    top: 55px;
    left: -15px;
}

.contact-r{
    position: relative;
    left: 110px;
    top: 30px;
}

.contact-l {
    position: relative;
    /* left: -124px; */
    left: -138px;
}

::placeholder { 
  opacity: 1;
  color: #FFF;
}


.contact-section{
  background-color: #242024;
}

.form-header {
background-color: #fff;
margin: 40px 0 60px 0;
}


.form-header i{
  color: #fff;
  transform: rotateY(180deg);

}

.form-header span{
    border: 0px solid;
    padding: 1px 6px;
    background-color: #e30220;
    border-radius: 5px;
    margin-right: 10px;
}

.form-header p{
  color: #000;
}

.contact-2 {
  padding: 10px 0 10px 30px;
}

.contact-2 p{
  margin: 10px 19px 10px 0;
}

.contact-1 {
  padding: 10px 17px 10px 0;
}

.contact-1 p{
     margin: 10px 0 10px 57px;
}

.contact-1 span{
    position: absolute;
    left: 20px;
    top: 45px;
}

input {
  margin: 20px 10px 20px 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 3px solid white;
  background-color: #242024;
  color: #FFF;
  font-weight: 100;
  width: 100%;
  
}

label{
    position: absolute;
    color: #FFF;
    top: -10px;
    font-weight: 600;
    text-transform: uppercase;
}


.right{
  right: -9%;
  padding-bottom: 30px;
}

form .form-header2 .col-sm-6>label:after{
  content: " *" !important;
  color: #e30220;
}

form .form-header3 .col-sm-6>label:after{
  content: " *" !important;
  color: #e30220;
}

textarea {
  margin: 5px 10px 20px 0;
  background-color: #242024;
  color: #FFF;
  font-weight: 100;
  border: 1px solid #fff;
  width: 100%;
}

form .form-message .col-sm-12 p>label:after{
  content: " *" !important;
  color: #e30220;
}

.faq-header {
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}

/*.faq-header::after {  
  position: absolute;
  content:'';
  border-bottom: solid 1px black;
  width: 100%;
  margin-left:-20%;
}*/

.faq-header img{
    position: relative;
    width: 115.6%;
    left: -2.1%;
    top:  -11.7%;
}

.faq-right-border{
  border-left: 1px solid black;
}

.faq-container {
  border-right: 1px black solid;
}

.faq-row {
  border-left: 1px black solid;
  height: 580px;
}

.faq-question {
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  padding: 10px 0px;
  padding-right: 15px;
}

/*.faq-question::after {  
  position: absolute;
  content:'';
  border-bottom: solid 1px black;
  width: 100%;
  margin-left:-20%;
  margin-top: 10px;
}*/

.faq-question h4{
  padding: 0 0 0 10%;
}

.faq-question i {
  color: #e30220;
  float: right;
  margin-right: 5px;
}

.faq-answer {
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  background-color: #d9d9d9;
  display: none;
}

/*.faq-answer::after {  
  position: absolute;
  content:'';
  border-bottom: solid 1px black;
  width: 100%;
  margin-left:-20%;
}*/

.faq-answer span {
  color: #e30220;
  font-weight: 500;
}

.faq-answer .p1{
    padding: 25px 180px 11px 60px;
    color: black;
}

.faq-answer .p2{
padding: 15px 170px 2px 60px;
    color: black;
}

.faq-answer .p3{
    padding: 25px 250px 11px 60px;
    color: black;
}

.faq-answer .p4{
    padding: 20px 231px 11px 60px;
    color: black;
}

.faq-button {
  cursor: pointer;
}

.padding-bottom{
  padding-bottom: 90px;
/*  border-right: 1px solid black;*/

}

.social span i {
  color: #FFF;
  font-size: 24px;
  padding: 3px;
  position: relative;
  top: -75%;
}
.social span img {
    height: 23px;
    border-radius: 25%;
    position: relative;
    top: -23px;
    margin: 3px;

}

.line-bottom {
    border-bottom: 3px solid white;
    width: 46px;
    left: 48%;
    top: -7%;
    position: relative;
}

.ytube {
    font-size: 27px !important;
    padding-top: 0.5px !important;
}
.text-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;

}

.text-1 p{
    /* position: relative; */
    color: white;
    font-size: 23px;
    font-weight: 500;
   /* letter-spacing: 1px;*/
    padding-top: 3px;
    /* text-align: center; */
}

.text-2 p{
  text-align: center;
  text-transform: capitalize;
  color: #FFF;
/*  padding: 0 375px;*/
  font-weight: lighter;
  white-space: nowrap;
}

.text-2 a{
  text-transform: capitalize;
  color: #FFF;
}
.text-2 a:hover {
  color: #FFF;
  font-weight: 500;
}



/*.executive-section div img{
   filter: grayscale(100%);

}*/

/*.executive-section div:hover img{
   filter: grayscale(0%);
   filter: none;

}

.executive-section div:hover h2{
  color: red;
}*/



.back0 {
  border-left: 1px solid black;
  border-right: 1px solid black;
  padding: 130px 0 10px 69px;
  color: #adabad;
}

.back-event {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 40px;
}



.back-event p {
  color: black;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 17px;
}
.back-event span i{
    color: #e30220;
    padding-right: 5px;
}

.back-event2{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 40px;
    top: 60px;
}
.back-event2 p {
  color: black;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 17px;
}
.back-event2 span i{
    color: #e30220;
    padding-right: 5px;
}

.back0 p{
  color: black;
  text-transform: uppercase;
  font-weight: 400;
}

.back0 span i{
    color: #e30220;
    padding-right: 5px;
}

.back0 p a:hover{
  color: #e30220;
}



.back1 {
  border-left: 1px solid black;
  border-right: 1px solid black;
  height: 480px;
}

.back2 {
  border-right: 1px solid black;
}
.bottom{
    margin-top: 0;
    margin-bottom: 0;
    color: #000 !important;
    border-bottom: 1px solid black;
}

.profile-content {
padding: 50px;

}

.profile-content h4{
    font-family: 'Poppins';
    font-weight: lighter;
}


.profile-content h1{
    color: #e30220;
    padding-bottom: 30px;
    font-size: 47px;
}

.profile-content p{
  color: #000;
  padding: 0px 150px 9px 0;
  text-align: justify;
}

.profile-content .zel {
  padding-right: 170px;
}


.profile-content img{
  position: absolute;
  left: 83%;
  z-index: 1;
  top: -53%;
  height: 180%;
}


.back3{
  height: 100px;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.back4{
  border-right: 1px solid black;
}

   
.profile-content .marc {
  height: 143%;
  position: absolute;
  top: -18%;
  left: 74%;
}

.profile-content .marc-1{
  padding: 0px 175px 9px 0;

}

.profile-content .jas{
  left: 88%;
  top: -12%;
  height: 136%;
}

.jas1{
  padding: 0px 163px 9px 0 !important;
}

.jas2{
  font-size: 45px !important;
}

.profile-content .alex {
  top: -48%;
  left: 74%;
  height: 170%;
}

.profile-content .alex1{
  padding: 0px 172px 9px 0;
}

.profile-content .jett {
  top: -35%;
  height: 162%;
  left: 85%;
}

.orient {
  background-image:url("../images/about/updated-fod.png");
  min-height: 490px; 
  background-attachment: fixed;
  background-position: center 33px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 410px;
}

.orient-line {
  border-left: 1px solid black;
  border-right: 1px solid black;
  height: 165px;
}
.orient-head{
  padding-top: 15px;
}
.orient-head2{
  color:#e30220 ;
  padding: 30px 0 0 0;
}

.orient-line2{
    border-left: 1px solid black;
    border-right: 1px solid black;
    height: 780px;
}

.orient-line2 .freshmen{
    position: relative;
    top: 34%;
    box-shadow: -30px 26px #d9d9d9;
    height: 380px;

}

.orient-line2 .integ{
    position: relative;
    top: 27%;
    box-shadow: -30px 26px #d9d9d9;
    height: 380px;
}



.box {
    z-index: 1;
    border: 1px solid black;
    height: 384px;
    top: 39px;
    left: 4px;
    width: 416px;
    position: absolute;
}
.box2 {
    z-index: 1;
    border: 1px solid black;
    height: 384px;
    top: 133px;
    left: 0px;
    width: 416px;
    position: absolute;
}

.orient-p{
  color: #000;
}

.orient-p2 {
    color: #000;
    text-align: justify;
    padding: 25px 135px 0px 0;
}

.orient-p3{
    color: #000;
    padding: 0 135px 0 0;
    text-align: justify;
}

.cor {
  background-image:url("../images/about/updated-corweek.png");
  min-height: 398px;
  background-attachment: fixed;
  background-position: center 8px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.cor-head{
  padding-top: 50px;
}

.cor-p {
    color: #000;
    text-align: justify;
    padding: 65px 141px 0px 0;
}

.integration {
  background-image:url("../images/about/updated-integration.png");
  min-height: 470px;
  background-attachment: fixed;
  background-position: center 58px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.integ-head{
  padding-top: 35px;
}

.integ-p {
  color: #000;
    text-align: justify;
    padding: 65px 150px 0px 0;
}

.team {
  background-image:url("../images/about/updated-teambuilding.png");
  min-height: 435px;
  background-attachment: fixed;
  background-position: center 40px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.team-p  {
  color: #000;
    text-align: justify;
    padding: 65px 138px 0px 0;
}


.box3 {
    z-index: 1;
    border: 1px solid black;
    height: 376px;
    top: 138px;
    left: 0px;
    width: 416px;
    position: absolute;

}

.turo {
  background-image:url("../images/about/updated-oplanturo.png");
  min-height: 419px;
  background-attachment: fixed;
  background-position: center 30px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.oplan {
    color: #000;
    text-align: justify;
    padding: 0px 140px 0px 0;
}

.start {
  background-image:url("../images/about/updated-youngstartup.png");
  min-height: 467px;
  background-attachment: fixed;
  background-position: center 59px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.start-p{
      color: #000;
    text-align: justify;
    padding: 20px 140px 0px 0;
}

.box4 {
    z-index: 1;
    border: 1px solid black;
    height: 376px;
    top: 190px;
    left: 0px;
    width: 416px;
    position: absolute;
}

.events-item-p1{
  margin-right: 94px!important;
}

.events-item-p2{
  margin-right: 162px!important;
  margin-bottom: 48px!important;

}

.events-item-p6{
  margin-right: 162px!important;

}



.events-item-p3{
margin-right: 84px!important;
}

.events-item-p4{
  margin-right: 142px!important;
  }

  .events-item-p5{
    margin-right: 142px!important;
    margin-top: -27px!important;
    }

    .animation_delayed {
      animation-delay: 0.5s;
    }

    .animation_delayed-2{
      animation-delay: 1s;
    }

.contact-submit{
  float: right;
  width: 205px;
}

.contact-submit button{
    width: 205px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.preloader {
    text-align: center;
    padding-top: 100px;
/*    animation: shake 10s;
    animation-iteration-count: infinite;*/
}


.app-preloader {
  /*height: 100%;*/
  left: 0;
  /*position: absolute;*/
  text-align: center;
  top: 0;
  width: 100%;
 /* padding-top: 3%;*/
}
.app-preloader span {
  background: #f10d05;
  display: inline-block;
  height: 10px;
/*  margin: 0 5px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: top;*/
  width: 10px;

}
.app-preloader span:nth-child(1) {
  animation: pulse 1s infinite 0.2s;
}
.app-preloader span:nth-child(2) {
  animation: pulse 1s infinite 0.4s;
}
.app-preloader span:nth-child(3) {
  animation: pulse 1s infinite 0.6s;
}
.app-preloader span:nth-child(4) {
  animation: pulse 1s infinite 0.8s;
}
.app-preloader span:nth-child(5) {
  animation: pulse 1s infinite 1s;
}
.no-cssanimations .app-preloader {
  background: #000 url("preloader-fallback.gif") no-repeat 50% 50%;
}
.no-cssanimations .app-preloader span {
  display: none;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}


@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.preloader h1 {
    font-size: 20px;
    color: #dd0c08;
    padding-top: 10px;
    letter-spacing: 1.5px;
    font-family: 'Lato', sans-serif;
  } 

 #preloader-position {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 999999;
    display: block;
}

.slick-slide {
  text-align: center;
}

.officer-slider {
  margin-top: 50px;
}

.officers-slick {
    display: none;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .preloader img {
      width: 50%;
 }
}

.tech-logo img{
  max-width: 18%;
  display: none;
}

.marketing-logo img{
  max-width: 18%;
  display: none;
}

.academics-logo img{
  max-width: 18%;
  display: none;
}

.website-wrapper{
  max-width: 1440px;
  margin: auto;
  overflow-x: hidden;
}