* {
    margin: 0;
}
/* @font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/roboto/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/roboto/Roboto-Bold.ttf');
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/roboto/Roboto-Light.ttf');
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/roboto/Roboto-Black.ttf');
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/roboto/Roboto-Medium.ttf');
}
@font-face {
    font-family: 'Roboto-Italic';
    src: url('../fonts/roboto/Roboto-Italic.ttf');
} */

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato/Lato-Regular.ttf');
}
@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato/Lato-Bold.ttf');
}
@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato/Lato-Light.ttf');
}
@font-face {
    font-family: 'Lato-Black';
    src: url('../fonts/Lato/Lato-Black.ttf');
}
@font-face {
    font-family: 'Lato-Thin';
    src: url('../fonts/Lato/Lato-Thin.ttf');
}
@font-face {
    font-family: 'Lato-Italic';
    src: url('../fonts/Lato/Lato-Italic.ttf');
}
@font-face {
    font-family: "industryincw00-baseregular";
    src: url("../fonts/industry_inc_w00_base-webfont.woff2") format("woff2"),
      url("../fonts/industry_inc_w00_base-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }

body {
    /* font-family: 'Roboto-Regular'; */
    font-family: 'Lato-Regular';
    overflow-x: hidden;
}

.slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.slideshow .slider {
    width: 100vw;
    height: 100vw;
    z-index: 2;
}
.slideshow .slider * {
    outline: none;
}
.slideshow .slider .item {
    height: 100vh;
    width: 100vw;
    position: relative;
    overflow: hidden;
    border: none;
}
.slideshow .slider .item .text {
    display: none;
}
.slideshow .slider .item img {
    min-width: 101%;
    min-height: 101%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slideshow .slick-dots {
    position: absolute;
    z-index: 100;
    width: 40px;
    height: auto;
    bottom: auto;
    top: 30%;
    right: 2%;
    transform: translateY(-50%);
    left: auto;
    color: #fff;
    display: block;
}
.slideshow .slick-dots li {
    display: block;
    width: 100%;
    height: auto;
}
.slideshow .slick-dots li button {
    position: relative;
    width: 20px;
    height: 15px;
    text-align: center;
}
.slideshow .slick-dots li button:before {
    content: "";
    background: #fff;
    color: #fff;
    height: 2px;
    width: 20px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0.6;
    box-shadow: 0px 0px 6px #282828;
}
.slideshow .slick-dots li.slick-active button:before {
    width: 40px;
    opacity: 1;
}
.slideshow.slideshow-right {
    left: 0;
    z-index: 1;
    width: 50vw;
    pointer-events: none;
}
.slideshow.slideshow-right .slider {
    left: 0;
    position: absolute;
}

.slideshow-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    font-size: 80px;
    width: 100vw;
    text-align: center;
    color: #fff;
    font-family: "Lato Condensed", sans-serif;
    font-weight: 100;
    pointer-events: none;
    text-transform: uppercase;
    letter-spacing: 20px;
    line-height: 0.8;
}
@media (max-width: 767px) {
    .slideshow-text {
        font-size: 40px;
    }
}

.the-most {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 50vw;
    max-width: 200px;
    padding: 10px;
}
.the-most img {
    max-width: 100%;
}

header {
    position: absolute;
    z-index: 111;
}
header .logo img {
    width: 130px;
}

.about-section {
    margin-top: 100vh;
}
.about-section h4 {
    font-family: 'Lato-Bold';
    font-size: 28px;
    padding-top: 2%;
    text-align: center;
}
.about-section p {
    font-size: 16px;
    color: #000;
    text-align: center;
}
a.about-section:hover {
    text-decoration: none;
}
.about-section p span {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}
.about-section p.last-cont {
    font-size: 15px;
    font-family: 'Lato-Light';
    padding-top: 8px;
}
.about-section .read-more {
    background: #2E2B2B;
    border: 1px solid #F8B147;
    color: #fff;
    border-radius: 8px;
    padding: 0px 15px;
    font-family: 'Lato-Light';
    font-size: 13px;
}
.about-section .read-more:hover {
    border: 1px solid;
    /* box-shadow: 0 0 10px rgba(172, 165, 165, 0.5), 0 0 10px rgba(0,0,0, .2); */
    outline-color: rgba(0,0,0, 0);
    /* outline-offset: 15px; */
    /* text-shadow: 1px 1px 2px #427388;  */
    /* background: #fff;
    color: #333333; */
    background: #747171;
    color: #fff;
  }

.comprehensive-section {
    background: url(../images/comprehensive-bg.jpg);
    background-size: cover;
    background-position: center;
}
.comprehensive-section .first-content {
    font-family: 'Lato-bold';
    font-size: 18px;
}
.cntcttle .bgttle {
    text-align: left;
}
.secttle {
    font-size: 20px;
    color: #0C0C0C;
    top: 44px;
    font-family: 'Lato-Black';
    position: absolute;
    left: 312px;
    width: auto;
}
.bgttle {
    font-size: 53px;
    color: #0C0C0C;
    text-transform: uppercase;
    /* opacity: .1 !important; */
    font-family: 'Lato-Black';
}
.cntcttle p {
    color: #363636;
    text-align: left;
    /* font-family: 'Lato-Medium'; */
    font-size: 16px;
}
.cntcttle .read-more {
    background: transparent;
    border: 1px solid #757575A1;
    color: #000;
    border-radius: 8px;
    padding: 0px 15px;
    font-family: 'Lato-Italic';
    font-size: 13px;
}
.cntcttle .read-more:hover {
    /* border: 1px solid; */
    /* box-shadow: 0 0 10px rgba(172, 165, 165, 0.5), 0 0 10px rgba(0,0,0, .2); */
    outline-color: rgba(0,0,0, 0);
    /* outline-offset: 15px; */
    /* text-shadow: 1px 1px 2px #427388;  */
    background: #333333;
    color: #fff;
  }
.about-section a:hover {
    text-decoration: none;
}
.count-down-section {
    background: linear-gradient(to right, #000000 60%, rgba(255,255,255,0));
    /* background: url(../images/countdown-bg.svg); */
    margin-top: -8%;
}
.count1, .count2, .count3 {
    color: #fff;
    font-size: 35px;
    font-family: 'Lato-Black';
    text-align: center;
    display: block;
}
.count-down-section span {
    color: #fff;
    font-size: 35px;
    font-family: 'Lato-Black';
    text-align: center;
    display: block;
}
.count-down-section p {
    text-align: center;
    color: #fff !important;
    margin-bottom: 8px;
}
.comprehensive-right {
    width: 90%;
    margin-left: 23%;
    display: block;
}
.cntcttle1 .bgttle1 {
    text-align: left;
}
.secttle1 {
    font-size: 20px;
    color: #0C0C0C;
    top: 44px;
    font-family: 'Lato-Black';
    position: absolute;
    left: 88px;
    width: 135px;
}
.bgttle1 {
    font-size: 53px;
    color: #0C0C0C;
    text-transform: uppercase;
    /* opacity: .1 !important; */
    font-family: 'Lato-Black';
}
.cntcttle1 p {
    color: #3D3D3D;
    font-size: 17px;
}
.awards-sections img {
    width: 175px;
    display: block;
    margin-left: 45%;
}

.gallery-section {
    /* background-image: url(../images/gallery-bg.jpg);
    background-size: 100%; */
    /* background: #111111; */
    /* display: none; */
}

.gallery {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-template-rows: repeat(9, 4vw);
    /* grid-gap: 1.5rem;  */
    /* grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); */
grid-gap: 2px;
border: 1px solid #979797;
margin-left: -2px;
  }
  .gallery figure {
    margin: 0 0 0px;
    /* background: linear-gradient(#84c359, #afcd57); */
padding: 2px;
/* box-shadow: 2px 3px 3px #ccc; */
  }
  .gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; 
    border: 5px solid #fff;
    /* outline: 2px solid rgba(255,255,255,.6);
    outline-offset: -4px; */
  }
  
  .gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 6;
  
    /** Alternative Syntax **/
    /* grid-column: 1 / span 2;  */
    /* grid-row: 1 / span 2; */
  }
  
  /* .gallery__item--2 {
    grid-column-start: 6;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
   */
    /** Alternative Syntax **/
    /* grid-column: 3 / span 2;  */
    /* grid-row: 1 / span 2; */
  /* } */
  
  .gallery__item--3 {
    grid-column-start: 6;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 4;
  
    /** Alternative Syntax **/
    /* grid-column: 5 / span 4;
    grid-row: 1 / span 5; */
  }
  
  .gallery__item--4 {
    grid-column-start: 6;
    grid-column-end: 9;
    grid-row-start: 4;
    grid-row-end: 10;
  
    /** Alternative Syntax **/
    /* grid-column: 1 / span 4;  */
    /* grid-row: 3 / span 3; */
  }
  .gallery__item--8{
    grid-column-start: 9;
    grid-column-end: 12;
    grid-row-start: 1;
    grid-row-end: 7;
  
    /** Alternative Syntax **/
    /* grid-column: 5 / span 4;
    grid-row: 1 / span 5; */
  }
  
  .gallery__item--9 {
    grid-column-start: 9;
    grid-column-end: 12;
    grid-row-start: 7;
    grid-row-end: 10;
  
    /** Alternative Syntax **/
    /* grid-column: 1 / span 4;  */
    /* grid-row: 3 / span 3; */
  }
  .gallery__item--5 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 6;
    grid-row-end: 10;
  
    /** Alternative Syntax **/
    /* grid-column: 1 / span 4; */
    /* grid-row: 6 / span 3; */
  }
  
  .gallery__item--6 {
    grid-column-start: 3;
    grid-column-end: 6;
    grid-row-start: 6;
    grid-row-end: 10;
  
    /** Alternative Syntax **/
    /* grid-column: 5 / span 4; */
    /* grid-row: 6 / span 3; */
  }
  .gallery__item--7 {
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 6;
    grid-row-end: 9;
  
    /** Alternative Syntax **/
    /* grid-column: 5 / span 4; */
    /* grid-row: 6 / span 3; */
  }

  .gallery figure {
      overflow: hidden;
  }
  .gallery figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(0,0,0,.2);
	border-radius: 100%;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.cntcttle2 .bgttle2 {
    text-align: left;
}
.secttle2 {
    font-size: 20px;
    color: #0C0C0C;
    top: 21px;
    font-family: 'Lato-Black';
    position: absolute;
    left: 126px;
    width: 135px;
}
.bgttle2 {
    font-size: 53px;
    /* color: #fff; */
    text-transform: uppercase;
    /* opacity: .3 !important; */
    font-family: 'Lato-Black';
}
.live-tile {
    height: 100%;
    width: 100%;
    border: 4px solid #fff;
}
.copy-tile img, .list-tile img, .live-tile img {
    border: none;
    width: 100%;
}
.copy-tile img, .list-tile img, .live-tile img {
    border: none;
    height: 100%;
    object-fit: cover;
}

.cntcttle3 .bgttle3 {
    text-align: left;
}
.secttle3 {
    font-size: 20px;
    color: #0C0C0C;
    top: 44px;
    font-family: 'Lato-Black';
    position: absolute;
    left: 167px;
    width: 135px;
}
.bgttle3 {
    font-size: 53px;
    color: #0C0C0C;
    text-transform: uppercase;
    /* opacity: .1 !important; */
    font-family: 'Lato-Black';
}
.register-btn {
    background: #333333;
    padding: 3px 12px;
    color: #fff;
    border-radius: 11px;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: inset 0 0 20px rgba(0,0,0, 0);
  /* outline: 1px solid; */
  outline-color: rgba(0,0,0, .5);
  outline-offset: 0px;
}
.register-btn:hover {
    border: 1px solid;
    /* box-shadow: 0 0 10px rgba(0,0,0, .5), 0 0 10px rgba(0,0,0, .2); */
    outline-color: rgba(0,0,0, 0);
    /* outline-offset: 15px; */
    /* text-shadow: 1px 1px 2px #427388;  */
    background: #747171;
color: #fff;
  }
  
.headingAfter {
    background: #707070;
    width: 57px;
    height: 2px;
    margin: auto 8%;
    opacity: .6;
}
.secttle4 {
    font-size: 20px;
    color: #0C0C0C;
    top: 44px;
    font-family: 'Lato-Black';
    position: absolute;
    left: 204px;
    width: 135px;
}
.bgttle4 {
    font-size: 53px;
    color: #0C0C0C;
    text-transform: uppercase;
    /* opacity: .1 !important; */
    font-family: 'Lato-Black';
}
.audition-section a:hover {
    text-decoration: none;
}
.testimonials-section__content {
    display: flex;
}
.testimonials-section__content img {
    width: auto;
    height: 90px;
    z-index: 11;
    border-radius: 25px;
}
.testimonials-section__content-list {
    width: 100%;
}
.testimonials-section__content-list hr {
    /* margin: 0px 0;
    border-color: #bfbfbf !important;
    opacity: .6;
    border-top: 1px solid; */
    margin: 0px 0 0 -40%;
    border-color: #bfbfbf !important;
    opacity: .6;
    border-top: 1px solid;
    width: 150%;
}
.testimonials-section__content-list hr.first-hr-line {
    margin: 0 0 0 0;
}
.testimonials-section__content-list h5 {
    color: #0C0C0C;
    font-size: 17px;
    margin-bottom: 0px;
    padding-left: 10px;
    /* text-shadow: 1px 1px 2px #ccc; */
}
.testimonials-section__content-list .span-text {
    color: #0C0C0C;
    font-family: 'Lato-Italic';
    font-size: 13px;
    padding-left: 10px;
    margin-bottom: 0px;
}
.testimonials-section__content-list p {
    color: #747373;
    font-size: 14px;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
}
.testimonials-section .title-center {
    z-index: 111;
    position: relative;
}
.testimonials-section .title-center img {
    margin: -9% auto auto;
    display: block;
}
.title-center .headingAfter {
    background:#bfbfbf;
    width: 62px;
    height: 1px;
    margin: 42px -2px;
    opacity: .6;
}
.sec-line {
    margin: 42px -2px 43px -14px !important;
}
.title-center h4 {
    font-family: 'Lato-Black';
    color: #909090;
    font-size: 44px;
    position: absolute;
    top: 0;
    text-align: center;
    width: 75%;
    opacity: .5;
    line-height: 42px;
}
.carousel-indicators li {
    background: #616161;
    width: 10px;
    height: 10px;
}
.carousel-indicators li.active {
    background: #333333;
}
.testimonial-slide {
    background: #fff;
}

.footer {
    background: #343434;
    margin-top: 5%;
}
.footer p {
    color: #E5E5E5;
    font-size: 12px;
    margin-bottom: 0px;
    padding: 15px 0;
}
.footer p a, .footer p a:hover {
    color: #E5E5E5;
    text-decoration: none;
}

/* .btn-3 {
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;
  } */
  .onhover-border:hover {
      box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
  }
  .onhover-border .onhover-border-inside {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .onhover-border:before,
  .onhover-border:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: #000;
    transition: all 0.3s ease;
  }
  .onhover-border:before {
    height: 0%;
    width: 1px;
  }
  .onhover-border:after {
    width: 0%;
    height: 1px;
  }
  .onhover-border:hover:before {
    height: 100%;
  }
  .onhover-border:hover:after {
    width: 100%;
  }
  .onhover-border .onhover-border-inside:before,
  .onhover-border .onhover-border-inside:after {
    position: absolute;
    content: "";
    bottom: 0;
    background: #000;
    transition: all 0.3s ease;
  }
  .onhover-border .onhover-border-inside:before{
    position: absolute;
    content: "";
    left: -15px;
    bottom: 0;
    background: #000;
    transition: all 0.3s ease;
  }
  
  .onhover-border .onhover-border-inside:after {
    position: absolute;
    content: "";
    left: -15px;
    bottom: 0;
    background: #000;
    transition: all 0.3s ease;
  }
  .onhover-border .onhover-border-inside:before {
    width: 1px;
    height: 0%;
  }
  .onhover-border .onhover-border-inside:after {
    width: 0%;
    height: 1px;
  }
  .onhover-border .onhover-border-inside:hover:before {
    height: 100%;
  }
  .onhover-border .onhover-border-inside:hover:after {
    width: 109%;
  }

  

  .res-menu {
    z-index: 11111;
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 7%;
    right: 2%;
	border: 1px solid #111111;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
    background-color: #111111;
}
.res-menu:hover {
	background-color:#111111;
	border: 1px solid #fff;
}
.res-menu span {
	background-color: #fff;
	height: 2px;
	width: 18px;
	cursor: pointer;
	position: absolute;
	left: 5px;
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	transition: all 0.2s ease-out;
	-ms-transition: all 150ms ease-out;
}
.res-menu span:nth-child(1) {
 bottom: 20px;
}
.res-menu span:nth-child(2) {
 bottom: 14px;
}
.res-menu span:nth-child(3) {
 bottom: 8px;
}
.res-menu.active span:nth-child(1) {
 -ms-transform: rotate(45deg) translateX(4px) translateY(4px);
 -webkit-transform: rotate(45deg) translateX(4px) translateY(4px);
 transform: rotate(45deg) translateX(4px) translateY(4px);
}
.res-menu.active span:nth-child(2) {
 opacity: 0;
}
.res-menu.active span:nth-child(3) {
 -ms-transform: rotate(-45deg) translateX(4px) translateY(-5px);
 -webkit-transform: rotate(-45deg) translateX(4px) translateY(-5px);
 transform: rotate(-45deg) translateX(4px) translateY(-5px);
}
.h-menu.active {
	visibility: visible;
	opacity: 1;
	width: 100%;
	-ms-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.h-menu {
	visibility: hidden;
	opacity: 0;
	width: 0;
	-moz-transition: all 170ms ease-out;
	-o-transition: all 150ms ease-out;
	-webkit-transition: all 1s ease-out;
	transition: all 0.8s ease-out;
	-ms-transition: all 150ms ease-out;
	-ms-transform: translateX(30px);
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
}
.header::before, .header::after, .b-menu::before, .b-menu li::before, .b-menu li::after, .w-menu ul::before, .w-menu li::after, .w-ttle a::before, .w-ttle a::after, .c-cont::before, .c-cont::after, .f-mail::before, .f-mail::after, .f-cont::before, .f-cont::after, .soci::before, .soci::after, .servimg::before, .servimg::after, .servtxt::before {
    content: '';
    position: absolute;
   }
   .h-menu {
	position: absolute;
	/* bottom: 15px; */
	left: 0;
	width: 100%;
    top: 7%;
    z-index: 1111;
}
.b-menu {
	width: 80%;
    margin: 0 5% auto auto;
	position: relative;
}
/*.b-menu::before {
	top: -20px;
	left: 50%;
	width: 1px;
	height: 130px;
	background: #fff;
	z-index: 1;
}*/
.b-menu li {
	width: 14%;
	float: left;
	display: inline-block;
	text-align: center;
	position: relative;
}
.b-menu li::before, .b-menu li::after {
 top: 13px;
 left: 0;
 width: 25%;
 border-bottom: 1px solid #5b5b5b;
}
.b-menu li::after {
 left: inherit;
 right: 0;
}
.b-menu li a {
	padding: 8px 20px;
	font-size: 13px;
	background: #302d2d;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	width: 50%;
	border: 1px solid #7b7b7b;
	position: relative;
	z-index: 1;
	transition: 0.5s;
}
.b-menu li a:hover {
	border: 1px solid #fff;
	transition: 0.5s;
    background: #eae4e4;
    text-decoration: none;
    color: #111111;
}
.tree {
    width: 300px;
    position: relative;
}

.tree .plain-screen {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    /* -webkit-animation-name: hello;
    -webkit-animation-duration: 5s;
    -webkit-animation-fill-mode: forwards;
    animation-name: hello;
    animation-duration: 5s;
    animation-fill-mode: forwards; */
}

.tree img {
    max-width: 100%;
}

.animatable {
  
    /* initially hide animatable objects */
    visibility: hidden;
    
    /* initially pause animatable objects their animations */
    
  }
  
  /* show objects being animated */
  .animated {
    visibility: visible;
    
  }

  .animated.hello {
	-webkit-animation-name: hello;
	-moz-animation-name: hello;
	-o-animation-name: hello;
	animation-name: hello;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-play-state: paused;   
    -moz-animation-play-state: paused;     
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;   
    animation-play-state: paused; 
    
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    
   
  
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}
.animated.fadeInn {
	-webkit-animation-name: fadeInn;
	-moz-animation-name: fadeInn;
	-o-animation-name: fadeInn;
	animation-name: fadeInn;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    opacity: .1;
}
.animated.fadeInn1 {
	-webkit-animation-name: fadeInn;
	-moz-animation-name: fadeInn;
	-o-animation-name: fadeInn;
	animation-name: fadeInn;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    opacity: .1 !important;
}



@keyframes hello {
    0% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}

@-webkit-keyframes hello {
    0% {
        height: 100%;
    }
    
    100% {
        height: 0%;
    }
}
@keyframes fadeInn {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    100% {
        opacity: .1;
    }
}

@-webkit-keyframes fadeInn {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    100% {
        opacity: .1;
    }
}
@keyframes fadeInn1 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    100% {
        opacity: .1 !important;
    }
}

@-webkit-keyframes fadeInn1 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    100% {
        opacity: .1 !important;
    }
}

.hideme {
    opacity:0;
}
.testimonial-indicators1 {
    background: #616161;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    list-style-type: none;
    border-radius: 100px;
}
.testimonial-indicators2 {
    background: #616161;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    list-style-type: none;
    border-radius: 100px;
}
.testimonial-indicators2.active, .testimonial-indicators1.active {
    background: #333333;
}


/* 4. portfolio */

.filter-menu{}

.filter-menu button {

  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

  border: 0 none;

  color: #fff;

  font-weight: 500;

  letter-spacing: 2px;

  margin: 0 2px;

  padding: 6px 15px;

  position: relative;

  text-transform: uppercase;
  cursor: pointer;

}
.filter-menu button:focus {
    outline: none;
}
.filter-menu button::before {

  background: #d7d7d7 none repeat scroll 0 0;

  content: "";

  height: 15px;

  position: absolute;

  right: -2px;

  top: 10px;

  transform: rotate(45deg);

  width: 1px;

}

.filter-menu button:last-child:before{display:none}

.filter-menu button::after {

  background: #fff none repeat scroll 0 0;

  bottom: -2px;

  content: "";

  height: 4px;

  left: 0;

  margin: auto;

  opacity: 0;

  position: absolute;

  right: 0;

  transition: all 0.3s ease 0s;

  width: 4px;

}

.filter-menu button.active:after , .filter-menu button:hover:after {opacity:1}

.row-portfolio{margin:0 -10px}

.row-portfolio .portfolio-item{padding: 0 10px;}

.portfolio-wrapper {

  position: relative;

}

.portfolio-item{

  width: 33.33%;

    float: left;

    margin-bottom: 20px;  

}


.portfolio-thumb img {

  width: 100%;
  /* border: 4px solid #fff; */

}

.portfolio-thumb {

  position: relative;

}

.portfolio-thumb::before {

  background: #fff none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0;

  position: absolute;

  top: 0;

  transition: all 0.3s ease 0s;

  width: 100%;

}

.portfolio-wrapper:hover .portfolio-thumb::before{opacity:0}

.view-icon {

  left: 0;

  position: absolute;

  right: 0;

  text-align: center;

  top: 50%;

  opacity:0;

  visibility:hidden;

  z-index:9;

  transition:.3s;

  transform: scale(1.3) ;

  margin-top:-20px;

}

.portfolio-wrapper:hover .view-icon{opacity:1;visibility:visible;transform: scale(1)}

.view-icon > a {

  background: #222 none repeat scroll 0 0;

  border-radius: 50%;

  color: #fff;

  display: inline-block;

  height: 40px;

  line-height: 41px;

  width: 40px;

}

.view-icon > a:hover{background:#666;}

.portfolio-caption {

  padding: 15px;

}

.portfolio-caption > h4 {

  font-size: 18px;

  font-weight: 500;

  letter-spacing: 1px;

  margin-bottom: 0;

  padding-bottom: 9px;

  position: relative;

}
.portfolio-caption a {
    color: #000;
}
.portfolio-caption a:hover {
    color: #000;
    text-decoration: none;
}

/* .portfolio-caption > h4::before {

  bottom: -7px;

  content: "â€¢ â€¢ â€¢ â€¢";

  left: 0;

  margin: auto;

  position: absolute;

  right: 0;

} */

.work-tag > a {

  color: #555;

  font-size: 13px;

  letter-spacing: 1px;

}

.portfolio-caption {

  padding: 15px;

}

.portfolio-caption {

  padding: 15px;

}

.caption-border {

  border: 1px solid #f6f6f6;

}

/* portfolio style 2 */

.portfolio-style-2{}

.portfolio-style-2 .portfolio-caption {

  left: 0;

  opacity: 0;

  padding: 15px;

  position: absolute;

  right: 0;

  top: 10px;

  transition: all 0.3s ease 0s;

  visibility: hidden;

}

.portfolio-wrapper:hover .portfolio-caption{opacity:1;visibility:visible;top:0}



/* call to action */

.call-to-action > h3 {

  font-weight: 500;

  letter-spacing: 1.5px;

}

.call-to-action > p {

  margin: 0;

}

.call-to-action a {

  margin-top: 12px;

}

/* portfolio-style-3 */

.portfolio-style-3{}

.portfolio-style-3 .portfolio-caption {

  bottom: 20px;

  top: inherit;

}

.portfolio-style-3 .portfolio-wrapper:hover .portfolio-caption {

  bottom: 0;

  top: inherit;

}

.row-portfolio.m-0{margin:0;}

.portfolio-style-4 .portfolio-thumb::before {

  background: #000 none repeat scroll 0 0;

}

.portfolio-style-4 .portfolio-wrapper:hover .portfolio-thumb::before {

  opacity: 0.7;

}

.portfolio-style-4 .portfolio-caption > h4 {

  color: #fff;

}

.portfolio-style-4 .work-tag > a {

  color: #fff;

}

.portfolio-style-4 .portfolio-caption {

  bottom: 50%;

  top: inherit;

}

.portfolio-style-4 .portfolio-wrapper:hover .portfolio-caption {

  transform:translateY(50%);

  bottom:50%;

}

.portfolio-grid-2 .portfolio-item {

  width: 50%;

}

.portfolio-grid-4 .portfolio-item{width:25%}

.no-space .portfolio-item{margin-bottom:0;}

.width-8{width: 66.6667%;}

#related-active .portfolio-item {

  width: 100%;

  padding:0 10px;

  margin-bottom:0;

}

.basic-separator{border-top:1px solid #ddd}

/* portfolio details */

.portfolio-full-img img {

  width: 100%;

}

.project-details li {

  padding: 0 0 10px;


letter-spacing: 3px;

text-transform: uppercase;

}
.view-more a {
    background: #333333;
    padding: 3px 12px;
    color: #fff;
    border-radius: 8px;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    /* box-shadow: inset 0 0 20px rgba(0,0,0, 0); */
    /* outline: 1px solid;
    outline-color: rgba(0,0,0, .5); */
    outline-offset: 0px;
}
.view-more a:hover {
    /* border: 1px solid; */
    /* box-shadow: 0 0 10px rgba(0,0,0, .5), 0 0 10px rgba(0,0,0, .2); */
    /* outline-color: rgba(0,0,0, 0); */
    /* outline-offset: 15px; */
    /* text-shadow: 1px 1px 2px #427388; */
    background: #747171;
    color: #fff;
}


.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}

.banner-vert-text {
    /* position: absolute;
    bottom: 10px;
    left: 5%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */
    position: absolute;
    /* top: 50%; */
    z-index: 111;
    left: 3%;
    bottom: 11%;
    font-family: "industryincw00-baseregular";
}
.banner-vert-text h4 {
    color: #f5ba46;
    /* -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #f7b344; */
    text-transform: uppercase;
    font-size: 30px;
    /* font-family: 'Roboto-Regular'; */
}
.banner-vert-text h4 span {
    display: block;
    padding-top: 8px;
}


@media (max-width: 600px) {
    .footer p {
        text-align: center;
        padding: 5px 0;
    }
    .bgttle1 {
        font-size: 51px;
    }
    .bgttle2 {
        font-size: 51px;
    }
    .bgttle3 {
        font-size: 50px;
    }
    .bgttle4 {
        font-size: 50px;
    }
    .secttle2 {
        left: 127px;
    }
    .slideshow .slick-dots {
        display: flex;
        width: 50%;
        justify-content: end;
    }
    .slideshow .slick-dots li.slick-active button::before {
        width: 10px;
    }
    .slideshow .slick-dots li {
        display: block;
        width: auto;
        height: auto;
        margin: 0 3px;
    }
    .slideshow .slick-dots li button {
        width: auto;
    }
    .slideshow .slick-dots li button::before {
        height: 10px;
        width: 10px;
        border-radius: 100px;
    }
    .banner-vert-text {
        top: 122px !important;
        height: 62px;
    }
    .slideshow .slick-dots {
        bottom: 9px !important;
        top: auto;
    }
    .slideshow {
        height: 207px;
    }
    .slideshow .slider .item {
        height: 207px;
    }
    .slideshow .slider .item img {
        min-width: unset;
        min-height: unset;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
    }
    .slideshow .slider {
        height: 207px;
    }
    
    .slideshow .slick-dots {
        bottom: 0;
        top: auto;
    }
    .slideshow .slick-dots li button {
        height: 10px;
    }
    .about-section {
        margin-top: 220px;
      }
}
@media (max-width: 767px) {
    header .logo img {
        width: 60px;
    }
    .res-menu {
        top: 3%;
    }
    .h-menu.active {
        background: rgba(0,0,0,.85);
        top: 0;
        padding-top: 12%;
    }
    .b-menu {
        width: 100%;
    }
    .b-menu li {
        width: 100%;
        margin-bottom: 6%;
    }
    .b-menu li::before, .b-menu li::after {
        border-bottom: 1px solid transparent;
    }
   
    /* .about-section {
        margin-top: 220px;
    } */
    .about-section p span {
        border-bottom: 1px solid transparent;
    }
    .secttle {
        font-size: 18px;
        top: 33px;
        left: 162px;
    }
    .bgttle {
        font-size: 33px;
    }
    .comprehensive-right {
        width: 50%;
        margin: auto;
    }
    .count-down-section span {
        color: #fff;
        font-size: 24px;
    }
    .count-down-section p {
        font-size: 12px;
    }
    .cntcttle1 p {
        font-size: 15px;
    }
    .awards-sections img {
        width: 175px;
        display: block;
        margin: auto;
    }
    .cntcttle p {
        font-size: 14px;
    }
    .comprehensive-section .first-content {
        font-size: 16px;
    }
    .bgttle1 {
        font-size: 33px;
    }
    .bgttle2 {
        font-size: 33px;
        margin-left: 4px;
    }
    .bgttle3, .bgttle4 {
        font-size: 33px;
    }
    .secttle1 {
        font-size: 18px;
        top: 33px;
        left: 23px;
    }
    .secttle2 {
        font-size: 18px;
        left: 48px;
        top: 9px;
    }
    .secttle3 {
        font-size: 18px;
        top: 33px;
        left: 83px;
    }
    .secttle4 {
        left: 118px;top: 33px;
    }
    .row-portfolio .portfolio-item {
        padding: 0 4px;
    }
    .portfolio-item {
        margin-bottom: 8px;
    }
    .tree {
        width: 100%;
    }
    .register-btn {
        margin-bottom: 3%;
    }
    .title-center h4 {
        width: 100%;
        line-height: 34px;
        font-size: 32px;
    }
    .testimonials-section .title-center img {
        width: 80%;
    }
    .testimonials-section .title-center {
        margin-top: 5%;
    }
    /* .banner-vert-text {
        top: 141px
    } */
    .banner-vert-text h4 {
        font-size: 18px;
    }
    
}
@media screen and (min-width: 600px) and (max-width: 767px) {
    .title-center h4 {
        width: auto;
        line-height: 34px;
        font-size: 32px;
        margin-left: 11%;
    }
    .slideshow {
        height: 340px;
    }
    .slideshow .slider .item {
        height: 340px;
    }
    .slideshow .slider .item img {
        min-width: unset;
        min-height: unset;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
        object-fit: cover;
    }
    .slideshow .slider {
        height: 340px;
    }
    
    .slideshow .slick-dots {
        bottom: 0;
        top: auto;
    }
    .slideshow .slick-dots li button {
        height: 10px;
    }
    .banner-vert-text {
        top: unset;
        bottom: 12%;
    }
    .slideshow .slick-dots {
        display: flex;
        width: 50%;
        justify-content: end;
    }
    .slideshow .slick-dots li.slick-active button::before {
        width: 10px;
    }
    .slideshow .slick-dots li {
        display: block;
        width: auto;
        height: auto;
        margin: 0 3px;
    }
    .slideshow .slick-dots li button {
        width: auto;
    }
    .slideshow .slick-dots li button::before {
        height: 10px;
        width: 10px;
        border-radius: 100px;
    }
    .slideshow .slick-dots {
        bottom: 9px !important;
        top: auto;
    }
    .about-section {
        margin-top: 345px;
      }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
    header .logo img {
        width: 85px;
    }
    .b-menu li a {
        padding: 8px 8px;
        font-size: 10px;
    }
    .b-menu {
        width: 83%;
    }
    .h-menu {
        top: 3%;
    }
    .res-menu {
        top: 3%;
        right: 4%;
    }
    .slideshow {
        height: 400px;
    }
    .slideshow .slider .item {
        height: 400px;
    }
    .slideshow .slider .item img {
        min-width: unset;
        min-height: unset;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
    }
    .slideshow .slider {
        height: 400px;
    }
    
    .slideshow .slick-dots {
        bottom: 0;
        top: auto;
    }
    .slideshow .slick-dots li button {
        height: 10px;
    }
    .about-section {
        margin-top: 420px;
    }
    .about-section p span {
        border-bottom: 1px solid transparent;
    }
    .comprehensive-right {
        width: 41%;
        display: block;
        margin: auto;
    }
    .awards-sections img {
        width: 175px;
        display: block;
        margin: auto;
    }
    .secttle3 {
        top: 34px;
        left: 86px;
    }
    .bgttle3 {
        font-size: 36px;
    }
    .bgttle4 {
        font-size: 36px;
    }
    .secttle4 {
        font-size: 20px;
        top: 34px;
        left: 129px;
    }
    .title-center h4 {
        width: auto;
        margin-left: 5%;
    }
    .testimonials-section .title-center {
        margin-top: 5%;
    }
    .banner-vert-text {
        /* top: 25%; */
        top: 285px;
    }
}
@media (max-width: 992px) {
    .testimonials-section__content-list hr {
        width: auto;
    }
}
@media (width: 1024px) {
    .banner-vert-text {
        top: 362px;
    }
    .b-menu li a {
        padding: 8px 13px;
        font-size: 12px;
    }
    .b-menu {
        width: 75%;
    }
    header .logo img {
        width: 98px;
    }
    .h-menu {
        top: 3%;
    }
    .res-menu {
        top: 3%;
        right: 4%;
    }
    .slideshow {
        height: 550px;
    }
    .slideshow .slider .item {
        height: 550px;
    }
    .slideshow .slider .item img {
        min-width: unset;
        min-height: unset;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
    }
    .slideshow .slider {
        height: 550px;
    }
    
    .slideshow .slick-dots {
        bottom: 0;
        top: auto;
    }
    .slideshow .slick-dots li button {
        height: 10px;
    }
    .about-section {
        margin-top: 555px;
    }
    .count-down-section span {
        color: #fff;
        font-size: 30px;
    }
    .count-down-section p {
        font-size: 14px;
    }
    .cntcttle p {
        font-size: 14px;
    }
    .comprehensive-section .first-content {
        font-size: 16px;
    }
    .count-down-section {
        margin-top: 0;
    }
    .secttle3 {
        top: 34px;
        left: 86px;
    }
    .bgttle3 {
        font-size: 38px;
    }
    .bgttle4 {
        font-size: 38px;
    }
    .secttle4 {
        font-size: 20px;
        top: 34px;
        left: 129px;
    }
    .testimonials-section .title-center img {
        width: 96%;
    }
    .title-center h4 {
        font-size: 36px;
        width: 100%;
    }
}

#jssor_1 {
    position:relative;margin:0 auto;top:0px;left:0px;width:980px;height:600px;overflow:hidden;visibility:hidden;
}
.jssor_slides_inner {
    cursor:default;position:relative;top:0px;left:0px;width:980px;height:600px;overflow:hidden;
}

@media screen and (max-width: 767px) {
    .sidenav {
        height: 100%;
        width: 0%;
        position: fixed;
        z-index: 11111;
        top: 0;
        right: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 1s;
        padding-top: 28px;
      }
      
      .sidenav a {
        padding: 8px 8px 8px 28px;
        text-decoration: none;
        font-size: 16px;
        color: #000;
        display: block;
        transition: 0.3s;
      }
      
      .sidenav a:hover {
        color: #fff;
        box-shadow: inset 260px 0 0 0 #d6456d;
        text-decoration: none;

      }
      .sidenav a.active {
        color: #fff;
        background: #CF4169;
    }
    .sidenav .active {
        color: #fff;
        background: #CF4169;
    }
      
      .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
      }
    header {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}
@media screen and (min-width: 767px) {
    .sidenav {
        display: none;
    }
}

header .logo > a{
    display: block;
    background: #fff;
    padding: 6px;
    border-radius: 3px;

}