/*@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:14px;
}

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;
}

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: 8px;
}

.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: 25px 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;
    color: #fff;
}
.section-title p {
    color: #fff;
    z-index: 9;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    padding: 30px;
    line-height: 25px;
}
.service-footer p {
    font-size: 16px;
}
.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;
}
.header-top {
    background: #05556D;
    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;
}
.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;
    border-bottom: 3px solid #22b24c;
}

.dropdow_menu {
    position: relative;
    transition: all .5s ease;
}
.submenu {
    position: absolute;
    width: 200px;
    background: #fff;
    z-index: 9;
    top: 60px;
    opacity: 1;
    visibility: hidden;
    transition: all .5s ease;
    transform: translateY(40px);
    overflow: hidden;
}
.dropdow_menu:hover .submenu {
    visibility: visible;
    transition: all .5s ease;
    top:46px;
}
.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 {
    transition: 0.5s all;
    margin-top: 10px;
}
#main-header-sticky-wrapper {
    height: 85px !important;
}
.main-logo a {
    display: inline-block;
    margin-top: 10px;
    overflow: hidden;
}
.main-menu {
    text-align: right;
    margin-top: 12px;
}
.main-menu ul li {
    display: inline-block;
    position: relative;
}
.main-menu ul li a {
    color: #222;
    padding: 8px 15px !important;
    display: block;
    transition: all 0.35s;
    padding: 4px 8px;
    transition: all .5s ease;
    border-radius: 50px;
}
.main-menu ul li a:hover {
    color:#fff !important;
    background: #22B24C;
}
.main-menu ul li.active a {
    background: #22B24C;
    color: #fff;
    border-radius: 50px;
}
.main-menu ul li .submenu li a {
    padding: 9px 8px !important;
    color: #555 !important;
    text-transform: capitalize;
    padding: 12px 16px !important;
}

.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 {
    border-radius: 0;
    color: #B31C27 !important;
}

.sub-menu li {
    width: 100%;
}

.search-form form {
    background: #D8E7EF;
    overflow: hidden;
    padding: 5px 10px;
    margin-top: 25px;
}
.search-form form input {
    width: 80%;
    float: left;
    border: transparent;
    background: transparent;
}
.search-form form button {
    width: 20%;
    float: left;
}



/*===============main slider css start=============*/

.main-slider {
    position: relative;
}

.slider-item {
    height: 550px;
    width: 100% !important;
    position: relative;
    z-index: 9;
}
.slider-image {
    height: 100%;
}

.slider-item img {
    height: 100%;
    max-width: 100%;
}
.slider-text {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    z-index: 99;
    margin: 0 auto;
    max-width: 40%;
    background: rgba(0,0,0,0.6);
    padding: 15px;
}

.slider-text h2 {
    color: #fff;
    transition-duration: 30000ms;
    text-transform: capitalize;
    /* line-height: 1.2; */
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.slider-text p {
    color: #fff;
    transition-duration: 60000ms;
    display: inline-block;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    margin-top: 16px;
}

.slider-text a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    transition-duration: 30000ms;
}

#slider {
    position: relative;
}

#slider.main-slider .owl-dots {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translate(-50%, -50%);
}

#slider .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    left: 50%;
}

#slider .main-slider button.owl-dot {
    background: #fff;
    border-radius: 5px;
    color: inherit;
    font: inherit;
    height: 14px;
    margin: 10px 2px;
    padding: 0 !important;
    width: 6px;
    display: inline-block;
}

#slider .main-slider button.owl-dot.active {
    background: #65C178;
    height: 20px;
    transition: 0.35s;
}
.main-slider .owl-nav button.owl-prev {
    top: 50%;
    left: 15px;
    position: absolute;
    height: 40px !important;
    width: 40px !important;
    z-index: 999999;
    transform: translateY(-50%);
    transition: 0.5s all;
    /* border: 1px solid #B31C27; */
    background: #23b14b;
}

.main-slider .owl-nav button.owl-prev:hover {
    background: #08566E;
}

.main-slider .owl-nav button.owl-prev:hover i {
    color: #fff;
}
.main-slider .owl-nav button.owl-next {
    top: 50%;
    right: 15px;
    position: absolute;
    height: 40px !important;
    width: 40px !important;
    z-index: 999999;
    transform: translateY(-50%);
    transition: 0.5s all;
    background: #23b14b;
}

.main-slider .owl-nav button.owl-next:hover {
    background: #08566E;
}

.main-slider .owl-nav button.owl-next:hover i {
    color: #fff;
}

.main-slider .owl-nav button i {
    font-size: 28px !important;
    color: #fff;
}

.slider-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}


.midd-button {
    transition: 0.3s;

}
.midd-button a {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    margin-left: 0;
    transition: 0.35s ease-in-out;
    text-decoration: none;
    z-index: 1;
    font-weight: 600;
    padding: 6px 15px;
    background: #22B24C;
    border: 1px solid #23B14C;
    letter-spacing: 2px;
    border-radius: 5px;
}
.midd-button a:hover {
    background: transparent;
}


/*===============MAIN SLIDER CSS END=============*/


.about-home-2 {
    position: relative;
    z-index: 1;
    padding: 80px 40px 80px 40px;
}
.home-2-about {
    position: absolute;
    left: 15px;
    bottom: 0px;
    right: 15px;
    top: 0px;
    min-height: 300px;
}
.about-home-2::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45%;
    height: 100%;
    background-color: transparent;
    border: 20px solid #dfdfdf;
    z-index: -1;
}
.about-home-2 h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.bg-cover {
    background-size: cover;
}
.text-left a {
    background: #65C178;
    padding: 7px 10px;
    color: #fff;
    border: 1px solid #65C178;
    transition: all .5s ease;
    margin-top: 10px;
    display: inline-block;
}
.text-left a:hover {
    background: transparent;
    color:#000;
}

.mission-section {
    background: #f2f2f2;
}
/*===============About css end=============*/

#product {
    background: #fff;
}
.product-item {
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    height: 275px;
}
.product-item .overlay {
    position: absolute;
    left: 0;
    top: 83%;
    height: 100%;
    width: 100%;
    content: "";
    text-align: center;
    background: rgba(135,183,61,.8);
    color: #fff;
    transition: 0.5s all;

}
.product-item h5 {
    padding: 15px 0;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    background: #87B73D;
    font-size: 16px;
    transition: 0.5s all;
}
.product-item:hover.product-item h5{
    background: transparent;
}
.product-item:hover.product-item .overlay{
    top:0;
    padding: 34px 0;
}
.product-image {
    position: relative;
    height: 100%;
}
.product-image img {
    height: 100%;
}

.product-image::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    content: "";
}

.product-item:hover .product-image::after {
    opacity: 1;
}

.product-button {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    text-align: center;
    transform: scale(0);
    transition: 0.35s;
}

.product-button a {
    display: inline-block;
    background: #007eca;
    padding: 5px 25px;
    text-transform: uppercase;
    color: #fff;
}

.product-item:hover .product-button {
    transform: scale(1);
}


.product-slider .owl-nav button.owl-prev {
    right: 5%;
    opacity: 1;
    position: absolute;
    height: 34px !important;
    width: 34px !important;
    z-index: 999999;
    top: -7%;
    transform: translateY(-50%);
    transition: all 0.5s;
    background: #007eca;
    border-radius: 5px;
}

.product-slider .owl-nav button.owl-prev:hover {
    background: #222;
}

.product-slider .owl-nav button.owl-prev:hover i {
    color: #007eca
}

.product-slider .owl-nav button.owl-next {
    right: 0%;
    opacity: 1;
    position: absolute;
    height: 34px !important;
    width: 34px !important;
    z-index: 999999;
    top: -7%;
    transform: translateY(-50%);
    transition: all 0.5s;
    background: #007eca;
    border-radius: 5px;
}

.product-slider .owl-nav button.owl-next:hover {
    background: #222;
}

.product-slider .owl-nav button.owl-next:hover i {
    color: #007eca
}

.product-slider .owl-nav button i {
    font-size: 28px !important;
    color: #fff;
}

/*===============product 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-text {}

.newsletter-area {
    background: #fff;
    padding: 50px 0;
}

.newsletter-info h1 {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    float: left;
    color: #666;
    margin-top: 10px;
}
.newsletter-info a {
    float: right;
    text-transform: uppercase;
    padding: 8px 27px;
    background: #22b24c;
    color: #fff;
    font-size: 15px;
    border-radius: 50px;
    display: inline-block;
    font-weight: 600;
    border: 2px solid transparent;
    transition: 0.5s all;
}
.newsletter-info a:hover{
    background: #09586F;
    border:2px solid #09586F; 
    color: #fff;
}
/*===============footer css start=============*/
.footer-top {
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    background: #222935c2;
}
#footer {
    position: relative;
}
#footer::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}

.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, #0E90D5, #3032A2) !important;
}

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

.footer-logo {
    position: relative;
    z-index: 1;
}
.footer-logo{
    overflow: hidden;
}


.footer-logo img {
    padding-top: 10px;
    color: #A9975F;
    width: 35%;
}

.footer-widget p {
    color: #a7a8b4;
}

.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 {
    color: #fff;
    padding-bottom: 5px;
    transition: all .5s ease;
    font-size: 16px;
    color: #96a8a4;
}
.footer-widget ul li a:hover{
    margin-left:2px;
    color:#1759D9 !important;
}

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

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

.footer-bottom {
    padding: 20px 0;
    /* border-top: 1px solid #ffffff69; */
    background: #303743;
}
.footer-about {
    color: #fff;
}
.copyright p {
    margin-bottom: 0;
    color: #a7a8b4;
    z-index: 999;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-family: 'Lato';
}

.copyright a {
    color: #22B24C;
    text-decoration: underline;
}


/* -----------------------------
		FOOTER SECTION
----------------------------- */
#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: #a7a8b4;
    padding: 8px 0;
    margin-right: 4%;
    margin-right: 10px;
}
.useful-link li a i {
    margin-right: 8px;
}
.quick-contact li {
    margin: 0px 0;
    display: block;
    overflow: hidden;
}
ul.quick-contact li p {
    margin-bottom: 0;
}
p.gmail {
    color: #1779c8;
    text-decoration: underline;
}
.support {
    font-size:18px;
}

.footer-widget p {
    font-size: 16px;
    display:inline-block;
}
.footer-widget span {
    color:#a7a8b4;
}
.footer-news-img {
    width: 25%;
    float: left;
    margin-right: 10px;
}
.footer-news-img img {
    height: 55px;
}
.footer-news-text {
    width: 70%;
    float: left;
}
.footer-news-text a {
    color: #a7a8b4;
    margin: 0;
    transition: all .5s ease;
    font-size: 16px;
}
.footer-news-text a:hover {
    color: #1d66be;
}
.footer-blog-item {
    overflow: hidden;
}

/*===============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/bannerbread.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: #65C178;
}

.small_text {
    font-size: 14px
}


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

/*=========contact page css start=========*/

/*** 

====================================================================
  Contact Area
====================================================================

***/
.contact-area {
    padding-top: 20px;
}

.contact-area .sec-title h6 {
    color: #222222;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 28px;
}

.contact-area .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-area .contact-form input {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease;
    color: #000;
}

.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%;
    height: 190px;
    resize: none;
    border-radius: 0px;
    padding-left: 10px;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease;
    color: #000;
}

.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 {
    margin-top: 10px;
    border-radius: 6px;
}

.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 #22B24C;
    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 {
    border: 1px solid #F58046;
    text-transform: capitalize;
    padding: 10px 15px;
    color: #222;
    border-radius: 0 !important;
    transition: all 500ms ease;
}
.btn-style-one:hover{
    color: #fff;
    background: #F58046;
}
/*=========contact page css end=========*/

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

/*===============gallery photo====================*/
item-img {
    position: relative;
    margin-bottom: 30px; 
}

.item-img img {
    height: 100%;
    width: 100%;
}

.item-img {
    position: relative;
    overflow: hidden;
    margin: 14px 0;
    height: 200px;
}

.item-img img {
    height: 100%;
    width: 100%;
    transition: 0.35s;
}

.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==========*/
.aboutpage .about-image {
    float: left;
    width: 50%;
}
.aboutpage .about-image img {
    width: 90%;
    margin-bottom: 30px;
}
.about-text p {
    font-size: 16px;
    color: #4e4e4e;
    /* font-weight: 600; */
}
.about-btn a {
    background: #22b24c;
    padding: 7px 12px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    transition: all .5s ease;
    border-radius: 4px;
}
.about-btn a:hover {
    background: #08576F;
}
.about-title h2 {
    text-transform: capitalize;
    margin-bottom: 25px;
    position: relative;
}
.about-title h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 4px;
    width: 16%;
    background: #22b24c;
}
.about-section {
    padding: 80px 0;
}
.mv-widget h2 {
    font-size: 25px;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.mv-title p {
    font-size: 16px;
    color: #666;
}
.mv-widget h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 40%;
    background: #22b24c;
}

/*===============Service Area Css ============*/
.service-area {
    position: relative;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.service-icon {
    width: 90px;
    height: 90px;
    /* background: red; */
    border-radius: 50%;
    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;
    height: 180px;
}

.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;
    padding: 15px;
    border-radius: 5px;
}
.service-sidebar h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.service-sidebar ul li a {
    display: block;
    font-size: 15px;
    transition: all .5s ease;
}
.service-sidebar ul li a:hover {
    color:#DD5A25;
}
.service-sidebar ul li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 22px;
}
.service-sidebar ul li:last-child {
    border-bottom:none;
}
.service-content h3 {
    padding: 15px 0;
}
/* ==================================== quicktech_client_logo Css ======================= */

.clients_logo {
    background: #9999991a;
    padding: 40px 0;
}
.client-title h2 {
    text-align: left !important;
    color: #000;
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}
.client-title h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    height: 4px;
    width: 40%;
    background: #22b24c;
}

.quicktech_client_logo {
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px;

}
.hngroup_client_logo {
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 30px;
    height: 180px;
}


.quicktech_our_clients .quicktech_client_logo {
    margin-bottom: 30px;
        height: 120px;
}

.our_portfolio.quicktech_section_padding.portfolio.bgimg {
    margin-bottom: 0px !important;
    padding-bottom: 90px;
}

.about-text h3 {
    margin-bottom: 15px;
}
.tab-content p {
    font-size: 14px;
    padding: 10px;
}
.about-us {
    background: #f5f5f5;
}


/*===========Training Page Css============*/
.training-item {
    padding: 20px;
    box-shadow: 0px 5px 13.5px 1.5px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
}
.training-item h2 {
    font-size: 22px;
    padding: 10px 0;
}

.training-item a {
    background: #160959;
    padding: 7px 20px;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 5px;
}

.training-item button {
    background: #282985;
    color: #fff;
    padding: 5px 20px;
    text-transform: uppercase;
    border-radius: 5px;
}
.all-training {
    background: #f5f5f5;
}
.training-details h2 {
    text-transform: uppercase;
    padding-bottom: 12px;
}
.training-details p {
    font-size:16px;
    padding-right: 100px;
}

.contact-persontext iframe {
    width:100%;
}

.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);
}

/*=========Team Member css========*/
.team-title h2 {
    text-transform: capitalize;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}
.team-title h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 4px;
    width: 40%;
    background: #22b24c;
}
.team-item {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    height: 355px;
    margin-bottom: 20px;
}
.team-area {
    background: #f2f2f2;
}
.team-text {
    padding:10px;
}
.team-text h2 {
    font-size:20px;
    font-weight: 800;
}

.social-icon ul li a {
    width:35px;
    height:35px;
    line-height: 35px;
    border:1px solid #ddd;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 8px;
    color:#fff;
}
.team-img {
    position: relative;
    overflow: hidden;
    transition: all .5s ease;
}


.team-img img {
    width:100%;
    height:100%;
}
.social-icon {
    background: #3762ae;
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50% ) !important;
    padding: 10px;
    border-radius: 0px 10px 38px 0px;
    border: 1px solid #fff;
    transition: all .5s ease;
}

.team-img:hover .social-icon {
    left:0;
}

.team-text p {
    font-size:16px;
}

.team-menu ul {
    margin: 0 auto 40px;
}
.team-menu ul li a {
    padding: 10px 12px;
    display: block;
    background: #f4f4f4;
    color: #222;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    cursor: pointer;
}
.team-menu ul li.active a, .team-menu ul li a:hover {
    background: #222;
    color: #fff !important;
}
.team-tab ul {
    width:auto !important;
    text-align: left !important
}


/*===========Project Section ===============*/

/* product section
--------------------------*/
#product-section {
    padding: 25px 0 25px;
}
.section-title-left h2{
    text-transform: uppercase;
}
.product-menu h2::first-letter{
    text-transform: uppercase;
}
.product-menu ul {
    text-align: center;
    width: 620px;
    margin: 0 auto 40px;
}
.product-menu ul li{
    display: inline-block;
}
.product-menu ul li.active a, .product-menu ul li a:hover{
    background: #b21c27;
    color: #fff !important;
}
.product-menu ul li a {
    padding: 10px 12px;
    display: block;
    background: #f4f4f4;
    color: #222;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    cursor: pointer;
}

/*product thumb*/
.prod-detl-thumb-title h4{
    font-size: 20px;
    color: #fff;
    padding-bottom: 15px;
}
.prod-detl-thumb figure {
    position: relative;
    box-shadow: 0px 6px 22px #ddd;
}
.prod-detl-thumb .prod-detl-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: all linear .3s;
}
.prod-detl-thumb figure:hover .prod-detl-overlay{
    background: rgba(0,0,0,.8);    
}
.prod-detl-thumb figcaption{
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    z-index: 1;
    transform: translateY(-50%);
    text-align: center;
    opacity: 0;
    visibility: visible;
    transition: all linear .3s;
}
.prod-detl-thumb:hover figcaption{
    opacity: 1;
    visibility: visible;
}
.prod-detl-thumb figcaption .prod-live-prev{
    padding-bottom: 30px;
}
.prod-live-prev li{
    display: inline-block;
}
.prod-detl-thumb figcaption .prod-live-prev li a{
    padding: 5px 10px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
}
.prod-detl-thumb figcaption .prod-live-prev li a:hover{
    background: #fff;
    color: #000;
}
.prod-detl-thumb figcaption .prod-detl-icon li .prod-detl-share{
    padding: 6px 10px 4px;
    background: #fff;
}
.prod-detl-thumb figcaption .prod-detl-icon li{
    display: inline-block;
}
.prod-detl-thumb figcaption ul li i{
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
}
.prod-detl-thumb figcaption ul li i:hover{
    background: #fff;
    color: #000;
}

.prod-detl-thumb figure {
    height: 300px;
    margin-bottom: 15px;
}
.prod-detl-thumb figure img {
    width: 100%;
    height: 100%;
}

.modal-open .modal {
    overflow: inherit !important;
}

/*==================*/


/*.probodymodal {
    display: none;
}*/
.probodymodal {
    display: none;
    width: 600px;
    background: #f2f2f2;
    padding: 10px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.promodal-title {
    padding: 10px 0;
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
}
.popupmenu-close {
    float: right;
}


/*Project Details */
.project-title h3 {
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
.project-title h3:after {
    content: "";
    position: absolute;
    left:0;
    bottom:0;
    width:20%;
    height:2px;
    background: #65C178;
}
.project-slider .owl-next {
    background: #65C178 !important;
    padding: 10px !important;
    display: inline-block !important;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.project-slider .owl-prev {
    background: #65C178 !important;
    padding: 10px !important;
    display: inline-block !important;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.project-slider .owl-prev i,
.project-slider .owl-next i {
    color:#fff;
    font-size: 20px;
}

.pro-slider-image {
    height: 420px;
}

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

}
.single-news-image img {
    height: 100%;
    width: 100%;
}
.main-blog .single-news{
    margin-bottom: 30px;
}
.news-shape {
    position: absolute;
    left: 0;
    top: 0;
}
.single-news {
    background: #f5f5f5;
    border-radius: 5px;
    transition: 0.35s all;
    margin-bottom: 40px;
}
.single-news:hover {
}
.single-news-image img {
    border-radius: 5px 5px 0 0;
}
.single-news-text {
    margin-top: 15px;
    padding: 0 10px;
}
.single-news-text h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: #555;
    margin-bottom: 10px;
}
.single-news-text p {
    line-height: 1.9;
    color: #555;
}
.single-news-image {
    border-bottom: 4px solid #22B24C;
    position: relative;
    height: 280px;
}
.date p {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    background: #22B24C;
    text-transform: capitalize;
    color: #fff;
    padding: 7px 15px;
    transform: translateY(-50%);
    display: inline-block;
}
.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: #05556D;
    text-decoration: underline;
    transition: all .5s ease;
    padding: 0 3px;
}
.blog-btn {
    /* padding-left: 17px; */
    padding-bottom: 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=========*/
.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;
    color: #fff;
    margin-top: 10px;
}
.testimonial-body {
    width: 700px;
    margin: 0 auto;
    text-align: center;
}
.testimonial-item .description p {
    color: #fff;
    text-align: center;
}

.testimonial .howtoorder-title h4 {
    color: #222;
}

.client-img {
    margin: 0 auto;
    width: 100px;
}

.client-img img {
    height: 100px;
    border: 4px solid #EF2C4A;
    border-radius: 50%;
    width: 100px;
}

.client-speech {
    text-align: center;
    position: relative;
}

.client-speech p {
    font-weight: 600;
    font-size: 14px;
    padding: 20px 30px;
}

.quoleft {
    position: absolute;
    left: 0%;
    top: 0%;
    height: 32px;
    width: 32px !important;
}

.quoright {
    position: absolute;
    right: 0%;
    bottom: 0%;
    height: 32px;
    width: 32px !important;
}

.clientname p {
    font-weight: 900;
    font-size: 16px;
    color: #222;
    text-transform: capitalize;
}

.clientdes p {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    text-transform: capitalize;
}

.testimonial-body .owl-dot {
    height: 10px;
    width: 10px;
    background: #295498 !important;
    margin: 0 3px;
    border-radius: 50%;
}

.testimonial-body .owl-dot.active {
    background: #EF2C4A !important;
}

.testimonials .owl-nav button.owl-next {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    padding: 6px 10px !important;
    margin-left: 5px;
    border: 1px solid #f6c60d;
}
.testimonials .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    padding: 6px 10px !important;
    margin-left: 5px;
    border: 1px solid #f6c60d;
}
.testimonials i{
    color:#f6c60d;
}
.test-subtitle {
    color:#fff;
}
.review-icon {
    text-align: center;
}
.testimonial-item .review-icon i{
    color:#f6c60d;
}

.client-image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #00aaef;
    margin: 0 auto;
    margin-top: 14px;
    padding: 4px;
}
.client-image img {
    border-radius: 50%;
}
/*=======testimonial css end=========*/


.scroll {
    position: fixed;
    right: 10px;
    bottom: 2px;
    background: rgb(5, 85, 109);
    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;
}


/*============Social Icon Design ==========*/

.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;
}

/*==========Equipment Page Css==========*/
.equipments-image {
    background: #05556D;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 30px;
    height: 350px;
}
.equipments-image img{
    width:100%;
    height:100%;
}

.com-logo {
    height: 170px;
}

.evo-image {
    height: 126px;
}
.evo-image img {
    height: 100%;
}

/*=========Career Page Css========== */

.career-title {
    text-align: center;
}
.career-title p {
    margin-top: 10px;
    color: #999;
}
.career-title small{
    font-size:16px;
}
.career-title p {
    padding: 0 150px;
}
.career-opportunity .headding h2 {
    text-transform: uppercase;
    padding: 20px 0;
    margin-top: 50px;
    font-size: 25px;
}

/*==========Career Details Page Css ==========*/
.career-details-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.career-details-title h2 {
    text-transform: capitalize;
    margin-bottom: 10px;
}
.career-details-title strong {
    text-transform: capitalize;
}
.career-info {
    margin-top: 20px;
}
.career-info .head-line h2 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #22B24C;
    font-weight: 600;
}
.career-info {
    margin-top: 20px;
    margin-bottom: 50px;
}
.informaiton ul li{
    display: block;
}
.applynow {
    background: #ddd;
    overflow: hidden;
    padding: 20px 10px;
    border-radius: 5px;
}
.applynow button {
    background: #05556d;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    border-radius: 5px;
    display: block;
    width: 100%;
}


/*=============Market Page Css ================*/
.market-sec {
    background: #FCFCFC;
    padding-bottom:25px;

}
.market-inner {
    overflow: hidden;
    background: #fff;
    padding:10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
    padding-bottom:25px;
}
.section-heading h2 {
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 15px;
    color: #b21c27;
}
.market-widget {
    height: 180px;
    overflow: hidden;
    position: relative;
    transition: all .5s ease;
    margin-bottom: 20px;
}
.market-image {
    height:180px;
}
.market-image img {
    height:100%;
}

.img-caption {
    position: relative;
    margin-top: -29px;
    color: #fff;
    transition:all .5s ease;
}
.img-caption h4 {
    background: #000000b3;
    padding: 5px 10px;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;

}
.img-overlay {
    background: rgba(179, 28, 39, 0.6);
    position: absolute;
    left: 200px;
    top: -200px;
    height: 100%;
    width: 100%;
    transition: all .5s ease;
    transform: skew(-70deg);
}
.market-widget:hover .img-overlay{
    left: 0;
    top: 0;
    transform: skew(0deg);
}
.market-widget:hover .img-caption {
    visibility: hidden;
    opacity: 0;
}
.img-overlay h4 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    width: 100%;
}

.details-section {
    background: #FCFCFC;
}
.market-des {
    background: #fff;
    padding: 20px;
    margin-top: -60px;
}
.details-title h2 {
    text-transform: capitalize;
    font-size: 25px;
    border-bottom: 3px solid #b21c27;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.client-top h2 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 22px;
    border-bottom: 2px solid #22b24c;
    padding-bottom: 10px;
}


 /* management section */
 .management-section {
    margin-top: 20px;
 }
/* overview section */
section.overview-section {
    margin-top: 30px;
    margin-bottom: 30px;
}
.overview-title h1 {
    text-align: center;
}
.overview-desc {
    margin-top: 30px;
}

/* branch page */

.service-center {
    margin-top: 30px;
    margin-bottom: 30px;
}
.branch-title h3 {
    text-align: center;
    margin-bottom: 15px;
}
.branch-flex {
    display: flex;
    flex-wrap: wrap;
}
.branch-item {
    width: 50%;
    max-width: 50%;
    padding: 20px 20px 0px 0;
}
.branch-inner {
    display: flex;
    box-shadow: 0px 0px 20px 1px #ddd;
    border-radius: 5px;
    padding: 20px;
    height: 100%;
}
.branch-left {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.branch-left img {
    height: auto;
    width: 80%;
}
h3.branch-title {
    margin-bottom: 10px;
}
p.branch-phone i,
p.branch-email i,
address i {
    padding-right: 10px;
}
.branch-right address {
    font-style: italic;
}