html {
  scroll-behavior: smooth;
}

body {
  font-family: 'AktivGrotesk', sans-serif;
  /*  font-size: 16px;*/
  font-size: 15px;
  color: #333;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
}

*,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #002d64;
  outline: none;
  text-decoration: none;
}

.txt-hover:hover {
  color: #000;
}

.txt-hover:hover,
.txt-hover:focus {
  color: #000;
}

.font-1 {
  font-size: 20px;
  font-weight: 800;
}

button:hover,
button:active,
button:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
  font-family: 'AktivGrotesk', sans-serif;
}

p {}

.wrapper {
  overflow: hidden;
}

.text-color1 {
  color: #002d64;
}

.mt-100 {
  margin-top: 170px;
}

.section {
  padding: 4em 3em;
}

.bg-color1 {
  background-color: #233974 !important;
}

.bg-color2 {
  background-color: rgb(78 88 62 / 10%) !important;
}

.bg-color3 {
  background-color: #4e583e !important;
}
.bg-color4 {
  background-color: #e74d50 !important;
}

.wdth-80 {
  width:250px;
}
.wdth-logo {
  width:150px;
  padding-left: 15px;
}
/*.container-fluid{*/
/*    padding-right: 40px;*/
/*    padding-left: 40px;*/
/*}*/

.boximg-section {
  padding: 80px 40px;
}

span.heading {
  font-size: 20px;
  font-weight: 500;
}



.button-style1 {
  background-color: #00bdd3;
  border-radius: 4px;
  border: 0;
  box-shadow: rgba(1, 60, 136, .5) 0 -1px 3px 0 inset, rgba(0, 44, 97, .1) 0 3px 6px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  min-height: 56px;
  padding: 16px 20px;
  position: relative;
  text-align: center;
  vertical-align: baseline;
  transition: all .2s cubic-bezier(.22, .61, .36, 1);
  display: inline-block;
}

.button-style1:hover {
  background-color: #e78835;
  color: #fff;
  transform: translateY(-2px);
}

.button {
  display: inline-block;
  /*height: 40px;*/
  /*width: 150px;*/
  border: 2px solid #fff;
  padding: 8px 28px;
  color: #fff;
  text-transform: uppercase;
  /*text-decoration: none;
  font-size: 0.8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;*/
  overflow: hidden;
  text-align: center;
}

.button:hover {
  border-color: #76c2ff;
}

#button-1 a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 1px;
}

#button-1 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-1 a {
  position: relative;
  transition: all .45s ease-Out;
}

#circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #76c2ff;
  position: absolute;
  transition: all .5s ease-Out;
  top: 20px;
  left: 70px;
}

#button-1:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}

#button-1:hover a {
  color: #fff;
  border-color: #76c2ff;
}

.overlay-style-two {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  transition: all 900ms ease;
}

.overlay-style-two:before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: top;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.80);
}

.overlay-style-two:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(90deg);
  transform-origin: bottom;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.80);
}
.btn1 {
  padding: 10px 40px;
/*  border: 2px solid #233974;*/
  border-radius: 50px;
  font-size: 16px;
  background:linear-gradient(to top right, #233974 0%, #187AC2 100%);
  transition: 0.5s;
  font-weight: 500;
  display: inline-block;
  color: #fff !important;
}

.btn1:hover,
.btn1:focus {
  color: #fff !important;
  background-color: transparent;
  border-color: #fff;
  font-weight: 500;
}

.btn2 {
  padding: 8px 20px;
  border: 2px solid #233974;
  font-size: 14px;
  background-color: #233974;
  /*transition: 0.5s;*/
  display: inline-block;
  border-radius: 30px;
  color: #fff !important;
}
.theme-btn {
  background-color: #4e583e;
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  padding: 16px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.theme-btn:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .2;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.theme-btn:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
  color: #fff
}

@media (min-width: 768px) {
  .theme-btn {
    padding: 16px 48px;
  }
}

@media (min-width: 768px) {
  .button-style1 {
    padding: 16px 44px;
    min-width: 150px;
  }
}

.btn-1 {
  background-color: #76c2ff;
  text-decoration: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 15px 25px;
  color: #fff;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: bold;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}

.btn-1 span {
  position: relative;
  z-index: 3;
}

.btn-1 .round {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 3px;
  top: 3px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}

.btn-1 .round i {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -4px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-1 .txt {
  font-size: 14px;
  line-height: 1.45;
}

.btn-1:hover {
  background-color: #39c;
  color: #fff
}

.btn-1:hover .round {
  width: calc(100% - 6px);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.form-btn {
  background: #002d64;
  border: none;
  padding: 15px 35px;
  margin: 0;
  position: relative;
  display: inline-block;
  border-radius: 20px
}

.form-btn:hover,
.form-btn:focus {
  background: #233974;
  color: #fff;
}

.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.parallax .container,
.parallax .container-fluid,
.parallax .container-auto {
  position: relative;
  z-index: 1;
}

.home-parallax {
  position: relative;
  overflow: hidden;
  /*padding: 300px 0;*/
}

.parallax-window {
  height: 500px;
  background: transparent;
  display: table;
  width: 100%;
}

.home-page .parallax-window {
  height: 100vh;
}

.home-slide {
  text-align: center;
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.home-parallax .container {
  position: relative;
  z-index: 9;
}

.slider-wrapper {
  position: relative;
}

/*.slider-wrapper:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 320px;
    -webkit-mask-image: url(../images/slider/slider-2-bg-shape-1.png);
    mask-image: url(../images/slider/slider-2-bg-shape-1.png);
    background: #fff;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
    bottom: -1px;
    left: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 2;
}*/

.slider-wrapper .carousel-caption {
  position: absolute;
  top: 53%;
  width: 80%;
  left: 10%;
  content: '';
  z-index: 11;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 110px;
  text-align: left;
  padding-bottom: 0;
  bottom: auto;
}

#metro-touch-slider .carousel-caption {
  position: absolute;
  /*right: auto;*/
  bottom: auto;
  left: 15%;
  text-align: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70%;
}

#metro-touch-slider .carousel-caption h4 {
  padding: 0;
  color: #76c2ff;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 26px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  display: block;
  text-transform: uppercase;
}

#metro-touch-slider .carousel-caption h2 {
  padding: 0;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    font-style: normal;
    line-height: 50px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    display: block;
    /* text-transform: uppercase;
  /*    background-color: rgba(248, 164, 49, .25);
    padding: 30px;*/
}

#metro-touch-slider .carousel-caption p {
  padding: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 1px;
}

/*.carousel-control-next,
.carousel-control-prev {
  top: auto;
  bottom: 0;
  width: auto;
  background-color: #233974;
  padding: 20px 16px;
  opacity: 1;
}

.carousel-control-prev {
  left: auto;
  right: 65px;
}*/
.carousel-control-next, .carousel-control-prev{
  width: 35px;
  opacity: 1;
}
.carousel-control-prev-icon {
    background-image: url(../images/mainAnimatorLeft.png);
}
.carousel-control-next-icon {
    background-image: url(../images/mainAnimatorRight.png);
}

.carousel-indicators [data-bs-target] {
  height: 10px;
  width: 30px;
  opacity: 1;
}

.carousel-indicators .active {
  background-color: #0d1848;
}
.wrap-boxshadow-one {
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    background-color: rgb(78 88 62);
    color: #fff;
}
.img-curve img{
    position: absolute;
    content: '';
    bottom: 0%;
    right: 0;
    z-index: 9;
    width: 100%;
    margin-bottom: -4px;
}
.google-logo img{
    position: absolute;
    content: '';
    bottom: 3%;
    right: 0;
    z-index: 9;
    width: 250px;
}


/*.img-curve1{
      min-height: 70vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../images/banner.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 101vw 200px;
}*/

.img-one img{
  border-radius: 30px 0 0 0 ;
  border-left: 5px solid #000;
}
.img-two img{
  border-radius: 0 0 30px 0;
}

.single-project-item {
  position: relative;
  margin-bottom: 30px;
}

.slider-stick-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0d1848;
  padding: 20px 40px;
  content: '';
  z-index: 9;
  border-radius: 0 50px 0 0;
  font-size: 20px;
  color: #fff;
}

.overlap:before {
  background-color: rgba(0, 0, 0, 0.54);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.overlap1:before {
  background-color: rgba(0, 0, 0, 0.50);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header {
  /*    background-color: rgba(255, 255, 255, 0.50);*/
  /*position: absolute;*/
  z-index: 111;
}

.header-fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  content: '';
  /*border-bottom: 1px solid rgba(0, 0, 0,1);*/
  /*background-color: rgba(255,255,255,0.7);*/
}

.home-page .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  z-index: 999;
}

.top-header {
  background-color: #4e583e;
  
}
.header-bottom{
  background-color: #233974;  
  padding: 5px 0;
}

.logo {
  display: inline-block;
  width: 150px;
  z-index: 9999;
  transition: all .5s;
}
.isStuck .logo{
   /*width: 90px; */
}

#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;
  /*    background-color: #0d1848;*/
  z-index: 99;
}

.inner-pages #stuck_container {
      background-color: #0d1848;
}

.isStuck .navigation {
  padding-top: 0;
}

/*.navigation{
    background-color: #76c2ff;
    border-radius: 0 0 30px 30px;
    border-bottom: 1px solid #76c2ff;
}*/
.navi-bg {
  background-color: #76c2ff;
  border-radius: 0 0 30px 30px;
  border-bottom: 1px solid #76c2ff;
}

/*.navigation {*/
/*  padding-right: 50px;*/
/*}*/

.inner-pages .navigation {
  padding-top: 0;
}

.header-btn {
  padding-right: 50px;
  font-weight: 400;
}

.contact-form {
  background-color: #39c;
  padding: 20px 30px;
  border-radius: 10px;
}

.form-outline {
  margin-top: 10px;
}

#contact-form input,
#contact-form textarea.form-control,
#contact-form select.form-select {
  background-color: #fff;
  border-color: #919191;
  color: #171717;
  padding: 10px;
  border-radius: 8px;
  /*  box-shadow: inset 2px 2px 10px rgba(255,255,255,.1), inset -5px -8px 8px rgba(0,0,0,.2);*/
}

#contact-form select.form-select {
  background: #ffffff;
  font-size: 1rem;
}

#contact-form input[type="checkbox"] {
  background-color: #171717;
  accent-color: red;
}

#contact-form ::placeholder {
  color: #171717;
  opacity: 1;
  /* Firefox */
}

#contact-form ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #171717;
}

#contact-form label {
  color: #000;
  padding-left: 10px;
  font-weight: 500;

}

.btnn-4 .btn-3 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  min-height: 50px;
  max-width: 190px;
  margin: 1rem auto;
  text-transform: uppercase;
  border: 1px solid #ccc;
  text-decoration: none;
  line-height: 58px;
  color: #fff;
}

.btnn-4 .btn-3:before,
.btn-3:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 34px solid #000000;
  border-bottom: 34px solid #000000;
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}

.btnn-4 .btn-3:before {
  border-right: 36px solid transparent;
  transform: translateX(-150%);
}

.btnn-4 .btn-3 span {
  color: #000;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  transition: 0.5s ease-in-out;
}

.btnn-4 .btn-3:after {
  border-left: 36px solid transparent;
  transform: translateX(150%);
}

.btnn-4 .btn-3:hover:before {
  transform: translateX(-30%);
}

.btnn-4 .btn-3:hover:after {
  transform: translateX(30%);
}

.btnn-4 .btn-3:hover span {
  color: #fff;
}


.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: #002d64 !important;
  -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);
}

.top-contact-list {
  display: block;
  vertical-align: middle;
  text-align: end;
  padding-right: 50px;
  /*padding-left: 130px;*/
}

.top-contact-list li {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  /*margin-left: 20px;*/
  font-size: 13px;
  clear: both;
  /*width: 25%;*/
  padding-right: 30px;
  box-sizing: border-box;
}

.top-contact-list li a {
  display: inline-block;
  font-size: 20px;
  /*text-align: left;*/
  color: #fff;
  padding-left: 15px
}

.top-contact-list li i {
  margin-right: 8px;
  font-size: 18px;
  vertical-align: middle;
  float: left;
}

.top-contact-list li span {
  position: relative;
  overflow: hidden;
  display: inherit;
  text-align: left;
}

.top-contact-list li span strong {
  font-size: 16px;
  font-weight: 400;
}

.top-contact-list li i {
  /*background-color: #0d1848;*/
  border: 1px solid  #76c2ff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  /*border:1px solid #0d1848;*/
  font-size: 20px;
  -webkit-shadow: 0 0 10px #a1a1a1;
  /* -moz-text-shadow: 0 0 10px #a1a1a1;
    text-shadow: 0 0 10px #a1a1a1;*/
}

.top-contact-list li:last-child {
  margin-right: 0;
}

/*.top-contact-list li:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}*/

.top-contact-list li a:hover {
  color: #76c2ff;
}

.top-contact-list1{
/*    margin: 15px 0;*/
  padding: 13px 0;
    display: block;
    vertical-align: middle;
}
.top-contact-list1 li{
    display: inline-block;
    vertical-align: top;
    color: #fff;
    margin-right: 13px;
}
.top-contact-list1 li a,
.top-contact-list1 li i,
.top-contact-list1 li span{
    display: inline-block;
    vertical-align:middle;
    /*text-align: left;*/
}
.top-contact-list1 li span{
    position: relative;
    overflow: hidden;
    display: inherit;
    text-align: left;
    font-size: 18px;
}
/*.top-contact-list li span strong{
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}*/
.top-contact-list1 li i{
    /*background-color: #73767A;*/
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    margin-right:5px;
    border: 1px solid  #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
}
.top-contact-list1 li:last-child{
    margin-right: 0;
}
.top-contact-list1 li a:hover{
    color: #ddd;
}
.emergency-call{
  background-color: #1c241c;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 15px;
  text-align: center;
}
.emergency-call a:hover,
.emergency-call a:focus{
  color: #ddd;
}

.association-logo img,
.association-wrap .img-responsive {
  display: inline-block;
  vertical-align: middle;
  max-width: 220px;
}

.association-wrap .img-responsive {
  max-width: 196px;
  margin-bottom: 8px;
  border: 1px solid #dfdfdf;
  padding: 5px;
}

.mobile-menu {
  display: none;
}

.navigation>li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.navigation li.dropdown>.dropdown-menu {
  opacity: 0;
  position: absolute;
  top: 130%;
  left: 0;
  width: 250px;
  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;
}

.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: #000;
  white-space: normal;
}

.navigation li.dropdown:hover>.dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.navigation li.dropdown a{
  padding-right: 16px;
}

.navigation>li:first-child {
  display: none;
}

.navigation a {
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
  display: block;
  font-weight: 500;
  color: #ffffff;
  padding: 5px 15px;
  transition: all 500ms ease 0s;
}
.navigation > li > a {
    border-bottom:1px solid transparent;
}

.navigation>li.dropdown>a:after {
  font-family: bootstrap-icons;
  content: "\F282";
  position: absolute;
  top: auto;
  right: -1px;
  font-size: 14px;
  transition: all 500ms ease 0s;
}

.navigation li:hover>a,
.navigation li:focus>a,
.navigation li.active>a {
  color: #fff;
  border-color: #fff;
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
  background-color: #233974;
  color: #fff;
  border-bottom: none;
}

.width-50 {
  width: 50%;
}

.width-30 {
  width: 30%;
}

.width-70 {
  width: 70%;
}

.width-60 {
  width: 60%;
}

.width-40 {
  width: 40%;
}

.flexbox {
  display: -webkit-box;
  display: flex;
}

.flexbox .element {
  height: 100%;
  width: 100%;
}

.padd-40 {
  padding: 40px;
}

.display-table {
  display: table;
  height: 100%;
}

.padd {
  padding: 0 40px 0 0px;
}

.padd2 {
  padding: 0 0 0 40px;
}

.parallax .padd-40 {
  position: relative;
  z-index: 1;
}

.display-table .padd-40 {
  display: table-cell;
  vertical-align: middle;
}

.size-1 {
  font-size: 1.5em;
  line-height: 30px;
  font-weight: 500;
}

.size-2 {
  font-size: 2em;
  font-weight: 700;
  line-height: 40px;
}

.size-3 {
  font-size: 3em;
  font-weight: 700;
}

.divider,
.divider1 {
  width: 100px;
  height: 2px;
  background-color: #0d1848;
  position: relative;
  margin-bottom: 25px;
}

.divider:before,
.divider1:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #0d1848;
  content: '';
}

.divider1 {
  display: inline-block;
  width: 100px;
}

.divider1:before {
  width: 50%;
  left: 25%;
}

.list1 li,
.list3 li,
.areas-list li,
.areas-list1 li {
  padding: 0 0 5px 25px;
  position: relative;
}

.areas-list1 li {
  padding: 0 0 5px 30px
}

.list1 li:before,
.list3 li:before,
.areas-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\F5E1';
  font-family: bootstrap-icons;
  font-size: 18px;
  color: #0d1848;
}
.list3 li:before{
  color: #fff;
}
.list1.text-white li:before{
    color: #fff;
}

.areas-list1 li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\F3E7';
  font-family: bootstrap-icons;
  font-size: 25px;
  color: #2996d9;
}

.list2 {
  margin-left: 16px;
  list-style-type: decimal;
}

.site-map-list li {
  border-left: 1px solid #dfdfdf;
  padding: 10px 0 10px 30px;
  position: relative;
}

.site-map-list li:before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #dfdfdf;
  content: '';
}

.footer-widget {
  /*padding:50px 0;*/
  color: #000;
}

.address-box {
  margin: 18px 0;
  border-bottom: 1px solid #d5d5d5;
}

.address-box .address-icon-holder {
  float: left;
  margin-right: 15px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #0d1848;
  /*    border-radius: 100%;*/
  text-align: left;
  padding-left: 10px;
  position: relative;
  font-size: 18px;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.contact-wrap .address-icon-holder {
  float: none;
  margin: auto;
  position: relative;
  z-index: 1;
  border: 5px solid #ffffff;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  line-height: 70px;
  font-size: 25px;
}

.address-box .address-content {
  position: relative;
  overflow: hidden;
}

.address-box .address-content p {
  /*    font-weight: 500;*/
}

.contact-wrap .address-content {
  background-color: #eee;
  padding: 60px 20px 20px;
  margin-top: -40px;
  text-align: center;
}

.address-box .address-content strong,
.address-content.contact-wrap strong {
  color: #fff;
}

.address-box .address-content.contact-wrap,
.address-box .address-content.contact-wrap>p>a {
  color: #fff;
}

.widget-title {
  color: #fff;
}

.footer-widget .title {
  position: relative;
  display: block;
  padding-bottom: 3px;
  margin-top: -1px;
  margin-bottom: 30px;
  z-index: 1;
}

.footer-widget .title:before {
  position: absolute;
  bottom: -9px;
  left: 0;
  height: 3px;
  width: 80px;
  content: "";
  background-color: #4e583e;
}

.footer-widget .title:after {
  position: absolute;
  bottom: -13px;
  left: 0px;
  height: 2px;
  width: 40px;
  content: "";
  background-color: #4e583e;
}

.footer-menu li {
  /*    border-bottom: 1px solid #cbcbcb;*/
  padding: 2px 0;
}

.footer-menu li a {
  position: relative;
  padding: 2px 0 2px 20px;
  display: inline-block;
  color: #fff;
}

.footer-menu li a:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: '\F285';
  font-family: bootstrap-icons !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-menu li a:hover:before {
  left: 2px;
}

footer a:hover {
  color: #ddd;
}

.footer-links {
  text-align: center;
}

.footer-links,
.footer-links a {
  color: #ffffff;
  font-size: 14px;
}

.footer-links a:hover {
  color: #000;
}

.social-link li {
  display: inline-block;
  vertical-align: top;
}

.social-link li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  text-align: center;
  border: 1px solid #0d1848;
  border-radius: 100%;
  margin-right: 10px;
  background-color: #fff;
  color: #0d1848 !important;
}

.social-link li a i {
  z-index: 99;
}

.social-link li:hover a {
  background-color: transparent;
  border-color: #000;
  color: #000 !important;
}

.copyright-wrap {
  overflow: hidden;
}

.copyright {
  color: #000;
  font-size: 14px;
  position: relative;
  font-weight: 500;
}

.insta-wrap .responsive {
  width: 25%;
  margin-right: -4px;
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 130px;
  right: 10px;
  z-index: 1000;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border: none;
  text-indent: 100%;
  background: url('../images/totop.gif') no-repeat left top;
}

#toTopHover {
  background: url('../images/totop.gif') no-repeat left bottom;
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
  outline: none;
}

.form-control {
  height: 45px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 0;
  color: #000;
  box-shadow: none;
}

.form-control:hover,
.form-control:focus,
.form-control:active,
.form-control.active {
  box-shadow: none;
  border-color: #a1a1a1;
}

textarea.form-control {
  height: 130px;
  resize: vertical;
}

.contact-wrap1 {
  text-align: center;
}

.contact-wrap1 .address-icon-holder1 {
  float: none;
  margin: auto;
  position: relative;
  z-index: 1;
  color: #fff;
  border: 5px solid #ffffff;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  line-height: 70px;
  font-size: 1.6em;
}

.contact-wrap1 .address-icon-holder1:before {
  display: none;
}

.contact-wrap1 .address-content1 {
  background-color: #eee;
  padding: 60px 20px 20px;
  margin-top: -40px;
  height: 160px;
}

.contact-wrap1 .address-content1 strong {
  font-size: 18px;
}

.address-box1 {
  margin-bottom: 12px;
}

.address-box1 .address-icon-holder1 {
  float: none;
  margin: auto;
  position: relative;
  z-index: 1;
  border: 5px solid #ffffff;
  background-color: #0d1848;
  box-sizing: border-box;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 70px;
  font-size: 1.6em;
}
.service-box-main{
    z-index: 1;
    margin-bottom: 30px;
    text-align: center;
    background-color: #233974;
}
.service-box{
  text-align: center;
  padding: 40px;
  position: relative;
  /*min-height: 360px;*/
}
.service-box:after{
  z-index: 1;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 2px dashed #ffffff;
  content: '';
}
.service-box .content-box{
    position: relative;
    z-index: 9;
    margin-bottom: 20px;
     color: #fff;
}
.service-box .content-box h3{
    color: #fff;
}
.service-box .icon-box{
    position: relative;
    z-index: 9;
}
.service-box .icon-box a {
    width: 48px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 18px;
    color: #000;
    transition: all 400ms ease;
}
.service-box .icon-box a:hover {
    background-color: #000;
    color: #fff;
    transform: rotate(45deg);
}

.about-section {
  position: relative;
}
/*.about-image::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  inset-inline-start: 286px;
  width: 400px;
  height: 467px;
  border: 3px solid #002d64;
  z-index: -1;
}
*/
.about-image img{
  border-radius: 50px 10px 50px 10px;
  border-left: 15px solid #4e583e;
  border-bottom: 15px solid #4e583e;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.submit-icon {
  display: none;
}

.submit-icon.rotating-show {
  display: inline-block;
  vertical-align: middle;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
  {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}



.four-box-row p {
  color: #000;
}

.hover-effect-two {
  position: relative;
}

.hover-effect-two::before {
  content: '';
  border-radius: 5px;
  background-image: -webkit-linear-gradient(90deg, #76c2ff 0%, #acd3eb 100%);
  background-image: linear-gradient(90deg, #76c2ff 0%, #acd3eb 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.hover-effect-two:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left;
  transform-origin: left;

}

.whatsapp-icon i{
    display: inline-block;
    width: 80px;
    height: 80px;
    background-color: #25D366;
    line-height: 80px;
    text-align: center;
    border-radius: 10%;
    font-size: 40px;
    color: #fff;
     animation: playVideo5 3s linear infinite;
     transition: all 0.3s ease;
}

.whatsapp-icon i:hover {
    transform: translateY(-5px);
}

.h3-sec{
  padding: 80px 0;
}

.address-content {
  position: relative;
  overflow: hidden;
  color: #fff;
}
@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(8px);
  }

  60% {
    transform: translateY(4px);
  }
}

.contact-detail{
  border: 1px solid #e3eee5;
  padding: 30px;
}

.contact-lists li{
  display: flex;
  gap: 16px;
  border-bottom: 1px solid #696969;
  align-items: center;
  padding-bottom: 18px;
}

.contact-lists{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-lists li i{
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #000000;
  font-size: 16px;
  text-align: center;
  color: var(--theme-color1);
}

.contact-lists li>div{
  width: 80%;
}

.contact-lists li>div p:first-child{
  margin-bottom: 6px;
}

.contact-lists li>div p{
  font-size: 16px;
  margin-bottom: 0;
}

.social-lists{
  display: flex;
  gap: 10px;
}

.social-lists li a i{
  width: 40px; 
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #000000;
  margin-top: 20px;
  display: block;
}
.single-service-item {
	margin: 15px 0;
}

.single-service-item .img-holder {
	overflow: hidden;
	position: relative;
}

.single-service-item .img-holder .img-responsive {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
	/*border: 5px solid #0009;
    border-radius: 5px;*/
}

.single-service-item:hover .img-holder .img-responsive {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
	background-color: rgba(0, 0, 0, .60);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
	-webkit-transform: rotateY(180deg) scale(0.5, 0.5);
	transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateY(0deg) scale(1, 1);
	transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
	display: table;
	height: 100%;
	width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	height: 45px;
	line-height: 48px;
	transition: all 500ms ease 0s;
	width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
	background: #9a9a9a;
}

.single-service-item .text-holder h3 {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	margin: 20px 0 6px;
	text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
	color: #fff;
}

/* **testimonials** */

.testimonial-card {
  background: linear-gradient(135deg, #233974 0%, #4e583e 100%);
  border-radius: 20px;
  border: 1px solid #dee2e6;
  box-shadow: 0 8px 20px rgba(35, 57, 116, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  height: 100%;
  color: #ffffff;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 30px rgba(35, 57, 116, 0.2);
}

.testimonial-title {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #fff;
}

.star-rating i {
  color: #ffc107;
  font-size: 1.1rem;
  margin-right: 2px;
}

.testimonial-text {
  flex-grow: 1;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.location-date {
  font-size: 0.875rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0.8rem;
}

.location-date div {
  margin-bottom: 0.2rem;
}


/* ** */


@media(min-width: 1300px) and (max-width: 1520px) {
  .navigation {
    padding-left: 40px;
  }

  .header-btn {
    padding-right: 40px;
  }
  .google-logo img{
    position: absolute;
    content: '';
    bottom: 3%;
    right: 0;
    z-index: 9;
    width: 180px;
}
.logo{
    width: 100px;
}
.section{
    padding: 4em 0em;
}
.service-box .content-box h3{
    font-size: 20px;
}
.service-box .content-box{
     font-size: 13px;
}

  .header-btn .btn1 {
    padding: 15px 20px;
    font-size: 15px;
  }

  .top-header {
    border-radius: 0;
  }

  .tj-service-2-wrapper {
    justify-content: center;
  }

  .top-contact-list li a {
    font-size: 16px;
  }
  .service-box{
    padding: 30px 20px;
  }
}

@media(min-width: 1200px) and (max-width: 1299px) {
  .navigation {
    padding-left: 20px;
  }

  .header-btn {
    padding-right: 20px;
  }
  .google-logo img{
    position: absolute;
    content: '';
    bottom: 3%;
    right: 0;
    z-index: 9;
    width: 180px;
}
.logo{
    width: 100px;
}
.section{
    padding: 4em 0em;
}
.service-box .content-box h3{
    font-size: 18px;
}
.service-box .content-box{
     font-size: 12px;
}
  .header-btn .btn1 {
    padding: 15px 20px;
    font-size: 15px;
  }

  .navigation a {
    padding: 16px 8px;
  }

  .top-header {
    border-radius: 0;
  }

  .top-contact-list li a {
    font-size: 16px;
  }

  .footer-widget .title {
    font-size: 25px;
  }

  .wdth-80 {
    width: 230px;
  }
  .service-box{
    padding: 30px 20px;
  }
}

@media(min-width: 220px) and (max-width: 991px) {
    .overlap1:before{
    height:auto
  }

  .mobile-menu {
    display: table;
    font-size: 20px;
    background-color: #000;
    padding: 10px 14px;
    color: #fff;
    margin: auto;
    cursor: pointer;
  }
  .emergency-call{
    background-color: #233974;
  }
  .header-bottom{
    background-color: #4e583e;
    padding: 5px 0;
  }

  .logo {
    margin: 0 auto;
    display: block;
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
  }

  .header-btn {
    padding-right: 0;
  }

  .header-btn .btn1 {
    padding: 15px 20px;
    font-size: 15px;
  }

  .navigation {
    padding-left: 0;
    padding-right: 0;
  }

  .navi-bg {
    border-radius: 0;
    background-color: #000;
  }

  .header {
    background-color: rgb(51 153 204);
  }

  .home-page .header {
    position: static;
  }

  .p-5 {
    padding: 1.6rem !important;
  }

  .p-0 {
    padding: 0 !important;
  }

  .top-header {
/*    padding-bottom: 10px;*/
    border-radius: 0;
    background-color: #233974;
  }
  .pseudoStickyBlock{
    height: 0 !important;
  }
  .top-contact-list1{
    text-align: center;
  }

  .navigation {
    border-bottom: 0;
  }

  .nav-wrapper {
    position: fixed;
    top: 0;
    left: -300px;
    width: 255px;
    height: 100%;
    z-index: 999;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #001632;
    padding-top: 0;
  }

  .nav-wrapper.open {
    left: 0;
  }

  .nav-wrapper .container-fluid {
    padding: 0;
  }

  .navigation>li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #333;
    text-align: left;
    padding-right: 0;
  }

  .navigation>li:first-child {
    display: block;
    text-align: right;
  }

  .navigation li a {
    padding: 0 20px;
    color: #fff;
    line-height: 3;
  }

  .navigation li:hover>a,
  .navigation li:focus>a,
  .navigation li.active>a {
    background-color: #4e583e;
    color: #fff;
  }
    .header2 .navigation li:hover>a,
  .header2 .navigation li:focus>a,
  .header2 .navigation li.active>a {
    background-color: #e34d50;
    color: #fff !important;
  }

  .navigation>li.dropdown>a:after {
    right: 20px;
  }

  .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;
    line-height: 1.5;
  }

  .top-contact-list {
    text-align: center;
  }

  .top-contact-list li {
    /*color: #fff;*/
    margin-right: 0;
  }

  .top-contact-list li i {
    /*color: #fff;*/
    /*font-size: 14px;*/
    margin-right: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
  }

  .top-contact-list li a {
    font-size: 16px;
  }

  .flexbox {
    display: block;
  }

  .width-30,
  .width-40,
  .width-50,
  .width-60,
  .width-70,
  .width-20,
  .width-25,
  .width-33 {
    width: 100%;
  }

  .padd-40 {
    padding: 20px;
  }

  .m-min-100 {
    height: 100% !important;
    min-height: 100%;
  }

  .header-fixed {
    position: static;
  }

  .single-project-item .text-holder {
    padding: 23px 20px 23px;
  }

  .slider-stick-wrap {
    position: static;
    border-radius: 0;
    text-align: center;
  }

  .parallax.m-parallax {
    background-image: none !important;
    min-height: 100% !important;
  }

  .parallax.m-parallax-bg {
    background-image: none !important;
    height: 100% !important;
    min-height: 100% !important;
  }

  .mt-100 {
    margin-top: 0px;
  }

  #pseudoStickyBlock {
    height: 0px;
  }

  .slogan-style2-area {
    /* margin-top: 80px; */
    padding: 80px 0 80px;
  }

  .blog-text-holder {
    min-height: auto;
  }

  .navigation {
    background: #000;
  padding-top: 0;
  }

  #metro-touch-slider .carousel-caption {
    padding-top: 0;
    width: 80%;
  }

  #stuck_container {
    position: static !important;
  }

  .top-contact-list {
    padding-right: 0;
  }

  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }

  .service-sec:before {
    position: static;
  }

  .tj-service-2-wrapper {
    justify-content: center;
  }

  .blog-sec {
    margin-bottom: 30px;
  }

  .half-sec-img img,
  .half-sec-img1 img {
    position: relative;
    width: 100%
  }

  .breaker-section::before,
  .breaker-section1::before {
    width: 100%;
  }
  .navigation > li:nth-of-type(0){
  display:block ruby;
  }
  .bg-sec{
    padding: 20PX;
  }
  .backg-white{
      background-color:#fff;
      padding:10px 0;
  }


}

@media(min-width: 768px) and (max-width: 991px) {
    .google-logo img{
        width: 100px;
    }

  .logo .img-fluid {
    margin: 0 auto;
    display: block;
    /*        padding-top: 20px;*/
  }

  .top-contact-list li {
    font-size: 16px;
    padding: 5px 12px;
  }

  .top-contact-list li i {
    font-size: 16px;
    margin-right: 10px;
  }

  .top-contact-list li {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #metro-touch-slider .carousel-caption h2 {
    font-size: 40px;
    line-height: 44px;
  }

  #metro-touch-slider .carousel-caption p {
    font-size: 15px;
    line-height: 25px;
  }

  .footer-bottom {
    background-image: linear-gradient(315deg, #0d1848 75%, #0d1848 0%);
  }

  .m-min-210 {
    height: 400px !important;
  }

  .single-project-item .text-holder {
    padding: 15px 20px 15px !important;
  }

  .single-working-box-style2 {
    width: 50%;
  }

  .working-style-bottom {
    padding-top: 45px;
  }

  .about-wrapper .about-image {
    margin: 0 auto;
  }

  .boximg-section {
    padding: 50px 30px 80px;
  }

  .blog-sec {
    min-height: 570px;
  }

  .service-sec {
    padding: 50px 0;
  }

  .footer-widget {
    padding: 30px 0;
  }
}

@media(min-width: 220px) and (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 36px;
  }

  h2 {
    font-size: 24px;
    line-height: 34px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  #metro-touch-slider .carousel-caption h2 {
    font-size: 24px;
    line-height: 34px;
  }

  #metro-touch-slider .carousel-caption p {
    display: none;
  }

  .carousel-indicators [data-bs-target] {
    display: none;
  }
  .top-contact-list1{
    padding: 5px 0;
  }

  .top-right-wrap {
    text-align: center;
  }

  .top-contact-list,
  .social-link {
    margin: 8px 0;
    vertical-align: top;
    /*text-align: center;*/

  }

  .top-contact-list li {
    padding: 4px 4px;
    font-size: 15px;
    border-width: 1px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    text-align: unset !important;
  }
    .top-contact-list li:nth-of-type(2){
        display: block ruby;
    }
  .top-contact-list li i {
    margin-right: 5px;
    /*border: 0;
        width: auto;
        height: auto;
        line-height: 1;
        margin-top: -3px;*/
  }

  /*.top-contact-list li:last-child,
    .top-contact-list li span strong,
    .top-contact-list li span br{
        display: none;
    }*/


  .logo .img-responsive {
    margin: 0 auto;
    display: block;
  }

  .parallax-window {
    height: 300px;
    background: transparent;
    display: table;
    width: 100%;
  }

  .p-5 {
    padding: 1.5rem 1rem !important;
  }

  .single-project-item .text-holder {
    min-height: auto;
  }

  .flexbox {
    display: block;
    padding: 0;
  }

  .working-style-bottom {
    padding-top: 40px;
  }

  .footer-widget {
    padding-bottom: 30px;
  }

  .service-sec:before {
    position: static;
  }

  .service-sec {
    padding: 30px 15px;
  }

  .tj-choose-us-3-area {
    padding: 30px 15px;
  }
      .logo {
        width: 25%;
  }
  .service-box{
    min-height: auto;
  }

}

@media(min-width:576px) and (max-width:767px) {
  .m-min-210 {
    height: 350px !important;
  }

  .single-working-box-style2 {
    width: 50%;
  }

  .single-working-box-style2 .icon-holder {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 15px;
  }

  .single-working-box-style2 .overlay-content .icon-holder {
    margin: 0 auto 15px;
  }

  .single-working-box-style2 .icon-holder i img {
    width: 45%;
    height: 45%;
  }

  .single-working-box-style2 .text-holder .text {
    margin-top: 0;
  }

  .boximg-section {
    padding: 40px 25px 70px;
  }

  .blog-sec {
    min-height: auto;
  }
.google-logo img{
    width: 80px;
}
}

@media(min-width:220px) and (max-width:575px) {
  .contact-form {
    padding: 10px 20px;
  }
  .logo{
    width: 30%;
  }
.google-logo img{
    display: none;
}
  .top-contact-list li a {
    font-size: 16px;
  }

  .price-table th, .price-table td {
    padding: 10px;
  }

  /*.top-contact-list li:last-child{
        display: none !important;
    }*/
  .top-contact-list li span strong {
    display: none;
  }

  .top-contact-list li span br {
    display: none;
  }

  .top-contact-list li {
    padding: 2px 4px;
  }

  .carousel-caption {
    /*        display: none;*/
  }

  #metro-touch-slider .carousel-caption h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
  }
  .theme-btn{
    padding: 8px 18px;
  }

  #metro-touch-slider .carousel-caption h4 {
    font-size: 15px;
    line-height: 18px;
  }

  .button {
    padding: 4px 20px;
  }

  #metro-touch-slider .carousel-caption {
    top: 55%;
    width: 90%;
    left: 0%;
  }

  .carousel-control-next,
  .carousel-control-prev {
    padding: 5px;
  }

  .carousel-control-prev {
    right: 44px;
  }

  .m-min-210 {
    height: 300px !important;
    min-height: 300px !important;
  }

  .size-3 {
    font-size: 30px;
    line-height: 36px;
  }

  .size-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .services-3-title h4 {
    font-size: 17px;
  }

  .padd-t {
    padding-top: 15px;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .slider-wrapper {
    margin-top: 0px;
  }
  .address-box .address-icon-holder {
    margin-right: 8px;
  }

  .social-link {
    margin: 5px 0;
  }

  .home-img-style1:before,
  .home-img-style2:before {
    bottom: -15px;
    /*left: -15px;*/
    right: -14px;
    width: 150px;
    height: 150px;
  }

  .home-img-style1:before {
    left: -15px;
  }

  .four-box-row {
    padding: 25px 20px;
  }

  .featured-icon-box.style4 .featured-icon .cmt-icon {
    width: 40px;
    height: 40px;
    line-height: 0;
  }

  .cmt-icon i {
    font-size: 25px;
    line-height: 40px;
  }

  .d-icon-none i {
    display: none
  }
  .section {
    padding: 4em 1em;
    }
    .contact-detail{
        padding: 15px;
    }
}

@media(min-width:220px) and (max-width:370px) {
  .top-header-img {
    display: none;
  }

  .top-contact-list li a {
    padding-left: 0
  }
  .logo{
    width: 40%;
  }
}

.header2 .navigation li:hover>a, .header2 .navigation li:focus>a, .header2 .navigation li.active>a{
  color:#1c9b15;
  border-color: #e34d50;
}
.header2 .navigation a{
  color:#e34d50
}
.header2 .header-bottom {
  background-color: #fff;
}
.header2 .top-header{
  background-color: #1c9b15;
}
.header2 .emergency-call {
    background-color: #e74d50;
}
.header2 .navigation li.dropdown>.dropdown-menu li a:hover, .header2 .navigation li.dropdown>.dropdown-menu li a:focus, .header2 .navigation li.dropdown>.dropdown-menu li.active a{
    background-color: #e74d50;
    color:#fff !important;
}
.footer2 .wdth-80{
  width:200px
}

.footer2 .footer-widget .title:before, .footer2 .footer-widget .title:after{
  background-color: #e74d50 !important
}