@import url(https://fonts.googleapis.com/css?family=Open+Sans:300, 300i, 400, 400i, 600, 600i, 700, 700i, 800, 800i|Poppins:100, 100i, 200, 200i, 300, 300i, 400, 400i, 500, 500i, 600, 600i, 700, 700i, 800, 800i, 900, 900i);
@import url(font-awesome.css);
@import url(flaticon.css);
    * {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
}
body {
    font-size: 15px;
    color: #777;
    line-height: 1.8em;
    font-weight: 400;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    font-family: Poppins, sans-serif;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}
.no-padding {
    padding: 0!important;
}
a:focus, a:hover, a:visited {
    text-decoration: none;
    outline: 0;
}
h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: 400;
    margin: 0;
    background: 0 0;
    line-height: 1.6em;
    font-family: Poppins, sans-serif;
}
button, input, select {
    font-family: 'Open Sans', sans-serif;
}
textarea {
    overflow: hidden;
}
.text, p {
    position: relative;
    line-height: 1.8em;
    font-family: 'Open Sans', sans-serif;
}
.strike-through {
    text-decoration: line-through;
}
.auto-container {
    position: static;
    max-width: 1100px;
    padding: 0 15px;
    margin: 0 auto;
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}
.list-style-one {
    position: relative;
}
.list-style-one li {
    position: relative;
    color: #727272;
    font-size: 16px;
    font-weight: 300;
    padding-left: 28px;
    margin-bottom: 10px;
    font-style: italic;
}
.list-style-one li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid rgba(255, 255, 255, .5);
}
.list-style-two {
    position: relative;
}
.list-style-two li {
    position: relative;
    color: #727272;
    font-size: 16px;
    font-weight: 400;
    padding-left: 28px;
    margin-bottom: 10px;
}
.list-style-two li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid rgba(255, 255, 255, .5);
}
li, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.theme-btn {
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.grey-bg {
    background-color: #f6f6f6;
}
.btn-style-one {
    position: relative;
    padding: 11px 44px;
    line-height: 29px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #3841b2;
    border: 2px solid #3841b2;
    font-family: Poppins, sans-serif;
}
.btn-style-one:hover {
    color: #3841b2;
    background: 0 0;
}
.btn-style-two {
    position: relative;
    padding: 11px 35px;
    line-height: 29px;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #fff;
    border: 2px solid #fff;
    font-family: Poppins, sans-serif;
}
.btn-style-two:hover {
    background: #3841b2;
    color: #fff;
    border-color: #3841b2;
}
.btn-style-three {
    position: relative;
    padding: 11px 27px;
    line-height: 24px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #676767;
    border: 2px solid #676767;
    font-family: Poppins, sans-serif;
}
.btn-style-three:hover {
    color: #676767;
    background: 0 0;
}
.btn-style-four {
    position: relative;
    padding: 13px 46px;
    line-height: 24px;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    background: 0 0;
    border: 2px solid #f2f2f2;
    font-family: Poppins, sans-serif;
}
.btn-style-four:hover {
    background: #444a97;
    color: #fff;
    border-color: #444a97;
}
.theme_color {
    color: #5d5d5d;
}
img {
    display: inline-block;
    max-width: 100%}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}
.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 54px;
    text-align: center;
    z-index: 99999;
    cursor: pointer;
    border-radius: 50%;
    background: 0 0;
    display: none;
    border: 2px solid #000;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.scroll-to-top:hover {
    color: #fff;
    background: #000;
}
.main-header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 0;
    background: #fff;
    z-index: 0;
    border-bottom: 1px solid #e0e0e0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.sticky-header .logo {
    padding: 6px 0 3px;
}
.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: .5s;
    -moz-animation-duration: .5s;
    -op-animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -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.fixed-header .main-menu {
    padding-top: 0;
}
.main-header .header-upper {
    position: relative;
    z-index: 5;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.main-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%}
.main-header .logo-outer {
    position: relative;
    z-index: 25;
    padding: 20px 0;
}
.main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%}
.main-header .header-upper .upper-right {
    position: relative;
}
.main-header .header-lower {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 5;
}
.main-header .nav-outer {
    position: relative;
}
.main-menu {
    position: relative;
    float: left;
    padding-top: 13px;
}
.main-menu .navbar-collapse {
    padding: 0;
}
.main-menu .navigation {
    position: relative;
    margin: 0;
}
.main-menu .navigation>li {
    position: relative;
    float: left;
}
.main-menu .navigation>li:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background-color: rgba(255, 255, 255, .25);
}
.main-menu .navigation>li:last-child::after {
    display: none;
}
.main-header .sticky-header .main-menu .navigation>li {
    margin: 0;
    border: 0;
}
.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 30px;
    font-weight: 600;
    opacity: 1;
    text-transform: uppercase;
    padding: 20px 20px 20px 20px;
    font-family: Poppins, sans-serif;
}
.main-menu .navigation>li>a:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 14px;
    width: 12px;
    height: 2px;
    opacity: 0;
    margin-left: -6px;
    background-color: #000;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.main-menu .navigation>li>a:before {
    position: absolute;
    content: '';
    left: 50%;
    opacity: 0;
    bottom: -8px;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 200;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.main-menu .navigation>li.dropdown:hover>a::before {
    opacity: 1;
}
.main-menu .navigation>li.current>a:after, .main-menu .navigation>li:hover>a:after {
    opacity: 1;
}
.main-menu .navigation>li:last-child>a {
    background: 0 0;
}
.main-header .sticky-header .main-menu .navigation>li>a {
    color: #181818;
    padding: 15px 15px!important;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    min-height: 0;
    background: 0 0;
    border: 0;
}
.sticky-header .main-menu .navigation>li>a:before {
    display: none;
}
.main-menu .navigation>li.current-menu-item>a, .main-menu .navigation>li.current>a, .main-menu .navigation>li:hover>a {
    color: #3a3a3a;
    opacity: 1;
}
.main-header .sticky-header .main-menu .navigation>li.current-menu-item>a, .main-header .sticky-header .main-menu .navigation>li.current>a, .main-header .sticky-header .main-menu .navigation>li:hover>a {
    color: #717171!important;
    opacity: 1;
}
.main-menu .navigation>li:hover>a:after {
    opacity: 1;
}
.main-header .sticky-header .main-menu .navigation>li>ul:before {
    display: none;
}
.main-header .sticky-header .main-menu .navigation>li>ul {
    top: 100%!important;
}
.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 110%;
    width: 260px;
    padding: 0 30px;
    z-index: 100;
    display: none;
    background: #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
}
.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0;
}
.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}
.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}
.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 11px 0;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    color: #848484;
    text-align: left;
    padding-right: 0!important;
    text-transform: capitalize;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    font-family: 'Open Sans', sans-serif;
}
.main-menu .navigation>li>ul>li>a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 20px;
    width: 6px;
    height: 6px;
    opacity: 0;
    background-color: #3e4494;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.main-menu .navigation>li>ul>li:hover>a {
    padding-left: 18px;
}
.main-menu .navigation>li>ul>li:hover>a {
    color: #3e4494;
}
.main-menu .navigation>li>ul>li:hover>a:before, .main-menu .navigation>li>ul>li>ul>li:hover>a:before {
    opacity: 1;
}
.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 260px;
    padding: 0 30px;
    z-index: 100;
    display: none;
    background: #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
}
.main-menu .navigation>li>ul>li>ul:before {
    position: absolute;
    content: '';
    right: 100%;
    top: 0;
    width: 20px;
    height: 100%}
.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}
.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: 11px 0;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #848484;
    text-align: left;
    padding-right: 0!important;
    text-transform: capitalize;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    font-family: 'Open Sans', sans-serif;
}
.main-menu .navigation>li>ul>li>ul>li>a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 20px;
    width: 6px;
    height: 6px;
    opacity: 0;
    background-color: #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: #000;
    padding-left: 18px;
}
.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
}
.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    left: 116%;
    top: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    display: none;
}
.main-header .outer-box {
    position: relative;
    float: left;
    margin-left: 25px;
}
.header-top {
    position: relative;
    background-color: #fff;
}
.header-top .top-left {
    position: relative;
    float: left;
}
.header-top .top-left ul li {
    position: relative;
    margin-right: 20px;
    font-size: 15px;
    color: #727272;
    font-weight: 400;
    padding: 14px 0;
    display: inline-block;
    padding-left: 18px;
    border-left: 1px solid #f2f2f2;
    font-family: 'Open Sans', sans-serif;
}
.header-top .top-left ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #727272;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.header-top .top-left ul li a:hover {
    color: #313131;
}
.header-top .top-left ul li .icon {
    position: relative;
    color: #5d5d5d;
    font-size: 14px;
    line-height: 1em;
    margin-right: 10px;
}
.header-top .top-right {
    position: relative;
    float: right;
}
.header-top .top-right>ul {
    float: left;
}
.header-top .top-right .stay-connect {
    position: relative;
    float: left;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 30px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: 22px;
    background-color: #f6f6f6;
    font-family: Poppins, sans-serif;
}
.header-top .top-right .stay-connect:hover {
    color: #fff;
    background-color: #494949;
}
.header-top .top-right>ul>li {
    position: relative;
    margin-right: 10px;
    font-size: 14px;
    color: #bbb;
    padding: 14px 0 13px;
    display: inline-block;
}
.header-top .top-right>ul>li:last-child {
    margin-right: 0;
}
.header-top .top-right>ul>li>a {
    font-size: 14px;
    font-weight: 400;
    background: inherit;
    color: #afafb5;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.header-top .top-right .social-links {
    padding-right: 10px;
}
.header-top .top-right .social-links .connect {
    color: #727272;
    font-size: 15px;
}
.header-top .top-right .social-links a {
    display: inline-block;
    margin-left: 10px;
    line-height: 1em;
    color: #959595;
    font-size: 14px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.header-top .top-right .social-links a:hover {
    color: #3e4494;
}
.header-top .top-right .social-links a:last-child {
    margin-right: 0;
}
.header-top .language .dropdown-menu {
    right: 0;
    left: 0;
    width: 180px;
    padding: 0!important;
    margin-top: 1px;
    border-radius: 0;
    background-color: #222;
    border: none;
    border-top: 3px solid #000;
    box-shadow: none!important;
}
.header-top li.language {
    top: -1px;
}
.header-top li.language a {
    border: 0;
    padding: 0;
    background: 0 0;
}
.header-top li.language a .arrow-icon {
    color: #7a7a7a;
}
.header-top li.language a:hover {
    background: 0 0;
}
.header-top .language .dropdown-menu>li {
    padding: 0!important;
    margin: 0!important;
    float: none;
    border: none;
    display: block!important;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.header-top .language .dropdown-menu>li:last-child {
    border-bottom: none;
}
.header-top .language .dropdown-menu>li>a {
    padding: 10px 20px!important;
    color: #fff;
    text-align: left;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.header-top .language .dropdown-menu>li>a:focus {
    background: 0 0;
}
.header-top .language .dropdown-menu>li>a:hover {
    color: #fff;
    background: 0 0;
    background-color: #000;
}
.main-header .header-lower .search-box-outer {
    position: relative;
    min-width: 60px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    display: inline-block;
    border-right: 1px solid #eee;
}
.main-header .header-lower .search-box-btn {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #222;
    line-height: 20px!important;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: 0 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.main-header .header-lower .search-box-outer .dropdown-menu {
    top: 44px;
    right: 0;
    padding: 0;
    width: 280px;
    border-radius: 0;
    border-top: 3px solid #000;
}
.main-header .header-lower .search-box-outer .dropdown-menu>li {
    padding: 0;
    border: none;
    background: 0 0;
}
.main-header .header-lower .search-panel .form-container {
    padding: 25px 20px;
}
.main-header .header-lower .search-panel .form-group {
    position: relative;
    margin: 0;
}
.main-header .header-lower .search-panel input[type=password], .main-header .header-lower .search-panel input[type=search], .main-header .header-lower .search-panel input[type=text], .main-header .header-lower .search-panel select {
    display: block;
    width: 100%;
    height: 40px;
    color: #000;
    line-height: 24px;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 7px 40px 7px 15px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.main-header .header-lower .search-panel input:focus, .main-header .header-lower .search-panel select:focus {
    border-color: #000;
}
.main-header .header-lower .search-panel .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555;
    font-size: 12px;
    background: 0 0;
    cursor: pointer;
}
.main-header .search-box-btn {
    position: relative;
    font-size: 15px;
    top: 50%;
    margin-top: 0;
    line-height: 38px;
    color: #fff;
    cursor: pointer;
    padding: 38px 21px 15px;
    background: #000;
    border-radius: 0 0 50px 50px;
}
.main-header .search-box-outer .dropdown-menu {
    top: 100px;
    padding: 0;
    width: 280px;
    border-radius: 0 0 7px 7px;
    border-top: 3px solid #000;
}
.main-header .search-panel .form-container {
    padding: 25px 20px;
}
.main-header .search-panel .form-group {
    position: relative;
    margin: 0;
}
.main-header .search-panel input[type=password], .main-header .search-panel input[type=search], .main-header .search-panel input[type=text], .main-header .search-panel select {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 9px 40px 9px 15px;
    height: 44px;
    border: 1px solid #e0e0e0;
    background: #fff;
}
.main-header .search-panel input:focus, .main-header .search-panel select:focus {
    border-color: #000;
}
.main-header .search-panel .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 44px;
    text-align: center;
    color: #555;
    font-size: 14px;
    background: 0 0;
    cursor: pointer;
}
.social-icon-one {
    position: relative;
}
.social-icon-one li {
    position: relative;
    margin: 0 5px;
    display: inline-block;
}
.social-icon-one li a {
    position: relative;
    color: #959595;
    width: 32px;
    height: 32px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    line-height: 32px;
    border: 1px solid #f2f2f2;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.social-icon-one li a:hover {
    color: #000;
    border-color: #3e4494;
    background-color: #3e4494;
}
.social-icon-two {
    position: relative;
}
.social-icon-two li {
    position: relative;
    margin-right: 10px;
    display: inline-block;
}
.social-icon-two li a {
    position: relative;
    color: #727272;
    font-size: 14px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.social-icon-two li a:hover {
    color: #3e4494;
}
.social-icon-three {
    position: relative;
}
.social-icon-three li {
    position: relative;
    margin-right: 18px;
    display: inline-block;
}
.social-icon-three li a {
    position: relative;
    color: rgba(255, 255, 255, .5);
    font-size: 15px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.social-icon-three li a:hover {
    color: #fff;
}
.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 16px;
    font-style: normal;
    height: 55px;
    padding: 10px 20px;
    line-height: 33px;
    color: #727272;
    border-radius: 0;
    border: 1px solid #2e2e2e;
    background: #202020;
    font-family: 'Open Sans', sans-serif;
}
.form-group .ui-button .ui-icon {
    background: 0 0;
    position: relative;
    top: 3px;
    text-indent: 0;
    color: #333;
}
.form-group .ui-button .ui-icon:before {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 0;
    top: 2px!important;
    top: 13px;
    width: 10px;
    height: 30px;
    display: block;
    color: #f17d44;
    line-height: 23px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    z-index: 5;
}
.ui-widget.ui-widget-content {
    border: 1px solid #e0e0e0;
}
.ui-menu .ui-menu-item {
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
}
.ui-menu .ui-menu-item:last-child {
    border: none;
}
.ui-state-active, .ui-widget-content .ui-state-active {
    background-color: #000;
    border-color: #000;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 24px;
}
.sec-title {
    position: relative;
    margin-bottom: 50px;
}
.sec-title h2 {
    font-size: 36px;
    color: #222;
    font-weight: 400;
    line-height: 1.1em;
    padding-bottom: 5px;
    font-family: Poppins, sans-serif;
}
.sec-title .title {
    position: relative;
    color: #676767;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.sec-title.medium h2 {
    font-size: 26px;
}
.sec-title .separator {
    position: relative;
    width: 60px;
    height: 1px;
    margin-top: 25px!important;
    background-color: #dedede;
}
.sec-title .separator:before {
    position: absolute;
    content: '';
    left: 100%;
    top: -4px;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}
.sec-title.centered {
    text-align: center;
}
.sec-title.centered .separator {
    margin: 0 auto;
}
.sec-title.centered .separator:before {
    left: 50%}
.sec-title.light h2 {
    color: #fff;
}
.sec-title.light .title {
    color: rgba(255, 255, 255, .6);
}
.sec-title.light .separator:before {
    background-color: #434996;
}
.main-slider {
    background: url(../images/tlo.jpg) center center no-repeat;
    position: relative;
    z-index: 10;
    min-height: 400px;
}
.main-slider .tp-caption {
    z-index: 5!important;
}
.main-slider .tp-dottedoverlay {
    background: rgba(0, 0, 0, .4)!important;
}
.main-slider .tparrows.gyges {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: rgba(255, 255, 255, .2);
}
.main-slider .tparrows.gyges:before {
    line-height: 60px;
}
.main-slider .tparrows.gyges:hover {
    color: #000!important;
    background-color: #3841b2;
}
.main-slider h2 {
    position: relative;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1em;
    padding-bottom: 28px;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
}
.main-slider .text {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #dfdfdf;
    line-height: 1.6em;
}
.main-slider .btns-box .theme-btn {
    margin-right: 30px;
}
.slider-content {
    position: relative;
    padding: 35px 30px;
    background-color: rgba(0, 0, 0, .6);
}
.main-slider .tp-bannertimer, .main-slider .tp-bullets {
    display: none!important;
}
.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: 0;
    top: 0;
    font-size: 12px;
    width: 44px!important;
    height: 44px!important;
    line-height: 44px!important;
    background-color: rgba(28, 28, 28, .4)!important;
    color: #fff;
    visibility: visible;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s 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: #fff!important;
    color: #000;
}
.fancybox-type-image .fancybox-close {
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background: url(../images/icons/icon-cross.png) center center no-repeat;
    background-color: rgba(17, 17, 17, .5)!important;
}
.fancybox-type-image .fancybox-close:hover {
    background-color: #000!important;
}
.fancybox-type-image .fancybox-skin {
    padding: 0!important;
}
.services-section {
    position: relative;
    padding: 0;
    padding-bottom: 25px;
}
.services-block {
    position: relative;
    margin-bottom: 40px;
}
.services-block .inner-box {
    position: relative;
}
.services-block .inner-box .image {
    position: relative;
}
.services-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.services-block .inner-box .image .icon-box {
    position: absolute;
    right: 32px;
    top: 20px;
    width: 34px;
    height: 56px;
    color: #404040;
    font-size: 32px;
    z-index: 1;
    line-height: 56px;
    background-color: #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.services-block .inner-box .image .icon-box:before {
    position: absolute;
    content: '';
    left: -15px;
    top: 0;
    border-top: 28px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 28px solid transparent;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.services-block .inner-box .image .icon-box:after {
    position: absolute;
    content: '';
    right: -15px;
    top: 0;
    border-top: 28px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 28px solid transparent;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.services-block .inner-box:hover .image .icon-box {
    background-color: #4c4c4c;
    color: #fff;
}
.services-block .inner-box:hover .image .icon-box:before {
    border-right-color: #4c4c4c;
}
.services-block .inner-box:hover .image .icon-box:after {
    border-left-color: #4c4c4c;
}
.services-block .inner-box .image .overlay-color {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    height: 100%;
    opacity: 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-color: rgba(0, 0, 0, .5);
}
.services-block .inner-box:hover .image .overlay-color {
    opacity: 1;
}
.services-block .inner-box .lower-box {
    position: relative;
    padding: 22px 0;
    border-bottom: 1px solid #f2f2f2;
}
.services-block .inner-box .lower-box .content {
    position: relative;
    padding-left: 70px;
}
.services-block .inner-box .lower-box .content .number {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 48px;
    color: #e8e8e8;
    line-height: 1em;
    margin-top: 8px;
    font-family: Lora, serif;
}
.services-block .inner-box .lower-box .content h3 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
}
.services-block .inner-box .lower-box .content a {
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.services-block .inner-box .lower-box .content a:hover {
    color: #000;
}
.services-block .inner-box .lower-box .content .text {
    position: relative;
    color: #727272;
    font-size: 16px;
}
.services-section-two .services-block-two {
    padding: 0;
}
.services-block-two {
    position: relative;
}
.services-block-two .inner-box {
    position: relative;
    padding: 60px 30px 55px;
    text-align: center;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    border-bottom: 3px solid transparent;
}
.services-block-two .inner-box:hover {
    border-color: #000;
    background-color: #3841b2;
}
.services-block-two .inner-box .icon-box {
    position: relative;
    color: #3841b2;
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 18px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.services-block-two .inner-box:hover .icon-box {
    color: #000;
}
.services-block-two .inner-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
}
.services-block-two .inner-box h3 a {
    position: relative;
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.services-block-two .inner-box:hover .designation, .services-block-two .inner-box:hover .text, .services-block-two .inner-box:hover h3 a {
    color: #fff;
}
.services-block-two .inner-box .designation {
    position: relative;
    color: #3e4494;
    font-size: 16px;
    margin-bottom: 15px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    font-family: 'Open Sans', sans-serif;
}
.services-block-two .inner-box .text {
    position: relative;
    color: #727272;
    font-size: 16px;
    line-height: 1.6em;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.clients-section {
    position: relative;
    padding: 85px 0 85px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #2b2b2b;
}
.clients-section-ofirmie {
    position: relative;
    padding: 0 0 85px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #2b2b2b;
    text-align: center;
}
.clients-section-kontakt {
    position: relative;
    padding: 0 0 85px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #2b2b2b;
    text-align: center;
}
.clients-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #f6f6f6;
}
.clients-section h2 {
    position: relative;
    color: #000;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}
.clients-section-ofirmie h2 {
    position: relative;
    color: #000;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.clients-section .text {
    position: relative;
    text-align: center;
    color: #2b2b2b;
    font-size: 18px;
    max-width: 990px;
    margin: 0 auto;
    line-height: 1.6em;
    margin-bottom: 35px;
}
.sponsors-box {
    position: relative;
}
.sponsors-box .sponsors-outer .image-box {
    position: relative;
    text-align: center;
    z-index: 9;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.sponsors-box .sponsors-outer .image-box:after {
    position: absolute;
    content: '';
    right: -5px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .15);
}
.sponsors-box .sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    opacity: .8;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.sponsors-box .sponsors-outer .image-box img:hover {
    opacity: 1;
}
.sponsors-box .owl-dots {
    display: none;
}
.sponsors-box .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    margin-top: -20px;
}
.sponsors-box .owl-nav .owl-prev {
    position: absolute;
    left: -40px;
    width: 45px;
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-color: rgba(255, 255, 255, .2);
}
.sponsors-box .owl-nav .owl-next {
    position: absolute;
    right: -50px;
    width: 45px;
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-color: rgba(255, 255, 255, .2);
}
.sponsors-box .owl-nav .owl-next:hover, .sponsors-box .owl-nav .owl-prev:hover {
    background-color: #f17d44;
}
.clients-section.style-two::before {
    display: none;
}
.clients-section.style-two h2 {
    color: #222;
}
.clients-section.style-two .text {
    color: #727272;
}
.sponsors-box.style-two .owl-nav .owl-next, .sponsors-box.style-two .owl-nav .owl-prev {
    background-color: #f6f6f6;
    color: #727272;
}
.about-section {
    position: relative;
    padding: 85px 0 40px;
}
.about-section .carousel-column, .about-section .content-column {
    padding: 0;
}
.about-section .carousel-column {
    position: relative;
    margin-bottom: 40px;
}
.about-section .carousel-column .owl-nav {
    position: relative;
    display: none;
}
.about-section .carousel-column .owl-dots {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 15px;
}
.about-section .carousel-column .owl-dots .owl-dot {
    position: relative;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #eee;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.about-section .carousel-column .owl-dots .owl-dot.active, .about-section .carousel-column .owl-dots .owl-dot:hover {
    border-color: #3841b2;
}
.about-section .content-column {
    position: relative;
    border: 1px solid #e8e8e8;
}
.about-section .content-column .inner-column {
    position: relative;
    padding: 25px 30px 40px;
}
.about-section .content-column .inner-column h3 {
    position: relative;
    color: #222;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em;
    margin-bottom: 55px;
}
.about-section .content-column .inner-column .text {
    position: relative;
    color: #727272;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 28px;
}
.about-section .content-column .inner-column .blockquote-box {
    position: relative;
    margin-bottom: 40px;
    border-left: 2px solid #e8e8e8;
}
.about-section .content-column .inner-column .blockquote-box .inner {
    position: relative;
    padding-left: 20px;
}
.about-section .content-column .inner-column .blockquote-box .inner .quote-icon {
    color: #e8e8e8;
    font-size: 20px;
}
.about-section .content-column .inner-column .blockquote-box .inner .quote-text {
    position: relative;
    font-size: 18px;
    font-style: italic;
    margin-left: 30px;
    padding-bottom: 15px;
    font-family: Lora, serif;
}
.about-section .content-column .inner-column .blockquote-box .inner .author {
    position: relative;
    color: #222;
    font-size: 18px;
    margin-left: 30px;
}
.about-section.style-two .content-column {
    border: none;
}
.about-section.style-two .carousel-column, .about-section.style-two .content-column {
    padding: 0 15px;
}
.about-section.style-two .content-column .inner-column {
    padding: 0;
}
.about-section.style-two .content-column .inner-column h3 {
    margin-bottom: 18px;
}
.project-section {
    position: relative;
    padding: 0 0 90px;
}
.project-section .project-tab .p-tabs-content {
    margin: 0 30px;
}
.project-tab {
    position: relative;
}
.project-tab .project-carousel .owl-nav {
    display: none;
}
.project-tab .project-carousel .owl-dots {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 30px;
}
.project-tab .project-carousel .owl-dots .owl-dot {
    position: relative;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #eee;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.project-tab .project-carousel .owl-dots .owl-dot.active, .project-tab .project-carousel .owl-dots .owl-dot:hover {
    border-color: #3841b2;
}
.project-tab .tabs-header {
    position: relative;
}
.project-tab .product-tab-btns {
    position: relative;
    padding: 20px 50px 10px;
    background-color: #f6f6f6;
}
.project-tab .product-tab-btns .p-tab-btn {
    position: relative;
    line-height: 24px;
    padding: 0 0;
    cursor: pointer;
    color: #222;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 6px;
    margin-right: 8px;
    padding-right: 22px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.project-tab .product-tab-btns .p-tab-btn:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -30px;
    margin-left: -16px;
    opacity: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #f6f6f6;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.project-tab .product-tab-btns .p-tab-btn.active-btn::before, .project-tab .product-tab-btns .p-tab-btn:hover::before {
    opacity: 1;
}
.project-tab .product-tab-btns .p-tab-btn:after {
    position: absolute;
    content: '|';
    right: 0;
    top: 0;
    color: #e5e5e5;
}
.project-tab .product-tab-btns .p-tab-btn:last-child {
    padding-right: 0;
}
.project-tab .product-tab-btns .p-tab-btn:last-child::after {
    display: none;
}
.project-tab .product-tab-btns .p-tab-btn.active-btn, .project-tab .product-tab-btns .p-tab-btn:hover {
    color: #3e4494;
}
.project-tab .p-tabs-content {
    position: relative;
    display: block;
}
.project-tab .p-tab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    visibility: hidden;
    opacity: 0;
}
.project-tab .p-tab.active-tab {
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 5;
}
.gallery-block {
    position: relative;
}
.project-tab .p-tab .gallery-block {
    transform: scaleX(0);
}
.project-tab .p-tab.active-tab .gallery-block {
    transform: scaleX(1);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.gallery-block .inner-box {
    position: relative;
}
.gallery-block .inner-box .image {
    position: relative;
}
.gallery-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-color: rgba(62, 68, 148, .9);
}
.gallery-block .inner-box .image .overlay-box .link-box {
    position: relative;
    top: 28%;
    width: 55px;
    height: 55px;
    color: #000;
    font-size: 16px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    background-color: #fff;
}
.gallery-block .inner-box:hover .image .overlay-box {
    opacity: 1;
}
.gallery-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.gallery-block .inner-box .image .lower-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 26px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-color: rgba(38, 38, 38, .8);
}
.gallery-block .inner-box:hover .image .lower-box {
    background-color: #3e4494;
}
.gallery-block .inner-box .image .lower-box .designation {
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
}
.gallery-block .inner-box .image .lower-box h3 {
    position: relative;
    font-size: 17px;
    font-weight: 500;
}
.gallery-block .inner-box .image .lower-box h3 a {
    position: relative;
    color: #fff;
}
.testimonial-section {
    position: relative;
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.testimonial-section .outer-container:before {
    position: absolute;
    content: '';
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .15);
}
.testimonial-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(62, 68, 148, .95);
}
.testimonial-block {
    position: relative;
}
.testimonial-block .inner-box {
    position: relative;
    text-align: center;
    padding: 0 60px;
}
.testimonial-block .inner-box .author-image {
    position: relative;
    width: 85px;
    height: 85px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
}
.testimonial-block .inner-box h3 {
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 8px;
}
.testimonial-block .inner-box .designation {
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 18px;
    font-family: 'Open Sans', sans-serif;
}
.testimonial-block .inner-box .text {
    position: relative;
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, .6);
}
.testimonial-block .inner-box .client-icon {
    position: relative;
    text-align: center;
}
.testimonial-block .inner-box .client-icon img {
    position: relative;
    width: auto;
    margin: 0 auto;
}
.testimonial-section .owl-dots {
    display: none;
}
.testimonial-section .owl-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    margin-top: -20px;
}
.testimonial-section .owl-nav .owl-prev {
    position: absolute;
    left: -40px;
    top: 50%;
    width: 45px;
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-color: rgba(255, 255, 255, .2);
}
.testimonial-section .owl-nav .owl-next {
    position: absolute;
    right: -50px;
    top: 50%;
    width: 45px;
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-color: rgba(255, 255, 255, .2);
}
.testimonial-section .owl-nav .owl-next:hover, .testimonial-section .owl-nav .owl-prev:hover {
    background-color: #f17d44;
}
.news-section {
    position: relative;
    padding: 85px 0 50px;
}
.news-block {
    position: relative;
    margin-bottom: 40px;
}
.news-block .inner-box {
    position: relative;
    border: 1px solid #f2f2f2;
}
.news-block .inner-box .upper-box {
    position: relative;
    padding: 22px 22px 15px;
    border-bottom: 1px solid #f2f2f2;
}
.news-block .inner-box .upper-box .title {
    position: relative;
    color: #c5c5c5;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
}
.news-block .inner-box .upper-box ul {
    position: relative;
}
.news-block .inner-box .upper-box ul li {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    padding-right: 9px;
    margin-right: 8px;
    line-height: 1em;
    border-right: 1px solid #d8d8d8;
    font-family: 'Open Sans', sans-serif;
}
.news-block .inner-box .upper-box ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.news-block .inner-box .middle-box {
    position: relative;
    padding: 25px 20px 20px;
}
.news-block .inner-box .middle-box h3 {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 10px;
    color: #222;
}
.news-block .inner-box .middle-box h3 a {
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.news-block .inner-box .middle-box h3 a:hover {
    color: #3e4494;
}
.news-block .inner-box .middle-box .text {
    position: relative;
    color: #727272;
    font-size: 16px;
    margin-bottom: 20px;
}
.news-block .inner-box .middle-box .text p {
    position: relative;
    margin-bottom: 20px;
}
.news-block .inner-box .middle-box .text blockquote {
    position: relative;
    border: none;
    text-align: center;
    padding: 35px 30px;
    margin-bottom: 40px;
    margin-top: 30px;
    background-color: #f6f6f6;
}
.news-block .inner-box .middle-box .text blockquote .blockquote-text {
    position: relative;
    z-index: 1;
    font-size: 18px;
    color: #727272;
    line-height: 1.8em;
}
.news-block .inner-box .middle-box .text blockquote .quote-icon {
    position: absolute;
    left: 50%;
    top: 30px;
    line-height: 1em;
    color: #fff;
    font-size: 100px;
    text-align: center;
    margin-left: -45px;
}
.news-block .inner-box .middle-box .text blockquote .quote-info {
    position: relative;
    display: inline-block;
    padding: 12px 70px 0;
    margin-top: 20px;
    border-top: 1px solid #e8e8e8;
}
.news-block .inner-box .middle-box .text blockquote .quote-info h4 {
    position: relative;
    color: #222;
    font-size: 20px;
    font-weight: 500;
}
.news-block .inner-box .middle-box .text blockquote .quote-info .quote-desination {
    position: relative;
    color: #3e4494;
    font-size: 16px;
}
.news-block .inner-box .middle-box .text .two-column .text-column p {
    font-size: 15px;
    line-height: 1.7em;
}
.news-block .inner-box .middle-box .text .two-column .image-column .image img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.news-block.style-two .inner-box .middle-box {
    padding-bottom: 0;
}
.news-block .inner-box .lower-box {
    position: relative;
}
.news-block .inner-box .lower-box .image {
    position: relative;
}
.news-block .inner-box .lower-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.news-block .inner-box .lower-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-color: rgba(62, 68, 148, .95);
}
.news-block .inner-box:hover .lower-box .image .overlay-box {
    opacity: 1;
}
.news-block .inner-box .lower-box .image .overlay-box .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%}
.news-block .inner-box .lower-box .image .overlay-box .overlay-inner .read-more {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #f17d44;
    font-weight: 500;
    font-size: 15px;
}
.news-block .inner-box .lower-box .image .overlay-box .overlay-inner .read-more .icon {
    padding-right: 5px;
}
.news-block.style-two {
    position: relative;
    margin-bottom: 50px;
}
.news-block.style-two .inner-box .middle-box h3 {
    font-size: 24px;
}
.blog-single .post-share-options {
    position: relative;
    margin-top: 40px;
    padding: 0 20px 18px;
}
.blog-single .post-share-options .post-share-inner {
    border-top: 1px solid #f4f4f4;
    padding-top: 20px;
}
.blog-single .post-share-options .info-links {
    position: relative;
}
.blog-single .post-share-options .info-links li {
    position: relative;
    margin-right: 20px;
    display: inline-block;
}
.blog-single .post-share-options .info-links li a {
    position: relative;
    width: 35px;
    height: 35px;
    color: #848484;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    line-height: 34px;
    margin-right: 10px;
    background-color: #f4f4f4;
}
.blog-single .post-share-options .tags span {
    font-size: 16px;
    color: #222;
    font-weight: 500;
}
.blog-single .post-share-options .tags a {
    position: relative;
    color: #3e4494;
    font-size: 16px;
    font-weight: 400;
}
.blog-single .post-share-options .tags {
    position: relative;
    color: #b7b7b7;
    font-size: 16px;
    font-weight: 700;
    margin-top: 3px;
}
.blog-single .news-block {
    margin-bottom: 85px;
}
.fluid-section-one {
    position: relative;
}
.fluid-section-one .outer-container {
    position: relative;
    min-height: 250px;
}
.fluid-section-one .outer-container .left-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.fluid-section-one .outer-container .right-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.fluid-section-one .outer-container .right-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(24, 24, 24, .8);
}
.fluid-section-one .image-column {
    position: relative;
    float: left;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%}
.fluid-section-one .image-column .inner-column {
    position: relative;
    padding: 90px 0;
}
.fluid-section-one .image-column .inner-column .content {
    position: relative;
    max-width: 600px;
    float: right;
    background-color: #fff;
    padding: 110px 30px 70px 30px;
}
.fluid-section-one .image-column .inner-column .content h2 {
    position: relative;
    color: #222;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 30px;
}
.fluid-section-one .image-column .inner-column .content h2 .since {
    color: #3e4494;
}
.fluid-section-one .image-column .inner-column .content .text {
    position: relative;
    color: #727272;
    font-size: 16px;
    margin-bottom: 30px;
}
.fluid-section-one .image-column .inner-column .content .text:before {
    position: absolute;
    content: '';
    left: -25px;
    top: 0;
    width: 1px;
    height: 100%;
    display: block;
    background-color: #f2f2f2;
}
.fluid-section-one .content-column {
    position: relative;
    float: right;
    width: 50%;
    background-position: right top;
    background-repeat: no-repeat;
}
.fluid-section-one .content-column .inner-column {
    position: relative;
    max-width: 570px;
    padding: 85px 15px 80px 60px;
}
.fluid-section-one .content-column .inner-column h2 {
    position: relative;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2em;
}
.fluid-section-one .content-column .inner-column .title {
    position: relative;
    color: #a0a7ff;
    font-size: 16px;
    margin-bottom: 15px;
}
.fluid-section-one .content-column .inner-column .separator {
    position: relative;
    width: 60px;
    height: 1px;
    margin-bottom: 50px;
    margin-top: 25px!important;
    background-color: #2f2f2f;
}
.fluid-section-one .content-column .inner-column .separator:before {
    position: absolute;
    content: '';
    left: 100%;
    top: -4px;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    border-radius: 50%;
    background-color: #181818;
    border: 1px solid #2f2f2f;
}
.apointment-form .row {
    margin: 0 -10px;
}
.apointment-form .form-group {
    margin-bottom: 20px;
    padding: 0 10px;
}
.apointment-form input[type=email], .apointment-form input[type=password], .apointment-form input[type=text], .apointment-form select, .apointment-form textarea {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #848484;
    line-height: 24px;
    padding: 12px 20px;
    font-weight: 400;
    background: #202020;
    border: 1px solid #2e2e2e;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.apointment-form .form-group .theme-btn {
    border-radius: 0;
    width: 100%;
    font-size: 14px;
    padding: 11px 31px;
}
.default-section {
    position: relative;
    padding: 90px 0 50px;
    background-color: #f6f6f6;
}
.default-section .accordian-column {
    position: relative;
    margin-bottom: 40px;
}
.default-section .accordian-column .answer {
    position: relative;
    color: #3e4494;
    font-size: 15px;
    font-weight: 600;
    margin-top: 35px;
    display: inline-block;
}
.default-section .accordian-column .answer .fa {
    margin-left: 10px;
}
.accordion-box {
    position: relative;
    padding: 10px 28px 10px;
    background-color: #ededed;
}
.accordion-box .block {
    position: relative;
    padding: 17px 0;
    border-bottom: 1px solid #e1e1e1;
}
.accordion-box .block:last-child {
    border-bottom: 0;
}
.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    padding: 0;
    transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.accordion-box .block .icon-outer {
    position: absolute;
    right: 28px;
    top: 0;
    color: #929292;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.accordion-box .block .icon-outer .icon {
    position: absolute;
    width: 24px;
    height: 24px;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    border: 2px solid #898989;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    color: #3e4494;
    border-color: #3e4494;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion-box.style-two {
    background-color: #f6f6f6;
}
.accordion-box .block .acc-btn.active {
    color: #6f6f6f;
}
.accordion-box .block .acc-content {
    position: relative;
    display: none;
}
.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}
.accordion-box .block .acc-content.current {
    display: block;
}
.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    padding: 10px 0 0 0;
}
.accordion-box .block .content .text {
    margin-bottom: 0;
    line-height: 1.8em;
    font-size: 15px;
    color: #8e8d8d;
    font-family: 'Open Sans', sans-serif;
}
.accordion-box .block .content p:last-child {
    margin-bottom: 0;
}
.default-section .counter-column {
    position: relative;
    margin-bottom: 40px;
}
.default-section .counter-column .inner-column .text {
    position: relative;
    color: #222;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 30px;
    font-family: Poppins, sans-serif;
}
.fact-counter {
    position: relative;
}
.fact-counter:before {
    position: absolute;
    content: '';
    left: 45%;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #e8e8e8;
}
.fact-counter:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #e8e8e8;
}
.fact-counter .column {
    position: relative;
    z-index: 5;
    padding-bottom: 45px;
    margin-bottom: 45px;
}
.fact-counter .column:nth-child(3), .fact-counter .column:nth-child(4) {
    margin-bottom: 0;
    padding-bottom: 0;
}
.fact-counter .column .inner {
    position: relative;
    top: 0;
    text-align: left;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.fact-counter .count-outer {
    position: relative;
    font-size: 36px;
    line-height: 1em;
    font-weight: 500;
    margin: 0 0;
    display: inline-block;
}
.fact-counter .counter-column .inner {
    position: relative;
    padding-left: 70px;
}
.fact-counter .counter-column .inner .icon {
    position: absolute;
    left: 0;
    top: 5px;
    color: #8c8c8c;
    font-size: 56px;
    line-height: 1em;
}
.fact-counter .count-outer .plus-icon {
    position: relative;
    font-weight: 700;
    color: #222;
    font-size: 36px;
    display: inline-block;
}
.fact-counter .count-outer .count-text {
    font-weight: 600;
    color: #222;
    font-size: 36px;
    display: inline-block;
}
.fact-counter .column .counter-title {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #727272;
    margin-top: 5px;
}
.main-footer {
    position: relative;
    background-color: #181818;
}
.main-footer .widgets-section {
    position: relative;
    padding: 90px 0 50px;
}
.main-footer .widgets-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 170px;
    width: 100%;
    height: 1px;
    background-color: #2f2f2f;
}
.main-footer .footer-column {
    position: relative;
    margin-bottom: 40px;
}
.main-footer .footer-column h2 {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 70px;
    margin-top: 15px;
}
.main-footer .logo-widget {
    position: relative;
}
.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 50px;
}
.main-footer .logo-widget .widget-content .text {
    position: relative;
    color: #727272;
    font-size: 16px;
    margin-bottom: 24px;
}
.main-footer .logo-widget .widget-content h3 {
    position: relative;
    color: #f2f2f2;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.main-footer .logo-widget .widget-content .info-text {
    color: #727272;
    font-size: 16px;
}
.main-footer .logo-widget .widget-content ul {
    position: relative;
}
.main-footer .logo-widget .widget-content ul li {
    position: relative;
    color: #656565;
    font-size: 15px;
    margin-bottom: 3px;
}
.main-footer .logo-widget .widget-content ul li span {
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
}
.main-footer .news-widget {
    position: relative;
}
.main-footer .news-widget .post {
    position: relative;
    padding-left: 100px;
    margin-bottom: 28px;
}
.main-footer .news-widget .post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
}
.main-footer .news-widget .post:hover .post-thumb .overlay {
    opacity: 1;
}
.main-footer .news-widget .post .post-thumb .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    height: 100%;
    opacity: 0;
    text-align: center;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-color: rgba(56, 65, 178, .9);
}
.main-footer .news-widget .post .post-thumb .overlay .fa {
    line-height: 70px;
    color: #fff;
    font-size: 18px;
}
.main-footer .news-widget .post .text {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    top: -6px;
}
.main-footer .news-widget .post .text a {
    color: #fff;
    font-family: Poppins, sans-serif;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.main-footer .news-widget .post.style-two .post-thumb .overlay {
    background-color: rgba(252, 120, 54, .9);
}
.main-footer .news-widget .post .text a:hover {
    color: #000;
}
.main-footer .news-widget .post .post-info {
    position: relative;
    color: #727272;
    font-size: 16px;
}
.main-footer .news-widget .post .content {
    position: relative;
    padding-bottom: 16px;
    border-bottom: 1px solid #818181;
}
.main-footer .news-widget .post:last-child .content {
    border-bottom: none;
    padding-bottom: 0;
}
.links-widget {
    position: relative;
}
.links-widget li {
    position: relative;
    margin-bottom: 8px;
}
.links-widget li a {
    position: relative;
    color: #727272;
    font-size: 16px;
    padding-left: 25px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.links-widget li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background-color: #202020;
    border: 1px solid #2d2d2d;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.links-widget li a:hover {
    color: #000;
}
.links-widget li a:hover::before {
    background-color: #000;
    border-color: #fff;
}
.main-footer .footer-bottom {
    position: relative;
    padding: 20px 0;
    background-color: #202020;
}
.main-footer .footer-bottom .copyright {
    position: relative;
    color: #848484;
    font-size: 15px;
    font-weight: 400;
}
.main-footer a {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.main-footer .footer-bottom .footer-nav {
    position: relative;
    text-align: right;
}
.main-footer .footer-bottom .footer-nav li {
    position: relative;
    margin-left: 30px;
    display: inline-block;
}
.main-footer .footer-bottom .footer-nav li a {
    position: relative;
    color: #727272;
    font-size: 14px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.main-footer .footer-bottom .footer-nav li a:hover {
    color: #fff;
}
.page-title {
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 180px 0 50px 0;
}
.page-title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    z-index: 1;
    height: 100%}
.page-title .title {
    position: relative;
    color: ##979595;
    font-size: 18px;
    font-weight: 400;
}
.page-title h1 {
    position: relative;
    font-size: 48px;
    font-weight: 600;
    color: #404040;
    line-height: 1.3em;
    z-index: 99;
    text-transform: capitalize;
}
.page-title .page-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    color: #272727;
    z-index: 1;
    text-align: left;
    background-color: #fff;
}
.page-info .inner-container {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
}
.page-info h2 {
    font-size: 16px;
    color: #7c7c7c;
    line-height: 24px;
    font-weight: 700;
}
.page-info .bread-crumb {
    position: relative;
    font-size: 15px;
    padding: 18px 0 17px;
}
.page-info .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin-right: 24px;
    color: #3e4494;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}
.page-info .bread-crumb li:last-child {
    margin-right: 0;
}
.page-info .bread-crumb li:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: -21px;
    width: 10px;
    line-height: 24px;
    font-size: 16px;
    color: #222;
}
.page-info .bread-crumb li:last-child:after {
    display: none;
}
.page-info .bread-crumb li a {
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.page-info .bread-crumb li a:hover {
    color: #3e4494;
}
.services-section-three {
    position: relative;
}
.services-section-three .coin-column {
    position: relative;
}
.services-section-three .coin-column .inner-column {
    position: relative;
    margin-right: 35px;
    padding: 50px 30px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.services-section-three .coin-column .inner-column:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(62, 68, 148, .9);
}
.services-section-three .coin-column .inner-column .image {
    position: relative;
    margin-bottom: 22px;
}
.services-section-three .coin-column .inner-column .image img {
    width: auto;
    margin: 0 auto;
}
.services-section-three .coin-column .inner-column .text {
    position: relative;
    font-size: 18px;
    color: #fff;
    line-height: 1.6em;
}
.services-section-three .coin-column .inner-column .text span {
    display: block;
    font-size: 30px;
    margin-bottom: 6px;
}
.services-section-three .coin-column .owl-nav {
    position: relative;
    display: none;
}
.services-section-three .coin-column .owl-dots {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 15px;
}
.services-section-three .coin-column .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: #3c428e;
    border: 2px solid #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.services-section-three .coin-column .owl-dots .owl-dot.active, .services-section-three .coin-column .owl-dots .owl-dot:hover {
    border-color: #000;
}
.services-section-three .services-column {
    position: relative;
}
.services-section-three .services-column .content-column {
    position: relative;
    margin-bottom: 40px;
    padding-top: 75px;
}
.services-section-three .services-column .content-column h2 {
    position: relative;
    color: #222;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 18px;
    line-height: 1.2em;
    text-transform: capitalize;
}
.services-section-three .services-column .content-column .separator {
    position: relative;
    width: 60px;
    height: 1px;
    background-color: #dedede;
}
.services-section-three .services-column .content-column .separator:before {
    position: absolute;
    content: '';
    left: 100%;
    top: -4px;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    border-radius: 50%;
    background-color: #f6f6f6;
    border: 1px solid #e6e6e6;
}
.services-section-three .services-column .content-column .text {
    position: relative;
    margin-top: 25px;
    color: #727272;
    font-size: 16px;
}
.team-section {
    position: relative;
    padding: 85px 0 90px;
}
.team-section .sec-title .theme-btn {
    margin-top: 20px;
}
.team-section .owl-theme {
    padding: 0 5px;
    overflow: hidden;
}
.team-section .owl-theme .owl-stage-outer {
    overflow: visible;
}
.team-block {
    position: relative;
    margin-bottom: 30px;
}
.team-block .inner-box {
    position: relative;
}
.team-block .inner-box .image {
    position: relative;
}
.team-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.team-block .inner-box .lower-content-box {
    position: relative;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 30px;
}
.team-block .inner-box .lower-content-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #222;
}
.team-block .inner-box .lower-content-box .designation {
    position: relative;
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}
.team-block .inner-box .lower-content-box .lower-box {
    position: relative;
    padding-top: 12px;
    border-top: 1px solid #f2f2f2;
}
.team-block .inner-box .lower-content-box .lower-box .email {
    position: relative;
    color: #727272;
    font-size: 16px;
    padding-left: 28px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}
.team-block .inner-box .lower-content-box .lower-box .email:before {
    position: absolute;
    content: '\f003';
    left: 0;
    top: 0;
    color: #3e4494;
    font-size: 18px;
    font-family: FontAwesome;
}
.team-block .inner-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background-color: #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.team-block .inner-box:hover .overlay-box {
    opacity: 1;
}
.team-block .inner-box .overlay-box .inner-content {
    position: relative;
    height: 100%;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
}
.team-block .inner-box .overlay-box .inner-content .upper-content {
    position: relative;
    padding: 35px 20px;
    margin-bottom: 18px;
}
.team-block .inner-box .overlay-box .inner-content .upper-content h3 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
}
.team-block .inner-box .overlay-box .inner-content .upper-content h3 a {
    position: relative;
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.team-block .inner-box .overlay-box .inner-content .upper-content h3 a:hover {
    color: #000;
}
.team-block .inner-box .overlay-box .inner-content .upper-content .designation {
    position: relative;
    color: #000;
    font-size: 16px;
    margin-bottom: 16px;
    font-family: 'Open Sans', sans-serif;
}
.team-block .inner-box .overlay-box .inner-content .upper-content .text {
    position: relative;
    color: #727272;
    font-size: 16px;
    line-height: 1.7em;
}
.team-block .inner-box .overlay-box .inner-content .lower-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 15px;
    border-top: 1px solid #f2f2f2;
}
.team-block .inner-box .overlay-box .inner-content .lower-content .emailed {
    position: relative;
    color: #727272;
    font-size: 16px;
    padding-left: 28px;
    margin-bottom: 12px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}
.team-block .inner-box .overlay-box .inner-content .lower-content .emailed:before {
    position: absolute;
    content: '\f003';
    left: 0;
    top: 0;
    color: #3e4494;
    font-size: 18px;
    font-family: FontAwesome;
}
.team-block.style-two .inner-box {
    box-shadow: none;
}
.team-block.style-two .inner-box .lower-content-box h3 {
    color: #fff;
}
.team-block.style-two .inner-box .lower-content-box .lower-box {
    border-top-color: rgba(255, 255, 255, .1);
}
.team-block.style-two .inner-box .lower-content-box .lower-box .email {
    color: rgba(255, 255, 255, .6);
}
.team-block.style-two .inner-box .lower-content-box .lower-box .email:before {
    color: #000;
}
.team-section .owl-carousel .owl-stage-outer {
    padding-top: 10px;
}
.team-section .owl-nav {
    display: none;
}
.team-section .owl-dots {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
}
.team-section .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #eee;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.team-section .owl-dots .owl-dot.active, .team-section .owl-dots .owl-dot:hover {
    border-color: #3841b2;
}
.history-section {
    position: relative;
    padding: 85px 0 170px;
}
.history-section .single-verticle-carousel {
    z-index: 99;
}
.history-section .outer-container {
    position: relative;
}
.history-section .left-line {
    position: absolute;
    left: 85px;
    top: 0;
    height: 100%;
    border-left: 1px dashed silver;
}
.history-section .left-line:before {
    position: absolute;
    content: '';
    left: -4px;
    top: -1px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #dbdbdb;
}
.history-section .left-line:after {
    position: absolute;
    content: '';
    left: -4px;
    bottom: -1px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #dbdbdb;
}
.history-section .right-line {
    position: absolute;
    right: 85px;
    top: 0;
    height: 100%;
    border-right: 1px dashed silver;
}
.history-section .right-line:before {
    position: absolute;
    content: '';
    left: -3px;
    top: -1px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #dbdbdb;
}
.history-section .right-line:after {
    position: absolute;
    content: '';
    left: -3px;
    bottom: -1px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #dbdbdb;
}
.history-block {
    position: relative;
    padding-bottom: 10px;
}
.history-block .inner-box .lower-content:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%;
    height: 15px;
    background: #f6f6f6;
    z-index: 10;
}
.history-block .inner-box {
    position: relative;
    padding-left: 115px;
}
.history-block .inner-box .year {
    position: absolute;
    left: -115px;
    top: 50%;
    margin-top: -13px;
    line-height: 26px;
    color: #727272;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.history-block .inner-box .year .dott {
    position: absolute;
    content: '';
    right: -28px;
    top: 8px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #3e4494;
}
.history-block .inner-box .year .dott:before {
    position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50%;
    background-color: rgba(62, 68, 148, .5);
}
.history-block .inner-box .image {
    position: relative;
}
.history-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.history-block .inner-box .lower-content {
    position: relative;
    padding-top: 34px;
    text-align: right;
}
.history-block .inner-box .lower-content h3 {
    position: relative;
    color: #222;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}
.history-block .inner-box .lower-content h3 a {
    position: relative;
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.history-block .inner-box .lower-content h3 a:hover {
    color: #3e4494;
}
.history-block .inner-box .lower-content .text {
    position: relative;
    color: #727272;
    font-size: 16px;
    line-height: 1.7em;
    padding-left: 50px;
}
.history-block-two {
    position: relative;
    padding-bottom: 10px;
}
.history-block .inner-box .image:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15px;
    background: #f6f6f6;
}
.history-block-two .inner-box {
    position: relative;
    padding-right: 115px;
}
.history-block-two .inner-box .year {
    position: absolute;
    right: -115px;
    top: 50%;
    margin-top: -13px;
    line-height: 26px;
    color: #727272;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.history-block-two .inner-box .year .dott {
    position: absolute;
    content: '';
    left: -31px;
    top: 8px;
    width: 11px;
    height: 11px;
    z-index: 99;
    border-radius: 50%;
    background-color: #3e4494;
}
.history-block-two .inner-box .year .dott:before {
    position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50%;
    background-color: rgba(62, 68, 148, .5);
}
.history-block-two .inner-box .image {
    position: relative;
}
.history-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.history-block-two .inner-box .lower-content {
    position: relative;
    padding-bottom: 34px;
}
.history-block-two .inner-box .lower-content h3 {
    position: relative;
    color: #222;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: -2px;
}
.history-block-two .inner-box .lower-content h3 a {
    position: relative;
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.history-block-two .inner-box .lower-content h3 a:hover {
    color: #3e4494;
}
.history-block-two .inner-box .lower-content .text {
    position: relative;
    color: #727272;
    font-size: 16px;
    line-height: 1.7em;
    padding-right: 50px;
}
.history-section .slick-arrow {
    position: absolute;
    left: 50%;
    bottom: -90px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: 0 0;
    text-indent: 0;
    line-height: 36px;
    margin-left: -50px;
    font-size: 20px;
    border: 2px solid #e1e1e1;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.history-section .slick-arrow.slick-next {
    margin-left: 0;
}
.history-section .slick-arrow.slick-next:before {
    content: '\f107'}
.history-section .slick-arrow.slick-prev:before {
    content: '\f106'}
.history-section .slick-arrow .slick-next, .history-section .slick-arrow .slick-prev {
    display: inline-block;
}
.history-section .slick-arrow.slick-next:hover, .history-section .slick-arrow.slick-prev:hover {
    color: #454b98;
    border-color: #454b98;
}
.industry-section {
    position: relative;
    padding: 90px 0 20px;
    background-color: #181818;
}
.industry-section h2 {
    position: relative;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
}
.industry-section .title {
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 22px;
}
.industry-section .separator {
    position: relative;
    width: 60px;
    height: 1px;
    margin-bottom: 60px;
    background-color: #2f2f2f;
}
.industry-section .separator:after {
    position: absolute;
    content: '';
    left: 100%;
    bottom: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #2f2f2f;
}
.industry-block {
    position: relative;
    margin-bottom: 70px;
}
.industry-block .inner-box {
    position: relative;
    padding: 60px 20px 40px;
    text-align: center;
    background-color: #202020;
    border: 1px solid #2f2f2f;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.industry-block .inner-box:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 5px;
    opacity: 0;
    margin-left: -25px;
    background-color: #000;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.industry-block .inner-box:hover:after {
    opacity: 1;
}
.industry-block .inner-box:hover {
    background-color: #3e4494;
    border-color: #3e4494;
}
.industry-block .inner-box:before {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    background-color: #3e4494;
    opacity: 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.industry-block .inner-box:hover:before {
    opacity: 1;
    top: -70px;
}
.industry-block .inner-box .icon-box {
    position: relative;
    top: 0;
    color: #000;
    font-size: 60px;
    line-height: 1em;
    margin-bottom: 30px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.industry-block .inner-box:hover .icon-box {
    top: -85px;
}
.industry-block .inner-box h3 {
    position: relative;
    top: 0;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.industry-block .inner-box:hover h3 {
    top: -85px;
}
.industry-block .inner-box h3 a {
    color: #f6f6f6;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.industry-block .inner-box .block-title {
    position: relative;
    top: 0;
    color: #727272;
    font-size: 16px;
    padding: 2px 12px;
    margin-bottom: 15px;
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-color: rgba(255, 255, 255, .05);
    font-family: 'Open Sans', sans-serif;
}
.industry-block .inner-box:hover .block-title {
    color: #000;
    top: -85px;
}
.industry-block .inner-box .text {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 45px;
    line-height: 1.7em;
    padding: 0 20px;
    visibility: hidden;
    opacity: 0;
    color: rgba(255, 255, 255, .5);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.industry-block .inner-box:hover .text {
    opacity: 1;
    visibility: visible;
}
.certificate-section {
    position: relative;
    padding: 85px 0 50px;
}
.cerficate-block {
    position: relative;
    margin-bottom: 40px;
}
.cerficate-block .inner-box {
    position: relative;
    text-align: center;
    border: 1px solid #e8e8e8;
}
.cerficate-block .inner-box .image {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}
.cerficate-block .inner-box .lower-box {
    position: relative;
    text-align: center;
    padding: 25px 25px 25px;
}
.cerficate-block .inner-box .lower-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7em;
    color: #222;
    margin-bottom: 15px;
}
.cerficate-block .inner-box .lower-box .text {
    position: relative;
    color: #727272;
    font-size: 16px;
    line-height: 1.8em;
}
.faq-section {
    position: relative;
    padding: 90px 0 90px;
}
.faq-section .prod-tabs {
    position: relative;
}
.faq-section .prod-tabs .tab-btns {
    position: relative;
    margin-bottom: 40px;
    padding: 0 20px;
    border: 1px solid #f2f2f2;
}
.faq-section .prod-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    cursor: pointer;
    line-height: 1.6em;
    padding: 10px 0 10px 0;
    transition: all .5s ease;
    text-transform: capitalize;
    border-bottom: 1px solid #f2f2f2;
}
.faq-section .prod-tabs .tab-btns .tab-btn:last-child {
    border: none;
}
.faq-section .prod-tabs .tab-btns .tab-btn span {
    position: relative;
    display: block;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    cursor: pointer;
    line-height: 1.6em;
    padding: 5px 15px 5px 30px;
    transition: all .5s ease;
    text-transform: capitalize;
}
.faq-section .prod-tabs .tab-btns .tab-btn:before {
    position: absolute;
    content: '';
    left: 11px;
    top: 23px;
    width: 8px;
    height: 8px;
    background-color: #eee;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #e6e6e6;
}
.faq-section .prod-tabs .tab-btns .tab-btn.active-btn:before, .faq-section .prod-tabs .tab-btns .tab-btn:hover:before {
    z-index: 1;
    background-color: #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: rgba(255, 255, 255, .2);
}
.faq-section .prod-tabs .tab-btns .tab-btn.active-btn span, .faq-section .prod-tabs .tab-btns .tab-btn:hover span {
    color: #fff;
    background-color: #3e4494;
}
.faq-section .prod-tabs .tabs-content {
    position: relative;
}
.faq-section .prod-tabs .tabs-content .tab {
    position: relative;
    display: none;
}
.faq-section .prod-tabs .tabs-content .tab.active-tab {
    display: block;
}
.team-section-two {
    position: relative;
    padding: 90px 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.team-section-two:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(62, 68, 148, .95);
}
.team-section-two .owl-nav {
    display: none;
}
.team-section-two .owl-dots {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
}
.team-section-two .owl-dots .owl-dot {
    position: relative;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50%;
    background: 0 0;
    border: 2px solid #eee;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.team-section-two .owl-dots .owl-dot.active, .team-section-two .owl-dots .owl-dot:hover {
    border-color: #000;
}
.testimonial-page-section {
    position: relative;
    padding: 90px 0 50px;
}
.testimonial-page-section .testimonials-row {
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px solid #f2f2f2;
}
.testimonial-page-section .testimonials-row:last-child {
    border: 0;
    padding-bottom: 0;
}
.testimonial-block-two {
    position: relative;
    border-right: 1px solid #f2f2f2;
    margin-bottom: 40px;
}
.testimonial-block-two:nth-child(2n+0) {
    border-right: none;
}
.testimonial-block-two .inner-box {
    position: relative;
    text-align: center;
    padding: 0 60px;
}
.testimonial-block-two .inner-box .author-image {
    position: relative;
    width: 85px;
    height: 85px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
}
.testimonial-block-two .inner-box h3 {
    position: relative;
    color: #222;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 8px;
}
.testimonial-block-two .inner-box .designation {
    position: relative;
    color: #3e4494;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 18px;
    font-family: 'Open Sans', sans-serif;
}
.testimonial-block-two .inner-box .text {
    position: relative;
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 20px;
    color: #727272;
}
.testimonial-block-two .inner-box .client-icon {
    position: relative;
    text-align: center;
}
.testimonial-block-two .inner-box .client-icon img {
    position: relative;
    width: auto;
    margin: 0 auto;
}
.sidebar-page-container {
    position: relative;
    overflow: hidden;
    padding: 80px 0 40px;
}
.sidebar-page-container .content-side, .sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}
.sidebar-page-container .sidebar-side .with-border {
    padding-left: 30px;
}
.sidebar-page-container .sidebar-side .with-border:before {
    position: absolute;
    content: '';
    left: 15px;
    top: -200px;
    height: 5000px;
    border-left: 1px solid #f0f0f0;
}
.sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}
.sidebar .search-box .form-group {
    position: relative;
    margin: 0;
}
.sidebar .search-box .form-group input[type=search], .sidebar .search-box .form-group input[type=text] {
    position: relative;
    line-height: 28px;
    padding: 10px 50px 10px 20px;
    border: 1px solid #f2f2f2;
    background: 0 0;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 50px;
    font-weight: 400;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.sidebar .search-box .form-group button {
    position: absolute;
    right: 14px;
    top: 10px;
    height: 28px;
    width: 30px;
    font-size: 14px;
    color: #222;
    line-height: 100%;
    background: 0 0;
    display: inline-block;
    font-weight: 400;
    text-align: right;
    border-left: 1px solid #f2f2f2;
}
.sidebar .search-box.style-two .form-group button {
    background-color: #3841b2;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
}
.sidebar-title {
    position: relative;
    margin-bottom: 20px;
}
.sidebar-title h2 {
    font-size: 22px;
    color: #222;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: capitalize;
}
.blog-cat {
    position: relative;
    padding: 20px 25px 20px;
    border: 1px solid #eee;
}
.blog-cat li {
    position: relative;
    margin-bottom: 15px;
}
.blog-cat li a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding-bottom: 12px;
    color: #727272;
    padding-left: 25px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.blog-cat li a:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 80px;
    height: 1px;
    background-color: #eee;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.blog-cat li a:hover::after {
    width: 100%;
    background-color: #3e4494;
}
.blog-cat li:last-child {
    margin-bottom: 0;
}
.blog-cat li:last-child a {
    border: 0;
}
.blog-cat li a span {
    float: right;
}
.blog-cat li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    background-color: #f6f6f6;
    border: 1px solid #e5e5e5;
    font-family: FontAwesome;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.blog-cat li a:hover {
    color: #3e4494;
}
.blog-cat li a:hover::before {
    border-color: rgba(62, 68, 148, .2);
    background-color: #3e4494;
}
.recent-comments .sidebar-title {
    margin-bottom: 40px;
}
.comment-block {
    position: relative;
    margin-bottom: 40px;
}
.comment-block .inner {
    position: relative;
    padding: 36px 20px 20px;
    border: 1px solid #f2f2f2;
}
.comment-block .inner .date {
    position: absolute;
    left: 22px;
    top: -15px;
    font-size: 14px;
    color: #848484;
    padding: 1px 12px;
    background-color: #f6f6f6;
}
.comment-block .inner .content {
    position: relative;
    padding-left: 70px;
}
.comment-block .inner .content .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
}
.comment-block .inner .content h3 {
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 3px;
}
.comment-block .inner .content h3 a {
    color: #222;
}
.comment-block .inner .content .text {
    position: relative;
    color: #727272;
    font-size: 16px;
}
.comment-block .inner .content .reply-btn {
    position: absolute;
    right: 0;
    top: 10px;
    color: #222;
    font-size: 18px;
}
.comment-block .inner .content .reply-btn:hover {
    color: #4b509b;
}
.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666;
    padding: 0 0;
    padding-left: 110px;
    min-height: 110px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}
.sidebar .popular-posts .post:last-child {
    margin-bottom: 0;
    min-height: 90px;
    border: 0;
}
.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
}
.sidebar .popular-posts .post:hover .post-thumb img {
    opacity: .7;
}
.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.sidebar .popular-posts .post .post-thumb .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background-color: rgba(62, 68, 148, .9);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.sidebar .popular-posts .post:hover .post-thumb .overlay {
    opacity: 1;
}
.sidebar .popular-posts .post .text {
    position: relative;
    top: -4px;
    font-size: 16px;
    margin: 0 0 0;
    font-weight: 500;
    color: #222;
    line-height: 1.6em;
    text-transform: capitalize;
    font-family: Poppins, sans-serif;
}
.sidebar .popular-posts .post .text a {
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.sidebar .popular-posts .post a, .sidebar .popular-posts .post a:hover {
    color: #3e4494;
}
.sidebar .popular-posts .post-info {
    position: relative;
    font-size: 16px;
    color: #727272;
    padding-left: 22px;
    font-weight: 300;
}
.sidebar .popular-posts .post-info:before {
    position: absolute;
    content: '\f073';
    left: 0;
    top: 0;
    color: #3e4494;
    font-size: 14px;
    font-family: FontAwesome;
}
.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 4px 10px 4px;
    margin: 0 6px 10px 0;
    color: #848484;
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
    background: 0 0;
    font-weight: 300;
    border: 1px solid #f0f0f0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.sidebar .popular-tags a:hover {
    color: #000;
    border-color: #3e4494;
    background-color: #3e4494;
}
.styled-pagination {
    position: relative;
}
.styled-pagination ul {
    position: relative;
    display: inline-block;
}
.styled-pagination li {
    position: relative;
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}
.styled-pagination li a {
    position: relative;
    display: inline-block;
    line-height: 55px;
    height: 55px;
    font-size: 20px;
    min-width: 55px;
    color: #222;
    font-weight: 400;
    text-align: center;
    background: 0 0;
    border: 1px solid #f2f2f2;
    text-transform: capitalize;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    font-family: Poppins, sans-serif;
}
.styled-pagination li a.active, .styled-pagination li a:hover {
    color: #fff;
    border-color: #3e4494;
    background-color: #3e4494;
}
.author-box {
    position: relative;
    margin-bottom: 60px;
}
.author-box .author-comment {
    position: relative;
    padding: 30px 0 25px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}
.author-box .author-comment .inner-box {
    position: relative;
    padding-left: 110px;
}
.author-box .author-comment .inner-box .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 85px;
    margin-bottom: 20px;
}
.author-box .author-comment .inner-box h3 {
    position: relative;
    color: #222;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.author-box .author-comment .inner-box .text {
    position: relative;
    color: #727272;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 10px;
}
.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 40px;
}
.sidebar-page-container .group-title h2 {
    position: relative;
    font-size: 28px;
    color: #222;
    font-weight: 400;
    padding-bottom: 16px;
    text-transform: capitalize;
}
.sidebar-page-container .group-title .separator {
    position: relative;
    width: 60px;
    height: 1px;
    background-color: #e6e6e6;
}
.sidebar-page-container .group-title .separator:after {
    position: absolute;
    content: '';
    left: 100%;
    top: -3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
}
.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 0;
    margin-bottom: 50px;
}
.sidebar-page-container .comments-area .comment-box {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.sidebar-page-container .comments-area .comment-box:nth-child(1) {
    padding-top: 0;
}
.sidebar-page-container .comments-area .comment-box:hover {
    border-color: #eb5310;
}
.sidebar-page-container .comments-area .comment-box.reply-comment {
    margin-left: 30px;
}
.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    padding: 0 0 0 80px;
}
.sidebar-page-container .comments-area .comment .comment-inner {
    position: relative;
    padding: 15px 20px;
    border: 1px solid #f4f4f4;
}
.sidebar-page-container .comments-area .comment .comment-inner .rating {
    position: absolute;
    right: 15px;
    top: 15px;
}
.sidebar-page-container .comments-area .comment .comment-inner .rating .fa {
    display: inline-block;
    color: #000;
    font-size: 14px;
}
.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 20px;
}
.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 60px;
    display: block;
}
.sidebar-page-container .comments-area .comment-info {
    position: relative;
    color: #222;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
}
.sidebar-page-container .comments-area .comment-box .text {
    color: #727272;
    font-size: 16px;
    margin-top: 12px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 0;
}
.comment-form {
    position: relative;
}
.comment-form .group-title {
    margin-bottom: 20px;
}
.comment-form .rating-box {
    position: relative;
    margin-bottom: 20px;
}
.comment-form .rating-box .text {
    position: relative;
    font-size: 16px;
    color: #727272;
    margin-bottom: 10px;
}
.comment-form .rating-box .rating {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ebebeb;
}
.comment-form .rating-box .rating:last-child {
    border: 0;
}
.comment-form .rating-box .rating .fa {
    position: relative;
    margin-right: 2px;
    display: inline-block;
}
.comment-form .rating-box .rating a {
    position: relative;
    color: #d6d6d6;
    font-size: 12px;
    display: inline-block;
}
.comment-form .rating-box .rating a:hover {
    color: #3e4494;
}
.comment-form .form-group {
    position: relative;
    margin-bottom: 15px;
}
.comment-form .form-group label {
    position: relative;
    color: #727272;
    font-size: 16px;
    font-weight: 400;
}
.comment-form .form-group:last-child {
    margin-bottom: 0;
}
.comment-form .form-group input[type=email], .comment-form .form-group input[type=password], .comment-form .form-group input[type=tel], .comment-form .form-group input[type=text], .comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 15px;
    border: 1px solid #efefef;
    height: 50px;
    color: #848484;
    font-weight: 300;
    background: #fff;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.comment-form .form-group input[type=email]:focus, .comment-form .form-group input[type=password]:focus, .comment-form .form-group input[type=tel]:focus, .comment-form .form-group input[type=text]:focus, .comment-form .form-group select:focus, .comment-form .form-group textarea:focus {
    border-color: #3e4494;
}
.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 15px;
    color: #d6d6d6;
    border: 1px solid #efefef;
    height: 105px;
    font-weight: 300;
    background: #fff;
    resize: none;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.comment-form button {
    position: relative;
    margin-top: 20px;
    padding: 9px 33px;
}
.comment-form input:focus, .comment-form select:focus, .comment-form textarea:focus {
    border-color: #f06529;
}
.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}
.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}
.map-section .google-map {
    height: 480px;
}
.sidebar-brochure .brochure {
    position: relative;
    color: #727272;
    font-weight: 400;
    font-size: 16px;
    padding: 5px 20px;
    display: block;
    padding-left: 70px;
    border: 1px solid #f7f7f7;
    border-left-color: #3e4494;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.sidebar-brochure .brochure span {
    display: block;
    font-weight: 400;
    color: #3e4494;
    font-style: italic;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.sidebar-brochure .brochure .icon {
    position: absolute;
    width: 54px;
    left: 0;
    top: 0;
    height: 65px;
    font-size: 16px;
    margin-right: 8px;
    text-align: center;
    font-weight: 400;
    line-height: 65px;
    color: #222;
    border-right: 1px solid #f2f2f2;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.lightbox-gallery {
    background-image: linear-gradient(#4a148c, #e53935);
    background-repeat: no-repeat;
    color: #000;
    overflow-x: hidden;
}
.lightbox-gallery p {
    color: #fff;
}
.lightbox-gallery h2 {
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 40px;
    color: #fff;
}
.lightbox-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}
.lightbox-gallery .intro p {
    margin-bottom: 0;
}
.lightbox-gallery .photos {
    padding-bottom: 20px;
}
.lightbox-gallery .item {
    padding-bottom: 30px;
    object-fit: cover;
}
.img-fluidcropp {
    margin-top: .5rem;
    width: 260px;
    height: 300px;
    object-fit: cover;
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    box-sizing: border-box;
}
a[href*="tel:+48602583028"] {
    display:none;
  }
@media (max-width:994px) {
    .img-fluidcropp {
    width: 100%!important;
    height: 300px;
    object-fit: cover;
    padding: .25rem;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
  }
  a[href*="tel:+48602583028"] {
    display:initial;
    visibility: initial;
  }
}
}@media (max-width:575px) {
    .img-fluidcropp {
    object-position: center top;
    height: 400px;
}
.justify-content-center {
    justify-content: center!important;
}
}
.services-block .inner-box .image {
    visibility: visible;
}
.services-block .inner-box .image img:hover {
    filter:brightness(0.7);
    transition: all 0.5s;
}
.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
  }
  .iframe-container iframe{
    position: absolute;
    bottom:6rem;
    left: 0;
    width: 100%;
    height: 100%;
  }