
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("https://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2") format("woff2"), url("https://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url("https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2") format("woff2"), url("https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("https://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2") format("woff2"), url("https://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2") format("woff2"), url("https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff") format("woff");
}

body {
  font-family: "Open Sans";
  line-height: 26px;
  font-size: 16px;
  //text-align: justify;
  color:#666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans";
  font-weight: 300;
}

h1 {
  font-size: 46px;
}

h2 {
  font-size: 44px;
  font-weight: 500;
}

h3 {
  font-size: 32px;
  font-weight: 500;
}

h4 {
  font-size: 24px;
  font-weight: 500;
}

h5 {
  font-size: 22px;
  line-height: 30px;
}

h6 {
  font-size: 20px;
}
body {
  background-color: white;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.collapse .navbar-collapse {
  //padding-top: 20px;
  border-top: 1px solid gray;
}

#header-area {
  //padding-top: 20px;
}

.main-slider .one {
  width: 100%;
  height: 80vh;
  background-image: url('../images/slide01.jpg');

  background-position: top top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

}

.main-slider .one .textone {
  width: 50vw;
  height: 100%;
  //background-color: #f4f6f7;
}

.main-slider .one h1 {
  font-size: 3vw;
  text-align: left;
  color: #000;
  //animation:fadeInDown ease 1s;
  margin-left: 13.5% !important;
  top: 26%;
  position: absolute;
  font-weight: bold;
}

.main-slider .one h2 {
  font-size: 4vw;
  text-align: left;
  color: #000;
  //animation:fadeInDown ease 2s;
  margin-left: 13.5% !important;
  position: absolute;
  top: 40%;
}

.main-slider .one h3 {
  font-size: 4vw;
  text-align: left;
  color: #000;
  //animation:fadeInDown ease 3s;
  margin-left: 13.5% !important;
  position: absolute;
  top: 60%;
}

.main-slider .one p {
  font-size: 1vw;
  text-align: left;
  color: #000;
  //animation:fadeInDown ease 2s;
  margin-left: 13.5% !important;
  position: absolute;
  top: 40%;
}

.main-slider .one .btnsl {}

.main-slider .one .btnsl a {
  font-size: 1.3vw;
  text-align: left;
  color: #fff;
  //animation:fadeInDown ease 2s;
  margin-left: 13.5% !important;
  position: absolute;
  top: 60%;
 padding: 10px 30px;
    background-color: #09B3E8;
  color: white;
  font-size: 16px;
  text-align: center;
  float: left;
  margin-right: 10px;
  border: none;
  transition: 0.5s ease;
}

.main-slider .one .btnsl a:hover {
  background-color: #000;
}

.main-slider .two {
  width: 100%;
  height: 80vh;
  background-image: url('../images/slide02.jpg');

  background-position: top top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

}

.main-slider .one .texttwo {
  width: 50vw;
  height: 100%;
  background-color: #f4f6f7;
}

.main-slider .two h1 {
  font-size: 3vw;
  text-align: left;
  color: #000;
  //animation:fadeInDown ease 1s;
  margin-left: 13.5% !important;
  top: 26%;
  position: absolute;
  font-weight: bold;
}

.main-slider .two h2 {
  font-size: 4vw;
  text-align: left;
  color: #000;
  //animation:fadeInDown ease 2s;
  margin-left: 13.5% !important;
  position: absolute;
  top: 40%;
}

.main-slider .two h3 {
  font-size: 4vw;
  text-align: left;
  color: #000;
  //animation:fadeInDown ease 3s;
  margin-left: 13.5% !important;
  position: absolute;
  top: 60%;
}

.main-slider .two p {
  font-size: 1vw;
  text-align: left;
  color: #000;
  //animation:fadeInDown ease 2s;
  margin-left: 13.5% !important;
  position: absolute;
  top: 40%;
}

.main-slider .two .btnsl {}

.main-slider .two .btnsl a {
  font-size: 1.3vw;
  text-align: left;
  color: #fff;
  //animation:fadeInDown ease 2s;
  margin-left: 13.2% !important;
  position: absolute;
  top: 60%;
  padding: 10px 30px;
    background-color: #09B3E8;
  color: white;
  font-size: 16px;
  text-align: center;
  float: left;
  margin-right: 10px;
  border: none;
  transition: 0.5s ease;
}

.main-slider .two .btnsl a:hover {
  background-color: #000;
}

.main-slider .three {
  width: 100%;
  height: 80vh;
  background-image: url('../images/slide03.jpg');

  background-position: top top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

}

.main-slider .one .textthree {
  width: 50vw;
  height: 100%;
  background-color: #f4f6f7;
}

.main-slider .three h1 {
  font-size: 3vw;
  text-align: left;
  color: #000;
  //animation:fadeInDown ease 1s;
  margin-left: 13.5% !important;
  top: 26%;
  position: absolute;
  font-weight: bold;
}

.main-slider .three h2 {
  font-size: 4vw;
  text-align: left;
  color: #000;
  //animation:fadeInDown ease 2s;
  margin-left: 13.5% !important;
  position: absolute;
  top: 40%;
}

.main-slider .three h3 {
  font-size: 4vw;
  text-align: left;
  color: #000;
  //animation:fadeInDown ease 3s;
  margin-left: 13.5% !important;
  position: absolute;
  top: 60%;
}

.main-slider .three p {
  font-size: 1vw;
  text-align: left;
  color: #000;
  //animation:fadeInDown ease 2s;
  margin-left: 13.5% !important;
  position: absolute;
  top: 40%;
}

.main-slider .three .btnsl {}

.main-slider .three .btnsl a {
  font-size: 1.3vw;
  text-align: left;
  color: #fff;
  //animation:fadeInDown ease 2s;
  margin-left: 13.5% !important;
  position: absolute;
  top: 60%;
  padding: 10px 30px;
    background-color: #09B3E8;
  color: white;
  font-size: 16px;
  text-align: center;
  float: left;
  margin-right: 10px;
  border: none;
  transition: 0.5s ease;
}

.main-slider .three .btnsl a:hover {
  background-color: #000;
}

@import url('https://fonts.googleapis.com/css?family=Roboto');

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

body {
/*  font-family: 'Roboto', sans-serif;*/
  font-size: 16px;
  line-height: 26px;
  color: #777;
}



/*Footer Start*/

.bg-footer {
    background-color: #0c202f !important;
    padding: 100px 0 30px;

}
.footer-heading {
    letter-spacing: 2px;
    font-weight: 500;
    color: white;
}

.footer-link a {
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    transition: all 0.5s;
}

.footer-link a:hover {
    color: #1bbc9b;
}

.contact-info {
    color: #fff;
    font-size: 14px;
}
.contact-info h5{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.footer-social-icon {
    font-size: 15px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}

.bg-footer .fa {
  display: inline-block;
  font: normal normal normal 14px/2 FontAwesome !important;
    font-size: 14px;
  font-size: inherit;
  text-rendering: auto;}

.soci-lnk .fa{
font: normal normal normal 19px/2 FontAwesome !important;
}
.facebook {
    background-color: #4e71a8;
    color: #ffffff;
}

/*.twitter {
    background-color: #55acee;
    color: #ffffff;
}*/
.soci-lnk img{
  width:38px !important; 
  margin-top: -6px !important;
}


.twitter {
    background-color: #000;
    color: #ffffff;
}
.google {
    background-color: #d6492f;
    color: #ffffff;
}

.apple {
    background-color: #424041;
    color: #ffffff;
}
.instagram {
     background: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
    color: #ffffff;
}

.linkedin {
    background-color: #007bb5;
    color: #ffffff;
}

.footer-alt {
    color: #acacac;
}

.footer-heading {
    position: relative;
    padding-bottom: 12px;
}

.footer-heading:after {
    content: '';
    width: 25px;
    border-bottom: 1px solid #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    border-bottom: 1px solid #dc3545;
}


/*Footer End*/


/*
1.1 Header Area
***************************************************/
/*Bootstrap Reset*/
.navbar-nav>li>a {
  padding-top: 0;
  padding-bottom: 0;
}

.mainmenu {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  border: 0px !important;
  margin-top: 50px;
}

.navbar-nav>li:last-child>a {
  padding-right: 0px;
  margin-right: 0px;
}

.dropdown-menu {
  padding: 0px 0;
  margin: 0 0 0;
  border: 0px solid transition !important;
  border: 0px solid rgba(0, 0, 0, .15);
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;

}

/*=-====Main Menu=====*/
.navbar-nav .open .dropdown-menu>li>a {
  padding: 16px 15px 16px 25px;
}

.header_bottom {
  background: #fff;
  padding: 20px 0px;
  padding-bottom: 0px;
}

.header_area .header_bottom .mainmenu a,
.navbar-default .navbar-nav>li>a {
  color: #333;
  font-size: 16px;
  text-transform: capitalize;
  padding: 10px 8px;
  font-family: 'Roboto', sans-serif;
}

.header_area .mainmenu .active a,
.header_area .mainmenu .active a:focus,
.header_area .mainmenu .active a:hover,
.header_area .mainmenu li a:hover,
.header_area .mainmenu li a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #000;
  background: #fff;
  outline: 0;
  border-bottom: 1px solid #dc3545;
}

/*-----./ Main Menu-----*/

.navbar-default .navbar-toggle {
  border-color: #fff
}

/*Toggle Button*/
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff
}

/*Toggle Button*/

/*==========Sub Menu=v==========*/
.mainmenu .collapse ul>li:hover>a {
  color: #09B3E8;
  background: #fff;
}

.mainmenu .collapse ul ul>li:hover>a,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
  background: #CBEAF0;
}

.mainmenu .collapse ul ul ul>li:hover>a {
  background: #CBEAF0;
}

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
  background: #09B3E8;
  color: white;
}

.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
  background: #0a1464
}

.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
  background: #e4eeb8
}

/******************************Drop-down menu work on hover**********************************/
.mainmenu {
  background: none;
  border: 0 solid;
  margin: 0;
  padding: 0;
  min-height: 20px

}

@media only screen and (min-width: 767px) {
  .mainmenu .collapse ul li {
    position: relative;
  }

  .mainmenu .collapse ul li:hover>ul {
    display: block
  }

  .mainmenu .collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    display: none
  }

  /*******/
  .mainmenu .collapse ul ul li {
    position: relative
  }

  .mainmenu .collapse ul ul li:hover>ul {
    display: block
  }

  .mainmenu .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none
  }

  /*******/
  .mainmenu .collapse ul ul ul li {
    position: relative
  }

  .mainmenu .collapse ul ul ul li:hover ul {
    display: block
  }

  .mainmenu .collapse ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1
  }

}

.orange {
  float: left;
  margin-top: 48px !important;
}

.orange a {
  padding: 10px 20px;
  background-color: #dc3545;
  color: white;
  font-size: 16px;
  font-weight: nornmal;
  text-align: center;
  float: left;
  margin-right: 0px;
  transition: 0.5s ease;
}

.orange a:hover {
  background-color: #0e0a19;
}

.black {
  float: left;
}

.black a {
  padding: 10px 10px;
  background-color: #0e0a19;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  float: left;
  transition: 0.5s ease;
}

.black a:hover {
  background-color: #f5831f;
}

#about {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: white;
}

#aboutmid {
  max-width: 100%;
}

#aboutmid p {
  color: #555;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

#aboutmid h4 {
  text-align: left;
  color: #000;
  padding-bottom: 10px;
  margin: 0px;
}

#aboutmid .darkbtn {


  width: 260px;
  background-color: #f5831f;

  font-size: 17px;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 0px;

}

#aboutmid .darkbtn:hover {
  transition: 0.5s ease;
  color: white;
  background-color: #000;
}

#aboutmid .darkbtn i {


  margin-left: 50px;
}

#aboutmid .darkbtn a {

  color: white;

}

#aboutmid .darkbtn a:hover {

  color: white;

}

#aboutmid .darkbtntw {


  width: 100%;
  background-color: #e6e7e8;
  margin-top: -100px;
  font-size: 17px;
  color: #000;
  padding: 20px 20px;
  font-weight: bold;
  border-radius: 0px;
  margin-bottom: 30px;

}

#aboutmid .darkbtntw:hover {
  transition: 0.5s ease;
  color: white;
  background-color: #000;
}

#aboutmid .darkbtntw i {

  float: right;
  margin-left: 50px;
}

#aboutmid .darkbtntw a {

  color: #fff;

}

#aboutmid .darkbtntw a:hover {

  color: white;

}


#aboutmid .lst ul {
  margin-left: -25px;
  list-style: none;
  //margin-bottom: 30px;
}

#aboutmid .lst ul li {
  line-height: 35px;
}

#aboutmid .lst i {

  margin-right: 20px;
  margin-left: -20px;
  font-size: 20px;
}

.bl {
  color: #3e65af;
}

.gr {
  color: #5bb35f;
}

.yl {
  color: #f5b419;
}

.rd {
  color: #de1f26;
}

#aboutmid .description {
  color: #555;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 50px;
}


/**/
#blue {
  width: 100%;
  padding: 70px 0px;
  background-color: #0e0a19;
}

#bluemid {
  max-width: 100%;
}

#bluemid p {
  color: #555;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}

#bluemid h1 {
  text-align: center;
  color: #333;
  padding-bottom: 30px;
  margin: 0px;
  font-weight: normal;
  font-size: 36px;
}

#bluemid .description {
  color: #555;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 50px;
}

#bluemid .one {
  border-top: 15px solid #366bb4;
  border-bottom: 10px solid #366bb4;
  background-color: white;
  min-height: 325px;
}

#bluemid .one h1 {
  text-align: center;
  color: #333;
  font-weight: bold;
  padding: 50px 0px;
  padding-bottom: 20px;
}

#bluemid .one p {
  text-align: center;
  color: #333;
  font-weight: normal;
  padding-bottom: 50px;
}

#bluemid .two {
  border-top: 15px solid #55b15c;
  border-bottom: 10px solid #55b15c;
  background-color: white;
  min-height: 325px;
}

#bluemid .two h1 {
  text-align: center;
  color: #333;
  font-weight: bold;
  padding: 50px 0px;
  padding-bottom: 20px;
}

#bluemid .two p {
  text-align: center;
  color: #333;
  font-weight: normal;
  padding-bottom: 50px;
}

#bluemid .three {
  border-top: 15px solid #f5831f;
  border-bottom: 10px solid #f5831f;
  background-color: white;
  min-height: 325px;
}

#bluemid .three h1 {
  text-align: center;
  color: #333;
  font-weight: bold;
  padding: 50px 0px;
  padding-bottom: 20px;
}

#bluemid .three p {
  text-align: center;
  color: #333;
  font-weight: normal;
  padding-bottom: 50px;
}

#bluemid .four {

  background-color: transparent;
}

#bluemid .four h1 {
  text-align: left;
  color: #fff;
  font-weight: bold;
  padding: 0px 0px;
}

#bluemid .four h3 {
  text-align: left;
  color: #f5831f;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
  margin-top: 0px;
}

/**/


/**/
#gallery {
  width: 100%;
  padding: 70px 0px;
  background-color: #dc3545;
}

#gallerymid {
  max-width: 100%;
}

#gallerymid img {
  border: 2px solid #fff;
}

#gallerymid .img-thumbnail {
  padding: 0px;
}

#gallerymid .thumbnail {
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}

#gallerymid section {

  padding: 0px;
}

#gallerymid .btn:focus,
#gallerymid .btn:active,
#gallerymid button:focus,
#gallerymid button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer {
  display: block;
}

.thumb {
  margin-top: 15px;
  margin-bottom: 15px;
}




#gallerymid p {
  color: #f5f5f5;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}

#gallerymid h3 {
  text-align: center;
  padding-bottom: 15px;
  color: #fff;
  margin: 0px;
}
}

#gallerymid .description {
  color: #555;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 50px;
}

#gallerymid .one {
  border-top: 15px solid #366bb4;
  border-bottom: 10px solid #366bb4;
  background-color: white;
}

#gallerymid .one h1 {
  text-align: center;
  color: #333;
  font-weight: bold;
  padding: 50px 0px;
  font-size: 36px;
}

#gallerymid .one p {
  text-align: center;
  color: #333;
  font-weight: normal;
  padding-bottom: 50px;
}

#gallerymid .two {
  border-top: 15px solid #55b15c;
  border-bottom: 10px solid #55b15c;
  background-color: white;
}

#gallerymid .two h1 {
  text-align: center;
  color: #333;
  font-weight: bold;
  padding: 50px 0px;
  font-size: 36px;
}

#gallerymid .two p {
  text-align: center;
  color: #333;
  font-weight: normal;
  padding-bottom: 50px;
}

#gallerymid .three {
  border-top: 15px solid #f5831f;
  border-bottom: 10px solid #f5831f;
  background-color: white;
}

#gallerymid .three h1 {
  text-align: center;
  color: #333;
  font-weight: bold;
  padding: 50px 0px;
  font-size: 36px;
}

#gallerymid .three p {
  text-align: center;
  color: #333;
  font-weight: normal;
  padding-bottom: 50px;
}

#gallerymid .four {

  background-color: transparent;
}

#gallerymid .four h1 {
  text-align: left;
  color: #fff;
  font-weight: bold;
  padding: 0px 0px;
  font-size: 36px;
}

#gallerymid .four h3 {
  text-align: left;
  color: #f5831f;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
  margin-top: 0px;
}

#gallerymid .five {
  border-top: 15px solid #ed1c24;
  border-bottom: 10px solid #ed1c24;
  background-color: white;
}

#gallerymid .five h1 {
  text-align: center;
  color: #333;
  font-weight: bold;
  padding: 50px 0px;
  font-size: 36px;
}

#gallerymid .five p {
  text-align: center;
  color: #333;
  font-weight: normal;
  padding-bottom: 50px;
}

/**/


#black {
  width: 100%;
  padding: 70px 0px;
  background-color: #000;
}

#blackmid {
  max-width: 100%;
}

#blackmid h3 {
  text-align: left;
  color: #f5831f;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
  margin-top: 0px;
}


#blackmid p {
  color: #f5f5f5;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  margin-bottom: 70px;
}

#blackmid h2 {
  text-align: left;
  color: #fff;
  font-weight: bold;
  padding: 0px 0px;
  padding-bottom: 0px;
  font-size: 36px;
}

#blackmid .description {
  color: #555;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 50px;
}

#blackmid .one {
  border-top: 15px solid #366bb4;
  border-bottom: 10px solid #366bb4;
  background-color: white;
}

#blackmid .one h1 {
  text-align: center;
  color: #333;
  font-weight: bold;
  padding: 50px 0px;
  font-size: 36px;
}

#blackmid .one p {
  text-align: center;
  color: #333;
  font-weight: normal;
  padding-bottom: 50px;
}

#map {
  width: 100%;
  height: auto;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#mapmid {
  max-width: 100%;
  height: auto;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#product {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 70px 0px;
}

#productmid {
  width: 100%;
  height: auto;
}

#productmid h1 {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
  font-weight: normal;
  margin: 0px;
}

#productmid h3 {
  text-align: center;
  font-size: 12vw !important;
}

.product .item {
  width: 100%;
  text-align: center !important;
}

.product .item img {
  width: auto;
  //border-radius: 50%;
  border: 5px solid #f5f5f5;
}

.product .item h4 {
  text-align: center;
  color: white;
  font-weight: bold;
  padding-top: 20px;
}

.product .owl-item.active p {
  font-size: 18px;
  text-align: center;
  color: #000;
  padding-left: 0px;
  left: 0%;
  padding: 0px !important;
  margin-left: 0%;
}

.product .owl-item.active h3 {

  text-align: center;
  color: #000;

}


#contact-us {
  width: 100%;
  padding: 50px 0px;
  margin-top: -25px;
  background-color: #0e0a19;
  color: white;
}

#contact-usmid {
  max-width: 100%;
}

#contact-usmid p {
  font-size: 16px;
  line-height: 26px;
}

#contact-usmid a {
  color: #fff;
}

#contact-usmid a:hover {
  color: #fff;
}

#contact-usmid img {
  width: 260px;
}

#contact-usmid h1 {
  text-align: center !important;
  color: #333;
  padding-bottom: 30px;
  font-weight: normal;

}

#contact-usmid button {
  height: 50px;
  background-color: #f5831f;
  width: 100%;
  color: #fff;
}

#contact-usmid .two button {
  height: 50px;
  background-color: #fff;
  width: 100%;
  color: #000;
  margin-bottom: 20px;

}

#footer {
  width: 100%;
}

#footermid {
  max-width: 100%;
  background-color: #0c202f;
}

.copy p {
  font-size: 13px;
  line-height: 26px;
  text-align: center !important;
  padding: 10px 0px;
  padding-top: 40px;
  color: white;
}

.design p {
  font-size: 13px;
  line-height: 26px;
  text-align: center !important;
  padding-top:0px;
  color: white;
}

#footermid p a {
  color: #fff;
}

#footermid p a:hover {
  color: #fff !important;
}

#top {
  background-image: url('../images/topBg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  //background-color: #033B4C;
  padding: 5px 0px;
  margin-bottom: 15px;
  color: white;
}

#topmid .phone p {
  text-align: left;
}

#topmid .email p {
  text-align: right;
}

#topmid .phone a {
  color: white;
}

#topmid .phone a:hover {
  color: white;
}

#topmid .email a {
  color: white;
}

#topmid .email a:hover {
  color: white;
}

#toTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
  width: 40px;
  height: 40px;
  background-color: #dc3545;
  border-radius: 50%;
  //border: 2px solid white;
}

#toTop i {
  margin: 10px;
  color: white;
  margin-left: 12px;
}

.owl-theme .owl-nav.disabled+.owl-dots {

  margin-top: -50px;
  z-index: 999;
  position: relative;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: #dc3545;
}

.owl-theme .owl-dots .owl-dot.active span,
.main-slider .owl-dots .owl-dot:hover span {
  background-color: #01AFEF;
}

.img-div {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2DAA5E;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.img-div:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.text {
  color: white !important;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.logo {
  margin-bottom: 20px;
  max-width: 220px;
}

.mainmenu .nav {
  margin-top: 20px;
  float: right;
  margin-top: 65px !important;
}

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

 .mainmenu .navbar-header {
    background-color: #DDDDDD;
  }
  .copy p {
    padding: 10px 0px;
    text-align: center !important;

  }

  .design p {
    padding: 10px 0px;
    text-align: center !important;
  }

  .img-div {
    margin-bottom: 20px;
  }

  #mfg-facmid h1 {
    font-size: 28px !important;
  }

  #about h1 {
    font-size: 28px !important;
  }

  #product h1 {
    font-size: 28px !important;
  }

  #client h1 {
    font-size: 28px !important;
  }

  #contact-us h1 {
    font-size: 28px !important;
  }

  .main-slider .one {
    width: 100%;
    height: 200px;
    background-image: url('../images/slide01-min.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;

  }

  .main-slider .two {
    width: 100%;
    height: 200px;
    background-image: url('../images/slide02-min.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;

  }

  .main-slider .three {
    width: 100%;
    height: 200px;
    background-image: url('../images/slide03-min.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;

  }

  .navbar {
    background-color: #b4c9e1;
    margin-top: -10px;
    margin-bottom: 10px;
  }

  .mainmenu .navbar-toggle {
    background-color: #09B3E8;
  }

  .mainmenu .nav {
    float: left;
    width: 100%;
  }

  .phone p {
    padding: 10px 0px;
    text-align: center !important;

  }

  .email p {
    padding: 0px;
    text-align: center !important;
  }

  .header_area .header_bottom .mainmenu a,
  .navbar-default .navbar-nav>li>a {
    padding: 10px 10px;
    color: #09b3e8;
    border-bottom: 1px solid #333;
  }
.mainmenu .collapse ul > li:hover > a {
  background-color: #09B3E8;
  color: #333 !important;
}


.mainmenu .navbar-default .navbar-nav > .active > a, .mainmenu .navbar-default .navbar-nav > .active > a:focus, .mainmenu .navbar-default .navbar-nav > .active > a:hover {
   background-color:#09B3E8;
  color: #333 !important;
}
  .mainmenu .navbar-nav {
    margin: 0px;
    background-color: #0c202f;
  }
  
   .mainmenu .navbar-collapse {
    margin: 0px;
    background-color: #0c202f;
  }
}


/*1920*/

@media screen and (min-width: 1900px) and (max-width: 1920px) {
  .main-slider .one {
    width: 100%;
    height: 80vh;
    background-image: url('../images/slide01.jpg');

    background-position: top top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

  }

  .main-slider .one .textone {
    width: 50vw;
    height: 100%;
    //background-color: #f4f6f7;
  }

  .main-slider .one h1 {
    font-size: 3vw;
    text-align: left;
    color: #000;
    //animation:fadeInDown ease 1s;
    margin-left: 13.5% !important;
    top: 26%;
    position: absolute;
    font-weight: bold;
  }

  .main-slider .one h2 {
    font-size: 4vw;
    text-align: left;
    color: #000;
    //animation:fadeInDown ease 2s;
    margin-left: 13.5% !important;
    position: absolute;
    top: 40%;
  }

  .main-slider .one h3 {
    font-size: 4vw;
    text-align: left;
    color: #000;
    //animation:fadeInDown ease 3s;
    margin-left: 13.5% !important;
    position: absolute;
    top: 60%;
  }

  .main-slider .one p {
    font-size: 1vw;
    text-align: left;
    color: #000;
    //animation:fadeInDown ease 2s;
    margin-left: 13.5% !important;
    position: absolute;
    top: 40%;
  }

  .main-slider .one .btnsl {}

  .main-slider .one .btnsl a {
    font-size: 1.3vw;
    text-align: left;
    color: #fff;
    //animation:fadeInDown ease 2s;
    margin-left: 13.5% !important;
    position: absolute;
    top: 55%;
   padding: 10px 30px;
    background-color: #09B3E8;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    float: left;
    margin-right: 10px;
    border: none;
    transition: 0.5s ease;
  }


  .main-slider .two {
    width: 100%;
    height: 80vh;
    background-image: url('../images/slide02.jpg');

    background-position: top top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

  }

  .main-slider .one .texttwo {
    width: 50vw;
    height: 100%;
    background-color: #f4f6f7;
  }

  .main-slider .two h1 {
    font-size: 3vw;
    text-align: left;
    color: #000;
    //animation:fadeInDown ease 1s;
    margin-left: 13.5% !important;
    top: 26%;
    position: absolute;
    font-weight: bold;
  }

  .main-slider .two h2 {
    font-size: 4vw;
    text-align: left;
    color: #000;
    //animation:fadeInDown ease 2s;
    margin-left: 13.5% !important;
    position: absolute;
    top: 40%;
  }

  .main-slider .two h3 {
    font-size: 4vw;
    text-align: left;
    color: #000;
    //animation:fadeInDown ease 3s;
    margin-left: 13.5% !important;
    position: absolute;
    top: 60%;
  }

  .main-slider .two p {
    font-size: 1vw;
    text-align: left;
    color: #000;
    //animation:fadeInDown ease 2s;
    margin-left: 13.5% !important;
    position: absolute;
    top: 40%;
  }

  .main-slider .two .btnsl {}

  .main-slider .two .btnsl a {
    font-size: 1.3vw;
    text-align: left;
    color: #fff;
    //animation:fadeInDown ease 2s;
    margin-left: 13.5% !important;
    position: absolute;
    top: 55%;
    padding: 10px 30px;
    background-color: #09B3E8;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    float: left;
    margin-right: 10px;
    border: none;
    transition: 0.5s ease;
  }


  .main-slider .three {
    width: 100%;
    height: 80vh;
    background-image: url('../images/slide03.jpg');

    background-position: top top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

  }

  .main-slider .one .textthree {
    width: 50vw;
    height: 100%;
    background-color: #f4f6f7;
  }

  .main-slider .three h1 {
    font-size: 3vw;
    text-align: left;
    color: #000;
    //animation:fadeInDown ease 1s;
    margin-left: 13.5% !important;
    top: 26%;
    position: absolute;
    font-weight: bold;
  }

  .main-slider .three h2 {
    font-size: 4vw;
    text-align: left;
    color: #000;
    //animation:fadeInDown ease 2s;
    margin-left: 13.5% !important;
    position: absolute;
    top: 40%;
  }

  .main-slider .three h3 {
    font-size: 4vw;
    text-align: left;
    color: #000;
    //animation:fadeInDown ease 3s;
    margin-left: 13.5% !important;
    position: absolute;
    top: 60%;
  }

  .main-slider .three p {
    font-size: 1vw;
    text-align: left;
    color: #000;
    //animation:fadeInDown ease 2s;
    margin-left: 13.5% !important;
    position: absolute;
    top: 40%;
  }

  .main-slider .three .btnsl {}

  .main-slider .three .btnsl a {
    font-size: 1.3vw;
    text-align: left;
    color: #fff;
    //animation:fadeInDown ease 2s;
    margin-left: 13.5% !important;
    position: absolute;
    top: 55%;
    padding: 10px 30px;
    background-color: #09B3E8;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    float: left;
    margin-right: 10px;
    border: none;
    transition: 0.5s ease;
  }

}

.product .owl-nav.disabled+.owl-dots {

  margin-top: 20px;
  z-index: 999;
}


/*slider mobile*/
@media screen and (min-width: 300px) and (max-width: 768px) {

  .orange {
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
  }

  .black {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .social-circle li a {
    width: 30px;
    height: 30px;
  }

  .main-slider {
    width: 100%;
    height: 200px;
  }

  .main-slider .one {
    width: 100%;
    height: 200px;
    background-image: url('../images/slide01.jpg');

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

  }

  .main-slider .one h1 {
    font-size: 6vw;
    text-align: left;
    color: #000;
    //animation:fadeInDown ease 1s;
    margin-left: 13.5% !important;
    top: 26%;
    position: absolute;
    display: none;
  }

  .main-slider .one p {
    display: none;
  }

  .main-slider .one button {
    display: none;
  }

  .main-slider .two {
    width: 100%;
    height: 200px;
    background-image: url('../images/slide02.jpg');

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

  }

  .main-slider .two h1 {
    font-size: 6vw;
    text-align: left;
    color: #000;
    //animation:fadeInDown ease 1s;
    margin-left: 13.5% !important;
    top: 26%;
    position: absolute;
    display: none;
  }

  .main-slider .two h2 {
    font-size: 4vw;
    text-align: left;
    color: #fff;
    //animation:fadeInDown ease 2s;
    margin-left: 13.5% !important;
    position: absolute;
    top: 40%;
  }

  .main-slider .two h3 {
    font-size: 4vw;
    text-align: left;
    color: #fff;
    //animation:fadeInDown ease 3s;
    margin-left: 13.5% !important;
    position: absolute;
    top: 60%;
  }

  .main-slider .two p {
    display: none;
  }

  .main-slider .two button {
    display: none;
  }


  .main-slider .three {
    width: 100%;
    height: 200px;
    background-image: url('../images/slide03.jpg');

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

  }

  .main-slider .three h1 {
    font-size: 6vw;
    text-align: left;
    color: #000;
    //animation:fadeInDown ease 1s;
    margin-left: 13.5% !important;
    top: 26%;
    position: absolute;
    display: none;
  }

  .main-slider .three h2 {
    font-size: 4vw;
    text-align: left;
    color: #fff;
    //animation:fadeInDown ease 2s;
    margin-left: 13.5% !important;
    position: absolute;
    top: 40%;
  }

  .main-slider .three h3 {
    font-size: 4vw;
    text-align: left;
    color: #fff;
    //animation:fadeInDown ease 3s;
    margin-left: 13.5% !important;
    position: absolute;
    top: 60%;
  }

  .main-slider .three p {
    display: none;
  }

  .main-slider .three button {
    display: none;
  }

  #about {
    padding-top: 30px;
  }

}

.darkbtn {

  color: white;
  background-color: #033B4C;
  border-radius: 15px;
  transition: .3s ease;
  padding: 10px 5px;
  text-align: center;
  width: 150px;
}

.darkbtn:hover {

  color: white;
  background-color: #2DAA5E;
}

.whitebtn {

  color: #000;
  background-color: #fff;
  border-radius: 15px;
  transition: .3s ease;
  padding: 10px 5px;
  text-align: center;
  width: 150px;
  margin: 0 auto;
}

.whitebtn:hover {

  color: #000;
  background-color: #496BF2;
}

#gallery {
  width: 100%;
  height: auto;
}

#gallerymid {
  max-width: 100%;
  height: auto;
}

#gallerymid h1 {
  text-align: center;
  color: #000;
}

#gallerymid .description {
  text-align: center;
  color: #777;
  font-size: 16px;
  padding-bottom: 40px;
}

#gallerymid img {
  margin-bottom: 40px;
}


/*team*/


.section {
  color: #5c6166;
}

.hr.invisible_hr {
  height: 0;
  padding: 0;
}

.hr.big_size_hr {
  margin: 30px 0;
}

.hr {
  clear: both;
  display: block;
  font-size: 0;
  height: 24px;
  margin: 20px 0;
  overflow: hidden;
  padding: 2px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.highlight_secondary {
  color: #F24046;
}

.team-role {
  color: #A4A7AA;
}

iframe {
/*  filter: gray;*/
  /* IE6-9 */
/*  -webkit-filter: grayscale(99%);*/
  /* Chrome 19+ & Safari 6+ */
  border: 0;
  margin-bottom: -10px;
}

#gray {
  width: 100%;
  height: auto;
  padding: 70px 0px;
  background-color: #F8F9FC;
}

#graymid {
  max-width: 100%;
}

#graymid h1 {


  color: #000;
  text-align: left;
  font-weight: bold;
}

#graymid p {

  font-size: 17px;
  color: #000;
  text-align: left;
  padding: 50px 0px;
}

#graymid .bt {
  max-width: 230px;
  background-color: white;
  font-size: 17px;
  color: #000;
  padding: 10px 20px;
  font-weight: bold;
}

#graymid .bt i {
  padding-right: 30px;
}

#graymid .bt a {
  padding-right: 0px;
  text-align: right;
  color: #000;
}

#graymid .bt a:hover {
  padding-right: 0px;
  color: #000;
}

#testimonial {
  width: 100%;
  height: auto;
  background-color: #231834;
  height: auto;
  padding: 70px 0px;
  padding-top: 0px;
}

#testimonial .testi {
  background-color: #302640;
  color: #000;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

#testimonial blockquote {

  padding-top: 70px;
}

#testimonial #fade-quote-carousel.carousel .carousel-indicators>li {

  background-color: white;
}

#testimonial #fade-quote-carousel.carousel .carousel-indicators .active {

  background-color: #f5831f;
}

#testimonialmid {
  max-width: 100%;
  height: auto;
  text-align: center;
}

#testimonialmid .test {
  color: white;
}

#testimonialmid section {
  padding: 0px;
  padding-bottom: 100px;
}

#testimonialmid h1 {
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 30px 0px;
  padding-top: 0px;
  margin-bottom: 40px;
}

#testimonialmid h3 {
  color: #f5831f;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}

.tour-item {
  background-color: white;
}

.tour-item img {
  border: 2px solid #000;
  margin-top: 30px;
}

.home-testimonial-bottom {
  background-color: #000;
  transition: background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  margin-top: 20px;
  margin-bottom: 0px;
  //position: relative;
  //height: 130px;
  //top: 190px;
  margin-bottom: -100px;
}

.home-testimonial h3 {
  color: var(--orange);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase
}

.home-testimonial h2 {
  color: white;
  font-size: 28px;
  font-weight: 700
}

.testimonial-inner {
  position: relative;
  //top: -174px
}

.testimonial-pos {
  position: relative;
  top: 24px
}

.testimonial-inner .tour-desc {
  border-radius: 5px;
  padding: 40px
}

.color-grey-3 {
  //font-family: "Montserrat", Sans-serif;
  font-size: 17px;
  color: #777;
}

.testimonial-inner img.tm-people {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none
}

.link-name {
  //font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  color: #000;
  margin-top: 30px;
}

.link-position {
  //font-family: "Montserrat", Sans-serif;
  font-size: 12px;
  color: #6c83a2
}


#latest {
  width: 100%;
  padding: 70px 0px;
  background-color: #fff;
  padding-top: 0px;
}

#latestmid {
  max-width: 100%;
}


#latest h1 {
  width: 100%;
  padding: 70px 0px;
  background-color: #fff;
  text-align: center;
}

#latestmid {
  max-width: 100%;
}

#latestmid h1 {
  text-align: center;
  padding-bottom: 60px;
  color: #333;
  font-weight: bold;
  margin: 0px;
}

#latestmid h5 {
  text-align: center;
  padding: 30px 0px;
  color: #333;
  font-weight: bold;
  margin: 0px;
  padding-bottom: 10px;
}

#latestmid p {
  text-align: center;
  padding-bottom: 30px;
  color: #777;
  font-weight: normal;
  margin: 0px;
  padding: 0px 20px;
  margin-bottom: 30px;
}

#latestmid .darkbtn {


  width: 300px;
  background-color: #000;
  font-size: 17px;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 0px;
  margin: 0 auto;

}

#latestmid .darkbtn:hover {
  transition: 0.5s ease;
  color: white;
  background-color: #f5831f;
}

#latestmid .darkbtn i {


  margin-left: 50px;
}

#latestmid .darkbtn a {

  color: white;

}

#latestmid .darkbtn a:hover {

  color: white;

}


#latestmid .blackbtn {

  color: white;
  background-color: #033B4C;
  border-radius: 0px;
  transition: .3s ease;
  padding: 10px 0px;
  text-align: center;
  width: 150px;
  margin: 0 auto;
  margin-top: 30px;
}

#latestmid .blackbtn:hover {

  color: white;
  background-color: #2DAA5E;
}

#latestmid .blackbtn a {

  color: white;

}

#latestmid .blackbtn a:hover {

  color: white;

}


#orange {
  width: 100%;
  background-color: #f5831f;
}

#orangemid {
  //padding:70px 0px;
}

#orangemid img {
  margin: 0 auto;
}

#orangemid h5 {
  padding-left: 0px;
  text-align: left;
  font-weight: bold;
  color: #fff;
  font-size: 21px;
}


#orangemid p {
  color: white;
}


.nopad {
  padding: 0px;
}

.re-form {
  background-color: #F7F7F9;
  padding: 50px 0px;
  height: 100%;
  //padding-bottom: 0px;
}

.re-form h3 {
  padding-left: 0px;
  text-align: center;
  font-weight: bold;
  color: #000;
  //padding-left: 30px;

}

.re-form form {

  padding: 30px;

}

.re-form input {

  padding: 30px 0px;

}

.re-form .orgbtn {

  padding: 30px 0px;
  margin: 39px 0px;
  background-color: #f5831f;
  text-align: center;
  color: white;
  font-size: 22px;
  font-weight: bold;
}

.re-form img {
  max-width: 260px;
  padding: 30px 0px;
  margin: 0 auto !important;
}

.re-form .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 33px;
}

.event {
  background-color: #231834;
  padding: 50px 0px;
  padding-bottom: 137px;
}

.event h3 {
  padding-left: 0px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  //padding-left: 30px;

}

/**** LAYOUT ****/
.list-inline>li {
  padding: 0 10px 0 0;
}

.container-pad {
  padding: 30px 15px;
}


/**** MODULE ****/
.bgc-fff {
  background-color: #302640 !important;
  margin: 30px;
}

.box-shad {
  //-webkit-box-shadow: 1px 1px 0 rgba(0,0,0,.2);
  //box-shadow: 1px 1px 0 rgba(0,0,0,.2);
}

.brdr {
  //border: 1px solid #ededed;
}

/* Font changes */
.fnt-smaller {
  font-size: .9em;
}

.fnt-lighter {
  color: #fff;
}

/* Padding - Margins */
.pad-10 {
  padding: 10px !important;
}

.mrg-0 {
  margin: 0 !important;
}

.btm-mrg-10 {
  margin-bottom: 10px !important;
}

.btm-mrg-20 {
  margin-bottom: 20px !important;
}

/* Color  */
.clr-535353 {
  color: #fff;
}


/**** MEDIA QUERIES ****/
@media only screen and (max-width: 991px) {
  #property-listings .property-listing {
    padding: 5px !important;
  }

  #property-listings .property-listing a {
    margin: 0;
  }

  #property-listings .property-listing .media-body {
    padding: 10px;
  }

  .social {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .btnsl {
    display: none;
  }

}

@media only screen and (min-width: 992px) {
  #property-listings .property-listing img {
    max-width: 180px;
  }
}


#post {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 50px 0px;
}

#postmid {
  max-width: 100%;
  height: auto;
  background-color: #fff
}

#postmid .well {
  border: 1px solid #f5f5f5;
  background-color: #fff;
}

#postmid .media-left,
.media>.pull-left {
  padding-right: 30px;
}

#post h4{
 font-weight: 500;
 text-align: left;
 margin-bottom: 20px;
}

#post p{

 text-align: left !important;
}
#post p b{
 color: #333;
 font-weight: 600;
}
.counter-main {
  margin-top: -150px;
  border-top: 10px solid #f5831f;
  background-color: #F7F6F9;
}

.counter-main h5 {
  font-size: 16px;
  font-weight: 400;
}

.counter-main .box {
  width: 100px;
  height: 6px;
  background-color: #f5831f;
  margin: 0 auto;
  margin-bottom: 50px;
}

.counter {
  background-color: #F7F6F9;
  padding: 20px 0;
  border-radius: 5px;
}

.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.count-text {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #4ad1e5;
}

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

  #orangemid img {
    padding-right: 50px;
  }

  #form {
    margin-top: 50px;
  }

  .counter-main {
    margin-top: 0px;
  }

  #blue .one,
  .two,
  .three {
    margin-bottom: 20px;
  }

  #aboutmid .darkbtn {
    margin-bottom: 20px;
  }

  #aboutmid .darkbtntw {
    margin-top: 20px;
  }

  .card img {
    width: 100%;
  }

  #gallery .one,
  .two,
  .three {
    margin-bottom: 20px;
  }

  .tour-item {
    margin-bottom: 20px;
  }

  #gray {
    margin-top: 0px;
  }

  #gray img {
    margin-top: 20px;
  }
}

.moretext {
  display: none;
}


/*=========================
  Icons
 ================= */

/* footer social icons */

.social-network {}

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;

}


/* footer social icons */
.social-network a.icoRss {
  background-color: #F56505;
}

.social-network a.icoRss:hover {
  background-color: #F56505;
}

.social-network a.icoFacebook {
  background-color: #3B5998;
}

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoTwitter {
  background-color: #33ccff;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoGoogle {
  background-color: #BD3518;
}

.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}

.social-network a.icoVimeo {
  background-color: #0590B8;
}

.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}

.social-network a.icoLinkedin {
  background-color: #007bb7;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
}

.social-circle li i {
  margin: 0;
  line-height: 50px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #D3D3D3;
}

/*-------------------------------*/
/*      Code snippet by          */
/*      @maridlcrmn              */
/*-------------------------------*/


section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.quote {
  color: rgba(0, 0, 0, .1);
  text-align: center;
  margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}

#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 1;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}

#fade-quote-carousel.carousel .carousel-indicators>li {
  background-color: #F5831F;
  border: none;
}

#fade-quote-carousel.carousel .carousel-indicators>.active li {
  background-color: #000;
}

#fade-quote-carousel.carousel .carousel-indicators>li:hover {
  background-color: #000;
}

#fade-quote-carousel blockquote {
  text-align: center;
  border: none;
}

#fade-quote-carousel .profile-circle {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 100px;
}

.list-one ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-one ul {
  //margin: 2em 0;
}

.list-one li {
  //margin: 1em;
  margin-left: 1.5em;
}

.list-one li:before {
  content: '\f005';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #00AFEF;
}

.list-one .link {
  font-size: 0.45em;
}

.list-two {
  margin-bottom: 20px;
}

.list-two ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-two ul {
  //margin: 2em 0;
}

.list-two li {
  //margin: 1em;
  margin-left: 1.5em;
}

.list-two li:before {
  content: '\f111';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #f5831f;
}

.list-two .link {
  font-size: 0.45em;
}

#footer a {
  color: #333;
}

#footer a:hover {
  color: #333;
}

#form {
  padding: 70px 0px;
  padding-bottom: 0px;
}
#form .re{
 background-color: white !important;
}
.re .orgbtn {

  padding: 30px 0px;
  margin: 39px 0px;
  background-color: #f5831f;
  text-align: center;
  color: white;
  font-size: 22px;
  font-weight: bold;
}
#form img{
  border:none;
}
#form .btnRefresh{
  border:none;
}
#formmid h1 {
  text-align: center;
  padding-bottom: 60px;
  color: #333;
  font-weight: bold;
  margin: 0px;


}

@media screen and (min-width: 1580px) and (max-width: 1600px) {
  .event {
    background-color: #231834;
    padding: 50px 0px;
    padding-bottom: 137px;
  }

  #form {
    width: 100%;
    height: auto;
  }

  #formmid {
    max-width: 100%;
    margin: 50px 0px;
  }

  #formmid .re {
    background-color: transparent;
    height: 100%;
    padding-bottom: 0px;
  }

  #formmid h1 {
    text-align: center;
    padding-bottom: 60px;
    color: #333;
    font-weight: bold;
    margin: 0px;


  }

  #formmid .re {

    padding: 30px;
    padding-top: 0px;

  }

  #formmid .re input {

    padding: 20px 0px;

  }

  #formmid .orgbtn {

    padding: 30px 0px;
    margin: 39px 0px;
    background-color: #f5831f;
    text-align: center;
    color: white;
    font-size: 22px;
    font-weight: bold;
    border: none;
  }

  /*Event*/

  .event-list {
    list-style: none;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    padding: 0px;
  }

  .event-list>li {
    background-color: #302640;
    box-shadow: 0px 0px 5px rgb(51, 51, 51);
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
    padding: 0px;
    margin: 0px 0px 20px;
    color: white;
  }

  .event-list>li>time {
    display: inline-block;
    //width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgb(197, 44, 102);
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
  }

  .event-list>li:nth-child(even)>time {
    background-color: rgb(165, 82, 167);
  }

  .event-list>li>time>span {
    display: none;
  }

  .event-list>li>time>.day {
    display: block;
    font-size: 56pt;
    font-weight: 100;
    line-height: 1;
  }

  .event-list>li time>.month {
    display: block;
    font-size: 24pt;
    font-weight: 900;
    line-height: 1;
  }

  .event-list>li>img {
    width: 100%;
  }

  .event-list>li>.info {
    padding-top: 5px;
    text-align: center;
  }

  .event-list>li>.info>.title {
    font-size: 17pt;
    font-weight: 700;
    margin: 0px;
  }

  .event-list>li>.info>.desc {
    font-size: 13pt;
    font-weight: 300;
    margin: 0px;
  }

  .event-list>li>.info>ul,
  .event-list>li>.social>ul {
    display: table;
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
  }

  .event-list>li>.social>ul {
    margin: 0px;
  }

  .event-list>li>.info>ul>li,
  .event-list>li>.social>ul>li {
    display: table-cell;
    cursor: pointer;
    color: rgb(30, 30, 30);
    font-size: 11pt;
    font-weight: 300;
    padding: 3px 0px;
  }

  .event-list>li>.info>ul>li>a {
    display: block;
    width: 100%;
    color: rgb(30, 30, 30);
    text-decoration: none;
  }

  .event-list>li>.social>ul>li {
    padding: 0px;
  }

  .event-list>li>.social>ul>li>a {
    padding: 3px 0px;
  }

  .event-list>li>.info>ul>li:hover,
  .event-list>li>.social>ul>li:hover {
    color: rgb(30, 30, 30);
    background-color: rgb(200, 200, 200);
  }

  .facebook a,
  .twitter a,
  .google-plus a {
    display: block;
    width: 100%;
    color: rgb(75, 110, 168) !important;
  }

  .twitter a {
    color: rgb(79, 213, 248) !important;
  }

  .google-plus a {
    color: rgb(221, 75, 57) !important;
  }

  .facebook:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(75, 110, 168) !important;
  }

  .twitter:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(79, 213, 248) !important;
  }

  .google-plus:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(221, 75, 57) !important;
  }
}
  @media (min-width: 768px) {
    .event-list>li {
      position: relative;
      display: block;
      //width: 100%;
      height: 120px;
      margin: 20px;
    }

    .event-list>li>time,
    .event-list>li>img {
      display: inline-block;
    }

    .event-list>li>time,
    .event-list>li>img {
      width: 120px;
      float: left;
    }

    .event-list>li>.info {
      background-color: #302640;
      overflow: hidden;
    }

    .event-list>li>time,
    .event-list>li>img {
      width: 120px;
      height: 120px;
      padding: 0px;
      margin: 0px;
    }

    .event-list>li>.info {
      position: relative;
      height: 120px;
      text-align: left;
      padding-right: 40px;
    }

    .event-list>li>.info>.title,
    .event-list>li>.info>.desc {
      padding: 0px 10px;
    }

    .event-list>li>.info>ul {
      position: absolute;
      left: 0px;
      bottom: 0px;
    }

    .event-list>li>.social {
      position: absolute;
      top: 0px;
      right: 0px;
      display: block;
      width: 40px;
    }

    .event-list>li>.social>ul {
      border-left: 1px solid rgb(230, 230, 230);
    }

    .event-list>li>.social>ul>li {
      display: block;
      padding: 0px;
    }

    .event-list>li>.social>ul>li>a {
      display: block;
      width: 40px;
      padding: 10px 0px 9px;
    }
  }

  #topbar {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #000;
    padding: 10px 0px;
    padding-bottom: 0px;
    font-weight: normal;
    color: white;
    font-size: 13px;
    font-weight: normal;
}
#topbarmid {
    max-width: 1170px;
    height: auto;
    margin: 0 auto;
    color: white;
    font-size: 13px;
    font-weight: normal;
}

#topbarmid .right{
    color: white;
    font-size: 13px;
    font-weight: normal;
    text-align: right !important;
}
#topbarmid .right a {
    text-decoration: none;
    color: white;
    background-color: transparent;
    padding-bottom: 0px;
    color: white;
    font-size: 13px;
    font-weight: normal;
    text-align: right !important;
}
#topbarmid .right p a {
    text-decoration: none;
    color: white;
    background-color: transparent;
    padding-bottom: 0px;
    color: white;
    font-size: 13px;
    font-weight: normal;
    text-align: right !important;
}
#topbarmid .right p a:hover {
    text-decoration: underline;
    color: white;
    background-color: transparent;
     color: white;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    text-align: right !important;
}
#topbarmid .right a {
    text-decoration: none;
    color: white;
    background-color: transparent;
    padding-bottom: 0px;
    color: white;
    font-size: 13px;
    font-weight: normal;
    text-align: right !important;
}
#topbarmid .right a:hover {
    text-decoration: none;
    color: white;
    background-color: transparent;
    color: white;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    text-align: right !important;
}
#topbarmid .right i {
   color: #09B3E8;
    font-size: 13px;
    font-weight: normal;
    text-align: right !important;
}

#topbarmid .left{
    color: white;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
}
#topbarmid .left a {
    text-decoration: none;
    color: white;
    background-color: transparent;
    padding-bottom: 0px;
    color: white;
    font-size: 13px;
    font-weight: normal;
}
#topbarmid .left p a {
    text-decoration: none;
    color: white;
    background-color: transparent;
    padding-bottom: 0px;
    color: white;
    font-size: 13px;
    font-weight: normal;
}
#topbarmid .left p a:hover {
    text-decoration: underline;
    color: white;
    background-color: transparent;
     color: white;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}
#topbarmid .left a {
    text-decoration: none;
    color: white;
    background-color: transparent;
    padding-bottom: 0px;
    color: white;
    font-size: 13px;
    font-weight: normal;
}
#topbarmid .left a:hover {
    text-decoration: none;
    color: white;
    background-color: transparent;
    color: white;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}
#topbarmid .left i {
   color: #09B3E8;
    font-size: 13px;
    font-weight: normal;
}






.parent {
  display: flex;
  font-family: arial, sans-serif;
  padding: 50px 0px;
  font-weight: 16px;
  text-align: left;
  color: white;
}
.parent h3{
  text-align: left;
  margin-bottom: 30px;
  color: white;
  font-weight: 600;
}
.parent p{
 
  color: white;
}
.parent .item {
  width: 50%;
  padding: 2em;
  color: #fff;
  background: #eeeeee;
  min-height: 500px;
}

.last {
  color: #222;
  background: #0c202f;
}
.last-content {
  max-width: 70%;
}



#mission {
  width: 100%;
}
#missionmid {
  max-width: 100%;
}
#missionmid h3{
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
  color: #000;
}
#missionmid h4 span{
  
  color: #0c202f;
}
#missionmid h5{
  font-weight: 500;
}
#missionmid p{
  text-align: left;
  font-weight: normal;
  font-size: 16px;
}





.parent-two {
  display: flex;
  font-family: arial, sans-serif;
  padding: 50px 0px;
  font-weight: 16px;
  text-align: left;
}
.parent-two h3{
  text-align: left;
  margin-bottom: 30px;
  color: white;
}
.parent-two p{
 
  color: white;
}
.item-two {
  width: 50%;
  padding: 2em;
  color: #ffffff;
  background: #eeeeee;
  min-height: 500px;
}

.last-two {
  color: #222;
  background: #0c202f;
}
.last-content-two {
  max-width: 75%;
  margin-left: 25%;
}

@media screen and (max-width: 600px){
  
  .parent-two {
    flex-direction: column-reverse;  
  }
  
  .item-two {
    width: auto;
    min-height: 200px;
  }
  
  .last-two {
    background: #ccc;
  }
  
}

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


.last-content-two {
  max-width: 100%;
  margin-left: 0px;
}
}
.media img {
  max-width: 250px;
  //border: 1px solid #09B3E8;
}


.mylist ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mylist ul {
  margin: 2em 0;
}

.mylist li {
  margin: 1em;
  margin-left: 1.5em;
  font-weight: 500;
  color: #333;
}

.mylist li:before {
  content: '\f14a';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: green;
}

.mylist .link {
  font-size: 0.45em;
}

#benifits {
padding: 50px 0px;
background-color: #ccc;
}

#benifitsmid {
  
}
#benifitsmid h3{
  text-align: center;
  color: #000;
}
#benifitsmid p{
  text-align: center;
  font-size: 16px;
}
#benifitsmid h4{
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #000;

}
#benifitsmid span{
  text-align: left;
  font-style: italic;
}

#dealership {
padding: 50px 0px;
}

#dealershipmid {
  
}
#dealershipmid h3{
  text-align: center;
  color: #000;
}
#dealershipmid p{
  text-align: left;
  font-size: 16px;
}
#dealershipmid h5{
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}
#dealershipmid h6{
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}
#dealershipmid img{
  margin-bottom: 10px;
  //border: 1px solid #000;
}

#footer .bortop {
    
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.heading-brd {
  height: 1px;
  width: 100px;
  margin: 0 auto;
  background-color: white;

  margin-bottom: 50px;
}
.heading-brd-red {
  height: 1px;
  width: 100px;
  margin: 0 auto;
  background-color: #dc3545;

  margin-bottom: 50px;
}
.my-bg {background: url(../images/about.jpg) center center no-repeat; background-size: cover;}

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

  .parent h3 {
     color: #000;
  }
  .parent-two p {
    color: #333;
  }
  .parent-two h3 {
     color: #000;
  }
  .parent p {
    color: #333;
  }
  .parent {
    flex-direction: column-reverse;  
  }
  
  .parent .item {
    width: 100%;
    min-height: auto;
  }
  
  .last {
    background: #ccc;
  }

  .media img {
    margin-bottom: 20px;
  }
  #toTop {
    right: 30px;
  }

  .my-bg {background: url(../images/about.jpg) center center no-repeat; background-size: contain; margin-top: 30px;}
      

}

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

#topbarmid .right {
   text-align: center;
}
#topbarmid .right p{
   text-align: center;
}
#topbarmid .left{
   text-align: center;
}
.last-content {
  max-width: 100%;
}
#post {
  padding: 0px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) { 
.last-content-two {
  margin-left:14%;
}

.last-content{
  max-width: 82%;
}

}

@media only screen and (min-width: 1800px) and (max-width: 1920px) { 
.last-content-two {
  margin-left:40%;
}

.last-content{
  max-width: 58%;
}

}

#aboutpage {
width: 100%;
}
#aboutpagemid {
max-width: 100%;
}

#aboutpage h3{
text-align: center;
font-weight: bold;
color: white;
text-shadow: 2px 2px black;
}
#aboutpage h4 {
text-align: left;
font-weight: normal;
}

#aboutpage h1, h2, h3, h4, h5, h6 {
    color: #2c3145;
}
#aboutpage a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
#aboutpage ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#aboutpage .section_all {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    //min-height: 100vh;
}
#aboutpage .section-title {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

#aboutpage .section-subtitle {
    letter-spacing: 0.4px;
    line-height: 28px;
    max-width: 550px;
}

#aboutpage .section-title-border {
    background-color: #000;
    height: 1 3px;
    width: 44px;
}

#aboutpage .section-title-border-white {
    background-color: #fff;
    height: 2px;
    width: 100px;
}
#aboutpage .text_custom {
    color: #09B3E8;
}

#aboutpage .about_icon i {
    font-size: 22px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fff;
    border-radius: 35px;
    color: #00bd2a;
    box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);
}

#aboutpage .about_header_main .about_heading {
    max-width: 450px;
    font-size: 24px;
}

#aboutpage .about_icon span {
    position: relative;
    top: -10px;
}

#aboutpage .about_content_box_all {
    padding: 28px;
}


/*SmartFlow*/

#smartflowpage {
width: 100%;
}
#smartflowpagemid {
max-width: 100%;
}

#smartflowpage h3{
text-align: center;
font-weight: bold;
color: white;
text-shadow: 2px 2px black;
}
#smartflowpage h4 {
text-align: left;
font-weight: normal;
color: #000;
}
#smartflowpage p {
text-align: left;
font-weight: normal;
//color: #777;
}

#smartflowpage .pad50 {
  padding:50px 0px;
}
#smartflowpage .pad50 span {
  font-weight: 500;
}
#smartflowpage .mylist ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#smartflowpage .mylist ul {
  margin: 2em 0;
}

#smartflowpage .mylist li {
  margin: 1em;
  margin-left: 1.5em;
  color: #777;
}

#smartflowpage .mylist li:before {
  content: '\f14a';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: green;
}

#smartflowpage .mylist .link {
  font-size: 0.45em;
}
#smartflowpage h5 {
  font-weight: 500;
}


/*Dealershippage*/

#dealershippage {
width: 100%;
}
#dealershippagemid {
max-width: 100%;
}

#dealershippage h3{
text-align: center;
font-weight: bold;
color: white;
text-shadow: 2px 2px black;
}
#dealershippage h4 {
text-align: left;
font-weight: normal;
color: #000;
}
#dealershippage p {
text-align: left;
font-weight: normal;
color: #777;
}

#dealershippage .pad50 {
  padding:50px 0px;
}
#dealershippage .pad50 span {
  font-weight: 500;
}
#dealershippage .mylist ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#dealershippage .mylist ul {
  margin: 2em 0;
}

#dealershippage .mylist li {
  margin: 1em;
  margin-left: 1.5em;
  color: #777;
}

#dealershippage .mylist li:before {
  content: '\f14a';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: green;
}

#dealershippage .mylist .link {
  font-size: 0.45em;
}
#dealershippage h5 {
  font-weight: 500;
  text-align: left;
}


#gallerypage {
width: 100%;
}
#gallerypagemid {
max-width: 100%;
}

#gallerypage h3{
text-align: center;
font-weight: bold;
color: white;
text-shadow: 2px 2px black;
}
#gallerypage h4 {
text-align: left;
font-weight: normal;
}

#gallerypage .pad50 {
  padding:50px 0px;
}

#careerpage {
width: 100%;
}
#careerpagemid {
max-width: 100%;
}

#careerpage h3{
text-align: center;
font-weight: bold;
color: white;
text-shadow: 2px 2px black;
}
#careerpage h4 {
text-align: left;
font-weight: normal;
}

#careerpage .pad50 {
  padding:50px 0px;
}

#mission .nav-tabs > li.active > a, #mission .nav-tabs > li.active > a:focus, #mission .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-stacked > li + li {
    margin-top: 0px;
}
#mission .nav-tabs > li > a {
    //padding: 50px 70px 50px 70px !important;
    color: #AAAAAA;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    margin: 0;
    font-size: 25px;
}
#mission .nav-tabs > li > a:hover, #mission .nav-tabs > li > a:focus {
    background-color: transparent; 
    color: #FFFFFF;
    z-index: 99;
    transition: all 0.5s ease 0s;
}
#mission .nav-tabs > li.active > a {
   color: #FFFFFF;
   background-color: transparent;
    box-shadow: 0 0px 5px rgba(0, 0, 0, .6);
    z-index: 100;
}
#mission .nav-tabs > li.active > a:hover, #mission .nav-tabs > li.active > a:focus {
   color: #FFFFFF;
   background-color: transparent;   
   box-shadow: 0 0px 5px rgba(0, 0, 0, .6);
   transition: all 0.5s ease 0s;
}
#mission .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 1px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.5s ease 0s;
  
}
#mission .btn-primary {
    background-color: #2962FF;
}
#mission .btn-primary:hover, .btn-primary:focus {
    background-color: #0D47A1;
}




/*Slider Start*/ 

.slider-container *, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 85%;
 // overflow: hidden;
}



svg {
  display: block;
  overflow: visible;
}

.slider-container {
  position: relative;
  height: 100%;
  max-width: 100%;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: all-scroll;
  overflow: hidden;
}

.slider-control {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 12%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
  opacity: 0;
}
.slider-control.inactive:hover {
  cursor: auto;
}
.slider-control:not(.inactive):hover {
  opacity: 1;
  cursor: pointer;
}
.slider-control.left {
  left: 0;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-control.right {
  right: 0;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}

.slider-pagi {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0;
  list-style-type: none;
}
.slider-pagi__elem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}
.slider-pagi__elem:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.slider {
  z-index: 1;
  position: relative;
  height: 100%;
  width: 100%;
}
.slider.animating {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}
.slider.animating .slide__bg {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide.active .slide__overlay,
.slide.active .slide__text {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.slide__bg {
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  will-change: transform;
}
.slide:nth-child(1) {
  left: 0;
}




.slide:nth-child(1) .slide__bg {
  left: 0;
  background-image: url("../images/slide03.jpg");
}
.slide:nth-child(1) .slide__overlay-path {
  fill: #dc3545;
}
@media (min-width: 991px) {
  .slide:nth-child(1) .slide__text {
    //background-color: rgba(233, 156, 126, 0.8);
  }
}
.slide:nth-child(2) {
  left: 100%;
}
.slide:nth-child(2) .slide__bg {
  left: -50%;
  background-image: url("../images/slide02.jpg");
}
.slide:nth-child(2) .slide__overlay-path {
  fill: #1a2a36;
}
@media (min-width: 991px) {
  .slide:nth-child(2) .slide__text {
    //background-color: rgba(225, 204, 174, 0.8);
  }
}
.slide:nth-child(3) {
  left: 200%;
}
.slide:nth-child(3) .slide__bg {
  left: -100%;
  background-image: url("../images/slide01.jpg");
  background-position: right;
}
.slide:nth-child(3) .slide__overlay-path {
  fill: #09B3E8;
}
@media (min-width: 991px) {
  .slide:nth-child(3) .slide__text {
    //background-color: rgba(173, 197, 205, 0.8);
  }
}
.slide:nth-child(4) {
  left: 300%;
}
.slide:nth-child(4) .slide__bg {
  left: -150%;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/3d-slider-4.jpg");
}
.slide:nth-child(4) .slide__overlay-path {
  fill: #cbc6c3;
}
@media (max-width: 991px) {
  .slide:nth-child(4) .slide__text {
    background-color: rgba(203, 198, 195, 0.8);
  }
}


/*@media (max-width: 991px) {
.slide:nth-child(1) .slide__bg {
  left: 0;
  background-image: url("../images/slide03-big.jpg");
}
.slide:nth-child(2) .slide__bg {
 left: -50%;
  background-image: url("../images/slide02-big.jpg");
}
.slide:nth-child(3) .slide__bg {
  left: -100%;
  background-image: url("../images/slide01-big.jpg");
}
*/


@media (max-width: 1440px) {
.slide:nth-child(1) .slide__bg {
  left: 0;
  background-image: url("../images/slide03-mid.jpg");
}
.slide:nth-child(2) .slide__bg {
 left: -50%;
  background-image: url("../images/slide02-mid.jpg");
}
.slide:nth-child(3) .slide__bg {
  left: -100%;
  background-image: url("../images/slide01-mid.jpg");
}
.mainmenu .nav {
  float: left;
}
.orange {
  //margin-top: 0px !important;
}
}



@media (max-width: 768px) {
.slide:nth-child(1) .slide__bg {
  left: 0;
  background-image: url("../images/slide03-min.jpg");
}
.slide:nth-child(2) .slide__bg {
 left: -50%;
  background-image: url("../images/slide02-min.jpg");
}
.slide:nth-child(3) .slide__bg {
  left: -100%;
  background-image: url("../images/slide01-min.jpg");
}
}



.slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  min-height: 810px;
  -webkit-transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
  will-change: transform, opacity;
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
  opacity: 0;
}
@media (max-width: 991px) {
  .slide__overlay {
    display: none;
  }
}
.slide__overlay path {
  opacity: 0.8;
}
.slide__text {
  position: absolute;
  width: 25%;
  bottom: 25%;
  left: 12%;
  color: #fff;
  -webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
  transition: transform 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  will-change: transform, opacity;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}




a.slide__text-link:hover { text-decoration:none; color:#FFF;}



.slide-2 .slide__text {
  bottom: 15%;
}

@media (max-width: 991px) {
  .slide__text {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20rem;
    text-align: center;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    padding: 0 1rem;
  }
}
.slide__text-heading {
  font-family: "Polar", Helvetica, Arial, sans-serif;
  font-size: 5rem;
  margin-bottom: 2rem;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 991px) {
  .slide__text-heading {
    line-height: 5rem;
    font-size: 2.5rem;
    font-weight: bold;
     text-shadow: 2px 2px 4px #000;
  }

  .slide__text-heading h2{
    line-height: 1rem !important;
  }
}
.slide__text-desc {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .slide__text-desc {
    display: none;
  }
  .slider-container {
   height: 70%;
  }
}
.slide__text-link {
  z-index: 5;
  display: inline-block;
  position: relative;
  padding: 0.5rem;
  cursor: pointer;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding: 10px 20px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
          color: #000;
          background-color: white;
}
@media (max-width: 991px) {
 
  .slide-2 .slide__text {

    top: 15%;
    bottom: 0%;
  }
  .slide__text-heading {
    line-height:3rem;
  }
.logo {
  max-width: 220px;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 20px;
}
 
}
.slide__text-link:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transform: rotateX(-85deg);
          transform: rotateX(-85deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.slide__text-link:hover:before {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
/*Slider*/

/*Footer*/

.one img {
  -webkit-mask:url(https://i.ibb.co/mBrmH0k/Mf15d.png) center/contain no-repeat;
}

/*Paralax*/


/* Override UGG site */
#main {width: 100%; padding:0;}
.content-asset p {margin:0 auto;}
.breadcrumb {display:none;}

/* Helpers */
/**************************/
.margin-top-10 {padding-top:10px;}
.margin-bot-10 {padding-bottom:10px;}

/* Typography */
/**************************/
#parallax-world-of-ugg h1 {font-family:'Oswald', sans-serif; font-size:24px; font-weight:400; text-transform: uppercase; color:black; padding:0; margin:0;}
#parallax-world-of-ugg h2 {font-family:'Oswald', sans-serif; font-size:70px; letter-spacing:10px; text-align:center; color:white; font-weight:400; text-transform:uppercase; z-index:10; opacity:.9;}
#parallax-world-of-ugg h3 { text-align:center; color:#000;}
#parallax-world-of-ugg p {font-family:'Source Sans Pro', sans-serif; font-weight:400; font-size:14px; line-height:24px;}
.first-character {font-weight:400; float: left; font-size: 84px; line-height: 64px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: 'Source Sans Pro', sans-serif;}

.sc {color: #3b8595;}
.ny {color: #3d3c3a;}
.atw {color: #c48660;}

/* Section - Title */
/**************************/
#parallax-world-of-ugg .title {background: white; padding: 60px; margin:0 auto; text-align:center;}
#parallax-world-of-ugg .title h1 {font-size:35px; letter-spacing:8px;}

/* Section - Block */
/**************************/
#parallax-world-of-ugg .block {background: white; padding: 60px; width:820px; margin:0 auto; text-align:justify;}
#parallax-world-of-ugg .block-gray {background: #f2f2f2;padding: 60px;}
#parallax-world-of-ugg .section-overlay-mask {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: black; opacity: 0.70;}

/* Section - Parallax */
/**************************/
#parallax-world-of-ugg .parallax-one {padding-top: 50px; padding-bottom: 0px; overflow: hidden; position: relative; width: 100%;/* 
  background-image: url('../images/paralllax-bg.jpg'); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: top center;*/}


/* Extras */
/**************************/
#parallax-world-of-ugg .line-break {border-bottom:1px solid black; width: 150px; margin:0 auto;}

/* Media Queries */
/**************************/
@media screen and (max-width: 959px) and (min-width: 768px) {
  #parallax-world-of-ugg .block {padding: 40px; width:620px;}
}
@media screen and (max-width: 767px) {
  #parallax-world-of-ugg .block {padding: 30px; width:420px;}
  #parallax-world-of-ugg h2 {font-size:30px;}
  #parallax-world-of-ugg .block {padding: 30px;}
  #parallax-world-of-ugg .parallax-one {padding-top:20px; padding-bottom:20px;}
}
@media screen and (max-width: 479px) {
  #parallax-world-of-ugg .block {padding: 30px 15px; width:290px;}
}

#parallax-world-of-ugg .thumbnail {
  padding: 1px !important;
}
#parallax-world-of-ugg .img-thumbnail {
  padding: 1px !important;
}


/*Paralax*/


.how-section1{
    padding-bottom: 70px;
    text-align: left;
}
.how-section1 h4{
    color: #ffa500;
    font-weight: bold;
    font-size: 30px;
    text-align: left;
}
.how-section1 .subheading{
    color: #0c202f;
    font-size: 20px;
}
.how-section1 .row
{
    margin-top: 7%;
}
.how-img 
{
    text-align: center;
}
.how-img img{
    width: 50%;
    border-radius: 50%;
    border:2px solid gray;
}

  .service-box{
            position: relative;
            overflow: hidden;
            margin-bottom:10px;
            perspective:1000px;
            -webkit-perspective:1000px;
        }
        .service-icon{
            width: 100%;
            height: 220px;
            //padding: 20px;
            text-align: center;
            transition: all .5s ease;
        }

        .service-content{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            opacity: 0;
            width: 100%;
            height: 220px;
            padding: 30px;
            text-align: center;
            transition: all .5s ease;
            background-color: #09B3E8;
            backface-visibility:hidden;
            transform-style: preserve-3d;
            -webkit-transform: translateY(110px) rotateX(-90deg);
            -moz-transform: translateY(110px) rotateX(-90deg);
            -ms-transform: translateY(110px) rotateX(-90deg);
            -o-transform: translateY(110px) rotateX(-90deg);
            transform: translateY(110px) rotateX(-90deg);
        }
        .service-box .service-icon .front-content{
            position: relative;
            top:80px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .service-box .service-icon .front-content i {
            font-size: 28px;
            color: #fff;
            font-weight: normal;
        }

        .service-box .service-icon .front-content h3 {
            font-size: 15px;
            color: #fff;
            text-align: center;
            margin-bottom: 15px;
            text-transform: uppercase;
        }
        .service-box .service-content h3 {
            font-size: 15px;
            font-weight: 700;
            color: #fff;
            margin-bottom:10px;
            text-transform: uppercase;
        }
        .service-box .service-content p {
            font-size: 13px;
            color: #b1b1b1;
            margin:0;
        }
        .yellow{background-color: #ffc000;}
        .orange{background-color: #fc7f0c;}
        .red{background-color: #e84b3a;}
        .grey{background-color: #474747;}
        .service-box:hover .service-icon{
            opacity: 0;
            -webkit-transform: translateY(-110px) rotateX(90deg);
            -moz-transform: translateY(-110px) rotateX(90deg);
            -ms-transform: translateY(-110px) rotateX(90deg);
            -o-transform: translateY(-110px) rotateX(90deg);
            transform: translateY(-110px) rotateX(90deg);
        }
        .service-box:hover .service-content {
            opacity: 1;
            -webkit-transform: rotateX(0);
            -moz-transform: rotateX(0);
            -ms-transform: rotateX(0);
            -o-transform: rotateX(0);
            transform: rotateX(0);
        }


/*Waves*/

.bg {
    background: url("../image/footer-bg.jpg") no-repeat;
    /*background-size: cover;
    height: 100%;
    width: 100%;*/
    //position: fixed;
    top: 0;
    left: 0;
    z-index: -3;
}
.bg:before {
    content: "";
   /* width: 100%;
    height: 100%;
    background: #000;*/
    //position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.3;
}
@keyframes sf-fly-by-1 {
    from {
        transform: translateZ(-600px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(0);
        opacity: 0.5;
    }
}
@keyframes sf-fly-by-2 {
    from {
        transform: translateZ(-1200px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(-600px);
        opacity: 0.5;
    }
}
@keyframes sf-fly-by-3 {
    from {
        transform: translateZ(-1800px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(-1200px);
        opacity: 0.5;
    }
}
.star-field {
    //position: fixed;
    top: 0;
    left: 0;
   /* width: 100%;
    height: 100%;*/
    perspective: 1200px;
    -webkit-perspective: 1200px;
    z-index: -1;
}
.star-field .layer {
    box-shadow: -411px -476px #cccccc, 777px -407px #d4d4d4, -387px -477px #fcfcfc, -91px -235px #d4d4d4, 491px -460px #f7f7f7, 892px -128px #f7f7f7, 758px -277px #ededed, 596px 378px #cccccc, 647px 423px whitesmoke, 183px 389px #c7c7c7,
        524px -237px #f0f0f0, 679px -535px #e3e3e3, 158px 399px #ededed, 157px 249px #ededed, 81px -450px #ebebeb, 719px -360px #c2c2c2, -499px 473px #e8e8e8, -158px -349px #d4d4d4, 870px -134px #cfcfcf, 446px 404px #c2c2c2,
        440px 490px #d4d4d4, 414px 507px #e6e6e6, -12px 246px #fcfcfc, -384px 369px #e3e3e3, 641px -413px #fcfcfc, 822px 516px #dbdbdb, 449px 132px #c2c2c2, 727px 146px #f7f7f7, -315px -488px #e6e6e6, 952px -70px #e3e3e3,
        -869px -29px #dbdbdb, 502px 80px #dedede, 764px 342px #e0e0e0, -150px -380px #dbdbdb, 654px -426px #e3e3e3, -325px -263px #c2c2c2, 755px -447px #c7c7c7, 729px -177px #c2c2c2, -682px -391px #e6e6e6, 554px -176px #ededed,
        -85px -428px #d9d9d9, 714px 55px #e8e8e8, 359px -285px #cfcfcf, -362px -508px #dedede, 468px -265px #fcfcfc, 74px -500px #c7c7c7, -514px 383px #dbdbdb, 730px -92px #cfcfcf, -112px 287px #c9c9c9, -853px 79px #d6d6d6,
        828px 475px #d6d6d6, -681px 13px #fafafa, -176px 209px #f0f0f0, 758px 457px #fafafa, -383px -454px #ededed, 813px 179px #d1d1d1, 608px 98px whitesmoke, -860px -65px #c4c4c4, -572px 272px #f7f7f7, 459px 533px #fcfcfc,
        624px -481px #e6e6e6, 790px 477px #dedede, 731px -403px #ededed, 70px -534px #cccccc, -23px 510px #cfcfcf, -652px -237px whitesmoke, -690px 367px #d1d1d1, 810px 536px #d1d1d1, 774px 293px #c9c9c9, -362px 97px #c2c2c2,
        563px 47px #dedede, 313px 475px #e0e0e0, 839px -491px #e3e3e3, -217px 377px #d4d4d4, -581px 239px #c2c2c2, -857px 72px #cccccc, -23px 340px #dedede, -837px 246px white, 170px -502px #cfcfcf, 822px -443px #e0e0e0, 795px 497px #e0e0e0,
        -814px -337px #cfcfcf, 206px -339px #f2f2f2, -779px 108px #e6e6e6, 808px 2px #d4d4d4, 665px 41px #d4d4d4, -564px 64px #cccccc, -380px 74px #cfcfcf, -369px -60px #f7f7f7, 47px -495px #e3e3e3, -383px 368px #f7f7f7, 419px 288px #d1d1d1,
        -598px -50px #c2c2c2, -833px 187px #c4c4c4, 378px 325px whitesmoke, -703px 375px #d6d6d6, 392px 520px #d9d9d9, -492px -60px #c4c4c4, 759px 288px #ebebeb, 98px -412px #c4c4c4, -911px -277px #c9c9c9;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 4px;
    width: 4px;
    border-radius: 2px;
}
.star-field .layer:nth-child(1) {
    animation: sf-fly-by-1 5s linear infinite;
}
.star-field .layer:nth-child(2) {
    animation: sf-fly-by-2 5s linear infinite;
}
.star-field .layer:nth-child(3) {
    animation: sf-fly-by-3 5s linear infinite;
}
.contact-info i{
  color: #27aee5 !important;
  background-color: transparent;
  margin-right: 15px;
}
.contact-info a{
  color: white !important;
  font-size: 16px;
}
.contact-infoTw i{
  color: #27aee5 !important;
  background-color: transparent;
  margin-right: 15px;
}
.contact-infoTw a{
  color: #000 !important;
  font-size: 16px;
}
label {
  font-weight: normal;
}
.navbar-default {
  border-color: #fff;
}


#fixed {
    //position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    //margin-top: -20px;
    z-index: 99999;
    box-shadow: 0 10px 10px -5px;
    width:100%;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
#aboutpage h3 {
font-size: 20px !important;
}

#dealershippage h3 {
  font-size: 20px !important;
}
#careerpage h3 {
  font-size: 20px !important;
}
.centered {
top: 65% !important;
}

}

.red-border {
  height: 1px;
  width: 60px;
  //margin: 0 auto;
  background-color: #dc3545;
  margin-bottom: 20px;
}



/******** Home style *********/

   /* How To Use */
.how-container-hm {
  width: 100%;
  height: 36vw;
  margin-bottom: 70px !important; 
  padding-top: 70px;

}

.how-container-hm .left-container {
  float: left;
  height: 36vw;
  width: 50%;
}

.how-container-hm .right-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 32.9vw;
  background: #ccc;
  width: 50%;
  float: left;


}

.how-container-hm .left-content {
  width: 100%;
  height: 36vw;
}

.how-container-hm .right-content {
  max-width: 90%;
  margin-left: 10px;
  color: #333;
}
.how-container-hm .right-content h3{
 text-align: left;
  margin-bottom: 30px;
  color: #0c202f;
  font-weight: 600;
  margin-top: 0px;
  color: #333;
}

@media screen and (max-width: 999px) {
  .how-container-hm {display: block; width: 100%; height: auto; margin-bottom: 30px !important;
  padding-top: 30px;}
  .how-container-hm .left-container  {display: block; width: 100%; height: auto; float: none; text-align: left; margin: 15px auto 0px auto;}
  .how-container-hm .right-container {display: block; width: 100%; height: auto; float: none; text-align: left; margin: 0px auto 0px auto; padding:30px 0px;}
  .how-container-hm .right-content h3{ font-size: 20px;}
  .how-container-hm .left-content {display: block; width: 100%; height: auto; float: none; text-align: left; margin: 15px auto 0px auto;}
  .how-container-hm .right-content {display: block; width: 100%; height: auto; float: none; text-align: left; margin: 15px auto 0px auto; max-width: 90%;}
}
  
@media (min-width: 1366px) and (max-width: 1500px) {
  .how-container-hm .right-container {
  height: 33.2vw;
}
}

/******** Who We Are style *********/


.header_bottom{
    padding-bottom: 20px;
}

.container-ab-abt {
  position: relative;
  text-align: center;
  color: white;
}

.bottom-left-abt {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left-abt {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right-abt {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right-abt {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

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


       #stl2-abt {
         width: 100%;
         min-height: 500px;
       }
      .myflex2-abt {
         display: flex;
         justify-content: center;
  align-items: center;
         background-color: transparent;
         
      }

       .myflex2-abt .item{
         width: 50%;
         padding: 0px;
      }
       .myflex2-abt .itemone{
         background-color: white;
         padding-right: 30px;
         padding-top: 0px;
         margin-top: 0px;
      }
      .myflex2-abt .itemone h4{
         text-align: left;
    margin-bottom: 30px;
    color: #0c202f;
    font-weight: 600;
    margin-top: 0px;
    color: #2c3145 !important;
    font-size: 24px !important;
      }
 .myflex2-abt .itemone ul li{
         text-align: left;
     font-size: 16px;
  line-height: 26px;
    color: #777;
      }
   

       .myflex2-abt .itemtwo{
          padding-top: 0px;
         margin-top: 0px;
         background-color: white;
          display: flex;            /* new */
  align-items: center;      /* new */
  justify-content: center;  /* new */
      }
       .myflex2-abt .itemtwo img{
        

      }


.mylist-ab-abt ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mylist-ab-abt ul {
  margin: 2em 0;
}

.mylist-ab-abt li {
  margin: 1em;
  margin-left: 1.5em;
  font-weight: 500;
  color: #333;
}

/*.mylist-ab li:before {
  content: '\f06c';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: green;
}*/

.mylist-ab-abt .link {
  font-size: 0.45em;
}



       #stl-new-abt {
         width: 100%;
         min-height: 500px;
       }
      .myflex-new-abt {
         display: flex;
         justify-content: center;
  align-items: center;
         background-color: #fff;
         
      }

       .myflex-new-abt .item{
         width: 50%;
         padding: 0px;
      }
       .myflex-new-abt .itemone{
         background-color: white;
         padding-right: 30px;
         padding-top: 0px;
         margin-top: 0px;

      }
      .myflex-new-abt .itemone h4{
         text-align: left;
    margin-bottom: 30px;
    color: #0c202f;
    font-weight: 600;
    margin-top: 0px;
      }
 .myflex-new-abt .itemone p{
         text-align: justify;
     font-size: 16px;
  line-height: 26px;
   color: #777;
      }
   

       .myflex-new-abt .itemtwo{
          padding-top: 0px;
         margin-top: 0px;
         background-color: white;
          display: flex;            /* new */
  align-items: center;      /* new */
  justify-content: center;  /* new */
      }
       .myflex-new-abt .itemtwo img{
        
       border: 2px solid gray;
      }

      .myflex-new-abt img{ 
        width: 300px;
        margin: 30px 0px;
        padding-top: 0px;
        border: 2px solid gray;
}


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

.myflex2-abt {
         display: flex;
         flex-direction: column;
      }

.myflex2-abt .item{
        width: 100%;
      }

.myflex-new-abt {
         display: flex;
         flex-direction: column;
      }

.myflex-new-abt .item{
        width: 100%;
      }

.myflex-new-abt .item img {
    margin: 20px;
}

   } 






/******** SmartFlow style *********/



  .header_bottom {
    padding-bottom: 20px;
}

      
.container-ab-smf {
  position: relative;
  text-align: center;
  color: white;
}

.bottom-left-smf {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left-smf {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right-smf {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right-smf {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

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

 #stl2-smf {
         width: 100%;
         min-height: 500px;
       }
      .myflex2-smf {
         display: flex;
         justify-content: center;
  align-items: center;
         background-color: transparent;
         gap: 50px;
         margin-bottom: 50px;
      }

       .myflex2-smf .item{
         width: 50%;
         padding: 0px;
      }
       .myflex2-smf .itemone{
         background-color: white;
         padding-right: 30px;
         padding-top: 0px;
         margin-top: 0px;
      }
      .myflex2-smf .itemone h4{
         text-align: left;
    margin-bottom: 30px;
    color: #0c202f;
    font-weight: 600;
    margin-top: 0px;
    color: #2c3145 !important;
    font-size: 24px !important;
      }
 .myflex2-smf .itemone ul li{
         text-align: left;
     font-size: 16px;
  line-height: 26px;
    color: #777;
      }
   

       .myflex2-smf .itemtwo{
          padding-top: 0px;
         margin-top: 0px;
         background-color: white;
          display: flex;            /* new */
  align-items: left;      /* new */
  //justify-content: center;  /* new */
      }
       .myflex2-smf .itemtwo img{
        
        width: 500px;
      }

.SmartFloLogo-smf {
   width: 200px;
}
@media screen and (max-width: 768px) { 

.myflex2-smf {
         display: flex;
         flex-direction: column;
      }

.myflex2-smf .item{
        width: 100%;
      }

.myflex-new-smf {


   } 
.SmartFloLogo-smf {
   width: 150px !important;
}


}

.myimgrs-smf img {
   width: 300px;
} 

/******* Insight Blog ***********/
 #aboutmid px{
  color: #777;
 }
.header_bottom {
    padding-bottom: 20px;
}
      
.container-ab {
  position: relative;
  text-align: center;
  color: white;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

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




.blog-listing {
    padding-top: 30px;
    padding-bottom: 30px;
}
.gray-bg {
    background-color: #f5f5f5;
}
/* Blog 
---------------------*/
.blog-grid {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-grid .blog-img {
  position: relative;
}
.blog-grid .blog-img .date {
  position: absolute;
  background: #fc5356;
  color: #ffffff;
  padding: 8px 15px;
  left: 10px;
  top: 10px;
  border-radius: 4px;
}
.blog-grid .blog-img .date span {
  font-size: 22px;
  display: block;
  line-height: 22px;
  font-weight: 700;
}
.blog-grid .blog-img .date label {
  font-size: 14px;
  margin: 0;
}
.blog-grid .blog-info {
  padding: 20px;
}
.blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}
.blog-grid .blog-info h5 a {
  color: #000;
}
.blog-grid .blog-info p {
  margin: 0;
}
.blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}


/* Blog Sidebar
-------------------*/
.blog-aside .widget {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.blog-aside .widget-body {
  padding: 15px;
}
.blog-aside .widget-title {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.blog-aside .widget-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fc5356;
  margin: 0;
}
.blog-aside .widget-author .media {
  margin-bottom: 15px;
}
.blog-aside .widget-author p {
  font-size: 16px;
  margin: 0;
}
.blog-aside .widget-author .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-aside .widget-author h6 {
  font-weight: 600;
  color: #000;
  font-size: 22px;
  margin: 0;
  padding-left: 20px;
}
.blog-aside .post-aside {
  margin-bottom: 15px;
}
.blog-aside .post-aside .post-aside-title h5 {
  margin: 0;
}
.blog-aside .post-aside .post-aside-title a {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.blog-aside .post-aside .post-aside-meta {
  padding-bottom: 10px;
}
.blog-aside .post-aside .post-aside-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.blog-aside .latest-post-aside + .latest-post-aside {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}
.blog-aside .latest-post-aside .lpa-right {
  width: 90px;
}
.blog-aside .latest-post-aside .lpa-right img {
  border-radius: 3px;
}
.blog-aside .latest-post-aside .lpa-left {
  padding-right: 15px;
}
.blog-aside .latest-post-aside .lpa-title h5 {
  margin: 0;
  font-size: 15px;
  text-align: left;
  line-height: 22px;
  margin-bottom: 0px;
}
.blog-aside .latest-post-aside .lpa-title a {
  color: #000;
  font-weight: 600;
}
.blog-aside .latest-post-aside .lpa-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}

.tag-cloud a {
  padding: 4px 15px;
  font-size: 13px;
  color: #ffffff;
  background: #777;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.tag-cloud a:hover {
  background: #fc5356;
}

.blog-single {
  padding-top: 30px;
  padding-bottom: 30px;
}

.article {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 15px;
  margin: 15px 0 30px;
}
.article .article-title {
  padding: 15px 0 20px;
}
.article .article-title h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.article .article-title h6 a {
  text-transform: uppercase;
  color: #fc5356;
  border-bottom: 1px solid #fc5356;
}
.article .article-title h2 {
  color: #000;
  font-weight: 600;
  font-size: 26px;
}
.article .article-title .media {
  padding-top: 15px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.article .article-title .media .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.article .article-title .media .media-body {
  padding-left: 8px;
}
.article .article-title .media .media-body label {
  font-weight: 600;
  color: #000;
  margin: 0;
}
.article .article-title .media .media-body span {
  display: block;
  font-size: 12px;
}
.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}
.article .article-content blockquote {
  max-width: 600px;
  padding: 15px 0 30px 0;
  margin: 0;
}
.article .article-content blockquote p {
  font-size: 20px;
  font-weight: 500;
  color: #fc5356;
  margin: 0;
}
.article .article-content blockquote .blockquote-footer {
  color: #20247b;
  font-size: 16px;
}
.article .article-content blockquote .blockquote-footer cite {
  font-weight: 600;
}
.article .tag-cloud {
  padding-top: 10px;
}

.article-comment {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
}
.article-comment h4 {
  color: #000;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
}
.blog-single img {
    max-width: 100%;
}
.blog-single img {
    vertical-align: middle;
    border-style: none;
}

/* Contact Us
---------------------*/
.contact-name {
  margin-bottom: 30px;
}
.contact-name h5 {
  font-size: 22px;
  color: #20247b;
  margin-bottom: 5px;
  font-weight: 600;
}
.contact-name p {
  font-size: 18px;
  margin: 0;
}

.social-share a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
}
.social-share .dribbble {
  box-shadow: 0 8px 30px -4px rgba(234, 76, 137, 0.5);
  background-color: #ea4c89;
}
.social-share .behance {
  box-shadow: 0 8px 30px -4px rgba(0, 103, 255, 0.5);
  background-color: #0067ff;
}
.social-share .linkedin {
  box-shadow: 0 8px 30px -4px rgba(1, 119, 172, 0.5);
  background-color: #0177ac;
}

.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #20247b;
  background: transparent;
  border-radius: 0;
  padding-left: 0;
  box-shadow: none !important;
}
.contact-form .form-control:focus {
  border-bottom: 1px solid #fc5356;
}
.contact-form .form-control.invalid {
  border-bottom: 1px solid #ff0000;
}
.contact-form .send {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contact-form .send {
    margin-bottom: 20px;
  }
}

.section-title h2 {
    font-weight: 700;
    color: #20247b;
    font-size: 45px;
    margin: 0 0 15px;
    border-left: 5px solid #fc5356;
    padding-left: 15px;
}
.section-title {
    padding-bottom: 45px;
}
.contact-form .send {
    margin-top: 20px;
}
.px-btn {
    padding: 0 50px 0 20px;
    line-height: 60px;
    position: relative;
    display: inline-block;
    color: #20247b;
    background: none;
    border: none;
}
.px-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 30px;
    background: transparent;
    border: 1px solid rgba(252, 83, 86, 0.6);
    border-right: 1px solid transparent;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    width: 60px;
    height: 60px;
}
.px-btn .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
}
.px-btn .arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/********  Partner  **********/

.header_bottom {
    padding-bottom: 20px;
}
      
.container-ab-part {
  position: relative;
  text-align: center;
  color: white;
}

.bottom-left-part {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left-part {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right-part {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right-part {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered-part {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.headh-part h3{
   font-size: 32px !important;
   color: #000 !important;;
   text-align: center !important;
   font-weight: 500 !important;
   text-shadow: none !important;
}

/****** Contact Page ******/

.header_bottom {
    padding-bottom: 20px;
}
        
.container-ab-con {
  position: relative;
  text-align: center;
  color: white;
}

.bottom-left-con {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left-con {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right-con {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right-con {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered-con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.selectinput-con {
    width: 100%; 
background-color:white; width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
  margin-bottom: 10px;
}

.con textarea.form-control {
    margin-bottom: 20px;
}
.con .form-control {
    margin-bottom: 10px;
}

/********* Enquiry *********/
.container-ab-en {
  position: relative;
  text-align: center;
  color: white;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

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

.myowl-carousel {
  margin-bottom: 50px;
}
.myowl-carousel .owl-nav {
  font-size: 40px;
  position: absolute;
  //left: 45%;
  padding-bottom: 50px;
}
.widthSix img{
  width: 160px !important;
  padding: 20px 0px;
  padding-top: 40px;
}
.navbar-default {
  background-color: #fff !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  color: #fff !important;
}

.customh4 span::after {
  content: ""; /* Required for pseudo-elements to work */
  display: block; /* Makes the pseudo-element a block for width/margin control */
  
  margin-top: -10px; /* Space between heading and line */
  border-top: 1px solid #dc3545; /* Define the border style, width, and color */
  margin-left: 65px;
  height: 1px;
  width: 60px;
  
  margin-bottom: 0px;
}
.myflex2-abt .item .customh4 img {
  width: 55px !important;
}
#careerpage h6{
  font-weight: 500;
  line-height: 26px;
}


@media screen and (min-width: 300px) and (max-width: 991px) {

.container-ab-en img {

min-height:140px !important;
height:140px !important;
}
.container-ab-abt img {

min-height:140px !important;
height:140px !important;
}

.container-ab-smf img {

min-height:140px !important;
height:140px !important;
}

.container-ab img {

min-height:140px !important;
height:140px !important;
}

.container-ab-part img {

min-height:140px !important;
height:140px !important;
}

.container-ab-con img {

min-height:140px !important;
height:140px !important;
}

.container-ab-smf h3 img {
width: 30px !important;
min-height:30px !important;
height:30px !important;
}


}

 #smartflowpage #benifits {
  background-color: white;
 }

 #smartflowpage #benifits h4{
          text-align: center !important;}


           #smartflowpage #benifits .head p{
          text-align: center !important;}


          #smartflowpage #benifits .heading-brd-red  {
            margin-bottom: 20px !important;
          }
          #smartflowpage #benifits .largfor {
            font-size: 24px;
            color: #000;
          }
#smartflowpage .pad50 {
  padding-bottom: 0px;
}
#smartflowpage h5 {
  font-weight: 500;

}

@media screen and (min-width: 300px) and (max-width: 991px) {
          #smartflowpage .pad50 {
            padding-bottom: 0px;
          }
          #benifits {
            padding-top: 0px;
          }
        }
        sup {
          font-size: 50% !important;
        }
        
        select  {
    
    width: 100% !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom:8px;
}
        
        