@charset "utf-8";
/***** Design By Rajnish 5.1.3 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("banner.css");
@import url("owl.carousel.css");
@import url("animate.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Lexend+Deca:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
/* CSS Document */

body {
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;
    font-family: "DM Sans", sans-serif;

}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}


* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {

    text-decoration: none !important;
    color: #000;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "DM Sans", sans-serif;
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #000f5c;
    --secondary: #ffa329;
}

/****sytle your  designe****/


/* top header */
.top {
    padding: 6px 0px;
    background-color: #191f34;
}
.text-padd {
    padding: 50px 60px 11px 0px;
}
.border-title {
    text-align: center;
    margin-top: 0px;
    width: 100%;
    
}

.icon-with-title {
    text-align: center;
    padding: 10px 0;
    background: #ffffff2e;
    border-radius: 14px;
    margin-top: 20px;
    border: #efeded solid 2px;
}
.iwt-icon {
    padding: 0 0 15px;
    min-height: 50px;
    max-height: 180px;
}
 
.services-bar {
    margin: 0;
    padding: 0;
    overflow: visible;
    
    position: relative;
}
.concact-sect {
    /* background: linear-gradient(#0093c908, #0093c912), url(../images/bg/appoinment-v1-pattern.png); */
    background: linear-gradient(#0093c908, #0093c912);
    padding: 0px 0;
    position: relative;
    z-index: 1;
}
.form-area {
    background: #08080805;
    width: 100%;
    padding: 45px;
}
.section-title {
    margin-bottom: 21px;
}
.section-title .title {
    font-size: 35px;
    color: black;
    font-weight: 600;
    line-height: 1.18;
    font-family: var(--font-two);
}
.conta-box {
    box-shadow: 0px 0px 4px rgb(198, 196, 196);
}
.contact-detl {
    padding: 25px;
    background: white;
}
.contact-detl a {
    color: var(--color-one);
    font-weight: 500;
    font-size: 18px;
    transition: all 250ms linear;
}
.concact-sect select, .concact-sect textarea, .concact-sect input {
    width: 100%;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #ccc;
    outline: none;
    margin-bottom: 15px;
}
.socaial-icons {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
}
.socaial-icons li {
    display: inline-block;
    margin-right: 6px;
    border: 1px solid #0000006e;
    padding: 3px;
    border-radius: 100%;
}
.concact-sect .socaial-icons li a {
    color: black;
    font-size: 15px;
    width: 35px;
    height: 35px;
    padding: 7px;
}

.concact-sect{margin-top: 40px}
.services-bar .services-bar-card {
    height: 125px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background-color: #fff;
    border-right: 3px solid #eaeaea;
}
.services-bar .services-bar-card .thumb-icon {
    margin-right: 20px;
    color: #e11d07;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.services-bar .services-bar-card .thumb-body p {
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 33px;
    color: #9b9b9b;
    text-transform: capitalize;
    margin-bottom: 0;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.services-bar .services-bar-card .thumb-body h3 {
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #1b1a1a;
    text-transform: capitalize;
    margin-bottom: 0;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.border-title h2, .border-title .h2 {
    display: inline-block;
    
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 0px;
    font-size: 30px;
   
    
    line-height: 45px;
}
.txt-sec {
    box-shadow: 0 1.063rem 2.188rem rgba(229, 229, 229, 0.03);
    /* font-family: 'Oxygen', sans-serif; */
   
}
.txt-sec p {
    
    text-align: justify;
    color: black;
    /* font-family: 'ZCOOL XiaoWei', serif; */
    /* letter-spacing: 1px; */
}
.mrt {
    margin-top: 26px;
}
.thm-btn {
    border: 2px solid #fff;
}

.bg-cl-1 {
    background: #38bdf1;
    padding: 20px 20px;
    color: #000;
    margin-bottom: 20px;
    box-shadow: 5px 5px 10px #1b1a18;
}

.top-icon a {
    color: #fff;
    padding-left: 10px;
}

.top-icon a:nth-child(1n+1) {
    display: inline-block;
    border-right: 1px solid #ffffff;
    padding-left: 10px;
    padding-right: 15px;
    font-size: 14px;
}

.top-icon a:nth-child(2) {
    border-right: none;
}

.icon1 i {
    color: #ffffff;
    font-size: 15px;
    padding-right: 4px;
}

.top-follow {
    text-align: end;
    color: #fff;
}

.top-follow a {
    color: #ffffff;
    padding: 0px 3px;
    border-radius: 100px;
    display: inline-flex;
    font-size: 15px;
    transition: .3s ease-in-out;
    margin-right: 1px;
}

.top-follow a:hover {
    color: #fff;
}

/*** header ***/

 

.logo img {
        width: 180px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.group_flex {
    display: flex;
    align-items: center;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}


.menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 10px;
}

.headerf-0flex i {
    font-size: 13px;
    padding-top: 0px !important;
}

.headerf-0flex .header ul li:nth-child(1) a i {
    font-size: 20px;
}

.headerf-0flex li a {
    padding: 30px 10px;
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    transition: .6s linear;
    border-radius: 3px;
    font-optical-sizing: auto;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.header {
    display: flex;
    align-items: center;
}

.darkHeader {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
    background-color: #ffffff;
    z-index: 999;
    justify-items: center !important;

}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeIn .5s forwards;
    z-index: 9999;
}

.hide {
    display: none;
}

#sub:checked~.dropdoqwn {
    display: block;
}

#sub:checked~.dropdoqwn2 {
    display: block;
}

#sub:checked~.megmenupart {
    display: block;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -35px;
    min-width: 160px;
    background-color: var(--primary);
}

.dropdoqwn {
    position: absolute;
    display: none;
    animation: fadeIn .5s forwards;
}

.dropdoqwn li a::after {
    display: none !important;
    content: none !important;
}

.dropdoqwn li a:hover::after {
    display: none !important;
    content: none !important;
}

.dropdoqwn li {
    border: 1px solid #ccc;
    border-top: none;
}

.dropdoqwn li a {
    display: block !important;
    font-size: 14px;
    padding: 8px 15px;
    min-width: 200px;
    text-align: left;
    border-radius: 0px;
    color: #000000;
    font-weight: 500;
    background-color: #ffffff;
    text-transform: capitalize;
}

.dropdoqwn li a:hover {
    color: #ffffff;
    background-color: #000000;

}

nav {
    padding: 0px;
    display: flex;
    align-items: center;
}

.call-text span {
    display: block;
    padding-left: 11px;
}

.call-text strong {
    padding-left: 11px;
    font-size: 22px;
    font-weight: 800;
}

.phone {
    align-items: center;
    padding-left: 12px;
}

.header-box {
    display: flex;
    align-items: center;
}

.box1 {
    background: #e7f6ff;
    padding: 10px 14px;
    text-align: center;
}

.box1 img {
    height: 25px;
    object-fit: contain;
}

.box1 p {
    font-weight: 500;
    padding-top: 0px;
    font-size: 14px;
}
.carousel-caption h1{
    font-size: 4.5rem;
}
.carousel-caption {
    position: absolute;
    left: 12%!important;
    top: 140px!important;
    width: 30%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
      text-align: left; 
}
.box1:nth-child(1) {
    background: #922c31;
    border-radius: 22px;
}
.box1 a{color: #fff}

.box1:nth-child(2) {
    background: #ffcc01;
}


.box1:nth-child(3) {
    background: #566066;
    color: #fff;
}


/* about section */

.about-text {
    margin-top: 13px;
}

.about-section {
    margin-top: 60px;
}


.about-img img {
    width: 100%;
}

.about-text h1 {
    font-weight: 700;
    line-height: 51px;
    margin-bottom: 32px;
}

.ab{background-color: #922c31 !important;color: #fff}
.about-text p {
    font-weight: 400;
    
    display: inline-block;
    margin-bottom: 1rem;

}

.highlight {
    color: #ffcb01;
}

.our-mission img {
    padding-right: 13px;
}

.our-mission h4 {
    font-weight: 600;
}

.our-mission p {
    border-bottom: none;
    margin: 0;
    margin-top: 20px;
}


/* our services */
.service-hadding {
    margin-top: 60px;
    text-align: center;
}

.service-hadding p {
    font-weight: 400;
    border-bottom: 1px solid #ffcc01;
    display: inline-block;
    margin-bottom: 1rem;
}

.service-hadding h2 {
    font-weight: 600;
    margin-bottom: 5px;
}

.with {
    border-bottom: none !important;
}

.service-box img {
    width: 100%;
     
}

.service-box {
    margin: 15px 0px;
    border: 1px solid #233b7766;
    padding: 0px;
    padding-bottom: 10px;
    text-align: center;
    border-radius: 6px;
}
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
.service-box h5 {
    padding-top: 20px;
    padding-bottom: 7px;
}

.service-box p {
   
   /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

 

.book-now a {
    padding: 9px 10px;
    transition: .8s ease-in-out;
    /* width: 100%; */
    display: inline-block;
    color: #f9f9f9;
}



.book-now a:hover {
    background: rgb(0, 0, 0);
    color: #ffff;
}

.owl-next {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 2px;
    top: 152px;
    font-size: 27px;
    box-shadow: 0px 0px 8px #c9c7c7;
    color: #000;
    border-radius: 100%;
    padding: 0px 0px 0px 7px;
    background: white;
}

.owl-prev {
    width: 44px;
    height: 44px;
    position: absolute;
    left: 2px;
    top: 152px;
    font-size: 27px;
    color: #000;
    border-radius: 100%;
    padding: 0px 0px 0px 7px;
    background: white;
    box-shadow: 0px 0px 8px #c9c7c7;
}

.owl-next i {
    font-size: 30px;
}

.owl-prev i {
    font-size: 30px;
}

.view-more {
    margin-top: 25px;
}
.stars-rating {
    margin: 0 0 6px 0;
    font-size: 12px;
}
.stars-rating i.active {
    color: #ffc315;
    letter-spacing: -3px;
}
.view-more a {
    background: black;
    padding: 8px 20px;
    color: #ffff;
    text-transform: uppercase;
    border-radius: 5px;
    display: table;
    margin: 0 auto;
    transition: .8s ease-in-out;
}

.view-more a:hover {
    background: #ffcc01;
    color: #000;
}



/* why choose us */
.whychoose-section {
    margin-top: 40px;
}
.testimonial-wrapper {
    
    margin: auto;
    position: relative;
    overflow: hidden;
}

.testimonial-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}


 
.testimonial-item {
    min-width: calc(100% / 3);
      
    margin: 10px;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
}

/* Buttons */
.ts-prev, .ts-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 100;
}

.ts-prev { left: 10px; }
.ts-next { right: 10px; }
.no-gutters img {
    width: 50px;
    background-color: #fff;
    
    margin-bottom: 10px;
}
.thumb-body{padding-left: 10px}

.why-hadding h4 {
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 12px;
}

.why-hadding p {
    font-weight: 400;
    
    display: inline-block;
    margin-bottom: 1rem;
}

.why-text {
    border-bottom: none !important;
    display: inline-block;
    margin-bottom: 0 !important;
}


.stats-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom:0px;
    margin-top: 0px;
    width: 100%;
}
.stat-box {
    display: flex;
    padding: 30px;
    flex: 0 0 27px;
    border-radius: 12px;
    background-color: #922c31b5;
}
.count span{color: #fff}

.stat-box h2 {
    font-size: 46px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}

.stat-box p {
    padding-left: 15px;
    font-size: 18px;
    position: relative;
    top: 0px;
    color: #fff;
    line-height: 22px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
}

.why-img img {
    width: 100%;
    margin-top: 10px;
}


/** FAQ **/
.indexfaq {
    padding: 60px 0px;
}

.indexfaqleft {
    margin-top: 10px;
}

.indexfaqleft h5 {
    font-size: 45px;
    padding: 0px 0px 20px 0px;
    font-weight: 600;
}

.indexfaqbox {
    background: #000000;
    border-radius: 10px;
    padding: 15px 15px 20px;
    color: #fff;
    width: 90%;
}

.indexfaqbox i {
    margin-top: -6px;
    font-size: 56px;
    float: left;
    margin-right: 15px;
}

.indexfaqbox h6 {
    font-size: 30px;
}

.accordion-item {
    background-color: #fff;
    border-bottom: 1px solid #ccc !important;
    border: none;
}

.accordion-button {
    padding: 1rem 0rem;
    font-weight: 500;
    font-size: 19px;
    font-family: "DM Sans", sans-serif;
}

.accordion-button:not(.collapsed) {
    color: #3d1500;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:focus {
    border-color: none;
    box-shadow: none;
}

.accordion-body {
    padding: 10px 0px 10px;
}

.faq-tittle {
    margin-bottom: 10px;
    font-weight: 400;
}

.faq-tittle img {
    margin-right: 8px;
}

.darkline {
    color: #EC8349;
}

.Company-text {
    padding-bottom: 25px;
}

.bricks-text p {
    padding-bottom: 13px;
}

.bricks-text h5 {
    padding-bottom: 10px;
    font-weight: 600;
}



/* property */
.explore-property {
    margin-top: 60px;
}

.property-text {
    text-align: center;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: ;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000c4;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 50%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}
.card img{border: 1px solid #233b7770}
.card{margin-top: 20px}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #0a0a0a8c;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.property-text h3 {
    font-size: 50px;
    color: #fff;

    font-weight: 700;
}

.property-text p {
    
    padding-top: 10px;
    color: #fff;
}

.property-box {
    text-align: center;
}

.property-box img {
    height: 125px;
}

.property-box h6 {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 600;
}

.property-box p {
    color: #686868;
    margin-top: 10px;
}


/* form-section */
.indexinput {
    width: 100%;
    padding: 8px 27px;
    border-radius: 30px;
    outline: none;
    background: #f5f4f4;
    border: none;
    margin-bottom: 16px;
}


.enqiry-form h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 22px;
}

.submit {
    padding: 9px 9px 9px 19px;
    background: #fff;
    border: none;
    border-radius: 30px;
    transition: .8s ease-in-out;
}

.submit i {
    background: #ffffff;
    color: #000000;
    padding: 5px 8px;
    border-radius: 33px;
    transition: .8s ease-in-out;  
}

.submit a:hover {
    background: #FFCA01;
}

.submit:hover {
    background: #000000;
    color: #ffffff;
}

.enqiry-form p {
    color: #9c9f9c;
    padding-bottom: 17px;
}

.fill-form {
    border: 1px solid #d7d7d7;
    padding: 30px 20px;
    margin: 0 auto;
    border-radius: 15px;
    margin-top: 60px;
}

.enqiry-form {
    margin-top: 20px;
}


.homeimg img {
    width: 100%;
    margin-top: 30px;
}

/* appointment-section */
.appointment-section {
    background: #191f34;
    padding: 20px 0;
    margin-bottom: 0px;
}


.support-img img {
    height: 43px;
    object-fit: cover;
    padding-right: 14px;
}

.main-call {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: end;
    margin-top: 3px;
}
 
.footer {
    position: relative;
 padding-top: 20px;
    background: url(../images/aaaa.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.call-support {
    display: flex;
    align-items: center;
    background: #922c31;
    padding: 10px 35px 10px 14px;
    border-radius: 6px;
}

.phone-number {
    font-size: 23px;
    font-weight: 800;
}

.appointment-hadding p {
    font-size: 30px;
    color: white;
}

.appointment-hadding h3 {
    font-size: 30px;
    color: white;
    font-weight: 600;
}
.support-text{color: #fff}
.higlight {
    color: #fff;
}

.main-call .call-support:nth-child(2) {
    border: 1px solid #fff;
    background: none !important;
    color: #fff !important;
}


/* footer */

.footertext {
    
}
.footertext .top-follow {
      text-align: left; 
    color: #fff;
}
.footerlinks h4 {
    font-weight: 400;
    color: #fff;
}
 .footertext .top-follow a {
    color: #ffffff;
    padding: 3px 8px;
    margin-top: 20px;
    background-color: #922c31;
    border-radius: 100px;
    display: inline-flex;
    font-size: 16px;
    transition: .3s 
ease-in-out;
}

.footertext img {
    width: 150px;
    margin-bottom: 20px;
}

.footerlinks {
    
    border-right: 1px solid #e1e1e1;
    padding-right: 10px;
    height: 270px;
    padding-top: 32px;
}

.book-plots {
    margin-top: 20px;
}

.book-plots a {
    background: #fec900;
    padding: 10px 10px 10px 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 30px;
    color: #000;
    transition: .8s ease-in-out;
}

.book-plots a:hover {
    background: black;
    color: #fff;
}

.book-plots a i:hover {
    background: #fec900;
}

.book-plots a i {
    background: black;
    color: white;
    padding: 4px 6px;
    border-radius: 30px;
    transition: .8s ease-in-out;
}

.footerlinks h4 {
    font-weight: 400;
}

.view-payment a img {
    height: 20px;
    object-fit: contain;
}

.view-payment a {
    padding: 0px 5px;
}

.view-payment {
    margin-top: 23px;
}
.copy-right{
    background: #191f34;
    padding-bottom: 10px;
    color: #fff;
}
.footertext {
    color: #fff;
}
.copy-right a{color: #bbbbbb}

.links {
  
    padding: 0px 2px;
    justify-content: center;
    margin-top: 15px;
}


.links a {
    padding: 0px 0px;
    font-size: 15px;
    color: #f5f3f3;
    font-weight: 600;
}


.footer-contact {
    padding-top: 30px;
}
.jhrtj {
    position: fixed;
    z-index: 99999;
    display: block;
    width: 50px;
    right: 12px;
    bottom: 70px;
}
.jhrtjj {
    position: fixed;
    display: block;
    z-index: 99999;
    width: 50px;
    right: 14px;
    bottom: 120px;
}
.footer-contact h5 {
    font-size: 16px;
    /* font-weight: 600; */
    color: #fff;
    /* border-bottom: 2px solid #ffca01; */
    display: inline-block;
    margin-bottom: 10px;
}
.footer-contact p {color: #fff;margin-bottom: 10px}

.social-link {
    display: flex;
    margin-top: 30px;
}

.social-link a {
    color: #888888;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0px 8px 0px 0px;
    font-size: 13px;
}


.copy-right p {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #e1e1e1;
    padding-top: 13px;
}

.locit{display: flex;}

.locit a {    padding: 5px 15px 5px 15px;
    background-color: #922c31;
    border-radius: 20px;
    margin-left: 10px;
    color: #fff;

    font-weight: 500;
 }
 .locit li{ margin-top: 20px;}
.locit {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
}

/* about page */
.breadcrmbg {
    background-image: url(../images/aaaa.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 65px 0px 65px;
    text-align: center;
    color: #ffff;
}



.breadcrmbg h1 {
    color: #ffffff;
    font-weight: 500;
    padding-bottom: 5px;
}

.breadcrmbg a {
    color: #ffcc01;
}


.strip_all_tours {
    margin-top: 20px;
    margin-bottom: 50px;
}

.sticky-box2 {
    border-radius: 1rem !important;
}

.sticky-box2 p {
    font-size: 16px;
    line-height: 28px;
    margin: 0px;
}

.sticky-box2 h4 {
    margin-top: 12px;
    color: #000;
    margin-bottom: 8px;
}

.sticky-box1 img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border: 4px solid #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 0px #9c9999;
    margin-bottom: 40px;
}

.sidebar-sticky {
    position: sticky;
    top: 0px;
    margin-top: 30px;
}

.coammanpage h6 {
    font-size: 20px;
    padding-bottom: 0px;
    padding-top: 30px;
    font-weight: 600;
    border-bottom: 2px solid #ffcc01;
    display: inline-block;
    margin-bottom: 20px;
}



.coammanpage li {
    line-height: 30px;
    background: url(../images/right.png) no-repeat;
    background-position: 0px 10px;
    padding-left: 25px;
    font-size: 17px;
    margin-bottom: 6px;
}


.service-page {
    margin-top: 30px;
    margin-bottom: 60px;
}


/* contact page */
.commanpage {
    padding: 40px 0px;
}

.aboutuspage h6 {
    border-bottom: 2px solid #fea201;
    color: #2867F0;
    font-size: 20px;
    font-weight: 600;
    display: table;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 5px;
}

.aboutuspage h4 {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 15px;
}

.aboutuspage ul li {
    line-height: 24px;
    padding: 5px 0px 5px 15px;
    background: url(../images/arrow.png) no-repeat;
    background-position: 0px 13px;
}

.aboutuspage h1 {
    font-size: 24px;
    padding-bottom: 15px;
}

.getquotinput {
    width: 100%;
    border: 1px solid #dddddd;
    padding: 8px 15px;
    color: #333333;
    margin-top: 20px;
    border-radius: 5px;
    outline: none;
    font-weight: 600;
}

.getquotbutton {
    width: 100%;
    border: none;
    padding: 8px 10px;
    color: #fff;
    border-radius: 5px;
    outline: none;
    background: #fea201;
    margin-top: 20px;
    font-weight: 600;
}


.contpage i {
    width: 54px;
    height: 54px;
    display: inline-block;
    border: 1px solid #fea201;
    border-radius: 100%;
    color: #fea201;
    font-size: 28px;
    text-align: center;
    padding: 3px;
}

.map iframe {
    width: 100%;
    height: 450px;
}

.projectindex {
    margin-top: 40px;
    margin-bottom: 60px;
}

.projectindex h4 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
.text-padd {
    padding: 32px 20px 74px 20px;
}

.form-area {
    background: #08080805;
    width: 100%;
    padding: 10px;
}
.menu1 {
    font-size: 30px !important;
    color: #2c375e;
    display: inline-block;
}
.logo img {
    width: 90px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.menu1{
    position: absolute;
    right: 30px;
    top: 17px;
}
.stat-box {
    display: flex;
    padding: 40px;
    flex: 1 -0 211px;
    border-radius: 12px;
    background-color: #233b77e6;
}
.testimonial-item {
    min-width: calc(100% / 1);
    margin: 10px;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
}
.menu1{display: block!important;}
    .copy-right p {
        font-size: 14px !important;
        padding-bottom: 1px !important;
    }
}

.menu1{display: none;}

#dot li{
   list-style: circle;
}

#dot ul {
    margin-left: 30px;
}
