@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: TheSans;
    src: url(../fonts/TheSans-Bold.otf);
}

@font-face {
    font-family: ITC-W23Bd;
    src: url(../fonts/ITC-Handel-Gothic-Arabic-W23Bd.ttf);
}

@font-face {
    font-family: Neo-Sans;
    src: url(../fonts/../fonts/Neo-Sans-Arabic-Regular.ttf);
}

@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/../fonts/Poppins-Bold.otf);
}

@font-face {
    font-family: GE_SS_Two_Bold;
    src: url(../fonts/../fonts/GE_SS_Two_Bold.otf);
}

@font-face {
    font-family: GE_SS_Two_Medium;
    src: url(../fonts/../fonts/GE_SS_Two_Medium.otf);
}

@font-face {
    font-family: GE_SS_Two_Light;
    src: url(../fonts/../fonts/GE_SS_Two_Light.otf);
}

body {
    font-family: "Neo-Sans";
}

a:hover,
a:focus {
    text-decoration: none;
}

h1 {
    font-family: "GE_SS_Two_Medium";
}

.clicker {
    display: none !important;
}

.overlay .closebtn {
    display: none;
}


/* start header */

.header {
    background-position: bottom;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    transition: all 0.5s;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    font-family: "Neo-Sans" !important;
    background-image: linear-gradient(to right top, #eb1212, #ed2321, #ee302e, #ef3b3a, #f04545);
}

.navigation .logo {
    font-family: "Droid:;Kufi-Bold";
    font-size: 17px;
    line-height: 42px;
    color: #ce291f;
    margin-top: 8px;
    display: inline-block;
}

.logo .logo1 {
    width: 130px;
    height: 50px;
}

.navigation .navbar-default {
    background-color: transparent;
    border: none;
    margin: 0;
    margin-top: 8px;
}

.navigation .navbar-default .navbar-nav {
    float: right;
    margin-right: -45px;
}

.navigation .navbar-default .navbar-nav li {
    margin: 0 20px;
}

.navigation .navbar-default .navbar-nav li:last-child {
    margin-left: 0;
}

.navigation .navbar-default .nav-left {
    float: left;
    margin: 0;
}

.navigation .navbar-default .navbar-nav li a,
.navigation .navbar-default .nav-left li a {
    font-family: "TheSans";
    font-size: 15px;
    line-height: 32px;
    color: #fff;
    padding: 5px;
    border: none;
    transition: all 0.3s;
}

.navigation .navbar-default .nav-left li a {
    font-size: 15px;
    padding: 5px 2px;
}

.navigation .navbar-default .nav-left li a.btn {
    font-size: 14px;
    color: #fff !important;
    border-radius: 5px;
    margin-right: 5px;
    background: -webkit-linear-gradient( bottom, rgb(40, 40, 40) 0%, rgb(71, 71, 71) 100%);
    background: -o-linear-gradient( bottom, rgb(40, 40, 40) 0%, rgb(71, 71, 71) 100%);
    background: linear-gradient(to top, rgb(40, 40, 40) 0%, rgb(71, 71, 71) 100%);
    box-shadow: 0px 5px 8px 0px rgb(189, 27, 27);
    width: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    transition: all 0.3s;
}

.navigation .navbar-default .nav-left li a.btn:hover {
    background: #fff;
    color: #e51c1c !important;
}

.navigation .navbar-default .navbar-nav li a:hover,
.navigation .navbar-default .nav-left li a:hover {
    color: #fdfe78 !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
}

.width {
    width: 100% !important;
}

.opacity {
    display: none !important;
}

.sub-menu {
    display: none;
    list-style: none;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f9f9f9;
    min-width: 180px;
    border: 1px solid #f9f9f9;
    border-radius: 2px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
    padding-right: 0;
    transition: all .3s;
}

.sub-menu li {
    margin: 0 !important;
}

.sub-menu li a {
    display: block;
    width: 100%;
    color: #1d1f25 !important;
    padding: 10px 15px !important;
    text-decoration: none;
    line-height: 23px !important;
    text-align: center !important;
    border-radius: 2px;
    transition: all 0.3s;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children span {
    color: #fff;
    font-size: 10px;
    line-height: 42px;
    position: absolute;
    top: 0;
    left: -4px;
    transition: all 0.3s;
}

.sub-menu a:hover {
    background-color: rgb(233, 41, 41) !important;
    color: #fff !important;
}

.navigation .navbar-default .navbar-nav li .sub-menu a:hover {
    color: #fff !important;
}

.menu-item-has-children:hover .sub-menu {
    display: block !important;
    animation: fadeIn .5s;
        /*top: 100px;*/
    /*max-height: unset;*/
    /*overflow: scroll;*/
    /*width: 220px !important;*/
}

.menu-item-has-children:hover span {
    color: #fdfe78;
}

.menu-item-has-children .sub-menu li{
    padding-bottom: 15px;
}

.affix {
    top: 0;
    width: 100%;
    transition: all.5s;
    padding: 20px 0 !important;
    position: fixed !important;
    animation-name: slide-down;
    animation-duration: 1.2s;
    background-image: linear-gradient(to right top, #eb1212, #ed2321, #ee302e, #ef3b3a, #f04545);
    box-shadow: 0 1px 10px 5px #0e345266;
    -webkit-animation-name: slide-down;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1.2s;
    /* Safari 4.0 - 8.0 */
}

@-webkit-keyframes slide-down {
    from {
        top: -100px;
    }
    to {
        top: 0;
    }
}


/* Standard syntax */

@keyframes slide-down {
    from {
        top: -100px;
    }
    to {
        top: 0;
    }
}

.navigation .navbar-default .nav-left.client-nav {
    margin: 6px 0;
}

.navigation .navbar-default .nav-left.client-nav li a {
    font-size: 14px;
}

.navigation .navbar-default .nav-left.client-nav li:first-child {
    margin-left: 20px;
}

.navigation .navbar-default .nav-left.client-nav li.menu-item-has-children span {
    line-height: 32px;
}

.header-extra {
    height: 130px;
    width: 100%;
    background-color: #e82828;
}


/* start location nav menu */
.fa-2x{font-size: 3em;}
.saudi_popover {
    position: absolute;
    bottom: 0px;
    left: 16%;
    transform: translateX(-50%);
    width: auto;
    height: auto;
    background-color: #ffffff;
    text-align: center;
    padding: 20px;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: -1;
    opacity: 0;
    transition: all .3s;
}
.sspaac{margin-right:10px;}
.saudi {
    display: inline-block;
}

.saudi i.fas.fa-map-marker-alt {
    color: #fff;
}

.saudi i.fas.fa-map-marker-alt:hover {
    color: #f0ee6f;
}

.saudi:hover .saudi_popover {
    opacity: 1;
    z-index: 8;
    /* bottom: -45px; */
    cursor: pointer;
}

.contact_mobile li {
    display: table !important;
    cursor: pointer;
    font-size: 37px;
    float: left;
    color: #fff;
    transition: all 0.3s;
    z-index: 9999;
    margin: 22px 16px;
    display: block;
}

.contact_mobile li a {
    color: white;
}

.contact_mobile li a:hover {
    color: yellow;
}

.saudi_mobile:hover .saudi_popover_mobile {
    opacity: 1;
    z-index: 8;
    bottom: -45px;
}

.contact_mobile i.fab.fa-whatsapp {
    font-size: 40px
}

.saudi_popover_mobile {
    position: absolute;
    bottom: -120px;
    width: auto;
    height: auto;
    background-color: #ffffff;
    text-align: center;
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: -1;
    opacity: 0;
    transition: all .3s;
}


/* end location nav menu */


/* End header */


/* start customer_service */

.customer_service {
    padding: 70px 0;
    background-color: #fff;
}

.customer_service .title {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    display: table;
}

.customer_service .title h1 {
    font-size: 30px;
    color: #261c1d;
    margin-top: 0;
}

.customer_service .title h1 span {
    color: #da1717;
}

.customer_service .title p {
    font-family: "GE_SS_Two_Medium";
    font-size: 18px;
    color: #423738;
    margin-bottom: 40px;
}

.customer_service .block {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0px 0px 8px 0px rgba(102, 72, 254, 0.24);
    padding: 15px;
    margin-bottom: 15px;
}

.customer_service .block .img {
    height: 53px;
}

.customer_service .block h1 {
    font-size: 13px;
    color: #261c1d;
    font-family: GE_SS_Two_Medium;
}

.customer_service .block h1 span {
    color: #da1717;
}

.customer_service .block p {
    font-size: 12px;
    color: #423738;
    margin: 0;
    font-family: "GE_SS_Two_Light";
}


/* end customer_service */


/* start money_back */

.money_back {
    padding: 50px 0;
    /* background-image: url(../images/service-slider-bg.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.money_back img {
    width: 160px;
    position: absolute;
    top: 20px;
    float: left;
    margin-right: 11%;
}

.money_back h1 {
    font-size: 30px;
    line-height: 40px;
    color: #f04545;
    margin-top: 0px;
    float: right;
}

.money_back p {
    font-size: 16px;
    line-height: 30px;
    color: #313131;
    width: 75%;
    float: right;
    text-align: right;
}

.money_back a.btn {
    border-radius: 2px;
    background-image: -moz-linear-gradient( 90deg, rgb(17, 19, 19) 0%, rgb(9, 9, 30) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(17, 19, 19) 0%, rgb(9, 9, 30) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(17, 19, 19) 0%, rgb(9, 9, 30) 100%);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.18);
    width: 160px;
    height: 50px;
    font-size: 17px;
    line-height: 50px;
    color: #fff;
    padding: 0;
    margin-top: 20px;
    transition: all .3s;
    border-radius: 5px;
}


/* end money_back */


/* start home-carousel */

.home-carousel {
    padding-top: 70px;
    padding-bottom: 90px;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    height: 64vh;
}

.home-carousel .home-title h2 {
    font-size: 22px;
    color: #f0ee6f;
    margin-top: 0;
    margin-right: 5px;
}

.home-carousel .home-title h2 i {
    font-size: 50px;
    line-height: 40px;
}

.home-carousel .home-title h2 span {
    font-size: 14px;
    line-height: 29px;
    color: #fff;
    display: block;
}

.home-carousel .home-title h1 {
    font-size: 31px;
    line-height: 36px;
    color: #fff;
}

.home-carousel .home-title p {
    font-family: "GE_SS_Two_Light";
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    width: 81%;
}

.home-carousel .home-title a.btn {
    border-radius: 2px;
    background-image: -moz-linear-gradient( 90deg, rgb(255, 165, 2) 0%, rgb(243, 202, 0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255, 165, 2) 0%, rgb(243, 202, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255, 165, 2) 0%, rgb(243, 202, 0) 100%);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.18);
    width: 210px;
    height: 50px;
    margin-left: 20px;
    padding: 0;
    border-radius: 5px;
    color: #232323;
    line-height: 50px;
    margin-top: 10px;
}

.home-carousel img {
    width: 70% !important;
    max-width: 100%;
}

.nav-tabs {
    border-bottom: none;
    margin-top: 0px;
}

.nav-tabs li:first-child a {
    margin-right: 0;
}

.nav-tabs li a {
    font-family: "GE_SS_Two_Light";
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.18);
    width: 155px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 16px;
    color: #0b0b1c;
    margin: 0 5px;
    border: none !important;
    text-align: center;
    transition: all .3s;
    position: relative;
}

.nav-tabs li a:after {
    content: "";
    border: 7px solid;
    border-color: transparent transparent #f0ee6f transparent;
    position: absolute;
    left: 50%;
    bottom: 80%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .3s;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background-color: #f0ee6f !important;
    font-weight: normal;
}

.nav-tabs>li.active>a:after {
    opacity: 1;
    bottom: 100%;
}

#vps-slider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: -webkit-inline-box;
}

#vps-slider .owl-dot {
    width: 9px;
    margin: 0 6px;
    height: 9px;
    background-color: rgba(118, 118, 118, .5);
    border-radius: 50%;
    transition: all .5s ease;
}

#vps-slider .owl-dot.active {
    width: 11px;
    height: 11px;
    border: 1px solid #bababa;
    background: rgba(255, 255, 255, .5);
}

#vps-slider .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 50px;
    color: #c0c0c0;
    opacity: .6;
}

#vps-slider .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 50px;
    color: #c0c0c0;
}

#vps-slider {
    height: 54vh;
    overflow: hidden;
    padding-top: 10vh;
}

#vps-slider .item {
    padding: 50px 50px;
}


/* end home-carousel */

.navigation .navbar-default .nav-left.client-nav {
    margin: 6px 0;
}

.navigation .navbar-default .nav-left.client-nav li a {
    font-size: 14px;
}

.navigation .navbar-default .nav-left.client-nav li:first-child {
    margin-left: 20px;
}

.navigation .navbar-default .nav-left.client-nav li.menu-item-has-children span {
    line-height: 32px;
}

form {
    margin-top: 95px;
}

form .form-group {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

/**/
.images-area .section-headline h2{
    margin-bottom: 60px;
}


/**/
/*Start section show gallery themes */

.gallery-them {
    box-shadow: -18px -1px 6px -2px;
    padding-bottom: 20px;
}

.gallery-them .chose-theme h1 {
    padding-bottom: 30px;
    padding-top: 50px;
    display: none;
}

.gallery-them .chose-theme .btn {
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    max-width: 210px;
    text-decoration: none;
    text-transform: uppercase;
    widows: 100%;
}

.gallery-them .chose-theme .btn-1 {
    background: #fff;
    font-weight: 100;
    margin: 0px 20px;
    color: #333;
    border: 1px solid#f00;
    border-radius: 0;
    transition: all ease-in-out 0.5s;
    margin-bottom: 20px;
    margin-top: 40px;
}

.gallery-them .chose-theme .btn-1:hover {
    background-color: #f00;
    color: #fff;
}


/* End section show gallery themes */


/* Start Secton our custmer */

.custmer {
    padding-bottom: 70px;
    padding-top: 70px;
    background-color: rgba(236, 234, 234, 0.23);
}

.custmer .our-custmer {
    /* box-shadow: 5px 5px 30px 7px rgba(194, 193, 193, 0.25), -5px -5px 30px 7px rgba(194, 193, 193, 0.25); */
    text-align: center;
    margin-top: 50px;
    border-radius: 0px;
    padding: 5px;
    cursor: pointer;
    transition: 0.4s;
    border-bottom: 1px solid;
    border-right: 1px solid;
}

.custmer .our-custmer:hover {
    transform: scale(0.9, 0.9);
    border: none;
    ;
    box-shadow: 2px 4px 13px 3px rgba(194, 193, 193, 0.25), -5px -5px 30px 15px rgba(194, 193, 193, 0.25);
}

.custmer .our-custmer img {
    width: 60%;
    text-align: center;
}


/* End Secton our custmer */


/* start footer-top */

.footer-top {
    background-color: #2a2a2a;
    padding: 50px 0;
}

.footer-top h1 {
    font-size: 18px;
    line-height: 20px;
    color: #fcff76;
    margin-bottom: 35px;
}

.footer-top h4 {
    font-size: 18px;
    line-height: 20px;
    color: #fcff76;
    margin-bottom: 35px;
}

.footer-top p {
    width: 92%;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.footer-top ul.bottom-nav {
    list-style: none;
    padding: 0;
}

.footer-top ul.bottom-nav li a {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    transition: all 0.3s;
}

.footer-top ul.bottom-nav li a:hover {
    color: #fcff76;
}

.footer-top ul.info {
    list-style: none;
    padding: 0;
}

.footer-top ul.info li {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.footer-top ul.info li span {
    color: #fcff76;
    margin-left: 3px;
}


/* end footer-top */


/* start footer */

footer {
    background-color: #222222;
}

footer .footer-nav {
    margin: 0;
}

footer .footer-nav li a {
    font-size: 14px;
    color: #fff;
    line-height: 70px;
    padding: 0 2px;
    transition: all 0.3s;
}

footer .footer-nav li a:hover {
    color: #fcff76;
}

footer .icons {
    margin: 0;
}

footer .icons li span {
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 70px;
    color: #fcff76;
    font-weight: normal;
    padding: 0 10px;
}


/* end footer */


/*----------------------------------------
 2.Portfolio Area Css
----------------------------------------*/

.gallery-hidden {
    /*background-image: url(../images/backgall.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    width: 100%;
    height: 100%;
    visibility: inherit;
    padding: 100px 0 0px 0;
    margin-bottom: 30px;
}
.gallery-hidden img{
    height: 100%;
}
.gallery-hidden .headsection h1 {
    color: #ff5151;
}

.gallery-hidden .headsection p {
    color: #827e7e;
    padding-top: 20px;
    width: 70%;
    margin: 0 auto;
}

.gallery-hidden .btn {
    color: #fff;
    background-color: #f00;
    border-radius: 50px;
    position: absolute;
    left: 30px;
    top: 70vh;
    transition: ease-in-out all 0.5s;
}

.gallery-hidden .btn:hover {
    background-color: #fff;
    color: #f00;
    border: 1px solid#f00;
}

a:active,
a:hover {
    outline: 0 none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

.pst-content {
    padding-left: 10px;
}

.project-menu {
    margin-bottom: 40px;
    text-align: center;
    box-shadow: -1px 5px 3px -4px #777;
    padding-bottom: 25px;
}

.project-menu li {
    display: inline-block;
}

.portfolio-area .section-headline {
    margin-bottom: 40px;
}

.project-menu li a {
    background: #fff none repeat scroll 0 0;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 0 4px;
    padding: 6px 15px;
    text-transform: capitalize;
    transition: 1s ease;
}

.project-menu li a.active {
    border-bottom: 3px solid#eb1212;
    text-decoration: none;
}

.project-menu li a:hover {
    color: #eb1212;
    text-decoration: none;
}

.single-awesome-portfolio {
    float: left;
    overflow: hidden;
    padding: 15px;
    position: relative;
}

.single-awesome-project {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
    transition: 1s ease;
}

.single-awesome-project:hover {
    cursor: pointer;
}


/* .design h2 {
    font-weight: bolder;
    padding: 15px;
    background-color: #eee;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: 0;
} */

.first-item {
    margin-bottom: 30px;
    transition: 1s ease;
}


/*0000000000000000000000000000000000*/

.awesome-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transition: 1s ease;
}

.awesome-img>a {
    display: block;
    position: relative;
    transition: 1s ease;
}

.single-awesome-project:hover .awesome-img>a::after {
    opacity: 1;
}

.single-awesome-project:hover .add-actions {
    opacity: 1;
    bottom: 0;
}

.add-actions .box {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    transition: all 0.8s ease 0s;
}

.add-actions {
    background: rgba(44, 43, 43, 0.692) none repeat scroll 0 0;
    bottom: 30px;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 10px 15px;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100%;
}


/* End actionsone-3*/

.project-dec {
    display: block;
    height: 100%;
    width: 100%;
}


/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #eb1212;
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: all 0.5s;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

.back-to-top:focus {
    background: #eb1212;
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #eb1212;
    color: #fff;
}

.clear {
    clear: both;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

::-moz-selection {
    background: #eb1212;
    text-shadow: none;
}

::selection {
    background: #eb1212;
    text-shadow: none;
}

/*.area-padding {*/
/*    padding: 0px 0px 80px;*/
/*}*/

.area-padding-2 {
    padding: 36px 0px 50px;
}

.padding-2 {
    padding-bottom: 90px;
}


/***********************
Start responsive 
                      ***************************/

@media (max-width: 768px) {
    .gallery-them .chose-theme .btn-1 {
        line-height: 22px !important;
    }
}


/* Start Secton Our Portofolio */

@media (min-width: 1920px) {}


/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1169px) {}


/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {}


/* small mobile :320px. */

@media (max-width: 767px) {
    .service-images:hover .overly-text {
        display: none;
    }
    .portfolio-area {
        padding-top: 0px;
    }
    .project-menu li a {
        padding: 8px 12px;
        margin: 10px 4px;
    }
    .pri_table_list {
        margin-bottom: 30px;
    }
}


/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .awesome-portfolio-content .portfolio-2 {
        width: 50%;
    }
    .gallary-details .single-awesome-portfolio {
        width: 50%;
    }
    .tab-menu ul.nav li a {
        padding: 8px 20px;
    }
}


/***********************
End slider responsive 
                      ***************************/


/********************************************************
6.index services Start
 *******************************************************/

.int_service_wrapper {
    /* padding: 77px 0 80px 0px; */
    background: #282d32;
}

.service_box_wrapper .service_box {
    position: relative;
    overflow: hidden;
}

.service_content {
    position: absolute;
    bottom: 25px;
    left: 30px;
    right: 30px;
    margin-bottom: 30px;
    z-index: 1;
}

.service_box_wrapper .service_box:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgba(33, 37, 41, 0.86) 100%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.service_box:hover::after {
    opacity: 0;
    visibility: hidden;
}

.service_box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background: rgba(40, 45, 50, 0.7803921568627451);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.service_box:hover::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.service_box .service_designation h2 {
    font-size: 18px;
    color: #ffffff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service_box .service_designation {
    position: absolute;
    top: 20px;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    opacity: 0;
}

img {
    display: block;
    width:100%;
}

.service_box:hover .service_designation {
    opacity: 1;
}

.service_box .service_content h4 {
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition-delay: .2s;
}

.service_box:hover .service_content h4 {
    opacity: 1;
}


/********************************************************
6.index services End
 *******************************************************/


/* Extra small devices */

@media (max-width: 575.98px) {
    .logo .logo1 {
    width: 200px;
    height: 90px;
    margin-top: 6px;
}
    .sspaac{margin-right: 40px; font-size: 3em;}
    .gallery-hidden .btn {
        top: 40vh;
        line-height: 1.5 !important;
    }
    .gallery-hidden {
        padding: 150px 0 100px 0;
    }
    .gallery-hidden .headsection h1{font-size: 48px;}
    .gallery-hidden .headsection p {
        width: 100%;
        font-size: 30px;
    }
    .portfolio-area .section-headline h2{ font-size: 30px;}
    
.contact_mobile li{margin: 14px 14px;}
i.fa.fa-bars.clicker.fa-2x{font-size: 4em;}
.sspaac{margin-right: 40px; font-size: 3em;}

.spaceing {
    margin: 0 auto;
    margin-bottom: 50px;
    box-shadow: 1px 1px 20px 0 #ff000029;
}



}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 767.98px) {
    .gallery-hidden .btn {
        top: 60vh;
    }
    .sspaac{margin-right: 40px; font-size: 3em;}
    
    .spaceing {
    margin: 0 auto;
    margin-bottom: 50px;
    box-shadow: 1px 1px 20px 0 #ff000029;
}

img.lazy {
    width: 100%;
}

    .gallery-hidden .headsection h1{font-size: 48px;}
    .gallery-hidden .headsection p {
        width: 100%;
        font-size: 30px;
    }
    .portfolio-area .section-headline h2{ font-size: 30px;}
}


/* Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991.98px) {
    .gallery-hidden .btn {
        top: 30vh;
    }
    
    .spaceing{
    margin-right: 110px;
}
.sspaac{margin-right: 40px; font-size: 3em;}
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {}


/* Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 2560px) {
    .gallery-hidden .btn {
        top: 30vh;
        left: 20%;
    }
}


.sspaac{margin-right: 40px; font-size: 3em;}

.spaceing{
    margin: 0 auto;
    margin-bottom: 40px;
}


a,h1,h2,h3,h4,h5,h6,p{
    font-family: 'Tajawal', sans-serif !important;
    font-weight: bold;
}