body{
	color:#000;
	background-color:#000;
}

/************---HEADER CSS START---************/
header{
width:100%;
height:auto;
position:relative;
top:0;
}

.top-bar{
background-color:#000;
border-bottom:1px solid #05DAD3;
width:100%;
padding:6px 0;
}

.top-bar .section-right {
float:right;
margin-right:10px;

}
.top-bar .section-right a {
	color:#05DAD3;
	text-decoration:none;
}

.top-bar a{
	margin:0 10px;
	color:#000;
}
.follow_us {
	line-height: 35px;
    font-weight: bolder;
    margin-right: 25px;
}
.footer-header-side-tel a {
    color: #000;
    text-decoration: none;
}
.social_icons li {
    display: inline-block;
}
/************---LOGO CSS START---************/
@media (max-width: 768px){
.logo{
  text-align: center;
}

.logo img{
  width: 200px;
  padding: 6px 0;
}

.parallelogram{
  transform: skew(0deg);
}

.skew-fix{
  width: 100%;
  display: inline-block;
  transform: skew(0deg);
}
}

@media (max-width: 1004px){
.logo{
  text-align: center;
}

.logo img{
  width: 200px;
  padding: 6px 0;
}

.parallelogram{
  transform: skew(0deg);
}

.skew-fix{
  width: 100%;
  display: inline-block;
  transform: skew(0deg);
}
}

@media (min-width: 1005px){
.logo{
  background: #000;
  color: #000;
  padding: 19px;
  width: 260px;
  position: absolute;
  z-index: 9;
  left: 172px;
  top: -21px;
  text-align: center;
  border-right: 2px solid #05DAD3;
  border-left: 2px solid #05DAD3;
}

.logo img{
  width:218px;
}

.parallelogram{
  transform: skew(-20deg);
}

.skew-fix{
  width: 100%;
  display: inline-block;
  transform: skew(20deg);
  position: relative;
  top: 8px;
  left: -5px;
}
}
/************---LOGO CSS END---************/

@media (max-width:820px){
.top-bar .section-right{
float:none;
width:100%;
}
}

/*NAVIGATION*/
.topnav {
overflow: hidden;
background-color: #CCFF02;
}

.topnav a {
float: left;
display: block;
color: #000;
text-align: center;
padding: 14px 10px;
text-decoration: none;
font-family: 'Titillium Web', sans-serif;
font-weight:700;
font-size:15px;
}

.topnav .active {
color:#05DAD3;
background-color:#000;
}

.topnav .icon {
display: none;
outline:none !important;
}

.dropdown {
float: left;
overflow: hidden;
position: inherit;
}

.dropdown .dropbtn {
font-size: 15px;    
border: none;
outline: none;
color: #000;
padding: 14px 16px;
background-color: inherit;
font-family: inherit;
margin: 0;
}

.dropdown-content {
overflow:hidden;
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
border-top:2px solid #CCFF02;
z-index: 1;
-webkit-animation-name: slideIn;
-webkit-animation-duration: 1s;
animation-name: slideIn;
animation-duration: 1s;
}

.dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
color:#05DAD3;
background-color:#000;
}

.dropdown-content a:hover {
background-color: #ddd;
color: black;
}

.dropdown:hover .dropdown-content {
display: block;
}

@media screen and (max-width: 820px) {
.dropdown-content {
-webkit-animation-name: none;
-webkit-animation-duration: 1s;
animation-name: none;
animation-duration: 1s;
}

.topnav a, .dropdown .dropbtn {
display: none;
}
.topnav .phonenum {
    display: none;
}
.topnav a.icon {
float: right;
display: block;
}

.active{
margin-left:0;
}
.topnav{
height:50px;
width:100%;
transition:0.5s;
}
.topnav.responsive {position: relative;height:auto;overflow-y:auto; padding-top:60px;}
.topnav.responsive .icon {
position: absolute;
right: 0;
top: 0;
color: #fff;
background-color: #000;
}
.topnav.responsive .top-icon-txt { display: inline-flex; } 
.topnav .separator { color: #CCFF02; padding: 0 12px; }
.topnav.responsive a {
float: none;
display: block;
text-align: left;
}
.topnav.responsive .top-icon-txt a {
    padding: 0;
    color: #fff;
}
.topnav.responsive .phonenum { display: block; padding: 14px 10px; }
.topnav.responsive .dropdown {float: none;}
.topnav.responsive .dropdown-content {position: relative;}
.topnav.responsive .dropdown .dropbtn {
display: block;
width: 100%;
text-align: left;
}
}

.top-icon{
	background-color: #CCFF02;
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	float:left;
	margin-right:8px;
}
.top-icon-txt{
	margin-top: 3px;
    float: right;
	font-family: 'Titillium Web', sans-serif;
	font-weight:normal;
	font-size:15px;
}
.mds_nav_mob{
	font-size: 25px !important;
    padding: 7px 14px !important;
    background-color: #4c4c4c !important;
    color: #ccff02 !important;
}
/************---HEADER CSS END---************/

/**********---SLIDER CSS START---**********/
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1.5, 1.5);
  }
  to {
    -webkit-transform: scale(1, 1);
  }
}

@keyframes zoom {
  from {
    transform: scale(1.5, 1.5);
  }
  to {
    transform: scale(1, 1);
  }
}

.carousel-inner .zoom-swiper > img {
  -webkit-animation: zoom 5s;
  animation: zoom 5s;
}


button.carousel-control-prev {
    background-color: #000;
    height: 95px;
    width: 35px;
    top: 50%;
}
button.carousel-control-next {
    background-color: #000;
    height: 95px;
    width: 35px;
    top: 50%;
}

.slider{
	position:relative;
}
@media (max-width: 768px){
.slider h1{
	font-family: 'Quantico', sans-serif;
	font-weight:normal;
	font-size:30px;
	color:#05DAD3;
	text-transform:uppercase;
}
.slider h2{
	font-family: 'Titillium Web', sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#CCFF02;
}
}

@media (max-width: 992px){
.slider h1{
	font-family: 'Quantico', sans-serif;
	font-weight:normal;
	font-size:30px;
	color:#05DAD3;
	text-transform:uppercase;
}
.slider h2{
	font-family: 'Titillium Web', sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#CCFF02;
}
}

@media (min-width: 1200px){
.slider h1{
	font-family: 'Quantico', sans-serif;
	font-weight:normal;
	font-size:72px;
	color:#05DAD3;
	text-transform:uppercase;
}
.slider h2{
	font-family: 'Titillium Web', sans-serif;
	font-weight:normal;
	font-size:34px;
	color:#CCFF02;
}
}
/**********---SLIDER CSS END---**********/

/**********---CONTENT CSS START---**********/
.content_header{
	padding:12px;
}
.content_header h3{
	font-family: 'Quantico', sans-serif;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	text-transform:uppercase;
	color:#CCFF02;
	margin:0px;
}
@media (max-width: 800px){
.content_header h3{
	font-size:18px;
}
}

@media (min-width: 801px){
.content_header h3{
	font-size:36px;
}
}
.cnt_bgcolor{
	background-color:#05DAD3;
}
.cnt_bg_yellow{
	background-color:#CCFF02;
}
.cnt_bg_black{
	background-color:#000;
}
.cnt_bg_gray{
	background-color:#464648;
	color:#FFF;
}
.cnt_txt_yellow{
	color:#CCFF02;
	font-family: 'Titillium Web', sans-serif;
}
.cnt_yellow_icon {
	color:#CCFF02;
}
.cnt_txt_black{
	color:#000;
	font-family: 'Titillium Web', sans-serif;
}
.cnt_txt_green{
	color:#05DAD3;
	font-family: 'Titillium Web', sans-serif;
}
.btn-black{
	background-color:#000;
	color:#FFF;
	font-family: 'Titillium Web', sans-serif;
	font-weight:normal;
	font-size:16px;
}
.btn-black:hover{
	background-color:#fff !important;
	color:#000 !important;
}
.btn-white{
	background-color: #fff;
    color: #000;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 20px;
    width: fit-content;
    margin: 0 auto;
}
.btn-white:hover{
	background-color:#CCFF02 !important;
	color:#000 !important;
}
.cnt_txt{
	width:100%;
}
.cnt_txt h3{
	font-family: 'Quantico', sans-serif;
	font-weight:bold;
}
.cnt_txt h4{
	font-family: 'Quantico', sans-serif;
	font-weight:bold;
}
.cnt_txt p{
	font-family: 'Titillium Web', sans-serif;
}
@media (max-width: 800px){
.cnt_txt h3{
	font-size:22px;
}
.cnt_txt h4{
	font-size:22px;
}
.cnt_txt p{
	font-size:16px;
}
}

@media (min-width: 801px){
.cnt_txt h3{
	font-size:42px;
}
.cnt_txt h4{
	font-size:30px;
}
.cnt_txt p{
	font-size:24px;
}
}
/**********---CONTENT CSS END---**********/

/**********---FOOTER CSS START---**********/
#footer {
  background: #151414;
  border-top:1px solid #05DAD3;
  width: 100%;
  margin-top: 20px;
  font-family: 'Titillium Web', sans-serif;
}
#footer .footer-header {
  position: relative;
  height: 129px;
  background: transparent;
  overflow: hidden;
  bottom: 20px;
} 
#footer .footer-header-side {
  background: #CCFF02;
  height: 129px;
  position: relative;
}

@media (max-width: 768px){
#footer .footer-header-side{
	left: 0%;
}
#footer .footer-header-side-tel{
	font-size:18px;
}
.footer-logo img {
    max-width: 285px;
    margin-top: 0px;
}
.footer-logo {
  margin-bottom: 30px;
  text-align:center;
}

.footer-widget ul li {
  margin-bottom: 12px;
}
}

@media (min-width: 1082px){
#footer .footer-header-side{
	left: -60%;
}
#footer .footer-header-side-tel{
	font-size:24px;
}
.footer-logo img {
    max-width: 285px;
    margin-top: 65px;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget .social_icons ul li { width: auto; }
}

#footer .footer-header-side:after {
  content: '';
  width: 70px;
  height: 150px;
  display: block;
  border-bottom-right-radius: 30px;
  background: #CCFF02;
  position: absolute;
  right: -43px;
  bottom: -1px;
  transform: rotate(20deg);
}
#footer .footer-header-side:before {
  content: '';
  width: 50px;
  height: 150px;
  display: block;
  border-bottom-right-radius: 30px;
  background: #000;
  position: absolute;
  right: -53px;
  bottom: -3px;
  transform: rotate(12deg);
}
#footer .footer-header-side-title {
  color: #000;
  text-align: right;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.5px;
  padding: 32px 10px 5px 0;
  margin-bottom:0px;
}
#footer .footer-header-side-tel {
  color: #000;
  text-align: right;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  font-weight: 700;
  letter-spacing: 1px;
  padding-right: 10px;
}

.footer-section ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-content {
  position: relative;
  z-index: 2;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  font-family: 'Titillium Web', sans-serif;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #CCFF02;
}
.footer-widget ul li i{
  color: #CCFF02;
  margin-right:8px;
}
.footer-widget ul li a:hover{
  color: #CCFF02;
}
.footer-widget ul li a {
  color: #fff;
  text-transform: capitalize;
  text-decoration:none;
  font-family: 'Titillium Web', sans-serif;
}
.footer_txtfield {
    width: 100%;
    height: 32px;
    background-color: #363636;
    border: 1px solid #5e5e5e;
    font-family: 'Titillium Web', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    padding: 8px;
}

.footer_txtarea {
    width: 100%;
    height: 90px;
    background-color: #363636;
    border: 1px solid #5e5e5e;
    font-family: 'Titillium Web', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    padding: 8px;
}
.subscribe-form {
	margin-top:6px;
	position:relative;
}
.subscribe-form input {
	width: auto;
	position: absolute;
	background: #CCFF02;
	padding: 12px;
	padding-right: 37px;
	border: 1px solid #CCFF02;
	color: #000 !important;
	padding-left: 12px;
}
.fasubss {
	position: absolute;
	left: 68px;
	color: #000;
	font-size: 22px;
	transform: rotate(-6deg);
	top: 15px;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #CCFF02;
    padding: 13px 20px;
    border: 1px solid #CCFF02;
    top: 0;
}
.subscribe-form button i {
  color: #000;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #464648;
  padding: 25px 0;
  margin-top:25px;
}
.copyright-text p {
  margin: 0;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}
.copyright-text p a{
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #CCFF02;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
/**********---FOOTER CSS END---**********/

/************---LIST BOX CSS START---************/
.list_box_service:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0;
  border-style: solid;
  border-color: #242424 #242424 #CCFF02 #CCFF02; 
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
	 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
		  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: border-color .2s ease-in-out;
	 -moz-transition: border-color .2s ease-in-out;
		  transition: border-color .2s ease-in-out;
  display: block;
  width: 0;
}

.list_box_service{
	height:142px;
	background: #000;
	padding: 20px 20px 20px;
	margin: 15px 0;
	position: relative;
	color: #fff;
	border: 1px solid #242424;
	overflow: hidden;
	 -webkit-transition: background .5s ease-in-out;
		-moz-transition: background .5s ease-in-out;
			 transition: background .5s ease-in-out;
}

.list_box_service h4{
	color: #fff;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}

@media (max-width: 800px){
.list_box_service h4{
	font-size:16px;
}
}
@media (min-width: 801px){
.list_box_service h4{
	font-size:20px;
}
}

.list_box_service p{
	padding: 0;
	margin: 0;
	color:#fff;
	font-size: 16px;
	 -webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
			 transition: all .2s ease-in-out;
}


.list_box_service i{
	color: #CCFF02; 
	padding: 0;
	margin: 0 0 10px 0;
	 -webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
			 transition: all .2s ease-in-out;
}

.list_box_service:hover{
	background:#CCFF02; 
	 -webkit-transition: background .2s ease-in-out;
		-moz-transition: background .2s ease-in-out;
			 transition: background .2s ease-in-out;
}


.list_box_service:hover h4{
	color:#000;
			transform: translate(0,-5px);
	 -webkit-transform: translate(0,-5px);
		  -o-transform: translate(0,-5px); 
		-moz-transform: translate(0,-5px);
	 -webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
			 transition: all .3s ease-in-out;
}

.list_box_service:hover p{
	color:#000;
			transform: translate(0,-10px);
	 -webkit-transform: translate(0,-10px);
		  -o-transform: translate(0,-10px); 
		-moz-transform: translate(0,-10px);
	 -webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
			 transition: all .2s ease-in-out;
}

.list_box_service:hover i{
	color:#000;
			transform: translate(0,-5px);
	 -webkit-transform: translate(0,-5px);
		  -o-transform: translate(0,-5px); 
		-moz-transform: translate(0,-5px);
	 -webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
			 transition: all .2s ease-in-out;
}

.list_box_service:hover:before{
	border-color: #000 #000 #a5a5a5 #a5a5a5;
	-webkit-transition: border-color .2s ease-in-out;
	   -moz-transition: border-color .2s ease-in-out;
			transition: border-color .2s ease-in-out;
}

.list_box_service2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0;
  border-style: solid;
  border-color: #242424 #242424 #CCFF02 #CCFF02; 
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
	 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
		  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: border-color .2s ease-in-out;
	 -moz-transition: border-color .2s ease-in-out;
		  transition: border-color .2s ease-in-out;
  display: block;
  width: 0;
}

.list_box_service2{
	height:260px;
	background: #000;
	padding: 20px 20px 20px;
	margin: 15px 0;
	position: relative;
	color: #fff;
	border: 1px solid #242424;
	overflow: hidden;
	 -webkit-transition: background .5s ease-in-out;
		-moz-transition: background .5s ease-in-out;
			 transition: background .5s ease-in-out;
}

.list_box_service2 h4{
	color: #fff;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}


.list_box_service2 p{
	padding: 0;
	margin: 0;
	color:#fff;
	font-size: 16px;
	 -webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
			 transition: all .2s ease-in-out;
}


.list_box_service2 i{
	color: #CCFF02; 
	padding: 0;
	margin: 0 0 10px 0;
	 -webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
			 transition: all .2s ease-in-out;
}

.list_box_service2:hover{
	background:#CCFF02; 
	 -webkit-transition: background .2s ease-in-out;
		-moz-transition: background .2s ease-in-out;
			 transition: background .2s ease-in-out;
}


.list_box_service2:hover h4{
	color:#000;
			transform: translate(0,-5px);
	 -webkit-transform: translate(0,-5px);
		  -o-transform: translate(0,-5px); 
		-moz-transform: translate(0,-5px);
	 -webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
			 transition: all .3s ease-in-out;
}

.list_box_service2:hover p{
	color:#000;
			transform: translate(0,-10px);
	 -webkit-transform: translate(0,-10px);
		  -o-transform: translate(0,-10px); 
		-moz-transform: translate(0,-10px);
	 -webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
			 transition: all .2s ease-in-out;
}

.list_box_service2:hover i{
	color:#000;
			transform: translate(0,-5px);
	 -webkit-transform: translate(0,-5px);
		  -o-transform: translate(0,-5px); 
		-moz-transform: translate(0,-5px);
	 -webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
			 transition: all .2s ease-in-out;
}

.list_box_service2:hover:before{
	border-color: #000 #000 #a5a5a5 #a5a5a5;
	-webkit-transition: border-color .2s ease-in-out;
	   -moz-transition: border-color .2s ease-in-out;
			transition: border-color .2s ease-in-out;
}
/************---LIST BOX CSS END---************/

/************---GALLERY CSS START---**********/
#mds_gallery_main-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#mds_gallery_main-overlay.visible{opacity:1}#mds_gallery_main-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#mds_gallery_main-overlay .full-image figure{display:inline;margin:0;height:100%}#mds_gallery_main-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#mds_gallery_main-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#mds_gallery_main-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#mds_gallery_main-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#mds_gallery_main-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#mds_gallery_main-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.mds_gallery_main-button#next-button,.mds_gallery_main-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.mds_gallery_main-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.mds_gallery_main-button:focus,.mds_gallery_main-button:hover{background-color:rgba(50,50,50,.9)}.mds_gallery_main-button#next-button{right:2%}.mds_gallery_main-button#previous-button{left:2%}.mds_gallery_main-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.mds_gallery_main-button svg{position:absolute;left:0;top:0}.mds_gallery_main-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.mds_gallery_main-double-bounce1,.mds_gallery_main-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.mds_gallery_main-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}

.mds_gallerybox .mds_gallery_lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.mds_gallery_main-button {
    background-color: transparent !important;
}
/************---GALLERY CSS END---**********/

/************---ZOOM CSS START---************/
.img-hover-zoom {
    overflow: hidden;
	margin-bottom:26px;
}
.img-hover-zoom img {
  transition: transform .5s ease;
}
.img-hover-zoom:hover img {
  transform: scale(1.5);
}

@media (max-width: 768px){
.img-hover-zoom {
	height:auto;
}
}

@media (max-width: 992px){
.img-hover-zoom {
	height:auto;
}
}

@media (min-width: 1200px){
.img-hover-zoom {
	height:223px;
}
}
/************---ZOOM CSS END---************/

/************---PAGINATION CSS START---************/
.mds_pagination_box {
  display: none;
}
.mds_pagination_box-active {
  display: block;
}
.mds_pagination{
	background-color:#000;
}
.mds_pagination_box-link {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #999999;
    padding: 4px 6px 6px 6px;
    margin: 4px;
	text-decoration:none;
	font-family: 'Titillium Web', sans-serif;
}
.mds_pagination_box-item.disabled .mds_pagination_box-link {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #999999;
}
.mds_pagination_box-item.active .mds_pagination_box-link {
    color: #fff;
    background-color: #00B8D4;
    border-color: #00ACC1;
}
.mds_pagination_box-link:hover {
    color: #000;
    background-color: #ffffff;
    border: 1px solid #999999;
}
.mds_pagination_box-link:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}
.prev .mds_pagination_box-link {
    background-color: #ffffff;
}
.first .mds_pagination_box-link {
    background-color: #ffffff;
}
.next .mds_pagination_box-link {
    background-color: #ffffff;
}
.last .mds_pagination_box-link {
    background-color: #ffffff;
}
/************---PAGINATION CSS END---*************/

/************---CONTACT US CSS START---**********/
.mds-contact-title {
    position: relative;
}
.mds-contact-title .title {
    position: relative;
    color: #fff;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
	font-family: 'Titillium Web', sans-serif;
}
@media (max-width: 800px){
.mds-contact-title .title{
	font-size:20px;
}
}
@media (min-width: 801px){
.mds-contact-title .title{
	font-size:28px;
}
}
.mds-contact-title .title:before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 3px;
    background-color: #CCFF02;
}
.mds-contact-title-2 {
    position: relative;
	text-align:center;
}
.mds-contact-title-2 .title-2 {
    position: relative;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
	font-family: 'Titillium Web', sans-serif;
}
@media (max-width: 800px){
.mds-contact-title-2 .title-2{
	font-size: 22px;
}
}
@media (min-width: 801px){
.mds-contact-title-2 .title-2{
	font-size: 28px;
}
}
.mds-contact-title-2 .title-2:before {
    position: absolute;
    content: "";
    right: 0;
    left: 48%;
    bottom: -10px;
    width: 40px;
    height: 3px;
    background-color: #CCFF02;
}
.mds-contact-mainbox {
    position: relative;
    padding-top: 60px;
    padding-bottom: 80px;
}
.mds-contact-mainbox {
    position: relative;
    z-index: 1;
    background-color: #000;
	padding:12px;
}
.mds-contact-mainbox .mds-contact-form .mds-contact-form-inner {
    position: relative;
    padding: 0px;
}
.mds-contact-mainbox .mds-contact-info {
    position: relative;
}
.mds-contact-mainbox .mds-contact-info h2 {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
	padding-bottom:14px;
}
.mds-contact-mainbox .mds-contact-info .mds-list-info {
    position: relative;
    margin-bottom: 60px;
}
.mds-contact-form-inner ul li{
	margin:0px;
	padding:0px;
	list-style:none;
}
.mds-contact-mainbox .mds-contact-info .mds-list-info li {
    position: relative;
    margin-bottom: 25px;
    font-size: 21px;
    color: #05DAD3;
    line-height: 1.8em;
	text-align:center;
	font-family: 'Quantico', sans-serif;
}
.mds-contact-mainbox .mds-contact-info .mds-list-info li a {
	 color: #05DAD3;
	 text-decoration: none;
}
.mds-contact-mainbox .mds-contact-info .mds-list-info li:last-child {
    margin-bottom: 0;
}
.mds-contact-mainbox .mds-contact-info .mds-list-info li i {
    position: absolute;
    left: 0;
    top: 8px;
    color: #000;
    font-size: 24px;
    background-color: #05DAD3;
    padding: 12px;
    border-radius: 100%;
}
.mds-contact-field {
    position: relative;
}
.mds-contact-field .mds-contact-group {
    position: relative;
    margin-bottom: 20px;
}
.mds-contact-field input[type="text"],
.mds-contact-field input[type="email"],
.mds-contact-field textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    color: #000;
    font-size: 14px;
    line-height: 38px;
    padding: 10px 30px;
    border: 1px solid #fff;
    background-color: #fff;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	border-radius:4px;
}
.mds-contact-field input[type="text"]:focus,
.mds-contact-field input[type="email"]:focus,
.mds-contact-field textarea:focus {
    border-color: #00b8ca;
}
.mds-contact-field textarea {
    height: 250px;
    resize: none;
}
.mds-contact-field .mds-contact-btn {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: capitalize;
    padding: 10px 35px;
    font-family: 'Titillium Web', sans-serif;
    color: #CCFF02;
    border: 2px solid #CCFF02;
    display: inline-block;
    position: relative;
    line-height: 20px;
    cursor: pointer;
    border-radius: 45px;
	background:0 0;
}
.mds-contact-field .mds-contact-btn:hover {
    color: #000;
	background-color:#FFF;
	border:2px solid #FFF;
}
/***********---CONTACT US CSS END---*************/

/************---SCROLL TO TOP BUTTON CSS START---**********/
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index:999;
}
/************---SCROLL TO TOP BUTTON CSS END---**********/

/************---COMMON CSS START---************/
.cnt-header{
	width:100%;
	text-align:center;
	margin-bottom: 20px;
	position:relative;
}

@media (max-width: 768px){
.cnt-header h1{
	font-family: 'Quantico', sans-serif;
	font-weight:normal;
	font-size:70px;
	color: #141518;
	text-transform:uppercase;
}
.cnt-header h2{
	font-family: 'Quantico', sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#CCFF02;
	position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
}
}

@media (max-width: 992px){
.cnt-header h1{
	font-family: 'Quantico', sans-serif;
	font-weight:normal;
	font-size:70px;
	color: #141518;
	text-transform:uppercase;
}
.cnt-header h2{
	font-family: 'Quantico', sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#CCFF02;
	position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
}
}

@media (min-width: 1200px){
.cnt-header h1{
	font-family: 'Quantico', sans-serif;
	font-weight:normal;
	font-size:162px;
	color: #141518;
	margin-top: 19px;
    text-transform: uppercase;
}
.cnt-header h2{
	font-family: 'Quantico', sans-serif;
	font-weight:normal;
	font-size:54px;
	color:#CCFF02;
	position: absolute;
    bottom: 47px;
    left: 0;
    right: 0;
}
}

.fo_list_box{
	width:100%;
	font-family: 'Titillium Web', sans-serif;
	display:flex;
	align-items:center;
}
@media (max-width: 800px){
.fo_list_box h5{
	font-size:16px;
}
}
@media (min-width: 801px){
.fo_list_box h5{
	font-size:20px;
}
}
/************---COMMON CSS END---************/