
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Font family start */
/* @font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-Regular.woff") format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-Medium.woff") format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-Bold.woff") format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-ExtraBold.woff") format('woff');
  font-weight: 800;
  font-style: normal;
} */

/* ******* Font family end ********** */

html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	position: relative;
	min-height: 100%;
	width: 100%;
	overflow-x:hidden;
}

body {
  /*font-family: 'Merriweather', serif;*/
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  /* overflow-x: hidden; */
  color: #515151;
  scroll-behavior: smooth;
}

p{
  line-height: 30px;
  /*text-align: justify;*/
}

/* Font style start */

.font-style-1 { font-family: 'Merriweather', serif;}
.font-style-2 {font-family: 'Poppins', sans-serifg}
/*---- Font Style Ends ----*/

/*---- Font Size Starts ----*/
.font-size-10 {font-size: 0.714em;}
.font-size-12 {font-size: 0.857em;}
.font-size-13 {font-size: 0.929em;}
.font-size-14 {font-size: 1.000em !important;}
.font-size-15 {font-size: 1.071em;}
.font-size-16 {font-size: 1.143em !important;}
.font-size-18 {font-size: 1.286em;}
.font-size-20 {font-size: 1.429em;}
.font-size-22 {font-size: 1.571em;}
.font-size-24 {font-size: 1.714em;}
.font-size-26 {font-size: 1.857em;}
.font-size-28 {font-size: 2.000em;}
.font-size-30 {font-size: 2.143em;}
.font-size-32 {font-size: 2.286em;}
.font-size-34 {font-size: 2.429em;}
.font-size-36 {font-size: 2.571em;}
.font-size-38 {font-size: 2.714em;}
.font-size-40 {font-size: 2.857em;}
.font-size-45 {font-size: 3.214em;}
.font-size-50 {font-size: 3.571em;}
.font-size-60 {font-size: 4.286em;}

/*---- Font Size Ends ----*/

/*---- Font weight Starts ----*/
.font-wt-300 {font-weight: 300;}
.font-wt-400 {font-weight: 400;}
.font-wt-500 {font-weight: 500;}
.font-wt-600 {font-weight: 600;}
.font-wt-700 {font-weight: 700;}
.font-wt-800 {font-weight: 800;}
.font-wt-900 {font-weight: 900;}
/*---- Font weight Ends ----*/

/*---- Text Color Starts ----*/
.color-white {color: #ffffff !important;}
.color-black {color: #0000 !important;}
.color-yellow {color: #fddd31;}
.color-orange {color: #EF6C00 !important;}
.color-blue {color: #1565C0 !important;}
.color-bluelt {color: #A9BEDF !important;}
.color-skyblue {color: #0BC1FC !important;}
.color-green {color: #28CB92 !important;}
.color-gray {color: #828282 !important;}
.color-purple {color: #7D79F1 !important;}
.color-red {color: #FF3E61 !important;}
.color-sefty-orange { color: #FF5E14;}
.text-muted {color: #8c8c8c;}
.color-dark-blue {color: #6a707e !important;}
.color-cyan-blue { color:#0093E8;}
/*---- Text Color Ends ----*/

/*---- Background Color Starts ----*/
.white {background-color: #ffffff;}
.black {background-color: #505050;color: #ffffff;}
.blue {background-color: #192841;color: #ffffff; /*#003F6B*/}
.bluelt {background-color: #213453;color: #ffffff; /*#003F6B*/}
.bluegrd {background: radial-gradient(111.26% 1642.9% at 100% 0%, #00C1DB 0%, #0064B9 100%);}
.yellowgrd {background: radial-gradient(96.46% 306.39% at 71.01% 23.01%, #FFCA43 0%, #F99205 100%);}
.purplegrd {background: radial-gradient(69.75% 232.28% at 77.48% 21.05%, #7BBDD9 0%, #6279C9 100%);}
.pinkgrd {background: radial-gradient(106.62% 324.61% at 83.33% 8.42%, #FF5574 0%, #FF3EBD 100%);}
.darkblue {background-color: rgba(87, 82, 208, 1);color: rgba(63, 57, 192, 1);}
.blue-trans {background-color: rgba(38,50,110,0.8) !important;}
.green {background-color: #02461d;}
.yellow {background-color: #fddd31 !important;}
.gray {background-color: #EEF1F9;}
.gray-lt {background-color: #f7f7f7;}
.red {background-color: #fa1700 !important;}
.red-trans {background-color: rgba(211,47,47,0.5) !important;}
.black-grad {background: rgba(0,0,0,0.9);}
.error {
  color: #fa1700;
  padding-top: 0px !important;
  margin-bottom: 5px !important;
  font-weight: 400 !important;
}
/*---- Background Color Ends ----*/

/*---- Icon Starts ----*/
.icon-1x { font-size: 1.125em !important;}
.icon-2x {font-size: 1.750em !important;}
.icon-3x {font-size: 2.000em !important;}
.icon-4x {font-size: 2.500em !important;}
.icon-5x {font-size: 3.000em !important;}
.icon-6x {font-size: 3.500em !important;}
.icon-7x {font-size: 4.000em !important;}
.icon-8x {font-size: 4.500em !important;}
/*---- Icon Ends ----*/

/*---- Line Height Starts ----*/
.lh-20 {line-height: 20px;}
.lh-25 {line-height: 25px;}
.lh-30 {line-height: 30px;}
.lh-35 {line-height: 35px;}
.lh-40 {line-height: 40px;}
.lh-45 {line-height: 45px;}
.lh-50 {line-height: 50px;}
.lh-55 {line-height: 55px;}
.lh-60 {line-height: 60px;}
.lh-70 {line-height: 70px;}
/*---- Line Height Ends ----*/

/* social icon start */

.btn-social-small {
  font-size:26px;
  border-radius: 100%;
  color: #fff;
  width: 45px;
  height: 45px;
  display: inline-block;
  line-height: 48px;
  text-align: center;
  padding: 2px;
}

.btn-blue-shadow{

  -webkit-box-shadow: 0px 0px 30px 0px rgba(21,101,192,0.6);
  -moz-box-shadow: 0px 0px 30px 0px rgba(21,101,192,0.6);
   box-shadow: 0px 0px 30px 0px rgba(21,101,192,0.6);
   color: #fff!important;
   background: #1565C0;
   border: 2px solid #1565C0;
  
  }

  .btn-social-small.btn-mail {
      background: #4164d5;
  }

  .btn-social-small.btn-facebook {
      background: #4f7dd4;
  }

      .btn-social-small.btn-facebook:hover {
          background: #789bde;
      }

  .btn-social-small.btn-twitter {
      background: #5bceff;
  }

      .btn-social-small.btn-twitter:hover {
          background: #8eddff;
      }

  .btn-social-small.btn-linkedin {
      background: #21a6d8;
  }

      .btn-social-small.btn-linkedin:hover {
          background: #49b9e3;
      }

  .btn-social-small.btn-google-plus {
      background: #dc422b;
  }

      .btn-social-small.btn-google-plus:hover {
          background: #e36957;
      }

  .btn-social-small.btn-instagram {
      background: #e24381;
  }

      .btn-social-small.btn-instagram:hover {
          background: #eb5891;
      }

.btn-social-small:hover {
  color: #fff;
}

/* social icon end */




/*---- Button Starts ----*/
.btn {
  border-radius: 8px !important;
  /*padding: 8px 30px;*/
  font-size: inherit;
  /*font-weight:500;*/
}

.btn-large {
  padding: .9rem 1.8rem !important;
  font-size: 16px;
  font-weight: 700;
}

.btn-medium {
  padding: .65rem 1.6rem !important;
  font-size: 16px;
  font-weight: 600;
}

.btn-small {
  font-size: 15px;
  font-weight: 500;
  padding: 10px 30px;
}

.btn-blue {
  color: #fff;
  background: #1565C0;
  border: 2px solid #1565C0;
}

.btn-cyan-blue {
  color: #fff!important;
  background: #0093E8!important;
  border: 2px solid #0093E8;
}

.btn-sefty-orange {
  color: #fff!important;
  background: #FF5E14!important;
  border: 2px solid #FF5E14;
}


.btn-yellow {
  color: #fff;
  background: #FBBC05;
  border: 2px solid #FBBC05;
}

.btn-circle {
  text-align: center;
  border-radius: 50px!important;

}

.btn-blue-it, .btn-blue-lt:hover {
  color: #ffffff !important;
  background: #00ABEA;
  border: 2px solid #00ABEA;
}
.btn-red:hover, .btn-red:active, .btn-red:visited, .btn-red:link,
.btn-green:hover, .btn-green:active, .btn-green:visited, .btn-green:link,
.btn-yellow:hover, .btn-yellow:active, .btn-yellow:visited, .btn-yellow:link,
.btn-blue:hover, .btn-blue:active, .btn-blue:visited, .btn-blue:link {
  color: #ffffff;
}
.btn-outline-blue {
  color: #1565C0!important;
  background: transparent;
  border: 2px solid#1565C0!important;
  /*border-radius: 28px;
  padding: 10px 30px 10px 30px;*/
}
  .btn-outline-blue:hover {
      color: #ffffff!important;
      background-color: #1565C0;
  }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.btn-orange {
  background: #f89060!important;
  color: #fff!important;
}

.btn-file {
  position: relative;
}


/*---- Button Ends ----*/





/* navbar start */

header {
  width: 100%;
  height: auto;
  /* background: #061538; */
  background: #fff;
  /* padding: 8px 0px; */
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

/* .top-nav {
  display: flex;
  justify-content: center;
  align-items: center;
} */
.top-bar {
  display: flex;
  align-items: center;
  /* margin-bottom: 12px; */
  /* border-bottom: 1px solid #000; */
  background: #1a4a63;
  padding: 0px;
}

.top-bar .navbar-nav .nav-link {
  font-size: 12px;
  font-weight:400;
  color: #ffffff!important;
}

.top-bar ul {
  display: flex!important;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}


.top-bar ul li {
  /* margin-right: 12px; */
  color: #000;
  list-style: none;
  /* gap: 10px; */
}

/*.top-bar a {*/
/*  font-size: 18px;*/
/*}*/

.copyright-sec {
  background: #1a4a63;
}

.copyright-sec p {
  color: #f5f5f5;
}

.top-bar a {
  color: #ffffff;
  font-weight: 500;
}

.login-btn {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  border-radius: 0px!important;
  padding: 5px 20px!important;
  font-size: 12px;
}

.login-btn i{
    margin-left:3px;
}

.la-sign-in-alt:before {
  content: "\f2f6";
  font-size: 20px;
  /* display: flex; */
  justify-content: center;
  /* align-items: center; */
}

.header .nav-flex {
  display: flex;
}

/* .navbar-expand-lg .navbar-collapse {
  flex-direction: column;
  align-items: flex-end;
} */

.navbar-expand-lg .navbar-collapse {
  flex-direction: column;
  align-items: flex-end;
  /* gap: 13px; */
}





header.header-top {
  padding: 10px 0px;
  background: #0a4e68;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  border-top: 5px solid #ff5e14;
}

a.nav-link:hover {
  color: #ff5e14;
}

.fa-user-lock:before {
    content: "\f502";
    /* padding: 0px 10px; */
    padding-right: 20px;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.carousel-item {
    height: 550px;
    object-fit: cover;
}


.carousel-caption.d-none.d-md-block strong {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 3px;
}

.carousel-caption {
  position: absolute;
  right: 0%;
  bottom: 0;
  left: 0%;
  top: 0%;
  margin: auto;
  padding-top: 0;
  display: block!important;
  height: fit-content!important;
  /* padding-bottom: 19.25rem; */
  color: #fff;
  text-align: center;
}

img, svg {
  vertical-align: middle;
  max-width: 100%;
}

.navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /* padding-top: .5rem; */
  /* padding-bottom: .5rem; */
  padding: 5px 0px!important;
}


.navbar .megamenu{
   padding: 1rem; 
  }

  .logo img {
    width: 180px;
}

a {
  color: #424242!important;
  text-decoration: none;
}

.nav-item {
  /* padding: 30px; */
  height: 0px;
  display: flex;
  align-items: center;
  padding: 15px 20px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: inherit;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: .25rem;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 12px!important;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-item {
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: inherit !important;
  font-weight: 400;
  font-size: 16px;
}

.dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: 0px;
}

.megamenu li{
  padding: 10px 10px 10px 0px;
}
.megamenu h6{
  color: #515151;
  font-weight: bold;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.dropdown:hover  .dropdown-menu {
  display: block !important;
}

/* navbar end */


/* main banner start */
.main-banner {
    /* background: #F4F7FF; */
    background-size: cover;
    /* padding: 50px 0px 0px 0px; */
}
.main-banner h1 {
  letter-spacing: 2px;
}


/* main banner end */



/* sarvices start */

section.services p {
  /* width: 80%; */
}

.services h2 {
  line-height: 34px;
}

.service-icon {
  margin-bottom: 10px;
  width: 50px;
  background: #0093e812;
  width: 70px;
  height: 70px;
  padding: 12px;
  border-radius: 10px;
}

.service-card {
  border: none!important;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
  box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
  border: 1px solid #1565C0;
  padding: 15px 20px;
  background-color: #ffffff;
  flex-direction: column;
  height: 250px;
  display: flex;
  gap: 15px;
  padding-top: 20px;
}

.services .row {
  display: flex;
  justify-content: center;
  align-items: center;
}



 
.about-us .carousel-item {
  height: 350px!important;
  object-fit: cover;
}


.owl-theme .owl-nav {
  position: absolute;
  top: 26rem!important;
  right: 0;
  left: 0;
}

.news-sec {
  /*margin-bottom: 50px;
  margin-top: 50px;*/
  background-position-x: 106%!important;
  /* padding-bottom: 60px; */
  position: relative;
  padding: 80px 0px 140px 0px;
}

.owl-nav button {
  width: 55px;
  border: 2px solid #FF5E14!important;
  height: 55px;
  color: #fff!important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF5E14!important;
  border-radius: 50px!important;
}

.owl-carousel .owl-item img {
  margin: auto;
  width: 100%;
  border-radius: 5px;
  height: 230px;
  object-fit: cover;
  padding: 0;
}



figure {
  height: 250px;
  overflow: hidden;
  border-radius: 5px;
}


button.owl-prev {
  background: transparent!important;
  color: #FF5E14!important;
  margin-right: 20px!important;
}

.steps img {
  height: 120px;
  margin-bottom: 19px;
  /* border: 7px solid; */
  padding: 20px;
  /* border-radius: 50%; */
}

.why-choose-us-sec{
  padding: 80px 0px!important;
}
.service-details-sec{
  padding: 80px 0px!important;
}
.client-logo-sec{
  padding: 80px 0px!important;
}

section.about-us h2 {
  margin-bottom: 36px;
}


.services {
  background: url(../images/services-bg.svg) no-repeat;
  background-size: cover;
  /* margin-top: 20px; */
  padding-bottom: 60px;
  z-index: -1;
  margin: 80px 0px!important;
  padding: 0px!important;
}

.client-logo img {
  height: 100px!important;
}

.client-logo {
  border: 1px solid#dddddd;
  border-radius: 5px;
  /* box-shadow: 0px 0px 20px 9px rgb(235 235 235); */
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 10px 0px 10px 0px;
}

.client-logo img {
  height: 100px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
}


.service-details-sec ul li {
  font-size: 18px;
  text-decoration: none;
  list-style: none;
}

section.service-details-sec li {
  padding: 6px 0px;
}

.fa-check-circle:before {
  padding: 0px 20px;
  content: "\f058";
  color: #ff5e14;
}

section.service-details-sec img {
  height: 570px;
}






























.sub-head {
  color: #1565C0;
  font-size: 1rem;
}


.main-head {
  font-weight: bold;
  margin-bottom: 50px;
}



/* .services .row {
  max-width: 100%;
  margin: auto;
}  */



.card {
  border-radius: 8px;
  margin-bottom: 30px;
}

.card-title {
  font-weight: bold;
  padding-bottom: 10px;
}

.card-text:last-child {
  margin-bottom: 0;
  color: #969BA0;
}



.service-card span {
  -webkit-line-clamp: 4 !important;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}


/* services end */


/* Cta start */

.cta-card {
    background-color: #1565C0;
    background-image: url(../images/cta-bg.svg);
    padding: 50px;
    border: none!important;
}
.cta-card .cta-text {
  color: #FFFFFF;
  font-weight: 500;
  margin: 0;
  font-size: 40px;
}

/* Cta end */

/* about-us start */

.team-img {
  border-top: 10px solid #CDCBCB;
  border-top-right-radius: 230px;
  border-bottom: 10px solid #FFA726;
  border-bottom-right-radius: 230px;  
}

.about-us {
  margin-bottom: 50px;
  background-position-x: 106%!important;
  padding-bottom: 60px;
  position: relative;
}

/* .about-us:before {
  background: #F3F6FF;
  position: absolute;
  right: 0;
  height: 100%;
  content: '';
  top: 0;
  width: 80%;
  z-index: -1;
  border-radius: 50px 0px 0px 50px;
} */

/* about-us end */



/* news-sec start */



.news-sec:before {
  background: #ff50001a;
  position: absolute;
  right: 0;
  height: 100%;
  content: '';
  top: 0;
  width: 100%;
  z-index: -1;
}

#testimonial-slider .item {
  padding: 50px 0px 0px 0px;
}

.testimonial-card {
  border: none!important;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
  box-shadow: 1px 2px 9px 3px rgb(165 162 162 / 32%);
  margin-bottom: 100px;
  padding: 1rem 1rem;
  border-radius: 8px;
  margin-bottom: 70px;
  background-color: #fff;
}

.user-star-rating {
  display: flex;
}

.rating-head {
  color: #616161;
  font-weight: 500;
  padding: 10px 0px;
}

.user-star-rating ul {
  display: flex;
  /* align-items: flex-start; */
  list-style: none;
  padding-left: 0px!important;
}

.testimonial-card  hr {
  margin: 1rem 0;
  color: inherit;
  background-color: #000;
  border: 1px dashed #fff;
  opacity: .25;
}

.user-star-rating ul li {
  margin: 0px 4px;
}

.user-star-rating ul li i {
  color: #ff9900 !important;
}

.client-detail {
  display: flex;
  flex-direction: column;
  gap: 0px;
}















/* portfolio end */



/* testimonial start */

.testimonial {
  /*margin-bottom: 100px;*/
  padding-left: 50px;
}




.fa-quote-left {
  font-size: 4em;
  color: #DDDDDD;
}

.testimonial-card img {
  width: 70px!important;
  height: 70px!important;
  margin:unset !important;
}

.testimonial-card img h3 span{
  display: flex;
}

.testimonial .owl-nav{
  display:none ;
}

.form-card:before {
  width: 90%;
  left: 5%;
  height: 17px;
  background: #f0f4ff8f;
  position: absolute;
  bottom: -17px;
  border-radius: 0px 0px 20px 20px;
}

/* Consultation end */

/* footer start */

.main-footer {
  background-color: #ff50001a;
  padding-top: 60px;
  width: 100%;
  float: left;
}

.footer-logo{
  width: 8vw;
}

.social-icon {
  display: inline-flex;
}

.footer-list {
  padding: 0;
  list-style: none;
}

.footer-list li {
  padding-top: 10px;
  padding-bottom: 10px;
  
}

.footer .footer-service-sec .social-icon li .fa {
  background-color: #00ABEA;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.footer-service-sec h6 {
  font-weight: bold;
  white-space: pre;
}

.footer-social a {
  /*background: transparent!important;
  border: 2px solid;*/
  margin: 0px 4px;
}

.footer-service-sec.footer-social ul {
  list-style: none;
  margin-left: -33px;
  display: flex;
}


.footer-head {
  gap: 20px;
}

/* footer end */


.choose-us-main:hover .item-no {
  color: #fff!important;
  border-color:#fff!important;
}

.web-services  {
  background: url(../images/web-bg.png) center center no-repeat;
  background-size: contain;
  padding-bottom: 60px;
}

.web-info p {
  padding: 0px 150px 0px 150px!important;
}

.web-img {
  margin-top: 50px;
}

.why-choose-us{
  position: relative;
}

.why-choose-us:before {
  background: #F3F6FF;
  position: absolute;
  right: 0;
  height: 100%;
  content: '';
  top: 0;
  width: 80%;
  z-index: -1;
  border-radius: 50px 0px 0px 50px;
}


/* contact page start */
.contact-banner {
  background: url(../images/hero-service.svg)no-repeat;
  background-size: cover;
  padding: 90px 0px 90px 0px;
}

.contact-form {
  position: relative;
  margin-bottom: 50px;
  padding: 30px;
}

.contact-form::before {
  /*background: #EEF1F9;*/
  /* background: #F6F7FB; */
  position: absolute;
  right: 0;
  height: 100%;
  content: '';
  top: 0;
  width: 100%;
  z-index: -1;
  /* border-radius: 40px 0px 0px 40px; */
} 

.contact-card {
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
  box-shadow: 1px 2px 9px 3px rgba(235,235,235,1);
  padding: 2rem 2rem;
  background-color: #fff;
  position: relative;
  overflow: inherit;
  margin: 40px 0px 50px 0px;
  width: 100%;
  justify-content: center;
  margin: auto;
}

.contact-map {
  padding: 40px;
}


.contact-details-sec img {
  width: 50px;
  margin-bottom: 20px;
}

.location-card {
  border: none!important;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
  box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
  height:220px;
}

.location-card img {
  width: 70px;
  margin-bottom: 10px;
}

.contact-details-sec {
  margin: auto;
}

.location-card-main {
  gap: 25px;
  justify-content: center;
}
.map-card .map{
  width: 100%;
}

.contact-card .form-control {
  padding: 1.2rem .75rem;
  background-color: #F0F4FF;
  font-size: 1rem;
  border: 1px solid #e1e9ff;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-family: inherit;
  border-radius: .25rem;
  box-shadow: none;
}


/* contact page end */

#sidebar{
	position: sticky;
	top: 50px;
	height: 100vh;
	padding-top: 0px;
	flex-basis: calc(100% - 400px - 60px);
	flex-grow: 1;
}

.tag-line {
  display: flex;
  gap: 15px;
  padding-top: 20px;
}

.tag-line-main .item-no {
  font-size: 25px;
  font-weight: 700;
  font-family: quicksand,sans-serif;
  color: #1565C0;
  width: 100px;
  height: 55px;
  line-height: 50px;
  text-align: center;
  border: 3px solid #1565C0;
  border-radius: 50%;
}
 .mob-devolpment-content h2 {
  margin-top: 100px;
} 





  #carrousel h1 {
    /* margin: 50px; */
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 1px;
}



#carrousel .card-container .slider-card {
  border: 0px solid;
  border-radius: 10px;
  width: auto;
  position: absolute;
  bottom: 0px;
  top: 30px;
  left: 0;
  right: 0;
  z-index: -9;
}

  #carrousel .owl-item {
  height: 200px;
  position: relative;
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  transition: all .2s;
  -webkit-transform: all .2s;
  z-index: 1;
  }

  #carrousel .owl-stage-outer {
    padding-bottom: 150px;
}
  #carrousel .owl-item.big {
    transform: scale(1.2);
    -ms-transform: scale(1);
    z-index: 3;
}
#carrousel .owl-item.medium {
  -ms-transform: scale(0.8);
  z-index: 2;
}

  #carrousel .owl-item.medium.mdright {
  position: relative;
  left: -30px;
  }
  


















.contact-form {
  position: relative;
}

.contact-form .shape6{
  left: 90%;
  position: absolute;
  top: 275px;
  width: 15px;
}

.contact-form .shape5 {
  left: 222px;
  position: absolute;
  top: 7px;
  width: 110px;
  z-index: -1;
  opacity: 0.5;
}
.contact-form .shape7 {
  right: 215px;
  position: absolute;
  top: 514px;
  width: 119px;
  z-index: -1;
  opacity: 0.5;
}


.digital-banner {
  height: 400px;
  display: flex;
  margin: auto;
}

.about-us {
  position: relative;
}







/* login page */




.login-section .form-section {
  max-width: 550px;
  margin: 50px auto;
  padding: 70px 50px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 1px 2px 9px 3px rgb(165 162 162 / 32%);
  margin-top: 60px;
}

.login-section .form-section h3 {
  /* margin: 0 0 30px; */
  font-size: 23px;
  font-weight: 400!important;
  align-items: center;
  text-align: center;
}

.login-section .form-section .form-control {
  font-size: 16px;
  outline: none;
  color: #616161;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.login-section .form-section .form-control {
  float: left;
  width: 100%;
  padding: 12px 20px 12px 20px;
}

.login-section .form-section .form-group {
  margin-bottom: 25px;
}

.button-theme {
  background: #95c41f;
  border: 2px solid #95c41f;
}


div#sidebar img {
  width: 70%;
}












/* daily price */
.main-contain {
  background: #f1f1f1cf;
  width: 100%;
  float: left;
  min-height: 100vh;
  height: auto;
}

input#search {
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #ced4da!important;
  background-color: #fff;
  border-radius: .25rem;
  background-size: 16px 12px;
}

.dropdown-sec .form-select {
  display: block;
  width: 100%;
  padding: 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 10px;
}

.dropdown-sec .form-select {
  display: block;
  width: 100%;
  padding: 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 10px;
}

.dropdown-sec label {
  display: inline-block;
  /* margin-bottom: 10px; */
  font-size: 12px;
  font-weight: 500;
  gap: 10px;
  display: flex;
  align-items: center;
  padding: 0px;
  margin-left: 4px;
}

.material-symbols-outlined {
  font-size: 16px!important;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  /* box-shadow: -1px 1px 12px 0px #a5a3a3; */
  box-shadow: 0px 0px 20px 17px rgba(235,235,235,1);
  border-radius: 5px;
}

/* .multiselect-dropdown-list div {
  padding: 5px;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 10px;
} */

.daily-price-header tr td {
  text-align: center!important;
  vertical-align: baseline!important;
}

table td {
  vertical-align: baseline!important;
  padding: 10px!important;
  border-right: 2px solid #ebebeb;
  /* border-left: 1px solid; */
}


.multiselect-dropdown {
  /* display: inline-block; */
  padding: 8px!important;
  border-radius: 5px!important;
  margin-top: 10px;
  width: 100%!important;
}

.multiselect-dropdown-list div {
  padding: 5px;
  display: flex!important;
  align-items: center;
}


tr.daily-price-header {
  background: #0093e821;
  /* padding: 10px!important; */
}

.daily-price-header th {
  border-right: 2px solid #fff;

  font-size: 12px;

  color: #5d5d5d;
  font-weight: 600;
}

.table>:not(caption)>*>* {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);

  text-align: left!important;

  /* text-align: center!important; */
  padding: 14px 14px!important;
  font-size: 12px;

}

tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  padding: 20px 0px!important;
}

th {
  /* display: flex; */
  /* text-align: center; */
  justify-content: center;
  flex-direction: column;
}

td {
  justify-content: center;
  /* text-align: center; */
}


#date-dropdown {
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #ced4da!important;
  background-color: #fff;
  border-radius: .25rem;
  background-size: 16px 12px;
  /* width: 100%; */
}

input#start-date {
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #ced4da!important;
  background-color: #fff;
  border-radius: .25rem;
  background-size: 16px 12px;
  width: 100%;
}

.submit-btn {
  margin-top: 45px;
}

input#end-date {
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #ced4da!important;
  background-color: #fff;
  border-radius: .25rem;
  background-size: 16px 12px;
  width: 100%;
}

.start-date label {
  margin: 0;
  padding-top: 10px;
}

.end-date label {
  margin: 0;
  padding-top: 10px;
}

#multiple-dates {
  display: flex!important;
  gap: 2px;
  position: absolute;
  right: -290px;
  top: -82px;
  width: 165%;
}

div#multiple-dates {
  position: relative;
}



/* #multiple-dates {
  display: flex!important;
  gap: 15px;
} */





.news-card {
  /* border: none!important; */
  border-radius: 10px;
  /* -webkit-box-shadow: 0px 0px 20px 0px rgba(235,235,235,1); */
  /* -moz-box-shadow: 0px 0px 20px 0px rgba(235,235,235,1); */
  /* box-shadow: 0px 0px 20px 5px #f2f0f0; */
  margin-top: 20px;
  background: #fff !important;
  height: auto;
  border: 1px solid #cfcfcf!important;
}

.news-card img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  padding: 10px;
}

.news-card a:hover {
  color: #0093e8;
}


.news-card a .btn {
  display: flex!important;
  justify-content: center;
  align-items: center;
  gap: 10px;
}


.sub-banner img {
  object-fit: cover;
  height: 250px;
  width: 100%;
}

.news-box img {
  border-radius: 8px;
  height: 400px;
  object-fit: cover;
}

.post-details .fa {
  margin-right: 10px!important;
}

.latest-news ul li {
  border-bottom: 1px dashed #0093e8;
  padding: 14px 0px;
  font-size: 14px;
  font-weight: 400;
}

button.btn.btn-search {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
}

/* .news-detail-sidebar {
  background: #edecec;
  padding: 30px 20px;
  border-radius: 6px;
} */

.news-box {
  position: relative;
}

.post-details {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #1565c0;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  box-shadow: 0px 0px 20px 5px #1565c033;
}

.news-detail-sidebar .form-search input {
  padding: 10px 10px 10px 20px;
  border-radius: 8px;
}

.sub-banner:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0009;
  content: '';
  position: absolute;
}

.sub-banner {
  position: relative;
}

.sub-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
  float: left;
}

.sub-banner .text-part {
  position: absolute;
  color: #fff;
  z-index: 1;
}


div#list_filter {

  display: none;

} 

.sidebar:hover {
  height: 700px;
  overflow-x: auto;
}

.news-detail-sidebar {
  background: #edecec;
  padding: 30px 20px;
  border-radius: 6px;
  min-height: 850px;
  height: 850px;
  overflow: hidden;
}
.news-detail-sidebar:hover {
  overflow-y: scroll;
}



.news-card p {
  -webkit-line-clamp: 2 !important;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

#newslist nav .pagination {
  margin-top: 30px!important;
  float: inline-start;
  float: right;
  margin-bottom: 30px!important;
}

.news-card h2 {
  -webkit-line-clamp: 2 !important;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;

}




/* 19-10-23 css */

.inner-sec {
  float: left;
  margin: -top;
  margin-top: 50px;
}

.inner-sec p {
  margin-bottom: 5px;
}

.inner-sec img {
  width: 100%;
  padding: 20px;
  border-radius: 30px;
}

.services-sec {
  float: left;
  width: 100%;
  margin: 50px 0px;
}

.price-card {
  padding: 20px;
  border: 1px solid #a52a2a;
  background: #fff;
  border-radius: 6px;
  position: relative;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.price-card span {
  font-size: 18px!important;
  font-weight: 600;
  color: brown;
}

.price-card p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
  padding: 0px!important;
  margin-bottom: 10px;
  font-weight: 500;
}

.price-card i {
  font-size: 20px;
  position: absolute;
  top: 6px;
  left: 5px;
  color: brown;
}

.faq-sec {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.faq-sec #accordionExample {
  max-width: 80%;
  margin: auto;
}

.faq-sec tr {
  border: 1px solid #e2e2e2!important;
}

.faq-sec th {
  border: 1px solid #e2e2e2!important;
}

.accordion-button:not(.collapsed) {
  color: brown;
  background-color: #0093e812;
}

.faq-sec p {
  margin: 0px;
}

.faq-sec button.accordion-button {
  box-shadow: none!important;
}

.terms-sec {
  float: left;
  width: 100%;
  margin: 50px 0px;
}

.terms-sec .row .col-lg-6 {
  padding: 0px 20px;
}

.terms-sec h3{
  position: relative;
}

.terms-sec p {
  padding-top: 10px;
}

.terms-sec h3:after {
  border-bottom: 2px solid brown;
  width: 12%;
  padding: 0px 0px;
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  bottom: -10px;
}





