

body {    
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: 100px;
}
img {
    max-width: 100%;
}
body div {
    overflow: hidden;
}

/* Preloader Style */
.spinner{
    width: 50px;
    height: 50px;
    
    border: 2px solid #fff;
    border-top:3px solid #6B3996;
    border-left:3px solid #6B3996;
    border-radius: 100%;
    
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin: auto;
    
    animation: spin 1s infinite linear;
}

@keyframes spin {
    from{
        transform: rotate(0deg);
    }to{
        transform: rotate(360deg);
    }
}

#overlay {
    height:100%;
    width:100%;
    background:#fff;
    position:fixed;
    left:0;
    top:0;
    z-index:99999;
}

header {
    background: #000;
    position: fixed;
    width: 100%;
    z-index: 90;
    top: 0;
    box-shadow: 0px 0px 6px #000;
}

.navigation-section {
    height: 100%;
    display: block;
    overflow: hidden;
    border-style: none;
    border-color: transparent;
    padding: 25px 0;
    margin-top: 10px;
}

.navigation-section .logo {
    float: left;
    margin-right: 30px;
}
.navigation-section nav.main-nav {

}
.navigation-section nav.main-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.navigation-section nav.main-nav ul li {
    display: inline-block;
}
.navigation-section nav.main-nav ul li a {
    display: block;
    border-width: 2px;
    border-style: solid;
    border-color: #EBD467;
    background-color: transparent;
    border-radius: 12px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    background: #7641A0;
    text-decoration: none;
    line-height: 1.2;
    padding: 10px 12px;
    margin: 0 2px;
    text-transform: uppercase;
    transition: 0.3s;
}
.navigation-section nav.main-nav ul li a:hover {
    border-color: #E5D035;
    background: #E5D035;
}
.navigation-section nav.main-nav ul li.active a {
    border-color: #EBD467;
    background: #7641A0;
    color: #E5D035;
}

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

.slider-area .carousel-inner {
    width: 885px;
    margin:0 auto;
    border: 13px solid #000;
    border-radius: 10px;
}

.slider-area .carousel-inner .item {
    width: 100%;
    height: 475px;
}
.slider-area .carousel-inner .item .carousel-caption {
    background-color: rgba(255,255,255,0.21);
    border-radius: 10px;
    right: 10%;
    left: 10%;
    padding: 12px;
}
.slider-area .carousel-inner .item .carousel-caption p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    text-align: justify;
    color: #fff;
    line-height: 1.2;
}
.slider-area .carousel-inner .item img {
    width: 100%;
}

.section-title {

}
.section-title h1 {
    color: #000000;
    font-size: 45px;
    font-weight: 600;
}
.section-title p {
    color: #7F7F7F;
    line-height: 22px;
    font-size: 18px;
}
.text-container {
    padding: 0 0px;
}
.text-container p {
    font-size: 18px;
    text-align: justify;
    font-weight: 400;
}
.text-container p b {
    color: #7641A0;
}

.text-container .col-vio {
    color: #7641A0;

}

.gray-bg {
  background: #EFEFEF;
}

.o-v {
    overflow: visible;
}

.works-single {
    position: relative;
    height: 100%;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 20px;
    overflow: visible;
}
.works-single:before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: #000;
    transform: rotate(45deg);
    left: 30px;
    right: 0;
    top: 0;
    bottom: 0;
}


.img-contain .content-overlay {
  background: #F7EA67;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.img-contain:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
  height: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  color: #000;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.img-contain:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.img-contain {
    height: 250px;
    width: 310px;
    display: block;
    overflow: hidden;
    position: relative;
}

.content-details p {
    line-height: 1.2;
    color: #000000;
    font-size: 18px;
    text-align: center;
    font-family: open-sans, sans-serif;
    font-weight: 800;
}

.fadeIn-bottom{
  top: 80%;
}

.full-width {
    background: #000;
    text-align: center;
    padding: 30px 0;
}
.full-width h1 {
    color: #E2AE54;
    font-size: 60px;
    text-align: center;
    font-family: montserrat, sans-serif;
    font-weight: 400;
}


.typed-cursor {
    display: none;
}

#typed {
    font-weight: bold;
    font-size: 36px;
    color: #000;
}

.footer-block a {
    text-decoration: none;
    color: #6B3996;
}

.footer-block p {
    color: #000;
    font-size: 14px;
    line-height: 15px;
}
.btn-white {
  color: #6B3996;
    background: #fff;
    font-size: 18px;
    margin-top: 10px;
    padding: 8px 25px;
}

.follow-btn {
  color: #fff;
  font-size: 18px;
}
.follow-btn:hover {
  color: #fff;
  font-size: 18px;
  margin-top: 25px;
}
.follow-btn i {
  font-size: 36px;
}

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
    display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #0c1923;
    padding: 4px 0;
    min-height: 42px;
    z-index: 999999;
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px;
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #0c1923;
    margin-top: 44px;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255,255,255,0.5);
    text-decoration: none;
    text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255,255,255,0.25);
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255,255,255,0.1);
    border: none !important;
    border-left: 1px solid rgba(255,255,255,0.4) !important;
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.mean-remove {
    display: none !important;
}

.text-center p {
    text-align: center;
}

.login-page {
  width: 360px;
  margin: auto;
  margin-top: 60px;
  box-shadow: 6px 6px 8px rgba(0,0,0,0.5);
  background-color: #7641A0;
}
.form {
  position: relative;
  z-index: 1;
  max-width: 360px;
  margin: 0 auto 0px;
  padding: 45px;
  text-align: center;
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #BC7E24;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #E2C94E;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 14px;
}
.form .message a {
  color: #BC7E24;
  text-decoration: none;
}
.form .register-form {
  display: none;
}

.comp-block h3 {
    font-size: 30px;
    font-family: auto;
    margin-top: 30px;
    color: #000;
}

.comp-block h3 span {
    font-size: 45px;
}

.f-row {
    margin-bottom: 10px;
}
.s-row {
    margin-bottom: 60px;
}

.comp-divide {
    width: 100%;
    height: 70px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.port-single {
  position: relative;
  width: 100%;
  background: #6B3996;
  border-radius: 10px;
  height: 230px;
  margin-bottom: 30px;
}

.port-single img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.overlay {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.port-single:hover img {
  opacity: 0.3;
}

.port-single:hover .overlay {
  opacity: 1;
}

.port-single .text {
  color: white;
  padding: 16px 32px;
}

.custom-modal .modal-header {
  border-bottom: 0px;
}

.custom-modal .modal-body p {
  font-size: 18px;
}
.custom-modal .modal-header .close {
    font-size: 33px;
}

.footer-top {
  background: #6B3996;
  color: #fff;
}

.footer-top-block {
    margin-bottom: 15px;
}
.footer-top-block h3, .footer-event h3 {
    font-weight: bold;
}
.footer-top-block h4 {
    text-indent: 38px;
    font-size: 20px;
}

.footer-event {
  text-align: center;
  margin-bottom: 30px;
}
.footer-event p {
  font-size: 18px;
}

.special-title {
  background: #efefef;
}
.timeline {
  color: #fff;
  overflow: visible;
}
.timeline div {
  overflow: visible;
}
.timeline h1,
.timeline ul li .content h2 {
  text-shadow: 1px 1px 1px rgba(56, 56, 56, 0.5);
}
.timeline h1 {
  background: #3d9e67;
  padding: 70px 0;
  font-size: 2.5em;
  text-align: center;
}
.timeline ul {
  padding: 50px 0;
}
.timeline ul li {
  background: #6B3996;
  position: relative;
  margin: 0 auto;
  width: 5px;
  padding-bottom: 40px;
  list-style-type: none;
}
.timeline ul li:last-child {
  padding-bottom: 7px;
}
.timeline ul li:before {
  content: '';
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border: 3px solid #6B3996;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.timeline ul li .hidden {
  opacity: 0;
}
.timeline ul li .content {
  position: relative;
  top: 7px;
  width: 450px;
      box-shadow: 6px 6px 8px rgba(0,0,0,0.5);
    border-radius: 10px;
    border: 3px solid #6B3996;
  padding: 20px;
}
.timeline ul li .content p {
  text-align: center;
  color: #000;
  font-size: 18px;
}
.timeline ul li .content:before {
  content: '';
  background: #6B3996;
  position: absolute;
  top: 0px;
  width: 42px;
  height: 5px;
}
.timeline ul li:nth-child(odd) .content {
  left: 50px;
}
.timeline ul li:nth-child(odd) .content:before {
  left: -42px;

}
.timeline ul li:nth-child(even) .content {
  left: calc(-450px - 45px);
  background: #fff;
}
.timeline ul li:nth-child(even) .content:before {
  right: -42px;
}

/* -------------------------
   ----- Media Queries ----- 
   ------------------------- */
@media screen and (max-width: 1020px) {
  .timeline ul li .content {
    width: 41vw;
  }

  .timeline ul li:nth-child(even) .content {
    left: calc(-41vw - 45px);
  }
}
@media screen and (max-width: 700px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li .content {
    width: calc(100vw - 100px);
  }
  .timeline ul li .content h2 {
    text-align: initial;
  }
  .timeline ul li:nth-child(even) .content {
    left: 45px;
    background: #fff;
  }
  .timeline ul li:nth-child(even) .content:before {
    left: -33px;
  }
}

.
.bg-img-sec {
  color: #fff;
}
.vio-bg {
  background: #6B3996;
  color: #fff;
}

.vio-bg-ul {
  
}
.vio-bg-ul li span {
  font-size: 23px;
}
/*      Tablet Layout: 768px  */

@media only screen and (min-width: 768px) and (max-width: 995px) {

.slider-area .carousel-inner {
    width: 100%;
}

.slider-area .carousel-inner .item {
    height: 475px;
}
.navigation-section .logo {
    float: none; 
    margin-right: 0px;
    width: 100px;
    margin: 0 auto;
}
.navigation-section {
    text-align: center;
}
}


/*      Mobile Layout: 320px       */

@media only screen and (max-width: 479px) {
.slider-area .carousel-inner {
    width: 100%;
}

.slider-area .carousel-inner .item {
    height: 245px;
}
.navigation-section .logo {
    float: none; 
    margin-right: 0px;
    width: 100px;
    margin: 0 auto;
}
.navigation-section {
    text-align: center;
}
.slider-area .carousel-inner .item .carousel-caption p {
    font-size: 13px;
}
.text-container {
    padding: 0 0px;
}
.text-container p {
    font-size: 15px;
}
.text-container h2 {
    font-size: 24px;
}
.full-width h1 {
    font-size: 40px;
}
.footer-block {
    text-align: center;
}
.works-single:before {
    content: none;
}
.img-contain {
    margin: 0 auto;
}
.comp-block h3 {
    font-size: 13px;
    margin-top: 10px;
}
.comp-block h3 span {
    font-size: 21px;
}
.s-row {
    margin-bottom: 20px;
}
}


/*      Wide Mobile Layout: 480px   */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.slider-area .carousel-inner {
    width: 100%;
}
.navigation-section {
    text-align: center;
}
.slider-area .carousel-inner .item {
    height: 375px;
}
.navigation-section .logo {
    float: none; 
    margin-right: 0px;
    width: 100px;
    margin: 0 auto;
}
.slider-area .carousel-inner .item .carousel-caption p {
    font-size: 18px;
}
.text-container {
    padding: 0 0px;
}
.text-container p {
    font-size: 15px;
}
.text-container h2 {
    font-size: 24px;
}
.full-width h1 {
    font-size: 40px;
}
.footer-block {
    text-align: center;
}
.works-single:before {
    content: none;
}
.img-contain {
    margin: 0 auto;
}
.comp-block h3 {
    font-size: 13px;
    margin-top: 10px;
}
.comp-block h3 span {
    font-size: 21px;
}
.s-row {
    margin-bottom: 20px;
}
}