    /* Google fonts used in this project 
    1) font-family: 'Roboto', sans-serif;
    2) font-family: 'Open Sans', sans-serif;
    3) font-family: 'Poppins', sans-serif;


*/
    /* Start globle css */
    
    body {
        padding: 0px;
        margin: 0px;
        font-weight: 400;
        font-weight: normal;
        color: #333;
        font-size: 17px;
    }
    
    ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    a {
        text-decoration: none !important;
    }
    
    .pt-60 {
        padding-top: 60px;
    }
    
    .pt-50 {
        padding-top: 50px;
    }
    
    .pt-40 {
        padding-top: 40px;
    }
    
    .pt-30 {
        padding-top: 30px;
    }
    
    .pt-20 {
        padding-top: 20px;
    }
    
    .pt-10 {
        padding-top: 10px;
    }
    
    .pt-0 {
        padding-top: 0px;
    }
    
    .pb-60 {
        padding-bottom: 60px;
    }
    
    .pb-50 {
        padding-bottom: 50px;
    }
    
    .pb-40 {
        padding-bottom: 40px;
    }
    
    .pb-30 {
        padding-bottom: 30px;
    }
    
    .pb-20 {
        padding-bottom: 20px;
    }
    
    .pb-10 {
        padding-bottom: 10px;
    }
    
    .pb-0 {
        padding-bottom: 0px;
    }
    
    .plr-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    /*-------------------------------- padding end ----*/
    
    .mt-60 {
        margin-top: 60px;
    }
    
    .mt-50 {
        margin-top: 50px;
    }
    
    .mt-40 {
        margin-top: 40px;
    }
    
    .mt-30 {
        margin-top: 30px;
    }
    
    .mt-20 {
        margin-top: 20px;
    }
    
    .mt-10 {
        margin-top: 10px;
    }
    
    .mt-0 {
        margin-top: 0px;
    }
    
    .mb-60 {
        margin-bottom: 60px;
    }
    
    .mb-50 {
        margin-bottom: 50px;
    }
    
    .mb-40 {
        margin-bottom: 40px;
    }
    
    .mb-30 {
        margin-bottom: 30px;
    }
    
    .mb-20 {
        margin-bottom: 20px;
    }
    
    .mb-10 {
        margin-bottom: 10px;
    }
    
    .mb-0 {
        margin-bottom: 0px;
    }
    
    .mlr-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    /* End of margin */
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-top: 0px;
        margin-bottom: 15px;
        font-family: 'DM Serif Text', serif !important;
    }
    
    .title h5 {
        color: #faa71a;
    }
    
    .title h1 {
        color: #093e53;
    }
    
    .text-upper {
        text-transform: uppercase;
    }
    
    .btn1 {
        display: inline-block;
        padding: 10px 20px;
        background: #093e53;
        color: #fff;
        outline: 0;
        border: 0;
        border-radius: 4px;
    }
    
    .btn1:hover {
        background: #faa71a;
    }
    
    .text-white {
        color: #fff !important;
    }
    
    .gray-bg {
        background: #f2f2f2;
    }
    
    .list1 li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 5px;
    }
    
    .list1 li::before {
        position: absolute;
        content: "\f00c";
        left: 0px;
        top: 0px;
        font-family: 'FontAwesome';
        color: #eb8f2c;
        font-weight: 600;
    }
    /* End of globle css */
    /* page banner  */
    
    .pagebanner {
        position: relative;
        min-height: 400px;
        background: #24272e;
    }
    
    .pagebanner::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        background: rgb(255 255 255 / 7%);
        /* background: radial-gradient(circle at center, #3d796f, #0f3949 100%); */
    }
    
    .pagetitle {
        position: absolute;
        top: 73%;
        left: 10%;
        content: "";
        transform: translateY(-50%);
        color: #faa71a;
        text-transform: uppercase;
    }
    
    .pagetitle h2 {
        margin-bottom: 0;
    }
    /* start top header section  */
    
    .top-header {
        color: white;
        padding-top: 5px;
        padding-bottom: 5px;
        background: #faa71a;
        transition: all 1s;
    }
    
    .top-header p {
        margin-bottom: 0px;
        padding: 10px 0;
        font-size: 16px;
        color: #fff
    }
    
    .top-header .t-info {}
    
    .top-header .t-info li {
        display: inline-block;
        padding: 3px 0;
        margin-left: 20px;
    }
    
    .top-header .t-info li i {
        color: #ffffff;
        font-size: 14px;
        padding-right: 10px;
    }
    
    .top-header .t-info li a {
        color: #fff;
        font-size: 14px;
    }
    
    .top-header .t-info li a:hover {
        color: #ffffff
    }
    
    .f_social li {
        display: inline-block;
        margin-right: 2px;
        text-align: center;
    }
    
    .f_social li a {
        color: #ffffff;
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 70px;
        border: 1px solid #ffffff;
        -webkit-transition: all 400ms linear 0s;
        -o-transition: all 400ms linear 0s;
        transition: all 400ms linear 0s;
        display: inline-block;
    }
    
    .f_social li a:hover {
        background: #cde1fd;
        color: #0c487c;
    }
    
    .logo img {
        width: 200px;
        background: #fff;
        padding: 15px 10px;
        border-radius: 0px 0px 26px 28px;
        /* background: radial-gradient(circle at center, #3d796f, #0f3949 100%); */
    }
    
    .topbar-hidden {
        display: none;
        transition: all 1s;
    }
    /* End of top header section  */
    /* Start who we are section  */
    
    .slide_btn {
        margin-top: 7px;
        display: inline-block;
        padding: 10px 20px;
        background: #fba601;
        border-radius: 20px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
    }
    
    .about_bt.slide_btn .tp_second_btn i {
        background: #09162a;
        color: #fd972e;
        width: 22px;
        height: 22px;
        line-height: 23px;
        text-align: center;
        border-radius: 50%;
        margin-left: 14px;
        font-size: 10px;
    }
    /* End of  who we are section  */
    /* Start fooer */
    
    .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    margin: 1%;
    display: none;
    float: left;
    overflow: hidden;
    box-shadow: 2px 2px 14px 2px #ccc;
    }
    
    .portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    cursor: pointer;
    padding: 20px;
    }
    
    .portfolio img {
    max-width: 100%;
    position: relative;
    top: 0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    
    .footertagline {
        padding: 100px 0;
        background: radial-gradient(circle at center, #3d796f, #0f3949 100%)
    }
    
    .footertagline h1 {
        font-size: 50px;
        color: #fff;
    }
    /* Start footer section */
    
    .footer {
        background-color: #24272e;
        /* background: url(../img/footer_bg.png) no-repeat center; */
        background: cover;
    }
    
    .quick-link h3 {
        text-transform: uppercase;
        font-size: 18px;
        color: #fff;
    }
    
    .quick-link li i {
        font-size: 15px;
        color: #efb22b;
    }
    
    .quick-link li a {
        font-size: 14px;
        color: #fff;
        margin: 5px 0;
        display: inline-block;
    }
    
    .quick-link li a:hover {
        color: #efb22b;
    }
    
    .custom-html-footer {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    
    .custom-html-footer li {
        display: block;
        line-height: 36px;
        font-size: 14px;
        padding-left: 30px;
        position: relative;
        color: #fff;
    }
    
    .custom-html-footer li i {
        position: absolute;
        top: 11px;
        left: 0;
        color: #efb22b;
    }
    
    .copy-right {
        background-color: #24272e;
        color: #f2f2f2;
        padding-top: 12px;
        padding-bottom: 11px;
        font-size: 14px;
        border-top: 1px solid #383b42;
        padding: 30px 0;
    }
    
    .copy-right a {
        color: #f2f2f2;
    }
    
    .copy-right a:hover {
        color: #222;
    }
    
    .footerlogo {
        background: #24272e;
    }
    
    .footerlogobox {
        text-align: center;
        margin-top: -57px;
    }
    
    .footerlogobox img {
        width: 260px;
        background: #24272e;
        border-radius: 50% 50% 0px 0px;
        padding: 54px 0;
    }
    /* End of footer section */
    /* End of fooer */
    /* HOMEPAGE STYLING  */
    
    .bannerSec {
        background: url(../img/slider4-1.jpg) no-repeat;
        background-position: center;
        background-size: cover;
        height: 100vh;
        position: relative;
    }
    
    .bannerheading {
        /* position: absolute;
    top: 0;
    left: 0; */
        color: #fff;
        margin-top: 174px;
        /* line-height: 63px; */
        letter-spacing: 0px;
        font-weight: 700 !important;
        padding-left: 15%;
    }
    
    .bannerheading h1 {
        font-weight: 700 !important;
        font-size: 55px;
    }
    /* eND OF HOMEPAGE STYLING  */
    /* start home feaure section  */
    
    .icon-cell {
        width: 120px;
        height: 120px;
        line-height: 120px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        display: inline-block;
        text-align: center;
        background-color: #e3eff5;
    }
    
    .featurebox {
        box-shadow: 0 10px 50px 0 rgba(53, 82, 99, .07);
        padding: 34px 20px;
    }
    /* End of  home feaure section  */
    /* start work experiences section  */
    
    .Home_services {
        background-color: #24272e;
    }
    
    .hservices {
        position: relative;
    }
    
    .hs_info {
        position: absolute;
        top: 72%;
        left: 0;
        width: 100%;
        color: #ffff;
        height: 100%;
        padding: 20px 30px;
        background: linear-gradient(180deg, transparent 0, #000 110%);
        background: -webkit-linear-gradient(top, #00000091, #000 110%);
        transition: all 0.5s;
    }
    /*     
    .moreinfo {
        display: none;
    } */
    
    .hservices:hover .hs_info {
        top: 0%;
    }
    
    .hs_info img {
        width: inherit !important;
        margin-bottom: 20px;
    }
    
    .hs_info h3 {
        color: #faa71a;
    }
    /* End of work experiences section  */
    /* what we do section  */
    
    .what-we {
        padding: 80px 0;
        background-image: url(../img/banner4-3.jpg);
        background-size: cover;
        background-position: bottom;
        background-attachment: fixed;
        position: relative;
    }
    
    .what-we:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.65;
        background-color: #003e53;
    }
    
    .what-we-inner {
        color: #fff;
        /* border: 1px solid rgba(0, 0, 0, 0.05); */
        padding: 30px 20px;
    }
    /* End of we do section  */
    /* Start Contact Form section */
    
    .details-icons {
        display: table-cell;
        vertical-align: top;
    }
    
    .details-info {
        display: table-cell;
        vertical-align: top;
        padding-left: 20px;
    }
    
    .details-info h5 {
        margin: 0;
    }
    
    .details-box li {
        margin-bottom: 50px;
        border-bottom: 1px solid #f4eeee;
    }
    
    .details-box li:last-child {
        margin-bottom: 0px;
        border: 0;
    }
    
    .details-icons span {
        color: #faa71a;
        font-size: 25px;
        border: 1px solid #093e53;
        display: inline-block;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border-radius: 50%;
        background: #fff;
    }
    
    .details-info h5 {
        font-weight: bold;
        margin-bottom: 5px;
    }
    
    .details-info a {
        color: #444;
    }
    
    .details-info a:hover {
        color: #faa71a;
    }
    
    .text-box {
        width: 100%;
        height: 45px;
        padding: 10px;
        margin-bottom: 20px;
        border-radius: 0;
        color: #999;
        background-color: #eee;
        outline: 0px;
        border: 0px;
        cursor: text
    }
    
    .text-area {
        height: 120px;
    }
    
    ul.details-box {
        /* box-shadow: 0px 0px 6px 3px #f4f3f3; */
        padding: 27px;
        border-radius: 8px;
    }
    /* End of Contact Form section */
    /* start staticsSec  */
    
    .staticsSec .counter-title h2 {
        font-size: 100px;
    }
    
    .aboutsec h5 {
        color: #faa71a;
    }
    
    .aboutsec h1,
    .counter-title {
        color: #093e53;
    }
    
    .philosophySec {
        background: #093e53;
    }
    /* End of staticsSec  */
    /* start about-intro section  */
    
    .about-intro {
        background: url(../img/bg-setion.jpg);
        background-position: 305px 0;
        background-repeat: no-repeat
    }
    
    .abtinfobox {
        padding: 0 10%;
    }
    /* end of about-intro section  */
    
    .teaminner {
        box-shadow: 0 10px 50px 0 rgba(53, 82, 99, .07);
        background: #fff;
    }
    
    .teaminfo {
        padding: 30px 0;
    }
    /*===== Vertical Timeline =====*/
    
    #conference-timeline {
        position: relative;
        max-width: 920px;
        width: 100%;
        margin: 0 auto;
    }
    
    #conference-timeline .timeline-start,
    #conference-timeline .timeline-end {
        display: table;
        font-size: 18px;
        font-weight: 900;
        text-transform: uppercase;
        background: #faa71a;
        padding: 15px 23px;
        color: #fff;
        max-width: 28%;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    
    #conference-timeline .conference-center-line {
        position: absolute;
        width: 3px;
        height: 100%;
        top: 0;
        left: 50%;
        margin-left: -2px;
        background: #093e53;
        z-index: -1;
    }
    
    #conference-timeline .conference-timeline-content {
        padding-top: 67px;
        padding-bottom: 67px;
    }
    
    .timeline-article {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        margin: 110px 0;
    }
    
    .timeline-article h1 {
        color: #093e53;
    }
    
    .content-left-container img,
    .content-right-container img {
        margin: auto;
    }
    
    .timeline-article .content-left-container,
    .timeline-article .content-right-container {
        max-width: 44%;
        width: 100%;
    }
    
    .timeline-article .timeline-author {
        display: block;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #242424;
        text-align: right;
    }
    
    .timeline-article .content-left,
    .timeline-article .content-right {
        position: relative;
        width: auto;
        border: 1px solid #ddd;
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .03);
        padding: 27px 25px;
    }
    
    .timeline-article p {
        margin: 0 0 0 60px;
        padding: 0;
        font-weight: 400;
        color: #242424;
        font-size: 14px;
        line-height: 24px;
        position: relative;
    }
    
    .timeline-article p span.article-number {
        position: absolute;
        font-weight: 300;
        font-size: 44px;
        top: 10px;
        left: -60px;
        color: #faa71a;
    }
    
    .timeline-article .content-left-container {
        float: left;
    }
    
    .timeline-article .content-right-container {
        float: right;
    }
    
    .timeline-article .content-left:before,
    .timeline-article .content-right:before {
        position: absolute;
        top: 20px;
        font-size: 23px;
        font-family: "FontAwesome";
        /* color: #fff; */
    }
    
    .timeline-article .content-left:before {
        content: "\f0da";
        right: -8px;
    }
    
    .timeline-article .content-right:before {
        content: "\f0d9";
        left: -8px;
    }
    
    .timeline-article .meta-date {
        position: absolute;
        top: 0;
        left: 50%;
        width: 62px;
        height: 62px;
        margin-left: -31px;
        color: #fff;
        border-radius: 100%;
        background: #faa71a;
    }
    
    .timeline-article .meta-date .date,
    .timeline-article .meta-date .month {
        display: block;
        text-align: center;
        font-weight: 900;
    }
    
    .timeline-article .meta-date .date {
        font-size: 30px;
        line-height: 40px;
    }
    
    .timeline-article .meta-date .month {
        font-size: 18px;
        line-height: 63px;
    }
    /*===== // Vertical Timeline =====*/
    /*===== Resonsive Vertical Timeline =====*/
    
    @media only screen and (max-width: 830px) {
        #conference-timeline .timeline-start,
        #conference-timeline .timeline-end {
            margin: 0;
        }
        #conference-timeline .conference-center-line {
            margin-left: 0;
            left: 50px;
        }
        .timeline-article .meta-date {
            margin-left: 0;
            left: 20px;
        }
        .timeline-article .content-left-container,
        .timeline-article .content-right-container {
            max-width: 100%;
            width: auto;
            float: none;
            margin-left: 90px;
            min-height: 53px;
            margin-right: 15px;
        }
        .timeline-article .content-left-container {
            margin-bottom: 20px;
        }
        .timeline-article .content-left,
        .timeline-article .content-right {
            padding: 10px 25px;
            min-height: 65px;
        }
        .timeline-article .content-left:before {
            content: "\f0d9";
            right: auto;
            left: -8px;
        }
        .timeline-article .content-right:before {
            display: none;
        }
    }
    
    @media only screen and (max-width: 400px) {
        .timeline-article p {
            margin: 0;
        }
        .timeline-article p span.article-number {
            display: none;
        }
    }
    /*===== // Resonsive Vertical Timeline =====*/