body{
    color:#CECAEB;
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
    background: #100c23;
}
/* Preloader */
.preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: #161433;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    z-index:9999; /* makes sure it stays on top */
}

.preloader-status {
    width:50px;
    height:30px;
    position: absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
   margin:-25px 0 0 -15px; /* is width and height divided by two */
}
.spinner {
  margin: 0px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}
@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/* End preloadr */

@media (min-width:1200px){
    #headerNavbar .nav-link, #headerNavbar .dropdown{
        color:#fff;
    }
}
header.container .navbar{
    z-index: 1
}

.font-size-80{
    font-size:80px;
}
@media (max-width:575px){
    .font-size-80{
        font-size:50px;
    } 
}

.opacity-02{
    opacity:0.2;
}

section.bg-white{
    color:#293545
}

.text-muted{
    color:#CECAEB!important;
}

/* ////////////// Buttons //////////////// */
.btn{
    transition:all .3s;
    border-radius: 10px;
    
}
.btn-dark-blue{
    background:#43648a;
    color:#fff;
    -webkit-box-shadow: 0px 0px 28px -2px rgba(33,75,122,1);
    -moz-box-shadow: 0px 0px 28px -2px rgba(33,75,122,1);
    box-shadow: 0px 0px 28px -2px rgba(33,75,122,1);
}
.btn-dark-blue:hover{
    background:#5D89BB;
    color:#fff;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(74,135,201,1);
    -moz-box-shadow: 0px 0px 28px 0px rgba(74,135,201,1);
    box-shadow: 0px 0px 28px 0px rgba(74,135,201,1);
}
.btn-dark-blue-outline{
    border:1px solid #43648a;
    color:#43648a;
}

.btn-dark-blue-outline:hover{
    border:1px solid #43648a;
    background:#43648a;
    color:#fff;
}

.btn-red{
    color:#fff;
    background: linear-gradient(286.17deg, #F8692B -9.64%, #F73E3E 105.22%);
}

.btn-red:hover{
    color:#fff;
    opacity: 0.8;
}

.btn-white{
    background: #fff;
    color: #000000;
}
.btn-white:hover{
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}


/* text, background and href */

.text-dark-blue {
    color: #293545!important;
}
.text-red{
    color:#ee394e!important;
}
.bg-dark-blue{
    background: #293545!important;
}

a{
    color: #1DB7EB;
    transition: all 0.3s;
}

.text-blue{
    color:#1DB7EB;
}
.text-gold{
    color: #F8E1AB
}

/* ////////////// Header navbar //////////// */
header{
    position: relative;
    z-index:999;
    border-radius: 0px;
    background: #00000085;
}

#headerNavbar .nav-item a{
    color:#fff
}


#headerNavbar .nav-item.active .nav-link, #headerNavbar .nav-link:hover, #dropdownLangHeader:hover{
    color:#1DB7EB;
}

#dropdownLangHeader{
    cursor: pointer;
    transition: all 0.3s;
}

.btn-start-project img{
    height: 20px;
}
.contact-header{
    display: none;
}
#headerNavDropdown.show .contact-header{
    display: block;
}

.header-dark #headerNavbar .nav-link, .header-dark #headerNavbar .dropdown{
    color: #ffffff;
}
.header-dark #headerNavbar .nav-link:hover, .header-dark #headerNavbar .dropdown:hover{
    color: #ee394e
}
header .nav-item{
    padding-top: 10px;
    overflow: hidden;
    position: relative;
}
header .nav-item.active{
    padding-top:7px;
    border-top:3px solid #1DB7EB;
}
header .nav-item.active:before{
    content:'';
    box-shadow: 0px -3px 20px 20px rgba(29, 183, 235, 0.8);
    position: absolute;
    top: -30px;
    left: 0%;
    width: 100%;
    height: 20px;
}


/* Navbar toggler */

.navbar-ul{
    margin-top: -8px;
}

.navbar-toggler{
    position: relative;
    transition: all 0.4s;
}
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}
.navbar-toggler:not(.collapsed) span{
    background-color:#fff;
}

.navbar-toggler span {
   display: block;
   background-color: #fff;
   height: 2px;
   width: 25px;
   margin-top: 4px;
   margin-bottom: 4px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   left: 0;
   opacity: 1;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}


/* header slider (video) */

h1{
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 35px;
}
h2{
    font-size: 40px;
    font-weight: 700;
}
@media (min-width: 1261px) and (max-width: 1265px){
    h1{
        font-size: 49px;
        margin-bottom: 35px;
    }
}
@media (min-width: 992px) and (max-width: 1260px){
    h1{
        font-size: 36px;
        margin-bottom: 35px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    h1{
        font-size: 28px;
        margin-bottom: 37px;
    }
    h2{
        font-size: 32px;
        margin-bottom: 39px;
    }
}
@media (max-width: 767px){
    h1{
        font-size: 26px;
        margin-bottom: 18px;
        line-height: 33px;
    }
    h2{
        font-size: 24px;
    }
}
.first-screen{
    overflow: hidden;
}
.first-screen__left-block{
    background-image: url(../assets/first-screen-bg-lg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

/* left block  */

@media (min-width: 768px) and (max-width: 991px){
    .first-screen__left-block{
        background-image: url(../assets/first-screen-bg-md.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media (min-width: 576px) and (max-width: 767px){
    .first-screen__left-block{
        height: 470px;
        background-position: center;
        min-height: 340px;
        background-image: url(../assets/first-screen-bg-lg.jpg);
    }
}

@media (min-width: 420px) and (max-width: 575px){
    .first-screen__left-block{
        height: 440px;
        background-position: center -40px;
        background-image: url(../assets/first-screen-bg-md.jpg);
    }
}
@media (max-width: 419px){
    .first-screen__left-block{
        min-height: 400px;
        background-position: center;
        background-image: url(../assets/first-screen-bg-sm.jpg);
    }
}
/* right block  */
.first-screen__right-block__wrapper{
    background-color: #1C1942;
    position: relative;
    overflow: hidden;
}
.first-screen__right-block__wrapper::after{
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    right: -25%;
    top: -20%;
    background: #BE41EA;
    opacity: 0.7;
    filter: blur(250px);
}
.first-screen__right-block{
    width: 540px;
    position: relative;
    z-index: 1;
}
@media (min-width: 992px) and (max-width: 1260px){
    .first-screen__right-block{
        width: 390px;
    }
}
@media (max-width: 991px){
    .first-screen__right-block__wrapper{
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .first-screen__right-block{
        width: 100%;
    }
    .first-screen__right-block__wrapper::after{
        right: -150%;
    }
}

/* video  */
#video{
    position: absolute;
    top: 50%; 
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%; 
    min-height: 100%; 
    width: auto; 
    height: auto;
}

/* Main */
#main{
    overflow: hidden;
}

.snow-background{
    background: url(../assets/attractive-bg.png);
}

/* -------------------------------- opportunity-block */
.opportunity-block{
    min-height: 600px;
    height: 100vh;
    background-image: url(../assets/opportunity-block-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    overflow: hidden;
    position: relative;
}
.opportunity-block p{
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
}
@media (min-width: 768px) and (max-width: 991px){
    .opportunity-block{
        background-position-x: 58%!important;
        min-height: auto;
        height: auto;
        padding: 96px 15px;
    }
}
@media (max-width: 767px){
    .opportunity-block{
        background-image: url(../assets/opportunity-block-bg-sm.jpg);
        background-position: bottom;
        min-height: auto;
        height: auto;
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .opportunity-block p{
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
    }
}


/* -------------------------------- sales-form-block */
.sales-form-block{
    position: relative;
    background-color: #1C2336;
    min-height: 500px;
    overflow: hidden;
    z-index: 2;
}

.sales-form-block .container{
    position: relative;
    z-index: 3;
}
.sales-form-block .contact-form{
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.sales-form-block  h2{
    font-size: 32px;
    line-height: 42px;
}

.sales-form-block .contact-form .form-control, .sales-form-block .iti--separate-dial-code {
    background: inherit;
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #fff;
    color:#fff;
    padding: 0px;
    margin-top: 30px;
    outline:none;
    box-shadow: none;
}
.sales-form-block .contact-form .form-control::placeholder{
    color:#fff;
}
.sales-form-block .shadow{
    content: '';
    background: #554988;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    filter: blur(366.227px);
}
.sales-form-block .custom-control-label::before, .sales-form-block .custom-control-input:checked~.custom-control-label::before{
    background-color: #fff;
    border: #fff solid 1px;
    box-shadow: none!important;
    outline: none!important;
}
.sales-form-block .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/></svg>");
}
.sales-form-block:before{
    content: '';
    background: url(../assets/sales-form-block-left.png);
    background-repeat: no-repeat!important;
    background-position: left top!important;
    background-size: contain!important;
    position: absolute;
    left: 0;
    top: 0;
    width: 24%;
    height: 100%;
    z-index: 2;
}
.sales-form-block:after{
    content: '';
    background: url(../assets/sales-form-block-right.png);
    background-repeat: no-repeat!important;
    background-position: right bottom!important;
    background-size: contain!important;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24%;
    height: 100%;
    z-index: 2;
}
@media (max-width: 1200px){
    .sales-form-block h2, .sales-form-block .h2{
        margin-bottom: 18px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .sales-form-block:before{
        width: 220px;
    }
    .sales-form-block:after{
        width: 220px;
    }
}
@media (min-width: 768px) and (max-width: 1199px){
    .sales-form-block h2, .sales-form-block .h2{
        font-size: 22px;
        line-height: 22px;  
    }
    .sales-form-block h2{
        margin-bottom: 18px!important;
    }
    .sales-form-block{
        padding-top: 112px;
        padding-bottom: 112px;
    }
    .sales-form-block .contact-form{
        width: 100%;
    }
    .sales-form-block:after{
        background: url(../assets/sales-form-block-right-md.png);
        width: 290px;
    }
}
@media (min-width: 420px) and (max-width: 767px){
    .sales-form-block:before{
        background: url(../assets/sales-form-block-left-md.png);
        width: 290px;
    }
    .sales-form-block:after{
        background: url(../assets/sales-form-block-right-md.png);
        width: 290px;
    }
}
@media (max-width: 767px){
    .sales-form-block{
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .sales-form-block h2, .sales-form-block .h2{
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 18px;
    }
    .sales-form-block .contact-form{
        width: 100%;
    }
}
@media(max-width: 419px){
    .sales-form-block:before{
        background: url(../assets/sales-form-block-left-sm.png);
        width: 100%;
    }
    .sales-form-block:after{
        background: url(../assets/sales-form-block-right-sm.png);
        width: 100%;
    }
}




/* -------------------------------- Photo block (slider) */
.photo-block-wrapper{
    background-image: url(../assets/photo-block-bg.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}
@media(min-width: 991px){
    .photo-block-wrapper{
        min-height: 100vh;
    }
}
@media (max-width: 767px){
    .photo-block-wrapper{
        background-image: url(../assets/photo-block-bg-sm.jpg);
    }  
}

.photo-block-wrapper::before{
    content: '';
    position: absolute;
    width: 1000px;
    height: 100%;
    right: 0;
    top: 0%;
    background: url('../assets/photo-block-bg-shadow.png');
    background-repeat: no-repeat;
}


.photo-block{
    padding-top: 300px;
}
@media (min-width: 768px) and (max-width: 1199px){
    .photo-block{
        padding-top: 96px;
        padding-bottom: 96px;
    } 
    .photo-block-wrapper{
        position: initial;
    }
    .photo-block-wrapper::before{
        top: -5%;
        right: -24%;
    }
}
@media (max-width: 765px){
    .photo-block-wrapper{
        position: initial;
    }
    .photo-block-wrapper::before{
        top: -6%;
        right: -143%;
    }
    .photo-block{
        padding-top: 64px;
        padding-bottom: 64px;
    } 
}
@media (min-width: 767px) and (max-width: 1199px){
    .photo-block .carousel-indicators p{
        margin-bottom: 0px;
    }
}
.photo-block .slide p:not(.active) > img{
    opacity: 1;
    cursor: pointer;
    transition: opacity .3s;
    filter: brightness(45%);
}
.photo-block .slide p:not(.active):hover img{
    opacity: 1;
}
.photo-block .slide p > img{
    height:145px;
}
.photo-block .carousel-indicators{
    position: relative;
    display: block;
    margin: 0;
    z-index: 1;
}
.photo-block img{
    border-radius: 10px;
}
.photo-block .nav-link{
    padding: 15px 0;
    margin-bottom: 0px
}
.photo-block .view-more-href > span{
    color:#1DB7EB;
    cursor: pointer;
}
.photo-block .view-more-href > span:hover{
    opacity: 0.8;
}
@media (max-width:1199px){
    .photo-block .carousel-indicators{
        position: relative;
        margin: 0px;
        justify-content: start;
        display: inherit;
    }
    .photo-block .nav-link{
        margin-bottom: 20px;
        font-size: 15px;
    }
}
@media (min-width:1200px){
    .photo-block .view-more-href{
        position: absolute;
        bottom: 0px;
    }
}
@media (min-width:1200px){
    .photo-block .slider-right{
        max-width:65%!important;
    }
    .photo-block .carousel-indicators{
        max-width: 35%!important;
    }
    .photo-block .slide p > img{
        height:auto;
    }
}
@media (max-width:1199px){
    .photo-block .view-more-href{
        background: #161433;
        border-radius: 10px;
    }
}
@media (min-width:992px) and (max-width:1199px){
    .photo-block .slide p > img{
        height:100px;
    }
    .photo-block .slide p{
        width:24%
    }
    .photo-block .view-more-href{
        height: 100px;
    }
}
@media (min-width:768px) and (max-width:992px){
    .photo-block .slide p > img, .photo-block .view-more-href{
        height:80px;
    }
    .photo-block .slide p{
        width:24%
    }
}
@media (max-width:767.7px){
    .photo-block .carousel-indicators{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding:0px!important;
    }
    .photo-block .slide p{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 0px;
        margin-top: 30px;
    }
    .photo-block .slide p > img{
        height:auto
    }
    .photo-block .view-more-href{
        max-width: calc(50% - 30px)!important;
        padding: 0!important;
        margin-left: 15px;
    }
	#gallery-items-wrapper .fail-message{
		position:relative!important;
		left:auto!important;
	}
}
@media (max-width:576.7px){
    .photo-block .slide p{
        margin-top:20px
    }
}
.photo-block .view-more-href a:hover{
    opacity: 0.8;
    text-decoration: none;
}

/* ////////////// attractive-table  */

.attractive-block{
    background: url(../assets/attractive-bg.png);
    padding-top: 300px;
    padding-bottom: 240px;
}
@media (min-width: 768px) and (max-width: 1199px){
    .attractive-block{
        padding-top: 0px;
        padding-bottom: 96px;
    }
}
@media (max-width: 767px){
    .attractive-block{
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
.attractive-table{
    color: #fff;
    float: left;
    margin-bottom: 0;
    border-collapse: separate !important;
    overflow: hidden;
    position: relative;
}
.attractive-table::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: linear-gradient(286.17deg, #F8692B -9.64%, #F73E3E 105.22%);
    z-index: 0;
    border-top-left-radius: 12.79px;
    border-bottom-left-radius: 12.79px;
}
.attractive-table > div {
    position: relative;
}
.attractive-table .tr{
    display: block;
    width: 100%;
    float: left;
}
.attractive-table .thead .td{
    width: 50%;
    float: left;
    border: 0.63966px solid #FFFFFF;
    font-size: 25px;
    font-weight: 700;

}
.attractive-table .thead .td:first-child{
    border-top-left-radius: 12.79px;
}
.attractive-table .thead .td:last-child{
    border-top-right-radius: 12.79px;
}
.attractive-table .tbody .td{
    width: 25%;
    float: left;
    border: 0.63966px solid #FFFFFF;
    font-size: 20px;
    font-weight: 500;
}
.attractive-table .tbody .tr:last-child .td:first-child{
    border-bottom-left-radius: 12.79px;
}
.attractive-table .tbody .tr:last-child .td:last-child{
    border-bottom-right-radius: 12.79px;
}

.attractive-table .td{
    height: 69px;
    line-height: 69px;
    text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){
    .attractive-table .thead .td, .attractive-table .tbody .td {
        border: 0.357143px solid #FFFFFF;
    }
    .attractive-table .thead .td{
        font-size: 16px;
        line-height: 38.53px;
        height: 38.53px;
    }
    .attractive-table .tbody .td{
        font-size: 12px;
        line-height: 38.53px;
        height: 38.53px;
    }
}
@media (max-width: 767px){
    .attractive-tables .nav-tabs .nav-link{
        text-align: center;
        border-radius: 10px 10px 0px 0px;
    }
    .attractive-tables .nav-tabs .nav-link:first-child{
        margin-right: 12px;
    }
    .attractive-tables .nav-tabs .nav-link:not(.active){
        font-weight: bold;
        font-size: 12px;
        line-height: 14px;
        min-height: 30px;
        min-width: 98px;
        color: rgba(255, 255, 255, 0.3);
        border: 1px solid #ffffff7a;
    }
    .attractive-tables .nav-tabs .nav-link.active{
        color: #0F0B21;
        background-color: #fff;
        border-color: #fff;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 28px;
    }
    .attractive-table::before{
        display: none;
    }
    .attractive-table .tbody .td{
        width: 50%;
        font-size: 14px;
        line-height: 48px;
        height: 48px;
    }
    .attractive-table .tbody .tr:last-child .td:nth-child(2){
        border-bottom-right-radius: 12.79px;
    }
}


/* ///////////////////// Special offer  */


#special-offer{
    padding-top: 80px;
    padding-bottom: 179px;
    background-image: url(../assets/special-offer-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (min-width: 576px) and (max-width: 1199px){
    #special-offer{
        padding-bottom: 146px;
        background-position: 70% 40px;
        background-size: 143%;
    }
}
@media (max-width: 575px){
    #special-offer{
        padding-top: 200px;
        padding-bottom: 202px;
        background-image: url(../assets/special-offer-bg-xs.jpg);
        background-position: center 150px;
        background-size: revert;
    }
}

/* ////////////////////////////    Advantages  */

#advantages{
    padding-top: 121px;
}
@media (min-width: 768px) and (max-width: 1199px){
    #advantages{
        padding-top: 0px;
    }
}
.advantages-item{
    background: #cecaeb1c;
    width: 100%;
    min-height: 260px;
    padding: 32px 24px;
    height: 100%;
    border-radius: 10px;
}

.advantages-item p{
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 0;
    margin-top: 24px;
    font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1199px){
    .advantages-item{
        min-height: 145px;
        padding: 20px 20px;
    }
    .advantages-item p{
        font-size: 14px;
        line-height: 18px;
        margin-top: 16px;
    } 
}

.advantages-item .img-wrapper{
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantages-item .img-wrapper img{
    max-height: 100%;
}

@media (min-width: 576px) and (max-width: 767px){
    #advantages{
        padding-top: 202px;
    }
    .advantages-item{
        background: #cecaeb1c;
        width: 100%;
        min-height: 145px;
        padding: 16px 10px;
        height: 100%;
    }
    .advantages-item .img-wrapper{
        height: 60px;
    }
    .advantages-item p{
        font-size: 16px;
        line-height: 18px;
        margin-top: 16px;
    }
}
@media (max-width: 575px){
    .advantages-item{
        background: #cecaeb1c;
        width: 100%;
        min-height: 145px;
        padding: 27px 24px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    #advantages{
        padding-top : 0px
    }
    .advantages-item p{
        font-size: 16px;
        line-height: 18px;
        margin-top: 16px;
    }
    .advantages-item .img-wrapper{
        height: 60px;
    }
}

/* Book Show  */

#book-show{
    margin-top: 300px;
}
@media (min-width: 768px) and (max-width: 1199px){
    #book-show{
        margin-top: 96px;
    }
}
@media (max-width: 767px){
    #book-show{
        margin-top: 64px;
    }
}

/* Instagram */
#instagram-photos{
    margin-top: 300px;
    margin-bottom: 128px;
}
.instagram-gallery{
	min-height:320px;
}
@media (min-width: 768px) and (max-width: 1199px){
    #instagram-photos{
        margin-top: 96px;
        margin-bottom: 96px;
    }
}
@media (max-width: 767px){
    .instagram-gallery{
        min-height:290px;
    }
    #instagram-photos{
        margin-top: 64px;
        margin-bottom: 64px;
    }
}
.instagram-gallery .button-next,.instagram-gallery .button-prev{
    position: absolute;
    top: calc(50% - 12px);
    z-index: 2;
    border-radius: 35px;
    background: #23204E;
    padding:10px;
    text-align: center;
    color:#fff;
    transition: all .3s;
}
.instagram-gallery .button-next:hover,.instagram-gallery .button-prev:hover{
    background: #1DB7EB;
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.75);
}
.instagram-gallery .swiper-button-disabled{
    opacity: 0.4;
    box-shadow: none;
    cursor: default;
}
.instagram-gallery .navigation .button-next{
    right:-15px;
    padding-right:20px;
}
.instagram-gallery .navigation .button-prev{
    left:-15px;
    padding-left:20px;
}
.instagram-gallery .post-item{
    transition: all .3s;
	height:320px;
	overflow:hidden;
}
@media (max-width: 767px){
    .instagram-gallery .post-item{
        height:290px;
    } 
}
.instagram-gallery .post-item .img{
	height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}
.instagram-gallery img{
    width: 100%;
}

.instagram-gallery .post-item .post-description{
    opacity: 0;
    color:#fff;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: #000000a6;
    transition: all .3s;
}
.instagram-gallery .post-item:hover .post-description{
    opacity: 1;
}
.instagram-gallery .post-item .post-description svg{
    fill:#fff;
    height:40px;
    margin-right: 5px;
}

/* ////////////// Footer //////////// */

footer{
    background: #04020F;
    position: relative;
    overflow: hidden;
}
footer .social-href:hover{
    opacity: 0.5;
}
footer > .container > img{
    height: 400px;
    position: absolute;
    right: -100px;
    bottom: 0px;
}
.footer-bottom{
    position: relative;
    z-index: 2;
}


@media (max-width:991px){
    header.fixed-top{
        position: relative!important;
    }
    header.container, header.container .row{
        max-width: 100%;
        margin: 0px;
        padding: 0px;
        padding-left:30px;
        padding-right: 30px;
        z-index: 4;
    }

    header .nav-item.active:before{
        display: none;
    }
    header .nav-item.active{
        border:0px;
    }

    header.container .navbar{
        z-index: 1050;
        top: 0;
    }

    #headerNavDropdown.show{
        position: absolute;
        width: 100%;
        min-height: 100vh;
        left: 0;
        top: 0;
        background: rgb(2,5,17);
		background: linear-gradient(155deg, rgba(2,5,17,1) 0%, rgba(38,16,62,1) 35%, rgba(44,20,71,1) 100%);
        z-index: 1050;
        overflow: hidden;
        position: fixed;
        transition: all 0.3s;
        padding: 15px;
        display: flex;
        align-items:center;
    }
    
    #headerNavDropdown.collapsing{
        position: absolute;
        width: 50%;
        min-height: 100vh;
        left: -100%;
        top: 0;
        background: #38485a;
        z-index: 1050;
        overflow: hidden;
        position: fixed;
        transition: all 0.2s;
    }
    .navbar-toggler:not(.collapsed){
        z-index: 10051;
    }
    #headerNavDropdown .dropdown-menu.show {
        display: block;
        position: relative;
        top: 0;
        width: 100%;
        margin: 0px!important;
        border: 0px;
        border-radius: 0px;
        background: #365170;
    }
    #headerNavDropdown .dropdown.show .nav-link.dropdown-toggle{
        background: #43648a;
    }
    #headerNavDropdown .dropdown-item.active, #headerNavDropdown .dropdown-item:active{
        background-color: #6090c6;
    }

    #headerNavDropdown .dropdown-menu .dropdown-item{
        margin:10px 0;
        color:#fff;
    }

    #headerNavbar{
        text-align: center;
    }
    #headerNavbar .nav-item, #headerNavbar .nav-link{
        font-size: 24px;
        width: 100%;
        display: block;
    }
	
	.slider-main{
		background: rgb(2,5,17);
		background: linear-gradient(155deg, rgba(2,5,17,1) 0%, rgba(38,16,62,1) 35%, rgba(44,20,71,1) 100%);
	}
    
}

/* /////////// Projects ///////////// */
#projects:before{
    content: '';
    background-image: url(../assets/background_shadow_instagram.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    right: 0%;
    top: -130%;
    width: 600px;
    height: 1100px;
    position: absolute;
    z-index: -1;
}
/* /////// Latest work block ///////// */

#latest-work:before{
    content: '';
    background-image: url(../assets/background_shadow_latestwork.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    right: 0%;
    top: 20%;
    width: 600px;
    height: 1100px;
    position: absolute;
    z-index: -1;
}
.showreel-item{
    min-height: 400px;
    background-color: #0e0d21;
}
.latest-work-item{
    background-color: #0e0d21;
}
.latest-work-item:not(.show-play)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(57, 77, 104) 0%,rgba(22,27,47,1) 100%);
    opacity: 0;
    transition: opacity 0.4s;
    z-index: -1;
  }
.latest-work-item:not(.show-play):hover::before {
    opacity: 1;
    z-index: 0;
}
.latest-work-item .text-wrapper:before{
    content: '';
    position: absolute;
    top: -50px;
    right: 15px;
    z-index: 2;
    background:url(../assets/quot.png);
    height: 40px;
    width: 40px;
    opacity: 0.5;
}
.latest-work-item .text-wrapper:before, .latest-work-item .text-wrapper:after{
    color: #445e88;
}
.latest-work-item .svg-wrapper{
    bottom:70px;
}
.reviews-block .item{
    background: rgb(36,51,71);
    background: -moz-linear-gradient(-45deg,  rgba(36,51,71,1) 0%, rgba(22,27,47,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(36,51,71,1) 0%,rgba(22,27,47,1) 100%);
    background: linear-gradient(135deg,  rgba(36,51,71,1) 0%,rgba(22,27,47,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#243347', endColorstr='#161b2f',GradientType=1 );
}


.review-footer, .review-footer svg{
    background: #171d31;
}
.reviews-block .item svg{
    fill:#171d31;
}

.review-img{
    position: absolute;
    height: 80px;
    border-radius: 80px;
    top: -70px;
    right: calc(50% - 40px);
    z-index: 1;
    border: 8px solid #171d31;
}

/* video modal */
@media (min-width:991px){
	.modal iframe{
		min-height:calc(100vh - 110px);
	}
}
.modal.show-video-modal{
    cursor: zoom-out;
}
.modal.show-video-modal .modal-body{
    cursor: default;
}
.modal, .modal .modal-content{
    background: #020511;
}
.modal.show-video-modal .description{
    min-height: 60px;
    cursor: text
}
.modal.show-video-modal .description div{
    cursor: text
}
.modal.show-video-modal .modal-dialog{
    max-width: 100%;
    margin: 0;
    height: 85%;
    min-height: auto;
}

.modal.show-video-modal .modal-content{
    margin: 0px auto;
    height: 100%;
}
.modal .close {
    text-align: right;
    color: #ffff;
    cursor: pointer;
    opacity: 1;
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 2;
    background: #020511;
    padding: 15px;
    border-radius: 100%;
}
.modal .close img{
    width: 40px;
}

.modal.show-video-modal iframe{
    width: 100%;
    height: 100%;
}



/* Contact form  */
.contact-form:not(.loading-form) #preloader-form{
	display:none;
    opacity: 0;
}
.contact-form.loading-form .form-body{
	opacity:0.1;
    transition: opacity .4s;
}
.contact-form.loading-form #preloader-form{
	display:block;
    background: #00000069;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1;
}

@media (min-width: 576px) and (max-width: 767px){
    .first-screen .contact-form{
        width: 500px;
        margin: 0 auto;
    }
}
@media (max-width: 575px){
    .contact-form .custom-checkbox{
        font-size: 14px;
    }
}

button:disabled{
	cursor:not-allowed;
}
.form-control.error{
	border-color:red!important;
}
.iti--separate-dial-code{
	width:100%;
	border-bottom:0px!important;
}
.iti__country.iti__highlight {
    background-color: rgb(0 0 0 / 36%)!important;
}
.iti__country-list {
    background-color: #181233!important;
    border: 1px solid #0f0b21!important;
}
.contact-form .form-control, .iti--separate-dial-code {
    background: inherit;
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #5B5A99;
    color:#fff;
    padding: 0px;
    margin-top: 30px;
    outline:none;
    box-shadow: none;
}
.contact-form .form-control:focus{
    border-bottom: 1px solid #1DB7EB!important;
}
.contact-form .form-control::placeholder{
    color:#7D7CAF;
}
.custom-control-label::before,.custom-control-input:checked~.custom-control-label::before{
    background-color: #23204E;
    border: #23204E solid 1px;
    box-shadow: none!important;
    outline: none!important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='%231DB7EB' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/></svg>");
}