

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;family=Pathway+Extreme:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

* {

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  margin: 0;

  padding: 0;

}



body,

html {

  height: 100%;

}



html {

  scroll-behavior: smooth;

}



html, body, div, span, img,

ol, ul, li, a,  h1, h2, h3,

h4, h5, h6, option, legend, label,

table, th, td, tr, article, aside,

caption, figure, footer, header, hgroup,

mark, nav, section, time, audio, video {

  margin: 0;

  padding: 0;

  border: 0;

  outline: 0;

}

.bg-primary{ background: #000059 !important;}

.btn-primary{ background: #000059 !important; color: #fff;}

img {

  max-width: 100%;

}



a:hover, a:focus, a:active {

  text-decoration: none;

  outline: none !important;

  border: 0;

}



input {

  height: 50px;

  width: 100%;

}



input:focus {

  outline: none;

}



input::-moz-focus-inner {

  border: 0;

  display: none;

}



input::-webkit-focus-inner {

  border: 0;

  display: none;

}



input:-webkit-autofill,

input:-webkit-autofill:hover,

input:-webkit-autofill:focus {

  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;

}



::-webkit-input-placeholder {

  color: #555;

  opacity: 1;

  /* Firefox */

}



::-moz-placeholder {

  color: #555;

  opacity: 1;

  /* Firefox */

}



:-ms-input-placeholder {

  color: #555;

  opacity: 1;

  /* Firefox */

}



::-ms-input-placeholder {

  color: #555;

  opacity: 1;

  /* Firefox */

}



::placeholder {

  color: #555;

  opacity: 1;

  /* Firefox */

}



:-ms-input-placeholder {

  /* Internet Explorer 10-11 */

  color: #555;

}



::-ms-input-placeholder {

  /* Microsoft Edge */

  color: #555;

}



table {

  border-collapse: collapse;

}



html {

  margin: 0;

  padding: 0;

  width: 100%;

  height: 100%;

  overflow-y: scroll;

  overflow-x: hidden;

}



ul, li {

  margin: 0;

  padding: 0;

}

#ordered-list{margin-left: 18px;}

figure {

  margin: 0px;

}



form {

  position: relative;

}



.form-control:focus {

  outline: 1px solid rgba(0, 0, 0, 0.15);

  border: 1px solid rgba(0, 0, 0, 0.15);

  -webkit-box-shadow: 0 0 0 !important;

          box-shadow: 0 0 0 !important;

}



h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {

  font-size: inherit;

  color: inherit;

  font-weight: inherit;

  line-height: inherit;

}



h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a {

  font-size: inherit;

  color: inherit;

  font-weight: inherit;

}



hr {

  margin: 0;

  padding: 0;

  border-color: #fff;

}



ul {

  list-style-type: none;

}



li {

  /*list-style: none;*/

  position: relative;

}



i {

  line-height: 0 !important;

}



a,

button {

  position: relative;

}

a:hover, a:focus,

button:hover,

button:focus {

  outline: 0;

  text-decoration: none;

}



button {

  border: 0px;

}



/* ------------------------------------------------------------------

    Template All Variables Defined - Value Change with Your's Need

 -------------------------------------------------------------------- */

/* --------------------------------------------

    Template Default Fonts & Fonts Styles

 ---------------------------------------------- */

body {

  font-family: "Open Sans", sans-serif;

  background-image: url(../img/body.png);

  background-position: 0 0;

  background-size: cover;

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 30px;

  color: #777777;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: "Pathway Extreme", sans-serif !important;

  margin: 0px;

  margin-bottom: 10px;

  font-weight: 700;

  text-transform: capitalize;

  color: #212121;

}



h1 {

  font-size: 86px;

  line-height: 106px;

}



/* Services section three */



.services-section-three {

    position: relative;

    padding-bottom: 0px;

    background-size: cover;

}



.services-section-three .wrapper-box {

    position: relative;

    margin-top: -6px;

    z-index: 9;

}



.service-block-three .inner-box {

    position: relative;

    text-align: center;

    margin-bottom: 30px;

}



.service-block-three .icon {

    position: relative;

    width: 100px;

    height: 100px;

    text-align: center;

    line-height: 100px;

    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);

    background: #fff;

    border-radius: 50%;

    font-size: 50px;

    margin: 0 auto;

    margin-bottom: 40px;

    margin-top: -50px;

    transition: .5s;

}



.service-block-three .icon .shape {

    position: absolute;

    left: -10px;

    bottom: -16px;

    right: -10px;

    line-height: normal;

}



.service-block-three .inner-box:hover .icon {

    color: #fff;

}



.service-block-three .icon i {

    position: relative;

    z-index: 2;

}



.service-block-three .icon:before {

    position: absolute;

    content: '';

    top: -20px;

    left: -20px;

    right: -20px;

    bottom: -20px;

    border-radius: 50%;

    transform: scale(.8);

    opacity: 0;

    transition: .5s;

}



.service-block-three .inner-box:hover .icon:before {

    transform: scale(1);

    opacity: .3;

}



.service-block-three .icon:after {

    position: absolute;

    content: '';

	

    top: -10px;

    left: -10px;

    right: -10px;

    bottom: -10px;

    border-radius: 50%;

    transform: scale(.8);

    opacity: 0;

    transition: .5s;

	



}



.service-block-three .inner-box:hover .icon:after {

    transform: scale(1);

    opacity: .3;

}



.service-block-three h4 {

    position: relative;

    font-size: 24px;

    font-weight: 600;

    margin-bottom: 20px;

}

.service-block-three h4 span{font-size: 24px;

    font-weight: 600;}



.service-block-three .text {

    margin-bottom: 25px;

}



.service-block-three .theme-btn {

    border: 1px solid #e3e3e3;

    background: #fff;

    padding: 14px 50px;

}



.service-block-three .theme-btn:hover {

    border-color: #212121;

}



.services-section-three .bottom-content {

    position: relative;

    text-align: center;

    margin-top: 30px;

    margin-bottom: 30px;

}



.services-section-three .bottom-content .text-two {

    position: relative;

    font-size: 24px;

    font-weight: 600;

    margin-bottom: 30px;

    font-family: 'Mukta', sans-serif;

}



.services-section-three .bottom-content .theme-btn.style-eight {

    background: transparent;

    padding: 15.5px 30px;

}



.services-section-three .bottom-content .theme-btn.style-eight i {

    transition: .5s;

}





.services-section-three .bottom-content .theme-btn.style-eight:hover i {

    color: #fff;

}



.service-block-three .icon {

    color: #e33e29;

}



.service-block-three .inner-box:hover .icon {

    background: #e33e29;

}



.service-block-three .icon:before {

    background-color: #e33e29;

}



.service-block-three .icon:after {

    background-color: #e33e29;

}



.services-section-three .bottom-content .theme-btn.style-eight {

    border: 2px solid #e33e29;

}



.services-section-three .bottom-content .theme-btn.style-eight i {

    color: #e33e29;

}



.services-section-three .bottom-content .theme-btn.style-eight:before {

    background: #e33e29;

}

.services-section-three .wrapper-box {

    border-top: 6px solid #e33e29;

}

/*Service Three*/





.single_blog h3 a{ color:#E23E17;}



.contact-form{padding:3rem;}

.contacty-content{ padding:5rem; font-size:30px; color:#fff;}

.contacty-content p{ font-size:25px; line-height:35px; color:#fff;}

.contacty-content h3{font-weight: 700; font-size: 40px; line-height: 40px; text-transform: capitalize; color: #223C74; color:#fff;

}



.blog-wrapper .content a{ color:#00143d;}



.bot-top-img{ position: absolute; top:-2px; left:0; bottom:0; right:0; z-index:99; padding:0; }

.bot-bot-img{position:relative; top:0; left:0; bottom:0; right:0;  padding:0; animation: rotation 2s infinite linear;}



.rotate {

  webkit-transition-duration: 0.3s;

-moz-transition-duration: 0.3s;

-o-transition-duration: 0.3s;

transition-duration: 0.3s;



-webkit-transition-property: -webkit-transform;

-moz-transition-property: -moz-transform;

-o-transition-property: -o-transform;

transition-property: transform;

}



.linear {

  animation-timing-function: linear;

}



.infinite {

  animation-iteration-count: infinite;

}



@keyframes rotation {

  from {

    transform: rotate(0deg);

  }

  to {

    transform: rotate(30deg);

  }

}







.circle{border-radius:50%; border:#CCC 1px solid;}

.team{ background:#fff; border-radius:10px; border:#CCC 1px solid;}

.team img{ border-top-right-radius:10px; border-top-left-radius:10px; width:60%;}

.team .details{ font-size:12px; padding:15px;}

.team .details h3{ font-size:13px !important; font-weight:bold;}





/*--------------------------------------------------------------

# Team One

--------------------------------------------------------------*/

.team-one {

  position: relative;

  display: block;

  padding-bottom: 90px;

  z-index: 1;

}



.team-one__top {

  position: relative;

  display: block;

  margin-bottom: 51px;

}



.team-one__top .section-title {

  margin-bottom: 0;

}



.team-one__left {

  position: relative;

  display: block;

}



.team-one__right {

  position: relative;

  display: block;

  margin-top: 18px;

}



.team-one__bottom {

  position: relative;

  display: block;

}



.team-one__single {

  position: relative;

  display: block;

  margin-bottom: 30px;
  border:#dbdbdb 1px solid;

}



.team-one__img-box {

  position: relative;

  display: block;

}



.team-one__img {

  position: relative;

  display: block;

  overflow: hidden;

  z-index: 1;

}



.team-one__img:before {

  content: "";

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  background-color: rgba(var(--sinace-black-rgb), .40);

  visibility: hidden;

  -webkit-transform-origin: top center;

  transform-origin: top center;

  -webkit-transform: scaleY(0) translateZ(100px);

  transform: scaleY(0) translateZ(100px);

  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;

  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;

  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;

  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;

  z-index: 1;

}



.team-one__single:hover .team-one__img:before {

  visibility: visible;

  -webkit-transform: scaleY(1) translateZ(0px);

  transform: scaleY(1) translateZ(0px);

}



.team-one__img img {
    padding:10px 80px;
    border-radius: 50%;
  width: 100%;

  transition: all 500ms ease;

  transform: scale(1);

}



.team-one__single:hover .team-one__img img {

  transform: scale(1.05);

}



.team-one__content {

  position: relative;

  display: none;

  margin-top: -69px;

  margin-right: 40px;

  padding: 25px 40px 30px;

  background-color: rgb(255, 255, 255);

  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);

  background-position: center top;

  transition-delay: .1s;

  transition-timing-function: ease-in-out;

  transition-duration: .5s;

  transition-property: all;

  transform-origin: bottom;

  transform-style: preserve-3d;

  transform: scaleY(1);

  z-index: 2;

}



.team-one__single:hover .team-one__content {

  transform: scaleY(0.0);

}



.team-one__title {

  font-size: 22px;

  font-weight: 600;

  line-height: 30px;

}



.team-one__title a {

  color: var(--sinace-black);

}



.team-one__sub-title {

  font-size: 12px;

  font-weight: 400;

  line-height: 24px;

  letter-spacing: 0.1em;

  color: var(--sinace-base);

  text-transform: uppercase;

  margin-top: 1px;

  padding-bottom: 12px;

  border-bottom: 2px solid #eef3f8;

}



.team-one__arrow-box {

  position: absolute;

  bottom: 32px;

  right: 40px;

}



.team-one__arrow {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 37px;

  height: 34px;

  font-size: 13px;

  color: var(--sinace-black);

  background-color: #eef3f8;

}



.team-one__hover-content {

  position: relative;

  left: 0;

  min-height: 324px;

  right: 40px;

  bottom: 0;

  padding: 25px 40px 30px;
  background:transparent;

  /*background-color: rgb(255, 255, 255);

  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);*/

  background-position: center bottom;

/*  transition-delay: .1s;

  transition-timing-function: ease-in-out;

  transition-duration: .5s;

  transition-property: all;

  transform-origin: bottom;

  transform-style: preserve-3d;

  transform: scaleY(0);

  z-index: 2;

*/}



.team-one__single:hover .team-one__hover-content {

  transform: scaleY(1.0);

}



.team-one__hover-title {

  font-size: 22px;

  font-weight: 600;

  line-height: 30px;
  

}



.team-one__hover-title a {

  color: #00143d;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.team-one__hover-title a:hover {

  color: var(--sinace-base);

}



.team-one__hover-sub-title {

  font-size: 12px;

  font-weight: 600;

  line-height: 24px;

  letter-spacing: 0.1em;

  color: #e33e29;

  text-transform: uppercase;

  margin-top: 1px;

}



.team-one__hover-arrow-box {

  position: absolute;

  bottom: 32px;

  right: 40px;

}



.team-one__hover-arrow {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 37px;

  height: 34px;

  font-size: 13px;

  color: var(--sinace-white);

  background-color: var(--sinace-base);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.team-one__hover-arrow:hover {

  color: var(--sinace-black);

}



.team-one__hover-text {

  font-size: 15px;

  font-weight: 300;

  color: #333;

  margin-top: 13px;

  padding-bottom: 50px;

  border-bottom: 2px solid var(--sinace-base);

}



.team-one__social {

  position: absolute;

  right: 0;

  bottom: 30px;

  background:#fff;

  background-color: var(--sinace-white);

  padding: 11px 12px 10px;

  transform: scaleY(0.0);

  transform-origin: center;

  transform-style: preserve-3d;

  -webkit-transition: all 0.4s linear;

  -o-transition: all 0.4s linear;

  transition: all 0.4s linear;

  transform-origin: right center;

}



.team-one__social::before {

  content: "";

  position: absolute;

  bottom: -5px;

  left: 50%;

  border-top: 6px solid var(--sinace-white);

  border-right: 6px solid transparent;

  border-left: 6px solid transparent;

  transform: translateX(-50%);

}





.team-one__single:hover .team-one__social {

  transform: scaleY(1.0);

  transform-origin: bottom center;

  transition-delay: 500ms;

  background:#fff;

}



.team-one__social li {

  position: relative;

  display: block;

  line-height: 29px;

}



.team-one__social li a {

  position: relative;

  display: block;

  font-size: 13px;

  color: #e33e29;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.team-one__social li a:hover {

  color: var(--sinace-base);

}

.team-one__hover-title{color:#00143d;}

.team-one__hover-arrow {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 37px;

  height: 34px;

  font-size: 13px;

  color:#fff;

  background-color: #e33e29;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.team-one__hover-arrow:hover { color:#fff;}

.team-one__social::before {

  content: "";

  position: absolute;

  bottom: -5px;

  left: 50%;

  border-top: 6px solid var(--sinace-white);

  border-right: 6px solid transparent;

  border-left: 6px solid transparent;

  transform: translateX(-50%);

}

.navlogo{ width:200px; height:auto;}
.form-select {    padding: 0.75rem 0.75rem !important;}
.card ol, .list-items ol{ margin-left: 20px;}

@media (max-width: 992px) {

  h1 {

    font-size: 65px;

    line-height: 80px;

  }

}

@media (max-width: 768px) {

  h1 {

    font-size: 50px;

  }

}

@media (max-width: 768px) {

  h1 {

    font-size: 40px;

    line-height: 60px;

  }

}

h1.fs-lg {

  font-size: 90px;

  text-transform: uppercase;

}

@media (max-width: 1200px) {

  h1.fs-lg {

    font-size: 70px;

  }

}

@media (max-width: 991px) {

  h1.fs-lg {

    font-size: 50px;

  }

}

@media (max-width: 500px) {

  h1.fs-lg {

    font-size: 46px;

  }



}



h2 {

  font-size: 32px;

  line-height: 42px;

}



h3 {

  font-size: 24px;

  line-height: 32px;

}



h4 {

  font-size: 20px;

  line-height: 28px;

}



h5 {

  font-size: 20px;

  line-height: 28px;

}



h6 {

  font-size: 18px;

  line-height: 28px;

}



a {

  font-family: "Pathway Extreme", sans-serif;

  font-weight: 600;

  font-size: 14px;

  line-height: 22px;

  text-decoration: none;

  outline: none !important;

  cursor: pointer;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

  /*text-transform: capitalize;*/

  color: #212121;

}



ul li {

  font-family: "Open Sans", sans-serif;

  text-align: left;

  display: inline-block;

  font-weight: 400;

  font-size: 14px;

  line-height: 20px;

  color: #777777;

}



small {

  font-family: "Open Sans", sans-serif;

  color: #777777;

}



p {

  font-family: "Open Sans", sans-serif;

  font-weight: 400;

  font-size: 16px;

  line-height: 25px;

  color: #555;

}



.container-fluid {

  max-width: 1920px;

}



.container {

  max-width: 1300px;

}



.blog-border {

  border: 3px solid #000000;

}



/* ----------------------------------

	MAX STYLEING

 ------------------------------------ */

.section-padding {

  padding: 60px 0 60px 0;

  position: relative;

}

@media (max-width: 1100px) {

  .section-padding {

    padding: 90px 0;

  }

}

@media (max-width: 992px) {

  .section-padding {

    padding: 70px 0;

  }

}

@media (max-width: 768px) {

  .section-padding {

    padding: 60px 0;

  }

}

@media (max-width: 578px) {

  .section-padding {

    padding: 40px 0;

  }

  .hero-wrapper.hero-1 .hero-single-slider {

  padding: 300px 0px 100px 0px !important;

}

}



.section-bottom {

  padding-bottom: 70px;

  position: relative;

}

@media (max-width: 1030px) {

  .section-bottom {

    padding-bottom: 90px;

  }

}

@media (max-width: 992px) {

  .section-bottom {

    padding-bottom: 70px;

  }

}

@media (max-width: 768px) {

  .section-bottom {

    padding-bottom: 60px;

  }

}

@media (max-width: 578px) {

  .section-bottom {

    padding-bottom: 40px;

  }

}



.section-top {

  padding-top: 70px;

  position: relative;

}

@media (max-width: 1030px) {

  .section-top {

    padding-top: 90px;

  }

}

@media (max-width: 992px) {

  .section-top {

    padding-top: 70px;

  }

}

@media (max-width: 768px) {

  .section-top {

    padding-top: 60px;

  }

}

@media (max-width: 578px) {

  .section-top {

    padding-top: 40px;

  }

}



.mx-auto {

  margin: 0 auto;

}



.card {

  border: none;

  -webkit-box-shadow: none;

          box-shadow: none;

}



.section-title {

  margin-bottom: 30px;

}

@media (max-width: 992px) {

  .section-title {

    padding: 0px 0px;

    margin-bottom: 15px;

  }

}

.section-title h6 {

  font-style: normal;

  font-weight: 700;

  font-size: 16px;

  line-height: 26px;

  letter-spacing: 0.2em;

  text-transform: uppercase;

  color: #777777;

  margin-bottom: 15px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  gap: 10px;

}

.section-title h6 .title-arrow {

  background-color: #E23E17;

  color: #212121;

  border: 1px solid #212121;

  border-radius: 100%;

  width: 14px;

  height: 14px;

  font-size: 9px;

  padding-left: 2px;

  text-align: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.section-title h6 .title-arrow.title-arrow-sp {

  border: 1px solid #E23E17;

  color: #E23E17 !important;

  background: transparent;

}

.section-title h6.sub-title {

  display: block;

}

.section-title h6.sub-title .title-arrow-logo {

  display: inline;

  background-color: #E23E17;

  color: #212121;

  border: 1px solid #212121;

  border-radius: 100%;

  width: 14px;

  height: 14px;

  font-size: 9px;

  padding-left: 2px;

  text-align: center;

}

.section-title h6.text-center {

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.section-title h2 {

  font-weight: 700;

  font-size: 30px;

  line-height: 40px;

  text-transform: capitalize;

  color: #223C74;

}

.section-title2 {

  margin-bottom: 10px;

}

.section-title2  h3 {

  font-weight: 700;

  font-size: 30px;

  line-height: 35px;

  text-transform: capitalize;

  color: #e33e29;

}

.section-title h2.text-danger {

  color: #223C74 !important;

}



.com_logo_slider .section-title {

  position: relative;

}

.com_logo_slider .section-title h6 {

  display: block;

  position: relative;

}

.com_logo_slider .section-title h6::after {

  clear: both;

  content: "";

  position: absolute;

  top: 45%;

  left: 0%;

  width: 35%;

  height: 2px;

  background: #212121;

}



@media (max-width: 1020px) {

  .com_logo_slider .section-title h6::after {

    width: 28%;

  }

}

@media (max-width: 768px) {

  .com_logo_slider .section-title h6::after {

    width: 15%;

  }

}

@media (max-width: 500px) {

  .com_logo_slider .section-title h6::after {

    display: none;

  }

  .service-block-three h4 {

    font-size: 14px;

}

}

.com_logo_slider .section-title h6::before {

  clear: both;

  content: "";

  position: absolute;

  top: 45%;

  right: 0%;

  width: 35%;

  height: 2px;

  background: #212121;

}

@media (max-width: 1020px) {

  .com_logo_slider .section-title h6::before {

    width: 28%;

  }

}

@media (max-width: 768px) {

  .com_logo_slider .section-title h6::before {

    width: 15%;

  }

}

@media (max-width: 500px) {

  .com_logo_slider .section-title h6::before {

    display: none;

  }

}



.video-widget {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  position: relative;

}

.video-widget .video-bg {

  width: 85%;

  height: 600px;

}

.video-widget .left-content {

  width: 15%;

}

.video-widget .left-content .video-pop {

  position: absolute;

  top: 10%;

  right: 0%;

  padding: 50px 30px;

  background-color: #212121;

  max-width: 420px;

  min-height: 500px;

}

.video-widget .left-content .video-pop h2 {

  font-family: "Pathway Extreme";

  font-style: normal;

  font-weight: 700;

  font-size: 32px;

  line-height: 42px;

  text-transform: capitalize;

  color: #FFFfff;

}

.video-widget .left-content .video-pop p {

  font-family: "Open Sans";

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 30px;

  color: #777777;

}

.video-widget .left-content .video-pop .video-btn a {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 180px;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  height: 180px;

  border-radius: 500px;

  border: 1px solid #E23E17;

}

.video-widget .left-content .video-pop .video-btn a i {

  color: #E23E17;

  font-size: 22px;

}



.line {

  width: 1px;

  height: 100%;

  background: rgba(33, 33, 33, 0.1);

  position: absolute;

  top: 0%;

}

.line:nth-child(1) {

  left: 111px;

}

.line:nth-child(2) {

  left: 211px;

}

.line:nth-child(3) {

  right: 111px;

}

.line:nth-child(4) {

  right: 211px;

}



.line-1, .line-2, .line-3, .line-4 {

  width: 1px;

  height: 100%;

  background: rgba(33, 33, 33, 0.1);

  position: absolute;

  top: 0%;

}

.line-1 span, .line-2 span, .line-3 span, .line-4 span {

  top: 0;

  left: -2px;

  position: absolute;

  width: 5px;

  background: #E23E17;

  height: 30px;

}



.line-1 {

  left: 111px;

}

@media (max-width: 1700px) {

  .line-1 {

    left: 50px;

  }

}

@media (max-width: 1470px) {

  .line-1 {

    left: 20px;

  }

}

@media (max-width: 1300px) {

  .line-1 {

    display: none;

  }

}

.line-1 span {

  top: 0;

  position: absolute;

  width: 5px;

  background: #E23E17;

  height: 30px;

  -webkit-animation: line-to-bottom 12s ease-in-out infinite;

          animation: line-to-bottom 12s ease-in-out infinite;

}



.line-2 {

  left: 211px;

}

@media (max-width: 1700px) {

  .line-2 {

    left: 100px;

  }

}

@media (max-width: 1470px) {

  .line-2 {

    left: 70px;

  }

}

@media (max-width: 1400px) {

  .line-2 {

    display: none;

  }

}

.line-2 span {

  -webkit-animation: line-to-bottom 12s ease-in-out infinite;

          animation: line-to-bottom 12s ease-in-out infinite;

  -webkit-animation-delay: 0.5s;

          animation-delay: 0.5s;

  top: 0;

  position: absolute;

  width: 5px;

  background: #E23E17;

  height: 30px;

}



.line-3 {

  right: 111px;

}

@media (max-width: 1700px) {

  .line-3 {

    right: 50px;

  }

}

@media (max-width: 1470px) {

  .line-3 {

    right: 20px;

  }

}

@media (max-width: 1300px) {

  .line-3 {

    display: none;

  }

}

.line-3 span {

  -webkit-animation: line-to-bottom 12s ease-in-out infinite;

          animation: line-to-bottom 12s ease-in-out infinite;

  -webkit-animation-delay: 1s;

          animation-delay: 1s;

  top: 0;

  position: absolute;

  width: 5px;

  background: #E23E17;

  height: 30px;

}



.line-4 {

  right: 211px;

}

@media (max-width: 1700px) {

  .line-4 {

    right: 100px;

  }

}

@media (max-width: 1470px) {

  .line-4 {

    right: 70px;

  }

}

@media (max-width: 1400px) {

  .line-4 {

    right: 70px;

  }

}

@media (max-width: 1400px) {

  .line-4 {

    display: none;

  }

}

.line-4 span {

  -webkit-animation: line-to-bottom 12s ease-in-out infinite;

          animation: line-to-bottom 12s ease-in-out infinite;

  -webkit-animation-delay: 0.7s;

          animation-delay: 0.7s;

  top: 0;

  position: absolute;

  width: 5px;

  background: #E23E17;

  height: 30px;

}



.line-short {

  width: 1px;

  height: 100%;

  background: rgba(33, 33, 33, 0.1);

}

.line-short span {

  top: 0;

  left: -2px;

  position: absolute;

  width: 5px;

  background: #E23E17;

  height: 30px;

  -webkit-animation: line-to-bottom_short 5s ease-in-out infinite;

          animation: line-to-bottom_short 5s ease-in-out infinite;

  -webkit-animation-delay: 0.7s;

          animation-delay: 0.7s;

}



.video-wrapper span {

  font-style: normal;

  font-weight: 900;

  font-size: 178px;

  color: transparent;

  text-align: center;

  line-height: 28px;

  text-transform: capitalize;

  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.1);

}

@media (max-width: 1600px) {

  .video-wrapper span {

    font-weight: 900;

    font-size: 150px;

  }

}

@media (max-width: 1400px) {

  .video-wrapper span {

    font-weight: 900;

    font-size: 120px;

  }

}

@media (max-width: 1200px) {

  .video-wrapper span {

    font-weight: 900;

    font-size: 120px;

  }

}

@media (max-width: 992px) {

  .video-wrapper span {

    font-weight: 900;

    font-size: 80px;

  }

}

@media (max-width: 768px) {

  .video-wrapper span {

    font-weight: 900;

    font-size: 50px;

  }

}

@media (max-width: 586px) {

  .video-wrapper span {

    font-weight: 900;

    font-size: 50px;

  }

   .service-block-three h4 {

    font-size: 14px;

}

.service-block-three h4 span{font-size: 14px;}

.service-block-three .icon{margin-bottom:10px;}

.service-block-three {

  margin-bottom: 30px;

}

}

.video-wrapper .video {

  height: 600px;

}

@media (max-width: 992px) {

  .video-wrapper .video {

    height: 500px;

  }

}

@media (max-width: 768px) {

  .video-wrapper .video {

    height: 400px;

  }

}

.video-wrapper .home_1_video {

  max-width: 1076px;

  height: 600px;

  margin: auto;

}

@media (max-width: 992px) {

  .video-wrapper .home_1_video {

    height: 500px;

  }

}

@media (max-width: 768px) {

  .video-wrapper .home_1_video {

    height: 400px;

  }

}

.video-wrapper .shape {

  position: absolute;

  top: calc(50% + 20px);

  left: 5%;

  -webkit-animation: tpswing 2s ease forwards infinite alternate;

          animation: tpswing 2s ease forwards infinite alternate;

  -webkit-transform-origin: top right;

          transform-origin: top right;

}

@media (max-width: 1600px) {

  .video-wrapper .shape {

    left: 0%;

  }

}

@media (max-width: 1400px) {

  .video-wrapper .shape {

    display: none;

  }

}



.text-marquee_home1 {

  padding: 30px 0px;

  background-color: #E23E17;

  z-index: 3;

  position: relative;

  overflow: hidden;

}

@media (max-width: 1030px) {

  .text-marquee_home1 {

    padding: 15px 0;

  }

}

.text-marquee_home1 marquee, .text-marquee_home1 .marquee {

  background-color: #E23E17;

  font-family: "Pathway Extreme";

  font-style: normal;

  font-weight: 700;

  font-size: 50px;

  color: #fff;

  line-height: 65px;

  text-align: center;

  text-transform:capitalize;

  /*text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;*/

}

@media (max-width: 1080px) {

  .text-marquee_home1 marquee, .text-marquee_home1 .marquee {

    font-size: 40px;

  }

}

@media (max-width: 768px) {

  .text-marquee_home1 marquee, .text-marquee_home1 .marquee {

    font-size: 30px;

  }

}

@media (max-width: 768px) {

  .text-marquee_home1 marquee, .text-marquee_home1 .marquee {

    font-size: 25px;

  }

}



.text-marquee {

  padding: 30px 0px;

  background-color: #E23E17;

  -webkit-transform: rotate(-5deg);

          transform: rotate(-5deg);

  z-index: 3;

  position: relative;

  overflow: hidden;

  margin-left: -10px;

  margin-right: -10px;

  margin-top: -145px;

}

@media (max-width: 1030px) {

  .text-marquee {

    padding: 15px 0;

    margin-top: -105px;

  }

}

@media (max-width: 767px) {

  .text-marquee {

    padding: 15px 0;

    margin-top: -40px;

  }

}

.text-marquee marquee {

  background-color: #E23E17;

  font-family: "Pathway Extreme";

  font-style: normal;

  font-weight: 700;

  font-size: 50px;

  color: #E23E17;

  line-height: 65px;

  text-align: center;

  text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;

}

@media (max-width: 1080px) {

  .text-marquee marquee {

    font-size: 40px;

  }

}

@media (max-width: 768px) {

  .text-marquee marquee {

    font-size: 30px;

  }

}

@media (max-width: 768px) {

  .text-marquee marquee {

    font-size: 25px;

  }

}



.body-overlay {

  background-color: rgba(0, 0, 0, 0.8);

  height: 100%;

  width: 100%;

  position: fixed;

  top: 0;

  z-index: 55;

  left: 0;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 0.3s ease-out 0s;

  transition: all 0.3s ease-out 0s;

}

.body-overlay:hover {

  cursor: pointer;

}

.body-overlay.opened {

  opacity: 1;

  visibility: visible;

}



iframe {

  width: 550px;

  max-width: 100%;

}



.skill-wrapper .skill_left {

  padding-right: 40px;

}

@media (max-width: 991px) {

  .skill-wrapper .skill_left {

    padding-right: 12px;

  }

}

.skill-wrapper .map iframe {

  width: 100%;

}



.scrolling-text {

  white-space: nowrap;

  overflow: hidden;

  -webkit-animation: scroll-left 50s linear infinite;

          animation: scroll-left 50s linear infinite;

}



@-webkit-keyframes scroll-left {

  0% {

    -webkit-transform: translateX(100%);

            transform: translateX(100%);

  }

  100% {

    -webkit-transform: translateX(-100%);

            transform: translateX(-100%);

  }

}



@keyframes scroll-left {

  0% {

    -webkit-transform: translateX(100%);

            transform: translateX(100%);

  }

  100% {

    -webkit-transform: translateX(-100%);

            transform: translateX(-100%);

  }

}

/* ----------------------------------

    Template Helps Classes - Styles

 ------------------------------------ */

.text-white h1,

.text-white h2,

.text-white h3,

.text-white h4,

.text-white h5,

.text-white h6,

.text-white p,

.text-white span,

.text-white a {

  color: #fff ;

}



.mlm-30 {

  margin-left: -30px;

}



/* padding left */

.pl-5 {

  padding-left: 5px;

}



.pl-10 {

  padding-left: 10px;

}



.pl-15 {

  padding-left: 15px;

}



.pl-20 {

  padding-left: 20px;

}



.pl-25 {

  padding-left: 25px;

}



.pl-30 {

  padding-left: 30px;

}



.pl-35 {

  padding-left: 35px;

}



.pl-40 {

  padding-left: 40px;

}



.pl-45 {

  padding-left: 45px;

}



.pl-50 {

  padding-left: 50px;

}



.pl-60 {

  padding-left: 60px;

}



.pl-65 {

  padding-left: 65px;

}



.pl-70 {

  padding-left: 70px;

}



.pl-75 {

  padding-left: 75px;

}



.pl-80 {

  padding-left: 80px;

}



.pl-90 {

  padding-left: 90px;

}



.pl-100 {

  padding-left: 100px;

}



.pl-110 {

  padding-left: 110px;

}



.pl-115 {

  padding-left: 115px;

}



.pl-120 {

  padding-left: 120px;

}



.pl-125 {

  padding-left: 125px;

}



.pl-130 {

  padding-left: 130px;

}



.pl-140 {

  padding-left: 140px;

}



.pl-150 {

  padding-left: 150px;

}



/* padding right */

.pr-5 {

  padding-right: 5px;

}



.pr-5i {

  padding-right: 5px !important;

}

@media (max-width: 767px) {

  .pr-5i {

    padding-right: 15px !important;

  }

}



.pr-10 {

  padding-right: 10px;

}



.pr-15 {

  padding-right: 15px;

}



.pr-20 {

  padding-right: 20px;

}



.pr-25 {

  padding-right: 25px;

}



.pr-30 {

  padding-right: 30px;

}



.pr-35 {

  padding-right: 35px;

}



.pr-40 {

  padding-right: 40px;

}



.pr-45 {

  padding-right: 45px;

}



.pr-50 {

  padding-right: 50px;

}



.pr-60 {

  padding-right: 60px;

}



.pr-70 {

  padding-right: 70px;

}



.pr-75 {

  padding-right: 75px;

}



.pr-80 {

  padding-right: 80px;

}



.pr-90 {

  padding-right: 90px;

}



.pr-100 {

  padding-right: 100px;

}



.pr-110 {

  padding-right: 110px;

}



.pr-115 {

  padding-right: 115px;

}



.pr-120 {

  padding-right: 120px;

}



.pr-125 {

  padding-right: 125px;

}



.pr-130 {

  padding-right: 130px;

}



.pr-140 {

  padding-right: 140px;

}



.pr-150 {

  padding-right: 150px;

}



/* padding top */

.pt-5 {

  padding-top: 5px;

}



.pt-10 {

  padding-top: 10px;

}



.pt-15 {

  padding-top: 15px;

}



.pt-20 {

  padding-top: 20px;

}



.pt-25 {

  padding-top: 25px;

}



.pt-30 {

  padding-top: 30px;

}



.pt-35 {

  padding-top: 35px;

}



.pt-40 {

  padding-top: 40px;

}



.pt-45 {

  padding-top: 45px;

}



.pt-50 {

  padding-top: 50px;

}



.pt-60 {

  padding-top: 60px;

}



.pt-65 {

  padding-top: 65px;

}



.pt-70 {

  padding-top: 70px;

}



.pt-75 {

  padding-top: 75px;

}



.pt-80 {

  padding-top: 80px;

}



.pt-90 {

  padding-top: 90px;

}



.pt-100 {

  padding-top: 100px;

}



.pt-110 {

  padding-top: 110px;

}



.pt-115 {

  padding-top: 115px;

}



.pt-120 {

  padding-top: 120px;

}



.pt-125 {

  padding-top: 125px;

}



.pt-130 {

  padding-top: 130px;

}



.pt-140 {

  padding-top: 140px;

}



.pt-150 {

  padding-top: 150px;

}



/* padding bottom */

.pb-5 {

  padding-bottom: 5px;

}



.pb-10 {

  padding-bottom: 10px;

}



.pb-15 {

  padding-bottom: 15px;

}



.pb-20 {

  padding-bottom: 20px;

}



.pb-25 {

  padding-bottom: 25px;

}



.pb-30 {

  padding-bottom: 30px;

}



.pb-35 {

  padding-bottom: 35px;

}



.pb-40 {

  padding-bottom: 40px;

}



.pb-45 {

  padding-bottom: 45px;

}



.pb-50 {

  padding-bottom: 50px;

}



.pb-60 {

  padding-bottom: 60px;

}



.pb-65 {

  padding-bottom: 65px;

}



.pb-70 {

  padding-bottom: 70px;

}



.pb-75 {

  padding-bottom: 75px;

}



.pb-80 {

  padding-bottom: 80px;

}



.pb-90 {

  padding-bottom: 90px;

}



.pb-100 {

  padding-bottom: 100px;

}



.pb-110 {

  padding-bottom: 110px;

}



.pb-115 {

  padding-bottom: 115px;

}



.pb-120 {

  padding-bottom: 120px;

}



.pb-125 {

  padding-bottom: 125px;

}



.pb-130 {

  padding-bottom: 130px;

}



.pb-140 {

  padding-bottom: 140px;

}



.pb-150 {

  padding-bottom: 150px;

}



/* margin left */

.ml-5 {

  margin-left: 5px;

}



.ml-10 {

  margin-left: 10px;

}



.ml-15 {

  margin-left: 15px;

}



.ml-20 {

  margin-left: 20px;

}



.ml-25 {

  margin-left: 25px;

}



.ml-30 {

  margin-left: 30px;

}



.ml-35 {

  margin-left: 35px;

}



.ml-40 {

  margin-left: 40px;

}



.ml-45 {

  margin-left: 45px;

}



.ml-50 {

  margin-left: 50px;

}



.ml-60 {

  margin-left: 60px;

}



.ml-70 {

  margin-left: 70px;

}



.ml-75 {

  margin-left: 75px;

}



.ml-80 {

  margin-left: 80px;

}



.ml-90 {

  margin-left: 90px;

}



.ml-100 {

  margin-left: 100px;

}



.ml-110 {

  margin-left: 110px;

}



.ml-115 {

  margin-left: 115px;

}



.ml-120 {

  margin-left: 120px;

}



.ml-125 {

  margin-left: 125px;

}



.ml-130 {

  margin-left: 130px;

}



.ml-140 {

  margin-left: 140px;

}



.ml-150 {

  margin-left: 150px;

}



/* margin right */

.mr-5 {

  margin-right: 5px;

}



.mr-10 {

  margin-right: 10px;

}



.mr-15 {

  margin-right: 15px;

}



.mr-20 {

  margin-right: 20px;

}



.mr-25 {

  margin-right: 25px;

}



.mr-30 {

  margin-right: 30px;

}



.mr-35 {

  margin-right: 35px;

}



.mr-40 {

  margin-right: 40px;

}



.mr-45 {

  margin-right: 45px;

}



.mr-50 {

  margin-right: 50px;

}



.mr-60 {

  margin-right: 60px;

}



.mr-70 {

  margin-right: 70px;

}



.mr-75 {

  margin-right: 75px;

}



.mr-80 {

  margin-right: 80px;

}



.mr-90 {

  margin-right: 90px;

}



.mr-100 {

  margin-right: 100px;

}



.mr-110 {

  margin-right: 110px;

}



.mr-115 {

  margin-right: 115px;

}



.mr-120 {

  margin-right: 120px;

}



.mr-125 {

  margin-right: 125px;

}



.mr-130 {

  margin-right: 130px;

}



.mr-140 {

  margin-right: 140px;

}



.mr-150 {

  margin-right: 150px;

}



/* margin top */

.mt-5 {

  margin-top: 5px;

}



.mt-10 {

  margin-top: 10px;

}



.mt-15 {

  margin-top: 15px;

}



.mt-20 {

  margin-top: 20px;

}



.mt-25 {

  margin-top: 25px;

}



.mt-30 {

  margin-top: 30px;

}



.mt-35 {

  margin-top: 35px;

}



.mt-40 {

  margin-top: 40px;

}



.mt-45 {

  margin-top: 45px;

}



.mt-50 {

  margin-top: 50px;

}



.mt-60 {

  margin-top: 60px;

}



.mt-70 {

  margin-top: 70px;

}



.mt-75 {

  margin-top: 75px;

}



.mt-80 {

  margin-top: 80px;

}



.mt-90 {

  margin-top: 90px;

}



.mt-100 {

  margin-top: 100px;

}



.mt-110 {

  margin-top: 110px;

}



.mt-115 {

  margin-top: 115px;

}



.mt-120 {

  margin-top: 120px;

}



.mt-125 {

  margin-top: 125px;

}



.mt-130 {

  margin-top: 130px;

}



.mt-140 {

  margin-top: 140px;

}



.mt-150 {

  margin-top: 150px;

}



/* margin bottom */

.mb-5 {

  margin-bottom: 5px;

}



.mb-10 {

  margin-bottom: 10px;

}



.mb-15 {

  margin-bottom: 15px;

}



.mb-20 {

  margin-bottom: 20px;

}



.mb-25 {

  margin-bottom: 25px;

}



.mb-30 {

  margin-bottom: 30px;

}



@media (max-width: 767px) {

  .mb-sm-0 {

    margin-bottom: 0;

  }

}



.mb-35 {

  margin-bottom: 35px;

}



.mb-40 {

  margin-bottom: 40px;

}



.mb-45 {

  margin-bottom: 45px;

}



.mb-50 {

  margin-bottom: 50px;

}



.mb-55 {

  margin-bottom: 55px;

}



.mb-60 {

  margin-bottom: 60px;

}



.mb-70 {

  margin-bottom: 70px;

}



.mb-75 {

  margin-bottom: 75px;

}



.mb-80 {

  margin-bottom: 80px;

}



.mb-90 {

  margin-bottom: 90px;

}



.mb-100 {

  margin-bottom: 100px;

}



.mb-110 {

  margin-bottom: 110px;

}



.mb-115 {

  margin-bottom: 115px;

}



.mb-120 {

  margin-bottom: 120px;

}



.mb-125 {

  margin-bottom: 125px;

}



.mb-130 {

  margin-bottom: 130px;

}



.mb-140 {

  margin-bottom: 140px;

}



.mb-150 {

  margin-bottom: 150px;

}



.mmb10 {

  margin-bottom: -10px;

}



.mtm-30 {

  margin-top: -30px;

}



.mbm-30 {

  margin-bottom: -30px;

}



.mbm-50 {

  margin-bottom: -50px;

}



.mlm-30 {

  margin-left: -30px;

}



.mtm-40 {

  margin-top: -40px;

}



.mlm-40 {

  margin-left: -40px;

}



.mlm-50 {

  margin-left: -50px;

}



.mlm-80 {

  margin-left: -80px;

}



.mlm-100 {

  margin-left: -100px;

}



/* background */

.bg-cover {

  background-repeat: no-repeat;

  background-size: cover;

  position: relative;

  background-position: center;

}



.bg-center {

  background-position: center;

}



.bg-contain {

  background-repeat: no-repeat;

  background-size: contain;

  position: relative;

  background-position: left;

}



.bg-right {

  background-repeat: no-repeat;

  background-position: right;

}



.bg-left {

  background-repeat: no-repeat;

  background-position: left;

}



.bg-bottom {

  background-repeat: no-repeat;

  background-position: bottom;

}



.bg-top {

  background-repeat: no-repeat;

  background-position: top;

}



.bg-100 {

  background-size: 100% 100%;

}



.mmb-100 {

  margin-bottom: -100px;

}



.mmb-80 {

  margin-bottom: -80px;

}



.lr-9 {

  margin-left: -9px;

  margin-right: -9px;

}

.lr-9 [class*=col] {

  padding-left: 9px;

  padding-right: 9px;

}



.bg-overlay {

  position: relative;

  z-index: 1;

}

.bg-overlay::before {

  position: absolute;

  left: 0;

  content: "";

  top: 0;

  width: 100%;

  height: 100%;

  opacity: 0.8;

  background-color: #000;

  z-index: -1;

}



.fix {

  position: relative;

  overflow: hidden;

  z-index: 1;

}



.navbar-brand {

  padding: 0;

  margin-right: 0;

}



#scrollUp {

  background-color: #212121;

  border-radius: 50%;

  bottom: 20px;

  color: #ffffff;

  font-size: 22px;

  height: 40px;

  line-height: 40px;

  right: 20px;

  text-align: center;

  width: 40px;

  -webkit-box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);

          box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);

  font-weight: 400;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

#scrollUp:hover {

  background-color: #E23E17;

}



@media only screen and (max-width: 991px) {

  #scrollUp {

    font-size: 15px;

    height: 30px;

    line-height: 30px;

    right: 30px;

    width: 30px;

  }

}

button {

  border: none;

}



section {

  position: relative;

}



@-webkit-keyframes sticky {

  0% {

    opacity: 0;

    margin-top: -120px;

  }

  50% {

    opacity: 0;

    margin-top: -60px;

  }

  100% {

    opacity: 1;

    margin-top: 0;

  }

}



@keyframes sticky {

  0% {

    opacity: 0;

    margin-top: -120px;

  }

  50% {

    opacity: 0;

    margin-top: -60px;

  }

  100% {

    opacity: 1;

    margin-top: 0;

  }

}

.equal {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

}



.equal > [class*=col-] {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

}



.hidden-fix {

  overflow: hidden;

}



@media (max-width: 414px) {

  .d-none-mobile {

    display: none !important;

  }

}



.dark-bg {

  background-color: #000;

}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg a {

  color: #FFFfff;

}

.dark-bg p {

  color: #cacaca;

}



.no-padding .col-12 {

  padding: 0;

}

@media (max-width: 991px) {

  .no-padding .col-12 {

    padding: 0px 15px;

  }

}



header ul, header li, footer ul, footer li {

  list-style: none;

}



.scroll-up-btn a {

  display: inline-block;

  padding: 16px 20px;

  border-radius: 10px;

  line-height: 1;

  background-color: #ffcb61;

}

.scroll-up-btn a:hover {

  color: #fff !important;

}



.map-iframe {

  display: block;

}

.map-iframe iframe {

  width: 100%;

  height: 650px;

}

@media (max-width: 991px) {

  .map-iframe iframe {

    height: 400px;

  }

}

@media (max-width: 767px) {

  .map-iframe iframe {

    height: 300px;

  }

}



.animated {

  -webkit-animation-duration: 1000ms;

          animation-duration: 1000ms;

  -webkit-animation-fill-mode: both;

          animation-fill-mode: both;

}



/* ----------------------------------

	ANIMATION 

 ------------------------------------ */

@-webkit-keyframes left-to-right {

  0% {

    -webkit-transform: translateX(0px);

            transform: translateX(0px);

  }

  50% {

    -webkit-transform: translateX(20px);

            transform: translateX(20px);

  }

  100% {

    -webkit-transform: translateX(0px);

            transform: translateX(0px);

  }

}

@keyframes left-to-right {

  0% {

    -webkit-transform: translateX(0px);

            transform: translateX(0px);

  }

  50% {

    -webkit-transform: translateX(20px);

            transform: translateX(20px);

  }

  100% {

    -webkit-transform: translateX(0px);

            transform: translateX(0px);

  }

}

@-webkit-keyframes right-to-left {

  0% {

    -webkit-transform: translateX(0px);

            transform: translateX(0px);

  }

  50% {

    -webkit-transform: translateX(-20px);

            transform: translateX(-20px);

  }

  100% {

    -webkit-transform: translateX(0px);

            transform: translateX(0px);

  }

}

@keyframes right-to-left {

  0% {

    -webkit-transform: translateX(0px);

            transform: translateX(0px);

  }

  50% {

    -webkit-transform: translateX(-20px);

            transform: translateX(-20px);

  }

  100% {

    -webkit-transform: translateX(0px);

            transform: translateX(0px);

  }

}

@-webkit-keyframes top-to-bottom {

  0% {

    -webkit-transform: translateY(0);

            transform: translateY(0);

  }

  50% {

    -webkit-transform: translateY(-10px);

            transform: translateY(-10px);

  }

  100% {

    -webkit-transform: translateY(0px);

            transform: translateY(0px);

  }

}

@keyframes top-to-bottom {

  0% {

    -webkit-transform: translateY(0);

            transform: translateY(0);

  }

  50% {

    -webkit-transform: translateY(-10px);

            transform: translateY(-10px);

  }

  100% {

    -webkit-transform: translateY(0px);

            transform: translateY(0px);

  }

}

@-webkit-keyframes line-to-bottom {

  0% {

    -webkit-transform: translateY(0%);

            transform: translateY(0%);

  }

  50% {

    -webkit-transform: translateY(800px);

            transform: translateY(800px);

  }

  100% {

    -webkit-transform: translateY(0px);

            transform: translateY(0px);

  }

}

@keyframes line-to-bottom {

  0% {

    -webkit-transform: translateY(0%);

            transform: translateY(0%);

  }

  50% {

    -webkit-transform: translateY(800px);

            transform: translateY(800px);

  }

  100% {

    -webkit-transform: translateY(0px);

            transform: translateY(0px);

  }

}

@-webkit-keyframes line-to-bottom_short {

  0% {

    -webkit-transform: translateY(0%);

            transform: translateY(0%);

  }

  50% {

    -webkit-transform: translateY(170px);

            transform: translateY(170px);

  }

  100% {

    -webkit-transform: translateY(0px);

            transform: translateY(0px);

  }

}

@keyframes line-to-bottom_short {

  0% {

    -webkit-transform: translateY(0%);

            transform: translateY(0%);

  }

  50% {

    -webkit-transform: translateY(170px);

            transform: translateY(170px);

  }

  100% {

    -webkit-transform: translateY(0px);

            transform: translateY(0px);

  }

}

@-webkit-keyframes playVideo {

  0% {

    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);

            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);

  }

  40% {

    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);

            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);

  }

  80% {

    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);

            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);

  }

  100% {

    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);

            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);

  }

}

@keyframes playVideo {

  0% {

    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);

            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);

  }

  40% {

    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);

            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);

  }

  80% {

    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);

            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);

  }

  100% {

    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);

            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);

  }

}

@-webkit-keyframes pluse-icon {

  0% {

    -webkit-transform: translateX(0px);

            transform: translateX(0px);

  }

  50% {

    -webkit-transform: translateX(20px);

            transform: translateX(20px);

  }

  100% {

    -webkit-transform: translateX(0px);

            transform: translateX(0px);

  }

}

@keyframes pluse-icon {

  0% {

    -webkit-transform: translateX(0px);

            transform: translateX(0px);

  }

  50% {

    -webkit-transform: translateX(20px);

            transform: translateX(20px);

  }

  100% {

    -webkit-transform: translateX(0px);

            transform: translateX(0px);

  }

}

@-webkit-keyframes pluse {

  0% {

    -webkit-transform: translateY(0px);

            transform: translateY(0px);

  }

  50% {

    -webkit-transform: translateY(20px);

            transform: translateY(20px);

  }

  100% {

    -webkit-transform: translateY(0px);

            transform: translateY(0px);

  }

}

@keyframes pluse {

  0% {

    -webkit-transform: translateY(0px);

            transform: translateY(0px);

  }

  50% {

    -webkit-transform: translateY(20px);

            transform: translateY(20px);

  }

  100% {

    -webkit-transform: translateY(0px);

            transform: translateY(0px);

  }

}

@-webkit-keyframes circle {

  0% {

    -webkit-transform: rotate(0deg);

            transform: rotate(0deg);

  }

  50% {

    -webkit-transform: rotate(180deg);

            transform: rotate(180deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

            transform: rotate(360deg);

  }

}

@keyframes circle {

  0% {

    -webkit-transform: rotate(0deg);

            transform: rotate(0deg);

  }

  50% {

    -webkit-transform: rotate(180deg);

            transform: rotate(180deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

            transform: rotate(360deg);

  }

}

@-webkit-keyframes playVideo-2 {

  0% {

    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);

            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);

  }

  40% {

    -webkit-box-shadow: 0 0 0 20px rgba(69, 191, 118, 0.199);

            box-shadow: 0 0 0 20px rgba(69, 191, 118, 0.199);

  }

  80% {

    -webkit-box-shadow: 0 0 0 20px rgba(69, 191, 118, 0.039);

            box-shadow: 0 0 0 20px rgba(69, 191, 118, 0.039);

  }

  100% {

    -webkit-box-shadow: 0 0 0 0 rgba(69, 191, 118, 0.097);

            box-shadow: 0 0 0 0 rgba(69, 191, 118, 0.097);

  }

}

@keyframes playVideo-2 {

  0% {

    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);

            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);

  }

  40% {

    -webkit-box-shadow: 0 0 0 20px rgba(69, 191, 118, 0.199);

            box-shadow: 0 0 0 20px rgba(69, 191, 118, 0.199);

  }

  80% {

    -webkit-box-shadow: 0 0 0 20px rgba(69, 191, 118, 0.039);

            box-shadow: 0 0 0 20px rgba(69, 191, 118, 0.039);

  }

  100% {

    -webkit-box-shadow: 0 0 0 0 rgba(69, 191, 118, 0.097);

            box-shadow: 0 0 0 0 rgba(69, 191, 118, 0.097);

  }

}

@keyframes sticky {

  0% {

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

    visibility: visible;

  }

  100% {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}

@-webkit-keyframes pulse {

  0% {

    -webkit-transform: scale(1);

    transform: scale(1);

  }

  50% {

    -webkit-transform: scale(1.1);

    transform: scale(1.1);

  }

  100% {

    -webkit-transform: scale(1);

    transform: scale(1);

  }

}

@keyframes pulse {

  0% {

    -webkit-transform: scale(1);

    transform: scale(1);

  }

  50% {

    -webkit-transform: scale(1.1);

    transform: scale(1.1);

  }

  100% {

    -webkit-transform: scale(1);

    transform: scale(1);

  }

}

.pulse {

  -webkit-animation-name: pulse;

  animation-name: pulse;

}



@-webkit-keyframes tpswing {

  0% {

    -webkit-transform: rotate(25deg);

    transform: rotate(25deg);

  }

  100% {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

  }

}



@keyframes tpswing {

  0% {

    -webkit-transform: rotate(25deg);

    transform: rotate(25deg);

  }

  100% {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

  }

}

@-webkit-keyframes playVideoButton {

  0% {

    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);

    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);

  }

  40% {

    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);

    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);

  }

  80% {

    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);

    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);

  }

  100% {

    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.005);

    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.005);

  }

}

@keyframes playVideoButton {

  0% {

    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);

    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);

  }

  40% {

    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);

    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);

  }

  80% {

    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);

    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);

  }

  100% {

    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.005);

    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.005);

  }

}

@-webkit-keyframes spinner {

  to {

    -webkit-transform: rotateZ(360deg);

    transform: rotateZ(360deg);

  }

}

@keyframes spinner {

  to {

    -webkit-transform: rotateZ(360deg);

            transform: rotateZ(360deg);

  }

}

@-webkit-keyframes letters-loading {

  0%, 75%, 100% {

    opacity: 0;

    -webkit-transform: rotateY(-90deg);

            transform: rotateY(-90deg);

  }

  25%, 50% {

    opacity: 1;

    -webkit-transform: rotateY(0deg);

            transform: rotateY(0deg);

  }

}

@keyframes letters-loading {

  0%, 75%, 100% {

    opacity: 0;

    -webkit-transform: rotateY(-90deg);

            transform: rotateY(-90deg);

  }

  25%, 50% {

    opacity: 1;

    -webkit-transform: rotateY(0deg);

            transform: rotateY(0deg);

  }

}

/* ------------------------------------------------------------------

   Template Default Button, Input Styles - Value Change with Your's Need

 -------------------------------------------------------------------- */

.btnd, .video-btn, .theme-btn {

  line-height: 100%;

  font-weight: 400;

  display: inline-block;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

  text-transform: uppercase;

  font-size: 14px;

}



.btn {

  border: 0;

  background: transparent;

  border-radius: 0;

  line-height: 1;

  padding: 0;

  margin: 0;

  font-size: inherit;

}



.btn:focus {

  -webkit-box-shadow: none;

          box-shadow: none;

}



.theme-btn {

  color: #000;

  padding: 13px 20px;

  background-color: #212121;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}

.theme-btn.style-1 {

  padding: 20px 40px;

  background-color: #E23E17;

  color: #fff;

  text-transform: capitalize;

  font-style: normal;

  font-weight: 600;

  font-size: 14px;

  line-height: 22px;

  border: 1px solid #212121;

  border-radius: 100px;

  overflow: hidden;

}

.theme-btn:hover {

  background: #FFFfff !important;

  color: #212121;

}



.area-btn a {

  padding: 15px 30px;

  border: 1.5px solid #B2E6C7;

  border-radius: 4px;

}

.area-btn a:hover {

  color: #FFFfff;

}



.video-btn i {

  margin-right: 10px;

}



.video-play-btn .play-video {

  border-radius: 50%;

  width: 90px;

  height: 90px;

  border: 1px solid #fff;

  background-color: #E23E17;

  color: #fff;

  line-height: 90px;

  -webkit-transition: 0.3s;

  transition: 0.3s;

  text-align: center;

  -webkit-animation: playVideoButton 3s linear infinite;

          animation: playVideoButton 3s linear infinite;

  display: inline-block;

  margin: 0px auto;

  font-size: 20px;

}

@media (max-width: 767px) {

  .video-play-btn .play-video {

    width: 60px;

    height: 60px;

    line-height: 60px;

    font-size: 14px;

  }

}

.video-play-btn .play-video:hover {

  color: #212121;

  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);

          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);

}

.video-play-btn .play-text {

  font-weight: 700;

}



/***********************************

PAGE LOAD ANIMATION

***********************************/

.preloader {

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  cursor: default;

  position: fixed;

  z-index: 9999999;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.preloader .animation-preloader {

  z-index: 1000;

}

.preloader .animation-preloader .spinner {

  -webkit-animation: spinner 1s infinite linear;

          animation: spinner 1s infinite linear;

  border-radius: 50%;

  border: 3px solid rgba(0, 0, 0, 0.2);

  border-top-color: #342;

  height: 9em;

  margin: 0 auto 3.5em auto;

  width: 9em;

}

@media (max-width: 767px) {

  .preloader .animation-preloader .spinner {

    width: 7.5em;

    height: 7.5em;

    margin: 0 auto 1.5em auto;

  }

}

.preloader .animation-preloader .txt-loading {

  font-size: 80px;

  line-height: 118px;

  text-align: center;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;

  font-weight: 700;

}

@media (max-width: 767px) {

  .preloader .animation-preloader .txt-loading {

    font-size: 50px;

    line-height: 77px;

  }

}

@media (max-width: 575px) {

  .preloader .animation-preloader .txt-loading {

    font-size: 36px;

    line-height: 58px;

  }

}

.preloader .animation-preloader .txt-loading .letters-loading {

  color: #E23E17;

  position: relative;

}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {

  -webkit-animation-delay: 0.2s;

          animation-delay: 0.2s;

}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {

  -webkit-animation-delay: 0.4s;

          animation-delay: 0.4s;

}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {

  -webkit-animation-delay: 0.6s;

          animation-delay: 0.6s;

}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {

  -webkit-animation-delay: 0.8s;

          animation-delay: 0.8s;

}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {

  -webkit-animation-delay: 1s;

          animation-delay: 1s;

}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {

  -webkit-animation-delay: 1.2s;

          animation-delay: 1.2s;

}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {

  -webkit-animation-delay: 1.4s;

          animation-delay: 1.4s;

}

.preloader .animation-preloader .txt-loading .letters-loading::before {

  -webkit-animation: letters-loading 4s infinite;

          animation: letters-loading 4s infinite;

  color: #212121;

  content: attr(data-text-preloader);

  left: 0;

  opacity: 0;

  position: absolute;

  top: -3px;

  -webkit-transform: rotateY(-90deg);

          transform: rotateY(-90deg);

}

.preloader p {

  font-size: 15px;

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: 8px;

  color: #000;

}

.preloader .loader {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  font-size: 0;

  z-index: 1;

  pointer-events: none;

}

.preloader .loader .row {

  height: 100%;

}

.preloader .loader .loader-section {

  padding: 0px;

}

.preloader .loader .loader-section .bg {

  background-color: #fff;

  height: 100%;

  left: 0;

  width: 100%;

  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);

  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);

}

.preloader.loaded .animation-preloader {

  opacity: 0;

  -webkit-transition: 0.3s ease-out;

  transition: 0.3s ease-out;

}

.preloader.loaded .loader-section .bg {

  width: 0;

  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);

  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);

}



/* ----------------------------------

    Template Section Styles

 ------------------------------------*/

/* ----------------------------------

	Header Section Styles

 ------------------------------------ */

header {

  width: 100%;

  z-index: 9999;

  /* ------ top header------ */

  /* ----active------ */

}

header.sticky .main-1 {

  top: 0%;

  background-color: #FFFfff;

  position: fixed;

  z-index: 66;

  -webkit-animation: sticky 1s both;

          animation: sticky 1s both;

  width: 100%;

  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

header.sticky .main-3 {

  top: 0%;

  background-color: #000;

  position: fixed;

  z-index: 66;

  -webkit-animation: sticky 1s both;

          animation: sticky 1s both;

  width: 100%;

  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

header.sticky .main-3 .logo {

  display: block;

}

header.sticky .main-4 {

  display: block !important;

  top: 0%;

  background-color: #fff;

  position: fixed;

  z-index: 1;

  -webkit-animation: sticky 1s both;

          animation: sticky 1s both;

  width: 100%;

  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

@media (max-width: 992px) {

  header.sticky .main-4 {

    display: none !important;

  }

}

header.sticky .main-4 .logo {

  display: block; padding:15px;

}

header.sticky .main-4 .logo img{

	width:50%;

}

header .main-3 .logo {

  display: none;

}

header .main-4 {

  display: none;

}

header.header-2 {

  position: relative;

}

header.header-2 .main-right a .content small {

  font-size: 12px;

  line-height: 16px;

}

header.header-2 .main-right a .content h6 {

  font-size: 16px;

  line-height: 20px;

}

header.header-2 .main-right a:last-child {

  background: #E23E17;

  border: 1px solid #212121;

 /* border-radius: 100px;*/

  padding: 14px 18px;

  position: relative;

  z-index: 1;

  overflow: hidden;

  color:#fff;

}

header.header-2 .main-right a:first-child .icons, header.header-2 .main-right a:first-child .content small, header.header-2 .main-right a:first-child .content h6 {

  color: #fff !important;

}

header.header-2 .main-right a:first-child .icons svg, header.header-2 .main-right a:first-child .content small svg, header.header-2 .main-right a:first-child .content h6 svg {

  fill: #fff;

}

@media (max-width: 1250px) {

  header.header-2 .main-right a:first-child {

    display: none !important;

  }

}

header.header-3 {

	background:#fff;

 /* background: rgba(0,20,60,5);*/	



}

@media (max-width: 992px) {

  header.header-3 {

    background-color: #000;

  }

}

header.header-3 .logo a::after {

  display: none !important;

}

header.header-3 .logo a:last-child {

  background: none !important;

  border: none !important;

  border-radius: none;

  padding: none;

  position: relative;

  z-index: 1;

  overflow: hidden;

}

@media (max-width: 1100px) {

  header.header-3 .open-time {

    display: none;

  }

}

header.header-3 .header-search a {

  font-size: 18px;

  color: #FFFfff;

  margin-right: 10px;

}

header.header-3 .search-box {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100vh;

  background: rgba(16, 32, 57, 0.6980392157);

  z-index: 10;

  -webkit-transition: 0.3s;

  transition: 0.3s;

  opacity: 0;

  visibility: hidden;

  -webkit-transform: scaleX(0);

          transform: scaleX(0);

}

header.header-3 .search-box.show {

  opacity: 1 !important;

  visibility: visible !important;

  -webkit-transform: scaleX(1) !important;

          transform: scaleX(1) !important;

}

header.header-3 .search-box form {

  position: absolute;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  max-width: 600px;

  width: 90%;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

          transform: translate(-50%, -50%);

}

header.header-3 .search-box form input {

  border: 0px;

  width: 100%;

  line-height: 1;

  padding: 0px 20px;

  color: #212121;

  font-size: 16px;

  height: 60px;

  background-color: #FFFfff;

}

header.header-3 .search-box form button {

  border: 0px;

  position: absolute;

  right: 0;

  top: 0;

  display: inline-block;

  height: 60px;

  background-color: #E23E17;

  color: #FFFfff;

  text-align: center;

  padding: 0px 25px;

  font-size: 16px;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}

header.header-3 .search-box form button:hover {

  color: #FFFfff;

}

header.header-3 .search-box .close-icon {

  position: absolute;

  top: 20px;

  right: 25px;

  padding: 5px;

  cursor: pointer;

  -webkit-transition: 0.3s;

  transition: 0.3s;

}

header.header-3 .search-box .close-icon i {

  font-size: 30px;

  color: #FFFfff;

}

header .logo.logo-2 {

  background: #fff;

  height: 100%;

  padding: 36px 10px;

}



@media (max-width: 992px) {

  header .logo.logo-2 {

    padding: 11px 0px;

  }

}

header .header-top {

  position: relative;

  background-color: #e6e6e6;

      border-end-start-radius: 15px;

}

header .header-top.header-top-2 {

  z-index: 1;

}

/*header .header-top.header-top-2::before {

  position: absolute;

  clear: both;

  display: none;

  content: "";

  width: 40px;

  height: 100%;

  background-color: #f8f8f8;

  left: 0px;

  top: 0%;

  -webkit-clip-path: polygon(33 0, 0 100%, 100% 100%);

          clip-path: polygon(0 0, 0 100%, 100% 100%);

  z-index: 5;

}*/

header .header-top .top-left .icon-left > li {

  background: rgba(255, 255, 255, 0.07);

}

header .header-top .top-left .icon-left > li a {

  padding: 20px 10px;

  line-height: 50px;

  font-size: 16px;

  color: #000059;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

header .header-top .top-left .icon-left > li a:hover {

  color: #E23E17;

}

header .header-top .mail a {

  font-weight: 400;

  font-size: 16px;

  line-height: 10px;

  text-transform: lowercase;

  color: #000059;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

header .header-top .mail a i {

  margin-right: 7px;

}

header .header-top .mail a:hover {

  color: #fff;

}

header .header-top::after {

  position: absolute;

  clear: both;

  display: block;

  content: "";

  width: 50px;

  height: 100%;

  right: 0%;

  background-color: #E23E17;

  top: 0%;

  z-index: 5;

}

@media (max-width: 1370px) {

  header .header-top::after {

    display: none !important;

  }

}

header .top-right ul > li {

  position: relative;

  padding: 0px 7px;

}

header .top-right ul > li a {

  font-weight: 400;

  font-size: 14px;

  line-height: 19px;

  text-transform: capitalize;

  color: #E23E17;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

header .top-right ul > li a:hover {

  color: #222;

}

header .top-right ul > li::after {

  position: absolute;

  clear: both;

  display: none;

  content: "";

  width: 1px;

  height: 100%;

  background-color: rgba(247, 242, 236, 0.2);

  -webkit-transform: rotate(15deg);

          transform: rotate(15deg);

  right: 0%;

  top: 0%;

  z-index: 5;

}

header .top-right ul > li:last-child::after {

  display: none !important;

}

header .main-header.main-2 {

  position: relative;

  z-index: 1;

}

header .main-header.main-2::after {

  position: absolute;

  clear: both;

  display: none;

  content: "";

  width: 15px;

  height: 100%;

  background-color: #f8f8f8;

  left: -16px;

  top: 0%;

  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);

          clip-path: polygon(0 0, 0 100%, 100% 0);

  z-index: 5;

}

@media (max-width: 992px) {

  header .main-header.main-2::after {

    display: none;

  }

}

header .main-header-wrapper .menu.menu-2 ul > li {

  margin: 0px 10px;

  display: inline-block;

  position: relative;

}

header .main-header-wrapper .menu.menu-2 ul > li > a {

  font-family: "Pathway Extreme", sans-serif;

  color: #000059;

  font-weight: 600;

  padding: 5px 28px;

  font-size:17px;

  display: inline-block;

  background-color: transparent;

}

header.sticky .main-header-wrapper .menu.menu-2 ul > li > a {

  font-family: "Pathway Extreme", sans-serif;

  color: #00143d;

  font-weight: 600;

  padding: 5px 20px;

  display: inline-block;

  background-color: transparent;

}

header .main-header-wrapper .menu.menu-2 ul > li > a:hover {

  color: #E23E17;

}

header .main-header-wrapper .menu.menu-2.menu-3 ul > li {

  margin: 0px 0px !important;

}

header .main-header-wrapper .menu ul > li {

  margin: 0px 25px;

  position: relative;

}

header .main-header-wrapper .menu ul > li > a {

  font-family: "Pathway Extreme", sans-serif;

  font-weight: 500;

  padding: 5px 10px;

  background-color: #E23E17;

}

header .main-header-wrapper .menu ul > li > ul {

  position: absolute;

  top: 100%;

  width: 320px;

  background-color: #E23E17;

  left: 0;

  z-index: 999;

  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);

          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);

  visibility: hidden;

  opacity: 0;

  -webkit-transform: translateY(40px);

          transform: translateY(40px);

  -webkit-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;

  padding: 10px 0px;

}

header .main-header-wrapper .menu ul > li > ul li {

  display: block !important;

  margin: 0px 0px;

}

header .main-header-wrapper .menu ul > li > ul li a {

  display: block !important;

  background-color: transparent !important;

  padding: 12px 25px;

  color: #fff !important;

}

header .main-header-wrapper .menu ul > li > ul li a:hover {

  color: #f5f5f5 !important;

  margin-left: 20px;

}

header .main-header-wrapper .menu ul > li > ul li::after {

  z-index: -1;

  clear: both;

  display: block;

  content: "";

  position: absolute;

  left: 5%;

  height: 1px;

  width: 0px;

  top: 50%;

  visibility: visible;

  background: #fff;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

header .main-header-wrapper .menu ul > li > ul li:hover::after {

  height: 1px;

  width: 10px;

}

header .main-header-wrapper .menu ul > li > ul ul {

  left: 100%;

  top: 0;

}

header .main-header-wrapper .menu ul > li:hover ul {

  visibility: visible;

  opacity: 1;

  -webkit-transform: translateY(20px);

          transform: translateY(20px);

}

header .main-right a .icons {

  position: relative;

  z-index: 1;

}

header .main-right a .icons::after {

  z-index: -1;

  clear: both;

  border-radius: 300px;

  display: block;

  content: "";

  position: absolute;

  left: 0.9%;

  height: 20px;

  width: 20px;

  top: 0.77%;

  visibility: visible;

  background: #E23E17;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

header .main-right a .content small {

  color: #212121;

  font-style: normal;

  font-weight: 400;

  font-size: 14px;

  line-height: 22px;

  font-family: "Open Sans", sans-serif;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

@media (max-width: 992px) {

  header .main-right a .content small {

    font-size: 12px;

    line-height: 16px;

  }

}

header .main-right a .content h6 {

  color: #212121;

  font-style: normal;

  font-weight: 700;

  font-size: 18px;

  line-height: 28px;

  font-family: "Open Sans", sans-serif;

  margin-bottom: 0;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

@media (max-width: 992px) {

  header .main-right a .content h6 {

    font-size: 14px;

    line-height: 18px;

  }

}

header .main-right a:hover .icons::after {

  left: auto;

  right: 0.9% !important;

}

header .main-right a:last-child, header .main-right a.head-btn {

  background: #E23E17;

  border-radius: 100px;

  padding: 15px 30px;

  position: relative;

  z-index: 1;

  overflow: hidden;

}

header .main-right a:last-child::after, header .main-right a.head-btn::after {

  z-index: -1;

  clear: both;

  display: block;

  content: "";

  position: absolute;

  left: 0.9%;

  height: 0;

  width: 0;

  top: 0.77%;

  visibility: visible;

  background: #00143d;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

header .main-right a:last-child:hover, header .main-right a.head-btn:hover {

  color: #ffffff;

}

header .main-right a:last-child:hover::after, header .main-right a.head-btn:hover::after {

  left: auto;

  right: 0% !important;

  top: 0%;

  bottom: 0%;

  width: 100%;

  height: 100%;

}



/*.header-get {

  background: transparent;

  width: 100%;

  height: 50px;

}*/



/* ---------------------------------

   Mobile Menu Style 

------------------------------------*/

.mobile-menu-wrapper {

  position: fixed;

  overflow: auto;

  right: -320px;

  top: 0;

  width: 320px;

  height: 100vh;

  scroll-behavior: smooth;

  overflow-y: scroll;

  -webkit-transition: right 0.5s ease-in;

  transition: right 0.5s ease-in;

  background-color: #FFFfff;

  padding: 20px;

  z-index: 999;

  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);

          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);

}

.mobile-menu-wrapper.show {

  right: 0px;

}

.mobile-menu-wrapper button {

  border: 0;

  background: transparent !important;

  color: #060606;

  border-radius: 30px;

  font-size: 20px;

  position: absolute;

  left: 20px;

  top: 10px;

}

.mobile-menu-wrapper .mobile-menu {

  position: relative !important;

  padding-top: 70px;

}

.mobile-menu-wrapper .mobile-menu .mobile-menu-section ul {

  margin: 0;

  padding: 0;

  list-style: none;

  background-color: transparent;

}

.mobile-menu-wrapper .mobile-menu .mobile-menu-section ul li {

  display: block !important;

}

.mobile-menu-wrapper .mobile-menu .mobile-menu-section .metismenu {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

}

.mobile-menu-wrapper .mobile-menu .mobile-menu-section .metismenu > li {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

}

.mobile-menu-wrapper .mobile-menu .mobile-menu-section .metismenu a {

  position: relative;

  display: block;

  padding: 10px 15px;

  -webkit-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

  text-decoration: none;

  color: #000;

  outline-width: 0;

  text-transform: capitalize;

  border-bottom: 1px solid rgba(0, 0, 0, 0.05);

}

.mobile-menu-wrapper .mobile-menu .mobile-menu-section .metismenu ul a {

  padding: 10px 15px 10px 35px;

  position: relative;

}

.mobile-menu-wrapper .mobile-menu .mobile-menu-section .metismenu ul a::before {

  clear: both;

  display: block;

  content: "\f067";

  position: absolute;

  right: 0;

  top: 0;

}

.mobile-menu-wrapper .mobile-menu .mobile-menu-section .metismenu ul a:hover {

  padding-left: 40px;

}

.mobile-menu-wrapper .mobile-menu .mobile-menu-section .metismenu ul a:hover::before {

  background-color: #FFFfff;

}

.mobile-menu-wrapper .mobile-menu .mobile-menu-section .metismenu ul a::before {

  position: absolute;

  left: 15px;

  width: 10px;

  height: 10px;

  border-radius: 50%;

  border: 2px solid #FFFfff;

  content: "";

  top: 50%;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);

}

.mobile-menu-wrapper .mobile-menu .mobile-menu-section .metismenu ul ul {

  list-style-type: circle !important;

}

.mobile-menu-wrapper .mobile-menu .mobile-menu-section .metismenu ul ul a {

  padding: 10px 15px 10px 45px;

}

.mobile-menu-wrapper .mobile-menu .metismenu .has-arrow {

  background: #fff;

}

.mobile-menu-wrapper .mobile-menu .mobile-menu-section .metismenu a:hover,

.mobile-menu-wrapper .mobile-menu .mobile-menu-section .metismenu a:focus,

	.mobile-menu-wrapper .mobile-menu .mobile-menu-section .metismenu a:active {

  text-decoration: none;

  color: #FFFfff;

  background: #223C74;

}

.mobile-menu-wrapper .mobile-menu .metismenu .has-arrow::after {

  position: absolute;

  content: "";

  width: 0.5em;

  height: 0.5em;

  border-width: 1px 0 0 1px;

  border-style: solid;

  border-color: initial;

  right: 1em;

  -webkit-transform: rotate(-45deg) translate(0, -50%);

          transform: rotate(-45deg) translate(0, -50%);

  -webkit-transform-origin: top;

          transform-origin: top;

  top: 50%;

  -webkit-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.mobile-menu-wrapper .mobile-menu .metismenu .active > .has-arrow::after, .mobile-menu-wrapper .mobile-menu .metismenu .has-arrow[aria-expanded=true]::after {

  -webkit-transform: rotate(-135deg) translate(0, -50%);

          transform: rotate(-135deg) translate(0, -50%);

}

.mobile-menu-wrapper .mobile-menu .offset-menu-footer {

  margin-top: 35px;

}

.mobile-menu-wrapper .mobile-menu .offset-menu-social-icon a {

  font-size: 14px;

  display: inline-block;

  border-radius: 50%;

  width: 40px;

  height: 40px;

  line-height: 42px;

  text-align: center;

  margin-right: 5px;

  font-weight: 400;

}



/* ---------------------------------

    Offset Canvas Menu Style 

------------------------------------*/

.offset-menu-right, .nav-bar {

  padding: 27px 10px;

  cursor: pointer;

  background-color: #00143d !important;

}

.offset-menu-right.offset-menu-right-2, .nav-bar.offset-menu-right-2 {

  padding: 27px 20px;

  background: rgba(255, 255, 255, 0.03);

}



.offset-menu-wrapper {

  background-color: #FFFfff;

  overflow: auto;

  width: 360px;

  position: fixed;

  height: 100vh;

  top: 0;

  z-index: 9999;

  opacity: 0;

  visibility: hidden;

  right: -100%;

  -webkit-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;

  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);

          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);

}

.offset-menu-wrapper.show {

  opacity: 1;

  visibility: visible;

  right: 0%;

}

.offset-menu-wrapper .offset-menu-logo {

  margin-bottom: 50px;

}

.offset-menu-wrapper .offset-menu-about {

  padding-top: 50px;

}

.offset-menu-wrapper .theme-btn {

  padding: 15px 30px;

}

.offset-menu-wrapper .theme-btn:hover {

  background: #E23E17 !important;

  color: #FFFfff;

}

.offset-menu-wrapper .offset-menu-social-icon {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  gap: 10px;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

}

.offset-menu-wrapper .offset-menu-social-icon a {

  width: 40px;

  height: 40px;

  border-radius: 0px !important;

  border: 1px solid #212121;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  font-size: 18px !important;

}

.offset-menu-wrapper .offset-menu-social-icon a:hover {

  background-color: #E23E17 !important;

  color: #212121 !important;

  border: 1px solid #E23E17;

}



.offset-menu {

  position: relative !important;

  padding: 10px 20px 30px 20px;

}

.offset-menu #offset-menu-close-btn {

  background: transparent;

  position: absolute;

  right: 25px;

  font-size: 30px;

  -webkit-transform: rotate(45deg);

          transform: rotate(45deg);

  color: #212121;

  cursor: pointer;

  -webkit-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  z-index: 9;

  top: 30px;

}

.offset-menu #offset-menu-close-btn:hover {

  color: #E23E17;

}

.offset-menu .mobile-menu-section ul {

  margin: 0;

  padding: 0;

  list-style: none;

  background-color: transparent;

}

.offset-menu .mobile-menu-section ul li {

  display: block !important;

}

.offset-menu .mobile-menu-section .metismenu {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

}

.offset-menu .mobile-menu-section .metismenu > li {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

}

.offset-menu .mobile-menu-section .metismenu a {

  position: relative;

  display: block;

  padding: 10px 15px;

  -webkit-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

  text-decoration: none;

  color: #000;

  outline-width: 0;

  text-transform: capitalize;

  border-bottom: 1px solid rgba(0, 0, 0, 0.05);

}

.offset-menu .mobile-menu-section .metismenu ul a {

  padding: 10px 15px 10px 35px;

  position: relative;

}

.offset-menu .mobile-menu-section .metismenu ul a::before {

  clear: both;

  display: block;

  content: "\f067";

  position: absolute;

  right: 0;

  top: 0;

}

.offset-menu .mobile-menu-section .metismenu ul a:hover {

  padding-left: 40px;

}

.offset-menu .mobile-menu-section .metismenu ul a:hover::before {

  background-color: #FFFfff;

}

.offset-menu .mobile-menu-section .metismenu ul a::before {

  position: absolute;

  left: 15px;

  width: 10px;

  height: 10px;

  border-radius: 50%;

  border: 2px solid #FFFfff;

  content: "";

  top: 50%;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);

}

.offset-menu .mobile-menu-section .metismenu ul ul {

  list-style-type: circle !important;

}

.offset-menu .mobile-menu-section .metismenu ul ul a {

  padding: 10px 15px 10px 45px;

}

.offset-menu .metismenu .has-arrow {

  background: #E23E17;

}

.offset-menu .mobile-menu-section .metismenu a:hover,

.offset-menu .mobile-menu-section .metismenu a:focus,

.offset-menu .mobile-menu-section .metismenu a:active {

  text-decoration: none;

  color: #FFFfff;

  background: #212121;

}

.offset-menu .metismenu .has-arrow::after {

  position: absolute;

  content: "";

  width: 0.5em;

  height: 0.5em;

  border-width: 1px 0 0 1px;

  border-style: solid;

  border-color: initial;

  right: 1em;

  -webkit-transform: rotate(-45deg) translate(0, -50%);

          transform: rotate(-45deg) translate(0, -50%);

  -webkit-transform-origin: top;

          transform-origin: top;

  top: 50%;

  -webkit-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.offset-menu .metismenu .active > .has-arrow::after, .offset-menu .metismenu .has-arrow[aria-expanded=true]::after {

  -webkit-transform: rotate(-135deg) translate(0, -50%);

          transform: rotate(-135deg) translate(0, -50%);

}

.offset-menu .offset-menu-footer {

  margin-top: 35px;

}

.offset-menu .offset-menu-social-icon a {

  font-size: 14px;

  display: inline-block;

  border-radius: 50%;

  width: 40px;

  height: 40px;

  line-height: 42px;

  text-align: center;

  margin-right: 5px;

  font-weight: 400;

}



.offset-menu h6{font-size:14px; text-transform:lowercase;}

#scrollUp {

  background-color: #212121;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

#scrollUp:hover {

  background-color: #E23E17;

  color: #FFFfff;

}



#offset-menu-close-btn i {

  -webkit-transition: 0.9s;

  transition: 0.9s;

  -webkit-transform: rotate(45deg);

          transform: rotate(45deg);

}



#offset-menu-close-btn i:hover {

  -webkit-transform: rotate(360deg);

          transform: rotate(360deg);

}



/* ----------------------------------

	HERO SECTION STYLE

 ------------------------------------ */

.hero-wrapper.hero-1 .hero-single-slider {

  position: relative;

  padding: 50px 0px 50px 0px;

  z-index: 1;

  position: relative;

}

@media (max-width: 992px) {

  .hero-wrapper.hero-1 .hero-single-slider {

    padding: 200px 0px 120px 0px;

  }

}

@media (max-width: 768px) {

  .hero-wrapper.hero-1 .hero-single-slider {

    padding: 160px 0px 110px 0px;

  }

}

@media (max-width: 578px) {

  .hero-wrapper.hero-1 .hero-single-slider {

    padding: 120px 0px 100px 0px;

  }

}

.hero-wrapper.hero-1 .hero-single-slider .hero-content h1 {

  font-weight: 700;

  font-size: 50px;

  line-height: 60px;

  color: #FFFfff;

  margin-bottom: 25px;

}

@media (max-width: 1040px) {

  .hero-wrapper.hero-1 .hero-single-slider .hero-content h1 {

    font-size: 52px;

    line-height: 66px;

  }

}

@media (max-width: 992px) {

  .hero-wrapper.hero-1 .hero-single-slider .hero-content h1 {

    font-size: 48px;

    line-height: 62px;

  }

}

@media (max-width: 768px) {

  .hero-wrapper.hero-1 .hero-single-slider .hero-content h1 {

    font-size: 42px;

    line-height: 52px;

  }

}

@media (max-width: 578px) {

  .hero-wrapper.hero-1 .hero-single-slider .hero-content h1 {

    font-size: 40px;

    line-height: 50px;

  }

}

.hero-wrapper.hero-1 .hero-single-slider .hero-content h1 span {

  font-family: "Pathway Extreme";

  font-style: normal;

  font-weight: 700;

  font-size: 96px;

  line-height: 106px;

  color: rgba(0, 0, 0, 0.3137254902);

  opacity: 0.5;

  text-shadow: -1px 1px 0 #FFFfff, 1px 1px 0 #FFFfff, 1px -1px 0 #FFFfff, -1px -1px 0 #FFFfff;

}

@media (max-width: 1040px) {

  .hero-wrapper.hero-1 .hero-single-slider .hero-content h1 span {

    font-size: 52px;

    line-height: 66px;

  }

}

@media (max-width: 992px) {

  .hero-wrapper.hero-1 .hero-single-slider .hero-content h1 span {

    font-size: 48px;

    line-height: 62px;

  }

}

@media (max-width: 768px) {

  .hero-wrapper.hero-1 .hero-single-slider .hero-content h1 span {

    font-size: 42px;

    line-height: 52px;

  }

}

@media (max-width: 578px) {

  .hero-wrapper.hero-1 .hero-single-slider .hero-content h1 span {

    font-size: 40px;

    line-height: 50px;

  }

}

.hero-wrapper.hero-1 .hero-single-slider .hero-content h1 span.dif-text {

  font-family: "ABeeZee";

}

.hero-wrapper.hero-1 .hero-single-slider .hero-content p {

  font-weight: 400;

  font-size: 18px;

  line-height: 30px;

  color: #FFFfff;

  max-width: 650px;

  margin-bottom: 50px;

  height:60px

}

.hero-wrapper.hero-1 .hero-single-slider .hero-content a {

  background: #E23E17;

  color:#fff;

  border: 1px solid #fff;

  border-radius: 100px;

  padding: 15px 30px;

  position: relative;

  z-index: 1;

}

.hero-wrapper.hero-1 .hero-single-slider:before {

  top: 0;

  left: 0;

  z-index: -1;

  width: 100%;

  height: 100%;

  content: "";

  position: absolute;

  background: -webkit-gradient(linear, left top, right top, from(#212121), to(rgba(33, 33, 33, 0.5)));

  background: linear-gradient(90deg, #212121 0%, rgba(33, 33, 33, 0.5) 100%);

}

.hero-wrapper.hero-1 .hero-single-slider .left-element {

  position: absolute;

  top: 0;

  left: 0%;

  z-index: -2;

}

.hero-wrapper.hero-1 .hero-single-slider .right-element {

  position: absolute;

  top: 0;

  right: 0%;

  z-index: -2;

}

.hero-wrapper.hero-1 .hero-single-slider .bottom-element {

  position: absolute;

  bottom: 0;

  left: 0%;

  z-index: -2;

}

.hero-wrapper.hero-1 .hero-single-slider .top-element {

  position: absolute;

  right: 0;

  top: 0%;

  z-index: 2;

}

.hero-wrapper.hero-1 .hero-single-slider .top-element-2 {

  position: absolute;

  right: 10%;

  top: 0%;

  z-index: -2;

}

.hero-wrapper.hero-1 .shape {

  position: absolute;

  bottom: 0%;

  right: 11%;

  z-index: -2;

}

.hero-wrapper.hero-1 .shape-left {

  position: absolute;

  left: 0;

  bottom: 25%;

  z-index: -1;

}

.hero-wrapper.hero-1.hero-4 .hero-content h1 {

  color: #FFF;

  font-size: 36px;

  font-family: "Pathway Extreme", sans-serif;

  font-weight: 700;

  line-height: 25px;

}

.bg-light{background:#fff !important;}

@media (max-width: 992px) {

  .hero-wrapper.hero-1.hero-4 .hero-content h1 {

    font-size: 80px;

    line-height: 100px;

  }

}

@media (max-width: 768px) {

  .hero-wrapper.hero-1.hero-4 .hero-content h1 {

    font-size: 50px;

    line-height: 80px;

  }

}

@media (max-width: 578px) {

  .hero-wrapper.hero-1.hero-4 .hero-content h1 {

    font-size: 40px;

    line-height: 50px;

  }

}

.hero-wrapper.hero-1.hero-4 .hero-content .bread_c {

  display: inline-block;

  margin-top: -60px;

  padding: 0px;

  position: relative;

}

.hero-wrapper.hero-1.hero-4 .hero-content .bread_c::after {

  content: "";

  width: 100%;

  height: 100%;

  position: absolute;

  /*background-color: #E23E17;*/

  left: 0;

  top: 0;

  mix-blend-mode: multiply;

  z-index: 1;

}

.hero-wrapper.hero-1.hero-4 .hero-content .bread_c p.breadcrumb {

  font-weight: 400;

  font-size: 18px;

  line-height: 30px;

  color: #FFFfff;

  max-width: auto;

  margin-bottom: 0px;

}

.hero-wrapper.hero-1.hero-4 .hero-content .bread_c p.breadcrumb a {

  color: #fff;

  font-weight: 400;

  font-size: 18px;

  line-height: 30px;

  border: none;

  padding: 0;

  background-color: transparent;

  z-index: 99;

}

@media (max-width: 767px) {

  .hero-wrapper.hero-1.hero-4 .hero-content .bread_c {

    margin-top: -40px;

    padding: 40px 20px 10px;

  }

}

@media (max-width: 1030px) {

  .hero-wrapper.hero-1.hero-4 .small_width {

    width: 12%;

  }

}

.hero-wrapper.hero-1.hero-border {

  border-bottom: 2px solid #E23E17;

}



.shape-bottom-2 {

  position: absolute;

  bottom: 0;

  left: 50%;

}



.breadcrumb-right-element {

  position: absolute;

  right: 0;

  bottom: -110px;

}



.breadcrumb-video {

  position: absolute;

  right: 231px;

  top: 31%;

  -webkit-transform: translate(-50%, 50%);

          transform: translate(-50%, 50%);

  z-index: 1;

}



.breadcrumb-shape {

  position: absolute;

  right: 208px;

  bottom: -146px;

}



/* ----------------------------------

	CONTACT SECTION STYLEING

 ------------------------------------ */

.contact-wrapper.content-1 {

  position: relative;

}

.contact-wrapper.content-1 .contact-img {

  position: absolute;

  bottom: 0;

  width: 335px;

  z-index: -1;

  height: auto;

  left: 6%;

}

@media (max-width: 1500px) {

  .contact-wrapper.content-1 .contact-img {

    left: 0;

  }

}

@media (max-width: 1020px) {

  .contact-wrapper.content-1 .contact-img {

    display: none;

  }

}

.contact-wrapper.content-1 .shape-element {

  left: 18%;

  position: absolute;

  top: calc(30% + 20px);

  -webkit-animation: right-to-left 4s ease-in-out infinite;

          animation: right-to-left 4s ease-in-out infinite;

}

@media (max-width: 1020px) {

  .contact-wrapper.content-1 .shape-element {

    display: none;

  }

}

.contact-wrapper .location-map iframe {

  width: 100%;

}

@media (max-width: 767px) {

  .contact-wrapper .res-column {

    margin-top: 60px;

  }

}

.contact-wrapper .contact-left {

  margin-right: 40px;

}

@media (max-width: 767px) {

  .contact-wrapper .contact-left {

    margin-right: 0;

  }

}

.contact-wrapper .contact-right {

  position: relative;

}

.contact-wrapper .contact-right .img {

  display: inline-block;

  position: absolute;

  left: -18%;

  top: 15%;

}

@media (max-width: 1200px) {

  .contact-wrapper .contact-right .img {

    left: -30%;

  }

}



.single-contact-left {

  max-width: 650px;

  margin-left: 40%;

}

.single-contact-left .section-title h2 {

  font-family: "Pathway Extreme";

  font-style: normal;

  font-weight: 700;

  font-size: 50px;

  line-height: 68px;

  color: #FFFfff;

  text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;

  text-transform: capitalize;

}

@media (max-width: 767px) {

  .single-contact-left .section-title h2 {

    font-size: 40px;

    line-height: 52px;

  }

}

.single-contact-left .link-custome ul > li {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  gap: 30px;

  padding: 20px 0px;

  border-bottom: 1px solid #212121;

}

.single-contact-left .link-custome ul > li a {

  display: block;

  font-style: normal;

  font-weight: 700;

  font-size: 20px;

  line-height: 34px;

  color: #212121;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

@media (max-width: 1020px) {

  .single-contact-left {

    margin-left: 1%;

  }

}

@media (max-width: 800px) {

  .single-contact-left {

    margin-left: 0;

    margin-top: 60px;

    margin-bottom: 60px;

  }

}



.single-contact-right {

  height: 650px;

}



/* ----------------------------------

	CONTACT-2 SECTION STYLEING

 ------------------------------------ */

.contact-info a {

  display: block;

  font-style: normal;

  font-weight: 400;

  font-size: 17px;

  line-height: 34px;

  color: #212121;

  padding: 10px 0px;

  border-bottom: 1px solid #212121;

}

.contact-info a img {

  margin-right: 10px;

}



.contact-right .form-group label {

  font-family: "Pathway Extreme";

  font-style: normal;

  font-weight: 700;

  font-size: 16px;

  line-height: 22px;

  color: #212121;

  margin-bottom: 5px;

}

.contact-right .form-group input[type=text], .contact-right .form-group input[type=email] {

  background-color: transparent;

  height: 50px;

  color: #777777;

  border-bottom: 1px solid #777 !important;

  border-radius: 0px !important;

}

.contact-right .form-group input[type=text]:active, .contact-right .form-group input[type=text]:focus, .contact-right .form-group input[type=email]:active, .contact-right .form-group input[type=email]:focus {

  border: 1px solid #212121 !important;

  border-radius: 5px !important;

}

.contact-right .form-group textarea {

  background-color: transparent;

  color: #777777;

  width: 100%;

  border: none;

  border-radius: 0px !important;

  

}

.contact-right .form-group textarea:focus {

  outline: none;

  border: none;

}

.contact-right .form-group small {

  border-top: 1px solid #212121 !important;

  display: block;

}

.contact-right .form-group .form-control {

  border-bottom: 1px solid #777 !important;

}

.contact-right .form-group .form-control:focus {

  outline: 0px solid rgba(0, 0, 0, 0.15) !important;

  border: 0px solid rgba(0, 0, 0, 0.15) !important;

  -webkit-box-shadow: 0 0 0 !important;

          box-shadow: 0 0 0 !important;

}

.contact-right .form-group .form-group button {

  display: inline-block;

}



/* ----------------------------------

	ABOUT SECTION STYLEING

 ------------------------------------ */

.about-wrapper.about-2 {

  position: relative;

}

.about-wrapper.about-2::before {

  content: "";

  clear: both;

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  background-image: url(../img/service/service-bg-2.png);

  background-repeat: no-repeat;

  background-position: center center;

  background-size: cover;

  z-index: -1;

}

.about-wrapper.about-2::after {

  content: "";

  clear: both;

  width: 100%;

  height: calc(60% + 20px);

  position: absolute;

  top: 0;

  left: 0;

  background-image: url(../img/service/service-bg-1.png);

  background-repeat: no-repeat;

  background-position: center center;

  background-size: cover;

  z-index: -1;

}

.about-wrapper .about-widget {

  max-width: 1720px;

  background-color: #fff;

  margin: 0 auto;

}

.about-wrapper .about-left .abt_cmpny {

  max-width: 40px;

  max-height: 240px;

  position: absolute;

  right: 0;

  top: 0;

}

.about-wrapper .about-left .abt_cmpny h3.title {

  -webkit-writing-mode: vertical-rl;

      -ms-writing-mode: tb-rl;

          writing-mode: vertical-rl;

  text-orientation: mixed;

  color: #ECECEC;

  font-family: Pathway Extreme;

  font-size: 24px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

  text-transform: uppercase;

  margin-left: 25px;

}

.about-wrapper .about-left.about-left-2 {

  position: relative;

  height: 700px;

  width: 100%;

}

.stick-container {

    /*background-color: #333;*/

    

    padding: 0px;

    margin: 0px;

    position: fixed;

    right: -148px;

    top: 213px;

    width: 160px;

    z-index: 999999;

}

.stick li {

    list-style-type: none;

    background-color: #374297;

    color: #efefef;

    height: 43px;

    padding: 0px;

    margin: 0px 0px 1px 0px;

    -webkit-transition: all 0.25s ease-in-out;

    -moz-transition: all 0.25s ease-in-out;

    -o-transition: all 0.25s ease-in-out;

    transition: all 0.25s ease-in-out;

    cursor: pointer;

    margin-left: -38px;

}

.stick .social-icon-bg {

    background-color: #ed1c24 !important;

}

.stick .social-tw-bg {

    background-color: #00acee !important;

}

.stick .social-in-bg {

    background-color: #bc2a8d  !important;

}

.stick .social-ln-bg {

    background-color: #0072b1  !important;

}

.stick li:hover {

    margin-left: -190px;

    /*-webkit-transform: translateX(-115px);



		-moz-transform: translateX(-115px);



		-o-transform: translateX(-115px);



		-ms-transform: translateX(-115px);



		transform:translateX(-115px);*/

    /*background-color: #8e44ad;*/

    

    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");

    -webkit-filter: grayscale(0%);

}

.stick li img {

    float: left;

    margin: 5px 5px;

    margin-right: 10px;

}

.stick li i {

    float: left;

    margin: 22px 18px;

    /*margin-right: 38px;*/

    

    font-size: 20px;

}

.stick li a {

    color: #fff;

}

.stick li p {

    padding: 0px 48px;

    margin: 0px 16px;

    text-transform: uppercase;

    line-height: 43px;

	color:#fff;

}



.sticky-icons-2 {

    position: fixed;

    top: 80%;

    right: 2%;

    z-index: 999;

}



.sticky-icons-2 .soci-icons a img {

    width: 50px;

}



.sticky-icons-2 .soci-icons a img {

    width: 45px;

    animation: zoom-in-zoom-out 3s ease infinite;

}



.sticky-icons-2 .soci-icons a img {

    width: 45px;

    animation: zoom-in-zoom-out 3s ease infinite;

}



@keyframes zoom-in-zoom-out {

    0% {

        transform: scale(1, 1);

    }

    50% {

        transform: scale(1.3, 1.3);

    }

    100% {

        transform: scale(1, 1);

    }

}



@media (max-width: 768px) {

  .about-wrapper .about-left.about-left-2 {

    height: 500px;

  }

}

.about-wrapper .about-left.about-left-2 .dot-element {

  position: absolute;

  bottom: 0%;

  left: 0%;

  -webkit-animation: left-to-right 4s ease-in-out infinite;

          animation: left-to-right 4s ease-in-out infinite;

}

.about-wrapper .about-left.about-left-2 .box-about {

  position: absolute;

  top: 10%;

  right: 0%;

  left: auto !important;

  display: inline-block;

  -webkit-animation: left-to-right 4s ease-in-out infinite;

          animation: left-to-right 4s ease-in-out infinite;

}

.about-wrapper .about-left .about-left-img {

  width: 100%;

  height: auto;

  margin-bottom:0px;

}

.about-wrapper .about-left .service-item {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  gap: 20px;

}

.about-wrapper .about-left .service-item .icons {

  width: 100px;

  height: 100px;

  overflow: hidden;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  border-radius: 500px;

  background-color: #E23E17;

}

.about-wrapper .about-btn a {

  width: 184px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  height: 184px;

  border-radius: 500px;

  border: 1px solid #212121;

  background: transparent;

}

.about-wrapper .about-btn a:hover {

  background: #E23E17;

  color: #fff;

  border: 1px solid #E23E17;

}

.about-wrapper .about-right .about-right-img {

  width: 100%;

  height: 500px;

  margin-bottom: 50px;

  position: relative;

}

.text-primary{color:#223C74 !important;}

@media (max-width: 767px) {

  .about-wrapper .about-right .about-right-img {

    margin-bottom: 20px;

  }

}

@media (max-width: 1020px) {

  .about-wrapper .about-right {

    margin-top: 60px;

  }

}

@media (max-width: 767px) {

  .about-wrapper .about-right {

    margin-top: 30px;

  }

}

@media (max-width: 1020px) {

  .about-wrapper .about-right.about-right-home-3 {

    margin-top: 60px;

  }

}

.about-wrapper .about-text-right.about-text-right-2 {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  gap: 15px;

}

.about-wrapper .about-text-right.about-text-right-2 .icons {

  position: relative;

}

.about-wrapper .about-text-right.about-text-right-2 .icons::after {

  content: "";

  clear: both;

  display: block;

  width: 20px;

  height: 20px;

  border-radius: 400px;

  background-color: #E23E17;

  position: absolute;

  top: 0;

  left: 0;

  z-index: -1;

}

.about-wrapper .about-text-right h5 {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  gap: 5px;

  font-style: normal;

  font-weight: 600;

  font-size: 24px;

  line-height: 32px;

  text-transform: capitalize;

  color: #777777;

}

.about-wrapper .about-text-right h5 i {

  width: 20px;

  height: 20px;

  background-color: #E23E17;

  color:#fff;

  border-radius: 400px;

  font-size: 12px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-transform: rotate(50deg);

          transform: rotate(50deg);

}

.about-wrapper .box-about {

  position: absolute;

  top: 65px;

  left: -67px;

}

.about-wrapper .box-about.box-about-2 {

  position: relative;

  top: 0;

  left: 20px;

}

@media (max-width: 991px) {

  .about-wrapper .box-about {

    left: 0;

  }

}

@media (max-width: 767px) {

  .about-wrapper .box-about {

    left: 20px;

    top: 55%;

  }

}

.about-wrapper .box-ten {

  width: 170px;

  height: 100px;

  border-radius: 10px;

  border: 1px solid #212121;

  z-index: 2;

  -webkit-transform: rotate(-15deg);

          transform: rotate(-15deg);

  position: relative;

  padding: 25px 0px 0px 20px;

  background-color: #E23E17;

}

.about-wrapper .box-ten h5 {

  font-weight: 700;

  font-size: 16px;

  line-height: 24px;

  text-transform: capitalize;

  color: #212121;

  -webkit-transform: rotate(15deg);

          transform: rotate(15deg);

}

.about-wrapper .box-ten::after {

  background-color: #E23E17;

  position: absolute;

  top: -10px;

  left: -10px;

  content: "";

  clear: both;

  width: 170px;

  height: 100px;

  border-radius: 10px;

  border: 1px solid #212121;

  z-index: -1;

}

.about-wrapper .about-left-img-2 {

  position: absolute;

  top: 30%;

  right: 0%;

}



@media (max-width: 480px) {

  .home-1-about .about-left .about-left-img img {

    max-width: 80% !important;

  }

  

}



.map {

  max-width: 100%;

}



/* ----------------------------------

	SERVICE SECTION STYLEING

 ------------------------------------ */

.service-wrapper {

  /**service 2**/

  /**service 2**/

}

.service-wrapper.service-1 .single_service {

  position: relative;

  /*background-color: #FFFfff;*/

  padding: 40px 35px;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

.service-wrapper.service-1 .single_service:hover {

  background-color: #ffc244;

}



.served .single_service {padding:15px 5px;}

.served .single_service:hover { background:#fff !important;}



.service-wrapper.service-1 .single_service h5 {

  font-weight: 700;

  font-size: 20px;

  line-height: 34px;

  margin-bottom: 20px;

  color:#00143d;

}

.service-wrapper.service-1 .single_service .card-img {

  width: 70px !important;

  height: 70px !important;

  overflow: hidden;

  /*border-radius: 400px;

  border: 1px solid #E23E17;*/

  overflow: hidden;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  padding: 10px;

  /*background-color: #E23E17;*/

  margin:0 auto;

}

.service-wrapper.service-1 .single_service .card-img img {

  -o-object-fit: cover;

     object-fit: cover;

}

.service-wrapper.service-1 .single_service p {

  margin-top: 20px;

  margin-bottom: 15px;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

.service-wrapper.service-1 .single_service ul > li {

  display: block;

  padding-left: 20px;

  margin: 10px 0px;

  font-size: 16px;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

.service-wrapper.service-1 .single_service ul > li::after {

  content: "\f00c";

  clear: both;

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  font-family: "Font Awesome 6 Pro";

  font-weight: 900;

}

.service-wrapper.service-1 .single_service::after {

  position: absolute;

  clear: both;

  display: block;

  content: "";

  width: 1px;

  height: 100%;

  /*background-image: url(../img/svg-icon/servicesvg-1.svg);

  background-repeat: no-repeat;

  background-position: 0 0;

  background-size: cover;

  right: 0%;

  top: 0%;

  height: 100%;

  width: 100%;

  z-index: -1;

  background-color: #E23E17;*/

}

.service-wrapper.service-1 .single_service:hover {

  /*background: transparent;*/

}

.service-wrapper.service-1 .single_service:hover h5, .service-wrapper.service-1 .single_service:hover p {

  color: #212121;

}

.service-wrapper.service-1 .single_service:hover ul > li {

  color: #212121;

}

.vaccancy .single-testimonial{border:none !important; border-radius:15px;}

@media (max-width: 1030px) {

  .service-wrapper.service-1 {

    padding: 30px 0;

  }

}

.service-wrapper.service-2 {

  position: relative;

}

.service-wrapper.service-2 .single-service-widget {

  position: relative;

  /*background: #FFFfff;*/

  height:400px;

    text-align: center;

 /* -webkit-clip-path: polygon(50% 5%, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 60%, 0 0);

          clip-path: polygon(50% 5%, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 60%, 0 0);*/

  z-index: 1;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

    padding: 10px;

    

}

.service-wrapper.service-2 .single-service-widget h5{height: 70px; padding:10px; text-align: center; font-size: 16px; color: #e33e29;}

.service-wrapper.service-2 .single-service-widget .single_service {

  padding: 40px 35px; height: 150px;

}

.service-wrapper.service-2 .single-service-widget .single_service h5 {

  font-weight: 700;

  font-size: 20px;

  line-height: 34px;

  margin-bottom: 20px;

  color:#E23E17

}

.service-wrapper.service-2 .single-service-widget .single_service .card-img {

  width: 70px;

  height: 70px;

  border: none;

  overflow: hidden;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  position: relative;

  z-index: 4;

}

.service-wrapper.service-2 .single-service-widget .single_service .card-img img {

  -o-object-fit: cover;

     object-fit: cover;

}

.service-wrapper.service-2 .single-service-widget .single_service .card-img::after {

  position: absolute;

  clear: both;

  display: block;

  content: "";

  width: 20px;

  height: 20px;

  left: 10%;

  top: 10%;

  border-radius: 500px;

  z-index: -1;

  background-color: #E23E17;

}

.service-wrapper.service-2 .single-service-widget .single_service p {

  margin-top: 20px;

  margin-bottom: 15px;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

.service-wrapper.service-2 .single-service-widget .service-bg-item {

  position: relative;

  z-index: 1;

  width: 100%;

  height: 200px;

}

.service-wrapper.service-2 .single-service-widget::after {

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

  position: absolute;

  clear: both;

  display: block;

  content: "";

  visibility: hidden;

  opacity: 0;

 

  right: 0%;

  top: 0%;

  height: 100%;

  width: 100%;

  z-index: -1;

  background-color: #e4e4e4;

}

.service-wrapper.service-2 .single-service-widget:hover {

  background: transparent !important;

}

.service-wrapper.service-2 .single-service-widget:hover h5, .service-wrapper.service-2 .single-service-widget:hover p {

  color: #212121;

}

.service-wrapper.service-2 .single-service-widget:hover::after {

  visibility: visible;

  opacity: 1;

}

.service-wrapper.service-2::after {

  content: "";

  clear: both;

  width: 100%;

  height: calc(60% + 20px);

  position: absolute;

  top: 0;

  left: 0;

 /* background-image: url(../img/service/service-bg-1.png);

  background-repeat: no-repeat;

  background-position: center center;

  background-size: cover;*/

  z-index: -1;

}

.service-wrapper.service-2::before {

  content: "";

  clear: both;

  width: 100%;

  height: calc(60% + 20px);

  position: absolute;

  top: 0;

  left: 0;

 /* background-image: url(../img/service/service-bg-2.png);

  background-repeat: no-repeat;

  background-position: center center;

  background-size: cover;*/

  z-index: -1;

}

.service-wrapper.service-3 {

  position: relative;

}

.service-wrapper.service-3 .single-service-widget {

  position: relative;

  background: #FFFfff;

  -webkit-clip-path: polygon(50% 5%, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 60%, 0 0);

          clip-path: polygon(50% 5%, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 60%, 0 0);

  z-index: 1;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

.service-wrapper.service-3 .single-service-widget .single_service {

  padding: 40px 35px;

}

.service-wrapper.service-3 .single-service-widget .single_service h5 {

  font-weight: 700;

  font-size: 20px;

  line-height: 34px;

  margin-bottom: 20px;

}

.service-wrapper.service-3 .single-service-widget .single_service .card-img {

  width: 70px;

  height: 70px;

  border: none;

  overflow: hidden;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  position: relative;

  z-index: 4;

}

.service-wrapper.service-3 .single-service-widget .single_service .card-img img {

  -o-object-fit: cover;

     object-fit: cover;

}

.service-wrapper.service-3 .single-service-widget .single_service .card-img::after {

  position: absolute;

  clear: both;

  display: block;

  content: "";

  width: 20px;

  height: 20px;

  left: 10%;

  top: 10%;

  border-radius: 500px;

  z-index: -1;

  background-color: #E23E17;

}

.service-wrapper.service-3 .single-service-widget .single_service p {

  margin-top: 20px;

  margin-bottom: 15px;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

.service-wrapper.service-3 .single-service-widget .service-bg-item {

  position: relative;

  z-index: 1;

  width: 100%;

  height: 200px;

}

.service-wrapper.service-3 .single-service-widget::after {

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

  position: absolute;

  clear: both;

  display: block;

  content: "";

  visibility: hidden;

  opacity: 0;

  background-image: url(../img/svg-icon/servicesvg-1.svg);

  background-repeat: no-repeat;

  background-position: 0 0;

  background-size: cover;

  right: 0%;

  top: 0%;

  height: 100%;

  width: 100%;

  z-index: -1;

  background-color: #E23E17;

}

.service-wrapper.service-3 .single-service-widget:hover {

  background: transparent !important;

}

.service-wrapper.service-3 .single-service-widget:hover h5, .service-wrapper.service-3 .single-service-widget:hover p {

  color: #212121;

}

.service-wrapper.service-3 .single-service-widget:hover::after {

  visibility: visible;

  opacity: 1;

}

.service-wrapper.service-4 {

  position: relative;

}

.service-wrapper.service-4::after {

  content: "";

  clear: both;

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  background-image: url(../img/service/service-bg-1.png);

  background-repeat: no-repeat;

  background-position: center center;

  background-size: cover;

  z-index: -1;

}

.service-wrapper.service-4::before {

  content: "";

  clear: both;

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  background-image: url(../img/service/service-bg-2.png);

  background-repeat: no-repeat;

  background-position: center center;

  background-size: cover;

  z-index: -1;

}

.service-wrapper.service-4 .single_service {

  position: relative;

  background-color: #FFFfff;

  border: 1px solid #FFFfff;

  padding: 40px 35px;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

.service-wrapper.service-4 .single_service .card-img {

  width: 100px;

  height: 100px;

  overflow: hidden;

  -o-object-fit: cover;

     object-fit: cover;

  position: relative;

  z-index: 1;

}

.service-wrapper.service-4 .single_service .card-img::after {

  position: absolute;

  clear: both;

  display: block;

  content: "";

  width: 20px;

  height: 20px;

  left: 0%;

  top: 0%;

  border-radius: 500px;

  z-index: -1;

  background-color: #E23E17;

}

.service-wrapper.service-4 .single_service p {

  margin-top: 30px;

  margin-bottom: 15px;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

.service-wrapper.service-4 .single_service h5 {

  margin-top: 80px;

}

.service-wrapper.service-4 .single_service span.num {

  position: absolute;

  top: 50px;

  right: 50px;

  font-family: "Pathway Extreme";

  font-style: normal;

  font-weight: 400;

  font-size: 20px;

  line-height: 34px;

  text-align: right;

  color: rgba(33, 33, 33, 0.2);

}

.service-wrapper.service-4 .single_service::after {

  position: absolute;

  clear: both;

  display: block;

  content: "";

  width: 1px;

  height: 100%;

  background-image: url(../img/svg-icon/servicesvg-1.svg);

  background-repeat: no-repeat;

  background-position: 0 0;

  background-size: cover;

  right: 0%;

  top: 0%;

  height: 100%;

  width: 100%;

  z-index: -1;

  background-color: #E23E17;

  

}

.service-wrapper.service-4 .single_service:hover {

  border: 1px solid #212121;

  background: transparent;

}

.service-wrapper.service-4 .single_service:hover h5, .service-wrapper.service-4 .single_service:hover p, .service-wrapper.service-4 .single_service:hover .num {

  color: #212121;

}

.service-wrapper.service-4 .single_service:hover ul > li {

  color: #212121;

}



/* ----------------------------------

	TESTIMONIAL SECTION STYLEING

 ------------------------------------ */

.single-testimonial {

  background-color: #FFFfff;

  border: 1px solid #ddd;

  padding: 50px;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

   border-radius:30px !important;

}

.single-testimonial i.flaticon-quotation-marks {

  position:absolute;

  top:12%; left:3%; color:#223C74;

  z-index:999999;

  font-size:30px;

}



.single-testimonial i.flaticon-right-quote {

  position:absolute;

  bottom:10%; right:10%; color:#223C74;

  z-index:999999;

  font-size:30px;

}





@media (max-width: 992px) {

  .single-testimonial {

    padding: 40px 30px;

  }

}

.single-testimonial p {

  margin-top: 20px;

}

.single-testimonial:hover {

  border: 1px solid #E23E17;

}



.testimonial-2 {

  position: relative;

  z-index: 2;

  padding-bottom: 240px;

}

.testimonial-2::after {

  content: "";

  clear: both;

  display: block;

  width: 85%;

  height: 100%;

  position: absolute;

  background: #FFFfff;

  top: 0;

  right: 0%;

  z-index: -1;

}

.testimonial-2 .about-testimonial {

  margin-top: 120px;

}

@media (min-width: 1021px) and (max-width: 1120px) {

  .testimonial-2 {

    padding-bottom: 205px;

  }

  .testimonial-2::after {

    width: 100%;

  }

}

@media (max-width: 1020px) {

  .testimonial-2 {

    padding-bottom: 120px;

  }

  .testimonial-2::after {

    width: 100%;

  }

  .testimonial-2 .about-testimonial {

    margin-top: 0;

  }

}

@media (max-width: 850px) {

  .testimonial-2 {

    padding-bottom: 60px;

  }

}



.single-testimonial-2 {

  position: relative;

  z-index: 3;

  padding: 50px;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

@media (max-width: 992px) {

  .single-testimonial-2 {

    padding: 40px 30px;

  }

}

@media (max-width: 767px) {

  .single-testimonial-2 {

    padding: 0 20px;

  }

}

.single-testimonial-2 .ring {

  margin-left: auto;

  width: 150px;

  height: 5px;

  border-radius: 2px;

  border: 1px solid #111111;

  background-color: #E23E17;

  margin-bottom: 5px;

}

.single-testimonial-2 p {

  margin-top: 20px;

}

.single-testimonial-2 .testimonial-img {

  height: 100px;

  width: 100px;

  border-radius: 6px;

}

.single-testimonial-2 .head-single {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: end;

      -ms-flex-pack: end;

          justify-content: end;

  text-align: right;

  gap: 20px;

}

.single-testimonial-2 h4 {

  margin-top: 30px;

  font-family: "Pathway Extreme";

  font-style: normal;

  font-weight: 600;

  font-size: 32px;

  line-height: 52px;

  text-align: right;

  color: #212121;

  margin-bottom: 30px;

}

@media (max-width: 991px) {

  .single-testimonial-2 h4 {

    font-size: 28px;

    line-height: 42px;

  }

}

@media (max-width: 767px) {

  .single-testimonial-2 h4 {

    font-size: 22px;

    line-height: 32px;

  }

}

.single-testimonial-2 small {

  margin-left: 150px;

}



.testimonial-img {

  height: 100px;

  width: 90px;

  border-radius: 6px;

}



.head-single {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  gap: 20px;

}



.head-content small {

  font-family: "Open Sans", sans-serif;

  font-weight: 400;

  font-size: 16px;

  line-height: 180%;

  text-align: center;

  text-transform: capitalize;

  color: #777777;

}

.head-content h5 {

  color: #212121;

  font-weight: 700;

  font-size: 18px;

  line-height: 30px;

  text-transform: capitalize;

}

.head-content ul > li {

  font-weight: 400;

  font-size: 14px;

  line-height: 30px;

}

.head-content ul > li i {

  color: #FDCC1F;

}



.about-element {

  position: absolute;

  bottom: 12%;

  left: calc(20% + 30px);

  z-index: 1;

}

@media (max-width: 1600px) {

  .about-element {

    left: calc(15% + 30px);

  }

}

@media (max-width: 1400px) {

  .about-element {

    left: calc(7% + 30px);

  }

}

@media (max-width: 992px) {

  .about-element {

    display: none;

  }

}



.items-widget:nth-child(1) {

  padding: 20px 120px 20px 20px;

  border-right: 1px solid #E23E17;

}

@media (max-width: 768px) {

  .items-widget:nth-child(1) {

    padding: 20px 20px 20px 20px;

  }

}

.items-widget:nth-child(2) {

  padding: 20px 20px 20px 120px;

}

@media (max-width: 768px) {

  .items-widget:nth-child(2) {

    padding: 20px 20px 20px 20px;

  }

}



.sercle {

  position: absolute;

  top: 15%;

  left: 42%;

}



.slider-items-test {

  position: relative;

  border: 1px solid #E23E17;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.slider-items-test .man-cntent {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  gap: 15px;

}

.slider-items-test .man {

  width: 90px;

  height: 100px;

  border-radius: 6px;

  overflow: hidden;

}

.slider-items-test .man img {

  -o-object-fit: cover;

     object-fit: cover;

}

.slider-items-test .content small {

  font-family: "Open Sans";

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 180%;

  text-align: center;

  text-transform: capitalize;

  color: #E23E17;

}

.slider-items-test .content h6 {

  font-weight: 700;

  font-size: 18px;

  line-height: 30px;

  text-transform: capitalize;

  color: #FFFfff;

}

.slider-items-test .content ul > li {

  color: #FFFfff;

}

.slider-items-test .content ul > li i {

  color: gold;

}

.slider-items-test .item-content {

  margin-top: 25px;

}

.slider-items-test .item-content p {

  font-style: normal;

  font-weight: 600;

  font-size: 24px;

  line-height: 40px;

  color: rgba(255, 255, 255, 0.6);

}

@media (max-width: 767px) {

  .slider-items-test .item-content p {

    font-size: 18px;

  }

}



/* ----------------------------------

	PORTFOLIO SECTION STYLEING

 ------------------------------------ */

.portfolio-wrapper .portfolio-single {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.portfolio-wrapper .portfolio-single .single-man {

  overflow: hidden;

  height: 550px;

  width: 100%;

  position: relative;

}

.portfolio-wrapper .portfolio-single .single-man.single-man-2 {

  height: 350px;

  overflow: hidden;

}

.portfolio-wrapper .portfolio-single .single-man .content-portfolio {

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

  visibility: hidden;

  opacity: 0;

  position: absolute;

  z-index: 2;

  left: 20px;

  bottom: 20px;

}

.portfolio-wrapper .portfolio-single .single-man .content-portfolio .icons a {

  width: 70px;

  height: 70px;

  border-radius: 500px;

  padding: 2px solid #000;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  background-color: #E23E17;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.portfolio-wrapper .portfolio-single .single-man .content-portfolio .icons a i {

  font-size: 18px;

  -webkit-transform: rotate(-30deg);

          transform: rotate(-30deg);

}

.portfolio-wrapper .portfolio-single .single-man .content-portfolio .content small {

  font-weight: 400;

  font-size: 16px;

  line-height: 22px;

  letter-spacing: 0.04em;

  text-transform: capitalize;

  color: #E23E17;

}

.portfolio-wrapper .portfolio-single .single-man .content-portfolio .content h5 {

  font-weight: 700;

  font-size: 24px;

  line-height: 33px;

  text-transform: capitalize;

  color: #FFFfff;

}

.portfolio-wrapper .portfolio-single .single-man::after {

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

  position: absolute;

  visibility: hidden;

  opacity: 0;

  clear: both;

  display: block;

  content: "";

  width: 100%;

  height: 100%;

  right: 0%;

  background: rgba(33, 33, 33, 0.7);

  background-image: url(../img/svg-icon/portfolio.svg);

  background-repeat: no-repeat;

  background-size: cover;

  top: 0%;

  z-index: 1;

}

.portfolio-wrapper .portfolio-single .single-man:hover .content-portfolio {

  visibility: visible;

  opacity: 1;

}

.portfolio-wrapper .portfolio-single .single-man:hover::after {

  visibility: visible;

  opacity: 1;

}

@media (max-width: 1200px) {

  .portfolio-wrapper .portfolio-single .single-man {

    height: 400px;

  }

}

.portfolio-wrapper.portfolio-2 .single-portfolio {

  position: relative;

  width: 100%;

  height: 400px;

  border-radius: 20px;

  text-align: center;

  overflow: hidden;

}

.portfolio-wrapper.portfolio-2 .single-portfolio img {

  -o-object-fit: cover;

     object-fit: cover;

}

.portfolio-wrapper.portfolio-2 .single-portfolio .cta-portfolio {

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

  visibility: hidden;

  opacity: 0;

  position: absolute;

  bottom: 25px;

  left: 25px;

  z-index: 1;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 15px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.portfolio-wrapper.portfolio-2 .single-portfolio .cta-portfolio .icon {

  width: 40px;

  height: 40px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  background: #E23E17;

  border-radius: 500px;

  border: 1px solid #212121;

}

.portfolio-wrapper.portfolio-2 .single-portfolio .cta-portfolio .icon i {

  color: #212121;

  font-size: 18px;

  -webkit-transform: rotate(-50deg);

          transform: rotate(-50deg);

}

.portfolio-wrapper.portfolio-2 .single-portfolio .cta-portfolio .content small {

  font-weight: 400;

  font-size: 16px;

  line-height: 22px;

  letter-spacing: 0.04em;

  text-transform: capitalize;

  color: #E23E17;

  font-family: "Open Sans", sans-serif;

  margin-bottom: 5px;

}

.portfolio-wrapper.portfolio-2 .single-portfolio .cta-portfolio .content h5 {

  font-size: 24px;

  color: #FFFfff;

  font-weight: 900;

  font-family: "Open Sans", sans-serif;

  margin-bottom: 0;

}

.portfolio-wrapper.portfolio-2 .single-portfolio::after {

  visibility: hidden;

  opacity: 0;

  display: block;

  content: "";

  clear: both;

  z-index: 0;

  width: 100%;

  height: 100%;

  background-image: url(../img/svg-icon/portfolio-ho.svg) !important;

  background-repeat: no-repeat;

  background-position: 0 0;

  position: absolute;

  top: 0%;

  background: #000;

  left: 0%;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

.portfolio-wrapper.portfolio-2 .single-portfolio:hover::after {

  visibility: visible;

  opacity: 0.5;

}

.portfolio-wrapper.portfolio-2 .single-portfolio:hover .cta-portfolio {

  visibility: visible;

  opacity: 1;

}

@media (max-width: 1020px) {

  .portfolio-wrapper.portfolio-2 .single-portfolio {

    height: auto;

  }

}

.portfolio-wrapper.portfolio-2 .theme-btn {

  padding: 18px 50px;

}

@media (max-width: 767px) {

  .portfolio-wrapper.section-padding-home-3 {

    padding-bottom: 0;

  }

}



/* ----------------------------------

	PRICE SECTION STYLEING

 ------------------------------------ */

.pricing-row {

  background-color: #FFFfff;

}

.pricing-row .single-price-card {

  position: relative;

  padding: 50px 40px;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

.pricing-row .single-price-card .price-head {

  padding-bottom: 10px;

  border-bottom: 2px solid #000;

}

.pricing-row .single-price-card .price-head span {

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

  font-style: normal;

  font-weight: 400;

  font-size: 32px;

  line-height: 43px;

  text-transform: uppercase;

  color: #E23E17;

}

.pricing-row .single-price-card .price-head span small {

  color: #777777;

}

.pricing-row .single-price-card .price-head .populer {

  position: absolute;

  z-index: 1;

  top: -10px;

  right: -10px;

}

.pricing-row .single-price-card .price-head .populer .save {

  position: relative;

  background-color: #000;

}

.pricing-row .single-price-card .price-head .populer .save p {

  color: #E23E17;

  padding: 0px 10px;

}

.pricing-row .single-price-card .price-head .populer .save::after {

  content: "";

  clear: both;

  z-index: 60px;

  bottom: -10px;

  right: 0px;

  position: absolute;

  width: 10px;

  height: 10px;

  background: #000;

  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);

          clip-path: polygon(100% 0, 0 0, 0 100%);

}

.pricing-row .single-price-card .price-body {

  margin-top: 30px;

}

.pricing-row .single-price-card .price-body ul > li {

  display: block;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

  margin: 15px 0px;

  padding-left: 30px;

  position: relative;

}

.pricing-row .single-price-card .price-body ul > li span.price_icn {

  width: 16px;

  height: 16px;

  border: 1px solid #212121;

  text-align: center;

  line-height: 14px;

  font-size: 8px;

  border-radius: 50%;

  display: inline-block;

}

.pricing-row .single-price-card .price-body .price-btn {

  margin-top: 30px;

}

.pricing-row .single-price-card .price-body .price-btn a {

  width: 184px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  height: 184px;

  border-radius: 500px;

  border: 1px solid #212121;

  background: transparent;

}

.pricing-row .popular {

  background-color: #E23E17;

  z-index: 20;

  padding: 50px;

}

.pricing-row .popular .price-head span {

  color: #000;

}

.pricing-row .popular .price-body ul > li {

  color: #000;

}



/* ----------------------------------

	SKILL SECTION STYLEING

 ------------------------------------ */

.skill-wrapper.skill-2 {

  background-color: #F5FBEC;

}



.progess-elememt h5 {

  margin-bottom: 15px;

  font-weight: 600;

  font-size: 18px;

  line-height: 24px;

  letter-spacing: 0.03em;

  text-transform: capitalize;

  color: #212121;

}



.progress {

  background: rgba(255, 255, 255, 0.1);

  -webkit-box-pack: start;

      -ms-flex-pack: start;

          justify-content: flex-start;

  border-radius: 2px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  position: relative;

  border: 1px solid #000;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  height: 20px;

}

.progress .progress-value {

  -webkit-box-shadow: 0 10px 40px -10px #FFFfff;

          box-shadow: 0 10px 40px -10px #FFFfff;

  background: #E23E17;

  height: 30px;

  -webkit-animation-name: progress-bar;

          animation-name: progress-bar;

  -webkit-animation-duration: 3s;

          animation-duration: 3s;

  -webkit-animation-delay: 2s;

          animation-delay: 2s;

}



@-webkit-keyframes progress-bar {

  0% {

    width: 0;

  }

  100% {

    width: 90%;

  }

}



@keyframes progress-bar {

  0% {

    width: 0;

  }

  100% {

    width: 90%;

  }

}

@-webkit-keyframes load {

  0% {

    width: 0;

  }

  100% {

    width: 68%;

  }

}

@keyframes load {

  0% {

    width: 0;

  }

  100% {

    width: 68%;

  }

}

/* ----------------------------------

	CTA SECTION STYLEING

 ------------------------------------ */

.cta-wrapper .cta-widget {

  overflow: hidden;

  border: 1px solid #212121;

  padding: 70px 40px;

  position: relative;

}

.cta-wrapper .cta-widget .dot-element-1 {

  position: absolute;

  top: 20px;

  left: 80px;

  z-index: -1;

  -webkit-animation: left-to-right 4s ease-in-out infinite;

          animation: left-to-right 4s ease-in-out infinite;

}

.cta-wrapper .cta-widget .dot-element-2 {

  position: absolute;

  bottom: 20px;

  left: 64%;

  z-index: -1;

  -webkit-animation: left-to-right 4s ease-in-out infinite;

          animation: left-to-right 4s ease-in-out infinite;

  -webkit-animation-delay: 1s;

          animation-delay: 1s;

}

.cta-wrapper .cta-widget .line-element-1 {

  position: absolute;

  bottom: -40%;

  left: -40%;

  z-index: -1;

}

.cta-wrapper .cta-widget .line-element-2 {

  position: absolute;

  top: 10%;

  right: -27%;

  z-index: -1;

}

@media (max-width: 1030px) {

  .cta-wrapper .cta-widget .line-element-2 {

    right: -42%;

  }

}

.cta-wrapper .cta-widget .sercle-1 {

  position: absolute;

  width: 40px;

  height: 40px;

  background-color: #E23E17;

  bottom: 20px;

  left: 30px;

  -webkit-animation: circle 8s ease-in-out infinite;

          animation: circle 8s ease-in-out infinite;

}

.cta-wrapper .cta-widget .sercle-2 {

  position: absolute;

  width: 40px;

  height: 40px;

  background-color: #E23E17;

  top: 20px;

  right: 30px;

  -webkit-animation: circle 8s ease-in-out infinite;

          animation: circle 8s ease-in-out infinite;

}

@media (max-width: 767px) {

  .cta-wrapper .cta-widget {

    padding: 70px 30px;

  }

}

.cta-wrapper .cta-left h2 {

  font-weight: 700;

  font-size: 50px;

  line-height: 68px;

  text-transform: capitalize;

  color: #212121;

}

.cta-wrapper .cta-left h2 span {

  font-weight: 700;

  font-size: 50px;

  line-height: 68px;

  color: #fff;

  text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;

  text-transform: capitalize;

}

@media (max-width: 991px) {

  .cta-wrapper .cta-left h2 {

    font-size: 40px;

    line-height: 48px;

  }

  .cta-wrapper .cta-left h2 span {

    font-size: 40px;

    line-height: 48px;

  }

}



.cta-wrapper-home-1 .cta-widget .line-element-1 {

  bottom: -70%;

  left: 0;

}

.cta-wrapper-home-1 .cta-widget .vector-img {

  position: absolute;

  bottom: 0;

  left: 45%;

}



/* ----------------------------------

	WE DO SECTION STYLEING

 ------------------------------------ */

.we_do-wrapper.we_do-2 {

  position: relative;

  z-index: 1;

}

.we_do-wrapper.we_do-2 .single-wi_do-left .section-title h2 {

  color: #fff;

}

.we_do-wrapper.we_do-2 .single-wi_do-left .section-title h6 {

  color: #fff;

}

.we_do-wrapper.we_do-2 .single-wi_do-left p {

  color: #fff;

}

.we_do-wrapper.we_do-2 p {

  color: #fff;

}

.we_do-wrapper.we_do-2::after {

  content: "";

  clear: both;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0%;

  left: 0%;

  background-image: url(../img/svg-icon/group.svg);

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center center;

  z-index: -2;

}

.we_do-wrapper.we_do-2::before {

  content: "";

  clear: both;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0%;

  left: 0%;

  z-index: -1;

  background: rgba(33, 33, 33, 0.5411764706);

}

.we_do-wrapper.we_do-2 .icon-text {

  margin-top: 30px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 30px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.we_do-wrapper.we_do-2 .icons::after {

  display: none !important;

}

.we_do-wrapper.we_do-2 h4 {

  color: #fff;

}



.single-wi_do-left .icon-text {

  margin-top: 30px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 15px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.single-wi_do-left .icons {

  position: relative;

  width: 60px;

  height: 60px;

  overflow: hidden;

  z-index: 1;

}

.single-wi_do-left .icons img {

  z-index: 1;

  position: relative;

}

.single-wi_do-left .icons::after {

  content: "";

  clear: both;

  display: block;

  width: 20px;

  height: 20px;

  border-radius: 400px;

  background-color: #E23E17;

  position: absolute;

  top: 0;

  left: 0;

  z-index: -1;

}

.single-wi_do-left h4 {

  font-style: normal;

  font-weight: 700;

  font-size: 20px;

  line-height: 34px;

  color: #212121;

}



.we_do-bg {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  border: 1px solid #212121;

  padding-top: 45px;

}

.we_do-bg img {

  margin-bottom: -45px;

}

@media (max-width: 991px) {

  .we_do-bg {

    margin-top: 60px;

  }

}

@media (max-width: 480px) {

  .we_do-bg {

    margin-top: 30px;

    padding-left: 30px;

    padding-right: 30px;

    padding-top: 30px;

  }

  .we_do-bg img {

    margin-bottom: -30px;

  }

}



.single-wi_do-right {

  position: relative;

}

@media (max-width: 991px) {

  .single-wi_do-right {

    margin-left: 16%;

    margin-right: 16%;

    margin-bottom: 45px;

  }

}

@media (max-width: 850px) {

  .single-wi_do-right {

    margin-left: 12%;

    margin-right: 12%;

    margin-bottom: 45px;

  }

}

@media (max-width: 700px) {

  .single-wi_do-right {

    margin-left: 6%;

    margin-right: 6%;

  }

}

@media (max-width: 480px) {

  .single-wi_do-right {

    margin-left: 0;

    margin-right: 0;

  }

  

}



/* ----------------------------------

	TEAM SECTION STYLEING

 ------------------------------------ */

.team-wrapper .single_team {

  position: relative;

}

.team-wrapper .single_team .member-img {

  border-radius: 7px;

  width: 90%;

  height: 370px;

  background-color: #FFFfff;

  margin: 0 auto;

  border-radius: 20px;

  margin-bottom: 20px;

  background-position: center top;

}

.team-wrapper .single_team .member-img .shear-icon {

  position: absolute;

  bottom: 20px;

  left: 20px;

  visibility: hidden;

  opacity: 0;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

.team-wrapper .single_team .member-img .shear-icon a {

  width: 70px;

  height: 70px;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  border-radius: 300px;

  border: 1px solid #212121;

  background: #E23E17;

  color: #212121;

}

.team-wrapper .single_team .member-bio {

  padding: 25px;

}

.team-wrapper .single_team .member-bio h2{ color:#E23E17;}

.team-wrapper .single_team::before {

  position: absolute;

  background-color: #FFFfff;

  left: 0;

  bottom: 0;

  content: "";

  width: 100%;

  height: 75%;

  border-radius: 7px;

  z-index: -2;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}

.team-wrapper .single_team::after {

  position: absolute;

  /*background-image: url(../img/svg-icon/servicesvg-1.svg);*/

  background-repeat: no-repeat;

  background-position: bottom center;

  background-size: cover;

  border: 1px solid;

  left: 0;

  opacity: 0;

  bottom: 0;

  visibility: hidden;

  content: "";

  width: 100%;

  height: 75%;

  border-radius: 7px;

  z-index: -1;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}

.team-wrapper .single_team:hover .member-img .shear-icon {

  visibility: visible;

  opacity: 1;

}

.team-wrapper .single_team:hover::before {

  background-color: #fbfbfb;

  border: 1px solid #212121;

}

.team-wrapper .single_team:hover::after {

  visibility: visible;

  opacity: 1;

}

@media (max-width: 991px) {

  .team-wrapper {

    padding-top: 60px;

  }

}



/* ----------------------------------

GALLERY SECTION STYLEING

------------------------------------ */

.single_gallery #gallery-img {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 100%;

  height: 300px;

}



/* ----------------------------------

	CASE DETAILS SECTION STYLE 

 ------------------------------------ */

.case-wrapper .case-details-bg {

  padding: 50px;

}

@media (max-width: 570px) {

  .case-wrapper .case-details-bg {

    padding: 30px 10px;

  }

}

.case-wrapper .case-details-bg .case-card {

  margin-left: auto;

  width: 350px;

  max-width: 100%;

  background-image: url(../img/body.png);

  background-repeat: no-repeat;

  background-size: cover;

  background-color: #fff;

  padding: 50px 40px;

}

.case-wrapper .case-details-bg .case-card .catagory {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

      -ms-flex-pack: start;

          justify-content: start;

  gap: 20px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  padding: 10px 0px;

  border-bottom: 1px solid #212121;

}

.case-wrapper .case-details-bg .case-card .catagory .content small {

  color: #777;

  font-family: Pathway Extreme;

  font-size: 14px;

  font-style: normal;

  font-weight: 400;

  line-height: 30px;

  /* 214.286% */

  text-transform: capitalize;

}

.case-wrapper .case-details-bg .case-card .catagory .content h4 {

  color: #212121;

  font-family: Pathway Extreme;

  font-size: 14px;

  font-style: normal;

  font-weight: 700;

  line-height: 30px;

  text-transform: capitalize;

}

.case-wrapper .case-details-bg .case-card .catagory .content h4 a {

  color: #212121;

  font-family: Pathway Extreme;

  font-size: 14px;

  font-style: normal;

  font-weight: 700;

  line-height: 30px;

  text-transform: none;

}

@media (max-width: 570px) {

  .case-wrapper .case-details-bg .case-card {

    padding: 30px 10px;

  }

}

.case-wrapper .case-img {

  text-align: right;

}

.case-wrapper .case-img img {

  border-radius: 100%;

  padding-top: 35px;

  border-radius: 1000px 1000px 0px 0px;

  border: 1px solid #212121;

  border-bottom: none;

}

@media (max-width: 767px) {

  .case-wrapper .case-img {

    text-align: center;

  }

}



.case-datils-content P {

  font-family: "Open Sans";

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 30px;

  color: #777777;

 /* padding: 10px 0px !important;*/

}

.case-datils-content h4 {

  font-style: normal;

  font-weight: 600;

  font-size: 24px;

  line-height: 36px;

  color: #212121;

}

.case-datils-content ul > li {

  position: relative;

  font-style: normal;

  padding: 10px 0px;

  display:block;

}

.case-datils-content ul > li .angle {

  width: 16px;

  height: 16px;

  background-color: #E23E17;

  border: 1px solid #212121;

  border-radius: 100%;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  font-size: 10px;

  padding-top: 2px;

  margin-right: 10px;

}



.next-prev {

  border-top: 1px solid #212121;

  border-bottom: 1px solid #212121;

  padding: 40px 0px;

}

.next-prev a {

  font-family: "Pathway Extreme";

  font-style: normal;

  font-weight: 700;

  font-size: 18px;

  line-height: 20px;

  text-transform: capitalize;

  color: #283734;

}

.next-prev a:hover {

  text-decoration: underline;

}



.portfolio-showcase-wrapper .portfolio-cat-filter {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  gap: 20px;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

}

@media (max-width: 767px) {

  .portfolio-showcase-wrapper .portfolio-cat-filter {

    gap: 10px;

  }

  .portfolio-showcase-wrapper .portfolio-cat-filter button {

    margin-bottom: 0;

  }

}

.portfolio-showcase-wrapper .project-item-card .contents-card .project-link {

  -webkit-transform: rotate(45deg);

          transform: rotate(45deg);

}

.portfolio-showcase-wrapper .project-item-card a {

  text-align: center;

}



.slider_logo {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  gap: 30px;

}

.slider_logo .single_slider {

  min-height: 108px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  padding: 0 10px;

}

.slider_logo .single_slider img {

  opacity: 1;

  -webkit-transition: opacity 1s ease;

  transition: opacity 1s ease;

}

.slider_logo .single_slider img:hover {

  opacity: 1;

}



.testimonials-wrapper .owl-dots {

  margin-top: 30px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  gap: 5px;

}

.testimonials-wrapper .owl-dots .owl-dot {

  width: 12px;

  height: 12px;

  border: 1px solid #777777;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.testimonials-wrapper .owl-dots .owl-dot span {

  width: 5px;

  height: 5px;

  background-color: #212121;

}

.testimonials-wrapper .owl-dots .owl-dot.active {

  border: 1px solid #E23E17;

}

.testimonials-wrapper .owl-dots .owl-dot.active span {

  background-color: #E23E17;

}



.hero-slider-wrapper .owl-dots {

  position: absolute;

  bottom: 130px;

  left: 50px;

  z-index: 33;

  margin-top: 30px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  gap: 5px;

}

.hero-slider-wrapper .owl-dots .owl-dot {

  width: 13px;

  height: 13px;

  border: 1px solid #777777;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.hero-slider-wrapper .owl-dots .owl-dot span {

  width: 5px;

  height: 5px;

  background-color: #212121;

}

.hero-slider-wrapper .owl-dots .owl-dot.active {

  border: 1px solid #E23E17;

}

.hero-slider-wrapper .owl-dots .owl-dot.active span {

  background-color: #E23E17;

}

@media (max-width: 991px) {

  .hero-slider-wrapper .owl-dots {

    bottom: 60px;

  }

}



.portfolio-slider {

  max-width: 1920px;

  margin-left: auto;

}

.portfolio-slider .owl-dots {

  position: absolute;

  left: 0;

  z-index: 33;

  margin-top: 30px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  gap: 5px;

}

.portfolio-slider .owl-dots .owl-dot {

  width: 13px;

  height: 13px;

  border: 1px solid rgba(33, 33, 33, 0.1019607843);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.portfolio-slider .owl-dots .owl-dot span {

  width: 5px;

  height: 5px;

  background-color: rgba(33, 33, 33, 0.5019607843);

}

.portfolio-slider .owl-dots .owl-dot.active {

  border: 1px solid #E23E17;

}

.portfolio-slider .owl-dots .owl-dot.active span {

  background-color: #E23E17;

}

@media (max-width: 1920px) {

  .portfolio-slider {

    margin-left: 16%;

  }

}

@media (max-width: 1720px) {

  .portfolio-slider {

    margin-left: 10%;

  }

}

@media (max-width: 1420px) {

  .portfolio-slider {

    margin-left: 5%;

  }

}

@media (max-width: 1300px) {

  .portfolio-slider {

    margin-left: 20px;

  }

}



.portfolio-cat-filter button {

  padding: 7px 15px;

  border: 2px solid #212121;

  border-radius: 3px;

  font-family: "Pathway Extreme";

  font-style: normal;

  font-weight: 700;

  font-size: 16px;

  line-height: 22px;

  text-align: center;

  text-transform: capitalize;

  color: #212121;

}

@media (max-width: 767px) {

  .portfolio-cat-filter button {

    padding: 15px 25px;

    margin-bottom: 10px;

  }

}

.portfolio-cat-filter button.active, .portfolio-cat-filter button:active, .portfolio-cat-filter button:focus, .portfolio-cat-filter button:hover {

  color: #212121;

  background-color: #E23E17;

}



.testimonial-slider-widget .owl-dots {

  z-index: 33;

  margin-top: 30px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  gap: 5px;

}

.testimonial-slider-widget .owl-dots .owl-dot {

  width: 13px;

  height: 13px;

  border: 1px solid rgba(255, 255, 255, 0.1019607843);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.testimonial-slider-widget .owl-dots .owl-dot span {

  width: 5px;

  height: 5px;

  background-color: rgba(255, 255, 255, 0.5019607843);

}

.testimonial-slider-widget .owl-dots .owl-dot.active {

  border: 1px solid #E23E17;

}

.testimonial-slider-widget .owl-dots .owl-dot.active span {

  background-color: #E23E17;

}



.project-item-card {

  position: relative;

  overflow: hidden;

  margin-top: 30px;

  border-radius: 10px;

  -o-object-fit: cover;

     object-fit: cover;

}

.project-item-card.project-item-card-2 {

  height: 410px;

}

@media (max-width: 1200px) {

  .project-item-card.project-item-card-2 {

    height: auto;

  }

}

.project-item-card.project-item-card-2 .contents {

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  position: absolute;

  bottom: calc(40% + 10px);

  left: calc(45% + 10px);

  z-index: 2;

  visibility: hidden;

  opacity: 0;

}

.project-item-card .project-link {

  position: relative;

  cursor: pointer;

  width: 65px;

  height: 65px;

  border-radius: 500px;

  border: 1px solid #212121;

  background: #E23E17;

  color: #212121;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.project-item-card .contents {

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  gap: 20px;

  position: absolute;

  bottom: 40px;

  left: 20px;

  z-index: 2;

  visibility: hidden;

  opacity: 0;

}

.project-item-card .contents .project-thumb small {

  color: #E23E17;

  font-size: 16px;

  font-family: Open Sans;

  letter-spacing: 0.64px;

  text-transform: capitalize;

}

.project-item-card .contents .project-thumb h5 {

  color: #FFF;

  font-size: 24px;

  font-family: Pathway Extreme;

  font-weight: 700;

  text-transform: capitalize;

}

.project-item-card .contents-card {

  visibility: hidden;

  opacity: 0;

  z-index: 2;

  position: absolute;

  gap: 15px;

  bottom: 20px;

  left: 20px;

  -webkit-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.project-item-card .contents-card .project-link {

  width: 70px;

  height: 70px;

  border-radius: 500px;

  background: #E23E17;

  border: 1px solid #212121;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  font-size: 30px;

}

.project-item-card .contents-card .content span {

  font-family: "Open Sans";

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 22px;

  letter-spacing: 0.04em;

  text-transform: capitalize;

  color: #E23E17;

}

.project-item-card .contents-card .content h3 {

  font-family: "Pathway Extreme";

  font-style: normal;

  font-weight: 700;

  font-size: 24px;

  line-height: 33px;

  text-transform: capitalize;

  color: #FFFFFF;

}

.project-item-card::after {

  visibility: hidden;

  opacity: 0;

  z-index: 1;

  content: "";

  clear: both;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.6);

  background-image: url(../img/svg-icon/gallery.svg);

  position: absolute;

  top: 0%;

  left: 0%;

  background-repeat: no-repeat;

  background-size: cover;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

.project-item-card:hover .contents-card, .project-item-card:hover .contents, .project-item-card:hover::after, .project-item-card:hover::before {

  visibility: visible;

  opacity: 1;

}



/* ----------------------------------

	FAQ SECTION STYLEING

 ------------------------------------ */

@media (max-width: 991px) {

  .faq-left-widget {

    text-align: center;

  }

}



.faq-right-widget .accordion-item {

  background: transparent;

  border-bottom: 1px solid rgba(33, 33, 33, 0.1);

  border-left: none !important;

  border-right: none !important;

  border-top: none !important;

  border-radius: 0px !important;

}

.faq-right-widget .accordion-item h5 {

  font-weight: 700;

  font-size: 18px;

  line-height: 30px;

  color: #212121;

  padding: 10px 0px;

}

.faq-right-widget .accordion-item h5 button {

  font-weight: 700;

  font-size: 18px;

  line-height: 30px;

  color: #212121;

  padding: 10px 0px 10px 30px;

  background: transparent;

}

.faq-right-widget .accordion-item h5 button:hover, .faq-right-widget .accordion-item h5 button:focus {

  outline: none;

  border: none;

  -webkit-box-shadow: none;

          box-shadow: none;

}

.faq-right-widget .accordion-item h5 button::after {

  -ms-flex-negative: 0;

      flex-shrink: 0;

  position: absolute;

  left: 0;

  color: #777777;

  width: 20px;

  height: 20px;

  border-radius: 500px;

  border: 1px solid #000;

  margin-left: auto;

  content: "\f105";

  font-size: 12px;

  line-height: 20px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  font-family: "Font Awesome 6 Pro";

  background-image: none !important;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

.faq-right-widget .accordion-item h5 .accordion-button:not(.collapsed) {

  -webkit-box-shadow: none;

          box-shadow: none;

}

.faq-right-widget .accordion-item h5 .accordion-button:not(.collapsed)::after {

  background-image: none;

  -webkit-transform: rotate(90deg);

          transform: rotate(90deg);

  background-color: #E23E17;

  color: #212121;

}

.faq-right-widget .accordion-item:last-child {

  border-bottom: none;

}

.faq-right-widget .accordion-item p {

  padding: 0px 0px 20px 35px;

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 30px;

  color: #777777;

}

@media (max-width: 991px) {

  .faq-right-widget {

    margin-top: 60px;

  }

}

@media (max-width: 767px) {

  .faq-right-widget.faq-right-widget-home-3 {

    margin-top: 30px;

  }

}



/* ----------------------------------

	BLOG SECTION STYLE 

 ------------------------------------ */

.blog-wrapper .content {

  padding: 30px;

}



@media (max-width: 991px) {

  .blog-wrapper .content {

    padding: 20px;

  }

}

.blog-wrapper .single_blog {

  background-color: #FFFfff;

}

.blog-wrapper .single_blog .blog-featured-thumb {

  width: 100%;

  position: relative;

  z-index: 1;

    padding: 15px;

  overflow: hidden;

    text-align: center;

    

}

.blog-wrapper .single_blog .blog-featured-thumb img {

  -o-object-fit: cover;

     object-fit: cover;

  width: 50%;

    text-align: center;

    left: 0;

    right: 0;

  

  -webkit-transform: scale(1);

          transform: scale(1);

  -webkit-transition: all 400ms linear;

  transition: all 400ms linear;

}

.blog-wrapper .single_blog .blog-featured-thumb::after {

  background: rgba(255, 255, 255, 0.3);

  bottom: 0;

  content: "";

  left: 50%;

  position: absolute;

  right: 50%;

  top: 0;

  opacity: 0;

  height: 100%;

  pointer-events: none;

  -webkit-transition: all 400ms linear;

  transition: all 400ms linear;

}

.blog-wrapper .single_blog .blog-featured-thumb.blog3-thumb {

  height: 400px;

}

@media (max-width: 767px) {

  .blog-wrapper .single_blog .blog-featured-thumb.blog3-thumb {

    height: 300px;

  }

}

.blog-wrapper .single_blog h3 {

  font-weight: 700;

  font-size: 24px;

  line-height: 30px;

  text-transform: capitalize;

  color: #e33e29;

}

.blog-wrapper .single_blog .post-top-meta {

  margin-top: 10px;

  margin-bottom: 20px;

}

.blog-wrapper .single_blog .post-top-meta .post-date span {

  display: inline;

  padding: 0px 20px;

}

.blog-wrapper .single_blog .post-top-meta .post-date span:first-child {

  padding-left: 0;

}

.blog-wrapper .single_blog .post-top-meta .post-date span:first-child a {

  color: #E23E17;

}

.blog-wrapper .single_blog .post-top-meta .post-date span:last-child {

  padding-right: 0;

}

.blog-wrapper .single_blog .post-top-meta .post-date span:last-child a {

  color: #777;

  font-weight: 400;

}

.blog-wrapper .single_blog .btn-link-share {

  margin-top: 30px;

  /*background: #F5FBEC;*/

  border-radius: 100px;

}

.blog-wrapper .single_blog .btn-link-share .theme-btn {

  padding: 10px 25px;

  border-radius: 100px;

  border: 1px solid #00143d;

  text-transform: capitalize;

  font-weight: 700;

  

  color: #00143d;

}

.blog-wrapper .single_blog .btn-link-share .theme-btn:hover {

  background-color: #E23E17 !important; color:#fff;

}

.blog-wrapper .single_blog .btn-link-share a:last-child {

  margin-right: 20px;

  

}

.blog-wrapper .single_blog:hover .blog-featured-thumb img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

}

.blog-wrapper .single_blog:hover .blog-featured-thumb::after {

  left: 0;

  right: 0;

  opacity: 1;

}

.blog-wrapper .pagination {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  margin-top: 50px;

  gap: 10px;

}

.blog-wrapper .pagination .page a {

  width: 50px;

  height: 50px;

  background-color: #FFFfff;

  border-radius: 50%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  color: #777;

  font-family: Open Sans;

  font-size: 14px;

  font-style: normal;

  font-weight: 400;

  line-height: 20px;

  /* 142.857% */

  text-transform: capitalize;

  border: 1px solid transparent;

}

.blog-wrapper .pagination .page a:hover, .blog-wrapper .pagination .page a:active, .blog-wrapper .pagination .page a.active {

  border: 1px solid #212121;

  background: #E23E17;

  color: #212121;

}



.blog-right {

  padding: 50px 40px;

  background-color: #FFFfff;

}

.blog-right h4 {

  font-weight: 700;

  font-size: 18px;

  line-height: 30px;

  text-transform: capitalize;

  color: #212121;

  margin-bottom: 10px;

}

.blog-right .service-list {

  margin-top: 30px;

}

.blog-right .service-list button {

  background: transparent;

  display: block;

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 50px;

  text-transform: capitalize;

  color: #777777;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}

.blog-right .service-list button:hover, .blog-right .service-list button:active, .blog-right .service-list button:focus {

  color: #212121;

}

.blog-right .newsletter_box form input {

  border-radius: 100px;

  border: 1px solid #212121;

  padding: 21px 50px 14px 20px;

}

@media (max-width: 767px) {

  .blog-right .newsletter_box form input {

    padding: 0 0 0 10px;

  }

}

@media (max-width: 500px) {

  .blog-right .newsletter_box form .search-btn {

    background-color: #E23E17;

    height: 100%;

    margin-top: -8px;

    right: 0;

  }

}

.blog-right .service-list button {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: start;

      -ms-flex-pack: start;

          justify-content: flex-start;

  gap: 20px;

}

.blog-right .service-list button .icon {

  width: 20px;

  height: 20px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  border: 1px solid #212121;

  font-size: 12px;

  background-color: #E23E17;

  color: #212121;

  border-radius: 50%;

}

@media (max-width: 767px) {

  .blog-right {

    padding: 30px 25px;

  }

}



.icons-element {

  margin-top: 30px;

}

.icons-element .icons {

  margin-top: 10px;

  gap: 5px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: start;

      -ms-flex-pack: start;

          justify-content: start;

}

.icons-element .icons a {

  width: 45px;

  height: 45px;

  background: rgba(33, 33, 33, 0.05);

  border-radius: 100px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  color: rgba(119, 119, 119, 0.3019607843);

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  border: 1px solid transparent;

}

.icons-element .icons a i {

  font-size: 18px;

}

.icons-element .icons a:hover {

  background-color: #E23E17;

  color: #212121;

  border: 1px solid #212121;

}



.blog-bottom-right {

  width: 100%;

  padding: 30px 30px;

  z-index: 1;

  position: relative;

}

.blog-bottom-right:before {

  top: 0;

  left: 0;

  z-index: -1;

  width: 100%;

  height: 100%;

  content: "";

  position: absolute;

  background: rgba(0, 0, 0, 0.5);

  -webkit-transition: all all 0.3s ease ease-in-out;

  transition: all all 0.3s ease ease-in-out;

}

.blog-bottom-right .content {

  padding: 40px 10px 10px 10px;

  border: 2px solid #E23E17;

  text-align: center;

}

.blog-bottom-right .content h4 {

  font-weight: 700;

  font-size: 32px;

  line-height: 43px;

  text-align: center;

  text-transform: capitalize;

  color: #FFFFFF;

  margin-bottom: 10px;

}

.blog-bottom-right .content span {

  font-family: "Open Sans";

  font-style: normal;

  font-weight: 600;

  font-size: 16px;

  line-height: 22px;

  text-align: center;

  text-transform: capitalize;

  color: #E23E17;

  display: block;

  margin-bottom: 20px;

}

.blog-bottom-right .content h2 {

  font-style: normal;

  font-weight: 700;

  font-size: 48px;

  line-height: 58px;

  text-align: center;

  text-transform: capitalize;

  color: #FFFFFF;

  display: block;

  margin-bottom: 10px;

}

.blog-bottom-right .content strong {

  margin-bottom: 30px;

  color: #fff !important;

  display: block;

  font-weight: 600;

  font-size: 16px;

  line-height: 22px;

  text-align: center;

  text-transform: capitalize;

}



/* ----------------------------------

	BLOG DETAILS SECTION STYLE 

 ------------------------------------ */

.quite {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 30px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  padding: 50px 30px;

  border: 1px solid #212121;

  background-color: #E23E17;

}

.quite .icons {

  width: 70px;

  height: 70px;

  border-radius: 500px;

  border: 1px solid #212121;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.quite .icons i {

  font-size: 25px;

  color: #212121;

}

.quite p {

  font-family: "Pathway Extreme";

  font-style: italic;

  font-weight: 400;

  font-size: 18px;

  line-height: 30px;

  color: #212121;

}

@media (max-width: 767px) {

  .quite {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

    padding: 30px 20px;

  }

  .quite p {

    text-align: center;

  }

}



.comment-widget h4 {

  font-weight: 700;

  font-size: 32px;

  line-height: 30px;

  color: #212121;

}

.comment-widget .comment-item {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  gap: 20px;

}

.comment-widget .comment-item .user-img {

  width: 70px;

  height: 70px;

  overflow: hidden;

}

.comment-widget .comment-item .user-img img {

  -o-object-fit: cover;

     object-fit: cover;

}

.comment-widget .comment-item .user-content {

  position: relative;

}

.comment-widget .comment-item strong {

  font-family: "Pathway Extreme";

  font-style: normal;

  font-weight: 700;

  font-size: 18px;

  line-height: 30px;

  text-transform: capitalize;

  margin-bottom: 10px;

}

.comment-widget .comment-item p {

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 30px;

  color: #777777;

}

.comment-widget .comment-item button {

  position: absolute;

  top: 0%;

  right: 10px;

  border: none;

  outline: none;

  padding: 2px 10px;

  background: rgba(33, 33, 33, 0.1);

  border-radius: 3px;

}

.comment-widget .comment-item button:active, .comment-widget .comment-item button:hover {

  background-color: #E23E17;

}

.comment-widget .comment-item.comment-item-reply {

  margin-left: 30px;

}

@media (max-width: 767px) {

  .comment-widget .comment-item {

    gap: 10px;

  }

  .comment-widget .comment-item .user-img {

    width: 150px;

    height: 100px;

  }

  .comment-widget .comment-item p {

    font-size: 14px;

    line-height: 24px;

  }

}



.live-comment-widget h4 {

  font-weight: 700;

  font-size: 32px;

  line-height: 30px;

  color: #212121;

}

.live-comment-widget .form-group label {

  font-family: "Pathway Extreme";

  font-style: normal;

  font-weight: 700;

  font-size: 16px;

  line-height: 22px;

  color: #212121;

  margin-bottom: 5px;

}

.live-comment-widget .form-group input[type=text], .live-comment-widget .form-group input[type=email] {

  background-color: transparent;

  height: 50px;

  color: #777777;

  border-bottom: 1px solid #777777 !important;

  border-radius: 0px !important;

}

.live-comment-widget .form-group input[type=text]:focus, .live-comment-widget .form-group input[type=text]:active, .live-comment-widget .form-group input[type=email]:focus, .live-comment-widget .form-group input[type=email]:active {

  border: 1px solid #777777 !important;

  border-radius: 5px !important;

}

.live-comment-widget .form-group textarea {

  background-color: transparent;

  color: #777777;

  width: 100%;

  border: none;

  border-radius: 0px !important;

}

.live-comment-widget .form-group textarea:focus {

  outline: none;

  border: none;

}

.live-comment-widget .form-group small {

  border-top: 1px solid #212121 !important;

  display: block;

}

.live-comment-widget .form-group .form-control {

  border: none !important;

}

.live-comment-widget .form-group .form-control:focus {

  outline: 0px solid rgba(0, 0, 0, 0.15) !important;

  border: 0px solid rgba(0, 0, 0, 0.15) !important;

  -webkit-box-shadow: 0 0 0 !important;

          box-shadow: 0 0 0 !important;

}

.live-comment-widget .form-group .form-group button {

  display: inline-block;

}



/* ----------------------------------

	footer Section Styles

 ------------------------------------ */

footer {

  position: relative;

  z-index: 1;

}

footer.footer-1 {

  padding-top: 60px;

  background-color: #212121;

  background-image: url(../img/footer.png);

}

@media (max-width: 767px) {

  footer.footer-1 {

    padding-top: 20px;

  }

}

footer .single_footer h4 {

  font-weight: 700;

  font-size: 20px;

  line-height: 27px;

  text-transform: capitalize;

  color: #FFFfff;

  margin-bottom: 20px;

}

footer .single_footer p {

  font-weight: 400;

  font-size: 16px;

  line-height: 30px;

  color: rgba(255, 255, 255, 0.6);

}

footer .single_footer .icon-left {

  margin-top: 40px;

}

footer .single_footer .icon-left li > a {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  width: 45px;

  height: 45px;

  border-radius: 500px;

  background: rgba(255, 255, 255, 0.1);

  gap: 20px;

}

footer .single_footer .icon-left li > a i {

  color: #777777;

  font-size: 20px;

}

footer .single_footer .icon-left li > a:hover {

  background: #E23E17;

  color: #000;

}

footer .single_footer .icon-left li > a:hover i {

  color: #212121;

}

footer .single_footer.footer-link-2 ul > li {

  display: block;

  padding: 10px;

}

footer .single_footer.footer-link-2 ul > li a {

  text-align: left;

  font-weight: 400;

  font-size: 16px;

  line-height: 30px;

  -webkit-text-decoration-line: underline;

          text-decoration-line: underline;

  color: rgba(255, 255, 255, 0.6);

  padding-left: 30px;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

footer .single_footer.footer-link-2 ul > li a:hover {

  color: #E23E17;

}

footer .single_footer.footer-link-2 ul > li p {

  color: rgba(255, 255, 255, 0.6);

  padding-left: 30px;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

footer .single_footer.footer-link-2 ul > li p:hover {

  color: #E23E17;

}

footer .single_footer.footer-link-2 ul > li:nth-child(1) a::after {

  clear: both;

  display: block;

  content: "\f0e0";

  font-family: "Font Awesome 6 Pro";

  font-size: 18px;

  font-weight: 500;

  position: absolute;

  left: 0;

  top: 0;

}

footer .single_footer.footer-link-2 ul > li:nth-child(2) a::after {

  clear: both;

  display: block;

  content: "\f2a0";

  font-family: "Font Awesome 6 Pro";

  font-size: 18px;

  font-weight: 900;

  position: absolute;

  left: 0;

  top: 0;

}

footer .single_footer.footer-link-2 ul > li:nth-child(3) p::after {

  clear: both;

  display: block;

  content: "\f3c5";

  font-family: "Font Awesome 6 Pro";

  font-size: 18px;

  font-weight: 600;

  position: absolute;

  left: 15px;

  top: 10px;

}

@media (max-width: 767px) {

  footer .single_footer.footer-link-2 ul > li:nth-child(3) p::after {

    left: 0;

  }

}

@media (max-width: 767px) {

  footer .single_footer.footer-link-2 ul > li {

    padding: 10px 0;

  }

}

footer .single_footer.footer-link ul > li {

  display: block;

  padding: 0px 0px;

  color: rgba(255, 255, 255, 0.6);

}

footer .single_footer.footer-link ul > li a {

  padding: 10px 0px;

  text-align: left;

  font-weight: 400;

  font-size: 14px;

  line-height: 30px;

  color: rgba(255, 255, 255, 0.6);

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

footer .single_footer.footer-link ul > li a:hover {

  color: #E23E17;

}

footer .single_footer .footer-bootm-link ul > li {

  display: inline-block;

  padding: 0px;

  font-size: 14px;

  color: rgba(255, 255, 255, 0.6);

}

footer .single_footer .footer-bootm-link ul > li a {

  color: #777777;

  font-size: 14px;

  padding: 0px 8px 0 4px;

}

footer .single_footer .footer-bootm-link ul > li a:hover {

  color: #E23E17;

}

footer .line-element-1, footer .line-element-2, footer .dot-element-1, footer .dot-element-2 {

  position: absolute;

  z-index: -1;

}

footer .line-element-1 {

  top: 10%;

  left: 0;

  opacity: 0.3;

}

footer .line-element-2 {

  bottom: 10%;

  right: 0%;

  opacity: 0.3;

}

footer .dot-element-1 {

  top: 10%;

  left: 0;

  -webkit-animation: top-to-bottom 4s ease-in-out infinite;

          animation: top-to-bottom 4s ease-in-out infinite;

}

footer .dot-element-2 {

  bottom: 10%;

  right: 0%;

  -webkit-animation: top-to-bottom 6s ease-in-out infinite;

          animation: top-to-bottom 6s ease-in-out infinite;

}



.newsletter_box {

  margin-top: 10px;

  margin-bottom: 20px;

}

.newsletter_box.about-right form {

  height: 60px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  position: relative;

  border-radius: 140px;

  border: 1px solid #212121;

  overflow: hidden;

}

@media (max-width: 480px) {

  .newsletter_box.about-right form {

    height: 50px;

  }

  

}

.newsletter_box.about-right form input {

  border-radius: 5px;

  border: 2px solid rgba(255, 255, 255, 0.1);

  color: #212121;

}

.newsletter_box.about-right form button {

  right: 0;

  padding: 20px;

  top: 0;

  font-size: 18px;

  line-height: 25px;

  background-color: #E23E17;

}

@media (max-width: 480px) {

  .newsletter_box.about-right form button {

    right: 5px;

    font-size: 13px;

    line-height: 20px;

    padding: 6px 10px;

    top: calc(50% - 16px);

  }

}

.newsletter_box.about-right form button i {

  font-size: 18px;

  color: #212121;

}

@media (max-width: 480px) {

  .newsletter_box.about-right form button i {

    font-size: 13px;

    margin-left: 5px;

  }

}

.newsletter_box.about-right form button:hover {

  color: #FFFfff;

  background-color: #212121;

}

.newsletter_box form {

  height: 61px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  position: relative;

}

@media (max-width: 480px) {

  .newsletter_box form {

    height: 50px;

  }

}

.newsletter_box form input {

  width: 100%;

  color: #FFFfff;

  font-size: 16px;

  line-height: 19px;

  border-radius: 2px;

  background: transparent;

  padding: 21px 50px 21px 20px;

  border: 2px solid rgba(255, 255, 255, 0.1);

}

@media (max-width: 480px) {

  .newsletter_box form input {

    font-size: 14px;

    padding: 16px 148px 16px 15px;

  }

}

.newsletter_box form input::-webkit-input-placeholder {

  color: #777777;

}

.newsletter_box form input::-moz-placeholder {

  color: #777777;

}

.newsletter_box form input:-ms-input-placeholder {

  color: #777777;

}

.newsletter_box form input::-ms-input-placeholder {

  color: #777777;

}

.newsletter_box form input::placeholder {

  color: #777777;

}

.newsletter_box form button {

  border: 0;

  right: 9px;

  color: #FFFfff;

  font-size: 15px;

  line-height: 22px;

  font-weight: 500;

  position: absolute;

  font-family: "Open Sans", sans-serif;

  border-radius: 2px;

  display: inline-block;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  padding: 9.5px 18px;

  top: calc(50% - 21.5px);

  background-color: transparent;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

@media (max-width: 480px) {

  .newsletter_box form button {

    right: 5px;

    font-size: 13px;

    line-height: 20px;

    padding: 6px 10px;

    top: calc(50% - 16px);

  }

}

.newsletter_box form button i {

  font-size: 16px;

  color: #E23E17;

}

@media (max-width: 480px) {

  .newsletter_box form button i {

    font-size: 13px;

    margin-left: 5px;

  }

  .service-wrapper.service-1 .single_service{padding: 0px 10px;}

  .hero-wrapper.hero-1 .hero-single-slider .hero-content h1 {

  font-size: 20px; margin-bottom:10px;}

  .hero-wrapper.hero-1 .hero-single-slider .hero-content p{ font-size:13px; line-height:15px; font-weight:500;}

 .hero-wrapper.hero-1 .hero-single-slider {

  padding: 300px 0px 100px 0px !important;

}
.footer-bottom p {

  

  margin-top: 100px;

  font-weight: 400;

  font-size: 16px;

  line-height: 28px;

  color: #FFFFFF;

}

}

@media (max-width: 360px) {

  padding: 300px 0px 100px 0px !important;

}


}

.newsletter_box form button:hover {

  color: #FFFfff;

  background-color: #212121;

}



.footer-bottom p {

  

  margin-top: 20px;

  font-weight: 400;

  font-size: 16px;

  line-height: 28px;

  color: #FFFFFF;

}

.footer-bottom p a {

  color: #E23E17;

  font-size: 16px;

}

.bg-dark{ background: #223C74 !important; color: #fff;}

.bg-danger{ background: #E23E17 !important; color: #fff;}

.mission{ background:url(../img/mission.png) #223C74 !important; z-index:1; background-position:bottom;}

.dropdown-hover:hover>.dropdown-menu {

display: inline-block;

}



.dropdown-hover>.dropdown-toggle:active {

/*Without this, clicking will make it sticky*/

pointer-events: none;

}

.dropdown-menu{right: 5%; margin-top: 30px;}

.dropdown-menu h4{ font-size:13px; font-weight:bold;}

.dropdown-menu a.list-group-item{ font-size:12px; font-weight: normal;}

.dropdown-menu a.list-group-item:hover{ font-size:12px; font-weight: normal; border-bottom:1px solid rgba(0,0,0,.125)}



menu-2 .dropdown-menu {

    right: 0;

    margin-top: 30px;

    width: 80%;

}


.single_footer .foot-sub-btn .theme-btn{

  margin-top: 130px;
 
}

