@font-face {

    font-family: 'Aurelie Smith DEMO';

    src: url('../icon-fonts/fontawesome-5.0.6/webfonts/Aurelie Smith Script DEMO.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}
/* Equal Heights for OwlCarousel 2 */
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-nav.disabled{display:block!important;}
.owl-carousel .owl-nav button.owl-next i, .owl-carousel .owl-nav button.owl-prev i{color:#fff;}
.owl-carousel .owl-nav button.owl-prev{
         top: 35%;
    position: absolute;
    left: -22px;
    background: #d6aa4b !important;
    width: 35px !important;
    height: 35px;
}
.owl-carousel .owl-nav button.owl-next{
      position: absolute;
    right: -22px;
    top: 35%;
    background: #d6aa4b !important;
    width: 35px !important;
    height: 35px;
}
.owl-carousel .thumbnail {
  display: flex;position:relative;
  flex-direction: column;
  margin: 0 5px;border:4px double #d6aa4b;padding:5px;
}
.owl-carousel .thumbnail .caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.owl-carousel .thumbnail .caption .flex-text {
  flex-grow: 1;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}
.owl-theme .owl-dots .owl-dot span{
        width: 35px!important;
    height: 4px!important;
    margin: 5px 3px!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #d6aa4b!important;
}
button.btn-play {
  position: absolute;
  top: 0;
  bottom: 0;cursor:pointer;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: 0 !important;
  width: 100%;
  background-color: transparent;
  color:#fff;
}
button.btn-play i{
    background: #ff0101;
    width: 50px;
    height: 35px;
    border-radius: 10px;
    padding: 10px;
}
button.btn-play:hover, button.btn-play:active, button.btn-play:visited, button.btn-play:focus {
  color: white;
}
button.btn-play .glyphicon {
  padding: 0;
  margin: 0;
  color: inherit;
  background-color: inherit;
  font-size: 64px;
}
.teammates h3 span{
    color:#e32f76;
   font-family: "Cinzel", serif;
   font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
.separator-icon {
    text-align: center;
    font-size: 28px;
    color: #A8A8A8;
    margin: 0 auto;    margin-bottom: 15px;

    position: relative;
}
.separator-icon:before {
    right: calc(50% + 27px);
}
.separator-icon:after {
    left: calc(50% + 28px);
}
.separator-icon i {
    border: 2px solid rgba(222, 222, 222, 0.2);
    height: 55px;display: inline-block;
    width: 55px;
    padding-top: 14px;
    border-radius: 50%;
    position: relative;
}
.separator-icon:after, .separator-icon:before {
    content: "";
    height: 2px;
    background-color: rgba(222, 222, 222, 0.2);
    width: 100px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 26px;
}
body {
    font-family: "Barlow", monospace;
    background: #000;
}
.bg-abt .wrapper{
    background: #171717f0;
    box-shadow:none;
}

.nav-up {
    top: -40px;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 0;
}

li {
    list-style: none;
}

p {
    color: #fff;
    line-height: 30px;
}

blockquote {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    padding: 30px;
    line-height: 40px;
}

.inner {
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rollover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ca9e2adb;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.rollover i {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    text-align: left;
    direction: ltr;
    width: 80px;
    height: 80px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: bottom center;background-image: url('../img/play-plus.png');
    background-size: contain;
    background-size: auto;
    position: absolute;
    text-align: center;
    left: 50%;
    margin-left: -40px;
    top: 100%;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.img-box:hover .rollover{
    opacity: 1;
}
.img-box:hover .rollover i {
    top: 50%;opacity:1;
}
.outer {
    display: table;
    width: 100%;
    height: 100%;
}

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 800;
    text-align: center;
}

.percentage {
    z-index: 100;
    color: #404040;
    opacity: 1;
    font-weight: 700;
    font-size: 120px;
    line-height: 200px;
}

/* Margins */

.top_15 {
    margin-top: 15px;
}

.top_30 {
    margin-top: 30px;
}

.top_45 {
    margin-top: 45px;
}

.top_60 {
    margin-top: 60px;
}

.top_90 {
    margin-top: 90px;
}

.top_120 {
    margin-top: 120px;
}

.padding_30 {
    padding: 30px 0;
}

.padding_45 {
    padding: 45px 0;
}

.padding_60 {
    padding: 60px 0;
}

.padding_90 {
    padding: 90px 0;
}

.padding_120 {
    padding: 120px 0;
}

.bottom_15 {
    margin-bottom: 15px;
}

.bottom_30 {
    margin-bottom: 30px;
}

.bottom_45 {
    margin-bottom: 45px;
}

.bottom_60 {
    margin-bottom: 60px;
}

.bottom_90 {
    margin-bottom: 90px;
}

.bottom_120 {
    margin-bottom: 120px;
}

.padbot_15 {
    padding-bottom: 15px;
}

.padbot_30 {
    padding-bottom: 30px;
}

.padbot_45 {
    padding-bottom: 45px;
}

.padbot_60 {
    padding-bottom: 60px;
}

.padbot_90 {
    padding-bottom: 90px;
}

.padbot_120 {
    padding-bottom: 120px;
}

.padbot_200 {
    padding-bottom: 200px;
}


/*------------------------ 2 Home ------------------------*/

#home-video{
 position: absolute;
    top:0;
    left: 0;
}

.ytplayer-container{
 position: absolute;
 top: 0;
 z-index: -2;
}


.main {
    background: url(../img/person-bg.jpg) no-repeat;
    background-size: cover;
    display: table;background-position: center;
    width: 100%;
    position: fixed;
}

.main.agency{
    background: url(../img/agency-bg.jpg) no-repeat;
    background-size: cover;
}

.main.video{
    background: none;
}

.main.video:before{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(6, 6, 6, 0.40);
    position: absolute;
    z-index: -1;
}

.main:after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    opacity: .85;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.list-style li {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}
.list-style li a {
    color: #fff;
    font-size: 15px;    background-color: #272727;
    box-shadow: 0px 50px 80px 0px rgba(15,19,25,0.1);
    padding: 30px;
    display: block;
    min-height: 143px;
}
.list-style li a span {
    transition: color ease 0.3s;
    -webkit-transition: color ease 0.3s;
    -moz-transition: color ease 0.3s;
}
.list-style li span {
    display: block;
    font-weight: 400;
       color: #989898;
    line-height: 30px;
    font-size: 15px;
}

.main-para{
    font-size: 21px;
    line-height: 35px;
    margin-top: 13px;
}
.hello {
    color: #ca9e2a;
    line-height: 51px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

.main-content {
    padding: 0 60px;
    vertical-align: middle;
    display: table-cell;
    height: 100%;
    width: 50%;
}
.main-title {
      font-size: 35px;
    line-height: 54px;
    color: #fff;
    font-weight: 400;

}
.main-title span{    color: #e32f76;}
.preloader-jackhammer .cssload-flex-container li {
       position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: #00c9d0;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.preloader-jackhammer ul li {
    list-style: none;
}
.preloader-jackhammer .cssload-loading {
    display: inline-block;
    width: 5px;
    height: 49px;
    background: #b88a34;
    margin-top: 5px;
    border-radius: 975px;
    -o-border-radius: 975px;
    -ms-border-radius: 975px;
    -webkit-border-radius: 975px;
    -moz-border-radius: 975px;
    animation: cssload-upDown2 1.15s ease infinite;
    -o-animation: cssload-upDown2 1.15s ease infinite;
    -ms-animation: cssload-upDown2 1.15s ease infinite;
    -webkit-animation: cssload-upDown2 1.15s ease infinite;
    -moz-animation: cssload-upDown2 1.15s ease infinite;
    animation-direction: alternate;
    -o-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    animation-delay: 0.29s;
    -o-animation-delay: 0.29s;
    -ms-animation-delay: 0.29s;
    -webkit-animation-delay: 0.29s;
    -moz-animation-delay: 0.29s;
}
.preloader-jackhammer {
    margin: 0 auto;
    max-width: 545px;height:100%;
}
.preloader-jackhammer img{width:40%;margin-top:21%;}
.preloader-jackhammer .cssload-loading:after {
  left: 10px;
  animation-delay: 0.58s;
  -o-animation-delay: 0.58s;
  -ms-animation-delay: 0.58s;
  -webkit-animation-delay: 0.58s;
  -moz-animation-delay: 0.58s;position: absolute;
    content: "";
    animation: cssload-upDown 1.15s ease infinite;
    -o-animation: cssload-upDown 1.15s ease infinite;
    -ms-animation: cssload-upDown 1.15s ease infinite;
    -webkit-animation: cssload-upDown 1.15s ease infinite;
    -moz-animation: cssload-upDown 1.15s ease infinite;
    animation-direction: alternate;
    -o-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
}
.preloader-jackhammer .cssload-loading:before {
    position: absolute;
    content: "";
    animation: cssload-upDown 1.15s ease infinite;
    -o-animation: cssload-upDown 1.15s ease infinite;
    -ms-animation: cssload-upDown 1.15s ease infinite;
    -webkit-animation: cssload-upDown 1.15s ease infinite;
    -moz-animation: cssload-upDown 1.15s ease infinite;
    animation-direction: alternate;
    -o-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    left: -10px;
}
.preloader-jackhammer .cssload-loading:after, .preloader-jackhammer .cssload-loading:before {
    display: inline-block;
    position: relative;
    width: 5px;
    height: 49px;
    background: #b88a34;
    margin-top: 5px;
    border-radius: 975px;
    -o-border-radius: 975px;
    -ms-border-radius: 975px;
    -webkit-border-radius: 975px;
    -moz-border-radius: 975px;
    animation: cssload-upDown2 1.15s ease infinite;
    -o-animation: cssload-upDown2 1.15s ease infinite;
    -ms-animation: cssload-upDown2 1.15s ease infinite;
    -webkit-animation: cssload-upDown2 1.15s ease infinite;
    -moz-animation: cssload-upDown2 1.15s ease infinite;
    animation-direction: alternate;
    -o-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    animation-delay: 0.29s;
    -o-animation-delay: 0.29s;
    -ms-animation-delay: 0.29s;
    -webkit-animation-delay: 0.29s;
    -moz-animation-delay: 0.29s;
}
@keyframes cssload-upDown {
  from {
    transform: translateY(19px);
  }
  to {
    transform: translateY(-19px);
  }
}
@-webkit-keyframes cssload-upDown {
  from {
    -webkit-transform: translateY(19px);
  }
  to {
    -webkit-transform: translateY(-19px);
  }
}
@keyframes cssload-upDown2 {
  from {
    transform: translateY(29px);
  }
  to {
    transform: translateY(-19px);
  }
}
@-webkit-keyframes cssload-upDown2 {
  from {
    -webkit-transform: translateY(29px);
  }
  to {
    -webkit-transform: translateY(-19px);
  }
}
.main .down-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 50px;
    cursor: pointer;
    z-index: 1;
}

.main .down-arrow img {
    width: 12px;
    transition: all ease 0.3s;
}

.down-inner {
    position: relative;
    height: 17px;
    overflow: hidden;
    top: 0;
    transition: all ease 0.3s;
}

.down-arrow .line {
    width: 2px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 19px;
    margin-left: 5px;
    transition: all ease 0.3s;
}

.down-arrow:hover .down-inner {
    top: -5px;
    transition: all ease 0.3s;
}

.down-arrow:hover .line {
    top: 0px;
    transition: all ease 0.3s;
}



/*------------------------ 2.1 Full Menu ------------------------*/

.full-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

/* Full Menu */

.full-menu .modal-close {
    /* 'X' icon */
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    padding: 50px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3) url(../img/cd-icon-close.svg) no-repeat center center;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
    -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
    transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}


.no-touch .full-menu .modal-close:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.no-cssanimations .cd-transition-layer {
  display: none;
}

.no-touch .cd-modal .modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.no-touch .cd-btn:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.full-menu.visible {
    background-size: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.7s, visibility 0s;
    -moz-transition: opacity 0.7s, visibility 0s;
    transition: opacity 0.7s, visibility 0s;
}

.full-menu.visible .fullmenu-content {
    -webkit-overflow-scrolling: touch;
}

.full-menu.visible .modal-close {
    visibility: visible;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
    -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
    transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

@media only screen and (min-width: 1100px) {
    .full-menu .fullmenu-content {
        padding: 6em 5%;
    }
    .full-menu .modal-close {
        height: 60px;
        width: 60px;
    }
    .full-menu p {
        font-size: 2rem;
    }
}

.cd-transition-layer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.cd-transition-layer .bg-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
    /* its dimentions will be overwritten using jQuery to proportionally fit the viewport */
    height: 100%;
    /* our sprite is composed of 25 frames */
    width: 2500%;
    background: url(../img/ink.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.cd-transition-layer.visible {
    opacity: 1;
    visibility: visible;
}

.cd-transition-layer.opening .bg-layer {
    -webkit-animation: cd-sequence 1.0s steps(24);
    -moz-animation: cd-sequence 1.0s steps(24);
    animation: cd-sequence 1.0s steps(24);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.cd-transition-layer.closing .bg-layer {
    -webkit-animation: cd-sequence-reverse 1.0s steps(24);
    -moz-animation: cd-sequence-reverse 1.0s steps(24);
    animation: cd-sequence-reverse 1.0s steps(24);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.no-cssanimations .cd-transition-layer {
    display: none;
}

@-webkit-keyframes cd-sequence {
    0% {
        -webkit-transform: translateY(-50%) translateX(-2%);
    }
    100% {
        -webkit-transform: translateY(-50%) translateX(-98%);
    }
}

@-moz-keyframes cd-sequence {
    0% {
        -moz-transform: translateY(-50%) translateX(-2%);
    }
    100% {
        -moz-transform: translateY(-50%) translateX(-98%);
    }
}

@keyframes cd-sequence {
    0% {
        -webkit-transform: translateY(-50%) translateX(-2%);
        -moz-transform: translateY(-50%) translateX(-2%);
        -ms-transform: translateY(-50%) translateX(-2%);
        -o-transform: translateY(-50%) translateX(-2%);
        transform: translateY(-50%) translateX(-2%);
    }
    100% {
        -webkit-transform: translateY(-50%) translateX(-98%);
        -moz-transform: translateY(-50%) translateX(-98%);
        -ms-transform: translateY(-50%) translateX(-98%);
        -o-transform: translateY(-50%) translateX(-98%);
        transform: translateY(-50%) translateX(-98%);
    }
}

@-webkit-keyframes cd-sequence-reverse {
    0% {
        -webkit-transform: translateY(-50%) translateX(-98%);
    }
    100% {
        -webkit-transform: translateY(-50%) translateX(-2%);
    }
}

@-moz-keyframes cd-sequence-reverse {
    0% {
        -moz-transform: translateY(-50%) translateX(-98%);
    }
    100% {
        -moz-transform: translateY(-50%) translateX(-2%);
    }
}

@keyframes cd-sequence-reverse {
    0% {
        -webkit-transform: translateY(-50%) translateX(-98%);
        -moz-transform: translateY(-50%) translateX(-98%);
        -ms-transform: translateY(-50%) translateX(-98%);
        -o-transform: translateY(-50%) translateX(-98%);
        transform: translateY(-50%) translateX(-98%);
    }
    100% {
        -webkit-transform: translateY(-50%) translateX(-2%);
        -moz-transform: translateY(-50%) translateX(-2%);
        -ms-transform: translateY(-50%) translateX(-2%);
        -o-transform: translateY(-50%) translateX(-2%);
        transform: translateY(-50%) translateX(-2%);
    }
}

.hassub ul li {
    line-height: 30px !important;    
}

.hassub{
    position: relative;
}

.hassub .arrow{
    width: 24px;
    padding: 8px;
    margin-left: 6px;
    position: absolute;
    top: 13px;
    cursor: pointer;
    opacity: .7;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}


.hassub .arrow:hover{
    opacity: 1;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.hassub ul li a{
    font-size: 13px;
    font-weight: 400; 
    opacity: .6;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}


.hassub ul li a:hover{
    opacity: 1;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}


.hassub ul li a span{
    display: none;
}


/*------------------------ 2.2 Header ------------------------*/

.full-menu .fullmenu-content {
    height: 100%;
    width: 100%;
    display: table;
}

.page-menu {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.page-menu li {
    line-height: 50px;
}

.page-menu li:last-child {
    line-height: 90px;
}

.page-menu li a {
    color: #fff !important;
    font-size: 26px;
    position: relative;
    font-weight: 500;
}

.social a:hover > img{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}


.social a:hover i{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transition: all ease 0.3s;
    opacity: .7;
}

.social img {
    width: 15px;
}

.social a i{
    font-size: 16px;
    color: #fff;
}

.social a i.fa-telegram-plane{
    font-size: 18px;
}

.main .social {
    margin-top: 30px;    
    z-index: 1;
    position: relative;
}

.social a {
    margin-right: 20px;
}

.social a:hover img {
    opacity: .6;
    transition: all ease 0.3s;
}

.social a:last-child {
    margin-right: 0px;
}

.page-menu li a:hover span {
    transform: scaleX(1);
    transform-origin: left;
}

.page-menu li a.active span {
    transform: scaleX(1);
}

.page-menu li a span {
    background: #ca9e2a;
    position: absolute;
    top: 19px;
    left: -5px;
    width: calc(100% + 10px);
    height: 4px;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s ease-out;
}


/* Header */

header {
    position: fixed;
    top: 0;
    width: 13%;
    z-index: 2;
}
header .logo{
       width: 100%;
    padding-left: 34px;
    padding-top: 16px;
}
.navi{
    right: 30px;
    top: 30px;
}
.nav-icon {
    width: 23px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon span:nth-child(2) {
    top: 6px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon span:nth-child(3) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 60%;
    right: 0 !important;
}

.nav-icon:hover span:nth-child(3) {
    width: 100%;
}



/*------------------------ 2.3 Portfolio Content ------------------------*/

.content {
    margin-top: 90px;
}

.vf {
    position: fixed;
    bottom: 80px;
    left: 0;
    cursor: pointer;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    visibility: hidden;
    opacity: 0;
    transition: opacity ease 1.0;
}

.vf.show {
    visibility: visible;
    opacity: 1;
    transition: opacity ease 1.0;
}

.vf.fix {
    position: absolute;
    left: -90px;
    bottom: 126px;
}

.vf .zigzag,
.vf p {
    float: left;
}

.vf .zigzag {
    margin-right: 5px;
}


.vf p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
}

.zigzag svg {
    stroke: #ca9e2a;
    stroke-width: 4.3;
}


.portfolio_filter {
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    display: table;
    cursor: url(../img/close.png), e-resize;
    visibility: hidden;
    opacity: 0;
    transition: opacity ease 0.3s;
    -webkit-transition: opacity ease 0.3s;
    -moz-transition: opacity ease 0.3s;
}

.portfolio_filter ul {
    display: table-cell;
    vertical-align: middle;
}

.portfolio_filter ul li {
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.portfolio_filter ul li a {
    color: #fff;
    font-size: 24px;
    position: relative;
    cursor: pointer;
}

.show {
    visibility: visible;
    opacity: 1;
    transition: opacity ease 0.3s;
    -webkit-transition: opacity ease 0.3s;
    -moz-transition: opacity ease 0.3s;
}



.portfolio_filter ul li a.active span {
    transform: scaleX(1);
}

.portfolio_filter ul li a span {
    background: #0161ee;
    position: absolute;
    top: 17px;
    left: -5px;
    width: calc(100% + 10px);
    height: 4px;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s ease-out;
}

.portfolio_filter ul li a.select-cat span {
    transform: scaleX(1);
}


.wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #171717;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.50);
}

.single_item {
    overflow: hidden;
    margin-bottom: 30px;
}

.single_item img {
    transform: scale(1.0);
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.single_item figure {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.single_item figure figcaption {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 33px 32px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.single_item figure figcaption:after {
    content: '';
    background: url(../img/right-arrow-w.svg) no-repeat;
    background-size: 100%;
    width: 26px;
    height: 14px;
    display: block;
    margin-top: 14px;
}

.single_item figure figcaption .title {
    font-size: 20px;font-weight: 600;
    color: #000;
    line-height: 32px;
}

.single_item figure figcaption span {
    font-size: 20px;
    display: block;font-weight: 700;
    color:#000;
}

.isotope_items .col-md-3.single_item figure figcaption .title {
    font-size: 16px;
}

.single_item.light-content figure figcaption span {
    color: rgba(0, 0, 0, 0.55);
}

.single_item.light-content figure figcaption .title {
    color: #000;
}

.single_item.light-content figure figcaption:after {
    background: url(../img/right-arrow.svg) no-repeat;
}

/* Porfolio Hover Effect */

.single_item figure:hover img {
    opacity: 0.6;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    zoom: 1;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.isotope_items.dark .single_item img {
    opacity: .7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.isotope_items.dark .single_item:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    zoom: 1;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Portfolio Detail */

.lightbox img {
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 60px;
}





/*------------------------ 3 About ------------------------*/

.page-title {
    text-align: center;
    padding-top: 50px;
    display: block;
}

.page-title .title {
    font-size: 28px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.page-title .zigzag {
    margin-top: 30px;
}

.page-title span {
    font-size: 82px;
    font-weight: 700;
    z-index: -1;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color:#ffffff1a;
}

.about-page .about-text {
    padding: 30px;
}

.about-text {
    font-size: 26px;
    color: #fff;
    line-height: 45px;
    font-weight: 400;
}

.about-text span {
    color: #0067ff;
}

.services .service i {
    color: #fff;
    font-size: 40px;
}

.services .service .title {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
}

.services .service p {
    font-size: 13px;
    line-height: 22px;
    color: #ffffff63;
    margin-bottom: 0;
    margin-top: 12px;
}

.msg-founder{
        background-color: #272727;
    box-shadow: 0px 50px 80px 0px rgba(15,19,25,0.1);
    padding: 30px;
}
.msg-founder h2{font-size: 22px;}
.msg-founder ul li{color: #fff;margin-bottom: 15px;}

/* Our Team */
.ach{
      display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 20px;
}
.teammates h3{
           color: #fff;
    font-weight: 600;
    font-size: 38px;
    margin-bottom:40px;
}
.teammates img{max-width: 100%;
    box-shadow: 5px 5px #e32f76;margin-top: 86px;}
.teammates p{text-align:justify;}

.warm .image-wrapper-box p{
        color: #fff;
    padding: 20px 34px 7px;
    font-size: 19px;
    position: absolute;
    bottom: 100px;
    font-weight: 600;
    width: 100%;
    margin:0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgb(0 0 0 / 45%) 47%,rgb(0 0 0 / 71%) 67%,rgb(0 0 0 / 97%) 100%,rgb(0 0 0) 101%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgb(0 0 0 / 45%) 47%,rgb(0 0 0 / 71%) 67%,rgb(0 0 0 / 97%) 100%,rgb(0 0 0) 101%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(0 0 0 / 45%) 47%,rgb(0 0 0 / 71%) 67%,rgb(0 0 0 / 97%) 100%,rgb(0 0 0) 101%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.warm{position:relative;}
/*------------------------ 4 Blog Page ------------------------*/

.blog-post figure img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.blog-post.single-blog figure img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.blog-categories {
    font-size: 13px;
    text-decoration: underline;

}

.blog-categories a {
    margin-right: 5px;
    color: #0067ff;
}

.blog-title {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    line-height: 50px;
}


.blog-info {
    color: #fff;
    font-size: 12px;
    display: block;
    margin-top: 20px;
}

.blog-link .blog-title {
    transition: opacity ease 0.5s;
    -webkit-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
}

.blog-link:hover > .blog-title {
    opacity: .7;
    transition: opacity ease 0.5s;
    -webkit-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
}

.blog-link {
    display: block;
}

.blog-post.mousef .blog-link .blog-title {
    opacity: .7;
    transition: opacity ease 0.5s;
    -webkit-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
}

.blog-post.mousef .blog-link figure img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.form-inp {
    width: 100%;
    height: 45px;
    border: 0;
    color: #fff;
    border-bottom: solid 1px #525252;
    font-size: 15px;
    padding-left: 10px;
    margin-bottom: 15px;
    background: none;
}

.contact-form textarea {
    width: 100%;
    border: 0;
    color: #fff;
    border-bottom: solid 1px #525252;
    font-size: 13px;
    padding: 20px 0 0 10px;
    height: 119px;
    margin-bottom: 15px;
    background: none;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.form-inp:focus {
    border-bottom: solid 1px #b5b5b5 !important;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.contact-form textarea:focus {
    border-bottom: solid 1px #b5b5b5 !important;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.form-title {
    font-size: 21px;
    line-height: 38px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.form-btn {
    color: #fff;
    background: #e32f76;
    padding: 15px 55px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    border: none;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    margin: 60px auto 0;
    display: block;
}

.form-btn:hover {
    background: #8b0b3d;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}

.next-link {
    text-decoration: none;
    overflow: hidden;
    height: 54px;
    display: inline-block;
}

.next-link .nav-title {
    color: #797979;
    font-size: 33px;
    font-weight: 600;
}

.next-link .next-title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.next-link .next-title,
.next-link .nav-title {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}

.next-link:hover .next-title,
.next-link:hover .nav-title {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}


/* sidebar */

.widget-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.recent-post ul li {
    list-style: none;
}

.recent-post ul li a {
    border-bottom: 1px solid #2d2d2d;
    width: 100%;
    display: block;
    padding: 15px 0;
    transition: all ease 0.3s;
}

.recent-post ul li:last-child a{
    border: none;
}

.recent-post .title {
    font-size: 14px;
    line-height: 20px;
    color: #989898;
}

.recent-post ul li span {
    color: #b8b8b8;
    font-size: 12px;
}

.categories ul li {
    list-style: none;
}

.categories ul li a {
    color: #9a9a9a;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #2d2d2d;
    display: block;
    transition: all ease 0.3s;
}


.categories ul li:last-child a{
    border: none;
}

.sidebar{
    border-left: solid #2f2f2f 1px;
    padding-left: 40px;
    display: inline-table;
}

.blog-article{
    padding-right: 40px;
}


/*Comments*/

.article-comments .comment {    
    border-bottom: solid 1px #383838;
    padding-bottom: 30px;
}

.article-comments .comment figure img {
    width: 100%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.article-comments .comment-content .title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
}

.article-comments .comment-content .date {
    color: #505050;
    font-size: 12px;
}

.article-comments .comment-content p {
    color: #818080;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 4px;
}

.article-comments .comment-content .reply {
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}

.article-comments .comment-content .reply:before {
    content: "\f3e5";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    margin-right: 7px;
    font-size: 10.5px;
}

.article-comments .comment:last-child {
    border: none;
}

.article-comments .comment.reply {
    padding-left: 30px;
}


/*------------------------ 5 Footer ------------------------*/

footer {
       background-size: cover;
    background-position: center center;
    background-image:url('../img/footer.jpg');
    color: #fff;
    bottom: 0;
    width: 100%;
}

footer p {
    font-size: 16px;    color: #fff;
    line-height: 30px;
}

.uptotop {
    color: #fff;
    height: 20px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: color ease .3s;
    -webkit-transition: color ease .3s;
    -moz-transition: color ease .3s;
    cursor: pointer;
    float: right;
}
.comp-logo img {
    max-width: 100%;
    height: auto;
}
.uptotop:after {
    content: '';
    background: url(../img/icons/down-arrow.svg);
    width: 10px;
    height: 10px;
    display: block;
    background-size: 100%;
    float: right;
    margin: 8px 16px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.uptotop:hover {
    color: #e32f76;
    transition: color ease .3s;
    -webkit-transition: color ease .3s;
    -moz-transition: color ease .3s;
}


/*------------------------ 6 Responsive ------------------------*/

@media only screen and (min-width: 1201px) {

  

    .isotope_items .col,
    .isotope_items .col-1,
    .isotope_items .col-10,
    .isotope_items .col-11,
    .isotope_items .col-12,
    .isotope_items .col-2,
    .isotope_items .col-3,
    .isotope_items .col-4,
    .isotope_items .col-5,
    .isotope_items .col-6,
    .isotope_items .col-7,
    .isotope_items .col-8,
    .isotope_items .col-9,
    .isotope_items .col-lg,
    .isotope_items .col-lg-1,
    .isotope_items .col-lg-10,
    .isotope_items .col-lg-11,
    .isotope_items .col-lg-12,
    .isotope_items .col-lg-2,
    .isotope_items .col-lg-3,
    .isotope_items .col-lg-4,
    .isotope_items .col-lg-5,
    .isotope_items .col-lg-6,
    .isotope_items .col-lg-7,
    .isotope_items .col-lg-8,
    .isotope_items .col-lg-9,
    .isotope_items .col-md,
    .isotope_items .col-md-1,
    .isotope_items .col-md-10,
    .isotope_items .col-md-11,
    .isotope_items .col-md-12,
    .isotope_items .col-md-2,
    .isotope_items .col-md-3,
    .isotope_items .col-md-4,
    .isotope_items .col-md-5,
    .isotope_items .col-md-6,
    .isotope_items .col-md-7,
    .isotope_items .col-md-8,
    .isotope_items .col-md-9,
    .isotope_items .col-sm,
    .isotope_items .col-sm-1,
    .isotope_items .col-sm-10,
    .isotope_items .col-sm-11,
    .isotope_items .col-sm-12,
    .isotope_items .col-sm-2,
    .isotope_items .col-sm-3,
    .isotope_items .col-sm-4,
    .isotope_items .col-sm-5,
    .isotope_items .col-sm-6,
    .isotope_items .col-sm-7,
    .isotope_items .col-sm-8,
    .isotope_items .col-sm-9,
    .isotope_items .col-xl,
    .isotope_items .col-xl-1,
    .isotope_items .col-xl-10,
    .isotope_items .col-xl-11,
    .isotope_items .col-xl-12,
    .isotope_items .col-xl-2,
    .isotope_items .col-xl-3,
    .isotope_items .col-xl-4,
    .isotope_items .col-xl-5,
    .isotope_items .col-xl-6,
    .isotope_items .col-xl-7,
    .isotope_items .col-xl-8,
    .isotope_items .col-xl-9 {
        padding-right: 15px;
        padding-left: 15px;
    }


}

@media only screen and (min-width: 1401px) {

    .vf {
        left: 18px;
    }

    .main-content {
        padding: 0 90px;
    }



}


@media only screen and (min-width: 1801px) {

    .vf {
        left: 23px;
    }


}


@media (max-width: 991px) {

    .blog-title {
        font-size: 28px;
        line-height: 42px;
    }


    .vf {
        left: 9px;
    }


}


@media (max-width: 768px) {
    
    
    header{
        background: #000;
    }

    .uptotop {
        float: left;
    }


    .about-text {
        font-size: 21px;
        line-height: 42px;
    }

    .services .service {
        margin-bottom: 60px;
    }

    .services {
        padding: 0;
        margin-top: 90px;
    }

    .page-title span {
        font-size: 78px;
    }
    
           
.comment.reply {
    padding-left: 0 !important;
}

    .comment figure img {
        display: none;
    }

}

@media screen and (max-width: 1075px) and (min-width: 992px) {


    .vf.fix {
        position: absolute;
        transform: rotate(0);
        left: 0;
        bottom: 0;
        position: absolute;
        transform: rotate(0);
        left: 0;
        bottom: -54px;
        height: 54px;
    }

    .vf {
        position: absolute;
        transform: rotate(0);
        left: 0;
        bottom: 0;
        height: 20px;
        text-align: center;
        width: 100%;
    }


    .vf .zigzag,
    .vf p {
        float: none;
        height: 23px;
    }



}


@media (max-width: 850px) {


    .vf.fix {
        position: absolute;
        transform: rotate(0);
        left: 0;
        bottom: 0;
        position: absolute;
        transform: rotate(0);
        left: 0;
        bottom: -54px;
        height: 54px;
    }

    .vf {
        position: absolute;
        transform: rotate(0);
        left: 0;
        bottom: 0;
        height: 20px;
        text-align: center;
        width: 100%;
    }


    .vf .zigzag,
    .vf p {
        float: none;
        height: 23px;
    }

}



@media (max-width: 700px) {
  
    .about-page .about-text {
        padding: 0;
    }

    .page-title span {
        font-size: 49px;
    }

    .page-title .title {
        font-size: 22px;
        margin-top: -22px;
    }

    .page-title .zigzag {
        margin-top: 11px;
    }

    .blog-title {
        font-size: 20px;
        line-height: 35px;
    }


    .countup {
        font-size: 100px;
    }

    .list-style li {
        margin-bottom: 30px;
    }

    header {
        padding: 18px;
    }

    footer {
        padding: 30px;
    }

    .uptotop {
        color: #fff;
    }

    .main-title br {
        display: inline;
    }

    .main-title {
        font-size: 17px;    line-height: 10px;
    }


}

@media screen and (max-width: 576px) {
    .services .service {
        margin-bottom: 60px;
        padding: 0 75px;
    }
    
    
    .about-text {
        font-size: 15px;
        line-height: 33px;
    }
    
    .testimonials .item p {
        font-size: 13px;
        line-height: 26px;
    }
    
    p {
    line-height: 28px;
    font-size: 14px;
}

    .portfolio_filter{
        height: 120%;
    }
    
}






@media (max-width: 768px) {
  .photos-grid-container .subimg .sub {
    grid-template-columns: 1fr 1fr;
  }
  .logo{width:25%;}
  .nav-icon{margin-top: -9%;}
  #particles-js{display:none;}
  .main-content{width:100%;padding:0 20px;}
  .bottom_90 {
    margin-bottom: 48px;
}
header{
    width: 109px;
    height: 96px;
}
.teammates h3{
    font-size: 29px;
    margin-bottom: 22px;
}
.padding_30 {
    padding: 15px;
}
header .logo{text-align:center;padding-left:0;    padding-top: 0;}
.uptotop {
        float: right;padding-top: 28px;
    padding-bottom: 30px;
    }
.warm .msg-founder{margin-bottom:30px;}

.teammates img{margin-top:0;}
.teammates .profile-pic{margin-bottom:30px;}
.navi {
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: transparent;
}
}
.photos-grid-container .img-box {
  border: 1px solid #ffffff;
  position: relative;
}
.photos-grid-container .img-box:hover .transparent-box {
  background-color: rgba(0, 0, 0, 0.6);
}
.photos-grid-container .img-box:hover .caption {
  transform: translateY(-5px);
}
.photos-grid-container img {
  max-width: 100%;
  display: block;width:100%;
  height: auto;
}
.photos-grid-container .caption {
  color: white;
  transition: transform 0.3s ease, opacity 0.3s ease;
  font-size: 1.5rem;
}
.photos-grid-container .transparent-box {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.photos-grid-container .main-photo {
  grid-row: 1;
  grid-column: 1;
}
.photos-grid-container .sub {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0em;
}
.photos-grid-container .sub:nth-child(0) {
  grid-column: 1;
  grid-row: 1;
}
.photos-grid-container .sub:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
}
.glightbox-clean .gnext, .glightbox-clean .gprev{display:none;}
.photos-grid-container .sub:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.photos-grid-container .sub:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.hide-element {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}



/*.block {*/
/*  overflow: hidden;*/
/*}*/

.box {
  position: relative;
  height: 224px;
  line-height: 150px;
  overflow: hidden;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.box__bottom, .box__top, .box__left, .box__right {
  position: absolute;
  width: inherit;
  height: inherit;
  text-align: center;
  line-height: inherit;
  transition: transform 0.4s ease;
}
.box__bottom:before, .box__top:before, .box__left:before, .box__right:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}
.box__bottom:hover, .box__top:hover, .box__left:hover, .box__right:hover {
  transform: translateX(0);
  z-index: 1;
}
.box__bottom:hover:before, .box__top:hover:before, .box__left:hover:before, .box__right:hover:before {
  width: 100%;
  height: 100%;
  transform: none;
}

.box__right {
  background: rgba(0, 0, 0, 0.43);
  transform: translateX(100%);
}
.box__right:before {
  right: 100%;
  bottom: 0;
  transform-origin: 100% 100%;
}
.box__right:hover ~ .box__center {
  transform: translateX(-100%);
}

.box__left {
  background: rgba(0, 0, 0, 0.43);
  transform: translateX(-100%);
}
.box__left:before {
  left: 100%;
  transform-origin: 0 0;
}
.box__left:hover ~ .box__center {
  transform: translateX(100%);
}

.box__top {
  background: rgba(0, 0, 0, 0.43);
  transform: translateY(-100%);
}
.box__top:before {
  top: 100%;
  right: 0;
  transform-origin: 100% 0;
}
.box__top:hover ~ .box__center {
  transform: translateY(100%);
}

.box__bottom {
  background: rgba(0, 0, 0, 0.43);
  transform: translateY(100%);
}
.box__bottom:before {
  bottom: 100%;
  left: 0;
  transform-origin: 0 100%;
}
.box__bottom:hover ~ .box__center {
  transform: translateY(-100%);
}
.about .modal-header{
     position: absolute;
    top: 0px;cursor:pointer;
    z-index: 1;
    right: 0px;
}
.about1 .modal-dialog{
        max-width: 24%;
}
.about1 .modal-header{
     position: absolute;
    top: 0px;cursor:pointer;
    z-index: 1;
    right: 15px;
}
/*.film-container {*/
/*  width: 100%;*/
/*  float: left;*/
/*  position: relative;*/
/*}*/
/*.film-container .row {*/
/*  height: 445px;*/
/*  position: relative;*/
/*}*/
/*.film-container .row .single-film {*/
/*  width: 31%;*/
/*  height: auto;*/
/*  float: left;*/
/*  position: absolute;*/
/*  z-index: 4;*/
/*}*/
.film-container .row .single-film{margin-bottom:30px;}
.film-container .row .single-film:nth-child(1) {
  top: 0%;
  left: 0%;
  transition: all ease 0.8s;
}
.film-container .row .single-film:nth-child(2) {
  top: 0%;
  left: 33%;
  transition: all ease 0.8s;
}
.film-container .row .single-film:nth-child(3) {
  top: 0%;
  left: 66%;
  transition: all ease 0.8s;
}
.film-container .row .single-film:nth-child(4) {
  top: 55%;
  left: 0%;
  transition: all ease 0.8s;
}
.film-container .row .single-film:nth-child(5) {
  top: 55%;
  left: 33%;
  transition: all ease 0.8s;
}
.film-container .row .single-film:nth-child(6) {
  top: 55%;
  left: 66%;
  transition: all ease 0.8s;
}
.film-container .row .single-film:nth-child(7) {
  top: 55%;
  left: 132%;
  transition: all ease 0.8s;
}
.film-container .row .single-film .play-video {
  transition: all ease 0.8s;
  opacity: 0;
  background: #0c101b;
}
.film-container .row .single-film .play-video video {
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
}
.film-container .row .single-film .box-pay-icon {
  display: block;
  opacity: 1;padding-top:16%;
  z-index: 9;
}
.film-container .row .single-film .video-tag-close {
  transition: all ease 0.5s;
  position: absolute;
  top: 0px;
  right: 9px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  background: #0c101b;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 36px;
}
.film-container .row .single-film .box {
  width: 100%;
  transition: all ease 0.8s;
}
.film-container .row .single-film .box .play-movie-icon {
  color: #fff;
  font-size: 45px;
  line-height: 0;
  font-weight: bold;
}
.film-container .row .single-film .film-information {
  width: 100%;
  float: left;
  margin-top: 6%;
  transition: all ease 0.8s;
}
.film-container .row .single-film .film-information p {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 13px;
  margin: 0;
  line-height: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.film-container .row .single-film.single-film-animate {
  left: 33% !important;
  top: 33% !important;
  transition: all ease 0.8s;
  bottom: 33%;
  right: 33%;
  transition: all ease 0.8s;
}
.film-container .row .single-film.single-film-animate .film-information {
  opacity: 0;
  transition: all ease 0.8s;
}
.film-container .row .single-film.single-film-animate .box-pay-icon {
  transition: all ease 0.8s;
  display: none !important;
}
.film-container .row .single-film.single-film-active {
  z-index: 6;
}
.film-container .row .single-film.video-min {
  transition: all ease 0.8s;
  display: block;
  opacity: 1;
}
.film-container .row .single-film.video-min video {
  margin: 0 auto !important;
  height: 0% !important;
  width: 0% !important;
  margin-left: 40% !important;
  margin-top: 20% !important;
  overflow: hidden !important;
}
.film-container .row .single-film.single-film-in {
  z-index: 6;
  transition: all ease 0.8s;
  right: 0 !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  height: auto !important;
  width: 100% !important;
}
.film-container .row .single-film.single-film-in .box {
  height: 100% !important;
  transition: all ease 0.8s;
  width: 100% !important;
  overflow: visible;
}
.film-container .row .single-film.single-film-in .play-video {
  transition: all ease 0.8s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 1 !important;
}
.film-container .row .single-film.single-film-in .play-video video {
  transition: all ease 0.8s;
  width: 100%;
  height: 100%;
}
.comp-logo{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
