
html {
    scroll-behavior: smooth;
  }

body {
    font-size: 18px;
    color: #032c47;
    line-height: 1.5;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}

.boxed_wrapper{
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px;
  }


  a{
    text-decoration:none;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
  }

  a:hover{
    text-decoration:none;
    outline:none;
  }

  input,button,select,textarea{
    font-weight: 400;
    font-size: 15px;
  }

  ul{
    list-style:none;
    padding:0px;
    margin:0px;
  }

  input{
    transition: all 500ms ease;
  }

  button:focus,
  input:focus,
  textarea:focus{
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
  }

  p{
    position: relative;
    color: #696b7e;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
  }

  h1,h2,h3,h4,h5,h6{
    position:relative;
    font-weight: 400;
    color: #252638;
    margin: 0px;
    transition: all 500ms ease;
  }


  /** search-popup **/
  .search-btn {
    cursor: pointer;
  }
  
.search-popup{
    position:fixed;
    left:0;
    top:0px;
    width:100%;
    height:100%;
    z-index:99999;
    visibility:hidden;
    opacity:0;
    overflow:auto;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform:translateY(101%);
    -ms-transform:translateY(101%);
    transform:translateY(101%);
    transition:all 700ms ease;
    -moz-transition:all 700ms ease;
    -webkit-transition:all 700ms ease;
    -ms-transition:all 700ms ease;
    -o-transition:all 700ms ease;
  }
  
  .search-popup.popup-visible{
    -webkit-transform:translateY(0%);
    -ms-transform:translateY(0%);
    transform:translateY(0%);
    visibility:visible;
    opacity:1;
  }
  
  .search-popup .overlay-layer{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    display:block;
  }
  
  .search-popup .close-search{
    position:absolute;
    right:25px;
    top:25px;
    font-size:22px;
    color:#ffffff;
    cursor:pointer;
    z-index:5;
    transition: all 500ms ease;
  }
  
  .search-popup .search-form{
    position:relative;
    padding:0px 15px 0px;
    max-width:1024px;
    margin:0 auto;  
    margin-top:150px;
    margin-bottom: 100px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
  }
  
  .search-popup .search-form fieldset{
    position:relative;
    border-radius:12px;
  }
  
  .search-popup .search-form fieldset input[type="search"]{
    position:relative;
    height:70px;
    padding:20px 250px 20px 30px;
    background:#ffffff;
    line-height:30px;
    font-size:24px;
    color:#233145;
    border-radius:7px;
  }
  
  .search-popup .search-form fieldset input[type="submit"]{
    position:absolute;
    display:block;
    right:0px;
    top:0px;
    text-align:center;
    width:220px;
    height:70px;
    padding:20px 10px 20px 10px;
    color:#ffffff !important;
    line-height:30px;
    background-color: #ce932c;
    border: none;
    font-size:20px;
    cursor:pointer;
    text-transform:uppercase;
    border-radius:0px 7px 7px 0px;
  }
  
  .search-popup .search-form fieldset input[type="submit"]:hover{
    transform: translateY(0px);
  }
  
  .search-popup h3{
    text-transform:uppercase;
    font-size:20px;
    font-weight:600;
    color:#ffffff;
    margin-bottom:20px;
    margin-top: 30px;
    letter-spacing:1px;
    text-align:center;  
  }

  .search-btn i {
    color: #fff;
    padding: 0.4rem;
    background-color: #ce932c;
    border-radius: 3px;
  }

/*main header*/
.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index:10;
}



.header-lower {

}

.header-lower .outer-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
  }
  @keyframes smoothScroll {
      0% {
          transform: translateY(-40px);
      }
      100% {
          transform: translateY(0px);
      }
  }

  .fixed .logo img {
    height: 6rem;
  }

.logo-box {
    display: flex;
    align-items: center;
}

.logo-box .logo {
    margin-right: 1rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}


.menu-area {
    display: flex;
    flex-direction: row;
    margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
    .menu-area {
        align-self: center;
    }
}

.scroll-nav, .other-option {
    display: flex;
    font-size: 18px;
    margin-left: 3rem;
}

.main-menu .navigation > li, .other-option li {
    margin-right: 3rem;
}


.main-menu .navigation > li > a {
    color:#032c47;
    font-size: 17px;
    padding-bottom:4px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;

}
.main-menu .navigation > li > a:before{
    display: none;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color:#b7955b ;
}
.main-menu .navigation > li.current > a {
    color: #b7955b;
}
.main-menu .navigation > li.current > a:before {
    display: block;
}
.main-menu .navigation > li:hover > a:before {
    /*animation: slide-in 0.2s;*/
    display: block;
}


@keyframes slide-in{
    0% { width: 0 }
    50% { width: 90% }
    80% { width: 105% }
    100% { width: 100% }
}
@media (max-width: 1199px) {
    .main-menu .navigation > li > a {
        font-size: 15px !important;
    }
}
@media (max-width: 767px) {
    .main-menu .navigation > li > a {
        font-size: 16px !important;
    }
    .main-menu .navigation > li, .other-option li {
        margin-right: 1rem !important;
    }
}



.main-menu .navigation > li:not(:last-child):after {
    margin-left: 1rem;
  }



/*slider*/

.banner-section {
    position: relative;
    overflow: hidden;
    height: 450px;
}

.banner-section.style-two .banner-carousel .slide-item {
    position: relative;
    height: 100%;
}

.banner-carousel, .banner-carousel .owl-stage-outer, .banner-carousel .owl-stage, .banner-carousel.owl-carousel .owl-item {
    height: 100%;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}

.banner-carousel .slide-item .bg-layer {
    background-color: rgba(40,62,129,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
}

.banner-carousel .content-box {
    position: relative;
    width: 100%;
    z-index: 5;
}

.banner-section .banner-carousel .content-box .title-s {
    font-size: 40px;
    margin-bottom: 24px;
    color:#fff;
    font-weight: bold;
    line-height: 1.1;
}

.banner-section .banner-carousel .content-box p {
    color: #fff;
}

.banner-section .banner-carousel .content-box span {
    color:#fff;
    display: inline-block;
    margin-bottom: 48px;
    font-size: 25px;
}




.banner-carousel .content-box .btn-box {
    position: relative;
    background-color: #b7955b;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    border-radius: 0;
    text-align: center !important;
    padding: 10px 38px;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
    color: #000;
    width: 12rem;
    margin-top: 2rem;
    margin-right: 2rem;
    font-weight: bold;
    justify-content: center;

}


.banner-section .owl-nav {
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    width: 100%;
}

.banner-section .owl-nav .owl-prev, .banner-section .owl-nav .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 20px;
    font-size: 20px;
    color: #c0ccdb;
    text-align: center;
    cursor: pointer;
    background: transparent;
    transition: all 500ms ease;
    border: 2px solid #c0ccdb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-section .owl-nav .owl-prev {
    right: 100px;
}

.banner-section .owl-nav .owl-next {
    right: 50px;
}

.owl-dots-none .owl-dots, .owl-nav-none .owl-nav {
    display: none !important;
}



/*who*/



.title-block {
    font-size: 35px;
    font-weight: bold;
    color: #b7955b;
    margin-bottom: 1rem;
}

.who-wrapper .top-who p {
    color: #32496a;
    font-size: 18px;
    line-height: 1.5;
}

.who-wrapper .top-who .bg-img {
    background-size: cover;
    background-position: center;
    height: 100%;
}

.who-wrapper .who-per {
    margin-top: 2rem;
}


.who-wrapper .who-elem i {
    font-size: 2rem;
    margin-right: 1rem;
    color: #b7955b;
}

.who-wrapper .who-elem h5 {
    color: #0b1015;
    font-weight: bolder;
    margin-bottom: 1rem;
}

.who-elem .box-section i{
    border: 2px solid #b7955b;
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
;
}

/*news*/
.news-wrapper {
    background-color: #f2f2f2;
}

.news-wrapper .news-title p {
    font-size: 18px;
    color: #000;
    text-align: center;
}


.news-wrapper .down-news .news-item {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    width: 100%;
}

.news-wrapper .down-news .news-item .title-n{
    font-size: 16px ;
    color: #444;
    font-weight: bold;
    margin: 1rem 0;
}

.news-wrapper .down-news .news-item p{
    text-align: left;
    color: #aaa;
    font-size: 18px;
}

.news-wrapper .news-text {
    padding: 30px;
}

.news-wrapper .news-text .btn-more .more-btn {
    color: #283e81;
    font-weight: bold;
}

.news-wrapper .down-news .news-item .imgs img, .news-wrapper .down-news .news-item .imgs {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top center;
}
@media (max-width: 767px) {
    .news-wrapper .down-news .news-item .imgs img, .news-wrapper .down-news .news-item .imgs {
        width: 100%;
        height: auto;
        object-fit: unset;
        object-position: unset;
    }
}

.news-wrapper .owl-dots {
    margin-left: 50%;
}

.news-wrapper .owl-theme .owl-dots .owl-dot {
    border: none;
    background: none;
}

.news-wrapper .owl-theme .owl-dots .owl-dot.active span {
    background: #283e81;
    border-radius: 50%;
}

.news-wrapper .owl-theme .owl-dots .owl-dot span {
    background: #283e81;
    border-radius: 50%;
}

.news-wrapper .owl-theme .owl-dots .owl-dot:not(.active) span {
    opacity: 0.5;
}

.news-wrapper .btn-box {
    position: relative;
    background-color: #848484;
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
    padding: 8px 10px;
    text-transform: uppercase;
    min-width: 7rem;
    margin-top: 2rem;
    margin-right: 2rem;

}
.news-wrapper .btn-box:hover {
    background-color: #00b0ff;
}

.news-wrapper .btn-box .more-btn {
    color: #fff;
    font-weight: bold;
}

/*bg*/
.bg-wrapper {
    background-image: url('../images/cover2.png');
    background-size: cover;
    background-position: right;
    position: relative;
    max-height: fit-content;
    padding: 8rem 0;
}
.bg-wrapper .bg-bg {
    background-color: rgba(2,28,58,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.bg-wrapper h1 {
    font-size: 35px;
    font-weight: bolder;
}
.bg-wrapper p {
    width: 66%;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.bg-wrapper h1, .bg-wrapper p {
    color: #fff;
}

.bg-wrapper a {
    background-color: #a36801;
    color: #fff;
    padding: 0.5rem 2rem;
    position: absolute;
}

.bg-wrapper a i{
    margin-left: 1rem;
}

/*table section*/

.table-sec {
    padding: 3rem 0;
}

.table-sec img {
    width: 100%;
}

/*footer*/
footer {
    
    padding: 4rem 0;
    position: relative;
    /*max-height: 600px;*/
}

footer *{
    color: #fff;
}

footer h3 {
    font-weight: bold;
}

footer .ftr-bg {
    background-color: #133c57;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

footer .logo-box {
    margin-bottom: 1rem;
}

footer .logo-box span {
    color: #fff;
}

footer .social-links {
    display: flex;

}





footer .social-links li a, footer .web-links li a  {
    color: #fff;
    
}


.btm-ftr {
    position: relative;
    bottom: 0;
    max-height: 90px;
    background: #0b344f;
    padding: .5rem 0;
    font-size: 14px;
}

.btm-ftr p{
    color: #fff;
}

/*.btm-ftr ul {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.btm-ftr ul li{
    margin-left: 1rem;
}

.btm-ftr ul li a{
    color: #fff;
    font-weight: bold;
}*/

.ftr-item {
    margin: 0 1rem;
}


.ftr-item p {
    margin-top: 1rem;
}



  /**mobile menu**/

  .mob-menu{
    position:fixed;
    left:0;
    top:0px;
    width:100%;
    height:100%;
    z-index:99999;
    visibility:hidden;
    opacity:0;
    overflow:auto;
    background:rgba(0,0,0,0.9);
    -webkit-transform:translateX(101%);
    -ms-transform:translateX(101%);
    transform:translateX(101%);
    transition:all 700ms ease;
    -moz-transition:all 700ms ease;
    -webkit-transition:all 700ms ease;
    -ms-transition:all 700ms ease;
    -o-transition:all 700ms ease;
  }
  
  .mob-menu.menu-visible{
    -webkit-transform:translateX(0%);
    -ms-transform:translateX(0%);
    transform:translateX(0%);
    visibility:visible;
    opacity:1;
  }
  
  .mob-menu .overlay-layer{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    display:block;
  }
  
  .mob-menu .close-menu{
    position:absolute;
    right:25px;
    top:25px;
    font-size:22px;
    color:#fff;
    cursor:pointer;
    z-index:5;
    transition: all 500ms ease;
  }
  
  .mob-menu .search-form{
    position:relative;
    padding:0px 15px 0px;
    max-width:1024px;
    margin:0 auto;  
    margin-top:150px;
    margin-bottom: 100px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
  }

  .mob-menu .menu-inner {
    padding: 5rem 2rem;
  }

  .mob-menu .menu-inner .menu-list > ul {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .mob-menu .menu-inner .menu-list > ul > li {
    margin-bottom: 1rem;
  }

  .mob-menu .menu-inner .menu-list > ul > li > a {
    color: #fff;
  }

  .mob-menu .menu-inner .menu-list .dropdown-active ul{
    padding-left: 2rem;
    margin-top: 1rem;
  }

  .menu-inner .top-inner {
    display: flex;
    align-items: start;
    flex-direction: column;
}

.menu-inner .top-inner .info-list{
    flex-direction: column;
}

.menu-inner .top-inner .info-list li{
    color: #fff;
}

.menu-inner .top-inner .left-column, .menu-inner .menu-list {
    margin-bottom: 2rem;
}

.down-test, .down-bg, .down-serv {
    margin: 0;
}
.fa-bars{
    color: #b7955b !important;
    font-size: 30px !important;
    cursor: pointer;
}
@media (max-width: 767px) {
    .mob-menu .menu-inner .menu-list > ul > li {
        margin-bottom: 1.5rem;
    }
    .mob-menu .menu-inner .menu-list > ul > li a {
        font-size: 20px !important;
    }
}
footer .social-links li a, footer .web-links li a  {
    font-size: 20px;
}
footer .web-links li a:hover  {
    opacity: .7;
}

@media (max-width: 1199px) {
    footer .social-links li a, footer .web-links li a  {
        font-size: 18px;
    }
}
.title-color{
    display: inline-block;
    text-align: center;
    padding-bottom: 4px;
    border-bottom:2px solid  #b7955b;
    font-weight: bold;
    color: #b7955b;
}
.title-color span{
    color: #b7955b;
    font-weight: normal;
}
.dash-1{
    display: inline-block;
    background-color: #b7955b;
    height: 3px;
    width: 50px;
}
.box-orange{
    background: #b7955b;
    width: 12px;
    height: 12px;
    display: inline-block;
}
footer li.dropdown{
    display: none;
}
.contact-section-custom{
    background-color: #032c47;
}
.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding-right: 0;
}
.social-icons .s-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.social-icons a {
    font-size: 25px !important;
}
.input-wrapper button {
    position: absolute;
    top: 1px;
    right: 1px;
    border: none;
    background-color: #b7955b;
    cursor: pointer;
    border-radius: 0;
    color: #fff;
}

.input-wrapper input {
    padding-right: 40px;
    border: 1px #e8e8e8 solid;
    border-radius: 0;
    background-color: transparent;
}
.input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}
.line-height-1{
    line-height: 1;
}
a:hover{
    color: #000;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #b7955b;
    border-color: #b7955b;
}
.dropdown-menu a:hover,.dropdown-menu a:active{
    color: #b7955b !important;
}
.dropdown-divider{
    margin:  0;
}
.dropdown-menu a.dropdown-divider:last-child{
    display: none !important;
}
@media (max-width: 767px) {
    .logo img{
        width: 75px !important;
    }
    .contact-section-custom div{
        font-size: 16px;
        line-height: 1;
    }
    .banner-section{
        height: 250px;
    }
    .banner-section .banner-carousel .content-box .title-s {
        font-size: 25px !important;
        margin-bottom: 16px;
    }
    .banner-section .banner-carousel .content-box span {
        margin-bottom: 18px;
    }
    .banner-carousel .content-box .btn-box {
        margin-top: 1rem;
        margin-right: 1rem;
        min-width: auto;
        padding: 5px 20px;
        width: auto;
        display: inline-block !important;
    }
    .navigation .dropdown-menu{
        width: 100%;
        position: static !important;
        transform: none !important;
    }
    .navigation li{
        width: 100%;
    }
    .navigation .dropdown-menu a{
        white-space: normal !important;
        font-size: 12px;
    }
}
.fixed-section{
    position: fixed;
    bottom: 2rem;
    right: 1rem;
    z-index: 999;
}
@media (max-width: 767px) {
    .fixed-section{
        transform: scale(.8);
        right: .1rem;
        bottom: .1rem;
    }
}
#whatsapp {
    transform: scale(1);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #60D669;
    font-size: 27px;
}

#top {
    background: #b7955b;
    height: 3rem;
    color: #fff !important;
    text-align: center;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:  opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
}

#top:hover {
    color: #fff;
}

#top.show {
    opacity: 1;
    visibility: visible;
}
.about-banner{

    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 500px;
}