/***************************************************************************************************************
||||||||||||||||||||||||||       MASTER STYLESHEET FOR MECHANICHUB        ||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||                TABLE OF CONTENT               |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

01. Imported styles
02. Flaticon reset styles
03. Header styles
04. Mainmenu styles
05. Rev_slider_wrapper styles
66. Call to action area Style
07. Categories area style
08. Fact counter area style
09. Latest Blog area style
10. Latest blog area style 
11. Testimonial area style
12. Brand area style
13. Single service style
14. Pricing table area style
15. About page style
16. Account page style
17. 404 page style style
18. Blog page style
19. Blog single style
20. Team page style
21. Shop page style style
22. Shop with sidebar Style
23. Shop single Style
24. Cart page style style
25. Contact page style

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/


/* Imported styles *


/*** Flaticon css ***
@import url(../fonts/flaticon/flaticon.css);
*/


@FONT-FACE {
	font-family: "DroidKufi-Regular";
	src: url("Raleway-Regular.ttf");
}
@FONT-FACE {
	font-family: "DroidKufi-Regular";
	src: url("DroidKufi-Regular.ttf");
}
/*==============================================
   Base Css
===============================================*/
html,
body { height: 100% }
body {
    font-family: "DroidKufi-Regular";
    font-size: 13px;
    color: #848484;
    line-height: 26px;

}
button:focus{
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "DroidKufi-Regular";
    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;
    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: "DroidKufi-Regular";
    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;
    padding-bottom: 40px;
    position: relative;

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

.ser-header,
.sec-title h1 {
    color: #222222;
    font-size: 20px;
    line-height: 40px;
    text-transform: none;
text-transform: capitalize;
}

.sec-title h1 span{
    color: #D1CECE;
}
.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: 1px;
    left: 0;
    width: 70px;
    height: 1px;
    background: #055599;
    content: "";
}
.sec-title .border:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 1px;
    background: #055599;
    content: "";
}
.sec-title .border.center{
    margin: 11px auto 0;
}
.sec-title p {
    color: #848484;
    font-size: 18px;

    margin: 40px 0 0;
    line-height: 30px;
}



.sec-title h3 {
    color: #2acb35;
    font-size: 24px;
    line-height: 30px;

    font-family: 'Courgette', cursive;
}
.sec-title h2 {
    color: #ffffff;
    font-size: 24px;

    line-height: 36px;
    text-transform: none;
    margin: 0 0 16px;
}



.boxed_wrapper {
    background: #fff none repeat scroll 0 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
}

/*________________Preloader_______________ */

.preloader{ 
    position:fixed; 
    left:0px; 
    top:0px; 
    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);
}


/* Update Mainmenu area Style */
@-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: #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 {
    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: #D1CECE;  
    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 .logo {
    padding-top: 21px;
    padding-bottom: 21px;
}
.mainmenu-area.stricky-fixed .main-menu .navigation li a {
    padding: 36px 18px 34px;
    transition: all 500ms ease;
}
.mainmenu-area.stricky-fixed .outer-search-box {
    margin: 25px 0;
    margin-right: 10px;
}
.mainmenu-area.stricky-fixed .appointment-button {
    margin: 20px 0;
}
*/



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


/*Form validation styles */
input:focus,
textarea:focus,
select:focus {
  border-color: #43c3ea;
  outline: none;
}


/* Post pagination styles */
.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: "DroidKufi-Regular";
    border-radius: 3px;
}
.post-pagination li.active a, .post-pagination li:hover a {
    background: #D1CECE;
    color: #fff;
    border: 2px solid #D1CECE;
}


/* Overlay styles  */
.overlay-style-one{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    padding:0px;
    color:#ffffff;
    opacity:0;
background: none repeat scroll 0% 0% rgba(0, 39, 255, 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: #D1CECE;
    font-size: 12px;
}



/*** 
=============================================
    Top bar area style
=============================================
***/


.float-right{ float:right !important;}
.float-left{ float:left !important;}

.top-bar-area {
    position: relative;
    z-index: 999;
    background: #f9f9f9;
    font-family: "DroidKufi-Regular";
    overflow: hidden;
	direction:rtl;

}
.top-contact-info {
    overflow: hidden;
    margin: 6px 0 5px;
}
.top-contact-info li {
    display: inline-block;
    float: right;
    margin-left: 15px;
    color: #575757;
    line-height: 24px;
    font-size: 13px;
direction: ltr !important;
}

.top-contact-info li a { color:#575757;}

.top-contact-info li:last-child {
    padding: 0;
}
.top-contact-info li span:before {
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
padding-left:5px;

}

.top-bar-area .top-right {
    overflow: hidden;
}
.top-bar-area .top-right .social-links {

}
.top-bar-area .top-right .social-links li {
    display: inline-block;
    float: left;
    margin-right: 20px;
    line-height: 40px;
}
.top-bar-area .top-right .social-links li:last-child {
    margin: 0px;
}
.top-bar-area .top-right .social-links li a i {
    color: #575757;
    font-size: 14px;
    transition: all 500ms ease;
}
.top-bar-area .top-right .social-links li a:hover i{
    color: #055599;
}
.appoinment-button {
    margin: 0px;
margin-right: 35px;
}
.appoinment-button a {
    background: #055599;
    display: inline-block;
    font-family: "DroidKufi-Regular";
    font-size: 16px;
    color: #ffffff;
    padding: 7px 15px 6px;
    line-height: initial;

}
.appoinment-button a:hover{
    background: #575757;
}


/*==============================================
    Mainmenu Area Css
===============================================*/
.mainmenu-area {
    position: relative;
    z-index: 999999;
    background: #ffffff;
}
.mainmenu-area .logo {
    display: inline-block;
    padding-left: 60px;
    position: relative;
}
.mainmenu-area .logo a {
    display: inline-block;
}
.main-menu {
    float: left;
    position: relative;
}
.main-menu .navbar-collapse {
    padding: 0px
}
.main-menu .navigation {
    float: left;
    margin: 0;
    position: relative;
}
.main-menu .navigation li {
    display: inline-block;
    float: right;
}
.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: #222222;
    display: block;
    font-size: 15px;
    line-height: 62px;
    opacity: 1;
    margin: 25px 20px 15px;
    position: relative;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    font-family: "DroidKufi-Regular";
}
.main-menu .navigation > li.dropdown > a {
    margin-right: 27px;
}
.main-menu .navigation > li:hover > a, 
.main-menu .navigation > li.current > a {
    color: #055599;
}

.main-menu .navigation > li > ul {
    position: absolute;
    right: 0px;
    top: 130%;
    width: 250px;
    padding: 0px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    transition: all 300ms ease;
    border-top: 3px solid #D1CECE;
  
}
.main-menu .navigation > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.main-menu .navigation > li > ul > li {
    clear: both;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
text-align:right;
}
.main-menu .navigation > li > ul > li:last-child{
    border-bottom: 0px solid #f4f4f4;    
}
.main-menu .navigation > li > ul > li > a {
    width: 100%;
    background: #ffffff;
    padding: 13px 15px 12px 30px;
    margin: 0;
    color: #222222;
    font-size: 15px;
    
    text-transform: capitalize;
    display: block;
    float: left;
    clear: both;
    position: relative;
    outline: 0;
    transition: padding .2s linear;
    transition: all 500ms ease;
    font-family: "DroidKufi-Regular";
}
.main-menu .navigation > li > ul > li:hover > a {
    color: #D1CECE;
    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{}
.main-menu .navigation > li > ul li:hover ul {}
.main-menu .navigation > li > ul > li ul li {}
.main-menu .navigation > li > ul > li ul li:first-child{}
.main-menu .navigation > li > ul > li ul li a{ }
.main-menu .navigation > li > ul > li  > ul > li:hover > a{}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  left: 10px;
  top: 6px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  background: url(../images/submenu-icon.png) center center no-repeat;
  background-size: 20px;
  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;
}


.outer-search-box {
    float: left;
    height: 40px;
    width: 40px;
    margin: 32px 0;
    transition: all 500ms ease;
    border: 1px solid #e7e7e7;
}
.outer-search-box:hover{
    border-color: #D1CECE;    
}
.outer-search-box .seach-toggle {
    background: transparent;
    color: #afafb5;
    cursor: pointer;
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    padding: 9px 0px;
    position: relative;
    text-align: center;
    transition: all 500ms ease;
}
.outer-search-box .seach-toggle:hover,
.outer-search-box .seach-toggle.active{
    background:#055599;
    color: #fff;
}
.search-box {
    background: #f9f9f9;
    border-top: 0px solid #c1c1c1;
    opacity: 0;
    padding: 0px;
    position: absolute;
    left: 15px;
    top: 150%;
    transition: all 500ms ease 0s;
    visibility: hidden;
}
.search-box.now-visible{
    top:100%;
    opacity:1;
    visibility:visible;	
}
.search-box .form-group{
    position:relative;
    padding:0px;
    margin:0px;
    width:100%;
    min-width:250px;
}
.search-box .form-group input[type="search"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid rgb(203, 203, 203);
    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: 16px;
text-align: right;
direction: rtl;
}
.search-box .form-group input[type="search"]:focus{
    border-color:#394141;	
}
.search-box .form-group button, 
.search-box .form-group input[type="submit"] {
    background: #5F5F5F;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    transition: all 500ms ease 0s;
}
.search-box .form-group button:hover,
.search-box .form-group input:focus + button{
    color:#fff;
    background: #394141;
}


.mainmenu-right-box {}
.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;
}
.mainmenu-area .appointment-button a:hover{

}



/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/
.rev_slider_wrapper {
}
.rev_slider_wrapper .slide-content-box h1 {
    text-align: center;
    color: #ffffff;
    font-size: 70px;

    line-height: 80px;
    text-transform: none;
    font-family: "DroidKufi-Regular";
    margin: 0 0 17px;
}
.rev_slider_wrapper .slide-content-box h1 span{
    color: #f8ec30;
}
.rev_slider_wrapper .slide-content-box h2 {
    text-align: center;
    color: #ffffff;
    font-size: 24px;

    line-height: 36px;
    text-transform: none;
    font-family: "DroidKufi-Regular";
    margin: 0 0 45px;
}
.rev_slider_wrapper .slide-content-box h3{
    color: #e3d828;
    font-size: 18px;

    line-height: 24px;
    margin: 42px 0 0;
    font-family: "DroidKufi-Regular";
}
.rev_slider_wrapper .slide-content-box h3 i{
    display: inline-block;
    padding-right: 7px;
}

.rev_slider_wrapper .slide-content-box .button a{
    border: 2px solid #D1CECE;
    background: #D1CECE;
    padding: 15px 50px 14px;
    color: #ffffff;
    font-size: 16px;
    
    text-transform: uppercase;
    font-family: "DroidKufi-Regular";
    border-radius: 30px;
}
.rev_slider_wrapper .slide-content-box .button a:hover{
    background: #f8ec30;
    border-color: #fff;
    color: #252525;
}

.tparrows {
    background: rgba(0, 0, 0, 0.08);
    cursor: pointer;
    display: block;
    height: 50px;
    position: absolute;
    width: 50px;
    z-index: 1000;
    transition: all 500ms ease;
    border-radius: 50%;
}
.tparrows:before{
    font-size:18px; 
    
    color:#fff; 
    display:block; 
    line-height: 50px; 
    text-align: center;
    transition: all 500ms ease;
}
.tparrows:hover{
    background:#055599;
}
.tparrows:hover:before{
    color: #fff;    
}
.rev_slider_wrapper .slotholder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 36, 38, 0.40);
    z-index: 9;
}


/*** 
=============================================
    Callto Action Area style
=============================================
***/
.welcome-area{ padding-bottom:50px;}
.welcome-area .text-holder {
text-align:center;
    position: relative;
    overflow: hidden;
width:80%;
margin:0 auto;
color: #4b4b4b;	
direction: rtl;
font-size: 15px;
}
.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;
    

}
.welcome-area .text-holder .text-box .name-signature .name p{
    margin: 0;
    color: #D1CECE;
    
}
.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: #D1CECE;
    display: block;
    padding: 17px 0 17px;
}
.welcome-area .inner-content h3{
    color: #ffffff;
    font-size: 19px;
    font-family: "DroidKufi-Regular";
}

/*
.sec-title h1:after {
position: absolute;
bottom: 0;
right: 0;
width: 70px;
height: 1px;
background: #D1CECE;
content: "";
text-align: center;
margin: 0 auto;
display: block;
}*/

/*** 
=============================================
    Service Area style
=============================================
***/
.features-area {
background: url(../images/pic.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}

/*
.features-area:after {
content:" ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #091c79d1;
    transition: all 0.5s ease;
width:100%;
height:100%;
}

*/
.features-area .container { position:relative; z-index:9; }


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

.features-area .single-features-item .overlay{
    background: #055599;
    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: 60px;
    transform: translate3d(0, 45px, 0);
    transition: all 0.5s ease;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    font-family: "DroidKufi-Regular";
}
.features-area .single-features-item .overlay .box .box-content a:hover{
    background: #151d99;
}

.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: 19px;
    
    margin: 0 0 15px;
}
.features-area .single-features-item .text-box p{
    color: #fff;
    font-size: 15px;
direction: rtl;
    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 style
=============================================
***/
.service-area {
padding-top: 25px;
padding-bottom: 25px;
background: none repeat scroll 0% 0% #FFF;
    position: relative;
    overflow: hidden;
}
.service-area .sec-title{
    padding-bottom: 60px;
}


/* Outline In */
.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: #055599 solid 1px;
  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 {
  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;
  overflow: hidden;
}
.single-service-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.single-service-item:hover:before, .single-service-item:focus:before, .single-service-item:active:before {
  right: 0;
}

*/


.single-service-item {
    position: relative;

    display: block;
    padding:7px;
}
.single-service-item .icon-holder {
    margin: 0 0 26px;
}

.single-service-item .icon-holder  img { 
 width: 150px;
height: 150px; } 

.single-service-item .icon-holder span:before {
    color: #303443;
    font-size: 45px;
    line-height: 50px;
}
.single-service-item .text-holder{ }
.single-service-item .text-holder h3 {
    color: #343434;
    font-size: 17px;
    
    text-transform: capitalize;
    margin: 0 0 14px;
}
.single-service-item .text-holder h3:hover{
    color: #055599;
}
.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 style
=============================================
***/
.project-area{
    position: relative;
    overflow: hidden;
    display: block;
}
.project-area .mar0{
    margin: 0;
}
.single-project-item.span-20per{
    width: 20%;
    float: left;
}



/*** 
=============================================
    slogan Area style
=============================================
***/
.slogan-area {
    padding: 5px 0;
    background: #D1CECE;
    position: relative;
    overflow: hidden;
}
.slogan-area h1 {
    color: #ffffff;
    font-size: 18px;
    line-height: 32px;
    font-family: "DroidKufi-Regular";
    margin: 9px 0;
}
.slogan-area p{
    color: #ffffff;
    font-size: 14px;
    margin: 0;
}
.slogan-area a{
    width: 230px;
    border: 1px solid #ffffff;
}



/*** 
=============================================
    Testimonial Area style
=============================================
***/
.testimonial-area {
background-image:url(../images/slide-v4-2.jpg);
     background-attachment: fixed;
   /*background: #ffffff;*/
    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: #EDEDED;
    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: #EDEDED;
    border-radius: 100%;
    overflow:hidden;
}

.owl-nav .owl-next:after:hover { background:#f00 !important;  }


.testimonial-area .owl-carousel .owl-item img {    filter: grayscale(70%); transform:scale(1.1); transition:all ease-in-out 0.6s;}
.testimonial-area .owl-carousel .owl-item img:hover { transform:scale(1);    filter: grayscale(0%); }
.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;
}
.testimonial-area .more-button a {
    border: 1px solid #848484;
    height: 55px;
    width: 270px;
    margin: 0 auto;
    display: block;
    text-align: center;
    border-radius: 30px;
    color: #848484;
    font-size: 16px;

    z-index:5;
    position:relative;
    text-transform: uppercase;
    line-height: 54px;
    font-family: "DroidKufi-Regular";
    transition: all 500ms ease;
}
.testimonial-area .more-button a:hover{
    background: #D1CECE;
    color: #ffffff;
    border-color: #D1CECE;
}

.single-testimonial-item {
    overflow: hidden;
    float: left;
    background: #ffffff;
    margin-bottom: 30px;
    display: block;}


.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 {

    color: #848484;
    
    font-family: "DroidKufi-Regular";
}
.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;

    line-height: 30px;
    
    margin: 0;
}
.single-testimonial-item .bottom {
    overflow: hidden;
    padding: 14px 20px;
}
.single-testimonial-item .bottom .left h3 {
    color: #D1CECE;
    font-size: 16px;
    
    line-height: 30px;
}



/*** 
=============================================
    Appoinment Area style
=============================================
***/

.ui-selectmenu-menu .ui-menu { text-align:right;}
.appoinment-area .appoinment .appoinment-form .ui-selectmenu-button span.ui-selectmenu-text { text-align:right;}
.appoinment-area .appoinment .appoinment-form .ui-selectmenu-button span.ui-icon { left:0;}
.appoinment-area {
    position: relative;
    background: #f1f1f1;
}

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

.appoinment-area .sec-title .border { float:right;}


.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{
text-align:right;
    color: #D1CECE;    
}
.appoinment-area .appoinment .sec-title .border:before {
    background: #D1CECE;
}
.appoinment-area .appoinment .sec-title .border:after {
    background: #D1CECE;
}
.appoinment-area .appoinment .appoinment-form {
    display: block;
}

.appoinment-area .appoinment .appoinment-form .input-label { text-align:right;}


.appoinment-area .appoinment .appoinment-form .input-label label {
    color: #999;
    font-size: 14px;
    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;
    left: 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: 13px;
    transition: all 500ms ease;
    font-family: "DroidKufi-Regular";
    text-align:right;
}
.appoinment-area .appoinment .appoinment-form .input-box input[type=text]:focus{
    border-color: #D1CECE;
}
.appoinment-area .appoinment .appoinment-form .input-box input[type=email]:focus{
    border-color: #D1CECE;
}
.appoinment-area .appoinment .appoinment-form button {
    border: 1px solid #D1CECE;
    color: #D1CECE;
    padding: 12px 30px 10px;
    width: 100%;
}
.appoinment-area .appoinment .appoinment-form button:hover {
    background: #D1CECE;
    border-color: #fff;
    color: #fff;
}
.appoinment-area .appoinment .appoinment-form .text p {
    color: #ffffff;
    font-size: 16px;

    line-height: 28px;
    margin: 11px 0;
}
.appoinment-area .img-holder {
    position: absolute;
    bottom: 0;
    right: -100px;
}



/*** 
=============================================
    Latest blog area style
=============================================
***/
.latest-blog-area {
    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%; 
height: 220px;	
}
.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;
    margin-top: 20px;
    padding:10px;
text-align:right;
}
.single-blog-item .text-holder .blog-title {
    color: #222222;
    font-size: 16px;
    
    line-height: 26px;
    display: block;
    transition: all 500ms ease;
}
.single-blog-item:hover .text-holder .blog-title{
    color: #055599;
}

.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: right;
    line-height: 24px;
    margin-left: 20px;
}
.single-blog-item .text-holder .meta-info li:last-child{
    margin-right: 0;
}
.single-blog-item .text-holder .meta-info li a{
    color: #055599;
    font-size: 16px;

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




/*** 
=======================================================
    Model area style
=======================================================
***/
.model-area {
    background: #f9f9f9;
    padding-top: 80px;
    padding-bottom: 40px;
}
.model-area .single-model-item{
    padding-bottom: 40px;
}



/*** 
=============================================
    Footer area style
=============================================
***/

.footer-widgets { padding-bottom:20px; direction: rtl;     position: relative;    /*background: url(../images/a1.jpg);*/

background: #3F3F3F;
}

/*
.footer-widgets:after { 
content: "";
    position: absolute;
    right: 10px;
    top: 0;
    width: 100%;
    height: 100%;
background:rgb(0,0,0,0.5)
 }*/


.widget-title { padding:30px 0; font-size:18px; color:#fff;}
.address p { color:#fff;}
.footer-contact .ft-contact i {
color:#76AEDE;
    float: right;
    margin: 7px;
}
.gardenhub-social-links-widget a { margin:10px;}

ul.menu { text-transform:capitalize;}

.footer-area {
    background: #303443;
    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: #ffffff;
    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 #ffffff;
    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: #ffffff;
}
.single-footer-widget .latest-blog li .text-holder span {
    color: #ffffff;
    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;

    line-height: 26px;
    font-family: "DroidKufi-Regular";
}
.single-footer-widget .map a {
    color: #ffffff;
    font-size: 14px;

    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;

}
.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: #ffffff; 
    font-size: 15px;

}



/*** 
=============================================
    Footer Bottom area style
=============================================
***/
#menu-service-menu li a:hover { padding-right:15px; color:#76AEDE  }
#menu-service-menu li a {     transition: all 400ms ease;  }


.footer-bottom-area {
background: none repeat scroll 0% 0% #353535;
    display: block;

}
.copyright-text {
    margin: 7px 0;
}
.copyright-text p {
    margin: 0;
    color: #fff;
    font-size: 14px;

    line-height: 26px;
}
.copyright-text p a{

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

.footer-bottom-area`.footer-social-links {
    overflow: hidden;
    float: right;
}
.footer-bottom-area .footer-social-links li {
display: inline-block;
float: left;
margin-left: 30px;
}
.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: #D1CECE;
}



/*** 
=============================================
    Top bar area style two style
=============================================
***/
.top-bar-area.style-two {
    background: transparent;
    padding: 30px 0 10px;
}
.top-bar-area.style-two .top-contact-info li{
    color: #ffffff;    
}
.top-bar-area.style-two .top-contact-info li span:before {
    color: #D1CECE;
}
.top-bar-area.style-two .top-right .social-links li a i{
    color: #ffffff;
}
.top-bar-area.style-two .top-right .social-links li a:hover i{
    color: #D1CECE;    
}



/*** 
=============================================
    Mainmenu area style two style
=============================================
***/
.mainmenu-area.style-two {
    background: transparent;
}
.mainmenu-area.style-two .container {
    background: #ffffff;
    padding: 0 30px;
}



/*** 
=============================================
    Rev slider wrapper style two style
=============================================
***/
.rev_slider_wrapper.style-two {
    margin-top: -175px;
}
.rev_slider_wrapper.style-two .slide-content-box h1 {
    text-align: left;
    color: #ffffff;
    font-size: 70px;

    line-height: 80px;
    text-transform: none;
    font-family: "DroidKufi-Regular";
    margin: 0 0 17px;
}
.rev_slider_wrapper.style-two .slide-content-box h1 span{
    color: #f8ec30;
}
.rev_slider_wrapper.style-two .slide-content-box h2 {
    text-align: left;
    color: #ffffff;
    font-size: 24px;

    line-height: 36px;
    text-transform: none;
    font-family: "DroidKufi-Regular";
    margin: 0 0 45px;
}
.rev_slider_wrapper.style-two .slide-content-box h3{
    color: #e3d828;
    font-size: 18px;

    line-height: 24px;
    margin: 42px 0 0;
    font-family: "DroidKufi-Regular";
}
.rev_slider_wrapper.style-two .slide-content-box h3 i{
    display: inline-block;
    padding-right: 7px;
}
.rev_slider_wrapper.style-two .slide-content-box .button a{
    border: 2px solid #D1CECE;
    background: #D1CECE;
    padding: 15px 50px 14px;
    color: #ffffff;
    font-size: 16px;
    
    text-transform: uppercase;
    font-family: "DroidKufi-Regular";
    border-radius: 30px;
}
.rev_slider_wrapper.style-two .slide-content-box .button a:hover{
    background: #f8ec30;
    border-color: #fff;
    color: #252525;
}

.rev_slider_wrapper.style-two .tparrows {
    background: #3d3f3c;
    cursor: pointer;
    display: block;
    height: 70px;
    position: absolute;
    width: 70px;
    z-index: 1000;
    transition: all 500ms ease;
    border-radius: 0;
}
.rev_slider_wrapper.style-two .tparrows:before{
    font-size:18px; 
    
    color:#fff; 
    display:block; 
    line-height: 70px; 
    text-align: center;
    transition: all 500ms ease;
}
.rev_slider_wrapper.style-two .tparrows:hover{
    background:#D1CECE;
}
.rev_slider_wrapper.style-two .tparrows:hover:before{
    color: #fff;    
}
.rev_slider_wrapper.style-two .slotholder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 36, 38, 0.40);
    z-index: 9;
}



/*** 
=============================================
    Reapir Service Area style
=============================================
***/
.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 {
    width: 100%;
}
.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: #303443;
    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: #D1CECE;
}
.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 style
=============================================
***/
.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;

}
.fact-counter-area .single-item h3{
    color: #c1c2c7;
    font-size: 18px;
    line-height: 26px;

    text-transform: capitalize;
    font-family: "DroidKufi-Regular";
    margin: 1px 0 0;
}



/*** 
=============================================
    welcome area Bg Gray style
=============================================
***/
.welcome-area.bg-gray {
    background: #f9f9f9;
}


/*** 
=============================================
    Faq team area style
=============================================
***/
.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;

    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: #D1CECE;
}
.accordion-box .accordion .accord-btn.active:after{
    content: "\f056";
    border: 1px solid #D1CECE;
    color: #D1CECE;
    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: #D1CECE;
    margin: 40px 0 0;
}
.faq-team-area .faq-content .more-button a:hover{
    background: #D1CECE;
    color: #ffffff;
    border-color: #D1CECE;
}

.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: #D1CECE;
    font-size: 16px;

    font-family: "DroidKufi-Regular";
}
.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 style
=============================================
***/
.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;

    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-family: "DroidKufi-Regular";
}

.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;  
}



/*** 
=============================================
    Latest blog area style two style
=============================================
***/
.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: #D1CECE;
    
}
.single-product-item .title-holder {
    padding: 20px 0 0px;
}
.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: #D1CECE;
}
.single-product-item .title-holder .product-value h4 {
    color: #D1CECE;
    font-size: 18px;

    text-transform: capitalize;
    font-family: "DroidKufi-Regular";
}
.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: #D1CECE;
    color: #ffffff;
}



/*** 
=============================================
    Brand Area style
=============================================
***/
.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: 0px;
}
.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;
}



/*** 
=============================================
    Latest blog area style two style
=============================================
***/
.latest-blog-area.style-two{
    background: #f9f9f9;
}
.latest-blog-area.style-two .more-button{
    margin-top: 3px;
}
.latest-blog-area.style-two .more-button a {
    color: #D1CECE;
    font-size: 16px;
    
    text-transform: uppercase;
    border: 1px solid #e9e9e9;
    width: 190px;
    display: block;
    text-align: center;
    border-radius: 30px;
    padding: 10px 0;
}
.latest-blog-area.style-two .more-button a:hover{
    background: #D1CECE;
    border: 1px solid #D1CECE;
    color: #ffffff;
}
.latest-blog-area.style-two .single-blog-item {
    position: relative;
    overflow: hidden;
    display: block;
    border: none;
    padding: 0;
    margin-bottom: 30px;
}
.latest-blog-area.style-two .single-blog-item .text-holder {
    background: #f9f9f9;
    margin-top: 0;
}
.latest-blog-area.style-two .single-blog-item .text-holder .meta-info {
    overflow: hidden;
    padding-top: 22px;
    border-top: none;
    margin-top: auto;
    padding-bottom: 15px;
}



/*** 
=============================================
    Top bar area style three  style
=============================================
***/
.top-bar-area.style-three {
    background: #303443;
}
.top-bar-area.style-three .top-right .social-links {
    padding-right: 0;
}
.top-bar-area.style-three .top-right .social-links li a:hover i{
    color: #ffffff;
}



/*** 
=============================================
    Header Area style three   style
=============================================
***/
.header-area.style-three .logo {
    display: inline-block;
    padding-right: 120px;
    padding-top: 45px;
    padding-bottom: 45px;
}
.header-area.style-three .logo a{
    display: inline-block;
}

.header-area.style-three .header-contact-info {
    display: inline-block;
    padding: 37px 0;
}
.header-area.style-three .header-contact-info ul li {
    display: inline-block;
    float: left;
    border-right: 1px solid #efefef;
    padding-right: 30px;
    margin-right: 30px;
}
.header-area.style-three .header-contact-info ul li:last-child{
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.header-area.style-three .header-contact-info ul li .icon-holder {
    width: 50px;
    height: 50px;
    position: relative;
}
.header-area.style-three .header-contact-info ul li .icon-holder:before {
    content: "\f100";
    color: #D1CECE;
    font-family: Flaticon;
    font-size: 55px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 55px;
}
.header-area.style-three .header-contact-info ul li .icon-holder span:before {
    color: #D1CECE;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    padding: 18px 17px;
}
.header-area.style-three .header-contact-info ul li .icon-holder,
.header-area.style-three .header-contact-info ul li .text-holder{
    display: table-cell;
    vertical-align: middle;
}
.header-area.style-three .header-contact-info ul li .text-holder{
    padding-left: 20px;
}
.header-area.style-three .header-contact-info ul li .text-holder h3 {
    margin: 0 0 3px;
}
.header-area.style-three .header-contact-info ul li .text-holder span{}
.header-area.style-three .appoinment-button a {
    background: transparent;
    color: #D1CECE;
    text-transform: uppercase;
    
    border: 1px solid #f7f7f7;
    padding: 10px 15px 9px;
    margin: 43px 0 44px;
}
.header-area.style-three .appoinment-button a:hover{
    background: #D1CECE;
    border-color: #D1CECE;
    color: #ffffff;
}



/*** 
=============================================
    Mainmenu area style three style
=============================================
***/
.mainmenu-area.style-three{
    position: relative;
    background: #D1CECE;    
}
.mainmenu-area.style-three .main-menu .navigation li {
    display: inline-block;
    float: left;
    border-right: 1px solid #2f4191;
}
.mainmenu-area.style-three .main-menu .navigation li:first-child a {
    margin-left: 0;
}
.mainmenu-area.style-three .main-menu .navigation li a {
    color: #ffffff;
    margin: 30px 25px 30px;
}
.mainmenu-area.style-three .main-menu .navigation > li.dropdown > a {
    margin-right: 40px;
}
.mainmenu-area.style-three .main-menu .navigation > li:hover > a, 
.mainmenu-area.style-three .main-menu .navigation > li.current > a {
    color: #f8ec30;
}
.mainmenu-area.style-three .main-menu .navigation > li > ul > li > a {
    background: #ffffff;
    margin: 0;
    color: #222222;
    font-size: 15px;
    
    position: relative;
}
.mainmenu-area.style-three .main-menu .navigation > li > ul > li:hover > a {
    color: #D1CECE;
    background: #f7f7f7;
}

.mainmenu-area.style-three .mainmenu-right-box .contact-number h3{
    color: #f8ec30;    
}
.mainmenu-area.style-three .mainmenu-right-box .contact-number h3 span{
    color: #ffffff;
    font-size: 24px;
}
.mainmenu-area.style-three .mainmenu-right-box .contact-number {
    display: block;
    padding: 26px 0;
}
.mainmenu-area.style-three .mainmenu-right-box .contact-number h3 span:before {
    color: #f8ec30;
    font-size: 25px;
    line-height: 25px;

    display: inline-block;
    padding-right: 15px;
}



/*** 
=============================================
    Rev Slider Wrapper style three style
=============================================
***/
.rev_slider_wrapper.style-three {
}
.rev_slider_wrapper.style-three .slide-content-box{
    padding-bottom: 20px;
}
.rev_slider_wrapper.style-three .slide-content-box h1 {
    text-align: left;
    color: #ffffff;
    font-size: 70px;

    line-height: 72px;
    text-transform: none;
    font-family: "DroidKufi-Regular";
    margin: 0 0 22px;
}
.rev_slider_wrapper.style-three .slide-content-box h2 {
    text-align: left;
    color: #ffffff;
    font-size: 24px;

    line-height: 36px;
    text-transform: none;
    font-family: "DroidKufi-Regular";
    margin: 0 0 55px;
}
.rev_slider_wrapper .slide-content-box .button a{
    border: 2px solid #D1CECE;
    background: #D1CECE;
    padding: 15px 50px 14px;
    color: #ffffff;
    font-size: 16px;
    
    text-transform: uppercase;
    font-family: "DroidKufi-Regular";
    border-radius: 30px;
    margin: 0 0 10px;
}
.rev_slider_wrapper .slide-content-box .button a:hover{
    background: #f8ec30;
    border-color: #fff;
    color: #252525;
}
.rev_slider_wrapper.style-three .tparrows {
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    display: block;
    height: 50px;
    position: absolute;
    width: 50px;
    z-index: 1000;
    transition: all 500ms ease;
    border-radius: 50%;
}
.tparrows:before{
    font-size:18px; 
    
    color:#fff; 
    display:block; 
    line-height: 50px; 
    text-align: center;
    transition: all 500ms ease;
}
.rev_slider_wrapper.style-three .tparrows:hover{
    background:#D1CECE;
}
.tparrows:hover:before{
    color: #fff;    
}
.rev_slider_wrapper.style-three .slotholder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 750px solid rgba(255,0,0,0.3);
    z-index: 9;
}



/*** 
=============================================
    Welcome area v2 style
=============================================
***/
.welcome-area-v2{
    padding-top: 80px;
    padding-bottom: 40px;
}
.welcome-area-v2 .sec-title {
    padding-bottom: 60px;
}
.welcome-area-v2 .single-item {
    position: relative;
    background: #ffffff;
    margin-bottom: 40px;
    text-align: center;
    border: 1px solid #f4f4f4;
    display: block;
    padding: 50px 30px 42px;
    transition: all 500ms ease;
}
.welcome-area-v2 .single-item .icon-holder {
    width: 100px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    transition: all 0.5s ease;
}
.welcome-area-v2 .single-item:hover .icon-holder{ }
.welcome-area-v2 .single-item .icon-holder:after {
    content: "\f100";
    font-family: Flaticon;
    font-size: 100px;
    color: #D1CECE;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 300ms ease;
}
.welcome-area-v2 .single-item:hover .icon-holder:after{
    opacity: 0;
} 
.welcome-area-v2 .single-item .icon-holder span:before {
    font-size: 40px;
    color: #D1CECE;
    line-height: 100px;
    display: block;
    vertical-align: bottom;
    opacity: 1;
}

.welcome-area-v2 .single-item .text-holder{
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
}
.welcome-area-v2 .single-item .text-holder h3 {
    margin: 0 0 9px;
}
.welcome-area-v2 .single-item .text-holder p {
    margin: 0;
}
.welcome-area-v2 .single-item .overlay-content .read-more {
    border: 1px solid #f4f4f4;
    width: 180px;
    margin: 30px auto 0;
    color: #D1CECE;
    transition: all 500ms ease;
}
.welcome-area-v2 .single-item .overlay-content .read-more:hover{
    background: #D1CECE;
    border-color: #D1CECE;
    color: #ffffff;
}


.welcome-area-v2 .single-item .overlay-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    right: -1px;
    opacity: 0;
    display: block;
    transition:all 0.5s ease;
    background: #ffffff;
    box-shadow: 
    -webkit-box-shadow: 0px 1px 19px -7px rgba(158,153,158,1);
    -moz-box-shadow: 0px 1px 19px -7px rgba(158,153,158,1);
    box-shadow: 0px 1px 19px -7px rgba(158,153,158,1);
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
}
.welcome-area-v2 .single-item .overlay-content .icon-holder{
    width: 100px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    transition: all 0.5s ease;
}
.welcome-area-v2 .single-item .overlay-content .icon-holder:before{
    content: "\f100";
    font-family: Flaticon;
    font-size: 100px;
    color: #D1CECE;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 300ms ease;    
}
.welcome-area-v2 .single-item:hover .overlay-content{
    opacity: 1;
    top: -45px;
    bottom: -45px;
    transition:all 0.7s ease;
}





/*** 
=============================================
    Slogan area style two style
=============================================
***/
.slogan-area.style-two{
    background: #f9f9f9;
}
.slogan-area.style-two .sec-title {
    padding-bottom: 50px;
}
.slogan-area.style-two h1 {
    color: #222222;
}
.slogan-area.style-two a {
    width: 230px;
    border: 1px solid #efefef;
    color: #D1CECE;
    font-size: 15px;
}



/*** 
=============================================
    Service area v2 style
=============================================
***/
.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 0px;
}
.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: #303443;
    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 0px;
    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: #D1CECE;
    color: #D1CECE;}

.owl-carousel { display:block;}

.owl-carousel .owl-controls { display:none;}

/*** 
=============================================
    Latest work area style
=============================================
***/
.latest-work-area{
    background: #303443;
    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;

    text-transform: capitalize;
    transition: all 500ms ease 0s;
    font-family: "DroidKufi-Regular";
    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 style
=============================================
***/
.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;

    transition: all 500ms ease;
    font-family: "DroidKufi-Regular";
}
.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: #D1CECE;
    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: #D1CECE;
}
.more-features-content ul li .text-holder p {
    margin: 9px 0 0;
}



/*** 
=============================================
    Testimonial area style three style
=============================================
***/
.testimonial-area.style-three {
    background: #f9f9f9;
    padding-bottom: 50px;
}
.testimonial-area.style-three .single-testimonial-item .top .left.title {
    padding-left: 30px;
    margin: 23px 0;
}
.testimonial-area.style-three .single-testimonial-item .top .right {
    margin: 23px 0;
}
.testimonial-area.style-three .owl-controls {
    position: absolute;
    right: 0;
    top: -90px;
}
.testimonial-area.style-three .owl-theme .owl-nav{
    margin: 0;
}
.testimonial-area.style-three .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 0px;
    padding: 10px 0;
    width: 50px;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    transition: all 700ms ease 0s;
}
.testimonial-area.style-three .owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}
.testimonial-area.style-three .owl-theme .owl-nav [class*="owl-"]:hover{
    border-color: #D1CECE;
    color: #D1CECE;
}



/*** 
=============================================
    Team area style
=============================================
***/
.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: #D1CECE;
}
.team-area .owl-theme .owl-nav .owl-next:hover{
    border-color: #D1CECE;
}
.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: #D1CECE;  
}
.team-area .owl-theme .owl-nav .owl-prev:hover .fa{
    color: #D1CECE;  
}



/*** 
=============================================
    Latest blog area style three style
=============================================
***/
.latest-blog-area.style-three {
    background: #f9f9f9;
}
.latest-blog-area.style-three .single-blog-item {
    background: #ffffff;
}



/*** 
=============================================
    Top bar area style four style
=============================================
***/
.top-bar-area.style-four{
    background: #303443; 
    border: none;
}
.top-bar-area.style-four .top-right .social-links li a:hover i{
    color: #ffffff;
}
.top-bar-area.style-four .appoinment-button a {
    background: #3b3f4e;
}
.top-bar-area.style-four .appoinment-button a:hover{
    background: #2a2d38;    
}



/*** 
=============================================
    Mainmenu area style four style
=============================================
***/
.mainmenu-area.style-four {
    background: transparent;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}
.mainmenu-area.style-four .main-menu .navigation li a {
    color: #ffffff;
    margin: 40px 25px 40px;
}
.mainmenu-area.style-four .main-menu .navigation li:first-child a {
    margin-left: 0;
}
.mainmenu-area.style-four .main-menu .navigation > li:hover > a, 
.mainmenu-area.style-four .main-menu .navigation > li.current > a {
    color: #f8ec30;
}
.mainmenu-area.style-four .main-menu .navigation > li > ul > li > a {
    background: #ffffff;
    margin: 0;
    color: #222222;
    font-size: 15px;
    
    position: relative;
}
.mainmenu-area.style-four .main-menu .navigation > li > ul > li:hover > a {
    color: #D1CECE;
    background: #f7f7f7;
}



/*** 
=============================================
    Rev slider wrapper style four style
=============================================
***/
.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: #D1CECE;
    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;

    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;

    line-height: 32px;
    font-family: "DroidKufi-Regular";
    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:#D1CECE;
}
.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 style
=============================================
***/
.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: #D1CECE;
}
.welcome-area-v2.home4 .single-item:hover .icon-holder span:before {
    color: #ffffff;
}



/*** 
=============================================
    Welcome area home 4 style
=============================================
***/
.welcome-area.home-4{
    padding-top: 40px;
}




.welcome-area a { 
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    padding: 6px 17px;

    background-color: #055599;
    margin: 10px;}


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


.welcome-area a,
.form 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;
}

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

.welcome-area a:hover:before,
.form button:hover:before

{
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}



/*** 
=============================================
    Choose us area style
=============================================
***/
.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 style
=============================================
***/
.repair-service-area-v2 {
    padding-top: 80px;
    padding-bottom: 70px;
}
.repair-service-area-v2 .single-item{

}
.repair-service-area-v2 .single-item .img-holder{
    position: relative;
    overflow: hidden;
    display: block;    
}
.repair-service-area-v2 .single-item .img-holder img{
    transition: all 0.5s ease 0s;
    width: 100%;    
}
.repair-service-area-v2 .single-item .img-holder .box{
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 85px;
    height: 70px;
    background: #ffffff;
    text-align: center;
}
.repair-service-area-v2 .single-item .img-holder .box h3 {
    background: #303443;
    color: #ffffff;
    font-size: 18px;
    
    display: block;
    padding: 10px 0 8px;
}
.repair-service-area-v2 .single-item .img-holder .box p {
    margin: 0;
    color: #D1CECE;

    line-height: 32px;
}
.repair-service-area-v2 .single-item .text-holder{
    padding-top: 28px;    
}
.repair-service-area-v2 .single-item .text-holder h3{
    
}
.repair-service-area-v2 .single-item .text-holder .text {
    overflow: hidden;
    display: block;
    border-top: 1px solid #f4f4f4;
    padding-top: 24px;
    margin-top: 15px;
}
.repair-service-area-v2 .single-item .text-holder .text p{
    margin: 0;
}
.repair-service-area-v2 .single-item .text-holder a {
    background: #f9f9f9;
    color: #D1CECE;
    font-size: 16px;
    
    text-transform: uppercase;
    display: block;
    padding: 12px 0;
    margin-top: 23px;
    transition: all 500ms ease;
}
.repair-service-area-v2 .single-item .text-holder a:hover{
    background: #D1CECE;
    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:0px;
	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:#D1CECE;
    border-radius: 15px;
}
.repair-service-area-v2 .owl-dots .owl-dot:hover{
    background: #D1CECE;
}



/*** 
=============================================
    Latest work area v2 style
=============================================
***/
.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 style
=============================================
***/
.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;

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

    
}

.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 style
=============================================
***/
.latest-blog-area.style-four{
    
}
.latest-blog-area.style-four .more-button a {
    border: 1px solid #e9e9e9;
    color: #D1CECE;
    padding: 12px 30px 10px;
    margin-top: 1px;
}
.latest-blog-area.style-four .more-button a:hover{
    background: #D1CECE;
    border-color: #D1CECE;
    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: #D1CECE;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 70px;
    height: 60px;
    text-align: center;
    transform: translate3d(0px, 0px, 0px);
    transition: all 500ms ease;
    transition-delay: 0.5s;
}
.latest-blog-area.style-four .single-blog-item:hover .img-holder .post-date{
    transform: translate3d(0px, -70px, 0px); 
 
}
.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 style
=============================================
***/
.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: "DroidKufi-Regular";
}

.breadcrumb-botton {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.breadcrumb-botton ul {
    text-align: center;
    background: #D1CECE;
    display: inline-block;
    padding: 8px 15px 8px;
}
.breadcrumb-botton ul li{
    display: inline-block;
    margin: 0 3px;
    color: #ffffff;
    font-size: 16px;

    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: #fdc055599;
    font-size: 16px;

    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: 0px;
}



/*** 
=============================================
    Welcome area style
=============================================
***/
.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 bottom style
=============================================
***/
.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: #D1CECE;
    font-size: 30px;

    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-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: 0px;  
    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 style
=============================================
***/
.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: "DroidKufi-Regular";
}
.choosing-area .single-item .content a i{
    display: inline-block;
    padding-left: 5px;
}
.choosing-area .single-item:hover .icon-holder span::before {
    background: #D1CECE;
    color: #fff;
    border: 2px solid #D1CECE;
}



/*** 
=============================================
    Testimonial Section style
=============================================
***/
.testimonial-page{
    background: #ffffff;
    padding-top: 80px;
    padding-bottom: 50px;
}
.testimonial-page .single-testimonial-item{

}



/*** 
=============================================
    Team page area style
=============================================
***/
.team-page-area {
    padding-top: 80px;
    padding-bottom: 40px;
}
.team-page-area .single-team-member {
    display: block;
    padding-bottom: 40px;
}



/*** 
=============================================
   Faq Content Area style
=============================================
***/
.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 #D1CECE;
}
.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: #D1CECE;
}
.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 style
=============================================
***/
.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: #D1CECE;
    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;

    position: relative;
    transition: all 500ms ease;
}
.pricing-plan-area .single-price-box .table-header .package h1 span {
    font-size: 20px;

    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;

    display: inline-block;
    padding-right: 3px;
    position: relative;
    top: -3px;
}

.pricing-plan-area .single-price-box .price-list {
    display: block;
    background: #ffffff;
    padding: 19px 0px 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-family: "DroidKufi-Regular";
    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 0px 8px;
    color: #222222;
    background: #f7f7f7;
    display: block;
    transition: all 500ms ease;
}
.pricing-plan-area .single-price-box .table-footer a:hover{
    background: #D1CECE;
    color: #fff;
}



/*** 
=============================================
    Not found area style
=============================================
***/
.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

    margin: 0 0 20px;
    font-family: "DroidKufi-Regular";
    text-transform: uppercase;
}
.not-found-content p {
    color: #D1CECE;

    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;

    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: #D1CECE 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
}
.not-found-content .search-form input[type="text"]:focus {
    border: 1px solid #142573;
    background: #fff;
    color: #000;
}
.not-found-content .search-form input[type="text"]:focus + button, 
.not-found-content .search-form button:hover {
    background: #142573 none repeat scroll 0 0;
    color: #fff;
}



/*** 
=============================================
    Service area service page style
=============================================
***/
.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);    
}

.single-service-item:hover .text-holder h3 { color:#055599 }

.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: #D1CECE;
}
.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: #D1CECE;
}



/*** 
=============================================
   Service Single Area style
=============================================
***/
#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;

    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: #D1CECE;
}
#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: #D1CECE;
}

#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: #D1CECE;
}
#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;

}




#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-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: #D1CECE;
    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 0px;
    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;

    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-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: #D1CECE;
    
    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: #D1CECE;
    color: #ffffff;
    border-color: #D1CECE;
}



/*** 
=============================================
    Project area project page style
=============================================
***/
.project-area.project-page {
    padding: 80px 0;
}
.project-area.project-page .gallery-menu {
    background: #303443;
    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: "DroidKufi-Regular";
    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: #D1CECE;
    border-color: #D1CECE;
    color: #ffffff;
}



/*** 
=============================================
    Project Single Area style
=============================================
***/
#project-single-area{
    padding-top: 80px;
    padding-bottom: 80px;
}
#project-single-area .owl-theme .owl-nav {
    margin-top: 0px;
}
#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:0px;
	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 #D1CECE;
	background: #D1CECE;
}

#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: #D1CECE;
    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: "DroidKufi-Regular";
}
#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 #D1CECE;
    margin-bottom: 40px;
}
#project-single-area .project-manager:before{
    position: absolute;
    top: 0;
    left: 1px;
    width: 1px;
    height: 80%;
    content: "";
    background: #D1CECE;
}
#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: #D1CECE;
    font-size: 16px;

    font-family: "DroidKufi-Regular";
}


#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: #D1CECE;
    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: #D1CECE;
}
#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: 0px;
    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: #D1CECE;
}



/*** 
=============================================
    Contact map Area style
=============================================
***/
.contact-map-area{
    position: relative; 
}
#contact-google-map {
    height: 480px;
    width: 100%;
}



/*** 
=============================================
    Get Touch Area style
=============================================
***/
.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: #D1CECE;
    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;

    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 style
=============================================
***/
.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 input[type="text"]:focus{
    border-color: #D1CECE;        
}
.contact-form-area .contact-form form input[type="email"]:focus{
    border-color: #D1CECE;        
}
.contact-form-area .contact-form form textarea:focus{
    border-color: #D1CECE;    
}
.contact-form-area .contact-form form button{
    background: #D1CECE;
    width: 180px;
    padding: 13px 0 12px;
    border-color: #D1CECE;
}
.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;

}
.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: #D1CECE; 
    font-size: 15px;

}



/*** 
=============================================
    Blog Grid Area style
=============================================
***/
.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: "DroidKufi-Regular";
}

.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
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus {
  border: 1px solid #D1CECE;
  background: #fff;
  color: #000;
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus + button, 
.sidebar-wrapper .single-sidebar .search-form button:hover {
    background: #D1CECE none repeat scroll 0 0;
    color: #ddd;
}

.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-family: "DroidKufi-Regular";
    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: #D1CECE;        
}
.single-sidebar .categories li a:hover{
    color: #D1CECE;    
}

.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: 0px;
    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: "DroidKufi-Regular";
    transition: all 500ms ease;
}
.single-sidebar .popular-post li .title-holder a:hover .post-title{
    color: #D1CECE;
}
.single-sidebar .popular-post li .title-holder .post-date {
    color: #D1CECE;
    display: block;
    transition: all 500ms ease;

    font-size: 14px;
    font-family: "DroidKufi-Regular";
}

.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;

    padding: 4px 12px 4px;
    font-family: "DroidKufi-Regular";
    transition: all 500ms ease 0s;
}
.single-sidebar .popular-tag li a:hover{
    background: #D1CECE;
    border-color: #D1CECE;
    color: #fff;
}



/*** 
=============================================
    Blog Large Area style
=============================================
***/
.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: #D1CECE;
    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 0px;
    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 style
=============================================
***/
.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: "DroidKufi-Regular";
    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;
}

.latest-blog-area .single-blog-item:hover h3 { color:#055599  }


.blog-single-area .single-blog-item .text-holder .meta-info {
    overflow: hidden;
    padding-top: 0px;
    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 #D1CECE;
    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;

    
}

.blog-single-area .middle-content-box {
    margin: 0px 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: 0px 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: 0px;
    padding-top: 6px;
}
.blog-single-area .tag-social-share-box .tag p {
    color: #D1CECE;
    font-size: 16px;
    margin: 0;
}
.blog-single-area .tag-social-share-box .tag p span {
    color: #222222;
    
    text-transform: capitalize;
    font-family: "DroidKufi-Regular";
}

.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;

    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: #D1CECE;
    border-color: #D1CECE;
    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: "DroidKufi-Regular";
}
.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: #D1CECE;
}

.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: 0px;
}
.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: #D1CECE;
    font-size: 14px;
}
.blog-single-area .comment-box .single-comment-box .text-holder .reply{
    color: #222222;
    font-size: 16px;
    
    font-family: "DroidKufi-Regular";
}

.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: #D1CECE;
    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;

    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;

    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: #D1CECE;    
}
.blog-single-area .add-comment-box #add-comment-form input[type="email"]:focus{
    border-color: #D1CECE;    
}
.blog-single-area .add-comment-box #add-comment-form textarea:focus{
    border-color: #D1CECE;       
}
.blog-single-area .add-comment-box #add-comment-form button {
    padding: 11px 40px 9px;
    border: 2px solid #D1CECE;
    background: #D1CECE;
    color: #ffffff;
}
.blog-single-area .add-comment-box #add-comment-form button:hover{
    background: transparent;
    color: #D1CECE;
}




/*** 
=============================================
    Shop Area style
=============================================
***/
.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;

    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: #D1CECE 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: 0px;
    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 0px 5px;
    text-align: center;
    width: 80px;
    border: none;
    background: #D1CECE;
    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: #D1CECE;
}
.single-sidebar .price-ranger .ranger-min-max-block input[type="text"] {
    border: medium none;
    color: #999999;
    font-size: 14px;

    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: 0px;
}
.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: #D1CECE;    
}
.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: #D1CECE;
    font-size: 15px;

    text-transform: capitalize; 
    font-family: "DroidKufi-Regular";
}
.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: #D1CECE;
}
.sidebar-wrapper .single-sidebar .popular-product li .title-holder a:hover h4{
    color: #D1CECE;
}

.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;

    padding: 4px 10px 3px;
    font-family: "DroidKufi-Regular";
    transition: all 500ms ease 0s; 
}
.sidebar-wrapper .single-sidebar .product-tag li a:hover{
    background: #D1CECE;
    border-color: #D1CECE;
    color: #fff;    
}



/*** 
=============================================
    Checkout Area style
=============================================
***/
.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: #D1CECE;
    content: "";
}
.checkout-area .exisitng-customer h5{
    color: #222222;
    font-size: 16px;

}
.checkout-area .exisitng-customer h5 a{
    color: #D1CECE;
    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: #D1CECE;
    content: "";  
}
.checkout-area .coupon h5 {
    color: #222222;
    font-size: 16px;
 
}
.checkout-area .coupon h5 a {
    color: #D1CECE;
    display: inline-block;
    padding-left: 15px;  
}

.checkout-area .form form .field-label {
    color: #222222;
    font-size: 16px;

    margin: 0 0 3px;
    text-transform: capitalize;
    font-family: "DroidKufi-Regular";
}
.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 #D1CECE;
}
.checkout-area .create-acc .checkbox {
    margin: 7px 0 0;
}
.checkout-area .create-acc .checkbox label {
    color: #D1CECE;

    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: 0px;
    vertical-align: middle;
}
.checkout-area .form form .field-input textarea {
    border: 2px solid #f4f4f4;
    color: #999;
    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: #D1CECE;
}

.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: "DroidKufi-Regular";
}
.checkout-area .table .cart-table thead tr th {

    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;

    text-transform: capitalize;
    font-family: "DroidKufi-Regular";
}
.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;

    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: #D1CECE;
    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: #D1CECE;
    font-size: 18px;

}

.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;

    line-height: 28px;
    padding: 10px 18px;
    position: relative;
    width: 50%;
    font-family: "DroidKufi-Regular";
}
.cart-total-table li span.col {
    color: #999999;
    display: block;
    float: left;
    font-size: 16px;

    line-height: 28px;
    padding: 10px 18px;
    position: relative;
    width: 50%;
    font-family: "DroidKufi-Regular";
}
.cart-total-table li span.col b {
    color: #D1CECE;

    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-family: 'Poppins', sans-serif;
}
.cart-total .payment-options .option-block .checkbox label span b {
    color: #D1CECE;
    display: inline-block;
    font-size: 14px;

    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: #D1CECE;
    border: 2px solid #D1CECE;
    color: #ffffff;
}



/*** 
=============================================
    Login Register Area style
=============================================
***/
.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;

}
.login-register-area .form button {
    margin-top: 10px;
    padding: 13px 35px 11px;
    background: #D1CECE;
    border-radius: 5px;
    color: #ffffff;
}
.login-register-area .form button:hover{
    background: #303443;    
}
.login-register-area .form .remember-text {
    margin-top: 19px;
}
.login-register-area .form .remember-text .checkbox label {
    color: #222222;
    font-size: 16px;

    font-family: "DroidKufi-Regular";
}
.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: #D1CECE;
    float: right;
    
    margin: 20px 0 0;
    font-family: "DroidKufi-Regular";
}
.login-register-area .form h6 {
    color: #848484;
    float: left;
    font-size: 14px;
    font-family: "DroidKufi-Regular";
    padding-left: 10px;
    overflow: hidden;
    margin-left: -40px;
    margin-top: 28px;
}
.login-register-area .form .input-field input[type="text"]:focus{
    border: 2px solid #D1CECE;    
}
.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  style
=============================================
***/
.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: "DroidKufi-Regular";
    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: "DroidKufi-Regular";
    font-size: 14px;

    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: "DroidKufi-Regular";
}

.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;

    line-height: 20px;
    padding-left: 50px;
    position: relative;
}
.cart-area .cart-table tbody .available-info .icon {
    background: #D1CECE 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: 0px;
    width: 40px;
}
.cart-area .cart-table tbody tr td.price {
    color: #999999;
    font-size: 18px;

}
.cart-area .cart-table tbody tr .sub-total {
    color: #D1CECE;

    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;

}
.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;

    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 #D1CECE;
}
.cart-middle .apply-coupon .apply-coupon-button button {
    padding: 13px 45px 11px;
    background: #D1CECE;
    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: #D1CECE;
    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;
}
.ui-selectmenu-open .ui-menu .ui-menu-item,
.appoinment-area .appoinment .appoinment-form .ui-state-default { color:#464646; font-family: "DroidKufi-Regular" !important;  }
.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-selectmenu-text {
    display: block;
    line-height: 18px;
    overflow: hidden;
    padding: 12px 17px;
    text-align: left;
font-family: "DroidKufi-Regular";
}
.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%;

    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 #D1CECE;
}
.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: #303443;
    color: #ffffff;
}
.cart-bottom button.checkout-btn{
    padding: 13px 40px 11px;
    margin-top: 30px;
    float: right;
    border-radius: 4px;
    background: #D1CECE;
    color: #ffffff;
}
.cart-bottom button.checkout-btn:hover{
    background: #0f1d5d;
    color: #dddddd;
}



/*** 
=============================================
   Single Shop Area style
=============================================
***/
.single-shop-area{
    padding-top: 80px;
    padding-bottom: 40px;
}
.single-shop-content .img-holder {
    margin-right: 50px;
}
.single-shop-content .img-holder img {
    border: 1px solid #f5f4f3;
}
.single-shop-content .content-box {
    margin-left: -50px;
}
.single-shop-content .content-box h3 {
    color: #222222;
    font-size: 24px;

    margin: 0 0 8px;
    text-transform: capitalize;
}
.single-shop-content .content-box .review-box {
    margin: 0 0 15px;
}
.single-shop-content .content-box .review-box ul {}
.single-shop-content .content-box .review-box ul li {}
.single-shop-content .content-box .review-box ul li i {
    color: #D1CECE;
    font-size: 15px;
}
.single-shop-content .content-box span.price {
    color: #D1CECE;
    font-size: 22px;

    font-family: "DroidKufi-Regular";
}
.single-shop-content .content-box .text {
    overflow: hidden;
    padding: 21px 0 9px;
}
.single-shop-content .content-box .location-box {
  margin: 4px 0 20px;
}
.single-shop-content .content-box .location-box p {
    color: #222222;
    font-size: 16px;

    margin: 0 0 12px;
}
.single-shop-content .content-box .location-box form input {
    border: 2px solid #f7f7f7;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    width: 170px;
    transition: all 500ms ease;
    margin: 0 0 15px;
}
.single-shop-content .content-box .location-box form input:focus{
    border-color: #D1CECE;
}
.single-shop-content .content-box .location-box form button {
    background: #f7f7f7 none repeat scroll 0 0;
    border: medium none;
    color: #252525;
    font-size: 14px;
    
    height: 40px;
    margin-left: 6px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
    width: 95px;
    position: relative;
    top: 0px;
    padding-top: 2px;
}
.single-shop-content .content-box .location-box form button:hover{
    background: #D1CECE;
    color: #fff;
}
.single-shop-content .content-box .location-box form span {
    color: #D1CECE;
}

.single-shop-content .content-box .addto-cart-box {}
.single-shop-content .content-box .addto-cart-box .input-group.bootstrap-touchspin {
    float: left;
    width: 70px;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical > .btn {
    display: block;
    float: none;
    margin-left: -1px;
    max-width: 100%;
    padding: 12px 12px;
    position: relative;
    width: 100%;
}
.single-shop-content .content-box .addto-cart-box .btn-default {
    background-color: #efefef;
    border-color: #efefef;
    color: #9e9e9e;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical i {
    color: #9e9e9e;
    font-weight: normal;
    left: 8px;
    position: absolute;
    top: 7px;
}
.single-shop-content .content-box .addto-cart-box button.addtocart {
    margin-left: 95px;
    padding: 13px 30px 11px;
    border-radius: 4px;
    background: #D1CECE;
    color: #ffffff;
}
.single-shop-content .content-box .addto-cart-box button.addtocart:hover{
    background: #0e1a51;
}


.product-tab-box {
    border: 1px solid #ececec;
    border-top: none;
    border-right: none;
    border-left: none;
    overflow: hidden; 
    margin-top: 80px;
}
.product-tab-box .tab-menu {
    border-bottom: 1px solid #ececec;
    margin-bottom: 30px;
}
.product-tab-box .tab-menu li {
    display: inline-block;
    float: left;
    margin-bottom: -1px;
    margin-right: 3px;
}
.product-tab-box .tab-menu li a {
    background: #f7f7f7;
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    display: block;
    margin-right: 1px;
    padding: 15px 30px 13px;
    color: #222222;
    font-size: 16px;
    
    text-transform: capitalize;
    background: #f7f7f7;
    transition: all 500ms ease;
}
.product-tab-box .tab-menu li.active a, 
.product-tab-box .tab-menu li:hover a{
    background: #ffffff;
    color: #D1CECE;
    border-left-color: #ececec;
    border-top-color: #ececec;
    border-right-color: #ececec;
}
.product-tab-box .tab-content {
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    margin-top: -30px;
    padding: 30px 30px 40px;
}
.product-tab-box .tab-content .review-box {}
.product-tab-box .tab-content .review-box .title {
    margin-top: 3px;
    padding-bottom: 25px;
}
.product-tab-box .tab-content .review-box .title h3 {
    color: #3d3d3d;
    font-size: 20px;

    text-transform: capitalize;
}
.product-tab-box .tab-content .review-box .single-review-box {
    margin-bottom: 30px;
    padding-left: 60px;
    position: relative;
}
.product-tab-box .tab-content .review-box .single-review-box .img-holder {
    left: 0;
    position: absolute;
    top: 0;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder {
    border: 1px solid #ececec;
    margin-left: 20px;
    padding: 17px 20px 12px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top {
    margin: 0 0 10px;
    overflow: hidden;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .name h4 {
    color: #3d3d3d;
    font-size: 16px;

    margin: 0;
    text-transform: capitalize;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul {
    margin-top: -2px;
    padding-left: 0px;
    position: relative;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li {
    display: inline-block;
    margin-right: 1px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li i {
    color: #D1CECE;
    font-size: 14px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .text p {
    margin: 0;
}

.product-tab-box .tab-content .review-form .title{ }
.product-tab-box .tab-content .review-form .title h3 {
    margin: 0 0 15px;
}
.product-tab-box .tab-content .review-form .add-rating-box {
    margin: 0 0 20px;
}
.product-tab-box .tab-content .review-form .add-rating-box .add-rating-title h4 {
    color: #848484;
    font-size: 16px;

    margin: 0 0 10px;
    font-family: "DroidKufi-Regular";
    text-transform: none;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li {
    border-right: 1px solid #ebebeb;
    display: inline-block;
    line-height: 20px;
    margin-right: 10px;
    padding-right: 10px;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li:last-child{
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px solid #ebebeb;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li a i {
    color: #d6d6d6;
    font-size: 12px;
    line-height: 20px;
    margin-right: 1px;
    opacity: 0.9;
    transition: all 500ms ease 0s;
}

.product-tab-box .tab-content .review-form form .field-label p {
    color: #848484;
    font-size: 16px;

    margin: 0 0 3px;
}
.product-tab-box .tab-content .review-form form input[type="text"], 
.product-tab-box .tab-content .review-form form input[type="email"], 
.product-tab-box .tab-content .review-form form textarea {
    background: #fff;
    height: 50px;
    width: 100%;
    border: 1px solid #ececec;
    color: #252525;
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 20px;
    transition: all 500ms ease;
}
.product-tab-box .tab-content .review-form form textarea {
    height: 110px;
    padding: 10px 15px;
    margin-bottom: 25px;
}
.product-tab-box .tab-content .review-form form button {
    padding: 11px 35px 9px;
    background: #D1CECE;
    border-radius: 4px;
    color: #ffffff;
}
.product-tab-box .tab-content .review-form form button:hover{}
.product-tab-box .tab-content .review-form .add-rating-box ul li:hover a i{
    opacity: 1;
    color: #D1CECE;
}
.product-tab-box .tab-content .review-form form input[type="text"]:focus{
    border-color: #D1CECE;
}
.product-tab-box .tab-content .review-form form input[type="email"]:focus{
    border-color: #D1CECE;
}
.product-tab-box .tab-content .review-form form textarea:focus{
    border-color: #D1CECE;  
}
.related-product {
    padding-top: 70px;
}
.related-product .sec-title {
    padding-bottom: 40px;
}
.related-product .single-product-item {}
.single-shop-area .sidebar-wrapper .single-sidebar .sec-title {
    overflow: hidden;
    padding-bottom: 30px;
}























































































/*** 
=============================================
    Callto action area bottom style
=============================================
***/
.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 style
=============================================
***/
.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;

    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: "DroidKufi-Regular";
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
    text-align: center;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: #D1CECE 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: #D1CECE;
    color: #fff;
    border-color: #D1CECE;
}




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;}







.form input {
padding: 6px;
text-indent: 15px;
font-size: 14px;
margin: 15px auto;
text-transform: capitalize;
width: 100%;
border: none;
color: #000;
}



.form button {
color: #e5e5e5;
font-size: 17px;
padding: 5px 20px;
background-color: #055599;
margin-top: -1px;
border: none;
cursor: pointer;
text-transform: capitalize;}



.social-links-footer ul {
    margin: 30px auto;
    padding: 0;}


.social-links-footer ul li {
    margin-left: 10px;
    display: inline-block;}


.social-links-footer ul li img {
    transition: all ease-in-out 0.3s;
    cursor: pointer;
width: 26px;
height: 26px;
border-radius: 3px;
}


.social-links-footer ul li img:hover { transform: scale(1.2); }



.img-holder a {
    text-transform: capitalize;
    color: #fff;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
padding-top: 15px;

}


.proimmmg{
width: 200px;
-webkit-border-radius: 2% !important;
-moz-border-radius: 2% !important;
border-radius: 2% !important;
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;height: 200px;
}

.progalley{
width: 200px; float: right; margin-bottom: 15px; height: 200px; margin-left: 25px;
position: relative;
}
.textphoto{
color: #fff;
font-size: 15px;
position: absolute;
top: 44%;
z-index: 5555555555555;
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
text-align: center;
opacity: 0;
overflow: hidden;
width: 100%;
height: 0;


/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
.progalley:hover > .example-image-link .textphoto{
opacity: 1;
height: 200px;
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
/* Safari */
-webkit-transform: rotate(0deg);

/* Firefox */
-moz-transform: rotate(0deg);

/* IE */
-ms-transform: rotate(0deg);

/* Opera */
-o-transform: rotate(0deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.progalley:hover > .example-image-link .proimmmg{
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.shadow{
width: 100%;
height: 200px;
background: #000;
position: absolute;
top: 0;
left: 0px;
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;
opacity: 0;
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.47);
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.progalley:hover > .example-image-link .shadow{
opacity: 1;
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.downloadfile {
	color: #F60;
	font-size: 100%;
	font-weight: lighter;
	text-align: center;
	width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	background: #E9E9E9;
	margin-right: 0px;
line-height: 25px;
margin-top: 15px;
}
.downloadfile:hover {
	background: #F60;
	color: #fff;
	transition: all 0.9s ease 0s;
}


.formtitle{
color: #9F1314;
font-size: 18px;
margin-bottom: 0px !important; 
}

.labellink{
color: #2C2A2A;
font-size: 16px;
font-weight: lighter;
margin: 0px !important;
padding: 3px 0px 0px !important;
cursor: pointer;
font-size: 14px;
}
.boxxtext{
margin: 0px !important;
    margin-top: 0px;
    margin-right-value: 0px;
    margin-bottom: 0px;
    margin-left-value: 0px;
    margin-left-ltr-source: physical;
    margin-left-rtl-source: physical;
    margin-right-ltr-source: physical;
    margin-right-rtl-source: physical;
padding: 0px;
border: 1px solid #D2CFCF;
height: 35px;
padding-top: 0px;
padding-left: 2% !important;
cursor: pointer;
height: 44px;
margin-bottom: 10px !important;font-size: 14px;
}

.downloadicon{
height: 42px;
padding: 0px;
width: 240px;
background: #055599;
text-align: center;
font-size: 16px;
font-weight: bold;
margin: auto;
margin-bottom: 16px;

transition: all 500ms ease;
color: #fff !important;
}

.downloadicon:hover{
height: 42px;
padding: 0px;

width: 240px;
background: #187DB4 !important;
text-align: center;
font-size: 16px;
font-weight: bold;
margin: auto;
margin-bottom: 16px;
color: #fff !important;
transition: all 500ms ease;
}
