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

||||||||||||||||||||||||||       MASTER STYLESHEET FOR ENERGY             ||||||||||||||||||||||||||||||||||

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

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

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





@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap');

@import url('https://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600,700&display=swap');











@import url(../css/animate.css);

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

@import url(../css/icomoon.css);

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

@import url(../css/jquery.fancybox.min.css);

@import url(../css/jquery.mCustomScrollbar.min.css);

@import url(../css/nouislider.css);

@import url(../css/nouislider.pips.css);

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

@import url(../css/timePicker.css);

@import url(../css/slick.css);

@import url(../css/jquery.bxslider.css);

@import url(../css/jquery-ui.css);

















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

   Base Css

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

*{

	margin:0px;

	padding:0px;

	border: none;

	outline: none;

	font-size: 100%;

}

html,

body { 

    height: 100%;

}

body {

    color: #777777;

    font-size: 16px;

    line-height: 28px;

    font-weight: 400;

    font-family: 'Hind Siliguri', sans-serif;

}

::selection { background: #fb6f62; color: #ffffff; }

button:focus{

    outline: none;

}

button {

    cursor: pointer;

    border: none;

    background: transparent;

    padding: 0;

}

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

    color: #222222;

    font-weight: 400;

    font-family: 'Nunito Sans', sans-serif;

    margin: 0;

}

h3 {

    font-size: 18px; 

    line-height: 30px;

    font-weight: 500;

}

h4 {



}

a,

a:hover,

a:active,

a:focus {

    text-decoration: none;

    outline: none;

    border: none;

}

img.lazy-image{

	background:url(../images/icon/image-bg.svg) center center no-repeat;	

}

img.lazy-image.loaded{

	background-image:none;

}

.owl-theme img.lazy-image.loaded{

	height: auto;

	opacity: 1;

}







@media (min-width: 1200px) {

    .container {

        max-width: 1200px;

    }

}



.fix{

    position: relative;

    display: block;

    overflow: hidden;

}

img {

    max-width: 100%;

    height: auto;

    transition-delay: .1s;

    transition-timing-function: ease-in-out;

    transition-duration: .7s;

    transition-property: all;

}

.map-data {

    text-align: center;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.8em;

    padding: 5px 10px 5px;

}

.map-data a{

    color: #0b59d9;

	display: block;

}

.map-data h6{

	font-size:16px;

	font-weight:700;

	text-align:center;

	margin-bottom:5px;

	color:#121212;

}







i {

	font-style: normal;

}

ul,

li {

    list-style: none;

    margin: 0;

    padding: 0;

}

ol,

li{

    margin: 0;

    padding: 0;    

}

.clr1{

    color: #f36727;

}

.bgclr1{

    background: #f36727;    

}





.auto-container {

    position: static;

    max-width: 1200px;

    padding: 0px 15px;

    margin: 0 auto;

}







.btn-one {

    position: relative;

    display: inline-block;

    border-bottom-right-radius: 30px;

    padding: 0 40px;

    color: #ffffff;

    font-size: 18px;

    line-height: 60px;

    font-weight: 400;

    text-transform: none;

    font-family: 'Hind Siliguri', sans-serif;

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

}

.btn-one:before{

	position: absolute;

    content: '';

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    opacity: 0;

    border-bottom-right-radius: 30px;

    transition: all 0.4s;

    transform: scale(0.5, 1);

    z-index: 1;

}

.btn-one:hover::before{

    opacity: 1;

    -webkit-transform: scale(1, 1);

    transform: scale(1, 1);

}

.btn-one .txt{

    position: relative;

    z-index: 1;

}

.btn-one:hover,

.btn-one:focus{

    color: #000000;

}





.btn-two {

    position: relative;

    display: inline-block;

    padding: 0 40px;

    color: #ffffff;

    font-size: 16px;

    line-height: 60px;

    font-weight: 700;

    text-transform: none;

    font-family: 'Nunito Sans', sans-serif;

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

}

.btn-two:before{

	position: absolute;

    content: '';

    top: 0;

    left: 0;

    background: #52a85e;

    width: 100%;

    height: 100%;

    opacity: 0;

    transition: all 0.4s;

    transform: scale(0.5, 1);

    z-index: 1;

}

.btn-two:hover::before{

    opacity: 1;

    -webkit-transform: scale(1, 1);

    transform: scale(1, 1);

}

.btn-two .txt{

    position: relative;

    z-index: 1;

}

.btn-two:hover,

.btn-two:focus{

    color: #000000;

}





.btn-three {

    position: relative;

    display: inline-block;

    padding: 0 40px;

    color: #ffffff;

    font-size: 16px;

    line-height: 60px;

    font-weight: 700;

    text-transform: none;

    font-family: 'Nunito Sans', sans-serif;

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

}

.btn-three:before{

	position: absolute;

    content: '';

    top: 0;

    left: 0;

    background: #006dfb;

    width: 100%;

    height: 100%;

    opacity: 0;

    transition: all 0.4s;

    transform: scale(0.5, 1);

    z-index: 1;

}

.btn-three:hover::before{

    opacity: 1;

    -webkit-transform: scale(1, 1);

    transform: scale(1, 1);

}

.btn-three .txt{

    position: relative;

    z-index: 1;

}

.btn-three:hover,

.btn-three:focus{

    color: #000000;

}







.btn-four {

    position: relative;

    display: inline-block;

    background: #fa9928;

    padding: 0 40px;

    color: #ffffff;

    font-size: 16px;

    line-height: 60px;

    font-weight: 700;

    text-transform: none;

    font-family: 'Nunito Sans', sans-serif;

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

}

.btn-four:before{

	position: absolute;

    content: '';

    top: 0;

    left: 0;

    background: #ec8b19;

    width: 100%;

    height: 100%;

    opacity: 0;

    transition: all 0.4s;

    transform: scale(0.5, 1);

    z-index: 1;

}

.btn-four:hover::before{

    opacity: 1;

    -webkit-transform: scale(1, 1);

    transform: scale(1, 1);

}

.btn-four .txt{

    position: relative;

    z-index: 1;

}

.btn-four:hover,

.btn-four:focus{

    color: #000000;

}

























.rating-box{

    position: relative;

    display: block;

    overflow: hidden;

}

.rating-box ul{

    overflow: hidden;    

}

.rating-box ul li {

    position: relative;

    display: inline-block;

    float: left;

    margin-right: 4px;

    line-height: 20px;

}

.rating-box ul li:last-child{

    margin-right: 0;

}

.rating-box ul li a {

    position: relative;

    display: block;

    font-size: 14px;

    font-weight: 600;

    transition: all 200ms linear;

    transition-delay: 0.1s;

    line-height: 20px;

}





.sec-title {

    position: relative;

    display: block;

    margin-top: -2px;

    padding-bottom: 47px;

}

.sec-title .title {

    position: relative;

    display: block;

    line-height: 16px;

}

.sec-title .title h5{

    position: relative;

    display: inline-block;

    float: left;

    color: #777777;

    font-size: 16px;

    line-height: 16px;

    font-weight: 500;

    text-transform: none;

    font-family: 'Hind Siliguri', sans-serif;

}

.sec-title.clr-white .title h5{

    color: #ffffff;

}

.sec-title .title .border-box{

    position: relative;

    display: inline-block;

    margin-left: 10px;

    width: 60px;

    height: 2px;

    content: "";

}

.sec-title .title .border-box.bg-black{

    background: #222222;

}

.sec-title .big-title{

    position: relative;

    display: block;

    padding: 17px 0 0;

}

.sec-title .big-title h2{

    position: relative;

    display: block;

    color: #222222;

    font-size: 36px;

    line-height: 48px;

    font-weight: 400;

    text-transform: capitalize;

}

.sec-title.clr-white .big-title h2{

    color: #ffffff;    

}

.sec-title .big-title h2 span{

    font-weight: 800;

}

.sec-title.center .title {

    line-height: 0;

}

.sec-title.center .title h5 {

    display: block;

    float: none;

    margin: 0 0 27px;

}

.sec-title.center .title .border-box {

    display: block;

    margin: 0 auto;

}

.sec-title.center .big-title {

    padding: 20px 0 0;

}





.sec-title-style2{

    position: relative;

    display: block;

    margin-top: -2px;

    padding-bottom: 60px;

}

.sec-title-style2 p{

    color: #777777;

    font-size: 16px;

    line-height: 16px;

    font-weight: 500;

    text-transform: none;

    font-family: 'Hind Siliguri', sans-serif;    

}

.sec-title-style2 .big-title{

    position: relative;

    display: block;

    padding: 3px 0 19px;    

}

.sec-title-style2 .big-title h2{

    color: #222222;

    font-size: 36px;

    line-height: 44px;

    font-weight: 700;

    text-transform: capitalize;    

}

.sec-title-style2 .border-box{

    position: relative;

    display: block;

    height: 2px;

    width: 60px;

}

.sec-title-style2 .border-box.mar0auto{

    margin: 0 auto;

}







.sec-title-style3{

    position: relative;

    display: block;

    margin-top: -2px;

    padding-bottom: 60px;

}

.sec-title-style3 p{

    color: #777777;

    font-size: 16px;

    line-height: 16px;

    font-weight: 500;

    text-transform: none;

    font-family: 'Hind Siliguri', sans-serif;    

}

.sec-title-style3 .big-title{

    position: relative;

    display: block;

    padding: 3px 0 19px;    

}

.sec-title-style3 .big-title h2{

    color: #222222;

    font-size: 36px;

    line-height: 44px;

    font-weight: 700;

    text-transform: capitalize;    

}

.sec-title-style3 .border-box{

    position: relative;

    display: block;

    height: 2px;

    width: 95px;

}

.sec-title-style3 .border-box.center{

    margin: 0 auto;

}

.sec-title-style3 .border-box .borders-left{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    width: 70px;

}

.sec-title-style3 .border-box .borders-right{

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    width: 15px;

}





.sec-title-style4{

    position: relative;

    display: block;

    margin-top: -2px;

    padding-bottom: 60px;

}

.sec-title-style4 p{

    color: #777777;

    font-size: 16px;

    line-height: 16px;

    font-weight: 500;

    text-transform: none;

    font-family: 'Hind Siliguri', sans-serif;    

}

.sec-title-style4 .big-title{

    position: relative;

    display: block;

    padding: 6px 0 27px;    

}

.sec-title-style4 .big-title h2{

    color: #222222;

    font-size: 36px;

    line-height: 48px;

    font-weight: 700;

    text-transform: capitalize;    

}

.sec-title-style4 .border-box{

    position: relative;

    display: block;

    height: 3px;

    width: 80px;

}

.sec-title-style4 .border-box.center{

    margin: 0 auto;

}

.sec-title-style4 .border-box .borders-left{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    width: 30px;

    background: #18212e;

}

.sec-title-style4 .border-box .borders-right{

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    width: 50px;

    background: #fa9928;

}



.sec-title-style4.clr-white p{

    color: #bbbbbb;

}

.sec-title-style4.clr-white .big-title h2{

    color: #ffffff;

}

.sec-title-style4.clr-white .border-box .borders-left{

    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;

    align-items: center;

}

.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 Dot Style _____*/

.owl-theme .owl-prev span, 

.owl-theme .owl-next span {

    display: none;

}



.owl-nav-style-one{}

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

.owl-nav-style-one.owl-theme .owl-stage-outer {

    position: relative;

    display: block;

    padding-top: 0px;

    padding-bottom: 0px;

}

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

    position: relative;

    display: block;

    line-height: 0;

}

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

    position: relative;

    display: inline-block;

    width: 50px;

    height: 50px;

    background: transparent;

    border: 2px solid #222222;

    border-radius: 0%;

    margin: 0 0 0 0px;

    padding: 0;

    transition: all 700ms ease 0s;

}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev:before, 

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

    position: absolute;

    content: "\f104";

    font-family: FontAwesome;

    top: 0;

    left: 0;

    display: block;

    width: 100%;

    height: 100%;

    color: #222222;

    font-size: 24px;

    line-height: 46px;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

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

    transform: rotate(0deg);

}

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

	-webkit-transform:rotate(180deg);

	-ms-transform:rotate(180deg);

	transform:rotate(180deg);

}

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

    border-color: #ffffff;

}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev:hover:before{

    color: #ffffff;

}

.owl-nav-style-one.owl-theme .owl-nav .owl-next:hover:before{

    color: #ffffff; 

}









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

}







.owl-carousel.owl-dot-style1 .owl-stage-outer {

    position: relative;

    display: block;

    padding-top: 0px;

    padding-bottom: 0px;

}

.owl-carousel.owl-dot-style1 .owl-dots {

    position: relative;

    display: block;

    text-align: center;

    line-height: 6px;

}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot{

    position: relative;

	display: inline-block;

	width: 15px;

	height: 15px;

    background: transparent;

    border: 2px solid #bcbcbc;

	margin: 0px 5px;

	padding: 0px;

	border-radius: 50%;

	transition: all 100ms linear;

    transition-delay: 0.1s;

}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span{

	display: none;	

}

.owl-carousel.owl-dot-style1.thm-border-clr2 .owl-dots .owl-dot.active{

    border-color: #52a85e;

}

.owl-carousel.owl-dot-style1.thm-border-clr3 .owl-dots .owl-dot.active{

    border-color: #006dfb;

}

.owl-carousel.owl-dot-style1.thm-border-clr4 .owl-dots .owl-dot.active{

    border-color: #f99828;

}





.owl-carousel.owl-dot-style2 .owl-stage-outer {

    position: relative;

    display: block;

    padding-top: 0px;

    padding-bottom: 40px;

}

.owl-carousel.owl-dot-style2 .owl-dots {

    position: relative;

    display: block;

    text-align: center;

    line-height: 8px;

}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot{

    position: relative;

	display: inline-block;

	width: 30px;

	height: 4px;

    background: #959595;

    border: 0px solid #959595;

	margin: 0px 5px;

	padding: 0px;

	border-radius: 0%;

	transition: all 100ms linear;

    transition-delay: 0.1s;

}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot span{

	display: none;	

}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot.active{

    height: 8px;

}













.accordion-box {

    position: relative;

    display: block;

}

.accordion-box .accordion {

    position: relative;

    display: block;

    margin-bottom: 10px;

}

.accordion-box .accordion.marginbottom0{

    margin-bottom: 0;

}

.accordion-box .accordion .accord-btn {

    position: relative;

    display: block;

    background: #ffffff;

    border: 1px solid #cccccc;

    cursor: pointer;

    padding-left: 75px;

    padding-right: 30px;

    padding-top: 16px;

    padding-bottom: 16px;

    transition: all 500ms ease;

}

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

    color: #222222;

    font-size: 18px;

    line-height: 26px;

    font-weight: 600;

    transition: all 500ms ease;

}

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

    font-family: "Flaticon";

    position: absolute;

    content: "\f104";

    top: 50%;

    left: 30px;

    width: auto;

    height: auto;

    background: transparent;

    color: #222222;

    font-size: 16px;

    font-weight: 600;

    transform: translateY(-50%);

    transition: all 500ms ease 0s;

}



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

    -webkit-transition: all 0.4s linear;

    -o-transition: all 0.4s linear;

    transition: all 0.4s linear; 

    border-bottom: transparent;

}

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

    color: #52a85e;

}

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

    color: #000000;

    content: "\f105";

}

.accordion-box .accordion .accord-content {

    position: relative;

    display: block;

    background: #ffffff;

    padding-top: 1px;

    padding-bottom: 22px;

    padding-left: 75px;

    padding-right: 50px;

    display: none;

    border: 1px solid #cccccc;

    border-top: none;

}

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

    display: block;

}

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

    color: #777777;

    font-size: 14px;

    line-height: 24px;

    font-weight: 400;

    margin: 0;

}







@keyframes pulse {

    50% {

        box-shadow: 0 0 0 5px rgba(255,255,255,.1),

        0 0 0 20px rgba(238, 238,238, 0.3000);

    }

}



@keyframes pulse2 {

    50% {

        box-shadow: 0 0 0 5px rgba(255,231,1,.1),

        0 0 0 20px rgba(255, 231,1, 0.3000);

    }

}











.boxed_wrapper {

    background: #fff none repeat scroll 0 0;

    position: relative;

    margin: 0 auto;

    width: 100%;

    min-width: 320px;

    min-height: 400px;

    overflow: hidden;  

}







/*=============== Boxed-Layout =============*/

.boxed_wrapper_box_page{

    position: relative;

    overflow-x: hidden;

    margin: 0 auto;

    width: 100%;

    min-width: 300px;

}

.body_switcher {

    position: fixed;

    top: 150px;

    z-index: 9999999;

    left: -200px;

    -webkit-transition: all .5s ease-in-out;

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

}

.body_switcher .body_switch_btn {

    position: absolute;

    right: -50px;

    z-index: -1;

}

.body_switcher .body_switch_btn button {

    width:50px;

    height:50px;

    color: #ffffff;

    font-size: 24px;

    line-height: 50px;

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

    cursor: pointer;

    transition: all 500ms ease;

}





.body_switcher .boxed_switch_menu {

    position: relative;

    background: #fff;

    width: 200px;

    padding: 25px 15px 20px;

    text-align: center;

    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);

}

.body_switcher .boxed_switch_menu h5{

    color: #222222;

    font-size: 20px;

    line-height: 24px;

    font-weight: 600;

    margin-bottom: 0px;

}

.body_switcher.switcher-show{

    left:0;

}

.body_switcher .boxed_switch_menu .switch_body .box {

    cursor: pointer;

    display: inline-block;

    text-align: center;

    margin-top: 15px;

}

.body_switcher .boxed_switch_menu .switch_body .box>div {

    width:80px;

    height:50px;

    background: #fff;

    border:2px solid #999;

}

.body_switcher .boxed_switch_menu .switch_body .box>div>span {

    display: block;

    width:60px;

    height:100%;

    margin:0 auto;

    background: #fff;

    border-left:2px solid #e5e5e5;

    border-right:2px solid #e5e5e5;

}

.body_switcher .boxed_switch_menu .switch_body .box p {

    position: relative;

    display: block;

    color: #999;

    font-size: 16px;

    line-height: 20px;

    font-weight: 500;

    margin: 7px 0 0;

}

.main_page.active_boxlayout {

    max-width: 1550px;

    width: 100%;

    min-width: 300px;

    margin: 0 auto;

    background: url(../images/pattern/body-pattern.png) #111111;

    background-attachment: fixed;

    background-repeat: repeat;

    background-position: center;

    overflow-x:hidden;

}









/*________________Preloader_______________ */

.preloader{ 

    position:fixed; 

    left:0px; 

    top:0px; 

    width:100%; 

    height:100%; 

    z-index:999999999999999999; 

    background-color:#ffffff; 

    background-position:center center; 

    background-repeat:no-repeat; 

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

}

.preloader.style-two {

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

}











/*** Scroll To Top style ***/

.scroll-top {

    position: fixed;

    right: 15px;

    bottom: 20px;

    width: 55px;

    height: 55px;

    color: #ffffff;

    border-radius: 50%;

    font-size: 20px;

    line-height: 54px;

    font-weight: 600;

    text-align: center;

    text-transform: none;

    display: none;

    cursor: pointer;

    transition: all 200ms linear;

    transition-delay: 0.1s;

    z-index: 999999999;

}

.scroll-top span {}

.scroll-top:after {

	position: absolute;

	content: '';

	top: 100%;

	left: 5%;

	height: 10px;

	width: 90%;

	opacity: 1;

	z-index: -1;

	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);

	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);

	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);

}

.scroll-top:hover{

    opacity: .90;

}



.scroll-top.style2 {

    position: absolute;

    width: 60px;

    height: 60px;

    border-radius: 50%;

    background: #050403;

    border: none;

    text-align: center;

    animation: auto;

    transition: all 200ms linear;

    transition-delay: 0.1s;

    left: 0;

    bottom: 70px;

    right: 0;

    margin: 0 auto;

    color: #ffffff;

    font-size: 20px;

    line-height: 60px;

    font-weight: 400;

}



























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

    position: relative;

    display: block;

}

.post-pagination.martop20{

    margin-top: 20px;

}

.post-pagination li {

    position: relative;

    display: inline-block;

    margin: 0 3px;

}

.post-pagination li a {

    position: relative;

    display: block;

    height: 60px;

    width: 60px;

    border-radius: 50%;

    border: 2px solid #eeeeee;

    color: #131313;

    font-size: 18px;

    line-height: 56px;

    font-weight: 600;

    transition: all 500ms ease 0s;

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

}

.post-pagination li a i {

    color: #c1c1c1;

    font-size: 22px;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.post-pagination li.active a, 

.post-pagination li:hover a {

    background: #fec727;

    border-color: #fec727;

}

.post-pagination li.active a i,

.post-pagination li:hover a i{

    color: #131313;    

}





.post-pagination.style2 li a{

    border-radius: 0;

}

















/* Overlay styles */

.overlay-style-one{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    transition-delay: .1s;

    transition-timing-function: ease-in-out;

    transition-duration: .7s;

    transition-property: all;

    opacity: 0;

    z-index: 1;

}







.overlay-style-one.bg2{

    background: rgba(131,197,93,0.6);/* Old Browsers */

    background: -moz-linear-gradient(top, rgba(131,197,93,0.6) 0%, rgba(241,111,92,0.6) 0%, rgba(246,41,12,0.6) 0%, rgba(0,0,0,0.6) 0%, rgba(254,159,96,0.6) 0%, rgba(82,168,93,0.6) 0%, rgba(110,184,93,0.6) 0%, rgba(83,168,94,1) 100%); /* FF3.6+ */

    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(131,197,93,0.6)), color-stop(0%, rgba(241,111,92,0.6)), color-stop(0%, rgba(246,41,12,0.6)), color-stop(0%, rgba(0,0,0,0.6)), color-stop(0%, rgba(254,159,96,0.6)), color-stop(0%, rgba(82,168,93,0.6)), color-stop(0%, rgba(110,184,93,0.6)), color-stop(100%, rgba(83,168,94,1)));/* Chrome, Safari4+ */

    background: -webkit-linear-gradient(top, rgba(131,197,93,0.6) 0%, rgba(241,111,92,0.6) 0%, rgba(246,41,12,0.6) 0%, rgba(0,0,0,0.6) 0%, rgba(254,159,96,0.6) 0%, rgba(82,168,93,0.6) 0%, rgba(110,184,93,0.6) 0%, rgba(83,168,94,1) 100%); /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, rgba(131,197,93,0.6) 0%, rgba(241,111,92,0.6) 0%, rgba(246,41,12,0.6) 0%, rgba(0,0,0,0.6) 0%, rgba(254,159,96,0.6) 0%, rgba(82,168,93,0.6) 0%, rgba(110,184,93,0.6) 0%, rgba(83,168,94,1) 100%); /* Opera 11.10+ */

    background: -ms-linear-gradient(top, rgba(131,197,93,0.6) 0%, rgba(241,111,92,0.6) 0%, rgba(246,41,12,0.6) 0%, rgba(0,0,0,0.6) 0%, rgba(254,159,96,0.6) 0%, rgba(82,168,93,0.6) 0%, rgba(110,184,93,0.6) 0%, rgba(83,168,94,1) 100%); /* IE 10+ */

    background: linear-gradient(to bottom, rgba(131,197,93,0.6) 0%, rgba(241,111,92,0.6) 0%, rgba(246,41,12,0.6) 0%, rgba(0,0,0,0.6) 0%, rgba(254,159,96,0.6) 0%, rgba(82,168,93,0.6) 0%, rgba(110,184,93,0.6) 0%, rgba(83,168,94,1) 100%);/* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83c55d', endColorstr='#53a85e', GradientType=0 );/* IE6-9 */

}

.overlay-style-one.bg3{

    background: rgba(0,0,0,0.7);/* Old Browsers */

    background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(254,159,96,0.7) 0%, rgba(82,168,93,0.7) 0%, rgba(110,184,93,0.7) 0%, rgba(245,245,245,0.7) 0%, rgba(0,82,189,0.7) 0%, rgba(0,108,249,0.7) 0%, rgba(0,98,227,0.78) 38%, rgba(0,82,189,0.9) 100%); /* FF3.6+ */

    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.7)), color-stop(0%, rgba(254,159,96,0.7)), color-stop(0%, rgba(82,168,93,0.7)), color-stop(0%, rgba(110,184,93,0.7)), color-stop(0%, rgba(245,245,245,0.7)), color-stop(0%, rgba(0,82,189,0.7)), color-stop(0%, rgba(0,108,249,0.7)), color-stop(38%, rgba(0,98,227,0.78)), color-stop(100%, rgba(0,82,189,0.9)));/* Chrome, Safari4+ */

    background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(254,159,96,0.7) 0%, rgba(82,168,93,0.7) 0%, rgba(110,184,93,0.7) 0%, rgba(245,245,245,0.7) 0%, rgba(0,82,189,0.7) 0%, rgba(0,108,249,0.7) 0%, rgba(0,98,227,0.78) 38%, rgba(0,82,189,0.9) 100%); /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(254,159,96,0.7) 0%, rgba(82,168,93,0.7) 0%, rgba(110,184,93,0.7) 0%, rgba(245,245,245,0.7) 0%, rgba(0,82,189,0.7) 0%, rgba(0,108,249,0.7) 0%, rgba(0,98,227,0.78) 38%, rgba(0,82,189,0.9) 100%); /* Opera 11.10+ */

    background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(254,159,96,0.7) 0%, rgba(82,168,93,0.7) 0%, rgba(110,184,93,0.7) 0%, rgba(245,245,245,0.7) 0%, rgba(0,82,189,0.7) 0%, rgba(0,108,249,0.7) 0%, rgba(0,98,227,0.78) 38%, rgba(0,82,189,0.9) 100%); /* IE 10+ */

    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(254,159,96,0.7) 0%, rgba(82,168,93,0.7) 0%, rgba(110,184,93,0.7) 0%, rgba(245,245,245,0.7) 0%, rgba(0,82,189,0.7) 0%, rgba(0,108,249,0.7) 0%, rgba(0,98,227,0.78) 38%, rgba(0,82,189,0.9) 100%);/* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0052bd', GradientType=0 );/* IE6-9 */

}

.overlay-style-one.bg4{

    background: rgba(247,150,40,0.7);/* Old Browsers */

    background: -moz-linear-gradient(top, rgba(247,150,40,0.7) 0%, rgba(178,99,10,1) 100%); /* FF3.6+ */

    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,150,40,0.7)), color-stop(100%, rgba(178,99,10,1)));/* Chrome, Safari4+ */

    background: -webkit-linear-gradient(top, rgba(247,150,40,0.7) 0%, rgba(178,99,10,1) 100%); /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, rgba(247,150,40,0.7) 0%, rgba(178,99,10,1) 100%); /* Opera 11.10+ */

    background: -ms-linear-gradient(top, rgba(247,150,40,0.7) 0%, rgba(178,99,10,1) 100%); /* IE 10+ */

    background: linear-gradient(to bottom, rgba(247,150,40,0.7) 0%, rgba(178,99,10,1) 100%);/* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79628', endColorstr='#b2630a', GradientType=0 );/* IE6-9 */    

}







.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 two */

.overlay-style-two{

    position: absolute;

    left: 0px;

    bottom: 0px;

    right: 0px;

    top: 0px;

    opacity: 1;

    z-index: 1;

    transition: all 900ms ease;    

}

.overlay-style-two:before{

    position: absolute;

    content: "";

    top: 0;

    left: 0;

    bottom: 0;

    width: 50%;

    transition-delay: .1s;

    transition-timing-function: ease-in-out;

    transition-duration: .5s;

    transition-property: all;

    opacity: 1;

    transform-origin: bottom;

    transform-style: preserve-3d;

    transform: scaleY(0);

    z-index: 1;

}

.overlay-style-two:after{

    position: absolute;

    content: "";

    top: 0;

    right: 0;

    bottom: 0;

    width: 50%;

    transition-delay: .1s;

    transition-timing-function: ease-in-out;

    transition-duration: .5s;

    transition-property: all;

    opacity: 1;

    transform-origin: top;

    transform-style: preserve-3d;

    transform: scaleY(0);

    z-index: 1;

}









.overlay-style-box1{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

}

.overlay-style-box1:before{

    position: absolute;

    content: "";

    top: 0;

    left: 0;

    bottom: 0;

    width: 50%;

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

    transform: perspective(400px) rotateY(90deg);

    transform-origin: left;

    transition: all 500ms linear;

    transition-delay: 0.1s;       

}

.overlay-style-box1:after{

    position: absolute;

    content: "";

    top: 0;

    right: 0;

    bottom: 0;

    width: 50%;

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

    transform: perspective(400px) rotateY(-90deg);

    transform-origin: right;

    transition: all 500ms linear;

    transition-delay: 0.1s;       

}





















.review-box {

    position: relative;

    display: block;

    overflow: hidden;

    line-height: 16px;

}

.review-box ul {

    display: block;

    overflow: hidden;

}

.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: 18px;

    color: #ffba00;

}





.social-links-style1 {

    position: relative;

    display: block;

    overflow: hidden;

}

.social-links-style1 li{

    position: relative;

    display: inline-block;

    float: left;

    margin-right: 20px;

}

.social-links-style1 li:last-child{

    margin-right: 0px;

}

.social-links-style1 li a i{

    position: relative;

    display: block;

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

    width: 40px;

    height: 40px;

    border-radius: 50%;

    color: #798795;

    font-size: 14px;

    font-weight: 400;

    line-height: 40px;

    text-align: center;

    transition: all 500ms ease;

}

.social-links-style1 li a:hover i{

    color: #ffffff;

}





.sociallinks-style-two {

    position: relative;

    display: block;

    overflow: hidden;

    margin: 7px 0 8px;

}

.sociallinks-style-two li {

    position: relative;

    display: inline-block;

    float: left;

    margin-right: 25px;

}

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

    margin-right: 0px;    

}

.sociallinks-style-two li a i {

    position: relative;

    display: block;

    color: #ffffff;

    font-size: 16px;

    transition: all 500ms ease 0s;

}

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

    color: #e4b33d;

}









/* Update header Style */

@keyframes menu_sticky {

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

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

    100% {margin-top: 0;}

}



/*** 

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

    Mobile Menu

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

***/

.nav-outer .mobile-nav-toggler {

    position: relative;

    display: none;

    float: right;

    cursor: pointer;

    padding: 25px 0;

}

.nav-outer .mobile-nav-toggler .inner{

    position: relative;

    display: block;

    padding: 3px 5px;

}



.mobile-menu{

	position: fixed;

	top: 0;

	right: 0;

	width: 300px;

	max-width:100%;

	height: 100%;

	padding-right:30px;

	opacity: 0;

	visibility: hidden;

	z-index: 999999;

}

.mobile-menu .menu-backdrop{

	position: fixed;

	top: 0;

	right: 0;

	width: 100%;

	height: 100%;

    background-color: rgba(3, 13, 40, 0.90);

	-webkit-transform: translateX(101%);

	-ms-transform: translateX(101%);

	transform: translateX(101%);

	transition: all 900ms ease;

    -moz-transition: all 900ms ease;

    -webkit-transition: all 900ms ease;

    -ms-transition: all 900ms ease;

    -o-transition: all 900ms ease;

	z-index: 1;

}

.mobile-menu-visible .mobile-menu .menu-backdrop{

	opacity: 0.70;

	visibility: visible;

	-webkit-transition:all 0.7s ease;

	-moz-transition:all 0.7s ease;

	-ms-transition:all 0.7s ease;

	-o-transition:all 0.7s ease;

	transition:all 0.7s ease;

	-webkit-transform: translateX(0%);

	-ms-transform: translateX(0%);

	transform: translateX(0%);

}

.mobile-menu .mCSB_inside>.mCSB_container{

	margin-right:5px;	

}

.mobile-menu .navbar-collapse{

	display:block !important;	

}





.mobile-menu .nav-logo{

	position:relative;

	padding:30px 25px;

	text-align:left;	

}

.mobile-menu .nav-logo a{

    position: relative;

    display: inline-block;

}



.mobile-menu-visible{

	overflow: hidden;

}

.mobile-menu-visible .mobile-menu{

	opacity: 1;

	visibility: visible;

}

.mobile-menu .menu-box{

	position: absolute;

	left: 0px;

	top: 0px;

	width: 100%;

	height: 100%;

	max-height: 100%;

	overflow-y: auto;

	background: #000000;

	padding: 0px 0px;

	z-index: 5;

	opacity: 0;

	visibility: hidden;

	border-radius: 0px;

	-webkit-transform: translateX(101%);

	-ms-transform: translateX(101%);

	transform: translateX(101%);

}

.mobile-menu-visible .mobile-menu .menu-box{

	opacity: 1;

	visibility: visible;

	-webkit-transition:all 0.7s ease;

	-moz-transition:all 0.7s ease;

	-ms-transition:all 0.7s ease;

	-o-transition:all 0.7s ease;

	transition:all 0.7s ease;

	-webkit-transform: translateX(0%);

	-ms-transform: translateX(0%);

	transform: translateX(0%);

}

.mobile-menu .close-btn{

	position: absolute;

	top: 10px;

	right: 10px;

	color: #ffffff;

	font-size: 20px;

	line-height: 30px;

	width: 24px;

	text-align: center;

	cursor: pointer;

	z-index: 10;

	-webkit-transition:all 0.9s ease;

	-moz-transition:all 0.9s ease;

	-ms-transition:all 0.9s ease;

	-o-transition:all 0.9s ease;

	transition:all 0.9s ease;

}

.mobile-menu-visible .mobile-menu .close-btn{

	-webkit-transform:rotate(360deg);

	-ms-transform:rotate(360deg);

	transform:rotate(360deg);

}

.mobile-menu .close-btn:hover{

	-webkit-transform:rotate(90deg);

	-ms-transform:rotate(90deg);

	transform:rotate(90deg);

}





.mobile-menu .navigation{

	position: relative;

	display: block;

	width: 100%;

	float: none;

}

.mobile-menu .navigation li{

	position: relative;

	display: block;

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

}

.mobile-menu .navigation:last-child{

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

}

.mobile-menu .navigation li > ul > li:first-child{

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

}

.mobile-menu .navigation li > a{

	position: relative;

	display: block;

	padding: 10px 25px;

	color: #ffffff;

	font-size: 15px;

	line-height: 24px;

	font-weight: 600;

	text-transform: none;

	-webkit-transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

	transition: all 500ms ease;	

}

.mobile-menu .navigation li > a:before{

	content:'';

	position:absolute;

	left:0;

	top:0;

	height:0;

	-webkit-transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

	transition: all 500ms ease;	

}

.mobile-menu .navigation li.current > a:before{

	height:100%;

}







.mobile-menu .navigation li ul li > a{

	font-size: 15px;

    font-weight: 400;

	margin-left: 20px;

	text-transform: capitalize;

}



.mobile-menu .navigation li.dropdown .dropdown-btn{

	position:absolute;

	top:6px;

	right:6px;

	width:32px;

	height:32px;

	text-align:center;

	color:#ffffff;

	font-size:16px;

	line-height:32px;

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

	cursor:pointer;

	border-radius:2px;

	-webkit-transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

	transition: all 500ms ease;	

	z-index:5;

}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{

	-webkit-transform:rotate(90deg);

	-ms-transform:rotate(90deg);

	transform:rotate(90deg);	

}

.mobile-menu .navigation li > ul,

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

	display: none;

}



.mobile-menu .social-links{

	position:relative;

	text-align:center;

	padding:30px 25px;

}

.mobile-menu .social-links li{

	position:relative;

	display:inline-block;

	margin:0px 5px 10px;

}

.mobile-menu .social-links li a{

	position:relative;

	color:#ffffff;

	font-size: 20px;

	line-height:32px;

	-webkit-transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

	transition: all 500ms ease;	

}

.mobile-menu .social-links li a:hover{

    color: #dddddd;    

}



















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

    Main Header Css        

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

.main-header {

	position: absolute;

	left: 0px;

	top: 0px;

	width: 100%;

    margin: 0px;

	z-index: 999999;

	transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

}

.sticky-header {

	position: fixed;

	top: 0px;

	left: 0px;

	width: 100%;

	padding: 0px 0px;

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

	opacity: 0;

    visibility: hidden;

	transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

	z-index: 0;

}

.sticky-header.white-bg{

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

}

.fixed-header .sticky-header {

	visibility: visible;

	-ms-animation-name: fadeInDown;

	-moz-animation-name: fadeInDown;

	-op-animation-name: fadeInDown;

	-webkit-animation-name: fadeInDown;

	animation-name: fadeInDown;

	-ms-animation-duration: 500ms;

	-moz-animation-duration: 500ms;

	-op-animation-duration: 500ms;

	-webkit-animation-duration: 500ms;

	animation-duration: 500ms;

	-ms-animation-timing-function: linear;

	-moz-animation-timing-function: linear;

	-op-animation-timing-function: linear;

	-webkit-animation-timing-function: linear;

	animation-timing-function: linear;

	-ms-animation-iteration-count: 1;

	-moz-animation-iteration-count: 1;

	-op-animation-iteration-count: 1;

	-webkit-animation-iteration-count: 1;

	animation-iteration-count: 1;

    box-shadow: 0 0 10px rgba(0,0,0,.1);

	opacity: 1;

	z-index: 999999;

}

.sticky-header .logo {

    position: relative;

    display: block;

    padding: 10px 0 10px;

}

.sticky-header.style2 .logo {

    position: relative;

    display: block;

    padding: 5px 0 5px;

}

.sticky-header .logo a{

    position: relative;

    display: inline-block;

}

.sticky-header .main-menu .navigation> li{ }

.sticky-header .main-menu .navigation> li> a{

    padding: 25px 0px 25px;    

}

.sticky-header .main-menu.style3 .navigation> li> a{

    padding: 25px 0px 25px;    

}

.sticky-header .main-menu.style4 .navigation> li> a{

    padding: 25px 0px 25px;

}









.header-style-one{}

.header-lawer {

    position: relative;

    top: 0px;

    left: 0;

    width: 100%;

    background: transparent;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.header-lawer .container-box {

    position: relative;

    display: block;

    padding-left: 80px;

}

.header-lawer .container-box:before{

    position: absolute;

    left: 0;

    bottom: 0;

    right: 0;

    height: 1px;

    background: #ffffff;

    content: "";

}

.header-lawer .outer-box {

    position: relative;

    display: block;

}

.header-lawer-left{

    position: relative;

    display: block;    

}

.header-lawer-left .logo {

    position: relative;

    display: inline-block;

    float: left;

    padding: 20px 0;

}

.header-lawer-left .logo a{

    position: relative;

    display: inline-block; 

}

.header-lawer-left .logo a img{

    width: auto;

}







.header-lawer-left .nav-outer{

    position: relative;

    display: inline-block;

    float: left; 

    margin-left: 100px;

}

.main-menu {

    position: relative;

    display: block;

    float: left;

}

.main-menu .navbar-collapse{

	padding:0px;

	display:block !important;

}

.main-menu .navigation {

	position: relative;

	display: block;

}

.main-menu .navigation>li {

    position: relative;

    display: inline-block;

    float: left;

    margin-right: 50px;

}

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

    margin-right: 0;

}

.main-menu .navigation>li>a {

	position: relative;

	display: block;

	color: #ffffff;

	font-size: 16px;

	line-height: 30px;

	font-weight: 700;

	text-transform: none;

	padding: 35px 0px 35px;

	transition: all 500ms ease;

	opacity: 1;

    font-family: 'Nunito Sans', sans-serif;

}

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

    position: absolute;

    left: 0;

    bottom: 0;

    right: 0;

    height: 4px;

    content: "";

    transform: scaleX(0);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

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

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

    transform: scaleX(1.0);    

}



.main-menu .navigation> li> ul {

	position: absolute;

	top: 100%;

	left: 0;

	width: 270px;

	padding: 0px 0;

    opacity: 0;

    visibility: hidden;

    border-radius: 0;

	-moz-transform: translateY(30px);

	-webkit-transform: translateY(30px);

	-ms-transform: translateY(30px);

	-o-transform: translateY(30px);

    transform: translateY(30px);

    transition:all 100ms ease;

	z-index: 100;

}

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

    position: absolute;

    top: 0px;

    left: 0px;

    width: 100%;

    height: 100%;

    content: '';

    background: #ffffff;

    border-radius: 0;

	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

    z-index: -1;

}

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

	opacity:1;

	visibility:visible;

	-moz-transform: translateY(0);

	-webkit-transform: translateY(0);

	-ms-transform: translateY(0);

	-o-transform: translateY(0);

    transform: translateY(0);

	transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	-webkit-transition:all 500ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

}





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

	position: relative;

    display: block;

    padding: 0 20px;

	width: 100%;

}

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

	position: relative;

	display: block;

    border-bottom: 1px solid #e9e9e9;

	padding: 13px 0px 13px;

	color: #000000;

	font-size: 15px;

	line-height: 24px;

	font-weight: 500;

	text-align: left;

	text-transform: capitalize;

	transition: all 500ms ease;

    font-family: 'Hind Siliguri', sans-serif;

}

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

    border: none;

} 

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

    padding-left: 15px;

}

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

    position: absolute;

    top: 0;

    left: 0px;

    bottom: 0;

    font-family: FontAwesome;

    content: "\f105";

    font-size: 14px;

    font-weight: 700;

    margin: 12px 0;

	opacity: 0;

    transition: all 500ms ease;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

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

    position: absolute;

    top: 0px;

    right: 0px;

    bottom: 0;

    font-family: FontAwesome;

    content: "\f105";

    color: #000000;

    font-size: 14px;

    font-weight: 700;

    margin: 12px 0;

    text-align: right;

    z-index: 5;

}

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

	opacity: 1;

}





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

	position: absolute;

	top: 0%;

	left: 100%;

	width: 250px;

	padding: 0;

	display: none;

	background: #ffffff;

    border-radius: 0;

	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

    -moz-transform: translateY(30px);

	-webkit-transform: translateY(30px);

	-ms-transform: translateY(30px);

	-o-transform: translateY(30px);

    transform: translateY(30px);

    transition:all 100ms ease;

	z-index: 100;

}

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

	opacity:1;

	visibility:visible;

	-moz-transform: translateY(0);

	-webkit-transform: translateY(0);

	-ms-transform: translateY(0);

	-o-transform: translateY(0);

	transform: translateY(0);

	transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	-webkit-transition:all 500ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;	

}

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

	position: relative;

    display: block;

    padding: 0 20px;

	width: 100%;

}

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

	position: relative;

	display: block;

    border-bottom: 1px solid #e9e9e9;

	padding: 13px 0px 13px;

	color: #000000;

	font-size: 15px;

	line-height: 24px;

	font-weight: 500;

	text-align: left;

	text-transform: capitalize;

	transition: all 500ms ease;

    font-family: 'Hind Siliguri', sans-serif;

}

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

    border: none;

}

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

    padding-left: 15px;

}

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

    padding-left: 15px;

}

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

    position: absolute;

    top: 0;

    left: 0px;

    bottom: 0;

    font-family: FontAwesome;

    content: "\f105";

    font-size: 14px;

    font-weight: 700;

    margin: 12px 0;

	opacity: 0;

    transition: all 500ms ease;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

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

	opacity: 1;

}

/****

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

    position: absolute;

    left: -232px;

    width: 700px;

}

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

    position: relative;

    max-width: 33.333333%;

    float: left;

}

***/

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {

    position: absolute;

    right: 0px;

    top: 0;

    width: 50px;

    height: 42px;

    border-left: 1px solid #04102a;

    text-align: center;

    font-size: 16px;

    line-height: 42px;

    color: #ffffff;

    cursor: pointer;

    display: none;

    z-index: 5;

}









.header-lawer-right {

    position: relative;

    display: block;

}

.header-social-links-style1 {

    position: relative;

    display: block;

    float: left;

    padding: 30px 0;

}

.header-social-links-style1 ul{

    overflow: hidden;

    text-align:center;

}

.header-social-links-style1 ul li{

    position: relative;

    display: inline-block;

    float: left;

    margin-right: 5px;

}

.header-social-links-style1 ul li:last-child{

    margin-right: 0;

}

.header-social-links-style1 ul li a{

    position: relative;

    display: block;

    width: 40px;

    height: 40px;

    border: 1px solid transparent;

    border-radius: 50%;

    color: #ffffff;

    font-size: 16px;

    line-height: 38px;

    transition: all 0.4s linear;    

}







.cart-box {

    position: relative;

    display: inline-block;

    float: left;

    padding: 30px 40px;

}

.cart-box a{

    position: relative;

    display: inline-block;

    float: left;

    width: 40px;

    height: 40px;

    border: 1px solid transparent;

    border-radius: 50%;

}

.cart-box a span:before{

    position: relative;

    display: block;

    text-align: center;

    color: #ffffff;

    font-size: 20px;

    line-height: 40px;

}

.cart-box a span.count{

    position: absolute;

    top: 0;

    right: 0;

    width: 16px;

    height: 16px;

    border-radius: 50%;

    color: #ffffff;

    font-size: 12px;

    line-height: 16px;

    text-align: center;

    font-family: 'Nunito Sans', sans-serif;

}

.cart-box .value {

    position: relative;

    display: inline-block;

    float: left;

    padding-left: 5px;

}

.cart-box .value p{

    color: #ffffff;

    font-size: 16px;

    line-height: 40px;

    font-weight: 400;

    margin: 0;

    font-family: 'Nunito Sans', sans-serif;

}





.outer-search-box-style1 {

    position: relative;

    display: inline-block;

    float: left;

    margin-right: 40px;

    padding: 30px 0;

}

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

    position: relative;

    display: block;

    width: 40px;

    height: 40px;

    border: 1px solid #ffffff;

    border-radius: 50%;

    color: #ffffff;

    font-size: 14px;

    line-height: 38px;

    cursor: pointer;

    text-align: center;

    margin: 0;

    transition: all 500ms ease;

}

.outer-search-box-style1 .search-box {

    position: absolute;

    top: 120%;

    right: 0%;

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

    opacity: 0;

    padding: 20px;

    transition: all 500ms ease 0s;

    visibility: hidden;

    z-index: 100;

    margin-left: 0;

}

.outer-search-box-style1 .search-box.now-visible {

    top: 100%;

    opacity: 1;

    visibility: visible;

    z-index: 100;

}

.outer-search-box-style1 .search-box .form-group{

    position:relative;

    padding: 0px;

    margin: 0px;

    width: 100%;

    min-width: 250px;

}

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

    background: #ffffff none repeat scroll 0 0;

    border: 1px solid #1f1f23;

    color: #000;

    display: block;

    font-size: 13px;

    line-height: 24px;

    position: relative;

    transition: all 500ms ease 0s;

    width: 100%;

    height: 45px;

    padding-left: 15px;

    padding-right: 50px;

}

.outer-search-box-style1 .search-box .form-group input[type="search"]:focus{

    border-color: #f5f5f5;	

}

.outer-search-box-style1 .search-box .form-group button, 

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

    position: absolute;

    right: 0;

    top: 0;

    display: block;

    cursor: pointer;

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

    color: #fff;

    font-size: 13px;

    height: 45px;

    line-height: 45px;

    width: 45px;

    transition: all 500ms ease 0s;

}

.outer-search-box-style1 .search-box .form-group button:hover,

.outer-search-box-style1 .search-box .form-group input:focus + button{

    color: #222222;

    background: #f5f5f5;

}



.header-lawer-right .button-box{

    position: relative;

    display: block;

    float: right;

}

.header-lawer-right .button-box a{

    position: relative;

    display: inline-block;

    padding: 0 60px;

    color: #ffffff;

    font-size: 24px;

    line-height: 100px;

    font-weight: 700;

    text-transform: none;

    font-family: 'Nunito Sans', sans-serif;

}

.header-lawer-right .button-box a:hover{

    background-position: right center;    

}







/*** 

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

	Main Slider style

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

***/

.main-slider {

    position: relative;

    overflow: hidden;

    z-index: 10;

}

.main-slider.style1 {

    margin-top: 0px;

}

.main-slider .slide{

	position: relative;

	padding: 295px 0px 300px;

	background-size: cover;

	background-repeat: no-repeat;

	background-position: center center;

}

.main-slider.one_page .slide{

	padding: 304px 0px 200px;    

}

.main-slider .slide .image-layer{

	position:absolute;

	left:0;

	top:0;

	width:100%;

	height:100%;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	-webkit-transform:scale(1);

	-ms-transform:scale(1);

	transform:scale(1);

	-webkit-transition: all 6000ms linear;

	-moz-transition: all 6000ms linear;

	-ms-transition: all 6000ms linear;

	-o-transition: all 6000ms linear;

	transition: all 6000ms linear;

}

.main-slider .slide .image-layer:before{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

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

    content: "";

    z-index: -1;

}

.main-slider .active .slide .image-layer{

	-webkit-transform:scale(1.1);

	-ms-transform:scale(1.1);

	transform:scale(1.1);

}

.main-slider .content{

	position:relative;

	z-index:10;

}





.main-slider .content h5{

    position: relative;

    color: #ffffff;

    font-size: 18px;

    line-height: 24px;

    font-weight: 400;

    text-transform: capitalize;

    margin: 0 0 16px;

	opacity: 0;

	transition: all 1000ms ease;

	transform: translateY(80px);

    font-family: 'Hind Siliguri', sans-serif;

}

.main-slider .active .content h5{

	opacity: 1;

	transform: translateX(0);

	transition-delay: 1000ms;    

}

.main-slider .content .border-box{

    position: relative;

    display: inline-block;

    width: 0px;

    height: 2px;

    background: #ffffff;

    transition: all 1000ms ease;

}

.main-slider .active .content .border-box{

    width: 70px;

    transition-delay: 1500ms;    

}

.main-slider .content h2{

	position: relative;

	color: #ffffff;

	font-size: 72px;

	line-height: 1.2em;

	font-weight: 700;

    margin-top: 20px;

    margin-bottom: 41px;

	opacity: 0;

	transition: all 1000ms ease;

	transform: translateY(80px);

}

.main-slider .content h2 span{

    font-weight: 400;

}

.main-slider .active .content h2{

	opacity: 1;

	transform: translateX(0);

	transition-delay: 2000ms;

}

.main-slider .content .btns-box{

    position: relative;

	opacity: 0;

	transition: all 1000ms ease;

	transform: translateY(80px);

}

.main-slider .active .content .btns-box{

	opacity: 1;

	transform: translateX(0);

	transition-delay: 2500ms;

}



.main-slider .owl-theme .owl-nav {

    position: absolute;

    top: 50%;

    left: 0;

    right: 0;

    margin: 0 auto;

    width: 100%;

}

.main-slider .owl-theme .owl-prev span, 

.main-slider .owl-theme .owl-next span{

    display: block;

}

.main-slider .owl-theme .owl-nav .owl-prev {

    position: absolute;

    left: 30px;

    top: 0;

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

    height: 60px;

    width: 60px;

    border-radius: 0%;

    border: none;

    text-align: center;

    color: #022447;

    font-size: 30px;

    line-height: 60px;

    font-weight: 700;

    opacity: 1;

    margin: 0;

    padding: 0;

    margin-top: -30px;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}

.main-slider .owl-theme .owl-nav .owl-prev:hover{

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

}

.main-slider .owl-theme .owl-nav .owl-next {

    position: absolute;

    right: 30px;

    top: 0;

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

    height: 60px;

    width: 60px;

    border-radius: 0%;

    border: none;

    text-align: center;

    color: #022447;

    font-size: 30px;

    line-height: 60px;

    font-weight: 700;

    opacity: 1;

    margin: 0;

    padding: 0;

    margin-top: -30px;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}

.main-slider .owl-theme .owl-nav .owl-next:hover{

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

}







/*** 

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

    Facts Area Css

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

***/

.facts-area{

    position: relative;

    display: block;

    background: #ffffff;

}

.facts-box {

    position: relative;

    display: block;

    background: #222222;

    border-bottom-right-radius: 50px;

    padding: 60px 0;

    margin-top: -100px;

    z-index: 10;

}

.facts-box:before{

    position: absolute;

    top: 0;

    left: -5000px;

    bottom: 0;

    right: 0;

    background: #222222;

    border-bottom-right-radius: 50px;

    content: "";

}

.facts-box ul {

    position: relative;

    overflow: hidden;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

}

.facts-box ul li {

    position: relative;

    display: block;

    max-width: 25%;

    width: 100%;

    border-right: 2px solid #363636;

    padding: 18px 35px 18px;

    padding-right: 0;

}

.facts-box ul li:last-child{

    border-right: 0;

}

.facts-box ul li .icon{

    width: 60px;

}

.facts-box ul li .icon span:before{

    font-size: 40px;

    line-height: 40px;

}

.facts-box ul li .icon,

.facts-box ul li .title{

    display: table-cell;

    vertical-align: middle;

}

.facts-box ul li .title h3{

    color: #ffffff;

    font-size: 20px;

    line-height: 30px;

    font-weight: 600;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}









/*** 

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

    About Style1 Area Css

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

***/

.about-style1-area {

    position: relative;

    display: block;

    overflow: hidden;

    background: #ffffff;

    padding: 120px 0 190px;

}

.about-style1-image-box {

    position: relative;

    display: block;

    max-width: 570px;

    width: 100%;

    z-index: 10;

}

.about-style1-image-box .patter-bg {

    position: absolute;

    top: -120px;

    left: -5000px;

    bottom: 50%;

    right: 400px;

}

.about-style1-image-box .gradient-bg {

    position: absolute;

    top: 50%;

    left: -5000px;

    bottom: -190px;

    right: 500px;

}

.about-style1-image-box .image-box {

    position: relative;

    display: block;

}

.about-style1-image-box .image-box img{

    width: 100%; 

}

.about-style1-image-box .image-box .overlay-box {

    position: absolute;

    bottom: -60px;

    right: -60px;

    width: 300px;

    background: #222222;

    padding: 31px 30px 30px;

}

.about-style1-image-box .image-box .overlay-box:before{

    position: absolute;

    top: 10px;

    left: 10px;

    bottom: -10px;

    right: -10px;

    background: #dddddd;

    content: "";

    transition: all 200ms linear;

    transition-delay: 0.1s;

    z-index: -1;

}

.about-style1-image-box .image-box .overlay-box .left{

    width: 115px;

}

.about-style1-image-box .image-box .overlay-box .left h2 {

    color: #ffffff;

    font-size: 100px;

    line-height: 70px;

    font-weight: 700;

    font-family: 'Hind Siliguri', sans-serif;

}

.about-style1-image-box .image-box .overlay-box .left,

.about-style1-image-box .image-box .overlay-box .right{

    display: table-cell;

    vertical-align: middle;

}

.about-style1-image-box .image-box .overlay-box .right h4{

    color: #ffffff;

    font-size: 24px;

    line-height: 28px;

    font-weight: 400;

}



.about-style1-text-box {

    position: relative;

    display: block;

    padding-top: 75px;

}

.about-style1-text-box .inner-contant{

    position: relative;

    display: block;

    margin-top: -8px;

}

.about-style1-text-box .inner-contant p{

    margin: 0 0 23px;

}

.about-style1-text-box .inner-contant .bottom-box {

    position: relative;

    display: block;

    padding-top: 18px;

}

.about-style1-text-box .inner-contant .bottom-box .video-holder-box{}



.video-holder-box {

    position: relative;

    display: block;

    width: 60px;

    height: 60px;

}

.video-holder-box .icon {

    position: absolute;

    top: 0;

    left: 0;

    display: table;

    width: 100%;

    height: 100%;

    z-index: 1;

}

.video-holder-box .icon .inner {

    display: table-cell;

    vertical-align: middle;

    text-align: center;

}

.video-holder-box .icon .inner a {

    position: relative;

    display: inline-block;

    background: #dddddd;

    text-align: center;

    height: 60px;

    width: 60px;

    border-radius: 50%;

    transition: all 500ms ease;

}

.video-holder-box .icon .inner a:hover{

    color: #000000;

}

.video-holder-box .icon .inner a span:before {

    position: relative;

    display: block;

    width: 100%;

    height: 100%;

    color: #222222;

    font-size: 20px;

    line-height: 60px;

}



.about-style1-text-box .inner-contant .bottom-box .video-holder-box,

.about-style1-text-box .inner-contant .bottom-box .title-box{

    display: table-cell;

    vertical-align: middle;

}

.about-style1-text-box .inner-contant .bottom-box .title-box{

    padding-left: 20px;

}

.about-style1-text-box .inner-contant .bottom-box .title-box h5{

    color: #222222;

    font-size: 16px;

    line-height: 20px;

    font-weight: 600;

}







/*** 

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

    Service Style1 Area Css

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

***/

.services-style1-area{

    position: relative;

    display: block;

    background-color: #f5f5f5;

    padding: 120px 0 120px;

}

.services-style1-area .top {

    position: relative;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: flex-end;

    flex-wrap: wrap;

}

.services-style1-area .top .sec-title{}

.services-style1-area .top .button{

    position: relative;

    display: block;

    padding-bottom: 60px;

}

.services-style1-area .top .button a {

    line-height: 50px;

}



.single-service-style1 {

    position: relative;

    display: block;

    background: #ffffff;

    max-width: 320px;

    width: 100%;

    padding: 50px 40px 50px;

    margin: 0 auto 0;

    border-bottom-left-radius: 40px;

}

.single-service-style1:before{

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    width: 2px;

    background: #dddddd;

    content: "";

}

.single-service-style1:after {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    width: 2px;

    content: "";

    opacity: 0;

    transform: scaleY(0.1);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.single-service-style1:hover:after{

    opacity: 1;

    transform: scaleY(1.0);    

}



.single-service-style1 .icon{

    position: relative;

    display: block;

    padding-bottom: 22px;

}

.single-service-style1 .icon span:before{

    font-size: 60px;

    line-height: 60px;

}

.single-service-style1 h3{

    color: #222222;

    font-size: 24px;

    line-height: 30px;

    font-weight: 700;

}

.single-service-style1 .text{

    position: relative;

    display: block;

    padding: 15px 0 26px;

}

.single-service-style1 .text p{

    margin: 0;

}

.single-service-style1 .read-more-button{

    position: relative;

    display: block;    

}

.single-service-style1 .read-more-button a{

    position: relative;

    display: block;

    width: 40px;

    height: 40px;

    border: 1px solid #c2c2c2;

    border-radius: 50%;

    text-align: center;

    color: #222222;

    font-size: 16px;

    line-height: 38px;

    font-weight: 600;

    transition: all 500ms linear;

    transition-delay: 0.1s;

    z-index: 1;

}

.single-service-style1 .read-more-button a:before{

    position: absolute;

    top: -1px;

    left: -1px;

    bottom: -1px;

    right: -1px;

    transform: scale(0);

    border-radius: 50%;

    content: "";

    transition: all 200ms linear;

    transition-delay: 0.1s;

    z-index: -1;

}

.single-service-style1:hover .read-more-button a:before{

    transform: scale(1.0);

}

.single-service-style1:hover .read-more-button a{

    color: #ffffff;

}



.service-carousel.owl-carousel.owl-dot-style1 .owl-stage-outer{

    padding-bottom: 45px;

}

.service-carousel.owl-carousel.owl-dot-style1 .owl-dots {

    position: absolute;

    line-height: 12px;

    bottom: 0;

    right: -5px;

}









/*** 

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

    Calculate Loan Area Css

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

***/

.calculate-loan-area{

    position: relative;

    display: block;

    overflow: hidden;

    background: #ffffff;

    padding-bottom: 53px;

    z-index: 10;

}

.calculate-loan-area:before{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 120px;

    background: #f5f5f5;

    content: "";

    z-index: -1;

}





.calculate-loan-box {

    position: relative;

    display: block;

    padding: 70px;

    margin-right: -70px;

}

.calculate-loan-box:before{

    position: absolute;

    top: 120px;

    left: -5000px;

    bottom: -70px;

    right: 40px;

    background-image: url(../images/pattern/pattern-bg-2.png);

    background-color: #222222;

    background-repeat: repeat;

    content: "";

    z-index: -2;

}







.calculate-loan-box .sec-title {

    padding-bottom: 40px;

}



.loan-ranger {

    position: relative;

    display: block;

}

.loan-ranger .top {

    position: relative;

    display: block;

    margin-bottom: 45px;

}

.loan-ranger .top .inner{

    position: relative;

    display: block;

    overflow: hidden;    

}

.loan-ranger .top .inner .left{

    position: relative;

    display: block;

}

.loan-ranger .top .inner .left label.control-label {

    color: #ffffff;

    font-size: 18px;

    line-height: 28px;

    font-weight: 600;

    margin: 0;

}

.loan-ranger .top .inner .right{

    position: relative;

    display: block;    

}

.loan-ranger .top .inner .right input#amount {

    position: relative;

    display: block;

    width: 100px;

    height: auto;

    padding: 0;

    color: #ffffff;

    font-size: 18px;

    line-height: 28px;

    font-weight: 600;

    background-color: transparent;

    border: none;

    text-align: right;

    box-shadow: none;

}



.loan-ranger .bottom {

    position: relative;

    display: block;

    margin-bottom: 58px;

}

.loan-ranger .bottom .inner{

    position: relative;

    display: block;

    overflow: hidden;    

}

.loan-ranger .bottom .inner .left{

    position: relative;

    display: block;

}

.loan-ranger .bottom .inner .left label.control-label {

    color: #ffffff;

    font-size: 18px;

    line-height: 28px;

    font-weight: 600;

    margin: 0;

}

.loan-ranger .bottom .inner .right{

    position: relative;

    display: block;    

}

.loan-ranger .bottom .inner .right input#j {

    position: relative;

    display: block;

    width: 100px;

    height: auto;

    padding: 0;

    color: #ffffff;

    font-size: 18px;

    line-height: 28px;

    font-weight: 600;

    background-color: transparent;

    border: none;

    text-align: right;

    box-shadow: none;

}





.loan-ranger .ui-widget-content {

    position: relative;

    background: #edf2f7;

    border: none;

    height: 6px;

    margin: 16px 0 0;

    border-radius: 0;

    text-align: left;

}

.loan-ranger .ui-slider-handle {

    position: absolute;

    background: #ffffff;

    border: 6px solid #222222;

    border-radius: 50%;

    height: 30px;

    margin-left: 0;

    margin-left: -30px;

    outline: medium none;

    width: 30px !important;

    cursor: pointer;

    z-index: 2;

}

.loan-ranger .ui-slider-horizontal .ui-slider-handle {

    top: -12px;

}

.loan-ranger .ui-slider .ui-slider-range {

    background: #222222;

    border-radius: 0;

}



.calculated-box {

    position: relative;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

}

.calculated-box .single-box{

    position: relative;

    -ms-flex: 0 0 33.333333%;

    flex: 0 0 33.333333%;

    max-width: 33.333333%;

}

.calculated-box .single-box h5{

    color: #222222;

    font-size: 16px;

    line-height: 20px;

    font-weight: 600;

    margin: 0 0 9px;

}

.calculated-box .single-box p{

    color: #ffffff;

    font-size: 24px;

    line-height: 30px;

    font-weight: 700;

    margin: 0;

}



.loan-ranger .button-box {

    position: relative;

    display: block;

    padding-top: 32px;

}

.loan-ranger .button-box a{

    color: #222222;

    background: #ffffff;

}

.calculate-image-box {

    position: relative;

    display: block;

    max-width: 470px;

    width: 100%;

    min-height: 630px;

    background-repeat: no-repeat;

    top: 53px;

    z-index: -1;

}







/*** 

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

    Work Process Area Css

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

***/

.work-process-area{

    position: relative;

    display: block;

    background: #ffffff;

    padding: 120px 0 70px;

}

.work-process-area .shape1{

    position: absolute;

    top: 220px;

    right: 165px;

	-webkit-animation: service_hexagon_2 15s infinite linear;

    -moz-animation: service_hexagon_2 15s infinite linear;

    -o-animation: service_hexagon_2 15s infinite linear;

    animation: service_hexagon_2 15s infinite linear;

}

.work-process-area .shape2{

    position: absolute;

    top: 250px;

    right: 60px;

}

.work-process-area .shape3{

    position: absolute;

    left: 90px;

    bottom: 200px;

}







.work-process-area .sec-title {

    padding-bottom: 97px;

}

.work-process-box{

    position: relative;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;    

}

.single-work-process {

    position: relative;

    display: block;

    padding: 0 65px;    

    -ms-flex: 0 0 33.333333%;

    flex: 0 0 33.333333%;

    max-width: 33.333333%;

    width: 100%;

    margin-bottom: 41px;

}

.single-work-process:nth-child(1):before {

    position: absolute;

    top: 40px;

    right: -58px;

    width: 117px;

    height: 51px;

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

    content: "";

}

.single-work-process:nth-child(3):before {

    position: absolute;

    top: 40px;

    left: -58px;

    width: 117px;

    height: 51px;

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

    content: "";

}





.single-work-process .icon-holder{

    position: relative;

    display: block;

    width: 130px;

    height: 130px;

    background: #ffffff;

    margin: 0 auto;

    z-index: 1;

}

.single-work-process .icon-holder:before{

    position: absolute;

    top: -6px;

    left: -6px;

    bottom: -6px;

    right: -6px;

    background: #dadada;

    content: "";

    transform: rotate(45deg);

    z-index: -1;

}

.single-work-process .icon-holder span:before {

    position: relative;

    display: block;

    background: #ffffff;

    font-size: 70px;

    line-height: 130px;

    border-bottom-right-radius: 30px;

    -webkit-box-shadow: 0px 0px 5px 2px rgba(232,232,232,0.7); 

    box-shadow: 0px 0px 5px 2px rgba(232,232,232,0.7);

}

.single-work-process .icon-holder .count-box {

    position: absolute;

    top: -50px;

    left: 0;

    right: 0;

    width: 30px;

    height: 30px;

    background: #222222;

    border-radius: 50%;

    margin: 0 auto;

}

.single-work-process .icon-holder .count-box p{

    position: relative;

    display: block;

    color: #ffffff;

    font-size: 16px;

    line-height: 30px;

    font-weight: 600;

    text-align: center;

    margin: 0;

    font-family: 'Hind Siliguri', sans-serif;

}



.single-work-process .text-holder {

    position: relative;

    display: block;

    padding-top: 73px;

}

.single-work-process .text-holder h3{

    color: #222222;

    font-size: 20px;

    line-height: 30px;

    font-weight: 700;

    margin: 0 0 18px;

}

.single-work-process .text-holder p{

    margin: 0;

}







/*** 

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

    Latest project Area Css      

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

***/

.latest-project-area{

    position: relative;

    display: block;

    overflow: hidden;

    background: #f5f5f5;

    padding: 120px 0 120px;

}

.latest-project-area .top{

    position: relative;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: flex-end;

    flex-wrap: wrap;    

}

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

.latest-project-area .top .button{

    position: relative;

    display: block;

    padding-bottom: 60px;    

}

.latest-project-area .top .button a {

    line-height: 50px;

}

.latest-project-area .outer-container{

    max-width: 1200px;

    width: 100%;

    padding-right: 15px;

    padding-left: 15px;

    margin-left: auto;

    margin-right: auto;

}







.single-project-style1 {

    position: relative;

    display: block;

}

.single-project-style1 .img-holder{

    position: relative;

    display: block;

}

.single-project-style1 .img-holder .inner{

    position: relative;

    display: block;

    overflow: hidden;

}

.single-project-style1 .img-holder img{

    width: 100%;

    transform: scale(1.0);    

}

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

    transform: scale(1.2) rotate(1deg);

}



.single-project-style1:hover .overlay-style-one{

    opacity: 1;

    transform: scaleY(1) skew(0deg, 0deg);

    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.22);  

}

.single-project-style1 .overlay-style-one .zoom-button{

    position: relative;

    display: inline-block;

    transform: scale(.5);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.single-project-style1:hover .overlay-style-one .zoom-button{

    transform: scale(1.0);

    transition: all 200ms linear;

    transition-delay: 0.3s;

}

.single-project-style1 .overlay-style-one .zoom-button a{

    display: inline-block;

}

.single-project-style1 .overlay-style-one .zoom-button img {

    width: auto;

    transform: none;

}



.single-project-style1 .read-more-button{

    position: absolute;

    bottom: -15px;

    right: 40px;

    z-index: 2;

}

.single-project-style1 .read-more-button a{

    position: relative;

    display: block;

    width: 60px;

    height: 30px;

    color: #ffffff;

    font-size: 20px;

    line-height: 30px;

    text-align: center;

}

.single-project-style1:hover .read-more-button a{

    background: #222222;

}

.single-project-style1 .text-holder {

    position: relative;

    display: block;

    background: #ffffff;

    padding: 33px 33px 33px;

    border-bottom-right-radius: 40px;

    border: 2px solid #eeeeee;

    border-top: none;

}

.single-project-style1 .text-holder h3{

    font-size: 20px;

    line-height: 30px;

    font-weight: 700;

    margin: 0 0 10px;

}

.single-project-style1 .text-holder h3 a{

    color: #222222;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

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

    line-height: 24px;

    margin: 0;

}

.project-carousel.owl-carousel.owl-dot-style2 .owl-stage-outer {

    margin-right: -400px;

    padding-bottom: 48px;

}

.project-carousel.owl-carousel.owl-dot-style2 .owl-dots{

    position: absolute;

    bottom: 0;

    left: -5px;    

}







/*** 

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

    Testimonial Style1 Area Css

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

***/

.testimonial-style1-area{

    position: relative;

    display: block;

    padding: 120px 0 110px;

    background: #ffffff;

}

.testimonial-style1-area .layer-outer {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-attachment: scroll;

    background-size: auto;

    background-repeat: no-repeat;

    background-position: center center;

}

.testimonial-style1-area .sec-title {

    padding-bottom: 59px;

}



.single-testimonial-style1 {

    position: relative;

    display: block;

    padding-right: 40px;

}

.single-testimonial-style1 .top{

    position: relative;

    display: block;

    overflow: hidden;

    padding-left: 140px;

}

.single-testimonial-style1 .top .quote-box{

    position: absolute;

    top: 1px;

    left: 0;

    width: 115px;

    height: 95px;

}

.single-testimonial-style1 .top .quote-box:before{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

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

    content: "";

}

.single-testimonial-style1 .top .quote-box span:before {

    position: relative;

    display: block;

    text-align: center;

    line-height: 75px;

    font-size: 30px;

}



.single-testimonial-style1 .top .text-box{

    position: relative;

    display: block;

}

.single-testimonial-style1 .top .text-box p{

    color: #777777;

    font-size: 18px;

    line-height: 30px;

    font-weight: 400;

    margin: 0;

}



.single-testimonial-style1 .bottom {

    position: relative;

    display: block;

    padding-left: 155px;

    min-height: 110px;

    margin-top: 40px;

}

.single-testimonial-style1 .bottom .image-box{

    position: absolute;

    top: 0;

    left: 0;

    width: 110px;

    height: 110px;

    z-index: 1;

}

.single-testimonial-style1 .bottom .image-box:before{

    position: absolute;

    top: 10px;

    left: 10px;

    bottom: -10px;

    right: -10px;

    background: #eaeaea;

    content: "";

    z-index: -1;

    border-bottom-right-radius: 30px;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.single-testimonial-style1 .bottom .image-box img{

    width: 100%;

    border-bottom-right-radius: 30px;

}

.single-testimonial-style1 .bottom .client-info-box {

    position: relative;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: flex-end;

    flex-wrap: wrap;

    padding: 25px 0;

}

.single-testimonial-style1 .bottom .client-info-box .left{

    position: relative;

    display: block;    

}

.single-testimonial-style1 .bottom .client-info-box .left h3{

    color: #222222;

    font-size: 24px;

    line-height: 30px;

    font-weight: 800;

    margin: 0 0 10px;

}

.single-testimonial-style1 .bottom .client-info-box .left p{

    font-size: 18px;

    line-height: 20px;

    font-weight: 600;

    margin: 0;

    font-family: 'Nunito Sans', sans-serif;

}

.single-testimonial-style1 .bottom .client-info-box .right{

    position: relative;

    display: block;

}

.single-testimonial-style1 .bottom .client-info-box .right .rating-box{

    position: relative;

    display: block;    

}



.testimonial-carousel{

    position: relative;

    display: block;

}

.testimonial-carousel.owl-carousel.owl-dot-style1 .owl-stage-outer {

    padding-bottom: 10px;

}

.testimonial-carousel.owl-carousel.owl-dot-style1 .owl-dots {

    position: absolute;

    top: -87px;

    right: -5px;

}







/*** 

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

    Features Area Css

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

***/

.features-area{

    position: relative;

    display: block;

    padding-top: 120px;

}

.features-area .layer-outer{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 478px;

    background-attachment: fixed;

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center center;    

}

.features-area .sec-title{

    padding-bottom: 67px;    

}

.features-area .container-box{

    position: relative;

    width: 100%;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;    

}

.single-features-box {

    position: relative;

    padding: 0 65px;

    -ms-flex: 0 0 33.333333%;

    flex: 0 0 33.333333%;

    max-width: 33.333333%;

    width: 100%;

    min-height: 405px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    text-align: center;

    flex-wrap: wrap;

    background-attachment: local;

    background-size: cover;

    background-position: center top;

    z-index: 2;

}

.single-features-box:before{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    content: "";

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

    z-index: -1;

}

.single-features-box .inner {

    position: relative;

    display: block;

    max-width: 260px;

    margin: 0 auto;

}

.single-features-box span{

    position: relative;

    display: block;

}

.single-features-box span:before{

    font-size: 70px;

    line-height: 70px;

    margin: 0 0 25px;

}

.single-features-box h3 {

    position: relative;

    display: block;

    color: #222222;

    font-size: 24px;

    line-height: 30px;

    font-weight: 800;

    margin: 33px 0 20px;

}

.single-features-box p{

    color: #777777;

    font-size: 18px;

    line-height: 30px;

    font-weight: 400;

    margin: 0;

}

.single-features-box.style2 span:before{

    color: #222222;

}

.single-features-box.style2 p{

    color: #222222;    

}



.single-features-box.style3:before{

    background: rgba(35, 35, 35, 0.90);

}

.single-features-box.style3 h3{

    color: #ffffff;        

}

.single-features-box.style3 p{

    color: #ffffff;    

}







/*** 

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

    Latest blog Area style

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

***/

.latest-blog-area {

    position: relative;

    display: block;

    background: #ffffff;

    padding-top: 120px;

    padding-bottom: 70px;

}

.latest-blog-area .row {

    margin-left: -32.5px;

    margin-right: -32.5px;

}

.latest-blog-area .row [class*=col-] {

    padding-left: 32.5px;

    padding-right: 32.5px;

}



.latest-blog-area .top{

    position: relative;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: flex-end;

    flex-wrap: wrap;    

}

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

.latest-blog-area .top .button{

    position: relative;

    display: block;

    padding-bottom: 60px;    

}

.latest-blog-area .top .button a {

    line-height: 50px;

}



.single-blog-post {

    position: relative;

    display: block;

    margin-bottom: 41px;

}

.single-blog-post .img-holder {

    position: relative;

    display: block;

}

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

    position: relative;

    display: block;

    overflow: hidden;

}

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

	position: absolute;

	top: 50%;

	left: 50%;

	z-index: 2;

	display: block;

	content: '';

	width: 0;

	height: 0;

	border-radius: 100%;

	-webkit-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

	opacity: 0;

}

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

	-webkit-animation: circle .75s;

	animation: circle .75s;

}

@-webkit-keyframes circle {

	0% {

		opacity: 1;

	}

	40% {

		opacity: 1;

	}

	100% {

		width: 200%;

		height: 200%;

		opacity: 0;

	}

}

@keyframes circle {

	0% {

		opacity: 1;

	}

	40% {

		opacity: 1;

	}

	100% {

		width: 200%;

		height: 200%;

		opacity: 0;

	}

}

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

    width: 100%;

    transition: .5s ease;

    transform: scale(1.05);

}

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

    transform: scale(1);    

}

.single-blog-post:hover .overlay-style-box1:before{

	opacity: 1;

    transform: perspective(400px) rotateY(0deg);

    transition: all 700ms linear;

    transition-delay: 0.1s;        

}

.single-blog-post:hover .overlay-style-box1:after{

	opacity: 1;

    transform: perspective(400px) rotateY(0deg);

    transition: all 700ms linear;

    transition-delay: 0.1s;        

}



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

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

}

.single-blog-post .img-holder .link-box a{

    position: relative;

    display: inline-block;

    width: 30px;

    height: 30px;

    color: #222222;

    font-size: 30px;

    line-height: 30px;

    text-align: center;

    opacity: 0;

    transform: translateY(100px);

}

.single-blog-post:hover .img-holder .link-box a{

    opacity: 1;

    transform: translateY(0px); 

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

}

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

    position: absolute;

    bottom: -35px;

    right: -35px;

    text-align: center;

    width: 70px;

    height: 70px;

    padding: 16px 0;

    border-bottom-right-radius: 30px;

}

.single-blog-post .img-holder .date-box h2{

    color: #ffffff;

    font-size: 30px;

    line-height: 20px;

    font-weight: 800;

}

.single-blog-post .img-holder .date-box h2 span{

    font-size: 14px;

    text-transform: none;

}











.single-blog-post .text-holder {

    position: relative;

    display: block;

    padding-top: 28px;

}

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

    position: relative;

    display: flex;

    line-height: 0;

    overflow: hidden;

    flex-direction: row;

    justify-content: flex-start;

    align-items: baseline;

    flex-wrap: wrap;

}

.single-blog-post .text-holder .categories p{

    position: relative;

    display: inline-block;

    float: left;

    color: #222222;

    font-size: 16px;

    line-height: 16px;

    font-weight: 400;

    text-transform: none;

    margin: 0;

}

.single-blog-post .text-holder .categories .border-box{

    position: relative;

    display: inline-block;

    float: left;

    margin-left: 10px;

    width: 40px;

    height: 2px;

}

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

    position: relative;

    display: block;

    font-size: 24px;

    line-height: 30px;

    font-weight: 700;

    margin: 21px 0 15px;

}

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

    color: #222222;

    transition: all 500ms ease;

}

.single-blog-post .text-holder .read-more{

    position: relative;

    display: block;

}

.single-blog-post .text-holder .read-more a{

    font-size: 16px;

    font-weight: 700;

    text-transform: none;

    font-family: 'Nunito Sans', sans-serif;

}

.single-blog-post .text-holder .read-more a i{

    position: relative;

    display: inline-block;

    padding-left: 10px;

    color: #222222;

}







/*** 

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

    Footer area style

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

***/

.footer-area {

    position: relative;

    display: block;

    background: #222222;

}



.footer{

    position: relative;

    display: block;

    padding: 120px 0 84px;

    z-index: 1;

}

.single-footer-widget {

    position: relative;

    display: block;

    overflow: hidden;

}

.single-footer-widget .title {

    position: relative;

    display: block;

    padding-bottom: 15px;

    margin-top: -4px;

    margin-bottom: 50px;

}

.single-footer-widget .title:before{

    position: absolute;

    left: 0;

    bottom: 0;

    width: 40px;

    height: 1px;

    content: "";

}

.single-footer-widget .title h3 {

    color: #ffffff;

    font-size: 20px;

    line-height: 24px;

    font-weight: 800;

    text-transform: none;

}



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

    position: relative;

    display: block;

}

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

    position: relative;

    display: block;

    padding-bottom: 38px;

}

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

    display: inline-block;

}

.single-footer-widget .our-company-info .text{

    position: relative;

    display: block;    

}

.single-footer-widget .our-company-info .text p{

    color: #ffffff;

    font-size: 16px;

    line-height: 36px;

    font-weight: 400;

    margin: 0;

}





.single-footer-widget .company-info-links{

    position: relative;

    display: block;

    margin-top: -15px;

}

.single-footer-widget .company-info-links li{

    position: relative;

    display: block;

    margin-bottom: 4px;

    line-height: 42px;

}

.single-footer-widget .company-info-links li:last-child{

    margin-bottom: 0;

}

.single-footer-widget .company-info-links li a{

    position: relative;

    display: block;

    padding-left: 30px;

    color: #ffffff;

    font-size: 16px;

    font-weight: 400;

    transition: all 200ms linear;

    transition-delay: 0.1s;

    font-family: 'Hind Siliguri', sans-serif;

}

.single-footer-widget .company-info-links li a:before{

    position: absolute;

    content: "\f10c";

    font-family: "Flaticon";

    top: 0;

    left: 0;

    bottom: 0;

    font-size: 16px;    

}







.single-footer-widget .resources-links{

    position: relative;

    display: block;

    margin-top: -15px;

}

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

    position: relative;

    display: block;

    margin-bottom: 4px;

    line-height: 42px;

}

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

    margin-bottom: 0;

}

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

    position: relative;

    display: block;

    padding-left: 30px;

    color: #ffffff;

    font-size: 16px;

    font-weight: 400;

    transition: all 200ms linear;

    transition-delay: 0.1s;

    font-family: 'Hind Siliguri', sans-serif;

}

.single-footer-widget .resources-links li a:before{

    position: absolute;

    content: "\f10c";

    font-family: "Flaticon";

    top: 0;

    left: 0;

    bottom: 0;

    font-size: 16px;    

}







.single-footer-widget .subscribe-box {

    position: relative;

    display: block;

}

.single-footer-widget .subscribe-form {

    position: relative;

    display: block;

    width: 100%;

}

.single-footer-widget .subscribe-form input[type="email"]{

    position: relative;

    display: block;

    background: #ffffff;

    border: 1px solid #ffffff;

    color: #000000;

    font-size: 16px;

    font-weight: 500;

    font-style: normal;

    width: 100%;

    height: 60px;

    padding: 0 30px;

    border-bottom-right-radius: 30px;

    font-family: 'Hind Siliguri', sans-serif;

    transition: all 500ms ease;

}

.single-footer-widget .subscribe-form input::-webkit-input-placeholder {

    color: #777777;

}

.single-footer-widget .subscribe-form input:-moz-placeholder {

    color: #777777;

}

.single-footer-widget .subscribe-form input::-moz-placeholder {

    color: #777777;

}

.single-footer-widget .subscribe-form input:-ms-input-placeholder {

    color: #777777;

}

.single-footer-widget .subscribe-form button {

    margin-top: 30px;

    padding: 0 50px;

}

.single-footer-widget .subscribe-form input[type="email"]:focus {

    background: #f5f5f5;

}

.single-footer-widget .subscribe-form input[type="email"]:focus + button, 

.single-footer-widget .subscribe-form button:hover {

 

}







.footer-bottom {

    position: relative;

    display: block;

    overflow: hidden;

    padding: 0px 0;

}

.footer-bottom .outer-box {

    position: relative;

    border-top: 2px solid #363636;

    padding: 44px 0;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

}

.footer-bottom .outer-box .single-box{

    position: relative;

    -ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;

    width: 100%;    

}



.copyright-text {

    position: relative;

    display: block;

}

.copyright-text p{

    color: #bbbbbb;

    font-size: 18px;

    line-height: 30px;

    font-weight: 400;

    margin: 0;

}

.copyright-text p a {

    color: #bbbbbb;

    font-weight: 500;

    transition: all 500ms ease;

}





.footer-bottom .our-info-box{

    position: relative;

    display: block;

}

.footer-bottom .our-info-box ul{

    overflow: hidden;

}

.footer-bottom .our-info-box ul li{

    position: relative;

    display: block;

}

.footer-bottom .our-info-box ul li a{

    color: #bbbbbb;

    font-size: 18px;

    line-height: 30px;

    font-weight: 400;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.footer-bottom .our-info-box p{

    color: #bbbbbb;

    font-size: 18px;

    line-height: 30px;

    font-weight: 400;

    margin: 0;

}





.footer-social-links{

    position: relative;

    display: block;

    float: right;

}

.footer-social-links ul{

    position: relative;

    display: block;

}

.footer-social-links ul li{

    position: relative;

    display: inline-block;

    float: left;

    margin-right: 25px;

}

.footer-social-links ul li:last-child{

    margin-right: 0;

}

.footer-social-links ul li a{

    position: relative;

    display: block;

    width: 50px;

    height: 50px;

    background: #363636;

    border: 0px solid 363636;

    border-radius: 0;

    color: #ffffff;

    font-size: 18px;

    line-height: 50px;

    text-align: center;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.footer-social-links ul li a:hover{

    background: #000000;

}







/*** 

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

    Header Style Two Css

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

***/

.header-style-two{}

.header-lawer-style2 {

    position: relative;

    top: 40px;

    left: 0;

    width: 100%;

    background: #ffffff;

    box-shadow: 5px 0px 4px 0px #f8f8f8;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.header-lawer-style2 .outer-box {

    position: relative;

    display: block;

}

.header-lawer-left-style2{

    position: relative;

    display: block;    

}

.header-lawer-left-style2 .logo {

    position: relative;

    display: inline-block;

    float: left;

    padding: 20px 0;

}

.header-lawer-left-style2 .logo a{

    position: relative;

    display: inline-block; 

}

.header-lawer-left-style2 .logo a img{

    width: auto;

}



.header-lawer-left-style2 .nav-outer{

    position: relative;

    display: inline-block;

    float: left; 

    margin-left: 110px;

}

.main-menu.style2 .navigation>li{

    margin-right: 40px;

}

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

    margin-right: 0;

}

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

    color: #222222;

}

.main-menu.style2 .navigation>li>a:before {

    background: #52A85E;

    background: -moz-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);

    background: -webkit-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);

    background: linear-gradient(to right, #52A85E 0%, #71BA5D 50%, #84c55d 100%);

}



.header-lawer-right-style2 {

    position: relative;

    display: block;

}

.header-lawer-right-style2 .button-box{

    position: relative;

    display: block;

    float: right;

    padding: 20px 0;

}

.header-lawer-right-style2 .button-box a{}

.header-lawer-right-style2 .button-box a:hover{}







/*** 

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

    Banner Area Css

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

***/

.banner-area {

    position: relative;

    display: block;

    padding: 313px 0 320px;

    background-attachment: fixed;

    background-size: cover;

    background-position: center top;

    background-repeat: no-repeat;

}

.banner-area h5{

    color: #555555;

    font-size: 24px;

    line-height: 34px;

    font-weight: 400;

    font-family: 'Hind Siliguri', sans-serif;

}

.banner-area h2{

    color: #52a85e;

    font-size: 84px;

    line-height: 1.2em;

    font-weight: 800;

    margin: 22px 0 37px;

}

.banner-area h2 span{

    color: #222222;

}







.banner-video-gallery {

    position: relative;

    display: block;

}

.banner-video-gallery .video-box{

    width: 100px;

}

.banner-video-gallery .video-box a{

    position: relative;

    display: block;

    height: 100px;

    width: 100px;

    border: 2px solid #222222;

    background: #ffffff;

    font-size: 25px;

    line-height: 96px;

    text-align: center;

    border-radius: 50%;

    transition: all 500ms ease;    

}

.banner-video-gallery .video-box,

.banner-video-gallery .title-box{

    display: table-cell;

    vertical-align: middle;    

}

.banner-video-gallery .title-box{

    padding-left: 30px;

}

.banner-video-gallery .title-box h5{

    color: #777777;

    font-size: 24px;

    line-height: 30px;

    font-weight: 400;

    font-family: 'Hind Siliguri', sans-serif;

}



.banner-social-links{

    position: absolute;

    top: 140px;

    left: 0;

    bottom: 0;

}

.banner-social-links .inner {

    position: absolute;

    left: -125px;

    top: 400px;

    bottom: 0;

    width: 460px;

    height: 20px;

    transform: rotate(-90deg);

}

.banner-social-links ul{

    position: relative;

    display: inline-block;

    overflow: hidden;

}

.banner-social-links ul li{

    position: relative;

    display: inline-block;

    float: left;

    margin-right: 40px;

}

.banner-social-links ul li:last-child{

    margin-right: 0;

}

.banner-social-links ul li a{

    position: relative;

    display: block;

    color: #222222;

    font-size: 16px;

    line-height: 20px;

    font-weight: 700;

    text-transform: none;

    font-family: 'Nunito Sans', sans-serif;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.banner-social-links ul li a:hover{

    text-decoration: underline;

}







/*** 

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

    Contact Info Area Css

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

***/

.contact-info-area{

    position: relative;

    display: block;

}

.contact-info-box{

    position: relative;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

    padding: 20px 0 120px;

    margin-top: -140px;

    z-index: 1;

}

.contact-info-box:before{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: -5000px;

    background: #ffffff;

    content: "";

    z-index: -1;

}



.contact-info-box .single-info-box {

    position: relative;

    -ms-flex: 0 0 33.333333%;

    flex: 0 0 33.333333%;

    max-width: 33.333333%;

    width: 100%;

    padding: 0 90px;

    padding-right: 10px;

    margin-top: 50px;

}

.contact-info-box .single-info-box .title{

    position: relative;

    display: inline-block;

    line-height: 40px;

    padding-right: 30px;

    z-index: 1;

}

.contact-info-box .single-info-box .title:before{

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    width: 80px;

    background: #ebebeb;

    content: "";

    z-index: -1;

}

.contact-info-box .single-info-box .title:after{

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    width: 0px;

    background: #52a85e;

    content: "";

    z-index: -1;

    transition: all 700ms linear;

    transition-delay: 0.2s;

}

.contact-info-box .single-info-box:hover .title:after{

    width: 80px;    

}



.contact-info-box .single-info-box .title h3{

    color: #222222;

    font-size: 18px;

    line-height: 40px;

    font-weight: 800;

    text-transform: none;

}

.contact-info-box .single-info-box .inner {

    position: relative;

    display: block;

    padding-top: 30px;

}

.contact-info-box .single-info-box .inner .icon{

    width: 70px;

}

.contact-info-box .single-info-box .inner .icon span:before{

    font-size: 50px;

    line-height: 50px;

}

.contact-info-box .single-info-box .inner .icon,

.contact-info-box .single-info-box .inner .text{

    display: table-cell;

    vertical-align: middle;

}

.contact-info-box .single-info-box .inner .text p{

    color: #222222;

    font-size: 16px;

    line-height: 24px;

    font-weight: 400;

    margin: 0;

}

.contact-info-box .single-info-box .inner .text ul{

    overflow: hidden;

}

.contact-info-box .single-info-box .inner .text ul li {

    position: relative;

    display: block;

    line-height: 24px;

}

.contact-info-box .single-info-box .inner .text ul li a{

    color: #222222;

    font-size: 16px;

    line-height: 24px;

    font-weight: 400;    

}







/*** 

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

    Services Style2 Area Css

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

***/

.services-style2-area{

    position: relative;

    display: block;

    padding-bottom: 120px;

}

.services-style2-content{

    position: relative;

    display: block;

    padding-left: 400px;

    z-index: 1;

}

.services-style2-content:before{

    position: absolute;

    top: 0;

    left: 0;

    right: -5000px;

    height: 270px;

    background: #ffffff;

    content: "";

    z-index: -1;

}

.services-style2-content .sec-title-style2 {

    position: absolute;

    top: 0;

    left: 0;

    width: 400px;

    padding-left: 70px;

    padding-bottom: 0;

}







.single-service-style2{

    position: relative;

    display: block;

    max-width: 370px;

}

.single-service-style2 .img-holder{

    position: relative;

    display: block;

    overflow: hidden;

}

.single-service-style2 .img-holder .inner{

    position: relative;

    display: block;

    overflow: hidden;

}

.single-service-style2 .img-holder img{

    width: 100%;

}

.single-service-style2 .img-holder::before {

	position: absolute;

	top: 50%;

	left: 50%;

	z-index: 2;

	display: block;

	content: '';

	width: 0;

	height: 0;

	background: rgba(82, 168, 94,.2);

	border-radius: 0%;

	-webkit-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

	opacity: 0;

}

.single-service-style2:hover .img-holder::before {

	-webkit-animation: circle .75s;

	animation: circle .75s;

}

.single-service-style2:hover .overlay-style-one{

    opacity: 1;

    transform: scaleY(1) skew(0deg, 0deg);

    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.22);  

}







.single-service-style2 .overlay-style-one .link-button{

    position: relative;

    display: inline-block;

    width: 50px;

    height: 50px;

    background: #ffffff;

    font-size: 20px;

    line-height: 50px;

    transform: scale(.4);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.single-service-style2:hover .overlay-style-one .link-button{

    transform: scale(1.0);

    transition: all 500ms linear;

    transition-delay: 0.3s;

}

.single-service-style2 .overlay-style-one .link-button a{

    color: #222222;

    font-weight: 600;

    display: inline-block;

}



.single-service-style2 .text-holder{

    position: relative;

    display: block;

    background: #ffffff;

    padding: 28px 30px 28px;

    padding-right: 20px;

}

.single-service-style2 .text-holder .inner{

    position: relative;

    display: block;

    padding-left: 70px;

}

.single-service-style2 .text-holder .inner .icon {

    position: absolute;

    top: 7px;

    left: 0;

}

.single-service-style2 .text-holder .inner .icon span:before{

    font-size: 50px;

    line-height: 50px;

}

.single-service-style2 .text-holder .inner .text{

    position: relative;

    display: block;

}

.single-service-style2 .text-holder .inner .text h3{

    font-size: 20px;

    line-height: 30px;

    font-weight: 700;

    margin: 0 0 10px;

}

.single-service-style2 .text-holder .inner .text h3 a{

    color: #222222;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.single-service-style2 .text-holder .inner .text h3 a:hover{

    color: #52a85e;

}

.single-service-style2 .text-holder .inner .text p{

    line-height: 24px;

    margin: 0;

}



.service-carousel-style2.owl-carousel.owl-dot-style1 .owl-stage-outer {

    padding-bottom: 0px;

    margin-right: -400px;

}

.service-carousel-style2.owl-carousel.owl-dot-style1 .owl-dots {

    position: absolute;

    left: -335px;

    bottom: 60px;

}

.service-carousel-style2.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {

    background: #ffffff;

    border: 2px solid #e7e7e7;

}

.service-carousel-style2.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {

    border-color: #222222;

    background-color: #52a85e;

}







/*** 

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

    Collaborate Area Css

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

***/

.collaborate-area{

    position: relative;

    display: block;

    background-attachment: fixed;

    background-size: cover;

    background-position: center top;

    background-repeat: no-repeat;

}

.collaborate-img-box{

    position: relative;

    display: block;

}

.collaborate-img-box img{

    max-width: none;

    float: right;

}

.collaborate-content-box {

    position: relative;

    display: block;

    margin-right: -150px;

    padding: 120px 55px 120px;

    padding-right: 0;

}

.collaborate-content-box .sec-title-style2 {

    padding-left: 15px;

    padding-bottom: 80px;

}

.collaborate-content-box .inner-content{

    position: relative;

    display: block;

}

.progress-block{

    position: relative;

    display: block;

}

.progress-block .inner-box {

    position: relative;

    width: 170px;

    min-height: 170px;

    text-align: center;

    margin: 0 auto;

}

.progress-block .graph-outer {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    display: block;

    text-align: center;

    background: #fff;

    border-radius: 50%;

}

.progress-block .graph-outer .count-box {

    position: absolute;

    top: 50%;

    left: 0;

    width: 100%;

    color: #52a85e;

    font-size: 30px;

    font-weight: 700;

    margin-top: 2px;

    transform: translateY(-50%);

    font-family: 'Hind Siliguri', sans-serif;

}

.progress-block .graph-outer .count-text {

    position: relative;

    display: inline-block;

    color: #52a85e;

    font-size: 36px;

    line-height: 40px;

    font-weight: 700;

    font-family: 'Hind Siliguri', sans-serif;

}

.progress-block .title {

    position: relative;

    display: block;

    padding-top: 23px;

    text-align: center;

}

.progress-block .title h5{

    color: #222222;

    font-size: 20px;

    line-height: 20px;

    font-weight: 600;

}







/*** 

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

    Consulting Area Css

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

***/

.consulting-area{

    position: relative;

    display: block;

    overflow: hidden;

    padding: 120px 0 0px;

}

.consulting-img-box .img{

    position: absolute;

    left: 15px;

    bottom: 0;

    max-width: 310px;

    width: 100%;

    height: 630px;

    z-index: 1;

}

.consulting-img-box .img:before {

    position: absolute;

    top: -670px;

    left: -5000px;

    bottom: 0;

    right: 200px;

    background: #f5f5f5;

    content: "";

    z-index: -1;

    -moz-transform: skew(15deg, 0deg);

    -webkit-transform: skew(15deg, 0deg);

    -o-transform: skew(15deg, 0deg);

    -ms-transform: skew(15deg, 0deg);

    transform: skew(15deg, 0deg);

}



.consulting-content-box {

    position: relative;

    display: block;

    padding-bottom: 76px;

    z-index: 1;

}

.consulting-content-box .sec-title-style2{

    padding-bottom: 64px;    

}

.consulting-content-box .inner-content{

    position: relative;

    display: block;

}

.single-consulting-box{

    position: relative;

    display: block;

    padding-left: 80px;

    margin-bottom: 35px;

}

.single-consulting-box .icon-holder{

    position: absolute;

    top: 6px;

    left: 0;

}

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

    font-size: 50px;

    line-height: 50px;

}

.single-consulting-box .text-holder{

    position: relative;

    display: block;

}

.single-consulting-box .text-holder h3{

    color: #222222;

    font-size: 22px;

    line-height: 30px;

    font-weight: 700;

    margin: 0 0 9px;

}

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

    margin: 0;

}







/*** 

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

    Latest Project Style2 Area Css

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

***/

.latest-project-style2-area{

    position: relative;

    display: block;

    background: #ffffff;

    padding: 120px 0 120px;

}

.project-style2-outerimage-box{

    position: absolute;

    top: 120px;

    left: 0;

    max-width: 370px;

    width: 100%;

    height: 470px;

}

.project-style2-outerimage-box:before{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

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

    content: "";

}

.project-style2-outerimage-box .pro-count {

    position: absolute;

    left: 0;

    bottom: -60px;

    right: 0;

    text-align: center;

}

.project-style2-outerimage-box .pro-count h2{

    color: #55aa5e;

    font-size: 160px;

    line-height: 120px;

    font-weight: 600;

    font-family: 'Hind Siliguri', sans-serif;    

}







.project-style2-content{

    position: relative;

    display: block;

    padding-left: 100px;

}

.project-style2-content .sec-title-style2 {

    padding-bottom: 112px;

}

.project-style2-content .inner-content{

    position: relative;

    display: block;    

}

.project-style2-content .inner-content p{

    margin: 0;

}

.project-style2-content .inner-content h3 {

    color: #222222;

    font-size: 24px;

    line-height: 36px;

    font-weight: 700;

    margin: 42px 0 0;

}

.project-style2-content .inner-content .read-more-button {

    position: relative;

    display: block;

    padding-top: 38px;

}

.project-style2-content .inner-content .read-more-button a{

    position: relative;

    display: block;

    width: 270px;

    padding-left: 30px;

    padding-right: 20px;

    background: #222222;

    color: #ffffff;

    font-size: 18px;

    line-height: 60px;

    font-weight: 700;

    font-family: 'Nunito Sans', sans-serif;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.project-style2-content .inner-content .read-more-button a i{

    position: absolute;

    top: 20px;

    right: 20px;

    width: 60px;

    height: 60px;

    background: #55aa5e;

    color: #ffffff;

    font-size: 24px;

    line-height: 60px;

    display: block;

    text-align: center;

}

.project-style2-content .inner-content .read-more-button a:hover{

    background: #55aa5e;

}





.project-style2-right-content{}

.project-style2-right-content .big-text {

    color: rgba(35, 35, 35, 0.10);

    font-size: 180px;

    line-height: 160px;

    font-weight: 900;

    text-transform: none;

    font-family: 'Nunito Sans', sans-serif;

    position: absolute;

    top: 215px;

    right: -680px;

    bottom: 0;

    transform: rotate(-90deg);

    height: 150px;

    width: 800px;

    z-index: 100;

}



.project-carousel-style2{

    position: relative;

    display: block;

    padding-right: 100px;

    z-index: 10;

}

.project-carousel-style2:before{

    position: absolute;

    top: -120px;

    left: 90px;

    bottom: -120px;

    right: -370px;

    content: "";

    z-index: -1;

    background: #52A85E;

    background: -moz-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);

    background: -webkit-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);

    background: linear-gradient(to right, #52A85E 0%, #71BA5D 50%, #84c55d 100%);    

}









.single-project-style2 {

    position: relative;

    display: block;

}

.single-project-style2 .img-holder{

    position: relative;

    display: block;

}

.single-project-style2 .img-holder .inner{

    position: relative;

    display: block;

    overflow: hidden;

}

.single-project-style2 .img-holder img{

    width: 100%;

    transform: scale(1.0);    

}

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

    transform: scale(1.2) rotate(1deg);

}



.single-project-style2:hover .overlay-style-one{

    opacity: 1;

    transform: scaleY(1) skew(0deg, 0deg);

    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.22);  

}

.single-project-style2 .pro-count{

    position: absolute;

    bottom: 30px;

    right: 39px;

    z-index: 2;

}

.single-project-style2 .pro-count h2{

    color: rgba(255, 255, 255, 0.50);

    font-size: 160px;

    line-height: 140px;

    font-weight: 600;

    font-family: 'Hind Siliguri', sans-serif;

}

.project-carousel-style2.owl-nav-style-one.owl-theme .owl-nav .owl-prev {

    position: absolute;

    bottom: 70px;

    right: -90px;

}

.project-carousel-style2.owl-nav-style-one.owl-theme .owl-nav .owl-next {

    position: absolute;

    bottom: 0;

    right: -90px;

}

















/*** 

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

    Slogan Area Css

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

***/

.slogan-area {

    position: relative;

    display: block;

    overflow: hidden;

    background: #222222;

    padding: 73px 0;

}

.slogan-content{

    position: relative;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap; 

}

.slogan-content .title{

    position: relative;

    display: block;

    z-index: 1;

}

.slogan-content .title h2{

    color: #ffffff;

    font-size: 30px;

    line-height: 40px;

    font-weight: 600;

    margin: 0 0 6px;

}

.slogan-content .title p{

    color: #ffffff;

    margin: 0;

}

.slogan-content .button{

    position: relative;

    display: block;

}







/*** 

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

    Testimonial Style2 Area Css

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

***/

.testimonial-style2-area {

    position: relative;

    display: block;

    padding: 120px 0 270px;

}

.testimonial-style2-area .shape1{

    position: absolute;

    top: 120px;

    right: 200px;

	-webkit-animation: service_hexagon_2 15s infinite linear;

    -moz-animation: service_hexagon_2 15s infinite linear;

    -o-animation: service_hexagon_2 15s infinite linear;

    animation: service_hexagon_2 15s infinite linear;

}

.testimonial-style2-area .shape2{

    position: absolute;

    top: 150px;

    right: 90px;

}

.testimonial-style2-area .shape3{

    position: absolute;

    left: 90px;

    bottom: 400px;

}

.testimonial-style2-content{}

.testimonial-style2-content .big-text {

    color: rgba(35, 35, 35, 0.10);

    font-size: 180px;

    line-height: 160px;

    font-weight: 900;

    text-transform: none;

    font-family: 'Nunito Sans', sans-serif;

    position: absolute;

    left: 173px;

    bottom: -149px;

}

.testimonial-style2-content .border-box {

    position: absolute;

    left: 15px;

    bottom: -270px;

    width: 6px;

    height: 270px;

}







.single-testimonial-style2{

    position: relative;

    display: block;

    padding-left: 270px;

    min-height: 370px;

}

.single-testimonial-style2 .image-box{

    position: absolute;

    top: 0;

    left: 0;

    width: 270px;

    height: 370px;

}

.single-testimonial-style2 .text-box {

    position: relative;

    display: block;

    background: #f5f5f5;

    top: 90px;

    padding: 98px 70px 62px;

}

.single-testimonial-style2 .text-box .quote-box{

    position: absolute;

    top: -40px;

    left: 70px;

    width: 80px;

    height: 80px;

}

.single-testimonial-style2 .text-box .quote-box span:before{

    position: relative;

    display: block;

    color: #ffffff;

    font-size: 30px;

    line-height: 80px;

    text-align: center;

}

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

    position: relative;

    display: block;

}

.single-testimonial-style2 .text-box .inner .left{

    width: 250px;

}

.single-testimonial-style2 .text-box .inner .left,

.single-testimonial-style2 .text-box .inner .right{

    display: table-cell;

    vertical-align: bottom;

}

.single-testimonial-style2 .text-box .inner .left .rating-box {

    margin: 0 0 35px;

}

.single-testimonial-style2 .text-box .inner .left h3{

    color: #222222;

    font-size: 24px;

    line-height: 30px;

    font-weight: 800;

    margin: 0 0 14px;

}

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

    color: #777777;

    font-size: 18px;

    line-height: 20px;

    font-weight: 600;

    margin: 0;

}

.single-testimonial-style2 .text-box .inner .right{

    position: relative;

}

.single-testimonial-style2 .text-box .inner .right .text{

    position: relative;

    display: block;

}

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

    color: #777777;

    font-size: 18px;

    line-height: 30px;

    font-weight: 400;

    margin: 0;

}

.testimonial-carousel-style2.owl-carousel.owl-dot-style1 .owl-dots {

    position: absolute;

    top: 150px;

    right: 55px;

}







/*** 

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

    Innovative Area Css

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

***/

.innovative-area{

    position: relative;

    display: block;

}

.innovative-content-box{

    position: relative;

    display: block;

    padding: 120px 0 120px;

    padding-right: 100px;

    z-index: 1;

}

.innovative-content-box:before{

    position: absolute;

    top: 0;

    left: -5000px;

    bottom: 0;

    right: -300px;

    content: "";

    background: #e7ffe2;

    z-index: -1;

}

.innovative-content-box .sec-title-style2{

    padding-bottom: 48px;

}

.innovative-content-box .inner-content{

    position: relative;

    display: block;

}

.innovative-content-box .inner-content .text{

    position: relative;

    display: block;

    padding-bottom: 31px;

}

.innovative-content-box .inner-content .text p{

    color: #000022;

    font-weight: 500;

    margin: 0;

}

.innovative-img-box{

    position: relative;

    display: block;

}

.innovative-img-box .img{

    position: absolute;

    top: -142px;

    right: 0px;

    z-index: 1;

}







/*** 

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

    Latest Blog Style2 Area Css

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

***/

.latest-blog-style2-area{

    position: relative;

    display: block;

    overflow: hidden;

    background: #f6f5f5;

    padding: 120px 0 120px;

}



.blog-video-gallery {

    position: relative;

    display: block;

    padding-right: 45px;

    z-index: 1;

}

.blog-video-gallery:before {

    position: absolute;

    top: -118px;

    left: -5000px;

    bottom: -120px;

    right: 170px;

    background: #ffffff;

    content: "";

    z-index: -1;

}

.blog-video-gallery .sec-title-style2{

    padding-bottom: 50px;    

}

.blog-video-gallery .inner-content{

    position: relative;

    display: block;

}

.blog-video-gallery .inner-content img{

    width: 100%;

}

.blog-video-gallery .inner-content .video-box{

    position: absolute;

    bottom: 30px;

    right: 30px;

    height: 170px;

    width: 170px;

    border: 20px solid rgba(255, 255, 255, 0.20);

    border-radius: 50%;

}

.blog-video-gallery .inner-content .video-box a{

    position: relative;

    display: block;

    width: 100%;

    height: 100%;

    border: 25px solid rgba(255, 255, 255, 0.40);

    border-radius: 50%;

}

.blog-video-gallery .inner-content .video-box a span:before{

    position: relative;

    display: block;

    text-align: center;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    background: #52A85E;

    background: -moz-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);

    background: -webkit-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);

    background: linear-gradient(to right, #52A85E 0%, #71BA5D 50%, #84c55d 100%);

    color: #ffffff;

    font-size: 25px;

    line-height: 80px;

}



.blog-style2-right-content{

    position: relative;

    display: block;

    padding-left: 15px;

}

.single-blog-post-style2 {

    position: relative;

    display: block;

    overflow: hidden;

    margin-bottom: 45px;

}

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

    position: relative;

    display: block;

}

.single-blog-post-style2 .title-holder .top {

    position: relative;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

    text-align: center;

    z-index: 1;

}

.single-blog-post-style2 .title-holder .top .categories{

    position: relative;

    display: block;

}

.single-blog-post-style2 .title-holder .top .categories:before{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    width: 50px;

    height: 50px;

    background: #ebebeb;

    border-radius: 50%;

    content: "";

    z-index: -1;

}

.single-blog-post-style2 .title-holder .top .categories:after{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    width: 50px;

    height: 50px;

    border-radius: 50%;

    transform: scale(0);

    content: "";

    z-index: -1;

    background: #52A85E;

    background: -moz-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);

    background: -webkit-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);

    background: linear-gradient(to right, #52A85E 0%, #71BA5D 50%, #84c55d 100%);

    transition: all 300ms linear;

    transition-delay: 0.1s; 

}

.single-blog-post-style2:hover .title-holder .top .categories:after{

    transform: scale(1.0);    

}





.single-blog-post-style2 .title-holder .top .categories p {

    position: relative;

    display: block;

    padding-left: 20px;

    color: #84c55d;

    font-size: 16px;

    line-height: 50px;

    font-weight: 600;

    text-transform: none;

    margin: 0;

    transition: all 300ms linear;

    transition-delay: 0.1s; 

}

.single-blog-post-style2:hover .title-holder .top .categories p{

    color: #222222;

}

.single-blog-post-style2 .title-holder .top .date{

    position: relative;

    display: block;

}

.single-blog-post-style2 .title-holder .top .date h4{

    color: #777777;

    font-size: 24px;

    line-height: 18px;

    font-weight: 700;

    text-transform: none;

}

.single-blog-post-style2 .title-holder .top .date h4 span{

    font-size: 12px;

    display: block;

}

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

    position: relative;

    display: block;

    margin-top: 20px;

    margin-left: 20px;

    padding-bottom: 28px;

    font-size: 30px;

    line-height: 40px;

    font-weight: 700;

}

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

    color: #222222; 

    transition: all 300ms linear;

    transition-delay: 0.1s; 

}

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

    color: #52a85e;    

}

.single-blog-post-style2 .title-holder .blog-title:before{

    position: absolute;

    left: 0;

    bottom: 0;

    right: 0;

    height: 4px;

    background: #dddddd;

    content: "";

}

.single-blog-post-style2 .title-holder .blog-title:after{

    position: absolute;

    left: 0;

    bottom: 0;

    width: 0;

    height: 4px;

    background: #52A85E;

    background: -moz-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);

    background: -webkit-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);

    background: linear-gradient(to right, #52A85E 0%, #71BA5D 50%, #84c55d 100%);

    content: "";

    transition: all 700ms linear;

    transition-delay: 0.3s; 

}

.single-blog-post-style2:hover .title-holder .blog-title:after{

    width: 80%;

}



.more-blog-button {

    position: relative;

    display: block;

    text-align: right;

}

.more-blog-button a{

    line-height: 61px;

}







/*** 

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

    Footer Area Style2 Css

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

***/



.single-footer-widget.style2 .title:before {

    background: #52A85E;

    background: -moz-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);

    background: -webkit-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);

    background: linear-gradient(to right, #52A85E 0%, #71BA5D 50%, #84c55d 100%);

}

.single-footer-widget.style2 .company-info-links li a:hover{

    color: #52a85e;

}

.single-footer-widget.style2 .resources-links li a:hover{

    color: #52a85e;

}

.single-footer-widget.style2 .subscribe-form input[type="email"]:focus {

    border-color: #52a85e;

}

.single-footer-widget.style2 .subscribe-form button.btn-two:before {

    border-bottom-right-radius: 30px;

}

.copyright-text.style2 p a:hover{

    color: #52a85e;    

}

.footer-bottom.style2 .our-info-box ul li a:hover{

    color: #52a85e;    

}

.footer-social-links.style2 ul li a:hover{

    color: #52a85e;

}







/*** 

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

    Header Style Three Css

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

***/

.header-style-three {

    position: relative;

}



.header-upper{

    position: relative;

    display: block;

    background: #ffffff;

}

.header-upper .outer-box{

    position: relative;

    display: block;    

}

.header-upper-left{

    position: relative;

    display: block;      

}

.header-upper-left .contact-info {

    position: relative;

    display: block;

    overflow: hidden;

    padding: 11px 0;

}

.header-upper-left .contact-info ul{

    position: relative;

    display: block;

    overflow: hidden;

}

.header-upper-left .contact-info ul li{

    position: relative;

    display: inline-block;

    float: left;

    color: #777777;

    font-size: 14px;

    line-height: 28px;

    font-weight: 400;

    margin-right: 30px;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.header-upper-left .contact-info ul li:hover{

    color: #006dfb;    

}

.header-upper-left .contact-info ul li:last-child{

    margin-right: 0;

}

.header-upper-left .contact-info ul li i{

    position: relative;

    top: 1px;

    display: inline-block;

    font-size: 16px;

    padding-right: 10px;

}

.header-upper-left .contact-info ul li a{

    position: relative;

    display: inline-block;

    color: #777777;

    font-size: 14px;

    line-height: 28px;

    font-weight: 400; 

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.header-upper-left .contact-info ul li a:hover{

    color: #006dfb;

}



.header-upper-right{

    position: relative;

    display: block;

}

.header-social-links-style2{

    position: relative;

    display: block;

    float: left;

}

.header-social-links-style2 ul{

    position: relative;

    display: block;

    overflow: hidden;

}

.header-social-links-style2 ul li{

    position: relative;

    display: inline-block;

    float: left;

    border-right: 1px solid #ffffff;

}

.header-social-links-style2 ul li a{

    position: relative;

    display: block;

    width: 50px;

    height: 50px;

    background: #0051bc;

    color: #ffffff;

    font-size: 16px;

    line-height: 50px;

    text-align: center;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.header-social-links-style2 ul li a:hover{

    background: #222222;

}

.header-upper-right .outer-search-box-style1 {

    position: relative;

    display: block;

    float: right;

    margin: 0;

    padding: 0;

}

.header-upper-right .outer-search-box-style1 .seach-toggle {

    width: 50px;

    height: 50px;

    background: #222222;

    border: 1px solid #222222;

    border-radius: 0;

    color: #ffffff;

    font-size: 16px;

    line-height: 48px;

}







.header-lawer-style3 {

    position: relative;

    top: 0px;

    left: 0;

    width: 100%;

    background: rgba(245,245,245,1);/* Old Browsers */

    background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(246,41,12,1) 0%, rgba(0,0,0,1) 0%, rgba(254,159,96,1) 0%, rgba(82,168,93,1) 0%, rgba(110,184,93,1) 0%, rgba(245,245,245,1) 0%, rgba(249,249,249,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */

    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,245,245,1)), color-stop(0%, rgba(246,41,12,1)), color-stop(0%, rgba(0,0,0,1)), color-stop(0%, rgba(254,159,96,1)), color-stop(0%, rgba(82,168,93,1)), color-stop(0%, rgba(110,184,93,1)), color-stop(0%, rgba(245,245,245,1)), color-stop(50%, rgba(249,249,249,1)), color-stop(100%, rgba(255,255,255,1)));/* Chrome, Safari4+ */

    background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(246,41,12,1) 0%, rgba(0,0,0,1) 0%, rgba(254,159,96,1) 0%, rgba(82,168,93,1) 0%, rgba(110,184,93,1) 0%, rgba(245,245,245,1) 0%, rgba(249,249,249,1) 50%, rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(246,41,12,1) 0%, rgba(0,0,0,1) 0%, rgba(254,159,96,1) 0%, rgba(82,168,93,1) 0%, rgba(110,184,93,1) 0%, rgba(245,245,245,1) 0%, rgba(249,249,249,1) 50%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */

    background: -ms-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(246,41,12,1) 0%, rgba(0,0,0,1) 0%, rgba(254,159,96,1) 0%, rgba(82,168,93,1) 0%, rgba(110,184,93,1) 0%, rgba(245,245,245,1) 0%, rgba(249,249,249,1) 50%, rgba(255,255,255,1) 100%); /* IE 10+ */

    background: linear-gradient(to bottom, rgba(245,245,245,1) 0%, rgba(246,41,12,1) 0%, rgba(0,0,0,1) 0%, rgba(254,159,96,1) 0%, rgba(82,168,93,1) 0%, rgba(110,184,93,1) 0%, rgba(245,245,245,1) 0%, rgba(249,249,249,1) 50%, rgba(255,255,255,1) 100%);/* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0 );/* IE6-9 */

}

.header-lawer-style3:before {

    position: absolute;

    left: 0;

    bottom: 0;

    right: 0;

    height: 1px;

    background: #dddddd;

    content: "";

}



.header-lawer-style3 .outer-box {

    position: relative;

    display: block;

}

.header-lawer-left-style3{

    position: relative;

    display: block;    

}

.header-lawer-left-style3 .logo {

    position: relative;

    display: inline-block;

    float: left;

    padding: 40px 0;

}

.header-lawer-left-style3 .logo a{

    position: relative;

    display: inline-block; 

}

.header-lawer-left-style3 .logo a img{

    width: auto;

}



.header-lawer-left-style3 .nav-outer{

    position: relative;

    display: inline-block;

    float: left; 

    margin-left: 110px;

}

.main-menu.style3 .navigation>li{

    margin-right: 40px;

}

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

    margin-right: 0;

}

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

    color: #222222;

    padding: 55px 0px 55px;

}

.main-menu.style3 .navigation>li>a:before{

    display: none;

}



.header-lawer-right-style3 {

    position: relative;

    display: block;

}

.header-lawer-right-style3 .button-box {

    position: relative;

    display: block;

    float: right;

    padding: 40px 0;

}

.header-lawer-right-style3 .button-box a{

    position: relative;

    display: inline-block;

    padding: 0 30px;

    background: transparent;

    border: 1px solid #006dfb;

    color: #0051bc;

    font-size: 16px;

    line-height: 58px;

    font-weight: 700;

    text-transform: none;

    font-family: 'Nunito Sans', sans-serif;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.header-lawer-right-style3 .button-box a:hover{

    color: #ffffff;

    background: #0051bc;

}







/*** 

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

    Banner Style2 Area Css

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

***/

.banner-style2-area{

    position: relative;

    display: block;

    padding: 150px 0 150px;

}

.banner-style2-area .layer-outer{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}

.banner-style2-area .layer-outer .patter-box{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    width: 35%;

    background-color: #ffffff;

    background-attachment: scroll;

    background-repeat: repeat;

}

.banner-style2-area .layer-outer .image-box{

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    width: 65%;

    background-attachment: scroll;

    background-repeat: no-repeat;

    background-position: center top;

    background-size: cover;

}



.banner-style2-content{

    position: relative;

    display: block;

    background: #ffffff;

    max-width: 570px;

    width: 100%;

    -webkit-box-shadow: -3px 0px 7px 2px #f8f8f8; 

    box-shadow: -3px 0px 7px 2px #f8f8f8;

    padding: 64px 70px 70px;

}

.banner-style2-image-box {

    position: relative;

    display: block;

}

.banner-style2-image-box .bx-wrapper {

    position: relative;

    display: block;

    margin: 0;

}

.banner-style2-image-box .bx-wrapper .bx-viewport {

    box-shadow: none;

    border: 0px solid;

    left: 0px;

    background: #fff;

    transform: translatez(0);

}

.banner-style2-image-box .bx-wrapper .bx-viewport li{}

.banner-style2-image-box .bx-wrapper .bx-viewport li .single-box{

    position: relative;

    display: block;

}

.banner-style2-image-box .bx-wrapper .bx-viewport li .single-box h4{

    color: #777777;

    font-size: 36px;

    line-height: 40px;

    font-weight: 700;

}

.banner-style2-image-box .bx-wrapper .bx-viewport li .single-box h3{

    color: #0051bc;

    font-size: 48px;

    line-height: 50px;

    font-weight: 700;

    margin: 14px 0 22px;

}

.banner-style2-image-box .bx-wrapper .bx-viewport li .single-box h2{

    color: #222222;

    font-size: 96px;

    line-height: 100px;

    font-weight: 900;

}

.banner-style2-image-box .bx-wrapper .bx-viewport li .single-box .btns-box{

    position: relative;

    display: block;

    padding-top: 41px;

}

.banner-style2-image-box .bx-wrapper .bx-viewport li .single-box .btns-box a{

    position: relative;

    display: inline-block;

}

.banner-style2-image-box .bx-wrapper .bx-viewport li .single-box .btns-box a.style2{

    color: #0051bc;

    line-height: 58px;

    background: #ffffff;

    border: 1px solid #0051bc;

    margin-left: 26px;

}

.banner-style2-image-box .bx-wrapper .bx-viewport li .single-box .btns-box a.style2:hover{

    color: #ffffff;

}



.slider-pager {

    position: absolute;

    top: 0;

    left: 0;

    width: 200px;

    bottom: 0;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

}

.banner-style2-carousel {

    position: relative;

    display: block;

    width: 100%;

    height: 230px;

}

.banner-style2-carousel .owl-item {

    position: relative;

    display: block;

    float: none;

    text-align: right;

    margin-bottom: 10px;

}

.banner-style2-carousel .owl-item .item {

    position: relative;

    display: block;

    margin-left: 110px;    

    font-size: 48px;

    line-height: 70px;

    font-weight: 700;

    font-family: 'Nunito Sans', sans-serif;

}

.banner-style2-carousel .owl-item .item a:before{

    position: absolute;

    top: 0;

    left: -110px;

    width: 0px;

    height: 70px;

    background: #dddddd;

    content: "";

    transition: all 200ms linear;

    transition-delay: 0.1s;

    z-index: 1;

}

.banner-style2-carousel .owl-item .item a.active:before{

    width: 100px;    

}

.banner-style2-carousel .owl-item .item:after{

    position: absolute;

    top: 10px;

    right:10px;

    width: 5px;

    height: 50px;

    background: #222222;

    content: "";

}

.banner-style2-carousel .owl-item .item a{

    position: relative;

    display: block;

    color: #0051bc;

    opacity: 0.05;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.banner-style2-carousel .owl-item .item a.active{

    opacity: 1;    

}







/*** 

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

    Services Style3 Area Css

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

***/

.services-style3-area{

    position: relative;

    display: block;

    background: #ffffff;

    padding-bottom: 120px;

}

.service-style3-content{

    position: relative;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-content: center;

    flex-wrap: wrap;

}



.single-service-style3{

    position: relative;

    display: block;

    -ms-flex: 0 0 33.333333%;

    flex: 0 0 33.333333%;

    max-width: 33.333333%;

    padding-bottom: 50px;

}

.single-service-style3 .inner{

    position: relative;

    display: block;

    padding: 70px 40px 61px;

    background: #ffffff;

    -webkit-box-shadow: 0px 4px 7px 1px rgba(232,232,232,0.7); 

    box-shadow: 0px 4px 7px 1px rgba(232,232,232,0.7);

    transition: all 900ms ease 100ms;

}

.single-service-style3:hover .inner,

.single-service-style3.active .inner{

    box-shadow: none;

    transition: all 500ms ease 100ms;    

}

.single-service-style3 .icon-holder{

    position: relative;

    display: block;

    width: 80px;

    height: 80px;

    background: #0051bc;

    margin: 0 auto;

}

.single-service-style3 .icon-holder span:before{

    position: relative;

    display: block;

    color: #ffffff;

    font-size: 40px;

    line-height: 80px;

}

.single-service-style3 .text-holder{

    position: relative;

    display: block;

    padding-top: 34px;

}

.single-service-style3 .text-holder h3{

    color: #222222;

    font-size: 24px;

    line-height: 30px;

    font-weight: 700;

    margin: 0 0 15px;

}

.single-service-style3 .text-holder p{

    margin: 0;

}

.single-service-style3 .overlay-content {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    padding: 70px 40px 0px;

    background-attachment: scroll;

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center top;

    opacity: 1;

    transform-origin: bottom;

    transform-style: preserve-3d;

    transform: perspective(1200px) rotate(0deg) scaleX(0);

    transition: all 900ms ease 100ms;

}

.single-service-style3:hover .overlay-content,

.single-service-style3.active .overlay-content{

    opacity: 1;

    transform: perspective(1200px) rotate(0deg) scaleX(1.0);

    transition: all 500ms ease 100ms;    

}

.single-service-style3 .overlay-content:before{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    content: "";

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

}

.single-service-style3 .overlay-content .icon-holder{

    background: #ffffff;

    border-radius: 50%;

}

.single-service-style3 .overlay-content .icon-holder span:before{

    color: #0051bc;    

}

.single-service-style3 .overlay-content .text-holder h3 {

    color: #ffffff;

}

.single-service-style3 .overlay-content .text-holder p {

    color: #ffffff;

}

.single-service-style3 .text-holder .reamore-button{

    position: relative;

    display: block;

    padding-top: 23px;

}

.single-service-style3 .text-holder .reamore-button a{

    color: #ffffff;

    font-size: 16px;

    font-weight: 700;

    text-transform: capitalize;

    font-family: 'Nunito Sans', sans-serif;

}

.single-service-style3 .text-holder .reamore-button a i{

    display: inline-block;

    padding-left: 10px;

}







/*** 

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

    About Style2 Area Css

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

***/

.about-style2-area{

    position: relative;

    display: block;

    background: #ffffff;

    padding-bottom: 120px;

}

.about-style2-image-box {

    position: relative;

    display: block;

    max-width: 570px;

    width: 100%;

    padding-bottom: 105px;

}

.about-style2-image-box .image-bg {

    position: relative;

    display: block;

    max-width: 470px;

    width: 100%;

    height: 485px;

    background-attachment: scroll;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center top;

}

.about-style2-image-box .image-bg .button{

    position: absolute;

    left: 0;

    bottom: 0;

}

.about-style2-image-box .image-bg .button a{

    position: relative;

    display: block;

    width: 205px;

    color: #ffffff;

    font-size: 16px;

    line-height: 60px;

    font-weight: 600;

    text-align: center;

    font-family: 'Nunito Sans', sans-serif;

}

.about-style2-image-box .image-bg .button a i{

    position: relative;

    display: inline-block;

    padding-left: 10px;

}



.about-video-gallery {

    position: absolute;

    top: 220px;

    left: 205px;

}

.about-video-gallery img {

    width: 100%;

}

.about-video-gallery .video-box{

    position: absolute;

    bottom: 30px;

    right: 30px;

    height: 100px;

    width: 100px;

    border: 10px solid rgba(255, 255, 255, 0.20);

    border-radius: 50%;

}

.about-video-gallery .video-box a{

    position: relative;

    display: block;

    width: 100%;

    height: 100%;

    border: 15px solid rgba(255, 255, 255, 0.40);

    border-radius: 50%;

}

.about-video-gallery .video-box a span:before{

    position: relative;

    display: block;

    text-align: center;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    color: #ffffff;

    font-size: 16px;

    line-height: 50px;

    background: rgb(246,41,12);

    background: -moz-radial-gradient(center, ellipse cover, rgb(246,41,12) 0%, rgb(0,0,0) 0%, rgb(254,159,96) 0%, rgb(82,168,93) 0%, rgb(110,184,93) 0%, rgb(245,245,245) 0%, rgb(0,82,189) 0%, rgb(0,93,215) 50%, rgb(0,109,251) 100%);

    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgb(246,41,12)), color-stop(0%, rgb(0,0,0)), color-stop(0%, rgb(254,159,96)), color-stop(0%, rgb(82,168,93)), color-stop(0%, rgb(110,184,93)), color-stop(0%, rgb(245,245,245)), color-stop(0%, rgb(0,82,189)), color-stop(50%, rgb(0,93,215)), color-stop(100%, rgb(0,109,251)));

    background: -webkit-radial-gradient(center, ellipse cover, rgb(246,41,12) 0%, rgb(0,0,0) 0%, rgb(254,159,96) 0%, rgb(82,168,93) 0%, rgb(110,184,93) 0%, rgb(245,245,245) 0%, rgb(0,82,189) 0%, rgb(0,93,215) 50%, rgb(0,109,251) 100%);

    background: -o-radial-gradient(center, ellipse cover, rgb(246,41,12) 0%, rgb(0,0,0) 0%, rgb(254,159,96) 0%, rgb(82,168,93) 0%, rgb(110,184,93) 0%, rgb(245,245,245) 0%, rgb(0,82,189) 0%, rgb(0,93,215) 50%, rgb(0,109,251) 100%);

    background: -ms-radial-gradient(center, ellipse cover, rgb(246,41,12) 0%, rgb(0,0,0) 0%, rgb(254,159,96) 0%, rgb(82,168,93) 0%, rgb(110,184,93) 0%, rgb(245,245,245) 0%, rgb(0,82,189) 0%, rgb(0,93,215) 50%, rgb(0,109,251) 100%);

    background: radial-gradient(ellipse at center, rgb(246,41,12) 0%, rgb(0,0,0) 0%, rgb(254,159,96) 0%, rgb(82,168,93) 0%, rgb(110,184,93) 0%, rgb(245,245,245) 0%, rgb(0,82,189) 0%, rgb(0,93,215) 50%, rgb(0,109,251) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6290c', endColorstr='#006dfb', GradientType=1 );

}





.about-style2-text-box {

    position: relative;

    display: block;

    padding-top: 35px;

    padding-left: 30px;

}

.about-style2-text-box .sec-title-style3{

    padding-bottom: 52px;    

}

.about-style2-text-box .inner-contant{

    position: relative;

    display: block;    

}

.about-style2-text-box .inner-contant .text{

    position: relative;

    display: block;    

    padding-bottom: 29px;

}

.about-style2-text-box .inner-contant .text p{

    margin: 0;    

}



.about-style2-text-box .inner-contant ul{

    position: relative;

    display: block;

    overflow: hidden

}

.about-style2-text-box .inner-contant ul li{

    position: relative;

    display: block;

    padding-left: 30px;

    line-height: 36px;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.about-style2-text-box .inner-contant ul li:before{

    position: absolute;

    content: "\f00c";

    font-family: FontAwesome;

    top: 0;

    left: 0;

    bottom: 0;

    color: #0051bc;

    font-size: 16px;

}

.about-style2-text-box .inner-contant ul li:hover{

    color: #222222;

}

.about-style2-text-box .inner-contant .author-info {

    position: relative;

    display: block;

    overflow: hidden;

    padding: 36px 0 0;

}

.about-style2-text-box .inner-contant .author-info .signature{

    width: 170px;

}

.about-style2-text-box .inner-contant .author-info .signature,

.about-style2-text-box .inner-contant .author-info .name{

    display: table-cell;

    vertical-align: middle;

}

.about-style2-text-box .inner-contant .author-info .name h3{

    color: #0051bc;

    font-size: 18px;

    line-height: 20px;

    font-weight: 700;

    margin: 0 0 7px;

}

.about-style2-text-box .inner-contant .author-info .name h6{

    color: #777777;

    font-size: 14px;

    line-height: 20px;

    font-weight: 400;

}







/*** 

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

    Services Style4 Area Css

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

***/

.services-style4-area{

    position: relative;

    display: block;

    padding: 120px 0 120px;

    background-attachment: fixed;

    background-size: cover;

    background-position: center top;

    background-repeat: no-repeat;

}

.services-style4-area .sec-title-style3{

    padding-bottom: 70px;

}

.single-service-style4{

    position: relative;

    display: block;

    padding: 40px 40px 61px;

    padding-right: 30px;

    background: #ffffff;

    -webkit-box-shadow: 0px 3px 7px 1px #dfdfdf; 

    box-shadow: 0px 3px 7px 1px #dfdfdf;

}

.single-service-style4.twonoitem{

    margin-top: -60px;    

}

.single-service-style4.threenoitem{

    margin-top: -130px;

}

.single-service-style4.fournoitem {

    margin-top: -200px;

}



.single-service-style4 .static-content{

    position: relative;

    display: block;

    z-index: 1;

}

.single-service-style4 span:before{

    font-size: 50px;

    line-height: 50px;

    transition: all 700ms ease 100ms;

}

.single-service-style4:hover span:before{

    color: #222222;

    transition: all 700ms ease 600ms;

}

.single-service-style4 h3{

    color: #222222;

    font-size: 24px;

    line-height: 32px;

    font-weight: 700;

    margin: 21px 0 14px;

    transition: all 700ms ease 100ms;

}

.single-service-style4:hover h3{

    color: #ffffff;

    transition: all 700ms ease 700ms;       

}

.single-service-style4 p{

    margin: 0 0 33px;

    transition: all 700ms ease 100ms;

}

.single-service-style4:hover p{

    color: #ffffff;

    transition: all 700ms ease 800ms;    

}

.single-service-style4 a{

    color: #006dfb;

    font-size: 16px;

    font-weight: 600;

    font-family: 'Nunito Sans', sans-serif;

    transition: all 700ms ease 100ms;

}

.single-service-style4:hover a{

    color: #ffffff;

    transition: all 700ms ease 600ms;    

}

.single-service-style4 a i{

    position: relative;

    display: inline-block;

    padding-left: 10px;

}



.single-service-style4 .layer-outer{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    background-attachment: scroll;

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center top;

    z-index: 1;

    transition-delay: .1s;

    transition-timing-function: ease-in-out;

    transition-duration: .7s;

    transition-property: all;

    opacity: 1;

    transform-origin: bottom;

    transform-style: preserve-3d;

    transform: scaleY(0);

}

.single-service-style4:hover .layer-outer {

    opacity: 1;

    transform: scaleY(1.0);

}



.single-service-style4 .layer-outer:before{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    content: "";

    background: rgba(0,0,0,0.7);/* Old Browsers */

    background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(254,159,96,0.7) 0%, rgba(82,168,93,0.7) 0%, rgba(110,184,93,0.7) 0%, rgba(245,245,245,0.7) 0%, rgba(0,82,189,0.7) 0%, rgba(0,108,249,0.7) 0%, rgba(0,98,227,0.78) 38%, rgba(0,82,189,0.9) 100%); /* FF3.6+ */

    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.7)), color-stop(0%, rgba(254,159,96,0.7)), color-stop(0%, rgba(82,168,93,0.7)), color-stop(0%, rgba(110,184,93,0.7)), color-stop(0%, rgba(245,245,245,0.7)), color-stop(0%, rgba(0,82,189,0.7)), color-stop(0%, rgba(0,108,249,0.7)), color-stop(38%, rgba(0,98,227,0.78)), color-stop(100%, rgba(0,82,189,0.9)));/* Chrome, Safari4+ */

    background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(254,159,96,0.7) 0%, rgba(82,168,93,0.7) 0%, rgba(110,184,93,0.7) 0%, rgba(245,245,245,0.7) 0%, rgba(0,82,189,0.7) 0%, rgba(0,108,249,0.7) 0%, rgba(0,98,227,0.78) 38%, rgba(0,82,189,0.9) 100%); /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(254,159,96,0.7) 0%, rgba(82,168,93,0.7) 0%, rgba(110,184,93,0.7) 0%, rgba(245,245,245,0.7) 0%, rgba(0,82,189,0.7) 0%, rgba(0,108,249,0.7) 0%, rgba(0,98,227,0.78) 38%, rgba(0,82,189,0.9) 100%); /* Opera 11.10+ */

    background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(254,159,96,0.7) 0%, rgba(82,168,93,0.7) 0%, rgba(110,184,93,0.7) 0%, rgba(245,245,245,0.7) 0%, rgba(0,82,189,0.7) 0%, rgba(0,108,249,0.7) 0%, rgba(0,98,227,0.78) 38%, rgba(0,82,189,0.9) 100%); /* IE 10+ */

    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(254,159,96,0.7) 0%, rgba(82,168,93,0.7) 0%, rgba(110,184,93,0.7) 0%, rgba(245,245,245,0.7) 0%, rgba(0,82,189,0.7) 0%, rgba(0,108,249,0.7) 0%, rgba(0,98,227,0.78) 38%, rgba(0,82,189,0.9) 100%);/* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0052bd', GradientType=0 );/* IE6-9 */

}



.services-style4-area .view-all-button{

    position: absolute;

    left: 0;

    bottom: 120px;

    right: 0;

    max-width: 1170px;

    width: 100%;

    margin: 0 auto;

}

.services-style4-area .view-all-button a{

    float: right;

}







/*** 

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

    How Work Area Css

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

***/

.how-work-area{

    position: relative;

    display: block;

    background: #ffffff;

}

.how-work-area .patter-box {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    width: 220px;

    background-attachment: scroll;

    background-repeat: repeat;

}



.how-work-content-box {

    position: relative;

    display: flex;

    flex-direction: row;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    width: 100%;

    height: 100%;

}

.how-work-content-box .inner-content{

    position: relative;

    display: block;

    padding-right: 60px;

}



.how-work-content-box .sec-title-style3 {

    padding-bottom: 43px;

}

.how-work-content-box .text-holder {

    position: relative;

    display: block;

    padding-bottom: 39px;

}

.how-work-content-box .text-holder h3{

    color: #0051bc;

    font-size: 20px;

    line-height: 30px;

    font-weight: 700;

    margin: 0 0 23px;

}

.how-work-content-box .text-holder p{

    margin: 0;

}





.progress-levels{

	position:relative;

	display: block;

}

.progress-levels .progress-box {

    position: relative;

    display: block;

    margin-bottom: 31px;

}

.progress-levels .progress-box.last-child{

    margin-bottom: 0;

}



.progress-levels .progress-box .inner {

    position: relative;

    display: block;

}

.progress-levels .progress-box .inner .text {

    position: relative;

    color: #222222;

    font-size: 16px;

    line-height: 16px;

    font-weight: 700;

    letter-spacing: 0.5px;

    margin: 0 0 17px;

    text-transform: capitalize;

    font-family: 'Nunito Sans', sans-serif;

}

.progress-levels .progress-box .bar{

	 position: relative;

	 display: block;

}

.progress-levels .progress-box .bar .bar-innner{

	position: relative;

	width: 100%;

    height: 2px;	

	background: #e1e1e1;

    border-radius: 0px;

}

.progress-levels .progress-box .bar .bar-fill{

	position:absolute;

	top: 0%;

	left: 0px;

    bottom: 0%;

	width: 0px;

	height: 2px;

    border-radius: 0px;

	background: #006dfb;

	transition: all 2000ms ease 300ms;

}

.progress-levels .progress-box .bar .bar-innner .skill-percent {

    position: absolute;

    top: -39px;

    right: 0;

    width: 40px;

    height: 25px;

    display: block;

    text-align: center;

    padding: 0;

    z-index: 1;

}

.progress-levels .progress-box .inner .count-text {

    position: relative;

    color: #222222;

    font-size: 16px;

    line-height: 20px;

    font-weight: 700;

    display: inline-block;

    float: none;

    font-family: 'Nunito Sans', sans-serif;

}

.progress-levels .progress-box .inner .percent {

    position: relative;

    color: #222222;

    font-size: 16px;

    line-height: 20px;

    font-weight: 700;

    display: inline-block;

    float: none;

    margin-left: -2px;

    font-family: 'Nunito Sans', sans-serif;

}



.how-work-img-box{

    position: relative;

    display: block;

}

.how-work-img-box img{

    max-width: none;

    float: left;

}







/*** 

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

    Partner Area Css

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

***/

.partner-area {

    position: relative;

    display: block;

    padding-top: 95px;

    padding-bottom: 55px;

}

.partner-area .layer-outer{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    width: 150px;

    background: #18212e;    

}



.partner-box {

    position: relative;

    overflow: hidden;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    flex-wrap: wrap;

    align-items: center;

    text-align: center;

}

.single-partner-logo-box {

    position: relative;

    overflow: hidden;

    flex: 0 0 20%;

    max-width: 20%;

    width: 100%;

    margin-bottom: 40px;

}

.single-partner-logo-box a {

    position: relative;

    display: inline-block;

}

.single-partner-logo-box a img {

    opacity: 1.0;

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

}

.single-partner-logo-box:hover a img{

    opacity: 0.50;

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

}







/*** 

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

    Team Area Css

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

***/

.team-area{

    position: relative;

    display: block;

    overflow: hidden;

    padding: 120px 0 120px;

    background-color: #ffffff;

}



.single-team-member {

    position: relative;

    display: block;

    max-width: 370px;

    width: 100%;

    margin: 0 auto 0;

}

.single-team-member .img-holder {

    position: relative;

    display: block;

    padding-right: 70px;

}

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

    position: relative;

    display: block;

    overflow: hidden;

}

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

    width: 100%;

    transform: translateX(0px) scale(1.0, 1.0);

    transition: all 300ms ease;

}

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

    transform: translateX(0px) scale(1.1, 1.1);

}



.team-social-links {

    position: absolute;

    left: 20px;

    bottom: 20px;

    width: 50px;

    display: flex;

    flex-direction: row;

    align-items: center;

    justify-content: center;

    transform: translateY(-100%);

    transition: all 100ms ease 100ms;

    opacity: 0;

}

.single-team-member:hover .team-social-links{

    opacity: 1;

    transform: translateX(0px);

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

}

.team-social-links ul{

    position: relative;

    display: block;

}

.team-social-links ul li{

    position: relative;

    display: block;

    margin: 0;

}

.team-social-links ul li a {

    position: relative;

    display: block;

    width: 50px;

    height: 50px;

    text-align: center;

    line-height: 50px;

    color: #ffffff;

    font-size: 18px;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.team-social-links ul li a:hover{

    color: #222222;

}



.single-team-member .title-holder {

    position: absolute;

    top: 0px;

    right: 0px;

    writing-mode: vertical-rl;

    text-orientation: mixed;

}

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

    font-size: 20px;

    line-height: 26px;

    font-weight: 700;

    text-transform: none;

    margin: 0 0 0px;

} 

.single-team-member .title-holder h3 a {

    color: #222222;

}

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

    color: #006dfb;

    font-size: 14px;

    line-height: 16px;

    font-weight: 400;

    margin: 0;

}

.team-carousel.owl-carousel.owl-dot-style1 .owl-stage-outer {

    padding-bottom: 60px;

}









/*** 

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

    Strategy Area style

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

***/

.strategy-area {

    position: relative;

    display: block;

    padding: 120px 0 111px;

    background-attachment: scroll;

    background-position: center top;

    background-size: cover;

    background-repeat: no-repeat;

}

.strategy-content-box{

    position: relative;

    display: block;

}

.strategy-content-box .sec-title-style3 {

    padding-bottom: 52px;

}

.strategy-content-box .text{

    position: relative;

    display: block;

    padding-bottom: 41px;

}

.strategy-content-box .text p{

    margin: 0;

}





.strategy-tabs .tab-buttons {

    position: relative;

    display: block;

    overflow: hidden;

}

.strategy-tabs .tab-buttons .tab-btn{

	position: relative;

    display: block;

	float: left;

	padding: 16px 50px 16px;

	color: #ffffff;

	font-size: 16px;

	font-weight: 500;

    text-transform: none;

	cursor: pointer;

	transition:all 300ms ease;

	font-family: 'Nunito Sans', sans-serif;

}

.strategy-tabs .tab-buttons .tab-btn:hover,

.strategy-tabs .tab-buttons .tab-btn.active-btn{

	color:#222222;

}



.strategy-tabs .tabs-content .tab{

	position: relative;

	display: none;

	-webkit-transform: translateY(35px);

	-ms-transform: translateY(35px);

	transform: translateY(35px);

	-webkit-transition:all 600ms ease;

	-moz-transition:all 600ms ease;

	-ms-transition:all 600ms ease;

	-o-transition:all 600ms ease;

	transition:all 600ms ease;

	z-index:10;

}

.strategy-tabs .tabs-content .tab.active-tab{

	display: block;

	margin-top: 0px;

	-webkit-transform: translateY(0px);

	-ms-transform: translateY(0px);

	transform: translateY(0px);

}



.strategy-tabs .tabs-content .inner-content{

    position: relative;

    display: block;

    padding-top: 32px;

}

.strategy-tabs .tabs-content .inner-content ul{

    position: relative;

    display: block;

    overflow: hidden;

    padding-top: 7px;

}

.strategy-tabs .tabs-content .inner-content ul li{

    position: relative;

    display: inline-block;

    float: left;

    padding-left: 20px;

    margin-right: 30px;

}

.strategy-tabs .tabs-content .inner-content ul li:last-child{

    margin-right: 0;

}

.strategy-tabs .tabs-content .inner-content ul li:before {

    position: absolute;

    content: "\f00c";

    font-family: FontAwesome;

    top: 0;

    left: 0;

    bottom: 0;

    color: #0051bc;

    font-size: 14px;

}







/*** 

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

    Latest Blog Style3 Area Css

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

***/

.latest-blog-style3-area{

    position: relative;

    display: block;

    background: #ffffff;

    padding: 120px 0 80px;

}

.latest-blog-style3-area .top {

    position: relative;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: flex-end;

    flex-wrap: wrap;

}

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

.latest-blog-style3-area .button{

    position: relative;

    display: block;

    padding-bottom: 60px;

}



.single-blog-post-style3{

    position: relative;

    display: block;

    padding-bottom: 40px;

}

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

    position: relative;

    display: block;

    overflow: hidden;

}

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

    width: 100%;

}



.single-blog-post-style3:hover .overlay-style-one{

    opacity: 1;

    transform: scaleY(1) skew(0deg, 0deg);

    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.22);  

}



.single-blog-post-style3 .img-holder .date-box {

    position: absolute;

    bottom: 45px;

    right: 30px;

    width: 55px;

    height: 55px;

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

    text-align: center;

    padding: 10px 0 6px;

    z-index: 2;

}

.single-blog-post-style3 .img-holder .date-box:before {

    position: absolute;

    content: "";

    bottom: -15px;

    right: 0;

    border-bottom: 15px solid transparent;

    border-right: 15px solid rgba(0, 0, 0, 0.80);

}

.single-blog-post-style3 .img-holder .date-box h3{

    color: #ffffff;

    font-size: 24px;

    line-height: 18px;

    font-weight: 700;

    text-transform: none;

}

.single-blog-post-style3 .img-holder .date-box h3 span{

    font-size: 14px;

}









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

    position: relative;

    display: block;

    background: #f5f5f5;

    padding: 30px 40px 40px;

}

.single-blog-post-style3 .title-holder .static-content{

    position: relative;

    display: block;

    transition-delay: .1s;

    transition-timing-function: ease-in-out;

    transition-duration: .5s;

    transition-property: all;

}

.single-blog-post-style3:hover .title-holder .static-content{

    opacity: 0;

}



.single-blog-post-style3 .title-holder .categories{

    position: relative;

    display: block;

    z-index: 1;

}

.single-blog-post-style3 .title-holder .categories:before{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    width: 40px;

    height: 40px;

    background: #dcebff;

    border-radius: 50%;

    content: "";

    z-index: -1;

}

.single-blog-post-style3 .title-holder .categories p {

    position: relative;

    display: block;

    padding-left: 20px;

    color: #0051bc;

    font-size: 14px;

    line-height: 40px;

    font-weight: 700;

    text-transform: none;

    margin: 0;

    transition: all 300ms linear;

    transition-delay: 0.1s;

    font-family: 'Nunito Sans', sans-serif;

}

.single-blog-post-style3 .title-holder h3{

    font-size: 24px;

    line-height: 36px;

    font-weight: 700;

    margin: 16px 0 0;

}

.single-blog-post-style3 .title-holder h3 a{

    color: #222222;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.single-blog-post-style3 .title-holder h3 a:hover{

    color: #0051bc;

}

.single-blog-post-style3 .title-holder .readmore-button{

    position: relative;

    display: block;

    padding-top: 22px;

}

.single-blog-post-style3 .title-holder .readmore-button a{

    color: #0051bc;

    font-size: 16px;

    font-weight: 700;

    text-transform: capitalize;

    transition: all 200ms linear;

    transition-delay: 0.1s;

    font-family: 'Nunito Sans', sans-serif;

}

.single-blog-post-style3 .title-holder .readmore-button a i{

    position: relative;

    display: inline-block;

    padding-left: 10px;

}



.single-blog-post-style3 .title-holder .overlay-content {

    position: absolute;

    top: 0;

    left: 0;

    bottom: -50px;

    right: 0;

    padding: 30px 40px 40px;

    background: #ffffff;

    -webkit-box-shadow: 0px 4px 7px 1px #ebebeb;

    box-shadow: 0px 4px 7px 1px #ebebeb;

    transition-delay: .1s;

    transition-timing-function: ease-in-out;

    transition-duration: .5s;

    transition-property: all;

    opacity: 1;

    transform-origin: top;

    transform: scaleY(0);

}

.single-blog-post-style3:hover .title-holder .overlay-content{

    transform: scaleY(1.0);    

}







/*** 

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

    Footer Area Style3 Css

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

***/

.single-footer-widget.style3 .title:before {

    background: #0051bc;

}

.single-footer-widget.style3 .company-info-links li a:hover{

    color: #0051bc;

}

.single-footer-widget.style3 .resources-links li a:hover{

    color: #0051bc;

}

.single-footer-widget.style3 .subscribe-form input[type="email"]:focus {

    border-color: #0051bc;

}

.single-footer-widget .subscribe-form button {

    margin-top: 30px;

    padding: 0 50px;

    border-bottom-right-radius: 30px;

}

.single-footer-widget .subscribe-form button.btn-three:before {

    border-bottom-right-radius: 30px;

}

.copyright-text.style3 p a:hover{

    color: #0051bc;    

}

.footer-bottom.style3 .our-info-box ul li a:hover{

    color: #0051bc;    

}

.footer-social-links.style3 ul li a:hover{

    color: #0051bc;

}







/*** 

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

    Header Style Four Css

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

***/

.header-style-four {

    position: relative;

}

.header-top{

    position: relative;

    display: block;

    background: #ffffff;

}

.header-top-left{

    position: relative;

    display: block;

    padding: 15px 0;

    z-index: 1;

}

.header-top-left:before{

    position: absolute;

    top: 0;

    left: -5000px;

    bottom: 0;

    right: 0;

    background: #f99828;

    content: "";

    z-index: -1;

}

.header-top-left p{

    color: #ffffff;

    font-size: 16px;

    line-height: 30px;

    font-weight: 400;

    margin: 0;

}



.header-top-right{

    position: relative;

    display: block;

    padding: 15px 0;

    z-index: 1;    

}

.header-top-right:before{

    position: absolute;

    top: 0;

    left: -30px;

    bottom: 0;

    right: -5000px;

    background: #18212e;

    content: "";

    z-index: -1;

}

.header-social-links-style3{

    position: relative;

    display: block;

}

.header-social-links-style3 ul{

    overflow: hidden;

    text-align: right;

}

.header-social-links-style3 ul li{

    position: relative;

    display: inline-block;

    line-height: 30px;

    margin-right: 35px;

}

.header-social-links-style3 ul li:last-child{

    margin-right: 0;

}

.header-social-links-style3 ul li a{

    position: relative;

    display: block;

    color: #ffffff;

    font-size: 16px;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.header-social-links-style3 ul li a:hover{

    color: #fa9928;

}





.header-upper-style2 {

    position: relative;

    display: block;

    background: #ffffff;

    padding: 35px 0;

}

.header-upper-style2 .outer-box{

    position: relative;

    display: block;    

}

.header-upper-left-style2{

    position: relative;

    display: block;      

}

.header-upper-left-style2 .logo {

    position: relative;

    display: inline-block;

    float: left;

    padding: 0px 0;

}

.header-upper-left-style2 .logo a{

    position: relative;

    display: inline-block; 

}

.header-upper-left-style2 .logo a img{

    width: auto;

}





.header-upper-right-style2{

    position: relative;

    display: block;

}

.header-contact-info{

    position: relative;

    display: block;    

}

.header-contact-info ul {

    position: relative;

    display: block;

    overflow: hidden;

    padding: 5px 0 6px;

}

.header-contact-info ul li{

    position: relative;

    display: inline-block;

    float: left;

    margin-right: 50px;

}

.header-contact-info ul li:last-child{

    margin-right: 0;

}

.header-contact-info ul li .icon{

    width: 60px;

}

.header-contact-info ul li .icon span:before {

    font-size: 40px;

    line-height: 45px;

}

.header-contact-info ul li .icon,

.header-contact-info ul li .title{

    display: table-cell;

    vertical-align: middle;

}

.header-contact-info ul li .title h3{

    color: #222222;

    font-size: 18px;

    line-height: 22px;

    font-weight: 800;

    text-transform: none;

    margin: 0 0 5px;

}

.header-contact-info ul li .title p{

    color: #777777;

    font-size: 16px;

    line-height: 22px;

    font-weight: 400;

    margin: 0;

}

.header-contact-info ul li .title p a{

    color: #777777;

}











.header-lawer-style4 {

    position: relative;

    top: 0px;

    left: 0;

    width: 100%;

    background: rgba(245,245,245,1);/* Old Browsers */

    background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(246,41,12,1) 0%, rgba(0,0,0,1) 0%, rgba(254,159,96,1) 0%, rgba(82,168,93,1) 0%, rgba(110,184,93,1) 0%, rgba(245,245,245,1) 0%, rgba(249,249,249,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */

    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,245,245,1)), color-stop(0%, rgba(246,41,12,1)), color-stop(0%, rgba(0,0,0,1)), color-stop(0%, rgba(254,159,96,1)), color-stop(0%, rgba(82,168,93,1)), color-stop(0%, rgba(110,184,93,1)), color-stop(0%, rgba(245,245,245,1)), color-stop(50%, rgba(249,249,249,1)), color-stop(100%, rgba(255,255,255,1)));/* Chrome, Safari4+ */

    background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(246,41,12,1) 0%, rgba(0,0,0,1) 0%, rgba(254,159,96,1) 0%, rgba(82,168,93,1) 0%, rgba(110,184,93,1) 0%, rgba(245,245,245,1) 0%, rgba(249,249,249,1) 50%, rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(246,41,12,1) 0%, rgba(0,0,0,1) 0%, rgba(254,159,96,1) 0%, rgba(82,168,93,1) 0%, rgba(110,184,93,1) 0%, rgba(245,245,245,1) 0%, rgba(249,249,249,1) 50%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */

    background: -ms-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(246,41,12,1) 0%, rgba(0,0,0,1) 0%, rgba(254,159,96,1) 0%, rgba(82,168,93,1) 0%, rgba(110,184,93,1) 0%, rgba(245,245,245,1) 0%, rgba(249,249,249,1) 50%, rgba(255,255,255,1) 100%); /* IE 10+ */

    background: linear-gradient(to bottom, rgba(245,245,245,1) 0%, rgba(246,41,12,1) 0%, rgba(0,0,0,1) 0%, rgba(254,159,96,1) 0%, rgba(82,168,93,1) 0%, rgba(110,184,93,1) 0%, rgba(245,245,245,1) 0%, rgba(249,249,249,1) 50%, rgba(255,255,255,1) 100%);/* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0 );/* IE6-9 */

}

.header-lawer-style4 .outer-box {

    position: relative;

    display: block;

}



.header-lawer-left-style4{

    position: relative;

    display: block;    

}

.main-menu.style4 .navigation>li{

    margin-right: 50px;

}

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

    margin-right: 0;

}

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

    color: #222222;

    padding: 15px 0px 15px;

}

.main-menu.style4 .navigation>li>a:before{

    top: 0;

    left: 0;

    bottom: auto;

    right: 0;

    background: rgba(247,150,40,1);/* Old Browsers */

    background: -moz-linear-gradient(left, rgba(247,150,40,1) 0%, rgba(164,107,42,1) 39%, rgba(136,92,43,1) 51%, rgba(24,33,46,1) 100%); /* FF3.6+ */

    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247,150,40,1)), color-stop(39%, rgba(164,107,42,1)), color-stop(51%, rgba(136,92,43,1)), color-stop(100%, rgba(24,33,46,1)));/* Chrome, Safari4+ */

    background: -webkit-linear-gradient(left, rgba(247,150,40,1) 0%, rgba(164,107,42,1) 39%, rgba(136,92,43,1) 51%, rgba(24,33,46,1) 100%); /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(left, rgba(247,150,40,1) 0%, rgba(164,107,42,1) 39%, rgba(136,92,43,1) 51%, rgba(24,33,46,1) 100%); /* Opera 11.10+ */

    background: -ms-linear-gradient(left, rgba(247,150,40,1) 0%, rgba(164,107,42,1) 39%, rgba(136,92,43,1) 51%, rgba(24,33,46,1) 100%); /* IE 10+ */

    background: linear-gradient(to right, rgba(247,150,40,1) 0%, rgba(164,107,42,1) 39%, rgba(136,92,43,1) 51%, rgba(24,33,46,1) 100%);/* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79628', endColorstr='#18212e', GradientType=1 );/* IE6-9 */

}









.header-lawer-right-style4 {

    position: relative;

    display: block;

}

.header-lawer-right-style4 .outer-search-box-style1{

    position: relative;

    display: inline-block;

    float: left;

    margin-right: 0px;

    padding: 0px 0;    

}

.header-lawer-right-style4 .outer-search-box-style1 .seach-toggle {

    position: relative;

    display: block;

    width: 60px;

    height: 60px;

    border: 0px solid #ffffff;

    border-radius: 0%;

    color: #222222;

    font-size: 20px;

    line-height: 60px;

    cursor: pointer;

    text-align: center;

}



.header-lawer-right-style4 .button-box{

    position: relative;

    display: block;

    float: right;

}







/*** 

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

	Main Slider style

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

***/

.main-slider.style2 {

    position: relative;

}

.main-slider.style2 .slide{

	padding: 174px 0px 305px;

}

.main-slider.style2 .slide .image-layer {

    transition: all .8s ease-in-out .4s;

}

.main-slider.style2 .slide .image-layer:before{

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

}





.main-slider.style2 .content h3{

    color: #fa9928;

    font-size: 24px;

    line-height: 30px;

    font-weight: 700;

	opacity: 0;

	transform: translateY(80px);

    transition: all .4s ease-in-out .1s;

}

.main-slider.style2 .active .content h3{

	opacity: 1;

	transform: translateY(0px);

    transition: all .4s ease-in-out .3s;    

}

.main-slider.style2 .content h2{

	position: relative;

	color: #ffffff;

	font-size: 72px;

	line-height: 1.2em;

	font-weight: 800;

    margin-top: 18px;

    margin-bottom: 22px;

	opacity: 0;

	transform: translateY(80px);

    transition: all .4s ease-in-out .1s; 

}

.main-slider.style2 .active .content h2{

	opacity: 1;

	transform: translateY(0px);

    transition: all .7s ease-in-out .5s;       

}

.main-slider.style2 .content .text{

	position: relative; 

    margin-bottom: 48px;

	opacity: 0;

	transform: translateY(80px);

    transition: all .4s ease-in-out .1s; 

}

.main-slider.style2 .active .content .text{

	opacity: 1;

	transform: translateY(0px);

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

}

.main-slider.style2 .content .text p{

    color: #ffffff;

    font-size: 18px;

    line-height: 34px;

    font-weight: 400;

    margin: 0;

}

.main-slider.style2 .content .btns-box{

	position: relative; 

	opacity: 0;

	transform: translateY(80px);

    transition: all .4s ease-in-out .1s; 

}

.main-slider.style2 .active .content .btns-box{

	opacity: 1;

	transform: translateY(0px);

    transition: all .7s ease-in-out .9s;  

}



.main-slider.style2 .owl-theme .owl-nav {

    position: absolute;

    top: 50%;

    left: 0;

    right: 0;

    margin: 0 auto;

    opacity: 0;

    width: 100%;

}

.main-slider.style2:hover .owl-nav{

	opacity:1;	

}







/*** 

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

    Slogan style2 Area Css

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

***/

.slogan-style2-area {

    position: relative;

    display: block;

    background: transparent;

    padding: 0px 0;

    z-index: 10;

}

.slogan-style2-content{

    position: relative;

    margin-top: -125px;

    padding-right: 100px;

    padding-top: 88px;

    padding-bottom: 88px;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

    border-bottom-right-radius: 40px;

    z-index: 1;

}

.slogan-style2-content:before{

    position: absolute;

    top: 0;

    left: -5000px;

    bottom: 0;

    right: 0;

    background: url(../images/pattern/pattern-bg-6.png) #ffffff;

    content: "";

    border-bottom-right-radius: 40px;

    z-index: -1;

}

.slogan-style2-content:after {

    position: absolute;

    top: 125px;

    left: -5000px;

    right: 0;

    bottom: 0px;

    content: "";

    -webkit-box-shadow: 0px 4px 7px 2px #e9e9e9; 

    box-shadow: 0px 4px 7px 2px #e9e9e9;

    background: #ffffff;

    border-bottom-right-radius: 40px;

    z-index: -2;

}



.slogan-style2-content .title{

    position: relative;

    display: block;

    padding-left: 50px;

}

.slogan-style2-content .title:before{

    position: absolute;

    top: 7px;

    left: 0;

    bottom: 6px;

    width: 3px;

    background: #fa9928;

    content: "";

}

.slogan-style2-content .title h2{

    color: #222222;

    font-size: 30px;

    line-height: 40px;

    font-weight: 700;

    margin: 0 0 6px;

}

.slogan-style2-content .title p{

    color: #777777;

    margin: 0;

}

.slogan-style2-content .button{

    position: relative;

    display: block;

}







/*** 

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

    About Style3 Area Css

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

***/

.about-style3-area{

    position: relative;

    display: block;

    background: #ffffff;

}

.about-style3-image-box{

    position: relative;

    display: block;

    z-index: 10;

}

.about-style3-image-box .patter-box {

    position: absolute;

    top: 0;

    bottom: 120px;

    right: 100%;

    background-repeat: round;

    width: 5000px;

}

.about-style3-image-box .inner {

    position: relative;

    display: block;

    padding-right: 20px;

}

.about-style3-image-box .inner img{

    width: 100%;

}

.about-style3-image-box .video-box{

    position: absolute;

    bottom: 170px;

    right: -30px;

    width: 250px;

    background: #fa9928;

    padding: 25px;

    border-bottom-left-radius: 30px;

}

.about-style3-image-box .video-box:before {

    position: absolute;

    content: "";

    bottom: -50px;

    right: 0;

    border-left: 50px solid #f2901d;

    border-bottom: 50px solid transparent;

}



.about-style3-image-box .video-box .icon{

    width: 80px;

}

.about-style3-image-box .video-box .icon a{

    position: relative;

    display: block;

    width: 80px;

    height: 80px;

    background: #18212e;

    color: #ffffff;

    font-size: 25px;

    text-align: center;

    line-height: 80px;

    border-top-right-radius: 30px;

}

.about-style3-image-box .video-box .icon,

.about-style3-image-box .video-box .title{

    display: table-cell;

    vertical-align: middle;

}

.about-style3-image-box .video-box .title{

    padding-left: 20px;

}

.about-style3-image-box .video-box .title h3{

    color: #222222;

    font-size: 18px;

    line-height: 22px;

    font-weight: 700;

}





.about-style3-text-box{

    position: relative;

    display: block;

    padding-top: 120px;

    padding-left: 40px;

}

.about-style3-text-box .sec-title-style4{

    padding-bottom: 52px;    

}

.about-style3-text-box .inner-contant{

    position: relative;

    display: block;

}

.about-style3-text-box .inner-contant .text-holder{

    position: relative;

    display: block; 

    padding-bottom: 25px;

}

.about-style3-text-box .inner-contant .text-holder p{

    margin: 0;

}

.about-style3-text-box .inner-contant ul{

    position: relative;

    display: block;

    overflow: hidden;

    padding-right: 50px;

}

.about-style3-text-box .inner-contant ul li{

    position: relative;

    display: block;

    padding-left: 70px;

    margin-bottom: 25px;

}

.about-style3-text-box .inner-contant ul li:last-child{

    margin-bottom: 0;

}

.about-style3-text-box .inner-contant ul li .icon{

    position: absolute;

    top: 5px;

    left: 0;

}

.about-style3-text-box .inner-contant ul li .icon span:before{

    color: #777777;

    font-size: 50px;

    line-height: 50px;

}

.about-style3-text-box .inner-contant ul li .text{

    position: relative;

    display: block;

}

.about-style3-text-box .inner-contant ul li .text h3 {

    font-size: 24px;

    line-height: 30px;

    font-weight: 700;

    margin: 0 0 5px;

}

.about-style3-text-box .inner-contant ul li .text p{

    margin: 0 0 3px;

}

.about-style3-text-box .inner-contant ul li .text a{

    color: #fa9928;

    font-size: 16px;

    font-weight: 700;

    font-family: 'Nunito Sans', sans-serif;

}







/*** 

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

    Services Style5 Area Css

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

***/

.services-style5-area{

    position: relative;

    display: block;

    padding: 120px 0 220px;

}

.services-style5-area .pattern-bg{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-repeat: repeat;

    background-color: #18212e;

}

.services-style5-area .sec-title-style4{

    overflow: hidden;

    z-index: 1;

}



.single-service-style5{

    position: relative;

    display: block;

}

.single-service-style5 .img-holder{

    position: relative;

    display: block;

    overflow: hidden;

}

.single-service-style5 .img-holder::before {

	position: absolute;

	top: 50%;

	left: 50%;

	z-index: 2;

	display: block;

	content: '';

	width: 0;

	height: 0;

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

	border-radius: 0%;

	-webkit-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

	opacity: 0;

}

.single-service-style5:hover .img-holder::before {

	-webkit-animation: circle .95s;

	animation: circle .95s;

}

.single-service-style5:hover .overlay-style-one{

    opacity: 1;

    transform: scaleY(1) skew(0deg, 0deg);

    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.22);  

}

.single-service-style5 .img-holder img{

    width: 100%;

    transition: ease-in-out 0.2s;

    -webkit-transition: ease-in-out 0.2s;

    -moz-transition: ease-in-out 0.2s;

    -ms-transition: ease-in-out 0.2s;

    -o-transition: ease-in-out 0.2s;

}

.single-service-style5:hover .img-holder img{

    transform: scale(1.2);

}



.single-service-style5 .overlay-style-one .link-button{

    position: relative;

    display: inline-block;

    width: 50px;

    height: 50px;

    background: #ffffff;

    font-size: 20px;

    line-height: 50px;

    transform: scale(.4);

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.single-service-style5:hover .overlay-style-one .link-button{

    transform: scale(1.0);

    transition: all 500ms linear;

    transition-delay: 0.3s;

}

.single-service-style5 .overlay-style-one .link-button a{

    color: #222222;

    font-weight: 600;

    display: inline-block;

}







.single-service-style5 .title-holder {

    position: relative;

    display: block;

    margin-top: 20px;

    padding-left: 100px;

    min-height: 70px;

}

.single-service-style5 .title-holder:before{

    position: absolute;

    left: 0;

    bottom: 0;

    height: 2px;

    width: 100%;

    background: #f99828;

    content: "";

    transition: background-color 0.5s ease;

}

.single-service-style5 .title-holder:after{

    position: absolute;

    left: 0;

    bottom: 0;

    height: 2px;

    width: 0%;

    background: #ffffff;

    content: "";

    transition: 0.5s ease;

}

.single-service-style5:hover .title-holder:after{

    width: 100%;

}



.single-service-style5 .title-holder .icon{

    position: absolute;

    top: 0;

    left: 0;

    width: 70px;

    height: 70px;

    background: #f99828;

    border-top-right-radius: 25px;

}

.single-service-style5 .title-holder .icon span:before{

    position: relative;

    display: block;

    color: #222222;

    font-size: 40px;

    line-height: 70px;

    text-align: center;

}

.single-service-style5 .title-holder .title {

    position: relative;

    display: block;

    padding: 20px 0;

}

.single-service-style5 .title-holder .title h3{

    font-size: 24px;

    line-height: 30px;

    font-weight: 400;

}

.single-service-style5 .title-holder .title h3 a{

    color: #ffffff;

}

.services-carousel-style5.owl-carousel.owl-dot-style1 .owl-stage-outer {

    padding-bottom: 60px;

}







/*** 

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

    Fact Counter Area style

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

***/

.fact-counter-area {

    position: relative;

    display: block;

    margin-top: -100px;

}

.fact-counter-area.style2{

    margin-top: 0;  

}



.fact-counter {

    position: relative;

    padding: 77px 70px 36px;

    padding-right: 0;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

    z-index: 1;

}

.fact-counter:before{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: -5000px;

    background: #f99828;

    content: "";

    z-index: -1;

}

.fact-counter.style2:before{

    display: none;

}



.single-fact-counter {

    position: relative;

    -ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;

    width: 100%;

    margin-bottom: 40px;

}

.single-fact-counter .icon-box{

    position: relative;

    width: 80px;

}

.single-fact-counter .icon-box span:before{

    color: #ffffff;

    font-size: 60px;

    line-height: 60px;

}

.single-fact-counter .icon-box,

.single-fact-counter .count-outer-box{

    display: table-cell;

    vertical-align: middle;

}



.single-fact-counter .count-box {

    position: relative;

    display: block;

    overflow: hidden;

}

.single-fact-counter .count-box .icon {

    position: relative;

    display: inline-block;

    float: left;

    padding-right: 3px;

}

.single-fact-counter .count-box .icon span:before {

    position: relative;

    display: block;

    color: #222222;

    font-size: 20px;

    line-height: 40px;

    font-weight: 900;

}

.single-fact-counter .count-box h2 {

    position: relative;

    display: inline-block;

    float: left;

    color: #222222;

    font-size: 36px;

    line-height: 40px;

    font-weight: 700;

}

.single-fact-counter .count-box h2 span{

    position: relative;

    display: inline-block;

}

.single-fact-counter .title{

    position: relative;

    display: block;

    overflow: hidden;

    padding-top: 7px;

}

.single-fact-counter .title h3 {

    color: #222222;

    font-size: 16px;

    line-height: 20px;

    font-weight: 600;

}







/*** 

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

    Work Process Area Style2 Css

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

***/

.work-process-area.style2{}

.work-process-area.style2 .sec-title-style4 {

    padding-bottom: 110px;

}



.single-work-process.style2 .icon-holder:before {

    background: #18212e;

}

.single-work-process.style2 .icon-holder .count-box {

    background: #fa9928;

}

.single-work-process.style2 .icon-holder span:before {

    border-bottom-right-radius: 0px;

    box-shadow: 0px 0px 5px 2px rgba(232,232,232,0.4);

}







/*** 

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

    Pricing Table Area Css

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

***/

.pricing-table-area {

    position: relative;

    display: block;

    padding: 120px 0 80px;

    background-color: #ffffff;

}

.pricing-table-area .pattern-bg {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-repeat: repeat;

    background-color: #ffffff;

}



.single-price-box{

	position: relative;

    display: block;

    padding-left: 50px;

    background: #ffffff;

    border: 1px solid #d7d7d7;

    max-width: 370px;

    width: 100%;

    margin: 0 auto 40px;

}

.single-price-box:before {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    background: #18212e;

    content: "";

    opacity: 1;

    transform-origin: right;

    transform-style: preserve-3d;

    transform: scaleX(0);

    transition: all 700ms ease 100ms;

}

.single-price-box:hover:before{

    opacity: 1;

    transform: scaleX(1.0);  

}



.single-price-box .pattern-bg{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    width: 50px;

    background-color: #ffffff;

    background-repeat: repeat;

    z-index: 1;

}

.single-price-box .pattern-bg:before{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    width: 0px;

    background-image: url(../images/pattern/pattern-bg-10.png);

    background-repeat: repeat;

    background-color: #18212e;

    content: "";

    z-index: -1;

    transition: all .4s ease-in-out .1s;

}

.single-price-box:hover .pattern-bg:before{

    width: 50px;    

}





.single-price-box .title{

    position: absolute;

    top: 90px;

    left: -1px;

    width: 250px;

    height: 70px;

    background: transparent;

    overflow: hidden;

    z-index: 1;

}

.single-price-box .title:before {

    position: absolute;

    content: "";

    top: 0;

    left: -35px;

    bottom: 0;

    right: 13px;

    background: #fa9928;

    -moz-transform: skew(20deg, 0deg);

    -webkit-transform: skew(20deg, 0deg);

    -o-transform: skew(20deg, 0deg);

    -ms-transform: skew(20deg, 0deg);

    transform: skew(20deg, 0deg);

    transition: all 700ms ease 100ms;

}

.single-price-box:hover .title:before{

    background: #ffffff;

    transition: all 700ms ease 500ms;    

} 

.single-price-box .title h3 {

    position: relative;

    display: block;

    padding-left: 30px;

    color: #222222;

    font-size: 24px;

    line-height: 70px;

    font-weight: 700;

}

.single-price-box .icon{

    position: absolute;

    top: 30px;

    right: 30px;

}

.single-price-box .icon span:before{

    color: #cccccc;

    font-size: 70px;

    line-height: 70px;

}





.single-price-box .inner-box{

	position: relative;

    display: block;

    padding: 217px 40px 70px;

}

.single-price-box .inner-box .value {

    position: relative;

    display: inline-block;

}

.single-price-box .inner-box .value h2 {

    color: #fa9928;

    font-size: 72px;

    line-height: 60px;

    font-weight: 700;

    font-family: 'Hind Siliguri', sans-serif;

}

.single-price-box .inner-box .value p{

    line-height: 20px;

    text-align: right;

    text-transform: none;

    margin: 8px 0 0;

}



.single-price-box .inner-box ul {

    position: relative;

    display: block;

    padding: 23px 0 60px;

}

.single-price-box .inner-box ul li{

	position: relative;

    display: block;

    border-bottom: 1px solid #e1e1e1;

    padding-left: 30px;

	color: #777777;

	font-size: 18px;

    line-height: 60px;

    font-weight: 400;

    transition: all 700ms ease 100ms;

}

.single-price-box .inner-box ul li:before{

    position: absolute;

    top: 0;

    left: 0px;

    bottom: 0;

    font-family: FontAwesome;

    content: "\f00c";

    font-size: 16px;

}

.single-price-box:hover .inner-box ul li{

    color: #ffffff;

    border-color: #ffffff;

    transition: all 700ms ease 500ms;    

}



.single-price-box .inner-box .btn-box{}

.single-price-box .inner-box .btn-box a {

    color: #ffffff;

    background: #18212e;

    transition: all 700ms ease 100ms;

}

.single-price-box:hover .inner-box .btn-box a{

    color: #222222;

    background: #fa9928;

    transition: all 700ms ease 500ms;   

}







/*** 

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

    Testimonial Style3 Area style

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

***/

.testimonial-style3-area{

    position: relative;

    display: block;

    background: #ffffff;

    padding: 120px 0 120px;

}

.testimonial-style3-area .layer-outer{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    width: 150px;

    background: #18212e;

}

.testimonial-style3-title{

    position: relative;

    display: block;

}

.testimonial-style3-title .sec-title-style4{

    padding: 0;

}



.testimonial-style3-content{

    position: relative;

    display: block;

}

.single-testimonial-style3{

    position: relative;

    display: block;

    padding-left: 70px;

}

.single-testimonial-style3 .image-box{

    position: absolute;

    top: -50px;

    left: 0;

    width: 170px;

    z-index: 1;

}

.single-testimonial-style3 .text-box{

    position: relative;

    display: block;

    margin-top: 50px;

    background: #ffffff;

    border: 2px solid #d7d7d7;

    padding-top: 47px;

    padding-left: 128px;

    padding-bottom: 53px;

    padding-right: 60px;

}

.single-testimonial-style3 .text-box .quote-box{

    position: absolute;

    right: 70px;

    bottom: -20px;

    color: #333;

    font-size: 80px;

}

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

    position: relative;

    display: block;

}

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

    position: relative;

    display: block;    

}

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

    font-size: 18px;

    line-height: 36px;

    margin: 0;

}



.single-testimonial-style3 .text-box .inner .bottom{

    position: relative;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-content: center;

    flex-wrap: wrap;

    padding-top: 31px;

}

.single-testimonial-style3 .text-box .inner .bottom .left{

    position: relative;

    display: block;

}

.single-testimonial-style3 .text-box .inner .bottom .left h3{

    color: #222222;

    font-size: 24px;

    line-height: 30px;

    font-weight: 700;

}

.single-testimonial-style3 .text-box .inner .bottom .left p{

    line-height: 20px;

    font-weight: 600;

    margin: 9px 0 0;

    font-family: 'Nunito Sans', sans-serif;

}

.single-testimonial-style3 .text-box .inner .bottom .rating-box {

    line-height: 20px;

    height: 20px;

    margin-top: 4px;

}



.testimonial-carousel-style3.owl-carousel.owl-dot-style1 .owl-stage-outer {

    padding-bottom: 30px;

}

.testimonial-carousel-style3.owl-carousel.owl-dot-style1 .owl-dots {

    position: absolute;

    left: -400px;

    bottom: 85px;

}







/*** 

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

    Latest Blog Style4 Area style

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

***/

.latest-blog-style4-area{

    position: relative;

    display: block;

    background: #ffffff;

    padding: 120px 0 120px;

}

.latest-blog-style4-outer{

    position: relative;

    display: block;

    overflow: hidden;

}



.single-blog-post-style4{

    position: relative;

    display: block;

}

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

    position: relative;

    display: block;

}

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

    position: relative;

    display: block;

    overflow: hidden;

}

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

    width: 100%;

}



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

    position: absolute;

    left: 60px;

    bottom: -60px;

    right: 60px;

    background: #18212e;

    display: block;

    padding: 33px 40px 32px;

}

.single-blog-post-style4 .img-holder .title-holder .meta-info{

    position: relative;

    display: block;   

    overflow: hidden;

    padding-bottom: 16px;    

}

.single-blog-post-style4 .img-holder .title-holder .meta-info li{

    position: relative;

    display: inline-block;

    float: left;

    line-height: 24px;

    margin-right: 25px;    

}

.single-blog-post-style4 .img-holder .title-holder .meta-info li:last-child{

    margin-right: 0;

}

.single-blog-post-style4 .img-holder .title-holder .meta-info li i{

    position: relative;

    display: inline-block;

    font-size: 16px;

    padding-right: 10px;

}

.single-blog-post-style4 .img-holder .title-holder .meta-info li a{

    color: #ffffff;

    font-size: 14px;

    font-weight: 500;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



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

    font-size: 24px;

    line-height: 34px;

    font-weight: 700;

}

.single-blog-post-style4 .img-holder .title-holder .blog-title a{

    color: #ffffff;

}





.blog-style4-carousel.owl-carousel{

    position: relative;

	display: block;

	max-width: 750px;

	width: 100%;

	margin: 0 auto;

}

.blog-style4-carousel.owl-carousel .owl-stage-outer{

	padding: 0px 0px 60px;

}





.latest-blog-style4-outer .btn-block {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

}

.latest-blog-style4-outer .btn-block .next-btn,

.latest-blog-style4-outer .btn-block .prev-btn {

    width: 125px;

    height: 125px;

    border: none;

    outline: none;

    background-color: #000;

    border-radius: 0%;

    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

}

.thumb-img {

  display: none !important;

}



.blog-style4-carousel.owl-carousel .owl-nav {

    position: absolute;

    left: -166px;

    bottom: 149px;

    right: -166px;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

    height: auto;

}

.blog-style4-carousel.owl-carousel .owl-nav button p{

    color: #222222;

    font-size: 14px;

    line-height: 14px;

    font-weight: 700;

    text-transform: none;

    margin: 0;

    font-family: 'Nunito Sans', sans-serif;

}







/*** 

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

    Footer Area Style4 Css

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

***/

.footer-area.style4 {

    background: #18212e;

}

.single-footer-widget.style4 .title:before {

    background: #fa9928;

}

.single-footer-widget.style4 .company-info-links li a:hover{

    color: #fa9928;

}

.single-footer-widget.style4 .resources-links li a:hover{

    color: #fa9928;

}

.single-footer-widget.style4 .subscribe-form input[type="email"]:focus {

    border-color: #fa9928;

}

.single-footer-widget .subscribe-form button {

    margin-top: 30px;

    padding: 0 50px;

    border-bottom-right-radius: 30px;

}

.single-footer-widget .subscribe-form button.btn-three:before {

    border-bottom-right-radius: 30px;

}

.single-footer-widget .subscribe-form button.btn-four:before {

    border-bottom-right-radius: 30px;

}





.footer-bottom.style4 .outer-box {

    border-top: 2px solid #141c27;

}

.copyright-text.style4 p a:hover{

    color: #fa9928;    

}

.footer-bottom.style4 .our-info-box ul li a:hover{

    color: #fa9928;    

}

.footer-social-links.style4 ul li a:hover{

    color: #fa9928;

}







/*** 

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

    Breadcrumb area style

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

***/

.breadcrumb-area {

    position: relative;

    background-attachment: scroll;

    background-position: center top;

    background-repeat: no-repeat;

    background-size: cover;

    padding: 297px 0 202px;

    z-index: 10;

}

.breadcrumb-area::before {

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    background: rgba(0, 0, 0, 0.50) none repeat scroll 0 0;

    content: "";

    z-index: -1;

} 

.breadcrumb-area .inner-content {

    position: relative;

    display: block;

    text-align: center;

}

.breadcrumb-area .title {

    position: relative;

    display: block;

}

.breadcrumb-area .title h1{

    color: #ffffff;

    font-size: 72px;

    line-height: 80px;

    font-weight: 700;

    text-transform: capitalize;

}

.breadcrumb-area .inner-content .border-box{

    position: relative;

    display: block;

    width: 70px;

    height: 2px;

    background: #ffffff;

    margin: 14px auto 24px;

}



.breadcrumb-area .breadcrumb-menu {

    position: relative;

    display: block;

    line-height: 0;

}

.breadcrumb-area .breadcrumb-menu ul {

    position: relative;

    display: block;

    overflow: hidden;

    text-align: center;

}

.breadcrumb-area .breadcrumb-menu ul li {

    position: relative;

    display: inline-block;

    float: none;

    color: #ffffff;

    font-size: 18px;

    line-height: 26px;

    font-weight: 400;

    text-transform: capitalize;

    transition: all 500ms ease;

    padding: 0 3px;

    font-family: 'Hind Siliguri', sans-serif;

}

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

    color: #ffffff;

    transition: all 500ms ease;

}







/*** 

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

    Breadcrumb Area Style2 Css

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

***/

.breadcrumb-area.style2{

    padding: 348px 0 212px;    

}

.breadcrumb-area.style2::before{

    display: none;

}

.breadcrumb-area.style2 .inner-content {

    text-align: left;

}

.breadcrumb-area.style2 .title h1 {

    color: #52a85e;

    font-weight: 700;

    margin-bottom: 18px;

}

.breadcrumb-area.style2 .breadcrumb-menu ul {

    text-align: left;

}

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

    color: #222222;

    padding: 0 3px;

    text-transform: none;

}

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

    color: #222222;

}







/*** 

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

    Breadcrumb Area Style3 Css

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

***/

.breadcrumb-area.style3{

    padding: 188px 0 192px;    

}

.breadcrumb-area.style3::before{

    display: none;

}

.breadcrumb-area.style3:after{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    content: "";

    z-index: -1; 

    background: rgba(0,95,219,1);/* Old Browsers */

    background: -moz-linear-gradient(left, rgba(0,95,219,1) 0%, rgba(0,109,251,0.05) 100%); /* FF3.6+ */

    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,95,219,1)), color-stop(100%, rgba(0,109,251,0.05)));/* Chrome, Safari4+ */

    background: -webkit-linear-gradient(left, rgba(0,95,219,1) 0%, rgba(0,109,251,0.05) 100%); /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(left, rgba(0,95,219,1) 0%, rgba(0,109,251,0.05) 100%); /* Opera 11.10+ */

    background: -ms-linear-gradient(left, rgba(0,95,219,1) 0%, rgba(0,109,251,0.05) 100%); /* IE 10+ */

    background: linear-gradient(to right, rgba(0,95,219,1) 0%, rgba(0,109,251,0.05) 100%);/* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005fdb', endColorstr='#006dfb', GradientType=1 );/* IE6-9 */

}

.breadcrumb-area.style3.bgblack:after{

    background: rgba(24,33,46,1);/* Old Browsers */

    background: -moz-linear-gradient(left, rgba(24,33,46,1) 0%, rgba(0,109,251,0.05) 100%); /* FF3.6+ */

    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(24,33,46,1)), color-stop(100%, rgba(0,109,251,0.05)));/* Chrome, Safari4+ */

    background: -webkit-linear-gradient(left, rgba(24,33,46,1) 0%, rgba(0,109,251,0.05) 100%); /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(left, rgba(24,33,46,1) 0%, rgba(0,109,251,0.05) 100%); /* Opera 11.10+ */

    background: -ms-linear-gradient(left, rgba(24,33,46,1) 0%, rgba(0,109,251,0.05) 100%); /* IE 10+ */

    background: linear-gradient(to right, rgba(24,33,46,1) 0%, rgba(0,109,251,0.05) 100%);/* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18212e', endColorstr='#006dfb', GradientType=1 );/* IE6-9 */    

}

.breadcrumb-area.style3 .inner-content {

    text-align: left;

}

.breadcrumb-area.style3 .title h1 {

    color: #ffffff;

    font-weight: 800;

    margin-bottom: 18px;

}

.breadcrumb-area.style3 .breadcrumb-menu ul {

    text-align: left;

}

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

    color: #ffffff;

    padding: 0 3px;

    text-transform: capitalize;

}

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

    color: #ffffff;

}







/*** 

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

    Service Page Css

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

***/

#service-page{

    position: relative;

    display: block;

    padding: 120px 0 70px;

}

.single-service-style2.serpage{

    max-width: 450px;

    width: 100%;

    margin: 0 auto 50px;

}

.single-service-style2 .text-holder {

    border: 1px solid #ebebeb;

    border-top: none;

}

.single-service-style2 .text-holder:before{

    position: absolute;

    top: 0;

    left: -1px;

    bottom: -1px;

    right: -1px;

    background: #53a95e;

    content: "";

    transition-delay: .1s;

    transition-timing-function: ease-in-out;

    transition-duration: .3s;

    transition-property: all;

    opacity: 0;

}

.single-service-style2:hover .text-holder:before{

    opacity: 1;    

}

.single-service-style2 .text-holder .inner .icon span:before {

    transition: all .3s ease-in-out .2s;

}

.single-service-style2:hover .text-holder .inner .icon span:before{

    color: #ffffff; 

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

}

.single-service-style2 .text-holder .inner .text h3 a {

    transition: all .3s ease-in-out .2s;

}

.single-service-style2:hover .text-holder .inner .text h3 a{

    color: #ffffff; 

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

}

.single-service-style2 .text-holder .inner .text p {

    transition: all .3s ease-in-out .2s;

}

.single-service-style2:hover .text-holder .inner .text p{

    color: #ffffff; 

    transition: all .3s ease-in-out .5s;       

}







/*** 

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

    Service Single Area Css

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

***/

#service-single-area{

    position: relative;

    display: block;

    padding: 120px 0 100px;

}



.service-sidebar{

    position: relative;

    display: block;

}

.service-sidebar .single-sidebar-box{

    position: relative;

    display: block;

    margin-bottom: 60px;

}

.service-menu-box {

    position: relative;

    display: block;

    padding: 40px;

    padding-right: 0;

    margin-right: 30px;

}

.service-menu-box:before{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 40px;

    background: #f5f5f5;

    content: "";

}

.service-menu-box ul{

    position: relative;

    display: block;

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

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

}

.service-menu-box ul li{

    position: relative;

    display: block;

}

.service-menu-box ul li a{

    position: relative;

    display: block;

    background: #ffffff;

    padding: 0 30px;

    color: #222222;

    font-size: 15px;

    line-height: 60px;

    font-weight: 600;

    border-bottom: 1px solid #e1e1e1;

    font-family: 'Nunito Sans', sans-serif;

    transition: all 300ms linear;

    transition-delay: 0.1s;   

    z-index: 1;

}

.service-menu-box ul li a:hover,

.service-menu-box ul li.active a{

    color: #ffffff;

    transition: all 300ms linear;

    transition-delay: 0.3s;   

}

.service-menu-box ul li:last-child a{

    border-bottom: none;

}

.service-menu-box ul li a:before{

    position: absolute;

    top: 0;

    right: 30px;

    bottom: 0;

    font-family: FontAwesome;

    content: "\f0da";

    color: #52a85e;

    transition: all 300ms linear;

    transition-delay: 0.1s;  

}

.service-menu-box ul li a:hover:before,

.service-menu-box ul li.active a:before{

    color: #222222;

    transition: all 300ms linear;

    transition-delay: 0.3s;      

}

.service-menu-box ul li a:after{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    content: "";

    z-index: -1;

    opacity: 1;

    transform: perspective(400px) rotateX(90deg);

    transform-origin: bottom;

    transition: all 300ms linear;

    transition-delay: 0.1s;

    background: #52A85E;

    background: -moz-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);

    background: -webkit-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);

    background: linear-gradient(to right, #52A85E 0%, #71BA5D 50%, #84c55d 100%);    

}

.service-menu-box ul li a:hover:after,

.service-menu-box ul li.active a:after{

	opacity: 1;

    transform: perspective(400px) rotateX(0deg);

    transition: all 300ms linear;

    transition-delay: 0.1s;        

}





.service-sidebar .single-sidebar-box .title{

    position: relative;

    display: block;

    padding-bottom: 16px;

    margin-top: -6px;

    margin-bottom: 40px;

}

.service-sidebar .single-sidebar-box .title:before{

    position: absolute;

    left: 0;

    bottom: 0;

    width: 70px;

    height: 3px;

    background: #84c55d;

    content: "";

}

.service-sidebar .single-sidebar-box .title h3{

    color: #222222;

    font-size: 24px;

    line-height: 30px;

    font-weight: 700;

}





.brochures-box{

    position: relative;

    display: block;

}

.brochures-box ul{

    position: relative;

    display: block;    

}

.brochures-box ul li{

    position: relative;

    display: block;

    margin-bottom: 10px;

}

.brochures-box ul li:last-child{

    margin-bottom: 0;

}

.brochures-box ul li a{

    position: relative;

    display: block;

    padding: 0 35px;

    background: #f5f5f5;

    color: #666666;

    font-size: 18px;

    line-height: 80px;

    font-weight: 600;

    font-family: 'Nunito Sans', sans-serif;

    transition: all 300ms linear;

    transition-delay: 0.1s;  

    z-index: 1;

}

.brochures-box ul li a:hover{

    color: #ffffff;

    transition: all 300ms linear;

    transition-delay: 0.3s;       

}

.brochures-box ul li a span:before {

    position: relative;

    top: 7px;

    display: inline-block;

    color: #222222;

    font-size: 35px;

    width: 35px;

    margin-right: 20px;

    line-height: 40px;

    font-weight: 400;

    transition: all 300ms linear;

    transition-delay: 0.1s;  

}

.brochures-box ul li a span.left:before{

    left: -6px;

} 

.brochures-box ul li a:hover span:before{

    color: #ffffff;

    transition: all 300ms linear;

    transition-delay: 0.3s;       

}

.brochures-box ul li a:before{

    position: absolute;

    top: 0;

    right: 35px;

    bottom: 0;

    font-family: FontAwesome;

    content: "\f019";

}

.brochures-box ul li a:after{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    content: "";

    z-index: -1;

    opacity: 1;

    transform: perspective(400px) rotateX(90deg);

    transform-origin: bottom;

    transition: all 300ms linear;

    transition-delay: 0.1s;

    background: #52A85E;

    background: -moz-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);

    background: -webkit-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);

    background: linear-gradient(to right, #52A85E 0%, #71BA5D 50%, #84c55d 100%);    

}

.brochures-box ul li a:hover:after{

	opacity: 1;

    transform: perspective(400px) rotateX(0deg);

    transition: all 300ms linear;

    transition-delay: 0.1s;        

}





.sidebar-contact-box{

    position: relative;

    display: block;

    padding: 60px 0 55px;

    background: #6ab65e;

    border-bottom-left-radius: 40px;

    border-bottom-right-radius: 40px;

    z-index: 1;

}

.sidebar-contact-box:before{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    background: url(../images/pattern/sidebar-contact-box-bg.png);

    content: "";

    z-index: -1;

}



.sidebar-contact-box span:before{

    color: #ffffff;

    font-size: 70px;

    line-height: 70px;

    font-weight: 100;

}

.sidebar-contact-box h4{

    color: #ffffff;

    font-size: 20px;

    line-height: 36px;

    font-weight: 700;

    margin: 25px 0 18px;

}

.sidebar-contact-box h3{

    font-size: 30px;

    line-height: 34px;

    font-weight: 700;

    margin: 0 0 14px;

}

.sidebar-contact-box h3 a{

    color: #222222;

}

.sidebar-contact-box h5{

    font-size: 16px;

    font-weight: 700;

}

.sidebar-contact-box h5 a{

    color: #ffffff;    

}





.single-service-content-box{

    position: relative;

    display: block;

}

.single-service-content-box .img-box{

    position: relative;

    display: block;

}

.single-service-content-box .img-box img{

    width: 100%;

}



.single-service-content-box .text-box {

    position: relative;

    display: block;

    padding-top: 42px;

}

.single-service-content-box .text-box h2{

    color: #222222;

    font-size: 36px;

    line-height: 44px;

    font-weight: 700;

    margin: 0 0 11px;

}

.single-service-content-box .text-box h4{

    color: #84c55d;

    font-size: 18px;

    line-height: 30px;

    font-weight: 700;

    margin: 0 0 23px;

}



.benefits-content-box{

    position: relative;

    display: block;

    padding-top: 35px;

}

.benefits-content-box .img-holder{

    position: relative;

    display: block;    

}

.benefits-content-box .img-holder img{

    width: 100%;

}

.benefits-content-box .text-holder{

    position: relative;

    display: block;

    margin-top: -7px;

}

.benefits-content-box .text-holder h3{

    color: #222222;

    font-size: 30px;

    line-height: 38px;

    font-weight: 700;

    margin: 0 0 12px;

}

.benefits-content-box .text-holder ul{

    position: relative;

    display: block;

    padding-top: 21px;

}

.benefits-content-box .text-holder ul li{

    position: relative;

    display: block;

    padding-left: 70px;

    margin-bottom: 32px;

}

.benefits-content-box .text-holder ul li:last-child{

    margin-bottom: 0;

}

.benefits-content-box .text-holder ul li .icon {

    position: absolute;

    top: 4px;

    left: 0;

}

.benefits-content-box .text-holder ul li .icon span:before {

    color: #52a85e;

    font-size: 50px;

    line-height: 50px;

}



.benefits-content-box .text-holder ul li .text{

    position: relative;

    display: block;

}

.benefits-content-box .text-holder ul li .text h4{

    color: #222222;

    font-size: 20px;

    line-height: 24px;

    font-weight: 700;

    margin: 0 0 6px;

}

.benefits-content-box .text-holder ul li .text p{

    margin: 0;

}





.solutions-content-box{

    position: relative;

    display: block;

    padding-top: 44px;

}

.solutions-content-box .title{

    position: relative;

    display: block;

    padding-bottom: 14px;

}

.solutions-content-box .title h2{

    color: #222222;

    font-size: 30px;

    line-height: 40px;

    font-weight: 700;

    margin: 0 0 21px;

}

.solutions-content-box .title p{

    margin: 0;

}





.accordian-boxed{

	position:relative;

	display: block;

    padding-top: 17px;

}

.accordion-box.style-two{

	position: relative;

    display: block;

}

.accordion-box.style-two .block{

    margin-bottom: 20px;

	padding: 0px 0px;

    border: 1px solid #dddddd;

    background-color: #ffffff;

}

.accordion-box.style-two .block .acc-btn{

	position: relative;

    display: block;

    padding-left: 120px;

	color: #222222;

	font-size: 16px;

	line-height: 68px;

	font-weight: 700;

    text-transform: none;

	cursor: pointer;

	transition:all 500ms ease;

	font-family: 'Nunito Sans', sans-serif;

}

.accordion-box.style-two .block .acc-btn.active{

	color:#84c55d;

}

.accordion-box.style-two .block .count-box {

    position: absolute;

    left: -1px;

    top: -1px;

    bottom: -1px;

    width: 70px;

    color: #ffffff;

    font-size: 18px;

    font-weight: 700;

    text-align: center;

    background: #84c55d;

}



.accordion-box.style-two .block .acc-content{

	position: relative;

	display: none;

}

.accordion-box.style-two .block .acc-content.current{

	display:block;	

}

.accordion-box.style-two .block .content {

    position: relative;

    padding: 0px 30px 21px 120px;

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

}

.accordion-box.style-two .block .content:before {

    position: absolute;

    top: -1px;

    left: -1px;

    bottom: -1px;

    width: 70px;

    background: #84c55d;

    content: "";

}

.accordion-box.style-two .block .acc-content .content-text{

	position: relative;

    display: block;

}







/*** 

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

    Team Page Css

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

***/

#team-page{

    padding: 120px 0 70px;    

}

.single-team-member.style3{

    max-width: 400px;

    width: 100%;

    margin: 0 auto 50px;

}







/*** 

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

    Team Single Area Css

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

***/

.team-single-area{

    position: relative;

    display: block;

    padding: 120px 0 120px;

}



.team-single-content{

    position: relative;

    display: block;

}

.team-single-content .info-box{

    position: relative;

    display: block;

    padding-bottom: 36px;

}

.team-single-content .info-box h2{

    color: #18212e;

    font-size: 36px;

    line-height: 44px;

    font-weight: 600;

    margin: -8px 0 26px;

}

.team-single-content .capabilities-box{

    position: relative;

    display: block;

}

.team-single-content .capabilities-box h2{

    color: #18212e;

    font-size: 36px;

    line-height: 44px;

    font-weight: 600;

    margin: -8px 0 24px;    

}

.team-single-content .capabilities-box ul{

    position: relative;

    display: block;

    padding-bottom: 19px;

}

.team-single-content .capabilities-box ul li{

    position: relative;

    display: block;

    padding-left: 30px;

    line-height: 36px;

    font-weight: 600;

    font-family: 'Nunito Sans', sans-serif;    

}

.team-single-content .capabilities-box ul li:before{

    position: absolute;

    font-family: "Flaticon";

    content: "\f14d";

    top: 0;

    left: 0;

    bottom: 0;

    color: #fa9928;

}



.team-single-content .contact-box{

    position: relative;

    display: block;

    padding-top: 35px;

}

.team-single-content .contact-box h2{

    color: #18212e;

    font-size: 36px;

    line-height: 44px;

    font-weight: 600;

    margin: -8px 0 34px;    

}

#team-contact-form{

    position: relative;

    display: block;

}

#team-contact-form .input-box{

    position: relative;

    display: block;

    margin-bottom: 20px;

}

#team-contact-form input[type="text"],

#team-contact-form input[type="email"],

#team-contact-form textarea{

    position: relative;

    display: block;   

    background: #ffffff;

    border: 1px solid #cccccc;

    width: 100%;

    height: 60px;

    color: red;

    font-size: 16px;

    font-weight: 500;

    padding-left: 30px;

    padding-right: 20px;

    border-radius: 0px;

    transition: all 500ms ease;

}

#team-contact-form textarea {

    height: 180px;

    padding-top: 17px;

    padding-left: 30px;

    padding-right: 20px;

    border-radius: 0px;

    margin-bottom: 25px;

}

#team-contact-form input[type="text"]:focus{

    color: #222222;

    border-color: #e8e3e3; 

}

#team-contact-form input[type="email"]:focus{

    color: #222222;

    border-color: #e8e3e3;

}

#team-contact-form textarea:focus{

    color: #222222;

    border-color: #e8e3e3;

}

#team-contact-form input[type="text"]::-webkit-input-placeholder {

    color: #777777;

}

#team-contact-form input[type="text"]:-moz-placeholder {

    color: #777777;

}

#team-contact-form input[type="text"]::-moz-placeholder {

    color: #777777;

}

#team-contact-form input[type="text"]:-ms-input-placeholder {

    color: #777777;

}

#team-contact-form input[type="email"]::-webkit-input-placeholder {

    color: #777777;

}

#team-contact-form input[type="email"]:-moz-placeholder {

    color: #777777;

}

#team-contact-form input[type="email"]::-moz-placeholder {

    color: #777777;

}

#team-contact-form input[type="email"]:-ms-input-placeholder {

    color: #777777;

}

#team-contact-form textarea::-webkit-input-placeholder {

    color: #777777;

}

#team-contact-form textarea:-moz-placeholder {

    color: #777777;

}

#team-contact-form textarea::-moz-placeholder {

    color: #777777;

}

#team-contact-form textarea:-ms-input-placeholder {

    color: #777777;

}

#team-contact-form button {

    padding: 0 40px;

}

#team-contact-form button:hover{}









.team-sidebar{

    position: relative;

    display: block;

}

.team-sidebar .single-box{

    position: relative;

    display: block;

}

.team-sidebar .single-team-member {

    position: relative;

    display: block;

    max-width: 100%;

    width: 100%;

    margin: 0;

}

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

    padding-right: 0px;

}

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

    width: 100%;

    transform: none;

    transition: all 300ms ease;

}

.team-sidebar .single-team-member .img-holder .team-social-links {

    position: absolute;

    left: 30px;

    bottom: 30px;

    transform: translateY(0%);

    opacity: 1;

}

.team-sidebar .single-team-member .title-holder {

    position: static;

    writing-mode: unset;

    padding-top: 34px;

}

.team-sidebar .single-team-member .title-holder h3 {

    font-size: 24px;

    line-height: 30px;

    font-weight: 700;

    text-transform: none;

    margin: 0 0 9px;

}

.team-sidebar .single-team-member .title-holder p{

    color: #f89828;

    font-size: 14px;

    line-height: 20px;

    font-weight: 500;

    margin: 0;

}

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

    position: relative;

    display: block;

    padding-top: 15px;

}

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

    color: #777777;

    font-size: 16px;

    line-height: 30px;

    font-weight: 400;

    margin: 0;

}





.personal-information-box {

    position: relative;

    display: block;

    border-top: 1px solid #cccccc;

    margin-top: 40px;

    padding-top: 44px;

}

.personal-information-box .title{

    position: relative;

    display: block;

    padding-bottom: 24px;

}

.personal-information-box .title h3{

    color: #222222;

    font-size: 24px;

    line-height: 30px;

    font-weight: 700;

}

.personal-information-box ul{

    position: relative;

    display: block;

}

.personal-information-box ul li{

    position: relative;

    display: block;

    line-height: 30px;

}

.personal-information-box ul li span{

    position: relative;

    display: inline-block;

    width: 110px;

}

.personal-information-box ul li a{

    color: #777777;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.personal-information-box ul li a:hover{

    color: #f89828;

    font-weight: 500;

}





.preson-skill-box{

    position: relative;

    display: block;

    border-top: 1px solid #cccccc;

    margin-top: 40px;

    padding-top: 44px;

}

.preson-skill-box .title {

    position: relative;

    display: block;

    padding-bottom: 31px;

}

.preson-skill-box .title h3{

    color: #222222;

    font-size: 24px;

    line-height: 30px;

    font-weight: 700;    

}



.progress-levels.style2 .progress-box .inner .text {

    color: #777777;

    font-size: 16px;

    line-height: 16px;

    font-weight: 500;

    letter-spacing: 0px;

    margin: 0 0 17px;

    font-family: 'Nunito Sans', sans-serif;

}



.progress-levels.style2 .progress-box .bar .bar-innner {

    height: 4px;

    background: #18212e;

}

.progress-levels.style2 .progress-box .bar .bar-fill {

    height: 4px;

    background: #f89828;

}

.progress-levels.style2 .progress-box .bar .bar-fill:before {

    position: absolute;

    top: -4px;

    right: 0;

    bottom: 0;

    width: 12px;

    height: 12px;

    border: 1px solid #f89828;

    background: #ffffff;

    border-radius: 50%;

    content: "";

}



.progress-levels.style2 .progress-box .inner .count-text {

    color: #777777;

    font-size: 16px;

    line-height: 20px;

    font-weight: 400;

}

.progress-levels.style2 .progress-box .inner .percent {

    color: #777777;

    font-size: 16px;

    line-height: 20px;

    font-weight: 400;

    margin-left: -2px;

}







/*** 

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

    Error Page Area Style      

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

***/

.error-page-area{

    position: relative;

    display: block;

    overflow: hidden;

    background: #F2F3F4;

    padding: 148px 0 150px;

}

.error-content{

    position: relative;

    display: block;

    z-index: 3;

}

.error-content h4{

    color: #222222;

    font-size: 14px;

    font-weight: 700;

    text-transform: none;

}

.error-content .title {

    position: relative;

    display: block;

    color: #f99928;

    font-size: 180px;

    line-height: 150px;

    font-weight: 700;

    text-transform: none;

    margin: 17px 0 19px;

}

.error-content p{

    font-size: 18px;

    line-height: 28px;

    font-weight: 400;

    margin: 0 0 32px;

}

.error-content .button{}

.error-content .button a {

    width: 250px;

}

.error-content .button a:hover{



}







/*** 

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

    Faq Content Area Css

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

***/

.faq-content-area{

    position: relative;

    display: block;

    padding: 120px 0 120px;

}



.faq-tab-box .tab-buttons {

    position: relative;

    display: block;

    overflow: hidden;

    padding-left: 70px;

}

.faq-tab-box .tab-buttons .tab-btn{

	position: relative;

    display: block;

    border: 1px solid #dddddd;

	padding: 0px 30px 0px;

	color: #222222;

	font-size: 18px;

    line-height: 68px;

	font-weight: 700;

    text-transform: capitalize;

	cursor: pointer;

    margin-bottom: 15px;

	transition:all 300ms ease;

	font-family: 'Nunito Sans', sans-serif;

}

.faq-tab-box .tab-buttons .tab-btn:last-child{

    margin-bottom: 0;

}

.faq-tab-box .tab-buttons .tab-btn:hover,

.faq-tab-box .tab-buttons .tab-btn.active-btn{

	color:#ffffff;

    border-color: #fa9928;

    background: #fa9928;

}



.faq-tab-box .tabs-content .tab{

	position: relative;

	display: none;

	-webkit-transform: translateY(35px);

	-ms-transform: translateY(35px);

	transform: translateY(35px);

	-webkit-transition:all 600ms ease;

	-moz-transition:all 600ms ease;

	-ms-transition:all 600ms ease;

	-o-transition:all 600ms ease;

	transition:all 600ms ease;

	z-index:10;

}

.faq-tab-box .tabs-content .tab.active-tab{

	display: block;

	margin-top: 0px;

	-webkit-transform: translateY(0px);

	-ms-transform: translateY(0px);

	transform: translateY(0px);

}



.faq-content-box{

    position: relative;

    display: block;

    padding-right: 70px;

}

.accordion-box.team-page .accordion .accord-btn {

    background: #ffffff;

    border: 1px solid #dddddd;

    padding-left: 30px;

    padding-right: 50px;

    padding-top: 16px;

    padding-bottom: 16px;

}

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

    background: #f5f5f5;

    border-bottom-color: #f5f5f5;

    padding-top: 23px;

    padding-bottom: 14px;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

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

    top: 50%;

    left: auto;

    right: 30px;

    width: auto;

    height: auto;

    color: #fa9928;

}

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

    color: #fa9928;

}

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

    color: #777777;

    font-size: 16px;

    line-height: 28px;

    font-weight: 400;

    margin: 0;

}

.accordion-box.team-page .accordion .accord-content {

    background: #f5f5f5;

    padding-top: 0px;

    padding-bottom: 21px;

    padding-left: 30px;

    padding-right: 50px;

    display: none;

    border: 1px solid #dddddd;

    border-top: none;

}

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

    display: block;

}







/*** 

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

    Faq question Form Area style

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

***/

.faq-question-form-area{

    position: relative;

    display: block;

    background: #f5f5f5;

    padding-top: 120px;

    padding-bottom: 120px;

}

.question-form{

    position: relative;

    display: block;

    padding: 0 100px;

}

.question-form form input[type="text"],

.question-form form input[type="email"],

.question-form form textarea{

    position: relative;

    display: block;

    background: #ffffff;

    border: 1px solid #bbbbbb;

    width: 100%;

    height: 60px;

    margin-bottom: 30px;

    padding: 0 30px;

    color: #777777;

    font-size: 16px;

    font-weight: 400;

    border-radius: 0px;

    transition: all 500ms ease;

    font-family: 'Hind Siliguri', sans-serif;

}

.question-form form textarea{

    height: 160px;

    padding: 15px 30px;

}

.question-form form button {

    width: 200px;

    margin: 0 auto;

    display: block;

}







/*** 

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

    Project Page Css

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

***/

#project-page{

    position: relative;

    display: block;

    background: #ffffff;

    padding: 120px 0 60px;

}

#project-page .single-project-style1 {

    margin-bottom: 60px;

}

#project-page .single-project-style1 .text-holder {

    position: relative;

    display: block;

    background: #ffffff;

    padding: 33px 33px 33px;

    border-bottom-right-radius: 40px;

    border: 2px solid #eeeeee;

    border-top: none;

}

#project-page .single-project-style1:hover .text-holder{

    -webkit-box-shadow: 0px 3px 8px 1px #ececec; 

    box-shadow: 0px 3px 8px 1px #ececec; 

    transition: all 200ms linear;

    transition-delay: 0.1s;

}







/*** 

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

    Project detail Area Css

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

***/

.project-detail-area{

    position: relative;

    display: block;

    padding: 120px 0 120px;

}



.project-detail-content {

    position: relative;

    display: block;

    border-bottom: 1px solid #bbbbbb;

    padding-bottom: 120px;

}

.project-detail-content .top{

    position: relative;

    display: block;    

}

.project-detail-content .top .img-box{

    position: relative;

    display: block;

}

.project-detail-content .top .img-box img{

    width: 100%;

}

.project-detail-content .top .sidebar-box{

    position: relative;

    display: block;    

}

.project-detail-content .top .sidebar-box .title{

    position: relative;

    display: block;

    padding-bottom: 12px;

    margin-top: -7px;

    margin-bottom: 40px;

}

.project-detail-content .top .sidebar-box .title:before{

    position: absolute;

    left: 0;

    bottom: 0;

    width: 55px;

    height: 4px;

    background: #fea060;

    content: "";

}

.project-detail-content .top .sidebar-box .title h3{

    color: #222222;

    font-size: 30px;

    line-height: 40px;

    font-weight: 700;

}



.project-info {

    position: relative;

    display: block;

}

.project-info li {

    position: relative;

    display: block;

    padding-left: 19px;

    border: 1px solid #ebebeb;

    border-bottom: none;

    color: #888888;

    font-size: 15px;

    line-height: 68px;

}

.project-info li:last-child{

    border-bottom: 1px solid #ebebeb;    

}

.project-info li span{

    color: #fb6f62;

    font-weight: 700;

}



.challenge-content-box{

    position: relative;

    display: block;

    padding-top: 40px;

    padding-bottom: 36px;

}

.challenge-content-box h2{

    color: #222222;

    font-size: 30px;

    line-height: 40px;

    font-weight: 700;

    margin: -8px 0 21px;

}



.strategy-content-box{

    position: relative;

    display: block;

    padding-bottom: 36px;    

}

.strategy-content-box h2{

    color: #222222;

    font-size: 30px;

    line-height: 40px;

    font-weight: 700;

    margin: -8px 0 21px;    

}



.result-content-box{

    position: relative;

    display: block;

    padding-bottom: 9px;        

}

.result-content-box h2{

    color: #222222;

    font-size: 30px;

    line-height: 40px;

    font-weight: 700;

    margin: -8px 0 21px;      

}



.project-chart-box{

    position: relative;

    display: block;

}

.project-chart-box .text-box{

    position: relative;

    display: block;    

}

.project-chart-box .text-box h4{

    font-size: 18px;

    line-height: 26px;

    font-weight: 700;

    margin: 0 0 25px;

}

.project-chart-box .text-box p{

    margin: 0;

}

.project-chart-box .text-box ul{

    position: relative;

    display: block;

    padding: 22px 0 24px;

}

.project-chart-box .text-box ul li{

    position: relative;

    display: block;

    padding-left: 20px;

    line-height: 30px;

    font-weight: 500;

}

.project-chart-box .text-box ul li:before{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    font-family: FontAwesome;

    content: "\f105";

}







/*** 

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

    Related Project Area Css

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

***/

#related-project-area {

    background: #ffffff;

    padding-top: 0;

}



#related-project-area .project-carousel.owl-carousel.owl-dot-style2 .owl-stage-outer {

    margin-right: 0px;

    padding-bottom: 0px;

}

#related-project-area .project-carousel.owl-carousel.owl-dot-style2 .owl-dots {

    position: absolute;

    bottom: auto;

    left: auto;

    right: -5px;

    top: -69px;

}







/*** 

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

    Blog Style1 Area Css

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

***/

#blog-area{

    position: relative;

    display: block;

    background: #ffffff;

    padding: 120px 0 120px;

}





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

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

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

    transition-delay: .1s;

    transition-timing-function: ease-in-out;

    transition-duration: .7s;

    transition-property: all;

    opacity: 0;

}

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

    opacity: 1;

    transform: scaleY(1) skew(0deg, 0deg);

    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.22);  

}

.single-blog-post .img-holder .overlay-content .button {

    position: relative;

    width: 100%;

    height: 100%;

    display: flex;

    flex-direction: row;

    justify-content: center;

    align-items: center;

}

.single-blog-post .img-holder .overlay-content .button a{

    position: relative;

    display: inline-block;

    border-radius: 30px;

    width: 150px;

    color: #ffffff;

    font-size: 16px;

    line-height: 48px;

    font-weight: 600;

    text-align: center;

    border: 1px solid rgba(255, 255, 255, 0.30);

    font-family: 'Nunito Sans', sans-serif;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.single-blog-post .img-holder .overlay-content .button a i {

    position: relative;

    display: inline-block;

    padding-right: 10px;

}

.single-blog-post .img-holder .overlay-content .social-share-post {

    position: absolute;

    left: 30px;

    bottom: 20px;

    right: 30px;

    display: flex;

    flex-direction: row;

    align-items: center;

    flex-wrap: wrap;

    opacity: 0;

    transform: translateY(100px);

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

}

.single-blog-post:hover .img-holder .overlay-content .social-share-post{

    opacity: 1;

    transform: translateY(0px); 

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

}

.single-blog-post .img-holder .overlay-content .social-share-post .title{

    position: relative;

    display: block;

}

.single-blog-post .img-holder .overlay-content .social-share-post .title h5{

    color: #ffffff;

    font-size: 16px;

    line-height: 30px;

    font-weight: 700;

}

.single-blog-post .img-holder .overlay-content .social-share-post .social-links{

    position: relative;

    display: block;

    padding-left: 20px;

}

.single-blog-post .img-holder .overlay-content .social-share-post .social-links ul{

    overflow: hidden;

}

.single-blog-post .img-holder .overlay-content .social-share-post .social-links ul li{

    position: relative;

    display: inline-block;

    float: left;

    margin-right: 20px;

    line-height: 29px;

}

.single-blog-post .img-holder .overlay-content .social-share-post .social-links ul li:last-child{

    margin-right: 0;

}

.single-blog-post .img-holder .overlay-content .social-share-post .social-links ul li a{

    color: #ffffff;

    font-size: 14px;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

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

    position: absolute;

    top: 20px;

    right: 0;

    width: 120px;

    text-align: center;

    border-top-left-radius: 30px;

    border-bottom-left-radius: 30px;

    padding: 6px 0 4px;

}

.single-blog-post .img-holder .catogaries-box h6{

    color: #222222;

    font-size: 14px;

    line-height: 30px;

    font-weight: 700;

    text-transform: none;

}





.single-blog-post .text-holder{

    

}

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

    position: relative;

    display: block;

    overflow: hidden;

    padding-top: 10px;

}

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

    position: relative;

    display: inline-block;

    float: left;

    line-height: 24px;

    margin-right: 25px;

}

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

    margin-right: 0;

}

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

    position: relative;

    display: inline-block;

    padding-right: 10px;

}

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

    color: #777777;

    font-size: 14px;

    font-weight: 500;

}



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

    font-size: 30px;

    line-height: 42px;

    margin: 15px 0 10px;

}

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

    position: relative;

    display: block;

}

.blog-post .single-blog-post .text-holder .text-box p{}



.blog-post .single-blog-post .text-holder .text-box .read-more-button {

    position: relative;

    display: block;

    padding-top: 6px;

}

.blog-post .single-blog-post .text-holder .text-box .read-more-button:before {

    position: absolute;

    left: 0;

    bottom: 14px;

    right: 0;

    height: 3px;

    background: #f5f5f5;

    content: "";

}

.blog-post .single-blog-post .text-holder .text-box .read-more-button a{

    position: relative;

    display: inline-block;

    background: #ffffff;

    padding-right: 20px;

    font-size: 16px;

    line-height: 30px;

    font-weight: 700;

    font-family: 'Nunito Sans', sans-serif;

}

.blog-post .single-blog-post .text-holder .text-box .read-more-button a i{

    position: relative;

    display: inline-block;

    padding-left: 10px;

}





.styled-pagination {

    position: relative;

    display: block;

    width: 100%;

    height: auto;

}

.styled-pagination li {

    position: relative;

    display: inline-block;

    margin: 0px -2px;

}

.styled-pagination li a{

	position: relative;

	display: inline-block;

    width: 50px;

    height: 50px;

    border-radius: 0%;

    background: #ffffff;

    border: 1px solid #dddddd;

    border-left: none;

    border-right: none;

	color: #777777;

	font-size: 18px;

	line-height: 48px;

	font-weight: 500;

	text-align: center;

	text-transform:capitalize;

	transition:all 500ms ease;

    font-family: 'Nunito Sans', sans-serif;

}

.styled-pagination li a:hover,

.styled-pagination li a.active{

	color: #ffffff;

}

.styled-pagination li.prev a,

.styled-pagination li.next a{

    color: #ffffff;

    line-height: 48px;

    border-color: #222222;

    background: #222222;

}

.styled-pagination li.prev a:hover,

.styled-pagination li.next a:hover{

	color:#222222;

    background: #dddddd;

    border-color: #dddddd;

}





.sidebar-wrapper {

    position: relative;

    display: block;

    max-width: 370px;

    width: 100%;

}

.sidebar-wrapper .single-sidebar{

    position: relative;

    display: block;

    margin-bottom: 60px;

}

.sidebar-wrapper .single-sidebar .title {

    position: relative;

    display: block;

    margin-top: -6px;

    margin-bottom: 40px;

    padding-bottom: 16px;

}

.sidebar-wrapper .single-sidebar .title:before{

    position: absolute;

    left: 0;

    bottom: 0;

    width: 50px;

    height: 3px;

    content: "";

}

.sidebar-wrapper .single-sidebar .title h3 {

    color: #222222;

    font-size: 24px;

    line-height: 30px;

    font-weight: 700;

    text-transform: capitalize;

}





.single-sidebar .categories-box{

    position: relative;

    display: block;

    padding-top: 40px;

    padding-left: 40px;

    padding-bottom: 40px;

}

.single-sidebar .categories-box:before{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 70px;

    background: #f5f5f5;

    content: "";

}

.single-sidebar .categories {

    position: relative;

    display: block;

    background: #ffffff;

    -webkit-box-shadow: -1px 0px 7px 3px rgba(232,232,232,0.9); 

    box-shadow: -1px 0px 7px 3px rgba(232,232,232,0.9);

}

.single-sidebar .categories li{

    position: relative;

    display: block;

    padding: 0 30px;

    line-height: 55px;

    border-bottom: 1px solid #e1e1e1;

    z-index: 1;

}

.single-sidebar .categories li:last-child{

    border-bottom: none;

}

.single-sidebar .categories li:after{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    content: "";

    z-index: -1;

    opacity: 1;

    transform: perspective(400px) rotateX(90deg);

    transform-origin: bottom;

    transition: all 300ms linear;

    transition-delay: 0.1s;   

}

.single-sidebar .categories li:hover:after,

.single-sidebar .categories li.active:after{

	opacity: 1;

    transform: perspective(400px) rotateX(0deg);

    transition: all 300ms linear;

    transition-delay: 0.1s;        

}

.single-sidebar .categories li a{

    position: relative;

    display: block;

    color: #222222;

    font-size: 15px;

    font-weight: 600;

    -webkit-transition: all 0.4s linear;

    -o-transition: all 0.4s linear;

    transition: all 0.4s linear;

    font-family: 'Nunito Sans', sans-serif;

}

.single-sidebar .categories li a span {

    position: relative;

    display: inline-block;

    float: right;

}







.sidebar-search-box {

    position: relative;

    display: block;

    padding-top: 40px;

    padding-left: 40px;

    padding-bottom: 40px;

}

.sidebar-search-box:before{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 70px;

    background: #f5f5f5;

    content: "";    

}

.sidebar-search-box form.search-form {

    position: relative;

    display: block;

    width: 100%;

}

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

    position: relative;

    display: block;

    width: 100%;

    height: 60px;

    border-radius: 0px;

    background: #ffffff;

    border: 0px solid #dddddd;

    color: #777777;

    font-size: 16px;

    font-weight: 500;

    letter-spacing: .1em;

    padding-left: 30px;

    padding-right: 70px;

    transition: all 500ms ease 0s;

}

.sidebar-search-box .search-form button {

    position: absolute;

    top: 0px;

    right: 0px;

    width: 60px;

    height: 60px;

    color: #222222;

    line-height: 60px;

    display: block;

    text-align: center;

    border: 0px solid #e1e1e1;

    border-radius: 0;

    transition: all 500ms ease 0s;

}

.sidebar-search-box .search-form button i {

    font-size: 16px;

}

.sidebar-search-box .search-form input[type="text"]:focus {

    color: #000;

    background: #eeeded;

}

.sidebar-search-box .search-form input[type="text"]:focus + button, 

.sidebar-search-box .search-form button:hover {

    color: #fff;

}

.sidebar-search-box .search-form input::-webkit-input-placeholder {

    color: #777777;

}

.sidebar-search-box .search-form input:-moz-placeholder {

    color: #777777;

}

.sidebar-search-box .search-form input::-moz-placeholder {

    color: #777777;

}

.sidebar-search-box .search-form input:-ms-input-placeholder {

    color: #777777;

}





.sidebar-recent-post-box{

    position: relative;

    display: block;

    padding-top: 40px;

    padding-left: 40px;

    padding-bottom: 40px;    

}

.sidebar-recent-post-box:before{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 70px;

    background: #f5f5f5;

    content: "";       

}

.single-sidebar .recent-posts{

    position: relative;

    display: block;

    background: #ffffff;

    padding: 30px;

    -webkit-box-shadow: -1px 0px 7px 3px rgba(232,232,232,0.9); 

    box-shadow: -1px 0px 7px 3px rgba(232,232,232,0.9);

}

.single-sidebar .recent-posts li{

    position: relative;

    display: block;

    min-height: 80px;

    padding-left: 80px;

    margin-bottom: 30px;

    padding-bottom: 30px;

    border-bottom: 1px solid #999999;

}

.single-sidebar .recent-posts li:last-child{

    margin-bottom: 0;

    padding-bottom: 0;

    border-bottom: none;

}

.single-sidebar .recent-posts li .img-box{

    position: absolute;

    top: 0;

    left: 0;

    width: 80px;

    height: 80px;

    overflow: hidden;

}

.single-sidebar .recent-posts li .img-box img{

    width: 100%;

}

.single-sidebar .recent-posts li .img-box .overlay-content {

    position: absolute;

    top: 10px;

    left: 10px;

    bottom: 10px;

    right: 10px;

    opacity: 0;

    transform: perspective(400px) rotate(90deg);

    transform-origin: top;

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

    display: flex;

    flex-direction: row;

    justify-content: center;

    align-items: center;

    z-index: 2;

}

.single-sidebar .recent-posts li:hover .img-box .overlay-content{

	opacity: 1;

    transform: perspective(400px) rotate(0deg); 

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

}

.single-sidebar .recent-posts li .img-box .overlay-content a{

    color: #ffffff;

    font-size: 16px;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.single-sidebar .recent-posts li .title-box{

    position: relative;

    display: block;

    min-height: 80px;

    padding-left: 20px;

}

.single-sidebar .recent-posts li .title-box h4{

    font-size: 16px;

    line-height: 24px;

    font-weight: 700;

    margin: 0 0 11px;

}

.single-sidebar .recent-posts li .title-box h4 a{

    color: #222222;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.single-sidebar .recent-posts li .title-box p{

    font-size: 14px;

    line-height: 16px;

    font-weight: 400;

    margin: 0;

}





.sidebar-popular-tag-box{

    position: relative;

    display: block;

    overflow: hidden;

    padding-top: 40px;

    padding-left: 40px;

    padding-bottom: 40px;       

}

.sidebar-popular-tag-box:before{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 70px;

    background: #f5f5f5;

    content: "";        

}

.single-sidebar .popular-tag {

    position: relative;

    display: block;

    margin-left: -5px;

    margin-right: -5px;

    background: #ffffff;

    padding: 30px 20px 20px;

    width: 100%;

    min-height: 200px;

    -webkit-box-shadow: -1px 0px 7px 3px rgba(232,232,232,0.9);

    box-shadow: -1px 0px 7px 3px rgba(232,232,232,0.9);

}

.single-sidebar .popular-tag li {

    position: relative;

    display: inline-block;

    float: left;

    margin: 0 5px 10px;

}

.single-sidebar .popular-tag li a {

    position: relative;

    display: block;

    padding: 0px 10px 0px;

    border: 1px solid #dddddd;

    color: #777777;

    font-size: 14px;

    line-height: 38px;

    font-weight: 400;

    text-transform: none;

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

}

.single-sidebar .popular-tag li a:hover{

    color: #ffffff;

}







/*** 

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

    Blog Single Area style

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

***/

.blog-single-area{}

.blog-single-area .blog-post {

    position: relative;

    display: block;

}

.blog-single-area .blog-post .single-blog-post {

    margin: 0;

}



.blog-single-author-box {

    position: relative;

    display: block;

    margin-top: 57px;

    margin-bottom: 46px;

    padding: 44px 50px 40px;

    border: 1px dashed #e2e2e2;

}

.blog-single-author-box p{

    color: #222222;

    font-size: 16px;

    line-height: 30px;

    font-weight: 700;

    margin: 0;

    font-style: italic;

    font-family: 'Nunito Sans', sans-serif;

}

.blog-single-author-box .author-name{

    position: absolute;

    bottom: -15px;

    right: 50px;

    width: 130px;

    font-size: 16px;

    line-height: 30px;

    font-weight: 600;

    text-align: center;

    background: #ffffff;

    border-radius: 20px;

    -webkit-box-shadow: 0px 0px 8px 2px #f5f5f5; 

    box-shadow: 0px 0px 8px 2px #f5f5f5;

}

.blog-single-author-box .quote-icon {

    position: absolute;

    top: -27px;

    left: 50px;

    width: 55px;

    height: 55px;

    color: #ffffff;

    font-size: 20px;

    text-align: center;

    line-height: 55px;

}

.blog-single-text-box{

    position: relative;

    display: block;

    margin-bottom: 45px;

}

.blog-single-text-box p{

    margin: 0;

}





.blog-single-botton-text{

    position: relative;

    display: block;

}

.blog-single-botton-text .title{

    position: relative;

    display: block;

    padding-bottom: 36px;

}

.blog-single-botton-text .title h2{

    color: #222222;

    font-size: 30px;

    line-height: 38px;

    font-weight: 700;

    margin: 0 0 22px;

}

.blog-single-botton-text .title p{

    margin: 0;

}

.blog-single-botton-text .inner-text{

    position: relative;

    display: block; 

}

.blog-single-botton-text .inner-text ul{

    position: relative;

    display: block;

    margin-top: -12px;

}

.blog-single-botton-text .inner-text ul li{

    position: relative;

    display: block;

    padding-left: 20px;

    line-height: 36px;

    font-weight: 500;

}

.blog-single-botton-text .inner-text ul li:before{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    font-family: FontAwesome;

    content: "\f105"; 

}

.blog-single-botton-text .img-box{

    position: relative;

    display: block;     

}

.blog-single-botton-text .img-box img{

    width: 100%;

}





.blog-single-area .tag-box {

    position: relative;

    display: block;

    overflow: hidden;

    padding-top: 23px;

    padding-bottom: 0px;

    border-top: 1px solid #e1e1e1;

    margin-top: 34px;

}

.blog-single-area .tag-box .tag{

    position: relative;

    display: block;

}

.blog-single-area .tag-box .tag p {

    position: relative;

    top: -1px;

    display: inline-block;

    float: left;

    color: #222222;

    font-size: 16px;

    line-height: 30px;

    font-weight: 700;

    margin: 0;

    font-family: 'Nunito Sans', sans-serif;

}

.blog-single-area .tag-box .tag ul{

    position: relative;

    display: inline-block;

    float: left;

    padding-left: 15px;

}

.blog-single-area .tag-box .tag ul li{

    position: relative;

    display: inline-block;

    float: left;

    margin-right: 5px;

}

.blog-single-area .tag-box .tag ul li:last-child{

    margin-right: 0;

}

.blog-single-area .tag-box .tag ul li a{

    position: relative;

    display: block;

    color: #222222;

    font-size: 14px;

    line-height: 30px;

    font-weight: 500;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.blog-single-area .tag-box .right{

    position: relative;

    display: block;

}

.blog-single-area .tag-box .right p{

    position: relative;

    top: -1px;

    display: inline-block;

    padding-right: 15px;

    float: left;

    color: #222222;

    font-size: 16px;

    line-height: 30px;

    font-weight: 700;

    margin: 0;

    font-family: 'Nunito Sans', sans-serif;

}

.blog-single-area .tag-box .right .sociallinks-style-two li{

    margin-right: 20px;

}

.blog-single-area .tag-box .right .sociallinks-style-two li:last-child{

    margin-right: 0;

}

.blog-single-area .tag-box .right .sociallinks-style-two li a i {

    color: #777777;

}







.blog-single-prev-next-button {

    position: relative;

    margin-top: 48px;

    min-height: 152px;

    border: 1px dotted #e2e2e2;

    padding: 25px;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

}

.blog-single-prev-next-button .prev {

    position: relative;

    display: flex;

    flex-direction: row;

    justify-content: flex-start;

    align-items: center;

    flex-wrap: wrap;

}

.blog-single-prev-next-button .prev .img-box {

    position: relative;

    display: block;

    width: 100px;

    height: 100px;

}

.blog-single-prev-next-button .prev .title-box{

    position: relative;

    display: block;

    margin-left: 25px;

}

.blog-single-prev-next-button .prev .title-box h3{

    font-size: 16px;

    line-height: 24px;

    font-weight: 700;

    margin: 0 0 6px;

}

.blog-single-prev-next-button .prev .title-box h3 a{

    color: #222222;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.blog-single-prev-next-button .prev .title-box .button{

    position: relative;

    display: block;

    line-height: 20px;

}

.blog-single-prev-next-button .prev .title-box .button a{

    color: #777777;

    font-size: 12px;

    font-weight: 600;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}





.blog-single-prev-next-button .next {

    position: relative;

    display: flex;

    flex-direction: row;

    justify-content: flex-start;

    align-items: center;

    flex-wrap: wrap;

}

.blog-single-prev-next-button .next .img-box{

    position: relative;

    display: block;

    width: 100px;

    height: 100px;

}

.blog-single-prev-next-button .next .title-box {

    position: relative;

    display: block;

    margin-right: 25px;

    text-align: right;

}

.blog-single-prev-next-button .next .title-box h3{

    font-size: 16px;

    line-height: 24px;

    font-weight: 700;

    margin: 0 0 6px;

}

.blog-single-prev-next-button .next .title-box h3 a{

    color: #222222;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.blog-single-prev-next-button .next .title-box .button{

    position: relative;

    display: block;

    line-height: 20px;

}

.blog-single-prev-next-button .next .title-box .button a{

    color: #777777;

    font-size: 12px;

    font-weight: 600;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}









.comment-box {

    position: relative;

    display: block;

    overflow: hidden;

    padding-top: 60px;

    padding-bottom: 11px;

}

.comment-box .title {

    position: relative;

    display: block;

    padding-bottom: 11px;

    margin-top: -8px;

    margin-bottom: 40px;

}

.comment-box .title:before{

    position: absolute;

    left: 0;

    bottom: 0;

    width: 50px;

    height: 2px;

    content: "";

}

.comment-box .title h3{

    color: #222222;

    font-size: 30px;

    line-height: 40px;

    font-weight: 700;

}

.comment-box .single-comment-box {

    position: relative;

    display: block;

    border-bottom: 1px solid #ebebeb;

    min-height: 100px;

    padding-left: 100px;

    padding-bottom: 30px;

    margin-bottom: 70px;

}

.comment-box .single-comment-box.marleft100{

    margin-left: 100px;

}

.comment-box .single-comment-box .img-holder {

    position: absolute;

    left: 0;

    top: 0;

    width: 100px;

    height: 100px;

}

.comment-box .single-comment-box .img-holder img{

    width: 100%;

}

.comment-box .single-comment-box .text-holder {

    position: relative;

    margin-left: 30px;

    min-height: 100px;

}

.comment-box .single-comment-box .text-holder .text{

    position: relative;

    display: block;

    padding-bottom: 12px;

}

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

    color: #777777;

    font-size: 14px;

    line-height: 28px;

    margin: 0;

}



.comment-box .single-comment-box .text-holder .bottom {

    position: relative;

    display: block;

}

.comment-box .single-comment-box .text-holder .bottom .name{}

.comment-box .single-comment-box .text-holder .bottom .name h3 {

    color: #222222;

    font-size: 18px;

    line-height: 22px;

    font-weight: 600;

}

.comment-box .single-comment-box .text-holder .bottom .name h3 span{

    color: #777777;

    font-size: 14px;

    font-weight: 500;

    font-family: 'Nunito Sans', sans-serif;

}



.comment-box .single-comment-box .reply-button{

    position: absolute;

    bottom: -20px;

    right: 0;

}

.comment-box .single-comment-box .reply-button a{

    color: #222222;

    font-size: 12px;

    line-height: 40px;

    font-weight: 700;

    text-transform: capitalize;

    padding: 0 20px;

}







.add-comment-box {

    position: relative;

    display: block;

    overflow: hidden;

}

.add-comment-box .title {

    position: relative;

    display: block;

    padding-bottom: 11px;

    margin-top: -8px;

    margin-bottom: 40px;

}

.add-comment-box .title:before{

    position: absolute;

    left: 0;

    bottom: 0;

    width: 50px;

    height: 2px;

    content: "";

}

.add-comment-box .title h3{

    color: #222222;

    font-size: 30px;

    line-height: 40px;

    font-weight: 700;

}

.add-comment-box #add-comment-form {}

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

    position: relative;

    display: block;

    background: #ffffff;

    border: 1px solid #dddddd;

    width: 100%; 

    height: 50px;

    color: #aaaaaa;

    font-size: 14px;

    font-weight: 500;

    padding: 0 30px;

    border-radius: 0px;

    margin-bottom: 20px;

    transition: all 500ms ease;

}

.add-comment-box #add-comment-form textarea {

    height: 180px;

    padding: 15px 30px;

    border-radius: 0px;

    margin-bottom: 30px;

}

.add-comment-box #add-comment-form input[type="text"]:focus{

    border-color: #c7c2c2;    

}

.add-comment-box #add-comment-form input[type="email"]:focus{

    border-color: #c7c2c2;    

}

.add-comment-box #add-comment-form textarea:focus{

    border-color: #c7c2c2;       

}

.add-comment-box #add-comment-form button {

    padding: 0 40px;

}

.add-comment-box #add-comment-form button:hover{}







/*** 

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

    Contact Form Area Css

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

***/

.contact-form-area {

    position: relative;

    display: block;

    padding: 120px 0px 120px;

    background-color: #ffffff;

}

.contact-form-area.style2{

    background-color: #F5F5F5;    

}

.contact-form-content {

    position: relative;

    display: block;

    padding: 0 100px;

    background: #ffffff;

}

.contact-form-content.style2{

    padding: 60px 100px 60px;    

}

.contact-form{

    position: relative;

    display: block;

}

.contact-form form{

    position: relative;

    display: block;

}

.contact-form form .input-box{

    position: relative;

    display: block;

    margin-bottom: 20px;

}

.contact-form form input[type="text"],

.contact-form form input[type="email"],

.contact-form form textarea{

    position: relative;

    display: block;   

    background: #ffffff;

    border: 1px solid #e1e1e1;

    width: 100%;

    height: 60px;

    color: red;

    font-size: 14px;

    font-weight: 500;

    padding-left: 30px;

    padding-right: 20px;

    border-radius: 0px;

    transition: all 500ms ease;

}

.contact-form form textarea {

    height: 130px;

    padding-top: 15px;

    padding-left: 30px;

    padding-right: 20px;

    border-radius: 0px;

    margin-bottom: 30px;

}

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

    color: #222222;

    border-color: #e8e3e3; 

}

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

    color: #222222;

    border-color: #e8e3e3;

}

.contact-form form textarea:focus{

    color: #222222;

    border-color: #e8e3e3;

}

.contact-form form input[type="text"]::-webkit-input-placeholder {

    color: #777777;

}

.contact-form form input[type="text"]:-moz-placeholder {

    color: #777777;

}

.contact-form form input[type="text"]::-moz-placeholder {

    color: #777777;

}

.contact-form form input[type="text"]:-ms-input-placeholder {

    color: #777777;

}

.contact-form form input[type="email"]::-webkit-input-placeholder {

    color: #777777;

}

.contact-form form input[type="email"]:-moz-placeholder {

    color: #777777;

}

.contact-form form input[type="email"]::-moz-placeholder {

    color: #777777;

}

.contact-form form input[type="email"]:-ms-input-placeholder {

    color: #777777;

}

.contact-form form textarea::-webkit-input-placeholder {

    color: #777777;

}

.contact-form form textarea:-moz-placeholder {

    color: #777777;

}

.contact-form form textarea::-moz-placeholder {

    color: #777777;

}

.contact-form form textarea:-ms-input-placeholder {

    color: #777777;

}

.contact-form form button {

    padding: 0 60px;

}

.contact-form form button:hover{}







/*** 

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

    Google Map Area Css

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

***/

.google-map-area{

    position: relative;

    display: block;

    background: #ffffff;

}

.google-map-area .map-outer{

    position: relative;

    display: block;

    max-width: 100%;

    width: 100%;

    padding: 0;

    margin: 0 auto;

}

.google-map-area .map-outer .map-canvas{

	position: relative;

	width: 100%;

	height: 600px;

}





.google-map-area .outer-container{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    max-width: 1200px;

    padding: 0 15px;

    margin: 0 auto;

}







.contact-information-box {

    position: relative;

    display: block;

    float: right;

    background: #ffffff;

    padding: 76px 60px 53px;

    max-width: 470px;

    width: 100%;

    height: 100%;

    -webkit-box-shadow: 0px 4px 7px 1px rgba(232,232,232,0.7);

    box-shadow: 0px 4px 7px 1px rgba(232,232,232,0.7);

}

.contact-information-box .title-box {

    position: relative;

    display: block;

    padding-bottom: 44px;

}

.contact-information-box .title-box p{

    color: #777777;

    font-size: 20px;

    line-height: 24px;

    font-weight: 400;

    margin: 0 0 8px;

}

.contact-information-box .title-box h2{

    color: #222222;

    font-size: 36px;

    line-height: 40px;

    font-weight: 700;

}





.contact-information-box .contact-us{

    position: relative;

    display: block;

}

.contact-information-box .contact-us li{

    position: relative;

    display: block;

    margin-bottom: 30px;

}

.contact-information-box .contact-us li:last-child{

    margin-bottom: 0;

}

.contact-information-box .contact-us li .icon {

    position: relative;

    top: 2px;

    width: 50px;

}

.contact-information-box .contact-us li .icon i{

    font-size: 20px;

}

.contact-information-box .contact-us li .icon i.phone{

    font-size: 30px;

}

.contact-information-box .contact-us li .icon i.map {

    position: relative;

    top: 3px;

    font-size: 30px;

}

.contact-information-box .contact-us li .icon,

.contact-information-box .contact-us li .text{

    display: table-cell;

    vertical-align: middle;

}

.contact-information-box .contact-us li .text p{

    color: #666666;

    font-size: 18px;

    line-height: 30px;

    font-weight: 400;

    margin: 0;

}

.contact-information-box .contact-us li .text a{

    color: #666666;

    font-size: 18px;

    font-weight: 400;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.contact-information-box .contact-us li .text a:hover{

    color: #f5f5f5;

}





.contact-information-box .follow-us {

    position: relative;

    display: block;

    padding-top: 44px;

}

.contact-information-box .follow-us .text{

    position: relative;

    display: block; 

    padding-bottom: 17px;

}

.contact-information-box .follow-us .text h3{

    color: #222222;

    font-size: 24px;

    line-height: 30px;

    font-weight: 700;

}

.contact-information-box .follow-us .social-links{

    position: relative;

    display: block; 

}

.contact-information-box .follow-us .social-links ul{

    overflow: hidden;

}

.contact-information-box .follow-us .social-links ul li{

    position: relative;

    display: inline-block;

    float: left;

    margin-right: 20px;

}

.contact-information-box .follow-us .social-links ul li:last-child{

    margin-right: 0;

}

.contact-information-box .follow-us .social-links ul li a{

    position: relative;

    display: block;

    color: #222222;

    font-size: 18px;

    line-height: 30px;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}

.contact-information-box .follow-us .social-links ul li a:hover{

    color: #1e69b8;

}



















/*** 

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

    RTL Page Css

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

***/



.rtl .header-top-right:before {

    top: 0;

    left: -5000px;

    bottom: 0;

    right: -30px;

}

.rtl .header-social-links-style3 ul li:last-child {

    margin-right: 35px;

}

.rtl .header-social-links-style3 ul li:first-child {

    margin-right: 0px;

}

.rtl .header-top-left:before {

    top: 0;

    left: 0px;

    bottom: 0;

    right: -5000px;

}

.rtl .header-contact-info ul li .title {

    text-align: right;

    padding-right: 0px;

}

.rtl .header-contact-info ul li .icon {

    text-align: right;

}



/** Mainmenu Rtl Css **/

.rtl .main-menu .navigation>li {

    float: right;

    margin-right: 50px;

}

.rtl .main-menu .navigation>li:first-child{

    margin-right: 0;

}

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

    margin-right: 50px;

}

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

    left: auto;

    right: 0;

}

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

    text-align: right;

}

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

    display: none;

}

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

    display: none;

}

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

    left: auto;

    right: 100%;

}

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

    text-align: right;

}

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

    display: none;

}



.rtl .header-lawer-right-style4 .outer-search-box-style1 {

    float: right;

}

.rtl .header-lawer-right-style4 .button-box {

    float: left;

}

.rtl .outer-search-box-style1 .search-box {

    right: auto;

    left: 0%;

}





.rtl .slogan-style2-content .title {

    padding-left: 0px;

    padding-right: 50px;

}

.rtl .slogan-style2-content .title:before {

    right: 0;

}





.rtl .about-style3-text-box {

    padding-left: 0px;

    padding-right: 50px;

}

.rtl .about-style3-image-box .inner {

    padding-right: 0px;

}

.rtl .about-style3-image-box .patter-box {

    display: none;

}

.rtl .about-style3-text-box .inner-contant ul {

    padding-right: 0px;

}

.rtl .about-style3-text-box .inner-contant ul li {

    padding-left: 0px;

    padding-right: 70px;

}

.rtl .about-style3-text-box .inner-contant ul li .icon {

    left: auto;

    right: 0;

}

.rtl .about-style3-image-box .video-box .title {

    width: 130px;

    text-align: right;

    padding-left: 0;

    padding-right: 20px;

}



.rtl .single-service-style5 .title-holder {

    padding-left: 0px;

    padding-right: 100px;

    text-align: right;

}

.rtl .single-service-style5 .title-holder .icon {

    left: auto;

    right: 0;

    border-top-right-radius: 25px;

}







.rtl .single-fact-counter .icon-box {

    text-align: right;

}

.rtl .single-fact-counter .count-box .icon {

    float: right;

    padding-left: 3px;

    padding-right: 0px;

}

.rtl .single-fact-counter .count-box h2 {

    float: right;

}





.rtl .single-work-process:nth-child(3):before {

    display: none;

}

.rtl .single-work-process:nth-child(1):before {

    display: none;

}





.rtl .single-price-box {

    text-align: right;

}

.rtl .single-price-box .title {

    text-align: left;

}

.rtl .single-testimonial-style3 .text-box .inner {

    text-align: right;

}

.rtl .single-price-box .inner-box ul li {

    padding-left: 0px;

    padding-right: 30px;

}

.rtl .single-price-box .inner-box ul li:before {

    left: auto;

    right: 0;

    transform: rotateY(180deg);

}

.rtl .testimonial-carousel-style3.owl-carousel.owl-dot-style1 .owl-dots {

    left: auto;

    right: -405px;

}





.rtl .single-blog-post-style4 .img-holder .title-holder {

    text-align: right;

}

.rtl .single-blog-post-style4 .img-holder .title-holder .meta-info li {

    float: right;

    margin-right: 25px;

}

.rtl .single-blog-post-style4 .img-holder .title-holder .meta-info li:first-child{

    margin-right: 0;

}

.rtl .single-blog-post-style4 .img-holder .title-holder .meta-info li i {

    padding-right: 0px;

    padding-left: 10px;

}





.rtl .single-footer-widget .title {

    text-align: right;

}

.rtl .single-footer-widget .title:before {

    left: auto;

    right: 0;

}

.rtl .single-footer-widget .company-info-links li a {

    text-align: right;

    padding-left: 0;

    padding-right: 30px;

}

.rtl .single-footer-widget .company-info-links li a:before {

    left: auto;

    right: 0;

    transform: rotate(180deg);

}

.rtl .single-footer-widget .resources-links li a {

    text-align: right;

    padding-left: 0;

    padding-right: 30px;

}

.rtl .single-footer-widget .resources-links li a:before{

    left: auto;

    right: 0;

    transform: rotate(180deg);    

}

.rtl .single-footer-widget .subscribe-form {

    text-align: right;

}

.rtl .footer-bottom .outer-box .single-box {

    text-align: right;

}

.rtl .footer-social-links ul li {

    float: right;

}

.rtl .footer-social-links ul li:first-child{

    margin-right: 0;

}

.rtl .footer-social-links ul li:last-child {

    margin-right: 25px;

}

.scroll-top.rtl {

    left: 15px;

    right: auto;

}



























#ui-datepicker-div.ui-widget-content {

    border: 1px solid #c5c5c5;

    background: #fff none repeat scroll 0 0;

    border: 1px solid #777;

    color: #252525;

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

    font-size: 14px;

    border-radius: 0px;

    width: 270px;

    padding: 5px;

}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {

    background: #151515 none repeat scroll 0 0;

    border: 2px solid #252525;

    border-radius: 0;

    color: #fff;

    font-weight: 700;

    padding: 5px 0;

    position: relative;

}



.ui-datepicker td a {

    color: #000000 !important;

    text-align: center;

    background-image: none !important;

    background: #f5f5f5 !important;

    border: 1px solid #f9f9f9 !important;

}

.ui-state-highlight, 

.ui-widget-content .ui-state-highlight, 

.ui-widget-header .ui-state-highlight{

    border: 1px solid #333333 !important;

    background: #333333 !important;

    color: #ffffff !important;

}

.ui-datepicker .ui-datepicker-prev {

    left: 5px;

}

.ui-datepicker .ui-datepicker-prev, 

.ui-datepicker .ui-datepicker-next {

    border-radius: 30%;

    height: 20px;

    position: absolute;

    top: 7px;

    width: 20px;

    transition: all 500ms ease;

    cursor: pointer;

}

.ui-datepicker .ui-datepicker-next {

    right: 5px;

}

.ui-datepicker .ui-datepicker-prev:hover, 

.ui-datepicker .ui-datepicker-next:hover {

    top: 7px;

    background: #fff;

    border: none;

}

.ui-datepicker table {

    border-collapse: collapse;

    font-size: 13px;

    margin: 0 0 0.4em;

    width: 100%;

    z-index: 99999999;

}

.ui-datepicker th {

    border: medium none;

    font-weight: 600;

    padding: 2px 3px;

    text-align: center;

}

.ui-datepicker-calendar .ui-state-default:hover,

.ui-datepicker-calendar .ui-state-default:active{

    background: #43c3ea;

    color: #fff;

    border-color: #43c3ea;

}

