@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto.woff2') format('woff2'),
         url('../fonts/Roboto.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Mplus';
    src: url('../fonts/Mplus.woff2') format('woff2'),
         url('../fonts/Mplus.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Roboto';
}
p{
    margin-bottom: 0;
    font-size: 15px;
}
.mainhead-contain{
    text-align: center;
    width: 100%;
}
.mainhead-contain-left{
    text-align: left;
    width: 100%;
}
.mainhead-contain-right{
    text-align: right;
    width: 100%;
}
.mainhead-contain-center{
    text-align: center;
    width: 100%;
}
.mainhead{
    color: #248274;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
}
.subhead{
    color: #439488;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}

.subhead-clients{
    color: #439488;
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
}

/* navbar from here  */
.navbar-custom{
    background-color: transparent;
    min-height: 75px;
    color: #439488;
        font-family: 'Roboto';
}
.navbar-custom .navbar-nav .nav-item{
    padding: 0 5px;
}
.navbar-custom .navbar-nav .nav-link{
    color: #439488;
    font-size: 14px;
    text-transform: uppercase;
}
.navbar-custom .navbar-nav .nav-link:hover{
    color: #439488;
}
.navbar-custom .navbar-nav .active>.nav-link{
    color: #439488;
    font-weight: bold;
}

/* section hero banner from here  */
.sec-hero-banner{
    background: url('../images/hero-banner.svg') center right no-repeat;
    min-height: 480px;
    margin-right: 40px;
}
.hero-contain{
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-heading{
    font-size: 58px;
    color: #248274;
    font-weight: bolder;
    text-transform: uppercase;
    margin-top: 90px;
}
.hero-span{
    display: block;
    padding: 5px 0;
}

/* section sec-hero-testimony  */
.sec-hero-testimony{
    padding: 35px 0;
    min-height: 160px;
    display: flex;
    align-items: center;
}
.hero-testimony{
    text-align: left;
}
.hero-testimony p{
    font-size: 18px; /*change by sam */
    color: #248274; /*change by sam */
  
}

/* sec-performance starts here  */
.sec-performance{
    padding: 35px 0;
    background: url('../images/performance.svg') center right no-repeat;
    background-color:#F9F9F9;
    background-size: 35%;
    min-height: 500px;
    padding-right: 40px;
    display: flex;
    align-items: center;
}
.perfomrance-contain{
    text-align: center;
}
.perfomrance-contain p{
    color: #989898;
    font-size: 32px; /*change by sam */
    line-height: 45px;
    text-align: justify; /*change by sam */
}
}

/* sec-what-wedo from here  */
.sec-what-wedo{
    padding: 40px 0;
}
.sec-what-wedo .mainhead-contain-center{
    padding: 35px 0;
}

.cardarea-contain{
    padding: 40px 0;
    margin-top: 30px;
}
.cardarea-contain .text-contain{
    display: flex;
    align-items: center;
}

.level-card{
    /* background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 8px 6px 15px #00000029;
    border-radius: 40px; */
    border-color: transparent;
    /* min-height: 300px; */
    /* padding: 25px;
    text-align: center; */
}
.level-card .card-head{
    color: #248274;
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: bold;
}
.level-card .card-text{
    font-size: 17px;
    text-align: justify;
    line-height: 30px;
    color: #989898;
}
.what-text-sm{
    color: #439488;
    font-size: 20px;
    font-weight: 600;
}
.what-text-lg{
    color: #439488;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
}
.term-span{
    display: block;
}

.what-list{
    margin: 0;
    padding: 0;
    margin-top: 25px;
    list-style: square;
    padding-left: 18px;
}
.what-list li{
    font-size: 16px;
    color: #989898;
    margin-bottom: 13px;
    line-height: 28px;
}

.sec-howwe{
    background-color: #F9F9F9;
    padding: 40px 0;
}
.sec-howwe .mainhead{
    padding: 35px 0;
}
.howwe-cards-contain{
    padding: 40px 0;
}
.howwe-cards-contain .text-contain{
    display: flex;
    align-items: center;
}
.howwe-text{
    color: #989898;
    line-height: 50px;
    font-size: 20px;
    font-weight: 500;
}

.howwe-img-contain{
    width: 100%;
    text-align: center;
}
.howwe-img-contain img{
    object-fit: contain;
    width: 440px;
}
.howsm-img{
    width: 340px;
}

.full-text-contain{
    text-align: center;
    padding: 40px 0;
}
.full-text-contain p{
    font-size: 20px;
    color: #439488;
    line-height: 50px;
    font-weight: 500;
}

/* .sec-whoengage from here  */
.sec-whoengage{
    padding: 40px 0;
    margin-top: 40px;
}

.full-img-contain{
    padding-top: 30px;
    display: flex;
    justify-content: center;
}
.full-img-contain img{
    width: 60%;
}

/* .sec-clients from here  */
.sec-clients{
    padding: 40px 0;
    margin-top: 20px;
}

.client-tabs{

}
.client-tabs .nav-item{

}
.client-tabs .nav-item .nav-link{
    color: #248274;
    border: transparent;
    border-bottom: 1px solid transparent;
}
.client-tabs .nav-link.active{
    border-bottom: 1px solid #248274;
    font-weight: 500;
}

/* .sec-contact from here  */
.sec-contact{
    padding: 40px 0;
    margin-top: 20px;
}
.contact-contain{

}
.contact-head-contain{
    padding-bottom: 20px;
}
.contact-head-contain p{
    color: #989898;
}
.contact-image{
    width: 100%;
}
.contact-image img{
    width: 90%;
    object-fit: contain;
}
.contact-head{
    color: #3c4745;
    font-size: 30px;
}
.fc-text{
    background-color: #f7f7f7;
    border: 1px solid transparent;
    min-height: 40px;
    color: #439488;
    font-size: 14px;
}
.fc-text:focus {
    color: #439488;
    background-color: #fff;
    outline: none;
    box-shadow: none;
    border: 1px solid #439488;
}
.fc-textarea{
    background-color: #f7f7f7;
    border: 1px solid transparent;
    min-height: 100px;
    color: #439488;
    font-size: 14px;
}
.fc-textarea:focus {
    color: #439488;
    background-color: #fff;
    outline: none;
    box-shadow: none;
    border: 1px solid #439488;
}
.contact-label{
    color: #439488;
    font-size: 14px;
}
.contact-btn-contain{
    margin-top: 20px;
}
.btn-submit{
    font-size: 15px;
    color: #fff;
    background-color: #439488;
    min-width: 190px;
    min-height: 45px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 2px;
}

/* .sec-footer from here  */
.sec-footer{
    padding: 40px 0;
    margin-top: 20px;
    background-color: #DEDEDE;
    /* position: fixed;
    bottom: 0; */
    width: 100%;
    z-index: 999;
}

.footer-contain{
    display: flex;
    justify-content: space-between;
}

.logo-contain{

}
.logo-contain p{
    color: #248274;
    text-align: left;
    font-weight: bold;
    font-size: 24px;
}
.span-logo{
    display: block;
}

.link-contain{

}

.link-contain a{
    text-decoration: none;
    color: #248274;
    display: block;
    padding: 6px 0;
}

.social-contain{

}
.social-list{
    padding: 0;
    margin: 0;
    list-style: none;
    cursor: pointer;
    display: flex;
}

.social-list li{
    padding: 0 5px;
}
.social-link{
    
}
.social-link img{
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.clarity-img-contain{
    display: flex;
    justify-content: center;
    width: 100%;
}
.clarity-img-contain img{
    width: 400px;
    object-fit: contain;
}
.align-img-contain{
    display: flex;
    justify-content: center;
    width: 100%;
}
.align-img-contain img{
    width: 358px;
    object-fit: contain;
    margin-top: 35px;
}
.enable-img-contain{
    display: flex;
    justify-content: center;
    width: 100%;
}
.enable-img-contain img{
    width: 358px;
    object-fit: contain;
    margin-top: 35px;
}

.align-card .card-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.enable-btm-contain{
    text-align: center;
    padding-top: 60px;
}
.enable-btm-text{
    font-size: 20px;
    color: #439488;

}

.client-tab-contain{

}
.client-tab-contain .tab-content{
    min-height: 350px;
}
.brand-img-contain{
    margin: 20px 0;
    text-align: center;
}
.brand-img-contain img{
    width: 150px;
    max-height: 87px;
    object-fit: contain;
}


/* case study  */
.section-heading-contain{
    text-align: center;
    width: 100%;
}
.section-heading{
    background-color: #248274;
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    min-height: 80px;
    letter-spacing: 2px;
    align-items: center;
    text-transform: uppercase;
}

.case-card{
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 170px;
    border: transparent;
    margin-bottom: 20px;
}
.case-img-side{
    margin-right: 25px;
    padding: 15px;
}
.case-img-side img{
    width: 180px;
    object-fit: contain;
}

.case-text-side{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.viewmore-contain{
    display: flex;
    justify-content: flex-end;
}
.btn-view-more{
    font-size: 13px;
    color: #fff;
    background-color: #439488;
    min-width: 170px;
    min-height: 34px;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.blog-heading-contain{
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}
.blog-heading{
    color: #248274;
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: bold;
}
.blog-heading-contain p{

}
.blog-heading-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.blog-heading-img{
    margin-right: 25px;
}
.blog-heading-img img{
    width: 150px;
}

.blog-body-contain{

}
.one-liner-main{
    font-size: 16px;
    margin-bottom: 20px;
}
.blog-text{
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 30px;
    text-align: justify;
}
.sec-case-study{
    padding: 30px 0;
}


/* talks from here  */
.sec-full-carousel{
    padding: 30px 0;
}
.item-contain{

}
.item-contain img{
    width: 100%;
}
.owl-height{
    max-height: 300px;
}
.owl-carousel .owl-item img{
    max-height: 300px;
}

.sec-video-center{
    padding: 30px 0;
    display: flex;
    justify-content: center;
}
.video-contain{

}
.video-contain iframe{
    height: 560px;
    width: 100%;
}
.download-file-contain{
    display: flex;
    justify-content: flex-start;
}

.sec-transcript{
    padding: 30px 0;
}
.trans-text{
    padding: 15px 0;
}
.trans-text p{
    margin-bottom: 15px;
    text-align: justify;
}
.text{
    text-align: justify;
    line-height: 25px;
}

/* .sec-about  */
.sec-about{
    padding: 30px 0;
}
.about-contain{

}
.person-contain{
    display: flex;
    flex-direction: row;
}
.person-img{
    /* margin-right: 25px; */
}
.person-img img{
    object-fit: contain;
}
.person-detail{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 260px;
}
.detail-contain{
    padding: 25px 0;
}
.detail-contain p{
    text-align: justify;
    line-height: 25px;
    margin-bottom: 15px;
}

.sec-appointment{
    padding: 30px 0;
}
.appoint-form-contain{
    padding: 30px 0;
}

.sec-video{
    padding: 30px 0;
}
.sec-navpill{
    padding: 10px 0;
}
.trans-navpill{
    display: flex;
    justify-content: center;
    margin: 25px 0;
}
.trans-navpill .nav-item{
    min-width: 180px;
}
.trans-navpill .nav-item .nav-link{
    text-align: center;
    color: #248274;
    text-transform: uppercase;
}
.trans-navpill .nav-link.active, .trans-navpill .show>.nav-link{
    background-color: #248274;
    border: #248274;
    color: #fff;
}
.transpill-img-contain{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.transpill-img-contain img{
    margin-right: 15px;
    width: 200px;
}

.trans-tabcontent{
    border-top: 1px solid #248274;
    padding-top: 15px;
}


/* responsive fixes from here  */
@media (max-width: 1024px){
    .sec-hero-banner{
        margin-right: 0;
        background-position: center right;
        min-height: 409px !important;
        height: 405px;
    }
    .sec-performance{
        padding-right: 0;
        padding: 20px 0;
    }
}

@media (max-width: 768px){
    .sec-hero-banner {
        margin-right: 0;
        background-position: center 140%;
    }
    .sec-howwe .mainhead {
        padding: 10px 0;
    }
    .howwe-img-contain img {
        width: 320px;
    }
    .sec-hero-testimony {
        padding: 30px 0;
        min-height: 200px;
    }
    .sec-performance {
        padding: 30px 0;
        min-height: 370px;
    }
    .sec-what-wedo {
        padding: 20px 0;
    }
    .sec-what-wedo .mainhead-contain-center {
        padding: 30px 0;
    }
    
}
@media (max-width: 767px){
    .reverse-flex{
        display: flex;
        flex-direction: column-reverse;
    }
    .sec-hero-banner {
        margin-right: 0;
        background-position: center 260px;
        min-height: 730px;
        background-size: 78%;
    }
    .hero-contain{
        height: 370px;
    }
    .hero-heading {
        font-size: 58px;
        color: #248274;
        font-weight: bolder;
        text-transform: uppercase;
        margin-top: 0;
        text-align: center;
    }
    .sec-performance {
        padding: 30px 0;
        min-height: 495px;
        align-items: baseline;
        background-size: 50%;
        background-position: center 200px;
    }
    .perfomrance-contain p {
        color: #989898;
        font-size: 25px;
    }
    .cardarea-contain {
        padding: 20px 0;
        margin-top: 0;
    }
    .enable-img-contain img{
        margin-top: 0;
    }
    .full-img-contain {
        padding-top: 0;
    }
    .full-img-contain img{
        width: 100%;
    }
    .sec-clients {
        padding: 20px 0;
        margin-top: 0;
    }
    .contact-image {
        text-align: center;
    }
    .contact-image img{
        margin-bottom: 20px;
    }

    .case-card{
        flex-direction: column;
    }
    .viewmore-contain {
        justify-content: center;
        padding-top: 15px;
    }
}
@media (max-width: 576px){
    .hero-heading {
        font-size: 40px;
        margin-top: 20px;
        text-align: center;
    }
    .sec-hero-banner {
        background-position: center 285px;
        
        min-height: 560px; /*change by sam*/
        height: 545px;
    }
    .hero-contain{
        text-align: center;
        height:290px; /*change by sam*/
        display: flex; 
    }
    
    .hero-testimony {
    text-align: center;
    margin-bottom:30px;
    margin-top: 25px;
    }


    .sec-hero-testimony {
        padding: 15px 0;
        min-height: 115px;
        margin-bottom: 10px;
    }
    .cardarea-contain {
        padding: 15px 0;
        margin-top: 0;
    }
    .contact-image img {
        width: 75%;
        object-fit: contain;
        margin-bottom: 30px;
    }
    .contact-image{
        width: 100%;
        text-align: center;
    }
    /* .align-card{
        display: flex;
        flex-direction: column-reverse;
    } */
    .reverse-flex{
        display: flex;
        flex-direction: column-reverse;
    }
    .enable-img-contain img{
        margin-top: 0;
    }
    .enable-btm-contain {
        padding: 3px 2px;
    }
    .howwe-cards-contain {
        padding: 20px 0;
    }
    .full-img-contain {
        padding-top: 0;
    }
    .full-img-contain img {
        width: 85%;
    }
    .sec-clients {
        padding: 15px 0;
        margin-top: 0;
    }
    .sec-performance {
        padding: 30px 0;
        min-height: 370px;
        background-position: center 92%;
        min-height: 435px;
        align-items: basel;
        background-size: 50%;
    }
    .perfomrance-contain p{
        font-size: 17px;
    }
    .footer-contain {
        display: flex;
        flex-direction: column;
    }
    .logo-contain {
        margin-bottom: 15px;
    }
    .social-contain {
        margin-top: 15px;
    }
    .howwe-text {
        margin-top: 15px;
        text-align: center;
    }
    .clarity-img-contain img {
        width: 300px;
    }
    .align-img-contain img {
        width: 300px;
    }
    .enable-img-contain img {
        width: 300px;
    }

    .blog-body-contain{
        padding: 0 20px;
    }

}


.abutton {
  background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: #069;
  cursor: pointer;
}

.breadcrum {
  float: left;
}
.breadcrum ul {
  padding: 0;
}
.breadcrum ul li {
  display: inline-block;
  padding: 0 15px;
  color: #707070;
}
.breadcrum ul li:first-child {
  padding-left: 0;
}
.breadcrum ul li:first-child a {
  padding-left: 0;
}
.breadcrum ul li a {
  color: #707070;
  text-decoration: none;
}
.breadcrum ul li a:hover {
  text-decoration: underline;
}
.breadcrum ul li a:after {
  color: #707070;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  position: absolute;
  margin-left: 14px;
}
.copyright{
      /*text-align: center;*/
    padding: 0px;
    margin-top: 40px;
    font-size: 8px;
    color: #343434;
}

