@import url('https://fonts.googleapis.com/css2?family=Kanit: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');
/* font-family: 'Kanit', sans-serif; */

@font-face {
    font-family: 'Aileron-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Aileron-Bold'), url("../fonts/Aileron-Bold.otf") format('opentype');
}

@font-face {
    font-family: 'NeueHansKendrick-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('NeueHansKendrick-Regular'),
        url("../fonts/NeueHansKendrick-Regular.otf") format('opentype'),
        url("../fonts/NeueHansKendrick-Regular.ttf") format('truetype');
}

@font-face {
    font-family: 'NeueHansKendrick-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('NeueHansKendrick-Regular'), ;
}

body,
ul,
li {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    list-style: none;
    font-family: 'NeueHansKendrick-Regular';
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
}

body {
    max-width: 100%;
    overflow-x: hidden !important;
    background-color: #fff;
}

.container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

@media (min-width: 1300px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1170px !important;
    }
}

.elementor-heading-title {
    font-family: 'AstoriaRoman' !important;
    font-weight: 500 !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

html {
    scroll-behavior: smooth;
}

.clearfix {
    display: block;
}

::-moz-selection {
    background: #f98d2b;
    color: #fff;
}

::-webkit-selection {
    background: #f98d2b;
    color: #fff;
}

::selection {
    background: #f98d2b;
    color: #fff;
}

/*:root {
    --primarycolor: #ce0c0c;
    --secondarycolor: #000000;
    --black: #000;
}*/


.common-outer a {
    font-size: 16px;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.common-outer h1,
.common-outer h2,
.common-outer h3,
.common-outer h4,
.common-outer h5,
.common-outer h6,
.common-outer h1 a,
.common-outer h2 a,
.common-outer h3 a,
.common-outer h4 a,
.common-outer h5 a,
.common-outer h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-family: 'Aileron-Bold';
    font-weight: 500;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 30px 0 20px 0;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-weight: 700;
}

h1,
h1 a,
.common-outer h1,
.common-outer h1 a,
.common-outer h1 strong {
    font-size: 55px;
    text-align: initial;
}

h2,
h2 a,
.common-outer h2,
.common-outer h2 a,
.common-outer h2 strong {
    font-size: 40px;
}

h3,
h3 a,
.common-outer h3,
.common-outer h3 a,
.common-outer h3 strong {
    font-size: 35px;
    line-height: initial;
}

h4,
h4 a,
.common-outer h4,
.common-outer h4 a,
.common-outer h4 strong {
    font-size: 30px;
}

h5,
h5 a,
.common-outer h5,
.common-outer h5 a,
.common-outer h5 strong {
    font-size: 25px;
}

h6,
h6 a,
.common-outer h6,
.common-outer h6 a,
.common-outer h6 strong {
    font-size: 20px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: #f98d2b;
}

.common-outer blockquote p {
    margin-bottom: 0;
}

.common-outer {
    width: 100%;
    padding: 80px 0 80px;
    overflow-x: hidden;
}

.common-outer h1 {
    font-size: 62px;
    line-height: initial;
}

.common-outer ul {
    margin: 20px 0 20px !important;
    padding-left: 20px;
}

.common-outer ol {
    padding-left: 20px;
    margin: 0 0 0 20px;
}

.common-outer ol li {
    list-style-type: decimal;
}

.common-outer ul li {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    display: table;
}

.common-outer ul li::before {
    position: absolute;
    content: "";
    background-image: url(../images/clean_icon.svg);
    width: 24px;
    height: 25px;
    top: 0px;
    left: -11px;
    background-repeat: no-repeat;
    background-size: 24px;
}

.common-outer ol li {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 15px;
}

.common-outer ul li strong {
    font-weight: 700;
}

.elementor-editor-active .common-outer ul li::before {
    display: none;
}

a {
    text-decoration: none !important;
}

p {
    font-family: 'NeueHansKendrick-Regular';
    color: #000;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;

}

.common-outer p {
    margin: 0 0 15px;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #666;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666;
    opacity: 1;
}

::placeholder {
    color: #666;
    opacity: 1;
}

.alignnone {
    margin: 5px 30px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 20px auto 20px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 40px;
}

.alignleft {
    float: left;
    margin: 5px 40px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 40px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 40px 30px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



.title-section p {
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    color: #018BD4;
    position: relative;
    margin-bottom: 10px;
}

.title-section p::before {
    position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    background-color: #018BD4;
    left: -56px;
    top: 12px;
}

.title-section h2 {
    margin: 22px 0px 32px;
}

/* Active css start */
ul li.current_page_item a,
ul li.current-menu-parent a {
    color: #FB933A !important;
}

.nav-menu-list .main-menu-item:hover a {
    color: #FB933A;
}

ul.sub-menu li.sub-menu-item a {
    color: #fff !important;
    padding: 10px;
    display: block;
}

ul.sub-menu .current-menu-item a {
    background-color: #000;
}

.wpcf7-not-valid {
    border: 1px solid #dc3232;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7 form .wpcf7-response-output {
    border: 2px solid #dc3232 !important;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #dc3232;
    margin: 20px 0px 0px 0px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    background-color: #46b450;
}


/* Header_css_start */
header.header-bottom.sticky {
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-name: fadeInDown;
    animation-timing-function: linear;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    width: 100%;
    background-color: #FFF;
    box-shadow: 1px 1px 20px 0px;
    color: #0000005e;
}

header.site-header {
    display: none;
}

.header-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    padding: 0px;
}

nav.nav {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end;
    height: 122px;
}

.nav-mobile {
    font-size: 0px;
}

.nav-mobile.open .fa,
.nav-mobile .fa {
    font-size: 0px;
    width: 40px;
    height: 40px;
    background-image: url(../images/Menu_icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #fff;
    z-index: 99;
    position: relative;
    top: -9px;
}

.nav-mobile.open .fa {
    background-image: url(../images/close_icon.svg);
}

.nav ul li .sub-menu {
    height: auto !important;
}

.nav ul {
    display: flex;
    display: -webkit-flex;
    column-gap: 30px;
    height: 100% !important;
}

.nav ul li {
    position: relative;
}

.nav ul li a {
    font-size: 15px;
    color: #000;
    display: block;
    padding: 44px 0px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.nav ul li .sub-menu {
    position: absolute;
    width: 390px;
    z-index: 99;
    background: #FB933A;
    padding: 10px 10px;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}

.nav ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.nav ul li li a {
    color: #fff;
    padding: 10px 10px;
    border-bottom: 1px solid #ffffff78;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}

.nav ul li li a:hover {
    background-color: #000;
    color: #fff;
}

.nav ul li li:last-child a {
    border-bottom: 0px;
}

.nav-click {
    display: none;
}

.sub-menu-toggle {
    display: none;
}

.header-logo {
    width: 50%;
    background: #2b6280;
    height: 122px;
    display: flex;
    align-items: center;
    padding-left: 10%;
    background: rgb(37, 80, 104);
    background: linear-gradient(270deg, rgba(37, 80, 104, 1) 0%, rgb(40 109 148) 100%);
}

.custom-menu {
    width: 50%;
    padding-right: 3%;
}

.menu-main-menu-container {
    position: absolute;
    height: 122px;
    display: flex;
    align-items: center;
    background: #fff;
    left: auto;
    right: -7%;
    margin-right: -150px;
    padding-left: 25px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 0;
}

nav.nav.active .menu-main-menu-container {
    left: auto;
    margin-right: 0px;
    right: 7%;
    opacity: 1;

}

/*=== animation ==*/

/*=== sticky ===*/

header.header-bottom.sticky .header-logo,
header.header-bottom.sticky nav.nav {
    height: 80px;
}

header.header-bottom.sticky .header-logo img {
    height: 65px;
}

header.header-bottom.sticky .menu-main-menu-container {
    height: 80px;
}

header.header-bottom.sticky .nav ul li a {
    padding: 23px 0px;
}

header.header-bottom.sticky .nav ul li ul li a {
    padding: 5px;
}


/* SLIDER_CSS_START */
rs-layer span {
    color: #FB933A;
}

rs-layer p {
    color: #fff;
    font-family: 'NeueHansKendrick-Regular';
}

.rev-btn {
    position: relative;
}

/* .rev-btn:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 2px;
	background-color: #fff;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 10px;
} */
.slider-div {
    background-color: #042C51;
    position: relative;
}

.slider-div::before {
    position: absolute;
    content: '';
    width: 90px;
    height: 130px;
    background-color: #fff;
    left: 0px;
    bottom: 0px;
    z-index: 99;
}

.slider-div:after {
    position: absolute;
    content: '';
    width: 90px;
    height: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 9;
    background: rgb(40 109 148);
    /* background: linear-gradient(0deg, rgba(37, 80, 104, 1) 0%, rgba(35, 96, 130, 1) 100%); */
}

.slider-div .tparrows {
    position: relative;
    width: 50px;
    height: 50px;
}

.slider-div .tparrows::before {
    display: none;
}

.slider-div .tparrows::after {
    top: 0px;
    left: 0px;
    position: absolute;
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.slider-div .tparrows.tp-leftarrow::after {
    background-image: url(../images/slider_left_arrow.svg);
}

.slider-div .tparrows.tp-rightarrow::after {
    background-image: url(../images/slider_right_arrow.svg);
}

.banner-phone-content {
    width: 385px;
    position: relative;
    height: 123px;
    box-shadow: 1px 0px 7px 0px;
    color: #d5d3d3;
    padding: 24px 0px 0px 121px;
    background-color: #fff;
    z-index: 99;
    float: right;
    margin-top: -64px;
}

.banner-phone-content::before {
    content: "";
    position: absolute;
    width: 100%;
    background: #FB933A;
    height: 5px;
    left: 0;
    top: 0;
}

.banner-phone-content::after {
    content: "";
    position: absolute;
    background-image: url(../images/telephone.png);
    width: 61px;
    height: 61px;
    top: 36px;
    left: 34px;
    background-repeat: no-repeat;
}


.banner-phone-content h5 {

    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    margin: 0px 0 7px;
}

.banner-phone-content p a {
    font-size: 35px;
    font-weight: 500;
    color: #21447D !important;
    font-family: 'Kanit', sans-serif;
}



/* ABOUT_CSS_START */
.about-section {
    padding: 144px 0px 100px;
    position: relative;
}

.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/tab-layout02-bg2.svg);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.about-section .about-images img {
    max-width: 100%;
}

.about-section .about-content .title-section .main_title {
    margin: 22px 0px 32px;
    text-transform: uppercase;
}

.about-section .about-content h5 {
    color: #323232;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 22px;
}

.about-section .about-content {
    padding-left: 14px;
}

.about-section .about-content p {
    color: #7B7B7B;
}

.about-content a.button {
    font-family: 'NeueHansKendrick-Regular';
    font-size: 18px;
    background: #FB933A;
    text-transform: capitalize;
    color: #fff;
    margin: 30px 0 0px 0px;
    float: left;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    padding: 7px 40px;
    border: 0;
    text-align: center;
}

.about-content a.button:hover {
    background-color: #000;
}


/* SERVICES-SECTION-CSS-START */

.services-section {
    padding: 60px 0px 20px;
    background-color: #1d3a56;
    z-index: 99;
    position: relative;
    background: rgb(38, 103, 141);
    background: linear-gradient(0deg, rgba(38, 103, 141, 1) 30%, rgba(152, 175, 193, 1) 100%);
}

.services-section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/Home_services_bg.jpg);
    background-position: center;
    background-size: cover;
    top: 0px;
    z-index: -1;
    bottom: 0px;
    mix-blend-mode: multiply;
    background-attachment: fixed;
}

.services-section .title-section {
    font-family: 'NeueHansKendrick-Regular';
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    margin: 0 0 24px;
}

.services-section .sub_title-section {
    font-family: 'Aileron-Bold';
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.services-section .tab_image {
    display: flex;
    display: -webkit-flex;
    column-gap: 10px;
    width: 100%;
    margin-top: 25px;
    /* margin-top: 50px; */
    margin-bottom: 20px;
    flex-wrap: nowrap;
    justify-content: center;
    row-gap: 10px;
    flex-direction: row;
}

.services-section .tab_image a {
    background-color: #fff;
    width: 25%;
    border-radius: 7px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 17px 17px;
    row-gap: 10px;
    cursor: pointer;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}

.services-section .tab_image .tab.active,
.services-section .tab_image a:hover {
    background-color: #FB933A;
}

.services-section .tab_image a img {
    height: 75px;
    width: auto;
    object-fit: contain;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}

.services-section .tab_image a p.serv-title {
    font-family: 'Aileron-Bold';
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    color: #000;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}

.services-section .tab_image .tab.active p.serv-title,
.services-section .tab_image a:hover p.serv-title {
    color: #fff;
}

.services-section .tab_image .tab.active img,
.services-section .tab_image a:hover img {
    filter: invert(1);
}

.services-section .services-box {
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
    background-color: #09517C;
    column-gap: 20px;
    min-height: 631px;
}

.services-section .services-box .services-img {
    width: 45%;
    position: relative;
}

/* .services-section .services-box .services-img::before {
	position: absolute;
	content: "";
	display: block;
	width: 50%;
	height: 50%;
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	box-shadow: -50px -50px 0 0 red;
} */

.services-section .services-box .services-img img {
    width: 100%;
    border-radius: 50% 0 0 50%;
    height: 100%;
    object-fit: cover;
}

.services-section .services-box .services-content p {
    font-family: 'NeueHansKendrick-Regular';
    color: #fff;
    padding-top: 10px;
}

.services-section .services-box .services-content h2 {
    font-size: 26px;
    font-family: 'Aileron-Bold';
    text-transform: uppercase;
    color: #fff;
}

.services-section .services-box .services-content {
    /* padding: 80px 0px 80px 45px; */
    padding: 40px 0px 40px 60px;
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-self: center;
}

.services-section .services-box .services-content h4 {
    margin-top: 0;
}

.services-section .services-box .services-content ul li {
    font-size: 18px;
    font-family: 'NeueHansKendrick-Regular';
    color: #fff;
    line-height: 30px;
    position: relative;
    padding-left: 38px;
}

.services-section .services-box .services-content ul {
    padding-top: 35px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
    row-gap: 20px;
}

.services-section .services-box .services-content a.button {
    font-family: 'NeueHansKendrick-Regular';
    font-size: 18px;
    background: #FB933A;
    text-transform: capitalize;
    color: #fff;
    /* margin: 30px 0 36px 0px; */
    margin: 30px 0 0px 0px;
    float: left;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    padding: 7px 40px;
    border: 0;
    text-align: center;
}

.services-section .services-box .services-content a.button:hover {
    background-color: #000;
}

.services-section .services-box .services-content ul li::before {
    position: absolute;
    content: '';
    background-image: url(../images/clean_icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 25px;
    left: 0px;
    top: 2px;
    filter: invert(1);
}



/* HOME_TESTIMONILAS_CSS_START */

.testimonial-section {
    padding: 80px 0px 70px;
}

.testimonials-main-cont h3 {
    margin-top: 10px;
}

.testimonial-section .author_desig {
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
}

.testimonial-section .author_desig h3 {
    margin: 0px 10px 0 0;
    font-family: 'NeueHansKendrick-Regular';
    color: #000000;
    font-size: 20px;
}

.testimonial-section .author_desig h4 {
    margin: 0px;
    font-family: 'NeueHansKendrick-Regular';
    color: #7B7B7B;
    font-size: 15px;
}

.home_testimonials .owl-nav button {
    display: none;
}

.home_testimonials .owl-dots button {
    width: 12px;
    height: 12px;
    background: #D9D9D9 !important;
    border-radius: 50px;
    margin-right: 7px;
    border: none;
    outline: none;
    transition: 0.2s;
    -webkit-transition: 0.2s;
}

.home_testimonials .owl-dots .active {
    width: 12px;
    height: 21px;
    background: #FB933A !important;
    border: none;
    position: relative;
    top: -2px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
}

.home_testimonials:before {
    position: absolute;
    content: "";
    background-image: url(../images/blog-output__marker.svg);
    width: 127px;
    height: 127px;
    background-repeat: no-repeat;
    background-size: 116px;
    right: 0;
    top: -56px;
}

.testimonial_box p {
    padding-bottom: 30px;
    color: #1f1f1f;
}

.owl-dots {
    padding-top: 30px !important;
}

.home_testimonials .owl-item.active .testimonials-main-cont {
    display: block !important;
}

/* HOME_BLOG_CSS_START */

.blog-section_outer {
    padding: 67px 0px 51px;
}

.blog-section_outer .title-section .main_title {
    margin-top: 17px;
}

.blog-section_outer .title-section {
    text-align: center;
    padding-bottom: 30px;
}

.blog-section_outer .row {
    row-gap: 40px;
}

.blog-section_outer .blog_box {
    float: right;
}

.blog-section_outer .blog_box .blog_img_outer img {
    height: 297px !important;
    object-fit: cover;
    width: 100%;
}

.blog-section_outer .blog_box .blog_content {
    box-shadow: 0px 0px 6px 1px;
    color: #d7d4d4;
    width: 92%;
    top: 0;
    float: right;
    margin-top: -50px;
    background-color: #fff;
    position: relative;
    padding: 30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.blog-section_outer .blog_box:hover .blog_content {
    top: -12px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.blog-section_outer .blog_box:hover .blog_content h5 a,
.blog-section_outer .blog_box:hover .blog_content .blog_read_more_button a {
    color: #FB933A;
}

.blog-section_outer .blog_box:hover .blog_read_more_button a::before {
    background-color: #FB933A;
}

.blog-section_outer .blog_box .blog_content h5,
.blog-section_outer .blog_box .blog_content h5 a {
    font-family: 'Aileron-Bold';
    transition: 0.3s;
    margin: 0 0 20px;
}

.blog-section_outer .blog_box .blog_content h3 {
    margin: 0 0 15px;
}

.blog-section_outer .blog_box .blog_content h5 a {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background: #fff;
}

.blog-section_outer .blog_box .blog_content h3 a:hover {
    color: #FB933A;
}

.blog-section_outer .blog_box .blog_content .blog_read_more_button {
    cursor: pointer;
    position: relative;
    margin-top: 22px;
}

/* .blog-section_outer .blog_box:hover .blog_content .blog_read_more_button a {
    color: #fff;
} */
.blog-section_outer .blog_box .blog_content p {
    padding-bottom: 10px;
    color: #1f1f1f;
    transition: 0.3s;
    margin: 0;
}

.blog-section_outer .blog_box .blog_content .blog_read_more_button a {
    color: #21447D;
    padding-left: 36px;
    font-size: 16px;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

/* .blog-section_outer .blog_read_more_button a:hover::before {
	background: #f48e43;
} */
.blog-section_outer .blog_read_more_button a::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    background: #E8E8E8;
    border-radius: 50px;
    bottom: -8px;
    left: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.blog-section_outer .blog_read_more_button a:after {
    position: absolute;
    content: "";
    background-image: url(../images/plus.png);
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: 10px;
    left: 20px;
    bottom: 2px;
}

.blog-section_outer .title-section p::before {
    display: none;
}

.blog-pagination .pagination {
    justify-content: center;
    margin: 20px 0 0;
}

.blog-pagination .pagination span,
.blog-pagination .pagination a {
    font-size: 18px;
    color: #000;
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    padding: 9px 18px;
    border: 1px solid #ccc;
    line-height: 24px;
}

.blog-pagination .pagination span,
.blog-pagination .pagination a {
    font-size: 18px;
    color: #000;
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    padding: 7px 14.4px;
    border: 1px solid #ccc;
    line-height: 24px;
    margin: 0 7px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.blog-pagination .pagination span.current {
    background: #FB933A;
    color: #fff;
    border-color: #FB933A;
}

.blog-pagination .pagination a:hover {
    background: #fb933a;
    color: #fff;
    box-shadow: 0 0 8px 0px #dbdbdb;
}

.blog-pagination .pagination .page-numbers.dots {
    margin: 0;
    border: 0;
    padding-bottom: 0;
}

/* HOME_CONTACT_CSS_START */
section.request-quort {
    padding: 100px 0px 100px;
    background-blend-mode: darken;
    /* background-color: #000b1d8c; */
    position: relative;
}

section.request-quort::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000B1D;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.home_contact_right .request-quort-form {
    background-color: #63738194;
    padding: 50px;
    width: 585px;
}

.request-quort-form label {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}

.request-quort-form label span {
    color: #ff0000;
}

.request-quort-form input,
.request-quort-form textarea {
    background: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
    resize: vertical;
    border-color: #fff !important;
}

.request-quort-form input.wpcf7-not-valid {
    border: 1px solid #dc3232 !important;
}

.home_contact_left h2 {
    width: 59%;
    text-transform: capitalize;
    font-size: 52px;
    color: #fff;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
}

.title-section p {
    color: #018BD4 !important;
}

.request-quort-form p {
    color: #fff;
}

input.form-control {
    padding: 20px !important;
    margin-bottom: 20px;
    border-radius: 0px;
    background-color: transparent;
    height: 61px;
}

p.home_phone_number {
    margin-top: 35px;
    padding-left: 65px;
    position: relative;
    font-size: 25px;
}

p.home_phone_number a {
    color: #fff;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

p.home_phone_number a:hover {
    color: #f38f3a;
}

p.home_phone_number:before {
    content: "";
    position: absolute;
    background-image: url(../images/phone.png);
    width: 62px;
    height: 62px;
    top: 0;
    left: 0;
    background-size: 39px;
    background-repeat: no-repeat;
}

.select .select2-container--default {
    width: 100% !important;
    margin-bottom: 20px;

}

.home_contact_right .select .select2-container--default .select2-selection--multiple {
    border-radius: 0px !important;
    border: 1px solid #fff !important;
    background-color: transparent;
    height: auto;
    box-shadow: none;
}

textarea.form-control {
    margin-bottom: 20px;
    border-radius: 0px !important;
    border: 1px solid #fff !important;
    background-color: transparent;
    height: 77px;
}

.home_contact_right .form-btn input {
    padding: 7px 40px 7px 40px;
    background-color: #f48e43 !important;
    border: none;
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    line-height: 34px;
    min-width: 166px;
    margin: 10px 0 0;
}

.home_contact_right .form-btn input:hover {
    background-color: #000 !important;
}

.home_contact_right .select .select2-container--default .select2-selection--multiple:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 110px;
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    background-size: 14px;
    right: -71px;
    top: 17px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: -2px;
    margin-right: 10px;
    padding: 1px;
}

.select2-container--focus span.select2-selection.select2-selection--multiple {
    color: #495057;
    background-color: transparent !important;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

::placeholder {
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-right: 28px !important;
}

/* HOME_FOOTER_CSS_START */

.footer-section .footer_top {
    display: flex;
    padding-bottom: 40px;
    width: 100% !important;
    column-gap: 45px;
    flex-wrap: wrap;
    row-gap: 40px;
    justify-content: space-between;
}

.footer-section .footer-container {
    padding: 0 67px;
    max-width: 1920px;
    margin: 0 auto;
}

.footer-section .footer-container .col-lg-6 {
    padding: 0;
}

.footer-section .footer-bottom {
    background-color: #21447d47;
}

.footer-section .footer_top .social_Media ul {
    display: flex;
    column-gap: 20px;
}

.footer-section .footer_top .social_Media ul li {
    margin-right: 10px;
}

.footer-bottom-content.logo {
    float: right;
}

.footer-bottom .row {
    align-items: center;
    padding: 10px 0;
    margin: 0;
}

.footer-bottom-content .menu-footer-menu-container li {
    line-height: 20px;
}

.footer-bottom-content p,
.footer-bottom .privacy-policy a {
    color: #fff;
    font-size: 14px;
}

.footer-bottom .privacy-policy a {
    padding-left: 8px;
    color: #fff;
    text-decoration: underline !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.footer-bottom .privacy-policy a:hover {
    opacity: 0.8;
}

footer.footer-section {
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 50px 0px 50px;
    background-position: left bottom !important;
}

footer.footer-section::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #23698b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    mix-blend-mode: screen;
}

.footer-bottom-content {
    display: flex;
    align-items: center;
}

.footer_top_content h5 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Aileron-Bold';
    font-size: 18px;
    font-weight: 400;
}

.footer_top_content p a,
.footer_top_content p {
    color: #fff !important;
    font-size: 20px;
    text-transform: capitalize;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.footer_top_content p a:hover {
    opacity: 0.6;
}

.footer-section .footer_top .social_Media ul li a {
    font-size: 0;
    width: 24px;
    height: 24px;
    display: flex;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.footer-section .footer_top .social_Media ul li a:hover {
    opacity: 0.6;
}

.footer-section .footer_top .social_Media ul .facebook a:before {
    position: absolute;
    content: "";
    width: 27px;
    height: 25px;
    background-image: url(../images/Facebook.png);
    background-repeat: no-repeat;
}

.footer-section .footer_top .social_Media ul .insta a:before {
    position: absolute;
    content: "";
    width: 27px;
    height: 25px;
    background-image: url(../images/instagram.png);
    background-repeat: no-repeat;
}

.footer-section .footer_top .social_Media ul .youtube a:before {
    position: absolute;
    content: "";
    width: 27px;
    height: 25px;
    background-image: url(../images/youtube.png);
    background-repeat: no-repeat;
}

.footer-section .footer_top .social_Media ul .blog a:before {
    position: absolute;
    content: "";
    width: 27px;
    height: 25px;
    background-image: url(../images/Blog.png);
    background-repeat: no-repeat;
}

.scroll-top-section {
    float: right;
    margin-right: 20px;
    position: fixed;
    bottom: 120px;
    right: 0;
    z-index: 999;
    cursor: pointer;
}

.scroll-top-section a.ScrollTop {
    position: relative;
    width: 47px;
    height: 47px;
    z-index: 0;
    outline: none;
    border-radius: 50%;
    background-color: #002b4d;
    border: 2px solid #fff;
    transition: .5s;
    /* display: none; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    display: block;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    /* display: none; */
}

.scroll-top-section a.ScrollTop i.fa.fa-chevron-up {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 98%;
    color: #fff;
}

.scroll-top-section a.ScrollTop {
    left: 100px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.scroll-top-section a.ScrollTop.active {
    left: 0px;
}




/* Banner section design Start */

.banner-outer-section {
    position: relative;
}

.common-banner-title .tt-pagetitle__title h1 {
    color: #fff;
    text-align: center;
    font-family: Kanit;
    font-weight: 600;
}

.banner-outer-section:before {
    position: absolute;
    content: '';
    width: 90px;
    height: 130px;
    background-color: #fff;
    left: 0px;
    bottom: 0px;
    z-index: 99;
}

.banner-outer-section:after {
    position: absolute;
    content: '';
    width: 90px;
    height: 100%;
    background-color: #286a8f;
    left: 0px;
    bottom: 0px;
    z-index: 9;

}

.banner-outer-section picture.tt-pagetitle__img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #002d50;
    opacity: 0.3;
}

.banner-outer-section img {
    width: 100%;
    height: 476px;
    object-fit: cover;
}

.common-banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 65px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Kanit;
    color: #fff;
    line-height: 70px;
    text-align: center;
    width: 100%;
}

ul#sidebarwidgeted li.widget ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0 20px;
}

ul#sidebarwidgeted li.widget#categories ul {
    grid-template-columns: 1fr 1fr;
}

/* Banner section design End */

/* SERVICE START */

.service-main-card {
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #eaebf0;
    border-radius: 4px;
    transition: .5s;
    position: relative;
    top: 0;
}

.service-main-text {
    padding: 15px;
}

.service-main-content .service-main-text {
    display: grid;
    grid-template-columns: 100px auto;
}

.service-main-content {
    display: flex;
    column-gap: 10px;

}

.service-main-inn .row {
    justify-content: center;
    row-gap: 50px;
}

.service-main-card .service-main-img a img {
    height: 297px;
    object-fit: cover;
    width: 100%;
}

.service-main-card .service-main-icon {
    width: 100%;
    padding: 0;
}

.service_read_more_button a {
    padding-left: 37px;
    text-transform: capitalize;
    position: relative;
    color: #21447D !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    cursor: pointer;
}

.service-main-card:hover .service_read_more_button a {
    color: #ff923e !important;
}

.blog-title {
    /* font-size: 20px !important; */
    min-height: 50px;
    color: #002d50;
    display: flex;
    /* align-items: center; */
    margin: 10px 0 20px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.service-main-card:hover .service-main-content .blog-title {
    color: #ff923e;
}

.service-main-icon img {
    max-width: 86px !important;
    position: relative;
    z-index: 99;
    margin-top: 4px;
}

.service-main-content .service-main-text .service_para_height {
    grid-column: span 2;
    text-align: center;
    margin: 0px 0 0;
}

.service_read_more_button {
    padding: 16px 0 12px;
    position: relative;
    grid-column: span 2;
    text-align: center;
}

.service_read_more_button a::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    background: #E8E8E8;
    border-radius: 50px;
    bottom: -8px;
    left: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.service-main-card:hover .service_read_more_button a::before {
    background: #f48e43;
}

.service_read_more_button a::after {
    position: absolute;
    content: "";
    background-image: url(../images/plus.png);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: 10px;
    bottom: 3px;
    z-index: 99;
    left: 22px;
}

.service-main-card .service-main-content .service-main-icon:before {
    position: absolute;
    content: "";
    /* background: #002d50c4;*/
    width: 38px;
    height: 38px;
    border-radius: 50px;
    left: 19px;
    bottom: 189px;
    z-index: 1;
    transition: .5s;
}

.service-main-card:hover {
    top: -10px;
    box-shadow: 0 19px 32px rgb(12 12 12/16%);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
}

.service-main-card:hover .service-main-content .service-main-icon:before {
    top: 318px;
}

.service-single-main-text img {
    height: auto;
    max-width: 400px;
}

.services-outer-section.common-outer {
    padding: 0;
    position: relative;
}

div#preloader.photo_preloader div#status {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: absolute;
    background-size: 110px;
    background-repeat: no-repeat;
    background-position: top center;
}

.back_to_service {
    text-align: center;
    margin: 30px 0 70px 0;
}

.services-outer-section.common-outer .service-main {
    padding-bottom: 54px;
}

.common-outer.service-single-page {
    padding-bottom: 20px;
}

.service-single-main-text h3 {
    margin-top: 0;
}

.back_to_service a {
    padding: 13px 40px 14px 40px;
    background-color: #f48e43;
    border: none;
    color: #fff;
    font-family: 'NeueHansKendrick-Regular';
    font-size: 18px;
    transition: all 0.5s ease;

}

.back_to_service a:hover {
    background: #042C51;
}

.common-outer .wc-shortcodes-column ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 20px;
}

/*=== Photo Gallery page ===*/

.gallery-content a {
    float: left;
    width: 100%;
}

.gallery-content a img {
    width: 100%;
    height: 100%;
}

.sl-overlay {
    z-index: 9999;
}

.simple-lightbox {
    z-index: 999999;
}

.simple-lightbox button {
    border: 0;
    outline: 0;
}

.simple-lightbox .sl-counter {
    display: none !important;
}

.sl-overlay {
    z-index: 9999;
    background: #000;
    opacity: 0.9;
}

.sl-wrapper .sl-navigation button {
    color: #fff;
}

.simple-lightbox button.sl-close {
    color: #fff;
}

.sl-wrapper button:hover {
    color: #FB933A;
    opacity: 1;
}

.gallery-content .grid-item {
    margin-bottom: 30px;
}

.gallery-content.gallery {
    float: left;
    width: 100%;
}

body.hidden-scroll {
    padding: 0 !important;
}

.gallerypages .lightboxTrigger {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.gallerypages .lightboxTrigger img {
    position: relative;
}

.gallerypages .lightboxTrigger::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    z-index: 9;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

.gallerypages .lightboxTrigger::after {
    content: '';
    position: absolute;
    width: 38px;
    height: 38px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 0;
    background-image: url(../images/zoom-in.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    z-index: 9;
}

.gallerypages .lightboxTrigger:hover::after {
    opacity: 1;
}

.gallerypages .lightboxTrigger:hover::before {
    opacity: 0.7;
    transform: translateX(0%) scale(1);
    -webkit-transform: translateX(0%) scale(1);
}

/*=== End of Gallery page ===*/

/*=== START OF VIDEO GALLLERY PAGE ===*/

.video_gallery_page .yrc-shell-cover .yrc-brand {
    background: #042c51 !important;
}

.video_gallery_page .yrc-shell-cover .yrc-menu-items {
    margin: 30px 0 15px !important;
    padding: 0;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #042c51;
}

.video_gallery_page .yrc-shell-cover .yrc-menu-items .yrc-menu-item {
    border: 0 !important;
    padding: 10px 40px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.video_gallery_page .yrc-shell-cover .yrc-menu-items li::before {
    content: none;
}

.video_gallery_page .yrc-menu-items .yrc-menu-item.yrc-active {
    background: #FB933A;
    color: #fff !important;
}

.video_gallery_page .yrc-shell-cover .yrc-brand span a {
    font-size: 22px;
    font-family: 'Aileron-Bold';
    font-weight: 500;
}

.video_gallery_page .yrc-item-list li {
    padding: 0;
}

.video_gallery_page .yrc-item-list li::before {
    content: none;
}

.video_gallery_page .yrc-player li {
    background: transparent !important;
    width: 100% !important;
    padding: 0;
}

.video_gallery_page .yrc-player li span {
    padding: 0;
}

/*=== END OF VIDEO GALLERY PAGE ===*/

/*=== Blog detail page ==*/

.news_bg_box img {
    width: 100%;
    height: 100%;
    max-width: 525px;
    float: right;
    margin: 0 0 20px 30px;
}

.thum_img_news_blog {
    height: 0;
    padding-bottom: 50%;
    position: relative;
    float: left;
    width: 100%;
}

.thum_img_news_blog img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.sidebar-fixed-inner div#sidebar ul#sidebarwidgeted {
    padding: 0;
    margin: 50px 0 0 !important;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 20px;
}

.sidebar-fixed-inner div#sidebar ul#sidebarwidgeted>li::before {
    content: none;
}

.sidebar-fixed-inner div#sidebar ul#sidebarwidgeted li.widget {
    border: 1px solid #ccc;
    padding: 25px 30px 8px 30px;
    box-shadow: 0 0 8px 0px #dbdbdb;
    width: 100%;
}

.sidebar-fixed-inner div#sidebar ul#sidebarwidgeted li.widget::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/Home_services_bg.jpg);
    background-position: center;
    background-size: cover;
    top: 0px;
    z-index: 0;
    bottom: 0px;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0.2;
}

.sidebar-fixed-inner div#sidebar ul#sidebarwidgeted li.widget h4 {
    margin: 0 0 22px;
    float: left;
    width: 100%;
    padding-bottom: 15px;
    position: relative;
}

.sidebar-fixed-inner div#sidebar ul#sidebarwidgeted li.widget h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 4px;
    border-radius: 4px;
    background: #fe913e;
}

ul#sidebarwidgeted li a {
    transition: 0.3s;
}

ul#sidebarwidgeted li a:hover {
    color: #fe913e;
}

/* .news_bg_box .blog-content {
    float: left;
    width: 100%;
} */
.news_bg_box .blog-content h4 {
    width: 90px;
    height: 70px;
    background-color: #042c51;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    position: absolute;
    top: 0;
    right: 40px;
    margin-left: 20px;
    padding: 12px 0;
}

.news_bg_box .blog-content h4 span {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #fff;
}

.blog-section_outer .grid-item {
    padding-bottom: 50px;
    width: 33.3% !important;
}

.blog-card.blog_in .heateor_sss_sharing_container .heateorSssPullOut {
    display: none;
}

/*=== End of blog detail page ==*/

/*== career page ===*/

.career_outer .testimonial-card .career_title {
    font-size: 28px;
    font-family: 'Aileron-Bold';
    font-weight: 500;
    color: #000;
    line-height: 35px;
    margin: 0 0 20px;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.career_outer .testimonial-card:hover .career_title {
    color: #FB933A;
}

.career_outer .testimonial-card .testimonial-card-content {
    font-family: 'NeueHansKendrick-Regular';
    color: #7B7B7B;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
}

.career_outer .testimonial-card .testimonial-card-content::before,
.career_outer .testimonial-card .testimonial-card-content::after {
    content: none;
}

.career_outer .testimonial-card .apply_now a {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    background: #FB933A;
    padding: 8px 60px 8px 20px;
    text-transform: uppercase;
    color: #fff;
    margin: 21px 0 0;
    float: left;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.career_outer .testimonial-card:hover .apply_now a {
    background-color: #000;
}

.career_outer .testimonial-card .apply_now a::before {
    content: '';
    position: absolute;
    width: 23px;
    height: 2px;
    background: #fff;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.career_outer .testimonial-customer {
    padding: 0;
}

.career_outer .testimonial-card .testimonial-customer {
    padding: 0;
}

.career_outer .testimonial-card::after {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 124px;
    height: 124px;
    background-image: url(../images/business-and-trade.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.03;
}

.career_outer .testimonial-card {
    box-shadow: 0 0 11px 2px #e7e7e7;
}

.job_application_heading ul li::before {
    content: none;
}

.job_application_heading ul li {
    padding: 0;
    margin: 0;
}

.job_application_heading form ul {
    padding: 0;
}

.job_application_heading form ul li {
    width: 100%;
    padding: 0;
    margin: 0;
}

.job_application_heading form ul li div {
    float: left;
}

.job_application_heading form ul li input.wpcf7-file {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ced4da;
}

.service-single-outer-row .job_application_heading {
    padding: 40px 30px;
    border: 1px solid #ccc;
    margin: 0 0 50px;
    position: relative;
    background-color: #1d3a56;
}

.service-single-outer-row .job_application_heading::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/Home_services_bg.jpg);
    background-position: center;
    background-size: cover;
    top: 0px;
    z-index: 0;
    bottom: 0px;
    left: 0;
    mix-blend-mode: multiply;
}

.service-single-outer-row .job_application_heading h2 {
    z-index: 99;
    position: relative;
    text-align: center;
    margin: 0 0 40px !important;
    color: #fff;
}

.service-single-outer-row .job_application_heading li.form-btn input {
    font-family: 'NeueHansKendrick-Regular';
    font-size: 20px;
    background: #FB933A;
    text-transform: capitalize;
    color: #fff;
    margin: 21px 0 0 16px;
    float: left;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    padding: 7px 40px;
    border: 0;
    min-width: 166px;
}

.service-single-outer-row .job_application_heading li.form-btn input:hover {
    background-color: #000;
}

.service-single-page .service-single-main-inner {
    padding: 0 0 30px;
}

.job_application_heading form label {
    color: #fff;
}

.job_application_heading form input,
.job_application_heading form input:focus {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    box-shadow: none;
}

.job_application_heading form ul li.form-btn span.wpcf7-spinner {
    top: 34px;
    background-color: #ccc;
    position: absolute;
}

.service-single-outer-row .job_application_heading .wpcf7-response-output {
    width: calc(100% - 30px);
    margin-left: 14px !important;
}

.job_application_heading form input.wpcf7-not-valid {
    border-color: #ff0000;
}

.video_gallery_page .yrc-player li span.yrc-close {
    position: absolute;
    background: transparent;
    right: 0;
    opacity: 1;
}

.job_application_heading form ul li.form-btn p {
    display: inline-block;
    margin: 0;
}

.job_application_heading form ul li.form-btn {
    display: flex;
    justify-content: center;
}

/*== end of career page ==*/

.header-bottom .container li.menu-item-has-children .main-menu-link::before {}

/*=== Contact us page ==*/

.contact-form h2 {
    font-size: 34px;
    margin: 0 0 20px;
    color: #fff;
    position: relative;
}

.contactus-outer-section .contact-form {
    padding: 40px 30px;
    border: 1px solid #ccc;
    margin: 0 0 -80px;
    position: relative;
    background-color: #fff;
    float: left;
    width: 100%;
    box-shadow: 0 0 10px 0px #e1e1e1;
}

/* .contactus-outer-section .contact-form::before {
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/Home_services_bg.jpg);
    background-position: center;
    background-size: cover;
    top: 0px;
    z-index: 0;
    bottom: 0px;
    left: 0;
    mix-blend-mode: multiply;
	opacity: 0.2;
} */
.contactus-outer-section .contact-form li label {
    z-index: 999;
    position: relative;
}

.contactus-outer-section .contact-form li .select2-selection--multiple {
    background: transparent;
    border-radius: 0;
}

.contactus-outer-section .contact-form li input {
    box-shadow: none;
    background: transparent;
    color: #000;
    border-color: #ccc;
}

.contactus-outer-section .contact-form .form-btn {
    float: left;
    width: 100%;
    z-index: 999;
    position: relative;
}

.contactus-outer-section .contact-form .form-btn input {
    font-family: 'NeueHansKendrick-Regular';
    font-size: 20px;
    background: #FB933A;
    text-transform: capitalize;
    color: #fff;
    margin: 12px 0 0 0px;
    float: left;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    padding: 7px 40px;
    border: 0;
    min-width: 166px;
}

.contactus-outer-section .contact-form .form-btn input:hover {
    background-color: #000;
}

.contactus-outer-section .contact-form li .select2-selection--multiple {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border-color: #ccc;
}

.contact-cont-section .map iframe {
    width: 100%;
    margin-bottom: -6px;
}

.contact-info ul.contact-mails .contact_title {
    padding-bottom: 10px;
}

.contact-info ul.contact-mails li.common_con span {
    font-family: 'Kanit', sans-serif;
    padding-right: 40px;
    display: table;
}

.contact-info .contact-mails li p {
    font-family: 'Kanit', sans-serif;
    font-size: 22px;
    margin-bottom: 4px;
    font-weight: 500;
}

.contact-info ul.contact-mails li.common_con a {
    font-size: 20px;
    color: #7B7B7B;
    font-weight: 400;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.contact-info ul.contact-mails li.common_con a:hover {
    color: #042c51;
}

.contact-info li.common_con {
    margin: 0 0 40px;
    padding-left: 90px;
    position: relative;
}

.contact-info ul.contact-mails .contact_title h3 {
    font-size: 40px;
    margin: 0 0 30px;
}

.contact-info li.common_con::before {
    position: absolute;
    content: "";
    background-image: url(../images/location-pin.png);
    width: 39px;
    height: 47px;
    top: 12px;
    left: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9;
}

.contact-info li.common_con.phonenumber-contact::before {
    height: 45px;
    top: 15px;
    background-image: url(../images/phonenum.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.contact-info li.common_con::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #FB933A;
    left: 0;
    top: 5px;
    box-shadow: 2px 2px 9px 1px #cdcdcd;
}

.container-inner-cont {
    padding-top: 80px;
}

.container-inner-cont .contact-info {
    padding-top: 60px;
}

.contactus-outer-section .contact-form .wpcf7-response-output {
    float: left;
    width: 100%;
    z-index: 0;
    position: relative;
}

.contactus-outer-section .contact-form .form-btn span.wpcf7-spinner {
    top: 36px;
}

.contactus-outer-section .contact-form li .select2-selection--multiple::before {
    content: '';
    position: absolute;
    top: 15px;
    right: 12px;
    width: 20px;
    height: 20px;
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
}

.contactus-outer-section .contact-form li input.wpcf7-not-valid {
    border-color: #ff0000;
}

.contactus-outer-section .contact-form li .select2-selection--multiple input::placeholder {
    color: #8d8d8d;
}

/*=== end of Contact us page ==*/

/*=== 404 page ===*/

.page-notfound-section .error-title h1 {
    text-align: center;
}

.error-page_inner .error-page a {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    background: #FB933A;
    padding: 13px 60px 13px 30px;
    text-transform: uppercase;
    color: #fff;
    margin: 21px auto 0;
    float: none;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
}

.error-page_inner .error-page a::before {
    content: '';
    position: absolute;
    width: 23px;
    height: 2px;
    background: #fff;
    top: 50%;
    right: 27px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.error-page_inner .error-page a:hover {
    background: #000;
}

article#post-37 h1.entry-title {
    display: none;
}

/*=== End of 404 page ===*/
/* .about-section .about-images::before {
    position: absolute;
    content: '';
    background-image: url(../images/home-about-vector.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 2px;
} */
.background_and_feature {
    float: left;
    width: 100%;
    position: relative;
}

.background_and_feature .about-images {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 100%;
}

.background_and_feature .feature_image {
    position: relative;
    top: 0;
    left: 0;
}

.background_and_feature .feature_image img {
    width: 100%;
    height: 100%;
    /* height: 405px */
}

.career_outer .testimonial-card .career_title h5 {
    margin-top: 0;
}

#sidebar #archives {
    display: none;
}

.footer-bottom-content.logo img {
    width: 80px;
}