* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ol, ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}

header, section, article, aside, nav, footer, address {
    display: block;
}

body, html {
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #333;
    overflow-x: hidden;
    min-width: 320px;
}

input, textarea, select {
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}

p {
    line-height: 1.6em;
}

br.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.thumb {
    display: block;
}

.thumb img {
    display: block;
    width: 100%;
}

a:hover, [type="submit"]:hover {
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 21, 2019 */
@font-face {
    font-family: 'quicksandbold';
    src: url('../fonts/quicksand-bold-webfont.woff2') format('woff2'),
        url('../fonts/quicksand-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'quicksandlight';
    src: url('../fonts/quicksand-light-webfont.woff2') format('woff2'),
        url('../fonts/quicksand-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'quicksandregular';
    src: url('../fonts/quicksand-regular-webfont.woff2') format('woff2'),
        url('../fonts/quicksand-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello/fontello.eot?33757157');
  src: url('../fonts/fontello/fontello.eot?33757157#iefix') format('embedded-opentype'),
       url('../fonts/fontello/fontello.woff2?33757157') format('woff2'),
       url('../fonts/fontello/fontello.woff?33757157') format('woff'),
       url('../fonts/fontello/fontello.ttf?33757157') format('truetype'),
       url('../fonts/fontello/fontello.svg?33757157#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?33757157#fontello') format('svg');
  }
}
*/
 .right.hide{
    display: none
 }
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-location:before { content: '\e800'; } /* '' */
.icon-search:before { content: '\e801'; } /* '' */
.icon-mobile:before { content: '\e802'; } /* '' */
.icon-clock:before { content: '\e803'; } /* '' */
.icon-firefox:before { content: '\e840'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */
.icon-facebook-rect:before { content: '\f301'; } /* '' */
.icon-facebook-squared:before { content: '\f308'; } /* '' */
.icon-instagram:before { content: '\f32d'; } /* '' */
.abt.submit1{
    padding: 18px 55px;
}
section#banner div.left{
    width: 50%;
}

section#banner div.left img{
    display: block;
    width: 100%;
}
section#banner div.right{
    background: #012387;
    color: #fff;
    width: 50%;
    padding: 70px 66px;
    text-align: right;
    font-family: 'quicksandbold';
}
section#banner div.right h2{
    font-weight: bold;
    font-size: 30px;
    font-family: 'quicksandbold';
    border: 1px solid #fff;
    padding: 0 20px;
    display: inline-block;
    border-bottom: none;
    border-top: none;
}

section#banner div.right p{
    font-size: 15px;
    margin: 30px 0;
    font-family: 'quicksandregular';
}
/*header for all pages*/
div.mobile-menu ul li nav.bottom{
    display: none;
}
header .right div.top nav.top ul li ul.dropdown {
    display: none;
}
header {
    padding-top: 3%;
    padding-bottom: 3%;
}

header section.left {
    width: 11%;
}

header .left h1 {
    width: 100%;
}

header .left h1 a {}

header .left h1 a img {
    width: 100%;
}

header .right {
    display: inline-block;
    width: 87%;
}

header .right .top {
}

header .right .top nav.top {
    float: left;
    width: 100%;
}

header .right .top nav.top ul {
    float: left;
    margin-right: -5%;
    margin-top: 2%;
    position: relative;
    width: 77%;

}

header .right .top nav.top ul li {
    float: left;
    margin-right: 17px;
}

header .right .top nav.top ul li a {
    font-weight: 1000;
    font-size: 22px;
    color: #000;
    font-family: 'quicksandbold';
}

header .right .top nav.top ul li:last-child {
    margin-right: none;
}

header .right .top nav.top ul li span {}

header .right .top nav.top ul li span img {
    width: 100%;
}

header .right div.bottom {
    margin-top: 5px;
    width: 100%;
}

header .right div.bottom nav.bottom {
    width: 100%;
}

header .right .bottom nav.bottom ul {
    float: left;
    margin-top: 17px;
    width: 13%;
    margin-left: 2.5%;
    position: absolute;
    z-index: 3;
    left: 36%;
    top: 18%
}

header .right .bottom nav.bottom ul li {
    width: 100%;
    background-color: #7f7f7f;
    padding: 15px 0;
    margin-right: 2.5%;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'quicksandbold';
    text-align: center;
    border-bottom: 1px solid #fff;
}

header .right .bottom nav.bottom ul li a {
    color: #fff;
}

header .right .bottom nav.bottom ul li:last-child {
    margin-right: 0;
}
header .right div.top nav.top ul li ul.dropdown{
    width: 20%;
    position:absolute;
    left: 19%;
    top: 46%;
    z-index: 3;
}
header .right div.top nav.top ul li ul.dropdown li{
    display: block;
    background-color: #eeeeee;
    color: #fff;
    font-family: 'quicksandbold';
    text-align: center;
    border-bottom: 1px solid #fff;
    width: 100%;
    text-transform: capitalize;
}
header .right div.top nav.top ul li ul.dropdown li a{
    display: inline-block;
    font-size: 15px;
        padding: 7px 0;
}

header .right .top div.search-container {
    float: right;
    margin-top: 8px;
    background: #fff;
    font-size: 2px;
    border: 1px solid;
    cursor: pointer;
    border-radius: 50px;
    width: 24%;
    padding: 20px 40px;
    position: relative;
    margin-left: 2.5%;
}

header .right .top div.search-container form {
    float: left;
}

header .right .top div.search-container button {
    float: right;
    margin-left: 108px;
    background: #fff;
    font-size: 20px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

header .right .top div.search-container button span {
    display: flex;
    font-size: 22px;
}

header .right .top .search-container button:hover {
    background: #ccc;
}

header .right .top div.search-container input {
    font-size: 21px;
    padding-top: 8px;
    font-size: 15px;
    position: absolute;
    top: 5px;
    left: 25px;
}

header.border {
    border: none;
    padding-bottom: none;
}

span.mobile-menu-icon, .mobile-menu-close-icon, div.mobile-menu, div.search-hidden {
    display: none;
}

header span.menu-icon, span.close-icon, div.mobile-view {
    display: none;
}

/*style  for product page starts here*/
#single-content {
    padding-top: 5%;
}

#single-content .title-box {
    width: 100%;
    text-align: center;
    margin-bottom: 5%!important;
}

#single-content div.else{
    width: 100%;
    background-color: #eceff1;
}

#single-content div.else p{
    text-align: center;
    font-family: 'quicksandbold';
    color: #555;

}


#single-content .title-box h3 {
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #555;
    border-top: none;
    border-bottom: none;
    padding: 0 20px;
}

#single-content .nav-box {
    margin-bottom: 20%;
}

#single-content .nav-box .left {
    width: 20%;
}

#single-content .nav-box .left h2 {
    float: left;
    margin-right: 5%;
    font-size: 22px;
    line-height: 1.6;
    font-family: 'quicksandbold';
}

#single-content .nav-box .right {
    width: 20%;
    text-align: right;
    padding-left: 3%;
}

#single-content .nav-box .right h2 {
    float: left;
    margin-right: 3%;
    font-size: 22px;
    line-height: 1.6;
    font-family: 'quicksandbold';
}

/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-family: Arial;
    float: left;
    width: 100px;
    display: inline-block;
    background: #f5f5f5;
    2
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    </footer>background-color: #f5f5f5;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #000;
    padding: 8px 28px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    font-family: 'quicksandregular';
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #f5f5f5;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100px;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

#single-content .content-box div#lightgallery {
    width: 100%;
    float: left;
}

#single-content .content-box ul li {
    width: 23.5%;
    float: left;
    text-align: center;
    margin-right: 2%;
}

#single-content .content-box ul li:nth-child(4n) {
    margin-right: 0;
}

#single-content .content-box ul li .top {
    width: 100%;
}

#single-content .content-box ul li .thum {
    width: 100%;
    display: inline-block;
}

#single-content .content-box ul li .bottom h2 {
    font-family: 'quicksandbold';
    text-transform: uppercase;
    font-size: 22px;
}

#single-content .content-box ul li .bottom h3 {
    font-family: 'quicksandregular';
    text-transform: uppercase;
    font-size: 20px;
}

#single-content .content-box ul li .bottom p {
    font-family: 'quicksandregular';
    font-size: 14px;
}

#single-content .content-box ul li .bottom span {
    font-weight: bold;
}

/*style for gallery page starts here*/
#single-content {
    border-top: 1px solid #000;
}

#single-content .title-box h3 {
    font-size: 35px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #555;
    border-top: none;
    border-bottom: none;
    padding: 0 20px;
    font-family: 'quicksandbold';
}

#single-content ul {
    width: 100%;
    float: left;
    margin-bottom: -1%;
}

#single-content ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
}
#single-content ul li.product:nth-child(3n) {
    margin-right: 2%;
}
#single-content ul li:nth-child(3n) {
    margin-right: 0%;
}
#single-content ul li.gal:nth-child(3n) {
    margin-right: 0;
}

#single-content ul li a {
    display: inline-block;
    width: 100%;
}

#single-content ul li img.button {
    display: inline-block;
    width: 20%;
    position: absolute;
    z-index: 3;
    right: 38%;
    top: 35%;
}

#single-content ul li a img {
    display: inline-block;
    width: 100%;
}

/*style for index page starts here*/
section#spotlight {
    width: 100%;
    position: relative;
    background: url(../images/spotlight.JPG);
    background-size: cover;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    padding: 24%;
}

section#spotlight img {
    width: 100%;
}
section#main-slider {
    width: 100%;
    padding-top: 6%;
}

#main-slider .title-box {
    width: 100%;
    text-align: center;
    margin-bottom: 6%;
}

#main-slider .title-box h3 {
    font-size: 33px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #555;
    border-top: none;
    border-bottom: none;
    padding: 0 20px;
    font-family: 'quicksandbold';
}

#main-slider .top-slider.bottom-slider {
    width: 100%;
}

#main-slider div.top-slider {
    /* margin-bottom: 100px; */
}
#main-slider div.top-slider .bottom {
    text-align: center;
    color: #000;
}

div.thumb.top {
    margin-bottom: 5%;
}

#main-slider div.top-slider .bottom h2 {
    font-family: 'quicksandbold';
    font-size: 20px;
    text-transform: uppercase;
}

#main-slider div.top-slider .bottom h3 {
    font-family: 'quicksandregular';
    font-size: 18px;
    text-transform: uppercase;
}

#main-slider div.top-slider .bottom p {
    font-family: 'quicksandregular';
    font-size: 16px;
}

#main-slider div.top-slider .bottom p span {
    font-weight: bold;
}

#main-slider div.bottom-slider {}

#main-slider div.bottom-slider .bottom {
    text-align: center;
    color: #000;
}

#main-slider div.bottom-slider .bottom h2 {
    font-family: 'quicksandbold';
    font-size: 20px;
    text-transform: uppercase;
}

#main-slider div.bottom-slider .bottom h3 {
    font-family: 'quicksandregular';
    text-transform: uppercase;
}

#main-slider div.bottom-slider .bottom p {
    font-family: 'quicksandregular';
}

#main-slider div.bottom-slider .bottom p span {
    font-weight: bold;
}

#main-slider .top-slider.bottom-slider ul {
    width: 100%;
    float: left;
}

#main-slider .top-slider.bottom-slider ul li {
    width: 100%;
    float: left;
    margin-bottom: 1%;
    text-align: center;
    margin-right: 2%;
}

div.owl-nav {
    position: relative;
}

.owl-carousel .owl-nav button.owl-next {
    font-size: 100px !important;
    position: absolute;
    right: -36px;
    top: -222px;
}

.owl-carousel .owl-nav button.owl-prev {
    font-size: 100px !important;
    position: absolute;
    left: -41px;
    top: -217px;
}

#main-slider div.bottom-box {
    width: 100%;
    text-align: center;
    margin: 5% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main-slider div.bottom-box a.button {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #012387;
    padding: 28px 105px;
    color: #fff;
    background-color: #012387;
    text-transform: uppercase;
    border-radius: 9px;
    font-family: 'quicksandbold';
}

/* style for about us page starts here */
section#about-us {
    padding-top: 5%;
    border-top: 1px solid #000;
    text-align: center;
}
section#about-us.p {
     border-top: none;
     padding-bottom: 5%;

}
#about-us .title-box2 {
    margin-bottom: 5%;
}

#about-us .title-box2 h3 {
    font-weight: bold;
    text-transform: capitalize;
    border: 1px solid #000;
    padding: 0 20px;
    display: inline-block;
    border-bottom: none;
    border-top: none;
    font-size: 35px;
    text-align: center;
    font-family: 'quicksandbold';
}

#about-us .top1 {
    margin-top: 40px;
}

#about-us .top1 div.left {
    display: inline-block;
    width: 70%;
}

#about-us .top1 div.left p {
    font-size: 17px;
    font-family: 'quicksandregular';
    color: #000;
    text-align: justify;
}

#about-us .top1 div.right {
    display: inline-block;
    width: 25%;
    padding-top: 23px;
}

#about-us .top1 div.right img {
    width: 100%;
}

#about-us .bottom {
    margin-top: 30px;
}

#about-us .bottom h4 {
    font-size: 30px;
    text-transform: capitalize;
    border-bottom: 1px solid #000;
    display: inline-block;
    font-weight: bold;
    font-family: 'quicksandbold';
    margin-bottom: 15px;
}

#about-us .bottom p {
    font-size: 18px;
    font-family: 'quicksandregular';
    color: #000;
    text-align: justify;
}
.submit1{
    margin-top: 2%;
}
#about-us .bottom2 {
    margin-bottom: 0;
    margin-top: 30px;
}

#about-us .bottom2 h4 {
    font-size: 30px;
    text-transform: capitalize;
    border-bottom: 1px solid #000;
    display: inline-block;
    font-weight: bold;
    font-family: 'quicksandbold';
    margin-bottom: 15px;
}

#about-us .bottom2 p {
    font-size: 18px;
    font-family: 'quicksandregular';
    color: #000;
    text-align: justify;
}

/* style for contact us starts here */
section#contact {
    padding-top: 5%;
    border-top: 1px solid #000;
}

section#contact .title-box {
    width: 100%;
    text-align: center;
    margin-bottom: 8%;
}

section#contact .title-box h3 {
    font-size: 36px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #555;
    border-top: none;
    border-bottom: none;
    padding: 0 20px;
    text-transform: capitalize;
    font-family: 'quicksandbold';
}

section#contact section.left {
    width: 60%;
}

section#contact section.left iframe {
    width: 100%;
}

#contact section.right {
    width: 35%;
}

#contact section.right div.top {}

#contact section.right div.top span {
    float: left;
    font-size: 40px;
    color: #1e9ced;
    margin-left: -8px;
}

#contact section.right div.top h4 {
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 12px;
    font-family: 'quicksandregular';
}

#contact section.right div.top-bottom {
    margin-bottom: 5%;
}

#contact section.right div.top-bottom ul {
    float: left;
    text-align: left;
    margin-top: 10px;
}

#contact section.right div.top-bottom ul li {
    font-family: 'quicksandregular';
    color: #000;
    margin-bottom: 5px;
}
#contact section.right div.top-bottom ul li:last-child{
    margin-bottom: 0;
}

#contact section.right div.bottom {
    margin-bottom: 4%;
}

#contact section.right div.bottom span {
    float: left;
    color: #1e9ced;
    font-size: 42px;
    display: inline-block;
    margin-left: -18px;
}

#contact section.right div.bottom h4 {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    padding-top: 11px;
    font-family: 'quicksandbold';
}

#contact section.right div.bottom a {
    display: inline-block;
    color: #333333;
}

#contact section.right div.bottom-bottom {}

#contact section.right div.bottom-bottom small {
    background: #1e9ced;
    width: 19px;
    height: 18px;
    display: inline-block;
    line-height: 1.6;
    border-radius: 4px;
    float: left;
    margin-right: 4px;
    margin-top: 5px;
}

#contact section.right div.bottom-bottom p {
    font-family: 'quicksandregular';
    color: #000;
}
#contact section.right div.bottom-bottom p.bold {
    font-family: 'quicksandbold';
    color: #000;
}

#contact section.right div.bottom-bottom p a {
    display: inline-block;
    color: #333333;
}

#contact section.right div.bottom-bottom span {
    float: left;
    color: #fff;
    font-size: 13px;
    border-radius: 2px;
    line-height: 1.3;
}

#contact section.right div.bottom-bottom b {}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 21, 2019 */
footer {
    width: 100%;
    margin-top: 5%;
}

footer .top {
    width: 100%;
    padding: 3% 0;
    border-top: 1px solid #000;
}

footer .top .widget1 {
    width: 14%;
    float: left;
    margin-top: 6.6%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 3%;
}

footer .top .widget1 img {
    width: 80%;
}

footer .top .widget2 {
    float: left;
    width: 64%;
    border-right: 1px solid #000;
}

footer .top .widget2 .left {
    width: 23%;
}

footer .top .widget2 .left img {
    width: 100%;
    margin-top: 40%;
}

footer .top .widget2 .right {
    width: 75%;
}

footer .top .widget2 .right .top1 {
    padding-left: 0;
}

footer .top .widget2 .right .top1 h2 {
    font-weight: bold;
    font-family: 'quicksandregular';
    padding-left: 7px;
}

footer .top .widget2 .right .middle {
    width: 100%;
    font-family: 'quicks';
    margin-top: 10px;
}

footer .top .widget2 .right .middle span.left {
    display: inline-block;
    width: 51%;
}

footer .top .widget2 .right .middle span.left small {
    font-size: 40px;
    color: #1e9ced;
}

footer .top .widget2 .right .middle span.left b {
    font-weight: bold;
    font-size: 20px;
    margin-left: 43px;
    margin-top: -34px;
    margin-bottom: 11px;
    display: flex;
    font-family: 'quicksandbold';
}

footer .top .widget2 .right .middle span.left b a {
    display: inline-block;
    color: #333333;
}

footer .top .widget2 .right .middle span.right {
    width: 49%;
}

footer .top .widget2 .right .middle span.right small {
    font-size: 37px;
    color: #1e9ced;
}

footer .top .widget2 .right .middle span.right b {
    /* font-weight: bold; */
    font-size: 20px;
    font-family: 'quicksandbold';
    display: flex;
    margin-left: 45px;
    margin-top: -34px;
}

footer .top .widget2 .right .bottom {
    margin-top: 10px;
    padding-left: 2.5%;
}
footer .top .widget2 .right .bottom a{
    display: inline-block;
}

footer .top .widget2 .right .bottom div.left {
    width: 4%;
}

footer .top .widget2 .right .bottom div.right {
    width: 96%;
}

footer .top .widget2 .right .bottom small {
    background: #1e9ced;
    width: 15px;
    height: 15px;
    display: inline-block;
    float: left;
    line-height: 1.7;
    border-radius: 4px;
    margin-right: 1%;
}

footer .top .widget2 .right .bottom small span {
    float: left;
    color: #fff;
    font-size: 10px;
}


footer .top .widget2 .right .bottom p {
    font-size: 12px;
    font-family: 'quicksandbold';
}

footer .top .widget2 .right .bottom p a {
    display: inline-block;
    color: #333333;
}

footer .top .widget3 {
    width: 18%;
    float: left;
    margin-top: 6.5%;
}

footer .top .widget3 b {
    display: block;
    margin-bottom: 10%;
    font-family: 'quicksandbold';
}

footer .top .widget3 a.button {
    color: #fff;
    border-radius: 10px;
    background-color: #012285;
    padding: 13px 29px;
    display: inline-block;
    font-size: 15px;
    font-family: 'quicksandbold';
}

footer .bottom {
    position: relative;
}

footer div.bottom ul {
    float: left;
    width: 101%;
}

footer div.bottom ul li {
    float: left;
    width: 12.5%;
}

footer div.bottom ul li {}

footer div.bottom ul li span.a {
    font-size: 20px;
    background: #d32153;
    float: left;
    width: 14.285%;
    height: 60px;
    outline: 1px solid #d32153;
}

footer div.bottom ul li span.b {
    background: #a44b9b;
    float: left;
    width: 14.285%;
    height: 60px;
    outline: 1px solid #a44b9b;
}

footer div.bottom ul li span.c {
    background: #55c5d1;
    width: 14.285%;
    height: 60px;
    float: left;
    outline: 1px solid #55c5d1;
}

footer div.bottom ul li span.d {
    background: #a6ce39;
    float: left;
    width: 14.285%;
    height: 60px;
    outline: 1px solid #a6ce39;
}

footer div.bottom ul li span.e {
    background: #ffc234;
    float: left;
    width: 14.285%;
    height: 60px;
    outline: 1px solid #ffc234;
}

footer div.bottom ul li span.f {
    background: #d9b26d;
    float: left;
    width: 14.285%;
    height: 60px;
    outline: 1px solid #d9b26d;
}

footer ul li span.g {
    background: #a44b9b;
    float: left;
    width: 14.285%;
    height: 60px;
    outline: 1px solid #a44b9b;
}

footer div.bottom p.left {
    position: absolute;
    top: 30%;
    left: 7%;
    color: #fff;
    font-family: 'quicksandregular';
    font-size: 15px;
    font-weight: bold;
}

footer div.bottom p.left span {
    font-size: 15px;
}

footer div.bottom p.right {
    position: absolute;
    right: 8%;
    top: 30%;
    color: #fff;
    font-family: 'quicksandregular';
    font-size: 15px;
    font-weight: bold;
}

footer div.bottom p.right a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
}


#request{
    padding: 5% 0 5%;
    background: #fafafa;
    margin-bottom: -5%;
}
#request .title-box{
    width: 100%;
    text-align: center;
    margin-bottom: 5%;
}
#request .title-box h3 {
    font-size: 33px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #555;
    border-top: none;
    border-bottom: none;
    padding: 0 20px;
    font-family: 'quicksandbold';
}
#request section.request{
    width: 100%;
    margin: 0 auto;
}
#request section.request form ul{
    width: 100%;
    float: left;
}
#request section.request form ul li{
    width: 48%;
    float: left;
    margin-right: 4%;
}
#request section.request form ul li:last-child{
    margin-right: 0;
}
#request section.request form ul li p{
    margin-bottom: 35px;
    width: 100%;
}
#request section.request form p,form p{
    height: auto !important;
    background: none !important;
    padding: 0!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#request section.request form p input{
    border: none;
    height: 29px;
    border-bottom: 1px solid #29B6F6;
    width: 100%;
    font-family: quicksandregular;
}
#request section.request form p textarea{
    border: 1px solid #29B6F6;
    resize: none;
    border-radius:8px 9px 8px 0;
    font-family: quicksandregular;
    font-size: 15px;
    width: 100%;
    height: 203px;
    padding: 2%;
    margin-top: 10px;
}
#request section.request form p textarea::placeholder{
  font-size: 15px;
}

#request section.request form p select{
    border: none;
    height: 29px;
    border-bottom: 1px solid #000;
    background: #f5f5f5;
    width: 100%;
}
#request section.request form p input:hover{
    border-color: #012387;
}
#request section.request form p textarea:hover{
    border-color: #012387;
}

#request section.request form p input[type="submit"]::-moz-focus-inner {
  border: 0;
}
#request section.request form p input:focus {
    outline:none;   
}
#request section.request form p label{
    font-family: 'quicksandbold';
    color: #000;
    display: block;
    font-size: 18px;
}
#request section.request form div.submit{
    text-align: center;
}
#request section.request form div.submit input.submit,.submit1{
    font-size: 18px;
    display: inline-block;
    border: 1px solid #012387;
    padding: 20px 75px;
    color: #fff;
    background-color: #012387;
    text-transform: uppercase;
    border-radius: 9px;
    font-family: 'quicksandbold';
    cursor: pointer;
}


/* Loader form */
.popup-bg {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.popup-box {
    width: 100px;
    height: 100px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1000;
}

.preloader .plc-path {
    stroke: #009688;
}

svg:not(:root) {
    overflow: hidden;
}

.plc-path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 2;
    stroke-miterlimit: 10;
    fill: none;
}

.preloader.pls-teal .plc-path {
    stroke: #009688;
}

.preloader.pls-gray .plc-path {
    stroke: #9e9e9e;
}

.preloader.pls-pink .plc-path {
    stroke: #e91e63;
}

.preloader.pls-purple .plc-path {
    stroke: #9c27b0;
}

.preloader.pls-white .plc-path {
    stroke: #fff;
}

.preloader {
    position: relative;
    margin: 0px auto;
    display: inline-block;
}

.preloader:not([class*="pl-"]) {
    width: 40px;
}

.preloader:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.preloader.pl-xs {
    width: 20px;
}

.preloader.pl-sm {
    width: 30px;
}

.preloader.pl-lg {
    width: 50px;
}

.preloader.pl-xl {
    width: 80px;
}

.preloader.pl-xxl {
    width: 100px;
}

.preloader:not([class*="pls-"]) .plc-path {
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
}

.preloader[class*="pls-"] .plc-path {
    animation: dash 1.5s ease-in-out infinite;
}

.preloader.pls-red .plc-path {
    stroke: #f44336;
}

.preloader.pls-blue .plc-path {
    stroke: #2196f3;
}

.preloader.pls-green .plc-path {
    stroke: #4caf50;
}

.preloader.pls-yellow .plc-path {
    stroke: #ffeb3b;
}

.preloader.pls-bluegray .plc-path {
    stroke: #607d8b;
}

.preloader.pls-amber .plc-path {
    stroke: #ffc107;
}

html:not(.ismobile) .page-loader .preloader {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.pl-circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes color {
    100%, 0% {
        stroke: #f44336;
    }

    40% {
        stroke: #2196f3;
    }

    66% {
        stroke: #4caf50;
    }

    80%, 90% {
        stroke: #ffc107;
    }
}

/* End loader style */

div.hidden{
    display: none;
}


.location div.wrapper div.heading{
    width: 100%;
    color:  #000;
    text-align: left;
    border: 1px solid #555;
    margin-bottom: 10px;
}
.location div.wrapper div.heading h2{
    font-family: 'quicksandbold';
    font-size: 25px;
    padding: 10px;
    cursor: pointer;
}
.location div.wrapper div.heading:hover{
    background-color:#012285;
    color: #fff;
}
.location div.wrapper ul{
    display: none;
    width: 100%;
    float: left;
    border: 1px solid #555;

}
.location div.wrapper ul li{
    width: 100%;
    float: left;
}
.location div.wrapper ul li div.top{
    width: 100%;
    padding: 20px 20px 0 20px;
}
.location div.wrapper ul li div.top h2{
    font-family: 'quicksandbold';
    font-size: 20px;

}
.location div.wrapper ul li div.bottom{
    width: 100%;
}
.location div.wrapper ul li div.bottom div.left{
    width: 48%;
    padding: 20px;
}
.location div.wrapper ul li div.bottom div.left p{
    font-family: 'quicksandregular';
    font-size: 15px;
}
.location div.wrapper ul li div.bottom div.right {
    width: 45%;
    padding: 10px;
    text-align: center;
}
.location div.wrapper ul li div.bottom div.right a.button{
    color: #fff;
    border-radius: 10px;
    background-color: #012285;
    padding: 13px 29px;
    display: inline-block;
    font-size: 15px;
    font-family: 'quicksandbold';
    width: 250px;
    text-align: center;
}

/*responsive starts here*/
@media all and (max-width: 1280px) {
    #single-content .title-box {
        width: 100%;
        text-align: center;
        margin-bottom: 7%!important;
    }
    #request section.request form div.submit input.submit,.submit1{
        padding: 19px 49px;
        font-size: 20px;
    }
    #request section.request form p label {
        font-size: 15px;
    }
    footer .top .widget2 .right .middle span.left {
        width: 100%;
    }
    header .right .bottom nav.bottom {}

    .mobile-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100vh;
        background: rgba(0, 0, 0, 0.8);
        z-index: 8;
        display: none;
    }

    div.mobile-menu {
        display: block;
        padding-top: 30px;
        width: 100%;
        max-width: 235px;
        min-height: 100vh;
        background: #fff;
        position: fixed;
        top: 0;
        right: -300px;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
        -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
        z-index: 9;
        transition: .3s;
    }

    div.mobile-menu ul li {
        display: block;
        text-align: left;
        border-bottom: 1px solid #EEE;
        line-height: 50px;
        position:relative;
    }

    div.mobile-menu ul li a {
        color: #000;
        font-size: 15px;
        text-transform: capitalize;
        font-family: 'google_sansbold';
        padding: 0 30px;
        font-family: 'quicksandbold';
    }
    div.mobile-menu ul li nav.bottom{   
        width: 100%;
    }
    div.mobile-menu ul li nav.bottom ul{
        width: 100%;
    }
    body div.mobile-menu ul li nav.bottom ul li{
        width: 100%;
        background-color: #eeeeee;
        margin-right: 2.5%;
        color: #fff;
        font-weight: bold;
        font-size: 13px;
        text-transform: uppercase;
        font-family: 'quicksandbold';
        text-align: center;
        border-bottom: 1px solid #fff;
        padding-left:0;
    }

    span.mobile-menu-icon {
        display: block;
        float: right;
        cursor: pointer;
        font-size: 20px;
        color: #000;
        line-height: 60px;
        font-size: 28px;
        background: url('../images/menu1.png')no-repeat;
        width: 25px;
        height: 25px;
    }

    .mobile-menu-close-icon {
        color: #000;
        font-size: 20px;
        position: fixed;
        z-index: 10;
        top: 20px;
        right: 20px;
        cursor: pointer;
        display: none;
        transition: .3s;
        background: url('../images/close.png')no-repeat;
        width: 32px;
        height: 32px;
    }

    header nav.top ul{
        display: none;
    }


    header .right .top div.search-container{
        width: 100%;
        margin-bottom: 10px;
    }

    header {
        margin-top: 0%;
        padding-bottom: 0%;
        position: relative;
    }

    header .left h1 {
        width: 100%;
    }

    header .right {
        float: none;
        width: 100%;
    }

    header .right .bottom nav.bottom ul {
        margin-top: -6px;
        width: 75%;
    }

    header .right .bottom nav.bottom ul li {
        padding: 10px 27px;
        margin-right: 2.5%;
        font-size: 15px;
        width: 17%;
        text-align: center;
    }

    span.mobile-menu-icon {
        position: absolute;
        top: 46px;
        right: 67px;
    }

    header .right .bottom div.search-container button span {
        font-size: 26px;
    }

    header .right .bottom nav.bottom ul {
        margin-top: 20px;
        width: 70%;
    }

    header .right div.bottom {
        padding-bottom: 30px;
        margin-left: 0;
    }

    header .right .bottom div.search-container input {
        top: 8px;
        width: 70%;
    }

    header .right .bottom div.search-container {
        width: 27%;
        margin-left: 0;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -30px;
        top: -182px;
        font-size: 75px !important;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -25px;
        top: -182px;
        font-size: 75px !important;
    }

    /*footer responsive*/
    footer .top .widget2 .right .middle span.right {
        width: 100%;
        margin-bottom: 1%;
    }

    footer .top .widget2 .right .middle span.left small {
        font-size: 40px;
    }

    footer div.bottom p.left {
        left: 11%;
        font-size: 15px;
    }

    footer div.bottom p.right {
        right: 12%;
        font-size: 15px;
    }

    footer .top {
        padding: 3% 4%;
        position: relative;
    }

    footer .top .widget1 img {
        width: 100%;
    }

    footer .top .widget1 {
        padding-top: 9%;
    }

    footer .top .widget2 .left img {
        margin-top: 54%;
        width: 52%;
        margin-left: 29%;
    }

    footer .top .widget1 {
        padding-top: 0;
        margin-top: 13%;
        width: 12%;
        position: absolute;
        top: -16%;
        left: 15%;
    }
    footer .top .widget2 {
        border: none;
        width: 148%;
    }

    body footer .top .widget3 {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    footer .top .widget3 b {
        display: block;
        padding-bottom: 2%;
        padding-top: 0;
    }

    footer .bottom.color {
        height: 40px;
        overflow: hidden;
    }

    footer div.bottom p.left {
        left: 11%;
        font-size: 14px;
        top: 23%;
    }

    footer div.bottom p.right {
        font-size: 14px;
        top: 30%;
    }

    footer .top .widget3 b {
        display: none;
    }

    footer .top .widget2 .right .bottom p {
        margin-top: 4px;
        line-height: 1.7;
    }

    footer .top .widget2 .right .bottom small {
        margin-top: 4px;
    }

    section#spotlight {
        width: 100%;
        height: 500px;
    }
    header section.left {}

    footer .top .widget2 .right .bottom small span {
        line-height: 1.8;
    }

     #main-slider .bottom h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    #main-slider .bottom h3 {
        font-size: 17px;
    }

    #main-slider .bottom p {
        font-size: 14px;
    }

    #main-slider div.bottom-box a.button {
        padding: 18px 39px;
        font-size: 20px;
    }

    #about-us .top1 div.left p {
        font-size: 18px;
    }

    #about-us .bottom p {
        font-size: 18px;
    }

    #about-us .bottom2 p {
        font-size: 18px;
    }

    footer .top .widget2 .right .middle span.left b {
        font-size: 18px;
    }

    footer .top .widget2 .right .middle span.right b {
        font-size: 17px;
    }

    footer .top .widget2 .right .bottom {
        padding-left: 1.5%;
    }

    footer .top .widget3 a.button {
        padding: 16px 33px;
        font-size: 12px;
    }

    #single-content .content-box ul li .bottom h2 {
        font-size: 18px;
    }

    #single-content .content-box ul li .bottom h3 {
        font-size: 17px;
    }

    #single-content .content-box ul li .bottom p {
        font-size: 14px;
    }

    #single-content .nav-box .right {
        width: 22%;
        padding-left: 2%;
    }

    #single-content .nav-box .left {
        width: 22%;
    }

    #single-content .nav-box .left h2 {
        font-size: 18px;
    }

    #single-content .nav-box .right h2 {
        font-size: 18px;
    }
    #single-content ul {}

    #single-content ul li img.button {
        right: 38%;
        top: 34%;
    }

    #contact section.right {
        display: none
    }
    #contact section.right.hide{
        display: block;
        width: 100%;
    }
    #contact section.right.hide .one{
       float: left;
       width:35%;
       margin-right: 5%;
    }
     #contact section.right.hide .second{
       float: left;
       width: 60%;
    }

    section#contact section.left {
        width: 100%;
        margin-bottom: 4%;
    }
    body div.bootgrid-footer.container-fluid div.row div.col-sm-6.infoBar {
        font-size: 17px;
    }
    body .endless_page_current {

        padding: 5px;
        border-radius: 50%;
        margin-right: 6px;
        width: 30px;
        height: 30px;
    }

    body .endless_page_link {
        padding: 5px;
        border-radius: 50%;
        margin-right: 6px;
        width: 28px;
        height: 28px;
    }
     header .right .top div.search-container button span{
        font-size: 20px;
    }

}
@media all and (max-width: 1279px) {
    footer .top .widget1 {
        margin-top: 13%;
        width: 10%;
        top: -16%;
        left: 22%;
    }
    footer .top .widget2 .left img {
        margin-top: 49%;
        width: 40%;
        margin-left: 54%;
        background:url(../images/tech.jpg);

    }

}
@media all and (max-width: 980px) {
    section#banner div.right{
        text-align: center;
        padding: 50px 66px;
        width: 100%;
    }
    section#banner div.left img {
   
        width: 100%;
    }
    section#banner div.left {
        width: 100%;

    }
    #request .title-box h3 {
        font-size: 25px;
    }
    footer .top .widget2 .right .middle span.left b {
        font-size: 18px;
        margin-left: 38px;
    }
    footer .top .widget2 .right .middle span.right b {
        font-size: 18px;
        margin-left: 44px;
    }
    header .right div.bottom {
        padding-bottom: 0;
    }

    span.mobile-menu-icon {
        right: 5.5%;
        top: 9%;
    }

    header .right .bottom div.search-container {
        margin-left: 0;
        width: 100%;
    }

    header .right .bottom nav.bottom ul li:last-child {
        margin-right: 0;
    }

    header .right .bottom div.search-container input {
        top: 8px;
    }

    header {
        padding-bottom: 0%;
    }

    header .right .bottom nav.bottom ul {
        width: 100%;
        margin-left: 0;
    }

    header .right .bottom nav.bottom ul li {
        padding: 8px 30px;
        text-align: center;
    }

    footer .top .widget2 .right .middle span.left small {
        font-size: 35px;
    }

    footer .top .widget2 .right .middle span.right small {
        font-size: 35px;
    }

    footer .top .widget2 .right .bottom small span {
        font-size: 8px;
    }

    footer .top .widget2 .right .bottom small {
        width: 12px;
        height: 12px;
    }

    footer .top .widget2 .right .bottom small span {
        line-height: 1.6;
    }

    footer .top .widget2 .right .bottom {
        margin-top: 11px;
    }

    header .right .bottom nav.bottom ul li {
        width: 18%;
        margin-right: 2.5%;
    }

    header .right .bottom nav.bottom ul li {
        font-size: 13px;
    }

    section#spotlight {
        width: 100%;
        height: 360PX;
    }

    #main-slider .title-box {}

    #main-slider .title-box h3 {
        font-size: 25px;
    }
    header .right .bottom div.search-container button span {
        font-size: 24px;
        padding-top: 2px;
    }

    #single-content .content-box ul li {
        width: 32%;
    }

    #single-content .nav-box {
        /* padding-bottom: 20%; */
    }

    #single-content .nav-box .right {
        padding-left: 5%;
        width: 29%;
    }

    #single-content .nav-box .left {
        width: 29%;
    }

    header .right .bottom div.search-container {
        padding: 22px 40px;
    }

    #single-content ul {
        /* padding-top: 5%; */
    }

    section#contact section.left {
        width: 100%;
    }

    #contact section.right {
        width: 100%;
    }
     #single-content ul li.product:nth-child(3n) {
        margin-right: 0%;
    }
    #single-content ul li:nth-child(3n) {
        margin-right: 0%;
    }

    .select-items div, .select-selected {
        font-size: 12px;
    }

    section#main-slider {
        padding-top: 9%;
    }

    footer .top .widget2 .right .middle span.right {
        margin-right: 0%;
    }

    body div.bootgrid-footer.container-fluid div.row div.col-sm-6.infoBar {
        font-size: 16px;
    }
    body .endless_page_current {
        padding: 5px;
        border-radius: 50%;
        margin-right: 6px;
        width: 28px;
        height: 28px;
    }
    body .endless_page_link {
        padding: 5px;
        border-radius: 50%;
        margin-right: 6px;
        width: 26px;
        height: 26px;
    }
    body div.bootgrid-footer.container-fluid div.row div.col-sm-6 {
        font-size: 15px;
    }
    body #single-content div ul li a {
        padding: 20px 0;
    }
    header {
        padding-top: 0;
    }
    footer .top .widget2 .right .bottom p {
         margin-top: 0;
    }
    #single-content .content-box ul li:nth-child(4n) {
        margin-right: 2%;
    }
     #single-content .content-box ul li.product:nth-child(4n) {
        margin-right: 2%;
    }
   .single-product #single .card2 div.left{
        margin-bottom: 0;
   }
  .single-product #single .card2 div.right.contents{
    margin-top: 5%!important;
  }
  #single .bottom {
     margin-top: 5px!important; 
  }


}

@media all and (max-width: 815px) {
    header .right .top div.search-container input {
        width: 80%;
    }
    footer .top .widget1 {
        margin-top: 13%;
        width: 13%;
        top: -12%;
        left: 19%;
    }
    footer .top .widget2 .left img {
        margin-top: 63%;
        width: 54%;
        margin-left: 43%;
    }
}

@media all and (max-width: 768px) {
    #request section.request form div.submit input.submit,.submit1{
        font-size: 15px;
        padding: 15px 57px;
        border-radius: 20px
    }
    #request .title-box h3 {
        font-size: 21px;
    }
    header .right .bottom nav.bottom ul {
        width: 100%;
        margin-top: 0;
        margin-bottom: 10px;
    }

    header .right div.bottom nav.bottom {}

    header .right .bottom div.search-container {
        width: 100%;
        margin-left: 0;
    }

    header section.left {
        width: 20%;
    }

    span.mobile-menu-icon {
        top: 12%;
        right: 5.5%;
    }

    footer .top .widget2 .right .middle span.left b {
        font-size: 18px;
    }

    footer .top .widget2 .right .middle span.right b {
        font-size: 18px;
    }

    section#spotlight {
      height: 300px;
    }
    #main-slider .title-box {
        margin-top: 10%;
    }

    .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        left: -6px;
        top: -143px;

        font-size: 40px !important;
    }

    .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        right: -5px;
        top: -139px;;
        font-size: 40px !important;
    }

    #main-slider div.bottom-box a.button {
        font-size: 15px;
        padding: 14px 49px;
        border-radius: 20px;
    }

    #main-slider .title-box h3 {
        font-size: 21px;
    }

    footer .top .widget3 a.button {
        padding: 13px 29px;
        font-size: 10px;
    }
    #about-us .top1 div.right{
        display: none;
    }
    #about-us .top1 div.right img {
        width: 100%;
        display: none;
    }

    header .right .bottom div.search-container {
        padding: 19px 38px;
    }

    header .right .bottom div.search-container input {
        top: 3px;
    }

    header .right .bottom div.search-container button span {
        font-size: 18px;
        padding-top: 0px;
    }

    #about-us .top1 div.left {
        display: inline-block;
        width: 100%;
    }

    #about-us .title-box2 h3 {
        font-size: 30px;
    }

    #single-content ul li {
        margin-bottom: 5px;
    }

    #single-content ul li:nth-child(3n) {
        margin-right: 0;
    }

    #contact section.right div.bottom h4 {
        font-size: 18px;
    }

    #contact section.right div.bottom span {
        font-size: 40px;
    }

    #contact section.right div.bottom-bottom {

    }

    #contact section.right div.top-bottom ul {

    }

    #contact section.right div.top-bottom ul li {
        font-size: 15px;
    }

    #contact section.right div.bottom-bottom p {
        font-size: 15px;
    }

    #contact section.right div.bottom-bottom small {
        width: 14px;
        height: 13px;
    }

    #contact section.right div.bottom-bottom span {
        font-size: 10px;
    }

    #contact section.right div.top-bottom {
        /* padding-bottom: 2%; */
    }

    section#contact section.left {
        width: 100%;
        margin-bottom: 3%;
    }

    footer {
        /* padding-top: 2%; */
    }

    section#contact section.left iframe {
        height: 300px;
    }

    #single-content .nav-box .left {
        width: 32%;
    }

    #single-content .nav-box .right {
        width: 34%;
    }

    footer .top .widget2 .right .bottom {
        padding-left: 1%;
    }

    footer .top .widget3 {}

    footer .top .widget2 .right .middle span.right {
        margin-right: 0%;
    }

    header.border {
        padding-top: 0;
    }
    body div.bootgrid-footer.container-fluid div.row div.col-sm-6.infoBar {
        font-size: 15px;
    }
    body .endless_page_current {
        padding: 5px;
        border-radius: 50%;
        margin-right: 4px;
        width: 27px;
        height: 27px;
    }
    body .endless_page_link {
        padding: 5px;
        border-radius: 50%;
        margin-right: 4px;
        width: 25px;
        height: 25px;
    }
    body div.bootgrid-footer.container-fluid div.row div.col-sm-6 {
        font-size: 15px;
    }
    body #single-content div ul li a {
        padding: 20px 0;
    }
    footer .top .widget1 {
        padding-top: 0;
        margin-top: 17%;
        width: 16%;
        left: 15%;
    }
    footer .top .widget2 .left img {
        margin-top: 81%;
        width: 62%;
        margin-left: 29%;
    }
    footer .top .widget2 .right .middle span.left small {
        font-size: 30px;
    }
    footer .top .widget2 .right .middle span.right small {
        font-size: 30px;
    }
    footer .top .widget2 .right .middle span.left b {
        font-size: 15px;
        margin-top: -27px;
    }
    footer .top .widget2 .right .middle span.right b {
        font-size: 15px;
        margin-top: -27px;
    }
    footer .top .widget2 .right .middle span.left {
        width: 100%;
    }
    footer .top .widget2 .right .middle span.right {
        width: 100%;
    }
    footer .top .widget2 .right .top1 {
        padding-top: 14px;

    }
    footer .top .widget2 .right .bottom p {
        line-height: 1.8;
    }
    .location div.wrapper ul li div.bottom div.left{
        width:100%; 
    }
      .location div.wrapper ul li div.bottom div.right{
        width:100%; 
    }
    #single .card2 p.content{
        padding-right:10px;
    }
}
@media all and (max-width: 720px) {
    #contact section.right.hide .one {
        width: 100%;
    }
    #contact section.right.hide .second {
        width: 100%;
    }
}

@media all and (max-width: 640px) {
    #request section.request form ul li p {
        margin-bottom: 10px;
    }
    #request {
        padding: 7% 0 7%;
    }
    #request section.request form ul li {
        width: 100%;
        margin: 0;
    }
    footer .top .widget1 {
        display: none;
    }
    header .left h1 {
        width: 265px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 40px;
        top: -200px;
        font-size: 34px !important;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 40px;
        top: -200px;
        font-size: 34px !important;
    }

    #main-slider div.bottom-slider ul li .top {
        width: 85%;
    }

    #main-slider div.top-slider ul li .top {
        width: 85%;
    }

    #main-slider .title-box {
        margin: 3% 0 8%;
    }

    section#main-slider {
        padding-top: 6%;
    }

    header .right .bottom nav.bottom {
        padding-left: 0;
    }

    span.mobile-menu-icon {
        top: 11%;
    }

    header .right .bottom nav.bottom ul {
        width: 100%;
        margin-top: 0;
        margin-bottom: 10px;
    }

    header .right .bottom nav.bottom ul li {
        padding: 11px 30px;
        margin-right: 2%;
        font-size: 12px;
        width: 49%;
        margin-bottom: 6px;
        text-align: center;
        border-radius: 21px;
    }

    header .right .bottom nav.bottom ul li:nth-child(2n) {
        margin-right: 0;
    }

    header .right .bottom div.search-container {
        width: 87%;
    }

    footer .top .widget2 .right .bottom p {
        font-size: 12px;
    }

    footer .top .widget2 .left {
        width: 33%;
    }

    footer .top .widget2 .left img {
        padding-top: 48px;
        display: none;
    }

    footer .top .widget3 a.button {
        border-radius: 7px;
        padding: 9px 15px;
        font-size: 9px;
    }

    footer .bottom.color {
        height: 56px;
    }

     body footer div.bottom p.left span {
        font-size: 15px;
    }

    footer div.bottom p.left {
        font-size: 15px;
        left: 0%;
        top: 8%;
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 2px;
    }

    footer div.bottom p.right {
        font-size: 15px;
        top: 40%;
        right: 0%;
        margin-top: 3px;
        text-align: center;
        width: 100%;
    }
    footer .top .widget2{
        width: 74%;
        float: left;
        margin-left: 4%;
    }
    footer .top .widget2 .right .top1 h2 {
        font-size: 22px;
        text-align: left;
        padding-left: 0;
    }
    footer .top .widget2 .right .middle span.left {
        width: 100%;
    }

    footer .top .widget2 .right .middle span.right {
        width: 100%;
    }

    footer .top .widget2 .right .middle span.left small {
        font-size: 30px;
    }

    footer .top .widget2 .right .middle span.right small {
        font-size: 30px;
    }

    footer .top .widget2 .right .middle span.left b {
        margin-left: 41px;
        margin-top: -25px;
        margin-bottom: 13px;
        font-size: 15px;
    }

    footer .top .widget2 .right .middle span.right b {
        font-size: 15px;
        margin-left: 47px;
        margin-top: -26px;
        margin-bottom: -9px;
    }

    footer .top .widget2 .right .bottom {
        margin-top: 16px;
        padding-left: 2.5%;
    }

    header .right .bottom div.search-container {
        margin-top: 0;
        width: 100%;
    }

    section#spotlight {
        height:225px;
    }
    #main-slider .title-box h3 {
        font-size: 23px;
    }

    .thumb {
        display: block;
        width: 50%;
        margin: 0 auto;
    }

    h1 .thumb {
        margin-left: 0;
    }

    header section.left {}

    header {
        padding-bottom: 4%;
    }

    #about-us .title-box2 h3 {
        font-size: 25px;
    }

    #about-us .bottom h4 {
        font-size: 25px;
    }

    #about-us .bottom2 h4 {
        font-size: 25px;
    }

    header section.left {
        width: 46%;
    }

    #single-content .content-box ul li {
        width: 48%;
    }

    #single-content .title-box h3 {
        font-size: 25px;
    }

    #single-content .title-box {}

    #single-content .nav-box .right {
        padding-left: 0;
        margin-right: 3%;
        width: 43%;
    }

    #single-content .content-box ul li {
        width: 48%;
    }

    #single-content ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 3%;
    }

    #single-content .title-box {}

    #contact section.right div.top {
        padding-left: 0px;
    }

    #contact section.right div.top-bottom ul {

    }

    #contact section.right div.bottom {
        margin-bottom: 4%;
        padding-left: 0;
    }

    #contact section.right div.bottom-bottom {

    }

    section#contact .title-box {

    }

    footer .top .widget2 .right {
        width: 100%;
    }

    #single-content .content-box ul li {
        margin-right: 1%;
    }

    #single-content .nav-box .left {
        width: 43%;
    }

   #single-content ul li:nth-child(2n+1) {
        margin-right: 4%!important;
    }
      #single-content ul li:nth-child(3n) {
        margin-right: 4%;
    }
      #single-content ul li:nth-child(2n) {
        margin-right: 0;
    }
    #single-content {
        padding-top: 12%;
    }

    #main-slider div.top-slider {
        margin-bottom: 10%;
    }

    footer .top .widget2 .right .middle span.right {
        margin-right: 0%;
    }
    body div.bootgrid-footer.container-fluid div.row div.col-sm-6.infoBar {
        font-size: 13px;
    }
    body .endless_page_current {
        padding: 5px;
        border-radius: 50%;
        margin-right: 4px;
        width: 25px;
        height: 25px;
    }
    body .endless_page_link {
        padding: 5px;
        border-radius: 50%;
        margin-right: 4px;
        width: 23px;
        height: 23px;
    }
    body div.bootgrid-footer.container-fluid div.row div.col-sm-6 {
        font-size: 15px;
    }
    header .right .bottom nav.bottom ul li:last-child {
        margin-left: 24%;
    }
    body #single-content div ul li a {
        font-size: 15px
    }
    footer .top {
        padding: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 3%;
    }
    footer .top .hidden{
        display: block;
        width: 20%;
        float: left;
        margin-right: 2%;
        margin-top: 50px;

    }
    footer .top .hidden div.first{
        width: 100%;
        margin-left: 8%;
    }
     footer .top .hidden div.first img{
        display: inline-block;
        width: 85%;
     }

    footer .top .hidden div.second{
        width: 100%;
    }
    footer .top .hidden div.second img{
        display: inline-block;
        width: 100%;
     }
       header {
        padding-bottom: 0;
    }
    section#banner div.right p{
        font-size: 14px;
    }
    section#banner div.right h5{
        font-size: 14px;
    }
    section#banner{
        padding: 25px 0;
    }
    section#banner div.left{
        width: 100%;
        height: auto !important;        
    }
    section#banner div.left img, section#banner div.left picture {
        height: auto !important;
    }

    section#banner div.right{
        width: 100%;
        display: block;
        height: auto !important;
        text-align: center;
    }
    section#banner div.right h2 {
        font-size: 23px;
    }
    .submit1 {
        margin-top: 20px;
    }
      #single .card2 p.content{
        padding: 5px!important;
      }
    #single-content .content-box ul li.product:nth-child(4n) {
        margin-right: 0%;
    }

}
@media all and (max-width: 480px) {
    .location div.wrapper div.heading h2 {
        font-family: 'quicksandbold';
        font-size: 15px;
    }
    section#banner div.right p{
        text-align: justify;
    }
    section#banner{
        padding: 25px 0;
    }
    section#banner div.left{
        width: 100%;
        height: auto !important;        
    }

    section#banner div.right{
        width: 100%;
        display: block;
        height: auto !important;
        text-align: center;
        padding-top: 35px;
        padding-bottom: 40px;
        padding-left: 35px;
        padding-right: 35px;
    }
     section#banner div.right p {
        margin: 20px 0;
    }
    section#banner div.right p {
        font-size: 15px;
    }
    footer .top {
        padding: 5% 0;
    }
    footer .top .hidden {
        margin: 0;
    }
    footer .top .hidden div.second {
        width: 38%;
        margin: 0 auto;
    }
    footer .top .hidden div.first {
        width: 36%;
        margin: 0 auto;
    }
    footer .top .widget2 {
        width: 100%;
    }
    footer .top .hidden {
        width: 100%;
    }
    #request {
        margin-bottom: -10%;
    }
    header .right div.bottom nav.bottom {
        padding-left: 64px;
    }

    header .right .bottom nav.bottom ul li {
        font-size: 10px;
    }

    header .right .bottom div.search-container input {
        top: 4px;
    }

    footer .top .widget2 .right .top1 h2 {
        font-size: 22px;
    }

    footer .top .widget2 .right .middle span.left b {
        margin-left: 35px;
        margin-top: -24px;
        margin-bottom: 11px;
        font-size: 17px;
    }

    footer .top .widget2 .right .middle span.right b {
        font-size: 17px;
        margin-left: 41px;
        margin-top: -24px;
        margin-bottom: -7px;
    }

    footer .top .widget2 .right .bottom small {
        width: 12px;
        height: 12px;
    }

    footer .top .widget2 .right .bottom small span {
        font-size: 8px;
    }

    footer .bottom.color {
        height: 40px;
    }

    footer div.bottom p.left {
        font-size: 13px;
    }

    footer div.bottom p.right {
        font-size: 13px;
    }

    footer .top .widget2 .right .bottom p {
        font-size: 11px;
        margin-bottom: 0;
    }

    header .right .bottom div.search-container {
        padding: 18px 40px;
    }

    header .right .bottom div.search-container button span {
        font-size: 17px;
    }

    header .right .bottom div.search-container input {
        font-size: 14px;
    }

    header .right .bottom div.search-container button span {
        padding-top: 0px;
    }

    header .right div.bottom nav.bottom {
        padding-left: 0px;
    }

    header section.left {
        width: 59%;
    }

    h1 .thumb {
        display: block;
    }

    #single-content ul li:nth-child(3n) {
        margin-right: 0;
    }

    span.mobile-menu-icon {
        right: 6%;
        top: 9%;
    }

    section#main-slider {
        padding-top: 15%;
    }

    #about-us .title-box2 h3 {
        font-size: 23px;
    }

    #single-content .title-box h3 {
        font-size: 23px;
    }

    #about-us .bottom h4 {
        font-size: 22px;
    }

    #about-us .bottom2 h4 {
        font-size: 22px;
    }

    #single-content .content-box ul li {
        width: 98%;
    }

    #single-content .content-box ul li .bottom h2 {
        font-size: 15px;
    }

    #single-content .content-box ul li .bottom h3 {
        font-size: 14px;
    }

    #single-content .content-box ul li .bottom p {
        font-size: 11px;
    }

    #single-content .nav-box .left h2 {
        font-size: 14px;
    }

    #single-content .nav-box .right h2 {
        font-size: 14px;
    }

    #single-content .nav-box .right {
        margin-right: -13%;
        width: 59%;
    }

    #single-content .nav-box .left {
        width: 31%;
    }

    .select-items div, .select-selected {
        height: 30px;
    }

    section#about-us {
        padding-top: 11%;
    }

    header .right .bottom nav.bottom ul {
        width: 100%;
        margin-top: 0;
        margin-bottom: 3px;
    }

    #contact section.right div.bottom h4 {
        font-size: 15px;
    }

    #contact section.right div.bottom span {
        font-size: 37px;
    }

    #contact section.right div.bottom-bottom p {
        font-size: 12px;
    }

    #contact section.right div.top-bottom ul li {
        font-size: 12px;
    }

    #contact section.right div.bottom-bottom {

    }

    section#contact section.left iframe {
        height: 180px;
    }

    #contact section.right div.bottom-bottom small {
        width: 12px;
        height: 11px;
    }

    #contact section.right div.bottom-bottom span {
        font-size: 8px;
        line-height: 1;
    }

    #contact section.right div.bottom h4 {
        padding-top: 11px;
    }

    #single-content .nav-box .left {
        width: 54%;
    }

    footer .top .widget2 .right .bottom div.right {
        width: 94%;
    }

    #single-content ul li:nth-child(2n) {
        margin-right: 0%;
    }

    #single-content {
        padding-top: 15%;
    }

    #single-content ul li {
        width: 48%;
    }

    #single-content {
        padding-top: 11%;
    }
  
    #single-content ul li:nth-child(2n+1) {
        margin-right: 4%!important;
    }
      #single-content ul li:nth-child(3n) {
        margin-right: 4%;
    }
      #single-content ul li:nth-child(2n) {
        margin-right: 0;
    }

  

    section#contact .title-box h3 {
        font-size: 23px;
    }

    section#contact .title-box {
        padding-top: 11%;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 44px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 44px;
    }

    footer .top .widget2 .right .middle span.right {
        margin-right: 0%;
    }
    body div.bootgrid-footer.container-fluid div.row div.col-sm-6.infoBar {
        font-size: 13px;
    }
    body .endless_page_current {
        padding: 5px;
        border-radius: 50%;
        margin-right: 4px;
        width: 25px;
        height: 25px;
    }
    body .endless_page_link {
        padding: 5px;
        border-radius: 50%;
        margin-right: 4px;
        width: 23px;
        height: 23px;
    }
    body div.bootgrid-footer.container-fluid div.row div.col-sm-6 {
        font-size: 15px;
    }
    div.thumb.top {
        margin-bottom: 0;
    }
    body #single-content div ul li a {
        padding:0;
    }
    footer {
        width: 100%;
        margin-top: 10%;
    }
    body div.bootgrid-footer.container-fluid div.row div.col-sm-6 {
        display: block;
        width: 100%;
        text-align: center;
    }
    #about-us .top1 div.left p {
        font-size: 15px;
    }
    #about-us .bottom p {
        font-size: 15px;
    }
    #single-content div.tabs ul li a{
        padding:10px 0;
    }
    .photo{
        height: 300px!important;
    }
}

@media all and (max-width: 360px) {
    section#banner div.right a.button{
        font-size: 15px;
        padding: 5px 20px;
    }
    section#banner div.right{
        padding: 12% 12%;
    }
    section#banner div.right p{
        text-align: justify;
    }
    footer .top .widget3 a.button {
        margin-right: 0%;
    }
    footer .top {
        padding:  5% 0;
    }
    header .right div.bottom nav.bottom {}

    header .right .bottom nav.bottom ul {
        padding-bottom: 0px;
    }

    header .right .bottom nav.bottom ul li {
        font-size: 11px;
        margin-right: 0;
    }

    footer .top .widget2 .right .top1 h2 {
        font-size: 20px;
    }

    footer .top .widget2 .right .middle span.left small {
        font-size: 25px;
    }

    footer .top .widget2 .right .middle span.right small {
        font-size: 25px;
    }

    footer .top .widget2 .right .middle span.left b {
        margin-left: 31px;
        margin-top: -19px;
        margin-bottom: 8px;
        font-size: 15px;
    }

    header .right .bottom div.search-container input {
        top: 10px;
    }

    footer .top .widget2 .right .middle span.right b {
        font-size: 15px;
        margin-left: 34px;
        margin-top: -20px;
        margin-bottom: -17px;
    }

    header section.left {
        width: 15%;
    }

    span.mobile-menu-icon {
        top: 9%;
        right: 6%;
    }

    header .right {
        margin-top: 5%;
    }

    footer .top .widget2 .right .bottom p {
        font-size: 11px;
    }

    footer .bottom.color {
        height: 30 px;
    }

    footer div.bottom p.left {
        left: 0%;
        font-size: 12px;
        top: 5%;
        width: 100%;
        text-align: center;
    }

    footer div.bottom p.right {
        font-size: 12px;
        top: 37%;
        right: 0%;
        width: 100%;
        text-align: center;
    }

    header .right div.bottom {
        margin-top: -14px;
    }

    header .right .bottom div.search-container {
        width: 100%;
    }

    header .right .bottom div.search-container input {
        top: 5px;
    }

    #about-us .top1 div.left p {
        font-size: 13px;
    }

    #about-us .bottom p {
        font-size: 13px;
    }

    #about-us .bottom2 p {
        font-size: 13px;
    }

    #single-content ul li {
        width: 100%;
        margin-right: 11px;
    }

    #contact section.right div.bottom h4 {
        font-size: 14px;
    }

    #contact section.right div.bottom {
        margin-bottom: 5%;
    }

    #contact section.right div.bottom-bottom b {
        padding-left: 0;
    }

    .select-items div, .select-selected {
        height: 30px;
    }

    #single-content .nav-box .right {
        margin-right: -8%;
        width: 41%;
    }

    #single-content .nav-box .left {
        width: 47%;
    }

    #single-content ul li:nth-child(2n) {
        margin-right: 0%;
    }

    #single-content ul li:nth-child(2n+1) {
        margin-right: 0%;
    }

    #single-content ul li:nth-child(3n) {
        margin-right: 0%;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 23px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 23px;
    }
    #main-slider .title-box h3 {
        font-size: 20px;
    }

    #about-us .title-box2 h3 {
        font-size: 20px;
    }

    #about-us .bottom h4 {
        font-size: 20px;
    }

    #about-us .bottom2 h4 {
        font-size: 20px;
    }

    #single-content .title-box h3 {
        font-size: 20px;
    }

    section#contact .title-box h3 {
        font-size: 20px;
    }

    #main-slider div.top-slider {
        margin-bottom: 10%;
    }
      header {
        padding-bottom: 0;
    }
    #single-content .content-box ul li .top {
        margin-bottom: 5%;
    }
    #single-content div.tabs ul li a{
        padding:10px 0;
    }
}

@media all and (max-width: 320px) {
  
    header .right .bottom nav.bottom ul li {
        font-size: 10px;
    }

    footer .top .widget2 .right .top1 h2 {
        font-size: 18px;
    }

    #main-slider div.top-slider {
        margin-bottom: 10%;
    }
}

#single-content div.tabs {
    margin-bottom: 3%;
}


#single-content div ul {
    float: left;
    width: 100%;
}

#single-content div ul li {
    float: left;
    width: 48%;
    text-align: center;
    font-size: 22px;
}

#single-content div ul li a {
    color: #353535;
    display: block;
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
}

#single-content ul li.active {
    background: #012285;
    color: #fff;
}
#single-content ul li.active a{
    color: #fff;
}

/* style for pagination */
.container-fluid {
    padding-left: 5%;
    padding-right: 5%;
}

div.bootgrid-footer.container-fluid div.row {
    padding-bottom: 20px;
}

div.bootgrid-footer.container-fluid div.row div.col-sm-6 {
    display: inline-block;
    float: right;
    font-family: 'quicksandbold';
    font-size: 20px;
}

div.bootgrid-footer .container-fluid div.row div.col-sm-6 div.pagination {}

div.bootgrid-footer.container-fluid div.row div.col-sm-6.infoBar {
    display: inline-block;
    float: left;
    font-family: 'quicksandbold';
    font-size: 20px;
    margin-top: 7px;
}

.endless_page_current {
    color: #000;
    background: #3F51B5;
    padding: 5px;
    border-radius: 50%;
    margin-right: 6px;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;

}

.endless_page_link {
    color: #000;
    background: #ccc;
    padding: 5px;
    border-radius: 50%;
    margin-right: 6px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 1;
}


/*style of product page*/

#single {
    padding: 2% 0 2%;
    background: #F5F5F5;
    background-size: cover;
    border-top: 1px solid #000;
}
#single .card2 {
    background: #fff;
    padding: 100px;
    -webkit-box-shadow: 0 7px 5px rgba(230, 216, 249, .3);
    box-shadow: 0 7px 5px rgba(230, 216, 249, .3);
    padding-left: 0;
    position: relative;
}
#single .card2 p.content{
    font-family: 'quicksandregular';
    font-size: 16px;
    padding-left: 20px;
}
#single .right{
    width: 50%;
}
#single .card2 div.left {
    width: 50%;
    box-sizing: border-box;
    background: #fff;
    padding-left: 20px;
}
#single .card2 div.right.contents {
    padding-left: 20px;
    box-sizing: border-box;
    padding-right: 20px;
    margin-top: 10%;
}
#single .card2 div.left div.top {
    padding: 2% 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#single .card2 div.left div.top div.img {
    width: 100%;
}
.single-product #single .right h4{
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'quicksandbold';
}
#single .right p.content{
    font-size: 13px;
    margin-bottom: 10px;
    font-family: 'quicksandregular';
}
.inner #single .card2 div.right div.bottom div.product.one span {
    font-size: 16px;
}
#single div.desc a b{
    font-size: 15px;
    color: red;
}
#single .bottom{
    margin-top: 30px;
}
#single .bottom .second .desc h2{
    font-family: 'quicksandbold';
    font-size: 20px;
}
#single .bottom .second .desc p{
    font-family: 'quicksandregular';
    font-size: 16px;
}
#single .bottom .second .desc p.bold{
    text-transform: uppercase;
}

#single img{
    display: block;
    width: 100%;
}
#single ul{
    float: left;
    width: 100%;
    margin-top: 30px;
}
#single ul li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    text-align: center;
}
#single ul li:nth-child(4n){
    margin-right: 0;
}
#single div.button{
    text-align: center;
    margin-top: 20px;
}
#single a.button{
    display: inline-block;
    font-size: 11px;
    padding: 9px 22px;
    color: red;
    border: 1px solid red;
    background: none;
    margin-right: 20px;
    border-radius: 3px !important;
    border-bottom: 2px solid red;
}
#single a.button.three{
    margin-right: 0;
}
#single .card2 div.last {
    margin-top: 20px;
    margin-bottom: 50px;
}
#single .content{
    margin-top: 10px;
}
#single ul li h6{
    font-size: 20px;
    margin-bottom: 10px;
}
.inner #products {
    padding-top: 0px;
    padding-bottom: 35px;
}
.inner #products h3 {
    margin-bottom: 30px;
}
#single-content #video h4{
    text-align: center;
    color: #353535;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}
