/* Cardiff - Portfolio HTML Template */


/************ TABLE OF CONTENTS ***************

1. Fonts

2. Reset

3. Global

4. Main Header

5. Main Slider

6. About Section

7. Portfolio Section

8. Services Section

9. Team Section

10. Skill Section

11. Clients Section

12. Blog Section

13. Testimonial Section

14. Main Footer Section

15. Subscribe Section

16. Experience Section

17. Parallax Section

18. Error Section

19. Sidebar Page Container

20. Map Section

21. Contact Form Section





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

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

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

font-family: 'Open Sans', sans-serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('custom-animate.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');
@import url('hover.css');
@import url('jquery-ui.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('slick.css');
@import url('slick-theme.css');

/*** 



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

	Reset

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



 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}


/*** 



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

	Global Settings

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



 ***/

body {
    font-size: 15px;
    color: #777777;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #577feb;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Poppins', sans-serif;
}

input,
button,
select {}

.page-wrapper {
    min-width: 320px;
    overflow: hidden;
}

.page-wrapper.box-style {
    max-width: 1170px;
    position: relative;
    margin: 0 auto;
}

.page-wrapper.style-two {
    padding-left: 300px;
}

textarea {
    overflow: hidden;
}

p,
.text {
    position: relative;
    line-height: 1.8em;
    font-family: 'Open Sans', sans-serif;
}

.strike-through {
    text-decoration: line-through;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.row-9 {
    margin: 0 -4.5px;
}

.row-15 {
    margin: 0 -7.5px;
}

.row-20 {
    margin: 0 -10px;
}


/*List Style One*/

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 25px;
    line-height: 2em;
    color: #eee;
}

.list-style-one li .icon {
    position: absolute;
    left: 0px;
    top: 6px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    line-height: 1.2em;
}

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

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.grey-bg {
    background: #f3f3f3 !important;
}

.grey-bg-2 {
    background: #ededed !important;
}


/* owl controll */

.owl-dots-none .owl-dots {
    display: none;
}


/* style one */

.owl-dot-style-one .owl-dots {
    position: relative;
    text-align: center;
}

.owl-dot-style-one .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}

.owl-dot-style-one .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #5658db;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.owl-dot-style-one .owl-dots .owl-dot.active span,
.owl-dot-style-one .owl-dots .owl-dot:hover span {
    background: #5658db;
    border-color: #5658db;
}


/* style two */

.owl-dot-style-two .owl-dots {
    position: relative;
    text-align: center;
    line-height: 15px;
}

.owl-dot-style-two .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}

.owl-dot-style-two .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #e8e8e8;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.owl-dot-style-two .owl-dots .owl-dot span:before {
    position: absolute;
    content: '';
    background: #e8e8e8;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 3px;
    top: 3px;
}

.owl-dot-style-two .owl-dots .owl-dot.active span,
.owl-dot-style-two .owl-dots .owl-dot:hover span {
    background: #5658db;
    border-color: #5658db;
}


/* owl dot style three */

.owl-dot-style-three .owl-dots {
    position: relative;
    text-align: center;
    line-height: 15px;
    margin-top: 35px;
}

.owl-dot-style-three .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}

.owl-dot-style-three .owl-dots .owl-dot.active span,
.owl-dot-style-three .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #5658db;
}

.owl-dot-style-three .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #d6d6d6;
    border-radius: 30px;
    display: block;
    height: 2px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 15px;
}


/* owl dot style four */

.owl-dot-style-four .owl-dots {
    position: relative;
    text-align: center;
    line-height: 15px;
    margin-top: 35px;
    counter-reset: count;
}

.owl-dot-style-four .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 20px;
}

.owl-dot-style-four .owl-dots .owl-dot:after {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -20px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    color: #8b8b8b;
    font-weight: 400;
    counter-increment: count;
    content: "0" counter(count);
}

.owl-dot-style-four .owl-dots .owl-dot.active:after {
    color: #fff;
}

.owl-dot-style-four .owl-dots .owl-dot:before {
    position: absolute;
    content: '';
    background: #5658db;
    width: 25px;
    height: 24px;
    left: -23px;
    top: -12px;
    opacity: 0;
}

.owl-dot-style-four .owl-dots .owl-dot.active:before {
    opacity: 1;
}


/* owl nav */

.owl-nav-none .owl-nav {
    display: none;
}

.owl-nav-style-one .owl-nav {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.owl-nav-style-one .owl-nav .owl-next,
.owl-nav-style-one .owl-nav .owl-prev {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 8px;
    display: inline-block;
    line-height: 46px;
    border: 1px solid #f0f0f0;
    text-align: center;
    font-size: 24px;
    color: #949494;
    border-radius: 50%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.owl-nav-style-one .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-one .carousel-outer:hover .owl-nav .owl-prev {
    opacity: 1;
    visibility: visible;
}

.owl-nav-style-one .owl-nav .owl-prev {
    left: 0px;
}

.owl-nav-style-one .owl-nav .owl-next {
    right: 0px;
}

.owl-nav-style-one .owl-nav .owl-next:hover,
.owl-nav-style-one .owl-nav .owl-prev:hover {
    color: #5658db;
    border-color: #5658db;
}


/* nav style tow */

.owl-nav-style-two .owl-nav {
    padding: 0px;
    text-align: center;
    bottom: 100%;
    top: inherit;
    position: absolute;
    left: inherit;
    right: 0;
}

.owl-nav-style-two .owl-nav .owl-next,
.owl-nav-style-two .owl-nav .owl-prev {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 8px 30px;
    display: inline-block;
    line-height: 46px;
    border: 1px solid #f0f0f0;
    text-align: center;
    font-size: 24px;
    color: #949494;
    border-radius: 50%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.owl-nav-style-two .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-two .carousel-outer:hover .owl-nav .owl-prev {
    opacity: 1;
    visibility: visible;
}

.owl-nav-style-two .owl-nav .owl-prev {
    left: 0px;
}

.owl-nav-style-two .owl-nav .owl-next {
    right: 0px;
}

.owl-nav-style-two .owl-nav .owl-next:hover,
.owl-nav-style-two .owl-nav .owl-prev:hover {
    color: #5658db;
    border-color: #5658db;
}


/* nav style three */

.owl-nav-style-three .owl-nav {
    padding: 0px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
}

.owl-nav-style-three .owl-nav .owl-next,
.owl-nav-style-three .owl-nav .owl-prev {
    position: relative;
    width: 40px;
    height: 134px;
    line-height: 134px;
    background: rgba(255, 255, 255, 0.85);
    text-align: center;
    font-size: 24px;
    color: #000000;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.owl-nav-style-three .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-three .carousel-outer:hover .owl-nav .owl-prev {
    opacity: 1;
    visibility: visible;
}

.owl-nav-style-three .owl-nav .owl-prev {
    left: 0;
    float: left;
}

.owl-nav-style-three .owl-nav .owl-next {
    right: 0;
    float: right;
}

.owl-nav-style-three .owl-nav .owl-next:hover,
.owl-nav-style-three .owl-nav .owl-prev:hover {
    color: #577feb;
    border-color: #577feb;
}


/*Btn Style One*/

.btn-style-one {
    position: relative;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    /* font-weight: 700; */
    border: 1px solid #f4463a;
    background: #f4463a;
    text-transform: capitalize;
    padding: 15px 50px 15px;
}

.btn-style-one .arrow {
    position: relative;
    top: 3px;
    color: #cecece;
    font-size: 18px;
    margin-left: 12px;
}

.btn-style-one:hover {
    color: #f4463a;
    background: transparent;
}

.btn-style-one:hover .arrow {
    color: #ffffff;
}


/*Btn Style two*/

.btn-style-two {
    position: relative;
    line-height: 30px;
    color: #5658db;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #5658db;
    background: transparent;
    text-transform: capitalize;
    padding: 15px 50px 15px;
}

.btn-style-two .arrow {
    position: relative;
    top: 3px;
    color: #cecece;
    font-size: 18px;
    margin-left: 12px;
}

.btn-style-two:hover {
    color: #fff;
    background: #5658db;
}

.btn-style-two:hover .arrow {
    color: #ffffff;
}


/*Btn Style three*/

.btn-style-three {
    position: relative;
    line-height: 30px;
    color: #222;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #222;
    background: transparent;
    text-transform: capitalize;
    padding: 15px 35px 15px;
}

.btn-style-three:hover {
    color: #ffffff;
    background: #222222;
}

.theme_color {
    color: #5759db;
}

img {
    display: inline-block;
    max-width: 100%;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}


/*** 



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

	Scroll To Top style

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



***/

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    border-radius: 0px;
    background: #333333;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    background: #577feb;
}


/*** 



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

	Main Header style

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



***/

.main-header {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header.mobile-visible {
    position: absolute;
    top: -200px;
    opacity: 0;
    visibility: hidden;
    z-index: -9999;
}


/*Sticky Header*/

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #18191b;
    z-index: 0;
    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 .sticky-inner-container {
    padding: 0px 0px;
}

.sticky-header .logo {
    padding: 6px 0px 4px;
}

.main-header .header-spacing {
    position: relative;
    height: 120px;
}

.main-header .main-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 5;
    padding: 0px 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.box-style .main-header .main-box {
    position: absolute;
}

.main-header .main-box .auto-container {
    max-width: 100%;
    margin: 0 40px;
}

.main-header.style-two .main-box .auto-container {
    max-width: 1200px;
    margin: 0 auto;
}

.fixed-menu-bg {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 76px;
    top: 0;
    left: 0;
    box-shadow: 1px 0px 15px 0px #0000001f;
}

.fixed-menu-bg.dark {
    background: #171717;
}

.main-header .main-box .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.main-header .logo-outer {
    position: relative;
    z-index: 30;
    padding: 50px 0px 42px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header .logo-outer {
    padding: 8px 0px;
}

.main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.main-header .main-box .upper-right {
    position: relative;
}

.main-header .nav-outer {
    position: relative;
    float: right;
}


/* main menu */

.main-menu {
    position: relative;
    float: left;
}

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

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    margin-left: 55px;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-header .sticky-header .main-menu .navigation>li {
    margin: 0px;
    border: 0px;
    margin-left: 30px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    font-weight: 700;
    opacity: 1;
    text-transform: uppercase;
    padding: 70px 0px 30px 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu.light .navigation>li>a {
    color: #fff;
}

.header-style-three .main-menu .navigation>li>a {
    color: #ffffff;
}

.header-style-two .main-menu .navigation>li {
    margin: 0px 15px;
    float: none;
    display: inline-block;
}

.header-style-two .main-menu .navigation>li>a {
    padding-top: 0px;
    padding-bottom: 20px;
}

.header-style-two.fixed-header .main-menu .navigation>li>a {
    padding: 0px 0px 15px;
}

.fixed-header .main-menu .navigation>li>a {
    padding: 23px 0px;
}

.main-header .sticky-header .main-menu .navigation>li>a {
    color: #ffffff;
    padding: 20px 0px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    min-height: 0px;
    background: none;
    border: 0px;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
    opacity: 1;
}

.main-header .sticky-header .main-menu .navigation>li:hover>a,
.main-header .sticky-header .main-menu .navigation>li.current>a,
.main-header .sticky-header .main-menu .navigation>li.current-menu-item>a {
    color: #414857;
    opacity: 1;
}

.main-menu .navigation>li:hover>a:after {
    opacity: 1;
}

.main-header .sticky-header .main-menu .navigation>li>ul:before {
    display: none;
}

.main-header .sticky-header .main-menu .navigation>li>ul {
    top: 100% !important;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 240px;
    z-index: 100;
    display: none;
    background: #161622;
    padding: 5px 20px;
    letter-spacing: 1px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -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);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 0px;
    line-height: 24px;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
    padding-left: 10px;
    color: #e0e0e0;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 100%;
    width: 240px;
    z-index: 100;
    display: none;
    background: #fefefe;
    border-top: 2px solid #333333;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -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);
}

.main-menu .navigation>li>ul>li>ul:before {
    position: absolute;
    content: '';
    right: 100%;
    top: 0px;
    width: 20px;
    height: 100%;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #dedede;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 20px;
    line-height: 24px;
    font-weight: 500;
    font-size: 14px;
    color: #242424;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    background-color: #414857;
    padding-left: 30px;
    color: #ffffff;
}

.sticky-header .main-menu .navigation>li>a:after {
    display: none;
}

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

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
    top: 0%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 30px;
    top: 8px;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
    border-radius: 50%;
}

.main-header .outer-box {
    position: relative;
    float: right;
    margin-left: 30px;
    margin-top: 73px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .outer-box.nav-toggler {
    margin-top: 50px;
}

.fixed-header .outer-box {
    margin-top: 20px;
}

.fixed-header .outer-box.nav-toggler {
    margin-top: 0px;
}

.main-header .outer-box .nav-btn {
    position: relative;
    font-size: 22px;
    cursor: pointer;
    color: #222222;
    margin-left: 20px;
    display: inline-block;
}

.main-header .outer-box .nav-btn.light {
    color: #fff;
}

.main-header .outer-box .nav-btn button {
    position: relative;
    display: block;
    background: none;
    font-size: 32px;
}

.main-header .outer-box .nav-btn.light button {
    color: #fff;
}


/* navbar toggle btn */

.nav-toggler .toggler-btn svg {
    width: 80px;
    height: 65px;
    z-index: 99999;
    right: 0;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.nav-toggler .toggler-btn path {
    fill: none;
    -webkit-transition: stroke-dashoffset .5s cubic-bezier(.25, -.25, .75, 1.25), stroke-dasharray .5s cubic-bezier(.25, -.25, .75, 1.25);
    -moz-transition: stroke-dashoffset .5s cubic-bezier(.25, -.25, .75, 1.25), stroke-dasharray .5s cubic-bezier(.25, -.25, .75, 1.25);
    -o-transition: stroke-dashoffset .5s cubic-bezier(.25, -.25, .75, 1.25), stroke-dasharray .5s cubic-bezier(.25, -.25, .75, 1.25);
    -ms-transition: stroke-dashoffset .5s cubic-bezier(.25, -.25, .75, 1.25), stroke-dasharray .5s cubic-bezier(.25, -.25, .75, 1.25);
    transition: stroke-dashoffset .5s cubic-bezier(.25, -.25, .75, 1.25), stroke-dasharray .5s cubic-bezier(.25, -.25, .75, 1.25);
    stroke-width: 28px;
    stroke-linecap: round;
    stroke: #fff;
    stroke-dashoffset: 0
}

.nav-toggler .toggler-btn path#topp,
.nav-toggler .toggler-btn path#bottom {
    stroke-dasharray: 240px 950px
}

.nav-toggler .toggler-btn path#middle {
    stroke-dasharray: 240px 240px
}

.nav-toggler .active path#topp,
.nav-toggler .active path#bottom {
    stroke-dashoffset: -650px;
    stroke-dashoffset: -650px
}

.nav-toggler .active path#middle {
    stroke-dashoffset: -115px;
    stroke-dasharray: 1px 220px
}

.nav-toggler .toggler-btn.active svg {
    right: 200px
}


/*** 



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

	Hidden Sidebar style

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



***/

.hidden-bar {
    position: fixed;
    top: 0;
    width: 405px;
    padding: 0 30px;
    height: 100%;
    background: rgba(17, 17, 17, 0.95);
    z-index: 9999;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside>.mCSB_container {
    margin-right: 0px;
}

.hidden-bar.right-align {
    right: -450px;
}

.hidden-bar.right-align.visible-sidebar {
    right: 0px;
}

.hidden-bar.left-align {
    left: 0px;
}

.hidden-bar .hidden-bar-closer {
    position: absolute;
    top: 25px;
    right: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #222;
    color: #000000;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover {
    color: #414857;
}

.hidden-bar .hidden-bar-closer:hover .btn {
    color: #ffffff;
}

.hidden-bar .hidden-bar-closer .btn {
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 14px;
}

.hidden-bar .social-icons {
    text-align: center;
    margin: 50px 0px 30px;
}

.hidden-bar .social-icons ul {
    font-size: 0;
    margin-left: -5px;
    margin-right: -5px;
}

.hidden-bar .social-icons ul li {
    display: inline-block;
    padding: 0 5px;
}

.hidden-bar .social-icons ul li a {
    display: block;
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    background: #414857;
    color: #ffffff;
    border-radius: 5px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.hidden-bar .social-icons ul li a:hover {
    background: #ffffff;
    color: #414857;
}

.hidden-bar .logo {
    padding: 80px 30px 30px;
}

.hidden-bar .logo img {
    display: inline-block;
    max-width: 100%;
}

.hidden-bar .hidden-bar-closer button {
    background: none;
    display: block;
    font-size: 16px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
}

.hidden-bar .hidden-bar-closer:hover button {
    color: #ffffff;
}

.hidden-bar-wrapper {
    height: 100%;
    padding: 0px 5px 30px 0px;
}

.hidden-bar-wrapper.style-two {
    padding: 120px 30px;
}

.hidden-bar .content-box {
    position: relative;
    padding-right: 25px;
    padding-left: 30px;
}

.hidden-bar .content-box h2 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
}

.hidden-bar .content-box .text {
    position: relative;
    font-size: 14px;
    color: #eee;
    margin-bottom: 25px;
}

.hidden-bar .content-box .btn-style-two {
    color: #fff;
    border-color: #fff;
}

.hidden-bar .content-box .btn-style-two:hover {
    border-color: #5658db;
}

.hidden-bar .contact-info {
    position: relative;
    padding-right: 25px;
    margin-top: 60px;
    padding-left: 30px;
}

.hidden-bar .contact-info h2 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
}


/*** 



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

	Side Nav one

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



***/

.side-nav-one {
    position: fixed;
    background: #ffffff;
    width: 400px;
    right: -420px;
    top: 0px;
    height: 100%;
    overflow-x: auto;
    z-index: 9999;
    -webkit-box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.side-nav-one .side-nav-wrapper {
    position: relative;
    padding: 60px 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.side-nav-one .logo {
    position: relative;
    padding: 10px 0 0;
}

.side-nav-one .side-nav {
    width: 100%;
}

.side-nav-one .side-nav .navigation>li,
.side-nav-one .side-nav .navigation>li>ul>li {
    position: initial;
    display: block;
}

.side-nav-one .side-nav .navigation>li {
    position: inherit;
}

.side-nav-one .side-nav .navigation>li.dropdown>ul>li:last-child {
    border-bottom: none;
}

.side-nav-one .side-nav .navigation>li.dropdown>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.side-nav-one .side-nav .navigation>li>a,
.side-nav-one .side-nav .navigation>li>ul>li>a,
.side-nav-one .side-nav .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    line-height: 26px;
    padding: 12px 0px;
    color: #222222;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    transition: .5s ease;
}

.side-nav-one .side-nav .navigation>li>ul>li,
.side-nav-one .side-nav .navigation>li>ul>li>ul>li {
    border: none !important;
    margin-bottom: 5px;
}

.side-nav-one .side-nav .navigation>li>ul>li:last-child,
.side-nav-one .side-nav .navigation>li>ul>li>ul>li:last-child {
    margin: 0px;
}

.side-nav-one .side-nav .navigation>li>ul>li>a,
.side-nav-one .side-nav .navigation>li>ul>li>ul>li>a {
    padding: 5px 30px;
    padding-right: 0px;
}

.side-nav-one .side-nav .navigation>li:hover>a,
.side-nav-one .side-nav .navigation>li>ul>li:hover>a {
    color: #5658db;
    margin-left: 10px;
}

.side-nav-one .side-nav .navigation>li.dropdown>a {
    padding-right: 30px;
}

.side-nav-one .side-nav .navigation>li.dropdown>a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 12px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    z-index: 5;
}

.side-nav-one .side-nav .navigation>li.dropdown>ul,
.side-nav-one .side-nav .navigation>li.dropdown>ul>li.dropdown>ul {
    position: relative;
    display: none;
    z-index: 100;
    background: #ffffff;
    padding: 20px 0px;
}

.side-nav-one .social-links {
    position: relative;
    font-size: 17px;
    margin-bottom: 30px;
}

.side-nav-one .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 8px;
}

.side-nav-one .social-links li a {
    position: relative;
    display: block;
    color: #222222;
}

.side-nav-one .social-links li a:hover {
    color: #5658db;
}


/*** 



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

	Side Nav Two

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



***/

.side-nav-two {
    position: fixed;
    background: #ffffff;
    width: 300px;
    left: 0px;
    top: 0px;
    height: 100%;
    z-index: 999;
    -webkit-box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.side-nav-two .side-nav-wrapper {
    position: relative;
    padding: 60px 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.side-nav-two .logo {
    position: relative;
}

.side-nav-two .side-nav {
    width: 100%;
}

.side-nav-two .side-nav .navigation>li,
.side-nav-two .side-nav .navigation>li>ul>li {
    position: initial;
    display: block;
}

.side-nav-two .side-nav .navigation>li {
    position: inherit;
}

.side-nav-two .side-nav .navigation>li.dropdown>ul>li:last-child {
    border-bottom: none;
}

.side-nav-two .side-nav .navigation>li.dropdown>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.side-nav-two .side-nav .navigation>li>a,
.side-nav-two .side-nav .navigation>li>ul>li>a,
.side-nav-two .side-nav .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    line-height: 26px;
    padding: 12px 0px;
    color: #222222;
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
    transition: .5s ease;
}

.side-nav-two .side-nav .navigation>li>ul>li,
.side-nav-two .side-nav .navigation>li>ul>li>ul>li {
    border: none !important;
    margin-bottom: 5px;
}

.side-nav-two .side-nav .navigation>li>ul>li:last-child,
.side-nav-two .side-nav .navigation>li>ul>li>ul>li:last-child {
    margin: 0px;
}

.side-nav-two .side-nav .navigation>li>ul>li>a,
.side-nav-two .side-nav .navigation>li>ul>li>ul>li>a {
    padding: 5px 30px;
    padding-right: 0px;
}

.side-nav-two .side-nav .navigation>li:hover>a,
.side-nav-two .side-nav .navigation>li>ul>li:hover>a {
    color: #5658db;
    margin-left: 10px;
}

.side-nav-two .side-nav .navigation>li.dropdown>a {
    padding-right: 30px;
}

.side-nav-two .side-nav .navigation>li.dropdown>a:before {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 0px;
    top: 12px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    z-index: 5;
}

.side-nav-two .side-nav .navigation>li.dropdown>ul,
.side-nav-two .side-nav .navigation>li.dropdown>ul>li.dropdown>ul {
    position: absolute;
    display: none;
    left: 100%;
    margin-left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 240px;
    z-index: 100;
    background: #ffffff;
    padding: 20px 0px;
    -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);
}

.side-nav-two .social-links {
    position: relative;
    text-align: center;
    font-size: 17px;
    margin-left: -20px;
}

.side-nav-two .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 8px;
}

.side-nav-two .social-links li a {
    position: relative;
    display: block;
    color: #222222;
}

.side-nav-two .social-links li a:hover {
    color: #5658db;
}


/* popup menuo */

.nav-outer.popup-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    background: #000;
    padding: 0 30px;
}

.nav-outer.popup-menu .popup-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.popup-menu .navigation>li {
    position: relative;
    margin-left: 35px;
    display: inline-block;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.popup-menu .navigation>li:first-child {
    margin-left: 0px;
}

.popup-menu .navigation>li>a {
    color: #fff;
    line-height: 40px;
    letter-spacing: 10px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.popup-menu.active .navigation>li>a {
    letter-spacing: 1px;
}


/*** 



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

	Social Icon One

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



***/

.social-icon-one {
    position: relative;
}

.social-icon-one li {
    position: relative;
    margin-bottom: 5px;
}

.social-icon-one li a {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #111111;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li a:hover {
    color: #577feb;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 30px 8px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 0px 30px 8px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 0px 30px 8px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 30px 8px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 30px 8px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}


/*** 



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

	Social Icon Two

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



***/

.social-icon-two {
    position: relative;
}

.social-icon-two li {
    position: relative;
    margin: 0px 5px;
    display: inline-block;
}

.social-icon-two li a {
    position: relative;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.6;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-two li a:hover {
    opacity: 1;
}


/*** 



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

	Social Icon Three

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



***/

.social-icon-three {
    position: relative;
}

.social-icon-three li {
    position: relative;
    margin-right: 5px;
    display: inline-block;
}

.social-icon-three li a {
    position: relative;
    width: 55px;
    height: 55px;
    font-size: 25px;
    line-height: 57px;
    color: #414857;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-three li a:hover {
    color: #ffffff;
    background-color: #8dbdff;
    -webkit-box-shadow: 0px 0px 30px 8px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 0px 30px 8px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 0px 30px 8px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 30px 8px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 30px 8px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}


/*** 



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

	Social Icon Four

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



***/

.social-icon-four {
    position: relative;
}

.social-icon-four li {
    position: relative;
    margin-left: 15px;
    display: inline-block;
}

.social-icon-four li:first-child {
    margin-left: 0px;
}

.social-icon-four li a {
    position: relative;
    font-size: 14px;
    color: #111;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-four li a:hover {
    color: #414857;
}


/*** 



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

	Social Icon Five

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



***/

.social-icon-five {
    position: relative;
}

.social-icon-five li {
    position: relative;
    margin-right: 15px;
    display: inline-block;
}

.social-icon-five li a {
    position: relative;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-five li a:hover {
    opacity: 0.6;
}


/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
    width: 100px;
    font-size: 18px;
    font-style: normal;
    height: 50px;
    padding: 10px 20px;
    line-height: 33px;
    color: #262626;
    float: left;
    border-radius: 0px;
    border: 1px solid #f2f2f2;
    background: #ffffff;
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 2px;
    text-indent: 0px;
    color: #333333;
}

.form-group .ui-button .ui-icon:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 2px !important;
    top: 13px;
    width: 10px;
    height: 30px;
    display: block;
    color: #262626;
    line-height: 23px;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.ui-widget.ui-widget-content {
    border: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background-color: #414857;
    border-color: #414857;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 24px;
}

.ui-menu-item:hover {}


/*** 



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

	Section Title

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



***/

.sec-title {
    position: relative;
    margin-bottom: 20px;
}

.sec-title.centered {
    text-align: center;
}

.sec-title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 12px;
    height: 2px;
    width: 110px;
    background: #f44438;
}

.sec-title.centered:before {
    left: 50%;
    margin-left: -110px;
}

.sec-title.light:before {
    background: #fff;
}

.sec-title .title {
    position: relative;
    color: #414857;
    font-size: 17px;
    margin-bottom: 33px;
    text-transform: capitalize;
    padding-left: 85px;
    font-family: 'Poppins', sans-serif;
}

.sec-title h2 {
    position: relative;
    font-size: 35px;
    color: #222;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: -1px;
    display: inline-block;
}

.sec-title h2 a {
    color: #f44539;
}

.sec-title.light .title,
.sec-title.light h2 {
    color: #fff;
}

span.web-title {
    font-weight: 700;
    color: #c00000;
}


/* section padding */

.sp-one {
    padding: 180px 0;
}

.sp-two {
    padding: 40px 0 60px;
}

.sp-three {
    padding: 80px 0 60px;
}

.sp-four {
    padding: 30px 0 30px;
}

.sp-five {
    padding: 0px 0 180px;
}

.sp-six {
    padding: 140px 0;
}

.sp-seven {
    padding: 140px 0 110px;
}

.sp-eight {
    padding: 140px 0 90px;
}

.sp-nine {
    padding: 140px 0 0px;
}

.sp-ten {
    padding: 0px 0 140px;
}

.sp-eleven {
    padding: 30px 0 0;
}


/*** 



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

	Main Slider style

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



***/

.main-slider {
    position: relative;
    z-index: 10;
}

.main-slider .tp-caption {
    z-index: 5 !important;
}

.main-slider .tp-dottedoverlay {
    background: rgba(0, 0, 0, 0.40) !important;
}

.main-slider.slider-one {
    padding-top: 125px;
}

.main-slider.slider-two {
    padding-top: 170px;
}

.main-slider.slider-one .auto-container,
.main-slider.slider-two .auto-container {
    max-width: 1620px;
}

.main-slider.slider-one .icon-one,
.main-slider.slider-two .icon-one {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 174px;
    height: 170px;
    margin-left: -87px;
    background: url(../images/icons/shapes/logo-curve.html) center -10px no-repeat;
}

.main-slider.slider-one .icon-two {
    position: absolute;
    right: 0px;
    top: 160px;
    width: 120px;
    height: 189px;
    margin-left: -200px;
    background: url(../images/icons/shapes/icon-18.png) no-repeat;
}

.main-slider.slider-two .icon-two {
    position: absolute;
    right: 0px;
    top: 70px;
    width: 120px;
    height: 189px;
    margin-left: -200px;
    background: url(../images/icons/shapes/icon-18.png) no-repeat;
}

.main-slider.slider-one .icon-three {
    position: absolute;
    right: 30px;
    top: 300px;
    width: 117px;
    height: 117px;
    background: url(../images/icons/shapes/icon-19.png) no-repeat;
}

.main-slider.slider-two .icon-three {
    position: absolute;
    right: 50px;
    top: 200px;
    width: 117px;
    height: 117px;
    background: url(../images/icons/shapes/icon-19.png) no-repeat;
}

.main-slider.slider-one .icon-four {
    position: absolute;
    left: 60px;
    bottom: 20px;
    width: 179px;
    height: 179px;
    background: url(../images/icons/shapes/icon-20.png) no-repeat;
}

.main-slider.slider-two .icon-four {
    position: absolute;
    left: 190px;
    top: 90px;
    width: 179px;
    height: 179px;
    background: url(../images/icons/shapes/icon-20.png) no-repeat;
}

.main-slider.slider-one .icon-five {
    position: absolute;
    left: 80px;
    top: 250px;
    width: 34px;
    height: 34px;
    background: url(../images/icons/shapes/icon-23.png) no-repeat;
}

.main-slider.slider-one .icon-six {
    position: absolute;
    left: 50%;
    bottom: -90px;
    width: 59px;
    height: 59px;
    background: url(../images/icons/shapes/icon-10.png) no-repeat;
}

.main-slider.slider-two .icon-six {
    position: absolute;
    left: 30px;
    bottom: 60px;
    width: 59px;
    height: 59px;
    background: url(../images/icons/shapes/icon-10.png) no-repeat;
}

.main-slider .inner-container {
    position: relative;
    padding: 20px 20px;
    z-index: 1;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-slider .social-icon-one {
    position: absolute;
    right: 60px;
    bottom: 0px;
}

.main-slider h1 {
    position: relative;
    color: #414857;
    font-size: 150px;
    font-weight: 700;
    line-height: 1.1em;
    display: inline-block;
    text-shadow: 0px 12px 2px #eaf2ff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.main-slider h1 span {
    position: relative;
    padding-top: 30px;
    font-size: 150px;
    line-height: 1em;
    display: inline-block;
    background-color: #edf1fc;
}

.main-slider h2 {
    position: relative;
    color: #414857;
    font-size: 100px;
    font-weight: 700;
    line-height: 1.1em;
    display: inline-block;
    text-shadow: 0px 12px 2px #eaf2ff;
    text-transform: capitalize;
}

.main-slider .text {
    position: relative;
    color: #414857;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6em;
    font-family: 'Open Sans', sans-serif;
}

.main-slider .metis.tparrows {
    background: #242424;
    color: #ffffff;
}

.main-slider .metis.tparrows:hover {
    background: #414857;
    color: #ffffff;
}

.main-slider .metis.tparrows:before {
    color: #ffffff;
}

.main-slider .content-image {
    position: relative;
    z-index: -1;
}

.main-slider .make {
    position: relative;
    color: #222222;
    font-size: 80px;
    font-weight: 300;
    z-index: 10;
    line-height: 1em;
}

.main-slider .btns-box .theme-btn {
    margin-right: 20px;
}

.slider-content {
    position: relative;
    padding: 35px 30px;
    background-color: rgba(0, 0, 0, 0.60);
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
    display: none !important;
}


/*** 



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

	Fancy Box

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



***/

.fancybox-next span,
.fancybox-prev span {
    background-image: none !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
    content: '';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0px;
    top: 0px;
    font-size: 12px;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    background-color: rgba(28, 28, 28, 0.40) !important;
    color: #ffffff;
    visibility: visible;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.fancybox-next span:before {
    content: '\f178';
}

.fancybox-prev span:before {
    content: '\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
    background-color: #ffffff !important;
    color: #000000;
}

.fancybox-type-image .fancybox-close {
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    background: url(../images/icons/icon-cross.png) center center no-repeat;
    background-color: rgba(17, 17, 17, 0.50) !important;
}

.fancybox-type-image .fancybox-close:hover {
    background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
    padding: 0px !important;
}


/*** 



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

	Main Banner Section

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



***/

.main-banner-section {
    position: relative;
    padding: 125px 0px 250px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.main-banner-section .icon-one {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 125px;
    height: 102px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-1.png) no-repeat;
    transform: translateX(-50%);
}

.main-banner-section .icon-two {
    position: absolute;
    right: -7px;
    top: 0px;
    width: 870px;
    height: 100%;
    background: url(../images/icons/shapes/icon-2.png) no-repeat;
}

.main-banner-section .icon-three {
    position: absolute;
    left: -105px;
    top: 264px;
    width: 87px;
    height: 84px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-3.png) no-repeat;
}

.main-banner-section .icon-four {
    position: absolute;
    left: 49%;
    top: 13%;
    width: 272px;
    height: 238px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-4.png) no-repeat;
}

.main-banner-section .icon-five {
    position: absolute;
    right: 51%;
    top: 31%;
    width: 123px;
    height: 126px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-5.png) no-repeat;
}

.main-banner-section .icon-six {
    position: absolute;
    left: 19%;
    bottom: 30px;
    width: 87px;
    height: 110px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-6.png) no-repeat;
}

.main-banner-section .icon-seven {
    position: absolute;
    left: 16%;
    top: -60px;
    width: 98px;
    height: 109px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-7.png) no-repeat;
}

.main-banner-section .icon-eight {
    position: absolute;
    right: 0;
    top: 0;
    width: 477px;
    height: 465px;
    background: url(../images/icons/shapes/icon-23.png) no-repeat;
}

.main-banner-section .icon-nine {
    position: absolute;
    right: 0;
    top: 0;
    width: 538px;
    height: 658px;
    background: url(../images/icons/shapes/icon-24.png) no-repeat;
}

.main-banner-section .icon-ten {
    position: absolute;
    right: 0;
    top: 50%;
    width: 272px;
    height: 238px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-4.png) no-repeat;
}

.main-banner-section .icon-eleven {
    position: absolute;
    left: 50px;
    bottom: 50px;
    width: 87px;
    height: 110px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-6.png) no-repeat;
}

.main-banner-section .icon-twelve {
    position: absolute;
    left: 28%;
    top: 41%;
    width: 123px;
    height: 126px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-5.png) no-repeat;
}

.main-banner-section .icon-thirteen {
    position: absolute;
    left: 20%;
    top: 90px;
    width: 98px;
    height: 109px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-7.png) no-repeat;
}

.main-banner-section .icon-fourteen {
    position: absolute;
    left: 39%;
    top: 230px;
    width: 87px;
    height: 84px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-3.png) no-repeat;
}

.main-banner-section .icon-fifteen {
    position: absolute;
    left: 12%;
    bottom: 30%;
    width: 54px;
    height: 51px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-25.png) no-repeat;
}

.main-banner-section .icon-sixteen {
    position: absolute;
    right: 13%;
    bottom: 30%;
    width: 90px;
    height: 114px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-11.png) no-repeat;
}

.main-banner-section .icon-seventeen {
    position: absolute;
    left: 30%;
    bottom: 17%;
    width: 90px;
    height: 114px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-6.png) no-repeat;
}

.main-banner-section .icon-eighteen {
    position: absolute;
    left: 47%;
    bottom: 12%;
    width: 90px;
    height: 114px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-15.png) no-repeat;
}

.main-banner-section .icon-ninteen {
    position: absolute;
    right: 3%;
    bottom: 6%;
    width: 100px;
    height: 130px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-5.png) no-repeat;
}

.main-banner-section .icon-twenty {
    position: absolute;
    right: -36px;
    top: 20%;
    width: 90px;
    height: 114px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-6.png) no-repeat;
}

.main-banner-section .auto-container {
    max-width: 100%;
}

.main-banner-section .inner-container {
    position: relative;
    padding: 250px 0px 120px;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-banner-section .sec-title {
    margin-bottom: 0px;
}

.main-banner-section h2 {
    position: relative;
    color: #222;
    z-index: 1;
    font-size: 75px;
    font-weight: 500;
    line-height: 85px;
    display: inline-block;
    margin-bottom: 35px;
}

.main-banner-section h2 a {
    position: relative;
    font-weight: 700;
    line-height: 50px;
    color: #93a214;
}

.main-banner-section h2 span {
    display: inline-block;
    position: relative;
    line-height: 100px;
    color: #79a2a2;
}

.main-banner-section h2 span:before,
.main-banner-section h2 span:after {
    content: "";
    position: absolute;
    height: 8px;
    border-bottom: 3px solid #79a2a2;
    top: 50px;
    width: 311px;
}

.main-banner-section h2 span:before {
    right: 100%;
}

.main-banner-section h2 span:after {
    left: 100%;
}

.main-banner-section .text {
    position: relative;
    color: #888;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 35px;
}

.main-banner-section .side-image {
    position: absolute;
    right: 190px;
    bottom: -100px;
}

.main-banner-section .social-icon-one {
    position: absolute;
    left: 60px;
    bottom: 50px;
}

.main-banner-section .social-icon-one li a {
    width: inherit;
    height: 30px;
}

.main-banner-section .social-icon-one li a:hover {
    background: inherit;
    box-shadow: inherit;
    color: #5658db;
}


/* main banner style two */

.main-banner-section.style-two {
    position: relative;
    padding-bottom: 170px;
}

.main-banner-section.style-two .inner-container {
    padding: 70px 0 0;
}


/* main banner style three */

.main-banner-section.style-three {
    position: relative;
    padding-bottom: 225px;
}

.main-banner-section.style-three .auto-container {
    max-width: 1200px;
}


/* main banner style four */

.main-banner-section.style-four {
    position: relative;
    padding-top: 50px;
    padding-bottom: 150px;
}

.main-banner-section.style-four .auto-container {
    max-width: 1200px;
}

.main-banner-section.style-four .sec-title:before {
    background: #fff;
}

.main-banner-section.style-four .text {
    max-width: 700px;
}

.main-banner-section.style-four .text p {
    color: #fff;
}

.main-banner-section.style-four .image {
    display: inline-block;
    margin-left: 30px;
}


/* main banner style five */

.main-banner-section.style-five {
    position: relative;
    padding-bottom: 275px;
}

.main-banner-section.style-five .inner-container {
    padding: 135px 0 0;
}

.main-banner-section.style-five .sec-title .title {
    color: #888;
}

.main-banner-section.style-five h2 a {
    color: #888;
    text-decoration: none;
}

.main-banner-section.style-five .text {
    color: #222;
}


/*** 



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

	About Section

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



***/

.about-section {
    position: relative;
    background-color: #222;
    background-repeat: no-repeat;
    background-position: right center;
}

.about-section .left-column {
    padding: 170px 15px 150px;
}

.about-section .right-column {
    padding: 215px 15px 180px;
}

.about-section .auto-container {
    max-width: 1630px;
}

.about-section .left-column {
    position: relative;
}

.about-section .left-column:before {
    position: absolute;
    content: '';
    right: 0;
    width: 2000%;
    top: 0;
    bottom: 0;
    background: #5658db;
}

.about-section .sec-title-two h2 {
    position: relative;
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-section .sec-title-two .text {
    position: relative;
    color: #fff;
}

.tab-list {
    position: relative;
    margin-top: 30px;
}

.tab-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 20px;
}

.tab-list li:before {
    position: absolute;
    content: '';
    border-left: 2px dotted #cfcfcf;
    height: 115%;
    width: 1px;
    left: 8px;
    top: 20px;
}

.tab-list li:last-child:before {
    display: none;
}

.tab-list li a {
    position: relative;
    color: #1b1c41;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    transition: .5s ease;
}

.tab-list li a.active-btn {
    color: #fff;
    transition: .5s ease;
}

.tab-list li a:before {
    position: absolute;
    content: '';
    border: 1px solid #ffffff;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    left: -32px;
    top: 2px;
}

.tab-list li a:after {
    position: absolute;
    content: '';
    background: #ffffff;
    border-radius: 50%;
    height: 3px;
    width: 3px;
    left: -25px;
    top: 9px;
}

.tab-content {
    position: relative;
    padding-left: 80px;
}

.tab-content .tab-item {
    position: relative;
    display: none;
    left: 20px;
    transition: .7s ease;
}

.tab-content .tab-item.active-tab {
    display: block;
    left: 0;
}

.tab-content h2 {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 15px;
}

.tab-content .text {
    color: #aaaaaa;
    max-width: 900px;
}


/* about me */

.about-me-section {
    position: relative;
}

.about-me-section .sec-title {
    margin-top: 18px;
}

.about-me-section .image-box {
    position: relative;
    text-align: center;
}

.about-me-section .image-box img {
    display: inline-block;
}

.about-me-section .contact-info {
    margin-bottom: 20px;
}

.about-me-section .contact-info li {
    position: relative;
    color: #222;
    font-weight: 600;
}

.about-me-section .contact-info li a {
    color: #222;
    font-weight: 600;
}

.about-me-section .contact-info li span {
    color: #f4463a;
}

.about-me-section .btn-style-one {
    padding: 15px 65px 15px;
    margin-bottom: 20px;
}

.about-me-section .icon-one {
    position: absolute;
    left: 305px;
    top: 264px;
    width: 87px;
    height: 84px;
    display: inline-block;
}

.about-me-section .icon-two {
    position: absolute;
    right: 105px;
    top: 464px;
    width: 87px;
    height: 84px;
    display: inline-block;
}


/* About me two */

.about-me-section-two {
    position: relative;
}

.about-me-section-two .sec-title h2 a {
    text-decoration: line-through;
}

.about-me-section-two .text {
    max-width: 890px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.about-me-section-two .theme-btn {
    padding: 15px 30px 15px;
    margin-right: 15px;
}

.about-me-section-two .image {
    display: inline-block;
}

.about-me-section-two .icon-one {
    position: absolute;
    left: 150px;
    top: 264px;
    width: 87px;
    height: 84px;
    display: inline-block;
}


/*** 



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

	Portfolio Section

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



***/

.portfolio-section {
    position: relative;
}

.portfolio-section .outer-box {
    position: relative;
}

.portfolio-section .btn-box {
    margin-top: 80px;
}

.portfolio-section .sec-title {
    margin-bottom: 55px;
}

.portfolio-section .filters {
    margin-top: 40px;
}

.portfolio-section .filters .filter-tabs {
    position: relative;
}

.portfolio-section .filters li {
    position: relative;
    display: inline-block;
    color: #333333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 20px 10px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    text-transform: uppercase;
}

.portfolio-section .filters li:last-child {
    margin-right: 0px;
}

.portfolio-section .filters .filter.active,
.portfolio-section .filters .filter:hover {
    color: #5658db;
}

.portfolio-section .large-column {
    width: 50%;
}

.portfolio-section .large-column.w-75 {
    width: 75%;
}

.portfolio-section .medium-column {
    width: 25%;
}

.portfolio-section .portfolio-big-title {
    position: absolute;
    right: 500px;
    top: 650px;
}

.portfolio-section .portfolio-big-title h2 span {
    font-size: 300px;
    font-weight: 800;
    color: rgba(34, 34, 34, 0.03);
    line-height: 250px;
    text-align: right;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    width: 800px;
}

.portfolio-section .icon-one {
    position: absolute;
    left: 140px;
    bottom: 35%;
    display: inline-block;
}

.portfolio-section .icon-two {
    position: absolute;
    right: 250px;
    bottom: 50%;
    display: inline-block;
    margin-bottom: -50px;
}

.portfolio-section .icon-three {
    position: absolute;
    right: 500px;
    bottom: 334px;
    display: inline-block;
}

.gallery-item.mix {
    display: none;
}


/*Gallery Item*/

.gallery-item {
    position: relative;
    margin-bottom: 9px;
    padding: 0 4.5px;
}

.gallery-item .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-item .inner-box .image {
    position: relative;
    display: block;
}

.gallery-item .image img {
    width: 100%;
}

.gallery-item .image::before {
    background: #1e2125;
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    transition: all 0.4s ease-in-out 0s;
}

.gallery-item:hover .image::before {
    opacity: 0.8;
}

.gallery-item .image {
    position: relative;
    overflow: hidden;
}

.gallery-item .image img {
    transition: .5s ease;
}

.gallery-item:hover .image img {
    transform: translateX(0%) translateY(-90px) scale(1);
}

.gallery-item .overlay a {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 60px;
    margin: 0 5px;
    line-height: 60px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    transform: translateX(0%) translateY(-30%) scale(0.5);
    transition: all 0.4s ease 0s;
    width: 60px;
}

.gallery-item .overlay a:hover {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    color: #000;
}

.gallery-item:hover .overlay a {
    opacity: 1;
    transform: translateX(0) translateY(0%) scale(1);
}

.gallery-item .overlay {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -46.5px;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.gallery-item:hover .overlay {
    opacity: 1;
}

.gallery-item .caption-title {
    bottom: 0px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    z-index: 12;
    background-color: white;
    width: 100%;
    padding: 16px 30px 20px;
}

.gallery-item:hover .caption-title {
    opacity: 1;
}

.gallery-item .caption-title h4 {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    font-family: 'Open Sans', sans-serif;
}

.gallery-item .caption-title h4 a {
    color: #222;
    transition: .5s ease;
}

.gallery-item .caption-title h4 a:hover {
    color: #5658db;
}

.gallery-item:hover .caption-title h4,
.gallery-item:hover .caption-title span {
    transform: translateX(0px);
}

.gallery-item .caption-title span {
    color: #848484;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    text-transform: capitalize;
}


/*Gallery Item two*/

.gallery-item-two {
    position: relative;
    margin-bottom: 9px;
    padding: 0 4.5px;
}

.gallery-item-two .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-item-two .inner-box .image {
    position: relative;
    display: inline-block;
}

.gallery-item-two .image img {
    width: 100%;
}

.gallery-item-two .image::before {
    background: #1e2125;
    content: "";
    left: 0px;
    height: 0%;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    transition: all 0.4s ease-in-out 0s;
}

.gallery-item-two:hover .image::before {
    height: 100%;
    opacity: 0.8;
}

.gallery-item-two .image {
    position: relative;
    overflow: hidden;
}

.gallery-item-two .image img {
    transition: .5s ease;
}

.gallery-item-two:hover .image img {
    transform: scale(1.2);
}

.gallery-item-two .overlay a {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 60px;
    margin: 0 5px;
    line-height: 60px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    transform: translateX(0%) translateY(-30%) scale(0.5);
    transition: all 0.4s ease 0s;
    width: 60px;
}

.gallery-item-two .overlay a:hover {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    color: #000;
}

.gallery-item-two:hover .overlay a {
    opacity: 1;
    transform: translateX(0) translateY(0%) scale(1);
}

.gallery-item-two .overlay {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -46.5px;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.gallery-item-two .caption-title {
    bottom: 28px;
    left: 20px;
    position: absolute;
    transition: all 0.7s ease-in-out 0s;
    z-index: 12;
    background-color: white;
    padding: 16px 30px 20px;
    padding-right: 60px;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-90deg) translateZ(-51px);
}

.owl-item .gallery-item-two {
    transition: .5s ease;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.owl-item.center .gallery-item-two {
    transition: .5s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.owl-item.center .gallery-item-two .caption-title {
    -webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    -moz-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    opacity: 1;
    transition-delay: 0.7s;
}

.gallery-item-two .caption-title h4 {
    color: #222;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}

.gallery-item-two .caption-title h4 a {
    color: #222;
    transition: .5s ease;
}

.gallery-item-two .caption-title h4 a:hover {
    color: #5658db;
}

.gallery-item-two .caption-title span {
    color: #5658db;
    display: inline-block;
    font-size: 20px;
    transition: all 0.4s ease-in-out 0s;
    text-transform: capitalize;
}


/* Gallery caption title three */

.gallery-item-three {
    position: relative;
    margin-bottom: 9px;
    padding: 0 4.5px;
}

.gallery-item-three .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-item-three .inner-box .image {
    position: relative;
    display: block;
}

.gallery-item-three .image img {
    width: 100%;
}

.gallery-item-three .image {
    position: relative;
    overflow: hidden;
}

.gallery-item-three .image img {
    transition: .5s ease;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.gallery-item-three:hover .image img {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
    transition: .5s ease;
}

.gallery-item-three .caption-title {
    position: relative;
    margin-bottom: 30px;
    margin-top: 15px;
}

.gallery-item-three .caption-title h4 {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}

.gallery-item-three .caption-title h4 a {
    color: #222;
    transition: .5s ease;
}

.gallery-item-three .caption-title span {
    color: #5658db;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    transition: all 0.4s ease-in-out 0s;
    text-transform: capitalize;
}


/*Gallery Item four*/

.gallery-item-four {
    position: relative;
    margin-bottom: 9px;
    padding: 0 4.5px;
}

.gallery-item-four .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-item-four .inner-box .image {
    position: relative;
    display: inline-block;
}

.gallery-item-four .image img {
    width: 100%;
}

.gallery-item-four .image {
    position: relative;
    overflow: hidden;
}

.gallery-item-four .image img {
    transition: .5s ease;
}

.gallery-item-four:hover .image img {
    transform: scale(1.2);
}

.gallery-item-four .overlay a {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 60px;
    margin: 0 5px;
    line-height: 60px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    transform: translateX(0%) translateY(-30%) scale(0.5);
    transition: all 0.4s ease 0s;
    width: 60px;
}

.gallery-item-four .overlay a:hover {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    color: #000;
}

.gallery-item-four:hover .overlay a {
    opacity: 1;
    transform: translateX(0) translateY(0%) scale(1);
}

.gallery-item-four .overlay {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -46.5px;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.gallery-item-four .caption-title {
    bottom: 28px;
    left: 20px;
    position: absolute;
    transition: all 0.7s ease-in-out 0s;
    z-index: 12;
    background-color: white;
    padding: 16px 30px 20px;
    padding-right: 110px;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-90deg) translateZ(-51px);
}

.gallery-item-four:hover .caption-title {
    -webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    -moz-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    opacity: 1;
    transition-delay: 0.2s;
}

.gallery-item-four .caption-title h4 {
    font-size: 20px;
    font-weight: 500;
    color: #222;
}

.gallery-item-four .caption-title h4 a {
    color: #222;
}

.gallery-item-four .caption-title span {
    color: #5658db;
}


/*Gallery Item five*/

.gallery-item-five {
    position: relative;
    margin-bottom: 30px;
}

.gallery-item-five .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-item-five .inner-box .image {
    position: relative;
    display: block;
}

.gallery-item-five .image img {
    width: 100%;
}

.gallery-item-five .image {
    position: relative;
    overflow: hidden;
}

.gallery-item-five .image img {
    transition: .5s ease;
}

.gallery-item-five:hover .image img {
    transform: scale(1.2);
}

.gallery-item-five .overlay a {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 60px;
    margin: 0 5px;
    line-height: 60px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    transform: translateX(0%) translateY(-30%) scale(0.5);
    transition: all 0.4s ease 0s;
    width: 60px;
}

.gallery-item-five .overlay a:hover {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    color: #000;
}

.gallery-item-five:hover .overlay a {
    opacity: 1;
    transform: translateX(0) translateY(0%) scale(1);
}

.gallery-item-five .overlay {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -46.5px;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.gallery-item-five .caption-title {
    bottom: 20px;
    left: 20px;
    position: absolute;
    transition: all 0.7s ease-in-out 0s;
    z-index: 12;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 10px 20px 15px;
    padding-right: 110px;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-90deg) translateZ(-51px);
}

.gallery-item-five:hover .caption-title {
    -webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    -moz-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    opacity: 1;
    transition-delay: 0.2s;
}

.gallery-item-five .caption-title h4 {
    font-size: 20px;
    color: #222;
    line-height: 24px;
}

.gallery-item-five .caption-title h4 a {
    color: #222;
}

.gallery-item-five .caption-title span {
    font-size: 14px;
    color: #5658db;
}


/* Portfolio Style Two */

.portfolio-section.style-two {
    padding-top: 15px;
    padding-bottom: 0px;
}

.portfolio-section.style-two .auto-container {
    max-width: 100%;
    padding: 0 15px;
}

.portfolio-section.style-two .gallery-item {
    padding: 0 7.5px;
    margin-bottom: 15px;
    float: left;
}


/* Portfolio Style Three */

.portfolio-section.style-three {
    padding-top: 100px;
    padding-bottom: 100px;
}

.portfolio-section.style-three .auto-container {
    max-width: 1495px;
}

.portfolio-section.style-three .filters {
    margin-top: 110px;
}

.portfolio-section.style-three .medium-column {
    width: 20%;
}


/* Portfolio Style Four */

.portfolio-section.style-four {
    padding-top: 180px;
    padding-bottom: 90px;
}

.portfolio-section.style-four .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.portfolio-section.style-four .icon-one {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 125px;
    height: 102px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-1.png) no-repeat;
    transform: translateX(-50%);
}

.portfolio-section.style-four .icon-two {
    position: absolute;
    left: 250px;
    top: 200px;
    width: 98px;
    height: 109px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-7.png) no-repeat;
}

.portfolio-section.style-four .owl-dot-style-one .owl-dots {
    margin-top: 70px;
}


/* Portfolio Style Five */

.portfolio-section.style-five {
    padding-top: 700px;
    padding-bottom: 150px;
}

.portfolio-section.style-five .outer-box {
    position: initial;
    max-width: 1330px;
    padding-left: 150px;
}

.portfolio-section.style-five .portfolio-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.portfolio-section.style-five .portfolio-bg .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    will-change: opacity, transform;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.15);
    -webkit-transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
    transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
}

.portfolio-section.style-five .portfolio-bg .image.active {
    opacity: 1;
    transform: scale(1);
}

.portfolio-section.style-five .portfolio-title-box {
    position: relative;
}

.portfolio-section.style-five .portfolio-title-box li {
    position: relative;
    display: inline-block;
    line-height: 70px;
    padding-right: 70px;
    margin-right: 35px;
}

.portfolio-section.style-five .portfolio-title-box li a {
    font-size: 50px;
    font-weight: 700;
    color: #222;
}

.portfolio-section.style-five .portfolio-title-box li a.active,
.portfolio-section.style-five .portfolio-title-box li a:hover {
    color: #5658db;
    text-decoration: line-through;
}


/* Portfolio Style six */

.portfolio-section.style-six {
    padding-top: 30px;
    padding-bottom: 0px;
}

.portfolio-section.style-six .auto-container {
    max-width: 100%;
}

.box-style .portfolio-section.style-six .auto-container {
    padding: 0;
}


/* Portfolio Style seven */

.portfolio-section.style-seven {
    padding-top: 20px;
    padding-bottom: 0px;
}

.portfolio-section.style-seven .auto-container {
    max-width: 100%;
    padding: 0 10px;
}

.portfolio-section.style-seven .gallery-item-five {
    padding: 0 10px;
    margin-bottom: 20px;
}


/* Portfolio Style Eight */

.portfolio-section.style-eight {
    padding-top: 30px;
    padding-bottom: 0px;
}


/* Single Portfolio */

.portfolio-section-one {
    position: relative;
}

.portfolio-section-one .image-column {
    position: relative;
}

.portfolio-section-one .image-column .inner-column {
    position: relative;
    padding-right: 15px;
}

.portfolio-section-one .image-column .image {
    position: relative;
    margin-bottom: 30px;
}

.portfolio-section-one .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.portfolio-section-one .image-column .inner-column .owl-dots {
    display: none;
}

.portfolio-section-one .image-column .inner-column .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    margin-top: -20px;
}

.portfolio-section-one .image-column .inner-column .owl-nav .owl-prev {
    position: absolute;
    left: 30px;
    color: #9a9b9b;
    font-size: 24px;
    line-height: 40px;
}

.portfolio-section-one .image-column .inner-column .owl-nav .owl-prev .fa:before {
    content: "\f184";
    font-family: "Flaticon";
}

.portfolio-section-one .image-column .inner-column .owl-nav .owl-next {
    position: absolute;
    right: 30px;
    color: #9a9b9b;
    font-size: 24px;
    line-height: 40px;
}

.portfolio-section-one .image-column .inner-column .owl-nav .owl-next .fa:before {
    content: "\f185";
    font-family: "Flaticon";
}

.portfolio-section-one .image-column .inner-column .owl-nav .owl-prev:hover,
.portfolio-section-one .image-column .inner-column .owl-nav .owl-next:hover {
    color: #e54761;
}

.portfolio-section-one .content-column {
    position: relative;
}

.portfolio-section-one .content-column .inner-column {
    position: relative;
    padding-left: 15px;
}

.portfolio-section-one .content-column h2 {
    position: relative;
    color: #222222;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.portfolio-section-one .content-column .text {
    position: relative;
    margin-bottom: 30px;
}

.portfolio-section-one .content-column .text p {
    position: relative;
    color: #666666;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.portfolio-section-one .content-column .text p:last-child {
    margin-bottom: 0px;
}

.portfolio-section-one .image-gallery {
    position: relative;
}

.portfolio-section-one .image-gallery .image {
    position: relative;
    margin-bottom: 30px;
}

.portfolio-section-one .image-gallery .image img {
    position: relative;
    width: 100%;
    display: block;
}

.portfolio-info-box {
    position: relative;
    margin-bottom: 30px;
}

.portfolio-info-box h3 {
    position: relative;
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.portfolio-info-box .sub-title {
    position: relative;
    color: #666666;
    font-size: 14px;
    margin-bottom: 24px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
}

.portfolio-info-box.style-two .sub-title {
    margin-bottom: 25px;
}

.portfolio-info-box .sub-title a {
    position: relative;
    color: #666666;
    font-size: 14px;
    margin-bottom: 35px;
}

.portfolio-info-box .social-icon-three a {
    margin-left: 0px;
    margin-right: 15px;
    font-size: 16px;
}


/*Post Options*/

.post-options {
    position: relative;
    margin-top: 40px;
    border-top: 1px solid #efefef;
}

.post-options .inner-box {
    position: relative;
    padding-top: 40px;
}

.post-options .inner-box ul {
    position: relative;
}

.post-options .inner-box ul li.prev {
    position: relative;
    float: left;
    margin-bottom: 15px;
}

.post-options .inner-box ul li.next {
    position: relative;
    float: right;
    margin-bottom: 15px;
}

.post-options .inner-box ul li.prev a,
.post-options .inner-box ul li.next a {
    position: relative;
    color: #757576;
    font-size: 24px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.post-options .inner-box ul li.grid {
    position: absolute;
    left: 50%;
    color: #333333;
    font-size: 30px;
    margin-left: -20px;
}

.post-options .inner-box ul li.grid a {
    color: #333333;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.post-options .inner-box ul li a:hover {
    color: #577feb;
}


/* Single Portfolio Style Two */

.portfolio-section-two {
    position: relative;
    padding-bottom: 110px;
}

.portfolio-section-two .images-gallery {
    position: relative;
}

.portfolio-section-two .images-gallery .image {
    position: relative;
    margin-bottom: 30px;
}

.portfolio-section-two .images-gallery .image img {
    position: relative;
    width: 100%;
    display: block;
}

.portfolio-section-two .content-box {
    position: relative;
    margin-top: 60px;
}

.portfolio-section-two .content-box .content-column {
    position: relative;
}

.portfolio-section-two .content-box .content-column .inner-column {
    position: relative;
    padding-right: 60px;
}

.portfolio-section-two .content-box .content-column .inner-column h2 {
    position: relative;
    color: #222222;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.portfolio-section-two .content-box .content-column .text {
    position: relative;
}

.portfolio-section-two .content-box .content-column .text p {
    position: relative;
    color: #666666;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 18px;
}

.portfolio-section-two .content-box .content-column .text p:last-child {
    margin-bottom: 0px;
}


/*** 



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

	Services Section

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



***/

.services-section {
    position: relative;
    /* background: #edf2f2; */
    background-image: url(../images/background/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


/* services block one */

.services-block-one {
    position: relative;
    margin-bottom: 30px;
}

.services-block-one .inner {
    position: relative;
    min-height: 60px;
    text-align: center;
    padding: 40px 30px 50px;
    border: 1px solid #dedede;
    transition: .5s ease;
    background: #fff;
}

.services-block-one .inner:hover {
    box-shadow: 0 5px 22px rgba(0, 0, 0, 0.39);
    transition: all 0.5s ease 0s;
}

.owl-item.center .services-block-one .inner {
    background: #fff;
    border-color: #fff;
    box-shadow: -2.084px 11.818px 26px 0px rgba(222, 222, 222, 0.75);
    transition: .5s ease;
}

.services-block-one .inner .icon-box {
    position: relative;
    width: 70px;
    height: 70px;
    color: #f4463a;
    font-size: 50px;
    margin: 0 auto;
    margin-bottom: 15px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
}

.owl-item.center .services-block-one .inner .icon-box {
    color: #5658db;
}

.services-block-one .inner .icon-box span {
    display: block;
}

.services-block-one .inner h3 {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 20px;
}

.services-block-one .inner h3 a {
    color: #333333;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.services-block-one .inner h3 a:hover {
    color: #f4463a;
}

.services-block-one .inner .service-text {
    font-size: 15px;
    color: #777777;
    margin-bottom: 25px;
}

.services-block-one .inner .btn-style-one {
    padding: 5px 25px 5px;
}

.services-section .icon-one {
    position: absolute;
    right: -80px;
    top: 110px;
    display: inline-block;
}

.services-section .icon-two {
    position: absolute;
    left: 140px;
    bottom: 160px;
    display: inline-block;
}


/*** 



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

	Team Section

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



***/

.team-section {
    position: relative;
}

.team-block {
    position: relative;
    margin-bottom: 30px;
    padding: 0;
}

.team-block .inner-box {
    position: relative;
}

.team-block .inner-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-block .inner-box .image:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.50);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.team-block:hover .inner-box .image:before {
    opacity: 1;
    width: 100%;
}

.team-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.team-block .inner-box .lower-box {
    position: relative;
    padding-top: 75px;
    padding-left: 54px;
    margin-bottom: 105px;
    margin-right: 15px;
}

.team-block .inner-box .lower-box h3 {
    position: relative;
    color: #5658db;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 1.2em;
}

.team-block .inner-box .lower-box h3 a {
    color: #5658db;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.team-block .inner-box .lower-box h3 a:hover {
    color: #ff3862;
}

.team-block .inner-box .lower-box .designation {
    position: relative;
    color: #92959c;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.team-block .inner-box .lower-box .designation:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 38px;
    background: #5658db;
}

.team-block .inner-box .lower-box .text {
    margin-bottom: 15px;
}

.team-block .inner-box .lower-box .social-icon-four li:first-child {
    margin-left: 0px;
}

.team-block .inner-box .lower-box .social-icon-four li a:hover {
    color: #ff3862;
}

.team-section .icon-one {
    position: absolute;
    left: 50%;
    margin-left: -160px;
    top: 130px;
    display: inline-block;
}

.team-section .icon-two {
    position: absolute;
    left: 140px;
    bottom: 160px;
    display: inline-block;
}

.team-section .icon-three {
    position: absolute;
    right: 140px;
    bottom: 360px;
    display: inline-block;
}

.team-section .icon-four {
    position: absolute;
    right: 80px;
    top: 75px;
    display: inline-block;
}


/*** 



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

	Skill Section

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



***/

.skill-section {
    position: relative;
}

.skill-block .inner-box {
    position: relative;
    padding-left: 235px;
    margin-bottom: 40px;
}

.skill-block .inner-box .image {
    position: absolute;
    top: 0;
    left: 0;
}

.skill-block .inner-box .image img {
    position: relative;
    width: auto;
    left: -12px;
}

.skill-block .inner-box .lower-box {
    position: relative;
}

.skill-block .inner-box .lower-box h3 {
    position: relative;
    color: #222;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.2em;
}

.skill-block .inner-box .lower-box h3 a {
    color: #222;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.skill-block .inner-box .lower-box h3 a:hover {
    color: #ff3862;
}

.skill-block .inner-box .lower-box ul li {
    margin-bottom: 8px;
}

.skill-block .inner-box .lower-box ul li:last-child {
    margin-bottom: 0px;
}

.skill-block .inner-box .lower-box .text {
    margin-bottom: 15px;
}


/*** 



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

	Clients Section

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



***/

.clients-section {
    position: relative;
    background: #6769df;
}

.clients-section .image {
    padding-right: 0px;
    text-align: center;
    line-height: 390px;
    background-color: rgba(255, 255, 255, 0.10);
    margin-right: 1px;
}

.clients-section .image img {
    position: relative;
    width: auto;
    display: inline-block;
}


/* style two */

.clients-section.style-two .image {
    float: left;
    width: 20%;
    margin: 0px;
}

.clients-section.style-two .image.no-bg {
    background: transparent;
}


/* test */

.client {
    padding: 50px 0;
    /* background: #edf2f2; */
    background-image: url(../images/background/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.client img {
    width: 60%;
    height: auto;
    margin: 35px 35px;
}

.client-img {
    margin: 35px 0 !important;
    width: 100% !important;
    height: auto !important;
}


/* test end */


/*** 





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

	Blog Section

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



***/

.blog-section {
    position: relative;
}

.blog-section.fullwidth .auto-container {
    max-width: 100%;
    padding: 0 65px;
}

.blog-section .blogs-column .inner-column {
    position: relative;
}

.blog-section .blogs-column .inner-column .btn-box {}

.news-block {
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 22px;
    border-bottom: 1px solid #d0d0d0;
}

.news-block:last-child {
    border: none;
}

.news-block .inner-box {
    position: relative;
    padding-right: 200px;
}

.news-block .inner-box h3 {
    position: relative;
    color: #222;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 4px;
    font-family: 'Open Sans', sans-serif;
}

.news-block .inner-box h3 a {
    position: relative;
    color: #222;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.news-block .inner-box h3 a:hover {
    color: #577feb;
}

.news-block .inner-box .post-meta {
    position: relative;
}

.news-block .inner-box .post-meta li {
    position: relative;
    display: inline-block;
}

.news-block .inner-box .post-meta li a {
    position: relative;
    color: #5658db;
    font-size: 13px;
    font-weight: 600;
}

.news-block .inner-box .btn-box {
    position: absolute;
    right: 0px;
    top: 8px;
    color: #414857;
    font-size: 16px;
    font-weight: 400;
}

.blog-section .icon-one {
    position: absolute;
    left: 120px;
    top: 100px;
    display: inline-block;
}

.blog-section .icon-two {
    position: absolute;
    left: 20px;
    bottom: 0;
    display: inline-block;
}

.blog-section .icon-three {
    position: absolute;
    right: 400px;
    bottom: 30px;
    display: inline-block;
}


/*** 



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

	Testimonial Section

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



***/

.testimonial-section {
    position: relative;
}

.testimonial-section .icon-one {
    position: absolute;
    left: 120px;
    top: 100px;
    display: inline-block;
}

.testimonial-section .icon-two {
    position: absolute;
    left: 20px;
    bottom: 0;
    display: inline-block;
}

.testimonial-section .icon-three {
    position: absolute;
    right: 400px;
    bottom: 30px;
    display: inline-block;
}

.testimonial-block {
    position: relative;
    margin-bottom: 25px;
}

.testimonial-block .inner-box {
    position: relative;
    padding-left: 80px;
}

.testimonial-block .icon-box {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 106px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #5658db;
    display: block;
    line-height: 60px;
    font-weight: 600;
}

.testimonial-block p {
    display: block;
    font-size: 17px;
    line-height: 30px;
    color: #888888;
    font-weight: 300;
    margin-bottom: 15px;
}

.testimonial-block .info-box {
    position: relative;
    padding-left: 85px;
    padding-top: 8px;
}

.testimonial-block .info-box .image {
    position: absolute;
    left: 0;
    top: 0;
}

.testimonial-block .info-box .image img {
    border-radius: 50%;
}

.testimonial-block .info-box .name {
    display: block;
    font-size: 17px;
    line-height: 26px;
    color: #222;
    font-weight: 500;
}

.testimonial-block .info-box .designation {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #a1a1a1;
    font-weight: 400;
}

.testimonial-column .owl-nav-style-one .owl-nav {
    position: absolute;
    right: 0;
    bottom: 26px;
}

.testimonial-column .owl-nav-style-one .owl-nav .owl-next,
.testimonial-column .owl-nav-style-one .owl-nav .owl-prev {
    border: none;
    width: 30px;
}

.testimonial-section .owl-nav-style-one .owl-nav .owl-next,
.testimonial-section .owl-nav-style-one .owl-nav .owl-prev {
    border: none;
    width: 30px;
}

.testimonial-block-two {
    position: relative;
    margin-bottom: 45px;
    text-align: center;
}

.testimonial-block-two .inner-box {
    position: relative;
    max-width: 470px;
    margin: 0 auto;
}

.testimonial-block-two .icon-box {
    position: relative;
    left: 0;
    top: 15px;
    font-size: 106px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #5658db;
    display: block;
    line-height: 60px;
    font-weight: 600;
}

.testimonial-block-two p {
    display: block;
    font-size: 17px;
    line-height: 30px;
    color: #888888;
    font-weight: 300;
    margin-bottom: 15px;
}

.testimonial-block-two .info-box {
    position: relative;
    padding-left: 85px;
    padding-top: 8px;
    display: inline-block;
}

.testimonial-block-two .info-box .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 65px;
}

.testimonial-block-two .info-box .image img {
    border-radius: 50%;
}

.testimonial-block-two .info-box .name {
    display: block;
    font-size: 17px;
    line-height: 26px;
    color: #222;
    font-weight: 500;
}

.testimonial-block-two .info-box .designation {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #a1a1a1;
    font-weight: 400;
}


/*** 



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

	Main Footer Section

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



***/

.main-footer {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.main-footer .footer-upper {
    position: relative;
    padding: 140px 0 60px;
}

.main-footer .footer-upper .footer-column {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .footer-widget h2 {
    position: relative;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .8px;
    margin-bottom: 33px;
}


/*Logo Widget*/

.logo-widget {
    position: relative;
    padding-right: 30px;
}

.logo-widget .logo {
    position: relative;
    margin-bottom: 30px;
}

.logo-widget .contact-info {
    margin-bottom: 20px;
}

.logo-widget .contact-info li {
    position: relative;
    color: #222;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.logo-widget .contact-info li a {
    color: #222;
}

.logo-widget .contact-info li a:hover {
    color: #5658db;
}


/*Links Widget*/

.main-footer .links-widget .list {
    position: relative;
}

.main-footer .links-widget .list li {
    position: relative;
}

.main-footer .links-widget .list li a {
    position: relative;
    font-size: 14px;
    line-height: 32px;
    color: #888888;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-footer .links-widget .list li a:hover {
    color: #c00000;
}


/*subscribe widget*/

.newsletter-form {
    position: relative;
    max-width: 280px;
}

.main-footer .newsletter-widget .form-group {
    position: relative;
    display: block;
    margin-bottom: 35px;
}

.main-footer .newsletter-widget .form-group input[type="text"],
.main-footer .newsletter-widget .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 30px;
    color: #888888;
    padding: 14px 22px;
    height: 60px;
    border: 1px solid #dddddd;
    background-color: transparent;
    -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-footer .newsletter-widget .form-group input[type="text"]:focus,
.main-footer .newsletter-widget .form-group input[type="email"]:focus {
    border-color: #5658db;
}

.main-footer .newsletter-widget .form-group input[type="submit"],
.main-footer .newsletter-widget .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    color: #222;
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
    padding-left: 5px;
    border-radius: 30px;
    transition: all 300ms ease;
}

.main-footer .social-links {
    position: relative;
}

.main-footer .social-links ul.social-icon-four li a img{
    width: 25px;
}

.main-footer .social-icon-four li:first-child {
    margin: 0px;
}

.main-footer .footer-bottom {
    position: relative;
}

.main-footer .footer-bottom .copyright {
    padding: 25px 0px;
    text-align: center;
    border-top: 1px solid #e3e3e3;
}

.main-footer .footer-bottom .copyright p {
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-weight: 400;
    margin-bottom: 0;
}

.main-footer .footer-bottom .copyright p a {
    color: #888;
    font-weight: 500;
}

.main-footer .footer-bottom .copyright p a:hover {
    color: #5658db;
}

.main-footer .footer-bottom .copyright .link li {
    float: right;
}

.main-footer .footer-bottom .copyright .link li {
    display: inline-block;
    margin: 0 10px;
}

.main-footer .footer-bottom .copyright .link li a {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
}

.main-footer .footer-bottom .copyright p a:hover,
.main-footer .footer-bottom .copyright .link:hover {
    text-decoration: underline;
}

.main-footer .icon-one {
    position: absolute;
    left: 180px;
    bottom: 75px;
    display: inline-block;
}

.main-footer .icon-two {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
}


/* footer style two */

.main-footer.style-two .auto-container {
    min-width: 1495px;
}

.main-footer.style-two .footer-bottom .copyright {
    padding: 32px 0;
}

.main-footer.style-two .footer-bottom .copyright p {
    float: inherit;
}


/*** 



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

	Subscribe Section

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



***/

.subscribe-section {
    position: relative;
    margin-bottom: 70px;
}

.subscribe-section .auto-container {
    max-width: 1495px;
}

.subscribe-section h2 {
    font-size: 32px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}

.subscribe-section .subscribe-form input {
    height: 62px;
    padding: 0 20px;
    width: calc(100% - 190px);
    position: relative;
    top: 0px;
    border: 1px solid #d0d0d0;
    margin-right: 11px;
}


/*** 



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

	Experience Section

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



***/

.experience-section {
    position: relative;
}

.experience-column {
    position: relative;
    margin-top: 50px;
}

.experience-column .inner-box {
    position: relative;
    padding-left: 45px;
    margin-top: -50px;
}

.experience-column h5 {
    color: #5658db;
    font-size: 15px;
    margin-bottom: 5px;
}

.experience-column h4 {
    position: relative;
    color: #222;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.experience-column .inner-box:before {
    position: absolute;
    content: '';
    border-left: 2px dotted #cfcfcf;
    height: 115%;
    width: 1px;
    left: 8px;
    top: 55px;
}

.experience-column h4:before {
    position: absolute;
    content: '';
    background: #fff;
    border: 1px solid #5658db;
    border-radius: 50%;
    height: 19px;
    width: 19px;
    left: -45px;
    top: 7px;
}

.experience-column h4:after {
    position: absolute;
    content: '';
    background: #5658db;
    border-radius: 50%;
    height: 7px;
    width: 7px;
    left: -39px;
    top: 13px;
}

.experience-column .text {
    margin-bottom: 90px;
}

.experience-column .inner-box:last-child .text {
    margin-bottom: 60px;
}

.experience-column .inner-box:last-child:before {
    display: none;
}


/*** 



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

	Parallax Section

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



***/

.parallax-section {
    position: relative;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-section h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 40px;
    color: #fff;
}

.parallax-section .btn-box {
    margin-bottom: 20px;
}


/*Video Box*/

.video-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.video-box .text {
    position: absolute;
    left: 0px;
    bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    z-index: 1;
    padding: 10px 30px;
    display: inline-block;
    background-color: #d5ac63;
}

.video-box .text:after {
    position: absolute;
    content: '';
    right: -20px;
    bottom: 0px;
    border-bottom: 53px solid #d5ac63;
    border-right: 20px solid transparent;
}

.video-box .text span {
    font-weight: 300;
}

.video-box .image {
    position: relative;
    overflow: hidden;
}

.video-box .image img {
    position: relative;
    width: 100%;
}

.video-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.video-box:hover .overlay-box {
    z-index: 1;
    background: rgba(0, 0, 0, 0.20);
}

.video-box .overlay-box span {
    position: relative;
    top: 47%;
    z-index: 99;
    color: #ffffff;
    font-weight: 400;
    font-size: 70px;
    margin-top: -30px;
    text-align: center;
    border-radius: 50%;
    line-height: 1em;
    padding-left: 4px;
    opacity: 0.7;
    display: inline-block;
}


/*** 



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

	Contact Page Section

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



***/

.budget {
    width: 100%;
}

.tab {
    overflow: hidden;
    padding: 50px 0px;
    /* border: 1px solid #ccc;

	background-color: #f1f1f1; */
}


/* Style the buttons inside the tab */

.tab button {
    background-color: inherit;
    /* float: left; */
    padding: 5px 35px;
    border: 1px solid #f4463a;
    outline: none;
    cursor: pointer;
    transition: 0.5s;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #f4463a;
    color: #fff;
}


/* Create an active/current tablink class */

.tab button.active {
    background-color: #f4463a;
    color: #fff;
}


/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 6px;
    /* border: 1px solid #ccc; */
    /* border-top: none; */
}

.tabcontent input::placeholder {
    color: #777777 !important;
}

.form-full-width {
    margin-bottom: 25px;
    min-width: 150px;
    color: #000000 !important;
    width: 100%;
    outline: none;
    border: none !important;
    border-bottom: 1px solid #00000059 !important;
    background-color: #fff !important;
    -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0) !important;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0) !important;
    padding: 10px 15px 10px 5px;
    border-radius: 0 !important;
    font-family: 'Open Sans', sans-serif;
}

.form-full-width:focus {
    outline: none;
}

.form-full-width::placeholder {
    color: #000 !important;
    font-family: 'Josefin Sans', sans-serif;
}

.form-full-width:-webkit-autofill,
.form-full-width:-webkit-autofill:hover,
.form-full-width:-webkit-autofill:focus,
.form-full-width:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.center {
    text-align: center;
}

.tabcontent label {
    float: left;
}

.error {
    color: red;
}

.tabcontent select option {
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #000 !important;
}

.tabcontent button {
    border: 1px solid #f4463a;
    background: #fff;
    text-transform: uppercase;
    padding: 10px 50px 10px;
    color: #f4463a;
    border-radius: 0;
    outline: none !important;
}

.tabcontent button:hover {
    /* border: 1px solid #f4463a; */
    background: #f4463a;
    text-transform: uppercase;
    padding: 10px 50px 10px;
    color: #fff;
    border-radius: 0;
}


/*** 



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

	Contact Page End Section

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



***/


/*** 



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

	Error Section

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



***/

.error-section {
    position: relative;
}

.error-section .auto-container {
    position: relative;
}

.error-section .icon-one {
    position: absolute;
    left: 20%;
    top: 0%;
    width: 34px;
    height: 34px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-23.png) no-repeat;
}

.error-section .icon-two {
    position: absolute;
    left: 64%;
    top: -15%;
    width: 34px;
    height: 34px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-25.png) no-repeat;
}

.error-section .icon-three {
    position: absolute;
    right: 10%;
    top: 26%;
    width: 70px;
    height: 69px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-27.html) no-repeat;
}

.error-section .icon-four {
    position: absolute;
    right: 10%;
    top: 82%;
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-9.png) no-repeat;
}

.error-section .icon-five {
    position: absolute;
    left: 10%;
    top: 75%;
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-9.png) no-repeat;
}

.error-section .icon-six {
    position: absolute;
    left: 10%;
    bottom: 15%;
    width: 59px;
    height: 59px;
    opacity: 0.5;
    display: inline-block;
    background: url(../images/icons/shapes/icon-10.png) no-repeat;
}

.error-section .content {
    position: relative;
    text-align: center;
}

.error-section h1 {
    position: relative;
    color: #222;
    font-size: 250px;
    font-weight: 700;
    line-height: 1em;
    display: inline-block;
    text-shadow: 0px 8px 2px #eaf2ff;
    font-family: 'Poppins', sans-serif;
}

.error-section h1 .left-icon {
    position: absolute;
    left: -80px;
    bottom: -20px;
    width: 208px;
    height: 214px;
    z-index: -1;
    display: inline-block;
    background: url(../images/icons/shapes/icon-28.html) no-repeat;
}

.error-section h1 .right-icon {
    position: absolute;
    right: -60px;
    top: -20px;
    width: 201px;
    height: 201px;
    z-index: -1;
    display: inline-block;
    background: url(../images/icons/shapes/icon-29.html) no-repeat;
}

.error-section h2 {
    position: relative;
    color: #222;
    font-size: 65px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.error-section .text {
    position: relative;
    color: #888888;
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
}


/*** 



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

	Sidebar Page Container

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



***/

.sidebar-page-container {
    position: relative;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}

.sidebar-page-container .sidebar-side .sidebar {}

.sidebar-widget {
    position: relative;
    margin-bottom: 50px;
    border: 1px solid #ccc;
    padding: 15px 45px 20px;
}

.sidebar-widget:last-child {
    margin-bottom: 0px;
}

.sidebar-title {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-title h2 {
    position: relative;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2em;
    margin-top: -23px;
    display: table;
    background: #fff;
    padding: 0 25px;
    left: -25px;
}


/*Search Box Widget*/

.sidebar .search-box {
    padding: 0;
    border: none;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 40px;
    padding: 10px 50px 10px 22px;
    border: 1px solid #ececec;
    background: none;
    display: block;
    font-size: 15px;
    width: 100%;
    height: 62px;
    color: #929292;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 62px;
    width: 60px;
    display: block;
    font-size: 20px;
    color: #ececec;
    line-height: 100%;
    font-weight: normal;
    background: none;
}


/*Cat List*/

.cat-list {
    position: relative;
}

.cat-list li {
    position: relative;
}

.cat-list li a {
    position: relative;
    color: #888;
    font-size: 15px;
    display: block;
    margin-bottom: 15px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}

.cat-list li a:hover {
    color: #577feb;
}


/*Post Widget*/

.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666666;
    padding: 0px 0px;
    padding-right: 90px;
    margin-bottom: 20px;
    min-height: 100px;
    padding-top: 15px;
}

.sidebar .popular-posts .post:last-child {
    margin-bottom: 0px;
}

.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 78px;
    overflow: hidden;
}

.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post .text {
    position: relative;
    top: -2px;
    font-size: 15px;
    margin: 0px 0px 0px;
    font-weight: 500;
    color: #222;
    line-height: 1.4em;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.sidebar .popular-posts .post .text a {
    color: #222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a:hover {
    color: #577feb;
}

.sidebar .popular-posts .post-info {
    position: relative;
    font-size: 12px;
    color: #5658db;
    font-weight: 400;
}

.tweet-block {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}

.tweet-block .tweet-inner {
    position: relative;
}

.tweet-block .tweet-inner .text {
    position: relative;
    color: #92959c;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 5px;
}

.tweet-block .tweet-inner .text a {
    color: #92959c;
}

.tweet-block .tweet-inner .text a:hover {
    color: #577feb;
}

.tweet-block .tweet-inner .text .icon {
    position: relative;
    color: #92959c;
    font-size: 30px;
}

.tweet-block .tweet-inner .text .post-date {
    position: relative;
    color: #92959c;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2em;
}

.instagram-posts .widget-content .image {
    position: relative;
    width: 33.3334%;
    float: left;
    padding: 0px 3px;
    margin-bottom: 6px;
}

.instagram-posts .widget-content .image img {
    position: relative;
    width: 100%;
    display: block;
}


/*Sign Up Box*/

.signup-box {
    position: relative;
}

.signup-box .inner-box {
    position: relative;
    padding: 45px 35px 40px;
    background-color: #f5f5f5;
}

.signup-box .inner-box h2 {
    position: relative;
    color: #414857;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.signup-box .inner-box .text {
    position: relative;
    color: #92959c;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px;
}


/*Emailed Form*/

.emailed-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.emailed-form .form-group input[type="text"],
.emailed-form .form-group input[type="tel"],
.emailed-form .form-group input[type="email"],
.emailed-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    height: 55px;
    font-size: 12px;
    color: #aeaeae;
    font-weight: 500;
    padding: 10px 50px 10px 10px;
    background: #ffffff;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Open Sans', sans-serif;
}

.emailed-form .form-group input[type="text"]:focus,
.emailed-form .form-group input[type="tel"]:focus,
.emailed-form .form-group input[type="email"]:focus,
.emailed-form .form-group textarea:focus {}

.emailed-form .form-group input[type="submit"],
.emailed-form button {
    position: relative;
    height: 55px;
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    background: #414857;
    width: 100%;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}


/*Recent Comment*/

.recent-comment h5 {
    position: relative;
    padding-left: 90px;
    margin-top: 15px;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.recent-comment h5:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 12px;
    height: 1px;
    width: 80px;
    background: #5658db;
}


/*Popular Tags*/

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 6px 12px 2px;
    margin: 0px 5px 8px 0px;
    color: #333;
    text-align: center;
    font-size: 11px;
    text-transform: capitalize;
    background: #f5f5f5;
    font-weight: 700;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    font-family: 'Poppins', sans-serif;
}

.sidebar .popular-tags a:hover {
    color: #ffffff;
    background-color: #414857;
}


/*Meta Links*/

.meta-links {
    position: relative;
}

.meta-links li {
    position: relative;
    color: #888888;
    font-size: 14px;
    margin-bottom: 15px;
}

.meta-links li a {
    position: relative;
    color: #414857;
}


/*Social Widget*/

.social-widget {
    position: relative;
}

.social-widget .inner-widget {
    position: relative;
    padding: 20px 15px 20px;
    text-align: center;
    background-color: #414857;
}

.social-widget .inner-widget .social-icon-two li a {
    color: #ffffff;
    opacity: 1;
    margin: 0px 5px;
}


/*News Block*/

.news-block-two {
    position: relative;
    margin-bottom: 50px;
}

.news-block-two .inner-box {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.news-block-two .inner-box .image {
    position: relative;
}

.news-block-two .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}

.news-block-two .inner-box .image .overlay-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    color: #414857;
    margin-left: -40px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    padding-left: 4px;
    font-size: 18px;
    margin-top: -40px;
    background-color: rgba(255, 255, 255, 0.80);
}

.news-block-two .inner-box .image .owl-dots {
    display: none;
}

.news-block-two .inner-box .image .owl-nav {
    position: absolute;
    height: 0px;
    left: 0px;
    top: 50%;
    width: 100%;
    margin-top: -38px;
}

.news-block-two .inner-box .image .owl-nav .owl-prev {
    position: relative;
    width: 28px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.80);
}

.news-block-two .inner-box .image .owl-nav .owl-prev span:before {
    content: '\f104';
    font-family: 'FontAwesome';
}

.news-block-two .inner-box .image .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    float: right;
    width: 28px;
    height: 78px;
    font-size: 20px;
    line-height: 78px;
    text-align: center;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.80);
}

.news-block-two .inner-box .image .owl-nav .owl-next span:before {
    content: '\f105';
    font-family: 'FontAwesome';
}

.news-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.news-block-two .inner-box .lower-content {
    position: relative;
    padding-top: 28px;
}

.news-block-two .inner-box .lower-content h2 {
    position: relative;
    color: #414857;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em;
}

.news-block-two.style-two {
    margin-bottom: 45px;
}

.news-block-two.style-two .inner-box {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.news-block-two.style-two .inner-box .lower-content h2 {
    color: #414857;
    font-size: 24px;
}

.news-block-two .inner-box .lower-content h2 a {
    position: relative;
    color: #414857;
}

.news-block-two .inner-box .lower-content .post-meta {
    position: relative;
}

.news-block-two .inner-box .lower-content .post-meta li {
    position: relative;
    display: inline-block;
}

.news-block-two .inner-box .lower-content .post-meta li a {
    position: relative;
    color: #414857;
    font-size: 13px;
    font-weight: 400;
}

.news-block-two .inner-box .lower-content .post-meta li a span {
    color: #577feb;
}

.news-block-two .inner-box .lower-content .text {
    position: relative;
    color: #92959c;
    font-size: 15px;
    line-height: 1.9em;
    margin-top: 14px;
    max-width: 570px;
}

.news-block-two .inner-box .lower-content .read-more {
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #414857;
    font-size: 16px;
    font-weight: 400;
}

.news-block-two .inner-box .lower-content .read-more .arrow {
    position: relative;
    top: 2px;
    color: #414857;
    font-size: 16px;
    margin-left: 10px;
}

.news-block-two.style-two .inner-box .lower-content .read-more {
    position: relative;
    margin-top: 12px;
    display: inline-block;
}

.news-block-two .inner-box .lower-content h2 a:hover,
.news-block-two.style-two .inner-box .lower-content .read-more:hover,
.news-block-two .inner-box .lower-content .read-more:hover,
.news-block-two .inner-box .lower-content .read-more:hover .arrow {
    color: #577feb;
}


/* news block three */

.news-block-three {
    position: relative;
}

.news-block-three .inner-box {
    position: relative;
    padding: 0 20px;
    margin-bottom: 30px;
}

.news-block-three .inner-box .image {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.news-block-three .inner-box .image img {
    transition: .7s ease;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.news-block-three .inner-box:hover .image img {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
    transition: .7s ease;
}

.news-block-three .image .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #5658db;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .7s ease;
}

.news-block-three .image .overlay a {
    color: #ffffff;
    font-size: 30px;
}

.news-block-three .inner-box:hover .overlay {
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    opacity: 1;
}

.news-block-three .post-meta {
    position: relative;
    color: #5658db;
    margin: 30px 0 5px;
}

.news-block-three h4 {
    position: relative;
    color: #222;
    font-weight: 600;
    font-size: 17px;
    font-family: inherit;
}

.news-block-three h4 a {
    color: #222;
}


/* news block four */

.news-block-four {
    position: relative;
}

.news-block-four .inner-box {
    position: relative;
    margin-bottom: 50px;
}

.news-block-four .inner-box .image {
    position: relative;
    overflow: hidden;
}

.news-block-four .inner-box .image img {
    width: 100%;
    transition: .7s ease;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.news-block-four .inner-box:hover .image img {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
    transition: .7s ease;
}

.news-block-four .image .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(86, 88, 219, 0.90);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .7s ease;
}

.news-block-four .image .overlay a {
    color: #ffffff;
    font-size: 30px;
}

.news-block-four .inner-box:hover .overlay {
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    opacity: 1;
}

.news-block-four .post-meta {
    position: relative;
    color: #888;
    margin: 25px 0 15px;
}

.news-block-four h4 {
    position: relative;
    color: #222;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
}

.news-block-four h4 a {
    color: #222;
}

.news-block-four .text {
    position: relative;
    margin-bottom: 10px;
}

.news-block-four .read-more-btn a {
    position: relative;
    color: #222;
}


/*Styled Pagination*/

.styled-pagination {
    position: relative;
    display: inline-block;
    border: 1px solid #e6e6e6;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    border-right: 1px solid #e6e6e6;
}

.styled-pagination li:last-child {
    border-right: 0px;
}

.styled-pagination li a {
    position: relative;
    width: 45px;
    height: 45px;
    color: #414857;
    font-size: 15px;
    font-weight: 700;
    line-height: 48px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}


/*** 



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

	Blog Masonry Section

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



***/

.blog-masonry-section {
    position: relative;
    padding-bottom: 140px;
}

.news-single {
    position: relative;
}

.news-single .inner-box {
    position: relative;
}

.news-single .inner-box .image {
    position: relative;
}

.news-single .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.news-single .inner-box .lower-content {
    position: relative;
    padding-top: 28px;
}

.news-single .inner-box .lower-content h2 {
    position: relative;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 5px;
}

.news-single .inner-box .lower-content .post-meta {
    position: relative;
    margin-bottom: 10px;
}

.news-single .inner-box .lower-content .post-meta li {
    position: relative;
    color: #414857;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    margin-right: 10px;
}

.news-single .inner-box .lower-content .post-meta li span {
    color: #577feb;
}

.news-single .inner-box .lower-content .text {
    position: relative;
    margin-top: 10px;
}

.news-single .inner-box .lower-content .text p {
    position: relative;
    color: #888;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.news-single .inner-box .lower-content .text blockquote {
    position: relative;
    padding: 50px 45px;
    border: 1px solid #ccc;
    margin-top: 60px;
    margin-bottom: 60px;
}

.news-single .inner-box .lower-content .text blockquote .quote {
    position: absolute;
    top: 37px;
    left: 43px;
    font-size: 150px;
    font-weight: 500;
    color: #222;
    font-family: 'Poppins', sans-serif;
}

.news-single .inner-box .lower-content .text blockquote:before {
    position: absolute;
    content: '';
    width: 64px;
    height: 5px;
    background: #fff;
    left: 34px;
    top: -2px;
}

.news-single .inner-box .lower-content .text blockquote .text {
    position: relative;
    color: #222;
    font-size: 18px;
    line-height: 1.5em;
    margin: 0;
}

.news-single .inner-box .lower-content .text .big-image {
    position: relative;
    margin-top: 50px;
    margin-bottom: 32px;
}

.news-single .inner-box .lower-content .text p span {
    position: relative;
    top: 5px;
    margin-right: 13px;
    color: #fff;
    font-size: 35px;
    font-weight: 800;
    float: left;
    height: 56px;
    width: 56px;
    background: #292929;
    text-align: center;
    line-height: 56px;
}

.news-single .inner-box .lower-content .text h3 {
    position: relative;
    color: #414857;
    font-size: 20px;
    font-weight: 700;
    margin: 25px 0px 15px;
    font-family: 'Poppins', sans-serif;
}

.news-single .inner-box .lower-content .text .image-column {
    position: relative;
    margin-bottom: 35px;
}

.news-single .inner-box .lower-content .tags {
    position: relative;
}

.news-single .inner-box .lower-content .tags a {
    position: relative;
    color: #414857;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    font-family: 'Poppins', sans-serif;
}

.news-single .inner-box .lower-content .post-share-options {
    position: relative;
    margin-top: 28px;
    margin-bottom: 50px;
}

.news-single .inner-box .lower-content .post-share-options .share {
    position: relative;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}


/*Author Box*/

.author-box {
    position: relative;
    margin-bottom: 85px;
    background: #f6f6f6;
}

.author-box .author-comment {
    position: relative;
}

.author-box .author-comment .inner-box {
    position: relative;
    padding: 48px 0;
    padding-right: 50px;
    padding-left: 240px;
    min-height: 215px;
}

.author-box .author-comment .inner-box .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 205px;
    overflow: hidden;
    margin-bottom: 20px;
}

.author-box .author-comment .inner-box h3 {
    position: relative;
    color: #414857;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.author-box .author-comment .inner-box .text {
    position: relative;
    color: #888888;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 10px;
}

.author-box .author-comment .inner-box .social-icon-four li {
    margin-left: 0px;
    margin-right: 15px;
}


/*** 



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

	Comments Area

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



 ***/

.sidebar-page-container .comment-outer {
    background: #222;
}

.sidebar-page-container .container-fluid {
    padding: 0px;
}

.comment-outer .left-column,
.comment-outer .right-column {
    float: left;
    width: 50%;
}

.sidebar-page-container .comments-area {
    position: relative;
    padding: 130px 90px 40px;
}

.sidebar-page-container .group-title {
    position: relative;
}

.sidebar-page-container .group-title h2 {
    position: relative;
    font-size: 18px;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
}

.sidebar-page-container .group-title h3 {
    position: relative;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 0px 0px 0px;
    margin-bottom: 15px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    padding: 0px 0px 25px 110px;
    font-size: 15px;
}

.sidebar-page-container .comments-area .reply-comment {
    margin-left: 120px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}

.sidebar-page-container .comments-area .comment-info {
    margin-bottom: 10px;
}

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    display: block;
    line-height: 1.3em;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text {
    color: #888888;
    font-size: 14px;
    line-height: 1.9em;
    margin-bottom: 10px;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    font-size: 12px;
    color: #888888;
}

.sidebar-page-container .comments-area .comment-box .lower-content {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff40;
}

.sidebar-page-container .comments-area .comment-box:last-child .lower-content {
    border: none;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    position: relative;
    font-size: 15px;
    color: #5658db;
    font-weight: 400;
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover {
    color: #ffffff;
}


/*** 



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

	Comment Form

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



 ***/

.comment-form {
    position: relative;
    padding: 130px 90px 105px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.comment-form:before {
    position: absolute;
    content: '';
    background: rgba(34, 34, 34, 0.8);
    left: 0;
    top: 0;
    height: 100%;
    width: 5000%;
}

.comment-form .group-title {
    position: relative;
    margin-bottom: 20px;
}

.comment-form .text {
    color: #fff;
    margin-bottom: 30px;
}


/*Related Posts*/

.related-posts {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 60px;
    border-bottom: 1px solid #dbdbdb;
}

.related-posts .related-title {
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}

.related-posts .related-title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 15px;
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
}

.related-posts .related-title h2 {
    position: relative;
    color: #414857;
    font-size: 20px;
    font-weight: 700;
    padding: 0px 35px;
    display: inline-block;
    background-color: #ffffff;
}


/*** 



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

	Map Section Style

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



***/

.map-section {
    position: relative;
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}

.map-canvas {
    height: 635px;
}


/*** 



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

	Contact Information

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



***/

.contac-info-section {
    position: relative;
}

.cinfo-block .inner-box {
    margin-bottom: 30px;
}

.cinfo-block .icon-box {
    position: relative;
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 132px;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #fff;
    font-size: 50px;
    border: 9px solid #fff;
    border-radius: 50%;
    transition: .5s ease;
    box-shadow: -1.204px 22.968px 34px 0px rgba(200, 200, 200, 0.75);
    background-image: -moz-linear-gradient( 58deg, rgb(93, 125, 255) 0%, rgb(218, 136, 255) 100%);
    background-image: -webkit-linear-gradient( 58deg, rgb(93, 125, 255) 0%, rgb(218, 136, 255) 100%);
    background-image: -ms-linear-gradient( 58deg, rgb(93, 125, 255) 0%, rgb(218, 136, 255) 100%);
}

.cinfo-block:nth-child(2) .icon-box {
    background-image: -moz-linear-gradient( 58deg, rgb(246, 68, 97) 0%, rgb(201, 166, 234) 100%);
    background-image: -webkit-linear-gradient( 58deg, rgb(246, 68, 97) 0%, rgb(201, 166, 234) 100%);
    background-image: -ms-linear-gradient( 58deg, rgb(246, 68, 97) 0%, rgb(201, 166, 234) 100%);
}

.cinfo-block:nth-child(3) .icon-box {
    background-image: -moz-linear-gradient( 58deg, rgb(125, 255, 211) 0%, rgb(157, 203, 255) 100%);
    background-image: -webkit-linear-gradient( 58deg, rgb(125, 255, 211) 0%, rgb(157, 203, 255) 100%);
    background-image: -ms-linear-gradient( 58deg, rgb(125, 255, 211) 0%, rgb(157, 203, 255) 100%);
}

.cinfo-block:hover .icon-box {
    transform: translate(0, -30px) scale(1.05);
}

.cinfo-block .icon-box:before {
    position: absolute;
    content: '';
    background-image: url(../images/icons/shape.png);
    width: 93px;
    height: 102px;
    right: 0;
    bottom: -12px;
}

.cinfo-block h4 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.cinfo-block ul li {
    position: relative;
    color: #222;
}

.cinfo-block ul li a {
    color: #222;
}


/* cinfo block two */

.contact-section .info-column {
    margin-top: 20px;
}

.cinfo-block-two {
    position: relative;
    padding-left: 85px;
    margin-bottom: 40px;
}

.cinfo-block-two h2 {
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

.cinfo-block-two ul li {
    color: #888;
    line-height: 20px;
}

.cinfo-block-two ul li a {
    color: #888;
}

.cinfo-block-two .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    font-size: 30px;
    color: #222;
}


/*** 



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

	Contact Section

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



***/

.contact-section {
    position: relative;
}

.contact-section .sec-title:before {
    display: none;
}

.contact-section .sec-title-two h2 {
    color: #222;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-section .sec-title-two .text {
    margin-bottom: 50px;
}


/* Contact Fom */

.contact-section .form-column {
    position: relative;
}

.contact-section .form-column .inner-column {
    position: relative;
    padding-left: 15px;
}

.contact-section .form-column h2 {
    position: relative;
    color: #222222;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
}

.contact-form {
    position: relative;
}

.contact-form .form-group {
    margin-bottom: 30px;
}

.contact-form .form-group:last-child {
    margin-bottom: 0px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 30px;
    color: #888888;
    border-bottom: 1px solid #ececec;
    height: 50px;
    font-size: 13px;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #222222;
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 30px;
    color: #888888;
    border: 1px solid #ececec;
    height: 120px;
    background: #ffffff;
    resize: none;
    font-size: 13px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form button .fa {
    margin-left: 5px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}


/*Contact form style two */

.contact-form.style-two .row {
    margin: 0 -10px;
}

.contact-form.style-two .form-group {
    padding: 0 10px 0;
    margin-bottom: 20px;
}

.contact-form.style-two .form-group input[type="text"],
.contact-form.style-two .form-group input[type="password"],
.contact-form.style-two .form-group input[type="tel"],
.contact-form.style-two .form-group input[type="email"],
.contact-form.style-two .form-group select {
    border: 1px solid #fff;
    height: 58px;
}

.contact-form.style-two .form-group textarea {
    height: 250px;
    border: 1px solid #fff;
}


/*Contact form style three */

.contact-form.style-three .row {
    margin: 0 -10px;
}

.contact-form.style-three .form-group {
    padding: 0 10px 0;
    margin-bottom: 20px;
}

.contact-form.style-three .form-group input[type="text"],
.contact-form.style-three .form-group input[type="password"],
.contact-form.style-three .form-group input[type="tel"],
.contact-form.style-three .form-group input[type="email"],
.contact-form.style-three .form-group select {
    border: 1px solid rgba(255, 255, 255, 0.04);
    height: 58px;
    background: rgba(255, 255, 255, 0.15);
}

.contact-form.style-three .form-group textarea {
    height: 250px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    background: rgba(255, 255, 255, 0.15);
}

.contact-form.style-three ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.contact-form.style-three ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.contact-form.style-three :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.contact-form.style-three :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.contact-form.style-three .form-group .theme-btn {
    background: #fff;
    border-color: #fff;
    color: #222;
}

.three-item {
    display: block;
}


/*** 



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

	About Page

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



***/


/* About Banner Section */

.about-banner {
    background: transparent;
    background-size: cover;
    padding: 70px 0;
}

.about-banner .icon-seven {
    position: absolute;
    left: 16%;
    top: 60px;
    width: 98px;
    height: 109px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-7.png) no-repeat;
}

.about-banner.style-two .inner-container {
    padding: 90px 0 0;
}

.banner-wrap h1 {
    color: #000;
    margin: 0 0 20px 0;
    position: relative;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    line-height: 1.8;
    font-family: 'Dosis', sans-serif;
}

.banner-wrap h6 {
    margin-top: 0;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #111;
    font-family: 'Dosis', sans-serif;
}

.mod-breadcrumbs {
    margin-top: 15px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.4em;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    float: right;
}

.mod-breadcrumbs a {
    text-decoration: none;
    color: #111;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


/* About Banner Section End */


/* about about-section */

.page-section {
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 140px 0;
}

.team-section .sec-title .title {
    padding: 0 !important;
}

.section-text {
    font-size: 15px;
    font-weight: 300;
    color: #777;
    line-height: 1.7;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 60px;
}

.tpl-progress {
    margin-top: 10px;
    margin-bottom: 50px !important;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: visible !important;
    height: 2px !important;
    background: #f0f0f0;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px;
    border-radius: 0px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none !important;
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.tpl-progress .progress-bar {
    padding-top: 2px;
    position: relative;
    overflow: visible;
    background-color: #222;
    font-size: 11px;
    color: #000;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tpl-progress .progress-bar>span {
    display: inline-block;
    min-width: 24px;
    height: 24px;
    padding: 0 3px;
    position: absolute;
    top: 0px;
    right: -5px;
    text-align: center;
    line-height: 23px;
    letter-spacing: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.count-wrapper {
    padding: 40px 20px;
    border: 1px solid rgba(0, 0, 0, .09);
}

.count-number {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
    color: #111;
}

.count-descr {
    color: #999;
    font-size: 11px;
    text-align: center;
}

.font-alt {
    font-family: Dosis, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.count-descr .fa {
    font-size: 14px;
}

.count-title {
    margin-top: -1px;
    font-size: 13px;
}


/* about about-section end */


/* about slider */

.bg-img {
    background: url(../images/background/1.jpg) no-repeat;
    color: #fff;
    background-size: cover;
    background-attachment: fixed;
}

.bg-img .slick-arrow {
    display: none !important;
}

.bg-img .slick-dots li button:before {
    color: #000 !important;
}

.about-slider h1 {
    text-align: center;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 6px;
    margin-bottom: 30px;
    color: #000;
}

.about-slider p {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000;
}

.about-slider p span {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #777777;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.about-slider {
    padding: 100px;
    position: absolute;
    /* background-color: #000; */
    opacity: 0.9;
    width: 100%;
    height: 100%;
    margin-bottom: 0 !important;
}

.client-img-about {
    width: 100px;
    height: 100px;
    margin: 25px 100px;
}

.client-img-about2 {
    width: 185px;
    height: auto;
    margin: 25px 55px;
}

.about-client {
    background: transparent;
}

.about-client button {
    display: none !important;
}

.about-client .slick-dots {
    display: none !important;
}

.about-client .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.about-client .slick-prev {
    left: -20px !important;
}

.about-client .slick-next {
    right: -20px !important;
}

.about-client .slick-prev:before,
.slick-next:before {
    color: #000 !important;
}


/* about slider end */


/* team section */

.page-section {
    padding: 140px 0;
    text-align: center;
}

.section-title {
    margin-bottom: 70px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5em;
    line-height: 1.4;
    font-family: 'Dosis', arial, sans-serif;
    color: #000;
}

.section-text {
    font-size: 15px;
    font-weight: 300;
    color: #777;
    line-height: 1.7;
    margin-bottom: 70px;
    font-family: "Open Sans", arial, sans-serif;
}

.multi-columns-row {
    margin-top: 70px;
}

.team-item-image {
    position: relative;
    overflow: hidden;
}

.team-item-detail {
    opacity: 1;
    width: 100%;
    height: 100%;
    position: relative;
    top: 50%;
    left: 0;
    padding: 25px 0 0 0;
    font-size: 14px;
    font-weight: 300;
    color: #777;
    text-align: center;
    z-index: 2;
    /* -webkit-transform: translateY(-50%);

	-moz-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}


/* .team-item:hover .team-item-detail {

	opacity: 1;

	background-color: #EDEDED;

} */

.team-item-detail p {
    margin: 0 0 2em 0;
}

.team-social-links {
    font-size: 14px;
    cursor: pointer;
}

.team-social-links a {
    display: inline-block;
    padding: 3px 7px;
    color: rgba(0, 0, 0, .4);
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.team-social-links a:hover {
    color: rgba(0, 0, 0, .75);
}

.team-item-descr {
    color: #777;
    text-align: center;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.team-item-name {
    margin-top: 23px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
}

.team-item-role {
    margin-top: 4px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    color: #aaa;
}

.team-item:hover .team-item-name {
    color: #111111;
}


/* team section end */

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.align-center {
    text-align: center !important;
}


/* page section  */

.features-section {
    background: url(../images/background/grey-white-5.png) no-repeat;
    background-size: cover;
}

.icon-box img {
    width: 48px;
    height: auto;
    margin-bottom: 25px;
}

.alt-features-title {
    margin-bottom: 21px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    color: #000;
}

.alt-features-descr {
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.86;
}

.align-left {
    text-align: left !important;
}


/* page section end */


/* call to action  */

.small-section {
    padding: 70px 0;
    background-color: #7678E2;
}

.banner-heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #fff;
}

.btn-mod.btn-round {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn-mod.btn-w {
    color: #111;
    background: rgba(255, 255, 255, .8);
}

.btn-mod.btn-medium {
    height: auto;
    padding: 8px 37px;
    font-size: 12px;
}

.btn-mod,
a.btn-mod {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 13px;
    color: #fff;
    background: rgba(34, 34, 34, .9);
    border: 2px solid transparent;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.btn-mod.btn-w:hover,
.btn-mod.btn-w:focus {
    color: #111;
    background: #fff;
}


/* call to action end */


/*** 



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

	About Page End

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



***/


/*** 



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

	Portfolio Page

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



***/

.text h3 {
    color: #f44539;
    font-size: 26px;
    font-weight: 700;
    margin: 20px 0 30px 0;
    text-align: left;
}

.text p {
    font-size: 16px;
    font-weight: 300;
    color: #5f5f5f;
    line-height: 1.8;
    text-align: left;
}

.mt-40 {
    margin-top: 40px;
    text-align: left;
}

.btn-mod.btn-border {
    color: #151515;
    border: 2px solid #151515;
    background: transparent;
}

.btn-mod.btn-border:hover,
.btn-mod.btn-border:focus {
    color: #fff;
    border-color: transparent;
    background: #000;
}

.pic {
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    cursor: pointer;
    box-shadow: 2px 2px 8px 0px #0000007a;
}

.pic2 {
    position: relative;
    /* width: 100%; */
    /* box-shadow: 2px 2px 8px 0px #0000007a; */
    width: 300px;
    /* padding: 0 100px; */
}

.pic3 {
    position: relative;
    width: 100%;
    /* box-shadow: 2px 2px 8px 0px #0000007a; */
    /* width: 300px; */
    padding: 0 100px;
}

.image-overlay {
    position: absolute;
    top: -130px;
    left: 25%;
    /* background-image: url(../images/background/blue-bg.png); */
    background-size: cover;
    width: 700px;
    height: 495px;
}

.image-overlay2 {
    position: absolute;
    top: -130px;
    right: 15%;
    /* background-image: url(../images/background/blue-bg.png); */
    background-size: cover;
    width: 700px;
    height: 495px;
}

.service-img {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 300px;
    height: 300px;
}

.service-img2 {
    position: absolute;
    right: 0;
    z-index: 2;
    width: 300px;
    height: 300px;
}


/* 

.pic:before {

	content: "";

	width: 100%;

	height: 200px;

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

	position: absolute;

	top: 0;

} */


/* .pic:after {

	content: "View";

	color: #fff;

	font-size: 18px;

	position: absolute;

	top: 50%;

	left: 50%;

	margin: -20px -25px;

	border: 1px solid rgba(255, 255, 255, 0.5);

	padding: 10px;

} */

img {
    max-width: 100%;
    /* cursor: pointer; */
}

.pic:hover img {
    animation: moveSlideshow 8s linear;
}

@keyframes moveSlideshow {
    100% {
        transform: translateY(-89%);
    }
}

.pic:hover .pic:after {
    opacity: 0;
}


/*** 



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

	Portfolio Page End

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



***/

.mobile-view {
    display: none;
}

.client-wrap {
    height: 150px;
}

.col-md-client-5 {
    width: 18%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.client-row {
    margin-left: 10%;
}