/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;500;600&display=swap");

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

/*---------Custom---------*/

.theme-bg {
  background: #fa9004;
}
.white {
  background: #fff;
}
.bounce {
  -webkit-animation: bounce 5s alternate infinite;
  animation: bounce 5s alternate infinite;
}
@keyframes bounce {
  0% {
    -webkit-transform: translate(100px, 100px);
    transform: translate(100px, 100px);
  }
  50% {
    -webkit-transform: translate(100px, 80px);
    transform: translate(70px, 80px);
  }
  100% {
    -webkit-transform: translate(100px, 100px);
    transform: translate(100px, 100px);
  }
}
* {
  box-sizing: border-box !important;
}

.container {
  max-width: 1170px;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #f7f3f3;
  background: #fa9004;

  font-family: "Inter", sans-serif;
   font-weight: normal;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0;
  font-weight: normal;
  line-height: normal;
  color: #fcf9f9;
  margin: 0;
  font-family: "Inter", sans-serif;
}

h1 {
  font-size: 42px;
  font-weight: 900;
  padding: 20px 0;
}

h2 {
  font-size: 32px;
  padding: 20px 0;
  font-weight: 900;
}

h3 {
  font-size: 26px;
  padding: 20px 0;
  font-weight: 900;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}
.theme-bg .row,
.section .row {
  margin: 30px 0;
}
*,
*::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;
}

p {
  margin: 0px;
  font-weight: 400;
  font-size: 17px;
   font-family: "Inter", sans-serif;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.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 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar img {
  width: 300px;
}

.navbar-toggler{
  background:url(../images/nav.png);
  background-size: contain;
   width: 50px;
  height: 50px;
  
}

.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%;
}

.full {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

/**-- heading section --**/

/*---------------------------- preloader area ----------------------------*/

.loader_bg {
  position: fixed;
  z-index: 9999999;
  background: #fff;
  width: 100%;
  height: 100%;
}

.loader {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader img {
  width: 280px;
}

.titlepage {
  padding-bottom: 40px;
}

.titlepage h3 {
  font-size: 20px;
  color: #faf8f9;
  font-weight: bold;
  padding: 0;
  display: inline-block;
}

.d_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.read_more {
  font-size: 14px;
  background-color: #df590b;
  color: #fff;
  line-height: 40px;
  width: 80%;
  max-width: 109px;
  text-align: center;
  display: inline-block;
  transition: ease-in all 0.5s;
  font-weight: bold;
  border-radius: 20px;
  border: inherit;
  height: 40px;
  text-transform: uppercase;
}

.read_more:hover {
  background: #000000;
  color: #fff;
  transition: ease-in all 0.5s;
}

.text_align_left {
  text-align: left;
}

.text_align_right {
  text-align: right;
}

.text_align_center {
  text-align: center;
}

/*-- header --*/

.header {
  background: #f7f6f5; /* fallback for old browsers */
  width: 100%;
  padding: 0 20px;
  position: absolute;
}

.logo a {
  color: rgb(10, 10, 10) !important;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 30px;
  height: 50px !important;
  display: block;
  text-align: right;
  padding-top: 30px;
  letter-spacing: 1px;
  font-family: sans-serif;
}

ul.infomaco {
  padding-top: 41px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

ul.infomaco li {
  color: #fff;
  padding-right: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
}

ul.infomaco li:last-child {
  padding-right: 0;
}

ul.infomaco li i {
  padding-right: 10px;
  color: #fff;
}

ul.infomaco li a {
  color: #fff;
}

.navigation.navbar {
  float: left;
  padding: 0;
}

.navbar .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
  background: #ffa751;
}

.di_no {
  display: none;
}

/** end header **/

/** banner section **/

.full_bg_slider {
  background: #d16104;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(230, 230, 233, 1) 36%,
    rgba(255, 255, 255, 1) 97%
  );
}
.full_bg {
  background-image: url(../images/wave-breadcrumps.svg);
  background-color: #d16104;
  height: 380px;
  padding: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}

.full_bg_1 {
  background-image: url(../images/wave-breadcrumps-1.svg);
  background-color: #d16104;
  height: 380px;
  padding: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}

.carousel-caption h1 {
  animation-delay: 1s;
}

.carousel-caption p {
  animation-delay: 2s;
  text-align: justify;
}

.carousel-caption button {
  animation-delay: 3s;
}

.Tharakaimpex_text {
  max-width: 439px;
  float: right;
}

.Tharakaimpex_text h1 {
  text-align: left;
  font-size: 80px;
  line-height: 90px;
  color: #f16507;
  font-weight: bold;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.Tharakaimpex_text_banner h1 {
  text-align: center;
  font-size: 80px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 5px;
  padding: 20px 10px;
  text-transform: uppercase;
}

.Tharakaimpex_text p {
  text-align: justify;
  padding: 10px;
  font-size: 17px;
  line-height: 25px;
  color: rgb(27, 27, 27);
  font-weight: 400;
  padding-bottom: 20px;
}

.Tharakaimpex_text .read_more {
  max-width: 150px;
  float: left;
  margin-right: 10px;
}

.Tharakaimpex_text .btn-primary.focus,
.btn-primary {
  padding: 0;
}

.Tharakaimpex_text .btn-primary.focus,
.btn-primary:focus {
  box-shadow: inherit;
}

.Tharakaimpex_text .carousel-caption button {
  margin-top: 0;
}

.coff_img figure {
  margin: 0;
}

.coff_img figure img {
  filter: drop-shadow(0px 0px 41px #fff3);
}

.relative {
  left: 0;
  right: 0;
  text-align: center;
  position: inherit;
}

.carousel-item {
  height: 100%;
  width: 100%;
}

#carouselExampleIndicators .carousel-control-prev {
  top: 86% !important;
  left: -15px;
}

#carouselExampleIndicators .carousel-control-next {
  right: inherit;
  left: 90%;
}

#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
  width: 62px;
  height: 62px;
  background-color: #ffffff;
  color: #000000;
  font-size: 35px;
  opacity: 1;
  top: 100%;
}

#carouselExampleIndicators .carousel-control-next:focus,
#carouselExampleIndicators .carousel-control-next:hover,
#carouselExampleIndicators .carousel-control-prev:focus,
#carouselExampleIndicators .carousel-control-prev:hover {
  background-color: #db341e;
  color: #fff;
}

/** end banner section **/

/** about section **/

.about {
  padding: 5px 5px 50px;
  border-top: inherit !important;
  border-left: inherit !important;
  color: #000;
}

.about .titlepage {
  padding-bottom: 0;
}

.about h2 {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 32px;
  padding-bottom: 20px;
}


.about p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #f5efef;
  padding-bottom: 29px;
  text-align: justify;
}
.directors{
  background: #fff;
   padding-bottom:200px;
}

.directors .row{
   margin-top: 50px;
 }
.directors .col-md-6{
  background: #d2691e;
   font-size: 14px;
}
.directors img {
  border: rgb(253, 170, 101) 5px solid;
  width: 220px; 
  height:220px; 
  border-radius: 220px;
}
.about li {
  color: #f5efef;
}
.about_img {
  padding-right: 40px;
  margin-left: -40px;
}

.about_img figure {
  margin: 0;
}

.about_img figure img {
  max-width: 100%;
}

.about .read_more {
  display: block;
}

.directors img{
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
}
/** end about section **/

/** start features section **/

.features img {
  width: 25%;
}

.features p {
  text-align: justify;
}

/** end features section **/

/** why tharaka **/
.why-tharaka .row {
  margin-bottom: 50px;
}
.why-tharaka img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}
/** end why tharaka **/

/** awards  **/

.awards .col-lg-2 img {
  border-radius: 300px;
  width: 150px;
}

/** states **/

.states {
  margin-top: 50px;
}
.states .col-lg-3 {
  background: #fca848;
  margin: 25px 0px 20px;
  padding: 20px 10px;
}
.states .col-lg-3 h1 {
  font-size: 54px;
  padding: 0;
}
.states .col-lg-3 h2 {
  font-size: 20px;
  text-transform: inherit;
  color: #eee;
  padding: 0;
}
/** service **/

.service {
  padding-bottom: 18px;
  padding-top: 10px;
}
.service .row {
  margin: 30px 0;
}

.service .row :nth-child(n + 2) img {
  margin-left: -20px;
  margin-top: -20px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.service .row .img-even img {
  margin-left: 20px;
  margin-top: -20px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
  z-index: 99999999;
}
.service h1 {
  font-size: 42px;
  padding-bottom: 40px;
}
.service .content {
  padding: 30px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  background: #fff;
}

.service .content .btn {
  margin-top: 10px;
  font-size: 14px;
}

.service h3 {
  line-height: 30px;
  font-size: 26px;
  color: #fa9004;
  padding-top: 15px;
  text-transform: uppercase;
}
.service li {
  font-size: 16px;
  color: rgb(39, 38, 38);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}
.service .content p {
  font-size: 15px;
  color: rgb(39, 38, 38);
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.service .read_more {
  margin: 0 auto;
  display: block;
}

/** contact **/

.contact .col-md-3 {
  background-color: #ad5003;
  padding-top: 20px;
}
.contact .col-md-4 img {
  height: 200px;
  width: 100%;
}
.contact h3 {
  color: #fff;
  font-weight: 900;
  font-size: 1.2em;
  padding: 10px 0;
  text-align: left;
}

.titlepage p {
  font-size: 1em;
  font-weight: 400;
  text-align: justify;
}

.main_form {
  width: 100%;
}

.main_form .contactus {
  padding: 0px 30px;
  margin-bottom: 33px;
  width: 100%;
  height: 74px;
  background: #fff;
  color: #626262;
  font-size: 17px;
  font-weight: normal;
  border: inherit;
}

.main_form .textarea {
  margin-bottom: 33px;
  width: 100%;
  background: #fff;
  color: #626262;
  font-size: 17px;
  font-weight: normal;
  padding: 74px 30px 10px 30px;
  height: 178px;
  border: inherit;
}

.main_form .send_btn {
  font-size: 17px;
  transition: ease-in all 0.5s;
  background-color: #db3620;
  text-transform: uppercase;
  color: #fff;
  max-width: 236px;
  width: 100%;
  display: block;
  margin-top: 17px !important;
  font-weight: bold;
  height: 80px;
  margin: 0 auto;
  border-radius: 60px;
  line-height: 80px;
}

.main_form .send_btn:hover {
  background-color: #fff;
  transition: ease-in all 0.5s;
  color: #db3620;
}

#request *::placeholder {
  color: #626262;
  opacity: 1;
}

/** end contact **/

#myCarousel .carousel-indicators {
  display: none;
}

#myCarousel .carousel-caption {
  position: inherit;
  padding: 0;
}

#myCarousel .carousel-indicators {
  display: none;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
  width: 80px;
  height: 80px;
  background-color: #1f1d47;
  color: #fff;
  font-size: 40px;
  opacity: 1;
  top: 49%;
  box-shadow: #00000021 0 0 12px 0px;
}

#myCarousel .carousel-control-prev {
  left: inherit;
  right: -15px;
  top: 35%;
}

#myCarousel .carousel-control-next {
  right: -15px;
}

#myCarousel .carousel-control-next:focus,
#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-prev:focus,
#myCarousel .carousel-control-prev:hover {
  color: #000000;
  background-color: #faf8f9;
}

.coff {
  text-align: right;
}

.coff figure {
  margin: 0;
}

/** end testimonial section **/

/** end section blue_bg **/

/** footer **/

.footer {
  background: #141414;
 
  padding: 50px 0;
  position: relative;
  margin-top: 130px;
}
.footer::after {
  content: "";
  position: absolute;
  top: -230px;
   width: 100%;
   
  height: 100%;
  background-image: url("../images/foot.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo_bottom {
  color: #fff !important;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 50px;
  height: 50px !important;
  display: block;
  margin-bottom: 10px;
}

.footer li a {
  color: rgb(185, 184, 184);
  list-style-type: none;
  font-size: 14px;
  font-weight: 500;
}
.footer h3 {
  color: #ffff;
  padding-top: 10px;
}
.footer p {
  color: rgb(204, 199, 199);
  font-weight: 400;
  font-size: 12px;
  line-height: 32px;
}

/* end subscribe*/

.copyright {
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #060505;
}

.copyright p {
  font-family: "Inter", sans-serif;
  color: #f1f1f3;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  font-weight: normal;
}

.copyright a {
  color: #f0f0f3;
}

.copyright a:hover {
  color: #db3620;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 30px;
  border: #d16104 5px solid;
  background-color: #ee8b0b;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  border-radius: 30px;
}

#myBtn:hover {
  background-color: #fa9004;
}
