@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}


/***** Font Files *****/

@font-face {
  font-family: "Lora", serif;
  src: url(../fonts/Queensila.ttf);
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: 'BlenderTrial';
  src: url(../fonts/BlenderTrial-Medium.otf);
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "Lora", serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: "Lora", serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: "Lora", serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: "Lora", serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: "Lora", serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.menuSec {
  padding: 0px 0;
}
.menuSec ul li a.hom::before {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: '';
    background-color: #adc3c4;
  transition: ease-in;
  transition-duration: 0.5s;
}

.banner-social ul li a i:hover {
    border: unset;
    background-color: #adc3c4;
    color: #fff;
    transition: 1s;
}
.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  /* text-align: right; */
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}
.menuSec ,row {
    align-items: center;
}
.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 0;
    font-size: 18px;
    font-family: 'BlenderTrial';
}

.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
  display: none;
}
.logo-img a img {
    width: 23%;
    height: 150px;
    object-fit: contain;
    filter:invert(1);
  transition: ease-in;
  transition-duration: 0.5s;
}
header::before {
    position: absolute;
    right: 0;
    width: 52%;
    height: 150px;
    background-color: #8daaab;
    z-index: -1;
    content: '';
    top: 0;
}

header .row {
    align-items: center;
}
.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #ffffff9e;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
  display: none;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.menuSec ul li a.hom {
    color: #8daaab;
}
header {
    padding: 0px 3% 0px;
    position: relative;
    z-index: 9999;
}
.menuSec a.btn-1 {
    margin: 0 auto;
}
header {
    transition: ease-in;
    transition-duration: 0.5s;
}
header.sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    transition: ease-in;
    transition-duration: 0.5s;
}
header.sticky::before {
  display: none;
  transition: ease-out;
  transition-duration: 0.5s;
}
header.sticky .logo-img a img {
    width: 15%;
    height: 90px;
    transition: ease-out;
    transition-duration: 0.5s;
}
header.sticky .menuSec ul li a {
    color: #000;
  transition: ease-out;
  transition-duration: 0.5s;
}
header.sticky .menuSec ul {
    justify-content: end;
    gap: 50px;
}
/*header css end*/
/*banner css start */
section.banner {
    padding: 0 3%;
    position: relative;
    z-index: 1;
}
.banner-txt a.btn-1 img {
    width: 45px;
}
.bann-slid {
    position: relative;
}

.bann-slid::before {
    position: absolute;
    top: 0;
    right: 41px;
    width: 15.5%;
    height: 100%;
    background-color: #a5b0b38c;
    content: '';
    z-index: 1;
}
a.btn-1 {
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-image: -webkit-linear-gradient( 18deg, rgb(45,70,71) 0%, rgb(75,116,118) 100%);
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 8px 10px 8px 20px;
    gap: 10px;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    font-family: 'BlenderTrial';
}

.banner-txt {
    width: 100%;
    height: 636px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/banner-txt.jpg);
    padding: 130px 30px 100px;
    padding-left: 40px;
}
.bann-slid {
    margin-top: 0px;
}
.banner-txt h3 {
    font-size: 50px;
    line-height: 70px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;
    width: 85%;
}

.banner-txt h1 {
    font-size: 77px;
    line-height: 87px;
    color: #fff;
    width: 85%;
}

.banner-txt p {
    font-size: 14px;
    color: #fff;
    width: 69%;
    margin-bottom: 30px;
}
.banner-right-img {
    position: absolute;
    width: 50%;
    right: 0;
    top: -4px;
}

.banner-right-img img {
    width: 100%;
}
.banner-right-img {
    position: absolute;
    width: 52%;
    right: 0;
    top: -11px;
}

.banner-right-img img {
    width: 100%;
    height: 647px;
    object-fit: cover;
}
section.banner::before {
    position: absolute;
    top: 0px;
    left: 0;
    width: 50%;
    height: 750px;
    content: '';
    background-color: #9ab1b2;
    z-index: -1;
}
.banner-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* transform: rotate(90deg); */
    height: 100%;
    flex-direction: column;
    padding: 40px 0px 0px;
}

.banner-social ul {
    margin: 0;
}

.banner-social h5 {
    font-size: 15px;
    color: #fff;
    font-family: 'BlenderTrial';
    margin: 0;
    writing-mode: sideways-rl;
    position: relative;
}
.banner-social ul li a i {
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-social ul li {
    padding-bottom: 22px;
}
.banner-social h5::before {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    background-color: #819091;
    content: '';
    height: 274px;
}
.bann-slid .slick-dots li button:before {
    position: absolute;
    content: '\f111';
    font-size: 7px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    opacity: 1 !important;
}
.bann-slid .slick-dots li.slick-active button:before {
    content: '\f192';
    font-size: 25px;
    font-weight: 100;
    color: #fff;
    opacity: 1 !important;
}
.bann-slid .slick-dots {
    position: absolute;
    bottom: -75px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: start;
}
/*banner end*/
/*about start */
section.about {
    padding: 8% 0px 0px;
    position: relative;
}
.abt-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.abt-txt {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 25.441px 15.898px 54px 0px rgba(18, 17, 17, 0.1);
    padding: 30px;
    width: 105%;
    margin-left: -31px;
    padding-left: 62px;
    border-top: 3px solid #2d4647;
}
.abt-txt h3 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #242424;
    margin-left: -30px;
}

.abt-txt h5 {
    font-size: 40px;
    color: #242424;
    line-height: 40px;
    margin-left: -30px;
}

.abt-txt p {
    font-size: 14px;
    line-height: 28px;
    color: #151414;
}

.abt-img {
    position: relative;
    width: 105%;
}

section.about .row {
    align-items: end;
}
/*about end*/
/*service start*/
section.service {
    padding: 100px 0px;
    background-color: #8daaab;
    margin: 100px 0px;
}
section.service h2 {
    text-align: center;
    /* background-color: #8daaab; */
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    padding: 22px 0px;
    margin-bottom: 0px;
}

.ser-img img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}
section.service .container-fluid {
    padding: 0 3%;
}
.ser-txt {
    text-align: center;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 25.441px 15.898px 54px 0px rgba(18, 17, 17, 0.1);
    padding: 30px 20px;
    width: 95%;
    border-top: 5px solid #2d4647;
    min-height: 320px;
    margin: 0 auto;
    margin-top: 20px;
}

.ser-txt h6 {
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    margin: 0;
}
/*service end*/
/*footer start*/
footer {
    padding: 70px 0px 20px 0px;
    background-color: #8daaab;
    margin-top: 70px;
}
footer ul li i {
    text-align: center;
    font-size: 40px;
    color: #fff;
}
footer ul li h6 {
    font-size: 14px;
    margin-bottom: 0px;
    color: #fff;
    margin-top: 15px;
    font-family: 'BlenderTrial';
}
footer span {
    color: #fff;
    font-size: 14px;
    font-family: 'BlenderTrial';
}
footer a{
  color: #fff;
}
footer ul {
    text-align: center;
}
ul.footer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #fff; */
    /* padding: 7px 0px; */
    margin-bottom: 6px;
    position: relative;
    margin-top: 80px;
    padding-top: 15px;
}
ul.footer-link li a {
    color: #FFF;
    font-size: 15px;
    font-family: 'BlenderTrial';
    font-weight: 400;
}
ul.social-icons li i {
    font-size: 20px;
    color: #000;
}
ul.social-icons {
    display: flex;
    padding-top: 60px;
    margin-bottom: 0px;
    position: relative;
}
ul.social-icons:before {
    position: absolute;
    width: 167vh;
    left: -16px;
    height: 1px;
    background-color: #00000026;
    top: 35px;
    content: '';
}
.footer-txt {
    position: relative;
}
.footer-txt:before{
  position: absolute;
  width: 102%;
  right: -16px;
  height: 1px;
  background-color: #00000026;
  top: -147px;
  content: '';
}
ul.social-icons li {
    padding: 0px 21px;
}
.footer-links-2 {
    background-color: #fff;
    padding: 30px 0px;
    margin-top: 20px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.footer-txt p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff;
    font-family: 'BlenderTrial';
    margin-top: 30px;
    text-align: center;
}
.footer-links-2 .row {
    align-items: center;
}
ul.footer-link::before {
    position: absolute;
    top: -49px;
    left: 0;
    width: 100%;
    height: 38px;
    content: '';
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.logo-footer img {
    height: 50px;
    background-color: #000;
    position: relative;
    z-index: 9999;
}
ul.footer-link li {
    padding: 0px 63px;
}


ul.bord li i.fas.fa-phone-alt {
    transform: rotate(90deg);
}
.footer-links-2 img {
    width: 176px;
    height: 181px;
    object-fit: contain;
    filter:invert(1);
}
/*footer end*/


/* ----------------------------- Testimonials Start ------------------------*/

section.testimonials {
  position: relative;
  padding: 40px 0px 100px;
  overflow: hidden;
}

section.testimonials .box-card {
  box-sizing: border-box;
  position: relative;
  margin: 30px 10px;
  border-radius: 10px;
}

section.testimonials .mainSlider {
  position: relative;
}

section.testimonials .mainSlider .item {
  margin: 0px;
}

section.testimonials .slick-list.draggable {
  padding: 0px !important;
}

section.testimonials .item {
  opacity: 1;
}

section.testimonials .box-card .quote {
  display: inline-block;
  position: absolute;
  top: -20px;
}

section.testimonials .box-card .quote i {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  box-shadow: 0px 0px 18px 7px #2222221c;
  transition: 0.9s;
  font-size: 18px;
}

section.testimonials .box-card ul.rating {
  justify-content: flex-start;
  align-items: center;
  margin: 48px 0 16px;
  display: flex;
  gap: 5px;
}

section.testimonials .box-card ul.rating li a i {
  color: #fd8f00;
  font-size: 16px;
}

section.testimonials .box-card .descrp {
  margin-bottom: 20px;
}

section.testimonials .box-card .descrp p {
  font-size: 13px;
  color: #000;
  font-weight: 400;
  line-height: 23px;
}

section.testimonials .box-card .authr-det {
  display: flex;
  align-items: center;
  gap: 10px;
}

section.testimonials .box-card .authr-det h5 {
  margin: 0px;
  font-size: 19px;
  color: #000;
  line-height: 21px;
  font-weight: 500;
  font-family: 'BlenderTrial';
}

section.testimonials .box-card .authr-det p {
  font-size: 12px;
  line-height: 20px;
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
  opacity: 80%;
}

section.testimonials .mainSlider .box-card {
  padding: 20px 40px 30px 50px;
  background: #8daaab;
  margin: 40px 0px 0px 0px;
}

section.testimonials .simSlidDs .item {
  margin: 0px;
}

section.testimonials .simSlidDs .item .box-card {
  box-shadow: unset;
  padding: 20px 20px 20px 50px;
  margin-top: 40px;
  background: #fff;
  color: #fff;
  box-shadow: 0 0 2px #00000040;
}
section.testimonials .simSlidDs .item .box-card ul.rating {
  margin: 50px 0 24px;
}

section.testimonials .simSlidDs .item .box-card ul.rating li a i {
  font-size: 13px;
}

section.testimonials .simSlidDs .item .box-card .quote i {
  background: #fff;
  box-shadow: 0px 0px 18px 7px #2222221c;
}

section.testimonials .coright {
  position: relative;
}

section.testimonials .simSlidDs .slider-nav {
  margin: 0px;
}

section.testimonials .simSlidDs .slider-nav {
  margin: 0px;
}

section.testimonials .simSlidDs .item .box-card h5 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: 'BlenderTrial';
  text-transform: capitalize;
}

section.testimonials .mainSlider .box-card h5 {
  color: #fff;
}

section.testimonials .item .box-card ul.rating li:last-child a i {
  opacity: 50%;
}

section.testimonials .mainSlider .box-card .quote i {
  background: #ffffff;
  border: 1px solid #fff;
  color: #8daaab;
}

section.testimonials .mainSlider .item p {
  width: 93%;
  color: #fff;
}

.maxContainer {
    max-width: 1440px;
}
.heading.text-center h1 {
    font-size: 60px;
    line-height: 60px;
    color: #242424;
    text-transform: capitalize;
    font-weight: 300;
}

.heading.text-center p {
    font-size: 14px;
    color: #0f0e0e;
    margin: 0 auto;
    width: 63%;
}
/* ----------------------------- Testimonials  end ------------------------*/
/*client start*/
section.clients-trust {
    padding-bottom: 100px;
}
.client-img img {
    width: 100%;
}
.client-img{
  text-align: center;
  position: relative;
}
.clients-txt-top h3 {
    font-size: 60px;
    line-height: 50px;
    font-weight: 300;
}


.clients-txt-top p {
    font-size: 14px;
    color: #0f0e0e;
    line-height: 27px;
    margin-bottom: 50px;
}
.clients-txt-top ul li {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.clients-txt-top ul li h5 {
    font-size: 16px;
    font-family: 'BlenderTrial';
    text-transform: uppercase;
    margin: 0;
    border-bottom: 1px solid #0000008a;
    line-height: 31px;
}
.clients-txt-top a.btn-1 {
  margin: 0 122px 0px auto;
}
.clients-txt-top ul {
    margin-right: 22%;
    margin-top: 73px;
}
.client-img::before {
    position: absolute;
    bottom: -60px;
    right: 0;
    content: '';
    background-color: #ededed;
    width: 126%;
    height: 298px;
    z-index: -1;
}
/*client end*/
.gorilla-content .accordion-button.collapsed {
    padding: 22px 22px;
    /* background-color: #eae4e4; */
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    border-radius: 0px !important;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'BlenderTrial';
    background-color: #8daaab;
    border: unset;
    border-bottom: 1px solid #fff;
}

.gorilla-content .accordion-button {
    color: #fff;
    font-size: 16px;
    padding: 22px 22px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 0px !important;
    font-family: 'BlenderTrial';
    text-transform: uppercase;
    background: no-repeat;
    background-color: #8daaab;
}
.faq-heading h2 {
    color: #000;
}




.gorilla-content .gorrila-page-txt .color-red {
  color: #A60000;
  font-weight: 500;
  margin-bottom: 7px;
  margin-top: 30px;
  }

.gorrila-page-txt ul {
  list-style: auto;
}
.gorrila-page-txt ul li{
   color: #000000;
   font-size: 14px;
   line-height: 23px;
   font-family: 'Roboto', sans-serif;
   font-weight: 400;
   margin-bottom: 15px;
   margin-left: 15px;
}
.gorrila-page-txt ul li::marker {
  color: #A60000;
}

.accordion-body.gorrila-page-txt {
    padding: 0px 20px 20px;
    background: #8daaab;
    border: unset !important;
    border-top: none;
    color: #fff;
    border-bottom: 1px solid #fff !important;
}

.gorilla-content .accordion-item {
    margin-bottom: 25px;
    /* border: 2px solid #eae4e4; */
    border: unset;
}
.accordion-button::after {
    content: "" !important;
    position: absolute !important;
    background-image: url(../images/faqopen.png) !important;
    width: 45px;
    height: 45px;
    right: 25px;
    background-size: contain;
    /* border-radius: 12px; */
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/faqclose.png) !important;
    border-radius: 12px;
}
.gorilla-content  .accordion-button:not(.collapsed){
  box-shadow: none;
  /* border: 1px solid; */
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.accordion-collapse.collapse {
  /* border: 1px solid #A60000; */
  border-top: 0;
  border-radius: 0 0 10px 10px;
  /* margin-bottom: 30px; */
}


.gorilla-content  button:focus:not(:focus-visible){
  box-shadow: none;
}

.gorilla-content .accordion-button::after{
  content: '\f067';
  font-weight: 900;
  font-family: 'Font Awesome 5 free';
  background-image: none;

}

.accordion-button:not(.collapsed)::after{
  content: '\f068';
  font-weight: 900;
  font-family: 'Font Awesome 5 free';
}
.address {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
section.faq {
    padding: 100px 0px 70px;
}
.faq-txt {
    padding: 60px;
    background-color: #8daaab;
    border-radius: 10px;
}

.faq-txt h3 {
    text-align: center;
    font-size: 60px;
    line-height: 50px;
    color: #fff;
    font-weight: 400;
}
/*faq end*/
/*admin start*/
.admin-img img {
    width: 100%;
}

.admin-img {
    padding-top: 40px;
}
section.admin {
    background-image: url(../images/admin-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 80px;
    z-index: 1;
}
.admin-txt h3 {
    font-size: 75px;
    font-weight: 400;
    color: #fff;
    line-height: 80px;
    margin-bottom: 10px;
}

.admin-txt h4 {
    font-size: 75px;
    color: #fff;
    line-height: 80px;
    font-weight: 400;
    margin-bottom: 40px;
}
.admin-txt p {
    font-size: 14px;
    color: #fff;
    width: 88%;
    margin-bottom: 44px;
    position: relative;
}
.admin-txt ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
}

.admin-txt ul li h5 {
    font-size: 16px;
    color: #fff;
    font-family: 'BlenderTrial';
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}
.admin-txt p::before {
    position: absolute;
    top: 12px;
    left: -25px;
    height: 120px;
    width: 1px;
    background-color: #ffffff54;
    content: '';
}
section.admin::before {
    position: absolute;
    bottom: 0;
    content: '';
    height: 370px;
    width: 100%;
    background-color: #2d4647;
    z-index: -1;
}
/*admin end*/
/*latest start*/
section.latest {
    padding: 100px 3% 0px;
}
.latest-txt {
    text-align: center;
    margin-bottom: 35px;
}

.latest-txt h2 {
    font-size: 60px;
    line-height: 50px;
    margin-bottom: 20px;
    font-weight: 400;
}

.latest-txt p {
    font-size: 14px;
    color: #0f0e0e;
    margin: 0 auto;
    width: 42%;
}

.lat-img img {
   width: 100%;
   height: 345px;
   object-fit: cover;
   object-position: top;
   object-position: 0 -110px;
}

.lt-img-sm img {
 width: 100%;
 height: 345px;
 object-fit: cover;
}
.lat-txt-2 {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: -28.368px 22.164px 111px 0px rgba(22, 26, 29, 0.14);
    padding: 30px;
    width: 66%;
    margin-top: -120px;
    position: relative;
}
.lat-txt-2 h6 {
    font-size: 14px;
    color: #000000;
    border-bottom: 1px solid #8daaab;
    width: 40%;
    padding-bottom: 13px;
}

.lat-txt-2 h6 span {
    display: block;
}

.lat-txt-2 p {
    font-size: 15px;
    line-height: 28px;
}

.lat-txt-2 ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.lat-txt-2 ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.lat-txt-2 ul li h6 {
    font-size: 12px;
    border: unset;
    display: contents;
}

.lat-txt-2 ul li i {
    font-size: 20px;
    color: #375657;
    border: 1px solid #b9b9b9;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*latest end */

.lat-txt-3 {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.lat-txt-3 h6{
   font-size: 14px;
   color: #000000;
   border-bottom: 1px solid #8daaab;
   width: 79%;
   padding-bottom: 13px;
}

.lat-txt-3 h6 span{
  display: block;
}
.lat-txt-3 i {
    font-size: 12px;
    color: #375657;
    border: 1px solid #b9b9b9;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lat-txt-p p {
    margin: 0;
    font-size: 16px;
}
.main-sm-bx{border-radius: 5px;background-color: rgb(255, 255, 255);box-shadow: -28.368px 22.164px 111px 0px rgba(22, 26, 29, 0.14);padding: 30px;width: 82%;margin-top: -120px;position: relative;}

.lat-txt-2:hover {
    background-color: #8daaab;
    transition: 1s;
}

.lat-txt-2:hover h6 {
    color: #fff;
}

.lat-txt-2:hover p {
    color:#fff;
}
.lat-txt-2:hover i {
    color:#fff;
}
.main-sm-bx:hover {
    background-color: #8daaab;
    transition: 1s;
}

.main-sm-bx:hover h6 {
    color: #fff;
}

.main-sm-bx:hover i {
    color: #fff;
}

.main-sm-bx:hover p {
    color: #fff;
}
.ser-txt h5 {
    font-size: 27px;
    line-height: 48px;
    color: #000;
    margin-bottom: 15px;
    text-transform: uppercase;
    width: 100%;
    margin: 0 auto;
    font-weight: 600;
}

.ser-txt p {
    font-size: 16px;
    color: #000;
    width: 70%;
    margin: 0 auto;
    line-height: 31px;
}
section.service p.top-p {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 25%;
    color: #fff;
}

section.bannerinner {
    background: #314c4e;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/banner-txt.jpg);
    padding: 130px 30px 100px;
    padding-left: 40px;
}

section.bannerinner h2 {
    color: white;
}



header.entry-header {
    display: none;
}


.inner-details0 h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #242424;
}

section.error-404.not-found {
    text-align: center;
    padding: 90px 10px;
}

section.error-404.not-found {
    text-align: center;
}

section.error-404.not-found h2 {
    font-size: 51px;
}




.errorbut {
    justify-items: center;
}





div#gform_wrapper_1 {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: white !important;
    padding: 20px 20px;
    border-radius: 10px;
}

div#gform_wrapper_1 textarea {
    height: 110px;
    border: 1px solid black;
    border-radius: 10px;
    background: #ebebeb;
}

div#gform_wrapper_1 input {
    border: 1px solid black;
    border-radius: 10px;
    color: black !important;
    background: #ebebeb;
}

div#gform_wrapper_1 select {
    border: 1px solid black;
    border-radius: 10px;
    background: #ebebeb;
    color: black;
}

fieldset#field_1_6 .ginput_complex.gform-grid-row {
    margin-top: -5px;
}





div#gform_confirmation_message_1 {
    border: 1px solid;
    padding: 10px;
    width: 75%;
    border-radius: 10px;
}



div#gform_wrapper_1 input#gform_submit_button_1 {
    background: #83a0a4;
    color: white !important;
    border: white;
    border-radius: 40px;
    padding: 10px 30px;
}

.social-icon-01 {
    BACKGROUND: white;
    padding: 20px 0px 20px 50px;
    border-left: 10px solid #83a0a4 !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.post-template-default .post-thumbnail {
    margin-top: 30px;
}

.post-template-default .post-thumbnail img {
    border-radius: 20px;
    margin-bottom: 20px;
}


.post-template-default .post-thumbnail {
    margin-top: 30px;
}

.post-template-default .post-thumbnail img {
    border-radius: 20px;
    margin-bottom: 20px;
}

footer.entry-footer {
    display: none;
}

div#comments {
    display: none;
}


.vc_grid-item {
    /* background: red !important; */
}


.vc_grid-item-mini {
    background: #ffffff !important;
    padding: 20px 20px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.vc_grid-item-mini .vc_gitem-zone.vc_gitem-is-link {
    border-radius: 10px;
}

.vc_grid-item-mini p {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vc_grid-item-mini {
    height: 690px;
}

.vc_grid-item-mini a.vc_general.vc_btn3 {
    background-color: #304a4b !important;
    color: #fff;
}


.inner-details0 ul {
    list-style: circle;
}

.inner-details0 ul li a {
    font-weight: 400 !important;
    font-family: "Montserrat", sans-serif !important;
    font: 15px / 25px 'Poppins', sans-serif;
    color: #393939;
}

.inner-details0 ul li {
    font-weight: 400 !important;
    font-family: "Montserrat", sans-serif !important;
    font: 15px / 25px 'Poppins', sans-serif;
    color: #393939;
    margin-left: 20px;
}



.sersinner0 {
    background: #83a0a4;
    width: 24% !important;
    margin-left: 10px;
    padding: 30px 20px 20px 20px;
    border-radius: 10px;
    height: 290px;
}

.sersinner0 * {
    color: white;
}

.sersinner0 h3 {
    font-size: 27px;
}

.sersinner0 a {
    text-decoration: underline;
    font-family: 'BlenderTrial';
    font-size: 19px;
}


.box-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.rating li {
  display: inline-block;
  color: gold;
}



.page-template-Reviews .box-card.h-100 {
    border: 1px solid;
    padding: 10px;
}



.page-template-Reviews .box-card.h-100 {
    margin: 0;
}



.abt-img img {
    height: 550px;}


.ser-txt h5 {
    font-size: 19px;
    line-height: 30px;
}

.ser-txt {
    min-height: 289px;
}


.page-template-Reviews .box-card.h-100 .descrp {
    overflow-y: scroll;
    height: 190px;
}

section.testimonials .mainSlider .descrp {
    overflow-y: scroll;
    height: 180px;
}


.clients-txt-top {
    text-align: left;
}

.clients-txt-top {
    margin-right: 6%;
}
section.clients-trust .row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}



section.about .row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}


.clients-txt-top h3 {
    font-size: 56px;
}



.menu-item-has-children:after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: white;
}



/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1500px) {
    section.about {
    padding: 40px 0px 0px;
    position: relative;
}
.auth-img {
    width: 40%;
}
section.testimonials {
    position: relative;
    padding: 40px 0px 40px;
    overflow: hidden;
}
    .menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    /* text-align: right; */
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}
header.sticky .menuSec ul {
    justify-content: end;
    gap: 40px;
}
    img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 60%;
    object-fit: cover;
    margin: 20px auto;
    display: block;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    
    img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 60%;
    object-fit: cover;
    margin: 20px auto;
    display: block;
}
body.page-id-48 .vc_grid-item-mini {
    height: 680px;
    padding: 10px;
}

      header  .col-md-5.col-sm-6.col-xs-6 {
    width: 20%;
}
.banner-social h5::before {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    background-color: #819091;
    content: '';
    height: 154px;
}
header .col-md-5.d-none.d-md-block {
    width: 50%;
}

header .col-md-2.col-sm-6.col-xs-6.text-center {
    width: 30%;
}
    
  html body header.sticky .menuSec ul li a {
    color: #000 !important;
    transition: ease-out;
    transition-duration: 0.5s;
}
header.sticky .menuSec ul {
    justify-content: center;
    gap: 20px;
}
header.sticky .logo-img a img {
    width: 85%;
    height: 110px;
    transition: ease-out;
    transition-duration: 0.5s;
}

.auth-img {
    width: 50%;
}
section.testimonials .mainSlider .box-card {
    padding: 20px 20px 30px 20px;
    background: #8daaab;
    margin: 40px 0px 0px 0px;
}
.abt-txt {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 25.441px 15.898px 54px 0px rgba(18, 17, 17, 0.1);
    padding: 30px;
    width: 105%;
    margin-left: -31px;
    padding-left: 42px;
    border-top: 3px solid #2d4647;
}
ul.footer-link li {
    padding: 0px 33px;
}

.clients-txt-top h3 {
    font-size: 29px;
    margin: 0;
}

section.banner {
    padding: 30px 3%;
    position: relative;
    z-index: 1;
}
section.service {
    padding: 100px 0px;
    background-color: #8daaab;
    margin: 0;
}
section.service p.top-p {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 55%;
    color: #fff;
}
 .bann-slid .slick-slide {
    margin: 0 !important;
}
    .bann-slid::before {
display:none;
}
    
    .banner-right-img {
    position: unset;
    width: 100%;
    right: 0;
    top: 0;
}
.banner-right-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
section.banner::before {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #9ab1b2;
    z-index: -1;
}
.banner-txt p {
    font-size: 14px;
    color: #fff;
    width: 100%;
    margin-bottom: 30px;
}    
    .banner-txt {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/banner-txt.jpg);
    padding: 70px 10px 60px;
    padding-left: 10px;
}
.banner-txt h3 {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;
    width: 100%;
}
    header::before {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #8daaab;
    z-index: -1;
    content: '';
    top: 0;
}


.ser-txt {
    min-height: 230px;
}
.logo-img a img {
    width: 83%;
    height: 150px;
    object-fit: contain;
    filter: invert(1);
    transition: ease-in;
    transition-duration: 0.5s;
}
header {
    padding: 0px 3% 10px;
    position: relative;
    z-index: 9999;
}

.ser-txt p {
    font-size: 14px;
    color: #000;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5;
}
section.testimonials .simSlidDs .item .box-card {
    box-shadow: unset;
    padding: 20px 20px 20px 20px;
    margin-top: 40px;
    background: #fff;
    color: #fff;
    box-shadow: 0 0 2px #00000040;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header  .col-md-5.col-sm-6.col-xs-6 {
    width: 20%;
}

header .col-md-5.d-none.d-md-block {
    width: 50%;
}

header .col-md-2.col-sm-6.col-xs-6.text-center {
    width: 30%;
}
    
  html body header.sticky .menuSec ul li a {
    color: #000 !important;
    transition: ease-out;
    transition-duration: 0.5s;
}
header.sticky .menuSec ul {
    justify-content: center;
    gap: 20px;
}
header.sticky .logo-img a img {
    width: 85%;
    height: 110px;
    transition: ease-out;
    transition-duration: 0.5s;
}

.auth-img {
    width: 50%;
}
section.testimonials .mainSlider .box-card {
    padding: 20px 20px 30px 20px;
    background: #8daaab;
    margin: 40px 0px 0px 0px;
}
.abt-txt {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 25.441px 15.898px 54px 0px rgba(18, 17, 17, 0.1);
    padding: 30px;
    width: 105%;
    margin-left: -31px;
    padding-left: 42px;
    border-top: 3px solid #2d4647;
}
ul.footer-link li {
    padding: 0px 33px;
}

.clients-txt-top h3 {
    font-size: 29px;
    margin: 0;
}

section.banner {
    padding: 30px 3%;
    position: relative;
    z-index: 1;
}
section.service {
    padding: 100px 0px;
    background-color: #8daaab;
    margin: 0;
}
section.service p.top-p {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 55%;
    color: #fff;
}
 .bann-slid .slick-slide {
    margin: 0 !important;
}
    .bann-slid::before {
display:none;
}
    
    .banner-right-img {
    position: unset;
    width: 100%;
    right: 0;
    top: 0;
}
.banner-right-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
section.banner::before {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #9ab1b2;
    z-index: -1;
}
.banner-txt p {
    font-size: 14px;
    color: #fff;
    width: 100%;
    margin-bottom: 30px;
}    
    .banner-txt {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/banner-txt.jpg);
    padding: 70px 10px 60px;
    padding-left: 10px;
}
.banner-txt h3 {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;
    width: 100%;
}
    header::before {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #8daaab;
    z-index: -1;
    content: '';
    top: 0;
}


.ser-txt {
    min-height: 230px;
}
.logo-img a img {
    width: 83%;
    height: 150px;
    object-fit: contain;
    filter: invert(1);
    transition: ease-in;
    transition-duration: 0.5s;
}
header {
    padding: 0px 3% 10px;
    position: relative;
    z-index: 9999;
}

.ser-txt p {
    font-size: 14px;
    color: #000;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5;
}
section.testimonials .simSlidDs .item .box-card {
    box-shadow: unset;
    padding: 20px 20px 20px 20px;
    margin-top: 40px;
    background: #fff;
    color: #fff;
    box-shadow: 0 0 2px #00000040;
}
.sersinner0 {
    background: #83a0a4;
    width: 47% !important;
    margin-left: 10px;
    padding: 30px 20px 20px 20px;
    border-radius: 10px;
    height: 290px;
    margin: 20px 10px;
}
body.page-id-48 .vc_grid-item-mini {
    height: 600px;
    padding: 10px;
}


img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 60%;
    object-fit: cover;
    margin: 20px auto;
    display: block;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
        
    .social-icon-01 p a{
        font-size:14px;
        color:#000;
    }
.social-icon-01 {
    BACKGROUND: white;
    padding: 20px 0px 20px 10px;
    border-left: 10px solid #83a0a4 !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}    
   img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    object-fit: cover;
} 
       body.page-id-48 .vc_grid-item.vc_clearfix.vc_col-sm-4 {
    width: 50% !important;
}

     body.page-id-48 .vc_grid-item-mini {
    height: 640px;
}

    
     .wpb_text_column h1 {
    font-size: 30px !important;
    line-height: 1.2;
}
.wpb_text_column h1 {
    font-size: 30px !important;
    line-height: 1;
}
.page-id-61 article#post-61 .wpb_single_image img {
    height: 300px;
    max-width: 100%;
    vertical-align: top;
    object-fit: cover;
}
    .sersinner0 {
    background: #83a0a4;
    width: 47% !important;
    margin-left: 10px;
    padding: 30px 20px 20px 20px;
    border-radius: 10px;
    height: 290px;
    margin: 20px 10px;
}
    
  html body header.sticky .menuSec ul li a {
    color: #000 !important;
    transition: ease-out;
    transition-duration: 0.5s;
}
header.sticky .menuSec ul {
    justify-content: center;
    gap: 50px;
}
header.sticky .logo-img a img {
    width: 55%;
    height: 110px;
    transition: ease-out;
    transition-duration: 0.5s;
}

.auth-img {
    width: 50%;
}
section.testimonials .mainSlider .box-card {
    padding: 20px 20px 30px 20px;
    background: #8daaab;
    margin: 40px 0px 0px 0px;
}
.abt-txt {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 25.441px 15.898px 54px 0px rgba(18, 17, 17, 0.1);
    padding: 30px;
    width: 105%;
    margin-left: -31px;
    padding-left: 42px;
    border-top: 3px solid #2d4647;
}
ul.footer-link li {
    padding: 0px 33px;
}

.clients-txt-top h3 {
    font-size: 29px;
    margin: 0;
}

section.banner {
    padding: 30px 3%;
    position: relative;
    z-index: 1;
}
section.service {
    padding: 100px 0px;
    background-color: #8daaab;
    margin: 0;
}
section.service p.top-p {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 55%;
    color: #fff;
}
 .bann-slid .slick-slide {
    margin: 0 !important;
}
    .bann-slid::before {
display:none;
}
    
    .banner-right-img {
    position: unset;
    width: 100%;
    right: 0;
    top: 0;
}
.banner-right-img img {
    width: 100%;
    height: 447px;
    object-fit: cover;
}
section.banner::before {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #9ab1b2;
    z-index: -1;
}
.banner-txt p {
    font-size: 14px;
    color: #fff;
    width: 100%;
    margin-bottom: 30px;
}    
    .banner-txt {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/banner-txt.jpg);
    padding: 30px 10px 30px;
    padding-left: 10px;
}
.banner-txt h3 {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;
    width: 100%;
}
    header::before {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #8daaab;
    z-index: -1;
    content: '';
    top: 0;
}

li#menu-item-307 a {
}
.logo-img a img {
    width: 43%;
    height: 150px;
    object-fit: contain;
    filter: invert(1);
    transition: ease-in;
    transition-duration: 0.5s;
}
header {
    padding: 0px 3% 10px;
    position: relative;
    z-index: 9999;
}
header .col-md-5.col-sm-6.col-xs-6 {
    width: 50% !important;
    
}
header .col-md-5.d-none.d-md-block{
      width: 100% !important;
      order:2;
}

header .col-md-2.col-sm-6.col-xs-6.text-center {
        width: 50% !important;
}
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
      header::before {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #8daaab;
    z-index: -1;
    content: '';
    top: 0;
}
    .logo-img a img {
    width: 100%;
    display: block;
}
.banner-right-img {
    position: unset;
    width: 100%;
    right: 0;
    top: -11px;
}
.banner-right-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
section.banner::before {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #90aaab;
    z-index: -1;
}
.banner-social {
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* transform: rotate(90deg); */
    height: 100%;
    flex-direction: unset;
    padding: 0 0 10px 0;
}
section.banner {
    padding: 30px 3%;
    position: relative;
    z-index: 1;
}
.banner-txt p {
    font-size: 12px;
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
}

.bann-slid .slick-slide {
    margin: 0;
}
.banner-social ul li {
    padding-bottom: 0;
}
.bann-slid::before {
    display: none;
}
p {
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    line-height: 1.5;
}
.banner-txt h3 {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;
    width: 85%;
}
   .banner-txt {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/banner-txt.jpg);
    padding: 40px 10px 40px;
    padding-left: 10px;
}
.banner-social ul {
    display: flex;
    gap: 10px;
} 
    
    .banner-social h5 {
    font-size: 15px;
    color: #fff;
    font-family: 'BlenderTrial';
    margin: 0;
    writing-mode: unset;
    position: relative;
}

section.service p.top-p {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
    color: #fff;
}
section.service h2 {
    text-align: center;
    /* background-color: #8daaab; */
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    padding: 22px 0px;
    margin-bottom: 0px;
}
section.service {
    padding: 30px 0px;
    background-color: #8daaab;
    margin: 100px 0px;
}
.ser-txt p {
    font-size: 16px;
    color: #000;
    width: 100%;
    margin: 0 auto;
    line-height: 1.2;
}

.ser-txt {
    min-height: auto;
}
.heading.text-center h1 {
    font-size: 40px;
    line-height: 1.2;
    color: #242424;
    text-transform: capitalize;
    font-weight: 300;
}
section.testimonials .mainSlider .box-card {
    padding: 20px 10px 30px 10px;
    background: #8daaab;
    margin: 40px 0px 0px 0px;
}
section.testimonials .box-card .authr-det {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
section.testimonials .mainSlider .descrp {
    overflow-y: scroll;
    height: 180px;
    color: #fff;
}

.auth-img {
    width: 20%;
}

section.testimonials .simSlidDs .item .box-card {
    box-shadow: unset;
    padding: 20px 10px;
    margin-top: 40px;
    background: #fff;
    color: #fff;
    box-shadow: 0 0 2px #00000040;
}
.clients-txt-top h3 {
    font-size: 44px;
    line-height: 1.2;
}
section.testimonials {
    position: relative;
    padding: 40px 0px 40px;
    overflow: hidden;
}  

header.sticky .logo-img a img {
    width: 100%;
    height: 120px;
    transition: ease-out;
    transition-duration: 0.5s;
}
header {
    transition: ease-in;
    transition-duration: 0.5s;
    padding: 0 0 10px;
}
header.sticky {
    position: unset;
    width: 100%;
    z-index: 999;
    background-color: #8daaab;
    transition: ease-in;
    transition-duration: 0.5s;
}
html {
    overflow-x: hidden !important;
}

section.testimonials .col-lg-7.col-md-7.coright {
    display: none;
}
.abt-img {
    position: relative;
    width: 100%;
}
html body .abt-img img {
    height: 600px !important;
}
.abt-txt {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 25.441px 15.898px 54px 0px rgba(18, 17, 17, 0.1);
    padding: 20px 20px !important;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-top: 3px solid #2d4647;
}
.abt-txt a {
    justify-self: center;
}ul.footer-link::before {
    display: none;
}
ul.footer-link li {
    padding: 0;
}
ul.footer-link li a {
    color: #FFF;
    font-size: 13px;
    font-family: 'BlenderTrial';
    font-weight: 400;
}
ul.footer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #fff; */
    /* padding: 7px 0px; */
    margin-bottom: 6px;
    position: relative;
    margin-top: 0;
    padding-top: 15px;
    justify-content: space-between;
}

.footer-links-2 {
    order: 0;
}
footer ul {
    text-align: center;
    margin: 10px 0;
}
footer .col-md-12.col-12:nth-child(1) {
        order: 1;
}
footer .col-md-12.col-12:nth-child(2) {
        order: 2;
}

footer .col-md-12.col-12.COL-12{
            order: 3;
}

section.bannerinner {
    background: #314c4e;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/banner-txt.jpg);
    padding: 130px 0px 100px;
    padding-left: 0px;
}
  article#post-53  .vc_row {
    margin-left: 0;
    margin-right: 0;
}
.sersinner0 {
    background: #83a0a4;
    width: 60% !important;
    margin-left: 10px;
    padding: 30px 20px 20px 20px;
    border-radius: 10px;
    height: auto;
    margin: 10px auto;
}    .wpb_text_column h1 {
    font-size: 30px !important;
    line-height: 1.2;
}
    section.bannerinner h2 {
    font-size: 40px;
    line-height: 1.2;   
}

   body.page-id-48 .vc_grid-item-mini {
    height: auto;
    padding: 20px 10px;

}
 body.postid-216 article#post-216  img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    object-fit: cover;
}
.nav-links a {
    color: #000;
    display: block;
    margin: 0 0 20px 0;
}
    
    .social-icon-01 p a{
        font-size:14px;
        color:#000;
    }
.social-icon-01 {
    BACKGROUND: white;
    padding: 20px 0px 20px 0px;
    border-left: 10px solid #83a0a4 !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}    


}

 body.postid-216 article#post-216  img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    object-fit: cover;
}
.nav-links a {
    color: #000;
    display: block;
    margin: 0 0 20px 0;
}

   
    .social-icon-01 p a{
        font-size:14px;
        color:#000;
    }

@media only screen and (min-width: 300px) and (max-width: 519px) {

    
    .social-icon-01 p a{
        font-size:14px;
        color:#000;
    }
.social-icon-01 {
    BACKGROUND: white;
    padding: 20px 0px 20px 0px;
    border-left: 10px solid #83a0a4 !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}    
    
 body.postid-216 article#post-216  img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    object-fit: cover;
}
.nav-links a {
    color: #000;
    display: block;
    margin: 0 0 20px 0;
}
    
   body.page-id-48 .vc_grid-item-mini {
    height: auto;
    padding: 20px 10px;

}



    .wpb_text_column h1 {
    font-size: 30px !important;
    line-height: 1.2;
}
    section.bannerinner h2 {
    font-size: 40px;
    line-height: 1.2;
}
   article#post-53  .vc_row {
    margin-left: 0;
    margin-right: 0;
}

.sersinner0 {
    background: #83a0a4;
    width: 100% !important;
    margin-left: 10px;
    padding: 30px 20px 20px 20px;
    border-radius: 10px;
    height: auto;
    margin: 0 0  20px 0;
}


    section.bannerinner {
    background: #314c4e;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/banner-txt.jpg);
    padding: 130px 0px 100px;
    padding-left: 0px;
}
    header::before {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #8daaab;
    z-index: -1;
    content: '';
    top: 0;
}
    .logo-img a img {
    width: 100%;
    display: block;
}
.banner-right-img {
    position: unset;
    width: 100%;
    right: 0;
    top: -11px;
}
.banner-right-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
section.banner::before {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #90aaab;
    z-index: -1;
}
.banner-social {
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* transform: rotate(90deg); */
    height: 100%;
    flex-direction: unset;
    padding: 0 0 10px 0;
}
section.banner {
    padding: 30px 3%;
    position: relative;
    z-index: 1;
}
.banner-txt p {
    font-size: 12px;
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
}

.bann-slid .slick-slide {
    margin: 0;
}
.banner-social ul li {
    padding-bottom: 0;
}
.bann-slid::before {
    display: none;
}
p {
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    line-height: 1.5;
}
.banner-txt h3 {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;
    width: 85%;
}
   .banner-txt {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/banner-txt.jpg);
    padding: 40px 10px 40px;
    padding-left: 10px;
}
.banner-social ul {
    display: flex;
    gap: 10px;
} 
    
    .banner-social h5 {
    font-size: 15px;
    color: #fff;
    font-family: 'BlenderTrial';
    margin: 0;
    writing-mode: unset;
    position: relative;
}

section.service p.top-p {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
    color: #fff;
}
section.service h2 {
    text-align: center;
    /* background-color: #8daaab; */
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    padding: 22px 0px;
    margin-bottom: 0px;
}
section.service {
    padding: 30px 0px;
    background-color: #8daaab;
    margin: 100px 0px;
}
.ser-txt p {
    font-size: 16px;
    color: #000;
    width: 100%;
    margin: 0 auto;
    line-height: 1.2;
}

.ser-txt {
    min-height: auto;
}
.heading.text-center h1 {
    font-size: 40px;
    line-height: 1.2;
    color: #242424;
    text-transform: capitalize;
    font-weight: 300;
}
section.testimonials .mainSlider .box-card {
    padding: 20px 10px 30px 10px;
    background: #8daaab;
    margin: 40px 0px 0px 0px;
}
section.testimonials .box-card .authr-det {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
section.testimonials .mainSlider .descrp {
    overflow-y: scroll;
    height: 180px;
    color: #fff;
}

.auth-img {
    width: 100%;
}

section.testimonials .simSlidDs .item .box-card {
    box-shadow: unset;
    padding: 20px 10px;
    margin-top: 40px;
    background: #fff;
    color: #fff;
    box-shadow: 0 0 2px #00000040;
}
.clients-txt-top h3 {
    font-size: 44px;
    line-height: 1.2;
}
section.testimonials {
    position: relative;
    padding: 40px 0px 40px;
    overflow: hidden;
}  

header.sticky .logo-img a img {
    width: 100%;
    height: 120px;
    transition: ease-out;
    transition-duration: 0.5s;
}
header {
    transition: ease-in;
    transition-duration: 0.5s;
    padding: 0 0 10px;
}
header.sticky {
    position: unset;
    width: 100%;
    z-index: 999;
    background-color: #8daaab;
    transition: ease-in;
    transition-duration: 0.5s;
}
html {
    overflow-x: hidden !important;
}

section.testimonials .col-lg-7.col-md-7.coright {
    display: none;
}
.abt-img {
    position: relative;
    width: 100%;
}
html body .abt-img img {
    height: 400px !important;
}
.abt-txt {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 25.441px 15.898px 54px 0px rgba(18, 17, 17, 0.1);
    padding: 20px 20px !important;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-top: 3px solid #2d4647;
}
.abt-txt a {
    justify-self: center;
}ul.footer-link::before {
    display: none;
}
ul.footer-link li {
    padding: 0;
}
ul.footer-link li a {
    color: #FFF;
    font-size: 13px;
    font-family: 'BlenderTrial';
    font-weight: 400;
}
ul.footer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #fff; */
    /* padding: 7px 0px; */
    margin-bottom: 6px;
    position: relative;
    margin-top: 0;
    padding-top: 15px;
    justify-content: space-between;
}

.footer-links-2 {
    order: 0;
}
footer ul {
    text-align: center;
    margin: 10px 0;
}
footer .col-md-12.col-12:nth-child(1) {
        order: 1;
}
footer .col-md-12.col-12:nth-child(2) {
        order: 2;
}

footer .col-md-12.col-12.COL-12{
            order: 3;
}

}

/*Media Query End*/



