/*!
Theme Name: ARC SHIP
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arc-ship
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ARC SHIP is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




/*
        Resets
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul { list-style:none }
caption, th { text-align:left }
q:before, q:after { content:'' }
abbr, acronym { border:0 }
:focus { outline:0 }
ins { text-decoration:none }
del { text-decoration:line-through }
.clear { clear: both; }

/*
        body Structure
*/
html,body {
    height: 100%;
}
body {
    background: #fff;
    font-family: 'Raleway', sans-serif;
    font-size:13px;
    font-weight:400;
    line-height:24px;
    color: #222;
    overflow-x: hidden !important;
}
/*
        Typography
*/
div, p, a, li, td { -webkit-text-size-adjust:none; }
html, html a {
    -webkit-font-smoothing: antialiased !important;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Raleway', sans-serif;
    margin:15px 0;
    line-height: normal !important;
}
h1 {
    font-size:45px;
    font-weight:800;
}
/* h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
    color: red;
} */
h2 {
    font-size:40px;
    font-weight:600;
}
h3 {
    font-size:26px;
    font-weight:400;
}
h4 {
    font-size:22px;
    font-weight:300;
}
h5 {
    font-size:18px;
    font-weight:300;
}
h6 {
    font-size:16px;
    font-weight:300;
}
p {
    font-family: 'Raleway', sans-serif;
    font-size:15px;
    font-weight:400;
}
p span, p strong {
    font-weight:800;
}
img {
    border:none;
    max-width:100%;
}
a {
    text-decoration: none;
    color:#333;
}
a:hover,a:focus,a:active {
	text-decoration: none;
	outline: none;
	color: #000;
}
.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}
/*header*/
.header {
    display: block;
    width: 100%;
    height: 105px;
    background: #fff;
    background: #0000003d;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.logo {
    display: inline-block;
    margin: 5px 0;
}
.logo img {
    height: 80px;
	margin-top: 10px;
}

/* Navigation */

/*menu-icon-wrapper*/
.menu-icon-wrapper,
.close-icon-wrapper {
    display: block;
    width: 70px;
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 2010;
    transition: all 500ms;
    cursor: pointer;
}
.menu-icon-wrapper {  
  right: 0;
}
.close-icon-wrapper {
  right: -120px;
}
.menu-icon-wrapperActive {
  right: -120px;
}
.close-icon-wrapperActive {
  right: 0;
}
.menuStripDiv {
  display: block;
  position: absolute;
  top: 22px;
  left: 26px;
}
.menuStripDiv > div {
  display: block;
  width: 100%;
  height: 2px;
  background: #359136;
  transition: all 400ms;
  margin-bottom: 5px;
  position: relative;
  opacity: 1;
}
.menuStripDiv > div.menuStrip1 {
  left: -14px;
  width: 44px;
}
.menuStripDiv > div.menuStrip2 {
  left: -7px;
  width: 37px;
}
.menuStripDiv > div.menuStrip3 {
  left: 0;
  width: 30px;
}
.menu-icon-wrapper:hover .menuStripDiv > div {
  background: #fff;
  width: 5px;
  opacity: 0.5;
  left: -25px;
}
.menu-icon-wrapper:before,
.close-icon-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
/*     transform: skew(40deg); */
    background: #fff;
    transition: all 300ms;
    box-shadow: -5px 5px 30px rgba(0,0,0,0.3);
}
.menu-icon-wrapper:hover:before,
.close-icon-wrapper:hover:before {
    /*background: #359136;*/
    background: #359136;
    width: 100%;
}
.menu-icon-wrapper span {
    display: block;
    position: absolute;
    bottom: 18px;
    left: 20px;
    color: #359136;
    letter-spacing: 5px;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms;
}
.menu-icon-wrapper:hover span {
  color: #fff;
  letter-spacing: 0;
  visibility: visible;
  opacity: 1;
  left: 12px;
}
.closeStripDiv {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto; 
}
.closeStripDiv > div {
  width: 100%;
  height: 2px;
  background: #359136;
  position: absolute;
  top: 26px;
  left: 5px;
  transition: all 600ms;
}
.closeStripDiv > div.closeStrip1 {
  transform: rotate(-45deg);
}
.closeStripDiv > div.closeStrip2 {
  transform: rotate(45deg);
}
.close-icon-wrapper:hover .closeStripDiv > div {
  background: #fff;
}
.close-icon-wrapper:hover .closeStripDiv > div.closeStrip1 {
  transform: rotate(45deg);
}
.close-icon-wrapper:hover .closeStripDiv > div.closeStrip2 {
  transform: rotate(-45deg);
}

/*navigationBox*/
.navigationBox {
    display: none;
    width: 250px;
    height: 100%;   
    position: fixed;
    top: 0;
/* 	left: 0; */
    right: 0;  
    /*transition: all 500ms cubic-bezier(0, 1.24, 0.57, 0.96);*/
    z-index: 2000;
}
.navigationBox:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.9;    
    z-index: -1;
}
/* .navigationBox:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1d8c40;
    opacity: 0.3;
    z-index: -1;
} */

.navigation {
    display: flex;
    align-items: center;
    text-align: left;
    height: 100%;
}
.navigation ul {
    width: 300px;
    height: auto;
    margin: 0 auto;
}
.navigation ul,.navigation ul li,.navigation ul li a {
    display: block;
}
.navigation ul li {
    margin: 3px 0;
    color: #fff;
    position: relative;
    transition: all 600ms;
    letter-spacing: 4px;
}
/* .navigation ul li a {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    padding: 15px;

    color: inherit;
    text-transform: uppercase;
    font-weight: normal;
    transition: all 300ms ease-in-out;
    position: relative;
    z-index: 1;
    letter-spacing: inherit;
} */
.navigation ul li a {
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    padding: 10px;
    /* text-indent: 20px; */
    color: inherit;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 300ms ease-in-out;
    position: relative;
    z-index: 1;
/*     letter-spacing: inherit; */
}
.navigation ul li a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -30px;
    right: 0;
    bottom: 0;    
    background: #359136;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}
.navigation ul li a:hover,.activeNav > a {
    color: #fff !important;
}
.navigation ul li a:hover:before,.activeNav > a:before {
    visibility: visible !important;
    opacity: 1 !important;
    left: 0 !important;
}
.navigation ul li a i {
    display: inline-block;
    width: 70px;
    text-align: center;
}
.navigation ul li:nth-of-type(1) {
  left: 20px;
}
.navigation ul li:nth-of-type(2) {
  left: 40px;
}
.navigation ul li:nth-of-type(3) {
  left: 60px;
}
.navigation ul li:nth-of-type(4) {
  left: 80px;
}
.navigation ul li:nth-of-type(5) {
  left: 100px;
}
.navigation ul li:nth-of-type(6) {
  left: 120px;
}
.navigation ul li:nth-of-type(7) {
  left: 140px;
}
.navigation ul li:nth-of-type(8) {
  left: 160px;
}
.navigation ul li:nth-of-type(9) {
  left: 180px;
}
.navigationBoxActive .navigation ul li {
  left: 0;
  letter-spacing: 0;
}


.cb-slideshow {
    overflow: hidden;
}
.cb-slideshow,
.cb-slideshow:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow:after {
    content: '';
    /*background: transparent url(assets/images/pattern.png) repeat top left;*/
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li div h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 56px;
    padding: 0;
    line-height: 200px;
    color: rgba(255,255,255, 1);
    text-shadow: 0 2px 24px rgba(0,0,0,0.5);
}
.cb-slideshow li:nth-child(1) span {
    background-image: url(assets/images/slider_1.jpg)
}
.cb-slideshow li:nth-child(2) span {
    background-image: url(assets/images/slider_2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(assets/images/slider_3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(assets/images/slider_1.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(assets/images/slider_2.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url(assets/images/slider_3.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -webkit-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }
    25% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -moz-transform: scale(1.05);
        -moz-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -moz-transform: scale(1.1);
    }
    25% {
        opacity: 0;
        -moz-transform: scale(1.1);
    }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% {
        opacity: 0;
        -o-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -o-transform: scale(1.05);
        -o-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -o-transform: scale(1.1);
    }
    25% {
        opacity: 0;
        -o-transform: scale(1.1);
    }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -ms-transform: scale(1.05);
        -ms-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -ms-transform: scale(1.1);
    }
    25% {
        opacity: 0;
        -ms-transform: scale(1.1);
    }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        transform: scale(1.05);
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        transform: scale(1.1);
    }
    25% {
        opacity: 0;
        transform: scale(1.1);
    }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% {
        opacity: 0;
        -webkit-transform: translateY(200px);
    }
    8% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
    19% { opacity: 0 }
    25% {
        opacity: 0;
        -webkit-transform: scale(10);
    }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% {
        opacity: 0;
        -moz-transform: translateY(200px);
    }
    8% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -moz-transform: scale(1);
    }
    19% { opacity: 0 }
    25% {
        opacity: 0;
        -moz-transform: scale(10);
    }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% {
        opacity: 0;
        -o-transform: translateY(200px);
    }
    8% {
        opacity: 1;
        -o-transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -o-transform: scale(1);
    }
    19% { opacity: 0 }
    25% {
        opacity: 0;
        -o-transform: scale(10);
    }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% {
        opacity: 0;
        -ms-transform: translateY(200px);
    }
    8% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -ms-transform: scale(1);
    }
    19% { opacity: 0 }
    25% {
        opacity: 0;
        -webkit-transform: scale(10);
    }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% {
        opacity: 0;
        transform: translateY(200px);
    }
    8% {
        opacity: 1;
        transform: translateY(0px);
    }
    17% {
        opacity: 1;
        transform: scale(1);
    }
    19% { opacity: 0 }
    25% {
        opacity: 0;
        transform: scale(10);
    }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
    opacity: 1;
}
@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 50px }
}





/*banner-slider*/
.banner-slider {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.navbg {
    display: block;
    width: 300px;
    height: 297px;
    position: absolute;
    top: 28%;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    background: url(assets/images/navbg.png) no-repeat center;
	background-size: cover;
}
.navlinks {
    display: block;
    position: relative;
    top: 46px;
}
.navlinks a {
    display: block;
    width: 140px;
    height: 75px;
    text-align: center;
    font-size: 20px;
}
.navlinks a i {
    display: block;
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.navlinks a span {
    display: block;
    clear: both;
    padding: 5px 0;
    color: #fff;
	font-size: 16px;
}
.nav-link1 {
    margin: 0 auto;
}
.nav-link2 {
    float: left;
    margin-left: 0;
}
.nav-link3 {
    float: left;
    margin-left: 15px;
}
.nav-link4 {
    clear: both;
    margin: 0 auto;
}
.navlinks a:hover i {
    color: #fff;
}
.navlinks a:hover span {
    color: #eee;
}



.banner-slider > div {
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
}
.slide1 {
    background: url(assets/images/slider1.jpg) no-repeat;
    background-size: cover;
}
.slide2 {
    background: url(assets/images/slider2.jpg) no-repeat;
    background-size: cover;
}
.slide3 {
    background: url(assets/images/slider3.jpg) no-repeat;
    background-size: cover;
}
.slide4 {
    background: url(assets/images/slider4.jpg) no-repeat;
    background-size: cover;
}


.wrapper {
    position: relative;
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
}
.heading {
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: solid 2px #eee;
}

/*section1*/
section {
    display: block;
    padding: 40px 0;
    width: 100%;
    height: auto;
/*     min-height: 400px; */
    clear: both;
}
.section1 {
   background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.6)), url(https://demosoftwares.biz/Mockup_Design/ARC_Ship/dynamic/wp-content/uploads/2024/04/backdrop_4.jpg) no-repeat fixed 100% 0!important;
    background-size: cover;
	overflow: hidden;
	padding: 100px 0;
}

.section2 {
    padding: 60px 0 !important;
    background: url(assets/images/section2.jpg) no-repeat fixed 100% 0;
    background-size: cover;
    color: #fff;
}
.section-heading {
    display: inline-block;
    padding: 10px 30px;
    position: relative;
    color: #fff;
    margin-bottom: 30px;
}

.bdt-prime-slider-content, .bdt-prime-slider-dragon .bdt-dotnav {
    z-index: 100;
}

/* .section-heading:before {
    content: "";
    width: 80%;
    height: 2px;
    background: rgba(255,255,255,0.2);
    z-index: 100;
    position: absolute;
    bottom: -10%;
    left: 0%;
    right: 0%;
    margin: 0 auto;
} */
.section-heading:after {
    content: "";
    width: 100%;
    height: 4px;
    background: rgba(255,255,255,0.8);
    z-index: 100;
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%;
    margin: 0 auto;
}

#tf-services i.fa {
    font-size: 40px;
    border: 4px solid #a89c3d;
    width: 100px;
    height: 100px;
    padding: 27px 25px;
    margin-bottom: 10px;
    border-radius: 50%;
    transition: all 0.5s;
}

#tf-services i.fa.fa-mobile{
    font-size: 50px;
    padding: 20px 25px;
}

#tf-services .service:hover>i.fa{
    background: #a89c3d;
    color: #ffffff;
}
#tf-services .service {
    display: block;
    padding: 25px 5px;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
#tf-services .service .btn {
    display: block;
    position: absolute;
    bottom: -50px;
    opacity: 0;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    left: 20%;
    right: 20%;
    margin: 0 auto;
}
#tf-services .service:hover .btn {
    bottom: -30px;
    opacity: 1;
}
#tf-services .service:hover {
    background: #fff;
    color: #1aa74a;
}

.whitecolor {
    color: #fff;
}

/*overviewSection*/
.overviewSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
    padding: 100px 0;
    box-shadow: 0 10px 100px rgba(0,0,0,0.2);
    border-bottom: solid 1px #ddd;
    z-index: 2;
}
.overviewSection:after {
    content: '';
    display: block;
    clear: both;
}
.overviewSection .col-md-4:first-child,
.overviewSection .col-md-4:last-child {
    margin-top: 215px;
}
.overviewFeatCol {
    display: block;
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.overviewSection .col-md-4:nth-of-type(2) .overviewFeatCol:last-child {
    margin-bottom: 0;
}
.overviewFeatCol .overviewFeatColContent {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 50% 0 0 0;
    text-align: center;
    background: -linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -ms-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    color: #fff;
}
.overviewFeatCol .overviewFeatColContent h3 {
    display: block;
    padding: 0 20px 10px 20px;
}
.overviewFeatCol .overviewFeatColImg {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}
.overviewFeatCol .overviewFeatColContent > a {
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #1d8c40;
    transition: all 400ms;
    font-size: 20px;
    margin-bottom: -50px;
    border-radius: 40px 40px 0 0;
}
.overviewFeatCol .overviewFeatColContent:hover > a {
    margin-bottom: 0;
    border-radius: 0;
}
.overviewFeatCol .overviewFeatColContent > a:hover {
    background: #19a649;
    color: #fff;
}
/*allProductSection*/
.allProductSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: url('assets/images/slider_1.jpg') no-repeat fixed 100% 0;
    background-size: cover;
    position: relative;
    overflow: hidden;
	color: #fff;
}
.allProductSection:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.7;
}
}
.allProductSection .item {
    display: block;
    position: relative;
    margin: 0;
}
/*productsBlock*/
.productsBlock {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    border: solid 1px #1d8c40;
    text-align: center;
    overflow: hidden;
    transition: all 500ms;
    transform: scale(0.7);
    opacity: 0.5;
}
.productsBlock:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.productsBlock > .productsBlockImg {
    display: block;
    width: calc(100% - 8px);
    float: left;
    margin: 4px;
    height: 300px;
    background-size: cover !important;
}
.productsBlock > h3 {
    display: block;
    height: 50px;
    padding: 15px;
    font-size: 20px;
    clear: both;
    overflow: hidden;
    font-family: 'Raleway', sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.productsBlock > ul,
.productsBlock .productsBlockDesc > ul {
    /*display: inline-block;*/
    margin: 0 0 15px 0;
    padding: 0;
}
.productsBlock > ul,
.productsBlock .productsBlockDesc > ul {
    display: none !important;
}
.productsBlock > ul > li,
.productsBlock .productsBlockDesc > ul > li {
    display: inline-block;
    list-style-type: none;
    color: #1d8c40;
    font-size: 22px;
}
.productsBlock > ul > li > a,
.productsBlock .productsBlockDesc > ul > li > a {
    display: inline-block;
    color: inherit;
    margin: 0 10px;
}
/*productsBlockDesc*/
.productsBlock .productsBlockDesc {
    display: block;
    position: absolute;
    transition: all 500ms;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(255,255,255,0.9);
    padding: 30px;
    visibility: hidden;
    opacity: 0;
}
.productsBlock .productsBlockDesc a.btn {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
}
.allProductSection .owl-item.active .productsBlock:hover .productsBlockDesc {
    visibility: visible;
    opacity: 1;
}
.allProductSection .owl-carousel .owl-wrapper-outer {
    overflow: visible;
}
.allProductSection .owl-item.active .productsBlock {
    transform: scale(1);
    opacity: 1;
}
.allProductSection .owl-item.active .productsBlock:before {
    display: none;
}
.allProductSection .owl-theme .owl-controls {
    margin-top: 30px;
    clear: both;
    width: 100%;
    float: left;
}
.allProductSection .owl-theme .owl-controls .owl-page span {
    background: #1d8c40;
}
.allProductSection .owl-theme .owl-controls .owl-buttons div {
    padding: 0;
    font-size: 40px;
    border-radius: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #1d8c40;
    color: #fff;
    opacity: 1;
    position: absolute;
    bottom: 250px;
}
.allProductSection .owl-theme .owl-controls .owl-buttons div:hover {
    background: #19a649;
    color: #fff;
}
.allProductSection .owl-theme .owl-buttons {
    display: block;
}
.allProductSection .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -35vw;
}
.allProductSection .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -35vw;
}
/*instagramFeedSection*/
.instagramFeedSection {
    display: block;
    clear: both;
    padding: 50px 4px;
    height: auto;
    overflow: hidden;
    border-top: solid 1px #ddd;
/* 	background: #1f1f1f; */
	background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.9)), url(https://demosoftwares.biz/Mockup_Design/ARC_Ship/dynamic/wp-content/uploads/2024/04/backdrop_3.jpg) fixed center center;
    color: #fff;
}
.instagramFeedSection .row {
    margin-left: -2px;
    margin-right: -2px;
}
.instagramRow {
    position: relative;
}


.instagramRow:hover .instagramLogo,
.instagramRow:hover:before {
    transform: scale(0);
}
.instagramFeedSection .row > .col-md-4,
.instagramFeedSection .row > .col-md-3 {
    padding-left: 2px;
    padding-right: 2px;
}
.instagramFeedSection .instagramBlock {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 4px;
    padding-bottom: 100%;
    height: 0px;
	background: #000;
    opacity: 0.8;
}
.instagramFeedSection .instagramBlock > div {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover !important;
}
.instagramFeedSection .instagramBlock:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #1d8c40;
    opacity: 0;
    transition: all 400ms;
}
.instagramFeedSection .instagramBlock span {
    display: block;
    text-align: center;
    padding: 48% 0 0 0;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    font-size: 40px;
    transition: all 400ms;
    transform: scale(1.5);
    opacity: 0;
}
.instagramFeedSection .instagramBlock:hover:before {
    opacity: 0.8;
}
.instagramFeedSection .instagramBlock:hover span {
    transform: scale(1);
    opacity: 1;
}
/*social-media-links*/
.social-media-linksScrolled {
    display: block;
    position: fixed;
    bottom: 40%;
    right: 0;
    z-index: 50;
    transition: all 500ms;
}
.social-media-linksScrolled ul {
    margin: 0;
    padding: 0;
}
.social-media-linksScrolled ul li {
    display: block;
    clear: both;
}
.social-media-linksScrolled ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 0 rgba(0,0,0,0.15);
    text-shadow: none;
    font-size: 18px;
}
.social-media-linksScrolled ul li a span {
    display: none;
}
.social-media-linksScrolled ul li a i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    color: inherit;
    font-size: inherit;
    transition: all 500ms;
    position: relative;
    right: 10px;
}
.social-media-linksScrolled ul li a i.fa-facebook {
/*     background: #3a589e; */
    transition: all 300ms;
}
.social-media-linksScrolled ul li a i.fa-twitter  {
/*     background: #3b98d3; */
    transition: all 500ms;
}
.social-media-linksScrolled ul li a i.fa-linkedin {
/*     background: #0b75b3; */
    transition: all 700ms;
}
.social-media-linksScrolled ul li a i.fa-google-plus {
/*     background: #e1493b; */
    transition: all 900ms;
}
.social-media-linksScrolled ul li a i.fa-pinterest {
/*     background: #bf2025; */
    transition: all 1100ms;
}
.social-media-linksScrolled ul li a i.fa-whatsapp {
/*     background: #4ac659; */
}
.social-media-linksScrolled ul li a i {
    right: 0;
}
.social-media-linksScrolled ul li a:hover i {
    background: #fff;
    color: #1d8c40;
    box-shadow: -10px 0 30px rgba(0,0,0,0.25);
}

@media (max-width: 500px) {
	.social-media-linksScrolled ul li a i.fa-linkedin {
    background: #0b75b3;    
}
	.social-media-linksScrolled ul li a i.fa-whatsapp {
    background: #4ac659;
}
	.social-media-linksScrolled ul li a:hover i {
    background: #fff;
    color: #1d8c40;
    box-shadow: -10px 0 30px rgba(0,0,0,0.25);
}
}

/*mapSection*/
.mapSection {
    display: flex;
    align-items: center;
    clear: both;
    vertical-align: middle;
    width: 100%;
    min-height: 100%;
    height: auto;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    /*background: #ec3f26;*/
    /*background: #2e7f7f;*/
    background: url(assets/images/mapSection.jpg) no-repeat fixed 100% 0;
    background-size: cover;
  }
  
  .mapSection:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
    box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.7);
  }

@media (max-width: 600px) {
	.mapSection {
		min-height: auto;
		padding: 30px 0 100px 0;
	}
}
  
  .mapSection .heading-center {
    color: #fff;
    position: relative;
  }
  
  .mapContainer {
    position: relative;
  }
  
  .mapmarkers,
  .mapmarkersProjects {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    background: #ffbb38;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.9);
    border-radius: 100%;
    /*transition: all 300ms;*/
    z-index: 2;
    cursor: pointer;
  }
  
  .mapmarkers:before,
  .mapmarkersProjects:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: solid 2px #fff;
    opacity: 0.5;
    border-radius: 100%;
    transform: scale(1.5);
    animation: downarrowBubbles 1.2s ease-in-out infinite;
    -webkit-animation: downarrowBubbles 1.2s ease-in-out infinite;
    -moz-animation: downarrowBubbles 1.2s ease-in-out infinite;
    -o-animation: downarrowBubbles 1.2s ease-in-out infinite;
    -ms-animation: downarrowBubbles 1.2s ease-in-out infinite;
  }
  
  .mapmarkersProjects {
    display: none;
    background: #2e7f7f !important;
  }
  
  .mapmarkers:hover,
  .mapmarkersProjects:hover {
    box-shadow: 0 0 60px rgba(255, 255, 255, 0.4);
  }
  
  .uaeMarker {
    top: 55%;
    left: 60.8%;
	background: #1a7e3a;
	z-index:10;
  }
  
  .abudhabi {
    top: 54%;
    left: 61.8%;
  }
  
  .oman {
    top: 57%;
    left: 61.8%;
  }
  
  .qatarMarker {
    top: 48%;
    left: 60.2%;
  }
  
  .ausMarker {
    top: 83%;
    left: 88%;
  }
  
  .usaCranbury {
    top: 40%;
    left: 25.5%;
  }
  
  .usaPittsburg {
    top: 38%;
    left: 24%;
  }
  
  .ukMarker {
    top: 30%;
    left: 46%;
  }
  
  .pakistanLocation {
    top: 45.5%;
    left: 66%;
  }
  
  .indianLocation {
    top: 55.5%;
    left: 67%;
  }

  .karnataka {
    top: 58.8%;
    left: 67.12%;
  }
  
  .kerala {
    top: 60.8%;
    left: 67.12%;
  }

  .srilanka {
    top: 62.8%;
    left: 68.9%;
}
    
  .andaman {
    top: 61.5%;
    left: 70.7%;
  }
  
  .canadaLocation {
    top: 30%;
    left: 26%;
  }
  
  .nimibiaLocation {
    top: 75%;
    left: 51%;
  }
  
  .safricaLocation {
    top: 83%;
    left: 53%;
  }
  
  .ksaLocation {
    top: 50%;
    left: 58%;
  }

.hongkong {
    top: 64.8%;
    left: 74.9%;
  }

.thailand {
    top: 58.8%;
    left: 73.9%;
  }

.malaysia {
    top: 62.9%;
    left: 73.9%;
  }
  
  .object-info {
    position: absolute;
    display: none;
    z-index: 1;
    left: 50%;
    bottom: 35px;
    width: 15.4em;
    margin-left: -6.2em;
    padding: 0 1.1em 1em;
    border: 0;
    background-color: rgba(255, 255, 255, 0.95);
    color: #000;
    text-align: center;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.3);
  }
  
  .object-info h3 {
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 18px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    padding-bottom: 5px;
    margin-bottom: 5px;
/*     text-transform: uppercase; */
  }
  
  .object-info p {
    font-size: 12px;
    margin: 0 0 5px 0;
    line-height: normal;
  }
  
  .object-info:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-top: 14px solid rgba(255, 255, 255, 0.95);
    /*border-top: 14px solid rgba(255,255,255,0.8);*/
  }
  
  .mapmarkers:hover .object-info,
  .mapmarkersProjects:hover .object-info {
    display: block;
  }
  
  .mapmarkers:hover,
  .mapmarkersProjects:hover {
    z-index: 10;
  }
  
  /*mapmarkersProjects*/
  
  
  .mapContainer img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  
  .mapLegends {
    display: inline-block;
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: 10;
  }
  
  .mapLegends>div {
    display: inline-block;
    float: left;
    clear: both;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    /*background: #222;*/
    color: #fff;
    border-radius: 30px;
    margin: 0 0 4px 0;
    cursor: pointer;
    transition: all 300ms;
  }
  
  .legendOffices {
    background: #1a7e3a;
  }
  
  .legendProjects {
    background: #2e7f7f;
  }
  
  .mapLegends>div:hover {
    background: #fff;
    color: #222;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }
  
  @-keyframes downarrowBubbles {
    0% {
      transform: scale(1);
    }
  
    75% {
      transform: scale(1.6);
    }
  
    100% {
      opacity: 0;
      transform: scale(1.6);
    }
  }
  
  @-webkit-keyframes downarrowBubbles {
    0% {
      transform: scale(1);
    }
  
    75% {
      transform: scale(1.6);
    }
  
    100% {
      opacity: 0;
      transform: scale(1.6);
    }
  }
  
  @-o-keyframes downarrowBubbles {
    0% {
      transform: scale(1);
    }
  
    75% {
      transform: scale(1.6);
    }
  
    100% {
      opacity: 0;
      transform: scale(1.6);
    }
  }
  
  @-moz-keyframes downarrowBubbles {
    0% {
      transform: scale(1);
    }
  
    75% {
      transform: scale(1.6);
    }
  
    100% {
      opacity: 0;
      transform: scale(1.6);
    }
  }
  
  @-ms-keyframes downarrowBubbles {
    0% {
      transform: scale(1);
    }
  
    75% {
      transform: scale(1.6);
    }
  
    100% {
      opacity: 0;
      transform: scale(1.6);
    }
  }
  
  @media (max-width: 1366px) {
    .mapContainer {
      width: 90%;
      margin: 0 auto;
    }
  }

/*footerSection*/
.footerSection {
/*     display: none; */
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    padding: 70px 0;
/*     background: #070707; */
	background: linear-gradient(rgba(2, 2, 2, 0.8), rgba(0, 0, 0, 0.9)), url(https://demosoftwares.biz/Mockup_Design/ARC_Ship/dynamic/wp-content/uploads/2024/04/backdrop_2.jpg) fixed center center;
    color: #fff;
}
.logofooter {
    display: block;
    text-align: center;
    margin-bottom: 50px;
}
.footerMenu {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
.footerMenu ul {
    margin: 0;
    padding: 0;
}
.footerMenu ul li {
    display: inline-block;
    margin: 0 0;
    list-style-type: none;
}
.footerMenu ul li a {
    display: inline-block;
    font-size: 16px;
    color: inherit;
}
.footerMenu ul li a:hover {
    color: #ccc;
}
.footerMenu ul li a:after {
    content: '|';
    display: inline-block;
    margin: 0 15px;
    color: #19a649;
}
.footerMenu ul li:last-child a:after {
    display: none;
}

.footerMenu span {
	color: #19a649;
}

/*copyright*/
.copyright {
    display: block;
    padding: 30px 0 15px 0;
    border-top: solid 1px rgba(255,255,255,0.2);
}
/*footerSocial*/
.footerSocial {
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
}
.footerSocial ul {
    display: block;
    margin: 0;
    padding: 0 0 0 0;
}
.footerSocial ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 3px;
}
.footerSocial ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #19a649;
    border-radius: 50%;
    transition: all 400ms;
}
.footerSocial ul li a:hover {
    background: #fff;
    color: #1d8c40;
    border-color: transparent;
}

/*misc*/
.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.heading-center h2 {
    margin-bottom: 0;
}
.heading,
.heading2 {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}
.heading small,
.heading2 small {
    font-size: 18px;
    color: #1d8c40;
}
.heading small a,
.heading2 small a {
    color: inherit;
}
.heading:after,
.heading-center:after,
.heading2:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #19a649;
    position: absolute;
}
.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
    bottom: 0;
}
.heading2:after {
    left: -120px;
    top: 10px;
}
.heading:after {
    bottom: 0;
    left: 0;
}
.heading small {
    display: block;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 10px;
    padding-bottom: 15px;
    font-weight: 300;
}
.heading span,
.heading-center span,
.heading2 span {
    color: #1d8c40;
}
.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}
.btn-transparent:hover,.btn-transparent:focus,.btn-transparent:active,
.btn-default:hover,.btn-default:focus,.btn-default:active {
    background: #19a649 !important;
    border-color: transparent !important;
    color: #fff;
}
.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}
.btn:hover,
.btn:focus,
.btn:active {
    box-shadow: 0 6px 50px rgba(0,0,0,0.2);
}
.btn-primary {
    background: #1d8c40!important;
    color: #fff;
    border: none;
    border-color: transparent;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active {
    background: #19a649 !important;
    color: #fff;
}
.btn-rounded {
    border-radius: 50px !important;
}
.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}
.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}
.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}
.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}
.space15 {
    display: block;
    padding: 15px;
    clear: both;
}
.centertext,.center {
    text-align: center;
}
.white {
    color: white;
}
.container {
    position: relative;
    z-index: 10;
}


/**********scrollUp**********/
.scrollup {
    width:40px;
    height:40px;
    line-height: 36px;
    text-align: center;
    opacity:0.9;
    position:fixed;
    bottom:0;
    right:0;
    color: #fff;
    font-size: 26px;
    display:none;
    background: #1d8c40;
    z-index: 200;
}
.scrollup:hover {
    background: #19a649;
    opacity:1;
    color: #fff;
}


.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}
.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}
.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}
.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}
.space15 {
    display: block;
    padding: 15px;
    clear: both;
}
.centertext,.center {
    text-align: center;
}
.white {
    color: white;
}

/*btn-styles*/
.white-btn-border {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.white-btn-border:hover {
    background: #fff;
    color: #333;
}
.black-btn-border {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    border: solid 2px #999;
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.black-btn-border:hover {
    background: #fff;
    color: #333;
    border-color: #999;
}

.btn-style1 {
    display: inline-block;
    padding: 6px 15px;
    border: solid 2px rgba(255,150,0,0.3);
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.btn-color1 {
    background: #fff;
}
.btn-color1:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: red;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transform:scale(0);
    -o-transform:scale(0);
    -moz-transform:scale(0);
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
    opacity: 0;
}
.btn-color1:hover:before {
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
}
.btn-color1:hover {
    color: #fff;
    border: solid 2px rgba(255,150,0,0);
}
.btn-color1:hover i {
    color: #fff;
}
.btn-color1 span {
    position: relative;
    z-index: 10;
}

.large-header-custom {
	position: absolute;
	left: 0;
    top: 0;
}

/* whtsappbtn */
.whtsappbtnFixed {
	display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 24px;
    right: 45px;
    z-index: 100;
    color: #fff;
    font-size: 30px;
    background: #4ac659;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.whtsappbtnFixed:hover {
	background: #fff;
	box-shadow: 0 10px 50px rgba(0,0,0,0.3);
}
/* 
.large-header-custom {
	display: none;
} */


/*scrollDownBtn*/

.scrollDownBtn {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  color: #fff;

}
.scrollDownBtn a {
  display: block;
  width: inherit;
  height: inherit;
  line-height: inherit;
  color: inherit;
  font-size: 26px;
  transition: all 400ms;
  position: relative;
  z-index: 2;
  text-align: center;
}
.scrollDownBtn a i.fa {
  animation: scrollIconAnimate 1.5s ease-in-out infinite;
  position: relative;
}
.scrollDownBtn a:hover {
  opacity: 0.8;
}

@keyframes scrollIconAnimate {
    0% {
        bottom: 0;
    }
    50% {
        bottom: 10px;
    }
    100% {
        bottom: 0;
    }
  }
@-webkit-keyframes scrollIconAnimate {
  0% {
      bottom: 0;
  }
  50% {
      bottom: 10px;
  }
  100% {
      bottom: 0;
  }
}
@-moz-keyframes scrollIconAnimate {
  0% {
      bottom: 0;
  }
  50% {
      bottom: 10px;
  }
  100% {
      bottom: 0;
  }
}
@-o-keyframes scrollIconAnimate {
  0% {
      bottom: 0;
  }
  50% {
      bottom: 10px;
  }
  100% {
      bottom: 0;
  }
}
@-ms-keyframes scrollIconAnimate {
  0% {
      bottom: 0;
  }
  50% {
      bottom: 10px;
  }
  100% {
      bottom: 0;
  }
}

.elementor-image-gallery figcaption {
	display: none!important;
}

.elementor-image-gallery .gallery-item img.attachment-full.size-full{
	height: 350px;
	object-fit: cover;
	width: 100%;
	border: 5px solid #fff;
}

.client-img-box .elementor-image-gallery .gallery-item img.attachment-full.size-full {	
    object-fit: scale-down;    
    width: 100%;
    height: 150px;
    border: none;
    padding: 25px;
    background: #fff;
}


.client-img-box .elementor-image-gallery .gallery-item img.attachment-full.size-full {
	opacity: 1;
}

.client-img-box .elementor-image-gallery .gallery-item img.attachment-full.size-full:hover {
	opacity: 0.9;
}

.elementor-image-gallery .gallery-item img.attachment-full.size-full {
	opacity: 0.7;
}
.elementor-image-gallery .gallery-item img.attachment-full.size-full:hover {
	opacity: 1;
}


/*mediaqueries*/


@media (max-width: 991px) {
    


}



@media (max-width: 767px) {
	.large-header-custom {
		display: none;
	}
	
	 .mapmarkers,
  .mapmarkersProjects {   
    width: 5px;
    height: 5px;    
  }
}



@media (max-width: 640px) {
    
}


	
	.services-sec{
		font-size: 18px!important;
	}

	.elementor-widget-testimonial-carousel .swiper-slide {
    padding: 0!important;
}

/* Fix Slider Issues */

.inner-carousel .elementor-main-swiper {
    width: 100% !important;
}

.inner-carousel .swiper-wrapper {
    align-items: flex-start;
}

/* Left and Right Button */
.inner-carousel .elementor-swiper-button {
    width: 2em;
    height: 2em;
    transform: translateX(var(--distance)) translateY(-1em);
}

.inner-carousel .elementor-swiper-button.elementor-swiper-button-next {
    transform: translateX(var(--distance)) translateY(-1em);
}

.inner-carousel .elementor-swiper-button i {
    width: 100%;
    height: 0.1em;
    background: currentColor;
    position: relative;
    opacity: 0.7;
    transform: translateY(0.97em) scale(calc(1 / var(--padding)));
    transition: opacity 0.2s ease-in-out;
}

.inner-carousel .elementor-swiper-button:hover i {
    opacity: 1;
}

.inner-carousel .elementor-swiper-button i:before,
.inner-carousel .elementor-swiper-button i:after {
    content: "";
    position: absolute;
    width: 50%;
    transform: rotate(45deg) translateX(-0.04em);
    transform-origin: left center;
    height: 0.1em;
    background: currentColor;
}

.inner-carousel .elementor-swiper-button i:after {
    transform: rotate(-45deg) translateX(-0.04em);
}

.inner-carousel .elementor-swiper-button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--background);
    height: 100%;
    width: 100%;
    border-radius: 100%;
    opacity: 0.3;
    transition: opacity 0.2s ease-in-out;
}

.inner-carousel .elementor-swiper-button:hover:before {
    opacity: 0.8;
}

/* Tablet Device */
@media (max-width: 1024px) {
    .inner-carousel {
        --distance: 1em;
        --background: #fff;
        --padding: 2;
        --size: 25px;
    }

    .inner-carousel .elementor-swiper-button {
        font-size: var(--size) !important;
    }
}

/* Mobile Device */
@media (max-width: 767px) {
    .inner-carousel {
        --distance: 1em;
        --background: #fff;
        --padding: 2;
        --size: 20px;
    }
}


/* .testimonials-section {
	background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)), url(https://demosoftwares.biz/Mockup_Design/ARC_Ship/dynamic/wp-content/uploads/2024/04/backdrop_2.jpg) fixed center center!important;
}
 */
iframe{
        width: 100%;
        height: 100vh;
        border: none;
    }

/* CONTACT US */
.enquiry-form {
  position: relative;
}
.enquiry-form label {
  display: block;
  color: #fff;
}
.enq-formgroup {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.enq-formgroup i{
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;    
  color: #19a649;   
  border-radius: 0 20px 20px 0;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.enq-formgroup svg {
    display: block;
    width: 40px;
    height: 18px;    
    border-radius: 0 20px 20px 0;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
	fill: #19a649;
}
.enquiry-form input {
  display: block;
  width: 100%;
  text-indent: 45px;
  height: 40px;
  border: solid 1px #ddd;
  font-family: sans-serif;
  background: transparent;
}
.enquiry-form textarea {
  display: block;
  width: 100%;
  text-indent: 45px;
  height: auto;
  padding: 5px 0;
  border: solid 1px #ddd;
  font-family: sans-serif;
  background: transparent;
}
.addresssection {
  display: block;
}
.contactUsAddress p {
  font-size: 16px;
  margin:0px;
}
.custom-contact p em {
  padding: 20px;
  background: #216DC4;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  color: #fff;
  float: left;
  margin-right: 10px;
  font-size: 22px;
  line-height: 10px;
  text-align: center;
}
.enquiry-form .btn-primary {
  background: #19a649 !important;
  color: #fff;
  border-color: transparent;
}

.svg-img-f {
	fill: white;
    width: 20px;
    margin-right: 2px;
}

/* .services-box {
	background: rgb(255 255 255 / 20%);
    backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
} */

/* .services-box h2 {
	background: #000;    
    width: 90%;
    margin: -50px auto 0 auto;
    padding: 20px 10px;
	font-size: 20px!important;
} */

/* .elementor-1294 .elementor-element.elementor-element-2ea8ea4 .gallery-item:nth-last-child(2) {
    padding: 0;
} */

@media (min-width: 768px) {
.elementor-1294 .elementor-element.elementor-element-2ea8ea4 .gallery-item:nth-last-child(1) {
    max-width: 66.66% !important;
}
.bdt-prime-slider-dragon .bdt-prime-slider-content {
      margin-top:250px;
  }
	.large-header-custom {   
    height: 75vh !important;
}
} 

.career-form .enquiry-form input{
	color: #fff;
	font-weight: normal;
}

.elementskit-single-testimonial-slider {
	height: 400px;
}

	.elementskit-section-title-wraper p {
    text-align: justify;
}

.elementor-slideshow__title {
    display: none;
}

@media (min-width: 600px) {
	.elementskit-section-title-wraper p {
    text-align: justify;
}
	.bdt-position-relative:before {
    position: absolute;
    content: "";
    width:400px;
    height:100%;    
    z-index: 2;    
/*     background: rgba(255, 255, 255, 0.17);     */
/*     box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
/*     backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px); */
/*     clip-path: polygon(0 0, 0 100%, 0 100%, 40% 100%, 23% 50%, 40% 0); */
	 background-image: url("https://demosoftwares.biz/Mockup_Design/ARC_Ship/dynamic/wp-content/uploads/2024/04/blur_black.png");
	background-repeat: no-repeat;
		background-size: contain;
		filter: blur(2px);
    opacity: 0.6;

}
	.bdt-prime-slider-dragon .bdt-dotnav{
    right: 0;
    left: 80px;
}
	.bdt-prime-slider-dragon .bdt-dotnav li:before {
    left: 25px;
}
	.bdt-prime-slider-dragon .bdt-dotnav {
    z-index: 2;		
		width: 100px;
}
	.bdt-prime-slider-content {
    z-index: 3;	
}
}

.elementskit-border-divider {
    background: linear-gradient(90deg, #1d8c40 0%, #1d8c40 100%) !important;
}
.elementskit-border-divider:before {
    background-color: #1d8c40 ! Important;
    color: #1d8c40 ! Important;
}

.grecaptcha-badge {
    visibility: hidden;
}

.blog-section {
            padding: 30px 0;
            background-color: #f8f9fa;
        }
        .blog-row {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -10px; /* Adjusted for smaller column space */
        }
        .col-md-4, .col-sm-6, .col-xs-12 {
            display: flex;
            align-items: stretch;
            padding: 0 10px; /* Adjusted for smaller column space */
        }
        .blog-post {
            width: 100%; /* Ensure full width in flexbox container */
            margin-bottom: 30px;
            background-color: #fff;
            border: 1px solid #e0e0e0;
            border-radius: 5px;
            overflow: hidden;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s, box-shadow 0.3s;
            display: flex;
            flex-direction: column;
        }
        .blog-post:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }
        .blog-post img {
            width: 100%;
            height: 200px;
			object-fit: cover;
        }
        .blog-post-content {
            padding: 20px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .blog-post-title {
            font-size: 24px;
            margin-top: 0;
            font-weight: 700;
            color: #333;
        }
        .blog-post-description {
            color: #777;
            margin: 10px 0 20px;
        }
        .blog-post-btn-container {
            display: flex;
            justify-content: center; /* Centering the button */
        }
        .blog-post-btn {
            padding: 10px 20px;
            background-color: #000;
            color: #fff;
            border-radius: 5px;
            text-transform: uppercase;
            text-decoration: none;
            transition: background-color 0.3s;
        }
        .blog-post-btn:hover {
            background-color: #19a649;
			color: #fff;
        }
        @media (max-width: 767px) {
            .blog-post {
                margin-bottom: 15px; /* Bottom margin for mobile */
            }
        }

/* single blog page */

/* inner page */

/*innerBannerSection*/
.innerBannerSection {
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    background: #999;
	margin-bottom: 50px;
}
.innerBannerSection:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
}
.innerBannerSection img {
    width: 100%;
    height: auto;
}
.innerBannerSection .innerBannerSectionHead {
    display: block;
    position: absolute;
    left: 0;
    text-align: center;
    right: 0;
    bottom: 0;
    padding: 200px 0 0 0;
    /*background: -linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -ms-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));*/
    z-index: 2;
    color: #fff;
    width: 100%;
    height: auto;
}
.innerBannerSection .innerBannerSectionHead h2 {
    text-transform: uppercase;
    letter-spacing: 3px;
	font-family: var(--title-font);
    font-weight: 700;
    font-size: 40px;
    padding-bottom: 50px;
}

.elementor-counter-number:after {
    display: none;
}