/**
Theme Name: Tradsail
Author: Johnnybits Technology
Author URI: https://johnnybits.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tradsail
Template: astra
*/

.ast-button-wrap .menu-toggle.main-header-menu-toggle {
  padding: 0 !important;
}

/*.ast-single-entry-banner h1,*/
#page-title h1{
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
    width: 100%;
    text-align: center;
    background-color: transparent;
    background: url(./img/inner-header-bgbanner.jpg) no-repeat;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-size: cover;
    background-position: top center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    height: 100%;
}

ul,ol{
    margin:0;
    padding:0;
    list-style-position: inside;
}

/*side full page slider navigation css start*/
.pagination {
    list-style:none;
    margin:0px;
    padding:0px;
    position: fixed;
    left: -7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.4em;
    z-index: 9;
    display: block;
    margin-bottom: 0px;
}
.pagination a {
    display: block;
    height: 10px;
    margin: 3px 0px;
    position: relative;
    padding: 0px;
    width: 15px;
}
.pagination a::after {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #000;
    width: 15px;
    height: 10px;
    display: block;
    border: 0px none;
    border-radius: 0;
    content: '';
    position: absolute;
    margin: 0px;
    top: 0;
    right: inherit;
    left: 0;
    bottom: 0;
    opacity: 0.5;
}
.pagination a.active::after,.pagination a:hover::after {
    /*box-shadow: inset 0 0 0 5px;
    */
    width: 50px;
    height: 10px;
    margin: 0px 0 0 -24px;
    border-radius: 0px;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
    background: var(--ast-global-color-0);
    opacity: 1;
}
.pagination a .hover-text {
    position: absolute;
    right: 15px;
    top: 7px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    padding-right: 15px;
    display: none;
}
.pagination a:hover .hover-text {
    opacity: 1;
}
/*side full page slider navigation css end*/
/*first loader highlight screen css start*/
#pageloader {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 1);
}
.full-page-highlight-screen {
    height: 100%;
    width: 100%;
    position: relative;
}
.loader-center-text {
    background-image: url("../images/loader-bg-img.png");
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-size: 100% auto;
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
}
.sea-char {
    background-color: rgba(0, 57, 122, 0.97);
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
}
.seastarr-char {
    color: white;
    font-size: 300px;
    line-height: 55px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    background-color: transparent;
    background: url(../images/loader-bg-img.png) no-repeat;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-size: 100% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Work Sans', sans-serif;
    padding: 0px 0px 100px;
}
.typed-cursor {
    display: none;
}
.type-wrap {
    position: absolute;
    bottom: 340px;
    left: 0;
    right: 0;
    z-index: 2;
    visibility: visible !important;
    text-align: center;
    width: 100%;
    display: table;
}
.type-wrap span {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #fff;
    line-height: 1.3;
}
.typevisible {
    visibility: hidden;
}
/*first loader highlight screen css end*/
/*inner page loader css start*/
#preloader {
    top:0;
    position:fixed;
    width:100%;
    height:100%;
    z-index:9999;
    background:rgba(255,255,255,1);
}
.ploader {
    width:100%;
    text-align:center;
    top:50%;
    position:absolute;
    transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
.ploader span {
    position: absolute;
    display: block;
    height: 100%;
    left: 0px;
    right: 0px;
    bottom: 0%;
    background-color: #FFFFFF;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-animation: logo 2s infinite;
    animation: logo 2s infinite;
}
@-webkit-keyframes logo {
    0% {
        bottom: 0%;
    }
    20% {
        bottom: 25%;
    }
    60% {
        bottom: 50%;
    }
    100% {
        bottom: 100%;
    }
}
@keyframes logo {
    0% {
        bottom: 0%;
    }
    20% {
        bottom: 25%;
    }
    60% {
        bottom: 50%;
    }
    100% {
        bottom: 100%;
    }
}
/*inner page loader css end*/