@FONT-FACE {
    font-family: "arabic";
    src: url(opeen.woff2)
}

@FONT-FACE {
    font-family: "DroidKufi-Regular";
    src: url("DroidKufi-Regular.ttf")
}

html,
body {
    height: 100%
}

body {
    font-family: "arabic";
    font-size: 16px;
    color: #848484;
    line-height: 26px;
    font-weight: 300
}

button:focus {
    outline: none
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "arabic";
    color: #222222;
    margin: 0
}

h3 {
    font-size: 20px
}

.float_left {
    float: left
}

.float_right {
    float: right
}

h4 {}

a,
a:hover,
a:active,
a:focus {
    transition: all 0.5s ease 0s;
    text-decoration: none !important;
    outline: none;
    color: #fff
}




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

i {
    font-style: normal
}

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

.sec-padding {
    padding: 50px 0;
    padding-bottom: 0
}

button {
    border: none;
    background: transparent
}

.thm-btn {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: "arabic";
    display: block;
    border-radius: 30px;
    padding: 12px 25px 10px;
    transition: all 500ms ease
}

.bgclr-1 {
    background: #2acb35;
    border: 2px solid #2acb35;
    color: #ffffff
}

.thm-btn:hover {
    background: #ffffff;
    color: #252525
}

.sec-title {
    margin-top: -5px;
    position: relative
}

.sec-title.pdb-50 {
    padding-bottom: 50px
}

.sec-title.pdb-30 {
    padding-bottom: 30px
}

.ser-header,
.sec-title h1 {
    color: #222222
}

.ser-ser .border.center {
    float: left !important
}

.sec-title h1 span {
    color: #003663
}

.sec-title .border {
    width: 80px;
    position: relative;
    overflow: hidden;
    display: block;
    background: transparent;
    height: 5px;
    margin: 11px 0 0
}

.sec-title .border:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 1px;
    background: #003663;
    content: ""
}

.sec-title .border:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 1px;
    background: #003663;
    content: ""
}

.sec-title .border.center {
    margin: 11px auto 0
}

.sec-title p {
    color: #848484;
    font-size: 18px;
    font-weight: 300;
    margin: 40px 0 0;
    line-height: 30px
}

.sec-title h3 {
    color: #2acb35;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Courgette', cursive
}

.sec-title h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-transform: none;
    margin: 0 0 16px
}

.boxed_wrapper {
    margin: 0 auto;
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 99999
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    background-color: rgba(255, 255, 255, 1);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.gif)
}

.preloader img {
    max-width: 300px;
    position: absolute;
    top: 40%;
    margin-top: -50px;
    display: block;
    text-align: center;
    left: 50%;
    margin-left: -150px
}

@-webkit-keyframes menu_sticky {
    0 {
        margin-top: -150px
    }
    50% {
        margin-top: -130px
    }
    100% {
        margin-top: 0
    }
}

@keyframes menu_sticky {
    0 {
        margin-top: -150px
    }
    50% {
        margin-top: -130px
    }
    100% {
        margin-top: 0
    }
}

.mainmenu-area.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 10000;
    background: #f0f0f0;
    z-index: 99999;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
    animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.mainmenu-area.stricky-fixed .main-menu,
.mainmenu-area.stricky-fixed .logo {
    padding-top: 0
}

.mainmenu-area.stricky-fixed .search-box.now-visible {
    top: 94%;
    opacity: 1;
    visibility: visible;
    right: 9%
}

.mainmenu-area.style-two.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 10000;
    background: #F7F7F7;
    z-index: 99999;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
    animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.mainmenu-area.style-two.stricky-fixed .container {
    background: #F7F7F7;
    padding: 0 30px
}

.mainmenu-area.style-four.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 10000;
    background: #000000;
    z-index: 99999;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
    animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.mainmenu-area.style-three.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 10000;
    background: #003663;
    z-index: 99999;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
    animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.stricky-fixed .navigation {
    margin-top: 15px !important
}

.mainmenu-area.stricky-fixed .logo img {
    height: 100px
}

.mainmenu-area.stricky-fixed .main-menu .navigation li a {
    color: #003663
}

.mainmenu-area.stricky-fixed .outer-search-box {
    margin: 30px 0;
    margin-right: 10px
}

.opening-hours a {
    color: #fff;
    text-transform: capitalize
}

.opening-hours a:hover {
    padding-left: 10px;
    color: #fff
}

.scroll-to-top {
    background: #003663;
    border: 1px solid #003663;
    bottom: 55px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 30px;
    font-weight: normal;
    height: 50px;
    line-height: 48px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 55px;
    z-index: 99999;
    -webkit-box-shadow: 0 8px 23px -6px rgba(27, 27, 27, 1);
    -moz-box-shadow: 0 8px 23px -6px rgba(27, 27, 27, 1);
    box-shadow: 0 8px 23px -6px rgba(27, 27, 27, 1)
}

.scroll-to-top:hover {
    background: #111111;
    color: #fff
}

input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none
}

.post-pagination li {
    display: inline-block;
    margin: 0 3px
}

.post-pagination li a {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #e7e7e7;
    color: #848484;
    display: block;
    font-size: 20px;
    height: 55px;
    padding: 13px 0;
    transition: all 500ms ease 0s;
    width: 55px;
    font-family: "arabic";
    border-radius: 3px
}

.post-pagination li.active a,
.post-pagination li:hover a {
    background: #003663;
    color: #fff;
    border: 2px solid #003663
}

.overlay-style-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #ffffff;
    opacity: 0;
    background: rgba(255, 0, 0, 0.3);
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.overlay-style-one .box {
    display: table;
    height: 100%;
    width: 100%
}

.overlay-style-one .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.review-box {}

.review-box ul {
    margin-left: -1px;
    margin-right: -1px
}

.review-box ul li {
    display: inline-block;
    margin: 0 1px
}

.review-box ul li i {
    color: #003663;
    font-size: 12px
}

.top-bar-area {
    position: relative;
    z-index: 999;
    font-family: "arabic";
    overflow: hidden;
    background: #ececec;
/*
    background: linear-gradient(to right, #ed2924 0, rgba(169, 192, 48, 1) 100%)*/
}

.top-contact-info {
    overflow: hidden;
    margin: 6px 0 5px;
    float: left
}

.top-contact-info li {
    display: inline-block;
    float: left;
    padding-right: 25px;
    color: #626c84;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400
}

.top-contact-info li a {
    color: #626c84
}

.top-contact-info li:last-child {
    padding: 0
}

.top-contact-info li span:before {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    padding-right: 4px;
    color: #626c84
}

.top-bar-area .top-right {
    overflow: hidden
}

.top-bar-area .top-right .social-links {
    overflow: hidden;
    padding-right: 30px;
    margin: 13px 0
}

.top-bar-area .top-right .social-links li {
    display: inline-block;
    float: left;
    margin-right: 20px;
    line-height: 16px
}

.top-bar-area .top-right .social-links li:last-child {
    margin: 0
}

.top-bar-area .top-right .social-links li a i {
    color: #ed2924;
    font-size: 15px;
    transition: all 500ms ease
}

.top-bar-area .top-right .social-links li a:hover i {
    color: #003663
}

.appoinment-button {
    margin: 0
}

.appoinment-button a {
    background: #09090933;
    display: inline-block;
    font-family: "DroidKufi-Regular";
    font-size: 16px;
    color: #fff;
    padding: 5px 15px 5px;
    line-height: initial
}

.appoinment-button a:hover {
    background: #003663;
    color: #fff
}

.builder_all .col-sm-6.col-xs-6 {
    padding: 0 5px
}

.builder_all img {
    width: 100%;
    height: 300px
}

.builder_all {
    position: relative
}

.builder_all:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 6px;
    background: #900;
    content: "";
    transition: all ease-in-out 0.5s
}

.builder_all:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 6px;
    background: #900;
    transition: all ease-in-out 0.5s
}

.builder_all:hover:before {
    width: 150px;
    left: 50%;
    margin-left: -75px
}

.builder_all:hover:after {
    width: 150px;
    right: 50%;
    margin-right: -75px
}

.builder_all:hover img {
    border: 1px dashed #900
}

.mainmenu-area {
    position: relative;
    z-index: 999999
}

.mainmenu-area .logo {
    display: inline-block;
    padding-right: 0;
    position: relative;
    float: left
}

.mainmenu-area .logo a {
    display: inline-block
}

.main-menu {
    float: none;
    position: relative;
    width: 100%;
    background: #ed2924
}

.main-menu .navbar-collapse {
    padding: 0
}



.main-menu .navigation {
    float: none;
    position: relative;
    width: 100%;
    margin-bottom: 0
}

.main-menu .navigation li {
    display: inline-block;
    float: left;
border-right: 1px solid #0503031a;
    cursor: pointer
}

.main-menu .navigation li:last-child {
    border-right: none
}

.main-menu .navigation > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    top: 0;
    right: -15px;
    font-size: 14px;
    transition: all 500ms ease 0s
}

.main-menu .navigation li a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 20px;
    opacity: 1;
    margin: 12px 35px;
    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
    font-family: "arabic";
    font-weight: 600
}

.main-menu .navigation > li.dropdown > a {
    margin-right: 27px
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
    color: #333
}

.main-menu .navigation > li:hover,
.main-menu .navigation > li.current {
    background: #f0f0f0
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0;
    top: 130%;
width: 240px;
    padding: 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    transition: all 300ms ease
}

.main-menu .navigation > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible
}





li.dropdown li {
width: 100%;
position: relative;

border-right: 0;
display: block;

}



li.dropdown li a {
border-bottom: 1px solid #dfdddd;
}





.main-menu .navigation > li > ul > li > a {
    width: 100%;
    background: #ffffff;
padding: 10px 15px 10px 30px;
    margin: 0;
    color: #222222;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    float: left;
    clear: both;
    position: relative;
    outline: 0;
    transition: padding .2s linear;
    transition: all 500ms ease;
    font-family: "arabic";
}

li.dropdown li a:after {
content: "\f105";
font-family: fontawesome;
display: block;
font-size: 14px;
color: #ed2924;
right: 15px;
top: 8px;
position: absolute;
text-align: right;
}



li.dropdown li:hover a:after {

content: "\f00d";
}




.main-menu .navigation > li > ul > li:hover > a {
    color: #003663;
    background: #f7f7f7
}

.main-menu .navigation > li > ul > li.dropdown > a:after {}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {}

.main-menu .navigation > li > ul > li > ul.has-child {
display: inline-block;
position: absolute;

width: 240px;
background: #fff;

}







.main-menu .navigation > li > ul > li ul.has-child li {}

.main-menu .navigation > li > ul > li ul.has-child li:first-child {}

.main-menu .navigation > li > ul > li ul.has-child li a { color: #333;
padding: 10px 20px;
margin: 0; } 


.main-menu .navigation > li > ul > li ul.has-child li a:after {
display:none
}




.main-menu .navigation > li > ul li ul.has-child { display:none }



@media only screen and (min-width: 768px) {
  body {
    background-color: lightblue;
  }

.main-menu .navigation > li > ul li:hover ul.has-child { display:inline-block }
}


.main-menu .navigation > li > ul > li > ul.has-child > li:hover > a {}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #555;
    background: url(../images/opener.png) center center no-repeat;
    background-size: 65px;
    cursor: pointer;
    z-index: 5;
    display: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz- -webkit-transition: all 500ms ease
}

.main-menu .navbar-collapse > .navigation > li:hover .dropdown-btn {
    border: 1px solid #fff
}



.outer-search-box {
    float: left;
    height: 39px;
    transition: all 500ms ease
}




/***********************************************************************/
.outer-search-box .seach-toggle {
    background: transparent;
    color: #afafb5;
    cursor: pointer;
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    padding: 9px 0;
    position: relative;
    text-align: center;
    transition: all 500ms ease
}

.outer-search-box .seach-toggle:hover,
.outer-search-box .seach-toggle.active {
    background: #003663;
    color: #fff
}

.search-box.now-visible {
    top: 52%;
    opacity: 1;
    visibility: visible;
    right: 8%
}

.search-box .form-group {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: 250px
}

.search-box .form-group input[type="search"] {

    border: none;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 50px;

background: #ededed !important;
}

.search-box .form-group button,
.search-box .form-group input[type="submit"] {
background: #ddd;
color: #fff;
cursor: pointer;
display: block;
font-size: 13px;
height: 40px;
line-height: 40px;
position: absolute;
right: 0;
top: 0;
width: 40px;
transition: all 500ms ease 0s;
border-left: 1px solid #bdc2ce;
color: #626c84;
}

.mainmenu-right-box {
    float: right;
margin-top: 60px;
}

.mainmenu-area .appointment-button {
    float: right;
    margin: 25px 0
}

.mainmenu-area .appointment-button a {
    position: relative
}

.mainmenu-area .appointment-button a:before {
    position: absolute;
    top: 3px;
    right: 5px;
    content: "";
    background: url(../images/button-icon.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
    transition: all 500ms ease
}

.welcome-area {
    padding-bottom: 50px
}

.welcome-area .text-holder {
    position: relative;
    overflow: hidden
}

.welcome-area .text-holder .text-box {
    margin-top: -7px
}

.welcome-area .text-holder .text-box .name-signature {
    overflow: hidden;
    margin-top: 30px
}

.welcome-area .text-holder .text-box .name-signature .name {
    display: inline-block;
    float: left;
    margin-right: 30px
}

.welcome-area .text-holder .text-box .name-signature .name h3 {
    color: #222222;
    font-size: 18px;
    margin: 0 0 5px
}

.welcome-area .text-holder .text-box .name-signature .name h3 span {
    color: #848484;
    font-weight: 400
}

.welcome-area .text-holder .text-box .name-signature .name p {
    margin: 0;
    color: #003663
}

.welcome-area .text-holder .text-box .name-signature .signature {
    float: left
}

.welcome-area .img-holder {
    position: relative;
    overflow: hidden;
    display: block
}

.welcome-area .img-holder img {
    width: 100%
}

.welcome-area .inner-content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: #003663;
    display: block;
    padding: 17px 0 17px
}

.welcome-area .inner-content h3 {
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
    font-family: "arabic"
}

.head-a {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 86% !important;
    text-transform: capitalize;
    padding: 5px;
    color: #fff;
    font-weight: 600;
    background: #900;
    right: 22px
}

.image-adv {
    text-align: center;
    margin-top: 20px
}

.fire {
    text-align: center;
    margin-top: 80px
}

.boxx1 {
    position: relative;
    width: 100%;
    min-height: 300px;
    margin: 20px auto;
    overflow: hidden
}

.adver {
    background: #E1A613
}

.soft {
    text-align: center;
    text-transform: uppercase;
    background: #ccc;
    color: #fff
}

.features-area {
    background: #003663;
    display: block;
    position: relative
}

.features-area .single-features-item {
    text-align: center;
    color: #fff;
    padding: 50px 0;
    position: relative;
    transition: all 0.5s ease
}

.features-area .single-features-item .overlay {
    background-image: url(../images/single-featured-bg.jpg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    transition: all 0.5s ease;
    opacity: 0;
    overflow-y: hidden
}

.features-area .single-features-item .overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(9, 29, 49, 0.0);
    opacity: 1;
    transition: all 0.5s ease
}

.features-area .single-features-item .overlay .box {
    display: table;
    width: 100%;
    height: 100%
}

.features-area .single-features-item .overlay .box .box-content {
    display: table-cell;
    vertical-align: bottom;
    text-align: center
}

.features-area .single-features-item .overlay .box .box-content a {
    text-transform: uppercase;
    background: transparent;
    font-size: 14px;
    line-height: 45px;
    display: inline-block;
    padding: 0 55px;
    position: relative;
    top: 40px;
    transform: translate3d(0, 45px, 0);
    transition: all 0.5s ease;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    font-family: "arabic"
}

.features-area .single-features-item .overlay .box .box-content a:hover {
    background: #003663
}

.features-area .single-features-item .iocn-box {
    width: 100px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    transform: translate3d(0, 0, 0);
    transition: all 0.5s ease
}

.features-area .single-features-item .iocn-box:before {
    content: "\f100";
    font-family: Flaticon;
    font-size: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.features-area .single-features-item .iocn-box span:before {
    font-size: 40px;
    line-height: 100px;
    display: block;
    vertical-align: bottom
}

.features-area .single-features-item .text-box {
    margin: 0;
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: all 0.5s ease
}

.features-area .single-features-item .text-box h3 {
    color: #ffffff;
    font-size: 20px;
    margin: 0 0 15px
}

.features-area .single-features-item .text-box p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    line-height: 26px
}

.features-area .single-features-item:hover .iocn-box {
    transform: translate3d(0, -40px, 0)
}

.features-area .single-features-item:hover .text-box {
    transform: translate3d(0, -40px, 0);
    transition: all 0.5s ease
}

.features-area .single-features-item:hover .overlay {
    opacity: 1
}

.features-area .single-features-item:hover .overlay .box .box-content a {
    transform: translate3d(0, -70px, 0)
}

.service-area {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #ffffff;
    position: relative;
    overflow: hidden
}

.service-area .sec-title {
    padding-bottom: 60px
}

.single-service-item {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.single-service-item:before {
    pointer-events: none;
    content: '';
    position: absolute;
    border: #ccc solid 2px;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left
}

.single-service-item:hover:before,
.single-service-item:focus:before,
.single-service-item:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1
}

.single-service-item {
    position: relative;
    margin: 10px auto;
    display: block;
    padding: 7px;
    width: 100%;
    max-height: 350px
}

.single-service-item .icon-holder {
    margin: 0 0 26px
}

.single-service-item .icon-holder span:before {
    color: #626c84;
    font-size: 45px;
    line-height: 50px
}

.icon-holder img {
    width: 213px;
    height: 158px
}

.single-service-item .text-holder {}

.single-service-item .text-holder h3 {
    color: #900;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0 0 14px
}

.single-service-item:hover h3 {
    color: #525252
}

.single-service-item .text-holder p {
    margin: 0
}

.service-area .hr-line {
    height: 1px;
    width: 100%;
    display: block;
    background: #f6f6f6;
    margin-top: 33px;
    margin-bottom: 40px
}

.project-area {
    position: relative;
    overflow: hidden;
    display: block
}

.project-area .mar0 {
    margin: 0
}

.single-project-item.span-20per {
    width: 20%;
    float: left
}

.slogan-area {
    padding: 5px 0;
    background: #003663;
    position: relative;
    overflow: hidden
}

.slogan-area h1 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    font-family: "arabic";
    margin: 9px 0
}

.slogan-area p {
    color: #ffffff;
    font-size: 14px;
    margin: 0
}

.slogan-area a {
    width: 150px;
    border: 1px solid #ffffff
}

.testimonial-area {
    background-image: url(../images/testimonial_bg.jpg);
    background-attachment: fixed;
    padding: 50px 0 50px
}

.testimonial-area h1 {
    color: #fff
}

.testimonial-area .owl-controls {
    display: inline-block !important
}

.testimonial-area .owl-nav div.owl-prev {
    position: relative;
    left: 100%;
    font-size: 0
}

.testimonial-area .owl-nav div.owl-next {
    height: 26px;
    float: left;
    position: relative;
    left: -100%;
    top: -42px;
    font-size: 0
}

.testimonial-area .owl-nav div.owl-prev:after {
    content: "\f105";
    font-family: fontawesome;
    display: block;
    text-align: center;
    transition: all 0.5s ease-out 0s;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 24px;
    background: #575757;
    color: #003663;
    float: left;
    border-radius: 100%;
    overflow: hidden
}

.testimonial-area .owl-nav div.owl-next:after {
    content: "\f104";
    font-family: fontawesome;
    display: block;
    text-align: center;
    transition: all 0.5s ease-out 0s;
    float: left;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 24px;
    background: #575757;
    color: #003663;
    border-radius: 100%;
    overflow: hidden
}

.testimonial-area .owl-carousel .owl-item img {
    transform: scale(1.1);
    transition: all ease-in-out 0.6s
}

.testimonial-area .owl-carousel .owl-item:hover img {
    transform: scale(1.2)
}

.testimonial-area .owl-nav div.owl-prev:after:hover,
.testimonial-area .owl-nav div.owl-next:after:hover {
    background: #999 !important
}

.testimonial-area .owl-controls .owl-dots {
    display: none !important
}

.testimonial-area .more-button {
    margin-top: px
}

.img-holder p {
    padding: 0 5px
}

.top-re {
    transition: all ease-in-out 0.4s
}

.testimonial-area .img-holder p {
    padding: 20px 5px;
    color: #000
}

.img-holder a {
    text-transform: capitalize;
    color: #000;
    padding: 10px 5px
}

.owl-carousel .owl-item:hover .top-re {}

.vart {
    color: #000 !important
}

.testimonial-area .owl-carousel .owl-stage {
    height: 325px
}

.testimonial-area .more-button a {
    border: 1px solid #fff;
    height: 55px;
    width: 270px;
    margin: 0 auto;
    display: block;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    z-index: 5;
    position: relative;
    text-transform: uppercase;
    line-height: 54px;
    font-family: "arabic";
    transition: all 500ms ease
}

.testimonial-area .more-button a:hover {
    background: #003663;
    color: #ffffff;
    border-color: #003663
}

.single-testimonial-item {
    transition: all 500ms ease;
    min-height: 300px;
    cursor: pointer;
    overflow: hidden;
    float: left;
    background: #f5f5f5;
    margin-bottom: 30px;
    display: block
}

.owl-carousel .owl-item:hover .single-testimonial-item {
    background: #fff
}

.single-testimonial-item .img-holder {
    overflow: hidden;
    position: relative;
    transition: all 0.7s ease
}

.single-testimonial-item .top {
    overflow: hidden;
    display: block;
    padding: 14px 20px;
    border-bottom: 1px solid #f7f7f7
}

.single-testimonial-item .top .left h3 {
    line-height: 28px
}

.single-testimonial-item .top .left h3 span {
    font-weight: 300;
    color: #848484;
    font-family: "arabic"
}

.single-testimonial-item .top .right .review-box {
    border: 1px solid #f7f7f7;
    height: 30px;
    display: block;
    padding: 0 15px;
    border-radius: 20px
}

.single-testimonial-item .top .right .review-box ul li i {
    color: #ebce09
}

.single-testimonial-item .text-holder {
    display: block;
    padding: 22px 20px 22px;
    border-bottom: 1px solid #f7f7f7
}

.single-testimonial-item .text-holder p {
    color: #848484;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin: 0
}

.single-testimonial-item .bottom {
    overflow: hidden;
    padding: 14px 20px
}

.single-testimonial-item .bottom .left h3 {
    color: #003663;
    font-size: 16px;
    line-height: 30px
}

.appoinment-area {
    position: relative;
    background: #f1f1f1
}

.appoinment-area:after {
    display: block;
    content: " ";
    position: absolute;
    border-left: 200px solid transparent;
    border-top: 200px solid #003663;
    top: 0;
    right: 0
}

.appoinment-area .container {
    position: relative
}

.appoinment-area .appoinment {
    padding: 20px 0
}

.appoinment-area .appoinment .sec-title {
    padding-bottom: 43px
}

.appoinment-area .appoinment .sec-title h1 {
    color: #003663
}

.appoinment-area .appoinment .sec-title .border:before {
    background: #003663
}

.appoinment-area .appoinment .sec-title .border:after {
    background: #003663
}

.appoinment-area .appoinment .appoinment-form {
    display: block
}

.appoinment-area .appoinment .appoinment-form .input-label label {
    color: #626c84;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 3px
}

.appoinment-area .appoinment .appoinment-form .input-box {
    position: relative;
    margin-bottom: 24px
}

.appoinment-area .appoinment .appoinment-form .input-box .icon-box {
    position: absolute;
    right: 15px;
    top: 11px
}

.appoinment-area .appoinment .appoinment-form .input-box .icon-box i {
    color: #464646;
    font-size: 14px
}

.appoinment-area .appoinment .appoinment-form .input-box input[type=text],
.appoinment-area .appoinment .appoinment-form .input-box input[type=email] {
    background: #fff;
    width: 100%;
    border: 1px solid #ccc;
    height: 50px;
    display: block;
    padding: 0 15px;
    color: #464646;
    font-size: 15px;
    font-weight: 400;
    transition: all 500ms ease;
    font-family: "arabic"
}

.appoinment-area .appoinment .appoinment-form button {
    border: 1px solid #003663;
    color: #003663;
    padding: 12px 30px 10px;
    max-width: 250px;
    margin-top: 30px;
    margin-left: 40px
}

.appoinment-area .appoinment .appoinment-form button:hover {
    background: #003663;
    border-color: #fff;
    color: #fff
}

.appoinment-area .appoinment .appoinment-form .text p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin: 11px 0
}

.appoinment-area .img-holder {
    position: absolute;
    bottom: 0;
    right: -100px
}

.latest-blog-area {
    padding-top: 0;
    position: relative;
    overflow: hidden
}

.single-blog-item {
    position: relative;
    overflow: hidden;
    display: block;
    border: 1px solid #f4f4f4;
    margin-bottom: 30px
}

.single-blog-item .img-holder {
    overflow: hidden;
    position: relative
}

.single-blog-item .img-holder img {
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
    width: 100%;
    max-height: 250px
}

.single-blog-item:hover .img-holder .overlay-style-one {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg)
}

.single-blog-item .img-holder .overlay-style-one .content a i {
    transition: all 500ms ease;
    font-size: 20px
}

.single-blog-item .img-holder .overlay-style-one .content a:hover i {
    color: #b6b6b6
}

.single-blog-item:hover .img-holder img {
    transform: scale(1, 1)
}

.single-blog-item .text-holder {
    background: #ffffff;
    padding: 10px
}

.single-blog-item .text-holder .blog-title {
    color: #222222;
    font-size: 16px;
    line-height: 26px;
    display: block;
    transition: all 500ms ease
}

.single-blog-item .text-holder .blog-title:hover {
    color: #003663
}

.single-blog-item .text-holder .text {
    margin-top: 12px
}

.single-blog-item .text-holder .text p {
    font-size: 14px;
    margin: 0
}

.single-blog-item .text-holder .meta-info {
    overflow: hidden;
    padding: 12px;
    text-align: center;
    border-top: 1px solid #f4f4f4;
    margin-top: 18px
}

.single-blog-item .text-holder .meta-info li {
    display: inline-block;
    float: left;
    line-height: 24px;
    margin-right: 20px
}

.single-blog-item .text-holder .meta-info li:last-child {
    margin-right: 0
}

.single-blog-item .text-holder .meta-info li a {
    color: #848484;
    font-size: 16px;
    font-weight: 300
}

.single-blog-item .text-holder .meta-info li a i {
    display: inline-block;
    padding-right: 4px;
    font-size: 15px
}

.single-blog-item .text-holder .meta-info li a:hover {
    color: #003663
}

.model-area {
    background: #f9f9f9;
    padding-top: 80px;
    padding-bottom: 40px
}

.model-area .single-model-item {
    padding-bottom: 40px
}

.footer-end {
    background: #2d2d2d;
background: #ececec;
    position: relative;

background: linear-gradient(to bottom right, #FFF 15%, #160cef00), radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.2) 10%, transparent 20%) center center / 15px 15px, linear-gradient(to bottom right, #565656, #D1D1D1);
    background-attachment: scroll, scroll, scroll;
background-attachment: scroll, scroll, scroll;
background-attachment: scroll, scroll, scroll;
background-attachment: fixed;
}

.footer-widgets {
padding-top: 20px;
margin-top: 20px;
}

.widget-title {
    text-transform: capitalize;
    padding: 10px 0;
    font-size: 20px;
    color: #222
}

#footer-widgets,
.footer-bottom-area {
    position: relative;
    z-index: 9
}

.address p {
    color: #333;
    font-size: 15px;
    margin: 0;
    margin-top: 8px
}

.footer-contact .ft-contact i {
    color: #ed2924;
    float: left;
    margin: 7px;
    font-size: 15px;
    margin-right: 15px;

    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px
}

.ft-contact {
    display: inline-block;
    display: flow-root
}

.ft-contact a {
color: #333;
}

i.fa-facebook:hover {
    color: #4267b2 !important
}

i.fa-twitter:hover {
    color: #2aa9e0 !important
}

i.fa-linkedin:hover {
    color: #0077b5 !important
}

i.fa-google-plus:hover {
    color: #db4437 !important
}

.gardenhub-social-links-widget a {
    margin: 10px
}

ul.menu {
    text-transform: capitalize
}

.footer-area {
    background: #626c84;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative
}

.single-footer-widget {
    position: relative;
    overflow: hidden
}

.single-footer-widget .title {
    padding-bottom: 40px;
    margin-top: -3px
}

.single-footer-widget .title h3 {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize
}

.single-footer-widget .footer-logo {
    overflow: hidden;
    padding-bottom: 33px
}

.single-footer-widget .footer-logo a {
    display: inline-block
}

.single-footer-widget .our-info {
    overflow: hidden
}

.single-footer-widget .our-info p {
    color: #c1c2c7;
    font-size: 16px;
    margin: 0
}

.single-footer-widget .our-info a {
    border: 1px solid #fff;
    width: 230px;
    margin: 33px 0 0;
    overflow: hidden
}

.single-footer-widget .latest-blog {
    margin-top: -11px
}

.single-footer-widget .latest-blog li {
    border-bottom: 1px solid #363b4b;
    padding-bottom: 22px;
    margin-bottom: 24px
}

.single-footer-widget .latest-blog li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.single-footer-widget .latest-blog li .text-holder a {
    color: #c1c2c7;
    font-size: 16px
}

.single-footer-widget .latest-blog li .text-holder a:hover {
    color: #fff
}

.single-footer-widget .latest-blog li .text-holder span {
    color: #fff;
    font-size: 14px;
    display: block;
    margin: 7px 0 0
}

.single-footer-widget .latest-blog li .text-holder span i {
    display: inline-block;
    padding-right: 8px
}

.single-footer-widget .footer-contact-info {
    overflow: hidden;
    display: block;
    position: relative;
    margin: -11px 0 25px;
    z-index: 1
}

.single-footer-widget .footer-contact-info:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/map.png);
    content: "";
    z-index: -1
}

.single-footer-widget .footer-contact-info li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 16px
}

.single-footer-widget .footer-contact-info li:last-child {
    margin-bottom: 0
}

.single-footer-widget .footer-contact-info li .icon-holder {
    position: absolute;
    top: 1px;
    left: 0
}

.single-footer-widget .footer-contact-info li .icon-holder span:before {
    color: #c1c2c7;
    font-size: 16px;
    line-height: 16px
}

.single-footer-widget .footer-contact-info li .icon-holder span.flaticon-arrows:before {
    position: relative;
    top: 5px
}

.single-footer-widget .footer-contact-info li .text-holder {}

.single-footer-widget .footer-contact-info li .text-holder h5 {
    color: #c1c2c7;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "arabic"
}

.single-footer-widget .map a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    transition: all 500ms ease
}

.single-footer-widget .map a:hover {
    color: #dddddd
}

.single-footer-widget .working-hours {
    overflow: hidden;
    display: block;
    margin-top: -14px
}

.single-footer-widget .working-hours li {
    line-height: 32px;
    color: #c1c2c7;
    font-size: 16px;
    font-weight: 300
}

.single-footer-widget .working-hours li:last-child {}

.single-footer-widget .working-hours li span {
    float: right
}

.single-footer-widget .working-hours li span.closed {
    color: #fff;
    font-size: 15px;
    font-weight: 400
}

#menu-service-menu a {
border-left: 2px solid #333;
padding-left: 10px;
color: #333;
font-size: 15px;
}

#menu-service-menu a:hover {
    padding-left: 15px;
    color: #ed2924
}

#menu-service-menu li {
    width: 50%;
    float: left;
    line-height: 40px
}

.date-foot {
    width: 34%;
    transition: all ease-in-out 0.4s
}

.links li:hover .date-foot {
    width: 50%;
    opacity: 1;
    background: #fff
}

.links li:hover .desc {
    border-bottom: 1px solid #f5f5f5
}

.desc {
    color: #fff
}

.footer-bottom-area {
    background: linear-gradient(to right, #ed2924 0, rgba(169, 192, 48, 1) 100%);
    display: block;
    background:#ed2924;
margin-top: 15px;
}

.copyright-text {
    margin: 7px 0
}

.copyright-text p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
text-transform: capitalize;
}

.copyright-text p a {
    color: #fff;
    transition: all 500ms ease
}

.copyright-text p a:hover {
    color: #fff
}

.footer-bottom-area .footer-social-links {
    overflow: hidden;
    float: right;
    margin: 0 !important
}

.footer-bottom-area .footer-social-links li {
    display: inline-block;
    float: left;
    margin-right: 30px;
    text-align: right
}

.footer-bottom-area .footer-social-links li:last-child {
    margin-right: 0
}

.footer-bottom-area .footer-social-links li a i {
    display: block;
    color: #fff;
    font-size: 16px;
    transition: all 500ms ease;
    line-height: 40px
}

.footer-bottom-area .footer-social-links li a:hover i {
    color: #fff
}

.reapir-service-area {
    padding-top: 80px;
    padding-bottom: 20px
}

.reapir-service-area .container.bottom {
    border-top: 1px solid #f4f4f4;
    margin-top: 20px;
    padding-top: 70px
}

.reapir-service-area .single-item {
    display: block;
    margin-bottom: 40px;
    overflow: hidden
}

.reapir-service-area .single-item .img-holder {
    position: relative;
    overflow: hidden
}

.reapir-service-area .single-item .img-holder img {
    transition: all ease-in-out 0.4s;
    width: 100%
}

.single-item:hover img {
    transform: scale(1.1)
}

.single-item:hover .ddate {
    background: rgb(0, 0, 30, 0.7)
}

.single-item:hover .text-holder h3 {
    color: #2da1f2
}

.reapir-service-area .single-item .img-holder .title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    height: auto;
    background: #ffffff;
    padding: 20px 0;
    text-align: center
}

.reapir-service-area .single-item .img-holder .title h3 {}

.reapir-service-area .single-item .img-holder .icon-box {
    position: absolute;
    top: -17px;
    right: -50px;
    background: #333;
    display: block;
    width: 165px;
    height: 70px;
    transform: rotate(45deg)
}

.reapir-service-area .single-item .img-holder .icon-box span:before {
    color: #ffffff;
    font-size: 25px;
    line-height: 25px;
    display: block;
    text-align: center;
    transform: rotate(-45deg);
    padding-top: 40px;
    padding-bottom: 45px;
    padding-left: 70px;
    padding-right: 30px
}

.reapir-service-area .single-thumb {
    position: relative;
    overflow: hidden;
    display: block;
    padding-left: 110px;
    padding-bottom: 60px
}

.reapir-service-area .single-thumb .img-holder {
    position: absolute;
    top: 0;
    left: 0
}

.reapir-service-area .single-thumb .img-holder .overlay-style-one .content a span:before {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px
}

.reapir-service-area .single-thumb .text-holder {
    padding-left: 30px
}

.reapir-service-area .single-thumb .text-holder a h3 {
    margin: -3px 0 3px
}

.reapir-service-area .single-thumb .text-holder a h3:hover {
    color: #003663
}

.reapir-service-area .single-thumb .text-holder p {
    margin: 0
}

.reapir-service-area .single-thumb:hover .img-holder .overlay-style-one {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg)
}

.fact-counter-area {
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
    padding-top: 72px;
    position: relative;
    z-index: 1
}

.fact-counter-area::before {
    background: rgba(255, 0, 0, 0.3) content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.fact-counter-area .title h1 {
    color: #ffffff;
    font-size: 48px;
    line-height: 52px;
    margin: 0 0 60px
}

.fact-counter-area .single-item {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    transition: all 500ms ease;
    position: relative;
    padding-left: 90px
}

.fact-counter-area .single-item:hover {}

.fact-counter-area .single-item .icon-holder {
    position: absolute;
    top: 0;
    left: 0
}

.fact-counter-area .single-item .icon-holder span:before {
    color: #f8ec30;
    font-size: 60px;
    line-height: 95px
}

.fact-counter-area .single-item h1 span {
    color: #ffffff;
    font-size: 60px;
    font-weight: 400
}

.fact-counter-area .single-item h3 {
    color: #c1c2c7;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    text-transform: capitalize;
    font-family: "arabic";
    margin: 1px 0 0
}

.welcome-area.bg-gray {
    background: #f9f9f9
}

.faq-team-area {
    padding-top: 80px;
    padding-bottom: 80px
}

.accordion-box {
    display: block
}

.accordion-box .accordion {
    margin-bottom: 20px;
    display: block;
    border-radius: 30px;
    position: relative
}

.accordion-box .accordion.last {
    margin-bottom: 0
}

.accordion-box .accordion .accord-btn {
    border: 1px solid #f4f4f4;
    cursor: pointer;
    position: relative;
    transition: all 500ms ease;
    display: block;
    padding: 16px 25px 16px;
    border-radius: 30px
}

.accordion-box .accordion .accord-btn.last {}

.accordion-box .accordion .accord-btn h4 {
    color: #222222;
    font-size: 20px;
    line-height: 26px;
    transition: all 500ms ease
}

.accordion-box .accordion .accord-btn::after {
    color: #a8a8a8;
    content: "\f055";
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: 400;
    line-height: 42px;
    margin: 6px 0;
    position: absolute;
    right: 10px;
    top: 0;
    transition: all 500ms ease 0s;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #e4e4e4;
    text-align: center
}

.accordion-box .accordion .accord-btn.active {
    transition: all 500ms ease
}

.accordion-box .accordion .accord-btn.active h4 {
    color: #003663
}

.accordion-box .accordion .accord-btn.active:after {
    content: "\f056";
    border: 1px solid #003663;
    color: #003663;
    background: transparent
}

.accordion-box .accordion .accord-content {
    display: none;
    position: relative;
    padding-left: 30px;
    padding-top: 23px;
    padding-bottom: 5px
}

.accordion-box .accordion .accord-content.last {}

.accordion-box .accordion .accord-content.collapsed {
    display: block
}

.accordion-box .accordion .accord-content p {
    margin: 0
}

.faq-team-area .faq-content .more-button a {
    border: 1px solid #e9e9e9;
    width: 190px;
    color: #003663;
    margin: 40px 0 0
}

.faq-team-area .faq-content .more-button a:hover {
    background: #003663;
    color: #ffffff;
    border-color: #003663
}

.single-team-member {
    display: block
}

.single-team-member .img-holder {
    position: relative;
    display: block;
    overflow: hidden
}

.single-team-member .img-holder img {
    transition: all 0.5s ease 0s;
    width: 100%
}

.single-team-member:hover .img-holder img {}

.single-team-member:hover .img-holder .overlay-style-one {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg)
}

.single-team-member .img-holder .overlay-style-one .box .content ul {
    overflow: hidden
}

.single-team-member .img-holder .overlay-style-one .box .content ul li {
    display: inline-block;
    margin: 0 3px
}

.single-team-member .img-holder .overlay-style-one .box .content ul li a i {
    background: rgba(255, 255, 255, 0.95);
    height: 40px;
    width: 40px;
    display: block;
    border-radius: 50%;
    color: #172b42;
    font-size: 13px;
    line-height: 42px;
    transition: all 500ms ease
}

.single-team-member .img-holder .overlay-style-one .box .content ul li a:hover i {
    background: #f8ec30
}

.single-team-member .text-holder {
    background: #ffffff;
    padding-top: 22px;
    padding-bottom: 10px
}

.single-team-member .text-holder h3 {
    color: #222222;
    font-size: 20px;
    text-transform: none;
    margin: 0 0 3px
}

.single-team-member .text-holder span {
    color: #003663;
    font-size: 16px;
    font-weight: 300;
    font-family: "arabic"
}

.single-team-member .text-holder .text {
    padding-top: 12px
}

.single-team-member .text-holder .text p {
    margin: 0
}

.single-team-member .bottom {
    border-top: 1px solid #f4f4f4;
    padding-top: 17px;
    margin-top: 18px
}

.single-team-member .bottom ul li {
    line-height: 28px;
    font-size: 14px;
    color: #848484
}

.single-team-member .bottom ul li i {
    display: inline-block;
    padding-right: 8px
}

.testimonial-area-v2 {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 155px;
    padding-top: 80px;
    position: relative;
    z-index: 1
}

.testimonial-area-v2::before {
    background: rgba(255, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.testimonial-carousel .single-item {
    margin: 0 auto;
    max-width: 780px
}

.testimonial-carousel .single-item .icon-holder {
    margin: 0 0 45px
}

.testimonial-carousel .single-item .icon-holder img {
    width: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.testimonial-carousel .single-item .text-holder {
    padding-bottom: 4px;
    transition: all 0.7s ease
}

.testimonial-carousel .single-item .text-holder h2 {
    color: #ffffff;
    font-size: 24px;
    margin: 0 0 17px
}

.testimonial-carousel .single-item .text-holder p {
    color: #c1c2c7;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin: 0
}

.testimonial-carousel .single-item .client-info {
    display: block;
    overflow: hidden
}

.testimonial-carousel .single-item .client-info .name h3 {
    color: #ffffff;
    font-size: 20px;
    text-transform: capitalize;
    margin: 23px 0 6px;
    transition: all 700ms ease
}

.testimonial-carousel .single-item .client-info .name h3 span {
    color: #848484;
    font-weight: 300;
    font-family: "arabic"
}

.testimonial-area-v2 .owl-controls {
    max-width: 120px;
    margin: 0 auto;
    position: relative
}

.testimonial-area-v2 .owl-theme .owl-nav {}

.testimonial-area-v2 .owl-theme .owl-nav .owl-prev {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #3b3e4a;
    border-radius: 50%;
    height: 50px;
    left: 0;
    position: absolute;
    top: 25px;
    width: 50px;
    margin: 0;
    padding: 0;
    display: block;
    padding: 7px 0;
    transition: all 500ms ease
}

.testimonial-area-v2 .owl-theme .owl-nav .owl-next {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #3b3e4a;
    border-radius: 50%;
    height: 50px;
    right: 0;
    position: absolute;
    top: 25px;
    width: 50px;
    margin: 0;
    padding: 0;
    display: block;
    padding: 7px 0;
    transition: all 500ms ease
}

.testimonial-area-v2 .owl-theme .owl-nav .owl-prev:hover {
    border-color: #ffffff
}

.testimonial-area-v2 .owl-theme .owl-nav .owl-next:hover {
    border-color: #ffffff
}

.testimonial-area-v2 .owl-theme .owl-nav div .fa {
    color: #ffffff;
    font-size: 30px;
    display: block;
    text-align: center;
    transition: all 500ms ease
}

.testimonial-area-v2 .owl-theme .owl-nav .owl-next:hover .fa {
    color: #ffffff
}

.testimonial-area-v2 .owl-theme .owl-nav .owl-prev:hover .fa {
    color: #ffffff
}

.parts-area {
    padding-top: 80px;
    padding-bottom: 50px
}

.single-product-item {
    background: #fff;
    margin-bottom: 30px;
    transition: all 0.7s ease
}

.single-product-item:hover {}

.single-product-item .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid #f5f4f3
}

.single-product-item .img-holder img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 100%
}

.single-product-item:hover .img-holder img {
    transform: scale(1.1)
}

.single-product-item:hover .img-holder .overlay-style-one {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg)
}

.single-product-item .img-holder .overlay-style-one .box .content a {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #ffffff;
    padding: 6px 12px
}

.single-product-item .img-holder .overlay-style-one .box .content a:hover {
    background: #ffffff;
    color: #003663
}

.single-product-item .title-holder {
    padding: 20px 0 0
}

.single-product-item .title-holder .top {
    overflow: hidden;
    margin-bottom: 10px
}

.single-product-item .title-holder .top .product-title {}

.single-product-item .title-holder .top .product-title h5 {
    color: #222222;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 26px
}

.single-product-item .title-holder .top .review-box {}

.single-product-item .title-holder .top .review-box ul {
    line-height: 26px
}

.single-product-item .title-holder .top .review-box ul li i {
    color: #003663
}

.single-product-item .title-holder .product-value h4 {
    color: #003663;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "arabic"
}

.single-product-item .title-holder .product-value h4 del {
    color: #848484;
    font-size: 16px;
    display: inline-block;
    padding-left: 5px
}

.single-product-item .title-holder .button a {
    background: #f7f7f7;
    width: 160px;
    color: #222222;
    margin: 22px 0 0
}

.single-product-item .title-holder .button a:hover {
    background: #003663;
    color: #ffffff
}

.brand-area {
    background: #ffffff;
    padding-bottom: 80px;
    padding-top: 80px
}

.brand-area .brand .owl-stage-outer {
    z-index: 10
}

.brand-area .brand .single-item {
    border: 1px solid #eaeaea;
    height: 95px;
    transition: all 300ms ease-in 0s;
    text-align: center;
    display: block;
    padding: 0
}

.brand-area .brand .single-item img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    opacity: 1;
    padding: 3px 0;
    position: relative;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s
}

.brand-area .brand .single-item:hover {
    border: 1px solid #d4d2d2
}

.brand-area .brand .single-item:hover img {
    opacity: .9
}

.brand-area .owl-controls {
    display: none
}

.service-area-v2 {
    padding-top: 80px;
    padding-bottom: 80px
}

.service-area-v2 .single-item {
    overflow: hidden
}

.service-area-v2 .single-item .img-holder {
    display: block;
    overflow: hidden;
    position: relative
}

.service-area-v2 .single-item .img-holder img {
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
    width: 100%
}

.service-area-v2 .single-item:hover .img-holder img {
    transform: scale(1, 1)
}

.service-area-v2 .single-item .img-holder .overlay-style-one .content a i {
    font-size: 20px;
    color: #ffffff
}

.service-area-v2 .single-item:hover .img-holder .overlay-style-one {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg)
}

.service-area-v2 .single-item .text-holder {
    border: 1px solid #f4f4f4;
    display: block
}

.service-area-v2 .single-item .text-holder .top {
    border-bottom: 1px solid #f4f4f4;
    display: block;
    padding-left: 20px
}

.service-area-v2 .single-item .text-holder .top .title h3 {
    line-height: 32px;
    margin: 10px 0
}

.service-area-v2 .single-item .text-holder .top .icon {
    border-left: 1px solid #f4f4f4;
    display: block;
    padding: 11px 15px 9px
}

.service-area-v2 .single-item .text-holder .top .icon span:before {
    color: #626c84;
    font-size: 30px;
    line-height: 30px
}

.service-area-v2 .single-item .text-holder .text {
    display: block;
    padding: 23px 20px 23px
}

.service-area-v2 .single-item .text-holder .text p {
    margin: 0
}

.service-area-v2 .owl-controls {
    position: absolute;
    right: 0;
    top: -90px
}

.service-area-v2 .owl-theme .owl-nav {
    margin: 0
}

.service-area-v2 .owl-theme .owl-nav [class*="owl-"] {
    background: transparent;
    border-radius: 0;
    color: #888888;
    font-size: 24px;
    height: 50px;
    line-height: 48x;
    margin: 0 0 0 0;
    padding: 10px 0;
    width: 50px;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
    transition: all 700ms ease 0s
}

.service-area-v2 .owl-theme .owl-nav .owl-next {
    margin-left: 10px
}

.service-area-v2 .owl-theme .owl-nav [class*="owl-"]:hover {
    border-color: #003663;
    color: #003663
}

.owl-carousel {
    display: block
}

.latest-work-area {
    background: #626c84;
    position: relative;
    padding-top: 80px;
    padding-bottom: 50px
}

.latest-work-area .sec-title h1 {
    color: #ffffff
}

.latest-work-area .sec-title .border:before {
    background: #ffffff
}

.latest-work-area .sec-title .border:after {
    background: #ffffff
}

.project-filter {
    margin-bottom: 40px
}

.project-filter li {
    display: inline-block;
    margin: 0 5px
}

.project-filter li span {
    position: relative;
    background: transparent;
    color: #c1c2c7;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    font-family: "arabic";
    padding: 7px 20px 7px;
    border-radius: 3px
}

.project-filter li.active span,
.project-filter li:hover span {
    color: #ffffff;
    background: #272b3b
}

.latest-work-area .single-project-item {
    margin-bottom: 30px
}

.latest-work-area .single-project-item .img-holder .overlay-style-one .box .content a.zoom i {
    font-size: 20px;
    width: auto;
    height: auto;
    background: transparent;
    color: #ffffff;
    border-radius: 0;
    line-height: initial;
    border: none
}

.latest-work-area .single-project-item .img-holder .overlay-style-one .box .content .bottom {
    bottom: 13px;
    left: 20px
}

.appoinment-area.style-two {
    background: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px
}

.appoinment-area.style-two .appoinment {
    padding: 30px;
    border: 1px solid #f4f4f4
}

.appoinment-area.style-two .appoinment .appoinment-form .input-box input[type=text],
.appoinment-area.style-two .appoinment .appoinment-form .input-box input[type=email],
.appoinment-area.style-two .appoinment .appoinment-form .input-box textarea {
    background: #ffffff;
    width: 100%;
    border: 1px solid #f4f4f4;
    height: 50px;
    display: block;
    padding: 0 15px;
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    transition: all 500ms ease;
    font-family: "arabic"
}

.appoinment-area.style-two .appoinment .appoinment-form .input-box textarea {
    height: 115px;
    display: block;
    padding: 10px 15px
}

.appoinment-area.style-two .appoinment .appoinment-form button {
    border: none;
    color: #222222;
    padding: 13px 30px 12px;
    width: 100%;
    background: #f7f7f7;
    font-size: 16px
}

.appoinment-area.style-two .appoinment .appoinment-form button:hover {
    background: #003663;
    color: #ffffff
}

.appoinment-area.style-two .appoinment .appoinment-form .text p {
    color: #848484;
    margin: 11px 0
}

.more-features-content {
    display: block
}

.more-features-content ul li {
    display: block;
    padding-left: 65px;
    margin-bottom: 30px;
    position: relative
}

.more-features-content ul li:last-child {
    margin-bottom: 0
}

.more-features-content ul li .icon-holder {
    position: absolute;
    top: 3px;
    left: 0
}

.more-features-content ul li .icon-holder span:before {
    color: #292929;
    font-size: 45px;
    line-height: 45px
}

.more-features-content ul li .text-holder {}

.more-features-content ul li .text-holder h3 {
    margin: 0 0 4px
}

.more-features-content ul li .text-holder span {
    color: #003663
}

.more-features-content ul li .text-holder p {
    margin: 9px 0 0
}

.team-area {
    padding-top: 80px;
    padding-bottom: 145px
}

.team-area .single-team-member {
    margin-bottom: 40px
}

.team-area .single-team-member .text-holder {
    padding-top: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f4f4f4
}

.team-area .owl-controls {
    max-width: 100px;
    margin: -25px auto 0;
    position: relative
}

.team-area .owl-theme .owl-nav {}

.team-area .owl-theme .owl-nav .owl-prev {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #f4f4f4;
    border-radius: 3px;
    height: 40px;
    left: 0;
    position: absolute;
    top: 25px;
    width: 40px;
    margin: 0;
    padding: 0;
    display: block;
    padding: 9px 0;
    transition: all 500ms ease
}

.team-area .owl-theme .owl-nav .owl-next {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #f4f4f4;
    border-radius: 3px;
    height: 40px;
    right: 0;
    position: absolute;
    top: 25px;
    width: 40px;
    margin: 0;
    padding: 0;
    display: block;
    padding: 9px 0;
    transition: all 500ms ease
}

.team-area .owl-theme .owl-nav .owl-prev:hover {
    border-color: #003663
}

.team-area .owl-theme .owl-nav .owl-next:hover {
    border-color: #003663
}

.team-area .owl-theme .owl-nav div .fa {
    color: #222;
    font-size: 20px;
    display: block;
    text-align: center;
    transition: all 500ms ease
}

.team-area .owl-theme .owl-nav .owl-next:hover .fa {
    color: #003663
}

.team-area .owl-theme .owl-nav .owl-prev:hover .fa {
    color: #003663
}

.rev_slider_wrapper.style-four {
    margin-top: -101px
}

.rev_slider_wrapper.style-four .slide-content-box {
    background: rgba(0, 0, 0, 0.25);
    display: block;
    padding: 23px 30px 54px
}

.rev_slider_wrapper.style-four .slide-content-box .title h3 {
    margin: 0;
    padding: 0
}

.rev_slider_wrapper.style-four .slide-content-box .title h3 b {
    background: #003663;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    text-transform: capitalize;
    padding: 11px 20px 10px;
    border-radius: 3px
}

.rev_slider_wrapper.style-four .slide-content-box .title h3 span {
    color: #f8ec30;
    font-size: 48px;
    line-height: 60px;
    margin-left: 66px;
    position: relative;
    top: 9px
}

.rev_slider_wrapper.style-four .slide-content-box .title h3 span:before {
    position: absolute;
    top: 5px;
    left: -40px;
    width: 60px;
    height: 43px;
    content: "";
    background: url(../images/slide-icon.png)
}

.rev_slider_wrapper.style-four .slide-content-box h1 {
    color: #ffffff;
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
    text-align: left;
    margin: 21px 0 15px
}

.rev_slider_wrapper.style-four .slide-content-box.middle h1 {
    text-align: center
}

.rev_slider_wrapper.style-four .slide-content-box h2 {
    color: #dedede;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    font-family: "arabic";
    text-align: left;
    margin: 0 0 45px
}

.rev_slider_wrapper.style-four .slide-content-box.middle h2 {
    text-align: center
}

.rev_slider_wrapper.style-four .slide-content-box.bgnone {
    background: transparent
}

.rev_slider_wrapper.style-four .tparrows {
    background: rgba(0, 0, 0, 0.09);
    cursor: pointer;
    display: block;
    height: 50px;
    position: absolute;
    width: 50px;
    z-index: 1000;
    transition: all 500ms ease;
    border-radius: 50%
}

.rev_slider_wrapper.style-four .tparrows:before {
    font-size: 18px;
    color: #fff;
    display: block;
    line-height: 50px;
    text-align: center;
    transition: all 500ms ease
}

.rev_slider_wrapper.style-four .tparrows:hover {
    background: #003663
}

.rev_slider_wrapper.style-four .tparrows:hover:before {
    color: #fff
}

.rev_slider_wrapper.style-four .slotholder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 36, 38, 0.40);
    z-index: 9
}

.welcome-area-v2.home4 {
    padding: 0;
    margin-top: -100px
}

.welcome-area-v2.home4 .single-item .icon-holder {
    background: #f9f9f9;
    border-radius: 50%
}

.welcome-area-v2.home4 .single-item .icon-holder:after {
    display: none
}

.welcome-area-v2.home4 .single-item:hover .icon-holder {
    background: #003663
}

.welcome-area-v2.home4 .single-item:hover .icon-holder span:before {
    color: #ffffff
}

.welcome-area.home-4 {
    padding-top: 40px
}

.welcome-area a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    padding: 6px 17px;
    float: right;
    background-color: #003663;
    margin: 10px
}

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

.welcome-area a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.welcome-area a:before {
    content: '';
    position: absolute;
    border: #003663 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.welcome-area a:hover:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out
}

.choose-us-area {
    position: relative;
    overflow: hidden;
    display: block;
    background: #f9f9f9
}

.choose-us-area .right-img-holder {
    position: absolute;
    bottom: 0;
    right: 0
}

.choose-us-area .mar-left-minus {
    margin-left: -30px
}

.choose-us-area .img-holder img {
    max-width: none;
    float: right
}

.choose-us-area .text-box {
    padding-top: 93px;
    padding-bottom: 92px;
    padding-left: 10px;
    margin-right: 50px;
    background: #F9F9F9
}

.choose-us-area .more-features-content {
    display: block;
    margin-top: 10px
}

.choose-us-area .more-features-content ul li .text-holder h3 {
    margin: 0 0 14px
}

.repair-service-area-v2 {
    padding: 20px 0 60px 0
}

.repair-service-area-v2 .single-item {
    background: #ddd;
    margin-bottom: 30px
}

.repair-service-area-v2 .single-item .img-holder {
    position: relative;
    overflow: hidden;
    display: block
}

.repair-service-area-v2 .single-item .img-holder img {
    height: 224px;
    transition: all 0.5s ease 0s;
    width: 100%
}

.repair-service-area-v2 .single-item .img-holder .box {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 85px;
    height: 70px;
    text-align: center
}

.repair-service-area-v2 .single-item .img-holder .box h3 {
    background: #626c84;
    color: #ffffff;
    font-size: 18px;
    display: block;
    padding: 10px 0 8px
}

.repair-service-area-v2 .single-item .img-holder .box p {
    margin: 0;
    color: #003663;
    font-weight: 400;
    line-height: 32px
}

.repair-service-area-v2 .single-item .text-holder {}

.repair-service-area-v2 .single-item .text-holder h3 {
    font-size: 17px;
    text-transform: capitalize;
    background-color: #003663;
    color: #fff;
    padding: 12px 0;
    border-top: 3px solid #0009;
    position: relative
}

.repair-service-area-v2 .single-item .text-holder h3:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-top: 30px solid;
    border-top-color: currentcolor;
    border-top-color: currentcolor;
    border-left: 30px solid transparent;
    border-top-color: #0009
}

.repair-service-area-v2 .single-item .text-holder .text {
    overflow: hidden;
    display: block;
    margin-top: 7px;
    height: 66px;
    padding: 8px
}

.repair-service-area-v2 .single-item .text-holder .text p {
    margin: 0
}

.repair-service-area-v2 .single-item .text-holder a {
    background: #f9f9f9;
    color: #003663;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    padding: 12px 0;
    transition: all 500ms ease;
    border: 1px solid #003663
}

.repair-service-area-v2 .single-item .text-holder a:hover {
    background: #900;
    color: #ffffff
}

.repair-service-area-v2 .owl-dots {
    position: relative;
    margin-top: 36px
}

.repair-service-area-v2 .owl-dots .owl-dot {
    background-image: none;
    width: 13px;
    height: 13px;
    margin: 5px 7px;
    border: 2px solid #d5d9e8;
    padding: 0;
    background: #f4f4f4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 500ms ease;
    display: inline-block
}

.repair-service-area-v2 .owl-dots .owl-dot span {
    display: none
}

.repair-service-area-v2 .owl-dots .owl-dot.active {
    background: #003663;
    border-radius: 15px
}

.repair-service-area-v2 .owl-dots .owl-dot:hover {
    background: #003663
}

.latest-work-area-v2 {
    padding-top: 80px;
    padding-bottom: 30px;
    background: #f9f9f9
}

.latest-work-area-v2 .sec-title {}

.latest-work-area-v2 .single-project-item {
    margin-bottom: 42px
}

.latest-work-area-v2 .project-filter li span {
    border: 1px solid #efefef
}

.latest-work-area-v2 .single-project-item .text-holder {
    padding-top: 25px
}

.latest-work-area-v2 .single-project-item .text-holder a {
    color: #222222;
    font-size: 20px;
    text-transform: capitalize;
    margin: 0 0 10px
}

.latest-work-area-v2 .single-project-item .text-holder p {
    margin: 0
}

.testimonial-area-v3 {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 155px;
    padding-top: 80px;
    position: relative;
    z-index: 1
}

.testimonial-area-v3::before {
    background: rgba(48, 52, 67, 0.95) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.testimonial-area-v3 .sec-title h1 {
    color: #ffffff
}

.testimonial-area-v3 .sec-title .border:before {
    background: #ffffff
}

.testimonial-area-v3 .sec-title .border:after {
    background: #ffffff
}

.testimonial-area-v3 .single-item {
    position: relative;
    padding-left: 110px;
    display: block
}

.testimonial-area-v3 .single-item .img-holder {
    position: absolute;
    top: 7px;
    left: 0
}

.testimonial-area-v3 .single-item .text-holder {}

.testimonial-area-v3 .single-item .text-holder p {
    color: #c1c2c7;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300
}

.testimonial-area-v3 .single-item .text-holder h3 {
    color: #ffffff;
    margin-top: 15px
}

.testimonial-area-v3 .single-item .text-holder h3 span {
    color: #f8ec30;
    font-weight: 300
}

.testimonial-area-v3 .owl-controls {
    max-width: 120px;
    margin: 0 auto;
    position: relative
}

.testimonial-area-v3 .owl-theme .owl-nav {}

.testimonial-area-v3 .owl-theme .owl-nav .owl-prev {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #3b3e4a;
    border-radius: 50%;
    height: 50px;
    left: 0;
    position: absolute;
    top: 25px;
    width: 50px;
    margin: 0;
    padding: 0;
    display: block;
    padding: 7px 0;
    transition: all 500ms ease
}

.testimonial-area-v3 .owl-theme .owl-nav .owl-next {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #3b3e4a;
    border-radius: 50%;
    height: 50px;
    right: 0;
    position: absolute;
    top: 25px;
    width: 50px;
    margin: 0;
    padding: 0;
    display: block;
    padding: 7px 0;
    transition: all 500ms ease
}

.testimonial-area-v3 .owl-theme .owl-nav .owl-prev:hover {
    border-color: #ffffff
}

.testimonial-area-v3 .owl-theme .owl-nav .owl-next:hover {
    border-color: #ffffff
}

.testimonial-area-v3 .owl-theme .owl-nav div .fa {
    color: #ffffff;
    font-size: 30px;
    display: block;
    text-align: center;
    transition: all 500ms ease
}

.testimonial-area-v3 .owl-theme .owl-nav .owl-next:hover .fa {
    color: #ffffff
}

.testimonial-area-v3 .owl-theme .owl-nav .owl-prev:hover .fa {
    color: #ffffff
}

.latest-blog-area.style-four {}

.latest-blog-area.style-four .more-button a {
    border: 1px solid #e9e9e9;
    color: #003663;
    padding: 12px 30px 10px;
    margin-top: 1px
}

.latest-blog-area.style-four .more-button a:hover {
    background: #003663;
    border-color: #003663;
    color: #ffffff
}

.latest-blog-area.style-four .single-blog-item {
    padding: 0
}

.latest-blog-area.style-four .single-blog-item .img-holder .post-date {
    background: #003663;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 70px;
    height: 60px;
    text-align: center;
    transform: translate3d(0, 0, 0);
    transition: all 500ms ease;
    transition-delay: 0.5s
}

.latest-blog-area.style-four .single-blog-item:hover .img-holder .post-date {
    transform: translate3d(0, -70px, 0)
}

.latest-blog-area.style-four .single-blog-item .img-holder .post-date h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    display: block;
    padding: 6px 0
}

.latest-blog-area.style-four .single-blog-item .text-holder {
    background: #ffffff;
    margin-top: 20px;
    display: block;
    padding: 0 24px 25px
}

.breadcrumb-area {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

.breadcrumb-area .breadcrumbs {
    padding-top: 84px;
    padding-bottom: 38px
}

.breadcrumb-area .breadcrumbs h1 {
    color: #ffffff;
    font-size: 36px;
    line-height: 42px;
    text-transform: capitalize;
    text-align: center;
    font-family: "arabic"
}

.breadcrumb-botton {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.breadcrumb-botton ul {
    text-align: center;
    background: #003663;
    display: inline-block;
    padding: 8px 15px 8px
}

.breadcrumb-botton ul li {
    display: inline-block;
    margin: 0 3px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 20px
}

.breadcrumb-botton ul li i {
    display: inline-block;
    font-size: 16px
}

.breadcrumb-botton ul li a {
    transition: all 500ms ease;
    color: #ffffff
}

.breadcrumb-botton ul li a:hover {
    color: #fff
}

.breadcrumb-botton ul li.active {
    color: #fff
}

.breadcrumb-botton .share-button a {
    color: #fdc900;
    font-size: 16px;
    font-weight: 300;
    transition: all 500ms ease
}

.breadcrumb-botton .share-button a:hover {
    color: #fff
}

.breadcrumb-botton .share-button {
    margin: 16px 0
}

.breadcrumb-botton .share-button a i {
    display: inline-block;
    padding-right: 7px;
    position: relative;
    top: 0
}

.welcome-area .video-holder {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    overflow: hidden
}

.welcome-area .video-holder img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%
}

.welcome-area .video-holder .overlay-gallery {
    background-color: transparent;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    transition: all 500ms ease
}

.welcome-area .video-holder .overlay-gallery .icon-holder {
    display: table;
    height: 100%;
    width: 100%
}

.welcome-area .video-holder .overlay-gallery .icon-holder .icon {
    display: table-cell;
    vertical-align: middle
}

.welcome-area .video-holder .overlay-gallery .icon-holder .icon a img {
    width: auto;
    transform: scale(1);
    transition: all 0.5s ease 0s
}

.welcome-area .video-holder:hover .overlay-gallery {
    background-color: rgba(35, 53, 136, 0.60)
}

.welcome-area .video-holder:hover img {
    transform: scale(1.1)
}

.welcome-area .video-holder .overlay-gallery .icon-holder .icon a:hover img {
    transform: scale(1.1)
}

.contact-info-area {
    padding-bottom: 80px
}

.contact-info-area .title {
    overflow: hidden;
    padding-bottom: 40px
}

.contact-info-area .title h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 5px
}

.contact-info-area .title p {
    margin: 0
}

.contact-info-area .single-box {
    border: 1px solid #f4f4f4;
    display: block;
    padding: 26px 30px 25px
}

.contact-info-area .single-box .top {
    overflow: hidden;
    padding-bottom: 25px;
    border-bottom: 1px solid #f4f4f4
}

.contact-info-area .single-box .top h3 {
    font-size: 20px
}

.contact-info-area .single-box .top h3 span:before {
    display: inline-block;
    padding-right: 5px
}

.contact-info-area .single-box .text {
    display: block;
    padding-top: 25px
}

.contact-info-area .single-box .text h1 {
    color: #003663;
    font-size: 30px;
    font-weight: 400;
    display: block;
    margin: 0 0 15px
}

.contact-info-area .single-box .text p {
    margin: 0
}

.contact-info-area .single-box .working-hour {
    overflow: hidden;
    padding-top: 17px
}

.contact-info-area .single-box .working-hour li {
    line-height: 36px
}

.contact-info-area .single-box .working-hour li span {
    float: right
}

.contact-info-area .single-box .newsletter-form {
    position: relative;
    overflow: hidden;
    display: block;
    margin-top: 30px
}

.contact-info-area .single-box .newsletter-form form input[type=email] {
    background: #ffffff;
    border: 1px solid #f4f4f4;
    color: #848484;
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    height: 50px;
    padding-left: 15px;
    padding-right: 40px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%;
    border-radius: 0;
    position: relative
}

.contact-info-area .single-box .newsletter-form form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 50px;
    text-align: center
}

.contact-info-area .single-box .newsletter-form p {
    margin: 18px 0 0
}

.choosing-area {
    background: #f9f9f9;
    padding-bottom: 22px;
    padding-top: 80px
}

.choosing-area .sec-title {
    padding-bottom: 50px
}

.choosing-area .single-item {
    margin-bottom: 50px;
    padding-left: 70px;
    position: relative
}

.choosing-area .single-item .icon-holder {
    position: absolute;
    top: 0;
    left: 0
}

.choosing-area .single-item .icon-holder span::before {
    background: #ffffff;
    border: 2px solid #f6f6f6;
    height: 70px;
    width: 70px;
    display: block;
    text-align: center;
    display: block;
    padding: 20px 0;
    color: #222222;
    font-size: 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.choosing-area .single-item .content {
    padding-left: 30px
}

.choosing-area .single-item .content h3 {
    color: #222222;
    font-size: 20px;
    margin: 0 0 12px
}

.choosing-area .single-item .content p {
    margin: 0 0 12px
}

.choosing-area .single-item .content a {
    color: #222222;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "arabic"
}

.choosing-area .single-item .content a i {
    display: inline-block;
    padding-left: 5px
}

.choosing-area .single-item:hover .icon-holder span::before {
    background: #003663;
    color: #fff;
    border: 2px solid #003663
}

.testimonial-page {
    background: #ffffff;
    padding-top: 80px;
    padding-bottom: 50px
}

.testimonial-page .single-testimonial-item {}

.team-page-area {
    padding-top: 80px;
    padding-bottom: 40px
}

.team-page-area .single-team-member {
    display: block;
    padding-bottom: 40px
}

.faq-content-area {
    padding-bottom: 50px;
    padding-top: 80px
}

.faq-content-area .faq-content {
    display: block
}

.faq-content-area .faq-content .single-item {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #f4f4f4;
    display: block;
    padding: 31px 28px 27px;
    margin-bottom: 30px;
    transition: all 500ms ease
}

.faq-content-area .faq-content .single-item:hover {
    border: 1px solid #003663
}

.faq-content-area .faq-content .single-item .title {
    border-bottom: 1px solid #f4f4f4;
    margin: 0 0 19px;
    position: relative;
    z-index: 1;
    padding: 0 0 20px;
    transition: all 500ms ease
}

.faq-content-area .faq-content .single-item:hover .title {
    border-color: #003663
}

.faq-content-area .faq-content .single-item .title::before {
    background: rgba(0, 0, 0, 0) url("../images/q.png") repeat scroll 0 0;
    content: "";
    height: 42px;
    left: 0;
    opacity: 1;
    position: absolute;
    top: -10px;
    width: 34px;
    z-index: -1
}

.faq-content-area .faq-content .single-item .title h3 {
    color: #222222;
    font-size: 20px;
    z-index: 5
}

.faq-content-area .faq-content .single-item .text {}

.faq-content-area .faq-content .single-item .text p {
    margin: 0
}

.pricing-plan-area {
    padding-top: 75px;
    padding-bottom: 40px
}

.pricing-plan-area .sec-title {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 42px
}

.pricing-plan-area .sec-title p {
    margin: 22px 0 0
}

.pricing-plan-area .single-price-box {
    background: #f9f9f9;
    display: block;
    margin-bottom: 40px;
    position: relative;
    transition: all 500ms ease;
    z-index: 1
}

.pricing-plan-area .single-price-box.hvr-float-shadow:before {
    background: none
}

.pricing-plan-area .single-price-box .table-header {}

.pricing-plan-area .single-price-box .table-header .top {
    background: #003663;
    transition: all 500ms ease;
    transition-delay: 0.10s;
    padding-bottom: 25px;
    padding-top: 25px
}

.pricing-plan-area .single-price-box .table-header .top h3 {
    background: #2f4297;
    color: #ffffff;
    font-size: 20px;
    border: 1px solid #394a94;
    text-transform: capitalize;
    display: block;
    width: 155px;
    height: 40px;
    border-radius: 30px;
    line-height: 40px;
    margin: 0 auto;
    transition: all 500ms ease;
    transition-delay: 0.10s
}

.pricing-plan-area .single-price-box .table-header .package {
    display: block;
    padding: 20px 0 2px
}

.pricing-plan-area .single-price-box .table-header .package h1 {
    color: #222222;
    font-size: 72px;
    line-height: 72px;
    font-weight: 400;
    position: relative;
    transition: all 500ms ease
}

.pricing-plan-area .single-price-box .table-header .package h1 span {
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    line-height: 20px;
    padding-left: 3px;
    position: relative;
    top: -2px
}

.pricing-plan-area .single-price-box .table-header .package h1 b {
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    padding-right: 3px;
    position: relative;
    top: -3px
}

.pricing-plan-area .single-price-box .price-list {
    display: block;
    background: #ffffff;
    padding: 19px 0 25px;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7
}

.pricing-plan-area .single-price-box .price-list ul {
    text-align: center
}

.pricing-plan-area .single-price-box .price-list ul li {
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    font-family: "arabic";
    padding-bottom: 13px;
    margin-bottom: 12px;
    border-bottom: 1px solid #f4f4f4;
    transition: all 500ms ease;
    position: relative
}

.pricing-plan-area .single-price-box .price-list ul li:last-child {
    margin-bottom: 0
}

.pricing-plan-area .single-price-box .table-footer {
    background: #ffffff;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 25px
}

.pricing-plan-area .single-price-box .table-footer a {
    width: 160px;
    margin: 0 auto;
    padding: 10px 0 8px;
    color: #222222;
    background: #f7f7f7;
    display: block;
    transition: all 500ms ease
}

.pricing-plan-area .single-price-box .table-footer a:hover {
    background: #003663;
    color: #fff
}

.not-found-area {
    background: #ffffff none repeat scroll 0 0;
    border-top: 1px solid #f4f4f4;
    padding-bottom: 100px;
    padding-top: 74px
}

.not-found-content h1 {
    color: #222222;
    font-size: 150px;
    margin: 0 0 7px;
    text-shadow: 1px 4px 5px #999999
}

.not-found-content h3 {
    color: #222;
    font-size: 20px;
    line-height: 26px font-weight: 400;
    margin: 0 0 20px;
    font-family: "arabic";
    text-transform: uppercase
}

.not-found-content p {
    color: #003663;
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 42px
}

.not-found-content .search-form {
    width: 432px;
    position: relative;
    margin: 0 auto
}

.not-found-content .search-form input[type="text"] {
    background: #fff;
    border: 1px solid #f1f1f1;
    color: #9a9a9a;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    height: 55px;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 60px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 432px
}

.not-found-content .search-form button {
    background: #003663 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    height: 55px;
    padding: 11px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 55px
}

.not-found-content .search-form button i {
    font-size: 14px
}

.service-area.service-page {}

.service-area.service-page .single-service-item .img-holder {
    position: relative;
    overflow: hidden
}

.service-area.service-page .single-service-item .img-holder img {
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
    width: 100%
}

.service-area.service-page .single-service-item:hover .img-holder img {
    transform: scale(1, 1)
}

.service-area.service-page .single-service-item:hover .img-holder .overlay-style-one {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg)
}

.service-area.service-page .single-service-item .img-holder .overlay-style-one a i {
    border: 1px solid #ffffff;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    transition: all 500ms ease
}

.service-area.service-page .single-service-item .img-holder .overlay-style-one a:hover i {
    background: #ffffff;
    color: #003663
}

.service-area.service-page .single-service-item .text-holder {
    padding-top: 27px
}

.service-area.service-page .single-service-item .text-holder a h3 {
    margin: 0 0 9px
}

.service-area.service-page .single-service-item .text-holder a:hover h3 {
    color: #003663
}

#service-single-area {
    padding-bottom: 80px;
    padding-top: 80px
}

#service-single-area .service-single-sidebar .single-sidebar {
    padding-bottom: 50px
}

#service-single-area .service-single-sidebar .single-sidebar .title {
    padding-bottom: 30px
}

#service-single-area .service-single-sidebar .single-sidebar .title h3 {
    color: #222222;
    font-size: 24px
}

#service-single-area .service-single-sidebar .service-lists {
    display: block;
    padding: 0 20px;
    border: 1px solid #f4f4f4
}

#service-single-area .service-single-sidebar .service-lists li {
    position: relative
}

#service-single-area .service-single-sidebar .service-lists li a {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    transition: all 500ms ease;
    transition-delay: 0.10s;
    padding: 14px 20px 13px
}

#service-single-area .service-single-sidebar .service-lists li:last-child a {
    border-bottom: none
}

#service-single-area .service-single-sidebar .service-lists li a::before {
    content: "\f0da";
    font-family: FontAwesome;
    color: #848484;
    height: 10px;
    left: 0;
    position: absolute;
    top: 14px;
    width: 10px;
    z-index: 1;
    transition: all 500ms ease;
    transition-delay: 0.5s
}

#service-single-area .service-single-sidebar .service-lists li a:hover,
#service-single-area .service-single-sidebar .service-lists li.active a {
    color: #003663
}

#service-single-area .service-single-sidebar .service-lists li a:hover::before,
#service-single-area .service-single-sidebar .service-lists li.active a::before {
    color: #003663
}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link {
    overflow: hidden
}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li {
    margin-bottom: 10px
}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li:last-child {
    margin-bottom: 0
}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a {
    background: #f7f7f7;
    font-size: 18px;
    display: block;
    padding: 15px 20px 14px;
    transition: all 500ms ease
}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a:hover {
    background: #003663
}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a .icon-holder {
    width: 35px
}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a .icon-holder span:before {
    color: #848484;
    font-size: 25px;
    line-height: 25px;
    transition: all 500ms ease
}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a:hover .icon-holder span:before {
    color: #ffffff
}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a .icon-holder,
#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a .title-holder {
    display: table-cell;
    vertical-align: middle
}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a .title-holder h5 {
    font-size: 16px;
    color: #222222;
    margin: 0;
    transition: all 500ms ease
}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a:hover .title-holder h5 {
    color: #ffffff
}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a .title-holder span {
    color: #848484;
    font-size: 14px;
    transition: all 500ms ease
}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a:hover .title-holder span {
    color: #ffffff
}

#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial {}

#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .text-box {
    background: #ffffff;
    border: 2px solid #f4f4f4;
    display: block;
    padding: 23px 15px 22px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .text-box p {
    margin: 0;
    line-height: 28px;
    color: #848484
}

#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .client-info {}

#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .client-info .img-box {
    width: 70px
}

#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .client-info .img-box,
#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .client-info .title-box {
    display: table-cell;
    vertical-align: middle
}

#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .client-info .title-box {
    padding-left: 15px
}

#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .client-info .title-box h4 {
    color: #1c1c1c;
    font-size: 18px;
    margin: 0 0 5px
}

#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .client-info .title-box span {
    color: #949494;
    font-size: 14px;
    font-weight: 400
}

#service-single-area .service-single-content {}

#service-single-area .service-single-content .sec-title {
    padding-bottom: 35px
}

#service-single-area .service-single-content .sec-title h1 {
    font-size: 30px
}

#service-single-area .service-single-content .top-content {
    overflow: hidden;
    margin-bottom: 60px
}

#service-single-area .service-single-content .top-content .img-holder {
    margin-right: 0
}

#service-single-area .service-single-content .top-content .img-holder img {}

#service-single-area .service-single-content .top-content .text-holder {}

#service-single-area .service-single-content .top-content .text-holder span {
    color: #222222;
    font-weight: 400;
    font-size: 20px
}

#service-single-area .service-single-content .top-content .text-holder p.top {
    margin: 15px 0 15px
}

#service-single-area .service-single-content .top-content .img-box {
    overflow: hidden
}

#service-single-area .service-single-content .top-content .img-box .single-img-box {
    margin-bottom: 30px
}

#service-single-area .service-single-content .border {
    height: 1px;
    background: #f4f4f4
}

#service-single-area .service-single-content .middle-content {
    margin-top: 60px
}

#service-single-area .service-single-content .middle-content .sec-title {
    padding-left: 15px
}

#service-single-area .service-single-content .middle-content .text-holder {
    overflow: hidden
}

#service-single-area .service-single-content .middle-content .text-holder ul {
    overflow: hidden;
    margin: 15px 0 0
}

#service-single-area .service-single-content .middle-content .text-holder ul li {
    line-height: 32px
}

#service-single-area .service-single-content .middle-content .text-holder ul li i {
    display: inline-block;
    color: #003663;
    padding-right: 7px
}

#service-single-area .service-single-content .middle-content .video-holder {
    display: block;
    overflow: hidden;
    position: relative
}

#service-single-area .service-single-content .middle-content .video-holder img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%
}

#service-single-area .service-single-content .middle-content .video-holder .overlay-gallery {
    background-color: transparent;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    transition: all 500ms ease
}

#service-single-area .service-single-content .middle-content .video-holder .overlay-gallery .icon-holder {
    display: table;
    height: 100%;
    width: 100%
}

#service-single-area .service-single-content .middle-content .video-holder .overlay-gallery .icon-holder .icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

#service-single-area .service-single-content .middle-content .video-holder .overlay-gallery .icon-holder .icon a img {
    width: auto;
    transform: scale(1);
    transition: all 0.5s ease 0s
}

#service-single-area .service-single-content .middle-content .video-holder:hover .overlay-gallery {
    background-color: rgba(35, 53, 136, 0.70)
}

#service-single-area .service-single-content .middle-content .video-holder:hover img {
    transform: scale(1.1)
}

#service-single-area .service-single-content .middle-content .video-holder .overlay-gallery .icon-holder .icon a:hover img {
    transform: scale(1.1)
}

#service-single-area .service-single-content .bottom-content {
    margin-top: 70px
}

#service-single-area .service-single-content .bottom-content .accordion-box {
    border: 1px solid #f4f4f4;
    display: block;
    padding: 20px 20px 0;
    border-radius: 30px
}

#service-single-area .service-single-content .plans-content {
    overflow: hidden;
    padding-top: 60px
}

#service-single-area .service-single-content .plans-content .single-box {
    border: 1px solid #f4f4f4;
    display: block;
    padding: 0 0 29px;
    text-align: center
}

#service-single-area .service-single-content .plans-content .single-box .title {
    display: block;
    border-bottom: 1px solid #f4f4f4
}

#service-single-area .service-single-content .plans-content .single-box .title h3 {
    display: block;
    padding: 16px 0 14px
}

#service-single-area .service-single-content .plans-content .single-box .content {
    overflow: hidden;
    padding-top: 20px
}

#service-single-area .service-single-content .plans-content .single-box .content h1 {
    color: #252525;
    font-size: 56px;
    font-weight: 400;
    position: relative;
    margin: 0 0 5px
}

#service-single-area .service-single-content .plans-content .single-box .content h1 span {
    font-size: 20px;
    position: relative;
    top: -23px;
    left: -1px
}

#service-single-area .service-single-content .plans-content .single-box .content h1 b {
    font-size: 20px;
    position: relative;
    top: -2px;
    right: -2px
}

#service-single-area .service-single-content .plans-content .single-box .content span {
    font-weight: 400;
    font-size: 14px
}

#service-single-area .service-single-content .plans-content .single-box .button {
    margin-top: 22px
}

#service-single-area .service-single-content .plans-content .single-box .button a {
    border: 1px solid #f4f4f4;
    color: #003663;
    height: 45px;
    width: 130px;
    margin: 0 auto;
    padding: 10px 0;
    transition: all 500ms ease
}

#service-single-area .service-single-content .plans-content .single-box .button a:hover {
    background: #003663;
    color: #ffffff;
    border-color: #003663
}

.project-area.project-page {
    padding: 80px 0
}

.project-area.project-page .gallery-menu {
    background: #626c84;
    margin-bottom: 50px
}

.project-area.project-page .gallery-menu .project-filter {
    margin-bottom: 0;
    padding: 20px 0
}

.project-area.project-page .load-more-button {
    margin-top: 50px
}

.project-area.project-page .load-more-button a {
    display: block;
    color: #222222;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "arabic";
    width: 230px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #f4f4f4;
    border-radius: 30px;
    line-height: 48px;
    transition: all 500ms ease
}

.project-area.project-page .load-more-button a:hover {
    background: #003663;
    border-color: #003663;
    color: #ffffff
}

#project-single-area {
    padding-top: 80px;
    padding-bottom: 80px
}

#project-single-area .owl-theme .owl-nav {
    margin-top: 0
}

#project-single-area .owl-theme .owl-dots {
    text-align: center
}

#project-single-area .owl-theme .owl-dots .owl-dot {
    display: inline-block
}

#project-single-area .owl-theme .owl-dots {
    position: absolute;
    top: 90%;
    left: 0;
    right: 0
}

#project-single-area .owl-dots .owl-dot {
    background-image: none;
    background-color: #fff;
    width: 12px;
    height: 12px;
    margin: 6px;
    padding: 0;
    border: 2px solid #fff;
    background: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 500ms ease
}

#project-single-area .owl-dots .owl-dot span {
    display: none
}

#project-single-area .owl-dots .owl-dot.active {
    border: 2px solid #003663;
    background: #003663
}

#project-single-area .project-info {}

#project-single-area .sec-title {
    padding-bottom: 20px
}

#project-single-area .sec-title h2 {
    color: #404040;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0
}

#project-single-area .project-info .project-info-list {
    overflow: hidden;
    margin-top: 30px
}

#project-single-area .project-info .project-info-list li {
    border-bottom: 1px solid #f7f7f7;
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 50px
}

#project-single-area .project-info .project-info-list li .icon-holder {}

#project-single-area .project-info .project-info-list li .icon-holder i {
    font-size: 14px;
    color: #003663;
    display: inline-block;
    padding-right: 5px
}

#project-single-area .project-info .project-info-list li .icon-holder span {
    font-size: 18px;
    color: #222222;
    font-family: "arabic"
}

#project-single-area .project-info .project-info-list li .text-holder p {
    margin: 0
}

#project-single-area .project-description {
    padding-top: 40px;
    padding-bottom: 30px
}

#project-single-area .project-manager {
    position: relative;
    background: #f7f7f7;
    display: block;
    padding: 17px 75px 21px;
    border-left: 1px solid #003663;
    margin-bottom: 40px
}

#project-single-area .project-manager:before {
    position: absolute;
    top: 0;
    left: 1px;
    width: 1px;
    height: 80%;
    content: "";
    background: #003663
}

#project-single-area .project-manager:after {
    content: "\f10d";
    font-family: FontAwesome;
    color: #e6e6e6;
    font-size: 25px;
    position: absolute;
    top: 25px;
    left: 40px
}

#project-single-area .project-manager p {
    color: #848484;
    font-size: 18px;
    line-height: 30px
}

#project-single-area .project-manager h3 {
    color: #222222;
    font-size: 18px;
    margin: 10px 0 0
}

#project-single-area .project-manager h3 span {
    color: #003663;
    font-size: 16px;
    font-weight: 300;
    font-family: "arabic"
}

#project-single-area .social-share-box {
    overflow: hidden
}

#project-single-area .social-share-box h3 {
    color: #222222;
    font-size: 20px;
    display: inline-block;
    float: left;
    padding-right: 20px;
    margin: 9px 0
}

#project-single-area .social-share-box .social-links li {
    display: inline-block;
    float: left;
    margin-right: 10px
}

#project-single-area .social-share-box .social-links li a i {
    background: #f7f7f7;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    color: #848484;
    font-size: 15px;
    border-radius: 50%;
    line-height: 40px;
    transition: all 500ms ease
}

#project-single-area .social-share-box .social-links li a:hover i {
    background: #003663;
    color: #ffffff
}

#project-single-area .bottom {
    border-bottom: 1px solid #f7f7f7;
    border-top: 1px solid #f7f7f7;
    margin: 50px 0 0;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 21px
}

#project-single-area .bottom .button a {
    color: #1c1c1c;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 500ms ease
}

#project-single-area .bottom .button a:hover {
    color: #003663
}

#project-single-area .bottom .button a i {
    display: inline-block;
    font-size: 18px;
    padding-right: 10px;
    position: relative;
    top: 1px
}

#project-single-area .bottom .button.next a i {
    padding-right: 0;
    padding-left: 10px
}

#project-single-area .bottom .icon-holder a i {
    color: #1c1c1c;
    font-size: 24px;
    position: relative;
    top: 4px;
    transition: all 500ms ease 0s
}

#project-single-area .bottom .icon-holder a:hover i {
    color: #003663
}

.contact-map-area {
    position: relative
}

#contact-google-map {
    height: 480px;
    width: 100%
}

.get-touch-area {
    padding-top: 80px;
    padding-bottom: 80px
}

.get-touch-area .single-item {
    border: 1px solid #f4f4f4;
    display: block;
    padding: 39px 20px 32px
}

.get-touch-area .single-item .icon-holder {
    padding-bottom: 25px
}

.get-touch-area .single-item .icon-holder span:before {
    color: #003663;
    font-size: 50px;
    line-height: 50px
}

.get-touch-area .single-item .text-holder {}

.get-touch-area .single-item .text-holder h3 {
    color: #222222;
    font-size: 20px;
    font-weight: 400;
    line-height: 18px
}

.get-touch-area .single-item .text-holder .border {
    height: 1px;
    width: 60px;
    background: #f4f4f4;
    display: inline-block
}

.get-touch-area .single-item .text-holder p {
    margin: 15px 0 0
}

.get-touch-area .single-item .text-holder p a {
    color: #ff5353
}

.contact-form-area {
    padding-bottom: 80px
}

.contact-form-area .sec-title {
    padding-bottom: 40px
}

.contact-form-area .sec-title h1 {
    font-size: 30px
}

.contact-form-area .inner-content {
    overflow: hidden;
    display: block
}

.contact-form-area .contact-form form input[type="text"],
.contact-form-area .contact-form form input[type="email"],
.contact-form-area .contact-form form textarea {
    background: #ffffff;
    border: 1px solid #f4f4f4;
    color: #999999;
    display: block;
    font-size: 16px;
    height: 55px;
    margin-bottom: 25px;
    padding: 0 20px;
    width: 100%;
    transition: all 500ms ease
}

.contact-form-area .contact-form form textarea {
    height: 110px;
    margin-bottom: 31px;
    padding: 10px 20px
}

.contact-form-area .contact-form form textarea:focus {
    border-color: #003663
}

.contact-form-area .contact-form form button {
    background: #003663;
    width: 180px;
    padding: 13px 0 12px;
    border-color: #003663
}

.contact-form-area .contact-form form button:hover {
    background: #0c1c67;
    color: #ffffff
}

.contact-form-right .working-hours {
    overflow: hidden;
    display: block;
    margin-top: -14px
}

.contact-form-right .working-hours li {
    line-height: 42px;
    color: #848484;
    font-size: 16px;
    font-weight: 300
}

.contact-form-right .working-hours li:last-child {}

.contact-form-right .working-hours li span {
    float: right
}

.contact-form-right .working-hours li span.closed {
    color: #003663;
    font-size: 15px;
    font-weight: 400
}

.blog-grid-area {
    padding-top: 80px;
    padding-bottom: 80px
}

.blog-grid-area .blog-post {}

.blog-grid-area .blog-post .single-blog-item {
    margin-bottom: 30px
}

.blog-grid-area .blog-post .post-pagination {
    border-top: 1px solid #f4f4f4;
    padding-top: 50px;
    margin-top: 10px
}

.sidebar-wrapper {
    position: relative;
    display: block;
    overflow: hidden
}

.sidebar-wrapper .single-sidebar {
    overflow: hidden;
    margin-bottom: 50px;
    position: relative
}

.sidebar-wrapper .single-sidebar .sec-title {
    overflow: hidden;
    padding-bottom: 25px;
    margin-top: -6px
}

.sidebar-wrapper .single-sidebar .sec-title h3 {
    color: #222222;
    font-size: 22px;
    text-transform: capitalize;
    font-family: "arabic"
}

.sidebar-wrapper .single-sidebar form.search-form {
    position: relative
}

.sidebar-wrapper .single-sidebar .search-form input[type="text"] {
    background: #fff;
    border: 1px solid #f7f7f7;
    color: #ababab;
    display: block;
    font-size: 14px;
    height: 50px;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 55px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%
}

.sidebar-wrapper .single-sidebar .search-form button {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #333333;
    display: block;
    height: 50px;
    padding: 12px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 50px
}

.sidebar-wrapper .single-sidebar .search-form button i {
    font-size: 14px
}

.single-sidebar .categories {
    background: #ffffff;
    display: block
}

.single-sidebar .categories li {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 12px;
    padding-bottom: 9px
}

.single-sidebar .categories li:last-child {
    margin-bottom: 0
}

.single-sidebar .categories li a {
    position: relative;
    padding-left: 25px;
    color: #848484;
    transition: all 500ms ease;
    font-size: 16px;
    font-weight: 300;
    font-family: "arabic";
    position: relative
}

.single-sidebar .categories li a:before {
    content: "\f114";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #999999;
    font-size: 16px;
    position: absolute;
    top: -2px;
    left: 0;
    transition: all 500ms ease
}

.single-sidebar .categories li a:hover:before {
    color: #003663
}

.single-sidebar .categories li a:hover {
    color: #003663
}

.single-sidebar .popular-post {}

.single-sidebar .popular-post li {
    margin-bottom: 25px;
    padding-bottom: 25px;
    padding-left: 75px;
    position: relative;
    border-bottom: 1px solid #f4f4f4
}

.single-sidebar .popular-post li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.single-sidebar .popular-post li .img-holder {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 75px;
    height: 75px;
    border-radius: 0
}

.single-sidebar .popular-post li .img-holder img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: auto
}

.single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a i {
    color: #fff;
    font-size: 16px;
    transition: all 500ms ease
}

.single-sidebar .popular-post li:hover .img-holder .overlay-style-one {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg)
}

.single-sidebar .popular-post li:hover .img-holder img {
    transform: scale(1.1)
}

.single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a:hover i {
    color: #ddd
}

.single-sidebar .popular-post li .title-holder {
    padding-left: 20px
}

.single-sidebar .popular-post li .title-holder a .post-title {
    color: #222222;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    margin: 0 0 7px;
    font-family: "arabic";
    transition: all 500ms ease
}

.single-sidebar .popular-post li .title-holder a:hover .post-title {
    color: #003663
}

.single-sidebar .popular-post li .title-holder .post-date {
    color: #003663;
    display: block;
    transition: all 500ms ease;
    font-weight: 400;
    font-size: 14px;
    font-family: "arabic"
}

.single-sidebar .popular-tag {
    margin-left: -3px;
    margin-right: -3px;
    margin-top: -5px
}

.single-sidebar .popular-tag li {
    display: inline-block;
    margin: 0 3px 10px
}

.single-sidebar .popular-tag li a {
    border: 1px solid #f4f4f4;
    color: #848484;
    display: block;
    font-size: 16px;
    font-weight: 300;
    padding: 4px 12px 4px;
    font-family: "arabic";
    transition: all 500ms ease 0s
}

.single-sidebar .popular-tag li a:hover {
    background: #003663;
    border-color: #003663;
    color: #fff
}

.blog-large-area {
    padding-top: 80px;
    padding-bottom: 80px
}

.blog-large-area .blog-post {}

.blog-large-area .single-blog-item {
    margin-bottom: 50px
}

.blog-large-area .single-blog-item .img-holder .overlay-style-one .box .content a i {
    width: 45px;
    height: 45px;
    border: 2px solid #ffffff;
    background: #000;
    font-size: 15px;
    line-height: 42px;
    transition: all 500ms ease
}

.blog-large-area .single-blog-item .img-holder .overlay-style-one .box .content a:hover i {
    background: #003663;
    color: #ffffff
}

.blog-large-area .single-blog-item .text-holder {}

.blog-large-area .single-blog-item .text-holder .blog-title {
    font-size: 18px;
    padding: 4px 0 0;
    line-height: 30px
}

.blog-large-area .single-blog-item .text-holder .meta-info {
    margin-top: 23px
}

.blog-large-area .blog-post .post-pagination {}

.blog-large-area .sidebar-wrapper {}

.blog-single-area {
    padding-top: 80px;
    padding-bottom: 80px
}

.blog-single-area .single-blog-item {
    margin-bottom: 33px
}

.blog-single-area .sec-title h3 {
    font-size: 30px;
    color: #222222;
    font-family: "arabic";
    margin: 0 0 17px;
    line-height: 34px
}

.blog-single-area .single-blog-item .text-holder {
    margin-top: 10px
}

.blog-single-area .single-blog-item .img-holder img {
    transform: none
}

.blog-single-area .single-blog-item .text-holder .blog-title {
    font-size: 24px;
    padding: 15px 0 15px
}

.blog-single-area .single-blog-item .text-holder .blog-title:hover {
    color: #404040
}

.blog-single-area .single-blog-item .text-holder .meta-info {
    overflow: hidden;
    padding-top: 0;
    text-align: center;
    border-top: none;
    margin-top: 0;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 15px
}

.blog-single-area .single-blog-item .text-holder .text {
    margin-top: 25px
}

.blog-single-area .single-blog-item .text-holder .text .mar-btm {
    margin-bottom: 10px
}

.blog-single-area .project-manager {
    border-left: 3px solid #003663;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 35px 0 40px
}

.blog-single-area .project-manager p {
    margin: 0
}

.blog-single-area .project-manager h3 {
    color: #222222;
    font-size: 20px;
    margin: 20px 0 0
}

.blog-single-area .project-manager h3 span {
    color: #848484;
    font-weight: 300
}

.blog-single-area .middle-content-box {
    margin: 0 0 33px;
    overflow: hidden
}

.blog-single-area .middle-content-box .img-holder {
    width: 340px
}

.blog-single-area .middle-content-box .img-holder,
.blog-single-area .middle-content-box .text-holder {
    display: table-cell;
    vertical-align: top
}

.blog-single-area .middle-content-box .text-holder {
    padding-left: 30px;
    position: relative
}

.blog-single-area .middle-content-box .text-holder h2 {
    color: #222;
    font-size: 24px;
    margin: 0 0 10px
}

.blog-single-area .middle-content-box .text-holder ul {
    margin-top: 20px
}

.blog-single-area .middle-content-box .text-holder ul li {
    line-height: 36px
}

.blog-single-area .middle-content-box .text-holder ul li i {
    display: inline-block;
    padding-right: 7px
}

.blog-single-area .tag-social-share-box {
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 6px
}

.blog-single-area .tag-social-share-box .tag p {
    color: #003663;
    font-size: 16px;
    margin: 0
}

.blog-single-area .tag-social-share-box .tag p span {
    color: #222222;
    text-transform: capitalize;
    font-family: "arabic"
}

.blog-single-area .tag-social-share-box .social-share {}

.blog-single-area .tag-social-share-box .social-share h5 {
    color: #222222;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    top: 7px
}

.blog-single-area .tag-social-share-box .social-share i {
    padding-left: 10px;
    display: inline-block
}

.blog-single-area .tag-social-share-box .social-share .social-share-links {
    display: inline-block;
    float: left;
    margin-left: -3px;
    margin-right: -3px;
    padding-left: 20px;
    position: relative;
    top: -6px
}

.blog-single-area .tag-social-share-box .social-share .social-share-links li {
    display: inline-block;
    margin: 0 3px
}

.blog-single-area .tag-social-share-box .social-share .social-share-links li a i {
    border: 2px solid #f7f7f7;
    border-radius: 50%;
    color: #c1c1c1;
    font-size: 14px;
    height: 40px;
    line-height: 36px;
    padding: 0;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 40px;
    transition: all 500ms ease
}

.blog-single-area .tag-social-share-box .social-share .social-share-links li a:hover i {
    background: #003663;
    border-color: #003663;
    color: #fff
}

.blog-single-area .author-box {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    position: relative;
    margin-top: 60px
}

.blog-single-area .author-box .img-holder {
    width: 85px
}

.blog-single-area .author-box .img-holder,
.blog-single-area .author-box .text-holder {
    display: table-cell;
    vertical-align: top
}

.blog-single-area .author-box .text-holder {
    padding-left: 30px
}

.blog-single-area .author-box .text-holder h3 {
    color: #222222;
    font-size: 20px;
    margin: -2px 0 10px;
    text-transform: capitalize;
    font-family: "arabic"
}

.blog-single-area .author-box .text-holder p {}

.blog-single-area .author-box .text-holder .social-link {
    margin-left: -6px;
    margin-right: -6px;
    overflow: hidden
}

.blog-single-area .author-box .text-holder .social-link li {
    display: inline-block;
    margin: 0 6px
}

.blog-single-area .author-box .text-holder .social-link li a i {
    color: #9a9a9a;
    font-size: 14px;
    transition: all 500ms ease
}

.blog-single-area .author-box .text-holder .social-link li a:hover i {
    color: #003663
}

.blog-single-area .comment-box {
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 60px
}

.blog-single-area .comment-box .single-comment-box {
    padding-left: 100px;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 30px
}

.blog-single-area .comment-box .single-comment-box .img-holder {
    left: 0;
    position: absolute;
    top: 0
}

.blog-single-area .comment-box .single-comment-box .text-holder {
    margin-left: 20px;
    padding: 0
}

.blog-single-area .comment-box .single-comment-box .text-holder .top {
    overflow: hidden;
    padding-bottom: 8px
}

.blog-single-area .comment-box .single-comment-box .text-holder .top .name h5 {
    color: #222222;
    font-size: 20px
}

.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box {
    position: relative;
    top: -3px;
    padding-left: 25px
}

.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul {
    margin-left: -0.5px;
    margin-right: -0.5px;
    overflow: hidden
}

.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul li {
    display: inline-block;
    margin: 0 0.5px
}

.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul li i {
    color: #003663;
    font-size: 14px
}

.blog-single-area .comment-box .single-comment-box .text-holder .reply {
    color: #222222;
    font-size: 16px;
    font-family: "arabic"
}

.blog-single-area .add-comment-box {
    overflow: hidden
}

.blog-single-area .add-comment-box .sec-title {
    padding-bottom: 32px
}

.blog-single-area .add-comment-box .sec-title h1 {
    font-size: 24px
}

.blog-single-area .add-comment-box .add-rating-box {
    padding-bottom: 17px
}

.blog-single-area .add-comment-box .add-rating-box h4 {
    color: #9a9a9a;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 12px
}

.blog-single-area .add-comment-box .add-rating-box ul {}

.blog-single-area .add-comment-box .add-rating-box ul li {
    border-right: 1px solid #ebebeb;
    display: inline-block;
    line-height: 20px;
    margin-right: 6px;
    padding-right: 10px
}

.blog-single-area .add-comment-box .add-rating-box ul li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0
}

.blog-single-area .add-comment-box .add-rating-box ul li a i {
    color: #d6d6d6;
    font-size: 12px
}

.blog-single-area .add-comment-box .add-rating-box ul li a:hover i {
    color: #003663;
    transition: all 500ms ease
}

.blog-single-area .add-comment-box #add-comment-form {}

.blog-single-area .add-comment-box #add-comment-form .field-label {
    color: #848484;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 2px
}

.blog-single-area .add-comment-box #add-comment-form input[type="text"],
.blog-single-area .add-comment-box #add-comment-form input[type="email"],
.blog-single-area .add-comment-box #add-comment-form textarea {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid transparent;
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    margin-bottom: 12px;
    transition: all 500ms ease
}

.blog-single-area .add-comment-box #add-comment-form textarea {
    height: 100px;
    padding: 10px 15px;
    margin-bottom: 30px;
    transition: all 500ms ease
}

.blog-single-area .add-comment-box #add-comment-form input[type="text"]:focus {
    border-color: #003663
}

.blog-single-area .add-comment-box #add-comment-form input[type="email"]:focus {
    border-color: #003663
}

.blog-single-area .add-comment-box #add-comment-form textarea:focus {
    border-color: #003663
}

.blog-single-area .add-comment-box #add-comment-form button {
    padding: 11px 40px 9px;
    border: 2px solid #003663;
    background: #003663;
    color: #ffffff
}

.blog-single-area .add-comment-box #add-comment-form button:hover {
    background: transparent;
    color: #003663
}

.shop-area {
    padding-top: 80px;
    padding-bottom: 80px
}

.shop-area .sidebar-wrapper .single-sidebar .sec-title {
    padding-bottom: 30px
}

.shop-area .shop-content {
    overflow: hidden
}

.shop-area .showing-result-shorting {
    overflow: hidden;
    padding-bottom: 20px
}

.shop-area .showing-result-shorting .showing {}

.shop-area .showing-result-shorting .shorting {}

.shop-area .showing-result-shorting .showing p {
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0
}

.shop-area .post-pagination {
    margin-top: 20px
}

.single-sidebar .price-ranger {}

.single-sidebar .price-ranger .ui-widget-content {
    background: #e5e5e5;
    border: none;
    height: 2px;
    position: relative
}

.single-sidebar .price-ranger .ui-widget-content:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    content: ""
}

.single-sidebar .price-ranger .ui-slider-handle {
    background: #003663 none repeat scroll 0 0;
    border: 2px solid #252525;
    border-radius: 50%;
    height: 10px;
    margin-left: -4px;
    outline: medium none;
    width: 10px;
    cursor: pointer
}

.single-sidebar .price-ranger .ui-slider-horizontal .ui-slider-handle {
    top: -4px
}

.single-sidebar .price-ranger .ui-slider .ui-slider-range {
    background: #252525
}

.single-sidebar .price-ranger #slider-range {
    margin-left: 4px;
    margin-right: 6px;
    margin-top: 0
}

.single-sidebar .price-ranger .ranger-min-max-block {
    margin-bottom: 0;
    margin-top: 30px;
    overflow: hidden
}

.single-sidebar .price-ranger .ranger-min-max-block input {
    display: inline-block
}

.single-sidebar .price-ranger .ranger-min-max-block input[type="submit"] {
    float: left;
    margin-right: 20px;
    padding: 6px 0 5px;
    text-align: center;
    width: 80px;
    border: none;
    background: #003663;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
    transition: all 500ms ease
}

.single-sidebar .price-ranger .ranger-min-max-block input[type="submit"]:hover {
    background: #003663
}

.single-sidebar .price-ranger .ranger-min-max-block input[type="text"] {
    border: medium none;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    outline: medium none;
    text-align: right;
    width: 40px;
    margin: 6px 0 0
}

.single-sidebar .price-ranger .ranger-min-max-block input[type='text'].max {}

.single-sidebar .price-ranger .ranger-min-max-block span {
    color: #999999;
    font-size: 16px
}

.sidebar-wrapper .single-sidebar .popular-product {}

.sidebar-wrapper .single-sidebar .popular-product li {
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 25px;
    overflow: hidden;
    padding-bottom: 25px;
    padding-left: 70px;
    position: relative
}

.sidebar-wrapper .single-sidebar .popular-product li:last-child {
    margin-bottom: 0
}

.sidebar-wrapper .single-sidebar .popular-product li .img-holder {
    display: block;
    overflow: hidden;
    position: absolute;
    width: 70px;
    min-height: 70px;
    top: 0;
    left: 0
}

.sidebar-wrapper .single-sidebar .popular-product li .img-holder img {
    border: 1px solid #f5f4f3;
    transition: all 0.5s ease 0s;
    width: 100%
}

.sidebar-wrapper .single-sidebar .popular-product li:hover .img-holder img {}

.sidebar-wrapper .single-sidebar .popular-product li .img-holder .overlay-style-one .box .content a i {
    opacity: 0;
    font-size: 16px;
    color: #fff;
    transition: all 500ms ease
}

.sidebar-wrapper .single-sidebar .popular-product li .img-holder .overlay-style-one .box .content a:hover i {
    color: #003663
}

.sidebar-wrapper .single-sidebar .popular-product li:hover .img-holder .overlay-style-one .box .content a i {
    opacity: 1
}

.sidebar-wrapper .single-sidebar .popular-product li:hover .img-holder .overlay-style-one {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg)
}

.sidebar-wrapper .single-sidebar .popular-product li .title-holder {
    padding-left: 20px
}

.sidebar-wrapper .single-sidebar .popular-product li .title-holder a h4 {
    color: #404040;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all 500ms ease
}

.sidebar-wrapper .single-sidebar .popular-product li .title-holder h5 {
    color: #003663;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "arabic"
}

.sidebar-wrapper .single-sidebar .popular-product li .title-holder .review-box {
    line-height: 14px;
    margin: 10px 0 0
}

.sidebar-wrapper .single-sidebar .popular-product li .title-holder .review-box li {
    display: inline-block;
    margin: 0 1px;
    position: static;
    padding: 0;
    border: none
}

.sidebar-wrapper .single-sidebar .popular-product li .title-holder .review-box li i {
    font-size: 12px;
    color: #003663
}

.sidebar-wrapper .single-sidebar .popular-product li .title-holder a:hover h4 {
    color: #003663
}

.sidebar-wrapper .single-sidebar .product-tag {
    margin-left: -3px;
    margin-right: -3px;
    margin-top: -5px
}

.sidebar-wrapper .single-sidebar .product-tag li {
    display: inline-block;
    margin: 0 3px 10px
}

.sidebar-wrapper .single-sidebar .product-tag li a {
    border: 1px solid #f4f4f4;
    color: #888888;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 10px 3px;
    font-family: "arabic";
    transition: all 500ms ease 0s
}

.sidebar-wrapper .single-sidebar .product-tag li a:hover {
    background: #003663;
    border-color: #003663;
    color: #fff
}

.checkout-area {
    padding-bottom: 80px;
    padding-top: 80px
}

.checkout-area .sec-title {
    padding-bottom: 40px
}

.checkout-area .sec-title h1 {
    color: #222;
    font-size: 24px;
    text-transform: none
}

.checkout-area .exisitng-customer {
    background: #f7f7f7;
    display: block;
    padding: 20px 28px 21px;
    position: relative;
    margin-bottom: 20px
}

.checkout-area .exisitng-customer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #003663;
    content: ""
}

.checkout-area .exisitng-customer h5 {
    color: #222222;
    font-size: 16px;
    font-weight: 400
}

.checkout-area .exisitng-customer h5 a {
    color: #003663;
    display: inline-block;
    padding-left: 15px
}

.checkout-area .coupon {
    background: #f7f7f7;
    display: block;
    padding: 20px 28px 21px;
    position: relative;
    margin-bottom: 60px
}

.checkout-area .coupon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #003663;
    content: ""
}

.checkout-area .coupon h5 {
    color: #222222;
    font-size: 16px;
    font-weight: 400
}

.checkout-area .coupon h5 a {
    color: #003663;
    display: inline-block;
    padding-left: 15px
}

.checkout-area .form form .field-label {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 3px;
    text-transform: capitalize;
    font-family: "arabic"
}

.checkout-area .form form .field-input input[type="text"] {
    border: 2px solid #f4f4f4;
    color: #999999;
    display: block;
    font-size: 14px;
    height: 48px;
    margin-bottom: 23px;
    padding: 0 15px;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.checkout-area .form form .field-input input[type="text"]:focus {
    border: 2px solid #003663
}

.checkout-area .create-acc .checkbox {
    margin: 7px 0 0
}

.checkout-area .create-acc .checkbox label {
    color: #003663;
    font-weight: 400;
    font-size: 16px
}

.checkout-area .create-acc .checkbox input {
    margin-top: 7px
}

.checkout-area .shipping-info input[type="checkbox"] {
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 25px;
    position: relative;
    top: 0;
    vertical-align: middle
}

.checkout-area .form form .field-input textarea {
    border: 2px solid #f4f4f4;
    color: #626c84;
    display: block;
    font-size: 14px;
    height: 119px;
    padding: 10px 15px;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.checkout-area .form form .field-input textarea:focus {
    border-color: #003663
}

.checkout-area .bottom {
    padding-top: 60px
}

.checkout-area .table {
    overflow-x: auto;
    position: relative;
    width: 100%;
    margin-bottom: 0
}

.checkout-area .table .cart-table {
    min-width: auto;
    width: 100%
}

.checkout-area .table .cart-table .cart-header {
    background: #f7f7f7;
    color: #222222;
    font-size: 16px;
    position: relative;
    text-transform: capitalize;
    width: 100%;
    font-family: "arabic"
}

.checkout-area .table .cart-table thead tr th {
    font-weight: 400;
    line-height: 24px;
    min-width: 110px;
    padding: 19px 30px 17px
}

.checkout-area .table .cart-table thead tr th.product-column {
    padding-left: 30px;
    text-align: left
}

.checkout-area .table .cart-table tbody tr {
    border-bottom: 1px solid #f7f7f7
}

.checkout-area .table .cart-table tbody tr td {
    vertical-align: middle
}

.checkout-area .table .cart-table tbody tr td {
    min-width: 110px;
    padding: 25px 20px
}

.checkout-area .table .cart-table tbody tr .product-column .column-box {
    min-height: 70px
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb {
    width: 70px;
    border: 2px solid #f7f7f7;
    padding: 3px
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb,
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
    display: table-cell;
    vertical-align: middle
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
    padding-left: 15px
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title h3 {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "arabic"
}

.checkout-area .table .cart-table tbody tr .qty {
    padding-right: 30px;
    width: 130px
}

.checkout-area .table .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
    float: right;
    width: 60px
}

.checkout-area .table .cart-table tbody tr .qty .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    color: #252525;
    display: block;
    font-size: 18px;
    font-weight: 400;
    height: 34px;
    padding: 6px 0;
    text-align: center
}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0
}

.checkout-area .table .cart-table tbody tr .qty .btn-default {
    background-color: #003663;
    border-color: #1b2b77;
    color: #fff
}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px
}

.checkout-area .table .cart-table tbody tr td.price {
    color: #003663;
    font-size: 18px;
    font-weight: 400
}

.cart-total {}

.cart-total-table {
    border: 2px solid #f7f7f7
}

.cart-total-table li {
    border-bottom: 1px solid #f7f7f7
}

.cart-total-table li:last-child {
    border-bottom: none
}

.cart-total-table li span.col.col-title {
    border-right: 1px solid #f7f7f7;
    color: #222222;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 18px;
    position: relative;
    width: 50%;
    font-family: "arabic"
}

.cart-total-table li span.col {
    color: #999999;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 18px;
    position: relative;
    width: 50%;
    font-family: "arabic"
}

.cart-total-table li span.col b {
    color: #003663;
    font-weight: 300;
    text-decoration: underline
}

.cart-total .payment-options {
    background: #f7f7f7 none repeat scroll 0 0;
    margin-top: 30px;
    overflow: hidden;
    padding: 23px 20px 30px
}

.cart-total .payment-options .option-block {
    margin-bottom: 14px
}

.cart-total .payment-options .option-block .checkbox {
    margin: 0 0 5px
}

.cart-total .payment-options .option-block .checkbox label {
    min-height: 20px;
    padding-left: 20px
}

.cart-total .payment-options .option-block .checkbox label input {
    position: relative;
    top: 1px
}

.cart-total .payment-options .option-block .checkbox label span {
    color: #222222;
    font-size: 16px;
    padding-left: 10px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif
}

.cart-total .payment-options .option-block .checkbox label span b {
    color: #003663;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding-left: 25px;
    text-decoration: underline
}

.cart-total .payment-options .option-block .text {
    padding-left: 30px
}

.cart-total .payment-options .option-block .text p {
    margin: 0;
    line-height: 28px
}

.placeorder-button button {
    padding: 11px 40px 9px;
    margin-top: 20px;
    background: #003663;
    border: 2px solid #003663;
    color: #ffffff
}

.login-register-area {
    padding-bottom: 80px;
    padding-top: 80px
}

.login-register-area .form .sec-title {
    padding-bottom: 40px
}

.login-register-area .form .sec-title h1 {
    font-size: 24px;
    text-transform: none;
    margin: 0
}

.login-register-area .form .input-field {
    position: relative
}

.login-register-area .form .input-field input[type="text"] {
    border: 2px solid #f4f4f4;
    color: #777;
    font-size: 15px;
    height: 50px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 50px;
    width: 100%;
    transition: all 700ms ease 0s
}

.login-register-area .form .input-field .icon-holder {
    position: absolute;
    right: 20px;
    top: 11px
}

.login-register-area .form .input-field .icon-holder i {
    color: #777;
    font-size: 14px;
    font-weight: 400
}

.login-register-area .form button {
    margin-top: 10px;
    padding: 13px 35px 11px;
    background: #003663;
    border-radius: 5px;
    color: #ffffff
}

.login-register-area .form button:hover {
    background: #999
}

.login-register-area .form .remember-text {
    margin-top: 19px
}

.login-register-area .form .remember-text .checkbox label {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    font-family: "arabic"
}

.login-register-area .form .remember-text .checkbox input {
    margin-top: 5px
}

.login-register-area .form .social-icon {
    float: right;
    margin-right: -8px;
    margin-top: 15px;
    position: relative
}

.login-register-area .form .social-icon .login-with {
    display: inline-block;
    left: -100px;
    position: absolute;
    top: 8px
}

.login-register-area .form .social-icon li {
    display: inline-block;
    margin: 0 8px
}

.login-register-area .form .social-icon li a i {
    background: #3b5998 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 100;
    height: 40px;
    line-height: 24px;
    padding: 8px 0;
    text-align: center;
    transition: all 700ms ease 0s;
    width: 40px
}

.login-register-area .form .social-icon li a i.twitter {
    background: #33ccfe none repeat scroll 0 0
}

.login-register-area .form .social-icon li a i.gplus {
    background: #dd4b39 none repeat scroll 0 0
}

.login-register-area .form a.forgot-password {
    color: #003663;
    float: right;
    margin: 20px 0 0;
    font-family: "arabic"
}

.login-register-area .form h6 {
    color: #848484;
    float: left;
    font-size: 14px;
    font-family: "arabic";
    padding-left: 10px;
    overflow: hidden;
    margin-left: -40px;
    margin-top: 28px
}

.login-register-area .form .input-field input[type="text"]:focus {
    border: 2px solid #003663
}

.login-register-area .form .social-icon li a:hover i {
    background: #18387b
}

.login-register-area .form .social-icon li a:hover i.twitter {
    background: #12addf
}

.login-register-area .form .social-icon li a:hover i.gplus {
    background: #c62d1a
}

.cart-area {
    padding-bottom: 80px;
    padding-top: 80px
}

.cart-area .sec-title {
    padding-bottom: 32px
}

.cart-area .sec-title h1 {
    font-size: 24px;
    margin: 0
}

.cart-area .table-outer {
    overflow-x: auto;
    position: relative;
    width: 100%
}

.cart-area .cart-table {
    min-width: 1024px;
    width: 100%
}

.cart-area .cart-table .cart-header {
    background: #f7f7f7;
    color: #222222;
    font-family: "arabic";
    font-size: 18px;
    position: relative;
    text-transform: capitalize;
    width: 100%
}

.cart-area .cart-table thead tr th {
    line-height: 24px;
    min-width: 110px;
    padding: 20px 25px
}

.cart-area .cart-table thead tr th.prod-column {
    padding-left: 30px;
    text-align: left
}

.cart-area .cart-table thead tr th.availability {
    padding: 0 40px
}

.cart-area .cart-table tbody tr {
    border-bottom: 1px solid #f7f7f7
}

.cart-area .cart-table tbody tr td {
    color: #999999;
    font-family: "arabic";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    min-width: 100px;
    padding: 27.5px 25px
}

.cart-area .cart-table tbody tr .prod-column .column-box {
    min-height: 70px;
    position: relative
}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb {
    width: 70px;
    border: 2px solid #f7f7f7;
    padding: 3px
}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%
}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb,
.cart-area .cart-table tbody tr .prod-column .column-box .title {
    display: table-cell;
    vertical-align: middle
}

.cart-area .cart-table tbody tr .prod-column .column-box .title {
    padding-left: 20px
}

.cart-area .cart-table tbody tr .prod-column .column-box .title h3 {
    color: #222222;
    font-size: 16px;
    text-transform: capitalize;
    font-family: "arabic"
}

.cart-area .cart-table tbody tr .qty {
    padding-right: 25px;
    width: 120px
}

.cart-area .cart-table tbody tr .qty .input-group.bootstrap-touchspin {}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    margin-left: 0;
    padding: 11px
}

.cart-area .cart-table tbody tr .qty .btn-default {
    background-color: #e0dcdc;
    border-color: #ababab;
    color: #fff
}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-left: 0;
    margin-top: -1px;
    padding: 10px
}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical i {
    font-size: 9px;
    left: 6px;
    top: 6px
}

.cart-area .cart-table tbody tr td.unit-price {
    padding-left: 40px;
    padding-right: 20px
}

.cart-area .cart-table tbody .available-info {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 50px;
    position: relative
}

.cart-area .cart-table tbody .available-info .icon {
    background: #003663 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px
}

.cart-area .cart-table tbody tr td.price {
    color: #999999;
    font-size: 18px;
    font-weight: 400
}

.cart-area .cart-table tbody tr .sub-total {
    color: #003663;
    font-weight: 400;
    font-size: 18px
}

.cart-area .cart-table tbody tr td .remove {}

.cart-area .cart-table tbody tr td .remove .checkbox label {
    color: #777;
    font-size: 16px;
    font-weight: 400
}

.cart-area .cart-table tbody tr td .remove .checkbox label input[type="checkbox"] {
    display: inline-block;
    position: relative;
    top: 1px
}

.cart-middle {
    padding-top: 30px
}

.cart-middle .apply-coupon {
    padding-left: 245px;
    position: relative
}

.cart-middle .apply-coupon input[type="text"] {
    border: 2px solid #f7f7f7;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    left: 0;
    padding: 0 15px;
    position: absolute;
    text-transform: capitalize;
    top: 0;
    transition: all 500ms ease 0s;
    width: 225px
}

.cart-middle .apply-coupon input[type="text"]:focus {
    border: 2px solid #003663
}

.cart-middle .apply-coupon .apply-coupon-button button {
    padding: 13px 45px 11px;
    background: #003663;
    color: #ffffff;
    border-radius: 4px
}

.cart-middle .apply-coupon .apply-coupon-button button:hover {
    background: #122372;
    color: #dddddd
}

.cart-middle .update-cart button {
    padding: 13px 45px 11px;
    background: #f7f7f7;
    color: #222222;
    border-radius: 4px
}

.cart-middle .update-cart button:hover {
    background: #003663;
    color: #fff
}

.cart-bottom {
    overflow: hidden;
    padding-top: 76px
}

.cart-bottom .calculate-shipping {}

.cart-bottom .calculate-shipping .ui-state-default .ui-icon {}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon {
    border-left: 2px solid #f7f7f7;
    display: block;
    float: right;
    height: 41px;
    text-indent: 0;
    top: 8px;
    width: 45px;
    position: absolute;
    right: 0;
    display: block;
    background-image: none
}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon::before {
    color: #ababae;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    overflow: visible;
    position: absolute;
    right: 14px;
    top: 8px
}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-selectmenu-text {
    display: block;
    line-height: 18px;
    overflow: hidden;
    padding: 12px 17px;
    text-align: left
}

.cart-bottom .calculate-shipping input[type="text"] {
    border: 2px solid #f7f7f7;
    color: #777;
    display: block;
    font-size: 14px;
    height: 45px;
    padding: 0 18px;
    width: 100%;
    font-weight: 400;
    margin-bottom: 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.cart-bottom .calculate-shipping input[type="text"]:focus {
    border: 2px solid #003663
}

.cart-bottom .calculate-shipping button {
    padding: 13px 40px 11px;
    background: #f7f7f7;
    border-color: #f7f7f7;
    color: #222222;
    border-radius: 4px
}

.cart-bottom .calculate-shipping button:hover {
    background: #626c84;
    color: #ffffff
}

.cart-bottom button.checkout-btn {
    padding: 13px 40px 11px;
    margin-top: 30px;
    float: right;
    border-radius: 4px;
    background: #003663;
    color: #ffffff
}

.cart-bottom button.checkout-btn:hover {
    background: #0f1d5d;
    color: #dddddd
}

.callto-action-area .bottom {
    padding-top: 60px
}

.callto-action-area .border {
    margin-top: 50px;
    margin-bottom: 0
}

.callto-action-area .bottom .single-item {
    border: 1px solid #f4f4f4;
    display: block;
    padding: 30px 20px 22px
}

.callto-action-area .bottom .single-item .year {
    border: 1px solid #f4f4f4;
    display: inline-block;
    overflow: hidden;
    padding: 8px 23px 5px
}

.callto-action-area .bottom .single-item .year h3 {
    color: #404040;
    font-size: 20px
}

.callto-action-area .bottom .single-item h4 {
    color: #404040;
    font-size: 18px;
    margin: 19px 0 15px
}

.callto-action-area .bottom .single-item .readmore {
    color: #949494;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 500ms ease
}

.callto-action-area .bottom .single-item .readmore i {
    display: inline-block;
    padding-left: 10px;
    font-size: 16px
}

.callto-action-area .bottom .single-item:hover .readmore {
    color: #2acb35
}

.main-project-area {
    padding-top: 80px;
    padding-bottom: 80px
}

.main-project-area .single-project-item {
    margin-bottom: 30px
}

.single-project-item {
    position: relative;
    overflow: hidden;
    display: block
}

.single-project-item .img-holder {
    display: block;
    overflow: hidden;
    position: relative
}

.single-project-item .img-holder img {
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
    width: 100%
}

.single-project-item:hover .img-holder img {
    transform: scale(1, 1)
}

.single-project-item:hover .img-holder .overlay-style-one {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg)
}

.single-project-item .img-holder .overlay-style-one .box .content a.zoom i {
    font-size: 18px;
    transition: all 500ms ease;
    width: 45px;
    height: 45px;
    background: #ffffff;
    color: #252525;
    display: inline-block;
    border-radius: 3px;
    line-height: 42px;
    border: 2px solid #ffffff
}

.single-project-item .img-holder .overlay-style-one .box .content a.zoom i:hover {
    background: transparent;
    color: #ffffff
}

.single-project-item .img-holder .overlay-style-one .box .content .bottom {
    position: absolute;
    bottom: 23px;
    left: 30px;
    text-align: left
}

.single-project-item .img-holder .overlay-style-one .box .content .bottom a {
    color: #ffffff;
    font-size: 20px
}

.single-project-item .img-holder .overlay-style-one .box .content .bottom p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin: 0
}

#ui-datepicker-div.ui-widget-content {
    border: 1px solid #c5c5c5;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #777;
    color: #252525;
    font-family: "arabic";
    font-size: 14px;
    border-radius: 0;
    width: 270px;
    padding: 5px;
    text-align: center
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: #003663 none repeat scroll 0 0;
    border: 2px solid #252525;
    border-radius: 0;
    color: #fff;
    padding: 5px 0;
    position: relative
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer
}

.ui-datepicker .ui-datepicker-next {
    right: 5px
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: #fff;
    border: none
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%
}

.ui-datepicker th {
    border: medium none;
    padding: 2px 3px;
    text-align: center
}

.ui-datepicker-calendar .ui-state-default {
    text-align: center
}

#ui-datepicker-div .ui-state-highlight {
    border: 1px solid #d3d3d3;
    background: #ffffff
}

#ui-datepicker-div .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #ffffff
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-default:hover,
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default:active {
    background: #003663;
    color: #fff;
    border-color: #003663
}

.boxed_wrapper:after {}

.media-box {
    overflow: hidden;
    position: relative;
    margin: 15px 0
}

.media-box img {
    height: 250px;
    width: 100%
}

.first-div .height {
    margin-bottom: 30px;
    height: 400px
}

.first-img {
    margin-bottom: 20px
}

.first-img img {
    height: 400px;
    width: 100%
}

.first-img img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(#000));
    background: -webkit-linear-gradient(top, transparent 30%, #000 100%);
    background: -o-linear-gradient(top, transparent 30%, #000 100%);
    background: linear-gradient(to bottom, transparent 30%, #000 100%)
}

.sec-img img {
    height: 190px;
    width: 100%
}

.sec-img img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(#000));
    background: -webkit-linear-gradient(top, transparent 30%, #000 100%);
    background: -o-linear-gradient(top, transparent 30%, #000 100%);
    background: linear-gradient(to bottom, transparent 30%, #000 100%)
}

.sec-img:first-child {
    margin-bottom: 20px
}

.no-padding {
    padding: 0 !important
}

.padding-left-0 {
    padding-left: 0 !important
}

.cont-image {
    transition: all ease-in-out 0.3s;
    position: relative
}

.cont-image:hover {
    margin-top: -7px
}

.description {
    position: absolute;
    bottom: 0;
    left: 5px;
    z-index: 1
}

.description p {
    text-transform: capitalize;
    color: #fff;
    font-size: 15px
}

.description h2 {
    text-transform: capitalize;
    color: #fff;
    font-size: 20px
}

.cont-image:after {
    content: " ";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(#000));
    background: -webkit-linear-gradient(top, transparent 30%, #000 100%);
    background: -o-linear-gradient(top, transparent 30%, #000 100%);
    background: linear-gradient(to bottom, transparent 30%, #000 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.w3-bar-item {
    line-height: 40px
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: 1px solid #003663 !important;
    border-bottom: 0 !important
}

.nav-tabs {
    border-bottom: 2px solid #003663 !important
}

.tap-tap li a {
    padding: 10px 5px !important
}

.item-0 {
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0;
    display: inline-block;
    width: 100%
}

.item-0:hover .itme-content {
    background: #eee;
    border-right: 2px solid
}

.item-0:hover .itme-img:after {
    width: 0
}

.itme-img {
    width: 30%;
    float: left;
    height: 74px;
    overflow: hidden;
    position: relative
}

.itme-img img {
    width: 100%;
    height: 100%
}

.itme-img:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    transition: all ease-in-out 0.4s
}

.itme-content {
    height: 69px;
    width: 66%;
    float: left;
    margin-left: 3%;
    overflow: hidden;
    padding: 5px
}

.itme-content a {
    margin: 0;
    font-size: 18px;
    margin-bottom: 10px;
    color: #337ab7;
    text-transform: capitalize
}

.itme-content p {
    margin: 0;
    font-size: 13px;
    color: #727272
}

.description-2 {
    position: absolute;
    bottom: -102px;
    z-index: 2;
    text-align: center;
    width: 100%;
    transition: all ease-in-out 0.4s
}

.media-box:hover .description-2 {
    bottom: 20%
}

.media-box:hover:after {
    background: rgb(0, 0, 0, 0.6)
}

.media-box:after {
    content: " ";
    background: rgb(0, 0, 0, 0.3);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: all ease-in-out 0.4s
}

.description-2 h2 {
    font-size: 20px;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 0;
    color: #fff;
    margin-bottom: 10px;
    min-height: 25px
}

.description-2 i {
    margin: 0 10px
}

.description-2 ul li {
    margin: 10px 0;
    transition: all ease-in-out 0.4s;
    transition-delay: 1s;
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
    transition-delay: 0s, 0s, 0s
}

.media-box:hover .description-2 ul li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.media-box:hover .description-2 ul li:first-child {
    transition-delay: 0.1s
}

.description-2 ul li a i {
    font-size: 20px;
    color: #003663;
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center
}

.description-2 ul li a {
    font-size: 20px;
    text-transform: capitalize;
    color: #fff
}

.iq-our-clients {
    padding: 40px 0
}

.ddate {
    background: #7e0303b3;
    padding: 8px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 80px;
    color: #fff;
    font-size: 16px;
    text-align: center
}

.date-foot {
    color: #014d77 !important
}

.tab-content {
    overflow: auto;
    max-height: 510px
}

#myCarousel {
    width: 100%;
    height: 495px
}

#myCarousel h1 {
    font-size: 26px;
    color: #ed2924;
    font-weight: bold;
    text-transform: capitalize;
    text-align: left;
    position: relative
}

#myCarousel h1:after {
    position: absolute;
    left: 0;
    top: -33px;
    width: 80px;
    height: 2px;
    content: "";
    background: #ed2924
}

#myCarousel h2 {
    text-align: left;
    font-size: 19px;
    color: #fff;
    line-height: 37px
}

#myCarousel .prev {
    left: 0
}

#myCarousel .prev,
#myCarousel .next {
    position: absolute;
    bottom: 30px;
    background-color: #ed2924;
    color: #f6f8f8;
    display: inline-block;
    margin-top: -25px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 5;
    border-radius: 5px;
}



#myCarousel .prev {
    left: 50px
}



#myCarousel .next {
    left: 100px
}



#myCarousel {
    position: relative
}

.no-margin {
    margin: 0;
    padding: 0
}

#myCarousel.carousel {
    position: relative;
    display: inline-block;
    top: 204px
}

#myCarousel.carousel .carousel-content {
    text-align: center;
    padding: 45px;
    background: #0009;
    margin: 0 auto;
    margin-top: 0;
    margin-top: 120px;
    width: 60%;
    position: relative;
    z-index: 7;
    float: left;
    overflow: hidden
}

#myCarousel.carousel .item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1
}

#myCarousel.carousel .slide-margin {}

#myCarousel.carousel .btn-slide {
    padding: 8px 20px;
    background: #1eabda;
    color: #f6f8f8;
    border-radius: 4px;
    margin-top: 25px;
    display: inline-block
}

#myCarousel.carousel .slider-img {
    text-align: right;
    position: absolute;
    top: 130px
}

#myCarousel.carousel .slider-img img {
    width: 400px;
    height: 350px
}

#myCarousel.carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 495px;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    background-size: 100% 100% !important
}

#myCarousel.carousel .item:first-child {
    top: auto;
    position: relative
}

#myCarousel.carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1
}

#myCarousel .prev:hover,
#myCarousel .next:hover {
    background: rgba(0, 0, 0, 0.6)
}



#myCarousel .carousel-indicators li {
width: 12px;
height: 12px;
margin: 0 15px 0 0;
position: relative;
border-radius: 50%;
border: 0;

}

.careplus-gallery-full ul {
display: inline-block;
padding: 5px;
background: #efefef;
}







#myCarousel .carousel-indicators .active {
    background-color: #fff;
    position: relative
}



#myCarousel .carousel-indicators li:before {
content: "";
border: 4px solid #fff;
border-radius: 100%;
width: 24px;
height: 24px;
display: block;
position: absolute;
left: -6px;
top: -6px;
z-index: 1;
}



#myCarousel .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    -moz-animation: fadeInUp 300ms linear 300ms both;
    -o-animation: fadeInUp 300ms linear 300ms both;
    -ms-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both
}

#myCarousel .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both
}

#myCarousel .active .animation.animated-item-3 {
    -webkit-animation: fadeInLeft 300ms linear 900ms both;
    -moz-animation: fadeInLeft 300ms linear 900ms both;
    -o-animation: fadeInLeft 300ms linear 900ms both;
    -ms-animation: fadeInLeft 300ms linear 900ms both;
    animation: fadeInLeft 300ms linear 900ms both
}

#myCarousel .active .animation.animated-item-4 {
    -webkit-animation: fadeInRight 300ms linear 1200ms both;
    -moz-animation: fadeInRight 300ms linear 1200ms both;
    -o-animation: fadeInRight 300ms linear 1200ms both;
    -ms-animation: fadeInRight 300ms linear 1200ms both;
    animation: fadeInRight 300ms linear 1200ms both
}

.carousel-indicators {
position: absolute;

bottom: 30px;

right: 50px;

z-index: 2;

width: auto;

padding-left: 0;

margin-left: -30%;

text-align: center;

list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #f6f8f8
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    width: 100%;
    height: 495px
}



.under-sec:after {
    content: '';
    position: absolute;
    right: -75px;
    top: 19px;
    width: 75px;
    height: 1px;
    background-color: #003663
}

.under-sec:before {
    content: '';
    position: absolute;
    left: -75px;
    top: 19px;
    width: 75px;
    height: 1px;
    background-color: #003663
}

.under-sec {
    display: inline-block;
    position: relative;
    padding: 0 2px;
    padding-top: 10px
}

.under-sec small:after {
    content: '';
    position: absolute;
    right: -40px;
    top: 16px;
    width: 40px;
    height: 1px;
    background-color: #003663
}

.under-sec small:before {
    content: '';
    position: absolute;
    left: -40px;
    top: 16px;
    width: 40px;
    height: 1px;
    background-color: #003663
}

.under-sec i {
    font-size: 25px;
    color: #f00
}

.under-sec i:before {
    font-size: 25px;
    margin-left: 0
}

.under-sec small {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.sec-title {
    margin-top: -3px;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px
}

.sec-title h1 {
    font-size: 21px;
    text-transform: uppercase;
    margin: 0 !important
}

.sec-title h1 a {
    color: #626c84;
    font-size: 18px
}

.second-div {
    padding: 50px 0
}

.footer-end .sec-title2 {
    margin-bottom: 20px
}

.footer-end .sec-title2 h1 {
    margin: 0 !important
}

.footer-end .sec-title2 a {
color: #ed2924;
    font-size: 17px;
    text-transform: uppercase
}

.footer-end .sec-title2 .under {
    width: 110px;
    height: 1px;
    background: #d9dadc4d;
    display: inline-block
}

#nav_menu-2 {
    padding-left: 30px
}

.careplus-gallery-full {
    padding: 40px 0;
    position: relative
}

.careplus-gallery-full .under-sec small:after,
.careplus-gallery-full .under-sec small:before,
.careplus-gallery-full .under-sec:after,
.careplus-gallery-full .under-sec:before {
    background-color: #fff
}

.careplus-gallery-full ul li {
    list-style: none;
    margin-bottom: 10px;
    transition: all 0.5s ease 0s
}

.careplus-gallery-full ul li figure {

    height: 100%;
    transition: all 0.5s ease 0s;
    margin-bottom: 0;
}

.careplus-gallery-full figure figcaption {
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 0 30px;
    transition: all 0.5s ease 0s;
bottom: 25px;
right: 25px;
z-index: 99;
}

.careplus-gallery-full figure > a {
    position: relative;
    transition: all 0.5s ease 0s
}

.careplus-gallery-full figure > a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, .4);
    transition: all 0.5s ease 0s
}

.careplus-gallery-full ul li:hover figure > a:before {
    opacity: 1
}


/*
.careplus-gallery-full figure span {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s
}
*/
.careplus-gallery-full ul li:hover figure span:after,
.careplus-gallery-full ul li:hover figure:after {
    opacity: 1;
    height: 87%
}



.careplus-gallery-full figure figcaption > a {
/*
    display: inline-block;
    font-size: 22px;
    width: 45px;
    height: 45px;
    border: 1px solid;
    text-align: center;
    padding: 10px 0 0;
    margin: 0 0 23px;
    opacity: 0;
    transition: all 0.5s ease 0s;
    color: #fff;


*/


color: #fff;
background: rgba(0, 0, 0, 0.75);
border-radius: 100%;
font-family: FontAwesome;
content: "\f002";
font-size: 18px;
z-index: 1;
opacity: 0;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
transition: all 0.35s;
position: absolute;
right: 0;
bottom: 0;
z-index:99999;
}





section.mainmenu-area.pt-sticky-menu-container.fixed .his-info {
display:none;
}	






.careplus-gallery-full ul li:hover figure figcaption > a {
    opacity: 1;
transform: scale(1);
}


.careplus-gallery-full figure > a {
    float: left;
    width: 100%;
    height: 100%
}


.img-5 {
width:20%;
}


.careplus-gallery-full figure > a img {
    width: 100%;
    height: 100%;
opacity: 0.5;
    transition: all 0.1s ease-in;
position: relative;
z-index: 9;
}

.careplus-gallery-full ul li:hover img {
opacity: 1;
transform: scale(1.2);
z-index: 99;

}


/*

.careplus-gallery-full figure figcaption > a {
    -webkit-transform: translateY(-97px);
    -moz-transform: translateY(-97px);
    -ms-transform: translateY(-97px);
    -o-transform: translateY(-97px);
    transform: translateY(-97px)
}
*/


/*
.careplus-gallery-full ul li:hover figure figcaption > a,
.careplus-gallery-full ul li:hover figure figcaption > h6 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out
}
*/
.careplus-gallery-full figure figcaption > h6 {
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transform: translateY(82px);
    -moz-transform: translateY(82px);
    -ms-transform: translateY(82px);
    -o-transform: translateY(82px);
    transform: translateY(82px)
}

.careplus-gallery-full .element-item {
margin: 0;
padding: 0;
width: 20%;
height:220px;
float: left;
position: relative;
}

.wel-come {
    position: relative
}

.wel-come h3 {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 35px;
    color: #118edd
}

.professional_builder {
    margin-top: 220px;
    padding: 55px 0
}

.professional_builder .builder_all .builder {
    text-align: center;
    margin-bottom: 10px;
    padding-top: 15px;
    position: relative;
    overflow: hidden;
    border: 1px dashed #d2d2d2
}

.builder_all .col-md-3.col-sm-6.col-xs-6 {
    padding: 0
}

.professional_builder .builder_all .builder i {
    font-size: 44px;
    color: #b3b3b3;
    padding-bottom: 5px;
    position: relative;
    z-index: 2
}

.professional_builder .builder_all .builder h4 {
    font: bold 16px "arabic";
    color: #003663;
    padding-bottom: 0;
    position: relative;
    z-index: 2
}

.professional_builder .builder_all .builder p {
    font: 400 14px/26px "arabic";
    color: #555555
}

.button_all {
    font: 700 15px/59px "arabic";
    width: 150px;
    text-align: center;
    background: #003663;
    display: block;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    padding: 0
}

.button_all:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #0009;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    right: 0;
    transform: scaleY(0);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out
}

.button_all:hover,
.button_all:focus {
    color: #fff !important
}

.button_all:hover:before,
.button_all:focus:before {
    transform: scaleY(1)
}

.about_us_area .about_row p {
    font: 400 16px/26px "arabic";
    color: #555555;
    padding-bottom: 15px;
    margin: 0
}

.subtittle h2 {
    font: 700 20px "arabic";
    color: #222222;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px
}

.owl-carousel2 img {
    width: 100%;
    width: 100%;
    height: 174px;
    transition: all ease-in-out 0.45s;
    position: relative
}

.owl-carousel2 .item:hover img {
    transform: scale(1.1)
}

.owl-carousel2 .item {
    overflow: hidden
}

.iq-our-clients .item a {
    background: #003663;
    width: 100%;
    padding: 20px 4px;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    position: relative;
    border-top: 3px solid #0009
}

.iq-our-clients .item a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-top: 30px solid;
    border-top-color: currentcolor;
    border-left: 30px solid transparent;
    border-top-color: #0009
}

.iq-our-clients .item:hover a {
    color: #0009
}

.over-1 {
    position: absolute;
    top: 4%;
    left: 4%;
    display: inline-block;
    width: 92%;
    height: 92%;
    border: 1px solid #fff
}

.owl-carousel .owl-controls .owl-nav {
    font-size: 0
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    width: 41px;
    height: 60px
}

.owl-carousel .owl-controls {
    position: absolute;
    top: -50px;
    right: 0
}

.owl-carousel .owl-controls .owl-nav .owl-prev:after {
    content: "\f105";
    position: absolute;
    width: 41px;
    height: 60px;
    font-family: fontawesome;
    color: #ed2924;
    font-size: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ed2924;
    right: 0;
    top: -10px
}

.owl-carousel .owl-controls .owl-nav .owl-next:after {
    content: "\f104";
    position: absolute;
    width: 41px;
    height: 60px;
    font-family: fontawesome;
    color: #ed2924;
    font-size: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ed2924;
    left: -30px;
    top: -10px
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover:after {
    color: #fff;
    background: #ed2924
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover:after {
    color: #fff;
    background: #ed2924
}

html.lb-disable-scrolling {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid white
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: white
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container > .nav {
    left: 0
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==')
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s
}

.lb-nav a.lb-prev:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s
}

.lb-nav a.lb-next:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.widget_newsletter input {
    background-color: #f2f2f2;
    border: none;
    box-sizing: border-box;
    color: #aaa9a9;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 20px;
    outline: none;
    padding: 4px 6px;
    padding-left: 6px;
    vertical-align: middle;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.10);
    font-size: 12px;
    color: #333;
    height: 35px;
    font-style: italic;
    padding-left: 15px;
    width: 80%
}

.widget_newsletter input[type="submit"] {
    width: 120px;
    background: #ed2924;
    color: #fff
}

.widget_newsletter input[type="submit"]:hover {
    border: 1px solid #0009;
    background-color: rgba(255, 255, 255, 0.10);
    color: #ed2924
}

.widget_newsletter form ul li {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0 0 20px
}

.about-what-we-do {
    background: url(../images/s7.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #FFFFFF;
    line-height: 26px;
    padding: 60px 0
}

.about-what-we-do .container h2 {
    color: #FFFFFF
}

.about-what-we-do .border-creative {
    margin-bottom: 10px
}

.about-what-we-do .sec-title h1 a {
    color: #FFFFFF
}

.about-what-we-do .under-sec:after,
.about-what-we-do .under-sec:before,
.about-what-we-do .under-sec small:before,
.about-what-we-do .under-sec small:after {
    color: #FFFFFF;
    background: #fff
}

.services-icons h4 {
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 5px
}

.services-icons img {
    position: relative;
    top: 5px
}

.services-icons i {
    font-size: 44px;
    color: #fff;
    margin-top: 10px
}

.services-icons {
    background: rgba(0, 0, 0, 0.5);
    padding-top: 10px;
    padding-bottom: 5px;
    border-left: 4px solid #af0e0f;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-left: 10px;
    position: relative
}

.services-icons > div {
    position: relative;
    z-index: 2
}

.services-icons p {
    font-size: 14px;
    line-height: 23px;
    color: #f6f6f6;
    overflow: hidden;
    height: 46px
}

.services-icons:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #1d58bf66;
    transition: all ease-in-out 0.5s
}

.services-icons:hover:after {
    width: 100%
}

.news-section {
    padding: 60px 0;
margin-top: 30px;
}

.news-detls {
    background: #af0e0f
}

.news-detls li {
    display: inline-block;
    padding: 0;
    width: auto;
    font-weight: 400;
    font-size: 12px;
    margin: 0 6px
}

.overlay-div {
    position: absolute;
    width: 100%;
    height: 86%;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center
}

.overlay-div span {
    display: inline-block;
    color: #ffffff;
    font-size: 25px;
    width: 80px;
    background: rgba(0, 0, 0, 0.7);
    height: 80px;
    text-align: center;
    border-radius: 70px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.overlay-div i {
    position: relative;
    top: 22px
}

.linkss {
    margin-top: 30%
}

.overlay-div a {}

.news-section .item:hover .overlay-div {
    top: 0;
    opacity: 0.7
}

.news-section .item:hover .links {
    margin-top: 32%
}

.news-section .item .grid {
    background: #ffffff
}

.news-section .item img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
    transition: all 0.5s ease
}

.news-section .item:hover img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4
}

.cs-style-3 .figure {
    overflow: hidden
}

.cs-style-3 .figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s
}

.cs-style-3 .figure:hover img,
.cs-style-3 .figure.cs-hover img {
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px)
}

.cs-style-3 .figcaption {
    height: 125px;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 1;
    -webkit-transform: translateY(53%);
    -moz-transform: translateY(53%);
    -ms-transform: translateY(53%);
    transform: translateY(53%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s
}

.cs-style-3 .figure:hover .figcaption,
.cs-style-3 .figure.cs-hover .figcaption {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s
}

.cs-style-3 .figcaption a {}

.cs-style-3 .figure img {
    height: 300px;
    width: 100%;
    text-align: center
}

.news-section .item {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    display: block
}

.main-menu .navigation li:hover a:after {
    width: 100%
}

.main-menu .navigation li a {
    position: relative
}

.homepage_category {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 250px;
    margin-bottom: 30px
}

.homepage_category img {
    width: 100%;
    height: 100%
}

.overlay-s3 {
    position: absolute;
    top: 0;
    background: #000000b3;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 15px;
    color: #fff;
    transition: all 0.5s ease
}

.overlay-s3 p {
    font-size: 23px;
    margin-top: 15px
}

.homepage_category:hover .overlay-s3 {
    color: #333;
    background: none
}

.shop-sidebar-widget {
    margin-bottom: 30px
}

.shop-sidebar-widget:last-child {
    margin-bottom: 0
}

.shop-sidebar-widget > h3:before {
    background: #ed2924 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 80px
}

.shop-sidebar-widget > h3 {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
    text-transform: capitalize
}

.shop-sidebar-widget > form {
    background: #f7f7f7 none repeat scroll 0 0;
    height: 40px;
    position: relative
}

.shop-sidebar-widget input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #333;
    height: 100%;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    width: 80%
}

.shop-sidebar-widget button {
    background: #ed2924 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.shop-sidebar-widget button:hover {
    background: #212121 none repeat scroll 0 0
}

.shop-sidebar-widget ul > li,
.cat-parent ul li {
    border-bottom: 1px solid #ededed
}

.shop-sidebar-widget ul > li:last-child {
    border-bottom: 0 solid #ededed
}

.shop-sidebar-widget ul li a {
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 26px;
    padding: 10px;
    text-transform: capitalize
}

.shop-sidebar-widget ul li a:hover {
    color: #ed2924
}

.cat-parent span {
    float: right
}

.widget_product_categories > ul > li.current-cat-parent > .children {
    display: block
}

.widget_product_categories .children {
    border-top: 1px solid #e9e9e9;
    display: none;
    padding-left: 20px
}

.product-thumb-info-image {
    background: #eee none repeat scroll 0 0;
    float: left;
    height: auto;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 5px;
    width: 80px
}

.product-thumb-info-content {
    display: inline-block;
    margin-top: 5px;
    overflow: hidden
}

.item-cat {
    display: block;
    margin-bottom: 0
}

.price {
    color: #ed2924;
    font-size: 16px;
    font-weight: 600
}

.product-thumb-info-image > a,
.product-thumb-info-content h4 > a,
.product-thumb-info-content span > a {
    padding: 0 !important
}

.featured-list li {
    overflow: hidden
}

.product-thumb-info-content h4 > a {
    color: #333 !important;
    font-size: 16px !important;
    line-height: 20px !important
}

.item-cat > a {
    display: inline-block !important;
    line-height: 20px !important;
    margin: 5px 0 !important
}

.shorting {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 15px 10px
}

.shorting p {
    margin: 7px 0;
    text-transform: capitalize
}

.shorting form {
    float: right
}

.shorting form label {
    font-weight: 500;
    margin: 0
}

.shorting select {
    border: 1px solid #ddd;
    padding: 5px;
    text-transform: capitalize
}

.single-shop-product {



}

.single-product-image {
    background: #eee none repeat scroll 0 0;
    border: 10px solid #eee;
    overflow: hidden;
    position: relative
}

.single-product-text {
    padding: 20px
}

.single-product-image img {
    width: 100%;
    height: 250px
}

.single-product-text > h3 {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: capitalize;
    text-align: center;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-transform: capitalize;
    font-weight: bold
}

.product-price {
    margin: 20px 0
}

.product-price > h3 {
    display: inline-block;
    color: #ed2924
}

.product-rating {
    float: right
}

.product-rating > li {
    color: #f3c30b;
    display: inline-block;
    margin: 0 1px
}

.product-button {
margin: 5px 0;
}


.product-button > a {
    background: #ed2924 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    padding: 5px;
    text-transform: uppercase;
    width: 49%;
    font-size: 13px;
    text-align: center
}

.product-button > a i {
    margin-right: 5px
}

.product-button > a:hover {
    background: #2D2D2D none repeat scroll 0 0;
    color: #fff
}

.overlay-style-one2 {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    height: 0;
    width: 100%;
    bottom: -100%;
    background: #ed2924cc;
    color: #fff;
    transition: all .4s ease
}

.overlay-style-one2 .box {
    display: table;
    height: 100%;
    width: 100%
}

.overlay-style-one2 .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.single-shop-product:hover .overlay-style-one2 {
    opacity: 1;
    bottom: 0;
    height: 100%
}

.bleezy-blog-area .blog-text {
    position: relative
}

.bleezy-blog-area .blog-meta {
    position: absolute;
    left: 0;
    background: #1271ff;
    top: 0
}

.bleezy-blog-area .blog-image {
    position: relative;
    overflow: hidden
}

.single-shop-product:hover .be-plus {
    opacity: 1
}

.single-shop-product:hover .be-plus:before {
    width: 64px
}

.single-shop-product:hover .be-plus:after {
    height: 63px
}

.single-shop-product:hover .be-plus small:before {
    width: 64px
}

.single-shop-product:hover .be-plus small:after {
    height: 63px
}

.single-shop-product:hover .overlay-style-one2 {
    opacity: 1;
    bottom: 0;
    height: 100%
}

.single-shop-product:hover img {
    transition: all ease-out 0.4s;
    transform: scale(1.1)
}

.bleezy-blog-area {
    padding: 60px 0
}

.be-plus small {
    position: absolute;
    right: 0;
    bottom: 0
}

.be-plus {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 18px;
    width: 55px;
    height: 55px;
    text-align: center;
    padding: 13px 0 0;
    margin: -27px 0 0 -27px;
    opacity: 0;
    color: #fff;
    text-align: center;
    z-index: 9
}

.be-plus:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 0;
    background-color: #fff;
    transition: all 0.7s ease-in-out
}

.be-plus:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all 0.7s ease-in-out
}

.be-plus small:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 0;
    background-color: #fff;
    transition: all 0.7s ease-in-out
}

.be-plus small:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all 0.7s ease-in-out
}

.date-style-3 .wt-post-media {
    border-bottom: 3px solid #4CA6E0
}

.blog-post {
    position: relative;
    margin-bottom: 20px
}

.wt-post-title {
    margin-bottom: 10px
}

.wt-post-title .post-title {
    margin: 0
}

.wt-post-meta {
    margin-bottom: 10px
}

.wt-post-meta ul {
    margin: 0 -4px;
    list-style: none
}

.wt-post-meta li {
    padding: 0;
    display: inline-block;
    font-style: italic;
    font-size: 14px;
    font-family: 'Crete Round', serif
}

.wt-post-meta a {
    color: #a9a9a9
}

.wt-post-meta i {
    color: #7b7b7b;
    margin: 0 5px
}

.wt-post-meta li:after {
    content: "/";
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
    opacity: 0.5
}

.wt-post-meta li:last-child:after {
    display: none
}

.wt-post-text {
    margin-bottom: 15px
}

.wt-post-text p:last-child {
    margin: 0
}

.wt-post-readmore {
    margin-bottom: 15px
}

.wt-post-tags {
    padding-top: 10px
}

.wt-post-tags .post-tags {
    margin: 0 -3px;
    list-style: none
}

.wt-post-tags .post-tags a {
    border: 1px solid #ddd;
    padding: 2px 8px;
    color: #a9a9a9;
    margin: 0 3px 5px 3px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600
}

.wt-post-tags .post-tags a:hover {
    background-color: #4CA6E0;
    color: #fff
}

.date-style-2 .post-date {
    color: #fff;
    position: absolute;
    left: 20px;
    top: 0;
    width: 50px;
    text-align: center;
    text-transform: uppercase;
    background-color: #4CA6E0;
    z-index: 1
}

.date-style-2 .post-date strong,
.date-style-2 .post-date span {
    display: block;
    padding: 10px 5px
}

.date-style-2 .post-date strong {
    font-size: 10px;
    padding: 10px 5px 5px;
    position: relative;
    background-color: #273447
}

.date-style-2 .post-date span {
    font-size: 16px;
    padding: 5px 5px 10px
}

.date-style-2 .post-date:after,
.date-style-2 .post-date .fa,
.date-style-3 .post-date:after {
    display: none
}

.date-style-3 .wt-post-info {
    position: relative;
    background-color: #ececec
}

.date-style-3 .post-date {
    background-color: #273447;
    text-transform: uppercase;
    position: absolute;
    padding: 8px 15px;
    color: #fff;
    top: -39px;
    left: 0;
    height: 36px;
    z-index: 1
}

.date-style-3 .post-date i {
    position: relative;
    background: #4CA6E0;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 36px;
    line-height: 36px;
    margin-top: -8px;
    margin-left: -15px;
    margin-right: 15px
}

.date-style-3 .post-date strong {
    color: #4CA6E0;
    margin-right: 2px
}

.date-style-3.date-skew .post-date i {
    margin-right: 35px
}

.date-style-3.date-skew .post-date i::after {
    background-color: #4CA6E0;
    content: "";
    height: 100%;
    position: absolute;
    right: -12px;
    width: 25px;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg)
}

.date-style-3.date-skew .post-date:before {
    content: "";
    position: absolute;
    background-color: #273447;
    right: -12px;
    top: 0;
    height: 100%;
    width: 25px;
    z-index: 1;
    display: block;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg)
}

.recent-posts-entry-date .widget-post:last-child {
    border: none
}

.recent-posts-entry-date .wt-post-date {
    background-color: #12151a;
    width: 50px;
    height: 60px;
    float: left
}

.recent-posts-entry-date .wt-post-date strong {
    display: block;
    font-size: 24px
}

.recent-posts-entry-date .wt-post-date span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600
}

.recent-posts-entry-date .wt-post-info {
    margin-left: 70px
}

.recent-posts-entry-date .wt-post-info .wt-post-meta ul li {
    font-weight: normal;
    font-size: 12px
}

.recent-posts-entry-date .wt-post-info .post-title {
    font-weight: bold;
    margin-top: 0
}

.single-shop-product:hover .be-plus {
    opacity: 1
}

.single-shop-product:hover .be-plus:before {
    width: 64px
}

.single-shop-product:hover .be-plus:after {
    height: 63px
}

.single-shop-product:hover .be-plus small:before {
    width: 64px
}

.single-shop-product:hover .be-plus small:after {
    height: 63px
}

.e-product-text h3 {
    font-size: 18px;
margin: 10px;
}




/**************************/
/*******************************/

/* FP Slideshow */
.g-home-positions.g-style-preset1 .fp-flexslider-slideshow .g-flexslider-item-container:last-child .g-flexslider-slideshow-item,
.g-home-positions.g-style-preset1 .fp-flexslider-slideshow .g-flexslider-item-container:nth-child(2) .g-flexslider-slideshow-item {

}

.g-imagegrid .g-imagegrid-item{
  background:none !important;
}
.g-imagegrid .g-imagegrid-link {
   
  background: none !important;}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background-color: #ffffff !important;}
.g-content.g-blockcontent-subcontent-block-content {
    height: 199px !important;
}
#g-feature {
 background: #ffffff !important; }
.g-flexslider-slideshow .g-flexslider-slideshow-item-content {
  
  height: 500px;}
#g-page-surround {
    background: #fff;
    overflow: hidden;
    background-image: none !important;
    background-repeat: no-repeat;
    background-size: cover;
}
.g-promoimage .g-promoimage-caption {
    background: #53a4d2 !important;
}
.g-flexslider-slideshow-item{
  height:500px !important;
}
#g-showcase {
    
  z-index: 0 !important;}
.g-gridcontent-item {
    border: 2px solid white;
}
.g-gridcontent .g-gridcontent-item-content {
    border: 0px solid #fff !important;
   padding: 0px;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
    line-height: normal;
    color: #000 !important;
}
#g-header .g-content {
    padding: 0;
    margin: 0;
}
.gmm-home-icon>p>.button {
    font-size: 13px !important;
    padding: 9px !important;
border: 1px solid #ed2924;
  position: relative;
color: #ed2924;
}


/* Sweep To Top */
.gmm-home-icon>p>.button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.gmm-home-icon>p>.button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ed2924;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.gmm-home-icon>p>.button:hover, .gmm-home-icon>p>.button:focus, .gmm-home-icon>p>.button:active {
  color: white;
}
.gmm-home-icon>p>.button:hover:before, .gmm-home-icon>p>.button:focus:before, .gmm-home-icon>p>.button:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


.gmm-home-icon {
    float: left;
    width: 12%;
    padding: 0px 0.25%;
    height: 200px;
  font-weight:300 !important;
  font-size:13px !important;
      padding: 9px 10px !important;
}



.gmm-home-icon img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);

}




.g-home-positions.g-style-preset2 .fp-flexslider-slideshow .g-flexslider-item-container:last-child .g-flexslider-slideshow-item,
.g-home-positions.g-style-preset2 .fp-flexslider-slideshow .g-flexslider-item-container:nth-child(2) .g-flexslider-slideshow-item {
}

.g-home-positions.g-style-preset3 .fp-flexslider-slideshow .g-flexslider-item-container:last-child .g-flexslider-slideshow-item,
.g-home-positions.g-style-preset3 .fp-flexslider-slideshow .g-flexslider-item-container:nth-child(2) .g-flexslider-slideshow-item {
}

.g-home-positions.g-style-preset4 .fp-flexslider-slideshow .g-flexslider-item-container:last-child .g-flexslider-slideshow-item,
.g-home-positions.g-style-preset4 .fp-flexslider-slideshow .g-flexslider-item-container:nth-child(2) .g-flexslider-slideshow-item {
  background-image: url("../../../images/rocketlauncher/home/header/img-01-preset4.jpg") !important;
}

.g-home-positions.g-style-preset5 .fp-flexslider-slideshow .g-flexslider-item-container:last-child .g-flexslider-slideshow-item,
.g-home-positions.g-style-preset5 .fp-flexslider-slideshow .g-flexslider-item-container:nth-child(2) .g-flexslider-slideshow-item {
}

.g-home-positions.g-style-preset6 .fp-flexslider-slideshow .g-flexslider-item-container:last-child .g-flexslider-slideshow-item,
.g-home-positions.g-style-preset6 .fp-flexslider-slideshow .g-flexslider-item-container:nth-child(2) .g-flexslider-slideshow-item {
}
.g-flexslider-slideshow .g-flexslider-slideshow-item {
 /* background-size: 77% !important;*/}
/* Style 6 Specific */
.g-style-preset6 img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.g-style-preset6 .g-preset-thumbnails img {
	-webkit-filter: grayscale(none);
	filter: grayscale(none);
}

.g-style-preset6 .g-flexslider-slideshow-item {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .g-home-positions.g-style-preset6 .fp-flexslider-slideshow .g-flexslider-item-container:last-child .g-flexslider-slideshow-item,
  .g-home-positions.g-style-preset6 .fp-flexslider-slideshow .g-flexslider-item-container:nth-child(2) .g-flexslider-slideshow-item {
    background-image: url("../../../images/rocketlauncher/home/header/img-01-preset6-grayscale.jpg") !important;
  }
}
#g-header {
    /* background: #017494; */
  background-image: url("../../../images/bkg.png") !important;
background-size: contain !important;}
.g-style-preset6 .ct-series-d .ct-bar, .g-style-preset6 .ct-series-d .ct-line, .g-style-preset6 .ct-series-d .ct-point, .g-style-preset6 .ct-series-d .ct-slice-donut {
  stroke: #a0a0a0;
}




.his-info {
float: left;
display: inline-block;
    margin-top: 50px;
margin-left: 100px;
}


.his-info li {
float: left;
margin-left: 25px;
}

.his-info li a {
color: #333;
font-size: 15px;
}


.his-info li span:first-child {
float: left;
text-align: center;
width: 50px;
line-height: 50px;
color: #f00;
height: 50px;
border: 1px dashed;
}


.his-info li span:last-child { 
float: right;
margin-left: 20px;
}
.his-info li span:before {
color: #333;
}



.his-info h2 {
font-size: 18px;
text-transform: capitalize;
text-align: left;
margin-bottom: 10px;}


.sup-2 {
display:none;
}

.show-at-desk {
display:block;
}


.show-at-mop {
display:none !important;
}


@media (max-width:767px) {


.single-shop-product.col-lg-3.col-md-12 {

max-width: 90%;
margin: 0 auto;

margin-bottom: 20px;
}

.mainmenu-right-box {
position: absolute;
top: 6px;
left: 10px;
margin-top:0;
z-index: 9999;
}
.show-at-deck {
display: none !important;
}


.show-at-mop {
display:block !important;
}


.careplus-gallery-full .element-item {
width:50%;
}

.thory {
margin-top: 0 !important;
}

.gmm-home-icon {

    float: left;
    width: 33.333%;

}

.top-contact-info {
width:100% !important
}

.his-info {
display: none !important;
}


    .mainmenu-area .logo {
        text-align: center;
        width: 100%
    }
    .news-section {
        padding: 30px 0
    }
    .repair-service-area-v2 .owl-nav {
        display: none
    }
    .careplus-gallery-full ul li {
        height: 200px !important
    }
    .careplus-gallery-full:before,
    .careplus-gallery-full:after {
        display: none
    }
    .careplus-gallery-full {
        margin: 20px 0 !important;
        padding: 20px 0 !important
    }
    .repair-service-area-v2 {
        padding: 0 !important;
        padding-bottom: 0
    }
    .footer-end .sec-title2 {
        margin-top: 20px
    }
    .iq-our-clients {
        padding-bottom: 0
    }
    #nav_menu-2 {
        padding-left: 0 !important
    }
    #myCarousel,
    #myCarousel.carousel .item,
#myCarousel.carousel .item img,
    .carousel-inner {
        height: 300px
    }
    #myCarousel.carousel {
        top: 0
    }
    .professional_builder {
        margin-top: 0 !important;
        padding: 25px 0 !important
    }
    .boxed_wrapper {
        position: relative
    }
    #myCarousel.carousel .carousel-content {
        margin-top: 40px
    }
    #myCarousel.carousel .slider-img {
        top: 20px;
        left: 50%;
        margin-left: -150px
    }
    #myCarousel.carousel .slider-img img {
        width: 90%;
        height: 300px
    }
    #myCarousel h1 {
        font-size: 16px;
        text-align: center
    }
    #myCarousel h2 {
        text-align: center;
        font-size: 14px;
        line-height: 25px
    }

    .carousel-indicators {
        bottom: 15px
    }

    #myCarousel .prev,
    #myCarousel .next {
        top: 90%
    }
}


