@font-face {
    font-family: TajawalBBold;
    src: url(../fonts/Tajawal-Bold.ttf);
}

@font-face {
    font-family: TajawalReg;
    src: url(../fonts/Tajawal-Regular.ttf);
}

body {
    font-family: 'TajawalBBold', 'TajawalReg', 'Cairo', sans-serif !important;
    /* background: transparent linear-gradient(180deg, #362749 0%, #033e3a 100%) 0% 0% no-repeat padding-box; */
}

p {
    font-family: 'TajawalReg';
}

/* Preloader */
.container-preloader {
    align-items: center;
    cursor: none;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 900;
}

.container-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

/* Spinner Loading */
.container-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 10px solid #4c99a699;
    border-top-color: #9C27B0;
    /* It is not in alphabetical order so that you do not overwrite it */
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
    display: none;
}

/* Loading text */
.container-preloader .animation-preloader .txt-loading {
    font: bold 5em 'Montserrat', sans-serif;
    text-align: center;
    user-select: none;
    display: none;
}

.container-preloader .animation-preloader .txt-loading .characters:before {
    animation: characters 4s infinite;
    color: #9C27B0;
    content: attr(preloader-text);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotateY(-90deg);
}

.container-preloader .animation-preloader .txt-loading .characters {
    color: #4c99a67a;
    position: relative;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
    animation-delay: 0.2s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
    animation-delay: 0.4s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
    animation-delay: 0.6s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
    animation-delay: 0.8s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
    animation-delay: 1s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(7):before {
    animation-delay: 1.2s;
}

.container-preloader .loader-section {
    background: transparent linear-gradient(180deg, #362749 0%, #033e3a 100%) 0% 0% no-repeat padding-box;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.container-preloader .loader-section.section-left {
    left: 0;
}

.container-preloader .loader-section.section-right {
    right: 0;
}

/* Fade effect on loading animation */
.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

/* Curtain effect */
.loaded .loader-section.section-left {
    transform: translateX(-101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

.loaded .loader-section.section-right {
    transform: translateX(101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

/* Animation of the preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

.mainContainer {
    background: linear-gradient(#98009b59, #AD0FB000);
    min-height: 300px;
}

/* Animation of letters loading from the preloader */
@keyframes characters {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}


:root {
    --Iconsax-Size: 20px;
    --Iconsax-Color: #9fb3c7;
}

* {
    transition: all 200ms;
}

a {
    text-decoration: none;
    color: #000;
    font-family: 'TajawalReg';
}

a:hover {
    color: unset;
}

ul {
    list-style-type: none;
}

.logo div a img {
    width: 150px;
    display: block;
}

.logo {
    margin-top: 20px;
    z-index: 1;
}

nav.navbar {
    z-index: 1;
}

a.nav-link {
    color: #fff;
    padding: 10px 15px !important;
    font-family: TajawalBBold;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #5f4b99;
    font-weight: bold;
}

.nav-link:focus,
.nav-link:hover {
    color: #5f4b99;
}

.BannerContent {
    margin-top: 70px;
}

.BannerContent h1 {
    font-weight: bold;
    color: #8969e7;
}

nav.navbar.navbar-expand-lg {
    margin-top: 20px;
}

.MainBannerContainer {
    min-height: 800px;
    margin-top: -80px;
    margin-bottom: 70px;
    text-align: center;
}

.Mainbanner {
    height: 800px;
    background: rgba(0, 0, 0, 0.7);
}

.MainBannerConent {
    padding-top: 18%;
}

.MainBannerConent h1 {
    color: #fff;
    line-height: 1.6;
}

.Mainbanner img {
    width: 100%;
    /*height: 450px;*/
    box-shadow: 0px 0px 30px #000;
    /*border-radius: 20px;*/
}

.Mainbanner a {
    margin: 50px auto 0 auto;
    display: inline-block;
    background: #624A9D;
    text-align: center;
    position: relative;
    font-size: 21px;
    border-radius: 5px;
    padding: 20px 15px;
    color: #fff;
    font-weight: bold;
    line-height: 0;
}

.Mainbanner .fa-whatsapp {
    color: #36c509;
    font-size: 30px;
    vertical-align: middle;
    margin-left: 5px;
}

h1.MainTitle {
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
    position: right;
}

.AboutImg {
    background: url(../images/Vectorbg.png) no-repeat center center;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: contain;
}

.AboutImg img {
    width: 220px;
    display: block;
    margin: 0 auto;
}

.AboutContent {
    font-size: 25px;
    color: #7A7A7A;
    margin-top: 15px;
    line-height: 1.8;
    /*padding-top: 40px;*/
}

.AboutContent a {
    padding: 15px 10px;
    border-radius: 5px;
    background: #624A9D;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

h1.MainTitle:after {
    content: "";
    display: block;
    background: url(../images/shape.png) no-repeat center center;
    width: 320px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ValueBlock {
    text-align: center;
    box-shadow: 0 15px 30px #d6e1e0;
    border-radius: 20px;
    padding: 20px 0;
}

.ValueBlock img {
    width: 100%;
}

.ValueBlock h1 {
    margin: 0 0 30px 0 ;
    font-weight: bold;
}

.ValueBlock.OurMsg {
    margin-top: -150px;
}

.ValueBlock p {
    margin: 10px 0px;
    line-height: 2.52;
    padding: 0 40px;
    text-align: right;
}

.OurVisContent {
    margin-top: 230px;
    margin-bottom: 160px;
}

.servBlock {
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 5px 10px #b9b9b9;
    margin-bottom: 30px;
    min-height: 210px;
}

.servBlock:hover {
    background: #65C2B870;
}

.servBlockimg {
    width: 35%;
    float: right;
    margin-left: 10px;
}

.servBlockContent {
    display: inline-block;
    width: 60%;
}

.servBlock h1 {
    font-weight: bold;
    position: relative;
    font-size: 30px;
    margin-bottom: 15px;
}

.servBlock h1:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -5px;
    background: #37517E;
    height: 3px;
    width: 150px;
}

.servBlock p {
    line-height: 1.5;
    color: #7A7A7A;
}

.itServices {
    text-align: right;
    margin-bottom: 20px;
}

.ServicesContainer {
    margin-bottom: 70px;
}

.itServices img {
    margin: 0 auto;
    width: 90%;
}

.itServices h1 {
    margin: 10px 0;
    font-size: 25px;
    font-weight: bold;
}

.itServices p {
    font-size: 17px;
    color: #7a7a7a;
    margin: 10px 0 20px 0;
}

.itServices:hover {
    box-shadow: 0 5px 15px #b2b2b2;
    border-radius: 15px;
}

.StepsContianer {
    background: #65C2B870;
    padding: 80px 0;
}

.StepsMainTitle {
    text-align: center;
    font-weight: bold;
    margin-bottom: 100px;
    position: relative;
}

.StepsMainTitle:after {
    content: "";
    display: block;
    background: url(../images/shape.png) no-repeat center center;
    width: 320px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.StepsMainTitle h1 {
    margin-top: 50%;
}

.stpesBlocks img {
    background: #fff;
    padding: 10px;
    border-radius: 7px;
    margin-bottom: 20px;
}

.stpesBlocks h1 {
    font-size: 30px;
    margin-bottom: 10px;
}

.stpesBlocks p {
    color: #7a7a7a;
}

.stpesBlocks {
    margin-bottom: 20px;
    margin-top: 20px;
}

.Clients {
    direction: ltr;
}

.Clients img {
    width: 100% !important;
}

.OurClients {
    margin-top: 100px;
    margin-bottom: 100px;
}

.HomeContact input {
    margin-bottom: 20px;
}

.HomeContactContainer {
    margin-bottom: 100px;
    margin-top: 120px;
}

.ContactShadow {
    box-shadow: 0 5px 10px #bababa;
    border-radius: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
}

button.HomeContaactBtn {
    background: #624A9D;
    color: #fff;
    width: 170px;
    padding: 10px 0;
    font-size: 24px;
    border-radius: 5px;
    margin: 30px auto 0 auto;
    display: block;
    outline: 0;
    border: 0;
}

.ServiceWhatsApp {
    text-align: center;
}

.ServiceWhatsApp a {
    width: 200px;
    display: inline-block;
    background: #9a7af1;
    padding: 10px 0px;
    text-align: center;
    border-radius: 50px;
    line-height: 0.7;
    color: #fff;
}

.HomeContact label {
    margin-bottom: 10px;
}

.ContainerMain {
    background: linear-gradient(#9f9f9f33, #624A9D);
    box-shadow: 0 -10px 20px #cfcfcf;
    padding-top: 60px;
}

.footerLogo img {
    width: 190px;
    margin-bottom: 30px;
}

.footerLogo p {
    color: #fff;
}

.FooterLinks h1 {
    color: #fff;
    font-size: 30px;
}

.FooterLinks a {
    display: block;
    margin: 15px 0;
    font-size: 17px;
    color: #e9e9e9;
}

.FooterLinks a:hover {
    margin-right: 5px;
    color: #624b9d;
}

.SocialBtns a {
    background: #624A9D;
    margin: 0 5px;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
}

.SocialBtns a:hover {
    transform: scale(1.3) rotate(360deg);
    background: #3a2a63;
}

.FooterLinks {
    margin-top: 60px;
}

.CopyRight {
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.ValueBlock:hover {
    transform: scale(1.05) translate(0, -20px);
    box-shadow: 0 35px 30px #d6e1e0;
}

.itContainer {
    margin-top: 150px;
    margin-bottom: 150px;
}

.AboutCards>div {
    margin-bottom: 20px;
}

.TeamContainer {
    margin-top: 140px;
    margin-bottom: 140px;
}

.TeamCard img {
    width: 90%;
    margin: 0 auto;
    display: block;
}

.TeamCard h1 {
    text-align: center;
    color: #fff;
    color: #fff;
    font-size: 25px;
    padding-top: 10px;
}

.TeamCard h2 {
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.TeamCardInfo {
    padding: 15px 0 25px 0;
    margin: -70px auto 0 auto;
    clip-path: polygon(0% 70%, 100% 100%, 100% 0%, 0% 30%);
    background-color: #624b9d;
    width: 70%;
}

.TeamCard:nth-child(3n) {
    transform: scale(1.2);
    margin-top: 0;
}

.TeamCard {
    margin-top: 50px;
    margin-bottom: 50px;
}

.TeamContainer {
    margin-top: 140px;
    margin-bottom: 140px;
    background: url(../images/shape2.png) no-repeat right center;
}

.ServicesPageContent p {
    font-size: 20px;
    text-align: center;
    color: #7e7e7e;
}

.ServicesPageContent {
    margin-bottom: 60px;
}

.AboutContent h1 {
    color: #624a9d;
    margin: 30px 0;
}

.AboutLooping:nth-child(2n) {
    direction: ltr;
}

.AboutLooping:nth-child(2n) .AboutContent {
    direction: rtl;
}

.WorkStages {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.WorkStages span {
    background: #f3f3f3;
    padding: 30px 40px;
    border-radius: 20px 20px 20px 0px;
    display: inline-block;
}

.WorkStages h1 {
    font-size: 20px;
    margin-top: 30px;
}

.WorkStages p {
    color: #7a7a7a;
}

.WorkStages:nth-child(1):after {
    content: "";
    background: url(../images/arrowup.png) no-repeat center left;
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    top: 20%;
    left: -30%;
}

.WorkStages:nth-child(4):after {
    content: "";
    background: url(../images/arrowup.png) no-repeat center left;
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    top: 20%;
    left: -30%;
}

.WorkStages:nth-child(2):after {
    content: "";
    background: url(../images/arrowdown.png) no-repeat center left;
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    top: 10%;
    left: -30%;
}

.WorkStages:nth-child(5):after {
    content: "";
    background: url(../images/arrowdown.png) no-repeat center left;
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    top: 10%;
    left: -30%;
}

.ServicePath a {
    background: none;
    color: #624A9D;
    font-family: 'TajawalBBold';
    font-size: unset;
}

.ServicePath span {
    color: #000;
    margin-right: 20px;
}

.SingleServiceList h1 {
    color: #7A7A7A;
    margin-top: 60px;
    font-family: 'TajawalReg';
    font-size: 22px;
}

.SingleServiceList li {
    color: #000;
    font-family: 'TajawalReg';
    margin: 20px 0;
    position: relative;
    font-size: 16px;
}

.SingleServiceList li svg {
    font-size: 35px;
    color: #624b9d;
    vertical-align: middle;
    margin-left: 10px;
}

.SingleServiceList li:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    background: #624b9d;
    right: 16px;
    top: 25px;
}

.SingleServiceList li:last-child:after {
    display: none;
}

.NotSec p {
    background: #9a7bf1;
    padding: 20px 50px;
    line-height: 2.1;
    font-size: 17px;
    border-radius: 20px 0 60px 20px;
    color: #fff;
    margin-bottom: 0;
    position: relative;
}

.NotSec:before {
    content: "";
    background: #9a7bf1;
    width: 90px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: -25px;
    transform: skew(-20deg, 0deg);
    border-radius: 0px 20px 20px 0px;
}

.NotSec {
    margin: 50px;
    position: relative;
}

.PropSec {
    text-align: center;
    margin-bottom: 60px;
}

.PropSec img {
    margin: 30px 0;
}

.PropSec h1 {
    font-size: 20px;
    color: #7a7a7a;
}

.WhySection {
    margin-top: 50px;
    margin-bottom: 100px;
    background: linear-gradient(45deg, #EDF9F9, #FCF2ED);
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 20px 0px 0px 100px;
}

.WhySection img {
    width: 80%;
    margin: -80px auto 0 auto;
    display: block;
}

.WhySection h3 {
    color: #65C2B8;
    font-size: 20px;
    margin: 30px 0;
}

.WhySection h1 {
    font-size: 40px;
    margin-bottom: 30px;
}

.WhySection p {
    line-height: 3;
    font-size: 18px;
}

.AboutContent h1 span {
    color: #7569c9;
}

.MoreBtn {
    text-align: left;
    font-size: 30px;
    margin-bottom: 0 !important;
}

.MoreBtn a {
    display: inline-block;
    margin: 45px 0;
    font-weight: bold;
    color: #624A9D;
}

.WorkCard {
    position: relative;
    margin-bottom: 25px;
}

.WorkCard a {
    display: block;
}

a.ProjectInfobtn {
    height: 95%;
    width: 88%;
    display: block;
    position: absolute;
    top: 505px;
    background: #624a9dbd;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    padding: 20px;
}

.WorkCard img {
    width: 100%;
}

.WorkCard:hover .ProjectInfobtn {
    top: 8px;
    visibility: visible;
    opacity: 1;
}

.ProjectInfobtn h1 {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ProjectInfobtn span {
    background: #fff;
    padding: 20px 30px;
    display: inline-block;
    border-radius: 10px;
}

.ProjectImg img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.ProjectContent h1 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 25px;
    color: #624A9D;
}

.ProjectContent p {
    color: #7a7a7a;
    font-size: 20px;
    line-height: 2.5;
}

.ProjectImgsContainer {
    direction: ltr;
    margin-bottom: 70px;
}

.ProjectScreens {
    text-align: right !important;
    margin-top: 60px;
    margin-bottom: 20px !important;
    color: #624A9D;
}

.ProjectScreens:after {
    content: "";
    display: none !important;
}

.ProjectImgs img {
    width: 90% !important;
    display: block;
    margin: 0 auto;
}

.WorkImages {
    margin-bottom: 80px;
}

.WorkImages .card-image img {
    width: 100%;
    margin: 20px 0;
}

.blogContent {
    min-height: 400px;
    position: relative;
}

.blogContentInline {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #ffffff9e;
}

.blogContentInline p {
    padding: 10px 40px 0 40px;
    margin-top: 20px;
    color: #7a7a7a;
}

.blogContentInline h1 {
    padding: 0 40px 0 40px;
    margin-top: 20%;
    font-family: 'TajawalBBold';
    font-size: 30px;
    color: #634e92;
}

.blogImage {
    position: relative;
}

.blogImage img {
    width: 100%;
    height: 400px;
    /*position: absolute;*/
    left: 0;
    right: 0;
    margin: 0 auto;
}

.BlogsContainer:nth-child(2n) {
    direction: ltr;
}

.BlogsContainer:nth-child(2n) h1 {
    direction: rtl;
}

.BlogsContainer:nth-child(2n) p {
    direction: rtl;
}

.AccordionContainer .accordion-button::after {
    margin-right: auto !important;
    margin-left: unset;
}

.AccordionContainer .accordion-button {
    background: unset;
    border: 1px solid #F2F4F8;
}

.AccordionContainer .accordion-item {
    margin-bottom: 20px;
    border-radius: 10px;
}

.AccordionContainer .accordion-button:focus {
    border-color: #65C2B8 !important;
    outline: unset !important;
    box-shadow: unset !important;
}

.AccordionContainer {
    margin-bottom: 60px !important;
}

.BgContactInfo {
    width: 80%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background: #cccccc87;
    border-radius: 20px;
}

.navbar-toggler {
    background-color: #8a80d087;
}

.ContactInfo img {
    width: 100%;
}

.ContactInfo {
    z-index: 1;
    padding-top: 15%;
    padding-bottom: 20px;
}

.ContactInfo ul {
    margin-right: 30px;
}

.ContactInfo ul svg {
    color: #624A9D;
    font-size: 23px;
    margin-left: 10px;
}

.ContactInfo ul li {
    margin-bottom: 10px;
}

.ContactUsFormContainer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #65c2b887;
    margin-top: 70px;
    margin-bottom: 70px;
    border-radius: 20px;
    z-index: 1;
}

.FormContent {
    padding: 20px 50px;
}

.ContactUsForm input:first-child {
    margin-left: 20px;
}

.ContactUsForm input {
    width: 48.9%;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    margin: 10px 0;
}

.MobileNum {
    width: 98.5% !important;
}

.ContactUsForm textarea {
    width: 98.5%;
    border-radius: 5px;
    border: palegoldenrod;
    padding: 10px 10px;
    margin-top: 10px;
}

.ContactUsForm button {
    width: 200px;
    padding: 20px 0;
    margin: 30px auto 0px auto;
    display: block;
    border: 0;
    border-radius: 10px;
    background: #624b9d;
    color: #fff;
    font-size: 20px;
}

.ServiceLink p {
    font-size: 23px;
}

.ServiceLink a {
    background: unset;
    color: unset;
    padding: unset;
    font-family: unset;
    font-size: 30px;
}



.itServices a {
    display: block;
    font-size: 30px;
    font-family: 'TajawalBBold';
    margin: 10px 0;
}

.BlogCoverImage img {
    width: 100%;
}

.BlogContentContainer {
    margin-top: -150px;
    background: #fff;
    padding: 50px;
    margin-bottom: 50px;
    color: #7a7a7a;
    line-height: 2;
    box-shadow: 0 0 20px #cecece;
}

.BlogTitle h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.BlogTitle h1 {
    margin-bottom: 10px;
    color: #6f4cca;
}

.blogDate span strong {
    color: #634b9e;
}

.blogDate span {
    color: #7a7a7a;
    margin-left: 20px;
}

.keywords {
    margin-top: 30px;
    text-align: center;
}

.keywords span {
    background: #6f4cca;
    color: #fff;
    padding: 5px 10px;
    font-size: 15px;
    font-family: 'TajawalReg';
    display: inline-block;
}

.blogDate {
    margin-bottom: 20px;
}

.BlogContent img {
    display: block;
    margin: 30px auto;
}

.FooterLinks ul {
    padding: 0 0;
}

.FooterLinks ul a {
    display: inline-block;
}

.FooterLinks ul svg {
    color: #624A9D;
    font-size: 23px;
    margin-left: 10px;
}

.servBlockimg img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

ul.SingleServiceList h3 {
    font-size: 18px;
}

.SingleServiceListChecked {
    width: 90%;
    display: inline-flex;
}

.CTAFloating {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}

.CTAFloating a {
    display: block;
    padding: 15px;
    line-height: 0;
    text-align: center;
    font-size: 25px;
    border-radius: 60px;
    color: #fff;
}

a.FloatingWhats {
    background: #24d366;
    margin-bottom: 10px;
}

a.FloatingCall {
    background: #0d6efd;
}

@media only screen and (max-width: 600px) {}


/* Laptop size back (laptop, tablet, cell phone) */
@media screen and (max-width: 767px) {

    /* Preloader */
    /* Spinner Loading */
    .container-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }

    /* Text Loading */
    .container-preloader .animation-preloader .txt-loading {
        font: bold 3.5em 'Montserrat', sans-serif;
    }
    
    .ValueBlock.OurMsg {
        margin-top: 0;
    }
    
    .servBlockimg img {
        width: 100%;
    }
    
    .servBlock h1 {
        font-size: 20px;
    }
    
    .servBlock h1:after {
        width: 90px;
    }
    
    .servBlock p {
        font-size: 13px;
        margin-bottom: 0;
    }
    
    .OurVisCard {
        margin-bottom: 50px;
        margin-top: 50px;
    }
    
    .servBlock {
        padding: 20px 10px;
    }
    
    button.navbar-toggler {
        margin-right: auto;
    }
    
    div#navbarSupportedContent {
        text-align: left;
    }
    
    .TeamCard:nth-child(3n) {
        margin-top: unset;
        transform: unset;
    }
    
    .AboutImg img {
        width: 80%;
    }
    
    .servBlock {
        min-height: 150px;
    }
    
    .WorkStages:nth-child(1):after {
        display: none;
    }
    
    .WorkStages:nth-child(4):after {
        display: none;
    }
    
    .AboutContent {
        padding-top: 0;
    }
    
    .AboutContent h1 {
        font-size: 20px;
    }
    
    .AboutLooping:nth-child(2n) {
        direction: rtl;
    }

    .AboutLooping:nth-child(2n) .AboutContent {
        direction: rtl;
    }
    
    .Mainbanner a {
        font-size: 20px;
        padding: 10px 30px;
    }
    
    .MainBannerConent {
        padding-top: 70%;
    }
    
    .NotSec {
        margin: 50px 0;
    }
    
    .NotSec:before {
        content: none;
    }
    
    ul.SingleServiceList {
        padding: 0;
    }
    
    .SingleServiceListChecked {
        width: 86%;
    }
    
    .blogContent {
        min-height: 120px;
    }
    
    .BlogContentContainer {
        padding: 30px 5px;
    }
    
    .blogContentInline h1 {
        font-size: 22px;
        padding-top: unset;
        margin-top: unset;
        padding: 0;
    }
    
    .blogImage img {
        margin: 0px auto 70px auto;
    }
    
    .blogContentInline {
        position: unset;
    }
    
    .blogContentInline p {
        margin: 0;
        padding: 0;
    }
    
    .FormContent {
        padding: 20px 15px;
    }
    
    .BlogContentContainer {
        margin-top: 30px;
    }
}

@media screen and (max-width: 500px) {

    /* Prelaoder */
    /* Spinner Loading */
    .container-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    /*Loading text */
    .container-preloader .animation-preloader .txt-loading {
        font: bold 2em 'Montserrat', sans-serif;
    }
}