@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Light.ttf);
    font-weight: 200;
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Cairo;
    src: url(../fonts/Cairo-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Cairo;
    src: url(../fonts/Cairo-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: NeufreitExtra;
    src: url(../fonts/NeufreitExtrabold.ttf);
    font-weight: bold;
}

* {
    font-family: Roboto;
    font-weight: 400;
}

body {
    overflow-y: scroll;
    background-color: #E8E7DF;
    background-image: url(../images/topBg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

body::-webkit-scrollbar,
.scrolling ::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

body::-webkit-scrollbar-track,
.scrolling::-webkit-scrollbar-track {
    background-color: transparent;
}

body::-webkit-scrollbar-thumb,
.scrolling::-webkit-scrollbar-thumb {
    background-color: #1C4A9B;
    border-radius: 5px;
}


/* start navbar style */

.navbar {
    justify-content: space-between;
    background-color: transparent !important;
    padding: 50px 40px;
    z-index: 2;
}

.navbar-collapse {
    flex-grow: 0;
}

.navbar .navbar-brand {
    padding: 0px;
    margin: 0px 20px;
}

.navbar .navbar-brand img {
    width: 180px;
    font-size: 14px;
    color: #000;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    color: #182A37 !important;
    font-weight: 200;
    cursor: pointer;
    padding-right: 16px;
    padding-left: 16px;
}

.navbar-light .navbar-nav .nav-link.dropdown-toggle {
    font-weight: bold;
}

.navbar .active .nav-link {
    font-size: 16px;
    font-weight: bold;
}

.arFont {
    font-family: Cairo;
}

.enFont {
    font-family: Roboto;
}

.navbar .dropdown-menu {
    right: 0px;
    left: auto;
    background-color: #FFD323;
    padding: 0px;
    border: none;
    min-width: 0px;
}

.navbar .dropdown img {
    width: 24px;
}

.navbar .dropdown-item {
    font-size: 16px;
    color: #182A37;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    cursor: pointer;
}

.navbar .dropdown-item:hover {
    background-color: #1C4A9B;
    color: #fff;
}

.navbar .contactBtn {
    background-color: #FFD323;
    padding: 6px 25px;
    border-radius: 8px;
    color: #182A37;
    margin-inline-start: 35px;
}


/* End navbar style */


/* Start About us style */

.aboutUs .imgcontent {
    width: 100%;
    margin-top: -140px;
    position: relative;
}

.topImg {
    width: 100%;
}

.aboutUs .imgcontent .row {
    position: absolute;
    left: 18vw;
    top: 58%;
}

.aboutUs .imgcontent .row img {
    width: 27px;
    margin: 0px 5px;
}

.aboutUs .imgcontent p {
    width: 20vw;
    margin: 0px;
    font-size: 19px;
    line-height: 25px;
    max-height: 125px;
    overflow: hidden;
    color: #182A37;
}

.aboutUs .staticRow {
    padding: 0px 9vw;
    flex-wrap: nowrap;
}

.aboutUs .staticRow>div {
    padding: 5vw;
}

.aboutUs .staticRow img {
    display: block;
    width: 310px;
    max-width: 100%;
}

.aboutUs .staticRow .parag {
    height: 140px;
    overflow-x: hidden;
    padding-bottom: 20px;
    padding-inline-start: 30px;
    position: relative;
}

.aboutUs .staticRow p {
    margin: 0px;
    font-size: 24px;
    line-height: 30px;
    height: 100%;
    overflow: hidden;
}

.aboutUs .staticRow .parag:before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0px auto;
    width: 20px;
    background-image: url(../images/b1.png);
    background-position: center;
    background-size: 100% 100%;
}

.aboutUs .contactBtn {
    background-color: #FFD323;
    padding: 10px 10px;
    border-radius: 8px;
    color: #182A37;
    margin-top: 25px;
    min-width: 150px;
}


/* End About us style */


/* Start Features Style  */

.features h3 {
    text-align: center;
    font-family: NeufreitExtra;
    font-size: 55px;
    margin-bottom: 30px;
    color: #182A37;
}

.features .text-center img {
    width: 74%;
}

.features .bgContainer {
    background-image: url(../images/featureBg2.png);
    background-position-y: 106%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
}

.features .bgContainer::before {
    content: '';
    position: absolute;
    top: -100px;
    right: 0px;
    left: 0px;
    height: 100%;
    z-index: -1;
    background-image: url(../images/featureBg1.png);
    background-position-y: 0%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.features .row {
    padding: 100px 0px;
}

.features .row>div {
    padding: 12px;
}

.features .item {
    background: #fff;
    padding: 40px 20px;
    border-radius: 8px;
}

.features .item img {
    height: 125px;
    object-fit: contain;
}

.features .item p {
    font-size: 20px;
    font-weight: bold;
    margin: 34px 0px 0px;
    line-height: 28px;
    height: 94px;
    overflow: hidden;
}

.features .item:hover p {
    color: #fff;
}

.features .item:hover {
    background: #DD9358;
}

.features .row>div:nth-child(2) .item:hover {
    background: #4FAB46;
}

.features .row>div:nth-child(3) .item:hover {
    background: #1C4A9B;
}

.features .row>div:nth-child(4) .item:hover {
    background: #4EC4EF;
}

.features .row>div:nth-child(5) .item:hover {
    background: #903088;
}


/* End Features Style  */


/* start videoSection Style  */

.videoSection {
    text-align: center;
    margin-bottom: 80px;
}

.videoSection iframe {
    border: none;
    width: 60vw;
    height: 33.75vw;
    border-radius: 10px;
    display: block;
}

.videoSection .videoContent {
    padding: 16px;
    border-radius: 15px;
    border: 1px solid #1C4A9B;
    display: inline-block;
    position: relative;
}

.videoSection .avatar {
    width: 9vw;
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin-inline-end: -7%;
    margin-block-end: -1%;
}


/* 
.ytp-expand-pause-overlay .ytp-pause-overlay {
    display: none !important;
} */


/* End videoSection style  */


/* Start info and contact style */

.contactUs .row>div {
    padding: 15px;
}

.contactUs .address {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    height: 100%;
}

.contactUs .address img {
    display: block;
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.contactUs .address label {
    font-size: 18px;
    font-family: NeufreitExtra;
    font-weight: bold;
    margin: 0px;
    display: block;
    color: #182A37;
    opacity: .48;
    letter-spacing: -.75px;
    margin-top: 10px;
    line-height: 20px;
}

.contactUs .address p {
    margin: 0px;
    color: #182A37;
    font-size: 18px;
    letter-spacing: -.75px;
    font-family: NeufreitExtra;
    font-weight: bold;
    line-height: 20px;
}

.contactUs .infoContact h2 {
    font-size: 50px;
    font-family: NeufreitExtra;
    font-weight: bold;
    color: #182A37;
    margin: 0px 0px 10px;
    line-height: 55px;
}

.contactUs .infoContact p {
    margin: 0px;
    color: #182A37;
    font-size: 22px;
    font-family: NeufreitExtra;
    font-weight: bold;
    line-height: 29px;
}

.contactUs .formGrid {
    border-top: 1px solid #DD9358;
    margin-top: 15px;
    padding: 15px 0px;
}

.contactUs .aboutInfo img {
    width: 58%;
    min-width: 150px;
    margin-bottom: 12px;
}

.contactUs .aboutInfo p {
    color: #182A37;
    margin: 0px;
    font-size: 20px;
    line-height: 26px;
}

.contactUs form .row>div {
    padding: 10px;
}

.contactUs form .form-control {
    background: transparent;
    border: none;
    border-bottom: 2px solid #182A37;
    border-radius: 0px;
    font-size: 22px;
    resize: none;
    opacity: .4;
}

.contactUs form .form-control:focus {
    opacity: 1;
    box-shadow: none;
}

.contactUs form .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #182A37;
    /* Firefox */
}

.contactUs form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #182A37;
}

.contactUs form .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #182A37;
}

.contactUs form .contactBtn {
    background: #FFD323;
    padding: 6px 10px;
    border-radius: 8px;
    color: #182A37;
    margin-inline-start: calc(100% - 125px);
    width: 125px;
}

.contactUs .customBorder {
    width: 20px;
    background-image: url(../images/b2.png);
    background-position: center;
    background-size: 100% 100%;
    border: none;
    height: calc(100% - 60px);
    margin-top: 10px;
}

.contactBtn:hover {
    background: #1C4A9B !important;
    color: #fff !important;
}


/* End Info and contct style */


/* footer  */

footer {
    background: #DD9358;
    padding: 8px 10px;
    text-align: center;
}

footer p {
    margin: 0px;
    color: #E8E7DF;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px;
    }
}

@media (max-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 750px;
    }
}

@media (max-width: 991px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 950px;
    }
}


/* Media Query  */

@media only screen and (max-width: 1199px) {
    .aboutUs .imgcontent p {
        font-size: 15px;
        line-height: 20px;
        max-height: 100px;
    }
    .aboutUs .imgcontent .row img {
        width: 22px;
        margin: 0px 3px;
    }
    .aboutUs .staticRow p {
        font-size: 20px;
        line-height: 25px;
    }
    .aboutUs .staticRow .parag {
        height: 120px;
        padding-bottom: 20px;
    }
    .features h3 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .features .item p {
        font-size: 16px;
        margin: 20px 0px 0px;
        line-height: 22px;
        height: 65px;
    }
    .features .item {
        padding: 20px 12px;
        border-radius: 8px;
    }
    .features .item img {
        height: 110px;
    }
    .contactUs .infoContact h2 {
        font-size: 30px;
        margin: 0px 0px 5px;
        line-height: 35px;
    }
    .contactUs .infoContact p {
        font-size: 16px;
        line-height: 20px;
    }
    .contactUs .address {
        padding: 15px;
    }
    .contactUs .address img {
        width: 50px;
        height: 50px;
    }
    .contactUs .address p {
        font-size: 15px;
        letter-spacing: -.5px;
        line-height: 18px;
    }
    .contactUs .address label {
        font-size: 15px;
        letter-spacing: -.5px;
    }
    .contactUs .aboutInfo p {
        font-size: 16px;
        line-height: 22px;
    }
    .contactUs form .form-control {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar .navbar-brand {
        margin: 0px 5px;
    }
    .navbar .navbar-brand img {
        width: 110px;
    }
    .navbar {
        padding: 20px 15px;
    }
    .navbar .contactBtn {
        font-size: 14PX;
        padding: 6px 6px;
        border-radius: 5px;
        margin-inline-start: 10px;
    }
    .aboutUs .imgcontent {
        margin-top: -105px;
        overflow: hidden;
    }
    .topImg {
        width: 108%;
        margin-inline-start: -4%;
    }
    .aboutUs .imgcontent p {
        font-size: 13px;
        line-height: 18px;
        width: 24vw;
    }
    .aboutUs .imgcontent .row {
        left: 15vw;
        top: 56%;
    }
    .aboutUs .imgcontent .row img {
        width: 18px;
        margin: 0px 2px;
    }
    .aboutUs .staticRow {
        padding: 0px 6vw;
    }
    .aboutUs .staticRow p {
        font-size: 17px;
        line-height: 22px;
    }
    .aboutUs .staticRow .parag {
        height: 108px;
        padding-bottom: 20px;
    }
    .aboutUs .staticRow img {
        width: 160px;
    }
    .aboutUs .contactBtn {
        border-radius: 5px;
        margin-top: 15px;
        min-width: 100px;
        font-size: 14px;
    }
    .aboutUs .staticRow>div {
        padding: 3vw;
    }
    .features h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .contactUs .infoContact h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .contactUs .row>div {
        padding: 8px;
    }
    .contactUs .address p {
        font-size: 13px;
        line-height: 18px;
    }
    .contactUs .aboutInfo img {
        min-width: 120px;
        margin-bottom: 8px;
    }
    .contactUs .aboutInfo p {
        font-size: 14px;
        line-height: 20px;
    }
    .contactUs form .form-control {
        font-size: 14px;
    }
    .contactUs form .contactBtn {
        padding: 6px 6px;
        border-radius: 5px;
        margin-inline-start: calc(100% - 100px);
        width: 100px;
    }
    .features .row {
        padding: 35px 0px;
    }
    .videoSection {
        margin-bottom: 35px;
    }
    .contactUs .aboutInfo img {
        width: 150px;
        max-width: 80%;
    }
    footer p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar {
        flex-direction: row-reverse;
    }
    .navbar-collapse {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: start;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .navbar-nav {
        flex-direction: row;
    }
    .navbar .dropdown-menu {
        position: absolute;
    }
    .aboutUs .imgcontent .row {
        position: initial;
        width: 340px;
        margin: 10px auto;
        max-width: 100%;
    }
    .aboutUs .imgcontent p {
        font-size: 16px;
        line-height: 20px;
        width: auto;
    }
    .aboutUs .imgcontent .row img {
        width: 30px;
        margin: 0px 8px;
    }
    .features .row {
        padding: 25px 0px;
    }
    .features h3 {
        font-size: 20px;
    }
    .topImg {
        width: 100%;
        margin-inline-start: 0%;
    }
    .aboutUs .staticRow p {
        font-size: 16px;
        line-height: 20px;
    }
    .aboutUs .staticRow .parag {
        height: 95px;
        padding-bottom: 15px;
    }
    .aboutUs .staticRow img {
        width: 130px;
    }
    .container,
    .container-sm {
        max-width: 700px;
    }
    .videoSection .videoContent {
        padding: 8px;
        border-radius: 8px;
    }
    .videoSection iframe {
        width: 70vw;
        height: 39.25vw;
    }
    .videoSection {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .videoSection iframe {
        width: 80vw;
        height: 45vw;
    }
    .contactUs form .row>div {
        padding: 5px;
    }
    .aboutUs .staticRow {
        padding: 0px 10px;
    }
    .aboutUs .staticRow p {
        font-size: 15px;
    }
    .aboutUs .contactBtn {
        margin-top: 8px;
    }
    .navbar-collapse {
        flex-direction: column;
        align-items: center;
    }
    .navbar-nav {
        flex-direction: column;
    }
    .navbar-light .navbar-nav .nav-link {
        text-align: center;
    }
    .navbar .contactBtn {
        margin: 20px 20px;
    }
}