@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-SemiBold.woff2') format('woff2'),
        url('../fonts/SegoeUI-SemiBold.woff') format('woff'),
        url('../fonts/SegoeUI-SemiBold.svg#SegoeUI-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Light.woff2') format('woff2'),
        url('../fonts/SegoeUI-Light.woff') format('woff'),
        url('../fonts/SegoeUI-Light.svg#SegoeUI-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.woff2') format('woff2'),
        url('../fonts/SegoeUI.woff') format('woff'),
        url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lucida Calligraphy';
    src: url('../fonts/LucidaCalligraphy-Italic.woff2') format('woff2'),
        url('../fonts/LucidaCalligraphy-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}	

body {
    font-family: 'Segoe UI';	
	color: #5C5C5C;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	font-weight:400;	
}
* {
    border: medium none;
    margin: 0;
    padding: 0;
}
h3,h4,h5,h6{
	font-family: 'Lucida Calligraphy';
}
ul{
list-style-type:none;
}	
a{
  text-decoration:none;
  outline: none!important;
}
a:hover{
text-decoration:none;
outline:none;
} 
textarea{
resize:none;
}
p {
	line-height: 26px;  
	font-size: 14px;
	font-weight:400;
	color:#535151;
}

/*#######################*/

.header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9;
	padding: 10px 0;
	background-color: rgba(0,0,0,.4);
}

/*######################## NAV ####################*/

.navbar {
	padding: 0;
	margin: 0;
}
.navbar-nav {
	width: 100%;
	display: inline-block;
}
.navbar-nav li {
	margin: 0 26px;
	float: left;
}
.navbar-nav li a {
	padding: 12px 0;
	display: inline-block;
	color: #fff;
	font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
	transition: all ease-in-out 0.3s;
}
.navbar-nav li.active a {
	color: #d8af3d;
	background-color: transparent;
}
.navbar-nav li:hover a {
	color: #d8af3d;
	background-color: transparent;
}
.navbar-nav a.nav-link {
	color: #fff !important;
	background-color: transparent;
}
.dropdown-menu li{
	display: block;
	margin:0;
}
.dropdown-item {
	padding: 5px 10px !important;
	color: #000 !important;
}
.dropdown-menu li:hover .dropdown-item{
	color: #d8af3d !important;
}

/*######################## END NAV ####################*/

/*############ CAMERA BANNER ##############*/

.camera_bar {
	z-index: 2;
}
.camera_thumbs {
	margin-top: -100px;
	position: relative;
	z-index: 1;
}
.camera_thumbs_cont {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.camera_overlayer {
	opacity: .1;
}
.camera_thumbs_cont > div {
	display: none;
}
.camera_bar {
	display: none;
}
.camera_wrap {
	width: 100%;
	margin-bottom:0 !important;
}
.camera_prev, .camera_next, .camera_commands {
	display: none;
}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
	background: none !important;
}
.camera_wrap .camera_pag .camera_pag_ul {
	text-align: center;
	bottom: 36px;
	z-index: 9;
	position: relative;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	height: 12px;
	margin: 0 5px;
	width: 12px;
	background-color: rgba(0,0,0,0.7);
	border: 1px solid transparent;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
	width: 30px;
	background-color: #aa0000;
}
.camera_caption {
	position: absolute;
	left: 8%;
	top: 55%;
	transform: translateY(-50%);
	width: 43% !important;
	text-align: left;
}
.camera_caption > div {
	padding: 0;
}
.camera_caption h4 {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0;
	padding: 4px 14px;
	text-transform: uppercase;
	background-color:#aa0000;
    display: inline;
}
.camera_caption h2{
	color: #fff;
	font-size: 54px;
    font-weight: 300;
    text-transform: uppercase;
	margin: 0;
	padding: 0;
    background-color: rgba(0,0,0,0.4);
}
.banner {
	position: relative;
}

/*############# END CAMERA BANNER #############*/

.btn-warning {
	color: #fff;
	border-radius: 0;
	padding: 8px 20px !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	border: 1px solid #d8af3d !important;
    text-transform: uppercase;
    background-color: #d8af3d !important;
}
.main-wrap{
    padding: 60px 0;
}
.content-bx{
    background-color: #eafaff;
    padding: 20px;
    border-radius: 5px;
}
.content-bx h3{
    font-size: 26px;
    font-weight: 600;
    color:#aa0000;
    margin:0;
    padding: 0 0 0 10px;
    border-left: 4px solid #d8af3d;
    font-family: 'Lucida Calligraphy';
}
.content-bx h3 span{
    font-size: 16px;
    font-weight: 400;
    color:#000;
    display: block;
	text-transform: uppercase;
}
.content-bx p{
    font-size: 16px;
    color:#535151;
    margin: 15px 0 0;
    padding: 0 0 0 10px;
    line-height: 32px;
}

.price-prt{
	background:url(../images/bg1.jpg) 50% 0 repeat-y fixed;
	padding: 60px;
    border-radius: 20px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}
.price-bx-prt{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;	
    justify-content: space-around;
}
.price-bx{
    border-radius: 8px;
    overflow: hidden;
    background-color: rgba(0,0,0,.4);
    text-align: center;
    width: 26%;
}
.price-bx h4{
    font-size: 20px;
    font-weight: 600;
    color:#aa0000;
    margin:0;
    padding: 8px;
    background-color: #d8af3d;
    font-family: 'Lucida Calligraphy';
}
.price-bx p{
    font-size: 16px;
    font-weight: 600;
    color:#fff;
    margin:0;
    padding: 12px;
}
.price-prt h3{
	font-size: 30px;
    font-family: 'Lucida Calligraphy';
    font-weight: 600;
    color:#fff;
    margin: 20px 0 0;
    padding: 0;
	text-align: center;
}
.count-prt{
	background:url(../images/bg2.jpg) 50% 0 repeat-y fixed;
	padding: 60px;
    border-radius: 20px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}
.count-bx{
	text-align: center;
	padding: 12px;
	border-radius: 6px;
	background-color: rgba(0,0,0,.6);
	border: 1px solid #d8af3d;
	width: 20%;
}
.ico{
	display: inline-block;
}
.count-bx h3 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	padding: 0;
}
.count-bx h3 em {
	display: block;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-style: normal;
}
.faq-sec{
	display: flex;
	align-items: center;
	background-color: #eafaff;	
}
.vid-bx{
	width: 100%;
	height: 400px;
}
.vid-bx iframe{
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
}
.faq-prt {
	width: 100%;
	padding: 37px 100px 37px 60px;
}
.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #d8af3d;
}


.f-top{
	background-color: #16191D;
	padding: 50px 0;
}
.footer-title {
	color: #d8af3d;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 25px;
	padding: 0;
}
.f-menu {
	margin: 0;
	padding: 0;
}
.f-menu li {
	float: none;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px;
}
.f-menu li a {
	color: #C8C8C8;
}
.f-contact {
	margin: 0;
	padding: 0;
}
.f-contact li {
	float: none;
	margin-bottom: 12px;
}
.f-contact li i {
	color: #d8af3d;
	margin-right: 6px;
	font-size: 18px;
	width: 26px;
	float: left;
	margin-top: 5px;
}
.f-contact li a {
	color: #AAAAAA;
	font-size: 15px;
	font-weight: 400;
	transition: all ease-in-out 0.3s;
}
.f-contact li p {
	color: #AAAAAA;
	font-size: 15px;
	font-weight: 400;
	overflow: hidden;
	margin: 0;
}
.f-pera {
	color: #C8C8C8;
	margin: 0;
	font-size: 15px;
}
.newsletter-bx {
	position: relative;
	margin: 0;
}
.newsletter-bx input[type="email"] {
	background-color: #fff !important;
	border: 1px solid #fff;
	color: #3B3B3B;
	font-size: 14px;
	font-weight: 400;
	height: 50px;
	line-height: 1;
	margin: 0;
	outline: medium none;
	padding: 5px 80px 5px 15px;
	width: 100%;
	border-radius: 25px;
	box-shadow: none;
}
.newsletter-bx .search-icon {
	background-color: #d8af3d;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 0 25px 25px 0;
	padding: 13px 15px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}
.f-social {
	margin: 15px 0 0;
	padding: 0;
}
.f-social li {
	float: left;
	margin: 0 14px 0 0;
}
.f-social li i {
	font-size: 16px;
	color: #fff;
	transition: all ease-in-out 0.3s;
}
.f-social li:hover i {
	color: #d8af3d;
}
.f-bttm {
	padding: 15px 0;
	background-color: #0E1011;
}
.copyright {
	color: #929292;
	font-size: 14px;
	margin: 0;
	text-align: center;
	padding: 0;
}
.copyright a{
	color: #d8af3d;
}

/* ################# About ################### */

.inr-ban{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-attachment: fixed;
}
.inr-ban h3{
	font-size: 40px;
	font-weight: 700;
	color: #d8af3d;
	margin: 0;
	padding: 4px 10px;
	text-transform: uppercase;
	background-color: rgba(0,0,0,0.5);
}
.main-title{
	font-size: 38px;
	color:#000;
	font-weight: 600;
	margin:0;
	padding: 0;
	text-align: center;
}
.main-title span{
	font-size: 24px;
	color:#d8af3d;
	display: block;
}
.custom-bx {
	display: inline-block;
	width: 100%;
}
.about-img {
	padding-right: 35px;
	margin-bottom: 20px;
	float: left;
	width: 40%;
}
.about-img img {
	width: 100%;
}
.abt-txt h3 {
	font-size: 36px;
	font-weight: 600;
	color: #000;
	margin: 0;
	padding: 0;
}
.abt-txt h3 span {
	font-size: 18px;
	display: block;
	color: #d8af3d;
}
.abt-txt p {
	font-size: 16px;
	color: #3B3B3B;
	margin: 15px 0 0;
	line-height: 28px;
}

/*############# Contact #############*/

.map-bx iframe{
	width: 100%;
	height: 340px;
	border: none;
	overflow: hidden;
}
.contact-bx h3{
    font-size: 28px;
    font-weight: 600;
    color: #272727;
    margin: 0;
    padding: 0;
}
.contact-bx h3 span{
    color: #aa0000;
}
.contact-bx p{
    font-size: 16px;
    color: #455C66;
    margin: 15px 0 0;
}
.rd-mailform .form-control {
	border-radius: 4px;
    border: 1px solid #A7BAC2;
	height: 40px;
	background-color: transparent;
}
.rd-mailform textarea.form-control {
	height: 100px;
}
.form-group {
	margin-bottom: 12px;
}
.title1 {
	font-size: 30px;
	font-weight: 600;
	color: #272727;
	margin: 0;
	padding: 0;
}
.title1 span {
	color: #aa0000;
}
.f-contact2 {
	margin: 20px 0 0;
	padding: 0;
}
.f-contact2 li {
	float: none;
	margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    color: #272727;
}
.f-contact2 li a{
    color: #272727;
}
.f-contact2 li span{
    color: #455C66;
    font-size: 15px;
    font-weight: 400;
    display: block;
}
.f-contact2 li em{
    color: #455C66;
    font-size: 20px;
    font-weight: 600;
    display: block;
    font-style: normal;
}
.btn-danger {
	background-color: #aa0000 !important;
}
.map-bx iframe {
	width: 100%;
	height: 340px;
	border: none;
	overflow: hidden;
}

/* ################# Service ################### */

.srvx-bx {
	margin-bottom: 20px;
	background-color: #eafaff;
	border-radius: 6px;
	overflow: hidden;
}
.srvx-img {
	width: 100%;
	height: 220px;
	overflow: hidden;
}
.srvx-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.srvx-bx h3 {
	color: #0d0d0d;
	font-size: 22px;
	border-left: 3px solid #d8af3d;
	margin: 15px 0 0;
	padding: 0 0 0 12px;
}
.srvx-bx p {
	color: #646464;
	font-size: 16px;
	line-height: 26px;
	margin: 12px 0 0;
}


/*############# Responsive #############*/

@media (max-width: 1199.98px) {

.logo {
	width: 150px;
}

}

@media (max-width: 991.98px) {

.header {
	position: static;
	background-color: rgba(0,0,0,1);
}
.camera_caption h2 {
	font-size: 35px;
}
.camera_caption h4 {
	font-size: 17px;
	letter-spacing: 0;
}
.camera_caption {
	width: 56% !important;
}
.price-prt h3 {
	font-size: 20px;
	margin: 14px 0 0;
}
.price-prt {
	padding: 40px;
}
.price-bx {
	width: 30%;
}
.content-bx h3 {
	font-size: 20px;
}
.content-bx p {
	font-size: 15px;
	line-height: 28px;
}
.count-prt {
	padding: 40px 20px;
}
.price-bx-prt {
	flex-wrap: wrap;
}
.count-bx {
	width: 42%;
	margin-bottom: 20px;
}
.faq-prt {
	padding: 25px 30px 25px 30px;
}
.main-title {
	font-size: 30px;
}

}

@media (max-width: 767.98px) {

.d-flex {
	display: block !important;
}
.navbar {
	display: block;
}
.navbar-toggler {
	padding: 2px 6px;
	background-color: #d8af3d;
	float: right;
	margin-top: -50px;
}
.navbar-nav li {
	margin: 0;
	float: none;
}
.camera_caption {
	left: 5%;
	top: 39%;
	width: 90% !important;
}
.camera_caption h4 {
	font-size: 14px;
}
.camera_caption h2 {
	font-size: 24px;
}
.btn-warning {
	padding: 6px 13px !important;
	font-size: 14px !important;
}
.main-wrap {
	padding: 40px 0;
}
.content-bx {
	margin-bottom: 20px;
	padding: 12px;
}
.price-prt {
	padding: 20px;
}
.price-bx-prt {
	display: block;
}
.price-bx {
	width: 100%;
	margin-bottom: 25px;
}
.count-bx {
	width: 100%;
}
.faq-sec {
	display: block;
}
.vid-bx {
	height: 280px;
}
.faq-prt {
	padding: 25px 15px;
}
.footer-title {
	margin: 15px 0;
}
.abt-txt h3 {
	font-size: 27px;
}
.about-img {
	padding-right: 0;
	float: none;
	width: 100%;
}
.inr-ban h3 {
	font-size: 32px;
}
.inr-ban {
	height: 245px !important;
}
.contact-bx h3 {
	font-size: 23px;
}
.f-contact2 li {
	font-size: 15px;
}


}