/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/


/*-- Google Font --*/

.product-arow{
padding-left: 18px;
margin-top: -27px;
text-align: justify;
}


.line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  width: 70px;
  height: 2px;
  background-color: rgba(0, 67, 149, 0.5);
}

.vision-fix{
  border-radius: 20px;
  margin-bottom: 15px;
  
}

.bg-img1 {
  background-image: url(../images/proccess-box-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.feature-vision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* text-align: center; */
  padding-left: 20px;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: rgb(255, 255, 255);
}
.feature-vision p{
  text-align: justify;
  padding-right: 5px;
}


.feature-11 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* text-align: center; */
  /* padding-left: 20px; */
  justify-content: center;
  box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.75);
  height: 230px;
  width: 230px;
  border-radius: 100%;
  margin: auto;
  transition: .4s;
  border: 4px solid #edeff9;

}


.circal{
  margin: auto;
}

.feature-11 h3, p{

  text-align: center;
}

.feature-11 p{
padding: 0px 10px;
}

.home-number{
  color: #083e9b;
}
/* ******************** */


.feature-11:hover {
  text-decoration: none;
  border: 3px solid #083e9b;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0px 13px 30px -12px rgba(135, 150, 230, 0.75);

}
.vision-fix:hover{
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: .4s;

}

.vision-fix h3{
  color: #0b7096;
}
/* ************ */



@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  src: local('Poppins Light'), local('Poppins-Light'), url(../fonts/pxiByp8kv8JHgFVrLDz8Z1xlEA.ttf) format('truetype');
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(../fonts/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(../fonts/pxiByp8kv8JHgFVrLGT9Z1xlEA.ttf) format('truetype');
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(../fonts/pxiByp8kv8JHgFVrLEj6Z1xlEA.ttf) format('truetype');
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(../fonts/pxiByp8kv8JHgFVrLCz7Z1xlEA.ttf) format('truetype');
}

@font-face {
  font-family: Brastika;
  font-style: normal;
  font-weight: 700;
  src: local('Brastika Bold'), local('Brastika Bold'), url(../fonts/BrastikaBold.otf) format('truetype');
}


/*BREE SERIF */
@font-face {
  font-family: 'Bree Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/breeserif/v10/4UaHrEJCrhhnVA3DgluA96Tp56N1.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Bree Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/breeserif/v10/4UaHrEJCrhhnVA3DgluA96rp5w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



/*-- Common Style --*/
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
.site-wrapper {
  height: 100%;
}

body {
  background-color: #ffffff;
  font-size: 15px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
  font-family: "Poppins", sans-serif;
  color: #666666;
  position: relative;
}

body[data-rtl="rtl"] {
  direction: rtl;
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bree Serif';
  color: #222222;
  font-weight: 500;
  margin-top: 0;
  line-height: 1.2;
}

h1 {
  font-size: 36px;
  font-family: 'Bree Serif';
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 479px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 479px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 479px) {
  h4 {
    font-size: 14px;
  }
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a,
button,
img,
input,
span {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #033181;
}

button,
input[type="submit"] {
  cursor: pointer;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.sub_products{
  margin-bottom: 35px;
}

.sub_products_text{
  font-size: 20px;
  color: black;
  padding: 10px;
}

.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #9aab2f;
  top: 0;
  left: 0;
  z-index: 99999;
}

.preloader .lds-ripple {
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.preloader .lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, .2, .8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, .2, .8, 1) infinite
}

.preloader .lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -.5s;
  animation-delay: -.5s
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1
  }

  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0
  }
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1
  }

  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0
  }
}

@-webkit-keyframes moveLeftBounces {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  50% {
    -webkit-transform: translateX(45px);
    transform: translateX(45px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes moveLeftBounces {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  50% {
    -webkit-transform: translateX(45px);
    transform: translateX(45px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes moVebounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
  }
}

@keyframes moVebounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@-webkit-keyframes border-transform {

  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
  }
}

@keyframes border-transform {

  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
  }
}

/*-- 
- Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section,
.main-wrapper {
  float: left;
  width: 100%;
}

@media (min-width: 1240px) {
  .container-home {
    max-width: 96%;
  }
}

@media only screen and (max-width: 575px) {
  .container {
    max-width: 450px;
  }
}

@media only screen and (max-width: 479px) {
  .container {
    max-width: 367px;
  }
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}

.mbYTP_wrapper {
  z-index: -9 !important;
}

/*-- 
- Input Placeholder
-----------------------------------------*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*--
- Background Color
------------------------------------------*/
.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #f8f8f8 !important;
}

.bg-dark {
  background-color: #222222 !important;
}

.bg-theme {
  background-color: #033181 !important;
}

/*-- 
- Tab Content & Pane Fix
------------------------------------------*/
.tab-content {
  width: 100%;
}

.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

/*-- 
- Main Wrapper
------------------------------------------*/
/*-- 
- Section Title
------------------------------------------*/

.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../../assetsweb/images/icons/title_shape.png);
  bottom: 0;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  top: 50px;
}


.section-title.text-center::before {
  right: 0;
  margin: 0 auto;
}

.section-title h1 {
  font-weight: 600;
  margin: 0;
  font-size: 30px;
  line-height: 1;
  margin: 0;
  padding-bottom: 20px;
}

@media only screen and (max-width: 479px) {
  .section-title h1 {
    font-size: 24px;
  }
}

.section-title.center {
  text-align: center;
  background-position: center center;
}

.section-title.left {
  text-align: left;
  background-position: left center;
}

.section-title.right {
  text-align: right;
  background-position: right center;
}

/*-- 
- Page Banner
------------------------------------------*/
.page-banner-section {
  background-image: url(../images/bg/breadcrumb-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  padding: 40px 0;
  margin-top: 80px;
  height: 300px;
}
.page-about{
  background-image: url(../images/bg/contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  padding: 40px 0;
  margin-top: 80px;
  height: 300px;
}
.page-about::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000000;
  opacity: 0.75;
  z-index: -1;
}

.page-team{
  background-image: url(../images/bg/team.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  padding: 40px 0;
  margin-top: 80px;
  height: 300px;
}
.page-team::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000000;
  opacity: 0.75;
  z-index: -1;
}


.page-gallery{
  background-image: url(../images/bg/contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  padding: 40px 0;
  margin-top: 80px;
  height: 300px;
}
.page-gallery::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000000;
  opacity: 0.75;
  z-index: -1;
}

.page-client{
  background-image: url(../images/bg/contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  padding: 40px 0;
  margin-top: 80px;
  height: 300px;
}
.page-client::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000000;
  opacity: 0.75;
  z-index: -1;
}


.page-join{
  background-image: url(../images/bg/join.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  padding: 40px 0;
  margin-top: 80px;
  height: 300px;
}
.page-join::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000000;
  opacity: 0.75;
  z-index: -1;
}

.page-contact{
  background-image: url(../images/bg/contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  padding: 40px 0;
  margin-top: 80px;
  height: 300px;
}
.page-contact::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000000;
  opacity: 0.75;
  z-index: -1;
}
.about-banner-text{
  margin-top: 75px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-banner-section {
    margin-top: 81px;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner-section {
    margin-top: 81px;
  }
}

.page-banner-section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000000;
  opacity: 0.75;
  z-index: -1;
}

/*Page Banner Title*/
.page-banner-title {
  font-size: 35px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

/*Page Breadcrumb*/
.page-breadcrumb {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-breadcrumb li {
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
}

@media only screen and (max-width: 575px) {
  .page-breadcrumb li {
    font-size: 14px;
  }
}

.page-breadcrumb li::after {
  content: "-";
  margin: 0 6px;
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li a:hover {
  color: #0798c0;
}

.page-breadcrumb li.active {
  color: #0798c0;
}


/*
/*-- 
- Button
------------------------------------------*/
.btn {
  position: relative;
  border-radius: 3px;
  -webkit-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 20px;
  font-family: 'Bree Serif';
  letter-spacing: 0.5px;
}

.btn::before {
  right: 0;
  border-radius: 0 4px 4px 0;
}

.btn::after,
.btn::before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  -webkit-transition: .5s;
  transition: .5s;
  background: #083e9b ;
  z-index: -1;
}

.btn::after {
  left: 0;
  border-radius: 4px 0 0 4px;
}

.btn:hover::after,
.btn:hover::before {
  width: 50%;
}

.btn:hover {
  color: #fff;
  background: #0798c0;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 13px 27px 0 rgb(198 121 227 / 25%);
  box-shadow: 0 13px 27px 0 rgb(198 121 227 / 25%);
}

/*-- 
- Scroll Up
------------------------------------------*/
#scrollUp {
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  background-color: #000;
  color: #ffffff;
  text-align: center;
}

#scrollUp:hover {
  background-color: #007bff;
  color: #fff;
}

#scrollUp i {
  display: block;
  line-height: 44px;
  font-size: 24px;
}



/*-- 
- Form
------------------------------------------*/
form h3,
form h4,
form h5,
form h6 {
  margin-bottom: 20px;
  font-weight: 500;
}

form a {
  text-decoration: underline;
}

form a:hover {
  text-decoration: underline;
}

form label {
  line-height: 26px;
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  color: #000;
  font-family: 'Bree Serif';
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 479px) {
  form label.text-right {
    text-align: left !important;
  }
}


form label i {
  margin-right: 10px;
  color: #033181;
}

form label span {
  font-size: 12px;
}

form input {
  width: 100%;
  border: 1px solid #eeeeee;
  background-color: #fff;
  line-height: 26px;
  padding: 6px 12px;
  border: 1px solid;
  color: #666666;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-radius: 3px;
  height: auto;
}

form input:focus {
  border-color: #033181;
}

form input[type="checkbox"],
form input[type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.border-radius{
  border: 2px solid;
  margin-right: 20px;
}
.border-radius02{
  border: 2px solid;
  /* margin-right: 20px; */
}
form textarea {
  width: 100%;
  border: 1px solid #eeeeee;
  background-color: #fff;
  line-height: 30px;
  padding: 5px 15px;
  color: #000;
  border: 1px solid #666666;
  font-size: 13px;
  border-radius: 0;
  height: 150px;
  letter-spacing: 0.5px;
}

form textarea:focus {
  border-color: #033181;
}


form .nice-select {
  width: 100%;
  display: block;
  line-height: 26px;
  padding: 6px 12px;
  text-transform: capitalize;
  color: #666666;
  border: 1px solid;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-radius: 3px;
  height: 40px;
}

/*----------------------------------------*/
/*  02. Header CSS
/*----------------------------------------*/
header.header {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.75);
}

header.header.is-sticky {
  position: fixed;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.header-bottom.menu-right>.container>.row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header-bottom.menu-right>.container>.row>.col {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  position: static;
}

.header-bottom.menu-right>.container>.row>.col:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-bottom.menu-center>.container>.row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header-bottom.menu-center>.container>.row>.col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-bottom.menu-center>.container>.row>.col:first-child,
.header-bottom.menu-center>.container>.row>.col:last-child {
  max-width: 180px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-bottom.menu-center>.container>.row>.col:first-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-bottom.menu-center>.container>.row>.col:last-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-bottom.menu-center>.container>.row>.col:nth-child(2) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*-- Header Logo --*/
.header-logo {
  margin: 15px 0;
}

.header-logo a {
  display: inline-block;
}

.header-logo a img {
  max-width: 100%;
}

/*-- Header User --*/
.header-user .user-toggle {
  border: none;
  background-color: transparent;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #222222;
  font-weight: 600;
  white-space: nowrap;
}

.header-user .user-toggle i {
  display: none;
  font-size: 36px;
}

@media only screen and (max-width: 479px) {
  .header-user .user-toggle i {
    display: block;
  }
}

@media only screen and (max-width: 479px) {
  .header-user .user-toggle span {
    display: none;
  }
}

.header-user .user-toggle:hover {
  color: #033181;
}

/*-- Main Menu --*/
.main-menu>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-menu>ul>li {
  padding: 0 15px;
  position: static;
}

.main-menu>ul>li:last-child {
  margin-right: 0;
}

.main-menu>ul>li>a {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  font-family: 'Bree Serif';
  color: #000 !important;
  text-transform: uppercase;
  display: block;
  padding: 25px 0;
  position: relative;
}

.main-menu>ul>li>a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #222222;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-menu>ul>li.has-dropdown>a::after {
  content: "\f107";
  font-family: Fontawesome;
  line-height: 30px;
  margin-left: 3px;
}

.main-menu>ul>li.active>a,
.main-menu>ul>li:hover>a {
  color: #033181;
}

.main-menu>ul>li.active>a::before,
.main-menu>ul>li:hover>a::before {
  width: 100%;
  background-color: #033181;
}

.main-menu>ul>li:hover>.sub-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.main-menu>ul>li:hover>.mega-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

/*-- Sub Menu --*/
.sub-menu {
  position: absolute;
  left: auto;
  top: 100%;
  margin-top: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 260px;
  z-index: -99;
  opacity: 0;
  visibility: hidden;
}

.sub-menu li {
  position: relative;
  color: #000;
  display: block;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.5px;
  padding: 5px 10px;
  font-family: 'Bree Serif';
  border-bottom: 1px dashed #ddd;
}

.sub-menu li:last-child {
  margin-bottom: 0;
}

.sub-menu li  {
  color: #000;
  display: block;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.5px;
  padding: 5px 10px;
  font-family: 'Bree Serif';
  border-bottom: 1px dashed #ddd;
}


/* .sub-menu li:before {
  font-family: 'FontAwesome';
  color: #033080;
  font-weight: 800;
  content: "\f124";
  font-size: 12px;
  margin-right: 5px;
} */

.sub-menu li:before {
  font-family: 'FontAwesome';
  color: #033080;
  font-weight: 800;
  content: "\f124";
  font-size: 12px;
  margin-right: 5px;
}

.sub-menu li.has-dropdown>a::after {
  content: "\f105";
  font-family: Fontawesome;
  line-height: 30px;
  float: right;
}

.sub-menu li.active>a {
  color: #033181;
}

.sub-menu li .sub-menu {
  left: 100%;
  top: 0;
  margin-left: 0;
}

.sub-menu li:hover>a{
  color: #033181;
  padding-left: 20px;
}

.sub-menu li:hover .sub-menu {
  margin-top: -10px;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

/*-- Mobile Menu --*/
.mobile-menu {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 0 100% !important;
  flex: 1 0 100% !important;
}

.mobile-menu .mean-bar {
  position: relative;
  /*---- Mean Nav ----*/
}

.mobile-menu .mean-bar .meanmenu-reveal {
  position: absolute;
  top: -40px;
  margin-right: 0px !important;
}

.mobile-menu .mean-bar .meanmenu-reveal span {
  position: relative;
  /*---- Menu Open ----*/
  /*---- Menu Close ----*/
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
  height: 2px;
  width: 26px;
  background-color: #222222;
  display: block;
  margin: 8px 0;
  top: 10px;
}

@media only screen and (min-width: 767px) {
  .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
    height: 2px;
    width: 26px;
    background-color: #222222;
    display: block;
    margin: 8px 0;
    top: 30px;
  }
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before,
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222222;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before {
  top: -8px;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
  bottom: -8px;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close {

  height: 2px;
  width: 26px;
  background-color: transparent;
  display: block;
  margin: -6px 2px;
  top: 22px;
}

@media only screen and (min-width: 767px) {
  .mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
    height: 2px;
    width: 26px;
    background-color: transparent;
    display: block;
    margin: 8px 0;
    top: 18px;
  }
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before,
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222222;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-menu .mean-bar .mean-nav {
  background-color: #ffffff;
}

.mobile-menu .mean-bar .mean-nav>ul {
  margin-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow-x: hidden;
  max-height: 250px;
}

@media only screen and (max-width: 767px) {
  .mobile-menu .mean-bar .mean-nav>ul {
    max-height: 180px;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 575px) {
  .mobile-menu .mean-bar .mean-nav>ul {
    max-height: 226px;
    overflow-y: auto;
  }
}

.mobile-menu .mean-bar .mean-nav>ul>li:first-child>a {
  border-top: none;
}

.mobile-menu .mean-bar .mean-nav>ul li {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  /*---- Sub Menu & Mega Menu ----*/
}

.mobile-menu .mean-bar .mean-nav>ul li a {
  font-size: 12px;
  display: block;
  font-family: 'BREE SERIF';
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 44px;
  letter-spacing: 1px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 15px 0 15px;
}

.mobile-menu .mean-bar .mean-nav>ul li a::after {
  display: none;
}

.mobile-menu .mean-bar .mean-nav>ul li a:hover {
  color: #033181;
  padding-left: 25px;
}

.mobile-menu .mean-bar .mean-nav>ul li a.active {
  color: #033181;
}

.mobile-menu .mean-bar .mean-nav>ul li a.mean-expand {
  border-width: 0 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  right: -1px;
  top: 0;
  font-size: 20px !important;
  color: #666666;
  line-height: 44px;
  height: 46px;
  width: 40px;
  text-align: center;
  padding: 0;
}

.mobile-menu .mean-bar .mean-nav>ul li a.mean-expand.mean-clicked {
  line-height: 40px;
}

.mobile-menu .mean-bar .mean-nav>ul li span {
  font-size: 13px;
  display: block;
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 44px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: none;
  padding: 0 40px 0 20px;
  margin: 0;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu,
.mobile-menu .mean-bar .mean-nav>ul li ul {
  position: static;
  background-color: rgba(0, 0, 0, 0.03);
  margin: 0;
  padding: 0 !important;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  display: none;
  float: left;
  width: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transition: none;
  transition: none;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li,
.mobile-menu .mean-bar .mean-nav>ul li ul li {
  padding: 0;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  border-right: 0px solid transparent;
  width: 100%;
  display: block !important;
  float: left;
  width: 100%;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li a {
  font-size: 11px;
  display: block !important;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li a::before,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li a::before,
.mobile-menu .mean-bar .mean-nav>ul li ul li a::before {
  display: none;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li span,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li span,
.mobile-menu .mean-bar .mean-nav>ul li ul li span {
  font-size: 11px;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul {
  background-color: rgba(0, 0, 0, 0.04);
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul li a {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul li a.mean-expand {
  border-width: 0 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul ul,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul ul,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul ul {
  background-color: rgba(0, 0, 0, 0.05);
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul ul li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul ul li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul ul li a {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul ul li a.mean-expand {
  border-width: 0 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
}



/*----------------------------------------*/
/*  03. pinglo CSS
/*----------------------------------------*/
.pinglo-section {
  margin-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pinglo-section {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .pinglo-section {
    margin-top: 80px;
  }

  .header-bottom.menu-center {
    padding: 10px 0px 10px;
  }
}

.pinglo-section .inline-YTPlayer {
  width: 100% !important;
}

/*-- pinglo Slider --*/
.pinglo-slider .slick-arrow {
  position: absolute;
  z-index: 9;
  top: 50%;
  /*bottom: 0%;*/
  width: 45px;
  height: 45px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #083e9b ;
  border: none;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
}

.pinglo-slider .slick-arrow i {
  font-size: 25px;
  line-height: 25px;
  display: block;
  text-align: center !important;
}

.pinglo-slider .slick-arrow.slick-prev {
  left: 15px;
}

.pinglo-slider .slick-arrow.slick-next {
  right: 15px;
}

.pinglo-slider .slick-arrow:hover {
  color: #ffffff;
  background-color: #083e9b ;

}

.pinglo-slider .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pinglo-slider .slick-dots {
    bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .pinglo-slider .slick-dots {
    bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .pinglo-slider .slick-dots {
    bottom: 20px;
  }
}

.pinglo-slider .slick-dots li {
  margin: 0 5px;
}

.pinglo-slider .slick-dots li button {
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  text-indent: -9999px;
  border: 3px solid #0798c0;
  border-radius: 50px;
  background-color: #222222;
}

@media only screen and (max-width: 767px) {
  .pinglo-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
}

.pinglo-slider .slick-dots li.slick-active button {
  width: 30px;
  background-color: #0798c0;
}

@media only screen and (max-width: 767px) {
  .pinglo-slider .slick-dots li.slick-active button {
    width: 20px;
  }
}

/*-- pinglo Item --*/
.pinglo-item {
  position: relative;
  z-index: 1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 90px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.pinglo-item::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.70;
  /* background-color: #154311; */
  /* background-color: #03c1eb; */
  /* background-image: linear-gradient(to right, #03c1eb , #141a61); */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pinglo-item {
    height: auto;
    padding: 40px 0px 60px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .pinglo-item {
    height: auto;
    padding: 30px 0px 60px 0px;
  }
}

.pinglo-item.player {
  height: calc(100vh - 90px) !important;
  padding: 0 !important;
}

/*-- pinglo Content --*/
.pinglo-content {
  text-align: center;
}

.pinglo-content h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #ffffff;
}

@media only screen and (max-width: 575px) {
  .pinglo-content h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 479px) {
  .pinglo-content h3 {
    font-size: 14px;
  }
}

.pinglo-content h1 {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pinglo-content h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .pinglo-content h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .pinglo-content h1 {
    font-size: 36px;
  }
}

.pinglo-content h1 span {
  font-weight: 800;
  color: #0798c0;
}




/*-- pinglo product Content --*/
.pinglo-product-content h1 {
  color: #fff;
  margin-bottom: 16px;
  line-height: 65px;
  font-size: 54px;
  font-weight: 700;
  letter-spacing: 1px;
}

.pinglo-product-content h4 {
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  /* line-height: 40px; */
}

.pinglo-product-content p {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 30px;
  font-weight: 300;
  
}

.pinglo-product-content .header-slider-btn {
  margin-top: 40px;
}

.pinglo-product-content .header-slider-btn .btn-primary {
  /* background-color: #083e9b; */
  border-color: #083e9b;
  border: 1px solid #083e9b;
}

.pinglo-product-content .header-slider-btn .btn-primary:hover {
  border-color: #083e9b;
}


@media only screen and (max-width: 767px) {
  .pinglo-product-content h1 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 30px;
  }

  .pinglo-product-content h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .pinglo-product-content p {
    font-size: 13px;
    line-height: 26px;
  }
}
.about-content ul li{
 list-style-type: square;
 margin-left: 10px;
}

@media only screen and (max-width: 479px) {
  .pinglo-product-content h1 {
    font-size: 38px;
    margin-bottom: 10px;
    line-height: 40px;
    font-weight: 100;
    margin-top: 60px;
  }

  .pinglo-product-content h4 {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.5px;
  }

  .pinglo-product-content p {
    font-size: 13px;
    line-height: 26px;
  }

}

.pinglo-product-content .type-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .pinglo-product-content .type-wrap {
    margin-bottom: 0;
  }
}



.pinglo-product-content .type-wrap span::before {
  margin-right: 4px;
  content: "/";
}



.pinglo-product-content .product-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  /* margin-top: 30px; */
}

@media only screen and (max-width: 767px) {
  .pinglo-product-content .product-feature {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .pinglo-product-content .product-feature {
    margin: 15px -5px -5px;
  }
}

.pinglo-product-content .product-feature li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 30px;
  margin-bottom: 5px;
}

.pinglo-product-content .product-feature li i {
  font-size: 20px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .pinglo-product-content .product-feature li {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .pinglo-product-content .product-feature li {
    padding-right: 10px;
    margin-top: 10px;
  }
}

.pinglo-product-content .product-feature li:last-child {
  margin-right: 0;
}

.pinglo-product-content .product-feature li img {
  float: left;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pinglo-product-content .product-feature li img {
    height: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .pinglo-product-content .product-feature li img {
    height: 15px;
  }
}

.pinglo-product-content .product-feature li span {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pinglo-product-content .product-feature li span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .pinglo-product-content .product-feature li span {
    font-size: 14px;
    line-height: 20px;
  }
}




/*----------------------------------------*/
/*  05. About CSS
/*----------------------------------------*/

/*-- About Content --*/
.about-content h3 {
  font-size: 18px;
  line-height: 32px;
}

.about-content h3 span {
  color: #033181;
  font-weight: 600;
}

.about-content h1 {
  font-size: 22px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content h1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .about-content h1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .about-content h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .about-content h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .about-content h3 {
    font-size: 16px;
  }
}

.about-content p {
  text-align: justify;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}


.about-content .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -15px;
}

.about-content .feature-list li {
  max-width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  margin-bottom: 30px;
}

.about-content .feature-list li i {
  font-size: 22px;
  text-align: center;
  margin-right: 15px;
  font-weight: 600;
  color: #033181;
}

.about-content .feature-list li img {
  margin-right: 10px;
}

.about-content .feature-list li h4 {
  margin: 0;
  font-size: 16px;
}

@media only screen and (max-width: 479px) {
  .about-content .feature-list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 50%;
  }

  .about-content .feature-list li img {
    margin-right: 5px;
    width: 35px;
  }
}

/*----------------------------------------*/
/*  06. product CSS
/*----------------------------------------*/
/*-- product Carousel --*/

.product-carousel.slick-dotted {
  margin-bottom: 0;
}

.product-carousel.slick-dotted .slick-arrow {
  margin-top: -30px;
}

.product-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -15px;
  z-index: 9;
  border: none;
  background-color: #ffffff;
  color: #07398f ;
  padding: 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
}

.product-carousel .slick-arrow i {
  font-size: 24px;
  line-height: 24px;
  display: block;
}

.product-carousel .slick-arrow.slick-prev {
  left: -7px;
  margin-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .product-carousel .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-carousel .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-carousel .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .product-carousel .slick-arrow.slick-prev {
    left: 8px;
  }

  .product-carousel .slick-arrow {
    width: 35px;
    height: 35px;
    padding: 0;
  }

  .product-carousel .slick-arrow i {
    font-size: 20px;
    line-height: 20px;
  }
}

.product-carousel .slick-arrow.slick-next {
  right: -7px;
  margin-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .product-carousel .slick-arrow.slick-next {
    right: 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-carousel .slick-arrow.slick-next {
    right: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-carousel .slick-arrow.slick-next {
    right: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .product-carousel .slick-arrow.slick-next {
    right: 8px;
  }
}

.product-carousel .slick-arrow:hover {
  background-color: #083e9b ;
  color: #ffffff;
}

.product-carousel:hover .slick-arrow {
  opacity: 1;
}

.product-carousel:hover .slick-arrow.slick-prev {
  margin-left: 0;
}

.product-carousel:hover .slick-arrow.slick-next {
  margin-right: 0;
}

.product-carousel .slick-dots {
  width: 100%;
  padding: 0;
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-carousel .slick-dots li {
  margin: 0 5px;
}

.product-carousel .slick-dots li button {
  display: block;
  padding: 0;
  width: 12px;
  height: 12px;
  border: none;
  background-color: #d8d8d8;
  text-indent: -9999px;
  border-radius: 50px;
}

.product-carousel .slick-dots li.slick-active button {
  background-color: #083e9b ;

}

.product-carousel .product-section {
  margin-bottom: 40px;
}

/*-- product Item --*/
.product-section.map-product-section {
  max-width: 300px;
}

@media only screen and (max-width: 479px) {
  .product-section.map-product-section {
    max-width: 250px;
  }
}


.product-item {
  margin-bottom: 40px;
}

.product-section .product-inner .image {
  position: relative;
  overflow: hidden;
}

.product-section .product-inner .image a {
  display: block;
  overflow: hidden;
}

.product-section .product-inner .image a img {
  width: 100%;
  border: 1px solid #eee;
  border-bottom: none;
}

.product-section .product-inner .content {
  padding: 20px 10px 10px 10px;
  background: #fff;
  border-radius: 5px;
  border: 1px dashed #eee;
  width: 275px;
}

.product-section .product-inner .content .title {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 10px;
}

.product-section .product-inner .content .about {
  font-size: 14px;
  color: #15170c;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.product-section .product-inner .content .about i {
  margin-right: 0px;
  font-size: 16px;
  font-weight: bolder;
  color: #004395;
}

.product-section .product-inner .content .type-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.product-section .product-inner .content .type-wrap img {
  width: 18px;
  height: 18px;
  line-height: 20px;
  margin-right: 10px;
}

.product-section .product-inner .content .type-wrap .medicines {
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  color: #033181;
}

.product-section .product-inner .content .type-wrap .medicines span {
  font-size: 12px;
  margin-left: 2px;
  font-weight: 500;
  line-height: 18px;
}

.product-section .product-inner .content .type-wrap .medicines span::before {
  content: "/";
  margin-right: 2px;
}



/*-- Single product --*/

.product-section .product-inner .content .head {
  margin-bottom: 15px;
}

.single-product .product-inner .head .title {
  font-size: 24px;
  line-height: 30px;
}

.product-section .product-inner .head .type-wrap {
  display: unset;
}

.product-section .product-inner .head h4 {
  line-height: 30px;
  margin-bottom: 10px !important;
}


.product-section .product-inner .content p {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}



.list-item li {
  font-weight: 500;
  color: #000;
  font-size: 13px;
  position: relative;
  line-height: 28px;
  margin-bottom: 10px;

}

.list-item li i {
  font-size: 13px;
  font-weight: 800;
  line-height: 28px;
  color: #0e8ecb;
  margin-right: 5px;
}

/*----------------------------------------*/
/*  07. Feature CSS
/*----------------------------------------*/
.feature-section-border-top {
  border-top: 1px solid #eeeeee;
}

.feature-section-border-bottom {
  border-bottom: 1px solid #eeeeee;
}

.feature-section-border-double {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

/*-- Feature Wrap --*/
.feature-wrap {
  margin-bottom: -50px;
}

/*-- Feature --*/
.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.feature .icon {
  min-width: 50px;
  text-align: center;
}

.feature .icon i {
  font-size: 50px;
  -webkit-transition: .5s;
  transition: .5s;
}

.feature:hover .icon i {
  color: #033181;
}

.feature .content {
  padding-left: 20px;
}

.feature .content h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.feature .content p {
  line-height: 26px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #000;
}
.fa{
  font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
}
.feature-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* text-align: center; */
  padding-left: 20px;
  justify-content: center;
  box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.75);
}
/*-- Feature 2 --*/
.feature-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.75);
  /* box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 29%); */border: 1px solid #e1dfdf;`
}
@media (min-width: 200px) and (max-width: 600px) {
  .feature-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    
  }
  .feature-2 .icon {
    margin: auto;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #033181;
    color: #ffffff;
  }
}
/*  */
@media (min-width: 200px) and (max-width: 600px) {
  .feature-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 10px;
    /* text-align: center; */
  }
  .feature-1 .icon {
    margin: auto;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #033181;
    color: #ffffff;
  }
}
/*  */

.feature-2 .icon {
  margin: auto;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #033181;
  color: #ffffff;
  /* margin-right: 10px; */
  margin-top: 30px;
}
.smalltext{
  text-shadow: 2px 2px 4px #000000;
  font-size: 30px;
}
.shedow{
  text-shadow: 2px 2px 4px #000000;
}
.feature-2 .icon i {
  font-size: 50px;
}

.feature-2 .content h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.size{
  font-size: 15px;
}
.feature-2 .content p {
  font-weight: 500;
  margin: auto;
  font-size: 13px;
  color: #000;
  line-height: 26px;
  max-width: 300px;
  text-align: justify;
}
/*  */
.feature-1 .content h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.feature-1 .content p {
  font-weight: 500;
  margin: auto;
  font-size: 13px;
  color: #000;
  line-height: 26px;
  max-width: 300px;
  text-align: justify;
}
/*----------------------------------------*/
/*  09. CTA CSS
/*----------------------------------------*/
.cta-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
}

.cta-section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000000;
  opacity: 0.65;
  z-index: -1;
}

/*-- CTA Content --*/
.cta-content {
  text-align: center;
}

.cta-content h1 {
  color: #ffffff;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.5;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-content h1 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .cta-content h1 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .cta-content h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.cta-content h1 span {
  color: #0798c0;
  font-weight: 800;
}

.cta-content .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cta-content .buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  color: #222222;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
  padding: 12px 30px;
  border-radius: 5px;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 575px) {
  .cta-content .buttons a {
    padding: 10px 20px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 479px) {
  .cta-content .buttons a {
    padding: 7px 15px;
    font-size: 12px;
    margin-top: 10px;
  }
}

.cta-content .buttons a:hover {
  background-color: #0798c0;
  color: #033181;
}

/*----------------------------------------*/
/*  10. Funfact CSS
/*----------------------------------------*/
.funfact-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}

.funfact-section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #154311;
  background-image: linear-gradient(to right, #154311 , #141a61);
  opacity: 0.65;
  z-index: -1;
}

/*-- Single FunFact --*/
.single-fact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

@media only screen and (max-width: 479px) {
  .single-fact {
    margin-bottom: 40px;
  }
}

.single-fact .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-shadow: 2px 2px 4px #000000;
}

.single-fact .inner .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.justify{
  text-align: justify;
}
.single-fact .inner .head i {
  color: #ffffff;
  font-size: 50px;
  margin-right: 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (max-width: 767px) {
  .single-fact .inner .head i {
    font-size: 30px;
  }
}


.single-fact:hover .inner .head i {
  color: #083e9b;
}

.single-fact .inner .head h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  margin: 3px 0 0;
  letter-spacing: 1px;
}

.single-fact .inner p {
  color: #fffdfd;
  font-size: 18px;
  font-family: 'BREE SERIF';
  line-height: 30px;
}



/*----------------------------------------*/
/*  11. teams CSS
/*----------------------------------------*/
.team-carousel,
.team-carousel-2 {
  margin-bottom: -30px;
}

.team-carousel.slick-dotted,
.team-carousel-2.slick-dotted {
  margin-bottom: 0;
}

.team-carousel.slick-dotted .slick-arrow,
.team-carousel-2.slick-dotted .slick-arrow {
  margin-top: -30px;
}

.team-carousel .slick-arrow,
.team-carousel-2 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -15px;
  z-index: 9;
  border: none;
  background-color: #ffffff;
  color: #033181;
  padding: 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
}

.team-carousel .slick-arrow i,
.team-carousel-2 .slick-arrow i {
  font-size: 24px;
  line-height: 24px;
  display: block;
}

.team-carousel .slick-arrow.slick-prev,
.team-carousel-2 .slick-arrow.slick-prev {
  left: -7px;
  margin-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {

  .team-carousel .slick-arrow.slick-prev,
  .team-carousel-2 .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .team-carousel .slick-arrow.slick-prev,
  .team-carousel-2 .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .team-carousel .slick-arrow.slick-prev,
  .team-carousel-2 .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media only screen and (max-width: 767px) {

  .team-carousel .slick-arrow.slick-prev,
  .team-carousel-2 .slick-arrow.slick-prev {
    left: 8px;
  }
}

.team-carousel .slick-arrow.slick-next,
.team-carousel-2 .slick-arrow.slick-next {
  right: -7px;
  margin-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {

  .team-carousel .slick-arrow.slick-next,
  .team-carousel-2 .slick-arrow.slick-next {
    right: 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .team-carousel .slick-arrow.slick-next,
  .team-carousel-2 .slick-arrow.slick-next {
    right: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .team-carousel .slick-arrow.slick-next,
  .team-carousel-2 .slick-arrow.slick-next {
    right: 8px;
  }
}

@media only screen and (max-width: 767px) {

  .team-carousel .slick-arrow.slick-next,
  .team-carousel-2 .slick-arrow.slick-next {
    right: 8px;
  }
}

.team-carousel .slick-arrow:hover,
.team-carousel-2 .slick-arrow:hover {
  background-color: #033181;
  color: #ffffff;
}

.team-carousel:hover .slick-arrow,
.team-carousel-2:hover .slick-arrow {
  opacity: 1;
}

.team-carousel:hover .slick-arrow.slick-prev,
.team-carousel-2:hover .slick-arrow.slick-prev {
  margin-left: 0;
}

.team-carousel:hover .slick-arrow.slick-next,
.team-carousel-2:hover .slick-arrow.slick-next {
  margin-right: 0;
}

.team-carousel .slick-dots,
.team-carousel-2 .slick-dots {
  width: 100%;
  padding: 0;
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team-carousel .slick-dots li,
.team-carousel-2 .slick-dots li {
  margin: 0 5px;
}

.team-carousel .slick-dots li button,
.team-carousel-2 .slick-dots li button {
  display: block;
  padding: 0;
  width: 12px;
  height: 12px;
  border: none;
  background-color: #d8d8d8;
  text-indent: -9999px;
  border-radius: 50px;
}

.team-carousel .slick-dots li.slick-active button,
.team-carousel-2 .slick-dots li.slick-active button {
  background-color: #033181;
}

.team-carousel .team,
.team-carousel-2 .team {
  margin-bottom: 30px;
}

/*-- teams --*/
.team {
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #fff;
  border-radius: 3px;
}

.team:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.team:hover .image .social a {
  margin-left: 0;
}

.team .image {
  position: relative;
  overflow: hidden;
}

.team .image .img {
  display: block;
}

.team .image .img img {
  width: 100%;
}

.team .image .social {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}

.team .image .social a {
  width: 30px;
  height: 30px;
  padding: 5px;
  text-align: center;
  border-radius: 50px;
  display: block;
  color: #ffffff;
  margin-bottom: 5px;
  margin-left: -50px;
}

.team .image .social a:last-child {
  margin-bottom: 0;
}

.team .image .social a:hover {
  opacity: 0.9;
}

.team .image .social a i {
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.team .image .social a.facebook {
  background-color: #4867AA;
}

.team .image .social a.twitter {
  background-color: #1DA1F2;
}

.team .image .social a.linkedin {
  background-color: #007BB6;
}

.team .image .social a.google {
  background-color: #DD5144;
}

.team .image .social a.instagram {
  background-color: #B23A94;
}

.team .image .social a.pinterest {
  background-color: #BD081B;
}

.team .image .social a.skype {
  background-color: #00A9F0;
}

.team .image .social a.tumblr {
  background-color: #36465D;
}

.team .image .social a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.team .image .social a:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.team .image .social a:nth-child(4) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.team .image .social a:nth-child(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.team .image .social a:nth-child(6) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.team .image .social a:nth-child(7) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.team .image .social a:nth-child(8) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.team .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 10px 0px 15px;
}


.team .content .title {
  font-size: 18px;
  color: #000;
}

.team .content .phone,
.team .content .email {
  line-height: 20px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
  color: #000;
}

.team .content .properties {
  font-size: 13px;
  line-height: 18px;
  color: #033181;
  font-weight: 500;
  margin-top: 5px;
}

/*-- Single team --*/
/*-- Single team Image --*/
.team-image {
  max-width: 470px;
}

.team-image img {
  width: 100%;
}

/*-- Single team Content --*/
.team-content .title {
  margin-bottom: 15px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .team-content .title {
    font-size: 20px;
  }

}

.team-content p {
  margin-bottom: 25px;
}

.team-content h4 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.team-content ul li {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  line-height: 24px;
  margin-bottom: 15px;
}

.team-content ul li:last-child {
  margin-bottom: 0;
}

.team-content ul li i {
  font-size: 24px;
  line-height: 24px;
  width: 24px;
  text-align: center;
  margin-right: 10px;
  color: #222222;
}

.team-content ul li a::after {
  content: ',';
  margin-right: 1px;
}

.team-content ul li a:last-child::after {
  display: none;
}

.team-content ul li span:first-child {
  font-weight: 600;
  margin-right: 10px;
  color: #222222;
}

.team-content .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.team-content .social a {
  width: 30px;
  height: 30px;
  padding: 5px;
  text-align: center;
  border-radius: 50px;
  display: block;
  color: #ffffff;
  margin-right: 10px;
}

.team-content .social a:last-child {
  margin-right: 0;
}

.team-content .social a:hover {
  opacity: 0.9;
}

.team-content .social a i {
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.team-content .social a.facebook {
  background-color: #4867AA;
}

.team-content .social a.twitter {
  background-color: #1DA1F2;
}

.team-content .social a.linkedin {
  background-color: #007BB6;
}

.team-content .social a.google {
  background-color: #DD5144;
}

.team-content .social a.instagram {
  background-color: #B23A94;
}

.team-content .social a.pinterest {
  background-color: #BD081B;
}

.team-content .social a.skype {
  background-color: #00A9F0;
}

.team-content .social a.tumblr {
  background-color: #36465D;
}

.team-content .social a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.team-content .social a:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.team-content .social a:nth-child(4) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.team-content .social a:nth-child(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.team-content .social a:nth-child(6) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.team-content .social a:nth-child(7) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.team-content .social a:nth-child(8) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

/*----------------------------------------*/
/*  12. Agency CSS
/*----------------------------------------*/
/*-- Agency --*/
/*.agency {
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.agency:hover {
-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.agency .image {
position: relative;
overflow: hidden;
}

.agency .image .img {
display: block;
}

.agency .image .img img {
width: 100%;
}

.agency .content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
padding: 30px;
border-top: 1px solid #eeeeee;
margin-bottom: 10px;
}

.agency .content .title {
font-weight: 600;
}

.agency .content span {
line-height: 18px;
color: #033181;
font-weight: 500;
margin-top: 8px;
}

/*-- Single Agency --*/
/*-- Agency Image --*/
.agency-image {
  max-width: 470px;
  border: 1px solid #eeeeee;
}

.agency-image img {
  width: 100%;
}

/*-- Agency Content --*/
.agency-content .title {
  margin-bottom: 15px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .agency-content .title {
    font-size: 20px;
  }
}

.agency-content p {
  margin-bottom: 25px;
}

.agency-content h4 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.agency-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.agency-content ul li {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  line-height: 24px;
  margin-bottom: 15px;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

@media only screen and (max-width: 575px) {
  .agency-content ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}

.agency-content ul li:last-child,
.agency-content ul li:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}

.agency-content ul li i {
  font-size: 24px;
  line-height: 24px;
  width: 24px;
  text-align: center;
  margin-right: 10px;
  color: #222222;
}

.agency-content ul li a::after {
  content: ',';
  margin-right: 1px;
}

.agency-content ul li a:last-child::after {
  display: none;
}

.agency-content ul li span:first-child {
  font-weight: 600;
  margin-right: 10px;
  color: #222222;
}

.agency-content .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.agency-content .social a {
  width: 30px;
  height: 30px;
  padding: 5px;
  text-align: center;
  border-radius: 50px;
  display: block;
  color: #ffffff;
  margin-right: 10px;
}

.agency-content .social a:last-child {
  margin-right: 0;
}

.agency-content .social a:hover {
  opacity: 0.9;
}

.agency-content .social a i {
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.agency-content .social a.facebook {
  background-color: #4867AA;
}

.agency-content .social a.twitter {
  background-color: #1DA1F2;
}

.agency-content .social a.linkedin {
  background-color: #007BB6;
}

.agency-content .social a.google {
  background-color: #DD5144;
}

.agency-content .social a.instagram {
  background-color: #B23A94;
}

.agency-content .social a.pinterest {
  background-color: #BD081B;
}

.agency-content .social a.skype {
  background-color: #00A9F0;
}

.agency-content .social a.tumblr {
  background-color: #36465D;
}

.agency-content .social a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.agency-content .social a:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.agency-content .social a:nth-child(4) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.agency-content .social a:nth-child(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.agency-content .social a:nth-child(6) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.agency-content .social a:nth-child(7) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.agency-content .social a:nth-child(8) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

/*----------------------------------------*/
/*  13. Review CSS
/*----------------------------------------*/

.review-slider {
  margin: -10px 0 -30px;
}

.review-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -15px;
  z-index: 9;
  border: none;
  background-color: #ffffff;
  color: #033181;
  padding: 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
}

.review-slider .slick-arrow i {
  font-size: 24px;
  line-height: 24px;
  display: block;
}

.review-slider .slick-arrow.slick-prev {
  left: -7px;
  margin-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .review-slider .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .review-slider .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review-slider .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .review-slider .slick-arrow.slick-prev {
    left: 8px;
  }
}

.review-slider .slick-arrow.slick-next {
  right: -7px;
  margin-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .review-slider .slick-arrow.slick-next {
    right: 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .review-slider .slick-arrow.slick-next {
    right: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review-slider .slick-arrow.slick-next {
    right: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .review-slider .slick-arrow.slick-next {
    right: 8px;
  }
}

.review-slider .slick-arrow:hover {
  background-color: #033181;
  color: #ffffff;
}

.review-slider:hover .slick-arrow {
  opacity: 1;
}

.review-slider:hover .slick-arrow.slick-prev {
  margin-left: 0;
}

.review-slider:hover .slick-arrow.slick-next {
  margin-right: 0;
}

.review-slider .slick-dots {
  width: 100%;
  padding: 0;
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.review-slider .slick-dots li {
  margin: 0 5px;
}
.service .service-inner1:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  border-color: #033181;
}
.review-slider .slick-dots li button {
  display: block;
  padding: 0;
  width: 12px;
  height: 12px;
  border: none;
  background-color: #d8d8d8;
  text-indent: -9999px;
  border-radius: 50px;
}
.ifram{
  margin: 0;padding: 0;
}
.review-slider .slick-dots li.slick-active button {
  background-color: #033181;
}

/*-- Review --*/
.review {
  padding: 10px 15px 30px;
}
.iconbig{
  font-size: 71px;
}
.review.slick-center .review-inner {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  cursor: all-scroll;
}


.review .review-inner {
  padding: 20px 20px;
  border-radius: 10px;

}

.review.slick-center .review-inner .image {
  border-color: #033181;
}

.review .review-inner:hover .image {
  border-color: #033181;
}

.review .review-inner .image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  /* border: 5px solid rgba(0, 67, 149, 0.25); */
  transition: .5s;
  position: relative;
  margin: 0 auto 30px;
}

.review .review-inner .image::before {
  position: absolute;
  right: -5px;
  bottom: -5px;
  content: "\f10d";
  font-family: Fontawesome;
  background-color: #ffffff;
  color: #033181;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: block;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.review .review-inner .image img {
  width: 100%;
  border-radius: 50%;
}

.review .review-inner .content {
  text-align: center;
}

.review .review-inner .content p {
  font-size: 13px;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 28px;
}

.review .review-inner .content h6 {
  font-size: 14px;
  font-weight: 500;
  color: #033181;
  margin: 0;
  padding-top: 15px;
  position: relative;
}

.review .review-inner .content h6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 1px;
  background-color: rgba(0, 67, 149, 0.5);
}

*/

/*----------------------------------------*/
/*  14. Brand CSS
/*----------------------------------------*/
.brand-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -15px;
  z-index: 9;
  border: none;
  background-color: #ffffff;
  color: #033181;
  padding: 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
}

.brand-carousel .slick-arrow i {
  font-size: 24px;
  line-height: 24px;
  display: block;
}

.brand-carousel .slick-arrow.slick-prev {
  left: -7px;
  margin-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .brand-carousel .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-carousel .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-carousel .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .brand-carousel .slick-arrow.slick-prev {
    left: 8px;
  }
}

.brand-carousel .slick-arrow.slick-next {
  right: -7px;
  margin-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .brand-carousel .slick-arrow.slick-next {
    right: 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-carousel .slick-arrow.slick-next {
    right: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-carousel .slick-arrow.slick-next {
    right: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .brand-carousel .slick-arrow.slick-next {
    right: 8px;
  }
}

.brand-carousel .slick-arrow:hover {
  background-color: #033181;
  color: #ffffff;
}

.brand-carousel:hover .slick-arrow {
  opacity: 1;
}

.brand-carousel:hover .slick-arrow.slick-prev {
  margin-left: 0;
}

.brand-carousel:hover .slick-arrow.slick-next {
  margin-right: 0;
}

.brand-carousel .slick-dots {
  width: 100%;
  padding: 0;
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand-carousel .slick-dots li {
  margin: 0 5px;
}

.brand-carousel .slick-dots li button {
  display: block;
  padding: 0;
  width: 12px;
  height: 12px;
  border: none;
  background-color: #d8d8d8;
  text-indent: -9999px;
  border-radius: 50px;
}

.brand-carousel .slick-dots li.slick-active button {
  background-color: #033181;
}

/*-- Brand --*/
.brand {
  text-align: center;
}

.brand img {
  max-width: 100%;
  margin: auto;
}

/*----------------------------------------*/
/*  15. Service CSS
/*----------------------------------------*/
/*-- Service --*/

.service .service-inner {
  text-align: center;
  /* padding: 30px 10px; */
  -webkit-box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
  /* box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%); */

  border: 1px dashed #ddd;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.green{
  color: #15970f;
  text-shadow: 2px 2px 4px #000000;
}
.blue{
  color: #0f83ad;
  text-shadow: 2px 2px 4px #000000;
}


/*  */
.green-new{
  color: #107a0a;
  
}
.blue-new{
  color: #0b7096;
  
}
/*  */


.blue-1{
  color: rgb(0, 38, 255);

  font-size: 14px;
 
  font-weight: 500;
 
}

.f-size{

    font-size: 14px;
    color: #15170c;
    font-weight: 500;
   
  
}
.service .service-inner:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  border-color: #8c9ebf;
}

.service .service-inner .head .icon {
  margin-bottom: 10px;
}

.service .service-inner .head .icon img {
  max-width: 100%;
}

.service .service-inner .head h4 {
  margin: 0;
  font-size: 15px;
  color: #000;
  /* letter-spacing: 0.5px; */
  line-height: 26px;
  height: 50px;
}

/*.service .service-inner .content p {
font-size: 13px;
color: #000;
font-weight: 500;
letter-spacing: 0.5px;
}
*/

/*----------------------------------------*/
/*  16. blog CSS
/*----------------------------------------*/
.blog-carousel {
  margin-bottom: -30px;
}

.blog-carousel.slick-dotted {
  margin-bottom: 0;
}

.blog-carousel.slick-dotted .slick-arrow {
  margin-top: -30px;
}

.blog-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -15px;
  z-index: 9;
  border: none;
  background-color: #ffffff;
  color: #033181;
  padding: 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
}

.blog-carousel .slick-arrow i {
  font-size: 24px;
  line-height: 24px;
  display: block;
}

.blog-carousel .slick-arrow.slick-prev {
  left: -7px;
  margin-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .blog-carousel .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-carousel .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-carousel .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-carousel .slick-arrow.slick-prev {
    left: 8px;
  }
}

.blog-carousel .slick-arrow.slick-next {
  right: -7px;
  margin-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .blog-carousel .slick-arrow.slick-next {
    right: 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-carousel .slick-arrow.slick-next {
    right: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-carousel .slick-arrow.slick-next {
    right: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-carousel .slick-arrow.slick-next {
    right: 8px;
  }
}

.blog-carousel .slick-arrow:hover {
  background-color: #033181;
  color: #ffffff;
}

.blog-carousel:hover .slick-arrow {
  opacity: 1;
}

.blog-carousel:hover .slick-arrow.slick-prev {
  margin-left: 0;
}

.blog-carousel:hover .slick-arrow.slick-next {
  margin-right: 0;
}

.blog-carousel .slick-dots {
  width: 100%;
  padding: 0;
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-carousel .slick-dots li {
  margin: 0 5px;
}

.blog-carousel .slick-dots li button {
  display: block;
  padding: 0;
  width: 12px;
  height: 12px;
  border: none;
  background-color: #d8d8d8;
  text-indent: -9999px;
  border-radius: 50px;
}

.blog-carousel .slick-dots li.slick-active button {
  background-color: #033181;
}

.blog-carousel .blog {
  margin-bottom: 30px;
}

/*-- blog --*/
.blog {
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
}

.blog:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.blog:hover .image .meta-wrap {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.blog .image {
  position: relative;
}

.blog .image a {
  display: block;
  overflow: hidden;
}

.blog .image a img {
  width: 100%;
}


.blog .image .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 5px 15px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}


.blog .image .meta-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}


.blog .image .meta.back {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0, 67, 149, 0.85);
}

.blog .image .meta.back li {
  color: #ffffff;
}

.blog .image .meta.back li a:hover {
  color: #0798c0;
}

.blog .image .meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #222222;
}

.blog .image .meta li::after {
  content: "|";
  margin: 0 10px;
}

.blog .image .meta li:last-child::after {
  display: none;
}

.blog .image .meta li a {
  margin-left: 5px;
}

.blog .image .meta li a:hover {
  color: #033181;
}

.blog .content {
  padding: 10px 5px 10px 10px;
}

.blog .content .title {
  margin-bottom: 5px;
  line-height: 30px;
}

.blog .content .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.blog .content .meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.blog .content .meta li::after {
  content: "|";
  margin: 0 10px;
}

.blog .content .meta li:last-child::after {
  display: none;
}

.blog .content .meta li a {
  margin-left: 5px;
}

.blog .content .meta li a:hover {
  color: #033181;
}

.blog .content .desc p {
  line-height: 26px;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
}


.blog .content .readmore {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 13px;
  color: #013082;
}

.blog .content .readmore i {
  font-size: 10px;
}

.blog .content .readmore:hover {
  color: #033181;
}

/*-- Single blog --*/
.single-blog-item .image {
  width: 100%;
  margin-bottom: 21px;
}

.single-blog-item .content .title {
  font-weight: 600;
  margin-bottom: 15px;
}

.single-blog-item .content .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
}

.single-blog-item .content .blog-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #222222;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 3px;
}

.single-blog-item .content .blog-meta li::after {
  content: "|";
  margin: 0 10px;
}

.single-blog-item .content .blog-meta li:last-child::after {
  display: none;
}

.single-blog-item .content .blog-meta li a:hover {
  color: #033181;
}

.single-blog-item .content .desc .blockquote {
  margin: 30px 60px;
}

@media only screen and (max-width: 767px) {
  .single-blog-item .content .desc .blockquote {
    margin: 30px;
  }

  .blog .image .meta {
    padding: 5px 5px;
  }

  .blog .image .meta li {
    letter-spacing: 0;
    font-size: 10px;
  }

  .blog .image .meta li::after {
    margin: 0px 5px;
  }

}

.single-blog-item .content .desc .blockquote p {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
}

.single-blog-item .content .blog-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.single-blog-item .content .blog-footer .tags,
.single-blog-item .content .blog-footer .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-blog-item .content .blog-footer .tags span,
.single-blog-item .content .blog-footer .share span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 25px;
  margin-right: 10px;
}

.single-blog-item .content .blog-footer .tags a,
.single-blog-item .content .blog-footer .share a {
  font-size: 15px;
  line-height: 25px;
}

.single-blog-item .content .blog-footer .tags a::after,
.single-blog-item .content .blog-footer .share a::after {
  content: ",";
  margin-right: 5px;
}

.single-blog-item .content .blog-footer .tags a:last-child::after,
.single-blog-item .content .blog-footer .share a:last-child::after {
  display: none;
}

.single-blog-item .content .blog-footer .share a {
  margin-right: 15px;
}

.single-blog-item .content .blog-footer .share a:last-child {
  margin-right: 0;
}

.single-blog-item .content .blog-footer .share a::after {
  display: none;
}

/*-- blog Navigation --*/
.blog-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
}

.blog-navigation a {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  line-height: 20px;
}

.blog-navigation a i {
  line-height: 24px;
  display: block;
  color: #acacac;
}

.blog-navigation a.prev-blog i {
  float: left;
  margin-right: 10px;
}

.blog-navigation a.next-blog i {
  float: right;
  margin-left: 10px;
}

.blog-navigation a:hover {
  color: #033181;
}

.blog-navigation a:hover i {
  color: #033181;
}


/*----------------------------------------*/
/*  18. Comment CSS
/*----------------------------------------*/
/*-- Comment Wrap --*/
.comment-wrap h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}

/*-- Comment List --*/
.comment-list {
  overflow: hidden;
}

.child-comment {
  margin-left: 120px;
}

@media only screen and (max-width: 479px) {
  .child-comment {
    margin-left: 0;
  }
}

/*-- Comment --*/
.comment {
  margin-bottom: 40px;
}

.comment .image {
  width: 90px;
  float: left;
  margin-right: 20px;
  border-radius: 4px;
  overflow: hidden;
}

.comment .image img {
  width: 100%;
}

.comment .content {
  overflow: hidden;
}

.comment .content h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}

.comment .content .time {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 5px;
}

.comment .content .reply {
  line-height: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.comment .content .decs {
  margin-top: 2px;
}

.comment .content .decs p {
  font-size: 14px;
  line-height: 26px;
}

/*----------------------------------------*/
/*  19. Contact CSS
/*----------------------------------------*/
/*-- Contact Info --*/

.contact-info {
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
  background: #fff;
  cursor: pointer;
  padding: 30px 15px 30px 15px;
  border: 1px dashed #d6d6d6;
  border-radius: 3px;
}

.contact-info:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  border-color: #033181;
}


.contact-info i {
  margin-bottom: 15px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: #f9f6f6;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  color: #033181;
  -webkit-transition: .4s;
  transition: .4s;
}

.contact-info:hover i {
  color: #fff;
  background: #033181;
  transform: rotate(720deg);
}

.contact-info h4 {
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 20px;
}

.contact-info:hover h4 {
  color: #033181;
}

.contact-info p {
  font-size: 13px;
  line-height: 28px;
  margin: auto;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.contact-info p a {
  display: block;
}

/*-- Contact Form Wrap --*/
.contact-form-wrap h3 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}



/*GALLERY CSS*/
.pinglo-gallery-image {
  margin-bottom: 30px;
}




/*----------------------------------------*/
/*  21. Footer CSS
/*----------------------------------------*/
.footer-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
}

.footer-section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
   /*background-color: #4a9932; 
  background-color: #154311;
  background-image: linear-gradient(to right, #154311 , #141a61);*/
  opacity: 0.80;
  z-index: -1;
}

/*-- Footer Widget --*/
.footer-widget .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.footer-widget .title .text {
  margin-right: 10px;
}

.footer-widget .title .shape {
  height: 3px;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-top: 5px;
}

.footer-widget img {
  margin-bottom: 18px;
}

.footer-widget p {
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 10px;
}


@media only screen and (max-width: 767px) {
  .footer-widget {
    width: auto;
    margin-bottom: 20px;
  }
}

.footer-widget ul li {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  font-weight: 500;
  display: flex;
  font-size: 13px;
  line-height: 30px;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}

.footer-widget .footer-links li:before {
  font-family: 'FontAwesome';
  color: #fffff1;
  font-weight: 800;
  content: "\f124";
  font-size: 11px;
  margin-right: 5px;
}

.footer-widget ul li:last-child {
  margin-bottom: 0;
}

.footer-widget ul li i {
  margin-right: 10px;
  line-height: 28px;
  font-size: 18px;
}

.footer-widget ul li span {
  overflow: hidden;
}

.footer-widget ul li:hover a {
  color: #0798c0;
}

.footer-widget .contact-links:hover a {
  color: unset;
}

.footer-widget ul li:hover:before {
  color: #0798c0;
}

/*-- Footer Social --*/
.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.footer-social a {
  width: 30px;
  height: 30px;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  color: #ffffff;
  margin-top: 5px;
  margin-right: 15px;
}

.footer-social a:last-child {
  margin-right: 0;
}

.footer-social a:hover {
  opacity: 0.9;
}

.footer-social a i {
  display: block;
  font-size: 14px;
  line-height: 22px;
}

.footer-social a.facebook {
  background-color: #4867AA;
}

.footer-social a.twitter {
  background-color: #1DA1F2;
}


.footer-social a.youtube {
  background-color: red;
}


.footer-social a.linkedin {
  background-color: #007BB6;
}

.footer-social a.google {
  background-color: #DD5144;
}

.footer-social a.instagram {
  background-color: #B23A94;
}

.footer-social a.pinterest {
  background-color: #BD081B;
}



/*-- Footer blog Letter --*/
.footer-blogletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-blogletter input {
  width: calc(100% - 40px);
  max-width: 250px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  color: #ffffff;
  line-height: 24px;
  padding: 7px 15px;
  font-size: 13px;
}

.footer-blogletter button {
  width: 40px;
  height: 40px;
  border: none;
  background-color: #0798c0;
  color: #ffffff;
}

/*-- Footer Bottom --*/
.footer-bottom {
  padding: 5px 0;
    /*border-top: 1px solid rgba(255, 255, 255, 0.3);*/
        background-color: #01296e;
}

@media only screen and (max-width: 767px) {
  .footer-bottom {
    padding: 5px;
  }
}


/*-- Copyright --*/
.copyright p {
  line-height: 30px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.copyright p a:hover {
  color: #0798c0;
}

.footer-bottom-list ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer-bottom-list ul li {
  padding: 0px 15px 0px 15px;
  border-right: 1px solid #ddd;
}

.footer-bottom-list ul li a {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
  letter-spacing: 1px;
  font-weight: 500;
}


.footer-bottom-list ul li a:hover {
  color: #0798c0;
}

@media only screen and (min-width: 767px) and (max-width:780px) {
  .local {
    max-width: 202%;
  }
}