@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"),
    url(https://fonts.gstatic.com/s/roboto/v18/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: local("Montserrat Light"), local("Montserrat-Light"),
    url(https://fonts.gstatic.com/s/montserrat/v12/IVeH6A3MiFyaSEiudUMXExNcqx07xvyppV96iFRdwiM.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
html,
body {
  height: 100%;
  width: 100%;
  font-size: 16px;
  color: #f5f5f5;
  font-family: "Roboto", sans-serif;
  vertical-align: baseline;
  padding: 0;
  margin: 0;
  overflow: visible;
  /* -webkit-text-size-adjust: auto; */
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #222;
}
ul,
label {
  margin: 0;
  padding: 0;
}
body a {
  text-decoration: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
a:active,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
.container-fluid {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
button:focus {
  outline: none;
}
:before,
:after {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

/***********============================================== header_topbar =====================================================***********/
.navigation {
  padding: 0 15px;
  z-index: 99;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .header_topbar {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 600px) {
  .header_topbar {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .header_topbar {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .header_topbar {
    padding: 10px 50px 5px 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .header_topbar {
    padding: 10px 100px 5px 100px;
  }
}
@media only screen and (min-width: 1500px) {
  .header_topbar {
    padding: 10px 160px 5px 160px;
  }
}
.header_topbar .mt10 {
  margin-top: 13px;
}
.header_topbar .mt15 {
  margin-top: 15px;
}
.header_topbar .mt30 {
  margin-top: 30px;
}
.header_topbar {
  position: relative;
  color: #797979;
  font-weight: 400;
  display: block;
  z-index: 99;
  font-size: 15px;
  background: #101213 !important;
}
.header_topbar .links {
  margin-top: 7px;
}
.header_topbar .links li {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  position: relative;
  display: inline-block;
  line-height: 22px;
  padding-right: 11px;
  margin-right: 10px;
}
.header_topbar .links li a {
  color: #fff;
  font-weight: 500;
}
.header_topbar .links li .fa {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding-right: 5px;
}
.header_topbar .social:last-child {
  margin-bottom: 0;
}
.header_topbar .social li {
  display: inline-block;
  border-bottom: none;
  border-right: none;
  border-top: none;
  width: 25px;
  line-height: 30px;
}
.header_topbar .social li a {
  color: #fff;
}
.header_topbar .social li a i {
  font-size: 14px;
  padding-top: 0px;
  line-height: 24px;
}
/***********============================================== header_topbar =====================================================***********/

/***********============================================== header_bottom =====================================================***********/
@media only screen and (max-width: 600px) {
  .header_bottom {
    padding: 0px 0px 0px 0px;
  }
  .logo {
    text-align: center;
  }
  .logo img {
    margin: 0 auto;
    text-align: center;
    width: 70%;
    height: 70%;
  }
}
@media only screen and (min-width: 600px) {
  .header_bottom {
    padding: 0px 0px 0px 0px;
  }
  .logo {
    text-align: center;
  }
  .logo img {
    margin: 0 auto;
    text-align: center;
    width: 70%;
    height: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .header_bottom {
    padding: 0px 20px 0px 20px;
  }
  .logo {
    text-align: left;
  }
  .logo img {
    margin: 0px 0px;
    text-align: left;
    width: 80%;
    height: 80%;
  }
}
@media only screen and (min-width: 992px) {
  .header_bottom {
    padding: 0px 50px 0px 50px;
  }
  .logo {
    text-align: left;
  }
  .logo img {
    margin: 0px 0px;
    text-align: left;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .header_bottom {
    padding: 0px 100px 0px 100px;
  }
  .logo {
    text-align: left;
  }
  .logo img {
    margin: 0px 0px;
    text-align: left;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 1500px) {
  .header_bottom {
    padding: 0px 160px 0px 160px;
  }
  .logo {
    text-align: left;
  }
  .logo img {
    margin: 0px 0px;
    text-align: left;
    width: 100%;
    height: 100%;
  }
}
.header_bottom {
  display: block;
  position: relative;
  z-index: 99;
}
.header_bottom .mt30 {
  margin-top: 30px;
}
.header_bottom .mt20 {
  margin-top: 20px;
}
.header_bottom .mt15 {
  margin-top: 15px;
}
.header_bottom {
  position: relative;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 25;
}
header {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
}
nav {
  position: relative;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #head-mobile {
  display: none;
}
#cssmenu {
  font-family: "Quicksand", sans-serif;
}
#cssmenu .pull-right {
  padding-top: 25px;
}
#cssmenu > ul {
  padding-left: 0px;
}
#cssmenu > ul > li {
  float: left;
  z-index: 1000;
}
#cssmenu > ul > li > a {
  padding: 17px 20px;
  font-size: 15px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-family: "Quicksand", sans-serif;
}
#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
  color: #fff;
}
#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 24px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: "";
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 21px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  background: #f7f7f7 none repeat scroll 0 0;
  box-shadow: 0 8px 11px 4px rgb(158 158 158 / 10%);
  -webkit-box-shadow: 0 8px 11px 4px rgb(158 158 158 / 10%);
  border-radius: 0px 0px 5px 5px;
  padding-bottom: 8px !important;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
  border-radius: 3px;
  padding-bottom: 8px !important;
}
#cssmenu ul ul li a {
  padding: 15px 10px;
  width: 230px;
  font-size: 14px;
  text-decoration: none;
  color: #222;
  font-weight: 500;
  text-align: left;
  border-bottom-width: 1px;
  border-bottom-color: #f1f1f1;
  border-bottom-style: solid;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #000;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #222;
  content: "";
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 14px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #222;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #bce4ed;
  color: #fff;
}
#cssmenu ul ul ul li.active a {
  border-left: 1px solid #000;
}
#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #0269ac;
}

@media screen and (max-width: 1000px) {
  .navigation header {
    padding: 15px 0px 10px 0px !important;
    margin-top: 0px;
  }
  header {
    background: #191919;
    font-family: "Quicksand", sans-serif;
    padding: 10px 0px;
    margin-top: 20px;
  }
  nav {
    width: 100%;
    background: #191919;
  }
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
    background: #191919;
    margin-top: 0px;
    padding-left: 0px;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #ccc;
    background: #191919;
  }
  #cssmenu > ul > li > a {
    padding: 17px;
    font-size: 16px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    text-align: left;
  }
  #cssmenu > ul > li:hover > a,
  #cssmenu ul li.active a {
    color: #fff;
  }
  #cssmenu ul li:hover {
    background: #ccc;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
    background: #191919;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul {
    position: absolute;
    left: -9999px;
    background: #191919 none repeat scroll 0 0;
    box-shadow: none;
    -webkit-box-shadow: 0 8px 11px 4px rgb(158 158 158 / 10%);
    border-radius: 0px 0px 5px 5px;
    padding-bottom: 0px !important;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul li {
    background: #191919; /* fallback for old browsers */
  }
  #cssmenu ul ul li:hover {
    background: #191919 !important;
    color: #fff;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #fff;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #fff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 15px;
    font-weight: 700;
  }
  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
    margin-top: 0px;
    background: #191919;
  }
  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
  }
  .button:before {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    content: "";
  }
  .button.menu-opened:after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #444;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #191919;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: "";
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: "";
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu ul ul ul li.active a {
    border-left: none;
  }
  #cssmenu > ul > li.has-sub > ul > li.active > a,
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
}

.header_bottom .btn {
  font-family: "Quicksand", sans-serif;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.header_bottom .icon1 {
  height: 80px;
  width: 80px;
  /* background: #fff; */
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 8px;
}
.pl {
  padding-left: 0px !important;
}
.pr {
  padding-right: 0px !important;
}
/***********============================================== header_bottom =====================================================***********/

/***********============================================== slider =====================================================***********/
@media only screen and (max-width: 600px) {
  .slider {
    margin-top: 0px;
  }
  .slider .carousel-caption h2 {
    font-size: 20px;
  }
  .slider img {
    width: 60% !important;
    height: 70% !important;
  }
}
@media only screen and (min-width: 600px) {
  .slider {
    margin-top: 0px;
  }
  .slider .carousel-caption h2 {
    font-size: 20px;
  }
  .slider img {
    width: 60% !important;
    height: 70% !important;
  }
}
@media only screen and (min-width: 768px) {
  .slider {
    margin-top: -120px;
  }
  .slider .carousel-caption h2 {
    font-size: 40px;
  }
  .slider img {
    width: 60% !important;
    height: 70% !important;
  }
}
@media only screen and (min-width: 992px) {
  .slider {
    margin-top: -120px;
  }
  .slider .carousel-caption h2 {
    font-size: 46px;
  }
  .slider img {
    width: 100% !important;
    height: auto !important;
  }
}
@media only screen and (min-width: 1200px) {
  .slider {
    margin-top: -120px;
  }
  .slider .carousel-caption h2 {
    font-size: 46px;
  }
  .slider img {
    width: 100% !important;
    height: auto !important;
  }
}
@media only screen and (min-width: 1500px) {
  .slider {
    margin-top: -150px;
  }
  .slider .carousel-caption h2 {
    font-size: 50px;
  }
  .slider img {
    width: 100% !important;
    height: auto !important;
  }
}
.slider {
  position: relative;
  z-index: 9;
}
.slider .carousel-caption {
  top: 32%;
  position: absolute;
  left: 6%;
  right: 0%;
  width: 100%;
  text-align: left;
}
.slider .overlay:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.80196) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.80196) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.80196) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
  z-index: 1;
}
.slider .carousel-caption h6 {
  font-family: "Quicksand", sans-serif;
  font-size: 24px;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}
.slider .carousel-caption h2 {
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}
.slider .carousel-caption h2:after {
  position: absolute;
  height: 2px;
  background: #ccc;
}
.slider .carousel-caption p {
  font-family: "Rubik", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.slider .carousel-caption .btn {
  font-family: "Rubik", sans-serif;
  color: #fff;
  display: inline-block;
  height: 50px;
  display: inline-flex;
  border-radius: 30px;
  background-color: #f2971f;
  padding: 0 35px;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
.slider .carousel-caption .btn:hover {
  background-color: transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background-image: repeating-linear-gradient(12deg, #fff, #fff 17px, transparent 17px, transparent 24px, #fff 24px),
    repeating-linear-gradient(102deg, #fff, #fff 17px, transparent 17px, transparent 24px, #fff 24px),
    repeating-linear-gradient(192deg, #fff, #fff 17px, transparent 17px, transparent 24px, #fff 24px),
    repeating-linear-gradient(282deg, #fff, #fff 17px, transparent 17px, transparent 24px, #fff 24px);
  background-size: 1px calc(100% + 24.54px), calc(100% + 24.54px) 1px, 1px calc(100% + 24.54px), calc(100% + 24.54px) 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  animation: borderAnimation 1.5s infinite linear;
  color: #fff !important;
}
@keyframes borderAnimation {
  from {
    background-position: 0 0, -13.46px 0, 100% -13.46px, 0 100%;
  }
  to {
    background-position: 0 -13.46px, 0 0, 100% 0, -13.46px 100%;
  }
}
.slider .carousel.carousel-fade .carousel-item {
  display: block;
  opacity: 0;
  transition: opacity ease-out 1.7s;
  left: 0;
  top: 0;
  position: absolute;
}
.slider .carousel.carousel-fade .carousel-item.active {
  opacity: 1 !important;
}
.slider .carousel.carousel-fade .carousel-item:first-child {
  top: auto;
  position: relative;
  transition: opacity ease-out 1.7s;
}
.slider .carousel.carousel-fade .carousel-item:second-child {
  top: auto;
  position: relative;
  transition: opacity ease-out 1.7s;
}
.slider .carousel-item .img-fluid {
  margin: 0 auto;
  width: 100% !important;
}
/***********============================================== slider =====================================================***********/

/***********============================================== section1 =====================================================***********/
@media only screen and (max-width: 600px) {
  .section1 {
    padding: 50px 20px 100px 20px;
  }
}
@media only screen and (min-width: 600px) {
  .section1 {
    padding: 50px 20px 100px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .section1 {
    padding: 50px 20px 100px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .section1 {
    padding: 50px 50px 100px 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .section1 {
    padding: 50px 100px 100px 100px;
  }
}
@media only screen and (min-width: 1500px) {
  .section1 {
    padding: 50px 160px 100px 160px;
  }
}
.section1 {
  background: url(../images/section1back.png) no-repeat top/cover;
}
.section1 .mt30 {
  margin-top: 30px;
}
.section1 .mt15 {
  margin-top: 15px;
}
.section1 h6 {
  font-family: "Shadows Into Light", cursive;
  font-size: 30px;
  font-weight: 400;
  color: #ed6904fd;
}
.section1 h2 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  color: #1d1d1d;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.section1 p {
  font-family: "Nunito", sans-serif;
  color: #1d1d1d;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.section1 .btn {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 400;
  background: #e08607;
  color: #fff;
  text-transform: capitalize;
  padding: 15px 45px;
  border-radius: 30px;
  margin-top: 20px;
}
.section1 .btn:hover {
  background: #101213;
}
/***********============================================== section1 =====================================================***********/

/***********============================================== section2 =====================================================***********/
@media only screen and (max-width: 600px) {
  .section2 {
    padding: 50px 20px 80px 20px;
  }
  .section2 .c3 {
    margin-top: 60px;
  }
  .section2 .block:before {
    height: 440px;
  }
}
@media only screen and (min-width: 600px) {
  .section2 {
    padding: 50px 20px 80px 20px;
  }
  .section2 .c3 {
    margin-top: 60px;
  }
  .section2 .block:before {
    height: 440px;
  }
}
@media only screen and (min-width: 768px) {
  .section2 {
    padding: 50px 20px 80px 20px;
  }
  .section2 .c3 {
    margin-top: -100px;
  }
  .section2 .block:before {
    height: 440px;
  }
}
@media only screen and (min-width: 992px) {
  .section2 {
    padding: 50px 50px 80px 50px;
  }
  .section2 .c3 {
    margin-top: -120px;
  }
  .section2 .block:before {
    height: 440px;
  }
}
@media only screen and (min-width: 1200px) {
  .section2 {
    padding: 50px 100px 80px 100px;
  }
  .section2 .c3 {
    margin-top: -120px;
  }
  .section2 .block:before {
    height: 380px;
  }
}
@media only screen and (min-width: 1500px) {
  .section2 {
    padding: 50px 160px 80px 160px;
  }
  .section2 .c3 {
    margin-top: -120px;
  }
  .section2 .block:before {
    height: 420px;
  }
}
.section2 .mt30 {
  margin-top: 30px;
}
.section2 .mt15 {
  margin-top: 15px;
}
.section2 .c2 {
  margin-top: 200px;
}
.section2 .c1 {
  margin-top: 50px;
}
.section2 .ei {
  margin-top: -210px;
}
.section2 .c2:before {
  content: " ";
  position: absolute;
  background-image: url(../images/si.png);
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  z-index: -1;
  background-position: right;
  top: -110px;
  left: 80px;
}
.section2 h6 {
  font-family: "Shadows Into Light", cursive;
  font-size: 30px;
  font-weight: 400;
  color: #ff8400;
}
.section2 h2 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  color: #1d1d1d;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.section2 .block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-self: flex-start;
}
.section2 .block:before {
  content: " ";
  position: absolute;
  /* background: #f2391f; */
  width: 100%;
  z-index: -1;
  border-radius: 30px;
  top: 30%;
  bottom: 0;
  display: block;
  transform: skewY(-7deg);
}
.section2 .block1:before {
  background: rgb(253, 137, 3);
}
.section2 .block2:before {
  background: rgb(253, 137, 3);
}
.section2 .block3:before {
  background: rgb(253, 137, 3);
}
.section2 .block:hover .block:before {
  background: #ea7e13;
  z-index: 0;
}
.section2 .block .content {
  padding: 10px 30px;
  display: block;
}
.section2 h4 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.section2 p {
  font-family: "Nunito", sans-serif;
  color: #ccc;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.section2 .btn {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 0px 0px;
  background-color: rgba(0, 0, 0, 0);
}
/***********============================================== section2 =====================================================***********/

/***********============================================== section3 =====================================================***********/
@media only screen and (max-width: 600px) {
  .section3 {
    padding: 50px 20px 140px 15px;
    margin-top: 300px;
  }
}
@media only screen and (min-width: 600px) {
  .section3 {
    padding: 50px 20px 140px 15px;
    margin-top: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .section3 {
    padding: 20px 20px 140px 15px;
    margin-top: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .section3 {
    padding: 20px 50px 140px 15px;
    margin-top: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  .section3 {
    padding: 20px 100px 140px 15px;
    margin-top: 120px;
  }
}
@media only screen and (min-width: 1500px) {
  .section3 {
    padding: 20px 160px 140px 15px;
    margin-top: 120px;
  }
}
.section3 {
  background: url(../images/section3back.jpg) no-repeat top/cover;
}
.section3 .mt30 {
  margin-top: 30px;
}
.section3 .mt15 {
  margin-top: 15px;
}
.section3 .c3 {
  margin-top: -100px;
}
.section3 h6 {
  font-family: "Shadows Into Light", cursive;
  font-size: 22px;
  font-weight: 400;
  color: #da261c;
}
.section3 h2 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 54px;
  line-height: 60px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.section3 p {
  font-family: "Nunito", sans-serif;
  color: #ccc;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.section3 .btn {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 400;
  background: #f2391f;
  color: #fff;
  text-transform: capitalize;
  padding: 15px 45px;
  border-radius: 30px;
  margin-top: 20px;
}
.section3 .btn:hover {
  background: #da261c;
}
/***********============================================== section3 =====================================================***********/

/***********============================================== section4 =====================================================***********/
@media only screen and (max-width: 600px) {
  .section4 {
    padding: 50px 20px 80px 20px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 600px) {
  .section4 {
    padding: 50px 20px 80px 20px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .section4 {
    padding: 20px 20px 100px 20px;
    margin-top: -150px;
  }
}
@media only screen and (min-width: 992px) {
  .section4 {
    padding: 20px 50px 100px 50px;
    margin-top: -150px;
  }
}
@media only screen and (min-width: 1200px) {
  .section4 {
    padding: 20px 100px 100px 100px;
    margin-top: -150px;
  }
}
@media only screen and (min-width: 1500px) {
  .section4 {
    padding: 20px 160px 100px 160px;
    margin-top: -150px;
  }
}
.section4 .mt30 {
  margin-top: 30px;
}
.section4 .mt15 {
  margin-top: 15px;
}
.section4 h6 {
  font-family: "Shadows Into Light", cursive;
  font-size: 30px;
  font-weight: 400;
  color: #da261c;
}
.section4 h2 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  color: #1d1d1d;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.section4 p {
  font-family: "Nunito", sans-serif;
  color: #1d1d1d;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.section4 .product-grid {
  font-family: "Quicksand", sans-serif;
  text-align: center;
  background: #fff;
  /* box-shadow: 0 3px 6px #eee, 3px 0 2px #eee, 0 2px 8px #eee; */
  border-radius: 15px;
  overflow: hidden;
  margin-top: 30px;
}
.section4 .product-grid .product-image {
  overflow: hidden;
  position: relative;
}
.section4 .product-grid .product-image a.image {
  display: block;
}
.section4 .product-grid .product-image img {
  width: 100%;
  height: auto;
}
.section4 .product-grid .product-discount-label {
  color: #fff;
  background: #da261c;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 5px 12px;
  border-radius: 15px 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.section4 .product-grid .product-links {
  font-size: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.5s ease 0s;
}
.section4 .product-grid:hover .product-links {
  opacity: 1;
}
.section4 .product-grid .product-links li {
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.section4 .product-grid .product-links li a {
  color: #f2391f;
  background: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  width: 36px;
  height: 36px;
  box-shadow: 0 0 2px #f2391f;
  display: block;
  padding-top: 10px;
  position: relative;
  transition: all 0.3s;
}
.section4 .product-grid .product-links li a:hover {
  color: #f2391f;
  background: #fff;
}
.section4 .product-grid .product-links li:first-child a {
  border-radius: 5px 0 0 5px;
}
.section4 .product-grid .product-links li:last-child a {
  border-radius: 0 5px 5px 0;
}
.section4 .product-grid .product-links li a:before,
.section4 .product-grid .product-links li a:after {
  content: attr(data-tip);
  color: #fff;
  background: #f2391f;
  font-family: "Nunito", sans-serif;
  font-size: 11px;
  line-height: 20px;
  padding: 1px 7px;
  border-radius: 3px;
  white-space: nowrap;
  display: none;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -35px;
  transition: all 0.3s ease;
}
.section4 .product-grid .product-links li a:after {
  content: "";
  height: 13px;
  width: 13px;
  padding: 0;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -22px;
  z-index: -1;
}
.section4 .product-grid .product-links li a:hover:before,
.section4 .product-grid .product-links li a:hover:after {
  display: block;
}
.section4 .product-grid .product-content {
  padding: 15px;
  text-align: left;
}
.section4 .product-grid .product-category {
  color: #939393;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 5px;
  display: block;
}
.section4 .product-grid .product-category a {
  color: #939393;
  transition: all 0.3s ease 0s;
}
.section4 .product-grid .title {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 7px;
}
.section4 .product-grid .title a {
  color: #191919;
  transition: all 0.3s ease 0s;
}
.section4 .product-grid .title a:hover,
.section4 .product-grid .product-category a:hover {
  color: #da261c;
}
.section4 .product-grid .rating {
  color: #999;
  font-size: 12px;
  padding: 0;
  margin: 0 0 7px;
  list-style: none;
}
.section4 .product-grid .rating li {
  display: inline-block;
}
.section4 .product-grid .rating li:last-child {
  font-size: 16px;
  margin-left: 2px;
}
.section4 .product-grid .rating .fa {
  color: #e0bb01;
}
.section4 .product-grid .price {
  color: #da261c;
  font-size: 16px;
  font-weight: 600;
  width: calc(100% - 70px);
  margin: 0 0 5px;
  display: inline-block;
}
.section4 .product-grid .price span {
  color: #999;
  font-size: 15px;
  text-decoration: line-through;
  margin-left: 4px;
}
.section4 .product-grid .add-to-cart {
  color: #f2391f;
  background-color: rgba(242, 57, 31, 0.3);
  font-size: 14px;
  font-weight: 600;
  padding: 7px 10px;
  border-radius: 10px;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.section4 .product-grid .add-to-cart:hover {
  color: #f2391f;
  background-color: rgba(242, 57, 31, 0.3);
  transform: translateY(-5px);
}
@media screen and (max-width: 990px) {
  .section4 .product-grid {
    margin-bottom: 30px;
  }
}
/***********============================================== section4 =====================================================***********/

/***********============================================== section5 =====================================================***********/
@media only screen and (max-width: 600px) {
  .section5 {
    padding: 0px 20px 80px 15px;
  }
}
@media only screen and (min-width: 600px) {
  .section5 {
    padding: 0px 20px 80px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .section5 {
    padding: 0px 20px 80px 15px;
  }
}
@media only screen and (min-width: 992px) {
  .section5 {
    padding: 0px 50px 80px 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .section5 {
    padding: 0px 100px 80px 15px;
  }
}
@media only screen and (min-width: 1500px) {
  .section5 {
    padding: 0px 160px 80px 15px;
  }
}
.section5 {
  background-color: #ffe2de;
}
.section5 .mt15 {
  margin-top: 15px;
}
.section5 .mt30 {
  margin-top: 30px;
}
.section5 .mb15 {
  margin-bottom: 15px;
}
.section5 .mb30 {
  margin-bottom: 30px;
}
.section5 h6 {
  font-family: "Shadows Into Light", cursive;
  font-size: 30px;
  font-weight: 400;
  color: #da261c;
}
.section5 h2 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 54px;
  line-height: 60px;
  font-weight: 400;
  color: #1d1d1d;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.section5 p {
  font-family: "Nunito", sans-serif;
  color: #1d1d1d;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.section5 .post-slide {
  margin: 0 15px;
}
.section5 img {
  border-radius: 6px;
}
/***********============================================== section5 =====================================================***********/

/***********============================================== section6 =====================================================***********/
@media only screen and (max-width: 600px) {
  .section6 {
    padding: 50px 20px 80px 20px;
  }
  .section6 .g2 {
    margin-top: -60px;
  }
  .section6 .s6 {
    background: url(../images/sec61.jpg) no-repeat top/cover;
  }
}
@media only screen and (min-width: 600px) {
  .section6 {
    padding: 50px 20px 80px 20px;
  }
  .section6 .g2 {
    margin-top: -60px;
  }
  .section6 .s6 {
    background: url(../images/sec61.jpg) no-repeat top/cover;
  }
}
@media only screen and (min-width: 768px) {
  .section6 {
    padding: 50px 20px 80px 20px;
  }
  .section6 .g2 {
    margin-top: -60px;
  }
  .section6 .s6 {
    background: url(../images/sec6.jpg) no-repeat top/cover;
  }
}
@media only screen and (min-width: 992px) {
  .section6 {
    padding: 50px 50px 80px 50px;
  }
  .section6 .g2 {
    margin-top: -60px;
  }
  .section6 .s6 {
    background: url(../images/sec6.jpg) no-repeat top/cover;
  }
}
@media only screen and (min-width: 1200px) {
  .section6 {
    padding: 50px 100px 80px 100px;
  }
  .section6 .g2 {
    margin-top: -80px;
  }
  .section6 .s6 {
    background: url(../images/sec6.jpg) no-repeat top/cover;
  }
}
@media only screen and (min-width: 1500px) {
  .section6 {
    padding: 50px 160px 80px 160px;
  }
  .section6 .g2 {
    margin-top: -80px;
  }
  .section6 .s6 {
    background: url(../images/sec6.jpg) no-repeat top/cover;
  }
}
.section6 {
  margin-bottom: 80px;
}
.section6 .mt15 {
  margin-top: 15px;
}
.section6 .mt30 {
  margin-top: 30px;
}
.section6 h6 {
  font-family: "Shadows Into Light", cursive;
  font-size: 30px;
  font-weight: 400;
  color: #1d1d1d;
}
.section6 h2 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 60px;
  line-height: 70px;
  font-weight: 500;
  color: #1d1d1d;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.section6 p {
  font-family: "Nunito", sans-serif;
  color: #1d1d1d;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 20px;
  max-width: 65%;
}
.section6 .img {
  position: relative;
}
.section6 .img img {
  border-radius: 5px;
  position: relative;
}
.section6 .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 15px;
  background: #f2391f;
  text-align: center;
  padding: 20px 0 20px 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  opacity: 0;
  width: 93%;
  display: block;
  transition: 500ms;
  transform: translateY(50%);
}
.section6 .block:hover .content {
  opacity: 1;
  top: 55%;
}
.section6 h3 {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  display: block;
  margin: 0px auto;
}
/***********============================================== section6 =====================================================***********/

/***********============================================== footer =====================================================***********/
@media only screen and (max-width: 600px) {
  .footer {
    padding: 50px 20px 80px 20px;
  }
  .footer-copy {
    padding: 20px 10px 110px 10px;
  }
}
@media only screen and (min-width: 600px) {
  .footer {
    padding: 50px 20px 80px 20px;
  }
  .footer-copy {
    padding: 20px 10px 110px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 50px 20px 80px 20px;
  }
  .footer-copy {
    padding: 20px 10px 10px 10px;
  }
}
@media only screen and (min-width: 992px) {
  .footer {
    padding: 50px 50px 80px 50px;
  }
  .footer-copy {
    padding: 25px 50px 10px 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer {
    padding: 50px 100px 80px 100px;
  }
  .footer-copy {
    padding: 25px 100px 15px 100px;
  }
}
@media only screen and (min-width: 1500px) {
  .footer {
    padding: 50px 160px 80px 160px;
  }
  .footer-copy {
    padding: 30px 150px 15px 150px;
  }
}
.footer {
  background: url(../images/footerback.jpg) no-repeat top/cover;
  position: relative;
}
.footer .mt30 {
  margin-top: 30px;
}
.footer .mt15 {
  margin-top: 15px;
}
.footer h3 {
  font-family: "Quicksand", sans-serif;
  position: relative;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  line-height: 1.2em;
  margin-bottom: 25px;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.footer p {
  font-family: "Nunito", sans-serif;
  color: #ccc;
  font-size: 16px;
  line-height: 26px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.footer .link li {
  list-style: none;
  line-height: 32px;
  margin: 0px 0px 5px 0px;
}
.footer .link li a {
  position: relative;
  color: #ccc;
  font-size: 15px;
  font-weight: 400;
  padding-top: 10px;
  font-family: "Nunito", sans-serif;
}
.footer .social {
  margin-top: 10px;
}
.footer .social li {
  display: inline-block;
  line-height: 28px;
  padding: 0 3px;
}
.footer .social li .fa {
  color: #fff;
  font-size: 18px;
  margin-right: 5px;
  margin-top: 20px;
  text-align: center;
  width: 50px;
  height: 50px;
  background: #f2391f;
  border-radius: 6px;
  padding-top: 6px;
  line-height: 40px;
  margin-bottom: 20px;
}
.footer .social li:hover .fa {
  background: #333;
  color: #fff;
}
.footer .cnct .flaticon {
  position: absolute;
  left: 20px;
  top: 4px;
  width: 50px;
  height: 50px;
  background: #f2391f;
  border-radius: 50px;
  color: #fff;
  padding-top: 13px;
  line-height: 30px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
}
.footer .cnct li {
  position: relative;
  list-style: none;
  line-height: 25px;
  margin-bottom: 25px;
  line-height: 1.6em;
}
.footer .cnct li a {
  font-family: "Open Sans", sans-serif;
  color: #ccc;
  font-size: 15px;
  padding-left: 0px;
  font-weight: 400;
}
.footer .brdr {
  border-top: 1px solid #333;
  padding-top: 20px;
  margin-top: 30px;
}
.footer h5 {
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  padding-left: 0px;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer h5 a {
  color: #fff;
}
.footer-copy {
  margin: 0;
  margin-top: 0px;
  position: relative;
  z-index: 9;
  border-top: 1px solid #1a1a1a;
  background: #1a1a1a;
}
.footer-copy p {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
}
.footer-copy p a {
  color: #fff;
}
.wp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 2px #999;
  z-index: 100;
}
.wp:hover .fa {
  color: #fff;
}
.wp a {
  color: #fff;
}
.my-float {
  margin-top: 16px;
}
/***********============================================== footer =====================================================***********/

/***********============================================== banner =====================================================***********/
@media only screen and (max-width: 600px) {
  .banner {
    margin-top: 0px;
  }
  .banner .carousel-caption h2 {
    font-size: 20px;
  }
  .banner .carousel-caption {
    top: 20%;
  }
}
@media only screen and (min-width: 600px) {
  .banner {
    margin-top: 0px;
  }
  .banner .carousel-caption h2 {
    font-size: 20px;
  }
  .banner .carousel-caption {
    top: 20%;
  }
}
@media only screen and (min-width: 768px) {
  .banner {
    margin-top: -120px;
  }
  .banner .carousel-caption h2 {
    font-size: 40px;
  }
  .banner .carousel-caption {
    top: 32%;
  }
}
@media only screen and (min-width: 992px) {
  .banner {
    margin-top: -120px;
  }
  .banner .carousel-caption h2 {
    font-size: 43px;
  }
  .banner .carousel-caption {
    top: 32%;
  }
}
@media only screen and (min-width: 1200px) {
  .banner {
    margin-top: -120px;
  }
  .banner .carousel-caption h2 {
    font-size: 43px;
  }
  .banner .carousel-caption {
    top: 34%;
  }
}
@media only screen and (min-width: 1500px) {
  .banner {
    margin-top: -150px;
  }
  .banner .carousel-caption h2 {
    font-size: 50px;
  }
  .banner .carousel-caption {
    top: 35%;
  }
}
.banner {
  position: relative;
  z-index: 9;
}
.banner .carousel-caption {
  position: absolute;
  left: 0%;
  right: 0%;
  width: 100%;
  text-align: center;
}
.banner .overlay:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.80196) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.80196) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.80196) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
  z-index: 1;
}
.banner .carousel-caption h6 {
  font-family: "Quicksand", sans-serif;
  font-size: 24px;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}
.banner .carousel-caption h2 {
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}
.banner .carousel-caption h2:after {
  position: absolute;
  height: 2px;
  background: #ccc;
}
.banner .carousel.carousel-fade .carousel-item {
  display: block;
  opacity: 0;
  transition: opacity ease-out 1.7s;
  left: 0;
  top: 0;
  position: absolute;
}
.banner .carousel.carousel-fade .carousel-item.active {
  opacity: 1 !important;
}
.banner .carousel.carousel-fade .carousel-item:first-child {
  top: auto;
  position: relative;
  transition: opacity ease-out 1.7s;
}
.banner .carousel.carousel-fade .carousel-item:second-child {
  top: auto;
  position: relative;
  transition: opacity ease-out 1.7s;
}
.banner .carousel-item .img-fluid {
  margin: 0 auto;
  width: 100% !important;
}
/***********============================================== banner =====================================================***********/

/***********============================================== about_page =====================================================***********/
@media only screen and (max-width: 600px) {
  .about_page {
    padding: 50px 20px 100px 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 600px) {
  .about_page {
    padding: 50px 20px 100px 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .about_page {
    padding: 50px 20px 100px 20px;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .about_page {
    padding: 50px 50px 100px 50px;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .about_page {
    padding: 50px 100px 100px 100px;
    text-align: left;
  }
}
@media only screen and (min-width: 1500px) {
  .about_page {
    padding: 50px 160px 100px 160px;
    text-align: left;
  }
}
.about_page {
  background: url(../images/aboutback.png) no-repeat top/cover;
}
.about_page .mt30 {
  margin-top: 30px;
}
.about_page .mt40 {
  margin-top: 40px;
}
.about_page .mt20 {
  margin-top: 20px;
}
.about_page .mt15 {
  margin-top: 15px;
}
.about_page h6 {
  font-family: "Shadows Into Light", cursive;
  font-size: 30px;
  font-weight: 400;
  color: #da261c;
}
.about_page h2 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 43px;
  line-height: 50px;
  font-weight: 600;
  color: #1d1d1d;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.about_page .para {
  font-family: "Nunito", sans-serif;
  color: #1d1d1d;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}
.about_page .icon {
  width: 84px;
  height: 84px;
  border-radius: 8px;
  background-color: #f2391f;
  color: #fff;
  padding: 5px;
  margin: 0 auto;
  text-align: center;
}
.about_page .flaticon {
  font-size: 46px;
  color: #fff;
  padding-top: 20px;
  font-weight: 400;
  text-align: center;
}
.about_page h4 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  color: #1d1d1d;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.about_page .info {
  font-family: "Nunito", sans-serif;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.about_page h5 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.about_page .parawhite {
  font-family: "Nunito", sans-serif;
  color: #ccc;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
}
.about_page ul li {
  list-style: none;
  padding: 0px 15px;
  font-family: "Nunito", sans-serif;
  color: #1d1d1d;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  margin: 10px 0px;
  text-align: left;
  border-left: 3px solid #f2391f;
  border-radius: 30px 0px 0px 30px;
}
.about_page .flag_block {
  text-align: center;
  display: block;
  margin: 0 auto;
  background-color: #f5f5f5;
  padding: 10px 10px;
  border-radius: 10px;
  box-shadow: 0 0 15px -5px #777;
  -moz-box-shadow: inset 0 0 10px #ccc;
  -webkit-box-shadow: inset 0 0 10px #ccc;
  box-shadow: inset 0 0 10px #ccc;
}
.about_page .flag_title {
  font-family: "Nunito", sans-serif;
  color: #222;
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  text-align: center;
  padding-top: 10px;
  line-height: 1.1;
  text-transform: capitalize;
}

.main-timeline {
  font-family: "Nunito", sans-serif;
}
.main-timeline:after {
  content: "";
  display: block;
  clear: both;
}
.main-timeline .timeline {
  width: calc(50% - 1px);
  padding: 3px 0;
  margin: 0 2px 0 0;
  float: left;
}
.main-timeline .timeline-content {
  color: #777;
  background-color: #fff;
  text-align: center;
  padding: 20px 60px 20px 0;
  display: block;
  position: relative;
}
.main-timeline .timeline-content:hover {
  text-decoration: none;
}
.main-timeline .timeline-content:before {
  content: "";
  background: #f2391f;
  width: 40px;
  transform: skewY(-20deg);
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
}
.main-timeline .timeline-year {
  color: #555;
  background-color: #f2391f;
  font-size: 25px;
  font-weight: 700;
  line-height: 100px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -50px;
  z-index: 1;
}
.main-timeline .timeline-year:before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  z-index: -1;
}
.main-timeline .title {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #f2391f;
  text-transform: capitalize;
  margin: 0 0 5px;
}
.main-timeline .description {
  font-family: "Nunito", sans-serif;
  color: #1d1d1d;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
.main-timeline .timeline:nth-child(even) {
  float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 20px 0 20px 60px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before {
  right: auto;
  left: -20px;
}
.main-timeline .timeline:nth-child(even) .timeline-year {
  right: auto;
  left: -50px;
}
.main-timeline .timeline:nth-child(4n + 2) .timeline-content:before,
.main-timeline .timeline:nth-child(4n + 2) .timeline-year {
  background: #ba0a00;
}
.main-timeline .timeline:nth-child(4n + 2) .title {
  color: #ba0a00;
}
.main-timeline .timeline:nth-child(4n + 3) .timeline-content:before,
.main-timeline .timeline:nth-child(4n + 3) .timeline-year {
  background: #8d0700;
}
.main-timeline .timeline:nth-child(4n + 3) .title {
  color: #8d0700;
}
.main-timeline .timeline:nth-child(4n + 4) .timeline-content:before,
.main-timeline .timeline:nth-child(4n + 4) .timeline-year {
  background: #460400;
}
.main-timeline .timeline:nth-child(4n + 4) .title {
  color: #460400;
}
@media screen and (max-width: 767px) {
  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even) {
    width: 100%;
    margin: 0 0 2px;
  }
  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 20px 0 20px 120px;
  }
  .main-timeline .timeline-content:before,
  .main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: 30px;
  }
  .main-timeline .timeline-year,
  .main-timeline .timeline:nth-child(even) .timeline-year {
    left: 0;
    right: auto;
  }
}
/***********============================================== about_page =====================================================***********/

/***********============================================== product_page =====================================================***********/
@media only screen and (max-width: 600px) {
  .product_page {
    padding: 50px 20px 100px 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 600px) {
  .product_page {
    padding: 50px 20px 100px 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .product_page {
    padding: 50px 20px 100px 20px;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .product_page {
    padding: 50px 50px 100px 50px;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .product_page {
    padding: 50px 100px 100px 100px;
    text-align: left;
  }
}
@media only screen and (min-width: 1500px) {
  .product_page {
    padding: 50px 160px 100px 160px;
    text-align: left;
  }
}
.product_page .mt30 {
  margin-top: 30px;
}
.product_page .mt20 {
  margin-top: 20px;
}
.product_page .mt50 {
  margin-top: 50px;
}
.product_page .mt15 {
  margin-top: 15px;
}
.product_page h6 {
  font-family: "Shadows Into Light", cursive;
  font-size: 30px;
  font-weight: 400;
  color: #da261c;
}
.product_page h2 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 43px;
  line-height: 50px;
  font-weight: 600;
  color: #1d1d1d;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.product_page p {
  font-family: "Nunito", sans-serif;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.product_page .content {
  background: #fff;
  border-radius: 8px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -55px;
  position: relative;
  z-index: 11;
  display: block;
  text-align: center;
  overflow: hidden;
}
.product_page h4 {
  font-family: "Nunito", sans-serif;
  color: #2c2c2c;
  margin: 10px auto;
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: 20px;
  line-height: 30px;
}
.product_page .btn {
  font-family: "Nunito", sans-serif;
  background: #f2391f;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 10px 15px;
}
/***********============================================== product_page =====================================================***********/

/***********============================================== product_inner_page =====================================================***********/
@media only screen and (max-width: 600px) {
  .product_inner_page {
    padding: 50px 20px 100px 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 600px) {
  .product_inner_page {
    padding: 50px 20px 100px 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .product_inner_page {
    padding: 50px 20px 100px 20px;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .product_inner_page {
    padding: 50px 50px 100px 50px;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .product_inner_page {
    padding: 50px 100px 100px 100px;
    text-align: left;
  }
}
@media only screen and (min-width: 1500px) {
  .product_inner_page {
    padding: 50px 160px 100px 160px;
    text-align: left;
  }
}
.product_inner_page .mt30 {
  margin-top: 30px;
}
.product_inner_page .mt20 {
  margin-top: 20px;
}
.product_inner_page .mt50 {
  margin-top: 50px;
}
.product_inner_page .mt15 {
  margin-top: 15px;
}
.product_inner_page h6 {
  font-family: "Shadows Into Light", cursive;
  font-size: 30px;
  font-weight: 400;
  color: #da261c;
}
.product_inner_page h2 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 43px;
  line-height: 50px;
  font-weight: 600;
  color: #1d1d1d;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.product_inner_page h4 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 32px;
  line-height: 30px;
  font-weight: 500;
  color: #1d1d1d;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.product_inner_page p {
  font-family: "Nunito", sans-serif;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.product_inner_page table {
  font-family: "Nunito", sans-serif;
  border-collapse: collapse;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 0.5em #999;
  font-weight: 100;
  font-size: 16px;
  margin-top: 30px;
  white-space: nowrap;
}
.product_inner_page thead {
  font-family: "Nunito", sans-serif;
  font-weight: 100;
  text-transform: capitalize;
}
.product_inner_page th {
  font-family: "Nunito", sans-serif;
  background: linear-gradient(#f2391f, #f2391f);
  padding: 10px 20px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  font-size: 18px;
  line-height: 26px;
  border-bottom: 1px solid #e1e1e1;
}
.product_inner_page th span {
  font-size: 15px;
  font-weight: 400;
}
.product_inner_page tr {
  overflow: hidden;
  padding: 0px 20px;
  text-align: left;
}
.product_inner_page td {
  color: #1d1d1d;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
}
.product_inner_page td strong {
  font-weight: 600;
  color: #1d1d1d;
}
.product_inner_page td:nth-child(even) {
  background: #f5f5f5;
}
.product_inner_page td:nth-child(odd) {
  background: #f2391f;
  font-weight: 600 !important;
  color: #fff !important;
}
/***********============================================== product_inner_page =====================================================***********/

/***********============================================== quality_page =====================================================***********/
@media only screen and (max-width: 600px) {
  .quality_page {
    padding: 50px 20px 100px 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 600px) {
  .quality_page {
    padding: 50px 20px 100px 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .quality_page {
    padding: 50px 20px 100px 20px;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .quality_page {
    padding: 50px 50px 100px 50px;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .quality_page {
    padding: 50px 100px 100px 100px;
    text-align: left;
  }
}
@media only screen and (min-width: 1500px) {
  .quality_page {
    padding: 50px 160px 100px 160px;
    text-align: left;
  }
}
.quality_page .mt30 {
  margin-top: 30px;
}
.quality_page .mt20 {
  margin-top: 20px;
}
.quality_page .mt50 {
  margin-top: 50px;
}
.quality_page .mt15 {
  margin-top: 15px;
}
.quality_page h6 {
  font-family: "Shadows Into Light", cursive;
  font-size: 30px;
  font-weight: 400;
  color: #da261c;
}
.quality_page h2 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 43px;
  line-height: 50px;
  font-weight: 600;
  color: #1d1d1d;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.quality_page p {
  font-family: "Nunito", sans-serif;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.quality_page .block {
  border-bottom: 2px solid #f2391f;
  background: #fff;
  padding: 10px 10px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
  border-radius: 8px;
  position: relative;
  z-index: 9;
}
/***********============================================== quality_page =====================================================***********/

/***********============================================== enquiry_page =====================================================***********/
@media only screen and (max-width: 600px) {
  .enquiry_page {
    padding: 50px 20px 100px 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 600px) {
  .enquiry_page {
    padding: 50px 20px 100px 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .enquiry_page {
    padding: 50px 20px 100px 20px;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .enquiry_page {
    padding: 50px 50px 100px 50px;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .enquiry_page {
    padding: 50px 100px 100px 100px;
    text-align: left;
  }
}
@media only screen and (min-width: 1500px) {
  .enquiry_page {
    padding: 50px 160px 100px 160px;
    text-align: left;
  }
}
.enquiry_page {
  background: url(../images/enquiryback.png) no-repeat top/cover;
}
.enquiry_page .mt30 {
  margin-top: 30px;
}
.enquiry_page .mt20 {
  margin-top: 20px;
}
.enquiry_page .mt50 {
  margin-top: 50px;
}
.enquiry_page .mt15 {
  margin-top: 15px;
}
.enquiry_page h6 {
  font-family: "Shadows Into Light", cursive;
  font-size: 30px;
  font-weight: 400;
  color: #da261c;
}
.enquiry_page h2 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 43px;
  line-height: 50px;
  font-weight: 600;
  color: #1d1d1d;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.enquiry_page p {
  font-family: "Nunito", sans-serif;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.enquiry_page .form-control {
  background: rgba(255, 255, 255, 0.9);
}
.enquiry_page .form-horizontal .form-content {
  padding: 0px 5px;
}
.enquiry_page .form-horizontal .form-control {
  font-family: "Nunito", sans-serif;
  padding: 12px 16px 12px 39px;
  height: 50px;
  font-size: 14px;
  color: #222;
  border: none;
  border: 2px solid #eee;
  border-radius: 10px;
  box-shadow: none;
  margin-bottom: 15px;
  background: #fff; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #fff, #eee); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #fff, #eee); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.enquiry_page .form-horizontal .form-control:focus {
  border-color: #ccc;
  box-shadow: none;
  outline: none;
}
.enquiry_page .form-horizontal .control-label {
  font-size: 17px;
  color: #ccc;
  position: absolute;
  top: 5px;
  left: 27px;
  text-align: center;
}
.enquiry_page .form-horizontal textarea.form-control {
  resize: vertical;
  height: 130px;
}
.enquiry_page .form-horizontal .form-group .fa {
  padding-top: 10px;
}
.enquiry_page .shape1 {
  position: absolute;
  left: -35px;
  bottom: -15%;
  z-index: -1;
}
.enquiry_page .shape2 {
  position: absolute;
  right: 0px;
  top: 0;
  z-index: -1;
}
.enquiry_page .btn {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 15px 20px;
  color: #fff;
  background-color: #f2391f;
  line-height: 25px;
  margin-top: 15px;
}
.enquiry_page .btn a {
  color: #fff;
}
.enquiry_page .btn a:hover,
.enquiry_page .btn:hover a {
  color: #fff;
}
.enquiry_page .btn .fa {
  padding-left: 10px;
  font-size: 20px;
  font-weight: 400;
}
.enquiry_page .btn:hover {
  background: #2c2c2c;
  color: #fff;
}
/***********============================================== enquiry_page =====================================================***********/

/***********============================================== contact_page =====================================================***********/
@media only screen and (max-width: 600px) {
  .contact_page {
    padding: 50px 20px 100px 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 600px) {
  .contact_page {
    padding: 50px 20px 100px 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .contact_page {
    padding: 50px 20px 100px 20px;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .contact_page {
    padding: 50px 50px 100px 50px;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .contact_page {
    padding: 50px 100px 100px 100px;
    text-align: left;
  }
}
@media only screen and (min-width: 1500px) {
  .contact_page {
    padding: 50px 160px 100px 160px;
    text-align: left;
  }
}
.contact_page .mt30 {
  margin-top: 30px;
}
.contact_page .mt20 {
  margin-top: 20px;
}
.contact_page .mt50 {
  margin-top: 50px;
}
.contact_page .mt15 {
  margin-top: 15px;
}
.contact_page h6 {
  font-family: "Shadows Into Light", cursive;
  font-size: 30px;
  font-weight: 400;
  color: #da261c;
}
.contact_page h2 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 43px;
  line-height: 50px;
  font-weight: 600;
  color: #1d1d1d;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.contact_page p {
  font-family: "Nunito", sans-serif;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.contact_page .serviceBox {
  color: #1d1d1d;
  font-family: "Nunito", sans-serif;
  text-align: center;
  padding: 40px 0px;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #f5f5f5;
}
.contact_page .serviceBox:before,
.contact_page .serviceBox:after {
  content: "";
  background: #f2391f;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: -10px;
  right: -10px;
  z-index: -1;
}
.contact_page .serviceBox:after {
  background: #f5f5f5;
  height: 40px;
  bottom: 21px;
  left: -1px;
  right: -1px;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
.contact_page .serviceBox .service-icon {
  background-color: #fff;
  height: 90px;
  width: 90px;
  padding: 18px 12px;
  margin: 0 auto 25px;
  border: 10px solid #fff;
  border-radius: 50%;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2) inset, -2px 2px 12px rgba(0, 0, 0, 0.35), 0 0 0 10px #f2391f;
}
.contact_page .serviceBox .service-icon {
  font-size: 35px;
  line-height: 35px;
  margin: 0 auto 25px;
}
.contact_page .serviceBox .title {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #1d1d1d;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 15px;
}
.contact_page .serviceBox .description {
  font-family: "Nunito", sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.contact_page .serviceBox .description span {
  color: #1d1d1d;
  font-weight: 600;
}
.contact_page .serviceBox .description a {
  color: #333;
}

.contact_page .serviceBox1 {
  color: #f2391f;
  font-family: "Nunito", sans-serif;
  text-align: left;
  padding: 25px 20px 25px 80px;
  position: relative;
  z-index: 1;
}
.contact_page .serviceBox1:before,
.contact_page .serviceBox1:after {
  content: "";
  border: 4px solid #f2391f;
  position: absolute;
  left: 28px;
  top: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(0 0, 65% 0%, 50% 100%, 0% 100%);
}
.contact_page .serviceBox1:after {
  clip-path: polygon(95% 15%, 100% 15%, 100% 100%, 95% 100%);
}
.contact_page .serviceBox1 .service-icon1 {
  color: #fff;
  background-color: #f2391f;
  font-size: 30px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  margin: 0 0 15px;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  text-align: center;
  padding-top: 15px;
  top: 50%;
}
.contact_page .serviceBox1 .title1 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #1d1d1d;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 15px;
}
.contact_page .serviceBox1 .description1 {
  font-family: "Nunito", sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 5px;
}
.contact_page .serviceBox1 .description1 span {
  color: #1d1d1d;
  font-weight: 700;
}
.contact_page .serviceBox1 .description1 a {
  color: #333;
}
@media only screen and (max-width: 1199px) {
  .contact_page .serviceBox1 {
    margin: 0 0 40px;
  }
}
/***********============================================== contact_page =====================================================***********/

/***********============================================== event_page =====================================================***********/
@media only screen and (max-width: 600px) {
  .event_page {
    padding: 50px 20px 100px 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 600px) {
  .event_page {
    padding: 50px 20px 100px 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .event_page {
    padding: 50px 20px 100px 20px;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .event_page {
    padding: 50px 50px 100px 50px;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .event_page {
    padding: 50px 100px 100px 100px;
    text-align: left;
  }
}
@media only screen and (min-width: 1500px) {
  .event_page {
    padding: 50px 160px 100px 160px;
    text-align: left;
  }
}
.event_page .mt30 {
  margin-top: 30px;
}
.event_page .mt20 {
  margin-top: 20px;
}
.event_page .mt15 {
  margin-top: 15px;
}
.event_page h6 {
  font-family: "Shadows Into Light", cursive;
  font-size: 30px;
  font-weight: 400;
  color: #da261c;
}
.event_page h2 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 43px;
  line-height: 50px;
  font-weight: 600;
  color: #1d1d1d;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.event_page p {
  font-family: "Nunito", sans-serif;
  color: #1d1d1d;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}
.event_page .post-slide {
  margin: 0 10px;
  border: 1px solid #f5f5f5;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 47.5px 2.5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 47.5px 2.5px rgba(0, 0, 0, 0.1);
}
.event_page .img {
  overflow: hidden;
}
.event_page .img img {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.event_page .post-slide:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.event_page .content {
  padding: 28px 30px 25px;
  margin-top: 20px;
  border-top: 2px solid #ccc;
  /* border-bottom: 2px solid #ccc; */
}
.event_page ul li .fa {
  color: #da261c;
  margin-right: 10px;
  font-weight: 300;
}
.event_page ul li {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  margin-right: 20px;
  color: #33343a;
  display: inline-block;
}
.event_page ul li a {
  color: #33343a;
}
.event_page h4 {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  margin-top: 15px;
  letter-spacing: -0.04em;
}
.event_page .readmore {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
}
.event_page .readmore:before {
  left: 0;
  bottom: 0;
  width: 0%;
  content: "";
  height: 1px;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #da261c;
}
.event_page .readmore i {
  margin-left: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  font-weight: 100 !important;
}
/***********============================================== event_page =====================================================***********/
.alert {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.alert-success {
  background: #d4edda;
  color: #155724;
}
.alert-danger {
  background: #f8d7da;
  color: #721c24;
}
