/* Colors codes sortlisted
--------------------------
Pinkish - #f73c56
Orange - #FF9F55
Light Green - #83af9d

Menu Item - #999
||      Active  - #ececec
*/

/* Font style Loading
-------------------------------------------------- */
@font-face {
  font-family: 'Lato', sans-serif;
  src: url('../fonts/Lato/Lato-Black.ttf');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Lato', sans-serif;
  src: url('../fonts/Lato/Lato-BlackItalic.ttf');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Lato', sans-serif;
  src: url('../fonts/Lato/Lato-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato', sans-serif;
  src: url('../fonts/Lato/Lato-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Lato', sans-serif;
  src: url('../fonts/Lato/Lato-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato', sans-serif;
  src: url('../fonts/Lato/Lato-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Lato', sans-serif;
  src: url('../fonts/Lato/Lato-Light.ttf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato', sans-serif;
  src: url('../fonts/Lato/Lato-LightItalic.ttf');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Lato', sans-serif;
  src: url('../fonts/Lato/Lato-Hairline.ttf');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Lato', sans-serif;
  src: url('../fonts/Lato/Lato-HairlineItalic.ttf');
  font-weight: 100;
  font-style: italic;
}

/* Fonts
-------------------------------------------------- */
@font-face {
  font-family: 'montezregular';
  src: url('../fonts/Montez-Regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* GLOBAL STYLES
-------------------------------------------------- */
html,body{
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body {
  color: #5a5a5a;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

/* Styling Headings
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6{
  font-family: 'Lato', sans-serif;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.025em;
}


/* Navbar Customization
-------------------------------------------------- */
#menu{
  transition: all 0.8s;
}
#menu.navbar-default {
  background-color: rgba(248, 248, 248, 0);
  border-color: rgba(231, 231, 231, 0);
  /*box-shadow: 0 8px 6px -9px #999;*/
}
#menu a.navbar-brand {
  font-family: 'montezregular';
  font-size: 26px;
  color: #fff;
  padding: 2px;
  font-weight: 400;
  letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  color: #ddd;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 30px;
}
#menu.navbar-default.on .navbar-nav > li > a {
  color: #101623;
}
#menu.navbar-default .navbar-nav > li > a:hover {
  color: #D9222A;
  font-weight: 600;
}
#menu.navbar-default.on .navbar-nav > li > a > i{
  padding-right: 6px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #D9222A !important;
  border-bottom: 2px solid #D9222A;
  background-color: transparent;
  font-weight: 600 !important;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #D9222A;
  border-color: #D9222A;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
  background-color: #FFF;
}
.on {
  background-color: #fff !important;
  padding: 0 !important;
  border-color: #e7e7e7;
  box-shadow: 0 8px 6px -9px #999;
}

/* Utilities
-------------------------------------------------- */
.section-title {
  padding-top: 10px;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 60px;
  text-align: center;
}
.section-sub-title{
  font-size: 14px;
  margin-left: 10px;
  text-align: left;
}
.div{
  background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
}
hr{
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
  background-image: -webkit-linear-gradient(left, #fff, #ccc, #fff);
  background-image: -moz-linear-gradient(left, #fff, #ccc, #fff);
  background-image: -ms-linear-gradient(left, #fff, #ccc, #fff);
  background-image: -o-linear-gradient(left, #fff, #ccc, #fff);
  width: 50%;
  left: 25%;
  position: relative;
  border: none;
}
.m-r-25{
  margin-left: 50px;
}
.m-t-20{
  margin-top: 20px !important;
}
.p-l-0{
  padding-left: 0;
}
.m-t-0{
  margin-top: 0;
}
.p-20{
  padding: 20px;
  margin: 20px;
}
.m-t-50{
  margin: 50px 0;
}
.m-tb-50{
  margin: 50px 0;
}
.p-0{
  padding: 0;
}
/* Buttons
-------------------------------------------------- */
.btn-default {
  color: rgba(255,255,255,0.8);
  background-color: transparent;
  border: 1px solid #fff;
  margin: 0;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 6px;
}
.btn-custom{
  color: #f73c56;
  background-color: transparent;
  border: 1px solid #f73c56;
  margin: 0;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 6px;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
  background-color: #f73c56;
  border: 1px solid #f73c56;
  color: #fff;
}

#about-section .btn-default{
  color: #f73c56;
  border: 1px solid #f73c56;
  margin: 20px 0 0 0;
}

#about-section .btn-default:hover, #about-section .btn-default:focus, #about-section .btn-default.focus, #about-section .btn-default:active, #about-section .btn-default.active {
  background-color: #f73c56;
  border: 1px solid #f73c56;
  color: #ffffff
}

/* Header Section
------------------------ */
header{
  background: url(../img/cover/cover2.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  height: 100%;
  background-color: transparent;
}
.intro-text{
  position: relative;
}
header p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
.intro-text h1 {
  font-size: 52px;
  color: #FFFFFF;
  font-weight: 300;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px #000000;
}
.intro-text .brand {
  font-family: 'lato';
  font-weight: 300;
  color: #f73c56;
}

/* Mouse Wrapper
-------------------------------------------------- */
.mouse-wrapper{
  position: absolute;
  width: 28px;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 30px;
}
.mouse-wrapper .mouse{
  width: 26px;
  height: 40px;
  color: rgba(235, 235, 235, 0.5);
  border: 2px solid rgba(235, 235, 235, 0.5);
  border-radius: 14px;
  -webkit-border-radius: 14px;
}
.mouse-wrapper .mouse-scroll{
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: rgba(235, 235, 235, 0.5);
  position: relative;
  top: 5px;
  left: 9px;
  -webkit-animation: scrolls 1.3s ease-out infinite;
}
.mouse-wrapper .mouse:hover {
  border: 2px solid #f73c56;
}
.mouse-wrapper .mouse-scroll{
  background-color: #f73c56;
}

@-webkit-keyframes scrolls {
  0% {
    top: 6px;
    opacity: 1;
    height: 4px;
  }
  95% {
    top: 14px;
    opacity: 0;
    height: 10px;
  }
  100% {
    top: 6px;
    opacity: 1;
    height: 4px;
  }
}

/* About Section
-------------------------------------------------- */
#about-section .section{
  clear: both;
  padding-top: 60px !important;
}
#about-section h4{
  font-weight: 300;
  font-size: 16px;
  text-align: justify;
  text-shadow: 1px 1px 1px #ccc;
}
#about-section h3{
  color: #f73c56;
  text-shadow: 1px 1px 1px #ccc;
}

/* Vision Section
------------------------------------------------- */
#vision-section{
  background-image: url("../img/cover/cover3.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.vision-content{
  color: #fff;
  padding: 100px;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  display: block;
  text-shadow: 2px 2px 4px #000000;
}


/* services-section - New CSS
-------------------------------------------------- */
#services-section, #gallery-section{
  background-color: #f8f8f8;
  clear: both;
}
#services-section .row .card-height{
  height: auto;
}
.section{
  padding: 80px 0; 
}
.section-heading{
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}
img.border-img{
  width: 150px;
  margin: 0 auto;
}
.section-heading h2{
  font-size: 1.7em;
  letter-spacing: 4px;
}
.card img{
  width: 100%;
  height: auto;
}
.card{
  margin-bottom: 50px;
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.card:hover{
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
}
.card-link{
  text-decoration: none !important;
}
.card .card-heading{
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 500;
  color: #666666;
  padding: 20px 10px;
}
.card .card-content{
  padding: 20px 30px 40px 40px;
}
.card .card-list{
  list-style-type: none;
  text-align: justify;
  margin: 10px;
  padding: 0;
}
.fa-ul .fa-li{
  font-weight: 900;
}
.card .card-list li{
  margin-bottom: 16px;
  font-weight: 400;
  color: #777;
}
#gallery-section .gallery-item{
  margin: 10px 0;
}
#gallery-section .col-xs-6{
  margin-bottom: 40px;
}


/* Gallery Page
-------------------------------------------------- */
.gallery-header{
  background: url("../img/cover/cover2.png") no-repeat center center;
  background-size: cover;
  color: #fff;
  height: 75%;
  background-color: transparent;
}


/* Achievements-Section
-------------------------------------------------- */
#achievements-section{
  padding: 80px 0;
  background:url("../img/cover/cover2.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: 2px 2px 4px #000000;
  font-size: 62px;
  font-weight: 300;
  color: rgba(255,255,255,0.9);
}

#achievements-box h4 {
  color: rgba(255,255,255,0.8);
  font-size: 20px;
  font-weight: 400;
  margin-left: 5px;
}

#achievements-box span.counter {
  display: inline-block;
  padding: 0;
  margin: 0;
}

/* Google Maps Section
-------------------------------------------------- */
#maps-section{
  /*padding-top: 60px;*/
  background-color: #f8f8f8;
}
#google-maps{
  margin:0;
  padding: 0;
  height: 600px;
}

/* Testimonials Sections
-------------------------------------------------- */
#testimonials-section{
  background: url(../img/cover/cover1.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  height: 500px;
  background-color: transparent;
  padding-top: 50px;
  margin: 0;
}
#testimonials-section .section-heading h2{
  margin-top: 0;
  padding-top: 60px;
}
.carousel-caption i{
  color: #f3f4f7;
  font-size: 30px;
  margin: 6px 20px;
}
.carousel{
  height: 100%;
}
.carousel-caption{
  position:static;
  padding: 50px 20%;
  font-size: 22px;
  font-weight: 300;
}
.carousel-indicators{
  bottom: 20px;
}

/* Contact Us Section
-------------------------------------------------- */
#contact-section {
  padding: 60px 0;
  background: url(../img/contact-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}
#contact-section .section-title h2 {
  color: rgba(255,255,255,0.8);
}
#contact-section h3 {
  color: rgba(255,255,255,0.8);
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 50px;
}
#contact-section p {
  color: rgba(255,255,255,0.8);
  margin-bottom: 20px;
}
#contact-section form {
  padding: 0;
}
#contact-section i.fa {
  font-size: 22px;
  color: rgba(255,255,255,0.4);
  margin: 2px 20px 5px 0;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  float: left;
}
#contact-section .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 2px solid #ddd;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact-section .form-control:focus {
  border-color: inherit;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
#contact-section .text-danger {
  color: #cc3300;
  text-align: left;
}
#honeypot {
  display: none; /*makes the field not visible to humans*/
}

/* Footer
-------------------------------------------------- */
#footer {
  color: rgba(255,255,255,0.8);
  background: #202020;
  padding: 30px 20px 20px;
}
#footer ul li {
  display: inline-block;
  margin: 0 15px;
}
#footer ul{
  padding-left: 0 !important;
}
#footer .social-section i.fa {
  color: #777;
  font-size: 30px;
  padding:0;
}
#footer i.fa-linkedin-square:hover {
  color: #0077b5;
}
#footer i.fa-facebook-square:hover {
  color: #3b5998;
}
#footer i.fa-instagram:hover {
  color: #e1306c;
}
#footer p {
  font-size: 12px;
  margin-top: 10px;
  color: #999;
}
#footer span {
  font-size: 12px;
  margin-top: 10px;
  color: #999;
}
#footer .fa-heart{
  font-size: 16px;
  color: #fd1d1d;
}
#footer a{
  text-decoration: none;
}
#footer .credits span:hover{
  color: #ffffff;
}

/* Media Queries for the different screen resolutions
------------------------------------------------------------ */
@media (min-width: 770px) {
  /*Scrolling Navbar*/
  .navbar {
    padding: 20px 0;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
  }
  .top-nav-collapse {
    padding: 0; 
  }
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
}

@media (max-width: 1300px) {
  #menu.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
  }
}

/* Responsive CSS for Mobiles
-------------------------------------------------- */
@media(max-width: 475px){
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    border-bottom: 0;
  }
  .navbar-brand img{
    width: 60px;
  }
  #menu a.navbar-brand{
    padding: 5px 10px;
  }
  header p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .intro-text{
    text-align: center;
  }
  .intro-text h1 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 16px;
  }
  #about-section .content{
    margin-bottom: 30px; 
    text-align: justify;
  }
  #about-section h3{
    font-size: 20px;
  }
  .section-heading{
    margin-bottom: 30px;
  }
  .section{
    padding: 50px 30px;
  }
  .vision-content{
    padding: 50px 30px !important;
  }
  .vision-content h2{
    font-size: 20px !important;
  }
  #footer .credits{
    text-align: center !important;
  }
  #footer .social-section i.fa {
    margin-top: 10px;
  }
  .card .card-content{
    padding: 20px 20px 20px 30px;
  }
  #services-section .row .card{
    height: auto;
  }
  .m-b-20{
    margin-bottom: 20px !important;
  }
  /*portfolio codes*/
  #achievements-box span.counter{
    font-size: 42px;
  }
  #achievements-box h4{
    font-size: 18px;
    margin: 0;
  }
  .p-l-0{
    padding-left: 0;
  }
  #footer{
    padding: 30px 0;
  }
  #footer ul li{
    margin:0 7px;
  }
  .carousel-caption{
    padding: 0 50px;
  }
}

/* Responsive CSS for iPad
-------------------------------------------------- */
@media(min-width: 475px) and (max-width: 768px){
  /*portfolio codes*/
  .card{
    height: 140px;
  }
  .card img{
    /*max-width: 120px;*/
    height: 100%;
    float: left;
  }
  .card .card-content{
    padding: 16px 10px;
    width: 58%;
  }
  .card .card-content h3{
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px){
  .card .card-heading{
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  #preloader #status #loader{
    top: 51% !important;
  }
  #preloader #status #loader img{
    margin-left: -40% !important;
    margin-top: -40% !important; 
  } 
  #loading{
    left: 45% !important;
  }
}

/* Preloader Background
-------------------------------------------------- */
#preloader{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 99;
}
#status{
  width: 100%;
  height: 100%;
  background-size: cover;
}
#preloader #status #loader{
  position: absolute;
  width: 75px;
  height: 75px;
  top: 46%;
  left: 47%;
}
#preloader #status #loader img{
  width: 75px;
  height: 75px;
  width: 100%;
} 
#loading{
  display: block;
  position: relative;
  left: 48%;
  top: 55%;
  width: 200px;
  height: 100px;
  margin: 20px 0 0 -75px;
  color: #ffffff;
  letter-spacing: 3px;
  font-size: 12px;
  text-align: center;
}

/* Typed JS
-------------------------------------------------- */
.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
iframe{
  display: none;
}



/*Murugan Stores
-------------------*/

.slick-container {
  margin: 0 auto;
  padding: 40px;
  width: 100%;
  color: #333;
  background: #419be0;
}

.slick-slide {
  text-align: center;
  color: #419be0;
  background: white;
}


/* Slick Container
---------------------*/
.sec-grey {
  width: 100%;
  float: left;
  background-color: #f6f6f6;
}
.slider {
  padding-top: 77px;
}
@media (max-width: 767px) {
  .slider {
    padding-top: 72px;
  }
}
.big-box-slider {
  clear: both;
  padding-bottom: 10px;
  width: 100%;
}
/*
@media (min-width: 1200px) {
  .big-box-slider {
    width: 100%;
    margin-left: -1170px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .big-box-slider {
    width: 2910px;
    margin-left: -970px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .big-box-slider {
    width: 2215px;
    margin-left: -733px;
  }
}
@media (max-width: 767px) {
  .big-box-slider {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
}
.big-box-slider .btn-primary {
  margin-top: 33px;
}
@media (max-width: 767px) {
  .box-slider {
    background-color: #fff;
  }
}
*/
.box-slider .slick-arrow {
  width: 60px;
  height: 45px;
  border: 2px solid #d9262c;
  text-indent: -10000px;
  position: absolute;
  top: 60%;
  margin-top: -22.5px;
  z-index: 4;
}
.box-slider .slick-arrow:hover {
  background-color: #fff;
}
.box-slider .slick-prev {
  background: url(../img/utilities/left.png) no-repeat center center;
  background-color: #d9262c;
  left: 0;
}
.box-slider .slick-prev:hover {
  background: url(../img/utilities/left-hover.png) no-repeat center center;
  background-color: #fff;
}

/*
@media (min-width: 992px) and (max-width: 1199px) {
  .box-slider .slick-prev {
    left: 946px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-slider .slick-prev {
    left: 734px;
  }
}
@media (max-width: 767px) {
  .box-slider .slick-prev {
    left: 17px;
  }
}
@media (max-width: 479px) {
  .box-slider .slick-prev {
    left: -13px;
  }
}*/
.box-slider .slick-next {
  background: url(../img/utilities/right.png) no-repeat center center;
  background-color: #d9262c;
  right: 0;
}
.box-slider .slick-next:hover {
  background: url(../img/utilities/right-hover.png) no-repeat center center;
  background-color: #fff;
}
/*
@media (min-width: 992px) and (max-width: 1199px) {
  .box-slider .slick-next {
    right: 946px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-slider .slick-next {
    right: 734px;
  }
}
@media (max-width: 767px) {
  .box-slider .slick-next {
    right: 17px;
  }
}
@media (max-width: 479px) {
  .box-slider .slick-next {
    right: -13px;
  }
}
*/
.slide-item {
  padding: 0 20px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .slide-item {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .slide-item .box-slide-item {
    display: flex;
    flex-direction: row;
  }
}
.slide-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.92;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";
  filter: alpha(opacity=92);
  display: block;
  z-index: 2;
}
.slide-item .slide-text {
  padding-top: 83px;
  text-align: left;
}
@media (max-width: 767px) {
  .slide-item .slide-text {
    padding-bottom: 69px;
    text-align: center;
  }
}
.slide-item .slide-text h3 {
  font-family: "alternate-gothic-no-2-d", Arial, Verdana;
  font-size: 52px;
  font-size: 5.2rem;
  font-weight: 400;
  color: #080000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 44px;
}
@media (max-width: 767px) {
  .slide-item .slide-text h3 {
    font-size: 45px;
    font-size: 4.5rem;
    margin-bottom: 41px;
    text-align: center;
  }
  .slide-item .slide-text h3 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .slide-item .slide-text img {
    border: 3px solid #5e5568;
  }
}
.slide-item .slide-text hr {
  width: 55px;
  border-color: #222222;
}
@media (max-width: 767px) {
  .slide-item .slide-text hr {
    margin-left: auto;
    margin-right: auto;
  }
}
.slide-item .slide-text p {
  font-family: "museo-sans", Arial, Verdana;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 300;
  color: #575858;
}
@media (max-width: 767px) {
  .slide-item .slide-text p {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    color: #000;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .slide-item .slide-text {
    text-align: center;
  }
}
.slide-item .slide-text .btn-danger {
  margin-top: 29px;
  display: inline-block;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .slide-item .slide-text .btn-danger {
    margin-top: 0;
    margin-bottom: 0;
    width: 238px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .slide-item .slide-text .btn-danger {
    width: 228px;
  }
}
.slide-item .slide-text .btn-primary {
  display: inline-block;
  margin-top: 0;
  height: 56px;
  line-height: 56px;
  width: 228px;
  text-align: center;
}
@media (max-width: 639px) {
  .slide-item .slide-text .btn-primary {
    margin-top: 20px;
  }
}
.slide-item .slide-photo {
  padding: 0;
  overflow: hidden;
}
.slide-item .slide-photo img {
  object-fit: cover;
  height: 100%;
}

.slick-center:before {
  display: none;
}
.slick-center .slide-text .btn-danger {
  display: inline-block;
}
.slide-item .slide-photo {
    /*height: 452px;*/
}
.slide-item .slide-photo img {
    width: 100%;
}
.btn-danger {
    font-family: "alternate-gothic-no-3-d", Arial, Verdana;
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0 32px;
    height: 50px;
    line-height: 50px;
    background-color: #d9262c;
    border-color: #d9262c;
}




