body {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font: normal 16px/30px "Open Sans", sans-serif;
  color: #6f6b80;
}
p {
  padding: 0px;
  margin: 0px;
}
a {
  padding: 0px;
  margin: 0px;
  outline: none;
}
ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
label {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
ul li {
  padding: 0px;
  margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}
input[type="text"]::-webkit-placeholder {
  opacity: 1;
}
input[type="text"]::-moz-placeholder {
  opacity: 1;
}
input[type="password"]::-webkit-placeholder {
  opacity: 1;
}
input[type="password"]::-moz-placeholder {
  opacity: 1;
}
input[type="search"]::-webkit-placeholder {
  opacity: 1;
}
input[type="search"]::-moz-placeholder {
  opacity: 1;
}
input[type="email"]::-webkit-placeholder {
  opacity: 1;
}
input[type="email"]::-moz-placeholder {
  opacity: 1;
}
input[type="tel"]::-webkit-placeholder {
  opacity: 1;
}
input[type="tel"]::-moz-placeholder {
  opacity: 1;
}
textarea::-moz-placeholder {
  opacity: 1;
}
textarea::-webkit-placeholder {
  opacity: 1;
}
a:hover {
  outline: none !important;
  text-decoration: none;
}
a:active {
  outline: none !important;
  text-decoration: none;
}
a {
  text-decoration: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
button,
input[type="submit"] {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
input,
button {
  -webkit-appearance: none;
}
input:focus {
  outline: none;
  box-shadow: none;
}
button:focus,
input[type="submit"]:focus {
  outline: none;
  box-shadow: none;
}
figure {
  margin: 0px !important;
}

/*header*/
.header_sec {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.nav_top {
  margin: 0px;
  padding: 15px 0;
  background: none;
  border: none;
  min-height: auto;
  box-shadow: none;
  border-radius: 0px;
}
.nav_top .navbar-brand {
  max-width: 180px;
  margin: 0;
  padding: 0;
}
.nav_top .navbar-brand img {
  width: auto;
  max-width: 100%;
}
.nav_top .orngBtn {
  margin-left: 15px;
}
.drop-nav {
  position: absolute;
  top: 10px;
  right: 0px;
}
.nav_top .dropdown-menu li a {
  font-size: 13px;
}
.menu_sec li {
  position: relative;
}
.menu_sec li a {
  display: inline-block;
  padding: 10px 15px;
  color: #000;
  font-weight: 500;
}
.menu_sec li.actv a,
.menu_sec li a:hover,
.menu_sec .mPS2id-clicked,
.menu_sec .mPS2id-highlight {
  color: #f75023;
}
.header_sec.fixed {
  position: fixed;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.header_sec.fixed .nav_top .navbar-brand {
  max-width: 70px;
}
.container {
  max-width: 1440px;
}

h1 {
  font-size: 60px;
  line-height: 78px;
  font-weight: normal;
  color: #000;
  font-family: "Poppins";
}
h2 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 500;
  color: #000;
  font-family: "Open Sans";
  padding-bottom: 25px;
  text-transform: capitalize;
}
h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #000;
  font-family: "Open Sans";
}
h4 {
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  color: #000;
  font-family: "Open Sans";
}
h5 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #f75023;
  font-family: "Open Sans";
  text-transform: capitalize;
}
h6 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
  font-family: "Open Sans";
}
p {
  padding-bottom: 10px;
}
.orngBtn {
  font-weight: 500;
  color: #fff;
  font-family: "Open Sans";
  border: 2px solid #f75023;
  border-radius: 50px;
  display: inline-block;
  padding: 8px 25px;
  background: #f75023;
}
.orngBtn:hover {
  background: none;
  color: #000;
}
.banner_sec {
  background: url("../images/banner-bg-1.jpg") no-repeat center center / cover;
  padding: 200px 0 80px;
  position: relative;
}
.banner_row {
  align-items: center;
}
.banner_content h4 {
  color: #f75023;
}
.banner_content h5 {
  padding: 20px 0;
}
.banner_content h5 span {
  color: #1cbe59;
}
.banner_img {
  position: relative;
}
.banner_main_img {
  max-width: 100%;
  width: auto;
  -webkit-mask-image: url("../images/JFD-Profile-mask-1-1.png");
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}
.banner_sm_img1,
.banner_sm_img2,
.banner_sm_img3 {
  width: 50px;
  position: absolute;
  animation: logo-object 4s linear infinite;
}
.banner_sm_img1 {
  left: 15%;
  top: 8%;
}
.banner_sm_img2 {
  right: 25%;
  top: 20%;
}
.banner_sm_img3 {
  left: 28%;
  bottom: 4%;
}
@keyframes logo-object {
  0% {
    transform: translateY(-7px);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(-7px);
  }
}
.banner_social_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20px;
}
.banner_social_container .orngBtn {
  margin-right: 25px;
}
.social_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.social_box a {
  font-size: 18px;
  color: #000;
  transition: 0.5s all;
}
.social_box a:hover {
  color: #f75023;
}
.switch_btn {
  color: #000;
  font-size: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}
.switch_btn:hover {
  color: #f75023;
}
.quality_sec {
  padding: 160px 0 80px;
  text-align: center;
}
.quality_box {
  padding: 0 30px;
}
.quality_box img {
  width: 90px;
  margin-bottom: 30px;
}
.quality_box h4 {
  padding-bottom: 25px;
}
.about_sec {
  padding: 80px 0;
  background: url("../images/1-1-1.png") no-repeat top left 150px,
    url("../images/2-1-1.png") no-repeat bottom right, #fff;
}
.about_row {
  align-items: center;
}
.about_content .orngBtn {
  margin-top: 20px;
}
.about_img {
  position: relative;
}
.about_main_img {
  -webkit-mask-image: url(../images/JFD-Profile-mask-2-1-1.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  max-width: 100%;
  width: auto;
}
.success_box {
  padding: 25px;
  border-radius: 8px;
  box-shadow: 25px 0px 65px 0px rgba(54.000000000000036, 32, 152, 0.11);
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 260px;
  position: absolute;
  background: #fff;
}
.success_box1 {
  top: 30%;
  left: 8%;
}
.success_box2 {
  bottom: 5%;
  right: 10%;
}
.success_box b {
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
}
.success_box1 b {
  color: #1cbe59;
}
.success_box2 b {
  color: #6e50f0;
}
.success_box h6 {
  padding-left: 15px;
}
.portfolio_sec {
  padding: 80px 0;
  text-align: center;
  background: url("../images/color-1-1.png") no-repeat top left 150px,
    url("../images/object-2-1-1.png") no-repeat bottom right 50px;
}
.portfolio_gallery {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 450px;
  margin-top: 24px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}
.portfolio_gallery::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0%;
  height: 0%;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.5s all;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
}

.gallery_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio_gallery_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all;
}
.portfolio_gallery:hover::before,
.portfolio_gallery:hover .portfolio_gallery_content {
  opacity: 1;
  visibility: visible;
  width: 100%;
  border-radius: 0%;
}
.portfolio_gallery:hover::before {
  height: 100%;
}
.portfolio_gallery_content h5 {
  padding-bottom: 15px;
}
.portfolio_gallery_content h5,
.portfolio_gallery_content p {
  color: #fff;
}
.gallery_links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 10px;
}
.gallery_links a,
.gallery_links button {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f75023;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border: none;
  padding: 0;
}
.skill_sec {
  padding: 80px 0;
}
.skill_row {
  align-items: center;
}
.skill_img img {
  max-width: 100%;
  -webkit-mask-image: url(../images/JFD-Profile-mask-3-1-1.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}
.progress_bar {
  margin-top: 20px;
}
.progress_bar_label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
.progress_bar_label p {
  color: #f75023;
  font-weight: 500;
  padding: 0;
}
.progress_bar .progress {
  border-radius: 50px;
  height: 10px;
}
.progress_bar1 .progress-bar {
  background-color: #f75023;
}
.progress_bar2 .progress-bar {
  background-color: #1cbe59;
}
.progress_bar3 .progress-bar {
  background-color: #8067f0;
}
.services_sec {
  padding: 80px 0;
  background: url("../images/object-6-1-1.png") no-repeat top right,
    url("../images/object-5-1-1.png") no-repeat top 35% left;
  text-align: center;
}
.service_box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 18px 0px 87px 0px rgba(0, 0, 0, 0.2);
  margin-top: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  min-height: 400px;
}
.service_box img {
  width: 95px;
  margin-right: 15px;
}
.service_content h4 {
  padding-bottom: 10px;
}
.service_content h6 {
  padding-bottom: 25px;
}
.service_content h6 span {
  color: #f75023;
}
.service_content .orngBtn {
  margin-top: 25px;
}
.testimonial_sec {
  padding: 80px 0;
  text-align: center;
  background: url("../images/effect-2-1.png") no-repeat top right;
}
.testimonial_box {
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.testimonial_profile {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.testimonial_img {
  width: 60px !important;
  height: 60px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 15px;
}
.testimonial_profile p {
  padding: 0 !important;
}
.testimonial_sec .item {
  padding: 12px;
}
.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f75023 !important;
  color: #fff !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.owl-carousel .owl-nav button.owl-prev {
  left: -10px;
}
.owl-carousel .owl-nav button.owl-next {
  right: -10px;
}
.testimonial_sec .owl-carousel {
  margin-top: 25px;
}
.brands_sec {
  padding: 80px 0;
  background: url("../images/effect-22-1.png") no-repeat left top;
}
.brand_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
}
.brand_img img {
  max-width: 100%;
  width: auto !important;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
.contact_sec {
  padding: 80px 0 125px;
  text-align: center;
  background: url("../images/effect-12-1.png") no-repeat top 25% left,
    url("../images/effect-13-1.png") no-repeat top right;
}
.contact_row {
  padding-top: 25px;
}
.address_left {
  text-align: left;
}
.address_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.address_box span {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  line-height: 85px;
  margin-right: 15px;
}
.address_box1 span {
  background: #fedfd7;
  color: #f75023;
}
.address_box2 span {
  background: #ddf5e6;
  color: #1cbe59;
}
.address_box3 span {
  background: #ece8fd;
  color: #8067f0;
}
.address_details p a {
  color: #6f6b80;
}
.address_details p a:hover {
  text-decoration: underline !important;
}
.frm_row {
  text-align: center;
}
.frm_item {
  margin-bottom: 15px;
  text-align: left;
}
.frm_item input[type="text"],
.frm_item input[type="number"],
.frm_item input[type="email"],
.frm_item input[type="tel"],
.frm_item textarea {
  font-size: 16px;
  -webkit-appearance: none;
  resize: none;
  color: #363636;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Open Sans";
  padding: 10px 25px;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 50px;
  border: 1px solid #eaeaea;
  background-color: #fafafa;
  box-shadow: none;
  text-align: left;
  transition: 0.5s all;
  outline: none;
}
.frm_item input[type="text"]:focus,
.frm_item input[type="number"]:focus,
.frm_item input[type="email"]:focus,
.frm_item input[type="tel"]:focus,
.frm_item textarea:focus {
  background-color: #fff;
  border-color: #f75023;
}
.frm_item textarea {
  height: 150px;
}

.map_sec iframe {
  width: 100%;
  height: 400px;
  float: left;
}
.footer_sec {
  padding: 30px 0;
  background: #f2f5fb;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.footer_sec p {
  padding: 0 !important;
}
.footer_sec p a {
  color: #f75023;
}
.footer_sec p a:hover {
  text-decoration: underline !important;
}
.back_to_top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background: #f75023;
  color: #fff !important;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  line-height: 50px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 11;
}
.back_to_top.show {
  opacity: 1;
  visibility: visible;
}

.header_sec .page-progress-container {
  visibility: hidden;
  opacity: 0;
}
.header_sec.fixed .page-progress-container {
  visibility: visible;
  opacity: 1;
}
.page-progress-container {
  background-color: #f2f5fb;
  height: 5px;
  width: 100%;
}

.page-progress-bar {
  background-color: #f75023;
  height: 5px;
  width: 0%;
}
.address_details p {
  padding: 0 !important;
}
.skill_image_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  flex-wrap: wrap;
}
.skill_image_box img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
@media (min-width: 992px) and (max-width: 9000px) {
  .nav_top .dropdown > .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    margin: 0px;
    border: none;
    border-bottom: 2px solid #ccc;
    background: #fff !important;
    width: 150px;
    padding: 0px;
    border-radius: 0;
    left: 0;
    right: inherit;
    padding: 5px 8px 8px;
    box-shadow: inherit;
  }

  .nav_top .dropdown:hover > .dropdown-menu {
    max-height: 300px;
    opacity: 1;
    visibility: visible;
  }
  .nav_top .dropdown .dropdown-menu .dropdown > .dropdown-menu {
    position: absolute;
    right: 100% !important;
    top: 0;
    left: inherit;
  }
}
@media only screen and (max-width: 1600px) {
  .container {
    max-width: 1250px;
  }
  .banner_sec {
    padding: 180px 0 80px;
  }
  .banner_img {
    width: 70%;
    margin: 0 auto;
  }
  .about_sec {
    background-position-x: left 50px, right, 0%;
  }
  .quality_sec {
    padding: 80px 0 40px;
  }
  .contact_sec {
    padding: 40px 0 80px;
  }
  .about_sec,
  .portfolio_sec,
  .skill_sec,
  .services_sec,
  .testimonial_sec,
  .brands_sec {
    padding: 40px 0;
  }
  .footer_sec {
    padding: 15px 0;
  }
  .brands_sec {
    background-size: 200px;
  }
  .portfolio_sec {
    background-position-x: left 50px, right 0px;
    background-size: auto, 200px;
  }
  .services_sec {
    background-size: 250px, 250px;
  }
  .contact_sec {
    background-size: 100px, auto;
  }
  .address_box span {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .success_box b {
    font-size: 38px;
    line-height: 48px;
  }
  .success_box {
    padding: 15px;
  }
  .success_box h6 {
    line-height: 25px;
  }
  .address_details h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1400px) {
  .container {
    max-width: 1170px;
  }
  .nav_top .navbar-brand {
    max-width: 110px;
  }
  .nav_top {
    padding: 5px 0;
  }
  .page-progress-container,
  .page-progress-bar {
    height: 3px;
  }
  .service_box {
    min-height: 425px;
  }
  .frm_item input[type="text"],
  .frm_item input[type="number"],
  .frm_item input[type="email"],
  .frm_item input[type="tel"],
  .frm_item textarea {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  body {
    font-size: 14px;
    line-height: 24px;
  }
  h1 {
    font-size: 48px;
    line-height: 60px;
  }
  h2 {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 15px;
  }
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
  h5 {
    font-size: 18px;
    line-height: 26px;
  }
  h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .address_details h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .frm_item input[type="text"],
  .frm_item input[type="number"],
  .frm_item input[type="email"],
  .frm_item input[type="tel"],
  .frm_item textarea {
    font-size: 14px;
    line-height: 24px;
  }
  .switch_btn {
    font-size: 30px;
  }
  .banner_content h5 {
    padding: 10px 0;
  }
  .quality_box img {
    margin-bottom: 15px;
  }
  .quality_box h4 {
    padding-bottom: 15px;
  }
  .banner_sec {
    padding: 150px 0 80px;
  }
  .about_content .orngBtn {
    margin-top: 10px;
  }
  .progress_bar {
    margin-top: 15px;
  }
  .service_content h6 {
    padding-bottom: 15px;
  }
  .service_box img {
    width: 70px;
  }
  .service_box {
    min-height: 370px;
  }
  .testimonial_sec .owl-carousel {
    margin-top: 5px;
  }
  .portfolio_gallery {
    height: 300px;
  }
  .gallery_links a,
  .gallery_links button {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .gallery_links {
    gap: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .nav_top .navbar-toggler {
    border: none;
    background: none;
    padding: 10px 0;
    margin-right: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .nav_top .navbar-toggler .icon-bar {
    display: block;
    width: 34px;
    height: 3px;
    border-radius: 16px;
    background-color: #f75023;
  }
  .nav_top .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 6px;
  }
  .navbar-toggler .icon-bar {
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .navbar-toggler.showtoggle .icon-bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .navbar-toggler.showtoggle .icon-bar:nth-child(2) {
    opacity: 0;
  }
  .navbar-toggler.showtoggle .icon-bar:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  .header_sec .container {
    padding: 0px;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0px;
    background: #fff;
    width: 100%;
    z-index: 11;
  }
  .navbar-brand {
    padding-left: 15px;
  }
  .menu_sec li a {
    width: 100%;
    padding: 10px 15px;
  }

  .container {
    max-width: 750px;
  }
  .nav_top .orngBtn {
    margin: 0 65px 0 0;
  }
  .header_sec .navbar-collapse {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
    border-radius: 12px;
  }
  .banner_img {
    width: 100%;
  }
  .quality_box {
    padding: 0 0px;
  }
  .about_sec {
    background-position-x: left 0px, right, 0%;
    background-size: 90px, 150px;
  }
  .service_box {
    min-height: 482px;
  }
  .success_box1 {
    top: 6%;
    left: 0;
  }
  .success_box2 {
    bottom: 0;
    right: 0;
  }
  .nav_top .navbar-brand {
    margin-left: 15px;
  }
  .portfolio_gallery_content {
    padding: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
  .banner_row {
    flex-direction: column-reverse;
  }
  .banner_img {
    max-width: 550px;
  }
  .switch_btn {
    bottom: 30px;
  }
  .quality_sec {
    padding: 30px 0 15px;
  }
  .about_sec {
    background-size: 50px, 150px;
  }
  .banner_sec {
    padding: 120px 0 80px;
  }
  .about_sec,
  .portfolio_sec,
  .skill_sec,
  .services_sec,
  .testimonial_sec,
  .brands_sec {
    padding: 15px 0;
  }
  .contact_sec {
    padding: 15px 0 30px;
  }
  .map_sec iframe {
    height: 250px;
  }
  .address_left {
    display: flex;
    margin: 0 -12px;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
  }
  .address_box {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 12px;
  }
  .address_details p a {
    word-wrap: anywhere;
  }
  .about_img {
    max-width: 550px;
    margin: 0 auto;
  }
  .portfolio_sec {
    background-position-x: left 00px, right 0px;
    background-size: 100px, 150px;
  }
  .portfolio_sec .col-md-4 {
    width: 50%;
  }
  .skill_img {
    margin: 30px auto 0;
    max-width: 550px;
  }
  .services_sec {
    background-size: 160px, 180px;
  }
  .services_sec p br,
  .testimonial_sec p br {
    display: none;
  }
  .service_box {
    min-height: inherit;
  }
  .brands_sec {
    background: none;
  }
  .contact_sec {
    background-size: 55px, 140px;
  }
  .portfolio_sec p br {
    display: none;
  }
  .skill_image_box img {
    width: 40px;
    height: 40px;
  }
  .nav_top .navbar-brand {
    max-width: 80px;
  }
}

@media only screen and (max-width: 577px) {
  h1 {
    font-size: 38px;
    line-height: 50px;
  }
  h2 {
    font-size: 27px;
    line-height: 36px;
    padding-bottom: 15px;
  }
  .social_box a {
    font-size: 16px;
  }
  .about_img {
    padding: 50px 0;
  }
  .portfolio_gallery_content {
    padding: 10px;
  }
  .contact_sec p br {
    display: none;
  }
  .address_box {
    width: 100%;
  }
  .back_to_top {
    right: 15px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  .service_box {
    padding: 20px;
    flex-direction: column;
  }
  .service_content .orngBtn {
    margin-top: 10px;
  }
  .service_box img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .address_box span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
  .about_sec {
    background-size: 50px, 100px;
  }
  .banner_sm_img1,
  .banner_sm_img2,
  .banner_sm_img3 {
    width: 40px;
  }
}
@media only screen and (max-width: 400px) {
  .nav_top .navbar-brand {
    max-width: 60px !important;
  }
  .portfolio_sec .col-md-4 {
    width: 100%;
  }
}
