/*@import url("../fonts/brandon/stylesheet.css");*/
/*@import url("../fonts/sign45/stylesheet.css");*/
@import url("../fonts/georgia/stylesheet.css"); 
@media (min-width:1300px) {
  .container.large-1200 {
    width: 1220px;
  }
}
@media (min-width:1500px) {
  .container {
    width: 1460px;
  }
}

/* New BODY */
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  text-shadow: none !important;
}
#wrapper {
  overflow: hidden;
  /* padding-top: 20px; */
  position:relative;
}
.main-content {
  position: relative;
}
.posi-relative {
  position: relative;
}
img {
  max-width: 100%;
}
a {
  color: #1b539d;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  opacity: .8;
}
a,
a:focus,
a:active {
  outline: none;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  /*color: #333333;*/
   font-family: 'Poppins', sans-serif;
  margin-top: 0px;
  line-height: 1.3;
}
h1 {
  /*font-size: 25px;*/
}
h2 {
  /*font-size: 20px;*/
}
h3 {
  /*font-size: 18px;
  color:  #1b539d;*/
  line-height: 1.2;
}
h4 {
  /*font-size: 16.5px;*/
}
h5 {
  /*font-size: 15px;*/
}
h6 {
  /*font-size: 13px;*/
}

/* Header */
/*Search Cros*/
/*.search-box input:placeholder-shown + button{
  opacity: 0;
  pointer-events: none;
} 

.search-box button {
    position: absolute;
    border: none;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 16px;
    font-size: 23px;
    border-radius: 50%;
    top: -1px;
    bottom: 0;
    right: 3px;
    margin: auto;
    background: #cdcdcd;
    padding: 0;
    outline: none;
    cursor: pointer;
    transition: .1s;
    color: #236496;
    box-shadow: none;
    z-index: 99;
}
.search-box input:focus + button {
    outline: 0;
}*/

.header-top {
  /*display: flex;*/
  /*justify-self: center;*/
}
.header-top .container {
  position: relative;
}
.header-top-inner {
    display: flex;
    justify-content: space-between;
}
.header-top .header_logo {
    text-align: left;
/*    margin-bottom: -20px;*/
    position: relative;
    z-index: 99;
    display: flex;
}
.header-top .header_logo a:hover {
  opacity: 1;
}
.header-top .header_logo img {
    max-height: 153px;
    padding: 8px 5px;
    margin-bottom: -80px;
}
.header-top .header_logo span {
    font-size: 36px;
    font-weight: normal;
    font-family: 'Georgia';
    color: #005f2f;
    align-self: flex-end;
    margin-bottom: 11px;
}
@media (max-width: 1360px) {
    .header-top .header_logo span {
        font-size: 26px;
    }
}
@media (max-width: 1300px) {
    .header-top .header_logo span {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
  .header-top .header_logo {
      margin-top: -6px;
  }
  .header-top .header_logo img {
      max-height: 90px;
  }
}
@media (max-width: 425px) {
  .header-top .container {
    padding: 0;
  }
  .header-top .header_logo span {
      font-size: 16px;
  }
}

header .navbar-nav a{
  /* text-transform: uppercase; */
  color:#fff;
  /* font-family: "proxima_nova_ltthin", Arial, sans-serif; */
  font-family: 'Poppins', sans-serif;
  /*font-size: 15px;
  margin-right: 3px;*/
  /* font-size: 13px; */
  margin-right: 0;
}
.main-nav ul {
background-color: #6F6862;
margin: 0;
padding: 0 11px;
height: 100%;
display: table;
}
.nav-justified {
width: 100%;
}
.main-nav ul li a {
display: inline-flex;
color: #fff;
padding: 9px 4px;
text-transform: uppercase;
height: 100%;
width: 100%;
justify-content: center;
align-items: center;
white-space: nowrap;
font-size: 13px;
font-weight: 600;
font-weight: 500;
transition: .3s;
}
.main-nav ul li a:hover {
  opacity: .8;
}
.main-nav ul li+li:before {
content: '|';
color: #FFFFFF;
position: absolute;
font-size: 13px;
top:8px;
font-weight: 600;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .7rem;
    padding-left: .7rem;
}
.weather{
  max-width: 100px;
}
.weather a{
  min-width: 222px;
    transform: scale(0.5);
    margin-left: -60px;
}
header .navbar-nav.left-nav{
  width:43%;
  justify-content: space-between;
}
.collapse.navbar-collapse.custom ul li a:after{
  display: none;
}
header .navbar-nav.right-nav{
  width:45%;
  /*justify-content: flex-end;*/
  justify-content: space-between;
  align-items: center;
}
header .logo-wrap{
  width:12%;
  margin: 0 10px;
  text-align: center;
}

#navbarCollapse.navbar-collapse.custom.collapse.in{
  display: block;
  margin-left: 10px;
  margin-top: 20px;
}


/*Search Box*/


.search-safe-area {
  display: inline-block;
}

.search-safe-area {
  justify-content: right;
}


.search-box {
    position: relative;
    height: 45px;
    width: 0px;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55 );
    margin-right: 45px;
    margin-top: 23px;
}
.search-box.active{
  width: 300px;
}

.search-box.active input{
  opacity:1;
}

.search-box input {
    height: 100%;
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 18px;
    border-radius: 50px;
    padding: 0 60px 0 20px;
    outline: none;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55 );
}

.search-box .search-btn {
    height: 40px;
    width: 40px;
    background: #cdcdcd;
    color: #676767;
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55 );
    z-index: 2;
}

.search-box.active .search-btn {
    height: 40px;
    width: 40px;
    background: #005f2f;
    color: #fff;
}
.search-box .cancel-btn{
  position: absolute;
  color: #664AFF;
  top:50%;
  right: 0;
  transform: translateY(-50%);
  color:#005f2f;
  font-size: 16px;
  cursor:pointer;
  height:50px;
  width:50px;
  line-height:50px;
  text-align:center;
  border-radius:50%
  opacity:0;
}

.search-box.active .cancel-btn {
    right: -2px;
    opacity: 1;
    color: #ffffff;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55 );
    z-index: 9999;
}
.search-box.active .search-btn .fa-search {
    opacity: 0;
}
@media (max-width: 767px) {
  .search-box {
      height: 50px;
      margin-top: 11px;
      margin-right: 51px;
  }

}
@media (max-width: 480px) {
  .search-box {
      margin-right: 51px;
  }

}
/*------------------------------ 
HEADER
------------------------------ */
.alert-me {
  background-color: #a6421b;
  padding: 12px;
  color: #fff;
  border-radius: 0;
  line-height: 22px;  /* to override bootstrap 3 vs 4 diffs */
}
.alert-me.alert-dismissable .close, 
.alert-me.alert-dismissible .close {
  right: 0;
}
.alert-me span {
  /* color: #000; */
  color: #fff;
}
.close {opacity:1}
.alert-left {
  /* float: left; */
  display: table-row;
}

.alert-left #alertData {
  display: table-cell;
}
.alert-left a{
  color:rgba(233, 174, 48, 1);
  font-weight: 600;
}
.alert-left a:hover{
  color:rgba(255, 255, 255, 1);
}
/* .alert-left strong {
  margin-left: 5px;
} */
.alert-right {
  float: right;
}
.alert-right a {
  color: #fff;
}
.alert-right a:hover {
  opacity: .7;
}


/*Addvertisement*/
.addvertisement {
    padding-top: 25px;
    padding-bottom:25px;
    padding-right: 50px;
}
.add-slider {
  padding-left: 0;
}
.add-slider .left-img {
  width: 70px;
  float: left;
  position: relative;
  padding-top: 2px;
  padding-right: 10px;
}
.add-slider {
  list-style: none;
    padding-top: 8px;
}
ul.add-slider {


}
.add-slider li {
  margin-right: 5px;
  position: relative;
}
.add-slider li:after {
/*  position: absolute;
  content: "";
  width: 1px;
  top: -2px;
  bottom: -2px;
  background: #A9A9A9;
  right: -10px;
  height: 62px;*/
}
.add-slider .right-content {
  /*padding-left: 10px;
  margin-right: 50px;*/
  font-weight: 300;
  font-size: 15px;
  line-height:1.32857143;
}
.add-slider .right-content h5 {
  margin-bottom: 5px;
}
.add-slider .right-content h6{
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 0;
  line-height:1.32857143;
}
.add-slider .right-content .news-date{
  /* font-size: 14px;
  margin-bottom: 10px; */
}
.add-slider .right-content a {
  color: #000000;
  text-decoration: none;
  -webkit-transition:   .2s;
  -o-transition:  .2s;
  transition:   .2s;
}
.add-slider .right-content a:focus,
.add-slider .right-content a:hover {
  color: #138df4;
}

.addvertisement .owl-theme .owl-nav {
    margin-top: 0px;
    padding-bottom: 15px;
}
.add-prev {
  position: absolute;
  top: 27px;
  left: 0;
}
.add-next {
  position: absolute;
  top: 27px;
  right: 0;
}
.add-prev i:hover,
.add-next i:hover {
  color: #E9AE30;
}


@media (max-width: 767px) {
  .add-prev {
    position: absolute;
  }
  .add-next {
    position: absolute;
  }

  .add-slider li:after {
    position: absolute;
    content: "";
    width: 1px;
    top: -2px;
    bottom: -2px;
    background: #fff;
    right: -10px;
    height: 52px;
  }

  .happy-top {
    margin-bottom: 0px;
    margin-top: 30px;
    display: table;
  }

  .happy-botttom {
    padding: 0px 0px 0px 70px;
    margin: 0px !important;
  }

  .event-notice {
    margin: 0px !important;
    padding: 0px;
    line-height: 12px;
  }




}

/*Serach*/
.common-header {
  /*box-shadow: 0 14px 7px -9px #f1f1f1;*/
  z-index: 999;
  position: relative;
  margin-top: -20px;
  padding-top: 20px;
}
.main-logo {
  /*max-width: 250px;
  bottom: -15px;
  margin-top: -24px;
  z-index: 99;
  position: relative;
   border-radius: 50%;
  background-color: #1b539d ; */
  margin: 23px auto; 
  text-align:center; 
  max-width:100%;
}
.btn-search {
   display: none; 
}
.search-form {
  margin-top: 2px;
  width: 50px;
  -webkit-transition: width ease-in-out .3s;
  -o-transition: width ease-in-out .3s;
  transition: width ease-in-out .3s;
}
.search-form.open {
  width: 300px;
  margin-right: 5px;
}
.close-search, .open-search {
  width: 35px;
  height: 35px;
  background: #f4f4f4;
  position: absolute;
  z-index: 3;
  right: 24px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  line-height: 36px;
  color: #787b80;
  cursor: pointer;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.close-search {
  background: 0 0
}
.close-search:before {
  content: "\f00d"
}
.open-search:before {
  content: "\f002"
}
.search-form .form-control {
border-radius: 0;
  padding-left: 30px;
  border-color: #f4f4f4;
  opacity: 0;
  -webkit-transition: background ease-in-out .15s, border-color ease-in-out .15s, opacity ease-in-out .3s;
  -o-transition: background ease-in-out .15s, border-color ease-in-out .15s, opacity ease-in-out .3s;
  transition: background ease-in-out .15s, border-color ease-in-out .15s, opacity ease-in-out .3s;
  height: 36px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-form .form-control:focus {
  border-color: #1b539d;
  color: #1b539d;
  outline: 0;
  padding-left: 15px;
}
.search-form.open .form-control {
  opacity: 1
}
.search-form input[type=search]:focus::-webkit-input-placeholder {
  color: #1b539d;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.search-form input[type=search]:focus::-moz-placeholder {
  color: #1b539d;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}
.search-form input[type=search]:focus:-ms-input-placeholder {
  color: #1b539d;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.search-form input[type=search]:focus:-moz-placeholder {
  color: #1b539d;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.search-form.open form {margin-right: 20px;}


/*New Header */
.our-menu ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
/*    margin-left: 250px;*/
    gap: 80px;
}
.our-menu ul li {
/*  flex: 1;*/
}
.our-menu ul li a {
    display: block;
    position: relative;
    color: #fff;
    padding: 15px 0px;
    font-size: 18px;
    transition: .3s;
    text-align: right;
}
.our-menu ul li a:hover {
  opacity: .8;
}
.our-menu ul li a:before {
  content: "";
}
.our-menu {
  background: #051c5c;
}
@media (max-width: 1399px) {
  .our-menu ul li a {
      padding: 10px 5px;
      font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .our-menu {
    display: none;
  }
  .our-menu ul {
    flex-wrap: wrap;
  }
  .our-menu ul li {
      flex: auto;
  }
  .our-menu ul li a {
      padding: 5px;
  }
}



/*
===================
Top Area
===================
*/
.top-area .row {
  margin-left: -2px;
  margin-right: -2px;
}
.top-area div[class*="col-"] {
  margin: 0;
  padding: 0;
  padding: 2px;
}
.top-area-first {
  position: relative;
}
.top-area-first .over-first {
    position: absolute;
    left: 0;
    right: 0;
    /* bottom: 40px; */
    text-align: center;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.top-area-first .over-first h4 {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
}
.top-area-first .over-first h4 span {
  display: block;
  font-size: 16px;
}


.top-area-text {
  position: relative;
  margin-bottom: 2px;
}
.top-area-text img {
  width: 100%;
}
.top-area-text .over-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.top-area-text .over-text h4 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    margin-left: 20px;
    margin-bottom: 10px;
}
.top-area-text .over-text a {
  transition: .3s;
}
.top-area-text .over-text a:hover {
  opacity: .8;
}


/*----*/
.upcoming-events {
  padding: 15px;
}
@media (min-width: 1500px) {
  .upcoming-events {
    margin-top: 5px;
  }
}
.upcoming-events {
  overflow: hidden;
}
.upcoming-events h3 {
  margin-bottom: 0;
  color: #1b539d;
  font-weight: 400;
  text-transform: uppercase;
}
.upcoming-events ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.upcoming-events ul li {
    border-bottom: 1px solid #ddd;
    display: flex;
    padding: 10px 0;
    position: relative;
}
.upcoming-events ul li span {
    text-transform: uppercase;
    font-size: 16px;
    color: #7e181b;
    font-weight: 600;
    letter-spacing: 1px;
    min-width: 78px;
    display: inline-block;
    position: relative;
}
.upcoming-events ul li span:before {
    content: "";
    position: absolute;
    right: 8px;
    top: 6px;
    height: 15px;
    background: #7e181b;
    bottom: 0;
    width: 2px;
}
.upcoming-events ul li a {
    text-transform: uppercase;
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 500;
    display: inline-block;
    transition: .3s;
    line-height: 1.2;
}
.upcoming-events ul li:before {
    content: "\f30b";
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "font Awesome 5 Free";
    font-weight: 700;
    transition: .3s;
    color: #051c5c;
}
.upcoming-events ul li:hover:before {
    right: 0;
}
.upcoming-events ul li a:hover {
  opacity: .8;
}
.event-btn {
  text-align: right;
}
.event-btn a {
  text-decoration: none;
  color: #051c5c;
  display: inline-block;
  margin-top: 15px;
  transition: .3s;
}
.event-btn a:hover {
  opacity: .8;
}

@media (max-width: 1199px) {
  .top-area-first .over-first img {
      max-width: 120px;
  }
}

@media (max-width: 767px) {
  .top-area-first .over-first {
      bottom: 15px;
  }
  .top-area-first .over-first h4 {
      font-size: 18px;
  }
  .top-area-first .over-first img {
      max-width: 70px;
  }
  .top-area-first .over-first h4 span {
      font-size: 14px;
  }
  .top-area-text .over-text h4 {
      font-size: 18px;
  }
  .upcoming-events h3 {
    margin-bottom: 0
  }
}

@media (max-width: 420px) {
  .col-custom-xs {
    width: 100%;
  }
}


/*
===================
Help Form
===================
*/
.help-form-inner {
    color: #fff;
    text-align: center;
    padding: 10px;
    background: #7e181b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 8px solid #fff;
}
.help-form-inner h2 {
  font-weight: 400;
  margin-bottom: 0;
margin-right: 10px;
}
.help-form input {
  display: inline-block;
  padding: 15px 30px;
  color: #222;
  border-radius: 5px;
  border: 1px solid #ccc;
  min-width: 460px;
  font-size: 20px;
  text-align: center;
}
.help-form input:focus {
  outline: 0;
}
.help-form input::-webkit-input-placeholder { 
  color: #bebebe;
}
.help-form input::-moz-placeholder { 
  color: #bebebe;
}
.help-form input:-ms-input-placeholder { 
  color: #bebebe;
}
.help-form input:-moz-placeholder { 
  color: #bebebe;
}

@media (max-width: 991px) {
  .help-form input {
      padding: 10px 20px;
      font-size: 18px;
      width: 100%;
      min-width: auto;
  }
  .help-form-inner {
      display: block;
  }
}
@media (max-width: 767px) {
  .help-form-inner {
      padding: 30px;
      margin-top: 20px;
  }
}



/*.safe-go-search {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 80%;
  text-align: center; 
}*/
.help-safe-area {
  margin-top: -40px;
  position: relative;
  z-index: 9;
}
.safe-go-search {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.safe-go-search input {
    display: inline-block;
    padding: 15px 30px;
    color: #222;
    border-radius: 5px;
    border: 10px solid #7e181b;
    /* min-width: 500px; */
    font-size: 25px;
    text-align: center;
    font-family: 'PT Serif', serif;
    background: #fff;
    margin: auto;
    border-radius: 15px;
}
.safe-go-search form {
  position: relative;
  text-align: center; 
  display: inline-block;  
}

.safe-go-search input[type="submit"] {
    position: absolute;
    left: calc(100% + 3px);
    bottom: 0;
    border: 0;
    background: #71b246;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    color: #fff;
    opacity: 0;
    top: 0;
    transition: .3s;
    min-width: auto;
    font-size: 18px;
}


.safe-go-search input[type="text"]:focus + input[type="submit"] {
  opacity: 1;
}
.safe-go-search input[type="text"]:focus + input[type="submit"]:hover {
  opacity: .8;
}
.safe-go-search input:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome <=56, Safari < 10 */
.safe-go-search input:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 */
.safe-go-search input:focus::-moz-placeholder { opacity: 0; } /* FF 19-50 */
.safe-go-search input:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
.safe-go-search input:focus::placeholder { opacity: 0; } /* Modern Browsers */

.safe-go-search h3 {
  color: #fff;
  font-size: 26px;
      margin-bottom: 0;
      text-align: center;
      font-weight: 500;
}

@media (max-width: 991px) {
  .safe-go-search {
    display: block;
  }
  .safe-go-search input[type="submit"] {
    width: 55px;
      height: 55px;
  }
  .safe-go-search h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .safe-go-search form {
      width: 100%;
  }
  .safe-go-search input {
      padding: 5px 15px;
      font-size: 22px;
  }
}





/*
===================
intro
===================
*/
.intro .intro-inner {
  max-width: 1000px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
/*
===================
Tabs Area
===================
*/
.project-zone {
    position: relative; 
    z-index: 10;  
}
@media (min-width: 992px) {
  .project-zone {
      margin-top: -50px;
  }
}
.latest-projects-wrapper {
    /*box-shadow: 0px 20px 39px -25px #1b539d;*/
    margin-bottom: 40px;
    padding: 0 25px;
}
.tab-content .item iframe{
  width:100%;
  height: 200px;
}
.tab-content {
    padding-bottom: 10px;
} 
.tab-content .item {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .project-zone .tab-content {
/*    padding-left: 50px;*/
/*    padding-right: 50px;*/
  }
}
.project-zone .nav-tabs {
    /* padding-left: 100px; */
    /* padding-right: 100px; */
    position: relative;
    /* box-shadow: 7px 13px 41px -19px #1b539d; */
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.project-zone .nav-tabs:after {
  position: absolute;
  width: 100%;
  height: 2px;
  /*background-color: #1b539d;*/
  left: 0;
  bottom: 4px;
  /*box-shadow: 5px 5px 5px #1b539d;*/
}
.project-zone.nav-tabs.nav-justified>li>a {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}
.nav-tabs.nav-justified>li>a {
  border-radius: 0;
}
.project-zone .nav-tabs.nav-justified>.active>a, 
.project-zone .nav-tabs.nav-justified>.active>a:focus, 
.project-zone .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff;
    background-color: #051c5c;
    color: #fff;
    border: 0;
    border-radius: 0;
    opacity: 1;
}
.project-zone .upcoming-events p > br {
    display: none;
}
.project-zone .nav-tabs li a {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0;
  color: #1b539d;
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  border: 0;
  transition: .5s opacity linear;
  background: #cccccc;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
}
.project-zone .nav-tabs li a:hover{
  
}
.project-zone .nav-tabs li.active a:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #051c5c;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -7px;

}

@media (max-width: 768px) {
  .project-zone .nav-tabs {
    padding-left: 0;
    padding-right: 0;
  }
  
}
@media (max-width: 767px) {
  .latest-projects-wrapper {
      padding: 0 7px;
  }
  .project-zone .nav-tabs {
    padding-left: 0;
    padding-right: 0;
  }
  .project-zone .nav-tabs {
    display: table;
  }
  .project-zone .nav-tabs li {
    display: table-cell;
  }

}


@media (max-width: 550px) { 
  .project-zone .nav-tabs li a {
    font-size: 14px;
  }
  .project-zone .tab-content .col-xs-6 {
    width: 100%;
  }
  
}


/*--*/
.blog-loop {
  display: flex;

}
.blog-loop .blog-loop-left {
  flex: 0 0 45%;
}
.blog-loop .blog-loop-right {
  padding-left: 30px;
  padding-right: 10px;
}

.blog-loop .blog-loop-right h3 {
  text-transform: uppercase;
  color: #1b539d;
  font-size: 22px;
}
@media (max-width: 767px) {
  .blog-loop {
    display: block;

  }
  .blog-loop .blog-loop-right {
    padding-left: 0;
    margin-top: 10px
  }
}

.project-zone .owl-carousel .owl-nav button.owl-next, 
.project-zone .owl-carousel .owl-nav button.owl-prev {
    font-size: 50px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0px 15px 11px 15px !important;
    display: block;
    color: #222;
    line-height: 1;
    transition: .3s;
    max-height: 60px;
    bottom: auto;
}
.project-zone .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -50px;
}

.project-zone .owl-carousel .owl-nav button.owl-next:hover,
.project-zone .owl-carousel .owl-nav button.owl-prev:hover  {
  color: #1b539d;
}
.project-zone .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -50px;
}




/*Promo*/
@media (min-width: 991px) {
  .promo {
      min-height: 390px;
  }
}
.promo h3.promo-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 400;
}
@media (min-width: 1200px) {

}

.promo-in {
    display: flex;
    position: relative;
}
.promo-in .promo-left img {
    width: 100%;
    display: block;
    object-fit: cover;
}
.promo-in .promo-left {
  flex: 0 0 45%;
  display: flex;
}
.promo-in .promo-right {
    padding: 36px 30px;
    flex: 0 0 55%;
    background: #89c154;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 50px;
}
.promo-in .promo-right h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
}
.promo-in .promo-right h4 {
    font-size: 16px;
    color: #1b539d;
    margin-bottom: 0;
}
.promo-in .promo-right p {
    font-size: 17px;
}

.promo .owl-carousel .owl-nav button.owl-next, 
.promo .owl-carousel .owl-nav button.owl-prev {
    font-size: 70px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0px 15px 11px 15px !important;
    display: block;
    color: #fff;
    line-height: 1;
    transition: .3s;
    bottom: auto;
}
.promo .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 10px;
}

.promo .owl-carousel .owl-nav button.owl-next:hover,
.promo .owl-carousel .owl-nav button.owl-prev:hover  {
  color: #1b539d;
}
.promo .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 10px;
}


@media (max-width: 1199px) {
  .promo-in:before {
      width: 449px;
  }
  .promo-in .promo-left {
    flex: 0 0 50%;
  }
  .promo-in .promo-right {
   flex: 0 0 50%;
  }
}
@media (max-width: 991px) {
  .promo-in  {
    flex-wrap: wrap;
  }
  .promo-in .promo-left {
    flex: 0 0 100%;
  }
  .promo-in .promo-right {
   flex: 0 0 100%;
  }
}


/*
==========
*/
.border-area {
  margin-top: 50px;
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .all-type-of-events {
    padding-left: 50px;
    padding-right: 50px;
  }
}



/*
====================
Events Loop
====================
*/
.news-events {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.news-events h3 {
  color: #1b539d;
  text-transform: uppercase;
}
.event-loop {
  display: flex;
  align-items: center;

}
.event-loop .event-loop-left {
  flex: 0 0 45%;
}
.event-loop .event-loop-right {
  padding-left: 30px;
}

.event-loop .event-loop-right h3 {
  text-transform: uppercase;
  font-size: 20px;
}
.event-loop .event-loop-right h6 {
  font-size: 16px;
  font-weight: 400;
  color: #868686;

}

.news-events .owl-carousel .owl-nav button.owl-next, 
.news-events .owl-carousel .owl-nav button.owl-prev {
    font-size: 22px;
    top: 0;
    transform: translateY(0);
    margin: 0;
    padding: 0px 10px !important;
    display: block;
    color: #ccc;
    line-height: 1;
    transition: .3s;
    bottom: auto;
    /* background: red; */
    border: 1px solid #ccc;
    position: absolute;
}
.news-events .owl-carousel .owl-nav button.owl-next:hover,
.news-events .owl-carousel .owl-nav button.owl-prev:hover  {
  color: #1b539d;
}
.news-events .owl-carousel .owl-nav button.owl-prev {
    left: auto;
    right: 38px;
    top: -35px;
}
.news-events .owl-carousel .owl-nav button.owl-next {
    right: 10px;
    top: -35px;
}

/*Owl Dots*/
.news-events .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.news-events .owl-carousel button.owl-dot span {
    width: 8px;
    height: 8px;
    background: #ccc;
    margin: 4px;
    display: inline-block;
    border-radius: 50%;
}
.news-events .owl-carousel button.owl-dot.active span {
    background: #1b539d;
}
@media (max-width: 767px) {
  .event-loop {
    display: block;

  }
  .event-loop .event-loop-right {
    padding-left: 0;
    margin-top: 10px
  }
  .news-events .owl-carousel .owl-nav button.owl-next, .news-events .owl-carousel .owl-nav button.owl-prev {
      top: -40px;
  }
}


/*
====================
Events Loop
====================
*/
.special-post h2 {
  color: #1b539d;
    text-transform: uppercase;
    font-size: 24px;
}
.special-post {
    padding-left: 10px;
}
.special-post .special-loop-left {
  position: relative;
}
.special-loop-video {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.special-post .special-loop-right {
  
}
.special-post .special-loop-right h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.special-post .special-loop-right .special-btn {

}
.special-post .special-loop-right .special-btn a {
  text-transform: uppercase;

}
.border-right {
    border-right: 1px solid #ccc;
}
@media (max-width: 991px) {
  .border-right {
      border-right: 0;
  }
}
/*
====================
Each Loop Right
====================
*/
.each-loop-right {
    padding-left: 10px;
}
.each-loop-right .special-loop-left {
  position: relative;
}
.each-loop-right h4 {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.each-loop-right h6 {
    font-size: 14px;
    color: #858585;
    font-weight: 500;
}
.simple-items .each-loop {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.simple-items .each-loop.border-0 {
  border: 0;
}
.simple-items .each-loop:last-child {
  border: 0;
}
@media (min-width: 992px) {
  .simple-border-right {
    border-right: 1px solid #ccc;
  }
}
@media (max-width: 991px) {
  .simple-items .each-loop:last-child {
    border-bottom: 1px solid #ccc;
  }
  .simple-items .each-loop.border-0:last-child {
    border: 0;
  }
}
@media (max-width: 767px) {
  .simple-items {
    margin-bottom: 40px;
  }
}
/*
============================
Video Play Button
============================
*/

.safe-sticky li {
    list-style-type: none;
    background-color: rgb(27 83 157 / 70%);
    color: #efefef;
    padding: 0 15px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    align-items: center;
    /*box-shadow: 12px 3px 5px 3px #7e7d7d;*/
}

.safe-sticky li:hover {
    background-color: rgb(27 83 157 / 100%);
}
.safe-sticky .safe-sticky-sidebar-left-icon {
    background: red;
    width: 35px;
    transition: .3s;
    position: relative;
}
.safe-sticky .safe-sticky-sidebar-left-icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
/*  background: #464646; */
}
.safe-sticky li:hover .safe-sticky-sidebar-left-icon:after {
    /*background: red;*/
}
/*.safe-sticky li:hover {
    margin-left: -40px;
    -webkit-filter: grayscale(0%);
    background: red;
}
.safeRightStickySidebar .safe-sticky li:hover {
    margin-left: -150px;
}*/
.safe-sticky li:hover .safe-sticky-sidebar-left-icon {
    /*background: #e4652b;*/
}
.safe-sticky li img {
    margin: 7px 5px;
    margin-right: 3px;
}
.safe-sticky li p {
    /*     float:left; */
    padding: 0px;
    margin: 0px;
    margin-left: 7px;
    line-height: 43px;
    font-size: 16px;
    text-transform: uppercase;
}
.safe-sticky li:hover a,
.safe-sticky li:hover p {
  /*background-color: rgb(27 83 157 / 100%);*/
}
.safe-sticky li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}
/*Right Side Buttons End*/
.video-wrap {
    position: relative;
    height: 0;
    display: flex;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
/*     background: url(https://image.freepik.com/free-vector/youtube-player-icon-with-flat-design_23-2147839964.jpg); */
    background-position: center;
    background-size: cover;
}
.about-page-video-section .video-wrap {
    height: 350px;
}
.video-wrap::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.28;
    border-radius: 20px;
    /*background: transparent linear-gradient(270deg, #EE3163 0%, #1D32CC 100%) 0% 0% no-repeat padding-box;*/
}

.video-wrap::after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    width: 100%;
    height: 100%;
    z-index: -1;
/*     background: #EEEEEE; */
    border-radius: 20px;
}

.video-content {
    position: relative;
    z-index: 1;
}
.video-content span {
  display: inline-block;
}
.video-content h5 {
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 0;
}

/* Vidoe Play */
.video-play {
    width: 63px;
    height: 64px;
    color: #FFFFFF;
    font-size: 23px;
    line-height: 66px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    /* background: #ffffff; */
    display: inline-block;
    box-shadow: 0 0 0 0 #fff;
    -webkit-animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
}
.video-play:hover,
.video-play:focus {
    color: #FFFFFF;
}

.video-play:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    border-radius: 50%;
    /*background: #EE3163;*/
    transform: scale(1.3);
    /*box-shadow: 0 0 0 0 rgba(238, 49, 99,.7);*/
    -webkit-animation: pulse 1.75s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 1.75s infinite cubic-bezier(.66, 0, 0, 1);
}

.video-play i {
    /*margin-left: 5px;*/
    position: relative;
    z-index: 5;
    color: #fff;
    transition: .3s;
}
.video-play i:hover {
    color: #08a58a;
}

/*video play button animation*/
@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px transparent
    }
}
@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px transparent
    }
}




/*cout-area*/
.cout-area {
  margin-top: 70px;
  margin-bottom: 70px;
}
.cout-area h2 {
  position: relative;  
  display: inline-block;
  font-weight: 400;
  margin-bottom: 50px;
}
.count-title {
  text-align: center;
}
.cout-area h2:before {
  content: "";
  position: absolute;  
  left: 0;
  bottom: -10px;
  right: 0;
  border: 1px dashed #d5d5d5;

}
.cout-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .cout-area ul {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cout-area ul li {
  text-align: center;
}
.cout-area ul li strong {
  display: block;
  color: #89c154;
  font-size: 52px;
  font-weight: 500;
  margin-bottom: 10px;
}
.cout-area ul li span {
  display: block;
  line-height: 1.1;
}

@media (max-width: 991px) {
  .cout-area {
      margin-bottom: 20px;
  }
  .cout-area ul {
    flex-wrap: wrap;
  }
  .cout-area ul li {
    flex: 0 0 33.33%;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .cout-area ul li {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .area-6-right-top h3 {
    left: 200px;
  }
  .area-6-right-bottom .area-6-items .area-6-items-left {
    flex: 0 0 180px;
      padding-left: 5px;
      padding-right: 5px;
      margin-top: -58px;
      text-align: center;
  }
  .area-6-right-bottom .area-6-items .area-6-items-right {
      padding: 10px;
      padding-right: 0;
  }
  .cout-area ul li strong {
      font-size: 32px;
  }
}
@media (max-width: 480px) {
  .area-6-right-top h3 {
    left: 0;
    font-size: 16px;
    bottom: 30px;
  }
  .area-6-right-bottom .area-6-items {
      display: block;
  }
  .area-6-right-bottom .area-6-items .area-6-items-left {
      margin-top: -20px;
  }
}


/*Billboard Area*/



/*special Menu Area*/
.special-inner .special-right {
    margin-left: 305px;
    margin-right: 45px;
    background: #005f2f;
    color: #fff;

}
.special-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.special-inner ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 12px 10px;
  transition: .3s;
}
.special-inner ul li a:hover {
  opacity: .8;
}
@media (max-width: 991px) {
  .special-inner .special-right {
      margin-left: 15px;
      margin-right: 15px;
  }
  .special-inner ul li a {
      padding: 8px 5px;
      font-size: 12px;
  }
  
}

@media (max-width: 767px) {
  .special-inner {
    display: none
  }
  
}


.two-sections {
/*  background: #eeeeee;*/
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: -30px;
}
.billboard-inner {
  position: relative;
}
.billboard-inner:before {
    content: "";
    position: absolute;
/*    left: -30px;*/
/*    right: -30px;*/
    top: 50px;
    bottom: 0;
    background:  #e5f4ff;
    z-index: -1;
}
.billboard-inner .billboard-img {
  max-height: 650px;
}
.billboard-inner .billboard-img img {
  
}
.billboard-inner {
  position: relative;
}
.billboard-inner .billboard-text {
    position: absolute;
    left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.billboard-inner .owl-item {

}
.billboard-inner .owl-item.active h2,
.billboard-inner .owl-item.active h4,
.billboard-inner .owl-item.active h5 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.billboard-inner .billboard-text h2 {
    font-size: 110px;
    font-weight: 700;
    line-height: 1;
    /* text-shadow: 2px 1px 0px #fff; */
    /* font-family: 'DM Sans', sans-serif; */
    font-family: 'Oswald', sans-serif;
    color: rgba(255, 255, 255, .8);
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    text-shadow: -1px -1px #d3a42d;
}
.billboard-inner .billboard-text h4 {
    color: #FEE7A5;
    font-size: 140px;
    line-height: 1;
    margin-bottom: 0;
    font-family: 'Stalling';
    margin-top: -43px;
    text-align: center;
    display: inline-block;
    margin-left: 200px;
}
.billboard-inner .billboard-text h4 a {
    text-transform: uppercase;
    font-size: 32px;
    color: #fff;
    /* font-weight: 700; */
    font-family: 'Blue Fonte Sans';
    font-weight: 400;
    position: absolute;
    text-align: right;
    width: 100%;
    z-index: 9;
    white-space: nowrap;
    margin-top: -15px;
}
.billboard-inner .billboard-text h5 {
    text-transform: uppercase;
    font-size: 32px;
    color: #fff;
    /* font-weight: 700; */
    font-family: 'Blue Fonte Sans';
    margin-right: 40px;
    margin-top: -15px;
    font-weight: 400;
    text-align: center;
}

.billboard-inner .owl-carousel .owl-nav button.owl-next, 
.billboard-inner .owl-carousel .owl-nav button.owl-prev {
    font-size: 28px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0px 16px 8px 15px !important;
    /* background: rgba(0,0,0,.1); */
    background: #051c5c;
    display: block;
    color: #fff;
    line-height: 1.9;
    transition: .3s;
    max-height: 50px;
    bottom: auto;
    border-radius: 0;
}

.billboard-inner .owl-carousel .owl-nav button.owl-next span, 
.billboard-inner .owl-carousel .owl-nav button.owl-prev span {

    font-family: 'AvenirMedium' !important;

}
.billboard-inner .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  transition: .3s;
}

.billboard-inner .owl-carousel .owl-nav button.owl-prev:hover  {
/*  background: #005f2f;*/
/*  left: 5px;*/
  opacity: .8;
}
.billboard-inner .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    transition: .3s;
}

.billboard-inner .owl-carousel .owl-nav button.owl-next:hover  {
/*  background: #005f2f;*/
/*  right: 5px;*/
opacity: .8;
}


@media (max-width: 1199px) {
  .billboard-inner .billboard-text {

  }
    .billboard-inner .billboard-text h2 {
      font-size: 80px;
  }
  .billboard-inner .billboard-text h4 {
      font-size: 100px;
      margin-top: -24px;
  }

}
@media (max-width: 1099px) {
  .billboard-inner .billboard-text {

  }
}
@media (max-width: 991px) {
  .billboard-inner .billboard-text h2 { 
    white-space: pre-wrap;
  }
  .two-sections {
      padding-left: 0;
      padding-right: 0;
  }
  .billboard-inner {
      
  }
  .billboard-inner .billboard-text {
      padding-left: 25px;
  }
  .billboard-inner .billboard-img {
      padding-left: 0;
      padding-right: 0;
  }

  .billboard-inner .billboard-img img {
      margin-top: 0;
  }


    .billboard-inner .billboard-text h2 {
      font-size: 50px;
  }

  .billboard-inner .billboard-text h4 {
      font-size: 76px;
  }


  .billboard-inner .owl-carousel .owl-nav button.owl-next, 
  .billboard-inner .owl-carousel .owl-nav button.owl-prev {
      font-size: 25px;
      padding: 0px 9px 6px 9px !important;
  }

  
}
@media (max-width: 767px) {
  .billboard-inner .billboard-text {
      
  }
  
}


@media (max-width: 767px) {
  .billboard-inner .billboard-text h2 {
      font-size: 22px;
      text-align: center;
  }
  .billboard-inner .billboard-text h4 {
      font-size: 52px;
      margin-top: -10px;
      margin-left: auto;
      font-size: 34px;
      line-height: .6;
      /* margin: 0; */
  }
  .billboard-inner .billboard-text h4 a {
    font-size: 14px;
    position: static;
    text-align: center;
  }
  .billboard-inner .billboard-text h5 {
    font-size: 18px;
  }
}



/*
============================
Sign Up Area
============================
*/
.signup-area {

}
.signup-content {
  background: #868687;
  color: #fff;
  padding: 30px 110px;
}
.sign-up-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.sign-up-row .sign-up-left {
/*  flex: 0 0 40%;*/
margin-right: 20px;
}
.sign-up-row .sign-up-right {
  flex: 0 0 30%;
}
.signup-content h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  margin: 0;
}
.sign-up-btns ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 15px;
}
.sign-up-btns ul li {
  flex: 1;
}
.btn-border-safe a {
  color: #ffff;
  border: 1px solid #e5ecf3;
  text-transform: uppercase;
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.btn-border-safe a i {
  margin-left: 5px;
}
.btn-border-safe a:hover {
    background: #fff;
    color: #005f2f;
    opacity: 1;
}
@media (max-width: 1199px) {
  .sign-up-row .sign-up-left {
    flex: 0 0 100%;
  }
  .sign-up-row .sign-up-right {
    flex: 0 0 100%;
  }
  .sign-up-btns ul li {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .signup-content {
      padding: 30px;
  }
}
@media (max-width: 767px) {
  .signup-content {
      padding: 20px;
  }
  .sign-up-btns ul {
    display: block
  }
}

/*
===================
Footer Area
===================
*/
.footer-in {
    background: #051c5c;
    /* border-top: 2px solid #fff; */
    padding: 30px 110px;
    padding-bottom: 0;
}
.footer-area {
  color: #fff;
}
.footer-area .copyright {
  margin-top: 20px;
}

.footer-area .copyright-in {
/*    display: flex;*/
    border-top: 1px solid #414141;
    padding: 20px 0;
    justify-content: space-between;
}
.footer-area .copyright-in ul {
  display: flex;
}
.footer-area .copyright-in ul li {
  margin-left: 10px;
}
.footer-area .copyright p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.footer-area .copyright a {
    color: #eeffe4;
    transition: .3s;
}
.footer-area .copyright ul li a {
  font-size: 28px;
}
.footer-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-area ul li a {
  color: #fff;
  font-size: 14px;
}
.widget-1 h4 {
  text-transform: uppercase;
  font-size: 16px;
}

.widget-2 .widget-2-top img {
  max-width: 70px;
}
.widget-2 .widget-2-top a:hover {
  opacity: 1;
}
.widget-2 .widget-2-body h4 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0;
}
.widget-2 .widget-2-body p {
  margin: 0;
  margin: 5px;
  font-weight: 400;
  font-size: 13px;
  margin-left: 0;
}
.widget-2 .widget-2-body a {
  color: #fff;
}

@media (max-width: 991px) {
  .footer-in {
      padding: 30px;
      padding-bottom: 0;
      padding-top: 10px;
  }
  .margin-control-col {
    margin-top: 30px
  }
  .footer-area .copyright-in {
    display: block;
  }
  .footer-area .copyright p {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .footer-in {
      padding: 20px;
      padding-bottom: 0;
  }
}
@media (max-width: 424px) {
  .margin-control-col {
      width: 100%
  }
}


.footer-socail {
  margin-top: -10px;
}
.footer-socail .footer-social-in {
    display: flex;
    justify-content: space-between;
}
.footer-socail .footer-social-in ul {
  display: flex;
}
.footer-area .footer-social-in ul li {
  margin-right: 10px;
}
.footer-area .footer-social-in ul li a {
    color: #fff;
    font-size: 20px;
}


/* -----  */
.b-slider {

  width: 145px;

    background: #fff;

    text-align: center;

    position: absolute !important;

    top: auto;

    height: 175px;

    padding: 9px 9px 30px;

    opacity: 0;

    margin: 20px auto 0;

  transform: rotate(-15deg);

  -webkit-transform: rotate(-15deg);

  -moz-transform: rotate(-15deg);

  -ms-transform: rotate(-15deg);

  -o-transform: rotate(-15deg);

    top: 60px;

    left: -60px;

  box-shadow: -5px 1px 5px 0px rgba(0, 0, 0, 0.20);

  -webkit-box-shadow: -5px 1px 5px 0px rgba(0, 0, 0, 0.20);

  -moz-box-shadow: -5px 1px 5px 0px rgba(0, 0, 0, 0.20);

  -ms-box-shadow: -5px 1px 5px 0px rgba(0, 0, 0, 0.20);

  -o-box-shadow: -5px 1px 5px 0px rgba(0, 0, 0, 0.20);

  right: 0;

}



.b-slider.slick-initialized {

  opacity: 1;

}



.banner-bottom {
    position: relative;
    margin-top: -153px;
}

.banner-bottom .small-bg {

  width: 205px;

    margin: 0 auto;

    transform: rotate(15deg);

    -webkit-transform: rotate(15deg);

    -moz-transform: rotate(15deg);

    -ms-transform: rotate(15deg);

    -o-transform: rotate(15deg);

    padding-left: 40px;

}

.banner-bottom .small-bg .bottom-img {
    margin-top: -62px;
    width: 164px;
    margin-left: 10px;
    padding: 10px;
    box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.20);
    background: #fff;
}

.banner-bottom .small-bg .logo-img {

  background: #fff;

  border-radius: 50%;

  -webkit-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  -moz-border-radius: 50%;

  padding: 5px;
  visibility: hidden;
  

}


.simple-text {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.simple-text h4 {
  font-weight: 400;
  font-size: 18px;
  color: #051c5c;
  margin-bottom: 0;
}
.simple-text p {
  line-height: 1.1;
}

@media (max-width: 991px) {
  .banner-bottom {
      margin-top: -45px;
  }
}



/*area-6*/
.area-6-right-top {
  position: relative;
}
.area-6-right-top h3 {
    position: absolute;
    bottom: 15px;
    left: 240px;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.area-6-left h3 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}
.area-6-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.area-6-left ul li {
  display: flex;
  margin-bottom: 30px;
}
.area-6-left ul li a {
  color: #005bac;
  transition: .3s;
}
.area-6-left ul li a:hover {
  opacity: .8;
}
.area-6-left .area-6-content-left {
    flex: 0 0 50px;
}

.area-6-left .area-6-content-right h4 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}
.area-6-left .area-6-content-right p {
  line-height: 1.5;
}

/*area-6-right-bottom*/
.area-6-right-bottom .area-6-items {
  display: flex;
}
.area-6-right-bottom .area-6-items .area-6-items-right {
    flex: 1;
    padding: 0 30px 0 15px;
}
.area-6-right-bottom .area-6-items .area-6-items-left {
  flex: 0 0 250px;
  padding-left: 15px;
  padding-right: 15px;  
  margin-top: -100px; 
  position: relative;
}
.area-6-right-bottom .area-6-items .area-6-items-left p {
  margin-top: 10px;
  padding: 0 5px;
}
.area-6-right-bottom .area-6-items .area-6-items-left img {
    max-width: 100%;
    border: 5px solid #fff;
    border-bottom: 0;
}
.area-6-items-content {
    top: -22px;
    border: 5px solid #fff;
    position: relative;
}
.area-6-items-content-text {
  margin-bottom: 25px;
}
.area-6-items-content-text h3 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.area-6-right-bottom .area-6-items .area-6-items-nav ul {
  display: flex;
  border: 0;
}
.area-6-right-bottom .area-6-items .area-6-items-nav ul li {
  position: relative;
}
.area-6-right-bottom .area-6-items .area-6-items-nav ul li:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #000;
}
.area-6-right-bottom .area-6-items .area-6-items-nav ul li:last-child:before {
  display: none;
}
.area-6-right-bottom .area-6-items .area-6-items-nav ul li a {
  border: 0;
  padding: 0 10px;
}
.area-6-right-bottom .area-6-items .area-6-items-nav ul li:first-child a {
  padding-left: 0;
}
.area-6-right-bottom .area-6-items .area-6-items-nav ul li:last-child a {
  padding-right: 0;
}
.area-6-right-bottom .area-6-items .area-6-items-nav ul li a:hover {
  border: 0;
}

.nav-tabs>li.active>a, 
.area-6-right-bottom .area-6-items .area-6-items-nav ul.nav>li>a:focus, 
.area-6-right-bottom .area-6-items .area-6-items-nav ul.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: red;
}

@media (max-width: 1199px) {
  .area-6-right-bottom .area-6-items .area-6-items-right {
    padding: 30px;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .area-6-right-bottom .area-6-items {
    display: block;
  }
  .area-6-right-bottom .area-6-items .area-6-items-left {
    margin-top: 0; 
  }
}





/*Travel*/


.travel-sec {
    margin-top: 40px;
}
.travel-slider {

  z-index: 99;

  opacity: 0;

}

.travel-slider.slick-initialized {

  opacity: 1;

}

.travel-slider .t-detail {
    background: #a18c01;
    padding: 65px 45px;
    width: 100%;
    margin-right: 15px;
    position: relative;
/*  height: 420px;*/
/*  height: 590px;*/
}
.travel-slider .t-detail p > span {
  position: relative;
  display: inline;
}
.travel-slider .t-detail p > span:before {
    content: "“";
    position: absolute;
    font-family: 'Roboto Serif', serif;
    color: #fff;
    left: -17px;
    top: 0;
}
.travel-slider .t-detail p > span:after {
    content: "”";
    position: absolute;
    font-family: 'Roboto Serif', serif;
    color: #fff;
    right: -17px;
    bottom: 0;
}
.travel-slider .t-detail span.desi-safe-x {
  font-size: 27px;
}
.travel-slider .slick-track {

  /* padding: 0px 0px 50px; */

}

.travel-slider .t-detail:after {

  position: absolute;

    bottom: auto;

    right: 0;

    width: 0;

    height: 0;

    border-top: 40px solid #a18c01;

    border-left: 40px solid transparent;

    display: block;

    content: '';

    top: 100%;

}

.travel-slider .logo {

  margin-top: auto;

  margin-bottom: 20px;
  /* margin-bottom: 70px; */

}



.travel-slider .logo img {

  max-width:100%;

}



.travel-slider .t-detail p {

  letter-spacing: 1px;

  color: #fff;

/*  font-family: 'Roboto Serif', serif;*/
font-family: 'Georgia';


}

.travel-slider .t-detail span {

  font-size: 30px;

  line-height: 30px;

  letter-spacing: 1px;

  color: #fff;

  font-family: 'Roboto Serif', serif;



  display: block;

  margin: 10px 0 0;

}



.travel-slider .travel-item {

  display: flex !important;
  padding-bottom: 50px;

}
@media (max-width: 991px) {
  .travel-slider .t-detail {
      padding: 30px;
  }
  .travel-slider .t-detail span {
    font-size: 22px;
    line-height: 24px;
  }
  .travel-slider .t-detail span.desi-safe-x {
      font-size: 20px;
  }
}



/*Event Safe Area*/
.event-list-safe ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.event-list-safe ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.event-list-safe ul li:nth-child(2) {

}
.event-list-safe ul li a {
  color: initial;
  text-transform: uppercase;
}
.event-list-safe ul li a h3 {
  line-height: 1.3;
  font-size: 22px;
  margin-bottom: 0;
}


.event-list-safe-btn-area a {
  margin-top: 10px;
    font-size: 20px;
    color: #051c5c;
    letter-spacing: 2px;
    margin-bottom: 5px;
    transition: .3s;
    display: inline-block;
    text-transform: uppercase;
}
..event-list-safe-btn-area a:hover {
  opacity: .8;
}

/*Main Events Safe*/
.event-main-safe {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .event-main-safe {
    margin-top: 40px;
  }
  .event-list-safe ul li a h3 {
      font-size: 18px;
  }
}
.event-main-safe a {
  color: #000;
  transition: .3s;
}
.event-main-safe a:hover {
  opacity: .8;
}
.event-main-safe ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
     max-width: 1135px; 
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    /* width: 100%; */
    flex-wrap: wrap;
    /* gap: 15px; */
}
.event-main-safe ul li {
  margin-bottom: 20px;
}
.event-main-safe ul li .event-main-item {
  display: flex;
}
.event-main-safe ul li .event-main-item .event-main-item-left h3 {
    text-transform: uppercase;
    font-size: 55px;
    line-height: 1;
    font-weight: 900;
}
.event-main-safe ul li .event-main-item .event-main-item-left {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.event-main-safe ul li .event-main-item .event-main-item-left:before {
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #000;
  position: absolute;
}
.event-main-safe ul li .event-main-item .event-main-item-left h3 > span {
  display: block;
  font-size: 22px;
  font-weight: 400;
}

.event-main-safe ul li .event-main-item .event-main-item-right h4 {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;

}
.event-main-safe ul li .event-main-item .event-main-item-right h4 > span {
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
    text-transform: initial;
    color: #919191;
}



/*Recent Posts*/
.recent-blog {
  margin-top: 80px;
  margin-bottom: 70px;
}
.recent-blog .container {
  max-width: 1090px;
  margin: auto;
}
.recent-blog h2 {
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  margin-bottom: 25px;
  color: #051c5c;
  font-family: 'Oswald', sans-serif;

}
.recent-img {
    width: 180px;
    height: 180px;
    background: #6891C8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.recent-img span {
    font-size: 65px;
    color: #fff;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}
.recent-item .recent-img img {
  border-radius: 50%;
  width: 190px;
}
.recent-item .recent-text {
  margin-top: 10px;
}
.recent-item .recent-text p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-top: 15px;
}
.recent-blog .view-btn {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 100px;
}
.recent-blog .view-btn a {
    font-weight: 500;
}


@media (max-width: 767px) {
  .recent-blog .recent-item {
    margin-bottom: 40px;
  }
  .recent-blog .recent-img span {
      font-size: 40px;
  }
}