@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

*{
    margin: 0;
    padding: 0;
}

body{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: "Montserrat", sans-serif;
}



.top-head-bx ul {
    padding-left: 0px;
    text-align: end;
    margin-bottom: 0px;
}

.top-head-bx ul li {
    display: inline-block;
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 12px;
    padding-left: 8px;
    transition: all .3s ease-in;
    padding-right: 8px;
    background-color: transparent;
    /* border-left: 1px solid #77000c; */
}

.top-head-bx ul li:hover {
    background-color: #b98755;
}

.top-head-bx ul li span {
    font-size: 16px;
    color: #fff;
    margin-right: 8px;
}

.top-head-bx ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.top-head-bx ul li .view-btn {
    padding-bottom: 7px;
    color: #3c00d5;
    border-radius: 6px;
    padding: 8px 12px;
    /* padding-bottom: 6px; */
    border: 1px solid transparent;
    vertical-align: middle;
    text-transform: uppercase;
    background-color: #83ba9f;
}

.top-head-bx ul li .view-btn:hover {
    border: 1px solid #000000;
}

.header-section {
    background-color: #fff;
    box-shadow: 0px 1px 2px -1px #777777;
    padding: 10px 0px;
}
#header-sroll {
    position: fixed;
    left: 0;
    top: 0px;
    float: left;
    width: 100%;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 300;
}

.header-section.small {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
}

.header-section .navbar {
    padding: 0px;
}

.top-header {
    background-color: #ffffff;
    /* padding: 8px 0px; */
}

.top-header .top-head-bx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-text-left h4 {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Work Sans';
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0px;
}

.navbar-brand {
    width: 191px;
}

.nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto Slab';
    padding: 8px 18px !important;
    color: #b99470 !important;
    text-transform: uppercase;
}

.nav-item .nav-link:hover {
    color: #000 !important;
}

.nav-item .nav-link.actives {
    color: #000 !important;
}

/*--header-area-start--*/

header {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 250;
  height: var(--header-height);
  padding: 10px;
}
.header {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
}
.header .logo {
    padding-left: 0;
    width: 224px;
}
.header .logo a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}
.header .nav .drawer {
    display: flex;
    height: var(--header-height);
    padding-right: 0;
}
.header .nav .drawer a {
  text-transform: capitalize;
  transition: all 0.1s linear;
  display: flex;
  align-items: center;
  padding: 0 16px;
  color: #00268b;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Montserrat';
}
.header .nav .drawer a:hover {
    color: #46c673;
}
.header .nav .drawer a.active {
  color: #46c673;
}
.drawer-btn {
    background: transparent;
    border: none;
    /* height: 40px; */
    /* width: 40px; */
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 24%;
    font-size: 30px;
    color: #000;
    display: none;
    cursor: pointer;
}
.close-btn {
  background: transparent;
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: absolute;
  left: 11px;
  top: 8px;
  display: none;
  cursor: pointer;
}
.close-btn:active,
.drawer-btn:active {
  background: #f3f3f3;
}
.img{
 height:calc(100vh - 53px);
 width:100%;
  object-fit:cover;
  display:block;
}
@media (max-width: 1140px) {
  .header .nav .drawer {
    padding: 0;
  }
}
@media (max-width: 920px) {
  .header .nav {
    display: flex;
    position: fixed;
    top: 0;
    left: -925px;
    width: 100%;
    height: 100%;
    z-index: 300;
  }
  .header .nav .blank {
    height: 100%;
    flex: 1;
  }
  .header .nav .drawer {
    box-shadow: 2px 0 12px rgb(0 0 0 / 40%);
    padding-top: 50px;
    height: 100%;
    width: 225px;
    background: #fff;
    flex-direction: column;
    position: fixed;
    left: -240px;
    transition: all 200ms linear;
    overflow: auto;
  }
  .header .nav .drawer a {
    padding: 20px;
  }
  .drawer-btn,
  .close-btn {
    display: block;
  }
  .header .logo {
    margin-left: 0px;
  }
  .blur .drawer {
    left: 0 !important;
  }
  .blur {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(15px);
    left: 0 !important;
  }
}

/*--header-area-end--*/


/*--banner-area-start--*/

.main-banner-section {
    margin-top: 0px;
    position: relative;
    z-index: 1;
}

.banner-mid-area .item {
  width: 100% !important;
  /* height: 1013px; */
}

.main-banner-section::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #00000061;
    opacity: .8;
    z-index: -1;
}

.banner-mid-area {
    text-align: center;
}

.banner-mid-area .item img {
    height: 100%;
}

.banner-mid-area .item {
    position: relative;
    z-index: 1;
}

.banner-mid-area .item::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #090a1d;
    opacity: .5;
    z-index: 1;
}

.banner-mid-right {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 30px 20px;
}

.banner-mid-right label {
    font-size: 15px;
    color: #fff;
    margin-bottom: 6px;
}

.banner-mid-right input {
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    font-size: 15px;
    margin-bottom: 10px;
}

.banner-mid-right textarea {
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    font-size: 15px;
    margin-bottom: 10px;
}

.banner-mid-right select {
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    font-size: 15px;
    margin-bottom: 10px;
}

.banner-mid-right input:focus, .banner-mid-right select:focus, .banner-mid-right textarea:focus {outline: none; box-shadow: none; border:1px solid #a3a3a3;}

.banner-mid-right .planner-check-availability {
    text-align: center;
    margin-top: 12%;
}

.banner-mid-left h1 {
    font-size: 42px;
    font-weight: 400;
    font-family: 'Work Sans';
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.banner-mid-left p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 36px;
}

.main-item-txt {
    position: absolute;
    top: 28%;
    left: 0;
    right: 0;
    width: 58%;
    margin: 0 auto;
    z-index: 1000;
}

.main-item-txt .mn-title {
    font-size: 14px;
    font-weight: 500;
    color: #5a7cff;
    background-color: #fff;
    padding: 6px;
    text-transform: uppercase;
}
.main-item-txt h1 {
  font-size: 42px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  margin-top: 25px;
  font-family: Montserrat;
  margin-bottom: 40px;
}

.main-item-txt h1 b {
    color: #fff;
    display: block;
    font-weight: 600;
}

.main-item-txt p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #ffffff;
    margin-bottom: 30px;
}

.main-item-txt .view-btn {
    outline: 1px solid;
}

.main-btn-bx .view-btn-1 {
    margin-left: 16px;
}

.view-btn {
    background-color: #00268b;
    color: #fff;
    text-decoration: none;
    padding: 8px 24px;
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
    transition: all .3s ease-in;
    outline: none !important;
}
.view-btn:hover {
    background-color: #46c673;
    color: #ffffff;
}

.banner-mid-area .owl-nav {
    margin: 0 !important;
}

.banner-mid-area .owl-nav .owl-prev {
    position: absolute;
    top: 36%;
    left: 30px;
    background-color: transparent;
    outline: none;
    box-shadow: none;
}
.banner-mid-area .owl-nav .owl-next {
    position: absolute;
    top: 36%;
    right: 30px;
    background-color: transparent;
    outline: none;
    box-shadow: none;
}


.banner-mid-area .owl-nav .owl-prev span {
    font-size: 90px;
    color: #ffffff;
    background: transparent;
    display: block !important;
    border-radius: 40px;
    transition: all .3s ease-in;
}

.banner-mid-area .owl-nav .owl-prev span:before, 
.banner-mid-area .owl-nav .owl-next span:before {
	font-weight: 700 !important;
}

.banner-mid-area .owl-nav .owl-prev span:hover, 
.banner-mid-area .owl-nav .owl-next span:hover {
    color: #46c673;
    background: transparent;
}

.banner-mid-area .owl-nav .owl-next span {
    font-size: 90px;
    background: transparent;
    color: #fff;
    display: block !important;
    border-radius: 40px;
    transition: all .3s ease-in;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #FFF;
    text-decoration: none;
}

.btm-link-bx {
    position: fixed;
    bottom: 8%;
    z-index: 10000;
    float: right;
    right: 16px;
    display: grid;
}

.btm-call-link {
    margin-bottom: 34px;
}

.btm-call-link span {
    background-color: #b99470;
    color: #fff;
    padding: 10.2px 14px;
    border-radius: 0;
    font-size: 22px;
}

.btm-whts-link {
    margin-bottom: 50px;
}

.btm-whts-link span {
    background-color: #b99470;
    color: #fff;
    padding: 10.2px 14px;
    border-radius: 0;
    font-size: 22px;
}

/*--banner-area-start--*/

/*--why-choose-start--*/

.why-choose-section {
    padding: 50px 0px;
    background-color: #f3f1fc;
}

.why-choose-bx h2 {
    font-size: 36px;
    font-weight: 500;
    color: #b99470;
    margin-bottom: 20px;
}

.why-choose-bx p {
    font-size: 18px;
    color: #000;
    text-align: justify;
}

.about-section {
  background-color: #ffffff;
}

.about-section .about-main-bxs {
    background-color: #fff;
    padding: 0;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06);
    margin-top: -140px;
    display: flex;
    position: relative;
    z-index: 2;
}

.about-top-heading {
    text-align: center;
    margin-bottom: 30px;
}

.about-top-heading h2 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Work Sans';
    color: #000;
    position: relative;
}

.about-top-heading h2::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #b99470;
}

.about-top-heading .about-slogan {
    background-color: #000;
    color: #fff;
    font-size: 24px;
    padding: 4px 14px;
    text-transform: uppercase;
    font-family: sans-serif;
}

.about-left-area {
    padding-left: 30px;
    /* margin-top: 24px; */
    margin-left: 0;
}

.about-left-area span {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #000;
}

.about-left-area h2 {
  font-size: 36px;
  font-weight: 700;
  font-family: 'Montserrat';
  text-transform: capitalize;
  color: #00042e;
  margin-bottom: 20px;
  margin-top: 16px;
}

.about-left-area p {
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat';
    text-align: justify;
    margin-bottom: 20px;
}

.about-left-area .abt-title {
    color: #fff;
    padding: 2px 6px;
    font-family: 'Montserrat';
    font-size: 16px;
    background-color: #ffc752;
}

.about-comm-bx h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Saira';
    color: #3637a5;
    margin-bottom: 14px;
}

.about-comm-bx ul {
    padding-left: 6px;
}

.about-comm-bx ul li {
    font-size: 16px;
    font-weight: 400;
    list-style: none;
    color: #494949;
}

.about-comm-bx ul li span {
    color: #3637a5;
    padding-right: 6px;
}

.about-exp-bx .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .about-exp-bx {
    margin-top: 20px;
    border: 1px solid #d6d6d6;
    padding: 20px;
}
  
  .about-exp-bx .items {
    width: 50%;
    height: auto;
  }
  
  .about-exp-bx .items h2 {
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    display: block;
    width: 100%;
    margin: 0;
}
.about-exp-bx .items h2 .counter_up {
  font-size: 38px;
  font-weight: 600;
  color: #46c673;
}
.about-exp-bx .items {
    width: 50%;
    height: auto;
    text-align: center;
}
.about-exp-bx .num-item {
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}
.about-exp-bx .items p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}
  
.about-right-area {
    height: 534px;
}
.about-right-area img {
    height: 100%;
}

.about-right-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.about-right-area::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.about-right-area:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
    left: -175%;
}

@-webkit-keyframes shine {

	100% {

		left: 125%;

	}

}

@keyframes shine {

	100% {

		left: 125%;

	}

}


/*--about-end--*/

/*--about-page-start--*/

.inner-banner-section {
    background-image: url(..//image/inner-banner1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0px;
    position: relative;
    z-index: 1;
}

.inner-banner-section::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #00268bcc;
    opacity: .7;
    z-index: -1;
}

.inner-banner-3 {
    background-image: url(..//image/inner-banner3.jpg);
}
.inner-banner-4 {
    background-image: url(..//image/career-img-bg.jpg);
	background-position: top;
}
.inner-banner-5 {
    background-image: url(..//image/inner-banner-5.jpg);
	background-position: top;
}

.inner-bnr-text {text-align: center;}

.inner-bnr-text h1 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Montserrat';
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 16px;
}

.pro-inner-bx {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-bottom: 20px;
    transition: all .3s ease-in;
}

.pro-inner-bx:hover {
    transform: translateY(-10px);
}

.pro-inner-bx .pro-inner-image {
    padding: 10px;
    border: 1px solid #a3a3a3;
}

.pro-inner-bx .pro-name-bx {
    padding: 24px;
}

.pro-inner-bx .pro-name-bx h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.pro-inner-bx .pro-name-bx h3 a {
    color: #00042e;
    text-decoration: none;
    transition: all .3s ease-in;
}

.pro-inner-bx .pro-name-bx h3 a:hover {color: #46c673;}

/*--about-page-end--*/

.quality-section .quality-area {
    text-align: center;
    margin-bottom: 30px;
}

.quality-section .quality-area p {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #000;
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 8px;
}

.quality-section .quality-img-bx {
    width: 96%;
    margin: 0 auto;
    border: 1px solid #00268b;
    padding: 10px;
    box-shadow: 0 0 4px #a3a3a3;
    transition: all .3s ease-in;
}
.quality-section .quality-img-bx:hover {transform: translateY(-10px);}

/*--quality-page-end--*/

.blog-card-section {
    padding: 50px 0px;
}

.main-blogs {
    background-color: #E9DEDE;
    padding: 30px;
}

.blog-left-card {
    background-color: #fff;
    padding: 20px;
    transition: all .3s ease-in;
}
.blog-left-card:hover {
    transform: translateX(-10px);
}
.blog-right-card {
    background-color: #fff;
    padding: 20px;
    transition: all .3s ease-in;
}
.blog-right-card:hover {
    transform: translateX(-10px);
}

.blog-left-card h2 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #46c673;
}

.blog-left-card p {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.blog-right-card h2 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #46c673;
}

.blog-right-card p {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.blog-card-1 {
    margin-bottom: 30px;
}

.blog-card-3 {
    height: 123px;
}
.blog-card-3 img {
    height: 100%;
}

.blog-right-card ul {
    padding-left: 0px;
}

.blog-right-card ul li {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    list-style: none;
    padding-bottom: 4px;
}

.blog-card-bx {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.blog-card-bx::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.blog-card-bx:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
    left: -175%;
}

@-webkit-keyframes shine {

	100% {

		left: 125%;

	}

}

@keyframes shine {

	100% {

		left: 125%;

	}

}

/*--blog-card-end--*/

.product-section {
    padding: 50px 0px;
    background-color: #e57a7d; 
}

.product-head {
    text-align: center;
}

.product-head .pro-title {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #000;
}

.product-head h2 {
  font-size: 36px;
  font-weight: 700;
  font-family: 'Montserrat';
  text-transform: capitalize;
  color: #00042e;
  margin-bottom: 20px;
  margin-top: 16px;
}

.product-view-bx {
    background-color: #fff;
    transition: all .3s ease-in;
    margin-top: 10px;
}
.product-view-bx:hover {
    transform: translateY(-10px);
}

.product-view-bx .product-img-bx {
    padding: 10px;
}

.product-view-bx .product-text {
    padding: 20px;
    border-top: 1px solid #a3a3a3;
}

.product-view-bx .product-text h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat';
    padding-bottom: 8px;
}

.product-view-bx .product-text h3 .pro-view-text {
    color: #00042e;
    text-decoration: none;
    transition: all .3s ease-in;
}

.product-view-bx .product-text h3 .pro-view-text:hover {
    color: #46c673;
}

.product-view-bx .product-text p {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
    border-top: 1px solid #a3a3a3;
    padding-top: 10px;
}

.product-view-bx .product-text p .pro-txt-vw {
    color: #000;
    text-decoration: none;
    transition: all .3s ease-in;
}
.product-view-bx .product-text p .pro-txt-vw:hover {
    color: #46c673;
}

.hover-effe {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.hover-effe::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover-effe:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
    left: -175%;
}

@-webkit-keyframes shine {

	100% {

		left: 125%;

	}

}

@keyframes shine {

	100% {

		left: 125%;

	}

}

/*--product-end--*/

.why-choose-section {
    padding: 50px 0px;
    background-color: #e9dede4d;
}

.why-choose-head {
    text-align: center;
    margin-bottom: 80px;
}

.why-choose-head .pro-title {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #000;
}

.why-choose-head h2 {
  font-size: 36px;
  font-weight: 700;
  font-family: 'Montserrat';
  text-transform: capitalize;
  color: #00042e;
  margin-bottom: 20px;
  margin-top: 16px;
}

.choose-leftside {
    max-width: 750px;
    position: relative;
    z-index: 1;
}

.choose-card {
    margin-bottom: 40px;
    padding: 74px 30px 65px 30px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    margin-right: 10px;
}

.choose-card i {
    font-size: 50px;
    position: absolute;
    top: 52px;
    right: 20px;
    color: #cd3539;
    line-height: 1;
}

.choose-card::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: #ffeeee;
    height: 100%;
    width: 100%;
    -webkit-transform: skewY(165deg);
    transform: skewY(165deg);
    z-index: -1;
    border-radius: 0;
    border-top: 4px solid #46c673;
}

.choose-card::after {
    content: "";
    bottom: -20px;
    right: -20px;
    position: absolute;
    background-color: transparent;
    height: 100%;
    width: 100%;
    -webkit-transform: skewY(165deg);
    transform: skewY(165deg);
    z-index: -2;
    border: 2px solid var(--greenColor);
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.choose-card:hover::after {
    opacity: 1;
}

.choose-bg {
    position: absolute;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}

.choose-card h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #00042e;
}

.choose-card p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

/*--why-choose-end--*/

.testimonial-head {
    text-align: left;
    margin-bottom: 20px;
}

.testimonial-head .pro-title {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #000000;
}

.testimonial-head h2 {
  font-size: 36px;
  font-weight: 700;
  font-family: 'Montserrat';
  text-transform: capitalize;
  color: #00042e;
  margin-bottom: 20px;
  margin-top: 16px;
}

.testimonial-section {
    background-image: url(..//image/why-pharmaceutical.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
    position: relative;
    z-index: 1;
}
.testimonial-section::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #8ce9ad;
    opacity: .7;
    z-index: -1;
}

.testimonial-view-bx {
    background-color: #fff;
    padding: 20px;
}

.testi-text {
    background-color: #fff;
    padding: 20px;
    padding-top: 8px;
}

.testimonial-view-bx .testi-top-bx {
    display: flex;
    justify-content: start;
    align-items: center;
}

.testimonial-view-bx .testi-top-bx h3 {
    font-size: 20px;
    font-weight: 500;
    color: #00042e;
    margin-left: 20px;
}

.testimonial-view-bx .testi-top-bx .testi-image {
    border-radius: 64px;
    overflow: hidden;
    width: 70px;
    height: 70px;
}
.testimonial-view-bx .testi-top-bx .testi-image img {
    width:100%;
    height: 100%;
}

.testi-text p {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat';
}

.testi-text ul {
    padding-left: 0;
    margin-bottom: 0;
}

.testi-text ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 4px;
}

.testi-text ul li span {
    color: #000;
}

/*--testimonial-end--*/

.career-section {
    padding: 50px 0px;
    background-color: #fff;
}

.career-right-vw {
    border-radius: 20px;
    overflow: hidden;
}

.career-left-vw .pro-title {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #000000;
}

.career-left-vw h2 {
  font-size: 36px;
  font-weight: 700;
  font-family: 'Montserrat';
  text-transform: capitalize;
  color: #00042e;
  margin-bottom: 20px;
  margin-top: 16px;
}

.career-left-vw p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.career-left-vw ul {
    padding-left: 0;
    margin-bottom: 0;
}
.career-left-vw ul li {
    list-style: none;
    padding: 4px 0px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.career-area p {
    font-size: 16px;
    font-family: 'Montserrat';
    color: #000;
}

/*--career-end--*/

/*--customers-start--*/

.why-section {
    padding: 50px 0px;
    background-color: #f3f1fc;
}

.why-head {
    text-align: center;
    margin-bottom: 30px;
}

.why-head h2 {
    font-size: 36px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
}

.why-head span {
    font-size: 18px;
    color: #000;
}

.why-view {
    box-shadow: 0 0 1px #a3a3a3;
    padding: 50px 20px;
    border-radius: 0px;
}
.wh-vw-1 {
    background-color: #dfdef3;
}
.wh-vw-2 {
    background-color: #f4ecea;
}
.wh-vw-3 {
    background-color: #dbd9e5;
}
.wh-vw-4 {
    background-color: #f4e1e5;
}

.why-view .why-image {
    text-align: center;
    /* width: 60px; */
    /* margin: 10px auto; */
}

.why-view .why-image span {
    background-color: #fff;
    color: #3637a5;
    padding: 8px 14px;
    font-size: 22px;
}

.why-view .why-details {
    text-align: center;
    padding: 12px;
}

.why-view .why-details h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Saira';
    margin-top: 10px;
    margin-bottom: 10px;
    color: #090a1d;
}

.why-view .why-details h3 a {
    color: #000;
    text-decoration: none;
    transition: all .3s ease-in;
}

.why-view .why-details p {
    font-size: 15px;
    font-family: 'Saira';
    color: #000;
    margin-bottom: 20px;
}

.why-section .row {
    padding: 0px 12px;
}

.why-section .col-lg-3.col-md-6.col-12 {
    padding: 0;
}


/*--customers-end--*/

/*--service-start--*/

.service-section {
    padding: 50px 0px;
    background-color: #f3f1fc;
}

.service-left-area .service-title {
    color: #fff;
    padding: 2px 6px;
    font-family: 'Saira';
    font-size: 16px;
    background-color: #ffc752;
}
.service-left-area h2 {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Saira';
    text-transform: uppercase;
    color: #090a1d;
    margin-bottom: 20px;
    margin-top: 24px;
}
.service-left-area p {
    font-size: 16px;
    color: #000;
    font-family: 'Saira';
    text-align: justify;
    margin-bottom: 20px;
}

.service-img-bx {
    margin-top: 40px;
}

.service-left-area .main-btn-bx .view-btn-1 {
    margin-left: 16px;
    color: #000;
}

.service-left-area .main-btn-bx .view-btn-1:hover {
    color: #3637a5 !important;
}

.service-right-area .service-view {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    transition: all .3s ease-in;
}

.service-right-area .service-view:hover {
    transform: translateY(-6px);
}

.service-view .service-view-img {
    width: 120px;
    margin: 6px auto;
}

.service-view .ser-vw-sec {
    width: 100px;
}

.service-view .service-view-text {
    text-align: center;
}

.service-view .service-view-text .ser-click {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Saira';
    color: #090a1d;
}

/*--service-end--*/


/*--map-section--*/

.map-section .map-bx {
    width: 100%;
    height: 370px;
}

/*--map-section-end--*/

/*--service-start--*/

.our-service-section {
    background-image: url(..//image/gallery-old-paper-texture.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
}

.our-service-head {
    text-align: center;
}

.our-service-head h2 {
    font-size: 36px;
    font-weight: 600;
    font-family: math;
    color: #000000;
    text-align: center;
    margin-bottom: 14px;
}

.our-service-head p {
    font-size: 18px ;
    color: #000;
    margin-bottom: 26px;
}

.our-service-bx .our-service-img {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 2px 14px 0px #1d1d1d;
    margin-bottom: 16px;
    transition: all .3s ease-in;
    overflow: hidden;
}

.our-service-bx .our-service-img img {
    transition: all .3s ease-out;
}
.our-service-bx .our-service-img img:hover {
    transition: all .3s ease-out;
    transform: scale(1.1);
}

.our-service-bx a  {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #000000;
    text-align: center;
    transition: all .3s ease-in;
}

.our-service-bx a:hover  {
    color: #003968;
}

.our-service-bx a h4 {
    font-size: 22px;
    text-transform: uppercase;
}

/*--service-end--*/

/*--main-contact-start--*/

.main-contact {
    padding: 40px 0px;
    background-color: #ffffff7a;
}

.main-contact-heading {
    text-align: center;
    margin-bottom: 24px;
}

.main-contact-heading h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Roboto Slab";
    color: #b99470;
}

.main-contact-heading .main-contact-slogan {
    background-color: #000;
    color: #fff;
    font-size: 24px;
    padding: 4px 14px;
    text-transform: uppercase;
    font-family: sans-serif;
}

.main-contact-text h3 {
    font-size: 24px;
    color: #000;
    margin-bottom: 18px;
}

.main-contact-text .contact-no-ad-bx ul {
    padding-left: 0;
}

.main-contact-text .contact-no-ad-bx ul li {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    font-size: 16px;
    color: #000;
}

.main-contact-text .contact-no-ad-bx ul li span {
    background-color: #000;
    color: #fff;
    padding: 4px 6px;
    border-radius: 4px;
    margin-right: 6px;
    float: inline-start;
}

.main-contact-text .contact-no-ad-bx ul li p {
    margin-left: 20px;
    display: inline;
    width: 200px;
    float: inline-start;
}

.main-contact-text .contact-no-ad-bx ul li a {
    color: #000;
    text-decoration: none;
    transition: all .3s ease-in;
}

.main-contact-text .contact-no-ad-bx ul li a:hover {
    color: #b99470;
}

.contact-fill-main-bx .cntct-fill-bx {
    text-align: center;
    margin-bottom: 24px;
    margin-top: 20px;
}

.contact-fill-main-bx .cntct-fill-bx h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
}

.contact-right-area .cntct-fill-bx h4 {
    font-size: 32px;
    text-transform: capitalize;
    color: #b99470;
}

.contact-fill-main-bx .cntct-fill-bx p {
    font-size: 14px;
    color: #3b3b3b;
    margin-bottom: 0px;
}

.contact-fill-main-bx .cntct-fill-btm-bx .form-label {
    font-size: 13px;
    display: block;
    color: #000;
    width: 100%;
    text-transform: uppercase;
}

.contact-fill-main-bx .cntct-fill-btm-bx input {
    width: 100%;
    height: 46px;
    padding: 8px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #a3a3a3;
    outline: none;
    box-shadow: none;
}

.contact-fill-main-bx .cntct-fill-btm-bx textarea {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #a3a3a3;
    outline: none;
    box-shadow: none;
}

.contact-fill-main-bx .cntct-fill-btm-bx .contact-btn {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s ease-in;
    border: none;
}

.contact-fill-main-bx .cntct-fill-btm-bx input:focus, .contact-fill-main-bx .cntct-fill-btm-bx textarea:focus {
	border: 1px solid #b99470;
}

.contact-fill-main-bx .cntct-fill-btm-bx .contact-btn:hover {
    background-color: #b99470;
    color: #fff;
}

/*--main-contact-end--*/


/*--feature-start--*/

.feature-section {
    background-image: url(..//image/feature_bg_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px;
}

.feature-bx {
    display: flex;
    align-items: center;
    transition: all .3s ease-in;
}

.feature-bx:hover .feature-icon img {
    transform: rotateY(180deg);
}

.feature-bx .feature-icon {
    width: 74px;
    background-color: #1f1f1f;
    padding: 14px;
    border-radius: 70px;
    transition: all .3s ease-in;
}

.feature-bx .feature-icon img {transition: all .4s ease-in;}

.feature-bx .feature-dtl {
    margin-left: 10px;
}

.feature-bx .feature-dtl h3 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    font-family: 'Roboto Slab';
}

.feature-bx .feature-dtl p {
    font-size: 14px;
    font-weight: 500;
    font-family: sans-serif;
    color: #dbdbdb;
    margin-bottom: 0px;
}

/*--feature-end--*/

/*--eltd-start--*/

.eltd-content-section {
    background-image: url(..//image/banner/good-resipe-parallax2.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0px;
}

.eltd-content-bx h2 {
    font-size: 76px;
    font-weight: 500;
    font-family: "Roboto Slab";
    color: #fdfeff;
    text-align: center;
    margin-bottom: 0;
    padding: 80px 10px;
}

/*--eltd-end--*/

/*--news-start--*/

.news-section {
    padding: 50px 0px;
}

.news-head {
    text-align: center;
    margin-bottom: 40px;
}

.news-head .title{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    
}

.news-head h2 {
    font-size: 36px;
    font-weight: 500;
    color: #b99470;
    text-align: center;
    
}

.news-view-area {
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: #e1e1e1;
    padding-top: 30px;
    padding-bottom: 30px;
}

.news-image-area {
    position: relative;
}

.news-image-area .news-date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #b99470;
    text-align: center;
}

.news-dtls-area {
    padding: 20px;
}

.news-dtls-area .news-cate {
    font-size: 16px;
}

.news-dtls-area .news-cate i {
    color: #b99470;
    margin-right: 10px;
}

.news-dtls-area .news-cate .news-click {
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.news-dtls-area h3 {
    margin-top: 20px;
    margin-bottom: 24px;
}

.news-dtls-area h3 .news-show {
    font-size: 28px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.news-dtls-area h3 .news-show:hover {
    color: #b99470;
}

.news-dtls-area p {
    font-size: 16px;
    color: #000;
    margin-bottom: 22px;
}

.news-dtls-area .view-btn {
    border: 1px solid #b99470;
}

.news-dtls-area .view-btn span i:before {
    font-weight: 700 !important;
    vertical-align: middle;
}

/*--news-end--*/

/*--contact-start--*/

.contact-section {
    padding: 40px 0px;
}

.contact-left-area {
    background-color: #e3e5f4;
    padding: 34px 40px;
    margin-top: 24px;
}

.contact-left-area h2 {
    font-size: 36px;
    font-weight: 400;
    font-family: 'Roboto Slab';
    color: #b99470;
    margin-bottom: 6px;
}

.contact-left-area p {
    font-size: 17px;
    color: #353535;
    text-align: justify;
    margin-bottom: 10px;
}

.contact-bx {
    margin: 24px 0px;
}

.contact-bx .contact-icon {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-bx .contact-icon span {
    color: #b99470;
    background-color: #ffffff;
    padding: 10px 16px;
    font-size: 24px;
    border-radius: 15px;
    margin-right: 16px;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
}

.contact-bx .contact-icon .contact-dtl h3 {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto Slab';
    color: #000;
}

.contact-bx .contact-icon .contact-dtl p {
    color: #000;
    font-size: 15px;
    margin-bottom: 0px;
}

.contact-bx .contact-icon .contact-dtl .contact-cntnt {
    font-size: 15px;
    text-decoration: none;
    color: #000;
    transition: all .3s ease-in;
}

.contact-bx .contact-icon .contact-dtl .contact-cntnt:hover {
    color: #b99470;
}

.contact-social {
    margin-top: 36px;
}

.contact-social ul {
    padding-left: 0px;
}

.contact-social ul li {
    list-style: none;
    display: inline-block;
}

.contact-social ul li .abt-social {
    color: #000000;
    background-color: #ffffff;
    padding: 12px 16px;
    font-size: 24px;
    border-radius: 15px;
    margin-right: 8px;
    transition: all .3s ease-in;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
}

.contact-social ul li .abt-social:hover {
    color: #ffffff;
    background-color: #b99470;
}

.contact-form-bx {
    margin-top: 30px;
}

.contact-right-area .contact-top-text h2 {
    font-size: 36px;
    font-weight: 500;
    font-family: 'Roboto Slab';
    color: #000;
    margin-bottom: 6px;
}

.contact-form-bx input:focus,
.contact-form-bx select:focus,
.contact-form-bx textarea:focus {
    outline: none;
    box-shadow: none;
    border: 2px solid #000;
}
.contact-form-bx input {
    outline: none;
    box-shadow: none;
    height: 46px;
    padding: 10px;
    width: 100%;
    border-radius: 0px;
    border: 2px solid #000;
}

.contact-form-bx select {
    outline: none;
    box-shadow: none;
    padding: 10px;
    width: 100%;
    border-radius: 0px;
    border: 2px solid #000;
}

.contact-form-bx textarea {
    outline: none;
    box-shadow: none;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0px;
    border: 2px solid #000;
}

.contact-form-bx .contact-btn {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    transition: all .3s ease-in;
    border: 0px;
    position: relative;
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
   outline: none;
}

.contact-form-bx .contact-btn:hover {
    background-color: #b99470;
    color: #fff;
    border: 0px;
}

.contact-form-bx .contact-btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    direction: rtl;
    z-index: -1;
    box-shadow:
     -7px -7px 20px 0px #fff9,
     -4px -4px 5px 0px #fff9,
     7px 7px 20px 0px #0002,
     4px 4px 5px 0px #0001;
    transition: all 0.3s ease;
}
.contact-form-bx .contact-btn:hover:after {
	left: auto;
	right: 0;
	width: 100%;
}
.contact-form-bx .contact-btn:active {
	top: 2px;
}


/*--contact-end--*/

/*--menu-start--*/

.menu-title-section {
    background-image: url(..//image/banner/menu-title-img-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
    margin-top: 88px;
}

.menu-title {
    text-align: center;
    margin: 10% 0%;
}

.menu-title h1 {
    font-size: 80px;
    font-weight: 600;
    color: #fff;
    font-family: "Libre Baskerville", serif;
    margin-bottom: 6px;
}

.menu-title p {
    font-size: 18px;
    color: #fff;
}


.our-menu-section {
    padding: 40px 0px;
}

.menu-top-special-bx {
    box-shadow: 0 0 4px #1b1b1b;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.our-menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.our-menu-top h2 {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    font-family: 'Roboto Slab';
    margin-bottom: 20px;
    text-align: left;
}

.our-menu-top h2 b {
    color: #b99470;
}

.our-menu-top p {
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
}

.our-menu-top p b {
    margin-right: 7px;
}

.our-special-bx {
    display: flex;
    align-items: start;
}

.our-special-bx .menu-special-image {
    width: 40%;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 30px;
    overflow: hidden;
}

.our-special-bx .menu-special-image a img {
    transition: all .3s ease-in;
}

.our-special-bx .menu-special-image a img:hover {
    transform: scale(1.1);
}

.our-menu-view .our-menu-img {
    overflow: hidden;
}

.our-menu-view .our-menu-img a img {
    transition: all .3s ease-in;
}

.our-menu-view .our-menu-img a img:hover {
    transform: scale(1.1);
}

.our-special-bx .menu-special-item ul {
    padding-left: 0px;
}

.our-special-bx .menu-special-item ul li {
    display: inline-block;
    width: 44%;
    padding-bottom: 6px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.our-special-bx .menu-special-item ul li span {
    font-size: 18px;
    color: #b99470;
    margin-right: 6px;
}

.menu-special-item .view-btn {
    display: block;
    text-align: center;
    border: 1px solid #b99470;
}

.our-menu-head h2 {
    font-size: 32px;
    font-weight: 600;
    color: #b99470;
    text-transform: uppercase;
    font-family: 'Roboto Slab';
    margin-bottom: 20px;
    text-align: left;
}

.our-menu-bx .item {
    margin: 10px 6px;
}

.our-menu-view {
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 1px 4px 4px 2px #e5e5e5;
}

.our-menu-view .our-menu-txt {
    padding: 14px;
}

.our-menu-view .our-menu-txt .service-view {
    color: #000;
    text-decoration: none;
    transition: all .3s ease-in;
}

.our-menu-view .our-menu-txt .service-view:hover {color: #003968;}

.our-menu-view .our-menu-txt .service-view h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    font-family: 'Roboto Slab';
    text-transform: uppercase;
}

.our-menu-view .our-menu-txt .our-menu-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.our-menu-view .our-menu-txt .our-menu-type span {
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
}

.our-menu-view .our-menu-txt .our-menu-type span p {
    margin-left: 7px;
}

.our-menu-view .our-menu-txt .view-btn {
    display: block;
    text-align: center;
    border: 1px solid #b99470;
}

.our-menu-bx .owl-nav .owl-prev i {
    font-size: 24px;
    position: absolute;
    top: 40%;
    left: -10px;
    color: #b99470;
    background: transparent;
    border: 1px solid #b99470;
    display: block !important;
    padding: 4px 10px;
    border-radius: 6px;
    transition: all .3s ease-in;
}

.our-menu-bx .owl-nav .owl-prev i:hover, 
.our-menu-bx .owl-nav .owl-next i:hover {
    color: #b99470;
    background: #fff;
    border: 1px solid #b99470;

}

.our-menu-bx .owl-nav .owl-next i {
    font-size: 24px;
    position: absolute;
    top: 40%;
    background: transparent;
    right: -10px;
    color: #b99470;
    display: block !important;
    border: 1px solid #b99470;
    padding: 4px 10px;
    border-radius: 6px;
    transition: all .3s ease-in;
}

.out-tip-section {
    padding: 50px 0px;
}

.out-our-heading {
    text-align: center;
}

.out-our-heading h2 {
    font-size: 36px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    color: #000000;
}

.out-our-heading p {
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
}

/*--menu-end--*/

/*--priority-start--*/

.priority-section {
    background-image: url(..//image/banner/master-repairs.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
.priority-section::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #020546;
    opacity: .5;
    z-index: -1;
}

.priority-bx {
    background-color: #3637a5;
    opacity: .9;
    padding: 60px 26px;
}

.priority-bx h2 {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Saira';
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
}

.priority-bx p {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Saira';
    text-align: justify;
    margin-bottom: 36px;
}

/*--priority-end--*/

/*--brand-start--*/

.all-brand-section {
    padding: 50px 0px;
    background-color: #f3f1fc;
}

.all-brand-title h2 {
    font-size: 28px;
    font-weight: 600;
    font-family: 'Saira';
    text-transform: uppercase;
    color: #3f404e;
    margin-bottom: 20px;
    text-align: center;
}

.all-brand-bx {
    transition: all .3s ease-in;
    opacity: .3;
    width: 110px;
    margin: 10px auto;
    overflow: hidden;
    transform: scale(1.1);
}
.all-brand-bx:hover {
    transform: scale(1.1);
    opacity: 1;
}

.repair-1 {
   background-color: #f4ecea; 
}
.repair-2 {
    background-color: #dfdef3; 
}
.repair-3 {
    background-color: #f4e1e5; 
}

.repair-show {
    text-align: center;
    height: 216px;
    position: relative;
}

.repair-show .repair-image {
    width: 80%;
    /* height: 106px; */
    margin: 10px auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
}

.repair-show h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Saira';
    color: #090a1d;
    padding: 20px 40px;
}

.repair-show .repair-image {
    width: 80%;
    height: 106px;
    margin: 10px auto;
}
.repair-show .repair-image img {
    height: 100%;
}

/*--customer-start--*/

.customers-section {
    padding: 50px 0px;
    background-color: #f3f1fc;
}

.customer-left .cus-satis-bx {
    width: 130px;
    margin-bottom: 20px;
}

.customer-left h2 {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Saira';
    text-transform: uppercase;
    color: #090a1d;
    margin-bottom: 20px;
}

.customer-left p {
    font-size: 16px;
    color: #090a1d;
    font-family: 'Saira';
    text-align: justify;
    margin-bottom: 36px;
}

.customer-right {
    display: flex;
    justify-content: left;
    align-items: start;
    margin-bottom: 16px;
}

.customer-right .customer-icon {
    margin-right: 14px;
}

.customer-right .customer-icon span {
    background-color: #fff;
    color: #39379b;
    padding: 12px 15px;
    font-size: 22px;
}

.customer-right .customer-text h3 {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Saira';
    color: #090a1d;
}

.customer-right .customer-text p {
    font-size: 17px;
    color: #090a1d;
}

/*--featured-start--*/

.featured-section {
    padding: 50px 0px;
    background-color: #3637a5;
}

.featured-title {
    text-align: center;
}

.featured-title .fea-titl {
    color: #000;
    padding: 2px 6px;
    font-family: 'Saira';
    font-size: 16px;
    background-color: #ffc752;
}

.featured-title h2 {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Saira';
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.featured-title p {
    font-size: 16px;
    color: #fff;
    font-family: 'Saira';
    margin-bottom: 36px;
}

.featured-bx {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 311px;
    position: relative;
    transition: all .3s ease-in;
}

.featured-bx-1 {
    background-image: url(..//image/feature/repairman-1.jpg);
}
.featured-bx-2 {
    background-image: url(..//image/feature/repairman-2.jpg);
}
.featured-bx-3 {
    background-image: url(..//image/feature/repairman-3.jpg);
}
.featured-bx-4 {
    background-image: url(..//image/feature/repairman-4.jpg);
}

.fea-overlay-bx {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    text-align: center;
    transition: all .4s ease-in;
    width: 100%;
    background-image: linear-gradient(359deg, #ffc752, transparent);
}

.fea-overlay-bx h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Saira';
    color: #000;
}

.featured-bx:hover .fea-overlay-bx  {
    display: block;
    transition: all .4s ease-in;
}

/*--clients-review-start--*/

.clients-review-section {
    padding: 50px 0px;
    background-color: #f3f1fc;
}

.clients-review-title {
    text-align: center;
}

.clients-review-title .fea-titl {
    color: #000;
    padding: 2px 6px;
    font-family: 'Saira';
    font-size: 16px;
    background-color: #ffc752;
}

.clients-review-title h2 {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Saira';
    text-transform: uppercase;
    color: #090a1d;
    margin-top: 20px;
    margin-bottom: 20px;
}

.clients-review-bx {
    padding: 14px;
    background-color: #fff;
}

.clients-review-bx .client-image {
    width: 72px;
    border-radius: 0px;
    overflow: overlay;
    /* margin: 10px auto; */
    margin-bottom: 20px;
    /* box-shadow: 0 0 2px #a3a3a3; */
    border: 7px solid #3637a5;
}

.clients-review-bx .client-name {
    font-size: 22px;
    font-weight: 600;
    color: #090a1d;
    font-family: 'Saira';
}

.clients-review-bx p {
    font-size: 16px;
    font-family: 'Saira';
    color: #000;
}


#rowBox {
    text-align: center;
    width: 100%;
}
#container{
  width:100%;
  height:100%;
  position:absolute;
  }
#title{
  text-align:center;
  color:#fff;
}

#rows {
    cursor: pointer;
    display: inline-flex;
}
.columns {
    padding: 0;
}
.rowRow {
    border: solid 1px black;
    background-color: #000000bf;
    color: #fff;
      height: 65px;
      width: 150px;
}
.empty{
  border:none !important;
  background-color: #00000000 !important;
}
div#popUpForm {
    position: absolute;
    width: 100%;
    background-color: #00000082;
  display:none;
  height: 100%;
}

#popContainer {
    width: 400px;
    text-align: center;
    margin: 0 auto;
    background-color: #bdbdbd;
    height: 400px;
    margin-top: 80px;
}
#popContainer > form > p{
  font-weight:bold;
  font-size:20px;
  color:#fff;
}
input{
  border:solid 2px;
  border--radius:5px;
  padding: 10px 25px;
  text-align:center;
}
input[type="submit"]{
  font-weight:bold;
  border-radius:10px;
  background-color:red;
  color:#fff;
  border:none;
  cursor:pointer;
}
input[type="submit"]:hover{
  background-color:#ff4a4a;
  color:#000;
  border:black solid 1px;
}
#close{
  border:solid 1px;
  width:14px;
  padding:3px;
  background-color:red; 
  float:right;  
  margin:10px;
  cursor:pointer;
  border-radius:2px;
  font-weight:bold;
}
#close:hover{
  background-color:#ff44449e;
}



/*--brand-end--*/

/*--contact-sec-start--*/

.contact-section {
    background-image: url(..//image/service/home-appliances-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 100px 0px;
    position: relative;
    z-index: 1;
}

.contact-section::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #090a1d;
    opacity: .8;
    z-index: -1;
}



.contact-left-bx h2 {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Saira';
    color: #fff;
    margin-bottom: 18px;
}

.contact-left-bx h2 b {
    font-weight: 600;
    color: #ffc752;
}

.contact-left-bx p {
    font-size: 18px;
    color: #fff;
}

.contact-us h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 14px;
}

.contact-left-bx ul {
    padding-left: 0;
}

.contact-left-bx ul li {
    font-size: 16px;
    color: #fff;
    list-style: none;
    padding-bottom: 4px;
}

.footer-link-bx ul .clock-vw sapn {
    color: #ff5722;
    margin-right: 8px;
}

.contact-left-bx ul li span {
    margin-right: 8px;
    font-size: 14px;
    color: #ffc752;
}

.footer-link-bx ul li a i {
    font-size: 18px;
    vertical-align: middle;
}

.footer-link-bx .view-btn {
    width: 100%;
    display: block;
    text-align: center;
}

.footer-link-bx .insta-img-bx li {
    display: inline-block;
    width: 30%;
    height: auto;
    padding: 0;
    margin-bottom: 4px;
}

.contact-us {
    background-color: #ffc752;
    padding: 10px;
    width: 78%;
    /* padding-left: 20px; */
}
.contact-us .team-contact {
    display: flex;
    justify-content: left;
    align-items: start;
    text-decoration: none;
}

.contact-us .team-contact .contact-us-img-bx {
    width: 80px;
    transition: all .6s ease-in;
    overflow: hidden;
}

.contact-us .team-contact .contact-us-img-bx img {
    transition: all .6s ease-in;
    overflow: hidden;
}

.contact-us .team-contact .contact-us-img-bx:hover {
    transform: scale(1.1);
}

.contact-us .team-contact .contact-with {
    margin-left: 10px;
}

.contact-us .team-contact .contact-with span {
    font-size: 20px;
    color: #3637a5;
    font-weight: 600;
    font-family: 'Saira';
}
.contact-us .team-contact .contact-with p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    font-family: 'Saira';
}

.contact-with ul {
    padding-left: 0px;
}

.contact-with ul li {
    display: inline-block;
    width: 49%;
    margin-bottom: 4px;
    background-color: #d9e9ee;
    padding: 10px;
}

.contact-with ul li b {
    display: block;
    color: #000;
    font-size: 16px;
    margin-bottom: 4px;
}

.contact-with ul li span {
    vertical-align: middle;
}

.contact-with ul li span i {
    font-size: 20px;
    color: #000;
    vertical-align: bottom;
}

.contact-with ul li span a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.form-top-title {
    text-align: center;
    margin-bottom: 20px;
}

.form-top-title h3 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    font-family: 'Saira';
}

.form-top-title p {
    font-size: 16px;
    color: #fff;
}

.contact-wd-left {
    background-color: #faeeee;
    padding: 20px;
}

.banner-left-area .form-inner {
    background-color: #3637a5;
    padding: 30px;
    padding-top: 50px;
    padding-bottom: 42px;
}

.form-inner .content textarea {
    display: block;
    height: 100px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 0px;
    border: 1px solid #ddddef;
    padding: 10px;
	text-align: left;
}

.form-inner .content input {
    display: block;
    height: 46px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 0;
    padding: 10px;
    border: 1px solid #ddddef;
    background-color: #ffffffd6;
    outline: none;
    box-shadow: none;
    text-align: left;
}

.form-inner .content input:focus {
    outline: none;
    box-shadow: none;
	border: 1px solid #46c673;
}
.form-inner .content textarea:focus {
    outline: none;
    box-shadow: none;
	border: 1px solid #46c673;
}

.form-inner .content .contact-btn {
    background-color: #00268b;
    color: #fff;
    text-align: center;
    transition: all .3s ease-in;
}

.form-inner .content .contact-btn:hover {background-color: #46c673;}

.contact-wd-left .form-inner h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #00268b;
}

.contact-wd-left .form-inner p {
    font-size: 15px;
    color: #000;
    font-family: 'Montserrat';
    margin-bottom: 20px;
}

.contact-tp-bx {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    /* border: 1px solid #32446e; */
    padding: 14px;
}
.contact-tp-bx span {
    font-size: 24px;
    color: #fff;
    background-color: #46c673;
    padding: 8px 12px;
    line-height: 2;
}
.contact-tp-bx .contact-tp-text {
    padding-top: 10px;
}
.contact-tp-bx .contact-tp-text p {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #000;
    margin-bottom: 0;
}
.contact-tp-bx .contact-tp-text .cntct-click {
    text-decoration: none;
    color: #00268b;
    font-size: 17px;
    font-weight: 500;
    transition: all .3s ease-in;
}
.contact-tp-bx .contact-tp-text .cntct-click:hover {color: #46c673;}

/*--contact-sec-end--*/

/*--footer-start--*/

.footer-section {
    background-color: #E9DEDE;
    padding: 40px 0px;
    padding-bottom: 20px;
    position: relative;
}

.footer-logo-area .footer-logo {
    width: 80px;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
    background-color: #b99470;
    padding: 0px 5px;
}

.footer-logo-area {
    position: relative;
}

.footer-logo-area::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: .4px;
    z-index: 1;
}

.footer-link-bx ul li .room-img-book {
    width: 90px;
    margin-right: 10px;
}

.follow-bx li {
    display: inline-block;
    width: 114px;
    padding: 2px !important;
    padding-bottom: 6px !important;
}

.footer-logo-area p {
    font-size: 14px;
    color: #fff;
    text-align: justify;
    margin: 20px 8px;
}

.footer-link-bx h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat';
    text-transform: capitalize;
    color: #00042e;
    margin-bottom: 20px;
}

.footer-logo {
    width: 220px;
    margin-bottom: 14px;
}

.footer-logo h2 a {
    color: #000;
    text-decoration: none;
    transition: all .3s ease-in;
}

.footer-logo h2 a:hover {
    color: #b99470;
}

.footer-link-bx ul {
    padding-left: 0px;
}
.footer-link-bx ul li {
    list-style: none;
    padding: 4px 0px;
    color: #000000;
    font-size: 16px;
    font-family: 'Montserrat';
    display: flex;
    align-items: center;
}

.footer-left-add ul li {
    display: block;
    font-size: 16px;
}

.btm-social-nav {
    margin-top: 20px;
    text-align: left;
}
.btm-social-nav ul {
    padding-left: 0;
}

.btm-social-nav ul li {
    display: inline-block;
    padding: 0px 4px;
}

.btm-social-nav ul li a span {
    color: #fff;
    background-color: #00042e;
    padding: 6px 8px;
    box-shadow: 0 0 3px #a3a3a3;
    transition: all .3s ease-in;
    line-height: 2;
}

.btm-social-nav ul li a span:hover {
    color: #46c673;
    background-color: #fff;
}

.footer-link-bx .map-bx {
    height: 320px;
}

.footer-left-add ul li span {
    margin-right: 8px !important;
}

.address-bx span {
    font-weight: 600;
}

.footer-link-bx p {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    font-family: 'Montserrat';
    margin-bottom: 6px;
}

.footer-link-bx .footer-dtl-mid {
    font-weight: 600;
}

.footer-link-bx ul li a {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #000;
    text-decoration: none;
    transition: all .4s ease-in;
}

.footer-link-bx ul li .fst-txt {
    padding-right: 4px;
}

.footer-link-bx .main-ftl li a {
    font-size: 14px;
    font-family: 'Saira';
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    transition: all .3s ease-in;
}

.footer-link-bx .main-ftl li a:hover {padding-left: 6px;color:#ff5722}

.footer-link-bx .main-ftl li a i:before{
    font-weight: 700 !important;
}

.room-add-dtl .room-in-city {
    color: #000;
    display: block;
    font-size: 12px;
}

.footer-link-bx ul li a:hover {
    color: #000;
}

.footer-link-bx ul li span {
    font-size: 18px;
    margin-right: 8px;
    /* background-color: #fff; */
    color: #00042e;
    /* background-color: #ff5722; */
    /* padding: 4px 6px; */
    /* padding: 6px 8px; */
    border-radius: 2px;
    margin-right: 10px;
    /* line-height: 1.7; */
}

.footer-link-bx ul li span i {vertical-align: middle;}

.footer-link-bx ul li span i:before {
    font-weight: 700 !important;
    vertical-align: middle;
}

.footer-link-bx .address-views-bx {
    border: 4px solid #fff;
    border-radius: 4px;
    height: 200px;
}

.footer-link-bx .address-views-bx iframe {
    width: 100%;
    height: 100%;
}

.res-opening-dtl p {
    font-size: 16px;
    display: block;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.res-opening-dtl p span i {
    font-size: 14px;
}

.footer-btm-text {
    text-align: center;
}

.footer-btm-text p {
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto Slab';
}

.footer-btm-text p a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.footer-btm-text p a:hover {
    color: #000;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #46c673;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  box-shadow: 0 0 2px #7c7c7c;
  right: 15px;
  cursor: pointer;
  transition: .3s ease-in,_ .3s ease-in,_ .3s ease-in;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  text-decoration: none;
  outline: none !important;
}

#button::after {
    content: " \F281";
    font-family: 'bootstrap-icons';
    font-weight: 400;
    font-style: normal;
    font-size: 1.4em;
    line-height: 52px;
    color: #ffffff;
}

body #wrapper,html,html body {
	width:100%!important;
	min-width:0!important;
	max-width:none!important;
	overflow-x:hidden
}

.btm-footer-section {
    padding: 18px 0px;
    background-color: #625d5d;
}

.btm-footer-right ul {
    margin-bottom: 0;
}

.btm-footer-left {
    text-align: center;
}

.btm-footer-left .btm-ftr-text {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0px;
  text-align: center;
}

.btm-footer-left .btm-ftr-text a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.btm-footer-left .btm-ftr-text a:hover {color: #b99470;}

.btm-footer-click {
    text-align: left;
}

.btm-footer-click .btm-ftr-link {
    color: #a3a3a3;
    margin-bottom: 0;
}

.btm-footer-click .btm-ftr-link .ftr-click {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.btm-footer-right {
    text-align: end;
}

.btm-footer-right ul li {
    list-style: none;
    display: inline-block;
}

.btm-footer-right ul li .btm-btn {
    color: #999;
    text-decoration: none;
    padding-bottom: 4px;
    font-size: 14px;
    transition: all .3s ease-in;
}

.btm-footer-right ul li .btm-btn:hover {color: #fff;}

.btm-footer-right ul li .btm-btn-ss:before {
    content: '';
    display: none;
}

.btm-footer-right ul li .btm-btn:before {
    content: "|" !important;
    color: #999;
    padding-left: 5px;
    padding-right: 5px;
}

.footer-link-bx .news-info {
    margin-bottom: 10px;
}

.footer-link-bx .news-info input {
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #000;
    width: 100%;
}

.footer-link-bx .news-info .btn-3 {
    box-shadow: none;
    margin-bottom: 0;
    padding: 8px 20px;
    padding-bottom: 6px;
    color: #fff;
    background-color: #000000;
    border: 0px;
    vertical-align: middle;
    transition: all .3s ease-in;
}

.footer-link-bx ul .cntct-txt {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
}

.footer-link-bx ul .cntct-txt p {
    margin-bottom: 0;
}

/*--footer-end--*/