header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.menu_icon {
    display: none;
}
.hdrTpIn {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hdrTpPhone {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 28px;
    display: block;
}
.hdrTpPhone a{
    color: #000;
    display: inline-block;
    transition: 0.5s all ease;
}
.hdrTpPhone i {
    font-size: 25px;
    float: left;
    margin: 4px 10px 0 0;
}
.hdrTpserch {
    position: relative;
    margin-left: auto;
}
.seacrboxLt {
    width: 50%;
}

.hdrTpserch .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 15px 15px 15px 45px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
    box-shadow: none;
    font-family: 'Poppins';
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 30px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #868383;
}
.hdrTpserch ::-webkit-input-placeholder {
  color: #999999;
}

.hdrTpserch :-ms-input-placeholder {
  color: #999999;
}

.hdrTpserch ::placeholder {
  color: #999999;
}
.hdrTprchBTn {
    position: absolute;
    top: 2px;
    left: 4px;
    border: 0;
    background: transparent;
    outline: none;
    box-shadow: none;
    color: #868383;
    font-size: 18px;
    height: 40px;
    width: 40px;
    text-align: center;
    font-weight: 300;
}
.hdrTpRT a {
    display: inline-block;
    font-size: 13px;
    font-family: 'Poppins';
    color: #000;
    font-weight: 500;
    line-height: 22px;
    margin-left: 27px;
    transition: 0.5s all ease;
}
.hdrTpRT a:hover, .hdrTpPhone a:hover{
    color: #dd15c5;
    transition: 0.5s all ease;
}
.hdrTpRT a i {
    color: #dd15c5;
    font-size: 16px;
    float: left;
    margin: 2px 10px 0 0;
}




.hdrBt {
    padding-top: 0;
    background: #F7F5F5;
    padding: 10px 0;
}
.menuDiv {
    align-items: center;
}
.menuDiv ul li {
    display: inline-block;
    padding: 10px 0 10px 0;
    margin-left: 25px;
}
.menuDiv ul li a {
    display: block;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #002F34;
    text-decoration: none;

}
.menuDiv ul li:hover a {
    color: #000;
    transition: 0.5s all ease;
}
.seacrhBox {
    /* align-items: center; */
    justify-content: space-between;
}
.menu_in2 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
}
.MEnuCldv {
    margin-left: 25px;
    cursor: pointer;
}

/*Right Menu*/
.RightMenu {
    position: fixed;
    width: 390px;
    height: 100%;
    right: -390px;
    top: 0px;
    background: #FFFFFF;
    z-index: 9999;
    padding: 25px 0 0 45px;
    transition: 0.5s all ease;
    display: flex;
    flex-direction: column;
}
.olxApp {
    margin-top: 10px;
    margin-top: auto;
    padding-bottom: 20px;
}
.js--mobile-menu-active .RightMenu {
    right: 0px;
    transition: 0.5s all ease;
}
.RightMenuIn ul li a {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #002F34;
    border-bottom: 1px solid #C4C4C4;
    display: block;
    padding: 8px 9px 8px 10px;
    text-decoration: none;
}
.RightMenuCl {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #002F34;
    position: relative;
    padding-left: 42px;
    margin-bottom: 30px;
    cursor: pointer;
}
.RightMenuCl:before, .RightMenuCl:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 28.05px;
    height: 2px;
    transform: rotate(45deg);
    background: #002F34;
}
.RightMenuCl:after {
    transform: rotate(-45deg);
}
.olxApp h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #002F34;
    text-align: left;
    margin-bottom: 12px;
}
.olxApp p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #002F34;
    margin: 0;
}
.RightMenuIn {
    height: 60vh;
    overflow-y: scroll;
}
.olxAppIn h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #002F34;
    margin-bottom: 10px;
}
.olxAppIn {
    border-top: 1px solid #C4C4C4;
    margin-top: 20px;
    padding-top: 20px;
}
.js--mobile-menu-active .bg {
    display: block;
    transition: 0.5s all ease;
    opacity: 1;
}
.bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.31);
    z-index: 99;
    display: none;
    transition: 0.5s all ease;
    opacity: 0;
    z-index: 999;
}
.RightMenuIn::-webkit-scrollbar-track{
    background-color: transparent;
    width: 0px;
}

.RightMenuIn::-webkit-scrollbar{
    width: 2px;
    background-color: transparent;
}

.RightMenuIn::-webkit-scrollbar-thumb{
    background-color: #000;
    width: 2px;
}





.banner {
    position: relative;
    margin-top: 75px;
    overflow: hidden;
    float: left;
    width: 100%;
}
.banner  ul.slick-dots {
    display: none !important;
}
.banner figure img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}
.Sub_btn, .Sub_btn2 {
    width: 180px;
    background: #000;
    font-family: 'Poppins';
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    transition: 0.5s all ease;
    outline: none !important;
    box-shadow: none;
    position: relative;
}
.Sub_btn2 {
    background: #de15c6;
    border: 0;
}
.Sub_btn:hover, .Sub_btn2:hover{
    color: #000;
    background: #fff;
    transition: 0.5s all ease;
}
.bnr_tx {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bnr_tx .container {
    height: 100%;
    display: flex;
    align-items: center;
}
.bnrCol8 {
    padding-bottom: 50px;
}
.bnr_tx .row {
    align-items: center;
}
.bnr_txIn {
    max-width: 758px;
    width: 100%;
    margin: 0 auto;
}
.bnr_txIn h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.bnr_txIn p{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 150%;
    /* or 22px */

    text-align: center;

    color: #FFFFFF;
}
.bnr_txIn h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.social-links2 li {
    display: inline-block !important;
    margin-right: 10px;
    margin-bottom: 0 !important;
}
.social-links2 li a {
    font-size: 17px !important;
    color: #868383;
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.chooseItem {
    position: relative;
    display: flex;
    flex-direction: column;
}

.choseCategrydv {
    margin-top: 50px;
    margin-bottom: 50px;
}
.chooseHd {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9;
}

.chooseImg {
    position: relative;
}
.chooseImg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 34%);
    z-index: 9;
}
.shortTx {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 20px;
    color: #696969;
    display: block;
    margin-bottom: 7px;
    margin-top: 15px;
    padding-right: 24px;
}
.TopStoryHd {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    color: #002F34;
    display: block;
    min-height: 60px;
    margin-bottom: 3px;
}

.TopStoryP {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #696969;
    margin: 0;
    min-height: 90px;
}

.BlogTx .TopStoryP {
    min-height: 70px;
    text-align: justify;
}
.readMore {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 183.3%;
    color: #358EE0;
    display: inline-block;
    margin-top: 5px;
}
.popularPost h4{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #022D39;
}
.popularPost_hd h6{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
    color: #002F34;
    margin-bottom: 8px;
}
.popularPost_hd span{
    font-style: normal;
    font-weight: normal;
    font-size: 6px;
    line-height: 9px;
    color: #868383;
}
.popularPostTddv {
    padding-left: 15px;
}
.popularPost_hd {
    display: flex;
    flex-direction: column;
}
.popularPost {
    margin-bottom: 15px;
}
.social-links2 h4{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #022D39;
}

.subscribeBx {
    /* background: #002F34; */
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.subscribeBx input.form-control {
    background: #FFFFFF;
    border-radius: 6px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 183.3%;
    text-transform: capitalize;
    color: rgb(134 131 131 / 60%);
    height: 40px;
}

.subscribeBx p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    /* color: #FFFFFF; */
}
.subscribeBx h5 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    /* color: #FFFFFF; */
    margin-bottom: 10px;
}
button.SubscribeBTN {
    background: #358EE0;
    border-radius: 6px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
    height: 42px;
    border: 0;
    transition: 0.5s all ease;
}
button.SubscribeBTN:hover {
    background: #000;
    color: #FFFFFF;
    transition: 0.5s all ease;
}
input.SubscribeBTN {
    background: #358EE0;
    border-radius: 6px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
    height: 42px;
    border: 0;
    transition: 0.5s all ease;
}
input.SubscribeBTN:hover {
    background: #000;
    color: #FFFFFF;
    transition: 0.5s all ease;
}
.checkboxBx {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0;
}
label.checkboxBx input[type="checkbox"] {
    float: left;
    margin: 4px 6px 0 0;
}
.subscribeBx img {
    max-height: 100% !important;
}
.tagsDv a {
    background: #E5E5E5;
    border-radius: 30px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #696969;
    display: inline-block;
    padding: 6px 14px;
    margin-bottom: 5px;
    margin: 5px 3px;
    transition: 0.5s all ease;
}
.tagsDv a:hover {
    background: #358EE0;
    color: #fff;
    transition: 0.5s all ease;
}
.tagsDv {
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    box-sizing: border-box;
    padding: 20px;
}
.popularPost .social-links2 {
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    box-sizing: border-box;
    padding: 20px;
}

.watchVideo{
    position: relative;
}
.wathVideoTX {
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.wathVideoTX h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 50px;
    text-transform: capitalize;
    color: #FFFFFF;
}
.wathVideoTX p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}
.Videoplayer {
    margin-top: 55px;
    display: block;
}

.wathVideoTX h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-top: 30px;
}
.wathVideoTXIn {
    max-width: 790px;
    width: 100%;
    margin: 0 auto;
}


.ftr_hd {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    text-transform: capitalize;
    color: #022D39;
    margin-bottom: 6px;
}
.ftr_tx {
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #022D39;
    margin-bottom: 6px;
    font-weight: 500;
    display: block;
}
.ftr_txUL a {
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #022D39;
    margin-bottom: 6px;
    font-weight: 500;
    display: block;
}
.Sub_btn, .Sub_btn2 {
    width: 212px;
    background: #003034;
    font-family: 'Poppins';
    display: flex;
    height: 46px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    transition: 0.5s all ease;
    outline: none !important;
    box-shadow: none;
    position: relative;
    border: 0;
}
.ftrebt {
    height: 65px;
    background: #003034;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.callDiv {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e2e8e8;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.callDiv > div {
    width: 30%;
}
ul.ftr_txUL li {
    display: block;
    margin-bottom: 8px;
}
.popularPostDv {
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 15px;
}
.social-links2 ul li:hover a {
    background: #002F34;
    color: #fff;
    transition: 0.5s all ease;
    text-decoration: none;
}
.AuthorScn {
    padding-top: 20px;
}
.popularbrand h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 24px;
    text-transform: capitalize;
    color: #022D39;
    margin-bottom: 1px;
}
.callDiv a img {
    float: left;
    display: inline-block;
    margin: 1px 7px 0 0;
}

.popularbrand .ftr_tx {
    font-style: normal;
    font-size: 12px;
    line-height: 21px;
    text-transform: capitalize;
    color: #022D39;
    margin-bottom: 2px;
    font-weight: 500;
    display: inline-block;
}
.popularbrand ul li {
    display: inline-block;
    position: relative;
    padding-right: 10px;
}
/* .popularbrand ul li:before {
    position: absolute;
    top: 4px;
    left: -10px;
    content: "";
    content: "/";
    font-size: 14px;
} */
.popularbrand ul li:first-child:before {
   display: none;
}
.ftrebt p {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
}
.popularbrand {
    border-top: 1px solid #e2e8e8;
    margin-top: 15px;
    padding-top: 22px;
}
footer .Sub_btn:hover{
    color: #fff !important;
    background: #000;
    transition: 0.5s all ease;
}
footer .BtnDv {
    margin-top: 12px;
}
footer {
    background: #f3f4f6;
    padding-top: 40px;
}
footer a:hover{
    color: #000 !important;
}
.bannerInner {
    height: 320px;
    background: #002F34;
    overflow: inherit;
}
.hightlightdv {
    padding: 25px 20px;
    background: #fff;
    margin-top: 45px;
}
.hightlighdtx {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #002F34;
    text-align: left;
    position: relative;
    margin-bottom: 0;
}
.bnrNew {
    position: absolute;
    width: 55px;
    height: 26px;
    right: 0;
    top: 0;
    background: #358EE0;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
}
.hightlighd {
    position: relative;
}
.hightlighitem p {
    margin: 0;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #002F34;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    padding: 10px 13px;
}
.hightlightSL {
    margin-top: 14px;
}
#hightlightSL .owl-stage-outer {
    padding-bottom: 10px;
    padding-left: 2px;
    padding-right: 2px;
}
.boxShadow {
    background: #FFFFFF;
    border: 1px solid #F7F5F5;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.paddingTx .shortTx {
    margin-top: 0;
}

.paddingTx {
    padding: 15px 20px 10px;
    position: relative;
}
.shareIcon {
    position: absolute;
    top: 10px;
    right: 20px;
}
a:hover {
    color: #969696;
    text-decoration: underline;
    transition: 0.5s all ease;
}
.addbx{
    margin-top: 25px;
}
.relatedPosts {
    margin-top: 40px;
}
.social-links3 h4 {
    margin-right: 15px;
}

.social-links3 {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.detailsCont h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    text-transform: capitalize;
    color: #002F34;
    text-align: left;
}
.postDate {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 183.3%;
    color: #696969;
}
.postDate2 {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 183.3%;
    text-align: right;
    color: #696969;
}
.postbydetal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.technologytx {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 183.3%;
    text-transform: uppercase;
    color: #002F34;
    margin-bottom: 7px;
}

.detailsImg {
    display: block;
    margin-bottom: 25px;
    margin-top: 20px;
}
.dtl_hdsmTx {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    color: #002F34;
    margin-bottom: 20px;
}
.dtl_hdsmTx span {
    color: #358EE0;
}
.dtl_hdsmA a {
    height: 34px;
    border: 0.25px solid #000000;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #696969;
    padding: 8px 10px 6px 10px;
    margin-bottom: 5px;
    transition: 0.5s all ease;
}
.dtl_hdsmA a:hover {
    background: #358EE0;
    border: 0.25px solid #358EE0;
    color: #fff;
    transition: 0.5s all ease;
}
.relatedPostsdetal {
    margin-top: 40px;
}
.min-height-auto {
    min-height: auto;
    margin-bottom: 7px;
}
.tatamoterBx a {
    display: block;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #022D39;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    transition: 0.5s all ease;
}
.tatamoterBx a:hover {
    color: #358EE0;
    transition: 0.5s all ease;
}
.tatamoterBx {
    margin-top: 20px;
}
.social-links2 li a .fa-twitter {
    color: #358EE0;
}
.social-links2 li a .fa-instagram {
    color: #FC3D76;
}
.social-links2 li a .fa-youtube-play {
    color: #ED1038;
}
.AuthorPagetx h1 {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}
.AuthorPagetx p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}
.AuthorPagetx {
    padding-top: 50px;
}
.Authordv {
    margin-top: -100px;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}
.AuthorBX {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 50px 50px 30px 50px;
}
.AuthorImg {
    width: 16%;
}
.AuthorDiscriotn {
    width: 84%;
    padding-left: 30px;
}
.autortx {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #696969;
    opacity: 0.8;
    margin-bottom: 5px;
}
.autorName {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 35px;
    text-transform: capitalize;
    color: #022D39;
    text-align: left;
    margin-bottom: 15px;
}
.autorDis {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #696969;
    margin-bottom: 15px;
}
.AuthorDiscriotn .social-links3 h4 {
    margin-right: 15px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 36px;
    color: #696969;
}
.Loadmore {
    width: 145px;
    height: 42px;
    border: 1px solid #002F34;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #002F34;
    align-items: center;
    justify-content: center;
    margin: 15px auto 0;
    transition: 0.5s all ease;
}
.Loadmore:hover {
    color: #fff;
    background: #002F34;
    transition: 0.5s all ease;
    text-decoration: none;
}
.BlogImg {
    display: block;
    overflow: hidden;
}
.BlogImg img{
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}





.boxShadow:hover .BlogImg img, 
.Categories_A:hover img, .TopStoryBx:hover .TopStoryImg img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.boxShadow:hover{
    box-shadow: 0px 0px 30px rgb(0 0 0 / 24%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.TopStoryImg {
    display: block;
    overflow: hidden;
}
.Categories_A{
    display: block;
    overflow: hidden;
    position: relative;
}
.Categories_A:hover{
    box-shadow: 0px 0px 30px rgb(0 0 0 / 24%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.Categories_A img, .TopStoryImg img{
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.CategoriesTx h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    color: #FFFFFF;
}
.CategoriesTx {
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 0 15px;
}

.Tx404 h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
    color: #358EE0;
    margin-bottom: 10px;
}
.Tx404 p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #363636;
}
.Tx404 {
    margin-top: 25px;
}
.Btn404 {
    width: 204px;
    height: 42px;
    background: #358EE0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    transition: 0.5s all ease;
    margin: 0 10px;
    border: 1px solid #358EE0;
}
.Btn404:hover {
    background: transparent;
    color: #358EE0;
    border: 1px solid #358EE0;
    transition: 0.5s all ease;
    text-decoration: none;
}
.Btn4042 {
    background: transparent;
    color: #358EE0;
    border: 1px solid #358EE0;
    transition: 0.5s all ease;
    text-decoration: none;
}
.Btn4042:hover {
    background: #358EE0;
    color: #fff;
    border: 1px solid #358EE0;
    transition: 0.5s all ease;
    text-decoration: none;
}
.BTNDV404 {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}
.AuthorPagebnr {
    background: #358EE0;
}
.BlogTx {
    margin-bottom: 30px;
}
.detailsCont ul {
    margin: 25px 0;
}
.detailsCont ul li {
    font-size: 16px;
    color: #3a3a3a;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.detailsCont ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 9px;
    height: 9px;
    background: #000;
}
.detailsCont table {
    margin: 25px 0;
}
.detailsCont table tr td {
    padding: 10px;
    /* background: #ccc; */
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 22px;
    color: #3a3a3a;
    font-weight: 300;
}
.detailsCont table tr td b {
    font-size: 16px;
    font-weight: 600;
}
.popularPostTh {
    width: 85px;
    display: block;
    width: 27%;
}
.popularPost {
    flex-wrap: wrap;
}
.popularPostTddv {
    width: 73%;
}
.choseCategrySl .owl-nav {
    display: none !important;
}
.choseCategrySl .owl-dots {
    display: block !important;
    text-align: center;
}
.choseCategrySl button.owl-dot {
    background: rgba(105, 105, 105, 0.4);
    width: 8px;
    height: 8px;
    border: 0;
    outline: none !important;
    border-radius: 50%;
    margin: 7px;
}
.choseCategrySl button.owl-dot.active {
    background: #022D39;
}
.chooseImg img {
    height: 265px;
    object-fit: cover;
}
.detailsCont h2 {
    margin-bottom: 8px;
    font-weight: 500;
}
.popularPost img {
	max-height: 65px;
  object-fit: contain;
} 
.CategoriesImg img {
		 height: 200px;
	   max-height: 200px;
     object-fit: contain;
}
.TopStoryImg img ,.hightlighitem img {
	max-height: 210px;
    height: 210px;
    object-fit: cover;
}
.latestblogItem .BlogImg img {
    max-height: none;
    height: auto;
    object-fit: contain;
}
.color-overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: black;
   opacity: 0.4;
}
.popularPost_hd span {
    font-size: 10px;
    display: contents;
}
.popularPost_hd h6 {
    margin-bottom: 4px;
}
.detailsCont p{
    text-align: justify;
}

.main-home-banner{
    margin-top: 120px;
}
.mainBannerSliderIn .bannerSliderIn_item{
    background-repeat: no-repeat;
    height: 70vh;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.mainBannerSliderIn .bannerSliderRow {
    position: relative;
    z-index: 5;
    text-align: left;
    padding-top: 155px;
}
.mainBannerSliderIn .banner-title{
    font-size: 40px;
    line-height: 50px;
    color: #fff;
}
.mainBannerSliderIn .banner-title:hover{
    color: #fff;
    text-decoration: none;
}
.mainBannerSliderIn .shortTx{
    color: #fff;
}
.mainBannerSliderIn .owl-dots{
    position: absolute;
    bottom: 70px;
    right: 13%;
}
.mainBannerSliderIn .owl-dot{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0 5px;
    border: none;
    background-color: rgba(255,255,255,0.4);
}
.mainBannerSliderIn .owl-dot.active{
    background-color:#fff;
}
.mainBannerSliderIn .owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
    height: 40px 
}

.mainBannerSliderIn .owl-nav button{
    width: 40px;
    height: 40px;
    border: 1px solid #f5f8fa;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    color: #fff;
    background: transparent ;
}
.mainBannerSliderIn .owl-nav button:focus{

    outline: none;
}
.mainBannerSliderIn .owl-nav button span{
    font-size: 35px;
    line-height: 35px;
    font-weight: 400;
}
.mainBannerSliderIn .owl-nav .owl-prev{
    left: 50px;
    line-height: 40px;
    padding-left: 0;
    font-weight: 300;
    font-size: 13px;
    position: absolute;
}
.mainBannerSliderIn .owl-nav .owl-next{
    right: 50px;
    line-height: 40px;
    padding-left: 0;
    font-weight: 300;
    position: absolute;
    font-size: 13px;
}
.mainBannerSliderIn .technologytx span{
    display: inline-block;
    background: #002f34;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 6px ;
    color: #fff;
}
.mainBannerSliderIn .social a{
    font-size: 22px;
    padding-right: 15px;
}
#menu-main-menu .menu-item-has-children ul.sub-menu{
    display: none;
}
#menu-main-menu .menu-item-has-children:hover ul.sub-menu{
    display: block;
}
#menu-main-menu .menu-item-has-children ul.sub-menu {
    position: absolute;
    width: 260px;
    background: #fff;
    padding: 10px 20px;
    margin-top: 5px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 51%);
    border-radius: 0.2rem;
}
#menu-main-menu li.menu-item-has-children:before {
    right: 3px;
    top: 16px;
    width: 8px;
    height: 8px;
    border: solid #002F34;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    transition: all;
}
#menu-main-menu li.menu-item-has-children:hover:before{
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 19px;
}
#menu-main-menu li.menu-item-has-children .sub-menu li{
    width: 100%;
}
.menuDiv ul li {
    margin-left: 0;
    padding-right: 20px;
    margin-right: 10px;
}
.menuDiv ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.footer-menu h6{
    font-weight: 500;
}
.footer-bottom-text{
    font-size: 14px;
}
.footer-bottom-text p{
    font-size: 14px;
}
.popularbrand .tagsDv{
    background: transparent;
    padding: 0;
}
.popularbrand {
    display: flex;
    align-items: center;
}
.popularbrand ul{
    margin-left: 10px;
}
footer .social-links2 li a{
    background: transparent;
}
/* .latestblogItem{
    border: 1px solid #E2E5E2;
    background-color: #FFFFFF;
    box-shadow: 0 20px 30px 0 rgba(77,78,77,0.16);
    margin-bottom: 18px ;
} */

.popularbrand a:hover {
    color: #fff !important;
}
.menuDiv ul li:first-child{
    margin-right: 30px;
}
.mainBannerSliderIn.bannerSliderIn .BlogTx{
    padding-left: 0 ;
}



.section-faq-accordion .nav-pills .nav-link {
    border-radius: 0;
    border: none;
    padding: 20px;
    margin-bottom: 10px;
    text-align: left;
    background-color: #F7F5F5;
}
.section-faq-accordion .nav-pills .nav-link.active,.section-faq-accordion .nav-pills .nav-link:focus, .section-faq-accordion .nav-pills .show>.nav-link{
    border-bottom: 3px solid #002F34;
    color: #002F34;
    background-color: #F7F5F5;
    font-weight: 600;
    outline: none;
}
.section-faq-accordion .tab-content{
    box-shadow: 0 2px 4px rgb(0 0 0 / 51%);
    padding: 25px;
}
.section-faq-accordion .card-header{
    background-color: transparent;
    border-bottom:0 ;
}
.section-faq-accordion .accordion {
    margin-top: 30px;
}
.section-faq-accordion .accordion>.card {
    border-left: 0;
    border-right: 0;
}
.section-faq-accordion .btn-link:hover,.section-faq-accordion .btn-link{
    color: #002F34;
    padding-left: 0;
    font-weight: 600;
    text-decoration: none;
}
.section-faq-accordion .btn-link.collapsed{
    font-weight: 500;
}
.section-faq-accordion .btn-link.collapsed:before {
    right: 20px;
    top: 16px;
    width: 8px;
    height: 8px;
    border: solid #002F34;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    transition: all;
}
.section-faq-accordion .btn-link:before{
    right: 20px;
    top: 16px;
    width: 8px;
    height: 8px;
    border: solid #002F34;
    border-width: 0 2px 2px 0;
    content: "";
    position: absolute;
    transition: all;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    /* top: 19px; */
}
.read-more-btn{
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px;
    display: inline-block;
    margin-top: 300px;
}
.read-more-btn:hover{
   
    border: 2px solid #002F34;
    color: #002F34;
   text-decoration: none;
}
.bannerSliderIn_item .social{
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 99;
}

.mainBannerSliderIn.bannerSliderIn.owl-carousel .owl-item img{
    height: 70vh;
    display: block;
    margin: 0 auto;
    object-fit: fill;
}
@media (min-width:992px){
    .MEnuCldv.MenuCl_icon{
        display: none;
    }
}
@media (max-width:1100px){
    .menuDiv ul li:first-child{
        margin-right: 30px;
        padding-right: 20px;
    }
    .menuDiv ul li{
        margin-left: 0 !important;
        padding-right: 0;

    }
    .mainBannerSliderIn .bannerSliderRow {
        padding-left: 100px;
    }
    .mainBannerSliderIn .bannerSliderIn_item {
        height: 310px;
     }
     .mainBannerSliderIn .bannerSliderRow {
        padding-left: 100px;
    }
     .mainBannerSliderIn.bannerSliderIn.owl-carousel .owl-item img{
        height: 350px;
        object-fit: fill;
        /* transform: scale(1); */
    }
    .bannerSlider{
        padding-top: 0;
    }
}
@media (max-width:991px){
    .menu-item-has-children .sub-menu{
        display: none;
        padding-left: 20px;
    }
    #menu-toggle-menu li.menu-item-has-children:before {
        right: 20px;
        top: 16px;
        width: 8px;
        height: 8px;
        border: solid #002F34;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        content: "";
        position: absolute;
        transition: all;
    }
    #menu-toggle-menu li.menu-item-has-children.active:before{
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 19px;
    }
    .mainBannerSliderIn .owl-nav .owl-next {
        right: 25px;
    }
    .mainBannerSliderIn .owl-nav .owl-prev {
        left: 25px;
    }
    .mainBannerSliderIn .bannerSliderRow {
        padding-top: 155px;
        padding-left: 80px;
    }
    .mainBannerSliderIn .owl-nav{
        display: none;
    }
    .read-more-btn{
        margin-top: 130px;
        margin-right: 80px;
    }
}
@media (max-width:767px){
    
    .main-home-banner {
        margin-top: 140px;
    }
    .latestblogItem .BlogImg img, .TopStoryImg img, .hightlighitem img {
        /* max-height: 210px; */
        height: 210px;
        object-fit: contain;
        
    }
    .mainBannerSliderIn .bannerSliderRow {
        padding-top: 0;
        padding-left: 0;
    }
    .mainBannerSliderIn .bannerSliderIn_item {
        /* height: 195px; */
        background-position: center;
    }
    .mainBannerSliderIn .owl-dots {
        bottom: 30px;
        right: 3%;
    }
    .ftrebt .copyright_text{
        margin-top: 5px;
        text-align: center;
    }
    footer .ftrebt .social-links2{
        text-align: center;
    }
    .section-faq-accordion .btn-link:before{
        right: -15px;
    }
    .section-faq-accordion .btn-link.collapsed:before{
        right: -15px;
    }
    .read-more-btn{
        margin-top: 100px;
    }
    .mainBannerSliderIn .social a{
        font-size: 18px;
    }
    .bannerSliderIn_item .social {
        position: absolute;
        bottom: 5px;
        right: 0px;
    }
    .popularPost img {
        max-height: fit-content!important;
        object-fit: fill!important;
    }
}



.bannerSliderIn_item a.banner-link:before {
    /* background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.3));
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    height: 70vh;
    width: 100%;
    z-index: 9;
    filter: blur(10px); */
}
.bannerSliderIn_item .social a.banner-link{
    display: none;
}
.bannerSliderIn_item .social a:hover{
    text-decoration: none;
}
@media (max-width: 340px){
    .mainBannerSliderIn.bannerSliderIn.owl-carousel .owl-item img {
        height: 140px;
        object-fit: fill;
    }
    .mainBannerSliderIn .bannerSliderIn_item{
        height: 140px;
    }
    .bannerSliderIn_item a.banner-link:before{
        height: 140px;
    }
}
@media (min-width: 341px) and (max-width: 549px){
    .mainBannerSliderIn.bannerSliderIn.owl-carousel .owl-item img {
        height: 174px;
        object-fit: fill;
    }
    .mainBannerSliderIn .bannerSliderIn_item{
        height: 174px;
    }
    .bannerSliderIn_item a.banner-link:before{
        height: 170px;
    }
}
/* @media (max-width: 550px){
    .mainBannerSliderIn.bannerSliderIn.owl-carousel .owl-item img {
        height: 160px;
        object-fit: fill;
    }
    .mainBannerSliderIn .bannerSliderIn_item{
        height: 160px;
    }
    .bannerSliderIn_item a.banner-link:before{
        height: 160px;
    }
} */

@media (min-width: 550px) and (max-width: 580px) {
    .mainBannerSliderIn.bannerSliderIn.owl-carousel .owl-item img {
        height: 235px;
        object-fit: fill;
    }
    .mainBannerSliderIn .bannerSliderIn_item{
        height: 235px;

    }
    .bannerSliderIn_item a.banner-link:before{
        height: 235px;
    }
    .latestblogItem .BlogImg img {
        height: 210px;
    }
}
@media (min-width: 581px) and (max-width: 719px) {
    .mainBannerSliderIn.bannerSliderIn.owl-carousel .owl-item img {
        height: 260px;
        object-fit: fill;
    }
    .mainBannerSliderIn .bannerSliderIn_item{
        height: 260px;

    }
    .bannerSliderIn_item a.banner-link:before{
        height: 260px;
    }
    .latestblogItem .BlogImg img {
        height: 240px;
    }
    .bannerSlider {
        margin-top: -65px!important;
    }
}
@media (min-width: 720px) and (max-width: 768px) {
    .bannerSliderIn_item a.banner-link:before {
        height: 290px;
    }
    .mainBannerSliderIn .bannerSliderIn_item{
        height: 290px;
    }
    .mainBannerSliderIn.bannerSliderIn.owl-carousel .owl-item img {
        height: 290px;
        object-fit: fill;
    }
    .latestblogItem .BlogImg img {
        height: 270px;
    }
    .bannerSlider {
        margin-top: -65px!important;
    }
}
@media (min-width: 769px) and (max-width: 805px) {
    .mainBannerSliderIn.bannerSliderIn.owl-carousel .owl-item img {
        height: 290px;
        object-fit: fill;
    }
    .mainBannerSliderIn .bannerSliderIn_item{
        height: 290px;

    }
    .bannerSliderIn_item a.banner-link:before{
        height: 290px;
    }
    .latestblogItem .BlogImg img {
        height: 130px;
        
    }
}
@media (min-width: 806px) and (max-width:859px){
    .bannerSliderIn_item a.banner-link:before {
        height: 330px;
    }
    .mainBannerSliderIn .bannerSliderIn_item{
        height: 330px;
    }
    .mainBannerSliderIn.bannerSliderIn.owl-carousel .owl-item img {
        height: 330px;
        object-fit: fill;
    }
}
@media (min-width: 860px) and (max-width:959px){
    .bannerSliderIn_item a.banner-link:before {
        height: 360px;
    }
    .mainBannerSliderIn .bannerSliderIn_item{
        height: 360px;
    }
    .mainBannerSliderIn.bannerSliderIn.owl-carousel .owl-item img {
        height: 360px;
        object-fit: fill;
    }
}
@media (min-width: 960px) and (max-width:1079px){
    .bannerSliderIn_item a.banner-link:before {
        height: 400px;
    }
    .mainBannerSliderIn .bannerSliderIn_item{
        height: 400px;
    }
    .mainBannerSliderIn.bannerSliderIn.owl-carousel .owl-item img {
        height: 400px;
        object-fit: fill;
    }
}
@media (min-width: 1080px) and (max-width:1278px){
    .bannerSliderIn_item a.banner-link:before {
        height: 430px;
    }
    .mainBannerSliderIn .bannerSliderIn_item{
        height: 430px;
    }
    .mainBannerSliderIn.bannerSliderIn.owl-carousel .owl-item img {
        height: 430px;
        object-fit: fill;
    }
}
@media (min-width: 1279px) and (max-width:1600px){
    .bannerSliderIn_item a.banner-link:before {
        height: 450px;
    }
    .mainBannerSliderIn .bannerSliderIn_item{
        height: 450px;
    }
    .mainBannerSliderIn.bannerSliderIn.owl-carousel .owl-item img {
        height: 450px;
        object-fit: fill;
    }
}
@media (min-width: 1365px) and (max-width:1438px){
    .bannerSliderIn_item a.banner-link:before {
        height: 510px; 
        /* height: 55vh; */
    }
    .mainBannerSliderIn .bannerSliderIn_item{
        height: 510px;
         /* height: 55vh; */
    }
    .mainBannerSliderIn.bannerSliderIn.owl-carousel .owl-item img {
        height: 510px;
        object-fit: fill;
    }
}
@media (min-width: 1439px) and (max-width: 1599px){
    .bannerSliderIn_item a.banner-link:before {
        height: 550px;
    }
    .mainBannerSliderIn .bannerSliderIn_item{
        height: 550px;
    }
    .mainBannerSliderIn.bannerSliderIn.owl-carousel .owl-item img {
        height: 550px;
        object-fit: fill;
    }
}
@media (max-width:1599px){
    .bannerSlider .container.banner-container{
        max-width: 1520px;
    }
}
@media (min-width: 1600px) and (max-width: 1799px){
    .bannerSliderIn_item a.banner-link:before {
        height: 450px;
    }
    .mainBannerSliderIn .bannerSliderIn_item{
        height: 450px;
    }
    .mainBannerSliderIn.bannerSliderIn.owl-carousel .owl-item img {
        height: 450px;
        object-fit: fill;
    }
    .latestblogItem .BlogImg img {
        max-height: none;
        height: 176px;
        object-fit: fill;
    }
}
@media (min-width: 1800px) and (max-width: 1919px){
    .bannerSliderIn_item a.banner-link:before {
        height: 450px;
    }
    .mainBannerSliderIn .bannerSliderIn_item{
        height: 450px;
    }
    .mainBannerSliderIn.bannerSliderIn.owl-carousel .owl-item img {
        height: 450px;
        object-fit: fill;
    }
}
@media (min-width: 1920px) and (max-width: 3899px){
    .bannerSliderIn_item a.banner-link:before {
        height: 450px;
    }
    .mainBannerSliderIn .bannerSliderIn_item{
        height: 450px;
    }
    .mainBannerSliderIn.bannerSliderIn.owl-carousel .owl-item img {
        height: 450px;
        object-fit: fill;
    }
}
@media (min-width: 3800px){
    .bannerSliderIn_item a.banner-link:before {
        height: 470px;
    }
    .mainBannerSliderIn .bannerSliderIn_item{
        height: 470px;
    }
    .mainBannerSliderIn.bannerSliderIn.owl-carousel .owl-item img {
        height: 470px;
        object-fit: fill;
    }
}







