/*Slider*/
.section_slider{
    overflow: hidden;
    position: relative;
    margin: auto;
    z-index: 0;
    max-height: 775px;
}

.mySlides img {
    display: block;
    width: 100%;
    bottom: 50%;
}


/* Caption text */
.text {
    min-width: 400px;
    min-height: 150px;
    color: #f2f2f2;
    opacity: 0.8;
    background: black;
    border-radius: 10px;
    font-size: 25px;
    padding: 25px 20px;
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;

}
.dots-container {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
}

/* The dots/bullets/indicators */


@keyframes animate {
    from {
        transform: scale(1.1) rotateY(10deg);
    }
    to {
        transform: scale(1) rotateY(0deg);
    }
}
@media only screen and (max-width: 1080px) {
    .text {
        top: 150px;
        font-size: 16px;
        min-width: 500px;
    }
}
@media only screen and (max-width:580px) {
    .text {
        top: 75px;
        min-width: 250px;
    }
    .mySlides img {
        height: 350px;
    }
}
/*Section 1*/
.box1_title{
    width: 100%;
    height: 150px;
    display: flex;
    font-size: 25px;
    font-family:  "Montserratarm-regular", sans-serif;
    justify-content: center;
    align-items: center;
}


                          /*Section 2*/

.section2_box{
    width: 100%;
    min-height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section2_box1{
    width: 80%;
    min-height: 550px;
}

.project_row{
    width: 100%;
    min-height: 360px;
    display: flex;
    flex-wrap: wrap;
    z-index: 3;
    justify-content: space-around;
}
.grid {
    width: 32%;
    position: relative;
    height: 100%;
    margin-bottom: 30px;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    max-height: 340px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-layla {
    background: #3f65ff;
}

figure.effect-layla img {
    height: 370px;
}

figure.effect-layla figcaption {
    padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}

figure.effect-layla figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

figure.effect-layla h2 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-layla p {
    padding: 0.5em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

@media only screen and (max-width: 1090px){
    .grid{
        width: 49%;
    }
}
@media only screen and (max-width: 736px){
    .section2_box1{
        width: 85%;
    }
    .grid figure{
        width: 80%;
    }
}
@media only screen and (max-width: 508px){
    .grid{
        width: 100%;
    }
    .section2_box1{
        width: 90%;
    }
    .grid figure{
        width: 90%;
        height: 280px;
    }
    .project_row{
    justify-content: unset;
}
}
                   /*Section Map*/
.section_maps{
    width: 100%;
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 60px;
    margin-bottom: 50px;
}
.google_map{
    width: 90%;
    height: 450px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

                                  /*CALL*/
.call_body{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    right: 2%;
    position: fixed;
    z-index: 2;
    bottom: 2%;

}
.call_body a{
    text-decoration: none;
}
.call_a{
    display: none;
}
@media only screen and (max-width: 825px){
    .call_a{
        display: block;
    }
    .call_feedback{
        display: none;
    }
    .body_message{
        display: none;
    }
}

.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.77;


}

.pulse i {
    color: #fff
}

.pulse {
    height: 50px;
    width: 50px;
    background-color: #059627;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}
.pulse_message i {
    color: #fff
}
.pulse_message {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.fa-2x{
    font-size: 1.5em!important;
}
.pulse::before {
    content: "";
    position: absolute;
    border: 1px solid  #059627;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border-radius: 50%;
    animation: pulse 1s linear infinite
}

.pulse::after {
    content: "";
    position: absolute;
    border: 1px solid  #059627;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s
}
.pulse_message::before {
    content: "";
    position: absolute;
    border: 1px solid #056a96;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border-radius: 50%;
    animation: pulse 1s linear infinite
}

.pulse_message::after {
    content: "";
    position: absolute;
    border: 1px solid #054e96;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s
}
@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.3);
        opacity: 0
    }
}

.sec3_bottom span{
    font-size: 20px;
    font-weight: 400;
    font-family: "Avant Garde";
    color: #063d6b;
}
.sec3_bottom a{
    text-decoration: none;
    cursor: pointer;
}
.sec3_bottom .box3_arrows{
    font-weight: 800;
    font-size: 25px;
    margin-left: 10px;
}
.sec3_bottom{
    width: 100%;
    height: 60px;
    padding-right: 50px;
    display: flex;
    justify-content: end;
    align-items: end;
}
.sec4_bottom span{
    font-size: 20px;
    font-weight: 400;
    font-family: "Avant Garde";
    color: #063d6b;
}
.sec4_bottom a{
    text-decoration: none;
    cursor: pointer;
}
.sec4_bottom .box4_arrows{
    font-weight: 800;
    font-size: 25px;
    margin-left: 10px;
}
.sec4_bottom{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: end;
}
@media only screen and (max-width: 888px){
  .media_wrapper{
      display: flex;
      flex-direction: column-reverse;
  }
    .mobile_dom_title{
        font-size: 28px;
        text-align: center;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 600px){
  .about_section .about_section_box{
        width: 90%!important;
    }
    .about_section_box .about_banner_img{
        width: 100%;
    }
    .about_section_box  .about_banner_text{
        width: 98%;
    }
    .about_section_box .about_banner_text p{
        width: 100%;
        margin-top: 30px;
    }
    .title_bottom{
        width: 80%!important;
    }
    .sec3_bottom{
       justify-content: center;
        height: 30px;
    }
    .sec4_bottom{
        justify-content: center;
        height: 30px;
    }
}

                      /*SECTION 1 MENU*/
.sec1-menu{
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}
.sec1-menu-box{
    width: 80%;
    height: 300px;
}
.sec1-menu-title{
    width: 100%;
    margin-bottom: 20px;
}
.sec1-menu-title p{
    font-size: 25px;
    font-weight: 500;
    font-family: "Avant Garde";
    color: #151414;
}
.sec1-menu-bottom{
    width: 100%;
    height: 90px;
    border-right: unset;
    border-left:unset ;
}


.search-box{
    width: 400px;
    height: 400px;
    position: absolute;
   top: 250px;
    left: 70%;

}
.search-box img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.title-text-box{
    width: 964px;
    position: absolute;
    top: 150px;
    left: 20%;

}


h1 {
    text-align: center;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 54px;
    letter-spacing: 1px;
    color: #f8f4f4;
    line-height: 2.2;
}
h1 span {
    display: inline-block;
    animation: slideLeft 1.5s forwards;
    opacity: 0;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@keyframes slideLeft {
    from {
        opacity: 0;
        transform: translateX(200px);
    }
    to {
        opacity: 1;
        transform: translateX(0%);
    }
}

.learn-btn:focus{
    border-color:transparent!important;
    outline:none;
}
.learn-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;

}

#wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.content {
    width: 100%;
    min-width: 260px;
    transition: 0.3s ease;
}
@media screen and (max-width: 512px) {
    .content {
        margin: 0 4%;
        margin-top: 5%;
    }
    .header_logo a img {
        width: 70px;
        height: 54px;
        margin-top: -4px;
    }
    .header_nav {
        height: 76px;
    }
}

/* Tabs menu */
.tabs {
    margin: 0;
    background-image: linear-gradient(135deg, #c6c6c7 0%, #c3cfe2 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    border-radius: 2px 2px 0px 0px;
}
@media screen and (max-width: 512px) {
    .tabs {
        height: 40px;
    }
}

/* Tab Links */
.tablinks {
    background: transparent;
    background-image: linear-gradient(90deg, transparent 70%, rgba(255, 255, 255, 0.2) 100%);
    border: none;
    outline: none;
    cursor: pointer;
    width: 25%;
    /*change depending on the number of tabs*/
    height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: "IBM Plex Sans", sans-serif;
    overflow: hidden;
    transition: 0.3s ease;
}
@media screen and (max-width: 512px) {
    .tablinks {
        height: 40px;
        font-size: 12px;
    }
}

.tablinks:before {
    background-image: linear-gradient(135deg, #6e6e6e 0%, #464646 100%);
    content: "";
    width: 100%;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s ease-in-out;
    z-index: 2;
}

/*tab buttons hover*/
.tablinks:hover::before {
    height: 100%;
    z-index: 2;
    bottom: 0;
}
@media screen and (max-width: 512px) {
    .tablinks:hover::before {
        height: 0;
    }
}

/* Tab active */
.tablinks.active {
    background-color: white;
    z-index: 0;
    border-right: 0px;
    border-left: 0px;
    height: 60px;
    bottom: 0px;
    overflow: hidden;
}
@media screen and (max-width: 512px) {
    .tablinks.active {
        height: 60px;
    }
}

.tablinks.active:before {
    content: "";
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
}

/* Tabs text */
.tablinks.active p,
.tablinks.active:hover p {
    opacity: 1;
    background: -webkit-linear-gradient(135deg, #3f0e0e 0%, #0c0c0c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tablinks p {
    opacity: 0.6;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: 0.5s ease;
    padding: 0;
    margin: 0;
    color: #686868;
    backface-visibility: hidden;
    font-weight: 400;
}

.tablinks:hover p {
    color: white;
    opacity: 1;
}
@media screen and (max-width: 512px) {
    .tablinks:hover p {
        color: #686868;
        opacity: 0.6;
    }
}

/* Tabs text bigger */
.tablinks p:before {
    position: absolute;
    height: auto;
    width: auto;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.1;
    font-size: 40px;
    transition: 1s ease-out;
    z-index: -1;
    font-weight: 600;
    top: 110%;
}
@media screen and (max-width: 512px) {
    .tablinks p:before {
        display: none;
    }
}

.tablinks:hover p:before {
    opacity: 0.1;
    font-size: 40px;
    top: -80%;
}

/* tab content */
.wrapper_tabcontent {
    background-color: white;
    margin-top: 0px;
    position: relative;
    opacity: 1;
    padding: 40px 60px;
    overflow: hidden;
    transition: all 1s ease;
    top: 0;
}

.tabcontent {
    display: none;
    min-height: 180px;
}
button:focus {
    outline: 0 !important;
}
@keyframes tabEffect {
    from {
        top: -40px;
    }
    to {
        top: 0px;
    }
}
.tabcontent.active {
    transition: all 1s ease;
    display: block;
}

/* Tab content line */
.wrapper_tabcontent:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(135deg, #868484 0%, #474748 100%);
    left: 0;
    bottom: 0;
    z-index: -2;
    transition: all 1s ease;
}

/* Title */
.tabcontent h3 {
    font-size: 40px;
    top: 75px;
    transform: rotate(90deg);
    position: absolute;
    left: -90px;
    opacity: 0.1;
    width: 200px;
    height: 60px;
    background: -webkit-linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0;
    animation: city 1s ease;
}
@media screen and (max-width: 512px) {
    .tabcontent h3 {
        top: 65px;
    }
}

@keyframes city {
    from {
        left: -150px;
    }
    to {
        left: -90px;
    }
}
/* Text*/
.tabcontent p {
    color: #686868;
    margin: 0;
    padding: 0;
    line-height: 28px;
    font-weight: 100;
    transition: all 1s ease;
    animation: fadeEffect 0.6s ease;
    width: 100%;
    font-size: 16px;
    font-family: "IBM Plex Sans", sans-serif;
}
@media screen and (max-width: 512px) {
    .tabcontent p {
        font-size: 14px;
        line-height: 26px;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
        margin-left: 30px;
    }
    to {
        opacity: 1;
        margin-left: 0;
    }
}

.form-select{
    width: 40%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fcfcfd;
    border-radius: 0.25rem;
}
.form-select option{
    font-size: 1rem;
    line-height: 1.5;
}
.caret {
    display: none;
}
.btn-group .multiselect {
    border: 1px solid #ced4da;
}



.box-bottom-front{
    width: 50%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 25%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 55555;
}

.block-top{
    width: 150px;
    height: 150px;
    background: #f9faf9;
    border-radius: 15px;
    box-shadow: 10px 10px 8px #6b6a6a;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-bottom-front a{
    text-decoration: none;
}
.block-top svg{
    width: 40px;
    height: 40px;
}
.block-top p{
    font-size: 18px;
    margin-top: 20px;
    font-family: "Montserratarm-regular", sans-serif;
    color: rgb(148, 123, 58);
}

@media only screen and (max-width: 1305px) {
    .box-bottom-front{
        width: 60%;

    }
    h1 {
        font-size: 30px;
    }
    .block-top{
        width: 120px;
        height: 120px;
    }
    .block-top p{
        font-size: 15px;
    }
    .title-text-box{
        margin-left: -5%;
        top: 100px;
    }
}
@media only screen and (max-width: 1045px) {
    .title-text-box{
        margin-left: -15%;
        top: 100px;
    }
}
@media only screen and (max-width: 900px) {
    .title-text-box{
        margin-left: -27%;
    }
    h1 {
        font-size: 25px;
    }
    .block-top{
        width: 100px;
        height: 100px;
    }
    .block-top p{
        font-size: 13px;
    }
    .block-top svg{
        width: 20px;
        height: 20px;
        margin-top: 5px;
    }
    .box-bottom-front{
        height: 120px;
    }
}
@media only screen and (max-width: 731px) {
    .title-text-box{
        top: 80px;
    }
    .box-bottom-front{
        left: 15%;
        width: 70%;
    }
    .title-text-box{
        margin-left: -33%;
    }
    h1{
        line-height: 1.5;
    }
}
@media only screen and (max-width: 557px) {
    h1{
       font-size: 19px;
    }
    .title-text-box{
        margin-left:-20%;
    }
    .text-cont{
        max-width: 374px;
    }
    .title-text-box{
        width: 100%;
    }
    h1{
        line-height: 1.9;
    }
    .block-top{
        width: 80px;
        height: 80px;
        border-radius: 10px;
    }
    .block-top p{
        font-size: 10px;
    }
    .box-bottom-front{
        left:0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
}
.login_and_dashboard_page{
    margin-left: 48%;
}
