@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.bg-top {
    background-color: #818181 !important;
}
body{ 
    font-family: "Roboto", sans-serif;
}
h1,h2,h3,h4,h5,h6{    
    font-family: "Oswald", sans-serif;
}
p, li{
    font-family: "Roboto", sans-serif;
}
.text-right{
    text-align: right
}
.bg-gray{
    background-color: #f4f4f4;
}
/*---Button---*/
.btn {
  border: 1px solid #f26520;
  line-height: 24px;
  padding: 10px 30px !important;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff !important;
  background: #f26520 !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  font-family: "Roboto", sans-serif;
  transition: all 0.3s ease 0s;
}
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn::before {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 100%;
  background-color: #1d2736;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  opacity: 0;
  z-index: -1;
}
.btn:hover {
  color: #ffffff ;
  border: 1px solid #1d2736;
}
.btn:hover::before {
  height: 300%;
  opacity: 1;
}
.btn.hover-theme::before {
  background-color: #f9b809;
}
.btn.hover-theme:hover {
  border-color: #f9b809;
  color: #1d2736;
}
.btn.hover-theme:hover::before {
  height: 300%;
  opacity: 1;
}
.btn.btn-circle {
  border-radius: 50px;
}
.btn.btn-radius {
  border-radius: 5px;
}
.btn.btn-square {
  border-radius: 0;
}
.btn.btn-text {
  border-radius: 0;
  padding: 0;
  line-height: 20px;
  border: none;
}
.btn.btn-text::before {
  display: none;
}
.btn.btn-text.hover-theme:hover {
  color: #f9b809;
}
.btn.btn-underline {
  text-decoration: underline;
}
.btn.btn-large {
  padding: 15px 40px;
  font-size: 16px;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "fontAwesome";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -4px;
}
.text-white{
    color: #fff
}
.social-media .h-100 a{
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    color: #333;
}
.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none; 
font-family: "Oswald", sans-serif;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #f57e38 !important;
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link  {
      margin-right: 0;
      padding: 10px 0;
  }

  .navbar-light .navbar-nav {
      border-top: 1px solid #EEEEEE;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 70px;
}
.navbar-brand img{
    width: 200px;
    margin-top: -20px
}
.navbar-light .navbar-nav .nav-link {
  color: black;
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: .5s;
}
.contact-info{
    position: relative
}
.contact-info::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #818181;
    height: 2px;
}
.social-media{
   position: relative;
}
.social-media::after{
    content: "";
    display: block;
    width: 60px;
    height: 58px;
    background-image: url(../images/tringel-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
   left: -70px;
    top: 0px;

}



.carousel-caption h5{
   font-size: 50px;
    text-transform: uppercase;
    
}

/*--- TWO SERVICE---*/
.two-service{
    margin-top: -115px;
    position: relative;
    z-index: 99
}
.service-Box {
  position: relative;
  display: flex;
  height: 100%;
  background: #f26520;
  padding: 50px 30px;
  border-radius: 16px;
  font-family: "Roboto", sans-serif;
  transition: all 0.3s ease 0s;
  column-gap: 25px;
}
.service-Box:hover{
    background: #343537;
  transition: all 0.3s ease 0s;
}
.service-Box img{
     filter: brightness(0) invert(1);
    width: 50px;
}
.icon-box {
    height: 90px;
}
.service-Box h2{
    font-size: 20px; 
}
/*---ABOUT US SECTION---*/
.about-us{
    padding: 150px 0;
}
.about-us .about-info h2{
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
  font-family: "Roboto", sans-serif;
    position: relative
}

.about-us .about-info p {
    font-size: 16px;
    margin-top: 30px;
    font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.about-us .about-info h2::before {
    position: absolute;
    content: "";
    background: #f26520;
    height: 2px;
    width: 60px;
    left: 0%;
    bottom: -10px;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}
.about-us .about-info h2::after {
    position: absolute;
    content: "";
    background: #f9b809;
    height: 2px;
    width: 60px;
    left: 90px;
    bottom: -10px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.about-us .about-image{
    position: relative
}
.about-us .about-image img{
    z-index: 99;
    position: relative;
}
.about-us .about-image::after{
    content: '';
    width: 450px;
    height: 590px;
    position: absolute;
    right: -50px;
    bottom: -40px;
    border: 15px solid #f26520
}
/*---SERVICE SECTION---*/
.service-section{
    padding: 110px 0px;
    background-color: #f8f8f8;
}
.service-section .title{
    position: relative;
}
.service-section .title h2{
    font-size: 50px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 40px;
}
.service-section .content p{ 
  font-family: "Roboto", sans-serif;
    margin-bottom: 50px;
}
.service-section .title::after{
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    bottom: -20px;
    height: 1px;
    width: 110px;
    background-color: #f9b809;
    margin: 0px auto;
}
.service-section .title::before{
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    bottom: -22px;
    height: 5px;
    width: 20px;
    background-color: #333333;
    margin: 0px auto;
    z-index: 9;
}
.service-section .service-content{
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
    background-color: #fff;
    height: 300px;
    margin-bottom: 25px;
    padding: 50px 20px;
    transition: all 0.3s ease 0s;
    border-radius: 10px;
    border: 5px solid transparent;
}
.service-section .service-content:hover {
    border: 5px solid #f37131;
}
.service-section .service-content .service-icon img{
    width: 50px;
}
.service-section .service-content h2{    
     font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: 020e2a;
}
.service-section .service-content p{    
     font-family: "Roboto", sans-serif; 
}
.service-section .service-content:hover
{
  transition: all 0.3s ease 0s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/*---OBJECTS BOX SECTION---*/

.objects-box {
    background: #f3f3f3 none repeat scroll 0 0;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 30px;
    margin-top: 45px;
    padding: 40px 15px 30px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.objects-box .icon-box {
    background-color: #f3f3f3;
    border-radius: 50%;
    box-sizing: border-box;
    height: 80px;
    left: 0;
    line-height: 60px;
    margin: -42px auto 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
}
.objects-box h2{
    font-size: 19px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333;
    font-family: "Roboto", sans-serif; 
}
.objects-box p{    
    font-size: 14px;
    color: #444;
    font-weight: 500;
    font-family: "Roboto", sans-serif; 
}
.objects-box .icon-box img {
    width: 40px;
}
.objects-box:before {
    background: #f26520 none repeat scroll 0 0;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}
.objects-box:after {
    background: #f26520 none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}



/*
21.Appoitment Section
============================*/
.appoitment-area {
	position: relative;
	overflow: hidden;
	background-image: url("../images/testimonial_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.appoitment-area .images-overlay {
    background: rgba(255, 255, 255, 0.9);
}
.appoitment-area .message-img {
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 1;
}
.images-overlay {
    background-color: rgba(18, 188, 0, 0.96);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.media{
    display: flex;
}
.faq-sec .sec-title {
	margin: 0;
	text-align: left;
	margin-bottom: 40px;
}

.faq-sec {
	padding-right: 50px;
	padding-top: 100px;
	position: relative;
	z-index: 2;
}
.faq-single .media-body p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}
:focus-visible{
    outline: none;
}

.faq-single {
	margin-bottom: 30px;
}

.faq-single .icon {
	width: 60px;
	height: 60px;
	background: #f26520;
	border-radius: 100%;
	margin-right: 10px;
}

.faq-single .icon img {
	padding: 15px;
	width: 60px;
}

.faq-single .media-body h2 {
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-family: "Roboto", sans-serif;
}

.appoitment-area .images-overlay {
	background: rgba(255, 255, 255, 0.9);
}

.appointment-form {
	position: relative;
	z-index: 1;
	padding: 100px 0px 100px 40px;
	top: 0;
	right: 0;
}

.appointment-form::before {
	background-color: #f26520;
	content: "";
	height: 120%;
	left: -35px;
	position: absolute;
	top: 0;
	width: 5000px;
	z-index: -9;
	opacity: 0.92;
}

.appointment-form fieldset {
	margin-left: -15px;
}

.appoitment-area .appointment-form .sngl-field {
	margin-bottom: 30px;
	margin-top: 0;
}

.appoitment-area .appointment-form .sngl-field input {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #fff !important;
	border-radius: 0;
	color: #ddd;
	font-weight: 600;
	background-color: transparent;
	border: none;
	font-family: "Roboto", sans-serif;
}

.appoitment-area .appointment-form .sngl-field textarea {
	border-bottom: 1px solid #fff !important;
	color: #ddd;
	border-radius: 0;
	font-weight: 600;
	margin-top: -15px;
	width: 100%;
	padding: 10px 0;
	background: none;
	border: none;
	font-family: "Roboto", sans-serif;
}

.appoitment-area .appointment-form .sngl-field select {
	-moz-appearance: none;
	-webkit-appearance: none;
	border-bottom: 1px solid #fff;
	width: 100%;
	padding: 10px 0;
	cursor: pointer;
	margin-bottom: 15px;
	color: #ddd;
	font-weight: 600;
	background: none
}

.appoitment-area .appointment-form .sngl-field select option {
	background: #020e2a none repeat scroll 0 0;
	color: #555;
}

.appoitment-area .appointment-form .filed-submitbtn input[type="submit"] {
	margin: 0;
	background: #333;
	border: 0;
	padding: 12px 40px;
	font-weight: 500;
	color: #fff;
	transition: all 0.4s ease 0s;
	font-family: "Roboto", sans-serif;
}

.appoitment-area .appointment-form .filed-submitbtn input[type="submit"]:hover {
	background: #fff;
	color: #020e2a;
	transition: all 0.4s ease 0s
}

.appoitment-area .appointment-form .sngl-field .select-arrow {
	position: relative
}

.appoitment-area .appointment-form .sngl-field .select-arrow:before {
	color: #fff;
	content: "\f107 ";
	font-family: fontawesome;
	position: absolute;
	right: 15px;
	top: 10px;
}

.appoitment-area .appointment-form .sngl-field input[type="text"]::-webkit-input-placeholder {
	color: #ddd;
	opacity: 1
}

.appoitment-area .appointment-form .sngl-field input[type="email"]::-webkit-input-placeholder {
	color: #ddd;
	opacity: 1
}

.appoitment-area .appointment-form .sngl-field textarea::-webkit-input-placeholder {
	color: #ddd;
	opacity: 1
}

.appoitment-area .appointment-form .sngl-field option::-webkit-input-placeholder {
	color: #ddd;
	opacity: 1
}

.appoitment-area .appointment-form .sngl-field input[type="text"]::-moz-placeholder {
	color: #ddd;
	opacity: 1
}

.appoitment-area .appointment-form .sngl-field input[type="email"]::-moz-placeholder {
	color: #ddd;
	opacity: 1
}

.appoitment-area .appointment-form .sngl-field textarea::-moz-placeholder {
	color: #ddd;
	opacity: 1
}

.appoitment-area .appointment-form .sngl-field option::-moz-placeholder {
	color: #ddd;
	opacity: 1
}


.appointment-form h2,
.company-openingtime h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-family: "Roboto", sans-serif;
}

.testimonial{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    align-items: start; 
    padding: 30px 30px;
    column-gap: 25px;
    margin: 20px 10px;
}
.testimonial p{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.testimonial .title h4{
    font-size: 20px;
    font-family: "Roboto", sans-serif;
}
.testimonial .title h2{
    font-size: 20px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}
.testimonial .person .image{
    width: 100px;
    height: 100px;
    border: 1px solid #f26520;
    border-radius: 100px;
    overflow: hidden;
}
.single-sectors {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    height: 100px;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    margin-bottom: 25px; 
	transition: all 0.4s ease 0s
}
.single-sectors:hover{ 
	transition: all 0.4s ease 0s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.single-sectors img {
    width: 25px !important;
    margin-bottom: 10px !important;
    margin: 0px auto;
}
.client-box {
    padding: 25px;
    background-color: transparent;
    height: 110px;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 4px;
}
footer{ 
    padding: 100px 0 50px;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.about-footer h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
    color: #eee;
}
.about-footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.about-footer p {
    color: #eee;
}
.about-footer ul li a {
    text-decoration: none;
    line-height: 34px;
    transition: all 0.4s ease 0s;
    color: #eee;
}

.about-footer ul li a:hover {
    color: #fff;
    margin-left: 10px;
    transition: all 0.4s ease 0s;
}
.about-footer p i {
    width: 20px;
    height: 20px;
}
.about-footer img {
    width: 210px;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.copy-right{
    background-color: #f37131;
    padding: 15px;
    text-align: center;
}
.copy-right p {
    margin: 0px;
    color: #fff
}

#button {
  display: inline-block;
  background-color: #f37131;
  width: 47px;
  height: 47px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
  border-radius: 100px;
}
#button::after {
  content: "\f102";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.map {
    margin-top: 20px; 
}

.breadcurm { 
    padding: 50px;
    background-image: url(../images/inner-page-banner.jpg);
    background-position: center;
}
.breadcurm h2{
    color: #fff;
}
.breadcurm span{
    color: #b5adad
}
.breadcurm a {
    color: #fff;
}


/*--
    - Contact Us Css
-----------------------------------*/
#googleMap-2 {
  height: 600px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #googleMap-2 {
    height: 400px;
  }
}

.form_wrapper {
  padding: 55px 70px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: -107px;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .form_wrapper {
    padding: 30px;
  }
}

.form-inner-box-warp input, .form-inner-box-warp textarea {
  width: 100%;
  border: 1px solid #c1c1c1;
  padding: 8px 15px;
  color: #333;
}
.form-inner-box-warp textarea {
  height: 170px;
}
.form-inner-box-warp .submit-btn {
  background: #f37131;
  color: #ffffff;
  border: none;
  padding: 8px 40px;
  text-transform: uppercase;
  font-weight: 500;
}
.form-inner-box-warp .submit-btn:hover {
  background: #080909;
}

@media only screen and (max-width: 767px) {
  .contact-info-wrapper {
    margin-top: 55px;
    margin-bottom: 60px;
  }
}
.contact-details ul{
    margin: 0px;
    padding: 0px;
}
.contact-details ul li {
  margin-bottom: 20px;
  list-style: none;
}
.contact-details ul li:last-child {
  margin-bottom: 0;
}

.contact-text i {
  font-size: 20px;
  color: #f37131;
  border: 1px solid #f37131;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 15px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-text i:hover {
  background: #f9b809;
  color: #ffffff;
}
.contact-details ul li:last-child i {
    width: 60px;
}
.contact-details ul li:nth-last-of-type(2) i {
    width: 40px;
}
.contact-text p a {
  display: block;
  text-decoration: none;
  color: #333;
}

.form-messege {
  margin-top: 10px;
}
.form-messege.error {
  color: red;
}
.form-messege.success {
  color: green;
}

.title-2 {
  margin-bottom: 30px;
}
.title-2 h2::before {
  position: absolute;
  content: "";
  background: #f9b809;
  height: 2px;
  width: 120px;
  left: 0%;
  bottom: 0;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
.title-2 h2::after {
  position: absolute;
  content: "";
  background: #333;
  height: 2px;
  width: 60px;
  left: 0%;
  bottom: 0;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.title-3 {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
.title-3 h3 {
  font-weight: 600;
  margin-bottom: 10px;
}
.title-3 h3::before {
  position: absolute;
  content: "";
  background: #f37131;
  height: 2px;
  width: 100%;
  left: 0%;
  bottom: 0;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.title-3 h3::after {
  position: absolute;
  content: "";
  background: #333;
  height: 2px;
  width: 50%;
  right: 0%;
  bottom: 0;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
.service-image img{
    width: 100%;
}

/*
22.Sidebar Section
=====================*/
.sidebar h2 {
	display: flex;
	flex-direction: column-reverse;
	gap: 15px;
	font-size: 20px;
	text-transform: uppercase;
	width: 100%;
	color: #020e2a;
	position: relative;
	padding-bottom: 10px;
	font-weight: bold;
}
.widget-archive li::before {
    color: #fab909;
    content: "\f101";
    font-family: fontawesome;
    font-size: 14px;
    left: 0;
    position: relative;
    top: 0;
    padding-right: 14px;
}
.sidebar .widget {
	padding: 30px;
	background-color: #fafafa;
	margin-bottom: 30px;
	border: 1px solid #ececec;
}
 
.widget-tag li {
	display: inline-block;
}
.widget-archive li {
    display: inline-block;
    position: relative;
    width: 100%;
    border-top: 1px solid #f0f0f0;
    padding: 10px 0;
}
.sidebar ul li a {
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
    text-decoration: none;
    color: #333;
}
.sidebar ul li a:hover{
    color: #f66d29
}
.sidebar ul{
    margin: 0px;
    padding: 0px
}
.sidebar h2::before {
    background: #fab909 none repeat scroll 0 0;
    bottom: 22px;
    content: "";
    height: 1px;
    width: 35px;
}
ul.admin {
    border: 1px solid #eee;
    padding: 10px 10px;
}

ul.admin li {
    display: inline-block;
    color: #aaa;
}
ul.admin span {
    display: inline-block;
    padding: 10px;
    color: #aaa;
}

.pro-fac{
    margin-top: 50px;
}
.pro-fac h2{
    font-size: 20px;
    font-weight: 400;
    background-color: #faf3f3;
    padding: 12px;
    border-radius: 4px;
}
.box-main h3 {font-size: 18px;margin-top: 0px;margin-bottom: 25px;}

.box-main {
    background-color: #faf3f3;
    padding: 20px;
    margin-top: 25px;
    border-radius: 10px;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}
.box-main:hover::after{
    height: 100%;
    /* bottom: 100%; */
    transition: all 0.4s ease-in-out 0s;
}
.box-main::after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 0%;
    width: 100%;
    background-color: #ff3d00;
    transition: all 0.4s ease-in-out 0s;
}
.box-main ul {
    margin: 0;
    padding: 0;
}
.box-main ul li {
    list-style: none;
    line-height: 30px;
    font-weight: 300;
}
.box-main ul li::before{
    color: #fab909;
    content: "\f101";
    font-family: fontawesome;
    font-size: 14px;
    left: 0;
    position: relative;
    top: 0;
    padding-right: 14px;
}
.box-main:hover ul li::before{
    color: #fff
}
.box-main .wrapper{
    z-index: 33;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
}
.box-main:hover .wrapper{
    color: #fff;
    transition: all 0.4s ease-in-out 0s;;
}
.service-details .row .row .service-image{
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.service-details .row .row .service-image img{
    transition: all 0.4s ease-in-out 0s;
}
.service-details .row .row:hover .service-image img{
     transform: scale(1.5);
     border:5px solid #000;
    opacity: 0.8;
    transition: all 0.4s ease-in-out 0s;
}




.chat_icon {
    position: fixed;
    left: 15px;
    bottom: 92px;
    z-index: 999;
}
.chat_icon img{
    width: 45px;
}
.chat_icon .whats:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: #f62323;
    top: 2px;
    right: 4px;
    border-radius: 50px;
    animation: shake 1.5s cubic-bezier(.36, .07, .19, .97) both infinite;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%,
    90% {

        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {

        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {

        transform: translate3d(-3px, 0, 0);
    }
    40%,
    60% {

        transform: translate3d(3px, 0, 0);
    }
}
.call_blink {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom:22px;
    left: 10px;
    z-index: 9;
}



.Phone {
    position: relative;
    display: block;
    margin: 0;
    width: 50px;
    height: 50px;
    font-size: 25vmin;
    background-color: #3498db;
    border-radius: 0.5em;
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    bottom: 0px;
    left: 0px;

}
.Phone::before,
.Phone::after {
    position: absolute;
    content: "";
}
.Phone::before {
    top: -53px;
    left: -52px;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);

}


.Phone::after {

    top: 11px;
    left: 11px;
    width: 28px;
    height: 28px;
    background-image: url(../images/phone.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

}



.Phone.is-animating {
    -webkit-animation: phone-outer 3000ms infinite;
    animation: phone-outer 3000ms infinite;

}



.Phone.is-animating::before {

    -webkit-animation: phone-inner 3000ms infinite;

    animation: phone-inner 3000ms infinite;

}



.Phone.is-animating::after {

    -webkit-animation: phone-icon 3000ms infinite;

    animation: phone-icon 3000ms infinite;

}



@-webkit-keyframes phone-outer {

    0% {

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

        transform: translate3d(0, 0, 0) scale(1);

        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);

    }

    33.3333% {

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

        transform: translate3d(0, 0, 0) scale(1.1);

        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);

    }

    66.6666% {

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

        transform: translate3d(0, 0, 0) scale(1);

        box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);

    }

    100% {

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

        transform: translate3d(0, 0, 0) scale(1);

        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);

    }

}



@keyframes phone-outer {

    0% {

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

        transform: translate3d(0, 0, 0) scale(1);

        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);

    }

    33.3333% {

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

        transform: translate3d(0, 0, 0) scale(1.1);

        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);

    }

    66.6666% {

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

        transform: translate3d(0, 0, 0) scale(1);

        box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);

    }

    100% {

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

        transform: translate3d(0, 0, 0) scale(1);

        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);

    }

}



@-webkit-keyframes phone-inner {

    0% {

        opacity: 1;

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

        transform: translate3d(0, 0, 0) scale(0);

    }

    33.3333% {

        opacity: 1;

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

        transform: translate3d(0, 0, 0) scale(0.4);

    }

    66.6666% {

        opacity: 0;

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

        transform: translate3d(0, 0, 0) scale(0);

    }

    100% {

        opacity: 0;

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

        transform: translate3d(0, 0, 0) scale(0);

    }

}



@keyframes phone-inner {

    0% {

        opacity: 1;

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

        transform: translate3d(0, 0, 0) scale(0);

    }

    33.3333% {

        opacity: 1;

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

        transform: translate3d(0, 0, 0) scale(0.4);

    }

    66.6666% {

        opacity: 0;

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

        transform: translate3d(0, 0, 0) scale(0);

    }

    100% {

        opacity: 0;

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

        transform: translate3d(0, 0, 0) scale(0);

    }

}



@-webkit-keyframes phone-icon {

    0% {

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

        transform: translate3d(0em, 0, 0);

    }

    2% {

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

        transform: translate3d(0.01em, 0, 0);

    }

    4% {

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

        transform: translate3d(-0.01em, 0, 0);

    }

    6% {

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

        transform: translate3d(0.01em, 0, 0);

    }

    8% {

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

        transform: translate3d(-0.01em, 0, 0);

    }

    10% {

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

        transform: translate3d(0.01em, 0, 0);

    }

    12% {

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

        transform: translate3d(-0.01em, 0, 0);

    }

    14% {

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

        transform: translate3d(0.01em, 0, 0);

    }

    16% {

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

        transform: translate3d(-0.01em, 0, 0);

    }

    18% {

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

        transform: translate3d(0.01em, 0, 0);

    }

    20% {

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

        transform: translate3d(-0.01em, 0, 0);

    }

    22% {

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

        transform: translate3d(0.01em, 0, 0);

    }

    24% {

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

        transform: translate3d(-0.01em, 0, 0);

    }

    26% {

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

        transform: translate3d(0.01em, 0, 0);

    }

    28% {

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

        transform: translate3d(-0.01em, 0, 0);

    }

    30% {

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

        transform: translate3d(0.01em, 0, 0);

    }

    32% {

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

        transform: translate3d(-0.01em, 0, 0);

    }

    34% {

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

        transform: translate3d(0.01em, 0, 0);

    }

    36% {

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

        transform: translate3d(-0.01em, 0, 0);

    }

    38% {

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

        transform: translate3d(0.01em, 0, 0);

    }

    40% {

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

        transform: translate3d(-0.01em, 0, 0);

    }

    42% {

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

        transform: translate3d(0.01em, 0, 0);

    }

    44% {

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

        transform: translate3d(-0.01em, 0, 0);

    }

    46% {

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

        transform: translate3d(0em, 0, 0);

    }

}



@keyframes phone-icon {

    0% {

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

        transform: translate3d(0em, 0, 0);

    }

    2% {

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

        transform: translate3d(0.01em, 0, 0);

    }

    4% {

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

        transform: translate3d(-0.01em, 0, 0);

    }

    6% {

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

        transform: translate3d(0.01em, 0, 0);

    }

    8% {

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

        transform: translate3d(-0.01em, 0, 0);

    }

    10% {

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

        transform: translate3d(0.01em, 0, 0);

    }

    12% {

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

        transform: translate3d(-0.01em, 0, 0);

    }

    14% {

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

        transform: translate3d(0.01em, 0, 0);

    }

    16% {

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

        transform: translate3d(-0.01em, 0, 0);

    }

    18% {

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

        transform: translate3d(0.01em, 0, 0);

    }

    20% {

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

        transform: translate3d(-0.01em, 0, 0);

    }

    22% {

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

        transform: translate3d(0.01em, 0, 0);

    }

    24% {

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

        transform: translate3d(-0.01em, 0, 0);

    }

    26% {

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

        transform: translate3d(0.01em, 0, 0);

    }

    28% {

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

        transform: translate3d(-0.01em, 0, 0);

    }

    30% {

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

        transform: translate3d(0.01em, 0, 0);

    }

    32% {

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

        transform: translate3d(-0.01em, 0, 0);

    }

    34% {

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

        transform: translate3d(0.01em, 0, 0);

    }

    36% {

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

        transform: translate3d(-0.01em, 0, 0);

    }

    38% {

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

        transform: translate3d(0.01em, 0, 0);

    }

    40% {

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

        transform: translate3d(-0.01em, 0, 0);

    }

    42% {

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

        transform: translate3d(0.01em, 0, 0);

    }

    44% {

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

        transform: translate3d(-0.01em, 0, 0);

    }

    46% {

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

        transform: translate3d(0em, 0, 0);

    }

}

 .image-box {
    border: 10px solid #f66d29;
    border-radius: 8px;
     margin-bottom: 25px
}
.counter-main{
    padding: 30px;
    margin: 90px 0 0;
    background-color: #f66d29;
}
 
.counter-box {
    display: block;
    padding: 20px 10px 17px;
    text-align: center;
    border: 1px solid #f6f6f6;
    border-radius: 10px;
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.counter-box i {
    font-size: 30px;
    margin: 0 0 15px;
    color: #fff;
}

.counter {
    display: block;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    line-height: 28px
}

.counter-box.colored {
    background: #3acf87
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}
.plus{
    font-size: 20px;
}
.content-box {
    padding: 60px 0 50px;
}

.content-box h2 {
    margin-bottom: 20px;
}
.who-we-are-image img{
    width:100%;
    z-index: 1;
}
.who-we-are-image { 
    position:relative
}
.who-we-are-image::after {
    content: '';
    width: 450px;
    height: 620px;
    position: absolute;
    left: -50px;
    bottom: 46px;
    border: 15px solid #f26520;
}