@font-face {
    src: url(../fonts/Almarai-Regular.woff) format("woff");
    font-family: "fnormal";
    font-weight: 300;
    font-display: swap
}

@font-face {
    src: url(../fonts/Almarai-Light.woff) format("woff");
    font-family: "flight";
    font-weight: 300;
    font-display: swap
}

@font-face {
    src: url(../fonts/Almarai-Bold.woff) format("woff");
    font-family: "fbold";
    font-weight: 800;
    font-display: swap
}

ul {
    padding: 0 !important;
}

body {
    font-family: "fnormal";
    line-height: 2;
}

p {
    font-family: "fnormal";
}

a {
    text-decoration: none;
}

.meanmenu-reveal p {
    width: 28px;
    height: 28px;
    background-image: url("/../filestorage/images/menu.svg");
    background-position: center;
    background-size: cover;
    margin: 0;

}

.meanmenu-reveal {
    transition: all ease 0.2s;
}

.logo_img img {
    width: 55px;
}

.slider-link-hover {
    stroke: #000000;
}

.slider-button:hover .slider-link-hover {
    stroke: #fcfcfc
}

.techno_nav_manu {
    /* background: transparent; */
    background: #00000061;
    z-index: 444;
    position: relative;
    margin-bottom: -91px;
    border-bottom: 1px solid #807e94;
}

.up.techno_nav_manu {
    background: #1B192F;
    z-index: 444;
    position: relative;
    margin-bottom: -91px;
    border-bottom: 1px solid #807e94;
}

.upper1.techno_nav_manu {
    background: transparent;
    z-index: 444;
    position: relative;
    margin-bottom: -91px;
    border-bottom: 1px solid #807e94;
    padding: 0 0 0 42px;
}

.logo2 img {
    width: 45%;
}

.techno_menu ul {
    list-style: none;
    display: inline-block;
    margin-left: 30px;
}

.techno_menu>ul>li {
    display: inline-block;
    position: relative;
}

.techno_menu>ul>li>a {
    display: block;
    margin: 15px 10px;
    -webkit-transition: .5s;
    position: relative;
    color: #fff;
    font-size: 18px;
    background: linear-gradient(to right, #1cbe9d, #1cbe9d, 50%, #fff 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200%, 100%;
    background-position: 100%;
}

ul.nav_scroll li i {
    font-size: 15px;
    display: inline-block;
}

.techno_menu>ul>li>a:hover {
    background-position: 0%;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: rgb(31, 162, 245);
    background: linear-gradient(90deg, rgba(31, 162, 245, 1) 0%, rgba(22, 142, 230, 1) 12%, rgba(12, 117, 211, 1) 32%, rgba(5, 99, 198, 1) 53%, rgba(1, 89, 190, 1) 74%, rgba(0, 86, 188, 1) 100%);
    transition: .5s;
    z-index: 999;
    border: 0;
}

.sticky .techno_menu>ul>li>a {
    display: block;
    margin: 15px 13px;
    transition: .5s;
    position: relative;
    color: #fff;
    font-size: 16px;

}

.techno_menu ul .sub-menu {
    position: absolute;
    right: 0;
    top: 130%;
    width: 240px;
    text-align: right;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    border-top: 2px solid #1fa2f5;
}

.sub-menu2 {
    right: 240px !important;
}

.techno_menu ul li:hover>.sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
    z-index: 9;
}

.techno_menu ul li:hover>.sub-menu2 {
    top: -2px;
}

.techno_menu ul .sub-menu li {
    position: relative;
}

.techno_menu ul .sub-menu li a {
    display: block;
    padding: 10px 20px;
    margin: 0;
    line-height: 1.3;
    font-size: 17px;
    transition: .1s;
    visibility: inherit !important;
    color: #616161;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.techno_menu ul .sub-menu li:hover>a,
.techno_menu ul .sub-menu .sub-menu li:hover>a,
.techno_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.techno_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: #1fa2f5;
    color: #fff !important;
    text-decoration: none;
}

.s-25 {
    width: 25px;
    height: 25px;
}

.s-20 {
    width: 20px;
    height: 20px;
}

a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    background: #1fa2f5;
    min-height: 60px;
    padding: 4px 0 0;
    position: relative;
    width: 100%;
    z-index: 999999;
}

.mean-container .meanmenu-reveal {
    padding: 15px;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-size: 1px;
    display: block;
    float: right;
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #0c1923
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none
}

.mean-container .mean-nav ul li {
    background: #f8f8f8 none repeat scroll 0 0;
    float: right;
    position: relative;
    width: 100%;
    border-top: 1px solid#ddd;
}

.mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #666666;
    display: block;
    float: right;
    font-size: 1rem;
    margin: 0;
    padding: 1em 5%;
    text-align: right;
    width: 90%;
    font-family: fbold;
}

.mobile-menu-area {
    background: #262626;
}

.mean-container .mean-nav ul li li a {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.75;
    padding: 1em 10%;
    text-shadow: none !important;
    visibility: visible;
    width: 80%;
    color: #444;
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: 0;
    margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #F47E1E;
}

.mean-container .mean-nav ul li a.mean-expand {
    width: 26px;
    height: 15px;
    margin-top: 3px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(255, 255, 255, .1);
    border: 0 !important;
    background: #F8F8F8;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: #f8f8f8;
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mean-remove {
    display: none !important
}

/* .mean-container .mean-bar::after {
    color: #ffffff;
    content: "MENU";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
  } */

/* .mean-container .mean-bar::after {
    display: none;
  } */

.mean-container .mean-nav ul li a:hover {
    color: #0762f8;
    border-radius: 0;
}

.mobile-menu-area {
    background: #fff none repeat scroll 0 0;
}

.mean-container .mean-nav ul li a {
    background: #fff;
    color: #444;
    display: block;
}

.mean-container .mean-nav ul li a.mean-expand {
    background: none;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: none;
}

.mean-container .mean-nav ul li {
    background: #444;
}

.mean-container .mean-nav ul li li a {
    color: #151948;
    opacity: .90;
    border-top: 0;
}

.mean-container a.meanmenu-reveal {
    color: #fff;
}

.meanmenu-reveal.meanclose:hover {
    color: #fff !important;
}

.mean-container .mean-bar::before {
    color: #fff;
    content: "";
    font-size: 1.2rem;
    right: 70px;
    position: absolute;
    top: 13px;
}

.mean-container .mean-bar::after {
    color: #fff;
    content: " ";
    left: 18px;
    position: absolute;
    top: 10px;
    background-image: url("/../filestorage/images/logo.svg");
    background-position: center;
    background-size: cover;
    width: 50px;
    height: 50px;
}

.mobile-menu-area {
    background: #262626;
}

.overlay-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00000087;
}

.slider-area {
    background-image: url("../images/bg-slider.svg");
    height: 875px !important;
    background-position: center center;
    background-size: contain;
    background-repeat: repeat;
    position: relative;
    z-index: 1;
}

.slider-content h4 {
    font-size: 22px;
    color: #fff;
    letter-spacing: 1px;
    animation: 0.8s 0.8s fadeInUp both;
    border-top: 1px solid #03be9d;
    display: inline-block;
    margin-bottom: 9px;
    padding-top: 9px;
}

.slider-content h1 {

    color: #fff;
    animation: 1s 1.6s fadeInUp both;
}

.slider-content p {
    color: #fff;
    margin: 10px 0 14px;
    font-size: 16px;
    animation: 1s 2s fadeInUp both;

}

.slider-button a {
    background: linear-gradient(90deg, rgba(31, 162, 245, 1) 0%, rgba(22, 142, 230, 1) 12%, rgba(12, 117, 211, 1) 32%, rgba(5, 99, 198, 1) 53%, rgba(1, 89, 190, 1) 74%, rgba(0, 86, 188, 1) 100%);
    padding: 10px 8px;
    color: #fff;
    font-size: 1rem;
    display: inline-block;
    border: 1px solid rgb(31, 162, 245);
    ;
    margin-top: 24px;
    transition: .5s;

    z-index: 2;
    animation: 1s 2s fadeInUp both;
    position: relative;
}

.slider-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    transform: scale(0);
    transition: .5s;
}

.slider-button i {
    display: inline-block;
    font-size: 15px;
    margin-right: 7px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    transition: .3s;
}

a.slider-button3 {
    background: transparent;
    border: 1px solid #fff;
    margin-left: 16px;
    position: relative;
    z-index: 1;
}

a.slider-button3:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #1fa2f5;
    transform: scale(0);
}

.slider-button a:hover:before {
    transform: scale(1);
}

.slider-button a:hover {
    color: #1fa2f5;
    border: 1px solid #fff;
}

.slider-button a:hover i {
    background: #1fa2f5;
    color: #fff;
}

a.slider-button3:hover:before {
    transform: scale(1);
}

a.slider-button3:hover {
    color: #fff;
    border: 1px solid #1fa2f5;
}

a.slider-button3:hover i {
    background: #fff;
    color: #18326d;
}

.dreamit-slider-thumb {
    margin-top: 45px;
}

.slider-socail-icon {
    position: absolute;
    right: -50px;
    top: 55px;
    width: 52px;
}

.slider-socail-icon a {
    width: 30px;
    height: 30px;
    display: block;
    background: transparent;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    margin: 11px 0;
    border: 1px solid #fff;
    border-radius: 100%;
    transition: .3s;
}

.slider-socail-icon span {
    font-size: 18px;
    color: #fff;
    writing-mode: vertical-rl;
    margin-top: 60px;
}

.dreamit-slider-thumb-1 {
    position: relative;
    animation: 0.8s 0.8s fadeInUp both;
}

.dreamit-slider-thumb-1 img {
    z-index: 0;
    position: relative;
    border-radius: 6px;
    filter: grayscale(1);
}

.dreamit-slider-thumb-1::before {
    position: absolute;
    content: "";
    top: -50px;
    left: -50px;
    /* right: 3rem;
    bottom: 3rem; */
    border: 5px solid #fcfcfc;
    border-radius: 6px;
    width: 100%;
    height: 100%;
}

span.follow-us {
    position: relative;
    z-index: 1;
    left: 12px;
}

span.follow-us:before {
    position: absolute;
    content: "";
    z-index: 1;
    background: #e29f5b;
    width: 2px;
    height: 49px;
    top: -58px;
    left: 14px;
}

.slider-socail-icon a:hover {
    background: #e29f5b;
    color: #fff;
    border: 1px solid #e29f5b;
}

.col-lg-3.col-md-6.col-sm-12.padding-left {
    padding-left: 0;
    padding-right: 0;
}

p.text-color {
    color: #b4bfc5;
}

.scroll-area {
    position: relative;
    z-index: 999;
}

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #e29f5b 0%, #ffc451 100%);
    background-image: -webkit-linear-gradient(0deg, #e29f5b 0%, #ffc451 100%);
    background-image: -ms-linear-gradient(0deg, #e29f5b 0%, #ffc451 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: -moz-linear-gradient(0deg, #e29f5b 0%, #ffc451 100%);
    background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
    background-image: -ms-linear-gradient(0deg, #e29f5b 0%, #ffc451 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
    color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    -o-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%;
}

.top-wrap {
    position: relative;
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background-image: -moz-linear-gradient(90deg, rgba(31, 162, 245, 1) 0%, rgba(22, 142, 230, 1) 12%, rgba(12, 117, 211, 1) 32%, rgba(5, 99, 198, 1) 53%, rgba(1, 89, 190, 1) 74%, rgba(0, 86, 188, 1) 100%);
    background: linear-gradient(90deg, rgba(31, 162, 245, 1) 0%, rgba(22, 142, 230, 1) 12%, rgba(12, 117, 211, 1) 32%, rgba(5, 99, 198, 1) 53%, rgba(1, 89, 190, 1) 74%, rgba(0, 86, 188, 1) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(31, 162, 245, 1) 0%, rgba(22, 142, 230, 1) 12%, rgba(12, 117, 211, 1) 32%, rgba(5, 99, 198, 1) 53%, rgba(1, 89, 190, 1) 74%, rgba(0, 86, 188, 1) 100%);
}

.top-wrap .go-top-button i {
    font-size: 20px;
    padding-left: 4px;
    color: #fff;
}

.top-wrap .go-top-button::after,
.play-icon::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    -o-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(90deg, rgba(31, 162, 245, 1) 0%, rgba(22, 142, 230, 1) 12%, rgba(12, 117, 211, 1) 32%, rgba(5, 99, 198, 1) 53%, rgba(1, 89, 190, 1) 74%, rgba(0, 86, 188, 1) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(31, 162, 245, 1) 0%, rgba(22, 142, 230, 1) 12%, rgba(12, 117, 211, 1) 32%, rgba(5, 99, 198, 1) 53%, rgba(1, 89, 190, 1) 74%, rgba(0, 86, 188, 1) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(31, 162, 245, 1) 0%, rgba(22, 142, 230, 1) 12%, rgba(12, 117, 211, 1) 32%, rgba(5, 99, 198, 1) 53%, rgba(1, 89, 190, 1) 74%, rgba(0, 86, 188, 1) 100%);
    border-radius: 100%;
}

.play-icon::after {
    width: 65px !important;
    height: 65px !important;
    right: 13px !important;
    top: 13px !important;
}

.top-wrap .go-top-button:hover {
    background-color: #222;
    color: #fff;
}

@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

.p-60 {
    padding: 60px;
}

.p-45 {
    padding: 45px;
}

.info-section {
    background: #fcfcfcfc;
    margin-top: -66px;
    position: relative;
    z-index: 9;
    box-shadow: 8px 9px 35px 0px rgba(49, 49, 49, 0.08);
}

.info-button {
    border: 1px solid #54ced4;
    transition: all 0.2s;
}

.info-button:hover {
    border: 1px solid #54ced4 !important;
    background: #fcfcfc !important;
    transition: all ease-in-out 0.2s;
    color: #54ced4 !important;
}

/* news section */
.img-news {
    border-bottom-right-radius: 150px;
    height: 240px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.news-section {
    position: relative;
    background: #fcfcfc;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    padding-bottom: 20px;
}
.news-section h2{
    font-size: 23px;
    height: 115px;
}
.news-section p{
    height: 100px;
    overflow: hidden;
}
.date-news {
    width: 60px;
    height: 60px;
    background: linear-gradient(90deg, rgba(31, 162, 245, 1) 0%, rgba(22, 142, 230, 1) 12%, rgba(12, 117, 211, 1) 32%, rgba(5, 99, 198, 1) 53%, rgba(1, 89, 190, 1) 74%, rgba(0, 86, 188, 1) 100%);
    position: absolute;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    flex-direction: column;
    align-items: center;
    bottom: 0;
    right: 30px;
    font-family: 'fbold';
    color: #fcfcfc;
    line-height: 1.2;
    font-size: 13px;
}
.photo-gallery{
    width: 100%;
    height: 500px;
    object-fit: cover;
    z-index: 1;
    position: relative;
    box-shadow: 1.25rem 1.375rem 4.75rem 0 rgba(0, 0, 0, .22) !important;
}
.overlay-gallery{
    width: 13rem;
    height: 13rem;
    top: -3.5rem;
    left: -4rem;
    opacity: 0.8;
    position: absolute;
    z-index: 0;
    box-shadow: 1.25rem 1.375rem 4.75rem 0 rgba(0, 0, 0, .22) !important;
}
.footer-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000008f;
    top: 0;
    z-index: 0;
}

.footer-middle.upper {
    padding: 87px 0 0;
}

.footer-middle {
    background: url(/../filestorage/images/bg-footer.jpg);
    padding: 100px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #151515;
}

.techno-logo {
    margin-top: 10px;
}

.company-info-desc p {
    padding: 0px 16px 0 0px;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 13px;
    line-height: 1.6;
}

.company_icon a {
    display: inline-block;
    margin: 5px 6px 0;
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #292643;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    border: 1px solid #fcfcfc;
}

.company_icon a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #0a58ca;
    transform: scale(0);
    margin: auto;
    transition: .5s;
    border-radius: 3px;
}

.company_icon a:hover:before {
    transform: scale(1);
    background: #0a58ca;
}

.company_icon a i:hover {
    color: #fff;
}

.widget.widget-nav-menu {
    padding-left: 15px;
}

h4.widget-title {
    color: #fff;
    padding-bottom: 28px;
    margin-top: 0;
    font-family: 'fnormal';
    font-size: 1.2rem;
}

h4.widget-title span {
    color: rgb(31, 162, 245);
}

.menu-quick-link-content ul li,
.footer-recent-post ul li {
    display: block;
    list-style: none;
    position: relative;
    z-index: 1;
    padding-right: 8px;
}

.menu-quick-link-content ul li:before,
.footer-recent-post ul li:before {
    position: absolute;
    z-index: 1;
    content: "";
    top: 17px;
    right: -15px;
    width: 10px;
    height: 1px;
    border-radius: 50%;
    background: #fff;
}

.menu-quick-link-content ul li a,
.footer-recent-post ul li a {
    display: inline-block;
    color: #fff;
    padding: 0 0 5px;
    transition: .5s;
    background-image: linear-gradient(to right, #1cbe9d, #1cbe9d, 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-family: 'fnormal';
    font-size: 1rem;

}

.menu-quick-link-content ul li a:hover,
.footer-recent-post ul li a:hover {
    background-position: 0%, 100%;
    padding-right: 6px;
}

.footer-recent-post {
    margin-bottom: 24px;
}

/* .footer-socail-icon {
    float: left;
    margin-left: 20px;
} */

/* .footer-socail-icon i {
    display: inline-block;
    font-size: 26px;
    color: #e29f5b;
} */

.footer-socail-info p,
.footer-socail-info2 p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.footer-bottom-content {
    padding-top: 22px;
    padding-bottom: 22px;
}

.row.footer-bottom {
    border-top: 1px solid #1fa2f5;
    margin-top: 80px;
}

.footer-bottom-content-copy p {
    color: #fff;
    text-align: right;
}

.footer-bottom-content-copy span {
    color: #1fa2f5;
}

.footer-bottom-menu p {
    color: #fff;
    padding: 20px 0 0;
}

/* team member */
.title-section {
    color: #00B98E;
    border: 1px solid #dee2e6 !important;
    border-radius: 50rem;
}

.team-item::before,
.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    z-index: -1;
}

.team-item {
    padding: 30px;
    text-align: center;
    z-index: 1;
    /* color: #1cb98e; */
    position: relative;
}

.team-item::after {
    top: auto;
    bottom: 0;
}

.team-item h5 {
    font-family: "fbold";
}

.team-item p {
    color: #666565;
}

.img-fluid {
    padding: 15px;
    border: 1px solid #00B98E;
    height: 246px;
    width: 246px;
    object-fit: cover;
}

.speaker-share {
    border: 1px solid #00B98E;
}

.team-item:hover::before,
.team-item:hover::after {
    background: #008585;
}

.team-item:hover h5,
.team-item:hover p {
    color: #fcfcfc;
}

/* counter */
.counter-icon {
    width: 65px;
    height: 65px;
}

.bg-counter {
    background: #ffffff
}

.timer {
    font-family: "fnormal";
    margin: 0;
}

.count-text {
    font-size: 18px;
    font-family: "fbold";
    margin: 0;
}

/* responsive */

@media (min-width: 1200px) and (max-width: 1499px) {
    .dreamit-slider-thumb-1 img {
        width: 100%;
    }

    /* .dreamit-slider-thumb-1 {
        margin-left: -150px;
    } */
}

@media (min-width: 992px) and (max-width: 1199px) {
    .logo2 img {
        width: 75%;
    }

    .techno_menu>ul>li>a {
        margin: 24px 7px;
    }

    .sticky .techno_menu>ul>li>a {
        margin: 30px 8px;
    }

    nav.techno_menu {
        text-align: left !important;
    }

    .slider-content {
        padding-left: 25px;
    }

    .slider-socail-icon {
        left: 5px;
    }

    .dreamit-slider-thumb-1 {
        right: -148px;
        top: -126px;
    }

    .dreamit-slider-thumb-1 img {
        width: 82%;
    }

    .slider-button a {
        padding: 14px 25px;
    }

    .single_blog_content {
        padding: 22px 25px 30px 25px;
    }

    .footer-socail-info2 {
        overflow: hidden;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .comment-dean {
        padding: 25px 20px 25px !important;
    }

    .techno_nav_manu {
        display: none;
    }

    .slider-content h1 {
        line-height: 35px;
    }

    .slider-socail-icon {
        left: 4px;
        bottom: 284px;
    }

    .techno-sinlge-service-box {
        margin-bottom: 30px;
    }

    li.nav-item {
        padding-right: 25px;
    }

    .post-categories {
        margin-right: 10px;
    }

    .footer-socail-info2 {
        overflow: hidden;
    }

    .company_icon {
        padding-bottom: 30px;
    }

    .dreamit-slider-thumb-1 img {
        width: 100%;
    }

    .slider-button a {
        padding: 12px 30px;
    }

    .slider-button i {
        margin-left: 5px;
        width: 22px;
        height: 22px;
        line-height: 22px;
    }

    a.slider-button3 {
        margin-left: 0;
    }

    .row.footer-bottom {
        margin-top: 5px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .comment-dean {
        padding: 25px 20px 25px !important;
    }

    .dreamit-slider-thumb-1 img {
        width: 45%;
    }

    .dreamit-slider-thumb-1 img {
        width: 100%;
    }

    .techno_nav_manu {
        display: none;
    }

    .slider-socail-icon {
        left: 22px;
        bottom: 285px;
    }

    .dreamit-slider-thumb-1 {
        right: -108px;
        top: 345px;
    }

    h4.widget-title {
        margin-top: 15px;
    }

    .footer-socail-icon {
        float: inherit;
        margin-right: 20px;
    }

    .footer-bottom-content-copy p {
        margin-bottom: 0;
    }

    .dreamit-section-title h2 {
        line-height: 1;
    }

    li.nav-item {
        padding-right: 20px;
    }

    .menu-quick-link-content ul li:before {
        left: 172px;
    }

    .footer-recent-post ul li:before {
        left: 182px;
    }

    .dreamit-department-thumb img {
        width: inherit;
    }

    .row.footer-bottom {
        margin-top: 15px;
    }

    .dreamit-section-title:after {
        left: -72px;
        right: 0;
        margin: auto;
    }

    .single_blog_content:before {
        bottom: 68px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
    .footer-bottom-content-copy p {
        font-size: 70% !important;
        line-height: 2;
    }

    .footer-bottom-content {
        padding: 15px 0 !important;
    }

    .comment-dean {
        padding: 25px 20px 25px !important;
    }

    .slider-area {
        height: 775px !important;
    }

    .dreamit-slider-thumb-1 {
        margin-top: 50px;
        position: relative;
        right: 0;
        top: 0;
    }

    .dreamit-slider-thumb-1 img {
        width: 75%;
    }

    .techno_nav_manu {
        display: none;
    }

    .slider-content h1 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .slider-button a {
        margin-top: 0;
    }

    .slider-socail-icon {
        display: none;
    }

    .slider-content.text-right {
        text-align: right !important;
    }

    h4.widget-title {
        margin-top: 15px;
    }

    .row.footer-bottom {
        margin-top: 20px;
    }

    .menu-quick-link-content ul li:before {
        left: 172px;
    }

    .footer-recent-post ul li:before {
        left: 182px;
    }

    .post-categories {
        margin-right: 16px;
    }

    li.nav-item {
        padding-right: 12px;
    }

    .dreamit-section-title:after {
        right: 110px !important;
    }

    .footer-middle {
        padding: 50px 0 0;
        margin-top: 20px;
    }
}