/* font */
@font-face {
    font-family: "Somar";
    src: url("../../../../assets/frontend/fonts/SomarRounded-SemiBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Somar";
    src: url("../../../../assets/frontend/fonts/SomarRounded-SemiBold.ttf")
        format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Somar";
    src: url("../../../../assets/frontend/fonts/SomarRounded-Regular.ttf")
        format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aleo:wght@800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;900&display=swap");
/*@import url('https://fonts.googleapis.com/css2?family=Changa:wght@400;700&display=swap');*/

.PoppinsFont {
    font-family: "Poppins", sans-serif !important;
}

body {
    font-family: "Somar", sans-serif !important;
    font-weight: 600;
    font-style: normal;
}

.ChangaFont {
    /*font-family: 'NotoColorEmojiLimited', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;*/
    font-family: "Somar", sans-serif !important;
}

.LaxrFont {
    font-family: "LAXR", sans-serif !important;
}

.AleoFont {
    font-family: "Aleo", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.F04 {
    font-size: 0.4rem !important;
}

.border-leftBlack {
    border-left: 1px solid #cfcfcf;
}

.BorderWitheLeft {
    border-left: 1px solid #5c5c5c;
}

.FW-900 {
    font-weight: 900 !important;
}

.FW-600 {
    font-weight: 600 !important;
}

/* init */
:root {
    --mainBlack: #000;
    --blue: #00aeed;
    --white: #fff;
    --blueWhite: #f5fcff;
    --gryWhite: #f8f8f8;
    --lite: #eeeeee;
    --grid-gap: 12px;
}

.btn.btn-outline-new {
    --bs-btn-color: #00aeed;
    --bs-btn-border-color: #00aeed;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00aeed;
    --bs-btn-hover-border-color: #00aeed;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00aeed;
    --bs-btn-active-border-color: #00aeed;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #00aeed;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #00aeed;
    --bs-gradient: none;
}

@media screen and (max-width: 991px) {
    .border-top.border991pxNone,
    .border-bottom.border991pxNone,
    .border-right.border991pxNone,
    .border-left.border991pxNone {
        border: none !important;
        border-top: none !important;
        border-bottom: none !important;
        border-right: none !important;
        border-left: none !important;
    }
}

@media screen and (max-width: 768px) {
    /* btn on mobile only */
    .btn.btn-outline-newMobile.btn-outline-new {
        --bs-btn-color: #fff;
        --bs-btn-bg: #00aeed;
        --bs-btn-border-color: #00aeed;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #4ccfff;
        --bs-btn-hover-border-color: #4ccfff;
        --bs-btn-focus-shadow-rgb: 13, 202, 240;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #00aeed;
        --bs-btn-active-border-color: #00aeed;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --bs-btn-disabled-color: #00aeed;
        --bs-btn-disabled-bg: transparent;
        --bs-btn-disabled-border-color: #00aeed;
        --bs-gradient: none;
        border-radius: 0 !important;
    }
}

.btn.btn-blueCostm {
    --bs-btn-color: #fff;
    --bs-btn-bg: #00aeed;
    --bs-btn-border-color: #00aeed;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #39c5f8;
    --bs-btn-hover-border-color: #30bef1;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #085a78;
    --bs-btn-active-border-color: #0a5875;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #00aeed;
    --bs-btn-disabled-border-color: #00aeed;
}

.btn.btn-lightCostm {
    --bs-btn-color: #000;
    --bs-btn-bg: #eeeeee;
    --bs-btn-border-color: #eeeeee;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00aeed;
    --bs-btn-hover-border-color: #00aeed;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00aeed;
    --bs-btn-active-border-color: #00aeed;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #eeeeee;
    --bs-btn-disabled-border-color: #eeeeee;
}

/* for transition */
.trans-5 * {
    transition: all ease-in-out 0.5s !important;
}

.trans-2 * {
    transition: all ease-in-out 0.2s !important;
}

.transNoAll-2 {
    transition: all ease-in-out 0.2s !important;
}

/* color */
.blueColor,
.text-blueIcon::before,
.text-blueIcon::after {
    color: var(--blue) !important;
}

.twoClass.blueColor {
    color: var(--blue) !important;
}

.clickHover a:hover {
    opacity: 0.5 !important;
}

.clickHover25 a:hover {
    opacity: 0.25 !important;
}

.text-black {
    color: var(--mainBlack) !important;
}

.bg-black {
    background: var(--mainBlack);
}

.bg-bluenew {
    background: var(--blue);
}

.bg-blueWhite {
    background-color: var(--blueWhite);
}

.bg-gryWhite {
    background-color: var(--gryWhite);
}

.customContainer {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.customContainerFooter {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1600px;
    /*max-width: 1902px;*/
    margin-left: auto;
    margin-right: auto;
}

.text-black-all * {
    color: var(--mainBlack) !important;
}

.text-black-all span::before {
    color: #000 !important;
}

.aRemoveLine a {
    text-decoration: none !important;
}

.text-whiteIcon::before,
.text-whiteIcon::after {
    color: #fff !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

/* start flex warp size */
.flexWarpSize3 {
    width: calc(100% / 3) !important;
}

.flexWarpSize4 {
    width: calc(100% / 4) !important;
}

.flexWarpSize5 {
    width: calc(100% / 5) !important;
}

.aspect-ratio-1-1 {
    aspect-ratio: 1/1 !important;
}

/* start header */
.headerDown {
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
    aspect-ratio: 1.89/1;
    background-size: cover;
}

.headerDownTopLogo img {
    width: 201px;
}

.closeClickMenuClose {
    visibility: hidden;
    opacity: 0;
}

.clickLeftFixtMenuClose {
    visibility: hidden;
    opacity: 0;
}

.clickLeftFixtMenu {
    background: #00000052;
}

.menuItemsClick li:hover span {
    color: #ffffffa8 !important;
}

.menuItemsClick li:hover span::after,
.menuItemsClick li:hover span::before {
    color: var(--blue) !important;
}

li.menuItemsClickLiHome:hover span {
    color: #000000db !important;
}

li.menuItemsClickLiHome:hover span::after,
li.menuItemsClickLiHome:hover span::before {
    color: var(--mainBlack) !important;
}

/* end header */

/*start main */
/* section profile start */
.linksOurProject li:hover span {
    background-color: var(--blue);
    color: #fff;
}

.linksOurProject li.active span {
    background-color: var(--blue);
    color: #fff;
}

.profileContentItem {
    aspect-ratio: 1.08/1;
    width: calc((100% - (2 * var(--grid-gap))) / 3);
    box-sizing: border-box;
}

/* spacing between portfolio items */
.allProfileContent {
    gap: var(--grid-gap, 12px);
}

/* enforce gaps using CSS Grid for portfolio listing */
@media screen and (min-width: 992px) {
    .allProfileContent {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: var(--grid-gap, 12px);
    }

    .allProfileContent .profileContentItem {
        width: 100% !important;
        /* padding: 8px; */
        background: #fff;
        border-radius: 10px;
    }
}

@media screen and (max-width: 991px) {
    .allProfileContent {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: var(--grid-gap, 12px);
    }

    .allProfileContent .profileContentItem {
        width: 100% !important;
        /* padding: 8px; */
        background: #fff;
        border-radius: 10px;
    }
}

/* individual inner spacing around each image (card-like look) */
.allProfileContent .imagProfileContentItem {
    border: 0 solid transparent;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
}

.allProfileContent .holderProfileContentItem {
    border-radius: 8px;
    overflow: hidden;
}

@media screen and (max-width: 576px) {
    .allProfileContent {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: var(--grid-gap, 12px);
    }
}

.ourProfileSection .allProfileContent {
    /* Use Bootstrap cols inside this section and add gutters */
    /* display: flex !important;*/
    /* flex-wrap: wrap;  */
    margin: calc(var(--grid-gap, 12px) / -2);
}

.ourProfileSection .allProfileContent .profileContentItem {
    /* Allow Bootstrap col-* widths to control sizing */
    width: auto !important;
    /* padding: calc(var(--grid-gap, 12px) / 2); */
    box-sizing: border-box;
}

.ourProfileSection .allProfileContent .imagProfileContentItem,
.ourProfileSection .allProfileContent .holderProfileContentItem {
    border-radius: 8px;
    overflow: hidden;
}

.profileConentHolder {
    /* background: #0000005c; */
    visibility: hidden;
    transition: all ease-in-out 0.5s !important;
    opacity: 0;
}

.profileContentItem:hover .profileConentHolder {
    visibility: visible !important;
    opacity: 1;
}

.contentProvidingItem {
    overflow: hidden;
}

.contetnProvidingItemText2 {
    border-left: 2px solid #00000096;
}

.contetnProvidingItemText2 {
    width: 169px;
}

.contetnProvidingItemText {
    width: 169px;
}

/* profile */
.contetnProvidingItemLogo img {
    max-width: 140px;
}

/* our clint */
.OurClint {
    /* background-image: url(../imags/sections/clints/background.png); */
    background-size: 100% 100%;
    object-fit: cover;
}

/* adv */
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.SwiperProjects .swiper-slide .holderAdvItem {
    aspect-ratio: 9 / 16;
}

/* end main */

/*link down icon hover*/
footer .footerTopContainerSocial {
    transition: all ease-in-out 0.3ms;
}

footer .footerTopContainerSocial a:hover {
    transition: all ease-in-out 0.3ms;
    opacity: 0.5;
}

/* start footer */
footer .logoImg img {
    width: 300px;
    max-width: 100%;
    box-sizing: content-box !important;
}

/* start model video photo */
.videoPhotoShow .closeBtn:hover {
    opacity: 0.5;
}

.videoPhotoShowBg {
    background-color: #000000de;
}

.CloseVideoPhotoShow {
    visibility: hidden;
    opacity: 0;
    /* display: none  !important; */
}

.videoFramTage,
.photoFramTage {
    visibility: hidden;
    opacity: 0;
    display: none;
    max-width: 90%;
    max-height: 90%;
}

.openSelectVideoPhotoShow {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
}

@media screen and (max-width: 992px) {
    /* nav on said */
    .menuLeftFix {
        overflow-y: scroll;
        height: 100%;
    }

    .dropdownUlMobile {
        height: unset;
        transition: height 0.5s ease-out !important;
    }

    .dropdownUlMobileClose {
        height: 0;
        visibility: hidden;
        opacity: 0;
        display: none;
    }
}

/* ParmWidth 768 */
/* screen */
@media screen and (max-width: 768px) {
    .customContainer,
    .customContainerFooter {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* header on {{ParmWidth}} */
    .headerDown {
        position: relative;
        background-position: top right;
        object-fit: cover;
        background-size: cover;
        aspect-ratio: unset !important;
        height: calc(100vh - 50px);
    }

    .headerDown::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        background-color: #00000078;
    }

    .headerDownTopLogo img {
        width: 150px;
    }

    .clickLeftFixtMenu .menuLeftFix {
        width: 100% !important;
    }

    .menuLeftFix {
        overflow-y: scroll;
        height: 100%;
    }

    .noteDowenHeader {
        font-size: 1rem !important;
        font-weight: 400 !important;
    }

    .titleHolder p {
        font-size: 1.4rem !important;
        line-height: 1.5 !important;
    }

    .linksOurProject li span {
        font-size: 0.8rem !important;
    }

    .profileContentItem {
        width: calc((100% - var(--grid-gap)) / 2);
    }

    .profileContentItem:last-child {
        display: none;
    }

    .ourProfileSection .btnAll a {
        display: block !important;
    }

    .contetnProvidingItemText h2 {
        font-size: 1rem;
    }

    .contetnProvidingItemLogo {
        width: 100px;
    }

    .contetnProvidingItemLogo img {
        width: 100%;
    }

    .titleHolder .contentHolder {
        line-height: 1.5;
        font-size: 1rem !important;
    }

    .all-qulity img {
        width: 140px;
    }

    .allQulityTitleQulity {
        font-size: 20px !important;
        line-height: 1.5 !important;
    }

    .OurClint .btn {
        display: block;
    }

    .footerBtnLogo {
        width: 100%;
    }

    .footerBtnLogo .btn {
        display: block;
    }

    .logoFooter {
        min-width: 300px;
        margin: 10px 0;
    }

    .profileContentItem h2 {
        font-size: 0.8rem;
    }

    .profileContentItem p {
        font-size: 0.9rem;
    }

    .titleHolder .h3 {
        font-size: calc(1.3rem + 0.4vw);
    }
}

@media screen and (max-width: 370px) {
    .profileContentItem {
        width: 100%;
    }

    .profileContentItem h2 {
        font-size: 1.2rem;
    }

    .profileContentItem p {
        font-size: 1rem;
    }

    .all-qulity img {
        width: 100px;
    }

    .allQulityTitleQulity {
        font-size: 1rem !important;
    }

    .all-qulity img {
        width: 100px;
    }

    .headerTopContainerSocial ul {
        font-size: 1rem !important;
    }

    .headerTopContainerNav ul {
        font-size: 0.9rem !important;
    }
}

/* ---------------------------------------------------
------------------------------------------------------
---About Us page--------------------------------------
------------------------------------------------------ */

.allDownHeaderHolder {
    height: 100px;
}

.MddelNav li a:hover .menuItemLinkText {
    opacity: 0.5;
}

.MddelNav li a:hover .menuItemLinkNo {
    color: var(--blue);
}

.MddelNav li:hover .dropdownUl,
.dropdownUl:hover {
    opacity: 1;
    visibility: visible;
    margin: 0;
    margin-top: 0 !important;
}

.MddelNav li .dropdownUl {
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    z-index: 99;
}

.MddelNav li .dropdownUl li:hover {
    opacity: 0.5;
}

.allDownHeaderHolder .dropdownUl {
    width: 450px;
}

/* resppnsive */
@media screen and (min-width: 991px) and (max-width: 1604px) {
    .menuItemLinkNo,
    .menuItemLinkText {
        font-size: 15px !important;
    }
}

@media screen and (min-width: 991px) and (max-width: 1280px) {
    .menuItemLinkNo,
    .menuItemLinkText {
        font-size: 15px !important;
    }

    .customContainer .aboutNumberItem .h1 {
        font-size: 1.5rem;
    }

    .customContainer .aboutNumberItem .h4 {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 991px) {
    .BorderWitheLeft {
        border-left: none !important;
    }

    .contentQouteContetn p {
        font-size: 1rem;
    }
}

/* resppnsive */
@media screen and (max-width: 768px) {
    div.downLeftNamePrsoneQute {
        bottom: -30px !important;
    }
}

@media screen and (max-width: 360px) {
    div.btnLeft a.btn {
        font-size: 11px !important;
        padding: 5px 10px;
    }
}

/* ---------------------------------------------------
------------------------------------------------------
---Our clint page--------------------------------------
------------------------------------------------------ */
.logosContaineritem a:hover {
    opacity: 0.5;
    transition: all ease-in-out 0.3s;
}

@media screen and (max-width: 991px) {
    .flexWarpSize3 {
        width: calc(100% / 3) !important;
    }

    .flexWarpSize4 {
        width: calc(100% / 3) !important;
    }

    .flexWarpSize5 {
        width: calc(100% / 4) !important;
    }

    .OurClintNoteAll p {
        font-size: 1.2rem !important;
    }
}

@media screen and (max-width: 768px) {
    .flexWarpSize3 {
        width: calc(100% / 2) !important;
    }

    .flexWarpSize4 {
        width: calc(100% / 2) !important;
    }

    .flexWarpSize5 {
        width: calc(100% / 3) !important;
    }

    .OurClintNoteAll p {
        font-size: 1.1rem !important;
    }
}

@media screen and (max-width: 400px) {
    .flexWarpSize3 {
        width: calc(100% / 1) !important;
    }

    .flexWarpSize4 {
        width: calc(100% / 1) !important;
    }

    .flexWarpSize5 {
        width: calc(100% / 2) !important;
    }

    .OurClintNoteAll p {
        font-size: 1rem !important;
    }
}

/* ---------------------------------------------------
------------------------------------------------------
---Our clint send page--------------------------------------
------------------------------------------------------ */

/* about and form  */
.connectUsBoxForm {
    flex: 1 auto;
}

/* mobile coustom */
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: 0 !important;
}

.iti.iti--allow-dropdown {
    width: 100% !important;
}

.ourPositionMapItem .profileContentItem {
    aspect-ratio: 2/1 !important;
}

.connectUsBoxInfo {
    width: 35%;
}

@media screen and (min-width: 991px) and (max-width: 1440px) {
    .connectUsBoxInfo {
        width: 35%;
    }
}

@media screen and (max-width: 991px) {
    .connectUsBoxInfo {
        width: 100%;
    }

    div.connectUsBoxInfo {
        border-left: none !important;
    }

    .fontSizeH6 {
        font-size: 1.3rem !important;
    }

    .connectUsBoxInfoHolderTitle {
        border-bottom: var(--bs-border-width) var(--bs-border-style)
            var(--bs-border-color) !important;
        border-top: var(--bs-border-width) var(--bs-border-style)
            var(--bs-border-color) !important;
    }
}

@media screen and (max-width: 360px) {
    .fontSizeH6 {
        font-size: 1.2rem !important;
    }

    .fontSizeH7 {
        font-size: 0.8rem !important;
    }
}

/* ---------------------------------------------------
------------------------------------------------------
---Our clint service page--------------------------------------
------------------------------------------------------ */
.serviceContainer {
    cursor: grab;
}

.serviceContainer:hover {
    background-color: var(--blue) !important;
}

.serviceContainer:hover .ServiceContainerTitle,
.serviceContainer:hover .ServiceContainerInfo,
.serviceContainer:hover .ServiceContainerMore,
.serviceContainer:hover .ServiceContainerMore span::after,
.serviceContainer:hover .ServiceContainerMore span::before {
    color: #fff !important;
}

/* ---------------------------------------------------
------------------------------------------------------
---Profile page --------------------------------------
------------------------------------------------------ */
.showProfileItemsContent .ProfileContentTitle {
    text-align: right;
}

.showProfileItemsContent .ProfileContentTitle h2,
.showProfileItemsContent .ProfileContentTitle p {
    font-size: 1rem;
}

.pagnationRight a,
.pagnationleft a {
    width: 115px !important;
}

.pagnationAll {
    width: 540px;
}

.pagnationMiddleDown a {
    width: 60px;
}

@media screen and (max-width: 991px) {
    .ProfilePageAllSectionBtnContent ul {
        display: block !important;
        white-space: nowrap;
        overflow-x: scroll !important;
    }

    .ProfilePageAllSectionBtnContent ul li {
        display: inline-block !important;
    }
}

/* ---------------------------------------------------
------------------------------------------------------
---workPage --------------------------------------
------------------------------------------------------ */
.workPage .h3,
.workPage h3 {
    font-size: calc(1rem + 0.6vw) !important;
}

.componentInfoItem {
    aspect-ratio: 1.46/1;
}

@media screen and (max-width: 768px) {
    .workPage main {
        background-image: url("../imags/workPage/background.png") !important;
    }

    .bg-opacity-768px {
        background-color: #00000000 !important;
    }

    .border.border-none-768px {
        border: none !important;
    }
}

@media screen and (max-width: 576px) {
    /* One-column grid on small mobiles */
    .profileContentItem {
        width: 100% !important;
    }

    .border-bottom-top-576px {
        border-bottom: var(--bs-border-width) var(--bs-border-style)
            var(--bs-border-color) !important;
        border-top: var(--bs-border-width) var(--bs-border-style)
            var(--bs-border-color) !important;
    }

    .componentInfoItem {
        aspect-ratio: 1 / 0.4;
    }
}

/* ---------------------------------------------------
------------------------------------------------------
---ServicesWebSite --------------------------------------
------------------------------------------------------ */
.whyServiceContainerGrupTitle {
    flex: 1 auto;
}

.servicesWebSeite .holderImg {
    aspect-ratio: 0.9/1;
}

@media screen and (max-width: 968px) {
    .servicesWebSeite .holderImg {
        aspect-ratio: unset;
    }

    .rounded.rounded-none968px {
        border-radius: 0 !important;
    }

    .w-50.w-50-80-968 {
        width: 80% !important;
    }
}

@media screen and (max-width: 768px) {
    .rounded.rounded-none768px {
        border-radius: 0 !important;
    }

    .servicesWebSeite .holderImg {
        aspect-ratio: unset;
    }

    .w-50.w-50-80-768 {
        width: 80% !important;
    }
}

/* ---------------------------------------------------
------------------------------------------------------
---Services App custom --------------------------------------
------------------------------------------------------ */

@media screen and (max-width: 768px) {
    .border-start.border-none-768px {
        border: none !important;
    }
}

/* ---------------------------------------------------
------------------------------------------------------
---TextEditor custom --------------------------------------
------------------------------------------------------ */

.TextEditorContent h1,
.TextEditorContent h2,
.TextEditorContent h3,
.TextEditorContent h4,
.TextEditorContent h5,
.TextEditorContent h6 {
    font-weight: 900;
    margin-bottom: 15px;
    line-height: 1.4;
}

.TextEditorContent h1,
.TextEditorContent h2 {
    color: var(--blue);
}

.TextEditorContent h3 * {
    vertical-align: middle !important;
}

.TextEditorContent h3:before {
    content: "\f20a";
    color: #09244b;
}

.TextEditorContent h3:before {
    font-family: "MingCute" !important;
    font-size: 24%;
}

ul li::marker {
    font-size: 0.5em;
}

/* ---------------------------------------------------
------------------------------------------------------
---Come To Us --------------------------------------
------------------------------------------------------ */

.mobileImgHolder {
    aspect-ratio: 343/185;
}

.comeToUs .serviceContainer {
    box-shadow: 0px 2px 5px #eee;
    background: #fff;
}

@media screen and (max-width: 992px) {
    .comeToUs .aboutSectionTitle .LaxrFont {
        font-family: "Somar" !important;
        font-size: 2rem !important;
        font-weight: 900;
    }
}

/* ---------------------------------------------------
------------------------------------------------------
---Our software --------------------------------------
------------------------------------------------------ */

.searchItemsBox button {
    aspect-ratio: 44/27 !important;
    width: 100px;
}

.searchItemsBoxInput {
    flex: auto 1;
}

/* ---------------------------------------------------
------------------------------------------------------
---form send massing --------------------------------------
------------------------------------------------------ */
.input-block-level {
    border: 0;
    background: #0000;
    padding: 13px;
    text-align: center;
    cursor: pointer;
}

.input-block-level:focus-visible {
    outline-offset: 0px;
    outline: 0 !important;
}

.fromControllMobilePhone {
    padding-right: 140px !important;
}

.MobileFormInput .codeMobile {
    width: 57px;
}

.videoFramgHeader {
    background-image: url(https://test.clevernessagency.com/v1/front-end/assets/imags/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 117px;
    background-color: #132849;
}

.header-section-after-video > div {
    padding: 0 30px;
}

.header-section-after-video .headline-text {
    font-family: "Poppins", sans-serif;
    font-size: 44px;
    font-weight: 400;
}

.header-section-after-video .headline-text .brand-style {
    font-family: LAXR !important;
    font-weight: 700;
    font-style: Regular;
    font-size: 35px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    font-weight: 900;
}

.header-section-after-video .text-image-description {
    font-weight: 100;
    font-style: Regular !important;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 180%;
    letter-spacing: 0%;
    text-align: right;
}

.services-section .services-title-wrapper {
    position: relative;
    sition: relative;
}

.services-section .services-title-wrapper .services-title {
    z-index: 1;
    font-family: Somar Rounded;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #000 !important;
}

.services-section .services-heading .services-heading-text {
    font-family: LAXR !important;
    font-weight: 700;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
}

.services-section .services-description .services-description-text {
    font-family: Somar Rounded;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
}

.services-section .services-list .service-item {
    justify-content: flex-start;
}

.services-section .services-list .service-item .service-text {
    font-family: Somar Rounded;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: right;
    color: #29abe2 !important;
}

.laxr-font {
    font-family: LAXR !important;
}

.our-providing-section-text-style .headline-text .brand-style {
    color: var(--blue) !important;
    font-size: 30px;
}
.our-providing-section-text-style .headline-text {
    font-weight: 400;
    font-style: Regular;
    leading-trim: NONE;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: right;
    font-size: 24px !important;
}

.brand-style {
    font-family: LAXR !important;
    font-weight: 700;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    font-weight: 900;
}

.main-color {
    color: var(--blue) !important;
}

.somar-font {
    font-family: Somar;
}

.custom-container {
    padding: 0px 60px;
}

@media (max-width: 760px) {
    .custom-container {
        padding: 0px 20px;
    }
}

.overflow-hidden {
    overflow: hidden;
}
