/***************************************************************************************************************
||||||||||||||||||||||||||       MASTER STYLESHEET FOR Hanover        |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||                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 */

@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Khula:300,400,600,700,800');





@import url(imp.css);
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(hover.css);
@import url(jquery.bxslider.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(animate.min.css);
@import url(jquery.bootstrap-touchspin.css);
@import url('jquery.fancybox.css');
@import url('prettyPhoto.css');
/*** Flaticon css ***/
@import url(../fonts/flaticon/flaticon.css);

/*** Price filter***/
@import url(../assets/price-filter/nouislider.css);
@import url(../assets/price-filter/nouislider.pips.css);
/*** single shop slide ***/
@import url(flexslider.css);
/*** Time picker css ***/
@import url(../assets/timepicker/timePicker.css);


/*** Jquery ui css ***/
@import url(../assets/jquery-ui-1.11.4/jquery-ui.css);
/*** Revolution slider ***/
@import url(../assets/revolution/css/settings.css);
@import url(../assets/revolution/css/layers.css);
@import url(../assets/revolution/css/navigation.css);
/*** Bootstrap select picker css ***/
@import url(../assets/bootstrap-sl-1.12.1/bootstrap-select.css);
/*** Language Switcher ***/
@import url(../assets/language-switcher/polyglot-language-switcher.css);






/*==============================================
   Base Css
===============================================*/
html,
body { height: 100% }
body {
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  color: #777777;
  line-height: 26px;
  font-weight: 300;
}
button:focus{
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
}
h3 {
 
}
h4 {

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

img {
	max-width: 100%;
    height: auto;
}
i {
	font-style: normal;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}


button{
    border: none;
}
.thm-btn {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Khula', sans-serif;
    position: relative;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    z-index: 1;
    border-radius: 4px;
}
.thm-btn:before {
    background-color: #0065bd;
    border: 2px solid #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0.5, 1);
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: -1;
    border-radius: 4px;
}
.bg-clr1{
    background: #ffd526;  
    color: #333333;
}
.thm-btn:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}


.bg-clr2{
    background: #2b2c36;  
    color: #fff;
    position: relative;
}
.bg-clr2:before {
    background-color: #ff2b58;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0.5, 1);
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: -1;
}
.bg-clr2:hover:before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);    
}



.sec-title {
    margin-top: 0px;
    padding-bottom: 32px;
    position: relative;
}
.sec-title h1 {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 0 4px;
}
.sec-title .border{
  height: 1px;
  width: 60px;
  display: inline-block;
  background: #ffd526;
}
.sec-title p {
    margin: 15px 0 0;
}


.sec-title .icon-holder {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 120px;
    margin: 13px 0 0;
}
.sec-title .icon-holder:before {
    position: absolute;
    top: 14px;
    left: 0;
    height: 1px;
    width: 40px;
    content: "";
    background: #ffd526;
}
.sec-title .icon-holder:after {
    position: absolute;
    top: 14px;
    right: 0;
    height: 1px;
    width: 40px;
    content: "";
    background: #ffd526;
}


.sec-title.style-two {
    padding-bottom: 62px;
}


.boxed_wrapper {
    background: #fff none repeat scroll 0 0;
    min-width: 320px;
    overflow-x: hidden;
    width: 100%;
}

/*________________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/icon/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: #ffd526;
    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;
}


@-webkit-keyframes menu_sticky_two {
    0%   {margin-top:-190px;}
    50%  {margin-top: -150px;}
    100% {margin-top: 0;}
}
@keyframes menu_sticky_two {
    0%   {margin-top:-190px;}
    50%  {margin-top: -150px;}
    100% {margin-top: 0;}
}
.header-v2-area.stricky {
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 9999999;
    width: 100%;
    transition: all 500ms ease;
}
.header-v2-area.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 9999999;
    background: #000;
    z-index: 99999;
    -webkit-animation-name: menu_sticky_two;
          animation-name: menu_sticky_two;
    -webkit-animation-duration: 0.60s;
          animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.header-v2-area.stricky-fixed .top-bar-v2{
    display: none;
    transition: all 500ms ease;    
}
.header-v2-area.stricky-fixed .mainmenu-v3 .logo {
    overflow: hidden;
    padding: 15px 0 0px;
}


/* Scroll To Top styles */
.scroll-to-top {
    background: #ffd526;
    border: 2px solid #ffd526;
    border-radius: 20px 20px 0 0;
    bottom: 25px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 30px;
    font-weight: normal;
    height: 45px;
    line-height: 44px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 45px;
    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: #333;
}


/*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 #f4f4f4;
    color: #777;
    display: block;
    font-size: 18px;
    font-weight: 700;
    height: 55px;
    padding: 16px 0;
    transition: all 500ms ease 0s;
    width: 55px;
    font-family: 'Khula', sans-serif;
}
.post-pagination li.active a, .post-pagination li:hover a {
    background: #ffd526;
    color: #111;
    border: 2px solid #ffd526;
}


/* Overlay styles  */
.overlay-box{
    background-color: rgba(253,199,22, .85);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;	
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);    
}
.overlay-box .box{
    display: table;
    height: 100%;
    width: 100%;    
}
.overlay-box .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}
/* Overlay styles two */
.overlay-style-two{
    position: absolute;
    left: 0px;
    bottom: -85%;
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    color: #ffffff;
    text-align: center;
    background: rgba(0, 0, 0, 0.80);
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.overlay-style-two .box{
    display: table;
    height: 100%;
    width: 100%;    
}
.overlay-style-two .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: #ffd526;
    font-size: 12px;
}



/*==============================================
    Header style one Area Css
===============================================*/

.header-style-one-area{
    padding: 40px 0;
}
.header-style-one-area .info {
    float: right;
    overflow: hidden;
    margin: 9px 0 8px;
}
.header-style-one-area .info ul {
    display: block;
    overflow: hidden;
}
.header-style-one-area .info ul li {
    display: inline-block;
    margin-right: 60px;
    padding-left: 65px;
    position: relative;
}
.header-style-one-area .info ul li:last-child{
    margin-right: 0;
}
.header-style-one-area .info ul li .iocn-holder {
    position: absolute;
    top: 0;
    left: 0;
}
.header-style-one-area .info ul li .iocn-holder span:before {
    font-size: 35px;
    color: #ffd526;
    display: inline-block;
    padding: 10px 0;
    transition: all 500ms ease;
}
.header-style-one-area .info ul li:hover .iocn-holder span:before{
    color: #0065bd;
}
.header-style-one-area .info ul li .text-holder {
    border-left: 1px solid #e7e7e7;
    padding-left: 30px;
}
.header-style-one-area .info ul li .text-holder h5 {
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.header-style-one-area .info ul li .text-holder p {
    font-size: 14px;
    margin: 0;
    line-height: 14px;
}

/*==============================================
    Mainmenu Area Css
===============================================*/
.mainmenu-area {
    position: relative;
    z-index: 999999;
    border-top: 3px solid #ffd526;
    margin-bottom: -60px;
}
.mainmenu-area .mainmenu-bg {
    background: #ffd526;
    transition: all 0.5s ease 0s;
    width: 1140px;
    float: right;
    position: relative; 
}
.mainmenu-area .mainmenu-bg:before{
    background: url(../images/resources/mainmenu-bg-arrow.png);
    content: "";
    height: 60px;
    left: -30px;
    position: absolute;
    top: 0px;
    width: 30px;
}
.main-menu {
  float: left;
  position: relative;
}
.main-menu .navbar-collapse {
  padding: 0px
}
.main-menu .navigation {
    float: left;
    margin: 0;
    position: relative;
    font-family: 'Khula', sans-serif;
}
.main-menu .navigation li {
    float: left;
    padding: 0;
    position: relative;
}
.main-menu .navigation li a {
    color: #333333;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    opacity: 1;
    padding: 16px 25px 14px;
    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}
.main-menu .navigation > li.dropdown > a {
  padding-right: 35px;
}
.main-menu .navigation > li.dropdown > a:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    top: 13px;
    right: 20px;
    font-size: 13px;
    transition: all 500ms ease 0s;
    color: #333333;
}

.main-menu .navigation > li:hover > a, 
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover.dropdown > a:after,
.main-menu .navigation > li.current.dropdown > a:after{
  color: #0065bd;
  opacity: 1;
}
.main-menu .navigation > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 270px;
  padding: 0px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  border-bottom: 2px solid #ffd526;
  transition: all 500ms ease;
}
.main-menu .navigation > li:hover > ul {
  left: 25px;
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.main-menu .navigation > li > ul > li {
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  border-top: 1px solid #025ba8;
  border-right: none;
}
.main-menu .navigation > li > ul > li:first-child{
  border: none;
}
.main-menu .navigation > li > ul > li > a {
  background: #0065bd none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 20px 12px 20px;
  position: relative;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: #ffd526;
  background-color: #333333;
}

.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;
  right: 10px;
  top: 6px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  background: url(../images/icon/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;
}





.mainmenu-right-info {
    position: relative;
    height: 60px;
    display: block;
}
.mainmenu-right-info:before{
  background: #ffd526 none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 2500px;
  z-index: -1;    
}

.mainmenu-right-info .social-links {
    float: left;
    overflow: hidden;
    margin: 15px 0;
}
.mainmenu-right-info .social-links li{
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.mainmenu-right-info .social-links li:last-child{
    margin-right: 0;
}
.mainmenu-right-info .social-links li a i{
    color: #333333;
    font-size: 13px;
    transition: all 500ms ease;
}
.mainmenu-right-info .social-links li a:hover i{
    color: #0065bd;    
}
.mainmenu-right-info .free-quotes{
    float: right;
}
.mainmenu-right-info .free-quotes a {
    background: #ffffff;
    height: 40px;
    width: 160px;
    display: inline-block;
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Khula', sans-serif;
    text-align: center;
    border-radius: 4px;
    line-height: 40px;
    margin: 8px 0;
    transition: all 500ms ease;
    border: 2px solid transparent;
}
.mainmenu-right-info .free-quotes a:hover{
    background: transparent;
    border-color: #0065bd;
}


/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/
.rev_slider_wrapper .slide-content-box p{
  font-size: 20px;
  color: #ffd526;
  font-weight: 400;
  line-height: 26px;
  margin: 0px 0 33px;
}
.rev_slider_wrapper .slide-content-box h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
}
.rev_slider_wrapper .slide-content-box .button a{
  padding: 10px 40px 5px;
}

.rev_slider_wrapper .slide-content-box.middle-slide h1{
  text-align: center;
}
.rev_slider_wrapper .slide-content-box.middle-slide .button a{
    margin: 0 7px; 
}
.rev_slider_wrapper .slide-content-box.middle-slide .button a.contact{
    border: 2px solid #fff;
    padding: 8px 40px 3px;
}
.rev_slider_wrapper .slide-content-box.middle-slide .button a.thm-btn:before {
    border: none; 
}

.rev_slider_wrapper .slide-content-box.last-slide h1{
  text-align: center;
}
.rev_slider_wrapper .slide-content-box .cleaning-service{
    position: relative;
    display: block;
}
.rev_slider_wrapper .slide-content-box .cleaning-service h3{
    color: #ffd526;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
.tparrows {
    background: #ffd526;
    cursor: pointer;
    display: block;
    height: 40px;
    position: absolute;
    width: 40px;
    z-index: 1000;
    transition: all 500ms ease;
}
.tparrows:hover{
    background:#333333;
}




/*** 
=============================================
    Brand Area style
=============================================
***/
.brand-area {
	background: #ffffff;
	padding-bottom: 20px;
	padding-top: 30px;
	border-bottom: 1px solid #e9e9e9;
}
.brand-area .brand .owl-stage-outer{
    position: relative;
    overflow: hidden;
}
.brand-area .brand .single-item {
    border: 2px solid transparent;
    height: 145px;
    width: 70%;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    text-align: center;
    padding: 8px 0;
}
.brand-area .brand .single-item img{
    opacity: .7;    
}
.brand-area .brand .single-item:hover{
    border: 2px solid transparent;
}
.brand-area .brand .single-item:hover img{
    opacity: 1;
}
.brand-area .owl-controls {
    display: none;
}



/*** 
=============================================
    Welcome Area style
=============================================
***/
.welcome-area {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.welcome-area .single-item {
    margin-bottom: 50px;
}
.welcome-area .single-item .iocn{
    padding-bottom: 20px;
}
.welcome-area .single-item .iocn span:before {
    color: #ffd526;
    font-size: 35px;
} 
.welcome-area .single-item .text {
}
.welcome-area .single-item .text h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 6px;
}
.welcome-area .single-item .text p {
    margin: 0 0 15px;
}
.welcome-area .single-item .text a{
    color: #777777;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 500ms ease;
}
.welcome-area .single-item .text a i {
    display: inline-block;
    padding-left: 7px;
    transition: all 500ms ease;
}
.welcome-area .single-item:hover .text a{
    color: #0065bd;
}
.welcome-area .single-item:hover .text a i{
    padding-left: 12px;
    color: #0065bd;
}
.welcome-area .img-holder {

}



/*** 
=============================================
    Fact counter Area style
=============================================
***/
.fact-counter-area {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 60px;
  padding-top: 63px;
  position: relative;
  z-index: 1;
}
.fact-counter-area::before {
  background: rgba(0, 101, 189, 0.95) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.fact-counter-area .single-item {
    height: 135px;
    width: 100%;
    display: block;
    padding: 24px 0;
    margin-bottom: 30px;
    position: relative;
}
.fact-counter-area .single-item .icon-holder {
    display: block;
    margin: 0 0 20px;
}
.fact-counter-area .single-item .icon-holder span:before{
    font-size: 40px;
    color: #ffd526;
}
.fact-counter-area .single-item h1 span{
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
}
.fact-counter-area .single-item h3 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Khula', sans-serif;
    margin: 10px 0 0;
}



/*** 
=============================================
    Testimonial Area style
=============================================
***/
.testimonial-area {
    background: #fcfcfc;
    padding: 150px 0 140px;
}
.testimonial-area .single-item {
    position: relative;
    overflow: hidden;
}
.testimonial-area .single-item:before {
    content: "\f10d";
    font-family: FontAwesome;
    color: #f2f2f2;
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 0;
}
.testimonial-area .single-item .client-info {
    overflow: hidden;
    padding-left: 85px;
    position: relative;
    min-height: 90px;
}
.testimonial-area .single-item .client-info .img-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
}
.testimonial-area .single-item .client-info .text-holder {
    padding-left: 20px;
    margin: 6px 0;
}
.testimonial-area .single-item .client-info .text-holder h3{
    color: #444444;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 2px;
}
.testimonial-area .single-item .client-info .text-holder span{
    color: #777777;
    font-size: 14px;
}

.testimonial-area .single-item .text-box {
    overflow: hidden;
    margin: 19px 0 0;
}

.testimonial-area .owl-dots {
    position: relative;
    margin-top: 40px;
}
.testimonial-area .owl-dots .owl-dot{
	background-image:none;
	width:12px;
	height:12px;
	margin:0px 5px;
	padding:0px;
	border:2px solid #ffd526;
	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;
}
.testimonial-area .owl-dots .owl-dot span{
	display:none;	
}

.testimonial-area .owl-dots .owl-dot.active{
    border:2px solid #0065bd;
	background:#0065bd;
}



/*** 
=============================================
    Services v1 Area style
=============================================
***/
.services-v1-area {
    position: relative;

}
.services-v1-area .margino{
    margin: 0;
}
.services-v1-area .img-left{
    padding: 0;
}
.services-v1-area .img-holder img {
    max-width: none;
    float: right;
    margin-right: 30px;
}

.services-v1-area .service-right {
    padding: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}
.services-v1-area .single-item {
    display: block;
    padding: 12px 0px 25px;
    background: #fcfcfc;
    margin: 0 0 30px;
    padding-left: 50px;
    position: relative;
    z-index: 1;
}
.services-v1-area .single-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #fff;
    content: "";
    z-index: -1;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0;
}
.services-v1-area .single-item:hover:before {
    height: 100%;
    opacity: 1;
    -moz-box-shadow: 0px 0px 4px #ebe9e9;
    -webkit-box-shadow: 0px 0px 4px #ebe9e9;
    box-shadow: 0px 0px 4px #ebe9e9; 
}
.services-v1-area .single-item .icon-holder {
    position: absolute;
    top: 35px;
    left: 0;
    width: 50px;
    background: #333333;
    height: 50px;
    text-align: center;
    border-bottom: 2px solid #333333;
    transition: all 0.7s ease;
}
.services-v1-area .single-item:hover .icon-holder{
    background: #0065bd;
    border-color: #ffd526;
}
.services-v1-area .single-item .icon-holder span:before {
    color: #ffd526;
    font-size: 30px;
    display: block;
    padding: 10px 0;
    transition: all 0.7s ease;
}

.services-v1-area .single-item .text-holder {
    padding-left: 20px;
    padding-top: 22px;
    padding-right: 10px;
}
.services-v1-area .single-item .text-holder h3{
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.services-v1-area .single-item .text-holder p{
    margin: 0;
}



/*** 
=============================================
    Pricing Plan Area style
=============================================
***/
.pricing-plan-area{
    padding-top: 150px;
    padding-bottom: 60px;
    background: #FCFCFC;
}
.pricing-plan-area .sec-title {
    padding-bottom: 110px;
}
.pricing-plan-area .single-price-box {
    background: #f8f8f8;
    display: block;
    margin-bottom: 90px;
    padding: 0 35px 35px;
    position: relative;
    transition: all 500ms ease;
    z-index: 1;
}
.pricing-plan-area .single-price-box:hover{
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}
.pricing-plan-area .single-price-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #0065bd;
    content: "";
    z-index: -1;
    transition: all 500ms ease;
    transition-delay: 0.15s;
}
.pricing-plan-area .single-price-box:hover::before{
    height: 100%;
    opacity: 1;
}
.pricing-plan-area .single-price-box .table-header { }
.pricing-plan-area .single-price-box .table-header .top {
    background: #f8f8f8;
    height: 112px;
    width: 112px;
    margin: 0 auto;
    border-radius: 50%;
    border: 7px solid #fff;
    position: relative;
    top: -50px;
    transition: all 500ms ease;
    transition-delay: 0.10s;
}
.pricing-plan-area .single-price-box:hover .table-header .top{
    background: #0065bd;
}
.pricing-plan-area .single-price-box .table-header .top h3 {
    color: #333333;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding: 43px 0 43px;
    transition: all 500ms ease;
    transition-delay: 0.10s;
}
.pricing-plan-area .single-price-box:hover .table-header .top h3{
    color: #fff;
}
.pricing-plan-area .single-price-box .table-header .package {
    height: 66px;
    width: 305px;
    margin: -15px auto 35px;
}
.pricing-plan-area .single-price-box .table-header .package h1{
    color: #333333;
    font-size: 95px;
    line-height: 95px;
    font-weight: 600;
    font-family: 'Khula', sans-serif;
    position: relative;
    transition: all 500ms ease;
}
.pricing-plan-area .single-price-box:hover .table-header .package h1{
    color: #fff;
}
.pricing-plan-area .single-price-box .table-header .package h1 span {
    font-size: 35px;
    font-weight: 300;
    position: absolute;
    top: 3px;
    left: 105px;
    display: inline-block;
    line-height: 35px;
}
.pricing-plan-area .single-price-box .table-header .package h1 b {
    font-size: 45px;
    font-weight: 700;
    position: absolute;
    top: 0px;
    right: 75px;
    line-height: 45px;
}
.pricing-plan-area .single-price-box .table-header .package h1 .month {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    top: 32px;
    right: 0px;
}
.pricing-plan-area .single-price-box .price-list {
    border-top: 1px dashed #d4d4d4;    
    display: block;
}
.pricing-plan-area .single-price-box .price-list ul {
    display: block;
    padding-top: 29px;
}
.pricing-plan-area .single-price-box .price-list ul li {
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 13px;
    transition: all 500ms ease;
}
.pricing-plan-area .single-price-box:hover .price-list ul li{
    color: #fff;
}

.pricing-plan-area .single-price-box .table-footer {
    margin: 13px 0 0;
}
.pricing-plan-area .single-price-box .table-footer a {
    padding: 9px 50px 4px;
}



/*** 
=============================================
    Cleaning Center Area style
=============================================
***/
.cleaning-center-area{
    padding-top: 150px;
    padding-bottom: 110px;
    background: #fafafa;
}
.cleaning-center-area .single-item {
    margin-bottom: 40px;
}
.cleaning-center-area .single-item .img-holder {
    position: relative;
    overflow: hidden;
    display: block;
}
.cleaning-center-area .single-item .img-holder img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.cleaning-center-area .single-item .img-holder .overlay-box .box .content a i {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    height: 45px;
    padding: 10px 0;
    width: 45px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    line-height: 24px;
}
.cleaning-center-area .single-item .img-holder .overlay-box .box .content a:hover i{
    background: #0065bd;
}
.cleaning-center-area .single-item:hover .overlay-box {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1,1);
  transform: rotateY(0deg) scale(1,1);
}
.cleaning-center-area .single-item:hover .img-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



.cleaning-center-area .single-item .text-holder {
    overflow: hidden;
    background: #ffffff;
    display: block;
    padding: 20px 30px 11px;
}
.cleaning-center-area .single-item .text-holder .title {    
}
.cleaning-center-area .single-item .text-holder .title h5 {
    color: #444444;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 0px;
    line-height: 17px;
}
.cleaning-center-area .single-item .text-holder .title span{
    font-size: 13px;    
}

.cleaning-center-area .single-item .text-holder .info {
    
}
.cleaning-center-area .single-item .text-holder .info ul {
    margin-top: -5px;
}
.cleaning-center-area .single-item .text-holder .info ul li {
    display: inline-block;
    float: left;
    margin-left: 10px;
}
.cleaning-center-area .single-item .text-holder .info ul li a i {
    color: #444444;
    font-size: 18px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    text-align: center;
    line-height: 45px;
    transition: all 500ms ease;
}
.cleaning-center-area .single-item .text-holder .info ul li a:hover i{
    background: #f5c53d;
    border-color: #f5c53d;
}


.cleaning-center-area .owl-theme .owl-nav {
    left: -1px;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -63px;
}

.cleaning-center-area .owl-theme .owl-nav .owl-prev {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f6f6f6;
  display: block;
  height: 40px;
  left: -44px;
  position: absolute;
  top: -15px;
  transition: all 700ms ease 0s;
  width: 40px;
  z-index: 10;
  border-right: none;
}
.cleaning-center-area .owl-theme .owl-nav .owl-next {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f6f6f6;
  display: block;
  height: 40px;
  position: absolute;
  right: -46px;
  top: -15px;
  width: 40px;
  z-index: 10;
  transition: all 700ms ease 0s;
  border-left: none;
}
.cleaning-center-area .owl-theme .owl-nav .owl-prev:hover{
  background: #f5c53d;
}
.cleaning-center-area .owl-theme .owl-nav .owl-next:hover{
  background: #f5c53d;    
}
.cleaning-center-area .owl-theme .owl-nav div .fa:hover{
  color: #333;    
}
.cleaning-center-area .owl-theme .owl-nav div .fa {
  color: #ececec;
  font-size: 25px;
  display: block;
  padding-top: 2px;
  text-align: center;
}



/*** 
=============================================
    Latest blog Area style
=============================================
***/
.blog-faq-area {
	background: #ffffff none repeat scroll 0 0;
	padding-bottom: 30px;
	padding-top: 30px;
}
.single-blog-post {
    position: relative;
    overflow: hidden;
    display: block;
    padding-left: 10px;
}
.single-blog-post .img-holder{
    display: block;
    overflow: hidden;
    position: relative;  
}
.single-blog-post .img-holder img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 100%;     
}
.single-blog-post:hover .img-holder img{
    transform: scale(1.1);
}
.single-blog-post .published-date {
    position: absolute;
    top: 20px;
    left: 0px;
    height: 40px;
    width: 150px;
    background: #ffd526;
    text-align: center;
    padding: 12px 0px;
    z-index: 5;
    transition: all 500ms ease;
    transition-delay: 0.10s;
}
.single-blog-post .published-date:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 11px;
    height: 10px;
    content: "";
    background: url(../images/blog/date-arrow.png);
}
.single-blog-post .published-date h5{
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
}
.single-blog-post:hover .img-holder .overlay-style-two{
	bottom:0px;
	opacity:1;	
}
.single-blog-post .img-holder .overlay-style-two .box .content a i {
    opacity: 1;
    border: 1px solid #ddd;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 40px;
    transition: all 500ms ease;
}
.single-blog-post .img-holder .overlay-style-two .box .content a:hover i{
    background: #ffd526;
    color: #333;
    border-color: #ffd526;
}

.single-blog-post .text-holder {
    padding-top: 26px;
    transition: all 500ms ease;
    position: relative;
    z-index: 1;
} 
.single-blog-post .text-holder .blog-title{
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px;
    line-height: 26px;
    text-transform: uppercase;
    transition: all 500ms ease;
}
.single-blog-post .text-holder .blog-title:hover{
    color: #ffd526;        
} 
.single-blog-post .text-holder .meta-info {
    overflow: hidden;
    padding-bottom: 25px;
}
.single-blog-post .text-holder .meta-info .post-info {
    display: block;
}
.single-blog-post .text-holder .meta-info .post-info li {
    display: inline-block;
    float: left;
    margin-right: 15px;
    border-right: 1px solid #9b9b9b;
    padding-right: 15px;
    line-height: 15px;
}
.single-blog-post .text-holder .meta-info .post-info li i {
    color: #f5c53d;
    font-size: 15px;
    display: inline-block;
    padding-right: 10px;
}
.single-blog-post .text-holder .meta-info .post-info li:last-child{
    border-right: 0px solid; 
    margin-right: 0px;
    padding-right: 0px;
}
.single-blog-post .text-holder .meta-info .post-info li a{
    color: #777777;
    font-size: 13px;
    font-weight: 300;
    transition: all 500ms ease;
}
.single-blog-post .text-holder .meta-info .post-info li a:hover{
    color: #ffd526;
}

.single-blog-post .text-holder .text{
    overflow: hidden;
}
.single-blog-post .text-holder .text p{
    font-size: 14px;
    line-height: 28px;
}
.single-blog-post .text-holder .text .readmore{
    color: #777777;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Khula', sans-serif;
    transition: all 500ms ease;  
}
.single-blog-post .text-holder .text .readmore i{
    display: inline-block;
    padding-left: 7px;
    transition: all 500ms ease;    
}
.single-blog-post .text-holder .text .readmore:hover{
    color: #ffd526;    
}
.single-blog-post .text-holder .text .readmore:hover i{
    color: #ffd526;
    padding-left: 12px;
}


.accordion-box .accordion {
    margin-bottom: 20px;
    position: relative;
    background: #fff;
}
.accordion-box .accordion .accord-btn {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    cursor: pointer;
    padding: 11px 20px 7px;
    position: relative;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn h4 {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    transition: all 500ms ease;
    text-transform: uppercase;
}
.accordion-box .accordion .accord-btn::after {
    color: #fff;
    content: "\f061";
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    margin-top: -10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transition: all 500ms ease 0s;
    width: 25px;
    height: 25px;
    background: #cccccc;
    text-align: center;
    border-radius: 50%;
    margin-top: -13px;
}
.accordion-box .accordion .accord-btn.active h4 {
    color: #333;
}
.accordion-box .accordion .accord-btn.active:after{
    content: "\f063";
    color: #fff;;
    background: #0065bd;
}
.accordion-box .accordion .accord-content {
    border-top: medium none;
    display: none;
    padding: 18px 0px 16px;
    position: relative;
    background: #ffffff;
}
.accordion-box .accordion .accord-content.collapsed {
    display: block;
}
.accordion-box .accordion .accord-content p {
    margin: 0;
}


.blog-faq-area .online-book {
    overflow: hidden;
    padding-top: 30px;
}
.blog-faq-area .online-book .title{
    
}
.blog-faq-area .online-book .title h3{
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 3px;
}
.blog-faq-area .online-book .title p{
    font-size: 14px;
    margin: 0;
}

.blog-faq-area .booking-form form {
  position: relative
}
.blog-faq-area .booking-form form input[type="text"] {
  background: #fff;
  border: 1px solid #d7d7d7;
  color: #777;
  display: block;
  font-size: 13px;
  font-weight: 500;
  height: 45px;
  letter-spacing: 1px;
  padding-left: 15px;
  padding-right: 40px;
  position: relative;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 210px;
}
.blog-faq-area .booking-form form button {
  background: #ffd526 none repeat scroll 0 0;
  border: medium none;
  color: #333333;
  display: block;
  height: 45px;
  padding: 9px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 40px;
}
.blog-faq-area .booking-form form button i {
  font-size: 14px
}
.blog-faq-area .booking-form form input[type="text"]:focus {
  border: 1px solid #0065bd;
  background: #fff;
  color: #333;
}
.blog-faq-area .booking-form form input[type="text"]:focus + button, 
.blog-faq-area .booking-form form button:hover {
    background: #0065bd none repeat scroll 0 0;
    color: #fff;
}



/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
    background: #2c2c2c;
    padding-top: 100px;
    padding-bottom: 80px;
}

.single-footer-widget .title {
    padding-bottom: 29px;
    margin-top: -2px;
}
.single-footer-widget .title h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-footer-widget .footer-contact-info {
    overflow: hidden;
    margin-top: -7px;
}
.single-footer-widget .footer-contact-info p{
    color: #bbbbbb;  
    font-size: 14px;
    line-height: 28px;
}
.single-footer-widget .footer-contact-info ul {
    overflow: hidden;
    margin: 20px 0 0;
}
.single-footer-widget .footer-contact-info ul li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;    
}
.single-footer-widget .footer-contact-info ul li:last-child{
    margin-bottom: 0;
}
.single-footer-widget .footer-contact-info ul li .icon-holder{
    position: absolute;
    top: 0px;
    left: 0;    
}
.single-footer-widget .footer-contact-info ul li .icon-holder i{
    color: #ffd526;
    font-size: 14px;
}
.single-footer-widget .footer-contact-info ul li .text-holder{
    
}
.single-footer-widget .footer-contact-info ul li .text-holder p{
    color: #bbbbbb;
    font-size: 14px;
    margin: 0;
}

.single-footer-widget .recent-post{
    
}
.single-footer-widget .recent-post .single-post {
    padding-left: 60px;
    position: relative;
    margin-bottom: 30px;
    height: 70px;
}
.single-footer-widget .recent-post .single-post:last-child{
    margin-bottom: 0;    
}
.single-footer-widget .recent-post .single-post .img-holder {
    width: 60px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;    
}
.single-footer-widget .recent-post .single-post .img-holder img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;       
}
.single-footer-widget .recent-post .single-post .img-holder .overlay-box .box .content a i {
    font-size: 15px;
    transition: all 500ms ease 0s; 
    color: #0065bd;
}
.single-footer-widget .recent-post .single-post:hover .img-holder .overlay-box{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);    
}
.single-footer-widget .recent-post .single-post:hover .img-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-footer-widget .recent-post .single-post .img-holder .overlay-box .box .content a:hover i {
    color: #034f91;
}

.single-footer-widget .recent-post .single-post .text-holder{
    padding-left: 20px;
    position: relative;
    top: -7px;
}
.single-footer-widget .recent-post .single-post .text-holder a.post-title{
    color: #bbbbbb;
    font-size: 14px;
    font-weight: 300;
    transition: all 500ms ease;
}
.single-footer-widget .recent-post .single-post .text-holder a.post-title:hover{
    color: #ffd526;
}
.single-footer-widget .recent-post .single-post .text-holder .post-info {
    overflow: hidden;
    margin: 7px 0 0;
}
.single-footer-widget .recent-post .single-post .text-holder .post-info li {
    display: inline-block;
    float: left;
    color: #bbbbbb;
    font-size: 12px;
    font-weight: 300;
    border-right: 1px solid #adadad;
    line-height: 12px;
    margin-right: 10px;
    padding-right: 10px;
}
.single-footer-widget .recent-post .single-post .text-holder .post-info li:last-child{
    border-right: 0px solid #adadad;
    margin-right: 0px;
    padding-right: 0px;    
}
.single-footer-widget .recent-post .single-post .text-holder .post-info li a{
    color: #ffd526;
}


.single-footer-widget .quick-links {
    overflow: hidden;
    margin-top: -7px;
}
.single-footer-widget .quick-links li{
    margin-bottom: 10px;
}
.single-footer-widget .quick-links li:last-child{
    margin-bottom: 0px;
}
.single-footer-widget .quick-links li:last-child{
    margin-bottom: 0;
}
.single-footer-widget .quick-links li i{
    color: #ffd526;
    font-size: 13px;
    display: inline-block;
    padding-right: 7px;
}
.single-footer-widget .quick-links li a{
    color: #bbbbbb;
    font-size: 14px;
    font-weight: 300;
    transition: all 500ms ease;
}
.single-footer-widget .quick-links li a:hover{
    color: #ffd526;
}

.single-footer-widget .latest-tweet{
    overflow: hidden;
    margin-top: -6px;
}
.single-footer-widget .latest-tweet li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}
.single-footer-widget .latest-tweet li:last-child{
    margin-bottom: 0;
}
.single-footer-widget .latest-tweet li .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
}
.single-footer-widget .latest-tweet li .icon-holder i{
    color: #0065bd;
    font-size: 14px;
}
.single-footer-widget .latest-tweet li .text-holder{
    
}
.single-footer-widget .latest-tweet li .text-holder p{
    color: #ffd526;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    line-height: 28px;
}
.single-footer-widget .latest-tweet li .text-holder p a{
    color: #bbbbbb; 
    transition: all 500ms ease;
}
.single-footer-widget .latest-tweet li .text-holder p a:hover{
    color: #ffd526;    
}

.single-footer-widget.pdleft {
    padding-left: 65px;
}
.single-footer-widget.margin {
    margin-right: -30px;
    margin-left: 30px;
}
.single-footer-widget.mr-right-minus {
    margin-right: -25px;
}



/*** 
=============================================
    Footer Bottom area style
=============================================
***/
.footer-bottom-area {
    background: #272727;
    display: block;
    padding: 20px 0 20px;
}
.footer-bottom-area .footer-botton-content .footer-logo {
    width: 185px;
    position: relative;
    border-right: 1px solid #535353;
}
.footer-bottom-area .footer-botton-content .footer-logo,
.footer-bottom-area .footer-botton-content .text-holder{
    display: table-cell;
    vertical-align: middle;
}

.footer-bottom-area .footer-botton-content .text-holder{
    padding-left: 30px;    
}
.footer-bottom-area .footer-botton-content .text-holder p{
    color: #cccccc;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
}
.footer-bottom-area .follow-us{
    
}
.footer-bottom-area .follow-us p{
    color: #bbbbbb;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 11px; 
}
.footer-bottom-area .follow-us .footer-social-links{
    overflow: hidden;
}
.footer-bottom-area .follow-us .footer-social-links li{
    display: inline-block;
    float: left;
    margin-right: 18px;
}
.footer-bottom-area .follow-us .footer-social-links li:last-child{
    margin-right: 0;
}
.footer-bottom-area .follow-us .footer-social-links li a i{
    height: 14px;
    width: 14px;
    font-size: 14px;
    background: #cccccc;
    border-radius: 3px;
    display: block;
    color: #333;
    text-align: center;
    transition: all 500ms ease;
}
.footer-bottom-area .follow-us .footer-social-links li a:hover i{
    background: #ffd526;
}



/*** 
=============================================
    Copyright area style
=============================================
***/
.copyright-area {
    background: #2c2c2c;
    padding: 23px 0 22px;
}
.copyright-area .copyright-text p{
    margin: 0;
    color: #bbbbbb;
    font-size: 14px;
}
.copyright-area .copyright-text p a{
    color: #ffd526; 
    transition: all 500ms ease;
}
.copyright-area .copyright-text p a:hover{
    color: #bbbbbb;
}



/*** 
=============================================
    Top bar area style
=============================================
***/
.top-bar-area {
    background: #0065bd;
    padding-top: 10px;
    padding-bottom: 10px;

}
.top-bar-area .top-left {
    
}
.top-bar-area .top-left ul{
    font-family: 'Rubik', sans-serif; 
}
.top-bar-area .top-left ul .info-list{
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
    float: left;
    border-right: 1px solid #ddeaf6;
    line-height: 15px;
    margin-right: 20px;
    padding-right: 20px;
}
.top-bar-area .top-left ul .info-list:last-child{
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}
.top-bar-area .top-left ul .info-list.margin-top {
    margin-top: 12px;
}
.top-bar-area .top-left ul .info-list i {
    display: inline-block;
    float: left;
    color: #ffd526;
    font-size: 13px;
    padding-right: 10px;
}

.top-bar-area .top-left ul .info-list .world-icon {
    margin-top: 12px;
}
.top-bar-area .quote-button a {
    padding: 9px 25px 4px;
}



/*** 
=============================================
    Mainmenu area style-two area style
=============================================
***/
.mainmenu-area.style-two{
    margin: 0;
}
.mainmenu-area.style-two .logo {
    padding: 21px 0;
}
.mainmenu-area.style-two {

    border-bottom: 3px solid #e2c035;
    border-top: none;
}
.mainmenu-area.style-two .main-menu {
    float: right;
}
.mainmenu-area.style-two .main-menu .navigation {
    float: right;
}
.mainmenu-area.style-two .main-menu .navigation li a {
    padding: 42px 25px 37px;
}
.mainmenu-area.style-two .main-menu .navigation > li.dropdown > a:after {
    top: 39px;
    right: 10px;
}
.mainmenu-area.style-two .main-menu .navigation > li.dropdown > a {
    padding-right: 30px;
}
.mainmenu-area.style-two .main-menu .navigation > li > ul > li > a {
    padding: 12px 20px 12px 20px;
}
.mainmenu-area.style-two .main-menu .navigation > li > ul > li:hover > a {
  color: #ffd526;
  background-color: #333333;
}


/* Search Box style   */
.outer-search-box {
    float: right;
    height: 40px;
    width: 40px;
    margin-top: 35px;
    margin-bottom: 34px;
}
.outer-search-box .seach-toggle {
  background: transparent;
  border-radius: 0;
  color: #777777;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 10px 0px;
  position: relative;
  text-align: center;
  transition: all 500ms ease;
}
.outer-search-box .seach-toggle:hover,
.outer-search-box .seach-toggle.active{
  background:#ffd526;	
}
.search-box {
    background: #ffd526;
    border-top: 2px solid #eec519;
    opacity: 0;
    padding: 20px;
    position: absolute;
    right: 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 #333;
  color: #000;
  display: block;
  font-size: 13px;
  line-height: 24px;
  position: relative;
  transition: all 500ms ease 0s;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  padding-right: 50px;
}
.search-box .form-group input[type="search"]:focus{
  border-color:#0065bd;	
}
.search-box .form-group button, 
.search-box .form-group input[type="submit"] {
  background: #333;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  transition: all 500ms ease 0s;
}
.search-box .form-group button:hover,
.search-box .form-group input:focus + button{
  color:#fff;
  background: #0065bd;
}



/*** 
=============================================
    Service v2 area style
=============================================
***/
.service-v2-area {
    padding-top: 150px;
    padding-bottom: 120px;
}
.service-v2-area .service-v2-img-box {
    text-align: center;
}
.single-service-v2-item {
    border: 1px solid #ededed;
    display: block;
    margin-bottom: 14px;
    padding: 0 10px 20px;
    margin-top: 80px;
    transition: all 0.7s ease;
}
.single-service-v2-item .icon-holder {
    border: 1px solid #ededed;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    top: -25px;
    background: #fff;
    transition: all 0.7s ease;
}
.single-service-v2-item .icon-holder span:before {
    color: #ffd526;
    font-size: 30px;
    display: block;
    padding: 11px 0;
    transition: all 0.7s ease;
}

.single-service-v2-item .text-holder{
    
}
.single-service-v2-item .text-holder h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 13px;
}
.single-service-v2-item .text-holder p{
    font-size: 14px;
    margin: 0;
}

.single-service-v2-item:hover{
    border-color: #ffd526;
}
.single-service-v2-item:hover .icon-holder{
    background:#ffd526;  
    border-color: #ffd526;
}
.single-service-v2-item:hover .icon-holder span:before {
    color: #333;
}



/*** 
=============================================
    Express Quote area style
=============================================
***/
.express-quote-area {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 107px;
    padding-top: 115px;
    position: relative;
    z-index: 1;
}
.express-quote-area::before {
    background: rgba(0, 101, 189, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.express-quote-area .text-holder {
    color: #ededed;
}
.express-quote-area .text-holder .sec-title h1{
    color: #ffffff;
}
.express-quote-area .text-holder .text {
    margin-top: -7px;
    text-align: right;
}

.express-quote-area #quote-form {  }
.express-quote-area #quote-form input[type="text"], 
.express-quote-area #quote-form input[type="email"] {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    width: 100%;
    height: 45px;
    border-radius: 3px;
    border: 1px solid transparent;
    margin-bottom: 20px;
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 0 15px;
    transition: all 500ms ease;
}
.express-quote-area #quote-form input[type="text"]:focus{
    color: #fff;
}
.express-quote-area #quote-form input[type="email"]:focus{
    color: #333;    
}
.express-quote-area #quote-form button {
    width: 100%;
    display: block;
    padding: 12px 0 7px;
}



/*** 
=============================================
    What We Do Area style
=============================================
***/
.what-we-do-area {
    padding-top: 150px;
    padding-bottom: 150px;
}
.what-we-do-area .wedo-carousel{
    position: relative;
    background: #dddddd;
    padding: 5px;
}
.what-we-do-area .wedo-carousel .single-item {
    position: relative;
    z-index: 1;
}
.what-we-do-area .wedo-carousel .single-item:before {

}
.what-we-do-area .wedo-carousel .single-item img {

}
.what-we-do-area .owl-theme .owl-nav {
    margin-top: 0px;
}


.what-we-do-area .owl-theme .owl-dots {
    text-align: left;
}
.what-we-do-area .owl-theme .owl-dots .owl-dot {
    display: block;
}

.what-we-do-area .owl-theme .owl-dots {
    text-align: left;
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -30px;
}
.what-we-do-area .owl-dots .owl-dot{
	background-image:none;
	width:12px;
	height:12px;
	margin:6px 0px;
	padding:0px;
	border:2px solid #ffd526;
	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;
}
.what-we-do-area .owl-dots .owl-dot span{
	display:none;	
}

.what-we-do-area .owl-dots .owl-dot.active{
    border:2px solid #0065bd;
	background:#0065bd;
}

.what-we-do-area .bottom {
    background: #f8f8f8;
    display: block;
    width: 100%;
    padding: 12px 30px 2px;
    text-align: right;
}
.what-we-do-area .bottom p{
    color: #444444;
    font-size: 14px;
    font-style: italic;
}


.what-we-do-area .text-box{ }
.what-we-do-area .text-box ul li {
    margin-bottom: 65px;
    padding-left: 80px;
    position: relative;
}
.what-we-do-area .text-box ul li:last-child {
    margin-bottom: 0px;
}
.what-we-do-area .text-box ul li .icon-box {
    left: 0px;
    position: absolute;
    top: 0;
    width: 80px;
    height: 80px;
    display: block;
    text-align: left;
    display: block;
    padding: 24px 10px;
    border-right: 1px solid #e5e5e5;
}
.what-we-do-area .text-box ul li .icon-box span:before{
    font-size: 40px;
    color: #ffd526;
}
.what-we-do-area .text-box ul li .text-holder {
    padding-left: 30px;
}
.what-we-do-area .text-box ul li .text-holder h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 13px;
}
.what-we-do-area .text-box ul li .text-holder p{
    font-size: 14px;
    margin: 0;
}



/*** 
=============================================
    Brand v2 Area style
=============================================
***/
.brand-area.brand-v2-area {
    background: #ffffff;
    padding-bottom: 50px;
    padding-top: 50px;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
}



/*** 
=============================================
    Team Area style
=============================================
***/
.team-area {
    padding-top: 150px;
    padding-bottom: 100px;
}
.team-area .single-team-member {
    margin-bottom: 50px;
}
.team-area .single-team-member .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.team-area .single-team-member .img-holder img{
    transition: all 0.5s ease 0s;
    width: 100%;
}
.team-area .single-team-member:hover .img-holder img{
 
}
.team-area .single-team-member .img-holder .overlay-style-two {
    background: rgba(255, 213, 39, 0.95);
    height: 80px;
    bottom: -100%;
}
.team-area .single-team-member:hover .img-holder .overlay-style-two{
	bottom:0px;
	opacity:1;	
}
.team-area .single-team-member .img-holder .overlay-style-two .box .content .social-links{
    
}
.team-area .single-team-member .img-holder .overlay-style-two .box .content .social-links li{
    display: inline-block;
    margin: 0 3px;    
}
.team-area .single-team-member .img-holder .overlay-style-two .box .content .social-links li a i{
    background: #ffffff;  
    height: 40px; 
    width: 40px; 
    display: block; 
    border-radius: 50%; 
    color: #172b42;  
    font-size: 13px;  
    line-height: 42px; 
    transition: all 500ms ease;
}
.team-area .single-team-member .img-holder .overlay-style-two .box .content .social-links li a:hover i{
    background: #333333;
    color: #FFD527;
}
.team-area .single-team-member .text-holder {
    padding-top: 19px;
    padding-bottom: 5px;
}
.team-area .single-team-member .text-holder h3{
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 1px;
}
.team-area .single-team-member .text-holder p{
    font-size: 13px;
    margin: 0;
}



/*** 
=============================================
    Gallery Area style
=============================================
***/
.gallery-area {
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
	z-index: 1;
}
.gallery-area::before {
    background: rgba(54, 54, 54, 0.97) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.gallery-area .sec-title h1{
    color: #ffffff;
}
.gallery-area .sec-title p {
    color: #dedede;
}
.gallery-area .single-gallery-item{
    margin-bottom: 30px;    
}
.gallery-area .single-gallery-item .img-holder{
    position: relative;
    overflow: hidden;
    display: block;
}
.gallery-area .single-gallery-item .img-holder img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;    
}
.gallery-area .single-gallery-item:hover .img-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery-area .single-gallery-item .img-holder .top-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
}
.gallery-area .single-gallery-item:hover .img-holder .top-overlay .overlay-box{
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1,1);
  transform: rotateY(0deg) scale(1,1);    
}
.gallery-area .single-gallery-item .img-holder .top-overlay .overlay-box .box .content a i {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    display: inline-block;
    line-height: 40px;
    border-radius: 3px;
    transition: all 500ms ease;
}
.gallery-area .single-gallery-item .img-holder .top-overlay .overlay-box .box .content a:hover i{
    background: #0065bd;
}

.gallery-area .single-gallery-item .img-holder .bottom-overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;    
}
.gallery-area .single-gallery-item .img-holder .bottom-overlay .overlay-style-two {
    background: #fff;
    bottom: -100%;
    opacity: 1;
}
.gallery-area .single-gallery-item:hover .img-holder .bottom-overlay .overlay-style-two{
	bottom:0px;
	opacity:1;	
}
.gallery-area .single-gallery-item .img-holder .bottom-overlay .overlay-style-two .box .content {
    color: #444444;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
}
.gallery-area .single-gallery-item .img-holder .bottom-overlay .overlay-style-two .box .content .title{
    text-align: left;
}
.gallery-area .single-gallery-item .img-holder .bottom-overlay .overlay-style-two .box .content .title h5{
    color: #444444;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.gallery-area .single-gallery-item .img-holder .bottom-overlay .overlay-style-two .box .content .title p {
    color: #777777;
    font-size: 13px;
    margin: 0;
    line-height: 20px;
}
.gallery-area .single-gallery-item .img-holder .bottom-overlay .overlay-style-two .box .content .see-project a i {
    border: 1px solid #777777;
    height: 45px;
    width: 45px;
    display: block;
    color: #333;
    font-size: 15px;
    border-radius: 50%;
    line-height: 43px;
    position: relative;
    top: -3px;
    transition: all 500ms ease;
}
.gallery-area .single-gallery-item .img-holder .bottom-overlay .overlay-style-two .box .content .see-project a:hover i{
    background: #ffd526;
    border-color: #ffd526;
    color: #fff;
}

.gallery-area .more-project {
    padding-top: 20px;
}
.gallery-area .more-project a {
    padding: 10px 45px 5px;
}



/*** 
=============================================
    Latest Blog-v2 Area style
=============================================
***/
.latest-blog-v2-area {
    padding-top: 150px;
    padding-bottom: 150px;
}
.single-blog-post.blog-list {
    position: relative;
}
.single-blog-post.blog-list .published-date:before {
    left: 4px;
    bottom: -10px;
}
.single-blog-post.blog-list .text-holder {
    padding-top: 0;
    margin-top: -4px;
}

.single-blog-post.blog-list.first-list-blog {
    margin-bottom: 40px;
    padding-bottom: 40px;
    position: relative;
}
.single-blog-post.blog-list.first-list-blog:before{
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 100%;
    height: 1px;
    background: #eeeeee;
    content: "";
}




/*** 
=============================================
    Latest Blog-v2 Area style
=============================================
***/
.footer-top-area {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 27px;
    padding-top: 35px;
    position: relative;
    z-index: 1;
}
.footer-top-area::before {
    background: rgba(0, 101, 189, 0.95) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.footer-top-area .single-item {
    padding-left: 60px;
    position: relative;
}
.footer-top-area .single-item .iocn-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    border-right: 1px solid #2686da;
    height: 75px;
    display: block;
    padding: 25px 0;
}
.footer-top-area .single-item .iocn-holder span:before {
    color: #ffd526;
    font-size: 35px;
}

.footer-top-area .single-item .text-holder {
    padding-left: 24px;
}
.footer-top-area .single-item .text-holder h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.footer-top-area .single-item .text-holder p{
    color: #e9e9e9;
    font-size: 14px;
    margin: 0;
}




/*** 
=============================================
    Latest Blog-v2 Area style
=============================================
***/
.footer-v2-area {
    background-attachment: fixed;
    background-position: center top;
    padding-bottom: 18px;
    padding-top: 110px;
    position: relative;
}
.single-footer-widget-v2 .title {
    padding-bottom: 29px;
}
.single-footer-widget-v2 .title h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-footer-widget-v2.margin-right-minus {
    margin-right: -70px;
}
.single-footer-widget-v2 .footer-contact-info-box {
    padding-left: 90px;
    position: relative;
}
.single-footer-widget-v2 .footer-contact-info-box .footerlogo {
    position: absolute;
    top: 0;
    left: 0;
}
.single-footer-widget-v2 .footer-contact-info-box .text-holder {
    position: relative;
    top: -7px;
}
.single-footer-widget-v2 .footer-contact-info-box .text-holder p {
    color: #bbbbbb;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    margin: 0 0 10px;
}
.single-footer-widget-v2 .footer-contact-info-box .text-holder a {
    color: #ffd526;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 500ms ease;
}

.single-footer-widget-v2.pd-left {
    padding-left: 70px;
}
.single-footer-widget-v2 .opening-times {
    margin-top: -11px;
}
.single-footer-widget-v2 .opening-times li {
    color: #bbbbbb;
    font-size: 14px;
    font-weight: 300;
    line-height: 36px;
}
.single-footer-widget-v2 .opening-times li span{
    color: #ffd526;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-footer-widget-v2.margin-right{
    margin-right: 50px;    
}
.single-footer-widget-v2 .twitter-feed {
    overflow: hidden;
    display: block;
    margin-left: -2.5px;
    margin-right: -2.5px;
}
.single-footer-widget-v2 .twitter-feed li{
    display: inline-block;
    float: left;
    margin: 0 2.5px 5px;
}
.single-footer-widget-v2 .twitter-feed li .img-holder {
    position: relative;
    overflow: hidden;
    display: block;
}
.single-footer-widget-v2 .twitter-feed li .img-holder img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;       
}
.single-footer-widget-v2 .twitter-feed li:hover .img-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-footer-widget-v2 .twitter-feed li:hover .img-holder .overlay-box {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1,1);
  transform: rotateY(0deg) scale(1,1);
}
.single-footer-widget-v2 .twitter-feed li .img-holder .overlay-box .box .content a i{
    font-size: 14px;
    transition: all 500ms ease;
}
.single-footer-widget-v2 .twitter-feed li .img-holder .overlay-box .box .content a:hover i{
    color: #0065bd;
}

.single-footer-widget-v2 .subscribe-form {
    
}
.single-footer-widget-v2 .subscribe-form form input[type="email"] {
    background: #121212;
    width: 100%;
    height: 45px;
    border-radius: 3px;
    border: none;
    margin-bottom: 10px;
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 0 15px;
    transition: all 500ms ease;
}
.single-footer-widget-v2 .subscribe-form form input[type="email"]:focus{
    background: #0065bd;
    color: #fff;
} 
.single-footer-widget-v2 .subscribe-form form button {
    width: 100%;
    display: block;
    padding: 12px 0 7px;
}


.footer-v2-area .footer-bottom-v2 {
    border-top: 1px solid #343434;
    overflow: hidden;
    padding-top: 26px;
    margin-top: 90px;
}
.footer-v2-area .footer-bottom-v2 .copyright-text p{
    color: #bbbbbb;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    line-height: 14px;
}
.footer-v2-area .footer-bottom-v2 .copyright-text p a{
    color: #ffd526;
    font-weight: 400;
    transition: all 500ms ease;
}
.footer-v2-area .footer-bottom-v2 .copyright-text p a:hover{
    color: #bbbbbb;    
}

.footer-v2-area .footer-bottom-v2 .footer-menu{}
.footer-v2-area .footer-bottom-v2 .footer-menu ul {
    float: right;
    line-height: 14px;
    position: relative;
    top: -3px;
}
.footer-v2-area .footer-bottom-v2 .footer-menu ul li {
    display: inline-block;
    margin: 0 0 0 25px;
    line-height: 20px;
}
.footer-v2-area .footer-bottom-v2 .footer-menu ul li a {
    color: #bbbbbb;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Khula', sans-serif;
    transition: all 500ms ease;
}
.footer-v2-area .footer-bottom-v2 .footer-menu ul li a:hover{
    color: #ffd526;
}



/*** 
=============================================
    header v2 area style
=============================================
***/
.top-bar-v2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.top-bar-v2 .top-left ul {
}
.top-bar-v2 .top-left ul .info-list {
    display: inline-block;
    float: left;
    color: #ffffff;
    margin-right: 20px;
    font-size: 13px;
    font-weight: 300;
    line-height: 55px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    min-height: 55px;
    padding-right: 20px;
}
.top-bar-v2 .top-left ul .info-list:last-child{
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.top-bar-v2 .top-left ul .info-list i {
    color: #ffd526;
    font-size: 13px;
    display: inline-block;
    float: left;
    padding-right: 10px;
    line-height: 54px;
}
.top-bar-v2 .top-left ul .info-list i.world-icon {
    margin-top: 1px;
}


.top-bar-v2 .top-right {
    float: right;
}
.top-bar-v2 .top-right ul li {
    display: inline-block;
    float: left;
    color: #ffffff;
    margin-right: 20px;
    font-size: 13px;
    font-weight: 300;
    line-height: 55px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    min-height: 55px;
    padding-right: 20px;    
}
.top-bar-v2 .top-right ul li:last-child{
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.top-bar-v2 .top-right ul li i {
    color: #ffd526;
    font-size: 13px;
    display: inline-block;
    float: left;
    padding-right: 10px;
    line-height: 54px;    
}
.top-bar-v2 .top-right ul li a {
    
}


.mainmenu-v3 .logo {
    overflow: hidden;
    padding: 39px 0 16px;
}


.mainmenu-v3 .main-menu {
    float: none;
    text-align: center;
}
.mainmenu-v3 .main-menu .navigation {
    float: none;
    text-align: center;
}
.mainmenu-v3 .main-menu .navigation li {
    float: none;
    padding: 0;
    display: inline-block;
}
.mainmenu-v3 .main-menu .navigation li a {
    color: #ffffff;
    padding: 16px 25px 14px;
}
.mainmenu-v3 .main-menu .navigation li.dropdown > a:after {
    top: 13px;
    right: 12px;
    color: #fff;
}
.mainmenu-v3 .main-menu .navigation li:hover > a, 
.mainmenu-v3 .main-menu .navigation li.current > a,
.mainmenu-v3 .main-menu .navigation li:hover.dropdown > a:after,
.mainmenu-v3 .main-menu .navigation li.current.dropdown > a:after{
  color: #ffd526;
  opacity: 1;
}



/*** 
=============================================
    Why Choose area style
=============================================
***/
.why-choose-area{
    padding: 150px 0 100px; 
}
.why-choose-area .single-item {
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}
.why-choose-area .single-item .img-holder{
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 2;
}
.why-choose-area .single-item .img-holder img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;    
}
.why-choose-area .single-item:hover .img-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.why-choose-area .single-item .img-holder .item-count {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.why-choose-area .single-item .img-holder .item-count h1{
    color: #0065bd;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    height: 28px;
}

.why-choose-area .single-item:hover .img-holder .overlay-box{
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1,1);
  transform: rotateY(0deg) scale(1,1);    
}
.why-choose-area .single-item .img-holder .overlay-box .box .content a i {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    display: inline-block;
    line-height: 40px;
    border-radius: 3px;
    transition: all 500ms ease;
}
.why-choose-area .single-item .img-holder .overlay-box .box .content a:hover i{
    background: #0065bd;
}


.why-choose-area .single-item .text-holder {
    padding-top: 29px;    
}
.why-choose-area .single-item .text-holder h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 13px;
}
.why-choose-area .single-item .text-holder p {
    font-size: 14px; 
    margin: 0 0 12px;
}
.why-choose-area .single-item .text-holder a {
    color: #777777;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 500ms ease;    
}
.why-choose-area .single-item .text-holder a i {
    display: inline-block;
    padding-left: 7px;
    transition: all 500ms ease;
}
.why-choose-area .single-item:hover .text-holder a{
    color: #0065bd;
}
.why-choose-area .single-item:hover .text-holder a i{
    padding-left: 12px;
    color: #0065bd;
}



/*** 
=============================================
    Express Quote v2 Area style
=============================================
***/
.express-quote-v2-area {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.express-quote-v2-area::before {
    background: rgba(0, 0, 0, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.express-quote-v2-area .express-quote-form {
    padding-top: 124px;
    padding-bottom: 124px;
    padding-right: 30px;
}
.express-quote-v2-area .express-quote-form .sec-title h1 {
    color: #ffffff;
}
.express-quote-v2-area .express-quote-form .quote-form input[type="text"], 
.express-quote-v2-area .express-quote-form .quote-form input[type="email"],
.express-quote-v2-area .express-quote-form .quote-form textarea{
    background: rgba(255, 255, 255, 0.20) none repeat scroll 0 0;
    width: 100%;
    height: 45px;
    border-radius: 3px;
    border: none;
    margin-bottom: 20px;
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 0 15px;
    transition: all 500ms ease;
}
.express-quote-v2-area .express-quote-form .quote-form textarea{
    height: 110px;
    padding: 10px 15px;
}
.express-quote-v2-area .express-quote-form .quote-form input[type="text"]:focus{
    background: #fff;
    color: #333;
}
.express-quote-v2-area .express-quote-form .quote-form input[type="email"]:focus{
    background: #fff;
    color: #333;    
}
.express-quote-v2-area .express-quote-form .quote-form textarea:focus{
    background: #fff;
    color: #333;       
}
.express-quote-v2-area .express-quote-form .quote-form button {
    width: 100%;
    display: block;
    padding: 12px 0 7px;
}

.express-quote-v2-area .quote-carousel {
    min-height: 600px;
    background: url(../images/resources/quote-carousel-bg.jpg);
    background-repeat: no-repeat;
    padding-top: 65px;
    padding-left: 60px;
    padding-right: 60px;
}
.express-quote-v2-area .quote-carousel .single-item {
    
}
.express-quote-v2-area .quote-carousel .single-item .img-holder {
    width: 105px;
    height: 105px;
    margin: 0 auto;
    background: #333;
    border-radius: 50%;
    padding: 3px;
    margin-bottom: 39px;
    transition: all 500ms ease;
}
.express-quote-v2-area .quote-carousel .single-item .img-holder img {
    border-radius: 50%;
}
.express-quote-v2-area .quote-carousel .single-item:hover .img-holder{
    background: #ffd526;    
}
.express-quote-v2-area .quote-carousel .single-item .icon-holder{
    
}
.express-quote-v2-area .quote-carousel .single-item .icon-holder i {
    color: #fff;
    font-size: 30px;
}
.express-quote-v2-area .quote-carousel .single-item .text-holder {
    margin: 24px 0 0;
}
.express-quote-v2-area .quote-carousel .single-item .text-holder p {
    color: #ffffff;
    line-height: 28px;
    margin: 0;
}
.express-quote-v2-area .quote-carousel .single-item .client-info {
    margin-top: 30px;
}
.express-quote-v2-area .quote-carousel .single-item .client-info h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 6px;
}

.quote-carousel .owl-nav {
    display: none;
}
.quote-carousel .owl-dots {
    margin-top: 30px;
}
.quote-carousel .owl-dots .owl-dot{
	background-image:none;
	width: 7px;
	height: 7px;
	margin:0px 5px;
	padding:0px;
	background: #80b2de;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
    transition: all 500ms ease;
}
.quote-carousel .owl-dots .owl-dot span{
	display:none;	
}
.quote-carousel .owl-dots .owl-dot.active{
    width: 15px;
	background:#ffffff;
    border-radius: 25px;
}



/*** 
=============================================
    Fact counter area.stylw-two Area style
=============================================
***/
.fact-counter-area.stylw-two {
}
.fact-counter-area.stylw-two::before {
    background: rgba(0, 0, 0, 0.90) none repeat scroll 0 0;
}



/*** 
=============================================
    Subscribe Area style
=============================================
***/
.subscribe-area {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 120px;
    padding-top: 119px;
    position: relative;
    z-index: 1;
}
.subscribe-area::before {
    background: rgba(0, 0, 0, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.subscribe-area .left-content {
    padding: 0 40px;
}
.subscribe-area .left-content h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 28px;
}
.subscribe-area .left-content p {
    color: #e4e4e4;
    font-size: 14px;
    font-style: italic;
    margin: 0 0 31px;
}
.subscribe-area .left-content form {
    position: relative;
    width: 320px;
    margin: 0 auto;
}
.subscribe-area .left-content form input[type="text"] {
    background: #fff;
    border: 1px solid transparent;
    color: #777777;
    display: block;
    font-size: 13px;
    font-weight: 500;
    height: 45px;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 55px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 320px;
    margin: 0 auto;
    border-radius: 5px;
}
.subscribe-area .left-content form button {
    background: #0065bd none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: block;
    height: 45px;
    padding: 9px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 50px;
    border-radius: 0px 5px 5px 0px;
}
.subscribe-area .left-content form button i {
  font-size: 14px
}
.subscribe-area .left-content form input[type="text"]:focus {
  border: 1px solid #ffd526;
  background: #fff;
  color: #333;
}
.subscribe-area .left-content form input[type="text"]:focus + button, 
.subscribe-area .left-content form button:hover {
    background: #ffd526 none repeat scroll 0 0;
    color: #0065bd;
}


.subscribe-area .right-content {}
.subscribe-area .right-content h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 28px;
}
.subscribe-area .right-content p {
    color: #e4e4e4;
    font-size: 14px;
    margin: 0 0 15px;
    font-style: italic;
}
.subscribe-area .right-content span {
    color: #ffd526;
    font-size: 16px;
    font-weight: 500;
}
.subscribe-area .right-content b {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin: 7px 0 11px;
    display: block;
}
.subscribe-area .right-content h5 {
    color: #ffd526;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}



/*** 
=============================================
    Product Area style
=============================================
***/
.product-area{
    padding-top: 150px;
    padding-bottom: 150px;
}
.single-product-item{
    background: #fff;
    margin-bottom: 40px;
    transition: all 0.7s ease;
    border: 1px solid #e8e8e8;
}
.single-product-item:hover{
    -webkit-box-shadow: 0px 3px 4px -1px rgba(220,217,217,1);
    -moz-box-shadow: 0px 3px 4px -1px rgba(220,217,217,1);
    box-shadow: 0px 3px 4px -1px rgba(220,217,217,1);    
}
.single-product-item .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}
.single-product-item .img-holder img{
    transform: scale(1);
    transition: all 0.7s ease 0s;
    width: 100%;   
}
.single-product-item:hover .img-holder img{
    transform: scale(1.1);
}
.single-product-item .img-holder .overlay {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 500ms ease;
}
.single-product-item:hover .img-holder .overlay{
    top: 0;
    transition: all 500ms ease;
}
.single-product-item .img-holder .overlay .box {
    display: table;
    height: 100%;
    width: 100%;    
}
.single-product-item .img-holder .overlay .box .content {
    display: table-cell;
    vertical-align: top;
    float: right;
}
.single-product-item .img-holder .overlay .box .content ul {
    width: 45px;
    margin-top: 10px;
    margin-right: 10px;
}
.single-product-item .img-holder .overlay .box .content ul li{
    display: block;
    width: 45px;
    height: 40px;
    border-bottom: 1px solid #ffffff;
}
.single-product-item .img-holder .overlay .box .content ul li:last-child{
    border-bottom: none;
}
.single-product-item .img-holder .overlay .box .content ul li a i {
    display: block;
    overflow: hidden;
    padding: 12px 0;
    border-radius: 3px;
    background: #545454;
    transition: all 500ms ease;
}
.single-product-item .img-holder .overlay .box .content ul li a:hover i{
    background: #ffd526;
}

.single-product-item .title-holder {
    padding: 29px 15px 30px;
}
.single-product-item .title-holder .product-title {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.single-product-item .title-holder .product-value {
    color: #0065bd;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 26px;
    font-family: 'Rubik', sans-serif;
}

.single-product-item .title-holder .cart-btn {
    padding: 9px 30px 5px;
    position: relative;
}
.single-product-item .title-holder .cart-btn:before{
    border: 2px solid #444;
}
.single-product-item .title-holder .cart-btn span:before {
    font-size: 8px;
    display: inline-block;
    padding-right: 5px;
    position: relative;
    top: -2px;
    font-weight: 700;
}
.product-area .view-more-buttom {
    margin-top: 10px;
}
.product-area .view-more-buttom a {
    height: 40px;
    width: 160px;
    background: #0065bd;
    border-radius: 3px;
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Khula', sans-serif;
    line-height: 45px;
    transition: all 500ms ease;
}
.product-area .view-more-buttom a:hover{
    background: #ffd526;
}



/*** 
=============================================
    Google map Area style
=============================================
***/
.home-page-googlemap-area {
    position: relative;
    margin-bottom: -40px;
}
#home-google-map {
  height: 450px;
  width: 100%;
}



/*** 
=============================================
    Footer v3 Area style
=============================================
***/
.footer-v3-area {
    background: #1a1a1a;
    padding: 130px 0 80px;
}
.single-footer-widget-v3 .social-links {
    float: left;
    margin-top: 55px;
}
.single-footer-widget-v3 .social-links ul li {
    display: inline-block;
    float: left;
    margin-right: 25px;
}
.single-footer-widget-v3 .social-links ul li:last-child{
    margin-right: 0;
}
.single-footer-widget-v3 .social-links ul li a i{
    color: #cccccc;
    font-size: 16px;
    transition: all 500ms ease;
}
.single-footer-widget-v3 .social-links ul li a:hover i{
    color: #ffd526;
}


.single-footer-widget-v3 .footer-logo {
    margin: 0 0 28px;
}
.single-footer-widget-v3 .text-holder {}
.single-footer-widget-v3 .text-holder p {
    color: #bbbbbb;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
}

.single-footer-widget-v3 .payment-option {
    float: right;
    margin-top: 55px;
}
.single-footer-widget-v3 .payment-option ul li {
    display: inline-block;
    margin: 0 0 0 20px;
}
.single-footer-widget-v3 .payment-option ul li:first-child {
    margin: 0;
}
.single-footer-widget-v3 .payment-option ul li a i {
    color: #cccccc;
    font-size: 18px;
    transition: all 500ms ease;
}
.single-footer-widget-v3 .payment-option ul li a:hover i{
    color: #ffd526;
}



/*** 
=============================================
    Footer Bottom v3 Area style
=============================================
***/
.footer-bottom-v3-area{
    background: #101010;
    padding-top: 19px;
    padding-bottom: 20px;
}
.footer-bottom-v3-area .footer-bottom-text p{
    margin: 0;
    color: #bbbbbb;
    font-size: 14px;
}
.footer-bottom-v3-area .footer-bottom-text p a{
    color: #ffd526;
    font-weight: 400;
    transition: all 500ms ease;
}
.footer-bottom-v3-area .footer-bottom-text p a:hover{
    color: #bbbbbb;
}



/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    position: relative;
    z-index: 1;
}
.breadcrumb-area::before {
    background: rgba(0, 0, 0, 0.88) none repeat scroll 0 0;
    background-position: center top;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.breadcrumb-area .breadcrumbs {
    padding-top: 125px;
    padding-bottom: 113px;
}
.breadcrumb-area .breadcrumbs h1 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
}

.breadcrumb-botton {
    position: relative;
    overflow: hidden;
    padding: 21px 0 22px;
    z-index: 1;
}
.breadcrumb-botton:before{
    background: rgba(255, 255, 255, 0.10) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;    
}
.breadcrumb-botton ul{
    text-align: center;
}
.breadcrumb-botton ul li{
    display: inline-block;
    margin: 0 4px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Khula', sans-serif;
    line-height: 20px;
}
.breadcrumb-botton ul li .dotted {
    background: #ffffff;
    height: 3px;
    width: 3px;
    display: inline-block;
    position: relative;
    top: -3px;
}
.breadcrumb-botton ul li a{
  transition: all 500ms ease;
}
.breadcrumb-botton ul li a:hover{
  color: #ffd526;    
}
.breadcrumb-botton ul li.active{
  color: #ffd526;    
}



/*** 
=============================================
    Single Service area style
=============================================
***/
#single-service-area {
    padding-top: 150px;
    padding-bottom: 150px;
}
.left-sidebar .single-sidebar {}
.left-sidebar .single-sidebar .page-link {
    overflow: hidden;
    margin-bottom: 50px;
}
.left-sidebar .single-sidebar .page-link li{
    margin-bottom: 10px; 
}
.left-sidebar .single-sidebar .page-link li:last-child{
    margin-bottom: 0px;   
}
.left-sidebar .single-sidebar .page-link li a {
    border: 1px solid #ededed;
    background: #fff none repeat scroll 0 0;
    color: #333333;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 17px 30px 11px;
    width: 100%;
    font-family: 'Khula', sans-serif;
    position: relative;
    z-index: 1;
    transition: all 500ms ease;
    transition-delay: 0.15s;
}
.left-sidebar .single-sidebar .page-link li a:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    content: "";
    background: #f5c53d;
    z-index: -1;
    transition: all 500ms ease;
    transition-delay: 0.15s;
}
.left-sidebar .single-sidebar .page-link li a:hover:before,
.left-sidebar .single-sidebar .page-link li a.active:before{
    width: 100%;
}


.left-sidebar .single-sidebar .quote-carousel {
    min-height: 600px;
    background: url(../images/resources/quote-carousel-bg.jpg);
    background-repeat: no-repeat;
    padding-top: 65px;
    padding-left: 60px;
    padding-right: 60px;
}
.left-sidebar .single-sidebar .quote-carousel .single-item {}
.left-sidebar .single-sidebar .quote-carousel .single-item .img-holder {
    width: 105px;
    height: 105px;
    margin: 0 auto;
    background: #333;
    border-radius: 50%;
    padding: 3px;
    margin-bottom: 39px;
    transition: all 500ms ease;
}
.left-sidebar .single-sidebar .quote-carousel .single-item .img-holder img {
    border-radius: 50%;
}
.left-sidebar .single-sidebar .quote-carousel .single-item:hover .img-holder{
    background: #ffd526;    
}
.left-sidebar .single-sidebar .quote-carousel .single-item .icon-holder i {
    color: #fff;
    font-size: 30px;
}
.left-sidebar .single-sidebar .quote-carousel .single-item .text-holder {
    margin: 24px 0 0;
}
.left-sidebar .single-sidebar .quote-carousel .single-item .text-holder p {
    color: #ffffff;
    line-height: 28px;
    margin: 0;
}
.left-sidebar .single-sidebar .quote-carousel .single-item .client-info {
    margin-top: 30px;
}
.left-sidebar .single-sidebar .quote-carousel .single-item .client-info h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 6px;
}
.left-sidebar .single-sidebar .quote-carousel .owl-nav {
    display: none;
}
.left-sidebar .single-sidebar .quote-carousel .owl-dots {
    margin-top: 30px;
}
.left-sidebar .single-sidebar .quote-carousel .owl-dots .owl-dot{
	background-image:none;
	width: 7px;
	height: 7px;
	margin:0px 5px;
	padding:0px;
	background: #80b2de;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
    transition: all 500ms ease;
}
.left-sidebar .single-sidebar .quote-carousel .owl-dots .owl-dot span{
	display:none;	
}
.left-sidebar .single-sidebar .quote-carousel .owl-dots .owl-dot.active{
    width: 15px;
	background:#ffffff;
    border-radius: 25px;
}


#single-service-area .single-ser-main-img {
    display: block;
    overflow: hidden;
    margin-bottom: 38px;
}
#single-service-area .single-ser-main-img img {
    width: 100%;
}
#single-service-area .content-box {
    
}
#single-service-area .title {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 21px;
}

#single-service-area .service-offer-text-holder {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 22px;
}

#single-service-area .service-offer-img-holder {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}
#single-service-area .service-offer-img-holder img {
    width: 100%;
}

#single-service-area .service-offer-list {}
#single-service-area .service-offer-list li {
    font-style: italic;
    line-height: 35px;
    font-weight: 400;
}
#single-service-area .service-offer-list li i {
    font-size: 15px;
    color: #ffd526;
    display: inline-block;
    padding-right: 10px;
}
#single-service-area .result-text-holder {
    overflow: hidden;
    padding-top: 36px;
}



/*** 
=============================================
    Gallery area.gallery-page area style
=============================================
***/
.gallery-area.gallery-page { }
.gallery-area.gallery-page::before {
    background: rgba(255, 255, 255, 0.99) none repeat scroll 0 0;
}
.gallery-area.gallery-page .single-gallery-item .img-holder .top-overlay .overlay-box{
    background-color: rgba(0, 101, 189, .70);   
}
.gallery-area.gallery-page .single-gallery-item .img-holder .bottom-overlay .overlay-style-two{
    background-color: rgba(0, 101, 189, .90);    
}
.gallery-area.gallery-page .single-gallery-item .img-holder .bottom-overlay .overlay-style-two .box .content .title h5 {
    color: #ffffff;
}
.gallery-area.gallery-page .single-gallery-item .img-holder .bottom-overlay .overlay-style-two .box .content .title p {
    color: #ffffff;
}
.gallery-area.gallery-page .single-gallery-item .img-holder .bottom-overlay .overlay-style-two .box .content .see-project a i {
    border: 1px solid #fff;
    color: #fff;
}
.gallery-area.gallery-page .post-pagination {
    margin-top: 30px;
}



/*** 
=============================================
    Blog area style
=============================================
***/
#blog-area{
    padding-top: 50px;
    padding-bottom: 35px;
}
#blog-area .blog-post {
    margin-right: 20px;
}
.blog-with-sidebar-area .single-blog-post{
    margin-bottom: 40px;
}


.sidebar-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
}
.sidebar-wrapper:before{

}
.sidebar-wrapper .single-sidebar {
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
}
.sidebar-wrapper .single-sidebar .sec-title {
  overflow: hidden;
  padding-bottom: 27px;
  margin-top: 0;
}
.sidebar-wrapper .single-sidebar .sec-title h3 {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.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;
  font-weight: 500;
  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: #ffd526 none repeat scroll 0 0;
  color: #fff;
  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 #0065bd;
  background: #fff;
  color: #000;
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus + button, 
.sidebar-wrapper .single-sidebar .search-form button:hover {
    background: #0065bd none repeat scroll 0 0;
    color: #fff;
}


.single-sidebar .categories {
    margin-top: -7px;
}
.single-sidebar .categories li {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 12px;
    padding-bottom: 11px;
}
.single-sidebar .categories li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.single-sidebar .categories li a {
    color: #777777;
    transition: all 500ms ease;
    font-size: 14px;
    font-weight: 300;
    position: relative;
}
.single-sidebar .categories li a i{
    font-size: 13px;
    display: inline-block;
    padding-right: 10px;
}
.single-sidebar .categories li a span{
    float: right;
}
.single-sidebar .categories li a:hover{
    color: #0065bd;    
}
.single-sidebar .categories li a:hover:before{
    border-color: #ff2b58
}

.single-sidebar .latest-post {}
.single-sidebar .latest-post li {
    margin-bottom: 30px;
    padding-left: 70px;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 32px;
}
.single-sidebar .latest-post li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.single-sidebar .latest-post li .img-holder {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 70px;
}
.single-sidebar .latest-post li .img-holder img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
.single-sidebar .latest-post li .img-holder .overlay-box .box .content a i{
    color: #fff;
    font-size: 16px;
    transition: all 500ms ease;
}
.single-sidebar .latest-post li:hover .img-holder .overlay-box{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);   
}
.single-sidebar .latest-post li:hover .img-holder img {
    -webkit-transform:scale(1.3);
    transform:scale(1.3);
}
.single-sidebar .latest-post li .img-holder .overlay-box .box .content a:hover i{
    color: #0065bd;
}

.single-sidebar .latest-post li .title-holder {
  padding-left: 20px;
}
.single-sidebar .latest-post li .title-holder a .post-title {
  color: #777777;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  top: -5px;
  margin: 0 0 5px;
  transition: all 500ms ease;
}
.single-sidebar .latest-post li .title-holder a:hover .post-title{
    color: #0065bd;
}
.single-sidebar .latest-post li .title-holder .post-date {
    color: #0065bd;
    display: block;
    transition: all 500ms ease;
    font-weight: 300;
    font-size: 13px;
    font-family: 'Rubik', sans-serif;
    font-style: italic;
}


.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: #777777;
  display: block;
  font-size: 14px;
  font-weight: 300;
  padding: 6px 18px 6px;
  transition: all 500ms ease 0s;
}
.single-sidebar .popular-tag li a:hover{
  background: #0065bd;
  border-color: #0065bd;
  color: #fff;
}



/*** 
=============================================
    Blog List area style
=============================================
***/
.blog-list-area .single-blog-post{
    margin-bottom: 60px;
}



/*** 
=============================================
    Blog Single Area style
=============================================
***/
.blog-single-area .single-blog-post:hover .img-holder img {
  transform: none;    
}
.blog-single-area .single-blog-post .text-holder .blog-title:hover{
  color: #333;
}


.blog-single-area .middle-text-box {
    overflow: hidden;
    margin-top: 22px;
    margin-bottom: 25px;
}
.blog-single-area .middle-text-box span {
    color: #0065bd;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Khula', sans-serif;
}
.blog-single-area .middle-text-box .text {
    margin: 10px 0 0;
}


.blog-single-area .caption-box {
    position: relative;
    overflow: hidden;
    display: block;
    padding-left: 30px;
    padding-top: 12px;
    padding-bottom: 14px;
    margin-bottom: 30px;
}
.blog-single-area .caption-box:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #ffd526;
    content: "";
}
.blog-single-area .caption-box p{
    color: #333333;
    font-size: 15px;
    line-height: 28px;
    font-style: italic;
    margin: 0;
    font-weight: 400;
}


.blog-single-area .bottom-text-holder{
    margin-top: 10px;
    padding-bottom: 30px;
    overflow: hidden;
}
.blog-single-area .bottom-text-holder .img-box {
  width: 350px;
}
.blog-single-area .bottom-text-holder .img-box,
.blog-single-area .bottom-text-holder .text-box{
  display: table-cell;
  vertical-align: top;
}
.blog-single-area .bottom-text-holder .text-box {
  padding-left: 30px; 
  position: relative;
}
.blog-single-area .bottom-text-holder .text-box {
  padding-left: 30px;
  padding-top: 10px;
  position: relative;
}
.blog-single-area .bottom-text-holder .text-box ul {
    overflow: hidden;
    margin-top: 20px;
}
.blog-single-area .bottom-text-holder .text-box li{
    font-size: 15px;
    font-style: italic;
    line-height: 35px;
}
.blog-single-area .bottom-text-holder .text-box li i{
    color: #ffd526;
    font-size: 15px;
    display: inline-block;
    padding-right: 10px;
}


.blog-single-area .tag-social-share-box {
    overflow: hidden;
    padding-bottom: 24px;
    padding-top: 15px;
}
.blog-single-area .tag-social-share-box .tag p {
    color: #777777;
    margin: 0;
}
.blog-single-area .tag-social-share-box .tag p i{
    color: #448dcd;
    font-size: 13px;
    display: inline-block;
    padding-right: 10px;
}
.blog-single-area .tag-social-share-box .tag p span {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Khula', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 10px;
}

.blog-single-area .tag-social-share-box .social-share {}
.blog-single-area .tag-social-share-box .social-share h5 {
    color: #333333;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    top: 7px;
    font-family: 'Khula', sans-serif;    
}
.blog-single-area .tag-social-share-box .social-share i {
    color: #448dcd;
    font-size: 13px;
    display: inline-block;
    padding-right: 10px;
}
.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: #777;
  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: #0065bd;
  border-color: #0065bd;
  color: #fff;
}

.blog-single-area .title {
    padding-bottom: 34px;
}
.blog-single-area .title h3{
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}


.blog-single-area .comment-box {
    overflow: hidden;
    padding-bottom: 80px;
    padding-top: 45px;
}
.blog-single-area .comment-box .single-comment-box {
    padding-left: 70px;
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px;
}
.blog-single-area .comment-box .single-comment-box.comment-reply {
    margin-left: 100px;
}
.blog-single-area .comment-box .single-comment-box.last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.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 {
    padding-left: 30px;
    padding-top: 0;
}
.blog-single-area .comment-box .single-comment-box .text-holder p {
}
.blog-single-area .comment-box .single-comment-box .text-holder .top {
  overflow: hidden;
  padding-bottom: 3px;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .name{
    float: left;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .name h5 {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Khula', sans-serif;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .posted-time {
    position: relative;
    top: -5px;
    float: right;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .posted-time p{
    color: #0065bd;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .posted-time p i{
    display: inline-block;
    padding-right: 6px;
}
.blog-single-area .comment-box .single-comment-box .text-holder .text { }
.blog-single-area .comment-box .single-comment-box .text-holder .text .reply-button a{
    color: #0065bd;
    font-size: 14px;
    font-weight: 400;
    float: right;
}
.blog-single-area .comment-box .single-comment-box .text-holder .text .reply-button a i{
    display: inline-block;
    padding-right: 7px;
}
.blog-single-area .comment-box .load-more-comment {
}
.blog-single-area .comment-box .load-more-comment a {
    height: 40px;
    width: 140px;
    background: #efefef;
    display: inline-block;
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 40px;
    transition: all 500ms ease;
}
.blog-single-area .comment-box .load-more-comment a:hover{
    background: #ffd526;
} 


.blog-single-area .add-comment-box {
  overflow: hidden;
}
.blog-single-area .add-comment-box .title {
  padding-bottom: 30px;
}
.blog-single-area .add-comment-box .add-rating-box {
  padding-bottom: 17px;
}
.blog-single-area .add-comment-box .add-rating-box h4 {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  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: #ffd526;
  transition: all 500ms ease;
}

.blog-single-area .add-comment-box form {}
.blog-single-area .add-comment-box form .field-label {
  color: #777;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 2px;
}
.blog-single-area .add-comment-box form input[type="text"],
.blog-single-area .add-comment-box form input[type="email"],
.blog-single-area .add-comment-box form textarea{
  background: #fff none repeat scroll 0 0;
  border: 2px solid #f4f4f4;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  padding: 0 15px;
  width: 100%;  
  margin-bottom: 15px;
  transition: all 500ms ease;
}
.blog-single-area .add-comment-box form textarea {
  height: 100px;
  padding: 10px 15px;
  margin-bottom: 30px;
}
.blog-single-area .add-comment-box form button {
    padding: 16px 0px 11px;
    width: 100%;
}
.blog-single-area .add-comment-box form input[type="text"]:focus{
  border-color: #ffd526;    
}
.blog-single-area .add-comment-box form input[type="email"]:focus{
  border-color: #ffd526;    
}
.blog-single-area .add-comment-box form textarea:focus{
  border-color: #ffd526;       
}
.blog-single-area .add-comment-box form button:hover{}





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



/*** 
=============================================
    Contact Form Area style
=============================================
***/
.contact-form-area {
    padding-top: 220px;
    padding-bottom: 80px;
}
.contact-form-area .contact-form {
  
}
.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{
  border: 1px solid #f4f4f4;
  color: #848484;
  display: block;
  font-size: 16px;
  height: 55px;
  margin-bottom: 30px;
  padding: 0 20px;
  width: 100%;
  transition: all 500ms ease;
}
.contact-form-area .contact-form form textarea{
  height: 120px;
  margin-bottom: 40px;
  padding: 10px 20px;
  transition: all 500ms ease;
}
.contact-form-area .contact-form form input[type="text"]:focus{
  border-color: #ffd526;        
}
.contact-form-area .contact-form form input[type="email"]:focus{
  border-color: #ffd526;        
}
.contact-form-area .contact-form form textarea:focus{
  border-color: #ffd526;    
}
.contact-form-area .contact-form form button{
  width: 100%;
  padding: 14px 0 9px;
  border: 2px solid transparent;
}
.contact-form-area .contact-form form button:hover{
    border: 2px solid #0065bd;
  
}

.contact-form-area .form-right-box {
    background: url(../images/resources/contactus.jpg);
    background-repeat: repeat;
    position: relative;
    width: 310px;
    z-index: 1;
    float: right;
    padding: 0 30px;
    top: -70px;
}
.contact-form-area .form-right-box:before{
    background: url(../images/resources/contact-top.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 310px;
    height: 75px;
    content: "";
    z-index: -1;
}
.contact-form-area .form-right-box .top {
    display: block;
    padding: 23px 0 30px;
}
.contact-form-area .form-right-box .top h3{
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-form-area .form-right-box .icon-holder {
    padding-top: 50px;
    padding-bottom: 20px;
}
.contact-form-area .form-right-box .icon-holder span:before{
    font-size: 45px;
    color: #fff;
    font-weight: 300;
}
.contact-form-area .form-right-box h4 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 28px;
    margin: 0 0 21px;
}
.contact-form-area .form-right-box p {
    color: #ffffff;
    line-height: 28px;
    margin: 0;
}

.contact-form-area .form-right-box .call-us {
    display: block;
    padding: 30px 0 31px;
}
.contact-form-area .form-right-box .call-us h6 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 14px;
}
.contact-form-area .form-right-box .call-us h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.contact-form-area .form-right-box .contact-us-button {
    padding-bottom: 50px;
}
.contact-form-area .form-right-box .contact-us-button a {
    background: #ffffff;
    height: 40px;
    width: 160px;
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    line-height: 44px;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Khula', sans-serif;
    transition: all 500ms ease;
}
.contact-form-area .form-right-box .contact-us-button a:hover{
    background: #ffd526;
}



/*** 
=============================================
   Shop area  style
=============================================
***/
.shop-area {
    padding-top: 150px;
    padding-bottom: 150px;
}
.shop-area .showing-result-shorting {
    margin-bottom: 22px;
}
.shop-area .showing-result-shorting .showing{
    
}
.shop-area .showing-result-shorting .showing p {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    font-family: 'Khula', sans-serif;
    margin: 8px 0 0;
}
.shop-area .showing-result-shorting .shorting{
    
}
.shop-area .post-pagination{
    margin-top: 20px;    
}



/*** 
=============================================
   Single Shop Area style
=============================================
***/
.single-shop-area{
    padding-top: 150px;
    padding-bottom: 110px;
}
.single-shop-content .img-holder {
    border: 1px solid #e8e8e8;
}
.single-shop-content .content-box {
  margin-left: 0;
}
.single-shop-content .content-box h3 {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.single-shop-content .content-box span.price {
  color: #0065bd;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
}
.single-shop-content .content-box .text {
    overflow: hidden;
    padding: 15px 0 10px;
}
.single-shop-content .content-box .location-box {
  margin: 0 0 20px;
}
.single-shop-content .content-box .location-box p {
  color: #333;
  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 10px;
}
.single-shop-content .content-box .location-box form input:focus{
  border-color: #ffd526;
}
.single-shop-content .content-box .location-box form button {
  background: #f7f7f7 none repeat scroll 0 0;
  border: medium none;
  color: #252525;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  margin-left: 6px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
  width: 95px;
  position: relative;
  top: -1px;
}
.single-shop-content .content-box .location-box form button:hover{
  background: #ffd526;
}
.single-shop-content .content-box .location-box form span {
  color: #0065bd;
}
.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: 25px;
    padding: 14px 30px 9px;
    color: #fff;
}


.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;
  font-weight: 400;
  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: #0065bd;
  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 .sec-title-two {
  margin-top: 3px;
  padding-bottom: 22px;
}
.product-tab-box .tab-content .review-box .sec-title-two h3 {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  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: #333;
  font-size: 16px;
  font-weight: 400;
  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: #0065bd;
  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 {
  padding-top: 30px;
}
.product-tab-box .tab-content .review-form .sec-title-two {
  padding-bottom: 34px;
}
.product-tab-box .tab-content .review-form .sec-title-two h3 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.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: #333;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px;
  font-family: 'Khula', sans-serif;
  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 .pro-tags p i{
    display: inline-block;
    color: #0065bd;
    font-size: 16px;
    padding-right: 10px;
}

.product-tab-box .tab-content .review-form form .field-label p {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 3px;
  font-family: 'Hind', sans-serif;
}
.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: 14px 35px 9px;
}
.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: #ffd526;
}
.product-tab-box .tab-content .review-form form input[type="text"]:focus{
  border-color: #ffd526;
}
.product-tab-box .tab-content .review-form form input[type="email"]:focus{
  border-color: #ffd526;
}
.product-tab-box .tab-content .review-form form textarea:focus{
  border-color: #ffd526;  
}

.related-product {
  padding-top: 100px;
}
.related-product .sec-title.style-two{
    padding-bottom: 40px;
}



/*** 
=============================================
   Cart area  style
=============================================
***/
.cart-area {
  padding-bottom: 150px;
  padding-top: 150px;
}
.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: #333;
  font-family: 'Khula', sans-serif;
  font-size: 16px;
  position: relative;
  text-transform: capitalize;
  width: 100%;
}
.cart-area .cart-table thead tr th {
  font-weight: 700;
  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: #333;
  font-family: 'Khula', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  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: 5px;
}
.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: #333;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}

.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: #ffd526;
  border-color: #eabf0d;
  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: #848484;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 50px;
  position: relative;
  font-family: 'Khula', sans-serif;
}
.cart-area .cart-table tbody .available-info .icon {
  background: #ffd526 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: #777;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Khula', sans-serif;
}
.cart-area .cart-table tbody tr .sub-total {
  color: #ffd526;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Khula', sans-serif;
}
.cart-area .cart-table tbody tr td .remove{ }
.cart-area .cart-table tbody tr td .remove .checkbox label {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Khula', sans-serif;
}
.cart-area .cart-table tbody tr td .remove .checkbox label input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: 1px;
}


.cart-middle {
    padding-top: 30px
}
.cart-middle .apply-coupon {
    padding-left: 245px;
    position: relative;
}
.cart-middle .apply-coupon input[type="text"] {
  border: 2px solid #f7f7f7;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  left: 0;
  padding: 0 15px;
  position: absolute;
  text-transform: capitalize;
  top: 0;
  transition: all 500ms ease 0s;
  width: 225px;
}
.cart-middle .apply-coupon input[type="text"]:focus {
  border: 2px solid #ffd526
}
.cart-middle .apply-coupon .apply-coupon-button button {
    padding: 19px 38px 15px;
    line-height: 12px;
    border: 2px solid transparent;
    color: #fff;
}
.cart-middle .update-cart button {
    padding: 19px 38px 15px;
    line-height: 12px;
    border: 2px solid transparent;
    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-state-default {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #f7f7f7;
    border-radius: 0;
    color: #ababae;
    font-size: 14px;
    font-weight: normal;
    height: 45px;
    margin-bottom: 17px;
    outline: medium none;
    width: 100%;
    position: relative;
}
.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;
}
.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: 6px;
}
.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-selectmenu-text {
  display: block;
  line-height: 18px;
  overflow: hidden;
  padding: 12px 17px;
  text-align: left;
}
.cart-bottom .calculate-shipping input[type="text"] {
  border: 2px solid #f7f7f7;
  color: #777;
  display: block;
  font-size: 14px;
  height: 45px;
  padding: 0 18px;
  width: 100%;
  font-weight: 400;
  margin-bottom: 30px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.cart-bottom .calculate-shipping input[type="text"]:focus {
    border: 2px solid #ffd526
}
.cart-bottom .calculate-shipping button {
    padding: 11px 40px 9px; 
    background: #f7f7f7;
    color: #222222;
    border: 2px solid #777;
}
.cart-bottom .calculate-shipping button:hover{
    color: #fff;
} 
.cart-bottom button.checkout-btn{
    padding: 13px 35px 8px;
    border: 2px solid transparent;
    margin-top: 30px;
    color: #fff;
}
.cart-bottom button.checkout-btn:hover{}


.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: #333;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 18px;
    position: relative;
    width: 50%;
    font-family: 'Khula', sans-serif;
}
.cart-total-table li span.col {
    color: #777;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    padding: 10px 18px;
    position: relative;
    width: 50%;
    font-family: 'Rubik', sans-serif;
}
.cart-total-table li span.col b {
  color: #ffd526;
  font-weight: 300;
  text-decoration: underline;
}



/*** 
=============================================
    Checkout Area style
=============================================
***/
.checkout-area {
    padding-bottom: 150px;
    padding-top: 150px;
}
.checkout-area .sec-title {
    padding-bottom: 30px;
}
.checkout-area .sec-title h1 {
    color: #333;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.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: #0065bd;
    content: "";
}
.checkout-area .exisitng-customer h5{
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
.checkout-area .exisitng-customer h5 a{
    color: #0065bd;
    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: #0065bd;
    content: "";  
}
.checkout-area .coupon h5 {
    color: #333;
    font-size: 16px;
    font-weight: 400;  
}
.checkout-area .coupon h5 a {
    color: #0065bd;
    display: inline-block;
    padding-left: 15px;  
}


.checkout-area .form form .field-label {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin: -3px 0 3px;
    text-transform: capitalize;
    font-family: 'Khula', sans-serif;
}
.checkout-area .form form .field-input input[type="text"] {
  border: 1px solid #ececec;
  color: #777;
  display: block;
  font-size: 16px;
  height: 48px;
  margin-bottom: 25px;
  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: 1px solid #ffd526;
}
.checkout-area .create-acc .checkbox {
  margin: 7px 0 0;
}
.checkout-area .create-acc .checkbox label {
  color: #ffd526;
  font-weight: 400;
  font-size: 16px;
}
.checkout-area .create-acc .checkbox input {
  margin-top: 6px;
}


.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: 1px solid #ececec;
  color: #777;
  display: block;
  font-size: 16px;
  height: 124px;
  margin-bottom: 28px;
  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: #ffd526;
}


.checkout-area .bottom {
  padding-top: 70px
}
.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: #333;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  font-family: 'Khula', sans-serif;
}
.checkout-area .table .cart-table thead tr th {
  font-weight: 700;
  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: 5px;
}
.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: #333;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Khula', sans-serif;
}

.checkout-area .table .cart-table tbody tr .qty {
  padding-right: 30px;
  width: 130px;
}
.checkout-area .table .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
  float: right;
  width: 60px;
}
.checkout-area .table .cart-table tbody tr .qty .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  color: #252525;
  display: block;
  font-size: 18px;
  font-weight: 400;
  height: 34px;
  padding: 6px 0;
  text-align: center;
}
.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0
}
.checkout-area .table .cart-table tbody tr .qty .btn-default {
  background-color: #ffd526;
  border-color: #efc412;
  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: #ffd526;
  font-size: 15px;
  font-weight: 300;
}





.cart-total .payment-options {
  background: #f7f7f7 none repeat scroll 0 0;
  margin-top: 30px;
  overflow: hidden;
  padding: 23px 20px 35px;
}
.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 {
  font-weight: 700;
  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: #333;
  font-size: 16px;
  padding-left: 10px;
  font-weight: 700;
  font-family: 'Khula', sans-serif;
}
.cart-total .payment-options .option-block .checkbox label span b {
  color: #ffd526;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding-left: 25px;
  text-decoration: underline;
}
.cart-total .payment-options .option-block .text{
  padding-left: 30px;
}
.cart-total .payment-options .option-block .text p {
  margin: 0;
  line-height: 28px;
}
.placeorder-button button {
    padding: 13px 40px 8px;
    margin-top: 20px;
    color: #fff;
    border: 2px solid transparent;
}
.placeorder-button button:hover{  }



/*** 
=============================================
    Login Register Area style
=============================================
***/
.login-register-area {
    padding-bottom: 150px;
    padding-top: 150px;
}
.login-register-area .form .sec-title {
    padding-bottom: 30px;
}
.login-register-area .form .input-field {
    position: relative;
}
.login-register-area .form .input-field input[type="text"] {
    border: 2px solid #f4f4f4;
    color: #777;
    font-size: 15px;
    height: 50px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 50px;
    width: 100%;
    transition: all 700ms ease 0s;
}
.login-register-area .form .input-field .icon-holder {
    position: absolute;
    right: 20px;
    top: 11px;
}
.login-register-area .form .input-field .icon-holder i {
    color: #777;
    font-size: 14px;
    font-weight: 400;
}
.login-register-area .form button {
    margin-top: 10px;
    padding: 13px 38px 8px;
    border: 2px solid transparent;
    color: #fff;
}
.login-register-area .form .remember-text {
    margin-top: 19px;
}
.login-register-area .form .remember-text .checkbox label {
    color: #FFD526;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Khula', sans-serif;
}
.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: #FFD526;
    float: right;
    font-weight: 700;
    margin: 20px 0 0;
    font-family: 'Khula', sans-serif;
}
.login-register-area .form h6 {
    color: #848484;
    float: left;
    font-size: 14px;
    margin: 28px 0 0 -50px;
    font-family: 'Khula', sans-serif;
}
.login-register-area .form .input-field input[type="text"]:focus{
    border: 2px solid #FFD526;    
}
.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;
}
