@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@300;400;700&display=swap');
/* ------ Setting colors-------- */

.primary-bg {
    background-color: #272727;
    border: none;
}
.transparent-bg {
    background-color: #12306100;
}
.secondary-bg {
    background-color: #DFCDB7 !important;
}
.third-bg {
    background-color: #123061;
}
.white {
    color: #ffffff;
}
.white2 {
    color: #DFCDB7 !important;
}
.black {
    color: #272727;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Poppins", sans-serif;
    background-color: #272727;
}
.font2 {
    font-family: "Roboto", sans-serif !important;
}
.hfont2 {
    font-size: 60px;
    font-weight: 600;
}
.pagenumber{
    margin-bottom: 3rem;
    vertical-align: middle;
    height: 7rem;
}
@media (max-width: 992px) {
    .pagenumber{
        margin-bottom: 0rem;
        vertical-align: middle;
        height: 6rem;
        padding-left: 0;
    }
    
}
/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    background: #fff;
    z-index: 997;
    padding: 15px 0;
}
#header.header-scrolled {
    border-color: #fff;
    box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}
#header .logo img {
    max-height: 34px;
}
@media (max-width: 992px) {
    #header .logo {
        font-size: 10px;
    }
}
/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/**
  * Desktop Navigation 
  */
.navbar {
    padding: 0;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
    position: relative;
}
.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 10px 30px;
    font-size: 16px;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s;
}
.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #DFCDB7;
}
/**
  * Mobile Navigation 
  */
.mobile-nav-toggle {
    color: #DFCDB7;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
    color: #fff;
}
@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #272727;
    transition: 0.3s;
    z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
.navbar-mobile ul {
    display: inline;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #DFCDB7;
    overflow-y: auto;
    transition: 0.3s;
    text-align: center !important;
}
.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #ffffff;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #272727;
}
/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
.banner{
    /*margin-top:-160px;
    z-index: 1;*/
     height: 100vh;
    position: relative;
}
video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 992px) {
    .banner {
        height: 75vh;
    }
    
}
/*--------------------------------------------------------------
  # About Us
  --------------------------------------------------------------*/
.about-us {
    padding-top: 8rem;
}
.about-right {
    padding: 10px 30px 0px 100px;
}
.about-right p {
    font-size: 15px;
}
.icon-parent a {
    background: transparent;
    background: -moz-linear-gradient(-45deg, #000000 0%, #000000 25%, #1e539e 50%, #ff3083 75%, #7800a8 100%);
    background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 25%, #1e539e 50%, #ff3083 75%, #7800a8 100%);
    background: linear-gradient(135deg, transparent 0%, transparent 25%, #1e539e 50%, #ff3083 75%, #7800a8 100%);
    background-size: 400% 400%;
    background-repeat: no-repeat;
    display: flex;
    width: 65px;
    height: 65px;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: 0.5s all;
    border-radius: 50%;
}
.icon-parent a:hover {
  background-position: 100% 100%;
}
.abt-icon {
    height: 20px;
    opacity: 0.8;
}
.abt-icon:hover{ opacity: 1;  }
.rev-col{
    margin-top: 3rem;
}
.about-us-wow {
    position: relative;
    top: -3rem;
}
@media (max-width: 992px) {
    .about-us {
        padding-top: 2rem;
    }
    .abt-img {
        height: auto;
        left: 0%;
        top: 0;
    }
    .about-right {
        padding: 20px;
    }
    .rev-col {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 0;
    }
    .about-us-wow {
        position: relative;
        top: 0rem;
        left: 00%;
    }
    .icon-parent {
        justify-content: center;
    }
    .abt-icon {
        height: 20px;
        padding-right: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
/*--------------------------------------------------------------
  # Our Services
  --------------------------------------------------------------*/
.services {
    padding-top: 8rem;
}
.card-group {
    padding-top: 2rem;
}
.card{
    padding: 0 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
}
.card-body {
    display: flex;
    flex-direction: column;
/*    justify-content: space-between;*/
}
.card-text{
    height: 18rem;
}
.card-text.height-auto{ height: auto !important; }
@media (max-width: 576px){ .card-text{ height: auto; } }
.border-left {
    border-left: 1px #DFCDB7 solid;
}
/*-------------Icon-----------*/
.cards .icon2 {
    opacity: 0;
}
.cards :hover .icon1 {
    opacity: 0;
}
.cards :hover .icon2 {
    opacity: 1;
}
.card-group .icon1,
.icon2 {
    width: 2.5rem;
    margin-left: 1rem;
}
.card-group .icon2 {
    position: relative;
    top: -42px;
}
.cards :hover a {
    color: #272727;
    background-color: transparent!important;
}
.cards .card:hover {
    background-color: #DFCDB7 !important;
    color: #272727;
}
.cards a .bi-arrow-right {
    font-size: 30px;
}
.card-title {
    margin-top: -40px;
}
.readmore a{ color: #FFF; text-decoration: none; display: flex; align-items: center; margin-top: 40px; }
.readmore .arrow {
    padding-left: 2rem;
}
.readmore a:hover .arrow {
    padding-left: 3rem;
}
.readmore1{
    padding-top: 3rem;
}
@media (max-width: 992px) {
    .card-group .icon1,
    .icon2 {
        margin-left: auto;
        margin-right: auto;
    }
    .readmore {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 2rem;
    }
    .readmore .arrow {
        padding-left: 1rem;
    }
}
@media (max-width: 576px){ .readmore{ display: none; } }
/*--------------------------------------------------------------
  Brand
--------------------------------------------------------------*/
.brand-img-sm{
    width: 16rem;
}
.brand-img-lg{
    width: 66%;
}
.brand-img-right{
    margin-top: 25px;
}
.brand-left1{
    margin-top: 40px;
}
.brand-left-content{
    display: flex;
    justify-content: space-between;
}
.brand-left2{
    margin-top: 25px;
}
.brand-img2{
    display: flex;
    align-items: end;
}

.loadmore {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}
.loadmore .btn {
    border: 1px #ffffff solid;
}
@media (min-width: 1400px) and (max-width : 6000px){
    .brand-img-sm {
        width: 17rem;
        margin-right: 20px;
    }
}
@media (min-width: 992px) and (max-width : 1600px){
    .brand-mobile{
        display: none;
    }
    .brand {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }  
}
@media (min-width: 1400px) and (max-width : 6000px){
    .brand-mobile{
        display: none;
    }
}
@media (max-width: 992px) {
    .brand-img-sm{
        width: auto;
    }
    .brand-img-lg{
         width: auto;
         height: 8rem;
    }
    .brand-large{
        display: none;
    }
}
/*--------------------------------------------------------------
  Contact
  --------------------------------------------------------------*/
.contact-main a {
    color: #ffffff;
    text-decoration: none;
}
.contact-main p {
    font-size: 14px;
    margin-bottom: 0 !important;
    text-align: left;
}
.contact {
    padding-top: 5rem;
}
.contact-main {
    margin-top: 5rem;
}
.contact-form {
    padding: 50px;
    padding-right: 16rem;
}
.contact-form .form-input{
    background-color: transparent!important;
    margin-bottom: .5rem;
    border: none;
    border-bottom: #666 2px solid;
    width:400px;
}
.contact-form .form-input{
    outline: none;
    resize: none;
}
.contact{
    padding-left: 6rem;
}
.contact-left{
    padding-top: 2rem;
}
.send-btn{
   position: relative;
   left: 20%;
   right: auto;
   background-color: transparent;
   padding: 5px 8.8rem;
   border: #666 2px solid;
}
.contact-send{
    display: flex;
    justify-content: center;
    width: 357px!important;
    margin-top: 10px;
    margin-bottom: 8rem;
}
.contact .head1{
    font-size: 13px;
}
.contact .head2{
    font-size: 27px;
    font-weight: 800;
}
@media (max-width: 992px) {
    .contact-form .form-input{
        width:300px;
    }
    .contact-form {
        padding: 20px;
    }
    .contact-right{
        padding-top: 40px;
    }
    .contact-main {
        text-align: left;
    }
    .contact{
        padding-left: 0rem;
    }
    .send-btn{
        position: relative;
        left: 00%;
        right: auto;
        padding: 5px 6rem;
        
     }
   .contact-send{
        margin-left: auto;
        margin-right: auto;
   }
   .contact-left{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .contact-main{
        margin-top: 0;
    }   
}
/* ---------------------------------------------------REVEAL EFFECT ----------------------------------------*/
.reveal-effect {
    float: left;
    position: relative;
}
.reveal-effect>* {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    position: relative;
}
.reveal-effect>* {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.reveal-effect {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.reveal-effect {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
.reveal-effect.animated {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.reveal-effect.animated * {
    -webkit-animation-name: show-img-1;
    animation-name: show-img-1;
}
.reveal-effect:after {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.reveal-effect:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.reveal-effect:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.05, 0);
    transform: scale(0.05, 0);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.reveal-effect.masker:after {
    background-color: #161619;
}
.reveal-effect.animated:after {
    -webkit-animation-name: slide-bg-2;
    animation-name: slide-bg-2;
}
/* ANIMATIONS */
@keyframes texteffect {
    0% {
        transform: translateY(50%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes texteffect {
    0% {
        transform: translateY(50%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes show-img-1 {
    0%,
    66.6% {
        visibility: hidden;
    }
    100%,
    66.7% {
        visibility: visible;
    }
}
@keyframes show-img-1 {
    0%,
    66.6% {
        visibility: hidden;
    }
    100%,
    66.7% {
        visibility: visible;
    }
}
@-webkit-keyframes slide-bg-2 {
    33.3% {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0.05, 1);
        transform: scale(0.05, 1);
    }
    66.6% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    66.7% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}
@keyframes slide-bg-2 {
    33.3% {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0.05, 1);
        transform: scale(0.05, 1);
    }
    66.6% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    66.7% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools { left: -44px; }
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 3px; }
#success, #error {
  display: none;
  float: left;
}
#error {
  background: red;
  color: #fff;
}
#success {
  background: green;
  color: #fff;
}
.alert {
  border: none;
  border-radius: 0;
  padding: 20px 30px;
}
.text-red{ color:red; }
.contact .contact-right.submitted .mask{ display: flex; }
.mask {
  display: none;
  position: absolute;
  background: rgba(0,0,0,0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  align-items: center;
  justify-content: center;
}
.mask svg { width: 30%; }
.mask svg, .mask p {
  opacity: 0.5;
}
input{ height:40px; }
textarea{ height: 120px; }