@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;800;900&family=Play:wght@400;700&display=swap');
@import url("menu.css");

:focus,
:active,
:link,
button {
    border: none;
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.clear {
    margin: 0;
    padding: 0;
    clear: both;
}

body {
    overflow-x: hidden;
    font-family: 'Roboto Slab', serif;
    /* font-family: 'Varela Round', sans-serif !important; */
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    letter-spacing: 1.3px;
}

.slow {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

ul {
    margin: 0;
    padding: 0 0 0 18px;
    list-style: disc;
}

li {
    color: #464646;
    font-weight: 400;
    /*  letter-spacing: 1px; */
    font-size: 15px;
    line-height: 18px;
}

p {
    color: #464646;
    font-weight: 400;
    /*  letter-spacing: 1px; */
    font-size: 15px;
    line-height: 26px;
}

section {
    padding: 100px 0;
}

a:hover {
    text-decoration: none;
}

header {
    z-index: 1000;
    position: relative;
    width: 100%;
}

header.sticky {
    background-color: #179294;
    box-shadow: 0 8px 28px 2px rgba(0, 0, 0, 0.12);
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    /* width: 100%; */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

header .logo {
    margin: 0 !important;
    padding: 0;
    cursor: pointer;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}

header .logo img {
    border: 0;
}

.desktop_header {
    display: inline-block;
    /* position: absolute; */
    /* text-align: center; */
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
}

.mobile_header {
    display: none;
}

.main-menu {
    float: left;
}

header .main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

header nav .main-menu ul li {
    float: left;
    padding: 37px 12px;
}

header nav .main-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 10px;
    line-height: 20px;
}

header nav .main-menu ul li.active a {
    color: #fff;
    padding: 5px 10px;
    background: #b7410e;
}

header nav .main-menu>ul>li>a:hover {
    color: #fff;
    padding: 5px 10px;
    background: #b7410e;
}

header nav .main-menu ul li ul {
    display: none;
    position: absolute;
    background: #000;
    margin: 15px 0 0 0;
}

header nav .main-menu ul li:hover ul {
    display: block;
}

header nav .main-menu ul li ul li {
    cursor: pointer;
    float: none;
    padding: 0px;
    display: block;
    width: 100%;
    min-width: 220px;
}

header nav .main-menu ul li ul li a,
header nav .main-menu ul li.active ul li a {
    padding: 12px 8px;
    color: #bbbbbb;
    display: block;
    width: 100%;
}

.desktop_header.sticky nav .main-menu ul li ul li {
    padding: 0;
    line-height: normal;
}

header nav .main-menu ul li ul li:hover {
    background-color: #ea5e20;
    ;
}

header nav .main-menu ul li ul li:hover a {
    background-color: #ea5e20;
    ;
}

header nav .main-menu ul li ul li a:hover {
    color: #fff;
}

header nav .main-menu ul li a.register_btn {
    color: #fff;
    padding: 13px 20px;
    background-color: #009bdc;
    -webkit-border-radius: 60px;
    -khtml-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

header nav .main-menu ul li a.register_btn:hover {
    color: #fff;
    background-color: #7ebd96;
}

header nav .main-menu ul li a.paynow_btn {
    color: #ea5e20;
    padding: 10px;
    background-color: #000;
    margin-left: 5px;
    color: #fff;
}

header nav .main-menu ul li a.paynow_btn:hover {
    color: #fff;
    background-color: #ea5e20;
    ;
}

header nav .main-menu ul li a.paynow_btn .fa {
    font-size: 16px;
}

.ct-video-player .ct-video-image {
    height: 680px;
}

.ct-video-player .ct-video-image {
    position: relative;
}

.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/*.ct-video-player .ct-video-image:before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0,0,0,.25);

}*/

.ct-video-player {
    position: absolute;
    z-index: 1;
    right: 10%;
}

.ct-video-player .ct-video-button:hover:before,
.ct-video-player .ct-video-button:focus:before {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.animate-time3 .wow {
    animation-delay: .3s;
}

.ct-video-player .ct-video-title {
    font-size: 272px;
    font-weight: 900;
    position: absolute;
    bottom: -41px;
    left: -300px;
    line-height: 1;
    color: #fff;
    text-shadow: 0 28px 47px rgba(7, 8, 83, .24);
    -webkit-text-shadow: 0 28px 57px rgba(7, 8, 83, .29);
}

.ct-video-player .ct-video-title span {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.ct-header-image {
    position: absolute;
    top: 10px;
    left: 10px;
}

.item--sub-title.line-style2 {
    padding-left: 60px;
    padding-right: 0;
    padding-bottom: 5px;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}

.item--sub-title.line-style2:before {
    left: 7px;
}

.item--sub-title.line-style2:before,
.item--sub-title.line-style3:before {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #009bdc;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: -3px;
}

.item--title {
    font-size: 55px;
    line-height: 84px;
    letter-spacing: -2px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
    margin: 10px 0 0 0;
}

.item--title cite {
    font-style: normal;
    color: #7cbf98;
}

.banner_content h5 {
    font-size: 24px;
    margin: 5px 0 20px;
    color: #cfcff7;
    font-weight: 400;
    line-height: 34px;
}

.banner_content {
    margin: 60px 0 0 0;
    padding-right: 22px;
    max-width: 680px;
}

.banner_content h4 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 1.3px;
    margin: 10px 0 10px;
    color: #fff;
    /* font-family: 'PT Sans', sans-serif; */
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 38px;
}

.sbtn {
    margin: 15px 18px 0 0;
}

.btn_sli {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 2px 44px;
    line-height: 60px;
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms;
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    -webkit-border-radius: 60px;
    -khtml-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: none;
    background-color: #009bdc;
    -webkit-box-shadow: 0 15px 21px rgba(0, 155, 220, .39) !important;
    -khtml-box-shadow: 0 15px 21px rgba(0, 155, 220, .39) !important;
    -moz-box-shadow: 0 15px 21px rgba(0, 155, 220, .39) !important;
    -ms-box-shadow: 0 15px 21px rgba(0, 155, 220, .39) !important;
    -o-box-shadow: 0 15px 21px rgba(0, 155, 220, .39) !important;
    box-shadow: 0 15px 21px rgba(0, 155, 220, .39) !important;
}

.btn_sli span {
    padding-left: 5px;
}

.bordernow {
    background-color: transparent;
    border: 2px solid #000;
    line-height: 56px;
    color: #000;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    padding: 20px 35px;
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms;
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    -webkit-border-radius: 60px;
    -khtml-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    position: relative;
    text-align: center;
    cursor: pointer;
    margin-left: 20px;
}

.bordernow span {
    padding-left: 5px;
}

.ct-overlay-particle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ct-overlay-particle #ct_overlay_particle-07118a10 {
    left: 9%;
    top: 19%;
}

.ct-overlay-particle .shape-animate1 {
    animation: animationFramesTwo 12s infinite linear alternate;
}

.ct-overlay-particle div {
    position: absolute;
    top: 0;
    left: 0;
}

.ct-overlay-particle #ct_overlay_particle-07118a11 {
    left: 45%;
    top: 0%;
}

.ct-overlay-particle #ct_overlay_particle-07118a12 {
    left: 23%;
    top: 84%;
}

.ct-overlay-particle #ct_overlay_particle-07118a13 {
    left: 13%;
    top: 75%;
}

.ct-overlay-particle .shape-animate2 {
    animation: animationFramesOne 15s infinite linear alternate;
}

.ct-overlay-particle .shape-animate3 {
    animation: animationFramesOne 12s infinite linear alternate;
}

.ct-overlay-particle .shape-animate4 {
    animation: animationFramesFour 12s infinite linear alternate;
}

.ct-overlay-particle div {
    position: absolute;
    top: 0;
    left: 0;
}

.banner_body {
    position: relative;
    padding-bottom: 30px;
    min-height: 500px;
    z-index: 100;
}

.animate-time3 .wow {
    animation-delay: .3s;
}

.abt-body {
    padding: 230px 0 0 0;
}

.right_section {
    float: right;
}

.section-title {
    margin-bottom: 70px;
}

.section-title h2 {
    font-size: 50px;
    font-weight: 700;
    color: #000;
}

.text-center {
    text-align: center;
}

.section-title .title {
    padding-bottom: 5px;
    display: inline-block;
    padding-left: 67px;
    padding-right: 67px;
    font-size: 20px;
    font-weight: 600;
    color: #676767;
    position: relative;
}

.section-title .title:before,
.section-title .title:after {
    content: '';
    width: 55px;
    height: 3px;
    background-color: #009bdc;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: -3px;
}

.section-title .title:before {
    left: 0;
}

.section-title .title:after {
    right: 0;
}

.ex_committee {
    padding: 0 60px;
}

.ex_committee_img {
    background: #efefef;
}

.ex_committee_content h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.ex_committee_content h4 {
    font-weight: 400;
}

.committeemain .carousel {
    position: inherit;
}

.committeemain .carousel-inner {
    position: inherit;
    overflow: hidden;
    width: 100%;
}

.cbicontent {
    margin: 0 0 30px;
}

.cbicontent ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cbicontent ul li {
    float: left;
    width: 33.333%;
}

.cbicontent h2 {
    font-size: 45px;
    position: relative;
    font-weight: 700;
    margin: 0 0 0;
    padding-bottom: 40px;
}

.cbicontent h2:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 150px;
    height: 1px;
    left: 0;
    background-color: #ddd;
}

.cbicontent h2:before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 50px;
    height: 3px;
    left: 0;
    background-color: #000;
    transition: left .7s;
}

.cbicontent .item {
    float: left;
    width: 100%;
}

.ctabimg {
    height: 100px;
    width: 100px;
    background-size: cover;
    margin: 0 auto;
    margin-bottom: 12px;
    background-color: #f7f7f7;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    background-position: top center;
}

.ctabtext h4 {
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: 3px;
    font-weight: 600;
    color: #000;
}

.ctabtext p {
    font-size: 13px;
    line-height: 20px;
    color: #000;
    padding-left: 10px;
}

.committeebdy .carousel-indicators li {
    width: 80px;
    height: 80px;
    background-size: cover;
    border: 2px solid #9e9e9e;
    margin: 0 10px 10px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
}

.committeebdy .committeetab ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.clsbdy .committeetab ul li.active,
.committeetab ul li:hover {
    border-color: #009bdc;
    color: #009bdc;
}

.committeebdy .committeetab ul li {
    line-height: normal;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    margin: 0 0 0 15px;
    padding: 0 0 20px 0;
    display: flex;
    flex-wrap: nowrap;
    /*transform: scale(1);*/
}

.committeemain .carousel-inner {
    position: inherit;
    overflow: hidden;
    width: 100%;
}

.committeemain .carousel-indicators {
    position: inherit;
    left: inherit;
    z-index: 15;
    width: inherit;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
    left: 0px;
    margin: 30px 0 0 0;
}

.clsbdy {
    padding-left: 50px;
}

.committeembdy {
    position: relative;
    padding: 0 0 100px;
}

#author .box-author {
    position: relative;
    max-width: 80%;
}

.mapbdy {
    width: 280px;
    height: 350px;
    float: left;
    margin: 35px 0 0 0;
    border: 7px solid #eaeaea;
}

.contact-summary {
    float: left;
    width: 445px;
    margin: 25px 0 0 20px;
}

.contact-summary .summary_box {
    text-align: center;
    padding: 10px 15px;
}

.contact-summary .summary_box .icon {
    color: #fff;
    background: #5cc187;
    margin: 0px 20px 20px auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    float: left;
    border-radius: 50%;
}

.contact-summary .summary_box h6 {
    color: #000;
    text-align: left;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
}

.contact-summary .summary_box p {
    color: #8e8e8e;
    text-align: left;
    margin-left: 70px;
    line-height: 22px;
}

.crboxbdy {
    background: -webkit-linear-gradient(132deg, #fdfdfd70 0%, #ecececa1 100%);
    background: -moz-linear-gradient(132deg, #fdfdfd70 0%, #ecececa1 100%);
    background: -ms-linear-gradient(132deg, #fdfdfd70 0%, #ecececa1 100%);
    background: -o-linear-gradient(132deg, #fdfdfd70 0%, #ecececa1 100%);
    background: linear-gradient(132deg, #fdfdfd70 0%, #ecececa1 100%);
    margin-top: 0px;
    margin-bottom: 50px;
    padding: 30px 30px 35px 30px;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    z-index: 5;
}

.crboxbdy h2 {
    margin: 5px 0 20px;
    color: #009bdc;
    font-size: 40px;
}

.fldtext {
    height: 50px;
    margin-bottom: 25px;
    background-color: #fbfbfb;
    color: rgba(74, 74, 82, 0.25);
    border: 1px solid;
    display: block;
    margin: 0 0 15px;
    padding: 15px 30px;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 2.5em;
}

.sendbtn {
    background: #009bdc;
    /* padding: 15px 40px; */
    border: none;
    color: #fff;
    border-radius: .25rem;
    font-size: 15px;
    cursor: pointer;
    border-radius: 2.5em;
    width: 100%;
    /* padding: 15px 30px; */
    height: 50px;
    line-height: 50px;
}

.message_box {
    border: solid 8px #80bc93;
    position: relative;
}

.message_popup_body {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #fff;
}

.message_popup_body .popup_inr_body {
    height: 100%;
    width: 100%;
    overflow: auto;
    padding: 15px;
}

.message_popup_body .popup_close {
    position: absolute;
    right: 20px;
    background: transparent;
    color: #000;
    top: 0;
    font-size: 20px;
    cursor: pointer;
}

.message_box2 {
    margin-bottom: 20px;
}

.message_box2 .message2_member {
    overflow: hidden;
    margin: 0 0px 5px 0;
}

.message_box2 .message2_member .member_img {
    float: left;
    margin: 0 7px 0px 0;
}

.message_box2 .message2_member .member_img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: solid 1px rgba(0, 0, 0, 0.15);
}

.message_box2 .message2_member .member_details {
    float: left;
}

.message_popup_body .message_box2 .message2 p {
    margin-bottom: 0px;
    font-size: 15px;
    height: 100%;
    overflow: hidden;
}

.message_popup_body .popup_inr_body::-webkit-scrollbar-thumb {
    background: #df2025;
}

.mess-tab {
    margin: 0 0 40px 0;
}

.mess-tab-left {
    float: left;
}

.mess-tab-text {
    overflow: hidden;
    zoom: 1;
}

.mess-tab-img {
    margin-right: 30px;
}

.white-color {
    color: #fff !important;
}

.messtab-box h3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
}

.messtab-box h4 {
    font-size: 16px;
    color: #464646;
    line-height: 26px;
    font-weight: 400;
    margin-top: 0;
}

.messtab-box h5 {
    margin-bottom: 16px;
    font-size: 17px;
    font-weight: 400;
    margin-top: 0;
    color: #adadad;
}

.bg-gray-100 {
    background-color: #F7F6F9;
    /* padding-top: 170px;
    padding-bottom: 240px; */
}

.abt_section h2 {
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 36px;
}

.abt_section h4 {
    font-size: 21px;
    line-height: 28px;
    color: #000080;
    margin-bottom: 25px;
}

.wel_box {
    margin-top: 20px;
}


/* .box-author {

    position: relative;

    max-width: 80%;

}

 */

.shadow-3 {
    box-shadow: 0 5px 50px rgba(41, 48, 67, 0.08);
}

.box-author-signature {
    width: 58.8%;
    position: absolute;
    margin: 0;
    bottom: -30px;
    right: 0;
    transform: translate(24.5%, 45%);
}

.career_left .heading-1 {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 50px;
    float: left;
    width: 100%;
}

.rpbdy ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rpbdy ul li {
    float: left;
    width: 100%;
    background: #060606;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    border-radius: 5px;
    padding: 20px 35px 34px 15px;
    overflow: hidden;
    line-height: 18px;
    margin-top: 20px;
    color: #fff;
    cursor: pointer;
}

.rpbdy ul li.active {
    background: #000080;
}

.box-1 figure {
    float: left;
    margin: 0 7px 0 0;
}

.extra-wrap {
    overflow: hidden;
    display: block;
    margin: 15px 0 0 0;
}

.accombdytab h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.righttab h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.career_btn {
    margin: 50px 0 0 0;
}

.tab_list {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
}

.tab_list li {
    background: url(../images/tab_list.png) left top repeat-x;
    padding: 21px 0 0px 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #254b78;
    position: relative;
}

.tab_list li:first-child:after {
    top: 6px;
}

.tab_list li:after {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/marker-1.png) left top no-repeat;
    left: -2px;
    top: 26px;
    position: absolute;
}

.style-3 {
    font-size: 19px;
    color: #000;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 10px;
}

.tab_list li:first-child {
    background: none;
    padding-top: 0;
}

.tab_list p {
    color: #000080;
}

.contri_img {
    float: right;
    margin-top: 20px;
}

.contri_img img {
    box-shadow: 0 0 20px 5px rgba(0, 54, 121, .3);
    display: inline-block;
    border: 10px solid #fff;
    width: 100%;
}

.cimg img {
    border: 10px solid #179294;
}

.contri-body {
    background: #f6f5f8;
    padding: 80px 0 100px;
}

.contri_left .contri_img {
    float: left;
    margin-top: 20px;
}

.margin_top60 {
    margin-top: 80px;
}

.service-1 {
    border: 2px solid #f7faff;
    min-height: 780px;
    margin-bottom: 40px;
}

.service-1 .image-1 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.service-1 .image-1 img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .9s;
}

.service-1 .overlay-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(39, 47, 91, .9);
}

.txt-inner {
    padding: 15px;
}

.txt-inner h3 {
    line-height: 30px;
}

.contri_btn {
    background: #b7410e;
    padding: 15px 30px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 35px;
    float: left;
}

.contri_btn:hover {
    color: #fff;
}

.service-2 {
    min-height: auto !important;
}

.hlogo {
    display: none;
}

.desktop_header.sticky .hlogo {
    display: block;
}

.main-footer {
    background-color: #000;
    padding-bottom: 25px;
    position: relative;
    padding: 0px 0px 15px;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.main-footer .footer-bottom {
    position: relative;
    text-align: center;
    padding: 25px 0px 0px;
}

.copyright {
    color: #fff;
}

.career_left p {
    text-align: justify;
}

.apq_box_top {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #464646;
    margin-top: 40px;
}

.apq_box_top span {
    font-size: 48px;
    font-weight: 700;
    color: #000080;
}

.accombdytab p {
    text-align: justify;
}

.bg-image {
    background-size: cover;
    background-position: top center;
}

@keyframes moveFromBottom {
    from {
        transform: translateY(800px)
    }
}

.cssanimation,
.cssanimation {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg)
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        transform: translate(111px, 72px) rotate(72deg)
    }

    60% {
        transform: translate(93px, 122px) rotate(108deg)
    }

    80% {
        transform: translate(-70px, 72px) rotate(124deg)
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(111px, 72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(124deg)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg)
    }
}

@keyframes animationFramesTwo {
    0% {
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg) scale(.9)
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg) scale(1)
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg) scale(1.2)
    }

    80% {
        transform: translate(-40px, 72px) rotate(104deg) scale(1.1)
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(.9)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(104deg) scale(1.1)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@keyframes animationFramesThree {
    0% {
        transform: translate(165px, -179px)
    }

    100% {
        transform: translate(-346px, 617px)
    }
}

@-webkit-keyframes animationFramesThree {
    0% {
        -webkit-transform: translate(165px, -179px)
    }

    100% {
        -webkit-transform: translate(-346px, 617px)
    }
}

@keyframes animationFramesFour {
    0% {
        transform: translate(-300px, 151px) rotate(0deg)
    }

    100% {
        transform: translate(251px, -200px) rotate(180deg)
    }
}

@-webkit-keyframes animationFramesFour {
    0% {
        -webkit-transform: translate(-300px, 151px) rotate(0deg)
    }

    100% {
        -webkit-transform: translate(251px, -200px) rotate(180deg)
    }
}

@keyframes animationFramesFive {
    0% {
        transform: translate(61px, -99px) rotate(0deg)
    }

    21% {
        transform: translate(4px, -190px) rotate(38deg)
    }

    41% {
        transform: translate(-139px, -200px) rotate(74deg)
    }

    60% {
        transform: translate(-263px, -164px) rotate(108deg)
    }

    80% {
        transform: translate(-195px, -49px) rotate(144deg)
    }

    100% {
        transform: translate(-1px, 0px) rotate(180deg)
    }
}

@-webkit-keyframes animationFramesFive {
    0% {
        -webkit-transform: translate(61px, -99px) rotate(0deg)
    }

    21% {
        -webkit-transform: translate(4px, -190px) rotate(38deg)
    }

    41% {
        -webkit-transform: translate(-139px, -200px) rotate(74deg)
    }

    60% {
        -webkit-transform: translate(-263px, -164px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-195px, -49px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(-1px, 0px) rotate(180deg)
    }
}

@keyframes animationFramesSix {
    0% {
        transform: translate(31px, -45px) rotate(0deg)
    }

    21% {
        transform: translate(4px, -80px) rotate(19deg)
    }

    41% {
        transform: translate(-70px, -100px) rotate(36deg)
    }

    60% {
        transform: translate(-133px, -84px) rotate(54deg)
    }

    80% {
        transform: translate(-98px, -24px) rotate(72deg)
    }

    100% {
        transform: translate(-1px, 0px) rotate(180deg)
    }
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

@keyframes item_rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes item_rotate_child {
    0% {
        -webkit-transform: rotate(-160deg);
        -moz-transform: rotate(-160deg);
        -o-transform: rotate(-160deg);
        transform: rotate(-160deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}


/* ===================================

//////////Bamnner Section\\\\\\\\\\\\\

====================================== */

.banner_content h2 {
    font-size: 42px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    /* margin: 20px 0 0 55px;  */
    margin: 20px 0 0 0px;
}

.slidericon {
    margin-left: -55px;
    margin-top: -10px;
}

.banner_content p.small-text {
    color: #fff;
    font-size: 33px;
    font-family: 'Crimson Text', serif;
    font-weight: 500;
    border-bottom: thin solid #fff;
    width: 71%;
    padding-bottom: 17px;
    line-height: 35px;
}

.banner-bottom-con {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 80px;
    max-width: 800px;
}

.brn-glass .banner-bottom-con,
.brn-fiber .banner-bottom-con,
.brn-patent .banner-bottom-con {
    display: flex;
    justify-content: space-between;
    position: relative;
    bottom: unset;
    max-width: 800px;
}

.banner-bottom-con p.small {
    font-size: 15px;
}

.banner-bottom-con p {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    font-family: 'Crimson Text', serif;
}

.banner-bottom-con .list {
    margin-right: 50px;
    padding-top: 10px;
    border-top: 2px solid #ccc;
    width: 50%;
}

.ct-video-player .img-cont {
    position: relative;
    -webkit-box-shadow: 0px 6px 18px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 6px 18px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 6px 18px 1px rgba(0, 0, 0, 0.4);
}

.ct-video-player .img-cont h2.author-name {
    position: absolute;
    bottom: 55px;
    margin: 0;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    text-align: center;
}

.banner-bottom-con.pub {
    flex-wrap: wrap;
}

.banner-bottom-con.pub .list {
    max-width: 46%;
    flex-basis: 46%;
    margin-right: 0;
}


/* ===================================

//////////welcome Section\\\\\\\\\\\\\

====================================== */

.welcome-section h3 {
    font-weight: 600;
    color: #000000;
}

.welcome-section ul li {
    margin-bottom: 10px;
}

.welcome-section ul li:last-child {
    margin-bottom: 0;
}

.welcome-section ul {
    margin-top: 15px;
}


/* Progress bar */

.wrapper {
    width: 400px;
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    margin: 0 auto;
}

.skill {
    margin-bottom: 0;
    position: relative;
    overflow-x: hidden;
    margin-top: 25px !important;
}

.skill>p {
    font-size: 18px;
    font-weight: 700;
    color: #1a1716;
    margin: 0;
    line-height: 40px;
}

.skill:before {
    width: 100%;
    height: 5px;
    content: "";
    display: block;
    position: absolute;
    background: #c1c1c1;
    bottom: 0;
}

.skill-bar {
    width: 100%;
    height: 5px;
    background: #00b0b4;
    display: block;
    position: relative;
}


/* SKILL 1 */

.skill1 {
    width: 95%;
}

.skill-bar span {
    position: absolute;
    border-top: 5px solid transparent;
    top: -30px;
    padding: 0;
    font-size: 18px;
    padding: 3px 0;
    font-weight: 500;
}

.skill-bar {
    position: relative;
}

.skill1 .skill-count1 {
    right: 0;
}


/* SKILL 2 */

.skill2 {
    width: 85%;
}

.skill2 .skill-count2 {
    right: 0;
}


/* SKILL 3 */

.skill3 {
    width: 75%;
}

.skill3 .skill-count3 {
    right: 0;
}


/* SKILL 4 */

.skill4 {
    width: 65%
}

.skill4 .skill-count4 {
    right: 0;
}


/* SKILL 5 */

.skill5 {
    width: 50%;
}

.skill5 .skill-count5 {
    right: 0;
}


/* SKILL 6 */

.skill6 {
    width: 90%
}

.skill6 .skill-count6 {
    right: 0;
}


/* SKILL 7 */

.skill7 {
    width: 80%
}

.skill7 .skill-count7 {
    right: 0;
}


/* GITHUB SOURCE STYLE  */

.github-source {
    float: right;
    display: block;
    color: #fff;
    margin: 0 20px;
    position: relative;
    z-index: 999999;
    top: 0;
}

.github-source i {
    font-size: 50px;
    color: #000
}


/* end */

.desktop_header.sticky nav .main-menu ul li {
    padding: 16px 22px;
    line-height: 38px;
}

section#author-new {
    padding: 0 0;
}

section#author-new .flex-wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

section#author-new .flex-wrap .box {
    width: 50%;
}

section#author-new .flex-wrap .box.right {
    width: 60%;
}

section#author-new .flex-wrap .box.left {
    width: 40%;
}

section#author-new .box-author {
    width: 100%;
    background: url(../images/srv1.jpg) center no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 500px;
    position: relative;
}

#nextMdly {
    display: none !important;
}

#previousMdly {
    display: none !important;
}

section#author-new .rotitle.valign {
    /* position: absolute; */
    top: 0;
    bottom: 0;
    right: 0;
    /* 	width: 120px; */
    /* background: #b7410e; */
    color: #fff;
    z-index: 7;
}

section#author-new .rotitle.valign h3 {
    font-size: 30px;
    margin: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase;
    letter-spacing: 15px;
    position: absolute;
    top: 46%;
    left: -39%;
}

section#author-new .list-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

section#author-new .box.right .wrap {
    max-width: 800px;
    padding: 15px 20px;
    position: relative;
}

section#author-new .box.right .wrap::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    background: #00b0b4;
    color: #fff;
    z-index: -1;
}

section#author-new1 .box.right .wrap::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    background: #00b0b4;
    color: #fff;
    z-index: -1;
}

section#author-new .list-item:last-child {
    margin-bottom: 0;
}

section#author-new .list-item span {
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 700;
    opacity: .5;
    display: inline-block;
    color: #fff;
    min-width: 60px;
}

section#author-new .list-item .cont {
    vertical-align: middle;
    padding-left: 70px;
}

section#author-new .list-item .cont h6 {
    margin-bottom: 15px;
    text-transform: uppercase;
    /*  letter-spacing: 1px; */
}

section#author-new .list-item .cont h6 {
    color: #000000;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
}

section#author-new .list-item .cont h6 a:hover {
    color: #b7410e;
}

#author-new .list-item p {
    font-size: 15px;
    font-weight: 400;
    color: #464646;
    line-height: 2;
    margin: 0;
}

.col-lg-4.col-md-4.wel_box:nth-child(2) .skill {
    margin-top: 17px !important;
}


/* Tabs */

ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-right: 0;
}

ul.tabs .img {
    max-width: 120px;
    margin: auto;
}

ul.tabs li {
    float: none;
    font-weight: bold;
    margin-right: 2px;
    /* padding: 8px 10px; */
    /* border-radius: 5px 5px 5px 5px; */
    cursor: pointer;
    /* width: 200px; */
    height: 200px;
    padding: 80px 10px;
    text-align: center;
    margin: auto;
    border-right: 1px solid #ccc;
    width: 33.33%;
}

ul.tabs li:nth-child(1),
ul.tabs li:nth-child(2),
ul.tabs li:nth-child(3) {
    border-bottom: 1px solid #ccc;
}

section.affiliation-section {
    padding-left: 15px;
    padding-right: 15px;
}


/*   ul.tabs li:hover,

  ul.tabs li.active {

    background-color: #08E;

  } */

ul.tabs li a {
    text-decoration: none;
    color: #000;
}

.tab-content {
    padding: 20px 5%;
    border: none;
    background-color: #FFF;
}

.affiliation-section .flex-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.affiliation-section .flex-wrap .box {
    width: 50%;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

ul.tabs li:nth-last-child(-n+3) {
    border-top: 1px solid #ccc;
}


/* ul.tabs li.current{

    background: #ededed;

    color: #222;

} */

.tab-content {
    display: none;
}

.tab-content.current {
    display: inherit;
}

.tab-content p {
    font-size: 16px;
    line-height: 18px;
}

p.bottom-text {
    margin-top: 50px;
    padding: 15px;
}

.affiliation-section .tabs .item .link {
    display: none;
}

.affiliation-section .tabs .item:hover .link {
    display: block;
    text-align: center;
    width: 100%;
}

.affiliation-section .tabs .item img {
    transition: all 2s ease-out;
}

.affiliation-section .tabs .item:hover .img {
    display: none;
}


/* contribution page */

section.contribution-section {
    padding: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 5;
}

ul.resetStyle {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

ul.resetStyle li.list-box {
    position: relative;
    display: block;
    height: 100%;
    width: 7%;
    background: #ccc;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 40px 20px;
}

ul.resetStyle li.list-box:hover {
    width: 32%;
}

ul.resetStyle li.list-box .rotated-title {
    position: absolute;
    /* left: 30px; */
    bottom: 50px;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: normal;
    width: 60px;
    color: rgba(0, 0, 0, 1);
    white-space: nowrap;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    /* text-transform: uppercase; */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.header_contribution {
    background: #179294;
}

ul.resetStyle li.list-box .bg-icon {
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 40px;
    top: 0px;
    /*  font-family: 'JosefinSans', sans-serif; */
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 80px;
}

ul.resetStyle li.list-box:nth-child(odd) {
    background: #fcb355;
}

ul.resetStyle li.list-box:nth-child(even) {
    background: #b7410e;
}

ul.tabs li a:hover {
    color: #b7410e;
}

ul.resetStyle li.list-box .hide-cont {
    display: none;
    margin-top: 0px;
}

ul.resetStyle li.list-box:hover .hide-cont {
    display: block;
}

ul.resetStyle li.list-box:hover .rotated-title {
    display: none;
}

.contribution-background {
    background: url(../images/contri.jpg) no-repeat center bottom;
    background-size: cover;
    height: 100vh;
    width: 70%;
    position: relative;
}

.contribution-background .content-left {
    position: absolute;
    bottom: 30px;
    left: 30px;
    max-width: 600px;
    z-index: 99;
}

.contribution-background .content-left h4 {
    font-size: 30px;
    margin: 0 !important;
    color: #b7410e;
}

.contribution-background .content-left h2 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}

a.button {
    display: inline-block;
    background: #b7410e;
    text-transform: capitalize;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff;
}

.contribution-background a.button {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 9;
}

.hide-cont h2 {
    font-size: 24px;
    font-weight: 600;
    text-shadow: none;
    color: #000;
    line-height: 30px;
}

.hide-cont p {
    color: #222;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 22px;
}

.contribution-section.section2 {
    position: absolute;
    left: 0;
    width: 100%;
}

.contribution-section.section2 ul.resetStyle {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.contribution-background.background-2 {
    position: relative;
    float: right;
    background: url(../images/fiverbg1.jpg) no-repeat center bottom;
    background-size: cover;
}

.contribution-background.background-2 .content-left {
    position: absolute;
    bottom: 50px;
    right: 30px;
    max-width: 600px;
    left: auto;
}

.contribution-background.background-2 h2 {
    text-align: right;
}

.contribution-background.background-2 a.button {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 9;
    left: auto;
}


/* ==============================================

//////////////// patent-page \\\\\\\\\\\\\\\\\\\\

================================================= */

section.patent-section {
    padding: 150px 0 100px;
}

.patent-section ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start !important;
    border-right: 0;
}

.patent-section ul.tabs li {
    float: none;
    font-weight: bold;
    margin-right: 0;
    cursor: pointer;
    height: auto;
    padding: 15px;
    text-align: center;
    margin: 0;
    width: auto;
    margin-right: 10px;
    background: #ccc;
    color: #333;
    border: none;
}

.patent-section ul.tabs li:hover,
.patent-section ul.tabs li.current {
    background: #ea5e20;
    color: #000;
}

.patent-section ul.tabs {
    border: none;
}

.patent-section ul.tabs li:last-child {
    margin-right: 0;
}

.patent-section ul.tabs li h2 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.patent-section .tab-content {
    padding: 0;
    border: none;
    background-color: #FFF;
}

.patent-section .list-box {
    display: flex;
    justify-content: space-between;
    padding: 35px 0;
    border-bottom: 2px solid #ccc;
    align-items: center;
}

.patent-section .information-wrap {
    display: flex;
    justify-content: space-between;
    flex-basis: 100%;
}

.patent-section .information-wrap .title-wrap {
    padding-left: 30px;
    border-left: 2px solid #ccc;
    margin-right: 30px;
    max-width: 60%;
    flex-basis: 60%;
}

.patent-section .information-wrap .descrive-wrap {
    padding-right: 30px;
    border-right: 2px solid #ccc;
    max-width: 40%;
    flex-basis: 40%;
}

.date-wrap {
    flex-basis: 25%;
}

.button-wrap {
    flex-basis: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    margin-left: 0;
    flex-direction: column;
}

.event-date {
    font-weight: bold;
    margin-top: 0;
    font-size: 18px;
    color: #000;
}

h4.event-time {
    color: #ea5e20;
}

.title-wrap h2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.button-wrap {
    display: flex;
    align-items: center;
}

.button-wrap a {
    font-size: 20px;
    color: #ea5e20;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-right: 25px;
    transition: all 0.5s ease-out;
}

.button-wrap a:hover {
    color: #222;
    padding-right: 40px;
}

.button-wrap a:after {
    content: "\f061";
    display: inline-block;
    color: #ea5e20;
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
}

.button-wrap a:hover:after {
    color: #222;
}

.btn-wrap {
    text-align: center;
    margin-top: 30px;
}

.btn-wrap a.rounded-btn {
    padding: 15px 30px;
    background-color: #ea5e20;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.5s ease-out;
}

.btn-wrap a.rounded-btn:hover {
    background-color: #000;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    min-height: 50vh;
}

section.publication-section {
    padding: 200px 0 100px;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background: #eee;
    opacity: 1;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    color: #aaa;
    padding: 3px;
    box-sizing: border-box;
    text-align: center;
}

.swiper-pagination {
    position: absolute;
    text-align: left;
    z-index: 10;
    margin-top: 15px;
    bottom: 145px !important;
}

.content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.content-wrap .box {
    flex-basis: 50%;
}

.title-wrap {
    display: flex;
}

.title-wrap .current-num {
    font-size: 100px;
    font-weight: bold;
    opacity: .2;
    line-height: 100px;
}

.title-wrap .project-heading {
    padding-left: 15px;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 100px;
    color: #4b4b4b;
}

.content-wrap .right .date {
    color: #ea5e20;
    font-weight: 600;
    font-size: 13px;
    font-style: italic;
    margin: 6px 0 25px;
}

.content-wrap .right .project-desc {
    padding-right: 40px;
    max-width: 480px;
    font-weight: 400;
    color: #888;
}

.content-wrap .right {
    position: relative;
}

.content-wrap .right .project-read-more {
    color: #ea5e20;
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    top: 85px;
    right: -15px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.content-wrap .right .project-read-more a {
    color: #ea5e20;
}

.content-wrap .right .project-read-more a i {
    font-size: 10px;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
    margin-right: 3px;
    transform: rotate(90deg);
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ea5e20;
    color: #fff;
}

.content-wrap .right .project-desc:after {
    content: "";
    display: block;
    width: 85%;
    border-bottom: 2px solid #ea5e20;
    padding-bottom: 15px;
}

.flag-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.flag-text img {
    width: 85%;
}

.mainpartical {
    position: relative;
    background: #179294;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide {
    background: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
    background-image: url(../images/bg-piling6.jpg);
    /* float: left; */
    width: 100%;
    position: relative;
    padding-top: 150px;
    padding-bottom: 250px;
    position: relative;
    z-index: -1;
}

.DownloadBrochure {
    position: absolute;
    /* top: 100%; */
    bottom: 57%;
    left: 61%;
}

.slide-contact-address {
    color: #444;
}

.ccccbtn {
    height: 30px;
    width: 30px;
    margin-left: 15px;
    font-size: 24px;
    background-color: #ea5e20;
    color: #fff;
    -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, .56);
    -khtml-box-shadow: 0 5px 18px rgba(0, 0, 0, .56);
    -moz-box-shadow: 0 5px 18px rgba(0, 0, 0, .56);
    -ms-box-shadow: 0 5px 18px rgba(0, 0, 0, .56);
    -o-box-shadow: 0 5px 18px rgba(0, 0, 0, .56);
    box-shadow: 0 5px 18px rgba(0, 0, 0, .56);
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms;
    display: inline-block;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    z-index: 99;
    text-align: center;
    line-height: 70px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ccccbtn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(234, 94, 32, .8);
    border-radius: 50%;
    animation: pulse-border 1.5s ease-out infinite;
}

.ccccbtn svg {
    position: relative;
    z-index: 10;
    width: 35px;
    fill: #ea5e20;
}

.pp-scrollable {
    overflow-x: hidden;
    overflow-y: auto;
}

.slide6 .slide-bg>.inside {
    background-image: url(../images/bg-piling6.jpg);
}

.slide-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-position: 70% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide-bg,
.slide-bg>.inside {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-position: 70% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide6 h2,
.home-piling .slide6 .h2 {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.14;
    letter-spacing: -.125rem;
    margin-top: 50px;
}

.slide-contact-address {
    margin-bottom: 6.85185185vmin;
    font-size: 24px;
    color: #333;
    margin-bottom: 40px;
    line-height: 30px;
    font-weight: 400;
}

span.orange {
    color: #ea5e20;
}

.slide-contact-mail,
.slide-contact-phone {
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 30px;
}

.slide-contact-mail a {
    color: inherit;
    text-decoration: underline;
}

.slide-contact-phone {
    margin-bottom: 2.77777778vmin;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: normal;
}

a.phone-link {
    color: inherit;
    text-decoration: none;
    cursor: default;
}

.zindex {
    z-index: 1000;
    background: inherit;
}

.affilia_img {
    border: thin solid #1f5152;
    width: 100px;
}

.content .htit h4 {
    margin: 0;
    font-size: 34px;
    text-transform: uppercase;
    line-height: 40px;
    color: #000;
    font-weight: 700;
}

.mt50 {
    margin-top: 50px;
}

.mess-tab {
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
}

.mess-tab-left {
    float: left;
}

.mess-tab-img {
    margin-right: 30px;
}

.mess-tab-img img {
    width: 90px;
    height: 90px;
    padding-top: 5px;
}

.mess-tab-text {
    overflow: hidden;
    zoom: 1;
}

.messtab-box li {
    font-size: 16px;
    line-height: 28px;
}


/* .awards {
    padding: 100px 0 0 0;
} */

.awardstab {
    float: none;
    width: 100%;
    padding-left: 40px;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    min-height: 45px;
}

.awardstab_year {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    width: 120px;
    color: #000;
    z-index: 7;
    transform: translateY(-50%);
}

.awardstab_year h3 {
    font-size: 14px;
    margin: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase;
    position: absolute;
    top: -1px;
    left: 0;
    border-bottom: 2px solid #1f5152;
    font-weight: 700;
    padding-bottom: 10px;
}

.awardstab_content {
    font-size: 16px;
    line-height: 22px;
    padding: 0 20px;
}

.program_sub_tab_15FebHall ul li {
    width: calc(100%/6);
    padding: 15px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    float: left;
    background: rgba(232, 232, 232, 0.5);
    /* border-radius: 30px; */
}

.program_sub_tab_15FebHall ul li.active {
    background-color: #179294;
    color: #fff;
}

.program_sub_tab_15FebHall ul li:hover {
    background-color: #179294;
    color: #fff;
}

.tab_details_body {
    background: rgba(255, 255, 255, 0.8);
    padding: 25px 10px;
    margin: 10px 0 0 0;
    min-height: 320px;
}

.tab_details_body .session {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
}

.tab_details_body .session .icon {
    background: #ea5e20;
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    font-size: 32px;
    color: #fff;
    font-weight: 600;
}

.tab_details_body .session .icon:before {
    content: "";
    width: auto;
    height: auto;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    border: 3px solid #fff;
    background: transparent;
    border-radius: 50%;
}

.tab_details_body .session .icon:after {
    content: "";
    width: 60px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 1;
    background: #e1e1e1;
}

.container-fluid.max90-width {
    max-width: 70%;
    margin: auto;
}

.tab_details_body .session .session_details {
    display: block;
    width: calc(100% - 90px);
    margin-left: 124px;
    background: #fff;
    box-shadow: 0px 2px 2px #ccc;
    padding: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.tab_details_body .session .session_details .left {
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    width: 210px;
    float: left;
    border-right: 1px solid #ededed;
}

.tab_details_body .session .session_details .right {
    float: left;
    width: 74%;
}

.tab_details_body .session .session_details .right p {
    font-weight: 400;
    position: relative;
    color: #000;
    font-size: 17px;
    margin: 0 0 10px;
    padding-left: 25px;
}

.tab_details_body .session .session_details .right h3 {
    padding-left: 25px;
}


/* .tab_details_body .session .session_details .right p .left_q {
    font-weight: bold;
    font-size: 20px;
    margin-top: -10px;
    position: absolute;
    padding-right: 10px;
    left: 2px;
    top: 3px;
} */

.tab_details_body .session .session_details .right p .left_q,
.tab_details_body .session .session_details .right p .left_qr {
    display: none;
}

.tab_details_body .session .session_details .right h3 {
    font-weight: 400;
    color: #000;
    font-size: 15px;
    margin: 0;
    line-height: 22px;
}

.program_sub_tab_15FebHall {
    margin: 50px 0 0 20px;
}

.graycolor {
    background: #a2a2a2 !important;
    color: #fff;
    font-size: 24px !important;
}

.listboxdl {
    background: #adadad !important;
}

.listboxdll {
    background: #bfbfbf !important;
}

.listboxdlll {
    background: #cdcdcd !important;
}

.listboxdllll {
    background: #dedede !important;
}

.listboxdlllll {
    background: #eeeeee !important;
}

.awards .heading-1,
.affiliation-section .heading-1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 60px;
    float: left;
    width: 100%;
    line-height: 50px;
}

.cheading-1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    line-height: 50px;
}

.image-information {
    background: #fff;
    padding: 200px 0 100px;
    position: relative;
}

.image-information .flex-wrap.position {
    position: absolute;
    left: 0;
    width: 100%;
    /* z-index: 1; */
}

.image-information ul.tabs li p:after {
    width: 50px;
    height: 2px;
    background: #ccc;
    display: block;
    content: "";
    transition: all 0.4s ease-in-out;
}


/* .image-information .box.left img {
    border-radius: 15px;
} */

.image-information ul.tabs li.current p:after,
.image-information ul.tabs li:hover p:after {
    width: 100%;
    background: #b7410e;
}

.image-information ul.tabs li.current p {
    color: #b7410e;
}

.image-information .flex-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.image-information .flex-wrap .box {
    max-width: 40%;
    flex-basis: 40%;
}

.exp {
    padding-left: 40px;
}

.exp h2 {
    font-size: 70px;
    font-weight: 700;
}

.exp h4 {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
    position: relative;
}

.exp h4:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #b7410e;
    position: absolute;
    left: -40px;
    top: 45%;
}

.image-information ul.tabs {
    border: none;
}

.image-information ul.tabs li {
    float: none;
    font-weight: bold;
    cursor: pointer;
    height: auto;
    padding: 0;
    text-align: center;
    margin: auto;
    border: none;
    width: auto;
    margin: 0;
    margin-right: 10px;
}

.image-information ul.reset-style {
    list-style: none;
    padding: 0;
    margin: 0;
}

.image-information .tab-content {
    padding: 20px 0;
    border: none;
    background-color: #FFF;
}

.image-information ul li a {
    font-weight: 500;
    display: block;
    color: #717173;
    line-height: 25px;
    margin-bottom: 5px;
}

.image-information ul li p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
}

.image-information ul li {
    margin-bottom: 20px;
}

.image-information .section-heading {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 60px;
    width: 100%;
    margin-top: 0;
}

.image-information .box.right .tabs li p {
    margin-bottom: 5px !important;
    font-size: 15px;
    font-weight: bold;
}

.image-information .box.right p {
    margin-bottom: 20px;
    text-align: justify;
}

.tab_details_body .session .session_details .right p {
    display: inline-block;
    word-break: break-word;
}

.tab_details_body .session .session_details .right p:before {
    content: "";
    display: inline-block;
    background: url(../images/qimg.png);
    background-size: contain;
    width: 16px;
    height: 12px;
    position: absolute;
    left: 2px;
    top: 3px;
}

.tab_details_body .session .session_details .right p:after {
    content: "";
    display: inline-block;
    background: url(../images/qimgr.png);
    background-size: contain;
    width: 16px;
    height: 12px;
}


/* .right-panel-bar {
    position: fixed;
    background: #e8e8e8;
    right: 0;
    top: 0;
    padding: 15px;
    display: inline-table;
    z-index: 9999;
    width: 95px;
    height: 100%;
} */

.right-panel-bar {
    position: fixed;
    right: 0;
    top: 0;
    display: inline-table;
    z-index: 9999;
    height: 100%;
}

.alphabet-order .nav li {
    text-align: center;
    margin-bottom: 3px;
    cursor: pointer;
    font-size: 14px;
}

.alphabet-order .nav li.inactive {
    cursor: not-allowed;
    color: #ccc;
}

.alphabet-order .nav li:last-child {
    margin-bottom: 0;
}

.alphabet-order {
    margin-top: 60px;
}

.alphabet-order .nav li.active {
    color: #1f5152;
    font-weight: bold;
}

.image-information .flex-wrap .box.left {
    display: flex;
}

.imgone {
    position: relative;
    top: -20px;
}

.imgtwo {
    position: relative;
    bottom: -20px;
}

.image-information .flex-wrap .box.right {
    max-width: 45%;
    flex-basis: 45%;
}

.image-information .flex-wrap .box.left .box-image {
    padding: 0 15px;
}

.patent-container .alphabet-order ul.nav li.pub-icon {
    content: "";
    display: block;
    background: url('assets/images/granted.png');
    width: 40px;
    height: 40px;
}

.patent-container .alphabet-order ul.nav li.pub-icon {
    content: "";
    display: block;
    background: url('../images/granted.png') no-repeat center;
    width: 40px;
    height: 40px;
    background-size: cover;
    margin: auto;
}

.patent-container .alphabet-order ul.nav li.glass-icon {
    content: "";
    display: block;
    background: url('../images/glass.png') no-repeat center;
    width: 40px;
    height: 40px;
    background-size: cover;
    margin: auto;
}

.Fiber-icon {
    content: "";
    display: block;
    background: url('../images/fiber.png') no-repeat center;
    width: 40px;
    height: 40px;
    background-size: cover;
    margin: auto;
}

.patent-container .alphabet-order ul.nav li {
    content: "";
    display: block;
    background-size: 80% !important;
    margin: auto;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.patent-container .alphabet-order ul.nav li.aus {
    background: url('../images/australia1.png');
}

.patent-container .alphabet-order ul.nav li.cana {
    background: url('../images/canada1.png');
}

.patent-container .alphabet-order ul.nav li.chi {
    background: url('../images/china1.png');
}

.patent-container .alphabet-order ul.nav li.eur {
    background: url('../images/Europe1.png');
}

.patent-container .alphabet-order ul.nav li.ind {
    background: url('../images/india.png');
}

.patent-container .alphabet-order ul.nav li.indo {
    background: url('../images/Indonesia1.png');
}

.patent-container .alphabet-order ul.nav li.jap {
    background: url('../images/japan.png');
}

.patent-container .alphabet-order ul.nav li.kor {
    background: url('../images/korea1.png');
}

.patent-container .alphabet-order ul.nav li.maly {
    background: url('../images/Malaysia1.png');
}

.patent-container .alphabet-order ul.nav li.soaf {
    background: url('../images/S-africa1.png');
}

.patent-container .alphabet-order ul.nav li.uk {
    background: url('../images/uk1.png');
}

.patent-container .alphabet-order ul.nav li.us {
    background: url('../images/usa1.png');
}

.patent-container .alphabet-order ul.nav {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 86vh;
}

.social-shere {
    margin-top: 30px;
}

.social-shere1 {
    margin-top: 30px;
}

.sjhhg {
    padding-top: 60px;
}

.social-shere a.anch {
    border: 1px solid #ccc;
    border-radius: 10px;
    transition: all .5s ease;
    display: block;
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px;
    min-height: 365px;
}

.social-shere1 a.anch {
    border: 1px solid #00b0b4;
    border-radius: 10px;
    transition: all .5s ease;
    display: block;
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px;
    height: 365px;
}

.social-shere a.anch .disp {
    text-align: center;
    width: 100%;
}

.social-shere1 a.anch .disp {
    text-align: center;
    width: 100%;
}

.affiliation-section .col-xs-12.col-md-4:last-child .social-shere a {
    pointer-events: none;
}

.affiliation-section .col-xs-12.col-md-4:last-child .social-shere1 a {
    pointer-events: none;
}

.social-shere a.anch div.link {
    display: none;
}

.social-shere a.anch:hover .disp {
    display: none;
}

.social-shere a.anch:hover div.link {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.social-shere a.anch div.link p {
    margin-bottom: 0;
}

.social-shere1 a.anch div.link {
    display: none;
}

.social-shere1 a.anch:hover .disp {
    display: none;
}

.social-shere1 a.anch:hover div.link {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.social-shere1 a.anch div.link p {
    margin-bottom: 0;
}

.icon img {
    width: 150px;
    height: auto;
}

.social_site h3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
    color: #000;
}

.social-shere a.anch:hover h3 {
    color: #b7410e;
}

.social-shere a.anch:hover {
    border: 1px solid #00b0b4;
}

.social-shere1 a.anch:hover {
    border: 1px solid #b7410e;
}

.mess-tab:last-child {
    margin-bottom: 0;
}

.text-btn-wrap {
    margin-top: 5px;
}

.text-btn-wrap a {
    color: #00b0b4;
}

.text-btn-wrap a:hover {
    color: #1f5152;
}

.col-md-8.right {
    width: 60%;
    float: right;
}

.main-footer {
    margin-top: 0;
}

#Contact.slide6 h2 {
    margin-bottom: 40px;
    font-size: 43px;
    font-weight: 500;
    line-height: 1.14;
    letter-spacing: normal;
    margin-top: 0;
}

.slide:after {
    content: "";
    background: url(../images/piling-pic2.png);
    width: 867px;
    height: 387px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.patent-container .nav-item li.active {
    border: 1px solid #ea5e20;
}

.hgghghghf h2 {
    margin: 20px 0 0 55px !important;
}


/* responsive menu */


/* The Overlay (background) */

.overlay-mobile {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    /* Black fallback color */
    background-color: rgba(0, 0, 0, 1);
    /* Black w/opacity */
    overflow-y: scroll;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}


/* Position the content inside the overlay */

.overlay-mobile .overlay-content {
    position: relative;
    top: 5%;
    /* 25% from the top */
    width: 100%;
    /* 100% width */
    text-align: center;
    /* Centered text/links */
    margin-top: 30px;
    /* 30px top margin to avoid conflict with the close button on smaller screens */
}


/* The navigation links inside the overlay */

.overlay-mobile a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    /* Display block instead of inline */
    transition: 0.3s;
    /* Transition effects on hover (color) */
}


/* When you mouse over the navigation links, change their color */

.overlay-mobile a:hover,
.overlay-mobile a:focus {
    color: #f1f1f1;
}


/* Position the close button (top right corner) */

.overlay-mobile .closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 60px;
}

.desktop_header .mobile-menu-icon {
    display: none;
}

.PLR35 {
    padding: 0 35px;
}

.MT50 {
    margin-top: 50px !important;
}

.mhlogo {
    display: none;
}


/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */

@media screen and (max-height: 450px) {
    .overlay-mobile a {
        font-size: 20px
    }

    .overlay-mobile .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.nav-item p {
    text-align: center;
}


/* .nav-item p.hide-show{
	opacity: 0;
} */


/* .nav-item li:hover + p.hide-show{
	opacity: 1;
	color: #1f5152;
} */

.patent-cls .overlay .closebtn {
    right: 18px;
}

.footer-section {
    background: #151414;
    position: relative;
    padding: 40px 0;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
    margin-bottom: 15px;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget ul li {
    margin-bottom: 12px;
}

.footer-widget ul li h4 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 15px;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.footerlogo {
    font-size: 30px;
    color: #fff;
}

.cta-text span a {
    color: #878787;
}

.recognitionsItems .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border: none !important;
}

.recognitionsItems .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: #179294 !important;
}

.recognitionsItems .panel-heading a {
    color: #fff;
    text-decoration: none !important;
    font-size: 2rem !IMPORTANT;
}

.recognitionsItems.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border: none !important;
}

.aItem {
    display: flex;
    align-items: flex-start;
}

.aItem img {
    width: 70px;
    margin-right: 15px;
}

.aItem h4,
.aItem ul li {
    font-weight: normal;
    color: #000;
    font-size: 1.5rem;
    line-height: 22px;
}

.patentText h2 {
    margin: 0px 0px 15px;
}

.gallerySlider .item {
    padding: 13px;
}

.galleryTwo .item {
    padding: 13px;
}

img.modallery {
    height: 175px;
    border-radius: 10px;
    object-fit: cover;
    cursor: pointer;
}

.galleryTwo img.modallery {
    height: 185px;
    border-radius: 10px;
    object-fit: cover;
    cursor: pointer;
    width: 250px;
}

.galleryTwo {
    display: flex;
    justify-content: flex-end;
}

section.drGallery {
    padding-top: 0;
}

.slick-next {
    background: url(../images/sArrow.png) 50% 50% no-repeat !important;
    right: 10px;
    cursor: pointer;
    background-size: 100% !important;
    border-radius: 0 !important;
    top: 50%;
    height: 60px;
    width: 60px;
    position: absolute;
    z-index: 9;
    text-indent: 999999999px;
    transform: rotate(180deg);
    margin-top: -30px;
}

.slick-prev {
    background: url(../images/sArrow.png) 50% 50% no-repeat !important;
    left: 10px;
    cursor: pointer;
    background-size: 100% !important;
    border-radius: 0 !important;
    top: 50%;
    height: 60px;
    width: 60px;
    position: absolute;
    z-index: 9;
    text-indent: 999999999px;
}

.gLeft h2 {
    font-size: 4rem;
    color: #b7b7b7;
    font-weight: normal;
    margin-top: 30px;
}

.gLeft h3 {
    font-size: 4.5rem;
    color: #179294;
    margin-top: 0;
    font-weight: normal;
    margin-bottom: 30px;
}

.gLeft h4 {
    font-size: 2.5rem;
    color: #00b0b4;
}

.recognitionsItems img {
    width: 55px !important;
    margin-right: 10px;
}

.experince {
    width: 200px;
    height: 110px;
    background: #179294;
    color: #fff !important;
    font-size: 1.5rem;
    word-break: break-word;
    text-align: center;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 10px;
    margin: 14px;
    float: right;
    line-height: 22px;
}

.experince span {
    font-size: 4rem;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

.gBText p {
    font-size: 1.9rem;
    margin: 25px 0px 35px;
}

.social {
    display: flex;
    align-items: center;
}

.social ul {
    margin-left: 15px;
}

.social ul li {
    display: inline-block;
    list-style: simp-chinese-formal;
}

.social ul li a {
    color: #179294;
    border: 1px solid #ccc;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    border-radius: 5px;
}

.disp.social_site {
    display: block !important;
}


/* ======================= */

.carousel {
    position: relative;
    max-width: 700px;
}


/**
	Controls (previous/next buttons)
  */

.button.is-control {
    background: 0;
    border: 0;
    padding: 0 10px;
    z-index: 1;
    cursor: pointer;
    font-size: 40px;
    color: rgba(0, 0, 0, .6);
    transition: all .2s linear;
}

.button.is-control:hover {
    color: rgba(0, 0, 0, 1);
}

.button.is-control:focus {
    outline: none;
    background-color: rgba(0, 0, 0, .8);
    color: rgba(255, 255, 255, 1);
    border-radius: 5px;
}

.previous-button {
    position: absolute;
    left: 0;
    top: 60px;
}

.next-button {
    position: absolute;
    right: 0;
    top: 60px;
}


/**
	Collection of all tiles
  */

.tiles {
    width: calc(100% - 100px);
    margin-left: 50px;
}


/**
	Single tile
  */

.tile {
    height: var(--carousel-height);
    position: relative;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

.tile:focus {
    outline: 0;
}

.tile:not(:last-of-type) {
    margin-right: var(--tile-margin);
}

.tile .product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tile .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    transition: opacity .1s linear;
    opacity: 0;
}

.tile:focus .overlay,
.tile:hover .overlay {
    opacity: 1;
}

.tile .overlay .quick-view-button {
    padding: 10px 15px;
    background: rgba(0, 0, 0, .7);
    border: 3px solid white;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .6);
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}


/**
	Quick view dialog
  */

.dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dialog.is-hidden {
    display: none;
}

.dialog .overlay {
    background-color: white;
    border-radius: 10px;
    position: relative;
    width: 80%;
    max-width: 400px;
    padding: 20px;
}

.dialog .overlay .close-button {
    position: absolute;
    top: 15px;
    right: 10px;
    background: none;
    border: 0;
    font-size: 18px;
    cursor: pointer;
}

.dialog .overlay .title {
    margin: 0;
}

.dialog .overlay .ok-button {
    padding: 10px 15px;
    background: royalblue;
    border: 0;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

.dialog .overlay .ok-button:focus {
    outline-offset: 5px;
}


/** Credits at bottom */

.credits {
    display: inline-block;
    margin-top: 20px;
    margin-left: 40px;
    padding: 10px;
    font-size: 14px;
    color: black;
    text-decoration: none;
    opacity: .7;
}

.credits img {
    height: 30px;
    margin-left: 5px;
    margin-top: -2px;
    vertical-align: middle;
}

.credits:hover,
.credits:focus {
    opacity: 1;
}

.modal-body {
    position: relative;
    margin: 15px;
    padding: 0px;
    height: 420px;
}

.content-text {
    background-color: #179294b0;
    margin: 0px !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    padding: 10px;
    color: #fff;
    right: 0;
    line-height: 1.4;
    text-align: left !important;
}

.modal-dialog {
    width: 700px;
}

.center-block {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 20-9 */

.img-caption {
    position: relative;
}

.img-caption-main {
    position: absolute;
    background-color: #00b0b48a;
    bottom: 0;
    font-weight: 800;
    padding: 20px;
}

.img-caption-main p {
    color: #fff;
    font-weight: 800;
    line-height: 1.4;
}

.marquee {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
    display: inline-block;
}

.marquee .inner {
    width: 100%;
    display: flex;
    color: white;
}

.marquee .inner>* {
    white-space: nowrap;
    padding: 0 0rem;
}

.marquee .inner a {
    color: black;
    font-size: 20px;
    margin-right: 0em;
}

.marquee .inner a span {
    margin: 0 20px;
}