@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Work+Sans:wght@300;400;500;600&display=swap');
/**
 * ========================================
 * 1 BASE
 * ========================================
 */

 *, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
:focus {
	outline: 0 !important;
}
html, body {
    background-color: #e9ecef;
	/* width:100%;
	height:100%;
	padding:0;
	margin-left:0;
	margin-right:0;
	-webkit-font-smoothing: antialiased; */
    /* font-family: 'Work Sans', sans-serif; */
}
.row > * {
    position: relative;
  }
  
.row-flex {
    display: flex;
    flex-wrap: wrap;
  }


  .color1{
    background-color: #00e658;
  }
  .color2{
    background-color: aqua;
  }

  .color3{
    background-color: blueviolet;
  }

  .color4{
    background-color: yellowgreen;
  }
.section{
	padding-top: 90px;
	padding-bottom: 90px;
}


.font-weight-300{
    font-weight: 300;
}

.font-weight-500{
    font-weight: 500;
}

.font-weight-700{
    font-weight: 700;
}

.font-weight-900{
    font-weight: 900;
}
.heading_text{
      line-height: 35px;
}

.small-heading{
    color: #00e658;
    font-family: 'Work Sans', sans-serif;
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
h1,h2,h3,h4,h5,h6{
    color: #290a59;
    font-family: 'Playfair Display', serif;
}
p{
    font-size: 16px;
    color: #6d6081;
    font-family: 'Work Sans', sans-serif;
}
.cardshadow {
    box-shadow: 0 20px 50px 0 rgb(28 9 80 / 7%);
  
  }
  .card{
    border: none;
  }

  .card-height{
    height: 600px;
  }
  .theme_btn a{
    text-decoration: none;
  }
  .btn-custom {
    font-size: 15px;
    transition: all 0.4s;
    color: #fff !important;
    background: #00e658;
   
    border-width: 0 !important;
    font-weight: 600;
  }
  
  .btn-lg{
  padding: 18px 40px !important;
  }
  
  .btn-md{
  padding: 14px 30px !important;
  }
  
.vertical_text01 h2{
  transform: rotate(270deg);
  margin-top: 280px;
  font-size: 35px;
  margin-left: -150px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.center-block{
  float: none;
  margin-left: auto;
  margin-right: auto;
}
/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
	/* background-color: red; */
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}





/* NAVIGATION */

.navbar {
  transition: all 0.5s ease;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #0f105e;
  font-size: 18px;
  background-color: transparent;
  margin: 10px 10px;
  transition: all 0.3s ease;
  font-family: 'Work Sans', sans-serif;
  
}
.nav-item a span{
  color: #0f105e;
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:active, .navbar .navbar-nav .nav-item .nav-link.active {
  color: #4886ff !important;
  
}
.navbar .navbar-toggler {
  padding: 0px;
  border: none;
  font-size: 24px;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-brand .logo-light {
  display: inline-block;
}
/* .navbar .navbar-brand .logo-dark {
  display: none;
} */

.navbar-light .navbar-nav .nav-item .nav-link {
  color: #0f105e !important;
}

.nav-sticky.navbar {
  background: #ffffff;
  margin-top: 0px;
  box-shadow: 0px 3px 10px 0px rgba(38, 107, 193, 0.08);
}
.nav-sticky .navbar-brand .logo-dark {
  display: inline-block;
}
.nav-sticky .navbar-brand .logo-light {
  display: none;
}
.nav-sticky .navbar-nav .nav-item .nav-link {
  color: #0f105e !important;
}

@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link {
    color: #0f105e;
  }
}
@media (max-width: 991px) {
  .navbar {
    background-color: #ffffff;
  }
}
.fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform .3s;
}



/**
 * ========================================
 * 3 HOME BANNER
 * ========================================
 */

 .bg-home-half {
    background-image: url('../images/background/1.jpg');
    background-size: cover;
    background-position: center center;
    padding: 250px 0px 350px;
    position: relative;
}
  

.bg-home {
    background-image: url('../images/background/1.jpg');
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative;
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.home-title {
    /* font-size: 70px; */
	font-size: 5vw;
    line-height: 70px;
    color: #fff;
    text-shadow: 4px 4px 2px rgba(0,0,0,0.11);
}

.hero-banner h1{
  font-size: 40px;
}

.top_tag_line{
  position: absolute;
  top:10px;
}
.tag_line_text{
  position: absolute;
  top: 80px;
}
.home_title_small{
	text-shadow: 4px 6px 5px rgba(0,0,0,0.14);
	color: #c8c8c9 !important;
  }
  .home-desc {
	  max-width: 700px;
    background-color: red;
  }


#header_text{
  height: 202px;
  width: 100% !important;
  overflow: hidden !important;
}
  .bg-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.hero-banner h1{
    color: #fff;
}



.content-holder{
    padding: 12% 9% 7% 18%;
}

.content-holder h2{
  font-size: 50px;
  margin-bottom: 25px;
}



.centered-text {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  color: #fff;
  font-family: 'Playfair Display', serif;
  transition: all 0.5s;
    font-size: 42px;
    font-weight: 900;
    text-shadow: 0px 3px 3px rgb(0 0 0 0.7/ 29%);
}






.header {
  position:relative;
  text-align:center;
  /* background: linear-gradient(60deg,  rgba(51,8,103,1) 0%,  rgba(48,207,208,1)100%); */
  background-image: url("../images/background/002.jpg");
  background-size: 100%, cover;
  background-repeat: no-repeat;
  color:white;
}
.logo {
  width:50px;
  fill:white;
  padding-right:15px;
  display:inline-block;
  vertical-align: middle;
}

.inner-header {
  height:95vh;
  width:100%;
  margin: 0;
  padding: 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.content_banner {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: #e9ecef;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content_banner {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}


.row-flex {
  display: flex;
  flex-wrap: wrap;
}


.parallax {
  /* The image used */
  background-image: url("../images/background/001.jpg");

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.light-bg{
  background-color: #fff;
  padding: 100px 50px 10px 50px;
  opacity: 0.95;
}

.intro_text p{
  font-size: 18px;
  margin-top: 20px;
}
.content-box{
  margin-top: 50px;
  margin-bottom: 50px;

}
.sp-padding, 
.sp-padding::before{
  padding: 3px 15px 8px 15px !important;
}

.content-block{
  margin-bottom: 60px;
  height: 320px;
  /* background-color: #e9ecef; */
  padding: 25px;
}
.content-block h4{
  margin-bottom: 20px;
  font-weight: 600;
}
.thumb,
.thumb2 {
    width: 750px;
    height: 600px;
    /* margin: 70px auto; */
    perspective: 1000px;
}

.thumb3{
  height: 600px;
  perspective: 1000px;
}

.thumb a,
.thumb2 a,
.thumb3 a{
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100%, cover;
    background-position: center !important;
    transform-style: preserve-3d;
    transition: all 0.5s;
}

.thumb a{
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), 
  url("../images/about/11.jpg");
  
}


.thumb2 a{
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
  url("../images/about/12.jpg");
}

.thumb3 a{
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
  url("../images/about/14.jpg");
}


.thumb:hover a,
.thumb2:hover a,
.thumb3:hover a {
    transform: rotateX(80deg);
    transform-origin: bottom;
}
.thumb a:after,
.thumb2 a:after,
.thumb3 a:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    background: inherit;
    background-size: cover, cover;
    background-position: bottom;
    transform: rotateX(90deg);
    transform-origin: bottom;
}
.thumb a span,
.thumb2 a span,
.thumb3 a span{
    color: white;
    text-transform: uppercase;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    font: bold 12px/36px "Open Sans";
    text-align: center;
    transform: rotateX(-89.99deg);
    transform-origin: top;
    z-index: 1;
}
.thumb a:before,
.thumb2 a:before,
.thumb3 a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 100px 50px rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
    opacity: 0.15;
    transform: rotateX(95deg) translateZ(-80px) scale(0.75);
    transform-origin: bottom;
}

.thumb:hover a:before,
.thumb2:hover a:before,
.thumb3:hover a:before {
    opacity: 1;
    box-shadow: 0 0 25px 25px rgba(0, 0, 0, 0.5);
    transform: rotateX(0) translateZ(-60px) scale(0.85);
}



.thumb:hover #image_text,
.thumb2:hover #image_text,
.thumb3:hover #image_text{
  color: #290a59 !important;
  transition: all 0.7s;
}





.content_title_config{
  margin-top: -120px;
}

.content_title_config h2{
  font-size: 60px;
  text-shadow: 0px 3px 3px rgb(0 0 0 0.7/ 29%);
}


.content_heading h3{
  font-size: 50px;
}
.content_heading h2{

  font-size: 85px;
  font-weight: 700;
}


.image_holder{
  text-align: right;
}

.promo_lines{
  color: #290a59;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  position: absolute;
  top: 130px;
}

.promo_lines_left{
  /* left: 62%; */
  left: 32%;
}

.promo_lines_right{
  right: 62%;
}

.promo_lines h2{
  font-size: 120px;
  line-height: 120px;
}

.promo_lines_bottom{
  margin-left: 70px;
  /* margin-top: 45px; */
}


.theme_content{
  /* background-color:#00e658 ; */
 /* width: 70%;
  margin-top: -400px;
  margin-left: 40px;
  transform: rotate(-90deg); */
  margin-top: -200px;
  padding: 50px;
}

.theme_content2{
  padding: 50px;
  /* margin-top: -190px; */
}

.theme_content p,
.theme_content2 p{
  font-size: 21px;
}

.block-display{
  display: block !important;
}
.dark-card{
  background-color: #111;
  border-radius: 0.25rem;
}

.dark-card p{
  color: #fff;
}




.container-holder{
  padding: 7% 6% 7% 6%;
}


.border_rt{
  border-right: 1px solid #d0c6df;
  position: relative;
}
.border_bt{
  border-bottom: 1px solid #d0c6df;
  position: relative;
}

.service_holder{
  padding: 20px 15px;
}

.service_holder h4{
  margin-bottom: 15px;
}






.contact_info{
  padding: 45px;
  margin-top: 70%;
}

.contact_info p{
  font-size: 18px;
}

.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: 0 0;
  position: relative;
  z-index: 1
}

.contact100-map {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.wrap-contact100 {
  width: 1170px;
  background: #fff;
  border-radius: 10px;
  padding: 82px 180px 33px;
  position: relative;
  display: none
}

.show-wrap-contact100 {
  visibility: visible;
  opacity: 1
}

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 68px
}

.contact100-form-title {
  display: block;
  width: 100%;
  font-family: 'Playfair Display', serif;
  font-size: 39px;
  color: #333;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 44px
}

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 13px;
  margin-bottom: 65px
}

.rs1-wrap-input100 {
  width: calc((100% - 30px)/2)
}

.label-input100 {
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  color: #999;
  line-height: 1.5;
  padding-left: 5px
}

.input100 {
  display: block;
  width: 100%;
  background: 0 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  color: #555;
  line-height: 1.2;
  padding: 0 5px;
  border: none;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  background: #ff4b5a
}

input.input100 {
  height: 40px
}

textarea.input100 {
  min-height: 110px;
  padding-top: 9px;
  padding-bottom: 13px
}

.input100:focus+.focus-input100::before {
  width: 100%
}

.has-val.input100+.focus-input100::before {
  width: 100%
}

.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: -25px
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: #ff4b5a;
  border:none;
  border-radius: 25px;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  box-shadow: 0 10px 30px 0 rgba(255, 75, 90, .5);
  -moz-box-shadow: 0 10px 30px 0 rgba(255, 75, 90, .5);
  -webkit-box-shadow: 0 10px 30px 0 rgba(255, 75, 90, .5);
  -o-box-shadow: 0 10px 30px 0 rgba(255, 75, 90, .5);
  -ms-box-shadow: 0 10px 30px 0 rgba(255, 75, 90, .5)
}

.contact100-form-btn i {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s
}

.contact100-form-btn:hover {
  background-color: #333;
  box-shadow: 0 10px 30px 0 rgba(51, 51, 51, .5);
  -moz-box-shadow: 0 10px 30px 0 rgba(51, 51, 51, .5);
  -webkit-box-shadow: 0 10px 30px 0 rgba(51, 51, 51, .5);
  -o-box-shadow: 0 10px 30px 0 rgba(51, 51, 51, .5);
  -ms-box-shadow: 0 10px 30px 0 rgba(51, 51, 51, .5)
}

.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px)
}

@media(max-width:992px) {
  .wrap-contact100 {
      padding: 82px 80px 33px
  }
}

@media(max-width:768px) {
  .rs1-wrap-input100 {
      width: 100%
  }
}

@media(max-width:576px) {
  .wrap-contact100 {
      padding: 82px 15px 33px
  }
}

.validate-input {
  position: relative
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;
  font-family: 'Work Sans', sans-serif;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  -moz-transition: opacity .4s;
  transition: opacity .4s
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1
}

@media(max-width:992px) {
  .alert-validate::before {
      visibility: visible;
      opacity: 1
  }
}

.contact100-more {
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  color: #999;
  line-height: 1.5
}

.contact100-more-highlight {
  color: #ff4b5a
}

.contact100-btn-hide {
  color: #333;
  font-size: 14px;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 50%;
  top: -15px;
  right: -15px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s
}

.contact100-btn-hide:hover {
  background-color: #333;
  color: #fff
}

.contact100-btn-show {
  color: #fff;
  font-size: 39px;
  position: fixed;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.contact100-btn-show::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #ff4b5a;
  border-radius: 50%;
  top: 0;
  left: 0;
  box-shadow: 0 10px 30px 0 rgba(255, 75, 90, .5);
  -moz-box-shadow: 0 10px 30px 0 rgba(255, 75, 90, .5);
  -webkit-box-shadow: 0 10px 30px 0 rgba(255, 75, 90, .5);
  -o-box-shadow: 0 10px 30px 0 rgba(255, 75, 90, .5);
  -ms-box-shadow: 0 10px 30px 0 rgba(255, 75, 90, .5);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  -webkit-animation: beatbtn .9s ease-in-out infinite;
  animation: beatbtn .9s ease-in-out infinite
}

@keyframes beatbtn {
  0% {
      background-color: #ff4b5a;
      transform-origin: center;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1)
  }
  50% {
      background-color: rgba(255, 75, 90, .8);
      transform-origin: center;
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1)
  }
}





#footer {
  background: #404040;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px
}



#footer .footer-top {
  background: #3b3b3b;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  padding: 60px 0 30px 0
}

#footer .footer-top .footer-info {
  margin-bottom: 30px
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #545454;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s
}

#footer .footer-top .social-links a:hover {
  background: #6D67E4;
  color: #fff;
  text-decoration: none
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px
}

#footer .footer-top .footer-links {
  margin-bottom: 30px
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #6D67E4;
  font-size: 18px;
  line-height: 1
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1
}

#footer .footer-top .footer-links ul a:hover {
  color: #6D67E4
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
  color: #fff;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff
}





/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */
.cl-effect-2 a {
	line-height: 44px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}

.cl-effect-2 a span {
	position: relative;
	display: inline-block;
  padding: 8px 5px 16px 10px;
  color: #fff;
	background: #6D67E4;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.csstransforms3d .cl-effect-2 a span::before {
  padding: 8px 5px 16px 10px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3b33d2;
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.cl-effect-2 a:hover span,
.cl-effect-2 a:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

.csstransforms3d .cl-effect-2 a:hover span::before,
.csstransforms3d .cl-effect-2 a:focus span::before {
	background: #6D67E4;	
}





/* Effect 5: same word slide in */
.cl-effect-5 a {
	overflow: hidden;
	padding: 0 4px;
	height: 1.8em;
}

.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cl-effect-5 .active span{
  color: #4886ff !important;
}
.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}


.cl-effect-11 a {
	padding: 10px 0;
	border-top: 2px solid #0972b4;
	color: #0972b4;
	text-shadow: none;
} 

.cl-effect-11 a::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 10px 0;
	max-width: 0;
	border-bottom: 2px solid #fff;
	color: #fff;
	content: attr(data-hover);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	transition: max-width 0.5s;
	white-space: nowrap;
}

.cl-effect-11 a:hover::before,
.cl-effect-11 a:focus::before {
	max-width: 100%;
}





/*----------------------------------------------
---------19. SCROLL UP------------
-----------------------------------------------*/

.scroll-up {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: 999;
	bottom: 20px;
	right: 20px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.scroll-up.scroll-top-show {
	visibility: visible;
	opacity: 1;
}
.scroll-up a {
	background:#292929;
	display: block;
	height: 46px;
	width: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.scroll-up a:hover {
	background: #ccc;
	color: #000;
}
 @media (max-width: 767px) {
 .scroll-up {
 display: none !important;
}
}




.content_text_heading h2{
  padding: 50px 50px 10px 50px;
  font-size: 85px;
  font-weight: 700;
}


.content_text{
  font-size: 21px;
  padding: 50px;
}