@import url('https://fonts.googleapis.com/css?family=Anton'); 
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  background: #FFF9F3;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}




a {
  color: #18d26e;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}


p {
  padding: 0;
  margin: 0 0 30px 0;
}


h10{
    font-size:15px;
    color:#7B4C52;
  font-family: "Montserrat", sans-serif;


}






h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}
.mr60{margin-right:60px;}
.mr70{margin-right:70px;}
.mb80{margin-bottom:80px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #f3a17c;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}









.preload{
width:100%;
height:100%;
background:#FFFF00;
position:fixed;
top:0;
left:0;
z-index:1;
}

.logo{
width:300px;
height:70px;
margin:150px auto 50px auto;
font-size:50px;
text-shadow:-1px 2px 2px #000;
text-align:center;
color:#99FFCC;
}
.loader-frame{
width:70px;
height:70px;
margin:auto;
position:relative;

}


.loader1, .loader{
position:absolute;
border:5px solid transparent;
border-radius:50%;

}

.loader1{
width:70px;
height:70px;
border-top:5px solid azure;
border-bottom:5px solid azure;
animation: clockwiseapin 2s linear 3;

}


.loader2{
width:60px;
height:60px;
border-left:5px solid darkturquoise;
border-right:5px solid darkturquoise;
top:5px;
left:5px;
animation: anticlockwiseapin 2s linear 3;
}

@keyframes clockwisespin {
from {transform: rotate(0deg);}
to {transform: rotate(360deg);}
}



@keyframes anticlockwisespin
{
from {transform: rotate(0deg);}
to{transform: rotate(-360deg);}
}
























/*--------------------------------------------------------------
# 3 blocks
--------------------------------------------------------------*/
.block1{background:#e9b176;height:90px;line-height:90px;color:#ffffff;font-size:25px;text-align:center; font-family: "Anton", sans-serif;letter-spacing:1px;}
.block2{background:#d49063;height:90px;line-height:90px;color:#ffffff;font-size:25px;text-align:center; font-family: "Anton", sans-serif;letter-spacing:1px;}
.block3{background:#ab5f5f;height:90px;line-height:90px;color:#ffffff;font-size:25px;text-align:center; font-family: "Anton", sans-serif;letter-spacing:1px;}
.block4{background:#7b4c52;height:90px;line-height:90px;color:#ffffff;font-size:25px;text-align:center; font-family: "Anton", sans-serif;letter-spacing:1px;}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 10px 0;
  height: 92px;
  position: fixed;
  left: 0;
 /* background:#d74208;  */
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
  background: #7b4c52;
  padding: 10px 0;
  height: 72px;
  transition: all 0.5s;
  color:#ffffff;
}
#header.header-scrolled a{
	color:#ffffff;

}
#header #logo {
  float: left;
  
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }
}

#header #logo h1 {
  font-size: 26px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 5px;
  /* border-left: 4px solid #ffffff; */
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 24px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 89vh;
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 89vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(81, 91, 111, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
	height:89vh;
}
#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
    height: 700px;

}



@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #18d26e;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 15px;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #7b4c52;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
  
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #7b4c52;
  border-bottom:3px solid #7b4c52;
font-weight:bold;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #18d26e;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  color:#091587 !important;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #18d26e;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #18d26e;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 28px;
  font-family: "Anton", sans-serif;
  color: #7b4c52;
  text-transform: uppercase;
  text-align: center;
  letter-spacing:0.5px;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #f3a17c;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header2 h3 {
  font-size: 28px;
  font-family: "Anton", sans-serif;
  color: #7b4c52;
  text-transform: uppercase;
  text-align:left;
  letter-spacing:0.5px;
  position: relative;
  padding-bottom: 15px;
}





 

 
 
 
 
 
 
 
 
 
 
 
 

.section-header p {
   font-size:14.5px;
font-family: "Open Sans", sans-serif;
  padding-bottom: 30px;
  color: #333;
line-height:1.4;
text-align:left;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

/* Featured Services Section
--------------------------------*/
#featured-services {
  background: #000;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: #18d26e;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #18d26e;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* About Us Section
--------------------------------*/
#about {
  background: #FFF9F3;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
  
}
#about p{
	text-align:justify;
	margin:0px;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #18d26e;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #18d26e;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}


/* SLIDER SECTION*/

.post-slide{
    padding-bottom: 10px;
    margin: 0 15px;
    position:relative;
	background:#f2f4f4;
	padding:10px;
	height:405px;
	transition: box-shadow .3s;
	border-radius:0px;
}
.post-slide:hover{
	box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.post-slide p{
	padding-bottom:0px;
	margin-bottom:15px;
}
.post-slide img{
    width: 100%;
    height: auto;
	border:1px solid #e1e1e1;
}
.post-slide .post-date{
    position:absolute;
    top:2%;
    left:8%;
    padding: 3% 5%;
    background: #e74c3c;
}
.post-slide .month{
    font-size: 14px;
    color:#fff;
    font-weight: bold;
    text-transform:uppercase;
}
.post-slide .month:after{
    content:"";
    display: block;
    border:1px solid #fff;
}
.post-slide .date{
    font-size: 14px;
    color:#fff;
    display: block;
    text-align:center;
    font-weight: bold;
}
.post-slide .post-title{
    margin:25px 0 15px 0;
}
.post-slide .post-title a{
    font-size:13px;
	text-align:center;
	margin-bottom:15px;
    font-weight:700;
    color:#ab5f5f;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#e74c3c;
}
.post-slide .post-description{
    font-size: 13px;
    line-height:18px;
    color:#808080;
}
.post-slide .read-more{
    color:#333;
    text-transform:capitalize;
    transition: color 0.20s linear;
}
.post-slide .read-more i{
    margin-left:10px;
    font-size:10px;
}
.post-slide .read-more:hover{
    text-decoration:none;
    color:#e74c3c;
}
.owl-controls .owl-buttons{
    margin-top:20px;
    position:relative;
}
.owl-controls .owl-prev{
    position: absolute;
    left: -40px;
    bottom: 230px;
    padding: 8px 17px;
    background:#7b4c52;
    transition:background 0.50s ease;
}
.owl-controls .owl-next{
    position: absolute;
    right: -40px;
    bottom: 230px;
    padding:8px 17px;
    background:#7b4c52;
    transition:background 0.50s ease;
}
.owl-controls .owl-prev:after,
.owl-controls .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #d3d3d3;
    font-size:16px;
}
.owl-controls .owl-next:after{
    content:"\f105";
}
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover{
    background: #e74c3c;
}
@media only screen and (max-width: 990px) {
    .post-slide{
        margin: 0 20px;
    }
    .owl-controls .owl-buttons .owl-prev{
        left:-20px;
        padding:5px 14px;
    }
    .owl-controls .owl-buttons .owl-next{
        right:-20px;
        padding:5px 14px;
    }
}
@media only screen and (max-width: 767px){
    .owl-controls .owl-buttons .owl-prev{
        left:0px;
        bottom: 260px;
    }
    .owl-controls .owl-buttons .owl-next{
        right:0px;
        bottom: 260px;
    }
}



.form-control1 {
    height: 45px;
    margin: 0;
    padding: 0 20px;
    background: rgb(248, 248, 248) none repeat scroll 0 0;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 0px;
    
 font-family: "Open Sans", sans-serif, FontAwesome;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    color: rgb(51, 51, 51);
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.form_text{
	
	 margin: 0;
    padding: 0 20px;
    background: rgb(248, 248, 248) none repeat scroll 0 0;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 0px;
   font-family: "Open Sans", sans-serif, FontAwesome;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: rgb(51, 51, 51);
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	
	
}

.file-upload, .file-upload2{display:block;text-align:center;font-family: "Open Sans", sans-serif, FontAwesome;font-size: 14px; font-weight: 600; 
     background: rgb(248, 248, 248) none repeat scroll 0 0;
    background-image: none;
    background-position-x: 0px;
    background-position-y: 0px;
    background-size: initial;
    background-repeat-x: repeat;
    background-repeat-y: repeat;
    background-attachment: scroll;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(248, 248, 248);
    border: 1px solid rgb(238, 238, 238);
    border-top-color: rgb(238, 238, 238);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(238, 238, 238);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(238, 238, 238);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(238, 238, 238);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 0px;
    font-family: "Open Sans", sans-serif, FontAwesome;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    /* color: rgb(51, 51, 51); */
    color: #495057;}
.file-upload .file-select{display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select .file-select-button{background:#dce4ec;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
 .file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
 
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}

.file-upload2 .file-select{display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload2 .file-select .file-select-button{background:#dce4ec;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload2 .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
 .file-upload2.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload2.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload2 .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload2 .file-select.file-select-disabled{opacity:0.65;}
.file-upload2.file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload2 .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload2 .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  
  padding: 0 0 0px 0;
  color: #eee;
  font-size: 14px;
}
.copy-right{
text-align:center;
color:#fee07b;
font-size:13px;
}
#footer .footer-top {
  background: #5c6479;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #18d26e;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ffffff;
  color: #5b667c;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #fee07b;
  color: #7b4c52;
}

#footer .footer-top h4 {
  font-size: 14px;
 
letter-spacing:1px;
  color: #fee07b;
 font-family: "Anton", sans-serif;
  font-size:16px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #f0efef;
}

#footer .footer-top h4::after {
  background: #f3a17c;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #4f596d;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #18d26e;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #18d26e;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

.video-style{
	position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
	z-index:-1;
	padding:0px;
	margin:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
  
.slide-image-wrap img {
	display: none;
	visibility: hidden;
}

.image-dependant .slide-image-wrap img {
	display: block;
}

.slide-image-wrap svg {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	width: 50%;
}

.slide-image-wrap svg .mask {
	fill: #fee07b;
	 
}

.slide-image-wrap-small img {
	display: none;
	visibility: hidden;
}

.image-dependant .slide-image-wrap-small img {
	display: block;
}

.slide-image-wrap-small svg {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	width: 50%;
}

.slide-image-wrap-small svg .mask {
	fill: #fee07b;
	 
}

.slide-image-wrap-msmall img {
	display: none;
	visibility: hidden;
}

.image-dependant .slide-image-wrap-msmall img {
	display: block;
}

.slide-image-wrap-msmall svg {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	width: 50%;
}

.slide-image-wrap-msmall svg .mask {
	fill: #fee07b;
	 
}

	.slide-image-wrap-mid img {
	display: none;
	visibility: hidden;
}

.image-dependant .slide-image-wrap-mid img {
	display: block;
}

.slide-image-wrap-mid svg {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	width: 50%;
}

.slide-image-wrap-mid svg .mask {
	fill: #fee07b;
	 
}
 
 /*Message Block*/
 
 .background-block{
	 
	 background:#5a657b;
	  background-image: url("../img/bg-block.jpg");
	 padding:15px;
	 min-height:550px;
	  background-position: center;
	 background-repeat: no-repeat;
 }
  
  .msg-cap{
	   font-family: "Anton", sans-serif;
	   color:#ffffff;
	   font-weight:700;
	    font-size: 38px;
	   text-transform:uppercase;
	   letter-spacing:1px;
	   margin-top:100px;
	   	text-align:left;
letter-spacing:1px;
  }
 .msg-cap span{
	 
	font-size: 50px;
	text-shadow: rgb(90, 101, 123) 1px 0px 0px, rgb(90, 101, 123) 0.540302px 0.841471px 0px, rgb(90, 101, 123) -0.416147px 0.909297px 0px, rgb(90, 101, 123) -0.989992px 0.14112px 0px, rgb(90, 101, 123) -0.653644px -0.756802px 0px, rgb(90, 101, 123) 0.283662px -0.958924px 0px, rgb(90, 101, 123) 0.96017px -0.279415px 0px;
	display:block;
	line-height:1;
	text-align:left;
font-family: 'Georgia'; 
margin-top:-15px;
 }
 span.font-geo{
font-family: 'Georgia'; 
display:inline;
}
 .msg-cap p{
	 line-height:1.2;
	 text-align:left;
	 margin:0 auto;
	 color:#ffffff;
	 font-family: "Open Sans", sans-serif;
	 font-size:17px;
	 margin-top:45px;
	 font-weight:normal;
	 width:65%;
	 font-weight:bold;
	 float:left;
	 color:#fee07b;
	 letter-spacing:0px;
	 text-transform:none;
 }
 
 .white-cap{
	   color:#ffffff;
	   font-weight:700;
	   font-size: 60px;
	   text-transform:uppercase;
	   letter-spacing:1px;
	   font-family: "Anton", sans-serif;
	   text-align:center;
	   margin-top:-69px;
 }
 
 .blue-cap{
	   color:#5a657b;
	   font-weight:700;
	   font-size: 60px;
	   text-transform:uppercase;
	   letter-spacing:1px;
	   font-family: "Anton", sans-serif;
	   text-align:center;
	   margin-top:-35px;
 }
 
 
 /*Cards*/
 
 
 .post-slide2{
    padding: 10px;
    margin: 0 15px;
    position:relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceaaf+0,fceaaf+100&1+0,0+100 */
background: -moz-linear-gradient(top, rgba(252,234,175,1) 0%, rgba(252,234,175,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(252,234,175,1) 0%,rgba(252,234,175,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(252,234,175,1) 0%,rgba(252,234,175,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceaaf', endColorstr='#00fceaaf',GradientType=0 ); /* IE6-9 */
	font-family: "Open Sans", sans-serif;
	transition: box-shadow .3s;
	border-radius:0px;
	border: 1px solid #edecec;
	
	 
}
.post-slide2:hover{
	 box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.post-slide2 img{
    width: 100%;
    height: auto;
}
.post-title2 {
	color:#7b4c52;
	 font-family: "Anton", sans-serif;
	    font-weight:500;
	    font-size: 25px;
	   text-transform:uppercase;
	   text-align:center;
	   margin-top:15px;
	    
 }
 .post-description2{
	 text-align:left;
	 color:#797979;
	  font-family: "Open Sans", sans-serif;
	 font-size:14px;
	 line-height:1.3;
 }
 
 /*Testrimonal*/
 
.test-description {
	 font-family: "Anton", sans-serif;
	 font-size:27px;
	 width:75%;
	 text-align:center;
	 margin: 0 auto;
	 color:#ffffff;
	 line-height:1.2;
margin-top:30px;
}
.auth-desc{
color:#fee07b;
 font-size:22px;
  font-family: "Anton", sans-serif;
text-align:center;
	 margin: 20px auto;
}
.test-description:before { 
    content: "\201C";
    font-weight: bold;
    font-size:250px;
     color:rgba(255,255,255,0.1);
    position: absolute; 
    left:5%;
	top:-30px;
    font-family: 'Georgia'; 
} 
.test-description:after { 
    content: "\201D";
    font-weight: bold;
    font-size:250px;
    color:rgba(255,255,255,0.1);
    position: absolute; 
    right:5%;
	top:-30px;
    font-family: 'Georgia'; 
}
 
 /*Button style*/
 
 .btn-warning{
	 border-radius:0px;
	 padding:3px 5px;
	 font-size:12px;
background-color:#fee07b;
 }
 
.btn-primary{
	 background-color:#7b4c52 !important;
	 border-radius:0px;
	 border:0px;
	 padding:10px;
 }
 
 .btn-primary:hover{
	 background-color:#aa605f !important;
 transition: all 0.3s ease 0s;
	 border-radius:0px;
	 border:0px;
 }
 
 .para-left-border{
	 border-left:4px solid #ffffff;
	 padding:20px;
 }
 span.bigger-font{
	 font-size:65px;
	  font-family: "Anton", sans-serif;
	  display:inline;
	  
 }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px)  and (orientation: portrait) {
  .large{display:none;}
	.small{display:none;}
	.msmall{display:none;}
	.mid{display:block;}
	.slide-image-wrap-mid .mask-text-mid {
	font-family: "Anton", sans-serif;
	 font-size: calc(4vw + 4vh +  2.7vmin);
	text-transform: uppercase;
}
#intro .carousel-content {
  text-align: center;
  position: absolute;
    top: 36%;
	left:7%;
	text-align:left;
line-height:1.2 !important;
}

#intro h2 {
  font-family: "Anton", sans-serif;
	color:#ffb400;
	 font-size: calc(2vw + 2vh + 1vmin);
	text-shadow: rgb(90, 101, 123) 1px 0px 0px, rgb(90, 101, 123) 0.540302px 0.841471px 0px, rgb(90, 101, 123) -0.416147px 0.909297px 0px, rgb(90, 101, 123) -0.989992px 0.14112px 0px, rgb(90, 101, 123) -0.653644px -0.756802px 0px, rgb(90, 101, 123) 0.283662px -0.958924px 0px, rgb(90, 101, 123) 0.96017px -0.279415px 0px;

	text-transform: uppercase;
  font-weight: 700;
}
  
  
}
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px)  and (orientation: landscape) {
  .large{display:none;}
	.small{display:none;}
	.msmall{display:none;}
	.mid{display:block;}
	.slide-image-wrap-mid .mask-text-mid {
	font-family: "Anton", sans-serif;
	 font-size: calc(4vw + 4vh +  2.7vmin);
	text-transform: uppercase;
}
#intro .carousel-content {
  text-align: center;
  position: absolute;
    top: 26%;
	left:10%;
	text-align:left;
}

#intro h2 {
  font-family: "Anton", sans-serif;
	color:#ffb400;
	 font-size: calc(2vw + 2vh + 1vmin);
	text-shadow: rgb(90, 101, 123) 1px 0px 0px, rgb(90, 101, 123) 0.540302px 0.841471px 0px, rgb(90, 101, 123) -0.416147px 0.909297px 0px, rgb(90, 101, 123) -0.989992px 0.14112px 0px, rgb(90, 101, 123) -0.653644px -0.756802px 0px, rgb(90, 101, 123) 0.283662px -0.958924px 0px, rgb(90, 101, 123) 0.96017px -0.279415px 0px;

	text-transform: uppercase;
  font-weight: 700;
}
  
  
}
 

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px)  and (orientation: portrait){
  
   .large{display:none;}
	.small{display:block;}
	.msmall{display:none;}
	.mid{display:none;}
	.slide-image-wrap-small .mask-text-small {
	font-family: "Anton", sans-serif;
	 font-size: calc(4vw + 4vh +  2.7vmin);
	text-transform: uppercase;
}
#intro .carousel-content {
  text-align: center;
  position: absolute;
    top: 23%;
	left:8%;
	text-align:left;
}

#intro h2 {
  font-family: "Anton", sans-serif;
	color:#ffb400;
	 font-size: calc(2vw + 2vh + 1vmin);
	text-shadow: rgb(90, 101, 123) 1px 0px 0px, rgb(90, 101, 123) 0.540302px 0.841471px 0px, rgb(90, 101, 123) -0.416147px 0.909297px 0px, rgb(90, 101, 123) -0.989992px 0.14112px 0px, rgb(90, 101, 123) -0.653644px -0.756802px 0px, rgb(90, 101, 123) 0.283662px -0.958924px 0px, rgb(90, 101, 123) 0.96017px -0.279415px 0px;

	text-transform: uppercase;
  font-weight: 700;
}
  
  
}
@media (min-width: 481px) and (max-width: 767px)  and (orientation: landscape){
  
   .large{display:none;}
	.small{display:block;}
	.msmall{display:none;}
	.mid{display:none;}
	.slide-image-wrap-small .mask-text-small {
	font-family: "Anton", sans-serif;
	 font-size: calc(4vw + 4vh +  2.7vmin);
	text-transform: uppercase;
}
#intro .carousel-content {
  text-align: center;
  position: absolute;
    top: 16%;
	left:10%;
	text-align:left;
}

#intro h2 {
  font-family: "Anton", sans-serif;
	color:#ffb400;
	 font-size: calc(2vw + 2vh + 1vmin);
	text-shadow: rgb(90, 101, 123) 1px 0px 0px, rgb(90, 101, 123) 0.540302px 0.841471px 0px, rgb(90, 101, 123) -0.416147px 0.909297px 0px, rgb(90, 101, 123) -0.989992px 0.14112px 0px, rgb(90, 101, 123) -0.653644px -0.756802px 0px, rgb(90, 101, 123) 0.283662px -0.958924px 0px, rgb(90, 101, 123) 0.96017px -0.279415px 0px;

	text-transform: uppercase;
  font-weight: 700;
}
  
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px)  and (orientation: portrait) {
  
  .large{display:none;}
	.small{display:none;}
	.msmall{display:block;}
	.mid{display:none;}
	.slide-image-wrap-msmall .mask-text-msmall {
	font-family: "Anton", sans-serif;
	 font-size: calc(4vw + 4vh +  2.7vmin);
	text-transform: uppercase;
}
#intro .carousel-content {
  text-align: center;
  position: absolute;
    top: 26%;
	left:7%;
	text-align:left;
}

#intro h2 {
  font-family: "Anton", sans-serif;
	color:#ffb400;
	 font-size: calc(2vw + 2vh + 1vmin);
	text-shadow: rgb(90, 101, 123) 1px 0px 0px, rgb(90, 101, 123) 0.540302px 0.841471px 0px, rgb(90, 101, 123) -0.416147px 0.909297px 0px, rgb(90, 101, 123) -0.989992px 0.14112px 0px, rgb(90, 101, 123) -0.653644px -0.756802px 0px, rgb(90, 101, 123) 0.283662px -0.958924px 0px, rgb(90, 101, 123) 0.96017px -0.279415px 0px;

	text-transform: uppercase;
  font-weight: 700;
}

}


@media (min-width: 320px) and (max-width: 480px)  and (orientation: landscape) {
  
  .large{display:none;}
	.small{display:none;}
	.msmall{display:block;}
	.mid{display:none;}
	.slide-image-wrap-msmall .mask-text-msmall {
	font-family: "Anton", sans-serif;
	 font-size: calc(4vw + 4vh +  2.7vmin);
	text-transform: uppercase;
}
#intro .carousel-content {
  text-align: center;
  position: absolute;
    top: 12%;
	left:10%;
	text-align:left;
}

#intro h2 {
  font-family: "Anton", sans-serif;
	color:#ffb400;
	 font-size: calc(2vw + 2vh + 1vmin);
	text-shadow: rgb(90, 101, 123) 1px 0px 0px, rgb(90, 101, 123) 0.540302px 0.841471px 0px, rgb(90, 101, 123) -0.416147px 0.909297px 0px, rgb(90, 101, 123) -0.989992px 0.14112px 0px, rgb(90, 101, 123) -0.653644px -0.756802px 0px, rgb(90, 101, 123) 0.283662px -0.958924px 0px, rgb(90, 101, 123) 0.96017px -0.279415px 0px;

	text-transform: uppercase;
  font-weight: 700;
}

}

/* 
  ##Device = I Phone X
  ##Screen = B/w 37px to 812px
*/
@media only screen 
    and (min-width : 375px) 
    and (max-width : 812px) 
    and (-webkit-device-pixel-ratio : 3) and (orientation : portrait)  {
 .large{display:none;}
	.small{display:none;}
	.msmall{display:none;}
	.mid{display:block;}
	.slide-image-wrap-mid .mask-text-mid {
	font-family: "Anton", sans-serif;
	 font-size: calc(4vw + 4vh +  2.7vmin);
	text-transform: uppercase;
}
#intro .carousel-content {
  text-align: center;
  position: absolute;
    top: 32%;
	left:6%;
	text-align:left;
}

#intro h2 {
  font-family: "Anton", sans-serif;
	color:#ffb400;
	 font-size: calc(2vw + 2vh + 1vmin);
	text-shadow: rgb(90, 101, 123) 1px 0px 0px, rgb(90, 101, 123) 0.540302px 0.841471px 0px, rgb(90, 101, 123) -0.416147px 0.909297px 0px, rgb(90, 101, 123) -0.989992px 0.14112px 0px, rgb(90, 101, 123) -0.653644px -0.756802px 0px, rgb(90, 101, 123) 0.283662px -0.958924px 0px, rgb(90, 101, 123) 0.96017px -0.279415px 0px;

	text-transform: uppercase;
  font-weight: 700;
}
  	}
	
	@media only screen 
    and (min-width : 300px) 
    and (max-width : 812px) 
    and (-webkit-device-pixel-ratio : 3) and (orientation : landscape)  {
	.large{display:none;}
	.small{display:none;}
	.msmall{display:block;}
	.mid{display:none;}
	.slide-image-wrap-msmall .mask-text-msmall {
	font-family: "Anton", sans-serif;
	 font-size: calc(4vw + 4vh +  2.7vmin);
	text-transform: uppercase;
}
#intro .carousel-content {
  text-align: center;
  position: absolute;
    top: 14%;
	left:12%;
	text-align:left;
}

#intro h2 {
  font-family: "Anton", sans-serif;
	color:#ffb400;
	 font-size: calc(2vw + 2vh + 1vmin);
	text-shadow: rgb(90, 101, 123) 1px 0px 0px, rgb(90, 101, 123) 0.540302px 0.841471px 0px, rgb(90, 101, 123) -0.416147px 0.909297px 0px, rgb(90, 101, 123) -0.989992px 0.14112px 0px, rgb(90, 101, 123) -0.653644px -0.756802px 0px, rgb(90, 101, 123) 0.283662px -0.958924px 0px, rgb(90, 101, 123) 0.96017px -0.279415px 0px;

	text-transform: uppercase;
  font-weight: 700;
}

	}
	
	@media
  only screen and (-webkit-min-device-pixel-ratio: 3),
  only screen and (   min--moz-device-pixel-ratio: 3),
  only screen and (     -o-min-device-pixel-ratio: 3/1),
  only screen and (        min-device-pixel-ratio: 3),
  only screen and (                min-resolution: 384dpi),
  only screen and (                min-resolution: 3dppx),
  only screen and (                orientation: portrait),
  
  { 
    /* Retina styles here */
	
	.large{display:none;}
	.small{display:none;}
	.msmall{display:block;}
	.mid{display:none;}
	.slide-image-wrap-msmall .mask-text-msmall {
	font-family: "Anton", sans-serif;
	 font-size: calc(4vw + 4vh +  2.7vmin);
	text-transform: uppercase;
}
#intro .carousel-content {
  text-align: center;
  position: absolute;
    top: 14%;
	left:14%;
	text-align:left;
}

#intro h2 {
  font-family: "Anton", sans-serif;
	color:#ffb400;
	 font-size: calc(2vw + 2vh + 1vmin);
	text-shadow: rgb(90, 101, 123) 1px 0px 0px, rgb(90, 101, 123) 0.540302px 0.841471px 0px, rgb(90, 101, 123) -0.416147px 0.909297px 0px, rgb(90, 101, 123) -0.989992px 0.14112px 0px, rgb(90, 101, 123) -0.653644px -0.756802px 0px, rgb(90, 101, 123) 0.283662px -0.958924px 0px, rgb(90, 101, 123) 0.96017px -0.279415px 0px;
 	text-transform: uppercase;
  font-weight: 700;
}

}

@media
  only screen and (-webkit-min-device-pixel-ratio: 3),
  only screen and (   min--moz-device-pixel-ratio: 3),
  only screen and (     -o-min-device-pixel-ratio: 3/1),
  only screen and (        min-device-pixel-ratio: 3),
  only screen and (                min-resolution: 384dpi),
  only screen and (                min-resolution: 3dppx),
   only screen and (                orientation: landscape),
   
  
  { 
    /* Retina styles here */
	
	.large{display:none;}
	.small{display:none;}
	.msmall{display:block;}
	.mid{display:none;}
	.slide-image-wrap-msmall .mask-text-msmall {
	font-family: "Anton", sans-serif;
	 font-size: calc(4vw + 4vh +  2.7vmin);
	text-transform: uppercase;
}
#intro .carousel-content {
  text-align: center;
  position: absolute;
    top: 15%;
	left:14%;
	text-align:left;
}

#intro h2 {
  font-family: "Anton", sans-serif;
	color:#ffb400;
	 font-size: calc(2vw + 2vh + 1vmin);
	text-shadow: rgb(90, 101, 123) 1px 0px 0px, rgb(90, 101, 123) 0.540302px 0.841471px 0px, rgb(90, 101, 123) -0.416147px 0.909297px 0px, rgb(90, 101, 123) -0.989992px 0.14112px 0px, rgb(90, 101, 123) -0.653644px -0.756802px 0px, rgb(90, 101, 123) 0.283662px -0.958924px 0px, rgb(90, 101, 123) 0.96017px -0.279415px 0px;

	text-transform: uppercase;
  font-weight: 700;
}

}
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) and (orientation: portrait){
  
	
		.slide-image-wrap svg .mask {
	fill: #06e8d0;
	 
}
.large{display:block;}
	.small{display:none;}
	.msmall{display:none;}
	.mid{display:none;}
	.slide-image-wrap svg .mask-text {
	font-family: "Anton", sans-serif;
	 font-size: calc(4vw + 4vh +  2.7vmin);
	text-transform: uppercase;
}
#intro .carousel-content {
  text-align: center;
  position: absolute;
    top: 46%;
	left:10%;
	text-align:left;
}

#intro h2 {
  font-family: "Anton", sans-serif;
	color:#ffb400;
	 font-size: calc(2vw + 2vh + 1vmin);
	text-shadow: rgb(90, 101, 123) 1px 0px 0px, rgb(90, 101, 123) 0.540302px 0.841471px 0px, rgb(90, 101, 123) -0.416147px 0.909297px 0px, rgb(90, 101, 123) -0.989992px 0.14112px 0px, rgb(90, 101, 123) -0.653644px -0.756802px 0px, rgb(90, 101, 123) 0.283662px -0.958924px 0px, rgb(90, 101, 123) 0.96017px -0.279415px 0px;

	text-transform: uppercase;
  font-weight: 700;
}
  
}


@media (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape){
  
	
		.slide-image-wrap svg .mask {
	fill: #fee07b;
	 
}
.large{display:block;}
.msmall{display:none;}
	.small{display:none;}
	.mid{display:none;}
	.slide-image-wrap svg .mask-text {
	font-family: "Anton", sans-serif;
	 font-size: calc(4vw + 4vh +  2.7vmin);
	text-transform: uppercase;
}
#intro .carousel-content {
  text-align: center;
  position: absolute;
    top: 37%;
	left:10%;
	text-align:left;
}

#intro h2 {
  font-family: "Anton", sans-serif;
	color:#ffb400;
	 font-size: calc(2vw + 2vh + 1vmin);
	text-shadow: rgb(90, 101, 123) 1px 0px 0px, rgb(90, 101, 123) 0.540302px 0.841471px 0px, rgb(90, 101, 123) -0.416147px 0.909297px 0px, rgb(90, 101, 123) -0.989992px 0.14112px 0px, rgb(90, 101, 123) -0.653644px -0.756802px 0px, rgb(90, 101, 123) 0.283662px -0.958924px 0px, rgb(90, 101, 123) 0.96017px -0.279415px 0px;

	text-transform: uppercase;
  font-weight: 700;
}
  
}
     


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
     /* insert styles here */
	.slide-image-wrap svg .mask {
	fill: #fee07b;
	 
}
.large{display:block;}
	.msmall{display:none;}
	.small{display:none;}
	.mid{display:none;}
	.slide-image-wrap svg .mask-text {
	font-family: "Anton", sans-serif;
	 font-size: calc(4vw + 4vh + 2.7vmin);
	text-transform: uppercase;
}
#intro .carousel-content {
  text-align: center;
  position: absolute;
  left: 47%;
  top: 65%;
    transform: translate(-100%, -30%);
	 width: 30%;
  height: 50%;
	text-align:right;
}

#intro h2 {
  font-family: "Anton", sans-serif;
	color:#ffb400;
	 font-size: calc(2vw + 2vh + 1vmin);
	text-shadow: rgb(90, 101, 123) 1px 0px 0px, rgb(90, 101, 123) 0.540302px 0.841471px 0px, rgb(90, 101, 123) -0.416147px 0.909297px 0px, rgb(90, 101, 123) -0.989992px 0.14112px 0px, rgb(90, 101, 123) -0.653644px -0.756802px 0px, rgb(90, 101, 123) 0.283662px -0.958924px 0px, rgb(90, 101, 123) 0.96017px -0.279415px 0px;

	text-transform: uppercase;
  font-weight: 700;
}
  
}     

.shadow-left-right{
	background:#ffffff;
	box-shadow: -50px 0px 100px -80px #000000, 50px 0px 100px -80px #000000;
	
}

.text_titles p{
  margin:0px 0px 5px 0px !important;
  padding-left:25px;
  font-family: "Open Sans", sans-serif;
  font-size:13.5px;
  color:#6d6d6d;
  
} 


.fa-twitter {color:rgb(0, 172, 237)!important;}
.fa-facebook {color:rgb(59, 89, 152)!important;}
.fa-google-plus {color:rgb(221, 75, 57)!important;}
.fa-linkedin {color:rgb(0, 123, 182)!important;}

.student ul {
    margin: 0; 
    padding: 4px;
    width:100%;
    list-style-type: none;
    text-align:left;
}

.student .heading {
    background: #7b4c52;
    padding: 7.5px 15px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 14px;
}
.student ul li {margin-bottom:0px; border-bottom:1px solid #494e58;}

.student ul li a {
    text-decoration: none;
    color: white; 
    padding: 10.5px 15px;
    background-color: #5b6271;
    display:block;
	font-size:14px;
}
.title-style{
	font-weight:bold;color:#7b4c52;
}
 
.student ul li a:visited {
    color: white;
}
 .student ul li a:hover, .student ul li .current {
    color: white;
    background-color: #ab5e5f;
}

.student .widgettitle {
    background-color: #1c4370;
    color: #ffffff;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 20px;
    width: 250px;
    margin-bottom:0px;
    font-weight: bold;
      text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 13px;
    border-bottom: 1px solid;
}
.student ul li a {
    cursor: pointer;
    -webkit-transition: padding-left 250ms ease-out;
    -moz-transition: padding-left 250ms ease-out;
}
.student ul li a:hover {
	    padding-left: 10.5px 15px;
	}


	.journal_content h2{
	color: rgb(23, 210, 110);
	}
	
	.journal_content p {
	  text-align:justify;
	}

.edito-profile-pic{
	    width: 150px;
		height: 150px;
    margin: 0 auto;
    display: block;
	overflow:hidden;
	padding:5px;
	box-shadow: 0px 0px 10px 3px rgba(222, 222, 222, 0.75);
-moz-box-shadow: 0px 0px 10px 3px rgba(222, 222, 222, 0.75);
-webkit-box-shadow: 0px 0px 10px 3px rgba(222, 222, 222, 0.75);
margin-bottom:25px;
margin-top:25px;
}
.edito-profile-pic-slider{
	    width: 200px;
		height: 200px;
    margin: 0 auto;
    display: block;
	overflow:hidden;
	border-radius:10px;
	box-shadow: 0px 0px 10px 3px rgba(222, 222, 222, 0.75);
-moz-box-shadow: 0px 0px 10px 3px rgba(222, 222, 222, 0.75);
-webkit-box-shadow: 0px 0px 10px 3px rgba(222, 222, 222, 0.75);
margin-bottom:5px;
margin-top:5px;
}
.auth-name{
	font-size:18px;font-weight:bold;margin: 0px 0px 11px 0px;
	color:#d39063;font-family: "Open Sans", sans-serif;
	padding-left:25px;
 	 
}
.auth-name-slider{
	font-size:14px;font-weight:bold;margin: 0px 0px 5px 0px;
	color:#d39063;font-family: "Open Sans", sans-serif;
	text-align:center; 
}

.social-icons-style a{
	padding:5px 15px;
	margin-left:10px;
	
}
 
.img-cover {
   
   position: relative;
   width: 100%;
   padding-top: 28%; /* 8:5 Aspect Ratio */
}

.img-style {
   position:  absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   text-align: center;
   font-size: 20px;
   color: white;
}
.editors { 
    /* The image used */
    background-image: url(" ../img/banner.jpg");

    /* Set a specific height */
    height: 430px;
	 /*background:rgba(254,223,126,0.5);*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
vertical-align:top;
}
.about{ 
    /* The image used */
    background-image: url(" ../img/about.jpg");

    /* Set a specific height */
    height: 430px;
	 /*background:rgba(254,223,126,0.5);*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
vertical-align:top;
}

.payonline{ 
    /* The image used */
    background-image: url(" ../img/payonline.jpg");

    /* Set a specific height */
    height: 430px;
	 /*background:rgba(254,223,126,0.5);*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
vertical-align:top;
}


.j1{ 
    /* The image used */
    background-image: url(" ../img/j1.jpg");

    /* Set a specific height */
    height: 430px;
	 /*background:rgba(254,223,126,0.5);*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
vertical-align:top;
}
.j2{ 
    /* The image used */
    background-image: url(" ../img/j2.jpg");

    /* Set a specific height */
    height: 430px;
	 /*background:rgba(254,223,126,0.5);*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
vertical-align:top;
}
.j3{ 
    /* The image used */
    background-image: url(" ../img/j3.jpg");

    /* Set a specific height */
    height: 430px;
	 /*background:rgba(254,223,126,0.5);*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
vertical-align:top;
}
.j4{ 
    /* The image used */
    background-image: url(" ../img/j4.jpg");

    /* Set a specific height */
    height: 430px;
	 /*background:rgba(254,223,126,0.5);*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
vertical-align:top;
}
.j5{ 
    /* The image used */
    background-image: url(" ../img/j5.jpg");

    /* Set a specific height */
    height: 430px;
	 /*background:rgba(254,223,126,0.5);*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
vertical-align:top;
}
.j6{ 
    /* The image used */
    background-image: url(" ../img/j6.jpg");

    /* Set a specific height */
    height: 430px;
	 /*background:rgba(254,223,126,0.5);*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
vertical-align:top;
}
.j7{ 
    /* The image used */
    background-image: url(" ../img/j7.jpg");

    /* Set a specific height */
    height: 430px;
	 /*background:rgba(254,223,126,0.5);*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
vertical-align:top;
}
.j8{ 
    /* The image used */
    background-image: url(" ../img/j8.jpg");

    /* Set a specific height */
    height: 430px;
	 /*background:rgba(254,223,126,0.5);*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
vertical-align:top;
}
.j9{ 
    /* The image used */
    background-image: url(" ../img/j9.jpg");

    /* Set a specific height */
    height: 430px;
	 /*background:rgba(254,223,126,0.5);*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
vertical-align:top;
}
.j10{ 
    /* The image used */
    background-image: url(" ../img/j10.jpg");

    /* Set a specific height */
    height: 430px;
	 /*background:rgba(254,223,126,0.5);*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
vertical-align:top;
}
.j11{ 
    /* The image used */
    background-image: url(" ../img/j11.jpg");

    /* Set a specific height */
    height: 430px;
	 /*background:rgba(254,223,126,0.5);*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
vertical-align:top;
}
.j12{ 
    /* The image used */
    background-image: url(" ../img/j12.jpg");

    /* Set a specific height */
    height: 430px;
	 /*background:rgba(254,223,126,0.5);*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
vertical-align:top;
}
.j13{ 
    /* The image used */
    background-image: url(" ../img/j13.jpg");

    /* Set a specific height */
    height: 430px;
	 /*background:rgba(254,223,126,0.5);*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
vertical-align:top;
}
.j14{ 
    /* The image used */
    background-image: url(" ../img/j14.jpg");

    /* Set a specific height */
    height: 430px;
	 /*background:rgba(254,223,126,0.5);*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
vertical-align:top;
}

.j15{ 
    /* The image used */
    background-image: url(" ../img/j15.jpg");

    /* Set a specific height */
    height: 430px;
	 /*background:rgba(254,223,126,0.5);*/
    /* Create the parallax scrolling effect */
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
vertical-align:top;
}

.page-caption{
	font-family: "Anton", sans-serif;
	  font-size: calc(2vw + 2vh + 2.2vmin);

	text-transform: uppercase;
	color:#7b4c52;
	text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
	 padding-top:150px;
text-align:left;
padding-left:12%;
}






.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;

}
.swiper-slide{
  width: 300px;
}
.swiper-slide h3{margin-top:10px;margin-bottom:0px;}
.swiper-slide p{
	color:#c52d27;
	text-align:center !important;
	font-weight:bold;
}
.swiper-slide a{color:#636363;font-size:11px;}


.article_row-title{
	background:#5b6271;
	padding:10px;
	color:#ffffff;
	font-size:14px;
}
.article_row-title > .badge-waring{background:#ecdbc9;color:#4b2b0a; font-size:14px;font-weight:normal;border-radius:0px;font-weight:bold;}
  .article_row{
box-shadow: 0px 0px 10px 3px rgba(222, 222, 222, 0.75);
-moz-box-shadow: 0px 0px 10px 3px rgba(222, 222, 222, 0.75);
-webkit-box-shadow: 0px 0px 10px 3px rgba(222, 222, 222, 0.75);
border-radius:10px;
border:1px solid #cccccc;
}
.article_row h3{
 
   margin:10px 10px 10px 0px;
   padding:0px;
}

.article_row h5{
color: rgb(212, 144, 99);
    font-weight: bold;

}

.article_row  img{width:190px;border-radius:10px;}
.btn_article {
   background: rgb(216, 138, 103) !important ;
    color: rgb(255, 255, 255) !important;
    border: 0px !important;
    border-radius: 0px;
    font-size: 15px;
    font-weight: bold;
}

/****Archives Style ****/

/*Profile card 2*/
.profile-card-2 .card-img-block{
    float:left;
    width:100%;
    height:150px;
    overflow:hidden;
}
.profile-card-2 .card-body{
    position:relative;
}
.profile-card-2 .profile {
  border-radius: 50%;
  position: absolute;
  top: -42px;
  left: 25%;
  max-width: 75px;
  border: 3px solid rgba(233,177, 118,0.5);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.profile-card-2 h5{
    font-weight:600;
    color:#6ab04c;
}
.profile-card-2 .card-text{
    font-weight:300;
    font-size:12px;
}
.profile-card-2 .icon-block{
    float:right;
    width:35%;
	padding-right:0px;
	font-size:26px;
	
}
.profile-card-2 .icon-block a{
    text-decoration:none;
	color:#7b4c52;
}

  .icon-block2{
    float:right;
   margin-top:-10px;
	 
	font-size:30px !important;
	
}
  .icon-block2 a{
    text-decoration:none;
	color:#7b4c52 !important;
}
.archive-title{color:#7b4c52;border-left:5px solid #e9b176;padding:15px;font-family: "Anton", sans-serif;}
 .card-title{ font-family: "Open Sans", sans-serif;font-weight:300;color:#7b4c52 !important; }
 .article-title{padding:15px;font-family: "Anton", sans-serif;color:#7b4c52;}
 .para-article{ font-family: "Open Sans", sans-serif;line-height:1.2;font-size:14px; padding:0px;}
 
 /* The hero image */
.hero-image {
   		box-shadow: 0px 0px 10px 3px rgba(222, 222, 222, 0.75);
		-moz-box-shadow: 0px 0px 10px 3px rgba(222, 222, 222, 0.75);
		-webkit-box-shadow: 0px 0px 10px 3px rgba(222, 222, 222, 0.75);
		/* Set a specific height */
		width:100%;
		height:300px;
		margin-bottom:50px;
		/* Position and center the image to scale nicely on all screens */
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
}

/* Place text in the middle of the image */
.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
 
ul.aaa{
    list-style-type: circle;
}


.card-body {
	
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding:0.25rem 0.5rem;
}
 
.card:hover{
	box-shadow: 0px 0px 10px 3px rgba(222, 222, 222, 0.75);
		-moz-box-shadow: 0px 0px 10px 3px rgba(222, 222, 222, 0.75);
		-webkit-box-shadow: 0px 0px 10px 3px rgba(222, 222, 222, 0.75);
	
}

/********** Latest Articles********/

.grid {
display: inline-block;
    position: relative;
    margin: 1%;
    float:left;
   
}



/*******************list of journals***********************/





.journalbox
{
position:relative;
width:auto;
height:auto;
margin:0px;
padding:10px;
}

.journalbox .row{
position:relative;
width:auto;
height:auto;
float:left;
margin-bottom:25px;
}


.journalbox .row .box
{
position:relative;
width:248px;
height:170px;
background:#ffe07b;
float:left;
margin-left:15px;
margin-bottom:10px;
box-sizing: border-box;
overflow:hidden;
border-radius: 7px;
}
.journalbox .box .icon{
position:absolute;
top:0;
left:0;
background: #f00;
width:100%;
height:100%;
transition: 0.5s;
z-index: 1;
}

.journalbox .box:hover .icon{
top:15px;
left: calc(50% - 40px);
width:80px;
height:80px;
border-radius: 50%;
float:left;
background-position:bottom;
box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 1);
}

.journalbox .box .content{
position:absolute;
top:100%;
height: calc(100% -100px);
text-align:center;
padding:20px;
margin::20px;
box-sizing: border-box;
transition: 0.5s;
opacity:0;
float:left;
}
.journalbox .box:hover .content{
top:100px;
opacity:1;
}

.journalbox .box .content p{
margin:0;
padding:0;
color:#7b4c52;
font-weight:bold;
font-size:14px;
text-align:center;
}



#button-14 {
  background-image: linear-gradient(#f7f8fa ,#e7e9ec);
  border-color: #adb1b8 #a2a6ac #8d9096;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  box-shadow: rgba(255,255,255,.6) 0 1px 0 inset;
  box-sizing: border-box;
  color: #0f1111;
  cursor: pointer;
  display: inline-block;
  font-family: "Amazon Ember",Arial,sans-serif;
  font-size: 14px;
  height: 29px;
  font-size: 13px;
  outline: 0;
  overflow: hidden;
  padding: 0 11px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

#button-14:active {
  border-bottom-color: #a2a6ac;
}

#button-14:active:hover {
  border-bottom-color: #a2a6ac;
}

#button-14:hover {
  border-color: #a2a6ac #979aa1 #82858a;
}

#button-14:focus {
  border-color: #e77600;
  box-shadow: rgba(228, 121, 17, .5) 0 0 3px 2px;
  outline: 0;
}






/*******************Images-Grid for Editors***********************/







/*************************Slideshow*************************/



.slidemain{
float:none;

background:#ffe07b;
width:100%;
height:400px;
margin-bottom:100px;
}








/**********************************slideshow end*********************/







input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #ab5f5f;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #7b4c52;
}

.containers {
float:left;
width:auto;
height:auto;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;


}