 

@FONT-FACE {
    font-family: "DroidKufi-Regular";
    src: url(DroidKufi-Regular.ttf)
}

@FONT-FACE {
  font-family: Titillium Web;
    src: url(Raleway-Regular.ttf)
}




p,h1,h2,h3,span,a {
font-family: Titillium Web;
}



* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
font-family: Titillium Web ;
}

body {
font-family: Titillium Web;
    font-size: 14px;
    color: #777;
    line-height: 1.7em;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
overflow-x: hidden;
}

.bordered-layout .page-wrapper {
    padding: 0 50px 0
}

a {
    text-decoration: none!important;
    cursor: pointer;
    color: #5ac8fa
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 400;
    margin: 0;
    background: none;
    line-height: 1.6em;
font-family: Titillium Web;
}

input,
button,
select,
textarea {
font-family: Titillium Web;
}

textarea {
    overflow: hidden
}

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

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

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

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

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

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

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

.centered {
    text-align: center
}

.list-style-one {
    position: relative;
    padding-left: 15px
}

.list-style-one li {
    position: relative;
    margin-bottom: 20px
}

.list-style-one li a {
    position: relative;
    color: #bbb;
    font-size: 15px;
    padding-left: 25px;
    font-weight: 400;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    text-transform: capitalize
}

.list-style-one li a:before {
    position: absolute;
    content: '\f101';
    left: 0;
    top: 0;
    font-weight: 400;
    font-family: 'FontAwesome'
}

.list-style-one li a:hover {
    color: #005ba3
}

.list-style-two {
    position: relative
}

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

.list-style-two li:first-child .icon {
    font-size: 16px
}

.list-style-two li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 400;
    color: #005ba3;
    font-size: 20px
}

.list-style-two li a:hover {
    color: #0765b0
}

.list-style-three {
    position: relative
}

.list-style-three li {
    position: relative;
    color: #777;
    font-size: 15px;
    margin-bottom: 20px;
    padding-left: 40px
}

.list-style-three li:before {
    position: absolute;
    left: 0;
    top: 0;
    color: #0765b0;
    content: '\f161';
    font-family: "Flaticon"
}

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

.list-style-four li {
    position: relative;
    color: #005ba3;
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 40px
}

.list-style-four li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f12b";
    color: #0765b0;
    font-size: 20px;
    line-height: 1em;
    font-weight: 500;
    font-family: "Flaticon"
}

.btn-style-one {
position: relative;
padding: 9px 40px;
line-height: 24px;
text-transform: capitalize;
background: #0765b0;
color: #fff;
border: 2px solid #0765b0;
font-size: 18px;
font-weight: 700;
font-family: "Raleway-Regular";
}

.btn-style-one:hover {
    background: none;
    color: #0765b0
}

.btn-style-two {
    position: relative;
    padding: 12px 31px;
    line-height: 24px;
    background: none;
    color: #005ba3;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #005ba3;
    text-transform: capitalize;
    margin-top: 0px
}

.btn-style-two:hover {
    background: #0765b0;
    color: #fff;
font-family: Titillium Web;
    border-color: #0765b0
}

.btn-style-three {
    position: relative;
    font-size: 16px;
    padding: 14px 42px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    border: 2px solid #005ba3;
    background-color: #005ba3;
    text-transform: capitalize;
font-family: Titillium Web;
}

.btn-style-three:hover {
    background: none;
    color: #005ba3
}

.btn-style-four {
    position: relative;
    padding: 17px 50px;
    line-height: 24px;
    background: none;
    color: #0765b0;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #0765b0;
    text-transform: capitalize;
font-family: Titillium Web;
}

.btn-style-four:hover {
    background: #0765b0;
    color: #fff;
font-family: Titillium Web;
    border-color: #0765b0
}

.btn-style-five {
    position: relative;
    font-size: 16px;
    padding: 9px 28px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    border: 2px solid #005ba3;
    background-color: #005ba3;
    text-transform: capitalize;
font-family: Titillium Web;
}

.btn-style-five:hover {
    background: none;
    color: #005ba3
}

.btn-style-six {
    position: relative;
    font-size: 16px;
    padding: 9px 29px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    border: 1px solid #0765b0;
    background: none;
    text-transform: uppercase;
font-family: Titillium Web;
}

.btn-style-six:hover {
    background: #0765b0;
    color: #fff;
font-family: Titillium Web;
}

.social-icon-one {
    position: relative
}

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

.social-icon-one li a {
    position: relative;
    font-size: 18px;
    color: #fff;
font-family: Titillium Web;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.social-icon-one li a:hover {
    color: #0765b0
}

.social-icon-two {
    position: relative
}

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

.social-icon-two li.share {
    position: relative;
    color: #fff;
font-family: Titillium Web;
    font-size: 24px;
font-family: Titillium Web;
}

.social-icon-two li a {
    position: relative;
    font-size: 18px;
    color: #fff;
font-family: Titillium Web;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.social-icon-two li a:hover {
    color: #0765b0
}

.social-icon-three {
    position: relative
}

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

.social-icon-three li.share {
    position: relative;
    color: #005ba3;
    font-size: 24px;
font-family: Titillium Web;
}

.social-icon-three li a {
    position: relative;
    font-size: 20px;
    color: #777;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.social-icon-three li a:hover {
    color: #0765b0
}

.social-icon-five {
    position: relative
}

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

.social-icon-five li a {
    position: relative;
    width: 36px;
    height: 36px;
    font-size: 16px;
    color: #777;
    text-align: center;
    line-height: 34px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.social-icon-five li a:hover {
    color: #0765b0
}

.social-icon-four {
    position: relative
}

.social-icon-four .share {
    color: #005ba3;
    font-size: 14px;
    font-weight: 700;
font-family: Titillium Web;
}

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

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

.social-icon-four li a:hover {
    color: #0765b0
}

.theme_color {
    color: #0765b0
}

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

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

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #fff;
font-family: Titillium Web;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #0a0a0a;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.scroll-to-top:hover {
    color: #fff;
font-family: Titillium Web;
    background: #0765b0
}

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

.sec-title h1 {

font-size: 22px;
text-transform: capitalize;
color: #002499;
}



.sec-title .title {
    position: relative;
    color: #005ba3;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 15px;
font-family: Titillium Web;
}

.sec-title h2 {
    position: relative;
    color: #005ba3;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.4em;
    padding-left: 25px
}

.sec-title h2:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    background: #0765b0
}

.sec-title .text {
    position: relative;
    color: #777;
    font-size: 16px;
    line-height: 1.4em;
    margin-top: 15px
}

.sec-title span {
    font-weight: 600
}

.sec-title.light h2 {
    color: #fff;
font-family: Titillium Web;
}

.main-header {
    position: relative;
    z-index: 999;
    width: 100%
}

.main-header .header-top {
    position: relative;
    background-color: #f5f5f5
}

.main-header .header-top .top-left ul li {
    position: relative;
    color: #005ba3;
    font-size: 14px;
    font-weight: 400
}

.main-header .header-top .top-left {
    position: relative;
    padding: 5px 0
}

.main-header .header-top .top-right {
    position: relative;
    text-align: right;
    padding: 5px 0;
    margin-right: 35px
}

.main-header .header-top .top-right .social-nav {
    position: relative;
    float: left;
    z-index: 1;
    margin: 0
}

.main-header .header-top .top-right .social-nav li {
    position: relative;
    padding-left: 15px;
    display: inline-block
}

.main-header .header-top .top-right .social-nav li:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 3px;
    width: 1px;
    height: 70%;
    background-color: #cbcbcb
}

.main-header .header-top .top-right .social-nav li a {
    position: relative;
    color: #0765b0;
    font-size: 16px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.main-header .header-top .top-right .social-nav li a:hover {
    color: #005ba3
}

.main-header .language {
    position: relative;
    line-height: 1em;
    display: inline-block
}

.main-header .language .flag-icon {
    margin-right: 10px
}

.main-header .language .flag-icon img {
    width: 21px
}

.main-header .language .dropdown-menu {
    top: 100%;
    width: 170px;
    border-radius: 0px;
    margin-top: 17px;
    background-color: #222;
    border-right: medium none;
    border-width: 3px medium medium;
    border-style: solid none none;
    border-color: #0765b0 -moz-use-text-color -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    padding: 0px;
    LEFT: -82%;
}

.main-header .language>a {
    color: #000000!important;
    padding: 0 0;
    background: none!important;
    text-transform: capitalize;
    display: inline-block;
    border: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 1em
}

.main-header language a:hover {
    background: none
}

.main-header .language .dropdown-menu>li {
    padding-right: 0px!important;
    margin: 0px!important;
    float: none;
    display: block!important;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.main-header .language .dropdown-menu>li:last-child {
    border-bottom: none
}

.main-header .language .dropdown-menu>li>a {
    padding: 10px 20px!important;
    color: #fff;
font-family: Titillium Web;
    text-align: left;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .language .dropdown-menu>li>a:hover {
    color: #ffffff!important;
    background-color: #0765b0
}

.header-top-two {
    position: relative;
    background-color: #005ba3
}

.header-top-two .top-left {
    position: relative;
    padding: 14px 0;
    float: left
}

.header-top-two .top-left .links {
    position: relative
}

.header-top-two .top-left .links li {
    position: relative;
    margin-right: 28px;
    display: inline-block
}

.header-top-two .top-left .links li a {
    position: relative;
    color: #ccc;
    font-size: 14px;
    line-height: 1.4em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.header-top-two .top-left .links li a:hover {
    color: #ebaf0b
}

.header-top-two .top-left .links li a .icon {
    position: relative;
    margin-right: 12px;
    color: #ebaf0b;
    font-size: 17px
}

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

.header-top-two .top-right .social-icons {
    position: relative;
    padding: 13px 0;
    border-left: 1px solid rgba(0, 0, 0, .8);
    border-right: 1px solid rgba(0, 0, 0, .8)
}

.header-top-two .top-right .social-icons li {
    position: relative;
    padding: 0 15px;
    display: inline-block;
    border-right: 1px solid rgba(0, 0, 0, .8)
}

.header-top-two .top-right .social-icons li:last-child {
    border-right: none
}

.header-top-two .top-right .social-icons li a {
    position: relative;
    color: #ccc;
    font-size: 20px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.header-top-two .top-right .social-icons li a:hover {
    color: #fff;
font-family: Titillium Web;
}

.header-style-two {
    position: absolute
}

.main-header .main-box {
    position: relative;
    padding: 0 0;
    left: 0;
    top: 0;
    width: 100%;
    background: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .main-box .outer-container {
    position: relative;
    padding: 0 40px
}

.header-style-two .main-box .outer-container {
    padding: 0
}

.main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0;
    z-index: 10;
    padding: 30px 0
}

.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .nav-toggler {
    position: absolute;
    top: 50%;
    margin-top: 0;
    display: block
}

.main-header .nav-toggler button {
    position: relative;
    display: block;
    color: #444;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    background: none
}

.main-header .header-upper {
    position: relative;

background-image: url("../images/p9.png");
}

.main-header .header-upper .upper-right {
    padding-top: 45px
}

.main-header .nav-outer {
    position: relative
}

.main-header .header-lower {
    background-color: #303030
}

.header-style-two .nav-outer {
    margin: 0;
    float: right;
    bottom: auto
}

.main-header .header-upper .logo-box {

}

.main-header .info-box {
    position: relative;
    float: left;
    min-height: 56px;
    margin-left: 50px;
    font-size: 13px;
    color: #777;
    text-align: left;
    text-transform: uppercase;
    padding: 0 0 20px 65px
}

.main-header .info-box:last-child .theme-btn {
    padding: 11px 22px 10px
}

.main-header .info-box .icon-box {
    position: absolute;
    width: 48px;
    height: 48px;
    left: 0;
    top: 0;
    color: #1f2a30;
    font-size: 24px;
    line-height: 46px;
    text-align: center;
    border: 1px dashed #1f2a30;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .info-box li {
    position: relative;
    line-height: 20px;
    color: #999;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 400;
    text-transform: capitalize
}

.main-header .info-box strong {
    position: relative;
    font-weight: 500;
    color: #005ba3;
    font-size: 16px;
}

.main-header .info-box .quote-btn {
    position: relative;
    line-height: 24px;
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 38px;
    border-radius: 50px;
    background: none;
    text-transform: uppercase;
    border: 2px solid #f2f2f2
}

.main-header .info-box .quote-btn:hover {
    color: #fff;
font-family: Titillium Web;
    border-color: #26447b;
    background-color: #26447b
}

.main-menu {
    position: relative;
    float: left;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

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

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

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-menu .navigation>li:last-child::after {
    display: none
}

.main-menu .navigation>li:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    opacity: 0;
    background-color: #fff;
font-family: Titillium Web;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.header-style-two .main-menu .navigation>li:before {
    bottom: 42px
}


.main-menu .navigation>li:hover::before,
.main-menu .navigation>li.current::before {
    opacity: 1
}

.sticky-header .main-menu .navigation>li>a,
.header-style-two .sticky-header .main-menu .navigation>li>a {
    padding: 20px 0px!important;
    color: #444
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.header-style-two .sticky-header .main-menu .navigation>li.current>a,
.header-style-two .sticky-header .main-menu .navigation>li:hover>a {
    color: #fff;
/*
    background-color: inherit!important*/
}

.sticky-header .nav-outer .options-box {
    margin-top: 26px
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 0;
background: #f0f0f0;
    z-index: 0;
    border-bottom: 1px solid #e6e6e6;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.sticky-header .logo {
    padding: 0
}


.sticky-header .logo img {
width:220px;
}

.sticky-header .navigation {
margin: 0;
    margin-bottom: 0;
margin-bottom: 0;
}



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

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    color: #fff;
font-family: Titillium Web;
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 0;
    opacity: 1;
    font-weight: 400;
    padding: 15px 0;
    font-size: 15px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
font-family: Titillium Web;
    letter-spacing: 1px
}

.header-style-two .main-box {
    background-color: rgba(0, 0, 0, .6)
}

.header-style-two .main-box .logo-box {
    padding: 20px 0
}

.header-style-two .main-menu .navigation>li {
    position: relative;
    margin-right: 0;
    margin-left: 2px
}

.header-style-two .main-menu .navigation>li:before {
    display: none
}

.header-style-two .sticky-header .main-menu .navigation>li {
    margin-right: 0
}

.header-style-two .main-menu .navigation>li>a {
    padding: 40px 18px;
    color: #fff;
font-family: Titillium Web;
}

.header-style-two .main-menu .navigation>li.current>a,
.header-style-two .main-menu .navigation>li:hover>a {
    background-color: #005ba3;
    color: #fff;
font-family: Titillium Web;
}

.header-style-two .main-menu .navigation>li:after {
    display: none
}

.sticky-header .main-menu .navigation>li {
    position: relative;
margin-right: 0;
margin-left: 0;
}

.sticky-header .main-menu .navigation>li:before,
.sticky-header .main-menu .navigation>li:after {
    display: none
}
/*
.main-menu .navigation>li:after {
position: absolute;
content: '';
right: -16px;
top: 50%;
width: 2px;
height: 20px;
margin-top: -10px;
background-color: rgba(233, 233, 233, 0.47);
}
*/
.main-menu .navigation>li:hover::after,
.main-menu .navigation>li.current::after {
    opacity: 0
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-header.light-version .main-menu .navigation>li:hover>a,
.main-header.light-version .main-menu .navigation>li.current>a {
    opacity: 1
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before {
    width: 100%
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 120%;
    width: 250px;
    padding: 0;
    z-index: 100;
    display: none;
    background: #fff;
    border-top: 3px solid #0765b0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms 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 rgba(0, 0, 0, .1)
}

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

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

.main-menu .navigation>li>ul>li:hover>a {
    color: #fff;
    background: #0765b0
}

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

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

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 20px;
    width: 250px;
    padding: 0;
    z-index: 100;
    display: none;
    background: #fff;
    border-top: 3px solid #0765b0;
    -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.from-right {
    left: auto;
    right: 0
}

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

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

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

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #fff;
    background: #009c4d
}

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

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

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

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

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;

font-family: Titillium Web;
    line-height: 28px;

    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
color: #2b2828;
/*
border: 1px solid #2b2828;
background: #fff;
*/
}

.main-header .options-box {
    position: relative;
    float: left;
    margin-top: 42px;
    right: 0;
    margin-left: 0
}

.main-header .options-box .options-nav {
    position: relative
}

.main-header .options-box .options-nav>li {
    position: relative;
    color: #fff;
font-family: Titillium Web;
    font-size: 22px;
    margin-left: 28px;
    display: inline-block
}

.main-header .options-box .options-nav li.menu-btn {
    cursor: pointer
}

.main-header .options-box .options-nav>li>a {
    position: relative;
    color: #fff;
font-family: Titillium Web;
}

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

.main-header .header-lower .outer-box .advisor-box {
    position: relative;
    float: left;
    overflow: hidden;
margin-right: 10px;
}

.main-header .header-lower .outer-box .advisor-box .advisor-btn {
    position: relative;
    color: #fff;
font-family: Titillium Web;
    font-size: 15px;
    line-height: 24px;
padding: 18px 5px 18px 5px;
    background-color: #c20202/*#dd2112*/;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
font-family: Titillium Web;
    text-transform: capitalize
}

.search-box-outer {
    position: relative;
    float: left;
    margin-top: 15px;
    margin-right: 30px
}

.main-header .search-box-btn {
    position: relative;
    float: left;
    width: 35px;
    height: 35px;
    display: block;
    font-size: 14px;
    color: #fff;
font-family: Titillium Web;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: none;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, .6);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

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

.sticky-header .search-box-outer .dropdown-menu {
    top: 40px
}

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

.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="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
    display: block;
    width: 100%;
    color: #000;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    height: 40px;
    border: 1px solid #e0e0e0;
    background: #fff
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: #0765b0
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: #0765b0
}

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

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

.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;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .2)
}

.main-slider .tparrows.gyges:before {
    line-height: 60px
}

.main-slider .tparrows.gyges:hover {
    color: #333333!important;
    background-color: #333
}

.main-slider .title {
    position: relative;
    font-size: 20px;
    color: #fff;
font-family: Titillium Web;
    font-weight: 600;
    line-height: 1.5em;
    text-transform: uppercase
}

.main-slider h2 {
    font-size: 60px;
    color: #fff;
font-family: Titillium Web;
    font-weight: 400;
    line-height: 1.3em;
font-family: Titillium Web;
}

.main-slider h3 {
    font-size: 36px;
    color: #0765b0;
    font-weight: 400;
    line-height: 1.3em;
font-family: Titillium Web;
}

.main-slider .text {
    position: relative;
    font-weight: 600;
    line-height: 1.8em;
    color: #fff;
font-family: Titillium Web;
    font-size: 18px
}

.main-slider .text.text-center {
    text-align: center!important
}

.main-slider .theme-btn {
    margin-right: 25px
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3 {
    background: none!important;
    overflow: hidden;
    height: 90px
}

.main-slider.alternate .tparrows.preview3 {
    margin-top: 30px!important;
    height: 50px
}

.main-slider .contact-number {
    position: absolute;
    width: 100%;
    bottom: 40px;
    display: block;
    z-index: 20;
    color: #fff;
font-family: Titillium Web;
    font-size: 15px;
    text-align: center
}

.main-slider .contact-number .icon {
    position: relative;
    display: block;
    margin-bottom: 15px;
    color: #0765b0;
    font-size: 30px
}

.main-slider .tparrows.preview3::after {
    top: 0;
    color: #101010;
    font-size: 26px;
    padding: 0;
    background: rgba(255, 255, 255, .7);
    font-weight: 400;
    width: 36px;
    height: 90px;
    line-height: 90px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

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

.main-slider .tparrows.tp-rightarrow.preview3::after {
    content: '\f105';
    font-family: 'FontAwesome'
}

.main-slider .tparrows.preview3:hover::after {
    background: rgba(255, 255, 255, 1)
}

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

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

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

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

.services-section {
    position: relative;
    padding: 50px 0;
    padding-bottom: 0;
    background: url(../images/wxx.jpg) repeat

}

.services-block {
    position: relative;
    margin-bottom: 30px;
    height: 115px;
    overflow: hidden
}

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

.icon-boox .services-block .inner-box .icon-box {
    position: relative;
    margin-bottom: 25px;
    text-align: center
}

.services-block .inner-box .icon-box .icon {
    position: relative;
    color: #fff;
    font-size: 60px;
    line-height: 1em;
    padding-right: 20px;
    z-index: 1;
    display: inline-block;
    padding: 10px;
    font-size: 37px;
    border: 1px solid #0765b0
}

.services-section .services-block:hover .icon-box .icon {
    background-color: #0765b0
}

.services-block .inner-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 4px
}

.services-block .inner-box h3 a {
    position: relative;
    color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-size: 18px
}

.services-block .inner-box h3 a:hover {
    color: #0765b0
}

.services-block .inner-box .text {
    position: relative;
    color: #dedede;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 22px
}

.services-block .inner-box .read-more {
    position: relative;
    color: #0765b0;
    font-size: 14px;
    font-weight: 700;
font-family: Titillium Web;
}

.services-block .inner-box .read-more:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    width: 0;
    height: 1px;
    background-color: #0765b0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.services-block .inner-box:hover .read-more:before {
    width: 100%
}

.history-section {
    background-image: url(../images/1.jpg);
    position: relative;
    padding: 30px 0;
    background-repeat: repeat
}

.history-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7)
}

.history-section .content-column {
    position: relative
}

.history-section .content-column .inner-column {
    position: relative;
    padding-right: 70px
}

.history-section .content-column .inner-column .learn-more {
    position: relative;
    color: #0765b0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
font-family: Titillium Web;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.history-section .content-column .inner-column .learn-more:hover {
    color: #005ba3
}

.history-sectioneee{
background: #fff;
}


.history-sectioneee:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0)
}

.history-block {
    position: relative;
    margin-bottom: 35px
}

.history-block .inner-block {
    position: relative
}

.history-block .inner-block h3 {
    position: relative;
    color: #005ba3;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px
}

.history-block .inner-block .text {
    position: relative;
    color: #777;
    font-size: 14px;
    line-height: 1.9em
}

.history-section .video-column {
    position: relative
}

.history-section .video-column .inner-column {
    position: relative;
    padding-right: 30px;
    padding-top: 30px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding: 0
}

.history-section .video-column h2 {
    position: relative;
    color: #005ba3;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 30px
}

.history-section .video-column .text {
    position: relative;
    color: #777;
    font-size: 14px;
    line-height: 1.9em;
    text-align: center;
    padding: 0 30px
}

.video-box {
    position: relative;
    z-index: 1
}

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

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

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

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

.video-box .overlay-box span {
    position: relative;
    width: 60px;
    height: 60px;
    top: 47%;
    z-index: 99;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    margin-top: -30px;
    text-align: center;
    border-radius: 50%;
    line-height: 58px;
    padding-left: 4px;
    display: inline-block;
    background-color: #0765b0
}

.video-box .overlay-box span:after {
    position: absolute;
    content: '';
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    z-index: -1;
    border-radius: 50%;
    border: 4px solid rgba(204, 136, 9, .6)
}

.counter-section {
    position: relative
}

.counter-section .inner-container {
    position: relative;
    margin-top: -80px;
    padding: 40px 0 25px;
    background-color: #0765b0
}

.fact-counter {
    position: relative
}

.fact-counter .column {
    position: relative;
    margin-bottom: 15px
}

.fact-counter .column .inner {
    position: relative;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.fact-counter .column .inner:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
font-family: Titillium Web;
}

.fact-counter .column:last-child .inner:after {
    display: none
}

.fact-counter .count-outer {
    position: relative;
    font-size: 25px;
    line-height: 1em;
    font-weight: 400;
    color: #fff;
font-family: Titillium Web;
    margin: 0 0 10px;
font-family: Titillium Web;
}

.fact-counter .count-outer .count-text {
    position: relative;
    font-weight: 400;
    color: #fff;
font-family: Titillium Web;
    font-size: 25px;
    line-height: 1em;
    margin-bottom: 15px;
font-family: Titillium Web;
}

.fact-counter .column .counter-title {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: #005ba3;
    text-transform: uppercase
}

.about-section {
    position: relative;
    padding: 40px 0;
    padding-top: 20px
}

.about-section .image-column {
    position: relative;
    padding: 0;
    height: 380px
}

.about-section .image-column .image {
    position: relative;
    overflow: hidden;
    height: 380px
}

.about-section .image-column .image img {
    position: relative;
    display: block;
    transition: all ease-in-out 0.4s;
    height: 100%;
text-align: center;
margin: 0 auto;
}

/*
.about-section .image-column .image:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
background: rgba(0, 0, 0, 0.11);
    opacity: 1
}*/
/*
.about-section:hover .image:after {
    opacity: 0;
    transition: all ease-in-out 0.4s
}

.about-section:hover .image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}
*/

.hovimg:hover {
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
    transition: all 700ms ease;
} 

.about-section .content-column {
    position: relative;
    padding: 0
}

.about-section .content-column .inner-column {
    position: relative;
    margin-left: -90px;
    margin-top: 15px;
    z-index: 2;
    padding: 30px 50px 20px;
    background-color: #fff;
font-family: Titillium Web;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}



.about-section .content-column .inner-column p strong {
font-size:17px;
}

.about-section .content-column h2 {
    position: relative;
    color: #005ba3;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 22px;
    text-transform: capitalize;
    margin: 0
}

.provide {
    line-height: 24px;
min-height: auto !important;
}

.about-section .content-column h2 span {
    font-weight: 500
}

.about-section .content-column .text {
    position: relative;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
    margin-bottom: 30px
}

.about-section .content-column h3 {
    position: relative;
    color: #005ba3;
    font-size: 26px;
    line-height: 1.6em;
    font-weight: 700;
    margin-bottom: 25px
}

.about-section .content-column .charges {
    position: relative;
    color: #005ba3;
    font-size: 16px;
    text-align: center;
font-family: Titillium Web;
}

.about-section .content-column .price {
    position: relative;
    color: #0765b0;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 20px;
font-family: Titillium Web;
}

.fluid-section-one {
    position: relative;
    overflow: hidden;
}

.fluid-section-one .outer-container {
    position: relative;
    min-height: 250px
}

.fluid-section-one .image-column .image-box {
    position: relative;
    display: none
}

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

.fluid-section-one .content-column {
    position: relative
}

.fluid-section-one .content-column .inner-column {
    position: relative;
    z-index: 2;
    padding: 40px 0
}

.feature-block {
    position: relative;
    margin-bottom: 36px
}

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

.feature-block .inner-block .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 65px;
    font-size: 36px;
    text-align: center;
    line-height: 63px;
    color: #0765b0;
font-family: Titillium Web;
    border: 2px solid #0765b0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.feature-block .inner-block:hover .icon-box {

    background: #221843;
    color: #f0f0f0;
    border: 1px solid #221843
}

.feature-block .inner-block h3 {
font-family: Titillium Web;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #005ba3;
    line-height: 1.6em;
    margin-bottom: 10px;
    margin: 0
}

.feature-block .inner-block .text {
font-family: Titillium Web;
    position: relative;
    color: #373737;
    font-size: 14px;
    line-height: 1.9em
}

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

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

.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 .image:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    display: block;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8))
}

.team-block .inner-box:hover .image:before {
    opacity: 1
}

.team-block .inner-box .image .overlay-box {
    position: absolute;
    left: 25px;
    bottom: 25px;
    right: 25px;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.team-block .inner-box:hover .image .overlay-box {
    opacity: 1
}

.team-block .inner-box .image .overlay-box .team-info {
    position: relative;
    margin-bottom: 15px
}

.team-block .inner-box .image .overlay-box .team-info li {
    position: relative;
    margin-bottom: 6px;
    color: #fff;
font-family: Titillium Web;
    font-size: 14px
}

.team-block .inner-box .lower-box {
    position: relative;
    padding-top: 24px
}

.team-block .inner-box .lower-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600
}

.team-block .inner-box .lower-box h3 a {
    position: relative;
    color: #222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.team-block .inner-box .lower-box h3 a:hover {
    color: #0765b0
}

.team-block .inner-box .lower-box .designation {
    position: relative;
    color: #0765b0;
    font-size: 15px
}

.team-section .owl-nav {
    position: absolute;
    right: 0;
    top: -80px;
    z-index: 99
}

.team-section .owl-prev,
.team-section .owl-next {
    position: relative;
    height: 35px;
    width: 35px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #0765b0;
    margin-left: 10px;
    background: #fff;
    display: inline-block;
    border: 1px solid #0765b0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.team-section .owl-prev:hover,
.team-section .owl-next:hover {
    color: #fff;
    border-color: #0765b0;
    background-color: #0765b0
}

.consulting-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover
}

.consulting-section.style-two {
    padding: 95px 0 80px
}

.consulting-section .form-column {
    position: relative
}

.consulting-section .form-column .inner-column {
    position: relative;
    padding: 95px 0 80px
}

.consulting-section .image-column {
    position: relative
}

.consulting-section .image-column .image {
    position: relative;
    margin-top: -50px
}

.default-form .form-group {
    margin-bottom: 20px
}

.default-form.contact-form .form-group {
    margin-bottom: 30px
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 18px !important;
    color: #000;
    line-height: 24px;
    padding: 7px 20px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #ccc;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;

direction: ltr;
    font-family: Titillium Web;
}

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

.default-form .form-group .submit-btn {
    font-size: 16px;
    padding: 11px 32px;
    font-weight: 400;
    color: #fff;
font-family: Titillium Web;
    line-height: 28px;
    background-color: #005ba3;
    text-transform: capitalize;
font-family: Titillium Web;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.default-form .form-group .submit-btn:hover {
    background-color: #0765b0
}

.consulting-section.style-two .default-form .form-group .submit-btn {
    margin-top: 20px
}

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 15px;
    font-style: normal;
    height: 50px;
    padding: 10px 20px;
    line-height: 30px;
    color: #999;
    float: left;
    border-radius: 0;
    border: 1px solid #ccc;
    background: #fff
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 2px;
    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: #262626;
    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: #0765b0;
    border-color: #0765b0
}

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

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

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

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

.news-block .inner-box .image {
    position: relative;
    background-color: #000
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.news-block .inner-box:hover .image img {
    opacity: .4
}

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

.news-block .inner-box .lower-content h3 {
    position: relative;
    font-size: 21px;
    line-height: 1.7em
}

.news-block .inner-box .lower-content h3 a {
    position: relative;
    color: #005ba3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-block .inner-box .lower-content h3 a:hover {
    color: #0765b0
}

.news-block .inner-box .lower-content .post-info {
    position: relative;
    margin-top: 12px;
    color: #005ba3;
    font-size: 14px
}

.call-to-action-section {
    position: relative;
    padding: 25px 0 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/new1.jpg)
}

.call-to-action-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
background-color: #0006;
}

.call-to-action-section .content-column {
    position: relative
}

.call-to-action-section .content-column .inner-column {
    position: relative
}

.call-to-action-section .content-column h2 {
    position: relative;
    color: #fff;
font-family: Titillium Web;
    font-size: 22px;
    line-height: 3.5em;
text-transform: capitalize;
}

.call-to-action-section .content-column .text {
    position: relative;
    font-size: 18px;
    color: #fff;
font-family: Titillium Web;
    font-style: italic;
    margin-top: 15px;
font-family: Titillium Web;
}

.call-to-action-section .content-column .text span {
    font-size: 24px;
    margin-left: 20px
}

.call-to-action-section .btn-column {
    position: relative;
    text-align: right
}

.call-to-action-section .btn-column .inner-column {
    padding-top: 15px
}

.main-footer {
    position: relative;
    background-color: #1e1e1e;
background:url(../images/back.jpg);
    background-size: cover;
}
/*
.main-footer:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(30, 30, 30, .7)
}
*/
.main-footer.style-two:before {
    background-color: rgba(0, 0, 0, .8)
}

.main-footer .widgets-section {
    position: relative;
    padding-top: 30px
}

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

.footer-column h2,
.main-footer .footer-widget h2 {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
font-family: Titillium Web;
    margin-bottom: 22px;
    text-transform: capitalize
}

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

.main-footer .logo-widget .text {
    position: relative
}

.main-footer .logo-widget .text p {
    position: relative;
    line-height: 1.9em;
    color: #bbb;
    font-size: 15px;
    margin-bottom: 20px
}

.main-footer .logo-widget .text p:last-child {
    margin-bottom: 0
}

.main-footer .footer-widget.links-widget .row {
    margin-bottom: 15px
}

.main-footer .footer-widget .list-style-two {
    margin-bottom: 40px
}

.links-widget {
    padding-left: 50px
}

.subscribe-form {
    position: relative
}

.subscribe-form form {
    position: relative;
width: 79%;
}

.subscribe-form .form-group {
    position: relative
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 28px;
    padding: 10px 18px;
    height: 50px;
    display: inline-block;
    font-size: 14px;
    background: none;
    font-weight: 400;
    color: #fff;
font-family: Titillium Web;
    border: 1px solid rgba(255, 255, 255, 1);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
font-family: Titillium Web;
}

.subscribe-form .form-group input::-webkit-input-placeholder {
    color: #fff;
font-family: Titillium Web;
}

.subscribe-form .form-group .subscribe-btn {
    position: absolute;
    width: 60px;
height: 52px;
top: 21px;
    right: 0;
    float: right;
    color: #fff;
font-family: Titillium Web;
    font-size: 18px;
    display: inline-block;
    background: #005ba3
}

.main-footer .footer-bottom {
    position: relative;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.main-footer .footer-bottom .scroll-top {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    width: 20px;
    height: 20px;
    color: #222;
    cursor: pointer;
    margin-top: -10px;
    line-height: 1.4em;
    text-align: center;
    padding: 0 5px;
    background-color: #005ba3;
}

.main-footer .footer-bottom .copyright {
    position: relative;
    color: #fff;
font-family: Titillium Web;
    font-size: 12px
}

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

.news-widget-block:last-child {
    margin-bottom: 0
}

.news-widget-block .widget-inner {
    position: relative;
    padding-left: 100px;
    min-height: 70px;
    padding-top: 7px
}

.news-widget-block .widget-inner .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px
}

.news-widget-block .widget-inner h3 {
    position: relative;
    color: #aaa;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 5px
}

.news-widget-block .widget-inner h3 a {
    position: relative;
    color: #aaa;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.news-widget-block .widget-inner h3 a:hover {
    color: #fff;
font-family: Titillium Web;
}

.news-widget-block .widget-inner .post-date {
    position: relative;
    color: #0765b0;
    font-size: 12px
}

.main-footer .footer-upper {
    position: relative;
    padding: 50px 55px;
    background-color: #030304
}

.main-footer .footer-upper .social-icon-two {
    margin-top: 18px
}

.main-footer .footer-upper .subscribe-form {
    width: 370px
}

.main-footer .footer-upper .subscribe-form .form-group {
    margin-bottom: 0
}

.services-section-two {
    position: relative;
    padding: 110px 0 50px
}

.services-section-two.style-two {
    padding-bottom: 80px
}

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

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

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

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

.services-block-two .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    background-color: rgba(0, 0, 0, .8)
}

.services-block-two .inner-box:hover .image .overlay-box {
    opacity: 1;
    -webkit-transform: translate(0%);
    -moz-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    transform: translate(0%)
}

.services-block-two .inner-box .image .overlay-box .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 35px
}

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

.services-block-two .inner-box .image .overlay-box .text {
    position: relative;
    font-size: 14px;
    color: #fff;
font-family: Titillium Web;
    line-height: 1.8em;
    margin-bottom: 20px
}

.services-block-two .inner-box .image .overlay-box .read-more {
    position: relative;
    color: #0765b0;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
font-family: Titillium Web;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-block-two .inner-box .image .overlay-box .read-more:hover {
    color: #fff;
font-family: Titillium Web;
}

.services-block-two .inner-box .lower-box {
    position: relative;
    padding: 18px 20px;
    overflow: hidden;
    border: 1px dashed #ddd;
    background-color: #fff;
font-family: Titillium Web;
}

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

.services-block-two .inner-box .lower-box .lower-inner .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    color: #0765b0;
    font-size: 38px;
    line-height: 1em
}

.services-block-two .inner-box .lower-box h3 {
    position: relative;
    color: #005ba3;
    font-size: 18px;
    font-weight: 400;
    padding-left: 65px;
    padding-top: 8px
}

.services-block-two .inner-box .lower-box h3 a {
    position: relative;
    color: #005ba3;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-block-two .inner-box .lower-box h3 a:hover {
    color: #0765b0
}

.services-block-two .inner-box .lower-box .arrow {
    position: absolute;
    right: 0;
    top: 8px;
    width: 20px;
    height: 20px;
    color: #0765b0;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #0765b0
}

.services-section-two .owl-nav {
    position: absolute;
    right: 0;
    top: -80px;
    z-index: 99
}

.services-section-two .owl-prev,
.services-section-two .owl-next {
    position: relative;
    height: 35px;
    width: 35px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #0765b0;
    margin-left: 10px;
    background: #fff;
    display: inline-block;
    border: 1px solid #0765b0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-section-two .owl-prev:hover,
.services-section-two .owl-next:hover {
    color: #fff;
    border-color: #0765b0;
    background-color: #0765b0
}

.experiance-section {
    position: relative;
    padding: 60px 0 330px;
    background-position: -100px bottom;
    background-repeat: no-repeat
}

.experiance-section.style-two {
    padding-top: 110px
}

.experiance-section .content-column {
    position: relative
}

.experiance-section .content-column .inner-column {
    position: relative
}

.experiance-section .content-column .inner-column .sec-title {
    position: relative;
    margin-bottom: 28px
}

.experiance-section .content-column .inner-column .text {
    position: relative;
    color: #777;
    font-size: 16px;
    line-height: 1.9em;
    margin-bottom: 40px
}

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

.clients-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(204, 136, 9, .9)
}

.clients-section .sponsors-outer {
    position: relative
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav {
    position: relative;
    display: none
}

.clients-section .sponsors-outer .image-box {
    position: relative;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.clients-section .sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.faq-section {
    position: relative;
    padding: 110px 0 80px
}

.faq-section .title-column {
    position: relative;
    margin-bottom: 40px
}

.faq-section .title-column .inner-column {
    position: relative;
    padding-right: 60px
}

.faq-section .title-column .inner-column .sec-title {
    position: relative;
    margin-bottom: 20px
}

.faq-section .title-column .inner-column .text {
    position: relative;
    margin-bottom: 40px
}

.faq-section .title-column .inner-column .text p {
    position: relative;
    color: #777;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 2em
}

.faq-section .title-column .inner-column .text p:last-child {
    margin-bottom: 0
}

.faq-section .title-column .inner-column .theme-btn {
    font-size: 14px;
    padding: 11px 45px;
    text-transform: uppercase
}

.accordion-box {
    position: relative;
    z-index: 10;
    margin-bottom: 30px
}

.accordion-box .block {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #bbb
}

.accordion-box .block:last-child {
    margin-bottom: 0
}

.accordion-box .block:last-child .acc-btn {
    border: 0
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    margin-bottom: 0;
    cursor: pointer;
    line-height: 24px;
    font-weight: 400;
    overflow: hidden;
    color: #222;
    padding: 28px 20px 28px 40px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
font-family: Titillium Web;
}

.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    right: 25px;
    top: 28px;
    font-size: 8px;
    color: #ff5400;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.accordion-box .block .acc-btn .icon-outer .icon {
    position: relative;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    color: #0765b0;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #0765b0
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0
}

.accordion-box .block .icon-outer .icon-minus {
    opacity: 0;
    font-weight: 700
}

.accordion-box .block.active-block .icon-minus {
    opacity: 1;
    color: #fff;
font-family: Titillium Web;
    margin-top: -20px;
    border-color: #0765b0
}

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

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

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

.accordion-box .block .content p {
    margin-bottom: 10px;
    line-height: 1.8em;
    font-size: 14px;
    color: #848484
}

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

.accordion-box.style-two {
    border: 1px solid #ddd
}

.accordion-box.style-two .block {
    border: none;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd
}

.accordion-box.style-two .block:last-child {
    border: none
}

.accordion-box.style-two .block .acc-btn {
    padding: 20px 45px 20px 26px
}

.accordion-box.style-two .block .content {
    padding: 0 25px 25px
}

.accordion-box.style-two .block .content .text {
    color: #777;
    font-size: 14px;
    line-height: 2em
}

.accordion-box.style-two .block .acc-btn .icon-outer {
    top: 22px
}

.accordion-box.style-two .block .acc-btn .icon-outer,
.accordion-box.style-three .block .acc-btn .icon-outer {
    font-size: 14px
}

.accordion-box.style-three .block .acc-btn .icon-outer {
    top: 25px
}

.accordion-box.style-two .block .acc-btn.active .icon-outer .icon-plus,
.accordion-box.style-three .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 1
}

.accordion-box.style-two .block .acc-btn .icon-outer .icon,
.accordion-box.style-three .block .acc-btn .icon-outer .icon {
    padding-left: 2px
}

.accordion-box.style-two .block .acc-btn.active .icon-outer .icon-plus,
.accordion-box.style-three .block .acc-btn.active .icon-outer .icon-plus {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    padding-left: 2px
}

.accordion-box.style-three .block {
    margin-bottom: 20px
}

.accordion-box.style-three .block .acc-btn {
    padding: 22px 45px 22px 110px
}

.accordion-box.style-three .block .acc-btn.active {
    border-bottom: 1px solid #bbb
}

.accordion-box.style-three .block .acc-btn .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    color: #0765b0;
    font-size: 32px;
    line-height: 70px;
    text-align: center;
    border-right: 1px solid #bbb
}

.testimonial-section {
    position: relative;
    padding-top: 110px
}

.testimonial-section .image-column {
    position: relative
}

.testimonial-section .image-column .image {
    position: relative;
    width: 100%;
    text-align: center
}

.testimonial-section .image-column .image img {
    position: relative
}

.testimonial-section .content-column {
    position: relative;
    margin-bottom: 30px
}

.testimonial-section .content-column .inner-column {
    position: relative
}

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

.testimonial-section .content-column .inner-column .bold-text {
    position: relative;
    color: #0765b0;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 22px;
font-family: Titillium Web;
}

.testimonial-section .content-column .owl-nav {
    display: none
}

.testimonial-section .content-column .owl-dots {
    position: relative;
    margin-top: 35px
}

.testimonial-section .content-column .owl-dots .owl-dot {
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    border: 1px solid #7d7d7d;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.testimonial-section .content-column .owl-dots .owl-dot:hover,
.testimonial-section .content-column .owl-dots .owl-dot.active {
    background-color: #7d7d7d
}

.testimonial-block {
    position: relative
}

.testimonial-block .inner-block {
    position: relative
}

.testimonial-block .inner-block .text {
    position: relative;
    color: #777;
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 35px
}

.testimonial-block .inner-block .author-info {
    position: relative;
    padding-left: 155px;
    margin-top: 100px
}

.testimonial-block .inner-block .author-info .image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 120px
}

.testimonial-block .inner-block .author-info h3 {
    position: relative;
    color: #005ba3;
    font-size: 18px;
    font-weight: 700
}

.testimonial-block .inner-block .author-info .designation {
    position: relative;
    color: #0765b0;
    font-size: 14px
}

.call-to-action-two {
    position: relative;
    padding: 110px 0 120px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover
}

.call-to-action-two:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .8)
}

.call-to-action-two .content {
    position: relative;
    text-align: center
}

.call-to-action-two .content .icon-box {
    position: relative;
    color: #fff;
font-family: Titillium Web;
    font-size: 54px;
    line-height: 1em;
    margin-bottom: 35px
}

.call-to-action-two .content h3 {
    position: relative;
    font-size: 24px;
    color: #fff;
font-family: Titillium Web;
    line-height: 1.4em;
    margin-bottom: 15px;
    text-transform: uppercase;
font-family: Titillium Web;
}

.call-to-action-two .content h2 {
    position: relative;
    color: #fff;
font-family: Titillium Web;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
font-family: Titillium Web;
}

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

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

.info-block .block-inner {
    position: relative;
    padding-left: 85px
}

.info-block .block-inner .icon-box {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    width: 60px;
    height: 60px;
    color: #0765b0;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
    border: 1px dashed #0765b0
}

.info-block .block-inner h2 {
    position: relative;
    color: #005ba3;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 8px;
    line-height: 1.4em
}

.info-block .block-inner h2 span {
    font-weight: 700
}

.info-block .block-inner .text {
    position: relative;
    color: #777;
    font-size: 16px;
    line-height: 1.7em
}

.map-section {
    position: relative
}

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

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

.map-canvas {
    height: 610px
}

.page-title {
    position: relative;
    padding: 150px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top
}

.page-title .auto-container {
    position: relative
}

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

.page-title.shop-title:before {
    display: none
}

.page-title h1 {
    position: relative;
    color: #fff;
font-family: Titillium Web;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 140px;
    text-transform: capitalize
}

.page-breadcrumb {
    position: relative;
    left: 0;
    bottom: 0;
    display: inline-block;
    padding: 20px 50px 20px 60px;
    border-left: 4px solid #0765b0;
    background-color: rgba(255, 255, 255, .1)
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #0765b0;
    font-size: 16px;
    font-weight: 400
}

.page-breadcrumb li:after {
    position: absolute;
    content: '/';
    right: -3px;
    top: 1px;
    color: #fff;
font-family: Titillium Web;
}

.page-breadcrumb li:first-child:after {
    display: none
}

.page-breadcrumb li:first-child {
    color: #fff;
font-family: Titillium Web;
    padding-right: 0
}

.page-breadcrumb li:last-child::after {
    display: none
}

.page-breadcrumb li:last-child {
    padding-right: 0;
    margin-right: 0
}

.page-breadcrumb li a {
    color: #fff;
font-family: Titillium Web;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.page-breadcrumb li a:hover {
    color: #0765b0
}

.sidebar-page-container {
    position: relative;
    padding: 120px 0 60px
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 40px
}

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

.blog-cat {
    position: relative;
    border: 1px dashed #ddd
}

.blog-cat li {
    position: relative
}

.blog-cat li a {
    position: relative;
    color: #005ba3;
    font-size: 16px;
    font-weight: 400;
    padding: 26px 15px 26px 90px;
    display: block;
    border-bottom: 1px solid #ddd;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
font-family: Titillium Web;
}

.blog-cat li a .icon {
    position: absolute;
    left: 30px;
    top: 26px;
    color: #0765b0;
    font-size: 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.blog-cat li.active a .icon,
.blog-cat li:hover a .icon {
    color: #fff;
font-family: Titillium Web;
}

.blog-cat li.active a,
.blog-cat li a:hover {
    color: #fff;
font-family: Titillium Web;
    background-color: #0765b0
}

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

.sidebar-title h2 {
    position: relative;
    color: #005ba3;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize
}

.sidebar-title h2 span {
    font-weight: 700
}

.brochures-widget {
    position: relative
}

.brochures-widget .widget-content {
    position: relative
}

.brochures-widget .widget-content .text {
    position: relative;
    color: #777;
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 30px
}

.brochures-widget .widget-content .download {
    position: relative;
    color: #fff;
font-family: Titillium Web;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 18px 10px;
    text-align: center;
    background-color: #005ba3;
font-family: Titillium Web;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.brochures-widget .widget-content .download:hover {
    background-color: #0765b0
}

.practice-single {
    position: relative
}

.practice-single .inner-box {
    position: relative
}

.practice-single .inner-box .image {
    position: relative;
    margin-bottom: 35px
}

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

.practice-single .inner-box .lower-content {
    position: relative
}

.practice-single .inner-box .lower-content h2 {
    position: relative;
    color: #005ba3;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 18px
}

.practice-single .inner-box .lower-content h2 span {
    font-weight: 700
}

.practice-single .inner-box .lower-content .text {
    position: relative
}

.practice-single .inner-box .lower-content .text p {
    position: relative;
    color: #777;
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 25px
}

.practice-single .inner-box .lower-content .text h3 {
    position: relative;
    color: #005ba3;
    font-size: 24px;
    margin-bottom: 18px
}

.practice-single .inner-box .lower-content .text h3 span {
    font-weight: 700
}

.practice-single .inner-box .lower-content .text .two-column {
    position: relative;
    margin-top: 30px
}

.practice-single .inner-box .lower-content .text h4 {
    position: relative;
    color: #005ba3;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px
}

.practice-team {
    position: relative;
    margin-top: 30px
}

.practice-team h2 {
    position: relative;
    color: #005ba3;
    font-size: 36px;
    line-height: 1.4em;
    margin-bottom: 40px
}

.practice-team h2 span {
    font-weight: 700
}

.team-page-section {
    position: relative;
    padding: 120px 0 70px
}

.m-p {
    line-height: 21px
}

.attorneys-single-section {
    position: relative;
    padding: 120px 0 100px
}

.attorneys-single-section .image {
    position: relative;
    margin-bottom: 30px
}

.attorneys-single-section .info-column {
    margin-bottom: 30px
}

.attorneys-single-section .info-column .inner-column {
    position: relative
}

.attorneys-single-section .image img {
    position: relative;
    width: 100%;
    display: block
}

.attorneys-single-section .info-column h2 {
    position: relative;
    color: #222;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em
}

.attorneys-single-section .info-column .designation {
    position: relative;
    color: #0765b0;
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px
}

.attorneys-single-section .info-column .text {
    position: relative;
    color: #005ba3;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 18px
}

.attorneys-single-section .info-column ul {
    position: relative
}

.attorneys-single-section .info-column ul li {
    position: relative;
    color: #0765b0;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
font-family: Titillium Web;
}

.attorneys-single-section .info-column ul li span {
    position: relative;
    color: #777;
    font-size: 15px;
    margin-left: 6px;
    font-weight: 400;
    display: inline-block;
font-family: Titillium Web;
}

.attorneys-single-section .info-column ul li a {
    position: relative;
    color: #005ba3;
    font-size: 18px;
    margin-left: 10px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.attorneys-single-section .info-column ul li a:hover {
    color: #0765b0
}

.attorneys-single-section .content-column {
    position: relative
}

.attorneys-single-section .content-column .inner-column {
    position: relative
}

.attorneys-single-section .content-column h2 {
    position: relative;
    color: #005ba3;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 30px
}

.attorneys-single-section .content-column h2 span {
    font-weight: 700
}

.attorneys-single-section .content-column .text {
    position: relative
}

.attorneys-single-section .content-column .text p {
    position: relative;
    color: #777;
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 20px
}

.attorneys-single-section .content-column h3 {
    position: relative;
    color: #005ba3;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 30px;
    padding-top: 25px
}

.attorneys-single-section .content-column h3 span {
    font-weight: 700
}

.attorneys-info {
    position: relative
}

.attorneys-info li {
    position: relative;
    padding-left: 70px;
    color: #777;
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 25px
}

.attorneys-info li:before {
    position: absolute;
    content: "\f12b";
    left: 0;
    top: 5px;
    color: #0765b0;
    font-size: 22px;
    line-height: 1em;
    font-weight: 500;
    font-family: "Flaticon"
}

.attorneys-info li strong {
    color: #005ba3;
    font-size: 15px;
font-family: Titillium Web;
}

.testimonials-page-section {
    position: relative;
    padding: 120px 0 0
}

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

.testimonial-block-two .inner-box {
    position: relative;
    padding: 35px 35px 45px;
    border: 1px solid #e1e1e1
}

.testimonial-block-two .inner-box h3 {
    position: relative;
    color: #005ba3;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 20px
}

.testimonial-block-two .inner-box .text {
    position: relative;
    color: #777;
    font-size: 14px;
    line-height: 2em
}

.testimonial-block-two .inner-box .author-info {
    position: relative;
    color: #0765b0;
    font-size: 14px;
    margin-top: 20px
}

.testimonial-block-two .inner-box .author-info span {
    position: relative;
    color: #777;
    margin-left: 25px
}

.testimonial-block-two .inner-box .quote-icon {
    position: absolute;
    right: 50px;
    bottom: -16px;
    width: 36px;
    height: 32px;
    color: #0765b0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    background-color: #ebebeb
}

.gallery-page-section {
    position: relative;
    padding: 110px 0
}

.gallery-page-section .filters {
    position: relative
}

.gallery-page-section .filters .filter-tabs {
    position: relative;
    margin-bottom: 40px;
    text-align: center
}

.gallery-page-section .filters .filter-tabs .filter {
    position: relative;
    color: #005ba3;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 15px;
    font-weight: 700;
    padding-right: 25px;
    margin-right: 12px;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
font-family: Titillium Web;
}

.gallery-page-section .filters .filter-tabs .filter:last-child {
    padding-right: 0;
    margin-right: 0
}

.gallery-page-section .filters .filter-tabs .filter:last-child::after {
    display: none
}

.gallery-page-section .filters .filter-tabs .filter:after {
    position: absolute;
    content: '/';
    right: 0;
    top: 0;
    color: #333
}

.gallery-page-section .filters .filter-tabs .filter.active,
.gallery-page-section .filters .filter-tabs .filter:hover {
    color: #0765b0
}

.gallery-item.mix {
    display: none
}

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

.gallery-item .inner-box {
    position: relative
}

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

.gallery-item .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #fff;
font-family: Titillium Web;
    text-align: center;
    background: rgba(204, 136, 9, .9);
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%)
}

.gallery-item .inner-box:hover .overlay-box {
    opacity: 1;
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    -moz-transform: translate(0%);
    transform: translate(0%)
}

.gallery-item .inner-box .image .overlay-box .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0
}

.gallery-item .inner-box .image .overlay-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.gallery-item .inner-box .image .overlay-box .overlay-inner .link {
    position: relative;
    font-size: 20px;
    color: #0765b0;
    width: 50px;
    height: 50px;
    line-height: 52px;
    border-radius: 50%;
    margin: 0 5px;
    font-weight: 400;
    display: inline-block;
    background-color: #fff;
font-family: Titillium Web;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.gallery-item .inner-box .image .overlay-box .overlay-inner .link .icon {
    position: relative
}

.gallery-item .inner-box .image .overlay-box .overlay-inner .link:hover {
    color: #666;
    background-color: rgba(255, 255, 255, 1)
}

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

.gallery-item .inner-box .lower-box {
    position: relative;
    padding-top: 30px
}

.gallery-item .inner-box .lower-box h3 {
    position: relative;
    color: #005ba3;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px
}

.gallery-item .inner-box .lower-box h3 a {
    position: relative;
    color: #005ba3;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.gallery-item .inner-box .lower-box h3 a:hover {
    color: #0765b0
}

.gallery-item .inner-box .lower-box .title {
    position: relative;
    color: #005ba3;
    font-size: 14px
}

.gallery-page-section .styled-pagination {
    margin-top: 10px
}

.pagination-outer {
    position: relative;
    text-align: center
}

.pagination-outer:before {
    position: absolute;
    content: '';
    left: 0;
    margin-top: 25px;
    width: 100%;
    height: 1px;
    background-color: #ddd
}

.styled-pagination {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    background-color: #fff;
font-family: Titillium Web;
}

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

.styled-pagination li a {
    position: relative;
    display: inline-block;
    line-height: 48px;
    height: 50px;
    font-size: 18px;
    min-width: 50px;
    color: #005ba3;
    font-weight: 400;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
font-family: Titillium Web;
}

.styled-pagination li.next a,
.styled-pagination li.prev a {
    color: #fff;
font-family: Titillium Web;
    border-color: #005ba3;
    background-color: #005ba3
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: #fff;
font-family: Titillium Web;
    border-color: #0765b0;
    background-color: #0765b0
}

.gallery-single-section {
    position: relative;
    padding: 120px 0 60px
}

.gallery-single-section .big-image {
    position: relative;
    margin-bottom: 35px
}

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

.gallery-single-section .lower-content {
    position: relative
}

.gallery-single-section .lower-content .content-column {
    position: relative
}

.gallery-single-section .lower-content .content-column .inner-column {
    position: relative
}

.gallery-single-section .lower-content .content-column h2 {
    position: relative;
    color: #005ba3;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 20px
}

.gallery-single-section .lower-content .content-column .text {
    position: relative
}

.gallery-single-section .lower-content .content-column .text p {
    position: relative;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9em;
    margin-bottom: 22px
}

.gallery-single-section .lower-content .info-column {
    position: relative
}

.gallery-single-section .lower-content .info-column .inner-column {
    position: relative;
    padding-left: 15px
}

.gallery-single-section .lower-content .info-column h2 {
    position: relative;
    color: #005ba3;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 18px
}

.gallery-single-section .lower-content .info-column h2 span {
    font-weight: 700
}

.case-list {
    position: relative;
    margin-bottom: 40px
}

.case-list li {
    position: relative;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    padding-left: 45px
}

.case-list li strong {
    position: relative;
    color: #005ba3;
    font-size: 16px;
    font-weight: 400;
    max-width: 130px;
    width: 100%;
    margin-right: 30px;
    display: inline-block;
font-family: Titillium Web;
}

.case-list li strong:after {
    position: absolute;
    content: ':';
    right: 0;
    top: 0;
    font-size: 18px;
    color: #005ba3
}

.case-list li .icon {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 16px;
    line-height: 1em;
    color: #0765b0
}

.new-posts {
    position: relative;
    padding: 20px 0;
    margin-top: 20px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd
}

.new-posts a {
    position: relative;
    color: #005ba3;
    font-size: 16px;
    font-weight: 700;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
font-family: Titillium Web;
}

.new-posts a:hover {
    color: #0765b0
}

.new-posts .grid-view {
    position: absolute;
    left: 50%;
    top: 19px;
    font-size: 26px;
    line-height: 1em;
    color: #005ba3;
    margin-left: -10px
}

.related-news {
    position: relative;
    margin-top: 60px
}

.faq-page-section {
    position: relative;
    padding: 115px 0 100px
}

.faq-page-section .faq-tabs {
    position: relative
}

.faq-page-section .faq-tabs .tab-btns {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 65px
}

.faq-page-section .faq-tabs .tab-btns .tab-btn {
    position: relative;
    margin: 0 1px;
    font-size: 16px;
    background: none;
    color: #000;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 8px 18px;
    display: inline-block;
    text-transform: capitalize;
    transition: all 500ms ease;
font-family: Titillium Web;
}

.faq-page-section .faq-tabs .tab-btns .tab-btn:hover,
.faq-page-section .faq-tabs .tab-btns .tab-btn.active-btn {
    color: #fff;
font-family: Titillium Web;
    background: #0765b0
}

.faq-page-section .faq-tabs .tabs-content {
    position: relative
}

.faq-page-section .faq-tabs .tabs-content .tab {
    position: relative;
    display: none;
    border-top: 0
}

.faq-page-section .faq-tabs .tabs-content .tab.active-tab {
    display: block
}

.faq-page-section .faq-tabs .tabs-content .tab .content {
    padding: 40px 30px
}

.faq-page-section .faq-tabs .tabs-content .tab .content .image img {
    width: 100%;
    display: block
}

.faq-page-section .faq-tabs .tabs-content .tab .content .text {
    position: relative;
    color: #777;
    line-height: 1.8em
}

.blog-page-section {
    position: relative;
    padding: 120px 0 110px
}

.contact-section {
    position: relative;
    padding: 110px 0 90px
}

.contact-section .title-box {
    position: relative;
    text-align: center;
    margin-bottom: 45px
}

.contact-section .title-box h2 {
    position: relative;
    color: #005ba3;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 15px
}

.contact-section .title-box .text {
    position: relative;
    color: #777;
    font-size: 14px;
    line-height: 2em
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000!important
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: red;
    font-weight: 500
}

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

.news-block-two .inner-box {
    position: relative;
    background: #f5f5f5
}

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

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

.news-block-two .image-box .default-overlay-outer {
    position: absolute;
    display: block;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: rgba(204, 136, 9, .8);
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease
}

.news-block-two .inner-box:hover .image-box .default-overlay-outer {
    left: 0%
}

.news-block-two .image-box .default-overlay-outer .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    text-align: center
}

.news-block-two .image-box .default-overlay-outer .inner .content-layer {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    color: #fff
}

.news-block-two .inner-box .image-box .default-overlay-outer .content-layer .link-icon {
    position: relative;
    display: inline-block;
    line-height: 53px;
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 5px;
    font-size: 18px;
    color: #223555
}

.news-block-two .inner-box .content {
    position: relative;
    padding: 30px
}

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

.news-block-two.style-two .inner-box .date {
    margin-top: -60px
}

.news-block-two.style-two .inner-box .content {
    padding-top: 50px
}

.news-block-two .inner-box .date {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 3;
    margin: 0;
    width: 60px;
    height: 60px;
    line-height: 25px;
    padding: 5px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #fff;
font-family: Titillium Web;
    background: #223555;
    font-weight: 700;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease
}

.news-block-two .inner-box:hover .date {
    background: #0765b0
}

.news-block-two .inner-box .tags {
    position: relative;
    margin-bottom: 10px;
    color: #2f2f31
}

.news-block-two .inner-box .tags a {
    color: #999;
    font-size: 14px;
    font-family: 'fonnt Sans', sans-serif
}

.news-block-two .inner-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #2f2f31
}

.news-block-two .inner-box h3 a {
    color: #2f2f31;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.news-block-two .inner-box h3 a:hover {
    color: #0765b0
}

.news-block-two .inner-box .text {
    margin-bottom: 10px
}

.news-block-two .inner-box .read-more {
    color: #223555;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700
}

.news-block-two .inner-box:hover .read-more {
    color: #0765b0
}

.news-block-two .inner-box .post-info {
    position: relative;
    border-top: 1px solid #e1e1e1;
    padding: 12px 10px;
    font-family: 'fonnt Sans', sans-serif;
    font-size: 14px
}

.news-block-two .inner-box .post-info li {
    position: relative;
    float: left;
    margin-left: 15px;
    color: #999
}

.news-block-two .inner-box .post-info li a {
    color: #999
}

.news-block-two .inner-box .post-info li .fa,
.news-block-two .inner-box .post-info li .author-thumb {
    padding-right: 5px
}

.blog-single blockquote {
    position: relative;
    padding: 25px;
    border: 1px solid #e0e0e0;
    border-left: 3px solid #e0e0e0;
    background: #fff;
    margin: 30px 0;
    font-size: 16px;
    font-style: italic;
    font-family: 'fonnt Sans', sans-serif
}

.list-view .news-block-two .image-box {
    float: left;
    width: 42%
}

.list-view .news-block-two .right-content {
    float: left;
    width: 58%
}

.list-view .news-block-two .date {
    position: absolute;
    left: -30px;
    top: 35px;
    margin-top: 0
}

.list-view .news-block-two .content {
    padding: 25px 20px 25px 50px
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 28px;
    padding: 10px 50px 10px 20px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #3a3a3a;
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 2px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.sidebar .search-box .form-group input:focus {
    border-color: #0765b0
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    line-height: 48px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #0765b0;
    background: #101010;
    border-radius: 0 3px 3px 0
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover {
    color: #0765b0
}

.sidebar .list {
    position: relative;
    font-family: 'fonnt Sans', sans-serif
}

.sidebar .list li {
    position: relative;
    margin-bottom: 10px;
    line-height: 32px
}

.sidebar .list.style-two li {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0
}

.sidebar .list.style-two li a {
    margin: 10px 0
}

.sidebar .list li .count {
    position: relative
}

.sidebar .list li a {
    position: relative;
    display: block;
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.sidebar .list li:before {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #0765b0
}

.sidebar .list li a:hover {
    color: #0765b0
}

.styled-heading {
    position: relative;
    margin-bottom: 25px
}

.styled-heading h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2f2f31;
    padding-bottom: 12px;
    display: inline-block
}

.styled-heading h2:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 40px;
    border-bottom: 3px solid #0765b0
}

.styled-heading-two {
    position: relative;
    margin-bottom: 20px
}

.styled-heading-two h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2f2f31;
    padding-bottom: 12px;
    display: inline-block
}

.styled-heading-two h2:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    border-top: 1px solid #0765b0;
    border-bottom: 1px solid #0765b0
}

.sidebar .recent-posts .post {
    position: relative;
    font-size: 14px;
    margin-bottom: 30px;
    min-height: 60px;
    padding: 0 0 0 80px;
    color: #ccc
}

.sidebar .recent-posts .post:last-child {
    margin-bottom: 0
}

.sidebar .recent-posts .post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 64px
}

.sidebar .recent-posts .post .post-thumb img {
    width: 100%;
    display: block;
    border-radius: 0
}

.sidebar .recent-posts .post h4 {
    position: relative;
    top: -6px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 2px;
    line-height: 1.4em;
    color: #202020;
    font-family: 'fonnt Sans', sans-serif
}

.sidebar .recent-posts .post a,
.sidebar .recent-posts .post a:hover {
    color: #0765b0
}

.sidebar .recent-posts .post h4 a {
    color: #202020
}

.sidebar .recent-posts .post-info {
    color: #0765b0;
    font-family: 'fonnt Sans', sans-serif
}

.sidebar .recent-posts .post-info .icon {
    padding-right: 5px
}

.sidebar .latest-tweets {
    position: relative
}

.sidebar .latest-tweets .tweet-content p {
    position: relative;
    margin: 10px 0;
    font-size: 15px
}

.sidebar .latest-tweets .owl-dots {
    display: none!important
}

.sidebar .latest-tweets .owl-nav {
    position: absolute;
    right: 0;
    bottom: -40px
}

.sidebar .latest-tweets .widget-bottom {
    padding: 10px 0;
    border-top: 1px solid #e0e0e0
}

.sidebar .latest-tweets .widget-bottom a {
    color: #707070;
    font-size: 16px;
    padding-top: 12px
}

.sidebar .latest-tweets .time {
    color: #0765b0;
    margin-bottom: 10px
}

.sidebar .latest-tweets .owl-prev,
.sidebar .latest-tweets .owl-next {
    line-height: 24px;
    font-size: 22px;
    margin-left: 18px;
    display: inline-block
}

.sidebar .latest-tweets .owl-prev:hover,
.sidebar .latest-tweets .owl-next:hover {
    color: #0765b0
}

.sidebar .instagram-gallery {
    position: relative
}

.sidebar .instagram-gallery .images-outer {
    position: relative;
    margin-left: -5px;
    margin-right: -5px
}

.sidebar .instagram-gallery .image {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 5px
}

.sidebar .instagram-gallery .image img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 3px
}

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 7px 15px;
    margin: 0 5px 12px 0;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
    color: #555;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border-radius: 2px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease
}

.sidebar .popular-tags a:hover {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #fff;
font-family: Titillium Web;
}

.blog-single .post-bottom {
    background: #fff;
    padding: 10px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0
}

.blog-single .post-bottom .post-info {
    border: none;
    padding: 0
}

.blog-single .post-bottom .post-info li {
    line-height: 34px
}

.blog-single .post-bottom .share-options li {
    line-height: 34px;
    margin-left: 10px;
    float: left
}

.blog-single .post-bottom .share-options li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #e9e9e9;
    text-align: center;
    color: #999;
    border-radius: 5px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease
}

.blog-single .post-bottom .share-options li a:hover {
    color: #fff;
font-family: Titillium Web;
    background: #0765b0;
    border-color: #0765b0
}

.blog-single .post-info {
    position: relative;
    border-top: 1px solid #e1e1e1;
    padding: 12px 10px;
    font-family: 'fonnt Sans', sans-serif;
    font-size: 14px
}

.blog-single .post-info li {
    position: relative;
    float: left;
    margin-left: 15px;
    color: #999
}

.blog-single .post-info li a {
    color: #999
}

.blog-single .post-info li .fa,
.blog-single .post-info li .author-thumb {
    padding-right: 5px
}

.blog-single .post-author {
    position: relative;
    color: #777;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 40px;
    margin-bottom: 50px
}

.blog-single .post-author .inner-box {
    position: relative;
    padding: 15px 0 0 130px;
    min-height: 80px
}

.blog-single .post-author .inner-box p {
    margin-bottom: 20px
}

.blog-single .post-author .inner-box .author-thumb {
    position: absolute;
    left: 0;
    top: 10px;
    width: 110px;
    height: 110px;
    border-radius: 5px
}

.blog-single .post-author .inner-box .author-thumb img {
    display: block;
    width: 110px
}

.blog-single .post-author h4 {
    margin-bottom: 10px;
    font-family: 'fonnt Sans', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1a1a1a
}

.blog-single .post-author h4 .author-occ {
    position: relative;
    left: 10px;
    padding: 5px 10px;
    font-size: 10px;
    background: #1cbefe;
    border-radius: 5px;
    color: #fff;
font-family: Titillium Web;
}

.sidebar-page-container .comments-area {
    position: relative;
    margin-bottom: 55px
}

.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 28px
}

.sidebar-page-container .group-title h2 {
    position: relative;
    font-size: 22px;
    color: #242424;
    font-weight: 600;
    line-height: 1.2em;
    padding-bottom: 0;
    display: inline-block
}

.sidebar-page-container .group-title h2:after {
    position: absolute;
    content: '';
    left: 107%;
    bottom: 0;
    width: 25px;
    height: 2px;
    background-color: #0765b0
}

.sidebar-page-container .comments-area .inner-box {
    position: relative;
    border: 1px solid #eee
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 25px 25px 25px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-bottom: 1px solid #ebe8e8
}

.sidebar-page-container .comments-area .comment-box:nth-child(2n + 0) {
    background-color: #fcfcfc
}

.sidebar-page-container .comments-area .comment-box:last-child {
    border-bottom: 0
}

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

.sidebar-page-container .comments-area .comment.reply-comment {
    margin-left: 100px;
    margin-top: 45px
}

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

.sidebar-page-container .comments-area .comment .comment-reply {
    position: absolute;
    right: 0;
    top: 0;
    color: #252525;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.sidebar-page-container .comments-area .comment .comment-reply span {
    font-size: 14px;
    margin-right: 4px
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 73px;
    overflow: hidden;
    margin-bottom: 20px
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 75px;
    display: block
}

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

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 15px;
    font-weight: 700;
    color: #101010;
    line-height: 16px;
    text-transform: capitalize
}

.sidebar-page-container .comments-area .comment-box .text {
    color: #898989;
    font-size: 16px;
    margin-top: 5px;
    line-height: 1.7em;
    margin-bottom: 10px
}

.sidebar-page-container .comments-area .comment-time {
    position: relative;
    font-size: 13px;
    color: #f47a3c
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    padding: 6px 27px
}

.sidebar-page-container .comments-area .comment-box .comment-info {
    position: relative;
    padding-top: 5px
}

.sidebar-page-container .comments-area .comment-box .comment-info li {
    position: relative;
    padding-right: 15px;
    line-height: 1.4em;
    margin-right: 15px;
    color: #707070;
    font-size: 15px;
    display: inline-block;
    border-right: 1px solid #999
}

.sidebar-page-container .comments-area .comment-box .comment-info li a {
    color: #202020;
    font-weight: 500;
    text-decoration: underline
}

.sidebar-page-container .comments-area .comment-box .comment-info li:last-child {
    border: 0
}

.blog-single .news-block-four {
    margin-bottom: 50px
}

.comment-form {
    position: relative
}

.comment-form .form-inner {
    position: relative;
    padding: 50px 35px 30px;
    background-color: #f7f7f7;
    border: 1px solid #eee
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 20px
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 20px;
    height: 48px;
    color: #a5a5a5;
    font-size: 15px;
    background-color: #fff;
font-family: Titillium Web;
    border: 1px solid #eee;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group textarea:focus {
    border-color: #0765b0
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 20px 20px;
    color: #a5a5a5;
    height: 170px;
    font-size: 15px;
    resize: none;
    background-color: #fff;
font-family: Titillium Web;
    border: 1px solid #eee;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.comment-form button {
    margin-top: 10px;
    padding: 10px 30px 10px;
    font-size: 16px;
    font-family: 'fonnt Sans', sans-serif
}

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

.blog-page-section .news-block-three {
    margin-bottom: 50px
}

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

.news-block-three .inner-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #0b0b0b;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease
}

.news-block-three .inner-box img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease
}

.news-block-three .inner-box:hover .image img {
    opacity: .7;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}

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

.news-block-three .inner-box .lower-box .post-info {
    position: relative;
    color: #c2c1c1;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px
}

.news-block-three .inner-box .lower-box h3 {
    position: relative;
    color: #242424;
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 600;
    margin-bottom: 10px
}

.news-block-three .inner-box .lower-box h3 a {
    position: relative;
    color: #242424;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease
}

.news-block-three .inner-box .lower-box h3 a:hover {
    color: #0765b0
}

.news-block-three .inner-box .lower-box .read-more {
    position: relative;
    color: #0765b0;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: underline
}

.news-block-three .inner-box .lower-box .read-more:hover {
    color: #101010;
    text-decoration: none
}

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

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

.news-block-four .inner-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #0b0b0b;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease
}

.news-block-four .inner-box img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease
}

.news-block-four .inner-box:hover .image img {
    opacity: .7;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}

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

.news-block-four .inner-box .lower-content .upper-box {
    position: relative;
    padding-bottom: 13px;
    border-bottom: 1px solid #e4e4e4
}

.news-block-four .inner-box .lower-content .upper-box .posted-date {
    position: relative;
    color: #fff;
font-family: Titillium Web;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.2em;
    padding: 12px 25px;
    border-radius: 5px;
    margin-top: -20px;
    margin-left: 22px;
    background-color: #0765b0
}

.news-block-four .inner-box .lower-content .upper-box .post-meta {
    position: relative;
    padding-top: 20px
}

.news-block-four .inner-box .lower-content .upper-box .post-meta li {
    position: relative;
    color: #787878;
    font-size: 14px;
    padding-right: 12px;
    margin-right: 12px;
    font-weight: 500;
    margin-bottom: 6px;
    display: inline-block
}

.news-block-four .inner-box .lower-content .upper-box .post-meta li:after {
    position: absolute;
    content: '/';
    right: -5px;
    top: 0;
    color: #b8b8b8;
    font-size: 17px
}

.news-block-four .inner-box .lower-content .upper-box .post-meta li:last-child {
    margin-right: 0;
    padding-right: 0
}

.news-block-four .inner-box .lower-content .upper-box .post-meta li:last-child::after {
    display: none
}

.news-block-four .inner-box .lower-content .lower-box {
    position: relative;
    padding-top: 30px
}

.news-block-four .inner-box .lower-content .lower-box h3 {
    position: relative;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 18px;
    color: #242424
}

.news-block-four .inner-box .lower-content .lower-box h3 a {
    position: relative;
    color: #242424;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.news-block-four .inner-box .lower-content .lower-box h3 a:hover {
    color: #0765b0
}

.news-block-four .inner-box .lower-content .lower-box .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.9em;
    margin-bottom: 35px
}

.news-block-four .inner-box .lower-content .btn-style-one {
    font-size: 16px;
    padding: 12px 30px;
font-family: Titillium Web;
}

.news-block-four .inner-box .lower-content .lower-box .text p {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.9em;
    margin-bottom: 25px
}

.news-block-four .inner-box .lower-content .lower-box .text a {
    text-decoration: underline
}

.news-block-four .inner-box .lower-content .lower-box h4 {
    position: relative;
    color: #242424;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px
}

.inner-column.single-item-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: -30px
}

.inner-column.single-item-carousel .owl-nav .owl-next,
.inner-column.single-item-carousel .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    color: #ccc;
    text-align: center;
    line-height: 33px;
    font-size: 18px;
    float: left;
    margin: 5px
}

.inner-column.single-item-carousel .owl-nav .owl-next:hover,
.inner-column.single-item-carousel .owl-nav .owl-prev:hover {
    border: 1px solid #0765b0;
    color: #0765b0
}

.inner-column.single-item-carousel img {
    height: 350px
}

.inner-column.single-item-carousel .caption {
    margin-top: 15px
}

.inner-column.single-item-carousel .caption h2 {
    color: #0765b0;
    margin-top: 0;
    padding-top: 30px
}

.feat-services {
    display: inline-block;
    margin: 50px 0;
    padding: 30px 0
}

.feat-services .icon-box {
    position: relative;
    margin-bottom: 25px;
    text-align: center
}

.feat-services .icon-box span {
    background: #0765b0;
    color: #f0f0f0;
    position: relative;
    color: #0765b0;
    font-size: 60px;
    line-height: 1em;
    padding-right: 20px;
    z-index: 1;
    display: inline-block;
    padding: 12px;
    background: #f0f0f0;
    border-radius: 50%;
    font-size: 45px;
    border: 1px solid #0765b0
}

.feat-services h3 {
    text-align: center
}

.feat-services h3 a {
    color: #333;
    text-transform: capitalize
}

.feat-services p {
    text-align: center
}

.hover-im {
    display: none
}

.hoover-image2:hover .hover-im {
    display: inline-block
}

.hoover-image2:hover .main-im {
    display: none
}

.hover-im,
.main-im {
    width: 73px;
    display: inline-block;
    padding: 12px
}

.services-block .icon-box {
    float: left;
    margin-right: 2%
}

.right-side {
    float: left;
    margin-left: 15px;
    width: 77%
}

.cp-box {
    float: left;
    width: 100%;
    margin: 20px 0
}

.cp-box .icon-box {

    line-height: 70px;


    position: relative;
    color: #b9a99c;



    line-height: 70px!important;
    border: 1px solid #c1c1c1 !importantv;

    position: relative!important;
    color: #0765b0!important;
    text-align: center;

}

.cp-box .icon-box::before {
content: '';
position: absolute;
left: 0;
right: 0;
margin: auto;
width: 1px;
height: 73px;
background-color: #c1c1c1;
bottom: -73px;
}

.cp-box .icon-box::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    background-color: #005ba3;
    bottom: -30px
}

.cp-box .icon-box span {
    font-size: 36px;
    text-align: center;
    width: 100%
}

.cp-box .icon-box img {

border-radius: 3px;
box-shadow: 0 16px 38px -12px rgba(0,0,0,0.56),0 4px 25px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(0,0,0,0.2);
width: 200px;
height: 200px;
}

.cp-text-box h3 {
background: #005ba3;
color: #fff;
padding: 5px;
height: 102px;
width: 79%;
margin: 0 auto;
}


.cp-text-box {
    overflow: hidden;
margin-top: 55px;
text-align: center;

}

.cp-text-box h3 a {
    color: #fff;
text-transform: uppercase;
font-size: 15px;
}

.cp-text-box h3 p { 
font-size: 13px;
}



.number {
    font-family: arial
}

.s-small {
    font-size: 25px
}

.feature-block.col-md-4 {
    padding-left: 0
}

.team-section .owl-carousel .owl-item img {
    border: 1px dotted #ddd;
    padding: 5px
}

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

#bb {
    fill: rgba(243, 243, 243, .3)!important
}

.jssorb051 .iav #bb {
    fill-opacity: 1;
    fill: #008!important
}

.jssorb051 .i {
    position: absolute;
    cursor: pointer
}

.jssorb051 .i .b {
    fill: #fff;
    fill-opacity: .5
}

.jssorb051 .i:hover .b {
    fill-opacity: .7
}

.jssorb051 .iav .b {
    fill-opacity: 1
}

.jssorb051 .i.idn {
    opacity: .3
}

.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer
}

.jssora051 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10
}

.jssora051:hover {
    opacity: .8
}

.jssora051.jssora051dn {
    opacity: .5
}

.jssora051.jssora051ds {
    opacity: .3;
    pointer-events: none
}


.boxxtit{
position: absolute;
top: 27%;
width: 100%;
}

.tiitlepage{
color: #fff;
font-size: 45px;

z-index: 222;
width: 100%;
text-align: center;
font-weight: lighter;
transform: perspective(0px) rotateX(0deg);
-webkit-transform: perspective(429px) rotateX(90deg);
	-webkit-transition-duration: 100ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transform: perspective(429px) rotateX(90deg);
	-moz-transition-duration: 100ms;
	-moz-transition-timing-function: ease-out;
	-ms-transform: perspective(429px) rotateX(90deg);
	-ms-transition-duration: 100ms;
	-ms-transition-timing-function: ease-out;
        -o-transform: perspective(429px) rotateX(90deg);
	-o-transition-duration: 100ms;
	-o-transition-timing-function: ease-out; 
	transition: all 0.9s ease 0s;
}

.tiitlepage2{
color: #fff;
font-size: 23px;
z-index: 222;
width: 100%;
text-align: center;
font-weight: lighter;
opacity: 0;
font-family: Titillium Web;
transition: all 0.9s ease 0s;
}

.tiitlepage3{
transform: perspective(0px) rotateX(0deg);
-webkit-transform: perspective(429px) rotateX(90deg);
	-webkit-transition-duration: 100ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transform: perspective(429px) rotateX(90deg);
	-moz-transition-duration: 100ms;
	-moz-transition-timing-function: ease-out;
	-ms-transform: perspective(429px) rotateX(90deg);
	-ms-transition-duration: 100ms;
	-ms-transition-timing-function: ease-out;
        -o-transform: perspective(429px) rotateX(90deg);
	-o-transition-duration: 100ms;
	-o-transition-timing-function: ease-out; 
	transition: all 0.9s ease 0s;
}


#hoover2{
opacity: 1;
transition: all 0.9s ease 0s;

}

#hoover{
transform:  rotateX(0deg);
-webkit-transform: perspective(0px) rotateX(0deg);
	-webkit-transition-duration: 100ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transform: perspective(0px) rotateX(0deg);
	-moz-transition-duration: 100ms;
	-moz-transition-timing-function: ease-out;
	-ms-transform: perspective(0px) rotateX(0deg);
	-ms-transition-duration: 100ms;
	-ms-transition-timing-function: ease-out;
        -o-transform: perspective(0px) rotateX(0deg);
	-o-transition-duration: 100ms;
	-o-transition-timing-function: ease-out; 
	transition: all 0.9s ease 0s;
}

.boxxtit #hoover2,
.boxxtit #hoover {
display:none;
}

.texxt{
color: rgb(78, 78, 78);

font-family: Titillium Web;
font-size: 17px;
line-height: 32px;
opacity: 0;
}
.texxt p ,.texxt span ,.texxt h2{
font-family: Titillium Web;
font-size: 17px;
}
.texxt li{
list-style: none;
position: relative;
width: 100%;
padding-left: 15px;
font-family: Titillium Web;
margin-top: 15px;
}

.texxt li::before {
    position: absolute;
    content: "";
    left: 0px;
color: #0765b0;
    top: 0px;
    font-weight: 400;
    font-family: "FontAwesome";
}


.note-code li::before { 
content: "\f105";
}


.kd-newslisting .kdnews.col-md-4 {

	margin-bottom: 30px;
display: inline-block !important;
}

.kd-newslisting .kdnews.col-md-4 img { height:220px;  }


.kdnews figure {
	overflow: hidden;
margin: 0px 0px 0;
padding-top:0 !important
}

.kdnews:hover figure img {
transform: scale(1.1);
}



.kdnews .kd-readmore {
float: right;font-size: 13px;
padding-right: 15px;
padding-bottom: 15px;
font-family: Titillium Web;
}
.kdnews figure, .kdnews figure img, .kdnews .newsinfo {
	float: left;
	width: 100%;
transition: all ease-in-out 0.4s; background: #F3F3F3;
}
.kdnews figure figcaption {
	position: absolute;
left: 14px;
top: 14px;
	width: 42px;
	height: 100%;
}
.kdnews figure figcaption i {
	float: left;
	width: 100%;
	height: 42px;
	background-color: #0765b0;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	padding: 7px 0px 0px;
}
.kdnews figure figcaption time {
	background-color: #efefef;
	color: #333;
	font-size: 12px;
	float: left;
	width: 100%;
	text-align: center;
	line-height: 1.2;
	text-transform: uppercase;
	padding: 4px 0px;
}
.kdnews figure figcaption time span {
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.kdnews:hover .bloghover, .kdcroud:hover .bloghover, .portfolio-list:hover .bloghover {
	opacity: 1;
	visibility: visible;
}
.kdnews .bloghover {
	left: 42px;
	width: 88%;
}
.kdnews:hover > .kdnews figure a img{

}
.bloghover i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 30px;
	color: #ffffff;
	margin: -10px 0px 0px -7px;
}
.kdnews:hover figure figcaption i {
	color: #fff
}
.kdnews figure, .kdnews .newsinfo {
	padding-left: 0px;
}
.kdnews .newsinfo h2 {
text-align:left;
font-size: 18px;
padding: 15px;
line-height: 26px;
height: 70px;
overflow: hidden;
margin-bottom: 10px;
}
.kdnews .kdpost-option {
	float: left;
	width: 100%;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 6px 0px 0px 0px;
	margin-bottom: 10px;
}
.kdnews .kdpost-option li {
	margin-bottom: 8px;
}

.kdcroud .kd-readmore {
	float: none;
	display: inline-block;
	border-color:transparent;
	color: #ffffff;
	background-color: #ffffff;
	position: relative;
}
.kdcroud .kd-readmore i {
	margin-right: 4px;
}
/*==// Portfolio Listing Setup //==*/
.portfolio-section .portfolio-list.col-md-3 {
	margin-bottom: 25px;
}
.portfolio-list {
	text-align: center;
}
.portfolio-list figure, .portfolio-list figure img {
	float: left;
	width: 100%;
}
.portfolio-list figure {
	float: left;
	width: 100%;
	margin: 0px;
	overflow: hidden;
}
.portfolio-list:hover figure img {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}
.portfolio-list .kd-text {
	float: left;
	width: 100%;
	background-color: #fcfcfc;
	border: 1px solid #f0f0f0;
	border-top: none;
	padding: 16px 10px 0px 10px;
}
.portfolio-list:hover .kd-text {
	border-color:transparent;
}
.portfolio-list:hover .kd-text h6 a, .portfolio-list:hover  .kdpost-option li i, .portfolio-list:hover  .kdpost-option li a{
	color:#fff;
}
.portfolio-list:hover  .kdpost-option li a:hover{
	text-decoration:underline;
}
.portfolio-list:hover  .kdpost-option li i{
}



.proimmmg{
width: 100%;
-webkit-border-radius: 2% !important;
-moz-border-radius: 2% !important;
border-radius: 2% !important;
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;height: 240px !important;
}

.progalley{
width: 23.5%; min-width: 200px; float: left; margin-bottom: 15px; height: 240px; margin-right: 1%;
position: relative;
}
.textphoto{
color: #FFF;
font-size: 17px;
position: absolute;
top: 39%;
z-index: 2147483647;
transition: all 0.3s ease-out 0s;
text-align: center;
opacity: 0;
overflow: hidden;
width: 100%;
height: 0px;
transform: rotate(-90deg);
font-weight: bold;


/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
.progalley:hover > .example-image-link .textphoto{
opacity: 1;
height: 200px;
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
/* Safari */
-webkit-transform: rotate(0deg);

/* Firefox */
-moz-transform: rotate(0deg);

/* IE */
-ms-transform: rotate(0deg);

/* Opera */
-o-transform: rotate(0deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.progalley:hover > .example-image-link .proimmmg{
-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
transition: all 0.3s ease-out;
}
.shadow{
width: 100%;
height: 240px;
background: #000;
position: absolute;
top: 0;
left: 0px;

opacity: 0;
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.47);
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.progalley:hover > .example-image-link .shadow{
opacity: 1;
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.leftlink{
border-bottom: 1px solid #E6E6E6;
padding: 10px 2%;
background: none repeat scroll 0% 0% #F9F9F9;
height: 46px;
overflow: hidden;
}
.leftlink:hover{
transition: all 0.3s ease-out;
background: none repeat scroll 0% 0% #fff;
}
.leftlink a{
font-family: Titillium Web;
font-size: 15px;
color: #747474;
}
.leftlink a:hover{
color: #0765b0;
transition: all 0.3s ease-out;
}



#opensubbbmen{
height: 100%;
transition: all 0.8s ease-out;
}

#closesubbbmen{
height: 46px;
transition: all 0.8s ease-out;
}

.nonhoover{
transform: perspective(0px) rotateX(0deg);
-webkit-transform: perspective(429px) rotateX(90deg);
	-webkit-transition-duration: 100ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transform: perspective(429px) rotateX(90deg);
	-moz-transition-duration: 100ms;
	-moz-transition-timing-function: ease-out;
	-ms-transform: perspective(429px) rotateX(90deg);
	-ms-transition-duration: 100ms;
	-ms-transition-timing-function: ease-out;
        -o-transform: perspective(429px) rotateX(90deg);
	-o-transition-duration: 100ms;
	-o-transition-timing-function: ease-out; 
	transition: all 0.9s ease 0s;
}

.hoover{

transform:  rotateX(0deg);
-webkit-transform: perspective(0px) rotateX(0deg);
	-webkit-transition-duration: 100ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transform: perspective(0px) rotateX(0deg);
	-moz-transition-duration: 100ms;
	-moz-transition-timing-function: ease-out;
	-ms-transform: perspective(0px) rotateX(0deg);
	-ms-transition-duration: 100ms;
	-ms-transition-timing-function: ease-out;
        -o-transform: perspective(0px) rotateX(0deg);
	-o-transition-duration: 100ms;
	-o-transition-timing-function: ease-out; 
	transition: all 0.9s ease 0s;
}


.sublegal{
transform: perspective(0px) rotateX(0deg);
-webkit-transform: perspective(429px) rotateX(90deg);
	-webkit-transition-duration: 100ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transform: perspective(429px) rotateX(90deg);
	-moz-transition-duration: 100ms;
	-moz-transition-timing-function: ease-out;
	-ms-transform: perspective(429px) rotateX(90deg);
	-ms-transition-duration: 100ms;
	-ms-transition-timing-function: ease-out;
        -o-transform: perspective(429px) rotateX(90deg);
	-o-transition-duration: 100ms;
	-o-transition-timing-function: ease-out; 
	transition: all 0.9s ease 0s;
}

@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.downloadfile {
	color: #0765b0;
	font-size: 100%;
	font-weight: lighter;
	text-align: center;
	width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	background: #E9E9E9;
	margin-right: 0px;
line-height: 25px;
margin-top: 15px;font-family: Titillium Web;
}
.downloadfile:hover {
	background: #0765b0;
	color: #fff;
	transition: all 0.9s ease 0s;
}
.clear{
clear: both; display: block;
}
input[type="file"] {
    display: block;
font-family: Titillium Web;
}



.nopadd {
padding:0 !important;
width: auto;
margin-right:5px;
}
.nopadd-l {
padding-left:0 !important
}

.nopadd-r {
padding-right:0 !important
}

.nopadd p {
float: left !important;
margin-bottom:5px;
}

.pdf-word span,
.pdf-word {
font-size: 13px !important;

}



.te-ri {
text-align:right;
}


.a-news{
border-bottom: 0px solid #999;
padding-bottom: 5px;
color: #000 !important;
}

.boxtexxt{
position: absolute;
left: 15%;
top:75%;
color: #ECECEC;
z-index: 2147483647;
background: none repeat scroll 0% 0% rgba(20, 19, 19, 0.76);
padding: 2%;
font-size: 14px;
min-width: 140px;
box-shadow: 0px 1px 3px 1px #151515;
width: 100%;
border: 0px;
}
.boxtexxt ul li{
position: relative;margin-bottom: 3px;
padding-left: 20px;
font-family: Raleway-Regular;
font-size: 22px;
text-transform: capitalize;
}

.boxtexxt ul li:before{
    position: absolute;
    content: "\f0da";
    left: 0px;
color: #0765b0;
    top: 0px;
    font-weight: 400;
    font-family: "FontAwesome";
}





/*



    #myCarousel {
        width: 100%;
        height: 600px;
    }
    
    #myCarousel h1 {
        font-size: 23px;
        color: #fff;
font-weight: bold;
text-transform: capitalize;

    }
    
    #myCarousel h2 {
        text-align: left;
        font-size: 17px;
        color: #fff;
        line-height: 37px;
    }
    
    #myCarousel .prev {
        left: 10px;
    }
    
    #myCarousel .prev,
    #myCarousel .next {
        position: absolute;
        top: 50%;
        background-color: #303030;
        color: #fff;
        display: inline-block;
        margin-top: -25px;
        height: 40px;
        line-height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 4px;
        z-index: 5;
        padding-top: 9px;
    }
    
    #myCarousel {
        position: relative;
    }
    
    .no-margin {
        margin: 0;
        padding: 0;
    }
    
    #myCarousel.carousel {
        position: relative;
display: inline-block;
    }


/*
#myCarousel.carousel .item:after {
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background: rgba(0,0,0,0.4);
z-index: 1;

}
*/




    /*
    #myCarousel.carousel .carousel-content {
        margin-top: 210px;
        text-align: left;
position:relative;
z-index:4;
    }
    
    #myCarousel.carousel .slide-margin {}
    
    #myCarousel.carousel .btn-slide {
        padding: 8px 20px;
        background: #1eabda;
        color: #fff;
        border-radius: 4px;
        margin-top: 25px;
        display: inline-block;
    }
    
    #myCarousel.carousel .slider-img {
        text-align: right;
        position: absolute;
        top: 130px;
    }
    
    #myCarousel.carousel .slider-img img {
        width: 400px;
        height: 350px;
    }
    
    #myCarousel.carousel .item {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        left: 0 !important;
        opacity: 0;
        top: 0;
        position: absolute;
        width: 100%;
        display: block !important;
        height: 600px;
        -webkit-transition: opacity ease-in-out 500ms;
        -moz-transition: opacity ease-in-out 500ms;
        -o-transition: opacity ease-in-out 500ms;
        transition: opacity ease-in-out 500ms;

background-size: 100% 100% !important;
    }







    
    #myCarousel.carousel .item:first-child {
        top: auto;
        position: relative;
    }
    
    #myCarousel.carousel .item.active {
        opacity: 1;
        -webkit-transition: opacity ease-in-out 500ms;
        -moz-transition: opacity ease-in-out 500ms;
        -o-transition: opacity ease-in-out 500ms;
        transition: opacity ease-in-out 500ms;
        z-index: 1;
    }

    
    #myCarousel .prev:hover,
    #myCarousel .next:hover {
        background-color: #0765b0;
    }
    
    #myCarousel .prev {
        left: 10px;
    }
    
    #myCarousel .next {
        right: 10px;
    }
    
    #myCarousel .carousel-indicators li {
        width: 10px;
        height: 10px;
        background-color: #fff;
        margin: 0 2px;
        position: relative;
    }
    /*
    #myCarousel .carousel-indicators li:after {
        position: absolute;
        content: "";
        width: 25px;
        height: 10px;

        background: rgba(0, 0, 0, 0);
        border: 5px solid #FFF;
        left: -3px;
        top: -3px;
    }*/
    /*
    #myCarousel .carousel-indicators .active {
        width: 10px;
        height: 10px;
        background-color: #005ba3;
        margin: 0 5px;

        position: relative;
    }
    /*
    #myCarousel .carousel-indicators .active:after {
        position: absolute;
        content: "";
        width: 25px;
        height: 10px;

        background: #005ba3;
        border: 1px solid #005ba3;
        left: -3px;
        top: -3px;
    }
    *//*
    #myCarousel .active .animation.animated-item-1 {
        -webkit-animation: zoomIn 500ms linear 300ms both;
        -moz-animation: zoomIn 500ms linear 300ms both;
        -o-animation: zoomIn 500ms linear 300ms both;
        -ms-animation: zoomIn 500ms linear 300ms both;
        animation: zoomIn 500ms linear 300ms both;
    }
    
    #myCarousel .active .animation.animated-item-2 {
        -webkit-animation: fadeInRight 500ms linear 700ms both;
        -moz-animation: fadeInRight 500ms linear 700ms both;
        -o-animation: fadeInRight 500ms linear 700ms both;
        -ms-animation: fadeInRight 500ms linear 700ms both;
        animation: fadeInRight 500ms linear 700ms both;
    }
    
    #myCarousel .active .animation.animated-item-3 {
        -webkit-animation: zoomIn 500ms linear 1100ms both;
        -moz-animation: zoomIn 500ms linear 1100ms both;
        -o-animation: zoomIn 500ms linear 1100ms both;
        -ms-animation: zoomIn 500ms linear 1100ms both;
        animation: zoomIn 500ms linear 1100ms both;
    }
    
    #myCarousel .active .animation.animated-item-4 {
        -webkit-animation: rotateInDownLeft 500ms linear 1500ms both;
        -moz-animation: rotateInDownLeft 500ms linear 1500ms both;
        -o-animation: rotateInDownLeft 500ms linear 1500ms both;
        -ms-animation: rotateInDownLeft 500ms linear 1500ms both;
        animation: rotateInDownLeft 500ms linear 1500ms both;
    }
    *//*


    .carousel-indicators {
        position: absolute;
        bottom: 10px;
        left: 90%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none
    }
    
    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgba(0, 0, 0, 0);


    }
    
    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff
    }
    
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        width: 100%;
        height: 600px;
    }
*/






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



/*** 

====================================================================
	Main Slider Banner
====================================================================

***/

.main-slider{
	position:relative;
	background-size:cover;
}

.main-slider.style-two{

}

.main-slider .slider-outer .owl-item{
	position:relative;
}

/*
.main-slider .owl-item:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: inline-block;
    background: #0006;
}*/

.main-slider .auto-container{
	position:relative;
}

.main-slider .slide{
	position:relative;
	background-repeat:no-repeat;
	background-position:right top;
background-size: 100% 100%;
height: 550px;

display: grid;
text-align: center;
align-items: center;
width: 100%;
overflow: hidden;
}

.main-slider .owl-item img {
    transition: all ease-in-out 3s;
height:100%;
}


/*
.main-slider .owl-item.active img {
transform:scale(1);
 }

*/


.decrepation-sl {
position: absolute;
width: 100%;

}






/*
.main-slider .slide:after {

	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:100%;
	background-color:#0006;
}
*/
.main-slider .slide .container {
	position:relative;
z-index:10;
}

.main-slider .slide.style-two{
	background-size:cover;
	background-position:center bottom;
}

.main-slider .slide .content{
	position:relative;

}

.main-slider .slide .content.alternate{
padding: 60px 20px;
width: 55%;
margin: 0 auto;
    margin-bottom: 0px;
display: block;
position: relative;
margin-bottom: 0;
background: #0006;

}


/*
.main-slider .slide .content.alternate:after {
position: absolute;
content: '';
top: 30px;
left: 30px;
width: 80px;
height: 2px;
background-color: #7b0c0c;
}
*/

.main-slider.style-three .slide .content{
	padding:270px 0px 170px;
}

.main-slider.style-four .content{
	max-width:610px;
	padding:140px 50px 140px;
	background-color:rgba(0,0,0,0.85);
}

.main-slider.style-four .content .title{
	color:#f91101;
	font-weight:600;
}

.main-slider.style-four .content h1:before{
	position:absolute;
	content:'';
	left:-50px;
	top:0px;
	width:5px;
	height:100%;
	background-color:#f71101;
}

.main-slider.style-four .content h1{
	color:#ffffff;
	font-size:60px;
	font-weight:700;
	line-height:1.2em;
	padding-bottom:0px;
	margin-bottom:15px;
}

.main-slider.style-four .content h1:after{
	display:none;
}

.main-slider.style-four .content .text{
	color:#ffffff;
}

.main-slider .title{
	position:relative;
	color:#d1ae7c;
	opacity: 0;
	font-size:14px;
	letter-spacing:2px;
	margin-bottom:15px;
	text-transform:uppercase;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active .title{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 600ms;
}

.main-slider h1{
	position:relative;
	color:#415762;
	opacity: 0;
	font-weight:700;
	line-height:1.3em;
	padding-bottom:20px;
	margin-bottom:30px;
	text-transform:capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider h1:after{
	position:absolute;
	left:0px;
	bottom:0px;
	content:'';
	width:50px;
	height:4px;
	background-color:#415762;
}

.main-slider h1 span{
	color:#ed8800;


}

.main-slider h1 span.alternate{
	display:block;
	background: linear-gradient(to right, #f44c01 0%, #ff7a01 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main-slider h1.alternate{
padding-bottom: 0px;
margin-bottom: 0;
font-size: 20px;
text-transform: capitalize;
font-weight: bold;
}

.main-slider h1.alternate,
.main-slider h1.alternate span{
	color:#ffffff;
}

.main-slider h1.alternate:after{
	display:none;
}

.main-slider h1.style-two{
	color:#ffffff;
	font-size:60px;
	font-weight:700;
	padding-bottom:0px;

}

.main-slider h1.style-two span{
	color:#ad8e63;
}

.main-slider h1.style-two:after{
	display:none;
}

.main-slider .active h1{
	opacity: 1;

	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 500ms;
}

.main-slider .text{
	position:relative;
	color:#1a1e66;
	font-size:18px;
	opacity:0;
	line-height: 1.6em;
	font-weight:400;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;

	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
font-size: 20px;
line-height: 25px;
font-weight: 400;
}

.main-slider .text.alternate{
	color:#ffffff;
}


.main-slider .active .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 500ms;
}




/*
.main-slider .active h1 {-webkit-animation: 1s .3s bounceInLeft both;}
.main-slider .active p {-webkit-animation: 1s .3s fadeInUp both;animation: 1s .3s fadeInUp both;}

*/






.main-slider .btn-box{
	opacity:0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active .btn-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2000ms;
}

.main-slider .link-box{
	position:relative;
	opacity:0;
	z-index:10;
	margin-right:30px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .link-box .theme-btn{
	margin-right:20px;
	margin-bottom:10px;
}

.main-slider .active .link-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2500ms;
}

.main-slider .business-image-box{
	position:absolute;
	right:0px;
	top:0px;
	z-index:1;
	right:-250px;
}

.main-slider .owl-dots {
	position: absolute;
    bottom: 20px;
left: 50px;

    text-align: center;
}

.main-slider .owl-dots .owl-dot{
	position:relative;
	width:25px;
	height:2px;
	margin:0px 4px;
	overflow: hidden;
	display:inline-block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;background: #fff9;
}

.main-slider .owl-dots .owl-dot.active {

background: #fff;
}



.main-slider .owl-nav{
	position:absolute;
	left:0px;
	top:60%;
	z-index:1;
	width:100%;
	margin-top:-80px;
}

.main-slider .owl-nav .owl-prev{
position: absolute;
width: 50px;
height: 50px;
left: 0;
color: #fff;
font-size: 24px;
text-align: center;
line-height: 48px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
border-radius: 0 !important;
background: linear-gradient(120deg,#fff6 ,#2a2a2ab3 ) !important;
border-left: 0;
font-size: 54px !important;
background: none !important;
opacity:0;
}

.main-slider .owl-nav .owl-next{
position: absolute;
width: 50px;
height: 50px;
right: 0;
color: #fff;
font-size: 24px;
text-align: center;
line-height: 48px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
border-radius: 0 !important;
background: linear-gradient(120deg,#fff6 ,#2a2a2ab3 ) !important;
border-right: 0;
font-size: 54px !important;
background: none !important;
opacity:0;
}

.main-slider:hover .owl-nav > div {
opacity:1;
}

.main-slider.style-three .owl-nav .owl-prev,
.main-slider.style-three .owl-nav .owl-next{
	border-color:#7e6a46;
	color:#7e6a46;
}

.main-slider.style-three .owl-nav .owl-prev:hover,
.main-slider.style-three .owl-nav .owl-next:hover{
	border-color:#7e6a46;
	background-color:#7e6a46;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#ed8800;
	background-color:#ed8800;
}

.main-slider.style-four .owl-nav .owl-prev,
.main-slider.style-four .owl-nav .owl-next{
	border:none;
	color:#ffffff;
	border-radius:50%;
	background-color:rgba(0,0,0,0.60);
}











/*
.last-sm {
display:none !important;
}
*/
.last-sm img {
width:20px;
}

@media (max-width: 767px) { 



.image-it img {
height: 50% !important;
}

.progalley{
width: 48%; min-width: 200px; float: left; margin-bottom: 15px; height: 240px; margin-right: 2%;
position: relative;
}

.history-section .content-column {
margin-bottom: 0px !important;
}


.vc_services .owl-dots .owl-dot {
float: none !important;
display: inline-block !important;

}

.vc_services .owl-dots {
position: inherit !important;
text-align: center !important;
left: 0 !important;
bottom: -15px !important;
}

.vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr {
width: 80%;
margin: 0 auto;
}


.image-it {
margin-right:0
}
.content-it a {
line-height: 22px;
}
.end-cont p {
font-size: 13px;
}

.content-it a {
font-size: 15px;
}

.last-sm { 
display: inline-block !important
}


.boxtexxt ul li {
font-size: 14px;
line-height: 25px;
}


#myCarousel,
#myCarousel.carousel .item,
.carousel-inner { 
        height: 300px;
}


.boxtexxt {
left: 50%;
margin-left: -112px;
width: 225px;
top: 40px;
}



#myCarousel .prev, #myCarousel .next {


    height: 30px;
    width: 30px;
    line-height: 30px;

}


#myCarousel.carousel .carousel-content {
margin-top: 93px;
}

#myCarousel.carousel .slider-img {
top: 20px;
left: 50%;
margin-left: -150px;
}




#myCarousel.carousel .slider-img img {
width: 90%;
height: 300px;

}


#myCarousel h1 {
font-size: 15px;
   text-align: center; 
line-height: 30px;}


#myCarousel h2 {
text-align: center;
    font-size: 17px;
font-size: 14px;
line-height: 30px; }



    #myCarousel .carousel-indicators li {
        width: 10px;
        height: 10px;
        background-color: #fff;
        margin: 0 15px;
        position: relative;
    }
    
/*
    #myCarousel .carousel-indicators li:after {
        position: absolute;
        content: "";
        width: 25px;
        height: 24px;

        background: rgba(0, 0, 0, 0);
        border: 0px solid #FFF;
        left: -3px;
        top: -3px;
    }
    */
    #myCarousel .carousel-indicators .active {
        width: 10px;
        height: 10px;
        background-color: #303030;
        margin: 0 15px 0 0;
        border: 1px solid #303030;
        position: relative;
    }
    /*
    #myCarousel .carousel-indicators .active:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;

        background: #303030;
        border: 1px solid #303030;
        left: -3px;
        top: -3px;
    }
*/

}










/*======================================
15. PAGE TOP BAR (left & right content)
======================================*/

.top-bar{
	color:#ffffff;
padding: 7px 0;
background-color: #013055;
}
.top-bar .fa {
	vertical-align: middle;
	background-color:rgba(255, 255, 255, 0.1);
	border:1px solid rgba(0,0,0,0.01);
	padding:3px;
	width:22px;
	height:22px;
	text-align:center;
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;font-size: 13px;
}
	
	

.top-bar .fa-twitter:hover {
background-color: #18D1FF !important;
}


.top-bar .fa-facebook:hover {
background-color: #4267B2;
}


.top-bar .fa-google-plus:hover {
background-color: #f00 !important;
}


.top-bar .fa-linkedin:hover {
background-color: #052f3f !important;
}

.top-bar .fa-youtube-play:hover {
background-color: #f00 !important;
}





.wt-topbar-left,
.wt-topbar-right,
.wt-topbar-center {
	padding-left:15px;
	padding-right:15px;
}
.wt-topbar-left {
	float:left;
}
.wt-topbar-right {
	float:right;
}
.wt-topbar-center {
	text-align:center;
}
	
@media only screen and (max-width: 991px) {
.wt-topbar-left,
.wt-topbar-right {
	float:none;
	padding-top:5px;
	padding-bottom:5px;
}

}


/*-------------------------------------
	2. social-links (right) 
-------------------------------------*/
.social-bx,
.login-bx { 
	margin:0 0 0 15px;
	float:right;
}


.list-unstyled {
	float:right;
}

@media only screen and (max-width: 480px) {
.social-bx,
.e-p-bx,
.login-bx { 
	margin-top:5px;
	margin-bottom:5px !important;
}

.progalley{
width: 96%; min-width: 200px; float: left; margin-bottom: 15px; height: 240px; margin-right: 2%;
position: relative;
}

}




.social-bx li,
.login-bx li { 
	font-size:12px; 
	margin:0;
	position:relative;
}
.social-bx li{ 
	padding-left:2px;
	padding-right:2px;
}
.social-bx li a,
.login-bx li a {
	color:#ffffff;
}
.social-bx li i,
.login-bx li i { 
	vertical-align:baseline; 
	margin:0 5px 0 0;
}
.social-bx li span,
.login-bx li span { 
	vertical-align:baseline; 
	margin:0 2px 0;
	font-size:8px;
}
.login-bx li ul {
	top:25px;
	left:auto;
	right:0; 
	border:none;
	padding:0;
}
.login-bx li ul li { 
	border-bottom:1px solid #F7F7F7;
}
.login-bx li ul li a{ 
	color:#767676;
	padding:9px 15px;
}
.arrow-up-border:before,
.arrow-up:after {
	position: absolute;
	display: inline-block;
	content: '';
}
.arrow-up-border:before {
	top: -7px;
	right:19px;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #F00;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
}
.arrow-up:after {
	top: -6px;
	right:20px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
}

.arrow-left:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.arrow-left:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}


/*-------------------------------------
	1. eamil-phone (left) 
-------------------------------------*/
.e-p-bx li {
	display: inline;
	font-size: 14px;
	padding-right: 10px;
}
.e-p-bx li a {
	color: #FFF;
}
.e-p-bx li i {
	margin-right:5px;
	vertical-align: middle;
}



.video-content {
background-image: url("../images/p9.png");
width: 100%;
padding: 30px 0;}



.box-it {
width: 100%;
}

.image-it {
height: 211px;
width: 29%;
float: left;
margin-right: 5px;
padding: 8px;}


/*
.image-it img {
height: 100% ;
}
*/

.content-it {
width: 67%;
height: 100%;
float: left;
text-align: left;
padding:  0 10px;
}


.content-it a {
color: #013055;
margin: 10px 0;
display: inline-block;
text-transform: capitalize;
font-size: 17px;
margin-bottom: 0px;
}



.farme-vid a,
.content-it .end-cont a {
position: absolute;
bottom: 6px;
right: 15px;
font-size: 15px;
padding: 7px 20px;
line-height: 24px;
background: none;
color: #005ba3;
font-size: 14px;
font-weight: 700;
border: 1px solid #005ba3;
text-transform: capitalize;
margin-top: 0px;
}




.farme-vid,
.video-content .owl-carousel {
overflow: inherit;
position:relative;
border: 1px solid #fff;
transition: all ease-in-out 0.3s;
background:#fff;box-shadow: -1px -1px 3px #005dff4d;
height:215px;
}


.video-content .owl-carousel img { width:100%;
}


.farme-vid:hover,
.video-content .owl-carousel:hover { 
border: 1px solid #84b9ef;
}









.farme-vid:hover:before,
.video-content .owl-carousel:hover:before,
.farme-vid:hover:after,
.video-content .owl-carousel:hover:after { 
right:20px;

opacity: 1;
}


.video-content ul.owl-carousel.owl-loaded {
padding: 10px;
background: #fff;
min-height:315px;
} 
/*

.farme-vid:before,
.video-content .owl-carousel:before {
position: absolute;
content: "";
width: 80px;
height: 2px;
background: #84b9ef;
bottom: -1px;
right: 0;
opacity: 0;transition: all ease-in-out 0.3s;
}



.farme-vid:after,
.video-content .owl-carousel:after {
position: absolute;
content: "";
width: 80px;
height: 2px;
background: #84b9ef;
top: -1px;
right: 0;
opacity: 0;transition: all ease-in-out 0.3s;
}
*/
.video-content .owl-carousel .owl-controls {
    display: block;
}


.video-content .owl-carousel .owl-item:hover {



}


.video-content .owl-carousel .owl-next {
width:30px;
height:30px;
border:1px solid #ccc;
display: inline;
position: absolute;
top: -50px;
right:35px;
font-size:0;
text-align:center;

}


.video-content .owl-carousel .owl-prev {
width:30px;
height:30px;
border:1px solid #ccc;
display: inline;
position: absolute;
top: -50px;
right:0px;
font-size:0;
text-align:center;
}



.video-content .owl-carousel .owl-next:hover,
.video-content .owl-carousel .owl-prev:hover {
border:1px solid #3299bb;

}

.video-content .owl-carousel .owl-next:hover:after,
.video-content .owl-carousel .owl-prev:hover:after {
color:#3299bb;

}




.video-content .owl-carousel .owl-prev:after {
content:"\f105";
position:absolute;
font-size: 24px;
color:#ccc;
font-family:"fontawesome";
left: 10px;
}





.video-content .owl-carousel .owl-next:after
 {
content:"\f104";
position:absolute;
font-size: 24px;
color:#ccc;
font-family:"fontawesome";
left: 10px;
}

.farme-vid {
padding: 10px;
background: #fff;
height:215px;
}
/*
.farme-vid a { 

margin-top: 5px;
font-size: 15px;
display: inline-block;
background: #009912;
padding: 5px;
float: right;
color: #fff;
text-transform: capitalize;
}
*/
.end-cont {
margin-top: 2px;
}

.end-cont  p {
height: 74px;
overflow: hidden;
}

.date-it {
font-size: 15px;
text-align: right;
color: #000;

width: auto;
display: inline;

}


.date-it i {
margin-left: 10px;}
.date2 span {
width: 100%;
display: inline-block;
text-align: center;
}




.under-sec img {
width:50px;
}


.under-sec:after {
    content: '';
    position: absolute;
    right: -75px;
    top: 19px;
    width: 75px;
    height: 1px;
background-color: #1daefe;
}






.under-sec:before {
    content: '';
    position: absolute;
    left: -75px;
    top: 19px;
    width: 75px;
    height: 1px;
background-color: #1daefe;
}


.under-sec {
display: inline-block;
position: relative;
padding: 0px 2px;
padding-top: 10px;}


.under-sec small:after {
    content: '';
    position: absolute;
    right: -40px;
    top: 16px;
    width: 40px;
    height: 1px;
background-color: #1daefe;
}

.under-sec small:before {
content: '';
position: absolute;
left: -40px;
top: 16px;
width: 40px;
height: 1px;
background-color: #1daefe;
}

.under-sec i { 
font-size: 25px;
color: #1daefe;}

.under-sec i:before {
font-size: 20px;
margin-left: 0;
}


.under-sec small {
position: absolute;
left: 0px;
top: 0px;
width: 100%;}



.sec-title {
margin-top: -3px;
position: relative;
text-align: center;
margin-bottom: 10px;}



.sec-title h1 {
font-size:18px;
text-transform: uppercase;
margin: 0 !important;
}


.sec-title h1 a {
color:#333

}






.board{
    width: 75%;
margin: 60px auto;
height: 500px;

/*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;
border-bottom: 1px solid #f00;

}

.board > div.board-inner{
    background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);
    background-size: 30%;
}

p.narrow{
    width: 60%;
    margin: 10px auto;
}
/*
.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}
*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}






span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one{
    color: rgb(34, 194, 34);border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one{
    background: #fff !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);
}

span.round-tabs.two{
    color: #febe29;border: 2px solid #febe29;
}

li.active span.round-tabs.two{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three{
    color: #3e5e9a;border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four{
    color: #f1685e;border: 2px solid #f1685e;
}

li.active span.round-tabs.four{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five{
    color: #999;border: 2px solid #999;
}

li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

/*
.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}*/



.nav-tabs > li {
    width: 33.333%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;
    
}
.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
border-bottom-color: #f00;
    
}

/*
.nav-tabs > li:hover a,
.nav-tabs > li.active a {
background: #195beb !important;

}
*/


.nav-tabs > li a{

text-align: center;
   padding: 20px 0;
height:385px;

}

.nav-tabs > li a img{
width: 75%;
height: 242px;
text-align: center;
margin: 0 auto;
display: block;
border-radius: 5px;
}

/*

.nav-tabs > li a:hover{
    background: transparent;
}
*/
.tab-content{
}
.tab-pane{
   position: relative;
padding-top: 50px;
}
.tab-content .head{

    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}



@media( max-width : 585px ){
    
    .board {
width: 90%;
height:auto !important;
}
    span.round-tabs {
        font-size:16px;
width: 50px;
height: 50px;
line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
        }
    .nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}

.nav-tabs > li.active:after {
content: " ";
position: absolute;
left: 35%;
}

.btn-outline-rounded {
    padding:12px 20px;
    }
}




.nav-tab {

background:#efefe9;
padding:50px 0
}








 
.testimonial{ }
.testimonial .pic{
text-align: center;
}
.testimonial .pic img{
    width: 200px;

}



.testimonial .testimonial-profile{
display: inline-block;

text-align: center;
width: 100%;
height: 88px;
background: #0009;
}
.testimonial .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 7px 0;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #fff;
}
.testimonial .description{
    padding: 20px 22px;
    background: #1f487e;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    margin: 0;
    position: relative;
}
.testimonial .description:before,
.testimonial .description:after{
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #5d7aa7 transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}
.testimonial .description:after{
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}






.testimonial2{

    padding: 0px 0 25px 0;
    margin: 10px;
    text-align: center;
    position: relative;

}
/*
.testimonial2:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #fff;
    margin: 0 auto;
    font-size: 70px;
    font-weight: 900;
    color: #325be8;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}*/

.testimonial2 .title{
    padding: 7px 0;
    margin: 0 -7px 20px;

    background: #005ba3;
    font-size:16px;
    font-weight: 700;
    color: #fff;

    text-transform: capitalize;
    position: relative;
}
.testimonial2 .title:before{
content: "";
border-top: 16px solid #16507bb3;
border-left: 9px solid transparent;
border-bottom: 15px solid transparent;
position: absolute;
bottom: -31px;
left: 0;
}
.testimonial2 .title:after{
content: "";
border-top: 16px solid #16507bb3;
border-right: 9px solid transparent;
border-bottom: 15px solid transparent;
position: absolute;
bottom: -31px;
right: 0;
}
.testimonial2 .post{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
color: #CB3939;
    text-transform: capitalize;
margin-bottom: 7px;
height: 47px;
}
.testimonial2 .description{
    padding: 0 20px;
    margin: 0;
    font-size: 15px;
    color: #6f6f6f;
    line-height: 30px;
}

.testimonial2 .description p {
text-align: left;
letter-spacing: 0px;
height: 215px;
overflow: hidden;
}



.testimonial2 img {
width: 100%;
height: 220px;
/*
border-radius: 50%;*/

}

.testimonial2 .testimonial-profile {
box-shadow: -1px 3px 10px #cbcbcb;
height: 389px;
position: relative;
background:#fff
}

.testimonial2 .testimonial-profile a{

margin: 10px 0;
display: inline-block;
position: absolute;
bottom: -2px;
right: 15px;
padding: 7px 20px;
line-height: 24px;
background: none;
color: #005ba3;
font-size: 14px;
font-weight: 700;
border: 1px solid #005ba3;
text-transform: capitalize;
margin-top: 0px;
}






.out-box {
background: #ededed;
padding: 50px 0;

background: url(../images/3_0.jpg);
position: relative;
background-position: bottom;
background-attachment: fixed;
}




.sec-sec {



padding: 50px 0;
background: url(../images/2_0.jpg);
    background-attachment: scroll;
    background-position-x: 0%;
    background-position-y: 0%;
position: relative;
background-position: bottom;
background-attachment: fixed;
}



.sec-sec .sec-title h1 a,
.out-box .sec-title h1 a,
.demo .sec-title h1 a { 
color:#fff
}


.demo{ background: #ededed;
padding: 50px 0;
padding-bottom: 180px; 
background: url(../images/3_0.jpg);
position: relative;
background-position: bottom;
background-attachment: fixed;}

.overlay-demo1 {
width: 100%;
height: 100%;
position: absolute;
background: rgba(0,0,0,.8);
top: 0;
left: 0;
}



.overlay-demo {
width: 100%;
height: 100%;
position: absolute;
background: rgba(0,0,0,.9);
top: 0;
left: 0;
}
.demo .testimonial{
    background: #fff;
    text-align: center;
    padding: 30px 30px 50px;
    margin: 0 15px 100px;
    position: relative;
}
.demo .testimonial:before,
.demo .testimonial:after{
    content: "";
    border-top: 40px solid #fff;
    border-right: 125px solid transparent;
    position: absolute;
    bottom: -38px;
    left: 0;
}
.demo .testimonial:after{
    border-right: none;
    border-left: 125px solid transparent;
    left: auto;
    right: 0;
}
.demo .testimonial .icon{
display: inline-block;
font-size: 60px;
color: #bd986b;
margin-bottom: 35px;
opacity: 0.6;
}
.demo .testimonial .description{
    font-size: 15px;
    color: #777;
    text-align: left;
    margin-bottom: 30px;
    opacity: 0.8;
}
.demo .testimonial .testimonial-content{
    width: 100%;
    position: absolute;
    left: 0;
}
.demo .testimonial .pic{
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.demo .testimonial .pic img{
    width: 180px;
    height: 200px;
}
.demo .testimonial .title{
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.demo .testimonial .post{
    display: block;
    font-size: 14px;
    color: #ffd9b8;
}







.vc_services {
  position: relative; }
  .vc_services .vc_services_carousel_wr {
    position: relative;
    margin: -25px -15px; }
    .vc_services .vc_services_carousel_wr .vc_services_carousel {
      position: relative; }
      .vc_services .vc_services_carousel_wr .vc_services_carousel .item {
        position: relative;
        padding: 25px 15px; }
        .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr {
          background: #fff;
          box-shadow: none;
          border: 1px solid #e6e6e6;
          border-radius: 1px;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          -webkit-transform: translateZ(0); 
max-height: 360px;}
          .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr:hover {
            box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
            border-color: transparent; }
          .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .item_thumbnail {
            position: relative;
            margin: -1px -1px 0 -1px; }
            .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .item_thumbnail img {
              width: 100%;
height:150px; }
          .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content {
            padding: 18px;
            font-size: 13px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content h6 {
              font-weight: 600; }
              .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content h6 a {
                text-decoration: none !important;
                color: #183650;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease; }
                .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content h6 a:hover {
                  color: #34ccff; }
              .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content h6:before {
                display: none; }
            .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content p {
              line-height: 24px; }
  .vc_services .owl-dots {
position: absolute;
margin: 0 0 30px;
left: -100px;
bottom: 20px; }

    .vc_services .owl-dots:after {
      content: "";
      display: table;
      clear: both; }
    .vc_services .owl-dots .owl-dot {
      float: left;
      width: 10px;
      height: 10px;
      padding: 3px;
      margin: 0 15px 0 0;
      cursor: pointer;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .vc_services .owl-dots .owl-dot span {
        display: block;
        width: 4px;
        height: 4px;
        border: 1px solid #8a929d;
        background: #8a929d;
        padding: 0;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      .vc_services .owl-dots .owl-dot.active {
        padding: 0; }
        .vc_services .owl-dots .owl-dot.active span {
          width: 10px;
          height: 10px;
          background: transparent;
          border-color: #34ccff; }

.vc_services_grid {
  position: relative;
  margin: 0 -15px;
  font-size: 0; }
  .vc_services_grid .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 0 15px;
    margin: 0 0 40px;
    font-size: 14px; }
    .vc_services_grid .item .item_wr {
      background: #fff;
      box-shadow: none;
      border-radius: 1px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-transform: translateZ(0);
      border: 1px solid #e6e6e6; }
      .vc_services_grid .item .item_wr:hover {
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
        border-color: transparent; }
      .vc_services_grid .item .item_wr .item_thumbnail {
        margin: -1px -1px 0 -1px; }
        .vc_services_grid .item .item_wr .item_thumbnail img {
          display: block;
          max-width: 100%;
          height: auto; }
      .vc_services_grid .item .item_wr .content {
        border-top: none;
        padding: 30px;
        font-size: 13px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .vc_services_grid .item .item_wr .content h6 a {
          text-decoration: none !important;
          color: #183650;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .vc_services_grid .item .item_wr .content h6 a:hover {
            color: #34ccff; }
        .vc_services_grid .item .item_wr .content h6:before {
          display: none; }
        .vc_services_grid .item .item_wr .content p {
          line-height: 24px; }
  .vc_services_grid.cols_4 .item {
    width: 25%; }
  .vc_services_grid.cols_2 .item {
    width: 50%; }
  .vc_services_grid.cols_1 .item {
    width: 100%; }


.base_bg_color {
    background-color: #273242;
padding: 80px 0;
padding-bottom: 50px;
}

.read_more span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 13px;
    border-bottom: 1px solid transparent;
    padding-left: 5px;
    padding-top: 1px;
color:#5ac8fa
}



.section-content > div {
margin-bottom:30px;
} 

.services-block-two .inner-box .lower-content{
    overflow: hidden;
	position:relative;
	padding:25px 20px 20px;
	border:1px solid #eeeeee;
}

.services-block-two .inner-box .lower-content h3{
	position:relative;
	font-size:14px;
	font-weight:400;
	padding-bottom:12px;
	margin-bottom:22px;
}

.services-block-two .inner-box .lower-content a { 
    transition: all ease-in-out 0.4s;
    text-decoration: none; 
    color: #005298; 
    text-align: center;
    font-size: 14px; 
    font-weight: bold;}

.services-block-two .inner-box .lower-content h3:before{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:60px;
	height:1px;
	background-color:#5AC8FA;
}

.services-block-two .inner-box .lower-content h3 a{
	color:#222222;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
}

.services-block-two .inner-box .lower-content h3 a:hover{
	color:#005298 !important;
}


.services-block-two .inner-box .lower-content .text{
	position:relative;
	color:#848484;
	font-size:14px;
	line-height:1.8em;
max-height: 85px;
direction: rtl;
}


.main-menu .navigation > li:hover{
    background: #0765b0;
}

.current{
     background: #0765b0;
}





.containervote {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
text-align: left; direction: ltr;

float: left;
margin-right: 15px;
font-weight: normal;
margin-left: 20px;

}

/* Hide the browser's default radio button */
.containervote input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containervote:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containervote input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containervote input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containervote .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}





.customers_table {
  border-collapse: collapse;
  width: 100%;position: relative;direction: ltr;margin: 50px 0;
}

.customers_table td, .customers_table th {
  border: 1px solid #ddd;
  padding: 8px;text-align:center;
}

.customers_table tr:nth-child(even){background-color: #f2f2f2;}

.customers_table tr:hover {background-color: #ddd;}

.customers_table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #4CAF50;
  color: white;font-weight: normal;
}

.customers_table span,
.customers_table b,
.customers_table strong {
    font-weight: normal;font-family: Titillium Web;
}



.desc-hd {
text-align: center;
margin: 11px 0;
color: #c20202;
}


.qr-code h2,
.note-code h2 {
color: #0765b0;height: 48px;
margin-bottom: 15px;
}



.note-code li {
font-size: 15px;
}

.qr-code img {
margin: 0 auto;
display: block;
width: 187px;
}


.note-code li {
line-height: 25px;
}


.inner-column-2 {

position: relative;
padding: 20px;
border: 20px solid #F5F5F5 !important;
border: 0px;
margin-bottom: 15px;
background: #fff;
}





.live-section {
padding:50px 0;
}



.cs-block {
width: 100%;
text-align: center;
color: #fff;
padding: 15px;
display: block;
border-radius: 5px;
font-size: 19px;
font-weight: bold;position: relative;margin-bottom: 20px;
}


.cs-block a {
color:#fff;
display: block;
}
 
.cs-block i {
font-size: 60px;
display: block;
margin-bottom: 10px;
}


.facebook-block {
background: #005ba3;}


/*
.facebook-block a {
color: #005ba3;}
*/




.facebook-block:hover {
background: #005ba3;}



.facebook-block:hover a {
color: #fff;}










.youtube-block { 
background: #ef0000;
}


/*
.youtube-block a {
color: #ef0000;}
*/



.youtube-block:hover { 
background: #ef0000;
}

.youtube-block:hover a {
color: #fff;}



.live-s {
    content: " ";
    position: absolute;
width: 20px;
height: 20px;
    border-radius: 50%;
    background: #fff;
    top: 5%;
    left: 4%;
    opacity: 0.8;
    transtion: all eaes-in-out 0.4s;
    -webkit-animation: showl 2s infinite;
    animation: showl 2s infinite;
}


@keyframes showl {
  0% { opacity: 0.2; }
  50% { opacity: 0.6; }
  100% { opacity: 0.2; }
}




.qr-code,
.note-code {
margin-bottom:20px;
}



.score-pdf {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}

/* Darker background on mouse-over */
.score-pdf:hover {
  background-color: RoyalBlue;
}


.down-hea {
display: inline-block;
margin-right: 20px;
text-transform: capitalize;}


.all-sde {
display: inline-block;
width: 100%;
text-align: center;
margin-top: 40px;
border-top: 1px solid #ddd;
padding-top: 20px;

}


.doar {
text-align: center;
margin-bottom: 30px;
font-size: 24px;
text-transform: capitalize;
color: #000;
}



.h-h { height:450px; }












/************* care code confernce *************/
 .card1 h3 {
	 color: #262626;
font-size: 16px;
line-height: 24px;
font-weight: normal;
	 margin-bottom: 4px;text-align: center;
}
 .card1 p {
	 font-size: 17px;
	 font-weight: 400;
	 line-height: 20px;
	 color: #666;
}
 .card1 p.small {
	 font-size: 14px;
}
 .go-corner {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: absolute;
	 width: 32px;
	 height: 32px;
	 overflow: hidden;
	 top: 0;
	 right: 0;
	 background-color: #0765b0;
	 border-radius: 0 4px 0 32px;
}
 .go-arrow {
	 margin-top: -4px;
	 margin-right: -4px;
	 color: white;
	 font-family: courier, sans;
}
 .card1 {
	 display: block;
	 position: relative;
	 width: 100%;
	 background-color: #f2f8f9;
	 border-radius: 4px;
	 padding: 32px 24px;
	 margin: 12px 0;
	 text-decoration: none;
	 z-index: 0;
	 overflow: hidden;
}
 .card1:before {
	 content: "";
	 position: absolute;
	 z-index: -1;
	 top: -16px;
	 right: -16px;
	 background: #0765b0;
	 height: 32px;
	 width: 32px;
	 border-radius: 32px;
	 transform: scale(1);
	 transform-origin: 50% 50%;
transition: transform 0.8s ease-in-out;
}
 .card1:hover:before {
	 transform: scale(50);
}
 .card1:hover p {
	 transition: all 0.3s ease-out;
	 color: rgba(255, 255, 255, 0.8);
}
 .card1:hover h3 {
	 transition: all 0.3s ease-out;
	 color: #fff;
}





.card-code:first-child h3 {
    font-family: "DroidKufi-Regular";
}


.card-code {
float:right;
text-align: left;
}


.card-code:first-child {
text-align: right;
}
