body h1, body h2, body h3, body h5, body h6, body p, body a {
    font-family: 'Amiri', serif !important;
}

body p {
    line-height: 30px
}

.service-list{
	display: grid;
	text-align: center;
}

.service-list-col1{
	width: 100%;
}

.service-list i{
	margin-bottom: 15px;
}

.Portfolio-box img{
	width: 75%;
    height: 64%;
}

.fadeInLeft img{
	width: 85%;
}

.logo{
	width: 350px;
    margin: 0px auto 0px;
}

.small-logo img{
	width: 55px;
	height: 58px;
}

.header {
	padding: 170px 0;
}

.footer-logo {
    margin: 15px auto 0px;
    width: 150px;
}

.link, .input-btn, .social-link li a{
	background:linear-gradient(45deg, #e75f0d, #6c1507);
}

.link:hover, .link:active, .link:focus, .input-btn:hover, .input-btn:active, .input-btn:focus{
    text-decoration: none;
    color: #fff !important;
    background: #e75f0d;
}


.main-section.alabaster{
	background:linear-gradient(45deg, #e75f0d, #8b2717);
}

h2, .service-list-col1 i, .isotope-item h3, .main-nav li a:hover, .copyright a{
	color: #e75f0d !important;
}

h3{
	color: #000;
}

.main-nav li a{
	font-weight: bold;
	color: #000;
}

.featured-work, .featured-work h2, .featured-work h3, .featured-work i{
	color: #fff !important;
}

.business-talking h2{
	color: #fff !important;
}

.input-text:focus{
	border: 1px solid #a12b0e;
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus{
	    color: #e75f0d !important;
}

@media only screen and (max-width: 767px){
	.main-nav{
		top: 68px !important;
	}

}

.input-text{
    color: black;
}

.alert-success {
    background-color: #195601;
    border-color: #195601;
    color: #ffffff;
}

:root {
// Scale is using this font-size
--font-size: 0.8em;

    --bg1: #f5f8f7;
    --blue: #3498db;
    --green: #2ecc71;
    --purple: #9b59b6;
    --gold: #f1c40f;
    --red: #e74c3c;
    --orange: #e67e22;
    --shadow1: 0 2px 4px #00000026, 0 3px 6px #0000001f;
    --shadow2: 0 2px 6px #00000044, 0 4px 7px #00000022;
}

main {
    padding: 2vw;
}

ul.infoGraphic {
// Resize with Ems
font-size: var(--font-size);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    li {
        position: relative;
        width: 100%;
        max-width: 33em;
        background: var(--bg1);
        border-radius: 0.5em;
        padding: 0.5em;
        z-index: 1;
        transition: all 0.2s;
        cursor: pointer;

        .numberWrap {
            position: absolute;
        }
        .number {
            font-family: "maven pro", sans-serif;
            font-size: 13em;
            font-weight: 900;
            width: 0.9em;
            text-align: center;
            &.fontColor1 {
                color: #e75f0d;
            }
            &.fontColor2 {
                color: #e75f0d;
            }
            &.fontColor3 {
                color: #e75f0d;
            }
            &.fontColor4 {
                color: #e75f0d;
            }
            &.fontColor5 {
                color: #e75f0d;
            }
            &.fontColor6 {
                color: #e75f0d;
            }
        }
        .coverWrap {
            transform: rotate(130deg);
            position: absolute;
            width: 18em;
            height: 15em;
            left: -3em;
            top: -1em;
            .numberCover {
                position: absolute;
                background: var(--bg1);
                width: 18em;
                height: 6em;
                border-radius: 50% 50% 0 0;
                border-bottom: 3px solid #f5f8f7;
                transition: all 0.4s;

                &::before {
                    position: absolute;
                    content: "";
                    bottom: 5px;
                    left: 4em;
                    right: 4em;
                    top: 5em;
                    box-shadow: 0 0 30px 17px #48668577;
                    border-radius: 100px / 10px;
                    z-index: -1;
                }
                &::after {
                    position: absolute;
                    bottom: 0;
                    content: "";
                    left: -10%;
                    width: 120%;
                    height: 150%;
                    background: radial-gradient(
                        at bottom,
                        #48668533,
                        transparent,
                        transparent
                    );
                    z-index: 1;
                }
            }
        }
        .content {
            margin: 8em 3em 1em 7em;
            position: relative;
            h2 {
                font-size: 1.7em;
                font-weight: 500;
                text-align: center;
                margin-bottom: 10px;
                text-transform: uppercase;
            }
            p {
                line-height: 1.5em;
            }
        }
    }
}

ul.infoGraphic li:hover .coverWrap .numberCover {
       border-radius: 100%;
   }



.icon {
    position: absolute;
    font-size: 2rem;
    text-align: center;
    top: -1.3em;
    left: 50%;
    transform: translatex(-50%);
    &:before {
        color: #a12b0e;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
    }
}

.iconCodepen {
    &:before {
        content: "\f1cb";
    }
}

.iconSocial {
    &:before {
        content: "\f121";
    }
}

.iconAirplane {
    &:before {
        content: "\f188";
    }
}

.iconMap {
    &:before {
        content: "\f233";
    }
}

.iconBulb {
    &:before {
        content: "\f0ad";
    }
}

.iconPeace {
    &:before {
        content: "\f25b";
    }
}


.infoGraphic li::marker{

    color: #ededed !important;
}

.vision i{
    font-size: 100px;
    color: #e75f0d;
    margin-bottom: 7px;
}

.vision h3{
    font-weight: bold;
    margin-top: 10px !important;
}

.vision p{
    padding: 26px 21%;
    font-size: 20px;
}

.infoGraphic-ar{
    direction: rtl !important;
}

.infoGraphic-ar .content{
    margin: 8em 7em 1em 0em !important;
}

.infoGraphic-ar .coverWrap{
    transform: rotate(-125deg) !important;
}

.infoGraphic-ar ul.infoGraphic{
    direction: rtl !important;
}

.container-ar{
    direction: rtl !important;
}

.ar{
    direction: rtl !important;
}

.featured-box-ar{
    display: flex;
    direction: ltr;
}
.featured-box-ar h3{
    font-weight: bold;
}

.ar-input input, .ar-input textarea, form{
    text-align: right;
}

.ar-input .input-btn{
    text-align: center !important;
}

.about-info div{
    display: flex;
    width: 100%;
    text-align: right;
}

.about-info h3{
    direction: rtl;
    width: 150px;
}

.about-info i{
    margin-left: 7px;
}

.social-link-ar{
    text-align: right !important;
}

.about-info span{
    margin-left: auto;
}

.facebook a:hover, .facebook a:focus, .facebook a:active{
    background: #e75f0d;
}

.fa-globe{
    margin: 0 5px;
}

@media only screen and (max-width: 767px){
    .main-nav{
        z-index: 9 !important;
    }

    .vision p {
        line-height: 29px !important;
    }

    .about-info{
        margin-top: 20px;
    }

    .coverWrap{
        width: 15em !important;
    }

    .vision{
        padding-right: 0 !important;
    }

    .row{
        margin-right: 0 !important;
    }

}

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

    .social-link {
        padding-left: 46% !important;
    }



}

.serviceBox{
    font-family: 'Poppins', sans-serif;
    padding: 25px;
    margin: 5px 0 0 5px;
    border-radius: 10px;
    box-shadow: 0 0 15px -5px rgba(0,0,0,0.3);
    transition: all 0.3s ease 0s;
    height: 410px;
}
.serviceBox:hover{ background: #e75f0d; }
.serviceBox .service-icon{
    color: #e75f0d;
    font-size: 55px;
    margin: 0 0 20px;
    transition: all 0.3s ease 0s;
}
.serviceBox .title{
    color: #444;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 27px;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all 0.3s ease 0s;
}
.serviceBox .description{
    color: #999;
    font-size: 14px;
    line-height: 27px;
    margin: 0 0 15px;
    transition: all 0.3s ease 0s;
}
.serviceBox .read-more{
    color: #FB374D;
    font-size: 15px;
    transition: all 0.3s ease 0s;
}
.serviceBox .read-more:hover{ text-shadow: 4px 4px rgba(255,255,255,0.3); }
.serviceBox.cyan .service-icon,
.serviceBox.cyan .read-more{
    color: #36ADB3;
}
.serviceBox.cyan:hover{ background: #36ADB3; }
.serviceBox.blue .service-icon,
.serviceBox.blue .read-more{
    color: #172E5A;
}
.serviceBox.blue:hover{ background: #172E5A; }
.serviceBox.orange .service-icon,
.serviceBox.orange .read-more{
    color: #F05D0D;
}
.serviceBox.orange:hover{ background: #F05D0D; }
.serviceBox:hover .service-icon,
.serviceBox:hover .title,
.serviceBox:hover .read-more{
    color: #fff;
}
.serviceBox:hover .description{ color: rgba(255,255,255,0.8); }
@media only screen and (max-width: 990px){
    .serviceBox{ margin: 0 0 30px; }
}

.process-ar{
    direction: rtl !important;
}

.service-section{
    padding: 26px;
    box-shadow: rgba(100, 94, 100, 0.2) 0px 5px 22px 0px;
}

@media only screen and (max-width: 767px){
    .service-section{
        margin-left: 8px;
    }
}
