@font-face{font-family:'Gill Sans MT';src:url('../fonts/GillSansMT/GillSansMT.woff2') format('woff2'),url('../fonts/GillSansMT/GillSansMT.woff') format('woff'),url('../fonts/GillSansMT/GillSansMT.ttf') format('truetype');font-weight:normal;font-style:normal;font-display:swap}
body {
    font-family: "Gill Sans MT";
    font-weight: 400;
    background: #f1f3f5;
    line-height: 1.5;
    color: #747474;
    position: relative;
    height: 100%;
    overflow-x: hidden;
}
.light {
    font-weight: 300;
}
.normal,
.regular {
    font-weight: 400;
}
.medium {
    font-weight: 500;
}
.semibold {
    font-weight: 600;
}
.bold {
    font-weight: 700;
}
.heavy {
    font-weight: 900;
}
p {
    margin-bottom: 20px;
}
b,
strong {
    font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Gill Sans MT";
    font-weight: 600;
    margin-bottom: 15px;
    color: #101010;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 36px;
}
.h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
a:active,
a:focus,
a:hover,
button:active,
button:focus,
button:hover {
    outline: 0;
}
a,
button {
    outline: 0;
    outline: 0;
}
.btn:focus {
    box-shadow: none !important;
}
a {
    color: #007fff;
}
.hvr-bounce-to-left:before {
    background: #000;
}
.btn {
    border-radius: 0 !important;
    border: 0 !important;
    text-decoration: none;
}
.btn:active,
.btn:focus,
.btn:hover {
    border-radius: 0 !important;
    border: 0 !important;
    color: white;
    background-color: black;
}
.btn-primary {
    background: #1aa8ce;
    transition: ease-in-out 0.3s;
}
.btn-primary:hover {
    background: #008fd5;
}
.btn-outline-primary {
    background: #fff;
    color: #1aa8ce;
    transition: ease-in-out 0.3s;
}
.btn-outline-primary:hover {
    background: #1aa8ce;
    color: #fff;
}
.btn-secondary {
    background: #f0f0f0;
    color: #000;
    transition: ease-in-out 0.3s;
}
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    background: #333;
    color: #fff;
}
.btn-warning {
    background: #f8981d;
    color: #fff;
}
.text-warning {
    color: #f8981d !important;
}
.btn-big,
.btn-lg {
    padding: 18px 30px;
    font-size: 16px;
}
.btn-big i,
.btn-lg i {
    margin-left: 40px;
}
.text-primary {
    color: #008fd5 !important;
}
.bg-primary {
    background: #008fd5 !important;
    color: #fff;
}
.lead {
    font-size: 18px;
}
.color-333 {
    color: #333;
}
.color-666 {
    color: #666;
}
.color-999 {
    color: #999;
}
.color-aaa {
    color: #aaa;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 36px;
    height: 36px;
    font-size: 20px;
    line-height: 36px;
    padding: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    z-index: 100;
    border-radius: 50%;
    margin: 0;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}
.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: -22px;
    right: -22px;
    transform: translateY(-50%);
    z-index: 5;
}
.owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    margin: 0;
    z-index: 6;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 5px;
    background: #777;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #f8981d;
}
.owl-prev {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.owl-next {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
    .navbar-hover .show > .dropdown-toggle:after {
        transform: rotate(-90deg);
    }
}
@media only screen and (min-width: 992px) {
    .navbar-hover .collapse ul li {
        position: relative;
    }
    .navbar-hover .collapse ul li:hover > ul {
        display: block;
    }
    .navbar-hover .collapse ul ul {
        position: absolute;
        top: calc(100% - 1px);
        left: 0;
        min-width: 270px;
        display: none;
    }
    .navbar-hover .collapse ul ul.right {
        position: absolute;
        top: 100%;
        right: 0;
        left: auto;
        min-width: 250px;
        display: none;
    }
    .navbar-hover .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: calc(100% - 1px);
        min-width: 250px;
        display: none;
    }
    .navbar-brand img {
        transition: 0.6s;
        width: 160px !important;
    }
}
.navbar-toggler i {
    color: #fff;
}
.fixed .navbar-toggler i {
    color: #000;
}
.navbar-toggler.collapsed .la-times {
    display: none;
}
.navbar-toggler.collapsed .la-bars {
    display: block;
}
.navbar-toggler .la-times {
    display: block;
}
.navbar-toggler .la-bars {
    display: none;
}
.navbar {
    background: #fff;
    padding: 0;
    transition: ease-in-out 0.2s;
}
.navbar.fixed {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.navbar-expand-xl .navbar-nav .nav-link {
    color: #000;
    padding: 15px 15px;
    font-size: 16px;
    transition: 0.6s;
}
@media only screen and (max-width: 1440px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding: 15px 6px;
    }
}
@media only screen and (max-width: 1366px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding: 15px 13px;
    }
}
.navbar-expand-xl .navbar-nav .nav-link:hover {
    color: #f8981d;
}
.dropdown-menu .dropdown-toggle:after {
    display: inline-block;
    float: right;
    margin-left: 0.255em;
    vertical-align: 0.555em;
    content: "";
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #f8981d;
    margin-top: 6px;
}
.dropdown-menu {
    border-radius: 0;
}
.dropdown-item {
    padding: 8px 18px;
    transition: ease-in-out 0.2s;
    font-size: 14px;
}
.dropdown-item.dropdown-toggle {
    padding-right: 18px;
    white-space: nowrap;
}
.dropdown-item:hover {
    background: #f8981d;
    color: #fff;
}
.dropdown-item:hover:after {
    border-left-color: #fff;
}
.dropdown-menu.mega-menu {
    transition: 0.6s;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 75px !important;
    margin: auto;
    padding: 25px 0 0;
    border: 0 !important;
    background: 0 0;
}
.dropdown-menu.mega-menu > li > div > ul {
    list-style: none;
    position: static !important;
    display: flex !important;
    flex-wrap: wrap;
    background: #fff;
    border-top: 1px solid #f8981d;
    border-bottom: 2px solid #f8981d;
    padding: 10px 15px 30px;
}
.dropdown-menu.mega-menu > li > div > ul > li {
    width: calc((100% / 6) - 5px);
}
.dropdown-menu.mega-menu > li > div > ul > li > a {
    font-weight: 500;
    margin-right: 5px;
}
.dropdown-menu.mega-menu > li > div > ul .dropdown-menu {
    position: static;
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}
.dropdown-menu.mega-menu > li > div > ul .dropdown-menu li {
    padding-left: 10px;
    position: relative;
}
.dropdown-menu.mega-menu > li > div > ul .dropdown-menu li .dropdown-item {
    padding: 4px 10px;
}
.header_btns {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 230px;
    align-items: center;
    justify-content: space-between;
}
.navSearchIcon {
    width: 40px;
    padding: 10px;
}
.navSearchIcon i {
    font-size: 24px;
}
.header_btns .dropdown {
    width: calc(100% - 55px);
}
.header_btns .dropdown .dropbtn {
    width: 100%;
    color: #fff;
    transition: 0.6s;
    padding: 10px;
    background: #000;
    border: 1px solid #000;
    font-size: 16px;
}
.header_btns .dropdown-content {
    display: none;
    padding: 2px;
    background: #fff;
    border: 1px solid #000;
    border-top: 0;
    position: absolute;
    left: 0;
    right: 0;
}
.header_btns .dropdown-content a {
    width: 100%;
    padding: 4px 10px;
    display: flex;
    flex-wrap: wrap;
    color: #000;
    background: rgba(130, 130, 130, 0.1);
    align-items: center;
    justify-content: space-between;
}
.header_btns .dropdown-content a img {
    display: none !important;
}
.header_btns .dropdown-content a span {
    font-size: 16px;
    text-align: left;
    display: inline-block;
}
.header_btns .dropdown-content a:not(:last-child) {
    margin-bottom: 1px;
}
.navbar-expand-xl.fixed .navbar-nav .nav-link {
    color: #000;
    padding: 15px 5px;
    font-size: 14px;
}
.navbar-brand img {
    transition: 0.6s;
}
.navbar.fixed .navbar-brand img {
    width: 100px !important;
}
.navbar.fixed .header_btns .dropdown .dropbtn {
    font-size: 14px;
    padding: 8px 15px;
}
.navbar.fixed .header_btns .dropdown-content a span {
    font-size: 14px;
}
.navbar.fixed .navSearch {
    top: 100%;
}
.navbar.fixed .dropdown-menu.mega-menu {
    top: 46px !important;
}
.navbar.fixed .header_btns .dropdown-content a span {
    font-size: 14px;
}
.owl_home_main .item .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}
.owl_home_main .banner-wrapper {
    width: 100%;
    max-width: 600px;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 20px;
    border-radius: 5px;
}
.owl_home_main .banner-wrapper p {
    font-size: 18px;
    margin: 20px 0;
    font-weight: 300;
}
.owl_home_main .banner-wrapper h1 {
    margin: 0;
    color: #fff;
    position: relative;
    padding-left: 0;
}
h6.small-title {
    margin: 0 0 5px;
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
}
.owl_home_main .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.owl_home_main .owl-item.active p {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.6s;
}
.owl_home_main .owl-item.active .btn {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.9s;
}
.owl_home_main .owl-item.active h6 {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: slideIn;
    animation-delay: 0.4s;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-24 {
    font-size: 24px;
}
.owl_home_main.owl-theme .owl-dots {
    bottom: 0;
}
.owl_home_main .owl-nav {
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    height: 50px;
}
.owl_home_main.owl-carousel .owl-nav button.owl-next,
.owl_home_main.owl-carousel .owl-nav button.owl-prev {
    width: 70px;
    height: 50px;
    border-radius: 0;
    background: #000;
}
.owl_home_main.owl-carousel .owl-nav button.owl-next:hover,
.owl_home_main.owl-carousel .owl-nav button.owl-prev:hover {
    background: #f7971d;
}
.owl_home_main .owl-prev {
    position: absolute;
    left: 0;
    top: auto;
    transform: none;
    bottom: 0;
}
.owl_home_main .owl-next {
    position: absolute;
    right: 0;
    top: auto;
    transform: none;
    bottom: 0;
}
footer {
    background: #101010;
    color: #fff;
    font-weight: 300;
}
footer a {
    color: #fff;
}
footer hr {
    border-color: rgba(255, 255, 255, 0.1);
}
footer a:hover {
    color: #f8981d;
    text-decoration: none;
}
footer h4 {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}
footer .table td,
footer .table th {
    padding: 0.35rem;
}
.lh-15 {
    line-height: 1.5;
}
.list-social {
    display: inline-block;
}
.list-social li {
    display: inline-block;
}
.list-social li i {
    width: 36px;
    height: 36px;
    background: #f8981d;
    color: #fff;
    text-align: center;
    border-radius: 0;
    line-height: 36px;
    font-size: 18px;
    margin-right: 10px;
    transition: ease-in-out 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.list-quick-links li {
    position: relative;
    padding-left: 20px;
}
.list-quick-links li:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #f8981d;
    z-index: 5;
}
.list-quick-links li a {
    display: block;
    padding: 7px 0;
    text-decoration: none;
}
.list-quick-links li a:hover {
    text-decoration: none;
}
.copyright {
    font-size: 14px;
}
.copyright a {
    color: #fff;
}
.copyright a:hover {
    text-decoration: none;
}
.owl-carousel {
    padding: 0 30px;
}
.owl_home_main.owl-carousel {
    padding: 0;
}
.static-banner {
    position: relative;
    box-shadow: 0 10px 30px -15px #999;
    border-bottom: 1px solid #fff;
}
.static-banner h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #fff;
}
.navSearch {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9;
    background: #fff;
    padding: 12px 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,.12);
    border-top: 2px solid #f8981d;
}
.navSearch .form-control {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #000;
    width: 300px;
    padding: 10px 14px;
    font-size: 14px;
}
.navSearch .form-control:focus {
    box-shadow: 0 0 0 2px rgba(248,152,29,.25);
    border-color: #f8981d;
    background: #fff;
    outline: none;
}
.sec_1 {
    background: #fff;
}
.sec_1.my-5 {
    margin-top: 0 !important;
}
.business_count_list ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.business_count_list ul li {
    width: 33.33%;
    padding: 0 10px;
}
.business_count_list li h6 {
    display: flex;
    align-items: center;
    font-size: 35px;
    margin-bottom: 15px;
    position: relative;
}
.business_count_list li h6 span {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}
.business_count_list li h6 + p {
    font-size: 20px;
}
.business_count_list li h6 span img {
    width: 100%;
}
.business_count_list li h6 em {
    display: inline-block;
    font-style: normal;
}
.business_count_list li h6:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 4px;
    width: 25px;
    background-color: #f8981d;
    border-radius: 10px;
}
.spl_sec_center .business_count_list ul li {
    text-align: center;
}
.spl_sec_center .business_count_list li h6 {
    justify-content: center;
}
.spl_sec_center .business_count_list li h6:after {
    left: 165px;
}
.ourCompany .business_count_list ul {
    justify-content: space-between;
}
.ourCompany .business_count_list ul li {
    width: calc(33.33% - 10px);
    background-color: #fff;
    padding: 20px 10px;
    height: 310px;
    display: flex;
    align-items: center;
}
.ourCompany .business_count_list ul li h6 {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.ourCompany .business_count_list ul li:not(:last-child) {
    margin-bottom: 30px;
}
.ourCompany .business_count_list li h6 span.img {
    width: 60px;
    height: 60px;
    margin: 0 0 10px;
}
.ourCompany .business_count_list li h6 span {
    width: 40px;
    height: 40px;
}
.ourCompany .business_count_list li h6 span.num {
    width: 100%;
    height: 100%;
    margin: 0 0 20px;
    position: relative;
}
.ourCompany .business_count_list li h6 span.p {
    width: 100%;
    height: 100%;
}
.ourCompany .business_count_list ul li h6:after {
    content: normal;
}
.ourCompany .business_count_list ul li h6 span.num:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    height: 4px;
    width: 25px;
    background-color: #f8981d;
    border-radius: 10px;
}
.ourCompany .business_count_list ul li h6 span.p {
    font-size: 24px;
}
.sec_2 {
    position: relative;
    background-repeat: no-repeat;
    background-position: right center;
    text-align: right;
}
.sec_2 img {
    position: relative;
}
.sec_2 .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 5;
}
.sec_2 .content:before {
/*    position: absolute;*/
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    content: "";
    background: #fff;
}
.sec_3 a:hover img {
    filter: brightness(0) invert(1);
}
.sec_4 {
    position: relative;
}
.sec_4 img {
    position: relative;
}
.sec_4 a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}
.sec_4 a i {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 6;
    transform: translate(-50%, -50%);
    background: #000;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}
.sec_4 a:hover i {
    background: #f8981d;
}
.card-news {
    border: 0;
    border-radius: 0;
}
.card-news .card-header {
    border: 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    height: 220px;
}
.card-news .card-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-news .card-header a:hover img {
    transform: translate(5px) scale(1.05);
}
.card-news .card-body {
    display: flex;
    flex-direction: column;
}
.card-news .card-body a:hover {
    text-decoration: none;
}
.card-news .card-body a h3 {
    transition: ease-in-out 0.2s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-news .card-body > p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
}
.card-news .card-body > a:last-child {
    margin-top: auto;
}
.hvr-underline-from-left:before {
    width: 100%;
}
.sec_5 .card-news:hover a,
.sec_5 .card-news:hover a h3 {
    color: #f8981d !important;
}
.sec_5 .card-body {
    height: 260px;
}
.sec_6 .table tr td {
    position: relative;
    height: 450px;
    overflow: hidden;
    padding: 0;
    border: 10px solid #f1f3f5;
}
.sec_6 .table tr td.big,
.sec_6 .table tr td.mid {
    width: 50%;
}
.sec_6 .table tr td.smalll {
    width: 25%;
}
.sec_6 .table tr td img {
    transform: scale(1.05);
    transition: ease-in-out 0.2s;
    height: 100%;
    width: 100%;
}
.sec_6 .table tr td a:hover img {
    transform: translate(5px) scale(1.05);
}
.sec_6 .table tr td a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    padding: 0;
}
.sec_6 .table tr td a .content {
    position: absolute;
    bottom: 20px;
    left: -100%;
    z-index: 6;
    padding: 0;
    background: #fff;
    padding: 20px;
    opacity: 0;
    transition: ease-in-out 0.3s;
}
.sec_6 .table tr td a:hover .content {
    opacity: 1;
    left: 20px;
}
.sec_6 .table tr td a .content:after {
    content: "";
    position: absolute;
    left: -100px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background: #fff;
    width: 1000px;
    z-index: -1;
}
.sec_6 .table tr td a:hover .content:after {
    opacity: 1;
    left: 20px;
}
.sec_6 .table tr td a .content p {
    margin: 0;
    font-size: 14px;
    display: none;
}
.sec_6 .table tr td a .content h4 {
    margin: 0;
}
.box-csr p {
    font-size: 15px;
    margin: 0;
}
.sec_8 {
    position: relative;
    background-repeat: no-repeat;
    background-position: right center;
    text-align: right;
}
.sec_8 img {
    position: relative;
}
.sec_8 .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 5;
}
.sec_8 .content:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    content: "";
    background: #fff;
}
.owl_testi.owl-theme {
    padding: 0;
}
.owl_testi.owl-theme .owl-dots {
    bottom: 0;
}
.owl_testi .owl-nav {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    transform: none;
    z-index: 5;
}
.owl_testi.owl-carousel .owl-nav button.owl-next,
.owl_testi.owl-carousel .owl-nav button.owl-prev {
    width: 70px;
    height: 50px;
    border-radius: 0;
    background: #f8981d;
    transition: ease-in-out 0.15s;
}
.owl_testi.owl-carousel .owl-nav button.owl-next:hover,
.owl_testi.owl-carousel .owl-nav button.owl-prev:hover {
    background: #000;
}
.owl_testi .owl-prev {
    position: absolute;
    left: 0;
    top: auto;
    transform: none;
    bottom: 0;
}
.owl_testi .owl-next {
    position: absolute;
    right: 0;
    top: auto;
    transform: none;
    bottom: 0;
}
.modal-dialog {
    margin-top: 100px;
}
#modalVideo button.close {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 10;
    color: #fff;
    opacity: 1;
    text-shadow: none;
}
.right-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    max-width: 500px;
    background: #fff;
    padding: 60px;
    z-index: 9999;
    margin-right: -500px;
    transition: ease-in-out 0.2s;
}
.right-panel.open {
    margin: 0;
}
.right-panel .list-social {
    position: absolute;
    bottom: 40px;
}
.close-right-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: #000;
    color: #fff;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
    transition: ease-in-out 0.2s;
}
.close-right-panel:hover {
    background: #f8981d;
    color: #fff;
}
.close-right-panel i {
    transition: ease-in-out 0.2s;
}
.close-right-panel:hover i {
    transform: rotate(180deg);
}
.open-right-panel {
    width: 60px;
    font-size: 20px;
    background: #f8981d;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.open-right-panel i {
    color: #fff;
}
.scrollToTop {
    position: fixed;
    width: 34px;
    height: 34px;
    bottom: 20px;
    right: 10px;
    z-index: 2001;
    display: none;
    text-align: center;
    background: #f7971d;
    color: #fff;
    border-radius: 50%;
    line-height: 34px;
    transition: ease-in-out 0.1s;
}
.scrollToTop:hover {
    background: #000;
    color: #fff;
}
.navbar-toggler i {
    color: #fff;
}
.navbar-toggler.collapsed .la-times {
    display: none;
}
.navbar-toggler.collapsed .la-bars {
    display: block;
}
.inner-banner {
    height: 300px;
    background: center / cover no-repeat;
    position: relative;
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    overflow: hidden;
}
.business-banner {
    height: 800px;
}
.inner-banner:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(30, 30, 30, 0.5);
    position: absolute;
}
section.inner-banner.blog_banner:after {
    display: none;
}
.inner-banner h2 {
    width: 100%;
    max-width: 1140px;
    padding: 15px;
    z-index: 5;
    margin: 0 auto;
    text-align: center;
    color: #fff !important;
    letter-spacing: 3px;
    font-weight: 600;
    display: inline-block;
    padding: 5px 20px 10px;
    text-shadow: 1px 2px 2px #000;
}
.card-common {
    border: 0;
    border-radius: 0;
}
.card-common .card-header {
    border: 0;
    border-radius: 0;
    padding: 0;
    text-align: center;
}
.card-common .card-body {
    border: 1px solid #eee;
    border-radius: 0;
    background: #fff;
    min-height: 150px;
}
h2 span {
    color: #f8981d;
}
.tega-usp {
    background: url(../images/bg-usp.jpg) fixed center no-repeat;
    background-size: cover;
}
.tega-usp .owl-carousel .owl-nav button.owl-next,
.tega-usp .owl-carousel .owl-nav button.owl-prev {
    background: rgba(255, 255, 255, 0.3);
}
.tega-usp .owl-carousel .owl-nav button.owl-next:hover,
.tega-usp .owl-carousel .owl-nav button.owl-prev:hover {
    background: rgba(255, 255, 255, 0.7);
}
.tega-usp .card-header {
    border: 1px solid #999;
}
.milestone .nav-tabs {
    display: inline-block;
    width: auto;
    margin: 0 auto 20px;
    text-align: center;
    border-bottom: 1px solid #333;
}
.milestone .nav-tabs .nav-item {
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
}
.milestone .nav-tabs .nav-item:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333;
    z-index: 5;
}
.milestone .nav-tabs .nav-link {
    border: 0;
    background: 0 0;
    padding: 10px 20px;
    border-radius: 0;
    color: #333;
}
.milestone .nav-tabs .nav-link.active {
    color: #f8981d;
}
.tab-pane.active {
    animation: fadeIn 1s ease-out;
}
.card-product {
    position: relative;
}
.card-product .hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 30px;
}
.card-product .hover img {
    max-width: 50px;
    display: none;
    filter: brightness(0) invert(1);
}
.card-product .hover h4 {
    color: #fff;
    margin: 20px 0 50px;
    text-align: center;
}
.card-product .hover h4 img {
    max-width: 300px;
    max-height: 70px;
    width: auto !important;
    display: inline-block !important;
}
.aggressionWearProduct .card-product .hover h4 img {
    max-height: inherit;
}
.card-product .hover .btn {
    padding: 10px 25px;
}
.accordion .card {
    border: 0;
}
.accordion .card-header:after {
    font-family: "Line Awesome Free";
    content: "\f106";
    float: right;
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 5;
    cursor: pointer;
    color: #f8981d;
}
.accordion .card-header.collapsed:after {
    content: "\f107";
    color: #333;
}
.accordion .card-body {
    border-bottom: 1px solid #ddd;
}
.accordion .card-body p:last-child {
    margin: 0;
}
.accordion .card-header {
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.accordion .card-title {
    display: block;
    width: 100%;
    cursor: pointer;
    color: #333;
    margin: 0;
    padding: 10px 20px;
}
.accordion .card-title:hover {
    color: #f8981d;
    text-decoration: none;
}
.accordion .card-header.collapsed .card-title {
    color: #333;
}
.accordion .card-header .card-title {
    color: #f8981d;
    font-weight: 600;
}
.productWrap .card-product .card-header > img {
    height: 280px;
    display: inherit;
    object-fit: cover;
}
.productWrap .owl-stage-outer .owl-item {
    margin-right: 1px !important;
}
.prodIconBox h2 {
    margin: 0;
    text-align: center;
}
.prod_img:not(:last-child) {
    margin-bottom: 25px;
}
.vertical_tav h2 {
    font-size: 36px;
    font-weight: 600;
}
.vertical_tav .nav-tabs {
    border: 0;
}
.vertical_tav .nav-tabs .nav-item {
    margin: 0 0 10px;
    position: relative;
}
/*.vertical_tav ul.nav-tabs li:nth-last-child(1),
.vertical_tav ul.nav-tabs li:nth-last-child(2) {
    display: none;
}*/
.vertical_tav .nav-tabs .nav-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    z-index: 5;
    width: 6px;
    background: #f8981d;
    transition: all 0.4s ease;
}
.vertical_tav .nav-tabs .nav-item:hover:after {
    height: 100%;
}
.vertical_tav .nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    color: #333;
    background: #fff;
    padding: 10px 20px;
    transition: ease-in-out 0.2s;
}
.vertical_tav .nav-tabs .nav-link:hover {
    color: #fff;
    background: #252525;
}
.vertical_tav .nav-tabs .nav-item.show .nav-link,
.vertical_tav .nav-tabs .nav-link.active {
    border: 0;
    border-radius: 0;
    color: #fff;
    background: #252525;
    position: relative;
}
.vertical_tav .nav-tabs .nav-link.active:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 6px;
    background: #f8981d;
}
.tab-content .accordion {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.tab-content .row.no-gutters {
    display: none;
}
.vertical_tav {
    margin: 0;
}
.vertical_tav {
    margin: 0;
}
.vertical_tav {
    margin: 0;
}
.vertical_tav {
    margin: 0;
}
.info-icon {
    display: table-cell;
    width: 60px;
    vertical-align: middle;
}
.info-text {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
}
.bg-warning {
    background: #f8981d !important;
}
.bg-warning .text-white *,
.bg-warning.text-white * {
    color: #fff !important;
}
.bg-dark .text-white *,
.bg-dark.text-white * {
    color: #fff !important;
}
.img-white {
    filter: brightness(0) invert(1);
}
.csr-image {
    background-position: center;
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-lg-6.csr-image {
    background-size: 100% 100%;
    height: 415px;
}
.mb0 {
    margin-bottom: 0;
}
.ourCompany {
    background: #f2f3f5;
    padding-top: 100px;
}
.ourBusiness {
    background: #fff;
    padding: 100px;
}
.h2 {
    color: #000;
    font-weight: 700;
    font-size: 50px;
}
.h3 {
    color: #000;
    font-weight: 900;
    font-size: 25px;
    padding: 25px 0;
}
.endorsesBox {
    width: 100%;
    padding: 25px;
    text-align: center;
    display: flex;
    height: 220px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    flex-wrap: wrap;
}
.endorsesBox img {
    width: auto;
    max-height: 170px;
}
.endorsesBox img + p {
    display: none;
}
.groupTega {
    width: 100%;
    padding: 100px 0;
    position: relative;
    text-align: right;
}
.groupTega .nav-tabs .nav-item {
    width: 20%;
}
.groupTegaBox {
    width: 50%;
    background: #fff;
    padding: 70px 70px 70px 50px;
    position: absolute;
    text-align: left;
    margin-top: 30px;
}
.adTab {
    margin-top: 30px;
}
.adTab li img {
    width: 100%;
}
.nav-item img {
    opacity: 0.7;
}
.nav-item .active img {
    opacity: 1;
}
.knowMore {
    background: #f8981d;
    padding: 15px 20px;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.6s;
    text-decoration: none;
}
.knowMore:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}
.groupTega .adTab .tab-content .tab-pane {
    padding: 25px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
.leftText {
    padding-top: 50px;
    color: #000;
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
}
.businesLogo {
    padding-top: 50px;
}
.businesLogo .rightLogo {
    display: block;
    padding: 10px 10px 0;
}
.businesLogo .logoover {
    display: block;
    padding: 10px;
}
.offeringLogo .rightLogo img {
    height: 200px;
    object-fit: cover;
}
.offeringLogo .logoover a {
    opacity: 1;
    color: #f7971d;
    font-weight: 600;
}
.offeringLogo .rightLogo {
    transition: 0.6s;
    background: 0 0;
}
.offeringLogo .rightLogo:hover {
    background: #f8981d;
}
.offeringLogo .rightLogo:hover .logoover {
    color: #fff;
}
.offeringLogo .logoover:hover {
    opacity: 1;
    background-color: transparent;
}
.rightLogo {
    width: 100%;
    margin: 0 0 30px;
    background: #fff;
    position: relative;
    overflow: hidden;
    border: 1px solid #f8981d;
    padding: 10px;
}
.logoover {
    padding: 0 10px;
    color: #000;
    transition: 0.5s;
    font-size: 14px;
    text-align: center;
}
.logoover:hover {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}
.businesLogo .hoverC {
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.6s;
    padding: 8px 10px;
    position: absolute;
    transform: scale(0);
    transform-origin: bottom center;
    background: rgba(30, 30, 30, 0.9);
}
.businesLogo .rightLogo:hover .hoverC {
    transform: scale(1);
}
.hoverC p {
    color: #fff;
    line-height: 1.3;
}
.ulList {
    margin-left: 0;
    padding-left: 0;
}
.ulList li {
    color: #000;
    background: url(../images/ad10.jpg) center left no-repeat;
    list-style-type: none;
    padding-left: 20px;
    margin: 8px 0;
}
.businessProducts {
    width: 100%;
    background: #f1f3f5;
    padding-bottom: 100px;
}
.productWrap .item {
    overflow: hidden;
}
.center {
    text-align: center;
}
.businessProducts h2 {
    color: #000;
    font-weight: 700;
    font-size: 28px;
    padding-top: 50px;
    padding-bottom: 40px;
}
.imgInfoWrap .accCont {
    display: none;
    margin-bottom: 20px;
    background: #f2efed;
    padding: 15px;
    border: 1px solid transparent;
}
.imgInfoWrap .each_ii_wrap:first-child .accCont {
    display: block;
}
.each_ii_wrap .accCont:after {
    content: "";
    clear: both;
    display: table;
}
.each_ii_wrap .accCont .figureImg {
    width: 480px;
    height: 400px;
    display: block;
    position: relative;
    margin-bottom: 15px;
    border: 2px solid #cecece;
}
.acrContent1 {
    height: 307px;
    overflow-y: scroll;
    padding-right: 15px !important;
}
.acrContent1::-webkit-scrollbar,
.bodPopBox .bodCont::-webkit-scrollbar {
    width: 5px;
}
.acrContent1::-webkit-scrollbar-track,
.bodPopBox .bodCont::-webkit-scrollbar-track {
    background: grey;
}
.acrContent1::-webkit-scrollbar-thumb,
.bodPopBox .bodCont::-webkit-scrollbar-thumb {
    background: #f8981d;
}
.acrContent1::-webkit-scrollbar-thumb:hover,
.bodPopBox .bodCont::-webkit-scrollbar-thumb:hover {
    background: #f7971d;
}
.acrContent {
    height: 400px;
    overflow-y: scroll;
    padding-right: 15px !important;
}
.acrContent::-webkit-scrollbar {
    width: 5px;
}
.acrContent::-webkit-scrollbar-track {
    background: grey;
}
.acrContent::-webkit-scrollbar-thumb {
    background: #f8981d;
}
.acrContent::-webkit-scrollbar-thumb:hover {
    background: #f7971d;
}
.figureImg:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    transition: 0.6s;
    position: absolute;
    transform: scale(0);
    background: rgba(155, 255, 255, 0.6);
}
.each_ii_wrap .accCont .figureImg:hover:after {
    transform: scale(1);
}
.zoomImg {
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 2;
    color: #000;
    font-size: 30px;
    transition: 0.6s;
    position: absolute;
    transform: translate(-50%, -50%);
}
.each_ii_wrap .accCont .figureImg:hover .zoomImg {
    opacity: 1;
}
.each_ii_wrap:nth-child(odd) .accCont .figureImg {
    float: left;
    margin-right: 30px;
}
.each_ii_wrap:nth-child(even) .accCont .figureImg {
    float: right;
    margin-left: 30px;
}
.each_ii_wrap .accCont .figureImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.accTrigger {
    margin: 0;
    position: relative;
    transition: 0.6s;
    cursor: pointer;
    font-size: 20px;
    color: #000;
    padding: 8px 40px 8px 15px;
    border: 1px solid #f8981d;
    background: rgba(248, 152, 77, 0.05);
}
.each_ii_wrap .accTrigger {
    margin-bottom: 0;
}
.each_ii_wrap {
    margin-bottom: 5px;
}
.accTrigger.active,
.accTrigger:hover {
    color: #f8981d;
}
.arrowLink {
    right: 5px;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    transform: translateY(-50%);
    position: absolute;
}
.accTrigger.active .arrowLink > .fa:before {
    content: "\f0d8";
}
.accTrigger.active {
    border-bottom: 0;
    background: #f7971d;
}
.accTrigger.active span {
    color: #fff;
}
.accTrigger.active + .accCont {
    border: 1px solid #f8981d;
}
.ourBusinessBox {
    padding: 30px 0 30px;
}
.ourBusinessBox .slick-dots {
    padding: 0;
    margin: 0;
    text-align: center;
}
.ourBusinessBox .slick-dots li {
    list-style-type: none;
    font-size: 0;
    background-color: #000;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.ourBusinessBox .slick-dots .slick-active {
    background-color: #f8981d;
}
.ourBusinessBox .slick-dots li button {
    background-color: transparent;
    border: 0;
}
.ourBusinessBox .item {
    width: 100%;
    position: relative;
}
.ourBusinessBox .item img {
    width: 100%;
}
.ourBusinessBox img {
    transform: scale(1.05);
    transition: ease-in-out 0.2s;
    height: 100%;
    width: 100%;
}
.ourBusinessBox iframe {
    transform: scale(1.05);
    transition: ease-in-out 0.2s;
    height: 300px;
    width: 100%;
}
.ourBusinessBox a:hover img {
    transform: translate(5px) scale(1.05);
}
.ourBusinessBox a {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    padding: 0;
    overflow: hidden;
}
.ourBusinessBox a .content {
    position: absolute;
    bottom: 20px;
    left: -100%;
    z-index: 6;
    padding: 0;
    background: #fff;
    padding: 20px;
    opacity: 0;
    transition: ease-in-out 0.3s;
}
.ourBusinessBox a:hover .content {
    opacity: 1;
    left: 20px;
}
.ourBusinessBox a .content:after {
    content: "";
    position: absolute;
    left: -100px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background: #fff;
    width: 100px;
}
.ourBusinessBox a:hover .content:after {
    opacity: 1;
    left: 60px;
}
.ourBusinessBox a .content p {
    margin: 0;
    font-size: 14px;
    position: relative;
    z-index: 1;
}
.ourBusinessBox a .content h4 {
    margin: 0;
}
.downloadsSection.ourBusinessBox a .content {
    left: 10px;
    right: 10px;
}
.r_dBox {
    width: 100%;
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: #f2f2f2;
}
.rdLeftImg {
    width: 40%;
    display: flex;
}
.rdLeftImg img {
    width: 100%;
}
.rdRightContent {
    width: 65%;
    display: flex;
    position: absolute;
    right: 0;
    top: 10%;
    z-index: 1;
    background-color: #fff;
    padding: 40px;
    align-items: center;
    height: 347px;
}
.rdRightContent p {
    color: #000;
    line-height: 27px;
}
.sustainableBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.bot_Box h2,
.sustainableBox h2 {
    font-size: 30px;
    font-weight: 700;
    padding: 50px 0;
    width: 100%;
    margin: 0;
}
.leftBox {
    width: 50%;
}
.leftBox.relative,
.rightBox.relative {
    overflow: hidden;
    position: relative;
}
.leftBox.relative .slick-dots,
.rightBox.relative .slick-dots {
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.6s;
    padding: 0 0 10px;
    position: absolute;
    transform: translateY(100%);
    background: rgba(0, 0, 0, 0.7);
}
.leftBox.relative:hover .slick-dots,
.rightBox.relative:hover .slick-dots {
    transform: translateY(0);
}
.rightBox {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 50px;
    box-sizing: border-box;
}
.rightBox h3 {
    font-size: 40px;
    font-weight: 500;
}
.rightBox p {
    color: #000;
}
.csrPolicy {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 35px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    margin-bottom: 40px;
}
.csrPolicyh2 {
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 35px;
}
.csrPolicy ol {
    padding: 0 0 0 19px;
}
.csrPolicy ol li {
    padding-bottom: 20px;
}
.csrPolicy ul {
    padding: 0 0 0 19px;
}
/*.investorRel {
    width: 100%;
    padding: 100px 0;
}*/
.investorLeft {
    width: 100%;
    background: #dfdfdf;
    padding: 20px;
    /*position: -webkit-sticky;
    position: sticky;
    top: 100px;*/
}
.investorLeft h2 {
    font-size: 20px;
    font-weight: 700;
}
.investorLeft .nav {
    display: block;
}
.investorLeft .nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link {
    position: relative;
    background: #f7971d;
}
.investorLeft .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: 1px solid transparent;
    background-color: #fff;
    color: #fff;
    border-radius: 0;
    position: relative;
}
.investorLeft .nav-tabs .nav-item.show .nav-link {
    background-color: #f8981d;
}
.nav-tabs .nav-link {
    background: 0 0;
}
.investorLeft .nav-tabs .nav-item .nav-link:after,
.nav-tabs .nav-link:after {
    content: "";
    transition: 0.5s;
    position: absolute;
    background-color: #f8981d;
    bottom: -2px;
    height: 4px;
    left: 0;
    width: 0;
}
.investorLeft .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active:after {
    width: 100%;
}
.investorLeft .nav-tabs .nav-link:focus:after,
.nav-tabs .nav-link:hover:after {
    width: 100%;
}
.investorLeft .nav-link {
    color: #000;
    padding: 12px 10px;
    margin: 10px 0;
    border: 0;
}
.investorLeft .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}
.investorH2 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
    position: relative;
}
.investorH2:after {
    width: 150px;
    height: 3px;
    background: #f8981d;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
}
.bodBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    flex-wrap: wrap;
    text-align: center;
    min-height: 250px;
    transition: 0.5s;
    margin-bottom: 40px;
    position: relative;
    padding: 20px;
}
.bodBox:hover {
    box-shadow:
        rgba(50, 50, 93, 0.25) 0 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
    transition: 0.5s;
}
.bodBox img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.bodBox h4 {
    font-size: 16px;
    margin-bottom: 8px;
}
.bodBox h5 {
    font-size: 12px;
    color: #929292;
}
.financials {
    width: 100%;
}
.subChild ul {
    display: none;
}
.financials ul li.subChild:first-child ul {
    display: block;
}
.financials ul {
    margin: 0;
    padding: 0;
}
.financials ul li {
    list-style-type: none;
    margin-bottom: 20px;
}
.financialNew h3,
.investorNew h3 {
    margin-bottom: 0;
}
.titleLink {
    background: #dfdfdf;
    display: block;
    width: 100%;
    padding: 15px;
}
.financials ul li a {
    color: #000;
    text-decoration: none;
}
.subChild a.active {
    background: #f8981d;
    color: #fff;
}
.menu-indicator {
    float: right;
    transform: rotate(90deg);
}
.financials ul li .active .menu-indicator .fa {
    transform: rotate(-180deg);
}
.tableBg {
    margin: 10px 0;
    background: #fff;
    padding: 20px;
    display: block;
    width: 100%;
}
.tableBg h3 {
    font-size: 16px;
    font-weight: 700;
}
.right {
    text-align: right;
}
.tableBg table {
    width: 100%;
}
.tableBg a {
    color: #008fd5 !important;
    transition: 0.5s;
}
.tableBg a:hover {
    color: #f8981d !important;
    text-decoration: none;
}
.lineRight {
    border-right: 1px solid #ccc;
    padding: 0 10px;
}
.lineRight:first-child {
    padding-left: 0;
}
.padL10 {
    padding-left: 10px;
}
.quarterly {
    width: 100%;
}
.quarterly ul {
    padding-left: 0;
}
.trLine td {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #b7b7b7;
}
.trLine td.right a {
    display: flex;
}
.trLine td:first-child {
    padding-right: 5px;
}
.trLine td:last-child {
    padding-left: 5px;
}
.bodBox1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    flex-wrap: wrap;
    text-align: center;
    min-height: 100px;
    transition: 0.5s;
    margin-bottom: 40px;
    padding: 0 15px;
}
.bodBox1:hover {
    box-shadow:
        rgba(50, 50, 93, 0.25) 0 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
    transition: 0.5s;
}
.bodBox1 h4 {
    font-size: 16px;
    margin-bottom: 8px;
}
.bodBox1 h5 {
    font-size: 12px;
    color: #929292;
}
.bodBox1 h6 {
    font-size: 12px;
    color: #929292;
    margin-bottom: 0;
}
.bodBox2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    flex-wrap: wrap;
    text-align: center;
    min-height: 420px;
    transition: 0.5s;
    margin-bottom: 40px;
    padding: 25px;
}
.bodBox2:hover {
    box-shadow:
        rgba(50, 50, 93, 0.25) 0 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
    transition: 0.5s;
}
.bodBox2 h3 {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 400;
}
.bodBox2 h4 {
    font-size: 16px;
    margin-bottom: 8px;
}
.bodBox2 h5 {
    font-size: 12px;
    color: #929292;
}
.bodBox2 h6 {
    font-size: 12px;
    color: #929292;
    margin-bottom: 0;
}
.bodBox2 span {
    color: #000;
}
.bodBox2 span a {
    color: #000;
}
.call i {
    transform: rotate(88deg);
}
.bodBox2 span i {
    margin-right: 8px;
}
/*.menu3 ul li:last-child {
    display: none;
}*/
.videosArea {
    width: 100%;
    padding: 30px 0 30px;
}
.adVideo {
    height: 350px;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    margin-bottom: 30px;
}
.ourBusinessBox .adVideo img {
    object-fit: cover;
}
.playOverlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
}
.playOverlay:hover {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}
.playOverlay i {
    color: #ff8e35;
    font-size: 35px;
}
.blogListing {
    width: 100%;
    margin-bottom: 60px;
}
.blogListingImg {
    width: 100%;
    position: relative;
}
a:hover {
    text-decoration: none;
}
.info_date {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
}
.info_date a {
    width: 84px;
    height: 84px;
    text-align: center;
    line-height: 84px;
    display: inline-block;
    padding: 20px 0 0;
}
.info-date-day {
    display: block;
    font-size: 28px;
    font-weight: 600;
    line-height: 28.5px;
    letter-spacing: -0.01em;
    color: #000;
}
.date-month {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3em;
    color: #585858;
    text-transform: uppercase;
    position: relative;
    top: -1px;
}
.date-year {
    display: none;
}
.blogHeading {
    font-size: 28px;
    color: #000;
    padding: 35px 0 18px;
    display: inline-block;
    transition: 0.5s;
}
.blogHeading:hover {
    text-decoration: none;
    color: #ff8e35;
}
.info_category {
    margin: 0 0 11px;
    color: #585858;
}
.info_category a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #585858;
    line-height: 22px;
    position: relative;
}
.blogListing.blog_post_new .blogHeading {
    font-weight: 700;
}
.blog_text p span,
.blog_text p span span {
    font-family: Gill Sans MT !important;
    font-weight: 400;
    line-height: 1.5;
    color: #747474 !important;
}
.info_category a:hover {
    text-decoration: none;
    color: #000;
}
.blogPagination {
    width: 100%;
    padding-top: 100px;
    text-align: center;
}
.blogPagination a {
    border: 1px transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #5c5c5c;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin: 0 5px;
}
.blogPagination a.active {
    border: 1px solid #ff8e35;
    color: #ff8e35;
}
.blogSearch {
    width: 100%;
    margin-bottom: 35px;
    position: relative;
}
.blogSearch input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.blogSearch i {
    position: absolute;
    font-size: 20px;
    color: #7b7b7b;
    right: 16px;
    top: 15px;
}
.blogWigets {
    width: 100%;
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d4d4d4;
}
.blogWigets h3 {
    font-size: 24px;
    padding-bottom: 18px;
}
.blogWigets ul {
    margin: 0;
    padding: 0;
}
.blogWigets ul li {
    list-style-type: none;
}
.blogWigets ul li a {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    line-height: 30px;
    position: relative;
}
.blogWigets ul li a:hover {
    color: #ff8e35;
}
.blogWigets ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: calc(100% - 1px);
    background: currentColor;
    border-radius: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
    transition: -webkit-transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
    -o-transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
    transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
    transition:
        transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9),
        -webkit-transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.blogWigets ul li a:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.tags {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    line-height: 30px;
    position: relative;
    border-bottom: 1px solid #d4d4d4;
    padding: 6px;
    margin-right: 5px;
    transition: 0.5s;
}
.tags:hover {
    color: #ff8e35;
}
.contactOffice {
    width: 100%;
    background: #e7e7e7;
    padding: 100px 0;
}
.officeBox {
    width: 100%;
    text-align: center;
}
.officeBox p {
    color: #000;
}
.officeBox h3 {
    color: #ff8e35;
    font-size: 22px;
    font-weight: 700;
}
.mapArea {
    width: 100%;
    padding: 50px 0;
}
.mapbox {
    width: 100%;
}
.contactForm {
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    padding: 40px;
    box-sizing: border-box;
    margin-top: 30px;
}
.contactInput {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    color: #000;
    margin-bottom: 20px;
    background: 0 0;
}
.contactInput:focus {
    border: 1px solid #ff8e35;
    outline: 0;
}
.mt30 {
    margin-top: 30px;
}
.banner-wrapper {
    padding: 30px !important;
    background: rgba(0, 13, 15, 0.45) !important;
}
span.small-title {
    font-size: 16px;
    display: block;
    font-family: Gill Sans MT;
    font-weight: 600;
    color: #fff;
}
.groupTega.mb-0 {
    margin-bottom: 0 !important;
}
.groupTega.leftImg {
    text-align: left;
}
.groupTegaBox {
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
}
.groupTega.leftImg .groupTegaBox {
    right: 0;
}
.groupTegaBox + img {
    height: 580px;
}
.setsApart .groupTegaBox + img {
    width: 75%;
}
.groupTega.rightImg {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.wa {
    position: fixed;
    z-index: 9;
    left: 10px;
    bottom: 15px;
}
.geta_q {
    position: fixed;
    z-index: 9;
    right: -58px;
    top: 320px;
    background: #f8981d;
    padding: 4px 19px;
    transform: rotate(-90deg);
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    -webkit-box-shadow: 0 0 8px 1px rgb(255 255 255/60%);
    -moz-box-shadow: 0 0 8px 1px rgba(255, 255%, 255%, 60%);
    box-shadow: 0 0 8px 1px rgb(255 255 255/60%);
}
.geta_q a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
.sidenav {
    width: 350px;
    position: fixed;
    z-index: 3000;
    top: 12%;
    right: 0;
    transform: translateX(calc(100%));
    transition: 0.5s;
    padding-top: 50px;
    padding-bottom: 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 6px 0 rgb(0 0 0/75%);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 6px 0 rgb(0 0 0/75%);
}
.card-team .tpContent p::-webkit-scrollbar,
.eachOppBox .content .listBox::-webkit-scrollbar,
.imgInfoWrap .accCont::-webkit-scrollbar,
.initiativeWrap .imgInfo::-webkit-scrollbar,
.life_tega_sec .rdRightContent1 > div::-webkit-scrollbar,
.sidenav .ftr_frm > .basic_bx::-webkit-scrollbar,
.userCont.scrollBox p::-webkit-scrollbar {
    width: 5px;
}
.card-team .tpContent p::-webkit-scrollbar-track,
.eachOppBox .content .listBox::-webkit-scrollbar-track,
.imgInfoWrap .accCont::-webkit-scrollbar-track,
.initiativeWrap .imgInfo::-webkit-scrollbar-track,
.life_tega_sec .rdRightContent1 > div::-webkit-scrollbar-track,
.sidenav .ftr_frm > .basic_bx::-webkit-scrollbar-track,
.userCont.scrollBox p::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
}
.card-team .tpContent p::-webkit-scrollbar-thumb,
.eachOppBox .content .listBox::-webkit-scrollbar-thumb,
.imgInfoWrap .accCont::-webkit-scrollbar-thumb,
.initiativeWrap .imgInfo::-webkit-scrollbar-thumb,
.life_tega_sec .rdRightContent1 > div::-webkit-scrollbar-thumb,
.sidenav .ftr_frm > .basic_bx::-webkit-scrollbar-thumb,
.userCont.scrollBox p::-webkit-scrollbar-thumb {
    background: #f8981d;
    border-radius: 8px;
}
.card-team .tpContent p::-webkit-scrollbar-thumb:hover,
.eachOppBox .content .listBox::-webkit-scrollbar-thumb:hover,
.imgInfoWrap .accCont::-webkit-scrollbar-thumb:hover,
.initiativeWrap .imgInfo::-webkit-scrollbar-thumb:hover,
.life_tega_sec .rdRightContent1 > div::-webkit-scrollbar-thumb:hover,
.sidenav .ftr_frm > .basic_bx::-webkit-scrollbar-thumb:hover,
.userCont.scrollBox p::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 40px;
    font-size: 36px;
    margin-left: 0;
    width: 40px;
    text-align: center;
    padding: 5px;
    line-height: 30px;
}
.sidenav .closebtn:hover {
    color: #f7971d;
}
.sidenav h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(247, 152, 29, 0.35);
}
.sidenav .ftr_frm > .basic_bx {
    height: 415px;
    overflow-x: hidden;
}
.sidenav form {
    width: 100%;
    padding: 0 25px;
}
.sidenav .login-box .user-box.frm_bxs {
    width: 100%;
}
.user-box input,
.user-box textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}
.user-box select {
    width: 100%;
    padding: 10px;
    height: 48px;
    margin-bottom: 15px;
}
.formBox button.btn.btn-default.hvr-sweep-to-right,
.sidenav button.btn.btn-default.hvr-sweep-to-right {
    background-color: #f7971d;
    border-radius: 50px;
    padding: 15px 0;
    width: 220px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 9px 0 rgb(130 176 57/71%);
    -moz-box-shadow: 0 0 9px 0 rgba(130, 176, 57, 0.71);
    box-shadow: 0 0 9px 0 rgb(130 176 57/71%);
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.sidenav button.btn.btn-default.hvr-sweep-to-right {
    margin-top: 0;
}
.hvr-sweep-to-right-dark:before,
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.formBox .hvr-sweep-to-right:before,
.sidenav .hvr-sweep-to-right:before {
    background: #000;
    border-radius: 0;
}
.hvr-sweep-to-right-dark:active:before,
.hvr-sweep-to-right-dark:focus:before,
.hvr-sweep-to-right-dark:hover:before,
.hvr-sweep-to-right:active:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

@media (min-width: 992px) {

    
.locationWrap .locationRow {
    justify-content: center;
}
.locationWrap .eachCont {
    padding: 30px;
    transition: 0.6s;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
}
.locationWrap .eachContWrap {
    height: 300px;
    overflow: hidden;
    position: relative;
}
.locationWrap .eachContWrap:hover {
    color: #f8981d;
}
.locationWrap .addressBox {
    transition: 0.6s;
    display: flex;
    flex-wrap: wrap;
}
.locationWrap .addressBox span {
    width: 30px;
    display: block;
}
.locationWrap .addressBox p {
    transition: 0.6s;
    position: relative;
    display: inline-block;
    width: calc(100% - 30px);
    margin-bottom: 8px !important;
}

.locationWrap .addressBox p:after {
    content: "";
}
.locationWrap .addressBox + .map {
    width: 100%;
    bottom: 0;
    transition: 0.6s;
    position: absolute;
}
.locationWrap .addressBox + .map iframe {
    height: 120px;
    transition: 0.6s;
    width: 100% !important;
}
.locationWrap .eachCont:hover .addressBox + .map iframe {
    z-index: 3;
    height: 200px;
}
}

p:last-child {
    margin-bottom: 0 !important;
}
.fz_24 {
    font-size: 24px;
}
.w_30 {
    width: 30%;
}
.w_40 {
    width: 40%;
}
.w_50 {
    width: 50%;
}
.w_60 {
    width: 60%;
}
.w_70 {
    width: 70%;
}
.w_80 {
    width: 80%;
}
.w_90 {
    width: 90%;
}
.fltLft {
    float: left;
}
.fltRgt {
    float: right;
}
.dib {
    display: inline-block;
}
.db {
    display: block;
}
.df {
    display: flex;
}
.aic {
    align-items: center;
}
.aifs {
    align-items: flex-start;
}
.jcc {
    justify-content: center;
}
.aife {
    align-items: flex-end;
}
.jcsb {
    justify-content: space-between;
}
.fw {
    flex-wrap: wrap;
}
.fdrr,
.row_rev {
    flex-direction: row-reverse;
}
.col_rev,
.fdcr {
    flex-direction: column-reverse;
}
.wid_1b2 {
    width: calc((100% / 2) - 10px);
}
.wid_1b3 {
    width: calc((100% / 3) - 10px);
}
.wid_1b4 {
    width: calc((100% / 4) - 10px);
}
.blackText {
    color: #000;
}
.orangeText {
    color: #f8981d;
}
.skyText {
    color: #0597e2;
}
.greenText {
    color: #4fb310;
}
.mvWrapRow {
    padding: 50px 0;
    margin-top: 50px;
}
.mvEachCont {
    padding: 30px;
    height: 215px;
    background: #fff;
    box-shadow: 5px 4px 10px rgb(0 0 0/15%);
}
.mvEachCont figure {
    margin-right: 15px;
}
.mvEachCont figure img {
    max-height: 60px;
}
h3.orangeText {
    color: #000;
}
h3.orangeText strong {
    color: #f8981d;
    font-weight: 700;
}
figcaption.skyText {
    font-size: 13px;
}
figure + span.db.p-2 {
    font-size: 14px;
    color: #000;
}
.awardBox .eachBox {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.awardBox .eachBox img {
    width: 100%;
    height: 500px;
}
.awardBox .eachBox p {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    transition: 0.6s;
    position: absolute;
    padding: 20px 15px;
    align-items: center;
    transform: translateY(100%);
    background: rgba(40, 40, 40, 0.75);
}
.awardBox .eachBox:hover p {
    transform: translateY(0);
}
ul.fz_24 li:not(:last-child) {
    margin-bottom: 8px;
}
.life_tega_sec .rdRightContent1 {
    top: 30%;
}
.rdRightContent1 > div {
    height: 400px;
    overflow-y: scroll;
    padding-right: 10px;
}
.r_dBox {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: #f2f2f2;
}
.rdLeftImg {
    width: 40%;
    display: flex;
}
.rdRightContent1 {
    width: 65%;
    position: absolute;
    right: 0;
    top: 10%;
    z-index: 1;
    background-color: #fff;
    padding: 40px;
    align-items: center;
}
.rdRightContent1 p {
    color: #000;
    line-height: 27px;
}
.sustainableBox1 h2 {
    font-size: 30px;
    font-weight: 700;
    padding: 50px 0;
    width: 100%;
    margin: 0;
}
.whoAre {
    width: 100%;
}
.width20 {
    width: 22%;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    height: 120px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #000;
    font-weight: 700;
    margin: 1%;
}
.contentBox {
    color: #000;
    padding-top: 25px;
}
.rdRightContent2 {
    width: 65%;
    display: flex;
    position: absolute;
    right: 0;
    top: 10%;
    z-index: 1;
    background-color: #fff;
    padding: 40px;
    align-items: center;
    height: 347px;
}
.rdRightContent2 p {
    color: #000;
    line-height: 27px;
}
.card-team {
    display: block;
    position: relative;
    height: 100%;
}
.card-team img {
    height: 100%;
    object-fit: cover;
}
.card-team .tcontent {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 18px 15px 14px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    -webkit-transition: -webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s;
    transition: -webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s;
    -o-transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s;
    transition: clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s;
    transition:
        clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s,
        -webkit-clip-path 0.3s cubic-bezier(0.63, 0.24, 0.26, 0.91) 0.1s;
}
.card-team .tcontent {
    left: 10px;
    right: 10px;
}
.card-team .tcontent h5 {
    margin: 0 0 5px;
    font-size: 16px;
    transition: ease-in-out 0.2s;
    color: #f8981d;
}
.card-team .tcontent p {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    transition: ease-in-out 0.2s;
    color: #101010;
}
.card-team:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 60px;
    height: 1px;
    width: 0;
    background: #fff;
    -webkit-transition: width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.card-team .tpContent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    z-index: 2;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    transition: 0.6s;
    transform: scale(0);
    background: rgba(40, 40, 40, 0.9);
}
.card-team .tpContent p {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    height: 240px;
    padding-right: 8px;
    overflow-y: scroll;
}
.card-team:hover .tpContent {
    transform: scale(1);
}
.card-team:hover:after {
    -webkit-transition: width 0.2s cubic-bezier(0.63, 0.24, 0.26, 0.91);
    -o-transition: width 0.2s cubic-bezier(0.63, 0.24, 0.26, 0.91);
    transition: width 0.2s cubic-bezier(0.63, 0.24, 0.26, 0.91);
    width: 100%;
}
.ourBusinessSlider1 .slick-dots {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px 0;
}
.ourBusinessSlider1 .slick-dots li {
    display: inline-block;
    list-style-type: none;
}
.ourBusinessSlider1 .slick-dots li button {
    border: 0;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 50%;
    background: #008fd5;
    font-size: 0;
    margin: 0 5px;
}
.ourBusinessSlider1 .slick-dots .slick-active button {
    border: 0;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 50%;
    background: #f8971d;
    font-size: 0;
    margin: 0 5px;
}
.opportunityBox.ourBusinessBox .adVideo {
    height: 300px;
}
.eachOppBox {
    position: relative;
    margin-bottom: 30px;
}
.eachOppBox .content {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    transition: 0.6s;
    position: absolute;
    padding: 5px 20px 15px;
    background: rgba(40, 40, 40, 0.85);
    transform: translateY(calc(100% - 34px));
}
.eachOppBox:hover .content {
    transform: translateY(calc(180px));
}
.eachOppBox .content strong {
    display: block;
    color: #f8981d;
    line-height: 1;
    transition: 0.6s;
    font-weight: 500;
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 5px;
}
.eachOppBox:hover .content strong {
    color: #fff;
    background: #000;
}
.eachOppBox .content .listBox {
    padding: 0;
    height: 180px;
    margin: 0 0 20px;
    padding-right: 8px;
    overflow-y: scroll;
    list-style-position: inside;
}
.eachOppBox .content .listBox li,
.eachOppBox .content p.listBox {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}
.eachOppBox .content .listBox li:not(:last-child) {
    margin-bottom: 8px;
}
.eachOppBox .content .knowMore {
    margin-top: 30px;
    padding: 8px 20px;
    display: inline-block;
}
.tb {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.3s;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.tb:hover {
    opacity: 1;
}
.tender {
    background: #fff;
    box-shadow: rgb(149 157 165/20%) 0 8px 24px;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.tender span {
    background: #018ed0;
    display: block;
    padding: 12px;
    color: #fff;
}
._3_col span {
    padding: 10px;
}
.relative {
    position: relative;
}
.productWrap .hoverC {
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    transition: 0.6s;
    padding: 8px 10px;
    position: absolute;
    transform: scale(0);
    transform-origin: bottom center;
    background: rgba(30, 30, 30, 0.9);
}
.productWrap .item:hover .hoverC {
    transform: scale(1);
}
.productWrap .hoverC p {
    color: #fff;
    line-height: 1.3;
}
.sliderWrap {
    overflow: hidden;
}
.sliderWrap .imgBox a {
    display: block;
    position: relative;
}
.imgBox img {
    width: 100%;
}
.sliderWrap .imgBox a:after {
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    transition: 0.6s;
    position: absolute;
    transform: scale(0);
    transform-origin: bottom center;
    background: rgba(30, 30, 30, 0.4);
}
.sliderWrap .imgBox:hover a:after {
    transform: scale(1);
}
.sliderWrap .slick-arrow {
    top: 50%;
    z-index: 9;
    width: 30px;
    height: 30px;
    opacity: 0.5;
    font-size: 0;
    border: 0;
    outline: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
    background: rgba(255, 255, 255);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 5px 2px #f89e29;
    -moz-box-shadow: 0 0 5px 2px #f89e29;
    box-shadow: 0 0 5px 2px #f89e29;
}
.sliderWrap .slick-arrow:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #0976a5;
    font-family: FontAwesome;
}
.sliderWrap .slick-arrow:hover {
    opacity: 1;
}
.sliderWrap .slick-prev {
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    border-radius: 0 5px 5px 0;
}
.sliderWrap:hover .slick-prev {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
.sliderWrap .slick-prev:before {
    content: "\f104";
}
.sliderWrap .slick-next {
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    border-radius: 5px 0 0 5px;
}
.sliderWrap .slick-next:before {
    content: "\f105";
}
.sliderWrap:hover .slick-next {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
.fw_400 {
    font-weight: 400;
}
.fw_500 {
    font-weight: 500;
}
.fw_600 {
    font-weight: 600;
}
.fw_700 {
    font-weight: 700;
}
.fw_800 {
    font-weight: 800;
}
.floTypeBox .eachFlo > div {
    height: 415px;
    padding: 20px 10px;
    box-shadow: 3px 3px 10px rgba(30, 30, 30, 0.15);
}
.floTypeBox .eachFlo > div p {
    text-align: justify;
}
.floTypeBox .eachFlo > div figcaption {
    text-align: center;
    font-weight: 500;
    padding: 8px;
    background: rgba(40, 40, 40, 0.1);
}
.floTypeBox .fullWidth.eachFlo > div {
    height: auto;
}
.floTypeBox .fullWidth:not(:last-child) {
    margin-bottom: 20px;
}
.floTypeBox .fullWidth:nth-child(even) .row {
    flex-direction: row-reverse;
}
.row_opti_01 figure {
    margin-bottom: 0;
}
.adCols h4 {
    margin-top: 20px;
}
.adCols li {
    margin-left: 20px;
}
.adTable {
    width: 100%;
    margin-bottom: 20px;
}
.adTable tr td {
    padding: 12px;
    border: 1px solid #ccc;
}
.adInput {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.enSubmit {
    padding: 18px 30px;
    display: inline-block;
    background: #db973a;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    border: 0;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}
.enSubmit:hover {
    background: #000;
    color: #fff;
    transition: 0.3s;
}
.customBlock {
    padding: 100px 0;
}
.postWrapRow:after {
    display: table;
    content: "";
    clear: both;
}
.postWrapRow .main_post {
    max-width: calc(100% - 340px);
    float: right;
}
.postWrapRow .aside_bar {
    max-width: 340px;
    float: left;
}
.sidebar {
    max-width: 380px;
    font-size: 15px;
}
.sidebar-section {
    margin-bottom: 2rem;
    box-shadow: 0 0 1px 0 rgb(0 0 0/10%);
    box-shadow: 0 0 1px 0 rgb(0 0 0/14%);
    box-shadow: 3px 3px 6px rgb(128 128 128/25%);
    padding: 30px;
}
#qodef-page-sidebar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 60px;
}
.widget {
    margin: 0 0 15px;
}
.widget.widget_search .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    max-width: 400px;
}
.widget.widget_search input {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-left: 2px;
    padding-right: 60px;
    font-size: 13px;
    color: #747474;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #eec48e;
    -webkit-transition: border-color 0.2s ease-out;
    -o-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out;
    font-weight: 400;
    text-transform: uppercase;
}
.qodef-theme-button,
button[type="submit"],
input[type="submit"] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Gill Sans MT;
    font-size: 15px;
    line-height: 2em;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition:
        color 0.2s ease-in-out,
        background-color 0.2s ease-in-out,
        border-color 0.2s ease-in-out;
    -o-transition:
        color 0.2s ease-in-out,
        background-color 0.2s ease-in-out,
        border-color 0.2s ease-in-out;
    transition:
        color 0.2s ease-in-out,
        background-color 0.2s ease-in-out,
        border-color 0.2s ease-in-out;
    padding: 16px 29px 17px 30px;
    color: #fff;
    background-color: #f8981d;
    border: 1px solid transparent;
    cursor: pointer;
}
.widget.widget_search button,
.widget.widget_search input {
    height: 40px;
    padding: 8px 0;
    font-family: inherit;
    font-weight: inherit;
    line-height: 24px;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
}
.widget.widget_search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    font-size: 25px;
    text-align: center;
    color: #fff;
    background-color: #f7971d;
    border: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.widget.widget_search button svg {
    display: block;
    line-height: inherit;
    width: 19px;
    height: 19px;
    margin: auto;
}
#qodef-page-sidebar .widget.widget_stal_core_separator {
    margin-bottom: 0;
}
.qodef-separator {
    position: relative;
    height: auto;
    font-size: 0;
    line-height: 1;
}
.qodef-separator .qodef-m-line {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 10px 0;
    border-bottom: 1px solid #e1e1e1;
}
.widget .qodef-widget-title {
    margin: 0 0 16px;
}
.widget ul:not(.qodef-shortcode-list) {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget ul:not(.qodef-shortcode-list) li {
    margin: 0 0 10px;
}
.widget a {
    color: #747474;
}
.qodef-blog {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 50px;
}
.qodef-grid.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px;
}
.widget.widget_stal_core_blog_list .qodef-item-layout--simple {
    margin-top: 9px;
}
.qodef-grid.qodef-gutter--normal > .qodef-grid-inner {
    margin: 0 -15px;
}
.qodef-grid .qodef-grid-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    min-height: 1px;
    float: left;
}
.qodef-grid.qodef-gutter--normal > .qodef-grid-inner > .qodef-grid-item {
    padding: 0 15px;
    margin: 0 0 30px;
}
.qodef-grid.qodef-layout--columns.qodef-col-num--1 > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.qodef-blog article .qodef-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 180px;
    margin: 0 19px 8px 0;
    overflow: hidden;
}
.qodef-blog article .qodef-e-media-image a,
.qodef-blog article .qodef-e-media-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.qodef-blog.qodef-item-layout--simple article.format-standard.has-post-thumbnail a img {
    -webkit-transform: translateX(0) scale(1.07);
    -ms-transform: translateX(0) scale(1.07);
    transform: translateX(0) scale(1.07);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
    transition: -webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
    -o-transition: transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
    transition: transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
    transition:
        transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97),
        -webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
}
.qodef-blog article .qodef-e-content,
.qodef-blog article .qodef-e-inner,
.qodef-blog article .qodef-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-blog article .qodef-e-content h5,
.qodef-blog article .qodef-e-inner,
.qodef-blog article .qodef-e-media h5 {
    margin-bottom: 0;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-inner .qodef-e-info-item {
    line-height: 1em;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-info-date a {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #747474;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-info-date a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    top: auto;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition:
        background-color 0s ease,
        -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition:
        background-color 0s ease,
        -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition:
        transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86),
        background-color 0s ease;
    transition:
        transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86),
        background-color 0s ease;
    transition:
        transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86),
        background-color 0s ease,
        -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.qodef-blog.qodef-item-layout--simple article.popular_blogs .qodef-e-title a {
    color: #101010;
    display: inline;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    min-height: 50px;
    line-height: 1.3;
}
.widget.widget_tag_cloud .tagcloud {
    margin-top: 26px;
}
.widget.widget_tag_cloud .tagcloud a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 15px 0;
    padding: 5px 15px 4px;
    font-family: inherit;
    font-size: 13px !important;
    line-height: inherit;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    background-color: #79d3ff;
    float: left;
}
.author-description {
    padding: 30px 0 10px;
}
.prevnextlinks {
    margin-bottom: 30px;
    border-top: 1px solid #ffd5a0;
    border-bottom: 1px solid #ffd5a0;
    margin-left: 0;
    margin-right: 0;
}
.prevnextlinks .rightborder {
    border-right: 1px solid #ffd5a0;
}
.prevnextlinks .thepostlink {
    padding: 20px 0;
    font-size: 17px;
    display: block;
    color: #111;
    font-weight: 500;
}
.prevnextlinks .thepostlink a {
    color: #f8981d;
}
.prevnextlinks .thepostlink span {
    color: #000 !important;
}
.commentlist {
    padding: 0 0 20px;
    margin-bottom: 30px;
    border-bottom: 3px solid #ccc;
}
.commentlist li:not(:last-child) {
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px;
    margin: 0 0 15px;
}
.comment-respond h3 {
    margin-bottom: 15px;
}
.acf-input-wrap,
.comment-form-author input,
.comment-form-comment textarea,
.comment-form-email input,
.comment-form-url input {
    height: 40px;
    border: 1px solid #ccc;
    width: 100%;
    padding: 5px 10px;
}
.comment-form-comment textarea {
    height: 90px;
    padding: 10px;
}
.form-submit input[name="submit"] {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    background-color: #006da6;
    border: 2px solid #006da6;
    text-transform: uppercase;
    vertical-align: top;
    text-align: center;
    padding: 10px 8px;
    line-height: 28px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    width: 160px;
    height: 52px;
}
.comment-awaiting-moderation {
    background: #ffc9c9;
    color: #800;
    font-size: 13px;
    font-weight: 600;
    padding: 10px;
    margin: 8px 0 0;
    display: block;
}
.commentmetadata a {
    display: block;
    margin: 0 0 8px;
}
label[for="author"],
label[for="comment"],
label[for="email"],
label[for="url"] {
    display: block;
    margin: 0 0 5px;
}
.comment-body p {
    padding: 8px 10px;
    border: 2px solid #efefef;
}
.comment-author.vcard {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.comment-author.vcard img {
    margin-right: 8px;
}
.comment-author.vcard .fn {
    margin-right: 8px;
    display: inline-block;
}
.reply {
    margin: 15px 0 0;
}
.reply a {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    font-size: 13px;
    background-color: #d5f0ff;
    border: 2px solid #006da6;
    text-transform: uppercase;
    vertical-align: top;
    text-align: center;
    padding: 10px 8px;
    line-height: 22px;
    font-weight: 600;
    cursor: pointer;
    color: #333;
    width: 120px;
    height: 42px;
}
.life_tega_sec .rdLeftImg {
    width: 50%;
    height: 650px;
}
.life_tega_sec .rdRightContent1 {
    top: calc(50% + 25px);
    transform: translateY(-50%);
}
.sustainableBoxNew {
    margin-bottom: 80px;
}
.sustainableBoxNew:after {
    display: table;
    content: "";
    clear: both;
}
.controls {
    padding: 2%;
    text-align: center;
    color: #333;
    font-weight: 500;
}
label {
    font-weight: 300;
    margin: 0 0.4em 0 0;
}
.controls button {
    display: inline-block;
    padding: 0.4em 0.8em;
    background: #fff;
    border-bottom: 2px solid #f8981d !important;
    border: 0;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    border-radius: 4px;
    cursor: pointer;
}
.controls button.active {
    background: #f8981d;
    color: #fff;
}
.controls button:focus {
    outline: 0 none;
}
.controls button + label {
    margin-left: 1em;
}
.container-max {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container .gap,
.container .mix {
    display: inline-block;
    width: 49%;
}
.container .mix {
    text-align: left;
    background: #03899c;
    margin-bottom: 2%;
    display: none;
    position: relative;
}
.container .mix figure {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-bottom: 0;
}
.container .mix img {
    width: 100%;
    height: 100%;
}
.container .mix figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
    transition: 0.6s;
    padding: 8px 10px;
    background: rgba(40, 40, 40, 0.75);
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}
.container .mix figure:hover figcaption {
    opacity: 1;
    visibility: visible;
}
.container .mix:after {
    content: attr(data-myorder);
    color: #fff;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    padding: 4% 6%;
    font-weight: 700;
}
.container .mix:before {
    content: "";
    display: inline-block;
    padding-top: 60%;
}
.teamBg {
    background-color: #fff;
    box-shadow: 0 7px 15.66px 2.34px rgb(0 0 0/39%);
    padding: 20px;
    width: 100%;
    margin-bottom: 45px;
}
.mainMemberRow .row > .col-md-12:nth-child(even) .teamBg .col-md-3 {
    order: 2;
}
.userPro {
    width: 100%;
}
.userCont.scrollBox {
    padding-right: 10px;
}
.userCont h3 {
    font-size: 25px;
    font-weight: 600;
}
.userCont h4 {
    font-size: 16px;
    font-weight: 300;
    color: rgb(0 0 0/75%);
}
.userCont.scrollBox p {
    height: 180px;
    overflow-y: scroll;
    padding-right: 8px;
}
.teamSlider .slick-dots {
    text-align: center;
}
.teamSlider .slick-dots li {
    display: inline-block;
    list-style-type: none;
}
.teamSlider .slick-dots li button {
    border: 0;
    font-size: 0;
    background: #008fd5;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 5px;
}
.teamSlider .slick-dots .slick-active button {
    background: #f8981d;
}
.appS_row {
    width: 100%;
}
.eachAppS {
    float: left;
    width: 33.33%;
    padding-right: 10px;
}
.eachAppS a {
    display: block;
    width: 100%;
    height: 380px;
    position: relative;
}
.eachAppS a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.csList {
    list-style-position: inside;
}
.thumbWrap {
    display: none;
}
.thumbWrap .eachBox figure {
    margin: 0;
    display: block;
}
.thumbWrap .eachBox figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumbWrap .eachBox figure figcaption {
    color: #ff8f00;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    padding: 8px 5px;
    background: rgba(239, 239, 239, 0.6);
}
.cyclone_size_table thead th {
    background-color: #ffc000;
    border: 1px solid #000;
}
.cyclone_size_table td,
.cyclone_size_table th {
    color: #000;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
}
.imgH {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0 0 8px rgba(70, 70, 70, 0.15);
}
.imgH:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    transition: 0.6s;
    position: absolute;
    transform: translateY(-100%);
    background: rgba(70, 70, 70, 0.15);
}
.imgH:hover:after {
    transform: translateY(0);
}
@media all and (min-width: 420px) {
    .container .gap,
    .container .mix {
        width: 32%;
        background: #fff;
    }
}
@media all and (min-width: 640px) {
    .container .gap,
    .container .mix {
        width: 32.5%;
    }
}
.co {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}
.caseCounter {
    margin-bottom: 60px;
}
.caseCounter .row > div {
    margin: 0 0 20px;
}
.caseImgBox {
    width: 40%;
    height: 350px;
    margin-right: 35px;
    margin-bottom: 35px;
    margin-top: 10px;
}
.caseCounter p strong {
    display: block;
    text-transform: none;
}
.caseImgBox img {
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.pb-4,
.py-4 {
    clear: both;
}
@media screen and (max-width: 1440px) {
    .header_btns .dropdown .dropbtn {
        padding: 8px;
    }
    .ml-auto,
    .mx-auto {
        margin-left: 0;
    }
    .adTab li img {
        width: 138px;
    }
    .groupTegaBox + img {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 1366px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding: 15px 17px;
    }
    .header_btns .dropdown .dropbtn {
        font-size: 14px;
    }
    .header_btns .dropdown-content a span {
        font-size: 14px;
    }
    .adTab li img {
        width: 108px;
    }
    .groupTegaBox {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 1200px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding: 15px;
    }
    .sec_2 img {
        width: 100%;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding: 15px 6px;
    }
    .container {
        width: 100%;
        max-width: 100%;
    }
    .owl-theme .owl-nav {
        left: 0;
        right: 0;
    }
    .owl-carousel {
        padding-left: 30px;
        padding-right: 30px;
    }
    .owl-theme.owl_home_main .owl-nav {
        left: 0;
        right: 0;
    }
    .owl-carousel.owl_home_main {
        padding-left: 0;
        padding-right: 0;
    }
    .owl-theme.owl_testi .owl-nav {
        left: 0;
        right: 0;
    }
    .owl-carousel.owl_testi {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 1199px) {
    .sec_2 .content,
    .sec_8 .content {
        position: relative;
        transform: none;
    }
    .sec_2 img,
    .sec_8 img {
        width: 100%;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding: 15px 10px;
    }
}
@media screen and (max-width: 1024px) {
    .sec_6 .table tr td.big,
    .sec_6 .table tr td.mid {
        width: 100%;
        display: block;
    }
    .sec_6 .table tr td.smalll {
        width: 50%;
        display: inline-block;
    }
    .sec_6 .table tr td {
        border-width: 5px;
    }
    .sec_6 .table tr td {
        height: 400px;
    }
    .navbar-hover .collapse ul ul ul {
        left: -254px;
    }
}
@media screen and (max-width: 991px) {
    .list-contact li {
        display: block;
    }
    .navbar-toggler .la-times {
        display: block;
    }
    .navbar-toggler .la-bars {
        display: none;
    }
    .navbar-collapse {
        background: #333;
    }
    .fixed .navbar-collapse {
        background: #fff;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding: 10px 15px;
    }
    .initiativeWrap .imgInfo {
        height: auto;
    }
    .tender {
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 767px) {
    .sec_6 .table tr td.smalll {
        width: 100%;
        display: block;
    }
    .sec_6 .table tr td {
        height: 300px;
    }
    .owl_home_main .item .content {
        display: none;
    }
    .navbar-toggler.collapsed .la-bars {
        color: #000;
    }
    .navbar-toggler .la-times {
        color: #000;
    }
    .navbar-collapse {
        background: #ebebeb;
    }
    .dropdown-toggle:after {
        float: right;
    }
    .myclsCenter {
        text-align: center !important;
    }
    .fixed-top {
        position: static;
    }
    .inner-banner {
        margin-top: 0;
    }
    .endorsesBox {
        display: block;
        text-align: center;
    }
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 22px !important;
    }
    .groupTega {
        padding: 30px 0 0;
    }
    .groupTegaBox {
        position: static;
        transform: translateY(0);
        width: 100%;
        padding: 25px;
    }
    .rdLeftImg {
        width: 100%;
        display: block;
    }
    .rdRightContent {
        display: block;
        width: 100%;
        position: static;
        height: auto;
    }
    .leftBox {
        width: 100%;
    }
    .rightBox {
        display: block;
        width: 100%;
    }
    .dropdown-menu.mega-menu > li > div > ul > li {
        width: 100%;
        margin-bottom: 30px;
    }
    .life_tega_sec .rdLeftImg {
        width: 100%;
        height: auto;
    }
    .life_tega_sec .rdRightContent1 {
        position: static;
        width: 100%;
    }
    .tab-pane {
        margin-top: 35px;
    }
}
@media screen and (max-width: 575px) {
    .sec_6 .table tr td {
        height: 250px;
    }
    .right-panel {
        padding: 100px 20px 20px;
    }
    .csr-image {
        background-position: center;
        height: 195px;
    }
    .spl_sec_center .business_count_list li h6:after {
        left: 147px;
    }
    .adTab li img {
        width: 97px;
    }
}
@media screen and (max-width: 480px) {
    .spl_sec_center .business_count_list li h6:after {
        display: none;
    }
    .spl_sec_center .business_count_list ul li {
        width: 100%;
        margin-bottom: 25px;
    }
    .adTab li img {
        width: 73px;
    }
}
.fltLeft {
    float: left;
    margin-bottom: 10px;
}
.fltRight {
    float: right;
    margin-bottom: 10px;
}
.clearFix:after {
    clear: both;
    content: "";
    display: table;
}
.spanLarge {
    font-size: 24px;
    font-weight: 600;
}
.testiWrapBox {
    padding: 90px 0 60px;
}
.testiRowWrap {
    margin-bottom: 40px;
}
.testiRowWrap .col-lg-12 {
    padding: 30px 15px;
    box-shadow: 0 0 8px rgba(40, 40, 40, 0.35);
}
.testiRowWrap .fdrr .col-lg-3 {
    text-align: right;
}
.testiRowWrap .imgBox {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
}
.testiRowWrap .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testiRowWrap .name_N_desg strong {
    font-size: 20px;
}
.testiRowWrap .name_N_desg .desgBox {
    color: #d77900;
    font-size: 14px;
    font-weight: 500;
}
.wid_1b2 {
    width: calc((100% / 2) - 10px);
}
.form_row .contactForm {
    margin-top: 0;
    max-width: 900px;
    padding: 20px 15px;
}
.form_row {
    display: none;
}
.form_row h4 {
    display: none;
}
.fileBox {
    position: relative;
}
.fileBox .customText {
    width: calc(100% - 108px);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    height: 50px;
    line-height: 40px;
    padding: 5px 15px 5px 0;
}
.fileBox.custom-file {
    height: auto;
}
.fileBox .custom-file-input {
    height: 50px;
    border-radius: 0;
    line-height: 40px;
}
.fileBox .custom-file-label {
    margin: 0;
    height: 50px;
    border-radius: 0;
    line-height: 40px;
}
.categoryScroll {
    height: 300px;
    overflow-y: scroll;
}
.categoryScroll::-webkit-scrollbar {
    width: 5px;
}
.categoryScroll::-webkit-scrollbar-thumb {
    background: #f7971d;
    border-radius: 10px;
}
.categoryScroll::-webkit-scrollbar-track {
    border-radius: 10px;
}
.fileBox .custom-file-label:after {
    height: 48px;
    width: 100px;
    text-align: center;
    line-height: 38px;
}
.bodPopBox {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.6s;
    background: rgba(0, 0, 0, 0.9);
    transform: scale(0);
}
.bodPopCont {
    border: 5px solid #fff;
    background: #fff;
    padding: 10px;
    width: 100%;
    height: 100%;
}
.bodPopCont h5 .name {
    color: #f7971d;
    font-size: 20px;
}
.bodPopCont h5 .designation {
    color: #333;
    font-size: 14px;
}
.bodPopCont br {
    display: none;
}
.bodPopCont p:empty {
    display: none;
}
.bodBox:hover .bodPopBox {
    transform: scale(1);
}
.bodPopBox .bodCont {
    text-align: left;
    height: 180px;
    padding-right: 10px;
    overflow-y: scroll;
}
.privacy-page {
    padding: 30px 0 80px;
}
.helpdesk .bodBox2 br {
    display: none;
}
.helpdesk .bodBox2 span {
    color: #000;
    display: block;
    margin: 0 0 10px;
}
.mobShow {
    display: none;
}
@media only screen and (max-width: 1199px) {
    .navbar-collapse {
        padding: 20px 0 !important;
        background: #f1f1f1 !important;
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
        z-index: 100;
        transition: 0.6s;
        padding: 0 10px !important;
    }
    .navbar .navbar-nav .nav-link {
        width: 100% !important;
        border-bottom: 1px solid #ddd !important;
    }
    .mobShow {
        display: block;
    }
    .header_btns {
        display: none;
    }
    .mobShow .header_btns {
        display: flex;
        max-width: 100%;
        position: static;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }
    .navbar-toggler {
        font-size: 30px;
        margin-right: 0 !important;
    }
    .navbar-expand-xl .navbar-nav .nav-link.navSearchIcon {
        width: 160px !important;
    }
    .header_btns .dropdown {
        width: calc(100% - 175px) !important;
    }
    .navSearch {
        z-index: 3;
        left: 10px;
        top: 55px !important;
        right: 10px !important;
    }
    .navSearch .form-control {
        width: 100%;
        height: 50px;
    }
    .header_btns .dropdown .dropbtn {
        height: 52px;
    }
    .titlelink {
        position: relative;
    }
    .titlelink:after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }
    .dropdown-menu {
        padding: 0 !important;
    }
    .dropdown-menu.mega-menu > li > div > ul > li,
    .nav-item > .dropdown-menu > li {
        background: #fff5e8;
        margin-bottom: 2px !important;
    }
    .dropdown-item {
        white-space: normal !important;
    }
    .mega-menu-wrap .dropdown-item {
        white-space: nowrap !important;
    }
    .navbar .navbar-nav .nav-link {
        text-transform: uppercase;
    }
    .dropdown-item {
        text-transform: uppercase;
        font-size: 15px !important;
    }
    .dropdown-item:hover {
        color: #222 !important;
    }
    .dropdown-item + .dropdown-menu {
        display: block;
    }
    .dropdown-item + .dropdown-menu .dropdown-item {
        font-size: 13px !important;
        background: #fff;
    }
    .navbar-hover .collapse ul ul ul {
        padding: 0 0 0.5rem !important;
    }
    .dropdown-menu.mega-menu > li > div > ul .dropdown-menu {
        display: block !important;
    }
    .dropdown-menu.mega-menu > li > div > ul .dropdown-menu li {
        margin-bottom: 2px;
        border-bottom: 1px solid #ddd !important;
    }
    .dropdown-menu.mega-menu > li > div > ul .dropdown-menu li .dropdown-item {
        padding: 8px 10px !important;
    }
}
@media screen and (max-width: 767px) {
    .fixed {
        position: fixed !important;
    }
    .fixed .navbar-collapse {
        top: 70px;
        overflow-y: scroll;
        height: calc(100vh - 70px);
    }
}
.statPageNew .navbar-hover .collapse ul li .titlelink {
    display: none;
}
.cht {
    margin-bottom: 40px;
}
.cht .strong {
    width: 100px;
}
.cht p.nm-3 {
    font-size: 13px;
    color: #000;
    position: relative;
    padding: 3px;
}
.cht p.nm-3:before {
    position: absolute;
    left: 0;
    height: auto;
    background: red;
    top: 0;
    width: 100%;
    color: #fff;
    padding: 8px 10px;
    content: "Your comment is awaiting moderation. This is a preview;your comment will be visible after it has been approved.";
}
.thankYouWrap {
    padding-top: 0;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.thankYouWrap h2 {
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 40px;
}
.thankYouWrap .iconWrap {
    width: 120px;
    height: 120px;
    padding: 20px;
    display: flex;
    margin: 0 auto 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 5px solid #00af50;
}
.thankYouWrap .iconWrap img {
    width: 100%;
    display: block;
}
.thankYouWrap p {
    font-size: 24px;
}
.thankYouWrap p a {
    color: #f8981e;
    font-weight: 600;
    display: inline-block;
}
.post_block .post_innaer {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.post_block .post_innaer h1.post_titel {
    font-size: 26px;
    color: #000;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}
.post_block .post_innaer .author-description {
    padding: 0;
}
.post_block .post_innaer .author-description h4 span {
    font-size: 18px;
    color: #636363;
    font-weight: 600;
    margin-right: 5px;
}
.post_block .post_innaer .author-description h4 {
    margin: 10px 0 5px;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
}
.post_block .post_innaer .entry-content h3,
.post_block .post_innaer .entry-content p,
.post_block .post_innaer .entry-content ul {
    background-color: transparent !important;
}
.post_block .post_innaer .social_icon a {
    margin-right: 10px;
}
.post_block .post_innaer .social_icon {
    margin-top: 15px;
}
.post_block .comment-respond {
    margin-top: 25px;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.post_block .post_innaer .entry-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
}
.post_block .post_innaer .entry-content ul li {
    margin-bottom: 10px;
}
.new-modifyside .qodef-search-form-inner.clear input {
    background-color: #f1f1f1;
    padding-left: 15px;
}
.new-modifyside .blogWigets h3,
.new-modifyside .widget h4.qodef-widget-title {
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 12px;
}
.new-modifyside .blogWigets ul {
    overflow: hidden;
}
.new-modifyside .blogWigets ul li a {
    display: block;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #fafafa;
    padding-bottom: 5px;
    padding-left: 30px;
    position: relative;
}
.new-modifyside .blogWigets ul li a:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #dbdbdb;
    left: 6px;
    top: 9px;
    border-radius: 2px;
}
.new-modifyside .blogWigets ul li a:hover:after {
    background-color: #ff8e35;
}
.sidebar_post .qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
}
.sidebar_post .qodef-blog.qodef-item-layout--simple article .qodef-e-inner .qodef-e-media-image {
    width: 40%;
    height: auto;
    margin: 0 10px 0 0;
}
.sidebar_post .qodef-blog.qodef-item-layout--simple article .qodef-e-inner .qodef-e-content {
    width: 55%;
}
.sidebar_post .qodef-blog.qodef-item-layout--simple article .qodef-e-inner .qodef-e-content h5 {
    font-size: 15px;
    font-weight: 600;
}
.blogWigets form {
    position: relative;
    overflow: hidden;
}
.sidebar_post article.post {
    margin: 0 0 15px !important;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px !important;
}
#frm_blog_subscription input {
    width: 100%;
    height: 48px;
    border-color: #f8981d;
    box-shadow: none;
    border-width: 0 0 1px;
    background-color: #f1f1f1;
}
#frm_blog_subscription button {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    line-height: normal;
}
.new-modifyside .blogWigets,
.new-modifyside .widget.widget_search,
.new-modifyside .widget.widget_stal_core_blog_list,
.popular_blogs {
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}
section.postWrapRow.customBlock article.popular_blogs.post .qodef-e-inner {
    flex-direction: column !important;
}
section.postWrapRow.customBlock article.popular_blogs.post .qodef-e-inner .qodef-e-content,
section.postWrapRow.customBlock article.popular_blogs.post .qodef-e-inner .qodef-e-media-image {
    width: 100%;
}
section.postWrapRow.customBlock article.popular_blogs.post .qodef-e-inner .qodef-e-content h5 {
    font-size: 18px;
    font-weight: 500;
}
a.read_more {
    background-color: #f8981d;
    padding: 5px 10px;
    display: block;
    color: #fff;
    font-size: 13px;
    border-radius: 4px;
    margin-left: auto;
    margin-top: 5px;
    width: 100px;
    text-align: center;
}
.blogListing.blog_post_new {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
    border-radius: 3px;
}
.blogListing.blog_post_new h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}
p.date_athur {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px !important;
}
.blogListing.blog_post_new .blogHeading {
    font-size: 24px;
    color: #000;
    padding: 0;
    display: inline-block;
    transition: 0.5s;
    margin-bottom: 12px;
}
.blogListing.blog_post_new .blog_content.d-flex .blogListingImg {
    width: 30%;
}
.blogListing.blog_post_new .blog_content.d-flex .blog_text {
    width: 70%;
    padding-left: 20px;
}
.blogListing.blog_post_new a.btn.btn-warning.btn-big.hvr-sweep-to-right-dark {
    display: block;
    width: 210px;
    margin-left: auto;
}
.blog_topgap {
    padding-top: 0;
    margin-top: 50px;
}
.brade-cump {
    background-color: #fff;
    padding: 15px 10px;
    margin-top: 50px;
    border-radius: 3px;
}
.brade-cump span {
    margin: 0 20px;
    display: inline-block;
}
.bg-parallax .bg-img {
    max-height: 600px;
    overflow: hidden;
}
.news_page .newsBlock {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.news_page .newsBlock:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.news_page .newsBlock .newsbox {
    height: 220px;
    overflow: hidden;
    background-color: #f1f1f1;
}
.news_page .newsBlock .newsContent h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    display: inline;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    min-height: 50px;
    line-height: 1.3;
}
.news_page .newsBlock .newsContent p {
    display: inline;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    min-height: 126px;
    line-height: 1.3;
    margin-bottom: 15px;
}
.news_details {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 35px 42px rgba(0, 0, 0, 0.2);
}
.news_details .pagetitle__subheading {
    background-color: #008fd5;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 10px;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 3px;
}
.news_details h1.pagetitle__heading {
    font-size: 30px;
    font-weight: 400;
}
.news_details .news_details_txt p {
    margin: 20px 0;
    line-height: 1.8;
}
a {
    text-wrap: wrap;
    word-wrap: break-word;
    text-decoration: none;
}
a.tw.hvr-grow {
    background-color: #f8981d;
    width: 36px;
    height: 36px;
    text-align: center;
    padding-top: 5px;
}
.news_details_txt p span {
    font-size: 1rem !important;
    font-family: Gill Sans MT !important;
    color: #747474 !important;
}
.news_page {
    padding-top: 20px;
}
.news_page .newsBlock {
    height: 100%;
}
.custom_box .adVideo a .content {
    position: static;
    padding: 20px 0;
    opacity: 1;
}
.custom_box .adVideo {
    height: auto;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.custom_box .adVideo a {
    display: block;
}
.v_box {
    position: relative;
    overflow: hidden;
}
.custom_box {
    padding: 0;
}
.custom_box .adVideo {
    height: 100%;
}
.custom_box a .content:after {
    display: none;
}
.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}
section.inner-banner.mb0.wow.fadeIn.blog_banner {
    margin-top: 0 !important;
}
.image_blog {
    position: relative;
}
.image_blog img {
    width: 100%;
    max-width: 100%;
}
.blog_banner {
    height: auto;
    padding-bottom: 0;
}
.case_study_sec {
    padding: 0 0 40px;
}
.study_boxes_box {
    background-color: #fff;
    padding: 15px 10px;
    margin: 50px 0;
    border-radius: 3px;
    box-shadow: 3px 5px 5px rgba(0,0,0,.05);
}
.study_box_left {
    width: 65%;
    min-width: 65%;
    max-width: 65%;
    padding-right: 30px;
}
.study_box_left h1 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 900;
    color: #008fd5;
    position: relative;
    padding: 0 0 10px 0;
}
.study_box_left h1::after {
    content: '';
    display: block;
    width: 73%;
    height: 1px;
    background: #000;
    margin-top: 10px;
}
.study_box_left h1::before {
    content: '';
    background: #f8981d;
    display: block;
    width: 90px;
    height: 5px;
    position: absolute;
    left: 50px;
    bottom: 8px;
}
.study_box_righ {
    width: 35%;
    min-width: 35%;
    max-width: 35%;
}
.study_box_righ img {
    width: 100%;
}
.rotate_study {
    border-bottom: 5px solid #f8981d;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}
.rotate_study h6 {
    color: #008fd5;
    font-weight: 700;
    margin: 0;
}
.rotate_study ul {
    margin: 0;
    padding: 0 0 0 15px;
}
.rotate_study:last-child {
    border: none;
}
@media only screen and (max-width: 767px) {
    .study_boxes_box {
        flex-wrap: wrap;
    }
    .study_box_left {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding-right: 0;
        order: 2;
    }
    .study_box_righ {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        order: 1;
        margin-bottom: 25px;
    }
}
.header_btns {
    position: relative;
    z-index: 2;
}

.container {
    max-width: 100%;
}

@media (min-width: 576px) {
    .container { max-width: 540px; }
}

@media (min-width: 768px) {
    .container { max-width: 720px; }
}

@media (min-width: 992px) {
    .container { max-width: 900px; }   /* was 960 */
}

@media (min-width: 1200px) {
    .container { max-width: 1080px; }  /* was 1140 */
}

@media (min-width: 1400px) {
    .container { max-width: 1200px; }  /* was 1320 */
}

.hvr-shutter-out-horizontal:before {
	background: #f8981d;
}


.inner-banner h1 {
    margin: 0;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 3px;
    text-shadow: 1px 2px 4px rgba(0,0,0,.5);
    z-index: 99;
}

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

@media (min-width: 576px) {
    .hero-title {
        width: 50%;
    }
}