* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  background-color: transparent !important;
  font-family: "Poppins", sans-serif;
}

.container {
  width: 100%;
  max-width: 1110px;
  padding: 0 15px;
  margin: 0px auto;
}

@media (max-width: 991px) {
  .container {
    max-width: 720px !important;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px !important;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100% !important;
  }
}
ul {
  margin-bottom: 0px !important;
}

ul li {
  list-style: none !important;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
}

p {
  margin-bottom: 0 !important;
}

button:focus {
  outline: none !important;
}

/*========================================
    smooth outer Css Begin 
==========================================*/
.main {
  position: relative;
  scroll-behavior: smooth;
}
.main .mainouterfull {
  width: auto;
}

/*========================================
    smooth outer Css End 
==========================================*/
/*========================================
    sticky_header Css Start 
==========================================*/
.sticky_header {
  position: sticky;
  padding: 34px 0;
  top: 0;
  z-index: 1;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  background-color: #fff;
}
.sticky_header .logo img {
  width: auto;
}
.sticky_header .call {
  text-align: right;
}
.sticky_header .call ul li {
  font-size: 16px;
  font-weight: 600;
}
.sticky_header .call ul li a {
  padding-left: 10px;
  color: #ff5400;
  transition: 0.5s;
}
.sticky_header .call ul li a:hover {
  color: #00aa34;
}

/*========================================
    sticky_header Css End 
==========================================*/
/*********************************
    Banner section start
  *********************************/
.banner {
  position: relative;
}
.banner .banner_slidr img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .slick-dots {
  bottom: 55px;
  width: 20%;
  padding: 10px 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #e5e5e8;
  border-radius: 30px;
  display: none !important;
}
.banner .slick-dots li {
  margin-left: 0;
}
.banner .slick-dots li button {
  padding-bottom: 10px;
  position: absolute;
  top: 6px;
}
.banner .slick-dots li button:before {
  width: 17px;
  height: 17px;
  content: "";
  font-size: 0;
  background-color: #9d9d9d;
  border-radius: 100%;
  opacity: 1;
}
.banner .slick-dots li.slick-active button::before {
  background-color: #ff5400;
}

/*********************************
    Banner section end
  *********************************/
/*********************************
  My Name section start
*********************************/
.myname {
  padding: 80px 0;
}
.myname p {
  padding-bottom: 40px;
  font-size: 22px;
  color: #565656;
}
.myname p span {
  color: #ff5400;
}
.myname .inter {
  margin-top: 80px;
  background-color: #e9e9e9;
  padding: 40px 30px;
  border-radius: 10px;
}
.myname .inter .inter_outr {
  background-color: transparent;
  border-radius: 10px;
  padding: 20px;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.myname .inter .inter_outr .inter_inr {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 0px;
  width: 77%;
  border-radius: 10px;
  margin: 0px auto;
  margin-bottom: 15px;
  min-height: 91px;
}
.myname .inter .inter_outr .inter_inr img {
  width: auto;
}
.myname .inter .inter_outr span.iner_cap {
  text-align: center;
  font-size: 20px;
  color: #565656;
  font-weight: 600;
  display: block;
}
.myname .inter .inter_outr span.iner_cap:hover {
  color: #fff;
}
.myname .inter .inter_outr:hover {
  background-color: #ff5300;
  transform: rotateY(180deg);
}
.myname .inter .inter_outr:hover span.iner_cap {
  color: #fff;
  transform: rotateY(180deg);
}

/*********************************
  My Name section end
*********************************/
/*********************************
  Service section start
*********************************/
.service {
  padding: 80px 0;
  background-color: #f1f1f1;
}
.service .imgsec img {
  text-align: right;
}
.service .consec {
  text-align: left;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.service .consec h4 {
  font-size: 48px;
  color: #262626;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-right: auto;
}
.service .consec h4 span {
  font-weight: 600;
  color: #000;
}
.service .consec p {
  font-size: 22px;
  line-height: 28px;
  color: #565656;
  font-weight: 400;
  padding-bottom: 15px;
}

/*********************************
  Service section end
*********************************/
/*********************************
  Testmonial section start
*********************************/
.testmon {
  padding: 125px 0;
}
.testmon h5 {
  font-size: 18px;
  font-weight: 600;
  color: #ff5400;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
  display: table;
  margin: 0px auto;
}
.testmon h5::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #ff5400;
  left: -65px;
  bottom: 26px;
}
.testmon h5::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #ff5400;
  right: -65px;
  bottom: 26px;
}
.testmon h6 {
  font-size: 36px;
  color: #303030;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
  padding-bottom: 50px;
}
.testmon h6 b {
  font-weight: 600;
}
.testmon .textoutr {
  padding-top: 50px;
}
.testmon .textoutr .col-sm-12, .testmon .textoutr .col-md-6, .testmon .textoutr .col-lg-4 {
  margin-bottom: 30px;
}
.testmon .textoutr .testinr {
  padding: 40px 35px;
  width: 100%;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  background-color: #fff;
  text-align: center;
  height: 100%;
  transition: 0.5s;
}
.testmon .textoutr .testinr .rate {
  text-align: center;
  padding-bottom: 0px !important;
  display: flex;
  justify-content: center;
}
.testmon .textoutr .testinr .rate i {
  color: #e9ad3f;
  font-size: 16px;
  margin-right: 5px;
}
.testmon .textoutr .testinr span {
  font-size: 16px;
  color: #565656;
  text-transform: uppercase;
  margin: 15px 0;
  font-weight: 600;
  display: block;
}
.testmon .textoutr .testinr p {
  font-size: 20px;
  color: #696969;
  line-height: 30px;
  font-weight: 400;
}
.testmon .textoutr .testinr:hover {
  background-color: #ff5400;
}
.testmon .textoutr .testinr:hover .rate i {
  color: #fff;
}
.testmon .textoutr .testinr:hover span {
  color: #fff;
}
.testmon .textoutr .testinr:hover p {
  color: #fff;
}
.testmon .textoutr .testlogo {
  padding-top: 80px;
  display: table;
  margin: 0px auto;
}
.testmon .textoutr .testlogo img {
  padding-right: 30px;
}

/*********************************
  Testmonial section end
*********************************/
/*********************************
  Get a qute section end
*********************************/
.getqu {
  padding: 80px 0;
  background-image: url(../images/get-qute-bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: right center;
}
.getqu h5 {
  font-size: 18px;
  font-weight: 600;
  color: #ff5400;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
  display: table;
  margin: 0px auto;
  margin: 0;
  margin-left: 65px;
}
.getqu h5::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #ff5400;
  left: -65px;
  bottom: 26px;
}
.getqu h5::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #ff5400;
  right: -65px;
  bottom: 26px;
}
.getqu h6 {
  font-size: 36px;
  color: #303030;
  font-weight: 300;
  text-align: left;
  padding-bottom: 20px;
}
.getqu h6 b {
  font-weight: 600;
}
.getqu .quteform {
  width: 60%;
}
.getqu .quteform .mb20 {
  margin-bottom: 20px;
}
.getqu .quteform input {
  width: 100%;
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 16px;
  color: #3e3e3e;
  outline: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.getqu .quteform input::-moz-placeholder {
  text-transform: capitalize;
  color: #3e3e3e;
}
.getqu .quteform input::placeholder {
  text-transform: capitalize;
  color: #3e3e3e;
}
.getqu .quteform textarea {
  width: 100%;
  outline: none;
  border: 0;
  height: 110px;
  padding: 15px 15px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 16px;
  color: #3e3e3e;
}
.getqu .quteform textarea::-moz-placeholder {
  color: #3e3e3e;
}
.getqu .quteform textarea::placeholder {
  color: #3e3e3e;
}
.getqu .quteform input[type=submit] {
  font-size: 18px;
  background-color: #ff5400;
  text-align: center;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  width: auto;
  width: 45%;
  transition: 0.5s;
}
.getqu .quteform input[type=submit]:hover {
  background-color: #00aa34;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/*********************************
  Get a qute section end
*********************************/
/*********************************
  Footer section start
*********************************/
footer {
  padding: 190px 0;
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
footer .foo_logo {
  text-align: center;
  padding-bottom: 50px;
}
footer .foot_link ul {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
footer .foot_link ul li {
  font-size: 16px;
  color: #fff;
  padding-right: 30px;
  display: flex;
  align-items: center;
}
footer .foot_link ul li i {
  color: #fff;
}
footer .foot_link ul li a {
  color: #fff;
  transition: 0.5s;
  padding-left: 15px;
  text-transform: none;
}
footer .foot_link ul li a:hover {
  color: #00aa34;
}
footer .foot_link ul.social_link li {
  padding-right: 10px;
}
footer .foot_link ul.social_link li a {
  font-size: 30px;
  transition: 0.5s;
}
footer .foot_link ul.social_link li a:hover i {
  color: #00aa34;
}
footer p {
  text-align: center;
  font-size: 14px;
  color: #929292;
}

/*********************************
  Footer section end
*********************************//*# sourceMappingURL=style.css.map */