@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");


* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    -webkit-text-size-adjust: 100%;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a:focus {
    -moz-outline-style: none;
    outline: none
}
input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}
input[type="file"] {
    cursor: pointer;
}
html body {
    padding: 0;
}
*::-moz-selection {
    color: #fff;
    background: #574747;
}
*::selection {
    color: #fff;
    background: #574747;
}
*::-moz-selection {
    color: #fff;
    background: #574747;
}
*::-webkit-selection {
    color: #fff;
    background: #574747;
}
*::-ms-selection {
    color: #fff;
    background: #574747;
}
*::after,
*::before,
* {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
body a {
    outline: none !important;
    transition: 0.5s all;
}
body a:focus {
    outline: none !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul:after,
li:after,
.container:after {
    clear: both;
    display: block;
    content: "";
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}
* {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    /* -tap-highlight-color: transparent; */
}
img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    outline: none !important;
}
form label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
}
iframe {
    display: block;
    width: 100%;
    height: 100%;
}
body ul,
body li,
body ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
    position: relative;
}
ul {
    margin: 0;
    padding: 0;
}
a,
span,
b,
i {
    display: inline-block;
    vertical-align: top;
}
body p {
    font-family: 'Cormorant',sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #222;
}
 p {
    margin-bottom: 18px;
}
html.no-scroll {
    overflow: hidden;
}
/*element css*/
#neve_body input:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio]), #neve_body textarea, #neve_body select {
    height: 50px;
    width: 100%;
    margin: 0;
    border-radius: 10px;
    border-color: #EEEEEE;
    padding: 0 18px;
}
/*contact form 7 error msg class and css*/
.wpcf7-not-valid-tip {
    font-size: 15px;
    color: red;
    line-height: 120%;
    margin-top: 1px;
    font-family: 'Cormorant',sans-serif; 
}
body form .col span.wpcf7-not-valid-tip {
    padding-left: 25px;
}
.wpcf7-form input:not([type="submit"]).wpcf7-not-valid,
.wpcf7-form .wpcf7-not-valid {
    border-color: red;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output, body .success {
    color: red;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    padding: 7px 15px;
    border: 1px solid red;
    margin: 15px 0 0 0;
    font-family: 'Cormorant',sans-serif;
    background: #fff;
}
body .wpcf7 form.sent .wpcf7-response-output,
body .success {
    color: green;
    border-color: green;
}
body textarea {
    resize: none;
    overflow: auto;
    height: 148px !important;
    padding-top: 15px !important;
}
body textarea:focus {
    box-shadow: none;
}
.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}
/*contact form 7 error msg class and css*/
body .to-top {
    height: 50px;
    width: 50px;
    position: fixed;
    top: auto;
    right: 15px;
    left: auto;
    bottom: 75px;
    border-radius: 7px;
    font-family: fontawesome;
    line-height: 48px;
    text-align: center;
    color: #fff;
    z-index: 111;
    box-shadow: 0 0 15px 2px #0006;
    text-decoration: none;
    transition: .5s all;
    scroll-behavior: smooth;
    padding: 0;
    font-size: 0;
    background: #39b54c;
    font-weight: normal;
}
.to-top::before {
    content: "\f106";
    font-size: 28px;
    color: #fff;
    padding-left: 1px;
}
.to-top:hover {
    cursor: pointer;
    /* opacity: 0.6; */
    color: #fff;
    background: #000000;
}


/*header*/
.et_pb_section_0_tb_header.et_pb_section--with-menu .et_pb_row--with-menu,
footer.et-l.et-l--footer .et_pb_section .et_pb_row {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.et_pb_section_0_tb_header.et_pb_section--with-menu .et_pb_row--with-menu .et_pb_module.et_pb_image span.et_pb_image_wrap {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.et_pb_section_0_tb_header.et_pb_section--with-menu {
    padding: 8px 15px;
}
.et_pb_section_0_tb_header.et_pb_section--with-menu .et_pb_row--with-menu {
    padding: 0;
}
.et_pb_section_0_tb_header.et_pb_section--with-menu .et_pb_row--with-menu .et_pb_column--with-menu {
    display: flex;
    align-items: center;
}
.et_pb_section_0_tb_header.et_pb_section--with-menu .et_pb_row--with-menu .et_pb_module.et_pb_image {
    width: auto;
    margin: 0 auto 0 0;
}
ul#menu-primary-menu li:not(:last-child) {
    margin-right: 35px;
}
ul#menu-primary-menu li {
    padding: 0;
    margin: 0;
}
ul#menu-primary-menu {
    display: flex;
    align-items: center;
    margin: 0;
}
ul#menu-primary-menu li a {
    padding: 0;
}
ul#menu-primary-menu li a,ul.et_mobile_menu li a {
    font-size: 20px;
    line-height: 100%;
    font-family: Cormorant,sans-serif;
    font-style: normal;
    color: #222222;
    text-transform: uppercase;
    font-weight: bold;
}

ul#menu-primary-menu li:last-child a {
    background: #222222;
    padding: 13px 26px;
    border-radius: 50px;
    color: #FFF;
    border: 1px solid #222222;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}
ul#menu-primary-menu li a:hover,ul.et_mobile_menu li a:hover,
footer .et_pb_menu .et_pb_menu__wrap nav.et-menu-nav>ul li a:hover{
    opacity: 1;
}
ul#menu-primary-menu li a,ul.et_mobile_menu li a,
ul#menu-primary-menu li.current-menu-item a,
footer .et_pb_menu .et_pb_menu__wrap nav.et-menu-nav>ul li.current-menu-item a{
    position: relative;
    opacity: 1;
}

ul#menu-primary-menu li:not(:last-child) a:after, ul.et_mobile_menu li:not(:last-child) a:after,
ul#menu-primary-menu li.current-menu-item:not(:last-child) a:after,
 footer .et_pb_menu .et_pb_menu__wrap nav.et-menu-nav>ul li a:after {
    content: '';
    width: 25px;
    height: 2px;
    background-color: #222222;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}
footer .et_pb_menu .et_pb_menu__wrap nav.et-menu-nav>ul li a:after{
    margin: 0;
}
ul#menu-primary-menu li:not(:last-child) a:hover:after,ul.et_mobile_menu li:not(:last-child) a:hover:after,
ul#menu-primary-menu li.current-menu-item:not(:last-child) a:after,
footer .et_pb_menu .et_pb_menu__wrap nav.et-menu-nav>ul li.current-menu-item a:after,
footer .et_pb_menu .et_pb_menu__wrap nav.et-menu-nav>ul li a:hover:after{
    opacity: 0.3;
}
header ul#mobile_menu1 li.current-menu-item a {
    background: #222;
    color: #fff;
}
ul#menu-primary-menu li:last-child a:hover,ul#menu-primary-menu li.current-menu-item:last-child a {
    background: #FFF;
    color: #222222;
    opacity: 1;
}
ul#menu-primary-menu li:last-child a:after, div#main-content div.thrv-button a.tcb-button-link:after, .submit-wrap p::after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 30px;
    margin-left: 10px;
    line-height: normal;
    display: inline-block;
    font-weight: 400;
    display: block;
}
ul#menu-primary-menu li:last-child a:after, div#main-content div.thrv-button a.tcb-button-link:after {
    margin-top: -2px;
}

.submit-wrap p::after {
    position: absolute;
    right: 55px;
    color: #222;
}
.submit-wrap p:hover:after{
    color: #FFF;
}

.contact-us-form-sec .submit-wrap p::after {
    color: #fff;
}
.contact-us-form-sec .submit-wrap p:hover:after{
    color: #222;
}

/*responcive menu*/
div.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
    color: #222;
    font-size: 45px;
}

ul#mobile_menu1 {
    width: 100%;
    position: absolute;
    background: #FFF !important;
    box-shadow: 0 0 0 !important;
    top: 90px;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    border-color: #222;
    overflow-y: auto;
    position: fixed;
    height: 100%;
    max-height: calc(100% - 80px);
}
header.et-l--header.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}
/*responcive menu*/


/*footer*/
footer.et-l.et-l--footer .et_pb_section {
    padding: 105px 15px 30px;
}
footer.et-l.et-l--footer .et_pb_row_0_tb_footer.et_pb_row--with-menu {
    padding: 0;
}
footer.et-l.et-l--footer  h1.et_pb_module_heading {
    font-family: 'Cormorant',sans-serif;
    font-size: 24px;
    line-height: normal;
    color: #222;
    font-weight: 800;
    padding-bottom: 21px;
}
.et_pb_gutters3 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_module {
    margin-bottom: 13.174%;
}
footer .et_pb_menu .et_pb_menu__wrap nav.et-menu-nav>ul li {
    width: 100%;
    margin-top: 0;
}
footer .et_pb_menu .et_pb_menu__wrap nav.et-menu-nav>ul li:not(:last-child) {
    margin-bottom: 25px;
}
footer .et_pb_menu .et_pb_menu__wrap nav.et-menu-nav>ul li a {
    padding: 0;
}
footer .et_pb_menu .et_pb_menu__wrap nav.et-menu-nav>ul li a {
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    font-family: 'Cormorant',sans-serif;
    color: #222;
    text-transform: uppercase;
}
footer.et-l.et-l--footer .et_pb_row_0_tb_footer .et_pb_column {
    width: 18%;
    min-width: auto;
}
footer.et-l.et-l--footer .et_pb_row_0_tb_footer .et_pb_column:not(:last-child) {
    margin-right: 70px;
}
footer.et-l.et-l--footer .et_pb_row_0_tb_footer .et_pb_column_0_tb_footer {
    width: 13.1%;
}
footer.et-l.et-l--footer .et_pb_row_0_tb_footer .et_pb_column_1_tb_footer {
    width: 25.8%;
}
footer.et-l.et-l--footer .et_pb_row_0_tb_footer .et_pb_column_2_tb_footer {
    width: 26.1%;
}
footer.et-l.et-l--footer .et_pb_row_0_tb_footer .et_pb_column_2_tb_footer .et_pb_text_inner {
    font-family: 'Cormorant',sans-serif;
    color: #222;
    text-transform: uppercase;
}
footer.et-l.et-l--footer .et_pb_row_0_tb_footer .et_pb_column_2_tb_footer .et_pb_text_inner ul {
    padding: 0;
}
footer.et-l.et-l--footer .title {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 6px;
}
footer .et_builder_inner_content div.et_pb_module.et_pb_heading {
    margin: 0;
}
footer.et-l.et-l--footer .et_pb_row_0_tb_footer .et_pb_column_2_tb_footer .et_pb_text_inner li .short-code,
footer.et-l.et-l--footer .et_pb_row_0_tb_footer .et_pb_column_2_tb_footer .et_pb_text_inner li .short-code p,
footer.et-l.et-l--footer .et_pb_row_0_tb_footer .et_pb_column_2_tb_footer .et_pb_text_inner li a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #222;
}
footer.et-l.et-l--footer .et_pb_row_0_tb_footer .et_pb_column_2_tb_footer .et_pb_text_inner li a:hover{
    opacity: 0.7;
}
footer.et-l.et-l--footer .et_pb_row_0_tb_footer .et_pb_column_2_tb_footer .et_pb_text_inner li:last-child {
    margin-top: 19px;
}
footer.et-l.et-l--footer .et_pb_row_0_tb_footer .et_pb_column_2_tb_footer .et_pb_text_inner li {
    position: relative;
    padding-left: 26px;
}
footer.et-l.et-l--footer .et_pb_row_0_tb_footer .et_pb_column_2_tb_footer .et_pb_text_inner li:before {
    content: '\f041 ';
    font-family: 'FontAwesome';
    font-size: 22px;
    line-height: normal;
    display: inline-block;
    position: absolute;
    left: 0;
}
footer.et-l.et-l--footer .et_pb_row_0_tb_footer .et_pb_column_2_tb_footer .et_pb_text_inner li:last-child:before {
    content: '\f095 '
}
footer.et-l.et-l--footer .et_pb_section .et_pb_row.et_pb_row_1_tb_footer {
    padding: 29px 0 0;
    border-top: 1px solid #22222224;
    margin-top: 62px;
}
footer.et-l.et-l--footer .et_pb_section .et_pb_row.et_pb_row_1_tb_footer .et_pb_text_inner {
    font-size: 18px;
    font-family: 'Cormorant',sans-serif;
    line-height: 100%;
    font-weight: 600;
    color: #222;
}
footer.et-l.et-l--footer .et_pb_section .et_pb_row.et_pb_row_1_tb_footer .et_pb_text_inner a{
      font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}
footer.et-l.et-l--footer .et_pb_section .et_pb_row.et_pb_row_1_tb_footer .et_pb_text_inner a:hover{

}
footer.et-l.et-l--footer .et_pb_section {
    background-image: url(../images/footer-bg-full.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}
footer .et_builder_inner_content div.et_pb_module {
    background: transparent;
}
/*footer*/





.banner-sec .thrv_wrapper.thrv_text_element   h3 {
    border: 1px solid;
    border-radius: 50px;
    padding: 13px 20px;
    font-size: 20px;
    font-family: 'Garamond',sans-serif;
    font-weight: 600;
    line-height: normal;
}

.banner-sec .thrv_wrapper.thrv_wrapper.thrv-button,
.banner-sec .thrv_wrapper.thrv_text_element {
    margin: 0!important;
    width: max-content;
}
div#main-content div.banner-sec .thrv_wrapper.thrv_text_element h1 {
    font-size: 68px!Important;
    line-height: 78px;
    font-family: 'Cormorant',sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left!Important;
    width: 71%;
    margin: 23px 0 16px!important;
}
div#main-content div.banner-sec div.thrv_wrapper.thrv_text_element p,
div#main-content .about-banner  div.thrv_wrapper.thrv_text_element p,
div#main-content .inner-banner  div.thrv_wrapper.thrv_text_element p{
    text-align: left!important;
    font-size: 24px!important;
    font-family: 'Cormorant',sans-serif;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 0;
}
div#main-content a.tcb-button-link::before, div#main-content div.banner-sec div.thrv-button a.tcb-button-link:after{
    display: none;
}
div#main-content div.thrv-button a.tcb-button-link,.submit-wrap p input.wpcf7-submit {
    background: #222!important;
    padding: 16.5px 26px!important;
    border-radius: 50px!important;
    color: #FFF!important;
    font-family: 'Cormorant',sans-serif!important;
    border: 1px solid #222222!important;
    font-size: 22px!important;
    font-weight: 600!important;
    display: inline-flex!important;
    align-items: center!important;
    text-transform: uppercase!important;
}
div#main-content div.banner-sec a.tcb-button-link,.submit-wrap p input.wpcf7-submit {
    background: #FFF!important;
    padding: 16px 26px!important;
    color: #222!important;
    border: 1px solid #FFF!important;
}
.submit-wrap p input.wpcf7-submit {
    padding: 19.3px 75px!important;
}

div#main-content div.banner-sec div.thrv-button a.tcb-button-link:hover,.submit-wrap p input.wpcf7-submit:hover{
    background: #222!important;
    color: #fff!important;
}
div#main-content div.banner-sec div.thrv-button a.tcb-button-link:hover span.tcb-button-text{
    color: #fff!important;
}
div#main-content div.thrv-button a.tcb-button-link:hover{
    background: #FFF!important;
    color: #222!important;
}
div#main-content div.thrv-button a.tcb-button-link:hover span.tcb-button-text {
    color: #222;
}
.banner-sec .thrv_wrapper.thrv_wrapper.thrv-button {
    margin-top: 39px!important;
}
div#main-content a.tcb-button-link .thrv_wrapper.thrv_icon {
    border: 0;
    padding: 0!important;
    width: auto;
    height: auto;
}
div#main-content a.tcb-button-link .thrv_wrapper.thrv_icon svg.tcb-icon {
    height: 30px;
}
div#main-content a.tcb-button-link span.tcb-button-icon {
    padding-left: 4px;
}
div#main-content .banner-sec {
    padding: 115px 15px 0!important;
    height: 780px;
}
div#main-content .banner-sec {
    margin-bottom: 122px;
}
div#main-content div.thrv_wrapper.sub-title {
    padding: 0;
    z-index: 1;
}
div#main-content div.main-title {
    text-align: center;
}

div#main-content div.thrv_wrapper.sub-title>p, div#main-content div.thrv_wrapper.sub-title>h4 {
    color: #444;
    font-size: 22px!important;
    font-family: 'Garamond',sans-serif;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    letter-spacing: 9.9px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
}
div#main-content .direct-email div.thrv_wrapper.sub-title>h4{
    font-weight: 600;
    color: #fff;
}
div#main-content div.main-title p,div#main-content div.main-title h2 {
    font-size: 54px;
    font-family: 'Cormorant',sans-serif;
    text-transform: uppercase;
    color: #222;
    font-weight: 400;
    line-height: 65px;
    padding: 0;
    padding-top: 13px;
    margin-bottom: 0;
}
div#main-content div.sub-p>p {
    font-size: 22px;
    font-family: 'Cormorant',sans-serif;
    line-height: 34px;
    color: #222;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}
div#main-content .philosophy-sec div.sub-p>p{
    font-weight: 700;
}
div#main-content div.sub-p {
    padding: 0;
}

div#main-content div.the-work-sec .tve-page-section-in>.thrv_wrapper.thrv-columns>.tcb-flex-row>.tcb-flex-col {
    padding: 16px;
}
div#main-content div.the-work-sec .tve-page-section-in>.thrv_wrapper.thrv-columns>.tcb-flex-row {
    margin: -16px;
}
div#main-content div.the-work-sec .tve-page-section-in>.thrv_wrapper.thrv-columns>.tcb-flex-row>.tcb-flex-col>.tcb-col {
    padding: 0 16px;
    border: 1px solid #333;
    border-radius: 14px;
}
div#main-content div.the-work-sec .tve-page-section-in>.thrv_wrapper.thrv-columns>.tcb-flex-row>.tcb-flex-col>.tcb-col .thrv_wrapper.thrv-columns {
    margin: 0;
}
div#main-content div.the-work-sec .tve-page-section-in>.thrv_wrapper.thrv-columns>.tcb-flex-row>.tcb-flex-col>.tcb-col .thrv_wrapper.thrv-columns .tcb-flex-row {
    padding: 0;
}
div#main-content div.the-work-sec .tve-page-section-in>.thrv_wrapper.thrv-columns>.tcb-flex-row>.tcb-flex-col>.tcb-col .thrv_wrapper.thrv-columns .tcb-flex-row {
    padding: 0;
    margin: 0;
}
div#main-content div.the-work-sec .tve-page-section-in>.thrv_wrapper.thrv-columns>.tcb-flex-row>.tcb-flex-col>.tcb-col .thrv_wrapper.thrv-columns .tcb-flex-row .tcb-flex-col {
    padding: 0;
}
div#main-content div.the-work-sec .tve-page-section-in>.thrv_wrapper.thrv-columns>.tcb-flex-row>.tcb-flex-col>.tcb-col .tve_image_caption {
    margin-top: 25px;
    margin-bottom: 19px;
}
div#main-content div.the-work-sec .tve-page-section-in>.thrv_wrapper.thrv-columns>.tcb-flex-row>.tcb-flex-col>.tcb-col .thrv_wrapper.thrv_text_element {
    font-family: 'Cormorant',sans-serif;
    color: #222;
}
div#main-content div.the-work-sec .tve-page-section-in>.thrv_wrapper.thrv-columns>.tcb-flex-row>.tcb-flex-col>.tcb-col .thrv_wrapper.thrv_text_element:not(:last-child) {
    margin-bottom: 10px!important;
    padding: 0;
}
html body div#main-content div.the-work-sec div.tve-page-section-in>.thrv_wrapper.thrv-columns>.tcb-flex-row>.tcb-flex-col>div.tcb-col .thrv_wrapper.thrv_text_element>p {
    font-size: 20px!important;
}
div#main-content div.the-work-sec div.tve-page-section-in>.thrv_wrapper.thrv-columns>.tcb-flex-row>.tcb-flex-col>div.tcb-col div.thrv_wrapper.thrv_text_element h4 {
    font-size: 26px!important;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 12px;
}
html body div#main-content div.the-work-sec div.tve-page-section-in>.thrv_wrapper.thrv-columns>.tcb-flex-row>.tcb-flex-col>div.tcb-col .thrv_wrapper.thrv_text_element>p {
    font-size: 20px!important;
    line-height: 29px;
    font-weight: 500;
}




div#main-content div.the-work-sec+.sub-title, div#main-content .remote-en.main-title, div#main-content .remote-en.main-title+.sub-p, div#main-content .remote-eng-sec {
    margin: 0;
    background-color: #F5F5F5!important;
}





div#main-content .remote-eng-sec .tcb-flex-col {
    padding: 0;
}
div#main-content .remote-eng-sec .tcb-flex-col .tcb-flex-row {
    margin: 0;
}
div#main-content .remote-eng-sec>.tcb-flex-row>.tcb-flex-col:first-child {
    background-color: #222;
}
div#main-content .remote-eng-sec>.tcb-flex-row>.tcb-flex-col {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 41px 25px 34px;
    color: #222;
    background-color: #FFF;
}
div#main-content .remote-eng-sec:not(.service-page-full)>.tcb-flex-row {
    padding: 0;
    justify-content: space-between;
}
div#main-content .remote-eng-sec:not(.service-page-full)>.tcb-flex-row>.tcb-flex-col {
    max-width: 48.5%;
}
div#main-content .remote-eng-sec .thrv_wrapper.thrv_text_element {
    padding: 0;
}
div#main-content .remote-eng-sec>.tcb-flex-row>.tcb-flex-col p {
    margin-bottom: 0;
}
div#main-content .remote-eng-sec>.tcb-flex-row>.tcb-flex-col>.tcb-col>.thrv_text_element:first-child>p {
    font-size: 16px;
    font-family: 'Garamond',sans-serif;
    line-height: 100%;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
    opacity: 0.7;
    letter-spacing: 26%;
}
div#main-content .remote-eng-sec>.tcb-flex-row>.tcb-flex-col>.tcb-col>.thrv_text_element:nth-child(2)>p {
    line-height: 42px;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 17px;
}
div#main-content .remote-eng-sec {
    font-family: 'Cormorant',sans-serif;
    
}

div#main-content .remote-eng-sec>.tcb-flex-row>.tcb-flex-col>.tcb-col>.thrv_wrapper.thrv-columns .tcb-flex-row {
    min-height: 80px;
    border-radius: 5px;
    padding: 0 20px;
    display: flex;
    align-items: center;
}
div#main-content .remote-eng-sec>.tcb-flex-row>.tcb-flex-col:last-child>.tcb-col>.thrv_wrapper.thrv-columns .tcb-flex-row {
    border: 1px dashed #222222;
    background: #4444441a;
    background: linear-gradient(152deg, rgb(68 68 68 / 7%) 0%, rgba(255, 255, 255, 0) 100%);
}

div#main-content .remote-eng-sec>.tcb-flex-row>.tcb-flex-col>.tcb-col>.thrv_wrapper.thrv-columns .tcb-flex-row .tcb-flex-col:first-child {
    max-width: max-content;
}
div#main-content .remote-eng-sec>.tcb-flex-row>.tcb-flex-col>.tcb-col>.thrv_wrapper.thrv-columns .tcb-flex-row .tcb-flex-col:last-child {
    max-width: max-content;
}
div#main-content .remote-eng-sec>.tcb-flex-row>.tcb-flex-col>.tcb-col>.thrv_wrapper.thrv-columns .tcb-flex-row .tcb-flex-col:first-child .thrv_wrapper.thrv_text_element>p {
    line-height: 65px;
    font-size: 40px!important;
    font-weight: 700;
    color: #222;
}
div#main-content .remote-eng-sec>.tcb-flex-row>.tcb-flex-col>.tcb-col>.thrv_wrapper.thrv-columns .tcb-flex-row .tcb-flex-col:last-child .thrv_wrapper.thrv_text_element>p {
    font-size: 22px!important;
    font-weight: 500;
    line-height: 30px;
    color: #222;
}
div#main-content .remote-eng-sec>.tcb-flex-row>.tcb-flex-col>.tcb-col>.thrv_wrapper.thrv-columns {
    margin: 16px 0 21px;
}
div#main-content .remote-eng-sec>.tcb-flex-row>.tcb-flex-col>.tcb-col>.thrv_wrapper.thrv-columns+.thrv_text_element>p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
div#main-content .remote-eng-sec .thrv_wrapper.thrv-styled_list li.thrv-styled-list-item span.thrv-advanced-inline-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
div#main-content .remote-eng-sec .thrv_wrapper.thrv-styled_list li.thrv-styled-list-item .tcb-styled-list-icon {
    margin-top: 4px;
    margin-right: 14px;
}
div#main-content .remote-eng-sec .thrv_wrapper.thrv-styled_list li.thrv-styled-list-item:not(:last-child) {
    margin-bottom: 14px;
}
div#main-content .remote-eng-sec .thrv_wrapper.thrv-styled_list {
    padding: 0!important;
    margin-top: 22px;
    margin-bottom: 0;
}
div#main-content .remote-eng-sec .thrv_wrapper.thrv-styled_list li.thrv-styled-list-item .tcb-styled-list-icon .tcb-icon-inherit-style {
    padding: 5px!important;
    background-color: #222222c2;
    border-radius: 50%;
}
div#main-content .remote-eng-sec .thrv_wrapper.thrv-styled_list li.thrv-styled-list-item .tcb-styled-list-icon .tcb-icon-inherit-style svg.tcb-icon {
    fill: #fff;
    width: 12px;
    height: 12px;
    line-height: 12px;
}
/*blackbox*/
div#main-content .remote-eng-sec>.tcb-flex-row>.tcb-flex-col:first-child {
    background: #111111;
    background: linear-gradient(528deg, rgba(17, 17, 17, 0.28) 0%, rgba(37, 37, 37, 1) 77%, rgba(17, 17, 17, 0) 100%);
    /* margin-right: 50px; */
    background-color: #111111;
    color: #FFF;
}
div#main-content .remote-eng-sec>.tcb-flex-row>.tcb-flex-col:first-child>.tcb-col>.thrv_wrapper.thrv-columns .tcb-flex-row {
    background-color: #222222;
}
div#main-content .remote-eng-sec>.tcb-flex-row>.tcb-flex-col:first-child p,
div#main-content .remote-eng-sec>.tcb-flex-row>.tcb-flex-col:first-child .thrv_wrapper.thrv-styled_list li.thrv-styled-list-item span.thrv-advanced-inline-text{
    color: #FFF!important;
}
div#main-content .remote-eng-sec>.tcb-flex-row>.tcb-flex-col:first-child .thrv_wrapper.thrv-styled_list li.thrv-styled-list-item .tcb-styled-list-icon .tcb-icon-inherit-style{
    background-color: #ffffffc9!important;
}
div#main-content .remote-eng-sec>.tcb-flex-row>.tcb-flex-col:first-child .thrv_wrapper.thrv-styled_list li.thrv-styled-list-item .tcb-styled-list-icon .tcb-icon-inherit-style svg.tcb-icon{
    fill: #222222;
}


div#main-content .principal-ad-sec>.tcb-flex-row {
    padding: 0;
    margin: 0;
}
div#main-content .principal-ad-sec>.tcb-flex-row .thrv_wrapper.tve_image_caption {
    margin: 0;
}
div#main-content .principal-ad-sec>.tcb-flex-row>.tcb-flex-col {
    padding: 0;
}
div#main-content .principal-ad-sec>.tcb-flex-row>.tcb-flex-col:last-child {
    padding-left: 62px;
    max-width: 55.4%;
}
div#main-content .principal-ad-sec>.tcb-flex-row>.tcb-flex-col:first-child {
    max-width: 45.4%;
}
div#main-content .principal-ad-sec p,div#main-content .principal-ad-sec h2,div#main-content .principal-ad-sec h4 {
    text-align: left!important;
}
div#main-content .prinicipal-sec.main-title+.thrv_wrapper.thrv_text_element p,div#main-content .prinicipal-sec.main-title+.thrv_wrapper.thrv_text_element h4 {
    font-size: 22px;
    font-family: 'Cormorant',sans-serif;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 22px;
    margin-top: 7px;
    line-height: 34px;
}
.thrv_wrapper.thrv_text_element {
    padding: 0;
}
div#main-content .principal-ad-sec .thrv_wrapper.thrv-button {
    margin: 22px 0 0;
    width: max-content;
    max-width: max-content;
}
div#main-content .principal-ad-sec .thrv_wrapper.thrv-button a.tcb-button-link {
    padding: 12.5px 25px 12.5px 30px!important;
}


div#main-content .principal-ad-sec>.tcb-flex-row .thrv_wrapper.tve_image_caption+.thrv_text_element>p,
div#main-content .principal-section>.tcb-flex-row .thrv_wrapper.tve_image_caption+.thrv_text_element>p {
    margin: 20px 0 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}
div#main-content .principal-ad-sec>.tcb-flex-row .thrv_wrapper.thrv_custom_html_shortcode,
div#main-content .principal-section>.tcb-flex-row .thrv_wrapper.thrv_custom_html_shortcode {
    margin-top: 8px;
}
div#main-content .principal-ad-sec>.tcb-flex-row .thrv_wrapper.thrv_custom_html_shortcode .location,
div#main-content .principal-section>.tcb-flex-row .thrv_wrapper.thrv_custom_html_shortcode .location {
    color: #222222c2;
    font-family: 'Cormorant',sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 500;
}
div#main-content .principal-ad-sec>.tcb-flex-row .thrv_wrapper.thrv_custom_html_shortcode .location a {
    color: #222222;
    font-weight: 700;
}
div#main-content .principal-ad-sec>.tcb-flex-row .thrv_wrapper.thrv_custom_html_shortcode .location a:hover {
    opacity: 0.7;
}
div#main-content .principal-ad-sec>.tcb-flex-row .thrv_wrapper.thrv_custom_html_shortcode .location span.map-icon {
    width: 18px;
    height: 26px;
    background-image: url(../images/location-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 2px 15px 0 0;
}



div#main-content .get-in-touch-sec div.main-title h2, div#main-content .get-in-touch-sec div.thrv_wrapper.sub-title>p,
div#main-content .get-in-touch-sec div.sub-p>p{

}
div#main-content .get-in-touch-sec div.sub-p {
    max-width: 72%;
    margin: auto;
}



/*form*/
form input.text:focus, form input.title:focus,form input[type=text]:focus,form select:focus,form textarea:focus,
form input.text, form input.title, form input[type=email], form input[type=password], form input[type=tel], form input[type=text], form select, form textarea {
    border: 1px solid #ffffff40;
    color: #fff;
}
form input.text, form input.title, form input[type=email], form input[type=password], form input[type=tel], form input[type=text], form select, form textarea,
form select option {
    min-height: 64px;
    line-height: normal;
    font-size: 18px;
    font-family: 'Cormorant',sans-serif;
    border-radius: 50px;
    padding: 0 25px;
    background-color: #2B2B2B;
    width: 100%;
    font-weight: 500;
}
form input::placeholder,form textarea::placeholder{
     font-size: 18px;
    font-family: 'Cormorant',sans-serif;
    color: #fff;
    font-weight: 500;
}

body form textarea {
    min-height: 200px;
    border-radius: 12px;
}
body form .col p {
    margin: 0;
}
body form .col p>br {
    display: none;
}
body form .col p>label {
    font-size: 20px;
    font-family: 'Cormorant',sans-serif;
    color: #fff;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 7px;
    display: block;
}
body form .col {
    width: 100%;
}
body form .row {
    display: flex;
    width: 100%;
    grid-gap: 40px;
    margin-bottom: 36px;
}
.submit-wrap p {
    margin: 0;
    position: relative;
}
.submit-wrap p span.wpcf7-spinner {
    position: absolute;
    right: -72px;
}
.submit-wrap p input.wpcf7-submit{
    cursor: pointer!important;
}
.submit-wrap p {
    width: auto;
    max-width: max-content;
    display: flex;
    align-items: center;
    align-content: center;
}
form .submit-wrap {
    padding-top: 12px;
    display: flex;
    justify-content: center;
}
div#main-content .get-in-touch-sec .get-in-to-form {
    margin-top: 47px;
}
span.wpcf7-form-control-wrap[data-name="inquiry"]::before {
    content: '\f107';
    font-size: 30px;
    font-family: 'FontAwesome';
    font-weight: 400;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 16px;
}
div#main-content .contact-us-form-sec span.wpcf7-form-control-wrap[data-name="inquiry"]::before {
    color: #222;
}
.recaptcha-wrap span.wpcf7-form-control-wrap.recaptcha {
    text-align: center;
}
.recaptcha-wrap {
    margin-bottom: 44px;
}
.recaptcha-wrap span.wpcf7-form-control-wrap.recaptcha .wpcf7-not-valid>div>div>iframe {
    border: 1px solid red;
    border-radius: 2px;
}
.recaptcha-wrap span.wpcf7-form-control-wrap.recaptcha div>div, .recaptcha-wrap span.wpcf7-form-control-wrap.recaptcha div>div>iframe {
    height: inherit;
}
/*form*/


/*innerpages*/
div#main-content .tve_image_caption img,
.services-banner.inner-banner.thrv-page-section .tve-page-section-out,
.about-banner.thrv-page-section .tve-page-section-out,
.bangkok-banner-sec .tve-page-section-out,
.contact-banner .tve-page-section-out{
    filter: grayscale(100%);
}
/*about*/
div#main-content .about-banner div.thrv_wrapper.thrv_text_element,div#main-content .inner-banner div.thrv_wrapper.thrv_text_element {
    margin: 0!important;
}

div#main-content .about-banner,div#main-content .inner-banner {
    height: 450px;
    padding: 0 15px!important;
}
.about-banner .tve-page-section-in.tve_empty_dropzone,.inner-banner .tve-page-section-in {
    height: inherit;
    min-height: auto!important;
}
div#main-content .about-banner .thrv_text_element h1,div#main-content .inner-banner .thrv_text_element h1  {
    font-size: 68px ! Important;
    line-height: 78px;
    font-family: 'Cormorant', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left ! Important;
    margin: 0 0 16px !important;
}
.about-banner .thrv_text_element {
    text-align: left;
}
div#main-content .about-banner div.thrv_wrapper.thrv_text_element,div#main-content .inner-banner div.thrv_wrapper.thrv_text_element {
    max-width: 100%;
}
div#main-content .about-banner+.thrv_custom_html_shortcode,
div#main-content .breadcrumb-wrap.thrv_custom_html_shortcode {
    margin: 0;
    background: #F6F6F6;
    padding: 16px 15px;
}
div#main-content .breadcrumb-wrap.thrv_custom_html_shortcode>span>span, div#main-content .about-banner+.thrv_custom_html_shortcode>span>span, div#main-content .contact-banner+.thrv_custom_html_shortcode>span>span {
    font-size: 18px;
    font-family: 'Cormorant',sans-serif;
    font-weight: 700;
    line-height: 100%;
    color: #444444cc;
    text-transform: uppercase;
}
div#main-content .breadcrumb-wrap.thrv_custom_html_shortcode>span a,
div#main-content .about-banner+.thrv_custom_html_shortcode>span a {
    color: #000;
}
div#main-content .breadcrumb-wrap.thrv_custom_html_shortcode>span a:hover,
div#main-content .about-banner+.thrv_custom_html_shortcode>span a:hover {
    opacity: 0.7;
}
div#main-content .breadcrumb-wrap.thrv_custom_html_shortcode>span,
div#main-content .about-banner+.thrv_custom_html_shortcode>span {
    font-size: 0;
    display: block;
    line-height: 100%;
}
div#main-content .breadcrumb-wrap.thrv_custom_html_shortcode>span>span:not(.breadcrumb_last),
div#main-content .about-banner+.thrv_custom_html_shortcode>span>span:not(.breadcrumb_last) {
    padding-right: 27px;
    margin-right: 12px;
    position: relative;
}
div#main-content .breadcrumb-wrap.thrv_custom_html_shortcode>span>span:not(.breadcrumb_last)::after, div#main-content .about-banner+.thrv_custom_html_shortcode>span>span:not(.breadcrumb_last)::after {
    content: '\f105 \f105';
    display: block;
    font-family: 'FontAwesome';
    font-size: 22px;
    font-weight: 300;
    position: absolute;
    top: -1px;
    right: 0;
    letter-spacing: -2px;
}
.philosophy-sec>.tve-content-box-background {
    display: none;
}
.philosophy-sec>.tve-cb {
    background-color: #222;
    border-radius: 14px!important;
    background-image: url(../images/black-bg-wave.png);
    background-repeat: no-repeat;
    background-position: -10px 0px;
}
div#main-content .philosophy-sec>.tve-cb {
    display: block;
}
div#main-content .philosophy-sec>.tve-cb {
    display: block;
    padding: 79px 90px 105px;
}
div#main-content .philosophy-sec>.tve-cb .thrv_wrapper.tve_image_caption {
    margin: 0px auto 0!important;
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
}
div#main-content .philosophy-sec>.tve-cb h2 {
    margin-bottom: 9px;
}
div#main-content .philosophy-sec>.tve-cb .sub-p {
    margin-bottom: 42px;
}
div#main-content .philosophy-sec>.tve-cb .thrv_wrapper.thrv_text_element:last-child>p {
    margin-bottom: 0;
}
div#main-content .gray-bg-sec,
div#main-content .academic-sec:not(.the-work-sec) {
    background-color: #F5F5F5;
}
div#main-content .academic-inn-sec .tve-page-section-in{

}
div#main-content .academic-inn-sec .tve-page-section-in .tcb-flex-col {
    padding: 0;
}
div#main-content .academic-inn-sec .tve-page-section-in .tcb-flex-col .tcb-col {
    padding: 26px 10px 44px;
    border: 1px solid #333;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
}
div#main-content .academic-inn-sec .tve-page-section-in .tcb-flex-col {
    padding: 16px;
}
div#main-content .academic-inn-sec .tve-page-section-in>.thrv_wrapper.thrv-columns>.tcb-flex-row {
    margin: -16px;
}
div#main-content .academic-inn-sec .tve-page-section-in .tcb-flex-col .tcb-col .thrv_wrapper.thrv_text_element {
    font-family: 'Cormorant',sans-serif;
    color: #222;
    padding: 0 42px;
}
div#main-content .academic-inn-sec .tve-page-section-in .tcb-flex-col .tcb-col .thrv_wrapper h4 {
    font-size: 26px !important;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 12px;
}
div#main-content .academic-inn-sec .tve-page-section-in .tcb-col .thrv_wrapper.tve_image_caption+.thrv_wrapper {
    margin-bottom: 0 !important;
    padding: 0;
}
div#main-content .academic-inn-sec .tve-page-section-in .tcb-flex-col .tcb-col .thrv_wrapper {
    /*margin-bottom: 0;*/
}
div#main-content div.the-work-sec.the-work-inn-sec.the-work-sec {
    padding-top: 0!important;
}
div#main-content div.the-work-sec.the-work-inn-sec.the-work-sec .tve_image_caption+.thrv_wrapper.thrv_text_element.dynamic-group-kbhqq812 {
    display: none;
}
div#main-content .academic-inn-sec .tve-page-section-in .tcb-flex-col .tcb-col .thrv_wrapper.thrv_text_element:last-child {
    margin-top: 12px;
}
div#main-content .professional-inn-sec .thrv_wrapper.thrv-columns .tcb-flex-col {
    padding: 16px;
}
div#main-content .professional-inn-sec .thrv_wrapper.thrv-columns .tcb-flex-col>.tcb-col {
    padding: 40px 30px 32px;
    border: 1px solid #333;
    border-radius: 14px;
}
div#main-content .professional-inn-sec-1 {
    padding-bottom: 32px!important;
}
div#main-content .professional-inn-sec .tve-page-section-in .tcb-flex-row {
    margin: -16px;
}
div#main-content .professional-inn-sec .thrv_wrapper.thrv-columns .tcb-flex-col>.tcb-col .thrv_wrapper.thrv_contentbox_shortcode {
    margin: 0;
    padding: 0!important;
}
div#main-content .why-bangkok-sec .tcb-flex-row {
    align-items: flex-start;
}
div#main-content .professional-inn-sec .thrv_wrapper.thrv-columns .tcb-flex-col>.tcb-col {
    font-family: 'Cormorant',sans-serif;
    color: #222;
}
div#main-content .professional-inn-sec .thrv_wrapper.thrv-columns .tcb-flex-col>.tcb-col .thrv_wrapper {
    margin: 0!important;
}
div#main-content .professional-inn-sec .thrv_wrapper.thrv-columns .tcb-flex-col>.tcb-col .thrv_wrapper.thrv_contentbox_shortcode h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
    padding-bottom: 2px;
    text-align: left;
}
div#main-content .professional-inn-sec .thrv_wrapper.thrv-columns .tcb-flex-col>.tcb-col .thrv_wrapper p {
    line-height: 29px;
}
div#main-content .professional-inn-sec .thrv_wrapper.thrv-columns .tcb-flex-col>.tcb-col .thrv_wrapper.thrv_contentbox_shortcode h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    padding-bottom: 15px;
}
div#main-content .professional-inn-sec .thrv_wrapper.thrv-columns .tcb-flex-col>.tcb-col .thrv_wrapper.thrv_contentbox_shortcode .thrv_wrapper:last-child h4 {
    padding-bottom: 0;
    padding-top: 10px;
    font-size: 17px;
    text-transform: uppercase;
}
div#main-content .why-bangkok-sec .tve-page-section-in .left-s {
    text-align: left;
}
div#main-content .why-bangkok-sec .tve-page-section-in .left-s h4 {
    text-align: left;
}
div#main-content .why-bangkok-sec .tcb-flex-row>.tcb-flex-col:first-child {
    width: 45.4%;
}
div#main-content .why-bangkok-sec .tcb-flex-row>.tcb-flex-col:last-child {
    padding-right: 10px;
    max-width: 55.4%;
}
div#main-content .why-bangkok-sec .tcb-flex-row>.tcb-flex-col:last-child p {
    font-size: 20px!important;
    font-weight: 500!important;
    color: #222!important;
    line-height: 32px!important;
}
div#main-content .why-bangkok-sec .tve-page-section-in>.thrv_wrapper.thrv-columns {
    margin-bottom: 0!important;
}
div#main-content .why-bangkok-sec .tve-page-section-in .main-title.left-s {
    margin-bottom: 17px;
}
div#main-content .why-bangkok-sec .tve-page-section-in .thrv_text_element:not(.left-s) {
    padding-right: 51px;
}
div#main-content .why-bangkok-sec+.list-sec ul.info-grid,.box-list.list-sec ul.info-grid {
    max-width: 1300px;
    width: 100%;
    margin: auto;
    padding: 0;
    border: 1px solid #222;
    border-radius: 15px;
    padding: 33px 40px 20px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    background-color: #fff;
    grid-gap: 0 165px;
}

div#main-content .why-bangkok-sec+.list-sec ul.info-grid,.box-list.list-sec ul.info-grid {
    font-family: 'Cormorant',sans-serif;
    color: #222;
}
div#main-content .why-bangkok-sec+.list-sec ul.info-grid li p,
.box-list.list-sec ul.info-grid li p {
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    line-height: 100%;
}
div#main-content .why-bangkok-sec+.list-sec ul.info-grid li strong,
.box-list.list-sec ul.info-grid li span {
    font-size: 13px;
    font-weight: 500;
    color: #222222c7;
}

#tve_editor ul.info-grid {
    margin-left: auto;
}
div#main-content .why-bangkok-sec+.list-sec ul.info-grid li,.box-list.list-sec ul.info-grid li,
div#main-content div.bangkok-page.bangkok-works-2>.tcb-flex-row ul li {
    position: relative;
    padding-left: 38px;
}
div#main-content .why-bangkok-sec+.list-sec ul.info-grid li,.box-list.list-sec ul.info-grid li{
    margin-bottom: 12px;
}
div#main-content .why-bangkok-sec+.list-sec ul.info-grid li::after,.box-list.list-sec ul.info-grid li::after,
div#main-content div.bangkok-page.bangkok-works-2>.tcb-flex-row ul li:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url(../images/bullet-point-gray.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
    left: 0;
    top: 9px;
}
div#main-content .ready-to-have-sec {
    padding: 90px 15px 120px !important;
    background: #222;
    margin: 0;
}
div#main-content .ready-to-have-sec  div.thrv-button a.tcb-button-link {
    background: #FFF!important;
    color: #222!important;
    padding: 16.6px 63px !important;
}
div#main-content .ready-to-have-sec p {
    margin: 0;
}
div#main-content .ready-to-have-sec .thrv_wrapper.thrv-button {
    margin: 21px auto 0;
}
div#main-content .ready-to-have-sec div.thrv-button a.tcb-button-link:hover {
    background: #222!important;
    color: #FFF!important;
    border: 1px solid #fff!important;
}
div#main-content .ready-to-have-sec div.thrv-button a.tcb-button-link:hover span{
    color: #FFF!important;
}
div#main-content div#tve_editor>.thrv_wrapper.tve_wp_shortcode:first-child {
    margin: 0;
    padding: 0;
}
/*side image and text*/
div#main-content .academic-sec,
div#main-content .principal-section {
    margin: 0;
}
div#main-content .principal-section>.tcb-flex-row>.tcb-flex-col {
    padding: 0;
}
div#main-content .principal-section>.tcb-flex-row .thrv_wrapper.tve_image_caption {
    margin: 0;
}

/*side image and text*/
/*about-close*/
/*contact-start*/

div#main-content .contact-us-form-sec>.tve-cb {
    display: block;
}
div#main-content .contact-us-form-sec {
    background-color: #F6F6F6;
}
div#main-content .contact-us-form-sec label {
    color: #222;
}
.contact-us-form-sec form input.text, .contact-us-form-sec form input.title, .contact-us-form-sec form input[type=email], .contact-us-form-sec form input[type=password],
 .contact-us-form-sec form input[type=tel], .contact-us-form-sec form input[type=text], .contact-us-form-sec form select, .contact-us-form-sec form textarea {
    background: #fff;
    color: #222;
    border-color: #222;
}
 .contact-us-form-sec form select option {
    background: #fff;
    color: #222;
}
 .contact-us-form-sec form input.text:focus, 
  .contact-us-form-sec form input.title:focus, .contact-us-form-sec form input[type=text]:focus, .contact-us-form-sec form select:focus, .contact-us-form-sec form textarea:focus,
 .contact-us-form-sec form input.text, form input.title, .contact-us-form-sec form input[type=email], .contact-us-form-sec form input[type=password], .contact-us-form-sec form input[type=tel], form input[type=text], .contact-us-form-sec form select, .contact-us-form-sec form textarea {
    /*border: 1px solid #222;*/
    /*color: #222;*/
}
.contact-us-form-sec form input::placeholder,.contact-us-form-sec form textarea::placeholder{
    color: #222;
}
.contact-us-form-sec .submit-wrap p input.wpcf7-submit {
    background: #222!important;
    color: #fff!important;
    border: 1px solid #222!important;
}
.contact-us-form-sec .submit-wrap p input.wpcf7-submit:hover {
    background: #FFF!important;
    color: #222!important;
}
.contact-us-form-sec  .contact-us-form {
    margin-top: 50px;
    margin-bottom: 0;
    padding: 0;
}
div#main-content .what-happen-sec {
    margin: 0;
}
div#main-content .what-happen-sec {
    padding: 118px 15px 26px;
}
div#main-content .what-happen-sec .what-happen-inn {
    padding: 0;
    margin: 40px 0 0;
}
div#main-content .what-happen-sec .what-happen-inn ul.process-steps {
    padding: 0;
    margin: 0;
}
.what-happen-inn ul.process-steps li,section.process-section .process-container .process-step{
    position: relative;
}
.what-happen-inn ul.process-steps {
    counter-reset: li;
}
.what-happen-inn ul.process-steps li:before {
    padding: 11px;
    counter-increment: li;
    content: '0'counter(li);
    width: 106px;
    height: 106px;
    background-color: #222;
    border-radius: 100%;
    margin-bottom: 12px;
    font-size: 67px;
    font-family: Cormorant;
    color: #FFF;
    display: flex;
    line-height: 100%;
    margin: 0 auto 30px;
    justify-content: center;
}

.what-happen-inn ul.process-steps li,section.process-section .process-container .process-step {
    font-family: 'Cormorant',sans-serif;
    color: #222;
    text-align: center;
}
strong.process-steps__number,section.process-section .process-container .process-step h3 {
    font-size: 28px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
}
p.process-steps__description, section.process-section .process-container .process-step p {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 25px;
    margin-bottom: 0;
}
div#main-content .what-happen-sec .what-happen-inn ul.process-steps,section.process-section .process-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 60px;
}
div#main-content .what-happen-sec>.tve-cb{
    display: block;
}
.contact-sec {
    margin: 0;
}
div#main-content .contact-sec .thrv_custom_html_shortcode.link-a {
    margin: 4px 0 0;
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
    padding: 0 130px;
}
div#main-content .contact-sec {
    font-family: 'Cormorant',sans-serif;
    text-align: center;
    color: #fff;
}
div#main-content .contact-sec .link-a a {
    color: inherit;
    font-size: 28px;
}
div#main-content .contact-sec .link-a a:hover {
    opacity: 0.7;
}
div#main-content .contact-sec .tve_image_caption {
    margin: 0 auto 22px!important;
    max-width: 60px!important;
}

div#main-content .contact-sec {
    padding: 98px 15px 101px!important;
}
div#main-content .contact-sec .tve-content-box-background {
    background: #222!important;
}
div#main-content .contact-sec::before {
    content: '';
    position: absolute;
    width: 442px;
    height: 532px;
    background-image: url(../images/emial-icon-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    bottom: -140px;
    z-index: 1;
}
ul.process-steps li,ul.process-steps,section.process-section .process-container {
    position: relative;
}
ul.process-steps::before, section.process-section .process-container::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 2px;
    background-image: url(../images/dashed-line.png);
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 0;
    margin: auto;
}
ul.process-steps li:not(:last-child)::after,section.process-section .process-container .process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 11px;
    background-image: url(../images/process-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: -35px;
    top: 45px;
    z-index: 1;
}
/*contact-close*/


/*service*/
div#main-content .services-banner h1 {
    padding-right: 139px;
}
div#main-content .services-banner .tcb-clear {
    width: 78%;
}
div#main-content .academic-inn-sec .tve-page-section-in .tcb-flex-col .tcb-col .thrv_wrapper.thrv_text_element {
    padding: 0 42px;
}
div#main-content .academic-inn-sec .tve-page-section-in .tcb-flex-col .tcb-col .tve_image_caption+.thrv_text_element {
    padding: 0!important;
}
div#main-content div.the-work-sec.academic-sec {
    padding-bottom: 40px!important;
    padding-top: 107px!important;
}
div#main-content .service-remote-sec {
    padding-top: 107px!important;
}
div#main-content .service-page.the-process-sec .sub-p {
    padding: 0 266px;
}
.service-page.the-process-sec {
    margin: 0;
    padding: 107px 15px 50px;
}
.service-page.the-process-sec-2 {
    padding-bottom: 107px;
    margin: 0;
}
section.process-section .process-container .process-step h3 {
    padding-bottom: 0;
}
div#main-content .the-work-inn-sec.academic-inn-sec .tve-page-section-in .tcb-flex-col .tcb-col .thrv_wrapper.thrv_text_element {
    padding: 0;
}
div#main-content .academic-inn-sec.the-work-inn-sec .tve-page-section-in .tcb-flex-col .tcb-col .tve_image_caption {
    margin-bottom: 22px;
    margin-top: 0;
}
div#main-content .remote-eng-sec.service-page {
    padding-bottom: 0!important;
}
div#main-content .service-page.remote-eng-sec-2 {
    padding-top: 50px!important;
    padding-bottom: 110px!important;
}
div#main-content .service-page.remote-eng-sec-2>.tcb-flex-row>.tcb-flex-col:first-child {
    background: #FFF!important;
    /*margin-right: 50px;*/
    color: #222;
}
div#main-content .service-page.remote-eng-sec-2>.tcb-flex-row>.tcb-flex-col:first-child .thrv_wrapper.thrv_text_element:nth-child(2) p {
    padding-right: 24px;
}
div#main-content .service-page.remote-eng-sec-2>.tcb-flex-row>.tcb-flex-col:first-child p,
 div#main-content .service-page.remote-eng-sec-2>.tcb-flex-row>.tcb-flex-col:first-child .thrv_wrapper.thrv-styled_list li.thrv-styled-list-item span.thrv-advanced-inline-text {
    color: #222!important;
}
div#main-content .service-page.remote-eng-sec-2>.tcb-flex-row>.tcb-flex-col>.tcb-col>.thrv_wrapper.thrv-columns .tcb-flex-row {
    border: 1px dashed #222222;
    background: #4444441a;
    background: linear-gradient(152deg, rgb(68 68 68 / 7%) 0%, rgba(255, 255, 255, 0) 100%);
}
div#main-content .service-page.remote-eng-sec-2>.tcb-flex-row>.tcb-flex-col:first-child>.tcb-col>.thrv_wrapper.thrv-columns .tcb-flex-row {
    background-color: #fff;
}
div#main-content .service-page.remote-eng-sec-2>.tcb-flex-row>.tcb-flex-col:first-child .thrv_wrapper.thrv-styled_list li.thrv-styled-list-item .tcb-styled-list-icon .tcb-icon-inherit-style {
    background-color: #222222c2!important;
}
div#main-content .service-page.remote-eng-sec-2>.tcb-flex-row>.tcb-flex-col:first-child .thrv_wrapper.thrv-styled_list li.thrv-styled-list-item .tcb-styled-list-icon .tcb-icon-inherit-style svg.tcb-icon {
    fill: #fff;
}
 .professional-inn-sec.service-page .tve-cb>.tcb-clear {
    margin-bottom: 15px;
}
div#main-content .professional-sec.who-this-is-for-sec {
    margin: 0;
    padding-top: 107px!important;
}
div#main-content .professional-sec.who-this-is-for-sec .sub-p {
    padding: 0 100px;
}
div#main-content .professional-inn-sec.professional-inn-sec-2.service-page {
    padding-top: 0!important;
    padding-bottom: 110px!important;
}
.service-page.the-process-sec-2 {
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
}
div#tve_flt+.et-l p {
    margin: 0;
}
section.process-section .process-step .icon-circle{
    background-color: #222;
    border-radius: 100%;
    display: flex;
    line-height: 100%;
    margin: 0 auto 30px;
    justify-content: center;
     width: 106px;
    height: 106px;
}
section.process-section .process-container {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 185px;
}
section.process-section .process-container .process-step:not(:last-child)::after {
    right: -96px;
}
section.process-section .process-container::before {
    width: 74%;
}
section.process-section .process-step .icon-circle i{
    display: block;
    width: 51px;
    height:51px;
    background-image: url(../images/discovery.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 0;
    margin: auto;
}
section.process-section .process-step .icon-circle i.icon-document{
    background-image: url(../images/scoped.png);
}
section.process-section .process-step .icon-circle i.icon-work{
    background-image: url(../images/we-get-to-work.png);
}

.need-sec {
    padding: 71px 15px 69px!Important;
    margin: 0!important;
}
.need-sec>.tcb-flex-row {
    padding: 0;
    align-items: center;
}
.thrv-columns.need-sec .tcb-flex-col {
    padding: 0;
}
div#main-content div.main-title.left-side {
    text-align: left;
}
.thrv-columns.need-sec .tcb-flex-col .thrv_text_element p {
    margin: 6px 0 0;
}
div#tve_editor>.thrv_wrapper.tve_wp_shortcode {
    margin: 0;
    padding: 0;
}
/*service-close*/
.bangkok-banner-sec .tve-page-section-in .thrv_text_element {
    width: 78%;
}
.bangkok-banner-sec .tve-page-section-in .thrv_text_element h1 {
    padding-right: 200px;
}
.two-citiies-sec.bangkok-page {
    padding-top: 107px!important;
}
div#main-content  .two-cities-sec.bangkok-page {
    background-color: #fff!important;
}
div#main-content .bangkok-page.remote-eng-sec>.tcb-flex-row>.tcb-flex-col:first-child {
    background: #FFF!important;
    color: #222;
}
div#main-content .bangkok-page.remote-eng-sec>.tcb-flex-row>.tcb-flex-col:first-child  .thrv_wrapper.thrv-styled_list li.thrv-styled-list-item .tcb-styled-list-icon .tcb-icon-inherit-style {
    background-color: #222222c2!important;
}
div#main-content .bangkok-page.remote-eng-sec>.tcb-flex-row>.tcb-flex-col:first-child .thrv_wrapper.thrv-styled_list li.thrv-styled-list-item .tcb-styled-list-icon .tcb-icon-inherit-style svg.tcb-icon {
    fill: #fff;
}
div#main-content .bangkok-page.remote-eng-sec>.tcb-flex-row>.tcb-flex-col:last-child  .thrv_wrapper.thrv-styled_list li.thrv-styled-list-item .tcb-styled-list-icon .tcb-icon-inherit-style {
    background-color: #ffffffc9!important;
}
div#main-content .bangkok-page.remote-eng-sec>.tcb-flex-row>.tcb-flex-col:last-child .thrv_wrapper.thrv-styled_list li.thrv-styled-list-item .tcb-styled-list-icon .tcb-icon-inherit-style svg.tcb-icon {
    fill: #222222c2;
}
div#main-content .bangkok-page.remote-eng-sec>.tcb-flex-row>.tcb-flex-col:last-child {
    background: linear-gradient(528deg, rgba(17, 17, 17, 0.28) 0%, rgba(37, 37, 37, 1) 77%, rgba(17, 17, 17, 0) 100%);
    /* margin-right: 50px; */
    background-color: #111111;
    color: #FFF;
}
div#main-content .bangkok-page.remote-eng-sec>.tcb-flex-row>.tcb-flex-col:first-child>.tcb-col>.thrv_wrapper.thrv-columns .tcb-flex-row {
    border: 1px dashed #222222;
    background: #4444441a;
    background: linear-gradient(152deg, rgb(68 68 68 / 7%) 0%, rgba(255, 255, 255, 0) 100%);
}
div#main-content .bangkok-page.remote-eng-sec>.tcb-flex-row>.tcb-flex-col:first-child>.tcb-col>.thrv_wrapper.thrv-columns .tcb-flex-row {
    background-color: #fff;
}
div#main-content .bangkok-page.remote-eng-sec>.tcb-flex-row>.tcb-flex-col:last-child>.tcb-col>.thrv_wrapper.thrv-columns .tcb-flex-row {
    background-color: #222222;
}
div#main-content .bangkok-page.remote-eng-sec>.tcb-flex-row>.tcb-flex-col:first-child p,
 div#main-content .bangkok-page.remote-eng-sec>.tcb-flex-row>.tcb-flex-col:first-child .thrv_wrapper.thrv-styled_list li.thrv-styled-list-item span.thrv-advanced-inline-text {
    color: #222!important;
}
div#main-content .bangkok-page.remote-eng-sec>.tcb-flex-row>.tcb-flex-col:last-child p,
 div#main-content .bangkok-page.remote-eng-sec>.tcb-flex-row>.tcb-flex-col:last-child .thrv_wrapper.thrv-styled_list li.thrv-styled-list-item span.thrv-advanced-inline-text {
    color: #FFF!important;
}
div#main-content  div.bangkok-work-sec {
    padding-top: 150px;
    padding-bottom: 70px;
}
div.bangkok-page.bangkok-works-2 {
    margin: 0;
    padding-bottom: 120px;
}
div#main-content .bangkok-page.what-a-session-sec.gray-bg-sec {
    padding: 107px 15px 0;
    margin: 0;
}
div#main-content .remote-eng-sec.bangkok-page {
    padding-bottom: 110px!important;
}
div.bangkok-page.bangkok-works-2 {
    margin: 0;
}
div.bangkok-page.bangkok-works-2>.tcb-flex-row {
    padding: 0;
    border: 1px solid #222;
    border-radius: 15px;
    background: #FFF;
}
div.bangkok-page.bangkok-works-2>.tcb-flex-row>.tcb-flex-col {
    padding: 0;
}
div.box-list.list-sec.bangkok-session-sec.bangkok-page {
    margin: 0;
}
div#main-content .bangkok-page.singapore-how-it-work-sec {
    padding-bottom: 70px;
}
div#main-content .bangkok-page.singapore-how-it-work-sec>.tcb-flex-row>.tcb-flex-col:last-child {
    max-width: 45.4%;
    padding-left: 0;
}
div#main-content .bangkok-page.singapore-how-it-work-sec>.tcb-flex-row>.tcb-flex-col:first-child {
    padding-right: 50px;
    max-width: 55.4%;
}
.bangkok-page.bangkok-works-2.gray-bg-sec .thrv-content-box {
    margin: 0;
    padding: 0;
    background: #191919;
    border-radius: 10px;
    font-family: 'Cormorant',sans-serif;
    color: #fff;
    padding: 15px 10px 5px;
}
.bangkok-page.bangkok-works-2.gray-bg-sec .thrv_custom_html_shortcode {
    margin-top: 32px;
    margin-bottom: 48px;
    padding: 0;
}
.bangkok-page.bangkok-works-2.gray-bg-sec .thrv-content-box h2 {
    color: #fff;
    font-size: 28px;
    line-height: 26px;
    padding-bottom: 0;
    font-weight: 600;
}
.bangkok-page.bangkok-works-2.gray-bg-sec .thrv-content-box p {
    margin: 0;
    font-size: 14px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: 20%;
    color: #FFF;
}
div.bangkok-page.bangkok-works-2>.tcb-flex-row>.tcb-flex-col {
    padding: 30px;
}
div.bangkok-page.bangkok-works-2>.tcb-flex-row {
    padding: 0;
}
div.bangkok-page.bangkok-works-2>.tcb-flex-row>.tcb-flex-col:first-child {
    padding-right: 15px;
    position: relative;
}
div.bangkok-page.bangkok-works-2>.tcb-flex-row>.tcb-flex-col:first-child::after {
    content: '';
    width: 1px;
    height: 55%;
    border-right: 2px dashed #00000060;
    margin: auto 0;
    right: 0;
    position: absolute;
    top: 30px;
    bottom: 0;
}
div#main-content div.bangkok-page.bangkok-works-2>.tcb-flex-row ul {
    margin-left: 60px;
    padding: 0;
    font-family: 'Cormorant',sans-serif;
}
div#main-content div.bangkok-page.bangkok-works-2>.tcb-flex-row ul span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #222222c7;
}
div#main-content div.bangkok-page.bangkok-works-2>.tcb-flex-row ul li:not(:last-child) {
    margin-bottom: 17px;
}
div#main-content div.bangkok-page.bangkok-works-2>.tcb-flex-row ul li {
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    line-height: 100%;
}
div#main-content div.bangkok-page.bangkok-works-2>.tcb-flex-row ul li{

}
div.bangkok-page.bangkok-works-2>.tcb-flex-row>.tcb-flex-col:last-child {
    padding-left: 15px;
}
.thrv_wrapper.thrv_custom_html_shortcode.box-list.list-sec.bangkok-session-sec.bangkok-page .listing-text-section {
    max-width: 1300px;
    width: 100%;
    margin: auto;
    border: 1px solid #222;
    border-radius: 15px;
    padding: 54px 32px 32px;
    background-color: #fff;
    margin-bottom: 110px;
    min-width: auto;
    box-sizing: border-box;
}
#tve_editor .box-list.list-sec ul.info-grid {
    padding: 0;
    border: 0;
    margin: 0;
}
div#main-content .ready-to-have-sec.lets-call-sec h2, div#main-content .ready-to-have-sec.lets-call-sec p {
    color: #fff;
    padding: 0;
}

div.box-list.list-sec.bangkok-session-sec.bangkok-page .bangkok-session-sec-2 p {
    margin: 0;
    padding: 0;
    color: #fff;
}
div.box-list.list-sec.bangkok-session-sec.bangkok-page {
    margin: 0;
    padding: 0 15px;
}
div.box-list.list-sec.bangkok-session-sec.bangkok-page .bangkok-session-sec-2 {
    background: #222;
    border-radius: 10px;
    padding: 38px 61px 46px;
    text-align: center;
    margin-top: 32px;
}
div.box-list.list-sec.bangkok-session-sec.bangkok-page .bangkok-session-sec-2 p:first-child {
    margin-bottom: 17px;
}
div#main-content .lets-call-sec.ready-to-have-sec div.thrv-button a.tcb-button-link,
div#main-content .lets-call-sec.ready-to-have-sec div.thrv-button a.tcb-button-link span {
    color: #222!important;
}
div#main-content .lets-call-sec.ready-to-have-sec div.thrv-button a.tcb-button-link:hover,
div#main-content .lets-call-sec.ready-to-have-sec div.thrv-button a.tcb-button-link:hover span {
    color: #FFF!important;
}
div#main-content div.two-citiies-sec.bangkok-page.sub-title, div#main-content div.two-citiies-sec.bangkok-page+.main-title,
div#main-content div.two-citiies-sec.bangkok-page+.main-title+.sub-p {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1330px;
    margin: auto;
}
div.bangkok-page.bangkok-works-2 {
    padding-right: 15px;
    padding-left: 15px;
}
div#main-content .bangkok-page.what-a-session-sec.gray-bg-sec>.tve-cb {
    display: block;
}
div#main-content .bangkok-page.singapore-how-it-work-sec .main-title {
    margin-bottom: 17px;
}
/*innerpages-close*/

div#main-content div.the-work-sec .tve-page-section-in>.thrv_wrapper.thrv-columns>.tcb-flex-row>.tcb-flex-col,
div#main-content .professional-inn-sec .thrv_wrapper.thrv-columns .tcb-flex-col{
    position: relative;
}
div#main-content div.the-work-sec .tve-page-section-in>.thrv_wrapper.thrv-columns>.tcb-flex-row,
div#main-content .professional-inn-sec .tve-page-section-in .tcb-flex-row {
    counter-reset: div;
}
div#main-content .professional-inn-sec-2 .tve-page-section-in .tcb-flex-row {
    counter-reset: div 3;
}
div#main-content div.the-work-sec .tve-page-section-in>.thrv_wrapper.thrv-columns>.tcb-flex-row>.tcb-flex-col:before,
div#main-content .professional-inn-sec .tve-page-section-in .tcb-flex-row>.tcb-flex-col:before {
    padding: 0;
    counter-increment: div;
    content: '0' counter(div);
    font-size: 124.64px;
    font-weight: 600;
    line-height: 38.5px;
    font-family: Cormorant;
    color: #22222210;
    position: absolute;
    top: 40px;
    right: 38px;
    z-index: 1;
}
div#main-content .professional-inn-sec .tve-page-section-in .tcb-flex-row>.tcb-flex-col:before {
    font-size: 100px;
}


div#main-content .bangkok-page.what-a-session-sec.gray-bg-sec>.tve-cb,
div.bangkok-page.bangkok-works-2>.tcb-flex-row,
.need-sec>.tcb-flex-row,
section.process-section,
div#main-content .contact-sec>.tve-cb,
div#main-content .what-happen-sec>.tve-cb,
div#main-content .contact-us-form-sec>.tve-cb,
div#main-content .why-bangkok-sec .tve-page-section-in,
div#main-content .professional-inn-sec .tve-page-section-in,
div#main-content .academic-inn-sec .tve-page-section-in,
div#main-content .philosophy-sec>.tve-cb,
div#main-content .principal-section>.tcb-flex-row,
div#main-content .about-banner+.thrv_custom_html_shortcode>span,
div#main-content .breadcrumb-wrap.thrv_custom_html_shortcode>span,
.about-banner .tve-page-section-in,
.inner-banner .tve-page-section-in,
.banner-sec .tve-page-section-in,div#main-content div.the-work-sec .tve-page-section-in,div#main-content div.common-sec .tve-page-section-in,
div#main-content .remote-eng-sec>.tcb-flex-row, div#main-content .principal-ad-sec>.tcb-flex-row,
div#main-content .get-in-touch-sec .tve-page-section-in {
    max-width: 1300px;
    width: 100%;
    margin: auto;
}
/*comm-padding*/
div#main-content .get-in-touch-sec {
    padding: 114px 15px 115px;
}
div#main-content div.the-work-sec+.sub-title {
    padding-top: 122px;
}
div#main-content div.the-work-sec,div#main-content .remote-eng-sec {
    padding: 40px 15px 120px!important;
}
div#main-content .principal-ad-sec {
    padding: 105px 15px 120px;
    margin: 0;
}
div#main-content .philosophy-sec {
    padding: 0 15px 120px;
    margin-bottom: 0;
}
div#main-content .academic-sec {
    padding: 120px 15px 50px!important;
}
div#main-content .academic-inn-sec {
    padding: 0 15px 120px!important;
}
div#main-content .professional-sec {
    padding: 117px 15px 30px!important;
}
div#main-content .professional-inn-sec-2 {
    padding-bottom: 110px!important;
}
div#main-content .why-bangkok-sec {
    padding: 110px 15px 70px!important;
}
div#main-content .why-bangkok-sec+.list-sec {
    padding: 0 15px 110px!important;
}
div#main-content .professional-inn-sec {
    padding-right: 15px!important;
    padding-left: 15px!important;
}
div#main-content .contact-us-form-sec {
    margin: 0;
    padding: 102px 15px 120px;
}
/*comm-padding*/

/*font

font-family: 'Cormorant',sans-serif;

*/