.preloader-5 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 50%;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    animation: preloader-5-spin 2s linear infinite
}

.preloader-5:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #bfe2ff;
    animation: preloader-5-spin 3s linear infinite
}

.preloader-5:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #337ab7;
    animation: preloader-5-spin 1.5s linear infinite
}

@keyframes preloader-5-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

span {
    color: #ecb124
}

.ishome h1 {
    margin-top: 0;
    color: #fff;
    font-weight: 700
}

.main-mnu,
.text-center {
    text-align: center
}

.button,
.h3,
.h4,
h3,
h4 {
    text-transform: uppercase;
    font-family: Roboto, sans-serif
}

html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.6;
    font-family: Roboto, sans-serif;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    color: #222
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.h3,
.h4,
b,
h3,
h4 {
    font-family: Roboto, sans-serif
}

.h1,
h1 {
    font-size: 46px;
    line-height: 1.15
}

.h2,
h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3em;
    color: #fff;
    margin: 50px auto
}

.h3,
.h4,
h3,
h4 {
    font-size: .9375em
}

.h4,
.main-mnu,
h4 {
    font-size: .8125em
}

a {
    color: #ecb124;
    outline: 0 !important;
    font-size: 22px
}

.hidden {
    display: none
}

b {
    font-weight: 400;
    color: #cdae24
}

.main-head {
    background-image: url(../img/temp/cctv2.jpg);
    background-image: url(../img/temp/scott-webb-274694-unsplash.jpg);
    background-size: cover;
    background-position: top center;
    min-height: 100vh;
    overflow: hidden;
    position: relative
}

.main-head::before,
.mnu-line__wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 0
}

.mnu-line__wrapper {
    padding: 15px 0;
    background: #1e4f7b;
    position: fixed;
    width: 100%;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99
}

.mnu-line {
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
    justify-content: space-around;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%
}

.menu {
    display: flex
}

.logo img {
    width: 35px;
    cursor: pointer;
    position: relative
}

@keyframes jumpingicon {
    0% {
        top: 0;
        transform: rotate(0)
    }

    70% {
        top: -10px
    }

    100% {
        top: 0;
        transform: rotate(360deg)
    }
}

.header-content ul,
nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.header-content li,
nav li {
    display: inline-block
}

.main-mnu>ul>li>a {
    display: block;
    padding: 12px 18px;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 20px;
    font-weight: 500;
    margin: 0 30px
}

.main-mnu>ul>li>a:hover,
.phone .callback:hover {
    color: #ecb124
}

.main-mnu>ul>li.active a {
    color: #ecb124;
    text-decoration: underline
}

.phone {
    text-align: right;
    line-height: 1.4;
    display: flex;
    flex-direction: column
}

.phone .phone-wrap {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.6em
}

.phone .phone-wrap .fa {
    font-size: 1.125em;
    position: relative;
    top: 2px;
    margin-right: 5px
}

.phone .callback {
    color: #fff;
    display: inline-block;
    font-size: 1em;
    line-height: 1.25em;
    border-bottom: 1px dashed #7e91a4;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.phone .callback:focus,
.phone .callback:hover {
    text-decoration: none;
    border-color: transparent
}

.header-content {
    padding: 20% 0 5%
}

.header-content .button {
    margin-top: 62px
}

.button,
.contact-form-head {
    text-align: center
}

.button {
    display: inline-block
}

.button {
    border: none;
    background: linear-gradient(71deg, rgba(120, 57, 125, 1) 0, rgba(199, 51, 137, 1) 100%);
    color: #fff;
    margin-top: 15px;
    font-size: .875em;
    letter-spacing: 2px;
    padding: 5px 34px;
    -webkit-border-radius: 3px;
    border-radius: 5px;
    box-shadow: 0 1px 0 #99a2ad;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    box-shadow: 10px 10px 10px 0 rgb(34 60 80 / 20%);
    font-weight: bolder;
    font-size: 20px;
    position: relative;
    overflow-x: hidden
}

.button:hover {
    scale: 1.1
}

@keyframes flareAnimation {
    0% {
        left: -150%
    }

    100% {
        left: 150%
    }
}

.button:focus,
.button:hover {
    color: #fff;
    text-decoration: none
}

.button:hover {
    background-color: #c73389
}

.button:active {
    background-color: #0e9c4b
}

.button-small {
    padding: 9px 28px;
    font-size: .8125em;
    background-color: #373852;
    box-shadow: 10px 10px 10px 0 rgb(34 60 80 / 20%)
}

.button-small:hover {
    background-color: #efbe4a
}

.button-small:active,
.button-small:focus {
    background-color: #dea213;
    -webkit-box-shadow: 0 4px 0 #dea213;
    box-shadow: 0 4px 0 #dea213
}

@-webkit-keyframes drop {
    0% {
        top: 5px;
        opacity: 0
    }

    30% {
        top: 10px;
        opacity: 1
    }

    100% {
        top: 25px;
        opacity: 0
    }
}

@keyframes drop {
    0% {
        top: 5px;
        opacity: 0
    }

    30% {
        top: 10px;
        opacity: 1
    }

    100% {
        top: 25px;
        opacity: 0
    }
}

.toggle-mnu {
    display: block;
    width: 28px;
    height: 28px
}

.watsupp-icon {
    margin-right: 10px
}

.watsupp-icon:hover {
    transform: scale(1.5)
}

.toggle-mnu span:after,
.toggle-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px
}

.toggle-mnu span:after {
    top: 18px
}

.toggle-mnu span {
    position: relative;
    display: block
}

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.toggle-mnu.on span {
    background-color: transparent
}

.toggle-mnu.on span:before {
    -webkit-transform: rotate(45deg) translate(-1px, 0);
    -ms-transform: rotate(45deg) translate(-1px, 0);
    transform: rotate(45deg) translate(-1px, 0)
}

.toggle-mnu.on span:after {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    -ms-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px)
}

.hidden-mnu {
    position: relative
}

.hidden-mnu {
    background-color: #000;
    display: none;
    top: 85px;
    opacity: .9;
    border-radius: 5px;
    width: 100%;
    z-index: 2;
    position: fixed
}

.hidden-mnu li {
    display: block
}

.hidden-mnu>ul {
    padding: 20px 0
}

.hidden-mnu>ul>li.active a {
    text-decoration: underline;
    color: #ecb124
}

.hidden-mnu>ul>li>a:hover {
    color: #fff;
    background-color: #ecb124;
    text-decoration: none
}

.contact-form {
    padding: 32px 26px;
    background-color: #003231
}

.contact-form .button {
    margin-top: 25px
}

.contact-form-head h4 {
    font-size: 1.125em;
    margin-top: 0;
    margin-bottom: 10px
}

.contact-form-head p {
    color: #fff;
    opacity: 1;
    font-size: .875em;
    margin-top: 0
}

.img-svg {
    background: #ecb124;
    border-radius: 10%;
    padding: 15px
}












/* 1.1.general-setting-pages *************************/
/****************************************************/
:root {
	--pr-color: #fff;
	--second-color: #0a0a0a;
	--cubicbz: cubic-bezier(.9, 0, .1, 1);
	--fz-big: 60px;
}

* {
	box-sizing: border-box;
	font-family: 'Syne', sans-serif;
	font-weight: 800;
	margin: 0;
	padding: 0;
	/* font-feature-settings: 'pnum' on, 'lnum' on; */
}

body {
	background: var(--second-color);
}

/******************************************/
.wrapp {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}

.title {
	margin-top: 0;
	margin-bottom: 110px;
	font-size: var(--fz-big);
	text-transform: uppercase;
	color: var(--pr-color);
}

/* Image Gallery **********************************/


/* .gallery-title{
    font-size: 46px;
    color: white;
    display: flex;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 40px;

} */
.gallery {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	gap: 60px;
    margin-top: 150px;
    /* margin-bottom: 50px; */
}

.gallery__item {
	position: relative;
	max-width: calc(33.33% - 40px);
	width: 100%;
	/* height: 500px; */
    height: 100%;
	list-style: none;
	overflow: hidden;
	cursor: pointer;
}

.gallery__img {
	display: block;
	width: 300px;
	height: 300px;
	border-radius: 15px;
	object-fit: cover;
	will-change: transform;
	transition: .8s var(--cubicbz);
}

.gallery__item:hover .gallery__img {
	transform: scale(1.3);
}

.gallery__item::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	/* backdrop-filter: blur(20px); */
	background: rgba(0, 0, 0, 0.614);
	will-change: opacity;
	pointer-events: none;
	z-index: 2;
	transition: .8s var(--cubicbz);
}

.gallery__item:hover::after {
	opacity: 1;
}

.zoom {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	font-size: 40px;
	text-transform: uppercase;
	will-change: transform, opacity;
	pointer-events: none;
	transform: translate(-50%, -10%);
	color: transparent;
	-webkit-text-stroke: 1px var(--pr-color);
	z-index: 3;
	transition: .8s var(--cubicbz);
}

.gallery__item:hover .zoom {
	opacity: 1;
	transform: translate(-50%, -50%);
}

/***/
a[data-fancybox] img {
	cursor: zoom-in;
}

.fancybox__backdrop::after {
	content: "";
	position: absolute;
	width: 10%;
	height: 10%;
	filter: blur(2px);
	left: 50%;
	top: 50%;
	transform: scale(11);
	opacity: 0.3;
	background-image: var(--bg-image);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.fancybox__container {
	--fancybox-bg: #000;

	--fancybox-thumbs-width: 48px;
	--fancybox-thumbs-ratio: 1;

	--carousel-button-svg-width: 24px;
	--carousel-button-svg-height: 24px;

	--carousel-button-svg-stroke-width: 2.5;
}

.fancybox__nav {
	--carousel-button-svg-width: 24px;
	--carousel-button-svg-height: 24px;
}

.fancybox__nav .carousel__button.is-prev {
	left: 20px;
}

.fancybox__nav .carousel__button.is-next {
	right: 20px;
}

.carousel__button.is-close {
	right: auto;
	top: 20px;
	left: 20px;
}

.fancybox__slide {
	padding: 8px 88px;
}

/* Thumbnails */
.fancybox__thumbs .carousel__slide {
	padding: 8px 8px 16px 8px;
}

.is-nav-selected::after {
	display: none;
}

.fancybox__thumb {
	border-radius: 6px;
	opacity: 0.4;
	transition: .4s;
}

.fancybox__thumb:hover,
.is-nav-selected .fancybox__thumb {
	border-radius: 6px;
	opacity: 1;
}

.is-nav-selected .fancybox__thumb::after {
	display: none;
}