/*Website Name:- Abbotts Industrial
***Index***
1. Homepage
    1.1 Navigation
    1.2 Carousel
    1.7 footer
*/

/* Version 1 */

html {
    font-size: 100%;    
}

body {
    font-size: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    text-align: center;
    padding-bottom: 20px;
}

p {
    line-height: 22px;
}

.why-txt li, .serbox p, .latest-news p, .testimonial p, .site-footer ul.menu li a, .site-footer p, .footer-bot address, .welcome-text p {
    font-size: 0.938em;
}

section {
    padding: 20px 0px;
}

a {
    color: green;
}

a:active, a:hover, a:focus {
    color: darkblue; /* New hover color to ensure visibility on a white background */
    text-decoration: none; /* Remove underline if desired */
    outline: none;
}

.no-space [class*='col-'] {
    padding-left: 0px;
    padding-right: 0px;
}

.btn-primary, .qc.navbar-nav li form .btn-primary {
    background: #e2ad3d;
    border: 1px solid #e2ad3d;
    padding: 4px 20px;
    border-radius: 0px;
}

.themebtn {
    background: #fff;
    border: 0;
    border-radius: 24px;
    color: #FFFFFF;
    font-weight: 600;
    padding: 7px 12px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

.themebtn:hover, .themebtn:active, .themebtn:focus {
    background: #072654;
    transition: 0.2s all ease-in-out;
    color: #fff;
}

/*1. Homepage Starts here*/
/*1.1 Navigation starts here*/

.site-header {
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
}

body:not(.home) {
    padding-top: 138px;
}

.site-header.affix {
    position: absolute;
    top: -118px;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0px 2px 4px rgba(51,51,51,0.3);
}

.top-header {
    padding: 10px 0;
    background: rgba(8, 33, 75, 0.90);
}

.top-header li {
    margin-top: 25px;
    display: inline-block;
    margin-left: 15px;
}

.top-header .icon {
    padding: 0 10px 0 0;
    float: left;
}

.site-branding {
    max-width: 580px;
}

.top-header p {
    margin-bottom: 0;
    text-align: left;
    float: left;
}

.top-header p span {
    color: #fff;
    display: block;
    font-size: 1.3em;
    text-transform: uppercase;
    width: 100%;
    line-height: normal;
}

.top-header p span.find-span {
    font-size: 1.2em;
}

.top-header p a {
    color: #f9f9f9;
}

nav .container-fluid {
    position: relative;
}

.navbar-brand {
    float: none;
    padding: 0;
}

.top-header a img {
    float: left;
    margin-right: 32px;
}

.top-header h2 {
    text-align: left;
    font-size: 2em;
    display: inline;
    color: #fff;
    position: relative;
    top: 10px;
}

.top-header h2::before {
    content: "";
    width: 1px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.59);
    margin-left: -17px;
}

.top-header .icon img {
    max-width: 50px;
}

.top-header a.btn {
    margin-top: 10px;
}

.navbar .navbar-brand {
    display: none;
}

.site-header.affix .navbar .navbar-brand {
    display: block;
    padding-top: 0;
    margin: 10px 0 17px;
}

.site-header.affix .navbar .navbar-brand img {
    max-height: 60px;
    width: auto;
}

.navbar-default {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none !important;
    margin-bottom: 0;
}

.site-header.affix .navbar-default {
    background: #102c55;
}

.navbar-nav {
    position: relative;
}

.site-header.affix .navbar-nav {
    float: right;
}

.navbar-default .navbar-nav > li {
    margin: 0 40px 0 0;
    position: relative;
}

.navbar-default .navbar-nav > li:last-child {
    margin-right: -45px;
}

.navbar-default .navbar-nav > li > a {
    transition: 0.3s all ease-in-out;
    text-transform: uppercase;
    padding: 15px 0;
    color: #0c2b58;
    border-bottom: 3px solid transparent;
    box-shadow: none !important;
}

.site-header.affix .navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 27px 0;
}

.navbar-default .navbar-nav > li:focus > a, .navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li.current-menu-item > a {
    background: none !important;
    border-bottom: 3px solid #e2ad3d;
}

.site-header:not(.affix) #main_menu {
    display: flex;
    float: none;
    justify-content: space-between;
    padding-right: 215px;
}

.site-header.affix .qc {
    display: none;
}

.navbar-right.qc {
    position: absolute;
    right: 45px;
    top: 0;
    margin-right: 0;
}

.qc.navbar-nav li {
    position: relative;
}

.qc.navbar-nav li a {
    background: #e2ad3d !important;
    color: #fff !important;
    padding: 15px 10px;
    font-size: 1.2em;
    text-transform: uppercase !important;
}

.qc.navbar-nav li a span {
    border-left: 1px solid #fff;
    padding-left: 15px;
    margin-left: 13px;
}

.qc.navbar-nav li:hover > a, .qc.navbar-nav li a:hover {
    background: #e2ad3d !important;
    color: #fff !important;
}

.qc.navbar-nav li form {
    display: none;
    position: absolute;
    top: 52px;
    background: #0c2b58;
    padding: 20px 10px 0;
    width: 300px;
    right: 0;
}

.qc.navbar-nav li form .form-control {
    border: 1px solid #fff;
    border-radius: 0;
    background: #0c2b58;
    color: #fff;
}

.qc.navbar-nav li form .form-control::placeholder {
    color: #fff;
}

.qc.navbar-nav li form textarea {
    height: 75px;
    resize: vertical;
}

.dropdown-toggle {
    position: absolute;
    right: 0;
    top: 27%;
    width: 20px;
    height: 20px;
}

.dropdown-toggle::before, .dropdown-toggle::after {
    background: #0c2b58;
    content: "";
    height: 2px;
    left: calc(50% - 10px);
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
    width: 9px;
}



.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
    background-image: none !important;
    background-repeat: no-repeat;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
}

.dropdown-toggle::after {
    left: auto;
    right: calc(50% - 5px);
    transform: rotate(-45deg);
}

li.menu-item-has-children > a {
    padding-right: 25px !important;
}

li.menu-item-has-children:hover > .dropdown-toggle::before {
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}

li.menu-item-has-children:hover > .dropdown-toggle::after {
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
}

ul.dropdown-menu {
    left: -9999px !important;
    right: auto !important;
    background: none;
    padding: 0;
    border: 0;
    display: block;
    box-shadow: none;
    top: 100%;
}

ul.dropdown-menu > li {
    position: relative;
}

li.menu-item-has-children:hover > ul.dropdown-menu {
    left: 0px !important;
}

li.menu-item-has-children ul li:hover > ul.dropdown-menu {
    left: 100% !important;
}

.navbar-nav > li:last-child.menu-item-has-children:hover > ul.dropdown-menu {
    text-align: right;
    left: auto !important;
    right: 0 !important;
}

li.menu-item-has-children:hover > ul.dropdown-menu > li {
    opacity: 1;
}

.dropdown-menu li.menu-item-has-children:hover > .dropdown-toggle::before {
    transform: rotate(45deg);
}

.dropdown-menu li.menu-item-has-children:hover > .dropdown-toggle::after {
    transform: rotate(-45deg);
}

.dropdown-menu li.menu-item-has-children:hover > ul.dropdown-menu {
    left: 100% !important;
    top: -2px;
}

ul.dropdown-menu li:first-child {
    margin-top: 0;
}

ul.dropdown-menu li + li {
    border-top: 1px solid #102C55;
}

ul.dropdown-menu li a {
    color: #fff !important;
    background: #193c6a;
    padding: 8px 14px;
    transition: 0.2s all ease-in-out;
    text-transform: uppercase;
}

ul.dropdown-menu ul.dropdown-menu li a {
    background: #1D477E;
}

ul.dropdown-menu ul.dropdown-menu ul.dropdown-menu li a {
    background: #1F4D89;
}

ul.dropdown-menu li:hover > a, ul.dropdown-menu li > a:focus, ul.dropdown-menu li > a:active {
    background: #25446b;
}

.dropdown-menu .dropdown-toggle {
    right: 15px;
    transform: rotate(-90deg);
    top: 45%;
}

.dropdown-menu .dropdown-toggle::before, .dropdown-menu .dropdown-toggle::after {
    background: white !important;
}

.product-category-item > .dropdown-toggle::before, .product-category-item > .dropdown-toggle::after {
    content: none;
}

.product-category-item > .dropdown-toggle {
    padding-right: 10px !important;
}

.product-category-item:hover > ul.dropdown-menu {
    top: 0;
}

/*Navigation ends here*/
/*1.2 slider starts here*/

.carousel {
    overflow: hidden;
}

.carousel .item, .carousel .item img {
    height: 645px;
    width: 100%;
}

.carousel-caption {
    bottom: -30px;
    right: 0;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

.carousel-caption h1 {
    animation-delay: 0.5s;
    font-size: 3em;
    font-weight: 200;
    padding-bottom: 10px;
    color: #fff;
    line-height: 39px;
}

.carousel-caption p {
    color: #fff;
    font-size: 1.5em;
    animation-delay: 1s;
    text-align: center;
}

.links {
    text-align: left;
    position: relative;
    width: 100%;
    margin-top: 15px;
}

.links li {
    display: inline-block;
    animation-delay: 1.5s;
}

.carousel-caption li a {
    box-shadow: 0 0px 0px 1px #69c301 inset;
}

.carousel-caption li + li {
    animation-delay: 2s;
    margin-left: 15px;
}

.carousel-caption li + li a {
    background: #fff;
    color: #69c301;
}

.carousel-caption .btn {
    padding: 7px 30px;
}

.carousel .glyphicon {
    position: absolute;
    top: 15px;
    padding: 14px;
    text-shadow: none;
    color: #fff;
    font-size: 18px;
    width: 45px;
    height: 45px;
    opacity: 1;
    background: rgba(25, 63, 110, 0.4);
}

.carousel-control {
    opacity: 1;
    width: auto;
    left: 0;
    top: 62%;
    z-index: 2;
}

.glyphicon-chevron-right, .glyphicon-chevron-left {
    background: none;
    transition: 0.4s all ease-in-out;
}

.carousel-control.left .glyphicon-chevron-left {
    left: -35px;
}

.carousel:hover .carousel-control.left .glyphicon-chevron-left {
    left: 22px;
}

.carousel-control.right .glyphicon-chevron-right {
    right: -35px;
    left: auto;
}

.carousel:hover .carousel-control.right .glyphicon-chevron-right {
    right: 22px;
}

.carousel-indicators {
    z-index: 17;
    display: none;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

/*slider ends here*/
/*welcome page tab-2 starts here*/

.welcome-page {
    background: url(assets/images/welcome-img.jpg) no-repeat center center / cover;
    width: 100%;
    min-height: 700px;
    position: relative;
    border-top: 4px solid #e2ad3d;
    overflow: hidden;
}

.trgle-wel {
    background: #e2ad3d;
    width: 70px;
    height: 70px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -35px;
    font-size: 25px;
    color: #fff;
    text-align: center;
    transform: rotate(45deg);
    padding-top: 29px;
    padding-left: 23px;
    padding-bottom: 27px;
}

.trgle-wel:hover, .trgle-wel:active, .trgle-wel:focus {
    color: #fff;
}

.trgle-wel i {
    transform: rotate(-45deg);
}

.welcome-page::before {
    background: rgba(8, 33, 75, .90);
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    bottom: 0;
}

.welcome-text {
    text-align: center;
    margin: 48px auto 0;
    position: relative;
}

.welcome-text p {
    line-height: 24px;
    color: #fff;
    margin-bottom: 17px;
    margin-top: 15px;
}

.welcome-text h2, .special h2, .services h2, .shedule h2, .latest-news h2, .testimonial h2 {
    font-size: 1.675em;
    color: #fff;
    position: relative;
}

.welcome-text h3, .special h3, .services h3, .shedule h3, .latest-news h3, .testimonial h3 {
    font-size: 1.475em;
    color: #fff;
    position: relative;
}

.welcome-text h3::before, .special h3::before, .services h3::before, .shedule h3::before {
    content: "";
    background: #e2ad3d;
    width: 65px;
    position: absolute;
    height: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 4px auto;
}

.special h3 span {
    font-weight: 600;
}

.welcome-text h4 {
    font-size: 1.379em;
    color: #e2ad3d;
    padding-bottom: 0;
    font-weight: 600;
}

.contact-no {
    display: block;
    color: #fff;
    font-size: 2em;
}

.welcome-page .video {
    width: 550px;
    margin: 45px auto;
    border: 6px solid rgba(255, 255, 255, 0.83);
    position: relative;
}

/* welcome page tab-2 ends here*/

.special {
    background: #eeeeee;
    padding: 20px 0px 45px 0px;
}

.special h3, .services h3 {
    color: #313131;
}

.ms-gallery {
    padding: 0;
    list-style: none;
    border-radius: 0;
    margin: 22px -4px 17px -4px;
}

.ms-gallery li {
    width: calc(20% - 8px);
    float: left;
    height: auto;
    position: relative;
    margin: 4px;
    overflow: hidden;
}

.ms-gallery li a {
    position: relative;
}

.ms-gallery li:hover .image {
    opacity: 1;
}

.ms-gallery li:hover .middle {
    /*opacity:1;
    background:rgba(17,22,68,.6);*/
}

.image {
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    background: rgba(17,22,68,.3);
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
}

.ms-gallery li::before, .ms-gallery li::after, .ms-gallery li .middle::after, .ms-gallery li .middle::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    border: 1px solid white;
    left: 4px;
    top: 4px;
    border-width: 1px 0px 0 1px;
    opacity: 0;
    transition: 0.3s all ease;
    z-index: 1;
}

.ms-gallery li::after {
    right: 5px;
    left: auto;
    border-width: 1px 1px 0px 0px;
}

.ms-gallery li .middle::after, .ms-gallery li .middle::before {
    top: auto;
    bottom: 4px;
    border-width: 0px 0px 1px 1px;
}

.ms-gallery li .middle::before {
    left: auto;
    right: 4px;
    border-width: 0px 1px 1px 0px;
}

.ms-gallery li:hover::before, .ms-gallery li:hover::after, .ms-gallery li:hover .middle::after, .ms-gallery li:hover .middle::before {
    opacity: 1;
    transition: 0.3s all ease;
}

.text {
    font-size: 45px;
    color: #fff;
    text-align: center;
}

.text p {
    font-size: 22px;
    margin-bottom: 0;
    opacity: 1;
    transition: 0.3s all ease;
}

.ms-gallery li .text p:first-child {
    position: relative;
    top: 30px;
    font-size: 14px;
    opacity: 0;
    margin: 10px 12px;
}

.ms-gallery li:hover .text p {
    opacity: 0;
}

.ms-gallery li:hover .text p:first-child {
    opacity: 1;
}

.text .cnt {
    font-size: 15px;
    margin-top: 10px;
    opacity: 0;
    transition: 0.3s all ease;
    padding: 0 10px;
}

.ms-gallery li:hover .text .cnt {
    opacity: 1;
    transition: 0.3s all ease;
}

.text .themebtn {
    padding: 5px 22px !important;
    opacity: 0;
}

.ms-gallery li:hover .text .themebtn {
    opacity: 1;
    transition: 0.3s all ease;
}

.ms-gallery li img.approved {
    position: absolute;
    bottom: 10px;
    right: 10px;
    max-width: 60px;
}

.ms-gallery li .text .themebtn {
    margin-top: -28px;
}

/*Awrards starts here*/

.reason-why {
    padding: 35px 0 38px 0;
    position: relative;
}

.reason-why::before {
    content: "";
    background: url(wp-content/uploads/2017/04/2.jpg) no-repeat center center / cover;
    position: absolute;
    width: 50%;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background-color: #e2ad3d;
}

.reason-why h3 {
    color: #fff;
    position: relative;
    margin: 48px -214px 0 0;
}

.reason-why h3::before {
    content: "";
    background: #fff;
    width: 80px;
    position: absolute;
    height: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 4px auto;
}

.reason-why .r1 {
    font-size: 59px;
}

.reason-why .r2 {
    font-size: 37px;
    text-transform: lowercase;
}

.reason-why .r3 {
    font-size: 29px;
}

.reason-why .r4 {
    position: absolute;
    font-size: 122px;
    right: 0;
    color: rgba(255, 255, 255, 0.55);
    bottom: -204px;
    font-weight: 600;
}

.why-txt {
    list-style: none;
    padding-left: 10px;
}

.why-txt li {
    background: url(assets/images/correct.png) no-repeat;
    background-position: 0px 5px;
    padding: 0 0 8px 40px;
    text-align: justify;
}

/*Awrards ends here*/
/*services starts here*/

.services {
    background: #eeeeee;
    padding-bottom: 32px;
    position: relative;
    z-index: 1;
}

.services li {
    float: left;
    padding: 0 10px;
    vertical-align: top;
    width: 20%;
}

.serbox {
    background: #fff;
    outline: 1px solid transparent;
    outline-offset: -8px;
    margin-bottom: 15px;
    transition: all 0.3s;
    border: 1px solid #ddd;
    margin-top: 24px;
    margin-right: 0;
    min-height: 380px;
}

.serbox:hover {
    background: #08214b;
    color: #fff !important;
    outline: 1px solid #8592a6;
}

.serbox:hover p {
    color: #fff !important;
}

.text-holder {
    padding: 20px 20px 23px;
    min-height: 210px;
}

.page-template-services .text-holder {
    min-height: 280px;
}

.serbox > .text-holder > .text-left > a {
    text-decoration: none !important;
}

.serbox .img-holder {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.serbox .img-holder .heading-holder h2 {
    color: #fff;
    text-shadow: 0px 2px 10px #000;
}

.serbox .img-holder .heading-holder {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%;
}

.serbox .img-holder .heading-holder h2::before {
    display: none;
}

.serbox .img-holder img {
    width: 100%;
    height: auto;
}

.serbox p {
    text-align: left;
}

.serbox .approved {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px !important;
    padding: 4px;
}

.text-holder a {
    text-decoration: underline !important;
    text-transform: uppercase !important;
    color: #333232;
    font-weight: 600;
    font-size: 0.875em;
}

.serbox:hover a {
    text-decoration: underline !important;
    color: #e2ad3d;
}

.services h2, .serbox h2 {
    position: relative;
    font-size: 1.3em;
}

.services h2::before, .serbox h2::before {
    content: "";
    background: #e2ad3d;
    width: 40px;
    position: absolute;
    height: 3px;
    bottom: 0;
    left: 0;
}

/*services ends here*/
/*shedule starts here*/

.shedule {
    background: #08214b;
    text-align: center;
    padding-bottom: 48px;
    padding-top: 0;
}

.shedule h3 {
    margin-bottom: 43px;
    margin-top: 30px;
}

.contact-number {
    color: #e2ad3d;
}

.shedule-ser {
    border: 1px solid #f9f9f9;
    border-radius: 4px;
    padding: 10px 60px;
    margin-top: 15px;
    color: #fff;
}

.shedule p {
    line-height: 40px;
}

/*shedule ends here*/
/*news starts here*/

.latest-news {
    padding-top: 7px;
    padding-bottom: 42px;
}

.latest-news img {
    outline: 1px solid #fff;
    outline-offset: -8px;
    position: relative;
    height: auto;
}

.date {
    position: absolute;
    background: #e2ad3d;
    padding: 15px;
    right: 15px;
    top: 0;
    color: #fff;
    text-align: center;
    font-size: 1.375em;
}

.date span {
    display: block;
    font-size: 25px;
    text-transform: uppercase;
}

.space-text {
    padding-left: 37px;
}

.rdmore-btn {
    font-size: 1.125em;
    text-decoration: underline !important;
}

.latest-news .btn {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #ececec;
    color: #666;
    font-size: 0.8em;
    padding: 5px 20px;
}

.latest-news h4 {
    font-size: 1.875em;
}

.latest-news .owl-theme .owl-nav, .testimonial .owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -70px;
}

.latest-news .owl-theme .owl-nav [class*="owl-"], .latest-news .owl-theme .owl-nav [class*="owl-"]:hover, .testimonial .owl-theme .owl-nav [class*="owl-"], .testimonial .owl-theme .owl-nav [class*="owl-"]:hover {
    background: rgba(255, 255, 255, 0);
    border-radius: 5px;
    color: #000;
    font-size: 0.973em;
    height: 45px;
    margin-left: 10px;
    width: 100px;
    border: 2px solid #b9b9b9;
    line-height: 37px;
}

.fa-long-arrow-left, .fa-long-arrow-right {
    color: #8a8a8a;
}

.latest-news h3, .testimonial h3 {
    color: #313131;
}

.latest-news h3::before, .testimonial h3::before {
    content: "";
    background: #bd9642;
    width: 65px;
    position: absolute;
    height: 3px;
    bottom: 0;
    left: 0;
}

.latest-news p {
    text-align: justify;
}

/*news ends here*/
/*Testimonial starts here*/

.testimonial {
    background: #ededed;
    position: relative;
    padding: 0 0 23px;
}

.testimonial h4 {
    text-align: left;
    font-size: 0.938em;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}

.testimonial h4 span {
    display: block;
    margin-top: 5px;
}

.testimonial::before {
    background: rgba(255, 255, 255, 0.95);
    z-index: 0;
}

.testimonial .owl-item, .latest-news .owl-item {
    padding-top: 15px;
}

.testimonial .item {
    background: #fbfbfb;
    padding: 30px 30px 5px 76px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 25px;
}

.testimonial .item::before {
    color: #e2ad3d;
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 40px;
    left: 0;
    padding: 25px 26px;
    position: absolute;
    top: -7px;
}

.testimonial p {
    margin-bottom: 20px;
    text-align: left;
}

.owl-dot span {
    border: 2px solid #e2ad3d;
}

.owl-dot.active span, .testimonial .owl-dot:hover span {
    background: #e2ad3d !important;
}

.testimonial.type-testimonial {
    padding: 0 30px 10px;
    margin: 10px;
}

/*Testimonial ends here*/
/* Client Logo */

.c-logos {
    float: left;
    margin: 4px;
    padding: 0;
    text-align: center;
    width: auto;
    border: 1px solid #ededed;
}

/*Client Logo End */
/*1.7 footer starts here*/

.site-footer {
    background: url(assets/images/footer.jpg) no-repeat;
    position: relative;
    padding: 0 0 15px;
}

.site-footer::before {
    content: "";
    background: rgba(8, 33, 75, .90);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.site-footer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.site-info a {
    color: #fff;
    font-size: 14px;
}

.site-info p {
    text-align: center;
}

.cta {
    padding: 20px 0 10px;
    margin-bottom: 50px;
}

.cta .container {
    position: relative;
}

.cta .container::before {
    height: 1px;
    right: 0;
    left: 0;
    bottom: -33px;
    position: absolute;
    content: "";
    width: 97.7%;
    margin: auto;
    background: rgba(255, 255, 255, 0.36);
}

.cta ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cta ul li a {
    color: #fff;
}

.cta ul li {
    border: 1px solid #7c8a9e;
    padding: 12px 15px;
    width: 23.5%;
    position: relative;
    height: 211px;
    color: #fff;
}

.cta h4 {
    padding-bottom: 0;
    color: #fff;
    font-size: 0.938em;
}

.cta ul li span {
    background: url(assets/images/fi1.png) left top no-repeat;
    display: inline-block;
    height: 30px;
    width: 31px;
}

.cta ul li:nth-child(2) span {
    background: url(assets/images/fi2.png) left top no-repeat;
}

.cta ul li:nth-child(3) span {
    background: url(assets/images/fi3.png) left top no-repeat;
}

.cta ul li:nth-child(4) span {
    background: url(assets/images/fi4.png) left top no-repeat;
}

.cta ul li address, .cta ul li p, .cta ul li .more-link {
    margin-bottom: 47px;
    font-size: 0.875em;
    text-align: center;
}

.cta ul li .more-link {
    display: block;
}

.cta .add {
    margin: 5px;
    z-index: 1;
    position: relative;
}

.cta ul li:nth-child(2)::before, .cta ul li:nth-child(4)::before {
    content: "";
    background: #fff;
    height: 1px;
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 77px;
    margin: auto;
    z-index: 0;
}

.social {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    margin: 5px;
    line-height: 38px;
    z-index: 1;
    position: relative;
    background: #08214b;
}

.site-footer .navbar-brand > img {
    margin-bottom: 20px;
    width: auto;
}

.site-footer p {
    text-align: left;
    color: #fff;
}

.textwidget + .footer-title {
    display: none;
}

.widget_wysija {
    position: relative;
}

.site-footer .form-submit {
    background: #e2ad3d;
    display: inline-block;
    height: 40px;
    margin-left: -3px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 40px;
    padding-top: 4px;
}

.site-footer .form-submit::before {
    content: "\f003";
    font-family: fontawesome;
    font-size: 1.313em;
    color: #fff;
}

.site-footer .form-control {
    width: 219px;
    float: left;
    border: none;
    border-radius: 0;
    height: 40px;
}

.site-footer .allmsgs {
    color: white;
}

.email-btn {
    background: rgba(232, 152, 50, 0);
    border: none;
    font-size: 0;
    height: 40px;
    color: #fff;
    margin-left: 0;
    width: 40px;
    display: inline !important;
    position: relative;
}

.site-footer .footer-title {
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    font-size: 1.125em;
    font-weight: 600;
}

.site-footer .footer-title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    content: '';
    background: #e2ad3d;
}

.site-footer ul.menu li {
    position: relative;
    padding-left: 27px;
    margin: 10px 0;
    display: inline-block;
    width: 48%;
}

.site-footer ul.menu li a {
    color: #fff;
}

.site-footer ul.menu li::before {
    left: 0;
    top: 0;
    font-size: 15px;
    font-family: FontAwesome;
    content: "\f178";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    color: #e2ad3d;
}

.breadcrumb, .h2, .page-breadcrumb-title, .tagcloud a, .video-section h1 {
    text-transform: uppercase;
}

.site-footer ul li a:hover {
    color: #fff !important;
    border-color: #fff !important;
}

.site-info {
    padding: 16px 0 6px;
    background: #0f2e61;
}

.site-info p {
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.scrollToTop {
    background: #2e6da4;
    border-radius: 7px;
    position: fixed;
    right: 15px;
    color: #fff;
    transition: .5s all ease-in-out;
    padding: 6px 12px;
    font-size: 22px;
    bottom: -60px;
    z-index: 9;
    opacity: .4;
}

.scrollToTop:focus, .scrollToTop:hover {
    color: #fff;
    opacity: 1;
    transition: .5s all ease-in-out;
}

.site-info .sister-site {
    color: #e2ad3d;
    padding-left: 2px;
}

/*footer ends here*/
/* about */

.post-185 {
    margin: 20px 15px;
}

/* about end*/
/* Coded by emp id tgm 13-019 */

.entry-header::before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.entry-title {
    display: inline-block;
    padding-bottom: 0;
    position: relative;
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
}

.entry-header {
    margin: 0;
    padding: 60px 0;
    position: relative;
}

.breadcrumb {
    background: #f7f7f7;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 0;
    padding: 15px 0;
    border-radius: 0;
}

.body-content {
    background: #fff;
    padding: 40px 0;
    display: block !important;
}

.body-content .post-thumbnail {
    float: none;
    margin-bottom: 20px;
}

.contact-page .wbg {
    padding: 15px;
}

.page-sidebar, .wbg {
    background: #fff;
    float: left;
    overflow: hidden;
    width: 100%;
}

.acf-map {
    height: 400px;
    width: 100%;
    pointer-events: none;
}

.map {
    padding: 0;
}

.contact-page ul:not(.social) li {
    padding-left: 45px;
    position: relative;
    font-size: 14px;
    color: #9e9e9e;
    font-family: "Montserrat", sans-serif;
}

.contact-page ul:not(.social) i {
    align-items: center;
    background: #e2ad3d;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    height: 35px;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 35px;
}

.contact-page ul:not(.social) h3 {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 14px;
    padding: 0;
    color: #292929;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.contact-page .social {
    margin-top: 20px;
    background: rgba(0, 0, 0, 0);
    display: block;
    margin-top: 20px;
    position: static;
    width: auto;
}

.social {
    margin-bottom: 0;
}

.contact-page .social li:not(.off) a {
    align-items: center;
    background: #e2e2e2;
    border-radius: 50%;
    color: #302f2f;
    display: flex;
    font-size: 1.2em;
    height: 35px;
    justify-content: center;
    width: 35px;
    transition: all 0.3s ease-in-out;
}

.contact-page .social li {
    display: inline-block;
    margin: 0 4px;
}

.contact-page .wbg p {
    text-align: left;
}

.wbg h2 {
    color: #292929;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
    text-transform: uppercase;
    text-align: left;
}

/*1. Homepage ends here*/

.formError, .has-error .help-block {
    display: none !important;
}

.formError + input, .has-error .form-control {
    border: 1px solid rgba(255, 0, 0, 0.52) !important;
}

.alert {
    padding: 15px;
    font-size: 13px;
    color: red;
}

.alert-success {
    color: #3c763d !important;
}

.sidebar .single-sidebar-item {
    margin-bottom: 50px;
}

.sidebar .single-sidebar-item .solution-categories li a {
    background: #f7f7f7;
    color: #292929;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 55px;
    padding-left: 30px;
    padding-right: 15px;
    position: relative;
    transition: all 500ms ease 0s;
}

.sidebar .single-sidebar-item .solution-categories li a i {
    color: #f7f7f7;
    margin: 19px 0;
}

.sidebar .single-sidebar-item .solution-categories li a.active i {
    color: #fff;
}

.sidebar .single-sidebar-item .solution-categories li a:hover::before, .sidebar .single-sidebar-item .solution-categories li.active a::before {
    width: 5px;
}

.sidebar .single-sidebar-item .solution-categories li a::before {
    background: #01305e;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: 12px;
    transition: all 500ms ease 0s;
    width: 0;
}

.sidebar .single-sidebar-item .solution-categories li a:hover, .sidebar .single-sidebar-item .solution-categories li.active a {
    background: #e2ad3d;
    color: #fff;
}

.single-solution-content .text-holder {
    padding-left: 0;
}

.single-solution-content .text-holder .sec-title-two {
    padding-bottom: 34px;
}

.sec-title-two {
    margin-bottom: 20px;
}

.sec-title-two h2 {
    color: white;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 0;
}

.sec-title-two .border {
    background: #e2ad3d;
    display: block;
    height: 2px;
    width: 70px;
}

.single-solution-content p {
    text-align: justify;
}

.single-service-list {
    margin: 20px 0 0;
    font-weight: 600;
    text-align: left;
}

.gallery {
    margin: 40px 0;
}

.gallery .grid {
    margin-left: -5px;
    margin-right: -5px;
}

.grid-item, .grid-sizer {
    width: 25%;
}

.grid-item {
    box-sizing: border-box;
    float: left;
    height: 185px;
    overflow: hidden;
    padding: 5px;
}

.gallery .grid-item a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.gallery a .overlay {
    align-items: center;
    background: rgba(226, 173, 1, 0.75);
    color: #fff;
    display: flex;
    font-size: 4em;
    font-weight: 300;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    outline: 1px solid #fff;
    outline-offset: -8px;
    position: absolute;
    top: 0;
    transform: scale(1.5);
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}

.gallery a:hover .overlay {
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
}

/* blog */

.blogpage article img {
    height: 229px;
    margin-bottom: 0;
}

.blogpage .blog-meta {
    border-color: #8abd47 #ccc #ccc;
    border-style: solid;
    border-width: 2px 1px 1px;
    float: left;
    height: 282px;
    padding: 10px 15px 15px;
    width: 100%;
}

.blogpage .dates {
    border-bottom: 1px solid #e2e2e2;
    float: left;
    padding-bottom: 10px;
    width: 100%;
}

.blogpage .dates i {
    margin-right: 5px;
}

.blogpage p {
    line-height: 24px;
    margin: 0;
    padding-bottom: 22px;
    text-align: left;
}

p.inc-cont-h2 {
    color: #292929;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 2.5rem;
    padding: 0 0 10px;
    text-align: left;
}

.blogpage .page-sidebar, .single-blog .page-sidebar {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
}

.rpwwt-widget ul {
    list-style: outside none none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.rpwwt-widget ul li {
    margin: 0 0 1.5em;
    overflow: hidden;
    padding: 20px 0 0;
}

#rpwwt-recent-posts-widget-with-thumbnails-3 img {
    height: 75px;
    width: 75px;
}

.rpwwt-widget ul li img {
    display: inline;
    float: left;
    margin: 0.3em 0.75em 0.75em 0;
}

.rpwwt-post-title {
    font-size: 1.2em;
}

.blogpage .page-sidebar li {
    border-top: 1px solid #ddd;
    list-style: outside none none;
}

.sidebar-fact {
    background: #f4f5f8;
    padding: 20px 25px 25px;
    clear: both;
}

.sidebar-fact > span {
    color: #e2ad3d;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 15px;
    text-align: left;
    display: block;
}

.sidebar-fact p {
    color: #677078;
    font-size: 16px;
    line-height: 1.688;
    margin-bottom: 20px;
    text-align: left;
}

.sidebar-fact a.btn {
    background: #e2ad3d;
    color: white;
    padding: 10px 21px;
}

.products a {
    text-align: center;
    display: block;
}

.woocommerce ul.products li.product-type-simple a {
    height: 170px;
    border: none;
}

.woocommerce ul.products li a {
    border: 1px solid lightgray;
    height: 310px;
    margin-bottom: 30px;
    position: relative;
}

.woocommerce-tabs p, .woocommerce-tabs h2 {
    text-align: left;
}

.woocommerce-product-details__short-description ul {
    margin-left: 0;
    padding-left: 0;
}

.woocommerce-product-details__short-description ul li {
    list-style: none;
}

.singles-product {
    display: inline-block;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 20px;
}

.catalog_enquiry_form h2, .catalog_enquiry_form p {
    text-align: left;
}

.catalog_enquiry_form .modal-footer {
    text-align: left;
}

.screen-reader-text {
    padding: 2px;
    display: inline-block;
}

.modal-header h2 {
    padding: 0;
}

.catalog_enquiry_form input, .catalog_enquiry_form textarea {
    width: 90%;
    padding: 5px;
}

#msg_for_enquiry_error, #msg_for_enquiry_sucesss {
    text-align: left;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 40%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 55%;
}

p.price {
    text-align: right;
}

.woocommerce p {
    text-align: left;
}

.woocommerce form p label {
    text-align: left;
}

.woocommerce-ResetPassword .woocommerce-Button {
    width: 47%;
}

.flex-control-thumbs {
    padding-top: 10px !important;
}

.single-blog img {
    width: 100%;
}

.comment-author img {
    width: auto;
}

.single-blog .entry-content {
    float: left;
    text-align: justify;
    width: 100%;
}

.single-blog .dates {
    border-bottom: 1px solid #e2e2e2;
    float: left;
    padding-bottom: 10px;
    width: 100%;
}

.single-blog .dates i {
    margin-right: 5px;
}

.single-blog p {
    text-align: justify;
}

.single-blog .comments-area {
    padding: 20px 0;
}

.comments-area h3 {
    color: #010101;
    font-size: 26px;
    text-align: left;
}

.comment-form-comment textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    height: 66px;
    width: 100%;
}

.comment-form input {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    height: 36px;
    width: 100%;
}

#commentform input[type="submit"], .search-form .btn {
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    padding: 6px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    width: auto;
    color: #fff;
    background: #e2ad3d;
}

.search-results article {
    border: 1px solid #ddd;
    margin-bottom: 25px;
    padding: 15px;
}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}

nav.woocommerce-MyAccount-navigation ul li a {
    background: #e2ad3d;
    padding: 10px;
    color: #fff;
    margin: 0 0 10px;
    display: block;
}

.woocommerce-account .woocommerce {
    padding: 70px 15px;
    border: 1px solid #e2ad3d;
    margin: 18px;
}

.woocommerce-LoopProduct-link img {
    /*max-height:185px*/
}

.widget_wysija_cont .wysija-submit {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 46px;
    height: 39px;
    border-radius: 0;
    opacity: 0;
}

.find-right {
    text-align: right;
}

.related .woocommerce-loop-product__title {
    text-align: center;
}

.related {
    padding-top: 0;
}

.related.products h3 {
    text-align: left;
}

.site-header.affix #main_menu {
    display: flex;
    float: none;
    justify-content: space-between;
}

.archive .entry-content p {
    text-align: justify;
}

/* 404 page */

.error-404 .search-form {
    text-align: center;
}

.woocommerce-loop-category__title {
    color: black;
    font-size: 20px !important;
    font-family: "Roboto", sans-serif;
    right: 0;
    left: 0;
}

.count {
    display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 46%;
    position: relative;
}

.woocommerce ul.products li.product-category a img {
    max-height: 300px;
    width: auto;
    margin: auto;
    border: none;
}

.product-category img {
    border: 1px solid lightgray;
}

.term-95 ul.products li.product {
    width: 24%;
    margin: 0 3px 18px;
    height: 155px;
}

.term-95 ul.products li.product a {
    height: 120px;
}

.term-95 ul.products li.product-category a img {
    height: 117px;
    padding: 5px;
}

.term-95 .archive.tax-product_cat ul.products li.product-category.product .woocommerce-loop-category__title {
    bottom: -39px;
}

.p_cat_list {
    margin: 0;
    padding: 0 20px;
}

.p_cat_list li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.p_cat_list li a {
    color: #5ca20d !important;
    font-size: 16px !important;
}

.p_heading {
    text-align: left;
    font-size: 20px;
}

.img-product, .woocommerce-product-gallery__image a {
    align-items: center;
    border: 1px solid lightgray;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}

.woocommerce-product-gallery__image a {
    height: 500px;
    min-height: inherit !important;
}

.woocommerce-product-gallery__image a img {
    width: auto !important;
    height: auto !important;
    box-shadow: none;
    display: block;
    height: auto;
    max-height: 725px;
    max-width: 100%;
}

.img-product img .woocommerce-product-gallery__image img {
    flex-shrink: 0;
    border: none !important;
}

.product-category.img-product img {
    border: none;
}

.zoomImg {
    /*border:5px solid lightgray !important*/
}

.related ul li {
    width: 33% !important;
}

.related .singles-product {
    display: none;
}

.related img {
    border: 1px solid lightgray;
}

.related h2 {
    font-size: 30px;
    color: black;
}

.related .single_add_to_cart_button {
    display: none !important;
}

.sc h2 {
    text-align: left;
    font-size: 26px;
    color: #e2ad3d;
}

.sc {
    border: 1px solid lightgray;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f7f7f7;
    float: left;
    width: 100%;
}

.sc .btn {
    background: #e2ad3d;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    color: #fff;
    text-transform: capitalize;
}

.single-product .modal-header h3 {
    width: 99%;
    float: left;
    padding-bottom: 0;
}

.single-product .modal-header p {
    width: 1%;
    float: left;
}

.modal-header .close {
    background: #e2ad3d;
    padding: 4px 9px;
    border-radius: 100px;
    line-height: 20px;
    opacity: 1;
    color: #fff;
}

.footer-bot {
    padding-top: 20px;
}

.footer-bot address {
    color: #fff;
    line-height: 30px;
}

.product_meta {
    display: none;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image, .woocommerce-product-gallery__image a {
    min-height: auto !important;
    height: auto !important;
    width: 388px;
}

/* 404 page end */

#woo_catalog .modal-content .modal-body .row-fluid p input, #woo_catalog .modal-content .modal-body .row-fluid p textarea {
    width: 100%;
}

.sidebar-fact button.btn {
    background: #e2ad3d;
    color: white;
    margin-top: 15px;
}

.woocommerce form.login {
    margin: 0 auto 32px;
    width: 50%;
}

.registration-form.woocommerce {
    margin: 0 auto 32px;
    width: 70%;
}

.woocommerce form .form-row input.input-text {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*09-05-2017*/

.woocommerce-product-details__short-description .table-striped > tbody > tr td {
    background-color: #7F7F7F;
    color: #fff;
}

.woocommerce-product-details__short-description .table-striped > tbody > tr > td:nth-child(odd) {
    background-color: #22B14C;
    color: white;
}

.table.table-bordered.table-striped th {
    color: white; /* Header text color */
}

.table.table-bordered.table-striped td {
    color: white; /* Data text color */
}


.reviews_tab {
    display: none !important;
}

.comments-area .reply svg {
    display: none;
}

.woocommerce-product-details__short-description table td {
    width: 0;
    text-align: center;
}

.related .amount {
    display: none;
}

.single-product .type-product {
    float: left;
    width: 100%;
}

.page-template-psearch .p_cat_list li {
    width: 50%;
}

/*comments section*/

#comments article {
    float: none;
    clear: both;
    padding: 12px;
}

.comment-list, #comments ol {
    padding: 0;
    list-style: none;
}

.comment-list li footer {
    float: none;
}

.comment-list > li {
    margin-bottom: 10px;
}

.comment-list > li.parent, .comment-list li.parent, .comment-list > li {
    background: #f9f9f9;
    border: 1px solid #e0dcdc;
}

#comments .comments-title {
    font-size: 24px;
    margin-top: 0;
}

form label {
    font-weight: normal;
}

#comments textarea {
    overflow: auto;
    height: 120px;
    resize: vertical;
}

.comment-reply-title {
    text-align: left;
    margin-top: 0;
}

#comments input, #comments textarea, .search-field {
    border: 1px solid #ddd;
    border-radius: 3px;
    display: block;
    padding: 6px 12px;
    vertical-align: top;
    width: 100%;
}

#comments input[type="submit"], #comments input[type="submit"]:hover, #comments input[type="submit"]:focus {
    width: auto;
    background: #E2AD3D;
    color: #fff;
}

#comments .comment-author.vcard img {
    float: left;
    margin-right: 15px;
    max-width: 60px;
    height: auto;
}

.comment-meta + .comment-content {
    clear: both;
    padding: 0;
    margin-top: 12px;
}

.comment-content p {}

#comments ol.children li {
    margin-left: 30px;
    background: #fff;
    padding: 5px;
    margin: 12px 12px 12px 0;
    border: 1px solid #f1ecec;
}

.nav-links a, .comment-reply-link, .nav-links > span {
    padding: 5px 12px;
    border-radius: 3px;
    margin: 8px 8px 0 0;
    background: #fff;
    font-size: 13px !important;
    border: 1px solid #a74d0e;
    display: inline-block;
}

#commentform .error {
    color: #FF0000;
}

#commentform input.error, #commentform textarea.error {
    color: #000000;
}

#woo_catalog .modal-content .modal-body .row-fluid p input {
    padding: 5px 10px;
}

.parchive-title {
    bottom: auto;
    top: 0;
}

.parchive-para {
    margin-top: 0;
    text-align: justify !important;
}

#woo_catalog .modal-content {}

.execphpwidget {
    margin-bottom: 20px;
}

.archive.tax-product_cat ul.products li.product-category.product a {
    position: relative;
}

.archive.tax-product_cat ul.products li.product-category.product a img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.archive.tax-product_cat ul.products li.product-category.product .woocommerce-loop-category__title {
    bottom: -45px;
    position: absolute;
}

#woo_catalog .catalog_modal {
    display: none;
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

#woo_catalog .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 40%;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    bottom: 0;
    right: 0;
    height: 640px;
    transform: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}

.gallary-grid a {
    width: 49%;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.gallary-grid a h3 {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    color: #08214b;
    background: #08214b;
    color: #fff;
    padding: 8px 0;
    font-size: 1em;
}

.team-main p {
    text-align: center;
    padding: 10px 0;
}

.team-section {
    margin: 20px auto;
    text-align: center;
    overflow: hidden;
}

.team-section img {
    border: solid 1px #ccc;
    display: inline-block;
    border-radius: 50%;
}

.team-section span {
    text-align: center;
    padding: 20px 0 10px;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.team-section p {
    text-align: center;
    font-size: 15px;
    padding: 0 0 10px;
    margin: 0;
}

.team-section a {
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 5px 0;
    color: #333;
}

.decription-content {
    margin: 20px 0;
}

.our-policies {
    text-align: left;
}

.our-policies h2 {
    text-align: left;
    margin: 10px 0;
    padding: 5px 0;
}

.our-policies h3 {
    text-align: left;
    margin: 10px 0;
    padding: 5px 0;
}

.img-thumbnail.mb-3 {
    margin-bottom: 30px;
}

.contact-section {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #072654;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #ffffff;
}

.contact-section p {
    margin: 0;
}

.contact-section h2 {
    margin-top: 0;
    color: #ffffff;
}

.contact-form {
    margin-top: 20px;
}

.contact-form input[type="text"], .contact-form input[type="submit"] {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #072654;
}

.contact-form input[type="submit"] {
    background-color: #388E3C;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-form input[type="submit"]:hover {
    background-color: #81C784;
}

.subcategory-list {
    display: flex;
    flex-wrap: wrap;
}

.column {
    flex: 1;
    margin-right: 20px;
}

ul.ruby-menu > li > a:only-child {
    padding: 0 44px !important;
}

.desktop_menu {
    margin: 0 0 17px 0 !important;
}

.text-fil-con {
    min-height: auto !important;
    padding-bottom: 0 !important;
}

.serbox .img-holder {
    padding-top: 20px;
}

.woocommerce-account .woocommerce {
    background: #f6f4d2;
}

/* Search Style */

#search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.5s ease-in-out;
    transform: translate(0, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    transform: translate(0, 0) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: #fff;
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    font-size: 40px;
    font-family: Roboto;
    font-weight: 300;
    text-align: center;
    outline: none;
    padding: 10px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
}

#search .close:hover {
    color: #FC2121;
    cursor: pointer;
}

.fil select {
    width: 100%;
    padding: 10px 5px;
    border-radius: 0;
}

.fil button {
    margin-top: 26px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    border: none;
    background: #20375d;
}

.fil label {
    font-weight: 600;
}

/*-=======product price and description start==========  */

.single-product div.product .woocommerce-product-details__short-description {
    display: none;
}

.summary strong {
    display: none !important;
}

.summary .price {
    display: none !important;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 60% !important;
}

.summary p img {
    width: 413px;
    display: none;
}

button.custom_enquiry_buttons_css_new.btn.modal-btn {
    display: none;
}

ul.ruby-menu > li > ul > li > a, ul.ruby-menu > li > ul > li > ul > li > a, ul.ruby-menu > li > ul > li > ul > li > ul > li > a {
    width: 250px !important;
}

ul.last_drop a:hover {
    background: #ddd;
}

.woocommerce-LoopProduct-link img {
    max-height: 185px !important;
    max-width: 185px !important;
}

h2.woocommerce-loop-product__title {
    text-align: left;
}

footer.site-footer {}

.sidebar {
    display: none;
}

/*-=======product price and description end==========  */

.hidden-text-center .woocommerce-loop-category__title {
    display: none;
}

.text-holder h3.text-center {
    display: none;
}

/*-=======enquiry button color==========  */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #757575;
    color: #fff5f5;
    -webkit-font-smoothing: antialiased;
}

form.fluent_form_3 .ff-btn-submit {
    background-color: #646970 !important;
    color: #fff;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: -120px !important;
    border: 1px solid transparent;
}

/* Hide .top-header on mobile devices */

@media (max-width: 767px) {
    .woocommerce ul.productscate.columns-3 li.product, .woocommerce-page ul.productscate.columns-3 li.product {
        width: 46% !important;
        margin-right: 12px !important;
    }
    .top-header {
        display: none;
    }
    .text-holder {
        width: 100% !important;
    }
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        width: 100% !important;
    }
    .related ul.products {
        display: flex;
        flex-wrap: wrap;
    }
    .related ul.products .col-md-3 {
        width: 50%;
    }
}

.mobile-d {
    display: none;
}

@media screen and (max-width: 1024px) {
    .mobile-d {
        display: block;
    }
    #rmp-container-4085 {
        max-width: 300px !important;
        background-color: #08204a;
    }
    #rmp-menu-wrap-4085 .rmp-menu-current-item .rmp-menu-item-link {
        color: #fff;
        border-color: #212121;
        background-color: inherit;
    }
    #rmp-menu-wrap-4085 .rmp-menu-item-link {
        color: #fff;
    }
    .dashicons-arrow-up-alt2:before {
        content: "\f343";
        color: #fff;
    }
    #rmp-menu-wrap-4085 {
        padding-left: 6%;
        padding-right: 6%;
    }
    #rmp-menu-wrap-4085 .rmp-menu-item-link {
        font-size: 15px;
    }
    #rmp-menu-wrap-4085 .rmp-submenu .rmp-menu-item-link {
        font-size: 11px;
    }
    #rmp-menu-wrap-4085 .rmp-submenu-depth-4 .rmp-menu-item-link {
        padding-left: 15%;
    }

    #rmp-menu-wrap-4085 .rmp-menu-subarrow-active {
        color: #fff;
    }
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100%;
}

.welcome-text {
    margin: 250px auto 0 !important;
}

.reason-why {
    margin: 0 0 70px 0 !important;
}

.woocommerce-product-details__short-description {
    display: none;
}

#woocommerce-catalog {
    margin: 0 0 40px;
}

.sc .modal-content {
    height: 450px;
    overflow: auto;
}

.sc .modal-header .close {
    background: #e2ad3d;
    padding: 0;
    border-radius: 50px;
    line-height: normal;
    opacity: 1;
    color: #fff;
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    font-size: 19px;
    position: absolute;
    top: 4px;
    right: 2px;
}

.sc .modal-header h3 {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}

.sc .modal-dialog {
    margin: 70px auto !important;
}

.woocommerce ul.productscate.columns-3 li.product, .woocommerce-page ul.productscate.columns-3 li.product {
    width: 29%;
}

.woocommerce ul.productscate li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 24px 24px 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0;
}

.woocommerce ul.productscate li h2 {
    margin: 0;
    padding: 0;
    text-align: left !important;
}

.woocommerce ul.productscate li h2 a {
    border: 0 solid lightgray;
    height: 0;
    margin-bottom: 0;
    position: relative;
    font-size: 18px;
    color: #5ca20d;
    font-weight: 500;
}

.woocommerce ul.productscate li h2 a:hover {
    color: #888 !important;
    text-decoration: underline;
}

.products {
    display: none;
}

.woocommerce-result-count, .woocommerce-ordering {
    display: none;
}

.product-category img {
    border: 1px solid lightgray;
    height: 200px;
    width: 100%;
    padding: 15px;
}

.site-header:not(.affix) #main_menu {
    display: flex;
    float: none;
    justify-content: left !important;
    padding-right: 215px;
}


/* Make all text white on the product detail page */
.single-product .product h1,
.single-product .product .text-holder h4,
.single-product .product .text-holder p,
.single-product .product .modal-title,
.single-product .product .modal-body label,
.single-product .product .woocommerce-product-details__short-description,
.single-product .product .woocommerce-product-details__short-description p,
.single-product .product .woocommerce-product-details__short-description ul,
.single-product .product .woocommerce-product-details__short-description ul li,
.single-product .product .woocommerce-Tabs-panel,
.single-product .product .woocommerce-tabs .panel,
.single-product .price,
.single-product .price *,
.single-product .product_meta,
.single-product .product_meta * {
    color: #ffffff !important;
}

/* If necessary, add background color to input fields for better readability */
.single-product .modal-body input,
.single-product .modal-body textarea {
    background-color: rgba(255, 255, 255, 0.1); /* Light transparent background */
}



