*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}
body{
    text-decoration: none;
    padding: 0;
    margin: 0;
    outline: none;
    text-align: right;
    font-family: 'Cairo', sans-serif;
}
/* start navbar css */
.positionfix{

}
nav.active{
    position: fixed;
    z-index: 9;
    width: 100%;
}
.navbar {
    border-bottom: 1px solid #8e8e8e38;
    z-index: 9;
    background: #000000;
    text-align: center;
}
.navbar-light .navbar-brand{
    outline: none; 
    padding: 19px;
}
.navbar-light .navbar-nav .nav-link{
    color: #fff;
    transition: .4s;
}
.navbar-light .navbar-nav .activee
{
    color: #e8e8e8;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus
 {
    color: #e8e8e8;
}
.navbar-light .navbar-toggler {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    background-color: white;
    margin-left: 8px;
}
.iconn {
    text-align: center;
    line-height: 11px;
    padding: 7px;
}
.iconn a{
    color: #fff;
    transition: .4s;
    font-size: 21px;
    margin-bottom: 5px;
    display: inline-block;
}
.iconn a:hover{
     color: #e8e8e8;
}
.iconn h4 {
    color: #f44343;
    font-size:  14px;
    font-weight:  bold;
}

.iconn span {
    color: #fff;
    display:  block;
    font-weight: bold;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 0;
    padding-left: 0.2rem;
}
/* start header */

.header{
    background: url('../img/header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 100vh;
}
.header:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4e4e4ecc;
}
.header .header-title {
    position: relative;
    width: 100%;
    text-align: center;
}

.header .header-title h1 {
    font-weight:  bold;
    color: #fff;
    font-size: 54px;
}

.header .header-title p {
    display: block;
    color: #fff;
    margin: 15px auto;
}
.header .header-title .typed{
    display: block;
    color: #fff;
    margin-bottom: 56px;
}
.header .header-title a {
    border: 1px solid #fff;
    padding:  3px 45px;
    color:  #fff;
    text-decoration: none;
    transition: .3s;
}
.header .header-title a:hover{
    background: #fff;
    border: 1px solid #fff;
    color: #f44343;
}
/* end header */
.news-ticker {
    padding: 7px;
    background: #f44043;
    color:  white;
}

.news-ticker h3 {
    display:  inline-block;
    float: right;
    font-weight:  bold;
    padding-left: 10px;
}
.news-ticker .mtphr-dnt {
    font-size: 22px;
}
/*start who */
.who {
    padding-top:  20px;
    padding-bottom:  20px;
    border-top: 1px solid #ffffff1a;
    background: #212121;
}
.who .who-arewe {
    padding-top: 30px;
    line-height: 25px;
}
.who .who-arewe .who-title {
    position: relative;
}
.who .who-arewe .who-title:before{
    content: "";
    position: absolute;
    bottom: 0px;
    width: 50px;
    height: 4px;
    right: 0px;
    margin: auto;
    left: 0px;
    background: #f44343;
    border-radius: 50px;
}
.who .who-arewe .who-title h3 {
    font-weight: 700;
    color: #f44343;
    padding-bottom: 18px;
}
.who .who-arewe p {
    color: #848484;
}
.who .who-image {}
.who .who-image img {
    width: 100%;
    height: 100%;
}
/* end who */
/* start portfolio */
.portfolio {
    padding-bottom: 50px;
    padding-top: 10px;
        border-top: 1px solid #ffffff1a;
    background: #212121;
}

.portfolio .portfolio-title {
    padding-top: 20px;
    position: relative;
}
.portfolio .portfolio-title:before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 50px;
    height: 4px;
    right: 0px;
    margin: auto;
    left: 0px;
    background: #f44343;
    border-radius: 50px;
}
.portfolio .portfolio-title h3 {
    font-weight: 700;
    color: #f44343;
    padding-bottom: 18px;
}
.portfolio-btn{
    margin-top: 40px;
    margin-bottom: 20px;
}
.portfolio-btn > button{
        background: #cccccc;
    border: none;
    padding: 4px 11px;
    border-radius: 3px;
    color: #504d4e;
    outline: none;
    cursor: pointer;
    transition: .3s
}
.portfolio-btn > button:hover,
.portfolio-btn > button.active
{
    background: #f44343;
    color: #ffffff;
}
.portfolio .portfolio-img {}

.portfolio .portfolio-img .imgeffect {
    height: 320px;
    width: 334px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    transition: .4s;
}
.portfolio .portfolio-img .imgeffect:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    transition: .3s;
}
.portfolio .portfolio-img .imgeffect:hover:before {
    z-index: 1;
    background: #38363661;
}
.portfolio .portfolio-img .imgeffect:after {
    content: '';
    position: absolute;
    top: -120px;
    left: 150%;
    width: 140px;
    height: 574px;
    background: #ffffff7a;
    transform: rotate(-40deg);
    transition: .5s;
}
.portfolio .portfolio-img .imgeffect:hover:after {
    left: -87%;
}
.portfolio .portfolio-img .imgeffect img {
    width: 100%;
    height: 100%;
    transition: .4s;
}
.portfolio .portfolio-img .imgeffect:hover img {
    transform: scale(1.3) rotate(15deg);
}
.portfolio .portfolio-img .portf-title {
    position: absolute;
    bottom: -30%;
    width: 100%;
    text-align: center;
    z-index: 2;
    transition: .4s
}
.portfolio .portfolio-img .imgeffect:hover .portf-title{
    bottom: 50%;
} 
.portf-title span{
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 0 3px #0202028a;
}
.videoo{
    height: 320px;
    width: 334px;
}
.videoo p{
    width: 100%;
    height: 100%;
}
.videoo iframe{
    width: 100%;
    height: 100%;
}
.portfolio-icon {
    position: absolute;
    top: 44%;
    left: 55%;
    transform: scale(6);
    color: #fdfdfd;
}
/* end portfolio */
/* start support */
.support {
    padding-top: 20px;
    padding-bottom:  40px;
    text-align:  center;
    border-top: 1px solid #ffffff1a;
    background: #212121;
}
.support .supprt-title {
    padding: 10px;
    margin-bottom: 40px;
    position: relative;
}
.support .supprt-title:before{
    content: "";
    position: absolute;
    bottom: 0px;
    width: 50px;
    height: 4px;
    right: 0px;
    margin: auto;
    left: 0px;
    background: #f44343;
    border-radius: 50px;
}
.support .supprt-title h3 {
    color: #f44343;
    font-weight:  bold;
}
.suport-tit {
    border: 1px solid white;
    display:  inline-block;
    padding: 4px 30px;
    border-radius: 4px;
    box-shadow: 0px 0px 6px #0000002b;
    margin-bottom: 20px;
    color: #fff;
}
.suport-tit svg {
    font-size: 23px;
    margin: 8px;
    color: #fff;
}
.supprt-row {
    padding: 4px 30px;
    border-radius: 4px;
    border: 1px solid white;
    color: #fff;
    height: 300px;
}

.supprt-row svg {
    font-size: 23px;
    margin: 8px;
    color: #fff;
}
.supprt-row h4 {
    font-size: 15px;
    font-weight: bold;
    color: #ff3131;
}
/* end support */
/* start cntact */
.contact {
    padding-top: 20px;
    padding-bottom: 20px;
        border-top: 1px solid #ffffff1a;
    background: #212121;
}

.contact .contact-title {
    text-align:  center;
    padding: 10px;
    margin-bottom: 40px;
    position: relative;
}
.contact .contact-title:before{
    content: "";
    position: absolute;
    bottom: 0px;
    width: 50px;
    height: 4px;
    right: 0px;
    margin: auto;
    left: 0px;
    background: #f44343;
    border-radius: 50px;
}
.contact .contact-title h3 {
    color: #f44343;
    font-weight: bold;
}
.contact-form {}

.contact-form input[type="text"] {
    background: #fbfbfb;
    border: 1px solid #d2d2d2;
    width:  100%;
    padding:  7px;
    color: #717171;
    border-radius: 2px;
    margin-bottom: 10px;
}

.contact-form input[type="email"] {
    background: #fbfbfb;
    border: 1px solid #d2d2d2;
    width: 100%;
    padding: 7px;
    color: #717171;
    border-radius: 2px;
    margin-bottom: 10px;
}

.contact-form textarea {
    background: #fbfbfb;
    border: 1px solid #d2d2d2;
    width: 100%;
    height: 150px;
    padding: 7px;
    color: #717171;
    border-radius: 2px;
    margin-bottom: 10px;
}

.contact-form input[type="submit"] {
    width:  100%;
    background: #df3d3d;
    border: none;
    padding:  6px;
    border-radius: 4px;
    color:  white;
    cursor:  pointer;
    transition: .4s;
}
.contact-form input[type="submit"]:hover{
        background: #333535;
}
/* end contact */
.contact h4{
    font-weight: 600;
    font-size: 20px;    
    color: #f44343;
    margin-bottom: 11px;

}
.contact p{
    font-size: 13px;
    margin-bottom: 40px;
}
.contact ul {
    list-style:  none;
    padding:  0;
}
.contact li {
    margin-bottom:  8px;
    font-size: 13px;
}
.contact li svg{
    color: #f44343;
}
.contact li span {
    margin-right: 10px;
    color: #fff;
    font-size: 11px;
}
 #map {
   width: 100%;
   height: 400px;
   background-color: grey;
   margin-top: 20px;
 }
/*end contact */
/* start footer */
.footer {
    background: #333535;
    padding-top: 10px;
    clear: both;
}
.icon {
    padding-bottom: 20px;
}

.icon a {
    color: #e8e8e8;
    padding: 3px;
    transition: .4s
}
.icon a:hover{
    color: #debd40;
}
.copyrit {
    padding: 12px;
    color: #e8e8e8;
}
.copyrit .left{
    text-align: left;
}
.copyrit span {
    font-size: 12px;
}

.copyrit a {
    color: #f44343;
}

#hidee{
        display: block;
    }
#navbrand2{
    display: block;
}
#show{
        display: none;
    }
/* end  footer */
/* media query */
/* Portrait phones */
@media (max-width: 981px) {
    .copyrit .row{
        text-align: center;
    }
    .copyrit .left{
    text-align: center;
    }
    .header .header-title h1 {
    font-size: 27px;    
    }
    #hidee{
        display: none;
    }
    #navbrand2{
    display: none;
    }
    #show{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 22px;
    font-size: 13px;
    transform: scale(0.7);
    }
    #show .iconn{
        padding:0;
    }
    #show img {
    width: 100px;
    }
    .header .header-title{
        margin-top: 70px;
    }
}
