@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body {
    top: 0 !important;
}

* {
    font-family: "Raleway", sans-serif;
}

img {
    max-width: 100%;
}

.container-fluid {
    max-width: 1500px;
    width: 95%;
}

a {
    text-decoration: none;
    color: #F03136;
}

.skiptranslate {
    display: none;
}

#google_translate_element > .skiptranslate {
    display: block;
    height: 40px;
    overflow: hidden;
}

.text-main {
    color: #F03136;
}

.text-alt {
    color: #d2a837;
}

.badge-theme {
    border: 1px solid #eee;
    color: #777;
}

.max-wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.height-0 {
    height: 0;
}

.image-scale {
    overflow: hidden;
}

.image-scale img {
    transition: 0.3s;
}

.image-scale:hover img {
    transform: scale(1.1);
}

.owl-content .owl-nav, .owl-content .owl-dots {
    display: none;
}

.owl-content {
    position: relative;
}

.owl-carousel__nav {
    display: inline-flex;
    position: absolute;
    bottom: 0;
    right: 0;
}

.owl-carousel__nav>div {
	background: #fff;
	padding: 8px 15px;
	margin-left: 5px;
	cursor: pointer;
	border-radius: 20px;
}

.testimonial-box{
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}

.testimonial-box:hover{
    transform: translateY(-10px);
    transition: all ease 0.3s;
}

.testimonial-source {
    margin-top: 15px;
    height: 50px;
    width: auto !important;
}

.p-less p {
    margin-bottom: 5px;
}

.breadcrumb-why-item+.breadcrumb-why-item:before {
    content: '>>';
}

.header-main {
    background: #fff;
}

.bg-main {
    background: #F3EDEA;
}

.bg-white {
    background: #fff;
}

.bg-main-2 {
    background: #d2a837;
}

.top-menu {
    padding: 10px 0;
    text-align: right;
}

.top-menu a {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.top-menu i {
    font-size: 25px;
    margin-top: -5px;
}

.list-blank, ul.list-blank {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-blank > li, ul.list-blank > li {
    display: inline-block;
    margin-left: 15px;
}

.header-search-form {
    position: relative;
    width: 300px;
}

.header-search-form input {
    border-radius: 50px;
    padding: 14px;
}

.header-search-form button{
    position: absolute;
    right: 8px;
    top: 8px;
    border-radius: 50px;
}

.profile-menu i {
    font-size: 24px;
    border: 1px solid #333;
    border-radius: 50%;
    padding: 7px;
}

.dropdown-toggle-clean.dropdown-toggle::after {
    display:none;
}

.btn-success {
    background: #F03136;
}

.text-shadow {
    text-shadow: 2px 2px 8px #333;
}

.text-sm {
    font-size: 14px;
}

.text-n {
    font-size: 16px;
}

.text-md {
    font-size: 18px;
}

.text-lg {
    font-size: 20px;
}

.text-xlg {
    font-size: 24px;
}

.text-xxlg {
    font-size: 32px;
}

.text-xxxlg {
    font-size: 40px;
}

.text-success {
    color: #F03136;
}

.text-bolder {
    font-weight: 700;
}

.text-strike {
    text-decoration: line-through;
}

.form-group {
    margin-bottom: 15px;
}

.banner-title {
    position: relative;
}

.banner-title h1 {
    font-weight: 700;
    color: #fff;
    font-size: 40px;
}

.banner-title-overlay {
    position: absolute;
    bottom: 45%;
    left: 0;
    right: 0;
}

.page-title {
    color: #fff;
    background: #F03136;
    padding: 40px;
}

.page-title h1 {
    font-size: 50px;
    margin: 0;
}

.header-logo img {
    max-height: 60px;
}

.page-content {
    padding: 50px 0;
    background: #eee;
    font-size: 20px;
}

.page-package {
    padding: 30px 0;
}

.product-page {
    padding: 30px 0;
}

.login-form-1{
    padding: 5%;
    background: #fff;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.login-form-1 h3{
    text-align: center;
    color: #333;
}

.login-form-2{
    padding: 5%;
    background: #fff;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.login-form-2 h3{
    text-align: center;
    color: #333;
}

.footer-main {
    background: #fff;
    color: #333;
    padding: 100px 0;
    font-size: 20px;
}

.footer-main img {
    max-width: 200px;
}

.footer-main a {
    color: #000;
}

.footer-title {
    font-size: 24px;
    font-weight: 700;
}

.footer-main ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-main li {
    margin-top: 5px;
}

.footer-main .list-blank > li, .footer-main ul.list-blank > li {
    margin-left: 0;
    margin-right: 20px;
    font-size: 20px;
}

.footer-building:before{
    position: absolute;
    left: 0;
    content: '\f1ad';
    font-family: "Font Awesome 6 Free";
    color: #d2a837;
    font-weight: 900;
    font-size: 40px;
    
}

.footer-building {
    position: relative;
    padding-left: 50px;
    font-size: 20px;
}

.col-wrap img {
    width: 100%;
}

.col-content {
    padding: 10px;
    background: #F3EDEA;
    color: #333;
}

.thumbnails-wrap {
    position: relative;
}

.thumbnails {
	overflow: hidden;
	margin: 0;
	text-align: center;
	z-index: 1;
	background: #F3EDEA;
	padding: 5px;
	line-height: 1;
}

.thumbnails li {
	display: inline-block;
	width: 70px;
	margin: 0 1px;
}

.thumbnails img {
	display: block;
	min-width: 100%;
	max-width: 100%;
}

.modal-backdrop {
    z-index: 9990;
}

.modal {
    z-index: 9999;
}

#myList {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-header {
    position: relative;
    margin-bottom: 35px;
    text-align: center;
    padding-bottom: 15px;
}

.section-heading1:before, .section-heading1:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 6px;
    border-radius: 4px;
    left: 0;
    top: 45%;
    transition: all;
    background: #d2a837;
}

.section-heading1:after {
    left: auto;
    right: 0;
}

/*.section-header:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    margin: 0 auto;
    height: 1px;
    width: 95%;
    max-width: 200px;
    background-color: #444444;
}

.section-header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    height: 5px;
    width: 55px;
    background-color: #222222;
    z-index: 1;
    background: #d2a837;
}*/

.section-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
    padding: 0 40px;
    text-align: center;
}

.section-subheading {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
}

.service-col {
    border: 1px solid #ccc;
    border-radius: 50px 0;
    background: #fff;
}

.service-col img {
    border-radius: 50px 0 0;
}

.service-info {
    padding: 20px;
    color: #333;
}

.section-text {
    font-size: 22px;
    font-weight: 400;
}

.service-info-title  {
    height: 60px;
}

.section-main {
    padding: 50px 0;
}

.section-home {
    background: url('../images/home-banner.jpg') no-repeat right;
    background-size: 60% auto;
    padding: 200px 0;
    font-size: 45px;
    font-weight: 700;
}

.section-home-text {
    font-weight: 400;
}

.section-home-overlay-wrap {
    background: #EBEBEB url('../images/mid-bg.jpg') no-repeat;
    background-size: cover;
}

.section-home-overlay {
    position: relative;
    top: -200px;
    margin-bottom: -200px;
}

.section-home-overlay .container-fluid {
    padding: 75px;
    border-radius: 75px 0;
    background: #fff;
    box-shadow: 0px 0px 13px 11px rgba(205, 202, 202, 0.25);
}

.section-why {
    background: #EBEBEB url('../images/Third-bg.png') no-repeat;
    background-position: top center;
    color: #fff;
    padding-top: 100px;
    font-size: 20px;
}

.section-why-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin-top: 70px;
    padding: 0 40px;
    text-align: center;
}

.why-counter-wrap {
    padding: 20px 0;
    text-align: center;
}

.why-counter {
    font-size: 30px;
}

.home-years-maker {
    padding: 20px;
    border-radius: 50%;
    border: 1px solid #eee;
}

.home-years {
    font-size: 60px;
    line-height: 1
}

.home-years-text {
    padding-top: 50px;
}

.section-about {
    background-size: 55% auto !important;
    font-size: 20px;
}

.section-about2 {
    background: #EBEBEB url('../images/servicemid-bg.jpg') no-repeat;
    background-size: cover;
    font-size: 20px;
}

.section-about2 h2 {
    font-size: 40px;
    font-weight: 400;
}

.section-about h2{
    font-size: 40px;
    font-weight: 700;
}

.page-about {
    padding: 50px 0 50px;
}

.section-corporate {
    font-size: 20px;
}

.page-corporate {
    padding: 50px 0 50px;
}

.section-corporate h2{
    font-size: 40px;
    font-weight: 700;
}

.page-review {
    padding: 20px;
    margin-top: 30px;
    background: #fff;
    font-size: 18px;
}

.page-branch {
    padding: 20px;
    margin-top: 30px;
    background: #fff;
    font-size: 16px;
    min-height: 250px;
}

.page-review-description {
    height: 200px;
}

.btn-round {
    border-radius: 0px 9px;
}

.btn-round i {
    border-right: 1px solid #D3D3D3;
    padding-right: 10px;
    margin-right: 10px;
}

.half-fluid .left-half,
.half-fluid .right-half {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid .half-image {
  background-size: cover !important;
  background-position: center !important;
  height: 100%;
}

.resources-file i {
    font-size: 32px;
    margin-right: 20px;
}

.resources-file {
    padding: 20px;
    border: 1px solid #eee;
    margin-top: 30px;
    font-size: 24px;
    display: block;
    background: #fff;
}

@media (min-width: 992px) {
    
    .header-nav {
        margin-top: 20px;
    }
    
  .half-fluid .left-half {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 55%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid .right-half {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}

@media (max-width: 767.98px) {
    .section-home {
        background-position: top;
        font-size: 25px;
    }
    
    .home-years-maker {
        margin-top: 20px;
    }
    
    .home-years-text h2 {
        line-height: 1.5;
        font-size: 20px;
    }
    
    .why-counter-wrap {
        padding: 5px 0;
        font-size: 12px;
    }
    
    .why-counter {
        font-size: 16px;
    }
    
    .service-col {
        margin: 15px 0;
    }
    
    .footer-title {
        margin-top: 30px;
    }
    
    .section-about {
        background: none !important;
    }
    
    .banner-title-overlay {
        bottom: 15px;
    }
    
    .banner-title h1 {
        font-size: 20px;
        text-shadow: 2px 2px #000;
    }
    
    .footer-main img {
        max-width: 80px;
    }
}

