.active .subMenuLinks2,
.formDetais1 article.on,
.homepageHeader .whiteLogo,
.siteLogo,
.stripText {
    display: block
}

.homepageHeader .menuBtn span,
.menuBtn span {
    background: #fff
}

.pageHeader {
    width: auto;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999 !important;
    transition: .5s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.prodPic img,
.readMore1:hover:before,
.topHeader {
    width: 100%
}

.topHeader {
    background: rgba(49, 200, 179, .9);
    text-align: center;
    color: #fff;
    padding: 6px 0
}

.stripText {
    padding: 5px
}

.topHeaderClosed {
    position: absolute;
    right: 0;
    top: 5px
}

.post-2891 .homepageHeader {
    position: fixed
}

.pageHeader .menuHeader {
    background: #0061af;
    padding: 25px 0 10px;
    border-bottom: 1px solid #919191
}

.siteLogo {
    max-width: 150px;
    height: auto;
    transition: 1s;
    position: relative
}

.whiteLogo {
    display: none;
    position: absolute;
    z-index: 1
}

.loginBtn {
    background: #31c8b3;
    color: #fff !important;
    padding: 4px 10px;
    display: inline-block;
    font-size: 14px
}

.loginBtn:hover {
    background: #a31b2d
}

.headTopLinks {
    position: absolute;
    top: -20px;
    right: 0
}

.headTopLinks a {
    margin: 0 10px;
    display: inline-block;
    color: #000
}

.pageHeader .headTopLinks a {
    display: inline-block;
    color: #fff;
    font-size: 13px
}

.menuBtn {
    width: 25px;
    height: 25px;
    border: 0;
    padding: 0;
    position: relative;
    background: 0 0;
    display: block;
    outline: 0 !important;
    margin-top: 5px
}

.menuBtn span {
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    top: 11px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    border-radius: 2px !important;
    overflow: hidden
}

.menuBtn span:first-child {
    transform: translate3d(0, -9px, 0)
}

.menuBtn span:nth-child(4) {
    transform: translate3d(0, 9px, 0)
}

.menuBtn.active span:first-child,
.menuBtn.active span:nth-child(4) {
    transform: translate3d(0, 0, 0);
    opacity: 0;
    width: 0
}

.menuBtn.active span:nth-child(2) {
    transform: rotate(45deg)
}

.menuBtn.active span:nth-child(3) {
    transform: rotate(-45deg)
}

.formDetais1 article,
.subMenuLinks2,
.woocommerce-tabs {
    display: none
}

.menuHeader {
    padding: 10px 0
}

.fixed_header {
    position: fixed;
    top: -10px
}

.fixed_header .subMenuContainer {
    top: 72px
}

.prodName {
    font-weight: 700;
    line-height: 36px
}

.prodPic {
    display: flex;
    align-items: center;
    width: 80%;
    margin: 0 auto
}

.formDetais1,
.prodBrief {
    font-size: 13px
}

ul.subMenuLinks>li>a img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    vertical-align: middle
}

.subMenuLinks2 a {
    color: #000;
    padding: 10px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #fff;
    position: relative
}

.subMenuLinks {
    background: #f0f0f0
}

@media (min-width:1200px) {
    .stickyAnchor {
        width: 100%;
        height: 0;
        position: absolute;
        top: 100px;
        left: 0
    }
    .navigHolder {
        padding-left: 0;
        padding-right: 0;
        display: block !important
    }
    .menuList {
        display: block;
        text-align: center
    }
    .menuList>li {
        display: inline-block;
        margin: 0 15px;
        padding: 16px 0
    }
    .pageHeader .menuList>li>a {
        padding: 0;
        color: #fff;
        position: relative
    }
    .post-2891 .pageHeader .menuList>li>a {
        color: #000;
        font-weight: 500
    }
    .menuList>li.active>a,
    .menuList>li:hover>a,
    .post-2891 .fixed_header .menuList>li>a {
        color: #fff
    }
    /*.post-2891 .mainContent p {*/
    /*    color: #000*/
    /*}*/
    .post-2891 .aboutPara a {
        color: #0d63ad;
        font-weight: 600
    }
    .pageHeader .menuList>li>a:before {
        width: 0;
        height: 3px;
        background: #fff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -26px;
        content: "";
        margin: auto;
        transition: .3s
    }
    .menuList>li>a {
        position: relative;
        display: block;
        line-height: 2;
        padding: 0;
        color: #000
    }
    .menuList>li.active>a:after,
    .menuList>li:hover>a:after,
    .pageHeader .menuList>li>a:hover:before {
        width: 100%
    }
    .fixed_header .headTopLinks a {
        padding: 0
    }
    .fixed_header .menuList>li>a:before {
        bottom: -22px
    }
    .menuList>li>a:after {
        content: '';
        width: 0;
        height: 2px;
        display: none;
        background: #31c8b3;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5px;
        margin: auto;
        transition: .3s
    }
    .subMenuContainer {
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        display: none;
        z-index: 9;
        height: 510px;
        overflow: hidden
    }
    .subMenuContainer>div {
        background: #fff
    }
    .menuList li:hover>.subMenuContainer,
    .menuList li:hover>.subMenuContainer_2 {
        display: block
    }
    .subMenuContainer_2 {
        width: auto;
        min-width: 200px;
        position: absolute;
        top: 60px;
        padding-top: 10px;
        left: unset !important;
        display: none;
        z-index: 9;
        height: auto;
        overflow: hidden;
        text-align: left
    }
    .subMenuContainer_2 li a {
        display: block;
        padding: 10px 15px;
        border-bottom: 1px solid #ddd;
        color: #000;
        font-size: 14px;
        text-transform: capitalize;
        background: #fff
    }
    .subMenuContainer_2 li a:hover {
        background: #0061af;
        color: #fff
    }
    .fixed_header .subMenuContainer_2 {
        padding-top: 0
    }
    .submenuTop {
        min-height: 200px;
        margin-top: 28px;
        background: #fff
    }
    ul.subMenuLinks {
        padding-top: 0;
        position: relative;
        width: auto;
        height: 650px
    }
    ul.subMenuLinks>li {
        z-index: 1;
        width: 27%
    }
    ul.subMenuLinks>li>a {
        display: block;
        transition: .3s;
        border-radius: 3px;
        font-size: 13px;
        color: #000;
        padding: 8px 15px;
        text-align: left;
        background: #f0f0f0;
        position: relative
    }
    ul.subMenuLinks>li.rightArrow>a:after {
        content: '\203A';
        position: absolute;
        top: 0px;
        right: 10px;
        font-size: 35px;
        line-height: 1;
        color: #b1b1b1
    }
    ul.subMenuLinks>li.rightArrow>a:hover:after {
        color: #0061af;
        transform: scale(1) !important
    }
    ul.subMenuLinks>li>a.active,
    ul.subMenuLinks>li>a:hover {
        color: #0061af;
        font-weight: 700;
        transform: scale(1.01);
        background: 0 0
    }
    ul.subMenuLinks>li>ul>li>a {
        font-size: 14px;
        color: #333;
        font-weight: 400;
        padding: 3px 0;
        display: block
    }
    ul.subMenuLinks>li>ul>li>a:hover {
        color: #31c8b3
    }
    .menucloseBtn {
        display: none
    }
    .subMenuLinks2 {
        height: 513px;
        position: absolute;
        top: 0;
        bottom: 20px;
        left: 27%;
        right: 0;
        width: auto;
        display: block;
        overflow-y: auto;
        overflow-x: hidden;
        background: #fff
    }
    .subMenuLinks2 a {
        color: #000;
        padding: 10px;
        display: block;
        box-sizing: border-box;
        border: 1px solid #fff
    }
    .subMenuLinks2 a:hover {
        border: 1px solid #ddd
    }
}

.rangePic,
.readMore1,
.search_wrp,
.timeline1Pic {
    overflow: hidden
}

.featuredWrap {
    border-right: 1px solid #ccc
}

.featuredBox li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px
}

.featuredBox li a {
    color: #333;
    font-weight: 400;
    font-size: 14px
}

.featuredBox li a:hover {
    color: #31c8b3
}

.featuredBox img {
    max-width: 100px
}

.featuredTitle {
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    font-size: 14px
}

@media (max-width:1199.98px) {
    .menucloseBtn,
    .navigHolder {
        z-index: 9;
        position: fixed;
        top: 0
    }
    .menuList>li>a,
    .subMenuContainer_2 li a {
        border-bottom: 1px solid #ddd;
        font-size: 14px
    }
    .headTopLinks {
        position: static;
        margin-bottom: 15px
    }
    .headTopLinks a {
        color: #000 !important;
        font-size: 14px !important;
        border-bottom: 1px solid #ddd !important;
        display: block !important;
        padding: 10px !important;
        margin: 0
    }
    .siteLogo {
        max-width: 100px;
        height: auto;
        display: block
    }
    .navigHolder,
    ul.subMenuLinks>li:hover:before {
        height: 100%;
        width: 100%
    }
    .menuOveriew h4,
    .whiteLogo {
        display: none
    }
    .search-overlay {
        top: 67px
    }
    .navigHolder {
        background: #fff;
        left: 0;
        padding-top: 30px;
        overflow: hidden;
        display: none;
        box-shadow: 0 15px 15px rgba(0, 0, 0, .25)
    }
    .menuList {
        max-width: 690px;
        margin: 15px auto 0
    }
    .menuList>li {
        border-bottom: 1px solid #fff
    }
    .menuList>li:last-child {
        border-bottom: 0
    }
    .menuList>li>a {
        display: block;
        color: #000;
        position: relative;
        padding: 10px
    }
    .menuList>li>a.dropdownIcon:after {
        content: '\002B';
        position: absolute;
        top: 6px;
        right: 10px;
        font-size: 30px;
        line-height: 1
    }
    .menuList>li>a[role=button].open,
    .subMenuLinks>li>a.open {
        background: #fff;
        color: #000;
        font-weight: 600
    }
    .fixed_header .menuList>li>a,
    .subMenuLinks2>a {
        color: #000 !important
    }
    .subMenuContainer {
        display: none;
        background: #fff;
        padding: 0 15px 20px;
        color: #000
    }
    .subMenuContainer .container {
        padding: 0
    }
    ul.subMenuLinks {
        margin: 0
    }
    ul.subMenuLinks>li {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 1
    }
    .subMenuLinks2>li>a,
    ul.subMenuLinks>li>a {
        padding: 10px 0;
        display: block;
        transition: .3s;
        border-radius: 3px
    }
    ul.subMenuLinks>li:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 5px;
        height: 1px;
        background: #fff;
        transition: .3s;
        z-index: -1;
        border-radius: 4px
    }
    ul.subMenuLinks>li>a {
        color: #000
    }
    ul.subMenuLinks>li>a:hover {
        color: #0061af
    }
    .subMenuLinks>li.rightArrow>a:after {
        content: '\203A';
        position: absolute;
        top: 0px;
        right: 10px;
        font-size: 30px;
        line-height: 1;
        color: #b1b1b1
    }
    .subMenuLinks>li.rightArrow>a.open:after {
        content: '\203A';
        transform: rotate(90deg);
        color: #31c8b3
    }
    .subMenuLinks2>li>a {
        color: #686868
    }
    .menuOveriew {
        padding-bottom: 20px
    }
    .subMenuLinks2 {
        display: none;
        background: #f9f9f9;
        padding: 0 10px
    }
    .menucloseBtn {
        width: 100%;
        height: 45px;
        background: #fff;
        font-size: 45px;
        right: 15px;
        display: block;
        text-align: right
    }
    .subMenuContainer_2 li a {
        display: block;
        padding: 10px 15px;
        color: #000;
        text-transform: capitalize
    }
    .subMenuContainer_2 li a:hover {
        background: #0061af;
        color: #fff
    }
}

@media (max-width:768px) {
    .homepageHeader,
    .pageHeader {
        position: sticky;
        background: #0061af
    }
    .pageHeader .menuHeader {
        padding: 10px 0
    }
    .menuBtn {
        margin-top: 15px
    }
}

@media (max-width:550px) {
    .siteLogo {
        max-width: 115px !important
    }
    .headTopLinks a {
        margin: 0
    }
    .phoneIcon {
        width: 35px !important;
        height: 35px !important
    }
    .phoneIcon span {
        font-size: 14px !important;
        line-height: 20px !important
    }
    .menuBtn {
        margin-top: 5px
    }
    .fixed_header {
        top: -3px
    }
    .search_wrp .form-control {
        font-size: 20px !important;
        padding: 0 !important
    }
    .timeline1Pic img {
        width: 100%
    }
}

@media(min-width:430px) {
    .menucloseBtn {
        top: 20px
    }
}

.fixed_header .menuHeader {
    padding: 10px 0 5px;
    background: #0061af
}

.fixed_header .siteLogo {
    max-width: 150px;
    margin-top: 10px
}

.fixed_header .loginBtn {
    padding: 0 10px !important
}

.post-2891 .search_btn,
.search_btn {
    position: relative;
    top: 5px;
    padding: 2px 2px 2px 25px;
    outline: 0;
    z-index: 999;
    right: 0;
    border: 0;
    color: #fff;
    width: 25px;
    height: 25px
}

.fixed_header .menuList>li>a,
.tollFree a {
    color: #fff
}

.searchBox {
    margin-top: 13px
}

.post-2891 .search_btn {
    background: url(../images/search_btn_black.png) left center no-repeat;
    border: none
}

.search_btn {
    background: url(../images/search_btn_w.png) left center no-repeat;
    border: none
}

.fixed_header .search_btn.cancel,
.search_btn.cancel {
    background: url(../images/search_cancel.png) left center no-repeat
}

.customerloginBtn {
    display: inline-block;
    background: #1dc6ef;
    color: #fff;
    padding: 15px 30px;
    font-size: 16px;
    margin-top: 5px
}

.search_wrp {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(255 255 255 / 97%);
    display: none;
    z-index: 9
}

.search_wrp .input-group {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    border-bottom: 1px solid #525252;
    padding-bottom: 20px
}

.search_wrp .form-control {
    margin: 0 auto;
    padding: 0 20px;
    font-size: 40px;
    font-weight: 300;
    border: 0;
    color: #744129;
    border-radius: 0;
    height: auto;
    background: 0 0
}

.search_wrp .form-control:focus {
    box-shadow: none;
    border: 0
}

.search_wrp .form-control::-webkit-input-placeholder {
    color: #212121
}

.search_wrp .form-control::-ms-input-placeholder {
    color: #212121
}

.search_wrp .form-control::-moz-placeholder {
    color: #212121
}

.search_submit {
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    background: #0061af
}

.searchDiv,
.search_submit:hover {
    background: #000
}

.searchField {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    border: 0
}

.searchDiv {
    position: absolute;
    padding: 10px;
    width: 300px;
    top: 30px;
    right: 87px;
    display: none;
    z-index: 999
}

.enq_button,
.modal,
.modal-bg {
    position: fixed
}

a.search {
    line-height: 18px;
    color: #000;
    font-size: 16px
}

.fixed_header .search_btn {
    background: url(../images/search_btn_w.png) left center no-repeat
}

.tollFree {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    margin-top: 8px
}

.socialicon a,
.tollFree a:hover {
    color: #0061af
}

.phoneIcon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 4px
}

.phoneIcon span {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #0061af;
    font-size: 16px;
    line-height: 22px
}

.d-inline-block {
    font-size: 15px;
    margin-top: 10px
}

.w-100 {
    width: 102% !important
}

.subMenuContainer .prodName {
    line-height: 22px;
    min-height: 45px
}

.post-2891 .pageHeader .menuHeader {
    background: 0 0;
    border-bottom: none
}

.post-2891 .fixed_header {
    background: #0061af;
    border-bottom: 1px solid #919191
}

.aboutPic video {
    width: 100%;
    display: block;
    border-radius: 15px
}

#errorContainer li,
.enq_button img,
.enq_button span,
.page-numbers li {
    display: inline-block
}

@media (max-width:576px) {
    .search_submit {
        width: 35px;
        height: 35px
    }
    .search_wrp .input-group {
        width: 73%
    }
    .subMenuContainer {
        padding: 0
    }
    ul.subMenuLinks>li>a {
        padding: 10px
    }
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    opacity: unset !important
}

.modal {
    background: #fff;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
    line-height: 25px;
    z-index: 99;
    width: 50%;
    height: 65%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.modal a {
    line-height: 1em
}

.modal-bg {
    background: #fff;
    zoom: 1;
    opacity: .8;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block;
    text-align: left
}

.page-numbers {
    display: block;
    text-align: center
}

.page-numbers li .current,
.page-numbers li a {
    background: #f1f1f1;
    padding: 10px 15px;
    color: #000
}

.page-numbers li .current,
.page-numbers li a:hover {
    background: #0061af;
    color: #ffff
}

.newsletter .input-group {
    display: unset !important
}

#portfolio {
    margin: 1rem 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%
}

.tile {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 350ms;
    transition: 350ms
}

.shordescription {
    font-style: italic;
    font-size: 18px;
    font-weight: bolder;
    margin:10px 0;
    color:#000;
    line-height: 27px;
}

.greyBox,
.socialicon {
    font-weight: 600
}

.scale-anm {
    transform: scale(.9)
}

.list ul li {
    line-height: 25px;
    list-style-type: disc;
    font-size: 14px
}

.list ul {
    margin-left: 15px
}

#errorContainer li {
    color: red;
    font-size: 14px;
    margin: 2px
}

.rangePic {
    height: 250px;
    display: flex
}

.rangePic img {
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: contain;
    object-position: center
}

.certification a img {
    width: auto;
    height: 90px
}

.enq_button {
    left: 0;
    bottom: 0;
    width: 235px;
    z-index: 99;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.enq_button span {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 16px;
    vertical-align: middle;
    padding: 12px
}

.enq_button img {
    background: #ff7e00
}

@media only screen and (max-width:600px) {
    .p-100 {
        width: 100% !important
    }
}

#popupClick {
    display: none;
    border-radius: 30px;
    padding: 0 !important;
    max-width: 70% !important
}

.popup_header {
    background: #255da7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    color: #fff;
    width: 100%;
    z-index: 0
}

.readMore1,
.timeHead1,
.timeline1Pic {
    position: relative;
    z-index: 1
}

.popup_contaner {
    padding: 20px;
    display: table
}

.popup_contaner--form {
    padding: 0 1.875rem;
    display: table-cell;
    vertical-align: top
}

@media screen and (max-width:1400px) {
    .popup_contaner {
        padding: 15px
    }
    .popup_contaner--img img {
        width: 96%
    }
    .popup_contaner--form {
        padding: 0 1rem;
        width: 65%
    }
}

.popup_contaner--img {
    display: table-cell
}

.floatLft {
    float: left
}

@media screen and (max-width:1366px) {
    .popup_contaner--form {
        padding: 0;
        width: 58%
    }
}

.inputgroup input {
    border: .5px solid #0061af;
    border-radius: 10px;
    padding: 10px 12px;
    width: 100%
}

.welcomeformbtn {
    background: #0061af;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    border: 0;
    min-width: 100px
}

#popupClick .wpcf7-list-item {
    margin-left: 0 !important;
    width: 45%;
    float: left;
    min-height: 40px
}

#popupClick .wpcf7-list-item input {
    width: 25px;
    height: 25px
}

#popupClick .wpcf7-list-item span {
    font-size: 14px;
    line-height: 17px;
    margin-left: 6px
}

#popupClick .fancybox-close-small {
    background: #fff;
    opacity: 1;
    width: 30px;
    height: 30px;
    padding: 2px;
    border-radius: 50%;
    right: 13px !important;
    top: 6px !important
}

#popupClick .wpcf7-list-item label {
    display: flex !important;
    align-items: start
}

@media only screen and (max-width:768px) {
    #popupClick {
        max-width: 95% !important
    }
    #popupClick .wpcf7-list-item {
        width: 100% !important;
        min-height: 0;
        margin-bottom: 5px
    }
    .popup_header {
        padding: 10px 50px 10px 18px
    }
}

.prdName {
    font-size: 14px;
    color: #0061af
}

.formDetais1 {
    min-height: 250px
}

.formDetais1 .form-control,
.formDetais1 .form-select {
    font-size: 13px;
    padding: 13px 15px;
    background: #f0f0f0;
    border: 0;
    color: #5e5c5c
}

.formDetais1 .form-control::placeholder:focus {
    color: #fff
}

.formDetais1 .form-control:focus,
.formDetais1 .form-select:focus {
    box-shadow: none;
    background: #076ec1;
    color: #fff
}

.shareBtn1 {
    margin-top: -10px
}

.borderleft {
    border-left: 1px solid #d2d2d2
}

.borderbott {
    border-bottom: 1px solid #d2d2d2
}

.socialicon a:hover {
    color: #d4a45c
}

.timeHead1 {
    color: #fff;
    display: inline-block;
    margin-top: -40px
}

.timeHead1::after {
    width: 68%;
    height: 1px;
    background: rgba(255, 255, 255, 0);
    position: absolute;
    right: 0;
    top: 13px;
    content: ""
}

.orangeBtn {
    background: #ff7e00;
    color: #fff;
    border: 1px solid #ff9100
}

.qualityBox h3 {
    font-size: 20px
}

.qualityBox .icon img {
    height: 65px
}

.tlBoxheight {
    min-height: 185px
}

.headingspace {
    margin-top: 60px
}

@media (max-width:768px) {
    .headingspace {
        margin-top: 0
    }
}

.timeline1Box {
    min-height: 170px;
    background: #0061af;
    color: #fff;
    padding: 18px 39px;
    text-align: center
}

.RecentPosts,
.TagPost,
.bluebg {
    padding: 20px
}

.timeline1Wrap {
    width: 100%;
    position: relative
}

.timeline1Wrap:after {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 0;
    right: 0;
    background: #003158;
    content: "";
    transform-origin: top right;
    -ms-transform: skew(14deg, 0deg);
    -webkit-transform: skew(14deg, 0deg);
    transform: skew(14deg, 0deg)
}

.timeline1picBox:after,
.timeline1picBox:before {
    z-index: 9;
    width: 0;
    height: 0;
    position: absolute;
    content: ""
}

.timeline1Pic {
    background: #0566b2;
    transform-origin: bottom right;
    -ms-transform: skew(15deg, 0deg);
    -webkit-transform: skew(15deg, 0deg);
    transform: skew(15deg, 0deg)
}

.bluebg,
.innerBanner1 {
    background-color: #0061af
}

.timeline1Pic img {
    width: 100%;
    display: block;
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg)
}

.timeline1picBox:before {
    top: -23px;
    right: 22%;
    border-bottom: 23px solid #054374;
    border-left: -16px solid transparent;
    border-right: 68px solid transparent
}

.timeline1picBox:after {
    bottom: -48px;
    right: 0;
    border-top: 49px solid #054374;
    border-left: 12px solid transparent;
    border-right: 58px solid transparent
}

@media (max-width:1199.98px) {
    .timeline1Wrap:after {
        width: 100%;
        transform: none
    }
    .timeline1picBox:before,
    .timelinepicBox:after {
        display: none
    }
    .timeline1picBox:after {
        z-index: 0
    }
}

.innerBanner1 {
    height: 60px
}

.RecentPosts {
    background-color: #fff;
    border-top: 6px solid #0061af;
    box-shadow: 0 6px 10px #00000014
}

.TagPost {
    background-color: #f0f0f0;
    border-bottom: 6px solid #0061af
}

.circleBlue {
    background: #076ec1;
    border-radius: 3em;
    -moz-border-radius: 3em;
    -webkit-border-radius: 3em;
    color: #fff;
    height: 2em;
    width: 2em;
    display: flex;
    align-items: center;
    justify-content: center
}

.greyBox {
    height: 70px;
    padding: 20px 10px;
    margin: 2px 2px 10px;
    background-color: #f0f0f0;
    text-align: left
}

.readMore1 {
    min-width: 70px;
    font-size: 11px;
    vertical-align: middle;
    padding: 3px;
    display: inline-block;
    text-align: center;
    margin: 3px
}

.readMore1:hover {
    color: #fff;
    border: 1px solid #000
}

.readMore1:before {
    width: 0;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out
}

.SearchPost {
    height: 60px
}

.SearchPosticon {
    background-color: #fff
}

.currentopening {
    margin-right: 0
}

.viewopeningbutton {
    margin-left: 100px
}

@media (max-width:575.98px) {
    .borderleft {
        border-top: 1px solid #d2d2d2;
        padding: 40px
    }
    .viewopeningbutton {
        margin-left: 100px
    }
    .currentopening {
        padding-left: 20px
    }
}

@media (max-width:767.98px) {
    .innerBannerText {
        padding: 14px 20px 14px !important
    }
    /*.breadcrum {*/
    /*    padding-top: 0 !important;*/
    /*    padding-bottom: 0 !important*/
    /*}*/
    .introduceBox,
    .introduceText,
    .timeline1Pic,
    .timeline1Pic img {
        transform: none;
        -webkit-transform: none;
        -ms-transform: none
    }
    .viewopeningbutton {
        margin-left: 0
    }
    .currentopening {
        padding-left: 20px
    }
}