body {
    padding-top: 0px;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #282828;
    line-height: 20px;
	font-size: 14px;
}

#small{
  font-size: 10px;
}
#medium{
  font-size: 14px;
}
#large{
  font-size: 18px;
}
.lights:hover{
  width: 90%;
}
//*.sgbau_logo{
  padding: 20px;
    border-radius: 0%;
    float: right;
    background-color:purple;
}*//

.row {
  
  width: 150%;
  padding:150%;
}

.column {
  flex-basis: 150%;
}

.orange-column {
  background-color: orange;
  height:50px;
  width:120%;
}

.blue-column {
  background-color: blue;
  height: 50px;
  width:120%;
}

.green-column {
  background-color: green;
  height: 50px;
  width:120%;
}
.red-column {
  background-color: red;
  height: 50px;
  width:120%;
}
.social-list {
  list-style: none;
  display: flex;
}

.social-list li:nth-child(1):hover .fa {
  color: #3b5999;
}
.social-list li:nth-child(2):hover .fa {
  color: #c32aa3;
}
.social-list li:nth-child(3):hover .fa {
  color: #c90000;
}
.social-list li:nth-child(4):hover .fa {
  color: #0077b5;
}

.social-list .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 42px;
  border-radius: 5%;
  background-color: #f8f8f8;
  margin: 7px;
  color: rgb(20, 80, 102);
  font-size: 20px;
  text-decoration: none;
  transition: 0.4s ease-out;
  box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.753),
    0px 3px 10px rgba(0, 0, 0, 0.411);
}

.social-list .social-link:hover {
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.753),
    0px 5px 5px rgba(0, 0, 0, 0.61);
}

.fa {
  transition: 0.4s;
}

.social-list .social-link:hover .fa {
  transform: scale(1.8);
  transition: 0.4s;
}
.serviceBox{
    color: var(--main-color);
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 30px 30px 40px;
    position: relative;
    z-index: 1;
}
.serviceBox:before,
.serviceBox:after{
    content: '';
    border: 2px solid var(--main-color);
    border-left: none;
    border-right: none;
    border-radius: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 13px;
    bottom: 13px;
    z-index: -1;
}
.serviceBox:after{
    border: 2px solid var(--main-color);
    border-top: none;
    border-bottom: none;
    left: 13px;
    right: 13px;
    top: 0;
    bottom: 0;
}
.serviceBox .title{
    color: #fff;
    background-color: var(--main-color);
    /* font-family: 'Teko', sans-serif; */
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.serviceBox .description{
    color: #666;
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin: 0;
    text-align:justify;
}
.serviceBox.orange{  --main-color: #cd6133; }
.main-timeline .timeline{
    width: calc(50% + 58px);
    border-top: 2px solid #404247;
    float: left;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline:before{
    content: "";
    background: #404247;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    top: -5px;
    right: 0;
}
.main-timeline .timeline-content{
    color: #404247;
    text-align: center;
    padding: 15px 80px 15px 10px;
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: "";
    background: #00a6f9;
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 50px;
}
.main-timeline .timeline-year{
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    transform: translateY(-50%) rotate(90deg);
    position: absolute;
    top: 50%;
    right: -15px;
}
.main-timeline .title{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 8px;
}
.main-timeline .description{
    font-size: 16px;
    margin: 0;
    text-align:justify;
}
.main-timeline .timeline:nth-child(even){ float: right; }
.main-timeline .timeline:nth-child(even):before{
    right: auto;
    left: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-content{
    padding: 15px 10px 15px 80px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    right: auto;
    left: 51px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    right: auto;
    left: -15px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before{ background: #ff3e7c; }
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before{ background: #7438be; }
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before{ background: #bdc203; }
@media screen and (max-width:767px){
    .main-timeline .timeline{ width: 100%; }
}
.text-effect{
    color:red;
    font-family: 'Black Ops One', cursive;
    font-size: 100px;
    font-weight: 600;
    text-align: center;
    perspective: 700px;
    
   
}
.text-effect span{
    display: inline-block;
    transform-origin: 0 10%;
    transform-style: preserve-3d;
    animation: flip 3s infinite linear;
}
@keyframes flip{
    35%{ transform: rotateX(70deg); }
    65%{ transform: rotateX(-70deg); }
}
@media only screen and (max-width: 990px){
    .text-effect{ font-size: 90px; }
}
@media only screen and (max-width: 767px){
    .text-effect{ font-size: 65px; }
}
@media only screen and (max-width: 576px){
    .text-effect{ font-size: 50px; }
}
@media only screen and (max-width: 479px){
    .text-effect{
        font-size: 38px;
        line-height: 35px;
    }
}
.vertical-tab{ display: table; }
.vertical-tab .nav-tabs{
   display: table-cell;
   width: 28%;
   min-width: 28%;
   border: none;
   position: relative;
}
.vertical-tab .nav-tabs li{
   float: none;
   vertical-align: top;
}
 
.vertical-tab .nav-tabs li a{
    display: block;
    padding: 10px 20px;
    margin: 0 3px 10px 0;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background-color: #b3b3b3;
    transform: perspective(400px) rotateY(-40deg);
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.vertical-tab .nav-tabs li:last-child a{ margin-bottom: 0; }
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: #fff;
    background: rgb(3, 56, 117);
    border:none;
    box-shadow: 0 2px 2px rgba(3, 56, 117, 0.5);
    transform: perspective(400px) rotateY(0deg);
}
.vertical-tab .tab-content{
   display: table-cell;
   padding: 10px 20px;
   background: #ec3169;
   border: 4px dashed #fff;
   vertical-align: top;
   font-size: 15px;
   color: #fff;
   line-height: 27px;
   letter-spacing: 1px;
   margin-top: 10px;
}
.vertical-tab .tab-content h3{
    font-size: 24px;
    margin: 0 0 5px 0;
}
@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        display: block;
        width: 100%;
        border-right: none;
    }
    .vertical-tab .nav-tabs li{ margin: 0 0 10px 0; }
    .vertical-tab .nav-tabs li:last-child{ margin: 0; }
    .vertical-tab .nav-tabs li a{
        padding: 10px;
        margin: 0;
        transform: perspective(800px) rotateY(-40deg);
    }
    .vertical-tab .tab-content{
        display: block;
        padding: 20px 15px 5px;
        border-radius: 0 0 10px 10px;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}
.home-thumb:hover{
transform: scale(1.1);
}
.home-thumb{
  transition: all 0.3s ease 0s;
}
.home-thumb{

  border-radius: 10px;
  border: 1px solid gray;
  padding: 5px;
  width: 200px;
  height: 184px;

}
.about{
  border-radius: 10px;
  border: 1px solid gray;
  padding: 5px;
  height: 250px;
}
.menus{
   
}
.quick_feeds{
 margin-top: 0px; 
}
.social_media_icon i{
	transition: all 1s;
  
}

.quick_feeds li{
	list-style:none;
}
.quick_feeds ul li{
	display: inline-block;
}
.quick_feeds ul{
	padding-left:0px;
	margin-bottom:0px;
  padding-right: 20px;
  margin-top: -2px;
}
.quick_feeds a{
	color:#fff;
}
.quick_feeds a:hover{
	color:#fff;
	text-decoration:none;
}
.top_header{
	background-color:#000;
  height: 40px;
  padding: 5px;
	
}
.social_media_icon li{
	padding-left:20px;
}

.strip{
	background-image:url('../images/strip.png');
	background-repeat: no-repeat;
	padding: 0px;
}
.top-vibes{
	margin-top:10px;
}
.middle_header {
    padding-top: 5px;
    padding-bottom:0px;
	padding-left:0px;
}

.testimonial_section {
      display: block;
      overflow: hidden;
    }

    .testimonial_section:after {
      display: block;
      clear: both;
      content: "";
    }

    .testimonial_section .about_content {
      background-color: #020d26;
      padding-top: 77px;
      padding-right: 210px;
      padding-bottom: 62px;
      position: relative;
    }

    .testimonial_section .about_content .background_layer {
      background-color: #020d26;
      width: auto;
      margin-left: -200px;
      right: 0;
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
    }

    .testimonial_section .about_content .layer_content {
      position: relative;
      z-index: 9;
      height: 10%;
    }

    .testimonial_section .about_content .layer_content .section_title {
      margin-bottom: 24px;
      position: relative;
    }

    .testimonial_section .about_content .layer_content .section_title:after {
      display: block;
      clear: both;
      content: "";
    }

    .testimonial_section .about_content .layer_content .section_title h5 {
      color: #fff;
      font-family: "Open Sans";
      font-weight: 400;
      font-size: 15px;
      line-height: 28px;
      color: #818a8f;
      margin-top: -5px;
      margin-bottom: 6px;
    }

    .testimonial_section .about_content .layer_content .section_title h2 {
      font-family: "Titillium Web";
      font-weight: 300;
      font-size: 45px;
      line-height: 50px;
      padding-bottom: 51px;
      margin-bottom: 0px;
      color: #fff;
    }

    .testimonial_section .about_content .layer_content .section_title h2 strong {
      font-weight: 600 !important;
      width: 100%;
      display: block;
    }

    .testimonial_section .about_content .layer_content .section_title .heading_line {
      position: relative;
    }

    .testimonial_section .about_content .layer_content .section_title .heading_line span {
      transition: all 0.5s ease-in-out 0s;
      position: relative;
    }

    .testimonial_section .about_content .layer_content .section_title .heading_line span:after {
      content: "";
      right: auto;
      left: 69px;
      position: absolute;
      bottom: 28px;
      width: 17px;
      margin-left: 0;
      border-bottom-width: 3px;
      border-bottom-color: #cacaca;
      border-bottom-style: solid;
    }

    .testimonial_section .about_content .layer_content .section_title .heading_line:after {
      content: "";
      left: 1%;
      margin-left: 0;
      position: absolute;
      bottom: 28px;
      width: 59px;
      border-bottom-width: 3px;
      border-bottom-style: solid;
      border-bottom-color: #ff5e14;
    }

    .testimonial_section .about_content .layer_content .section_title p {
      color: #fff;
      margin: 0 0 15px;
    }

    .testimonial_section .about_content .layer_content a {
      color: #fff;
      text-transform: capitalize;
      font-size: 15px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s;
    }

    .testimonial_section .about_content .layer_content a i {
      font-size: 18px;
      vertical-align: middle;
    }

    .testimonial_section .about_content .layer_content a:hover {
      color: #ea6153;
    }

    .testimonial_section .testimonial_box {
      margin-top: 60px !important;
      position: relative;
    }

    .testimonial_section .testimonial_box .testimonial_container {
      background-color: #ea6153;
      margin-left: -170px !important;
      position: relative;
    }

    .testimonial_section .testimonial_box .testimonial_container .background_layer {
      background-color: #ea6153;
      width: auto;
      margin-right: -200px;
      right: 0;
      background-image: url();
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
    }

    .testimonial_section .testimonial_box .testimonial_container .layer_content {
      position: relative;
      z-index: 9;
      height: 100%;
    }

    .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
      display: block;
      position: relative;
    }

    .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
      margin: 10px 0 10px 0;
      padding: 62px 0px 72px 50px;
      position: relative;
      text-align: center;
    }

    .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
      box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
      margin-left: 150px;
      margin-top: 69px;
      padding: 45px 40px 45px 40px;
      z-index: 1;
      position: relative;
      background-color: #fff;
      transition: all 0.5s ease-in-out 0s;
    }

    .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
      margin-bottom: 15px;
      position: relative;
    }

    .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
      content: "";
      width: 30px;
      display: block;
      height: 2px;
      text-align: center;
      left: 46%;
      margin-top: 6px;
      background-color: #ff5e14;
      position: absolute;
    }

    .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
      padding-top: 0;
      margin-bottom: -5px;
      font-size: 19px;
      font-weight: 600;
      line-height: 24px;
      color: #020d26;
    }

    .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
      font-size: 12px;
      color: #9f9f9f;
      margin: 0;
    }

    .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
      padding: 0;
      margin: 0;
      padding-top: 10px;
      font-size: 16px;
      line-height: 28px;
      font-weight: 400;
      color: #5d6576;
      font-style: italic;
    }

    .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
      border: none;
      position: absolute;
      top: 0;
      left: 55px;
      top: 80px;
    }

    .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
      border: 5px solid #fff;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
      width: 35%;
    }

    .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
      position: absolute;
      top: 165px;
      right: 42px;
      border-radius: 0;
      background: #ff5e14;
      display: block;
      outline: 0;
      width: 34px;
      line-height: 34px;
      height: 34px;
      color: #fff;
      font-size: 23px;
      margin-top: -20px;
      transition: all 0.3s ease-in-out;
    }

    .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
      background: #020d26;
    }

    .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
      position: absolute;
      top: 165px;
      right: 5px;
      border-radius: 0;
      display: block;
      background: #ff5e14;
      outline: 0;
      width: 34px;
      text-align: center;
      line-height: 34px;
      height: 34px;
      color: #fff;
      font-size: 23px;
      margin-top: -20px;
      transition: all 0.3s ease-in-out;
    }

    .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
      background: #020d26;
    }

    @media all and (max-width: 991px) {
      .testimonial_section .about_content {
        padding-right: 15px !important;
      }

      .testimonial_section .about_content .background_layer {
        width: 200% !important;
      }

      .testimonial_section .testimonial_box {
        margin-top: 0 !important;
      }

      .testimonial_section .testimonial_box .background_layer {
        width: 200% !important;
        margin-left: -200px;
      }

      .testimonial_section .testimonial_box .about_content {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-top: 28% !important;
      }

      .testimonial_section .testimonial_box .testimonial_container {
        margin-left: -15px !important;
      }

      .testimonial_section .testimonial_box .testimonial_container .testimonials {
        margin: 0px 0 20px 0;
      }

      .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
        margin-left: -36px !important;
      }

      .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
        display: none;
      }
    }

.about_strip{
	background-image: url(../images/about_strip.png) !important;
    background-repeat: no-repeat !important;
}
.about_strip h1{
	margin-bottom: 60px;
    padding-top: 15px;
}
.about_section{
	background:#900021;
	padding-bottom: 30px;
	padding-top: 20px;
}
.about_section p{
	color:#fff;
}
.button-default {
    padding: 9px 41px;
    background: #333333;
    color: #fff;
    transition: all 0.5s;
}
.button-default:hover {
	background:#e9e8dc;
	color:#000;
	text-decoration:none;
}
.tabs_notice{
	margin-bottom: 0px !important;
    color: white;
    padding: 14px;
}
.nav-tabs a:hover{
	text-decoration:none;
}
.nav-tabs {
    border: 3px solid #e9e8dc;
    border-bottom-left-radius: 8px;
    border-right: none;
    border-top: none;
}
.list_image {
    list-style-image: url(../images/Red_Arrow_right.png);
}
.list_image a{
	 color:black;
}
.list_image > li {
    
    padding: 5px;
	
}
.top-scroll {
    border: 1px solid black;
    margin: 5px 10px;
    overflow: hidden;
    background: #e0e0e0;
    border-radius: 75px;
    
}
.btn-primary {
    color: #fff;
    background-color: #ea6153;
    border-color: #ea6153;
}
.quick_links{
	padding-bottom:64px;
}
.quick_links p{
	color:#000;
}
.icons{
	transition: all .5s;
}
.icons:hover{
	transform:rotate(20deg);
}
.inner_side_bar {
    background-color: #242424;
    padding: 17px;
    border-top-right-radius: 50px;
    line-height: 20px;
}
.inner_para p{
	font-size: 21px;
    line-height: 30px;
}
.inner_list_image > li {
    border-bottom: 1px solid #F2AA4C;
    padding: 5px;
}
.readmore_text {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    transition: all .5s;
}
.footer {
    background: rgba(46, 46, 46, 0.9);

}
.footer p {
    color: #fff;
}
.footer a{
    color:#e84545;
}

.counter{
    color: #222;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    width: 230px;
    height: 230px;
    padding: 46px 30px;
    margin: 0 auto;
    border: 3px solid #ff2828;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.counter:before,
.counter:after{
    content: '';
    background: #eee8e8;
    border-radius: 50%;
    box-shadow: 0 4px rgba(0,0,0,0.2);
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    z-index: -1;
}
.counter:after{
    background: #000;
    left: 25px;
    top: 25px;
    bottom: 25px;
    right: 25px;
}
.counter .counter-icon{
    color: #000;
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 13px;
}
.counter h3{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 8px;
    line-height: 35px;
}
.counter .counter-value{
    color:#ff2828;
    font-size: 30px;
    font-weight: 600;
    display: block;
}

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#333333;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
	transition: all .5s;
}
#scroll:hover {
    background: linear-gradient(to left, #97101f, #3e0d1e);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
#scroll span:hover{
	top:20px;
}
.title_clg h3{
	font-size:45px;
}
.title_clg p{
	line-height: 25px;
}
.title_clg a{
	color:#000;
}
.title_clg a:hover{
	color:#0e7e89;
	text-decoration:none;
}

/*Cards*/
.card {
    min-height:400px;
    background:#fff;
    box-shadow:0 20px 50px rgba(0,0,0,.1);
    border-radius:10px;
    transition:0.5s;
}
.card:hover {
    box-shadow:0 30px 70px rgba(0,0,0,.2);
}
.card .box {
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    text-align:center;
    padding:20px;
    box-sizing:border-box;
    width:100%;
}
.card .box .img {
    width: 136px;
    height: 165px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #060606;
}
.card .box .img img {
    width:100%;
    height:100%;
}
.card .box h2 {
    font-size: 20px;
    color: #262626;
    margin-top: 20px;
    margin-bottom: 0px;
}
.card .box h2 span {
    font-size: 21px;
    background: #0d5466;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 15px;
}
.card .box p {
    color:#262626;
	margin-top: 10px;
}
.card .box span {
    display:inline-flex;
	display:none;
}
.card .box ul {
    margin:0;
    padding:0;
}
.card .box ul li {
    list-style:none;
    float:left;
}
.card .box ul li a {
    display:block;
    color:#aaa;
    margin:0 10px;
    font-size:20px;
    transition:0.5s;
    text-align:center;
}
.card .box ul li:hover a {
    color:#e91e63;
    transform:rotateY(360deg);
}
.achievementsSlider {
    padding: 0;
    margin: 0;
    /* background: #13637d; */
    background: url(../images/achivements.jpg) no-repeat 0 0 / cover;
    color: #ffffff;
    border: 1px solid #13637d;
    padding: 20px 15px;
    overflow: hidden;
}
.noticeSlider{
	padding: 0;
    margin: 0;
    background: linear-gradient(to left, #0e7e89, #0b2a42);
    color: #ffffff;
    border: 1px solid #13637d;
    padding: 20px 15px;
    overflow: hidden;
}
/*breadcum*/
.animation {
  -webkit-transition: all 0.3s ;
  -moz-transition: all 0.3s ;
  -ms-transition: all 0.3s ;
  -o-transition: all 0.3s ;
  transition: all 0.3s ;
}

.wrapper {
  
}


.breadCrumbs {
   position: relative;
   list-style: none;
   padding-left: 0px;
   height: 41px;
   margin-bottom: 15px;
   margin-top: 19px;
}

.breadCrumbs li {
  position: relative;
  float: left;
}

.breadCrumbs li a,
.breadCrumbs li p {
  display: block;
  padding: 0 10px 0 30px;
  line-height: 40px;
  color: #fff;
  background: #3fabba;
}

.breadCrumbs li:first-child a {
  padding: 0 10px 0 20px;  
}

.breadCrumbs li a:hover {
  
}

.breadCrumbs li.activePage p,
.breadCrumbs li.activePage a {
  background: #333;
}

.breadCrumbs li:after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  display: block;
  width: 0; 
  height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #3fabba;
  z-index: 10;
}

.breadCrumbs li.activePage:after {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #333;
}

/* GIVE EVERY CHILD A DIFFERENT COLOR */
.breadCrumbs li:nth-child(1) a {
  background: #3fabba;
}

.breadCrumbs li:nth-child(1):after {
  border-left: 20px solid #3fabba;
}

.breadCrumbs li:nth-child(2) a {
  background: #46bdcd;
}

.breadCrumbs li:nth-child(2):after {
  border-left: 20px solid #46bdcd;
}

.breadCrumbs li:nth-child(3) a {
  background: #4bd0e2;
}

.breadCrumbs li:nth-child(3):after {
  border-left: 20px solid #333333;
}

.list_para {
    list-style-image: url(../images/bullets.png);
}
.list_para > li {
    border-bottom: 1px solid #333;
    padding: 5px;
}
.list_para a {
    color: #000;
    font-size: 14px;
}
.btn-outlined {
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}
.btn-outlined.btn-info {
    background: none;
    border: 2px solid #3e0d1e;
    color: #3e0d1e;
	text-align:left;
	border-radius: 5px;
	font-size: 20px;
}
.btn-outlined.btn-info:hover,
.btn-outlined.btn-info:active {
    color: #FFF;
    background: linear-gradient(to left, #97101f, #3e0d1e);
}


/* header {
  overflow: hidden;
  padding: 25px 0px;
  
  margin: 0 auto; 
    
}
header {
  z-index: 99999;
  overflow: hidden;
  padding: 25px 0px;
  
  position:absolute;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
}
header {
   position:absolute;
   top:0;
   bottom:auto;
   left:0;
   right:0;
   margin:auto;
   width:100%;
   height:auto;
}
.title-section {
    height: 100%;
    text-align: center;
    margin-bottom: -10px;
    position: relative;
}*/


.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-instagram {
  background: #c70f66;
  color: white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-youtube {
  background: #bb0000;
  color: white;
}

.overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    color: #f1f1f1;
    width: 94%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 10px;
    font-family: times new roman;
    height: 214
}
.boxshadow {
    position: relative;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    padding: 10px;
    border-radius: 50px;
    background-color:#020d26;
    color:#fff;
}
.form-area {
    background-color: rgba(216, 214, 214, 0.66);
    padding: 32px 30px 67px;
    margin: 20px 0px 11px 70px;
    border: 1px solid GREY;
}
.bottom-footer{
   background-image:url(../images/btexture.png);
   padding:1px;
   
}
.bottom-footer p{
    margin-top:20px;
}
.yellow-bar{
   background-color:#ea6153;
   padding:20px;
}
.boxshadow1 {
    position: relative;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    padding: 15px;
    
}
.spacer{
   background-image:url(../images/btexture.png);  
}
.testimonial p {
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 35px;
  color:#fff;
 
}
.testimonial .name {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 35px;
  text-align: left;
}
.testimonial .designation {
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
  opacity: 0.65;
}
.unt {
  margin-bottom: 20px;
  margin-top: 60px;
}
.hero-text {
  font-size: 30px;
  letter-spacing: 0.02em;
  color: #fff;
}
.gallery-thumbs {
  height: 100%;
}
.gallery-thumbs .swiper-wrapper {
  align-items: center;
}
.gallery-thumbs .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 250px !important;
  height: 330px;
  position: relative;
}
.gallery-thumbs .swiper-slide img {
  filter: contrast(0.5) blur(1px);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.gallery-thumbs .swiper-slide-active img {
  filter: contrast(1) blur(0px) !important;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.flex-row .flex-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.gallery-thumbs .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-section .quote {
  width: 75%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 100px;
  padding-right: 100px;
}
.swiper-container.testimonial {
  height: 100vh;
}
.testimonial-section .user-saying {
  background: var(--theme-color2);
  width: 60%;
  color: #fff;
  height: 100%;
}
.testi-user-img {
  width: 40%;
}
.testimonial-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.testimonial-section .quote p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  font-style: italic;
  margin: 0;
}
.quote h2 {
font-size: 30px;
  font-weight: 300;
  color:#fff;
  text-align:center;
  background-color:#ea6153;
  text-decoration:underline;
}
.box{
    overflow:hidden;
    position:relative;
}
.box .box-img img{
    width: 100%;
    height: auto;
}
.box .content{
    width: 95%;
    height: 93%;
    background: #ea6153;
    margin: 9px 0 0 9px;
    padding: 60px 30px;
    position: absolute;
    top: -100%;
    left: 0;
    transition: all 0.5s ease 0s;
}
.box:hover .content{
    top:0;
}
.box .title{
    font-size:18px;
    font-weight: bold;
    color:#fff;
    text-transform:capitalize;
    margin:0 0 30px 0;
}
.box .description{
    font-size:16px;
    color:#fff;
    margin-bottom:35px;
}
.box .read-more{
    padding:8px 15px;
    background:#604B38;
    color:#fff;
    border-radius:4px;
    text-transform: capitalize;
    transition:all 0.50s ease 0s;
}
.box .read-more:hover{
    text-decoration:none;
    background:#fff;
    color:#604B38;
}
@media only screen and (max-width: 990px){
    .box{
        margin-bottom:20px;
    }
}




















