

/*TABLE OF CONTENTS*/
/*=====================
01. roadly Header-top Area Css
02. roadly Header Area Css
03. roadly hero Area css
04. roadly counter Area Css
05. roadly service Area Css
06. roadly service section css
07. roadly About Area Css
08. roadly section title css
09. roadly button css
10. roadly Case-Study Area Css 
11. roadly work Area css
12. roadly team Area css
13. roadly testi Area Css
15. roadly blog Area css
16. roadly footer Area css
17. roadly topber area css home two
18. roadly header area css style two
19. roadly hero area css style two
20. roadly case study Area css
21. roadly Choose Area css
22. roadly hero area Css style three
23. roadly testimonial Area css
24. roadly breadcub area css
25. roadly marquee Area css
26. roadly contact address area css
27. roadly contact Area css
28. roadly google map css
29. roadly Blgo Grid Area Css
30. roadly blgo details Area Css
31. roadly service details Area Css
32. roadly team details Area Css
33. roadly pricing Area Css
34. Loader Css
=======================*/

/*---=====================================================
   <!--roadly Header-top Area Css-->
=========================================================---*/
.row.header-top {
  padding: 6px 92px 6px 365px;
  background: #000034;
}
.header-top-icon-list {
  position: relative;
  z-index: 1;
      padding-top: 5px;
}
.header-top-icon-list ul li {
  list-style: none;
  display: inline-block;
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  margin-right: 56px;
}
.header-top-icon-list ul li a{
  color: #fff
}
.header-top-icon-list ul li i {
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
}
.header-top-social-icon-list {
  text-align: right;
}
.header-top-social-icon-list ul li {
  list-style: none;
  display: inline-block;
}
li.header-flow-title a {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
  margin-right: 76px;
  position: relative;
  z-index: 1;
}
li.header-flow-title a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 70px;
  background: #f29c92;
  left: 123%;
  bottom: 14px;
}
.header-top-social-icon-list ul li a i {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: 38px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 255, 255, 0.4);
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  margin-left: 17px;
  transition: 0.5s;
}

/*---=====================================================
   <!--roadly Header Area Css-->
=========================================================---*/
.roadly-header-area {
  position: relative;
  z-index: 2;
  background: #fff;
}

.roadly-header-area.inner-style {
  position: relative;
  z-index: 3;
  background: transparent;
}

.roadly-header-area.inner-style .header-menu ul li a {
  color: #ffffff;
}

.roadly-header-area.inner-style.roadly-header-area::before {
  display: none;
}

.roadly-header-area.inner-style .header-logo {
  position: relative;
  top: 0;
  right: -102px;
}

.roadly-header-area.inner-style .header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 315px;
  margin-right: 55px;
}

.roadly-header-area.inner-style.roadly-header-area::after {
  display: none;
}

.roadly-header-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 17%;
  background: #fff;
  z-index: -1;
}
/*roadly-header-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 8%;
  background: url(../images/home_one/header-shape.png);
  z-index: 1;
  background-repeat: no-repeat;
  top: 0;
}*/
.header-logo img{
  width: 155px
}
.header-logo {
    position: absolute;
    top: 0;
    left: 60px;
    background: #000034;
    padding: 8px;
    border-radius: 85px;
}
a.logo_two {
  display: none;
}
.sticky a.logo_two {
  display: block;
}
.sticky a.active_logo {
     display: none
}
.sticky a.active_logo img{
  width:95px
}
.header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 40px;
  margin-right: 69px;
  transition: 0.5s;
}
.roadly-header-area ul {
  display: inline-block;
}
.header-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.header-menu ul li a {
  display: inline-block;
    padding: 35px 26px 35px 6px;
    position: relative;
    line-height: 28px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 28px;
    color: #3d3d3d;
    font-weight: 600;
    transition: 0.5s;
}
.header-menu ul li a i {
  display: inline-block;
  font-size: 14px;
  margin-left: 2px;
  transition: 0.5s;
}
.header-menu ul li a::before {
  position: absolute;
  content: "";
  height: 1%;
  width: 0;
  background: #f3be24;
  bottom: 35%;
  transition: 0.5s;
}
.header-menu ul li a:hover::before {
  width: 60%;
}
.header-menu ul li a:hover {
  color: #f3be24;
}
.sticky .header-menu > ul > li > a:before {
  background: #fff;
}
.header-menu ul li span {
  font-size: 15px;
  color: #131414;
  margin-left: 5px;
  position: relative;
  top: -1px;
  display: inline-block;
  transform: rotate(88deg);
}
.roadly-header-area .roadly_btn a {
  margin-right: 23px;
  border-radius: 0;
}

/*** Sub Menu Style ***/
.header-menu ul .sub_menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 225px;
  text-align: left;
  background: #fff;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  visibility: hidden;
  border-top: 2px solid #fbc731;
  opacity: 0;
  transition: 0.5s;
}

.header-menu ul li:hover > .sub_menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.header-menu ul .sub_menu li {
  position: relative;
  margin: 0;
  display: block;
}
.header-menu ul .sub_menu li a {
  display: block;
  padding: 12px 25px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  transition: 0.5s;
  visibility: inherit !important;
  color: #1a1a1a !important;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.header-menu ul .sub_menu li:hover > a {
  color: #fbc731 !important;
  margin-left: 10px;
}
.header-menu ul .sub_menu li a:before {
  position: absolute;
  content: "";
  left: 12px;
  top: 18px;
  height: 8px;
  width: 8px;
  background: #fbc731;
  z-index: -1;
  border-radius: 50%;
  opacity: 0;
  transition: 0.5s;
}
.header-menu ul .sub_menu li a:hover:before {
  opacity: 1;
}
.sticky .header-menu ul .sub_menu li a:hover:before {
  left: 8px;
}
.sticky .header-menu ul .sub_menu li a:hover {
  margin-left: 15px;
}
/* sub menu style two */
.roadly-header-area.style_two .header-menu ul .sub_menu li a {
  display: block;
  padding: 12px 20px;
}
.sticky .sub_menu li a {
  padding: 12px 20px !important;
}
/* header right */

.header_right {
  display: flex;
  align-items: center;
}
.header_right .nav-btn.navSidebar-button {
  margin-top: -8px;
}
.header-button {
  display: inline-block;
  margin: 10px 0 0;
}
.header-button a {
  display: inline-block;
  border-radius: 8px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  transition: 0.5s;
}

/* header button */

/* sticky */
.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: #fff !important;
  transition: 0.5s;
  z-index: 999 !important;
  -webkit-animation: 300ms running fadeInDown;
  animation: 800ms running fadeInUp;
  animation-name: slideInDown;
  animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}

.sticky .header-menu ul li a {
  color:#3d3d3d;
  transition: 0.5s;
}
.sticky .header-menu ul li a i {
  color: #fff;
}

.roadly-header-area.style_two .header-menu ul .sub_menu li a:before {
  left: 6px;
}
.sticky .roadly_btn a::before {
  background: #efa122;
}

/*===========================================
<-- roadly hero Area css-->
==============================================*/

section.hero_area {
  background: url(../images/home_one/hero-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
}
.hero_content {
  position: relative;
  z-index: 1;
      top: 35px;
}
.hero_content h1 {
  font-size: 68px;
  line-height: 80px;
  color: #e2eef5;
  font-weight: 700;
}
.hero_content h1 span {
  display: inline-block;
  color: #e53925;
}
.hero_content p {
  margin: 0;
  padding: 12px 0 43px;
  width: 81%;
  opacity: 0.6;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
}
.hero-video-icon {
  position: absolute;
  left: 61%;
  bottom: -22%;
}
.hero-video-icon a i {
  display: inline-block;
  color: #e53925;
  font-size: 50px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.hero-video-icon a i::after {
  position: absolute;
  content: "";
  height: 120px;
  width: 120px;
  border-radius: 50%;
  left: -25%;
  top: -48%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/*===========================================
<-- roadly counter Area Css  -->
==============================================*/

section.counter_area {
  background:#010034;
}
.counter-box {
  text-align: center;
  padding: 36px 0 38px;
  border-right: 1px solid #100f4e;
}
.counter-box.style_one {
  border-left: 1px solid #100f4e;
}
h3.counter {
  display: inline-block;
}
.counter-title h3 {
  color: #fff;
  font-size: 40px;
}
.counter-title span {
  font-size: 32px;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  margin: 0 5px 0;
}
.counter-title p {
     font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    padding: 3px 0 0;
    line-height: 22px;
}

/*===========================================
<--roadly service Area Css  -->
==============================================*/

section.service_area {
  background: #f5f6f8;
  padding: 80px 0 90px;
}
.single_service_box {
  padding: 20px;
  background: #ffff;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.single_service_box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../images/home_one/service-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  right: -70%;
  bottom: 0%;
  transition: 0.5s;
}
.service_content {
  padding: 5px 5px;
}
h3.service_title {
  font-size: 18px;
    line-height: 26px;
  font-weight: 900;
  transition: 0.5s;
  margin-bottom: 10px;
  margin-top: 8px;
}
p.service_des {
  font-size: 14px;
    line-height: 24px;
    color: #252525;
    font-weight: 400;
    padding: 3px 0 10px;
}
p.service_des span{
  font-size: 13px;
  font-weight: 800;
  display: block;
  color: #000
}
.service-btn{
  margin-top: 13px
}
.service-btn a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    background: #f3be24;
    padding: 10px 15px;
}
.service-btn a i {
  display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 17px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #ffffff;
    margin-left: 14px;
    transition: 0.5s;
}
.service_thumb {
  position: relative;
  z-index: 1;
}
.service_thumb img {
  width: 100%;
}
.service_icon {
  position: absolute;
  top: -19%;
  z-index: 1;
  right: 0;
  background-color: #e53825;
  padding: 18px 16px;
}
.service_icon::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../images/home_one/icon-shape.png);
  background-position: center;
  background-repeat: no-repeat;
  left: -43px;
  top: 22px;
}
.service_icon img {
  width: inherit;
}
.single_service_box:hover::before {
  right: -32%;
}
.single_service_box:hover h3.service_title {
  color: #000034;
}
/*.single_service_box:hover .service-btn a i {
  background-color: #fdebe9;
  transform: rotate(0deg);
}*/

/* ================================================ */
/* roadly service Area Css Style Two */
/* ================================================ */

section.service_area.style-tow {
  padding: 110px 0 214px;
  position: relative;
  background: #f5f6f8;
}

.text-right {
  text-align: right;
}

.single_service_box_two {
  margin-bottom: 137px;
}
.row.service {
  position: relative;
  z-index: 1;
  padding: 72px 0 0;
}
.row.service::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 98%;
  background: rgb(15 30 54 / 20%);
  left: 0;
  right: 0;
  margin: auto;
  top: 9px;
  z-index: 14;
}
.service_thumb_two {
  position: relative;
  z-index: 1;
}
.service_thumb_two img {
  width: 100%;
}
.service_content_two {
  position: absolute;
  bottom: -33%;
  background: #fff;
  width: 85%;
  right: 0;
  padding: 50px 20px 32px 35px;
  transition: 0.5s;
}

.service_icon_two {
  margin-bottom: 39px;
  background: #f5f6f8;
  display: inline-block;
  padding: 25px 25px;
  border-radius: 50%;
  position: absolute;
  right: 10%;
  top: -16%;
  transition: 0.5s;
}

section.service_area.style-tow .single_service_box_two:hover .service_icon_two {
  background: #e53725;
  color: #fff;
}

.service_icon_two img {
  width: inherit;
  filter: brightness(1) invert(0);
  transition: 0.5s;
}

section.service_area.style-tow
  .single_service_box_two:hover
  .service_icon_two
  img {
  filter: brightness(0) invert(1);
}

h3.service_title_two {
  font-size: 24px;
  color: #0f1e36;
  font-weight: 700;
  line-height: 28px;
  transition: 0.5s;
}

section.service_area.style-tow
  .single_service_box_two:hover
  h3.service_title_two {
  color: #e53725;
}

p.service_des_two {
  font-size: 16px;
  line-height: 28px;
  color: #616161;
  font-weight: 400;
  padding: 17px 0 20px;
}

.service_btn_two a {
  font-size: 17px;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
  transition: 0.5s;
}

section.service_area.style-tow
  .single_service_box_two:hover
  .service_btn_two
  a {
  color: #e53725;
}

.service_btn_two a i {
  float: right;
  background: #f5f6f8;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  transform: rotate(-45deg);
  font-size: 16px;
  margin-right: 16px;
  transition: 0.5s;
}

section.service_area.style-tow
  .single_service_box_two:hover
  .service_btn_two
  a
  i {
  background-color: #e53725;
  color: #fff;
}

section.service_area.style-tow .roadly_btn {
  text-align: right;
}

section.service_area.style-tow .roadly_btn a:hover {
  color: #ffff;
}
.single_service_box_two:hover .service_btn_two a i {
  color: #e53925;
  background: #fff;
}

section.service_area.style-tow .roadly_btn a {
  background: #ffffff;
  color: #e53925;
}

section.service_area.style-tow .roadly_btn a::before {
  background: #e53725;
}

section.service_area.style-tow .roadly_btn a i {
  transform: rotate(0deg);
}

section.service_area.style-tow .owl-nav {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -112px;
}

section.service_area.style-tow .owl-prev {
  bottom: -96px;
  right: 0%;
  left: 0;
  margin: auto;
  transition: 0.5s;
}
section.service_area.style-tow .owl-prev::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 762px;
  background: url(../images/home-two/service-shapes.png);
  background-repeat: no-repeat;
  background-position: center;
  left: -90px;
}
section.service_area.style-tow .owl-next::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 762px;
  background: url(../images/home-two/service-shapes2.png);
  background-repeat: no-repeat;
  background-position: center;
  right: -65px;
}

section.service_area.style-tow .owl-prev,
.owl-next {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  color: #0f1e36;
  text-align: center;
  transition: 0.5s;
  border-radius: 25px;
  margin-right: 20px;
}

section.service_area.style-tow .owl-next {
  background: #e53925;
  color: #fff;
}

section.service_area.style-tow .owl-prev:hover {
  background: #e53925;
  color: #fff;
}

/* ================================================ */
/* roadly service Area Css Three */
/* ================================================ */
section.service_area.style-three {
  padding: 110px 0 214px;
  position: relative;
}

section.service_area.style-three::before {
  position: absolute;
  content: "";
  background: url(../images/home-three/service-bg3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  left: 0;
  top: 0;
  height: 465px;
}

section.service_area.style-three .section_title h4::before {
  left: 0;
  top: 14px;
  background: #fff;
  width: 7px;
  height: 7px;
}

section.service_area.style-three .row.service {
  position: relative;
  z-index: 1;
  padding: 72px 0 0;
}
section.service_area.style-three .row.service::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 98%;
  background: rgb(255 255 255 / 20%);
  left: 0;
  right: 0;
  margin: auto;
  top: 9px;
  z-index: 14;
}

section.service_area.style-three .section_title h4 {
  color: #fff;
}

section.service_area.style-three .section_title h1 {
  color: #fff;
  position: relative;
}

section.service_area.style-three .roadly_btn a {
  background: #ffffff;
  color: #0f1e36;
}

section.service_area.style-three .roadly_btn a i {
  transform: rotate(0deg);
}

section.service_area.style-three .roadly_btn a::before {
  background: #e53725;
}

section.service_area.style-three .owl-nav {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -112px;
}

section.service_area.style-three .owl-prev,
.owl-next {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  color: #0f1e36;
  text-align: center;
  transition: 0.5s;
  border-radius: 25px;
  margin-right: 20px;
}

section.service_area.style-three .owl-prev::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 762px;
  background: url(../images/home-two/service-shapes.png);
  background-repeat: no-repeat;
  background-position: center;
  left: -90px;
}

section.service_area.style-three .owl-next {
  background: #e53925;
  color: #fff;
}

section.service_area.style-three .owl-next::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 762px;
  background: url(../images/home-two/service-shapes2.png);
  background-repeat: no-repeat;
  background-position: center;
  right: -65px;
}

section.service_area.style-three .owl-next {
  background: #e53925;
  color: #fff;
}

section.service_area.style-three .owl-prev:hover {
  background: #e53925;
  color: #fff;
}

section.service_area.style-three .roadly_btn:hover a {
  color: #fff;
}

section.service_area.style-three
  .single_service_box_two:hover
  .service_content_two {
  background: #e53725;
}

section.service_area.style-three
  .single_service_box_two:hover
  .service_icon_two {
  background: #fff;
}

section.service_area.style-three
  .single_service_box_two:hover
  h3.service_title_two {
  color: #fff;
}

section.service_area.style-three
  .single_service_box_two:hover
  p.service_des_two {
  color: #fff;
}

section.service_area.style-three
  .single_service_box_two:hover
  .service_btn_two
  a {
  color: #fff;
}

section.service_area.style-three
  .single_service_box_two:hover
  .service_btn_two
  a
  i {
  color: #e53925;
  background: #fff;
}

section.service_area.style-three
  .single_service_box_two:hover
  .service_icon_two
  img {
  filter: brightness(9) invert(9);
}

/* ============================================= */
/*  roadly Service Area Style Three */
/* ============================================= */
section.service_areas {
  padding: 105px 0 90px;
}

.service_single_item.style_two {
  padding: 40px 40px 32px;
  background: #edf5f6;
  overflow: hidden;
  margin-bottom: 30px;
}
.service_single_item.style_two:before {
  display: none;
}
.service_single_item.style_two:after {
  position: absolute;
  content: "";
  right: 0;
  top: -21%;
  height: 100%;
  width: 48%;
  background: url(../images/home-three/line-shape.png);
  background-repeat: no-repeat;
  transition: 0.5s;
  z-index: -1;
  opacity: 0;
}
.service_single_item.style_two:hover:after {
  top: 0;
  opacity: 1;
}
.service_single_item.style_two .service_icon {
  transform: rotate(361deg);
  display: inline-block;
  transition: 0.5s;
}
.service_single_item.style_two:hover .service_icon {
  transform: rotate(0deg);
}
.service_single_item.style_two .service_content h3 {
  font-size: 24px;
  margin: 30px 0 50px;
  line-height: 34px;
  position: relative;
  z-index: 1;
}
.service_single_item.style_two .service_content h3:before {
  position: absolute;
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  background: #5d5f6229;
  z-index: -1;
  bottom: -22px;
}
.service_single_item.style_two .service_content h3::after {
  position: absolute;
  content: "";
  left: 0;
  height: 1px;
  width: 25%;
  background: #e53925;
  z-index: -1;
  bottom: -22px;
  transition: 0.5s;
}
.service_single_item.style_two:hover .service_content h3::after {
  width: 100%;
}
.style_two .service_btn a {
  padding: 0;
  background: #fff;
  color: #031812;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  background-color: #ffffff;
  border: 1px solid rgba(26, 26, 26, 0.1);
  line-height: 42px;
  text-align: center;
  overflow: hidden;
}
.service_single_item.style_two:hover .service_btn a {
  width: 128px;
}
.service_single_item.style_two .service_btn a:hover {
  color: #fff;
}

.service_single_item.style_two .roadly_btn a i {
  transform: rotate(-45deg);
  display: inline-block;
  margin-left: 0;
}
.service_single_item.style_two:hover .roadly_btn a i {
  transform: rotate(0deg);
  display: inline-block;
  margin-right: 10px;
}
.service_single_item.lust_item .roadly_btn a i {
  margin-left: 10px;
}
.service_single_item.lust_item:hover .roadly_btn a i {
  margin-right: 0;
}
.service_single_item.lust_item {
  background: #f7f1ee;
  padding: 44px 83px 33px 40px;
}
.service_single_item.lust_item:after {
  display: none;
}
.service_single_item.lust_item .service_icon {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
}
.service_single_item.lust_item .service_content {
  overflow: hidden;
}

.service_single_item.lust_item .service_content p {
  font-size: 18px;
  color: #1a1a1a;
}
.service_btns {
  margin-top: 101px;
}
.service_single_item.lust_item .service_btns a {
  background: #f7f1ee;
  padding: 11px 42px;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
}
.service_single_item.lust_item .service_btns a:hover {
  color: #fff;
  border: 1px solid #1a1a1a;
}
.lust_item .roadly_btn a i {
  margin-left: 10px;
  transform: rotate(-50deg) !important;
}
.lust_item:hover .roadly_btn a i {
  margin-right: 0;
  transform: rotate(0deg);
}
.service_shape {
  position: absolute;
  bottom: -46%;
  right: -22%;
}
.video-icon.style_two {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 58px;
}
.video-icon.style_two:before {
  position: absolute;
  content: "";
  left: 0;
  top: -25%;
  height: 110px;
  width: 100%;
  background: url(../images/home-three/vedio_shape.png);
  z-index: -1;
  background-repeat: no-repeat;
}
.video-icon.style_two a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: #fff;
  font-size: 35px;
  color: #e53925;
}

/*===========================================
<-- roadly service section css inner style -->
==============================================*/
.service-section.inner-style {
  padding: 120px 0 100px;
}

.inner-style .section-btn {
  display: inline-block;
  margin-top: 48px;
  margin-bottom: 50px;
}

.inner-style .section-btn a {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Space Grotesk";
  background-color: #e53825;
}

.inner-style .section-btn a i {
  display: inline-block;
  margin-left: 10px;
  transform: rotate(-45deg);
}

.inner-style .section-btn a {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Space Grotesk";
  background-color: #e53825;
  padding: 12px 30px;
}

.inner-style .service-single-box {
  background-color: #f5f6f8;
  padding: 40px 30px 42px;
}

.service-single-box.two {
  position: relative;
  margin-top: -105px;
}

.service-single-box.three {
  position: relative;
  margin-top: -210px;
}

.service-single-box.four {
  position: relative;
  margin-top: -315px;
}

.inner-style .service-content h3 {
  font-size: 26px;
  line-height: 60px;
  color: #0f1e36;
  font-weight: 700;
  margin: 32px 0 3px;
  transition: 0.5s;
}

.inner-style .service-content h3:hover {
  color: #e53725;
}

.inner-style .service-content p {
  font-size: 16px;
  line-height: 27px;
  color: #616161;
  font-weight: 400;
  margin-bottom: 30px;
}

.inner-style .service-btn a {
  display: inline-block;
  font-size: 16px;
  color: #0f1e36;
  font-weight: 400;
}

.inner-style .service-btn a i {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 17px;
  background-color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #e53925;
  transform: rotate(-45deg);
  margin-left: 14px;
  transition: 0.5s;
}

/*===========================================
<--roadly About Area Css  style-one-->
==============================================*/

section.about_area.style-one {
  padding: 80px 0 30px;
  position: relative;
}

.about_thumb {
  position: relative;
  z-index: 1;
  text-align: right;
}
.about_thumb_inner img{
  width: 100%
}

/* about content */

h2.about_content_two_title {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  line-height: 28px;
}
.row.list-box {
  background: #f5f6f8;
  margin-left: 2px;
  border-left: 5px solid #e53925;
  padding: 18px 16px 18px;
  margin-right: 88px;
  margin-bottom: 48px;
}
.icon-list-box.style-tow {
  margin-left: -18px;
}
.icon-list-box ul li {
  font-size: 18px;
  line-height: 40px;
  color: #0f1e36;
  font-weight: 500;
}
.icon-list-box ul li i {
  display: inline-block;
  color: #e53925;
  font-size: 15px;
  margin-right: 8px;
}
.about-coun-box {
  position: absolute;
  bottom: -38px;
  right: 24px;
  text-align: center;
  background: #e53925;
  padding: 11px 31px 26px;
}
.about-coun-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../images/home_one/coun-shape.png);
  background-repeat: no-repeat;
  left: 56%;
  background-position: center;
  bottom: -41%;
}
span.coun-number {
  display: inline-block;
  font-size: 65px;
  line-height: 120px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: -17px;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background-image: linear-gradient(180deg, #c7210f 0%, #e53725 100%);
}
h3.coun-title {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
}
/* about shape */
.about-shape {
  position: absolute;
  top: 39%;
  left: 6%;
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/* ================================================ */
/* roadly About Area Css Style Two */
/* ================================================ */
section.about_area.style_two {
  padding: 113px 0 152px;
  position: relative;
}

section.about_area.style_two .about-list ul li {
  font-size: 18px;
  line-height: 45px;
  color: #0f1e36;
  font-weight: 500;
  padding-left: 26px;
  position: relative;
  z-index: 1;
}

.style_two .about-thumb {
  position: relative;
}

.style_two .about-list {
  margin-left: 191px;
}

.style_two .about-list ul {
  padding: 14px 0 37px;
}

.style_two .about-shape-one {
  position: absolute;
  bottom: 35px;
  right: -155px;
  animation: bounceleft 4s linear infinite;
}

.style_two .about-shape-two {
  position: absolute;
  bottom: 25%;
  left: -12%;
  z-index: -2;
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.style_two .about-shape-three {
  position: absolute;
  right: 65px;
  bottom: -80px;
  z-index: 1;
  animation: bounce 4s linear infinite;
}

/* ================================================ */
/* roadly About Area Css Style Three */
/* ================================================ */

section.about_area.style_three {
  padding: 120px 0 120px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.style_three .about-thumb {
  position: relative;
  z-index: 1;
}

.style_three .counter-box {
  text-align: center;
  padding: 36px 0 38px;
  border-right: 0;
  position: absolute;
  top: 40px;
  right: 130px;
  width: 210px;
  height: 230px;
  background: url(../images/home-three/counter-img.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}

.style_three .counter-title h3 {
  font-size: 70px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 700;
  padding-top: 18px;
}

.style_three .counter-title p {
  font-size: 16px;
  text-transform: uppercase;
  padding: 52px 0 0;
  color: #ffffff;
  font-weight: 600;
}

.about-item-box.add-border {
  position: relative;
}

.about-item-box.add-border::before {
  position: absolute;
  content: "";
  width: 517px;
  height: 2px;
  background-color: #ebeff3;
  left: 0;
  bottom: -33px;
}

.style_three .about-item-box {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 64px;
}

.style_three .about-icon {
  width: 85px;
  height: 85px;
  line-height: 85px;
  border-radius: 10px;
  background-color: #f5f6f8;
  text-align: center;
  flex-shrink: 0;
}

.style_three .about-item-content h3 {
  font-size: 22px;
  line-height: 30px;
  color: #0f1e36;
  font-weight: 600;
}

.style_three .about-item-content p {
  font-size: 16px;
  line-height: 27px;
  color: #616161;
  font-weight: 400;
  width: 85%;
}

.style_three .about-call-btn {
  display: flex;
  gap: 30px;
}

.style_three .about-btn {
  display: inline-block;
}

.style_three .about-call-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.style_three .about-call-icon {
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 29px;
  background-color: #e53825;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.style_three .about-call-content h6 {
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #e53825;
  font-weight: 500;
  font-family: "DM Sans";
}

.style_three .about-call-content h4 {
  font-size: 20px;
  line-height: 28px;
  color: #0f1e36;
  font-weight: 600;
}

.about-list ul li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background: #003768;
  left: 0;
  top: 18px;
}

.style_three .about-shape-three {
  position: absolute;
  bottom: 3%;
  left: 150px;
  z-index: -1;
  animation: bounceleft 4s linear infinite;
}

.about-shape-four {
  position: absolute;
  right: 25px;
  bottom: -18px;
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.style_three .about-shape-two {
  position: absolute;
  bottom: 25%;
  left: -6%;
  z-index: -2;
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.style_three .about-shape-one {
  position: absolute;
  bottom: 0;
  right: -35px;
  animation: bounceleft 4s linear infinite;
}

/* ============================================= */
/*roadly About Area Style Three */
/* ============================================= */

section.about_area.style_three .about_counter {
  background: #f8b097;
}

.about_shaps.two {
  right: 5%;
  bottom: 8%;
  z-index: -1;
}

.printing_icon_box.style_three .printing_icon {
  background: #fff;
}

.about_btn.style_three a {
  background: #e53925;
}

.about_btn.style_three span {
  background: #1a1a1a;
}

/*===========================================
<-- roadly section title css-->
==============================================*/
.work_area .section_title h4 {
    background: #f3be24;
}
.section_title h4 {
  padding: 4px 31px 3px 62px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  background:#febb15;
  border-radius: 30px;
}

.section_title h1 {
  font-size: 50px;
  line-height: 60px;
  color:#000034;
  font-weight: 700;
  font-family: "Space Grotesk";
  margin-bottom: 20px
}
.section_title h1:after{
  content: '';
    border-top: 3px solid #febb15;
    width: 135px;
    margin: 8px auto 0;
    display: block;
}

h4.style-tow {
  background:#000034;
}
.section_title h4::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 30px;
  background-repeat: no-repeat;
  left: 11%;
  top: 48%;
  background: #fff;
}
.section_title p {
  width: 100%;
    margin: 0 0 22px;
    padding: 0;
    line-height: 30px;
    font-size: 15px;
    color: #333;
}
.section_title span {
  color: #ffbe00;
  display: inline-block;
}

.section_title.text-center {
  margin-bottom: 68px;
}

.section_title.text-left {
  margin-bottom: 38px;
}

section.case_study_area .section_title h4 {
  color: #fff;
  background: #26354a;
}
section.case_study_area .section_title h4::before {
  background: #ffff;
}
section.case_study_area .section_title.text-left h1 {
  color: #fff;
}
section.case_study_area.style-tow .section_title.text-left h1 {
  color: #0f1d37;
}
section.team_area .section_title h4 {
  background: #febb15;
}
.no-bod:after{
    border-top: none !important;
}
section.testi_area .section_title h4 {
  color: #fff;
  background: #26354a;
}

section.testi_area.style-tow .section_title h4 {
  color: #e53825;
  background: transparent;
}

section.testi_area .section_title.text-left h1 {
  color: #fff;
}
section.testi_area .section_title h4::before {
  background: #fff;
}
.style_three.text-left.section_title h4 {
  padding: 4px 31px 3px 20px;
  font-family: "DM Sans";
  background: transparent;
}
section.case_study_area.style-tow .style_three.text-left.section_title h4 {
  color: #e53925;
}
.style_three.text-left.section_title h4::before {
  left: 0;
  top: 14px;
  background: #e53925;
  width: 7px;
  height: 7px;
}
section.about_area.style_two .section_title.style_three.text-left {
  margin-top: 49px;
}
section.testi_area.style-tow .section_title.style_three.text-left {
  text-align: center;
  margin-bottom: 58px;
}
section.choose_area.style_tow .section_title.text-left {
  margin-bottom: 12px;
}

section.service_area.style-tow .section_title h4 {
  color: #e53925;
}

section.service_area.style-tow .section_title h4::before {
  background: #e53925;
}

section.service_area.style-tow .section_title h1 {
  color: #0f1d37;
  position: relative;
}

section.case_study_area.style-three .section_title {
  margin-bottom: 38px;
  margin-left: 220px;
}

section.about_area.style_three .section_title h4 {
  padding: 4px 24px 3px 42px;
  font-family: "DM Sans";
  background-color: rgb(0 55 104 / 8%);
  text-transform: capitalize;
}

section.about_area.style_three .section_title h4::before {
  left: 23px;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #e53825;
}

section.blog_area.style-three .section_title h4 {
  background: transparent;
}

section.blog_area.style-three .section_title h4::before {
  left: 22%;
  top: 40%;
  width: 7px;
  height: 7px;
}

section.about_area.style-one .section_title {
  margin-bottom: 0;
}

/*===========================================
<--roadly button css -->
==============================================*/
.popular_btn_arrow.roadly_btn.style-two {
  margin-left: 20px;
}

.roadly_btn {
  display: inline-block;
}

.roadly_btn a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  background: #f3be24;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: none;
  padding: 11px 30px 11px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  font-family: "Space Grotesk";
}
.roadly_btn a::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  background: #0f1d37;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.5s;
}
.roadly_btn a i {
  display: inline-block;
  font-size: 20px;
  margin-left: 8px;
  transform: rotate(-45deg);
}
.roadly_btn a:hover::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

section.hero_area .roadly_btn a::before {
  background: #fff;
}

section.hero_area .roadly_btn:hover a {
  color: #0f1d37;
}

section.about_area.style_three .roadly_btn a {
  background: #0f1d37;
}

section.about_area.style_three .roadly_btn a::before {
  background: #e53925;
}

section.appointment_area .roadly_btn:hover a {
  color: #fff;
}

section.appointment_area .section_title h1 {
  color: #fff;
}

/*===========================================
<--roadly Case-Study Area Css  -->
==============================================*/

section.case_study_area {
  padding: 120px 0 120px;
  background: #0f1d37;
  position: relative;
}

.case_single_box {
  margin-bottom: 30px;
}
.row.case {
  padding: 0 0 72px;
  position: relative;
  z-index: 1;
}
.row.case::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 98%;
  border-bottom: 2px solid #3f4a5d;
  bottom: 28%;
  left: 0px;
  right: 0;
  margin: auto;
}
.case_thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.case_thumb::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../images/home_one/case-shape3.png);
  background-repeat: no-repeat;
  background-position: center;
  bottom: -27%;
  background-size: contain;
  transition: 0.5s;
  transform: perspective(500px) rotateX(90deg);
}
.case_thumb img {
  width: 100%;
}
.case_icon {
  position: absolute;
  bottom: 34%;
  right: -20%;
  transition: 0.5s;
}
.case_icon a i {
  display: inline-block;
  background: #e53925;
  height: 60px;
  width: 60px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  border: 3px solid #fff;
  color: #ffff;
  transform: rotate(-45deg);
  font-size: 24px;
}
.case_content {
  position: absolute;
  bottom: 0;
  padding: 0 30px 36px;
  width: 100%;
  left: -100%;
  transition: 0.5s;
}
.case_content::before {
  position: absolute;
  content: "";
  width: 86%;
  height: 1px;
  background: rgb(226 238 245 / 30%);
  left: 0;
  right: 0;
  margin: auto;
  top: -8%;
}
h3.case_title {
  font-size: 26px;
  color: #ffffff;
  font-weight: 700;
  line-height: 28px;
}
span.case-catagori {
  font-size: 16px;
  line-height: 68px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 30px;
  padding: 8px 27px 7px;
  margin-bottom: 20px;
  border: 1px solid rgb(226 238 245 / 40%);
}
.case_single_box:hover .case_content {
  left: 0;
}
.case_single_box:hover .case_icon {
  right: 8%;
}
.case_single_box:hover .case_thumb::before {
  transform: perspective(500px) rotateX(0deg);
}

/* case study nav  */

section.case_study_area .owl-nav {
  position: absolute;
  top: -175px;
  right: 0;
}

section.case_study_area .owl-prev {
  display: inline-block;
  text-align: center;
  color: #0f1d37;
  transition: 0.5s;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #e2eef5;
  line-height: 50px;
  border: 2px solid transparent;
}

section.case_study_area .owl-next {
  display: inline-block;
  text-align: center;
  background: #e7f1fb;
  transition: 0.5s;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #e53825;
  line-height: 50px;
  border: 2px solid #e2eef5;
  margin-left: 20px;
}

section.case_study_area .owl-next {
  color: #fff;
}

section.case_study_area .owl-prev i,
.owl-next i {
  font-size: 20px;
}

section.case_study_area .owl-next:hover {
  background-color: #e53825;
  border: 2px solid #e2eef5;
  color: #fff;
}

section.case_study_area .owl-prev:hover {
  background-color: #e53825;
  border: 2px solid #e2eef5;
  color: #fff;
}

.case-shape {
  position: absolute;
  top: 180px;
  left: 40px;
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.case-shape2 {
  position: absolute;
  right: -63%;
  top: 2%;
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/*====================================================
<--roadly Case-Study Area Css  style-three-->
====================================================*/
section.case_study_area.style-three {
  padding: 235px 0 0px;
  position: relative;
  margin-top: -110px;
}

.style-three .row.case::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 98%;
  border-bottom: 2px solid #3f4a5d;
  bottom: 28%;
  left: 220px;
  right: 0;
  margin: auto;
}

section.case_study_area.style-three .section_title h4 {
  color: #fff;
  background: transparent;
  padding: 4px 31px 3px 20px;
}

section.case_study_area.style-three .section_title h4::before {
  left: 0;
  top: 14px;
  background: #fff;
  width: 7px;
  height: 7px;
}

section.case_study_area.style-three .owl-nav {
  position: absolute;
  top: -175px;
  right: -216px;
}

.style-three .case-shape {
  position: absolute;
  top: 140px;
  left: 40px;
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/* project area */
.project-area {
  background: #f5f6f8;
  padding: 213px 0;
  position: relative;
  margin-top: -338px;
}

.project-area.style-inner {
  background: #f5f6f8;
  padding: 170px 0;
  position: relative;
  margin-top: -338px;
}

/*===========================================
<--roadly work Area css style two -->
==============================================*/

.work_area {
  background: #ffffff;
    padding: 90px 0 0;
}
.work-single-box {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: 1px dashed #c1c1c1;
}
.work-content{
  padding: 5px 0
}
/*.work-single-box::before {
  position: absolute;
  content: "";
  height: 68%;
  width: 106%;
  background: url(../images/home_one/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}*/
.work-single-box.style-foure::before {
  background: transparent;
}
.work-icon {
    margin: auto;
    line-height: 100px;
    transition: 0.5s;
}
.work-icon img{
  width: 70px
}

span.work-number {
  position: absolute;
  top: 8%;
  right: 0;
  font-size: 16px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 600;
  background: #e63726;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  transition: 0.5s;
}
h3.work-title {
    font-size: 20px;
    line-height: 35px;
    color: #0f1e36;
    font-weight: 600;
    transition: 0.5s;
}
.work-single-box:hover .work-icon::before {
  border-color: #e53827;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transition: 0.5s;
}
.work-single-box:hover h3.work-title {
  color: #febb15;
}

/*=====================================
<--roadly work Area Css inner style-->
=======================================*/
section.work_area.inner-style {
  padding: 120px 0 120px;
  background-color: #0f1e36;
  margin: 0;
}

.inner-style .work-icon {
  background-color: rgb(255 255 255 / 10%);
}

.inner-style .work-icon img {
  filter: brightness(0) invert(1);
}

.inner-style .work-icon::before {
  border: 1px dashed rgb(255 255 255 / 50%);
}

.inner-style h3.work-title {
  color: #fff;
}

.inner-style .work-single-box:hover .work-icon::before {
  border-color: #fff;
}

.inner-style .work-single-box:hover span.work-number {
  background: #fff;
  color: #0f1e36;
}

.inner-style .work-single-box:hover .work-icon {
  background: #e53725;
}

/*===========================================
<--roadly team Area css style two-->
==============================================*/

section.team_area {
  padding: 80px 0 90px;
}
.team_single_box {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.team_single_box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../images/home_one/box-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  left: -3px;
}
.team_content {
      text-align: center;
    padding: 10px;
}
h3.team_title {
     font-size: 18px;
    color: #0f1e36;
    font-weight: 600;
    line-height: 28px;;
}
p.team-text {
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #616161;
  font-weight: 400;
  padding: 4px 0 19px;
}
ul.team-socail {
  background: #ffff;
  text-align: right;
  padding: 8px 15px 7px;
  margin-right: 30px;
  margin-left: -35px;
  position: relative;
  z-index: 1;
  border-radius: 0px 30px 30px 0px;
}
ul.team-socail::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 45px;
  background: #e53925;
  opacity: 0.5;
  left: 13px;
  top: 24px;
  transition: 0.5s;
}
ul.team-socail:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background: #e53925;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 0px 30px 30px 0px;
  transition: 0.5s;
}
ul.team-socail li {
  display: inline-block;
}
ul.team-socail li a i {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 19px;
  background-color: #f5f6f8;
  line-height: 35px;
  text-align: center;
  margin-left: 19px;
  font-size: 15px;
  color: #616161;
  transition: 0.5s;
}
.team_thumb img{
    margin: auto;
    display: block;
    padding-top: 12px;
}
.team_single_box:hover ul.team-socail:after {
  width: 100%;
}
.team_single_box:hover ul.team-socail li a i {
  border: 2px solid #ed786c;
  background: transparent;
  color: #fff;
}
.team_single_box:hover ul.team-socail::before {
  background: #f29b92;
}

/*===========================================
<-- roadly team Area css inner style -->
==============================================*/
section.team_area.inner-style {
  padding: 120px 0 120px;
}

.inner-style h3.team_title {
  line-height: 28px;
  font-size: 26px;
  color: #0f1e36;
  font-weight: 700;
  font-family: "Space Grotesk";
  text-align: center;
  transition: 0.5s;
}

.inner-style .team_single_box:hover h3.team_title {
  color: #fff;
}

.inner-style p.team-text {
  padding: 4px 0 19px;
  font-size: 15px;
  line-height: 28px;
  text-transform: uppercase;
  color: #616161;
  font-weight: 500;
  text-align: center;
  transition: 0.5s;
}

.inner-style .team_single_box:hover p.team-text {
  color: #fff;
}

.inner-style .team_single_box::before {
  display: none;
}

.inner-style .team_single_box {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.inner-style .team_content {
  padding: 35px 30px 35px;
  width: 370px;
  height: 360px;
  background-color: #f5f6f8;
  position: relative;
  z-index: 1;
}

.inner-style .team_content:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background: #0f1e36;
  z-index: -1;
  transition: 0.5s;
}

.inner-style .team_single_box:hover .team_content:before {
  height: 100%;
  top: 0;
}

.inner-style .team_thumb img {
  width: 310px;
  height: 360px;
}

.inner-style .team_thumb {
  position: absolute;
  bottom: -132px;
  left: 29px;
  z-index: 1;
}

.inner-style .share-icon {
  position: relative;
}

.inner-style .share-icon {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background-color: #e53825;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: -50px;
  right: 0;
  margin: 0 auto;
  bottom: -155px;
  z-index: 1;
}

.inner-style .team-socail-list {
  width: 52px;
  height: 175px;
  border-radius: 26px;
  background-color: #e53825;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  padding-top: 11px;
  z-index: 1;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
}

.inner-style .share-icon.active .team-socail-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(-30px);
}

.inner-style .team-socail-list ul li a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 19px;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  margin-bottom: 6px;
}

/*===========================================
<--roadly testi Area Css  -->
==============================================*/
section.testi_area.style-one {
  padding: 120px 0 0px;
  background: url(../images/home_one/testi-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.style-one .testi-thumb {
  text-align: left;
  margin-left: -30px;
}

.style-one p.testi_des {
  opacity: 0.6;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 400;
  width: 95%;
  padding: 34px 0 69px;
}

.style-one h4.testi_title {
  font-size: 28px;
  line-height: 32px;
  color: #e2eef5;
  font-weight: 700;
}

.style-one h4.testi_title span {
  opacity: 0.6;
  font-size: 15px;
  line-height: 32px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  margin-left: 44px;
  position: relative;
  z-index: 1;
}

.style-one h4.testi_title span::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 15px;
  background: #8d99a8;
  left: -24%;
  top: 45%;
}

.style-one ul.testi_rating {
  display: inline-block;
}

.style-one ul.testi_rating li {
  display: inline-block;
  margin-top: 29px;
}

.style-one ul.testi_rating li i {
  display: inline-block;
  color: #e43a23;
  background: #243348;
  height: 35px;
  width: 35px;
  text-align: center;
  margin-right: 6px;
  font-size: 18px;
  line-height: 35px;
}

section.testi_area.style-one .owl-prev::before {
  position: absolute;
  content: "";
  height: 179px;
  width: 100px;
  background: url(../images/home_one/testi-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  top: -155px;
  left: -26px;
  z-index: -1;
}
section.testi_area.style-one .owl-prev::after {
  position: absolute;
  z-index: -1;
  content: "";
  height: 179px;
  width: 100px;
  background: url(../images/home_one/testi-shape2.png);
  background-repeat: no-repeat;
  background-position: center;
  bottom: -192px;
  left: -26px;
}
section.testi_area.style-one .owl-next,
.owl-prev {
  display: block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background: #e53925;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
  transition: 0.5s;
}

section.testi_area.style-one .owl-nav {
  position: absolute;
  right: -65px;
  top: 0;
}

section.testi_area.style-one .owl-next {
  color: #0f1e36;
  background: #fff;
}

section.testi_area.style-one .owl-next:hover {
  color: #fff;
  background: #e53725;
}
section.testi_area.style-one .owl-prev i,
.owl-next i {
  font-size: 19px;
}

.style-one .testi-shape1 {
  position: absolute;
  top: 120px;
  left: 40px;
  animation: bounce 4s linear infinite;
}

.style-one .testi-shape2 {
  position: absolute;
  top: 0;
  right: 250px;
  animation: bounce 4s linear infinite;
}

/* ================================================ */
/* roadly testi Area Css Style Two */
/* ================================================ */

section.testi_area.style-tow {
  margin: 0;
  padding: 106px 0 109px;
  background-color: #0f1e36;
}

section.testi_area.style-tow .testi_single_box {
  background: #e1eef6;
  padding: 31px 33px 20px;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
section.testi_area.style-tow .testi_single_box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../images/home-two/testi-box-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  bottom: -54%;
  left: 0;
}

section.testi_area.style-tow p.testi_des {
  font-size: 16px;
  line-height: 30px;
  color: #616161;
  font-weight: 400;
  font-family: "DM Sans";
  opacity: 1;
  width: 100%;
  padding: 20px 0 12px;
}
section.testi_area.style-tow ul.testi_rating {
  position: relative;
  z-index: 1;
}
section.testi_area.style-tow ul.testi_rating::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../images/home-two/testi-line.png);
  background-repeat: no-repeat;
  background-position: center;
  left: -162%;
}
section.testi_area.style-tow ul.testi_rating::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../images/home-two/testi-line2.png);
  background-repeat: no-repeat;
  background-position: center;
  right: -115px;
  transition: 0.5s;
}
section.testi_area.style-tow ul.testi_rating li {
  margin-top: 0;
}
section.testi_area.style-tow ul.testi_rating li i {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  color: #ffb328;
  background: transparent;
  width: auto;
  height: auto;
}

section.testi_area.style-tow .author-content {
  text-align: center;
  margin-top: 50px;
}

section.testi_area.style-tow h3.author-title {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  padding: 14px 0 2px;
}
section.testi_area.style-tow span.author-text {
  display: inline-block;
  opacity: 0.502;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
}
section.testi_area.style-tow .testi_single_box:hover {
  border-radius: 0 30px 0 0;
}

section.testi_area.style-tow .testi_single_box:hover ul.testi_rating::after {
  background: url(../images/home-two/testi-line3.png);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  right: -115px;
}

section.testi_area.style-tow .owl-carousel .owl-item img {
  width: 66px;
  display: inline-block;
  border-radius: 50%;
}

section.testi_area.style-tow ul.testi_rating li {
  display: inline-block;
}

/*===========================================
<-- roadly testi Area Css style-three -->
==============================================*/
section.testi_area.style-three {
  background: #fff;
  padding: 15px 0 80px;
  position: relative;
}

section.testi_area.style-three .section_title h4 {
  color: #e53825;
  background: transparent;
}

section.testi_area.style-three .section_title h4::before {
  left: 44px;
  top: 14px;
  background: #e53925;
  width: 7px;
  height: 7px;
}

.style-three .testi_single_box {
  background-color: #f5f6f8;
  padding: 35px 35px 40px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.style-three .testi_single_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/home-three/test-shape3.png);
  background-repeat: no-repeat;
  background-position: center center;
  right: -140px;
  bottom: -138px;
  transition: 0.5s;
  filter: brightness(0) invert(1);
}

.style-three .testi_single_box:hover::before {
  filter: brightness(1) invert(0);
}

.style-three .testi_single_box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background: #e53825;
  z-index: -1;
  transition: 0.5s;
}

.style-three .testi_single_box:hover::after {
  height: 100%;
}

.style-three .author-content {
  text-align: left;
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: 0.5s;
}

.style-three h3.author-title {
  font-size: 24px;
  line-height: 30px;
  color: #0f1e36;
  font-weight: 600;
  transition: 0.5s;
}

.style-three .testi_single_box:hover h3.author-title {
  color: #fff;
}

.style-three span.author-text {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #616161;
  font-weight: 400;
  opacity: 1;
  transition: 0.5s;
}

.style-three .testi_single_box:hover span.author-text {
  color: #fff;
}

.style-three p.testi_des {
  font-size: 16px;
  line-height: 30px;
  color: #616161;
  font-weight: 400;
  opacity: 1;
  width: 100%;
  padding: 25px 0 35px;
  transition: 0.5s;
}

.style-three .testi_single_box:hover p.testi_des {
  color: #fff;
}

.style-three .testi_rating ul li {
  display: inline-block;
  color: #ffb328;
  font-size: 14px;
  letter-spacing: 5px;
  position: relative;
}

.owl-carousel .owl-item img {
  display: block;
  width: inherit;
}

.style-three .autor-ratting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.style-three .autor-ratting::before {
  position: absolute;
  content: "";
  width: 175px;
  height: 40px;
  background-color: #ffffff;
  left: -35px;
  bottom: -4px;
  border-radius: 0px 30px 30px 0;
}

.style-three .testi_single_box:hover .testi-icon {
  filter: brightness(0) invert(1);
}

.style-three .testi-dot-shape {
  position: absolute;
  right: 280px;
  top: 315px;
  animation: bounce 4s linear infinite;
}

.style-three .test-arrow-shape {
  position: absolute;
  left: 100px;
  top: -24px;
  animation: bounce 4s linear infinite;
}

/*===========================================
<--- roadly blog Area css-->
==============================================*/
section.blog_area {
  padding: 120px 0 90px;
  background: #f5f6f8;
}

section.blog_area.team-inner {
  padding: 0 0 90px;
}

.single-blog-thumb {
  position: relative;
  transition: all ease-in-out 0.5s;
  overflow: hidden;
}

.single-blog-thumb img {
  width: 100%;
  transition: 0.5s;
}

.single-blog-box:hover .single-blog-thumb img {
  transform: scale(1.1);
  transition: 0.5s;
}

.single-blog-box {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
}
.blog-content {
  padding: 15px 16px 14px;
}
.blog-title h3 a {
  display: inline-block;
  font-size: 24px;
  line-height: 28px;
  color: #0f1e36;
  font-weight: 700;
  transition: 0.5s;
}

.single-blog-box:hover .blog-title h3 a {
  color: #e54231;
}

p.blog-description {
  font-size: 16px;
  line-height: 28px;
  color: #616161;
  font-weight: 400;
  padding: 10px 0 32px;
}
.blog-btn {
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 17px;
}
.blog-btn a {
  font-size: 16px;
  color: #0f1e36;
  font-weight: 400;
  transition: 0.5s;
}

.single-blog-box:hover .blog-btn a {
  color: #e54231;
}

.blog-btn a i {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 17px;
  background: #f5f6f8;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  float: right;
  color: #e54231;
  transform: rotate(-45deg);
}

section.appointment_area {
  background: url(../images/home_one/sub-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0 39px;
}
section.appointment_area .roadly_btn a {
  background: #ffff;
  color: #e53925;
}
section.appointment_area .roadly_btn {
  text-align: right;
}
section.appointment_area .section_title h4 {
  color: #fff;
  background: #e7604f;
}
section.appointment_area .section_title h4::before {
  background: #fff;
}
section.appointment_area .section_title.text-right h1 {
  color: #ffff;
}

/*===========================================
<-- roadly footer Area css-->
==============================================*/

.footer_area {
  padding: 90px 0 25px;
  background: #000034;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.footer-widget-content {
  margin-left: -30px;
}
p.footer_desc {
  margin: 17px 0 25px;
    width: 88%;
    font-size: 15px;
    line-height: 25px;
    color: #e3e3e3;
    font-weight: 300;
    border-bottom: 1px solid #3f4a5d;
    padding: 0 0 15px;
}
.footer_info p {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 500;
  margin-bottom: 0;
}
.footer_info p i {
  margin-right: 8px;
  position: relative;
  top: 2px;
  font-size: 14px;
  color: #40c596;
}
.footer_info h6 {
  font-size: 24px;
  color: #1a1a1a;
  font-weight: 600;
}
.footer-widget-title h4 {
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer-widget-menu ul li a {
     display: inline-block;
    font-size: 15px;
    line-height: 35px;
    color: #e3e3e3;
    font-weight: 400;
}
.footer-widget-menu ul li a:hover {
      color: #ffc10c;
  opacity: 1;
}
.footer-widget-menu ul li a i {
  font-size: 12px;
  transition: 0.5s;
  margin-right: 6px;
      color: #ffc10c;
}
.footer-widget-menu ul li a:hover i {
  opacity: 1;
}
.news-box {
  margin-bottom: 26px;
}
.news-box.style-one {
  margin-top: 0;
}
h3.news-title a {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}
span.news-date {
  opacity: 0.6;
  font-size: 14px;
  line-height: 24px;
  color: #e2eef5;
  font-weight: 400;
}
.news-thumb {
  margin-right: 16px;
}
.news-thumb img{
  width:80px
}
p.footer_desc2 {
  width: 86%;
  padding: 11px 0 17px;
  opacity: 0.6;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}
.subscribe_form button {
  background: #e53925;
  width: 100%;
  height: 55px;
  margin-top: 21px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 24px;
  color: #e2eef5;
  font-weight: 500;
  font-family: "Space Grotesk";
}
button.btn:hover {
  background: #e53925;
  color: #fff;
}
.footer_social_icon {
  margin-top: 5px;
}
.subscribe_form input {
  background: transparent;
  outline: 0;
  color: #fff;
  width: 299px;
  height: 56px;
  border-radius: 3px;
  background-color: rgba(226, 238, 245, 0);
  border: 1px solid rgb(226 238 245 / 20%);
  padding: 20px;
}
.subscribe_form input::placeholder {
  opacity: 0.6;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}
.subscribe_form input:focus {
  background: transparent;
}
.footer_social_icon a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  margin-right: 9px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  border-radius: 50%;
  border: 1px solid rgb(226 238 245 / 20%);
}

.footer_social_icon a:hover {
  color: #fff !important;
}

.footer_social_icon a:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #e53925;
  transition: 0.5s;
  content: "";
  z-index: -1;
}
.footer_social_icon a:hover:before {
  width: 100%;
}

/* footer bottom */

.row.add-border {
  position: relative;
  padding-top: 17px;
  margin-top: 70px;
  z-index: -1;
}
.row.add-border:before {
  position: absolute;
  top: 0;
  left: 12px;
  height: 2px;
  width: 98%;
  background: #253349;
  content: "";
}
.footer-bottom-content-copy p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

@keyframes micro {
  from {
    transform: translateX(620px);
  }
  to {
    transform: translateX(-1650px);
  }
}

.footer-shape {
  position: absolute;
  bottom: 50px;
  right: 42px;
  animation: micro 22s linear infinite;
  z-index: -1;
}

/* ================================================ */
/* roadly topber area css home two
/* ================================================ */

section.topber_area {
  background: #e53925;
}

.topber_icon_list ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  color: #0c1f24;
  font-weight: 400;
  font-family: "Poppins";
  margin-right: 20px;
}

.topber_icon_list ul li i {
  display: inline-block;
  font-size: 15px;
  margin-right: 7px;
}

.topber_right_social {
  text-align: right;
}

.topber_right_social ul li {
  display: inline-block;
}

.topber_right_social ul li a i {
  display: inline-block;
  font-size: 15px;
  background: #b9986b;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: 12px;
}

/* ======== roadly header area css style two ============ */

.roadly-header-area.style_two .header-menu {
  border-left: transparent;
  border-right: transparent;
  margin-right: 0;
  margin-left: 178px;
}

.roadly-header-area.style_two {
  border-bottom: transparent;
  padding: 10px 0 10px;
}

.roadly-header-area.style_two .roadly_btn a {
  margin-right: 0;
}

.roadly-header-area.style_two .header-logo {
  top: 0;
  left: 0;
}

.roadly-header-area.style_two .roadly-header-area {
  border-bottom: transparent;
  padding: 0;
}
.roadly-header-area.style_two .header-button {
  margin: 10px 0 0;
}

/* ================================================ */
/* roadly hero area css style two */
/* ================================================ */
section.hero_area.style_two {
  background: url(../images/banner-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 70px 0 30px;
  position: relative;
}

section.hero_area.style_three {
  background: url(../images/home-two/hero-bg3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 70px 0 30px;
  position: relative;
}

section.hero_area.style_four {
  background: url(../images/banner-3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding:70px 0 30px;
  position: relative;
}

section.hero_area.style_two .hero-thumb {
  margin-left: 37px;
}

section.hero_area.style_two .hero_content p {
  width: 95%;
}

section.hero_area.style_two .case_btn {
  margin-top: 0;
  margin-left: 23px;
}
section.hero_area.style_two .case_btn a:hover {
  background: #12333c;
  color: #e53925;
}
section.hero_area.style_two .case_btn a:hover i {
  background: #e53925;
  color: #071518;
}

section.hero_area.style_two .hero_button {
  display: flex;
  align-items: center;
  gap: 25px;
}

section.hero_area.style_two .hero_call_btn span {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 33px;
  background-color: #e53825;
  text-align: center;
  color: #fff;
  font-size: 30px;
}

section.hero_area.style_two h5.hero-phone {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
}

section.hero_area.style_two h4.office-location {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "DM Sans";
  line-height: 40px;
}

section.hero_area.style_two .hero-shape-two {
  position: absolute;
  bottom: 11px;
  left: 385px;
  animation: bounceleft 4s linear infinite;
}

/* hero owl nav */
.owl-dot {
  width: 55px;
  height: 55px;
  border-radius: 28px;
  background-color: rgba(0, 55, 104, 0);
  border: 2px solid rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
  position: relative;
}

.owl-dot::before {
  position: absolute;
  content: "01";
  left: 14px;
  top: 12px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Space Grotesk";
  text-align: center;
}

.owl-dot:nth-child(2)::before {
  content: "02";
}

.owl-dot:nth-child(3)::before {
  content: "03";
}

.owl-dots {
  position: absolute;
  top: 120px;
  right: 85px;
}

.owl-dot.active {
  width: 55px;
  height: 55px;
  border-radius: 28px;
  background-color: #f9c32a;
  border: tan;
}

/*--all shape---*/

.hero-shabe1 {
  position: absolute;
  top: 12%;
  right: -12%;
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.hero-shabe2 {
  position: absolute;
  bottom: 5%;
  right: -12%;
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.hero-shabe3 {
  position: absolute;
  bottom: 10%;
  left: -26%;
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/* ================================================ */
/* roadly case study Area css style two */
/* ================================================ */

section.case_study_area.style-tow {
  margin: 0;
  padding: 106px 0 88px;
  position: relative;
  background: #fff;
}

section.case_study_area.style-tow .row.case::before {
  border-bottom: 2px solid #cfd2d7;
}
section.case_study_area.style-tow .case_thumb::before {
  background: transparent;
}
section.case_study_area.style-tow span.case-catagori {
  background: transparent;
  border: 1px solid rgb(226 238 245 / 30%);
}

section.case_study_area.style-tow .case-arrow-shape {
  position: absolute;
  right: 65px;
  bottom: -80px;
  animation: bounce 4s linear infinite;
}

/* ================================================ */
/* roadly Choose Area css */
/* ================================================ */

section.choose_area {
  background: #f5f6f8;
  padding: 110px 0 90px;
}

section.choose_area .section_title p {
  width: 54%;
  padding: 15px 0 0px;
  margin: 0 auto;
}

section.choose_area .section_title.text-center {
  margin-bottom: 50px;
}

section.choose_area .section_title h4 {
  background: transparent;
}

section.choose_area .section_title h4::before {
  left: 46px;
  top: 14px;
  background: #e53925;
  width: 7px;
  height: 7px;
}

.choose-thumb {
  position: relative;
}
.choose-video-icon {
  position: absolute;
  bottom: 42%;
  left: 33%;
}
.choose-video-icon a {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #e2eef5;
  line-height: 100px;
  font-size: 18px;
  text-transform: uppercase;
  color: #003768;
  font-weight: 700;
  font-family: "DM Sans";
  text-align: center;
  webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-blue 1s linear infinite;
  -webkit-transition: 0.5s;
}
.choose_upper {
  margin-left: -17%;
  transition: 0.5s;
  position: relative;
}
.choose_single_box {
  background: #fff;
  padding: 30px 31px 24px;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.choose_icon {
  display: block;
  border-radius: 40px;
  background-color: #0f1e36;
  padding: 20px 22px;
  height: 80px;
  margin-right: 31px;
  transition: 0.5s;
}
h3.choose_title {
  font-size: 24px;
  color: #0f1e36;
  font-weight: 700;
  line-height: 28px;
  transition: 0.5s;
}
p.choose_desc {
  font-size: 16px;
  line-height: 28px;
  color: #616161;
  font-weight: 400;
  padding: 12px 0 0;
}
.choose_icon2 {
  position: absolute;
  right: -12%;
  top: 34%;
  transition: 0.5s;
  opacity: 0;
}
.choose_icon2 a i {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 27px;
  background-color: #e53825;
  line-height: 55px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  transform: rotate(-45deg);
}
.choose_upper:hover {
  margin-left: -28%;
  margin-right: 11%;
}
.choose_upper:hover .choose_icon {
  background: #e53925;
}
.choose_upper:hover .choose_icon2 {
  opacity: 1;
}
.choose_upper:hover h3.choose_title {
  color: #e53925;
}

/*=====================================
<-- roadly choose area style two Css -->
=======================================*/

section.choose_area.style_tow {
  background: url(../images/home-three/choose-bg2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

section.choose_area.style_tow .section_title p {
  width: 97%;
  margin: 0;
  padding: 20px 0 34px;
}

.choose_single_box_two {
  background: #f5f6f8;
  padding: 34px 25px 29px;
  position: relative;
  z-index: 1;
}
.choose_single_box_two::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background: url(../images/home-three/choose-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
}

.choose_single_box_two:hover::before {
  width: 100%;
  left: 0;
}

h3.choose_title_two {
  font-size: 19px;
  line-height: 28px;
  color: #0f1e36;
  font-weight: 600;
  margin-top: 40px;
}
.choose_icon_two img {
  filter: brightness(1) invert(0);
  transition: 0.5s;
}

.choose_single_box_two:hover .choose_icon_two img {
  filter: brightness(0) invert(1);
}
.choose_single_box_two:hover h3.choose_title_two {
  color: #fff;
}

/*=====================================
<-- roadly hero area Css style three -->
=======================================*/

section.hero_area.style_three {
  background: url(../images/banner-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 127px 0 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

section.hero_area.style_three::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0.6;
}

.hero-video-icon-three a {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  line-height: 85px;
  text-align: center;
  font-size: 40px;
  color: #e53925;
  position: relative;
  z-index: 1;
  webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-blue 1s linear infinite;
  -webkit-transition: 0.5s;
}
.hero-video-icon-three a:after {
  position: absolute;
  content: "";
  height: 150%;
  width: 150%;
  background: url(../images/home-three/video-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  left: -20px;
  top: -20px;
}
section.hero_area.style_three .hero_content h1 {
  padding: 56px 0 49px;
}

.hero-shape-three {
  position: absolute;
  z-index: -2;
  right: 0;
  bottom: -10%;
  animation-name: float-bob5;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.hero-shape-foure {
  position: absolute;
  top: -12%;
  left: 0;
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/* animation ripple  */
@-webkit-keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

/* ============================================= */
/* roadly testimonial Area css style two */
/* ============================================= */

section.testimonial_area.style_two {
  padding: 105px 0 115px;
  overflow: hidden;
}
/* === testimonial item style two === */
.testi_warpper_left {
  margin-top: -67px;
}
.testimonial_item.style_two {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 20px 20px 20px;
  margin-left: 115px;
  position: relative;
}
.testi_sps {
  position: absolute;
  bottom: 13%;
  right: 9%;
}
.testimonial_item.style_two .testi-author-thumb {
  flex-shrink: 0;
}
.testimonial_item.style_two .testimonal-content {
  padding: 0 0 0 40px;
}
.testimonial_item.style_two .testimonal-content p {
  font-size: 18px;
  line-height: 28px;
  color: #5d5f62;
}
.testimonial_item.style_two .tesit-auothor .bio h4.name {
  margin: 0;
  font-size: 22px;
  color: #031812;
  font-weight: 600;
}
.testimonial_item.style_two .tesit-auothor .bio h5.designation {
  font-size: 17px;
  color: #5d5f62;
  font-weight: 400;
  font-family: "Cabin";
}
.testimonial_item.style_two .testi-star i {
  font-size: 15px;
  color: #ffb608;
  margin: 7px 4px 0 0;
}
.testimonial_item.style_two .tesit-auothor {
  margin-top: 25px;
  text-align: left;
}
.testimonial_item.style_two .testi_icon {
  text-align: center;
  display: inline-block;
  margin-bottom: 16px;
}
.testi_shapes {
  position: absolute;
  right: 0%;
  top: -36%;
}

.testi_list2 .owl-nav {
  position: absolute;
  bottom: 0%;
  left: -52%;
  display: flex;
}
.testi_list2 .owl-prev i {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background-color: #ffffff;
  border: aliceblue;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  color: #1a1a1a;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin-right: 15px;
  border: 1px solid rgba(26, 26, 26, 0.1);
}
.testi_list2 .owl-next i {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background-color: #ffffff;
  border: aliceblue;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  color: #1a1a1a;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: 1px solid rgba(26, 26, 26, 0.1);
}

/* ============================================= */
/* roadly breadcub area css */
/* ============================================= */
.breadcumb-area {
  padding: 150px 0 140px;
  position: relative;
  background: url(../images/inner-img/breadcumb-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
 /* margin-top: -100px;
  z-index: 2;*/
}

.breadcumb-content {
  text-align: center;
}
.breadcumb-title h4 {
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 18px;
  font-size: 62px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Space Grotesk";
  text-align: center;
}
.breadcumb-content ul li {
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 32px;
  color: #f3be24;
  font-weight: 500;
  text-align: center;
}

.breadcumb-content ul li a {
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.breadcumb-content ul li a:hover {
  color: #e53925;
}
.breadcumb-content ul li a:hover i {
  color: #e53925;
}

.breadcumb-content ul li a::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 1px;
  background-color: #f3be24;
  left: -56px;
  top: 10px;
}

.breadcumb-content ul li a::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 1px;
  background-color:#f3be24;
  left: -56px;
  top: 18px;
}

li.breadcumb-intext {
  position: relative;
}

li.breadcumb-intext::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 1px;
  background-color: #f3be24;
  right: -56px;
  top: 15px;
}

li.breadcumb-intext::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 1px;
  background-color: #f3be24;
  right: -56px;
  top: 22px;
}

.breadcumb-shape {
  position: absolute;
  left: 90px;
  bottom: 135px;
  animation: bounce 4s linear infinite;
}

/* ============================================= */
/* roadly marquee Area css*/
/* ============================================= */
.marquee-section {
  position: relative;
  padding: 25px 0;
  z-index: 1;
  background-color: #0f1e36;
}

.marquee-section .inner-container {
  max-width: 1820px;
  margin: 0 auto;
}

.marquee-section .marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 0px;
}

.marquee-section .marquee-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 0px;
  min-width: 100%;
  -webkit-animation: scroll 30s linear infinite;
  animation: scroll 30s linear infinite;
}

.marquee-section .marquee-block .content-box {
  position: relative;
  margin-right: 0px;
}

.marquee-section .marquee-block .content-box:last-child {
  margin-right: 0px;
}

.marquee-section .marquee-block .content-box:last-child::before {
  display: none;
}

.marquee-section .marquee-block .content-box .title {
  margin: 0;
}

.marquee-section .marquee-block .content-box .title a {
  display: inline-block;
  margin-bottom: 0;
  font-size: 28px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
}

.marquee-section .marquee-block .content-box .title a img {
  margin-right: 30px;
  animation: rotateme 18s linear infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

/* ============================================= */
/* roadly contact address area css*/
/* ============================================= */
.contact-address-area {
  padding: 120px 0 0px;
}

.single-contact-box {
  background-color: #f5f6f8;
  padding: 45px 35px 35px;
  margin-bottom: 20px;
}

.contact-box-title h2 {
  font-size: 22px;
  line-height: 32px;
  text-transform: uppercase;
  color: #000034;
  font-weight: 700;
  margin: 32px 0 18px;
}

.contact-box-info p {
  font-size: 18px;
  line-height: 35px;
  color: #616161;
  font-weight: 400;
  margin: 0;
}

.contact-box-info p span {
  display: block;
  font-size: 18px;
  line-height: 35px;
  color: #616161;
  font-weight: 400;
  font-family: "DM Sans";
}

/* ============================================= */
/* roadly contact Area css */
/* ============================================= */
.contact-area {
  padding: 0 0 0px;
}

.contact-area .contact-input-box {
  background-color:#ecece9;
  padding: 50px 42px 70px;
}

.contact-area .form_box input {
  opacity: 0.6;
  font-size: 16px;
  line-height: 30px;
  color: #616161;
  font-weight: 400;
  font-family: "DM Sans";
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(97, 97, 97, 0.30196078431372547);
  background: transparent;
  outline: 0;
  padding-bottom: 7px;
}

.contact-area .form_box textarea {
  opacity: 0.6;
  font-size: 16px;
  line-height: 30px;
  color: #616161;
  font-weight: 400;
  font-family: "DM Sans";
  border: 0;
  border-bottom: 1px solid rgba(97, 97, 97, 0.30196078431372547);
  width: 100%;
  height: 120px;
  background: transparent;
  padding-top: 23px;
  outline: 0;
}

.contact-area .submit_button {
  display: inline-block;
  margin-top: 42px;
}

.contact-area .submit_button button {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Space Grotesk";
  width: 174px;
  height: 54px;
  background-color: #f3be24;
  border: 0;
}

.contact-area .contact-autor-info {
  position: relative;
}

.contact-area .contact-info-social {
  position: absolute;
  bottom: 40px;
  left: 130px;
  margin: 0 auto;
}

.contact-area .contact-info-social ul li {
  display: inline-block;
  margin: 0 7px;
}

.contact-area .contact-info-social ul li a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 19px;
  text-align: center;
     background-color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: #121f1f;
  transition: 0.5s;
}

.contact-area .contact-info-social ul li a:hover {
  background-color: rgba(15, 30, 54, 0.9019607843137255);
}

.contact-social-title h3 {
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "DM Sans";
  text-align: center;
  margin-top: 18px;
}

/* roadly google map css */

.google-map {
  padding: 120px 0;
}
.google-map iframe {
  width: 100%;
  height: 550px;
}

/*================================
 <--roadly Blgo Grid Area Css-->
==================================*/
section.blog_grid_area {
  padding: 120px 0;
}

section.blog_grid_area .single-blog-box {
  background-color: #f5f6f8;
  padding-bottom: 32px;
}

section.blog_grid_area .blog-btn a i {
  background: #ffff;
}

.widget-sidber {
  border-radius: 5px;
  padding: 38px 40px 40px;
  margin-bottom: 27px;
  background-color: #f5f6f8;
}

.widget_search form {
  position: relative;
}

.widget_search input {
  border-radius: 4px;
  padding-left: 20px !important;
  height: 60px;
  width: 100% !important;
  position: relative;
  color: #012549;
  outline: 0 !important;
  border: transparent !important;
  margin-top: 45px;
}

button.icons {
  border: 0;
  font-size: 16px;
  position: absolute;
  right: 14px;
  top: 56px;
  color: #e53825;
  background: transparent;
  opacity: 0.7;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #f5f6f8;
}

.widget-sidber-content h4 {
  font-size: 32px;
  line-height: 1;
  color: #001819;
  font-weight: 700;
  font-family: "Space Grotesk";
  position: relative;
}

.widget-sidber-content h4::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #e53825;
  bottom: -18px;
}

/* category  */
.widget-category {
  margin-top: 45px;
}

.widget-category ul li img {
  margin-right: 12px;
  transition: 0.5s;
}

.widget-category ul li a:hover img {
  filter: brightness(0) invert(1);
}

.widget-category ul li {
  list-style: none;
}

.widget-category ul li a {
  padding: 14px 26px;
  width: 100%;
  display: inline-block;
  margin-bottom: 14px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  text-transform: capitalize;
  font-size: 16px;
  color: #616161;
  font-weight: 400;
  font-family: "DM Sans";
  background-color: #ffffff;
}

.widget-category ul li a:hover {
  color: #fff;
}

.widget-category ul li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: #ff3c00;
  z-index: -1;
  border-radius: 5px;
  transition: 0.5s;
}

.widget-category ul li a:hover:before {
  width: 100%;
  left: 0;
}

.widget-category ul li i {
  color: black;
  display: inline-block;
  float: right;
  font-size: 17px;
  opacity: 0;
  transition: 0.5s;
}

.widget-category ul li a:hover i {
  opacity: 1;
  color: #fff;
}

.widget-sidber-download-button a {
  display: inline-block;
  background: #00181a;
  width: 100%;
  color: #fff;
  padding: 15px 23px;
  border-radius: 5px;
  margin-bottom: 18px;
  text-transform: capitalize;
}

.widget-sidber-download-button a.active {
  background: #ff3b00 !important;
}

.widget-sidber-download-button i {
  color: #fff;
  display: inline-block;
  font-size: 22px;
  margin-right: 9px;
  position: relative;
  top: 3px;
}

.widget-sidber-download-button a.active i {
  color: #fff;
}

.widget-sidber-download-button span i {
  float: right;
  display: inline-block;
  font-size: 16px;
}

.widget-sidber-download-button a.active span i {
  color: #fff;
}

.widget-sidber-download-button {
  margin-top: 45px;
}

/*================================
 <-- roadly blgo details Area Css -->
==================================*/
section.blog_details_area {
  padding: 120px 0;
}

.blog-details-thumb {
  margin-bottom: 50px;
}

p.blog-details-desc {
  font-size: 17px;
  line-height: 26px;
  color: #616161;
  font-weight: 400;
  margin-bottom: 26px;
}

section.blog_details_area .testi_single_box {
  background-color: #f5f6f8;
  padding: 35px 35px 40px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

section.blog_details_area .testi_single_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/home-three/test-shape3.png);
  background-repeat: no-repeat;
  background-position: center center;
  right: -140px;
  bottom: -138px;
  transition: 0.5s;
  filter: brightness(0) invert(1);
}

section.blog_details_area .testi_single_box:hover::before {
  filter: brightness(1) invert(0);
}

section.blog_details_area .testi_single_box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background: #e53825;
  z-index: -1;
  transition: 0.5s;
}

section.blog_details_area .testi_single_box:hover::after {
  height: 100%;
}

section.blog_details_area .author-content {
  text-align: left;
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: 0.5s;
}

section.blog_details_area h3.author-title {
  font-size: 24px;
  line-height: 30px;
  color: #0f1e36;
  font-weight: 600;
  transition: 0.5s;
}

section.blog_details_area .testi_single_box:hover h3.author-title {
  color: #fff;
}

section.blog_details_area span.author-text {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #616161;
  font-weight: 400;
  opacity: 1;
  transition: 0.5s;
}

.testi_single_box:hover span.author-text {
  color: #fff;
}

section.blog_details_area p.testi_des {
  font-size: 16px;
  line-height: 30px;
  color: #616161;
  font-weight: 400;
  opacity: 1;
  width: 100%;
  padding: 25px 0 35px;
  transition: 0.5s;
}

section.blog_details_area .testi_single_box:hover p.testi_des {
  color: #fff;
}

section.blog_details_area .testi_rating ul li {
  display: inline-block;
  color: #ffb328;
  font-size: 14px;
  letter-spacing: 5px;
  position: relative;
}

section.blog_details_area .autor-ratting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

section.blog_details_area .autor-ratting::before {
  position: absolute;
  content: "";
  width: 175px;
  height: 40px;
  background-color: #ffffff;
  left: -35px;
  bottom: -4px;
  border-radius: 0px 30px 30px 0;
}

section.blog_details_area .testi_single_box:hover .testi-icon {
  filter: brightness(0) invert(1);
}

h3.blog-details-title {
  font-size: 32px;
  line-height: 26px;
  color: #0f1e36;
  font-weight: 700;
  font-family: "Space Grotesk";
  margin: 50px 0 40px;
}

.blog-details-item-list ul li i {
  color: #e53825;
  font-size: 10px;
  margin-right: 20px;
  position: relative;
  top: -3px;
}

h2.blog-details-title2 {
  font-size: 32px;
  line-height: 26px;
  color: #0f1e36;
  font-weight: 700;
  margin: 50px 0 35px;
}

p.blog-details-desc.two {
  font-size: 17px;
  line-height: 26px;
  color: #616161;
  font-weight: 400;
}

p.details-desc1 {
  font-size: 17px;
  line-height: 30px;
  color: #616161;
  font-weight: 400;
  margin-bottom: 30px;
}

/* comment details */

.blog-details-comment-title {
  margin-bottom: 42px;
}

.blog-details-comment {
  display: flex;
  gap: 30px;
  margin-bottom: 55px;
}

.blog-details-comment.style-two {
  margin-left: 105px;
}

.blog-details-comment-title h4 {
  font-size: 32px;
  line-height: 26px;
  color: #0f1e36;
  font-weight: 700;
  font-family: "Space Grotesk";
}

.blog-details-comment-content h2 {
  font-size: 20px;
  line-height: 26px;
  color: #0f1e36;
  font-weight: 700;
}

.blog-details-comment-content span {
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #616161;
  font-weight: 400;
  margin-right: 20px;
}

.blog-details-comment-content p {
  font-size: 16px;
  line-height: 26px;
  color: #616161;
  font-weight: 400;
  margin: 25px 0 20px;
}

.blog-details-comment-reply a {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #0f1e36;
  font-weight: 600;
  font-family: "Space Grotesk";
}

.blog-details-comment-reply a i {
  display: inline-block;
  margin-right: 15px;
}

.blog-details-contact-title h4 {
  font-size: 32px;
  line-height: 26px;
  color: #0f1e36;
  font-weight: 700;
  margin-bottom: 25px;
}

.blog-detaild-reply-desc p {
  font-size: 17px;
  line-height: 26px;
  color: #616161;
  font-weight: 400;
}

/* comment contact form */
.contact-form-reply {
  background-color: #f5f6f8;
  padding: 40px 38px 60px;
}

.contact-comment-content h5 {
  font-size: 16px;
  line-height: 30px;
  color: #e53825;
  font-weight: 500;
  font-family: "DM Sans";
  margin-bottom: 15px;
}

.contact-comment-content h3 {
  font-size: 30px;
  line-height: 30px;
  color: #0f1e36;
  font-weight: 700;
  font-family: "Space Grotesk";
}

.blog-detaild-reply-desc p {
  font-size: 17px;
  line-height: 26px;
  color: #616161;
  font-weight: 400;
  margin-bottom: 55px;
}

.contact-input-box input {
  font-size: 17px;
  line-height: 30px;
  color: #616161;
  font-weight: 400;
  font-family: "DM Sans";
  width: 100%;
  border: 0;
  background: transparent;
  border-bottom: 1px solid rgba(97, 97, 97, 0.30196078431372547);
  outline: 0;
  padding: 28px 0 10px;
}

.contact-input-box textarea {
  font-size: 17px;
  line-height: 30px;
  color: #616161;
  font-weight: 400;
  font-family: "DM Sans";
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(97, 97, 97, 0.30196078431372547);
  width: 100%;
  outline: 0;
  padding: 28px 0 0px;
}

.blog-details-submit-button button {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Space Grotesk";
  width: 196px;
  height: 54px;
  background-color: #e53825;
  border: 0;
  margin-top: 50px;
}

/* weidget sidebar contact */
.widget-sidber-contact-box {
  background: url(../images/inner-img/sidber-contact.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  padding: 48px 43px 48px;
}

p.widget-sidber-contact-text {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
  padding: 25px 0 10px;
}

h3.widget-sidber-contact-number {
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 15px;
}

span.widget-sidber-contact-gmail {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}

span.widget-sidber-contact-gmail i {
  display: inline-block;
  font-size: 17px;
  color: #ff3b00;
  position: relative;
  top: 2px;
  margin-right: 6px;
}

.widget-sidber-contact-btn a {
  padding: 16px 70px 15px;
}

.widget-sidber-contact-btn a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  background: #ff3b00;
  padding: 16px 98px 15px;
  border-radius: 5px;
  margin-top: 55px;
  transition: 0.5s;
  border: 2px solid #ff3b00;
}

.widget-sidber-contact-btn a:hover {
  background: transparent;
  color: #ff3b00;
}

.widget-sidber-contact-btn a i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-left: 3px;
}

/*=====================================
<--roadly service details Area Css -->
=======================================*/

h4.services-details-title {
  font-size: 42px;
  line-height: 56px;
  color: #0f1e36;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-details-thumb {
  margin-bottom: 40px;
}

.process-title h3 {
  font-size: 30px;
  line-height: 56px;
  color: #0f1e36;
  font-weight: 600;
  margin-bottom: 22px;
}

.process-thumb {
  position: relative;
  overflow: hidden;
}

.process-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/inner-img/num-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  left: -100px;
  top: -65px;
}
span.process-num {
  display: inline-block;
  position: absolute;
  left: 22px;
  top: 15px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
}

.process-content h4 {
  font-size: 22px;
  line-height: 40px;
  color: #0f1e36;
  font-weight: 700;
  margin-top: 13px;
}

.process-content p {
  font-size: 16px;
  line-height: 27px;
  color: #616161;
  font-weight: 400;
}

.expert-title h2 {
  font-size: 30px;
  line-height: 56px;
  color: #0f1e36;
  font-weight: 600;
  margin: 36px 0 10px;
}

.expert-desc p {
  font-size: 17px;
  line-height: 26px;
  color: #616161;
  font-weight: 400;
}

.planing-title h2 {
  font-size: 30px;
  line-height: 56px;
  color: #0f1e36;
  font-weight: 600;
  margin: 40px 0 10px;
}

.planing-desc p {
  font-size: 17px;
  line-height: 26px;
  color: #616161;
  font-weight: 400;
  margin-bottom: 40px;
}

.single-plan-box {
  background-color: #f5f6f8;
  margin-bottom: 30px;
  padding: 30px 40px 30px;
}

.plan-content h2 {
  font-size: 26px;
  line-height: 60px;
  color: #0f1e36;
  font-weight: 700;
  margin-top: 10px;
  transition: 0.5s;
}

.plan-content h2:hover {
  color: #e53725;
}

.plan-content p {
  font-size: 16px;
  line-height: 28px;
  color: #616161;
  font-weight: 400;
}

.work-client-title {
  margin-top: 20px;
}

.work-client-title h2 {
  font-size: 30px;
  line-height: 42px;
  color: #0f1e36;
  font-weight: 600;
}

section.blog_details_area.service-details .testi_single_box {
  margin-top: 50px;
}

.gallery-title h3 {
  font-size: 30px;
  line-height: 42px;
  color: #0f1e36;
  font-weight: 600;
  margin: 50px 0 35px;
}

.gallery-thumb {
  position: relative;
  margin-bottom: 30px;
}

.gallery-thumb img {
  width: 100%;
  height: 300px;
}

span.plus-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 55px;
  border-radius: 35px;
  background-color: #e53825;
  color: #fff;
  text-align: center;
  font-size: 30px;
  border: 10px solid #fff;
  position: absolute;
  left: 0;
  top: 26%;
  right: 0;
  transform: translateY(-50%);
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: 0.5s;
}

.gallery-thumb:hover span.plus-icon {
  opacity: 1;
}

/*=====================================
<--roadly team details Area Css -->
=======================================*/
.team-details-area {
  padding: 120px 0 120px;
}

.team-member-title h5 {
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  color: #e53825;
  font-weight: 500;
  font-family: "DM Sans";
  margin-left: 52px;
  position: relative;
}

.team-member-title h5::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #e53825;
  left: -50px;
  top: 12px;
}

.team-member-title h5::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 1px;
  background-color: #e53825;
  left: -50px;
  top: 20px;
}

.team-member-title h4 {
  font-size: 40px;
  line-height: 60px;
  color: #0f1e36;
  font-weight: 700;
}

.member-desc {
  font-size: 17px;
  line-height: 30px;
  color: #616161;
  font-weight: 400;
  margin-bottom: 36px;
}

.team-member-content ul li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  width: 53%;
  text-transform: capitalize;
  font-size: 16px;
  color: #616161;
  font-weight: 400;
  margin-left: 24px;
  margin-bottom: 15px;
}

.team-member-content ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #e53825;
  left: -24px;
  top: 10px;
}

.team-member-content ul li span {
  width: 50%;
  font-size: 16px;
  text-transform: uppercase;
  color: #0f1e36;
  font-weight: 500;
}

/* team social */
.team-details-social-icon {
  margin-top: 45px;
}

.team-details-social-icon ul li {
  display: inline-block;
}

li.social-title {
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #e53825;
  font-weight: 500;
  position: relative;
  margin-right: 85px !important;
}

li.social-title::before {
  position: absolute;
  content: "";
  width: 47px;
  height: 1px;
  background-color: #e53825;
  right: -60px;
  top: 15px;
}

li.social-title {
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #e53825;
  font-weight: 500;
  position: relative;
  margin-right: 120px !important;
}

.team-details-social-icon ul li a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 22px;
  background-color: #f5f6f8;
  text-align: center;
  color: #e53825;
  transition: 0.5s;
  margin-right: 10px;
}

.team-details-social-icon ul li a:hover {
  background: #e53825;
  color: #fff;
}

/* team member info */
.team-member-info {
  padding-top: 125px;
}

.team-social-desc p {
  margin-top: 35px;
}

.team-member-info h2 {
  font-size: 32px;
  line-height: 30px;
  color: #0f1e36;
  font-weight: 700;
  padding-bottom: 50px;
}

.team-member-info p {
  font-size: 17px;
  line-height: 30px;
  color: #616161;
  font-weight: 400;
}

.contact_from_box {
  background-color: #f5f6f8;
  padding: 40px 40px 60px;
  margin-top: 55px;
}

.contact-info-content h5 {
  font-size: 16px;
  line-height: 30px;
  color: #e53825;
  font-weight: 500;
  font-family: "DM Sans";
}

.contact-info-content h3 {
  font-size: 30px;
  line-height: 30px;
  color: #0f1e36;
  font-weight: 700;
  margin: 17px 0 25px;
}

.team-details-area .form_box input {
  font-size: 17px;
  line-height: 30px;
  color: #616161;
  font-weight: 400;
  border: 0;
  background: transparent;
  border-bottom: 1px solid rgba(97, 97, 97, 0.30196078431372547);
  width: 100%;
  padding: 30px 0 6px;
  outline: 0;
}

.team-details-area .form_box textarea {
  font-size: 17px;
  line-height: 30px;
  color: #616161;
  font-weight: 400;
  border: 0;
  background: transparent;
  border-bottom: 1px solid rgba(97, 97, 97, 0.30196078431372547);
  width: 100%;
  padding: 30px 0 6px;
  outline: 0;
}

.send_button button {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  width: 196px;
  height: 54px;
  background-color: #e53825;
  border: 0;
  margin-top: 53px;
}

/* team skill */
.team-details-skills {
  padding-top: 125px;
}

.team-details-skills h4 {
  font-size: 32px;
  line-height: 30px;
  color: #0f1e36;
  font-weight: 700;
  margin-bottom: 49px;
}

.barfiller {
  width: 100%;
  position: relative;
  content: "";
  display: block;
  bottom: -7px;
  height: 7px;
  border-radius: 3px;
  background-color: #f5f6f8;
  margin-bottom: 35px;
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
}

span.fill {
  border-radius: 3px;
  background-color: #e53825 !important;
}

.prossess-ber-plugin span {
  margin: 0 0 6px;
  font-size: 15px;
  text-transform: uppercase;
  color: #616161;
  font-weight: 400;
}

.barfiller .tip {
  border-radius: 2px;
  z-index: 2;
  position: absolute;
  top: -40px;
  left: 0;
  padding: 3px 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #e53825;
  font-weight: 600;
}

/*=====================================
<-- roadly pricing Area Css -->
=======================================*/
.pricing-area.inner-style {
  padding: 120px 0 100px;
}

.inner-style .section_title h4 {
  background-color: #f5f6f8;
}

.pricing-area.inner-style .section_title.text-center {
  margin-bottom: 125px;
}

.single-pricing-box {
  background: url(../images/inner-img/pricing-box-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 82px 50px 50px;
  margin-bottom: 20px;
  transition: 0.5s;
  position: relative;
}

.pricing-icon {
  position: relative;
  transition: 0.5s;
}

.pricing-icon span {
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 55px;
  background-color: #fff;
  text-align: center;
  position: absolute;
  left: 105px;
  top: -134px;
  transition: 0.5s;
}

.pricing-icon span::before {
  position: absolute;
  content: "";
  width: 140px;
  height: 140px;
  line-height: 140px;
  border-radius: 70px;
  background-color: #f5f6f8;
  text-align: center;
  left: -15px;
  top: -12px;
  z-index: -1;
  transition: 0.5s;
}

.single-pricing-box:hover .pricing-icon span {
  background: #e53725;
}

.single-pricing-box:hover .pricing-icon span img {
  filter: brightness(0) invert(1);
}

.pricing-title h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #041424;
  font-weight: 700;
  font-family: "Space Grotesk";
  text-align: center;
  margin-bottom: 20px;
}

.pricing-list ul li {
  font-size: 17px;
  color: #616161;
  font-weight: 400;
}

.pricing-rate h1 {
  font-size: 45px;
  line-height: 50px;
  text-transform: uppercase;
  color: #041424;
  font-weight: 700;
  font-family: "Space Grotesk";
  text-align: center;
  margin: 22px 0 45px;
}

.pricing-button {
  text-align: center;
}

.pricing-button a {
  display: inline-block;
  font-size: 18px;
  color: #0f1e36;
  font-weight: 500;
  font-family: "Space Grotesk";
  border-radius: 28px;
  background-color: #fff;
  padding: 12px 50px;
  transition: 0.5s;
}

.single-pricing-box:hover .pricing-button a {
  color: #fff;
  background: #e53725;
}

.pricing-list {
  padding-left: 40px;
}

.pricing-list ul li {
  font-size: 17px;
  line-height: 50px;
  color: #616161;
  font-weight: 400;
  position: relative;
}

.pricing-list ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #e53825;
  left: -34px;
  top: 22px;
  z-index: 1;
}

.pricing-list ul li::after {
  position: absolute;
  content: "";
  left: -39px;
  top: 17px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #ffffff;
}

/* ================ All Animation CSS ===================*/

.rotate {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-position: center center;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotates {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.9s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-position: center center;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate-slow {
  animation-name: float-bob5;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate-3 {
  animation-name: float-bob6;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob6;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob6;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob6;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}
@keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@keyframes float-bob6 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

/*--==============================================->
  <!-- roadly Animation Dance -->
 ==================================================-*/
.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
  animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.dance {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}

.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
  animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(25px, -25px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -25px, 25px);
  }
}

.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes watermark-animate {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

/*===========================
<-- Loader Css -->
=============================*/
/* PRELOADER CSS */
.loading-screen {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e53925;
  z-index: 1000;
}

.loading-screen .bar {
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: #e53925;
}

.loading-screen .top-bar {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}

.loading-screen .down-bar {
  bottom: 0;
  top: auto;
  right: 0;
  left: auto;
}

.loading-screen .animation-preloader {
  z-index: 1000;
}

.loading-screen .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 4px solid #e2dfdd;
  border-top-color: #1a1a1a;
  width: 150px;
  height: 150px;
  margin: 0 auto 3.5em auto;
}

.loading-screen .animation-preloader .txt-loading {
  font: bold 5em "", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.loading-screen .animation-preloader .txt-loading .letters-loading {
  color: #e2dfdd;
  position: relative;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #010103;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.loading-screen
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading-screen
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loading-screen
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.loading-screen
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.loading-screen
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.loading-screen
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.loading-screen
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .loading-screen .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  .loading-screen .animation-preloader .txt-loading {
    font: bold 3.5em "Inter", sans-serif;
  }
}

@media screen and (max-width: 500px) {
  .loading-screen .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .loading-screen .animation-preloader .txt-loading {
    font: bold 2em "Inter", sans-serif;
  }
}

.equpnts{
  padding: 50px 0 45px;
  background: #000034;
  margin-top: 65px;
}
.eqmnts-cont li{
  display: inline-block;
    width: 33%;
    border: 1px solid #1a2843;
    margin-bottom: 15px;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
}
.eqmnts-cont li span{
  display: block;
    font-size: 12px;
    font-weight: 200;
}
.vwal-btn{
  margin-top: 20px;
  text-align: center;
}
.vwal-btn a{
  color: #fff;
  background: #f3be24;
  padding: 10px 30px;
  border-radius: 2px
}
.marg-auto{
  margin: auto;
  display: block;
}
.footer-bottom-content-copy p a{
  color: #ffc10c
}
.foter-contact li{
  margin: 17px 5px 13px;
  width: 88%;
  font-size: 15px;
  line-height: 30px;
  color: #e3e3e3;
  font-weight: 300;
  border-bottom: 1px solid #3f4a5d;
  padding: 0 0 15px;
}
.foter-contact li i{
      color: #ffc10c;
}
.foter-contact li a{
  color: #e3e3e3;
  margin-left: 5px
}
.mv-ttl{
  font-size: 24px;
  line-height: 20px;
  margin-bottom: 12px; 
  margin-top:25px;
      color: #f3be24;
}
.mv-cont{
 margin: 0 0 22px;
    padding: 0;
    line-height: 30px;
    font-size: 15px;
    color: #333; 
}
.serv-img{
  width: 100%
}
tbody tr td{
  font-size: 13px;
  line-height: 22px
}
thead tr th{
  font-size: 14px;
  line-height: 22px
}


.gallery { display: inline-block;}
.gallery img { 
  width: 33%;  
  cursor: pointer; 
  border-radius: 5px; 
  margin-bottom: 10px;
}
.lightbox { 
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background: rgba(0, 0, 0, 0.8); 
  display: none; 
  align-items: center; 
  justify-content: center;
  z-index: 999;
}
.lightbox img { 
  max-width: 90%; 
  max-height: 90vh; 
  border-radius: 10px; 
}
.prev, .next { 
  position: absolute; 
  top: 50%; 
  transform: translateY(-50%); 
  background: rgba(255, 255, 255, 0.5); 
  padding: 10px; 
  cursor: pointer; 
}
.prev { 
  left: 10px; 
}
.next { 
  right: 10px; 
}
.close { 
  position: absolute; 
  top: 10px; 
  right: 20px; 
  font-size: 30px; 
  color: white; 
  cursor: pointer; 
}
.table>:not(caption)>*>*{
     color: var(--bs-table-color-state, var(--bs-table-color-type, #000034));
}
.map-hm{
 width: 60%;
    margin: auto;
    display: block; 
}