<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--- Start general style ---*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    height: 100%;
}

body {
    float: left;
    width: 100%;
    min-height: 100%;
    display: inline-block;
    position: relative;
    font-family: 'anagoblack', sans-serif;
    background: #f1f1f1;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
    color: inherit;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

    a:hover, a:focus {
        text-decoration: none;
        outline: none;
    }

h1, h2, h3, h4, h5, h6, ul, ol, p, span {
    margin: 0;
    padding: 0px;
}
/*--- End general style ---*/
@font-face {
    font-family: 'anagomedium';
    src: url('../fonts/positype_-_anago-medium-webfont.woff2') format('woff2'), url('../fonts/positype_-_anago-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'anagoblack';
    src: url('../fonts/positype_-_anago-black-webfont.woff2') format('woff2'), url('../fonts/positype_-_anago-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'anagobook';
    src: url('../fonts/positype_-_anago-book-webfont.woff2') format('woff2'), url('../fonts/positype_-_anago-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'anagobold';
    src: url('../fonts/positype_-_anago-bold-webfont.woff2') format('woff2'), url('../fonts/positype_-_anago-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.full_wrapper {
    float: left;
    display: inline-block;
    width: 100%;
}

.body_container {
    width: 100%;
    float: left;
    background-color: #fff;
}

.sec_container {
    display: flex;
    width: 1352px;
    margin: 0px calc((100% - 1352px) / 2);
    padding: 0px 100px;
}
/*--- Start header---*/
.home_topbanner {
    background: url(../images/top-banner.jpg) no-repeat;
    background-position: 49% 84px;
    background-size: auto 520px;
    position: relative;
    height: 600px;
    overflow: hidden;
}

.bcrumb_imgsec {
    float: left;
    background: url(../images/cstory_bcrumb.png) no-repeat;
    background-position: 0 49%;
    background-size: cover;
    position: relative;
    height: 330px;
    display: inline-block;
    width: 100%;
}

    .home_topbanner:after, .bcrumb_imgsec:after {
        content: "";
        height: 13px;
        width: 100%;
        background: rgba(87,91,99,.6);
        bottom: 0;
        position: absolute;
        left: 0;
    }

.homepagebannerbackimg {
    overflow: hidden;
    height: 648px;
    position: absolute;
    width: 100%;
    float: left;
    left: 0;
    top: 0;
    z-index: 0;
}

.headerdemo1image {
    position: absolute;
    top: 270px;
    left: -690px;
    -o-transition: 2s;
    -moz-transition: 2s;
    -webkit-transition: 2s;
    transition: 2s;
    z-index: 10;
}

.headerdemo2image {
    position: absolute;
    top: -860px;
    left: -390px;
    -o-transition: 1.5s;
    -moz-transition: 1.5s;
    -webkit-transition: 1.5s;
    transition: 2s;
    z-index: 9;
}

.headerdemo3image {
    position: absolute;
    top: 120px;
    right: -750px;
    -o-transition: 2s;
    -moz-transition: 2s;
    -webkit-transition: 2s;
    transition: 2s;
    z-index: 9;
}

.resmenutext {
    display: none;
}

.homepagebannerbackimg &gt; img {
    width: 850px;
}
/* Start Of Menu Bar */
nav {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.newpage #cssmenu {
    width: 100%;
    background-color: #575b63;
    padding: 0px 24px;
}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    z-index: 10;
}

    #cssmenu li &gt; ul {
        top: 72px;
    }

    #cssmenu &gt; ul &gt; li {
        float: left;
        display: inline-block;
        margin: 0px;
    }

        #cssmenu &gt; ul &gt; li &gt; a {
            padding: 36px 28px;
            text-decoration: none;
            font-family: 'anagomedium';
            font-size: 20px;
            color: #fff;
        }

        #cssmenu &gt; ul &gt; li.active &gt; a, #cssmenu &gt; ul &gt; li:hover &gt; a {
            background-color: #7b8290;
        }

        #cssmenu &gt; ul &gt; li:last-child &gt; a {
            background-color: #639ad2;
            color: #fff;
            margin: 8px 0px;
            padding: 28px;
        }
    /*#cssmenu &gt; ul &gt; li:hover &gt; a, #cssmenu ul li.active &gt; a { color: #fff; }
#cssmenu &gt; ul &gt; li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active { border-bottom: 4px solid #e8c932; -webkit-transition: background .3s ease; -moz-transition: background .3s ease; -o-transition: background .3s ease; transition: background .3s ease; }
#cssmenu ul li.has-sub:hover { background: #fff; color: #2591c1; }
#cssmenu ul &gt; li.has-sub:hover &gt; a { background: #fff; color: #2591c1; }*/
    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
        border-bottom: 4px solid #e8c932;
        padding: 2px 0;
        background: #7b8290;
    }

        #cssmenu ul ul li {
            max-height: 0;
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
        }

    #cssmenu li:hover &gt; ul {
        left: 0px;
    }

    #cssmenu li ul li:hover &gt; ul {
        left: 0px !important;
    }

    #cssmenu li:hover &gt; ul &gt; li {
        max-height: 56px;
    }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: -2px;
    }

    #cssmenu ul ul li a {
        padding: 5px 8px;
        width: 164px;
        font-size: 20px;
        text-decoration: none;
        color: #e8c932;
        font-family: 'anagomedium';
    }

        #cssmenu ul ul li:hover &gt; a, #cssmenu ul ul li a:hover {
            color: #fff;
            text-decoration: underline;
        }

    #cssmenu ul ul li.has-sub &gt; a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: none;
        background: #ddd;
        content: '';
    }

    #cssmenu ul ul li.has-sub &gt; a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: none;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: '';
        -webkit-transition: all .25s ease;
        -ms-transition: all .25s ease;
        transition: all .25s ease;
    }

    #cssmenu ul ul &gt; li.has-sub:hover &gt; a:before {
        top: 17px;
        height: 0;
    }
/*#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover { background: #fff; }*/
.header {
    float: left;
    display: inline-block;
    width: 100%;
}
/*.logo_menu { width: 100%; float: left; display:inline-block;  z-index:2; position: absolute; top:0px;}*/
.logo_menu {
    position: fixed;
    top: 0;
    margin: 0 auto;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #575b63;
    z-index: 2;
}

    .logo_menu.sticky {
        position: fixed;
        top: 0;
        margin: 0 auto;
        width: 100%;
        left: 0;
        right: 0;
        background-color: #575b63;
        z-index: 2;
    }

.resmenutext {
    display: none;
}

.fixed-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #2591c1;
}

    .fixed-nav .logo_menu_wrapper {
        width: 90%;
        margin: 0 auto;
        max-width: 1352px;
        position: relative;
    }

    .fixed-nav .logo_menu_container {
        width: 100%;
        float: left;
        padding: 20px 20px 25px;
    }

    .fixed-nav .logobox img {
        max-height: 50px;
    }

    .fixed-nav nav {
        margin: 14px auto 0;
    }
/* End Of Menu Bar */
.logobox {
    float: left;
    display: inline-block;
    padding-top: 10px;
}
/*--- Start sticky nav item ---*/
/*ul.menucontact{display:none;}
.logo_menu.sticky { position: fixed; top: 0; margin: 0 auto; width: 100%; left: 0; right: 0;  background-color: #575b63; z-index: 11; }
.logo_menu.sticky ul.menucontact { display: inline-block; position: absolute; top:12px;  right:40px; z-index: 12; color: #fff; font-family: anagobook; font-size: 16px; letter-spacing: .5px; }
.logo_menu.sticky ul.menucontact &gt; li { float: left; display: inline-block; list-style-type: none; }
.logo_menu.sticky ul.menucontact &gt; li:first-child { margin-right: 10px; cursor: default; }
.logo_menu.sticky ul.menucontact &gt; li:last-child &gt; a { background-color: transparent !important; }
.logo_menu.sticky ul.menucontact &gt; li &gt; a { padding: 0px; font-size: 16px; }
.logo_menu.sticky ul.menucontact &gt; li &gt; a:hover{color:#fff;}
.logo_menu.sticky ul.menucontact &gt; li &gt; a &gt; i { margin-right: 5px; color: #e8c932; }
.logo_menu.sticky #cssmenu &gt; ul &gt; li:last-child &gt; a{background-color:transparent;}
.logo_menu.sticky #cssmenu &gt; ul{margin-top:20px;}
.logo_menu.sticky #cssmenu &gt; ul &gt; li &gt; a { padding: 16px; }
.logo_menu.sticky #cssmenu li &gt; ul { top:52px; }
*/
/*--- End sticky nav item ---*/
/*--- End header---*/
/*--- Start common btns &amp; color ---*/
.brm_defbtn {
    padding: 7px 25px;
    color: #fff;
    background-color: #3b9bd6;
    width: 190px;
    height: 38px;
    float: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-family: anagobold;
    font-size: 16px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: 1px solid rgba(255,255,255,.5);
    overflow: hidden;
    display: inline-block;
}

.wrm_defbtn {
    padding: 7px 25px;
    background: #fff;
    color: #3e4649;
    width: 190px;
    height: 38px;
    float: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-family: anagobold;
    font-size: 16px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: 1px solid rgba(255,255,255,.5);
    overflow: hidden;
    display: inline-block;
}

.grm_defbtn {
    padding: 7px 25px;
    background: #3d454a;
    color: #fff;
    width: 190px;
    height: 38px;
    float: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-family: anagobold;
    font-size: 16px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: 1px solid rgba(255,255,255,.5);
    overflow: hidden;
    display: inline-block;
}

.redmorebtn {
    padding: 7px 25px;
    position: absolute;
    text-align: center;
    background: #575b63;
    color: #fff;
    width: 190px;
    height: 38px;
    left: calc((100% - 190px) / 2);
    bottom: 20px;
    float: left;
    clear: both;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'anagobold';
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid rgba(255,255,255,0.5);
    overflow: hidden;
}

    .redmorebtn::before, .redmorebtn::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(255,255,255,0.25);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translate(0,-100%);
        -moz-transform: translate(0,-100%);
        -ms-transform: translate(0,-100%);
        -o-transform: translate(0,-100%);
        transform: translate(0,-100%);
        -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    }

    .redmorebtn:hover::before, .redmorebtn:hover::after {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

    .redmorebtn::after {
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

.redbutton {
    background: #cc2340;
}

a.redbutton {
    color: #fff;
}

.bluebutton {
    background: #2591c1;
}

a.bluebutton {
    color: #fff;
}

.bg_yel {
    background-color: #f3cb10;
}

.bg_org {
    background-color: #ce6131;
}

.sf_bg {
    background-color: #3b9bd6;
}

.ms_bg {
    background-color: #ce6131;
}

.ie_bg {
    background-color: #7b818e;
}

.blu_bg {
    background-color: #3b9bd6;
}

.redmorebtn:hover, .wrm_defbtn:hover, .brm_defbtn:hover {
    /* background-color: #3d454a; */
    color: #fff;
}

.grm_defbtn:focus, .grm_defbtn:hover {
    color: #fff;
}
/*--- End common btns &amp; color ---*/
/*--- Start footer ---*/
footer, .footer {
    width: 100%;
    float: left;
    background: #2591c1;
}

    footer, .footer a:hover {
        color: #bee3fa;
    }

.youarehere {
    width: 100%;
    float: left;
    padding: 20px 0;
}

    .youarehere span {
        color: #bee3fa;
        text-transform: uppercase;
        margin-right: 10px;
        font-family: 'anagoblack';
        font-size: 13px;
        float: left;
    }

.youarehere_list {
    float: left;
}

    .youarehere_list li {
        display: inline-block;
        float: left;
        color: #fff;
        font-family: 'anagobook';
        font-size: 16px;
        line-height: 18px;
        margin-top: -1px;
        margin-right: 10px;
    }

    .youarehere_list li {
        cursor: pointer;
    }

    .youarehere_list &gt; li &gt; a {
        color: #fff;
        border-bottom: 1px solid transparent;
        text-decoration: none;
    }

    .youarehere_list li:hover {
        text-decoration: none;
    }

        .youarehere_list li.active a, .youarehere_list li:hover a {
            border-bottom: 1px solid #fff;
            color: #fff;
            font-family: 'anagomedium';
        }

    .youarehere_list li:after {
        content: "|";
        margin-left: 10px;
    }

    .youarehere_list li:last-child:after {
        display: none;
    }

.connectedthinking {
    width: 100%;
    float: left;
    padding: 25px 0;
    text-align: center;
    border-top: 1px solid #77bae4;
    border-bottom: 1px solid #77bae4;
}

    .connectedthinking a img, .connectedthinking img {
        max-width: 90%;
    }

.footer_quicklins_address {
    width: 100%;
    float: left;
    padding: 20px 0 36px 0px;
    border-bottom: 1px solid #77bae4;
    font-size: 18px;
    color: #fff;
    font-family: 'anagobook';
}

.footer_leftside {
    width: calc(100% - 236px);
    float: left;
}

.footer_page_quicklinks {
    width: 160px;
    float: left;
}

    .footer_page_quicklinks li {
        width: 100%;
        float: left;
        display: inline-block;
        margin-bottom: 5px;
        font-size: 18px;
    }

.footer_service_quicklinks {
    width: calc(100% - 160px);
    float: left;
}

    .footer_service_quicklinks li {
        width: 100%;
        float: left;
        display: inline-block;
        margin-bottom: 5px;
        font-size: 18px;
    }

    .footer_page_quicklinks &gt; li &gt; a, .footer_service_quicklinks &gt; li &gt; a {
        cursor: pointer;
        color: #fff;
    }

.footer_rightside {
    width: 236px;
    float: right;
    position: relative;
}

.footer_tele_mail {
    width: 100%;
    float: left;
    margin-bottom: 36px;
    font-size: 18px;
    color: #fff;
    font-family: 'anagobook';
}

    .footer_tele_mail li {
        width: 100%;
        float: left;
        display: inline-block;
        margin-bottom: 2px;
    }

        .footer_tele_mail li a, .footer_tele_mail li:hover a {
            border-bottom: 1px solid #fff;
            color: #fff;
        }

        .footer_tele_mail li a {
            border-bottom: 1px solid #fff;
            text-decoration: none;
        }

.footer_address {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
    font-family: 'anagobook';
}

    .footer_address li {
        width: 100%;
        float: left;
        display: inline-block;
    }

.res_footer_address {
    display: none;
}

.copyrightdiv {
    width: 100%;
    float: left;
    padding: 25px 0;
}

    .copyrightdiv span {
        font-size: 14px;
        float: left;
        width: 150px;
        color: #fff;
        font-family: 'anagobook';
        margin-top: 2px;
    }

.res_copyright_mobile {
    display: none;
}

.copyrightbox_list {
    float: left;
    font-size: 16px;
    color: #fff;
    font-family: 'anagobook';
}

    .copyrightbox_list li {
        display: inline-block;
        float: left;
        margin: 0 10px;
    }

    .copyrightbox_list &gt; li &gt; a {
        color: #fff;
    }

    .copyrightbox_list li:before {
        content: "|";
        margin-right: 10px;
        color: #77bae4;
    }

.footer_socialmedia {
    width: auto;
    float: right;
    margin-top: -10px;
}

    .footer_socialmedia li {
        float: left;
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

        .footer_socialmedia li a {
            cursor: pointer;
        }

    .footer_socialmedia .fa {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #FFF;
        color: rgba(255, 255, 255, 0.8);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border: 1px solid #fff;
        border-radius: 50%;
    }

        .footer_socialmedia .fa:hover {
            -moz-transition: transform 0.4s ease-out;
            -o-transition: transform 0.4s ease-out;
            -webkit-transition: transform 0.4s ease-out;
            transition: transform 0.4s ease-out;
            -moz-transform: rotateZ(360deg);
            -ms-transform: rotateZ(360deg);
            -o-transform: rotateZ(360deg);
            -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
        }

        .footer_socialmedia .fa.fa-linkedin:hover {
            background-color: #0085AE;
        }

        .footer_socialmedia .fa.fa-twitter:hover {
            background-color: #32CCFE;
        }

        .footer_socialmedia .fa.fa-youtube:hover {
            background-color: #C52F30;
        }

        .footer_socialmedia .fa.fa-google-plus:hover {
            background-color: #CF3D2E;
        }

    .footer_socialmedia .fa-facebook:hover {
        background-color: #3C599F;
    }

.btmft_rightlogo {
    position: absolute;
    top: 10px;
    left: -260px;
}

    .btmft_rightlogo &gt; a {
        display: inline-block;
    }

        .btmft_rightlogo &gt; a:not(:last-child) {
            margin-right: 40px;
        }
/*--- End footer ---*/
.footer_tele_mail li a {
    font-family: 'anagobook';
}

.footer_tele_mail li:first-child {
    margin-bottom: 2px;
}

.footer_tele_mail &gt; li &gt; h2 {
    font-size: 18px;
    line-height: 18px;
}

.footer_address &gt; h2 {
    font-size: 18px;
}
/*--- Start homepage ---*/
.section {
    float: left;
    width: 100%;
    display: inline-block;
    background-color: #fff;
    padding-bottom: 60px;
}

    .section.whitebg {
        background-color: #ffffff;
    }

.sh_topsec {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 0px 0px 5px 0px;
    position: relative;
}

.sht_descbox {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 30px 0px 0px 0px;
    text-align: center;
}

.sht_row {
    display: flex;
    flex-direction: row;
    padding: 0px;
    margin-bottom: 15px;
}

    .sht_row:last-child {
        flex-direction: row-reverse;
    }

    .sht_row &gt; div {
        overflow: hidden;
    }

.sht_ldesc {
    width: 60%;
    display: block;
    font-family: 'anagobook';
    color: #fff;
    padding: 15px;
    background: #40444a;
}

.shtrimg {
    width: 40%;
}

.sht_ldesc &gt; p {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
    text-align: justify;
}

.shtrimg &gt; .thumb_img {
    height: 320px;
    overflow: hidden;
}

.secimg {
    height: 400px !important;
}

.sht_descbox &gt; h1 {
    font-size: 50px;
    font-family: 'anagomedium';
    color: #ffffff;
    margin-bottom: 30px;
}

.sht_descbox &gt; p {
    font-size: 26px;
    color: #ffffff;
    font-family: 'anagobook';
    letter-spacing: 1px;
    line-height: 29px;
    font-style: normal;
    padding: 0px 14%;
}

    .sht_descbox &gt; p &gt; strong {
        display: block;
    }

        .sht_descbox &gt; p &gt; strong &gt; em {
            font-style: normal;
            font-weight: normal;
        }

    .sht_descbox &gt; p:not(:last-child) {
        margin-bottom: 30px;
    }

.sht_imgbox {
    float: right;
    display: flex;
    width: 520px;
    align-items: center;
    justify-content: flex-end;
    padding: 24px 24px 0px 0px;
}

.sht_imges {
    float: right;
    display: block;
}

    .sht_imges &gt; .thumb_img {
        display: inline-block;
    }

        .sht_imges &gt; .thumb_img:first-child {
            margin-right: 50px;
        }

.sh_worksec {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 60px 0px;
}

.sh_worklist {
    width: 100%;
    float: left;
    justify-content: center;
    display: flex;
}

    .sh_worklist &gt; li {
        width: calc(33.33% - 20px);
        float: left;
        display: inline-block;
        margin-right: 30px;
        text-align: center;
        position: relative;
        height: 275px;
    }

        .sh_worklist &gt; li:nth-child(3n) {
            margin-right: 0px;
        }

.shwi_desc {
    float: left;
    display: block;
    text-align: center;
    padding: 32px;
    width: 100%;
}

    .shwi_desc &gt; h3 {
        font-size: 30px;
        color: #fff;
        line-height: 30px;
        margin-bottom: 20px;
        font-family: 'anagomedium';
    }

    .shwi_desc &gt; p {
        font-family: 'anagobook';
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 45px;
        color: #fff;
    }

.sh_blogsec {
    display: flex;
    width: 100%;
    padding: 0px;
}

.shb_content {
    float: left;
    width: 50%;
    padding: 60px 0px;
    font-family: 'anagomedium';
    padding-right: 100px;
}

    .shb_content &gt; h6 {
        color: #3e4649;
        font-style: italic;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .shb_content &gt; h3 {
        font-size: 30px;
        line-height: 33px;
        color: #3e4649;
        margin: 28px 0px;
    }

    .shb_content &gt; p {
        font-size: 18px;
        line-height: 22px;
        font-family: 'anagobook';
        margin-bottom: 48px;
    }

.shb_imgsec {
    width: 50%;
    display: inline-block;
}

    .shb_imgsec &gt; img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.sh_featsec {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 0px;
    background: #444;
}

.shf_content {
    float: right;
    width: 50%;
    padding: 60px 100px 60px 60px;
    color: #fff;
    font-family: 'anagomedium';
    margin-left: auto;
    order: 2;
    flex-flow: column;
}

    .shf_content &gt; h6 {
        font-style: italic;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .shf_content &gt; h3 {
        font-size: 30px;
        line-height: 35px;
        margin: 30px 0px;
    }

    .shf_content &gt; p {
        font-size: 18px;
        line-height: 22px;
        font-family: 'anagobook';
        margin-bottom: 50px;
    }

.shf_imgsec {
    width: 50%;
    display: flex;
    justify-content: center;
    padding-top: 60px;
    text-align: center;
}

.bg_org &gt; .sec_container &gt; .shb_content &gt; h6, .bg_org &gt; .sec_container &gt; .shb_content &gt; h3, .bg_org &gt; .sec_container &gt; .shb_content &gt; p {
    color: #fff;
}

.askmeanythingbox {
    width: 100%;
    float: left;
    background: #e1e1e1 url(../images/bigarrowdone.png) no-repeat right top;
    background-size: 22%;
    padding: 10px 0px 0;
}

    .askmeanythingbox.whiteimg {
        background: #e1e1e1 url(../images/bigarrowdone-white.png) no-repeat right top;
        background-size: 22%;
        padding: 10px 0px 0;
    }

.nextmeetbox.whiteimg {
    background: #e1e1e1 url(../images/bigarrowdone-white.png) no-repeat right top;
    background-size: 22%;
    padding: 10px 0px 0;
}

.footer &gt; .sec_container {
    display: inline-block;
}

.amab_content {
    padding-top: 40px;
    padding-left: 25px;
    order: 2;
}

    .amab_content h3 {
        width: 100%;
        float: left;
        color: #3e4649;
        font-size: 26px;
        margin: 0 0 20px;
        font-family: anagomedium;
        line-height: 34px;
    }

        .amab_content h3:last-child {
            font-family: anagobook;
        }

.btmmail_link {
    border-bottom: 2px solid #575b63;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    z-index: 10;
}

    .btmmail_link:hover {
        color: #fff;
    }

        .btmmail_link:hover:after {
            height: 30px;
            z-index: -1;
        }

    .btmmail_link:after {
        background: #575b63;
        height: 0;
        content: " ";
        float: left;
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

.amab_content h5 {
    width: 100%;
    float: left;
    color: #575b63;
    font-size: 26px;
    margin: 0;
    font-family: anagobook;
    line-height: 34px;
}

.amab_img {
    float: left;
    width: 180px;
}

    .amab_img &gt; img {
        height: 100%;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .amab_img &gt; img {
        height: auto;
    }
}

@supports (-ms-ime-align: auto) {
    .amab_img &gt; img {
        height: auto;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .amab_img &gt; img {
        height: auto;
    }
}
/*--- End homepage ---*/
/*--- Start Manufacture page ---*/
.innpage_banner, .innpage_banner &gt; div &gt; .homepagebannerbackimg {
    height: 330px;
}

.smf_topsec {
    float: left;
    display: flex;
    width: 100%;
    padding: 60px 0px;
    position: relative;
}

.smf_lintro {
    float: left;
    display: inline-block;
    width: 50%;
    padding: 30px 50px 0px 30px;
    background-color: rgba(255, 255, 255, 0.86);
    margin-top: -200px; /*position: absolute;   top: -144px; left: 82px; */
}

    .smf_lintro &gt; h2 {
        font-size: 42px;
        font-family: 'anagomedium';
        color: #3e4649;
        margin-bottom: 28px;
    }

    .smf_lintro &gt; p {
        font-size: 26px;
        color: #3e4649;
        font-family: 'anagobook';
        letter-spacing: 1px;
        line-height: 29px;
        margin-bottom: 30px;
    }

.mfact_limgbox {
    margin-top: 15px;
    display: inline-block;
}

    .mfact_limgbox &gt; img {
        width: 100%;
    }

.smf_rcontent {
    float: left;
    display: inline-block;
    width: 50%;
}

.smf_rdescbox {
    float: left;
    display: inline-block;
    margin-bottom: 22px;
}

.smf_topdesc {
    float: left;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    color: #3d454a;
    font-family: 'anagobook';
    margin-bottom: 44px;
}

.smf_rdesclist {
    float: left;
    display: inline-block;
    width: 100%;
}

.smf_descitem {
    float: left;
    display: inline-block;
    width: 100%;
    color: #3d454a;
    margin-bottom: 22px;
}

    .smf_descitem &gt; span {
        float: left;
        font-size: 20px;
        line-height: 22px;
        font-family: 'anagomedium';
        margin-bottom: 10px;
    }

    .smf_descitem &gt; p {
        float: left;
        font-size: 18px;
        line-height: 22px;
        font-family: 'anagobook';
    }

.smf_indsec {
    display: flex;
    width: 100%;
    padding: 60px 0px 0px 0px;
}

.smf_indcontent {
    width: 50%;
    color: #3d454a;
}

.smf_indttl {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 30px;
    font-family: 'anagomedium';
}

.smf_inddesc {
    float: left;
    display: inline-block;
    width: 100%;
}

.smf_indneed_subttl {
    font-size: 20px;
    display: inline-block;
    color: #3d454a;
    font-family: 'anagomedium';
    margin-bottom: 24px;
}

.smf_inddesc &gt; p, .showOnReadMore &gt; p, .showOnReadMore_third &gt; p, .smf_inddesc_third &gt; p {
    float: left;
    font-size: 18px;
    line-height: 21px;
    font-family: 'anagobook';
    margin-bottom: 28px;
}

.smf_indsolsec.bg_org &gt; .smf_indcontent &gt; .smf_inddesc &gt; p:last-child {
    margin-bottom: 28px;
}

.smf_indneedsec &gt; .sec_container &gt; .smf_intboxes {
    padding-right: 30px;
}

.smf_indsolsec.bg_white &gt; .sec_container &gt; .smf_indcontent {
    padding-left: 30px;
}

.smf_indimgbox {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: flex-start;
}

.smf_inddesc &gt; .smf_indimgbox {
    align-items: flex-end;
}

.smf_indimgbox &gt; img {
    width: auto;
}

.smf_indsec.bg_yel &gt; .smf_indimgbox &gt; img {
    width: auto;
}

.smf_indneedsec {
    display: flex;
    width: 100%;
    padding: 60px 0px 60px 0px;
}

    .smf_indneedsec &gt; .sec_container &gt; .smf_indcontent {
        padding-left: 30px;
    }

    .smf_indneedsec &gt; .sec_container &gt; .smf_indimgbox {
        padding-right: 30px;
        align-items: flex-start;
    }

.smf_indsolsec &gt; .sec_container &gt; .smf_indimgbox {
    align-items: flex-start;
}

    .smf_indsolsec &gt; .sec_container &gt; .smf_indimgbox &gt; img, .smf_indneedsec &gt; .sec_container &gt; .smf_indimgbox &gt; img {
        width: 100%;
    }

.smf_indsolsec {
    display: flex;
    width: 100%;
    padding: 0px;
}

    .smf_indsolsec &gt; .sec_container &gt; .smf_indcontent {
        padding: 60px 70px 90px 0px;
        color: #fff;
    }

.smf_interest_sec {
    display: flex;
    width: 100%;
    padding: 60px 0px 0px 0px;
    flex-direction: column;
}

    .smf_interest_sec &gt; .sec_container {
        flex-direction: column;
    }

.md_int_ttl {
    font-size: 28px;
    color: #3e4649;
    display: block;
    text-align: center;
}

.smf_intboxes {
    float: left;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

.smf_intlist {
    float: left;
    width: 100%;
    list-style-type: none;
}

    .smf_intlist &gt; li {
        width: calc(33.33% - 20px);
        float: left;
        display: inline-block;
        margin-right: 30px;
        text-align: center;
        position: relative;
        background: #fff;
    }

        .smf_intlist &gt; li:nth-child(3n) {
            margin-right: 0px;
        }

.intitem_content {
    width: 100%;
    float: left;
    padding: 0 60px 40px;
    position: relative;
    text-align: center;
    background-color: #e9e9e9;
}

    .intitem_content h3 {
        padding: 34px 18px 14px;
        color: #3e4649;
        width: 100%;
        float: left;
        font-family: anagobook;
        font-size: 30px;
        line-height: 30px;
        font-weight: 600;
    }

        .intitem_content h3 &gt; span {
            color: #3e4649;
            margin-bottom: 0px;
            width: 100%;
            float: left;
            font-family: anagobook;
            font-size: 30px;
            line-height: 30px;
            font-weight: 600;
        }

    .intitem_content span {
        color: #575b63;
        width: 100%;
        float: left;
        font-family: "anagobook";
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 30px;
        text-align: center;
        ;
    }

    .intitem_content &gt; a.redmorebtn {
        color: #fff;
        background-color: #3b9bd6;
    }

        .intitem_content &gt; a.redmorebtn:hover {
            background-color: #3e4649;
            text-decoration: none;
        }

.intitem_img {
    width: 100%;
    float: left;
    max-height: 230px;
    overflow: hidden;
}

    .intitem_img &gt; img {
        width: 100%;
    }
/*--- End Manufacture page ---*/
/*--- Start career page style ---*/
.career_page {
    float: left;
    display: inline-block;
    width: 100%;
}

.careerpage_innerbox {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
}

.careerpage_topdesc {
    float: left;
    display: inline-block;
    width: 100%;
}

    .careerpage_topdesc &gt; span {
        width: 100%;
        float: left;
        margin: 0;
        color: #3e4649;
        font-size: 21px;
        font-family: anagobook;
        line-height: 28px;
        text-align: left;
    }

.careerpage_box {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 25px 0px;
}

    .careerpage_box h3 {
        color: #3b9bd6;
        font-family: anagomedium;
        font-size: 30px;
        margin-bottom: 30px;
    }

.careerpage_list {
    float: left;
    display: inline-block;
    width: 100%;
}

.career_item {
    float: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    background-color: #ffffff;
    padding: 20px;
    border-left: 3px solid #3b9bd5;
    box-shadow: 0px 1px 4px #b3afaf;
    font-family: anagobook;
    font-size: 18px;
}

    .career_item:nth-child(2n) {
        margin-right: 0px;
    }

.ci_name {
    font-size: 30px;
    font-family: anagobook;
    color: #2591c0;
    margin-bottom: 15px;
}

.ci_desc {
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    font-family: anagobook;
    margin-bottom: 15px;
}

.ci_exp &gt; label, .ci_vac &gt; label {
    margin-right: 5px;
}

.ci_detbtn {
    margin-top: 15px;
    float: left;
    display: inline-block;
    background-color: #2591c0;
    color: #ffffff;
    font-weight: 600;
    padding: 4px 18px;
    font-size: 15px;
    letter-spacing: 1px;
}

    .ci_detbtn &gt; a {
        color: #fff;
    }

    .ci_detbtn:hover {
        text-decoration: none;
        background-color: #545a62;
    }

        .ci_detbtn:hover &gt; a {
            text-decoration: none;
        }

.careerdet_box {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 25px 0px;
}
/*--- End career page style ---*/

/*--- start career detail page ---*/
.careerdetail_page {
    float: left;
    display: inline-block;
    width: 100%;
}

.careerdet_box {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 25px 0px;
}

    .careerdet_box h3 {
        color: #3b9bd6;
        font-family: anagomedium;
        font-size: 30px;
        margin-bottom: 30px;
        margin-top: 0px;
    }

.cardet_reqlist {
    float: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.cardet_reqitem {
    float: left;
    width: calc(33% - 14px);
    background-color: #3b9bd6;
    padding: 4px 8px;
    text-align: center;
    font-size: 18px;
    font-family: anagomedium;
    color: #fff;
    letter-spacing: 1px;
    margin-right: 25px;
    border-radius: 4px;
}

    .cardet_reqitem:last-child {
        margin-right: 0px;
    }

    .cardet_reqitem &gt; label {
        margin-bottom: 0px;
        font-weight: normal;
        margin-right: 10px;
        width: 90px;
    }

.cardet_reqdesc {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin-top: 10px;
    border: 1px solid #ddd;
}

.cardet_pos {
    float: left;
    display: inline-block;
    width: 100%;
}

    .cardet_pos &gt; ul {
        float: left;
        display: inline-block;
        width: 100%;
        list-style-type: disc;
    }

        .cardet_pos &gt; ul &gt; li {
            float: left;
            display: inline-block;
            width: 100%;
            font-size: 16px;
            color: #666;
            font-family: anagobook;
            padding: 5px 16px;
            border-bottom: 1px solid #ddd;
            position: relative;
        }

            .cardet_pos &gt; ul &gt; li &gt; p {
                margin-left: 18px;
            }

            .cardet_pos &gt; ul &gt; li:before {
                background-color: #666;
                border-radius: 50%;
                content: "";
                display: inline-block;
                margin-right: 10px;
                margin-bottom: 2px;
                height: 6px;
                width: 6px;
                position: absolute;
                top: calc((100% - 6px) / 2);
            }

            .cardet_pos &gt; ul &gt; li:nth-child(1) {
                border-top: 1px solid #ddd;
            }

    .cardet_pos &gt; h3 {
        margin-top: 0px;
        color: #d56a3c;
        font-size: 24px;
        margin-bottom: 0px;
        padding: 20px 16px;
        background: #f5f5f5;
    }

.cardet_keybene {
    float: left;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    font-size: 18px;
    letter-spacing: 1px;
    ;
}

.cardet_keylbl {
    float: left;
    display: inline-block;
    color: #666;
    font-family: anagomedium;
    padding: 4px 0px;
    width: 90px;
}

.cardet_keyitem {
    float: left;
    display: inline-block;
    margin-left: 14px;
    font-family: anagomedium;
    background-color: #2591c1;
    color: #fff;
    padding: 4px 15px;
    border-radius: 4px;
}
/*--- end career detail page ---*/
/*--- start client story section ---*/
.cstory_page {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 0px 84px;
    z-index: 1;
}

.clstory_tbox {
    display: block;
    padding: 30px 50px 0px 30px;
    text-align: center;
    background-color: rgba(87, 91, 99, 0.88);
    margin: -100px auto 0px auto;
    width: 816px;
}

    .clstory_tbox &gt; h1 {
        font-size: 42px;
        font-family: 'anagomedium';
        color: #ffffff;
        margin-bottom: 30px;
    }

    .clstory_tbox &gt; p {
        font-size: 26px;
        color: #ffffff;
        font-family: 'anagobook';
        letter-spacing: 1px;
        line-height: 29px;
    }

.clstory_listbox {
    float: left;
    display: inline-block;
    width: 100%;
    margin-top: 35px;
}

.clstory_list {
    float: left;
    display: inline-block;
    width: 100%;
}

.clstory_item {
    width: calc(33.33% - 14.7px);
    float: left;
    display: inline-block;
    margin-right: 22px;
    text-align: center;
    position: relative;
    margin-bottom: 22px;
}

    .clstory_item:nth-child(1n) {
        background-color: #639ad2;
    }

    .clstory_item:nth-child(2n) {
        background-color: #aac931;
    }

    .clstory_item:nth-child(3n) {
        background-color: #639ad2;
        margin-right: 0px;
    }

    .clstory_item:nth-child(4n) {
        background-color: #eb622a;
    }

    .clstory_item:nth-child(5n) {
        background-color: #639ad2;
    }

    .clstory_item:nth-child(6n) {
        background-color: #eb622a;
        margin-right: 0px;
    }

.clstory_thumb {
    float: left;
    display: inline-block;
    width: 100%;
}

    .clstory_thumb &gt; img {
        width: 100%;
    }

.clstory_descbox {
    float: left;
    display: inline-block;
    width: 100%;
    color: #ffffff;
    padding: 20px 30px;
}

.clstory_lbl {
    display: block;
    font-size: 18px;
    font-family: 'anagobook';
    margin-bottom: 5px;
}

.clstory_name {
    display: inline-block;
    font-size: 22px;
    font-family: 'anagomedium';
    margin-bottom: 24px;
}

.blogsec_date {
    font-size: 15px;
}

.clstory_desc {
    display: inline-block;
    font-size: 26px;
    font-family: 'anagomedium';
}
/*--- End client story section ---*/

/*--- start case study page ---*/
.cstudy_page {
    float: left;
    display: inline-block;
    width: 100%;
}

.detpage_toppart {
    float: left;
    display: inline-block;
    width: 100%;
    position: relative;
}
/*--- start top arrow ---*/
.header-leftright-ico {
    position: absolute;
    right: 284px;
    top: 35px;
    list-style-type: none;
    display: none;
}

    .header-leftright-ico li {
        display: inline-block;
        float: left;
    }

        .header-leftright-ico li:not(:last-child) {
            margin-right: 12px;
        }

        .header-leftright-ico li a {
            cursor: pointer;
        }
/*--- end top arrow ---*/
.detpage_topbox {
    float: left;
    display: inline-block;
    margin-top: -100px;
    background-color: #fff;
    color: #3e4649;
    position: relative;
    width: 640px;
    padding: 25px 60px 0px 25px;
    min-height: 150px;
}

    .detpage_topbox &gt; h1 {
        font-family: 'anagomedium';
        display: inline-block;
        margin-bottom: 16px;
        font-size: 36px;
    }

    .detpage_topbox &gt; p {
        font-family: 'anagobook';
        font-size: 26px;
        display: block;
    }

.det_datename {
    display: block;
    font-size: 22px;
    font-family: 'anagobook';
    font-weight: normal;
    margin-bottom: 30px;
}

.cstpage_innsec {
    float: left;
    display: inline-block;
    width: 100%;
}

.cstpage_leftsec {
    float: left;
    display: inline-block;
    width: calc(100% - 365px);
    padding: 24px 50px 24px 24px;
}

.cst_leftblock {
    float: left;
    display: inline-block;
    width: 100%;
    position: relative;
}

    .cst_leftblock h2, .cst_leftblock h3, .cst_leftblock h4 {
        display: inline-block;
        width: 100%;
    }

    .cst_leftblock &gt; h5 {
        font-size: 22px;
        font-family: 'anagomedium';
        display: block;
        margin-bottom: 20px;
    }

    .cst_leftblock &gt; p {
        float: left;
        display: inline-block;
        text-align: justify;
        font-size: 18px;
        line-height: 21px;
        color: #3d454a;
        margin-bottom: 20px;
        font-family: 'anagobook';
        width: 100%;
    }

    .cst_leftblock &gt; .redmorebtn {
        position: relative;
        background: #2491c1;
        color: #fff;
        margin-top: 15px;
        transform: translate(0%, 0px);
        left: auto;
    }

        .cst_leftblock &gt; .redmorebtn:hover {
            background-color: #666;
        }

.cst_limgbox {
    float: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

    .cst_leftblock img, .cst_limgbox img {
        width: 100% !important;
        height: auto !important;
    }

.cstpage_rightsec {
    float: left;
    display: inline-block;
    width: 365px;
}

.cst_nutsellbox {
    float: left;
    display: inline-block;
    width: 365px;
    padding: 24px;
    background-color: #8a92a0;
}

    .cst_nutsellbox &gt; h4 {
        width: 100%;
        float: left;
        font-size: 26px;
        line-height: 29px;
        font-family: 'anagobold';
        color: #ffffff;
    }

.cst_nutshell_list {
    width: 100%;
    float: left;
}

    .cst_nutshell_list &gt; li {
        width: 100%;
        float: left;
        display: inline-block;
        margin-top: 25px;
        color: #ffffff;
    }

        .cst_nutshell_list &gt; li &gt; img {
            margin-top: 40px;
            width: 100%;
        }

        .cst_nutshell_list &gt; li &gt; h5 {
            width: 100%;
            float: left;
            margin: 0 0 2px;
            font-size: 18px;
            font-family: 'anagomedium';
        }

        .cst_nutshell_list &gt; li span {
            width: 100%;
            float: left;
            font-size: 26px;
            font-family: 'anagobold';
        }

.cst_percentbox {
    float: left;
    display: inline-block;
    width: 100%;
    background-color: #eb622a;
    color: #fff;
    padding: 25px;
    font-family: 'anagobold';
    margin-top: 40px;
}

    .cst_percentbox &gt; span.cst_largetxt {
        display: inline-block;
        font-size: 55px;
        line-height: 60px;
        font-family: 'anagoblack';
    }

    .cst_percentbox &gt; span.cst_dynamictxt {
        font-size: 55px !important;
        line-height: 55px !important;
    }

    .cst_percentbox &gt; p {
        display: block;
        font-size: 26px;
        line-height: 29px;
    }

.cst_right-desc {
    float: left;
    width: 100%;
    padding-top: 50px;
}

    .cst_right-desc p {
        font-size: 32px;
        color: #eb622a;
        font-family: anagobook;
        font-style: italic;
        line-height: 36px;
    }

.bpvcb_quote_person {
    width: 100%;
    float: left;
    margin-top: 20px;
}

    .bpvcb_quote_person li {
        display: inline-block;
        float: left;
        width: 100%;
        color: #eb622a;
        font-size: 18px;
        font-family: anagobook;
    }
/*--- end case study page ---*/

/*--- start our people page ---*/
.ourppl_page {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 0px 84px;
    z-index: 1;
}

.ourppl_tbox {
    display: block;
    padding: 30px 50px 0px 30px;
    text-align: center;
    background-color: rgba(87, 91, 99, 0.88);
    margin: -100px auto 0px auto;
    width: 816px;
}

    .ourppl_tbox &gt; h1 {
        font-size: 42px;
        font-family: 'anagomedium';
        color: #ffffff;
        margin-bottom: 30px;
    }

    .ourppl_tbox &gt; p {
        font-size: 26px;
        color: #ffffff;
        font-family: 'anagobook';
        letter-spacing: 1px;
        line-height: 29px;
    }

.ourppl_listbox {
    float: left;
    display: inline-block;
    width: 100%;
    margin-top: 42px;
}

.ourppl_list {
    float: left;
    display: inline-block;
    width: 100%;
}

.ourppl_item {
    width: calc(33.33% - 14.7px);
    float: left;
    display: inline-block;
    background-color: #ffffff;
    margin-right: 22px;
    text-align: center;
    position: relative;
    margin-bottom: 22px;
}

    .ourppl_item:nth-child(3n) {
        margin-right: 0px;
    }

.ourppl_thumb {
    float: left;
    display: inline-block;
    width: 100%;
}

    .ourppl_thumb &gt; img {
        width: 100%;
    }

.ourppl_descbox {
    float: left;
    display: inline-block;
    width: 100%;
    background-color: #639ad2;
    color: #ffffff;
    padding: 38px;
}

.ourppl_name {
    display: inline-block;
    font-size: 26px;
    line-height: 29px;
    font-family: 'anagomedium';
    margin-bottom: 10px;
}

.ourppl_desg {
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
    font-family: 'anagobook';
}
/*--- end our peopl epage ---*/

/*--- start our profile page ---*/
.profile_page {
    float: left;
    display: inline-block;
    width: 100%;
}

.profile_innsec {
    float: left;
    display: inline-block;
    width: 100%;
}

.profile_leftsec {
    float: left;
    display: inline-block;
    width: calc(100% - 365px);
    padding: 24px 50px 24px 24px;
}

.profile_rightsec {
    float: left;
    display: inline-block;
    width: 365px;
}

.profile_descbox &gt; h3 {
    float: left;
    display: inline-block;
    font-size: 30px;
    line-height: 40px;
    font-family: 'anagomedium';
    margin-bottom: 15px;
}

.profile_descbox &gt; h6 {
    float: left;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-family: 'anagobold';
    margin-bottom: 20px;
}

.profile_descbox &gt; p {
    float: left;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'anagobook';
}

.profile_picsec {
    float: left;
    display: inline-block;
    width: 100%;
    position: relative;
}

.profile_photo {
    float: left;
    display: inline-block;
    width: calc(100% - 365px);
}

.profile_quote {
    position: absolute;
    display: inline-block;
    width: 365px;
    font-size: 32px;
    top: 136px;
    right: 136px;
    line-height: 36px;
    color: #d56a3c;
    font-family: 'anagobook';
    font-style: italic;
}

.profile_detsec {
    float: left;
    display: flex;
    width: 100%;
    position: relative;
}

.profile_descbox {
    float: left;
    display: inline-block;
    width: calc(100% - 395px);
    padding: 32px;
    background-color: #e8c933;
    color: #3d454a;
}

.profile_social {
    float: left;
    display: inline-block;
    width: 365px;
    padding: 32px;
    background-color: #639ad2;
    margin-left: 30px;
}

    .profile_social &gt; h3 {
        float: left;
        display: inline-block;
        font-size: 30px;
        line-height: 40px;
        font-family: 'anagomedium';
        color: #fff;
        margin-bottom: 60px;
    }

.profile_nameid {
    float: left;
    display: inline-block;
    width: 100%;
    color: #fff
}

    .profile_nameid &gt; p {
        display: inline-block;
        font-size: 18px;
        line-height: 24px;
        font-family: 'anagobold';
    }

    .profile_nameid &gt; a {
        display: inline-block;
        width: 100%;
        font-size: 18px;
        line-height: 24px;
        text-decoration: underline;
        color: #fff;
        font-family: 'anagobook';
        -o-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }

        .profile_nameid &gt; a:hover {
            color: #e8c933;
            text-decoration: none;
        }

.pro_socialsec {
    float: left;
    display: inline-block;
    width: 100%;
}

.profile_socialmedia {
    float: left;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

    .profile_socialmedia li {
        float: left;
        display: inline-block;
        margin-right: 15px;
    }

    .profile_socialmedia .fa {
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        color: #FFF;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border: 1px solid #fff;
        border-radius: 50%;
        font-size: 20px;
    }

        .profile_socialmedia .fa:hover {
            background-color: #fff;
            color: #639ad2;
        }
/*--- end our profile page ---*/

/*--- start case study inner page ---*/
.csd_socialmedia {
    float: left;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

    .csd_socialmedia &gt; li {
        float: left;
        display: inline-block;
        margin-right: 15px;
    }

    .csd_socialmedia .fa {
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        color: #595d65;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border: 1px solid #595d65;
        border-radius: 50%;
        font-size: 20px;
    }

        .csd_socialmedia .fa:hover {
            background-color: #595d65;
            color: #ffffff;
        }

.per_lbluebg {
    background-color: #639ad2;
}
/*--- end case study inner page ---*/
/*--- start What We Do page ---*/
.blue_bg {
    background-color: #3b9bd6;
    color: #fff;
}

.orange_bg {
    background-color: #ce6131;
    color: #fff;
}

.light_grey_bg {
    background-color: #7b818e;
    color: #fff;
}

.yellow_bg {
    background: #f3cb10;
    color: #3e4649;
}

.green_bg {
    background-color: #9bbd38;
    color: #fff;
}

.lgray_bg {
    background: #f5f5f5;
}

.what_we_do_page {
    float: left;
    width: 100%;
    padding: 0px 84px;
    z-index: 1;
}

.what_we_do_tbox {
    position: relative;
    display: block;
    padding: 30px 50px 20px 30px;
    text-align: center;
    background-color: rgba(87, 91, 99, 0.88);
    margin: -120px auto 0px auto;
    width: 816px;
}

    .what_we_do_tbox h1 {
        font-size: 42px;
        font-family: 'anagomedium';
        color: #ffffff;
        margin-bottom: 30px;
    }

    .what_we_do_tbox p {
        font-size: 26px;
        color: #ffffff;
        font-family: 'anagobook';
        letter-spacing: 0.10px;
        line-height: 29px;
    }

.wwd_listbox {
    float: left;
    width: 100%;
    margin-top: 42px;
}

.wwd_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.wwd_item {
    text-align: center;
    position: relative;
    padding: 30px 15px;
}

    .wwd_item:nth-child(1) {
        margin-left: 0;
        flex: calc(33.33% - 11px);
        margin-right: 11px;
    }

    .wwd_item:nth-child(2) {
        flex: calc(33.33% - 22px);
        margin: 0 11px;
    }

    .wwd_item:nth-child(3) {
        margin-right: 0;
        flex: calc(33.33% - 11px);
        margin-left: 11px;
    }

    .wwd_item h2 {
        width: 100%;
        float: left;
        color: #fff;
        text-align: center;
        font-size: 30px;
        margin: 0;
        font-family: 'anagomedium';
    }

    .wwd_item &gt; h2 &gt; a {
        color: #fff;
    }

    .wwd_item h2 a:hover {
        color: #fff;
    }

.services_list {
    width: 100%;
    float: left;
    margin-top: 10px;
    list-style: none;
}

    .services_list li {
        width: 100%;
        float: left;
    }

        .services_list li a {
            width: 100%;
            font-family: 'anagobook';
            padding: 5px 20px;
            text-align: center;
            font-size: 18px;
            display: inline-block;
            color: #fff;
        }

            .services_list li a:hover {
                color: #fff;
            }

.blue_bg .services_list li a:hover {
    background: #62afde;
}

.orange_bg .services_list li a:hover {
    background: #d8815a;
}

.light_grey_bg .services_list li a:hover {
    background: #959aa5;
}

.wwd_partner_client_list {
    width: 100%;
    float: left;
    list-style: none;
}

    .wwd_partner_client_list li {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        margin-bottom: 30px;
        background: #e1e1e1;
        position: relative;
    }

.wpcl_content {
    width: 330px;
    position: relative;
    padding: 40px;
    height: 370px;
}

.wwd_partner_client_list li:nth-child(even) .wpcl_content {
    order: 2;
}

.wpcl_content h4 {
    font-size: 30px;
    font-family: 'anagomedium';
    width: 100%;
    padding: 0 0 15px;
    margin: 0;
    color: #3b9bd6;
}

.wpcl_content span {
    font-size: 18px;
    font-family: 'anagobook';
}

.wpcl_img {
    width: calc(100% - 330px);
    overflow: hidden;
    height: 370px;
    position: relative;
}

    .wpcl_img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

.wwd_other_links {
    padding: 0 84px;
    float: left;
    width: 100%;
}
/*--- end what we do page ---*/
/*--- start about us page ---*/
.about_page {
    display: inline-block;
    width: 100%;
    padding: 0px 10px;
    z-index: 1;
}

.about_tbox {
    display: block;
    padding: 10px 10px 15px 10px;
    text-align: center;
    background-color: rgba(87, 91, 99, 0.88);
    margin: -100px auto 0px auto;
    width: 100%;
}

    .about_tbox h1 {
        font-size: 42px;
        font-family: 'anagomedium';
        color: #ffffff;
        margin-bottom: 20px;
    }

    .about_tbox p {
        font-size: 24px;
        color: #ffffff;
        font-family: 'anagobook';
        letter-spacing: 0.10px;
        line-height: 29px;
        padding: 0px 10px;
    }

.about_list {
    width: 100%;
    float: left;
    list-style: none;
    margin-top: 40px;
}

    .about_list li {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        margin-bottom: 30px;
        background: #e1e1e1;
    }

.about_content {
    width: 330px;
    position: relative;
    padding: 40px;
    height: 370px;
}

.about_list li:nth-child(even) .about_content {
    order: 2;
}

.about_content h4 {
    font-size: 30px;
    font-family: 'anagomedium';
    width: 100%;
    padding: 0 0 15px;
    margin: 0;
    color: #639ad2;
}

.about_content span {
    font-size: 18px;
    font-family: 'anagobook';
}

.about_img {
    width: calc(100% - 330px);
    overflow: hidden;
    height: 370px;
    position: relative;
}

    .about_img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
/*--- end about us page ---*/
/*--- start newsletter style ---*/
.nleter_head {
    float: left;
    background: url(../images/newsleterimg.png) no-repeat;
    background-position: 0 49%;
    background-size: cover;
    position: relative;
    height: 300px;
    display: inline-block;
    width: 100%;
}

.nleter_headtxt {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 10px);
    bottom: 10px;
    padding: 24px;
    background-color: #ffffff;
    text-align: center;
}

    .nleter_headtxt &gt; h1 {
        display: inline-block;
        font-family: 'anagomedium';
        color: #444;
    }

.nleter_headtxt02 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 24px;
    text-align: center;
    top: 50%;
}

    .nleter_headtxt02 &gt; h1 {
        display: inline-block;
        font-family: 'anagomedium';
        color: #fff;
        font-size: 36px;
    }

.nleter_logo {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 24px;
}

.nleter_content {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 70px 24px;
    letter-spacing: 1px;
}

    .nleter_content &gt; h6 {
        font-size: 16px;
        font-weight: bold;
        display: block;
        margin-bottom: 24px;
        font-family: 'anagomedium';
        color: #444;
    }

.nleter_inputbox {
    float: left;
    display: inline-block;
    width: 100%;
}

    .nleter_inputbox &gt; label {
        float: left;
        display: inline-block;
        margin-right: 10px;
        padding-top: 6px;
        font-family: 'anagobook';
        font-size: 18px;
    }

    .nleter_inputbox &gt; input {
        width: 300px;
        height: 36px;
    }

.nleter_inntxt {
    float: left;
    display: inline-block;
    text-align: center;
    margin: 50px 0px;
    font-size: 24px;
    line-height: 34px;
    font-family: 'anagobook';
    padding: 24px;
    background-color: #639ad2;
    color: #fff;
}

.nleter_list {
    float: left;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #555;
    font-family: 'anagobook';
    padding-left: 20px;
}

    .nleter_list &gt; li {
        margin-bottom: 8px;
    }

.nleter_scribox {
    float: left;
    display: inline-block;
    width: 100%;
    margin: 50px 0px;
}

    .nleter_scribox &gt; a {
        float: left;
        display: inline-block;
        text-decoration: underline;
        font-size: 22px;
        color: #639ad2;
        font-family: 'anagomedium';
    }

.nleter_updatebtn {
    display: inline-block;
    padding: 12px 36px;
    background-color: #cd6132;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-family: 'anagobook';
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

    .nleter_updatebtn:hover {
        color: #fff;
        background-color: #639ad2;
    }
/*--- end newsletter style ---*/
/*--- start thank you page ---*/
.thanks_page {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 100px 0px 50px 0px;
}

.thanks_leftdesc {
    float: left;
    display: inline-block;
    width: calc(100% - 330px);
    margin-top: 50px;
}

.thanks_rightimg {
    float: right;
    display: inline-block;
    width: 300px;
    margin-left: 30px;
}

.thanks_ttl {
    float: left;
    display: inline-block;
    position: relative;
    font-size: 60px;
    line-height: 68px;
    font-family: 'anagobook';
    color: #f3ca0f;
    padding-bottom: 15px;
    border-bottom: 2px solid #9a9a9a;
}

    .thanks_ttl:before {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        left: -5px;
        background-color: #00a1f1;
        border-radius: 10px;
        bottom: -6px;
    }

    .thanks_ttl:after {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        right: -5px;
        background-color: #f3ca0f;
        border-radius: 10px;
        bottom: -6px;
    }

    .thanks_ttl &gt; span {
        color: #00a1f1;
    }

.thanks_desc {
    float: left;
    font-size: 22px;
    line-height: 26px;
    margin: 24px 0px;
    display: block;
    font-family: 'anagomedium';
}

.thanks_homebtn {
    display: inline-block;
    float: left;
    background-color: #00a1f1;
    color: #fff;
    font-family: 'anagobook';
    padding: 13px 25px;
}

    .thanks_homebtn &gt; i {
        margin-right: 10px;
    }

    .thanks_homebtn:hover {
        background-color: #f3ca0f;
    }
/*--- end thank you page ---*/
/*--- start terms &amp; condition page ---*/
.tc_fullwiddesc {
    float: left;
    display: inline-block;
    width: 100%;
}

    .tc_fullwiddesc p {
        width: 100%;
        float: left;
        font-size: 18px;
        font-family: anagobook;
        color: #575b63;
        margin: 0;
        text-align: justify;
        margin-bottom: 15px;
    }
/*--- end terms &amp; condition page ---*/
/*--- strt blog page ---*/
.bloglist .redmorebtn {
    padding: 7px 25px;
    position: absolute;
    background: #fff;
    color: #3e4649;
    width: 190px;
    height: 38px;
    transform: translate(-50%, 0px);
    left: 50%;
    bottom: 10px;
    float: left;
    clear: both;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: anagobold;
    font-size: 16px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: 1px solid rgba(255,255,255,.5);
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

    .bloglist .redmorebtn:hover {
        background-color: #575b63;
        color: #fff;
        text-decoration: none;
    }
/* start expand dropdown style */
.listing-box {
    float: none;
    position: Relative;
    text-align: left;
    margin: 30px auto 0px auto;
    display: block;
    width: 200px;
}

.listing-box-main-title {
    float: left;
    background: #fff;
    font-size: 18px;
    font-family: 'anagobook';
    font-weight: 600;
    padding: 6px 15px;
    color: #666;
    text-transform: capitalize;
    letter-spacing: 2px;
    cursor: pointer;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    border: 1px solid #ddd;
    width: 200px;
}

    .listing-box-main-title &gt; span {
        float: right;
        margin: 0;
        top: 1px;
    }

        .listing-box-main-title &gt; span &gt; img {
            -o-transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

.listing-main-box {
    display: none;
    width: 100%;
    float: left;
    position: absolute;
    top: 24px;
    background: #fcfcfc;
    z-index: 1;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
    list-style-type: none;
}

    .listing-main-box &gt; li:first-child {
        border: none;
    }

    .listing-main-box &gt; li &gt; h1 {
        float: left;
        width: 100%;
        padding: 5px 5px 0px 5px;
        color: #cc2340;
        font-size: 16px;
        font-family: 'anagomedium';
    }

.listing-tags {
    width: 100%;
    float: left;
}

    .listing-tags li {
        float: left;
        display: block;
        margin-right: 0;
        margin-bottom: 1px;
        background: #eaeaea;
        padding: 5px 8px;
        color: #111;
        font-size: 14px;
        font-family: anagomedium;
        cursor: pointer;
        width: 100%;
    }
/* end expand dropdown style */

/*--- end blog page ---*/
/*--- start contact page ---*/
.contact_page {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 0px 84px;
    z-index: 1;
}

.contpage_tbox {
    display: block;
    padding: 30px 50px 0px 30px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.82);
    margin: -100px auto 0px auto;
    width: 816px;
    min-height: 200px;
}

    .contpage_tbox &gt; h1 {
        font-size: 42px;
        font-family: 'anagomedium';
        color: #333;
        margin-bottom: 30px;
    }

.contpage_tadd {
    float: left;
    display: inline-block;
    width: 100%;
}

.contpage_tbox &gt; p {
    font-size: 26px;
    color: #333;
    font-family: 'anagobook';
    letter-spacing: 1px;
    line-height: 29px;
}

.addressbox_leftside {
    float: left;
    width: calc(100% - 330px);
    margin-right: 20px;
}

.title_address {
    width: 100%;
    float: left;
    text-align: left;
}

    .title_address li {
        width: 100%;
        float: left;
        display: inline-block;
        margin-bottom: 15px;
    }

        .title_address li h5 {
            color: #575b63;
            font-family: 'anagobold';
            font-size: 18px;
            margin: 0 0;
            width: 100%;
            float: left;
        }

        .title_address li span {
            width: 100%;
            float: left;
            color: #575b63;
            font-family: 'anagobook';
            font-size: 18px;
            line-height: 22px;
            margin-top: 5px;
        }

        .title_address li span {
            width: 100%;
            float: left;
            color: #575b63;
            font-family: 'anagobook';
            font-size: 18px;
            line-height: 22px;
            margin-top: 5px;
        }

.addressbox_rightside {
    width: 310px;
    float: right;
}

.addressmap {
    float: left;
    display: inline-block;
    width: 100%;
    height: 660px;
}

    .addressmap &gt; img {
        width: 100%;
    }

.getintouch_box {
    width: 100%;
    float: left;
    padding-top: 30px;
}

    .getintouch_box h3 {
        color: #3b9bd6;
        font-family: 'anagomedium';
        font-size: 26px;
        margin-bottom: 15px;
    }

    .getintouch_box h6 {
        color: #575b63;
        font-family: 'anagobook';
        font-size: 18px;
        margin-bottom: 10px;
    }

.getintouch_form {
    width: 100%;
    float: left;
}

.getintouchform_field {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.inputform_label {
    width: 100%;
    float: left;
    font-family: 'anagobook';
    font-size: 13px;
    margin-bottom: 7px;
}

.inputform_textfld {
    width: 100%;
    float: left;
    font-family: 'anagobook';
    font-size: 17px;
    height: 36px;
    width: 445px;
    border: 1px solid #e0e3e8;
    background: #f3f3f3;
    color: #575b63;
    padding-left: 15px;
}

    .inputform_textfld:hover, .inputform_textfld:focus, .inputform_textfld:active {
        outline: #3b9bd6;
        box-shadow: none;
    }

.inputform_textfld_upload {
    background: none;
    border: none;
    padding-left: 0;
}

.inputform_textarea {
    width: 100%;
    float: left;
    font-family: 'anagobook';
    font-size: 17px;
    height: 210px;
    width: 445px;
    border: 1px solid #e0e3e8;
    background: #f3f3f3;
    color: #575b63;
    padding-left: 15px;
    padding-top: 10px;
    resize: none;
}

.inputform_textfld::-webkit-input-placeholder {
    color: #575b63;
}

.inputform_textfld::-moz-placeholder {
    color: #575b63;
}

.inputform_textfld:-ms-input-placeholder {
    color: #575b63;
}

.inputform_textfld:-moz-placeholder {
    color: #575b63;
}

.inputform_textarea::-webkit-input-placeholder {
    color: #575b63;
}

.inputform_textarea::-moz-placeholder {
    color: #575b63;
}

.inputform_textarea:-ms-input-placeholder {
    color: #575b63;
}

.inputform_textarea:-moz-placeholder {
    color: #575b63;
}

.inputform_textfld.error {
    background: rgba(241,52,52,0.1);
    border: 1px solid #f13434;
}

.inputform_textarea.error {
    background: rgba(241,52,52,0.1);
    border: 1px solid #f13434;
}

label.error {
    width: 100%;
    float: left;
    color: #f13434;
    font-size: 13px;
    font-style: italic;
    font-family: 'anagobook';
    margin-top: 3px;
}

.submitbtn {
    padding: 7px 25px;
    position: relative;
    background: #3b9bd6;
    color: #ffffff;
    width: 190px;
    height: 38px;
    float: left;
    clear: both;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: anagobold;
    font-size: 16px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: 1px solid rgba(255,255,255,.5);
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

    .submitbtn:hover {
        background-color: #3e4649;
    }
/*--- end contact page ---*/
/*--- start pagination style ---*/
.collectivepost_list_pagination {
    width: 100%;
    float: left;
    border-top: 4px solid #e4e4e4;
    margin-top: 10px;
    padding-top: 20px;
    text-align: center;
}

    .collectivepost_list_pagination span {
        font-size: 12px;
        font-family: anagobold;
        display: inline-block;
        color: #fff;
        position: relative;
        top: -5px;
        text-transform: uppercase;
        margin-right: 10px;
    }

.cpl_pagination {
    margin: -5px 0;
    display: inline-block;
}

    .cpl_pagination li {
        float: left;
        display: inline-block;
        font-size: 16px;
        font-family: anagobook;
        color: #ffffff;
        margin-right: 2px;
    }

        .cpl_pagination li a {
            float: left;
            padding: 3px 6px;
            color: #ffffff;
        }

            .cpl_pagination li a:hover, .cpl_pagination li.active a {
                background: #e1e1e1;
                font-family: anagobold;
                color: #333333;
            }
/*--- end pagination style ---*/
/*--- start event page ---*/
.evt_locicon, .evt_date {
    display: flex;
    align-items: center;
    font-family: anagomedium;
    width: 100%;
    color: #575b63;
    font-size: 20px;
    line-height: 28px
}

.evt_locicon {
    margin-bottom: 15px;
}

    .evt_locicon img, .evt_date img {
        width: 36px;
        margin-right: 11px;
    }

.eventdesc_box {
    float: left;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.eventtop_img {
    float: left;
    display: inline-block;
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin-bottom: 25px;
}

    .eventtop_img &gt; img {
        width: 100%;
    }

.evtdesc_ttl {
    width: 100%;
    float: left;
    font-size: 30px;
    font-family: anagomedium;
    color: #3b9bd6;
    margin: 0 0 15px;
}

.event_desc &gt; p {
    width: 100%;
    float: left;
    font-size: 18px;
    font-family: anagobook;
    color: #575b63;
    margin-bottom: 20px;
    text-align: justify;
}

.bookapp_btn {
    padding: 7px 25px;
    color: #fff;
    background-color: #3b9bd6;
    width: auto;
    height: 38px;
    float: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-family: anagobold;
    font-size: 16px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: 1px solid rgba(255,255,255,.5);
    overflow: hidden;
    display: inline-block;
}

    .bookapp_btn:hover {
        background-color: #3d454a;
        color: #fff;
    }
/*--- end event page ---*/
/*--- start homepage video section ---*/
.homepage_video {
    width: 100%;
    float: left;
    overflow: hidden;
    /*position: absolute;
	background:rgba(37, 35, 35, 0.74);*/
}

    .homepage_video &gt; img {
        width: 100%;
        display: none;
    }

h3.hmbanner_txt {
    position: absolute;
    width: 580px;
    left: calc((100% - 676px) / 2);
    bottom: 3%;
    text-align: left;
    transform: translate(-10%, -50%);
    font-size: 50px;
    line-height: 58px;
    color: #fff;
    font-family: 'anagomedium';
}
/*.homepage_video &gt; #myvideo{position:fixed;top:40%;left:50%;min-width:100%;min-height:100%;width:100%;height:auto;z-index:-999;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);background-size:cover;}*/
.homepage_video &gt; #myvideo {
    position: fixed;
    min-width: 100%;
    width: 100%;
    height: auto;
    z-index: -999;
    background-size: cover;
}
/*--- end homepage video section ---*/
/*--- start bottom slider ---*/
.nextmeetbox {
    width: 100%;
    background: #e1e1e1 url(../images/bigarrowdone.png) no-repeat right top;
    background-size: 21%;
    padding: 20px 0 0;
    float: left;
}

.nextmeetbox_container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0px 50px;
}

.nextmeetbox_slider_list {
    max-width: 520px;
    width: 100%;
    float: left;
    margin-bottom: 0px;
}

    .nextmeetbox_slider_list li {
        display: none;
        float: left;
        width: 100%;
        margin: 0px 50px;
    }

.nmb_content {
    float: right;
    width: calc(100% - 180px);
    padding-top: 40px;
    color: #575b63;
}

.nmb_nextmeet {
    width: 100%;
    float: left;
    font-family: 'anagomedium';
    font-size: 26px;
    margin-bottom: 12px;
}

.nmb_personname {
    width: 100%;
    float: left;
    font-family: 'anagomedium';
    font-size: 26px;
}

.nmb_img {
    float: left;
    width: 180px;
}

.nextmeetbox_slider_rightside {
    float: right;
    text-align: right;
}

.nextmeetbox_slider_leftside {
    float: left;
}

.nextmeetbox_slider_buttons {
    float: left;
    width: 30px;
    position: relative;
    top: 110px;
}

    .nextmeetbox_slider_buttons i {
        cursor: pointer;
        padding: 1px 9px 4px;
        border-radius: 100%;
        border: 2px solid #575b63;
        font-size: 24px;
        text-align: center;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
/*--- end bottom slider ---*/
/*--- start not found(404) page ---*/
.notfoundpage {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 50px 20px;
}

.nf_leftdesc {
    float: left;
    width: 50%;
    display: inline-block;
}

.nf_mainttl {
    display: inline-block;
    font-family: 'anagobold';
    font-size: 44px;
    color: #444;
    float: left;
    width: 100%;
}

.nf_subttl {
    display: inline-block;
    font-family: 'anagomedium';
    font-size: 24px;
    color: #444;
    width: 300px;
    max-width: 100%;
    float: left;
    line-height: 26px;
    margin: 11px 0px;
}

.nf_ectext {
    color: #666;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    margin: 15px 0px;
    font-family: 'anagobook';
}

.nf_helpsec {
    float: left;
    display: inline-block;
    width: 100%;
}

.nfhs_topetxt {
    float: left;
    display: inline-block;
    color: #333;
    font-size: 16px;
    margin-bottom: 5px;
    font-family: 'anagomedium';
}

ul.nf_helplinklist {
    float: left;
    display: inline-block;
    width: 100%;
    list-style-type: none;
}

    ul.nf_helplinklist &gt; li {
        float: left;
        width: 100%;
        display: inline-block;
        color: #3b9bd6;
        font-family: 'anagomedium';
        cursor: pointer;
    }

.nf_rightsec {
    float: right;
    display: inline-block;
}

    .nf_rightsec .nfound_img {
        width: 224px;
    }
/*--- End not found(404) page ---*/
/*--- start event registration page ---*/
.evtregister_page {
    float: left;
    display: inline-block;
    width: 100%;
}

.ereg_box {
    float: left;
    display: inline-block;
    width: 100%;
    font-family: anagobook;
    letter-spacing: 0.6px;
}

.ereg_formbox {
    float: left;
    display: inline-block;
    width: 450px;
    margin-right: 0px;
    background: #ffffff;
    box-shadow: 0px 0px 2px 2px #d4d4d4;
    padding: 25px;
    margin-top: 30px;
}

.ereg_oview {
    float: left;
    display: inline-block;
    margin-top: -100px;
    background-color: #fff;
    color: #3e4649;
    position: relative;
    padding: 25px;
    width: calc(100% - 500px);
    margin-right: 50px;
}

    .ereg_oview &gt; h1 {
        font-family: 'anagomedium';
        display: inline-block;
        margin-bottom: 16px;
        font-size: 36px;
    }

.ereg_evetime {
    display: list-item;
    list-style-type: none;
    margin-bottom: 30px;
}

    .ereg_evetime &gt; li {
        width: 100%;
        font-size: 20px;
        display: flex;
        justify-content: left;
        align-items: center;
        flex-direction: row;
        margin-bottom: 10px;
        font-family: 'anagobold';
        color: #3b9bd5;
    }

        .ereg_evetime &gt; li &gt; i {
            margin-right: 10px;
        }

.ereg_speplist {
    float: left;
    display: inline-block;
    width: 100%;
}

.ereg_spepitem {
    floaT: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.ereg_speppic {
    float: left;
    display: inline-block;
    width: 100px;
    position: relative;
}

    .ereg_speppic &gt; img {
        display: inline-block;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 1px solid #444;
    }

.ereg_spepdesc {
    float: left;
    display: inline-block;
    width: calc(100% - 100px);
    margin-top: 28px;
}

.ereg_spepttl {
    display: block;
    padding: 10px 20px;
    background: #639ad2;
    margin-left: -10px;
    color: #ffffff;
    font-size: 18px;
    font-family: anagomedium;
}

.ereg_speptxt {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
    text-align: center;
}

.speaker_txt {
    font-size: 18px;
    display: block;
    color: #555555;
    font-family: 'anagomedium';
    margin: 15px 0px;
}

.ereg_pname {
    font-size: 18px;
    display: block;
    color: #555555;
    font-family: 'anagomedium';
}

.eve_oviewdesc {
    display: inline-block;
    float: left;
    width: 100%;
    color: #666;
    font-size: 18px;
    line-height: 24px;
    margin-top: 25px;
}

.ereg-lpnt {
    float: left;
    display: inline-block;
    width: 100%;
    color: #639ad2;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin: 15px 0px;
}

.ereg_txtlbl {
    display: inline-block;
    font-weight: 600;
    color: #0e6c8e;
    margin-bottom: 25px;
}

.ereg_llist {
    display: list-item;
    float: left;
    list-style-type: none;
    font-size: 18px;
}

    .ereg_llist &gt; li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 10px;
    }

        .ereg_llist &gt; li:before {
            position: absolute;
            left: 0px;
            content: '\f14a';
            font-family: FontAwesome;
            color: #8cbe21;
        }

.ereg_form {
    float: left;
    display: inline-block;
    width: 100%;
}

.ereg_fromgrp {
    float: left;
    display: inline-block;
    width: 100%;
}

.ereg_formitem {
    float: left;
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0px;
    margin-bottom: 30px;
}

    .ereg_formitem &gt; input, .ereg_formitem &gt; select {
        display: inline-block;
        width: 100%;
        height: 36px;
        border-radius: 0px;
        border: 1px solid #ddd;
        padding: 6px 12px;
        -o-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }

        .ereg_formitem &gt; input:focus {
            outline: 0px solid #639ad2;
            border: 1px solid #639ad2;
        }

    .ereg_formitem &gt; .speackcheck {
        position: absolute;
        left: 0px;
        margin: 0px;
        width: 20px;
        top: 0px;
        height: 20px;
    }

.speackchecklbl {
    margin-left: 35px;
    font-weight: 600;
    color: #333;
}

.ereg_btn {
    display: inline-block;
    padding: 10px 18px;
    text-decoration: none;
    background-color: #8cbe21;
    color: #ffffff;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    border: 0px;
    font-weight: 600;
    letter-spacing: 1px;
}

    .ereg_btn:hover {
        background-color: #639ad2;
    }

.ereg_alttl {
    float: left;
    display: inline-block;
    width: 100%;
    font-size: 36px;
    font-family: anagobold;
    text-transform: uppercase;
    color: #0e6c8e;
    position: relative;
    padding-top: 6px;
    margin-bottom: 25px;
}

    .ereg_alttl::before {
        position: absolute;
        content: "";
        top: 0px;
        left: 0px;
        width: 100px;
        height: 4px;
        background-color: #3b9bd5;
    }

.ereg_msgsec &gt; p, .ereg_aadlmsg &gt; p {
    float: left;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
    color: #666666;
}

    .ereg_msgsec &gt; p &gt; span, .ereg_aadlmsg &gt; p &gt; span {
        color: #639ad2;
        font-weight: 600;
    }

.ereg_aadlmsg {
    float: left;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

/*--- end event registration page ---*/
/*--- start event detail event ---*/
.ereg_detbox {
    float: left;
    display: inline-block;
    width: 100%;
}

.ereg_detview {
    border-right: 1px solid #b5b5b5;
}

.ereg_detbox &gt; div {
    float: left;
    display: inline-block;
    width: calc(50% - 15px);
    margin-right: 30px;
    padding: 24px;
}

    .ereg_detbox &gt; div:last-child {
        margin-right: 0px;
    }

.ereg_dvlist {
    display: list-item;
    list-style-type: none;
    margin-bottom: 30px;
}

    .ereg_dvlist &gt; li {
        width: 100%;
        font-size: 16px;
        display: flex;
        justify-content: left;
        align-items: center;
        flex-direction: row;
        margin-bottom: 14px;
        font-family: 'anagobook';
        color: #666666;
        font-weight: 600;
    }

        .ereg_dvlist &gt; li &gt; i {
            margin-right: 10px;
            color: #8cbe21;
            font-size: 20px;
        }

.ereg_vfbox {
    float: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.ereg_sttl {
    display: inline-block;
    color: #639ad2;
    font-family: anagobold;
    font-size: 30px;
    margin-bottom: 20px;
}

.ereg_attdet {
    float: left;
    display: inline-block;
    width: 100%;
    font-family: anagobook;
}

    .ereg_attdet p {
        display: inline-block;
        font-size: 16px;
        line-height: 20px;
        color: #666666;
        width: 100%;
        margin-bottom: 10px;
    }

.ereg_calbtngrp {
    float: left;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}

    .ereg_calbtngrp &gt; a {
        position: relative;
        float: left;
        display: inline-block;
        padding: 10px 20px;
        width: 186px;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        transition: .5s;
        color: #ffffff;
    }

        .ereg_calbtngrp &gt; a &gt; i {
            margin-right: 8px;
        }

        .ereg_calbtngrp &gt; a:not(:last-child) {
            margin-right: 15px;
        }

.ereg_obtn {
    background-color: #639ad2;
}

.ereg_gbtn {
    background-color: #86a829;
}

.ereg_calbtngrp &gt; a:hover {
    background-color: #575b63;
}

.ereg_sumlist {
    display: list-item;
    float: left;
    list-style-type: none;
    font-size: 16px;
    line-height: 22px;
}

    .ereg_sumlist &gt; li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 10px;
    }

        .ereg_sumlist &gt; li:before {
            position: absolute;
            left: 0px;
            content: '\f14a';
            font-family: FontAwesome;
            color: #8cbe21;
        }

.ereg_subttl {
    display: inline-block;
    font-weight: 600;
    color: #639ad2 !important;
    margin: 10px 0px 15px 0px;
    font-size: 16px;
    line-height: 22px;
}
/*--- end event detail page ---*/

/* Start new updated what we do design */
.wwdo_tsec {
    position: relative;
    padding: 25px 0px;
    margin-top: 30px;
}

.wwdo_row {
    display: flex;
    width: 100%;
    flex-direction: row;
    overflow: hidden;
}

.wwdo_itm {
    float: left;
    width: calc(33.33% - 13.33px);
    display: inline-block;
    background: #e1e1e1;
    text-align: center;
    position: relative;
    margin-right: 20px;
}

    .wwdo_itm:last-child {
        margin-right: 0px;
    }

.pl_desc {
    width: 100%;
    float: left;
    padding: 30px;
    position: relative;
    min-height: 220px;
    background: #fff;
}

    .pl_desc h3 {
        margin: 0 0 10px;
        color: #3b9bd6;
        width: 100%;
        float: left;
        font-family: "anagomedium";
        font-size: 28px;
    }

    .pl_desc span {
        color: #575b63;
        width: 100%;
        float: left;
        font-family: "anagobook";
        font-size: 18px;
        margin-bottom: 30px;
    }

.pl_image {
    width: 100%;
    float: left;
    max-height: 165px;
    overflow: hidden;
}

.wwdo_itm:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.40);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.40);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.40);
}

.lisubdivsquareborder:after {
    content: " ";
    width: 0;
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #f13434;
    right: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.lisubdivsquareborder:before {
    content: " ";
    width: 0;
    position: absolute;
    top: 0;
    height: 1px;
    background: #f13434;
    left: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.wwdo_itm:before {
    content: " ";
    width: 1px;
    position: absolute;
    bottom: 0;
    height: 0;
    background: #f13434;
    left: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 10;
}

.wwdo_itm:after {
    content: " ";
    width: 1px;
    position: absolute;
    top: 0;
    height: 0;
    background: #f13434;
    right: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.wwdo_itm:hover:before {
    height: 100%;
}

.wwdo_itm:hover:after {
    height: 100%;
}

.wwdo_itm:hover .lisubdivsquareborder:before {
    width: 100%;
}

.wwdo_itm:hover .lisubdivsquareborder:after {
    width: 100%;
}
/* End updated what we do design */
.about_page .sht_ldesc &gt; p {
    font-size: 19px;
    line-height: 25px;
}
</pre></body></html>