@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    color: #000000;
	margin:0;
	padding:0;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}
.header-top {
    background: #FF7323;
}
.top-social-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.top-social-list ul li {
    padding: 0 15px;
}
.top-social-list ul li img {
    width: 22px;
    display: flex;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.top-social-list ul li img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.top-header-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.top-menu-list ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: row;
}
.top-menu-list ul li a {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 8px 0;
    display: flex;
    position: relative;
}
.top-menu-list ul li.active a:before {
    opacity: 1;
}
.top-menu-list ul li a:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    height: 5px;
    opacity: 0;
}
.top-menu-list ul li {
    padding: 0 15px;
}
.top-social-list {
    padding-left: 140px;
}
.main-header-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 -25px;
}
.main-header-wrap .logo-full img {
    height: 50px;
}
.main-header-wrap .logo-icon img {
    height: 24px;
}
header.header-wrap .header-fixed {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 99999;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    -ms-box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    -o-box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}
.home-service-slider {
    width: 100%;
}
header.header-wrap.fixed .header-fixed {
    top: 0;
}
header.header-wrap.fixed .header-fixed .header-main {
    padding: 15px 0;
}
header.header-wrap {
    background: #fff;
    width: 100%;
}
.main-menu-list ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: row;
}
.main-menu-list {
    margin: 0 10px;
}
.main-menu-list ul li {
    padding: 0 12px;
}
.footer-social-cnt ul li a {
    display: flex;
}
.main-menu-list ul li a {
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ff7323;
    letter-spacing: 1px;
    padding: 10px 0;
    position: relative;
}
.main-menu-list ul li a:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #ff7323;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}
.main-menu-list ul li.active a:after {
    opacity: 1;
}
.logo {
    padding: 0 25px;
}
.logo-full, .logo-icon {
    padding-left: 25px;
}
.header-main {
    padding: 43px 0;
}
.main-slider button.slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    z-index: 9;
    cursor: pointer;
    font-size: 0;
    border: 0;
    outline: none;
    width: 30px;
    height: 150px;
    background-image: url(../img/arrow-white-left.svg);
    background-size: contain;
    background-position: center;
    background-color: transparent;
}
.main-slider button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    z-index: 9;
    cursor: pointer;
    font-size: 0;
    border: 0;
    outline: none;
    width: 30px;
    height: 150px;
    background-image: url(../img/arrow-white-right.svg);
    background-size: contain;
    background-position: center;
    background-color: transparent;
}
.slider-item img {
    width: 100%;
}
.slider-section {
    padding-bottom: 50px;
    position: relative;
}
.main-slider ul.slick-dots, .partner-slider ul.slick-dots, .service-slider-slider ul.slick-dots {
    position: absolute;
    bottom: -35px;
    padding: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    list-style: none;
}
.main-slider ul.slick-dots li, .partner-slider ul.slick-dots li, .service-slider-slider ul.slick-dots li, .home-news-slider ul.slick-dots li {
    font-size: 0;
    padding: 0 6px;
}
.main-slider ul.slick-dots li button, .partner-slider ul.slick-dots li button, .service-slider-slider ul.slick-dots li button, .home-news-slider ul.slick-dots li button {
    border: 2px solid #ff7323;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    box-shadow: none;
    outline: none;
}
.service-slider-slider ul.slick-dots li button{
    background: #e8e8e8 !important;
}
.main-slider ul.slick-dots li.slick-active button, .partner-slider ul.slick-dots li.slick-active button, .service-slider-slider ul.slick-dots li.slick-active button{
    background: #ff7323 !important;
}
.home-news-slider ul.slick-dots li button {
    border: 1px solid #fff;
    background: #ff7323;
}
.home-news-slider ul.slick-dots li.slick-active button {
    background: #fff;
}
.home-about-section {
    padding: 100px 0 50px 0;
}
.home-about-left-area h3, .service-detail-left-area h3 {
    color: #ff7323;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 42px;
    margin-bottom: 15px;
}
.home-about-right-area p, .service-detail-right-area p {
    font-size: 24px;
    color: #000000;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 30px;
}
section.service-detail-wrap .service-detail-left-area h3 {
    color: #fff;
    font-weight: 300;
}
section.service-detail-wrap .service-detail-right-area p {
    color: #fff;
}
.home-about-right-area {
    padding: 0 50px;
}
.home-service-section {
    padding: 100px 0 25px 0;
}
.main-title h2 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 35px;
    color: #ff7323;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.home-about-img-area img {
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.home-about-img-area:hover img {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}
.home-about-img-area {
    overflow: hidden;
}
.home-service-box {
    background: #ff7323;
    padding: 30px 30px 25px 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
}
.home-service-box .home-service-icon img {
    width: 55px;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.home-service-box:hover .home-service-icon img {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
}
.home-service-box-title span {
    font-size: 12px;
    font-weight: 100;
    color: #fff;
    letter-spacing: 1px;
}
.home-service-box-title {
    padding-top: 30px;
}
.home-service-box-title h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.home-service-box-content p {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
}
.home-service-box-btn a {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 8px 40px;
    display: flex;
    flex-direction: row;
    border: 1px solid #fff;
    text-align: center;
    justify-content: center;
    border-radius: 8px;
    position: relative;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.home-service-box-btn a:hover {
    background: #494a56;
}
.home-service-box-btn a img {
    height: 18px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.home-service-row {
    padding-top: 50px;
}
.home-service-col {
    padding: 15px;
    display: flex !important;
    height: 100%;
}
.home-service-slider.slick-initialized .slick-slide {
    display: flex;
    height: auto;
}
.home-service-slider.slick-initialized .slick-track {
    display: flex;
}
span.shape-design {
    position: absolute;
    width: 18px;
    height: 90px;
    background: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
}
span.shape-design:before {
    height: 100px;
    width: 85px;
    content: '';
    position: absolute;
    background: #ff7323;
    border-radius: 0 0 0 100px;
    bottom: 10px;
    left: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
span.shape-design:after {
    height: 100px;
    width: 85px;
    content: '';
    position: absolute;
    background: #ff7323;
    border-radius: 100px 0 0 0;
    top: 10px;
    left: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.home-service-box:hover span.shape-design:before, .home-service-box:hover span.shape-design:after, .home-news-box:hover span.shape-design:before, .home-news-box:hover span.shape-design:after, .service-slider-box:hover span.shape-design:before, .service-slider-box:hover span.shape-design:after, section.inner-contact-address-wrap:hover span.shape-design-left.shape-design-orange:before, section.inner-contact-address-wrap:hover span.shape-design-left.shape-design-orange:after, section.inner-contact-address-wrap:hover span.shape-design-left.shape-design-magenta:before, section.inner-contact-address-wrap:hover span.shape-design-left.shape-design-magenta:after {
    border-radius: 0;
}
.service-page-list-box span.shape-design:before, .service-page-list-box span.shape-design:after {
    background: #e8e8e8;
    border-radius: 0;
}
.service-page-list-box:hover span.shape-design:before {
    border-radius: 0 0 0 100px;
}
.service-page-list-box:hover span.shape-design:after {
    border-radius: 100px 0 0 0;
}
.main-title.numbers-title h2, .main-title.news-title h2 {
    color: #fff;
}
.home-numbers-row {
    padding-top: 70px;
}
.home-numbers-col {
    text-align: center;
}
.home-numbers-section {
    background: #C35587;
    padding: 50px 0;
}
.home-numbers-col {
    padding: 15px;
}
.home-numbers-box h3 {
    font-weight: 200;
    color: #fff;
    font-size: 72px;
    padding-bottom: 10px;
    margin: 0;
}
.home-numbers-box h4 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    padding-bottom: 10px;
}
.home-partners-inner {
    width: 100%;
    padding: 50px 0;
}
.partner-slider-item img {
    display: inline-block;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    max-width: 100%;
}
.partner-slider-item:hover img {
    filter: grayscale(100%);
}
.partner-slider-item {
    text-align: center;
    padding: 0 15px;
}
.home-partners-section {
    padding: 75px 0;
}
.main-slider .slick-slide > div {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.partner-slider button.slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    z-index: 9;
    cursor: pointer;
    font-size: 0;
    border: 0;
    outline: none;
    width: 15px;
    height: 75px;
    background-image: url(../img/arrow-black-left.svg);
    background-size: contain;
    background-position: center;
    background-color: transparent;
    padding: 0;
}
.partner-slider button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    z-index: 9;
    cursor: pointer;
    font-size: 0;
    border: 0;
    outline: none;
    width: 15px;
    height: 75px;
    background-image: url(../img/arrow-black-right.svg);
    background-size: contain;
    background-position: center;
    background-color: transparent;
    padding: 0;
}
.service-slider-slider button.slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    z-index: 9;
    cursor: pointer;
    font-size: 0;
    border: 0;
    outline: none;
    width: 15px;
    height: 75px;
    background-image: url(../img/arrow-orange-left.svg);
    background-size: contain;
    background-position: center;
    background-color: transparent;
    padding: 0;
}
.service-slider-slider button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    z-index: 9;
    cursor: pointer;
    font-size: 0;
    border: 0;
    outline: none;
    width: 15px;
    height: 75px;
    background-image: url(../img/arrow-orange-right.svg);
    background-size: contain;
    background-position: center;
    background-color: transparent;
    padding: 0;
}
.home-partners-inner .partner-slider {
    padding: 0 60px;
}
.home-news-box .home-news-img img {
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.home-news-box:hover .home-news-img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.home-news-img {
    overflow: hidden;
}
.home-news-section {
    padding: 40px 0;
    background: #ff7323;
}
.home-news-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.home-news-box-inner {
    position: relative;
    padding: 30px 30px 25px 30px;
}
.home-news-col {
    padding: 15px;
}
.home-news-row {
    padding-top: 60px;
}
.home-news-box-btn a {
    font-size: 12px;
    font-weight: 700;
    color: #ff7323;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 8px 40px;
    display: flex;
    flex-direction: row;
    border: 1px solid #ff7323;
    text-align: center;
    justify-content: center;
    border-radius: 8px;
    position: relative;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.home-news-box-btn a:hover {
    background: #494a56;
}
.home-news-box-btn a img {
    height: 18px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.home-news-box span.shape-design {
    background: #ff7323;
}
.home-news-box span.shape-design:before, .home-news-box span.shape-design:after {
    background: #ffffff;
}
.home-news-box-title h4 {
    font-size: 18px;
    font-weight: 600;
    color: #ff7323;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.home-news-box-content p {
    font-size: 18px;
    line-height: 22px;
    color: #ff7323;
    font-weight: 400;
    margin-bottom: 30px;
}
.btn-view-news-box a, .btn-view-news-box button {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 8px 40px;
    display: flex;
    flex-direction: row;
    border: 1px solid #fff;
    text-align: center;
    justify-content: center;
    border-radius: 8px;
    position: relative;
    outline:none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    width: 100%;
    background: none;
    cursor: pointer;
}
.btn-view-news-box a:hover, .btn-view-news-box button:hover {
    background: #494a56;
}
.btn-view-news-box a img, .btn-view-news-box button img {
    height: 18px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.btn-view-news-box {
    width: 33.33%;
    padding: 25px 45px 0 45px;
}
button.btn-view-news-load.loaded-btn {
    display: none;
}
.home-news-col.load-more.loaded-more {
    display: flex;
}
.home-news-col.load-more {
    display: none;
}
.new-btn-view-all {
    padding: 0;
    display: flex;
    justify-content: flex-end;
}
.footer-main-wrapper {
    padding: 40px 0;
    background: #494A56;
}
.footer-left-cnt {
    display: flex;
    flex-direction: row;
}
.footer-left-cnt .footer-logo img {
    width: 200px;
}
.footer-left-cnt .footer-logo {
    padding-right: 20px;
    padding-top: 30px;
}
.footer-left-cnt .footer-menu h4, .footer-right-cnt .footer-menu h4 {
    font-size: 10px;
    font-weight: 800;
    color: #ff7323;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.footer-menu {
    padding: 30px 20px 0 20px;
}
.footer-menu ul.footer-menu-list {
    padding: 0;
    list-style: none;
    margin: 0;
}
.footer-menu ul.footer-menu-list li a {
    font-size: 10px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.footer-menu ul.footer-menu-list li a:hover {
    color: #ff7323;
}
.footer-address-cnt ul li {
    font-size: 10px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-decoration: none;
}
.footer-address-cnt ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-social-cnt ul li:last-child {
    padding: 0;
}
.footer-address-cnt ul li a {
    color: #fff;
    text-decoration: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.footer-address-cnt ul li a:hover {
    color: #ff7323;
}
.footer-address-cnt ul li span {
    color: #ff7323;
}

.footer-address-cnt {
    padding-top: 30px;
}

.footer-social-cnt {
    padding-top: 30px;
}
.footer-social-cnt ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.footer-social-cnt ul li a img {
    width: 22px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.footer-social-cnt ul li a img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.footer-social-cnt ul li {
    padding-right: 20px;
}
main.main-wrapper.news-wrapper {
    background: #ff7323;
}
.home-news-section.inner-news-section {
    padding: 75px 0;
}
.home-news-section.inner-news-section {
    padding: 75px 0;
}
.inner-main-title h2 {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 35px;
    color: #ff7323;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.inner-main-title.inner-news-title h2 {
    color: #ffffff;
    padding: 50px 0 90px 0;
    border-bottom: 1px solid #fff;
}
.inner-news-filter-wrap ul.tabs {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    padding-top: 10px;
}
.inner-news-filter-section {
    margin: 0 -15px;
}
.inner-news-filter-section ul.tabs li.tab-link {
    padding: 0 15px;
}
.inner-news-filter-section ul.tabs li.tab-link span {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 8px 40px;
    display: flex;
    flex-direction: row;
    border: 1px solid #ffffff;
    text-align: center;
    justify-content: center;
    border-radius: 8px;
    min-width: 170px;
    cursor: pointer;
}
.inner-news-filter-section ul.tabs li.tab-link.current span {
    background: #fff;
    color: #ff7323;
}
.home-news-row.tab-content.current {
    display: flex;
}
.home-news-row.tab-content {
    display: none;
}
.new-inner-page-btn .new-btn-view-all {
    justify-content: center;
}
span.inner-news-search-field {
    position: relative;
    border: 1px solid #ffffff;
    justify-content: center;
    border-radius: 8px;
    background: rgb(255 255 255 / 10%);
    display: flex;
    overflow: hidden;
    padding-right: 38px;
}
span.inner-news-search-field input {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 8px 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: left;
    width: 100%;
    outline: none;
    box-shadow: none;
    background: none;
    border: 0;
    border-radius: 8px;
}
.inner-news-search-section {
    padding-top: 10px;
}
span.inner-news-search-field input::-webkit-input-placeholder {
    color: #ffffff;
}

span.inner-news-search-field input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
}  
span.inner-news-search-field input::placeholder {
    color: #ffffff;
}
span.inner-news-search-field img {
    position: absolute;
    right: 20px;
    top: 8px;
    width: 18px;
    cursor: pointer;
}
.new-inner-page-btn .btn-view-news-box {
    padding-top: 50px;
}
.inner-news-filter-search-row {
    padding-bottom: 100px;
}
section.inner-banner-wrap {
    background: #ff7323;
    padding: 90px 0;
    position: relative;
}
.inner-banner-main-title h2 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
}
.inner-banner-main-title span {
    font-size: 20px;
    color: #fff;
    display: flex;
    font-weight: 300;
}
span.shape-design-bottom {
    position: absolute;
    width: 150px;
    height: 40px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}
span.shape-design-bottom.shape-design-magenta {
    background: #c35587;
}
span.shape-design-bottom:before {
    height: 100px;
    width: 160px;
    content: '';
    position: absolute;
    background: #ff7323;
    border-radius: 0 0 0 100px;
    bottom: 0;
    left: 50px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
span.shape-design-bottom:after {
    height: 100px;
    width: 160px;
    content: '';
    position: absolute;
    background: #ff7323;
    border-radius: 0 0 100px 0;
    bottom: 0;
    right: 50px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
section.inner-banner-wrap:hover span.shape-design-bottom:before, section.inner-banner-wrap:hover span.shape-design-bottom:after, section.service-detail-wrap:hover span.shape-design-bottom:before, section.service-detail-wrap:hover span.shape-design-bottom:after  {
    border-radius: 0;
}
.service-detail-magenta-wrap {
    background: #c35587;
}
section.service-detail-wrap {
    padding: 75px 0 35px 0;
    position: relative;
}
.service-detail-right-area {
    padding-left: 100px;
}
span.shape-design-bottom.shape-design-magenta-white:before, span.shape-design-bottom.shape-design-magenta-white:after {
    background: #c35587;
}
span.shape-design-bottom.shape-design-magenta-white {
    background: #fff;
}
.service-detail-yellow-wrap {
    background: #ffce00;
}
span.shape-design-bottom.shape-design-yellow-white:before, span.shape-design-bottom.shape-design-yellow-white:after {
    background: #ffce00;
}
span.shape-design-bottom.shape-design-yellow-white {
    background: #fff;
}
span.shape-design-bottom.shape-design-yellow {
    background: #ffce00;
}
section.service-detail-wrap.service-detail-yellow-wrap .service-detail-left-area h3, section.service-detail-wrap.service-detail-yellow-wrap .service-detail-right-area p, section.service-detail-wrap.service-detail-grey-wrap .service-detail-left-area h3, section.service-detail-wrap.service-detail-grey-wrap .service-detail-right-area p {
    color: #000;
}
.service-detail-grey-wrap {
    background: #b9c8d2;
}
span.shape-design-bottom.shape-design-grey-white {
    background: #fff;
}
span.shape-design-bottom.shape-design-grey-white:before, span.shape-design-bottom.shape-design-grey-white:after {
    background: #b9c8d2;
}
span.shape-design-bottom.shape-design-grey {
    background: #b9c8d2;
}
section.service-page-list-wrap {
    padding: 75px 0;
    position: relative;
}
.main-title.service-page-list-title h2 {
    padding: 50px 0;
}
.service-page-list-box {
    display: flex;
    height: 100%;
    flex-direction: column;
    background: #e8e8e8;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}
.service-page-list-col {
    padding: 15px;
}
.service-page-list-icon {
    display: flex;
    background: #fff;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    padding: 25px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}
.service-page-list-icon img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.service-page-list-box:hover .service-page-list-icon img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.service-page-list-box-title h4 {
    font-size: 20px;
    font-weight: 600;
    color: #ff7323;
    padding-bottom: 15px;
    margin: 0;
    text-transform: uppercase;
}
.service-page-list-box-content p {
    font-size: 16px;
    line-height: 20px;
    color: #494a56;
    font-weight: 400;
    margin: 0;
}
.service-page-list-box-content ul li {
    font-size: 16px;
    line-height: 20px;
    color: #494a56;
    font-weight: 400;
    margin: 0;
    padding-left: 20px;
    position: relative;
}
.service-page-list-box-content ul {
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}
.service-page-list-box-content ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #494a56;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 50%;
}
.service-slider-slider {
    width: 100%;
    padding: 0 100px;
}
section.service-slider-wrap {
    background: #e8e8e8;
    padding: 100px 0;
}
.service-slider-icon img {
    width: 35px;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.service-slider-box:hover .service-slider-icon img {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}
.service-slider-box {
    padding: 30px;
    border-radius: 10px;
    position: relative;
}
.service-slider-col {
    padding: 15px;
}
.service-slider-slider .slick-slide:nth-child(even) .service-slider-box {
    background: #c35587;
}
.service-slider-slider .slick-slide:nth-child(odd) .service-slider-box {
    background: #ff7323;
}
.service-slider-icon {
    padding-bottom: 50px;
}
.service-slider-box-title h4 {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 10px;
}
.service-slider-slider .slick-slide:nth-child(even) .service-slider-box .service-slider-box-title h4 {
    color: #ff7323;
}
.service-slider-slider .slick-slide:nth-child(odd) .service-slider-box .service-slider-box-title h4 {
    color: #5d5e68;
}
.service-slider-box-content p {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}
.service-slider-slider .slick-slide:nth-child(even) .service-slider-box span.shape-design {
    background: #ff7323;
}
.service-slider-slider .slick-slide:nth-child(even) .service-slider-box span.shape-design:before, .service-slider-slider .slick-slide:nth-child(even) .service-slider-box span.shape-design:after {
    background: #c35587;
}
.service-slider-slider .slick-slide:nth-child(odd) .service-slider-box span.shape-design:before, .service-slider-slider .slick-slide:nth-child(odd) .service-slider-box span.shape-design:after {
    background: #ff7323;
}
.service-slider-slider .slick-slide:nth-child(odd) .service-slider-box span.shape-design {
    background: #494a56;
}
.form-field-check-area .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.form-field-check-area .form-group label {
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ff7323;
    margin: 0;
    display: flex;
    line-height: 26px;
}
.form-field-check-area .form-group label:before {
    content:
    '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #ff7323;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 12px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 5px;
    left: 0;
    top: 0;
}
.form-field-check-area .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 10px;
    width: 6px;
    height: 14px;
    border: solid #ff7222;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.form-field input.form-control::-webkit-input-placeholder, .form-field textarea.form-control::-webkit-input-placeholder {
    color: rgb(255 115 35 / .5);
}
.form-field input.form-control:-ms-input-placeholder, .form-field textarea.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(255 115 35 / .5);
}  
.form-field input.form-control::placeholder, .form-field textarea.form-control::placeholder {
    color: rgb(255 115 35 / .5);
}
.inner-contact-logo-icon img {
    height: 48px;
}
.inner-contact-logo-icon {
    text-align: center;
    position: absolute;
    width: 100%;
}
.inner-contact-logo-arrow-wrap {
    height: 100%;
    position: relative;
}
.inner-contact-arrow {
    height: 100%;
    padding-top: 120px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.inner-contact-title h2 {
    font-size: 50px;
    font-weight: 700;
    color: #ff7323;
    letter-spacing: 1px;
    margin: 0;
    padding-bottom: 60px;
}
section.inner-contact-wrap {
    padding: 70px 0 120px 0;
}
.form-field input.form-control, .form-field textarea.form-control {
    font-size: 12px;
    font-weight: 600;
    color: #ff7323;
    text-transform: uppercase;
    text-decoration: none;
    padding: 13px 20px;
    border: 1px solid #ff7323;
    border-radius: 8px;
    margin: 10px 0;
    display: flex;
    outline: none;
    box-shadow: none;
    height: auto;
}
.form-field textarea.form-control {
    height: 230px;
}
.contact-form-main-row {
    align-items: flex-end;
}
.form-field-check-area .form-group {
    padding-left: 40px;
    margin: 0;
    position: relative;
}
.form-field-check-area .form-group p {
    margin: 0;
    font-size: 10px;
    font-weight: 500;
    font-style: italic;
    color: #ff7323;
    max-width: 180px;
}
.form-field-button-area {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    border: 1px solid #ff7323;
    text-align: center;
    justify-content: center;
    border-radius: 8px;
    position: relative;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    z-index: 1;
}
.form-field-button-area input {
    border: 0;
    background: none;
    padding: 8px 40px;
    width: 100%;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    color: #ff7323;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.form-field-button-area img {
    height: 18px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.form-field-check-area {
    padding-bottom: 100px;
}
.inner-contact-main-right {
    margin: 10px 0;
}
.form-field-button-area:hover {
    background: #494a56;
}
.service-slider-box-img img{
    width: 100%;
}
.inner-contact-address-map img.map-img {
    width: 100%;
    max-width: 380px;
}
section.inner-contact-address-wrap {
    padding: 100px 0 150px 0;
    background: #ff7323;
    position: relative;
    z-index: 1;
}
section.inner-contact-address-wrap:before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    background: #c35587;
    right: 0;
    top: 0;
    z-index: -1;
}
.inner-contact-address-col-left .inner-contact-address-area {
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.inner-contact-address-col-right .inner-contact-address-area {
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.inner-contact-address-col-left .inner-contact-address-area h2 {
    margin: 0;
    text-align: right;
}

.inner-contact-address-col-right .inner-contact-address-area h2 {
    text-align: left;
    margin: 0;
}
.inner-contact-address-box {
    display: flex;
    flex-direction: column;
    max-width: 380px;
    width: 100%;
    padding-top: 25px;
}
.inner-contact-address-map {
    display: flex;
    padding-bottom: 50px;
    position: relative;
}
.inner-contact-address-map img.map-img-arrow {
    position: absolute;
    transform: rotate(90deg);
    height: 72px;
    top: 40px;
    right: 0;
    left: 0;
    margin: auto;
}
.inner-contact-address-detail {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
}
.inner-contact-address-contact {
    display: flex;
    flex-direction: column;
}
.inner-contact-address-area .inner-contact-address-box {
    display: flex;
    align-items: flex-start;
}
.inner-contact-address-location {
    display: flex;
    width: 100%;
}
.inner-contact-address-col-left .inner-contact-address-area .inner-contact-address-location {
    justify-content: flex-end;
}
.inner-contact-address-col-right .inner-contact-address-area .inner-contact-address-location {
    justify-content: flex-start;
}
span.shape-design-left.shape-design-orange {
    position: absolute;
    height: 150px;
    width: 40px;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    overflow: hidden;
    background: #ff7323;
    transform: translate(20px, 0);
    -webkit-transform: translate(20px, 0);
    -moz-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
}
span.shape-design-left.shape-design-orange:before {
    width: 100px;
    height: 160px;
    content: '';
    position: absolute;
    background: #c35587;
    border-radius: 0 0 0 100px;
    bottom: 50px;
    left: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
span.shape-design-left.shape-design-orange:after {
    width: 100px;
    height: 160px;
    content: '';
    position: absolute;
    background: #c35587;
    border-radius: 100px 0 0 0;
    top: 50px;
    left: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.inner-contact-address-area h2 {
    font-size: 75px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 2px;
}
.inner-contact-address-detail h4 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}
.inner-contact-address-detail p {
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 0;
}
.inner-contact-address-contact ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.inner-contact-address-contact ul li {
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 15px;
}
.news-detail-banner-img {
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-position: center;
}
section.inner-news-detail-banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
section.inner-news-detail-banner span.shape-img {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
section.inner-news-detail-banner:hover span.shape-img {
    bottom: -30px;
}
section.inner-news-detail-banner span.shape-img img {
    width: 144px;
}
section.inner-news-detail-head-section {
    padding: 140px 0 20px 0;
    background: #f3742a;
}
.form-field-check-area .form-group p a {
    color: #ff7323;
    text-decoration: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.form-field-check-area .form-group p a:hover {
    color: #000;
}
.news-detail-head-cnt h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    padding-bottom: 15px;
    letter-spacing: .6px;
}
.news-detail-head-cnt h2 {
    color: #fff;
    margin: 0;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: .6px;
}
.news-detail-head-cnt {
    padding-bottom: 150px;
}
.news-detail-head-date ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 30px 0;
    border-top: 1px solid #fff;
}
.news-detail-head-date ul li {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    letter-spacing: .6px;
    display: flex;
    align-items: center;
}
.news-detail-head-date ul li img {
    margin-right: 20px;
}
.news-content-area article .post-text-inner p {
    color: #b4cdd7;
    font-size: 18px;
}
.post-img, .post-text-img {
    display: flex;
    margin-top: 30px;
    overflow: hidden;
}
.post-img-inner{
    display: flex;
    overflow: hidden;
}
.post-img img {
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.post-img img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
section.inner-news-detail-content-area {
    padding: 60px 0;
}
.news-content-area article {
    padding: 30px 0;
}
.news-content-area article h4 {
    font-size: 20px;
    color: #494a56;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 600;
    padding-bottom: 30px;
    margin: 0;
}
.news-content-area article p {
    margin: 0;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    color: #494a56;
    letter-spacing: 1px;
}
.post-share {
    border-top: 1px solid #ff7323;
    padding: 20px 0;
    margin-top: 100px;
}
.post-share-list {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.post-share-list ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
}
.post-share-list ul li {
    padding: 0 15px;
}
.post-share-list span {
    font-size: 16px;
    font-weight: 600;
    color: #ff7323;
}
.post-share-list ul li button {
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    display: flex;
    outline: none;
}
.post-share-list ul li button img {
    width: 22px;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.post-share-list ul li button:hover img {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}
.row.footer-row {
    display: flex;
    justify-content: space-between;
}
.slider-item .slider-mob {
    display: none;
}
.footer-main-wrapper.footer-mob {
    display: none;
}
.slider-desktop {
    width: 100%;
    height: calc(100vh - 220px);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.slider-desktop .slider-text-left, .slider-desktop .slider-text-right {
    width: 50%;
    flex: 50%;
    display: flex;
    justify-content: center;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    line-height: 60px;
}




.mobile-menu-sec {
    display: flex;
    padding-right: 25px;
    height: 17px;
    align-items: center;
}
.mobile-menu-sec .menu-icon-main {
    display: flex;
    position: relative;
    height: 17px;
    width: 25px;
}
.mobile-menu-sec .menu-icon-main span.menu-icon-bar {
    width: 25px;
    height: 3px;
    background: #ff7323;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.mobile-menu-sec .menu-icon-main span.menu-icon-bar:before {
    content: '';
    width: 25px;
    height: 3px;
    background: #ff7323;
    position: absolute;
    top: -7px;
}
.mobile-menu-sec .menu-icon-main span.menu-icon-bar:after {
    content: '';
    width: 25px;
    height: 3px;
    background: #ff7323;
    position: absolute;
    top: 7px;
}
.mobile-menu-inner-sec .menu-icon-main {
    display: flex;
    position: relative;
    height: 17px;
    width: 25px;
}
.mobile-menu-inner-sec .menu-icon-main span.menu-icon-bar {
    width: 25px;
    height: 3px;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.mobile-menu-inner-sec .menu-icon-main span.menu-icon-bar:before {
    content: '';
    width: 25px;
    height: 3px;
    background: #ffffff;
    position: absolute;
    top: -7px;
}
.mobile-menu-inner-sec .menu-icon-main span.menu-icon-bar:after {
    content: '';
    width: 25px;
    height: 3px;
    background: #ffffff;
    position: absolute;
    top: 7px;
}
.menu-pop-wrap {
    background: #ff7323;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 999999;
    padding: 30px 0 0 0;
    transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    overflow: hidden;
    overflow-y: auto;
}
.menu-pop-wrap.show {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}
.menu-icon-main {
    cursor: pointer;
}
.logo-icon a {
    display: flex;
}
.main-header-pop-wrap .logo-icon img {
    height: 24px;
}
.main-header-pop-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-pop-wrap .logo-icon, .mobile-menu-inner-sec {
    padding: 0 15px;
}
.main-header-menu-pop-wrap {
    display: flex;
    flex-direction: column;
}
.main-pop-menu-list ul li a {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: .6px;
    text-decoration: none;
}
.main-pop-menu-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-pop-menu-list ul li {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}
.main-pop-menu-list {
    padding: 30px 15px;
}
.main-pop-menu-list ul li span {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
}
.sub-pop-menu-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.sub-pop-menu-list {
    padding: 20px 15px;
}
.sub-pop-menu-list ul li {
    width: 100%;
    display: flex;
    padding: 8px 0;
    padding-left: 90px;
    position: relative;
    text-decoration: none;
}
.sub-pop-menu-list ul li a {
    font-size: 26px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    line-height: 32px;
    letter-spacing: .5px;
    text-decoration: none;
}
.sub-pop-menu-list ul li:before {
    content: '';
    width: 75px;
    background: #fff;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.wrapper {
    overflow: hidden;
}
.lang-info-pop-menu-list {
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.info-list-wrap {
    background: #fff;
    padding: 15px;
}
.lang-info-pop-menu-list ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: row;
}
.main-header-menu-pop-wrap {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 54px);
    justify-content: space-between;
}
.lang-info-pop-menu-list ul li {
    display: flex;
    position: relative;
}
.lang-info-pop-menu-list ul li:first-child {
    padding-right: 60px;
}
.lang-info-pop-menu-list ul li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    font-size: 15px;
    letter-spacing: .5px;
    align-items: center;
    font-weight: 300;
}
.lang-info-pop-menu-list ul li:first-child:before {
    content: '';
    width: 30px;
    height: 1px;
    position: absolute;
    background: #fff;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.lang-menu-list {
    display: flex;
}
.info-menu-list button {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    background: none;
    border: 0;
    font-size: 15px;
    letter-spacing: .5px;
    align-items: center;
    padding-right: 25px;
    position: relative;
    font-weight: 300;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}
.info-menu-list button:before {
    content: '';
    width: 11px;
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    background: #fff;
    height: 1px;
}
.info-menu-list button:after {
    content: '';
    width: 1px;
    position: absolute;
    right: 5px;
    top: 0;
    margin: auto;
    bottom: 0;
    background: #fff;
    height: 11px;
}
.lang-info-pop-menu-list ul li.active a {
    font-weight: 600;
}
.info-list-wrap {
    background: #fff;
    padding: 10px 15px;
    position: relative;
    display: none;
}
.info-list-wrap:before {
    content: '';
    width: 1000px;
    height: 100%;
    position: absolute;
    background: #fff;
    left: -100%;
    margin: auto;
    z-index: -1;
    top: 0;
}
.info-list-wrap:after {
    content: '';
    width: 1000px;
    height: 100%;
    position: absolute;
    background: #fff;
    right: -100%;
    margin: auto;
    z-index: -1;
    top: 0;
}
.info-list-wrap .info-menu-list ul {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    display: flex;
}
.info-list-wrap .info-menu-list ul li {
    padding: 5px 15px;
}
.info-list-wrap .info-menu-list ul li a {
    color: #ff7323;
    font-size: 12px;
    text-decoration: underline;
    display: flex;
    font-weight: 300;
}
.info-copyright {
    display: flex;
}
.info-copyright ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 -5px;
    flex-direction: row;
}
.info-copyright ul li {
    color: #ff7323;
    font-size: 12px;
    display: flex;
    font-weight: 300;
    padding: 5px 5px;
}
.info-list-wrap.open {
    display: block;
}
.info-menu-list button.info-btn-sec-active:after {
    width: 0;
}
.logo-full a, .logo-icon a {
    display: flex;
}
.inner-contact-title h2 {
    font-size: 36px;
}
li.lng-menu {
    display: flex;
    align-items: center;
}
li.lng-menu span {
    padding: 0 5px;
    font-size: 11px;
    color: #fff;
}
.top-social-list {
    padding-left: 0;
}
.top-menu-list ul li span {
    font-size: 11px;
    color: #fff;
    padding: 0 5px;
}
span.shape-design-bottom.shape-design-orange-white {
    background: #fff;
}
@media screen and (min-width: 992px) {
section.inner-contact-address-wrap span.shape-design-bottom.shape-design-magenta {
    display: none;
}
}
@media screen and (min-width: 1200px) {
    .menu-pop-wrap {
        display: none;
    }
    .mobile-menu-sec{
        display: none;
    }
}
@media screen and (max-width: 1199px) {
    .header-main {
        padding: 20px 0;
    }
    .main-header-wrap .main-menu-list {
        display: none;
    }
    .header-top {
        display: none;
    }
    .slider-desktop .slider-text-left, .slider-desktop .slider-text-right {
        font-size: 36px;
    }
    .slider-desktop {
        width: 100%;
        height: calc(100vh - 135px);
    }
    .inner-banner-main-title h2 {
        font-size: 36px;
    }
    .inner-banner-main-title span {
        font-size: 16px;
    }
    section.inner-banner-wrap {
        padding: 75px 0;
    }
    .inner-contact-address-map img.map-img {
        max-width: 100%;
    }
    .inner-contact-address-area h2 {
        font-size: 56px;
    }
    .inner-contact-address-col-left .inner-contact-address-area {
        padding-right: 70px;
    }
    .inner-contact-address-col-right .inner-contact-address-area {
        padding-left: 70px;
    }
}

@media screen and (max-width: 1023px) {
    .home-service-slider, .home-news-slider {
        width: 100%;
        padding-bottom: 30px;
    }
    .home-service-slider ul.slick-dots, .home-news-slider ul.slick-dots {
        position: absolute;
        bottom: 0;
        padding: 0;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        display: flex !important;
        align-items: center;
        justify-content: center;
        list-style: none;
    }
    .main-slider ul.slick-dots li, .partner-slider ul.slick-dots li, .home-service-slider ul.slick-dots li, .home-news-slider ul.slick-dots li {
        font-size: 0;
        padding: 0 4px;
    }
    .main-slider ul.slick-dots li button, .partner-slider ul.slick-dots li button, .home-service-slider ul.slick-dots li button, .home-news-slider ul.slick-dots li button, .service-slider-slider ul.slick-dots li button {
        border: 1px solid #ff7323;
        cursor: pointer;
        width: 14px;
        height: 14px;
        background: #fff;
        border-radius: 50%;
        padding: 0;
        box-shadow: none;
        outline: none;
    }
    .main-slider ul.slick-dots li.slick-active button, .partner-slider ul.slick-dots li.slick-active button, .home-service-slider ul.slick-dots li.slick-active button, .home-news-slider ul.slick-dots li.slick-active button {
        background: #ff7323;
    }
    .home-news-slider ul.slick-dots li button {
        border: 1px solid #fff;
        background: #ff7323;
    }
    .home-news-slider ul.slick-dots li.slick-active button {
        background: #fff;
    }
    .home-service-section {
        padding: 70px 0 70px 0;
    }
    .home-service-row {
        padding-top: 30px;
    }
    .header-main {
        padding: 20px 0;
    }
    .btn-view-news-box {
        width: 50%;
        padding: 25px 45px 0 45px;
    }
    .home-about-section {
        padding: 70px 0 40px 0;
    }
    .home-about-left-area h3, .service-detail-left-area h3 {
        font-size: 26px;
        line-height: 30px;
        letter-spacing: 0px;
    }
    .home-about-right-area p, .service-detail-right-area p {
        font-size: 20px;
        line-height: 26px;
    }
    .home-about-right-area {
        padding: 0;
    }
    .main-title h2 {
        font-size: 30px;
        letter-spacing: .4px;
    }
    .home-service-box-content p {
        font-size: 15px;
        line-height: 18px;
    }
    .home-numbers-box h3 {
        font-size: 56px;
    }
    .home-numbers-box h4 {
        font-size: 17px;
        letter-spacing: 0;
    }
    .home-news-box-content p {
        font-size: 15px;
        line-height: 18px;
    }
    .home-news-box-title h4 {
        font-size: 17px;
        letter-spacing: .4px;
    }
    .main-slider button.slick-prev.slick-arrow {
        left: 15px;
        width: 22px;
        height: 100px;
    }
    .main-slider button.slick-next.slick-arrow {
        right: 15px;
        width: 22px;
        height: 100px;
    }
    .partner-slider button.slick-prev.slick-arrow {
        background-image: url(../img/arrow-orange-left.svg);
        width: 11px;
        height: 50px;
    }
    .partner-slider button.slick-next.slick-arrow {
        background-image: url(../img/arrow-orange-right.svg);
        width: 11px;
        height: 50px;
    }
    .service-slider-slider {
        padding: 0 45px;
    }
    .service-slider-slider button.slick-prev.slick-arrow, .service-slider-slider button.slick-next.slick-arrow {
        width: 11px;
        height: 50px;
    }
    section.service-slider-wrap {
        padding: 70px 0;
    }
    section.service-page-list-wrap {
        padding: 20px 0;
        position: relative;
    }
    .main-title.service-page-list-title h2 {
        padding: 30px 0;
    }
}

@media screen and (max-width: 991px) {
.inner-contact-address-box {
    max-width: 100%;
}
section.inner-contact-address-wrap:before{
    display: none;
}
.inner-contact-address-col-left .inner-contact-address-area {
    padding-right: 0px;
}
.inner-contact-address-col-right .inner-contact-address-area {
    padding-left: 0px;
}
section.inner-contact-address-wrap {
    padding: 0;
}
.inner-contact-address-col-right, .inner-contact-address-col-left {
    padding: 50px 15px;
}
.inner-contact-address-col-right {
    background: #c35587;
}
.inner-contact-address-col-left .inner-contact-address-area .inner-contact-address-location {
    justify-content: flex-start;
}
.inner-contact-address-col-right:before {
    content: '';
    background: #c35587;
    width: 2000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -500px;
    z-index: -1;
}
span.shape-design-left.shape-design-orange {
    display: none;
}
}

@media screen and (max-width: 767px) {
    .home-service-slider ul.slick-dots li, .home-news-slider ul.slick-dots li {
        padding: 0 2px;
    }
    .main-slider ul.slick-dots li button, .partner-slider ul.slick-dots li button, .home-service-slider ul.slick-dots li button, .home-news-slider ul.slick-dots li button, .service-slider-slider ul.slick-dots li button {
        width: 10px;
        height: 10px;
    }
    .home-service-slider, .home-news-slider {
        padding-bottom: 15px;
    }
    .btn-view-news-box {
        width: 100%;
    }
    .slider-section {
        padding-bottom: 30px;
    }
    .main-slider ul.slick-dots, .partner-slider ul.slick-dots, .service-slider-slider ul.slick-dots {
        bottom: -20px;
    }
    .slider-item img.slider-mob {
        display: block;
    }
    .slider-item img.slider-desktop {
        display: none;
    }
    .home-about-left-area h3, .service-detail-left-area h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .home-about-right-area p, .service-detail-right-area p {
        font-size: 17px;
        line-height: 22px;
    }
    .main-title h2 {
        font-size: 25px;
    }
    .home-numbers-box h3 {
        font-size: 50px;
    }
    .partner-slider button.slick-prev.slick-arrow {
        width: 8px;
        height: 35px;
    }
    .partner-slider button.slick-next.slick-arrow {
        width: 8px;
        height: 35px;
    }
    .footer-main-wrapper.footer-mob {
        display: block;
        padding: 50px 0 0 0;
    }
    .footer-main-wrapper.footer-desktop {
        display: none;
    }
    .footer-menu {
        padding: 0;
        padding-top: 30px;
    }
    .footer-left-cnt, .footer-right-cnt, .footer-left-address-wrap, .footer-right-address-wrap {
        flex: 0 0 50%;
        width: 50%;
        padding: 0 15px;
        padding-bottom: 30px;
    }
    .footer-lang-cnt ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        padding-top: 30px;
    }
    .footer-lang-cnt ul li {
        padding-right: 60px;
        position: relative;
    }
    .footer-lang-cnt ul li a {
        font-size: 12px;
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 10px;
        text-transform: uppercase;
        text-decoration: none;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }
    .footer-lang-cnt ul li.active a {
        color: #ff7323;
    }
    .footer-social-cnt ul li:last-child {
        padding: 0;
    }
    .footer-lang-cnt ul li:last-child {
        padding: 0;
    }
    .footer-lang-cnt ul li:first-child:before {
        content: '';
        width: 30px;
        height: 2px;
        background: #fff;
        position: absolute;
        right: 15px;
        top: 12px;
    }
    .footer-left-cnt .footer-menu h4, .footer-right-cnt .footer-menu h4 {
        font-size: 12px;
        font-weight: 600;
    }
    .footer-menu ul.footer-menu-list li a {
        font-size: 12px;
        font-weight: 300;
    }
    .footer-address-cnt ul li {
        font-size: 12px;
        font-weight: 300;
        text-transform: lowercase;
    }
    .footer-address-cnt ul li a {
        text-decoration: underline;
    }
    .mob-footer-col-1 .footer-logo img {
        width: 200px;
    }
    .mob-footer-col-1 .footer-logo {
        padding-bottom: 10px;
    }
    .footer-bottom-copyright {
        width: 100%;
        display: flex;
        padding: 0 15px;
    }
    .footer-bottom-copyright ul {
        display: flex;
        flex-direction: row;
        list-style: none;
        padding: 0;
        margin: 0 -5px;
    }
    .footer-bottom-copyright ul li {
        padding: 0 5px;
        font-size: 12px;
        font-weight: 300;
        color: #ffffff;
    }
    .footer-copyright-wrap {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 14px 0;
        border-top: 1px solid #ff7323;
    }
    .footer-copyright-wrap p {
        font-size: 12px;
        color: #ffffff;
        font-weight: 300;
        margin-bottom: 10px;
        text-transform: uppercase;
        text-decoration: none;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        margin: 0;
    }
    .header-static .mobile-menu-sec {
        display: none;
    }
    .header-static .logo-full {
        padding: 0;
    }
    .header-static .main-header-wrap {
        display: flex;
        justify-content: center;
    }
    .header-main {
        padding: 20px 0;
    }
    .main-header-wrap .logo-full img {
        height: 30px;
    }
    .slider-desktop {
        width: 100%;
        height: calc(100vh - 90px);
    }
    .slider-desktop .slider-text-left, .slider-desktop .slider-text-right {
        font-size: 22px;
    }
    .slider-desktop {
        align-items: flex-end;
    }
    .home-about-section {
        padding: 40px 0;
    }
    .home-about-left-area {
        padding-bottom: 25px;
    }
    .home-about-right-area p, .service-detail-right-area p {
        margin-bottom: 20px;
    }
    .home-numbers-row {
        padding-top: 25px;
    }
    .home-numbers-section {
        padding: 40px 0 25px 0;
    }
    .home-partners-section {
        padding: 60px 0;
    }
    .home-partners-inner {
        padding: 30px 0;
    }
    .home-news-row {
        padding-top: 30px;
    }
    section.inner-banner-wrap {
        padding: 45px 0 75px 0;
    }
    .inner-banner-main-title h2 {
        font-size: 30px;
    }
    .inner-banner-main-title span {
        font-size: 12px;
    }
    .service-detail-right-area {
        padding-left: 0;
    }
    section.service-detail-wrap {
        padding: 50px 0 100px 0;
    }
    section.service-page-list-wrap {
        padding: 10px 0;
    }
    .main-title.service-page-list-title h2 {
        padding: 30px 0;
    }
    .service-page-list-box-title h4 {
        font-size: 18px;
    }
    .service-page-list-box-content p {
        font-size: 15px;
        line-height: 18px;
    }
    .service-page-list-box-content ul li {
        font-size: 15px;
        line-height: 18px;
    }
    .service-slider-slider button.slick-prev.slick-arrow, .service-slider-slider button.slick-next.slick-arrow {
        width: 8px;
        height: 35px;
    }
    section.service-slider-wrap {
        padding: 45px 0;
    }
    section.service-page-list-wrap {
        padding: 10px 0;
        position: relative;
    }
    .service-page-list-box-content ul li:before {
        width: 6px;
        height: 6px;
        top: 6px;
    }
    .inner-contact-title h2 {
        font-size: 30px;
        padding-bottom: 30px;
    }
    .inner-contact-logo-icon {
        text-align: left;
    }
    .inner-contact-arrow img {
        display: none;
    }
    .inner-contact-arrow {
        padding-top: 80px;
    }
    .form-field-check-area {
        padding-bottom: 40px;
    }
    section.inner-contact-wrap {
        padding: 70px 0 50px 0;
    }
    .inner-contact-address-area h2 {
        font-size: 46px;
    }
    .inner-contact-address-detail h4 {
        font-size: 18px;
    }
    .inner-contact-address-contact ul li {
        font-size: 18px;
    }
    .inner-contact-address-map img.map-img-arrow {
        height: 50px;
    }
}

@media screen and (max-width: 360px) {
    .main-pop-menu-list ul li a {
        font-size: 26px;
    }
    .sub-pop-menu-list ul li a {
        font-size: 22px;
    }
    .lang-info-pop-menu-list ul li a {
        font-size: 14px;
    }
    .info-menu-list button {
        font-size: 14px;
    }
    .info-copyright ul li {
        font-size: 11px;
    }
    .info-list-wrap .info-menu-list ul li a {
        font-size: 11px;
    }
    .inner-contact-address-detail h4 {
        font-size: 16px;
    }
    .inner-contact-address-contact ul li {
        font-size: 16px;
    }
}