@import url(https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800&family=Nunito+Sans:wght@400;600;700;800;900&display=swap);

@import url(fonts/ionicons/css/ionicons.css);

@import url(bootstrap.min.css);

@import url(../plugins/menu/ma5-menu.css);

@import url(../plugins/aos/aos.css);

@import url(../plugins/slick/slick.css);

@import url(../plugins/slick/slick-theme.css);

@import url(../plugins/fancybox/jquery.fancybox.css);

html {

  scroll-behavior: smooth;

}

body {

  position: relative;

  font-family: Mulish, sans-serif;

  font-size: 16px;

  line-height: 30px;

  color: #484c58;

  overflow-x: hidden;

  webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}

.main_wrapper {

  position: relative;

}

h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: "Nunito Sans", sans-serif;

  font-weight: 600;

  margin: 0;

}

h1 {

  font-size: 36px;

}

h2 {

  font-size: 30px;

}

h3 {

  font-size: 24px;

}

h4 {

  font-size: 20px;

}

h5 {

  font-size: 18px;

}

h6 {

  font-size: 16px;

}

p {

  margin-bottom: 0;

  font-family: Mulish, sans-serif;

}

a,

a:hover {

  color: #f89b3b;

  text-decoration: none;

  transition: 0.5s;

  outline: 0;

}

.container {

  position: relative;

}

@media screen and (min-width: 1200px) {

  .container {

    max-width: 1170px;

    padding: 0;

  }

}

.clearfix {

  clear: both;

}

table {

  margin-bottom: 10px;

  border: 1px solid #eee;

}

img {

  max-width: 100%;

}

.section {

  position: relative;

  padding-top: 60px;

  padding-bottom: 60px;

}
.section + .section {
  padding-top: 0;
}

.pd_tp_75 {

  padding-top: 75px;

}

.facebook a {

  color: #345895;

}

.twitter a {

  color: #00a0ee;

}

.instagram a {

  color: #4c57ea;

}

.button {

  position: relative;

  min-width: 200px;

  display: inline-block;

  font-family: "Nunito Sans", sans-serif;

  font-size: 14px;

  line-height: 26px;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 0;

  text-align: center;

  text-decoration: none;

  outline: 0;

  padding: 13px 30px;

  background: #f89b3b;

  color: #fff;

  border: 2px solid transparent;

  border-radius: 4px;

  overflow: hidden;

  cursor: pointer;

  backface-visibility: hidden;

  transition: 0.5s;

}

.button:hover {

  background: #eb6f1c;

  color: #fff;

  transition: 0.5s;

}

.button.alt {

  background: #fff;

  color: #f89b3b;

}

.button.alt:hover {

  background: #f89b3b;

  color: #fff;

}

.header {

  position: relative;

  background: #f8f7f7;

  z-index: 3;

}

.header .top_bar {

  position: relative;

  background: #1e1e2a;

  z-index: 2;

}

.header .top_bar .top_bar_inner {

  display: flex;

  align-items: center;

  justify-content: flex-end;

  flex-flow: row wrap;

}

.header .header_info {

  display: flex;

  align-items: center;

  border-left: 1px solid rgba(255, 255, 255, 0.1);

  margin-left: 40px;

  flex-flow: row wrap;

}

.header .schedule {

  position: relative;

  font-family: "Nunito Sans", sans-serif;

  font-size: 14px;

  font-weight: 400;

  letter-spacing: 1px;

  display: flex;

  align-items: center;

  justify-content: center;

  flex: auto;

  color: #fff;

  margin: 0 40px;

}

.header .schedule img {

  margin-right: 15px;

}

.header .schedule span {

  color: #f89b3b!important;

}

.header .phone {

  position: relative;

  font-family: Mulish, sans-serif;

  font-weight: 700;

  display: flex;

  align-items: center;

  justify-content: center;

  flex: auto;

  background: #f89b3b;

  color: #fff;

  line-height: 18px;

  padding: 20px 30px;

}

.header .phone > * {

  position: relative;

}

.header .phone img {

  margin-right: 10px;

}

.header .phone span {

  font-family: "Nunito Sans", sans-serif;

  font-weight: 600;

}

.header .phone::before {

  content: "";

  position: absolute;

  left: 7px;

  top: 7px;

  width: calc(100% - 14px);

  height: calc(100% - 14px);

  background: #f89b3b;

  border: 1px dashed #f9d188;

}

.header .header_social .top_social {

  padding: 0;

  margin-bottom: 0;

}

.header .header_social .top_social li {

  list-style: none;

  display: inline-block;

  position: relative;

  text-transform: uppercase;

  padding: 0 15px;

}

.header .header_social .top_social li:first-child {

  padding-left: 0;

}

.header .header_social .top_social li:last-child {

  padding-right: 0;

}

.header .header_social .top_social li a {

  font-size: 20px;

  text-align: center;

  color: #fff;

  display: block;

  outline: 0;

}

.header .header_social .top_social li a:hover {

  color: #f89b3b;

}

.header .ma5menu__toggle {

  background: 0 0;

  width: 40px;

  height: 40px;

  line-height: 38px;

  padding: 0;

  color: #f89b3b;

  font-size: 24px;

  border: 1px solid #f89b3b;

  display: none;

  transition: 0.5s;

}

.header .ma5menu__toggle:focus {

  outline: 0;

}

.header .ma5menu__toggle:hover {

  background: #f89b3b;

  color: #fff;

}

.header .header_search {

  margin: 10px 30px 0;

}

.header .header_search .search_form {

  max-width: 250px;

  width: 140px;

  position: relative;

  border: 0 solid transparent;

  transition: 0.5s;

}

.header .header_search .search_form .form-control {

  font-family: Mulish, sans-serif;

  font-size: 14px;

  padding: 0 0 0 50px;

  height: 50px;

  border: 0 solid #eb6f1c;

  border-radius: 30px;

  color: #f89b3b;

  background: #f89b3b;

  transition: 0.5s;

  width: 100%;

}

.header .header_search .search_form .form-control:focus {

  box-shadow: none;

}

.header .header_search .search_form.active {

  width: 100%;

}

.header .header_search .search_form .form-control-submit {

  position: absolute;

  top: 0;

  left: 30px;

  border: 0;

  background: 0 0;

  padding: 0;

  font-size: 22px;

  line-height: 50px;

  color: #e33134;

  cursor: pointer;

}

.header .header_search .search_form .form-control-submit:focus {

  outline: 0;

}

.header .header_search .search_form ::-webkit-input-placeholder {

  font-family: Mulish, sans-serif;

  font-size: 14px;

  font-weight: 400;

  font-style: italic;

  color: #f89b3b;

}

.header .header_search .search_form ::-moz-placeholder {

  font-family: Mulish, sans-serif;

  font-size: 14px;

  font-weight: 400;

  font-style: italic;

  color: #f89b3b;

}

.header .header_search .search_form :-ms-input-placeholder {

  font-family: Mulish, sans-serif;

  font-size: 14px;

  font-weight: 400;

  font-style: italic;

  color: #f89b3b;

}

.header .header_search .search_form :-moz-placeholder {

  font-family: Mulish, sans-serif;

  font-size: 14px;

  font-weight: 400;

  font-style: italic;

  color: #f89b3b;

}

.header .header_search .search_form :placeholder {

  font-family: Mulish, sans-serif;

  font-size: 14px;

  font-weight: 400;

  font-style: italic;

  color: #f89b3b;

}

.header .logo {

  position: absolute;

  z-index: 3;

  text-align: center;

}

.header .logo a {

  display: inline-block;

}

.header .logo img {

  transition: 0.5s;

}

.header .middle_bar_inner {

  display: flex;

  justify-content: space-between;

  align-items: center;

  min-height: 60px;

}

.header .header_right_part {

  position: relative;

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-left: auto;

}

.header .mainnav ul.main_menu {

  padding: 0;

  margin: 0;

}

.header .mainnav ul.main_menu li {

  border: 0;

  list-style: none;

  display: inline-block;

  position: relative;

  font-size: 14px;

  font-weight: 500;

  line-height: 24px;

}

.header .mainnav ul.main_menu li a {

  border: 0;

  list-style: none;

  display: inline-block;

  position: relative;

  font-family: "Nunito Sans", sans-serif;

  font-size: 17px;

  font-weight: 700;

  line-height: 24px;

  text-decoration: none;

  text-align: center;

  color: #eb6f1c;

  padding: 38px 0;

}

.header .mainnav ul.main_menu li:hover > ul {

  opacity: 1;

  visibility: visible;

  transform: translate3d(0, 0, 0);

}

.header .mainnav ul.main_menu li.active > a,

.header .mainnav ul.main_menu li.current > a,

.header .mainnav ul.main_menu li:hover > a {

  color: #f89b3b;

}

.header .mainnav ul.main_menu li ul {

  position: absolute;

  left: 0;

  opacity: 0;

  visibility: hidden;

  min-width: 250px;

  margin: 0;

  padding: 0;

  z-index: 5;

  transition: 0.5s;

  transform: translate3d(15px, 0, 0);

  background: #f89b3bd1;

  border-top: 3px solid #f89b3b;

  border-radius: 0 0 10px 10px;

}

.header .mainnav ul.main_menu li ul li {

  width: 100%;

  padding: 0 25px;

}

.header .mainnav ul.main_menu li ul li a {

  font-size: 16px;

  font-weight: 600;

  color: #fff;

  padding: 13px 20px;

  width: 100%;

  text-decoration: none;

  text-align: left;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

.header .mainnav ul.main_menu li ul li a:hover {

  color: #f89b3b;

}

.header .mainnav ul.main_menu li ul li:last-child a {

  border-bottom: 0 solid rgba(255, 255, 255, 0.1);

}

.header .mainnav ul.main_menu li ul li.menu-item-has-children > a:before {

  content: "\f363";

  font-family: Ionicons;

  position: absolute;

  top: 50%;

  right: 0;

  transform: translateY(-50%);

}

.header .mainnav ul.main_menu li ul ul {

  left: calc(100% + 5px);

  top: 0;

  border-top: 0 solid #f89b3b;

  border-radius: 10px;

}

.header .mainnav ul.main_menu li ul ul ul ul {

  left: auto;

  right: calc(100% + 5px);

}

.header .mainnav ul.main_menu > li {

  margin: 0 25px;

}

.header .mainnav ul.main_menu > li:first-child {

  margin-left: 0;

}

.header .mainnav ul.main_menu > li:last-child {

  margin-right: 0;

}

.theme_slider_1 .slider {

  background-position: top center;

}

.theme_slider_1 .slider .slide_content {

  position: relative;

  z-index: 1;

  padding-top: 15%;

  padding-bottom: 15%;

  color: #fff;

}

.theme_slider_1 .slider .slide_content span {

  color: #f89b3b;

}

.theme_slider_1 .slider .slide_content .sub_heading {

  font-family: Mulish, sans-serif;

  font-weight: 800;

  text-transform: uppercase;

}

.theme_slider_1 .slider .slide_content .heading {

  font-size: 72px;

  font-weight: 800;

  line-height: 78px;

  margin: 35px 0 45px;

  text-shadow: #0a0a0aa6 1px 0 10px;

}

.theme_slider_1 .slider .slide_content .desc {

  font-size: 20px;

  font-weight: 600;

  line-height: 24px;

  border-left: 3px solid #f89b3b;

  padding-left: 20px;

}

.theme_slider_1 .slider .slider_button {

  margin-top: 35px;

}

.theme_slider_1 .slider .slider_button .button {

  font-weight: 800;

  letter-spacing: 0;

}

.theme_slider_2 .registration_form :-ms-input-placeholder {

  font-family: Mulish, sans-serif;

  font-size: 18px;

  font-weight: 500;

  color: #f89b3b;

}

.theme_slider_2 .registration_form :-moz-placeholder {

  font-family: Mulish, sans-serif;

  font-size: 18px;

  font-weight: 500;

  color: #f89b3b;

}

.theme_slider_2 .registration_form :placeholder {

  font-family: Mulish, sans-serif;

  font-size: 18px;

  font-weight: 500;

  color: #f89b3b;

}

.testimonial .slick-list {

  margin: 0 -15px;

}

.testimonial .slick-slide {

  margin: 0 15px;

  outline: 0;

}

.testibox1 {

  position: relative;

  padding-top: 30px;

  padding-bottom: 50px;

}

.testibox1 .testibox_inner {

  position: relative;

  background: #f8f7f7;

  padding: 30px 40px 40px 45px;

  border-left: 4px solid #ffb588;

  border-top: 4px solid #ffb588;

  border-radius: 10px;

}

.testibox1 .testibox_inner:before {

  content: url("../images/border_radius_shape.png");

  position: absolute;

  bottom: 5px;

  right: 13px;

  z-index: 2;

}

.testibox1 .testibox_inner:after {

  content: url("../images/arrow.png");

  position: absolute;

  top: 100%;

  left: 40px;

  z-index: 2;

}

.testibox1:before {

  content: url("../images/quote.svg");

  position: absolute;

  top: 0;

  right: 50px;

  z-index: 2;

}

.testibox1 .testi-top {

  position: relative;

  display: flex;

  align-items: center;

  margin-top: 35px;

}

.testibox1 .testi-img {

  width: 60px;

  height: auto;

  border-radius: 100%;

  overflow: hidden;

  border: 2px solid #f89b3b;

  margin-right: 25px;

}

.testibox1 h4 {

  font-weight: 700;

  color: #eb6f1c;

}

.testibox1 h6 {

  font-size: 14px;

  line-height: 26px;

  font-weight: 700;

  color: #f89b3b;

}

.testibox1 p {

  font-size: 17px;

  font-weight: 500;

  line-height: 28px;

  color: #656a7c;

}

.testibox1 ul {

  padding: 0;

  margin-bottom: 20px;

}

.testibox1 ul li {

  display: inline-block;

  font-size: 18px;

  color: #f8f7f7;

}

.testibox1 ul li.text {

  font-family: "Nunito Sans", sans-serif;

  font-size: 16px;

  font-weight: 700;

  color: #eb6f1c;

  margin-right: 10px;

}

.iconbox {

  position: relative;

  margin: 0 0 30px;

  box-shadow: 0 0 30px rgba(255, 59, 62, 0.09);

}

.iconbox .iconbox_wrapper {

  border-radius: 0;

  display: block;

  text-align: left;

}

.iconbox .iconbox_wrapper .iconbox_image {

  position: relative;

}

.iconbox .iconbox_wrapper .iconbox_image img {

  width: 100%;

}

.iconbox .iconbox_wrapper .iconbox_icon {
  display: block;
  position: absolute;

  right: 50px;

  bottom: -33px;

  z-index: 1;

  border-radius: 100%;

}

.iconbox .iconbox_wrapper .iconbox_icon img {

  width: auto;
  margin-bottom: 5px;

}

.iconbox .iconbox_wrapper .iconbox_icon a,
.iconbox .iconbox_wrapper .iconbox_icon span {

  position: relative;

  width: 66px;

  height: 66px;

  line-height: 66px;

  display: inline-block;

  text-align: center;

  font-size: 18px;

  color: #fff;

  border-radius: 100%;

  margin: 0 auto;

  background: #f89b3b;

}

.iconbox .iconbox_wrapper .iconbox_icon a:before {

  content: "";

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translateX(-50%) translateY(-50%);

  display: block;

  width: 80px;

  height: 80px;

  z-index: -1;

  border: 7px solid #ffb23ba8;

  border-radius: 100%;

}

.iconbox .iconbox_wrapper .iconbox_content {

  position: relative;

  background: #fff;

  padding: 45px 35px 45px 45px;

  margin: 0;

}

.iconbox .iconbox_wrapper .iconbox_content h3 {

  font-weight: 700;

  line-height: 30px;

  text-transform: capitalize;

  color: #000;

  margin-bottom: 20px;

}

.iconbox .iconbox_wrapper .iconbox_content h3 a {

  color: #000;

}

.iconbox .iconbox_wrapper .iconbox_content h3 a:hover {

  color: #f89b3b;

}

.iconbox .iconbox_wrapper .iconbox_content p {

  font-size: 18px;

  color: #656a7c;

  font-weight: 600;

  line-height: 30px;

  margin-bottom: 0;

}

.iconbox .iconbox_wrapper .iconbox_content .read_more {

  margin-top: 30px;

}

.iconbox .iconbox_wrapper .iconbox_content .read_more a {

  position: relative;

  font-family: "Nunito Sans", sans-serif;

  font-size: 16px;

  font-weight: 700;

  text-transform: uppercase;

  color: #f89b3b;

  padding-left: 25px;

  display: inline-block;

  overflow: hidden;

}

.iconbox .iconbox_wrapper .iconbox_content .read_more a span {

  position: relative;

  z-index: 2;

  background: #fff;

}

.iconbox .iconbox_wrapper .iconbox_content .read_more a::before {

  content: "\f30f";

  font-family: Ionicons;

  position: absolute;

  left: 0;

  font-size: 22px;

  font-weight: 400;

  color: #f89b3b;

  transition: 0.7s;

}

.iconbox .iconbox_wrapper .iconbox_content .read_more a:hover {

  padding-left: 0;

  padding-right: 25px;

  color: #f89b3b;

}

.iconbox .iconbox_wrapper .iconbox_content .read_more a:hover::before {

  left: calc(100% - 15px);

}

.iconbox2 {

  position: relative;

  margin: 0 0 30px;

}

.iconbox2 .iconbox_wrapper {

  border-radius: 0;

  display: block;

  text-align: left;

}

.iconbox2 .iconbox_wrapper .iconbox_image {

  position: relative;

}

.iconbox2 .iconbox_wrapper .iconbox_image img {

  width: 100%;

}

.iconbox2 .iconbox_wrapper .iconbox_content {

  position: relative;

  background: #1B2A48;

  padding: 45px;

  margin: -135px 20px 0;

  transition: 0.5s;

  text-align: center;

}

.iconbox2 .iconbox_wrapper .iconbox_content:after {

  content: "";

  position: absolute;

  right: 0;

  bottom: 0;

  display: block;

  width: 55px;

  height: 55px;

  background: #f89b3b;

}

.iconbox2 .iconbox_wrapper .iconbox_content h3 {

  font-weight: 700;

  text-transform: capitalize;

  color: #f89b3b;

  margin-bottom: 20px;

}

.iconbox2 .iconbox_wrapper .iconbox_content h3 a {

  color: #f89b3b;

}

.iconbox2 .iconbox_wrapper .iconbox_content p {

  font-size: 18px;

  color: #fff;

  font-weight: 600;

  line-height: 30px;

  margin-bottom: 0;

}

.iconbox2 .iconbox_wrapper .iconbox_content .read_more {

  margin-top: 30px;

}

.iconbox2 .iconbox_wrapper .iconbox_content .read_more a {

  position: relative;

  font-family: "Nunito Sans", sans-serif;

  font-size: 16px;

  font-weight: 700;

  text-transform: uppercase;

  color: #fff;

  padding-left: 25px;

  display: inline-block;

  overflow: hidden;

}

.iconbox2 .iconbox_wrapper .iconbox_content .read_more a span {

  position: relative;

  z-index: 2;

}

.iconbox2 .iconbox_wrapper .iconbox_content .read_more a::before {

  content: "\f30f";

  font-family: Ionicons;

  position: absolute;

  left: 0;

  font-size: 22px;

  font-weight: 400;

  color: #f89b3b;

  transition: 0.7s;

}

.iconbox2 .iconbox_wrapper .iconbox_content .read_more a:hover {

  padding-left: 0;

  padding-right: 25px;

}

.iconbox2 .iconbox_wrapper .iconbox_content .read_more a:hover::before {

  left: calc(100% - 15px);

}

.iconbox2 .iconbox_wrapper:hover .iconbox_content {

  background: #f89b3b;

}

.iconbox2 .iconbox_wrapper:hover .iconbox_content .read_more a,

.iconbox2 .iconbox_wrapper:hover .iconbox_content .read_more a::before,

.iconbox2 .iconbox_wrapper:hover .iconbox_content h3 a {

  color: #fff;

}

.iconbox2.second .iconbox_content {

  background: #1B2A48;

}

.iconbox2.third .iconbox_content {

  background: #1B2A48;

}

.iconbox2.third .iconbox_content .read_more a {

  color: #fff;

}

.iconbox2.third .iconbox_content .read_more a::before {

  color: #f89b3b;

}

.iconbox3 {

  position: relative;

  background: #263d6a;

  margin: 0;

  overflow: hidden;

  transition: 0.5s;

  min-height: 360px;

}

.iconbox3 .iconbox_wrapper {

  display: flex;

  padding: 60px 40px;

}

.iconbox3 .iconbox_wrapper .iconbox_image {

  position: relative;

  margin-right: 45px;

  min-width: 70px;

}

.iconbox3 .iconbox_wrapper .iconbox_icon img,

.iconbox3 .iconbox_wrapper .iconbox_image img {

  width: auto;

}

.iconbox3 .iconbox_wrapper .iconbox_icon .first_icon {

  position: absolute;

  left: 0;

  top: 0;

  transition: 0.5s;

}

.iconbox3 .iconbox_wrapper .iconbox_icon .second_icon {

  position: absolute;

  left: 0;

  top: 0;

  opacity: 0;

  visibility: hidden;

  transition: 0.5s;

}

.iconbox_icon span {
   transition: transform .5s ease-in-out;
}

.iconbox_icon span:hover {
  transform: rotate(360deg);
}


.iconbox3 .iconbox_wrapper .iconbox_content {

  position: relative;

  padding: 0;

  margin: 0;

  z-index: 1;

}

.iconbox3 .iconbox_wrapper .iconbox_content h3 {

  font-weight: 700;

  line-height: 30px;

  text-transform: capitalize;

  color: #f89b3b;

  margin-bottom: 20px;

}





.iconbox3 .iconbox_wrapper .iconbox_content h3 a,

.iconbox3 .iconbox_wrapper .iconbox_content h3 a:hover {

  color: #f89b3b;

}

.iconbox3 .iconbox_wrapper .iconbox_content p {

  font-size: 18px;

  color: #fff;

  font-weight: 600;

  line-height: 30px;

  margin-bottom: 0;

}

.iconbox3 .iconbox_wrapper .iconbox_content .read_more {

  margin-top: 30px;

}

.iconbox3 .iconbox_wrapper .iconbox_content .read_more a {

  position: relative;

  font-family: "Nunito Sans", sans-serif;

  font-size: 16px;

  font-weight: 700;

  text-transform: uppercase;

  color: #fff;

  padding-left: 25px;

  display: inline-block;

  overflow: hidden;

}

.iconbox3 .iconbox_wrapper .iconbox_content .read_more a span {

  position: relative;

  z-index: 2;

}

.iconbox3 .iconbox_wrapper .iconbox_content .read_more a::before {

  content: "\f30f";

  font-family: Ionicons;

  position: absolute;

  left: 0;

  font-size: 22px;

  font-weight: 400;

  color: #f89b3b;

  transition: 0.7s;

}

.iconbox3 .iconbox_wrapper .iconbox_content .read_more a:hover {

  padding-left: 0;

  padding-right: 25px;

  color: #f89b3b;

}

.iconbox3 .iconbox_wrapper .iconbox_content .read_more a:hover::before {

  left: calc(100% - 15px);

}

.iconbox3.first:after {

  content: url("../images/services/shadow_icon1.png");

  position: absolute;

  right: 25px;

  bottom: 15px;
  opacity: 0.4;

}

.iconbox3.second {

  background: #1B2A48;

}

.iconbox3.second:after {

  content: url("../images/services/shadow_icon2.png");

  position: absolute;

  right: 25px;

  bottom: 15px;
   opacity: 0.4;

}

.iconbox3.third {

  background: #263d6a;

}

.iconbox3.third:after {

  content: url("../images/services/shadow_icon3.png");

  position: absolute;

  right: 25px;

  bottom: 15px;
 opacity: 0.4;
}

.iconbox3.third .iconbox_content .read_more a,

.iconbox3.third .iconbox_content p {

  color: #fff;

}

.iconbox3.third .iconbox_content .read_more a::before {

  color: #f89b3b;

}

.iconbox3:hover {

  opacity:0.94;

  transition: 0.5s;

}

.iconbox3:hover.second {

  opacity:0.94;

  transition: 0.5s;

}

.iconbox3:hover.third {

  opacity:0.94;

  transition: 0.5s;

}

.iconbox3:hover .iconbox_wrapper .iconbox_icon .first_icon {

  opacity: 0;

  visibility: hidden;

}

.iconbox3:hover .iconbox_wrapper .iconbox_icon .second_icon {

  opacity: 1;

  visibility: visible;

}

.iconbox3:hover .iconbox_content .read_more a,

.iconbox3:hover .iconbox_content .read_more a::before,

.iconbox3:hover .iconbox_content .read_more a:hover,

.iconbox3:hover .iconbox_content h3 a,

.iconbox3:hover .iconbox_content h3 a:hover,

.iconbox3:hover .iconbox_content p {

  color: #fff;

}

.explore_all {

  font-weight: 700;

  line-height: 24px;

  text-align: center;

  color: #656a7c;

  margin-top: 20px;

}



.explore_all span {

  color: #f89b3b;

}

.services {

  background: #fafafa;

}

.services_1 {

  background: #fff4f4;

  padding-bottom: 150px;

}

.service_box {

  position: relative;

  overflow: hidden;

  text-align: left;

  background: #13131c;

  padding: 40px 50px;

  margin-bottom: 20px;

  border-radius: 10px;

}

.service_box * {

  position: relative;

  z-index: 2;

}

.service_box .shadow_icon {

  position: absolute;

  right: 7px;

  top: 7px;

  z-index: 1;

}

.service_box h3 {

  font-size: 22px;

  font-weight: 700;

  color: #f89b3b;

  margin-bottom: 6px;

}

.service_box p {

  font-weight: 600;

  color: #fff;

  line-height: 24px;

}

.service_box.second {

  background: #1e1e2a;

}

.service_box.second h3 {

  color: #f89b3b;

}

.service_box.second p {

  color: #fff;

}

.service_box.third {

  background: #442121;

}

.service_box.third h3 {

  color: #f89b3b;

}

.service_box.third p {

  color: #fff;

}

.service_testimonial {

  padding: 40px 0;

}

.service_testimonial .section_header .section_title {

  font-size: 36px;

  line-height: 44px;

}

.widget.widget_menu {

  padding: 0;

  background: 0 0;

}

.sidenav ul {

  padding: 0;

  margin: 0;

}

.sidenav ul li {

  list-style: none;

  margin-top: -1px;

  color: #000;

}

.sidenav ul li a {

  position: relative;

  font-family: "Nunito Sans", sans-serif;

  font-size: 16px;

  font-weight: 700;

  text-transform: capitalize;

  line-height: 22px;

  color: #222;

  list-style: none;

  padding: 11px 30px;

  display: flex;

  align-items: center;

  border: none;

}

.sidenav ul li a i {

  font-size: 36px;

  margin-right: 15px;

  color: #f89b3b;

}

.sidenav ul li.active a {

  background: #f89b3b;

  color: #fff;

}

.sidenav ul li.active a i {

  color: #fff;

}

.widget.widget_side_contact {

  padding: 0;

  background: 0 0;

}

.side_contact {

  position: relative;

  border-radius: 3px;

  overflow: hidden;

  background: #f89b3b;

}

.side_contact .side_contact_top {

  position: relative;

  background: #442121;

  padding: 25px 30px;

  border-radius: 3px;

}

.side_contact .side_contact_top .side_contact_inner {

  position: relative;

  color: #fff;

  padding: 15px 20px;

  border: 1px dashed #f89b3b;

  background: #592b24;

}

.side_contact .side_contact_top .side_contact_inner p {

  position: relative;

  z-index: 1;

  font-size: 14px;

  margin-bottom: 5px;

  color: #f89b3b;

}

.side_contact .side_contact_top .side_contact_inner h4 {

  position: relative;

  z-index: 1;

  font-weight: 500;

}

.side_contact .side_contact_top img {

  position: absolute;

  bottom: 0;

  right: 8px;

}

.side_contact .side_phone_inner {

  position: relative;

  font-size: 24px;

  font-weight: 800;

  display: flex;

  align-items: center;

  justify-content: center;

  flex: auto;

  color: #fff;

  line-height: 32px;

  padding: 15px 30px;

  word-break: break-word;

}

.side_contact .side_phone_inner > * {

  position: relative;

  text-align: left;

}

.side_contact .side_phone_inner img {

  max-width: 50px;

  margin-right: 15px;

}

.faq {

  padding-bottom: 0;

}

.faq_imgbox {

  margin-top: 20px;

  position: absolute;

  left: 0;

  bottom: 0;

}

.accordion {

  margin-bottom: 80px;

}

.accordion .item {

  position: relative;

  margin: 0 0 12px;

  background: #eee;

  border-radius: 10px;

  transition: 0.7s;

}

.accordion .item .accordion_tab {

  position: relative;

  padding: 17px 25px 17px 30px;

  cursor: pointer;

}

.accordion .item .accordion_tab .accordion_title {

  position: relative;

  font-size: 18px;

  line-height: 30px;

  font-weight: 700;

  color: #173f21;

  padding-right: 50px;

}

.accordion .item .accordion_tab .accordion_title span {

  font-family: Mulish, sans-serif;

  font-size: 20px;

  color: #f89b3b;

  margin-right: 5px;

}

.accordion .item .accordion_tab .accordion_tab_icon {

  position: absolute;

  right: 30px;

  top: 50%;

  transform: translateY(-50%);

  z-index: 2;

  cursor: pointer;

  width: 35px;

  height: 35px;

  background: 0 0;

  color: #f89b3b;

  font-size: 20px;

  text-align: center;

  line-height: 36px;

  border-radius: 100%;

}

.accordion .item .accordion_tab .accordion_tab_icon .close_icon {

  display: none;

}

.accordion .item .accordion_info {

  position: relative;

  cursor: pointer;

  font-size: 16px;

  line-height: 26px;

  font-weight: 500;

  color: #000;

  padding: 0 160px 40px 60px;

  display: none;

}

.accordion .item.active {

  background: #f3f3f3;

  padding: 8px 0 0;
 border: 2px solid #b5b1b1;

}

.accordion .item.active .accordion_tab .accordion_title {

  color: #000;

}

.accordion .item.active .accordion_tab .accordion_title span {

  color: #f89b3b;

}

.accordion .item.active .accordion_tab .accordion_tab_icon {

  background: #f89b3b;

  color: #fff;


}

.accordion .item.active .accordion_tab .accordion_tab_icon .open_icon {

  display: none;

}

.accordion .item.active .accordion_info,

.accordion .item.active .accordion_tab .accordion_tab_icon .close_icon {

  display: block;

}

.accordion .item:last-child {

  margin-bottom: 0;

}

.funfacts {

  padding-top: 100px;

}

.funfacts .section_header {

  padding-right: 120px;

}

.funfacts .section_header .section_title {

  color: #fff;

}

.funfacts .section_header .section_desc {

  color: #c5d1e7;

}

.funfacts .man_img {

  margin-top: -70px;

  margin-left: -15px;

}

.funbox1 {

  display: flex;

  align-items: center;

  margin-bottom: 15px;

}

.funbox1 .fun_img {

  margin-right: 20px;

}

.funbox1 .fun_content h2 {

  font-size: 44px;

  font-weight: 700;

  line-height: 42px;

  color: #f89b3b;

}

.fun-number {

  font-size: 44px;

  font-weight: 700;

  line-height: 42px;

  color: #f89b3b!important;	
}


.funbox1 .fun_content p {

  font-size: 17px;

  font-weight: 500;

  line-height: 28px;

  color: #fff;

}

.blog.section {

  padding-bottom: 80px;

}

.blog_post {

  position: relative;

  margin: 0 0 30px;

  box-shadow: 0 10px 30px rgba(196, 126, 144, 0.15);

}

.blog_post .post_img {

  position: relative;

}

.blog_post .post_img img {

  width: 100%;

}

.blog_post .calendar {

  position: absolute;

  top: 20px;

  left: 20px;

  background: #f89b3b;

  padding: 12px 0;

  width: 60px;

  height: 60px;

  text-align: center;

}

.blog_post .calendar a {

  display: block;

  color: #fff;

  font-size: 14px;

  line-height: 16px;

}

.blog_post .calendar a .date {

  font-family: "Nunito Sans", sans-serif;

  font-size: 24px;

  font-weight: 700;

}

.blog_post .post_content {

  position: relative;

  background: #fff;

  padding: 35px 40px 35px 45px;

  margin: 0;

}

.blog_post .post_content .post_title {

  font-weight: 700;

  color: #000;

  margin-bottom: 20px;

}

.blog_post .post_content .post_title a {

  color: #000;

}

.blog_post .post_content .post_title a:hover {

  color: #f89b3b;

}

.blog_post .post_content .post_intro {

  font-size: 18px;

  color: #504b47;

  font-weight: 600;

  line-height: 30px;

  margin-bottom: 0;

}

.blog_post .post_content .post_footer {

  margin-top: 30px;

}

.blog_post .post_content .read_more a {

  position: relative;

  font-family: "Nunito Sans", sans-serif;

  font-size: 16px;

  font-weight: 700;

  text-transform: uppercase;

  color: #f89b3b;

  padding-left: 25px;

  display: inline-block;

  overflow: hidden;

}

.blog_post .post_content .read_more a span {

  position: relative;

  z-index: 2;

  background: #fff;

}

.blog_post .post_content .read_more a::before {

  content: "\f30f";

  font-family: Ionicons;

  position: absolute;

  left: 0;

  font-size: 22px;

  font-weight: 400;

  color: #f89b3b;

  transition: 0.7s;

}

.blog_post .post_content .read_more a:hover {

  padding-left: 0;

  padding-right: 25px;

  color: #f89b3b;

}

.blog_post .post_content .read_more a:hover::before {

  left: calc(100% - 15px);

}

embed,

iframe,

object,

video {

  width: 100%;

  height: 100%;

   border: 0 solid #ffb7aa;

}

.pagination-div {

  display: inline-block;

  width: 100%;

  margin-top: 30px;

}

.pagination {

  margin-bottom: 0;

  list-style-type: none;

  align-items: center;

  justify-content: center;

}

.pagination li {

  margin-right: 10px;

}

.pagination li:last-child {

  margin-right: 0;

}

.pagination li a {

  font-family: "Nunito Sans", sans-serif;

  font-size: 16px;

  font-weight: 600;

  text-align: center;

  width: 50px;

  height: 50px;

  line-height: 50px;

  display: block;

  color: #000;

  border: 1px solid #dbd2d2;

  border-radius: 4px;

}

.pagination li a.page-number {

  background: #dcffd6;

  color: #f89b3b;

  border: 1px solid transparent;

}

.pagination li a.current,

.pagination li a:hover {

  background: #f89b3b;

  color: #fff;

  box-shadow: 0 10px 15px rgba(253, 65, 69, 0.2);

}

.blog_details .post_img {

  position: relative;

  margin-bottom: 60px;

}

.blog_details .post_img img {

  width: 100%;

}

.blog_details .post_header .post_title {

  font-size: 30px;

  font-weight: 700;

  line-height: 44px;

  text-align: center;

  margin: 18px 0 30px;

}

.blog_details .post_content {

  text-align: initial;

}

.blog_details .fulltext {

  font-size: 17px;

  line-height: 28px;

  color: #656a7c;

}

.blog_details .fulltext .widget_title {

  display: inline-block;

  margin-top: 15px;

  margin-bottom: 25px;

  width: 100%;

}

.blog_details p {

  margin-bottom: 20px;

}

.blog_details ul.point_order {

  padding-left: 25px;

  margin-bottom: 35px;

  list-style-type: none;

}

.blog_details ul.point_order li {

  position: relative;

  padding-left: 35px;

  font-weight: 300;

  line-height: 30px;

  color: #656a7c;

}

.blog_details ul.point_order li:before {

  content: "\f382";

  font-family: Ionicons;

  font-size: 24px;

  position: absolute;

  left: 0;

  color: #f89b3b;

}

.blog_details .post_gallery {

  margin-bottom: 30px;

  text-align: center;

}

.makeacomment .contact_form :-ms-input-placeholder {

  font-family: Mulish, sans-serif;

  font-size: 14px;

  font-weight: 600;

  color: #f89b3b;

}

.makeacomment .contact_form :-moz-placeholder {

  font-family: Mulish, sans-serif;

  font-size: 14px;

  font-weight: 600;

  color: #f89b3b;

}

.makeacomment .contact_form :placeholder {

  font-family: Mulish, sans-serif;

  font-size: 14px;

  font-weight: 600;

  color: #f89b3b;

}

.sidebar {

  position: sticky;

  position: -webkit-sticky;

  top: 30px;

  background: #fff;

}

.widget {

  margin-bottom: 40px;

  background: #fff4f4;

  padding: 40px 30px 40px 40px;

  border-radius: 8px;

}

.widget:last-child {

  margin-bottom: 0;

}

.widget ul {

  margin: 0;

  padding: 0;

}

.widget ul li {

  list-style-type: none;

}

.sidebar_search .search_form :-ms-input-placeholder {

  font-family: Mulish, sans-serif;

  font-size: 14px;

  font-weight: 500;

  font-style: italic;

  color: #f89b3b;

}

.sidebar_search .search_form :-moz-placeholder {

  font-family: Mulish, sans-serif;

  font-size: 14px;

  font-weight: 500;

  font-style: italic;

  color: #f89b3b;

}

.sidebar_search .search_form :placeholder {

  font-family: Mulish, sans-serif;

  font-size: 14px;

  font-weight: 500;

  font-style: italic;

  color: #f89b3b;

}

.contact .banner {

  margin-bottom: 110px;

}

.contact .banner .banner_content .banner_text {

  padding-right: 20px;

  border-right: 1px solid rgba(255, 255, 255, 0.5);

}

.contact .banner .banner_content .banner_text h1 {

  text-transform: capitalize;

}

.contact_us_1 :-ms-input-placeholder {

  color: #fff;

}

.contact_us_1 :-moz-placeholder {

  color: #fff;

}

.contact_us_1 :placeholder {

  color: #fff;

}

.contact_us_2 {

  padding: 110px 0 110px 130px;

  box-shadow: -10px 0 15px rgba(199, 175, 175, 0.2);

}

.contact_us_2 .section_header {

  margin-bottom: 35px;

  padding-right: 0;

}

.contact_us_2 .form-group {

  margin-bottom: 20px;

}

.contact_us_2 input[type="color"],

.contact_us_2 input[type="date"],

.contact_us_2 input[type="datetime-local"],

.contact_us_2 input[type="datetime"],

.contact_us_2 input[type="email"],

.contact_us_2 input[type="month"],

.contact_us_2 input[type="number"],

.contact_us_2 input[type="password"],

.contact_us_2 input[type="range"],

.contact_us_2 input[type="search"],

.contact_us_2 input[type="tel"],

.contact_us_2 input[type="text"],

.contact_us_2 input[type="time"],

.contact_us_2 input[type="url"],

.contact_us_2 input[type="week"],

.contact_us_2 select {

  background: 0 0;

  border: 1px solid #f89b3b;

  color: #f89b3b;

  height: 55px;

}

.contact_us_2 textarea.form-control {

  height: 120px;

  background: 0 0;

  border: 1px solid #f89b3b;

}

.contact_us_2 .button {

  background: #f89b3b;

  color: #fff;

  border: 1px solid #f89b3b;

}

.contact_us_2 .button:hover {

  background: 0 0;

  color: #f89b3b;

}

.contact_us_2 ::-webkit-input-placeholder {

  color: #f89b3b;

}

.contact_us_2 ::-moz-placeholder {

  color: #f89b3b;

}

.contact_us_2 :-ms-input-placeholder {

  color: #f89b3b;

}

.contact_us_2 :-moz-placeholder {

  color: #f89b3b;

}

.contact_us_2 :placeholder {

  color: #f89b3b;

}

.keepintouch_2 {

  padding: 110px 0 0;

}

.keepintouch_2 .communication {

  display: flex;

  margin-bottom: 60px;

  transition: 0.5s;

}

.keepintouch_2 .communication:last-child {

  margin-bottom: 0;

}

.keepintouch_2 .communication h5 {

  font-size: 20px;

  font-weight: 700;

  line-height: 16px;

  margin-top: 0;

  margin-bottom: 12px;

  color: #222;

  transition: 0.5s;

}

.keepintouch_2 .communication h6 {

  font-family: Mulish, sans-serif;

  font-size: 16px;

  font-weight: 600;

  line-height: 26px;

  color: #eb6f1c;

  transition: 0.5s;

}

.keepintouch_2 .communication .communication_icon {

  position: relative;

  min-width: 50px;

  margin-right: 20px;

  margin-bottom: 25px;

}

.keepintouch_2 .communication .communication_icon img {

  width: auto;

  transition: 0.5s;

}

.keepintouch_2 .communication .info_body {

  width: 70%;

}

.pd_0 {

  padding: 0;

}

.pd_lr_65 {

  padding-left: 65px;

  padding-right: 65px;

}

.footer {

  position: relative;

}

.footer .footer_above {

  background: url("../images/footer_bg.webp") center/cover no-repeat;

  padding-top: 65px;

  padding-bottom: 65px;

}

.footer ul {

  padding: 0;

  margin-bottom: 0;

  list-style-type: none;

}

.footer ul li {

  list-style-type: none;

}

.footer .footer_widget {

  margin-top: 30px;

}

.footer .widget_title {

  position: relative;

  font-size: 24px;

  font-weight: 600;

  line-height: 30px;

  text-transform: capitalize;

  letter-spacing: 0;

  color: #fff;

  text-align: left;

  margin-top: 0;

  margin-bottom: 30px;

}

.footer .widget_title .title_line {

  display: block;

  width: 65px;

  height: 2px;

  background: #f89b3b;

  margin-top: 15px;

}

.footer .footer_nav li {

  position: relative;

  padding: 10px 0;

}

.footer .footer_nav li:first-child {

  padding-top: 0;

}

.footer .footer_nav li a {

  position: relative;

  font-size: 16px;

  line-height: 24px;

  font-weight: 600;

  color: #c5d1e7;

  display: block;

  text-decoration: none;

  padding-left: 30px;

}

.footer .footer_nav li a:hover {

  color: #f89b3b;

}

.footer .footer_nav li a:before {

  content: "\f30f";

  font-family: Ionicons;

  font-size: 18px;

  color: #f89b3b;

  position: absolute;

  left: 0;

  top: 0;

}

.footer .footer_contact {

  position: relative;

  background: #1b1b27;

  text-align: center;

  margin-top: 0;

}

.footer .footer_contact .logo_footer {

  position: absolute;

  left: 50%;

  top: 0;

  transform: translate(-50%, -57%);

}

.footer .contact_info {

  padding: 85px 50px 50px;

}

.footer .contact_info h4 {

  font-size: 22px;

  font-weight: 500;

  line-height: 30px;

  color: #fff;

  margin: 15px 0;

}

.footer .contact_info .phone {

  position: relative;

  font-family: "Nunito Sans", sans-serif;

  font-size: 24px;

  font-weight: 800;

  display: flex;

  align-items: center;

  justify-content: center;

  flex: auto;

  color: #fff;

  line-height: 32px;

  padding: 30px;

  margin-top: 25px;

  border: 1px dashed #f89b3b;

  word-break: break-word;

}

.footer .contact_info .phone > * {

  position: relative;

  text-align: left;

}

.footer .contact_info .phone img {

  margin-right: 15px;

}

.footer .contact_info .phone span {

  font-family: Mulish, sans-serif;

  font-size: 16px;

  font-weight: 500;

}

.footer .most_read_item {

  display: flex;

  padding-bottom: 25px;

  margin-bottom: 25px;

  border-bottom: 1px solid #373747;

}

.footer .most_read_item:last-child {

  padding-bottom: 0;

  margin-bottom: 0;

  border-bottom: 0 solid #373747;

}

.footer .most_read_item .most_read_image {

  min-width: 80px;

  width: 80px;

  margin-right: 20px;

}

.footer .most_read_item p {

  font-size: 20px;

}

.footer .most_read_item a  {

  color: #fff;

}

.footer .most_read_item p:hover a {

  color: #f89b3b;

}

.footer .most_read_item h6 {

  font-size: 14px;

  color: #c5d1e7;

  margin-top: 12px;

}

.most_read_item_date {

  font-size: 14px;

  color: #c5d1e7;

  margin-top: 12px;

}

.footer .footer_bottom {

  background: #1b1b27;

  padding: 13px 30px;

}

.footer .footer_bottom .footer_bottom_inner {

  display: flex;

  align-items: center;

  justify-content: space-between;

  flex-flow: row wrap;

  color: #fff;

}

.footer .footer_bottom .footer_bottom_inner > div {

  width: 33.33%;

  max-width: 100%;

  flex: auto;

}

.footer .footer_bottom .footer_bottom_inner .copyright p {

  font-family: Mulish, sans-serif;

  font-size: 12px;

  font-weight: 300;

  line-height: 24px;

  text-transform: capitalize;

  color: #99abbd;

}

.footer .footer_bottom .footer_bottom_inner .totop {

  text-align: right;

}

.footer .footer_bottom .footer_bottom_inner .totop span {

  width: 54px;

  height: 54px;

  background: #f89b3b;

  color: #fff;

  display: inline-block;

  text-align: center;

  line-height: 54px;

  border-radius: 4px;

}

.footer .footer_social {

  text-align: center;

}

.footer .footer_social .bottom_social {

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 0;

  margin-bottom: 0;

}

.footer .footer_social .bottom_social li {

  list-style: none;

  display: inline-block;

  position: relative;

  text-transform: uppercase;

  padding: 0 8px;

}

.footer .footer_social .bottom_social li:first-child {

  padding-left: 0;

}

.footer .footer_social .bottom_social li:last-child {

  padding-right: 0;

}

.footer .footer_social .bottom_social li a {

  position: relative;

  overflow: hidden;

  font-size: 20px;

  text-align: center;

  background: #2f2f3e;

  color: #fff;

  display: block;

  outline: 0;

  width: 45px;

  height: 45px;

  line-height: 45px;

  border-radius: 100%;

}

.footer .footer_social .bottom_social li a:hover {

  color: #f89b3b;

}

.side_contact_info {

  padding: 50px 40px 20px;

}

.side_contact_info h4 {

  font-size: 22px;

  font-weight: 500;

  line-height: 30px;

  color: #fff;

  margin: 15px 0;

}

.side_contact_info .phone {

  position: relative;

  font-family: "Nunito Sans", sans-serif;

  font-size: 24px;

  font-weight: 800;

  display: flex;

  align-items: center;

  justify-content: center;

  flex: auto;

  color: #fff;

  line-height: 32px;

  padding: 16px 30px;

  margin-top: 25px;

  border: 1px dashed #f89b3b;

  word-break: break-word;

}

.side_contact_info .phone > * {

  position: relative;

  text-align: left;

}

.side_contact_info .phone img {

  margin-right: 15px;

}

.side_contact_info .phone span {

  font-family: Mulish, sans-serif;

  font-size: 18px;

  font-weight: 500;

}

.side_footer_social {

  text-align: center;

  margin-top: 40px;

}

.side_footer_social .bottom_social {

  display: flex;

  flex-flow: row wrap;

  align-items: center;

  justify-content: center;

  padding: 0;

  margin-bottom: 0;

}

.side_footer_social .bottom_social li {

  list-style: none;

  display: inline-block;

  position: relative;

  text-transform: uppercase;

  padding: 0 8px;

}

.side_footer_social .bottom_social li:first-child {

  padding-left: 0;

}

.side_footer_social .bottom_social li:last-child {

  padding-right: 0;

}

.side_footer_social .bottom_social li a {

  position: relative;

  overflow: hidden;

  font-size: 20px;

  text-align: center;

  background: #ffeae9;

  color: #442121;

  display: block;

  outline: 0;

  width: 45px;

  height: 45px;

  line-height: 45px;

  border-radius: 100%;

}

.side_footer_social .bottom_social li a:hover {

  color: #f89b3b;

}

@media screen and (max-width: 991px) {

  .container {

    max-width: 100%;

  }

  .footer .footer_contact,

  .footer .footer_links {

    padding-left: 0;

  }

  .footer .footer_widget {

    margin: 20px 0;

  }

  .footer .footer_social {

    text-align: center;

  }

}

@media (min-width: 1200px) {

  .container {

    max-width: 1170px;

    padding-left: 0;

    padding-right: 0;

  }

}

.bg_image_3 {

  background-image: url("../images/facts_bg.svg");


  background-repeat: repeat;


}

.bglayer_1 {

  background-image: url("../images/bglayer_1.webp");

  background-position: bottom left;

  background-repeat: no-repeat;

  background-size: auto;

}

.slick-vertical .slick-slide {

  border: 0 solid transparent;

}

.slick-slide img {

  width: 100%;

}

.slick-next,

.slick-prev {

  font-size: 0;

  line-height: 0;

  position: absolute;

  top: 50%;

  display: block;

  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;

  border: 2px solid #f89b3b;

  border-radius: 100%;

  outline: 0;

  width: 40px;

  height: 40px;

  text-align: center;

  background: 0 0;

  z-index: 2;

  opacity: 1;

  transition: 0.5s;

}

.slick-next:hover,

.slick-prev:hover {

  background: #f89b3b;

  color: #fff;

}

.slick-next:focus,

.slick-prev:focus {

  color: #f89b3b;

  background: #fff;

}

.slick-next:before,

.slick-prev:before {

  font-size: 10px;

  color: #f89b3b;

  opacity: 1;

  display: inline-block;

  font-family: Ionicons;



  font-style: normal;

  font-weight: 400;

  font-variant: normal;

  text-transform: none;

  text-rendering: auto;

  line-height: 1;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}

.slick-next:hover:before,

.slick-prev:hover:before {

  color: #fff;

  opacity: 1;

}

.slick-next:focus:before,

.slick-prev:focus:before {

  color: #f89b3b;

}

.slick-next.slick-disabled:before,

.slick-prev.slick-disabled:before {

  opacity: 0.4;

}

.slick-prev {

  left: -80px;

}

.slick-prev:before {

  content: "\f124";

}

.slick-next {

  right: -80px;

}

.slick-next:before {

  content: "\f125";

}

.slick-dotted.slick-slider {

  margin-bottom: 0;

}

.slick-dots {

  position: relative;

  bottom: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 100%;

  padding: 0;

  margin: 0;

  list-style: none;

  text-align: center;

  counter-reset: numbers;

}

.slick-dots li {

  position: relative;

  display: inline-block;

  width: auto;

  height: auto;

  margin: 0 5px;

  padding: 0;

  cursor: pointer;

}

.slick-dots li button {

  font-size: 0px;

  line-height: 0;

  display: block;

  width: 30px;

  height: 30px;

  padding: 5px;

  cursor: pointer;

  color: #f89b3b;

  border: 0;

  outline: 0;

  background: 0 0;

}

.slick-dots li button:before {

  color: #f89b3b;

  opacity: 0.6;

}

.slick-dots li button:focus:before,

.slick-dots li button:hover:before,

.slick-dots li.slick-active button:before {

  opacity: 1;

  color: #f89b3b;

}

.page_header .page_header_content {

  position: relative;

  background-image: url("../images/facts_bg.svg");

  background-position: center;

  background-repeat: repeat;

  margin: 0;

  padding: 75px 0;

  text-align: center;

}

.page_header .page_header_content > div {

  position: relative;

}

.page_header .page_header_content .heading {

  position: relative;

  font-size: 60px;

  font-weight: 700;

  line-height: 80px;

  letter-spacing: 0;

  margin-top: 0;

  margin-bottom: 0;

  color: #f89b3b;

}

.widget_title {

  position: relative;

  font-size: 20px;

  font-weight: 700;

  line-height: 24px;

  text-transform: capitalize;

  letter-spacing: 0;

  color: #222;

  text-align: left;

  margin-top: 0;

  margin-bottom: 30px;

}

.widget_title .title_line {

  display: block;

  width: 50px;

  height: 2px;

  background: #f89b3b;

  margin-top: 10px;

}

.section_header {

  margin-bottom: 45px;

}

.section_header .shadow_icon {

  position: absolute;

  left: 50%;

  top: -20px;

  transform: translateX(-50%);

}

.section_header .section_sub_title {

  font-size: 16px;

  font-weight: 700;

  text-transform: uppercase;

  line-height: 30px;

  color: #f89b3b!important;

}

.section_header .section_title {

  font-size: 44px;

  font-weight: 700;

  line-height: 54px;

  color: #000;

  letter-spacing: 0;

  margin-top: 6px;

}

.section_header .section_desc {

  font-size: 17px;

  font-weight: 500;

  line-height: 28px;

  color: #656a7c;

  margin-top: 20px;

}

.faq .section_header {

  padding-right: 100px;

}

.faq .section_header .section_title {

  font-weight: 600;

  letter-spacing: 1px;

  margin-top: 6px;

}

.blog_grid .section_header {

  padding-right: 30px;

}

.banner .banner_content {

  background: #f89b3b;

  padding: 60px 0;

}

.banner .banner_content .row {

  align-items: center;

}

.banner .banner_content .banner_text {

  padding-left: 70px;

  padding-right: 70px;

  border-right: 1px solid #fff;

}

.banner .banner_content .banner_text h2 {

  font-weight: 700;

  line-height: 44px;

  color: #fff;

  font-size: 36px;

}

.banner .banner_content .banner_text p {

  font-weight: 700;

  line-height: 44px;

  color: #fff;

  font-size: 36px;

}


.banner .banner_content .banner_text h3 {

  font-weight: 700;

  line-height: 44px;

  color: #fff;

  font-size: 36px;

}


.banner .banner_content .banner_phone img {

  margin-right: 15px;

}

.banner .banner_content .banner_phone span {

  font-size: 36px;

  font-weight: 800;

  color: #fff;

}

.banner.type_2 .banner_content {

  border-radius: 10px;

}

.banner.type_2 .banner_content .banner_phone span,

.banner.type_2 .banner_content .banner_text h1 {

  color: #fff;

}

.banner.type_3 {

  margin-top: -100px;

}

.banner.type_3 .banner_content {

  background: #f89b3b;

  border-radius: 10px;

}

.experience {

  padding-bottom: 155px;

}

.experience .section_header .shadow_icon {

  margin-bottom: 15px;

  position: relative;

  left: auto;

  top: 0;

  transform: none;

}

.group_image_holder {

  position: relative;

  text-align: right;

}

.group_image_holder .sub_img {

  position: absolute;

  left: 0;

  bottom: -70px;

}

.group_image_holder .sub_img2 {

  position: absolute;

  left: auto;

  right: -40px;

  bottom: -70px;

}

.group_image_holder.type_1:before {

  content: url("../images/stamp.png");

  position: absolute;

  left: 78px;

  top: 65px;

  z-index: 1;

}

.expe_box {

  position: absolute;

  right: -40px;

  top: 90px;

  background: #f89b3b;

  color: #fff;

  font-size: 18px;

  font-weight: 500;

  line-height: 22px;

  width: 150px;

  height: 140px;

  text-align: center;

  display: table;

}

.expe_box h2 {

  font-size: 48px;

  font-weight: 800;

}

.expe_box p {

  font-size: 48px;

  font-weight: 800;

  line-height: 1.2;

}

.expe_box .expe_box_inner {

  display: table-cell;

  vertical-align: middle;

}

.expe_box::after {

  content: "";

  position: absolute;

  right: 20px;

  width: 100px;

  height: 100px;

  background: #d97556;

  top: -38px;

  transform: rotate(35deg);

  z-index: -1;

}

.experience_content {

  padding-top: 20px;

  padding-left: 70px;

}

.experience_content .appoint {

  position: relative;

  color: #222;

  font-weight: 700;

  margin-top: 30px;

  display: inline-block;

}

.experience_content .appoint span {

  color: #f89b3b!important;

}

.experience_content .appoint:after {

  content: "";

  position: absolute;

  background: #fbebdec4;

  width: 100%;

  height: 12px;

  left: 0;

  bottom: -3px;

  z-index: -1;

}

@keyframes pulse-border {

  0% {

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    opacity: 1;

  }

  100% {

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    opacity: 0;

  }

}

.why_choose_2 {

  background: #fff8f6;

}

.clients {

  background: #f89b3b;

}

.clients .client_logo {

  text-align: center;

  padding: 50px 20px;

  border-right: 1px solid rgba(180, 0, 1, 0.3);

}

.clients .client_logo a {

  display: block;

}

.clients .col* {

  padding: 0;

}

.clients.type_2 {

  background: #272734;

}

.clients.type_2 .client_logo {

  border-right: 1px solid rgba(255, 255, 255, 0.2);

}

.slide_navi {

  display: none;

}

.aside_open {

  background: #f89b3b;

  width: 45px;

  height: 45px;

  line-height: 45px;

  text-align: center;

  padding: 0;

  color: #fff;

  font-size: 21px;

  cursor: pointer;

  border-radius: 100%;

}

.aside_close {

  position: absolute;

  width: 40px;

  height: 40px;

  text-align: center;

  line-height: 40px;

  top: 15px;

  bottom: 0;

  right: 15px;

  cursor: pointer;

  z-index: 6;

}

.aside_info {

  padding: 30px 20px;

  background: #1e1e2a;

  max-width: 440px;

  height: 100%;

  text-align: center;

  position: fixed;

  top: 0;

  bottom: 0;

  left: -440px;

  overflow-y: auto;

  z-index: 5;

  transition: 0.7s;

}

.aside_info::-webkit-scrollbar {

  width: 0;

  background: 0 0;

}

.aside_info .side_info {

  margin-top: 65px;

  padding: 0 50px;

}

.aside_info .side_info h3 {

  font-weight: 700;

  color: #fff;

}

.aside_info .side_info h3 .title_line {

  display: block;

  width: 50px;

  height: 2px;

  background: #f89b3b;

  margin: 10px auto 0;

}

.aside_info .side_info p {

  color: #c5d1e7;

}

.aside_info .side_footer_social .bottom_social li a {

  background: #2f2f3e;

  color: #fff;

}

.aside_info .side_footer_social .bottom_social li a:hover {

  color: #f89b3b;

}

.preloader {

  bottom: 0;

  height: 100%;

  left: 0;

  position: fixed;

  right: 0;

  top: 0;

  width: 100%;

  z-index: 1111;

  overflow-x: hidden;

  background: #fff;

}

.preloader .preloader-inner {

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

}

.preloader .siteloading-preloader {

  width: 32px;

  height: 32px;

  border-radius: 50%;

  margin: 2em;

  display: inline-block;

  position: relative;

  vertical-align: middle;

}

.preloader .siteloading-preloader,

.preloader .siteloading-preloader:after,

.preloader .siteloading-preloader:before {

  animation: 1.15s ease-in-out infinite;

  -o-animation: 1.15s ease-in-out infinite;

  -webkit-animation: 1.15s ease-in-out infinite;

  -moz-animation: 1.15s ease-in-out infinite;

}

.preloader .siteloading-preloader:after,

.preloader .siteloading-preloader:before {

  content: "";

  width: 100%;

  height: 100%;

  border-radius: 50%;

  position: absolute;

  top: 0;

  left: 0;

  transform: scale(0);

  -o-transform: scale(0);

  -ms-transform: scale(0);

  -webkit-transform: scale(0);

  -moz-transform: scale(0);

  animation: 1.73s ease-in-out infinite siteloading-animation;

  -o-animation: 1.73s ease-in-out infinite siteloading-animation;

  -webkit-animation: 1.73s ease-in-out infinite siteloading-animation;

  -moz-animation: 1.73s ease-in-out infinite siteloading-animation;

}

.preloader .siteloading-preloader:before {

  background-color: #f89b3b;

}

.preloader .siteloading-preloader:after {

  background-color: #442121;

  animation-delay: 0.86s;

  -o-animation-delay: 0.86s;

  -webkit-animation-delay: 0.86s;

  -moz-animation-delay: 0.86s;

}

@keyframes siteloading-animation {

  0% {

    transform: translateX(-100%) scale(0);

  }

  50% {

    transform: translateX(0) scale(1);

  }

  100% {

    transform: translateX(100%) scale(0);

  }

}

@media screen and (max-width: 1199px) {

  .header .mainnav ul.main_menu > li {

    margin: 0 15px;

  }

}

@media screen and (max-width: 991px) {

  .header .header_info {

    border-left: 0 solid rgba(255, 255, 255, 0.1);

    margin-left: 0;

  }

  .header .schedule {

    margin: 10px 15px;

    line-height: 20px;

  }

  .header .logo {

    position: relative;

  }

  .header .logo img {

    max-width: 270px;

    padding: 25px 0;

  }

  .header .header_social {

    flex: auto;

    text-align: center;

    margin-top: 10px;

  }

  .header .mainnav ul.main_menu {

    display: none;

  }

  .header .header_search .search_form {

    max-width: 100%;

    width: 100%;

    margin: 0 auto;

  }

  .header .ma5menu__toggle {

    display: block;

    margin-left: 15px;

  }

  .banner .banner_content {

    text-align: center;

    padding: 30px;

  }

  .banner .banner_content .banner_text {

    padding: 0 0 15px;

    border: 0;

  }

  .contact .banner .banner_content .banner_text {

    padding-right: 0;

    border-right: 0px solid rgba(255, 255, 255, 0.5);

  }

  .iconbox3 .iconbox_wrapper {

    padding: 30px;

  }

  .iconbox3 .iconbox_wrapper .iconbox_image {

    margin-right: 30px;

  }

  .accordion .item .accordion_info {

    padding-right: 60px;

  }

  .contact_us_2 {

    padding: 110px 40px 50px;

    box-shadow: 0 0 15px rgba(199, 175, 175, 0.2);

  }

  .footer .footer_above .pd_0 {

    padding: 0 15px;

  }

  .footer .footer_above .pd_lr_65 {

    padding-left: 15px;

    padding-right: 15px;

  }

  .footer .footer_contact {

    padding-top: 15px;

  }

  .footer .footer_contact .logo_footer {

    position: relative;

    left: auto;

    transform: none;

  }

  .footer .contact_info {

    padding: 0 30px 30px;

  }

}

@media screen and (max-width: 767px) {

  .theme_slider_1 .slider .slide_content .heading {

    font-size: 52px;

    line-height: 60px;

  }

  .funbox1 {

    margin-bottom: 30px;

  }

  .funfacts .section_header {

    padding-right: 0;

  }

  .funfacts .man_img {

    margin-top: 0;

    margin-left: 0;

    text-align: center;

  }

  .experience_content {

    padding-top: 60px;

    padding-left: 0;

  }

  .clients .client_logo {

    border: 1px solid rgba(255, 255, 255, 0.2);

    margin-top: -1px;

    margin-left: -1px;

  }
  .innertesti {

  }
  


  .section_header .section_title {

    font-size: 36px;

    line-height: 42px;

   text-align: center;


  }

  .service_testimonial .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer .contact_info .phone {

    padding: 15px;

  }

  .footer .footer_bottom .footer_bottom_inner > div {

    width: 100%;

    text-align: center;

    margin: 10px 0;

  }

  .footer .footer_bottom .footer_bottom_inner .totop {

    text-align: center;

  }

  .footer .footer_social .bottom_social {

    justify-content: center;

  }

  .side_contact_info {

    padding: 0;

  }

  .keepintouch_1,

  .keepintouch_2 {

    margin-bottom: 40px;

  }

  .blog_details .blog_details_inner .fulltext {

    font-size: 16px;

    line-height: 28px;

  }

  .blog_details .post_gallery img {

    margin: 15px 0;

  }

  .faq_imgbox {

    position: relative;

    text-align: center;

    margin-top: 0;

    margin-bottom: 30px;

  }

}

@media screen and (max-width: 600px) {

  .header .middle_bar_inner {

    display: block;

    padding: 15px 0;

  }

  .header .mainnav {

    display: none;

  }

  .header .header_search {

    margin: 0;

    max-width: 170px;

  }

  .header .aside_open {

    margin-left: auto;

  }

  .group_image_holder img {

    width: 100%;

  }

  .group_image_holder .sub_img,

  .group_image_holder .sub_img2 {

    position: relative;

    margin: 10px 0;

    width: 100%;

    top: auto;

    left: auto;

    right: auto;

    bottom: auto;

  }

  .expe_box {

    right: 0;

  }

  .banner .banner_content .banner_text h1 {

    font-size: 30px;

    line-height: 36px;

  }

  .banner .banner_content .banner_phone {

    word-break: break-word;

  }

  .banner .banner_content .banner_phone img {

    margin-right: 0;

    margin-bottom: 15px;

  }

  .banner .banner_content .banner_phone span {

    font-size: 30px;

  }

  .accordion .item .accordion_info {

    padding-right: 30px;

    padding-left: 30px;

  }

  .keepintouch_2 .info_body {

    width: 100%;

  }

  .side_footer_social .bottom_social li a {

    font-size: 14px;

    width: 34px;

    height: 34px;

    line-height: 34px;

  }

}

.button-rounded {

  position: relative;

  max-width: 140px;

  width: 140px;

  height: 45px;

  display: inline-block;

  font-family: "Nunito Sans", sans-serif;

  font-size: 14px;

  line-height: 26px;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 0;

  text-align: center;

  text-decoration: none;

  outline: 0;

  padding: 8px 13px;

  background: #f89b3b;

  color: #fff;

  border: 2px solid transparent;

  border-radius: 30px;

  overflow: hidden;

  cursor: pointer;

  backface-visibility: hidden;

  transition: 0.5s;

}

.button-rounded:hover {

  background: #eb6f1c;

  color: #fff;

  transition: 0.5s;

}

@media only screen and (max-width: 479px) {

  .mobile-hide {

    display: none;

  }

  .bglayer_1 {

    padding-top: 60px;

  }

  .mobile-pic-home-page {

    padding-right: 0;

    padding-left: 0;

  }

  .group_image_holder.type_1:before {

    content: none;

  }

  .experience {

    padding-bottom: 100px;

  }

  .section_desc-mobile {

    color: #000 !important;

  }

  .man-pic-mobile {

    max-width: 100% !important;

  }

}

.sidenav-included {

  color: #222;

  font-weight: 900 !important;

}

.sidenav-included:after {

  content: "";

  position: absolute;

  background: #fbebdec4;

  width: 75%;

  height: 12px;

  left: 0;

  bottom: 7px;

  z-index: -1;

  margin-left: 8%;

}

.registration-form {

  display: none;

  padding-top: 40px !important;

}

.registration-form .form-control {

  border: 1px solid #ced4da;

  max-width: 240px;

}

.registration-form select {

  -webkit-appearance: auto;

}

.registration-form .btn {

  background: #f89b3b;

  color: #fff;

}

.registration-form .input-group-addon {

  padding: 6px 9px 6px 10px;

  color: #f89b3b;

  background-color: #fff;

  border: 1px solid #ccc;

  border-radius: 4px 0 0 4px;

  border-right: 0;

  width: auto;

}

.registration-form .input-group-addon.left {

  padding-top: 8px;

  padding-bottom: 4px;

}

.registration-form .has-error .input-group-addon {

  border-color: #ccc;

}

.underline-link {

  border-bottom: 2px solid #f89b3b;

}

.left-border {

  border-left: 4px solid #f89b3b;

}

.box-default {

  background: #fff;

  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);

  padding: 10px 30px;

}

.form-control.error {

  border: 2px solid #e42c3e;

}

#reservations label {

  font-weight: 700;

}

.most-read-box {

  max-width: 800px;

}

.most-read-box p {

  color: #484c58;

}

.most-read-box h2 {

  margin: 20px 0;

}

.toast-title {

  font-weight: 700;

}

.toast-message {

  -ms-word-wrap: break-word;

  word-wrap: break-word;

}

.toast-message a,

.toast-message label {

  color: #fff;

}

.toast-message a:hover {

  color: #ccc;

  text-decoration: none;

}

.toast-close-button {

  position: relative;

  right: -0.3em;

  top: -0.3em;

  float: right;

  font-size: 20px;

  font-weight: 700;

  color: #fff;

  -webkit-text-shadow: 0 1px 0 #ffffff;

  text-shadow: 0 1px 0 #fff;

  opacity: 0.8;

  line-height: 1;

}

.toast-close-button:focus,

.toast-close-button:hover {

  color: #000;

  text-decoration: none;

  cursor: pointer;

  opacity: 0.4;

}

.rtl .toast-close-button {

  left: -0.3em;

  float: left;

  right: 0.3em;

}

button.toast-close-button {

  padding: 0;

  cursor: pointer;

  background: 0 0;

  border: 0;

  -webkit-appearance: none;

}

.toast-top-center {

  top: 0;

  right: 0;

  width: 100%;

}

.toast-bottom-center {

  bottom: 0;

  right: 0;

  width: 100%;

}

.toast-top-left {

  top: 12px;

  left: 12px;

}

.toast-top-right {

  top: 45%;

  right: 45%;

}

.toast-bottom-right {

  right: 12px;

  bottom: 12px;

}

.toast-bottom-left {

  bottom: 12px;

  left: 12px;

}

#toast-container {

  position: fixed;

  z-index: 999999;

  pointer-events: none;

}

#toast-container * {

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

}

#toast-container > div {

  position: relative;

  pointer-events: auto;

  overflow: hidden;

  margin: 0 0 6px;

  padding: 20px 25px;

  width: 300px;

  -moz-border-radius: 3px;

  -webkit-border-radius: 3px 3px 3px 3px;

  border-radius: 3px;

  background-repeat: no-repeat;

  -moz-box-shadow: 0 0 12px #999;

  -webkit-box-shadow: 0 0 12px #999;

  box-shadow: 0 0 12px #999;

  color: #fff;

  opacity: 0.8;

}

#toast-container > div.rtl {

  direction: rtl;

}

#toast-container > div:hover {

  -moz-box-shadow: 0 0 12px #000;

  -webkit-box-shadow: 0 0 12px #000;

  box-shadow: 0 0 12px #000;

  opacity: 1;

  cursor: pointer;

}

#toast-container.toast-bottom-center > div,

#toast-container.toast-top-center > div {

  width: 300px;

  margin-left: auto;

  margin-right: auto;

}

.toast {

  background-color: #030303;

}

.toast-success {

  background-color: #51a351;

}

.toast-error {

  background-color: #bd362f;

}

.toast-info {

  background-color: #2f96b4;

}

.toast-warning {

  background-color: #f89406;

}

.toast-progress {

  position: absolute;

  left: 0;

  bottom: 0;

  height: 4px;

  background-color: #000;

  opacity: 0.4;

}

@media all and (max-width: 240px) {

  #toast-container > div {

    padding: 10px 15px;

    width: 11em;

  }

  #toast-container .toast-close-button {

    right: -0.2em;

    top: -0.2em;

  }

  #toast-container .rtl .toast-close-button {

    left: -0.2em;

    right: 0.2em;

  }

}

@media all and (min-width: 241px) and (max-width: 480px) {

  #toast-container > div {

    padding: 10px 15px;

    width: 18em;

  }

  #toast-container .toast-close-button {

    right: -0.2em;

    top: -0.2em;

  }

  #toast-container .rtl .toast-close-button {

    left: -0.2em;

    right: 0.2em;

  }

}

@media all and (min-width: 481px) and (max-width: 768px) {

  #toast-container > div {

    padding: 15px 20px;

    width: 25em;

  }

}

.pricing {

  position: relative;

}

.pricing [class^="col-"] {

  padding: 0;

  margin-top: 20px;

}

.pricing-box {

  position: relative;

  border: 1px solid rgba(0, 0, 0, 0.075);

  border-radius: 3px;

  text-align: center;

  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);

  background-color: #f5f5f5;

}

.pricing-title {

  padding: 15px 0;

  background-color: #f9f9f9;

  border-radius: 3px 3px 0 0;

  text-shadow: 1px 1px 1px #fff;

  border-bottom: 1px solid rgba(0, 0, 0, 0.05);

}

.pricing-title h3 {

  margin: 0;

  font-size: 20px;

  letter-spacing: 1px;

  font-weight: 700;

  text-transform: uppercase;

  color: #555;

}

.pricing-title span {

  display: block;

  color: #999;

  font-weight: 300;

  font-size: 14px;

  margin-top: 3px;

  text-transform: uppercase;

}

.pricing-price {

  position: relative;

  padding: 25px 0;

  color: #333;

  font-weight: 300;

  font-size: 64px;

  line-height: 1;

}

.pricing-price:after {

  content: "";

  position: absolute;

  width: 100px;

  border-top: 1px solid rgba(0, 0, 0, 0.1);

  top: auto;

  bottom: 0;

  left: 50%;

  margin-left: -50px;

}

.pricing-price span {

  display: inline-block;

  vertical-align: top;

  margin: 7px 3px 0 0;

  font-size: 28px;

  font-weight: 400;

}

.pricing-features {

  border-bottom: 1px solid rgba(0, 0, 0, 0.075);

}

.pricing-features ul {

  margin: 0;

  padding: 15px 0;

  list-style: none;

}

.pricing-features li {

  padding: 6px 0;

  font-size: 16px;

}

.pricing-action {

  padding: 15px 30px;

}

.pricing-box.best-price {

  background-color: #fff;

  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);

  z-index: 1;

  margin: -20px -1px 0;

}

.pricing-box.best-price .pricing-title {

  background-color: #fff;

  padding: 20px 0;

}

.pricing-box.best-price .pricing-title h3 {

  font-size: 22px;

}

.pricing-box.best-price .pricing-price {

  color: #f89b3b;

  font-size: 72px;

}

.title-center {

  text-align: center;

}

.heading-block {

  margin-bottom: 40px;

}

.emphasis-title h1,

.emphasis-title h2,

.heading-block h1,

.heading-block h2,

.heading-block h3,

.heading-block h4 {

  margin-bottom: 0;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 1px;

  color: #333;

}

.center {

  text-align: center !important;

}

.bottommargin-sm {

  margin-bottom: 30px !important;

}

#section-pricing {

  margin-bottom: 60px;

  padding: 0 30px;

}

@media (max-width: 767px) {

  .pricing-box.best-price {

    margin-top: 0;

  }

  .hide-mobile {

    display: none;

  }

}

.rounder-border-img {

  border-radius: 10px;

}

table.GeneratedTable {

  width: 100%;

  background-color: #ffffff;

  border-collapse: collapse;

  border-width: 2px;

  border-color: #f89b3b;

  border-style: solid;

  color: #000000;

  table-layout: fixed;

  word-wrap: break-word;

}



table.GeneratedTable td, table.GeneratedTable th {

  border-width: 2px;

  border-color: #f89b3b;

  border-style: solid;

  padding: 3px;

}



table.GeneratedTable thead {

  background-color: #f89b3b;

}

.blog_details .calendar a {

    display: block;

    color: #ffffff!important;

    font-size: 14px;

    line-height: 16px;

}

.blog_details .calendar {

    position: absolute;

    top: 40px;

    left: 40px;

    background: #f89b3b;

    padding: 12px 0px;

    width: 60px;

    height: 60px;

    text-align: center;

}

.blog_details .calendar a .date {

    font-family: "Nunito Sans", sans-serif;

    font-size: 24px;

    font-weight: 700;

}



.video_post {

  display: inline-block;

  width: 100%;

  margin-bottom: 30px;

}



.video_post .ytube_video {

  position: relative;

  overflow: hidden;

}



.video_post .ytube_video #ytvideo {

  opacity: 0;

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

}



.video_post .ytube_video .ytplay_btn {

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  width: 80px;

  height: 80px;

  line-height: 80px;

  background: #ff3b3e;

  text-align: center;

  font-size: 30px;

  color: #ffffff;

  border-radius: 100%;

  cursor: pointer;

  transition: all 0.5s ease;

  z-index: 1;

}



.video_post .ytube_video.play #ytvideo {

  opacity: 1;

}



.video_post .ytube_video.play .post_content {

  opacity: 0;

  visibility: hidden;

}



.video_post .ytube_video .post_header {

  position: absolute;

  left: 0;

  bottom: 60px;

  width: 100%;

  text-align: center;

}



.video_post .ytube_video .post_header .post_title {

  margin: 0px 0px;

  color: #ffffff;

}



.video_post .ytube_video .post_header .post_title a {

  color: #ffffff;

}



.video_post .local_video {

  position: relative;

  overflow: hidden;

}



.video_post .local_video #video {

  opacity: 0;

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

}



.video_post .local_video .play_btn {

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  width: 80px;

  height: 80px;

  line-height: 80px;

  background: #ff3b3e;

  text-align: center;

  font-size: 30px;

  color: #ffffff;

  border-radius: 100%;

  cursor: pointer;

  transition: all 0.5s ease;

  z-index: 1;

}



.video_post .local_video.play #video {

  opacity: 1;

}



.video_post .local_video.play .post_content {

  opacity: 0;

  visibility: hidden;

}



.video_post .local_video.play .play_btn {

  left: 50%;

  top: auto;

  bottom: 25px;

  transform: translateX(-50%);

  width: 40px;

  height: 40px;

  line-height: 40px;

  font-size: 24px;

  background: #ff3b3e;

  text-align: center;

  color: #ffffff;

  border-radius: 3px;

  cursor: pointer;

}



.video_post .local_video.play .play_btn i.ion-ios-play:before {

  content: "\f478";

}



.video_post .local_video .post_header {

  position: absolute;

  left: 0;

  bottom: 60px;

  width: 100%;

}



.video_post .local_video .post_header .post_title {

  margin: 0px 0px;

  color: #ffffff;

}



.video_post .local_video .post_header .post_title a {

  color: #ffffff;

}



.audio_post {

  position: relative;

  overflow: hidden;

}



iframe,

object,

embed,

iframe,

object,

iframe,

video {

  width: 100%;

  height: 100%;

  border: 0px solid #ffb7aa;

}



/* Basic styles for the table */

.service-area-table {

  width: 100%;

  border-collapse: collapse;

  border:none;

}



.service-area-table td, .service-area-table th {

  padding: 10px;

  text-align: left; /* Adjust text alignment as needed */

  border: none; /* Ensures no borders are applied */

}

.service-area-table a {

  color: #484c58; /* Font color */

}





/* Responsive adjustments */

@media (max-width: 768px) {

  .service-area-table, .service-area-table tbody, .service-area-table tr, .service-area-table td {

    display: block;

    width: 100%;

  }

  .service-area-table td {

    text-align: center; /* Center-align text for smaller screens */

    padding: 10px 0; /* Adjust padding as necessary for vertical spacing */

  }

  .slick-next, .slick-prev {display:none!important;}

  .theme_slider_1 .slider{
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(/assets/images/slider/slider_bg2_mobile.webp); 
    background-position: 0px !important;
  }

}

.service-area-table a:hover{

  color: #eb6f1c;

}

.clicktocall {color: #fff;}

.clicktocall:hover {color: #fff;}

.clicktocall-footer {color: #fff;
font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.clicktocall-footer:hover {color: #fff;}

.orange-text {
  color: #f89b3b;

}

.orange-text:hover {
  color: #f89b3b;

}
.black-text {
  color: #656a7c;

}

.black-text:hover {
  color: #f89b3b!important;

}

.footer-pics {
font-size: 30px;
margin: 20px 0;

}

.box-wrapper {
  border: 4px solid #ffb588;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 30px;
}
.box-wrapper .highlighted-text {
  margin-bottom: 20px;
  text-align: center;
}
.highlighted-text strong {
  text-transform: uppercase;
  line-height: 22px;
  color: #222;
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 900;
  padding: 11px 0;
}
.highlighted-text strong:after {
  content: "";
  position: absolute;
  background: #fbebdec4;
  width: 99%;
  height: 12px;
  left: 50%;
  bottom: 7px;
  z-index: -1;
  transform: translateX(-50%);
}
.list-2-col {
  list-style: none;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
.list-2-col li {
  break-inside: avoid-column;
}
.list-4-col {
  list-style: none;
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
.list-4-col li {
  break-inside: avoid-column;
}
.title-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.title-buttons .highlighted-text {
  margin: 0 0 15px;
}
.box-button {
  display: inline-block;
  padding: 5px 20px;
  border: 3px solid #f89b3b;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  background: #fff;
  position: relative;
}
.box-button:hover {
   background: #f89b3b;
   color: #ffffff;
   }
.box-button span {
  position: relative;
  z-index: 1;
}
.box-button:before {
  content: '';
  display: block;
  position: absolute;
  right: -6px;
  bottom: -6px;
  border-bottom: 4px solid #1e1e2a;
  border-right: 3px solid #1e1e2a;
  left: 3px;
  top: 3px;
}
.iconbox .iconbox_wrapper .iconbox_image .image-caption {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,50%);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
}
.image-caption:hover {
  color:#f89b3b!important;
}
.moving-services-section .iconbox .iconbox_wrapper .iconbox_icon {
  top: 10px;
  bottom: initial;
  right: 10px;

}
@media screen and (min-width: 768px) {
  .title-buttons .buttons-set {
    margin-left: auto;
  }
   
  .title-buttons .highlighted-text {
    margin: 0;
  }
}
@media only screen and (max-width: 479px) {
 .buttons-set { 
    margin-left: auto;
    margin-right: auto;
  }
}
.highlighted-text h3 {
  display: inline-block;
  text-transform: uppercase;
  line-height: 22px;
  color: #222;
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 900;
  padding: 11px 0;
}

.highlighted-text h3:after {
  content: "";
  position: absolute;
  background: #fbebdec4;
  width: 99%;
  height: 12px;
  left: 50%;
  bottom: 7px;
  z-index: -1;
  transform: translateX(-50%);
}
[data-list-collapsed] {
  height: 8rem;
  overflow: hidden;
  transition: height 0.5s ease;
}
[data-list-collapsed].open {
  height: auto;
}
[data-list-collapsed] ~ div [data-show-more]:before {
  content: 'show more';
}
[data-list-collapsed].open ~ div [data-show-more]:before {
  content: 'show less';
}

.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 15px 0 -0.5em 0;
    list-style-type: none;
    position: relative;
}

.breadcumb-menu li:after {
  content: "\f125";
  position: relative;
  margin-left: 10px;
  font-weight: 500;
  font-size: 12px;
  color: #f89b3b;
  font-family: Ionicons;
}

.lastbreadcrumb:after {
  content: none!important;
}

.lastbreadcrumb span {
 font-weight: 400!important;
}


@media (max-width: 767px) {
  .footer-badges div {
    flex-direction: column;
    margin-top: 2rem;
  }
  .footer-badges div a + a {
    display: none;
  }
}


.breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 700;
    color: #f89b3b;
}

.breadcumb-menu li {
    display: inline-block;
    margin-right: 3px;
    padding-right: 5px;
    list-style: none;
    position: relative;
}
.breadcumb-menu la:last-child {
    padding-right: 0;
    margin-right: 0;
    color: #f89b3b;
}

@media only screen and (max-width: 479px) {
.list-4-col {
  list-style: none;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
}

.testi-info p {

font-weight: 700;
color: #eb6f1c;
font-size: 20px;
font-family: "Nunito Sans", sans-serif;
margin: 0;
line-height: 1.2;

}

.city-testi {

font-size: 14px!important;
  line-height: 26px!important;
  font-weight: 700!important;
  color: #f89b3b!important;
}

@media screen and (min-width: 800px) {
    .iconbox3 {
max-height: 360px;
}
}

.blog-text  {
  padding-bottom: 10px;
  color: #f89b3b;
}
