.tw-bg-gray-300 {
    background-color: #e2e8f0 !important
}

.tw-bg-gray-800 {
    background-color: #2d3748 !important
}

.tw-bg-gray-900 {
    background-color: #1a202c !important
}

.tw-border-gray-300 {
    border-color: #e2e8f0 !important
}

.tw-rounded {
    border-radius: .25rem !important
}

.tw-rounded-t {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.tw-border-solid {
    border-style: solid !important
}

.tw-border {
    border-width: 1px !important
}

.tw-inline-block {
    display: inline-block !important
}

.tw-flex {
    display: -webkit-box !important;
    display: flex !important
}

.tw-flex-wrap {
    flex-wrap: wrap !important
}

.tw-items-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important
}

.tw-items-center {
    -webkit-box-align: center !important;
    align-items: center !important
}

.tw-justify-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important
}

.tw-justify-center {
    -webkit-box-pack: center !important;
    justify-content: center !important
}

.tw-justify-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important
}

.tw-float-right {
    float: right !important
}

.tw-float-left {
    float: left !important
}

.tw-clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important
}

.tw-font-medium {
    font-weight: 500 !important
}

.tw-font-bold {
    font-weight: 700 !important
}

.tw-m-0 {
    margin: 0 !important
}

.tw-m-auto {
    margin: auto !important
}

.tw-my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.tw-my-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important
}

.tw-mx-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important
}

.tw-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important
}

.tw-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.tw-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.tw-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
}

.tw-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
}

.tw-my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.tw-mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
}

.tw-my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
}

.tw-mr-2 {
    margin-right: .5rem !important
}

.tw-mb-3 {
    margin-bottom: .75rem !important
}

.tw-mt-6 {
    margin-top: 1.5rem !important
}

.tw-ml-8 {
    margin-left: 2rem !important
}

.tw-mt-12 {
    margin-top: 3rem !important
}

.tw-max-h-full {
    max-height: 100% !important
}

.tw-p-2 {
    padding: .5rem !important
}

.tw-p-3 {
    padding: .75rem !important
}

.tw-px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important
}

.tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.tw-pl-3 {
    padding-left: .75rem !important
}

.tw-relative {
    position: relative !important
}

.tw-shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important
}

.tw-text-center {
    text-align: center !important
}

.tw-text-right {
    text-align: right !important
}

.tw-text-black {
    color: #222 !important
}

.tw-text-white {
    color: #fff !important
}

.tw-text-gray-200 {
    color: #edf2f7 !important
}

.tw-text-lg {
    font-size: 1.125rem !important
}

.tw-text-2xl {
    font-size: 1.5rem !important
}

.tw-text-3xl {
    font-size: 1.875rem !important
}

.tw-text-4xl {
    font-size: 2.25rem !important
}

.tw-capitalize {
    text-transform: capitalize !important
}

.tw-w-1\/2 {
    width: 50% !important
}

.tw-w-1\/3, .tw-w-2\/6 {
    width: 33.333333% !important
}

.tw-w-3\/12 {
    width: 25% !important
}

.tw-w-8\/12 {
    width: 66.666667% !important
}

.tw-w-full {
    width: 100% !important
}

* {
    font-family: Cairo
}

.section-title {
    position: relative;
    display: inline-block;
    padding: 7px 51px 7px 16px;
    font-weight: bolder !important;
    color: #232222;
    font-size: 28px !important;
    z-index: 99
}

.section-title:before {
    left: -35px;
    top: 0;
    z-index: -5;
    background: #db0005
}

.section-title:after, .section-title:before {
    position: absolute;
    width: 40px;
    height: 5px;
    top: 50%;
    /*transform: translateY(50%);*/
    content: "";
    display: inline-block;
    /*-webkit-clip-path: polygon(0 0, 89% 0, 76% 100%, 0 100%);*/
    /*clip-path: polygon(0 0, 89% 0, 76% 100%, 0 100%)*/
}

.section-title:after {
    right: -8px;
    z-index: -6;
    color: #fff;
    background: #db0005
}

header {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 50px;
    background: #fafafa;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    width: 100%;
    box-sizing: border-box
}

header .logo {
    color: #fff;
    float: left;
    font-weight: 700
}

header nav {
    float: right
}

header nav ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex
}

header nav ul li {
    list-style: none;
    position: relative
}

header nav ul li.sub-menu:before {
    font-family: Font Awesome\ 5 Free;
    content: "\F107";
    font-weight: 900;
    position: absolute;
    line-height: 50px;
    color: #16191f;
    right: 5px
}

header nav ul li ul {
    position: absolute;
    left: 0;
    background: #fdfdfd;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    display: none
}

header nav ul li.active ul {
    display: block;
    z-index: 9
}

header nav ul li ul li {
    display: block;
    width: 200px
}

header nav ul li a {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #16191f;
    text-decoration: none;
    display: block
}

header nav ul li a:hover {
    color: #de0005;
    font-weight: bolder;
    text-decoration: none !important
}

.menu-toggle {
    color: #fff;
    float: right;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    display: none
}

@media (max-width: 991px) {
    header {
        padding: 0 20px
    }

    header nav {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #fafafa;
        top: 0;
        left: -100%;
        -webkit-transition: .5s;
        transition: .5s;
        z-index: 999;
        overflow: scroll
    }

    header nav.active {
        left: 0
    }

    header nav ul {
        display: block;
        text-align: center
    }

    header nav ul li a {
        border-bottom: 1px solid rgba(0, 0, 0, .2)
    }

    .menu-toggle {
        display: block
    }

    .menu-toggle-div {
        position: fixed;
        top: 2.8%;
        right: 0;
        z-index: 1111
    }

    header nav ul li:hover ul {
        color: #de0005;
        font-weight: bolder
    }

    header nav ul li.active ul {
        display: contents
    }

    header nav ul li ul li {
        width: 100%
    }
}

.menu-icon-wrapper {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: .5em 2em;
    pointer-events: none;
    -webkit-transition: .1s;
    transition: .1s
}

.menu-icon-wrapper svg {
    position: absolute;
    top: -33px;
    left: -33px;
    -webkit-transform: scale(.1);
    transform: scale(.1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.menu-icon-wrapper svg path {
    stroke: #16191f;
    stroke-width: 60px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: transparent
}

.menu-icon-wrapper .menu-icon-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    pointer-events: auto;
    background: none;
    border: none;
    margin: 0;
    padding: 0
}

.menu-icon-wrapper .menu-icon-trigger:focus, .menu-icon-wrapper .menu-icon-trigger:hover {
    outline: none
}

.carousel-bg-dark {
    width: 54%;
    position: absolute;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .72)), to(transparent));
    background: linear-gradient(90deg, rgba(0, 0, 0, .72), transparent);
    top: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.carousel-title {
    font-size: 2.2rem;
    color: #fff;
    position: relative;
    padding: 1.5rem 0
}

.carousel-title:after {
    content: "";
    width: 13rem;
    height: 7px;
    background: #f5241c;
    position: absolute;
    left: 20px;
    bottom: 0
}

.carousel-title:before {
    content: "";
    width: 13rem;
    height: 10px;
    background: orange;
    position: absolute;
    left: -17px;
    bottom: -7px;
    z-index: 5
}

.carousel-img {
    width: 100vw
}

.carousel-body {
    font-size: 1.3rem;
    color: #fff
}

.carousel-btn {
    margin: 30px
}

.carousel-btn > a {
    border-color: #dbdbdb;
    color: #fff !important;
    border-width: 1px;
    font-size: 1rem;
    cursor: pointer;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    padding: 3px 17px;
    border-radius: 50px;
    background: #f5241c;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

.carousel-btn a:hover {
    background: #de221b
}

.carousel-btn a:active, .carousel-btn a:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)
}

.carousel-btn a:active {
    background: #c01e17
}

#section-feature ul {
    margin: 100px 0 0;
    padding: 0;
    list-style: none;
    position: relative
}

#section-feature li {
    box-sizing: border-box;
    position: relative;
    height: 380px;
    padding: 2%;
    float: left;
    margin-bottom: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#section-feature .sf-wrap {
    background-repeat: no-repeat;
    position: absolute;
    max-width: 280px;
    width: 100%;
    height: 100%;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
    left: 50%;
    margin-left: -140px;
    top: 0;
    -webkit-perspective: 600px;
    perspective: 600px;
    cursor: pointer
}

.sf-mdl-left, .sf-mdl-left-full, .sf-mdl-right, .sf-mdl-right-full {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: hidden
}

.sf-icon {
    position: absolute;
    top: 90px;
    text-align: center;
    width: 100%;
    left: 0;
    width: 200%;
    color: #fb527a
}

.sf-mdl-left-full .sf-icon, .sf-mdl-right-full .sf-icon {
    color: #fff
}

.sf-mdl-right, .sf-mdl-right-full {
    left: auto;
    right: 0
}

.sf-mdl-left-full, .sf-mdl-right-full {
    background-color: #f2ac29;
    border-bottom: 17px solid #f22222;
    z-index: 9;
    color: #fff
}

.sf-wrap a {
    color: #fff;
    text-decoration: none;
    margin-top: 110px
}

.sf-mdl-left, .sf-mdl-right {
    background-color: #fff;
    z-index: 10
}

.sf-wrap > .sf-mdl-right, .sf-wrap > .sf-mdl-right-full {
    background-position: right -30px
}

.sf-wrap > .sf-mdl-left-full, .sf-wrap > .sf-mdl-right {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.sf-wrap.hover > .sf-mdl-right {
    -webkit-transform: rotateY(-45deg);
    transform: rotateY(-45deg);
    background-color: #ececec
}

.sf-wrap > .sf-mdl-left-full {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.sf-wrap.active > .sf-mdl-right, .sf-wrap.hover.active > .sf-mdl-right {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.sf-wrap.active > .sf-mdl-left-full {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.active .sf-mdl-left-full, .active .sf-mdl-right-full {
    z-index: 11
}

.sf-wrap div h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px
}

.sf-wrap div h3, .sf-wrap div p {
    width: 200%;
    position: absolute;
    text-align: center;
    left: 0;
    top: 190px
}

.sf-wrap div p {
    padding: 0 10%;
    line-height: 18px;
    font-size: 14px;
    top: 180px
}

.sf-mdl-right-full .sf-icon, .sf-mdl-right .sf-icon, .sf-wrap div.sf-mdl-right-full h3, .sf-wrap div.sf-mdl-right-full p, .sf-wrap div.sf-mdl-right h3, .sf-wrap div.sf-mdl-right p {
    left: auto;
    right: 0
}

.sf-wrap div.sf-mdl-left-full h3, .sf-wrap div.sf-mdl-right-full h3 {
    top: 175px
}

.sf-wrap p {
    margin-top: 55px
}

.sf-wrap a {
    margin-top: 50px
}

.post {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.post img {
    width: 100%;
    height: auto
}

.img-wrapper {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    max-height: 250px;
    overflow: hidden
}

.img-wrapper img {
    -webkit-transition: all 1.5s;
    transition: all 1.5s
}

.img-wrapper:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.content-wrapper {
    padding: 30px;
    position: relative
}

.content-wrapper:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 25px solid #150329;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.content-wrapper .title {
    margin: 15px unset;
    text-transform: uppercase
}

.content-wrapper p {
    color: #6e797e;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 20px
}

.comments-readmore {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #f5f5f5
}

.comments {
    padding: 20px 25px;
    border-right: 1px solid #f5f5f5
}

.readmore {
    border-left: 1px solid #f5f5f5;
    padding: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    background: #f5f5f5;
    cursor: pointer
}

.readmore .dot {
    height: 4px;
    width: 4px;
    background: #000;
    margin-right: 3px;
    border-radius: 50%;
    -webkit-animation: bounce 1.5s linear infinite;
    animation: bounce 1.5s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.readmore .dot2 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.readmore .dot3 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.readmore:hover .dot {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -1px, 0);
        transform: translate3d(0, -1px, 0)
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -1px, 0);
        transform: translate3d(0, -1px, 0)
    }
}

.social_btn {
    display: inline-block;
    width: 45px;
    margin: 10px;
    color: #cfcfcf
}

.social_btn i {
    line-height: 45px;
    font-size: 26px;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.social_btn:hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    color: #00aced
}

@-webkit-keyframes social {
    0% {
        top: -110%;
        left: 90%
    }
    50% {
        top: 10%;
        left: -30%
    }
    to {
        top: -10%;
        left: -10%
    }
}

@keyframes social {
    0% {
        top: -110%;
        left: 90%
    }
    50% {
        top: 10%;
        left: -30%
    }
    to {
        top: -10%;
        left: -10%
    }
}

.soical-red:hover > * {
    color: #b00 !important
}

.soical-blue:hover > * {
    color: #3b5998 !important
}

@media (min-width: 0px) {
    .ns\:tw-hidden {
        display: none !important
    }

    .ns\:tw-w-full {
        width: 100% !important
    }
}

@media (min-width: 500px) {
    .xs\:tw-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 640px) {
    .sm\:tw-justify-between {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .sm\:tw-text-left {
        text-align: left !important
    }

    .sm\:tw-w-1\/2 {
        width: 50% !important
    }

    .sm\:tw-w-full {
        width: 100% !important
    }
}

@media (min-width: 768px) {
    .md\:tw-block {
        display: block !important
    }

    .md\:tw-w-2\/3 {
        width: 66.666667% !important
    }
}



.news-show-more {
    background: #FF3637;
    border: none;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0px 3px 6px rgba(255, 54, 55, 0.72);
    transition: all .3s;
    text-decoration:none;
}


.news-show-more:hover {
    box-shadow: 0px 1px 3px rgba(255, 54, 55, 0.72);
}
