:root {
  --base-color: #f16529;
  
}
.theme-demos{
	display:none !important;
}
    .sticky-wrap.shadow-in {
        left: 10px;
        display: none !important;
    }
header .navbar-brand img{
	max-height:100px;
}

.form-control, .form-select, input, select, textarea {
    padding: 12px 25px;
    width: 100%;
    max-width: 100%;
    resize: none;
    outline: 0;
    font-size: 16px;
    border: 1px solid #ddd;
    color: var(--medium-gray);
    line-height: inherit;
    word-break: normal;
    -webkit-transition: .3s;
    transition: .3s;
}
header .navbar{
	position:relative !important;
}
header .navbar-brand {
    margin-right: 0;
    vertical-align: middle;
    padding: 0px 0px !important; 
    display: inline-block;
    font-size: 0;
}


.btn.btn-transparent-white-light {
    background-color: transparent;
    border-color: #f16529 !important;
    color: var(--white);
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #f16529 !important;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.btn {
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: .5px;
    width: auto;
    font-family: var(--alt-font);
    font-weight: 600;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #fff ;
    font-size: 16px !important;
}


/* ===========================
   HEADER
=========================== */



.navbar {
    padding: 10px 0px;
    transition: .35s ease;
}

.navbar-brand img {
    max-height: 50px;
    width: auto;
}

/* ===========================
   DESKTOP MENU
=========================== */

.navbar-nav {
    align-items: center;
    gap: 10px;
}

.navbar-nav>li {
    position: relative;
    list-style: none;
}

.navbar-nav>li>a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 30px 18px;
    display: block;
    text-decoration: none;
    transition: .3s;
}

.navbar-nav>li:hover>a,
.navbar-nav>li.current-menu-item>a {
    color: #f16529;
}
.menu-item-has-children > a::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 8px;
}
/* Dropdown */

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 280px;
    background: #fff;
    padding: 15px 0;
    margin: 0;
    list-style: none;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);

    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: .35s;
}

.navbar-nav li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sub-menu li {
    position: relative;
}

.sub-menu li a {
    color: #222;
    display: block;
    padding: 12px 22px;
    text-decoration: none;
    font-size: 15px;
    transition: .3s;
}

.sub-menu li:hover>a {
    color: #fff;
    background: #f16529;
}

/* Arrow */



/* ===========================
   HEADER BUTTON
=========================== */

.header-button .btn {
    padding: 12px 26px;
    border-radius: 50px;
}

/* ===========================
   MOBILE
=========================== */

@media (max-width:991px){

.navbar{
    padding:15px 0;
    background:#fff;
}

.navbar-brand img{
    max-height:42px;
}

.navbar-toggler{
    border:none;
    padding:0;
    box-shadow:none;
}

.navbar-toggler:focus{
    box-shadow:none;
}

.navbar-toggler-line{
    width:28px;
    height:2px;
    background:#222;
    display:block;
    margin:6px 0;
}

/* Mobile Menu */

.navbar-collapse{
    background:#fff;
    margin-top:-11px;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,.1);
    padding:10px 0;
}

.navbar-nav{
    width:100%;
    display:block;
    background:#fff;
}

.navbar-nav>li{
    border-bottom:1px solid #eee;
}

.navbar-nav>li:last-child{
    border:none;
}

.navbar-nav>li>a{
    color:#222;
    padding:15px 20px;
    font-size:15px;
}



/* Mobile Dropdown */

.sub-menu{
    position:static;
    opacity:1;
    visibility:visible;
    transform:none;
    display:none;
    width:100%;
    padding:0;
    border-radius:0;
    box-shadow:none;
    background:#f8f8f8;
}

@media (max-width:991px){
.navbar-nav .sub-menu{
    display:none;
    position:static;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    width:100%;
    background:#f8f8f8;
    box-shadow:none;
    padding:0;
}

.navbar-nav .menu-item-has-children.open > .sub-menu{
    display:block;
}

/* Desktop hover disable */
.navbar-nav li:hover > .sub-menu{
    display:none;
}

.navbar-nav .menu-item-has-children.open:hover > .sub-menu{
    display:block;
}

}

.sub-menu li a{
    padding:12px 35px;
    font-size:14px;
}

.header-icon{
    display:none;
}

}
footer .footer-logo img {
    max-height: 100% !important;
}
/* ===========================
   LARGE SCREEN
=========================== */

@media(min-width:992px){

.navbar-collapse{
    justify-content:center;
}

}
.footer-dark, .footer-dark a, .footer-dark p {
    color: #fff;
    background: #2d2f3d;
}

.footer-dark .alt-font{
    font-size:24px;
    font-weight:600;
    margin-bottom:15px !important;
}
.iconbox{
    width:40px;
    height:40px;
    background:#f16529;
    border-radius:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}



.custom-accordion .accordion-item {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.custom-accordion .accordion-button {
    background: #fff;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    padding: 0px 25px;
    box-shadow: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: #ff6b1a;
    color: #fff;
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.custom-accordion .accordion-body {
    padding: 20px 25px;
    color: #666;
    line-height: 1.8;
}

.custom-accordion .accordion-button::after {
    background-size: 18px;
}

@media (max-width: 767px) {
    .custom-accordion .accordion-button {
        font-size: 16px;
        padding: 16px 18px;
    }

    .custom-accordion .accordion-body {
        padding: 18px;
    }
}


.navbar-toggler {
    border: none;
    box-shadow: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: none;
    position: relative;
    width: 28px;
    height: 20px;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon {
    border-top: 2px solid #222;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}

.navbar-toggler-icon::before {
    top: 7px;
}

.navbar-toggler-icon::after {
    top: 16px;
}

.contact-info{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-bottom:20px;
}

.contact-info .iconbox{
  width: 46px;
    min-width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #f16529;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info .iconbox i{
    color:#fff;
    font-size:22px;
}

.contact-text{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.contact-text a{
    color:#fff;
    text-decoration:none;
    font-size:18px;
    line-height:1.4;
    transition:.3s;
}

.contact-text a:hover{
    color:#f16529;
}

@media(max-width:767px){

.contact-info{
    gap:12px;
}

.contact-info .iconbox{
    width:45px;
    min-width:45px;
    height:45px;
}

.contact-text a{
    font-size:16px;
}

}

@charset "utf-8";
/* CSS Document */
.btn.focus, .btn:focus{box-shadow:none}
body {
  font-family: "Poppins", sans-serif;
  color: #5c5c5c;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  background: #fff;
  font-weight: 400;
}
* {
  border: medium none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  outline: none !important;
}
a:hover {
  text-decoration: none;
  outline: none;
}
textarea {
  resize: none;
}
.mar-top {
  margin-top: 40px;
}
.mar-top-20 {
  margin-top: 20px;
}
.mar-top-80 {
  margin-top: 80px;
}
p {
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  color: #535151;
}

/*#######################*/

.head-top {
  background-color: #f16529;
  padding: 8px 0;
}
.top-cntct {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.top-cntct img {
  float: left;
  margin-right: 8px;
}
.social-lst {
  float: right;
  margin: 0;
  padding: 0;
}
.social-lst li {
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  margin: 0 3px;
}
.social-lst li i {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
.head-bttm {
  padding: 8px 0;
}
.top-contact {
  margin: 20px 0 0;
  padding: 0;
}
.top-contact li {
  display: block;
  float: left;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
}
.top-contact li:last-child {
  margin: 0;
  padding: 0;
}
.top-contact li .ico {
  float: left;
  margin: 0 10px 0 0;
}
.top-contact li p {
  overflow: hidden;
  font-size: 16px;
  color: #3a3a3a;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.top-contact li p a {
  color: #3a3a3a;
  font-size: 14px;
}

.nav-sec {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 9;
}
.nav-inr {
  background-color: #000;
  display: inline-block;
  width: 100%;
}
.btn-company {
  padding: 6px 15px;
  border-radius: 0;
  background-color: #0269d0;
  color: #fff;
  margin: 0;
  display: inline-block;
  float: right;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
  text-align: center;
}
.btn-company:hover,
.btn-company:focus {
  color: #fff;
}
.btn-company span {
  display: block;
  font-weight: 600;
}

/*######################## NAV ####################*/

.navbar {
  padding: 0;
  margin: 0;
}
.navbar-nav li {
  margin-right: 0;
}
.navbar-nav li a.nav-link {
  padding: 14px 27px !important;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
  text-transform: uppercase;
}
.navbar-nav li.active a {
    color: #f26629 !important;
    background-color: transparent;
}
.navbar-nav li:hover a {
  color: #0269d0;
  background-color: transparent;
}
.navbar-nav a.nav-link {
  color: #fff !important;
  background-color: transparent;
}

/*######################## END NAV ####################*/

/*################################ CAMERA BANNER ##############################*/

.fluid_container {
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 0;
}
.camera_bar {
  z-index: 2;
}
.camera_thumbs {
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.camera_thumbs_cont {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.camera_overlayer {
  opacity: 0.1;
}
.camera_thumbs_cont > div {
  display: none;
}
.camera_bar {
  display: none;
}
.camera_wrap {
  width: 100%;
  margin-bottom: 0 !important;
}
.camera_commands {
  display: none;
}
.camera_prevThumbs,
.camera_nextThumbs,
.camera_prev,
.camera_next,
.camera_commands,
.camera_thumbs_cont {
  background: none !important;
}
.camera_prev,
.camera_next {
  top: 50% !important;
  transform: translateY(-50%);
  height: 52px;
  width: 52px;
}
.camera_prev > span {
  background: url(../images/prev-next.png) bottom left no-repeat !important;
  height: 52px;
  width: 52px;
}
.camera_prev {
  left: 25px;
}
.camera_next {
  right: 25px !important;
}
.camera_next > span {
  background: url(../images/prev-next.png) top right no-repeat !important;
  height: 52px;
  width: 52px;
}
.ban-txt {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 70% !important;
  text-align: center;
}
.ban-txt h2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.ban-txt h2 span {
  font-size: 36px;
  font-weight: 400;
  display: block;
}
.ban-txt p {
    color: #fff;
    font-size: 19px;
    line-height: 24px;
    margin: 25px 0 0;
    padding: 0 80px;
}
.ban-txt a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background-color: #f16529;
  margin: 20px 0 0;
  display: inline-block;
  padding: 12px 30px;
  text-transform: uppercase;
}

.register-bx {
  position: relative;
  margin: 15px 0 0;
  width: 70%;
  display: inline-block;
}
.register-bx input[type="email"] {
  background-color: #fff !important;
  border: none;
  color: #373737;
  font-size: 15px;
  font-weight: 400;
  height: 55px;
  line-height: 1;
  margin: 0;
  outline: medium none;
  padding: 5px 134px 5px 15px;
  width: 100%;
}
.register-bx .search-icon {
  background: rgb(241, 101, 41);
  background: -moz-linear-gradient(
    left,
    rgba(241, 101, 41, 1) 0%,
    rgba(234, 89, 39, 1) 48%,
    rgba(228, 77, 38, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(241, 101, 41, 1) 0%,
    rgba(234, 89, 39, 1) 48%,
    rgba(228, 77, 38, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(241, 101, 41, 1) 0%,
    rgba(234, 89, 39, 1) 48%,
    rgba(228, 77, 38, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16529', endColorstr='#e44d26',GradientType=1 );
  font-size: 15px;
  padding: 16px 15px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}

.banner {
  position: relative;
}

/*################################ END CAMERA BANNER ##############################*/
h3.lft-title1 {
    margin-bottom: 40px;
    font-weight: bold;
    position:relative
}
h3.sec-mainTitle,
.abt-txt h3{
   position:relative
}
h3.lft-title1:after,
h3.sec-mainTitle:after,
.abt-txt h3:after{
    position: absolute;
    content: '';
    background: #f16529;
    width: 58px;
    height: 5px;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%);
}
.abt-txt h3:after {
    bottom: -5px;
    left: 30px;
}
.abt-txt h3 {
    margin-bottom: 30px !important;
}
.srvc-sec {
  padding: 50px 0;
  background-color: #f8f8f8;
  text-align:center;
  color:#000
}
.srvc-bx {
  background-color: #fff;
  text-align: center;
  border-top: 7px solid #1e9cda;
  transition: all ease-in-out 0.3s;
}
.srvc-img {
  width: 100%;
  height: 290px;
  overflow: hidden;
  position: relative;
}
.srvc-img img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.srvc-bx h3 {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    padding: 0 0 14px;
}
.btn-pls {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  font-size: 21px;
  color: #fff;
  background-color: #1e9cda;
  line-height: 35px;
  font-weight: 500;
  transition: all ease-in-out 0.3s;
  position: relative;
  top: -17px;
}
.srvc-bx:hover {
  border-top: 7px solid #e85427;
}
.srvc-bx:hover .btn-pls {
  background-color: #e85427;
}

#srvc-carousel .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 999;
}
#srvc-carousel .owl-stage-outer {
  padding: 0;
}
#srvc-carousel .owl-item {
  padding: 0 15px;
}
#srvc-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
#srvc-carousel .owl-nav .owl-prev {
  background: url("../images/prev-next2.png") no-repeat scroll left top;
  border-radius: 0;
  height: 45px;
  margin: 0;
  width: 45px;
  left: -10px;
  position: absolute;
}
#srvc-carousel .owl-nav .owl-next {
  background: url("../images/prev-next2.png") no-repeat scroll right top;
  border-radius: 0;
  height: 45px;
  margin: 0;
  width: 45px;
  right: -10px;
  position: absolute;
}
#srvc-carousel .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}
#srvc-carousel .owl-nav [class*="owl-prev"]:hover {
  background: url(../images/prev-next2.png) no-repeat left top;
}
#srvc-carousel .owl-nav [class*="owl-next"]:hover {
  background: url(../images/prev-next2.png) no-repeat right top;
}
.main-sec {
  padding: 60px 0;
}
.abt-img {
  padding-left: 25px;
}
.abt-img img {
  width: 100%;
}
.abt-txt h3 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.abt-txt h3 span {
  display: block;
  color: #1891d8;
  font-weight: 300;
}
.abt-txt h4 {
  color: #f16529;
  font-size: 17px;
  font-weight: 500;
  margin: 12px 0 0;
  padding: 0;
}
.abt-txt p {
  color: #363535;
  font-size: 16px;
  margin: 15px 0 0;
  padding: 0;
  line-height: 31px;
}
.abt-txt a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background-color: #f16529;
  margin: 20px 0 0;
  display: inline-block;
  padding: 12px 30px;
  text-transform: uppercase;
}
.copanies-sec {
  background: url(../images/bg1.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.com-title {
  color: #fff;
  font-size: 33px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-align: center;
}
.com-pera {
  color: #b4b4b4;
  font-size: 16px;
  margin: 20px 0 0;
  padding: 0 80px;
  text-align: center;
}
.company-bx {
  text-align: center;
  background-color: #fff;
  padding: 35px 20px;
  transition: all ease-in-out 0.3s;
}
.ico-bx {
  min-height: 82px;
  display: inline-block;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.ico-bx img {
  display: inline-block;
}
.ico-bx span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  z-index: 9;
}
.company-bx h3 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin: 12px 0 0;
  padding: 0;
  min-height: 55px;
  transition: all ease-in-out 0.3s;
}
.company-bx p {
  color: #494141;
  font-size: 15px;
  margin: 10px 0 0;
  padding: 0;
  transition: all ease-in-out 0.3s;
}
.company-bx:hover .ico-bx span {
  opacity: 1;
}
.company-bx:hover {
  background-color: #036bd0;
}
.company-bx:hover h3 {
  color: #fff;
}
.company-bx:hover p {
  color: #fff;
}
#com-carousel .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 999;
}
#com-carousel .owl-stage-outer {
  padding: 0;
}
#com-carousel .owl-item {
  padding: 0 10px;
}
#com-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
#com-carousel .owl-nav .owl-prev {
  background: url("../images/prev-next3.png") no-repeat scroll left top;
  border-radius: 0;
  height: 45px;
  margin: 0;
  width: 45px;
  left: -60px;
  position: absolute;
}
#com-carousel .owl-nav .owl-next {
  background: url("../images/prev-next3.png") no-repeat scroll right top;
  border-radius: 0;
  height: 45px;
  margin: 0;
  width: 45px;
  right: -60px;
  position: absolute;
}
#com-carousel .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}
#com-carousel .owl-nav [class*="owl-prev"]:hover {
  background: url(../images/prev-next3.png) no-repeat left top;
}
#com-carousel .owl-nav [class*="owl-next"]:hover {
  background: url(../images/prev-next3.png) no-repeat right top;
}
.quote-sec {
  padding: 50px 0;
  position: relative;
  background-color: #f8f8f8;
}
.lft-title {
  color: #000;
  font-size: 33px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/*==== Aaccordion =================================*/

.accordion-prt {
  margin: 0;
}
[data-toggle="collapse"] .fa:before {
    content: "\f077";
    color: #fff;
}
.btn p {
  color: #fe7e11;
}
.collapsed p {
  color: #555555;
}
[data-toggle="collapse"].collapsed .fa:before {
  content: "\f078";
  color: #fff;
  font-size: 14px;
}
.card {
  border: none;
  margin: 0 0 20px;
}
.card-header {
    padding: 10px;
    margin-bottom: 0;
    background-color: #f16529;
    border-radius: 0 !important;
    border-bottom: none;
}
.card-header button {
    color: #fff;
    width: 100%;
    text-align: left;
    padding: 0;
    outline: none;
    background-color: transparent;
    white-space: inherit;
}
.card-header button p {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  color: #000;
}
.card-header button i {
    float: right;
    font-size: 14px;
    margin: 7px;
    position: absolute;
    right: 22px;
    top: 10px;
    color: #fff;
}
.card-header button i:hover {
  color: #a4ca39;
}
.card-body {
    padding: 20px;
    margin: 10px 0 0;
}
.card-body p {
  font-size: 16px;
}
.card-body ul {
  margin: 0;
  padding: 0;
}
.card-body ul li {
  float: none;
  font-size: 15px;
  color: #464646;
  margin: 8px 0;
  padding: 0 0 0 25px;
  position: relative;
}
.card-body ul li:before {
  position: absolute;
  content: "\f00c";
  font-family: Fontawesome;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #0b9444;
}
.rt-form-bx {
    background: rgb(1, 103, 207);
    background: -moz-linear-gradient(
    left,
    rgba(1, 103, 207, 1) 0%,
    rgba(18, 134, 213, 1) 48%,
    rgba(34, 161, 219, 1) 100%
  );
    background: -webkit-linear-gradient(
    left,
    rgba(1, 103, 207, 1) 0%,
    rgba(18, 134, 213, 1) 48%,
    rgba(34, 161, 219, 1) 100%
  );
    background: linear-gradient(
    to right,
    rgba(1, 103, 207, 1) 0%,
    rgba(18, 134, 213, 1) 48%,
    rgba(34, 161, 219, 1) 100%
  );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0167cf', endColorstr='#22a1db',GradientType=1 );
    padding: 50px 25px;
    /* position: absolute; */
    /* top: -35px; */
}
.rt-form-bx h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}
.rt-form-bx p {
  color: #fff;
  font-size: 16px;
  margin: 10px 0 0;
  padding: 0;
}
.rd-mailform .form-control {
  border-radius: 0;
  height: 45px;
  background-color: #fff;
  border: none;
}
.rd-mailform .form-group {
  margin-bottom: 10px;
}
.rd-mailform textarea.form-control {
  height: 100px;
}
.btn2 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  display: inline-block;
  width: 100%;
  padding: 15px 15px;
  border-radius: 0;
  text-transform: uppercase;
  background: rgb(241, 101, 41);
  background: -moz-linear-gradient(
    left,
    rgba(241, 101, 41, 1) 0%,
    rgba(234, 89, 39, 1) 48%,
    rgba(228, 77, 38, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(241, 101, 41, 1) 0%,
    rgba(234, 89, 39, 1) 48%,
    rgba(228, 77, 38, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(241, 101, 41, 1) 0%,
    rgba(234, 89, 39, 1) 48%,
    rgba(228, 77, 38, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16529', endColorstr='#e44d26',GradientType=1 );
}
.footer {
  background: url(https://aceshelfcompanies.com/wp-content/uploads/2023/06/WhatsApp-Image-2023-06-09-at-20.59.53.jpeg) no-repeat;
  background-size: cover;
}
.f-top {
  padding: 50px 0;
  border-bottom: 1px solid #626262;
}
.f-logo {
  margin-bottom: 25px;
}
.footer-title {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 25px;
  padding: 0;
}
.f-contact {
  margin: 0;
  padding: 0;
}
.f-contact li {
    float: none;
    margin-bottom: 26px;
    color: #000;
}
.f-contact li img {
  margin-right: 8px;
  float: left;
}
.f-contact li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}
.f-contact li a span {
  font-size: 18px;
}
.f-contact li:hover a {
  color: #259cd5;
}
.footer-menu-list {
  margin: 0;
  padding: 0;
}
.footer-menu-list li {
  float: left;
  width: 50%;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 0;
}
.footer-menu-list li a {
  color: #fff;
}
.footer-pera {
  font-size: 15px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.newsletter-bx {
  position: relative;
  margin: 8px 0 0;
}
.newsletter-bx input[type="email"] {
  background-color: #404040 !important;
  border: none;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  height: 40px;
  line-height: 1;
  margin: 0;
  outline: medium none;
  padding: 5px 50px 5px 15px;
  width: 100%;
  border-radius: 3px;
}
.newsletter-bx .search-icon {
  background: rgb(241, 101, 41);
  background: -moz-linear-gradient(
    left,
    rgba(241, 101, 41, 1) 0%,
    rgba(234, 89, 39, 1) 48%,
    rgba(228, 77, 38, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(241, 101, 41, 1) 0%,
    rgba(234, 89, 39, 1) 48%,
    rgba(228, 77, 38, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(241, 101, 41, 1) 0%,
    rgba(234, 89, 39, 1) 48%,
    rgba(228, 77, 38, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16529', endColorstr='#e44d26',GradientType=1 );
  font-size: 14px;
  border-radius: 0;
  padding: 8px 15px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.social-lnk {
  margin: 18px 0 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.social-lnk li {
  float: left;
  margin-right: 15px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 32px;
}
.social-lnk li i {
  font-size: 17px;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 35px;
  text-align: center;
}
.f-bttm {
  padding: 15px 0;
}
.copyright {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-align: center;
}
.copyright a {
  color: #1b96d9;
}

/*############## About ################*/

.main-title {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
}
.inr-ban {
  position: relative;
}
.inr-ban img {
  width: 100%;
}
.custom-bx {
  display: inline-block;
  width: 100%;
}
.about-img2 {
  padding-right: 35px;
  margin-bottom: 20px;
  float: left;
  width: 45%;
}
.about-img2 img {
  width: 100%;
}

/*############## Contact #############*/

.contact-title {
    font-size: 20px;
    font-weight: 400;
    color: #2e2d2d;
    margin: 0 0 20px;
    padding: 0;
    text-transform: uppercase;
}
.contact-title span {
  color: #f16529;
}
.rd-mailform2 {
  margin-top: 20px;
}
.rd-mailform2 .form-control {
  border-radius: 0;
  height: 46px;
}
.rd-mailform2 textarea.form-control {
  border-radius: 0;
  height: 120px;
}
.rd-mailform2 .btn2 {
  background-color: #000;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 8px 25px;
  text-align: center;
  width: auto;
}
.map-box iframe {
  width: 100%;
  overflow: hidden;
  height: 380px;
  border: none;
}

/*################# Faq ########################*/

.faq-bx {
  margin-bottom: 20px;
}
.faq-bx h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 0 15px;
  margin: 0;
  border-left: 5px solid #02aef1;
}
.faq-bx p {
  color: #434343;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  margin: 15px 0 0;
}

/*############## Apply Now ################*/

.career-form {
  padding: 15px;
  margin: 0;
  background-color: #f1f1f1;
}
.career-form .btn-submit {
  background-color: #f7591e;
  border: none;
  color: #fff;
  padding: 10px 0;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

/*############## Fees ################*/

.fees-bx {
  padding: 15px 20px;
  margin: 12px 0 0;
  background-color: #d7e8f0;
}
.fees-bx li {
  float: none;
  margin-bottom: 10px;
  position: relative;
}
.fees-bx h5 {
  color: #f16529;
  font-size: 15px;
  font-weight: 600;
  padding: 0;
  margin: 15px 0;
}
.fees-bx li::before {
  position: absolute;
  content: "";
  width: 96%;
  height: auto;
  border-top: 2px dotted #0f0f0f;
  top: 17px;
  left: 0;
  z-index: 9;
}
.fees-bx li h4 {
  font-size: 16px;
  font-weight: 500;
  color: #0f0f0f;
  margin: 0;
  background: #d7e8f0;
  display: inline-block;
  position: relative;
  z-index: 999;
}
.fees-bx li .fees_price {
  font-size: 16px;
  font-weight: 700;
  color: #f16529;
  margin: 0;
  float: right;
}
.btn-order{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	background-color: #1e9cda;
	margin: 20px 0 0;
	display: inline-block;
	padding: 10px 15px;
	text-transform: uppercase;
	width: 100%;
	border-radius: 4px;
	text-align: center;
	}





/*############## Responsive ################*/

@media (max-width: 1199.98px) {
  .navbar-nav li a {
    padding: 17px 20px;
    font-size: 14px;
  }
  .ban-txt h2 span {
    font-size: 25px;
  }
  .ban-txt h2 {
    font-size: 60px;
  }
  .ban-txt p {
    font-size: 16px;
    padding: 0 50px;
  }
  .abt-img {
    padding-left: 0;
  }
  #com-carousel .owl-nav .owl-prev {
    left: -18px;
  }
  #com-carousel .owl-nav .owl-next {
    right: -18px;
  }
  .lft-title {
    font-size: 28px;
  }
  .card-header button p {
    font-size: 16px;
  }
  .rt-form-bx {
    padding: 34px 25px 25px;
  }
  .rt-form-bx h3 {
    font-size: 26px;
  }
}

@media (max-width: 991.98px) {
  .top-contact li p {
    font-size: 14px;
  }
  .top-contact li p a {
    font-size: 17px;
  }
  .top-contact li {
    margin: 0 12px 0 0;
    padding: 0 12px 0 0;
  }
  .top-contact {
    margin: 7px 0 0;
  }
  .btn-company {
    padding: 6px 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .navbar-nav li a {
    padding: 12px 12px;
    font-size: 12px;
  }
  .ban-txt {
    width: 80% !important;
  }
  .ban-txt h2 span {
    font-size: 16px;
  }
  .ban-txt h2 {
    font-size: 40px;
  }
  .ban-txt p {
    font-size: 14px;
    margin: 4px 0 0;
    padding: 0;
  }
  .register-bx {
    width: 85%;
  }
  .abt-txt h3 {
    font-size: 24px;
  }
  .abt-txt p {
    font-size: 14px;
    margin: 8px 0 0;
    line-height: 26px;
  }
  .com-title {
    font-size: 26px;
  }
  .com-pera {
    font-size: 14px;
    margin: 10px 0 0;
    padding: 0;
  }
  .lft-title {
    font-size: 22px;
  }
  .rt-form-bx h3 {
    font-size: 19px;
  }
  .rt-form-bx p {
    font-size: 14px;
    margin: 6px 0 0;
    line-height: 22px;
  }
  .rt-form-bx {
    padding: 34px 14px 25px;
  }
  .card-header button p {
    font-size: 14px;
  }
  .card-header button i {
    margin: 5px 0;
  }
  .card-body p {
    font-size: 14px;
  }
  .footer-title {
    font-size: 20px;
  }
  .footer-menu-list li {
    float: none;
    width: 100%;
    font-size: 14px;
    margin-bottom: 4px;
  }
  .f-contact li a {
    font-size: 13px;
  }
  .social-lnk li {
    font-size: 20px;
  }
  .main-title {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .head-top {
    display: none;
  }
  .head-bttm {
    border-top: 3px solid #f16529;
  }
  .top-contact {
    display: none;
  }
  .nav-sec {
    position: static;
  }
  .ban-txt {
    position: static;
    transform: translateY(0%);
    width: 100% !important;
    padding: 15px;
    background-color: #4f4f4e;
  }
  .navbar-toggler {
    padding: 4px 6px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    margin: 5px;
  }
  .navbar-nav li a {
    padding: 4px 12px;
    font-size: 13px;
  }
  .ban-txt h2 {
    font-size: 22px;
  }
  .register-bx {
    width: 100%;
  }
  .register-bx .search-icon {
    font-size: 11px;
    padding: 9px 5px;
  }
  .register-bx input[type="email"] {
    font-size: 13px;
    height: 42px;
    padding: 5px 83px 5px 9px;
    width: 100%;
  }
  .srvc-sec {
    margin-top: 30px;
  }
  .srvc-bx h3 {
    font-size: 15px;
  }
  .main-sec {
    padding: 35px 0;
  }
  .abt-txt h3 {
    font-size: 18px;
  }
  .abt-txt a {
    font-size: 14px;
    margin: 14px 0 0;
    padding: 7px 15px;
  }
  .copanies-sec {
    padding: 35px 0;
  }
  .com-title {
    font-size: 20px;
  }
  #com-carousel .owl-nav .owl-prev {
    left: -10px;
  }
  #com-carousel .owl-nav .owl-next {
    right: -10px;
  }
  .quote-sec {
    padding: 35px 0;
  }
  .lft-title {
    font-size: 18px;
  }
  .card {
    margin: 0 0 10px;
    padding: 7px;
  }
  .card-header button p {
    font-size: 12px;
  }
  .rt-form-bx {
    position: static;
  }
  .footer-title {
    font-size: 18px;
    margin: 15px 0;
  }
  .btn {
    white-space: normal;
  }
  .f-top {
    padding: 35px 0;
  }
  .about-img2 {
    padding-right: 0;
    float: none;
    width: 100%;
  }
  .mt-5 {
    margin-top: 25px !important;
  }
  .main-title {
    font-size: 24px;
  }
  .map-box {
    margin-top: 25px;
  }
}
.paypal-img {
  margin-top: 20px;
  display: inline-block;
  background-color: #fff;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #1b96d9;
}
.quote-sec .morebtn{background-color: #1891d8;}
.morebtn {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  background-color: #f16529;
  margin: 0;
  display: inline-block;
  padding: 8px 15px;
  text-transform: uppercase;
}
.our-mission {
    background: url(../images/testimonialBg.jpg) no-repeat;
    background-attachment: fixed;
    color: #fff;
    padding: 70px 0;
    text-align: center;
    background-size: cover;
    background-position: top;
}
h3.sec-mainTitle {
    font-size: 30px;
    font-weight: bold;
}
.mission-content {
    padding: 0 5%;
}
.mission-content h2 {
    margin-bottom: 20px;
}
.mission-content p{
    color:#fff
}
.key-sec {
    padding: 80px 0;
    color: #000;
}
.count-sec {
    padding: 80px 0;
    text-align: center;
    background: url(../images/count-bg.jpg) no-repeat;
    background-attachment: fixed;
    color: #fff;
    background-size: cover;
    background-position: top;
}

.count-sec span {
    display: block;
    font-size: 55px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.top-contact li:first-child {
    display: none;
}
a.get-started {
    background: #f16529;
    color: #fff;
    padding: 10px 20px;
    margin-left: 39px;
    border-radius: 25px;
}

a:hover.get-started{
  background: #00a3c6;
}

.icon {
    background: #0099c1;
    width: 100px;
    height: 100px;
    line-height: 95px;
    border-radius: 50%;
    margin: 30px auto 30px;
}
.icon:hover{
   background: #f16529;
}
.icon-txt h3 {
    font-size: 17px;
}
#testi_carousel .item p {
    color: #000;
    font-style: italic;
}
#testi_carousel .item {
    background: #e5eef7;
    color: #000;
    padding: 40px;
    margin: 0 10px;
}
.contact-info .f-contact li a{color:#000}
.contact-info .f-contact {
    margin: 56px 0 0;
}
/* services css start */
.cms-content h2 {
    color: #000;
    font-size: 25px;
    margin-bottom: 15px;
}
.cms-content h3 {
    position: relative;
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
}
.cms-content ol{
    padding-left: 15px;
}
.cms-content ol li{
    position: relative;
    margin-bottom: 10px;
}
.contact-map{
    width:100%;
    height:500px;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.contact-map iframe{
    width:100%;
    height:100%;
    border:0;
    display:block;
}

@media (max-width:767px){

.contact-map{
    height:350px;
}

}
.form-group.mb-15px{
    margin-bottom:0px !Important;
}

.form-group.mb-15px p{
    margin-bottom:0px !Important;
}


.contact-form-style-01 .form-group .form-icon {
    position: absolute;
    top: 65% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 2px;
    left: 25px;
    z-index: 99;
}


.position-relative.form-group.form-textarea .form-icon {
    top: 38px !important;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.contact-form-style-01 .form-group .form-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 2px;
    left: 25px;
    z-index: 99;
}


