body {
    font-family: 'Poppins', sans-serif;
}
.header {
    position: fixed;
    top: 0px;
    z-index: 1;
    left: 0px;
    width: 100%;
}
.header .navbar-light .navbar-nav .nav-link {
    color: #1d2755;
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
}
.header .n-btn {
    background: #1d2755;
    color: #fff !important;
    border-radius: 2px;
    margin-left: 5px;
}
.menu-toggle {
    font-size: 21px !important;
    padding: 3px;
    margin-left: 15px;
}
.header .navbar {
    padding: 16px 50px;
}
.header-fix {
    height: 85px;
}
.page-header {
    padding: 130px 0px;
    text-align: center;
    color: #fff;
    background: url(../images/shipworks/page-header-bg.png) center;
    background-size: cover;
}
.header {
    position: fixed;
    top: 0px;
    z-index: 999;
    left: 0px;
    width: 100%;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2784313725490196);
}
.page-header p {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
}
footer {
    padding: 20px 20px;
    background: #1d2755;
    color: #fff;
}
.footer-row {
    text-align: center;
}
footer li {
    display: inline;
}
footer li a {
    color: #fff;
}
.social-media-footer {
    float: right;
    margin: 0;
    padding: 0;
}
.copy-right {
    float: left;
    font-size: 14px;
    line-height: 28px;
}
.center-ul-footer {
    display: inline-block;
    margin: 0 auto;
    padding: 0px;
}
.center-ul-footer li:nth-child(2):after {
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 60%;
    margin: 0 15px;
    content: '';
    display: inline-block;
}
.center-ul-footer li:nth-child(2):before {
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 60%;
    margin: 0 15px;
    content: '';
    display: inline-block;
}
.center-ul-footer li {
    font-size: 14px;
}
.center-ul-footer li a:hover {
    color: #fff;
    opacity: 0.8;
    transition: all .20s ease-out;
    text-decoration: none;
}
.social-media-footer li {
    margin: 0 10px;
}
.social-media-footer a:hover {
    transform: scale(0.1);
    transition: .20s ease-out;
    text-decoration: none;
    color: #fff;
}
.social-media-footer a i {
    transition: 0.5s;
}
.social-media-footer a:hover>i {
    transform: scale(1.3);
    transition: 0.5s;
}
.menu-toggle span {
    display: none;
}   
a:hover{
    text-decoration: none;
} 
.contact-section {
    padding: 70px 0;
    background: #1d2755;
    color: #fff;
}
.contact-section .container-fluid {
    max-width: 1500px;
    margin: 0 auto;
}
.info-wrapper {
    text-align: center;
}
.info-wrapper img {
    max-width: 100%;
}
.top-contact-dt {
    margin-bottom: 40px;
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
}
span.phone {
    font-size: 16px;
    margin-right: 20px;
    padding-left: 32px;
    background: url(../images/shipworks/phone-icon.png) no-repeat;
    background-position: left center;
}
span.email {
    font-size: 16px;
    margin-right: 20px;
    padding-left: 32px;
    background: url(../images/shipworks/email-icon.png) no-repeat;
    background-position: left center;
}
.form-input-wrapper {
    width: calc(50% - 10px);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.form-input-wrapper input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    color: grey;
    font-weight: 500;
    font-size: 13px;
    border: none;
    text-transform: uppercase;
    border-radius: 2px;
}
.text-area-w textarea {
    width: calc(100% - 10px);
    border: none;
    border-radius: 2px;
    height: 100px;
    padding: 10px 15px;
    color: grey;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-rounded-white {
    padding: 8px 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #1D2755;
    margin-right: 10px;
    cursor: pointer;
    background: #fff;
    border: none;
    border-radius: 20px;
}
.btn-wrapper {
    text-align: right;
}
.text-area-w {
    width: 100%;
}
.contact-section h4 {
    font-size: 30px;
    font-weight: 600;
}
/*spotify edi slider*/
.ShipWorks-slider {
	position: relative;
    text-align: center;
    background: linear-gradient(to top left, #4c0064 10%, #2c0071 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 100px 0px;
}
.ShipWorks-slider img {
    max-width: 100%;
    position: relative; 
  
}
#stripes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(150deg,#f76c57 15%,#ed5942 70%,#fead68 94%);
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(12,1fr);
}
#stripes :nth-child(1) {
	grid-area: 1/1/span 4/span 2;
	background-color: #f5654f;
	-webkit-clip-path: polygon(0 0,100% 0,100% 60%,0 100%);
	clip-path: polygon(0 0,100% 0,100% 60%,0 100%);
}
#stripes :nth-child(2) {
	grid-area: 1/3/span 3/span 2;
	background-color: #ef6a55;
	-webkit-clip-path: polygon(0 0,100% 0,100% 74%,0 100%);
	clip-path: polygon(0 0,100% 0,100% 74%,0 100%);
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
}
#stripes :nth-child(3) {
	grid-area: 1/5/span 2/span 2;
	background-color: #ec614d;
	-webkit-clip-path: polygon(0 0,100% 0,99% 5%,0 70%);
	clip-path: polygon(0 0,100% 0,99% 5%,0 70%);
}
#stripes :nth-child(4) {
	grid-area: 3/11/span 3/span 2;
	-webkit-clip-path: polygon(0 23%,100% 0,100% 77%,0 100%);
	clip-path: polygon(0 23%,100% 0,100% 77%,0 100%);
	background-color: #ee5b45;
}
#stripes :nth-child(5) {
	grid-area: 8/1/span 5/span 4;
	-webkit-clip-path: polygon(0 23%,100% 0,100% 80%,0 100%);
	clip-path: polygon(0 23%,100% 0,100% 80%,0 100%);
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	background-color: #f5644c;
}
.ShipWorks-slider .content {
	position: relative;
	top: 50%;
	transform: translatey(-50%);
}
.ShipWorks-slider .content img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.ShipWorks-slider .container-fluid {
    max-width: 1300px;
    margin: 0 auto;
    z-index: 9;
    position: relative;
 }
.ShipWorks-slider h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-align: left;
}
.ShipWorks-slider p {
	color: #fff;
	font-size: 16px;
    line-height: 26px;
    margin: auto;
    text-align: left;
    margin-top: 10px;
}

/*spotify edi slider end*/
/*section-4 start*/
.ShipWorks-2 {
	text-align: center;
	background: url(../images/shipworks/01.png) repeat;
    background-position: left top;
    position: relative;
    padding-bottom: 100px;
	
}
.ShipWorks-2::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -239px;
}
.ShipWorks-2 .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
 }
 .ShipWorks-2 .title-1 {
    font-size: 36px;
    width: 100%;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom:  40px;
    margin-top: 30px; 
}
.ShipWorks-2 .clr-1 {
    color: #f66f58;
}
.ShipWorks-2 p {
	font-size: 16px;
	color: #999999;
	line-height: 26px;
}
.ShipWorks-2 .box-1 {
	color: #999;
	padding: 40px;
	background: #fff;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	box-shadow: 0px 6px 12px #eaeeea;
}
.ShipWorks-2 .box-1 .sub-hd{
    margin-top: 25px;
    margin-bottom: 10px;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}
.ShipWorks-2 .col-lg-3 {
    margin-bottom: 30px;
}

/*section-3*/
.ShipWorks-3 {
	font-family: 'Poppins', sans-serif;
	padding: 82px 0;
	background:linear-gradient(150deg,#f76c57 30%,#ed5942 50%,#fead68 94%);
	width: 100%;
}
.ShipWorks-3 .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
 }
 .ShipWorks-3 .title-1 {
    font-size: 36px;
    font-weight: bold;
    color: #ffff;
    margin-bottom:  20px;
}
.ShipWorks-3 p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    text-align: justify;
}
.ShipWorks-3 .bounce-animate {
	max-width: 100%;
	float: right;
}
/*end section-3*/
/*section-4*/
.ShipWorks-4 {
	font-family: 'Poppins', sans-serif;
	padding: 82px 0;
	background: url(../images/shipworks/speaker_bg.png) repeat;
	width: 100%;
}
.ShipWorks-4 .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
 }
 .ShipWorks-4 .title-1 {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    margin-bottom:  20px;
}
.ShipWorks-4 p {
    font-size: 16px;
    color: #555555;
    line-height: 26px;
    text-align: justify;
}
.ShipWorks-4 ul {
    padding: 0px;
    margin: 0px;
}
.ShipWorks-4 ul li {
	font-size: 16px;
	background: url(../images/shipworks/list-arow.png) no-repeat 0px 14px;
	list-style: none;
	color: #555555;
	line-height: 30px;
	text-align: justify;
	padding-left: 30px;
	margin: 5px 0px;
}
.ShipWorks-4 ul li span{
    font-weight: 600;
}
.ShipWorks-4 .bounce-animate {
	max-width: 100%;
	position: relative;
}
/*end section-4*/
/*section-2*/
.ShipWorks-5 {
    font-family: 'Poppins', sans-serif;
    padding: 82px 40px;
    overflow: hidden;
    position: relative;
	background:linear-gradient(150deg,#f76c57 30%,#ed5942 50%,#fead68 94%);	
}

.ShipWorks-5 .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
 }
 .ShipWorks-5 .title-1 {
    font-size: 36px;
    font-weight: bold;
    color: #FFF;
    margin-bottom:  20px;
    margin-top: 30px; 
}
.ShipWorks-5 p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
   
}
.ShipWorks-5 ul {
    margin: 0px;
    padding: 0px;
}
.ShipWorks-5 .choose-list {
	margin-top: 20px;
	float: left;
	width: 100%;
}
.ShipWorks-5 .choose-list li {
    padding-bottom: 27px;
    list-style: none;
    width: 100%;
    float: left;
}
.ShipWorks-5 .choose-icon {
    float: left;
    margin-right: 25px;
    margin-top: 6px;
}
.ShipWorks-5 .choose-icon img {
	max-width: 100%;
}
.ShipWorks-5 .choose-text {
    overflow: hidden;
}
.ShipWorks-5 .choose-text h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 12px;
	color: #fff;
	margin-top: 10px;
}
.ShipWorks-5 .choose-text p {
    margin-bottom: 0;
}
.ShipWorks-5 .bounce-animate {
	max-width: 100%;
}
/*section-2 end*/
/*section-6*/
.ShipWorks-6 {
    font-family: 'Poppins', sans-serif;
    padding: 82px 40px;
    overflow: hidden;
	background: #f5f4f8;
	background: url(../images/shipworks/download_bg.jpg) no-repeat;
	background-position: 0px -81px;
	
}
.ShipWorks-6 .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
 }
 .ShipWorks-6 .title-1 {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom:  20px;
    margin-top: 30px; 
}
.ShipWorks-6 p {
    font-size: 16px;
    color: #555555;
    line-height: 26px;
    text-align: center;
}
/*end section-6*/
.call-to-action.v26.shopi {
	background: #f5f4f8;
	background-size: auto auto;
	background-size: cover;
	background-position: center bottom;
}
.call-to-action.v26 {
    padding: 100px 0px;
}
.call-to-action {
    padding: 0 0;
    position: relative;
}
.cta-box {
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 33px;
	border-radius: 100px;
	text-align: center;
	background:linear-gradient(#f2634d, #f68355 );
	box-shadow: 1px 6px 8px rgb(192, 191, 198);
}
.call-title {
    display: inline-block;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    vertical-align: middle;
    margin-right: 48px;

}
@media (max-width:768px){ 
    .ShipWorks-slider h1, 
    .ShipWorks-2 .title-1, 
    .ShipWorks-3 .title-1, 
    .ShipWorks-4 .title-1, 
    .ShipWorks-5 .title-1,
    .ShipWorks-6 .title-1
    {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .ShipWorks-2 .box-1 .sub-hd, .ShipWorks-4 .choose-text h3, .ShipWorks-6 .box-1 .ico-text h4 {
        font-size: 14px;
        margin-bottom: 0px;
    }
       
    .ShipWorks-4 .choose-icon {
        margin-right: 12px;
    }
   
    .ShipWorks-2 p, 
    .ShipWorks-3 p, 
    .ShipWorks-4 p,
    .ShipWorks-4 ul li, 
    .ShipWorks-5 p,
    .ShipWorks-6 p,
    .ShipWorks-slider p,
    .ShipWorks-6 .box-1 .ico-text p
    
    {
        font-size:13px;
        line-height: 24px;
        width:100%;
        margin-top: 0px;
    }
    .ShipWorks-2 .col-md-3{
        margin-bottom:20px; 
    }
    .ShipWorks-2,
    .ShipWorks-3,
    .ShipWorks-4,
    .ShipWorks-5,
    .ShipWorks-6,
    .ShipWorks-7,
    .ShipWorks-8,
    .ShipWorks-slider{
        padding:20px 0;
        
    }
    .edi-provider-2 .title-1,.edi-provider-4 .title-1 {
        margin-top: 0px;
    }
    .call-to-action.v26 {
        padding: 40px 0px;
    }
    .cta-box {
        max-width: 100%;
        margin: 0 auto;
        padding: 28px 33px;
        border-radius: 0px;
    }
    .ShipWorks-5 .choose-icon {
        margin-right: 14px;
        margin-top: 15px;
    }
    .ShipWorks-5 .choose-icon img {
        max-width: 34px;
    }
    .ShipWorks-5 .choose-text h3 {
        margin-bottom: 0px;
    }
    .call-title {
        display: block;
        font-size: 24px;
        margin: 0;
            margin-bottom: 0px;
        margin-bottom: 18px;
    }      
}
@media (max-width:1400px){ 
    .form-wrapper-section .container-fluid{
        max-width: 1200px;
    }
    .form-right-wrapper{
        padding: 30px;
        padding-bottom: 80px;
    }
}
@media (max-width:1170px) { 
    .header .navbar-light .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-fix {
        height: 73px;
    } 
    .navbar-brand img {
        width: 160px;
    }
}
@media (max-width:991px) { 
    .w-100-991 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    .hide-991 {
        display: none;
    }
    .menu-toggle span {
        display: block;
    }
    .navbar-collapse {
        padding: 15px 0;
        padding-bottom: 0px;
    }
    .header .navbar-light .navbar-nav .nav-link {
        padding: 10px 15px;
        padding-left: 0;
        padding-right: 0;
    }
    
    .page-header h1 {
        font-size: 22px;
    }
    .page-header {
        padding: 90px 0px;
    }
    .page-header p {
        text-transform: uppercase;
        font-size: 13px;
    }
    .header .navbar {
        padding: 16px 20px;
    }
    .menu-toggle {
        padding: 0px;
        margin-left: 0px;
        color: #1d2755;
        font-size: 15px !important;
        text-transform: uppercase;
    }
    .menu-toggle i {
        display: none;
    }
    .header .navbar-light .navbar-nav .n-btn {
        background: #1d2755;
        color: #fff !important;
        border-radius: 2px;
        margin-left: 0;
        padding: 10px 15px;
    }
    .copy-right {
        float: none;
        width: 100%;
    }
    .center-ul-footer {
        display: block;
        margin: 10px 0;
    }
    .social-media-footer {
        float: none;
        text-align: center;
    }
    .ShipWorks-2::before {
        content: '';
        height: 0px;
    }
    .ShipWorks-slider {
        overflow: hidden;
    }
    
}
@media (max-width:650px) {
    .contact-section h4 {
        font-size: 22px;
    }
}
@media (max-width:500px) {
   
    .center-ul-footer li {
        font-size: 12px;
        margin: 0 6px;
    }
    .center-ul-footer li:nth-child(2):before {
        display: none;
    }
    .center-ul-footer li:nth-child(2):after {
        display: none;
    }
    footer {
        padding: 20px 0px;
    }
    .center-ul-footer {
        margin: 15px 0;
    }
}