*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus,
*:hover,
*:visited,
*:active,
*:target,
*:focus-visible,
*:focus-within {
  outline: 0 !important;
}

html {
  font-family: "Inter", sans-serif;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
}

body {
  background: white;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: normal;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-space-between {
  justify-content: space-between !important;
}

.title {
  font-family: "Inter", sans-serif;
  margin-bottom: 5px;
  font-size: 25px;
}

.sub-title {
  font-family: "Inter", sans-serif;
  margin-bottom: 5px;
  font-size: 15px;
}

.text-white {
  color: white;
}

a {
  text-decoration: none;
  display: block;
}

span {
  display: inline-block;
}

span.alert {
  color: red;
  font-size: 11px
}

button {
  background: none;
  font: inherit;
  border: none;
  cursor: pointer;
}

ul {
  list-style: none;
}

ul,
li {
  margin: 0;
  padding: 0;
}

input,
textarea {
  display: block;
  width: 100%;
  font: inherit;
}

input::-webkit-input-placeholder {
  font: inherit;
}

input:-ms-input-placeholder {
  font: inherit;
}

input::-ms-input-placeholder {

  font: inherit;

}

input::placeholder {

  font: inherit;

}

img.responsive-img {
  width: 100%;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}

a:hover {
  text-decoration: none;
}

.justify-content-center {
  justify-content: center !important;
}

.d-flex {
  display: flex;
}

.logo_text {
  color: #ececec;
  font-size: 23px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  line-height: 25px;
}

/*new_topbar Area*/
.item_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.top-bar-area {
  color: #f0fffa;
  background: #d50000;
}

.top-bar-area .flex-item {
  display: flex;
  align-items: center;
  height: 100%;
}

.top-bar-area p {
  margin: 0;
  margin-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding-right: 30px;
}

.top-bar-area ul {
  display: flex;
  gap:10px;
}

.top-bar-area .flex-item.left ul li {
  display: flex;
  align-items: center;
  line-height: 25px;
  gap: 5px;
}

.top-bar-area .flex-item.left ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-bar-area .flex-item i svg {
  margin-right: 5px;
  font-weight: 100;
  position: relative;
}

.top-bar-area .social {
  display: inline-block;
  padding: 10px 0px;
  padding-right: 0;
}

.social ul li {    
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    border-radius: 4px;
}
.social ul li i {}
.social ul li a i {color: #fff}

.top-bar-area .text-end ul li {
  margin-right: 13px;
  margin-left: 13px;
}

.top-bar-area i svg {
  fill: #fff !important;
  width: 18px;
}

.text-end {
  text-align: right !important;
}

.map_marker svg path {
  fill: #fff !important;
}

.fa_headphones svg path {
  fill: #fff !important;
}


.top_nav .dropdown .dropbtn {
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.top_nav .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
  padding: 10px;
  width: 250px;
}


.dropbtn:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #000;
  transition: transform ease-in-out 0.3s;
  position: absolute;
  content: '';
  right: -15px;
  top: 8px;
}

.dropbtn {
  position: relative;
}

/*.top_nav .dropdown:hover .dropdown-content.show {
  display: block;
}*/


.header {
  position: relative;
  background: none;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: transparent;
}

/*.header-nav.add_bg{
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}*/
.main-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #FFF;
  align-items: center;
  transition: all .3s;
}

.header-nav {
  background: #06298b;
}

.header-nav.active {
  background: #06298b;
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
}

.navigation {
  display: flex;
  margin-left: auto;

}

.navigation li {
  margin-left: 15px;

}

.navigation li a {
  color: #fff;
  transition: all .3s;
  font-family: "Inter", sans-serif;
  border-radius: 25px;
  font-weight: 500;
  font-size: 16px;
}

.mobile-open-btn,
.mobile-close-btn {
  display: none;
}

/*.brand{
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  transition: all .3s;
  width: 85px;
}*/
/*.brand{
    display: flex;
    align-items: center;
    width: 405px;
    
}*/

.header-nav.active .brand {
  color: #7c7c7c;
  font-size: 19px;
  line-height: 25px;
  position: relative;
  padding: unset;
}

/* .header-nav.active .navigation li a{
  color: #7c7c7c;
  font-size: 13px;
  letter-spacing: 1px;
} */
/*.header-nav.active .brand{
  color: #000;
  font-size:25px;
  line-height: 25px;
}
*/
/*.header-nav.active .brand {
    color: #000;
    font-size: 25px;
    line-height: 25px;
    position: relative;
    padding: unset;
    width: 295px;
}
*/

.banner {
  width: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
  height: calc(100vh - 250px);
}

.banner .home-slider3-container {
    touch-action: pan-y;
    display: flex;
    height: 100%;
}


.banner h2 {
  font-size: 37px;
  margin-bottom: 15px;
}

.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.banner-over-lay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
}

.banner-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.banner-text h1 {
  width: 100%;
  margin: 0px 0 42px 0;
  text-transform: uppercase;
  letter-spacing: -2.5px;
  line-height: 55px;
  font-weight: 600;
  font-size: 52px;
  position: relative;
}


.banner-text h1 span:after {
  content: "";
  display: inline-block;
  width: 4px;
  min-height: 48px;
  padding: 0;
  position: absolute;
  left: -44px;
  top: 3px;
  background-color: #fff;
}

.banner-text h1 span:after {
  opacity: 1;
  background-color: #fff;
  transform: scale3d(1, 0, 1);
  animation: v-line 3s cubic-bezier(.4, 0, .2, 1) infinite both;
}

@keyframes v-line {
  10% {
    transform: scale3d(1, 0, 1);
    transform-origin: center top
  }

  50% {
    transform-origin: center top;
    transform: scale3d(1, 1, 1)
  }

  51% {
    transform-origin: center bottom
  }

  100% {
    transform-origin: center bottom;
    transform: scale3d(1, 0, 1)
  }
}

.banner-text p {
  margin-bottom: 40px;
  font-weight: 300;
  line-height: 28px;
  font-size: 20px;
}

.banner-btn {
  font-size: 17px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #ffffff;
  background: #ec1111;
  text-align: center;
  max-width: 161px;
  border: solid 1px #ec1111;
  border-radius: 41px;
}

.banner-btn.colorbor {
  color: #FFF;
  border: solid 1px #ec1111;
  min-width: 161px;
}

.banner-text {
  padding-left: 52px;
}

.banner-btn:hover {
  background: #000;
  color: #FFF;
  border-color: #000;
}

.product-showcase {
  padding: 30px 0;
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.product-showcase::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-size: cover !important;
  background: #F1F1F1 url(../images/service-background-2.jpg) no-repeat;
  z-index: -1;
  background-position: center -235px;
}

.section-heading {
  padding-bottom: 20px;
}

.inner-content p.smallHeading {
  color: #ec1111;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}

.left-info .sub-title {
  font-size: 18px;
  color: #e26c0a;
}

.section-heading h2 {
  color: #04000a;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 15px;
  text-align: center;
}

/*.product-card{
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 400px;
  border: 1px solid #e5e5e5;
}*/

/*.product-card:hover img{
  transform: scale(1.5);
}*/

.product-card-content {
  width: 100%;
  position: relative;
  margin: 9px auto;
  text-align: center;
}

.product-card__name {
  font-size: 18px;
  padding: 0;
  color: #000;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 15px;
}

.product-card__name {
  transition: color .3s ease;
}

.product-card__name a:hover {
  color: #cb8161;
  text-decoration: none;
}

.product-group-price {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  font-size: 16px;
  align-items: center;
}

.product-group-price div {
  margin: 0 2px;
}

.product-price.product-price--regular {
  font-size: 14px;
  color: #868686;
  line-height: 99%;
}

.ttip_currency {
  position: relative;
}

.product-price--regular {
  color: #9b9b9b;
  text-decoration: line-through;
  font-size: 14px;
}

.product-price.price-sale span.tt_currency_txt {
  color: #cb8161;
  position: relative;
  top: -2px;
}

.product-price {
  color: #cb8161;
}

.view-more-btn {
  font-size: 19px;
  line-height: 57px;
  font-weight: 900;
  letter-spacing: 2px;
  text-align: center;
  max-width: 220px;
  margin: 0 auto;
  width: 100%;
  background: #ec1111;
  color: #FFF;
  min-width: 161px;
  border-radius: 41px;
}

.view-more-btn.cont-form-submit-btn {
  background: #e16b09;
  color: #fff;
  border-radius: 10px;
}

.left-align {
  margin-right: auto !important;
  margin-left: 0;
}


.view-more-btn:hover {
  background: #000;
  color: #FFF;
}

.about-us {
  width: 100%;
  margin: 30px 0;
  /*  background: url(../images/about-us-bg.webp) no-repeat;
  background-size:cover ;
  background-position: center center;*/
}

.about-inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-right {
  max-width: 100%;
  flex: 0 0 50.7%;
}

.content-left {
  max-width: 100%;
  flex: 0 0 43.3%;
}

.inner-content {
  max-width: 750px;
  margin: 0 auto;
  padding: 30px 15px;
}

.about-title {
  font-size: 38px;
  margin-bottom: 20px;
  line-height: 44px;
  font-weight: 600;
  padding-right: 30px;
}

.inner-content p {
  font-size: 14px;
  color: #111;
  margin-bottom: 10px;
  line-height: 22px;
  padding-right: 30px;
}

.why-choose{
    padding: 30px 0;
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.why-choose-area {
  position: relative;
  display: block;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 60px 0 60px;
  z-index: 1;
}

.why-choose-title {
  position: relative;
  display: block;
  padding-bottom: 60px;
  background: #27282c;
  max-width: 390px;
  width: 100%;
}

.why-choose-title .sec-title {
  margin: 0;
  padding-top: 18px;
  padding-left: 40px;
  padding-bottom: 28px;
}

.why-choose-title .sec-title .icon {
  position: relative;
  display: block;
  margin-bottom: 32px;
  width: 104px;
}

.why-choose-title .sec-title h2,
.why-choose-title .sec-title h3,
.why-choose-title .sec-title h4,
.why-choose-title .sec-title h5 {
  color: #ffffff;
  font-size: 30px;
  line-height: 40px;
}

.why-choose-title ul {
  position: relative;
  display: block;
  padding-top: 40px;
  padding-left: 0px;
}

.why-choose-title ul li {
  position: relative;
  display: block;
  padding-left: 35px;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 17px;
}

.why-choose-title ul li:last-child {
  margin-bottom: 0;
}

.why-choose-title ul li:before {
  font-family: 'icomoon';
  content: "\e935";
  position: absolute;
  top: 2px;
  left: 0;
  color: #ff8400;
  font-size: 20px;
  line-height: 20px;
}

.why-choose-title .button {
  position: relative;
  display: block;
  margin-top: 21px;
  z-index: 1;
}

.why-choose-title .button:before {
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 0;
  width: 10px;
  background: #ff8400;
  content: "";
  z-index: -1;
}

.why-choose-title .button:after {
  position: absolute;
  top: -15px;
  left: -10px;
  width: 10px;
  height: 15px;
  content: "";
  background: url(../images/icon/button-shape.png);
  z-index: -1;
}

.why-choose-title .button a {
  position: relative;
  display: block;
  background: #ff8400;
  color: #ffffff;
  line-height: 70px;
  padding: 0 40px 0;
}

.why-choose-title .button a:hover {
  background: #d51723;
}

p.point-text {
  color: #FFF !important;
  font-size: 22px !important;
  font-weight: 700 !important;
}

.why-choose-content {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.why-choose-content .single-box {
  position: relative;
  display: flex;
  width: 16%;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px 15px 20px;


}

.why-choose-content .single-box.redbg {
  background: #ff8400;
}

.why-choose-content .single-box.blackbg {
  background: #27282c;
}

.why-choose-content .single-box .icon-holder {
  position: relative;
  display: block;
  padding: 10px;
  width: 70px;
  height: 70px;
  z-index: 1;
}

.why-choose-content .single-box .icon-holder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #ed4d58;
  border-radius: 50%;
  z-index: -1;
}

.why-choose-content .single-box .icon-holder span:before {
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;

}

.why-choose-content .single-box .text-holder {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 16px;
}

.why-choose-content .single-box .text-holder h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0 18px;
  width: calc(100% - 95px);
}

.why-choose-content .single-box .text-holder p {
  color: #ffffff;
  text-align: center;
  width: 100%;
  margin: 0;
  width: calc(100% - 95px);
  font-size: 16px;
}

.why-choose-content .single-box.whitebg .text-holder h3 {
  color: #303030;
  float: left;
  margin: 0 0 5px 0;
  text-align: left;
  font-weight: bold;
  text-align: center;
  width: 100%;
  font-size: 16px;
}

.why-choose-content .single-box.whitebg .text-holder p {
  color: #424242;
  float: left;
  margin: 0;
  text-align: center;
  width: 100%;
}

.why-choose-content .single-box.whitebg .text-holder p:first-child {
  justify-content: center;
  position: relative;
  width: 70px;
  height: 70px;
  float: left;
  margin-bottom: 25px;
  background: #ff8400;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 5px 15px 0 #ff84006b;
}

.why-choose-content .single-box.whitebg .text-holder p:first-child img {
  position: relative;
  z-index: 1;
  filter: grayscale(100) invert(1) brightness(100);

}


.padd_90_gap {
  padding: 90px 0;
}

.bg_grey {
  background: #f1f1f1;
}

.why-choose-content .single-box.whitebg .icon-holder:before {
  background: #ffeced;
}

.why-choose-content .single-box.whitebg .icon-holder span:before {
  color: #ff8400;
}

.why-choose-content .single-box.blackbg .text-holder p {
  color: #828282;
}

.why-choose-content .single-box.blackbg .icon-holder:before {
  background: #36373b;
}

.why-choose-content .single-box.blackbg .icon-holder span:before {
  color: #ffffff;
}

form-content-box {
  max-width: 650px;
  color: #7c7c7c;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.box .form {
  min-height: 400px;
  background: #FFF;
  padding: 32px;
  border-radius: 13px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.box .form img {
  display: block;
  margin: auto;
}

.box .form-title {
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 31px;
  font-size: 23px;
  text-align: center;
}

.box .form-group {
  height: 54px;
  margin-bottom: 20px;
  position: relative;
}

.box .form-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: 1px solid #a1a1a1;
  outline: none;
  padding: 16px;
  border-radius: 3px;
  z-index: 1;
}


.box .form-label {
  position: absolute;
  left: 13px;
  top: 15px;
  color: #a1a1a1;
  background-color: white;
  padding: 0 6px;
  font-size: 16px;
  transition: .3s;
}

.form-control:focus+.form-label {
  top: -10px;
  z-index: 10;
  color: #1B66C9;
  font-weight: 500;
}

.form-control:focus {
  border: 1px solid #1B66C9;
}

.form-control:not(:focus):valid+label {
  top: -10px;
  z-index: 10;
}


.box label {
  top: -10px;
  z-index: 10;
}

.box .showLabel {
  font-size: 14px;
}

.box .bottom-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
}

.box .bottom-box a {
  color: #1B66C9;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.box .form-button {
  padding: 15px 14px;
  border: none;
  background-color: #f58634;
  color: #fff;
  border-radius: 0;
  cursor: pointer;
  transition: .3s;
  display: flex;
  width: 100%;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}

.box .form-button i {
  font-size: 18px;
  margin-left: 12px;
}

.box .form-button:hover {
  box-shadow: 0 10px 36px rgba(0, 0, 0, .15);
}

.box {
  margin-bottom: 25px;
}


.our_pertner {
  padding: 30px 0;
}

.testimonial {
  padding: 30px 0 30px 0;
  width: 100%;
  margin: auto;
  background: #f4f6f9 url(../images/23gh.png) no-repeat;
  background-position: left center;
  background-size: contain;
}

.testimo-wrapper {
  width: 100%;
  margin-top: 30px;
  /*    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);*/
  border-radius: 10px;
  position: relative;
  padding: 4px 0 35px;
}

.patner_carousel.owl-carousel .owl-item img {
  display: block;
  width: 100%;

}

.patner_carousel.owl-carousel .owl-item .image_pertner {
  padding: 0px 50px;
    border: 1px solid #c6c6c6;
    height: 110px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.companyPartner {
  margin: 30px 0px 0 0;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 19px;
}


.testimonial-imageAndTile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.m-auto {
  margin: 0 auto;
}

.review li {
  display: inline-block;
  margin: 0 1px;
}

.testimonial-title {
  width: 100%;
  text-align: left;
  font-size: 19px;
  color: #000;
  padding: 5px 0;
}

.testimo-wrapper p {
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #000000;
  padding: 0px;
  margin-bottom: 0px;
  border-radius: 11px;
  display: block;

}

.image-wrapper {
  width: 150px;
  height: 150px;
  border-radius: 500%;
  border: 2px solid #e5e5e5;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
}

.image-wrapper img {
  height: 100%;
  object-fit: contain;
}

.contact-info-wrapper {
  width: 100%;
  padding: 30px;
  height: 100%;
  color: green;
}

.contact-info-image-wrapper {
  width: 100%;
  margin-bottom: 30px;
}

.contact-infos {
  display: flex
}

.c-infot+.c-infot {
  margin-left: 15px
}

.c-infot {
  width: 40%
}

.c-infot span {
  display: block;
  font-weight: 300;
  margin: 0 0 10px;
  font-size: 17px;
  letter-spacing: 1px
}

.c-infot a i {
  margin: 0 10px 0 0
}

.c-infot a {
  display: inline-flex;
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  width: 100%
}


/*CKEDITOR FrontEnd image and text Css Start */

.details-content-image {
  width: 100%;
}

.content-banner {
  width: 100%;
}

.content-banner p {
  font-size: 16px;
  line-height: 24px;
}

.content-banner h3 {
  font-size: 22px;
  line-height: normal;
  display: block;
  margin: 10px 0 15px 0;
}

.content-banner ul {
  padding: 40px 45px 30px 40px;
  background: #f1f9fb;
  margin-bottom: 30px;
}

.content-banner ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 30px;
  color: #0d4185;
}


.content-banner .image,
.content-banner .image-inline {
  position: relative;
}

.content-banner .image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}


.content-banner .image-style-align-right,
.content-banner .image-style-side {
  float: right;
  margin-left: 458px;
  max-width: 50%;
}

.content-banner .image-style-align-left {
  float: left;
  margin-right: 45px;
}

.content-banner .table {
  display: table;
  margin: 0.9em auto;
}


.content-banner .image.image_resized {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
}

.content-banner .image {
  clear: both;
  display: table;
  min-width: 50px;
  text-align: center;
}

.content-banner .image-style-side {
  float: right;
  margin-left: 15px;
  max-width: 50%;
}

.content-banner .image_resized {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
}

.content-banner .image_resized img {
  width: 100%;
}

.content-banner hr {
  float: left;
  width: 100%;
  margin: 40px 0;
}

/*CKEDITOR Front End image and text Css End */


.contact-us {
  width: 100%;
  margin: auto;
  background: #f4f6f9;
  position: relative;
}

.section-heading img {
  display: block;
  margin: 0 auto 15px;
}

.form-inner-container {
  box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
  padding: 60px 80px;
  border-radius: 10px;
  position: relative;
  background: #ffffff;
      z-index: 4;
}

.form-inner-container h3 {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 500;
  text-align: center;
}

.form-wrapper {
  width: 100%;
  position: relative;
}

.form-wrapper small {
  position: absolute;
  color: #cc0202;
  top: -1px;
  left: 3px;
  height: 60%;
  font-size: 24px;
  display: flex;
  align-items: center;
}

.form-lable {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.form-filed {

  width: 100%;
  padding: 15px;
  margin: 0 0 15px;
  color: #172b43;
  font-size: 18px;
  outline: 0;
  background: #fff;
  border: 0;
  border-bottom: 2px solid #e6e6e6;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.form-filed-text {
  width: 100%;
  height: 100px;
  padding: 15px;
  margin: 0 0 15px;
  color: #172b43;
  font-size: 18px;
  outline: 0;
  background: #fff;
  border: 0;
  border-bottom: 2px solid #e6e6e6;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.home-contact-block {
  position: absolute;
  top: 41px;
  right: -230px;
  width: 355px;
}

.home-contact-block img {
  max-width: 100%
}

footer {
  width: 100%;
  background: #212121;
  padding: 50px 0 0;
  color: #5f5f5f;


}

.content-right {
  position: relative;
}

.content-right img.responsive-img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.content-right:before {
  position: absolute;
  content: '';
  width: 11%;
  height: 13%;
  background: #ec1111;
  bottom: -11px;
  z-index: 1;
  right: -11px;
}

.content-right:after {
  position: absolute;
  content: '';
  width: 11%;
  height: 13%;
  background: #ec1111;
  top: -11px;
  z-index: 1;
  left: -11px;
}

.contact-content {
  color: #1e1e1e;
  font-size: 17px;
  display: inline-block;
  width: calc(100% - 50px);
  font-weight: 500;
}

.contact-content strong {
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}

.d-flex {
  display: flex;
  justify-content: space-between;
}

.logo_text_foo {
  color: #4d4d4d;
  font-weight: 800;
  font-size: 17px;
  line-height: 25px;
  position: relative;
  padding: unset;
}

.footer-links {
  display: block;
  margin-top: 15px;
  text-align: center;
}

.footer-links li {
  display: inline-block;
  margin: 0 10px;
}

.footer-links li a {
  display: block;
  font-size: 16px;
  color: #FFF;
  padding: 5px 0;
}

.footer-links li a:hover {
  color: #555;
}

.social-media-links {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-top: 35px;
  flex-direction: column;
}

.footer-heading {
  color: #ec1111;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}

.footer_pra {
  font-size: 17px;
  line-height: 26px;
  color: #585858;
}

.social-media-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 52px;
  height: 50px;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  transition: .3s;
  padding: 0;
}

.social-media-links a {
  border: 1px solid #11213b;
  background: #11213b;

}

.social-media-links a svg {
  width: 20px;
}

.copyright {
  width: 100%;
  background: #1c1a1b;
  padding: 25px 0;
  text-align: center;
}

.copyright p {
  color: #888888;
  font-size: 13px;
}

p.branding-text {
  width: 100%;
  padding: 10px 0;
  color: #8c8c8c;
}

p.branding-text a {
  display: inline-block;
  color: #f7b600;
}

.development {
  display: block;
  margin-top: 5px;

}

.development a {
  display: inline-block;

}

/* product-details starts */
.content-box {
  text-align: center;
  background: #FFF;
  padding: 15px;
}

.header-height-adjuter {
  width: 100%;
  position: relative;
  height: 244px;
}

.inner-page-container {
  width: 100%;
  padding: 70px 0;
}

.product-information-container {
  padding: 30px;
}

.containt_p {
  padding: 30px 0 0;
}

.containt_p p {
  font-size: 16px;
  color: #808080;
  margin-bottom: 10px;
  line-height: 27px;
}

.Product-title {
  font-size: 40px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 15px;
}

.price-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.product_mrp {
  font-size: 20px;
  color: #868686;
  text-decoration: line-through;
  letter-spacing: 2px;
  margin-right: 10px;
}

.product_sale_mrp {
  font-size: 22px;
  color: #cb8161;
  letter-spacing: 2px;
  margin-right: 10px;
}

.product_price_discount {
  font-size: 24px;
  color: #000;
  letter-spacing: 2px;
  margin-right: 10px;
}

.product-desc {
  width: 100%;
}

.product-desc h3 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.product-desc p {
  font-size: 14px;
  color: #868686;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.product-desc ul {
  padding-left: 35px;
  list-style: disc;
  margin-bottom: 15px;
}

.product-desc ol {
  padding-left: 32px;
  margin-bottom: 15px;
}

.product-desc ul li {

  margin: 10px 0;
  color: #868686;
  line-height: normal;
  position: relative;
  padding-left: 20px;
}

.product-desc ol li {

  margin: 10px 0;
  color: #868686;
  line-height: normal;
  padding-left: 20px;
}

.call-to-action {
  width: 100%;
  margin-top: 30px;
}

.call-to-action a {
  font-size: 19px;
  line-height: 57px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  background: #e26c0a;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

.call-to-action a:hover {
  background: #000;
  color: #FFF;
}

.text-light h4 {
  color: #424242;
  margin-bottom: 20px;
  font-size: 20px;
}

.footer-item.link li a {
  font-weight: 500;
  color: #686868;
  font-size: 16px;
}



/*about_us*/

.about-us .thumb {
  position: relative;
  margin-bottom: 50px;
}

.about-us .thumb .sub-item {
  height: 250px;
  width: 250px;
  border-radius: 50%;
  position: absolute;
  left: -80px;
  bottom: -50px;
  padding: 17px;
}

.about-us .thumb .sub-item img {
  border-radius: 50%;
}

.about-us .thumb .sub-item::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url('../images/15g.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.about-us .thumb img {
  border: none;
  outline: none;
  max-width: 100%;
}

.top-product-item {
  background: #47a85f;
  padding: 30px;
  margin-top: 30px;
}

.top-product-item img {
  height: 144px;
  margin-bottom: initial;
  float: left;
  margin-right: 34px;
  margin-bottom: 0;
}

.top-product-item:first-child {
  margin-bottom: 30px;
}

.top-product-item {
  background: #e16b09;
  padding: 30px;
  margin-top: initial;
  display: inherit;
  height: 200px;
}

.top-product-item:nth-child(2) {
  background: #11213b;
}

.top-product-item h5 {
  color: #060011;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 15px;
  font-size: 18px;
}

.top-product-item h5 a {
  color: #FFF;
}

.top-product-item p {
  margin: 0;
  color: #ffffff;
  opacity: 0.9;
  text-transform: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}

.about-us {
  position: relative;
}

.shape-right-top {
  position: absolute;
  right: 0;
  top: -10px;
  z-index: -1;
  max-width: 22%;
}

.shape-right-top img {
  border: none;
  outline: none;
  max-width: 100%;
}



/*service*/

.bg-gray {
  background: #f4f6f9;
}


.bg-gray .heading-left .left-info {
  border-right: 1px solid #cccccc;
}

.heading-left .left-info {
  padding-right: 50px;

}

.right-info p {
  font-size: 16px;
  color: #808080;
  margin-bottom: 10px;
  line-height: 27px;
}

.mtb-20 {
  margin-bottom: 20px;
  margin-top: 15px;
}

.product-card {
  position: relative;
}

/*.product-card:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 150px;
    width: 150px;
    background: #f6c25e;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}*/
/*.product-card{
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 218px;
    width: 218px;
    background: #f6c25e;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, 6%);
}*/

.card_product {
  background: #f7f9fb;
  border: 1px solid #f7f9fb;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  overflow: hidden;
}

.card_product:hover img {
  filter: initial;
}

.card_product:hover {
  background: #ffffff;
  transition: all 0.3s ease;
  cursor: pointer;
}

.product-card img {
  width: 100%;
}

.product-card {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
}

.text_center {
  text-align: center;
}

.product-card__name button {
  padding: 15px;
  font-size: 15px;
  color: #ec1111;
}

.service_carousel .item a {
  /*padding: 50px 0px;
    background: #ffffff;*/
  position: relative;
  z-index: 1;
}

/*.align_centerr{text-align: center;}*/
/*{color: #030008;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 15px;}*/
/*.product-showcase:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 30%;
    width: 100%;
    background: #c7d9f1;
    z-index: 1;
}*/
.service_carousel {
  position: relative;
  z-index: 2;
}

.notis_bordarea .thumb {
  position: relative;
}

.notis_bordarea .thumb img {
  width: 100%;
}

.notis_bordarea .thumb:after {
  position: absolute;
  left: -20px;
  top: 30px;
  bottom: 30px;
  content: "";
  width: 20px;
  background: #48ab60;
  z-index: 1;
  transform: skew(0);
}

.notis_bordarea {
  padding: 70px 0;
  width: 100%;
  margin: auto;
}

.notis_bordarea .thumb img {
  padding-right: 50px;
}

/*notice*/
.holder {

  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f1f7ff;
  text-align: left;
  border-radius: 0;
  box-shadow: 1px 0px 5px 1px #dbdbdb;
  margin-bottom: 20px;
  border-radius: 10px;
  position: relative;
  height: 100%;
}

.holder .mask {
  position: relative;
  left: 0px;
  top: 10px;
  width: 100%;
  height: 400px;
  overflow: hidden;
  padding: 25px 25px 25px 25px;
}

.holder ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.holder ul li {
  padding: 10px 0px;
  border-bottom: dashed 1px #1e4b3a;
}

.holder ul li span {
  display: block;
  padding-bottom: 10px;
}

.holder ul li a {
  color: #e26c0a;
  font-size: 18px;
  text-decoration: none;
}

.holder .title {
  text-align: center;
  color: #FFFF;
  background: #11213b;
  font-size: 17px;
  padding: 10px;
}


.contabg {

  background: #FFF no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
}

.posright {
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.social-media-links svg path {
  fill: #fff !important;
}

.list_fot {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  margin-bottom: 30px;
}

.footer-item.about {

}

.footer-item .logo {
  width: 100%;
}

.footer-item .widget-title {
  font-weight: 800;
}

.footer-social-icons{
    margin-top: 40px;
}
.footer-social-icons ul{
    display: flex;
    gap: 5px;
}
.footer-social-icons ul li{
display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 20%;
    background: rgb(6 41 139);
    font-weight: 300;
    font-size: 18px;
}
.footer-social-icons ul li i{
    color: #fff;
    font-size: 18px;
}

.footer-item.link li {
  margin-top: 12px;
}

.footer-item.link li:first-child {
  margin: 0;
}

.footer-item.contact li {
  color: #dedede;
}

.footer-item.contact li {
  display: flex;
  margin-top: 20px;
}

.footer-item.contact li strong {
  display: block;
  text-transform: uppercase;
  color: #686868;
  font-size: 14px;
}

.footer-item.contact li .icon {
  display: inline-block;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  margin-right: 20px;
  background: rgb(206 0 0);
  color: #ffffff;
  border: 1px dashed rgb(206 0 0);
  font-weight: 300;
  font-size: 18px;
}

.footer-item.contact li a {
  color: #686868;
  font-weight: 500;
}

.footer-bottom {
  padding: 20px 0;
  background: #747474;
  position: relative;
  z-index: 1;
  padding-right: 30px;
  margin-top: 40px;
}

.footer-item .content {
  color: #686868;
      width: calc(100% - 70px);
}

.footer-bottom p {
  margin: 0;
  color: #dedede;
  text-align: center;
}

.fas_pfoot svg path {
  fill: #d6d6d6 !important;
}

.fas_pfoot svg {
  padding: 10px 2px 0;
}

.check-solid-list li {
  position: relative;
  z-index: 1;
  line-height: 2;
  font-weight: 800;
  padding-left: 25px;
}

.iinerbnr_heading {
  text-align: center;
  padding-top: 0;
  color: #FFF !important;
  font-size: 32px;
}



.our-team {
  position: relative;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 0 5px #808080;
  margin-bottom: 35px;
  margin-top: 25px;
  cursor: pointer;
}

.our-team img {
  width: 100%;
  height: 540px;
  transition: all 0.50s linear 0s;

}

.our-team .team-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px 20px;
  background: rgba(152, 197, 112, 0.95);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.our-team .team-prof {
  margin: 20px 0;
  position: relative;
  top: 13%;
  font-size: 25px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.our-team .social-link {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  top: 13%;
  color: #FFF;
  font-size: 18px;
  line-height: 26px;
}

.our-team .team-prof small {
  display: block;
  font-size: 13px;
  color: #fff;
  margin-top: 10px;
  text-transform: uppercase;
}

.our-team .team-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px 20px;
  background: rgb(0 0 0 / 74%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.our-team:hover .team-content {
  opacity: 1;
}




/*** 
=============================================
    Contact Info Area style
=============================================
***/
.contact-info-area{
position: relative;
padding: 80px 0;
}
.contact-address-area {
    position: relative;
    display: block;
    background: #f6f6f6;
    z-index:5;
    min-height: 236px;
}
.contact-form-image-box {
position: absolute;
    bottom: -80px;
    right: -120px;
    z-index: 1;
    width: 120%;
}
.contact-form-image-box img{
   max-width: 100%;
    float: left;
}

.single-contact-address-box{
    position: relative;
    display: block;
    background: #ffffff;
    text-align: center;
    padding: 40px 30px 32px;
    -webkit-box-shadow: 0px 4px 6px 2px #ededed; 
    box-shadow: 0px 4px 6px 2px #ededed;
    margin-bottom: 30px;
    transition: all 900ms ease 600ms;
}
  .single-contact-address-box i{
      width: 50px;
      height: 50px;
      background: #ec1111;
      color: #fff;
      border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      font-size: 20px;
  }


.single-contact-address-box:hover{
    -webkit-box-shadow: 0px 5px 12px 2px #ededed; 
    box-shadow: 0px 5px 12px 2px #ededed;
}

.single-contact-address-box span:before{
    color: #b3b3b3;
    font-size: 50px;
    line-height: 50px;
    transition: all 500ms ease;
}
.single-contact-address-box:hover span:before{
    color: #ff8400;
}
.single-contact-address-box h3{
    color: #27282c;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 20px 0 12px;
}
.single-contact-address-box p{
    margin: 0;
}
.contact-address-area .bottom-text {
    position: relative;
    display: block;
    padding-top: 24px;
}
.contact-address-area .bottom-text p{
    margin: 0;
}
.contact-address-area .bottom-text p a{
    color: #ff8400;    
}

