@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=Lato:wght@300;400;700&display=swap');

body {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  line-height: 32px;
}

*,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
  padding-left: 0 !important;
}

a {
  color: inherit;
  text-decoration: none !important;
}

a:hover,
a:focus {
  /*color: #69af07;*/
  outline: none;
  text-decoration: none;
}



h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: 'Montserrat';
  margin-top: 0;
  font-weight: 700; 
  font-style: normal;
  margin-bottom: 15px;
  color: #215675;
  line-height: 1.2;
}

.bg-color1 {
  background-color: #69af07;
}

.bg-color2 {
  background-color: #215675;
}

.bg-color3 {
  background-color: #026326;
}

.bg-color4 {
  background: linear-gradient(to right, rgba(3, 134, 213, 1) 0%, rgba(105, 175, 7, 1) 100%);
}

a.text-white:hover,
a.text-white:focus {
  color: #000 !important;
}

.text-color1 {
  color: #ffffff !important;
}

.btn1 {
  padding: 14px 28px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0;
}

.btn1:hover,
.btn1:focus {
  background-color: #fff;
  color: #69af07;
  border-color: #fff;
}

.sub-title {
  font-size: 16px;
  color: #69af07;
  text-transform: uppercase;
}

.sub-title-icon {
  display: inline-block;
  vertical-align: middle;
}

.sub-title-icon i {
  font-size: 40px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  line-height: 1;
  background-repeat: no-repeat;
  animation: icon-bounce-right 2s infinite backwards;
  transition: all 0.3s;
  position: relative;
  display: flex;
}

@keyframes icon-bounce-right {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }

  60% {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }
}

.divider {
  background-color: #69af07;
  content: "";
  display: inline-block;
  height: 2px;
  width: 50px;
}

#stuck_container {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.isStuck {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
}

/*.headet-top{
	background-image: url('../images/leafs.png');
	background-repeat: repeat;
	background-size: auto;
}*/
.contact-links,
.social-links {
  display: block;
}

.contact-links li,
.social-links li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.contact-links li {
  padding-left: 15px;
  color: #fff;
}

.contact-links li a {
  color: #fff;
  display: inline-block;
}

.contact-links li:first-child {
  padding-left: 0;
}

.contact-links li a span {
  display: inline-block;
  vertical-align: middle;
}

.contact-links li i {
  vertical-align: middle;
}

.contact-links li a:hover {
  color: #69af07;
}

.social-links {
  text-align: right;
}

.social-links li {
  padding-right: 0;
}

.social-links li a {
  background: #69af07;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #69af07;
  border-radius: 100%;
}

.header-bottom {
  position: relative;
  z-index: 9;
}

.mobile-menu {
  display: none;
}


.navigation {
  text-align: right;
  display: block;
  padding: 0 0px;
  margin-bottom: 0;
}

.navigation>li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: right;
}

.navigation>li:first-child {
  display: none;
}

.navigation li.dropdown>.dropdown-menu {
  opacity: 0;
  position: absolute;
  top: 130% !important;
  left: 0;
  width: 255px;
  z-index: 999;
  background-color: #ffffff;
  visibility: hidden;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-bottom: 3px solid #9a9a9a;
  transition: all 500ms ease;
  display: block;
}

.navigation li.dropdown>.dropdown-menu li {
  border-bottom: 1px solid #e6e6e6;
  margin-right: 0;
  text-align: left;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
  border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
  background-color: #ffffff;
  padding: 12px 15px;
  color: #323232;
  white-space: normal;
  font-size: 16px;
}

.navigation li.dropdown:hover>.dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navigation a {
  overflow: hidden;
  position: relative;
  display: block;
  color: #000000;
  padding: 0 0 0 23px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
}

.navigation li.dropdown a {
  padding-right: 24px;
}

.navigation>li.dropdown>a:after {
  font-family: "bootstrap-icons";
  content: "\F282";
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 14px;
  transition: all 500ms ease 0s;
}

.navigation li:hover>a,
.navigation li:focus>a,
.navigation li.active>a {
  color: #315d8f;
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
  color: #ffffff;
  background-color: #315d8f;
}

.navigation li:nth-of-type(2) a {
    padding-left: 0 !important;
}

.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.flexbox .element {
  height: 100%;
}

.overlap:before,
.overlap1:before {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.65);
  content: "";
}

.parallax.overlap1:before {
  background-color: rgba(0, 0, 0, 0.85);
}

.parallax .container-fluid,
.parallax .container-xxl,
.parallax .container {
  position: relative;
  z-index: 1;
}

.single-latest-project {
  height: 330px;
  position: relative;
  margin: 15px 0;
  overflow: hidden;
}

.single-latest-project .single-project-overlap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  z-index: 1;
}

.single-latest-project .single-project-overlap .box-holder {
  display: table-cell;
  vertical-align: middle;
  padding: 50px;
  position: relative;
  z-index: 1;
}

.single-latest-project .single-project-overlap:before {
  content: "";
  position: absolute;
  opacity: 0.5;
  filter: alpha(opacity=100);
  top: 15px;
  left: 30px;
  right: 30px;
  bottom: 15px;
  border-left: 1px solid #69af07;
  border-right: 1px solid #69af07;
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}

.single-latest-project .single-project-overlap:hover:before {
  top: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.single-latest-project .single-project-overlap:after {
  content: "";
  position: absolute;
  opacity: 0.5;
  filter: alpha(opacity=1);
  top: 30px;
  left: 15px;
  right: 15px;
  bottom: 30px;
  border-top: 1px solid #69af07;
  border-bottom: 1px solid #69af07;
  -webkit-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-latest-project .single-project-overlap:hover:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: skew(-100deg);
  -ms-transform: skew(-100deg);
  transform: skew(-100deg);
}

.list1 li,
.areas-list li {
  padding: 0 0 8px 25px;
  position: relative;
}

.list1 li:before,
.areas-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\F547";
  font-family: "bootstrap-icons";
  font-size: 18px;
  color: #69af07;
}

.list1.text-white li:before {
  color: #fff;
}

.areas-list li a:hover {
  color: #1f1b4e;
}

.areas-list li:before {
  content: "\F3E7";
}

.list2 {
  margin-left: 16px;
}

.list2 li {
  list-style-type: decimal;
  padding-bottom: 10px;
}

.top-header {
  padding: 20px 0;
  position: relative;
  z-index: 9;
  border-bottom: 1px solid #ffffff38;
}

.header-contact ul {
  display: flex;
  gap: 0 40px;
}

.header-contact ul li {
  display: flex;
  gap: 0 10px;
}

.header-contact ul li a {
  font-size: 16px;
  color: #000000;
}

.header-contact ul li i {
  color: #000000;
}

section.hero-bg {
    background: url(../../assets/images/864557739.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

section.about-bg{
    background: url(../../assets/images/about.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; 
}

section.service-bg{
background: url(../../assets/images/services.jpg);
    background-size: cover;
    background-repeat: no-repeat;  
}


.banner-img::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background:#00000008;
  z-index: 9;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  background: #00000048;
  width: 100%;
  height: 100%;
}

header.header {
  background: #ffffffcf;
  z-index: 999999;
padding: 10px 35px;
}

.top-header {
  padding: 20px;
}

.header-bottom .logo img {
  max-width: 67%;
}


.offcanvas {
  background-color: #ffffff9e !important;
}


.hero-content {
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-content {
  /*z-index: 9;*/
/*  width: 60%;*/
}

.banner-content h1 {
  font-size: 48px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 58px;
}

.banner-content p {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.banner-content a.bann-btn {
  font-size: 15px;
  padding: 10px 24px;
  color: #ffffff;
  background: #315d8f;
  margin-top: 16px;
  display: inline-block;
border: 3px solid #fff;
text-transform: uppercase;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.banner-content a.bann-btn:hover{
  background: #fff;
  color:#315d8f;
}

.hero-banner .slick-list,
.hero-banner .slick-track {
  height: 100%;
}

.hero-banner .slick-prev,
.hero-banner .slick-next {
  padding: 0 60px;
  width: 60px;
  height: 60px;
}

.hero-banner .slick-prev::before {
  content: "\F284";
  font-family: "bootstrap-icons";
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  left: 50px;
  border-radius: 50%;
  background: #ffffff67;
  padding: 10px;
  top: 0;
}

.hero-banner .slick-next::before {
  content: "\F285";
  font-family: "bootstrap-icons";
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  right: 50px;
  border-radius: 50%;
  background: #ffffff67;
  padding: 10px;
  top: 0;
}

.hero-banner .slick-prev:hover::before,
.hero-banner .slick-next:hover::before {
  background: #315d8f;
}

.hero-banner .slick-prev,
.hero-banner .slick-next {
  z-index: 1000 !important;
  bottom: 10% !important;
  top: unset !important;
}

.hero-banner .slick-prev {
  left: 10px;
}

.hero-banner .slick-next {
  left: 110px;
}

.hero-banner .slick-dots {
  bottom: 25px;
}

.hero-banner .slick-dots li button {
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.4;
  width: 15px !important;
  height: 15px !important;
}

.hero-banner .slick-dots li.slick-active button {
  background: #076227;
  opacity: 1;
}

.hero-banner .slick-dots li.slick-active button:before,
.hero-banner .slick-dots li button:before {
  background: unset;
  font-size: 0;
}

header.header .mobile-menu span {
  display: none;
}

.feature-details {
  text-align: center;
}

.feature-details .icons img {
  width: 60px;
  height: 60px;
  text-align: center;
}

.offcanvas {
  z-index: 999999 !important;
}

.offcanvas-header .btn-close {
  margin: 0 !important;
}

.offcanvas.offcanvas-end {
  max-width: 255px !important;
}

.offcanvas.offcanvas-end {
  background: #ffffff !important;
}

.offcanvas-header {
  padding: 10px !important;
}

.features {
  margin-top: -60px;
  position: relative;
  z-index: 1;
}

.feature-content {
  background: #ffffff;
  padding: 0 30px;
  border-radius: 10px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.features .detail h2 {
  font-size: 18px;
  line-height: 30px;
  padding-top: 16px;
  margin-bottom: 0;
}

.feature-content .col {
  padding: 0;
}

.feature-details {
  padding: 30px 0;
  background: #ffffff;
  border-radius: 10px;

}

.service-box {
  border-radius: 10px;
  transition: 0.5s;
}

.service-box .image {

  position: relative;
  transition: 0.5s;
  overflow: hidden;
}

.service-box .image::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: #0000003d;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: 1;
}

.service-box:hover.service-box .image::before {
  background: transparent;
}

.service-box .image img {
  transition: 0.5s;
  transform: scale(1);
}

.service-box:hover.service-box .image img {
  transform: scale(1.1) rotate(0.5deg);
}

.service-box .content {
  padding:18px 20px;
  text-align: center;
}

.service-box h3 {
    font-size: 24px;
    color: #215675;
    margin-bottom: 20px;
}


.item-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.item-container .item {
  display: grid;
  margin: auto;
  position: relative;
  flex: 1;
  text-align: center;
  color: white;
  transition: 0.3s;
  max-width: 33.3%;
  height: 60vh;
  min-width: 10%;
  background-color: rgb(34 34 34 / 73%);
}

.item-container .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-size: cover;
  z-index: -1;
}

.services a.btn-more-w {
    margin-top: 0;
}
.services h2 {
    margin-bottom: 0;
}

.item-container .item:nth-of-type(1):before {
  background-image: url('../images/box1.jpg');
}

.item-container .item:nth-of-type(2):before {
  background-image: url('../images/box2.jpg');
}

.item-container .item:nth-of-type(3):before {
  background-image: url('../images/box3.jpg');
}

.item-container .item:hover {
  transition: 0.5s;
  max-width: 40% !important;
  flex-grow: 2;
  cursor: pointer;
  color: #fff;
  background-color: #000000b4;
}

.item-container .item:hover p {
  transform: none;
  transition: 0.3s;
  font-size: 18px;
  line-height: 28px;
}

.item-container .content {
  margin: auto;
  font-size: 2em;
}

.item-container .item:hover .content {
  margin: auto;
}

.item-container p {
  /* transform: translateY(120vh); */
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
}

h3.subhead {
  font-size: 15px;
  line-height: 25px;
  color: #026326;
  text-transform: uppercase;
  letter-spacing: 1;
}

.testimonial {
  display: flex;
}

.testimonial-item {
  border-radius: 5px;
  padding: 40px 30px;
  text-align: center;
  border: 1px solid #0000003a;
  margin: 0 10px;
  display: flex !important;
  height: 100% !important;
  flex-direction: column;
  min-height: 660px !important;
  justify-content: center;
  align-items: center;
}

.testimonial-item i {
  font-size: 40px;
  color: #026326;
}

.testimonial-item p {
  font-size: 16px;
  line-height: 26px;
}

.testimonial-item .avatar {
  position: relative;
  margin: 10px 0;
}

.testimonial-item .avatar::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  background: #00000079;
  left: 50%;
  top: -16px;
  transform: translateX(-50%);
}

.testimonial-item .avatar i {
  font-size: 60px;
}

.testimonial-item h3 {
  font-size: 18px;
  color: #0000009e;
}

.testimonial .slick-prev:before,
.testimonial .slick-next:before {
  color: #000000 !important;
}

.testimonial .slick-prev::before {
  content: "\F284";
  font-family: "bootstrap-icons";
  font-size: 30px;
  color: #ffffff !important;
  position: absolute;
  border-radius: 50%;
  background: #000000;
  padding: 10px;
  left: -5px;
  top: 0;
}

.testimonial .slick-next::before {
  content: "\F285";
  font-family: "bootstrap-icons";
  font-size: 30px;
  color: #ffffff !important;
  position: absolute;
  border-radius: 50%;
  background: #000000;
  right: -5px;
  padding: 10px;
  top: 0;
}

.testimonial .slick-prev:hover::before,
.testimonial .slick-next:hover::before {
  background: #315d8f;
}

.testimonial .slick-prev,
.testimonial .slick-next {
  z-index: 1000 !important;
}

.contact-info {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 9999999;
}

.contact-info ul li {
  position: relative;
  transition: 0.9s;
}

.contact-info ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.contact-info ul li .icon {
  padding: 16px 20px;
  color: #000000;
  background: #ffffff;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 0 20px;
  width: 60px;
}

.contact-info ul li .icon i {
  font-size: 17px;
  border: 0;
  font-weight: 500;
}

.contact-info ul li .content {
  transition: 0.5s ease-in-out;
  width: 100%;
  /* height: 58px; */
  z-index: -1;
  display: none;
}

.contact-info ul li:hover .content {
  width: auto;
  display: block;
}

.contact-info ul li:hover .icon {
  width: 100%;
}

.contact-info ul li:nth-child(1) .icon,
.contact-info ul li:nth-child(1) .content {
  background: green;
  color: #ffffff;
}

.contact-info ul li:nth-child(1) .icon {
  border-radius: 5px 0 0 0;
}

.contact-info ul li:nth-child(1) .content,
.contact-info ul li:nth-child(2) .content,
.contact-info ul li:nth-child(3) .content {
  border-radius: 5px 0 0 5px;
}

.contact-info ul li:nth-child(2) .icon,
.contact-info ul li:nth-child(2) .content {
  background: #000000;
  color: #ffffff;
}


.contact-info ul li:nth-child(3) .icon {
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  color: #ffffff;
}

.contact-info ul li:nth-child(3) .icon {
  border-radius: 0 0 0 5px;
}

.contact-info ul li:hover .icon {
  border-radius: 0;
}

.d-flex-cen {
    display: flex;
    align-items: center;
}

.footer-bottom .d-flex-cen {
    display: flex;
    align-items: start;
    flex-direction: column;
}

p.maint-p {
    font-size: 14px;
    color: #fff;
}

.footer-top h3 {
  font-size: 24px;
  line-height: 34px;
  color: #215675;
  margin-bottom: 20px;
}

.trustpilot-button {
  background-color: #00b67a;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 1px;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #fff;
}

.trustpilot-button:hover, a.trustpilot-button:focus {
    background-color: #215675;
    color: #fff;
    border: 2px solid #fff;
}


.footer-top li a {
  font-size: 16px;
  color: #000;
  display: inline-block;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
}

.footer-widget img {
    margin-top: 50px;
}

.footer-top .address-box {
/*  display: grid;
  grid-template-columns: 40px auto;
  gap: 0 0;*/
  margin-bottom: 10px;
  align-items: center;
}

.footer-top .address-box p {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 26px;
  padding-top: 2px;

}

.footer-top .address-box i {
  font-size: 20px;
  color: #000000;
}

.footer-top .address-box p a {
  color: #000000;
}

.social-icon {
  color: #ffffff !important;
}

.social-icon:hover {
  color: #ffffff !important;
}

.footer-bottom {
  border-top: 1px solid #ffffff0a;
}

.feature-container {
  display: flex;
  justify-content: space-between;
}


.item-container h2 {
  color: #ffffff;
}

.item-container {
  font-size: 18px;
  line-height: 28px;
}


.btn-more-w {
  font-size: 15px;
  padding: 10px 24px;
  color: #315d8f;
  background: #fff;
  margin-top: 16px;
  display: inline-block;
border: 3px solid #315d8f;
text-transform: uppercase;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.btn-more-w:hover{
  background: #315d8f;
  color:#fff;
}

.why-us{
    background: url(../../assets/images/bg2.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;  
}

.why-us.form-area{
    background: url(../../assets/images/177642895.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;  
}

.why-us h2, .why-us p{
color: #fff;  
}

section.value.p-5 {
    background: #215675;
}


.value h3, .value p{
 color: #fff; 
}

.form-required {
    display: inline;
    color: #ff2825 !important;
}

p.brd-cumb {
    font-size: 15px;
}

p.brd-cumb a{
 color: #aaaaaa; 
}

.bg-3{
  background: #f7f7f7;
}

.blue-bg{
background: #215675;
}

h2.sub-h2 {
    color: #000000;
    font-size: 24px;
}

h3.sub-h3 {
    color: #000000;
    font-size: 20px;
}

ul.list {
    list-style-type: disc;
    padding: 0;
    margin-left: 30px;
}

ul.list li, ol.list li {
    margin-bottom: 12px;
}

ol.list {
  list-style-type: decimal;
    padding: 0;
    margin-left: 30px;
}

p a strong{
color: #9b9b9b;  
}

.it-text h2 span {
    color: #000;
    font-weight: 400;
}

h3.founder {
    font-weight: 400;
}

.linkedin-image img{
    width:66%;
}


@media (min-width: 991px) and (max-width: 1365px) {
 /* .p-5 {
    padding: 1.3rem !important;
  }*/

  .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .btn1 {
    padding: 12px;
  }

  .single-latest-project .single-project-overlap .box-holder {
    padding: 30px;
  }

  .h4,
  h4 {
    font-size: calc(1rem + 0.3vw);
  }

  .address-box .address-icon-holder {
    margin-right: 5px;
  }

  .footer-top.p-5 {
    font-size: 12px;
  }

  .header-bottom .logo img {
    max-width: 90%;
  }
}

@media (min-width: 991px) and (max-width: 1365px) {
/*  .p-5 {
    padding: 1.3rem !important;
  }*/

  .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .btn1 {
    padding: 12px;
  }

  .single-latest-project .single-project-overlap .box-holder {
    padding: 30px;
  }

  .h4,
  h4 {
    font-size: calc(1rem + 0.3vw);
  }

  .address-box .address-icon-holder {
    margin-right: 5px;
  }

  .footer-top.p-5 {
    font-size: 12px;
  }
}

@media (min-width: 220px) and (max-width: 1024px) {
  .mobile-menu {
    display: block;
    font-size: 20px;
    background: #0090f0;
    padding: 8px 20px;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    text-align: left;
  }

  .mobile-menu i {
    float: right;
    font-size: 30px;
    color: #000000;
  }

  .nav-wrapper {
    position: fixed;
    top: 0;
    right: -300px;
    width: 255px;
    height: 100%;
    overflow-x: scroll;
    z-index: 999;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #ffffff;
    padding: 0;
    outline: none;
  }

  .navigation {
    text-align: left;
    padding: 0;
  }

  .nav-wrapper.open {
    right: 0;
  }

  .navigation>li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #dfdfdf;
  }

  .navigation>li:first-child {
    display: block;
  }

  .navigation>li:before {
    display: none;
  }

  .navigation li.dropdown>.dropdown-menu li {
    border-bottom: 1px solid #333;
  }

  .navigation li.dropdown>.dropdown-menu li:first-child {
    border-top: 1px solid #333;
  }

  .navigation li a,
  .navigation li.dropdown>.dropdown-menu li a {
    padding: 10px 20px;
    color: #000000;
    text-transform: none;
  }

  .navigation li.dropdown>.dropdown-menu li a {
    background-color: transparent;
  }

  .navigation li:hover>a,
  .navigation li:focus>a,
  .navigation li.active>a {
    background-color: #315d8f;
    color: #ffffff;
  }

  .navigation>li.dropdown>a:after {
    right: 20px;
    top: 12px;
  }

  .navigation li.dropdown>.dropdown-menu {
    border-bottom: 0;
    background-color: transparent;
  }

  .navigation li.dropdown>.dropdown-menu,
  .navigation li.dropdown:hover>.dropdown-menu {
    position: static;
    top: 0;
    visibility: visible;
    opacity: 1;
    width: 100%;
    float: none;
  }

  .navigation li.dropdown>.dropdown-menu li a {
    padding: 10px 10px 10px 30px;
  }

  .header-bottom {
    margin-bottom: 0;
  }

  .header-bottom .col-lg-4 {
    text-align: left;
  }

  .header-bottom .col-lg-12 {
    padding: 0;
  }

  .header-bottom .mobile-menu {
    /* border-top: 1px solid #ffffff38; */
    background: unset;
    /* padding: 20px; */
    padding-top: 0;
    padding: 0;
  }

  .header-bottom .mobile-menu button {
    border: none !important;
    outline: none !important;
  }

  header.header {
    top: 20px;
  }


  .navigation>li {
    text-align: left;
  }

  header.header .header-part {
    padding: 0px 20px;
  }

  .banner-content {
    width: 90%;
  }

  .banner-content h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .banner-content p {
    font-size: 18px;
    line-height: 28px;
  }

  .banner-content a {
    font-size: 18px;
  }

  .hero-banner .slick-prev {
    left: -25px;
  }

  .hero-banner .slick-next {
    left: 76px;
  }

  .feature-content {
    padding: 0;
    background: unset;
    box-shadow: unset;
  }

  .feature-content .row .col .feature-details {
    border-bottom: 1px solid #dfdfdf;
  }

  .testimonial .slick-prev::before {
    left: 3px;
  }

  .testimonial .slick-next::before {
    right: 3px;
  }

  .item-container {
    flex-direction: column;
    width: 100%;
  }

  .item-container .item {
    flex: unset;
    max-width: 100%;
    height: 30vh;
  }

/*  .services a {
    width: 100%;
  }*/

  .service-box .image {
    height: 200px;
  }

  .service-box h3 {
    font-size: 18px;
  }

  .feature-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .feature-details {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  }

  .item-container .item:hover {
    max-width: 100% !important;
    flex-grow: unset;
  }

}


@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 220px) and (max-width: 767px) {

  .contact-links,
  .social-links {
    text-align: center;
    margin: 5px 0;
  }

  .hero-banner .slick-prev::before,
  .hero-banner .slick-next::before {
    font-size: 25px;
  }

  .banner-content {
    width: 90%;
  }

  .hero-banner .slick-next {
    left: 68px;
  }

  .item-container .item {
    height: 60vh;
  }

  .testimonial-item {
    min-height: unset !important;
  }

  .testimonial .slick-prev::before,
  .testimonial .slick-next::before {
    display: none;
  }

}

@media (min-width: 576px) and (max-width: 991px) {}

@media (min-width: 430px) and (max-width: 575px) {
  .header-bottom .logo img {
    max-width: 80%;
  }
}

@media (min-width: 220px) and (max-width: 575px) {
  .contact-links li {
    display: block;
    padding: 0;
  }


  .px-5 {
    padding-right: 1.3rem !important;
    padding-left: 1.3rem !important;
  }


  .address-box .address-icon-holder {
    margin-right: 8px;
  }

  .test-box {
    padding: 15px;
  }

  .top-header {
    display: none;
  }

  .header-contact ul {
    align-items: center;
    flex-direction: column;
  }

  .header-contact ul li {
    margin-bottom: 10px;
  }

  .header-bottom .logo img {
    max-width: 100%;
  }

  .banner-content {
    width: 90%;
  }

  .hero-banner .slick-prev::before,
  .hero-banner .slick-next::before {
    font-size: 20px;
  }

  header.header .mobile-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-top: 1px solid #ffffff38;
    padding-top: 10px; */
  }

  header.header .mobile-menu span {
    display: block;
  }

  .banner-content h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .banner-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .banner-content a {
    font-size: 16px;
  }


  .header-bottom .logo img {
    max-width: 100%;
  }

  .header-bottom .col-lg-4 {
    text-align: center;
  }

  .hero-banner .slick-next {
    left: 50px;
  }

  .feature-container {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .footer-top li a,
  .footer-top .address-box p {
    font-size: 15px;
  }

  .contact-info ul li .icon {
    padding: 16px 20px;
  }

}

@media (min-width: 1280px) and (max-width: 1366px) {
header.header{padding: 10px 15px;}
ul.navigation {padding: 0;}
.navigation li a{padding: 0 0 0 16px; font-size: 13px; letter-spacing: 0.2px;}

}


@media (min-width: 768px) and (max-width: 1024px) {
.banner-content h1{font-size: 38px;}
.footer-top h3{font-size: 20px;}
.hero-content { height: 370px;}
.mt-sm {margin-top: 35px;}
footer .d-flex-cen{justify-content: center;}
header.header{padding: 10px 30px;}

}


@media (min-width: 320px) and (max-width: 767px) {
header.header{padding: 10px 10px;}
.header-bottom .logo img {height: 70px;}
header.header .mobile-menu{justify-content: end;}
.hero-content {height: 26vh;}
.banner-content h1 { font-size: 21px; line-height: 28px;} 
.banner-content a.bann-btn {margin-top: 0; line-height: 26px;}
.mob-h{display: none;}
body{font-size: 16px; line-height: 30px;}
form.row.g-3 .col {width: 100%;display: block; flex: auto;}
h1, h2, h3, h4, h5, h6{line-height: 1.4;}
.abt {margin-bottom: 30px;}
.mb-sm{margin-bottom: 20px;}
h2.sub-h2{font-size: 20px;}
.p-5 {padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;}
    
.footer-bottom .d-flex-cen{align-items: center;}    

}

@media only screen and (max-width: 1440px){
.navigation a{font-size: 13px;}   
    
}



