/***************************************************************************************************************

||||||||||||||||||||||||||       MASTER STYLESHEET FOR BRIGHTON          |||||||||||||||||||||||||||||||||||||||

****************************************************************************************************************

||||||||||||||||||||||||||                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. Contact page style



****************************************************************************************************************

||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||

****************************************************************************************************************/





/* Imported styles */

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

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

@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');







@import url(imp.css);

@import url(bootstrap.css);

@import url(font-awesome.min.css);

@import url(hover.css);

@import url(jquery.bxslider.css);

@import url(slick.css);

@import url(owl.css);

@import url(owl.theme.default.css);

@import url(animate.min.css);

@import url(jquery.bootstrap-touchspin.css);

@import url('bootstrap-select.min.css');

@import url('imagehover.css');

@import url('circle.css');

@import url('icomoon.css');

@import url(flaticon.css);



/*** Price filter***/

@import url(nouislider.css);

@import url(nouislider.pips.css);

/*** single shop slide ***/

@import url(flexslider.css);

/*** Time picker css ***/

@import url(timePicker.css);

/*** flaticon fonts css ***/

@import url(flaticon.css);

/*** jquery ui css ***/

@import url(jquery-ui.css);

/*** Revolution slider ***/

@import url(settings.css);

@import url(layers.css);

@import url(navigation.css);

/*** Bootstrap select picker css ***/

@import url(bootstrap-select.css);

/*** Language Switcher ***/

@import url(polyglot-language-switcher.css);

/*** Prettyphoto css ***/

@import url('prettyPhoto.css');











/*==============================================

   Base Css

===============================================*/

body::-webkit-scrollbar {

    width: 12px;

}

body::-webkit-scrollbar-track {

    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.99);

}

body::-webkit-scrollbar-thumb {

  background-color: #ff4136;

  outline: 1px solid slategrey;

}



html,

body { height: 100% }

body {

    font-family: 'Roboto', sans-serif;

    font-size: 16px;

    color: #848484;

    line-height: 24px;

    font-weight: 400;

}

button:focus{

    outline: none;

}

button {

    cursor: pointer;

    border: none;

    background: transparent;

    padding: 0;

}

h1, h2, h3, h4, h5, h6 {

    font-family: 'Poppins', sans-serif;

    font-weight: 500;

    color: #222222;

    margin: 0;

}

h3 {

    font-size: 18px; 

    font-weight: 600;

    line-height: 28px;

}

h4 {



}

a,

a:hover,

a:active,

a:focus {

    text-decoration: none;

    outline: none;

    border: none;

}

img {

	max-width: 100%;

    height: auto;

}

i {

	font-style: normal;

}

ul,

li {

    list-style: none;

    margin: 0;

    padding: 0;

}



.big-item {

  width: 40%;

  float: left;

}

.span-width-5 {

    width: 20%;

    float: left;

    padding: 0 15px;

}



.sec-pd-one{

    padding: 80px 0;

}

.sec-pding-two{

    padding: 80px 0 40px;

}



.btn-one {

    color: #ffffff;

    font-size: 14px;

    line-height: 14px;

    font-weight: 700;

    display: inline-block;

    padding: 18px 40px 18px;

    text-transform: uppercase;

    font-family: 'Poppins', sans-serif;

    transition: all 500ms ease;

    position: relative;

    border-radius: 30px;

}

.btn-one:hover{

    color: #ffffff;

    background: #5a9703;

}

.btn-two {

    font-size: 14px;

    font-weight: 600;

    display: inline-block;

    padding: 18px 30px 18px;

    text-transform: uppercase;

    font-family: 'Poppins', sans-serif;

    transition: all 500ms ease;

    line-height: 14px;

    position: relative;

    background: #222222;

    color: #ffffff;

}

.btn-two:hover{

    opacity: 0.90;

    color: #fff;

}







.sec-title {

    position: relative;

    margin-top: -7px;

    padding-bottom: 50px;

}

.sec-title .title {

    position: relative;

    display: block;

    color: #222222;

    font-size: 30px;

    line-height: 40px;

    font-weight: 600;

    text-transform: capitalize;

    margin: 0;

    font-family: 'Poppins', sans-serif;

    z-index: 1;

}

.sec-title .title:before {

    position: absolute;

    font-family: 'icomoon';

    top: -35px;

    left: 0;

    right: 0;

    content: "\e921";

    font-size: 100px;

    line-height: 100px;

    color: #f0f0f0;

    font-weight: 400;

    z-index: -1;

    transform: rotate(35deg);

    width: 100px;

    margin: 0 auto;

}

.sec-title .title.left:before{

    margin: 0;    

}



.sec-title .title.clr-white{

    color: #ffffff;

}

.sec-title .dector {

    width: 50px;

    height: 5px;

    position: relative;

    display: block;

    margin: 10px 0 0;

    z-index: 1;

}

.sec-title .dector.center {

    margin: 10px auto 0;      

}

.sec-title .dector.bg-white{

    background: #ffffff;

}



.parallax-bg-one {

    background-attachment: fixed;

    background-position: center top;

    background-repeat: no-repeat;

    background-size: cover;

    position: relative;

    z-index: 1;

}

.parallax-bg-one::before {

    background: rgba(18, 32, 0, 0.90) none repeat scroll 0 0;

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: -1;

} 



.parallax-bg-two {

    background-attachment: fixed;

    background-position: center top;

    background-repeat: no-repeat;

    background-size: cover;

    position: relative;

    z-index: 1;

}

.parallax-bg-two::before {

    background: rgba(9, 23, 33, 0.90) none repeat scroll 0 0;

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: -1;

} 



.flex-box {

    display: flex;

    justify-content: center;

    flex-direction: row;

    flex-wrap: wrap;

}

.flex-box-two {

    display: flex;

    justify-content: space-between;

    flex-direction: row;

    flex-wrap: wrap;

}

.flex-box-three {

    display: flex;

    justify-content: space-between;

    flex-direction: row;

    flex-wrap: wrap;

    align-items: center;

}

.flex-box-four {

    display: flex;

    justify-content: center;

    flex-direction: row;

    flex-wrap: wrap;

    align-items: center;

}

.flex-box-five {

    display: flex;

    justify-content: space-between;

    flex-direction: row;

    flex-wrap: wrap;

    align-items: center;

}



.owl-nav-style-one{}

.owl-nav-style-one .owl-controls { }

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {

    background: #ffffff none repeat scroll 0 0;

    border-radius: 50%;

    color: #909090;

    font-size: 24px;

    font-weight: 700;

    height: 50px;

    line-height: 46px;

    margin: 0 0 0 0px;

    padding: 0;

    width: 50px;

    border: 1px solid #f3f3f3;    

    transition: all 700ms ease 0s;

}

.owl-nav-style-one.owl-theme .owl-nav .owl-next {

    margin-left: 10px;

}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover{

    border-color: #172272;

    color: #172272;

}



.owl-nav-style-two{}

.owl-nav-style-two .owl-controls { }

.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {

    background: #fff none repeat scroll 0 0;

    border-radius: 0%;

    color: #3740b0;

    font-size: 24px;

    font-weight: 700;

    height: 50px;

    line-height: 50px;

    margin: 0 0 0 0px;

    padding: 0;

    width: 50px;

    transition: all 700ms ease 0s;

}

.owl-nav-style-two.owl-theme .owl-nav .owl-next {

    margin-left: 0px;

}

.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover{

    color: #ffffff;

    background: #3740b0;

}





.boxed_wrapper {

    background: #fff none repeat scroll 0 0;

    position: relative;

    margin: 0 auto;

    width: 100%;

    min-width: 320px;

    min-height: 400px;

    overflow: hidden;  

}



/*________________Preloader_______________ */

.preloader{ 

    position:fixed; 

    left:0px; 

    top:0px; 

    width:100%; 

    height:100%; 

    z-index:99999999999; 

    background-color:#f4f6f4; 

    background-position:center center; 

    background-repeat:no-repeat; 

    background-image:url(../images/preloader.gif);

}





/* Update header Style */

@keyframes menu_sticky {

    0%   {margin-top:-100px;}

    50%  {margin-top: -74px;}

    100% {margin-top: 0;}

}

.mainmenu-area.stricky-fixed {

    position: fixed; 

    top: 0;

    left: 0;

    width: 100%;

    z-index: 9999;

    background: #ffffff;

    box-shadow: 0px 2px 3px #f2f2f2;

    animation-name: menu_sticky;

    animation-duration: 0.60s;

    animation-timing-function: ease-out;

    transition: all .25s ease-in-out;

}





/* scroll to top styles */

.scroll-to-top {

    border-radius: 50%;

    bottom: 80px;

    color: #ffffff;

    cursor: pointer;

    display: none;

    font-size: 35px;

    font-weight: normal;

    height: 55px;

    line-height: 52px;

    position: fixed;

    right: 15px;

    text-align: center;

    transition: all 500ms ease 0s;

    width: 55px;

    z-index: 99999999;

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

    opacity: .5;

}



/* Form validation styles */

input:focus,

textarea:focus,

select:focus {

    border-color: #43c3ea;

    outline: none;

}



#contact-form input[type="text"].error{

    border-color: red;    

}

#contact-form input[type="email"].error{

  border-color: red;    

}

#contact-form select.error {

  border-color: red;

}

#contact-form textarea.error{

  border-color: red;    

}





/* Post pagination styles */

.post-pagination{

    display: block;

    margin-top: 10px;

}

.post-pagination li {

    display: inline-block;

    margin: 0 3px;

}

.post-pagination li a {

    background: #fff none repeat scroll 0 0;

    border: 1px solid #f2f2f2;

    color: #848484;

    display: block;

    font-size: 18px;

    font-weight: 500;

    height: 55px;

    padding: 15px 0;

    transition: all 500ms ease 0s;

    width: 55px;

    font-family: 'Poppins', sans-serif;

    border-radius: 50%;

}

.post-pagination li.active a, 

.post-pagination li:hover a {

    background: #69ad07;

    color: #ffffff;

    border: 1px solid #69ad07;

}





/* Overlay styles */

.overlay-style-one{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    opacity: 0;

    overflow: hidden;

    transform: rotateX(150deg);

    transition: all 500ms ease;

    background-color: rgba(0, 0, 0, 0.70);

}

.overlay-style-one .box{

    display: table;

    height: 100%;

    width: 100%;    

}

.overlay-style-one .box .content{

    display: table-cell;

    text-align: center;

    vertical-align: middle;    

}

.overlay-style-one .box .content a { }







.review-box {}

.review-box ul {}

.review-box ul li {

    display: inline-block;

    float: left;

    margin-right: 4px;

}

.review-box ul li:last-child{

    margin-right: 0px;    

}

.review-box ul li i {

  font-size: 12px;

}



.sociallinks-style-one{}

.sociallinks-style-one li{

    display: inline-block;

    float: left;

    margin-right: 15px;

}

.sociallinks-style-one li:last-child{

    margin-right: 0px;

}

.sociallinks-style-one li a i{

    color: #959595;

    font-size: 14px;

    transition: all 500ms ease;

}

.sociallinks-style-one li a:hover i{

    color: #172272;

}



.sociallinks-style-two{

    overflow: hidden;

}

.sociallinks-style-two li {

    display: inline-block;

    margin-right: 10px;

}

.sociallinks-style-two li:last-child{

    margin-right: 0px;    

}

.sociallinks-style-two li a i {

    border: 2px solid #e5e5e5;

    background: #e5e5e5;

    border-radius: 50%;

    color: #848484;

    font-size: 14px;

    height: 45px;

    line-height: 42px;

    padding: 0;

    text-align: center;

    transition: all 500ms ease 0s;

    width: 45px;

}

.sociallinks-style-two li a:hover i{

    background: #4eab27;

    border-color: #4eab27;

    color: #fff;

}







/*** 

===========================================

	Fancy Box

===========================================



***/

.fancybox-next span,

.fancybox-prev span{

	background-image:none !important;

	width:44px !important;

	height:44px !important;

	line-height:44px !important;

	text-align:center;

}

.fancybox-next span:before,

.fancybox-prev span:before{

	content:'';

	position:absolute;

	font-family: 'FontAwesome';

	left:0px;

	top:0px;

	font-size:12px;

	width:44px !important;

	height:44px !important;

	line-height:44px !important;

	background-color:rgba(28,28,28,0.40) !important;

	color:#ffffff;

	visibility:visible;

	transition: all 300ms ease;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

}

.fancybox-next span:before{

	content:'\f178';

}

.fancybox-prev span:before{

	content:'\f177';

}

.fancybox-next:hover span:before,

.fancybox-prev:hover span:before{

	background-color:#ffffff !important;

	color:#000000;	

}

.fancybox-type-image .fancybox-close{

	right:0px;

	top:0px;

	width:45px;

	height:45px;

	background:url(../images/icon-cross.png) center center no-repeat;

	background-color:rgba(17,17,17,0.50) !important;	

}

.fancybox-type-image .fancybox-close:hover{

	background-color:#000000 !important;	

}

.fancybox-type-image .fancybox-skin{

	padding:0px !important;	

}









/*==============================================

    Header Area Style Four Css

===============================================*/

.header-area.style-four {

    background: transparent;

    padding: 0;

}

.header-area.style-four .header-top {

    display: block;

    padding: 22px 0;

}

.header-area.style-four .header-top .inner-content{

    

}

.header-area.style-four .header-top .inner-content .header-top-left{

    

}

.header-area.style-four .header-top .inner-content .header-top-left .logo {

    display: block;

    margin: 3px 0;

}

.header-area.style-four .header-top .inner-content .header-top-left .logo a{

    display: inline-block;

}



.header-area.style-four .header-top .header-top-right{

    display: block;

}

.header-area.style-four .header-top .header-top-right .top-social-links {

    display: block;

    overflow: hidden;

    float: left;

}

.header-area.style-four .header-top .header-top-right .top-social-links ul {

    overflow: hidden;

    margin: 11px 0 10px;

}

.header-area.style-four .header-top .header-top-right .top-social-links ul li{

    display: inline-block;

    float: left;

    margin-right: 10px;

}

.header-area.style-four .header-top .header-top-right .top-social-links ul li:last-child{

    margin-right: 0;

}

.header-area.style-four .header-top .header-top-right .top-social-links ul li a i{

    position: relative;

    display: block;

    width: 35px;

    height: 35px;

    background: #ffffff;

    border-radius: 50%;

    color: #848484;

    font-size: 14px;

    text-align: center;

    line-height: 34px;

    transition: all 500ms ease;

}

.header-area.style-four .header-top .header-top-right .top-social-links ul li a:hover i{

    background: #69ad07;

    color: #ffffff;

}



.header-area.style-four .header-top .header-top-right .top-contact-info {

    float: left;

    overflow: hidden;

    border-left: 1px solid rgba(255, 255, 255, 0.10);

    padding-left: 30px;

    margin-left: 30px;

}

.header-area.style-four .header-top .header-top-right .top-contact-info ul{}

.header-area.style-four .header-top .header-top-right .top-contact-info ul li{

    color: #ffffff;

    font-size: 14px;

    font-weight: 500;

    line-height: 28px;

    font-family: 'Poppins', sans-serif;

}

.header-area.style-four .header-top .header-top-right .top-contact-info ul li span{

    color: #69ad07;

    font-weight: 600;

    text-transform: uppercase;

}





.header-area.style-four .header-bottom {

    background: rgba(255, 255, 255, 0.10);    

}

.header-area.style-four .header-bottom.stricky-fixed {

    position: fixed; 

    top: 0;

    left: 0;

    width: 100%;

    z-index: 999999999;

    background: #1d1d1d;

    box-shadow: none;

    animation-name: menu_sticky;

    animation-duration: 0.60s;

    animation-timing-function: ease-out;

    transition: all .25s ease-in-out;

}

.header-area.style-four .header-bottom .inner-content{}

.header-area.style-four .header-bottom .mainmenu-left{}

.header-area.style-four .header-bottom .mainmenu-left .main-menu{}

.header-area.style-four .header-bottom .main-menu{}

.header-area.style-four .header-bottom .main-menu .navigation li {

    float: left;

    position: relative;

    display: block;

    border-left: 0px dashed;

    padding: 22px 25px;

}

.header-area.style-four .header-bottom .main-menu .navigation li:first-child{

    padding-left: 0;

}

.header-area.style-four .header-bottom .main-menu .navigation li:last-child{

    border: none;

}

.header-area.style-four .header-bottom .main-menu .navigation li a {

    position: relative;

    color: #ffffff;

    font-size: 14px;

    font-weight: 600;

    line-height: 14px;

    padding: 11px 0px;

}

.header-area.style-four .header-bottom .main-menu .navigation li a::before {

    display: none;

}

.header-area.style-four .header-bottom .main-menu .navigation li a:after {

    position: absolute;

    font-family: 'icomoon' !important;

    top: 0px;

    right: -10px;

    content: "\e902";

    display: block;

    transition: all 300ms ease;

    opacity: 1;

    background: none;

    font-size: 25px;

    font-weight: 400;

    opacity: 0;

    color: #69ad07;

}

.header-area.style-four .header-bottom .main-menu .navigation li.current a:after, 

.header-area.style-four .header-bottom .main-menu .navigation li:hover a:after {

    opacity: 1;

}



.header-area.style-four .header-bottom .main-menu .navigation li ul li {

    padding: 0;

}

.header-area.style-four .header-bottom .main-menu .navigation li ul li a {

    color: #222222;

    display: block;

    font-size: 16px;

    font-weight: 700;

    line-height: 20px;

    position: relative;

    text-transform: capitalize;

    transition: all 500ms ease 0s;

    padding: 16px 0px 14px;

    font-family: 'Roboto', sans-serif;

    border-bottom: 1px solid #f2f2f2;

}

.header-area.style-four .header-bottom .main-menu .navigation li ul li a:after {

    display: none;

}







.header-area.style-four .header-bottom .mainmenu-right {

    max-width: 320px;

    width: 100%;

    background: rgba(255, 255, 255, 0.10);

    display: block;

    padding: 25px 20px;

    padding-right: 0;

}

.header-area.style-four .header-bottom .mainmenu-right ul {

    display: block;

    overflow: hidden;

}

.header-area.style-four .header-bottom .mainmenu-right ul li{

    display: inline-block;

    float: left;

    border-right: 1px solid rgba(255, 255, 255, 0.10); 

    margin-right: 15px;

    padding-right: 15px;

    line-height: 30px;

}

.header-area.style-four .header-bottom .mainmenu-right ul li:last-child{

    border: none;

    margin-right: 0;

    padding-right: 0;

}

.header-area.style-four .header-bottom .mainmenu-right ul li span:before {

    font-size: 20px;

    line-height: 20px;

    display: inline-block;

    padding-right: 6px;

    position: relative;

    top: 3px;

}

.header-area.style-four .header-bottom .mainmenu-right ul li a {

    color: #ffffff;

    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

    font-family: 'Poppins', sans-serif;

    text-decoration: underline;

    transition: all 500ms ease;

}

.header-area.style-four .header-bottom .mainmenu-right ul li a:hover{

    color: #1d1d1d;

}







/*==============================================

    Top bar Area Css

===============================================*/

.top-bar-area {

    position: relative;

    background: #3a8475;

    display: block;

    padding: 8px 0;

    z-index: 11;

}

.top-left-content {

    position: relative;

    display: block;

    max-width: 780px;

    width: 100%;

}

.top-left-content p {

    color: #fff;

    font-size: 16px;

    line-height: 22px;

    margin: 2px 0;

    transition: all 500ms ease;

}

.top-left-content p span:before {

    font-size: 27px;

    line-height: 20px;

    display: inline-block;

    padding-right: 6px;

    position: relative;

    top: 6px;

}

.top-left-content p:hover{

    color: #ffffff;

}



.top-right-content{

    display: block;

    max-width: 390px;

}

.top-right-content .top-menu-box {

    overflow: hidden;

    float: left;

    width: 230px;

}

.top-right-content .top-menu-box ul {

    overflow: hidden;

    float: left;

    display: block;

    margin: 6px 0;

}

.top-right-content .top-menu-box ul li {

    display: inline-block;

    float: left;

    margin-right: 25px;

    line-height: 22px;

}

.top-right-content .top-menu-box ul li:last-child{

    margin-right: 0;

}

.top-right-content .top-menu-box ul li a{

    color: #fff;

    font-size: 16px;

    transition: all 500ms ease;    

}

.top-right-content .top-menu-box ul li a:hover{

    color: #69ad07;

    text-decoration: underline;

}







/*==============================================

    Top Bar Area home3 Css

===============================================*/

.top-bar-area.home3{

    padding: 12px 0;

}

.top-bar-area.home3 .top-left-content {

    max-width: 550px;

}

.top-bar-area.home3 .top-left-content p {

    margin: 0px 0;

    position: relative;

    line-height: 20px;

    top: -2px;

}

.top-bar-area.home3 .top-right-content {

    max-width: 610px;

}

.top-bar-area.home3 .top-info-box {

    overflow: hidden;

    margin: 0px 0;

}

.top-bar-area.home3 .top-info-box ul {

    display: block;

    overflow: hidden;

    margin: 2px 0;

}

.top-bar-area.home3 .top-info-box ul li{

    display: inline-block;

    float: left;

    border-right: 1px solid #454545;

    line-height: 20px;

    padding-right: 15px;

    margin-right: 15px;

    color: #848484;

    font-size: 15px;

    font-weight: 300;

    font-family: 'Roboto', sans-serif;

}

.top-bar-area.home3 .top-info-box ul li:last-child{

    border-right: none;

    padding-right: 0;

    margin-right: 0;

}

.top-bar-area.home3 .top-info-box ul li span:before{

    font-size: 18px;

    line-height: 18px;

    display: inline-block;

    padding-right: 10px;

    position: relative;

    top: 2px;

}







/*==============================================

    Header Area Css        

===============================================*/

.header-area {

    background: #ffffff;

    padding: 5px 0;

    position: relative;

    z-index: 10;

}

.header-area .inner-content {}

.logo {

    display: block;

    transition: all 500ms ease;

}

.logo a{

    display: inline-block;

}

.header-middle {

    margin-left: 100px;
    margin-top: 30px;

}

.header-middle .info-box {

    overflow: hidden;

}

.header-middle .info-box li {

    position: relative;

    display: inline-block;

    float: left;

    padding-left: 50px;

    margin: 3px 0;

    margin-right: 50px;

}

.header-middle .info-box li:last-child{

    margin-right: 0;

}

.header-middle .info-box li .icon-holder{

    position: absolute;

    top: 6px;

    left: 0;

}

.header-middle .info-box li .icon-holder span:before{

    font-size: 35px;

    line-height: 35px;

}

.header-middle .info-box li .title-holder{}

.header-middle .info-box li .title-holder span{

    color: #848484;

    font-weight: 500;

    font-family: 'Poppins', sans-serif;

}

.header-middle .info-box li .title-holder h4{

    color: #3a8475;

    font-size: 16px;

    font-weight: 600;

    margin: 1px 0 0;

}



.header-right {

    overflow: hidden;

    display: block;

    margin-top: 30px;

}

.header-right a{

    border-radius: 30px;    

}







/*==============================================

    Header Area Style Two Style Four Css

===============================================*/

.header-area.style-two{}

.header-area.style-two .header-right{}

.header-area.style-two .header-right .header-social-links {

    display: block;

    margin: 7px 0;

    overflow: hidden;

}

.header-area.style-two .header-right .header-social-links li{

    display: inline-block;

    float: left;

    margin-right: 10px;

}

.header-area.style-two .header-right .header-social-links li:last-child{

    margin-right: 0;

}

.header-area.style-two .header-right .header-social-links li a i{

    width: 36px;

    height: 36px;

    color: #848484;

    font-size: 14px;

    line-height: 36px;

    border: 1px dashed #d6d6d6;

    border-radius: 50%;

    text-align: center;

    transition: all 500ms ease;

}

.header-area.style-two .header-right .header-social-links li a:hover i{

    border-color: #69ad07;

    color: #69ad07;

}







/*==============================================

    Header Area Style Three Style Css

===============================================*/

.header-area.style-three.stricky-fixed {

    position: fixed; 

    top: 0;

    left: 0;

    width: 100%;

    z-index: 9999;

    background: #ffffff;

    box-shadow: 0px 2px 3px #f2f2f2;

    animation-name: menu_sticky;

    animation-duration: 0.60s;

    animation-timing-function: ease-out;

    transition: all .25s ease-in-out;

}

.header-area.style-three.stricky-fixed .logo {

    margin: 15px 0;

}

.header-area.style-three.stricky-fixed .main-menu .navigation li{

    padding: 22px 20px;    

}

.header-area.style-three.stricky-fixed .header-right{

    margin: 15px 0;    

}

.header-area.style-three.stricky-fixed .main-menu .navigation > li > ul > li{

    padding: 0;    

}



.header-area.style-three{

    padding: 0;

}

.header-area.style-three .logo {

    margin: 25px 0;

}

.header-area.style-three .header-middle {

    margin-left: 80px;

}

.header-area.style-three .main-menu .navigation li {

    border-left: none;

    padding: 32px 20px;

    transition: all 500ms ease;

}

.header-area.style-three .main-menu .navigation li:last-child{

    border: none;

}

.header-area.style-three .main-menu .navigation li a:before {

    display: none;

}

.header-area.style-three .main-menu .navigation li a:after {

    position: absolute;

    font-family: 'icomoon' !important;

    top: 0px;

    right: -10px;

    content: "\e902";

    display: block;

    transition: all 300ms ease;

    opacity: 1;

    background: none;

    font-size: 25px;

    font-weight: 400;

    opacity: 0;

    color: #69ad07;

}

.header-area.style-three .main-menu .navigation li.current a:after,

.header-area.style-three .main-menu .navigation li:hover a:after{

    opacity: 1;    

}



.header-area.style-three .main-menu .navigation > li > ul > li{

    padding: 0;

}

.header-area.style-three .main-menu .navigation > li > ul > li a:after{

    display: none;

}



.header-area.style-three .header-right {

    margin: 25px 0;

    transition: all 500ms ease;

}







/*** 

=============================================

	Mainmenu Area style

=============================================

***/

.header-area.style4{}

.header-area.style4 .header-middle .info-box li {

    margin-right: 45px;

}

.header-area.style4 .header-middle {

    margin-left: 5px;

    border-left: 1px dashed #d6d6d6;

    padding-left: 20px;

}





/*** 

=============================================

	Mainmenu Area style

=============================================

***/

.mainmenu-area {

    position: relative;

    background: #ffffff;

    z-index: 10;

    border-top: 1px dashed #d6d6d6;

}

.main-menu {

    float: left;

    position: relative;

}

.main-menu .navbar-collapse {

    padding: 0px

}

.main-menu .navigation {

    float: left;

    margin: 0;

    position: relative;

}

.main-menu .navigation li {

    float: left;

    position: relative;

    display: block;

    border-left: 1px dashed #d6d6d6;

    padding: 22px 20px;

}

.main-menu .navigation li:last-child{

    border-right: 1px dashed #d6d6d6;

}



.main-menu .navigation li a {

    position: relative;

    color: #202020;

    display: block;

    font-size: 14px;

    font-weight: 600;

    line-height: 14px;

    text-transform: uppercase;

    opacity: 1;

    padding: 11px 0px;

    transition: all 300ms ease;

    font-family: 'Poppins', sans-serif;

}

.main-menu .navigation > li:hover > a, 

.main-menu .navigation > li.current > a {

    color: #46c3e8;

}

.main-menu .navigation li a:before {

    position: absolute;

    top: 0px;

    left: 0px;

    content: "";

    display: block;

    width: 0%;

    height: 3px;

    transition: all 300ms ease;

    text-align: center;

    opacity: 1;

    background: #69ad07;

}

.main-menu .navigation li:hover a:before,

.main-menu .navigation li.current a:before{

    width: 100%;    

}

.main-menu .navigation li:hover > a:after,

.main-menu .navigation li.current > a:after,

.main-menu .navigation li.current-menu-item > a:after{

 

}

.main-menu .navigation > li > ul {

    position: absolute;

    left: 0px;

    top: 130%;

    width: 270px;

    padding: 0 20px;

    z-index: 100;

    visibility: hidden;

    opacity: 0;

    transition: all 500ms ease;

    display: block;

    border-top: 10px solid transparent;

    border-bottom: 2px solid #69ad07;

}

.main-menu .navigation > li > ul:before{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #ffffff;

    content: "";

    z-index: -1;

}

.main-menu .navigation > li:hover > ul {

    top: 100%;

    opacity: 1;

    visibility: visible;

}

.main-menu .navigation > li > ul > li {

    float: none;

    margin: 0;

    padding: 0;

    position: relative;

    width: 100%;

    border: none;

    display: block;

    transition: all 500ms ease;

}

.main-menu .navigation > li > ul > li:last-child{

    border-right: 0px dashed;    

}

.main-menu .navigation li ul li a {

    color: #222222;

    display: block;

    font-size: 16px;

    font-weight: 700;

    line-height: 20px;

    position: relative;

    text-transform: capitalize;

    transition: all 500ms ease 0s;

    padding: 16px 0px 14px;

    font-family: 'Roboto', sans-serif;

    border-bottom: 1px solid #f2f2f2;

}

.main-menu .navigation li ul li:last-child a{

    border-bottom: 1px solid transparent;

}

.main-menu .navigation li ul li a:before{

    display: none;

}



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

    color: #69ad07;

    padding: 16px 15px 14px;

    border-bottom: 1px solid #69ad07;

}

.main-menu .navigation li ul li:hover:last-child a{

    border-bottom: 1px solid transparent;

}

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

    overflow: hidden;

    margin-right: 45px;

    display: block;

    padding:5px 0;

}

.mainmenu-middle h2{

    font-size: 24px;

    font-weight: 500;

}

.mainmenu-middle h2 a{

    color: #FF4136;    

}

.mainmenu-middle h2 a span:before {

    display: inline-block;

    padding-right: 8px;

    font-size: 30px;

    position: relative;

    top: 3px;

}



.mainmenu-right{}

.outer-search-box {

    display: inline-block;

    float: left;

}

.outer-search-box .seach-toggle {

    background: transparent;

    color: #69ad07;

    cursor: pointer;

    font-size: 16px;

    margin: 0;

    position: relative;

    text-align: center;

    transition: all 500ms ease;

    height: 80px;

    display: block;

    width: 77px;

    border-left: 1px dashed #d6d6d6;

    border-right: 1px dashed #d6d6d6;

    line-height: 78px;

}

.outer-search-box .seach-toggle:hover,

.outer-search-box .seach-toggle.active{

    color: #1d1d1d;

}

.search-box {

    opacity: 0;

    padding: 20px;

    position: absolute;

    right: 15px;

    top: 120%;

    transition: all 500ms ease 0s;

    visibility: hidden;

    z-index: 100;

}

.search-box.now-visible {

    top: 100%;

    opacity: 1;

    visibility: visible;

    z-index: 100;

}

.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 #1d1d1d;

    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: #000000;	

}

.search-box .form-group button, 

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

    background: #1d1d1d;

    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: #000;

}







/*** 

=====================================================

	Mainmenu Area Style Two style

=====================================================

***/

.mainmenu-area.style-two.stricky-fixed{

    background: #1D1D1D; 

    box-shadow: none;

}

.mainmenu-area.style-two {

    border: none;

}

.mainmenu-area.style-two .container {

    background: #1d1d1d;    

}

.mainmenu-area.style-two .main-menu .navigation li {

    border-left: 1px dashed #444444;

}

.mainmenu-area.style-two .main-menu .navigation li:last-child {

    border-right: 1px dashed #444444;

}

.mainmenu-area.style-two .main-menu .navigation li a {

    color: #ffffff;

}

.mainmenu-area.style-two .main-menu .navigation > li:hover > a, 

.mainmenu-area.style-two .main-menu .navigation > li.current > a {

    color: #69ad07;

}

.mainmenu-area.style-two .main-menu .navigation > li > ul > li {

    border: none; 

}

.mainmenu-area.style-two .main-menu .navigation > li > ul > li:last-child{

    border: none;

}

.mainmenu-area.style-two .main-menu .navigation li ul li a {

    color: #222222;

}

.mainmenu-area.style-two .main-menu .navigation li ul li:hover a{

    color: #69ad07;    

}



.mainmenu-area.style-two .mainmenu-right {

    display: block;

    margin-left: 70px;

}

.mainmenu-area.style-two .outer-search-box .seach-toggle {

    height: 80px;

    width: 50px;

    border: none;

}

.mainmenu-area.style-two .outer-search-box .seach-toggle:hover,

.mainmenu-area.style-two .outer-search-box .seach-toggle.active{

    color: #ffffff;

}

.mainmenu-area.style-two .mainmenu-middle {

    position: relative;

    margin: 0;

    padding: 14px 0 12px;

    padding-left: 50px;

    background: #69ad07;

    width: 300px;

}

.mainmenu-area.style-two .mainmenu-middle:before{

    position: absolute;

    top: 0;

    left: 0;

    width: 22px;

    height: 80px;

    background: url(../images/mainmenu-right-bg.png);

    content: "";

}

.mainmenu-area.style-two .mainmenu-middle .inner-content{

    display: inline-block;

    position: relative;

    padding-left: 50px;

}

.mainmenu-area.style-two .mainmenu-middle .inner-content .icon-holder {

    position: absolute;

    top: 11px;

    left: 0;

}

.mainmenu-area.style-two .mainmenu-middle .inner-content .icon-holder span:before{

    color: #fff;

    font-size: 30px;

    line-height: 30px;

}

.mainmenu-area.style-two .mainmenu-middle .inner-content .title-holder{}

.mainmenu-area.style-two .mainmenu-middle .inner-content .title-holder span{

    color: #ffffff;

    font-size: 18px;

    font-weight: 500;

    font-family: 'Poppins', sans-serif;

}

.mainmenu-area.style-two .mainmenu-middle .inner-content .title-holder h3{

    color: #ffffff;

    font-size: 20px;

    font-weight: 500; 

    margin: 1px 0 0;

}







/*** 

=====================================================

	Mainmenu Area Style Two style

=====================================================

***/

.mainmenu-area.style4{}

.mainmenu-area.style4 .inner-content{

    position: relative;

    display: block;

}

.mainmenu-area.style4 .mainmenu-left {

    float: left;

    max-width: 1090px;

    width: 100%;

}

.mainmenu-area.style4 .logo {

    max-width: 350px;

    width: 100%;

    border-left: 1px dashed #d6d6d6;

    display: block;

    padding: 15px 0;

    padding-left: 30px;

    z-index: 10;

}

.mainmenu-area.style4 .main-menu{

    float: left;      

}

.mainmenu-area.style4 .main-menu .navigation li:last-child{

    border-right: none;

}

.mainmenu-area.style4 .outer-search-box .seach-toggle {



}

.mainmenu-area.style4 .outer-search-box .search-box {

    right: 0;

}



.mainmenu-area.style4 .mainmenu-right {

    width: 80px;

}







/*** 

=====================================================

	Main Slider style

=====================================================

***/

.rev_slider_wrapper {

    position: relative;

    z-index: 1;

}

.rev_slider_wrapper .tp-caption{

	z-index:5 !important;

}

.rev_slider_wrapper .tp-dottedoverlay{

	background:rgba(0, 0, 0, 0.4) !important;	

}

.rev_slider_wrapper .slide-content{

    position: relative;

    display: block;

}

.rev_slider_wrapper .slide-content .title{

    position: relative;

    color: #ffffff;

    font-size: 18px;

    font-weight: 500;

    line-height: 26px;

    font-family: 'Roboto', sans-serif;

}

.rev_slider_wrapper .slide-content .big-title{

	position: relative;

	font-weight: 500;

	font-size: 60px;

	color: #ffffff;

	line-height: 1.2em;

	font-family: 'Roboto', sans-serif;

}

.rev_slider_wrapper .slide-content .big-title span{

	font-weight: 400;

    color: #fff000;

    display: inline-block;

    padding-right: 20px;

    text-transform: capitalize;

    font-family: 'Kaushan Script', cursive;

}

.rev_slider_wrapper .slide-content .text{

	position: relative;

	font-size: 20px;

	font-weight: 400;

	color: #ffffff;

	line-height: 1.6em;

    font-family: 'Roboto', sans-serif;

    display: block;

    padding-left: 25px;

}

.rev_slider_wrapper .slide-content .text:before{

    position: absolute;

    top: 8px;

    left: 0;

    width: 5px;

    height: 48px;

    content: "";

    background: #fff000;

}

.rev_slider_wrapper .slide-content .btns-box{}

.rev_slider_wrapper .slide-content .btns-box a{

    border-radius: 30px;

    padding: 20px 60px 21px;

}





.rev_slider_wrapper .slide-content.right-slide .title{

    background: #fff;

    color: #222222;

    text-transform: uppercase;

    display: inline-block;

    padding: 13px 30px 12px;    

}

.rev_slider_wrapper .slide-content.right-slide .big-title{

    background: #fff;

    color: #222222;

    display: inline-block;

    padding: 9px 20px 19px;        

}

.rev_slider_wrapper .slide-content.right-slide .big-title span{

    color: #69ad07;

    padding: 0;

    padding-right: 20px;

}

.rev_slider_wrapper .slide-content.right-slide .text{

    position: relative;

    padding-right: 35px;

    text-align: right;

}

.rev_slider_wrapper .slide-content.right-slide .text:after{

    position: absolute;

    top: 8px;

    right: 0;

    width: 5px;

    height: 48px;

    content: "";

    background: #fff000;    

}

.rev_slider_wrapper .slide-content.right-slide .text:before{

    display: none;

}





.rev_slider_wrapper .slide-content.middle-slide{

    position: relative;

    display: block;



    height: auto;

    width: 100%;

    height: 100%;

    padding: 0px 125px 67px;

}

.rev_slider_wrapper .slide-content.middle-slide:before{

    position: absolute;

    top: 11px;

    left: 0;

    max-width: 970px;

    max-height: 247px;

    width: 100%;

    height: 100%;

    background: url(../images/slide-border.png);

    content: "";

    background-size: 100% 100%;

}

.rev_slider_wrapper .slide-content.middle-slide .title{

    text-transform: uppercase;

}

.rev_slider_wrapper .slide-content.middle-slide .title span{

    color: #fff000;

}

.rev_slider_wrapper .slide-content.middle-slide .big-title{

    margin: 19px 0 17px;

}

.rev_slider_wrapper .slide-content.middle-slide .text{

    margin-bottom: 31px;    

}

.rev_slider_wrapper .slide-content.middle-slide .text:before{

    display: none;

}

.rev_slider_wrapper .slide-content.middle-slide{}

.rev_slider_wrapper .slide-content.middle-slide{}





.tparrows {

    background: rgba(255, 255, 255, .30);

    height: 110px;

    width: 45px;

    border: none;

    cursor: pointer;

    display: block;

    position: absolute;

    z-index: 1000;

    transition: all 500ms ease;

    border-radius: 0px;

}

.tparrows:before{

    font-size: 18px; 

    font-weight: 700;

    color: #c0c0c0; 

    display: block; 

    line-height: 110px; 

    text-align: center;

    transition: all 500ms ease;

}

.tparrows:hover{

    background: #ffffff;

}

.tparrows:hover:before{

    color: #1d1d1d;    

}







.rev_slider_wrapper.style-two {

    margin-top: -180px;

}

.rev_slider_wrapper.style-two .tp-dottedoverlay{

	background:rgba(0, 0, 0, 0.50) !important;	

}







/*** 

=============================================

    Call Toaction Area style

=============================================

***/

.call-toaction-area{

    position: relative;

    background: #ffffff;

    margin-top: 0px;

    z-index: 1;

}

.call-toaction-area .inner-content{

    -moz-box-shadow: 0px 2px 5px #f2f2f2;

    -webkit-box-shadow: 0px 2px 5px #f2f2f2;

    box-shadow: 0px 2px 5px #f2f2f2;

}

.call-toaction-area ul {

    display: block;

    position: relative;

    padding-top: 50px;

    padding-bottom: 50px;

    margin-top: -100px;

    background: #ffffff;

}

.call-toaction-area ul li {

    position: relative;

    display: block;

    overflow: hidden;

    background: #ffffff;

    max-width: 292px;

    float: left;

    width: 100%;

    padding: 36px 30px 36px;

    border-right: 1px dashed #d6d6d6;

    height: 200px;

    z-index: 1;

}

.call-toaction-area ul li:last-child{

    border-right: none;

}

.call-toaction-area ul li .content-box{

    position: relative;

    display: block;

}

.call-toaction-area ul li .content-box .icon-holder{

    display: block;

    position: relative;

}

.call-toaction-area ul li .content-box .icon-holder span:before{

    font-size: 128px;

    line-height: 128px;

    color: #f2f2f2;

}

.call-toaction-area ul li .content-box .icon-holder .title {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

}

.call-toaction-area ul li .content-box .icon-holder h3 {

    padding: 50px 0;

}



.call-toaction-area ul li .content-box .overlay-box{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #ffffff;

    transform: rotateX(150deg);

    opacity: 0;

    transition: all 500ms ease;

}

.call-toaction-area ul li:hover .content-box .overlay-box{

    transform: rotateX(0deg); 

    opacity: 1;

}

.call-toaction-area ul li .content-box .overlay-box h3{

    margin: 0 0 12px;

}

.call-toaction-area ul li .content-box .overlay-box p{

    margin: 0 0 15px;

}

.call-toaction-area ul li .content-box .overlay-box a {

    display: inline-block;

    height: 23px;

    width: 25px;

    transform: rotate(180deg);

}

.call-toaction-area ul li .content-box .overlay-box a span:before{

    font-size: 23px;

    line-height: 23px;

}







/*** 

=============================================

    Services Area Style      

=============================================

***/

.services-area{

    padding-top: 60px;

    background: #ffffff;

    z-index: 100;

}

.services-area .single-service-item{

    margin-top: 41px;    

}

.single-service-item {

    position: relative;

    display: block;

    margin-bottom: 40px;

    transition: all 500ms ease;

    transition-delay: .9s;

}

.single-service-item .inner-content{

    position: relative;

}



.single-service-item .inner-content .title-holder{

    position: relative;

    display: block;

    border: 1px solid #f2f2f2;

}

.hexagon-content {

    position: absolute;

    top: -43px;

    left: 0;

    right: 0;

    width: 78px;

    height: 87px;

    margin: 0 auto;

    display: block;

    padding: 10px 9px;

    z-index: 1;

}

.hexagon-content:before{

    position: absolute;

    top: 0;

    left: 0;

    width: 78px;

    height: 87px;

    background: url(../images/hexagon-bg.png);

    content: "";

    z-index: -1;

}

.hexagon {

    position: relative;

    width: 60px;

    height: 65px;

    display: block;

    padding: 14px 0px;

    z-index: 1;

}

.hexagon:before {

    position: absolute;

    top: 0;

    left: 0;

    width: 60px;

    height: 65px;

    background: url(../images/icon-inner-bg.png);

    content: "";

    z-index: -1;

}

.single-service-item .inner-content .title-holder .title{

    display: block;

    padding-top: 60px;

}

.single-service-item .inner-content .title-holder .title h3{

    margin-bottom: 18px;

}

.single-service-item .inner-content .title-holder .title h3 a{

    color: #222222;

    transition: all 500ms ease;

}

.single-service-item:hover .inner-content .title-holder .title h3 a{

    color: #69ad07;

}

.single-service-item .inner-content .title-holder .icon{

    display: block;

}

.single-service-item .inner-content .title-holder .icon span:before{

    font-size: 35px;

    line-height: 35px;

}



.single-service-item .inner-content .img-holder{

    position: relative;

    display: block;

    overflow: hidden;

}

.single-service-item .inner-content .img-holder img{

    transition: all 0.5s ease-in-out 0.5s;

    width: 100%;

    transform: scale(1.1, 1.1);

}

.single-service-item:hover .inner-content .img-holder img{

    transform: scale(1.2, 1.2);    

}

.single-service-item .inner-content .img-holder .overlay-style-one{



}

.single-service-item:hover .inner-content .img-holder .overlay-style-one{

    transform: rotateX(0deg);

    opacity: 1;

}

.single-service-item .inner-content .img-holder .overlay-style-one .content a {  

    color: #ffffff;

    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

    font-family: 'Poppins', sans-serif;

    transition: all 500ms ease;

}

.single-service-item .inner-content .img-holder .overlay-style-one .content a span:before {

    font-size: 18px;

    line-height: 18px;

    display: inline-block;

    transform: rotate(180deg);

    padding-right: 7px;

    position: relative;

    top: 3px;

}





.single-service-item .inner-content .text-holder{

    display: block;

    border: 1px solid #f2f2f2;

    border-top: none;

    padding: 20px 18px 18px;

}

.single-service-item .inner-content .text-holder p{

    margin: 0;

}



.services-area .owl-dots {

    position: relative;

    margin-top: 0px !important;

}

.services-area .owl-dots .owl-dot{

	background-image:none;

	width: 12px;

	height: 12px;

	margin: 5px 7px;

    border: 2px solid #d9d9d9;

	padding: 0px;

	background: #ffffff;

	border-radius: 50%;

	transition: all 500ms ease;

	display: inline-block;

}

.services-area .owl-dots .owl-dot span{

	display: none;	

}

.services-area .owl-dots .owl-dot.active{

	background: #69ad07;

    border-color: #69ad07;

}







/*** 

=============================================

    Slogan area style

=============================================

***/

.slogan-area{

    display: block;

    position: relative;

    padding-bottom: 50px;

}

.slogan-area .inner-content{

    position: relative;

    display: block;

}



.slogan-left-content {

    background-attachment: scroll;

    background-position: center top;

    background-repeat: no-repeat;

    background-size: cover;

    position: relative;

    z-index: 1;

    max-width: 870px;

    min-height: 130px;

    padding: 10px;

}

.slogan-left-content::before {

    background: rgba(105, 173, 7, 0.90) none repeat scroll 0 0;

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: -1;

}

.slogan-left-content::after {

    background: url(../images/slogan-border.png);

    background-repeat: no-repeat;

    background-size: 100% 100%;

    content: "";

    left: 10px;

    right: 20px;

    top: 10px;

    bottom: 10px;

    position: absolute;

    z-index: -1;

}

.slogan-left-content h3 {

    color: #ffffff;

    font-size: 22px;

    padding: 41px 0;

    padding-left: 30px;

}



.slogan-area .inner-content .right-content {

    position: absolute;

    top: 0;

    right: 0;

    max-width: 370px;

    width: 100%;

    min-height: 130px;

    background: url(../images/slogan-right-bg.png);

    background-repeat: no-repeat;

    background-size: 100% 100%;

    z-index: 10;

    text-align: center;

    display: block;

    padding: 51px 0;

    padding-left: 29px;

}

.slogan-area .inner-content .right-content.with-btn {

    padding: 40px 0;

}

.slogan-area .inner-content .right-content h3{

    font-size: 24px;

}







/*** 

=============================================

    Latest project area style

=============================================

***/

.latest-project-area{

    background-attachment: fixed;

    background-position: center top;

    background-repeat: no-repeat;

    background-size: cover;

    padding-top: 90px;

    padding-bottom: 90px;

    position: relative;

    z-index: 1;

}

.latest-project-area #particles-js {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    width: 100%;

    height: 100%;

    background-color: transparent;

    background-image: url("");

    background-repeat: no-repeat;

    background-size: cover;

    background-position: 50% 50%; 

    z-index: -1;

}

canvas{

    display:block;

    vertical-align:bottom;

}

.latest-project-area .container-fluid {

    padding: 0 15px;

}

.latest-project-area .sec-title{}

.latest-project-area .sec-title .title{

    color: #ffffff;

}

.latest-project-area .sec-title .title:before{

    display: none;

}



.filters {

    display: block;

}

.filters ul{

    display: block;

    border-top: 1px dashed #424242;

    border-bottom: 1px dashed #424242;

}

.filters li {

    display: inline-block;

    float: left;

    line-height: 20px;

    margin-right: 35px;

}

.filters li:last-child{

    margin-right: 0;

}

.filters li span {

    position: relative;

    color: #ffffff;

    cursor: pointer;

    display: block;

    font-size: 16px;

    line-height: 16px;

    font-weight: 600;

    text-transform: capitalize;

    transition: all 500ms ease 0s;

    font-family: 'Poppins', sans-serif;

    display: block;

    padding: 14px 0px 14px;

}

.filters li.active span, 

.filters li:hover span {

    color: #69ad07;

}

.project-content {

    position: relative;

    display: block;

    width: 100%;

    margin: 0;

}

.single-project-item{

    overflow: hidden;

    display: block;

}

.single-project-item .img-holder{

    position: relative;

    display: block;

    overflow: hidden;

}

.single-project-item .img-holder img {

    width: 100%;

    transition: all 1s ease-in-out;

}

.single-project-item:hover .img-holder img {  

    -webkit-transform:scale(1.1);

    transform:scale(1.1);

}

.single-project-item .img-holder .overlay-style-one {

    position: absolute;

    top: -100%;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(105, 173, 7, 0.9);

    transform: none;

    opacity: 1;

}

.single-project-item:hover .img-holder .overlay-style-one{

    top: 0%;

    opacity: 1;

}

.single-project-item .img-holder .overlay-style-one .box {

    position: absolute;

    left: 0px;

    right: 0px;

    bottom: 32px;

    width: auto;

    padding: 0 40px;

}

.single-project-item .img-holder .overlay-style-one .box .content {

    transform: scale(1.2);

    opacity: 0;

    text-align: left;

    vertical-align: bottom;

    left: 40px;

    bottom: 35px;

    transition: all 2s ease-in-out;

}

.single-project-item:hover .img-holder .overlay-style-one .box .content{

    transform: scale(1);

    opacity: 1;

    transition: all 2s ease-in-out;

}



.single-project-item .img-holder .overlay-style-one .box .content h3{

    margin: 0 0 2px;    

}

.single-project-item .img-holder .overlay-style-one .box .content h3 a{

    color: #ffffff;    

}

.single-project-item .img-holder .overlay-style-one .box .content p{

    color: #ffffff;

    margin: 0;

}

.single-project-item .img-holder .overlay-style-one .box .content .border{

    height: 2px;

    width: 100%;

    display: block;

    background: rgba(255, 255, 255, 0.40);

    border: none !important; 

    margin: 13px 0 14px;

}

.single-project-item .img-holder .overlay-style-one .box .content .bottom-text{}

.single-project-item .img-holder .overlay-style-one .box .content .bottom-text p{

    line-height: 26px;

}



.single-project-item .img-holder .inner-content{

    position: absolute;

    left: 40px;

    right: 40px;

    bottom: 40px;

    transition: all 3s ease-in-out;

}

.single-project-item:hover .img-holder .inner-content{

    opacity: 0;    

}

.single-project-item .img-holder .inner-content





.single-project-item .img-holder .inner-content h3{

    display: block;

    margin: 0 0 2px;

}

.single-project-item .img-holder .inner-content h3 a{

    color: #ffffff;

}

.single-project-item .img-holder .inner-content p{

    color: #69ad07;

    margin: 0 0 13px;

}

.single-project-item .img-holder .inner-content .border {

    height: 2px;

    width: 100%;

    display: block;

    background: rgba(255, 255, 255, 0.25);

    border: none !important;

}







/*** 

=============================================

    About Area style

=============================================

***/

.about-area {

    display: block;

    padding-top: 90px;

    padding-bottom: 90px;

}

.about-text{}

.about-text .img-holder{

    display: block;

    margin-bottom: 25px;

}

.about-text .img-holder img{

    display: block;

    width: 100%;

}

.about-text .inner-content{

        

}

.about-text .inner-content p{

    margin: 0;

}



.about-right-box {

    position: relative;

    display: block;

}

.about-right-box ul{

    overflow: hidden;

}

.about-right-box ul li {

    position: relative;

    display: block;

    min-height: 125px;

    padding-left: 80px;

}

.about-right-box ul li:before{

    position: absolute;

    top: 0;

    left: 39px;

    width: 1px;

    height: 100%;

    background: none;

    border-left: 1px dashed #d6d6d6;

    content: "";

}

.about-right-box ul li:last-child{

    margin-bottom: 0;

}

.about-right-box ul li:last-child:before{

    display: none;

}



.about-right-box ul li .year {

    position: absolute;

    top: 0;

    left: 0;

    display: block;

    width: 80px;

    height: 40px;

    text-align: center;

    border: 1px dashed #d6d6d6;

    background: #ffffff;

}

.about-right-box ul li:hover .year{

    border: 1px dashed #69ad07;    

}

.about-right-box ul li .year h3 {

    display: block;

    line-height: 38px;

}

.about-right-box ul li:hover .year h3{

    color: #69ad07;    

}

.about-right-box ul li .text{

    padding-left: 30px;

}

.about-right-box ul li .text h3 {

    margin: 0 0 6px;

    position: relative;

    top: -6px;

}

.about-right-box ul li:hover .text h3{

    color: #69ad07;        

}

.about-right-box ul li .text p{

    margin: 0;

}

.about-area .read-more-button {

    display: block;

    overflow: hidden;

    border-top: 1px solid #f2f2f2;

    margin-top: 15px;

    padding-top: 40px;

}

.about-area .read-more-button a {

    border-radius: 30px;

    padding: 18px 45px;

}







/*** 

=============================================

    Project Info area style

=============================================

***/

.project-info-area{

    background-attachment: scroll;

    background-position: center top;

    background-repeat: no-repeat;

    background-size: cover;

    padding-top: 150px;

    padding-bottom: 150px;

    position: relative;

    z-index: 1;

}

.project-info-area::before {

    background: rgba(18, 32, 0, 0.70) none repeat scroll 0 0;

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: -1;

} 

.project-info-area .project-info-carousel{

    max-width: 570px;

    width: 100%;  

    float: right;

}

.single-project-info{

    display: block;

    background: #69ad07;

    padding: 48px 40px 98px;

}

.single-project-info .top {

    display: block;

    overflow: hidden;

}

.single-project-info .top .left{

    float: left;

}

.single-project-info .top .left .big-title {

    color: #ffffff;

    font-size: 60px;

    font-weight: 600;

    font-family: 'Poppins', sans-serif;

    line-height: 50px;

}

.single-project-info .top .left h3{

    color: #ffffff;

    font-size: 22px;

    font-weight: 500;

    margin: 21px 0 0;

}

.single-project-info .top .right{

    float: right;

}

.single-project-info .top .right span:before{

    font-size: 100px;

    line-height: 100px;

    color: #fff000;

}

.single-project-info .text-holder{

    display: block;

    overflow: hidden;

    margin-top: 26px;

}

.single-project-info .text-holder p{

    color: #ffffff;

    font-size: 18px;

    line-height: 26px;

    margin: 0;

}



.project-info-area .owl-theme .owl-nav {

    left: 30px;

    position: absolute;

    width: 80px;

    bottom: 77px;

}

.project-info-area .owl-theme .owl-nav .owl-prev {

  background: transparent;

  display: block;

  height: 30px;

  left: 0;

  position: absolute;

  top: 0;

  transition: all 700ms ease 0s;

  width: 30px;

  z-index: 10;

}

.project-info-area .owl-theme .owl-nav .owl-next {

  background: transparent;

  display: block;

  height: 30px;

  position: absolute;

  right: 0;

  top: -2px;

  width: 30px;

  z-index: 10;

  transform: rotate(180deg);

  transition: all 700ms ease 0s;

}

.project-info-area .owl-theme .owl-nav div .fa:hover{

    color: #3d6602;    

}

.project-info-area .owl-theme .owl-nav div span:before {

    color: #ffffff;

    font-size: 20px;

    line-height: 20px;

    transition: all 500ms ease;

}

.project-info-area .owl-theme .owl-nav div:hover span:before{

    color: #e6e1e1;

}







/*** 

==========================================================

	Land Scape area Style

==========================================================

***/

.land-scape-area{

    display: block;

    padding-top: 90px;

    padding-bottom: 90px;

}

.landscape-steps{}

.landscape-steps ul{

    overflow: hidden;

    display: block;

}

.landscape-steps ul li {

    max-width: 390px;

    float: left;

    width: 100%;

    border-right: 1px solid #f2f2f2;

    min-height: 155px;

    text-align: center;

}

.landscape-steps ul li:last-child{

    border-right: none;

}

.landscape-steps ul li .icon-holder{

    display: block;

    margin-bottom: 30px;

}

.landscape-steps ul li .icon-holder span:before{

    font-size: 55px;

    line-height: 55px;

}

.landscape-steps ul li .border-box{

    width: 2px;

    height: 30px;

    display: block;

    margin: 0 auto;

}

.landscape-steps ul li .border-box.vertical{

    transform: rotate(90deg);

}

.landscape-steps ul li h3 {

    display: block;

    margin-top: 13px;

}



.landscape-content{

    position: relative;

    max-width: 970px;

    margin: 50px auto 0;

    padding: 55px 60px 0;

    border-top: 2px solid #f2f2f2;

    text-align: center;

}

.landscape-content:before {

    position: absolute;

    top: -3px;

    left: 0;

    right: 0;

    width: 64px;

    height: 34px;

    background: url(../images/landscape-content-bg.png);

    background-repeat: no-repeat;

    content: "";

    background-color: #ffffff;

    margin: 0 auto;

}

.landscape-content p{

    font-size: 18px;

    line-height: 26px;

    margin: 0 0 25px;

}

.landscape-content a{

    font-size: 20px;

    font-weight: 500;

    font-family: 'Poppins', sans-serif;

    transition: all 500ms ease;

}

.landscape-content a span:before {

    display: inline-block;

    font-size: 25px;

    line-height: 25px;

    padding-right: 7px;

    position: relative;

    top: 4px;

}

.landscape-content a:hover{

    color: #000000;

}







/*** 

==========================================================

	Testimonials area Style

==========================================================

***/

.testimonial-area{

    padding-top: 90px;

    padding-bottom: 90px;  

}

.testimonial-area .sec-title .title:before{

    color: #343433;

}







.video-content-box {

    position: relative;

    display: block;

    min-width: 535px;

    float: left;

}

.video-holder {

    position: relative;

    overflow: hidden;

    width: 100%;

}

.video-holder img {

    transform: scale(1);

    transition: all 0.5s ease 0s;

    width: 100%;

}

.video-holder .overlay-gallery {

    background-color: transparent;

    bottom: 0;

    height: 100%;

    left: 0;

    position: absolute;

    right: 0;

    top: 0;

    width: 100%;

    transition: all 500ms ease;

}

.video-holder .overlay-gallery .icon-holder{

    display: table;

    height: 100%;

    width: 100%;

    text-align: center;

}

.video-holder .overlay-gallery .icon-holder .icon{

    display: table-cell;

    vertical-align: middle;    

}

.video-holder .overlay-gallery .icon-holder .icon a img{

    width: auto;

    transform: scale(1);

    transition: all 0.5s ease 0s;

}

.video-holder:hover .overlay-gallery {

    background-color: rgba(0, 0, 0, 0.90);

}

.video-holder:hover img {

    transform: scale(1.1);

}

.video-holder .overlay-gallery .icon-holder .icon a:hover img{

    transform: scale(1.1);

}

















.testimonial-area .testimonial-outer{}

.testimonial-block-one{

	position:relative;

}

.testimonial-block-one .inner-box{

	position:relative;

	text-align:left;

}

.testimonial-block-one .inner-box .icon-holder{

	position:relative;

	margin-bottom:40px;

}

.testimonial-block-one .inner-box .icon-holder span:before{

    font-size: 40px;

    line-height: 40px;

}

.testimonial-block-one .inner-box .text{

	position:relative;

	margin-bottom: 23px;

}

.testimonial-block-one .inner-box .text p{

    color: #ffffff;

    font-size: 24px;

    line-height: 36px;

    margin: 0;

}

.testimonial-block-one .author-content {

	text-align: left;

}

.testimonial-block-one .author-content h3 {

	color: #ffffff;

	font-size: 18px;

	font-weight:  600;

}

.testimonial-block-one .author-content h3 span{

    font-weight: 400;

    font-family: 'Roboto', sans-serif;

}

.testimonial-block-one .author-content .review-box{

    overflow: hidden;

    display: block;

}

.testimonial-block-one .author-content .review-box ul{

    overflow: hidden;

    margin-top: 3px;

}

.testimonial-block-one .author-content .review-box ul li{

    margin-right: 5px;

}

.testimonial-block-one .author-content .review-box ul li:last-child{

    margin-right: 0;

}

.testimonial-block-one .author-content .review-box ul li i{

    color: #69ad07;

    font-size: 16px;

}





.testimonial-area .client-thumb-outer {

    position: relative;

    max-width: 210px;

    margin-top: 39px;

    overflow: hidden;

}

.testimonial-area .client-thumb-outer .owl-item{

	position: relative;

	opacity:1;

}

.testimonial-area .client-thumb-outer .owl-item .thumb-box{

    position: relative;

}

.testimonial-area .client-thumb-outer .owl-item .thumb-box:before {

	position: absolute;

	content: '';

	background: #000;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	opacity: 0.4;

	z-index: 9;

	cursor: pointer;

	border-radius: 50%;

}

.testimonial-area .client-thumb-outer .owl-item.active .thumb-box:before {

	opacity: 0;

}





.testimonial-area .client-thumb-outer .owl-item.active{

	opacity:1;

}

.testimonial-area .client-thumb-outer .owl-item.active .thumb-item .thumb-box{

    transform: scale(1.0, 1.0);

}

.testimonial-area .client-thumb-outer .client-thumbs-carousel{

	position: relative;

    max-width: 75px;

    margin: 0 auto;

	text-align:center;

}

.testimonial-area .client-thumb-outer .client-thumbs-carousel .owl-stage-outer{

	overflow:visible;

}

.testimonial-area .client-thumb-outer .thumb-item .thumb-box {

    width: 75px;

    height: 75px;

    cursor: pointer;

    border-radius: 50%;

    margin: 0 auto;

    transform: scale(0.7, 0.7);

}

.testimonial-area .client-thumb-outer .client-thumbs-carousel .thumb-item img{

	overflow:hidden;

	width:100%;

	height:100%;

	display:block;

	border-radius:50%;

}

.testimonial-area .client-thumb-outer .owl-item.active .thumb-item img{

    border: 2px solid #69ad07;

}





.testimonial-area .owl-nav{

    position: absolute;

    left: 0px;

    top: 50%;

    margin-top: -65px;

    width: 100%;

    display: none;

}

.testimonial-area .owl-nav .owl-prev,

.testimonial-area .owl-nav .owl-next{

	display:inline-block;

	color: #d1d1d1;

	font-size: 20px;

	width:50px;

	height:50px;

	text-align:center;

	line-height:48px;

	-webkit-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	transition:all 300ms ease;

}

.testimonial-area .owl-nav .owl-prev:hover,

.testimonial-area .owl-nav .owl-next:hover{

	color: #000000;

}

.testimonial-area .owl-nav .owl-prev{

	position:absolute;

	left:0px;

}

.testimonial-area .owl-nav .owl-next{

	position:absolute;

	right:0px;

}







/*** 

=============================================

    Latest blog Area style

=============================================

***/

.latest-blog-area {

    background: #ffffff;

    position: relative;

    display: block;

    padding-top: 90px;

    padding-bottom: 50px;

}

.latest-blog-area .sec-title{}

.latest-blog-area .read-more {

    display: block;

    margin-top: -2px;

}

.latest-blog-area .read-more a{

    border-radius: 30px;

}



.single-blog-post {

    position: relative;

    overflow: hidden;

    display: block;

    margin-bottom: 40px;

    transition: all 500ms ease;

    transition: all 0.5s ease-in-out 0.6s;

}

.single-blog-post:hover{

    box-shadow: 0px 2px 4px #ededed;

}

.single-blog-post .img-holder{

    display: block;

    overflow: hidden;

    position: relative;     

}

.single-blog-post .img-holder img {

    transition: all 0.5s ease-in-out 0.6s;    

    width: 100%;

    transform: scale(1.1, 1.1);  

}

.single-blog-post:hover .img-holder img {

    transform: scale(1.2, 1.2);

}

.single-blog-post .img-holder .overlay-style-one {

    position: absolute;

    top: 0px;

    left: 0px;

    right: 0px;

    bottom: 0px;

    width: auto;

    height: auto;

    opacity: 1;

    transition: all 500ms ease;

    background: rgba(105, 173, 7, 0.90);

    transform: translate3d(0px, 100%, 0px);

}

.single-blog-post:hover .img-holder .overlay-style-one{

    transform: translate3d(0px, 0, 0px);

}

.single-blog-post .img-holder .overlay-style-one .box .content {}

.single-blog-post .img-holder .overlay-style-one .box .content a span:before{

    font-size: 35px;

    line-height: 35px;

    color: #ffffff;

    display: inline-block;

    transition: all 900ms ease;

}

.single-blog-post .img-holder .overlay-style-one .box .content a:hover span:before{

    color: #000000;

}





.single-blog-post .text-holder {

    display: block;

    transition: all 500ms ease;

    padding: 23px 28px 0px;

    border: 1px solid #f2f2f2;

}

.single-blog-post .text-holder .blog-title {

    display: block;

    line-height: 26px;

    font-size: 18px;

}

.single-blog-post .text-holder .blog-title a{

    color: #222222;

    transition: all 500ms ease;

}

.single-blog-post .text-holder .blog-title a:hover{

    color: #69ad07;

}



.single-blog-post .text-holder .meta-box {

    display: block;

    overflow: hidden;

    margin-top: 16px;

}

.single-blog-post .text-holder .meta-box span{

    font-size: 14px;

    font-weight: 600;

    font-family: 'Poppins', sans-serif;

}

.single-blog-post .text-holder .meta-box .meta-info {

    overflow: hidden;

    padding-top: 7px;

    padding-bottom: 27px;

    border-bottom: 1px solid #f2f2f2;

}

.single-blog-post .text-holder .meta-box .meta-info li {

    display: inline-block;

    float: left;

    line-height: 16px;

}

.single-blog-post .text-holder .meta-box .meta-info li:last-child{}

.single-blog-post .text-holder .meta-box .meta-info li a{

    color: #848484;

    font-size: 16px;

    font-weight: 400;

    text-transform: capitalize;

    font-family: 'Roboto', sans-serif;

    transition: all 500ms ease;

    line-height: 16px;    

}

.single-blog-post .text-holder .meta-box .meta-info li a:hover{

    color: #1d1d1d;

}



.single-blog-post .text-holder .bottom {

    display: block;

    padding: 13px 0 23px;

}

.single-blog-post .text-holder .bottom a{

    color: #222222;

    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

    font-family: 'Poppins', sans-serif;

    transition: all 900ms ease;

}

.single-blog-post:hover .text-holder .bottom a{

    color: #69ad07;    

}







/*** 

=============================================

    Subscribe Form Area style

=============================================

***/

.award-area {

    background-attachment: fixed;

    background-position: center top;

    background-repeat: no-repeat;

    background-size: cover;

    position: relative;

    padding-top: 119px;

    padding-bottom: 119px;

    z-index: 1;

}

.award-area::before {

    background: rgba(37, 61, 5, 0.80) none repeat scroll 0 0;

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: -1;

} 



.award-left {

    max-width: 330px;

    width: 100%;

    position: relative;

    text-align: center;

    display: block;

    margin: 28px 0 10px;

}

.award-left:before {

    position: absolute;

    top: -20px;

    left: 0;

    width: 330px;

    height: 178px;

    background: url(../images/award-left-bg.png);

    content: "";

}

.award-left h2 {

    color: #fff;

    font-size: 24px;

    font-weight: 700;

    line-height: 32px;

    text-transform: capitalize;

    margin: 0 0 3px;

}

.award-left h3{

    color: #fff000;

    font-size: 18px;

    font-weight: 400;

    text-transform: uppercase;

}

.award-left span{

    color: #fff;

    font-size: 16px;

    font-weight: 500;

    text-transform: uppercase;

}

.award-left h1{

    font-size: 32px;

    font-weight: 700;

    color: #ffffff;

    text-transform: uppercase;

    margin: 2px 0 0;

}



.award-right{}

.award-right h1{

    color: #fff000;

    font-size: 36px;

    line-height: 40px;

    font-weight: 400;

    margin: 0 0 20px;

    font-family: 'Kaushan Script', cursive;

}

.award-right h1 span{

    color: #ffffff;

}

.award-right p{

    color: #ffffff;

    font-size: 18px;

    font-weight: 500;

    line-height: 26px;

    margin: 0 0 30px;

}

.award-right h3{

    color: #ffffff;

    font-size: 20px;

    font-weight: 600;

}

.award-right h3 span{

    color: #fff000;

    font-size: 24px;

    font-weight: 400;

    font-family: 'Kaushan Script', cursive;

}







/*** 

=============================================

    Client Area style

=============================================

***/

.client-area{

    display: block;

    padding-top: 90px;

    padding-bottom: 90px;

}

.client-box{

    position: relative;

    display: block;

    z-index: 1;

}

.client-box:before{

    position: absolute;

    top: 0;

    right: -2px;

    width: 5px;

    height: 100%;

    background: #ffffff;

    content: "";

    z-index: 1;

}

.single-client-box {

    max-width: 390px;

    float: left;

    width: 100%;

    border-right: 1px solid #f2f2f2;

    display: block;

    padding: 0 30px;

    text-align: center;

}

.single-client-box:last-child{

  

}

.single-client-box .logo-holder{

    display: block;

    margin-bottom: 20px;

}

.single-client-box .logo-holder a {

    display: inline-block;

}

.single-client-box .logo-holder a img{

    width: auto;

}

.single-client-box .text-holder{

    display: block;

    margin-bottom: 25px;

}

.single-client-box .text-holder p{

    margin: 0;

}

.single-client-box a.works{

    color: #222222;

    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

    font-family: 'Poppins', sans-serif;

}

.single-client-box:hover a.works{

    color: #69ad07;    

}



.client-area .owl-theme .owl-nav {

  left: 0;

  position: absolute;

  top: 50%;

  width: 100%;

}

.client-area .owl-theme .owl-nav .owl-prev {

    background: #f9f9f9 none repeat scroll 0 0;

    display: block;

    height: 40px;

    position: absolute;

    left: -45px;

    top: -25px;

    transition: all 700ms ease 0s;

    width: 40px;

    z-index: 10;

    border-radius: 50%;

    -moz-box-shadow: 0px 3px 6px #e8e8e8;

    -webkit-box-shadow: 0px 3px 6px #e8e8e8;

    box-shadow: 0px 3px 6px #e8e8e8;

}

.client-area .owl-theme .owl-nav .owl-next {

    background: #f9f9f9 none repeat scroll 0 0;

    display: block;

    height: 40px;

    position: absolute;

    right: -45px;

    top: -25px;

    transition: all 700ms ease 0s;

    width: 40px;

    z-index: 10;

    border-radius: 50%;

    -moz-box-shadow: 0px 3px 6px #e8e8e8;

    -webkit-box-shadow: 0px 3px 6px #e8e8e8;

    box-shadow: 0px 3px 6px #e8e8e8;

}

.client-area .owl-theme .owl-nav .owl-prev:hover{

    background: #1d1d1d;

}

.client-area .owl-theme .owl-nav .owl-next:hover{

    background: #1d1d1d;    

}

.client-area .owl-theme .owl-nav div .fa:hover{

    color: #fff;    

}

.client-area .owl-theme .owl-nav div .fa {

    color: #ececec;

    font-size: 25px;

    display: block;

    text-align: center;

    line-height: 32px;

}







/*** 

=============================================

    Home Google Map Area style

=============================================

***/

.home-google-map-area{

    display: block;

}

.home-google-map-box {

    position: relative;

}

#home-google-map {

    height: 450px;

    width: 100%;

}







/*** 

=============================================

    Subscribe Form Area style

=============================================

***/

.subscribe-form-area{

    position: relative;

    display: block;

    background: #1d1d1d;

    padding-top: 48px;

    padding-bottom: 48px;

}

.subscribe-form-area .left-text{}

.subscribe-form-area .left-text .icon{

    width: 65px;

}

.subscribe-form-area .left-text .icon span:before{

    color: #ffffff;

    font-size: 50px;

    line-height: 50px;

}

.subscribe-form-area .left-text .icon,

.subscribe-form-area .left-text .text{

    display: table-cell;

    vertical-align: middle;

}

.subscribe-form-area .left-text .text{}

.subscribe-form-area .left-text .text p{

    color: #ffffff;

    font-weight: 500;

    margin: 0;

    font-family: 'Poppins', sans-serif;

}



.subscribe-form-area .subscribe-form {

    display: block;

    margin: 2px 0;

}

.subscribe-form-area .subscribe-form form {

    position: relative;

    width: 100%;

}

.subscribe-form-area .subscribe-form form input[type=text] {

    background: #1d1d1d;

    border: 1px solid #2b2b2b;

    color: #848484;

    display: block;

    font-size: 16px;

    font-weight: 400;

    font-style: normal;

    height: 50px;

    padding-left: 30px;

    padding-right: 170px;

    position: relative;

    -webkit-transition: all 500ms ease 0s;

    transition: all 500ms ease 0s;

    max-width: 100%;

    width: 100%;

    border-radius: 0px 30px 30px 0px;

}

.subscribe-form-area .subscribe-form form button {

    display: block;

    height: 50px;

    padding: 10.5px 0;

    position: absolute;

    right: -1px;

    text-align: center;

    top: 0;

    color: #ffffff;

    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

    font-family: 'Poppins', sans-serif;

    transition: all 500ms ease 0s;

    width: 160px;

    border-radius: 0px 30px 30px 0px;

}

.subscribe-form-area .subscribe-form form input[type=text]:focus {

    border-color: #f2f2f2;

    color: #000000;

}

.subscribe-form-area .subscribe-form form input[type=text]:focus + button, 

.subscribe-form-area .subscribe-form form button:hover {

    background: #0c0c0c none repeat scroll 0 0;

    color: #ffffff;

}







/*** 

=============================================

    Footer area style

=============================================

***/

.footer-area {

    background: #1d1d1d;

    overflow: hidden;

    padding-top: 50px;

    padding-bottom: 50px;

    border-top: 1px solid #2b2b2b;

    position: relative;

    z-index: 1;

}

.single-footer-widget {

    overflow: hidden;

}

.single-footer-widget .title {

    padding-bottom: 35px;

}

.single-footer-widget .title h3 {

    color: #ffffff;

    font-size: 20px;

    line-height: 20px;

    text-transform: capitalize;

}

.single-footer-widget .title .decor{

    width: 30px;

    height: 3px;

    margin: 17px 0 0;

    display: block;

    border-radius: 3px;

}



.single-footer-widget .our-info{

    overflow: hidden;

}

.single-footer-widget .our-info .footer-logo {

    display: block;

    margin-bottom: 33px;

}

.single-footer-widget .our-info .footer-logo a{

    display: inline-block;

}

.single-footer-widget .our-info .footer-contact-info{

    display: block;

}

.single-footer-widget .our-info .footer-contact-info li{

    position: relative;

    display: block;

    padding-left: 45px;

    margin-bottom: 11px;

}

.single-footer-widget .our-info .footer-contact-info li .icon-holder {

    position: absolute;

    top: 3px;

    left: 0;

}

.single-footer-widget .our-info .footer-contact-info li .icon-holder span:before{

    font-size: 22px;

    line-height: 22px;

}

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

    

}

.single-footer-widget .our-info .footer-contact-info li .text-holder h3{

    color: #ffffff;

    font-size: 18px;

    font-weight: 500;

    margin: 0 0 6px;

}

.single-footer-widget .our-info .footer-contact-info li .text-holder p{

    color: #848484;

    line-height: 26px;

    margin: 0;

}

.single-footer-widget .our-info .footer-contact-info li .text-holder p span{

    color: #ffffff;

    font-size: 16px;

    font-weight: 500;

    font-family: 'Poppins', sans-serif;

}

.single-footer-widget .our-info .footer-contact-info li .text-holder .map-find {

    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

    text-decoration: underline;

    font-family: 'Poppins', sans-serif;

    margin: 15px 0 0;

    display: inline-block;

    transition: all 500ms ease;

}

.single-footer-widget .our-info .footer-contact-info li .text-holder .map-find:hover{

    color: #ffffff;

}





.single-footer-widget .usefull-links {

    overflow: hidden;

    float: left;

}

.single-footer-widget .usefull-links.left{

    margin-right: 70px;

}

.single-footer-widget .usefull-links li{

    margin-bottom: 13px;

}

.single-footer-widget .usefull-links li:last-child{

    margin-bottom: 0px;

}

.single-footer-widget .usefull-links li a{

    position: relative;

    color: #848484;

    font-size: 16px;

    font-weight: 400;

    transition: all 500ms ease;

}

.single-footer-widget .usefull-links li a:hover{

    color: #69ad07;

    text-decoration: underline;

}





.single-footer-widget .latest-tips {

    display: block;

    margin-top: 5px;

}

.single-footer-widget .latest-tips li {

    position: relative;

    display: block;

    padding-left: 70px;

    padding-bottom: 70px;

}

.single-footer-widget .latest-tips li:before{

    position: absolute;

    bottom: 46px;

    left: 0;

    width: 100%;

    height: 1px;

    background: #2b2b2b;

    content: "";

}

.single-footer-widget .latest-tips li .img-holder {

    position: absolute;

    top: 0;

    left: 0;

    width: 70px;

    overflow: hidden;

}

.single-footer-widget .latest-tips li:hover .img-holder .overlay-style-one{

    transform: rotateX(0deg);

    opacity: 1;

}

.single-footer-widget .latest-tips li .img-holder img{

    transition: all 0.5s ease-in-out 0.6s;

    width: 100%;

    transform: scale(1.1, 1.1); 

}

.single-footer-widget .latest-tips li:hover .img-holder img{

    transform: scale(1.2, 1.2);

} 

.single-footer-widget .latest-tips li .img-holder .overlay-style-one .box .content a span:before {

    font-size: 16px;

    line-height: 16px;

    color: #ffffff;

    display: inline-block;

    transition: all 900ms ease;

}

.single-footer-widget .latest-tips li .text-holder{

    padding-left: 20px;

}

.single-footer-widget .latest-tips li .text-holder h5 {

    display: block;

    font-size: 16px;

    font-weight: 400;

    line-height: 26px;

    position: relative;

    top: -5px;

    margin: 0 0 1px;

}

.single-footer-widget .latest-tips li .text-holder h5 a{

    color: #fff; 

    transition: all 500ms ease;

}

.single-footer-widget .latest-tips li .text-holder h5 a:hover{

    color: #848484;

}

.single-footer-widget .latest-tips li .text-holder span{

    font-size: 14px;

    font-weight: 600;

    font-family: 'Poppins', sans-serif;

}

.single-footer-widget .latest-tips li .text-holder p{

    color: #848484;

    margin: 3px 0 0;

}



.latest-tips.owl-theme .owl-nav {

    left: 0px;

    position: absolute;

    width: 50px;

    bottom: 21px;

}

.latest-tips.owl-theme .owl-nav .owl-prev {

    background: transparent;

    display: block;

    height: 20px;

    left: 0;

    position: absolute;

    top: 0;

    transition: all 700ms ease 0s;

    width: 20px;

    z-index: 10;

    margin: 0;

    padding: 0;

}

.latest-tips.owl-theme .owl-nav .owl-next {

    background: transparent;

    display: block;

    height: 20px;

    right: 0;

    position: absolute;

    top: -2px;

    transition: all 700ms ease 0s;

    width: 20px;

    z-index: 10;

    margin: 0;

    padding: 0;

    transform: rotate(180deg);

}

.latest-tips.owl-theme .owl-nav div span:before {

    color: #848484;

    font-size: 16px;

    line-height: 16px;

    transition: all 500ms ease;

}

.latest-tips.owl-theme .owl-nav div:hover span:before{

    color: #ffffff;

}





.fmenu-social-links-box {

    display: block;

    border-top: 1px solid #2b2b2b;

    overflow: hidden;

    padding: 20px 0;

    margin-top: 45px;

}

.fmenu-social-links-box .footer-menu {

    overflow: hidden;

    margin: 9px 0;

}

.fmenu-social-links-box .footer-menu li{

    display: inline-block;

    float: left;

    border-right: 1px solid #2f2f2f;

    margin-right: 10px;

    padding-right: 10px;

    line-height: 16px;

}

.fmenu-social-links-box .footer-menu li:last-child{

    border-right: 0px solid;

    margin-right: 0px;

    padding-right: 0px;

}

.fmenu-social-links-box .footer-menu li a{

    color: #848484;

    font-size: 16px;

    font-weight: 400;

    transition: all 500ms ease;

}

.fmenu-social-links-box .footer-menu li a:hover{

    color: #69ad07;

}



.fmenu-social-links-box .footer-social-links {

    overflow: hidden;

}

.fmenu-social-links-box .footer-social-links li{

    display: inline-block;

    float: left;

    margin-right: 10px;

}

.fmenu-social-links-box .footer-social-links li:last-child{

    margin-right: 0px; 

}

.fmenu-social-links-box .footer-social-links li a{}

.fmenu-social-links-box .footer-social-links li a i{

    width: 35px;

    height: 35px;

    border: 2px solid #373737;

    color: #848484;

    font-size: 14px;

    line-height: 32px;

    border-radius: 50%;

    text-align: center;

    transition: all 500ms ease;

}

.fmenu-social-links-box .footer-social-links li a:hover i{

    border-color: #69ad07;

    background: #69ad07;

    color: #ffffff;

}







/*** 

=============================================

    Footer bottom area style

=============================================

***/

.footer-bottom-area{

    background: #1d1d1d;

    padding: 22px 0;

}

.footer-area.pdtop-65{

    padding-top: 65px;

}

.footer-bottom-area .footer-bottom {

    overflow: hidden;

}

.footer-bottom-area .footer-bottom .copyright-text {

    margin: 0px 0;

}

.footer-bottom-area .footer-bottom .copyright-text p {

    color: #848484;

    font-size: 16px;

    font-weight: 400;

    margin: 0;

    line-height: 26px;

}

.footer-bottom-area .footer-bottom .copyright-text p a {

    font-weight: 500;

    transition: all 500ms ease;

}

.footer-bottom-area .footer-bottom .copyright-text p a:hover{

    color: #1d1d1d;

}



.footer-bottom-right {

    line-height: 26px;

}

.footer-bottom-right a{

    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

    font-family: 'Poppins', sans-serif;

    transition: all 500ms ease;

}

.footer-bottom-right a:hover{

    color: #1d1d1d;

} 







/*** 

=============================================

    Breadcrumb area style

=============================================

***/

.breadcrumb-area {

    background-attachment: scroll;

    background-position: center bottom;

    background-repeat: no-repeat;

    background-size: cover;

    position: relative;

    z-index: 1;

}

.breadcrumb-area::before {

    background: rgba(105, 173, 7, 0.85) none repeat scroll 0 0;

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: -1;

}



.breadcrumb-area .breadcrumb-menu {

    display: block;

    padding-top: 27px;

}

.breadcrumb-area .breadcrumb-menu ul {

    overflow: hidden;

}

.breadcrumb-area .breadcrumb-menu ul li{

    display: inline-block;

    float: left;

    margin-right: 10px;

    line-height: 26px;

}

.breadcrumb-area .breadcrumb-menu ul li:last-child{

    margin-right: 0;

}

.breadcrumb-area .breadcrumb-menu ul li a{

    color: #ffffff;

    font-size: 14px;

    font-weight: 600;

    text-transform: uppercase;

    font-family: 'Poppins', sans-serif;

    transition: all 500ms ease;

}

.breadcrumb-area .breadcrumb-menu ul li.active{

    color: #ffffff; 

    font-size: 18px;

    font-weight: 400;

    font-family: 'Roboto', sans-serif;

}

.breadcrumb-area .breadcrumb-menu ul li i{

    font-size: 16px;

    color: #ffffff;

}

.breadcrumb-area .breadcrumb-menu ul li a:hover{

    color: #1d1d1d;     

}



.breadcrumb-area .title {

    display: block;

    padding: 70px 0 120px;

}

.breadcrumb-area .title h1{

    color: #ffffff;

    font-size: 48px;

    font-weight: 600;

}







/*** 

=============================================

    who weare Area style

=============================================

***/

.who-weare-area{

    position: relative;

    padding-bottom: 50px;

    padding-top: 30px;


}

.who-weare-area .who-weare-image{

    position: relative;

    display: block;

    max-width: 570px;

    width: 100%;

    z-index: 1;

}

.who-weare-area .who-weare-image:before{

    position: absolute;

    top: 0;

    right: 0;

    width: 530px;

    height: 394px;

    background: url(../images/who-weare-bg.png);

    content: "";

    z-index: -1;

}

.who-weare-area .who-weare-image .inner {

    padding-right: 40px;

    padding-top: 40px;

}

.who-weare-area .who-weare-image img{

    width: 100%;

}



.who-weare-content{}

.who-weare-content .sec-title {

    display: block;

    padding-bottom: 25px;

}

.who-weare-content .text-holder{}

.who-weare-content .text-holder h3 {

    font-size: 20px;

    font-weight: 500;

    line-height: 30px;

    margin: 0 0 17px;

}

.who-weare-content .text-holder p {

    margin: 0 0 10px;

}

.who-weare-content .text-holder .bottom {

} 

.who-weare-content .text-holder .bottom h3 {

    font-size: 18px;

    font-weight: 600;

    margin: 0;

}

.who-weare-content .text-holder .bottom h3 span {

    color: #69ad07;

    font-weight: 400;

    font-family: 'Roboto', sans-serif;

} 

.who-weare-content .text-holder .bottom .signature{

    display: block;

    margin-top: 9px;

}



/*** 

=============================================

    why choose Area style

=============================================

***/

.why-choose-area{

    padding: 0px 0 90px;

}

.whychoose-left-content .sec-title{

    padding-bottom: 84px;

}

.whychoose-left-content .sec-title .title{

    text-align: right;

}

.whychoose-left-content .sec-title .title:before {

    right: 0;

    margin: 0;

    float: right;

    left: auto;

}

.whychoose-left-content .sec-title .dector {

    float: right;

}

.whychoose-left-content .single-box{

    position: relative;

    display: block;

    border: 1px dashed #d6d6d6;

    min-height: 114px;

    padding: 11px 20px;

    margin-bottom: 70px;

}

.whychoose-left-content .single-box:hover{

    border-color: #69ad07;

}

.whychoose-left-content .single-box .icon-holder{

    position: absolute;

    top: -20px;

    left: 20px;

    width: 100px;

    height: 80px;

    border: 1px dashed #d6d6d6;

    background: #ffffff;

    text-align: center;

    display: block;

    padding: 14px 0;

    transition: all 500ms ease;

}

.whychoose-left-content .single-box:hover .icon-holder{

    border-color: #69ad07;    

}

.whychoose-left-content .single-box .icon-holder span:before{

    font-size: 50px;

    line-height: 50px;

}

.whychoose-left-content .single-box:hover .icon-holder span:before{

    color: #dcdcdc;    

}

.whychoose-left-content .single-box .title-holder{}

.whychoose-left-content .single-box .title-holder h3 {

    display: block;

    padding-top: 62px;

}



.why-choose-image{

    position: relative;

    display: block;

    max-width: 570px;

    width: 100%;

    z-index: 1;

}

.why-choose-image:before{

    position: absolute;

    top: 0;

    left: 0;

    width: 530px;

    height: 394px;

    background: url(../images/who-weare-bg.png);

    content: "";

    z-index: -1;

}

.why-choose-image .inner {

    padding-top: 40px;

    padding-left: 40px;

}

.why-choose-image img{

    width: 100%;

}





/*** 

=============================================

    Our History css style

=============================================

***/

.our-history {

    background: #1d1d1d;

    position: relative;

    display: block;

    padding-top: 90px;

    padding-bottom: 90px;

    z-index: 1;

}

.our-history .sec-title .title:before {

    color: #343434;

}

.our-history .thumb-box.style2 {

    position: relative;

    text-align: center;

    min-height: 90px;

    max-width: 970px;

    margin: 0 auto;

    z-index: 100;

}

.our-history .thumb-box.style2:before {

    position: absolute;

    content: "";

    left: 0;

    top: 33px;

    width: 100%;

    z-index: 0;

    border-bottom: 1px dashed #3d3d3d;

}



.our-history .thumb-box.style2 li {

    display: inline-block;

    padding-top: 22px;

    margin-bottom: 30px;

    background: #1d1d1d;

    padding-left: 15px;

    padding-right: 15px;

}

.our-history .thumb-box.style2 li a {

    position: relative;

    font-size: 24px;

    color: #848484;

    font-weight: 400;

    padding: 4px 13px;

    transition: all 500ms ease;

    border: 1px dashed #3d3d3d;

    background: #1d1d1d;

    font-family: 'Roboto', sans-serif;

}

.our-history .thumb-box.style2 li a.active {

    font-size: 48px;

    color: #69ad07;

    border-color: #69ad07;

}





.our-history .bxslider{

    border: 0px solid #fff;

    display: block;

    margin-top: 33px;

}

.our-history .bx-wrapper {

    position: relative;

    max-width: 900px !important;

    width: 100%;

    margin: 0 auto;

    background: transparent !important;

}

.our-history .bx-wrapper .bx-viewport {

    box-shadow: none;

    border: none;

    left: 0;

    background: transparent;

    transform: translatez(0);

}



.our-history .single-box{}

.our-history .single-box h3{

    color: #69ad07;

    font-size: 24px;

    font-weight: 500;

    margin: 0 0 18px;

}

.our-history .single-box .text-holder{

    display: block;

}

.our-history .single-box .text-holder p{

    margin: 0;

    color: #848484;

    font-size: 18px;

    font-weight: 400;

    line-height: 28px;

    font-family: 'Roboto', sans-serif;

}

.our-history .single-box .text-holder p span{

    color: #0f1341;

    font-size: 18px;

    font-weight: 600;

    font-family: 'Poppins', sans-serif;

}



.our-history .owl-theme .owl-nav {

    position: absolute;

    top: 16px;

    left: -70px;

    margin: 0;

    width: 100%;

    z-index: -1;

}

.our-history .owl-theme .owl-nav .owl-prev {

    float: left;

}

.our-history .owl-theme .owl-nav .owl-next {

    position: absolute;

    top: 0px;

    right: -140px;

    margin: 0;

}

.our-history .owl-theme .owl-nav [class*='owl-'] {

    background: transparent;

    font-size: 30px;

    color: #848484;

    margin: 0;

    padding: 0;

    border-radius: 0;

}







/*** 

=============================================

    Support Area css style

=============================================

***/

.support-area {

    background: #f7f7f7;

    padding: 60px 0 60px;

}

.support-content{}

.support-content .sec-title{

    padding-bottom: 45px;

}

.support-content .sec-title .title:before {

    top: -10px;

}

.support-content .inner-content{}

.support-content .inner-content .text{}

.support-content .inner-content .text p{}

.support-content .inner-content .bottom {

    overflow: hidden;

    margin-top: 33px;

}

.support-content .inner-content .bottom .video-content-box{

    width: 140px;

    min-width: 140px;

    float: left;

    border: 2px solid #69ad07;

}

.support-content .inner-content .bottom .life-time-support{

    float: left;

    padding-left: 30px;

    margin: 33px 0;

}

.support-content .inner-content .bottom .life-time-support a{

    color: #69ad07;

    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

    font-family: 'Poppins', sans-serif;

    transition: all 500ms ease;

    text-decoration: underline;

}

.support-accordion-box .accordion-box {}

.accordion-box {

    display: block;

    overflow: hidden;

    padding: 0;

}

.accordion-box .accordion {

    position: relative;

}

.accordion-box .accordion .accord-btn {

    border-bottom: 1px solid #e6e6e6;

    cursor: pointer;

    position: relative;

    transition: all 500ms ease;

    display: block;

    padding-left: 55px;

    padding-top: 20px;

    padding-bottom: 19px;

}

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

    border-bottom: 0px solid;    

}

.accordion-box .accordion .accord-btn h4 {

    color: #222222;

    font-size: 18px;

    font-weight: 600;

    line-height: 26px;

    transition: all 500ms ease;

}

.accordion-box .accordion .accord-btn::after {

    color: #a7a7a7;

    content: "\f105";

    font-family: FontAwesome;

    font-size: 14px;

    line-height: 30px;

    font-weight: 700;

    position: absolute;

    left: 0;

    top: 17px;

    transition: all 500ms ease 0s;

    text-align: center;

    border: 1px dashed #a7a7a7;

    display: block;

    width: 30px;

    height: 30px;

    border-radius: 50%;

}

.accordion-box .accordion .accord-btn.active{

    border-bottom: none;

    transition: all 500ms ease;

}

.accordion-box .accordion .accord-btn.active h4 {

    color: #69ad07;

}

.accordion-box .accordion .accord-btn.active:after{

    content: "\f107";

    color: #69ad07;

    border-color: #69ad07;

    background: transparent;

}

.accordion-box .accordion .accord-content {

    display: none;

    position: relative;

    padding-top: 1px;

    padding-bottom: 18px;

    padding-left: 55px;

    border-bottom: 1px solid #e8e8e8;

}

.accordion-box .accordion .accord-content:before{

    position: absolute;

    top: 0;

    left: -30px;

    width: 1px;

    height: 100%;

    content: "";

    background: #46c3e8;

}

.accordion-box .accordion .accord-content.collapsed {

    display: block;

}

.accordion-box .accordion .accord-content p {

    margin: 0;

    color: #848484;

}







/*** 

=============================================

    Featured Area style

=============================================

***/

.featured-area {

    margin-top: -91px;

}

.single-featured-box{

    position: relative;

    display: block;

    overflow: hidden;

    border: 1px solid #f2f2f2;

    background: #ffffff;

    padding: 40px 0 32px;

    -moz-box-shadow: 1px 2px 4px #f2f2f2;

    -webkit-box-shadow: 1px 2px 4px #f2f2f2;

    box-shadow: 1px 2px 4px #f2f2f2;

}

.single-featured-box .icon-holder{

    display: block;

    margin-bottom: 14px;

}

.single-featured-box .icon-holder span:before{

    font-size: 45px;

    line-height: 45px;

}

.single-featured-box .title-holder{}

.single-featured-box .title-holder h3{

    margin: 0 0 1px;

}

.single-featured-box .title-holder p{

    margin: 0;

}

.single-featured-box .overlay-content{

    position: absolute;

    top: -100%;

    left: 0;

    width: 100%;

    height: 100%;

    transition: all 500ms ease;

}

.single-featured-box .overlay-content img{

    width: 100%;

    height: 100%;

}

.single-featured-box:hover .overlay-content {

    top: 0px;

}

.single-featured-box .overlay {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    opacity: 0;

    transition: all 700ms ease;

    transition-delay: .7s;

}

.single-featured-box:hover .overlay{

    opacity: 1;    

}

.single-featured-box .overlay .box{

    display: table;

    width: 100%;

    height: 100%;

}

.single-featured-box .overlay .box .content{

    display: table-cell;

    vertical-align: middle;

}

.single-featured-box .overlay .box .content a {

    padding: 15px 30px 16px;

    border-radius: 30px;

    

}







/*** 

=============================================

    Team Area style

=============================================

***/

.team-area {

    position: relative;

    padding-top: 90px;

    padding-bottom: 78px;

}

.single-team-member {

    margin-bottom: 40px;

    background: #ffffff;

    display: block;

    transition: all 500ms ease;

    overflow: hidden;

}

.single-team-member .img-holder{

    overflow: hidden;

    position: relative;

    display: block;  

}

.single-team-member .img-holder img{

    transition: all 0.5s ease-in-out 0.6s;    

    width: 100%;

    transform: scale(1.1, 1.1);    

}

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

    

}

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

    transform: scale(1.2, 1.2); 

}

.single-team-member .img-holder .overlay-style-one{

    position: absolute;

    top: 0px;

    left: 0px;

    right: 0px;

    bottom: 0px;

    width: auto;

    height: auto;

    opacity: 1;

    transition: all 500ms ease;

    background: transparent;

    transform: translate3d(0px, 100%, 0px);    

}

.single-team-member:hover .img-holder .overlay-style-one{

    transform: translate3d(0px, 0, 0px);    

}

.single-team-member .img-holder .overlay-style-one .social-links{}

.single-team-member .img-holder .overlay-style-one .social-links li{

    display: inline-block;

    margin: 0 5px;

}

.single-team-member .img-holder .overlay-style-one .social-links li a i{

    width: 40px;

    height: 40px;

    background: #ffffff;

    border-radius: 50%;

    color: #848484;

    font-size: 14px;

    line-height: 40px;  

    transition: all 500ms ease;

}

.single-team-member .img-holder .overlay-style-one .social-links li a:hover i{

    background: #69ad07;

    color: #ffffff;

}



.single-team-member .text-holder {

    display: block;

    overflow: hidden;

    padding-top: 23px;

    padding-left: 30px;

    padding-right: 30px;

    padding-bottom: 30px;

    border: 1px solid #f2f2f2;

    position: relative;

}

.single-team-member .text-holder h3 {

    margin: 0 0 7px;

}

.single-team-member .text-holder span {

    font-size: 16px;

    font-weight: 400;

    background: #69ad07;

    color: #ffffff;

    display: inline-block;

    padding: 4px 10px 2px;

    text-transform: uppercase;

}

.single-team-member .text-holder .text{

    display: block;

    overflow: hidden;

    padding-top: 15px;

    padding-bottom: 23px;

}

.single-team-member .text-holder .text p{

    margin: 0;

}

.single-team-member .text-holder .email-phone-info {



}

.single-team-member .text-holder .email-phone-info li{

    display: inline-block;

    position: relative;

    float: none;

    margin: 0 3px;

}

.single-team-member .text-holder .email-phone-info li:last-child{

    margin-right: 0;

}

.single-team-member .text-holder .email-phone-info li a {

    color: #848484;

    font-size: 14px;

    line-height: 20px;

    font-weight: 400;

    border: 1px solid #f2f2f2;

    font-family: 'Roboto', sans-serif;

    display: inline-block;

    padding: 10px 18px 8px;

    transition: all 500ms ease;

    text-transform: uppercase;

}



.single-team-member .text-holder .email-phone-info li .tooltip-data {

    position: absolute;

    left: 20px;

    bottom: 100%;

    width: 200px;

    color: #ffffff;

    font-size: 16px;

    font-weight: 500;

    text-align: center;

    opacity: 0;

    padding: 4px 0 2px;

    visibility: hidden;

    margin-left: -60px;

    margin-bottom: 0px;

    background-color: #69ad07;

    font-family: 'Roboto', sans-serif;

    text-transform: capitalize;

    transition: all 0.3s ease;

}

.single-team-member .text-holder .email-phone-info li .tooltip-data.phone{

    width: 140px;

}

.single-team-member .text-holder .email-phone-info li .tooltip-data:after{

	position:absolute;

	content:'';

	top:100%;

	left:50%;

	margin-left:-8px;

	border-left: 6px solid transparent;

	border-right: 6px solid transparent;

	border-top: 8px solid #69ad07;

}

.single-team-member .text-holder .email-phone-info li:hover .tooltip-data{

	opacity:1;

	visibility:visible;

	margin-bottom:20px;

}

.team-area .owl-dots {

    position: relative;

    margin-top: 0px !important;

}

.team-area .owl-dots .owl-dot{

	background-image:none;

	width: 12px;

	height: 12px;

	margin: 5px 7px;

    border: 2px solid #d9d9d9;

	padding: 0px;

	background: #ffffff;

	border-radius: 50%;

	transition: all 500ms ease;

	display: inline-block;

}

.team-area .owl-dots .owl-dot span{

	display: none;	

}

.team-area .owl-dots .owl-dot.active{

	background: #69ad07;

    border-color: #69ad07;

}







/*** 

=============================================

    Award Area Stylw Two style

=============================================

***/

.award-area.stylw-two::before {

    background: rgba(105, 173, 7, 0.90) none repeat scroll 0 0;

}







/*** 

=============================================

    plans prices area style

=============================================

***/

.plans-prices-area{

    padding-top: 90px;

    padding-bottom: 90px;

-moz-box-shadow: 0px 3px 10px #f5f5f5;

-webkit-box-shadow: 0px 3px 10px #f5f5f5;

box-shadow: 0px 3px 10px #f5f5f5;

    position: relative;

    z-index: 1;

}

.plans-prices-area:before{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 458px;

    background: #f4f4f4;

    content: "";

    z-index: -1;

}

.service-lists {

    max-width: 300px;

    width: 100%;

    float: left;

    background: #f7f7f7;

    border: 1px solid #ffffff;

    border-bottom: 1px solid #f7f7f7;

    border-top: 1px solid #F4F4F4;

    display: block;

    margin-top: 367px;

}

.service-lists h3{

    display: block;

    background: #1d1d1d;

    color: #ffffff;

    font-size: 18px;

    font-weight: 600;

    line-height: 50px;

    padding: 0 20px;

}

.service-lists ul{

}

.service-lists ul li{

    border-bottom: 1px solid #ffffff;

    display: block;

    padding: 0 20px;

}

.service-lists ul li:last-child{

    border-bottom: 0px solid #f7f7f7;    

}

.service-lists ul li a{

    color: #848484;

    font-size: 16px;

    font-weight: 500;

    line-height: 50px;

    display: block;

}



.plan-price-content {

    position: relative;

    max-width: 870px;

    float: left;

    width: 100%;

    overflow-x: auto;

}

.plan-price-content table {

    min-width: 550px;

    width: 100%;

    background: #ffffff;

}

.plan-price-content .table-heading th {

    border: 1px solid #f2f2f2;

    padding: 46px 0 50px;

}

.plan-price-content .table-heading th .title{

    color: #222222;

    font-size: 22px;

    font-weight: 600;

}

.plan-price-content .table-heading th .icon-holder{

    position: relative;

    display: block;

    margin-top: 20px;

    margin-bottom: 20px;

}

.plan-price-content .table-heading th .icon-holder span:before{

    color: #e7e7e7;

    font-size: 100px;

    line-height: 100px;

}

.plan-price-content .table-heading th .rate {

    position: relative;

    display: block;

    margin-bottom: 1px;

}

.plan-price-content .table-heading th .rate span {

    font-size: 54px;

    font-weight: 600;

    display: block;

    line-height: 60px;

}

.plan-price-content .table-heading th .rate i {

    font-size: 20px;

    position: relative;

    top: -15px;

    left: 7px;

}

.plan-price-content .table-heading th p{

    color: #848484;

    font-size: 14px;

    font-weight: 500;

    text-transform: uppercase;

    margin: 0 0 22px;

}

.plan-price-content .table-heading th .button a {

    border-radius: 30px;

    padding: 15px 40px 16px;

    background: #f7f7f7;

    color: #222222;

}

.plan-price-content .table-heading th .button a:hover{

    background: #69ad07;

    color: #ffffff;

}



.plan-price-content .table-body tr{

    

}

.plan-price-content .table-body tr td {

    border: 1px solid #f2f2f2;

}

.plan-price-content .table-body tr td p {

    margin: 0;

    display: block;

    line-height: 48px;

}

.plan-price-content .table-body tr td.allow {

    line-height: 48px;

}

.plan-price-content .table-body tr span.allow:before {

    color: #28ae74;

    font-size: 18px;

    line-height: 18px;

    position: relative;

    top: 2px;

}

.plan-price-content .table-body tr span.notallow:before{

    color: #ed4b4b;

    font-size: 18px;

    line-height: 18px;

    position: relative;

    top: 2px;

}







/*** 

=============================================

    Price Area style

=============================================

***/

.price-area{

    display: block;

    padding-top: 90px;

    padding-bottom: 90px;

}

.price-area .price{

    display: block;

    border: 1px solid #f2f2f2;

    padding: 50px 0 50px;

}

.price-area .price ul{

    

}

.price-area .price ul li.single-price-item {

    position: relative;

    max-width: 389px;

    width: 100%;

    float: left;

    border-right: 1px solid #f2f2f2;

}

.price-area .price ul li.single-price-item:last-child {

    border-right: 0px solid;

}

.single-price-item .icon-holder{

    display: block;

    margin-bottom: 35px;

}

.single-price-item .icon-holder span:before{

    font-size: 100px;

    line-height: 100px;

    color: #e7e7e7;

}

.single-price-item .title {

    display: block;

    margin-bottom: 12px;

}

.single-price-item .title h3{

    font-size: 22px;
}

.single-price-item .list-item {

    display: block;

    overflow: hidden;

}

.single-price-item .list-item li{

    line-height: 36px;

}



.single-price-item .rate {

    position: relative;

    display: block;

    margin-top: 25px;

    margin-bottom: 18px;

}

.single-price-item .rate h1{

    font-size: 54px;

    font-weight: 600;

}

.single-price-item .rate i {

    font-size: 20px;

    position: relative;

    top: -15px;

    left: 7px;

}

.single-price-item .rate span {

    font-size: 14px;

    font-weight: 500;

    color: #848484;

    text-transform: uppercase;

    font-family: 'Roboto', sans-serif;

    position: relative;

    top: -15px;

}

.single-price-item .button a {

    border-radius: 30px;

    padding: 15px 40px 16px;

    background: #f7f7f7;

    color: #222222;

}

.single-price-item:hover .button a{

    background: #69ad07;

    color: #ffffff;

}

.single-price-item .off-box {

    position: absolute;

    top: -30px;

    right: 20px;

    width: 60px;

    height: 60px;

    border-radius: 50%;

    text-align: center;

    padding: 14px 0;

}

.single-price-item .off-box h5{

    color: #ffffff;

    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

    line-height: 16px;

    display: block;

}







/*** 

=============================================

    Faq Content Area style

=============================================

***/

.faq-content-area{

    padding: 90px 0 90px;

}

.faq-content-area form.search-form {

    position: relative;

}

.faq-content-area form.search-form input[type="text"] {

    background: #fff;

    border: none;

    border-bottom: 1px solid #f2f2f2;

    color: #848484;

    display: block;

    font-size: 16px;

    font-weight: 400;

    height: 50px;

    letter-spacing: 1px;

    padding-left: 0;

    padding-right: 55px;

    position: relative;

    -webkit-transition: all 500ms ease 0s;

    transition: all 500ms ease 0s;

    width: 100%;

}

.faq-content-area form.search-form button {

    background: transparent;

    color: #222222;

    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;

}

.faq-content-area form.search-form button i {

    font-size: 14px

}

.faq-content-area form.search-form input[type="text"]:focus {

    border-bottom: 1px solid #222222;

    background: #fff;

    color: #000;

}

.faq-content-area form.search-form input[type="text"]:focus + button, 

.faq-content-area form.search-form button:hover {

    background: #222222 none repeat scroll 0 0;

    color: #fff;

}

.faq-content {

    border: 1px solid #f2f2f2;

    display: block;

    padding: 5px 30px 5px;

}







/*** 

=============================================

    Testimonial page style

=============================================

***/

.testimonial-page{

    padding-top: 90px;

    padding-bottom: 40px;

}

.single-testimonial-box{

    position: relative;

    display: block;

    margin-bottom: 50px;

}

.single-testimonial-box .inner-box{

    position: relative;

    display: block;

    background: #f7f7f7;

    padding: 40px 35px 30px;

    padding-left: 40px;

}

.single-testimonial-box .inner-box:before {

    position: absolute;

    bottom: -35px;

    left: 45px;

    width: 43px;

    height: 35px;

    background: url(../images/arrow-bottom.png);

    content: "";

}

.single-testimonial-box .inner-box .icon-holder{

    display: block;

    margin-bottom: 20px;

}

.single-testimonial-box .inner-box .icon-holder span:before{

    font-size: 40px;

    line-height: 40px;

}

.single-testimonial-box .inner-box .text p{

    margin: 0;

    color: #848484;

    font-weight: 300;

    font-size: 24px;

    line-height: 36px;

}



.single-testimonial-box .client-info{

    display: block;

    margin-top: 55px;

}

.single-testimonial-box .client-info .img-holder{

    width: 75px;

}

.single-testimonial-box .client-info .img-holder img{

    border-radius: 50%;

}

.single-testimonial-box .client-info .img-holder,

.single-testimonial-box .client-info .title-holder{

    display: table-cell;

    vertical-align: middle;

}

.single-testimonial-box .client-info .title-holder{

    padding-left: 0px;

}

.single-testimonial-box .client-info .title-holder h3{

    margin: 0 0 4px;    

}

.single-testimonial-box .client-info .title-holder span{

    font-weight: 400;

}







/*** 

=============================================

   Consultation Area style

=============================================

***/

.consultation-area {

    position: relative;

    padding-top: 90px;

    padding-bottom: 140px;

    background: #f7f7f7;

    z-index: 1;

}

.consultation-area .sec-title {

    display: inline-block;

    padding-right: 50px;

}

.consultation-area .sec-title .title{}

.consultation-area .sec-title .title:before{

    display: none;

}

.consultation-area .text{}

.consultation-area .text p{

    font-size: 18px;

    line-height: 28px;

    margin: 0;

}



.consultation-area .quote-bg {

    position: absolute;

    bottom: -80px;

    left: 0;

    right: 0;

    z-index: -1;

}

.consultation-area .quote-bg img{

    width: 100%;

}

.consultation-area .inner-content{

    position: relative;

}

.consultation-area .inner-content .img-holder{

    position: absolute;

    top: 0;

    right: 0;

    width: 100%;

    height: 100%;

}

.consultation-area .inner-content .img-holder img {

    position: absolute;

    right: 0;

    top: 0;

    width: auto;

    z-index: -2;

    bottom: 0;

}

.consultation-area .consultation{}

.consultation-area .consultation-form input[type="text"], 

.consultation-area .consultation-form input[type="email"], 

.consultation-area .consultation-form textarea {

    border: 1px solid #e6e6e6;

    background: #f7f7f7;

    color: #000;

    display: block;

    font-size: 16px;

    height: 55px;

    margin-bottom: 30px;

    padding: 0 20px;

    width: 100%;

    font-weight: 400;

    transition: all 500ms ease; 

    font-family: 'Poppins', sans-serif;

}

.consultation-area .consultation-form textarea {

    height: 110px;

    padding: 15px 20px;

    margin-bottom: 40px;

}

.consultation-area .consultation-form input[type="text"]:focus{

    background: #fff;

    border-color: #fff;        

}

.consultation-area .consultation-form input[type="email"]:focus{

    background: #fff;

    border-color: #fff;         

}

.consultation-area .consultation-form textarea:focus{

    background: #fff;

    border-color: #fff;    

}

.consultation-area .consultation-form button {

    width: 100%;

    max-width: 180px;

    cursor: pointer;

}





.consultation-area .consultation-form input::-webkit-input-placeholder {

    color: #848484;

}

.consultation-area .consultation-form input:-moz-placeholder {

    color: #848484;

}

.consultation-area .consultation-form input::-moz-placeholder {

    color: #848484;

}

.consultation-area .consultation-form input:-ms-input-placeholder {

    color: #848484;

}



.consultation-area .consultation-form textarea::-webkit-input-placeholder {

    color: #848484;

}

.consultation-area .consultation-form textarea:-moz-placeholder { /* Firefox 18- */

    color: #848484;  

}

.consultation-area .consultation-form textarea::-moz-placeholder {  /* Firefox 19+ */

    color: #848484;  

}

.consultation-area .consultation-form textarea:-ms-input-placeholder {

    color: #848484;  

}







/*** 

=============================================

    Not found area style

=============================================

***/

.not-found-area {

    background: #ffffff none repeat scroll 0 0;

    padding-bottom: 90px;

    padding-top: 90px;

}

.not-found-content {

    display: block;

    margin: 115px 0;

}

.not-found-content h1 {

    color: #69ad07;

    font-size: 90px;

    font-weight: 700;

    margin: 0 0 25px;

    line-height: 120px;

}

.not-found-content h3 {

    color: #222222;

    font-size: 18px;

    font-weight: 400;

    margin: 0 0 16px;

    text-transform: uppercase;

    font-family: 'Roboto', sans-serif;

}

.not-found-content p {

    font-size: 16px;

    margin: 0 0 33px;

}



.not-found-content .search-form {

    width: 432px;

    position: relative;

    margin: 0 auto;

}

.not-found-content .search-form input[type="text"] {

    background: #fff;

    border: 1px solid #f4f4f4;

    color: #9a9a9a;

    display: inline-block;

    font-size: 16px;

    font-weight: 300;

    height: 55px;

    letter-spacing: 1px;

    padding-left: 20px;

    padding-right: 60px;

    position: relative;

    -webkit-transition: all 500ms ease 0s;

    transition: all 500ms ease 0s;

    width: 432px;

}

.not-found-content .search-form button {

    background: #f9f9f9 none repeat scroll 0 0;

    border: 1px solid #f4f4f4;

    color: #1c1c1c;

    display: inline-block;

    height: 55px;

    padding: 11px 0;

    position: absolute;

    right: 0;

    text-align: center;

    top: 0;

    -webkit-transition: all 500ms ease 0s;

    transition: all 500ms ease 0s;

    width: 55px;

}

.not-found-content .search-form button i {

    font-size: 14px

}

.not-found-content .search-form input[type="text"]:focus {

    border: 1px solid #1d1d1d;

    background: #fff;

    color: #252525;

}

.not-found-content .search-form input[type="text"]:focus + button, 

.not-found-content .search-form button:hover {

    background: #1d1d1d none repeat scroll 0 0;

    color: #fff;

}

.not-found-content .go-home{

    display: block;

    margin-top: 15px;

}

.not-found-content .go-home a{

    font-size: 16px;

    font-weight: 600;

    transition: all 500ms ease;

    font-family: 'Poppins', sans-serif;

}

.not-found-content .go-home a:hover{

    color: #1d1d1d;    

}







/*** 

=============================================

    Service page Area style

=============================================

***/

.services-area.service-page{

    padding-bottom: 50px;

    background: #ffffff;

    z-index: 1;

}







/*** 

=============================================

    Work Fullwidth Area style

=============================================

***/

.work-fullwidth-area{

    display: block;

    padding-top: 90px;

    padding-bottom: 90px;

}

.filters.style-two{

    margin-bottom: 50px;

}

.filters.style-two ul {

    display: inline-block;

    border-top: 1px dashed #d6d6d6;

    border-bottom: 1px dashed #d6d6d6;

}

.filters.style-two ul li {

    float: none;

    line-height: 20px;

    margin: 0 16px;

}

.filters.style-two ul li span {

    position: relative;

    color: #222222;

    cursor: pointer;

    display: block;

    font-size: 16px;

    line-height: 16px;

    font-weight: 600;

    text-transform: capitalize;

    transition: all 500ms ease 0s;

    font-family: 'Poppins', sans-serif;

    display: block;

    padding: 14px 0px 14px;

}

.filters.style-two ul li.active span, 

.filters.style-two ul li:hover span {

    color: #69ad07;

}

.work-fullwidth-area .container-fluid {

    padding: 0 30px;

}

.work-fullwidth-area .span-width-5 {

    width: 20%;

    float: left;

    padding: 0;

}

.work-fullwidth-area .readmore-button{

    display: block;

    margin-top: 50px;

}







/*** 

=============================================

    Work Grid Area style

=============================================

***/

.work-grid-area{

    padding: 90px 0 90px;

}

.work-grid-area .single-project-item{

    margin-bottom: 30px;    

}







/*** 

=============================================

    Work Masonry Area style

=============================================

***/

.work-masonry-area{

    padding: 90px 0 90px;    

}

.work-masonry-area .single-project-item{

    margin-bottom: 40px;

}

.work-masonry-area .single-project-item .img-holder .overlay-style-one .box {

    display: table;

    height: 100%;

    width: 100%;

    padding: 0;

    position: static;

}

.work-masonry-area .single-project-item .img-holder .overlay-style-one .box .content {

    text-align: center;

    vertical-align: middle;

    left: auto;

    bottom: auto;

}

.work-masonry-area .single-project-item .img-holder .overlay-style-one .box .content a i{

    line-height: 40px;

    display: inline-block;

    font-size: 35px;

    color: #ffffff;

    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";

    filter: alpha(opacity=0);

    opacity: 0;

    transform: scale(0);

    transition: all 0.9s ease-in-out 0.1s;    

}

.work-masonry-area .single-project-item:hover .img-holder .overlay-style-one .box .content a i{

   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";

   filter: alpha(opacity=100);

   opacity: 1;

   transform: scale(1);

   transition-delay: 0.2s;      

}



.work-masonry-area .single-project-item .text-holder {

    display: block;

    padding-bottom: 13px;

    border-bottom: 2px solid #f2f2f2;

    padding-top: 23px;

}

.work-masonry-area .single-project-item .text-holder h3{}

.work-masonry-area .single-project-item .text-holder h3 a{

    color: #222222;    

}

.work-masonry-area .single-project-item .text-holder p{

    color: #69ad07;

    margin: 0;    

}







/*** 

=============================================

    Work Single Area style

=============================================

***/

.work-single-area{

    padding: 90px 0 90px;

}



.work-single-area .owl-theme .owl-nav {

  left: 0;

  position: absolute;

  top: 50%;

  width: 100%;

}

.work-single-area .owl-theme .owl-nav .owl-prev {

    background: rgba(0, 0, 0, 0.35);

    display: block;

    height: 40px;

    position: absolute;

    left: -5px;

    top: -35px;

    transition: all 700ms ease 0s;

    width: 40px;

    z-index: 10;

    border-radius: 0;

    box-shadow: none;

}

.work-single-area .owl-theme .owl-nav .owl-next {

    background: rgba(0, 0, 0, 0.35);

    display: block;

    height: 40px;

    position: absolute;

    right: -5px;

    top: -35px;

    transition: all 700ms ease 0s;

    width: 40px;

    z-index: 10;

    border-radius: 0;

    box-shadow: none;

}

.work-single-area .owl-theme .owl-nav div .fa {

    color: #ececec;

    font-size: 25px;

    display: block;

    text-align: center;

    line-height: 32px;

}

.work-single-area .owl-theme .owl-nav .owl-prev:hover{

    background: rgba(0, 0, 0, 0.95);

}

.work-single-area .owl-theme .owl-nav .owl-next:hover{

    background: rgba(0, 0, 0, 0.95);

}

.work-single-area .owl-theme .owl-nav div .fa:hover{

    color: #fff;    

}



.work-concept-content {

    overflow: hidden;

    padding-top: 30px;

    padding-bottom: 27px;

}

.work-concept-content .sec-title {

    margin-top: -10px;

    padding-bottom: 25px;

}

.work-concept-content .sec-title .title {

    font-size: 24px;

}

.work-concept-content .sec-title .title:before{

    display: none;

}





.work-cha-solution-content{

    overflow: hidden; 

}

.work-cha-solution-content .sec-title {

    margin-top: -10px;

    padding-bottom: 25px;

}

.work-cha-solution-content .sec-title .title {

    font-size: 24px;

}

.work-cha-solution-content .sec-title .title:before{

    display: none;

}

.work-cha-solution-content .text-holder{

    overflow: hidden;

    padding-bottom: 36px;

}

.work-cha-solution-content .single-item{

    position: relative;

    display: block;

    border: 1px dashed #d6d6d6;

    min-height: 115px;

    margin-bottom: 50px;

    z-index: 1;

}

.work-cha-solution-content .single-item .image-holder{

    position: absolute;

    top: -20px;

    left: 20px;

    width: 100px;

    height: 80px;

    overflow: hidden;

    z-index: 10;

}

.work-cha-solution-content .single-item .image-holder img {

    transition: all 0.5s ease-in-out 0.6s;    

    width: 100%;

    transform: scale(1.1, 1.1);  

}

.work-cha-solution-content .single-item:hover .image-holder img {

    transform: scale(1.2, 1.2);

}

.work-cha-solution-content .single-item .image-holder .overlay-style-one {

    position: absolute;

    top: 0px;

    left: 0px;

    right: 0px;

    bottom: 0px;

    width: auto;

    height: auto;

    opacity: 1;

    transition: all 500ms ease;

    background: rgba(105, 173, 7, 0.90);

    transform: translate3d(0px, 100%, 0px);

}

.work-cha-solution-content .single-item:hover .image-holder .overlay-style-one{

    transform: translate3d(0px, 0, 0px);

}

.work-cha-solution-content .single-item .image-holder .overlay-style-one .box .content a span:before{

    font-size: 20px;

    line-height: 20px;

    color: #ffffff;

    display: inline-block;

    transition: all 900ms ease;

}

.work-cha-solution-content .single-item .image-holder .overlay-style-one .box .content a:hover span:before{

    color: #000000;

}





.work-cha-solution-content .single-item .title-holder{

    position: absolute;

    bottom: 11px;

    left: 20px;

}

.work-cha-solution-content .single-item .title-holder h3{

    

}

.work-cha-solution-content .single-item .title-holder h3 a{

    color: #222222;

    transition: all 500ms ease;

}

.work-cha-solution-content .single-item:hover .title-holder h3 a{

    color: #69ad07;    

}





.work-single-area .bottom {

    border-bottom: 1px solid #f7f7f7;

    border-top: 1px solid #f7f7f7;

    margin: 0 0 0;

    overflow: hidden;

    padding-bottom: 20px;

    padding-top: 21px;

}

.work-single-area .bottom .button a {

    color: #222222;

    font-size: 16px;

    font-weight: 700;

    text-transform: uppercase;

    transition: all 500ms ease;

}

.work-single-area .bottom .button a:hover{

  color: #69ad07;

}

.work-single-area .bottom .button a i {

  display: inline-block;

  font-size: 18px;

  padding-right: 10px;

  position: relative;

  top: 1px;

}

.work-single-area .bottom .button.next a i{

  padding-right: 0px;

  padding-left: 10px;

}

.work-single-area .bottom .icon-holder a i {

  color: #222222;

  font-size: 24px;

  position: relative;

  top: 4px;

  transition: all 500ms ease 0s;

}

.work-single-area .bottom .icon-holder a:hover i{

  color: #69ad07;

}



.work-info{

    display: block;

    background: #69ad07;

    padding: 22px 40px 20px;

}

.work-info ul{}

.work-info ul li{

    line-height: 50px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.15);

    color: #ffffff;

}

.work-info ul li:last-child{

    border: none;

}

.work-info ul li b{

    width: 100px;

    font-size: 16px;

    font-weight: 600;

    display: inline-block;

    font-family: 'Poppins', sans-serif;

}

.work-info ul li span{

    display: inline-block;

    padding-left: 25px;

}

.work-info ul li .rating-box{

    display: inline-block;

    padding-left: 25px;

}

.work-info ul li .rating-box a {

    color: #ffffff;

    font-size: 14px;

    margin-right: 3px;

}

.work-info ul li .rating-box a i{}







/*** 

=============================================

    Blog Default Area style

=============================================

***/

#blog-area{

    padding: 90px 0 90px;

}

.blog-default-area{}







/*** 

=============================================

    Blog large Area style

=============================================

***/

.blog-large-area{}

.blog-large-area .blog-post {

    position: relative;

    display: block;

    z-index: 1;

}

.blog-large-area .blog-post:before {

    position: absolute;

    top: -90px;

    bottom: -90px;

    right: -30px;

    width: 1px;

    content: "";

    z-index: -1;

    border-left: 1px solid #f2f2f2;

}

.blog-large-area .single-blog-post {

    position: relative;

    margin-bottom: 40px;

}

.blog-large-area .single-blog-post .img-holder .overlay-style-one {}





.blog-large-area .single-blog-post .text-holder {

    padding-top: 22px;

    padding-left: 30px;

    padding-right: 30px;

    border: 1px solid #f2f2f2;

    background: #ffffff;

}

.blog-large-area .single-blog-post .text-holder .blog-title {

    font-size: 24px;

    line-height: 34px;

}

.blog-large-area .single-blog-post .text-holder .meta-box {

    display: block;

    overflow: hidden;

    margin-top: 14px;

}

.blog-large-area .single-blog-post .text-holder .meta-box .meta-info {

    overflow: hidden;

    padding-top: 7px;

    padding-bottom: 17px;

    border-bottom: 1px solid #f2f2f2;

    margin-bottom: 25px;

}

.blog-large-area .single-blog-post .text-holder .meta-box .meta-info li {

    border-right: 1px solid #b5b5b5;

    padding-right: 10px;

    margin-right: 10px;

}

.blog-large-area .single-blog-post .text-holder .meta-box .meta-info li:last-child{

    border-right: 0px solid;

    padding-right: 0px;

    margin-right: 0px;    

}

.blog-large-area .single-blog-post .text-holder .meta-box .meta-info li span{

    font-size: 16px;

    font-weight: 700;

    display: inline-block;

    padding-right: 4px;

}

.blog-large-area .single-blog-post .text-holder .meta-box .meta-info li a{

    color: #848484;

    font-size: 16px;

}

.blog-large-area .single-blog-post .text-holder .text{}

.blog-large-area .single-blog-post .text-holder .text p{

    margin: 0 0 3px;

}







#blog-area .sidebar-wrapper {

    position: relative;

    padding-left: 30px;

}

.sidebar-wrapper .single-sidebar form.search-form {

    position: relative;

}

.sidebar-wrapper .single-sidebar .search-form input[type="text"] {

    background: #fff;

    border: 1px solid #f2f2f2;

    color: #848484;

    display: block;

    font-size: 14px;

    font-weight: 400;

    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: #1d1d1d none repeat scroll 0 0;

    color: #ffffff;

    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 #000000;

    background: #fff;

    color: #000;

}

.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus + button, 

.sidebar-wrapper .single-sidebar .search-form button:hover {

    background: #000000 none repeat scroll 0 0;

    color: #fff;

}





.sidebar-wrapper .single-sidebar {

    overflow: hidden;

    margin-bottom: 50px;

    position: relative;

}

.sidebar-wrapper .single-sidebar.mar-btm0{

    margin-bottom: 0;

}

.sidebar-wrapper .single-sidebar .sec-title {

    overflow: hidden;

    padding-bottom: 26px;

    margin-top: -3px;

}

.sidebar-wrapper .single-sidebar .sec-title h3 {

    color: #222222;

    font-size: 20px;

    font-weight: 600;

    line-height: 22px;

    text-transform: capitalize;

}





.single-sidebar .categories {

    background: #fff;

    display: block;

    padding: 15px 20px 20px;

    border: 1px solid #f2f2f2;

}

.single-sidebar .categories li {

    margin-bottom: 13px;

    padding-bottom: 13px;

    padding-left: 20px;

    position: relative;

}

.single-sidebar .categories li:before{

    position: absolute;

    bottom: 0;

    left: 0px;

    width: 90px;

    height: 1px;

    content: "";

    background: #f2f2f2; 

    transition: all 500ms ease;

}

.single-sidebar .categories li:last-child {

    margin-bottom: 0;

}

.single-sidebar .categories li:hover:before{

    width: 100%;

    background: #69ad07;

}

.single-sidebar .categories li a {

    color: #848484;

    transition: all 500ms ease;

    font-size: 16px;

    font-weight: 400;

    position: relative;

}

.single-sidebar .categories li a:before {

    content: "\f175";

    font-family: FontAwesome;

    color: #c5c5c5;

    font-size: 14px;

    position: absolute;

    top: 0px;

    left: -20px;

    transform: rotate(0deg);

    transition: all 500ms ease;

}

.single-sidebar .categories li a:hover::before{

    color: #69ad07;

    transform: rotate(-90deg);

}

.single-sidebar .categories li a span{

    float: right;

}

.single-sidebar .categories li a:hover{

    color: #69ad07;    

}





.single-sidebar.comment .sec-title {

    padding-bottom: 38px;

}

.single-sidebar .comment-box {}

.single-sidebar .comment-box .single-item{

    position: relative;

    display: block;

}

.single-sidebar .comment-box .single-item.mar-top {

    margin-top: 42px;

}

.single-sidebar .comment-box .single-item .date-box{

    position: absolute;

    top: -12px;

    left: 20px;

    width: 130px;

    height: 25px;

    background: #f7f7f7;

    display: block;

    z-index: 2;

}

.single-sidebar .comment-box .single-item .date-box p {

    color: #848484;

    font-size: 14px;

    text-align: center;

    margin: 0;

    line-height: 25px;

}

.single-sidebar .comment-box .single-item .single-box {

    overflow: hidden;

    display: block;

    position: relative;

    border: 1px solid #f2f2f2;

    padding: 32px 20px 20px;

}

.single-sidebar .comment-box .single-item .single-box .left-content{

    position: relative;

    display: block;

}

.single-sidebar .comment-box .single-item .single-box .left-content .inner-content {

    padding-left: 65px;

    position: relative;

    min-height: 50px;

}

.single-sidebar .comment-box .single-item .single-box .left-content .inner-content .img-holder {

    display: block;

    left: 0;

    overflow: hidden;

    position: absolute;

    top: 0px;

    width: 50px;

    height: auto;

}

.single-sidebar .comment-box .single-item .single-box .left-content .inner-content .img-holder img {

    transition: all 0.4s ease-in-out 0.5s;    

    width: 100%;

    transform: scale(1.1, 1.1);      

}

.single-sidebar .comment-box .single-item .single-box:hover .left-content .inner-content .img-holder img {

    -ms-transition-delay: 0s;

    transition-delay: 0s;

    transform: scale(1.2, 1.2);    

}

.single-sidebar .comment-box .single-item .single-box:hover .left-content .inner-content .img-holder .overlay-style-one{

    transform: rotateX(0deg);

    opacity: 1;

}

.single-sidebar .comment-box .single-box .img-holder .overlay-style-one .box .content a i{

    color: #fff;

    font-size: 14px;

    transition: all 500ms ease;

}

.single-sidebar .comment-box .single-box .img-holder .overlay-style-one .box .content a:hover i{

    color: #e4e2e2;

}

.single-sidebar .comment-box .single-box .left-content .inner-content .title-holder {

    display: block;

}

.single-sidebar .comment-box .single-box .left-content .inner-content .title-holder h5{

    color: #222222;

    font-size: 16px;

    font-weight: 600;

    margin: 0 0 9px;

}

.single-sidebar .comment-box .single-box .left-content .inner-content .title-holder p{

    color: #848484;

    line-height: 20px;

    margin: 0;

}

.single-sidebar .comment-box .single-box .right-content{}

.single-sidebar .comment-box .single-box .right-content .read-comment {

    display: block;

    margin: 11px 0px;

}

.single-sidebar .comment-box .single-box .right-content .read-comment a {

    display: inline-block;

}

.single-sidebar .comment-box .single-box .right-content .read-comment a span:before {

    color: #222222;

    font-size: 20px;

    line-height: 20px;

    transition: all 500ms ease;

    font-weight: 500;

}

.single-sidebar .comment-box .single-box .right-content .read-comment a:hover span:before{

    color: #e4e2e2;    

}





.single-sidebar .popular-post {}

.single-sidebar .popular-post li {

    margin-bottom: 20px;

    padding-left: 90px;

    position: relative;

    border-bottom: 1px solid #f2f2f2;

    min-height: 111px;

}

.single-sidebar .popular-post li:last-child{

    margin-bottom: 0;

    padding-bottom: 0;

    border-bottom: none;

}

.single-sidebar .popular-post li .img-holder {

    display: block;

    left: 0;

    overflow: hidden;

    position: absolute;

    top: 0px;

    width: 90px;

    height: auto;

}

.single-sidebar .popular-post li .img-holder img {

    transition: all 0.4s ease-in-out 0.5s;    

    width: 100%;

    transform: scale(1.1, 1.1);      

}

.single-sidebar .popular-post li:hover .img-holder img {

    -ms-transition-delay: 0s;

    transition-delay: 0s;

    transform: scale(1.2, 1.2);    

}

.single-sidebar .popular-post li:hover .img-holder .overlay-style-one{

    transform: rotateX(0deg);

    opacity: 1;    

}

.single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a i{

    color: #fff;

    font-size: 16px;

    transition: all 500ms ease;

}

.single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a:hover i{

    color: #ddd;

}

.single-sidebar .popular-post li .title-holder {

    padding-left: 20px;

}

.single-sidebar .popular-post li .title-holder .post-title {

    font-size: 16px;

    line-height: 26px;

    font-weight: 600;

    position: relative;

    margin: 0 0 10px;

    transition: all 500ms ease;

}

.single-sidebar .popular-post li .title-holder .post-title a{

    color: #222222;

    transition: all 500ms ease;

}

.single-sidebar .popular-post li .title-holder .post-title a:hover{

    color: #69ad07;

}

.single-sidebar .popular-post li .title-holder .post-date {

    color: #848484;

    display: block;

    transition: all 500ms ease;

    font-weight: 400;

    font-size: 15px;

}

.single-sidebar .popular-post li .title-holder .post-date i {

    font-size: 13px;

    display: inline-block;

    padding-right: 5px;

}



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

    color: #848484;

    display: block;

    font-size: 16px;

    font-weight: 400;

    padding: 4px 12px 4px;

    transition: all 500ms ease 0s;

    border-radius: 2px;

}

.single-sidebar .popular-tag li a:hover{

    background: #69ad07;

    border-color: #69ad07;

    color: #ffffff;

}







/*** 

=============================================

    Blog Single Area style

=============================================

***/

.blog-single-area{}

.blog-single-area .blog-post {

    position: relative;

    display: block;

}

.blog-single-area .blog-post:before {

    position: absolute;

    top: -90px;

    bottom: -90px;

    right: -30px;

    width: 1px;

    content: "";

    z-index: -1;

    border-left: 1px solid #f2f2f2;

}

.blog-single-area .single-blog-post{

    margin-bottom: 80px;    

}

.blog-single-area .single-blog-post .img-holder img{

    transform: none;        

}

.blog-single-area .single-blog-post .text-holder {}

.blog-single-area .single-blog-post .text-holder .meta-box{

    margin-bottom: 0px;

}

.blog-single-area .single-blog-post .text-holder .blog-title {

    font-size: 24px;

}

.blog-single-area .single-blog-post .text-holder .blog-title:hover{

    color: #222222;

}

.blog-single-area .single-blog-post .text-holder p.mar-bottom {

    margin-bottom: 15px;

}





.blog-single-area .author-slogan{

    position: relative;

    display: block;

    overflow: hidden;

    background: #f7f7f7;

    text-align: center;

    padding: 33px 40px 33px;

    margin-top: 32px;

    z-index: 1;

}

.blog-single-area .author-slogan:before {

    position: absolute;

    font-family: 'icomoon';

    top: 17px;

    left: 0;

    right: 0;

    color: #ffffff;

    font-size: 110px;

    line-height: 110px;

    content: "\e907";

    z-index: -1;

}

.blog-single-area .author-slogan p{

    color: #848484;

    font-size: 18px;

    line-height: 30px;

    margin: 0 0 24px;

}

.blog-single-area .author-slogan .border-box{

    width: 300px;

    height: 1px;

    background: #e6e6e6;

    display: block;

    margin: 0 auto;

}

.blog-single-area .author-slogan .author-info{

    display: block;

    padding-top: 15px;

}

.blog-single-area .author-slogan .author-info h3{

    font-size: 18px;

    font-weight: 600;

    color: #222222;

    margin: 0 0 1px;

}

.blog-single-area .author-slogan .author-info span{

 

}





.blog-single-area .bottom-content-box{

    overflow: hidden;

    display: block;

    margin-top: 40px;

}

.blog-single-area .bottom-content-box .img-box{}

.blog-single-area .bottom-content-box .img-box img{}

.blog-single-area .bottom-content-box .text-box{

    display: block;

    margin-top: -5px;

}

.blog-single-area .bottom-content-box .text-box p{

    margin: 0;

}

.blog-single-area .bottom-content-box .text-box p.mar-btm{

    margin-bottom: 12px;

}



.blog-single-area .tag-box {

    overflow: hidden;

    padding-top: 20px;

    padding-bottom: 20px;

    border-top: 1px solid #f2f2f2;

    margin-top: 36px;

}

.blog-single-area .tag-box .left{}

.blog-single-area .tag-box .left ul {

    overflow: hidden;

}

.blog-single-area .tag-box .left ul li {

    display: inline-block;

    float: left;

    margin-right: 10px;

    line-height: 35px;

}

.blog-single-area .tag-box .left ul li:last-child{

    margin: 0px;    

}

.blog-single-area .tag-box .left ul li a {

    color: #909090;

}

.blog-single-area .tag-box .left ul li a i {

    background: #f4f4f4;

    height: 35px;

    width: 35px;

    display: block;

    text-align: center;

    border-radius: 50%;

    line-height: 36px;

    transition: all 500ms ease;

}

.blog-single-area .tag-box .left ul li a:hover i{

    background: #1d1d1d;

    color: #ffffff;

}

.blog-single-area .tag-box .tag p {

    color: #69ad07;

    margin: 5px 0;

    font-size: 15px;

    font-weight: 400;

}

.blog-single-area .tag-box .tag p span {

    color: #222222;

    font-size: 16px;

    font-weight: 600;

    text-transform: capitalize;

    font-family: 'Poppins', sans-serif;

}





.blog-single-area .title{

    margin-top: -5px;

    padding-bottom: 24px;    

}

.blog-single-area .title h3{

    color: #222222;

    font-size: 20px;

    font-weight: 700;

    line-height: 26px;

    text-transform: uppercase;    

}

.blog-single-area .author-box {

    background: #ffffff none repeat scroll 0 0;

    display: block;

    padding: 0px;

    position: relative;

}

.blog-single-area .author-box .inner-content{

    display: block;

    overflow: hidden;

    border-top: 1px solid #f2f2f2;

    border-bottom: 1px solid #f2f2f2;

    padding-top: 30px;

    padding-bottom: 23px;

}

.blog-single-area .author-box .img-holder{

    width: 85px;

}

.blog-single-area .author-box .img-holder,

.blog-single-area .author-box .text-holder{

    display: table-cell;

    vertical-align: top;

}

.blog-single-area .author-box .text-holder {

    padding-left: 30px;

}

.blog-single-area .author-box .text-holder h3 {

    color: #222222;

    font-size: 20px;

    font-weight: 600;

    margin: -2px 0 14px;

    text-transform: capitalize; 

}

.blog-single-area .author-box .text-holder p {

    margin: 0 0 11px;

}

.blog-single-area .author-box .text-holder .social-link {

    margin-left: -6px;

    margin-right: -6px;

    overflow: hidden;

}

.blog-single-area .author-box .text-holder .social-link li{

    display: inline-block;

    margin: 0 6px;

}

.blog-single-area .author-box .text-holder .social-link li a i{

    color: #999999;

    font-size: 14px;

    transition: all 500ms ease;

}

.blog-single-area .author-box .text-holder .social-link li a:hover i{

    color: #222222;

}



.blog-single-area .inner-comment-box {

    overflow: hidden;

    padding-bottom: 30px;

    padding-top: 58px;

}

.blog-single-area .inner-comment-box .single-comment-box {

    padding-left: 60px;

    position: relative;

    margin-bottom: 30px;

}

.blog-single-area .inner-comment-box .single-comment-box.mar-left{



}

.blog-single-area .inner-comment-box .single-comment-box .img-holder {

    left: 0;

    position: absolute;

    top: 0;

}

.blog-single-area .inner-comment-box .single-comment-box .text-holder {

    border: 1px solid #f2f2f2;

    margin-left: 20px;

    padding: 15px 20px 5px;

}

.blog-single-area .inner-comment-box .single-comment-box .text-holder .top {

    overflow: hidden;

    padding-bottom: 8px;

}

.blog-single-area .inner-comment-box .single-comment-box .text-holder .top .date h5 {

    color: #222222;

    font-size: 16px;

    font-weight: 600;

    font-family: 'Poppins', sans-serif;

}

.blog-single-area .inner-comment-box .single-comment-box .text-holder .top .review-box {

    position: relative;

    top: -3px;

}

.blog-single-area .inner-comment-box .single-comment-box .text-holder .top .review-box ul {

    margin-left: -1px;

    margin-right: -1px;

    overflow: hidden;

}

.blog-single-area .inner-comment-box .single-comment-box .text-holder .top .review-box ul li {

    display: inline-block;

    margin: 0 1px;

}

.blog-single-area .inner-comment-box .single-comment-box .text-holder .top .review-box ul li i {

    color: #69ad07;

    font-size: 14px;

}





.add-comment-box {

    overflow: hidden;

}

.add-comment-box .add-rating-box {

    padding-bottom: 17px;

}

.add-comment-box .add-rating-box h4 {

    color: #848484;

    font-size: 14px;

    font-weight: 400;

    margin: 0 0 6px;

}

.add-comment-box .add-rating-box ul {}

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

}

.add-comment-box .add-rating-box ul li:last-child{

    border-right: none;

    margin-right: 0;

    padding-right: 0;

}

.add-comment-box .add-rating-box ul li a i{

    color: #d6d6d6;

    font-size: 12px;

}

.add-comment-box .add-rating-box ul li a:hover i{

    color: #69ad07;

    transition: all 500ms ease;

}

.add-comment-box #add-comment-form {}

.add-comment-box #add-comment-form .field-label {

    color: #848484;

    display: block;

    font-size: 14px;

    font-weight: 400;

    padding: 0 0 2px;

}

.add-comment-box #add-comment-form input[type="text"],

.add-comment-box #add-comment-form input[type="email"],

.add-comment-box #add-comment-form textarea{

    background: #fff none repeat scroll 0 0;

    border: 1px solid #ececec;

    display: block;

    font-size: 14px;

    font-weight: 400;

    height: 50px;

    padding: 0 15px;

    width: 100%;  

    margin-bottom: 14px;

    transition: all 500ms ease;

}

.add-comment-box #add-comment-form textarea {

    height: 100px;

    padding: 10px 15px;

    margin-bottom: 30px;

}

.add-comment-box #add-comment-form input[type="text"]:focus{

    border-color: #69ad07;    

}

.add-comment-box #add-comment-form input[type="email"]:focus{

    border-color: #69ad07;    

}

.add-comment-box #add-comment-form textarea:focus{

    border-color: #69ad07;       

}

.add-comment-box #add-comment-form button {

    padding: 18px 40px 18px;

}

.add-comment-box #add-comment-form button:hover{ }







/*** 

=============================================

   Single service Area style

=============================================

***/

#single-service-area {

    display: block;

    background: #ffffff;

    padding: 90px 0 60px;

    position: relative;

}

#single-service-area .sec-title {

    margin-top: -9px;

    padding-bottom: 40px;

}

#single-service-area .sec-title .title{

    font-size: 24px;

}

#single-service-area .sec-title .title:before{

    display: none;

}

#single-service-area .sec-title .dector {

    margin: 8px 0 0;

}



#single-service-area .content-box {

    position: relative;

}

.single-ser-top-content {

    overflow: hidden;

    margin-bottom: 37px;

}



.single-service-slider {

    display: block;

    position: relative;

    overflow: hidden;

}

.single-service-slider .thumb-box.style2 {

    position: relative;

    height: 275px;

    margin: 50px 0;

    z-index: 2;

}

.single-service-slider .thumb-box.style2:before {}

.single-service-slider .thumb-box.style2 li {

    float: none;

    margin-bottom: 10px;

}

.single-service-slider .thumb-box.style2 li:last-child{

    margin-bottom: 0px;

}

.single-service-slider .thumb-box.style2 li a  {

    position: relative;

}

.single-service-slider .thumb-box.style2 li a.active  { }

.single-service-slider .thumb-box.style2 li a .img-holder {

    position: relative;

    overflow: hidden;

    display: block;

}

.single-service-slider .thumb-box.style2 li a.active .img-holder:before {

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    content: "";

    border: 2px solid #69ad07;

    transition: all 0.7s ease;

}



.single-service-slider .bx-wrapper {

    position: relative;

    margin: 0;

    padding: 0;

}

.single-service-slider .bx-wrapper .bx-viewport {

    float: left;

    box-shadow: none;

    border: 0;

    left: 0px;

    top: 0px;

    background: #fff;

    transform: translatez(0);

    margin: 0;

    margin-left: 0px;

    max-width: 635px;

    width: 100%;

}



.single-service-slider ul.nav-link {

    position: absolute;

    top: 0;

    right: 0px;

    width: 125px;

    padding: 0;

    height: 375px;

    z-index: 1;

}

.single-service-slider ul.nav-link li#slider-prev {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 40px;

}

.single-service-slider ul.nav-link li#slider-next {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 40px;

}

.single-service-slider ul.nav-link li a {

    background: #f7f7f7;

    color: #848484;

    transition: .5s ease;

    width: 100%;

    height: 40px;

    display: block;

    border-radius: 0;

    text-align: center;

    font-size: 24px;

    line-height: 40px;

}



.single-service-slider ul.nav-link li a.bx-prev i{

    transform: rotate(90deg);

}

.single-service-slider ul.nav-link li a.bx-next i {

    transform: rotate(90deg);

}

.single-service-slider ul.nav-link li a:hover {

    color: #ffffff;

    background: #69ad07;

}



.single-ser-top-content .text-holder{

    display: block;

    overflow: hidden;

    margin-top: 35px;

}

.single-ser-top-content .text-holder p{

    margin: 0;

}





.learn-more-box{

    display: block;

}

.learn-more-box h3{

    margin-bottom: 0px;    

}

.learn-more-services{

    position: relative;

    display: block;

    overflow: hidden;

    z-index: 1;

}

.learn-more-services:after {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: ;

    background-repeat: no-repeat;

    content: "";

    z-index: -1;

}

.learn-more-services .inner-content {

    position: relative;

    display: block;

    overflow: hidden;

    padding-bottom: 30px;

}

.learn-more-services .inner-content .border-box {

    position: absolute;

    top: 14px;

    bottom: 70px;

    width: 1px;

    background: #f2f2f2;

    left: 50%;

}

.learn-more-services .inner-content:before{

    position: absolute;

    bottom: 25px;

    left: 0;

    right: 0;

    height: 2px;

    background: #f2f2f2;

    content: "";

}

.learn-more-services .inner-content:after {

    position: absolute;

    bottom: 2px;

    left: 0;

    right: 0;

    width: 45px;

    height: 25px;

    background: url(../images/learn-more-services.png);

    background-repeat: no-repeat;

    content: "";

    background-color: #ffffff;

    margin: 0 auto;

}

.learn-more-services .inner-content ul{}

.learn-more-services .inner-content ul.right {

    padding-left: 40px;

    display: block;

}

.learn-more-services .inner-content ul li{

    line-height: 42px;

    position: relative;

    display: block;

    padding-left: 35px;

}

.learn-more-services .inner-content ul li:before{

    position: absolute;

    content: "\e920";

    font-family: 'icomoon';

    font-size: 20px;

    line-height: 20px;

    top: 10px;

    left: 0;

    color: #69ad07;

    transform: rotate(45deg)

}

.learn-more-services .inner-content ul li a{

    color: #848484;

    transition: all 500ms ease;

}

.learn-more-services .inner-content ul li a:hover{

    color: #69ad07;

    text-decoration: underline;

}



.learn-more-services .image-text-holder {

    display: block;

    overflow: hidden;

    margin-top: 32px;

}

.learn-more-services .image-text-holder .text-holder {

    text-align: center;

    display: block;

    margin: 0 65px;

    padding-bottom: 23px;

}

.learn-more-services .image-text-holder .text-holder p{

    margin: 0;

}



.key-benefits-service{

    display: block;

    padding-top: 10px;

}

.key-benefits-service .sec-title{}

.key-benefits-service .key-benefits-content{}

.key-benefits-content .single-box {

    position: relative;

    display: block;

    padding-left: 78px;

    overflow: hidden;

    min-height: 150px;

    margin-bottom: 30px;

}

.key-benefits-content .single-box .icon-holder {

    position: absolute;

    top: 0;

    left: 0;

    width: 78px;

    height: 87px;

    margin: 31px 0;

    bottom: 0;

}

.key-benefits-content .single-box .icon-holder .hexagon-content{

    position: absolute;

    top: 0;

}

.key-benefits-content .single-box .icon-holder .hexagon-content .hexagon {

    padding: 17px 0;

}

.key-benefits-content .single-box .icon-holder .hexagon-content .hexagon .icon{

    text-align: center;

}

.key-benefits-content .single-box .icon-holder .hexagon-content .hexagon .icon span:before{

    font-size: 30px;

    line-height: 30px;    

}



.key-benefits-content .single-box .text-holder {

    border: 1px solid #f2f2f2;

    margin-left: -40px;

    padding-left: 60px;

    padding-top: 33px;

    padding-bottom: 32px;

    transition: all 500ms ease;    

}

.key-benefits-content .single-box:hover .text-holder{

    border-color: #69ad07;

}

.key-benefits-content .single-box .text-holder h3{

    display: block;

    margin: 0 0 7px;

}

.key-benefits-content .single-box .text-holder h3 a{

    color: #222222;

    transition: all 500ms ease;

}

.key-benefits-content .single-box:hover .text-holder h3 a{

    color: #69ad07;    

}

.key-benefits-content .single-box .text-holder p{

    line-height: 24px;

    margin: 0;

}





.sidebar-box{

    position: relative;

    display: block;

    z-index: 1;

}

.sidebar-box .single-sidebar .title {

    overflow: hidden;

    display: block;

    padding-bottom: 17px;

}

.sidebar-box .single-sidebar .title h3 {

    font-size: 20px;

    line-height: 20px;

    font-weight: 600;

}



.sidebar-box .single-sidebar {}

.sidebar-box .single-sidebar .service-list-box {

    background: #ffffff;

    display: block;

    border: 1px solid #f2f2f2;

    margin-bottom: 38px;

}

.sidebar-box .single-sidebar .service-list-box .page-links {

    overflow: hidden;

    display: block;

    width: 100%;

}

.sidebar-box .single-sidebar .service-list-box .page-links li {

    display: inline-block;

    float: left;

    width: 50%;

    min-height: 130px;

}

.sidebar-box .single-sidebar .service-list-box .page-links li.bg {

    background: #69ad07;

    display: block;

}

.sidebar-box .single-sidebar .service-list-box .page-links li.bg a{

    line-height: normal;

}

.sidebar-box .single-sidebar .service-list-box .page-links li.bg-gray{

    background: #f7f7f7;        

}

.sidebar-box .single-sidebar .service-list-box .page-links li.bg-white{

    background: #ffffff;            

}

.sidebar-box .single-sidebar .service-list-box .page-links li a {

    color: #848484;

    font-size: 16px;

    font-weight: 400;

    padding-right: 0;

    width: 100%;

    font-family: 'Roboto', sans-serif;

    position: relative;

    transition: all 500ms ease;

    display: block;

    padding: 20px 0 17px;

    padding-left: 20px;

}

.sidebar-box .single-sidebar .service-list-box .page-links li a h5 {

    color: #ffffff;

    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

    padding: 38px 0 39px;

}

.sidebar-box .single-sidebar .service-list-box .page-links li a span:before{

    font-size: 30px;

    line-height: 30px;

}

.sidebar-box .single-sidebar .service-list-box .page-links li a p{

    margin: 10px 0 0;

    line-height: 24px;

}





.sidebar-box .single-sidebar .service-brochures {

    display: block;

    overflow: hidden;

    margin-bottom: 40px;

    background: #ffffff;

    border: 1px solid #f2f2f2;

}

.sidebar-box .single-sidebar .service-brochures .brochures-dwn-link{}

.sidebar-box .single-sidebar .service-brochures .brochures-dwn-link li {

    display: block;

    overflow: hidden;

}

.sidebar-box .single-sidebar .service-brochures .brochures-dwn-link li a {

    display: block;

    overflow: hidden;

    transition: all 500ms ease;

    color: #848484;

    border-bottom: 1px solid #f2f2f2;

    padding-right: 20px;

}

.sidebar-box .single-sidebar .service-brochures .brochures-dwn-link li:last-child a{

    border-bottom: 0px solid;

}



.sidebar-box .single-sidebar .service-brochures li a .left .icon-holder {

    width: 55px;

    text-align: center;

}

.sidebar-box .single-sidebar .service-brochures li a .left .icon-holder i{

    color: #69ad07;

    font-size: 20px;

}

.sidebar-box .single-sidebar .service-brochures li a .left .icon-holder,

.sidebar-box .single-sidebar .service-brochures li a .left .title-holder{

    display: table-cell;

    vertical-align: middle;

}

.sidebar-box .single-sidebar .service-brochures li a .title-holder {

    border-left: 1px solid #f2f2f2;

    padding: 8px 0;

    padding-left: 20px;

}

.sidebar-box .single-sidebar .service-brochures li a .title-holder h5{

    color: #222222;

    font-size: 16px;

    font-weight: 400;

    margin: 0 0 1px;

    font-family: 'Roboto', sans-serif;

    transition: all 500ms ease;

}

.sidebar-box .single-sidebar .service-brochures li a .right {

    display: block;

    margin: 18px 0;

}

.sidebar-box .single-sidebar .service-brochures li a .right i{

    color: #ababab;

    font-size: 18px;

    line-height: 18px;

    transition: all 500ms ease;

}

.sidebar-box .single-sidebar .service-brochures li a:hover .title-holder h5{

    color: #69ad07;    

}

.sidebar-box .single-sidebar .service-brochures li a:hover .right i{

    color: #69ad07;        

}



.single-sidebar .offer-box{

    background-attachment: scroll;

    background-position: center top;

    background-repeat: no-repeat;

    background-size: cover;

    padding-top: 41px;

    padding-bottom: 50px;

    position: relative;

    z-index: 1;

}

.single-sidebar .offer-box::before {

    background: rgba(105, 173, 7, 0.90) none repeat scroll 0 0;

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: -1;

} 

.single-sidebar .offer-box h1{

    color: #fff000;

    font-size: 52px;

    font-weight: 400;

    display: block;

    margin: 0 0 4px;

    font-family: 'Kaushan Script', cursive;

}

.single-sidebar .offer-box span{

    color: #ffffff;

    font-size: 18px;

    font-weight: 500;

    display: block;

    text-transform: uppercase;

    font-family: 'Poppins', sans-serif;

}

.single-sidebar .offer-box h3{

    color: #ffffff;

    font-size: 18px;

    font-weight: 600;

    margin-top: 24px;

    margin-bottom: 23px;

    overflow: hidden;

    text-transform: capitalize;

    display: inline-block;

    padding-top: 11px;

    padding-bottom: 11px;

    border-top: 1px solid rgba(255, 255, 255, 0.30);

    border-bottom: 1px solid rgba(255, 255, 255, 0.30);    

    font-family: 'Poppins', sans-serif;    

}

.single-sidebar .offer-box a{

    overflow: hidden;

    display: block;

    color: #222222;

    width: 225px;

    margin: 0 auto;

    background: #fff000;

}







/*** 

=============================================

   Shop area  style

=============================================

***/

#shop-area {

    padding-top: 90px;

    padding-bottom: 90px;

}

#shop-area .shop-content {

    overflow: hidden;

}

.showing-result-shorting {

    display: flex;

    justify-content: space-between;

    flex-direction: row;

    flex-wrap: wrap;

    align-items: center;

    padding-bottom: 18px;

}

#shop-area .showing-result-shorting .showing{}

#shop-area .showing-result-shorting .showing p {

    font-size: 16px;

    font-weight: 400;

    margin: 0;

}



.single-product-item {

    position: relative;

    display: block;

    overflow: hidden;

    border: 1px solid #f2f2f2;

    margin-bottom: 30px;

    transition-duration: .4s, .4s;

    transition-timing-function: ease, ease-out;

    transition-delay: 0s, .4s; 

}

.single-product-item:hover{

    -moz-box-shadow: 0px 3px 8px #f0f0f0;

    -webkit-box-shadow: 0px 3px 8px #f0f0f0;

    box-shadow: 0px 3px 8px #f0f0f0;

} 



.single-product-item .img-holder{

    position: relative;

    display: block;

    overflow: hidden;

}

.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:hover .img-holder .overlay-style-one{

    transform: rotateX(0deg);

    opacity: 1;    

}

.single-product-item .img-holder .overlay-style-one .content a i{

    color: #ffffff;

    font-size: 25px;

    transition: all .5s ease-in-out;

    width: 55px;

    height: 55px;

    border-radius: 50%;

    line-height: 54px;

    transform: scale(0)

}

.single-product-item:hover .img-holder .overlay-style-one .content a i{

    transform: scale(1)    

}



.single-product-item .title-holder {

    display: block;

}

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

    overflow: hidden;

    display: block;

    background: #f7f7f7;

    padding: 17px 30px 14px;

}

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

    font-size: 16px;

    font-weight: 600;

    margin: 0 0 5px;

    line-height: 20px;

}

.single-product-item .title-holder .top h5 a{

    color: #222222;

    transition: all 500ms ease;

}

.single-product-item:hover .title-holder .top h5 a{

    color: #69ad07;    

}

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

    color: #848484;

    font-size: 16px;

    font-weight: 400;

    font-family: 'Roboto', sans-serif;

}

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

    overflow: hidden;

    display: block;

    padding: 0 30px;

}

.single-product-item .title-holder .review-box ul {

    overflow: hidden;

    display: block;

    padding-top: 15px;

    padding-bottom: 15px;

}

.single-product-item .title-holder .review-box ul li {

    line-height: 20px;

}

.single-product-item .title-holder .review-box ul li i{

    color: #69ad07;

}

.main-shop-area .post-pagination {

    padding-top: 0px;

}







#shop-area .sidebar-wrapper {

    position: relative;

}

.single-sidebar .price-ranger {

    margin-top: 4px;

}

.single-sidebar .price-ranger .ui-widget-content {

    background: #d5e3eb;

    border: none;

    height: 2px;

}

.single-sidebar .price-ranger .ui-slider-handle {

    background: #69ad07 none repeat scroll 0 0;

    border: 2px solid #69ad07;

    border-radius: 50%;

    height: 10px;

    margin-left: -4px;

    outline: medium none;

    width: 10px !important;

    cursor: pointer;

}

.single-sidebar .price-ranger .ui-slider-horizontal .ui-slider-handle {

    top: -4px;

}

.single-sidebar .price-ranger .ui-slider .ui-slider-range {

    background: #69ad07;

}

.single-sidebar .price-ranger #slider-range {

    margin-left: 3px;

    margin-right: 5px;

    margin-top: 0;

}

.single-sidebar .price-ranger .ranger-min-max-block {

    margin-bottom: 0px;

    margin-top: 25px;

}

.single-sidebar .price-ranger .ranger-min-max-block input {

    display: inline-block;

}

.single-sidebar .price-ranger .ranger-min-max-block input[type="submit"] {

    float: left;

    margin-right: 20px;

    padding: 10px 0 10px;

    text-align: center;

    width: 90px;

    border: none;

    color: #ffffff;

    cursor: pointer;

}

.single-sidebar .price-ranger .ranger-min-max-block input[type="submit"]:hover{}

.single-sidebar .price-ranger .ranger-min-max-block input[type="text"] {

    border: medium none;

    color: #848484;

    font-size: 16px;

    font-weight: 400;

    outline: medium none;

    text-align: right;

    width: 40px;

}

.single-sidebar .price-ranger .ranger-min-max-block input[type='text'].max {}

.single-sidebar .price-ranger .ranger-min-max-block span {

    color: #848484;

    font-weight: 400;

    font-size: 16px;

    line-height: 40px;

}





.sidebar-wrapper .single-sidebar .latest-product {}

.sidebar-wrapper .single-sidebar .latest-product li {

    border-bottom: 1px solid #f7f7f7;

    margin-bottom: 25px;

    overflow: hidden;

    padding-left: 70px;

    position: relative;

    padding-bottom: 25px;

}

.sidebar-wrapper .single-sidebar .latest-product li:last-child {

    border-bottom: none;

    margin-bottom: 0px;

    padding-bottom: 0;

}

.sidebar-wrapper .single-sidebar .latest-product li .img-holder{

    display: block;

    overflow: hidden;

    position: absolute;  

    width: 70px;

    min-height: 70px;

    top: 0;

    left: 0;

    border: 1px solid #f2f2f2;

}

.sidebar-wrapper .single-sidebar .latest-product li .img-holder img{

    transform: scale(1);

    transition: all 0.7s ease 0s;

    width: 100%;   

}

.sidebar-wrapper .single-sidebar .latest-product li:hover .img-holder img{

    transform: scale(1.1);

}

.sidebar-wrapper .single-sidebar .latest-product li .img-holder .overlay-style-one .box .content a i {

    transition: all 0.5s ease 0s;

    font-size: 16px;

    color: #fff;

}

.sidebar-wrapper .single-sidebar .latest-product li .img-holder .overlay-style-one .box .content a:hover i{

    color: #848484;

}

.sidebar-wrapper .single-sidebar .latest-product li:hover .img-holder .overlay-style-one{

    transform: rotateX(0deg);

    opacity: 1;    

}



.sidebar-wrapper .single-sidebar .latest-product li .title-holder {

    padding-left: 20px;

    min-height: 70px;

}

.sidebar-wrapper .single-sidebar .latest-product li .title-holder h4 {

    font-size: 16px;

    font-weight: 600;

    text-transform: capitalize;

    margin: 0 0 10px;

}

.sidebar-wrapper .single-sidebar .latest-product li .title-holder h4 a{

    color: #222222; 

    transition: all 500ms ease;

}

.sidebar-wrapper .single-sidebar .latest-product li .title-holder h4 a:hover{

    color: #69ad07;     

}

.sidebar-wrapper .single-sidebar .latest-product li .title-holder h5 {

    color: #848484;

    font-size: 16px;

    font-weight: 400;

    text-transform: capitalize; 

    font-family: 'Roboto', sans-serif;

}

.sidebar-wrapper .single-sidebar .latest-product li .title-holder .review-box {

    overflow: hidden;

    margin: 7px 0 0;

}

.sidebar-wrapper .single-sidebar .latest-product li .title-holder .review-box li {

    display: inline-block;

    margin: 0 1px;

    position: static;

    padding: 0;

    border: none;

    min-height: auto;

    line-height: 12px;

}

.sidebar-wrapper .single-sidebar .latest-product li .title-holder .review-box li i{

    font-size: 12px;

    color: #69ad07;

}





.sidebar-wrapper .single-sidebar .product-tag{

    margin-left: -3px;

    margin-right: -3px;

    margin-top: 0px;    

}

.sidebar-wrapper .single-sidebar .product-tag li{

    display: inline-block;

    margin: 0 3px 10px;    

}

.sidebar-wrapper .single-sidebar .product-tag li a{

    border: 1px solid #f4f4f4;

    color: #848484;

    display: block;

    font-size: 15px;

    font-weight: 400;

    padding: 2px 10px 2px;

    transition: all 500ms ease 0s;    

}

.sidebar-wrapper .single-sidebar .product-tag li a:hover{

    background: #69ad07;

    border-color: #69ad07;

    color: #ffffff;    

}







/*** 

=============================================

   Single Shop Area style

=============================================

***/

#shop-area.single-shop-area{

    padding-bottom: 60px;

}

.single-shop-content .img-holder {

    margin-right: 50px;

    border: 1px solid #f2f2f2;

}

.single-shop-content .img-holder img{

    width: 100%;

}

.single-shop-content .content-box {

    margin-left: -50px;

}

.single-shop-content .content-box h3 {

    color: #222222;

    font-size: 24px;

    font-weight: 600;

    margin: 0 0 21px;

    text-transform: capitalize;

}

.single-shop-content .content-box span.price {

    color: #848484;

    font-size: 24px;

    font-weight: 400;

    font-family: 'Roboto', sans-serif;

}

.single-shop-content .content-box .review-box {

    margin: 6px 0 0;

    overflow: hidden;

}

.single-shop-content .content-box .review-box ul {}

.single-shop-content .content-box .review-box ul li {}

.single-shop-content .content-box .review-box ul li i {

    color: #69ad07;

}

.single-shop-content .content-box .text {

    overflow: hidden;

    padding: 23px 0 9px;

}

.single-shop-content .content-box .location-box {

    margin: 4px 0 23px;

}

.single-shop-content .content-box .location-box p {

    color: #222222;

    font-size: 16px;

    margin: 0 0 13px;

}

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

}

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

    line-height: 40px;

}

.single-shop-content .content-box .location-box form button:hover{

    background: #202020;

    color: #fff;

}

.single-shop-content .content-box .location-box form span {

    color: #69ad07;

}

.single-shop-content .content-box .addto-cart-box {}

.single-shop-content .content-box .addto-cart-box .input-group.bootstrap-touchspin {

    float: left;

    width: 46px;

}

.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .btn {

    display: block;

    float: none;

    margin-left: 0px;

    position: relative;

    width: 100%;

    background: #efefef;

    border: 1px solid #efefef;

    color: #848484;

    padding: 12px 11px;

    cursor: pointer;

}

.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.bootstrap-touchspin-up:before {

    content: "\f0d8";

    font-family: FontAwesome;

    color: #848484;

    font-size: 14px;

    position: absolute;

    top: 0px;

    left: 0px;

    width: 100%;

    height: 100%;

    padding: 5px 5px 5px;

}

.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {

    content: "\f0d7";

    font-family: FontAwesome;

    color: #848484;

    font-size: 14px;

    position: absolute;

    top: 0px;

    left: 0px;

    width: 100%;

    height: 100%;

    padding: 2px 5px 8px;

}

.single-shop-content .content-box .addto-cart-box button.addtocart {

    height: 50px;

    width: 170px;

    line-height: 30px;

    margin-left: 43px;

    color: #fff;

    padding: 0;

    cursor: pointer;

}

.single-shop-content .content-box .addto-cart-box button.addtocart:hover{}



.product-tab-box {

    position: relative;

    border: 1px solid #ececec;

    border-top: none;

    border-right: none;

    border-left: none;

    overflow: hidden; 

    margin-top: 60px;

}

.product-tab-box .tab-btns {

    position: relative;

    z-index: 1;

    border-bottom: 1px solid #ececec;

    margin-bottom: 30px;

}

.product-tab-box .tab-btns .tab-btn {

    display: inline-block;

    float: left;

    margin-bottom: -1px;

    margin-right: 3px;

}

.product-tab-box .tab-btns .tab-btn span {

    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;

    cursor: pointer;

    display: block;

    margin-right: 1px;

    padding: 15px 30px 13px;

    color: #222222;

    font-size: 16px;

    font-weight: 600;

    text-transform: capitalize;

    background: #f7f7f7;

    transition: all 500ms ease;

    font-family: 'Poppins', sans-serif;

}

.product-tab-box .tab-btns .tab-btn.active-btn span, 

.product-tab-box .tab-btns .tab-btn:hover span{

    background: #ffffff;

    color: #69ad07;

    border-left-color: #ececec;

    border-top-color: #ececec;

    border-right-color: #ececec;

}





.product-tab-box .tabs-content {

    position: relative;

    border-left: 1px solid #ececec;

    border-right: 1px solid #ececec;

    margin-top: -30px;

    padding: 35px 30px 40px;

}

.product-tab-box .tabs-content .tab{

	position:relative;

	padding:0px;

	display:none;

}

.product-tab-box .tabs-content .tab.active-tab{

	display:block;	

}





.product-tab-box .tabs-content .review-box {}

.product-tab-box .tabs-content .review-box .title {

    margin-bottom: 33px;

}

.product-tab-box .tabs-content .review-box .title h3 {

    color: #222222;

    font-size: 20px;

    font-weight: 600;

    text-transform: capitalize;

}



.product-tab-box .tabs-content .review-box .single-review-box {

    margin-bottom: 30px;

    padding-left: 60px;

    position: relative;

}

.product-tab-box .tabs-content .review-box .single-review-box .img-holder {

    left: 0;

    position: absolute;

    top: 0;

}



.product-tab-box .tabs-content .review-box .single-review-box .text-holder {

    border: 1px solid #ececec;

    margin-left: 20px;

    padding: 17px 20px 12px;

}

.product-tab-box .tabs-content .review-box .single-review-box .text-holder .top {

    margin: 0 0 10px;

    overflow: hidden;

}



.product-tab-box .tabs-content .review-box .single-review-box .text-holder .top .name h4 {

    color: #222222;

    font-size: 16px;

    font-weight: 600;

    margin: 0;

    text-transform: capitalize;

}

.product-tab-box .tabs-content .review-box .single-review-box .text-holder .top .review-box ul {

    margin-top: -2px;

    padding-left: 0px;

    position: relative;

}

.product-tab-box .tabs-content .review-box .single-review-box .text-holder .top .review-box ul li {

    display: inline-block;

    margin-right: 1px;

}

.product-tab-box .tabs-content .review-box .single-review-box .text-holder .top .review-box ul li i {

    color: #69ad07;

    font-size: 14px;

}

.product-tab-box .tabs-content .review-box .single-review-box .text-holder .text p {

    margin: 0;

}





.product-tab-box .review-form {

    padding-top: 30px;

}

.product-tab-box .review-form .title {

    padding-bottom: 30px;

}

.product-tab-box .review-form .title h3 {

    color: #222222;

    font-size: 24px;

    font-weight: 600;

    text-transform: capitalize;

}

.product-tab-box .review-form .add-rating-box {

    margin: 0 0 20px;

}

.product-tab-box .review-form .add-rating-box .add-rating-title h4 {

    color: #848484;

    font-size: 16px;

    font-weight: 400;

    margin: 0 0 10px;

    font-family: 'Poppins', sans-serif;

    text-transform: none;

}

.product-tab-box .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 .review-form .add-rating-box ul li:last-child{

    margin-right: 0px;

    padding-right: 0px;

    border-right: 0px solid #ebebeb;

}

.product-tab-box .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 .review-form form .field-label p {

    color: #848484;

    font-size: 16px;

    font-weight: 400;

    margin: 0 0 3px;

    font-family: 'Poppins', sans-serif;

}

.product-tab-box .review-form form input[type="text"], 

.product-tab-box .review-form form input[type="email"], 

.product-tab-box .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 .review-form form textarea {

    height: 110px;

    padding: 10px 15px;

    margin-bottom: 25px;

}

.product-tab-box .review-form form button {

    padding: 18px 40px 18px;

}

.product-tab-box .review-form .add-rating-box ul li:hover a i{

    opacity: 1;

    color: #69ad07;

}

.product-tab-box .review-form form input[type="text"]:focus{

    border-color: #1d1d1d;

}

.product-tab-box .review-form form input[type="email"]:focus{

    border-color: #1d1d1d;

}

.product-tab-box .review-form form textarea:focus{

    border-color: #1d1d1d;  

}



.related-product {

  padding-top: 60px;

}

.related-product .sec-title {

    padding-bottom: 30px;

    margin-top: -4px;

}

.related-product .sec-title h1 {

  color: #222222;

  font-size: 24px;

  font-weight: 600;

  text-transform: capitalize;

}

.related-product .single-product-item {}







/*** 

=============================================

   Cart area  style

=============================================

***/

.cart-area {

    padding-bottom: 90px;

    padding-top: 90px;

}

.cart-area .table-outer {

    overflow-x: auto;

    position: relative;

    width: 100%;

}

.cart-area .cart-table {

    min-width: 1024px;

    width: 100%;

}

.cart-area .cart-table .cart-header {

    background: #f7f7f7;

    color: #222222;

    font-family: 'Poppins', sans-serif;

    font-size: 16px;

    font-weight: 600;

    position: relative;

    text-transform: capitalize;

    width: 100%;

}

.cart-area .cart-table thead tr th {

    font-weight: 600;

    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: #222222;

    font-family: 'Poppins', sans-serif;

    font-size: 16px;

    font-weight: 500;

    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: 1px solid #f7f7f7;

}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb a {

    display: block;

}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb img {

    display: block;

    max-width: 100%;

}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb, 

.cart-area .cart-table tbody tr .prod-column .column-box .title{

    display: table-cell;

    vertical-align: middle;

}

.cart-area .cart-table tbody tr .prod-column .column-box .title{

    padding-left: 20px;

}

.cart-area .cart-table tbody tr .prod-column .column-box .title h3 {

    color: #222222;

    font-size: 16px;

    line-height: 20px;

    font-weight: 600;

    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 {

    float: left;

    width: 46px;

}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical > .btn {

    display: block;

    float: none;

    margin-left: 0px;

    position: relative;

    width: 100%;

    background: #efefef;

    border: 1px solid #efefef;

    color: #848484;

    padding: 12px 11px;

    cursor: pointer;

}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {

    border-radius: 0

}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {

    border-radius: 0;

    margin-top: -2px;

}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up:before {

    content: "\f0d8";

    font-family: FontAwesome;

    color: #848484;

    font-size: 14px;

    position: absolute;

    top: 0px;

    left: 0px;

    width: 100%;

    height: 100%;

    padding: 5px 5px 5px;

}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down:before {

    content: "\f0d7";

    font-family: FontAwesome;

    color: #848484;

    font-size: 14px;

    position: absolute;

    top: 0px;

    left: 0px;

    width: 100%;

    height: 100%;

    padding: 2px 5px 8px;

}



.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: 'Roboto', sans-serif;

}

.cart-area .cart-table tbody .available-info .icon {

    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: #848484;

    font-size: 20px;

    font-weight: 400;

    font-family: 'Roboto', sans-serif;

}

.cart-area .cart-table tbody tr .sub-total {

    color: #69ad07;

    font-weight: 400;

    font-size: 18px;

    font-family: 'Roboto', sans-serif;

}

.cart-area .cart-table tbody tr td .remove{ }

.cart-area .cart-table tbody tr td .remove .checkbox label {

    color: #848484;

    font-size: 16px;

    font-weight: 400;

}

.cart-area .cart-table tbody tr td .remove .checkbox label input[type="checkbox"] {

    display: inline-block;

    position: relative;

    top: 1px;

}



.cart-middle {

    padding-top: 30px

}

.cart-middle .apply-coupon {

    padding-left: 245px;

    position: relative;

}

.cart-middle .apply-coupon input[type="text"] {

    border: 2px solid #f7f7f7;

    color: #9e9e9e;

    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 #1d1d1d

}

.cart-middle .apply-coupon .apply-coupon-button button {

    padding: 18px 30px 18px;

    border-radius: 0;

    cursor: pointer;

}

.cart-middle .update-cart button {

    background: #f7f7f7;

    padding: 18px 30px 18px;

    cursor: pointer;

    color: #202020;

    border-radius: 0;

}

.cart-middle .update-cart button:hover{

    background: #1D1D1D;

    color: #fff;

} 



.cart-bottom {

    overflow: hidden;

    padding-top: 73px;

}

.cart-bottom .sec-title-two {

    padding-bottom: 33px;

}

.cart-bottom .sec-title-two h3{

    color: #222222;

    font-size: 24px;

    font-weight: 600;

    text-transform: capitalize;

}

.cart-bottom .calculate-shipping {}

.cart-bottom .calculate-shipping .ui-state-default .ui-icon {

    background: none

}

.cart-bottom .calculate-shipping .ui-state-default {

    background: #fff none repeat scroll 0 0;

    border: 2px solid #f7f7f7;

    border-radius: 0;

    color: #848484;

    font-size: 14px;

    font-weight: normal;

    height: 45px;

    margin-bottom: 17px;

    outline: medium none;

    width: 100%;

}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon {

    margin-top: 0;

    position: absolute;

    right: 0;

    top: 0;

}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon {

    border-left: 2px solid #f7f7f7;

    display: block;

    float: right;

    height: 41px;

    position: relative;

    text-indent: 0;

    top: 0;

    width: 43px;

}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon::before {

    color: #9b9b9b;

    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: #848484;

    display: block;

    font-size: 14px;

    height: 45px;

    padding: 0 18px;

    width: 100%;

    margin-bottom: 30px;

    transition: all 500ms ease;

}

.cart-bottom .calculate-shipping input[type="text"]:focus {

    border: 2px solid #1d1d1d;

}

.cart-bottom .calculate-shipping button {

    color: #222222;

    background: #f7f7f7;

    font-weight: 700;

    padding: 18px 30px 18px;

    border-radius: 0;

    cursor: pointer;

}

.cart-bottom .calculate-shipping button:hover{

    background: #1d1d1d;

    color: #ffffff;

}

.cart-bottom .calculate-shipping button:hover{ } 

.cart-bottom button.checkout-btn{

    margin-top: 30px;

    padding: 18px 30px 18px;

    border-radius: 0;

    cursor: pointer;

}







/*** 

=============================================

    Checkout Area style

=============================================

***/

.checkout-area {

    position: relative;

    display: block;

    padding-top: 90px;

}

.checkout-area .title {

    padding-bottom: 33px;

    margin-top: 0px;

}

.checkout-area .title h3 {

    color: #222222;

    font-size: 24px;

    font-weight: 600;

    line-height: 24px;

    text-transform: capitalize;

}

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

    content: "";

}

.checkout-area .exisitng-customer h5{

    color: #222222;

    font-size: 16px;

    font-weight: 600;

}

.checkout-area .exisitng-customer h5 a{

    color: #69ad07;

    font-weight: 400;

    display: inline-block;

    padding-left: 15px;

}

.checkout-area .coupon {

    background: #f7f7f7;

    display: block;

    padding: 20px 28px 21px;

    position: relative; 

    margin-bottom: 55px;

}

.checkout-area .coupon:before {

    position: absolute;

    top: 0;

    left: 0;

    width: 2px;

    height: 100%;

    background: #69ad07;

    content: "";  

}

.checkout-area .coupon h5 {

    color: #222222;

    font-size: 16px;

    font-weight: 600;  

}

.checkout-area .coupon h5 a {

    color: #69ad07;

    font-weight: 400;

    display: inline-block;

    padding-left: 15px;  

}





.checkout-area .form form .field-label {

    color: #222222;

    font-size: 16px;

    font-weight: 400;

    margin: 0 0 3px;

    text-transform: capitalize;

    font-family: 'Poppins', sans-serif;

}

.checkout-area .form form .field-input input[type="text"] {

    border: 1px solid #ececec;

    color: #848484;

    display: block;

    font-size: 16px;

    height: 48px;

    margin-bottom: 25px;

    padding: 0 15px;

    width: 100%;

    transition: all 500ms ease;

}

.checkout-area .form form .field-input input[type="text"]:focus{

    border: 1px solid #1d1d1d;

}

.checkout-area .create-acc .checkbox {

    margin: 7px 0 0;

}

.checkout-area .create-acc .checkbox label {

    color: #69ad07;

    font-weight: 400;

    font-size: 16px;

    cursor: pointer;

}

.checkout-area .create-acc .checkbox input {

    position: relative;

    top: 1px;

}

.checkout-area .shipping-info input[type="checkbox"] {

    cursor: pointer;

    display: inline-block;

    margin: 0 0 0 20px;

    position: relative;

    top: 0px;

    vertical-align: middle;

}

.checkout-area .form form .field-input textarea {

    border: 1px solid #ececec;

    color: #848484;

    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: #1d1d1d;

}





.checkout-area .bottom {

    display: block;

    background: #ffffff;

    padding-top: 55px;

    padding-bottom: 90px;

}

.checkout-area .table {

    overflow-x: auto;

    position: relative;

    width: 100%;

    margin-bottom: 0;

}

.checkout-area .table .cart-table {

    min-width: auto;

    width: 100%;

}

.checkout-area .table .cart-table .cart-header {

    background: #f7f7f7;

    color: #222222;

    font-size: 16px;

    position: relative;

    text-transform: capitalize;

    width: 100%;

    font-weight: 600;

    font-family: 'Poppins', sans-serif;

}

.checkout-area .table .cart-table thead tr th {

    font-weight: 600;

    line-height: 24px;

    min-width: 110px;

    padding: 19px 30px 17px;

    border-top: none;

    border-bottom: none;

}

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

}

.checkout-area .table .cart-table tbody tr td {

    vertical-align: middle

}

.checkout-area .table .cart-table tbody tr td {

    min-width: 110px;

    padding: 25px 25px;

    border-top: none;

}



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

}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb a {

    display: block;

    border: 1px solid #f2f2f2;

}

.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: 20px;

}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title h3 {

    color: #222222;

    font-size: 16px;

    font-weight: 600;

    text-transform: capitalize;

}



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

    width: 46px;

}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical > .btn {

    display: block;

    float: none;

    margin-left: 0px;

    position: relative;

    width: 100%;

    background: #efefef;

    border: 1px solid #efefef;

    color: #848484;

    padding: 12px 11px;

    cursor: pointer;

}

.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 .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {

    border-radius: 0;

    margin-top: -2px;

}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up:before {

    content: "\f0d8";

    font-family: FontAwesome;

    color: #848484;

    font-size: 14px;

    position: absolute;

    top: 0px;

    left: 0px;

    width: 100%;

    height: 100%;

    padding: 5px 5px 5px;

}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down:before {

    content: "\f0d7";

    font-family: FontAwesome;

    color: #848484;

    font-size: 14px;

    position: absolute;

    top: 0px;

    left: 0px;

    width: 100%;

    height: 100%;

    padding: 2px 5px 8px;

}

.checkout-area .table .cart-table tbody tr td.price {

    color: #69ad07;

    font-size: 20px;

    font-weight: 400;

}



.cart-total-table {

    border: 1px solid #e9e9e9

}

.cart-total-table li {

    border-bottom: 1px solid #e9e9e9

}

.cart-total-table li:last-child {

    border-bottom: none

}

.cart-total-table li span.col.col-title {

    border-right: 1px solid #f7f7f7;

    color: #222222;

    display: block;

    float: left;

    font-size: 16px;

    font-weight: 600;

    line-height: 28px;

    padding: 10px 18px;

    position: relative;

    width: 50%;

    font-family: 'Poppins', sans-serif;

}

.cart-total-table li span.col {

    color: #848484;

    display: block;

    float: left;

    font-size: 16px;

    font-weight: 400;

    line-height: 28px;

    padding: 10px 18px;

    position: relative;

    width: 50%;

    font-family: 'Roboto', sans-serif;

}

.cart-total-table li span.col b {

    color: #69ad07;

    font-weight: 300;

    text-decoration: underline;

}



.cart-total .payment-options {

    background: #ffffff none repeat scroll 0 0;

    margin-top: 30px;

    overflow: hidden;

    border: 1px solid #f2f2f2;

    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 {

    display: block;

    font-weight: 700;

    min-height: 20px;

    padding-left: 0px;

    margin: 0;

}

.cart-total .payment-options .option-block .checkbox label input {

    position: relative;

    top: 1px;

}

.cart-total .payment-options .option-block .checkbox label span {

    color: #222222;

    font-size: 16px;

    padding-left: 10px;

    font-weight: 600;

    font-family: 'Poppins', sans-serif;

}

.cart-total .payment-options .option-block .checkbox label span b {

    color: #222222;

    display: inline-block;

    font-size: 15px;

    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: 18px 35px 18px;

    margin-top: 20px;

    cursor: pointer;

    border-radius: 0;

}

.placeorder-button button:hover{ }







/*** 

=============================================

    Login Register Area style

=============================================

***/

.login-register-area {

    padding-bottom: 83px;

    padding-top: 85px;

}

.login-register-area .form .title {

    padding-bottom: 25px;

    margin-top: 0;

}

.login-register-area .form .title h3{

    color: #222222;

    font-size: 24px;

    font-weight: 600;

    line-height: 24px;

    text-transform: capitalize;

}

.login-register-area .form .sec-title .border{}

.login-register-area .form form {

    width: 100%;

}

.login-register-area .form .input-field {

    position: relative;

}

.login-register-area .form .input-field input[type="text"] {

    border: 2px solid #f4f4f4;

    color: #848484;

    font-size: 16px;

    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: #999999;

    font-size: 14px;

    font-weight: 400;

}

.login-register-area .form button {

    margin-top: 10px;

    padding: 18px 30px 18px;

    cursor: pointer;

}

.login-register-area .form button:hover{ }

.login-register-area .form .remember-text {

    margin-top: 19px;

}

.login-register-area .form .remember-text .checkbox label {

    color: #848484;

    font-size: 16px;

    font-weight: 400;

    margin: 0;

    cursor: pointer;

}

.login-register-area .form .remember-text .checkbox input {

    position: relative;

    top: 1px;

}

.login-register-area .form .remember-text .checkbox span {

    color: #222222;

    font-size: 16px;

    font-weight: 500;

    font-family: 'Poppins', sans-serif;

}



.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: #47588f 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: #69ad07;

    float: right;

    font-weight: 500;

    margin: 20px 0 0;

    font-family: 'Poppins', sans-serif;

}

.login-register-area .form .right {

    display: block;

    overflow: hidden;

    margin-left: -20px;

}

.login-register-area .form .right h6 {

    color: #848484;

    float: left;

    font-size: 14px;

    margin-top: 25px;

}

.login-register-area .form .input-field input[type="text"]:focus{

    border: 2px solid #1d1d1d;    

}

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

}







/*** 

=============================================

    Contact Info Area style

=============================================

***/

.contact-info-area{

    position: relative;

    padding: 90px 0 90px;

}

.contact-info-area .sec-title {

    display: inline-block;

    padding-right: 50px;

}

.contact-info-area .top-text{}

.contact-info-area .top-text p{

    font-size: 18px;

    line-height: 28px;

    margin: 0;

}



.contact-form {


    border-left: none;

    display: block;

    padding: 20px;

    background: #ffffff;

    margin-left: -30px;

}

.contact-form form input[type="text"],

.contact-form form input[type="email"],

.contact-form form textarea{

    border: none;

    border-bottom: 1px solid #f2f2f2;

    color: #000000;

    display: block;

    font-size: 16px;

    height: 55px;

    margin-bottom: 20px;

    padding: 0 0;

    width: 100%;

    transition: all 500ms ease;

}

.contact-form form textarea{

    height: 131px;

    margin-top: 14px;

    padding: 0px 0;

    margin-bottom: 30px;

}

.contact-form form input[type="text"]:focus{

    border-color: #1d1d1d; 

    padding: 0 10px;

}

.contact-form form input[type="email"]:focus{

    border-color: #1d1d1d;

    padding: 0 10px;

}

.contact-form form textarea:focus{

    border-color: #1d1d1d; 

    padding: 0px 10px;;

}

.contact-form form button {

    margin-top: 0px;

    width: 170px;

    float: left;

    padding: 18px 0 18px;

    cursor: pointer;

    display: block;

}







.contact-box-content{

    position: relative;

}

.contact-info-box-one {

    position: relative;

    display: block;

    overflow: hidden;

}

.contact-info-box-one ul {

    overflow: hidden;

    padding: 35px 30px 33px;

    background: #f7f7f7;

}

.contact-info-box-one ul li {

    padding-left: 45px;

    margin-bottom: 20px;

    border-bottom: 1px solid #e6e6e6;

    position: relative;

    overflow: hidden;

    padding-bottom: 20px;

}

.contact-info-box-one ul li:last-child{

    margin-bottom: 0;

    padding-bottom: 0;

    border-bottom: none;

}

.contact-info-box-one ul li .icon-box{

    position: absolute;

    top: 10px;

    left: 0;

}

.contact-info-box-one ul li .icon-box span:before {

    font-size: 25px;

    line-height: 25px;

}

.contact-info-box-one ul li .text-box{}

.contact-info-box-one ul li .text-box p{

    color: #848484;

    line-height: 24px;

    margin: 0;

}

.contact-info-box-one ul li .text-box p span{

    color: #222222;

    font-weight: 600;

    font-family: 'Poppins', sans-serif;

}





.contact-info-box-one .bottom-info {

    position: relative;

    display: block;

    padding: 30px;

    border: 1px solid #f3f3f3;

}

.contact-info-box-one .bottom-info .img-holder {

    position: absolute;

    top: 30px;

    left: 30px;

    width: 80px;

    height: 80px;

}

.contact-info-box-one .bottom-info .img-holder img{

    border-radius: 0%;

}

.contact-info-box-one .bottom-info .text-holder{

    overflow: hidden;

    display: block;

}

.contact-info-box-one .bottom-info .text-holder h3{

    margin: 0px;

    line-height: 24px;

}

.contact-info-box-one .bottom-info .text-holder b {

    display: block;

    font-weight: 400;

    margin: 0 0 6px;

}

.contact-info-box-one .bottom-info .text-holder a{

    color: #848484;

}

.contact-info-box-one .bottom-info .text-holder a span:before{

    display: inline-block;

    position: relative;

    top: 1px;

    font-size: 16px;

    padding-right: 5px;

}







/*** 

=============================================

    Google Map Area style

=============================================

***/

.google-map-area{

    display: block;

}

.google-map-box {

  position: relative;

}

#contact-google-map {

    height: 450px;

    width: 100%;

}
.text-holder a {color:#848484;}
.text-holder a:hover {color:#848484;}

