/*@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&display=swap');

body {
   font-family: 'Lato', sans-serif;
    line-height: 1.8;
    font-size:16px;
}

a,
a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
button,button:focus,button:hover{
    outline: 0  !important;
    border: 0 !important;
    text-decoration: none !important;
    color: #222 !important;
}
img {
    width: 100%;
    max-height: 100%;
}

.mrt-30 {
    margin-top: 30px;
}

.mr30 {
    margin: 30px 0;
}
.anchor{
    cursor: pointer;
}
button {
    background: transparent;
    border: 0;
}

.pd30 {
    padding: 30px 0;
}

.pdt30 {
    padding-top: 30px;
}



.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h4 {
    text-transform: capitalize;
    overflow: hidden;
    padding-bottom: 2px;
}
.section-title h1 {
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
    overflow: hidden;
    padding-bottom: 2px;
    text-align: left;
    line-height: 1.4;
    border-right: 2px solid #E91D26;
    font-size: 32px;
}
.section-padding {
    padding: 60px 0;
}
.section-title h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 100;
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
    transition: all .5s ease;
}
.section-title p {
    z-index: 9;
    position: relative;
    font-size: 18px;
    font-weight: 300;
}
.section-title-description p {
    line-height: 1.9;
    margin-top: 15px;
}
.hover-button a {
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    background: #007eca;
    transition: 0.5s;
}

.hover-button a:hover {
    border-radius: 5px;
}

.serve-btn a {
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all .5s ease; 
}
.serve-btn a:hover {
    background: #292885;
    color:#fff;
}

/*===============top header css start=============*/

.header-top-left i {
    font-size: 16px;
    color: #fff;
    margin-right: 5px;
    transition: all .35s ease;
}
.header-top-left i:hover {
    color: #B78B00;
}
.header-top {
    background: #222;
    padding: 6px 0;
}
.header-top-left {
    text-align: left;
}
.header-top-left ul li {
    margin-right: 10px;
    display: inline-block;
}
.header-top-left ul li a{
    color: #fff;
    transition: all .35s ease;
}
.header-top-left ul li a:hover {
    color: #F5B900;
}
.header-top-left ul li span {
    margin-left: 12px;
    color: #fff;
}
.header-top-right{
    text-align: right;
}

.header-top-right ul li {
    cursor: pointer;
    display: inline-block;
}
.header-top-right ul li a{
    color:#fff;
}
.header-top-right .facebook {
    border: 1px solid #4267B2;
    color: #000;
}
.header-top-right .linkedin {
     border: 1px solid #1cb7eb;
}
.header-top-right .googleplus {
     border: 1px solid #e6694a;
}
.header-top-right ul li a {
    color: #fff;
    width: 25px;
    margin: 0 0;
    display: inline-block;
    border-radius: 5px;
    height: 30px;
    text-align: center;
    margin-left: 5px;
}
.header-top-right ul li a i {
    color: #fff;
    line-height: 30px;
}


/*====HEADER TOP CSS END====*/

/*===============main header css end=============*/

/*is sticky css*/

.is-sticky .main-header {
    background: rgba(255, 255, 255, 1);
    z-index: 9999 !important;
}


.is-sticky .sub-menu li a {
    padding: 6px 14px !important;
}
.is-sticky .main-logo a {
    padding: 16px 0;
}

.is-sticky .main-logo img {
    width: 60%;
}
.is-sticky .head-call {
    padding: 20px 0;
    text-align: right;
}

.sticky-wrapper .main-header{
    transition: 0.5s all;
    position: absolute;
    width: 100%;
}
/*new menu start*/
.main-header {
	position: relative;
}
.dropdow_menu {
    position: relative;
    transition: all .5s ease;
}
.submenu {
    position: absolute;
    width: 300px;
    background: #fff;
    z-index: 9;
    top: 100%;
    visibility: hidden;
    transition: all .5s ease;
    transform: translateY(40px);
    overflow: hidden;
    opacity: 0;
}
ul.submenu li {
    border-bottom: 1px solid #ddd;
    padding: 2px 0 !important;
}
.dropdow_menu .submenu li a:hover {
    background: none;
}
.dropdow_menu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease;
    transform: translateY(0px);
    z-index: 999;
}
.submenu li {
    display: block !important;
}
.submenu li a {
    padding: 5px 10px !important;
    margin: 0 !important;
    color: #fff !important;
    text-align: left;
    display: block !important;
}
/*new menu end*/

.main-logo img {
    height: 100%;
    width: 100%;
    margin-top: 7px;
}
#main-header-sticky-wrapper {
    height: 85px !important;
}
.main-logo a {
	display: inline-block;
	overflow: hidden;
}
.main-menu {
    text-align: right;
    margin-top: 15px;
}
.main-menu ul li {
    display: inline-block;
    position: relative;
    padding: 15px 0;
}
.main-menu ul li a {
    color: #222;
    text-transform: uppercase;
    padding: 4px 12px !important;
    display: block;
    transition: all 0.35s;
    padding: 4px 8px;
    transition: all .5s ease;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
}
.main-menu ul li a:hover {
    color: #fff !important;
    background: #B78B00;
}
.main-menu ul li.active a {
    background: #B78B00;
    color: #fff;
    border-radius: 50px;
}
.main-menu ul li .submenu li a {
    padding: 9px 8px !important;
    color: #555 !important;
    text-transform: uppercase;
    padding: 6px 12px !important;
    border-radius: 0;
    transition: all .35s ease;
}
.main-menu ul li:hover .sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
    left: 0;
    top: 100%;
}
.main-menu ul li .submenu li a:hover {
    color: #fff !important;
    background-color: #B78B00;
}
.main-menu ul li .submenu li.active a {
    color: #fff !important;
}
.sub-menu li {
    width: 100%;
}

/*====main slider css start=====*/
#slider {
    position: relative;
}
.slider-content-section {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 99;
}
.slider-content-text h1 {
    color: #fff;
    font-weight: 900;
    margin: 25px 0;
}
.slider-content-text h2 {
    color: #B78B00;
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
}
.slider-content-text p {
    font-size: 19px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 5px;
}
.slider-item {
    height: 600px;
    width: 100% !important;
    position: relative;
    z-index: 9;
}
.slider-image {
    height: 100%;
}
.slider-item img {
    height: 100%;
    max-width: 100%;
}
.slider-content ul {
    margin-top: 28px;
}
.slider-content ul li {
    display: inline-block;
}
.slider-content ul li a {
    background: #B78B00;
    padding: 7px 25px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 3px;
    border-radius: 50px;
}
.slider-content ul li a.active {
    background-image: linear-gradient(90deg, #00C0FF 0%, #B78B00 49%, #00C0FF 100%);
    animation:slidebg 5s linear infinite;
}
#slider .owl-dots {
    display: none;
}
.hover-button1{
    transition: 0.35s all;
}
.hover-button1:hover{
   background-image: linear-gradient(90deg, #00C0FF 0%, #B78B00 49%, #00C0FF 100%);
   animation:slidebg 5s linear infinite;
}
@keyframes slidebg {
  to {
    background-position:20vw;
  }
}
.slider-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
/*====== Main slider css end ======*/

/*==== Home widget css start =====*/
.home-widget-section {
    padding: 80px 0;
}
.home-widget-left {
    position: relative;
}
.exprience {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ddd;
    text-align: center;
    padding: 25px 12px;
    border-radius: 0 40px 0 40px;
}
.exprience p {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}
.exprience p span {
    display: block;
    font-size: 50px;
    font-weight: 900;
    color: #F5B900;
    line-height: 1.0;
}
.widget-content {
    margin: 35px 0;
}
.widget-content h3 {
    color: #B78B00;
    margin-bottom: 20px;
}
.widget-content div {
    font-size: 16px;
    color: #555;
    border: 3px solid #ddd;
    padding: 15px 15px;
    border-radius: 5px;
}
/*==== Home widget css end =====*/

/*==== Choose us  css start =====*/
.choose-us {
    background: #ECEEF6;
    padding: 80px 0;
}

.choose-us-title {
    text-align: center;
    margin-bottom: 50px;
}
.choose-us-title h2 {
    font-size: 30px;
    font-weight: 600;
    color: #666;
    margin-bottom: 12px;
}
.choose-us-title h3 {
    color: #ff4794;
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: 600;
}
.choose-us-item {
    padding: 30px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 12px 6px #ddd;
    transition: 0.35s all;
}
.choose-us-item:hover {
    background: #fdfdfd;
    margin-top: -2px;
}
.choose-us-item i {
    font-size: 45px;
    color: #B78B00;
}
.choose-us-item h3 {
    color: #54595F;
    margin: 18px 0;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 22px;
}
.choose-us-item p {
    color: #54595F;
    font-size: 16px;
}
/*==== Choose us  css end =====*/

/*===============hcontact css start=============*/
.hcontact {
    background: #E4E3E3;
    position: relative;
}
.hcontact-map {
    background: url(../images/contactmap.jpg);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    content: "";
}
.contact-form input,.contact-form input:focus {
    background: transparent;
    height: 40px;
    border: 1px solid #888;
    color: #ddd;
    outline: 0 0;
    box-shadow: 0 0;
}
.contact-form textarea,.contact-form textarea:focus {
    background: transparent;
    border: 1px solid #888;
    outline: 0 0;
    box-shadow: 0 0;
    color: #ddd;
}
.hcontact-title {
    text-transform: capitalize;
    font-weight: 900;
    margin-top: 28px;
    font-size: 28px;
    margin-bottom: 22px;
}
.hsubmit {
    border: 1px solid #87B73D;
    color: #555;
    padding: 7px 15px;
    border-radius: 5px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/*===============hcontact css end=============*/

/*===============footer css start=============*/
#footer{
    background: #222;
}
.footer-top {
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    background: #524b4b;
}
#footer {
    position: relative;
}

.newsletter-area {
    background: #404040;
    padding: 40px 0;
    position: relative;
}
.newsletter-area:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
}
.newsletter-info {
    text-align: center;
    z-index: 9;
    position: relative;
}
.newsletter-info h2 {
    text-transform: capitalize;
    font-weight: 500;
    color: #d9c9c9;
    padding: 10px;
    font-size: 40px;
    letter-spacing: 1px;
}
.newsletter-info h5 {
    color: #c9c3c3;
    font-size: 22px;
    font-weight: 500;
    padding: 10px;
    margin-bottom: 35px;
}
.newsletter-info a {
    text-transform: uppercase;
    padding: 8px 42px;
    color: #222;
    font-size: 15px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 600;
    background: #ddd;
    border: 2px solid #157129;
    transition: 0.5s all;
    letter-spacing: 1px;
}
.newsletter-info a:hover{
    background: #157129;
    border:2px solid #157129; 
    color: #fff;
}

.footer-widget {
    margin: 15px 0;
}

.footer-widget h4 {
    color: #fff;
    margin-bottom: 35px;
    letter-spacing: 1px;
    text-transform: capitalize;
    position: relative;
}

.footer-widget {
    margin: 15px 0;
}

.footer-widget h4::before {
    position: absolute;
    content: "";
    width: 48px;
    height: 4px;
    top: 26px;
    left: 0;
    background: linear-gradient(45deg, #B78B00, #9d5426) !important;
}

.footer-widget a {
    display: block;
    margin: 5px 0;
}

.footer-logo img {
	color: #A9975F;
	width: auto;
}


.footer-widget li {
    width: 100%;
}

.latest-post li {
    border-bottom: 1px dotted #444;
}

.footer-widget li:last-child {
    border-color: transparent;
}
.footer-widget ul li a {
    padding-bottom: 5px;
    transition: all .5s ease;
    font-size: 14px;
    color: #ddd8d8;
}
.footer-widget ul li a:hover {
    margin-left: 2px;
    color: #B78B00 !important;
}

.footer-widget ul li:last-child a {
    border-color: transparent;
}

.footer-widget ul.useful-link li a:hover {
    color: #fff;
}

.footer-bottom {
    padding: 10px 0;
    background: #141618;
}
.footer-about {
    color: #fff;
}
.copyright p {
    margin-bottom: 0;
    color: #d1c2c2;
    z-index: 999;
    position: relative;
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 2px;
}
.copyright a {
    color: #8FC745;
    text-decoration: underline;
}

#footer-section {
    background: #192436;
    padding: 20px 0;
}

.footer-cont p {
    color: #fff;
    padding-top: 10px;
    color: #A9975F;
}

.footer-cont p span {
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: underline;
}

.footer-icon li a {
    border: none;
}

.quick-contact li i {
    float: left;
    width: 15%;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    color: #B78B00;
    padding: 5px 0;
    margin-right: 4%;
    margin-right: 10px;
}
.useful-link li a i {
    margin-right: 8px;
}
.quick-contact li {
    display: block;
    overflow: hidden;
    margin: 5px 0;
}
.footer-widget p {
    color: #eee;
    font-size: 16px;
}
.footer-social li {
    display: inline-block;
    width: auto;
}
.footer-social li a {
    height: 35px;
    width: 34px;
    background: #F5B900;
    text-align: center;
    margin: 0 2px;
    border-radius: 5px;
    color: #fff;
    line-height: 35px;
}

/*===============footer css end=============*/


/*===============all plugin css start=============*/
#scrollUp {
    height: 38px;
    width: 38px;
    background: url('../images/top.png');
    bottom: 50px;
    right: 50px;
    text-indent: -999999px;
    display: inline-block;
    background-repeat: no-repeat;
}

/*======footer css end=========*/
/*===============bread crumb start====================*/
#breadcrumb {
    background: url(../images/pest-buster.jpg);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 65px 0;
    position: relative;
    z-index: 1;
}


.bread-crumb {
    text-align: center;
    padding: 22px 0;
    border-radius: 0;
}

.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
}
.productdlt-image {
    height: 325px;
}

.divider {
    height: 2px;
    width: 10px;
    background: #fff;
    margin-bottom: 4px;
    display: inline-block;
}

.bread-crumb h1 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
}

.bread-crumb ul li {
    display: inline-block;
    color: #fff;
}
.bread-crumb ul li a {
    display: block;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
}

.bread-crumb ul .active a {
    color: #FF914D;
}

.small_text {
    font-size: 14px
}


/*=========bread crumb css end=========*/

/*=========contact page css start=========*/
.contact-area .sec-title h6 {
    color: #222222;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 28px;
}
.contact-area.appointment-schedule {
    background: #f9f9f9;
    position: relative;
    z-index: 1;
}
.appointment-schedule .schedule h4 {
    margin-bottom: 8px;
}
.appointment-schedule .schedule {
    height: 100%;
    background: #2f3241;
    padding: 30px 30px;
    color: #fff;
}
.appointment-form {
    padding: 30px 30px;
    background: #f9f9f9;
}
.schedule .table {
    margin-top: 15px;
}
.schedule .table td {
    padding: 10px 0;
}
.contact-area .sec-title h4 {
    margin-bottom: 15px;
}
.contact-area.appointment-schedule {
    background: #f9f9f9;
    overflow: hidden;
    padding: 25px 0;
}
.contact-area .form-group {
    position: relative;
}
.contact-area .contact-form input {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease;
    color: #000;
    border-radius: 0;
    background: #fff;
}

.contact-area .contact-form input:hover,
.contact-area .contact-form input:focus {
    border-color: #3D447F;
    transition: all 500ms ease;
}

.contact-area .contact-form textarea {
    width: 100%;
    border-radius: 0px;
    padding-left: 10px;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease;
    color: #000;
    background: #fff;
}
.schedule h4 {
    margin-bottom: 15px !important;
}
.contact-area .contact-form textarea:hover,
.contact-area .contact-form textarea:focus {
    border-color: #3D447F;
    transition: all 500ms ease;
}
 .textareagroup{
    margin-bottom: 0
}
.contact-map {
    position: relative;
}
.contact-map .hcontact-map{
    width: 100%;
}
.contact-area .contact-form .form-group button {
    border-radius: 2px !important;
    background: #B78B00;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
}

.contact-area .contact-text {
    margin-left: 50px;
}

.contact-area .contact-text .sec-title p {
    line-height: 28px;
    margin-top: -8px;
    padding-bottom: 10px;
}

.contact-area .contact-link .item {
    position: relative;
    padding-left: 80px;
    margin-bottom: 30px;
    cursor: pointer;
}

.contact-area .contact-link .item strong {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #222222;
    font-family: 'Lato', sans-serif;
}

.contact-area .contact-link .item .icon-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 62px;
    height: 62px;
    line-height: 58px;
    text-align: center;
    background: #05556d;
    border: 4px solid #8FC745;
    transition: all 500ms ease;
    border-radius: 50px;
}

.contact-area .contact-link .item:hover .icon-box {
    border-color: #65C178;
    transition: all 500ms ease;
}

.contact-area .contact-link .item p a {
    transition: all 500ms ease;
}

.contact-area .contact-link .item p a:hover {
    color: #87B73D;
    transition: all 500ms ease;
}

.contact-area .contact-link .item i {
    font-size: 20px;
    color: #ffffff
}

.btn-style-one {
    text-transform: capitalize;
    padding: 8px 22px;
    color: #222;
    border-radius: 0 !important;
    transition: all 500ms ease;
}
/*=========contact page css end=========*/

/*======================================
===
===        gallery page design css
===
========================================
*/

/*===============gallery photo====================*/
.item-img {
    position: relative;
    margin-bottom: 30px; 
}
.height-250{
   height:250px !important; 
}
.height-200{
   height:200px !important; 
}
.height-150{
   height:150px !important; 
}
.height-215{
   height:215px !important; 
}
.height-100{
   height:100px !important; 
}
.height-350{
   height:350px !important; 
}
.height-125{
   height:125px !important; 
}
.item-img img {
    height: 100%;
    width: 100%;
}
.item-img {
    position: relative;
    overflow: hidden;
    margin: 14px 0;
    height: 250px;
    border: 3px solid #ddd;
    padding: 5px;
    border-radius: 10px;
}
.item-video {
    height: 300px;
}
.item-img img {
    height: 100%;
    width: 100%;
    transition: 0.35s;
    border-radius: 10px;
}

.item-img:hover.item-img img {
    transform: scale(1.2);
}

.item-img-overlay {
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    height: 100%;
    width: 100%;
    transform: translateY(-50%);
    background: rgba(0, 126, 202, 0.8);
    opacity: 0;
    transition: 0.35s;
}

.item-img-overlay i {
    color: #fff;
    font-size: 25px;
}

.item-img:hover .item-img-overlay {
    opacity: 1
}

.item-img-overlay h5 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 35%;
    transform: translateY(-35%);
    opacity: 0;
    transition: 0.35s all;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}

.item-img-overlay .icons {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 65%;
    transform: translateY(-65%);
    opacity: 0;
    transition: 0.35s all;
}

.item-img:hover .item-img-overlay .sm-titl {
    top: 40%;
    opacity: 1
}

.item-img:hover .item-img-overlay .icons {
    top: 60%;
    opacity: 1
}

.icons span {
    margin: 0 6px;
}


/*===============gallary photo end====================*/

/*===== Product details css start=====*/
.productdtl-area {
    border: 1px solid #f5f5f5;
    padding: 30px;
}
.productdtl-info h3 {
    text-transform: capitalize;
    padding: 0;
    margin: 15px 0;
    color: #87B73D;
}
.sidebar-image {
	height: 150px;
	float: left;
}
.sidebar-product {
	padding: 30px;
	background: #f5f5f5;
	overflow: hidden;
}
.sidebar-item {
	overflow: hidden;
	margin-bottom: 15px;
}
.sidebar-product {
	padding: 30px;
	background: #f5f5f5;
}
.sidebar-image {
    width: 100%;
    overflow: hidden;
    float: left;
}

.sidebar-image img{
    height: 100%;
}
.sidebar-info h4 {
    text-transform: capitalize;
    color: #222;
    padding: 8px 0;
}
.sidebar-info a {
    border: 1px solid #87B73D;
    display: inline-block;
    padding: 4px 7px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 5px;
    background: #87B73D;
}
.sidebar-info {
    width: 100%;
    display: inline-block;
    float: left;
}
.sidebar-item {
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
/*=============product details css end===========*/

/*=============career css start===========*/
.career-img {
    height: 370px;
}
.career-title {
    text-transform: capitalize;
}
.career-title {
    text-transform: capitalize;
    margin-bottom: 20px;
}
.career-img {
    height: 370px;
    margin-bottom: 20px;
}
/*=============career css end===========*/
.sub-menu {
    padding: 14px 12px !important;
}
.sub-menu li {
    padding: 0 0 !important;
}
.sub-menu li a {
    padding: 5px 12px !important;
}
/*========== about page details==========*/
.common-page-section {
    padding-top: 25px;
    padding-bottom: 60px;
    background: linear-gradient(to top, #fff, #f9f9f9);
}

.about-content {
    margin-top: 50px;
}
.about-title {
    margin-bottom: 20px;
}
/*===============Service Area Css ============*/

.service-area {
    position: relative;
    background: #fff;
    padding: 70px 0;
}
.service-icon {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    overflow: hidden;
}
.service-icon img{
    height: 100%;
    width: 100%;
}
.service-widget {
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 9;
    margin-bottom: 20px;
    padding: 20px 0;
    border-radius: 5px;
    min-height: 175px;
    box-shadow: 1px 1px 10px #ddd;
}
.service-text {
    z-index: 999;
    position: relative;
}
.serv-image {
    width: 20%;
    float: left;
    padding: 5px;
    margin: 0 auto;
}
.serv-image img {
    width: 100%;
    height: 100%;
}

.serve-title a {
    color: #000;
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}
.service-content h1 {
    padding: 10px 0;
}

.serve-text {
    padding: 0 5px;
    margin: 0;
    color:#fff;
    text-align: center;
}
.serv-overlay {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.6);
}
.service-slider {
    overflow: hidden;
}
.service-sidebar {
    background: #f5f5f5;
    border-radius: 5px;
}
.service-sidebar h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    background: #FF914D;
    text-align: center;
    color: #fff;
    padding: 12px 0;
}
.service-sidebar ul {
    padding: 0 15px;
    padding-bottom: 10px;
}
.service-sidebar ul li a {
    display: block;
    font-size: 15px;
    transition: all .5s ease;
    text-transform: capitalize;
}
.service-sidebar ul li a img {
    width: 20px;
    margin-right: 5px;
}
.service-sidebar ul li a:hover {
    color:#8fc745;
}
.service-content img {
    margin: 10px 0;
    border-radius: 5px;
}
.service-sidebar ul li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.service-sidebar ul li:last-child {
    border-bottom:none;
}
.service-content h3 {
    padding: 15px 0;
}

.single-service {
    margin-bottom: 80px;
}
.single-container {
    display: flex;
}
.single-bg-img {
    width: 50%;
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.single-content {
    width: 50%;
    padding: 50px 5%;
    min-height: 300px;
    background-color: #2f3241;
    box-shadow: 1px 1px 10px #ddd;
}
.single-content h4 {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}
.single-desc {
    padding: 40px 0 10px;
    color: #fff;
    font-size: 15px;
}
.single-btn {
    border: 1px solid #009946;
    padding: 10px 20px;
    color: #fff;
    background-color: #009946;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.single-btn:hover {
    border: 1px solid #009946;
    color: #009946;
    background-color: #fff;
}
.about-text h3 {
    margin-bottom: 15px;
}
.tab-content p {
    font-size: 14px;
    padding: 10px;
}
.about-us {
    background: #f5f5f5;
}

.service-image {
    height: 400px;
}

.service-image img {
    width:100%;
    height:100%;
}

.cameraCont .imgLoaded {
    margin-top: 0 !important;
}
.cameraSlide {
    position: relative;
}
.cameraSlide img:after {
    content:"";
    height:100%;
    width:100%;
    position: absolute;
    left:0;
    top:0;
    background: red;
}

.custom-slider{
    position: relative;

}
.custom-slider:after {
    content:"";
    height:100%;
    width:100%;
    position: absolute;
    left:0;
    top:0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}

/*Modal Css*/

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(3px,60px);
}

/*======LATEST NEWS CSS START=======*/
.latest-news {
    position: relative;

}

.main-blog .single-news{
    margin-bottom: 30px;
}
.news-shape {
    position: absolute;
    left: 0;
    top: 0;
}
.single-news {
    background: #fff;
    border-radius: 5px;
    transition: 0.35s all;
    margin-bottom: 40px;
    box-shadow: 1px 1px 10px #ddd;
}
.single-news:hover {
    box-shadow: 1px 1px 20px #ddd;
}
.single-news-image img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
}
.single-news-text {
    margin-top: 15px;
    padding: 0 20px;
}
.single-news-text h3 {
    font-size: 21px;
    text-transform: capitalize;
    color: #555;
    margin-bottom: 10px;
    font-weight: 600;
}
.single-news-text p {
    line-height: 1.9;
    color: #959090;
}
.single-news-image {
    border-bottom: 4px solid #8FC745;
    position: relative;
    height: 280px;
    padding: 25px;
}
.date {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.date p {
    text-align: center;
    background: #8FC745;
    text-transform: capitalize;
    color: #fff;
    padding: 5px 25px;
    display: inline-block;
    border-radius: 20px;
}
.searchbar {
    overflow: hidden;
}
.searchbar form {
    border: 1px solid #ddd;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 50px;
}
.searchbar form input {
    padding: 0px 10px;
    width: 80%;
    height: 50px;
    float: left;
}
.searchbar form i {
    width: 20%;
    text-align: center;
    background: #ddd;
    height: 50px;
    float: left;
    line-height: 50px;
    color: #888;
}
.single-blog-image img {
    width: 100%;
}
.single-blog-category {
    padding: 30px 0;
}
.single-blog-category h5 {
    text-transform: capitalize;
    color: #444;
    position: relative;
}
.single-blog-category h5::after {
    position: absolute;
    left: 0;
    bottom: -9px;
    content: "";
    background: #613AC7;
    height: 3px;
    width: 17%;
}
.single-blog-category ul li a {
    text-transform: capitalize;
    border-bottom: 1px dashed #ddd;
    display: block;
    padding: 8px 0;
}

.single-blog-category ul li {
    display: block;
    padding: 5px 0;
}
.blog-btn a {
    font-weight: normal;
    color: #000;
    text-decoration: none;
    transition: all .5s ease;
    padding: 10px 20px;
    background-color: #f5f5f5;
    border: 1px solid #8FC745;
    border-radius: 25px;
}
.blog-btn a:hover {
    color: #fff;
    background-color: #8FC745;
}
.blog-btn {
    padding-bottom: 25px;
    padding-top: 15px;
    padding-left: 20px;
}
.blog-btn a:hover {
    text-decoration: none;
}
.searchbar form input {
    padding: 0px 10px;
    width: 80%;
    height: 50px;
    float: left;
}
.searchbar input {
    border: 1px solid #ddd;
}
.single-blog-category h5 {
    font-size: 22px;
    margin-bottom: 20px;
}
/*=======testimonial css start=========*/
.review-title {
    text-align: center;
    margin-bottom: 35px;
}
.testimonial-area {
    position: relative;
    z-index: 1;
}
.testimonial-area:after {
    content:"";
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.6);
    z-index: -1;
}

.testimonial-name h4 {
    text-align: center;
    margin-top: 10px;
    color: #fff;
}
.testimonial-body {
    width: 700px;
    margin: 0 auto;
    text-align: center;
}
.testimonial-item .description {
    background: #fff;
    padding: 15px 10px;
    border-radius: 15px;
    position: relative;
    border: 1px solid #ddd;
}
.testimonial-item .description p {
    text-align: center;
}

.testimonial .howtoorder-title h4 {
    color: #222;
}
.triangle-bottom-right {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 100px 0px 0px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: 0;
}
.testimonial-widget {
    background: #ddd;
    -webkit-box-shadow: 1px 1px 12px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 12px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 12px 0px rgba(0,0,0,0.75);
    padding: 10px;
    margin-bottom: 25px;
    height: 300px;
}
.testimonial-name {
    margin-top: 30px;
}
.testimonial-widget .testimonial-address h5,
.testimonial-widget .testimonial-name h4 {

    color:#000;
}
.testimonial-widget .testimonial-address {
    margin-bottom: 10px;
}

.testimonial-address {
    text-align: center;
    color: #fff;
}
.testimonial-address p {
    text-align: center;
}
.client-img {
    margin: 0 auto;
    width: 60px;
    border-radius: 50%;
    margin-top: 5px;
}
.client-img img {
    border-radius: 50%;
}
.testimonial-area .section-title p,
.testimonial-area .section-title h2 {
    color:#fff;
}
.review-slider .owl-nav {
    text-align: center;
}
.review-slider .owl-nav button {
    background: #8FC745 !important;
    margin: 0 5px;
    height: 40px;
    line-height: 37px !important;
    width: 40px;
    border-radius: 5px;
}
.review-slider .owl-nav button span {
    font-size: 35px;
    line-height: 31px;
    color: #fff;
}

/*===== Testimonial Css End =====*/

/*===== Testimonial Css Start =====*/
.home-category {
    background: #dddddd;
    padding: 50px 0;
}
.hcategory-item {
    background: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
    border-radius: 5px;
}
.hcategory-item img {
    height: 100px;
    width: 100px !important;
    margin: 0 auto;
    transform: scale(1);
    transition: 0.35s all;
}
.hcategory-item:hover.hcategory-item img {
    transform: scale(1.1);
}
.hcategory-item p {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    color: #555;
    margin-top: 8px;
    transition: 0.35s all;
}
.hcategory-item:hover.hcategory-item p {
    color: #FF914D;
}
.clients-logo-section {
    padding: 15px 0;
}
.client_logo {
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 5px;
}
.client_logo img {
    width: 200px;
    height: 120px;
    margin: 0 auto;
}
/*===== Testimonial Css End =====*/

.scroll {
    position: fixed;
    right: 10px;
    bottom: 2px;
    background: rgb(183 139 0);
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 50px;
    z-index: 999999999;
    content: "";
}

.scroll i{
    color: #fff;
    font-size:25px;
    line-height: 50px;
}


.blog-icon ul li {
    float: left;
}
.blog-icon ul li a {
    height:35px;
    width:35px;
    line-height: 35px;
    background: #65C178;
    margin-right: 5px;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 3px;
    border:1px solid #65C178;
    transition: all .5s ease;
}

.blog-icon ul li a:hover {
    background: transparent;
    color:#000;
}

/*latest news css start*/

.lates-news-text {
    text-align: center;
    margin-bottom: 25px;
}

.lates-news-text h2 {
    font-size: 35px;
    font-weight: 500;
}
.lates-news-text p {
    font-size: 16px;
    font-weight: 500;
    padding-top: 8px;
}
.lates-news-rivew {
    padding: 20px 20px;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 4px 0px #bfbbbb;
    height: 170px;
}
.lates-news-rivew h4 {
    margin-bottom: 10px;
}
.lates-news-rivew h4 a:hover {
    color: #877d7d;
}
.lates-news-rivew a {
    font-size: 20px;
    font-weight: 500;
    color: #524141;
    transition: all .35s ease;
}
.lates-news-rivew p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #766464;
}

.form-control {
    box-shadow: none !important;
}

.contact-bg {
    max-height: 336px;
    overflow: hidden;
}

.quick-contact p {
    line-height: 20px;
}
.quick-contact h5 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 11px;
    padding-top: 5px;
}
.full_address {
    padding-left: 70px;
}

/* ============ contact card ============= */
.contact-box {
    text-align: center;
    box-shadow: 1px 1px 5px #ddd;
    margin-top: 20px;
}
.contact-content {
    padding-bottom: 5px;
}
.contact-box:hover {
    box-shadow: 1px 1px 30px #ddd;
}
.contact-head h2 {
    font-size: 22px;
    font-weight: 400;
}
.icon-box {
    padding: 10px 15px 10px;
}
.icon-box i {
    font-size: 42px;
    color: #B78B00;
}



