/***************-----------------------***********************
[Master Stylesheet]

Project:  smart pest
Version:  1.0.0
Author: 
Purchase:   
-----------------********************-------------------
[Table Of Contents]

1. Body
2.Custom css/a
3.#preloader/#status
4.top_header_wrapper
6.single_contact_form_wrapper
7.sp_choose_main_wrapper
8.about_us_section

/*----------------body start------------------*/

body,
html {
    line-height: 26px;
    font-weight: 400;
    font-size: 16px;
    color: #707070;
    background: white;
    overflow-x: hidden;
}


/*------------------custom css----------------*/

a {
    color: #333333;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #47be42;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

a:focus {
    outline: none;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #202020;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-shadow: none;
}

input,
select,
button {
    outline: none;
}

input:focus,
select:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

textarea {
    outline: none;
}

textarea:focus {
    outline: none;
    box-shadow: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

.pst_toppadder10 {
    padding-top: 10px;
}

.pst_toppadder15 {
    padding-top: 15px;
}

.pst_toppadder20 {
    padding-top: 20px;
}

.pst_toppadder30 {
    padding-top: 30px;
}

.pst_toppadder40 {
    padding-top: 40px;
}

.pst_toppadder50 {
    padding-top: 50px;
}

.pst_toppadder60 {
    padding-top: 60px;
}

.pst_toppadder70 {
    padding-top: 70px;
}

.pst_toppadder80 {
    padding-top: 80px;
}

.pst_toppadder90 {
    padding-top: 90px;
}

.pst_toppadder100 {
    padding-top: 100px;
}

.pst_bottompadder10 {
    padding-bottom: 10px;
}

.pst_bottompadder20 {
    padding-bottom: 20px;
}

.pst_bottompadder30 {
    padding-bottom: 30px;
}

.pst_bottompadder40 {
    padding-bottom: 40px;
}

.pst_bottompadder50 {
    padding-bottom: 50px;
}

.pst_bottompadder60 {
    padding-bottom: 60px;
}

.pst_bottompadder70 {
    padding-bottom: 70px;
}

.pst_bottompadder80 {
    padding-bottom: 80px;
}

.pst_bottompadder90 {
    padding-bottom: 90px;
}

.pst_bottompadder100 {
    padding-bottom: 100px;
}


/*-----scroll top-----*/


/*********-------main header wrapper--------**********/

.menu_wrapper {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1000;
}

.menu_wrapper_mn {
    float: left;
    width: 100%;
}

.rp_mobail_menu_main_wrapper {
    float: none;
    width: 100%;
}

#sidebar {
    position: fixed;
    display: block;
    height: 100%;
    top: 0px;
    left: -500px;
    background-color: #ffffff;
    overflow: scroll;
    overflow-x: hidden;
    z-index: 1000;
}

#links {
    position: relative;
    float: left;
}

#link_list {
    list-style-type: none;
    width: 100%;
    padding: 0px 50px 0px 0px;
}

#link_list li {
    display: block;
    width: 100%;
}

#link_list li:hover {
    background-color: #d3d3d3;
}

#toggle {
    float: right;
    position: relative;
    bottom: -8px;
    right: 0;
    margin-left: 10px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
}

#toggle_close {
    position: absolute;
    z-index: 100;
    right: 20px;
    top: 18px;
    font-size: 28px;
    color: #000000;
    cursor: pointer;
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu {
    width: 300px;
    color: #ffffff;
    text-transform: capitalize;
}

#cssmenu ul ul {
    display: none;
}

.align-right {
    float: right;
}

#cssmenu ul li a {
    padding: 16px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    background: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#cssmenu ul li:first-child a {
    border-top: 1px solid #70bd6a;
}

#cssmenu ul li:hover a,
#cssmenu ul li.active a {
    background: #0070bd !important;
    border-bottom: 1px solid #d3d3d3;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

ul ul>li.has-sub>a:before {
    top: 20px;
    background: #ffffff;
}


/*.menu_fixed {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;z-index: 9;
    margin-top: 0;
    background: #f7f7f7;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
*/

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    background: #fb9f3a;
    width: 45px;
    height: 45px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    z-index: 9;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0;
    top: 13px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

#sidebar img {
    width: 150px;
    padding: 16px 12px;
}

.translate-btn {
    display: inline-block;
    background: #f89406;
    position: fixed;
    bottom: 0px;
    top: auto;
    left: 20px;
    z-index: 1;
    padding: 6px 20px 3px;
    font-size: 16px;
    font-family: Arial;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-align: center;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    background: linear-gradient(center top, #fbb450, #f89406);
    background: -webkit-gradient(linear, center top, center bottom, from(#fbb450), to(#f89406));
    background: -webkit-linear-gradient(#fbb450, #f89406);
    background: -moz-linear-gradient(#fbb450, #f89406);
    background: -o-linear-gradient(#fbb450, #f89406);
    background: -ms-linear-gradient(#fbb450, #f89406);
    background: linear-gradient(#fbb450, #f89406);
    background: -o-linear-gradientcenter(center top, #fbb450, #f89406);
    color: #fff;
}


/* ----- v CAN BE DELETED v ----- */

.demo {
    padding-top: 60px;
    padding-bottom: 110px;
}

.btn-demo {
    margin: 15px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    background-color: #FFFFFF;
}

.btn-demo:focus {
    outline: 0;
}

.vertical {
    position: relative;
    background-color: #c80233;
    width: 150px;
    margin: 25px 0 0;
    float: right;
    transition: all 0.5s ease;
    overflow: hidden;
    color: #fff;
    height: 40px;
    line-height: 33px;
}

.modal-open {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
    padding: 0 !important;
}


/************---------menu wrapper--------***********/
.bottom_header_wrapper {
    background: #0070bd;
    width: 100%;
    float: left;
}

.navbar {
    border: none;
    min-height: 0;
    z-index: 20;
    margin-bottom: 0px;
}

.nav_response {
    padding: 0px;
}

.career-vg .pc_abt_img_wrapper span:before {
    position: absolute;
    left: -10px;
    height: 35%;
    width: 6px;
    content: '';
    background-color: #ddbb00;
    bottom: -5px;
}

.career-vg .pc_abt_img_wrapper span:after {
    position: absolute;
    bottom: -10px;
    height: 6px;
    background-color: #ddbb00;
    width: 35%;
    content: '';
    left: -10px;
}

.career-vg .pc_abt_img_wrapper img {
    padding: 2px;
    width: 100%;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.career-vg .pc_abt_img_wrapper:before {
    position: absolute;
    right: -10px;
    height: 35%;
    width: 6px;
    content: '';
    background-color: #ddbb00;
    top: -5px;
}

.career-vg .pc_abt_img_wrapper:after {
    position: absolute;
    top: -10px;
    height: 6px;
    background-color: #ddbb00;
    width: 35%;
    content: '';
    right: -10px;
}

.nav .navbar-nav {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.nav .navbar-nav ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    margin-left: 15px;
}

.pst_logo {
    max-width: 170px;
    padding: 4px 0;
}

.pst_logo img {
    width: 100%;
}

#join-form {
    display: none;
    margin-top: 20px;
}

#nav_filter .hovr_nav_tab li a {
    color: #1a1a1a;
    font-weight: 500;
}

.form-group {
    min-height: 90px;
}

.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.image-preview-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.image-preview-input-title {
    margin-left: 2px;
}

.image-preview .form-control {
    background: transparent;
    border: none;
}

#nav_filter li a {
    display: block;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 10px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    transition: 0.3s;
}

#nav_filter li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -2px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

#nav_filter li a:hover:before,
#nav_filter li a:hover>a:before,
#nav_filter li.active a:before {
    visibility: visible;
    width: 100%;
}

#nav_filter li.active a {
    color: #fff;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: none;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #ddbb00;
    background-image: none;
    border-radius: 4px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
    color: #ddbb00;
}

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

#nav_filter li.active a {
    color: #fff;
}

#nav_filter li.active .hovr_nav_tab li a {
    color: #000;
}

/*Dropdown Menu*/

.navbar-right .dropdown-menu {
    right: auto;
}

#nav_filter .hovr_nav_tab li a {
    border: none;
    border-radius: 0;
}

#nav_filter .hovr_nav_tab li a:hover {
    border: none;
    border-radius: 0;
    color: #fff;
    background-color: #106eea;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.nav .dropdown-header {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

#nav_filter li.dropdown .dropdown-menu a {
    margin: 0;
}

.nav .dropdown-menu li a {
    display: block;
    line-height: 30px;
    color: black;
    padding: 3px 10px;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    margin-left: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 10px !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.dropdown-menu {
    display: none;
    padding: 5px 0;
    border: none;
    min-width: 180px;
    border-radius: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    border-color: transparent transparent transparent #ddbb00;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -2px;
    margin-top: 10px;
    width: 0;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

@media (min-width: 768px) {
    ul.nav li:hover>ul.dropdown-menu {
        display: block;
        opacity: 1;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

#cssmenu ul>li.has-sub>a:after {
    position: absolute;
    right: 26px;
    top: 19px;
    z-index: 5;
    display: block;
    height: 10px;
    width: 2px;
    background: #000000;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#cssmenu ul>li.has-sub>a:before {
    position: absolute;
    right: 22px;
    top: 23px;
    display: block;
    width: 10px;
    height: 2px;
    background: #000000;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#cssmenu ul>li.has-sub>a:hover:after,
#cssmenu ul>li.has-sub>a:hover:before {
    background: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#cssmenu ul>li.has-sub.open>a:after,
#cssmenu ul>li.has-sub.open>a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cssmenu ul ul li a {
    padding: 16px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    background-color: #2a2727;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu ul ul ul li a {
    padding-left: 32px;
}

#cssmenu ul ul li a:hover {
    color: #ffffff;
}

#cssmenu ul ul>li.has-sub>a:after {
    top: 16px;
    right: 26px;
    background: #ffffff;
}

#cssmenu ul ul>li.has-sub>a:before {
    top: 20px;
    background: #ffffff;
}

.nav .hovr_nav_tab {
    padding: 0;
}

.caret {
    font-weight: bold;
    color: #fff;
    margin-left: 3px;
}

.dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 0;
    opacity: 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 9999;
}

.inner-wrapper {
    padding: 60px 0px 60px 0px;
    width: 100%;
    position: relative;
    float: left;
}

.volunteer-block {
    width: 100%;
    float: left;
    padding: 60px 0;
    background: #07538c;
}

.volunteer-block p {
    color: #fff;
    text-align: center;
}

.donate-now {
    margin: 6px 0px;
    padding: 0;
    width: 100%;
    float: left;
}

.donate-now li {
    float: left;
    margin: 0 5px 0 0;
    width: 31%;
    height: 40px;
    position: relative;
}

.donate-now label,
.donate-now input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.donate-now input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.donate-now input[type="radio"]:checked+label {
    background: #ff3053;
    color: #fff !important;
}

.donate-now label {
    text-align: center;
    padding: 5px;
    border: 1px solid #ff3053;
    cursor: pointer;
    z-index: 90;
    border-radius: 4px;
    font-size: 12px !important;
    color: #ff3053 !important;
}

.donate-now label:hover {
    background: #DDD;
}

input[type=checkbox],
input[type=radio] {
    margin: 6px 0 0;
}

.donate-form {
    padding: 30px;
    border-top-right-radius: 50px;
    border: 1px solid #ddd;
    border-bottom-left-radius: 50px;
    background: #fff;
    -webkit-box-shadow: 14px 15px 16px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 14px 15px 16px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 14px 15px 16px -6px rgba(0, 0, 0, 0.2);
}

img {
    max-width: 100%;
}

.header_nav_div a {
    display: inline-block;
}

.important-txt {
    color: #ff3053 !important;
    text-align: left !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.top_header_wrapper {
    float: left;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #acacac;
}

.top_header_wrapper ul {
    float: right;
}

.top_header_wrapper ul li {
    display: inline-flex;
    padding: 10px;
}

.upper-icon {
    width: 40px;
    margin-right: 15px;
}

.top_header_wrapper ul li h2 span {
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

.top_header_wrapper ul li h2 {
    font-size: 13px;
    color: #636363;
    margin: 5px 0;
}

.carousel-control.right,
.carousel-control.left {
    background: transparent;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-size: 60px;
}

.carousel-caption {
    bottom: 25%;
    left: auto;
    width: 40%;
}

.carousel,
.item {
    height: 100%;
    width: 100%;
    float: left;
}

.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
    background: #000;
}

.carousel-caption {
    padding-bottom: 80px;
}

.carousel-caption h2 {
    font-size: 70px;
    color: #333333;
    line-height: 70px;
    text-align: left;
}

.carousel-caption h2 strong {
    color: #70bd6a;
    font-size: 80px;
}

.carousel-caption p {
    padding: 10px;
    color: #000;
    text-align: left;
}


/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/**
 * Button
 */

.btn-transparent {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-transparent:hover {
    background-color: #fff;
}

.btn-rounded {
    border-radius: 70px;
}

.btn-large {
    padding: 11px 45px;
    font-size: 18px;
}


/**
 * Change animation duration
 */

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.carousel-indicators {
    display: none;
}

.welcome-box {
    padding: 120px 0px;
    width: 100%;
    float: left;
    background: url(../images/product-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.section-title-2 h1 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
}

.welcome-img-wrapper {
    padding-right: 70px;
    margin-bottom: 30px;
}

.welcome-img {
    position: relative;
}

.welcome-img img {
    box-shadow: 0px 10px 29.7px 0.3px rgba(140, 140, 140, 0.65) !important;
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.welcome-img .img-2 {
    margin-top: 35px;
    right: -30px;
    position: absolute;
    right: 0;
    top: 0;
}

.sub-heading span {
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.p-content {
    line-height: 28px;
    color: #223645;
}

.btn-border {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto !important;
    background: #47be42;
    padding: 15px 40px;
    border: 2px solid transparent;
    margin-top: 12px;
    position: relative;
    z-index: 1;
}

.btn-border::after {
    position: absolute;
    content: "";
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    top: -7px;
    left: -7px;
    background-color: transparent;
    z-index: -1;
    border: 2px solid #47be42;
}

.btn-border:hover,
.btn-border:focus,
.btn-border:active {
    background: rgb(51, 170, 46) !important;
    color: #fff !important;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .2);
    z-index: 9;
}

.heading {
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
    margin: 18px 0;
    color: #000;
}

.product-box {
    width: 100%;
    float: left;
    background: linear-gradient(45deg, rgb(11 95 2 / 90%), rgb(0 19 71 / 90%)), url(../images/bg.jpg) no-repeat;
    padding: 80px 0;
    background-size: cover;
    background-attachment: fixed;
}

.product-box p {
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}

.get-social-listing {
    width: 100%;
    float: left;
}

.text-center {
    text-align: center;
}

.product-box .heading {
    max-width: 500px;
    margin: 18px auto;
    color: #fff;
}

.icon {
    text-align: center;
    float: left;
    margin-right: 25px;
    position: relative;
}

.icon:before {
    content: "";
    width: 55px;
    height: 55px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    opacity: 0.18;
    border-radius: 50%;
}

.pro-item {
    margin: 60px 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.pro-item h5 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.product-box .col-md-3 {
    position: relative;
}

.product-box .col-md-3::before {
    height: 1px;
    background: #d6ecd6;
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 0;
    content: "";
}

.product-box .btn-border {
    background: #ffffff;
    color: #233645;
}

.product-box .btn-border::after {
    border: 2px solid #ffffff;
}

.footer-top {
    width: 100%;
    float: left;
    padding: 25px 0;
    background: url(../images/pattern.jpg) repeat;
}

.footerbottom-list li {
    display: inline-block;
    padding: 8px 8px;
    font-size: 13px;
    font-weight: 600;
}

.footer-bottom {
    background: #011424;
    padding: 4px 0;
    width: 100%;
    float: left;
}

.footer-bottom p {
    color: #fff;
    font-size: 12px;
    margin: 0;
}

.experts-bg {
    width: 100%;
    float: left;
    background: url(../images/professional-img.jpg) no-repeat;
    background-position: right center;
    background-size: 45%;
    position: relative;
    padding: 80px 0;
    color: #fff;
}

.experts-bg h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.experts-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: url(../images/professional-left.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.experts-bg .heading {
    color: #fff;
}

.experts-bg .heading span {
    color: #bdd3e3;
    display: block;
}

.experts-bg p {
    color: #bdd3e3;
}

.contact-btn {
    color: #233645;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto !important;
    background: #fff;
    padding: 15px 40px;
    border: 2px solid transparent;
    margin-top: 12px;
    position: relative;
    z-index: 1;
}

.contact-btn::after {
    position: absolute;
    content: "";
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    top: -7px;
    left: -7px;
    background-color: transparent;
    z-index: -1;
    border: 2px solid #fff;
}

.contact-btn:hover,
.contact-btn:focus,
.contact-btn:active {
    background: #0173bb;
    color: #fff;
}

.proffesional-box .contact-btn {
    margin-left: 25px;
}

.social-listing {
    border-left: 1px solid #acacac;
    float: right;
}

.social-listing li {
    display: inline-block;
    padding: 10px 0px 10px 20px;
}

.social-listing li a {
    background: #fff;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #0076b7;
    border-radius: 50%;
}

.quick-heading {
    color: #0070bd;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(221 221 221 / 0.3);
    padding-bottom: 0;
}

.footer-list li {
    display: list-item;
}

.footer-list li a {
    color: #333;
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}

.map-info {
    width: 100%;
    float: left;
}

.map-info iframe {
    width: 100%;
    vertical-align: bottom;
}

.address-list {
    color: #333;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: normal;
    width: 100%;
    float: left;
    display: flex;
    margin-top: 17px;
}

.footer-list {
    width: 50%;
    float: left;
}

.address-list span {
    margin-right: 5px;
}

.logo-heading {
    color: #333;
    font-weight: 800;
    margin: 0;
    width: 100%;
    float: left;
    font-size: 15px;
}

.get-social-listing li {
    display: inline-block;
    padding: 10px 20px 10px 0;
}

.get-social-listing li a {
    background: #fff;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #0076b7;
    border-radius: 50%;
}

.footer-top .pst_logo {
    max-width: 125px;
}


.slick-slider {
    margin: 0;
    padding: 0 !important;
}

.slick-slide {
    float: left
        /* If RTL Make This Right */
    ;
    padding: 0;
}

/* ==== Slider Style === */
.Modern-Slider .item .img-fill {
    height: calc(100vh - 113px);
    background-size: cover;
    background-repeat: no-repeat;
}

.Modern-Slider .item .img-fill .info {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0px;
    right: 0;
    display: flex;
    /* line-height: 100vh; */
    text-align: center;
    align-items: center;
}
}

.Modern-Slider .item .img-fill img {
    filter: blur(5px);
}

.Modern-Slider .item .info>div {
    display: inline-block !important;
    vertical-align: middle;
}

.Modern-Slider .NextArrow {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, .50);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font: 20px/45px FontAwesome;
    color: #FFF;
    z-index: 5;
}

.Modern-Slider .NextArrow:before {
    content: '\f105';
}

.Modern-Slider .PrevArrow {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, .50);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font: 20px/45px FontAwesome;
    color: #FFF;
    z-index: 5;
}

.Modern-Slider .PrevArrow:before {
    content: '\f104';
}

.Modern-Slider .slick-dots {
    position: absolute;
    height: 5px;
    background: rgba(255, 255, 255, .20);
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.Modern-Slider .slick-dots li button {
    display: none;
}

.Modern-Slider .slick-dots li {
    float: left;
    width: 0px;
    height: 5px;
    background: #0070bd;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.Modern-Slider .slick-dots li.slick-active {
    width: 100%;
    animation: ProgressDots 11s both;
}

.Modern-Slider .item h3 {

    text-transform: uppercase;
    animation: fadeOutRight 1s both;
    margin: 0;
    padding: 0;
    font-size: 45px;
    color: #333333;
    line-height: 55px;
    text-align: left;
    font-weight: 600;
}

.Modern-Slider .item h3 span {
    background: #70bd6a;
    color: #fff;
    font-size: 50px;
}

.Modern-Slider .item h5 {
    margin: 0;
    padding: 10px;
    color: #333;
    line-height: 20px;
    text-align: left;
    max-width: 600px;
    overflow: hidden;
    animation: fadeOutLeft 1s both;
}

.Modern-Slider .item.slick-active h3 {
    animation: fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5 {
    animation: fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active {
    animation: Slick-FastSwipeIn 1s both;
}

.Modern-Slider {
    width: 100%;
    float: left;
}

/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn {
    0% {
        transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
    }

    100% {
        transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
    }
}

@-webkit-keyframes ProgressDots {
    from {
        width: 0px;
    }

    to {
        width: 100%;
    }
}

@keyframes ProgressDots {
    from {
        width: 0px;
    }

    to {
        width: 100%;
    }
}

/* ==== Slick Slider Css Ruls === */
.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left
        /* If RTL Make This Right */
    ;
    height: 100%;
    min-height: 1px
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}


.inner-banner {
    height: 300px;
    width: 100%;
    float: left;
}

.inner-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-ourblock {
    width: 100%;
    float: left;
    padding: 100px 0;
}

.about-img {
    border: 13px solid #fff;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    width: 100%;
    float: left;
}

.about-ourblock .heading {
    margin-top: 8px;
}

.about-ourblock .sub-heading span {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    color: #707070;
    padding: 0;
}


.chairman-block {
    width: 100%;
    float: left;
    background: url(../images/mission-banner.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
    text-align: center;
}

.chairman-img {
    width: 110px;
    height: 110px;
    display: inline-block;
    border: 4px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}

.chairman-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.chairman-block .sub-heading span {
    color: #333;
}

.chairman-block p {
    color: #000;
}


.mission-block {
    width: 100%;
    float: left;
    background: linear-gradient(to right, rgba(130, 190, 66, 1) 0%, rgba(48, 178, 210, 1) 50%, rgba(28, 76, 147, 1) 100%);
    padding: 80px 0;
}

.mission-icon {
    position: relative;
    transition: all 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    color: #444;
    width: 120px;
    display: inline-block;
    height: 120px;

}

.mission-box {
    display: flex;
    width: 100%;
}

.mission-icon:hover span {
    -webkit-box-shadow: 0 0 0 1px rgb(255 255 255 / 55%) inset;
    box-shadow: 0 0 0 1px rgb(255 255 255 / 55%) inset;
    color: #fff;

}

.mission-icon span {
    border-radius: 50%;
    display: inline-block;
    float: left;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    transition: all .55s ease;
    font-weight: 400;
    font-size: 60px;
    width: 100%;
    height: 100%;
    line-height: 120px;
    border-width: 2px;
    -webkit-box-shadow: 0 0 0 1em #fff inset;
    box-shadow: 0 0 0 1em #fff inset;

}

.mission-con {
    width: calc(100% - 120px);
    padding-left: 10px;
    color: #fff;
}

.mission-con .heading {
    color: #fff;
}

.chiarmen-speak-box {
    width: 100%;
    float: left;
    padding: 100px 0;
    background: url(../images/product-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.tab-inner {
    padding-bottom: 20px;
    min-height: 250px;
}

.tab-inner:before {
    position: absolute;
    width: 177px;
    height: 100%;
    left: -64px;
    top: -57px;
    background-image: url(../images/image-1.png);
    content: "";
    opacity: 1;
    background-repeat: no-repeat;
    z-index: 1;
}

.tab-inner p {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: -16px;
}

.chairman-img {
    position: relative;
}

.chairman-img img {

    width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    object-position: center;
}

.nav-tabs li.active .chairman-img img {
    transform: scale(1.1);
    object-fit: contain;
    border-radius: 6px;
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 10%);
}

.chairman-img:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, .5);
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    border-radius: 6px;
}

.nav-tabs>li>a,
.nav-tabs {
    border: none !important;
}

.nav-tabs li.active .chairman-img:after {
    background-color: rgba(255, 255, 255, 0);
}

.nav-tabs li {
    width: 33.33%;
}

.tab-inner h2 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.tab-inner h2 span {
    color: #0070bd;
    font-size: 17px;
}

.join-box {
    width: 100%;
    float: left;
    padding: 100px 0;
    background: url(../images/abount-banner.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.join-box .heading {
    font-size: 30px;
    color: #0070bd
}

.joinbg {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
}


/*------28-01-23---------------------*/

.common-gap {
    padding: 80px 0;
    width: 100%;
    float: left;
}

.listitem {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    justify-content: space-between;
}

.listitem:last-child {
    margin-bottom: 0;
}

.listitem figure {
    width: 200px;
    height: 200px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: 0 0 auto;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: 0;
}

.listitem figure img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.rt-con {
    width: calc(100% - 400px);
    padding: 15px;

}

.rt-con h4 {
    color: #000;
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
}

.rt-con span {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 5px;
}

.pricetag {
    color: #0070bd;
    font-weight: 600;
    font-size: 20px;
    padding-right: 15px;

}

.listitem:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.listitem:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.productright h3 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 0;
    color: #000;
    margin-bottom: 15px;
}

input[type="text"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="file"],
select {
    border-radius: 0;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    padding: 6px 13px;
    outline: none !important;
    font-size: 16px;
    line-height: 28px;
    color: #131313;
    background: transparent;

    border: 1px solid rgb(77 75 75 / 50%);
}

textarea {
    border-radius: 0;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 80px;
    padding: 6px 13px;
    outline: none !important;
    line-height: 28px;
    color: #131313;
    background: transparent;
    border: 1px solid rgb(77 75 75 / 50%);
    resize: none;
}

select {
    border-radius: 0;
    background: url(../images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 12px;
    height: 45px;
    padding: 6px 45px 6px 13px;
    outline: none !important;
    font-size: 16px;
    line-height: 28px;
    color: #131313;
    background-color: transparent;
    border: 1px solid rgb(77 75 75 / 50%);
    outline: none;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;*/
}

select option {
    color: #000;
}

::-webkit-input-placeholder {
    opacity: 0.5;
    color: #000;
}

:-ms-input-placeholder {
    opacity: 0.5;
    color: #000;
}

::-moz-placeholder {
    opacity: 0.5;
    color: #000;
}

:-moz-placeholder {
    opacity: 0.5;
    color: #000;
}


input:focus,
textarea:focus,
select:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.form-shift {
    margin-bottom: 24px;
}

.minvalueit {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-between;
}

.minvalue p {
    margin-bottom: 5px;
    font-size: 13px;
}

.dash {
    padding: 10px;
    margin-top: 25px;
    font-size: 20px;
}

.valuebox {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    position: relative;
}

.valuebox span {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}

.valuebox input[type="text"],
.valuebox input[type="number"] {
    padding-left: 30px;
}

.cat-listing li {
    padding: 8px 15px;
    position: relative;
    transition: all .2s ease-in-out;
}

.cat-listing li:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #707070;
    position: absolute;
    top: 17px;
    left: 0;
}

.listheading .heading {
    margin-top: 0;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}

.cat-listing li a {

    color: #707070;
}

.cat-listing li.active a,
.cat-listing li a:hover {
    color: #333333;
}

.cat-listing li.active::before {
    background: #333333;
}

.resetbtn {
    text-decoration: underline;
}

.inner-banner {
    position: relative;
}

.innerimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.innerimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.innerbancon {
    min-height: 300px;
    height: auto;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}

.innercon {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    width: 100%;


    padding: 80px 0;
    float: left;
}

.innercon h2 {
    font-weight: 700;
    font-size: 35px;
    margin-top: 0;
    text-transform: uppercase;
}

.innercon p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
}

.filterarea {
    background: url(../images/product-bg.jpg) no-repeat;
    background-size: cover;
    padding: 50px;
    margin-bottom: 60px;
}

.packinglist {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}

.packinglist li {
    font-size: 14px;
    padding: 0 7px;
    position: relative;
    line-height: 1;
}

.packinglist li:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #707070;
    ;
    position: absolute;
    top: 0;
    left: 0;
}

.packinglist li:first-child::before {
    display: none;
}

.packinglist li:first-child {
    padding-left: 0;
}

.proiconbar {
    text-align: center;
    margin-bottom: 50px;
}

.proiconbar:last-child {
    margin-bottom: 0;
}

.proiconbar figure {
    width: 100px;
    margin-bottom: 15px;
    display: inline-block;
    background: rgb(0 112 189 / 20%);
    height: 100px;
    border-radius: 50%;
    padding: 22px;
}

.proiconbar figure img {
    width: 100%;
}

.dosagearealist {
    padding: 60px 0;
}

.proiconbar h4 {
    color: #47be42;
    font-weight: 600;
    font-size: 16px;
    max-width: 52%;
    margin: 0 auto;
}

label {
    color: #4a4949;
    font-weight: 600;
    font-size: 15px;
}

.supportbox {
    position: relative;
}

.positionrelative {
    position: relative;
    z-index: 1;
}

.support-left {
    position: absolute;
    left: 0;
    bottom: 112px;

}

.support-ri8 {
    position: absolute;
    right: 0;
    top: 36px;

}

.cmnheading {

    margin-bottom: 30px;
}

.cmnheading h2 {
    letter-spacing: 0.035em;
    text-transform: uppercase;
    color: #152336;
    margin-top: 0;
    margin-bottom: 12px;
}

.support-frm {
    background: #FFFFFF;
    border: 1px solid #E9EFF1;
    box-shadow: 0px 24px 100px rgb(29 128 247 / 10%);
    -webkit-box-shadow: 0px 24px 100px rgb(29 128 247 / 10%);
    -moz-box-shadow: 0px 24px 100px rgba(29, 128, 247, 0.1);
    border-radius: 23px;
    padding: 60px 60px 60px 60px;

}

.submitbtn {
    margin-left: 8px;
}

.navkem-listhead {
    margin-bottom: 35px;
}

.navkem-listhead h2 {
    color: #0a0b3a;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: inherit;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 0;
}

.navkem-list h5 {
    font-size: 20px;
    color: #0a0b3a;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 0;
    line-height: 1;
}

.navkem-list p a,
.navkem-list p {
    color: #333333;
    font-size: 16px;

}

.navkem-list {
    margin-bottom: 35px;
    border-left: 4px solid #0070bd;
    padding-left: 20px;
}

.navkem-list:nth-child(odd) {

    border-left: 4px solid #47be42;

}

.contactform {
    padding-right: 60px;
}

.workbox {
    position: relative;
}

.workareabox {
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    height: 262px;
}

.workareabox figure {
    height: 100%;
    width: 100%;
}

.workareabox figure img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.workareabox:hover figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.work-text {
    width: 100%;
    background: rgb(1 40 67 / 70%);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;

}

.work-text a {
    position: static;
    color: white;
    font-weight: 600;
    background: url(../images/linkIcon.png) center right 10px no-repeat;
    /* float: left; */
    min-height: 60px;
    width: 100%;
    background-size: 25px;
    line-height: 18px;
    align-items: center;
    display: flex;
    /* margin-left: 10px; */
    padding: 16px 41px 16px 14px;
}

.openingblock {

    background: #f7f9fe;
}

.opening-list {}

.openingjob-row {
    padding: 25px 25px 10px;
    background-color: #fff;
    box-shadow: 0px 3px 16px #0000000a;
    -webkit-box-shadow: 0px 3px 16px #0000000a;
    -moz-box-shadow: 0px 3px 16px #0000000a;
    border-radius: 8px;
    margin-top: 20px;
}

.openingjob-row h2 {
    margin-top: 0;
    font-size: 18px;
    color: #0070bd;
    font-weight: 600;
}

.openingjob-row .submitbtn {
    margin-bottom: 8px;
}

.openingjob-row ul {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    margin-bottom: 20px;
    font-size: 14px;
}

.openingjob-row ul li {
    padding-right: 20px;

}

.company-block p {
    margin-bottom: 20px;
}

.company-block h4 {
    font-weight: 700;
    color: #000;
}

.company-block ul {
    margin-bottom: 20px;
}

.company-block ul li {
    list-style-type: disc;
    padding: 6px 0;
    margin-left: 15px;
}

.company-block h5 {
    text-transform: uppercase;
    color: #333;
    margin-top: 20px;
    font-weight: 700;
}

.inspiring-block {
    display: flex;
    display: -ms-flexbox;
    background: #fff;
    padding: 20px 40px 20px 20px;
    box-sizing: border-box;
    align-items: center;
    margin-bottom: 40px;
}

.inspiring-block figure {
    width: 150px;
    flex: 0 0 auto;
    margin-right: 20px;
}

.inspiring-block figure img {
    width: 100%;
}

.inspiring-block p {
    margin-bottom: 0;
    width: 100%;
}

.chiarmen-speak-box .nav-tabs>li>a {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}

.rowpan {
    margin: -15px;
}

.colspan {
    padding: 15px;
}