@charset "UTF-8";

/*
Theme Name: Ocean Sky Logistics
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.9
Requires PHP: 5.6
Version: 2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
.navbar-nav .dropdown-menu {
    background: #41bad2;
	    border-radius: 0;
}
.menu  .dropdown-menu .dropdown-item{
    border: none;
    background: none;
}
.menu .dropdown-menu .dropdown-item:hover{background:#000;color:#FFF}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
.about__img-two {
  position: relative;
  padding: 43px 0 120px;
  margin-right: 20px;
}
.cta__wrap-three {
    background: #FFF;
    border: 1px solid #E6E6E6;
}
.cta__wrap-two {
    background: #FFF;
    border-radius: 15px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 2;
}
.cta__content-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 50px 65px;
    gap: 30px;
}

.cta__img {
    width: 387px;
    flex: 0 0 auto;
}
.cta__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta__content-two .title {
    color: #000;
    margin-bottom: 5px;
    font-size: 30px;
}
.cta__content-two p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color:#666666;
}
.btn {
    user-select: none;
    -moz-user-select: none;
    background: var(--tg-theme-primary) none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    color: var(--tg-color-white-default);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 17px 28px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-family: var(--tg-heading-font-family);
    gap: 10px;
    --arrow-hover-move-x: 110%;
    --arrow-hover-move-y: 100%;
}
.contact-map-two {
    margin-bottom: 75px;
}
.contact-map {
    width: 100%;
    height: 380px;
}
.contact-map iframe {
    width: 100%;
    height: 100%;
    mix-blend-mode: luminosity;
}
.contact__info-item {
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
    padding: 15px;
    border-radius: 7px;
    box-shadow: 0 0 8px 0 #dfdfdf;
}
.contact__info-item .title {
    margin-bottom: 18px;
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
}
.contact__info-item .title a {
    color: #000;
    font-size: 16px;
}
section.certificate ul.networksky li {
    width: 15%;
    border: 1px solid #00000036;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px;
     height:60px;
    line-height:60px;
}
section.certificate ul.networksky li a {
   
    font-size:24px;
        display: block;
}
.contact__info-item i {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #000000;
    color: #FFF;
    line-height: 30px;
    font-size: 12px;
}
.contact__info-item > p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}
.contact__info-item > p a {
 color: #000;
}
.contact__info-item .info-two {
    line-height: 1.4;
    margin-bottom: 10px;
}
.contact__info-item > a
 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--tg-body-color);
}
.contact__form .form-grp {
    margin-bottom: 15px;
}
.contact__form .form-grp textarea, .contact__form .form-grp input {
    width: 100%;
    background: transparent;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 14px 20px 15px;
    font-size: 16px;
    font-weight: 400;
    color: var(--tg-color-black-2);
    height: 50px;
    display: block;
}
.btn.lightb-btn {
    background: #25b0cb;
    color:#FFF;
}
.wpo-site-footer-s2{
    position: relative;
    font-size: 16px;
    z-index: 1;
}

@media (max-width: 991px) {
  .wpo-site-footer .wpo-upper-footer .col,
  .wpo-site-footer-s2 .wpo-upper-footer .col,
  .wpo-site-footer-s3 .wpo-upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .wpo-upper-footer .col,
  .wpo-site-footer-s2 .wpo-upper-footer .col,
  .wpo-site-footer-s3 .wpo-upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
}
.wpo-site-footer .widget-title,
.wpo-site-footer-s2 .widget-title,
.wpo-site-footer-s3 .widget-title {
  margin-bottom: 35px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .wpo-site-footer .widget-title,
  .wpo-site-footer-s2 .widget-title,
  .wpo-site-footer-s3 .widget-title {
    margin-bottom: 20px;
  }
}
.wpo-site-footer .widget-title h3,
.wpo-site-footer-s2 .widget-title h3,
.wpo-site-footer-s3 .widget-title h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.wpo-site-footer .about-widget,
.wpo-site-footer-s2 .about-widget,
.wpo-site-footer-s3 .about-widget {
  max-width: 280px;
}
.wpo-site-footer .about-widget .logo,
.wpo-site-footer-s2 .about-widget .logo,
.wpo-site-footer-s3 .about-widget .logo {
  max-width: 180px;
}
.wpo-site-footer .about-widget p,
.wpo-site-footer-s2 .about-widget p,
.wpo-site-footer-s3 .about-widget p {
  margin-bottom: 0.8em;
  line-height: 1.9em;
}
.wpo-site-footer .about-widget p:last-child,
.wpo-site-footer-s2 .about-widget p:last-child,
.wpo-site-footer-s3 .about-widget p:last-child {
  margin-bottom: 0;
}
.wpo-site-footer .about-widget ul li,
.wpo-site-footer-s2 .about-widget ul li,
.wpo-site-footer-s3 .about-widget ul li {
  display: flex;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .wpo-site-footer .about-widget ul li,
  .wpo-site-footer-s2 .about-widget ul li,
  .wpo-site-footer-s3 .about-widget ul li {
    font-size: 15px;
    line-height: 30px;
  }
}
.wpo-site-footer .about-widget ul li .icon,
.wpo-site-footer-s2 .about-widget ul li .icon,
.wpo-site-footer-s3 .about-widget ul li .icon {
  padding-right: 10px;
}
@media (max-width: 1199px) {
  .wpo-site-footer .about-widget ul li .icon,
  .wpo-site-footer-s2 .about-widget ul li .icon,
  .wpo-site-footer-s3 .about-widget ul li .icon {
    padding-right: 5px;
  }
}
.wpo-site-footer .wpo-service-link-widget,
.wpo-site-footer-s2 .wpo-service-link-widget,
.wpo-site-footer-s3 .wpo-service-link-widget {
  padding-left: 70px;
}
.wpo-site-footer .link-widget,
.wpo-site-footer-s2 .link-widget,
.wpo-site-footer-s3 .link-widget {
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .wpo-site-footer .link-widget,
  .wpo-site-footer-s2 .link-widget,
  .wpo-site-footer-s3 .link-widget {
    padding-left: 75px;
  }
}
@media (max-width: 1399px) {
  .wpo-site-footer .link-widget,
  .wpo-site-footer-s2 .link-widget,
  .wpo-site-footer-s3 .link-widget {
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .wpo-site-footer .link-widget,
  .wpo-site-footer-s2 .link-widget,
  .wpo-site-footer-s3 .link-widget {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .link-widget,
  .wpo-site-footer-s2 .link-widget,
  .wpo-site-footer-s3 .link-widget {
    max-width: 350px;
  }
}
.wpo-site-footer .link-widget ul li,
.wpo-site-footer-s2 .link-widget ul li,
.wpo-site-footer-s3 .link-widget ul li {
  position: relative;
}
.wpo-site-footer .link-widget ul li a,
.wpo-site-footer-s2 .link-widget ul li a,
.wpo-site-footer-s3 .link-widget ul li a {
  color: #fff;
  font-size: 15px;
  font-size: 16px;
  font-weight: 500;
}
.wpo-site-footer .link-widget ul li a::before,
.wpo-site-footer-s2 .link-widget ul li a::before,
.wpo-site-footer-s3 .link-widget ul li a::before {
  position: absolute;
  left: -20px;
  top: 0;
  content: "\f11b";
  font-family: flaticon_logistics !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.wpo-site-footer .link-widget ul li a:hover,
.wpo-site-footer-s2 .link-widget ul li a:hover,
.wpo-site-footer-s3 .link-widget ul li a:hover {
  color: #00d6ff;
}
.wpo-site-footer .link-widget ul li a:hover::before,
.wpo-site-footer-s2 .link-widget ul li a:hover::before,
.wpo-site-footer-s3 .link-widget ul li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.wpo-site-footer .link-widget ul li + li,
.wpo-site-footer-s2 .link-widget ul li + li,
.wpo-site-footer-s3 .link-widget ul li + li {
  margin-top: 20px;
}
.wpo-site-footer .locations-widget ul li,
.wpo-site-footer-s2 .locations-widget ul li,
.wpo-site-footer-s3 .locations-widget ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.54px;
  margin-bottom: 20px;
}
.wpo-site-footer .locations-widget ul li:nth-child(2),
.wpo-site-footer-s2 .locations-widget ul li:nth-child(2),
.wpo-site-footer-s3 .locations-widget ul li:nth-child(2) {
  color: #00d6ff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.wpo-site-footer .locations-widget ul li:nth-child(3),
.wpo-site-footer-s2 .locations-widget ul li:nth-child(3),
.wpo-site-footer-s3 .locations-widget ul li:nth-child(3) {
  margin-bottom: 10px;
}
.wpo-site-footer .wpo-lower-footer,
.wpo-site-footer-s2 .wpo-lower-footer,
.wpo-site-footer-s3 .wpo-lower-footer {
  text-align: center;
  position: relative;
}
.wpo-site-footer .wpo-lower-footer .row,
.wpo-site-footer-s2 .wpo-lower-footer .row,
.wpo-site-footer-s3 .wpo-lower-footer .row {
  padding: 30px 0;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.wpo-site-footer .wpo-lower-footer .copyright,
.wpo-site-footer-s2 .wpo-lower-footer .copyright,
.wpo-site-footer-s3 .wpo-lower-footer .copyright {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.wpo-site-footer .wpo-lower-footer .copyright a,
.wpo-site-footer-s2 .wpo-lower-footer .copyright a,
.wpo-site-footer-s3 .wpo-lower-footer .copyright a {
  color: #00d6ff;
  text-decoration: none;
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-lower-footer .copyright,
  .wpo-site-footer-s2 .wpo-lower-footer .copyright,
  .wpo-site-footer-s3 .wpo-lower-footer .copyright {
    float: none;
    display: block;
  }
}

/* footer-newsletter */
.footer-newsletter {
  padding-top: 110px;
  text-align: center;
}
@media (max-width: 767px) {
  .footer-newsletter {
    padding-top: 90px;
  }
}
@media (max-width: 575px) {
  .footer-newsletter {
    padding-top: 80px;
  }
}
.footer-newsletter h2 {
  color: #EEEFFB;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .footer-newsletter h2 {
    font-size: 35px;
  }
}
.footer-newsletter p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}
.footer-newsletter .newsletter {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 400px) {
  .footer-newsletter .newsletter {
    flex-direction: column;
    justify-content: center;
  }
}
.footer-newsletter .newsletter .form-control {
  color: #696969;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  background: #FFF;
  padding: 20px 25px;
  border: 0;
}
@media (max-width: 767px) {
  .footer-newsletter .newsletter .form-control {
    padding: 15px 20px;
  }
}
.footer-newsletter .newsletter .form-control:focus {
  color: #000;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.25rem transparent;
}
.footer-newsletter .newsletter button {
  display: flex;
  width: 203px;
  height: 67px;
  padding: 20px 45px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  border-radius: 6px;
  background: #00d6ff;
  border: 0;
  margin-left: 10px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer-newsletter .newsletter button {
    width: 160px;
    height: 53px;
    padding: 15px 40px;
  }
}
@media (max-width: 400px) {
  .footer-newsletter .newsletter button {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.footer-newsletter .newsletter button i {
  font-size: 14px;
  font-weight: 400;
  transform: rotate(330deg);
}

.wpo-site-footer-s2::after {
  background: linear-gradient(270deg, rgba(2, 59, 68, 0.5) 5.16%, #083943 36.3%, #0b3742 57.47%);
}

@media (max-width: 991px) {
  .wpo-site-footer-s2 .wpo-upper-footer {
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer-s2 .wpo-upper-footer {
    padding: 60px 0 0;
  }
}
.wpo-site-footer-s2 .address-widget h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 40px;
}
.wpo-site-footer-s2 .address-widget ul li {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  display: block;
}
.wpo-site-footer-s2 .newsletter-widget {
  margin-left: -20px;
  max-width: 333px;
  padding: 35px 30px 100px 30px;
  background: rgba(255, 255, 255, 0.02);
}
@media (max-width: 1399px) {
  .wpo-site-footer-s2 .newsletter-widget {
    padding: 35px 20px 100px 20px;
  }
}
@media (max-width: 1199px) {
  .wpo-site-footer-s2 .newsletter-widget {
    padding: 35px 20px 50px 20px;
  }
}
@media (max-width: 991px) {
  .wpo-site-footer-s2 .newsletter-widget {
    margin-left: 0px;
  }
}
.wpo-site-footer-s2 .newsletter-widget .form-fild {
  position: relative;
}
.wpo-site-footer-s2 .newsletter-widget .form-fild .fild {
  color: #B4B4B4;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  position: relative;
  background: transparent;
  border: transparent;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(237, 237, 237, 0.3);
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.wpo-site-footer-s2 .newsletter-widget .form-fild .fild:focus-visible {
  outline: -webkit-focus-ring-color auto transparent;
  outline: 0;
}
.wpo-site-footer-s2 .newsletter-widget .form-fild button {
  position: absolute;
  right: 0;
  top: 10px;
  line-height: 25px;
  font-size: 20px;
  text-align: center;
  color: #FF7940;
  display: block;
  background: transparent;
  border: 1px solid transparent;
  transform: rotate(90deg);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.wpo-site-footer-s2 .newsletter-widget .form-fild button i::before {
  line-height: 25px;
  font-size: 25px;
}
.wpo-site-footer-s2 .newsletter-widget .form-fild:hover button {
  color: #fff;
  background: #FF7940;
}
.wpo-site-footer-s2 .newsletter-widget ::-webkit-input-placeholder {
  color: #B4B4B4;
}
.wpo-site-footer-s2 .newsletter-widget ::-moz-placeholder {
  color: #B4B4B4;
}
.wpo-site-footer-s2 .newsletter-widget :-ms-input-placeholder {
  color: #B4B4B4;
}
.wpo-site-footer-s2 .newsletter-widget :-moz-placeholder {
  color: #B4B4B4;
}
.wpo-site-footer-s2 .newsletter-widget .terms {
  margin-top: 30px;
}
.wpo-site-footer-s2 .newsletter-widget .terms input[type=checkbox] {
  position: relative;
  cursor: pointer;
}
.wpo-site-footer-s2 .newsletter-widget .terms input[type=checkbox]:checked:before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -3px;
  width: 23px;
  height: 23px;
  background-color: #fff;
  transition: all 0.2s linear;
  border-radius: 100px;
}
.wpo-site-footer-s2 .newsletter-widget .terms input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -3px;
  width: 23px;
  height: 23px;
  background-color: #fff;
  border-radius: 100px;
}
.wpo-site-footer-s2 .newsletter-widget .terms input[type=checkbox]:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: solid #fff;
  border-width: 0 0px 0px 0;
  transform: rotate(180deg);
  position: absolute;
  top: 2px;
  left: 5px;
  transition: all 0.2s linear;
}
.wpo-site-footer-s2 .newsletter-widget .terms input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border: solid #00d6ff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 5px;
}
.wpo-site-footer-s2 .newsletter-widget .terms label {
  margin-bottom: 0;
  margin-left: 10px;
  color: #B4B4B4;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 1399px) {
  .wpo-site-footer-s2 .newsletter-widget .terms label {
    margin-left: 5px;
    font-size: 13px;
  }
}
.wpo-site-footer-s2 .newsletter-widget .terms label a {
  color: #00d6ff;
}
.wpo-site-footer-s2 .wpo-lower-footer .copyright {
  display: block;
  color:#FFF;
}
@media (max-width: 991px) {
  .wpo-site-footer-s2 .wpo-lower-footer .copyright {
    margin: 20px 0;
  }
}
.wpo-site-footer-s2 .wpo-lower-footer .logo {
  text-align: left;
}
@media (max-width: 991px) {
  .wpo-site-footer-s2 .wpo-lower-footer .logo {
    text-align: center;
  }
}
.wpo-site-footer-s2 .wpo-lower-footer ul {
  text-align: right;
}
@media (max-width: 1199px) {
  .wpo-site-footer-s2 .wpo-lower-footer ul {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .wpo-site-footer-s2 .wpo-lower-footer ul {
    text-align: center;
  }
}
.wpo-site-footer-s2 .wpo-lower-footer ul li {
  display: inline-block;
  padding: 0 4px;
}
@media (max-width: 1199px) {
  .wpo-site-footer-s2 .wpo-lower-footer ul li {
    padding: 0 1px;
  }
}
.wpo-site-footer-s2 .wpo-lower-footer ul li a img {
  border-radius: 4px;
}
.wpo-site-footer-s2 .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
@media (max-width: 1399px) {
  .wpo-site-footer-s2 .shape {
    display: none;
  }
}

.wpo-site-footer-s2::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -11;
    content: "";
       background: linear-gradient(270deg, rgba(2, 59, 68, 0.5) 5.16%, #083943 36.3%, #000 57.47%);
}
 .wpo-site-footer-s2 .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -11;
}
 .wpo-site-footer-s2 .bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/* wpo-site-footer-s3 */
.wpo-site-footer-s3 .footer-socialicon {
  border-bottom: 1px solid #1E4A57;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .wpo-site-footer-s3 .footer-socialicon {
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .wpo-site-footer-s3 .footer-socialicon {
    border: 1px solid transparent;
  }
}
.wpo-site-footer-s3 .footer-socialicon ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .wpo-site-footer-s3 .footer-socialicon ul {
    flex-wrap: wrap;
  }
}
.wpo-site-footer-s3 .footer-socialicon ul li {
  max-width: 325px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
  border: 1px solid #1E4A57;
}
@media (max-width: 991px) {
  .wpo-site-footer-s3 .footer-socialicon ul li {
    flex-basis: 30%;
  }
}
@media (max-width: 575px) {
  .wpo-site-footer-s3 .footer-socialicon ul li {
    flex-basis: 50%;
  }
}
@media (max-width: 450px) {
  .wpo-site-footer-s3 .footer-socialicon ul li {
    flex-basis: 100%;
  }
}
.wpo-site-footer-s3 .footer-socialicon ul li i {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}
.wpo-site-footer-s3 .footer-socialicon ul li span {
  color: rgba(255, 255, 255, 0.53);
  font-size: 20px;
  font-weight: 500;
  line-height: 49px;
  text-transform: lowercase;
  padding-left: 20px;
}
.wpo-site-footer-s3 .footer-socialicon ul li:last-child {
  border-right: 1px solid transparent;
}
@media (max-width: 991px) {
  .wpo-site-footer-s3 .footer-socialicon ul li:last-child {
    border-right: 1px solid #1E4A57;
  }
}
.wpo-site-footer-s3 .footer-socialicon ul li:first-child {
  border-left: 1px solid transparent;
}
@media (max-width: 991px) {
  .wpo-site-footer-s3 .footer-socialicon ul li:first-child {
    border-left: 1px solid #1E4A57;
  }
}
.wpo-site-footer-s3 .shape-right {
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: -11;
}
.wpo-site-footer-s3 .newsletter-s2 .form-fild {
  margin-top: 35px;
  position: relative;
  border-radius: 8px;
  background: #FFF;
}
.wpo-site-footer-s3 .newsletter-s2 .form-fild .fild {
  color: #B4B4B4;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  background: transparent;
  border: transparent;
  padding: 20px 60px;
  padding-left: 20px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .wpo-site-footer-s3 .newsletter-s2 .form-fild .fild {
    padding: 18px 50px;
    padding-left: 20px;
  }
}
.wpo-site-footer-s3 .newsletter-s2 .form-fild .fild:focus-visible {
  outline: -webkit-focus-ring-color auto transparent;
  outline: 0;
}
.wpo-site-footer-s3 .newsletter-s2 .form-fild .fild::before {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.wpo-site-footer-s3 .newsletter-s2 .form-fild button {
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
  color: #fff;
  display: block;
  background: #00d6ff;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  width: 49px;
  height: 46px;
}
.wpo-site-footer-s3 .newsletter-s2 .form-fild button i::before {
  transform: rotate(10deg);
  line-height: 25px;
  font-size: 14px;
}