:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-primary: #0B5394;
}

@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');


:root {
--font-Jost: "Jost", sans-serif;
--font-Source: "Source Serif 4", serif;
}

*{
  margin:0;
  padding:0;
  outline:none;
}
html body{
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  background-color:#ffffff;
  position:relative;
  font-size: 15px;
  color: #000000;
  font-family: var(--font-Jost);
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
}
#contact-section .wpcf7 form.failed .wpcf7-response-output, #contact-section .wpcf7 form.aborted .wpcf7-response-output{
  color:#fff;
}
label {
  margin-bottom: 0 !important;
}
img{
  margin:0;
  padding:0;
  border:none;
  max-width:100%;
  height:auto;
}
section img {
  max-width: 100%;
  width: 100%;
}
h1,
h2,
h3
{
  margin:0;
  padding:0px 0;
  font-family: var(--font-Jost);                    
  color:#000000;
  font-size: 35px;
  font-weight: 600;
}
h4,
h5,
h6{
  margin:0;
  padding:0px 0;
  font-family: var(--font-Jost);                    
  color:#E74216;
  font-size: 16px;
  font-weight: 600;
}
p{
  margin:0 0 15px;
  padding:0;
  font-size:16px;
  font-weight:400;
  color: #4E5054;
  font-family: var(--font-Source) !important;           
}
p, ul li a{
  letter-spacing: 0px;
}
body a{
  text-decoration:none;
  color:#000000;
}
body a:hover{
  text-decoration:none;
  color:var(--color-primary);
}
a:focus,a:hover{
  text-decoration:none !important;
  color:var(--color-primary);
}
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: 80px 0;
}
select{
  width: 100%;
  padding: 6px;
}
input[type="submit"] {
  padding: 10px 30px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  background-color: var(--color-primary);
  border:1px solid var(--color-primary);
 
}
input[type="submit"]:hover{
  cursor: pointer;
  color:var(--color-primary);
  background-color: transparent;
  border:1px solid var(--color-primary);
}
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;
}

/*----------------------  index ---------------------------*/
.post_pic_inner img {
    width: 100%;
}
.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;
}
#single_post .date-box {
  padding: 20px 10px;
  position: absolute;
  top: 35px;
  background-color: var(--color-primary);
  color: #ffffff;
  margin-left: 15px;
}
#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-Jost);                    
}
.page-header h1
{
  color: #1f1e1e;
  font-family: var(--font-Jost);                    
}
.entry-title
{
  color: #1f1e1e;
  font-family: var(--font-Jost);                    
}
.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 var(--color-info);
  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-"] {
  border: 0px;
  font-size: 15px;
  padding: 10px 20px;
  height: auto;
  margin-bottom: 12px;
  border-radius: 0px;
  width: 100%;
  background: #fff;
  font-weight: 400;
  color:#626B7D;
  box-shadow: 0px 4px 44px 0px #0000002B
}
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"] {
  border: 0px;
  font-size: 15px;
  padding: 10px 20px;
  height: auto;
  margin-bottom: 12px;
  border-radius: 0px;
  width: 100%;
  background: #fff;
  font-weight: 400;
  color:#626B7D;
  box-shadow: 0px 4px 44px 0px #0000002B
}
.contact-box .wpcf7 input[type="text"]::placeholder
{
  font-family: var(--font-Jost);                    
}
.contact-box .wpcf7 input[type="email"]::placeholder
{
  font-family: var(--font-Jost);                    
}
.contact-box .wpcf7 textarea::placeholder
{
  font-family: var(--font-Jost);                    
}
.contact-box .contac_form input[type="submit"]
{
  padding: 10px 30px;
  border-radius: 0px;
  color: #ffffff;
  margin: 10px 0px;
  line-height: 22px;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-Jost);
  width: 100%;
}
.aa:hover {
  border: 1px solid #000;
}
.aa:hover .ac{
  border: 2px dashed #ffffff !important;
  background: var(--color-primary);
  border-radius: 20px;
}

.aa:hover .ac .inner-cont i,
.aa:hover .ac span,
.aa:hover .ac p,
.aa:hover .ac a{
  color: #fff !important;
}

.contact-box .contac_form input[type="submit"]:hover{
  border: 1px solid var(--color-primary);
  background-color: transparent;
  color:var(--color-primary);
}
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-Jost);                    
}
.contact-page-details .inner-cont i:hover{
  color: var(--color-info);
  cursor: pointer;
}
a.con-address span{
  color: var(--color-primary);
  font-weight: 300;
}
.contact-box a, a.con-address span {
    color: var(--color-primary);
    font-family: var(--font-Jost);
    font-weight: 600;
    font-size: 18px;
}
.contact-box span.wpcf7-spinner {
    display: none;
}
.contact-page-details .inner-cont i
{
  font-size: 35px;
  color:#343434;
  padding: 14px 0;
}
.contact-page-details .inner-cont p
{
  font-family: var(--font-Jost);                    
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.contact-color-bg h3
{
  font-size: 36px;
  color: #1f1e1e;
  font-family: var(--font-Jost);                    
  font-weight: bold;
  padding-bottom: 30px;
}
.contact-color-bg
{
  text-align: center;
}
.contact-color-bg form textarea {
  margin-right: 10px;
  height: 100px;
}
.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-Jost);                    
  font-weight: bold;
}

/* --------- Social Icon Widget ------- */

.social_widget a {
  color: #ffffff;
  padding: 7px 7px;
  margin-right: 7px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 50%;
}
.social_widget a i {
  font-size: 13px;
  letter-spacing: 3px;
  width: 20px;
  text-align: center;
}
.social_widget a:hover{
 color:var(--color-primary)
}

/* --------- 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;
}
.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: var(--color-primary);
  color: #ffffff !important;
  border: 1px solid var(--color-primary);
}
.navigation span.page-numbers.current{
  background-color: #ffffff;
  border: 1px solid var(--color-primary);
  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
}
.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: var(--font-Jost);                    
}
#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: var(--color-primary);
  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 h3 {
   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 h3::before {
  content: "\f21a"; /* 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: translateY(-5px);
  animation: boatFloat 0.6s ease-in-out infinite alternate;
  color: var(--color-info);
}

@keyframes boatFloat {
  0% { transform: translateY(0); }
  100% { transform: translateY(-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 : var(--color-primary);
  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 var(--color-primary);
  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:var(--color-primary);
  color: #fff;
 }
 .single-post-content p
 {
   font-size: 18px;
   color: #000;
   font-family: var(--font-Source);
   line-height: 28px;
 }
 
 /* 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 h3 {
   font-size: 24px;
   font-weight: 600;
   color: #000; /* Blue color for headings */
   text-align: left;
   margin-bottom: 15px;
   text-transform: uppercase;
 }
 
 #sidebar .widget ul {
   list-style: none;
   margin: 0;
   padding: 0;
 }
 
 #sidebar .widget ul li {
   font-size: 16px;
   color: #343434; /* Dark gray for text */
   padding: 12px 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: var(--color-primary);
   border-color: var(--color-primary);
   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: 600;
   font-size: 15px;
 }
 
 #sidebar .widget ul li a:hover {
   color: var(--color-primary); /* 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: var(--color-primary); /* Blue hover for days */
   color: white;
 }
 
 #sidebar .calendar .today {
   background-color: var(--color-primary);
   color: white;
 }

/*------------- Page -----------------*/
.title-box{
  color:#fff;
  text-transform:uppercase;
  font-weight:bold;
  text-align:center;
  margin-bottom:25px;
}
.title-box img{
  width:100%;
}
.title-box h1 {
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.58);
}
.above_title {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 15%;
}
.read-moresec{
  margin:2% 0;
}
.middle-content {
  padding-bottom: 20px;
}

/*---------------- 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-shortcode .service-box img {
    width: 100%;
    height: 300px;
    object-fit: fill;
}
.service-shortcode .service-title a {
    color: var(--color-primary);
   font-family: var();
    padding: 10px 0;
    display: block;
}
.service-shortcode .service-box p {
    color: #222222;
    font: 400 16px/26px var(--font-Jost);
}
.service-shortcode .service-contents-wrapper {
    box-shadow: 0px 0px 25px #ccc;
    padding: 20px;
    margin-bottom: 30px;
}
.outer_dpage,.content_page {
    padding-bottom: 50px;
}
/* ----------- Unit Testing ------------- */

.outer_dpage table
{
  text-align: center;
}
.outer_dpage table th
{
  text-align: center;
}

/*primary button*/
.btn-primary {
  background-color: var(--color-primary) !important;
  font-size: 16px;
  text-transform: capitalize;
  padding: 15px 20px;
  border-radius: 0px;
  border:1px solid var(--color-primary);
  border-color:var(--color-primary) !important;
  color: var(--color-white) !important;
  font-family: var(--font-Jost);
  font-weight: 600;
}
.btn-primary:hover {
  background-color: transparent !important;
  color:var(--color-primary) !important;
  border-color:var(--color-primary) !important;
}
.btn-primary i{
  margin-left: 10px;
  margin-top: 4px;
}
/*Info button*/
.btn-info {
  background-color: transparent !important;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 0px;
  border-radius: 0px;
  border:none !important;
  border-color:transparent !important;
  color:var(--color-black) !important;
  font-family: var(--font-Jost);
  font-weight: 600;
}
.btn-info:hover {
  background-color: transparent !important;
  color:var(--color-primary) !important;
  border-color:transparent !important;
}
.btn-black {
  background-color: var(--color-black) !important;
  font-size: 16px;
  text-transform: capitalize;
  padding: 10px 20px;
  border-radius: 0px;
  border:1px solid var(--color-black);
  border-color:var(--color-black) !important;
  color: var(--color-white) !important;
  font-family: var(--font-Jost);
  font-weight: 600;
}
.btn-black:hover {
  background-color: transparent !important;
  color:var(--color-black) !important;
  border-color:var(--color-black) !important;
}
#poster_video .btn-black:hover {
  background-color: transparent !important;
  color: var(--color-white) !important;
  border-color: var(--color-white) !important;
}
.btn-black i{
  margin-left: 10px;
  margin-top: 4px;
}
.btn-white {
  background-color: var(--color-white) !important;
  font-size: 16px;
  text-transform: capitalize;
  padding: 10px 20px;
  border-radius: 0px;
  border:1px solid var(--color-white);
  border-color:var(--color-white) !important;
  color: var(--color-black) !important;
  font-family: var(--font-Jost);
  font-weight: 600;
}
.btn-white:hover {
  background-color: transparent !important;
  color:var(--color-white) !important;
  border-color:var(--color-white) !important;
}
.btn-white i{
  margin-left: 10px;
  margin-top: 4px;
}
/*-services-------------*/
section#service {
  position: relative;
  padding: 80px 0 !important;
}
#service .main-grid {
  display: grid;
  grid-template-columns: 25% 50% 25%;
  grid-template-rows: repeat(3, 230px);
  grid-gap: 18px;
  place-content: center;
  place-items: center;
}
#service .main-grid .service-data .service-box-full{
  display: block;
}
#service .main-grid .service-data .service-box-full{
  display: none;
}
#service .main-grid .service-data:nth-child(1) .service-box-full{
  display: block;
}
#service .main-grid .service-data:nth-child(2) .service-box-short{
  display: none;
}
#service .main-grid .service-data .service-box-short{
  text-align:center;
}
#service .main-grid .service-data:nth-child(5){
  grid-column: 3 / 3;
  grid-row: 2 / 3;
}
#service .main-grid .service-data:nth-child(2){
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}
#service .main-grid .service-data:nth-child(7){
  grid-column: 3 / 3;
  grid-row: 3 / 3;
}
.service-data h4, .service-data h6{
  padding: 0px;
  margin:0px;
}
.servc-image img{
  transition: all 1s;
}
.servc-image:hover img{
  transform: scale(1.1);
}
#service .main-grid .service-data .service-box-full .service-title{
  font-size: 40px;
  margin: 40px 0;
}
.service-data .service-title {
  font-size: 20px;
  margin: 20px 0 ;
  font-weight: 600;
  color: #000;
  font-family: var(--font-Jost);
  line-height: 30px;
}
.service-data .subtitle{
font-size: 16px;
font-weight: 400;
color: var(--color-black);
font-family: var(--font-Jost);
margin-bottom: 15px;
padding: 0px;
}
p.serv-inn-txt {
  font-size: 16px;
  font-weight: 400;
  color: #626B7D;
  margin: 20px 0 30px;  
}
.service-box-full:hover p.serv-inn-txt {
  color: #000;
}
.service-box-full {
  background-color: var(--color-white);
  padding: 20px 20px 40px;
  box-shadow: 0px 4px 44px 0px #0000001C;
  position: absolute;
  width: 47%;
  top: 3%;
  left: 26.5%;
}
.service-box-full:hover {
  background-color: #0b53946e;
  box-shadow: 0px 4px 44px 0px #0b53941C;
}
.fuel{
  margin-bottom: 20px;
}
.fuel span{
  border:1px solid #ddd;
  padding: 6px 10px;
  border-radius: 20px;
  text-transform: uppercase;
}
.service-box-full:hover .fuel span{
  border:1px solid var(--color-primary);
  color: #fff;
  background-color: var(--color-primary);
}
.service-box-full .price {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  padding: 10px 15px 10px 30px;
  color: #f5f5f5;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--font-Jost);
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0% 100%);
}
.power h6{
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: var(--font-Jost);
}
.power h4{
  font-size: 28px;
  font-weight: 600;
  font-family: var(--font-Jost);
  color:#000;
}

/*--------product box-----*/
#explore {
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,0.44021358543417366) 44%, rgba(0,31,54,1) 45%);
  border-top:4px solid #ffffff;
  padding: 80px 0 !important;
}
#explore .small-heading span{
  color: #ffffff;
}
#explore .small-heading span::before{
 background-color: #ffffff;
}

/*tabs*/
.product-tabs .nav-pills .nav-link {
  color: #ffffff;
  font-size: 20px;
  font-family: var(--font-Jost);
  padding: 10px 40px;
  font-weight: 600;
}
.product-tabs .nav-pills li{
  border-bottom: 1px solid #ffffff4a;
}
.product-tabs .nav-pills .nav-link.active, .product-tabs .nav-pills .show>.nav-link{
  background-color: transparent;
  border: none;
  color:#ffffff;
  border-radius: 0px;
  border-bottom: 4px solid #ffffff;
}
#explore .main-heading{
  color: #ffffff;
}
#explore .owl-carousel .owl-item.active.center .product-box .product-img{
  background-color: #000000f0;
  color:#fff;
}
#explore .owl-carousel .owl-item.active.center .product-box .product-img img{
  opacity: 0.4;
}
#explore .owl-carousel .owl-item.active.center .product-box .product-content{
  position: absolute;
  bottom: 0;
  color:#fff;
  width: 100%;
  background-color: transparent !important;
  background: transparent !important;
}

#explore .owl-carousel .owl-item.active.center .product-box .product-content p ,
#explore .owl-carousel .owl-item.active.center .product-box .product-content a ,
#explore .owl-carousel .owl-item.active.center .product-box .product-content span ,
#explore .owl-carousel .owl-item.active.center .product-box .product-content h4 a,
#explore .owl-carousel .owl-item.active.center .product-box .product-content h4 {
  color:#fff !important;
}

#explore .owl-carousel .owl-item.active.center .product-box .product-content .btn-info{
  color:#fff !important;
}
.product-box{
  position: relative;
  background-color: var(--color-white);
  box-shadow: 0px 4px 44px 0px #0000001C;
  transition: all 1s;
}
.product-box .product-content{
  transition: all 1s;
}
.product-box:hover .product-content{
  background-color: var(--color-primary);
}

.product-box:hover .product-content h6,
.product-box:hover .product-content h4 a,
.product-box:hover .product-content a,
.product-box:hover .product-content .boat-detail ul li h5,
.product-box:hover .product-content .btn-info,
.product-box:hover .product-content .explore-boat-features p,
.product-box:hover .product-content span{
  color: var(--color-white) !important; 
}
.product-box .product-img img{
  width: 100% !important;
  object-fit: cover;
}

#explore .owl-carousel .owl-item {
  transition: all 0.3s ease;
}
.product-content h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-box .product-content {
  padding: 20px;
}

.product-box .price {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--color-primary);
    padding: 7px 12px 7px 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-Jost);
    clip-path: polygon(22% 0, 100% 0, 100% 100%, 0% 100%);
}
#explore .owl-carousel .owl-item.center .product-box .price {
  top: 10px;
}
.product-content{
  padding: 10px;
}
.product-content h4{
  font-size: 20px;
  font-family: var(--font-Jost);
  font-weight: 600;
  margin-bottom: 15px;
}
.product-content h6{
  font-size: 14px;
  font-family: var(--font-Jost);
  font-weight: 400;
  margin: 0;
}
.product-content .review{
  align-items: center;
  justify-content: center;
}
.seller-star span{
  font-weight: 600;
  margin-left: 5px;
}
.seller-star i{
  color:#FDCA00;
}
.boat-detail ul {
  padding: 0px;
  margin: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px 15px;
}
.boat-detail ul  li{
  list-style: none;
  margin: 0;
  margin-bottom: 15px;
}
.boat-detail ul li img{
  margin: 0px !important;
  width: 20px;
}
.boat-detail ul li h5{
  margin: 0px;
  font-size: 12px;
  font-family: var(--font-Source);
  font-weight: 400;
}
.owl-dots {
  text-align: center;
}
.owl-carousel .owl-dot{
  width: 19px;
  height: 20px;
  border-radius: 50%;
  background-color: #000;
  border-color: var(--color-white);
  margin: 2px;
}
.owl-carousel .owl-dot.active{
  background-color: transparent;
  border-color: var(--color-primary);
  border:1px solid var(--color-primary);
}
.owl-carousel .owl-dot.active span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: var(--color-primary);
  display: block;
  margin: 2px;
}

.meta-fildss {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}

.meta-fildss p{
  padding: 10px;
  background: var(--color-primary);
  color: var(--color-white);
}

#explore .owl-carousel .owl-item:not(.center) img {
  height: 260px;
  object-fit: cover;
}
.explore-boat-features{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#explore .owl-carousel .owl-item:not(.center) .feaa {
  display: none;
}
#explore .owl-carousel .owl-item.center {
  z-index: 2;
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

#explore .owl-carousel .owl-item.center img {
  height: 460px !important;
}

#explore .owl-carousel .owl-stage-outer {
  min-height: 520px;
}

#explore .owl-carousel .owl-item.center .product-box {
  box-shadow: 0px 8px 48px rgba(0, 0, 0, 0.2);
}



/*-----about -------*/

section#about {
  position: relative;
  background: #001F36;
  background: linear-gradient(0deg, rgba(0, 31, 54, 1) 25%, rgba(255, 255, 255, 0.44021358543417366) 26%);
  border-bottom: 4px solid #000;
}
.about-bg{
  background-color: #0E0E0C;
  padding: 80px 0px;
}
#about .image img{
  width: 42% !important;
  transition: 1s all;
}
#about .image:hover img{
  transform: scale(1.1);
}
.about-box .km-detail {
  margin: 0 12%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-box .km-detail .km-box{
  list-style: none;
  margin: 10px;
  float: left;
  background-color: #fff;
  padding: 10px 9.5%;
}
.about-box .km-detail .km-box:hover{
  background-color: var(--color-primary);
}
.about-box .km-detail .km-box:hover p,
  .about-box .km-detail .km-box:hover h4{
  color: var(--color-white);
}
.about-box .km-detail .km-box p{
  margin-bottom: 0px;
}
#about .main-heading {
  color: var(--color-white);
  font-size: 45px;
  margin-bottom: 30px;
}
#about .abt-para {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  font-family: var(--font-Jost);
  margin: 20px 20% 40px;
}
#about button.owl-prev {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 20px;
  border-radius: 0%;
}
#about button.owl-next {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 20px;
  border-radius: 0%;
}
#about button.owl-next, #about button.owl-prev {
  background: #fff;
}
#about button.owl-next i, #about button.owl-prev i{
  color: #000;
}
#about button.owl-next:hover, #about button.owl-prev:hover {
  background: var(--color-primary);
}
#about button.owl-next:hover i, #about button.owl-prev:hover i{
  color: #fff;
}
.small-heading span{
  font-size: 20px;
  font-weight: 600;
  color:var(--color-primary);
  font-family: var(--font-Jost);
  text-transform: capitalize;
  position: relative;
}
.small-heading span::before {
  content: "";
  background-color: var(--color-primary);
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  margin-left: -45px;
  margin-top: 11px;
}
.main-heading{
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color:var(--color-black);
  font-family: var(--font-Jost);
  padding: 0px;
}
.main-text{
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color:#2F3645;
  font-family: var(--font-Jost);
  margin-bottom: 30px;
}
#about_page .small-heading{
  margin-left: 50px;
}
li.abt-list-name {
  margin: 5px 0;
}

.about-left-image,
.boat-box .image,
.service-box-full .servc-image,
#explore .product-box .product-img,
#product .product-box .product-img,
.about-right-image {
  position: relative;
  overflow: hidden;
}

#explore .product-box .product-img img,
#product .product-box .product-img img,
.boat-box .image img,
.service-box-full .servc-image img,
.about-left-image img,
.about-right-image img {
  display: block;
  transition: transform 0.5s ease;
}

#explore .product-box .product-img::before,
#product .product-box .product-img::before,
.about-left-image::before,
.boat-box .image::before,
.service-box-full .servc-image::before,
.about-right-image::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;
}

#explore .product-box:hover .product-img::before,
#product .product-box:hover .product-img::before,
.service-box-full:hover .servc-image::before,
.boat-box:hover .image::before,
.about-left-image:hover::before,
.about-right-image:hover::before {
  left: 125%;
}

@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);
  }
}

 /* 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;
}

}

/*---blog-----*/
.newsbox .content-box{
  padding: 0px 20px;
}

.date-box1{
  margin-top: -40px;
  margin-bottom: 30px;
}
.box-date {
  display: inline-block;
  background-color: var(--color-primary);
  padding: 10px 20px;
}
.box-date .blog-day{
  color:#fff;
  font-weight: 600;
  font-size: 20px;
  display: block;
  font-family: var(--font-Jost);
}
.box-date .blog-month{
  color:#fff;
  font-weight: 600;
  font-size: 14px;
  display: block;
  font-family: var(--font-Jost);
}
.blog-btn span {
  font-weight: 600;
}
.date-box1 span,.date-box1 span a {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-Jost);
  color:#626B7D;
  text-transform: capitalize;
}
.blog-title a{
  font-size: 19px;
  font-weight: 700;
  color:#000;
  font-family: var(--font-Jost);
}
.date-box1 i{
  color:var(--color-primary);
}
p.latest-content {
  font-size: 15px;
  font-weight: 400;
  color: #626B7D;
  font-family: var(--font-Jost);
  margin-bottom: 20px;
}
.newsbox{
  padding: 10px 5px;
}

.newsbox:hover{
  padding: 10px 5px;
  border-radius: 10px;
  background: var(--color-primary);
}

.newsbox:hover .date-box1 span a ,
.newsbox:hover .date-box1 span ,
.newsbox:hover .box-date .blog-month ,
.newsbox:hover .blog-title a ,
.newsbox:hover .date-box1 i ,
.newsbox:hover .serv-btn ,
.newsbox:hover p.latest-content {
  color: var(--color-white) !important;
}

.newsbox:hover .box-date{
  border-radius: 10px;
  border: 1px dashed #fff;
}

.newsbox:hover .news-img img{
  border-radius: 10px;
  box-shadow: 4px 4px 20px 0px #ffffffa8;
}

#contact-section .about-right-image .about-box h6{
  margin-bottom: 10px;
  font-size: 18px;
}
#contact-section .about-right-image .about-box h2{
  margin-bottom: 20px;
  line-height: 55px;
}