/* Reset CSS */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

html,
body {
    height: 100%;
    margin: 0 !important;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 18px;
}


/* Header Section*/

.top-head {
    position: relative;
    background: #445e19;
    height: 100vh;
    max-height: 849px;
    min-height: 849px;
    display: block;
    padding: 0;
    margin: 0;
}

.top-head img.img-banner {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.top-head .card-header {
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 100px;
    width: 50%;
}

.top-head .card-header .logo {
    position: relative;
    margin-bottom: 70px;
    padding-bottom: 50px;
}

.top-head .card-header .logo::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 5px;
    background: #ffffff;
    bottom: 10px;
    left: 0;
}

.top-head .card-header h1 {
    color: #fecb00;
    font-size: 3.5rem;
}

.top-head .card-header h1 span.sub-head {
    color: #ffffff;
    display: block;
    padding: 15px 0;
}

.top-head .card-header .banner-text {
    font-size: 1.5rem;
    color: #ffffff;
    margin: 60px 0;
    width: 70%;
    line-height: 2.5rem;
    font-weight: 300;
}

ul.inline li {
    display: inline-block;
    margin: 0 24px;
    vertical-align: middle;
}

ul.inline li:last-child {
    margin: 0 15px;
}

ul.inline li a {
    color: #000000;
    font-size: 1.2rem;
    display: inline-block;
    margin: 0 2px;
}

.btn-shape {
    background: #fecb00;
    color: #000;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 800;
    padding: 4px 1px;
    width: 100px;
    height: 35px;
    border: 0;
    outline: 0;
    position: relative;
}

.btn-shape:before {
    content: "";
    border-right: 23px solid #fecb00;
    border-top: 35px solid transparent;
    position: absolute;
    top: 0;
    left: -23px;
}

.btn-shape:after {
    content: "";
    border-left: 23px solid #fecb00;
    border-bottom: 35px solid transparent;
    position: absolute;
    top: 0;
    right: -23px;
}

.btn-circle {
    background: #fecb00;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    padding: 8px;
}

ul.inline li a.btn-text {
    color: #ffffff;
    letter-spacing: 1px;
}

.offer-services {
    background: url(../image/map-bg.jpg);
    background-size: cover;
    /* padding: 5rem 0; */
    position: relative;
    box-shadow: 0 20px 35px #ccc;
}

.offer-services::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 0;
}

.offer-services .heading {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.title {
    color: #7ac104;
    text-align: center;
    font-size: 3rem;
    padding: 10px;
}

.sub-title {
    color: #fd7328;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: 600;
}
.dark-title .title {
    color: #ffffff;
    text-align: center;
    font-size: 3rem;
    padding: 10px;
}

.dark-title .sub-title {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: 600;
}

.content-service {
    width: 70%;
    margin: 0 0 0 100px;
}

.service-img {
    width: 30%;
}

.service-img img {
    width: 100%;
}


/* ========== Time Line view =========== */

.main-timeline {
    padding-top: 50px;
    overflow: hidden;
    position: relative;
}

.main-timeline:before {
    content: "";
    width: 7px;
    height: 100%;
    background: #084772;
    margin: 0 auto;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
}

.main-timeline .timeline {
    width: 50%;
    float: left;
    padding: 20px 60px;
    border-top: 7px solid #084772;
    border-right: 7px solid #084772;
    border-radius: 0 30px 0 0;
    position: relative;
    right: -3.5px;
}

.main-timeline .icon {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #e84c47;
    border: 1px solid #fff;
    text-align: center;
    font-size: 25px;
    color: #fff;
    box-shadow: 0 0 0 2px #e84c47;
    position: absolute;
    top: -30px;
    left: 0;
}

.main-timeline .timeline-content {
    display: block;
    padding: 30px 15px 15px;
    border-radius: 20px;
    background: #e84c47;
    color: #fff;
    position: relative;
}

.main-timeline .timeline-content:hover {
    text-decoration: none;
    color: #fff;
}

.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after {
    content: "";
    display: block;
    width: 10px;
    height: 50px;
    border-radius: 10px;
    background: #e84c47;
    border: 1px solid #fff;
    position: absolute;
    top: -35px;
    left: 50px;
}

.main-timeline .timeline-content:after {
    left: auto;
    right: 50px;
}

.main-timeline .title {
    font-size: 24px;
    margin: 0;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 600;
}

.main-timeline .description {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 10px 5px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}

.main-timeline .timeline:nth-child(2n) {
    border-right: none;
    border-left: 7px solid #084772;
    border-radius: 30px 0 0 0;
    right: auto;
    left: -3.5px;
}

.main-timeline .timeline:nth-child(2n) .icon {
    left: auto;
    right: 0;
}

.main-timeline .timeline:nth-child(2) {
    margin-top: 110px;
}

.main-timeline .timeline:nth-child(odd) {
    margin: -130px 0 30px 0;
}

.main-timeline .timeline:nth-child(even) {
    margin-bottom: 50px;
}

.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even) {
    margin: 0 0 30px 0;
}

.main-timeline .timeline:nth-child(2n) .timeline-content,
.main-timeline .timeline:nth-child(2n) .timeline-content:before,
.main-timeline .timeline:nth-child(2n) .timeline-content:after,
.main-timeline .timeline:nth-child(2n) .icon {
    background: #4caf50;
}

.main-timeline .timeline:nth-child(2n) .icon {
    box-shadow: 0 0 0 2px #4caf50;
}

.main-timeline .timeline .icon img {
    width: 75%;
}

.main-timeline .timeline:nth-child(3n) .timeline-content,
.main-timeline .timeline:nth-child(3n) .timeline-content:before,
.main-timeline .timeline:nth-child(3n) .timeline-content:after,
.main-timeline .timeline:nth-child(3n) .icon {
    background: #ff8100;
}

.main-timeline .timeline:nth-child(3n) .icon {
    box-shadow: 0 0 0 2px #ff8100;
}

.main-timeline .timeline:nth-child(4n) .timeline-content,
.main-timeline .timeline:nth-child(4n) .timeline-content:before,
.main-timeline .timeline:nth-child(4n) .timeline-content:after,
.main-timeline .timeline:nth-child(4n) .icon {
    background: #3ebae7;
}

.main-timeline .timeline:nth-child(4n) .icon {
    box-shadow: 0 0 0 2px #3ebae7;
}

.main-timeline .timeline:nth-child(5n) .timeline-content,
.main-timeline .timeline:nth-child(5n) .timeline-content:before,
.main-timeline .timeline:nth-child(5n) .timeline-content:after,
.main-timeline .timeline:nth-child(5n) .icon {
    background: #9c27b0;
}

.main-timeline .timeline:nth-child(5n) .icon {
    box-shadow: 0 0 0 2px #9c27b0;
}


/* Content Section */

.container {
    width: 94%;
    max-width: 1340px;
    margin: 0 auto;
}


/* Key Features */

.bg-features {
    background: url(../image/features/bg-1.png) no-repeat;
    background-size: cover;
}

.feature-section {
    display: flex;
    justify-content: space-between;
}

.content-dt {
    padding: 45px 0 45px 60px;
}

.desc-tt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.text-wrap {
    width: calc(100% - 300px);
    margin-bottom: 3.5rem;
}

.desc-tt img.icon-img {
    width: 250px;
    height: auto;
}

h3.headline {
    color: #172541;
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.text-wrap ul li {
    color: #414141;
    font-size: 0.9rem;
    line-height: 1.7rem;
    margin-bottom: 18px;
    padding-left: 30px;
    text-indent: -30px;
}

.text-wrap ul li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color: #fd7328;
    margin-right: 15px;
}

.feature-section:nth-child(2n+2) .img-area {
    order: 2;
}

.feature-section:nth-child(2n+2) .content-dt .desc-tt .text-wrap {
    order: 1;
}

.feature-section:nth-child(2n+2) .content-dt {
    padding: 45px 60px 45px 0px;
}


/* Form CSS */

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

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

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}

.col-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #545454;
    font-size: 16px;
}


/* input[type="text" i] {
    padding: 1px 2px;
} */

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


/* Contact Us */

.contact-us {
    position: relative;
    width: 100%;
    padding-top: 5rem;
}

.bg-svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.contact {
    max-width: 90%;
    margin: 4rem auto 0;
    /* background: rgba(255, 255, 255, 0.6); */
    padding: 5rem 4rem;
    border-radius: 8rem;
    /* box-shadow: 0 20px 40px #ccc; */
}

.wrapper-flex {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-evenly;
    align-items: normal;
}

.contact .info {
    border-top: 3px solid #a9d2a9;
    border-bottom: 3px solid #a9d2a9;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
    font-size: 20px;
    color: #12be45;
    float: left;
    width: 44px;
    height: 44px;
    background: #e7f5fb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #37517e;
}

.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #5a5f5b;
    line-height: 22px;
}

.contact .info .email p {
    padding-top: 5px;
}

.contact .info .social-links {
    padding-left: 60px;
}

.contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
}

.contact .info .social-links a:hover {
    background: #12be45;
    color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #12be45;
    color: #fff;
}

.contact .contact-form {
    width: 100%;
    border-top: 3px solid #a9d2a9;
    border-bottom: 3px solid #a9d2a9;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .contact-form .form-group {
    padding-bottom: 8px;
}

.contact .contact-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .contact-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .contact-form .error-message br+br {
    margin-top: 25px;
}

.contact .contact-form .sent-message {
    display: none;
    color: #fff;
    background: #12be45;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .contact-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .contact-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #12be45;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .contact-form input,
.contact .contact-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .contact-form input {
    height: 44px;
}

.contact .contact-form textarea {
    padding: 10px 12px;
}

.contact .contact-form button[type="submit"] {
    background: #12be45;
    border: 0;
    padding: 12px 34px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.contact .contact-form button[type="submit"]:hover {
    background: #12be45;
}

.contact .info,
.contact .contact-form {
    margin: 15px;
}

.contact .contact-form input:focus,
.contact .contact-form textarea:focus {
    border-color: #12be45;
    outline: none;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* footer-css */

footer.bg-green {
    background: #445e19;
    padding: 15px;
}

footer ul.inline li:last-child {
    margin: 0 15px;
    line-height: 35px;
    position: absolute;
    right: 0;
}

footer ul.inline li {
    color: #ffffff
}

footer ul.inline li p {
    font-size: 14px;
}


/* Common CSS */

.wrapper {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: flex-end;
    align-items: baseline;
}

.text-center {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.p-lg {
    padding: 5rem 0;
}

.p-md {
    padding: 3rem 0;
}

.p-sm-bt {
    padding-bottom: 1rem;
}

/* CSS text slide animation on header section */
.slidetext {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
}
/* Slideshow container */
.slideshow-container {
    position: relative;
  }
  
  /* Slides */
  .mySlides {
    display: none;
    padding: 30px;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    line-height: 1.5rem;
}
  .mySlides q {
    color: rgba(255,255,255,0.9);
    font-size: 1.2rem;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
  }
  
  /* The dot/bullet/indicator container */
  .dot-container {
      text-align: center;
      padding: 20px;
      background: #ddd;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  /* Add a background color to the active dot/circle */
  .dot:hover {
    background-color: #717171;
  }