@import url('https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900|Hind+Guntur:300,400,500,600,700|Merriweather+Sans:300,300i,400,400i,700,700i,800,800i');
/*font-family: 'Hind Guntur', sans-serif;
font-family: 'Heebo', sans-serif;
font-family: 'Merriweather Sans', sans-serif;*/
@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');

/***

====================================================================
	Reset
====================================================================

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

/***

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-family: 'Hind Guntur', sans-serif;
    font-size: 15px;
    color: #666666;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #39b54a;
}

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

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

input, button, select, textarea {
    font-family: 'Hind Guntur', sans-serif;
}

p {
    position: relative;
    line-height: 1.7em;
}

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

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

.medium-container {
    max-width: 850px;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;

}

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

.centered {
    text-align: center;
}

.btn-style-one {
    position: relative;
    padding: 7px 26px 6px;
    line-height: 24px;

    background: #39b54a;
    color: #ffffff;
    border: 2px solid #39b54a;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    border-radius: 50px;
    font-family: 'Merriweather Sans', sans-serif;
}

.btn-style-one:hover {
    background: none;
    color: #39b54a;
    border-color: #39b54a;
}

.btn-style-two {
    position: relative;
    padding: 7px 26px 6px;
    line-height: 24px;

    background: #ffffff;
    color: #333333;
    border: 2px solid #ffffff;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    border-radius: 50px;
    display: inline-block;
    font-family: 'Merriweather Sans', sans-serif;
}

.btn-style-two:hover {
    background: none;
    color: #54be73;
    border-color: #39b54a;
}

/*Btn Style Three*/

.btn-style-three {
    position: relative;
    padding: 7px 26px 6px;
    line-height: 24px;

    background: transparent;
    color: #333333;
    border: 2px solid #39b54a;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    border-radius: 50px;
    display: inline-block;
    font-family: 'Merriweather Sans', sans-serif;
}

.btn-style-three:hover {
    background: #39b54a;
    color: #ffffff;
    border-color: #39b54a;
}

/*Btn Style Four*/

.btn-style-four {
    position: relative;
    padding: 7px 31px 6px;
    line-height: 24px;

    background: #207fdd;
    color: #ffffff;
    border: 2px solid #207fdd;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    border-radius: 50px;
    display: inline-block;
    font-family: 'Merriweather Sans', sans-serif;
}

.btn-style-four:hover {
    background: #ffffff;
    color: #207fdd;
    border-color: #207fdd;
}

/*Btn Style Five*/

.btn-style-five {
    position: relative;
    padding: 7px 45px 6px;
    line-height: 24px;

    background: #333333;
    color: #ffffff;
    border: 2px solid #333333;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    border-radius: 50px;
    display: inline-block;
    font-family: 'Merriweather Sans', sans-serif;
}

.btn-style-five:hover {
    background: #207fdd;
    color: #ffffff;
    border-color: #207fdd;
}

.theme-btn .icon-left {
    font-weight: normal;
    padding-right: 5px;
}

.theme-btn .icon-right {
    font-weight: normal;
    padding-left: 5px;
}

.theme_color {
    color: #f06529;
}

.light-font {
    font-weight: 300;
}

.regular-font {
    font-weight: 400;
}

.semibold-font {
    font-weight: 600;
}

.bold-font {
    font-weight: 700;
}

.ex-bold-font {
    font-weight: 800;
}

.heavy-font {
    font-weight: 900;
}

.bg-lightgrey {
    background-color: #f7f7f7;
}

.no-bg {
    background: none;
}

.text-uppercase {
    text-transform: uppercase;
}

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

/* ---------Page preload--------------------------------------*/

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

.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    z-index: 100;
    font-size: 34px;
    line-height: 50px;
    color: #ccc;
    padding-right: 20px;
    opacity: 0.8;
}

.cssload-container {
    width: 100%;
    height: 46px;
    text-align: center;
}

.cssload-speeding-wheel {
    width: 46px;
    height: 46px;
    margin: 0 auto;
    border: 3px solid #207fdd;
    border-radius: 50%;
    border-left-color: #ff0054;
    border-right-color: #54be73;
    border-bottom-color: #222222;
    animation: cssload-spin 575ms infinite linear;
    -o-animation: cssload-spin 575ms infinite linear;
    -ms-animation: cssload-spin 575ms infinite linear;
    -webkit-animation: cssload-spin 575ms infinite linear;
    -moz-animation: cssload-spin 575ms infinite linear;
}

.l-line {
    position: fixed;
    top: 0;
    width: 100%;
    height: 3px;
    z-index: 10000;
    display: none;
    background: #f4f4f4;
}

.l-line span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #000;
}

.cd-transition-layer {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 12;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.cd-transition-layer .bg-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
    height: 100%;
    width: 2500%;
    background: url(../images/ink.html) no-repeat 0 0;
    background-size: 100% 100%;
}

.cd-transition-layer.visible {
    opacity: 1;
    visibility: visible;
}

.cd-transition-layer.opening .bg-layer {
    -webkit-animation: cd-sequence 0.8s steps(24);
    -moz-animation: cd-sequence 0.8s steps(24);
    animation: cd-sequence 0.8s steps(24);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.cd-transition-layer.closing .bg-layer {
    -webkit-animation: cd-sequence-reverse 0.8s steps(24);
    -moz-animation: cd-sequence-reverse 0.8s steps(24);
    animation: cd-sequence-reverse 0.8s steps(24);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.no-cssanimations .cd-transition-layer {
    display: none;
}

/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 30px;

    line-height: 34px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #0a0a0a;
    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 {
    color: #ffffff;
    background: #39b54a;
}

/***

====================================================================
	social icon one
====================================================================

***/

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

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

.social-icon-one a {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    border: 2px solid #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;
}

.social-icon-one a:hover {
    color: #ffffff;
    border-color: #54be73;
    background-color: #54be73;
}

/***

====================================================================
	social icon Two
====================================================================

***/

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

.social-icon-two a {
    position: relative;
    display: inline-block;
    color: #777777;
    font-size: 16px;
    text-align: center;
    line-height: 1em;
    -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 a:hover {
    color: #207fdd;
}

/***

====================================================================
	social icon Three
====================================================================

***/

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

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

.social-icon-three a {
    position: relative;
    display: inline-block;
    color: #dbdbdb;
    font-size: 14px;
    text-align: center;
    line-height: 1em;
    -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 a:hover {
    color: #54be73;
}

/***

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    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;
}

.header-style-two.light-version {
    position: absolute;
}

.header-style-two.light-version .outer-container {
    position: relative;
    padding: 0px 250px;
}

.header-style-two.light-version .logo-box {
    text-align: center;
    padding: 15px 0px;
}

.main-header .header-top-two {
    position: relative;
    font-size: 14px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.50);
}

.main-header .header-top-two .info-box {
    position: absolute;
    top: 0px;
    padding: 30px 0px;
}

.main-header .header-top-two .info-box.left-aligned {
    left: 0px;
    margin-left: 0px;
    padding: 35px 0px;
}

.main-header .header-top-two .info-box.right-aligned {
    right: 0px;
}

.main-header .header-top-two .social-links li {
    position: relative;
    margin-right: 10px;
    float: left;
}

.main-header .header-top-two .social-links li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    color: #ffffff;
    border-radius: 50%;
    background-color: #343434;
    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 .header-top-two .social-links li a:hover {
    background: #207fdd;
}

.main-header .header-top-two .info-block {
    position: relative;
    float: left;
    margin-left: 0px;
    padding-right: 75px;
}

.main-header .header-top-two .info-block:first-child:after {
    display: none;
}

.main-header .header-top-two .info-block .icon-box {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 8px;
    background-color: #207fdd;
}

.main-header .header-top-two .info-block h4 {
    font-size: 13px;

    font-weight: 800;
    color: #207fdd;
    margin-bottom: 5px;
}

.main-header .header-top-two .info-block .text {
    font-size: 17px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
}

.main-header .header-top-two a:hover {
    color: #f06529;
}

.main-header .header-top-one {
    position: relative;
    font-size: 14px;
    color: #ffffff;
    background: #292929;
}

.main-header .header-top-one .top-left {
    position: relative;
    float: left;
    padding: 13px 0px;
}

.main-header .header-top-one .top-left > ul > li {
    position: relative;
    top: 2px;
    float: left;
    margin-right: 40px;
    line-height: 24px;
    color: #ffffff;
}

.main-header .header-top-one .top-left > ul > li.dropdown {
    margin-top: -6px;
    top: 3px;
}

.main-header .header-top-one .top-left > ul > li > a {
    position: relative;
    display: block;
    padding: 0px 0px 0px 24px;
    line-height: 24px;
    color: #dadada;
    font-size: 14px;
}

.main-header .header-top-one .top-left ul li .icon {
    position: absolute;
    left: 0px;
    top: -2px;
    line-height: 24px;
    font-size: 14px;
    color: #39b54a;
}

.main-header .header-top-one .top-left ul li a:hover {
    color: #39b54a;
}

.main-header .header-top-one .top-right {
    position: relative;
    float: right;
}

.main-header .header-top-one .top-right ul li {
    position: relative;
    float: left;
    margin-left: 30px;
    line-height: 24px;
    color: #ffffff;
}

.main-header .header-top-one .top-right ul li a {
    position: relative;
    display: block;
    padding: 16px 0px 10px 26px;
    line-height: 24px;
    color: #ffffff;
}

.main-header .header-top-one .top-right .booking-btn {
    padding: 13px 40px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    background: #207fdd;

    font-family: 'Merriweather Sans', sans-serif;
}

.main-header .header-top-one .top-right ul li .icon {
    position: absolute;
    left: 0px;
    top: 13px;
    line-height: 24px;
    font-size: 16px;
    color: #f06529;
}

.main-header .header-top-one ul li a:hover {
    color: #f06529;
}

.main-header .header-top-one .social-links {
    position: relative;
    padding: 11px 0px;
}

.main-header .header-top-one .social-links a {
    position: relative;
    color: #dbdbdb;
    font-size: 14px;
    margin-left: 15px;
    line-height: 26px;
    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 .header-top-one .social-links a:hover {
    color: #39b54a;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    z-index: 0;
    border-bottom: 1px solid #eaeaea;
    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 .logo {
    padding: 4px 0px;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.main-header .header-upper {
    position: relative;
    background: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 5;
}

.header-style-two .header-upper {
    padding: 0px;
    border-top: none;
}

.header-style-two.light-version .header-upper {
    background: none;
}

.header-style-two.light-version .header-upper .upper-right {
    float: none;
    text-align: center;
}

.header-style-two.light-version .nav-outer {
    padding-right: 0px;
}

.main-header .logo-outer {
    position: relative;
    float: left;
    z-index: 25;
}

.header-style-two .logo-outer {
    padding: 35px 0px;
}

.main-header .logo-outer .logo a {
    display: inline-block;
    margin: 5px 0;
}

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

.main-header .header-upper .upper-right {
    position: relative;
    float: right;
    padding: 30px 0px 0px;
}

.header-style-two .header-upper .upper-right {
    padding: 0px 0px 0px;
}

.main-header .info-box {
    position: relative;
    float: left;
    min-height: 50px;
    margin-left: 45px;
    font-size: 13px;
    color: #222222;
    padding: 0px 82px 0px 0px;
}

.main-header .info-box .icon-box {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0px;
    top: 0px;
    line-height: 50px;
    color: #ffffff;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    background-color: #39b54a;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .info-box .icon-box:before {
    position: absolute;
    content: '';
    left: -8px;
    top: 50%;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-right: 10px solid #39b54a;
    border-bottom: 8px solid transparent;
}

.main-header .info-box li {
    position: relative;
    line-height: 24px;
    font-weight: 800;
    margin: 0px 0px;
    font-size: 17px;
    color: #333333;
    font-family: 'Hind Guntur', sans-serif;
    direction: ltr;
}

.main-header .info-box li a {
    color: #666666;
}

.main-header .info-box strong {
    display: block;
    font-family: 'Heebo', sans-serif;
    font-weight: 800;
    color: #39b54a;
    font-size: 18px;
    margin-bottom: 5px;
}

.main-header .header-lower {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #ffffff;
    z-index: 5;
    border-top: 1px solid #ececec;
}

.header-style-one .nav-outer {
    position: relative;
    padding: 0px;
}

.header-style-two .nav-outer {
    padding-right: 200px;
}

.header-style-two .nav-outer .btn-outer {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -22px;
}

.header-style-two.light-version .nav-outer .btn-outer .theme-btn {
    display: block;
    width: 100%;
    text-align: center;
}

.header-style-one .nav-outer .search-box {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 365px;
}

.header-style-one .nav-outer .search-box .form-group {
    position: relative;
    margin: 0px;
}

.header-style-one .nav-outer .search-box .form-group input[type="text"],
.header-style-one .nav-outer .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 20px;
    padding: 17px 40px 13px 20px;
    height: 60px;
    background: #f8f8f8;
    display: block;
    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;
}

.header-style-one .nav-outer .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 60px;
    width: 50px;
    line-height: 60px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #b5b5b5;
    background: none;
}

.header-style-one .nav-outer .search-box .form-group input:focus + button,
.header-style-one .nav-outer .search-box .form-group button:hover {
    color: #207fdd;
}

.header-style-one .nav-outer .nav-toggler {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    font-size: 12px;
    color: #ffffff;
    background: none;
    display: none;
}

.header-style-two .nav-outer .nav-toggler {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: #f06529;
    background: none;
    display: none;
}

.header-style-two .nav-outer .nav-toggler button,
.header-style-one .nav-outer .nav-toggler button {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    background: #0686d8;
}

.main-menu {
    position: relative;
}

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

.main-menu .navigation {
    position: relative;
    font-family: 'Heebo', sans-serif;
    margin: 0px;
    display: inline-block;
}

.main-menu .navigation > li {
    position: relative;
    display: inline-block;
    margin-right: 40px;
}

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

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

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    padding: 18px 0px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    font-weight: 700;
    opacity: 1;
    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.dropdown > a:after {
    position: absolute;
    content: '\f107';
    right: 0px;
    line-height: 24px;
    font-size: 12px;
    font-family: 'FontAwesome';
}

.header-style-two .main-menu .navigation > li > a {
    padding: 63px 0px;
    color: #333333;
}

.header-style-two.light-version .main-menu .navigation > li > a {
    color: #ffffff;
    padding-top: 28px;
    padding-bottom: 28px;
    border-top: 2px solid transparent;
}

.header-style-two.light-version .main-menu .navigation > li > a:hover,
.header-style-two.light-version .main-menu .navigation > li.current a {
    border-color: #207fdd;
}

.main-menu .navigation > li.dropdown > a {
    padding-right: 15px;
}

.main-menu .navigation > li.home > a {
    padding-left: 20px;
}

.main-menu .navigation > li.home > a:before {
    font-family: "Flaticon";
    content: '\f145';
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -16px;
    height: 30px;
    font-weight: 600;
    line-height: 30px;
    padding: 0px 0px;
    font-size: 12px;
    z-index: 1;
}

.sticky-header .main-menu .navigation > li > a {
    color: #181818 !important;
    padding: 17px 15px;
}

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

.header-style-two .main-menu .navigation > li:hover > a,
.header-style-two .main-menu .navigation > li.current > a,
.header-style-two .main-menu .navigation > li.current-menu-item > a {
    color: #207fdd;
    background: none;
}

.header-style-one .main-menu .navigation > li:hover:after,
.header-style-one .main-menu .navigation > li.current:after,
.header-style-one .main-menu .navigation > li.current-menu-item:after,
.header-style-one .main-menu .navigation > li:hover + li:after,
.header-style-one .main-menu .navigation > li.current + li:after,
.header-style-one .main-menu .navigation > li.current-menu-item + li:after {
    opacity: 0;
    visibility: hidden;
}

.sticky-header .main-menu .navigation > li > a {
    padding: 18px 15px !important;
}

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

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a {
    background: #39b54a;
    color: #ffffff !important;
    opacity: 1;
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 120%;
    width: 220px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #ffffff;
    border-top: 3px solid #394285;
    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);
}

.sticky-header .main-menu .navigation > li > ul {
    width: 220px;
}

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

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

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

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 12px 20px;
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
    color: #292929;
    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 {
    background: #39b54a;
    color: #ffffff;
    border-color: #ececec;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #292929;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
    color: #ffffff;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 20px;
    width: 220px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #ffffff;
    border-top: 3px solid #394285;
    -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 > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ececec;
}

.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: 12px 20px;
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #292929;
    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: #39b54a;
    color: #ffffff;
    border-color: #ececec;
}

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

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 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 .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .nav-outer .other-options {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -9px;
    width: 80px;
    height: 18px;
    color: #c1c1c1;
}

.main-header .nav-outer .search-box-outer {
    position: absolute;
    right: 30px;
    top: 0;
    border-right: 1px solid #c1c1c1;
    width: 42px;
    height: 18px;
}

.main-header .nav-outer .search-box-btn {
    position: relative;
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 18px !important;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    color: #c1c1c1;
    background: none;
    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 .nav-outer .search-box-btn:hover {
    color: #f06529;
}

.main-header .search-box-outer .dropdown-menu {
    top: 68px;
    border-top: 3px solid #63c8e1;
    padding: 0px;
    width: 280px;
    border-radius: 0px;
}

.header-style-two .search-box-outer .dropdown-menu {
    border-top-color: #f06529;
}

.main-header .search-box-outer .dropdown-menu > li {
    padding: 0px;
    border: none;
    background: none;
}

.main-header .search-panel .form-container {
    padding: 25px 20px;
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    height: 40px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: #63c8e1;
}

.header-style-two .search-panel input:focus,
.header-style-two .search-panel select:focus {
    border-color: #f06529;
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
}

.country-dropdown .dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    width: 180px;
    border-top: 2px solid #207fdd;
}

.country-dropdown .dropdown-menu li {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #e0e0e0;
}

.country-dropdown .dropdown-menu li a {
    position: relative;
    display: block;
    padding: 5px 10px 3px;
    line-height: 24px;
    margin: 0px;
}

.country-dropdown > a {
    border: 0px;
    color: #ffffff !important;
    border-radius: 0px;
    line-height: inherit !important;
    padding: 5px 75px 1px 20px !important;
    background-color: #207fdd;
}

.country-dropdown a .arow-icon {
    position: absolute;
    right: 20px;
    line-height: 1.5em;
}

/***

====================================================================
	Main Slider style
====================================================================

***/

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

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

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

.main-slider .blue-overlay .tp-dottedoverlay {
    background-color: rgba(0, 0, 0, 0.70) !important;
}

.main-slider .big-title {
    font-weight: 500;
    line-height: 1.6em;
    color: #ffffff;
    font-size: 38px;

}

.main-slider .sub-title {
    font-weight: 400;
    line-height: 1.3em;
    color: #f06529;
    font-size: 18px;
    font-style: italic;
}

.main-slider .video-btn-box {
    position: relative;
    width: 100%;
    max-width: 76px;
    max-height: 76px;
    margin: 0 auto 40px;
}

.main-slider .video-btn-box a {
    position: relative;
    display: block;
    width: 76px;
    height: 76px;
    max-width: 76px;
    max-height: 76px;
    line-height: 68px;
    padding-left: 5px;
    font-size: 20px;
    color: #54be73;
    border: 4px solid #ffffff;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
}

.main-slider .video-btn-box a:hover {
    color: #54be73;
    border-color: #54be73;
    background: #ffffff;
}

.main-slider .normal-text {
    font-weight: 400;
    line-height: 1.8em;
    color: #ffffff;
    font-size: 20px;
    font-style: italic;
    font-family: 'Hind Guntur', sans-serif;
}

.main-slider .theme-btn {
    border-width: 2px !important;
}

.main-slider .tp-caption .theme-btn.btn-style-one {
    color: #ffffff;
}

.main-slider .tp-caption .theme-btn.btn-style-one:hover {
    color: #54be73;
}

.main-slider .tp-caption .theme-btn.btn-style-two {
    color: #333333;
}

.main-slider .tp-caption .theme-btn.btn-style-two:hover {
    color: #39b54a;
}

.tp-bullets.preview3 .bullet {
    width: 8px !important;
    height: 8px !important;
    padding: 0px !important;
    background: #d2d2d2 !important;
    border-radius: 50px;
    margin: 0px 12px;
    border: 0px !important;
}

.tp-bullets.preview3 .bullet:before {
    position: absolute;
    content: '';
    left: -3px;
    top: -3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
}

.tp-bullets.preview3 .bullet:hover::before,
.tp-bullets.preview3 .bullet.selected::before {
    background-color: rgba(84, 190, 115, 0.50);
}

.tp-bullets.preview3 .bullet:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 100%;
    padding-right: 20px;
    top: 4px;
    background-color: rgba(255, 255, 255, 0.50);
}

.tp-bullets.preview3 .bullet.last:after {
    display: none !important;
}

.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected {
    width: 8px !important;
    height: 8px !important;
    padding: 0px !important;
    border: 0px !important;
    background: #54be73 !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3 {
    background: none !important;
    width: 50px !important;
    overflow: hidden;
    margin-top: -10px !important;
    height: 50px !important;
}

.main-slider .tparrows.preview3::after {
    top: 0px;
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 18px;
    height: 50px !important;
    line-height: 46px;
    width: 50px !important;
    padding: 0px;
    border-radius: 50%;
}

.main-slider .tparrows.tp-leftarrow.preview3::after {
    content: "\f104";
    font-family: "Flaticon";
}

.main-slider .tparrows.tp-rightarrow.preview3::after {
    content: "\f18b";
    font-family: "Flaticon";
}

.main-slider .tparrows.preview3.tp-leftarrow {
    left: 30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow {
    right: 30px !important;
}

.main-slider .tparrows.preview3:hover::after {
    color: #ffffff;
    background: rgba(84, 190, 115, 0.90);
    border-color: rgba(84, 190, 115, 0.90);
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper {
    visibility: hidden;
    opacity: 0;
    display: none;
}

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


.slider-separeter-line {
    position: relative;
    margin-top: 15px;
}

.slider-separeter-line .line-one {
    position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    margin: auto;
    margin-bottom: 1px;
    background-color: #ffffff;
}

.slider-separeter-line .line-one:before {
    position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #ffffff;
}

.slider-separeter-line .line-one:after {
    position: absolute;
    content: '';
    right: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #ffffff;
}

.slider-separeter-line .line-two {
    position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    margin: auto;
    background-color: #ffffff;
}

.slider-separeter-line .line-two:before {
    position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #ffffff;
}

.slider-separeter-line .line-two:after {
    position: absolute;
    content: '';
    right: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #ffffff;
}

/***

====================================================================
	Title Styles
====================================================================

***/

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

.sec-title h2 {
    font-size: 26px;
    color: #333333;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
    padding-bottom: 22px;
}

.sec-title .separeter-line {
    position: relative;
}

.sec-title .separeter-line .line-one {
    position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    margin-bottom: 1px;
    background-color: #39b54a;
}

.sec-title .separeter-line .line-one:before {
    position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #39b54a;
}

.sec-title .separeter-line .line-two {
    position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    background-color: #39b54a;
}

.sec-title .separeter-line .line-two:before {
    position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #39b54a;
}

.sec-title .text {
    position: relative;
    padding-top: 30px;
    font-size: 16px;
    color: #777777;
    line-height: 1em;
}

/***

====================================================================
	Title Styles Two
====================================================================

***/

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

.sec-title-two h2 {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.sec-title-two h2 a {
    color: #333333;
    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;
}

.sec-title-two h2 a:hover {
    color: #54be73;
}

.sec-title-two .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    margin-top: 30px;
}

.sec-title-two .separeter-line {
    position: relative;
}

.sec-title-two .separeter-line .line-one {
    position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    margin-bottom: 1px;
    background-color: #54be73;
}

.sec-title-two .separeter-line .line-one:before {
    position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #54be73;
}

.sec-title-two .separeter-line .line-two {
    position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    background-color: #54be73;
}

.sec-title-two .separeter-line .line-two:before {
    position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #54be73;
}

/***

====================================================================
	Title Styles Two
====================================================================

***/

.sec-title-three {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.sec-title-three h2 {
    font-size: 26px;
    color: #333333;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 22px;
    text-transform: uppercase;
}

.sec-title-three .separeter-line {
    position: absolute;
    left: 50%;
    margin-left: -22px;
}

.sec-title-three .separeter-line .line-one {
    position: relative;
    height: 1px;
    width: 28px;
    left: 8px;
    margin-bottom: 1px;
    background-color: #39b54a;
}

.sec-title-three .separeter-line .line-one:before {
    position: absolute;
    content: '';
    left: -8px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #39b54a;
}

.sec-title-three .separeter-line .line-one:after {
    position: absolute;
    content: '';
    right: -8px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #39b54a;
}

.sec-title-three .separeter-line .line-two {
    position: relative;
    height: 1px;
    width: 28px;
    left: 8px;
    background-color: #39b54a;
}

.sec-title-three .separeter-line .line-two:before {
    position: absolute;
    content: '';
    left: -8px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #39b54a;
}

.sec-title-three .separeter-line .line-two:after {
    position: absolute;
    content: '';
    right: -8px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #39b54a;
}

.sec-title-three .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    max-width: 670px;
    margin: 0 auto;
    margin-top: 30px;
}

/***

====================================================================
	Sidebar Title
====================================================================

***/

.sidebar-title {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-title h2 {
    font-size: 17px;
    color: #333333;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
}

.sidebar-title .separeter-line {
    position: relative;
}

.sidebar-title .separeter-line .line-one {
    position: relative;
    height: 1px;
    width: 17px;
    left: 9px;
    margin-bottom: 1px;
    background-color: #54be73;
}

.sidebar-title .separeter-line .line-one:before {
    position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #54be73;
}

.sidebar-title .separeter-line .line-two {
    position: relative;
    height: 1px;
    width: 17px;
    left: 9px;
    background-color: #54be73;
}

.sidebar-title .separeter-line .line-two:before {
    position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #54be73;
}

.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 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms 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 Footer
====================================================================

***/

.main-footer {
    position: relative;
    background: #1e1e1e;
    color: #c4c4c4;
}

.main-footer .widgets-section {
    position: relative;
    padding: 95px 0px 0px;
    z-index: 1;
}

.main-footer .social-links a:hover {
    color: #f06529;
}

.main-footer .footer-column {
    margin-bottom: 50px;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 5px;
}

/*Footer Title*/

.main-footer .footer-column .footer-title {
    position: relative;
    margin-bottom: 28px;
}

.main-footer .footer-column .footer-title h2 {
    font-size: 18px;
    font-weight: 700;

    color: #ffffff;
    padding-bottom: 20px;
}

.main-footer .footer-title .separeter-line {
    position: relative;
}

.main-footer .separeter-line .line-one {
    position: relative;
    height: 1px;
    width: 17px;
    left: 9px;
    margin-bottom: 1px;
    background-color: #39b54a;
}

.main-footer .separeter-line .line-one:before {
    position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #39b54a;
}

.main-footer .separeter-line .line-two {
    position: relative;
    height: 1px;
    width: 17px;
    left: 9px;
    background-color: #39b54a;
}

.main-footer .separeter-line .line-two:before {
    position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #39b54a;
}

.main-footer .work-hours-widget .text {
    margin-bottom: 20px;
    line-height: 1.8em;
    padding-right: 20px;
}

.main-footer .contact-widget .footer-logo {
    position: relative;
    margin: -10px 0px 35px;
}

.main-footer .contact-widget .text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.7em;
    padding-right: 20px;
}

.main-footer .work-hours-widget .hours-info {
    position: relative;
    max-width: 300px;
}

.main-footer .work-hours-widget .hours-info li {
    position: relative;
    line-height: 24px;
    margin-bottom: 15px;
}

.main-footer .work-hours-widget .hours-info li .pull-right {
    color: #f06529;
}

.main-footer .about-widget .logo {
    position: relative;
    margin-top: -27px;
}

.main-footer .about-widget .text {
    margin-bottom: 20px;
    line-height: 1.8em;
}

.main-footer .gallery-widget {
    padding-left: 25px;
}

.main-footer .gallery-widget .images-outer {
    position: relative;
    margin: 0px -5px;
}

.main-footer .gallery-widget .image-box {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0px 3px;
    margin-bottom: 5px;
}

.main-footer .gallery-widget .image-box img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .gallery-widget .image-box img:hover {
    opacity: 0.70;
}

/*List Style*/

.main-footer .links-widget .list li {
    position: relative;
    margin-bottom: 6px;
}

.main-footer .links-widget .list li a {
    position: relative;
    display: block;
    line-height: 24px;
    color: #c4c4c4;
    font-size: 16px;
    text-transform: capitalize;
    padding: 4px 0px 4px 22px;
}

.main-footer .links-widget .list li a:before {
    content: '\f138';
    position: absolute;
    left: 0px;
    top: 1px;
    line-height: 24px;
    font-size: 12px;
    font-family: 'FontAwesome';
}

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

/*Post Widget*/

.main-footer .posts-widget .post {
    position: relative;
    padding-left: 90px;
    min-height: 70px;
    margin-bottom: 30px;
}

.main-footer .posts-widget .post:last-child {
    margin-bottom: 0px;
}

.main-footer .posts-widget .post .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    border-radius: 3px;
}

.main-footer .posts-widget .post .image img {
    position: relative;
    display: block;
    width: 70px;
    border-radius: 50%;
}

.main-footer .posts-widget .post .text {
    position: relative;
    line-height: 22px;
    font-size: 15px;
    color: #c5c5c5;
    margin-bottom: 10px;
}

.main-footer .posts-widget .post .text a {
    position: relative;
    color: #c4c4c4;
    font-size: 15px;
}

.main-footer .posts-widget .post .time {
    position: relative;
    color: #39b54a;
    line-height: 20px;
    font-size: 14px;
    padding-left: 20px;
}

.main-footer .posts-widget .post .time:before {
    position: absolute;
    content: '\f073';
    left: 0px;
    top: -2px;
    font-size: 14px;
    font-family: 'FontAwesome';
}

/*address widget*/

.main-footer .address-widget .inner-box h2 {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;

}

.main-footer .address-widget .inner-box .text {
    font-size: 16px;
    color: #c4c4c4;
    font-weight: 400;
    margin-top: 16px;
}

/*time widget*/

.main-footer .time-widget .inner-box {
    text-align: right;
}

.main-footer .time-widget .inner-box h2 {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;

}

.main-footer .time-widget .inner-box h2 .fa,
.main-footer .address-widget .inner-box h2 .fa {
    font-weight: normal;
    padding-right: 5px;
}

.main-footer .time-widget .inner-box .text {
    font-size: 16px;
    color: #c4c4c4;
    font-weight: 400;
    margin-top: 16px;
}


.main-footer .logo-widget {
    margin-top: -20px;
}

/*contact info*/

.main-footer .contact-info {
    position: relative;
    margin-bottom: 20px;
}

.main-footer .contact-info li {
    position: relative;
    line-height: 30px;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #cccccc;
    font-size: 15px;
}

.main-footer .contact-info li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 24px;
    font-size: 16px;
    color: #54be73;
}

.main-footer a {
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .footer-bottom {
    position: relative;
    font-size: 14px;
    padding: 20px 0px;
    color: #c5c5c5;
    z-index: 1;
    background-color: #171717;
}

.footer-style-one .copyright-text {
    position: relative;
    text-align: center;
}

/*footer form*/

.footer-form {
    position: relative;
}

.footer-form .form-group {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.footer-form .form-group .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    font-size: 14px;
    color: #999999;
    z-index: 1;
}

.footer-form .form-group input[type="text"],
.footer-form .form-group input[type="tel"],
.footer-form .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 23px;
    padding: 10px 20px;
    height: 45px;
    font-size: 14px;
    background: #303030;
    border: 1px solid transparent;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}

.footer-form .form-group textarea {
    background: #303030;
    height: 85px;
    width: 100%;
    resize: none;
    padding: 10px 20px;
    border: 1px solid transparent;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}

.footer-form .form-group input[type="text"]:focus,
.footer-form .form-group input[type="tel"]:focus,
.footer-form .form-group input[type="email"]:focus,
.footer-form .form-group textarea:focus {
    border-color: #39b54a;
}

/*Footer Style Two*/

.footer-style-two .footer-bottom {
    position: relative;
    background-color: #207fdd;
}

.footer-style-two .footer-bottom .copyright-text {
    float: left;
    color: #ffffff;
    font-size: 15px;
    margin-top: 10px;
}

.footer-style-two .footer-bottom .scroll-box {
    text-align: center;
    width: 36px;
    height: 36px;
    color: #1e1e1e;
    font-size: 14px;
    float: right;
    cursor: pointer;
    border-radius: 50%;
    line-height: 34px;
    background-color: #ffffff;
}

.footer-style-three .footer-bottom {
    background-color: #1e1e1e;
    border-top: 1px solid #333333;
}

.footer-style-three .logo {
    margin-top: -32px;
}

/***

====================================================================
	Welcome Section
====================================================================

***/

.welcome-section {
    position: relative;
    padding: 70px 0px 0px;
}

.welcome-section .image-column {
    position: relative;
    padding-top: 50px;
}

.welcome-section .image-column .image {
    padding-right: 50px;
    margin-left: -200px;
}

.welcome-section .image-column .image img {
}

.welcome-section .content-column {
    position: relative;
    padding-top: 80px;
    padding-bottom: 50px;
}

.welcome-section .content-column .sec-title {
    position: relative;
    margin-bottom: 60px;
}

/*services block*/

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

.services-block .inner-box {
    position: relative;
    padding-left: 100px;
}

.services-block .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 1em;
    color: #0686d8;
    font-size: 50px;
    margin-bottom: 25px;
}

.services-block .inner-box .title-box {
    position: relative;
    margin-bottom: 25px;
}

.services-block .inner-box .title-box h2 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.services-block .inner-box .title-box h2 a {
    color: #333333;
    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;
}

.services-block .inner-box .title-box h2 a:hover {
    color: #39b54a;
}

.services-block .inner-box .title-box .separeter-line {
    position: relative;
}

.services-block .inner-box .title-box .separeter-line .line-one {
    position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    margin-bottom: 1px;
    background-color: #39b54a;
}

.services-block .inner-box .title-box .separeter-line .line-one:before {
    position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #39b54a;
}

.services-block .inner-box .title-box .separeter-line .line-two {
    position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    background-color: #39b54a;
}

.services-block .inner-box .title-box .separeter-line .line-two:before {
    position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #39b54a;
}

.services-block .inner-box .inner-text {
    color: #777777;
    font-size: 16px;
    line-height: 1.8em;
}

/*services section*/

.services-section {
    position: relative;
    padding-top: 20px;
    background-color: #fafafa;
}

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

.services-block-two .inner-box {
    position: relative;
}

.services-block-two .inner-box .image-box {
    position: relative;
}

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

.services-block-two .inner-box {
    position: relative;
    overflow: hidden;
}

.services-block-two .inner-box .lower-box {
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 21px 0px 20px 100px;
    background-color: #ffffff;
    border-top: 3px solid #39b54a;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}

.services-block-two .inner-box .lower-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ffffff;
    font-size: 28px;
    padding: 19px 21px 15px;
    background-color: #39b54a;
    line-height: 1em;
}

.services-block-two .inner-box .lower-box h3 {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    color: #333333;

}

.services-block-two .inner-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
    opacity: 0;
    background-size: cover;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}

.services-block-two .inner-box .overlay-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 40px;
    text-align: center;
    background: rgba(214, 171, 93, 0.85);
}

.services-block-two .inner-box .overlay-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.services-block-two .inner-box .overlay-box .content .icon {
    font-size: 36px;
    margin-bottom: 20px;
}

.services-block-two .inner-box .overlay-box .content h3 {
    position: relative;
    font-weight: 700;
    font-size: 17px;
}

.services-block-two .inner-box .overlay-box .content h3 a {
    color: #ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.services-block-two .inner-box .overlay-box .content h3 a:hover {
    color: #54be73;
}

.services-block-two .inner-box .overlay-box .content .text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
}

.services-block-two .inner-box .overlay-box .content .theme-btn:hover {
    color: #ffffff;
    border-color: #ffffff;
}

.services-block-two .inner-box:hover .lower-box {
    bottom: -100%;
}

.services-block-two .inner-box:hover .overlay-box {
    top: 0px;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

/***

====================================================================
	Request Section
====================================================================

***/

.request-section {
    position: relative;
    padding: 145px 0px 120px;
}

.request-section .content-column {
    position: relative;
    margin-bottom: 50px;
}

.request-section .content-column .inner-box {
    position: relative;
}

.request-section .content-column .inner-box .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
}

.request-section .content-column .inner-box h3 {
    position: relative;
    color: #333333;
    font-size: 17px;
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 20px;
}

.request-section .content-column .inner-box ul {
    position: relative;
}

.request-section .content-column .inner-box ul li {
    position: relative;
    color: #777777;
    font-size: 15px;
    margin-bottom: 8px;
}

.request-section .content-column .inner-box ul li span {
    color: #54be73;

}

.request-section .form-column .inner-box {
    position: relative;
    padding: 45px 35px 20px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(204, 204, 204, 0.5);
    -moz-box-shadow: 0px 0px 12px 0px rgba(204, 204, 204, 0.5);
    box-shadow: 0px 0px 12px 0px rgba(204, 204, 204, 0.5);
}

/***

====================================================================
	Default Form
====================================================================

***/

.default-form {
    position: relative;
}

.default-form .form-group {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea {
    display: block;
    width: 100%;
    line-height: 23px;
    height: 45px;
    font-size: 14px;
    border: 1px solid #eaeaea;
    padding: 10px 15px;
    background-color: #fafafa;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.default-form textarea {
    height: 115px;
    resize: none;
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus {
    border-color: #39b54a;
    background-color: #ffffff;
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error {
    border-color: #ff0000;
}

.default-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;

    font-size: 11px;
    color: #ff0000;
    font-weight: 500;
}

/***

====================================================================
	Call To Action
====================================================================

***/

.call-to-action {
    position: relative;
    padding: 100px 0px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.call-to-action:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 127, 221, 0.90);
}

.call-to-action h2 {
    position: relative;
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    text-align: center;

}

.call-to-action .theme-btn {
    margin-top: 30px;
}

.call-to-action .theme-btn:hover {
    color: #ffffff;
    border-color: #ffffff;
}

/***

====================================================================
	News Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 145px 0px 0px;
}

.news-block {
    position: relative;
    margin-bottom: 90px;
}

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

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

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

.news-block .inner-box .lower-content {
    position: relative;
    margin-top: 25px;
}

.news-block .inner-box .lower-content .upper-box {
    position: relative;
}

.news-block .inner-box .lower-content .upper-box h2 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.news-block .inner-box .lower-content .upper-box h2 a {
    color: #333333;
    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;
}

.news-block .inner-box .lower-content .upper-box h2 a:hover {
    color: #54be73;
}

.news-block .inner-box .lower-content .separeter-line .line-one {
    position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    margin-bottom: 1px;
    background-color: #54be73;
}

.news-block .inner-box .lower-content .separeter-line .line-one:before {
    position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #54be73;
}

.news-block .inner-box .lower-content .separeter-line .line-two {
    position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    background-color: #54be73;
}

.news-block .inner-box .lower-content .separeter-line .line-two:before {
    position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #54be73;
}

.news-block .inner-box .lower-content .text {
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    margin-top: 26px;
}

.news-block .inner-box .lower-content .text p {
    color: #777777;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 25px;
}

/*News Block Two*/

.news-block-two {
    position: relative;
    margin-bottom: 40px;
}

.news-block-two .inner-box {
    position: relative;
    padding-left: 130px;
    min-height: 100px;
}

.news-block-two .inner-box .image-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
}

.news-block-two .inner-box .title-box {
    position: relative;
    margin-bottom: 25px;
}

.news-block-two .inner-box .title-box h2 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.news-block-two .inner-box .title-box h2 a {
    color: #333333;
    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;
}

.news-block-two .inner-box .title-box h2 a:hover {
    color: #54be73;;
}

.news-block-two .inner-box .title-box .separeter-line {
    position: relative;
}

.news-block-two .inner-box .title-box .separeter-line .line-one {
    position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    margin-bottom: 1px;
    background-color: #54be73;
}

.news-block-two .inner-box .title-box .separeter-line .line-one:before {
    position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #54be73;
}

.news-block-two .inner-box .title-box .separeter-line .line-two {
    position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    background-color: #54be73;
}

.news-block-two .inner-box .title-box .separeter-line .line-two:before {
    position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #54be73;
}

/***

====================================================================
	Accordion Box
====================================================================

***/

.accordion-box {
    position: relative;
    margin-bottom: 40px;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 20px;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 14px;
    margin-bottom: 0px;
    cursor: pointer;
    background: #f8f8f8;
    line-height: 24px;

    font-weight: 700;
    padding: 13px 20px 11px 84px;
    border: 1px solid #dddddd;
    overflow: hidden;
    color: #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;
}

.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    left: 32px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    line-height: 30px;
    border-radius: 50%;
    background-color: #cccccc;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    color: #333333;
}

.accordion-box .block .acc-btn.active .icon-outer {
    color: #ffffff;
    background-color: #54be73;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 15px;
    padding: 25px 0px 0px;
}

.accordion-box .block .content p {
    margin-bottom: 15px;
    line-height: 1.8em;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0px;
}

.accordion-box.style-two .block .acc-btn {
    background-color: #ffffff;
}

.accordion-box.style-two .block .content p {
    color: #eaeaea;
}

.progress-chart {
    position: relative;
}

.progress-chart .sec-title-two {
    margin-bottom: 40px;
}

.progress-chart .percentage-block {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.progress-chart .percentage-block .inner-box .graph-title {
    position: relative;
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
}

.progress-chart .percentage-block .inner-box .year {
    position: relative;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
    font-family: 'Heebo', sans-serif;
}

.progress-chart .text {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
}

.progress-chart .bar-outer {
    position: relative;
    width: 150px;
    margin: 0 auto 20px;
}

.progress-chart .bar-outer .title {
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-top: 5px;
    color: #444444;
    font-size: 16px;
}

.progress-chart .bar-outer .title:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -1px;
    height: 80px;
    bottom: 100%;
    border-left: 2px solid #6d6e71;
}

.progress-chart .bar-outer .title:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -3px;
    bottom: 100%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #6d6e71;
}

.news-block-two .inner-box .image-box img {
    width: 100%;
    display: block;
}

.news-block-two .inner-box .text {
    position: relative;
    font-size: 16px;
    color: #777777;
    font-weight: 400;
    line-height: 1.3em;
}

/***

====================================================================
	Client Section
====================================================================

***/

.client-section {
    position: relative;
}

.client-section .clinet-inner {
    position: relative;
    padding: 90px 0px 90px;
    border-top: 1px solid #ededed;
}

.client-section .title-column {
    position: relative;
    margin-bottom: 55px;
}

.client-section .title-column .text {
    position: relative;
    margin-top: 30px;
}

.client-section .carousel-column {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.client-section .carousel-column .owl-nav {
    display: none !important;
}

.client-section .carousel-column .image-box img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    opacity: 0.8;
    transition: all 0.300s ease;
    -moz-transition: all 0.300s ease;
    -webkit-transition: all 0.300s ease;
    -ms-transition: all 0.300s ease;
    -o-transition: all 0.300s ease;
}

.client-section .carousel-column .image-box img:hover {
    opacity: 1;
}

.client-section.style-two {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}

.client-section.style-two:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(32, 127, 221, 0.90);
}

.client-section.style-two .sec-title h2 {
    color: #ffffff;
}

.client-section.style-two .sec-title .separeter-line .line-one,
.client-section.style-two .sec-title .separeter-line .line-two,
.client-section.style-two .sec-title .separeter-line .line-one:before,
.client-section.style-two .sec-title .separeter-line .line-two:before {
    background-color: #ffffff;
}

.client-section.style-two .clinet-inner {
    border: 0px;
    padding: 90px 0px 40px;
}

.client-section.style-two .carousel-column .image-box a img {
    border: 1px solid rgba(255, 255, 255, 0.50);
    opacity: 1;
}

/***

====================================================================
	Blog Section
====================================================================

***/

.blog-section {
    position: relative;
    padding: 20px 0px 30px;
}

.blog-section .owl-nav {
    display: none !important;
}

.blog-section .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 10px;
}

.blog-section .owl-dots .owl-dot {
    margin: 0px 4px;
    padding: 0px;
    width: 12px;
    height: 12px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 50%;
    background: #d2d2d2;
    display: inline-block;
    border: 2px solid transparent;
}

.blog-section .owl-dots [class*="owl-"] span {
    width: 12px !important;
    height: 12px !important;
    position: relative;
    border: 2px solid transparent;
    display: inline-block;
    border-radius: 50%;
    top: -5px;
    left: -2px;
}

.blog-section .owl-dots [class*="owl-"]:hover span,
.blog-section .owl-dots .owl-dot.active span {
    border-color: #207fdd;
    background-color: #ffffff;
}

.blog-section.padding-bottom {
    padding-bottom: 50px;
}

/***

====================================================================
	News Blog Three
====================================================================

***/

.news-block-three {
    margin-bottom: 50px;
}

.news-block-three.style-two .content-column {
    margin-top: 30px;
}

.news-block-three .image-column {
    position: relative;
}

.news-block-three .image-column img {
    position: relative;
    width: 100%;
    display: block;
}

.news-block-three .content-column {
    position: relative;
}

.news-block-three .content-column .upper-box {
    position: relative;
}

.news-block-three .content-column .upper-box .inner {
    position: relative;
    padding-left: 62px;
}

.news-block-three .upper-box .news-title {
    position: relative;
    margin-bottom: 25px;
}

.news-block-three .upper-box .news-title h2 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.news-block-three .upper-box .news-title h2 a {
    color: #333333;
    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;
}

.news-block-three .upper-box .news-title h2 a:hover {
    color: #54be73;
}

.news-block-three .upper-box .news-title .separeter-line {
    position: relative;
}

.news-block-three .upper-box .news-title .separeter-line .line-one {
    position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    margin-bottom: 1px;
    background-color: #39b54a;
}

.news-block-three .upper-box .news-title .separeter-line .line-one:before {
    position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #39b54a;
}

.news-block-three .upper-box .news-title .separeter-line .line-two {
    position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    background-color: #39b54a;
}

.news-block-three .upper-box .news-title .separeter-line .line-two:before {
    position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #39b54a;
}

.blog-section.style-two {
    background-color: #fbfbfb;
}

.news-block-three .content-column .upper-box .inner .date {
    position: absolute;
    width: 45px;
    left: 0px;
    top: 0px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 15px 0px 5px;
    background-color: #39b54a;
}

.news-block-three .content-column .upper-box .inner .date span {
    position: relative;
    top: -5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
    font-family: 'Hind Guntur', sans-serif;
}

.news-block-three .content-column .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.news-block-three .content-column .text p {
    position: relative;
    color: #777777;
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.6em;
    margin-bottom: 20px;
    font-weight: 400;
}

.news-block-three .content-column .text blockquote {
    border: 0px;
    padding: 30px 15px 30px 35px;
    background-color: #fafafa;
}

.news-block-three .content-column .text blockquote .blockquote-text {
    border: 0px;
    font-size: 18px;
    color: #333333;
    font-style: italic;
    font-weight: 400;
}

.news-block-three .content-column .text blockquote .blockquote-text .quote-icon {
    font-size: 14px;
}

.news-block-three .content-column .post-pager {
    position: relative;
    padding: 30px 0px;
    margin-top: 40px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.news-block-three .content-column .post-pager a {
    position: relative;
    font-size: 13px;
    color: #333333;
    font-weight: 700;
    border-radius: 50px;
    padding: 6px 43px;
    display: inline-block;
    border: 2px solid #54be73;
    text-transform: uppercase;
    font-family: 'Merriweather Sans', sans-serif;
}

/***

====================================================================
	List Style One
====================================================================

***/

.list-style-one {
    position: relative;
    margin-top: -10px;
}

.list-style-one li {
    position: relative;
    color: #777777;
    font-size: 13px;
    font-weight: 400;
    margin-right: 25px;
    display: inline-block;
}

.list-style-one li:after {
    position: absolute;
    content: '/';
    color: #777777;
    font-size: 14px;
    right: -15px;
    top: 2px;
}

.list-style-one li:last-child {
    margin-right: 0px;
}

.list-style-one li:last-child::after {
    display: none;
}

.list-style-one li .icon {
    position: relative;
    color: #207fdd;
    font-size: 14px;
    margin-right: 2px;
}

/***

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding: 80px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

.testimonial-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 127, 221, 0.90);
}

.testimonial-section .owl-nav {
    display: none !important;
}

.testimonial-section .testimonial-thumbs-carousel {
    text-align: center;
    padding: 30px 0px 30px 50px;
}

.testimonial-section .testimonial-thumbs-carousel .thumb-item {
    width: 76px;
    border-radius: 50%;
    cursor: pointer;
}

.testimonial-section .testimonial-thumbs-carousel img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.testimonial-section .testimonial-carousel-outer .testimonial-content-carousel {
    padding-right: 20px;
    background: url(../images/icons/testimonial-direction.png) right center no-repeat;
}

.testimonial-section .testimonial-carousel-outer .testimonial-content-carousel li .quote-icon {
    font-size: 14px;
    margin: 0px 6px;
}

.testimonial-section .testimonial-carousel-outer .testimonial-content-carousel li {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    padding-top: 12px;
    padding-right: 30px;
    font-style: italic;
    font-family: 'Hind Guntur', sans-serif;
}

.testimonial-section .testimonial-carousel-outer .testimonial-content-carousel li h3 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    margin-top: 35px;

}

.testimonial-section .testimonial-carousel-outer .testimonial-content-carousel li .text {
    font-size: 14px;
    font-style: normal;
}

/***

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two {
    position: relative;
    padding: 140px 0px 100px;
}

.services-block-three {
    position: relative;
    margin-bottom: 50px;
}

.services-block-three .inner-box {
    position: relative;
}

.services-block-three .inner-box .image-box {
    position: relative;
}

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

.services-block-three .inner-box .lower-box {
    position: relative;
    padding-top: 25px;
}

.services-block-three .inner-box .lower-box .text {
    position: relative;
    color: #777777;
    font-size: 16px;
}

.services-block-three .inner-box .lower-box .title-box {
    position: relative;
    margin-bottom: 25px;
}

.services-block-three .inner-box .lower-box .title-box h2 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.services-block-three .inner-box .title-box h2 a {
    color: #333333;
    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;
}

.services-block-three .inner-box .title-box h2 a:hover {
    color: #54be73;
}

.services-block-three .inner-box .title-box .separeter-line {
    position: relative;
}

.services-block-three .inner-box .title-box .separeter-line .line-one {
    position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    margin-bottom: 1px;
    background-color: #54be73;
}

.services-block-three .inner-box .title-box .separeter-line .line-one:before {
    position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #54be73;
}

.services-block-three .inner-box .title-box .separeter-line .line-two {
    position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    background-color: #54be73;
}

.services-block-three .inner-box .title-box .separeter-line .line-two:before {
    position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #54be73;
}

.services-block-three .inner-box .lower-box .icon-box {
    position: absolute;
    right: 0px;
    top: 30px;
    font-size: 30px;
    color: #207fdd;
}

.services-section-two .services-two-bottom {
    padding-top: 50px;
    border-top: 1px solid #f5f5f5;
}

/***

====================================================================
	Fact Counter style
====================================================================

***/

.fact-counter-column {
    position: relative;
    padding: 65px 0px 25px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fact-counter-column:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 127, 221, 0.90);
}

.fact-counter {
    position: relative;
}

.fact-counter .column {
    position: relative;
    margin-bottom: 40px;
    width: 20%;
    float: left;
}

.fact-counter .column .inner {
    position: relative;
    text-align: center;
}

.fact-counter .column .inner .icon-box {
    position: relative;
    color: #ffffff;
    font-size: 36px;
    line-height: 1em;
    margin-bottom: 20px;
}

.fact-counter .count-outer .percentage {
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    font-size: 40px;
    line-height: 1em;
    font-family: 'Heebo', sans-serif;
}

.fact-counter .count-outer .count-text {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 40px;
    line-height: 1em;
    font-family: 'Heebo', sans-serif;
}

.fact-counter .column .counter-title {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 10px;
    font-family: 'Hind Guntur', sans-serif;
}

/***

====================================================================
	Services Section Three
====================================================================

***/

.services-section-three {
    position: relative;
    padding: 140px 0px 100px;
}

.services-block-four {
    position: relative;
    margin-bottom: 50px;
}

.services-block-four .inner-box {
    position: relative;
    padding: 60px 32px;
    text-align: center;
    border: 1px solid #eaeaea;
    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;
}

.services-block-four .inner-box:hover {
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(234, 234, 234, 1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(234, 234, 234, 1);
    box-shadow: 0px 0px 12px 0px rgba(234, 234, 234, 1);
}

.services-block-four .inner-box .icon-box {
    position: relative;
    line-height: 1em;
    color: #0686d8;
    font-size: 50px;
}

.services-block-four .inner-box .title-box {
    position: relative;
}

.services-block-four .inner-box .title-box h2 {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 25px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.services-block-four .inner-box .title-box h2 a {
    color: #333333;
    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;
}

.services-block-four .inner-box .title-box h2 a:hover {
    color: #54be73;
}

.services-block-four .inner-box .title-box .separeter-line {
    position: absolute;
    left: 50%;
    margin-left: -22px;
}

.services-block-four .inner-box .title-box .separeter-line .line-one {
    position: relative;
    height: 1px;
    width: 28px;
    left: 8px;
    margin-bottom: 1px;
    background-color: #54be73;
}

.services-block-four .inner-box .title-box .separeter-line .line-one:before {
    position: absolute;
    content: '';
    left: -8px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #54be73;
}

.services-block-four .inner-box .title-box .separeter-line .line-one:after {
    position: absolute;
    content: '';
    right: -8px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #54be73;
}

.services-block-four .inner-box .title-box .separeter-line .line-two {
    position: relative;
    height: 1px;
    width: 28px;
    left: 8px;
    background-color: #54be73;
}

.services-block-four .inner-box .title-box .separeter-line .line-two:before {
    position: absolute;
    content: '';
    left: -8px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #54be73;
}

.services-block-four .inner-box .title-box .separeter-line .line-two:after {
    position: absolute;
    content: '';
    right: -8px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #54be73;
}

.services-block-four .inner-box .text {
    font-size: 16px;
    color: #777777;
    margin-top: 25px;
    line-height: 1.8em;
}

/***

====================================================================
	Team Section
====================================================================

***/

.team-section {
    position: relative;
    padding: 140px 0px 100px;
    background-color: #fbfbfb;
}

.team-member {
    position: relative;
    margin-bottom: 40px;
}

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

.team-member .inner-box .image-box {
    position: relative;
}

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

.team-member .inner-box .image-box .overlay-box {
    position: absolute;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    background-color: rgba(32, 127, 221, 0.90);
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.team-member .inner-box:hover .overlay-box {
    opacity: 1;
    top: 0px;
}

.team-member .inner-box .image-box .overlay-box .social-icon-one {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -25px;
    width: 100%;
}

.team-member .inner-box .lower-content {
    position: relative;
    text-align: center;
    padding: 17px 0px 16px;
    background-color: #ffffff;
}

.team-member .inner-box .lower-content h3 {
    position: relative;
    font-size: 17px;
    font-weight: 700;

}

.team-member .inner-box .lower-content h3 a {
    color: #54be73;
}

.team-member .inner-box .lower-content h3 a {
    color: #54be73;
    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;
}

.team-member .inner-box .lower-content h3 a:hover {
    color: #333333;
}

.team-member .inner-box .lower-content .designation {
    position: relative;
    color: #777777;
    font-size: 14px;
    margin-top: 4px;
}

/***

====================================================================
	Price Section
====================================================================

***/

.price-section {
    position: relative;
    padding: 140px 0px 100px;
}

.price-box {
    position: relative;
    margin-bottom: 50px;
}

.price-box .inner-box {
    position: relative;
    border: 1px solid #e7e7e7;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.price-box .inner-box .upper-box {
    position: relative;
    padding: 25px 0px;
    text-align: center;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background: #333333 url(../images/background/pattern-1.png) center center no-repeat;
}

.price-box .inner-box .upper-box h4 {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;

}

.price-box .inner-box .upper-box h3 {
    font-size: 60px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1em;
    margin-top: 40px;
    margin-bottom: 6px;
}

.price-box .inner-box .upper-box .month {
    position: relative;
    color: #54be73;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Hind Guntur', sans-serif;
}

.price-box .inner-box:hover .upper-box .month {
    color: #ffffff;
}

.price-box .inner-box .lower-box {
    position: relative;
    padding: 40px 0px;
    text-align: center;
}

.price-box .inner-box .lower-box ul {
    position: relative;
    margin-bottom: 30px;
}

.price-box .inner-box .lower-box ul li {
    position: relative;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px;
}

.price-box .inner-box .lower-box ul li.mark-list {
    text-decoration: line-through;
    color: #c1c1c1;
}

.price-box .inner-box:hover .upper-box {
    background-color: #207fdd;
}

.price-box .inner-box:hover .btn-style-five {
    background-color: #207fdd;
    border-color: #207fdd;
}

/***

====================================================================
	Request Section
====================================================================

***/

.callback-section {
    position: relative;
    padding-bottom: 150px;
}

.callback-section .request-inner-box {
    position: relative;
    padding: 38px 15px;
    text-align: center;
    border: 1px solid #ececec;
}

.callback-section .request-inner-box h3 {
    position: relative;
    color: #333333;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 25px;

}

.callback-section .request-inner-box .note {
    position: relative;
    font-size: 15px;
    color: #777777;
    margin-top: 22px;
    margin-bottom: 24px;
}

.submit-form {
    position: relative;
    max-width: 730px;
    margin: 0 auto 0px;
}

.submit-form .form-group {
    position: relative;
    margin-bottom: 0px;
    text-align: left;
}

.submit-form .form-group input[type="text"],
.submit-form .form-group input[type="search"],
.submit-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 23px;
    padding: 10px 15px;
    background: #fafafa;
    border: 1px solid #eaeaea;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.submit-form .form-group input[type="text"]:focus,
.submit-form .form-group input[type="search"]:focus,
.submit-form .form-group textarea:focus {
    border-color: #207fdd;
}

.submit-form .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    height: 45px;
    text-align: center;
    margin: 0px;
    padding: 10px 45px;
    line-height: 24px;
    font-size: 13px;

    font-weight: 700;
    background: #207fdd;
    color: #ffffff;
    font-family: 'Merriweather Sans', sans-serif;
}


.callback-section-two {
    position: relative;
    z-index: 10;
}

.callback-section-two .callback-inner {
    position: relative;
    margin-top: -60px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(204, 204, 204, 1);
    box-shadow: 0px 0px 12px 0px rgba(204, 204, 204, 1);
}

.callback-section-two .callback-inner .image-column {
    position: relative;
}

.callback-section-two .callback-inner .image-column .image img {
    display: block;
    width: 100%;
}

.callback-section-two .callback-inner .content-column {
    position: relative;
}

.callback-section-two .callback-inner .content-column .inner-box {
    position: relative;
    padding: 55px 40px;
}

.callback-section-two .callback-inner .content-column .default-form .form-group {
    padding: 0px 15px;
}

.callback-section-two .callback-inner .content-column .default-form .form-group button {
    padding: 7px 38px 6px;
    margin-top: 10px;
}

/*counter-column-two*/

.counter-column-two {
    position: relative;
    padding: 140px 0px 100px;
}

.counter-column-two .content-column {
    position: relative;
    margin-bottom: 40px;
}

.counter-column-two .content-column .inner-box .text p {
    position: relative;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.counter-column-two .counter-column .column {
    width: 50%;
}

.counter-column-two .counter-column .column .inner .icon-box {
    color: #54be73;
    margin-bottom: 10px;
}

.counter-column-two .counter-column .column .inner .count-outer .count-text,
.counter-column-two .counter-column .column .inner .percentage {
    color: #333333;
}

.counter-column-two .counter-column .column .inner .counter-title {
    color: #777777;
}

/***

====================================================================
	Why Us Section
====================================================================

***/

.why-us-section {
    position: relative;
    padding: 140px 0px 100px;
}

.why-us-section .blocks-column {
    position: relative;
}

.why-us-section .blocks-column .inner-column {
    position: relative;
    padding-right: 20px;
}

/*News Block Four*/

.news-block-four {
    position: relative;
    margin-bottom: 32px;
}

.news-block-four .inner-box {
    position: relative;
    padding-right: 125px;
    min-height: 100px;
    text-align: right;
}

.news-block-four .inner-box .image-box {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100px;
    margin-bottom: 20px;
}

.news-block-four .inner-box .title-box {
    position: relative;
    margin-bottom: 25px;
}

.news-block-four .inner-box .title-box h2 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.news-block-four .inner-box .title-box h2 a {
    color: #333333;
    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;
}

.news-block-four .inner-box .title-box h2 a:hover {
    color: #54be73;
}

.news-block-four .inner-box .title-box .separeter-line {
    position: relative;
    float: right;
    margin-right: 10px;
}

.news-block-four .inner-box .title-box .separeter-line .line-one {
    position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    margin-bottom: 1px;
    background-color: #54be73;
}

.news-block-four .inner-box .title-box .separeter-line .line-one:before {
    position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #54be73;
}

.news-block-four .inner-box .title-box .separeter-line .line-two {
    position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    background-color: #54be73;
}

.news-block-four .inner-box .title-box .separeter-line .line-two:before {
    position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #54be73;
}

.news-block-four .inner-box .image-box img {
    width: 100%;
    display: block;
}

.news-block-four .inner-box .text {
    position: relative;
    font-size: 16px;
    color: #777777;
    font-weight: 400;
    line-height: 1.3em;
}

/***

====================================================================
	Video Box
====================================================================

***/

.video-box {
    position: relative;
    margin-bottom: 50px;
}

.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;
    background-color: rgba(0, 0, 0, 0.50);
    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 .overlay-box span {
    position: relative;
    width: 54px;
    height: 54px;
    top: 48%;
    padding-left: 4px;
    margin-top: -27px;
    display: inline-block;
    color: #ffffff;
    line-height: 48px;
    font-size: 18px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    text-align: center;
}

.video-box .overlay-box:hover {
    background-color: rgba(0, 0, 0, 0.60);
}

/***

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section {
    position: relative;
    padding: 140px 0px 150px;
}

.gallery-section.no-item-padding .gallery-item {
    padding: 0px;
}

.gallery-section .styled-pagination {
    margin-top: 100px;
}

.gallery-item {
    position: relative;
}

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

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

.gallery-item .inner-box:hover .overlay-box {
    left: 0px;
}

.gallery-item .inner-box .overlay-box {
    position: absolute;
    left: -100%;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(32, 127, 221, 0.80);
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}

.gallery-item .inner-box .overlay-box .portfolio-links {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
}

.gallery-item .inner-box .overlay-box .plus-icon {
    position: relative;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    top: 48%;
    margin-left: 8px;
    margin-top: -15px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    color: #207fdd;
    line-height: 48px;
    display: inline-block;
}

.gallery-section .btn-box {
    margin-top: 60px;
}

.gallery-item.masonry-item {
    margin-bottom: 30px;
}

/***

====================================================================
	Page Title
====================================================================

***/

.page-title {
    position: relative;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    border-bottom: 2px solid #39b54a;
}

.page-title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
}

.page-title h2 {
    position: relative;
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    padding: 100px 0px 75px;

}

.page-title .bread-crumb {
    position: relative;
    display: inline-block;
    padding: 9px 50px 6px;
    border-radius: 50px;
    top: 20px;
    z-index: 1;
    background-color: #39b54a;
}

.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    line-height: 1em;
    margin-right: 35px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;

}

.page-title .bread-crumb li:after {
    content: '\f192';
    position: absolute;
    right: -29px;
    top: -2px;
    font-weight: 400;
    width: 20px;
    text-align: center;
    line-height: 1em;
    font-family: 'FontAwesome';
}

.page-title .bread-crumb li:last-child {
    margin-right: 0px;
}

.page-title .bread-crumb li:last-child:after {
    display: none;
}

.page-title .bread-crumb li a {
    color: #ffffff;
    font-weight: 700;

}

/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 170px 0px 100px;
}

.sidebar-page-container .content-side {
    margin-bottom: 50px;
}

.sidebar-page-container .content-side .news-info-section .styled-pagination {
    margin-top: 50px;
}

.sidebar-page-container .content-side .news-block {
    margin-bottom: 0px;
}

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 48px;
}

.sidebar .sidebar-category .list {
    position: relative;
    border: 1px solid #e5e5e5;
}

.sidebar .sidebar-category .list li {
    position: relative;
    line-height: 24px;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar .sidebar-category .list li:last-child {
    border-bottom: 0px;
}

.sidebar .sidebar-category .list li a {
    position: relative;
    display: block;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 18px 20px 18px 70px;
    background: none;
}

.sidebar .sidebar-category .list li a:before {
    content: "\f18b";
    font-family: "Flaticon";
    font-size: 14px;
    left: 40px;
    line-height: 20px;
    position: absolute;
}

.sidebar .sidebar-category .list li a:hover {
    color: #207fdd;
}

/*Broucher Widget*/

.sidebar .broucher-widget {
    position: relative;
}

.sidebar .broucher-widget .broucher-inner {
    position: relative;
    padding: 25px 30px 0px;
    border: 1px solid #e5e5e5;
}

.sidebar .broucher-widget .broucher-inner .broucher-box {
    position: relative;
    margin-bottom: 25px;
}

.sidebar .broucher-widget .broucher-inner .broucher-box .inner {
    position: relative;
    text-align: center;
}

.sidebar .broucher-widget .broucher-inner .broucher-box .inner .icon-box {
    position: relative;
    color: #3e90e2;
    font-size: 28px;
}

.sidebar .broucher-widget .broucher-inner .broucher-box .inner .file-name {
    position: relative;
    font-size: 16px;
    color: #333333;
    margin: 8px 0px;
}

.sidebar .broucher-widget .broucher-inner .broucher-box .inner .download-btn {
    position: relative;
    width: 40px;
    height: 40px;
    color: #acacac;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #e2e2e2;
    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 .broucher-widget .broucher-inner .broucher-box .inner:hover .download-btn {
    color: #ffffff;
    border-color: #54be73;
    background-color: #54be73;
}

/***

====================================================================
	Post Feed
====================================================================

***/

.post-feed {
    position: relative;
    margin-bottom: 18px;
}

.post-feed .text a {
    position: relative;
    font-size: 15px;
    color: #777777;
}

.post-feed .text a:hover {
    color: #207fdd;
}

.post-feed .posted-date {
    position: relative;
    color: #207fdd;
    font-size: 13px;
    padding-left: 20px;
    margin-top: 6px;
    display: inline-block;
}

.post-feed .posted-date:before {
    position: absolute;
    content: "\f111";
    left: 0px;
    top: -2px;
    font-weight: 600;
    font-family: "Flaticon";
}

/***

====================================================================
	Search Box
====================================================================

***/

.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: 24px;
    padding: 10px 40px 10px 20px;
    border: 1px solid #eaeaea;
    background: #f9f9f9;
    color: #222222;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 50px;
    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 input:focus {
    border-color: #54be73;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #b5b5b5;
    background: none;
    font-weight: normal;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover {
    color: #54be73;
}

/***

====================================================================
	Category Widget
====================================================================

***/

.sidebar .list-category {
    position: relative;
}

.sidebar .list-category li {
    position: relative;
    line-height: 24px;
}

.sidebar .list-category li:last-child {
    border-bottom: 0px;
}

.sidebar .list-category li a {
    position: relative;
    display: block;
    color: #777777;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding: 7px 10px 7px 25px;
    background: none;
}

.sidebar .list-category li a:before {
    content: "\f18b";
    font-family: "Flaticon";
    font-size: 12px;
    left: 0px;
    line-height: 20px;
    position: absolute;
}

.sidebar .list-category li a:hover {
    color: #207fdd;
}

/***

====================================================================
	Recent Gallery
====================================================================

***/

.sidebar .recent-gallery .image {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0px 10px 10px 0px;
}

.sidebar .recent-gallery .image img {
    position: relative;
    display: block;
    width: 100%;
}

/***

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 7px 0px;
}

.styled-pagination li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 5px;
    font-size: 14px;
    min-width: 48px;
    color: #c3c3c3;
    font-weight: 500;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #d1d1d1;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    font-family: 'Heebo', sans-serif;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: #ffffff;
    background: #39b54a;
    border-color: #39b54a;
}

/***

====================================================================
	Gallery Detail
====================================================================

***/

.gallery-detail {
    position: relative;
    padding: 165px 0px 130px;
}

.gallery-detail .gallery-images {
    position: relative;
}

.gallery-detail .gallery-images .column .image {
    position: relative;
    margin-bottom: 30px;
}

.gallery-detail .gallery-images .column .image img {
    width: 100%;
    display: block;
}

.gallery-detail .gallery-des {
    position: relative;
}

.gallery-detail .gallery-des .post-pager {
    position: relative;
    margin-bottom: 45px;
}

.gallery-detail .gallery-des .post-pager a {
    position: relative;
    font-size: 13px;
    color: #333333;
    font-weight: 700;
    border-radius: 50px;
    padding: 6px 43px;
    display: inline-block;
    border: 2px solid #54be73;

    font-family: 'Merriweather Sans', sans-serif;
}

.gallery-detail .description-column {
    margin-bottom: 50px;
}

.gallery-detail .description-column .text {
    position: relative;
}

.gallery-detail .description-column .text p {
    position: relative;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.6em;
}

.gallery-detail .description-column .text p:last-child {
    margin-bottom: 0px;
}

/*gallery info box*/

.gallery-info-box {
    position: relative;
    border: 1px solid #e5e5e5;
    margin-bottom: 40px;
}

.gallery-info-box ul {
    position: relative;
}

.gallery-info-box ul li {
    position: relative;
    color: #333333;
    font-size: 14px;
    font-weight: 500;

    padding: 19px 30px 15px;
    border-bottom: 1px solid #e5e5e5;
}

.gallery-info-box ul li span {
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    float: right;
    text-transform: capitalize;
    font-family: 'Hind Guntur', sans-serif;
}

.gallery-info-box ul li:last-child {
    border-bottom: 0px;
}

.gallery-info-box ul .social-icon-two {
    float: right;
}

.gallery-info-box ul .social-icon-two li {
    padding: 0px;
    border: 0px;
}

.default-two-column {
    position: relative;
}

.default-two-column .default-text-column .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.6em;
}

/***

====================================================================
	List Style Two
====================================================================

***/

.list-style-two {
    position: relative;
    margin-bottom: 30px;
}

.list-style-two li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    font-style: italic;
}

.list-style-two li:before {
    position: absolute;
    content: '\f18b';
    left: 0px;
    top: 0px;
    font-style: normal;
    color: #54be73;
    font-size: 14px;
    font-family: "Flaticon";
}

/***

====================================================================
	Accorddian Section
====================================================================

***/

.accorddian-section {
    position: relative;
    overflow: hidden;
    background-color: #545359;
}

.accorddian-section .accordion-column {
    padding-top: 110px;
}

.accorddian-section .accordion-column .accordion-box.style-two {
    position: relative;
    padding-top: 20px;
    padding-bottom: 60px;
}

.accorddian-section .accordion-column .sec-title-two h2 {
    color: #ffffff;
}

.accorddian-section .image-column {
    position: relative;
}

.accorddian-section .image-column .image {
    position: relative;
}

.accorddian-section .image-column .image img {
    position: relative;
    max-width: none;
}

/***

====================================================================
	Comment Form
====================================================================

***/

.comments-area {
    position: relative;
    margin-bottom: 32px;
    margin-top: 80px;
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 20px 0px 25px;
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    padding: 0px 0px 0px 110px;
    font-size: 14px;
}

.sidebar-page-container .comments-area .comment .comment-inner {
    position: relative;
}

.sidebar-page-container .comments-area .reply-comment {
    padding-left: 120px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 82px;
    height: 82px;
    overflow: hidden;
    border-radius: 50%;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    border-radius: 50%;
    width: 100%;
    display: block;
}

.sidebar-page-container .comments-area .comment-info {
    color: #3e5773;
    line-height: 24px;
    font-size: 13px;
}

.sidebar-page-container .comments-area .comment-box h4 {
    position: relative;
    float: left;
    font-size: 13px;
    font-weight: 700;
    color: #333333;

    font-family: 'Merriweather Sans', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text {
    color: #777777;
    font-size: 16px;
    margin-top: 18px;
    margin-bottom: 8px;
    line-height: 1.6em;
    display: inline-block;
}

.sidebar-page-container .comments-area .comment-time {
    font-size: 14px;
    color: #207fdd;
    font-weight: 400;
    float: right;
    line-height: 22px;
    height: 18px;
    margin-left: 20px;
    padding-left: 20px;
    display: inline-block;
    border-left: 1px solid #207fdd;
}

.sidebar-page-container .comments-area .comment .comment-reply {
    position: relative;
    font-size: 14px;
    color: #207fdd;
    font-weight: 400;
    float: right;
    line-height: 18px;
    text-transform: capitalize;
    -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 .comment-reply:hover {
    color: #54be73;
}

/***

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form .sec-title-two {
    margin-bottom: 40px;
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 30px;
    padding: 0px 12px;
}

.comment-form .form-group:last-child {
    margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 23px;
    padding: 10px 20px;
    color: #aaaaaa;
    height: 45px;
    font-size: 15px;
    background: #fafafa;
    border: 1px solid #eaeaea;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #54be73;
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 10px 20px;
    color: #222222;
    height: 115px;
    background: #fafafa;
    resize: none;
    font-size: 14px;
    border: 1px solid #eaeaea;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group button {
    padding: 7px 45px 6px;
}

/***

====================================================================
	Contact Form
====================================================================

 ***/

.contact-section {
    position: relative;
    padding: 40px 0px 150px;
}

.contact-section .contact-inner {
    position: relative;
    padding: 60px 70px 10px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(204, 204, 204, 0.5);
    -moz-box-shadow: 0px 0px 12px 0px rgba(204, 204, 204, 0.5);
    box-shadow: 0px 0px 12px 0px rgba(204, 204, 204, 0.5);
}

.default-form.contact-form label.error {
    color: #ff0000;
    line-height: 20px;
    padding: 10px 0px 0px 0px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
}

.contact-form .form-group {
    padding: 0px 15px;
    margin-bottom: 30px;
}

.contact-form .form-group button {
    padding: 7px 50px 6px;
    margin-top: 10px;
}

/***

====================================================================
	Contact Info Section
====================================================================

 ***/

.contact-info-section {
    position: relative;
    padding: 160px 0px 0px;
}

.contact-info-section .info-column {
    position: relative;
    margin-bottom: 50px;
}

.contact-info-section .info-column .inner-box {
    position: relative;
}

.contact-info-section .info-column .inner-box .text {
    position: relative;
    font-size: 16px;
    color: #777777;
    margin-bottom: 30px;
}

/***

====================================================================
	List Style Three
====================================================================

***/

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

.list-style-three li {
    position: relative;
    color: #39b54a;
    font-size: 18px;
    font-weight: 700;
    padding-left: 24px;
    margin-bottom: 35px;

    font-family: 'Heebo', sans-serif;
}

.list-style-three li:last-child {
    margin-bottom: 0px;
}

.list-style-three li .arrow {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #39b54a;
    font-size: 16px;
    margin: 0px;
    font-family: 'FontAwesome';
}

.list-style-three li span {
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    margin-left: -24px;
    display: inline-block;
    font-family: 'Hind Guntur', sans-serif;
    direction: ltr;
}

/***

====================================================================
	Map Section Style
====================================================================

***/

.map-section {
    position: relative;
}

.map-section .map-container {
    position: relative;
    z-index: 10;
}

.map-data {
    text-align: center;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 400;
}

.map-canvas {
    position: relative;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}

/***

====================================================================
	Service Details Section
====================================================================

***/

.service-details {
    position: relative;
    margin-bottom: 90px;
}

.service-details .inner-box {
    position: relative;
}

.service-details .inner-box .image-box {
    position: relative;
}

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

.service-details .inner-box .lower-content {
    position: relative;
    margin-top: 25px;
}

.service-details .inner-box .lower-content .upper-box {
    position: relative;
    margin-bottom: 25px;
}

.service-details .inner-box .lower-content .upper-box h2 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    line-height: 1.2em;
    padding-bottom: 15px;
}

.service-details .inner-box .lower-content .upper-box h2 a {
    color: #333333;
    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;
}

.service-details .inner-box .lower-content .upper-box h2 a:hover {
    color: #54be73;
}

.service-details .inner-box .lower-content .separeter-line .line-one {
    position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    margin-bottom: 1px;
    background-color: #39b54a;
}

.service-details .inner-box .lower-content .separeter-line .line-one:before {
    position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #39b54a;
}

.service-details .inner-box .lower-content .separeter-line .line-two {
    position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    background-color: #39b54a;
}

.service-details .inner-box .lower-content .separeter-line .line-two:before {
    position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #39b54a;
}

.service-details .inner-box .lower-content .text {
    color: #777777;
    font-size: 18px;
    font-weight: 400;
}

.service-details .inner-box .lower-content .text p {
    color: #777777;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 25px;
}

.featured-block {
    position: relative;
    margin-bottom: 50px;
}

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

.featured-block .inner-box .image-box {
    position: relative;
}

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

.featured-block .inner-box .lower-content {
    position: relative;
    margin-top: 25px;
}

.featured-block .inner-box .lower-content .text {
    color: #777777;
    font-size: 16px;
    font-weight: 400;
}

.featured-block .inner-box .lower-content .text p {
    color: #777777;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 25px;
}

.service-details .sec-title-two h2 {
    font-size: 18px;
}

.sosyal a {
    color: #fff;
    font-size: 20px;
    margin: 0 10px 0 10px;
}

.sosyal a:hover {
    color: #39b54a;
}

.btn-tk {
    background: #39b54a;
    color: #fff;
}

.langurls li {
    margin-right: 10px !important;
}

.langurls li a {
	padding: 18px 0px !important;
}

.langurls li a.active span {
	border: 1px solid #333 !important;
	padding:0px !important;
	margin:0px !important;
}

html[lang=ar] * {
    direction: rtl;
}

html[lang=ar] .langurls {
    float: left !important;
}

html[lang=ar] .services-block-two .inner-box .lower-box .icon-box {
    left: auto !important;
    right: 0 !important;
}

html[lang=ar] .services-block-two .inner-box .lower-box h3 {
    direction: ltr;
}

html[lang=ar] .col-md-1, html[lang=ar] .col-md-10, html[lang=ar] .col-md-11, html[lang=ar] .col-md-12, html[lang=ar] .col-md-2, html[lang=ar] .col-md-3, html[lang=ar] .col-md-4, html[lang=ar] .col-md-5, html[lang=ar] .col-md-6, html[lang=ar] .col-md-7, html[lang=ar] .col-md-8, html[lang=ar] .col-md-9 {
    float: right;
}


html[lang=ar] .page-title .bread-crumb li.active:before,
html[lang=ar] .page-title .bread-crumb li:after {
    content: '' !important;
    display: none;
}

html[lang=ar] .page-title .bread-crumb li:before {
    content: '\f192';
    position: absolute;
    left: -29px;
    top: -2px;
    font-weight: 400;
    width: 20px;
    text-align: center;
    line-height: 1em;
    font-family: 'FontAwesome';
}

html[lang=ar] .page-title .bread-crumb li {
    margin-right: 0px !important;
    margin-left: 35px !important;
}

html[lang=ar] .page-title .bread-crumb li.active {
    margin-left: 0px !important;
}

html[lang=ar] .main-menu .navigation > li {
    margin-right: 0px !important;
    margin-left: 40px !important;
}

html[lang=ar] .main-menu .navigation > li.home > a:before {
    content: '' !important;
    display: none !important;
}

html[lang=ar] .main-menu .navigation > li.home > a:after {
    font-family: "Flaticon";
    content: '\f145';
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -16px;
    height: 30px;
    font-weight: 600;
    line-height: 30px;
    padding: 0px 0px;
    font-size: 12px;
    z-index: 1;
}

html[lang=ar] .main-menu .navigation > li.home > a {
    padding-left: 0px !important;
    padding-right: 20px !important;
}

html[lang=ar] .main-menu .navigation > li.dropdown > a:after {
    content: '' !important;
    display: none !important;
}

html[lang=ar] .main-menu .navigation > li.dropdown > a:before {
    position: absolute;
    content: '\f107';
    right: auto !important;
    left: 0px;
    line-height: 24px;
    font-size: 12px;
    font-family: 'FontAwesome';
}

html[lang=ar] .main-menu .navigation > li.dropdown > a {
    padding-left: 15px !important;
    padding-right: 0px !important;
}

html[lang=ar] .main-header .logo-outer {
    float: right !important;
}

html[lang=ar] .main-header .header-upper .upper-right {
    float: left !important;
}

.owl-carousel .owl-stage-outer {
    direction: ltr !important;
}