@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
* {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

p {
    line-height: 2;
    font-weight: 300;
}

/* Header Style */

header {
    background: url(../images/background/about-banner.jpg);
}
.caption p{
    display: none;
}
.nav li:nth-child(2) a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 9px solid #fff;
    bottom: -34px;
    left: 0;
    right: 0;
    margin: auto;
}
/* About Ivesta Style */
.abt_div{
    width: 90%;
    padding-right: 10%;
    position: relative;
    overflow: hidden;
}
.abt_lft{
    width: 40%;
    margin-right: 30px;
}
.abt_lft img{
    width: 100%;
    height: 100%;
    float: left;
    margin-right: 30px;
}
.heading {
    font-weight: 300;
    font-size: 3em;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}
.heading span {
    font-weight: 600;
    color: #2abb9d;
}
.abt_div .heading{
    color: #fff;
    font-weight: 500;
}
.abt_div .heading span {
    color: #2f3e53;
}
.abt_rgt{
    width: 100%;
    padding-top: 20px;
    text-align: justify;
}
.abt_rgt p:nth-child(1){
    margin-bottom: 20px;
}
.abt_rgt p span{
    color: #408dc7;
    font-weight: 500;
}
/* Header Style */
.vm_div{
    position: relative;
}
.vm_sec {
    position: relative;
    margin: auto;
    padding: 0px;
    width: 80%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.abt_div::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #2abb9d;
    bottom: 0;
    animation: loader 5s ease-in-out;
    -webkit-box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.2);
}
.vision {
    width: 45%;
   
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    transition: all 1s ease-in-out;
    align-items: center;
}
#vision2{
    /*margin-right: -90%;*/
    transition: all 1s ease-in-out;
}
#vision1{
    /*margin-left: 10%;*/
    transition: all 1s ease-in-out;
}
.vm_lft{
    width: 100%;
}
.vm_lft h1{
    text-align: left;
    color: #2f3e53;
}
.vm_lft p{
    text-align: justify;
    margin: 30px 0;
}
.vm_lft ul{
    margin: 30px 0 30px 3px;
    padding: 0;
    line-height: 2;
    list-style: none;
}
.vm_lft ul li{
    position: relative;
    padding-left: 15px;
}
.vm_lft ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    background-color: #2abb9d;
}
.vision img{
    width: 30% !important;
    height: 100%;
}
.vm_div{
    z-index: 1;
}
.owl-carousel{
    z-index: -1;
}
.vm_sec .owl-dots{
    display: none;
}
.owl-theme .owl-nav [class*=owl-]{
    text-decoration: none;
    color: #2abb9d !important;
    font-size: 14px !important;
    position: relative;
    padding: 0 55px !important;
    transition: all .7s ease-in-out;
    position: relative;
}
.owl-theme .owl-nav [class*=owl-] span{
    transition: all .7s ease-in-out;
}
.owl-theme .owl-nav [class*=owl-] span::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 999999;
    background-color: #2abb9d;
    transition: all .7s ease-in-out;
}
.owl-theme .owl-nav [class*=owl-] span::after{
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 999999;
    background-color: #2abb9d;
    transition: all .7s ease-in-out;
}
.owl-theme .owl-nav [class*=owl-] span:hover{
    padding-left: 0;
    padding-right: 105px !important;
}
.owl-theme .owl-nav [class*=owl-] span:hover::before{
    width: 0;
}
.owl-theme .owl-nav [class*=owl-] span:hover::after{
    width: 100px;
}
.owl-nav {
    position: absolute;
    bottom: 0%;
    left: 10%;
    display: none;
}
/* Overview Style */
.ovw_div{
    width: 80%;
    padding: 50px 10%;
    margin-top: 50px;
    background: url(../images/background/overview-bg.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.ovw_div h1{
    color: #fff;
}
.ovw_div h1 span{
    color: #2f3e53;
}
.ovw_div p{
    margin-top: 30px;
}
/* Team Style */
.team_div{
    width: 80%;
    padding: 50px 10%;
    position: relative;
    transition: all 2s ease-in-out;
}
.team_rgt{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.team{
    width: 26%;
    padding: 2%;
    text-align: center;
    position: relative;
    margin-top: 50px;
}
.member img{
    width: 100%;
    height: 100%;
    margin: auto;
    display: block;
}
.bottom_div{
    width: 100%;
    margin-top: 30px;
}
.team h3{
    font-size: 18px;
    color: #3a4a64;
}
.team p:nth-child(2){
    font-size: 14px;
    color: #2abb9d;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 40px;
}
.team p:nth-child(3){
    font-size: 14px;
    text-align: justify;
    margin-top: 10px;
}
.team a{
    display: block;
    text-decoration: none;
    font-size: 14px !important;
}
button{
    padding: .7em !important;
}
.panell {
    max-width: 139px;
    text-align: center;
    position: absolute !important;
    margin: auto !important;
    bottom: 0;
    left: 0;
    right: 0;
}
.team_overlay {
    width: 100%;
    height: 60%;
    bottom: 0;
    position: absolute;
    z-index: -1;
    background-color: #efefef;
    left: 0;
}
/* Popup Style */
.abt_popup{
   width: 100%;
   height: 100%;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   z-index: 999999;
   position: fixed;
   background-color: rgba(53, 53, 53, 0.49);
   overflow-y: scroll;
   display: none;
   -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
   0% {transform: scale(0,0);}
   100% {transform: scale(100%,100%);}
}

@keyframes fadeIn {
    0% {transform: scale(0,0);}
   100% {transform: scale(100%,100%);}
}
.abt_popup_inner{
   width: 80%;
   margin: 0 auto;
   padding: 100px 0 100px 0;
}
.popup_sec{
   width: 40%;
    padding: 20px !important;
    background-color: #f1f1f1;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 9999;
    padding: 50px 0;
    border-radius: 5px;
    right: 0;
    margin: auto;
}
.pop-cls{
    position: absolute;
    right: 3%;
    top: 4%;
    color: #00507C;
    font-size: 25px;
    cursor: pointer;
}
.popup_sec h1{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #3a4a64;
}
.abt_popup_inner .heading{
    display: flex;
    justify-content: center;
    align-items: center;
}
.abt_popup_inner .heading span:nth-child(1){
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    color: #000;
    padding-right: 7px;
    border-right: 2px solid #000;
}
.abt_popup_inner .heading span:nth-child(2){
    font-weight: 400;
    color: #000;
    font-size: 15px;
    line-height: 2;
    margin-top: 4px;
    padding-left: 7px;
}
.popup_sec p:nth-child(3){
    text-align: justify;
}
/* Media Query */
@media only screen and (max-width:1920px){
    .abt_lft{
        width: 25%;
    }
}
@media only screen and (max-width:1600px){
    .abt_lft{
        width:42%;
    }
}
@media only screen and (max-width:1550px){
    .abt_lft{
        width: 43%;
    }
}
@media only screen and (max-width:1024px){
    .know_lnk{
        padding: 0 25px !important;
        font-size: 13px;
    }
    .know_lnk::before,.know_lnk::after{
        width: 20px !important;
    }
    .know_lnk:hover{
        padding-left: 0 !important;
        padding-right: 45px !important;
    }
    .know_lnk:hover::after{
        width: 40px !important;
    }
    .know_lnk:hover::before{
        width: 0 !important;
    }
    .abt_div {
        padding-right: 0px;
    }
        
    .abt_rgt {
        width: 90%;
        margin: auto;
    }
    .team_overlay {
    height: 68%;
    }
    .panell {
    max-width: 62% !important;
    }
}
@media only screen and (max-width:768px){
    header {
        height: 60vh !important;
    }
    .abt_div {
        width: 90%;
        margin: auto;
        padding-right: 0;
    }
    .abt_lft{
        width: 50%;
    }
    .vision{
        display: block;
    }
    .vm_lft {
        width: 100%;
    }
    .vision img {
        width: 50% !important;
        height: 100%;
        margin: auto;
        margin-top: 30px;
        display: block;
    }
    .team_div{
        display: block;
    }
    .team_lft{
        width: 80% !important;
        left: 10%;
    }
    .lft_slide,.team_rgt{
        width: 100%;
    }
    .team{
        margin-top: 30px;
    }
    
}
@media only screen and (max-width:768px){
    .team_rgt{
        display: block;
    }
    .team{
        width: 76%;
        margin: auto;
        margin-top: 30px;
    }
    .abt_lft {
        width: 100%;
    }
    .abt_lft img{
        float: none;
    }
    .ovw_div p{
        text-align: justify;
    }
    .abt_rgt {
    width: 90%;
    margin: auto;
    }
     .vm_sec {
        display: block;
        width: 90%;
    }
    .ovw_div {
    width: 90%;
    padding: 50px 5%;
    }
    .vision {
    width: 100%;
    }
    .team_overlay {
        display: none;
    }
    .team_lft {
        margin: auto;
    }
}
@media only screen and (max-width:425px){
   .abt_rgt {
    width: 90%;
    }
    p{
        font-size: 13px !important;
    }
    li{
        font-size: 13px !important;
    }
    .vm_sec {
        display: block;
    }
    .vision {
    width: 100%;
    }
    .team_overlay {
        display: none;
    }
    .team_lft {
        margin: auto;
    }
}
