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 0;
}

.bg-color1 {
  background-color: #002d64;
}

.bg-color2 {
  background-color: #fff;
}

.bg-color3 {
  background-color: #eaf2fb;
}

.wdth-80 {
  width: 250px;
}

/*.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;
}

.about-wrapper .about-image {
  width: 452px;
  height: 588px;
  position: relative;
  z-index: 99;
}

@media (max-width: 767px) {
  .about-wrapper .about-image {
    width: initial;
    height: initial;
  }
}

.about-wrapper .about-image .border-shape {
  position: absolute;
  top: 50px;
  right: -50px;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-wrapper .about-image .border-shape {
    display: none;
  }
}

.about-wrapper .about-image img {
  width: 100%;
  height: 100%;
}

.about-wrapper .about-image .working-area {
  background-color: var(--theme);
  display: inline-block;
  padding: 25px 16px 25px;
  text-align: center;
  position: absolute;
  top: 86px;
  left: -50px;
}

@media (max-width: 767px) {
  .about-wrapper .about-image .working-area {
    left: 0;
  }
}

.about-wrapper .about-image .working-area .inner {
  position: relative;
}

.about-wrapper .about-image .working-area .inner::before {
  content: "";
  position: absolute;
  bottom: -55px;
  left: -16px;
  width: 50px;
  height: 30px;
  background: var(--theme);
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 48% 47%, 0 0);
}

.about-wrapper .about-image .working-area .inner .icon-box {
  color: var(--white);
}

.about-wrapper .about-image .working-area .inner .icon-box i {
  font-size: 50px;
  margin-bottom: 15px;
}

.about-wrapper .about-image .working-area .inner .icon-box h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

.about-wrapper .about-image .video-image {
  position: absolute;
  z-index: 1;
  right: -28%;
  bottom: 71px;
}

@media (max-width: 1399px) {
  .about-wrapper .about-image .video-image {
    right: -15%;
  }
}

@media (max-width: 1199px) {
  .about-wrapper .about-image .video-image {
    right: -28%;
  }
}

@media (max-width: 767px) {
  .about-wrapper .about-image .video-image {
    right: 0;
    bottom: 0;
  }
}

.about-wrapper .about-image .video-image img {
  width: 100%;
  height: 100%;
}

.about-wrapper .about-image .video-image .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-wrapper .about-image .video-image .video-box .video-btn {
  background-image: var(--color-gradient-1);
  color: var(--white);
  display: inline-block;
  font-size: 18px;
  height: 70px;
  width: 70px;
  line-height: 75px;
  border-radius: 50%;
  text-align: center;
}

@-webkit-keyframes float-bob-y {
  0% {
    transform: translateY(-30px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-30px);
  }
}

@keyframes float-bob-y {
  0% {
    transform: translateY(-30px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-30px);
  }
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}


.working-style2-area {
  position: relative;
  display: block;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 0px 0 110px;
  margin-top: 110px;
  z-index: 1;
}

.working-style2-area::before {
  background: rgba(0, 0, 0, 0.80) none repeat scroll 0 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
}

.working-style2-content {
  margin-top: -110px;
}

.single-working-box-style2 {
  position: relative;
  display: block;
  width: 25%;
  float: left;
}

.single-working-box-style2 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-working-box-style2 .img-holder img {
  width: 100%;
  transform: scale(1.0);
  transition: all 700ms ease;
}

.single-working-box-style2:hover .img-holder img {
  transform: scale(1.2);
}

.single-working-box-style2 .static-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: all 500ms ease 100ms;
}

.single-working-box-style2:hover .static-content {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all 900ms ease 100ms;
}

.single-working-box-style2 .static-content .box {
  display: table;
  width: 100%;
  height: 100%;
}

.single-working-box-style2 .static-content .box .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.single-working-box-style2 .icon-holder {
  position: relative;
  display: block;
  width: 110px;
  height: 110px;
  line-height: 100px;
  margin: 0 auto 30px;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.single-working-box-style2 .icon-holder i img {
  width: 50%;
  height: 50%;
}

/*.single-working-box-style2 .icon-holder i{
    width: 85px;
    height: 85px;
    line-height: 68px;
    border: #fff solid 5px;
    font-size: 2em;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 100%;
    background-color: #45a941;
    color: #fff;
}*/
.single-working-box-style2 .icon-holder i img:before {
  display: block;
  color: #ffffff;
  font-size: 55px;
  line-height: 106px;
}

.single-working-box-style2 .text-holder {
  position: relative;
  display: block;
}

.single-working-box-style2 .text-holder .title {
  position: relative;
  display: block;
}

.single-working-box-style2 .text-holder .title h3 {
  color: #ffffff;
  font-size: 20px;
  /*    line-height: 70px;*/
  font-weight: 600;
  z-index: 1;
  margin-bottom: 0;
}

.single-working-box-style2 .text-holder .title .count {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #2d2e32;
  font-size: 100px;
  line-height: 70px;
  font-weight: 500;
  z-index: -1;
}

.single-working-box-style2 .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  transform: translateY(100%);
  transition: all 300ms ease 100ms;
}

.single-working-box-style2:hover .overlay-content {
  opacity: 1;
  transform: translateY(-10px);
  transition: all 900ms ease 300ms;
}

.single-working-box-style2 .overlay-content .box {
  display: table;
  width: 100%;
  height: 100%;
}

.single-working-box-style2 .overlay-content .box .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.single-working-box-style2 .overlay-content .icon-holder {
  margin: 0 auto 30px;
  border: 2px solid #39c;
  background: #39c;
}

.single-working-box-style2 .text-holder .text {
  position: relative;
  display: block;
  padding: 0 20px;
  margin-top: 15px;
}

.single-working-box-style2 .text-holder .text p {
  color: #fff;
  margin: 0;
}

.single-working-box-style2 .read-more a span:before {
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: #e9212e;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  opacity: 0;
  transform: scale(0.5);
  transition: all 200ms ease 100ms;
}

.single-working-box-style2:hover .read-more a span:before {
  opacity: 1.0;
  transform: scale(1.0);
  transition: all 900ms ease 900ms;
}

.working-style-bottom {
  position: relative;
  display: block;
  padding-top: 84px;
}

.working-style-bottom p {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 42px;
}

.image_block_1 .image-box {
  position: relative;
  display: block;
  margin-top: 17px;
}

.image_block_1 .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_1 .image-box .image img {
  width: 100%;

}

.image_block_1 .image-box:before {
  background-color: transparent;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 10px solid #39c;
  transform: rotate(-5deg);
}

.image_block_1 .image-box:hover:before {
  left: 0px;
  top: 0px;
}

/*.image_block_1 .image-box:before{
    border: 1px solid #f39346;
}*/

.single-blog-post {
  position: relative;
  display: block;
  margin-bottom: 52px;
}

.single-blog-post .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.single-blog-post:hover .overlay-style-two {
  opacity: 1;
}

.single-blog-post:hover .img-holder .overlay-style-two:before {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: all 700ms ease 100ms;
}

.single-blog-post:hover .img-holder .overlay-style-two:after {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: all 700ms ease 300ms;
}

.single-blog-post .img-holder img {
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
}

.single-blog-post:hover .img-holder img {
  transform: scale(1.2) rotate(2deg);
}

.single-blog-post .img-holder .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transform: translate3d(0px, -100%, 0px);
  transition: all 700ms ease 300ms;
}

.single-blog-post:hover .img-holder .overlay {
  transition: all 700ms ease 500ms;
  transform: translate3d(0px, 0px, 0px);
}

.single-blog-post .img-holder .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.single-blog-post .img-holder .overlay .box .link-icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.single-blog-post .img-holder .overlay .box .link-icon a span:before {
  display: inline-block;
  color: #ffffff;
  font-size: 35px;
  line-height: 35px;
  transition: all 500ms ease;
}

.single-blog-post .img-holder .overlay .box .link-icon a:hover span:before {
  color: #e9212e;
}

.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);
}

.blog-text-holder {
  position: relative;
  margin-top: -35px;
  margin-left: 30px;
  min-height: 335px;
  padding: 30px 48px 35px;
  background-color: #fff;
  border-radius: 10px 0 10px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 99;
  box-shadow: 0px 0px 20px 0px rgba(19, 16, 34, 0.1);
}

.blog-text-holder .new-btn {
  background-color: transparent;
  border: 1px solid #76c2ff;
  color: #fff;
  padding: 15px 25px;
  background-color: #76c2ff;
  border-radius: 5px;
  transition: 0.5s all;
}

.blog-text-holder .new-btn:hover {
  background-color: #000;
  border-color: #000;

}

.blog-text-holder p {
  margin-bottom: 20px;
}

.slogan-style2-area {
  position: relative;
  display: block;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 102px 0 110px;
  z-index: 1;
}

.slogan-style2-area .icon-holder {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  width: 120px;
  height: 120px;
  line-height: 120px;
  background: #39c;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  animation: fa-spin 9s ease infinite;
}

.slogan-style2-area .icon-holder i img {
  width: 50%;
  height: 50%;
}

.slogan-style2-area .icon-holder i img:before {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 80px;
  line-height: 120px;
}

.slogan-style2-area .inner-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.slogan-style2-area .inner-content .title {
  display: block;
  padding-bottom: 40px;
}

.slogan-style2-area .inner-content .title h1 {
  color: #ffffff;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

.slogan-style2-area .inner-content .title h1 span {
  font-weight: 400;
}

.slogan-style2-area .inner-content .button {}

.slogan-style2-area .inner-content .button a {
  color: #27282c;
  background: #ffffff;
  margin: 0 13px;
  padding: 0 40px 0;
}

.slogan-style2-area .inner-content .button a:hover {
  color: #ffffff;
  background: #27282c;
}

.slogan-style2-area .inner-content .button a.call-us {
  color: #ffffff;
  background: #e9212e;
}

.slogan-style2-area .inner-content .button a.call-us i:before {
  position: relative;
  top: 2px;
  display: inline-block;
  padding-right: 10px;
  font-size: 20px;
  line-height: 20px;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}




.btn1 {
  padding: 15px 40px;
  border: 2px solid #0d1848;
  font-size: 16px;
  background-color: #0d1848;
  transition: 0.5s;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  border-radius: 0;
  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 #0d1848;
  font-size: 14px;
  background-color: #0d1848;
  /*transition: 0.5s;*/
  display: inline-block;
  border-radius: 30px;
  color: #fff !important;
}

.service-box:hover .btn2,
.btn2:focus {
  color: #fff !important;
  background-color: transparent;
  border-color: #fff;
  font-weight: 600;
}

@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: #004fa6;
  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: 50%;
  text-align: center;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translate(-50%, -50%);
  width: 60%;
}

#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: #004fa6;
  padding: 20px 16px;
  /*display: none;*/
  opacity: 1;
}

.carousel-control-prev {
  left: auto;
  right: 65px;
}

.carousel-indicators [data-bs-target] {
  height: 10px;
  width: 30px;
  opacity: 1;
}

.carousel-indicators .active {
  background-color: #0d1848;
}

.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.24);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  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: #002d64;
  border-bottom: 1px solid #76c2ff;
  padding: 20px 0;
}

.logo {
  display: inline-block;
  margin: 10px 0;
  position: absolute;
  top: 0;
  left: 10%;
  padding: 15px;
  background-color: #fff;
  width: 250px;
  z-index: 9999;
}

#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;
  padding-top: 20px;
}

.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 {
  margin-top: 10px;
  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;
}

.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:first-child {
  display: none;
}

.navigation a {
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
  display: block;
  font-weight: 500;
  color: #ffffff;
  padding: 16px 15px;
  transition: all 500ms ease 0s;
}

.navigation>li.dropdown>a:after {
  font-family: bootstrap-icons;
  content: "\F282";
  position: absolute;
  top: auto;
  right: -4px;
  font-size: 14px;
  transition: all 500ms ease 0s;
}

.navigation li:hover>a,
.navigation li:focus>a,
.navigation li.active>a {
  color: #76c2ff;
}

.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: #004fa6;
  color: #fff;
}

.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: '\F133';
  font-family: bootstrap-icons;
  font-size: 18px;
  color: #0d1848;
}
.list3 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: #000;
}

.address-box .address-content.contact-wrap,
.address-box .address-content.contact-wrap>p>a {
  color: #000;
}

.widget-title {
  color: #000;
}

.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: #2996d9;
}

.footer-widget .title:after {
  position: absolute;
  bottom: -13px;
  left: 0px;
  height: 2px;
  width: 40px;
  content: "";
  background-color: #2996d9;
}

.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;
}

.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: #000;
}

.footer-links {
  text-align: center;
}

.footer-links,
.footer-links a {
  color: #ffffff;
  font-size: 14px;
}

.footer-links a:hover {
  color: #39c;
}

.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;
}

.pay-method{
  position: relative;
  text-align: center;
  padding: 50px 30px;
      width: 100%;
      transition: 0.5s ease-in-out !important;
      -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
}
.pay-method:before{
      position: absolute;
    content: '';
    background: rgb(118 194 255 / 38%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: skew(-7deg);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
    transition: all 500ms ease;
    z-index: -1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.pay-method:hover:before{
  background-color: #0d1848;
}
.pay-method .img-box img{
  width: 25%;
    background-color: #0d1848;
    height: 25%;
    padding: 15px;
    border-radius: 15px;
}
.pay-method .img-box img.icon1{
  display: inline-block;
}
.pay-method .img-box img.icon2{
  display: none;
}
.pay-method:hover .img-box img{
  background-color: #fff;
}
.pay-method:hover .img-box img.icon2{
  display: inline-block;
}
.pay-method:hover .img-box img.icon1{
  display: none;
}

.pay-method .pay-content{
  margin-top: 30px;
}
.pay-method:hover .pay-content{
  color: #fff;
}
.pay-method:hover .pay-content h3{
  color: #fff;
}

.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 {
  height: 275px;
  width: 100%;
  transition: all 0.5s;
  display: table;
  padding: 50px 20px 20px 20px;
  margin: 15px 0px;
}

.service__block__one {
    margin-top: 40px;
}

.inner__box:hover img {
    /* display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all; */

    transform-origin: 0 0;
    transition: transform .50s, visibility .50s ease-in;
}

.service__content__two .lower__content {
    background: var(--white-color);
    box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.1);
    padding: 40px 15px 0px;
    position: relative;
    /* margin-bottom: 30px; */
    min-height: 200px;
}

.inner__box .image__box img {
    width: 100%;
}

  .price-list-section {
    background-color: #f9f9f9;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.price-table th,
.price-table td {
    padding: 15px;
    border: 1px solid #ddd;
    text-align: left;
    font-size: 16px;
}

.price-table th {
    background-color: #004fa6;
    color: white;
}

.price-table tr.highlight td {
    background-color: #f1f1f1;
    font-weight: bold;
}

.inner__box:hover img {
    transform: scale(1.2) rotate(1deg);
}

.inner__box .image__box {
    position: relative;
    display: block;
    overflow: hidden;
}

.service-box .service-box-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.service-box .service-box-content .icon-holder {
  position: absolute;
  top: -90px;
  left: 0;
  text-align: center;
  width: 100%;
  content: '';
}

.service-box .service-box-content .icon-holder i {
  width: 85px;
  height: 85px;
  line-height: 68px;
  border: #fff solid 5px;
  font-size: 2em;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 100%;
  background-color: #0d1848;
  color: #fff;
}

.service-box .service-box-content .icon-holder i img {
  width: 50%;
  height: 50%;
}

.service-box:hover {
  background-color: #0d1848;
  color: #fff;
  box-shadow: -10px -10px 3px #eee;
}

.service-box h3 {
  color: #000;
  font-size: 22px;
}

.service-box:hover h3 {
  color: #fff;
}

/* ............... */
.home-img-box {
  position: relative;
}

.home-img-style1:before,
.home-img-style2:before {
  content: "";
  position: absolute;
  bottom: -27px;
  left: -27px;
  background-color: #76c2ff;
  width: 300px;
  height: 332px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: -1;
}

.home-img-style2:before {
  left: auto;
  right: -27px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.contact-icon i {
  font-size: 30px;
  display: inline-block;
  color: #76c2ff;
  transition: .5s;
}

.contact-content {
  overflow: hidden;
}

.contact-title h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 0 10px;
  margin-top: 0;
  transition: .5s;
}

.contact-desc p {
  font-size: 15px;
  line-height: 26px;
  transition: .5s;
}

.contact-detail strong {
  font-size: 18px;
}

.contact-container {
  background-color: #ffffff;
  padding: 21px;
  border-left: 10px solid #76c2ff;
  border-radius: 10px 0 0 10px;
  display: flex;
  gap: 15px;
  box-shadow: 21px 21px 30px #0000005e;
}


.tj-about-2-left-wrapper {
  position: relative;
  z-index: 1;
}

.featured-icon-box.style4 {
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
  margin: 20px auto;
}

.box-shadow {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.featured-icon-box.style4:before,
.featured-icon-box.style4:after {
  content: "";
  position: absolute;
  height: 70px;
  top: 0;
  opacity: 1;
  width: 5px;
  right: 0;
  left: auto;
  transition: all 500ms ease;
  background-color: #ffad6c30;
}

.featured-icon-box.style4:after {
  height: 70px;
  left: 0;
  width: 5px;
  background-color: #ffad6c30;
  bottom: 0;
  top: auto;
}

.featured-title h5 {
  color: #76c2ff;
}

.featured-title a:hover,
.featured-title a:focus,
.featured-title a:active {
  color: #000;
}

.featured-desc p {
  color: #000;
}

.featured-icon-box.style4 .featured-icon {
  text-align: center;
  padding-left: 0;
  margin-bottom: 15px;
  line-height: 50px;
  display: inline-block;
  position: relative;
  transition: all 0.5s ease-in-out 0s;
}

.featured-icon-box.style4 .featured-icon .cmt-icon {
  width: 60px;
  height: 60px;
  background: #76c2ff;
  margin-bottom: 0;
  line-height: 80px;
  border-radius: 50%;
  padding: 10px 5px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  box-sizing: content-box;
  position: relative;
}

.cmt-icon i {
  color: #fff;
  font-size: 40px;
  line-height: 60px;
}

.cmt-btn.btn-inline {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.featured-content {
  position: relative;
  z-index: 1;
}

.featured-icon-box.style4:hover .featured-icon {
  transform: rotateY(360deg);
}

.featured-icon-box.style4:hover:before {
  height: 100px;
  opacity: 1;
}

.featured-icon-box.style4:hover:after {
  height: 100px;
}

.featured-icon-box.style4:hover {
  outline: 2px solid #76c2ff;
  outline-offset: 5px;
}

.half-sec {
  position: relative;
  background-color: #76c2ff;
}

.half-sec-img img,
.half-sec-img1 img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  content: "";
  object-fit: cover;
}

.half-sec-img1 img {
  left: 0;
}


.breaker-section::before,
.breaker-section1:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 60%;
  background: #dff3ff;
}

.breaker-section1:before {
  left: 0
}

.img-box1 img {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  outline: 5px solid #7e7b7bcc;
  outline-offset: 10px;
}

.bg-white {
  background-color: #fff;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 5px;
}

.bg-white:hover {
  transform: translateY(-10px);
}

.submit-icon {
  display: none;
}

.submit-icon.rotating-show {
  display: inline-block;
  vertical-align: middle;
}

.single-contact-info-box {
  position: relative;
  display: block;
  padding-top: 20px;
  margin-bottom: 30px;
  z-index: 1;
}

.single-contact-info-box .icon {
  position: absolute;
  top: 0;
  left: 30px;
  width: 60px;
  height: 60px;
  background: #76c2ff;
  border-radius: 0%;
  z-index: 2;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
  font-size: 18px;
}

.single-contact-info-box .icon::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -16px;
  z-index: -1;
  border-bottom: 20px solid #76c2ff;
  border-right: 16px solid transparent;
}

.single-contact-info-box .icon span::before {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 25px;
  line-height: 60px;
  text-align: center;
}

.single-contact-info-box .text-holder {
  position: relative;
  display: block;
  padding: 50px 26px 15px;
  background: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.single-contact-info-box .text-holder .pattern-bg {
  position: absolute;
  min-height: 160px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  background-repeat: repeat;
  z-index: -1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-contact-info-box:hover .text-holder .pattern-bg {
  background-color: #2996d9;
}

.single-contact-info-box .text-holder .top {
  position: relative;
  display: block;
  padding-bottom: 16px;
}

.single-contact-info-box .text-holder h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 2px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-contact-info-box:hover .text-holder h3 {
  color: #ffffff;
}

.single-contact-info-box .text-holder span {
  font-style: italic;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-contact-info-box:hover .text-holder span {
  color: #ffffff;
}

.single-contact-info-box .text-holder p {
  margin: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-contact-info-box:hover .text-holder p {
  color: #ffffff;
}

.single-contact-info-box .text-holder p a {
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-contact-info-box:hover .text-holder p a {
  color: #ffffff;
}

.single-contact-info-box .text-holder p a:hover {
  color: #dfdfdf;
}

.ktyOPN {
  position: fixed;
  z-index: 99 !important;
  margin: 20px;
  inset: auto 0px 0px auto;
}


@-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;
}


.border-sec1,
.border-sec {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #fff;
  backdrop-filter: blur(10px);
  border-radius: 5px;
}

.border-sec {
  background-color: #dff3ff;
  border: 10px solid #fff;
}

.four-box-row {
  position: relative;
  border-radius: 5px;
  background-color: #dff3ff;
  height: 100%;
  padding: 25px 35px;
  text-align: center;
  border: 10px solid #fff;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.four-box-row p {
  color: #000;
}

.contact-address-section .contact-info {
  background: #75c2ff;
  display: flex;
  text-align: left;
  align-items: center;
  padding: 0 30px;
  min-height: 175px;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease;
}

.contact-address-section .contact-info .icon-part {
  margin-right: 30px;
}

.contact-address-section .contact-info .icon-part i {
  color: #002d64;
  font-size: 30px;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 70px;
  line-height: 58px;
  border-radius: 50%;
  text-align: center;
  background: transparent;
  border: 6px solid #f9ede9;
  display: inline-block;
}

.contact-address-section .contact-info .content-part .info-subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #505050;
  margin: 0 0 5px;
}

.contact-address-section .contact-info .content-part .info-title {
  font-size: 24px;
  font-weight: 700;
  color: #111111;
  margin: 0;
}

.contact-address-section .contact-info .content-part a {
  color: #0d1848;
  display: block;
}

.contact-address-section .contact-info .content-part a:hover {
  color: #004fa6;
}

.contact-address-section .contact-info:hover {
  transform: translateY(-5px);
}

.contact-address-section.style2 {
  margin: 0;
}

.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);
}

@keyframes playVideo5
{
    0% { 
      box-shadow: 0 0 0px 20px rgba(37, 211, 102, 0.5);;
    }
    40% {
      box-shadow: 0 0 0px 5px rgba(37, 211, 102, 0.5);
    }
    80% {
      box-shadow: 0 0 0px 10px rgba(37, 211, 102, 0.5);
    }
    100% {
      box-shadow: 0 0 0px 20px rgba(37, 211, 102, 0.5);;
    }
}

.service_box{
    position: relative;
    margin-bottom: 40px;
    display: flex;
}
.service_box.style_four .service_content{
    position: relative;
    padding: 0px 20px 20px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
}
.service_box.style_four .service_content .image_box{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    top: -20px;
}
.service_box.style_four .service_content .image_box img{
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.service_box.style_four .service_content .image_box span{
    position: absolute;
    display: block;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px 0px 10px 0px;
    background: linear-gradient(180deg,rgba(0, 79, 166, 1) 52%, rgba(0, 45, 100, 1) 100%);
    font-size: 25px;
    color: #fff;
    transition: 0.5s ease-in-out !important;
    -moz-transition: 0.5s ease-in-out !important;
    -o-transition: 0.5s ease-in-out !important;
    -ms-transition: 0.5s ease-in-out !important;
}
.service_box.style_four .service_content .image_box::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    background: rgb(40 40 40 / 70%);
    opacity: 0;
    transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
   -moz-transition: 0.5s ease-in-out;
   -o-transition: 0.5s ease-in-out;
}
.service_box.style_four .service_content .content_inner{
    position: relative;
    padding: 5px 15px;
}

.service_box.style_four .service_content .content_inner h2{
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin-bottom: 8px;
}

.service_box.style_four .service_content .content_inner p{
    margin-bottom: 0px;
    line-height: 22px;
}

.service_box.style_four .service_content:hover .image_box::before {
    bottom: 0;
    opacity: 0.9;
}
.service_box.style_four .service_content:hover .image_box span {
    background: #fff;
    color:  #002d64;
}
.areas-box{
  display: flex;
  background-color: rgb(118 194 255 / 38%);
  text-align: center;
  padding: 3px 2px;
  gap: 10px;
  align-items: center;
  border: 5px double rgb(13 24 72 / 37%);
  border-radius: 10px;
  margin-bottom: 20px;
}
.areas-box .icon-box{
      display: flex;
    flex-wrap: wrap;
  overflow: visible;
    width: 35px;
    height: 35px;
/*    top: 13px;*/
/*    background: #000;*/
    flex-direction: column;
    justify-content: center;
    border-radius: 7px;
    z-index: 1;
    position: relative;
    transition: .4s;

}
.areas-box .icon-box:before{
  position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
/*    transform: rotate(45deg);*/
    background: #010647;
    border-radius: 7px;
    z-index: -1;
}
.areas-box .icon-box i{
  font-size: 16px;
  color: #fff;
}
.areas-box .areas-list h4{
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
}

.imgbox1{
  position: relative;
}
.imgbox1 img{
    background-color: #ffffff;
    padding: 5px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.imgbox1:before{
    background-color: #2996d9;
/*    border: 5px solid;*/
    content: "";
    position: absolute;
    right: 30px;
    top: 30px;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 10px;
}
.imgbox2 img{
  border: 10px solid #c0e1f5;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.contentbox1{
  padding: 30px;
  box-shadow: rgba(0, 45, 100, 0.55) 0px 52px 132px 28px inset, rgba(0, 45, 100, 0.45) 0px 25px 53px -18px inset;
  border-radius: 15px;

}
.contentbox01{
  padding: 30px;
  background-color: #fff;
  border-radius: 0px 15px 15px 0px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 15px solid #002d64;
  border-left: none;
}
.contentbox2{
  padding: 30px;
  background-color: #fff;
  border: 15px solid #eaf2fb;
  border-right: 0;
}
.contentbox02{
  padding: 30px;
  background-color: #002d64;
  border-radius: 10px;
  color: #fff;
  border: 10px solid #b4cbe5;
  margin-bottom: 30px;
}
.imgbox3 img{
  border-radius: 10px;
  background-color: #fff;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.imgbox4 img{
  border: 5px solid #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.imgbox5 img{
   box-shadow: rgba(0, 45, 100, 0.4) 10px 10px,
  rgba(0, 45, 100, 0.3) 15px 15px,
   rgba(0, 45, 100, 0.2) 20px 20px,
    rgba(0, 45, 100, 0.1) 25px 25px,
     rgba(0, 45, 100, 0.05) 30px 30px;
     border-radius: 10px;
     border-left: 5px solid rgb(0 45 100 / 48%);
     border-top: 5px solid rgb(0 45 100 / 48%);
}
.imgbox6 img{
 box-shadow: rgba(0, 45, 100, 0.4) -10px 10px,
  rgba(0, 45, 100, 0.3) -15px 15px,
   rgba(0, 45, 100, 0.2) -20px 20px,
    rgba(0, 45, 100, 0.1) -25px 25px,
     rgba(0, 45, 100, 0.05) -30px 30px;
     border-radius: 10px;
     border-right: 5px solid rgb(0 45 100 / 48%);
     border-top: 5px solid rgb(0 45 100 / 48%);
}

.imgbox7{
  position: relative;
}

.imgbox7 img{
    background-color: #ffffff;
    padding: 5px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.imgbox7:before{
/*    background-color: #2996d9;*/
    border: 8px solid #2996d9;
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 10px;
}
.imgbox8{
  position: relative;
}

.imgbox8 img{
    background-color: #ffffff;
    padding: 5px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.imgbox8:before{
/*    background-color: #2996d9;*/
    border: 8px solid #2996d9;
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 10px;
}
.contentbox3{
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.contentbox4{
  padding: 40px;
  background-color: #eaf2fb;
  border: 10px solid #002d64;
  border-left: 0;
}
.imgbox9{
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.contentbox5{
  padding: 40px;
  background-color: #fff;
  border-radius: 15px;
  border: 3px dashed #002d64;
}
.areas-box1{
  padding: 30px;
  background-color: #fff;
  border: 10px solid #9abfe9;
  box-shadow: rgba(50, 50, 93, 0.45) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.8) 0px 18px 36px -18px inset;
}
.areas-box2{
  padding: 30px;
  background-color: #f1f1f1;
  margin-bottom: 30px;
  min-height: 400px;
  border-radius: 15px;
  border: 10px solid #9abfe9;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.areas-box3{
  padding: 50px;
  background-color: #eaf2fb;
  border: 10px solid #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.areas-box4{
  padding: 30px;
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  border: 10px solid #9abfe9;
  border-radius: 10px;
}
.areas-box5-sec{
  position: relative;
  z-index: 1;
  background-color: #eaf2fb;
}
.areas-box5{
  position: relative;
    background-color: #fff;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.areas-box5:before{
  position: absolute;
    bottom: -15px;
    right: -15px;
    content: '';
    background-color: #002d64;
    width: 50%;
    height: 50%;
    z-index: -1;
}
.areas-box5:after{
      position: absolute;
    top: -15px;
    left: -15px;
    content: '';
    background-color: #002d64;
    width: 50%;
    height: 50%;
    z-index: -1;
}
.areas-box6{
  background-color:#1060b3;
  padding: 30px;
  color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  border-radius: 10px;
  border: 10px solid #002d64;
}
.areas-box7{
  padding: 30px;
  background-color: #002d64;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
.areas1{
  padding: 30px;
  color: #fff;
  min-height: 420px;
  /*box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;*/
}
@media (min-width: 1200px) and (max-width: 13991px){
  .areas1{
    min-height: 490px;
  }
}

@media (min-width: 220px) and (max-width: 991px){
  .pay-method{
    margin-bottom: 30px;
    background-color: rgb(118 194 255 / 38%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .pay-method:before{
    display: none;
  }
  .contentbox1{
    margin-bottom: 30px;
  }
  .contentbox2{
    border-right: 15px solid #eaf2fb;
  }
  .contentbox01{
    border-left: 15px solid #002d64;
    border-radius: 15px;
  }
  .contentbox02{
    padding: 20px;
    min-height: auto;
  }
  .contentbox4{
     border-left: 10px solid #002d64;
     padding: 20px;
  }
  .contentbox5{
    margin-bottom: 30px;
  }
  .areas-box1{
    margin-bottom: 30px;
  }
  .areas-box6{
    margin-bottom: 30px;
  }
  .areas-box5:before{
        bottom: -10px;
    right: -10px;
  }
  .areas-box5:after{
        top: -10px;
    left: -10px;
  }
  .contact-address-section .contact-info{
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px){

}
@media (min-width: 220px) and (max-width: 767px){


}
@media (min-width: 576px) and (max-width: 767px){
  .imgbox1:before{
    right: 10px;
    top: 10px;
  }
  .contact-address-section .contact-info .content-part .info-title{
    font-size: 18px;
  }
}
@media (min-width: 220px) and (max-width: 575px){
  .pay-method .img-box img{
    width: 30%;
  }
  .imgbox1:before{
    right: 10px;
    top: 10px;
  }
  .contentbox01{
    border: 7px solid #002d64;
    padding: 20px;
  }
  .contentbox2{
    border: 7px solid #eaf2fb;
    padding: 20px;
  }
   .contentbox4{
     border: 7px solid #002d64;
     padding: 20px;
  }
  .contentbox5{
    padding: 20px;
  }
  .areas-box1{
    padding: 20px;
  }
  .areas-box2{
    padding: 20px;
  }
  .areas-box3{
    padding: 20px;
  }
  .areas-box6{
    padding: 20px;
  }
  .areas-box5{
    padding: 20px;
  }
  .areas-box7{
    padding: 10px;
  }
  .areas1{
    padding: 15px;
  }
  .contact-address-section .contact-info{
    display: block;
    padding: 20px 10px;
    text-align: center;
  }
  .contact-address-section .contact-info .icon-part{
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contact-address-section .contact-info .content-part .info-title{
    font-size: 15px;
    font-weight: normal;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-about-2-left-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-about-2-left-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 0;
  }
}

.tj-about-2-left-thumb {
  border: 2px solid #6c6c6c;
  padding: 30px;
  max-width: 590px;
  position: relative;
  z-index: 1;
}

.tj-about-2-left-thumb::before {
  content: "";
  position: absolute;
  width: 226px;
  height: 30px;
  top: -4px;
  left: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.tj-about-2-left-thumb::after {
  content: "";
  position: absolute;
  width: 226px;
  height: 30px;
  bottom: -4px;
  left: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media (max-width: 575px) {
  .tj-about-2-left-thumb {
    margin-top: 60px;
    margin-bottom: 0px;
  }
}

.tj-about-2-left-thumb>img {
  width: 100%;
  background-color: #76c2ff;
  padding: 7px;
  display: inline-block;
}

.tj-about-2-left-thumb-shape-1 {
  position: absolute;
  max-width: 338px;
  height: 338px;
  top: 50%;
  left: -130px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}

@media only screen and (min-width: 1399px) and (max-width: 1680px) {
  .about-image::after {
    inset-inline-start: 100px !important;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1399px) {
 .about-image::after {
    top: 50%;
    inset-inline-start: 35px !important;
    width: 320px;
    height: 420px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
   .about-image::after {
    width: 290px !important;
    height: 380px !important;
  }
}
@media only screen and (min-width: 756px) and (max-width: 991px) {
 .about-image::after {
    top: 33% !important;
    inset-inline-start: 120px !important;
    width: 320px;
    height: 420px;
  }
  /* .img-thumbnail{
    width:100%;
    height:auto
  } */
   
}
@media only screen and (min-width: 576px) and (max-width: 755px) {
 .about-image::after {
    top: 29% !important;
    inset-inline-start: 50px !important;
 }
}
@media only screen and (min-width: 220px) and (max-width:576px) {
 .about-image::after, .scroll-arrow  {
    display:none
 }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-about-2-left-thumb-shape-1 {
    left: -60px;
  }
}

.tj-about-2-left-thumb-shape-1>img {
  border: 12px solid #ececec;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tj-about-2-left-thumb-shape-1 {
    left: -35px;
    max-width: 310px;
    height: 310px;
  }

  .tj-about-2-left-thumb-shape-1::before {
    width: 315px;
    height: 165px;
    top: 23%;
    left: -78px;
  }

  .tj-about-2-left-thumb-shape-1::after {
    width: 115px;
    height: 265px;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-about-2-left-thumb-shape-1 {
    left: -25px;
    max-width: 250px;
    height: 250px;
  }

  .tj-about-2-left-thumb-shape-1::before {
    width: 260px;
    height: 140px;
    left: -65px;
    top: 22%;
  }

  .tj-about-2-left-thumb-shape-1::after {
    width: 90px;
    height: 240px;
    right: -10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-about-2-left-thumb-shape-1 {
    left: 0;
    max-width: 195px;
    height: 195px;
  }

  .tj-about-2-left-thumb-shape-1::before {
    width: 205px;
    height: 105px;
    left: -55px;
  }

  .tj-about-2-left-thumb-shape-1::after {
    width: 70px;
    height: 140px;
    right: -10px;
  }

  .tj-choose-us-3-wrapper .tj-choose-us-3-section-wrapper h2 {
    color: #fff;
  }

  .tj-choose-us-3-wrapper .tj-choose-us-3-wrap p {
    color: #fff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-about-2-left-thumb-shape-1 {
    left: 0;
    max-width: 195px;
    height: 195px;
  }

  .tj-about-2-left-thumb-shape-1::before {
    width: 205px;
    height: 105px;
    left: -55px;
  }

  .tj-about-2-left-thumb-shape-1::after {
    width: 65px;
    height: 190px;
    right: -2px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-about-2-left-thumb-shape-1 {
    max-width: 275px;
    height: 275px;
    left: -15px;
  }

  .tj-about-2-left-thumb-shape-1::before {
    width: 280px;
    height: 144px;
  }

  .tj-about-2-left-thumb-shape-1::after {
    width: 100px;
    height: 260px;
  }
}

@media (max-width: 575px) {
  .tj-about-2-left-thumb-shape-1 {
    max-width: 150px;
    height: 150px;
    left: 0px;
  }

  .tj-about-2-left-thumb-shape-1::before {
    display: none;
  }

  .tj-about-2-left-thumb-shape-1::after {
    display: none;
  }

  .tj-about-2-left-thumb-shape-1 img {
    border-color: var(--tj-color-theme-primary);
    border-width: 7px;
    padding: 7px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-about-2-left-thumb {
    max-width: 520px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-about-2-left-thumb {
    max-width: 400px;
  }

}

@media (max-width: 991px) {

  .tj-choose-us-3-wrapper .tj-choose-us-3-section-wrapper h2,
  .tj-choose-us-3-wrapper .tj-choose-us-3-wrap p {
    color: #fff;
  }

  .tj-choose-us-3-thumb-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
  }

  .brdr-right {
    border: none !important
  }
   .palm-icon{
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-about-2-left-thumb {
    max-width: 500px;
  }
}

.service-sec {
  background: #ecf1f5;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}

.tj-service-2-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-2-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.tj-service-2-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-service-2-item {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .tj-service-2-item {
    max-width: 100%;
    display: grid;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-service-2-item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.tj-service-2-item:nth-child(3) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-service-2-item:nth-child(3) {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
  }
}

.tj-service-2-item:nth-child(4) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.tj-service-2-item:nth-child(7) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.tj-service-2-item:nth-child(8) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.tj-service-2-item:hover .tj-service-2-number span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #000;
  -webkit-text-stroke-width: 1px;
}

.tj-service-2-item:hover .tj-service-2-thumb img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.tj-service-2-thumb {
  overflow: hidden;
}

.tj-service-2-thumb img {
  max-width: 324px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-service-2-thumb img {
    max-width: 280px;
    height: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-service-2-thumb img {
    max-width: 234px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-service-2-thumb img {
    max-width: 249px;
  }
}

@media (max-width: 575px) {
  .tj-service-2-thumb img {
    max-width: 100%;
    width: 100%;
  }
}

.tj-service-2-box {
  background: #fff;
  max-width: 324px;
  padding: 30px 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-service-2-box {
    max-width: 279px;
    padding: 15px 20px 15px;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-service-2-box {
    max-width: 235px;
    padding: 17px 14px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-service-2-box {
    padding: 30px 15px;
  }
}

@media (max-width: 575px) {
  .tj-service-2-box {
    max-width: 100%;
    padding: 30px 15px;
  }
}

.tj-service-2-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tj-service-2-icon span {
  font-size: 60px;
  color: #76c2ff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin-bottom: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-service-2-icon span {
    font-size: 48px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-service-2-icon span {
    font-size: 46px;
  }
}

.tj-service-2-number span {
  font-weight: var(--tj-fw-sbold);
  font-size: 36px;
  opacity: 0.2;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: black;
  -webkit-text-stroke-width: 1px;
}

.tj-service-2-title {
  margin-bottom: 14px;
}

.tj-service-2-title a:hover {
  color: #76c2ff;
}

.tj-service-2-paragraph {
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-service-2-paragraph {
    margin-bottom: 8px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-service-2-paragraph {
    margin-bottom: 0;
    font-size: 14px;
  }
}

.tj-service-2-btn {
  font-weight: var(--tj-fw-bold);
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #76c2ff;
}

.tj-service-2-btn i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tj-service-2-btn:hover {
  color: #76c2ff;
}

.tj-service-2-bg-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tj-service-2-bottom-button {
  text-align: center;
  margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-2-bottom-button {
    margin-top: 15px;
  }
}

.tj-choose-us-3-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0 90px;
  position: relative;
  z-index: 1;
  background-color: #dbdbdb42;
}

.tj-choose-us-3-area .tj-section-wrapper {
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-choose-us-3-area .tj-section-wrapper .tj-section-subtitle {
    color: #fff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-choose-us-3-area {
    padding: 50px 0 50px;
  }
}

/*.tj-choose-us-3-area::before {
  content: "";
  position: absolute;
  width: 48%;
  height: 100%;
  top: 0;
  left: -60px;
  -webkit-mask-image: url(../images/choose-us-left-thumb-after.svg);
          mask-image: url(../images/choose-us-left-thumb-after.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#76c2ff), to(#a1d0ed));
  background: linear-gradient(180deg, #76c2ff 0%, #a1d0ed 100%);
}*/
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .tj-choose-us-3-area::before {
    width: 52%;
    left: -62px;
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {
  .tj-choose-us-3-area::before {
    width: 56%;
    left: -105px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tj-choose-us-3-area::before {
    left: -210px;
    width: 66%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-choose-us-3-area::before {
    left: -300px;
    width: 76%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-choose-us-3-area::before {
    left: 0;
    width: 90%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-choose-us-3-area::before {
    left: 0px;
    width: 100%;
    -webkit-mask-image: initial;
    mask-image: initial;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-choose-us-3-wrapper .tj-section-title {
    color: #fff;
  }
}

.tj-choose-us-3-thumb-wrapper {
  position: absolute;
  top: 0;
  right: -81px;
  width: 47%;
  height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-choose-us-3-thumb-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
  }
}

@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .tj-choose-us-3-thumb-wrapper {
    right: -76px;
    width: 52%;
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {
  .tj-choose-us-3-thumb-wrapper {
    right: -120px;
    width: 56%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tj-choose-us-3-thumb-wrapper {
    right: -210px;
    width: 64%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-choose-us-3-thumb-wrapper {
    right: -360px;
    width: 74%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-choose-us-3-thumb-wrapper {
    left: 0;
    width: 100%;
  }

  .brdr-right {
    border-right: none !important;
  }
  .logo {
    left: 2%
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-choose-us-3-thumb-wrapper {
    left: 0px;
    width: 100%;
  }

}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-choose-us-3-thumb-wrapper {
    width: 100%;
    left: 0px;
  }

}

.tj-choose-us-3-thumb-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tj-choose-us-3-wrapper {
  margin-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-choose-us-3-wrapper {
    position: relative;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-choose-us-3-wrapper {
    position: relative;
    margin-left: 0px;
  }
}


.blog-sec {
  border-radius: 10px;
  border: 1px solid #d8dde1;
  padding: 25px 30px;
  position: relative;
  min-height: 558px;
}

.blog-img img {
  overflow: hidden;
}

.blog-img2 img {
  overflow: hidden;
}

.blog-content {
  margin-top: 30px;
}

.tj-blog-btn {
  font-weight: var(--tj-fw-bold);
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #76c2ff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-blog-btn i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-blog-btn:hover {
  color: #76c2ff;
}

.icon_box {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  padding: 0 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.icon_box i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

.icon_box .icon_first {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.icon_box .icon_second {
  position: absolute;
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.tj-arrow-btn:hover .icon_box .icon_first {
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%);
}

.tj-arrow-btn:hover .icon_box .icon_second {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}



.h3-box {
  background-color: #76c2ff;
  border-radius: 20px;
  padding: 57px 50px 56px 50px;
  position: relative;
  z-index: 1;
}

.h3-box:after {
  content: "";
  position: absolute;
  top: 19px;
  right: 19px;
  bottom: 19px;
  left: 19px;
  border-radius: 15px;
  border: 1px dashed #fff;
  z-index: 0;
}

.h3-box h3 {
  position: relative;
  z-index: 99;
}

.h3-box h3 a:hover,
.h3-box h3 a:focus {
  color: #000;
}

.address-content {
  position: relative;
  overflow: hidden;
  color: #000;
}

@media(min-width: 1300px) and (max-width: 1520px) {
  .navigation {
    padding-left: 40px;
  }

  .header-btn {
    padding-right: 40px;
  }

  .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;
  }
}

@media(min-width: 1200px) and (max-width: 1299px) {
  .navigation {
    padding-left: 20px;
  }

  .header-btn {
    padding-right: 20px;
  }

  .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;
  }

  .tj-service-2-wrapper {
    justify-content: center;
  }

  .blog-sec {
    padding: 25px 20px;
  }

}

@media(min-width: 220px) and (max-width: 991px) {
    .overlap1:before{
    height:auto
  }

  .mobile-menu {
    display: table;
    font-size: 20px;
    background-color: #76c2ff;
    padding: 10px 14px;
    color: #fff;
    margin: auto;
    cursor: pointer;
  }

  .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;
  }

  .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: #76c2ff;
    color: #fff;
  }

  .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;
  }

  .service-box {
    margin: 35px 0px;
  }

  .slogan-style2-area {
    /* margin-top: 80px; */
    padding: 80px 0 80px;
  }

  .blog-text-holder {
    min-height: auto;
  }

  .navigation {
    background: #002d64;
  padding-top: 0;
  }

  #metro-touch-slider .carousel-caption {
    padding-top: 0;
    width: 80%;
  }

  #stuck_container {
    background-color: #76c2ff;
  }

  .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;
}


}

@media(min-width: 768px) and (max-width: 991px) {


  .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-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: 50%;
    }
    
.cs-item {
    margin-bottom:30px !important;
}

}

@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;
  }

}

@media(min-width:220px) and (max-width:575px) {

  .blog-sec {
    padding: 15px;
    min-height: auto;
  }

  .contact-form {
    padding: 10px 20px;
  }

  .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: 14px;
    line-height: 21px;
    font-weight: 500;
  }

  #metro-touch-slider .carousel-caption h4 {
    font-size: 15px;
    line-height: 18px;
  }

  .button {
    padding: 4px 20px;
  }

  #metro-touch-slider .carousel-caption {
    top: 55%;
  }

  .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;
  }

  #testimonial-carousel {
    padding: 25px 35px;
  }

  .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;
  }

  .single-working-box-style2 {
    width: 100%;
  }

  .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;
  }

  .working-style-bottom {
    padding-top: 35px;
  }

  .boximg-section {
    padding: 25px 12px 40px;
  }

  .blog-text-holder {
    margin-top: 0;
    margin-left: 0;
    padding: 20px 15px 30px;
  }

  .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
  }
}

@media(min-width:220px) and (max-width:370px) {
  .top-header-img {
    display: none;
  }

  .top-contact-list li a {
    padding-left: 0
  }
}

/* Optional: styling the arrow */
.scroll-arrow i {
  font-size: 40px;
  cursor: pointer;
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(8px);
  }

  60% {
    transform: translateY(4px);
  }
}

#about_us .tj-about-2::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  inset-inline-start: -60px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 1px dashed #f84d42;
  z-index: 1;
}



.about-section {
  position: relative;
}

.about-title {
  color: #002d64;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}

/* .about-image {
  border: 4px solid #002d64;
  position: absolute;
  height: 480px;
  width: 363px;
  top: 220px;
  left: 265px;
  z-index: -1;
} */

.about-image::after {
  content: "";
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  inset-inline-start: 200px;
  width: 400px;
  height: 467px;
  border: 3px solid #002d64;
  z-index: -1;
}

.read-more-btn {
  background-color: #ff4d00;
  color: white;
  border: none;
  padding: 10px 20px;
}

.read-more-btn:hover {
  background-color: #e64500;
}

.palm-icon {
  position: absolute;
  top: 175px;
  right: 0%;
  width: 384px;
  opacity: .1;
}




/* CSS */
.theme-btn {
  background-color: #004fa6;
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  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: .5;
  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;
  }
}




.cs-item {
  text-align: center;
  margin-bottom: 45px;
  position: relative;
  z-index: 1
}

.cs-item:hover span {
  background: #004fa6;
  color: #ffffff;
}

.cs-item span {
  height: 90px;
  width: 90px;
  background: #002d64;
  border-radius: 50%;
  display: inline-block;
  line-height: 90px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cs-item h4 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 16px;

}

.heading h2,
.heading p {
  position: relative;
  z-index: 1
}

.breaker-section {
  position: relative;
}

.breaker-section::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: #e0e3e5;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

.py-6 {
  padding: 6rem 0
}

.single-service-item {
  margin: 20px 0;
}

.box-style1 {
  padding: 20px;
  background-color: #f8f8f8;
  min-height: 300px;
}

.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%;
}

.single-service-item:hover .img-holder .img-responsive {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
  background: -webkit-linear-gradient(0deg, rgba(12,12,12,0.6), rgba(13,24,72,0.9) 100%);
  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: transparent;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 65px;
/*  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;
}

.brdr-right {
  border-right: 2px solid #002d6485;
  height: 100%;
}

.hcCqAM{
    z-index:99 !important;
}