*{
  margin:0;
  padding:0;
  outline:none;
}
html body{
  margin:0;
  padding: 0 !important;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  background-color:#fff;
  position:relative;
  font-size: 15px;
  color: #6c6c6c;
  font-family: var(--font-roboto);
  font-weight: 300;
  overflow-x: hidden;
}
label {
  margin-bottom: 0 !important;
}
img{
  margin:0;
  padding:0;
  border:none;
  max-width:100%;
  height:auto;
}
section img{
  max-width:100%;
}
h1,
h2,
h3,
h4,
h5,
h6{
  margin:0;
  padding:10px 0;
  letter-spacing: 1px;
  font-family: var(--font-jakarta);
  color:#000000;
}
p{
  margin:0 0 15px;
  padding:0;
  font-size:15px;
  font-weight:300;
}
p, ul li a{
  letter-spacing: 0px;
}
body a{
  text-decoration:none;
  color:#034B5B;
}
a:hover{
  text-decoration:none;
  color:#666;
}
a:focus,a:hover{
  text-decoration:none !important;
}
ul,ol{
  margin:0 0 0 15px;
  padding:0;
}
ul li, ol li{font-size: 14px;}
:hover{-webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
blockquote {
  font-size: 18px;
  font-style: italic;
  max-width: 450px;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}
blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: 0px;
  top: -10px;
  color: #7a7a7a;
}
blockquote:after {
  display: block;
  content: "\201D";
  font-size: 80px;
  position: absolute;
  right: 0px;
  bottom: -10px;
  color: #7a7a7a;
}
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
blockquote cite:before {
  content: "\2014 \2009";
}
small{
  font-size:14px !important;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="phno"],input[type="password"],
textarea{
  border:1px solid #424648;
  font-size:16px;
  padding:10px 10px;
  margin:0 0 0px 0;
  height:auto;
  width: 100%;
  background: transparent;
}
section{
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
}
select{
  width: 100%;
  padding: 6px;
}
input[type="submit"] {
  padding: 10px 20px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  background-color: #034B5B;
}
input[type="submit"]:hover{
  cursor: pointer;
}
textarea {
  height: 80px;
}
.screen-reader-text {
  position: absolute;
  top:-9999em;
  left:-9999em;
}
.alignleft,
img.alignleft{
  display: inline;
  float: left;
  margin-right:20px;
  margin-top:4px;
  margin-bottom:10px;
  padding:0;
  padding:5px;
}
.alignright, img.alignright {
  display: inline;
  float: right;
  padding:5px;
  margin-bottom:10px;
  margin-left:25px;
  padding:5px;
}
.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:0;
  padding:5px;
}
.comment-list .comment-content ul {
  list-style:none;
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
.toggleMenu{
  display:none;
}
table, td, th {
  border: 1px solid black;
  border-width: 1px !important;
}
/*----------------------  index ---------------------------*/
.post-section {
    padding: 20px 0;
}
.postwrapper-box {
  border: 2px solid #eeeeee;
}
.cat-box {
  background: url(images/cat-icon.png) no-repeat 1px 3px;
  padding: 0 0 0 25px;
  font-style: italic;
  font-weight: bold;
  margin: 15px 0 30px 0;
}
.date-box {
  background: url(images/date.png) no-repeat 1px 3px;
  padding: 0 0 0 25px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 15px 0;
}
/*------------------Single Post -----------------*/
#single_post .postbox .postbox-content {
  position: static;
  padding: 15px 0;
}
.search.search-results #single_post .date-box{
  right: 28px;
}
#single_post .date-box {
  padding: 20px 10px;
  position: absolute;
  top: 28px;
  background-color: #034B5B;
  color: #ffffff;
  margin-left: 8px;
}
#single_post .date-box-inner {
  padding: 8px;
  border: solid 2px #ffffff;
}
.posttitle a{
  font-size: 20px;
  letter-spacing: 1px;
  color: #1f1e1e;
  font-family: var(--font-roboto);
}
.page-header h1{
  color: #1f1e1e;
  font-family: var(--font-roboto);
}
.entry-title{
  color: #1f1e1e;
  font-family: var(--font-roboto);
}
.single-post-content table td{
  text-align: center;
}
.single-post-content .wp-audio-shortcode{
  margin-bottom: 50px;
}
/*------------------ Contact Page -----------------*/
.contact-page-details{
  padding-bottom: 30px;
}
h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}
.contac_form input[type='text'],
.contac_form input[type='email'],
.contac_form input[type='url'],
.contac_form input[type='password'],
.contac_form input[type='search'],
.contac_form input[type='number'],
.contac_form input[type='tel'],
.contac_form input[type='range'],
.contac_form input[type='date'],
.contac_form input[type='month'],
.contac_form input[type='week'],
.contac_form input[type='time'],
.contac_form input[type='datetime'],
.contac_form input[type='datetime-local'],
.contac_form input[type='color'],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color:transparent;
  border-color: #ccc;
  color: #2f3357;
  border-radius: 0px;
  box-shadow: none;
  border:2px solid #cccccc;
  background-color: transparent;
}
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"] {
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 12px 10px 0;
  height: auto;
  border:2px solid #cccccc;
  background-color: transparent;
}
.contact-box .wpcf7 input[type="text"]::placeholder{
  font-family: var(--font-roboto);
}
.contact-box .wpcf7 input[type="email"]::placeholder{
  font-family: var(--font-roboto);
}
.contact-box .wpcf7 textarea::placeholder{
  font-family: var(--font-roboto);
}
.contact-box .contac_form input[type="submit"] {
  border-radius: 40px;
  font-family: var(--font-roboto);
  padding: 12px 20px;
  margin-top: 15px;
  width: 100%;
}
.contact-box .contac_form input[type="submit"]:hover {
  background-color: #F18F20;
}
section#contact-box{
  padding:0;
  margin:0;
}
.contact-info {
  font-size: 14px;
  line-height: 26px;
  padding: 20px;
  width: 100%;
}
.contac_form h3 {
  text-align: center;
}
.contact-info .head{
  color:#000;
}
.contact-address, .contact-email, .contact-phone {
  margin: 7px 0;
}
.c_content span {
  font-size: 18px;
}
.c_content p{
  font-size: 16px;
}
.contac_form .fancy-title {
    width: 250px;
    margin: 0 auto;
}
.contac_form label{
  width: 100%;
}
.c_content {
  color: #ffffff;
}
.contact-page-details .contact-address{
  text-align:center;
  border:2px solid #cccccc;
  padding: 11px;
}
.contact-page-details .contact-email{
  text-align:center;
  border:2px solid #cccccc;
  padding: 11px;
}
.contact-page-details .contact-phone{
  text-align:center;
  border:2px solid #cccccc;
  padding: 11px;
}
.contact-page-details span{
  font-size: 18px;
  font-weight: 600;
  color: #343434;
  padding-bottom: 15px;
  color: #1f1e1e;
  font-family: var(--font-roboto);
}
.contact-page-details .inner-cont i{
  font-size: 35px;
  color:#343434;
  padding: 14px 0;
}
.contact-page-details .inner-cont p a{
  font-family: var(--font-jakarta);
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.contact-page-details .contact-address,.contact-page-details .contact-email,.contact-page-details .contact-phone{
  height: 173px;
}
.contact-color-bg h3{
  font-size: 36px;
  color: #1f1e1e;
  font-family: var(--font-roboto);
  font-weight: bold;
  padding-bottom: 30px;
}
.contact-color-bg{
  text-align: center;
}
.contact-color-bg form textarea{
  margin-right: 10px;
}
.contact-box .google-map{
  padding-top: 30px !important;
  margin-bottom: 30px !important;
}
/*---------------- Banner ----------------------*/
.inner_banner img, .title-box img {
    width: 100%;
}
.main_title {
  margin-top: 20px;
}
.main_title h1{
  padding-top: 20px;
  margin-bottom: 22px;
  font-size: 36px;
  color: #2d3b3e;
  font-family: var(--font-jakarta);
  font-weight: bold;
}
/* --------- Social Icon Widget ------- */
.social_widget a {
  margin-right: 7px;
  display: inline-block;
  margin-bottom: 5px;
}
.social_widget a i {
  font-size: 16px;
  padding: 10px 18px 0 0;
  color: #ffffff;
}

.social_widget a:hover i {
  color: #034B5B;
}

.social_widget a i:hover{
  color: #009bf8;
}
.custom-social-icons {
    padding-top: 20px;
}
/* --------- Blog Page ------- */
.postbox-content .post-text{
  font-size: 18px;
  color: #8fa3aa;
  font-family: "Source Sans Pro";
  line-height: 28px;
}
.postbox h3{
  font-weight:normal;
  font-size:35px;
  text-align: center;
}
.blogimg-full img{
  width: 100%;
}
.read-more-icon{
  text-align: center;
  margin: -55px 0 0 0;
  z-index: 999;
}
.read-more-icon a:hover{
  opacity: 0.9;
}
.continue-read a {
  color: rgba(19, 10, 138, 0.6);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border: solid 1px #bbb;
  padding: 10px 20px 10px 20px;
  border-radius: 6px;
  display: block;
  background: #fff;
}
.continue-read a:hover{
  background: #18304c;
  color:#fff;
}
.continue-read {
  margin: -22px auto 0 auto;
  display: table;
}
.metabox img {
  border-radius: 50%;
  margin-left: 30%;
}
.postbox {
  margin-bottom: 39px;
  border: none;
  border-radius: 6px;
  box-shadow: 0px 0px 25px #ccc;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
}
.postbox h2{
  margin:0 0 5px;
  font-weight:bold;
}
a.post-readmore {
   font-size: 18px;
   border-bottom: 1px solid;
}
a.post-readmore i {
 margin-left: 8px !important;
 font-size: 18px;
 border-bottom: 1px solid #ffffff;
 padding-bottom: 2px;
}
.widget_recent_entries li {
  padding: 10px 0;
}
.postbox  a.blogbutton {
  background:none;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  color:#fff;
  padding:6px 25px;
  border:1px solid #000;
  color:#000;
  font-size:18px;
  text-transform:uppercase;
  margin:25px 0 0 0;
  display:table;
}
.blogbutton-small{
  background:none;
  font-size:12px;
  font-weight:bold;
  padding:6px 25px;
  border:1px solid #000;
  color:#000;
  font-size:14px;
  text-transform:uppercase;
  margin:14px 0 0 0;
  display:table;
}
.metabox {
    color: #000;
    padding: 5px 0;
    clear: both;
    margin: 10px 0;
}
.metabox .entry-date{
  margin:0 13px 0 0;
}
.metabox .entry-author{
  padding: 0 0 0 20px;
  margin:0 20px 0 0;
}
.metabox .entry-author a{
  color: #000;
}
.metabox .entry-comments{
  padding: 0 0 0 20px;
}
.logged-in-as a{
  color: #000;
}
#comment-nav-above .nav-links {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}
#sidebar span.comment-author-link {
    margin-left: 14px;
}
.post-featured img {
  width: 100%;
}
/* ----------------------- POST---------------------- */
a.page-numbers, span.page-numbers.current {
  padding: 10px !important;
  background-color: #034B5B;
  color: #ffffff !important;
  border: 1px solid #034B5B;
}
.navigation span.page-numbers.current{
  background-color: #ffffff;
  border: 1px solid #034B5B;
  color: #000000 !important;
}
#blog{
  padding-top:0;
  margin-top:0;
}
.blog-post h5{
  text-transform:uppercase;
  color: #000;
}
.blog-icon i {
  font-size: 20px;
  background: #bbb;
  border-radius: 50%;
  padding: 10px 14px 12px 15px;
  color: #fff;
  margin-right: 1%;
}
.blog-icon i:hover {
    background: #d3da36;
    color: #fff;
}
.blog-icon i.fa-google-plus {
    padding: 12px 10px 12px 11px
}
aside#search-3 {
  padding: 0 !important;
}
.feature-image-box img{
  width:100%;
}
.feature-image-box img a:hover{
  opacity:0.8;
}
.post-singlepage {
  border: solid 1px #bbb;
  box-shadow: 0 0 1px #bbb;
}
.bradcrumbs{
  padding:30px 0;
}
.bradcrumbs a{
  background:#f1f1f1;
  color:#000;
  padding:5px 15px;
  margin-right:5px;
}
.bradcrumbs span{
  background:#dddddd;
  color:#000;
  padding:5px 15px;
}
/*------------------ Comments BOX ------------------*/
#comments{
  float: left;
  width: 100%;
  margin-top: 10px;
}
#comments h2.comments-title{
  font-size:20px;
  font-weight:bold;
}
#comments h3.comment-reply-title{
  font-size:20px;
  font-weight:bold;
  clear:both;
}
#comments input[type="text"],
#comments input[type="email"],
#comments textarea{
  padding:12px 10px;
  font-size:18px;
}
#comments input[type="submit"].submit {
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  color: #ffffff;
  text-transform: uppercase;
  border-top: none;
}
#comments a time{
  color:#000;
  font-weight:bold;
  font-size:12px;
}
#comments .reply{
  text-align:right;
}
#comments .comment-metadata{
  width:90%;
  float:left;
  padding:1% 0 0 0;
}
#comments .comment-content{
  width:90%;
  text-align:left;
  margin-left:7%;
}
#comments .comment-author{
  margin-bottom: 1em;
}
#comments h2#reply-title {
  display: inline-table;
  font-family: "Poppins";
}
#comments .comment-author.vcard img {
  padding: 2px;
}
/*--------------- Sidebar -----------------*/
/* Sidebar */
#sidebar td#prev a {
  color: #6c6c6c;
 }
 #sidebar caption {
  font-weight: bold;
  color: #6c6c6c;
  font-size: 20px;
 }
 #sidebar table,#sidebar th,#sidebar td {
  border: 1px solid #e1e1e1;
  text-align: center;
 }
 #sidebar table{
  width: 100%;
 }
 #sidebar td {
  padding: 7px;
  color: #6c6c6c;
 }
 #sidebar td a{
  color: #125665;
  font-weight: 500;
  text-decoration: underline;
 }
 #sidebar th {
  text-align: center;
  padding: 5px;
  color: #6c6c6c;
 }
 #sidebar select {
  padding: 10px 5px;
  border: solid 1px #e1e1e1;
  color: #6c6c6c;
  background: transparent;
 }
 #sidebar form{
  text-align: center;
 }
 #sidebar .widget-title {
   font-size: 24px;
   color: #000;
   font-weight: 600;
   padding-bottom: 15px;
   margin-bottom: 11px;
   text-align: center;               
 }

/* Add boat icon before each submenu link */
#sidebar .widget-title::before {
  content: "\f0ad"; /* Unicode for Font Awesome boat icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
  transition: transform 0.4s ease-in-out, color 0.3s;
  color: #ffffff;
  position: relative;
  top: 0;
  transform: translateX(-5px);
  animation: boatFloat 0.6s ease-in-out infinite alternate;
  color: var(--color-info);
}

@keyframes boatFloat {
  0% { transform: translateX(0); }
  100% { transform: translateX(-5px) rotate(-2deg); }
}

 #sidebar input[type="search"] {
  padding:10px 10px;
  font-size:15px;
  color:#6c6c6c;
  border: solid 1px #e1e1e1;
  width: 100%;
 }
 #sidebar button[type="submit"] {
     width: 100%;
     margin-left: 0;
     margin-top: 10px;
     padding: 12px 0px;
     background: #000;
     border-color: #000;
     font: 500 16px var(--font-Jost);
     color: #fff;
 }
 .middle-align input[type=search] {
     height: 41px;
     padding: 10px;
 }
 #sidebar .wp-block-search__inside-wrapper{
   display: block;
 }
 #sidebar label{
  margin-bottom: 0;
  width: 100%;
 }
 #sidebar input[type="submit"]{
  background-color : #125665;
  color:#fff;
  padding:10px 0;
  font-size:12px;
  width: 100%;
  letter-spacing: 2px;
   border-radius: 0px 0px 10px 10px;
   font-weight: bold;
 }
 #sidebar input[type="submit"]:hover{
  background-color : #000;
 }
 #sidebar .widget {
  padding: 20px;
  border: 1px solid #125665;
  margin-bottom: 50px;
 }
 #sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 17px;
 }
 #sidebar ul li{
  font-weight: 600;
   color: #343434;                 
   font-size: 15px;
   border-bottom: 1px solid #e1e1e1;
   padding: 10px 0;
 }
 #sidebar ul li:last-child
 {
   border:none;
 }
 #sidebar ul li a {
   font-weight: 600;
   color: #343434;                 
   font-size: 15px;
 }
 #sidebar .tagcloud a{
  border: solid 1px #e1e1e1;
  color:#6c6c6c;
  font-size:15px !important;
  padding:5px 18px;
  margin:0 0 5px;
  display:inline-block;
 }
 #sidebar .tagcloud a:hover{
  background:#125665;
  color: #fff;
 }
 
 /* Updated Sidebar Widget - Modern and Clean */
 
 #sidebar .widget {
   background-color: #ffffff;
   border: 1px solid #e1e1e1;
   padding: 20px;
   margin-bottom: 30px;
   border-radius: 12px;
   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
 }
 
 #sidebar .widget .widget-title {
   font-size: 24px;
   font-weight: 600;
   color: #000; /* Blue color for headings */
   text-align: left;
   margin-bottom: 15px;
   text-transform: uppercase;
 }
 span.origin-price {
  text-decoration: line-through;
  }
 #sidebar .widget ul {
   list-style: none;
   margin: 0;
   padding: 0;
 }
 
 #sidebar .widget ul li {
   font-size: 16px;
   color: #343434; /* Dark gray for text */
   padding: 5px 0;
   border-bottom: 1px solid #f1f1f1;
   transition: all 0.3s ease;
 }
 
 #sidebar .widget ul li:hover {
   transform: translateX(5px);
 }
 
 #sidebar .widget .tagcloud a {
   background-color: #e1e1e1;
   color: #6c6c6c;
   border-radius: 25px;
   padding: 8px 18px;
   margin: 5px;
   font-size: 14px;
   display: inline-block;
   transition: all 0.3s ease;
 }
 
 #sidebar .widget .tagcloud a:hover {
   background-color: #4083E6;
   color: white;
 }
 
 #sidebar .wp-block-search__inside-wrapper {
   display: block;
 }
 
 #sidebar input[type="search"] {
   width: 100%;
   padding: 12px 10px;
   font-size: 15px;
   border: solid 1px #e1e1e1;
   border-radius: 10px 10px 0px 0px;
   margin-bottom: 0;
 }
 
 #sidebar button[type="submit"] {
   width: 100%;
   margin-top: 10px;
   padding: 12px 0;
   background-color: #125665;
   border-color: #125665;
   font: 500 16px var(--font-Jost);
   color: #fff;
   border-radius: 0px 0px 10px 10px;
   transition: background-color 0.3s ease;
   margin-top: 0;
 }
 
 #sidebar button[type="submit"]:hover {
   background-color: #1d3f72; /* Darker blue for hover */
 }
 
 /* Recent Posts Section */
 #sidebar .widget ul li a {
   color: #000;
   font-weight: 500;
   font-size: 15px;
 }
 
 #sidebar .widget ul li a:hover {
   color: #125665; /* Red hover effect for links */
 }
 
 /* Calendar Style */
 #sidebar .calendar {
   border: 1px solid #e1e1e1;
   padding: 10px;
   border-radius: 12px;
   background-color: #ffffff;
 }

 #sidebar h2 {
  color: #000;
}
 
 #sidebar .calendar td {
   padding: 10px;
   text-align: center;
   font-size: 14px;
 }
 
 #sidebar .calendar td:hover {
   background-color: #125665; /* Blue hover for days */
   color: white;
 }
 
 #sidebar .calendar .today {
   background-color: #125665;
   color: white;
 }


 .single-post-content p{
  font-size: 18px;
  color: #000;
  font-family: "Source Sans Pro";
  line-height: 28px;
}

/*------------- Page -----------------*/
.title-box{
  color:#fff;
  text-transform:uppercase;
  font-weight:bold;
  text-align:center;
  margin-bottom:65px;
}
.title-box img{
  width:100%;
}
.title-box h1 {
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.58);
  color: #fff;
}
.above_title {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 15%;
}
.read-moresec{
  margin:2% 0;
}
.error .read-moresec a {
  background: #F18F20;
  padding: 15px 20px !important;
  color: #ffffff;
}
.page-content.error {
  text-align: center;
}
.page-content.error p{
  padding: 15px 0;
  margin: 0;
}
.middle-content {
  padding-bottom: 20px;
}
.read-moresec a {
    font: 700 14px var(--font-jakarta);
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    background: #F18F20;
    padding: 18px 35px;
    position: relative;
    border-radius: 55px;
    width: 100%;
}
.error404 span.heading3 {
    font-size: 60px;
}
/*---------------- Pagination ----------------*/
.navigation {
  font-size:14px;
  font-weight:bold;
  margin: 10px 0;
}
.navigation a {
  padding: 0;
}
.navigation span, .navigation a {
  display: block;
  float: left;
  padding: 10px 15px 0 15;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #5b5b5b;
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  font-weight: normal;
}
.navigation span.meta-nav {
  font-weight: bold;
}
.navigation .current{
  background: #333333;
  color:#ffffff;
  font-weight:normal;
}
/* ------------- Category --------------------*/
.category-page h4{
  text-align: left !important;
}
ul.post-categories {
  list-style: none;
  margin: 0;
}
ul.post-categories a {
  color: #333333;
}
/*-------------- Single  ---------------*/
.post_ctg span {
  float: left;
  margin-right: 7px;
}
.share_icon i {
  padding: 10px 10px 10px 8px;
  margin: 0 0;
  color: #ffffff;
  background-color: #333333;
  width: 36px;
  margin: 0 4px;
  text-align: center;
}
.share_icon i.fab.fa-facebook-f{
  background-color: #3c5a99;
}
.share_icon i.fab.fa-linkedin-in{
  background-color: #007bb5;
}
.share_icon i.fab.fa-google-plus-g{
  background-color: #da4835;
}
.share_icon i.fab.fa-twitter{
  background-color: #55acee;
}

/* SERVICE PAGE */
.outer_dpage .service-box {
  margin-bottom: 30px;
  box-shadow: 10px 10px 30px 0 #0000001A;
  padding: 40px 30px;
  border-radius: 20px;
  background: #fff;
  transition: all 0.4s ease;
}
.outer_dpage .service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

/* Image zoom */
.outer_dpage .service-img {
  overflow: hidden;
  border-radius: 15px;
}
.outer_dpage .service-img img {
  transition: transform 0.5s ease;
}
.outer_dpage .service-box:hover .service-img img {
  transform: scale(1.1);
}

/* Title hover */
.outer_dpage .service-title a {
  color: #000;
  transition: color 0.3s ease;
}
.outer_dpage .service-box:hover .service-title a {
  color: #ffffff;
}
.outer_dpage .service-box:hover .service-info {
  color: #ffffff;
}
.outer_dpage .service-box {
  position: relative;
}
.outer_dpage .service-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 2px solid transparent;
  transition: border 0.4s ease;
  z-index: -1;
}
.outer_dpage .service-box:hover::before {
  border-color: #000000;
}
.outer_dpage .service-box {
  position: relative;
  overflow: hidden;
}
.outer_dpage .service-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #034B5B;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}
.outer_dpage .service-box:hover::after {
  opacity: 1;
}
.outer_dpage .service-info {
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.outer_dpage .service-box:hover .service-info {
  transform: translateY(-5px);
}
.outer_dpage .service-box:hover .service-img img {
  animation: bounce 0.6s ease;
}
@keyframes bounce {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.08); }
  100% { transform: scale(1.05); }
}



/* ---------- Team Shortcode Hover Effects ---------- */

.team-shortcode .team-box {
  margin-bottom: 30px;
  box-shadow: 10px 10px 30px 0 #0000001A;
  padding: 40px 30px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

/* Lift + shadow */
.team-shortcode .team-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

/* Image zoom */
.team-shortcode .team-img {
  overflow: hidden;
  border-radius: 15px;
}

.team-shortcode .team-img img {
  transition: transform 0.5s ease;
}

.team-shortcode .team-box:hover .team-img img {
  transform: translateY(-10px);
}

/* Title hover */
.team-shortcode .team-title a {
  color: #000;
  transition: color 0.3s ease;
}

.team-shortcode .team-box:hover .team-title a,.team-shortcode .team-box:hover .team-info {
  color: #ffffff;
}

/* Designation hover */
.team-shortcode .team-desig {
  color: #000000;
  font: 400 14px / 22px var(--font-roboto);
  margin-bottom: 15px;
  transition: color 0.3s ease, transform 0.4s ease;
}

.team-shortcode .team-box:hover .team-desig {
  color: #ffffff;
  transform: translateY(-5px);
}

/* Border effect */
.team-shortcode .team-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 2px solid transparent;
  transition: border 0.4s ease;
  z-index: -1;
}

.team-shortcode .team-box:hover::before {
  border-color: #000000;
}

/* Background overlay */
.team-shortcode .team-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #034B5B;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.team-shortcode .team-box:hover::after {
  opacity: 1;
}

/* ----------Project Shortcode---------------------- */
/* ---------- Project Shortcode Hover Effects ---------- */

.project-shortcode .project-box {
  margin-bottom: 30px;
  box-shadow: 10px 10px 30px 0 #0000001A;
  padding: 40px 30px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

/* Lift + shadow */
.project-shortcode .project-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

/* Image zoom */
.project-shortcode .project-img {
  overflow: hidden;
  border-radius: 15px;
}

.project-shortcode .project-img img {
  transition: transform 0.5s ease;
}

.project-shortcode .project-box:hover .project-img img {
  transform: translateY(-10px);
}

/* Title hover */
.project-shortcode .project-title a {
  color: #000000;
  transition: color 0.3s ease;
}

.project-shortcode .project-box:hover .project-title a {
  color: #ffffff;
}

/* Optional project text */
.project-shortcode .project-info {
  transition: transform 0.4s ease, color 0.3s ease;
}

.project-shortcode .project-box:hover .project-info {
  color: #ffffff;
  transform: translateY(-5px);
}

/* Border effect */
.project-shortcode .project-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 2px solid transparent;
  transition: border 0.4s ease;
  z-index: -1;
}

.project-shortcode .project-box:hover::before {
  border-color: #000000;
}

/* Background overlay */
.project-shortcode .project-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #034B5B;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.project-shortcode .project-box:hover::after {
  opacity: 1;
}


/* ------------------------ */
.outer_dpage,.content_page {
    padding-bottom: 50px;
}
.outer_dpage {
  padding: 0 0 50px 0;
}
body.search.search-no-results .outer_dpage {
    padding: 90px 5em 50px 11em;
}
.serach-page input[type="search"] {
    height: 42px;
    padding: 10px;
}
.shop-box {
    padding: 8em 1em 50px 11em;
}
.woocommerce .quantity .qty {
    height: 34px;
    border: 1px solid #000;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #222222;
    font-size: 1.25em;
}
.woocommerce ul.products li.product .price{
  color: #222222;
}
.woocommerce span.onsale{
  background: #034B5B;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button{
  background: #034B5B;
  color: #fff;
}
.contac_form .wpcf7-spinner{
  display: none;
}
/* ------team shortcode------------ */
.team-shortcode .team-contents-wrapper {
    margin-bottom: 30px;
}
/* ---------Testimonial shortcode--------------- */
.testimonial-shortcode .testimonial-data{
  opacity: 1;
  margin-bottom: 30px;
  box-shadow: 10px 10px 30px 0 #0000001A;
  padding: 40px 30px;
  border-radius: 20px;
}
.testimonial-shortcode .testimonial-title a {
    color: #000;
}
/* ----------- Unit Testing ------------- */
.outer_dpage table{
  text-align: center;
}
.outer_dpage table th{
  text-align: center;
}
.woocommerce div.product form.cart .button{
  background: #034B5B;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt{
  background: #034B5B;
}





.why-choose-feat-box img,.service-box img,.feature-row-box img,.about-feature-box i {
  transition: transform 0.5s ease;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.why-choose-feat-box:hover img,.service-box:hover img,.feature-row-box:hover img,.about-feature-box:hover i {
  transform: rotateY(360deg);
}




@media screen and (max-width: 2500px) and (min-width: 650px) {

  /*animation*/
  @keyframes zoomInDown {
    0% {
      opacity: 0;
      transform: translateY(-150px) scale(0.5);
    }
    100% {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
  
  @keyframes zoomInRight {
    0% {
      opacity: 0;
      transform: translateX(150px) scale(0.5);
    }
    100% {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
  }
  
  @keyframes zoomInUp {
    0% {
      opacity: 0;
      transform: translateY(150px) scale(0.5);
    }
    100% {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
  
  @keyframes flipInX {
    0% {
      opacity: 0;
      transform: perspective(400px) rotateX(90deg);
    }
    100% {
      opacity: 1;
      transform: perspective(400px) rotateX(0);
    }
  }
  
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      transform: translateX(-150px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes zoomInLeft {
    0% {
      opacity: 0;
      transform: translateX(-150px) scale(0.5);
    }
    100% {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
  }
  
  @keyframes zoomOutLeft {
    0% {
      opacity: 1;
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      transform: translateX(-150px);
    }
  }
  
  @keyframes zoomOutRight {
    0% {
      opacity: 1;
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      transform: translateX(150px);
    }
  }
  
  @keyframes zoomOutUp {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      transform: translateY(-150px);
    }
  }
  
  @keyframes zoomOutDown {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      transform: translateY(150px);
    }
  }
  
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      transform: translateX(150px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(150px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(-150px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }



  @keyframes bounceIn {
    0% {
      opacity: 0;
      transform: scale(0.3);
    }
    50% {
      opacity: 1;
      transform: scale(1.05);
    }
    70% {
      transform: scale(0.9);
    }
    100% {
      transform: scale(1);
    }
  }
  
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }
  
  @keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    50% { transform: translateX(10px); }
    75% { transform: translateX(-10px); }
    100% { transform: translateX(0); }
  }

  


  @keyframes rotateIn {
    0% {
      opacity: 0;
      transform: rotate(-200deg);
    }
    100% {
      opacity: 1;
      transform: rotate(0);
    }
  }
  
  @keyframes rotateInUpLeft {
    0% {
      opacity: 0;
      transform-origin: left bottom;
      transform: rotate(90deg);
    }
    100% {
      opacity: 1;
      transform-origin: left bottom;
      transform: rotate(0);
    }
  }

  
  @keyframes flipInY {
    0% {
      opacity: 0;
      transform: perspective(400px) rotateY(90deg);
    }
    100% {
      opacity: 1;
      transform: perspective(400px) rotateY(0);
    }
  }
  
  @keyframes flipOutX {
    0% {
      opacity: 1;
      transform: perspective(400px) rotateX(0);
    }
    100% {
      opacity: 0;
      transform: perspective(400px) rotateX(90deg);
    }
  }

  

  @keyframes slideInLeft {
    0% {
      opacity: 0;
      transform: translateX(-100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes slideInRight {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  

  @keyframes fadeInZoom {
    0% {
      opacity: 0;
      transform: scale(0.8);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  
  @keyframes fadeOutZoom {
    0% {
      opacity: 1;
      transform: scale(1);
    }
    100% {
      opacity: 0;
      transform: scale(0.8);
    }
  }
  
  
   /* Common reveal styles */
  .reveal {
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
  }
  
  .reveal.active {
    opacity: 1;
  }
  
  .reveal.zoomInDown.active {
    animation: zoomInDown 1s ease-out forwards;
  }
  
  .reveal.zoomInRight.active {
    animation: zoomInRight 1s ease-out forwards;
  }
  
  .reveal.zoomInUp.active {
    animation: zoomInUp 1s ease-out forwards;
  }
  
  .reveal.flipInX.active {
    animation: flipInX 1s ease-out forwards;
  }
  
  .reveal.fadeInLeft.active {
    animation: fadeInLeft 1s ease-out forwards;
  }
  
  
  /* Adding new animation styles */
  .reveal.zoomInLeft.active {
    animation: zoomInLeft 1s ease-out forwards;
  }
  
  .reveal.zoomOutLeft.active {
    animation: zoomOutLeft 1s ease-out forwards;
  }
  
  .reveal.zoomOutRight.active {
    animation: zoomOutRight 1s ease-out forwards;
  }
  
  .reveal.zoomOutUp.active {
    animation: zoomOutUp 1s ease-out forwards;
  }
  
  .reveal.zoomOutDown.active {
    animation: zoomOutDown 1s ease-out forwards;
  }
  
  .reveal.fadeInRight.active {
    animation: fadeInRight 1s ease-out forwards;
  }
  
  .reveal.fadeInUp.active {
    animation: fadeInUp 1s ease-out forwards;
  }
  
  .reveal.fadeInDown.active {
    animation: fadeInDown 1s ease-out forwards;
  }


  .reveal.bounceIn.active {
    animation: bounceIn 1s ease-out forwards;
  }
  
  .reveal.pulse.active {
    animation: pulse 1s ease-out forwards;
  }
  
  .reveal.shake.active {
    animation: shake 0.8s ease-out forwards;
  }
  .reveal.rotateIn.active {
    animation: rotateIn 1s ease-out forwards;
  }
  
  .reveal.rotateInUpLeft.active {
    animation: rotateInUpLeft 1s ease-out forwards;
  }
  .reveal.flipInY.active {
    animation: flipInY 1s ease-out forwards;
  }
  
  .reveal.flipOutX.active {
    animation: flipOutX 1s ease-out forwards;
  }
  .reveal.slideInLeft.active {
    animation: slideInLeft 1s ease-out forwards;
  }
  
  .reveal.slideInRight.active {
    animation: slideInRight 1s ease-out forwards;
  }
  .reveal.fadeInZoom.active {
    animation: fadeInZoom 1s ease-out forwards;
  }
  
  .reveal.fadeOutZoom.active {
    animation: fadeOutZoom 1s ease-out forwards;
  }

  .delay-1 { animation-delay: 0.2s; }
  .delay-2 { animation-delay: 0.4s; }
  .delay-3 { animation-delay: 0.6s; }
  .delay-4 { animation-delay: 0.8s; }

  
  }
  





/* hover effects */
.sweeeep {
  position: relative;
  overflow: hidden;
}

.sweeeep img {
  display: block;
  transition: transform 0.5s ease;
}

.sweeeep::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.6) 100%);
  transform: skewX(-25deg);
  transition: left 0.75s ease;
}

.sweeeep:hover::before {
  left: 125%;
}

/* as */
.sweeeeps {
  position: relative;
  overflow: hidden;
}

.sweeeeps img {
  display: block;
  transition: transform 0.5s ease;
}

.sweeeeps::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.6) 100%);
  transform: skewX(-25deg);
  transition: left 0.75s ease;
}

.product-box:hover .sweeeeps::before {
  left: 125%;
}
.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -.5em -.5em 0 0;
  z-index: 1;
}















/* ABOUT */

/*---------------about--------------*/
#about {
  padding-top: 10em;
}
span.abt-small-head {
  color: #ffffff;
  font: 700 15px/38px var(--font-jakarta);
  width: max-content;
  background: #F18F20;
  border-radius: 4px 0px 0px 4px;
  padding: 1px 35px;
  position: relative;
}
span.abt-small-head:after {
  content: '';
  background-image: url('../images/small-heading-right-img.png');
  position: absolute;
  right: 0;
  width: 12px;
  height: 36px;
  top: 2px;
  background-repeat: no-repeat;
}
h2.abt-main-head {
  color: #171921;
  font: 800 32px/38px var(--font-jakarta);
  padding-bottom: 40px;
}
p.abt-para {
  color: #6C6C6C;
  font: 500 16px/26px var(--font-roboto);
  width: 98%;
  margin-bottom: 30px;
}
.abt-btn a {
  font: 700 16px/32px var(--font-jakarta);
  color: #ffffff;
  background: #034B5B;
  border-radius: 10px;
  padding: 17px 40px;
  transition: 0.5s;
}
.abt-btn a:hover{
background: #F18F20;
color: #ffffff;
transition: 0.5s;
}
.abt-btn {
text-align: center;
top: -18px;
position: relative;
}
.about-feature-title-box h3 {
  font: 600 16px/22px var(--font-jakarta);
  color: #000000;
  width: 85%;
  padding: 0;
  margin: 0;
}
.about-feature-box {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
.about-feature-box::before{
content: '';
background: linear-gradient(180deg, rgba(79, 102, 183, 0) 0%, #4F66B7 47.92%, rgba(79, 102, 183, 0) 100%);
width: 1px;
height: 48px;
position: absolute;
right: 12px;
top: 0;
}
.about-box .col-md-6:nth-child(3) .about-feature-box::before{
display: none;
}
.about-feature-box i {
background: #032127;
color: #ffffff;
height: 48px;
width: 48px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
font-size: 17px;
padding: 17px;
}

.about-right-image1.sweeeep img {
width: 100%;
padding-right: 30px;
}



/* -------------Counter Section--------------------- */
#counter {
  padding-top: 20em;
  margin-top: -20em;
}
.counter_inner {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #E27F10;
  padding: 40px 0 40px 30px;
  border-radius: 30px;
}
.counter_inner:hover {
background: #034B5B;
}
.counter-number span {
  color: #ffffff;
  font: 800 35px/30px var(--font-jakarta);
}
.Counter-box h5 {
  color: #ffffff99;
  font: 600 14px/22px var(--font-jakarta);
}


.outer_dpage #counter {
  padding-top: 6em;
  margin-top: 0;
}
.outer_dpage #about {
  padding-top: 2em;
}