@import url('jquery.fancybox.min.css');
@font-face {
  font-family: 'icomoon';
  src:  url('../onts/icomoon.eot?5s1buw');
  src:  url('../fonts/icomoon.eot?5s1buw#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?5s1buw') format('truetype'),
    url('../fonts/icomoon.woff?5s1buw') format('woff'),
    url('../fonts/icomoon.svg?5s1buw#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}



[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-headset_mic:before {
  content: "\e900";
}
.icon-local_shipping:before {
  content: "\e901";
}
.icon-settings:before {
  content: "\e902";
}
.icon-touch_app:before {
  content: "\e903";
}


*,
*::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: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
}
body {
  background: white;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  line-height: 20px;
}
h1,h2,h3,h4,h5,h6{
  font-family: "Noto Sans", sans-serif;
  line-height: normal;
  color: #3a3a3a;
  font-weight: 700;
  margin: 0;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.h2, h2 {
    font-size: 2rem;
}

.text-center {
    text-align: center !important;
}
.title{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
}


.sec-title p {
    color: #7c7e84;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    text-transform: none;
    margin: 13px 0 0;
}

.sec-title.with-text {
    padding-bottom: 52px;
}

.text-white{
  color: white;
}
.text-left{
  text-align: left !important;
}
a {
  text-decoration: none;
  display: block;
}

.left-gutter-0{
  padding-left: 0 ;
}
.right-gutter-0{
  padding-right: 0 ;
}
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{
  max-width: 100%;
}
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;
}
.top-header{
  background:#c78e0a;
  width: 100%;
}
.top-header-information{
  width: 100%;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header-social ul{
  width: 300px;
}
.header-social ul li{
  display: inline-block;
}
.header-social ul li a{
  display: block;
  margin-right: 10px;
  color: #b0b6bc;
}
.header-social ul li a svg{
  fill:#ffffff;
  width: 16px;
}
.header-social ul li a:hover svg{
  fill: #f7b600;
}
.header-contact ul li{
  display: inline-block;
  margin-left: 10px;
}
.header-contact ul li a{
  display: block;
  color: #ffffff;
}
.header-contact ul li a span{
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.header-contact ul li a span svg{
  fill: #51aed7;
  width: 14px;
  height: 15px;
}
.header{
  width: 100%;

}
.header-nav{

  background: #FFFe; 
  width: 100%;
  
}
.header-nav.add_bg{
  background: #fff;
}
.main-nav{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5px 15px;
  color: #FFF;
  align-items: center;
  transition: all .3s;
}
.header-nav.active {
  background-color: #FFF;
  border-bottom: 1px solid #e5e5e5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.navigation{
  display: flex;
  margin-left: auto;

}
.navigation li{
  margin: 7px;
}
.navigation li a{
    font-size: 14px;
    color: #000;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    transition: all .3s;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 10px 15px;
}
.navigation li a:hover{
  color: #f58634;

}

.navigation li a.contact{
  background:#f58634;
  color: #FFF;
}
.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: 420px;
    padding: 9px 0;
}


.header-nav.active .navigation li a{
  color: #000;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 10px 13px;
}
.header-nav.active .navigation li a.contact{
  color: #FFFFFF;
}
/*.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: 155px;
}


.banner{
  width: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
  height:740px; 
}

.banner-img{
  width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    margin: 0 auto;
    right: 0;
    position: absolute;
}
.banner-over-lay{
  position: absolute;
  height: 80%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(180deg,#001b26,transparent 50%);
}
.banner-inner{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.banner-text h1{
    width: 100%;
    font-size: 57px;
    line-height: 73px;
    margin: 30px 0 60px 0;
}
.banner-text p{
  font-size: 25px;
  font-weight: bold;
}

.banner-btn{
    font-size: 19px;
    line-height: 57px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #ffffff;
    background: #f58634;
    text-align: center;
    max-width: 220px;
}



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

.banner .swiper-container {
    width: 100%;
    height: auto; /* Use auto height for dynamic adjustment */
}
.banner .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    height: 740px;
    position: relative;
}


.banner .swiper-slide .bannerInfoBox{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #031d2887;
    bottom: 0;
    width: 100%;
    gap: 15px;
    padding: 15px 0;

}
.banner .swiper-slide .bannerInfoBox h3{
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.banner .swiper-slide .bannerInfoBox a{
margin: 0;
    font-size: 14px;
    line-height: 40px;
    font-weight: 500;
    max-width: 128px;
    width: 100%;
    letter-spacing: 2px;
    color: #ffffff;
    background: #f58634;
    text-align: center;
    
}



.banner .swiper-slide:nth-child(odd) {
    background-color: #1abc9c;
}
.banner .swiper-slide:nth-child(even) {
    background-color: #3498db;
}

.banner .swiper-slide img{
  width: 100%;
}

.service_heading_title{
  display: flex;
    align-items: center;
}

.service_heading_title .section-heading h2{ 
  text-align: left;
  padding: 0 25px 20px 0;
  line-height: 39px;
}

.service_heading_title .section-heading p{ 
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #fff;
    text-align: left;
    width: 100%;
    margin-top: 0;
}

.service_heading_title .section-heading .view-more-btn {
    margin: 0;
    font-size: 15px;
    line-height: 43px;
    font-weight: 500;
    max-width: 148px;
    width: 100%;
}





.product-card-icon{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background: #00000082;
  overflow: hidden;
  transform: scaleX(0);
  border: 5px solid #f58634;
  transition: all 700ms ease 100ms;
}

.product-card:hover .product-card-icon{
  transform: scaleX(1);
}

 .product-card .product-card-icon img{
  width: auto;
  height: auto;
      filter: hue-rotate(45deg) brightness(2);
}



.product-showcase{
  padding: 90px 0;
  width: 100%;
  margin: auto;
}
.section-heading{
  padding-bottom: 40px;
}

.inner-content p.smallHeading{color:#f58634;font-size: 18px;font-weight: bold}
.section-heading h2{
  font-size: 35px;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0px 0px 0px 0px;
    color: #000000;
    text-align: center;
}
.section-heading p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-top: 15px;
}


.product-card{
  width: 100%;
  position: relative;
  height:500px;
}
.product-card img {
    transform: scale(1);
    transition: all .3s ease;
}

.product-card img{
  width: 100%;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  /*transition: all .3s;*/
}

.product-card-content{
  width: 100%;
    position: relative;
    margin: 0px auto;
    padding: 15px;
    color: #000;
}
.product-card__name {
  font-size:17px;
    /*margin: 0 0 5px;
    font-weight: normal;
    line-height: 32px;
    padding: 0 15px;*/
}
.product-card__name{
  transition: color .3s ease;
  color: #000;
  text-align: center;
}
.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%;
}

.btn-one {
    position: relative;
    display: inline-block;
    background: #ff8400;
    color: #ffffff;
    font-size: 15px;
    line-height: 60px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    padding: 0 30px 0;
    transition: all 500ms ease;
}
.single-service-style2 {
    margin-bottom: 40px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.single-service-style2:hover .text-holder .inner .read-more a {
    color: #ffffff;
    background: #ff8400;
    transition: all 300ms ease 500ms;
}

.single-service-style2 .img-holder{
    position: relative;
    display: block;
    overflow: hidden; 
    z-index: 1;
    height:300px;
}
.single-service-style2 .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: all 700ms ease;

}
.single-service-style2:hover .img-holder img {
    transform: scale(1.2);    
}
.single-service-style2:hover .overlay-style-two{
  opacity: 1;
}
.single-service-style2 .img-holder .overlay-style-two:before{
  background-color: rgba(40, 41, 46, 0.90);
}
.single-service-style2:hover .img-holder .overlay-style-two:before{
  opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms; 
}
.single-service-style2 .img-holder .overlay-style-two:after{
  background-color: rgba(40, 41, 46, 0.90);
}
.single-service-style2:hover .img-holder .overlay-style-two:after{
  opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms; 
}

.single-service-style2 .text-holder{
    position: relative;
    display: block;
    background: transparent;
    z-index: 10;
}
.single-service-style2 .text-holder .icon-holder {
    position: relative;
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: -55px auto 0;
    border: 4px dotted #c9c9c9;
    background: #ffffff;
    text-align: center;
    z-index: 2;
    padding: 25px;
}
.single-service-style2 .text-holder .icon-holder span:before {
    display: block;
    color: #b3b3b3;
    font-size: 50px;
    line-height: 102px;
}

.single-service-style2 .text-holder .inner{
    position: relative;
    display: block;
    padding: 26px 0px 0px;
    text-align: center;
    background: #ffffff;
    z-index: 1;
}
.single-service-style2 .text-holder .inner:before {
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    content: "";
    z-index: -1;
}

.special-service .single-service-style2 .text-holder .inner:before,
.project-all .single-service-style2 .text-holder .inner:before {
    top: 0px;
}


.single-service-style2 .text-holder .inner h3{
    color: #27282c;
    font-weight: 600;
    margin: 0 0 18px;
}
.single-service-style2 .text-holder .inner .text {
    position: relative;
    display: block;
    padding: 0 30px 32px;
}
.single-service-style2 .text-holder .inner .text p{
    margin: 0;
}
.single-service-style2 .text-holder .inner .read-more a{
    color: #27282c;
    background: #f6f6f6;
    display: block;
}


.services-style2-content{
  overflow: hidden;
}
.services-style2-content .owl-carousel{
  display: block;
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}
.services-style2-content .owl-carousel .owl-stage-outer{
  overflow: visible;
  padding: 0px 0px 43px;
}
.services-style2-content .owl-carousel .owl-stage-outer .owl-item.active .overlay-style-two{
  opacity: 1;
}
.services-style2-content .owl-carousel .owl-stage-outer .owl-item.active .overlay-style-two:before{
  opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms; 
}
.services-style2-content .owl-carousel .owl-stage-outer .owl-item.active .overlay-style-two:after{
  opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 500ms; 
}
.services-style2-content .owl-carousel .owl-stage-outer .owl-item.active .single-service-style2 .text-holder .icon-holder {
    border: 4px dotted #ff8400;
    transition: all 700ms ease 700ms;
}
.services-style2-content .owl-carousel .owl-stage-outer .owl-item.active .single-service-style2 .text-holder .icon-holder span:before {
    color: #ff8400;
    transition: all 700ms ease 800ms;
}
.services-style2-content .owl-carousel .owl-stage-outer .owl-item.active .single-service-style2 .text-holder .inner .read-more a{
    color: #ffffff;
    background: #ff8400;
    transition: all 700ms ease 900ms;
}

.services-carousel .owl-dots {
    position: relative;
    display: block !important;
    margin-top: 0px !important;
    line-height: 14px;
}
.services-carousel .owl-dots .owl-dot{
  background-image: none;
  width: 20px;
  height: 5px;
  margin: 0px 10px;
    background: #e1e1e1;
    border: 2px solid #e1e1e1;
  padding: 0px;
  border-radius: 0%;
  transition: all 500ms ease;
  display: inline-block;
}
.services-carousel .owl-dots .owl-dot span{
  display:none; 
}
.services-carousel .owl-dots .owl-dot.active{
  background: #ff8400;
    border-color: #ff8400;
}




/*About strat */

.single-team-member {
    position: relative;
    display: block;
    margin-bottom: 50px;
    transition: all 500ms ease;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.single-team-member .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-team-member .img-holder img{
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;
}
.single-team-member:hover .img-holder img{
    transform:scale(1.05) rotate(0deg); 
}

.single-team-member .sociallinks {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 4px solid #27282c;
    text-align: center;
    transition: all 900ms ease 100ms;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-90deg) translateZ(-32px);
    opacity: 0;
}
.single-team-member:hover .sociallinks{
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 900ms ease 300ms;
}
.single-team-member .sociallinks li {
    position: relative;
    display: inline-block;
    float: left;
    width: 20%;
    line-height: 60px;
    border-right: 1px solid #ededed;
}
.single-team-member .sociallinks li:last-child{
    border-right: none;
}
.single-team-member .sociallinks li a i{
    position: relative;
    display: block;
    background: #ffffff;
    color: #7c7e84;
    font-size: 14px;
    line-height: 60px;
    transition: all 500ms ease;
}
.single-team-member .sociallinks li a:hover i{
    color: #ffffff;
    background: #ff8400;
}

.single-team-member .overlay {
    position: absolute;
    top: 64px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.85);
    transition: all 900ms ease 100ms;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-90deg) translateZ(-32px);
}
.single-team-member:hover .overlay{
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 900ms ease 300ms;    
}
.single-team-member .overlay .box{
    display: table;
    width: 100%;
    height: 100%;
}
.single-team-member .overlay .box .link{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.single-team-member .overlay .box .link a{
    color: #ffffff;    
}
.single-team-member .name {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 24px 0 24px;
    transition: all 700ms ease 600ms;
}
.single-team-member:hover .name{
    -webkit-box-shadow: 0px 3px 15px 1px #F3F3F3; 
    box-shadow: 0px 3px 15px 1px #F3F3F3; 
}
.single-team-member .name p {
    position: relative;
    display: inline-block;
    background: #ffffff;
    margin: 0;
    line-height: 20px;
    padding: 0 30px;
    z-index: 1;
}
.single-team-member .name p:before {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background: #ededed;
    content: "";
    z-index: -1;  
}
.single-team-member .name p span {
    position: relative;
    display: inline-block;
    background: #ffffff;
    padding: 0 10px;
    color: #828282;
    line-height: 20px;
    margin: 0;
    z-index: 2;
}
.single-team-member .name h3{
    color: #27282c;
    font-weight: 600;
    margin: 8px 0 0;
}

/*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 ul li b ,  
.content-banner ul li solid, 
.content-banner ul li span{

}

.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 */



/*About End*/


.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: 14px;
    line-height: 47px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
    background: #f58634;
    text-align: center;
    max-width: 150px;
    margin: 0 auto;
    width: 100%;
}


.quickContactBox{
    background: url(../assets/images/slogan-bg.webp) no-repeat;
    background-color: #3a3a3a;
        background-size: cover;
}

.quickContactBox .button_contact {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.quickContactBox .section-heading h2{
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    line-height: normal;
    width: 72%;
    margin: 0 auto;
}
.quickContactBox .section-heading p{
      color: #fff;
    margin-top: 0;
}





.view-more-btn.cont-form-submit-btn{
  background: #f58634;
  color: #fff;
}

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

.view-more-btn.cont-form-submit-btn:hover,
.view-more-btn:hover{
  background: #000;
  color: #FFF;
}
.about-us{
  width: 100%;
  margin: 90px 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: flex-start;
}

.about-inner .inner-content{

}
.about-inner .inner-content h4{
  font-size: 20px;
}
.about-inner .inner-content ul{
  margin: 5px 0 10px 0;
}
.about-inner .inner-content ul li{
  font-size: 15px;
    line-height: 26px;
    color: #808080;
}
.about-inner .inner-content ul li strong, 
.about-inner .inner-content ul li b, 
.about-inner .inner-content ul li span{
  color: #000;
}

.content-right{
    max-width: 54.7%;
    flex: 0 0 40%;
    position: relative;
}

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

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

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

.about-us{position: relative;background:url(../images/About_01_imges.png) no-repeat;
    background-position: left center;}


.content-left{
  max-width: 100%;
  flex: 0 0 52.3%;
}
.inner-content{
  max-width: 750px;
  margin: 0 auto;
  padding: 0 0 0 49px;
}
.about-title {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 37px;
    font-weight: 600;
}
.inner-content p{
    font-size: 16px;
    color: #808080;
    margin-bottom: 10px;
    line-height: 23px;
}
.testimonial {
  padding: 90px  0;
  width: 100%;
  margin: auto;
/*  background: #f9f9f9;*/
  background-position: center;
  background-size: cover;
  position: relative;
    background: url(../assets/images/pattern4.png) no-repeat;
    background-position: top center;
        background-color: #f1f1f1;

}
.testimo-wrapper{
  width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    padding: 49px 42px 47px 43px;
    box-shadow: 0 3px 18px 0 rgba(0,0,0,.09);
    background: #FFFF;
}

.testimonial-imageAndTile{
  display: flex;gap: 15px;
}

/*.testimonial-carousel.owl-carousel .owl-stage-outer {
    padding: 0px 20px 30px 20px;
}
*/
.testimonial-carousel.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0px 20px;
}


.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: 19px;
    line-height: 32px;
    text-align: center;
    color: #808080;
    padding: 10px 0;
    background: #fff;
    min-height: 128px;
    max-height: 168px;
    margin-bottom: 6px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    /*text-align: left;*/
  
}
.image-wrapper{
    width: 100%;
    max-width: 60px;
    height: 60px;
    border-radius: 500%;
    border: 2px solid #e5e5e5;
    overflow: hidden;
    margin: 0 auto;
}
.contact-info-wrapper{
  width: 100%;
  padding: 0;
  background: #222021;
  color: #FFF;
}
.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%
}

.galleryBox {column-count: 4;}
.gallery-item{margin-bottom: 10px;}


.contact-us{
  padding: 90px 0;
  width: 100%;
  margin: auto;
  background: #FFF;
      background: url(../images/h1-bg03.jpg) no-repeat;
    background-position: center;
    background-size: cover;
 }


/*** 
=============================================
    Contact Info Area style
=============================================
***/


.contact-address-area {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding-bottom: 102px;
    z-index: 100;
    min-height: 236px;
}



.contact-info-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 30px 0 30px;
}
.contact-form {
    position: relative;
    display: block;
    z-index: 3;
}
.contact-form .inner-box{
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #ededed;
    padding: 49px; 
}
.contact-form form{
    position: relative;
    display: block;
}
.contact-form form .input-box{
    position: relative;
    display: block;
}
.contact-form form .input-box .icon {
    position: absolute;
    top: 19px;
    left: 20px;
}
.contact-form form .input-box .icon i{
    color: #b6b6b6;
    font-size: 16px;
}
.contact-form form .input-box .icon.envelop {
    position: absolute;
    top: 16px;
    left: 20px;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea{
    position: relative;
    display: block;   
    background: #ffffff;
    border: 1px solid #ededed;
    width: 100%;
    height: 60px;
    font-size: 15px;
    padding-left: 50px;
    padding-right: 20px;
    border-radius: 0px;
    margin-bottom: 30px;
    transition: all 500ms ease;
}
.contact-form form textarea {
    height: 110px;
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 15px;
}
.contact-form form input[type="text"]:focus{
    border-color: #1d1d1d; 
    color: #222222;
}
.contact-form form input[type="email"]:focus{
    border-color: #1d1d1d;
    color: #222222;
}
.contact-form form textarea:focus{
    border-color: #1d1d1d;
    color: #222222;
}
.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #828282;
}
.contact-form form input[type="text"]:-moz-placeholder {
    color: #828282;
}
.contact-form form input[type="text"]::-moz-placeholder {
    color: #828282;
}
.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #828282;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #828282;
}
.contact-form form input[type="email"]:-moz-placeholder {
    color: #828282;
}
.contact-form form input[type="email"]::-moz-placeholder {
    color: #828282;
}
.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #828282;
}
.contact-form form button {
    position: relative;
    display: block;
    width: 100%;
}
.contact-form-image-box {
position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.contact-form-image-box img{
    max-width: none;
    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: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;    
}





 .section-heading img{
  display: block;
  margin: 0 auto 15px;
 }
 .form-inner-container{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    padding: 10px 30px 31px;

 }
  .form-inner-container h3{
        font-size: 26px;
    margin-bottom: 30px
  }
 .form-wrapper{
  width: 100%;
  position: relative;
 }
 .form-wrapper small {
  position: absolute;
  color: #FF0000;
  top: 4px;
  right: 10px;
  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: 1px solid #305685;
    -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: 1px solid #305685;
    -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: #281803;
  padding: 50px 0;
  color: #fff;
}
 .contact-content{
  margin-top: 15px;
  color: #bdbdbd;
 }
 .contact-content strong{
  
  font-weight: 400;
 }
 .d-flex{
  display: flex;
  justify-content: space-between;
 }
 .footer-links{
  display: block;
  margin-top: 15px;

 }
 .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:#f58634;
 }
 .social-media-links{
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 15px;
 }
 .social-media-links a{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  transition: .3s;
 }
 .social-media-links a svg{
  width: 14px;
  fill: #fff;
  transition: .3s;
 }
 .social-media-links a:hover {
  border: 1px solid #f7b600;
  background: #f7b600;
  
 }
 .social-media-links a:hover svg{
  fill: #FFF;
 }

.sociallinks-style-one li a i{
  color: #f58634;
}


 .copyright{
  width: 100%;
  background: #002d40;
  padding: 25px 0;
  text-align: center;

 }
 .copyright p{
  color: #165b78;
  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;
  
 }
 .flex-box-two {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.footer-bottom-area {
    position: relative;
    display: block;
    padding: 20px 0;
    background: #ffffff;
    z-index: 10;
}
 .footer-bottom-area.style2 {
    background:#120b01;
}

.footer-bottom-area .copyright-text {
    margin: 0;
}
.footer-bottom-area .copyright-text p {
color: #37bbf3;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    display: flex;
    gap: 10px;
}
.footer-bottom-area .copyright-text p a {
    color: #ff8400;
    font-weight: 500;
    transition: all 500ms ease;
}


.footer-social-links {
    position: relative;
    display: block;
}
 .footer-social-links span {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 15px;
    color: #27282c;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
}
.footer-social-links .sociallinks-style-one {
    position: relative;
    display: inline-block;
    line-height: 30px;
    float: left;
}
.sociallinks-style-one li {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.footer-social-links.clr-white span {
    color: #ffffff;
}





 /* product-details starts */
 
.header-height-adjuter{
width: 100%;
    position: relative;
    height: 200px;
    background-image: url(../assets/images/rev_home1_1.jpg);
    background-size: cover;
    background-position: -440px -230px;

}

.header-height-adjuter:before{
    content: '';
    width: 100%;
    height: 100%;
    background: #073f58b3;
    position: absolute;
    z-index: 1;
}

.section_box_heading{
    z-index: 1;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
}

.section_box_heading h2{
    color: #fff;
    font-size: 38px;
}


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

.inner-page-container a:hover .product-card{
     box-shadow: 0 0 25px rgba(0,0,0,0.3);
}


.product-information-container{
  padding: 30px;
}
.Product-title{
  font-size: 40px;
  font-weight: 400;
  width: 100%;
  margin-bottom:0px;
}
.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:#d98c45;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}
.call-to-action a:hover{
  background: #000;
  color: #FFF;
}


@media(max-width:991px){

  .main-nav {padding: 0px 0px;}

  .mobile-open-btn{
    display: block;
    width: 40px;
    height: 30px;
    position: relative;
  }
  .mobile-open-btn span{
    width: 90%;
    display: block;
    height: 3px;
    background: #000;
    border-radius: 1px;
    position: absolute;
    transition: all 500ms;
    transition-delay: 500ms;
    opacity: 1;
    visibility: visible;
  }
  .mobile-open-btn.hide span{
    visibility: hidden;
    opacity: 0;
  }
  .mobile-open-btn span:nth-child(1){
    left: 0;
    top: 0;
  }
  .mobile-open-btn span:nth-child(2){
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .mobile-open-btn span:nth-child(3){
    left: 0;
    bottom: 0;
  }
  .mobile-close-btn {
    display: block;
    width: 40px;
    height: 30px;
    position: fixed;
    left: 50%;
    bottom: 60px;
    z-index: 99999;
    transform: translateX(-50%);
    padding: 10px;
  }
  .mobile-close-btn span{
    width: 100%;
    display: block;
    height: 2px;
    background: #FFF;
    border-radius: 1px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms;
    
  }
  .mobile-close-btn span:nth-child(1){
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(0deg);
    transition-delay:200ms;
  }
  .mobile-close-btn span:nth-child(2){
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(0deg);
    transition-delay:400ms;
  }

  .mobile-close-btn.active span{
    visibility: visible;
    opacity: 1;
    
  }
  .mobile-close-btn.active span:nth-child(1){
    transform: translate(-50%,-50%) rotate(45deg);
    transition-delay:1600ms
  }
  .mobile-close-btn.active span:nth-child(2){
    transform: translate(-50%,-50%) rotate(-45deg);
    transition-delay:1800ms;
  }
  .navigation {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    left: -100%;
    top: 0;
    text-align: center;
    justify-content: center;
    z-index:9999;
    flex-wrap: wrap;
    padding: 200px 0;
    box-sizing: border-box;
    transition: all 500ms;
    transition-delay: 800ms;
    
}
  .navigation.active{
    left: 0;
    padding-top: 60px;
  }
  .navigation li{
    width: 100%;
    margin: 15px 0;
  }
  .header-nav.active .navigation li a{
    color: #FFF;
  } 
  .header-nav.active  .mobile-open-btn span{
    background: #000;
  }
  .navigation li a.contact{
    background: transparent;
  }





}


.icon_wrraper{
    width: 80%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
  }
.icon_box{display: flex;
    max-width: 100%;
    flex: 0 0 30.3%;}
.icon_img_box{margin-right: 17px;}
.icon_container h3{padding-bottom: 15px;}
.icon_wraper_box{padding-bottom: 70px;}

.product-showcase{
    position: relative;
/*    background-image: linear-gradient(180deg, #2FB9E4 0%, #496EF3 100%);*/
    position: relative;
    padding: 80px 0 30px 0;
    background: #3a3a3a;
  }

  .whait_text h2, .whait_text {color:#FFF;}



.categories_box{
    position: relative;
    position: relative;
    padding: 50px 0;
    transition: all 700ms ease 100ms;
  }

.categoriesInfo{
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    overflow: hidden;
    position: relative;
    top:0;
    
}
.categoriesInfo:hover{
  top:-15px;
}

.category-card{
  width: 100%;
    position: relative;
    height: 350px;
}

.category-card img{
    width: 100%;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    transition: all .3s;
}



.category-card-content {
    width: 100%;
    position: relative;
    margin: 0px auto;
    background: #FFF;
    padding: 15px;
    color: #000;
    
}


.category-card-content:before{
    opacity: 0;
    content: '';
    background-image: url(../assets/images/arrow-right-hover.png);
    position: absolute;
    width: 32px;
    height: 32px;
    text-align: center;
    background-color: #fff;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 39px;
    border-radius: 30px;
    transition: all 700ms ease 100ms;
}
a.categoriesInfo:hover .category-card-content:before{
  opacity: 1;
  top: -1px;
}




.category-card-content .bot_box {
display: flex;
    flex-wrap: wrap;
    padding: 15px 0 15px;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 5px;
}
.category-card-content .bot_box h3 {
}

.category-card-content .bot_box p {
    font-size: 14px;
    width: 100%;
}

.categorySwiper{
  overflow: hidden;
}

.single-service-sidebar .single-sidebar {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.single-service-sidebar .service-pages {
    position: relative;
    display: flex;
    justify-content: space-between;

}

.single-service-sidebar .service-pages ul{
  display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    align-items: center;
    gap: 37px;
}

.single-service-sidebar .service-pages li{
    position: relative;
    display: inline-flex;
    height: 64px;
    border-bottom: 1px solid #ededed;
    transition: all 500ms ease;
    z-index: 5;
    align-items: center;
    gap: 15px;
    font-size: 16px;
}
.single-service-sidebar .service-pages li.active,
.single-service-sidebar .service-pages li:hover{
    -webkit-box-shadow: 0px 4px 7px 0px #ededed; 
    box-shadow: 0px 4px 7px 0px #ededed; 
}
.single-service-sidebar .service-pages li:before {
    position: absolute;
    top: 20px;
    left: -1px;
    bottom: 20px;
    width: 3px;
    background: #ff8400;
    content: "";
    z-index: 3;
    opacity: 0;
    transition: all 700ms ease 300ms;
    transform: translateX(0%) translateY(0%) scaleY(0.1);
}
.single-service-sidebar .service-pages li.active:before,
.single-service-sidebar .service-pages li:hover:before{
    opacity: 1;
    transform: translateX(0%) translateY(0%) scaleY(1.0);
    transition: all 700ms ease 100ms;
}
.service_image_box_title{padding: 20px 0;}
.service_image_box_title h3{font-size: 18px}






/*why Choose Us Satrt */

/*** 
=============================================
    Why Choose Area style
=============================================
***/
.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;
}

.why-choose-content{
    position: relative;
    width: 70%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
}
.why-choose-content .single-box{
    position: relative;
    display: flex;
    width:50%;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 15px 50px;


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

}
.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: block;
    padding-top: 16px;
    width: 100%;
}
.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;
    margin: 0;
    width: calc(100% - 95px);
}
.why-choose-content .single-box.whitebg .text-holder h3{
    color: #303030;
    float: left;
    margin: 0 0 5px 0;
    text-align: left;
    font-weight: bold;
}

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

}
.why-choose-content .single-box.whitebg .text-holder p:first-child{
    justify-content: center;
    position: relative;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 15px;
    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);
    
}




.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;
}


/*why choose us End*/












      /*new_css*/

.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;}
  
  /*counter_box_start*/

.counter-box .counter{font-size: 40px;font-weight: 900;color: #FFF;line-height: 55px;}
.counter-box p{font-size: 21px;
    padding-top: 9px;color: #FFF;}
.counter-box{text-align: center;
    margin-bottom: 15px;
    border-radius: 5px;
    padding-bottom: 24px;
    padding-top: 20px;}
.counter-box .fa{font-size: 32px;
    margin-left: 10px;
    color: #FFF;}

.bot_box{display: flex;
    flex-wrap: wrap;
    padding: 5px 0 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
.bot_box p{
  font-size: 17px;
  width: 100%;
}

.bot_box button{line-height: 20px;
    text-transform: uppercase;
    font-weight: 900;
    border: 1px solid #f58634;
    background-color: #f58634;color: #FFF;
    border-radius: 0px;
    height: 44px;
    font-size: 13px;
    padding: 0 27px;}

.bot_box button:hover{}

.offer_wrapper{text-align: center;
    margin-bottom: 30px;
    border-radius: 0;
    padding-bottom: 40px;
    padding-top: 40px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background-color: #fff;
    min-height: 450px;
    padding-right: 28px;
    padding-left: 20px;
  }
.offer_wrapper h3{
  font-size: 22px;
    margin-bottom: 30px;
  }
.offer_wrapper ul{text-align: left;
    font-size: 15px;
    line-height: 33px;padding: 0 0 0 39px;}
.offer_wrapper ul li{
  list-style-type: disc;
  line-height: normal;
  margin-bottom: 20px;
      font-size: 15px;
}
.aligo_center{
  justify-content: center; 
}

.offer_carosel .owl-nav .owl-prev{position: absolute;
    top: 41%;
    left: -9px;}

.offer_carosel .owl-nav .owl-next{position: absolute;
    top: 41%;
    right: -9px;}

.offer_carosel .owl-nav .owl-next, .offer_carosel .owl-nav .owl-prev{font-size: 34px;
    font-size: 34px !important;
    width: 35px;
    height: 35px;
    background: #f78634 !important;
    color: #FFF !important;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 6px !important;}


.howWeWork-inner{

}

.how_we_work_new .inner-content p span{
    width: 30px;
    height: 30px;
    background: #f58634;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
.how_we_work_new .inner-content h3{
    font-size: 25px;
    margin-bottom: 15px;
    position: relative;
    padding: 0 0 0 50px;
  }
.how_we_work_new .inner-content .text{
  padding-bottom: 20px;
  position: relative;
  height: 100%;
  display: block;
}

.how_we_work_new p{    color: #4a4a4a;    padding: 0 0 0 50px;}

.how_we_work_new .inner-content .text:before{
content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    border-left: 2px dotted #939393;
    bottom: 0;
    left: 14px;
}
.how_we_work_new .inner-content .text:last-child:before{
  content:none;
}


.how_we_work_new .inner-content .text p:first-child{
  position: absolute;
    left: 0;
    padding: 0;
}


.how_we_work_new .inner-content p.smallHeading {
padding: 0;
}


.how_we_work_new .content-left {
    max-width: 100%;
    flex: 0 0 52.3%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.how_we_work_new .view-more-btn {
    margin: 0;
    font-size: 15px;
    line-height: 43px;
    font-weight: 500;
    max-width: 148px;
    width: 100%;
}

.how_we_work_new .content-left .inner-content{
  margin: 0;
    padding: 0;
    width: 100%;
}
.how_we_work_new .inner-content .text:last-child{
  padding-bottom: 0;
}



.cdmnh_one {
    position: relative;
}
.cdmnh_text_block {
    text-align: center;
}
.cdmnh_text_block h1 {
   height: 70px;
    width: 70px;
    border: 2px solid #cbcbcb;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 40px;
    color: #f58634;
}
.cdmnh_text_block h1 img{max-width: 100%;padding: 12px;}
.cdmnh_text_block h1::before {
    content: '';
    display: block;
    border: 2px solid #dcdcdc;
    margin-bottom: 20px;
    border-style: dashed;
    position: absolute;
    left: 65%;
    width: 70%;
    top: 27%;
}
.cdmnh_text_block p {
    margin-top: 20px;
    font-size: 19px;
    line-height: 28px;
}
.common::after {
    content: '\f105';
    display: block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    position: absolute;
    top: 22px;
    right: -21px;
    z-index: 1;
    font-weight: 800;
    color: #f58634;
}
/*.two_block_holder h1 {
    border: 2px solid #4c109f;
    color: #4c109f;
}
.three_block_holder h1 {
    border: 2px solid #1e6fcc;
    color: #1e6fcc;
}
.four_block_holder h1 {
    border: 2px solid #1eb5cc;
    color: #1eb5cc;
}
.five_block_holder h1 {
    border: 2px solid #a76ce1;
    color: #a76ce1;
}*/
.five_block_holder h1::before, .five_block_holder::after{
    display:none;
}
@media (max-width: 767px){
.how_we_work_new_inner {
    overflow: hidden;}
.how_we_work_new_inner_block {
    grid-template-columns: repeat(2,1fr);
}
.how_we_work_new_inner_block div:nth-child(1) {
    order: 1;
}
.hwwnib_block {
    height: 200px;
}
.one_block_holder h1::before {
    left: 73%;
    width: 55%;
}
.cdmnh_text_block p {
    font-size: 12px;
    padding: 6px 0;
    background-color: #fff;
}
.two_block_holder h1::before {
    display: none;
}
.two_block_holder::after {
    display: none;
}
.four_block_holder::before {
    left: 46%;
}
.cdmnh_text_block h1::before{display: none;}
.four_block_holder::before {
    display: none;
}
.common::after{display: none;}
}

.brandd{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.brandd img{
    width: 440px !important;
    height: 340px;
    object-fit: contain;
}
.brandd p{
     width: 100%;
    text-align: center;
    font-size: 15px;
    padding: 19px 0 0 0;
    font-weight: bold;
    text-transform: uppercase;
  
}


.brand_do .brandd img{width: 150px !important;height: 80px;
    object-fit: contain;}

      /*modal_css*/

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0px;
  border: 1px solid #888;
  position: relative;
  
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 768px){
.modal-content{width: 600px;position: relative;}

}

.cave_wrap{
    max-width: 1150px;
    margin: auto;
    padding: 0 20px;
    text-align: center;
}
.cave_wrap p {
    max-width: 790px;
    margin: auto;
    font-size: 20px;
    line-height: 28px;
}
.bg_grey{background: #f1f1f1;}
.bg_tute{background: #023044;padding-top: 70px;}
.whaitecolor{color:#FFF !important;}

.offer_carosel.owl-carousel .owl-stage-outer{overflow: unset;}
.offer_carosel.owl-carousel{overflow: hidden;}
/*.What_we_offer{background: #f2f7ff;}*/

.icon_d{float: left;    margin-right: 15px;}
.im_ref_w{width:200px;height: 200px;}

.im_ref_r{
      width: 36px;
    position: absolute;
    left: 25px;
    z-index: 1;
    top: 25px;
    height: 36px;
    background: #ff8400;
    padding: 6px;
    border-radius: 6px;

}

.im_ref_r img{filter: grayscale(1) invert(1) brightness(1000);}

.im_ref_w img{
  width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .inpricer_titlebox{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }

.inpricer_titlebox button{
      color: #ffffff;
    font-size: 13px;
    background: #0da2e3;
    padding: 9px 20px;
    border-radius: 5px;
}


.home_calcu_wrap{
    padding: 15px;
    background-color: #fff;
    min-height: auto;
    float: left;
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    display: flex;
    position: relative;
  }
.home_calcu_wrap h3{
    font-size: 20px;
    margin: 0 0 11px;
    float: left;
    width: 100%;
  }
.home_calcu_wrap p{
    font-size: 14px;
    margin: 5px 0 18px;
    line-height: 21px;
    min-height: 33px;
    float: left;
    width: 100%;
  }
.inpricer{padding: 90px 0;
}
.modalClose {
    font-size: 31px;
    position: absolute;
    width: 28px;
    height: 28px;
    background: #FFF;
    text-align: center;
    line-height: 25px;
    left: -5px;
    top: -5px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}
.modal-content .alert{display: none;}
.img_modal_top{position: relative;}
.img_modal_top img{max-width: 100%;
    height: 179px;
    width: 100%;
    object-fit: cover;}
.overly{position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(180deg,#001b26,#0000004a 50%);}
.overly h3{display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #FFF;
    font-size: 23px;}

@media (max-width: 767px){
.modal{background-color: rgb(0 0 0 / 82%);}
.testimonial-carousel.owl-carousel.owl-drag .owl-item{padding: unset;}
}
.oplcty img{opacity: 0.2;}
.padd_90_gap{padding: 90px 0;}

.contact_with_us{max-width: 400px;margin: auto;text-align: center;}
.button_contact{display: flex;
    justify-content: space-evenly;}

.call_now{
  text-transform: uppercase;
    font-weight: 900;
    border: 1px solid #f58634;
    background-color: #f58634;
    color: #FFF;
    border-radius: 0px;
    height: 44px;
    font-size: 13px;
    padding: 0 27px;
    line-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.whatsup_now{
    text-transform: uppercase;
    font-weight: 900;
    border: 1px solid #44c554;
    background-color: #44c554;
    color: #FFF;
    border-radius: 0px;
    height: 44px;
    font-size: 13px;
    padding: 0 27px;
    line-height: 42px;
    display: flex;
    align-items: center;
}

.call_now img, .whatsup_now img{margin-right: 5px;}
.testimonial-carousel .owl-nav .owl-prev{position: absolute;
    left: 0;
    font-size: 40px;
    top: 40%;}
.testimonial-carousel .owl-nav span{background: #ffbf00;font-size: 42px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0 !important;
    line-height: 29px;
    opacity: initial;}

.testimonial-carousel .owl-nav .owl-next{position: absolute;
    right: 0;
    font-size: 40px;
    top: 40%;}
.testimonial-carousel .owl-next span{background: #ffbf00;font-size: 42px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0 !important;
    line-height: 29px;
    opacity: initial;}


    /*about_us*/

section.heading-page {
    background-image: unset;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: unset;
    padding-bottom: unset;
    text-align: center;
    position: relative;
    height: 400px;
}
section.heading-page img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}
.bred_inner {
    position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    height: 100%;
    align-items: center;
    background-image: linear-gradient(180deg,#001b26,#00000075 50%);
}
section.heading-page h6 {
    margin-top: 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}
section.heading-page h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
}

.inner-about {
    padding-bottom: 20px;
}
.about-wrap {
    padding: 60px 0;
}
.about-wrap h1 {
    text-align: left;
    margin-bottom: 19px;
    font-size: 42px;
    font-weight: bold;
    color: #000;
    position: relative;
    text-transform: uppercase;
}
.about-wrap h1 span{color: #0098da;}
.aboutTxt {
    font-size: 24px;
    font-weight: bold;
    color: #646464;
    padding-top: 13px;
}
.about-wrap p {
    font-size: 14px;
    line-height: 24px;
    color: #878787;
    margin-top: 10px;
}
.about-service {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 18px;
}
.about-service li {
    float: left;
    width: 50%;
    font-size: 14px;
    font-weight: bold;
    color: #6b6b6b;
    line-height: 30px;
    position: relative;
    padding-left: 25px;
}
.about-service li:before {
    content: "\f058";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color: #fdc236;
    font-size: 16px;
}
.about-image {
    text-align: right;
}
.about-image img {
    box-shadow: 9px 9px 0px 0px rgb(0 152 218);
}











