
body {
 font-family: 'Padauk', sans-serif;
  background-color: #fff;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  font-size: 13px;
  color: #111111;
  line-height: 24px;
  left: 0.25px;
}

section {
  padding-top: 80px;
}


.section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.section-heading span {
  font-size: 17px;
  display: block;
  margin: 0px;
  color: #3b7733;
}

.section-heading h2 {
  margin-bottom: 0px;
  margin-top: 14px;
  font-size: 23px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
}


.blue-button a {
  display: inline-block;
  background-color: #1c9230;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 16px;
  text-decoration: none;
  border: 2px solid #266629;
  transition: all 0.5s;
}

.blue-button a:hover {
  background-color: transparent;
  color: #fff;
  border-color:#fff;
}
.login-button a {
  display: inline-block;
  background-color: #1c9230;
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 16px;
  text-decoration: none;
  border: 1px solid #266629;
  transition: all 0.5s;
}

.login-button a:hover {
  background-color: transparent;
  color: #e2d954 !important;
  text-decoration:none;
}
.register-button a {
  display: inline-block;
  background-color: #1c9230;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 16px;
  text-decoration: none;
  border: 1px solid #266629;
  transition: all 0.5s;
}

.register-button a:hover {
  background-color: #1c9230;
  color: #fff !important;
  text-decoration:none;
}
/* menu style */
 @media only screen and (max-width: 375px) {
                                .navbar{
                                    padding: .5rem 0rem!important;
                                }
     
 } 
 li.nav-item.login-button, .register-button {margin-left: 10px;}
          li.nav-item.login-button {margin-left: 44px;}
          .dropdown-menu-right {
                                right: 90px;
                                left: auto;
                                top: 75px;
                            }
    a#navbarDropdown:hover {background: transparent;}
    .heading-top{
        border-bottom: 1px solid #daeddd;
        margin-bottom: 40px;
        background: #f3fff5;
    }
     .dropdown-action a{ color: #1c9230;}
  .page-item.active .page-link {background-color: #1c9230;border-color: #1c9230;}
  .profile{padding: 0.25rem .5rem;
    
    background-color: #28a7450d;
    border: 1px solid #28a745;
    border-radius: .25rem;}
    #primary-nav li a.profile{font-size: 12px;
    line-height: 30px;}               
    
/* css ends */
/* Header Style */

.cf:before, 
.cf:after {
  content: '';
  display: table;
  visibility: hidden;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

#header {
  overflow: visible;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #e2ffe7;
    box-shadow: 0px 1px 10px rgb(28 146 48 / 30%)
}


#primary-nav-button {
  background: transparent;
  display: none;
  position: absolute;
  border: none;
  bottom: 0;
  right: 15px;
  top: 0;
  z-index: 9;
  padding: 0;
  outline: none;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 0;
}

#header .logo {
  float: left;
  max-width: 230px;
  z-index: 9999;
  position: relative;
}

#header .logo img {
  width: 100%;
  overflow: hidden;
}

.menu {
  float: right;    margin-top: 20px;
}

.menu li {
  float: left;
  margin-left: 20px;
  position: relative;
  line-height: 100px;
}

.menu li:last-child {
  margin-right: 0;
}

.menu .sub-menu li {
  width: 100%;
  margin-left: 0px;
}

.menu li a {
  display: block;
  text-decoration: none;
}

#primary-nav li a {
  color: #121212;
  font-weight: bold;
  line-height: 40px;
  padding: 0 0.5rem;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.5s;
}

#primary-nav li > a:hover,
#primary-nav li.selected > a {
  color: #e9c917;
}

.sub-menu {
  border-top: 3px solid #47b33d;
}

.sub-menu li a {
  line-height: 30px!important;
  font-size: 13px!important;
  color: #0e0d0d;
}
a.dropdown-item {
    background: none;
    color: #000 !important;
    border: none;
    line-height: 30px !important;
}

.downarrow {
    background: none;
    display: inline-block;
  padding: 0;
    text-align: center;
    min-width: 3px;
}
.dropdown-menu{padding: 0.25rem 0;}
.sub-menu .downarrow {
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 18px;
  padding-right: 10px;
}

.downarrow:before {
  content: '\25be';
  color: inherit;
  display: block;
  font-size: 1em;
  line-height: 1.1;
  width: 1em;
  height: 1em;
}

.menu .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  max-height: 1000px;
}

.menu .sub-menu li {
  line-height: 30px;
}

.menu .sub-menu.hide {
  display: none;
}

#primary-nav .sub-menu {
  background: #fff;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.25);
  min-width: 160px;
  z-index: 200;
}

#primary-nav .sub-menu li {
  border-bottom: 1px solid #ddd;
}

#primary-nav .sub-menu li:last-child {
  border-bottom: 0;
}

#primary-nav .sub-menu .downarrow:before {
  content: '\25b8';
}

#primary-nav.mobile { 
  position: absolute; 
  background: #fff;
  width: 100%;
  right: 15px;
  left: 0;
  z-index: 999999;
}

#primary-nav.mobile .menu {
  text-align: center;
  width: 100%;
}

#primary-nav.mobile li {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

#primary-nav.mobile li:first-child  {
  width: 100%;
  margin: 0;
  border-top: 1px solid #ddd;
}

#primary-nav.mobile li.selected > a {
  border-bottom: 1px solid #ddd;
}

#primary-nav.mobile li:last-child {
  border: none;
}


#primary-nav.mobile .sub-menu {
  float: left;
  position: relative;
  width: 100%;
}

#primary-nav.mobile .sub-menu .downarrow {
  top: 15px;
  position: absolute;
  right: 15px;
}

.mobile .downarrow,
.mobile .sub-menu .downarrow {
  position: absolute;
  top:42px;
  right: 25px;
}

#primary-nav.mobile .sub-menu .downarrow:before {
  content: '\25be';
}
#primary-nav-button.mobile {
  display: inline-block;
}
 

/* Banner Style */

section.banner {
  padding: 0px;
}

.banner {
  background-image: url(../img/ship.jpg);
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.banner .overlay{
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.5;
}

.banner .banner-caption {
  padding: 30px 0;
}

.banner .banner-caption .line-dec {
  width: 200px;
  height: 3px;
  background-color: #269c36;
}

.banner .banner-caption h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 42px;
  letter-spacing: 0.5px;
  color: #fff;
}

.banner .banner-caption span {
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.5px;
}

.banner .banner-caption .blue-button {
  margin-top: 30px;
}

.banner .submit-form {
  border-bottom: 5px solid #147011;
  background-color: #fff;
  padding: 15px;
      margin-bottom: 40px;
}

.submit-form .first-item {
  border-right: 1px solid #ddd;
}

.submit-form .second-item {
  border-right: 1px solid #ddd;
}

.submit-form .third-item {
  border-right: 1px solid #ddd;
}

.submit-form select {
  width: 100%;
  height: 50px;
  border: none;
  background-color: transparent;
  font-size: 15px;
  color: #131212;
  border: 1px solid #eee;
  padding: 0px 10px;
  display: inline-block;
}

.submit-form input {
  width: 100%;
  height: 50px;
      border: 2px solid #eee;
  background-color: transparent;
  font-size: 15px;
  color: #161616;
  outline: none;
  padding: 0px 10px;
  display: inline-block;
  box-shadow: none;
}

.submit-form input:focus{
  border-width: 0px;
  outline:0; /* tried outline:none */
  -webkit-appearance:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.form-control:focus,.form-control:active{
     
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.submit-form button {
  width: 100%;
  height: 50px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  border-radius: 0px;
  background-color: #2d9636;
  font-size: 17px;
  letter-spacing: 0.5px;
  color: #fff;
  font-weight: 600;
  border: 2px solid #27aa22;
  transition: all 0.5s;
}

.submit-form button:hover {
  background-color: transparent;
  color: #b6cf26;
}

/* Top Exporters style*/

section.top-exporters{
  /*margin-top: 80px;*/
  padding-bottom: 80px;
  background-color: #372be449;
}

.top-exporters .featured-item .thumb {
  position: relative;
  z-index: 1;
}

.top-exporters .featured-item .thumb img {
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.top-exporters .featured-item .thumb .overlay-content {
  position: absolute;
  z-index: 9;
  top: 30px;
  left: 30px;
  color: #fff;
}

.top-exporters .featured-item .thumb .overlay-content li {
  display: inline;
  margin-right: 3px;
}

.top-exporters .featured-item .thumb .date-content {
  position: absolute;
  z-index: 9;
  top: 30px;
  right: 30px;
  color: #fff;
  text-align: center;
  width: 90px;
  height: 90px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background-color: #4883ff;
  border-radius: 50%;
}

.top-exporters .featured-item .thumb .date-content h6 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}

.top-exporters .featured-item .thumb .date-content span {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.5px;
}

.top-exporters .featured-item .down-content {
  background-color: #fff;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
  padding: 20px 20px 0px 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.top-exporters .featured-item .down-content h4 {
  margin-top: 0px;
  font-size: 19px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 5px;
}

.top-exporters .featured-item .down-content span {
  display: block;
  font-size: 13px;
  color: #4883ff;
  margin-bottom: 15px;
}

.top-exporters .featured-item .down-content p {
  margin-bottom: 20px;
}

.top-exporters .featured-item .down-content .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}

.top-exporters .featured-item .down-content .text-button {
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #ddd;
  margin: 0px -5px;
}

.top-exporters .featured-item .down-content .first-button {
  border-right: 1px solid #ddd;
}

.top-exporters .featured-item .down-content .text-button a {
  font-size: 12px;
  text-transform: uppercase;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  transition: all 0.5s;
}

.ftop-exporters .featured-item .down-content .text-button a:hover {
  color: #e6c926;
}


/* Directory features style*/

section.our-services .service-item {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 50px 30px;
}

section.our-services .service-item .icon img {
  max-width: 100%;
}

section.our-services .service-item h4 {
  font-size: 19px;
  font-weight: 600;
  color: #232323;
  margin-top: 30px;
  margin-bottom: 15px;
}

.our-services .left-content h4 {
  font-size:  19px;
  font-weight:  600;
  color:  #232323;
  margin-top: 0px;
  margin-bottom:  25px;
}

.our-services .left-content .blue-button {
  margin-top: 25px;
}

.down-services {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding-top: 60px;
}

.wrapper {
  text-align: center;
}

/*Footer*/
footer {
  /*margin-top: 30px; comment*/
  background-image:url(../img/ftr2.jpg);
  background-position: top;
  padding: 80px 0px 70px 0px;
  border-top: 1px solid rgb(23, 177, 92);
  color:#fff !important;
}

footer .footer-heading h4 {

  font-size: 25px;
  color:#fff !important;
  letter-spacing: 0.5px;
  margin-top: 15px;
   
}
footer .footer-heading h4 {
color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 24px;
    padding: 0 0 18px;}
footer .footer-heading h4:after {
    content: "";
    position: relative;
    left: 0;
    transition: all .5s ease;
    bottom: 0;
    background: #fff;
    width: 50px;
    height: 2px;
    display: block;
}
 

footer .about-veno .logo {
  margin-bottom: 40px;
}


footer .about-veno p {
  margin-bottom: 28px;color:#fff !important;
  font-size: 16px;
  

}


footer .useful-links ul li {
  margin-bottom: 12px;
}

footer .useful-links ul li a {
  font-size: 15px;
  color:#fff !important;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.5s;
}

footer .useful-links ul li a:hover {
  color: #b9b72a;
}

footer .useful-links ul li i {
  color:#fff !important;
  font-size: 14px;
  position: relative;
  top: -3px;
  margin-right: 8px;
}

footer .contact-info p {
  margin-bottom: 25px;
  color:#fff !important;
  font-size: 16px;
}

footer .contact-info ul li {
  margin: 10px 0px;
}

footer .contact-info ul li span {
  font-size: 16px;
  color:#fff !important;
  font-weight: 600;
  letter-spacing: 0.3px;
  width: 80px;
  display: inline-block;
}

footer .contact-info ul li a {
  font-size: 16px;
  color:#fff !important;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.sub-footer p {
  text-align: center;
  display: inline-block;
  background-color: #006633!important;
  width: 100%;
  margin-bottom: 0px;
  border-top: 1px solid #313047;
    padding: 15px 0;
  font-size: 14px;
  color:#fff !important;
}

.sub-footer a {
  text-decoration: none;
  color: #4883ff;
}


@media (max-width:992px) {

  .banner .banner-caption {
    padding: 200px 30px;
  }

  .submit-form input {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
  }

  .submit-form select {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
  }

  .featured-places .featured-item {
    margin-bottom: 30px;
  }

  .featured-places .featured-item .down-content .first-button {
    border-right: none;
  }

  section.our-services .service-item {
    margin-bottom: 30px;
  }

  .down-services .left-content {
    margin-bottom: 60px;
  }

  #video-container .video-content {
    padding: 0 30px;
    text-align: center;
  }

  .table-item {
    margin-bottom: 30px;
  }

  .modal-content {
    width: 90%;
  }
  .modal-content .close {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
  }

  footer .useful-links {
    margin-top: 60px;
  }

  footer .contact-info {
    margin-top: 60px;
  }
  
}
/* Keyframes */
@keyframes totop-in {
  0% {
    top: 600px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }  
}

@keyframes totop-out {
  0% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: -100%;
    opacity: 0;
  }  
}


.selectize-control::before {
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  content: "";
  z-index: 2;
  position: absolute;
  display: block;
  top: 50%;
  right: 34px;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 0;
  background: url(../img/loading2.gif);
  background-size: 16px 16px;
  opacity: 0;
 
}

.selectize-control.loading::before {
  opacity: 1;
}