@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap");
/*Main Css */
::selection {
  background: #ff5703;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #ff5703;
}

/* Tabbing CSS */
[class^=box-] {
  display: none;
}

[class^=box-].showfirst {
  display: block;
}

/* Accordion CSS */
.myaccordion li .faq-opt {
  display: none;
}

.myaccordion li.active .faq-opt {
  display: block;
}

.myaccordion li.active .faq-ang h4:before {
  content: "\f077";
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Poppins";
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
}

p {
  font-family: "Nunito";
}

*:hover,
*:focus,
* {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
input[type=submit] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
  text-decoration: unset;
}

a:hover {
  color: #ff5e14;
}

span {
  display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
  font-family: "Roboto";
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  opacity: 1;
}

/* Padding Classes */
.pad-zero {
  padding: 0px;
}

.pad-l-zero {
  padding-left: 0px;
}

.pad-r-zero {
  padding-right: 0px;
}

.ovr-hiddn {
  overflow: hidden;
}

.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.overlay {
  display: none;
}

.overlay.active {
  display: block;
}

/* Heading Classes */
.hding-1 h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
}

.highlighted {
  color: #ff5e14;
}

/* Custom Slick Css */
.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
}

.slick-dots {
  padding: 50px 0 0;
  text-align: center;
}

.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}

.slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: #f3c919;
  width: 11px;
  height: 11px;
}

/*header css*/
header {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  padding: 10px 3%;
  background-color: #000;
}

.stickyOpen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
  box-shadow: 0 0 5px #efefef;
}
.stickyOpen .logo {
  width: 150px;
}

.logo {
  display: inline-block;
  font-size: 35px;
  font-weight: bold;
  color: #040f18;
  text-transform: capitalize;
  width: 280px;
}

.logo img {
  display: block;
}

/* Hamburger Menu */
.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  /*margin: auto;*/
  z-index: 22;
  display: none;
}

.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #0f4c97;
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
  top: 0;
}

.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}

.menu-Bar span:nth-child(3) {
  top: 16px;
}

.menu-Bar.open span {
  background: #b70404;
}

.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

/* Menu Css */
.menu {
  font-size: 0px;
  display: inline-block;
  vertical-align: middle;
}

.menu li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 35px;
}

.menu li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.menu li:hover a,
.menu li.active a {
  color: #ff5703;
}

/* Menu Dropdown CSS */
.dropdown-nav {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.dropdown-nav:hover {
  overflow: visible;
}

ul.dropdown {
  position: absolute;
  width: 100%;
  left: 0px;
  margin: auto;
  background: #fff;
  padding: 20px;
  text-align: left;
  border-radius: 2px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.0784313725);
  opacity: 0;
  animation: btotreverse 0.5s forwards;
}

ul.dropdown li {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

ul.dropdown li a {
  padding: 0;
  font-size: 14px;
  color: #000 !important;
  display: block;
  width: 100%;
  margin: 0px 0 15px;
  text-align: center;
  font-weight: 600;
  background: transparent !important;
}

ul.dropdown li.last a {
  margin-bottom: 0px;
}

ul.dropdown li a:hover {
  color: #000 !important;
}

.dropdown-nav:hover ul.dropdown {
  animation: btot 0.5s forwards;
  z-index: 9;
}

/* Dropdown CSS*/
@keyframes btotreverse {
  0% {
    top: 75px;
    opacity: 1;
  }
  100% {
    top: 115px;
    opacity: 0;
  }
}
@keyframes btot {
  0% {
    top: 115px;
    opacity: 0;
  }
  100% {
    top: 40px;
    opacity: 1;
  }
}
.top-btn {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #ff5703 !important;
  text-transform: uppercase;
  padding: 13px 40px;
  border: solid 2px #ff5703;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.top-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ff5703;
  bottom: -150px;
  left: 0;
  transition: 0.3s ease-in-out;
}
.top-btn:hover {
  color: #fff !important;
}
.top-btn:hover:before {
  bottom: 0;
}

.theme-btn {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 30px;
  border: solid 2px #ff5703;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.theme-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ff5703;
  bottom: 0;
  left: 0;
  transition: 0.3s ease-in-out;
}
.theme-btn:hover {
  color: #ff5703;
}
.theme-btn:hover:before {
  bottom: -150px;
}
.theme-btn i {
  padding-left: 10px;
  vertical-align: middle;
}

.theme-btn1 {
  font-size: 16px;
  font-weight: 600;
  color: #ff5703;
  text-transform: uppercase;
  padding: 13px 40px;
  border: solid 2px #ff5703;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.theme-btn1:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ff5703;
  bottom: -150px;
  left: 0;
  transition: 0.3s ease-in-out;
}
.theme-btn1:hover {
  color: #fff;
}
.theme-btn1:hover:before {
  bottom: 0;
}

/* Main Banner CSS */
.mainBanner {
  background-size: cover;
  background-position: center;
  height: 850px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  background-attachment: fixed;
}
.mainBanner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.spad {
  padding-left: 12%;
  padding-right: 12%;
}

.banner-content {
  text-align: center;
  position: relative;
  z-index: 1;
}
.banner-content h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 16px;
  color: #ff5703;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.banner-content h1 {
  font-size: 75px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 5.22px;
  color: #fff;
  text-transform: capitalize;
}
.banner-content h2 {
  font-size: 60px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 4.35px;
  color: #fff;
  text-transform: capitalize;
}
.banner-content h2 span {
  color: #ff5703;
}
.banner-content p {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #fff;
  padding: 30px 0;
}

.srv-list {
  font-size: 0;
}
.srv-list li {
  display: inline-block;
  width: 25%;
  margin: 0 -1px;
}
.srv-list li:nth-child(odd) {
  position: relative;
  top: 35px;
}

.srv-box {
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.srv-box a {
  display: block;
}
.srv-box img {
  width: 100%;
  transition: 0.3s ease-in-out;
  filter: brightness(0.7);
}
.srv-box .txt {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.srv-box h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 5px;
}
.srv-box p {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  color: #fff;
  display: none;
}
.srv-box:hover {
  transform: translateY(-10px);
}
.srv-box:hover img {
  filter: brightness(0.3);
}
.srv-box:hover p {
  display: block;
}

.hm-sec1 {
  padding-top: 75px;
  padding-bottom: 100px;
}
.hm-sec1 .common-heading {
  text-align: center;
}

.common-heading {
  padding-bottom: 65px;
}
.common-heading h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #ff5703;
  text-transform: uppercase;
}
.common-heading h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
  color: #282d32;
  text-transform: capitalize;
}

.hm-sec2 {
  background-color: #000;
  padding-top: 75px;
  padding-bottom: 75px;
}
.hm-sec2 .img-box img {
  width: 100%;
}
.hm-sec2 .content {
  padding: 0 15px;
}
.hm-sec2 h2 {
  color: #fff;
}
.hm-sec2 h2 span {
  color: #ff5703;
}
.hm-sec2 p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  padding: 10px 0 25px;
}
.hm-sec2 .common-heading {
  padding: 0;
}

.hm-sec3 {
  text-align: center;
  padding-top: 75px;
}
.hm-sec3 .common-heading {
  padding-bottom: 15px;
}
.hm-sec3 .img-box {
  margin: 0 5px 10px;
  overflow: hidden;
  display: block;
}
.hm-sec3 .img-box img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.hm-sec3 .img-box:hover img {
  filter: brightness(0.5);
}
.hm-sec3 .work-content {
  margin: 0 -15px;
}
.hm-sec3 .work-content p {
  font-size: 16px;
  font-weight: bold;
  color: #040f18;
  text-align: center;
  line-height: 1.2;
  padding: 25px 25% 65px;
}

.work-nav {
  text-align: center;
  margin-bottom: 55px;
}
.work-nav li {
  display: inline-block;
  padding: 0 30px;
  border-right: 5px double #040f18;
}
.work-nav li a {
  font-size: 16px;
  font-weight: bold;
  color: #040f18;
  font-family: "Nunito";
  text-transform: uppercase;
}
.work-nav li a:hover {
  color: #ff5703;
}
.work-nav li:last-child {
  border: none;
}
.work-nav .active a {
  color: #ff5703;
}

.hm-sec4 {
  background-color: #000;
  font-size: 0;
  text-align: center;
  padding: 60px 0;
}
.hm-sec4 .img-box img {
  width: 100%;
}
.hm-sec4 .content {
  padding-right: 35%;
  padding-left: 50px;
}
.hm-sec4 h3 {
  font-size: 50px;
  font-weight: bold;
  line-height: normal;
  color: #ff5703;
  padding-bottom: 60px;
  text-decoration: underline;
}
.hm-sec4 h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
  color: #fff;
}
.hm-sec4 p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 45px;
}

.p-bar {
  margin-bottom: 35px;
}
.p-bar h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  padding-bottom: 10px;
}

.progress {
  height: 15px;
}

.progress-bar {
  background-color: #ff5703;
  height: 15px;
}

.hm-sec5 {
  padding: 70px 0 120px;
}
.hm-sec5 .common-heading {
  text-align: center;
  padding-bottom: 40px;
}

.testi-content {
  padding: 27px 81px 34px 78px;
  background-color: #040f18;
  text-align: center;
  position: relative;
  z-index: 1;
}
.testi-content .quote {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
  font-weight: bold;
  color: #181E23;
  z-index: -1;
}
.testi-content p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 10px;
}
.testi-content .txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testi-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  padding: 0 25px;
}
.testi-content h6 {
  font-size: 18px;
  font-weight: 600;
  color: #ff5703;
  text-transform: capitalize;
  padding: 0 25px;
}

.slick-dots li button {
  height: 10px;
  width: 10px;
  background: #959595;
}

.slick-dots li.slick-active button {
  background: #ff5703;
  width: 15px;
  height: 15px;
}

.slick-dots li {
  margin: 0 10px 0 0px;
}

.slider-nav {
  margin: auto;
  padding: 0 35%;
}
.slider-nav .slick-current .clt-bg {
  opacity: 1;
}
.slider-nav .slick-current .clt-img {
  margin-top: 0;
}

.clt-img {
  width: 150px !important;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  display: block !important;
  position: relative;
  padding-top: 5px;
  margin-top: 30px;
}
.clt-img .clt-bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.clt-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border: 1px solid #ff5703;
  border-radius: 50%;
}
.clt-img .clt-bg {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  z-index: -1;
}
.clt-img .clt-bg img {
  width: 80px;
  height: 140px;
  border: none;
  border-radius: unset;
}

.hm-sec6 {
  padding: 75px 0;
  background-color: #040f18;
}
.hm-sec6 .common-heading {
  text-align: center;
  padding-bottom: 35px;
}
.hm-sec6 .common-heading h2 {
  color: #fff;
}

.blog-box .img-box {
  position: relative;
}
.blog-box .img-box img {
  width: 100%;
}
.blog-box .img-box h5 {
  position: absolute;
  right: 15px;
  bottom: -25px;
  width: 64px;
  height: 64px;
  background-color: #ff5703;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.blog-box .img-box h5 span {
  font-size: 16px;
  font-weight: normal;
}
.blog-box .txt {
  padding-top: 20px;
}
.blog-box .auth {
  display: flex;
  align-items: center;
}
.blog-box .auth h6 {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  padding-right: 30px;
}
.blog-box .auth h6 i {
  font-size: 16px;
  font-weight: 300;
  color: #C6A47E;
  padding-right: 5px;
}
.blog-box h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  color: #fff;
  padding: 5px 0 10px;
  position: relative;
}
.blog-box h4:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #ff5703;
}
.blog-box p {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #fff;
  padding: 15px 0;
}
.blog-box a {
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  color: #ff5703;
  text-transform: uppercase;
}
.blog-box a i {
  padding-left: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #C6A47E;
}
.blog-box a:hover {
  letter-spacing: 2px;
}

.map img {
  width: 100%;
}

footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #000; 
}
footer .widget1 .flogo {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 35px;
}
footer .widget1 p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 10px;
  padding-right: 30px;
}
footer .widget1 a {
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  color: #fff;
  text-transform: uppercase;
}
footer h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 35px;
}
footer h6:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #ff5703;
}
footer .hrs li {
  font-size: 13px;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  padding-left: 20px;
  position: relative;
}
footer .hrs li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ff5703;
  top: 10px;
  left: 0;
}
footer .d-img {
  font-size: 0;
}
footer .d-img li {
  display: inline-block;
  width: 33.33%;
  margin-bottom: 15px;
  vertical-align: top;
  padding-right: 10px;
}
footer .d-img li img {
  width: 100%;
}
footer .ft-info {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
footer .ft-info .icon {
  flex-shrink: 0;
  margin-right: 10px;
  font-size: 28px;
  font-weight: 400;
  color: #C6A47E;
}
footer .ft-info a, footer .ft-info p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
}
footer .ft-info a:hover {
  color: #ff5703;
}


.copyright {
  background-color: #282d32;
  padding: 10px;
  text-align: center;
}
.copyright p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
}

.blue {
  color: #ff5703 !important;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
}

#spinner {
  display: block;
  height: 110px;
  left: 50%;
  margin: -55px;
  position: relative;
  top: 50%;
  width: 110px;
}

#preloader #disable-preloader {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.preloader-whirlpool {
  position: relative;
}

.preloader-whirlpool .whirlpool {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #cccccc;
  border-left-color: black;
  border-radius: 974px;
  -o-border-radius: 974px;
  -ms-border-radius: 974px;
  -webkit-border-radius: 974px;
  -moz-border-radius: 974px;
  margin: -24px 0 0 -24px;
  height: 49px;
  width: 49px;
  animation: cssload-rotate 1150ms linear infinite;
  -o-animation: cssload-rotate 1150ms linear infinite;
  -ms-animation: cssload-rotate 1150ms linear infinite;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  -moz-animation: cssload-rotate 1150ms linear infinite;
}

.preloader-whirlpool .whirlpool::before, .preloader-whirlpool .whirlpool::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #cccccc;
  border-left-color: black;
  border-radius: 974px;
  -o-border-radius: 974px;
  -ms-border-radius: 974px;
  -webkit-border-radius: 974px;
  -moz-border-radius: 974px;
}

.preloader-whirlpool .whirlpool::before {
  content: "";
  margin: -22px 0 0 -22px;
  height: 43px;
  width: 43px;
  animation: cssload-rotate 1150ms linear infinite;
  -o-animation: cssload-rotate 1150ms linear infinite;
  -ms-animation: cssload-rotate 1150ms linear infinite;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  -moz-animation: cssload-rotate 1150ms linear infinite;
}

.preloader-whirlpool .whirlpool::after {
  content: "";
  margin: -28px 0 0 -28px;
  height: 55px;
  width: 55px;
  animation: cssload-rotate 2300ms linear infinite;
  -o-animation: cssload-rotate 2300ms linear infinite;
  -ms-animation: cssload-rotate 2300ms linear infinite;
  -webkit-animation: cssload-rotate 2300ms linear infinite;
  -moz-animation: cssload-rotate 2300ms linear infinite;
}

@keyframes cssload-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.preload {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100vh;
  width: 100vw;
  background: rgba(41, 104, 227, 0.2);
  z-index: 9;
  backdrop-filter: blur(20px);
}

.preload .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
}

.innerBanner {
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 85px 0;
}
.innerBanner h2 {
  font-size: 50px;
  font-weight: bold;
  line-height: normal;
  color: #fff;
  text-transform: capitalize;
}

.abt-sec1 {
  background: none;
}
.abt-sec1 h2 {
  color: #040f18;
}
.abt-sec1 p {
  color: #040f18;
}

.srv-sec1 {
  padding-top: 85px;
  padding-bottom: 85px;
}
.srv-sec1 .common-heading {
  padding-bottom: 15px;
}
.srv-sec1 p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #040f18;
  padding-bottom: 30px;
}
.srv-sec1 h2 span {
  color: #ff5703;
}

.srv-sec2 .common-heading {
  display: none;
}

.blog-sec1 {
  padding-top: 120px;
}
.blog-sec1 .blog-box {
  margin-top: 80px;
}
.blog-sec1 .blog-box h6, .blog-sec1 .blog-box p, .blog-sec1 .blog-box h4 {
  color: #040f18;
}

.blog-box.big {
  margin: 0;
}
.blog-box.big h4 {
  font-size: 40px;
  font-weight: bold;
}
.blog-box.big h4:before {
  display: none;
}
.blog-box.big h5 {
  width: 64px;
  height: 64px;
  background-color: #ff5703;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.blog-box.big h5 span {
  font-size: 16px;
  font-weight: normal;
}
.blog-box.big a {
  text-transform: unset;
}
.blog-box.big a:hover {
  letter-spacing: 0;
}

.cnt-sec {
  background-color: #f9f9f9;
  padding: 65px 0;
}

.cnt-info {
  margin-bottom: 30px;
}

.cnt-info h6 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.53;
  color: #333;
  text-transform: capitalize;
  padding-bottom: 5px;
}

.cnt-info a, .cnt-info p {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.12;
  color: #333;
}

.cnt-info a:hover {
  color: #ff5100;
}

.cnt-sec h3 {
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.12;
  color: #333;
}

.cnt-sec h2 {
  font-size: 60px;
  font-weight: normal;
  line-height: 0.4;
  color: #333;
  text-transform: capitalize;
  padding: 30px 0 50px;
}

.cnt-form input, .cnt-form textarea {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.53;
  color: rgba(51, 51, 51, 0.5);
  border-bottom: 1px solid #333333;
  width: 100%;
  margin-bottom: 40px;
  resize: unset;
  font-family: "Poppins";
}

.cnt-form button {
  cursor: pointer;
  font-family: "Poppins";
  transition: 0.3s ease-in-out;
}

.srv-sub-head {
  text-align: center;
}

.srv-sub-head h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: normal;
  color: #1f1f1f;
  padding: 20px 0;
}

.banner-video video {
  width: 100%;
  border-radius: 0 0 30px 30px;
}

.p-box {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff5703;
  border: 1px solid #ff5703;
  margin: auto;
}
.p-box h6 {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  text-transform: capitalize;
}
.p-box:hover {
  background: none;
}
.p-box:hover h6 {
  color: #fff;
}

.map iframe {
  width: 100%;
}

.appt-sec {
  padding: 100px 0;
  text-align: center;
}

.sm-img {
  height: 380px;
  width: 100%;
  overflow: hidden;
}
.sm-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 10px;
}

.lg-img {
  height: 760px;
  width: 100%;
  overflow: hidden;
}
.lg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ar-rel {
  position: relative;
}
.ar-rel .ar-abs {
  position: absolute;
  top: 28%;
  right: -100%;
  max-width: 150px;
}

@media (max-width: 1650px) {
  .spad {
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media (max-width: 1440px) {
  .spad {
    padding-left: 3%;
    padding-right: 3%;
  }
  .banner-content h1 {
    font-size: 80px;
    letter-spacing: 1px;
  }
  .ar-rel .ar-abs {
    top: 35%;
    right: -80%;
    max-width: 120px;
  }
  .menu li {
    padding-left: 20px;
    }
    .top-btn {
    padding: 13px 15px;
    }
}
@media (max-width: 1200px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .menu-Bar {
    display: block;
    top: 35px;
  }
  .stickyOpen .menu-Bar {
    top: 20px;
    }
  .menuWrap.open {
    display: flex;
    left: 0px;
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #00294c;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 9;
    width: 100vw;
  }
  ul.menu li {
    display: block;
  }
  ul.menu li a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding-right: 0px;
    margin-right: 0px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
  }
  .logo img {
    max-width: 50%;
  }
  .container {
    position: relative;
  }
  header .main-header ul.menu > li {
    display: block;
    margin: 0px;
    padding: 0;
  }
  header .main-header ul.menu > li a {
    color: #fff;
  }
  header .main-header ul.menu > li a:before {
    display: none;
  }
  .top-btn {
    padding: 13px 40px!important;
  }
  .srv-list{
    text-align:center;
  }
  .srv-list li:nth-child(odd) {
    top: 0!important;
    }
    .srv-list li {
    width: 33.33%!important;
    }
    .work-nav li {
    padding: 0 5px;
    }
    .work-nav li a {
    font-size: 15px;
    }
    .ar-rel .ar-abs {
    right: -59%;
    }
    footer .ft-info a, footer .ft-info p {
    font-size: 12px;
    }
    input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%!important;
    }
    .mainBanner {
    background-attachment: unset;
    }
}

/*# sourceMappingURL=style.css.map */
@media (max-width: 824px){
    .banner-content h3 {
    letter-spacing: 5px;
    }
    .banner-content h1 {
    font-size: 30px;
    }
    .banner-content h2 {
    font-size: 30px;
    letter-spacing: 2px;
    }
    .mainBanner {
    height: auto;
    padding: 100px 0;
    }
    .spad {
    padding-left: 0;
    padding-right: 0;
    }
    .hm-sec1 {
    padding-top: 30px;
    padding-bottom: 30px;
    }
    .common-heading h2 {
    font-size: 24px;
    }
    .common-heading {
    padding-bottom: 30px;
    }
    .srv-list li {
    width: 100%!important;
    margin-bottom:10px;
    }
    .srv-list li:nth-child(odd) {
    top: 0;
    }
    .srv-box img {
    height: 300px!important;
    }
    .hm-sec2 {
    padding-top: 30px;
    padding-bottom: 30px;
    }
    .hm-sec2 .content {
    padding: 25px 0 0;
    }
    .hm-sec3 {
    padding-top: 30px;
    }
    .work-nav li a {
    font-size: 14px;
    border-bottom:1px solid #000;
    }
    .work-nav li {
    padding: 0 10px;
    border-right: none;
    width: 100%;
    vertical-align: top;
    margin-bottom: 15px;
    }
    .hm-sec3 .work-content p {
    padding: 25px 10px 30px;
    }
    .hm-sec3 .img-box {
    margin: 0 5px 0px;
    }
    .sm-img {
    height: 300px;
    }
    .lg-img {
    height: 300px;
    }
    .hm-sec4 h3 {
    font-size: 30px;
    padding-bottom: 30px;
    }
    .p-box {
    width: 100px;
    height: 100px;
    }
    .p-box h6 {
    font-size: 20px;
    }
    .hm-sec4 .col-md-4 {
    width: 33%;
    }
    section.app-sec1 {
    padding-top: 30px!important;  
    }
    .app-sec1 h2 {
    font-size: 24px!important;
    margin-bottom: 30px!important;
    }
    .slider-nav {
    padding: 0;
    }
    .slick-slide {
    margin: 0;
    }
    .testi-content {
    padding: 15px;
    }
    .testi-content .txt {
    display: block;
    }
    .testi-content .txt h5{
    padding:10px 0;
    }
    .hm-sec5 {
    padding: 30px 0 30px;
    }
    footer {
    padding-top: 50px;
    padding-bottom: 10px;
    }
    footer h6 {
    margin: 25px 0 15px;
    }
    .copyright p {
    font-size: 13px;
    padding: 5px 0;
    }
    .srv-box h4 {
    font-size: 20px;
    }
    .innerBanner h2 {
    font-size: 26px;
    }
    .innerBanner {
    padding: 50px 0;
    }
    .work-nav {
    margin: 20px 0;
    }
    .ar-rel .ar-abs {
    top: 18px;
    max-width: 80px;
    }
    footer .ft-info a, footer .ft-info p {
    font-size: 9px;
    }
    footer .hrs li {
    font-size: 12px;
    }
    footer .widget1 a {
    font-size: 12px;
    }
    footer .ft-info .icon {
    font-size: 18px;
    }
    .cnt-sec h2 {
    font-size: 30px;
    padding: 20px 0 40px;
    }
    .cnt-info a, .cnt-info p {
    font-size: 16px;
    }
}
@media (max-width: 767px){
    .ar-rel .ar-abs {
    top: 18px;
    right: -15px;
    max-width: 50px;
    }
    footer .ft-info a, footer .ft-info p {
    font-size: 14px;
    }
    footer .hrs li {
    font-size: 12px;
    }
}