/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(meanmenu.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}
body, html {
  /* height: 100%; */
}

.btn-get-started {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 2px;
    display: inline-block;
    border-radius: 10px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    color: #fff;
    background: #560018;
}
.btn-watch-video {
    font-size: 16px;
    align-items: center;
    transition: 0.5s;
    margin: 0px 10px 0 10px;
    color: #fff;
    line-height: 1;
    background: transparent;
}
body {
    color: #666666;
	background-repeat: no-repeat;
    background-image: url("../images/bg.jpg");
/* background-position: center; */
/* background-color:#990703ed; */
  /* Full height */
  /* height: 100%; */

  /* Center and scale the image nicely */
  /* background-position: center; */
}
 .ThemeColor {
    background-color: #157097;
}
.buttonTheme {
    height: 70px;
    border-radius: 8px;
    padding: 16px 24px;
    box-sizing: border-box;
    display: flex;
	text-align:center;
    align-items: center;    box-shadow: 1px 1px 1px 1px #a0a0a0;
}
.buttonTheme.ThemeColor2 {
    background-color: #5b9147;
}

.btnBox {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 5px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

.padding_0 {
    padding: 0 !important;
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-bottom: 0px;
}

.header_section {
    width: 100%;
    float: left;
    
    height: auto;
    padding-top: 15px;
    padding-bottom: 5px;
}

.menu_text {
    width: 100%;
    float: left;
}

.menu_text li {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    color: #ffffff;
}

.menu_text ul {
    margin: 0px;
    padding: 0px;
}

.menu_text li a {
    color: #ffffff;
}

.banner_section {
    width: 100%;
    float: left;
    
    height: auto;
}

#carouselExampleIndicators a.carousel-control-prev {
    position: absolute;
    left: 63%;
    top: 180px;
    background-color: #fff;
    color: #000;
}

#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #fff;
    opacity: 1;
    font-size: 30px;
    color: #091e30;
    border-radius: 100%;
}

.carousel-control-prev-icon {
    background-image: url(../images/left-aero.png);
}

#carouselExampleIndicators a.carousel-control-next {
    position: absolute;
    left: 64%;
    top: 270px;
    background-color: #1a1824;
}

#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #fff;
    opacity: 1;
    font-size: 30px;
    color: #091e30;
    border-radius: 100%;
}

.carousel-control-next-icon {
    background-image: url(../images/right-aero.png);
}

.toggle_menu {
    top: -15px;
    position: relative;
    left: 125px;
}

.logo {
    position: relative;
    left: -83px;
}

.round {
    width: 100%;
    float: left;
    padding-left: 20px;
}

.number_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #fffdf6;
    padding-left: 10px;
}

.line {
    width: 100%;
    float: left;
    padding-left: 40px;
}

.taital_main {
    width: 100%;
    float: left;
    margin-top: 80px;
}

.construction_text {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
}

.building_text {
    width: 100%;
    float: left;
    font-size: 90px;
    color: #ffffff;
    font-weight: bold;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
}

.contact_bt {
    width: 35%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid#ffffff;
    border-radius: 5px;
    background-color: transparent;
    height: 50px;
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
    padding-top: 12px;
}

.contact_bt a {
    color: #ffffff;
}

.contact_bt a:hover {
    color: #000000;
}

.get_bt {
    width: 35%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid#ffffff;
    border-radius: 5px;
    background-color: transparent;
    margin-left: 20px;
    height: 50px;
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
    padding-top: 12px;
}

.get_bt a {
    color: #000;
}

.get_bt a:hover {
    color: #000000;
}

.about_section {
    width: 100%;
    float: left;
}

.about_taital {
    width: 63%;
    float: right;
    margin-top:30px;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #000;
    font-weight: bold;
}

.long_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    margin-left: 0px;
}

.about_bt a {
    width: 40%;
    float: left;
    font-size: 16px;
    color: #000;
    border-radius: 5px;
    
    height: 50px;
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
    padding-top: 12px;
    display: inline-block;
}

.about_bt a {
    color: #ffffff;
    
}

.about_bt a:hover {
    color: #000000;
    background-color: #ffffff;
}

.about_img {
    width: 100%;
    float: left;
}

.our_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
}

.design_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #090a0b;
    margin-left: 0px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.fact_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #090a0b;
    margin-left: 0px;
    text-align: center;
}

.bt_main {
    width: 30%;
    margin: 0 auto;
    text-align: center;
}

.project_section {
    width: 100%;
    float: left;
    background-image: url(../images/img-4.png);
    height: auto;
    background-size: 100%;
    padding-bottom: 80px;
    background-repeat: no-repeat;
}

.partner_text {
    width: 100%;
    float: left;
    font-size: 70px;
    color: #fffcf4;
    font-weight: bold;
}

.lorem_ipsum_text {
    width: 61%;
	font-weight:500;
    float: left;
    font-size: 18px;
    margin-left: 0;
}

.choice_main {
    width: 100%;
    float: left;
}

.choose_bt a {
    width: 18%;
    float: left;
    background-color: #041d2c;
    color: #fffcf4;
    height: 50px;
    font-size: 17px;
    border-radius: 10px;
    text-align: center;
    padding-top: 9px;
}

.choose_bt a {
    color: #ffffff;
    background-color: #041d2c;
}

.choose_bt a:hover {
    color: #000;
    background-color: #ffffff;
}

.clients_section {
    width: 100%;
    float: left;
    background-image: url(../images/img-5.png);
    height: auto;
    background-size: 100%;
}

.our_text {
    width: 29%;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    color: #0b0e13;
    border-bottom: 1px solid ;
    text-align: center;
}

.seemore_bt a {
    width: 50%;
    font-size: 20px;
    color: #fffcf4;
    border-radius: 5px;
    background-color: #041d2c;
    height: 50px;
    margin-top: 40px;
    padding-top: 7px;
    text-align: center;
    display: inline-block;
}

.seemore_bt a {
    color: #fffcf4;
    background-color: #041d2c;
}

.seemore_bt a:hover {
    color: #fffcf4;
    background-color: ;
}

.padding_top_0 {
    padding-top: 50px;
}

.client_text {
    width: 100%;
    float: left;
    text-align: center;
}

.client_long_text {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    color: #040403;
    text-align: center;
    padding-top: 40px;
}

.clients_section_2 {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

.client_img {
    width: 100%;
    float: left;
}

.henrry_text {
    width: 100%;
    float: left;
    color: #0b0e13;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding-top: 15px;
}

.henrry_taital {
    width: 100%;
    float: left;
    color: #e07c06;
    text-align: center;
    font-size: 18px;
    margin-left: 0px;
    margin-top: 0px;
}

.client_lorem_text {
    width: 85%;
    float: left;
    color: #fffdf6;
    font-size: 17px;
    margin-left: 0px;
    position: relative;
    top: -160px;
    left: 108px;
}

.img_5 {
    width: 100%;
    float: left;
}

.contact_section {
    width: 100%;
    float: left;
    background-color: ;
    height: auto;
}

.contact_main {
    width: 100%;
    float: left;
    margin-top: 90px;
}

.contact_bg {
    width: 82%;
    float: right;
}

.request_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #fffcf4;
    border-bottom: 0px solid#49bcfe;
    padding-top: 20PX;
}

.email-bt {
    background: transparent;
    border-bottom: 1px solid #fffcf4;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #fffcf4 !important;
    width: 100%;
    height: 30px;
    font-size: 20px;
    padding: 20px 20px 20px 0px;
    margin-bottom: 10px;
}

input.email-bt::placeholder {
    color: #fffcf4;
}

.massage-bt {
    background: transparent;
    border-bottom: 1px solid #fffcf4;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #fffcf4 !important;
    width: 100%;
    height: 85px;
    font-size: 20px;
    padding: 20px 20px 20px 0px;
}

textarea#comment.massage-bt::placeholder {
    color: #fffcf4;
}

.send_bt a {
    width: 30%;
    float: left;
    background-color: #041d2c;
    color: #fffdf6;
    text-align: center;
    padding: 12px 0px;
    font-size: 18px;
    border-radius: 10px;
    margin-left: 10px;
}

.send_bt a {
    color: #fffdf6;
    background-color: #041d2c;
}

.send_bt a:hover {
    color: #000;
    background-color: #ffffff;
}

.footer_section {
    width: 100%;
    float: left;
    background-color: #fff;
    height: auto;
    padding-bottom: 10px;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: ;
    color: #fff;
    border: 0px;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 50px;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important;
    margin: 0 auto;
}

.newsletter_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    padding-left: 175px;
}

.addres_text {
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    border-bottom: 1px solid #000;
    padding-top: 25px;
}

.map_addres {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 50px;
}

.map_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #fffcf4;
    display: flex;
}

.map_icon {
    padding-left: 10px;
    padding-top: 10px;
}

.social_icon {
    width: 15%;
    margin: 0 auto;
    text-align: center;
}

.social_icon ul {
    margin: 0px;
    padding: 0px
}

.social_icon li {
    float: left;
    padding-left: 10px;
}

.copyright_section {
    width: 100%;
    float: left;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 14pt;
    color: #ffffff;
    text-align: center;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #000000;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
}

.container:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.image_7 {
    width: 100%;
    float: left;
    text-align: center;
}

.image_7 a {
    color: #000;
}

.image_7 a:hover {
    color: #000;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgb(113 4 4 / 94%);
    overflow-x: hidden;
    transition: 0.5s;
}

.menu_text {
    width: 100%;
    float: left;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 22px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

a {
    color: #ffffff;
    text-decoration: none;
    outline: none !important;
}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgb(0 0 0 / 66%);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width:50%;margin-top: 5%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #242424;
  color: white;
}

.modal-body {padding: 2px 16px;display:flex;justify-content: center;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}


.flex-parent {
  display: flex;
  min-height: 0px;
}

.jc-center {
  justify-content: center;
}


.button {
  border: 2px solid #ffffff;
  border-radius: 8px;
  color: #ffffff;
  width:300px;
  border:1px solid black;
  height:280px;
  font-size: 1.25rem;
  cursor: pointer;
  transition: all 150ms ease-in-out;
    display: block;
    color: #000000;
	background:url('../images/my.png') no-repeat center;
	
  background-size: 200px 200px;background-color:#fede02;
  box-shadow: 1px 1px 6px white;margin: 20px;
}

.button2 {
  border: 2px solid #ffffff;
  border-radius: 8px;
  color: #ffffff;
  width:300px;
  border:1px solid black;
  height:280px;
  font-size: 1.25rem;
  cursor: pointer;
  transition: all 150ms ease-in-out;
    display: block;
   
    color: #000000;
	background:url('../images/thflag.png') no-repeat center;
  background-size: 200px 200px;background-color: #e12636;
  box-shadow: 1px 1px 6px white;   margin: 20px;
}
.button3 {
  border: 2px solid #ffffff;
  border-radius: 8px;
  color: #ffffff;
  width:300px;
  border:1px solid black;
  height:280px;
  font-size: 1.25rem;
  cursor: pointer;
  transition: all 150ms ease-in-out;
    display: block;
    color: #000000;background-color: #221b49;
	background:url('thailand.png') no-repeat center;
  background-size: 200px 200px;background-color: #221b49;
  box-shadow: 1px 1px 6px white;   margin: 20px;
}
 @media only screen and (max-width:514px) {
 .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;margin-top: 20%;    margin-bottom: 25px;
  border: 1px solid #888;
  width:80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

.modal-body {padding: 2px 16px;display:block;}
.flex-parent {
display:block;
  min-height: 0px;
}

.button {
 border: 2px solid #ffffff;
    border-radius: 8px;
     padding: 15px 40px; 
    color: #ffffff;
    width: 100%;
    border: 1px solid black;
    height: 200px;
    font-size: 1.25rem;
    cursor: pointer;
    transition: all 150ms ease-in-out;
    display: block;
    color: #000000;
    background: url(../images/my.png) no-repeat center;
    background-size: 150px 150px;
    background-color: #fffe06;
    box-shadow: 1px 1px 6px white;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.button2 {
      border: 2px solid #ffffff;
    border-radius: 8px;
    padding: 15px 40px;
    color: #ffffff;
    width: 100%;
    border: 1px solid black;
    height: 200px;
    font-size: 1.25rem;
    cursor: pointer;
    transition: all 150ms ease-in-out;
    display: block;
    color: #000000;
    background-color: #f96060;
    background: url(../images/thflag.png) no-repeat center;
    background-size: 150px 150px;
    background-color: #e12636;
    box-shadow: 1px 1px 6px white;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.button3 {
      border: 2px solid #ffffff;
    border-radius: 8px;
    padding: 15px 40px;
    color: #ffffff;
    width: 100%;
    border: 1px solid black;
    height: 170px;
    font-size: 1.25rem;
    cursor: pointer;
    transition: all 150ms ease-in-out;
    display: block;
    color: #000000;
    background-color: #fffe06;
    background: url(thailand.png) no-repeat center;
    background-size: 150px 150px;
    background-color: #221b49;
    box-shadow: 1px 1px 6px white;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 00px;
    left: 0;
    top: 00;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgb(0 0 0 / 66%);
}
 }
figure {
  border: 1px #cccccc solid;
  padding: 4px;
  margin: auto;
}

figcaption {
  background-color: #0000007a;
  color: white;
  font-style: italic;
  padding: 2px;
  font-size:25px;
  font-weight:Bold;	
  text-align: center;
}