


/* =Loader
-------------------------------------------------------------- */

.preloader {
	display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: white;
    text-align: center;
}
svg{

    position: absolute;
    top:35px;
    bottom:0;
    left:0;
    right: 0;
    margin: auto;
    animation: spin 5s infinite linear;
}
.stay
{
	background-image :  url('../img/cam.png');
 	background-repeat:no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: absolute;
    top:-18px;
    bottom:0;
    left:0;
    right: 0;
    margin: auto;
}

@keyframes spin {
    from{
        transform: rotate(0deg);
    }to{
        transform: rotate(360deg);
    }
}


@-webkit-keyframes loader-anim {
    0% {
        left: -102px
    }

    100% {
        left: 102px
    }
}

@-moz-keyframes loader-anim {
    0% {
        left: -102px
    }

    100% {
        left: 102px
    }
}

@keyframes loader-anim {
    0% {
        left: -102px
    }

    100% {
        left: 102px
    }
}













.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
	margin:auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}






.contact-info-section .info-column .inner-column {
    position: relative;
    border-right: 2px solid #dddddd;
    padding-right: 10px;
}
.list-style-two {
    position: relative;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.list-style-two li {
    position: relative;
    color: #777777;
    font-size: 15px;
    font-weight: 400;
    padding-left: 70px;
    margin-bottom: 50px;
}
.list-style-two li .icon {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 48px;
    height: 48px;
    font-size: 22px;
    line-height: 48px;
    text-align: center;
    border: 1px dashed #fbb908;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-clock-1:before {
    content: "\f144";
}

.list-style-two li strong {
    font-weight: 700;
    color: #1f2a30;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}
.contact-info-section .form-column {
    position: relative;
}
.contact-info-section .form-column .inner-column {
    position: relative;
    padding-left: 60px;
}
.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
    padding: 0px 11px;
}
.form-group {
    margin-bottom: 15px;
}
.contact-info-section .info-column .inner-column {
    position: relative;
    border-right: 2px solid #dddddd;
    padding-right: 10px;
}
.contact-form textarea {
    height: 148px !important;
    resize: none;
}
input, button, select, textarea {
    font-family: 'Montserrat', sans-serif;
}
textarea {
    overflow: hidden;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 40px;
    padding: 10px 22px;
    height: 48px;
    color: #222222;
    font-size: 14px;
    border: 1px solid #bbbbbb;
    background-color: #ffffff;
    transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}





.button {
  /*border: 1px solid #3d5b92;*/
  /*background: #4d72b5;*/
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  padding: 0.3em .75em 0.4em;
  line-height: 1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  display: inline-block;
}
.button:hover {
  background: #4566a4;
  text-decoration: none;
}

.btn-large {
  padding: 1em;
  text-align: center;
}

.btn-create:before {
  content: "+";
  padding-right: .5em;
  font-weight: bold;
}

.btn-create.btn-large {
  position: relative;
  padding-left: 3em;
  padding-right: 1.5em;
}
.btn-create.btn-large:before {
  content: "+";
  font-size: 2em;
  position: absolute;
  left: 16px;
  left: 1rem;
  top: 6.4px;
  top: 0.4rem;
}

.button-dropdown {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}
.button-dropdown .btn-create {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 3px;
}
.button-dropdown .button.toggle {
  text-indent: 100%;
  overflow: hidden;
  display: inline-block;
  width: 33px;
  padding: 1em .3em;
  vertical-align: bottom;
  margin-left: -3px;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 3px 0;
  border-left: 0;
  position: relative;
}
.button-dropdown .button.toggle:after {
  content: '';
  position: absolute;
  top: 1.4em;
  left: 16px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #fff;
}
.button-dropdown .dropdown {
  display: none;
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  border-radius: 2px;
  list-style-type: none;
  padding: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 150px;
}
.button-dropdown .dropdown li:first-child .dropdown-link {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}
.button-dropdown .dropdown li:first-child .dropdown-link:before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 13px;
  width: 0;
  height: 0;
  border: 6px outset transparent;
  border-bottom: 6px solid #e4eaf4;
}
.button-dropdown .dropdown li:last-child .dropdown-link {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
  border: 0;
}
.button-dropdown .dropdown .dropdown-link {
  display: block;
  position: relative;
  padding: .75em 1em;
  background: #e4eaf4;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #d2dcec;
}
.button-dropdown .dropdown .dropdown-link:hover {
  background: #d2dcec;
}

.button-dropdown li:first-child > .dropdown-link:hover:before {
  border-bottom-color: #d2dcec;
}

.dropdown:hover {
  display: block;
  background:#34095c;
  font-color:#fff !important;
}

.button-dropdown:hover > .dropdown, .button-dropdown.open > .dropdown {
  display: block;
}
@media only screen and (max-width: 500px) {
.dropdown-menu{
	position:inherit !important;
}
}



.btn{
	z-index: 1 !important;
}
.float-right{
	float: right;
}







.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
  height: 100%;
  background: #000;
}

.carousel-caption{padding-bottom:80px;}

h2{font-size: 60px;}
p{padding:10px}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:0.6;
}


.full-screen{
   height: 500px !important;
}


/**
 * Button
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover {
  background-color: #34095c;
  color: #fff;
  border: 2px solid #34095c;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/


/*Social Icon One*/

.social-icon-one{
	position:relative;
}

.social-icon-one li{
	position:relative;
	margin-right:12px;
	display:inline-block;
}

.social-icon-one li a{
	position:relative;
	font-size:25px;
	color:#000;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.social-icon-one li a:hover{
	color:#000;
}

/*Social Icon Two*/

.social-icon-two{
	position:relative;
}

.social-icon-two li{
	position:relative;
	margin:0px 6px;
	display:inline-block;
}

.social-icon-two li a{
	position:relative;
	font-size:18px;
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.social-icon-two li a:hover{
	color:#fbb908;
}

/*Social Icon Three*/

.social-icon-three{
	position:relative;
	margin-top:12px;
}

.social-icon-three li{
	position:relative;
	margin-right:10px;
	color:#999999;
	font-size:16px;
	font-weight:500;
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
}

.social-icon-three li a{
	position:relative;
	width:36px;
	height:36px;
	border:1px dashed #fbb908;
	font-size:14px;
	color:#999999;
	text-align:center;
	line-height:36px;
	border-radius:50%;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.social-icon-three li a:hover{
	color:#fbb908;
}


/***

====================================================================
	Social Icon Four
====================================================================

***/

.social-icon-four{
	position:relative;
}

.social-icon-four .share{
	color:#222222;
	font-size:16px;
	font-weight:700;
}

.social-icon-four li{
	position:relative;
	margin-right:18px;
	display:inline-block;
}

.social-icon-four li a{
	position:relative;
	font-size:18px;
	color:#777777;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.social-icon-four li a:hover{
	color:#fbb908;
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}




@media only screen and (max-width: 600px) {

   .w3-display-container{
      margin-top: 100px;
   }

}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    border: 1px solid #ffffff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

/*.newsletter {
padding: 80px 0;
background: #19beda;
}*/

.newsletter .content-Newsletter {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }
.newsletter .content-Newsletter h5 {
color: #515769;
font-weight: 600;
text-align: left;
/*margin-bottom: 40px; */
}
.newsletter .content-Newsletter .form-control {
	border:2px solid #003360;
height: 50px;
/*border-color: #ffffff;*/
/*border-radius:0;*/
}
.newsletter .content-Newsletter.form-control:focus {
box-shadow: none;
border: 2px solid #243c4f;
}
.newsletter .content-Newsletter .btn {
min-height: 50px;
border-radius:0;
background: #243c4f;
color: #fff;
font-weight:600;
}

.contact-list>li {
    font-size: 15px;
}

.fab {
 font-weight: bold;
 color: #337ab7;
 font-size: 20px;
}

.about-sec{

	width: 100%;
	height: 360px;
	background-size: cover;
	background-repeat:no-repeat;
  background-attachment: absolute;
  background-position: center;
}

.caption-abt h2{
	font-weight: bold;
	font-size: 35px;
	text-align: center;
	margin:0px;
}

.blurred-box{
  background-color: rgba(0, 0, 0, 0.3);
  padding:10px;
}

.item-center{
  position: relative;
  width: auto;
  height: auto;
  top:50%
}



.dropdown:hover> .dropdown-menu  {
	display: block;

}

.nav-item-child:hover{
	    background-color: #34095c  !important;
	    color: #fff;
}
.dropdown:focus{
	background-color: #000;
}

.dropdown-menu>li>a:hover {
     border-bottom: 2px solid #ccc;

    transition-duration: .1s;
}
.dropdown-menu>li>a {
    display: block;
    padding: 15px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}
.dropdown-menu {

    background-color: #34095c;

}

@media only screen and (max-width: 768px) {
  em, li, li a {
    font-size: 12px;
    font-weight: 500;
	}
	.dropdown-menu>li>a {

		padding: 10px 10px;
		}

		.carousel-caption {
		padding-bottom: 0px;
	}

	.dropdown-menu > li > a {
    padding-left: 20px !important;
	}

	.navbar-nav > li > .dropdown-menu {
    width: 100%;
	}

	h2 {
		font-size: 25px;
	}

	.stay
	{
		top:0px;
	}



	
	 .back-to-top {
    bottom: 15px;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 40px;
  }

  #intro h2 {
    font-size: 28px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
  
  
  .spinner{
	border: 4px dotted #707070;
    top:0px;
	}

	p {
		font-size: 20px;
		font-weight: 400;
		color: #000;
		margin-bottom: 0px;
		padding:5px
	}
	
	.carousel-caption {
    bottom: 100px;
	}
	
	.carousel-caption h2 {

    font-size: 30px;

	}
	
	.btn-large {
    padding: 5px 40px;
    font-size: 15px;
	margin-bottom:15px
	}
	
	h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0px;
	}
	
	.carousel-caption p {

    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;

}
}






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

	h2 {
		font-size: 40px;
	}
	.carousel-caption p{
		font-size:20px;
		font-weight:400;
		color:#fff;
		margin-bottom:15px
	}
	.carousel-caption h2 {
    font-size: 40px;
	}
	
	h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0px;
	}
	
	.carousel-caption p {

    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;

	}
}



@media only screen and (max-width: 1280px) {

h2 {
		font-size: 30px;
	}
	.carousel-caption p{
		font-size:15px;
		font-weight:400;
		color:#fff;
		margin-bottom:0px
	}
	.stay
	{
		top:0px;
	}
	
	
	
	.carousel-caption h2{
    font-size:25px;
	}
	
	.btn-large {
    padding: 5px 40px;
    font-size: 15px;
	margin-bottom:-30px
	}
	
	h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
	}
	
	p {

    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
    padding: 0px;

}
}






.navbar-collapse.in {
     overflow-y: unset;
     position: relative;
}


.products {
	padding-top:50px;
}

.products_box{
	max-height: 400px !important;
	min-height: 400px;
	border-radius: 7px;
}
.products_box p{
	padding: 0px;
}

.centered {
  position:;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product_description
{
	text-align: justify;
	text-justify: inter-word;
}

.white-h2
{
	color:#fff;
}

//Newsletter

.footer{
	background-image: url(01.jpg) !important;
}


.error { display:none; padding:5px; color:#D8000C; font-size:12px; background-color:#FFBABA; border:solid 1px #e06d6d; }
.success { display:none; padding:5px; color:#044406; font-size:12px; background-color:#B7FBB9; border:solid 1px #65d668; }
.error { display:none; padding:5px; color:#D8000C; font-size:12px; background-color:#FFBABA; border:solid 1px #e06d6d; }
.success { display:none; padding:5px; color:#044406; font-size:12px; background-color:#B7FBB9; border:solid 1px #65d668; }









